01J68FZV47G03GF1P8NA5TBBTG: helios / build TUF repo

BasicConfig {
    output_rules: [
        "=/work/manifest.toml",
        "=/work/repo.zip",
        "=/work/repo.zip.sha256.txt",
        "%/work/*.log",
    ],
    rust_toolchain: Some(
        Bool(
            true,
        ),
    ),
    target: Some(
        "helios-2.0",
    ),
    access_repos: [
        "oxidecomputer/amd-apcb",
        "oxidecomputer/amd-efs",
        "oxidecomputer/amd-firmware",
        "oxidecomputer/amd-flash",
        "oxidecomputer/amd-host-image-builder",
        "oxidecomputer/boot-image-tools",
        "oxidecomputer/chelsio-t6-roms",
        "oxidecomputer/compliance-pilot",
        "oxidecomputer/facade",
        "oxidecomputer/helios",
        "oxidecomputer/helios-omicron-brand",
        "oxidecomputer/helios-omnios-build",
        "oxidecomputer/helios-omnios-extra",
        "oxidecomputer/nanobl-rs",
    ],
    publish: [
        BasicConfigPublish {
            from_output: "/work/manifest.toml",
            series: "rot-all",
            name: "manifest.toml",
        },
        BasicConfigPublish {
            from_output: "/work/repo.zip",
            series: "rot-all",
            name: "repo.zip",
        },
        BasicConfigPublish {
            from_output: "/work/repo.zip.sha256.txt",
            series: "rot-all",
            name: "repo.zip.sha256.txt",
        },
    ],
    skip_clone: false,
}

Buildomat Job: 01J68G0D7QMMBXT667XNFGBTS0

Tags:

Artefacts:

Output:

SEQ GLOBAL TIME DETAILS
12024-08-26T23:24:25.241Zjob assigned to worker 01J68G0FJMYJHZA417A3J5TD34 (queued for 1 m 9 s)
 
22024-08-26T23:24:32.440Zstarting task 0: "setup"
32024-08-26T23:24:32.450Z++ uname -s
42024-08-26T23:24:32.453Z+ kern=SunOS
52024-08-26T23:24:32.453Z+ case "$kern" in
62024-08-26T23:24:32.453Z+ groupadd -g 12345 build
72024-08-26T23:24:32.455Z+ useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build
82024-08-26T23:24:34.467Z+ zfs create -o mountpoint=/work rpool/work
92024-08-26T23:24:34.572Z++ awk '$2 == "/home" { print $3 }' /etc/mnttab
102024-08-26T23:24:34.574Z+ home_fs=zfs
112024-08-26T23:24:34.574Z+ [[ zfs == autofs ]]
122024-08-26T23:24:34.575Z+ mkdir -p /home/build
132024-08-26T23:24:34.577Z+ chown build:build /home/build /work
142024-08-26T23:24:36.579Z+ chmod 0700 /home/build /work
152024-08-26T23:24:36.581Zprocess exited: duration 4142 ms, exit code 0
 
162024-08-26T23:24:36.587Zstarting task 1: "rust-toolchain"
172024-08-26T23:24:36.592Z+ printf ' * toolchain channel = "%s"
182024-08-26T23:24:36.592Z' 1.80.1
192024-08-26T23:24:36.592Z * toolchain channel = "1.80.1"
202024-08-26T23:24:36.592Z * toolchain profile = "default"
212024-08-26T23:24:36.593Z+ printf ' * toolchain profile = "%s"
222024-08-26T23:24:36.593Z' default
232024-08-26T23:24:36.595Z+ curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs
242024-08-26T23:24:36.595Z+ /bin/bash -s - -y --no-modify-path --default-toolchain 1.80.1 --profile default
252024-08-26T23:24:36.710Zinfo: downloading installer
262024-08-26T23:24:38.064Zinfo: profile set to 'default'
272024-08-26T23:24:38.064Zinfo: default host triple is x86_64-unknown-illumos
282024-08-26T23:24:38.067Zinfo: syncing channel updates for '1.80.1-x86_64-unknown-illumos'
292024-08-26T23:24:38.227Zinfo: latest update on 2024-08-08, rust version 1.80.1 (3f5fd8dd4 2024-08-06)
302024-08-26T23:24:38.227Zinfo: downloading component 'cargo'
312024-08-26T23:24:39.182Zinfo: downloading component 'clippy'
322024-08-26T23:24:39.518Zinfo: downloading component 'rust-docs'
332024-08-26T23:24:40.846Zinfo: downloading component 'rust-std'
342024-08-26T23:24:42.723Zinfo: downloading component 'rustc'
352024-08-26T23:24:47.957Zinfo: downloading component 'rustfmt'
362024-08-26T23:24:48.235Zinfo: installing component 'cargo'
372024-08-26T23:24:49.068Zinfo: installing component 'clippy'
382024-08-26T23:24:49.434Zinfo: installing component 'rust-docs'
392024-08-26T23:24:51.066Zinfo: installing component 'rust-std'
402024-08-26T23:24:52.749Zinfo: installing component 'rustc'
412024-08-26T23:24:56.874Zinfo: installing component 'rustfmt'
422024-08-26T23:24:57.206Zinfo: default toolchain set to '1.80.1-x86_64-unknown-illumos'
432024-08-26T23:24:57.206Z
442024-08-26T23:24:57.456Z 1.80.1-x86_64-unknown-illumos installed - rustc 1.80.1 (3f5fd8dd4 2024-08-06)
452024-08-26T23:24:57.456Z
462024-08-26T23:24:57.458Z
472024-08-26T23:24:57.458ZRust is installed now. Great!
482024-08-26T23:24:57.458Z
492024-08-26T23:24:57.458ZTo get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
502024-08-26T23:24:57.459Zenvironment variable. This has not been done automatically.
512024-08-26T23:24:57.459Z
522024-08-26T23:24:57.459ZTo configure your current shell, you need to source
532024-08-26T23:24:57.459Zthe corresponding env file under $HOME/.cargo.
542024-08-26T23:24:57.459Z
552024-08-26T23:24:57.459ZThis is usually done by running one of the following (note the leading DOT):
562024-08-26T23:24:57.459Z. "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh
572024-08-26T23:24:57.459Zsource "$HOME/.cargo/env.fish" # For fish
582024-08-26T23:24:57.507Z+ rustc --version
592024-08-26T23:24:57.568Zrustc 1.80.1 (3f5fd8dd4 2024-08-06)
602024-08-26T23:24:57.571Zprocess exited: duration 20980 ms, exit code 0
 
612024-08-26T23:24:57.576Zstarting task 2: "authentication"
622024-08-26T23:24:57.597Zprocess exited: duration 20 ms, exit code 0
 
632024-08-26T23:24:57.603Zstarting task 3: "clone repository"
642024-08-26T23:24:57.609Z+ mkdir -p /work/oxidecomputer/omicron
652024-08-26T23:24:57.611Z+ git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron
662024-08-26T23:24:57.657ZCloning into '/work/oxidecomputer/omicron'...
672024-08-26T23:25:04.426Z+ cd /work/oxidecomputer/omicron
682024-08-26T23:25:04.426Z+ git fetch origin fb9ee7ec124b207283e475ca337d60acf7d16ca1
692024-08-26T23:25:04.693ZFrom https://github.com/oxidecomputer/omicron
702024-08-26T23:25:04.693Z * branch fb9ee7ec124b207283e475ca337d60acf7d16ca1 -> FETCH_HEAD
712024-08-26T23:25:04.703Z+ [[ -n gjcolombo/sa-index-by-vmm-id ]]
722024-08-26T23:25:04.706Z++ git branch --show-current
732024-08-26T23:25:04.709Z+ current=main
742024-08-26T23:25:04.709Z+ [[ main != gjcolombo/sa-index-by-vmm-id ]]
752024-08-26T23:25:04.709Z+ git branch -f gjcolombo/sa-index-by-vmm-id fb9ee7ec124b207283e475ca337d60acf7d16ca1
762024-08-26T23:25:04.712Z+ git checkout -f gjcolombo/sa-index-by-vmm-id
772024-08-26T23:25:04.857ZSwitched to branch 'gjcolombo/sa-index-by-vmm-id'
782024-08-26T23:25:04.860Z+ git reset --hard fb9ee7ec124b207283e475ca337d60acf7d16ca1
792024-08-26T23:25:04.892ZHEAD is now at fb9ee7ec1 PR feedback
802024-08-26T23:25:04.895Zprocess exited: duration 7288 ms, exit code 0
 
812024-08-26T23:25:04.901Zstarting task 4: "build"
822024-08-26T23:25:04.905Z+ cargo --version
832024-08-26T23:25:04.960Zcargo 1.80.1 (376290515 2024-07-16)
842024-08-26T23:25:04.962Z+ rustc --version
852024-08-26T23:25:05.017Zrustc 1.80.1 (3f5fd8dd4 2024-08-06)
862024-08-26T23:25:05.021Z+ ptime -m ./tools/install_builder_prerequisites.sh -yp
872024-08-26T23:25:10.035Z Startup: Refreshing catalog 'helios-dev' ... Done
882024-08-26T23:25:12.296Z Startup: Caching catalogs ... Done
892024-08-26T23:25:14.152ZPlanning: Solver setup ... Done (1.306s)
902024-08-26T23:25:14.171ZPlanning: Running solver ... Done (0.020s)
912024-08-26T23:25:14.216ZPlanning: Finding local manifests ... Done (0.005s)
922024-08-26T23:25:14.296ZPlanning: Fetching manifests: 0/5 0% complete
932024-08-26T23:25:14.518ZPlanning: Fetching manifests: 5/5 100% complete
942024-08-26T23:25:14.621ZPlanning: Package planning ... Done (0.103s)
952024-08-26T23:25:14.677ZPlanning: Merging actions ... Done (0.055s)
962024-08-26T23:25:14.887ZPlanning: Checking for conflicting actions ... Done (0.211s)
972024-08-26T23:25:17.018ZPlanning: Consolidating action changes ... Done (2.130s)
982024-08-26T23:25:17.445ZPlanning: Evaluating mediators ... Done (0.427s)
992024-08-26T23:25:17.523ZPlanning: Planning completed in 5.16 seconds
1002024-08-26T23:25:17.538Z Packages to install: 4
1012024-08-26T23:25:17.538Z Packages to update: 1
1022024-08-26T23:25:17.541Z Mediators to change: 2
1032024-08-26T23:25:17.541Z Services to change: 1
1042024-08-26T23:25:17.541Z Estimated space available: 155.72 GB
1052024-08-26T23:25:17.541ZEstimated space to be consumed: 1.53 GB
1062024-08-26T23:25:17.541Z Create boot environment: No
1072024-08-26T23:25:17.541ZCreate backup boot environment: Yes
1082024-08-26T23:25:17.541Z Rebuild boot archive: No
1092024-08-26T23:25:17.541Z
1102024-08-26T23:25:17.541ZChanged mediators:
1112024-08-26T23:25:17.541Z mediator clang:
1122024-08-26T23:25:17.541Z version: None -> 15 (system default)
1132024-08-26T23:25:17.541Z
1142024-08-26T23:25:17.541Z mediator llvm:
1152024-08-26T23:25:17.541Z version: 14 (system default) -> 15 (system default)
1162024-08-26T23:25:17.541Z
1172024-08-26T23:25:17.541ZChanged packages:
1182024-08-26T23:25:17.541Zhelios-dev
1192024-08-26T23:25:17.541Z developer/build-essential
1202024-08-26T23:25:17.541Z None -> 11-2.0
1212024-08-26T23:25:17.542Z library/libxmlsec1
1222024-08-26T23:25:17.542Z None -> 1.2.35-2.0
1232024-08-26T23:25:17.542Z ooce/developer/clang-15
1242024-08-26T23:25:17.542Z None -> 15.0.7-2.0
1252024-08-26T23:25:17.542Z ooce/developer/llvm-15
1262024-08-26T23:25:17.542Z None -> 15.0.7-2.0
1272024-08-26T23:25:17.542Z package/pkg
1282024-08-26T23:25:17.542Z 0.5.11-2.0 -> 0.5.11-2.1.6412
1292024-08-26T23:25:17.542Z
1302024-08-26T23:25:17.542ZServices:
1312024-08-26T23:25:17.542Z restart_fmri:
1322024-08-26T23:25:17.542Z svc:/system/update-man-index:default
1332024-08-26T23:25:17.542Z
1342024-08-26T23:25:17.542ZEditable files to change:
1352024-08-26T23:25:17.542Z Update:
1362024-08-26T23:25:17.542Z usr/share/lib/pkg/web/config.shtml
1372024-08-26T23:25:17.620Z
1382024-08-26T23:25:17.620ZDownload: 0/4281 items 0.0/220.6MB 0% complete
1392024-08-26T23:25:22.621ZDownload: 1143/4281 items 44.8/220.6MB 20% complete (8.9M/s)
1402024-08-26T23:25:27.627ZDownload: 2305/4281 items 119.6/220.6MB 54% complete (12.1M/s)
1412024-08-26T23:25:32.725ZDownload: 3288/4281 items 212.6/220.6MB 96% complete (19.0M/s)
1422024-08-26T23:25:37.727ZDownload: 4200/4281 items 220.5/220.6MB 99% complete (10.1M/s)
1432024-08-26T23:25:39.027ZDownload: Completed 220.60 MB in 21.40 seconds (10.3M/s)
1442024-08-26T23:25:41.084Z Actions: 1/5063 actions (Removing old actions)
1452024-08-26T23:25:41.105Z Actions: 194/5063 actions (Installing new actions)
1462024-08-26T23:25:45.850Z Actions: 4226/5063 actions (Updating modified actions)
1472024-08-26T23:25:46.169Z Actions: Completed 5063 actions in 5.08 seconds.
1482024-08-26T23:25:46.449Z Done (0.272s)
1492024-08-26T23:25:46.452Z Done (0.000s)
1502024-08-26T23:25:46.829Z Done (0.378s)
1512024-08-26T23:25:51.126Z Done (4.121s)
1522024-08-26T23:25:51.213Z Done (0.018s)
1532024-08-26T23:25:51.217Z Done (0.000s)
1542024-08-26T23:25:51.378Z Done (0.000s)
1552024-08-26T23:25:51.967ZPlanning: Evaluating mediator changes ... Done
1562024-08-26T23:25:52.129ZPlanning: Checking for conflicting actions ... Done
1572024-08-26T23:25:52.132ZPlanning: Consolidating action changes ... Done
1582024-08-26T23:25:52.399ZPlanning: Evaluating mediators ... Done
1592024-08-26T23:25:52.401ZPlanning: Planning completed in 0.43 seconds
1602024-08-26T23:25:52.437Z Mediators to change: 2
1612024-08-26T23:25:52.440Z Create boot environment: No
1622024-08-26T23:25:52.440ZCreate backup boot environment: No
1632024-08-26T23:25:52.530Z Done
1642024-08-26T23:25:52.530Z Done
1652024-08-26T23:25:52.757Z Done
1662024-08-26T23:25:56.326Z Done
1672024-08-26T23:25:56.415Z Done
1682024-08-26T23:25:56.417Z Done
1692024-08-26T23:25:56.528Z Done
1702024-08-26T23:25:57.134ZPlanning: Evaluating mediator changes ... Done
1712024-08-26T23:25:57.137ZPlanning: Merging actions ... Done
1722024-08-26T23:25:57.325ZPlanning: Checking for conflicting actions ... Done
1732024-08-26T23:25:57.328ZPlanning: Consolidating action changes ... Done
1742024-08-26T23:25:57.589ZPlanning: Evaluating mediators ... Done
1752024-08-26T23:25:57.644ZPlanning: Planning completed in 0.75 seconds
1762024-08-26T23:25:57.686Z Packages to change: 1
1772024-08-26T23:25:57.687Z Mediators to change: 1
1782024-08-26T23:25:57.689Z Services to change: 1
1792024-08-26T23:25:57.689Z Create boot environment: No
1802024-08-26T23:25:57.689ZCreate backup boot environment: Yes
1812024-08-26T23:25:59.731Z Actions: 1/6 actions (Updating modified actions)
1822024-08-26T23:25:59.734Z Actions: Completed 6 actions in 0.00 seconds.
1832024-08-26T23:25:59.734Z Done
1842024-08-26T23:25:59.734Z Done
1852024-08-26T23:25:59.812Z Done
1862024-08-26T23:26:03.380Z Done
1872024-08-26T23:26:03.469Z Done
1882024-08-26T23:26:03.472Z Done
1892024-08-26T23:26:03.597Z Done
1902024-08-26T23:26:04.028ZMEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION
1912024-08-26T23:26:04.028Zclang system 15 system
1922024-08-26T23:26:04.028Zcsh system system illumos
1932024-08-26T23:26:04.028Zctags system system illumos
1942024-08-26T23:26:04.028Zgcc vendor 12 vendor
1952024-08-26T23:26:04.028Zgcc system 10 system
1962024-08-26T23:26:04.028Zgcc system 7 system
1972024-08-26T23:26:04.028Zgo system 1.20 system
1982024-08-26T23:26:04.028Zgo system 1.19 system
1992024-08-26T23:26:04.028Zllvm system 15 system
2002024-08-26T23:26:04.028Zllvm system 14 system
2012024-08-26T23:26:04.028Zmariadb system 10.6 system
2022024-08-26T23:26:04.028Zmta vendor vendor dma
2032024-08-26T23:26:04.028Zopenjdk system 17 system
2042024-08-26T23:26:04.028Zopenjdk system 11 system
2052024-08-26T23:26:04.028Zopenjdk system 1.8 system
2062024-08-26T23:26:04.028Zopenssl vendor 3 vendor
2072024-08-26T23:26:04.028Zperl system 5.36 system
2082024-08-26T23:26:04.028Zpostgresql system 15 system
2092024-08-26T23:26:04.028Zpostgresql system 13 system
2102024-08-26T23:26:04.028Zpython vendor 3 vendor
2112024-08-26T23:26:04.028Zpython system 2 system
2122024-08-26T23:26:04.028Zpython3 system 3.11 system
2132024-08-26T23:26:04.028Zruby system 3.0 system
2142024-08-26T23:26:04.028Zwords vendor vendor american-english
2152024-08-26T23:26:04.028Zwords system system australian-english
2162024-08-26T23:26:04.028Zwords system system british-english
2172024-08-26T23:26:04.028Zwords system system canadian-english
2182024-08-26T23:26:04.028Zwords system system french
2192024-08-26T23:26:04.028Zwords system system italian
2202024-08-26T23:26:04.028Zwords system system ngerman
2212024-08-26T23:26:04.029Zwords system system ogerman
2222024-08-26T23:26:04.029Zwords system system spanish
2232024-08-26T23:26:04.362ZPUBLISHER TYPE STATUS P LOCATION
2242024-08-26T23:26:04.362Zhelios-dev origin online F https://pkg.oxide.computer/helios/2/dev/
2252024-08-26T23:26:06.127ZFMRI IFO
2262024-08-26T23:26:06.127Zpkg://helios-dev/developer/build-essential@11-2.0:20230623T110919Z im-
2272024-08-26T23:26:06.127Zpkg://helios-dev/developer/pkg-config@0.29.2-2.0:20230621T191911Z i--
2282024-08-26T23:26:06.127Zpkg://helios-dev/library/libxmlsec1@1.2.35-2.0:20230624T123441Z im-
2292024-08-26T23:26:06.127Zpkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20231012T123315Z im-
2302024-08-26T23:26:06.127Zpkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20230623T141037Z ---
2312024-08-26T23:26:06.127Zpkg://helios-dev/ooce/library/postgresql-13@13.11-2.0:20230623T123131Z i--
2322024-08-26T23:26:06.127Zpkg://helios-dev/package/pkg@0.5.11-2.1.6412:20240822T193324Z im-
2332024-08-26T23:26:06.127Zpkg://helios-dev/package/pkg@0.5.11-2.0:20231020T135332Z ---
2342024-08-26T23:26:06.127Zpkg://helios-dev/package/pkg@0.5.11-2.0:20230621T202036Z ---
2352024-08-26T23:26:06.127Zpkg://helios-dev/system/library/g++-runtime@13-2.0:20231118T213948Z i--
2362024-08-26T23:26:06.127Zpkg://helios-dev/system/library/g++-runtime@12-2.0:20230621T201406Z ---
2372024-08-26T23:26:06.127Zpkg://helios-dev/system/library/gcc-runtime@13-2.0:20231118T213832Z i--
2382024-08-26T23:26:06.127Zpkg://helios-dev/system/library/gcc-runtime@12-2.0:20230621T201432Z ---
2392024-08-26T23:26:06.724Z Updating git repository `https://github.com/oxidecomputer/pq-sys`
2402024-08-26T23:26:06.991Z Updating git repository `https://github.com/oxidecomputer/zone`
2412024-08-26T23:26:07.272Z Updating crates.io index
2422024-08-26T23:26:07.337Z Updating git repository `https://github.com/oxidecomputer/dropshot`
2432024-08-26T23:26:08.125Z Updating git repository `https://github.com/oxidecomputer/maghemite`
2442024-08-26T23:26:08.926Z Updating git repository `https://github.com/oxidecomputer/oxnet`
2452024-08-26T23:26:09.197Z Updating git repository `https://github.com/oxidecomputer/progenitor`
2462024-08-26T23:26:10.694Z Updating git repository `https://github.com/oxidecomputer/serde_human_bytes`
2472024-08-26T23:26:10.923Z Updating git repository `https://github.com/oxidecomputer/slog-error-chain`
2482024-08-26T23:26:11.211Z Updating git repository `https://github.com/oxidecomputer/propolis`
2492024-08-26T23:26:12.241Z Updating git repository `https://github.com/oxidecomputer/crucible`
2502024-08-26T23:26:14.484Z Updating git repository `https://github.com/oxidecomputer/opte`
2512024-08-26T23:26:15.529Z Updating git repository `https://github.com/oxidecomputer/falcon`
2522024-08-26T23:26:16.271Z Updating git repository `https://github.com/oxidecomputer/openapi-lint`
2532024-08-26T23:26:16.513Z Updating git repository `https://github.com/oxidecomputer/management-gateway-service`
2542024-08-26T23:26:17.101Z Updating git repository `https://github.com/oxidecomputer/async-bb8-diesel`
2552024-08-26T23:26:17.381Z Updating git repository `https://github.com/oxidecomputer/diesel-dtrace`
2562024-08-26T23:26:17.734Z Updating git repository `https://github.com/oxidecomputer/tofino`
2572024-08-26T23:26:18.055Z Updating git repository `https://github.com/oxidecomputer/illumos-devinfo`
2582024-08-26T23:26:18.295Z Updating git repository `https://github.com/oxidecomputer/libefi-illumos`
2592024-08-26T23:26:18.536Z Updating git repository `https://github.com/oxidecomputer/libnvme`
2602024-08-26T23:26:18.799Z Updating git repository `https://github.com/oxidecomputer/clickward`
2612024-08-26T23:26:19.221Z Updating git repository `https://github.com/oxidecomputer/hubtools.git`
2622024-08-26T23:26:19.519Z Updating git repository `https://github.com/oxidecomputer/ispf`
2632024-08-26T23:26:19.874Z Updating git repository `https://github.com/oxidecomputer/poptrie`
2642024-08-26T23:26:20.136Z Updating git repository `https://github.com/oxidecomputer/netadm-sys`
2652024-08-26T23:26:20.579Z Updating git repository `https://github.com/oxidecomputer/tlvc.git`
2662024-08-26T23:26:20.925Z Updating git repository `https://github.com/oxidecomputer/lpc55_support`
2672024-08-26T23:26:21.461Z Updating git repository `https://github.com/oxidecomputer/typify`
2682024-08-26T23:26:23.725Z Updating git repository `https://github.com/oxidecomputer/dlpi-sys`
2692024-08-26T23:26:23.976Z Updating git repository `https://github.com/jmesmon/rust-libzfs`
2702024-08-26T23:26:24.257Z Updating git repository `https://github.com/oxidecomputer/rusty-doors`
2712024-08-26T23:26:24.752Z Updating git repository `https://github.com/oxidecomputer/rfb`
2722024-08-26T23:26:25.900Z Downloading crates ...
2732024-08-26T23:26:25.949Z Downloaded block-buffer v0.10.4
2742024-08-26T23:26:25.955Z Downloaded anstream v0.6.14
2752024-08-26T23:26:25.963Z Downloaded byteorder v1.5.0
2762024-08-26T23:26:25.965Z Downloaded dtrace-parser v0.2.0
2772024-08-26T23:26:25.968Z Downloaded anstyle-parse v0.2.4
2782024-08-26T23:26:25.968Z Downloaded is_terminal_polyfill v1.70.0
2792024-08-26T23:26:25.971Z Downloaded usdt-attr-macro v0.5.0
2802024-08-26T23:26:25.974Z Downloaded usdt-macro v0.5.0
2812024-08-26T23:26:25.982Z Downloaded cpufeatures v0.2.12
2822024-08-26T23:26:25.984Z Downloaded fs-err v2.11.0
2832024-08-26T23:26:25.984Z Downloaded errno v0.3.9
2842024-08-26T23:26:25.987Z Downloaded heck v0.5.0
2852024-08-26T23:26:25.987Z Downloaded heck v0.4.1
2862024-08-26T23:26:25.987Z Downloaded cfg-if v1.0.0
2872024-08-26T23:26:25.991Z Downloaded cargo-platform v0.1.8
2882024-08-26T23:26:25.991Z Downloaded clap_lex v0.7.0
2892024-08-26T23:26:25.991Z Downloaded autocfg v1.3.0
2902024-08-26T23:26:25.996Z Downloaded version_check v0.9.5
2912024-08-26T23:26:25.996Z Downloaded tabled_derive v0.7.0
2922024-08-26T23:26:25.999Z Downloaded swrite v0.1.0
2932024-08-26T23:26:25.999Z Downloaded digest v0.10.7
2942024-08-26T23:26:26.002Z Downloaded pest_generator v2.7.10
2952024-08-26T23:26:26.002Z Downloaded toml_datetime v0.6.8
2962024-08-26T23:26:26.006Z Downloaded thiserror v1.0.63
2972024-08-26T23:26:26.009Z Downloaded serde_spanned v0.6.7
2982024-08-26T23:26:26.012Z Downloaded plain v0.2.3
2992024-08-26T23:26:26.012Z Downloaded semver v1.0.23
3002024-08-26T23:26:26.015Z Downloaded scroll v0.12.0
3012024-08-26T23:26:26.015Z Downloaded once_cell v1.19.0
3022024-08-26T23:26:26.017Z Downloaded thread-id v4.2.1
3032024-08-26T23:26:26.017Z Downloaded proc-macro-error v1.0.4
3042024-08-26T23:26:26.020Z Downloaded equivalent v1.0.1
3052024-08-26T23:26:26.023Z Downloaded anstyle-query v1.0.3
3062024-08-26T23:26:26.023Z Downloaded sha2 v0.10.8
3072024-08-26T23:26:26.043Z Downloaded scroll_derive v0.12.0
3082024-08-26T23:26:26.045Z Downloaded pretty-hex v0.4.1
3092024-08-26T23:26:26.048Z Downloaded anstyle v1.0.8
3102024-08-26T23:26:26.048Z Downloaded bytecount v0.6.8
3112024-08-26T23:26:26.051Z Downloaded typenum v1.17.0
3122024-08-26T23:26:26.054Z Downloaded crypto-common v0.1.6
3132024-08-26T23:26:26.057Z Downloaded proc-macro2 v1.0.86
3142024-08-26T23:26:26.059Z Downloaded generic-array v0.14.7
3152024-08-26T23:26:26.062Z Downloaded fnv v1.0.7
3162024-08-26T23:26:26.067Z Downloaded utf8parse v0.2.1
3172024-08-26T23:26:26.071Z Downloaded proc-macro-error-attr v1.0.4
3182024-08-26T23:26:26.071Z Downloaded usdt v0.5.0
3192024-08-26T23:26:26.073Z Downloaded macaddr v1.0.1
3202024-08-26T23:26:26.076Z Downloaded serde_tokenstream v0.2.2
3212024-08-26T23:26:26.076Z Downloaded itoa v1.0.11
3222024-08-26T23:26:26.079Z Downloaded cargo_metadata v0.18.1
3232024-08-26T23:26:26.079Z Downloaded cargo_toml v0.20.4
3242024-08-26T23:26:26.082Z Downloaded thiserror-impl v1.0.63
3252024-08-26T23:26:26.084Z Downloaded terminal_size v0.3.0
3262024-08-26T23:26:26.084Z Downloaded memmap v0.7.0
3272024-08-26T23:26:26.091Z Downloaded serde_derive v1.0.208
3282024-08-26T23:26:26.093Z Downloaded clap_derive v4.5.13
3292024-08-26T23:26:26.097Z Downloaded camino v1.1.9
3302024-08-26T23:26:26.100Z Downloaded colorchoice v1.0.1
3312024-08-26T23:26:26.103Z Downloaded quote v1.0.36
3322024-08-26T23:26:26.105Z Downloaded dof v0.3.0
3332024-08-26T23:26:26.109Z Downloaded usdt-impl v0.5.0
3342024-08-26T23:26:26.112Z Downloaded strsim v0.11.1
3352024-08-26T23:26:26.114Z Downloaded zerocopy-derive v0.7.34
3362024-08-26T23:26:26.118Z Downloaded bitflags v2.6.0
3372024-08-26T23:26:26.122Z Downloaded anyhow v1.0.86
3382024-08-26T23:26:26.127Z Downloaded pest_derive v2.7.10
3392024-08-26T23:26:26.130Z Downloaded log v0.4.21
3402024-08-26T23:26:26.135Z Downloaded unicode-ident v1.0.12
3412024-08-26T23:26:26.138Z Downloaded ucd-trie v0.1.6
3422024-08-26T23:26:26.141Z Downloaded pest_meta v2.7.10
3432024-08-26T23:26:26.141Z Downloaded toml v0.8.19
3442024-08-26T23:26:26.144Z Downloaded clap v4.5.16
3452024-08-26T23:26:26.152Z Downloaded ryu v1.0.18
3462024-08-26T23:26:26.156Z Downloaded papergrid v0.11.0
3472024-08-26T23:26:26.162Z Downloaded memchr v2.7.2
3482024-08-26T23:26:26.166Z Downloaded indexmap v2.4.0
3492024-08-26T23:26:26.176Z Downloaded pest v2.7.10
3502024-08-26T23:26:26.181Z Downloaded serde v1.0.208
3512024-08-26T23:26:26.188Z Downloaded clap_builder v4.5.15
3522024-08-26T23:26:26.193Z Downloaded toml_edit v0.22.20
3532024-08-26T23:26:26.215Z Downloaded zerocopy v0.7.34
3542024-08-26T23:26:26.230Z Downloaded goblin v0.8.2
3552024-08-26T23:26:26.235Z Downloaded hashbrown v0.14.5
3562024-08-26T23:26:26.241Z Downloaded serde_json v1.0.125
3572024-08-26T23:26:26.248Z Downloaded winnow v0.6.18
3582024-08-26T23:26:26.264Z Downloaded syn v2.0.74
3592024-08-26T23:26:26.275Z Downloaded tabled v0.15.0
3602024-08-26T23:26:26.291Z Downloaded syn v1.0.109
3612024-08-26T23:26:26.300Z Downloaded rustix v0.38.34
3622024-08-26T23:26:26.321Z Downloaded unicode-width v0.1.13
3632024-08-26T23:26:26.329Z Downloaded libc v0.2.156
3642024-08-26T23:26:26.626Z Compiling proc-macro2 v1.0.86
3652024-08-26T23:26:26.626Z Compiling unicode-ident v1.0.12
3662024-08-26T23:26:26.628Z Compiling version_check v0.9.5
3672024-08-26T23:26:26.628Z Compiling serde v1.0.208
3682024-08-26T23:26:26.629Z Compiling memchr v2.7.2
3692024-08-26T23:26:26.629Z Compiling thiserror v1.0.63
3702024-08-26T23:26:26.629Z Compiling libc v0.2.156
3712024-08-26T23:26:26.660Z Compiling ryu v1.0.18
3722024-08-26T23:26:26.867Z Compiling itoa v1.0.11
3732024-08-26T23:26:27.055Z Compiling ucd-trie v0.1.6
3742024-08-26T23:26:27.374Z Compiling once_cell v1.19.0
3752024-08-26T23:26:27.493Z Compiling byteorder v1.5.0
3762024-08-26T23:26:27.642Z Compiling serde_json v1.0.125
3772024-08-26T23:26:27.775Z Compiling usdt-impl v0.5.0
3782024-08-26T23:26:27.950Z Compiling proc-macro-error-attr v1.0.4
3792024-08-26T23:26:28.033Z Compiling rustix v0.38.34
3802024-08-26T23:26:28.093Z Compiling syn v1.0.109
3812024-08-26T23:26:28.271Z Compiling quote v1.0.36
3822024-08-26T23:26:28.315Z Compiling proc-macro-error v1.0.4
3832024-08-26T23:26:28.435Z Compiling bitflags v2.6.0
3842024-08-26T23:26:28.653Z Compiling syn v2.0.74
3852024-08-26T23:26:28.814Z Compiling errno v0.3.9
3862024-08-26T23:26:28.929Z Compiling equivalent v1.0.1
3872024-08-26T23:26:28.984Z Compiling hashbrown v0.14.5
3882024-08-26T23:26:29.009Z Compiling utf8parse v0.2.1
3892024-08-26T23:26:29.045Z Compiling log v0.4.21
3902024-08-26T23:26:29.048Z Compiling plain v0.2.3
3912024-08-26T23:26:29.091Z Compiling thread-id v4.2.1
3922024-08-26T23:26:29.170Z Compiling anstyle-parse v0.2.4
3932024-08-26T23:26:29.429Z Compiling camino v1.1.9
3942024-08-26T23:26:29.505Z Compiling anstyle v1.0.8
3952024-08-26T23:26:29.744Z Compiling anstyle-query v1.0.3
3962024-08-26T23:26:29.898Z Compiling pretty-hex v0.4.1
3972024-08-26T23:26:29.965Z Compiling winnow v0.6.18
3982024-08-26T23:26:30.120Z Compiling semver v1.0.23
3992024-08-26T23:26:30.142Z Compiling autocfg v1.3.0
4002024-08-26T23:26:30.144Z Compiling is_terminal_polyfill v1.70.0
4012024-08-26T23:26:30.299Z Compiling indexmap v2.4.0
4022024-08-26T23:26:30.320Z Compiling colorchoice v1.0.1
4032024-08-26T23:26:30.478Z Compiling anstream v0.6.14
4042024-08-26T23:26:30.740Z Compiling terminal_size v0.3.0
4052024-08-26T23:26:30.989Z Compiling strsim v0.11.1
4062024-08-26T23:26:31.069Z Compiling heck v0.5.0
4072024-08-26T23:26:31.148Z Compiling fs-err v2.11.0
4082024-08-26T23:26:31.245Z Compiling heck v0.4.1
4092024-08-26T23:26:31.440Z Compiling anyhow v1.0.86
4102024-08-26T23:26:31.585Z Compiling fnv v1.0.7
4112024-08-26T23:26:31.610Z Compiling bytecount v0.6.8
4122024-08-26T23:26:31.716Z Compiling unicode-width v0.1.13
4132024-08-26T23:26:31.751Z Compiling clap_lex v0.7.0
4142024-08-26T23:26:31.911Z Compiling papergrid v0.11.0
4152024-08-26T23:26:31.980Z Compiling clap_builder v4.5.15
4162024-08-26T23:26:32.222Z Compiling memmap v0.7.0
4172024-08-26T23:26:32.680Z Compiling swrite v0.1.0
4182024-08-26T23:26:34.312Z Compiling tabled_derive v0.7.0
4192024-08-26T23:26:35.819Z Compiling tabled v0.15.0
4202024-08-26T23:26:37.160Z Compiling serde_derive v1.0.208
4212024-08-26T23:26:37.160Z Compiling thiserror-impl v1.0.63
4222024-08-26T23:26:37.163Z Compiling zerocopy-derive v0.7.34
4232024-08-26T23:26:37.163Z Compiling scroll_derive v0.12.0
4242024-08-26T23:26:37.220Z Compiling clap_derive v4.5.13
4252024-08-26T23:26:38.693Z Compiling scroll v0.12.0
4262024-08-26T23:26:39.255Z Compiling goblin v0.8.2
4272024-08-26T23:26:39.295Z Compiling zerocopy v0.7.34
4282024-08-26T23:26:40.020Z Compiling pest v2.7.10
4292024-08-26T23:26:41.031Z Compiling clap v4.5.16
4302024-08-26T23:26:42.167Z Compiling pest_meta v2.7.10
4312024-08-26T23:26:42.965Z Compiling pest_generator v2.7.10
4322024-08-26T23:26:44.906Z Compiling pest_derive v2.7.10
4332024-08-26T23:26:45.622Z Compiling dtrace-parser v0.2.0
4342024-08-26T23:26:47.226Z Compiling serde_tokenstream v0.2.2
4352024-08-26T23:26:47.355Z Compiling toml_datetime v0.6.8
4362024-08-26T23:26:47.355Z Compiling serde_spanned v0.6.7
4372024-08-26T23:26:47.632Z Compiling toml_edit v0.22.20
4382024-08-26T23:26:47.737Z Compiling cargo-platform v0.1.8
4392024-08-26T23:26:47.872Z Compiling macaddr v1.0.1
4402024-08-26T23:26:48.640Z Compiling dof v0.3.0
4412024-08-26T23:26:48.790Z Compiling cargo_metadata v0.18.1
4422024-08-26T23:26:50.419Z Compiling usdt-macro v0.5.0
4432024-08-26T23:26:50.419Z Compiling usdt-attr-macro v0.5.0
4442024-08-26T23:26:50.444Z Compiling toml v0.8.19
4452024-08-26T23:26:51.300Z Compiling cargo_toml v0.20.4
4462024-08-26T23:26:51.811Z Compiling usdt v0.5.0
4472024-08-26T23:26:55.066Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
4482024-08-26T23:26:58.830Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 52.32s
4492024-08-26T23:26:59.081Z Running `target/debug/xtask download cockroach clickhouse console dendrite-openapi dendrite-stub maghemite-mgd transceiver-control`
4502024-08-26T23:26:59.714Z Downloading crates ...
4512024-08-26T23:26:59.847Z Downloaded atomicwrites v0.4.3
4522024-08-26T23:26:59.847Z Downloaded adler v1.0.2
4532024-08-26T23:26:59.941Z Downloaded assert_matches v1.5.0
4542024-08-26T23:26:59.942Z Downloaded arrayvec v0.7.4
4552024-08-26T23:26:59.942Z Downloaded ciborium-io v0.2.2
4562024-08-26T23:26:59.942Z Downloaded crunchy v0.2.2
4572024-08-26T23:26:59.942Z Downloaded darling_macro v0.20.9
4582024-08-26T23:26:59.942Z Downloaded arrayref v0.3.7
4592024-08-26T23:26:59.942Z Downloaded async-stream-impl v0.3.5
4602024-08-26T23:26:59.942Z Downloaded async-stream v0.3.5
4612024-08-26T23:26:59.942Z Downloaded array-init v0.0.4
4622024-08-26T23:26:59.942Z Downloaded atty v0.2.14
4632024-08-26T23:26:59.942Z Downloaded ascii-canvas v3.0.0
4642024-08-26T23:26:59.942Z Downloaded crc-catalog v2.4.0
4652024-08-26T23:26:59.942Z Downloaded convert_case v0.4.0
4662024-08-26T23:26:59.942Z Downloaded cfg_aliases v0.1.1
4672024-08-26T23:26:59.942Z Downloaded bb8 v0.8.5
4682024-08-26T23:26:59.942Z Downloaded bitstruct v0.1.1
4692024-08-26T23:26:59.942Z Downloaded is-terminal v0.4.12
4702024-08-26T23:26:59.942Z Downloaded opaque-debug v0.3.1
4712024-08-26T23:26:59.943Z Downloaded bit-vec v0.6.3
4722024-08-26T23:26:59.943Z Downloaded cipher v0.4.4
4732024-08-26T23:26:59.943Z Downloaded const_format_proc_macros v0.2.32
4742024-08-26T23:26:59.943Z Downloaded num_threads v0.1.7
4752024-08-26T23:26:59.943Z Downloaded nodrop v0.1.14
4762024-08-26T23:26:59.943Z Downloaded normalize-line-endings v0.3.0
4772024-08-26T23:26:59.943Z Downloaded match_cfg v0.1.0
4782024-08-26T23:26:59.943Z Downloaded hubpack_derive v0.1.1
4792024-08-26T23:26:59.943Z Downloaded crc v3.2.1
4802024-08-26T23:26:59.943Z Downloaded bitfield-struct v0.6.1
4812024-08-26T23:26:59.943Z Downloaded newtype_derive v0.1.6
4822024-08-26T23:26:59.943Z Downloaded openssl-probe v0.1.5
4832024-08-26T23:26:59.943Z Downloaded backoff v0.4.0
4842024-08-26T23:26:59.943Z Downloaded arc-swap v1.7.1
4852024-08-26T23:26:59.943Z Downloaded debug-ignore v1.0.5
4862024-08-26T23:26:59.943Z Downloaded lru-cache v0.1.2
4872024-08-26T23:26:59.943Z Downloaded instant v0.1.12
4882024-08-26T23:26:59.944Z Downloaded camino-tempfile v1.1.1
4892024-08-26T23:26:59.944Z Downloaded async-recursion v1.1.1
4902024-08-26T23:26:59.944Z Downloaded lazy_static v1.5.0
4912024-08-26T23:26:59.944Z Downloaded cstr-argument v0.1.2
4922024-08-26T23:26:59.944Z Downloaded semver v0.1.20
4932024-08-26T23:26:59.944Z Downloaded atomic-waker v1.1.2
4942024-08-26T23:26:59.944Z Downloaded num-conv v0.1.0
4952024-08-26T23:26:59.944Z Downloaded new_debug_unreachable v1.0.6
4962024-08-26T23:26:59.944Z Downloaded number_prefix v0.4.0
4972024-08-26T23:26:59.944Z Downloaded async-trait v0.1.81
4982024-08-26T23:26:59.944Z Downloaded bitstruct_derive v0.1.0
4992024-08-26T23:26:59.944Z Downloaded bzip2 v0.4.4
5002024-08-26T23:26:59.944Z Downloaded crucible-workspace-hack v0.1.0
5012024-08-26T23:26:59.944Z Downloaded openssl-macros v0.1.1
5022024-08-26T23:26:59.944Z Downloaded keccak v0.1.5
5032024-08-26T23:26:59.944Z Downloaded instability v0.3.2
5042024-08-26T23:26:59.944Z Downloaded indoc v1.0.9
5052024-08-26T23:26:59.944Z Downloaded memoffset v0.9.1
5062024-08-26T23:26:59.944Z Downloaded linear-map v1.2.0
5072024-08-26T23:26:59.944Z Downloaded libsw v3.3.1
5082024-08-26T23:26:59.945Z Downloaded darling v0.20.9
5092024-08-26T23:27:00.040Z Downloaded ascii v1.1.0
5102024-08-26T23:27:00.041Z Downloaded olpc-cjson v0.1.3
5112024-08-26T23:27:00.041Z Downloaded num-derive v0.4.2
5122024-08-26T23:27:00.041Z Downloaded base16ct v0.2.0
5132024-08-26T23:27:00.041Z Downloaded maplit v1.0.2
5142024-08-26T23:27:00.041Z Downloaded kstat-rs v0.2.4
5152024-08-26T23:27:00.041Z Downloaded oso-derive v0.27.3
5162024-08-26T23:27:00.041Z Downloaded linked-hash-map v0.5.6
5172024-08-26T23:27:00.041Z Downloaded indent_write v2.2.0
5182024-08-26T23:27:00.041Z Downloaded crossbeam-deque v0.8.5
5192024-08-26T23:27:00.041Z Downloaded chacha20 v0.9.1
5202024-08-26T23:27:00.041Z Downloaded cexpr v0.6.0
5212024-08-26T23:27:00.041Z Downloaded lru v0.12.3
5222024-08-26T23:27:00.041Z Downloaded ipnet v2.9.0
5232024-08-26T23:27:00.042Z Downloaded lock_api v0.4.12
5242024-08-26T23:27:00.042Z Downloaded md-5 v0.10.6
5252024-08-26T23:27:00.042Z Downloaded structmeta v0.2.0
5262024-08-26T23:27:00.042Z Downloaded nanorand v0.7.0
5272024-08-26T23:27:00.042Z Downloaded mime v0.3.17
5282024-08-26T23:27:00.042Z Downloaded toolchain_find v0.4.0
5292024-08-26T23:27:00.042Z Downloaded serde_path_to_error v0.1.16
5302024-08-26T23:27:00.042Z Downloaded newtype-uuid v1.1.0
5312024-08-26T23:27:00.042Z Downloaded num_enum_derive v0.5.11
5322024-08-26T23:27:00.042Z Downloaded tinyvec_macros v0.1.1
5332024-08-26T23:27:00.042Z Downloaded crossbeam-epoch v0.9.18
5342024-08-26T23:27:00.042Z Downloaded num_cpus v1.16.0
5352024-08-26T23:27:00.042Z Downloaded unicode-xid v0.2.4
5362024-08-26T23:27:00.042Z Downloaded derive_builder_macro v0.20.0
5372024-08-26T23:27:00.042Z Downloaded num-complex v0.4.6
5382024-08-26T23:27:00.042Z Downloaded crossbeam-utils v0.8.19
5392024-08-26T23:27:00.042Z Downloaded ahash v0.8.11
5402024-08-26T23:27:00.043Z Downloaded shlex v1.3.0
5412024-08-26T23:27:00.043Z Downloaded endian-type v0.1.2
5422024-08-26T23:27:00.043Z Downloaded smallvec v0.6.14
5432024-08-26T23:27:00.043Z Downloaded slog-dtrace v0.3.0
5442024-08-26T23:27:00.043Z Downloaded native-tls v0.2.11
5452024-08-26T23:27:00.043Z Downloaded strip-ansi-escapes v0.2.0
5462024-08-26T23:27:00.043Z Downloaded num_enum v0.5.11
5472024-08-26T23:27:00.043Z Downloaded nu-ansi-term v0.50.0
5482024-08-26T23:27:00.043Z Downloaded foreign-types-shared v0.3.1
5492024-08-26T23:27:00.043Z Downloaded foreign-types-shared v0.1.1
5502024-08-26T23:27:00.043Z Downloaded defmt v0.3.8
5512024-08-26T23:27:00.043Z Downloaded cookie_store v0.20.0
5522024-08-26T23:27:00.044Z Downloaded fragile v2.0.0
5532024-08-26T23:27:00.044Z Downloaded termcolor v1.4.1
5542024-08-26T23:27:00.044Z Downloaded topological-sort v0.2.2
5552024-08-26T23:27:00.044Z Downloaded pretty-hex v0.2.1
5562024-08-26T23:27:00.044Z Downloaded const-oid v0.9.6
5572024-08-26T23:27:00.044Z Downloaded serde_with_macros v3.9.0
5582024-08-26T23:27:00.044Z Downloaded chacha20poly1305 v0.10.1
5592024-08-26T23:27:00.044Z Downloaded base64 v0.13.1
5602024-08-26T23:27:00.094Z Downloaded num-rational v0.4.2
5612024-08-26T23:27:00.094Z Downloaded unicode-truncate v1.0.0
5622024-08-26T23:27:00.094Z Downloaded thiserror-impl-no-std v2.0.2
5632024-08-26T23:27:00.094Z Downloaded xattr v1.3.1
5642024-08-26T23:27:00.094Z Downloaded fd-lock v4.0.2
5652024-08-26T23:27:00.094Z Downloaded deranged v0.3.11
5662024-08-26T23:27:00.094Z Downloaded slog-term v2.9.1
5672024-08-26T23:27:00.095Z Downloaded miniz_oxide v0.7.2
5682024-08-26T23:27:00.095Z Downloaded parking_lot_core v0.8.6
5692024-08-26T23:27:00.095Z Downloaded spin v0.5.2
5702024-08-26T23:27:00.095Z Downloaded uzers v0.11.3
5712024-08-26T23:27:00.095Z Downloaded compact_str v0.8.0
5722024-08-26T23:27:00.095Z Downloaded mockall_derive v0.13.0
5732024-08-26T23:27:00.095Z Downloaded termtree v0.4.1
5742024-08-26T23:27:00.095Z Downloaded parking_lot v0.12.2
5752024-08-26T23:27:00.095Z Downloaded clang-sys v1.7.0
5762024-08-26T23:27:00.095Z Downloaded httpdate v1.0.3
5772024-08-26T23:27:00.095Z Downloaded vte_generate_state_changes v0.1.1
5782024-08-26T23:27:00.095Z Downloaded path-slash v0.1.5
5792024-08-26T23:27:00.095Z Downloaded form_urlencoded v1.2.1
5802024-08-26T23:27:00.095Z Downloaded crc32fast v1.4.0
5812024-08-26T23:27:00.095Z Downloaded embedded-io v0.4.0
5822024-08-26T23:27:00.095Z Downloaded pbkdf2 v0.12.2
5832024-08-26T23:27:00.095Z Downloaded rand_core v0.6.4
5842024-08-26T23:27:00.095Z Downloaded rand_xorshift v0.3.0
5852024-08-26T23:27:00.095Z Downloaded crc-any v2.5.0
5862024-08-26T23:27:00.095Z Downloaded proc-macro-crate v1.3.1
5872024-08-26T23:27:00.095Z Downloaded base64 v0.22.1
5882024-08-26T23:27:00.096Z Downloaded cc v1.0.97
5892024-08-26T23:27:00.096Z Downloaded psl-types v2.0.11
5902024-08-26T23:27:00.096Z Downloaded yasna v0.5.2
5912024-08-26T23:27:00.096Z Downloaded futures-macro v0.3.30
5922024-08-26T23:27:00.096Z Downloaded serde_plain v1.0.2
5932024-08-26T23:27:00.096Z Downloaded unicase v2.7.0
5942024-08-26T23:27:00.096Z Downloaded serde_urlencoded v0.7.1
5952024-08-26T23:27:00.096Z Downloaded sqlparser_derive v0.2.2
5962024-08-26T23:27:00.096Z Downloaded supports-color v3.0.0
5972024-08-26T23:27:00.096Z Downloaded smf v0.2.3
5982024-08-26T23:27:00.148Z Downloaded smawk v0.3.2
5992024-08-26T23:27:00.148Z Downloaded slog-stdlog v4.1.1
6002024-08-26T23:27:00.149Z Downloaded unarray v0.1.4
6012024-08-26T23:27:00.149Z Downloaded twox-hash v1.6.3
6022024-08-26T23:27:00.149Z Downloaded derive_builder_core v0.20.0
6032024-08-26T23:27:00.149Z Downloaded omicron-zone-package v0.11.0
6042024-08-26T23:27:00.149Z Downloaded num-traits v0.2.19
6052024-08-26T23:27:00.149Z Downloaded spin v0.9.8
6062024-08-26T23:27:00.149Z Downloaded termios v0.3.3
6072024-08-26T23:27:00.149Z Downloaded zone_cfg_derive v0.1.2
6082024-08-26T23:27:00.149Z Downloaded textwrap v0.16.1
6092024-08-26T23:27:00.149Z Downloaded const_format v0.2.32
6102024-08-26T23:27:00.150Z Downloaded take_mut v0.2.2
6112024-08-26T23:27:00.150Z Downloaded defmt-parser v0.3.4
6122024-08-26T23:27:00.150Z Downloaded wait-timeout v0.2.0
6132024-08-26T23:27:00.190Z Downloaded foreign-types v0.3.2
6142024-08-26T23:27:00.191Z Downloaded downcast v0.11.0
6152024-08-26T23:27:00.191Z Downloaded highway v1.2.0
6162024-08-26T23:27:00.191Z Downloaded crossbeam-channel v0.5.12
6172024-08-26T23:27:00.191Z Downloaded ena v0.14.3
6182024-08-26T23:27:00.193Z Downloaded fxhash v0.2.1
6192024-08-26T23:27:00.193Z Downloaded float-cmp v0.9.0
6202024-08-26T23:27:00.193Z Downloaded openssl-sys v0.9.103
6212024-08-26T23:27:00.194Z Downloaded rustc-hash v1.1.0
6222024-08-26T23:27:00.194Z Downloaded static_assertions v1.1.0
6232024-08-26T23:27:00.194Z Downloaded stable_deref_trait v1.2.0
6242024-08-26T23:27:00.195Z Downloaded phf_shared v0.10.0
6252024-08-26T23:27:00.195Z Downloaded parse-size v1.0.0
6262024-08-26T23:27:00.195Z Downloaded r2d2 v0.8.10
6272024-08-26T23:27:00.196Z Downloaded quick-error v1.2.3
6282024-08-26T23:27:00.196Z Downloaded ppv-lite86 v0.2.17
6292024-08-26T23:27:00.197Z Downloaded hostname v0.4.0
6302024-08-26T23:27:00.197Z Downloaded hostname v0.3.1
6312024-08-26T23:27:00.198Z Downloaded try-lock v0.2.5
6322024-08-26T23:27:00.198Z Downloaded sync_wrapper v0.1.2
6332024-08-26T23:27:00.199Z Downloaded tui-tree-widget v0.22.0
6342024-08-26T23:27:00.200Z Downloaded smallvec v1.13.2
6352024-08-26T23:27:00.201Z Downloaded gethostname v0.5.0
6362024-08-26T23:27:00.201Z Downloaded tracing-attributes v0.1.27
6372024-08-26T23:27:00.202Z Downloaded indicatif v0.17.8
6382024-08-26T23:27:00.233Z Downloaded rustversion v1.0.17
6392024-08-26T23:27:00.233Z Downloaded rustfmt-wrapper v0.2.1
6402024-08-26T23:27:00.234Z Downloaded poly1305 v0.8.0
6412024-08-26T23:27:00.234Z Downloaded tap v1.0.1
6422024-08-26T23:27:00.234Z Downloaded portpicker v0.1.1
6432024-08-26T23:27:00.234Z Downloaded tabwriter v1.4.0
6442024-08-26T23:27:00.235Z Downloaded rpassword v7.3.1
6452024-08-26T23:27:00.235Z Downloaded samael v0.0.15
6462024-08-26T23:27:00.235Z Downloaded predicates-tree v1.0.9
6472024-08-26T23:27:00.235Z Downloaded tokio-rustls v0.25.0
6482024-08-26T23:27:00.235Z Downloaded rustc-demangle v0.1.24
6492024-08-26T23:27:00.235Z Downloaded signal-hook-mio v0.2.4
6502024-08-26T23:27:00.236Z Downloaded erased-serde v0.3.31
6512024-08-26T23:27:00.236Z Downloaded postcard v1.0.8
6522024-08-26T23:27:00.236Z Downloaded crypto-bigint v0.5.5
6532024-08-26T23:27:00.236Z Downloaded futures-executor v0.3.30
6542024-08-26T23:27:00.236Z Downloaded slog-envlogger v2.2.0
6552024-08-26T23:27:00.237Z Downloaded serde-big-array v0.5.1
6562024-08-26T23:27:00.237Z Downloaded unicode-linebreak v0.1.5
6572024-08-26T23:27:00.238Z Downloaded env_logger v0.10.2
6582024-08-26T23:27:00.238Z Downloaded ron v0.7.1
6592024-08-26T23:27:00.250Z Downloaded slog-bunyan v2.5.0
6602024-08-26T23:27:00.250Z Downloaded headers-core v0.2.0
6612024-08-26T23:27:00.250Z Downloaded http-body v0.4.6
6622024-08-26T23:27:00.250Z Downloaded der_derive v0.7.2
6632024-08-26T23:27:00.250Z Downloaded diesel_table_macro_syntax v0.2.0
6642024-08-26T23:27:00.250Z Downloaded futures-sink v0.3.30
6652024-08-26T23:27:00.250Z Downloaded rustls-pki-types v1.7.0
6662024-08-26T23:27:00.250Z Downloaded futures-core v0.3.30
6672024-08-26T23:27:00.251Z Downloaded fixedbitset v0.4.2
6682024-08-26T23:27:00.251Z Downloaded scrypt v0.11.0
6692024-08-26T23:27:00.251Z Downloaded rand_chacha v0.3.1
6702024-08-26T23:27:00.271Z Downloaded futures-io v0.3.30
6712024-08-26T23:27:00.271Z Downloaded signal-hook-registry v1.4.2
6722024-08-26T23:27:00.271Z Downloaded salsa20 v0.10.2
6732024-08-26T23:27:00.271Z Downloaded http-range v0.1.5
6742024-08-26T23:27:00.272Z Downloaded sqlformat v0.2.4
6752024-08-26T23:27:00.272Z Downloaded spki v0.7.3
6762024-08-26T23:27:00.272Z Downloaded zeroize_derive v1.4.2
6772024-08-26T23:27:00.282Z Downloaded shell-words v1.1.0
6782024-08-26T23:27:00.282Z Downloaded hmac v0.12.1
6792024-08-26T23:27:00.282Z Downloaded precomputed-hash v0.1.1
6802024-08-26T23:27:00.283Z Downloaded strum v0.26.3
6812024-08-26T23:27:00.283Z Downloaded futures-task v0.3.30
6822024-08-26T23:27:00.283Z Downloaded thiserror-no-std v2.0.2
6832024-08-26T23:27:00.283Z Downloaded subtle v2.5.0
6842024-08-26T23:27:00.283Z Downloaded ff v0.13.0
6852024-08-26T23:27:00.284Z Downloaded vsss-rs v3.3.4
6862024-08-26T23:27:00.284Z Downloaded prettyplease v0.2.20
6872024-08-26T23:27:00.291Z Downloaded fatfs v0.3.6
6882024-08-26T23:27:00.291Z Downloaded hashlink v0.9.1
6892024-08-26T23:27:00.292Z Downloaded heck v0.3.3
6902024-08-26T23:27:00.292Z Downloaded phf_shared v0.11.2
6912024-08-26T23:27:00.292Z Downloaded ron v0.8.1
6922024-08-26T23:27:00.300Z Downloaded glob v0.3.1
6932024-08-26T23:27:00.301Z Downloaded sigpipe v0.1.3
6942024-08-26T23:27:00.316Z Downloaded ident_case v1.0.1
6952024-08-26T23:27:00.316Z Downloaded waitgroup v0.1.2
6962024-08-26T23:27:00.316Z Downloaded untrusted v0.9.0
6972024-08-26T23:27:00.317Z Downloaded thread_local v1.1.8
6982024-08-26T23:27:00.317Z Downloaded hex v0.4.3
6992024-08-26T23:27:00.317Z Downloaded futures-channel v0.3.30
7002024-08-26T23:27:00.317Z Downloaded rusty-fork v0.3.0
7012024-08-26T23:27:00.317Z Downloaded mio v1.0.2
7022024-08-26T23:27:00.323Z Downloaded peg-runtime v0.8.3
7032024-08-26T23:27:00.323Z Downloaded either v1.13.0
7042024-08-26T23:27:00.323Z Downloaded tar v0.4.41
7052024-08-26T23:27:00.336Z Downloaded funty v2.0.0
7062024-08-26T23:27:00.336Z Downloaded tls_codec v0.4.1
7072024-08-26T23:27:00.337Z Downloaded display-error-chain v0.2.0
7082024-08-26T23:27:00.350Z Downloaded crossterm v0.27.0
7092024-08-26T23:27:00.350Z Downloaded derive_more v0.99.18
7102024-08-26T23:27:00.350Z Downloaded powerfmt v0.2.0
7112024-08-26T23:27:00.350Z Downloaded postgres-types v0.2.7
7122024-08-26T23:27:00.359Z Downloaded tokio-macros v2.3.0
7132024-08-26T23:27:00.359Z Downloaded globset v0.4.14
7142024-08-26T23:27:00.359Z Downloaded want v0.3.1
7152024-08-26T23:27:00.359Z Downloaded radium v0.7.0
7162024-08-26T23:27:00.359Z Downloaded predicates-core v1.0.6
7172024-08-26T23:27:00.359Z Downloaded crossterm v0.28.1
7182024-08-26T23:27:00.371Z Downloaded fastrand v2.1.0
7192024-08-26T23:27:00.371Z Downloaded hickory-client v0.24.1
7202024-08-26T23:27:00.372Z Downloaded futures v0.3.30
7212024-08-26T23:27:00.386Z Downloaded dyn-clone v1.0.17
7222024-08-26T23:27:00.387Z Downloaded sct v0.7.1
7232024-08-26T23:27:00.387Z Downloaded hyper-tls v0.5.0
7242024-08-26T23:27:00.387Z Downloaded fallible-iterator v0.3.0
7252024-08-26T23:27:00.388Z Downloaded dsl_auto_type v0.1.2
7262024-08-26T23:27:00.388Z Downloaded libm v0.2.8
7272024-08-26T23:27:00.404Z Downloaded float-ord v0.3.2
7282024-08-26T23:27:00.404Z Downloaded tiny-keccak v2.0.2
7292024-08-26T23:27:00.404Z Downloaded signal-hook-tokio v0.3.1
7302024-08-26T23:27:00.404Z Downloaded pem v3.0.4
7312024-08-26T23:27:00.404Z Downloaded tungstenite v0.21.0
7322024-08-26T23:27:00.419Z Downloaded subprocess v0.2.9
7332024-08-26T23:27:00.419Z Downloaded serde_arrays v0.1.0
7342024-08-26T23:27:00.419Z Downloaded siphasher v0.3.11
7352024-08-26T23:27:00.419Z Downloaded resolv-conf v0.7.0
7362024-08-26T23:27:00.420Z Downloaded env_logger v0.9.3
7372024-08-26T23:27:00.420Z Downloaded pem-rfc7468 v0.7.0
7382024-08-26T23:27:00.420Z Downloaded time-core v0.1.2
7392024-08-26T23:27:00.420Z Downloaded ref-cast v1.0.23
7402024-08-26T23:27:00.429Z Downloaded ref-cast-impl v1.0.23
7412024-08-26T23:27:00.429Z Downloaded strum_macros v0.24.3
7422024-08-26T23:27:00.429Z Downloaded nom v7.1.3
7432024-08-26T23:27:00.448Z Downloaded universal-hash v0.5.1
7442024-08-26T23:27:00.448Z Downloaded dirs-sys-next v0.1.2
7452024-08-26T23:27:00.448Z Downloaded vte v0.11.1
7462024-08-26T23:27:00.448Z Downloaded pin-project-lite v0.2.14
7472024-08-26T23:27:00.461Z Downloaded dirs-next v2.0.0
7482024-08-26T23:27:00.461Z Downloaded filetime v0.2.24
7492024-08-26T23:27:00.461Z Downloaded predicates v3.1.2
7502024-08-26T23:27:00.461Z Downloaded iana-time-zone v0.1.60
7512024-08-26T23:27:00.461Z Downloaded secrecy v0.8.0
7522024-08-26T23:27:00.461Z Downloaded humantime v2.1.0
7532024-08-26T23:27:00.461Z Downloaded hubpack v0.1.2
7542024-08-26T23:27:00.462Z Downloaded time-macros v0.2.18
7552024-08-26T23:27:00.462Z Downloaded flate2 v1.0.31
7562024-08-26T23:27:00.468Z Downloaded typed-path v0.7.1
7572024-08-26T23:27:00.468Z Downloaded walkdir v2.5.0
7582024-08-26T23:27:00.468Z Downloaded tokio-native-tls v0.3.1
7592024-08-26T23:27:00.477Z Downloaded pkg-config v0.3.30
7602024-08-26T23:27:00.478Z Downloaded slog-async v2.8.0
7612024-08-26T23:27:00.478Z Downloaded serde-hex v0.1.0
7622024-08-26T23:27:00.482Z Downloaded der v0.7.9
7632024-08-26T23:27:00.482Z Downloaded tls_codec_derive v0.4.1
7642024-08-26T23:27:00.483Z Downloaded flagset v0.4.5
7652024-08-26T23:27:00.489Z Downloaded parse-display-derive v0.10.0
7662024-08-26T23:27:00.489Z Downloaded whoami v1.5.1
7672024-08-26T23:27:00.489Z Downloaded pkcs8 v0.10.2
7682024-08-26T23:27:00.496Z Downloaded password-hash v0.5.0
7692024-08-26T23:27:00.496Z Downloaded aho-corasick v1.1.3
7702024-08-26T23:27:00.500Z Downloaded strum_macros v0.25.3
7712024-08-26T23:27:00.500Z Downloaded hash32 v0.2.1
7722024-08-26T23:27:00.505Z Downloaded group v0.13.0
7732024-08-26T23:27:00.505Z Downloaded pin-project-internal v1.1.5
7742024-08-26T23:27:00.509Z Downloaded schemars v0.8.21
7752024-08-26T23:27:00.526Z Downloaded zip v0.6.6
7762024-08-26T23:27:00.541Z Downloaded sha1 v0.10.6
7772024-08-26T23:27:00.541Z Downloaded similar v2.6.0
7782024-08-26T23:27:00.542Z Downloaded unsafe-libyaml v0.2.11
7792024-08-26T23:27:00.551Z Downloaded snafu-derive v0.8.2
7802024-08-26T23:27:00.551Z Downloaded tokio-tungstenite v0.21.0
7812024-08-26T23:27:00.551Z Downloaded toml v0.7.8
7822024-08-26T23:27:00.551Z Downloaded pkcs5 v0.7.1
7832024-08-26T23:27:00.551Z Downloaded pin-project v1.1.5
7842024-08-26T23:27:00.560Z Downloaded tough v0.17.1
7852024-08-26T23:27:00.567Z Downloaded tinyvec v1.6.0
7862024-08-26T23:27:00.573Z Downloaded hickory-resolver v0.24.1
7872024-08-26T23:27:00.578Z Downloaded slog v2.7.0
7882024-08-26T23:27:00.585Z Downloaded diesel_derives v2.2.2
7892024-08-26T23:27:00.594Z Downloaded serde_yaml v0.9.34+deprecated
7902024-08-26T23:27:00.594Z Downloaded flume v0.11.0
7912024-08-26T23:27:00.598Z Downloaded unicode-normalization v0.1.23
7922024-08-26T23:27:00.598Z Downloaded bitvec v1.0.1
7932024-08-26T23:27:00.614Z Downloaded rcgen v0.12.1
7942024-08-26T23:27:00.621Z Downloaded expectorate v1.1.0
7952024-08-26T23:27:00.622Z Downloaded rusqlite v0.31.0
7962024-08-26T23:27:00.628Z Downloaded h2 v0.3.26
7972024-08-26T23:27:00.634Z Downloaded chrono v0.4.38
7982024-08-26T23:27:00.646Z Downloaded rand v0.8.5
7992024-08-26T23:27:00.658Z Downloaded rsa v0.9.6
8002024-08-26T23:27:00.658Z Downloaded rustyline v14.0.0
8012024-08-26T23:27:00.668Z Downloaded unicode_categories v0.1.1
8022024-08-26T23:27:00.668Z Downloaded tracing v0.1.40
8032024-08-26T23:27:00.668Z Downloaded time v0.3.36
8042024-08-26T23:27:00.679Z Downloaded steno v0.4.1
8052024-08-26T23:27:00.680Z Downloaded http v0.2.12
8062024-08-26T23:27:00.687Z Downloaded unicode-segmentation v1.11.0
8072024-08-26T23:27:00.687Z Downloaded toml_edit v0.19.15
8082024-08-26T23:27:00.700Z Downloaded vcpkg v0.2.15
8092024-08-26T23:27:00.743Z Downloaded http v1.1.0
8102024-08-26T23:27:00.758Z Downloaded winnow v0.5.40
8112024-08-26T23:27:00.758Z Downloaded proptest v1.5.0
8122024-08-26T23:27:00.765Z Downloaded quick-xml v0.31.0
8132024-08-26T23:27:00.776Z Downloaded lalrpop v0.19.12
8142024-08-26T23:27:00.780Z Downloaded serde_with v3.9.0
8152024-08-26T23:27:00.790Z Downloaded hashbrown v0.12.3
8162024-08-26T23:27:00.798Z Downloaded curve25519-dalek v4.1.3
8172024-08-26T23:27:00.806Z Downloaded reedline v0.33.0
8182024-08-26T23:27:00.813Z Downloaded tokio-util v0.7.11
8192024-08-26T23:27:00.838Z Downloaded hyper v0.14.30
8202024-08-26T23:27:00.853Z Downloaded gimli v0.28.1
8212024-08-26T23:27:00.853Z Downloaded smoltcp v0.9.1
8222024-08-26T23:27:00.853Z Downloaded object v0.30.4
8232024-08-26T23:27:00.858Z Downloaded regex v1.10.6
8242024-08-26T23:27:00.867Z Downloaded bstr v1.9.1
8252024-08-26T23:27:00.877Z Downloaded rayon v1.10.0
8262024-08-26T23:27:00.887Z Downloaded sqlparser v0.45.0
8272024-08-26T23:27:00.896Z Downloaded nix v0.27.1
8282024-08-26T23:27:00.904Z Downloaded futures-util v0.3.30
8292024-08-26T23:27:00.917Z Downloaded regress v0.9.1
8302024-08-26T23:27:00.949Z Downloaded portable-atomic v1.6.0
8312024-08-26T23:27:00.954Z Downloaded hickory-proto v0.24.1
8322024-08-26T23:27:00.954Z Downloaded reqwest v0.11.27
8332024-08-26T23:27:00.957Z Downloaded git2 v0.19.0
8342024-08-26T23:27:00.964Z Downloaded nix v0.28.0
8352024-08-26T23:27:00.976Z Downloaded ratatui v0.28.0
8362024-08-26T23:27:00.996Z Downloaded object v0.32.2
8372024-08-26T23:27:01.007Z Downloaded diesel v2.2.2
8382024-08-26T23:27:01.028Z Downloaded rustls v0.21.12
8392024-08-26T23:27:01.041Z Downloaded webpki-roots v0.25.4
8402024-08-26T23:27:01.045Z Downloaded bzip2-sys v0.1.11+1.0.8
8412024-08-26T23:27:01.056Z Downloaded idna v0.3.0
8422024-08-26T23:27:01.062Z Downloaded zerocopy-derive v0.6.6
8432024-08-26T23:27:01.074Z Downloaded polar-core v0.27.3
8442024-08-26T23:27:01.083Z Downloaded regex-syntax v0.8.4
8452024-08-26T23:27:01.092Z Downloaded radix_trie v0.2.1
8462024-08-26T23:27:01.096Z Downloaded petgraph v0.6.5
8472024-08-26T23:27:01.115Z Downloaded smoltcp v0.11.0
8482024-08-26T23:27:01.127Z Downloaded regex-automata v0.4.6
8492024-08-26T23:27:01.146Z Downloaded csv v1.3.0
8502024-08-26T23:27:01.164Z Downloaded tokio v1.38.1
8512024-08-26T23:27:01.202Z Downloaded sha3 v0.10.8
8522024-08-26T23:27:01.207Z Downloaded sled v0.34.7
8532024-08-26T23:27:01.218Z Downloaded encoding_rs v0.8.34
8542024-08-26T23:27:01.239Z Downloaded regex-syntax v0.6.29
8552024-08-26T23:27:01.246Z Downloaded openapiv3 v2.0.0
8562024-08-26T23:27:01.257Z Downloaded rustls v0.22.4
8572024-08-26T23:27:01.272Z Downloaded idna v0.5.0
8582024-08-26T23:27:01.276Z Downloaded idna v0.4.0
8592024-08-26T23:27:01.284Z Downloaded rustls-webpki v0.102.4
8602024-08-26T23:27:01.300Z Downloaded openssl v0.10.66
8612024-08-26T23:27:01.309Z Downloaded rustls-webpki v0.101.7
8622024-08-26T23:27:01.325Z Downloaded hkdf v0.12.4
8632024-08-26T23:27:01.329Z Downloaded finl_unicode v1.2.0
8642024-08-26T23:27:01.340Z Downloaded bindgen v0.69.4
8652024-08-26T23:27:01.349Z Downloaded diff v0.1.13
8662024-08-26T23:27:01.357Z Downloaded hashbrown v0.13.2
8672024-08-26T23:27:01.357Z Downloaded blake3 v1.5.1
8682024-08-26T23:27:01.361Z Downloaded snafu v0.8.2
8692024-08-26T23:27:01.367Z Downloaded itertools v0.13.0
8702024-08-26T23:27:01.374Z Downloaded hash32 v0.3.1
8712024-08-26T23:27:01.378Z Downloaded which v4.4.2
8722024-08-26T23:27:01.378Z Downloaded sec1 v0.7.3
8732024-08-26T23:27:01.378Z Downloaded url v2.5.2
8742024-08-26T23:27:01.385Z Downloaded socket2 v0.5.7
8752024-08-26T23:27:01.385Z Downloaded socket2 v0.4.10
8762024-08-26T23:27:01.385Z Downloaded rayon-core v1.12.1
8772024-08-26T23:27:01.399Z Downloaded num-bigint-dig v0.8.4
8782024-08-26T23:27:01.402Z Downloaded itertools v0.12.1
8792024-08-26T23:27:01.402Z Downloaded wyz v0.5.1
8802024-08-26T23:27:01.402Z Downloaded tracing-core v0.1.32
8812024-08-26T23:27:01.403Z Downloaded difflib v0.4.0
8822024-08-26T23:27:01.403Z Downloaded zeroize v1.7.0
8832024-08-26T23:27:01.409Z Downloaded test-strategy v0.3.1
8842024-08-26T23:27:01.409Z Downloaded parse-display v0.10.0
8852024-08-26T23:27:01.417Z Downloaded signal-hook v0.3.17
8862024-08-26T23:27:01.417Z Downloaded rtoolbox v0.0.2
8872024-08-26T23:27:01.417Z Downloaded publicsuffix v2.2.3
8882024-08-26T23:27:01.422Z Downloaded libxml v0.3.3
8892024-08-26T23:27:01.422Z Downloaded fallible-streaming-iterator v0.1.9
8902024-08-26T23:27:01.422Z Downloaded tower-service v0.3.2
8912024-08-26T23:27:01.427Z Downloaded hickory-server v0.24.1
8922024-08-26T23:27:01.450Z Downloaded headers v0.3.9
8932024-08-26T23:27:01.455Z Downloaded elliptic-curve v0.13.8
8942024-08-26T23:27:01.455Z Downloaded x509-cert v0.2.5
8952024-08-26T23:27:01.455Z Downloaded structmeta-derive v0.3.0
8962024-08-26T23:27:01.455Z Downloaded structmeta-derive v0.2.0
8972024-08-26T23:27:01.455Z Downloaded structmeta v0.3.0
8982024-08-26T23:27:01.455Z Downloaded strum_macros v0.26.4
8992024-08-26T23:27:01.455Z Downloaded mio v0.8.11
9002024-08-26T23:27:01.455Z Downloaded minimal-lexical v0.2.1
9012024-08-26T23:27:01.459Z Downloaded tokio-postgres v0.7.11
9022024-08-26T23:27:01.461Z Downloaded heapless v0.8.0
9032024-08-26T23:27:01.465Z Downloaded heapless v0.7.17
9042024-08-26T23:27:01.468Z Downloaded uuid v1.10.0
9052024-08-26T23:27:01.472Z Downloaded unicode-bidi v0.3.15
9062024-08-26T23:27:01.474Z Downloaded fallible-iterator v0.2.0
9072024-08-26T23:27:01.491Z Downloaded hyper-rustls v0.24.2
9082024-08-26T23:27:01.494Z Downloaded itertools v0.10.5
9092024-08-26T23:27:01.494Z Downloaded rustls-pemfile v2.1.3
9102024-08-26T23:27:01.494Z Downloaded untrusted v0.7.1
9112024-08-26T23:27:01.494Z Downloaded tungstenite v0.20.1
9122024-08-26T23:27:01.494Z Downloaded base64 v0.21.7
9132024-08-26T23:27:01.494Z Downloaded half v2.4.1
9142024-08-26T23:27:01.497Z Downloaded getrandom v0.2.14
9152024-08-26T23:27:01.499Z Downloaded scopeguard v1.2.0
9162024-08-26T23:27:01.502Z Downloaded schemars_derive v0.8.21
9172024-08-26T23:27:01.504Z Downloaded utf-8 v0.7.6
9182024-08-26T23:27:01.504Z Downloaded zerocopy v0.6.6
9192024-08-26T23:27:01.506Z Downloaded postgres-protocol v0.6.7
9202024-08-26T23:27:01.509Z Downloaded tempfile v3.10.1
9212024-08-26T23:27:01.511Z Downloaded phf v0.11.2
9222024-08-26T23:27:01.511Z Downloaded httparse v1.8.0
9232024-08-26T23:27:01.513Z Downloaded peg-macros v0.8.4
9242024-08-26T23:27:01.515Z Downloaded tokio-tungstenite v0.20.1
9252024-08-26T23:27:01.518Z Downloaded tokio-stream v0.1.15
9262024-08-26T23:27:01.520Z Downloaded term v0.7.0
9272024-08-26T23:27:01.523Z Downloaded rustc_version v0.4.0
9282024-08-26T23:27:01.526Z Downloaded rustc_version v0.1.7
9292024-08-26T23:27:01.526Z Downloaded enum-as-inner v0.6.0
9302024-08-26T23:27:01.528Z Downloaded serde_derive_internals v0.29.1
9312024-08-26T23:27:01.528Z Downloaded pkcs1 v0.7.5
9322024-08-26T23:27:01.531Z Downloaded derive-where v1.2.7
9332024-08-26T23:27:01.534Z Downloaded vergen v8.3.2
9342024-08-26T23:27:01.536Z Downloaded backtrace v0.3.71
9352024-08-26T23:27:01.541Z Downloaded aes v0.8.4
9362024-08-26T23:27:01.545Z Downloaded parking_lot_core v0.9.10
9372024-08-26T23:27:01.547Z Downloaded peg v0.8.4
9382024-08-26T23:27:01.550Z Downloaded paste v1.0.15
9392024-08-26T23:27:01.553Z Downloaded home v0.5.9
9402024-08-26T23:27:01.556Z Downloaded getopts v0.2.21
9412024-08-26T23:27:01.556Z Downloaded zone v0.1.8
9422024-08-26T23:27:01.558Z Downloaded darling_core v0.20.9
9432024-08-26T23:27:01.561Z Downloaded slog-scope v4.4.0
9442024-08-26T23:27:01.565Z Downloaded slog-json v2.6.1
9452024-08-26T23:27:01.565Z Downloaded scheduled-thread-pool v0.2.7
9462024-08-26T23:27:01.568Z Downloaded same-file v1.0.6
9472024-08-26T23:27:01.568Z Downloaded rustls-pemfile v1.0.4
9482024-08-26T23:27:01.570Z Downloaded bytes v1.7.1
9492024-08-26T23:27:01.573Z Downloaded serde_repr v0.1.19
9502024-08-26T23:27:01.575Z Downloaded derive_builder v0.20.0
9512024-08-26T23:27:01.578Z Downloaded parking_lot v0.11.2
9522024-08-26T23:27:01.580Z Downloaded rand_seeder v0.3.0
9532024-08-26T23:27:01.583Z Downloaded pin-utils v0.1.0
9542024-08-26T23:27:01.583Z Downloaded percent-encoding v2.3.1
9552024-08-26T23:27:01.583Z Downloaded allocator-api2 v0.2.18
9562024-08-26T23:27:01.586Z Downloaded oso v0.27.3
9572024-08-26T23:27:01.589Z Downloaded tokio-rustls v0.24.1
9582024-08-26T23:27:01.592Z Downloaded blake2 v0.10.6
9592024-08-26T23:27:01.594Z Downloaded num-integer v0.1.46
9602024-08-26T23:27:01.596Z Downloaded multer v3.1.0
9612024-08-26T23:27:01.599Z Downloaded memmap2 v0.9.4
9622024-08-26T23:27:01.601Z Downloaded libloading v0.8.3
9632024-08-26T23:27:01.604Z Downloaded lazycell v1.3.0
9642024-08-26T23:27:01.604Z Downloaded indexmap v1.9.3
9652024-08-26T23:27:01.607Z Downloaded ciborium v0.2.2
9662024-08-26T23:27:01.610Z Downloaded foreign-types-macros v0.2.3
9672024-08-26T23:27:01.613Z Downloaded foreign-types v0.5.0
9682024-08-26T23:27:01.613Z Downloaded stringprep v0.1.4
9692024-08-26T23:27:01.616Z Downloaded string_cache v0.8.7
9702024-08-26T23:27:01.617Z Downloaded packed_struct_codegen v0.10.1
9712024-08-26T23:27:01.617Z Downloaded owo-colors v4.0.0
9722024-08-26T23:27:01.619Z Downloaded ipnetwork v0.20.0
9732024-08-26T23:27:01.619Z Downloaded cookie v0.17.0
9742024-08-26T23:27:01.622Z Downloaded console v0.15.8
9752024-08-26T23:27:01.624Z Downloaded bcs v0.1.6
9762024-08-26T23:27:01.627Z Downloaded jobserver v0.1.32
9772024-08-26T23:27:01.629Z Downloaded bitfield v0.14.0
9782024-08-26T23:27:01.631Z Downloaded base64ct v1.6.0
9792024-08-26T23:27:01.634Z Downloaded slab v0.4.9
9802024-08-26T23:27:01.634Z Downloaded signature v2.2.0
9812024-08-26T23:27:01.636Z Downloaded packed_struct v0.10.1
9822024-08-26T23:27:01.636Z Downloaded mime_guess v2.0.4
9832024-08-26T23:27:01.639Z Downloaded cookie v0.18.1
9842024-08-26T23:27:01.641Z Downloaded cancel-safe-futures v0.1.5
9852024-08-26T23:27:01.644Z Downloaded num v0.4.3
9862024-08-26T23:27:01.644Z Downloaded nibble_vec v0.1.0
9872024-08-26T23:27:01.647Z Downloaded mockall v0.13.0
9882024-08-26T23:27:01.647Z Downloaded hyper-staticfile v0.9.5
9892024-08-26T23:27:01.649Z Downloaded curve25519-dalek-derive v0.1.1
9902024-08-26T23:27:01.652Z Downloaded csv-core v0.1.11
9912024-08-26T23:27:01.652Z Downloaded cassowary v0.3.0
9922024-08-26T23:27:01.655Z Downloaded data-encoding v2.6.0
9932024-08-26T23:27:01.655Z Downloaded constant_time_eq v0.3.0
9942024-08-26T23:27:01.655Z Downloaded ciborium-ll v0.2.2
9952024-08-26T23:27:01.658Z Downloaded bitflags v1.3.2
9962024-08-26T23:27:01.660Z Downloaded colored v2.1.0
9972024-08-26T23:27:01.660Z Downloaded cobs v0.2.3
9982024-08-26T23:27:01.663Z Downloaded cbc v0.1.2
9992024-08-26T23:27:01.663Z Downloaded bit-set v0.5.3
10002024-08-26T23:27:01.665Z Downloaded managed v0.8.0
10012024-08-26T23:27:01.668Z Downloaded block-padding v0.3.3
10022024-08-26T23:27:01.668Z Downloaded num-iter v0.1.45
10032024-08-26T23:27:01.668Z Downloaded multimap v0.10.0
10042024-08-26T23:27:01.668Z Downloaded argon2 v0.5.3
10052024-08-26T23:27:01.671Z Downloaded addr2line v0.21.0
10062024-08-26T23:27:01.674Z Downloaded lalrpop-util v0.19.12
10072024-08-26T23:27:01.674Z Downloaded inout v0.1.3
10082024-08-26T23:27:01.674Z Downloaded libefi-sys v0.1.0
10092024-08-26T23:27:01.676Z Downloaded maybe-uninit v2.0.0
10102024-08-26T23:27:01.676Z Downloaded impl-trait-for-tuples v0.2.2
10112024-08-26T23:27:01.680Z Downloaded defmt-macros v0.3.9
10122024-08-26T23:27:01.683Z Downloaded aead v0.5.2
10132024-08-26T23:27:01.685Z Downloaded newline-converter v0.3.0
10142024-08-26T23:27:01.685Z Downloaded is_ci v1.2.0
10152024-08-26T23:27:01.685Z Downloaded castaway v0.2.3
10162024-08-26T23:27:01.687Z Downloaded buf-list v1.0.3
10172024-08-26T23:27:01.703Z Downloaded libgit2-sys v0.17.0+1.8.1
10182024-08-26T23:27:02.433Z Downloaded libz-sys v1.1.16
10192024-08-26T23:27:02.570Z Downloaded ring v0.17.8
10202024-08-26T23:27:02.740Z Downloaded libsqlite3-sys v0.28.0
10212024-08-26T23:27:02.816Z Downloaded ring v0.16.20
10222024-08-26T23:27:02.979Z Compiling cfg-if v1.0.0
10232024-08-26T23:27:02.979Z Compiling serde v1.0.208
10242024-08-26T23:27:02.982Z Compiling typenum v1.17.0
10252024-08-26T23:27:02.982Z Compiling lock_api v0.4.12
10262024-08-26T23:27:02.982Z Compiling generic-array v0.14.7
10272024-08-26T23:27:03.137Z Compiling syn v2.0.74
10282024-08-26T23:27:03.139Z Compiling scopeguard v1.2.0
10292024-08-26T23:27:03.147Z Compiling log v0.4.21
10302024-08-26T23:27:03.219Z Compiling getrandom v0.2.14
10312024-08-26T23:27:03.289Z Compiling jobserver v0.1.32
10322024-08-26T23:27:03.537Z Compiling rand_core v0.6.4
10332024-08-26T23:27:03.738Z Compiling cc v1.0.97
10342024-08-26T23:27:03.773Z Compiling subtle v2.5.0
10352024-08-26T23:27:03.791Z Compiling const-oid v0.9.6
10362024-08-26T23:27:04.141Z Compiling pin-project-lite v0.2.14
10372024-08-26T23:27:04.169Z Compiling smallvec v1.13.2
10382024-08-26T23:27:04.188Z Compiling parking_lot_core v0.9.10
10392024-08-26T23:27:04.269Z Compiling signal-hook-registry v1.4.2
10402024-08-26T23:27:04.316Z Compiling spin v0.9.8
10412024-08-26T23:27:04.578Z Compiling mio v0.8.11
10422024-08-26T23:27:04.728Z Compiling ahash v0.8.11
10432024-08-26T23:27:05.096Z Compiling parking_lot v0.12.2
10442024-08-26T23:27:05.147Z Compiling tinyvec_macros v0.1.1
10452024-08-26T23:27:05.243Z Compiling tinyvec v1.6.0
10462024-08-26T23:27:05.427Z Compiling num_cpus v1.16.0
10472024-08-26T23:27:05.559Z Compiling socket2 v0.5.7
10482024-08-26T23:27:06.010Z Compiling libm v0.2.8
10492024-08-26T23:27:06.030Z Compiling futures-core v0.3.30
10502024-08-26T23:27:06.030Z Compiling cpufeatures v0.2.12
10512024-08-26T23:27:06.078Z Compiling serde_json v1.0.125
10522024-08-26T23:27:06.139Z Compiling num-traits v0.2.19
10532024-08-26T23:27:06.264Z Compiling slab v0.4.9
10542024-08-26T23:27:06.387Z Compiling unicode-bidi v0.3.15
10552024-08-26T23:27:06.450Z Compiling allocator-api2 v0.2.18
10562024-08-26T23:27:06.466Z Compiling futures-sink v0.3.30
10572024-08-26T23:27:06.799Z Compiling unicode-normalization v0.1.23
10582024-08-26T23:27:06.822Z Compiling futures-channel v0.3.30
10592024-08-26T23:27:07.011Z Compiling vcpkg v0.2.15
10602024-08-26T23:27:07.222Z Compiling pkg-config v0.3.30
10612024-08-26T23:27:07.241Z Compiling futures-task v0.3.30
10622024-08-26T23:27:07.529Z Compiling pin-utils v0.1.0
10632024-08-26T23:27:07.885Z Compiling futures-io v0.3.30
10642024-08-26T23:27:07.962Z Compiling base64ct v1.6.0
10652024-08-26T23:27:07.980Z Compiling ring v0.17.8
10662024-08-26T23:27:07.999Z Compiling flagset v0.4.5
10672024-08-26T23:27:08.202Z Compiling ppv-lite86 v0.2.17
10682024-08-26T23:27:08.221Z Compiling percent-encoding v2.3.1
10692024-08-26T23:27:08.579Z Compiling pem-rfc7468 v0.7.0
10702024-08-26T23:27:08.599Z Compiling tracing-core v0.1.32
10712024-08-26T23:27:08.772Z Compiling rustix v0.38.34
10722024-08-26T23:27:09.036Z Compiling rand_chacha v0.3.1
10732024-08-26T23:27:09.216Z Compiling openssl-sys v0.9.103
10742024-08-26T23:27:09.311Z Compiling untrusted v0.9.0
10752024-08-26T23:27:09.481Z Compiling rand v0.8.5
10762024-08-26T23:27:09.650Z Compiling rustversion v1.0.17
10772024-08-26T23:27:09.669Z Compiling powerfmt v0.2.0
10782024-08-26T23:27:09.909Z Compiling openssl v0.10.66
10792024-08-26T23:27:10.046Z Compiling httparse v1.8.0
10802024-08-26T23:27:10.311Z Compiling foreign-types-shared v0.1.1
10812024-08-26T23:27:10.328Z Compiling num-conv v0.1.0
10822024-08-26T23:27:10.344Z Compiling time-core v0.1.2
10832024-08-26T23:27:10.415Z Compiling foreign-types v0.3.2
10842024-08-26T23:27:10.554Z Compiling deranged v0.3.11
10852024-08-26T23:27:10.570Z Compiling time-macros v0.2.18
10862024-08-26T23:27:10.599Z Compiling form_urlencoded v1.2.1
10872024-08-26T23:27:10.914Z Compiling aho-corasick v1.1.3
10882024-08-26T23:27:11.224Z Compiling crossbeam-utils v0.8.19
10892024-08-26T23:27:11.378Z Compiling num_threads v0.1.7
10902024-08-26T23:27:11.508Z Compiling native-tls v0.2.11
10912024-08-26T23:27:11.756Z Compiling syn v1.0.109
10922024-08-26T23:27:11.833Z Compiling siphasher v0.3.11
10932024-08-26T23:27:11.877Z Compiling try-lock v0.2.5
10942024-08-26T23:27:12.024Z Compiling rustls v0.21.12
10952024-08-26T23:27:12.207Z Compiling regex-syntax v0.8.4
10962024-08-26T23:27:12.300Z Compiling want v0.3.1
10972024-08-26T23:27:12.548Z Compiling idna v0.5.0
10982024-08-26T23:27:13.103Z Compiling socket2 v0.4.10
10992024-08-26T23:27:13.717Z Compiling time v0.3.36
11002024-08-26T23:27:13.817Z Compiling cookie v0.17.0
11012024-08-26T23:27:14.007Z Compiling adler v1.0.2
11022024-08-26T23:27:14.068Z Compiling finl_unicode v1.2.0
11032024-08-26T23:27:14.108Z Compiling httpdate v1.0.3
11042024-08-26T23:27:14.228Z Compiling iana-time-zone v0.1.60
11052024-08-26T23:27:14.517Z Compiling slog v2.7.0
11062024-08-26T23:27:14.624Z Compiling tower-service v0.3.2
11072024-08-26T23:27:14.682Z Compiling openssl-probe v0.1.5
11082024-08-26T23:27:14.746Z Compiling stringprep v0.1.4
11092024-08-26T23:27:15.083Z Compiling miniz_oxide v0.7.2
11102024-08-26T23:27:15.194Z Compiling url v2.5.2
11112024-08-26T23:27:15.962Z Compiling regex-automata v0.4.6
11122024-08-26T23:27:17.035Z Compiling num-integer v0.1.46
11132024-08-26T23:27:17.240Z Compiling serde_derive v1.0.208
11142024-08-26T23:27:17.841Z Compiling zeroize_derive v1.4.2
11152024-08-26T23:27:17.861Z Compiling zerocopy-derive v0.7.34
11162024-08-26T23:27:18.623Z Compiling tokio-macros v2.3.0
11172024-08-26T23:27:18.830Z Compiling thiserror-impl v1.0.63
11182024-08-26T23:27:18.852Z Compiling futures-macro v0.3.30
11192024-08-26T23:27:19.506Z Compiling zeroize v1.7.0
11202024-08-26T23:27:20.156Z Compiling zerocopy v0.7.34
11212024-08-26T23:27:20.255Z Compiling der_derive v0.7.2
11222024-08-26T23:27:20.901Z Compiling futures-util v0.3.30
11232024-08-26T23:27:21.302Z Compiling crypto-common v0.1.6
11242024-08-26T23:27:21.529Z Compiling block-buffer v0.10.4
11252024-08-26T23:27:21.797Z Compiling digest v0.10.7
11262024-08-26T23:27:22.168Z Compiling block-padding v0.3.3
11272024-08-26T23:27:22.261Z Compiling hmac v0.12.1
11282024-08-26T23:27:22.375Z Compiling inout v0.1.3
11292024-08-26T23:27:22.403Z Compiling hashbrown v0.14.5
11302024-08-26T23:27:22.497Z Compiling thiserror v1.0.63
11312024-08-26T23:27:22.628Z Compiling cipher v0.4.4
11322024-08-26T23:27:22.651Z Compiling sha2 v0.10.8
11332024-08-26T23:27:22.762Z Compiling pest v2.7.10
11342024-08-26T23:27:23.153Z Compiling salsa20 v0.10.2
11352024-08-26T23:27:23.378Z Compiling der v0.7.9
11362024-08-26T23:27:23.861Z Compiling pbkdf2 v0.12.2
11372024-08-26T23:27:24.043Z Compiling tracing-attributes v0.1.27
11382024-08-26T23:27:25.832Z Compiling pest_meta v2.7.10
11392024-08-26T23:27:26.283Z Compiling scroll_derive v0.12.0
11402024-08-26T23:27:26.741Z Compiling spki v0.7.3
11412024-08-26T23:27:27.014Z Compiling pest_generator v2.7.10
11422024-08-26T23:27:27.107Z Compiling scrypt v0.11.0
11432024-08-26T23:27:27.688Z Compiling aes v0.8.4
11442024-08-26T23:27:27.768Z Compiling scroll v0.12.0
11452024-08-26T23:27:27.827Z Compiling tracing v0.1.40
11462024-08-26T23:27:28.313Z Compiling cbc v0.1.2
11472024-08-26T23:27:28.341Z Compiling goblin v0.8.2
11482024-08-26T23:27:28.586Z Compiling openssl-macros v0.1.1
11492024-08-26T23:27:28.895Z Compiling pkcs5 v0.7.1
11502024-08-26T23:27:29.045Z Compiling rustls-webpki v0.101.7
11512024-08-26T23:27:29.352Z Compiling sct v0.7.1
11522024-08-26T23:27:29.658Z Compiling pkcs8 v0.10.2
11532024-08-26T23:27:30.309Z Compiling md-5 v0.10.6
11542024-08-26T23:27:30.395Z Compiling backtrace v0.3.71
11552024-08-26T23:27:30.528Z Compiling idna v0.3.0
11562024-08-26T23:27:30.569Z Compiling lazy_static v1.5.0
11572024-08-26T23:27:30.677Z Compiling hash32 v0.2.1
11582024-08-26T23:27:30.802Z Compiling pest_derive v2.7.10
11592024-08-26T23:27:30.865Z Compiling crc32fast v1.4.0
11602024-08-26T23:27:30.922Z Compiling cfg_aliases v0.1.1
11612024-08-26T23:27:31.024Z Compiling signal-hook v0.3.17
11622024-08-26T23:27:31.056Z Compiling fallible-iterator v0.2.0
11632024-08-26T23:27:31.292Z Compiling smoltcp v0.9.1
11642024-08-26T23:27:31.354Z Compiling bytes v1.7.1
11652024-08-26T23:27:31.590Z Compiling bitflags v2.6.0
11662024-08-26T23:27:31.719Z Compiling indexmap v2.4.0
11672024-08-26T23:27:32.019Z Compiling semver v1.0.23
11682024-08-26T23:27:32.667Z Compiling tokio v1.38.1
11692024-08-26T23:27:32.758Z Compiling http v0.2.12
11702024-08-26T23:27:33.214Z Compiling rustc_version v0.4.0
11712024-08-26T23:27:34.014Z Compiling heapless v0.7.17
11722024-08-26T23:27:38.250Z Compiling http-body v0.4.6
11732024-08-26T23:27:38.340Z Compiling dof v0.3.0
11742024-08-26T23:27:38.340Z Compiling dtrace-parser v0.2.0
11752024-08-26T23:27:38.340Z Compiling uuid v1.10.0
11762024-08-26T23:27:38.340Z Compiling serde_spanned v0.6.7
11772024-08-26T23:27:38.340Z Compiling chrono v0.4.38
11782024-08-26T23:27:38.340Z Compiling usdt-impl v0.5.0
11792024-08-26T23:27:38.340Z Compiling serde_tokenstream v0.2.2
11802024-08-26T23:27:38.340Z Compiling toml_datetime v0.6.8
11812024-08-26T23:27:38.365Z Compiling gimli v0.28.1
11822024-08-26T23:27:38.365Z Compiling base64 v0.22.1
11832024-08-26T23:27:38.365Z Compiling stable_deref_trait v1.2.0
11842024-08-26T23:27:38.379Z Compiling psl-types v2.0.11
11852024-08-26T23:27:38.586Z Compiling num-bigint-dig v0.8.4
11862024-08-26T23:27:38.606Z Compiling publicsuffix v2.2.3
11872024-08-26T23:27:38.886Z Compiling postgres-protocol v0.6.7
11882024-08-26T23:27:38.930Z Compiling terminal_size v0.3.0
11892024-08-26T23:27:39.085Z Compiling nix v0.28.0
11902024-08-26T23:27:39.162Z Compiling hubpack_derive v0.1.1
11912024-08-26T23:27:39.229Z Compiling num-iter v0.1.45
11922024-08-26T23:27:39.413Z Compiling zerocopy-derive v0.6.6
11932024-08-26T23:27:39.932Z Compiling async-trait v0.1.81
11942024-08-26T23:27:40.184Z Compiling phf_shared v0.11.2
11952024-08-26T23:27:40.560Z Compiling serde_derive_internals v0.29.1
11962024-08-26T23:27:40.871Z Compiling tokio-util v0.7.11
11972024-08-26T23:27:40.917Z Compiling tokio-native-tls v0.3.1
11982024-08-26T23:27:41.106Z Compiling tokio-rustls v0.24.1
11992024-08-26T23:27:41.187Z Compiling ff v0.13.0
12002024-08-26T23:27:41.401Z Compiling object v0.32.2
12012024-08-26T23:27:41.498Z Compiling fs-err v2.11.0
12022024-08-26T23:27:41.563Z Compiling schemars v0.8.21
12032024-08-26T23:27:41.793Z Compiling addr2line v0.21.0
12042024-08-26T23:27:41.918Z Compiling h2 v0.3.26
12052024-08-26T23:27:42.241Z Compiling ipnet v2.9.0
12062024-08-26T23:27:42.459Z Compiling anyhow v1.0.86
12072024-08-26T23:27:42.483Z Compiling rustc-demangle v0.1.24
12082024-08-26T23:27:42.693Z Compiling winnow v0.5.40
12092024-08-26T23:27:43.084Z Compiling managed v0.8.0
12102024-08-26T23:27:43.226Z Compiling base64 v0.21.7
12112024-08-26T23:27:43.417Z Compiling bitflags v1.3.2
12122024-08-26T23:27:43.443Z Compiling base16ct v0.2.0
12132024-08-26T23:27:43.515Z Compiling either v1.13.0
12142024-08-26T23:27:43.836Z Compiling rustls-pemfile v1.0.4
12152024-08-26T23:27:43.939Z Compiling sec1 v0.7.3
12162024-08-26T23:27:43.980Z Compiling schemars_derive v0.8.21
12172024-08-26T23:27:44.450Z Compiling clap_builder v4.5.15
12182024-08-26T23:27:44.711Z Compiling zerocopy v0.6.6
12192024-08-26T23:27:45.596Z Compiling group v0.13.0
12202024-08-26T23:27:45.660Z Compiling cookie_store v0.20.0
12212024-08-26T23:27:45.903Z Compiling phf v0.11.2
12222024-08-26T23:27:46.170Z Compiling toml_edit v0.19.15
12232024-08-26T23:27:46.510Z Compiling hubpack v0.1.2
12242024-08-26T23:27:47.010Z Compiling postgres-types v0.2.7
12252024-08-26T23:27:48.293Z Compiling usdt-attr-macro v0.5.0
12262024-08-26T23:27:48.457Z Compiling usdt-macro v0.5.0
12272024-08-26T23:27:48.655Z Compiling serde_urlencoded v0.7.1
12282024-08-26T23:27:49.193Z Compiling hyper v0.14.30
12292024-08-26T23:27:49.946Z Compiling pkcs1 v0.7.5
12302024-08-26T23:27:49.969Z Compiling futures-executor v0.3.30
12312024-08-26T23:27:50.540Z Compiling hkdf v0.12.4
12322024-08-26T23:27:50.794Z Compiling signature v2.2.0
12332024-08-26T23:27:50.962Z Compiling bstr v1.9.1
12342024-08-26T23:27:51.093Z Compiling regex v1.10.6
12352024-08-26T23:27:51.655Z Compiling crypto-bigint v0.5.5
12362024-08-26T23:27:52.189Z Compiling serde_repr v0.1.19
12372024-08-26T23:27:52.356Z Compiling strum_macros v0.25.3
12382024-08-26T23:27:52.784Z Compiling clap_derive v4.5.13
12392024-08-26T23:27:53.380Z Compiling enum-as-inner v0.6.0
12402024-08-26T23:27:53.716Z Compiling phf_shared v0.10.0
12412024-08-26T23:27:54.075Z Compiling float-cmp v0.9.0
12422024-08-26T23:27:54.135Z Compiling idna v0.4.0
12432024-08-26T23:27:54.284Z Compiling mio v1.0.2
12442024-08-26T23:27:54.465Z Compiling encoding_rs v0.8.34
12452024-08-26T23:27:55.455Z Compiling difflib v0.4.0
12462024-08-26T23:27:55.706Z Compiling new_debug_unreachable v1.0.6
12472024-08-26T23:27:55.804Z Compiling bit-vec v0.6.3
12482024-08-26T23:27:56.275Z Compiling hyper-tls v0.5.0
12492024-08-26T23:27:56.517Z Compiling hyper-rustls v0.24.2
12502024-08-26T23:27:56.631Z Compiling data-encoding v2.6.0
12512024-08-26T23:27:56.876Z Compiling precomputed-hash v0.1.1
12522024-08-26T23:27:56.991Z Compiling static_assertions v1.1.0
12532024-08-26T23:27:57.030Z Compiling predicates-core v1.0.6
12542024-08-26T23:27:57.092Z Compiling mime v0.3.17
12552024-08-26T23:27:57.391Z Compiling fixedbitset v0.4.2
12562024-08-26T23:27:57.695Z Compiling dyn-clone v1.0.17
12572024-08-26T23:27:57.728Z Compiling minimal-lexical v0.2.1
12582024-08-26T23:27:57.849Z Compiling sync_wrapper v0.1.2
12592024-08-26T23:27:57.869Z Compiling unicode-segmentation v1.11.0
12602024-08-26T23:27:57.910Z Compiling webpki-roots v0.25.4
12612024-08-26T23:27:57.978Z Compiling whoami v1.5.1
12622024-08-26T23:27:58.076Z Compiling normalize-line-endings v0.3.0
12632024-08-26T23:27:58.206Z Compiling predicates v3.1.2
12642024-08-26T23:27:58.230Z Compiling nom v7.1.3
12652024-08-26T23:27:58.638Z Compiling similar v2.6.0
12662024-08-26T23:27:58.755Z Compiling tokio-postgres v0.7.11
12672024-08-26T23:27:58.911Z Compiling reqwest v0.11.27
12682024-08-26T23:27:59.000Z Compiling toml_edit v0.22.20
12692024-08-26T23:27:59.026Z Compiling clap v4.5.16
12702024-08-26T23:27:59.943Z Compiling petgraph v0.6.5
12712024-08-26T23:28:01.050Z Compiling hickory-proto v0.24.1
12722024-08-26T23:28:01.740Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=319e7b92db69792ab8efa4c68554ad0cf83adf93#319e7b92)
12732024-08-26T23:28:01.985Z Compiling string_cache v0.8.7
12742024-08-26T23:28:02.483Z Compiling console v0.15.8
12752024-08-26T23:28:02.927Z Compiling bit-set v0.5.3
12762024-08-26T23:28:03.208Z Compiling usdt v0.5.0
12772024-08-26T23:28:03.738Z Compiling signal-hook-mio v0.2.4
12782024-08-26T23:28:03.911Z Compiling elliptic-curve v0.13.8
12792024-08-26T23:28:04.011Z Compiling rsa v0.9.6
12802024-08-26T23:28:04.054Z Compiling futures v0.3.30
12812024-08-26T23:28:04.174Z Compiling toml v0.7.8
12822024-08-26T23:28:04.735Z Compiling flate2 v1.0.31
12832024-08-26T23:28:05.856Z Compiling itertools v0.12.1
12842024-08-26T23:28:06.520Z Compiling itertools v0.10.5
12852024-08-26T23:28:07.264Z Compiling tokio-stream v0.1.15
12862024-08-26T23:28:08.189Z Compiling openapiv3 v2.0.0
12872024-08-26T23:28:08.247Z Compiling hex v0.4.3
12882024-08-26T23:28:08.897Z Compiling sha1 v0.10.6
12892024-08-26T23:28:08.983Z Compiling crossbeam-epoch v0.9.18
12902024-08-26T23:28:09.311Z Compiling dirs-sys-next v0.1.2
12912024-08-26T23:28:09.338Z Compiling lalrpop-util v0.19.12
12922024-08-26T23:28:09.362Z Compiling unicode-xid v0.2.4
12932024-08-26T23:28:09.532Z Compiling peg-runtime v0.8.3
12942024-08-26T23:28:09.675Z Compiling dirs-next v2.0.0
12952024-08-26T23:28:09.731Z Compiling thread_local v1.1.8
12962024-08-26T23:28:09.867Z Compiling slog-async v2.8.0
12972024-08-26T23:28:10.010Z Compiling term v0.7.0
12982024-08-26T23:28:10.185Z Compiling xattr v1.3.1
12992024-08-26T23:28:10.278Z Compiling crossbeam-channel v0.5.12
13002024-08-26T23:28:10.455Z Compiling strum_macros v0.26.4
13012024-08-26T23:28:10.474Z Compiling filetime v0.2.24
13022024-08-26T23:28:10.786Z Compiling is-terminal v0.4.12
13032024-08-26T23:28:10.916Z Compiling take_mut v0.2.2
13042024-08-26T23:28:11.070Z Compiling slog-term v2.9.1
13052024-08-26T23:28:11.385Z Compiling tar v0.4.41
13062024-08-26T23:28:11.525Z Compiling camino v1.1.9
13072024-08-26T23:28:13.069Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
13082024-08-26T23:28:13.651Z Compiling strum v0.26.3
13092024-08-26T23:28:13.729Z Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
13102024-08-26T23:28:18.777Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 19s
13112024-08-26T23:28:18.916Z Running `target/debug/xtask-downloader cockroach clickhouse console dendrite-openapi dendrite-stub maghemite-mgd transceiver-control`
13122024-08-26T23:28:18.964ZAug 26 23:28:18.192 INFO Starting download, target: Clickhouse
13132024-08-26T23:28:18.964ZAug 26 23:28:18.192 INFO Starting download, target: Console
13142024-08-26T23:28:18.964ZAug 26 23:28:18.192 INFO Starting download, target: Cockroach
13152024-08-26T23:28:18.966ZAug 26 23:28:18.192 INFO Starting download, target: DendriteOpenapi
13162024-08-26T23:28:18.966ZAug 26 23:28:18.192 INFO Starting download, target: DendriteStub
13172024-08-26T23:28:18.967ZAug 26 23:28:18.192 INFO Starting download, target: MaghemiteMgd
13182024-08-26T23:28:18.967ZAug 26 23:28:18.192 INFO Starting download, target: TransceiverControl
13192024-08-26T23:28:18.967ZAug 26 23:28:18.193 INFO Downloading out/downloads/xcvradm.gz (attempt 1/3), target: TransceiverControl
13202024-08-26T23:28:18.967ZAug 26 23:28:18.193 INFO Downloading out/downloads/console.tar.gz (attempt 1/3), target: Console
13212024-08-26T23:28:18.967ZAug 26 23:28:18.193 INFO Downloading out/downloads/dpd-21b16567f28e103f145cd18d53fac6958429c4ff.json (attempt 1/3), target: DendriteOpenapi
13222024-08-26T23:28:18.967ZAug 26 23:28:18.193 INFO Downloading out/downloads/mgd.tar.gz (attempt 1/3), target: MaghemiteMgd
13232024-08-26T23:28:18.967ZAug 26 23:28:18.193 INFO Downloading out/downloads/dendrite-stub.tar.gz (attempt 1/3), target: DendriteStub
13242024-08-26T23:28:18.967ZAug 26 23:28:18.193 INFO Downloading out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz (attempt 1/3), target: Clickhouse
13252024-08-26T23:28:18.967ZAug 26 23:28:18.193 INFO Downloading out/downloads/cockroach-v22.1.9.illumos.tar.gz (attempt 1/3), target: Cockroach
13262024-08-26T23:28:19.166ZAug 26 23:28:18.373 INFO Download complete, target: DendriteOpenapi
13272024-08-26T23:28:19.321ZAug 26 23:28:18.547 INFO Unpacking out/downloads/xcvradm.gz to out/downloads/root/opt/oxide/bin/xcvradm, target: TransceiverControl
13282024-08-26T23:28:19.505ZAug 26 23:28:18.731 INFO Unpacking out/downloads/console.tar.gz to out/console-assets, target: Console
13292024-08-26T23:28:19.692ZAug 26 23:28:18.920 INFO Unpacking out/downloads/dendrite-stub.tar.gz to out/downloads, target: DendriteStub
13302024-08-26T23:28:19.709ZAug 26 23:28:18.937 INFO Unpacking out/downloads/mgd.tar.gz to out/downloads, target: MaghemiteMgd
13312024-08-26T23:28:19.953ZAug 26 23:28:19.180 INFO Download complete, target: Console
13322024-08-26T23:28:20.147ZAug 26 23:28:19.375 INFO Download complete, target: TransceiverControl
13332024-08-26T23:28:20.239ZAug 26 23:28:19.467 INFO tarball path: out/downloads/cockroach-v22.1.9.illumos.tar.gz, target: Cockroach
13342024-08-26T23:28:20.239ZAug 26 23:28:19.467 INFO Unpacking out/downloads/cockroach-v22.1.9.illumos.tar.gz to out/downloads, target: Cockroach
13352024-08-26T23:28:20.956ZAug 26 23:28:20.184 INFO Unpacking out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz to out/clickhouse, target: Clickhouse
13362024-08-26T23:28:22.795ZAug 26 23:28:22.022 INFO Download complete, target: DendriteStub
13372024-08-26T23:28:23.063ZAug 26 23:28:22.291 INFO Download complete, target: MaghemiteMgd
13382024-08-26T23:28:28.650ZAug 26 23:28:27.876 INFO Copying from out/downloads/cockroach-v22.1.9 to out/cockroachdb, target: Cockroach
13392024-08-26T23:28:28.942ZAug 26 23:28:28.168 INFO Checking that binary works, target: Cockroach
13402024-08-26T23:28:29.099ZAug 26 23:28:28.326 INFO Download complete, target: Cockroach
13412024-08-26T23:28:35.165ZAug 26 23:28:34.390 INFO Checking that binary works, target: Clickhouse
13422024-08-26T23:28:35.330ZAug 26 23:28:34.556 INFO Download complete, target: Clickhouse
13432024-08-26T23:28:35.337ZAll prerequisites installed successfully
13442024-08-26T23:28:35.340Z
13452024-08-26T23:28:35.340Zreal 3:30.277134934
13462024-08-26T23:28:35.340Zuser 11:16.266933134
13472024-08-26T23:28:35.340Zsys 2:24.179358205
13482024-08-26T23:28:35.340Ztrap 0.397845642
13492024-08-26T23:28:35.340Ztflt 1.470191745
13502024-08-26T23:28:35.340Zdflt 1.641861807
13512024-08-26T23:28:35.340Zkflt 0.028090077
13522024-08-26T23:28:35.340Zlock 23:02.389221334
13532024-08-26T23:28:35.340Zslp 43:01.521550090
13542024-08-26T23:28:35.340Zlat 42.567011645
13552024-08-26T23:28:35.340Zstop 1:48.721642783
13562024-08-26T23:28:35.340Z+ source ./tools/include/force-git-over-https.sh
13572024-08-26T23:28:35.340Z++ override_urls=('git://github.com/' 'git@github.com:' 'ssh://github.com/' 'ssh://git@github.com/' 'git+ssh://git@github.com/')
13582024-08-26T23:28:35.340Z++ (( i = 0 ))
13592024-08-26T23:28:35.340Z++ (( i < 5 ))
13602024-08-26T23:28:35.340Z++ git config --add --global url.https://github.com/.insteadOf git://github.com/
13612024-08-26T23:28:35.343Z++ (( i++ ))
13622024-08-26T23:28:35.343Z++ (( i < 5 ))
13632024-08-26T23:28:35.343Z++ git config --add --global url.https://github.com/.insteadOf git@github.com:
13642024-08-26T23:28:35.346Z++ (( i++ ))
13652024-08-26T23:28:35.346Z++ (( i < 5 ))
13662024-08-26T23:28:35.346Z++ git config --add --global url.https://github.com/.insteadOf ssh://github.com/
13672024-08-26T23:28:35.349Z++ (( i++ ))
13682024-08-26T23:28:35.349Z++ (( i < 5 ))
13692024-08-26T23:28:35.349Z++ git config --add --global url.https://github.com/.insteadOf ssh://git@github.com/
13702024-08-26T23:28:35.352Z++ (( i++ ))
13712024-08-26T23:28:35.352Z++ (( i < 5 ))
13722024-08-26T23:28:35.352Z++ git config --add --global url.https://github.com/.insteadOf git+ssh://git@github.com/
13732024-08-26T23:28:35.355Z++ (( i++ ))
13742024-08-26T23:28:35.355Z++ (( i < 5 ))
13752024-08-26T23:28:35.355Z++ export CARGO_NET_GIT_FETCH_WITH_CLI=true
13762024-08-26T23:28:35.355Z++ CARGO_NET_GIT_FETCH_WITH_CLI=true
13772024-08-26T23:28:35.355Z+ rc=0
13782024-08-26T23:28:35.355Z+ pfexec pkg install -q /system/zones/brand/omicron1/tools
13792024-08-26T23:28:55.896Z+ case $rc in
13802024-08-26T23:28:55.896Z+ pfexec zfs create -p rpool/images/build/host
13812024-08-26T23:28:56.069Z+ pfexec zfs create -p rpool/images/build/recovery
13822024-08-26T23:28:56.134Z+ cargo xtask releng --output-dir /work
13832024-08-26T23:28:56.700Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
13842024-08-26T23:28:56.715Z Running `target/debug/xtask releng --output-dir /work`
13852024-08-26T23:28:57.588Z Compiling proc-macro2 v1.0.86
13862024-08-26T23:28:57.588Z Compiling unicode-ident v1.0.12
13872024-08-26T23:28:57.588Z Compiling libc v0.2.156
13882024-08-26T23:28:57.588Z Compiling serde v1.0.208
13892024-08-26T23:28:57.590Z Compiling version_check v0.9.5
13902024-08-26T23:28:57.590Z Compiling autocfg v1.3.0
13912024-08-26T23:28:57.590Z Compiling cfg-if v1.0.0
13922024-08-26T23:28:57.590Z Compiling once_cell v1.19.0
13932024-08-26T23:28:57.906Z Compiling typenum v1.17.0
13942024-08-26T23:28:57.994Z Compiling memchr v2.7.2
13952024-08-26T23:28:58.280Z Compiling generic-array v0.14.7
13962024-08-26T23:28:58.601Z Compiling lock_api v0.4.12
13972024-08-26T23:28:58.684Z Compiling ahash v0.8.11
13982024-08-26T23:28:58.876Z Compiling serde_json v1.0.125
13992024-08-26T23:28:58.952Z Compiling libm v0.2.8
14002024-08-26T23:28:59.087Z Compiling num-traits v0.2.19
14012024-08-26T23:28:59.224Z Compiling parking_lot_core v0.9.10
14022024-08-26T23:28:59.323Z Compiling byteorder v1.5.0
14032024-08-26T23:28:59.541Z Compiling quote v1.0.36
14042024-08-26T23:28:59.625Z Compiling log v0.4.21
14052024-08-26T23:28:59.756Z Compiling jobserver v0.1.32
14062024-08-26T23:28:59.886Z Compiling getrandom v0.2.14
14072024-08-26T23:28:59.956Z Compiling syn v2.0.74
14082024-08-26T23:29:00.154Z Compiling cc v1.0.97
14092024-08-26T23:29:00.173Z Compiling scopeguard v1.2.0
14102024-08-26T23:29:00.372Z Compiling thiserror v1.0.63
14112024-08-26T23:29:00.455Z Compiling itoa v1.0.11
14122024-08-26T23:29:00.842Z Compiling slab v0.4.9
14132024-08-26T23:29:00.863Z Compiling rand_core v0.6.4
14142024-08-26T23:29:00.882Z Compiling pkg-config v0.3.30
14152024-08-26T23:29:01.426Z Compiling semver v1.0.23
14162024-08-26T23:29:01.679Z Compiling ryu v1.0.18
14172024-08-26T23:29:01.965Z Compiling pin-project-lite v0.2.14
14182024-08-26T23:29:02.020Z Compiling smallvec v1.13.2
14192024-08-26T23:29:02.061Z Compiling vcpkg v0.2.15
14202024-08-26T23:29:02.168Z Compiling allocator-api2 v0.2.18
14212024-08-26T23:29:02.692Z Compiling spin v0.9.8
14222024-08-26T23:29:02.814Z Compiling subtle v2.5.0
14232024-08-26T23:29:03.225Z Compiling const-oid v0.9.6
14242024-08-26T23:29:03.396Z Compiling ring v0.17.8
14252024-08-26T23:29:03.442Z Compiling signal-hook-registry v1.4.2
14262024-08-26T23:29:03.813Z Compiling openssl-sys v0.9.103
14272024-08-26T23:29:04.490Z Compiling schemars v0.8.21
14282024-08-26T23:29:04.820Z Compiling heck v0.5.0
14292024-08-26T23:29:04.959Z Compiling httparse v1.8.0
14302024-08-26T23:29:05.294Z Compiling rustix v0.38.34
14312024-08-26T23:29:05.411Z Compiling parking_lot v0.12.2
14322024-08-26T23:29:05.850Z Compiling mio v0.8.11
14332024-08-26T23:29:06.139Z Compiling num-conv v0.1.0
14342024-08-26T23:29:06.365Z Compiling futures-core v0.3.30
14352024-08-26T23:29:06.498Z Compiling time-core v0.1.2
14362024-08-26T23:29:06.642Z Compiling num_cpus v1.16.0
14372024-08-26T23:29:06.693Z Compiling time-macros v0.2.18
14382024-08-26T23:29:06.761Z Compiling socket2 v0.5.7
14392024-08-26T23:29:06.809Z Compiling openssl v0.10.66
14402024-08-26T23:29:07.007Z Compiling equivalent v1.0.1
14412024-08-26T23:29:07.130Z Compiling fnv v1.0.7
14422024-08-26T23:29:07.531Z Compiling rustls v0.21.12
14432024-08-26T23:29:07.591Z Compiling serde_derive_internals v0.29.1
14442024-08-26T23:29:07.855Z Compiling native-tls v0.2.11
14452024-08-26T23:29:07.904Z Compiling tinyvec_macros v0.1.1
14462024-08-26T23:29:08.021Z Compiling tinyvec v1.6.0
14472024-08-26T23:29:08.824Z Compiling futures-sink v0.3.30
14482024-08-26T23:29:08.943Z Compiling crossbeam-utils v0.8.19
14492024-08-26T23:29:09.763Z Compiling unicode-normalization v0.1.23
14502024-08-26T23:29:09.943Z Compiling cookie v0.17.0
14512024-08-26T23:29:09.967Z Compiling iana-time-zone v0.1.60
14522024-08-26T23:29:10.284Z Compiling cpufeatures v0.2.12
14532024-08-26T23:29:10.363Z Compiling ucd-trie v0.1.6
14542024-08-26T23:29:10.407Z Compiling futures-channel v0.3.30
14552024-08-26T23:29:10.903Z Compiling unicode-bidi v0.3.15
14562024-08-26T23:29:10.921Z Compiling futures-io v0.3.30
14572024-08-26T23:29:10.946Z Compiling syn v1.0.109
14582024-08-26T23:29:11.015Z Compiling futures-task v0.3.30
14592024-08-26T23:29:11.174Z Compiling slog v2.7.0
14602024-08-26T23:29:11.354Z Compiling pin-utils v0.1.0
14612024-08-26T23:29:11.702Z Compiling aho-corasick v1.1.3
14622024-08-26T23:29:11.723Z Compiling regex-syntax v0.8.4
14632024-08-26T23:29:11.791Z Compiling untrusted v0.9.0
14642024-08-26T23:29:12.783Z Compiling crc32fast v1.4.0
14652024-08-26T23:29:13.236Z Compiling serde_derive v1.0.208
14662024-08-26T23:29:13.342Z Compiling zeroize_derive v1.4.2
14672024-08-26T23:29:13.397Z Compiling zerocopy-derive v0.7.34
14682024-08-26T23:29:14.404Z Compiling tokio-macros v2.3.0
14692024-08-26T23:29:14.883Z Compiling thiserror-impl v1.0.63
14702024-08-26T23:29:15.565Z Compiling zeroize v1.7.0
14712024-08-26T23:29:15.923Z Compiling zerocopy v0.7.34
14722024-08-26T23:29:16.431Z Compiling futures-macro v0.3.30
14732024-08-26T23:29:18.142Z Compiling crypto-common v0.1.6
14742024-08-26T23:29:18.320Z Compiling tracing-attributes v0.1.27
14752024-08-26T23:29:18.422Z Compiling der_derive v0.7.2
14762024-08-26T23:29:18.756Z Compiling hashbrown v0.14.5
14772024-08-26T23:29:19.616Z Compiling block-buffer v0.10.4
14782024-08-26T23:29:19.894Z Compiling digest v0.10.7
14792024-08-26T23:29:20.308Z Compiling schemars_derive v0.8.21
14802024-08-26T23:29:20.743Z Compiling openssl-macros v0.1.1
14812024-08-26T23:29:20.968Z Compiling scroll_derive v0.12.0
14822024-08-26T23:29:21.693Z Compiling hmac v0.12.1
14832024-08-26T23:29:21.761Z Compiling pest v2.7.10
14842024-08-26T23:29:21.992Z Compiling block-padding v0.3.3
14852024-08-26T23:29:22.018Z Compiling futures-util v0.3.30
14862024-08-26T23:29:22.219Z Compiling inout v0.1.3
14872024-08-26T23:29:22.646Z Compiling cipher v0.4.4
14882024-08-26T23:29:23.186Z Compiling sha2 v0.10.8
14892024-08-26T23:29:23.449Z Compiling regex-automata v0.4.6
14902024-08-26T23:29:24.458Z Compiling dyn-clone v1.0.17
14912024-08-26T23:29:24.682Z Compiling pest_meta v2.7.10
14922024-08-26T23:29:26.752Z Compiling pest_generator v2.7.10
14932024-08-26T23:29:27.808Z Compiling bytes v1.7.1
14942024-08-26T23:29:29.566Z Compiling bitflags v2.6.0
14952024-08-26T23:29:29.916Z Compiling tokio v1.38.1
14962024-08-26T23:29:30.276Z Compiling indexmap v2.4.0
14972024-08-26T23:29:30.920Z Compiling serde_tokenstream v0.2.2
14982024-08-26T23:29:31.656Z Compiling uuid v1.10.0
14992024-08-26T23:29:31.979Z Compiling chrono v0.4.38
15002024-08-26T23:29:32.375Z Compiling http v0.2.12
15012024-08-26T23:29:32.720Z Compiling rustc_version v0.4.0
15022024-08-26T23:29:33.474Z Compiling pest_derive v2.7.10
15032024-08-26T23:29:35.317Z Compiling usdt-impl v0.5.0
15042024-08-26T23:29:35.773Z Compiling base64ct v1.6.0
15052024-08-26T23:29:35.792Z Compiling percent-encoding v2.3.1
15062024-08-26T23:29:35.838Z Compiling heck v0.4.1
15072024-08-26T23:29:36.417Z Compiling powerfmt v0.2.0
15082024-08-26T23:29:36.421Z Compiling pem-rfc7468 v0.7.0
15092024-08-26T23:29:36.554Z Compiling heapless v0.7.17
15102024-08-26T23:29:36.877Z Compiling deranged v0.3.11
15112024-08-26T23:29:37.110Z Compiling scroll v0.12.0
15122024-08-26T23:29:37.409Z Compiling zerocopy-derive v0.6.6
15132024-08-26T23:29:38.746Z Compiling backtrace v0.3.71
15142024-08-26T23:29:39.216Z Compiling tracing-core v0.1.32
15152024-08-26T23:29:39.289Z Compiling errno v0.3.9
15162024-08-26T23:29:39.419Z Compiling ppv-lite86 v0.2.17
15172024-08-26T23:29:39.576Z Compiling num_threads v0.1.7
15182024-08-26T23:29:40.232Z Compiling num-bigint-dig v0.8.4
15192024-08-26T23:29:40.547Z Compiling flagset v0.4.5
15202024-08-26T23:29:40.587Z Compiling plain v0.2.3
15212024-08-26T23:29:40.751Z Compiling der v0.7.9
15222024-08-26T23:29:40.801Z Compiling goblin v0.8.2
15232024-08-26T23:29:41.514Z Compiling time v0.3.36
15242024-08-26T23:29:41.566Z Compiling rand_chacha v0.3.1
15252024-08-26T23:29:41.810Z Compiling tracing v0.1.40
15262024-08-26T23:29:42.684Z Compiling tokio-util v0.7.11
15272024-08-26T23:29:43.987Z Compiling regex v1.10.6
15282024-08-26T23:29:44.433Z Compiling salsa20 v0.10.2
15292024-08-26T23:29:44.685Z Compiling pbkdf2 v0.12.2
15302024-08-26T23:29:44.884Z Compiling async-trait v0.1.81
15312024-08-26T23:29:45.293Z Compiling rustversion v1.0.17
15322024-08-26T23:29:46.541Z Compiling pretty-hex v0.4.1
15332024-08-26T23:29:46.797Z Compiling strsim v0.11.1
15342024-08-26T23:29:47.375Z Compiling dof v0.3.0
15352024-08-26T23:29:48.298Z Compiling scrypt v0.11.0
15362024-08-26T23:29:48.822Z Compiling spki v0.7.3
15372024-08-26T23:29:48.979Z Compiling rand v0.8.5
15382024-08-26T23:29:49.270Z Compiling form_urlencoded v1.2.1
15392024-08-26T23:29:49.637Z Compiling dtrace-parser v0.2.0
15402024-08-26T23:29:49.920Z Compiling cbc v0.1.2
15412024-08-26T23:29:50.170Z Compiling aes v0.8.4
15422024-08-26T23:29:50.598Z Compiling thread-id v4.2.1
15432024-08-26T23:29:50.769Z Compiling foreign-types-shared v0.1.1
15442024-08-26T23:29:50.906Z Compiling smoltcp v0.9.1
15452024-08-26T23:29:51.293Z Compiling signal-hook v0.3.17
15462024-08-26T23:29:51.533Z Compiling unicode-width v0.1.13
15472024-08-26T23:29:51.612Z Compiling try-lock v0.2.5
15482024-08-26T23:29:51.704Z Compiling anyhow v1.0.86
15492024-08-26T23:29:51.788Z Compiling want v0.3.1
15502024-08-26T23:29:51.813Z Compiling foreign-types v0.3.2
15512024-08-26T23:29:52.331Z Compiling pkcs5 v0.7.1
15522024-08-26T23:29:55.108Z Compiling h2 v0.3.26
15532024-08-26T23:29:57.451Z Compiling http-body v0.4.6
15542024-08-26T23:29:59.426Z Compiling clap_derive v4.5.13
15552024-08-26T23:29:59.940Z Compiling socket2 v0.4.10
15562024-08-26T23:29:59.960Z Compiling cfg_aliases v0.1.1
15572024-08-26T23:30:00.636Z Compiling siphasher v0.3.11
15582024-08-26T23:30:01.023Z Compiling base64 v0.21.7
15592024-08-26T23:30:01.519Z Compiling tower-service v0.3.2
15602024-08-26T23:30:01.657Z Compiling httpdate v1.0.3
15612024-08-26T23:30:02.708Z Compiling nix v0.28.0
15622024-08-26T23:30:03.455Z Compiling hyper v0.14.30
15632024-08-26T23:30:06.044Z Compiling pkcs8 v0.10.2
15642024-08-26T23:30:08.313Z Compiling rustls-webpki v0.101.7
15652024-08-26T23:30:08.934Z Compiling sct v0.7.1
15662024-08-26T23:30:10.279Z Compiling openapiv3 v2.0.0
15672024-08-26T23:30:10.986Z Compiling hubpack_derive v0.1.1
15682024-08-26T23:30:14.790Z Compiling idna v0.5.0
15692024-08-26T23:30:16.802Z Compiling fs-err v2.11.0
15702024-08-26T23:30:17.128Z Compiling finl_unicode v1.2.0
15712024-08-26T23:30:17.668Z Compiling openssl-probe v0.1.5
15722024-08-26T23:30:17.759Z Compiling anstyle v1.0.8
15732024-08-26T23:30:17.918Z Compiling utf8parse v0.2.1
15742024-08-26T23:30:18.179Z Compiling adler v1.0.2
15752024-08-26T23:30:18.218Z Compiling anstyle-parse v0.2.4
15762024-08-26T23:30:18.390Z Compiling miniz_oxide v0.7.2
15772024-08-26T23:30:18.646Z Compiling stringprep v0.1.4
15782024-08-26T23:30:19.738Z Compiling url v2.5.2
15792024-08-26T23:30:23.832Z Compiling usdt-macro v0.5.0
15802024-08-26T23:30:24.077Z Compiling usdt-attr-macro v0.5.0
15812024-08-26T23:30:25.892Z Compiling serde_spanned v0.6.7
15822024-08-26T23:30:26.019Z Compiling toml_datetime v0.6.8
15832024-08-26T23:30:26.199Z Compiling regress v0.9.1
15842024-08-26T23:30:26.564Z Compiling md-5 v0.10.6
15852024-08-26T23:30:26.817Z Compiling idna v0.3.0
15862024-08-26T23:30:28.949Z Compiling lazy_static v1.5.0
15872024-08-26T23:30:29.239Z Compiling num-integer v0.1.46
15882024-08-26T23:30:29.765Z Compiling hash32 v0.2.1
15892024-08-26T23:30:30.013Z Compiling encoding_rs v0.8.34
15902024-08-26T23:30:30.264Z Compiling base64 v0.22.1
15912024-08-26T23:30:30.389Z Compiling gimli v0.28.1
15922024-08-26T23:30:31.021Z Compiling psl-types v2.0.11
15932024-08-26T23:30:31.256Z Compiling fallible-iterator v0.2.0
15942024-08-26T23:30:31.273Z Compiling is_terminal_polyfill v1.70.0
15952024-08-26T23:30:31.391Z Compiling anstyle-query v1.0.3
15962024-08-26T23:30:31.602Z Compiling mime v0.3.17
15972024-08-26T23:30:31.856Z Compiling colorchoice v1.0.1
15982024-08-26T23:30:31.952Z Compiling stable_deref_trait v1.2.0
15992024-08-26T23:30:32.016Z Compiling anstream v0.6.14
16002024-08-26T23:30:32.732Z Compiling postgres-protocol v0.6.7
16012024-08-26T23:30:33.225Z Compiling publicsuffix v2.2.3
16022024-08-26T23:30:33.793Z Compiling typify-impl v0.1.0 (https://github.com/oxidecomputer/typify#ad1296f6)
16032024-08-26T23:30:33.906Z Compiling num-iter v0.1.45
16042024-08-26T23:30:35.315Z Compiling addr2line v0.21.0
16052024-08-26T23:30:35.966Z Compiling tokio-rustls v0.24.1
16062024-08-26T23:30:36.840Z Compiling terminal_size v0.3.0
16072024-08-26T23:30:37.052Z Compiling tokio-native-tls v0.3.1
16082024-08-26T23:30:37.663Z Compiling phf_shared v0.11.2
16092024-08-26T23:30:38.048Z Compiling strum_macros v0.25.3
16102024-08-26T23:30:38.946Z Compiling serde_urlencoded v0.7.1
16112024-08-26T23:30:39.622Z Compiling enum-as-inner v0.6.0
16122024-08-26T23:30:40.654Z Compiling serde_repr v0.1.19
16132024-08-26T23:30:40.688Z Compiling ff v0.13.0
16142024-08-26T23:30:40.709Z Compiling object v0.32.2
16152024-08-26T23:30:40.908Z Compiling base16ct v0.2.0
16162024-08-26T23:30:41.500Z Compiling clap_lex v0.7.0
16172024-08-26T23:30:41.625Z Compiling ipnet v2.9.0
16182024-08-26T23:30:41.913Z Compiling winnow v0.5.40
16192024-08-26T23:30:42.281Z Compiling either v1.13.0
16202024-08-26T23:30:42.741Z Compiling managed v0.8.0
16212024-08-26T23:30:43.176Z Compiling rustc-demangle v0.1.24
16222024-08-26T23:30:43.211Z Compiling bitflags v1.3.2
16232024-08-26T23:30:44.058Z Compiling rustls-pemfile v1.0.4
16242024-08-26T23:30:44.854Z Compiling clap_builder v4.5.15
16252024-08-26T23:30:45.226Z Compiling sec1 v0.7.3
16262024-08-26T23:30:45.306Z Compiling group v0.13.0
16272024-08-26T23:30:45.637Z Compiling toml_edit v0.19.15
16282024-08-26T23:30:45.816Z Compiling typify-macro v0.1.0 (https://github.com/oxidecomputer/typify#ad1296f6)
16292024-08-26T23:30:47.845Z Compiling phf v0.11.2
16302024-08-26T23:30:48.130Z Compiling hyper-tls v0.5.0
16312024-08-26T23:30:49.148Z Compiling hyper-rustls v0.24.2
16322024-08-26T23:30:49.213Z Compiling cookie_store v0.20.0
16332024-08-26T23:30:49.843Z Compiling postgres-types v0.2.7
16342024-08-26T23:30:50.531Z Compiling hubpack v0.1.2
16352024-08-26T23:30:50.958Z Compiling pkcs1 v0.7.5
16362024-08-26T23:30:51.225Z Compiling phf_shared v0.10.0
16372024-08-26T23:30:51.799Z Compiling zerocopy v0.6.6
16382024-08-26T23:30:51.817Z Compiling futures-executor v0.3.30
16392024-08-26T23:30:51.892Z Compiling bstr v1.9.1
16402024-08-26T23:30:51.911Z Compiling hkdf v0.12.4
16412024-08-26T23:30:51.988Z Compiling signature v2.2.0
16422024-08-26T23:30:52.129Z Compiling crypto-bigint v0.5.5
16432024-08-26T23:30:52.283Z Compiling idna v0.4.0
16442024-08-26T23:30:52.338Z Compiling float-cmp v0.9.0
16452024-08-26T23:30:52.401Z Compiling mio v1.0.2
16462024-08-26T23:30:52.553Z Compiling memmap v0.7.0
16472024-08-26T23:30:52.993Z Compiling sync_wrapper v0.1.2
16482024-08-26T23:30:53.143Z Compiling difflib v0.4.0
16492024-08-26T23:30:53.400Z Compiling predicates-core v1.0.6
16502024-08-26T23:30:53.417Z Compiling precomputed-hash v0.1.1
16512024-08-26T23:30:53.433Z Compiling webpki-roots v0.25.4
16522024-08-26T23:30:53.537Z Compiling minimal-lexical v0.2.1
16532024-08-26T23:30:53.700Z Compiling data-encoding v2.6.0
16542024-08-26T23:30:53.755Z Compiling whoami v1.5.1
16552024-08-26T23:30:53.774Z Compiling new_debug_unreachable v1.0.6
16562024-08-26T23:30:54.051Z Compiling unicode-segmentation v1.11.0
16572024-08-26T23:30:54.468Z Compiling bit-vec v0.6.3
16582024-08-26T23:30:54.552Z Compiling fixedbitset v0.4.2
16592024-08-26T23:30:54.749Z Compiling static_assertions v1.1.0
16602024-08-26T23:30:54.854Z Compiling normalize-line-endings v0.3.0
16612024-08-26T23:30:54.857Z Compiling winnow v0.6.18
16622024-08-26T23:30:54.925Z Compiling elliptic-curve v0.13.8
16632024-08-26T23:30:54.943Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=319e7b92db69792ab8efa4c68554ad0cf83adf93#319e7b92)
16642024-08-26T23:30:54.974Z Compiling reqwest v0.11.27
16652024-08-26T23:30:55.413Z Compiling predicates v3.1.2
16662024-08-26T23:30:55.524Z Compiling petgraph v0.6.5
16672024-08-26T23:30:55.654Z Compiling bit-set v0.5.3
16682024-08-26T23:30:55.952Z Compiling similar v2.6.0
16692024-08-26T23:30:56.042Z Compiling hickory-proto v0.24.1
16702024-08-26T23:30:57.932Z Compiling tokio-postgres v0.7.11
16712024-08-26T23:30:58.064Z Compiling nom v7.1.3
16722024-08-26T23:30:58.539Z Compiling toml_edit v0.22.20
16732024-08-26T23:30:59.501Z Compiling string_cache v0.8.7
16742024-08-26T23:31:01.097Z Compiling signal-hook-mio v0.2.4
16752024-08-26T23:31:01.287Z Compiling usdt v0.5.0
16762024-08-26T23:31:02.251Z Compiling rsa v0.9.6
16772024-08-26T23:31:02.433Z Compiling futures v0.3.30
16782024-08-26T23:31:03.854Z Compiling toml v0.7.8
16792024-08-26T23:31:04.114Z Compiling clap v4.5.16
16802024-08-26T23:31:04.248Z Compiling crossbeam-epoch v0.9.18
16812024-08-26T23:31:04.961Z Compiling flate2 v1.0.31
16822024-08-26T23:31:05.056Z Compiling itertools v0.12.1
16832024-08-26T23:31:05.367Z Compiling itertools v0.10.5
16842024-08-26T23:31:05.639Z Compiling console v0.15.8
16852024-08-26T23:31:06.987Z Compiling tokio-stream v0.1.15
16862024-08-26T23:31:07.124Z Compiling hex v0.4.3
16872024-08-26T23:31:07.910Z Compiling sha1 v0.10.6
16882024-08-26T23:31:08.302Z Compiling camino v1.1.9
16892024-08-26T23:31:08.528Z Compiling peg-runtime v0.8.3
16902024-08-26T23:31:08.751Z Compiling unicode-xid v0.2.4
16912024-08-26T23:31:09.016Z Compiling lalrpop-util v0.19.12
16922024-08-26T23:31:09.048Z Compiling radium v0.7.0
16932024-08-26T23:31:09.351Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
16942024-08-26T23:31:13.320Z Compiling is-terminal v0.4.12
16952024-08-26T23:31:16.985Z Compiling rustls-pki-types v1.7.0
16962024-08-26T23:31:18.091Z Compiling ident_case v1.0.1
16972024-08-26T23:31:18.277Z Compiling tap v1.0.1
16982024-08-26T23:31:18.351Z Compiling maybe-uninit v2.0.0
16992024-08-26T23:31:18.912Z Compiling wyz v0.5.1
17002024-08-26T23:31:19.402Z Compiling darling_core v0.20.9
17012024-08-26T23:31:32.873Z Compiling typify v0.1.0 (https://github.com/oxidecomputer/typify#ad1296f6)
17022024-08-26T23:31:34.033Z Compiling getopts v0.2.21
17032024-08-26T23:31:35.041Z Compiling bzip2-sys v0.1.11+1.0.8
17042024-08-26T23:31:35.230Z Compiling dirs-sys-next v0.1.2
17052024-08-26T23:31:35.989Z Compiling rustls v0.22.4
17062024-08-26T23:31:36.315Z Compiling unsafe-libyaml v0.2.11
17072024-08-26T23:31:36.788Z Compiling funty v2.0.0
17082024-08-26T23:31:36.854Z Compiling packed_struct v0.10.1
17092024-08-26T23:31:37.287Z Compiling paste v1.0.15
17102024-08-26T23:31:37.861Z Compiling bitvec v1.0.1
17112024-08-26T23:31:38.075Z Compiling serde_yaml v0.9.34+deprecated
17122024-08-26T23:31:41.832Z Compiling dirs-next v2.0.0
17132024-08-26T23:31:42.410Z Compiling progenitor-impl v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#c59c6d64)
17142024-08-26T23:31:47.220Z Compiling darling_macro v0.20.9
17152024-08-26T23:31:47.824Z Compiling rustls-webpki v0.102.4
17162024-08-26T23:31:48.862Z Compiling packed_struct_codegen v0.10.1
17172024-08-26T23:31:49.046Z Compiling structmeta-derive v0.3.0
17182024-08-26T23:31:50.225Z Compiling thread_local v1.1.8
17192024-08-26T23:31:51.039Z Compiling indexmap v1.9.3
17202024-08-26T23:31:51.362Z Compiling multer v3.1.0
17212024-08-26T23:31:51.379Z Compiling fastrand v2.1.0
17222024-08-26T23:31:51.395Z Compiling rayon-core v1.12.1
17232024-08-26T23:31:51.689Z Compiling slog-async v2.8.0
17242024-08-26T23:31:51.717Z Compiling nodrop v0.1.14
17252024-08-26T23:31:51.850Z Compiling match_cfg v0.1.0
17262024-08-26T23:31:51.959Z Compiling crc-catalog v2.4.0
17272024-08-26T23:31:52.015Z Compiling hostname v0.3.1
17282024-08-26T23:31:52.169Z Compiling crc v3.2.1
17292024-08-26T23:31:52.193Z Compiling array-init v0.0.4
17302024-08-26T23:31:52.253Z Compiling tempfile v3.10.1
17312024-08-26T23:31:52.343Z Compiling structmeta v0.3.0
17322024-08-26T23:31:53.877Z Compiling progenitor-macro v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#c59c6d64)
17332024-08-26T23:31:55.417Z Compiling darling v0.20.9
17342024-08-26T23:31:55.545Z Compiling smallvec v0.6.14
17352024-08-26T23:31:56.076Z Compiling term v0.7.0
17362024-08-26T23:31:58.716Z Compiling crossbeam-deque v0.8.5
17372024-08-26T23:31:59.106Z Compiling progenitor-client v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#c59c6d64)
17382024-08-26T23:32:00.444Z Compiling slog-json v2.6.1
17392024-08-26T23:32:00.901Z Compiling crossbeam-channel v0.5.12
17402024-08-26T23:32:01.274Z Compiling http v1.1.0
17412024-08-26T23:32:02.701Z Compiling async-stream-impl v0.3.5
17422024-08-26T23:32:03.293Z Compiling pin-project-internal v1.1.5
17432024-08-26T23:32:06.169Z Compiling dropshot v0.10.2-dev (https://github.com/oxidecomputer/dropshot?branch=main#06c8dab4)
17442024-08-26T23:32:07.652Z Compiling hashbrown v0.12.3
17452024-08-26T23:32:08.724Z Compiling atomic-waker v1.1.2
17462024-08-26T23:32:09.494Z Compiling termcolor v1.4.1
17472024-08-26T23:32:09.496Z Compiling same-file v1.0.6
17482024-08-26T23:32:10.362Z Compiling bitfield v0.14.0
17492024-08-26T23:32:10.478Z Compiling take_mut v0.2.2
17502024-08-26T23:32:12.180Z Compiling lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#131520fc)
17512024-08-26T23:32:13.612Z Compiling env_logger v0.10.2
17522024-08-26T23:32:15.699Z Compiling walkdir v2.5.0
17532024-08-26T23:32:18.209Z Compiling waitgroup v0.1.2
17542024-08-26T23:32:18.455Z Compiling progenitor v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#c59c6d64)
17552024-08-26T23:32:23.982Z Compiling pin-project v1.1.5
17562024-08-26T23:32:23.987Z Compiling async-stream v0.3.5
17572024-08-26T23:32:26.984Z Compiling slog-bunyan v2.5.0
17582024-08-26T23:32:27.252Z Compiling tokio-rustls v0.25.0
17592024-08-26T23:32:27.821Z Compiling slog-term v2.9.1
17602024-08-26T23:32:27.851Z Compiling serde-hex v0.1.0
17612024-08-26T23:32:27.868Z Compiling serde_with_macros v3.9.0
17622024-08-26T23:32:30.372Z Compiling bzip2 v0.4.4
17632024-08-26T23:32:30.444Z Compiling parse-display-derive v0.10.0
17642024-08-26T23:32:30.487Z Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a)
17652024-08-26T23:32:30.808Z Compiling toml v0.8.19
17662024-08-26T23:32:30.828Z Compiling rustls-pemfile v2.1.3
17672024-08-26T23:32:33.070Z Compiling x509-cert v0.2.5
17682024-08-26T23:32:33.948Z Compiling ron v0.8.1
17692024-08-26T23:32:34.330Z Compiling ipnetwork v0.20.0
17702024-08-26T23:32:35.309Z Compiling newtype-uuid v1.1.0
17712024-08-26T23:32:35.660Z Compiling strum_macros v0.26.4
17722024-08-26T23:32:35.827Z Compiling xattr v1.3.1
17732024-08-26T23:32:37.369Z Compiling snafu-derive v0.8.2
17742024-08-26T23:32:37.521Z Compiling dropshot_endpoint v0.10.2-dev (https://github.com/oxidecomputer/dropshot?branch=main#06c8dab4)
17752024-08-26T23:32:38.029Z Compiling serde_path_to_error v0.1.16
17762024-08-26T23:32:39.019Z Compiling hashbrown v0.13.2
17772024-08-26T23:32:39.935Z Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
17782024-08-26T23:32:40.220Z Compiling blake3 v1.5.1
17792024-08-26T23:32:40.397Z Compiling ring v0.16.20
17802024-08-26T23:32:40.697Z Compiling filetime v0.2.24
17812024-08-26T23:32:40.839Z Compiling hostname v0.4.0
17822024-08-26T23:32:41.050Z Compiling instant v0.1.12
17832024-08-26T23:32:41.108Z Compiling debug-ignore v1.0.5
17842024-08-26T23:32:41.237Z Compiling buf-list v1.0.3
17852024-08-26T23:32:41.278Z Compiling crc-any v2.5.0
17862024-08-26T23:32:41.898Z Compiling lpc55_sign v0.3.4 (https://github.com/oxidecomputer/lpc55_support#131520fc)
17872024-08-26T23:32:42.087Z Compiling snafu v0.8.2
17882024-08-26T23:32:42.523Z Compiling backoff v0.4.0
17892024-08-26T23:32:42.859Z Compiling tar v0.4.41
17902024-08-26T23:32:44.015Z Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
17912024-08-26T23:32:44.228Z Compiling object v0.30.4
17922024-08-26T23:32:44.442Z Compiling strum v0.26.3
17932024-08-26T23:32:44.638Z Compiling tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a)
17942024-08-26T23:32:46.277Z Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
17952024-08-26T23:32:46.382Z Compiling oxnet v0.1.0 (https://github.com/oxidecomputer/oxnet#2612d220)
17962024-08-26T23:32:46.818Z Compiling parse-display v0.10.0
17972024-08-26T23:32:47.938Z Compiling zip v0.6.6
17982024-08-26T23:32:47.957Z Compiling serde_with v3.9.0
17992024-08-26T23:32:48.724Z Compiling rayon v1.10.0
18002024-08-26T23:32:49.902Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
18012024-08-26T23:32:50.660Z Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=9e0fe45ca3862176dc31ad8cc83f605f8a7e1a42#9e0fe45c)
18022024-08-26T23:32:50.697Z Compiling camino-tempfile v1.1.1
18032024-08-26T23:32:51.495Z Compiling globset v0.4.14
18042024-08-26T23:32:52.264Z Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945)
18052024-08-26T23:32:52.455Z Compiling pem v3.0.4
18062024-08-26T23:32:53.936Z Compiling olpc-cjson v0.1.3
18072024-08-26T23:32:54.264Z Compiling serde_plain v1.0.2
18082024-08-26T23:32:54.467Z Compiling macaddr v1.0.1
18092024-08-26T23:32:54.768Z Compiling async-recursion v1.1.1
18102024-08-26T23:32:54.961Z Compiling memmap2 v0.9.4
18112024-08-26T23:32:55.084Z Compiling path-slash v0.1.5
18122024-08-26T23:32:55.325Z Compiling typed-path v0.7.1
18132024-08-26T23:32:55.560Z Compiling spin v0.5.2
18142024-08-26T23:32:55.822Z Compiling constant_time_eq v0.3.0
18152024-08-26T23:32:56.012Z Compiling arrayref v0.3.7
18162024-08-26T23:32:56.134Z Compiling untrusted v0.7.1
18172024-08-26T23:32:56.253Z Compiling arrayvec v0.7.4
18182024-08-26T23:32:57.172Z Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
18192024-08-26T23:32:58.946Z Compiling tough v0.17.1
18202024-08-26T23:32:59.205Z Compiling hubtools v0.4.6 (https://github.com/oxidecomputer/hubtools.git?branch=main#943c4bbe)
18212024-08-26T23:33:00.162Z Compiling itertools v0.13.0
18222024-08-26T23:33:02.066Z Compiling cargo-platform v0.1.8
18232024-08-26T23:33:03.193Z Compiling parse-size v1.0.0
18242024-08-26T23:33:03.489Z Compiling topological-sort v0.2.2
18252024-08-26T23:33:03.726Z Compiling omicron-zone-package v0.11.0
18262024-08-26T23:33:03.757Z Compiling cargo_metadata v0.18.1
18272024-08-26T23:33:03.874Z Compiling shell-words v1.1.0
18282024-08-26T23:33:10.734Z Compiling tufaceous-lib v0.1.0 (/work/oxidecomputer/omicron/tufaceous-lib)
18292024-08-26T23:33:23.074Z Compiling omicron-releng v0.1.0 (/work/oxidecomputer/omicron/dev-tools/releng)
18302024-08-26T23:33:37.003Z Finished `release` profile [optimized] target(s) in 4m 40s
18312024-08-26T23:33:37.140Z Running `target/release/omicron-releng --output-dir /work`
18322024-08-26T23:33:37.182ZAug 26 23:33:36.352 DEBG changing working directory to /work/oxidecomputer/omicron
18332024-08-26T23:33:37.272ZAug 26 23:33:36.443 DEBG running: git rev-parse HEAD
18342024-08-26T23:33:37.278ZAug 26 23:33:36.450 DEBG process exited with exit status: 0 (6.327169ms)
18352024-08-26T23:33:37.278ZAug 26 23:33:36.450 INFO version: 10.0.0-0.ci+gitfb9ee7ec124
18362024-08-26T23:33:37.318ZAug 26 23:33:36.489 INFO cloning helios to /work/oxidecomputer/helios
18372024-08-26T23:33:37.318ZAug 26 23:33:36.489 DEBG running: git clone https://github.com/oxidecomputer/helios.git /work/oxidecomputer/helios
18382024-08-26T23:33:37.323ZCloning into '/work/oxidecomputer/helios'...
18392024-08-26T23:33:37.833ZAug 26 23:33:37.004 DEBG process exited with exit status: 0 (514.794815ms)
18402024-08-26T23:33:37.833ZAug 26 23:33:37.004 DEBG running: git -C /work/oxidecomputer/helios status --branch '--porcelain=2'
18412024-08-26T23:33:37.840Z# branch.oid 5957f0585d08e57fe117e75e2c8590e41f2cac29
18422024-08-26T23:33:37.840Z# branch.head master
18432024-08-26T23:33:37.840Z# branch.upstream origin/master
18442024-08-26T23:33:37.840Z# branch.ab +0 -0
18452024-08-26T23:33:37.842ZAug 26 23:33:37.012 DEBG process exited with exit status: 0 (7.356379ms)
18462024-08-26T23:33:37.842ZAug 26 23:33:37.012 DEBG running: pkg verify -q /system/zones/brand/omicron1/tools
18472024-08-26T23:33:38.544ZAug 26 23:33:37.715 DEBG process exited with exit status: 0 (702.952044ms)
18482024-08-26T23:33:38.544ZAug 26 23:33:37.715 DEBG running: zfs list rpool/images/build/host
18492024-08-26T23:33:38.550ZNAME USED AVAIL REFER MOUNTPOINT
18502024-08-26T23:33:38.550Zrpool/images/build/host 24K 152G 24K /rpool/images/build/host
18512024-08-26T23:33:38.554ZAug 26 23:33:37.722 DEBG process exited with exit status: 0 (7.305877ms)
18522024-08-26T23:33:38.554ZAug 26 23:33:37.722 DEBG running: zfs list rpool/images/build/recovery
18532024-08-26T23:33:38.556ZNAME USED AVAIL REFER MOUNTPOINT
18542024-08-26T23:33:38.556Zrpool/images/build/recovery 24K 152G 24K /rpool/images/build/recovery
18552024-08-26T23:33:38.559ZAug 26 23:33:37.729 DEBG process exited with exit status: 0 (6.223834ms)
18562024-08-26T23:33:38.559ZAug 26 23:33:37.729 INFO [hubris-staging] running task
18572024-08-26T23:33:38.559ZAug 26 23:33:37.730 INFO [hubris-production] running task
18582024-08-26T23:33:38.559ZAug 26 23:33:37.730 INFO [helios-setup] running: BUILD_OS=no PWD=/work/oxidecomputer/helios ptime -m gmake setup
18592024-08-26T23:33:38.562ZAug 26 23:33:37.733 INFO [omicron-package] running: ptime -m /home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/cargo build --locked --release --bin omicron-package
18602024-08-26T23:33:38.629Z[ helios-setup] cd tools/helios-build && cargo build --quiet
18612024-08-26T23:33:39.067Z[ omicron-package] Blocking waiting for file lock on package cache
18622024-08-26T23:33:39.636Z[ omicron-package] Blocking waiting for file lock on package cache
18632024-08-26T23:33:39.840ZAug 26 23:33:39.011 INFO [hubris-production] task succeeded (1.280827595s)
18642024-08-26T23:33:39.872Z[ omicron-package] Blocking waiting for file lock on package cache
18652024-08-26T23:33:40.673Z[ omicron-package] Compiling proc-macro-crate v1.3.1
18662024-08-26T23:33:40.673Z[ omicron-package] Compiling heapless v0.8.0
18672024-08-26T23:33:40.677Z[ omicron-package] Compiling hash32 v0.3.1
18682024-08-26T23:33:40.677Z[ omicron-package] Compiling smoltcp v0.11.0
18692024-08-26T23:33:40.677Z[ omicron-package] Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
18702024-08-26T23:33:40.823Z[ omicron-package] Compiling proc-macro-error-attr v1.0.4
18712024-08-26T23:33:40.825Z[ omicron-package] Compiling embedded-io v0.4.0
18722024-08-26T23:33:40.825Z[ omicron-package] Compiling cobs v0.2.3
18732024-08-26T23:33:41.823Z[ omicron-package] Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9)
18742024-08-26T23:33:42.134Z[ omicron-package] Compiling postcard v1.0.8
18752024-08-26T23:33:42.339Z[ omicron-package] Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=76878de67229ea113d70503c441eab47ac5dc653#76878de6)
18762024-08-26T23:33:42.341Z[ omicron-package] Compiling proc-macro-error v1.0.4
18772024-08-26T23:33:42.514Z[ omicron-package] Compiling num_enum_derive v0.5.11
18782024-08-26T23:33:42.893Z[ omicron-package] Compiling foreign-types-macros v0.2.3
18792024-08-26T23:33:43.092Z[ omicron-package] Compiling foreign-types-shared v0.3.1
18802024-08-26T23:33:43.279Z[ omicron-package] Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=76878de67229ea113d70503c441eab47ac5dc653#76878de6)
18812024-08-26T23:33:43.279Z[ omicron-package] Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#42ad0104)
18822024-08-26T23:33:44.177Z[ omicron-package] Compiling tabwriter v1.4.0
18832024-08-26T23:33:44.545Z[ omicron-package] Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#42ad0104)
18842024-08-26T23:33:44.723Z[ omicron-package] Compiling cstr-argument v0.1.2
18852024-08-26T23:33:44.813Z[ omicron-package] Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=76878de67229ea113d70503c441eab47ac5dc653#76878de6)
18862024-08-26T23:33:45.175Z[ omicron-package] Compiling pretty-hex v0.2.1
18872024-08-26T23:33:45.431Z[ omicron-package] Compiling foreign-types v0.5.0
18882024-08-26T23:33:45.651Z[ omicron-package] Compiling crucible-workspace-hack v0.1.0
18892024-08-26T23:33:45.778Z[ omicron-package] Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys#4ceaf96e)
18902024-08-26T23:33:45.996Z[ omicron-package] Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
18912024-08-26T23:33:46.337Z[ omicron-package] Compiling num_enum v0.5.11
18922024-08-26T23:33:46.399Z[ omicron-package] Compiling colored v2.1.0
18932024-08-26T23:33:46.603Z[ omicron-package] Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9)
18942024-08-26T23:33:46.898Z[ omicron-package] Compiling poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=multipath#ca52bef3)
18952024-08-26T23:33:47.137Z[ omicron-package] Compiling zone_cfg_derive v0.3.0 (https://github.com/oxidecomputer/zone?branch=state-derive-eq-hash#f1920d56)
18962024-08-26T23:33:47.258Z[ omicron-package] Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=24a74d0c76b6a63961ecef76acb1516b6e66c5c9#24a74d0c)
18972024-08-26T23:33:47.557Z[ omicron-package] Compiling sigpipe v0.1.3
18982024-08-26T23:33:47.905Z[ omicron-package] Compiling num-derive v0.4.2
18992024-08-26T23:33:47.922Z[ omicron-package] Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
19002024-08-26T23:33:48.112Z[ omicron-package] Compiling libefi-sys v0.1.0
19012024-08-26T23:33:48.115Z[ omicron-package] Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
19022024-08-26T23:33:49.133Z[ omicron-package] Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=24a74d0c76b6a63961ecef76acb1516b6e66c5c9#24a74d0c)
19032024-08-26T23:33:49.301Z[ omicron-package] Compiling smf v0.2.3
19042024-08-26T23:33:49.362Z[ omicron-package] Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino?branch=main#1b66b89c)
19052024-08-26T23:33:49.475ZAug 26 23:33:48.644 INFO [hubris-staging] task succeeded (10.914952161s)
19062024-08-26T23:33:49.564Z[ omicron-package] Compiling zone v0.3.0 (https://github.com/oxidecomputer/zone?branch=state-derive-eq-hash#f1920d56)
19072024-08-26T23:33:50.339Z[ omicron-package] Compiling bitfield-struct v0.6.1
19082024-08-26T23:33:50.408Z[ omicron-package] Compiling portable-atomic v1.6.0
19092024-08-26T23:33:52.454Z[ omicron-package] Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=e58ca3693cb9ce0438947beba10e97ee38a0966b#e58ca369)
19102024-08-26T23:33:53.080Z[ omicron-package] Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=76878de67229ea113d70503c441eab47ac5dc653#76878de6)
19112024-08-26T23:33:53.258Z[ omicron-package] Compiling libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
19122024-08-26T23:33:53.938Z[ omicron-package] Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
19132024-08-26T23:33:54.664Z[ omicron-package] Compiling nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
19142024-08-26T23:33:54.817Z[ omicron-package] Compiling libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
19152024-08-26T23:33:55.159Z[ omicron-package] Compiling libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1)
19162024-08-26T23:33:55.877Z[ omicron-package] Compiling gethostname v0.5.0
19172024-08-26T23:33:56.155Z[ omicron-package] Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=76878de67229ea113d70503c441eab47ac5dc653#76878de6)
19182024-08-26T23:33:56.444Z[ omicron-package] Compiling number_prefix v0.4.0
19192024-08-26T23:33:58.404Z[ omicron-package] Compiling indicatif v0.17.8
19202024-08-26T23:33:58.905Z[ omicron-package] Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=76878de67229ea113d70503c441eab47ac5dc653#76878de6)
19212024-08-26T23:34:02.143Z[ omicron-package] Compiling sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
19222024-08-26T23:34:02.730Z[ omicron-package] Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
19232024-08-26T23:34:04.161Z[ omicron-package] Compiling omicron-package v0.1.0 (/work/oxidecomputer/omicron/package)
19242024-08-26T23:34:20.874Z[ helios-setup] Aug 26 23:34:20.035 INFO helios repository root is: /work/oxidecomputer/helios
19252024-08-26T23:34:20.876Z[ helios-setup] Aug 26 23:34:20.038 INFO project pinprick: Project { github: Some("oxidecomputer/pinprick"), url: None, auto_update: false, rev: None, use_ssh: false, site_sh: false, cargo_build: true, use_debug: false, unless_env: None, fixup: [] }, project: pinprick
19262024-08-26T23:34:20.876Z[ helios-setup] Aug 26 23:34:20.038 INFO cloning https://github.com/oxidecomputer/pinprick.git at "/work/oxidecomputer/helios/projects/pinprick"..., project: pinprick
19272024-08-26T23:34:20.879Z[ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/pinprick'...
19282024-08-26T23:34:21.427Z[ helios-setup] Aug 26 23:34:20.590 INFO clone ok!, project: pinprick
19292024-08-26T23:34:21.429Z[ helios-setup] Aug 26 23:34:20.590 INFO project phbl: Project { github: Some("oxidecomputer/phbl"), url: None, auto_update: true, rev: None, use_ssh: false, site_sh: false, cargo_build: false, use_debug: false, unless_env: None, fixup: [] }, project: phbl
19302024-08-26T23:34:21.429Z[ helios-setup] Aug 26 23:34:20.590 INFO cloning https://github.com/oxidecomputer/phbl.git at "/work/oxidecomputer/helios/projects/phbl"..., project: phbl
19312024-08-26T23:34:21.431Z[ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/phbl'...
19322024-08-26T23:34:21.969Z[ helios-setup] Aug 26 23:34:21.132 INFO clone ok!, project: phbl
19332024-08-26T23:34:21.971Z[ helios-setup] Aug 26 23:34:21.133 INFO skipping project "illumos" because "BUILD_OS" is set to "no"
19342024-08-26T23:34:21.971Z[ helios-setup] Aug 26 23:34:21.133 INFO skipping project "omnios-extra" because "BUILD_OS" is set to "no"
19352024-08-26T23:34:21.971Z[ helios-setup] Aug 26 23:34:21.133 INFO skipping project "omnios-build" because "BUILD_OS" is set to "no"
19362024-08-26T23:34:21.971Z[ helios-setup] Aug 26 23:34:21.133 INFO project amd-host-image-builder: Project { github: Some("oxidecomputer/amd-host-image-builder"), url: None, auto_update: true, rev: None, use_ssh: true, site_sh: false, cargo_build: true, use_debug: true, unless_env: Some("OXIDE_STAFF"), fixup: [Fixup { from_commit: "4eae23e8a86a6b5ae16e26283e9c0bee87cc2167", to_branch: "main" }] }, project: amd-host-image-builder
19372024-08-26T23:34:21.971Z[ helios-setup] Aug 26 23:34:21.133 INFO cloning git@github.com:oxidecomputer/amd-host-image-builder.git at "/work/oxidecomputer/helios/projects/amd-host-image-builder"..., project: amd-host-image-builder
19382024-08-26T23:34:21.974Z[ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/amd-host-image-builder'...
19392024-08-26T23:34:22.732Z[ helios-setup] Submodule 'amd-firmware' (git@github.com:oxidecomputer/amd-firmware.git) registered for path 'amd-firmware'
19402024-08-26T23:34:22.738Z[ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/amd-host-image-builder/amd-firmware'...
19412024-08-26T23:34:23.025Z[ omicron-package] Finished `release` profile [optimized] target(s) in 44.44s
19422024-08-26T23:34:23.220Z[ omicron-package]
19432024-08-26T23:34:23.220Z[ omicron-package] real 44.612681904
19442024-08-26T23:34:23.223Z[ omicron-package] user 2:43.190241801
19452024-08-26T23:34:23.223Z[ omicron-package] sys 21.342497138
19462024-08-26T23:34:23.223Z[ omicron-package] trap 0.156196658
19472024-08-26T23:34:23.223Z[ omicron-package] tflt 0.875021334
19482024-08-26T23:34:23.223Z[ omicron-package] dflt 0.791334622
19492024-08-26T23:34:23.223Z[ omicron-package] kflt 0.025526578
19502024-08-26T23:34:23.223Z[ omicron-package] lock 5:13.706047976
19512024-08-26T23:34:23.223Z[ omicron-package] slp 8:54.516033340
19522024-08-26T23:34:23.223Z[ omicron-package] lat 1:39.942737927
19532024-08-26T23:34:23.223Z[ omicron-package] stop 57.143417769
19542024-08-26T23:34:23.223ZAug 26 23:34:22.384 INFO [omicron-package] process exited with exit status: 0 (44.650882979s)
19552024-08-26T23:34:23.223ZAug 26 23:34:22.384 INFO [host-target] running: /work/oxidecomputer/omicron/target/release/omicron-package --target host --artifacts /work/oxidecomputer/omicron/out target create --image standard --machine gimlet --switch asic --rack-topology multi-sled
19562024-08-26T23:34:23.267ZAug 26 23:34:22.430 INFO [recovery-target] running: /work/oxidecomputer/omicron/target/release/omicron-package --target recovery --artifacts /work/artifacts-recovery target create --image trampoline
19572024-08-26T23:34:23.277Z[ host-target] Logging to: /work/oxidecomputer/omicron/out/LOG
19582024-08-26T23:34:23.280Z[ host-target] Created new build target 'host' and set it as active
19592024-08-26T23:34:23.280ZAug 26 23:34:22.443 INFO [host-target] process exited with exit status: 0 (58.289129ms)
19602024-08-26T23:34:23.280ZAug 26 23:34:22.443 INFO [host-package] running: /work/oxidecomputer/omicron/target/release/omicron-package --target host --artifacts /work/oxidecomputer/omicron/out package
19612024-08-26T23:34:23.283Z[ recovery-target] Logging to: /work/artifacts-recovery/LOG
19622024-08-26T23:34:23.286Z[ recovery-target] Created new build target 'recovery' and set it as active
19632024-08-26T23:34:23.286ZAug 26 23:34:22.449 INFO [recovery-target] process exited with exit status: 0 (18.292233ms)
19642024-08-26T23:34:23.292Z[ host-package] Logging to: /work/oxidecomputer/omicron/out/LOG
19652024-08-26T23:34:24.387Z[ host-package] Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
19662024-08-26T23:34:24.387Z[ host-package] Compiling camino v1.1.9
19672024-08-26T23:34:24.389Z[ host-package] Compiling password-hash v0.5.0
19682024-08-26T23:34:24.389Z[ host-package] Compiling blake2 v0.10.6
19692024-08-26T23:34:24.389Z[ host-package] Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide/omicron#b1194c19)
19702024-08-26T23:34:24.389Z[ host-package] Compiling derive-where v1.2.7
19712024-08-26T23:34:24.389Z[ host-package] Compiling humantime v2.1.0
19722024-08-26T23:34:24.543Z[ host-package] Compiling newline-converter v0.3.0
19732024-08-26T23:34:24.718Z[ host-package] Compiling toml v0.8.19
19742024-08-26T23:34:24.785Z[ host-package] Compiling progenitor-client v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#c59c6d64)
19752024-08-26T23:34:25.230Z[ host-package] Compiling argon2 v0.5.3
19762024-08-26T23:34:25.354Z[ host-package] Compiling progenitor v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#c59c6d64)
19772024-08-26T23:34:25.413Z[ host-package] Compiling expectorate v1.1.0
19782024-08-26T23:34:25.469Z[ host-package] Compiling dirs-sys-next v0.1.2
19792024-08-26T23:34:25.593Z[ host-package] Compiling dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
19802024-08-26T23:34:25.643Z[ host-package] Compiling gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
19812024-08-26T23:34:25.784Z[ host-package] Compiling dirs-next v2.0.0
19822024-08-26T23:34:25.973Z[ host-package] Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
19832024-08-26T23:34:25.976Z[ host-package] Compiling num-rational v0.4.2
19842024-08-26T23:34:26.302Z[ host-package] Compiling num-complex v0.4.6
19852024-08-26T23:34:26.614Z[ host-package] Compiling convert_case v0.4.0
19862024-08-26T23:34:26.974Z[ host-package] Compiling term v0.7.0
19872024-08-26T23:34:27.425Z[ host-package] Compiling derive_more v0.99.18
19882024-08-26T23:34:27.694Z[ host-package] Compiling num v0.4.3
19892024-08-26T23:34:27.738Z[ host-package] Compiling float-ord v0.3.2
19902024-08-26T23:34:27.763Z[ host-package] Compiling prettyplease v0.2.20
19912024-08-26T23:34:27.845Z[ host-package] Compiling is-terminal v0.4.12
19922024-08-26T23:34:27.908Z[ host-package] Compiling oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types)
19932024-08-26T23:34:27.998Z[ host-package] Compiling semver v0.1.20
19942024-08-26T23:34:28.116Z[ host-package] Compiling home v0.5.9
19952024-08-26T23:34:28.255Z[ host-package] Compiling nexus-sled-agent-shared v0.1.0 (/work/oxidecomputer/omicron/nexus-sled-agent-shared)
19962024-08-26T23:34:28.396Z[ host-package] Compiling rustc_version v0.1.7
19972024-08-26T23:34:28.578Z[ host-package] Compiling cookie v0.18.1
19982024-08-26T23:34:28.604Z[ host-package] Compiling rustls-pki-types v1.7.0
19992024-08-26T23:34:28.826Z[ host-package] Compiling newtype_derive v0.1.6
20002024-08-26T23:34:28.929Z[ host-package] Compiling highway v1.2.0
20012024-08-26T23:34:29.516Z[ host-package] Compiling steno v0.4.1
20022024-08-26T23:34:29.727Z[ helios-setup] Submodule path 'amd-firmware': checked out '160c7d1f31829e543fd8765faf83440d602e742c'
20032024-08-26T23:34:29.740Z[ helios-setup] Aug 26 23:34:28.902 INFO clone ok!, project: amd-host-image-builder
20042024-08-26T23:34:29.743Z[ helios-setup] Aug 26 23:34:28.903 INFO project amd-firmware: Project { github: Some("oxidecomputer/amd-firmware"), url: None, auto_update: true, rev: None, use_ssh: true, site_sh: false, cargo_build: false, use_debug: false, unless_env: Some("OXIDE_STAFF"), fixup: [] }, project: amd-firmware
20052024-08-26T23:34:29.743Z[ helios-setup] Aug 26 23:34:28.903 INFO cloning git@github.com:oxidecomputer/amd-firmware.git at "/work/oxidecomputer/helios/projects/amd-firmware"..., project: amd-firmware
20062024-08-26T23:34:29.745Z[ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/amd-firmware'...
20072024-08-26T23:34:30.522Z[ host-package] Compiling rustls-webpki v0.102.4
20082024-08-26T23:34:32.168Z[ host-package] Compiling rustls v0.22.4
20092024-08-26T23:34:32.203Z[ host-package] Compiling thread_local v1.1.8
20102024-08-26T23:34:32.511Z[ host-package] Compiling oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types)
20112024-08-26T23:34:32.725Z[ host-package] Compiling slog-dtrace v0.3.0
20122024-08-26T23:34:33.104Z[ host-package] Compiling match_cfg v0.1.0
20132024-08-26T23:34:33.211Z[ host-package] Compiling hostname v0.3.1
20142024-08-26T23:34:34.477Z[ host-package] Compiling nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
20152024-08-26T23:34:34.726Z[ host-package] Compiling multer v3.1.0
20162024-08-26T23:34:34.815Z[ host-package] Compiling slog-async v2.8.0
20172024-08-26T23:34:34.895Z[ host-package] Compiling slog-json v2.6.1
20182024-08-26T23:34:35.207Z[ host-package] Compiling crossbeam-channel v0.5.12
20192024-08-26T23:34:35.259Z[ host-package] Compiling http v1.1.0
20202024-08-26T23:34:36.294Z[ host-package] Compiling linked-hash-map v0.5.6
20212024-08-26T23:34:36.793Z[ host-package] Compiling take_mut v0.2.2
20222024-08-26T23:34:37.036Z[ host-package] Compiling atomic-waker v1.1.2
20232024-08-26T23:34:37.251Z[ host-package] Compiling waitgroup v0.1.2
20242024-08-26T23:34:37.365Z[ helios-setup] Aug 26 23:34:36.525 INFO clone ok!, project: amd-firmware
20252024-08-26T23:34:37.367Z[ helios-setup] Aug 26 23:34:36.526 INFO project image-builder: Project { github: Some("illumos/image-builder"), url: None, auto_update: true, rev: None, use_ssh: false, site_sh: false, cargo_build: true, use_debug: true, unless_env: None, fixup: [] }, project: image-builder
20262024-08-26T23:34:37.367Z[ helios-setup] Aug 26 23:34:36.526 INFO cloning https://github.com/illumos/image-builder.git at "/work/oxidecomputer/helios/projects/image-builder"..., project: image-builder
20272024-08-26T23:34:37.370Z[ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/image-builder'...
20282024-08-26T23:34:38.352Z[ helios-setup] Aug 26 23:34:37.512 INFO clone ok!, project: image-builder
20292024-08-26T23:34:38.354Z[ helios-setup] Aug 26 23:34:37.512 INFO project chelsio-t6-roms: Project { github: Some("oxidecomputer/chelsio-t6-roms"), url: None, auto_update: true, rev: None, use_ssh: true, site_sh: false, cargo_build: false, use_debug: false, unless_env: Some("OXIDE_STAFF"), fixup: [] }, project: chelsio-t6-roms
20302024-08-26T23:34:38.354Z[ helios-setup] Aug 26 23:34:37.512 INFO cloning git@github.com:oxidecomputer/chelsio-t6-roms.git at "/work/oxidecomputer/helios/projects/chelsio-t6-roms"..., project: chelsio-t6-roms
20312024-08-26T23:34:38.358Z[ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/chelsio-t6-roms'...
20322024-08-26T23:34:38.538Z[ host-package] Compiling tokio-rustls v0.25.0
20332024-08-26T23:34:38.733Z[ host-package] Compiling lru-cache v0.1.2
20342024-08-26T23:34:38.971Z[ host-package] Compiling slog-bunyan v2.5.0
20352024-08-26T23:34:39.211Z[ host-package] Compiling slog-term v2.9.1
20362024-08-26T23:34:39.504Z[ helios-setup] Aug 26 23:34:38.664 INFO clone ok!, project: chelsio-t6-roms
20372024-08-26T23:34:39.507Z[ helios-setup] Aug 26 23:34:38.665 INFO project pilot: Project { github: Some("oxidecomputer/pilot"), url: None, auto_update: true, rev: None, use_ssh: true, site_sh: false, cargo_build: true, use_debug: false, unless_env: Some("OXIDE_STAFF"), fixup: [] }, project: pilot
20382024-08-26T23:34:39.507Z[ helios-setup] Aug 26 23:34:38.665 INFO cloning git@github.com:oxidecomputer/pilot.git at "/work/oxidecomputer/helios/projects/pilot"..., project: pilot
20392024-08-26T23:34:39.511Z[ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/pilot'...
20402024-08-26T23:34:40.390Z[ host-package] Compiling rustls-pemfile v2.1.3
20412024-08-26T23:34:40.429Z[ helios-setup] Aug 26 23:34:39.584 INFO clone ok!, project: pilot
20422024-08-26T23:34:40.429Z[ helios-setup] Aug 26 23:34:39.585 INFO project bootserver: Project { github: Some("oxidecomputer/boot-image-tools"), url: None, auto_update: true, rev: None, use_ssh: false, site_sh: false, cargo_build: true, use_debug: false, unless_env: None, fixup: [] }, project: bootserver
20432024-08-26T23:34:40.429Z[ helios-setup] Aug 26 23:34:39.585 INFO cloning https://github.com/oxidecomputer/boot-image-tools.git at "/work/oxidecomputer/helios/projects/bootserver"..., project: bootserver
20442024-08-26T23:34:40.432Z[ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/bootserver'...
20452024-08-26T23:34:40.651Z[ host-package] Compiling async-stream v0.3.5
20462024-08-26T23:34:40.782Z[ host-package] Compiling dropshot v0.10.2-dev (https://github.com/oxidecomputer/dropshot?branch=main#06c8dab4)
20472024-08-26T23:34:40.821Z[ host-package] Compiling newtype-uuid v1.1.0
20482024-08-26T23:34:40.866Z[ host-package] Compiling ipnetwork v0.20.0
20492024-08-26T23:34:40.954Z[ host-package] Compiling serde_path_to_error v0.1.16
20502024-08-26T23:34:41.160Z[ host-package] Compiling hostname v0.4.0
20512024-08-26T23:34:41.259Z[ helios-setup] Aug 26 23:34:40.419 INFO clone ok!, project: bootserver
20522024-08-26T23:34:41.261Z[ helios-setup] Aug 26 23:34:40.419 INFO exec: ["/usr/bin/pkgrepo", "create", "/work/oxidecomputer/helios/packages/os"], pwd: None
20532024-08-26T23:34:41.516Z[ host-package] Compiling instant v0.1.12
20542024-08-26T23:34:41.710Z[ host-package] Compiling debug-ignore v1.0.5
20552024-08-26T23:34:41.751Z[ host-package] Compiling backoff v0.4.0
20562024-08-26T23:34:41.900Z[ host-package] Compiling oxnet v0.1.0 (https://github.com/oxidecomputer/oxnet#2612d220)
20572024-08-26T23:34:42.066Z[ helios-setup] Aug 26 23:34:41.226 INFO exec: ["/usr/bin/pkgrepo", "add-publisher", "-s", "/work/oxidecomputer/helios/packages/os", "helios-dev"], pwd: None
20582024-08-26T23:34:42.161Z[ host-package] Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
20592024-08-26T23:34:42.571Z[ helios-setup] Aug 26 23:34:41.731 INFO repository /work/oxidecomputer/helios/packages/os for publisher helios-dev created
20602024-08-26T23:34:42.574Z[ helios-setup] Aug 26 23:34:41.731 INFO exec: ["/usr/bin/pkgrepo", "create", "/work/oxidecomputer/helios/packages/other"], pwd: None
20612024-08-26T23:34:42.643Z[ host-package] Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=9e0fe45ca3862176dc31ad8cc83f605f8a7e1a42#9e0fe45c)
20622024-08-26T23:34:42.702Z[ host-package] Compiling parse-display v0.10.0
20632024-08-26T23:34:42.987Z[ host-package] Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
20642024-08-26T23:34:43.128Z[ helios-setup] Aug 26 23:34:42.287 INFO exec: ["/usr/bin/pkgrepo", "add-publisher", "-s", "/work/oxidecomputer/helios/packages/other", "helios-dev"], pwd: None
20652024-08-26T23:34:43.255Z[ host-package] Compiling serde_with v3.9.0
20662024-08-26T23:34:43.293Z[ host-package] Compiling strum v0.26.3
20672024-08-26T23:34:43.535Z[ host-package] Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945)
20682024-08-26T23:34:43.649Z[ helios-setup] Aug 26 23:34:42.809 INFO repository /work/oxidecomputer/helios/packages/other for publisher helios-dev created
20692024-08-26T23:34:43.649Z[ helios-setup] Aug 26 23:34:42.809 INFO exec: ["/usr/bin/pkgrepo", "create", "/work/oxidecomputer/helios/packages/combined"], pwd: None
20702024-08-26T23:34:44.178Z[ helios-setup] Aug 26 23:34:43.337 INFO exec: ["/usr/bin/pkgrepo", "add-publisher", "-s", "/work/oxidecomputer/helios/packages/combined", "helios-dev"], pwd: None
20712024-08-26T23:34:44.718Z[ helios-setup] Aug 26 23:34:43.877 INFO repository /work/oxidecomputer/helios/packages/combined for publisher helios-dev created
20722024-08-26T23:34:44.720Z[ helios-setup] Aug 26 23:34:43.877 INFO file /work/oxidecomputer/helios/packages/publisher.mogrify does not exist
20732024-08-26T23:34:44.720Z[ helios-setup] Aug 26 23:34:43.877 INFO writing /work/oxidecomputer/helios/packages/publisher.mogrify ...
20742024-08-26T23:34:44.720Z[ helios-setup] Aug 26 23:34:43.877 INFO ok!
20752024-08-26T23:34:44.720Z[ helios-setup] Aug 26 23:34:43.877 INFO link /work/oxidecomputer/helios/packages/os-conflicts.mogrify does not exist
20762024-08-26T23:34:44.720Z[ helios-setup] Aug 26 23:34:43.877 INFO linking /work/oxidecomputer/helios/packages/os-conflicts.mogrify -> ../tools/packages/os-conflicts.mogrify ...
20772024-08-26T23:34:44.720Z[ helios-setup] Aug 26 23:34:43.877 INFO ok!
20782024-08-26T23:34:44.721Z[ helios-setup] Aug 26 23:34:43.877 INFO link /work/oxidecomputer/helios/packages/os-deps.mogrify does not exist
20792024-08-26T23:34:44.721Z[ helios-setup] Aug 26 23:34:43.877 INFO linking /work/oxidecomputer/helios/packages/os-deps.mogrify -> ../tools/packages/os-deps.mogrify ...
20802024-08-26T23:34:44.721Z[ helios-setup] Aug 26 23:34:43.878 INFO ok!
20812024-08-26T23:34:44.721Z[ helios-setup] Aug 26 23:34:43.878 INFO building project "pinprick" at /work/oxidecomputer/helios/projects/pinprick
20822024-08-26T23:34:44.721Z[ helios-setup] Aug 26 23:34:43.878 INFO exec: ["cargo", "build", "--locked", "--release"], pwd: Some("/work/oxidecomputer/helios/projects/pinprick")
20832024-08-26T23:34:45.095Z[ helios-setup] Aug 26 23:34:44.254 INFO E| Compiling adler v1.0.2
20842024-08-26T23:34:45.231Z[ helios-setup] Aug 26 23:34:44.390 INFO E| Compiling miniz_oxide v0.7.2
20852024-08-26T23:34:46.923Z[ host-package] Compiling macaddr v1.0.1
20862024-08-26T23:34:47.746Z[ host-package] Compiling swrite v0.1.0
20872024-08-26T23:34:47.965Z[ host-package] Compiling quick-error v1.2.3
20882024-08-26T23:34:48.050Z[ host-package] Compiling utf-8 v0.7.6
20892024-08-26T23:34:48.125Z[ helios-setup] Aug 26 23:34:47.284 INFO E| Compiling pinprick v0.1.0 (/work/oxidecomputer/helios/projects/pinprick)
20902024-08-26T23:34:48.134Z[ host-package] Compiling resolv-conf v0.7.0
20912024-08-26T23:34:49.163Z[ helios-setup] Aug 26 23:34:48.322 INFO E| Finished `release` profile [optimized] target(s) in 4.34s
20922024-08-26T23:34:49.170Z[ helios-setup] Aug 26 23:34:48.328 INFO building project "pinprick" ok (4 seconds)
20932024-08-26T23:34:49.172Z[ helios-setup] Aug 26 23:34:48.328 INFO building project "amd-host-image-builder" at /work/oxidecomputer/helios/projects/amd-host-image-builder
20942024-08-26T23:34:49.172Z[ helios-setup] Aug 26 23:34:48.328 INFO exec: ["cargo", "build", "--locked"], pwd: Some("/work/oxidecomputer/helios/projects/amd-host-image-builder")
20952024-08-26T23:34:49.178Z[ helios-setup] Aug 26 23:34:48.337 INFO E| info: syncing channel updates for 'nightly-2023-12-30-x86_64-unknown-illumos'
20962024-08-26T23:34:49.412Z[ helios-setup] Aug 26 23:34:48.570 INFO E| info: latest update on 2023-12-30, rust version 1.77.0-nightly (3cdd004e5 2023-12-29)
20972024-08-26T23:34:49.412Z[ helios-setup] Aug 26 23:34:48.570 INFO E| info: downloading component 'cargo'
20982024-08-26T23:34:49.474Z[ host-package] Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
20992024-08-26T23:34:49.757Z[ host-package] Compiling hickory-resolver v0.24.1
21002024-08-26T23:34:50.768Z[ host-package] Compiling oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
21012024-08-26T23:34:50.999Z[ host-package] Compiling rayon-core v1.12.1
21022024-08-26T23:34:51.023Z[ helios-setup] Aug 26 23:34:50.181 INFO E| info: downloading component 'clippy'
21032024-08-26T23:34:51.032Z[ host-package] Compiling nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
21042024-08-26T23:34:51.324Z[ helios-setup] Aug 26 23:34:50.482 INFO E| info: downloading component 'rust-docs'
21052024-08-26T23:34:52.560Z[ helios-setup] Aug 26 23:34:51.718 INFO E| info: downloading component 'rust-src'
21062024-08-26T23:34:52.966Z[ host-package] Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
21072024-08-26T23:34:53.018Z[ helios-setup] Aug 26 23:34:52.175 INFO E| info: downloading component 'rust-std'
21082024-08-26T23:34:54.133Z[ host-package] Compiling crossbeam-deque v0.8.5
21092024-08-26T23:34:54.503Z[ host-package] Compiling half v2.4.1
21102024-08-26T23:34:54.763Z[ host-package] Compiling same-file v1.0.6
21112024-08-26T23:34:55.015Z[ host-package] Compiling display-error-chain v0.2.0
21122024-08-26T23:34:55.157Z[ helios-setup] Aug 26 23:34:54.314 INFO E| info: downloading component 'rustc'
21132024-08-26T23:34:55.227Z[ host-package] Compiling fastrand v2.1.0
21142024-08-26T23:34:55.257Z[ host-package] Compiling ciborium-io v0.2.2
21152024-08-26T23:34:55.403Z[ host-package] Compiling ciborium-ll v0.2.2
21162024-08-26T23:34:55.750Z[ host-package] Compiling tempfile v3.10.1
21172024-08-26T23:34:55.964Z[ host-package] Compiling walkdir v2.5.0
21182024-08-26T23:34:56.698Z[ host-package] Compiling ring v0.16.20
21192024-08-26T23:34:57.484Z[ host-package] Compiling rayon v1.10.0
21202024-08-26T23:34:58.214Z[ host-package] Compiling blake3 v1.5.1
21212024-08-26T23:34:58.807Z[ host-package] Compiling ciborium v0.2.2
21222024-08-26T23:34:59.543Z[ host-package] Compiling sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
21232024-08-26T23:35:00.873Z[ host-package] Compiling xattr v1.3.1
21242024-08-26T23:35:01.152Z[ host-package] Compiling filetime v0.2.24
21252024-08-26T23:35:01.356Z[ helios-setup] Aug 26 23:35:00.513 INFO E| info: downloading component 'rustfmt'
21262024-08-26T23:35:02.192Z[ helios-setup] Aug 26 23:35:01.348 INFO E| info: installing component 'cargo'
21272024-08-26T23:35:02.366Z[ host-package] Compiling memmap2 v0.9.4
21282024-08-26T23:35:02.812Z[ host-package] Compiling cancel-safe-futures v0.1.5
21292024-08-26T23:35:03.268Z[ host-package] Compiling spin v0.5.2
21302024-08-26T23:35:03.568Z[ helios-setup] Aug 26 23:35:02.720 INFO E| info: installing component 'clippy'
21312024-08-26T23:35:03.584Z[ host-package] Compiling constant_time_eq v0.3.0
21322024-08-26T23:35:03.756Z[ host-package] Compiling arrayref v0.3.7
21332024-08-26T23:35:03.894Z[ host-package] Compiling arrayvec v0.7.4
21342024-08-26T23:35:04.013Z[ helios-setup] Aug 26 23:35:03.168 INFO E| info: installing component 'rust-docs'
21352024-08-26T23:35:04.364Z[ host-package] Compiling untrusted v0.7.1
21362024-08-26T23:35:08.614Z[ host-package] Compiling tar v0.4.41
21372024-08-26T23:35:08.617Z[ host-package] Compiling toolchain_find v0.4.0
21382024-08-26T23:35:09.198Z[ host-package] Compiling camino-tempfile v1.1.1
21392024-08-26T23:35:09.855Z[ host-package] Compiling nibble_vec v0.1.0
21402024-08-26T23:35:09.873Z[ helios-setup] Aug 26 23:35:09.028 INFO E| info: installing component 'rust-src'
21412024-08-26T23:35:09.875Z[ host-package] Compiling atty v0.2.14
21422024-08-26T23:35:10.055Z[ host-package] Compiling topological-sort v0.2.2
21432024-08-26T23:35:10.149Z[ host-package] Compiling crunchy v0.2.2
21442024-08-26T23:35:10.372Z[ host-package] Compiling endian-type v0.1.2
21452024-08-26T23:35:10.650Z[ helios-setup] Aug 26 23:35:09.801 INFO E| info: installing component 'rust-std'
21462024-08-26T23:35:10.714Z[ host-package] Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro)
21472024-08-26T23:35:10.792Z[ host-package] Compiling glob v0.3.1
21482024-08-26T23:35:10.918Z[ host-package] Compiling maplit v1.0.2
21492024-08-26T23:35:11.083Z[ host-package] Compiling radix_trie v0.2.1
21502024-08-26T23:35:11.139Z[ host-package] Compiling omicron-zone-package v0.11.0
21512024-08-26T23:35:11.645Z[ host-package] Compiling clang-sys v1.7.0
21522024-08-26T23:35:12.213Z[ host-package] Compiling rustfmt-wrapper v0.2.1
21532024-08-26T23:35:12.969Z[ host-package] Compiling internal-dns v0.1.0 (/work/oxidecomputer/omicron/internal-dns)
21542024-08-26T23:35:13.070Z[ helios-setup] Aug 26 23:35:12.224 INFO E| info: installing component 'rustc'
21552024-08-26T23:35:13.268Z[ host-package] Compiling tungstenite v0.21.0
21562024-08-26T23:35:13.653Z[ host-package] Compiling tiny-keccak v2.0.2
21572024-08-26T23:35:14.552Z[ host-package] Compiling dsl_auto_type v0.1.2
21582024-08-26T23:35:14.674Z[ host-package] Compiling tokio-tungstenite v0.21.0
21592024-08-26T23:35:15.479Z[ host-package] Compiling scheduled-thread-pool v0.2.7
21602024-08-26T23:35:15.740Z[ host-package] Compiling oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
21612024-08-26T23:35:16.172Z[ host-package] Compiling diesel_table_macro_syntax v0.2.0
21622024-08-26T23:35:16.292Z[ host-package] Compiling arc-swap v1.7.1
21632024-08-26T23:35:16.728Z[ host-package] Compiling diesel_derives v2.2.2
21642024-08-26T23:35:16.918Z[ host-package] Compiling dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client)
21652024-08-26T23:35:16.966Z[ host-package] Compiling slog-scope v4.4.0
21662024-08-26T23:35:17.015Z[ host-package] Compiling r2d2 v0.8.10
21672024-08-26T23:35:18.020Z[ host-package] Compiling ascii-canvas v3.0.0
21682024-08-26T23:35:18.056Z[ host-package] Compiling ena v0.14.3
21692024-08-26T23:35:18.471Z[ host-package] Compiling libloading v0.8.3
21702024-08-26T23:35:18.529Z[ host-package] Compiling bindgen v0.69.4
21712024-08-26T23:35:18.890Z[ host-package] Compiling diff v0.1.13
21722024-08-26T23:35:18.966Z[ host-package] Compiling regex-syntax v0.6.29
21732024-08-26T23:35:19.323Z[ helios-setup] Aug 26 23:35:18.476 INFO E| info: installing component 'rustfmt'
21742024-08-26T23:35:19.602Z[ host-package] Compiling slog-stdlog v4.1.1
21752024-08-26T23:35:20.254Z[ helios-setup] Aug 26 23:35:19.407 INFO E| Updating git repository `https://github.com/oxidecomputer/amd-apcb.git`
21762024-08-26T23:35:20.459Z[ host-package] Compiling omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates)
21772024-08-26T23:35:21.153Z[ helios-setup] Aug 26 23:35:20.306 INFO E| From https://github.com/oxidecomputer/amd-apcb
21782024-08-26T23:35:21.153Z[ helios-setup] Aug 26 23:35:20.306 INFO E| * [new ref] db77d47bc0d73c4159aa0a82493ef11f5e599047 -> refs/commit/db77d47bc0d73c4159aa0a82493ef11f5e599047
21792024-08-26T23:35:21.153Z[ helios-setup] Aug 26 23:35:20.306 INFO E| * [new tag] v0.3.3 -> v0.3.3
21802024-08-26T23:35:21.183Z[ helios-setup] Aug 26 23:35:20.336 INFO E| * [new tag] v0.1.3 -> v0.1.3
21812024-08-26T23:35:21.183Z[ helios-setup] Aug 26 23:35:20.336 INFO E| * [new tag] v0.1.4 -> v0.1.4
21822024-08-26T23:35:21.186Z[ helios-setup] Aug 26 23:35:20.336 INFO E| * [new tag] v0.1.5 -> v0.1.5
21832024-08-26T23:35:21.187Z[ helios-setup] Aug 26 23:35:20.336 INFO E| * [new tag] v0.2.0 -> v0.2.0
21842024-08-26T23:35:21.187Z[ helios-setup] Aug 26 23:35:20.337 INFO E| * [new tag] v0.3.0 -> v0.3.0
21852024-08-26T23:35:21.187Z[ helios-setup] Aug 26 23:35:20.337 INFO E| * [new tag] v0.3.1 -> v0.3.1
21862024-08-26T23:35:21.187Z[ helios-setup] Aug 26 23:35:20.337 INFO E| * [new tag] v0.3.2 -> v0.3.2
21872024-08-26T23:35:21.228Z[ helios-setup] Aug 26 23:35:20.381 INFO E| Updating git repository `ssh://git@github.com/oxidecomputer/amd-efs.git`
21882024-08-26T23:35:21.646Z[ host-package] Compiling which v4.4.2
21892024-08-26T23:35:22.138Z[ helios-setup] Aug 26 23:35:21.290 INFO E| From https://github.com/oxidecomputer/amd-efs
21902024-08-26T23:35:22.138Z[ helios-setup] Aug 26 23:35:21.290 INFO E| * [new branch] empty -> origin/empty
21912024-08-26T23:35:22.138Z[ helios-setup] Aug 26 23:35:21.291 INFO E| * [new branch] issue-99 -> origin/issue-99
21922024-08-26T23:35:22.143Z[ helios-setup] Aug 26 23:35:21.291 INFO E| * [new branch] main -> origin/main
21932024-08-26T23:35:22.143Z[ helios-setup] Aug 26 23:35:21.291 INFO E| * [new branch] review -> origin/review
21942024-08-26T23:35:22.143Z[ helios-setup] Aug 26 23:35:21.291 INFO E| * [new ref] -> origin/HEAD
21952024-08-26T23:35:22.143Z[ helios-setup] Aug 26 23:35:21.291 INFO E| * [new tag] v0.2.0 -> v0.2.0
21962024-08-26T23:35:22.143Z[ helios-setup] Aug 26 23:35:21.291 INFO E| * [new tag] v0.2.1 -> v0.2.1
21972024-08-26T23:35:22.143Z[ helios-setup] Aug 26 23:35:21.292 INFO E| * [new tag] v0.2.2 -> v0.2.2
21982024-08-26T23:35:22.143Z[ helios-setup] Aug 26 23:35:21.292 INFO E| * [new tag] v0.2.3 -> v0.2.3
21992024-08-26T23:35:22.143Z[ helios-setup] Aug 26 23:35:21.292 INFO E| * [new tag] v0.2.4 -> v0.2.4
22002024-08-26T23:35:22.143Z[ helios-setup] Aug 26 23:35:21.292 INFO E| * [new tag] v0.2.5 -> v0.2.5
22012024-08-26T23:35:22.143Z[ helios-setup] Aug 26 23:35:21.292 INFO E| * [new tag] v0.2.6 -> v0.2.6
22022024-08-26T23:35:22.143Z[ helios-setup] Aug 26 23:35:21.292 INFO E| * [new tag] v0.2.7 -> v0.2.7
22032024-08-26T23:35:22.143Z[ helios-setup] Aug 26 23:35:21.292 INFO E| * [new tag] v0.3.0 -> v0.3.0
22042024-08-26T23:35:22.143Z[ helios-setup] Aug 26 23:35:21.292 INFO E| * [new tag] v0.3.1 -> v0.3.1
22052024-08-26T23:35:22.143Z[ helios-setup] Aug 26 23:35:21.293 INFO E| * [new tag] v0.4.0 -> v0.4.0
22062024-08-26T23:35:22.164Z[ helios-setup] Aug 26 23:35:21.316 INFO E| Updating crates.io index
22072024-08-26T23:35:22.200Z[ host-package] Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common)
22082024-08-26T23:35:22.391Z[ helios-setup] Aug 26 23:35:21.543 INFO E| Downloading crates ...
22092024-08-26T23:35:22.450Z[ host-package] Compiling cexpr v0.6.0
22102024-08-26T23:35:22.559Z[ helios-setup] Aug 26 23:35:21.712 INFO E| Downloaded unic-char-range v0.9.0
22112024-08-26T23:35:22.562Z[ helios-setup] Aug 26 23:35:21.715 INFO E| Downloaded unic-char-property v0.9.0
22122024-08-26T23:35:22.564Z[ helios-setup] Aug 26 23:35:21.717 INFO E| Downloaded strsim v0.8.0
22132024-08-26T23:35:22.567Z[ helios-setup] Aug 26 23:35:21.719 INFO E| Downloaded vec_map v0.8.2
22142024-08-26T23:35:22.569Z[ helios-setup] Aug 26 23:35:21.721 INFO E| Downloaded unic-ucd-ident v0.9.0
22152024-08-26T23:35:22.572Z[ helios-setup] Aug 26 23:35:21.724 INFO E| Downloaded textwrap v0.11.0
22162024-08-26T23:35:22.574Z[ helios-setup] Aug 26 23:35:21.727 INFO E| Downloaded strum_macros v0.23.1
22172024-08-26T23:35:22.578Z[ helios-setup] Aug 26 23:35:21.731 INFO E| Downloaded structopt-derive v0.4.18
22182024-08-26T23:35:22.580Z[ helios-setup] Aug 26 23:35:21.733 INFO E| Downloaded pre-proc-macro v0.2.1
22192024-08-26T23:35:22.583Z[ helios-setup] Aug 26 23:35:21.736 INFO E| Downloaded pest_derive v2.7.11
22202024-08-26T23:35:22.587Z[ helios-setup] Aug 26 23:35:21.740 INFO E| Downloaded rustc_version v0.2.3
22212024-08-26T23:35:22.589Z[ helios-setup] Aug 26 23:35:21.741 INFO E| Downloaded log v0.4.22
22222024-08-26T23:35:22.593Z[ helios-setup] Aug 26 23:35:21.745 INFO E| Downloaded cfg-if v0.1.10
22232024-08-26T23:35:22.595Z[ helios-setup] Aug 26 23:35:21.747 INFO E| Downloaded bytesize v1.3.0
22242024-08-26T23:35:22.597Z[ helios-setup] Aug 26 23:35:21.749 INFO E| Downloaded semver v0.9.0
22252024-08-26T23:35:22.600Z[ helios-setup] Aug 26 23:35:21.751 INFO E| Downloaded pest_meta v2.7.11
22262024-08-26T23:35:22.603Z[ helios-setup] Aug 26 23:35:21.755 INFO E| Downloaded serde v1.0.204
22272024-08-26T23:35:22.608Z[ helios-setup] Aug 26 23:35:21.760 INFO E| Downloaded ansi_term v0.12.1
22282024-08-26T23:35:22.612Z[ helios-setup] Aug 26 23:35:21.764 INFO E| Downloaded unic-ucd-version v0.9.0
22292024-08-26T23:35:22.614Z[ helios-setup] Aug 26 23:35:21.766 INFO E| Downloaded unic-common v0.9.0
22302024-08-26T23:35:22.616Z[ helios-setup] Aug 26 23:35:21.767 INFO E| Downloaded serde_json v1.0.120
22312024-08-26T23:35:22.624Z[ helios-setup] Aug 26 23:35:21.777 INFO E| Downloaded strum v0.23.0
22322024-08-26T23:35:22.627Z[ helios-setup] Aug 26 23:35:21.778 INFO E| Downloaded semver-parser v0.7.0
22332024-08-26T23:35:22.627Z[ helios-setup] Aug 26 23:35:21.780 INFO E| Downloaded proc-macro-crate v0.1.5
22342024-08-26T23:35:22.629Z[ helios-setup] Aug 26 23:35:21.781 INFO E| Downloaded scroll_derive v0.10.5
22352024-08-26T23:35:22.632Z[ helios-setup] Aug 26 23:35:21.783 INFO E| Downloaded pre v0.2.1
22362024-08-26T23:35:22.632Z[ helios-setup] Aug 26 23:35:21.784 INFO E| Downloaded pest_generator v2.7.11
22372024-08-26T23:35:22.634Z[ helios-setup] Aug 26 23:35:21.786 INFO E| Downloaded num-derive v0.3.3
22382024-08-26T23:35:22.637Z[ helios-setup] Aug 26 23:35:21.788 INFO E| Downloaded four-cc v0.3.0
22392024-08-26T23:35:22.639Z[ helios-setup] Aug 26 23:35:21.791 INFO E| Downloaded scroll v0.10.2
22402024-08-26T23:35:22.643Z[ helios-setup] Aug 26 23:35:21.793 INFO E| Downloaded goblin v0.4.3
22412024-08-26T23:35:22.648Z[ helios-setup] Aug 26 23:35:21.801 INFO E| Downloaded toml v0.5.11
22422024-08-26T23:35:22.651Z[ helios-setup] Aug 26 23:35:21.804 INFO E| Downloaded structopt v0.3.26
22432024-08-26T23:35:22.663Z[ helios-setup] Aug 26 23:35:21.816 INFO E| Downloaded serde_derive v1.0.204
22442024-08-26T23:35:22.668Z[ helios-setup] Aug 26 23:35:21.820 INFO E| Downloaded pest v2.7.11
22452024-08-26T23:35:22.676Z[ helios-setup] Aug 26 23:35:21.829 INFO E| Downloaded memchr v2.7.4
22462024-08-26T23:35:22.685Z[ helios-setup] Aug 26 23:35:21.837 INFO E| Downloaded modular-bitfield v0.11.2
22472024-08-26T23:35:22.703Z[ helios-setup] Aug 26 23:35:21.856 INFO E| Downloaded syn v2.0.71
22482024-08-26T23:35:22.720Z[ helios-setup] Aug 26 23:35:21.872 INFO E| Downloaded clap v2.34.0
22492024-08-26T23:35:22.729Z[ helios-setup] Aug 26 23:35:21.882 INFO E| Downloaded libc v0.2.155
22502024-08-26T23:35:22.773Z[ helios-setup] Aug 26 23:35:21.925 INFO E| Downloaded fletcher v0.1.0
22512024-08-26T23:35:22.775Z[ helios-setup] Aug 26 23:35:21.927 INFO E| Downloaded parse_int v0.6.0
22522024-08-26T23:35:22.777Z[ helios-setup] Aug 26 23:35:21.928 INFO E| Downloaded modular-bitfield-impl v0.11.2
22532024-08-26T23:35:22.779Z[ helios-setup] Aug 26 23:35:21.930 INFO E| Downloaded memoffset v0.5.6
22542024-08-26T23:35:22.886Z[ helios-setup] Aug 26 23:35:22.038 INFO E| Compiling proc-macro2 v1.0.86
22552024-08-26T23:35:22.886Z[ helios-setup] Aug 26 23:35:22.038 INFO E| Compiling unicode-ident v1.0.12
22562024-08-26T23:35:22.888Z[ helios-setup] Aug 26 23:35:22.038 INFO E| Compiling syn v1.0.109
22572024-08-26T23:35:22.888Z[ helios-setup] Aug 26 23:35:22.038 INFO E| Compiling version_check v0.9.4
22582024-08-26T23:35:22.888Z[ helios-setup] Aug 26 23:35:22.038 INFO E| Compiling semver-parser v0.7.0
22592024-08-26T23:35:23.082Z[ helios-setup] Aug 26 23:35:22.234 INFO E| Compiling autocfg v1.3.0
22602024-08-26T23:35:23.082Z[ helios-setup] Aug 26 23:35:22.234 INFO E| Compiling thiserror v1.0.63
22612024-08-26T23:35:23.085Z[ helios-setup] Aug 26 23:35:22.234 INFO E| Compiling serde v1.0.204
22622024-08-26T23:35:24.136Z[ helios-setup] Aug 26 23:35:23.288 INFO E| Compiling semver v0.9.0
22632024-08-26T23:35:24.305Z[ helios-setup] Aug 26 23:35:23.456 INFO E| Compiling proc-macro-error-attr v1.0.4
22642024-08-26T23:35:24.339Z[ helios-setup] Aug 26 23:35:23.491 INFO E| Compiling proc-macro-error v1.0.4
22652024-08-26T23:35:24.354Z[ helios-setup] Aug 26 23:35:23.506 INFO E| Compiling serde_json v1.0.120
22662024-08-26T23:35:24.753Z[ helios-setup] Aug 26 23:35:23.904 INFO E| Compiling num-traits v0.2.19
22672024-08-26T23:35:24.973Z[ helios-setup] Aug 26 23:35:24.125 INFO E| Compiling itoa v1.0.11
22682024-08-26T23:35:25.043Z[ helios-setup] Aug 26 23:35:24.195 INFO E| Compiling rustc_version v0.2.3
22692024-08-26T23:35:25.157Z[ helios-setup] Aug 26 23:35:24.309 INFO E| Compiling schemars v0.8.21
22702024-08-26T23:35:25.193Z[ helios-setup] Aug 26 23:35:24.346 INFO E| Compiling unicode-segmentation v1.11.0
22712024-08-26T23:35:25.355Z[ host-package] Compiling lalrpop v0.19.12
22722024-08-26T23:35:25.379Z[ helios-setup] Aug 26 23:35:24.531 INFO E| Compiling ryu v1.0.18
22732024-08-26T23:35:25.602Z[ helios-setup] Aug 26 23:35:24.754 INFO E| Compiling memoffset v0.5.6
22742024-08-26T23:35:25.763Z[ helios-setup] Aug 26 23:35:24.915 INFO E| Compiling libc v0.2.155
22752024-08-26T23:35:25.821Z[ host-package] Compiling libsw v3.3.1
22762024-08-26T23:35:25.988Z[ helios-setup] Aug 26 23:35:25.140 INFO E| Compiling pre-proc-macro v0.2.1
22772024-08-26T23:35:26.076Z[ helios-setup] Aug 26 23:35:25.228 INFO E| Compiling ucd-trie v0.1.6
22782024-08-26T23:35:26.227Z[ helios-setup] Aug 26 23:35:25.378 INFO E| Compiling paste v1.0.15
22792024-08-26T23:35:26.345Z[ helios-setup] Aug 26 23:35:25.496 INFO E| Compiling quote v1.0.36
22802024-08-26T23:35:26.403Z[ host-package] Compiling lazycell v1.3.0
22812024-08-26T23:35:26.796Z[ helios-setup] Aug 26 23:35:25.948 INFO E| Compiling heck v0.3.3
22822024-08-26T23:35:26.835Z[ helios-setup] Aug 26 23:35:25.987 INFO E| Compiling memchr v2.7.4
22832024-08-26T23:35:26.841Z[ helios-setup] Aug 26 23:35:25.993 INFO E| Compiling rustversion v1.0.17
22842024-08-26T23:35:26.880Z[ host-package] Compiling ref-cast v1.0.23
22852024-08-26T23:35:27.262Z[ helios-setup] Aug 26 23:35:26.413 INFO E| Compiling syn v2.0.71
22862024-08-26T23:35:27.546Z[ helios-setup] Aug 26 23:35:26.698 INFO E| Compiling dyn-clone v1.0.17
22872024-08-26T23:35:27.756Z[ helios-setup] Aug 26 23:35:26.908 INFO E| Compiling lazy_static v1.5.0
22882024-08-26T23:35:28.083Z[ helios-setup] Aug 26 23:35:27.235 INFO E| Compiling pre v0.2.1
22892024-08-26T23:35:28.214Z[ host-package] Compiling shlex v1.3.0
22902024-08-26T23:35:28.403Z[ helios-setup] Aug 26 23:35:27.554 INFO E| Compiling byteorder v1.5.0
22912024-08-26T23:35:28.929Z[ helios-setup] Aug 26 23:35:28.080 INFO E| Compiling once_cell v1.19.0
22922024-08-26T23:35:29.047Z[ host-package] Compiling linear-map v1.2.0
22932024-08-26T23:35:29.555Z[ helios-setup] Aug 26 23:35:28.706 INFO E| Compiling static_assertions v1.1.0
22942024-08-26T23:35:29.647Z[ helios-setup] Aug 26 23:35:28.798 INFO E| Compiling cfg-if v0.1.10
22952024-08-26T23:35:30.180Z[ host-package] Compiling owo-colors v4.0.0
22962024-08-26T23:35:30.386Z[ helios-setup] Aug 26 23:35:29.537 INFO E| Compiling unicode-width v0.1.13
22972024-08-26T23:35:31.039Z[ helios-setup] Aug 26 23:35:30.190 INFO E| Compiling textwrap v0.11.0
22982024-08-26T23:35:31.728Z[ helios-setup] Aug 26 23:35:30.879 INFO E| Compiling atty v0.2.14
22992024-08-26T23:35:31.971Z[ helios-setup] Aug 26 23:35:31.122 INFO E| Compiling vec_map v0.8.2
23002024-08-26T23:35:32.333Z[ helios-setup] Aug 26 23:35:31.484 INFO E| Compiling bitflags v1.3.2
23012024-08-26T23:35:32.339Z[ helios-setup] Aug 26 23:35:31.490 INFO E| Compiling strsim v0.8.0
23022024-08-26T23:35:32.424Z[ helios-setup] Aug 26 23:35:31.575 INFO E| Compiling fletcher v0.1.0
23032024-08-26T23:35:32.821Z[ helios-setup] Aug 26 23:35:31.819 INFO E| Compiling parse_int v0.6.0
23042024-08-26T23:35:32.825Z[ helios-setup] Aug 26 23:35:31.922 INFO E| Compiling ansi_term v0.12.1
23052024-08-26T23:35:32.825Z[ helios-setup] Aug 26 23:35:31.944 INFO E| Compiling unic-char-range v0.9.0
23062024-08-26T23:35:32.886Z[ helios-setup] Aug 26 23:35:32.037 INFO E| Compiling strum v0.23.0
23072024-08-26T23:35:33.033Z[ helios-setup] Aug 26 23:35:32.184 INFO E| Compiling unic-common v0.9.0
23082024-08-26T23:35:33.049Z[ helios-setup] Aug 26 23:35:32.200 INFO E| Compiling unic-char-property v0.9.0
23092024-08-26T23:35:33.059Z[ helios-setup] Aug 26 23:35:32.209 INFO E| Compiling log v0.4.22
23102024-08-26T23:35:33.330Z[ helios-setup] Aug 26 23:35:32.481 INFO E| Compiling unic-ucd-version v0.9.0
23112024-08-26T23:35:33.434Z[ helios-setup] Aug 26 23:35:32.585 INFO E| Compiling clap v2.34.0
23122024-08-26T23:35:33.456Z[ helios-setup] Aug 26 23:35:32.607 INFO E| Compiling plain v0.2.3
23132024-08-26T23:35:33.540Z[ host-package] Compiling diesel v2.2.2
23142024-08-26T23:35:33.831Z[ helios-setup] Aug 26 23:35:32.981 INFO E| Compiling unic-ucd-ident v0.9.0
23152024-08-26T23:35:33.893Z[ helios-setup] Aug 26 23:35:33.043 INFO E| Compiling bytesize v1.3.0
23162024-08-26T23:35:35.370Z[ host-package] Compiling rustc-hash v1.1.0
23172024-08-26T23:35:35.513Z[ host-package] Compiling update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine)
23182024-08-26T23:35:35.951Z[ helios-setup] Aug 26 23:35:35.101 INFO E| Compiling serde_derive_internals v0.29.1
23192024-08-26T23:35:37.497Z[ helios-setup] Aug 26 23:35:36.647 INFO E| Compiling toml v0.5.11
23202024-08-26T23:35:40.882Z[ helios-setup] Aug 26 23:35:40.031 INFO E| Compiling proc-macro-crate v0.1.5
23212024-08-26T23:35:41.197Z[ helios-setup] Aug 26 23:35:40.346 INFO E| Compiling thiserror-impl v1.0.63
23222024-08-26T23:35:41.197Z[ helios-setup] Aug 26 23:35:40.346 INFO E| Compiling serde_derive v1.0.204
23232024-08-26T23:35:42.056Z[ helios-setup] Aug 26 23:35:41.205 INFO E| Compiling schemars_derive v0.8.21
23242024-08-26T23:35:43.064Z[ helios-setup] Aug 26 23:35:42.213 INFO E| Compiling zerocopy-derive v0.6.6
23252024-08-26T23:35:44.439Z[ host-package] Compiling slog-envlogger v2.2.0
23262024-08-26T23:35:46.339Z[ helios-setup] Aug 26 23:35:45.485 INFO E| Compiling pest v2.7.11
23272024-08-26T23:35:46.719Z[ helios-setup] Aug 26 23:35:45.867 INFO E| Compiling zerocopy v0.6.6
23282024-08-26T23:35:47.319Z[ host-package] Compiling nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
23292024-08-26T23:35:48.396Z[ helios-setup] Aug 26 23:35:47.544 INFO E| Compiling modular-bitfield-impl v0.11.2
23302024-08-26T23:35:48.396Z[ helios-setup] Aug 26 23:35:47.544 INFO E| Compiling num-derive v0.3.3
23312024-08-26T23:35:48.468Z[ host-package] Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model)
23322024-08-26T23:35:49.006Z[ helios-setup] Aug 26 23:35:48.153 INFO E| Compiling strum_macros v0.23.1
23332024-08-26T23:35:49.288Z[ host-package] Compiling derive_builder_core v0.20.0
23342024-08-26T23:35:51.457Z[ helios-setup] Aug 26 23:35:50.604 INFO E| Compiling pest_meta v2.7.11
23352024-08-26T23:35:52.066Z[ helios-setup] Aug 26 23:35:51.213 INFO E| Compiling scroll_derive v0.10.5
23362024-08-26T23:35:52.848Z[ helios-setup] Aug 26 23:35:51.995 INFO E| Compiling structopt-derive v0.4.18
23372024-08-26T23:35:53.554Z[ host-package] Compiling headers-core v0.2.0
23382024-08-26T23:35:53.976Z[ helios-setup] Aug 26 23:35:53.122 INFO E| Compiling modular-bitfield v0.11.2
23392024-08-26T23:35:54.088Z[ host-package] Compiling fxhash v0.2.1
23402024-08-26T23:35:54.216Z[ helios-setup] Aug 26 23:35:53.363 INFO E| Compiling pest_generator v2.7.11
23412024-08-26T23:35:54.744Z[ host-package] Compiling libxml v0.3.3
23422024-08-26T23:35:55.750Z[ helios-setup] Aug 26 23:35:54.896 INFO E| Compiling scroll v0.10.2
23432024-08-26T23:35:55.888Z[ host-package] Compiling ref-cast-impl v1.0.23
23442024-08-26T23:35:56.519Z[ helios-setup] Aug 26 23:35:55.665 INFO E| Compiling goblin v0.4.3
23452024-08-26T23:35:58.079Z[ helios-setup] Aug 26 23:35:57.225 INFO E| Compiling structopt v0.3.26
23462024-08-26T23:35:58.151Z[ host-package] Compiling headers v0.3.9
23472024-08-26T23:35:58.376Z[ helios-setup] Aug 26 23:35:57.521 INFO E| Compiling pest_derive v2.7.11
23482024-08-26T23:35:59.958Z[ host-package] Compiling samael v0.0.15
23492024-08-26T23:36:00.244Z[ host-package] Compiling derive_builder_macro v0.20.0
23502024-08-26T23:36:01.428Z[ host-package] Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros)
23512024-08-26T23:36:01.910Z[ host-package] Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data)
23522024-08-26T23:36:02.409Z[ host-package] Compiling nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults)
23532024-08-26T23:36:03.299Z[ host-package] Compiling strum_macros v0.24.3
23542024-08-26T23:36:05.086Z[ helios-setup] Aug 26 23:36:04.231 INFO E| Compiling json5 v0.4.1
23552024-08-26T23:36:05.398Z[ host-package] Compiling unicase v2.7.0
23562024-08-26T23:36:05.436Z[ host-package] Compiling indoc v1.0.9
23572024-08-26T23:36:06.637Z[ host-package] Compiling derive_builder v0.20.0
23582024-08-26T23:36:07.515Z[ host-package] Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth)
23592024-08-26T23:36:08.162Z[ host-package] Compiling crossterm v0.28.1
23602024-08-26T23:36:09.507Z[ host-package] Compiling curve25519-dalek v4.1.3
23612024-08-26T23:36:10.192Z[ host-package] Compiling oso-derive v0.27.3
23622024-08-26T23:36:10.437Z[ helios-setup] Aug 26 23:36:09.581 INFO E| Compiling four-cc v0.3.0
23632024-08-26T23:36:10.437Z[ helios-setup] Aug 26 23:36:09.581 INFO E| Compiling amd-efs v0.4.0 (ssh://git@github.com/oxidecomputer/amd-efs.git?tag=v0.4.0#16afc05b)
23642024-08-26T23:36:10.631Z[ helios-setup] Aug 26 23:36:09.775 INFO E| Compiling amd-apcb v0.3.3 (https://github.com/oxidecomputer/amd-apcb.git?tag=v0.3.3#db77d47b)
23652024-08-26T23:36:10.721Z[ host-package] Compiling polar-core v0.27.3
23662024-08-26T23:36:11.938Z[ host-package] Compiling impl-trait-for-tuples v0.2.2
23672024-08-26T23:36:12.066Z[ host-package] Compiling libz-sys v1.1.16
23682024-08-26T23:36:13.406Z[ host-package] Compiling quick-xml v0.31.0
23692024-08-26T23:36:14.256Z[ host-package] Compiling diesel-dtrace v0.3.0 (https://github.com/oxidecomputer/diesel-dtrace?branch=main#8fcc2bb3)
23702024-08-26T23:36:14.889Z[ host-package] Compiling keccak v0.1.5
23712024-08-26T23:36:16.133Z[ host-package] Compiling parking_lot_core v0.8.6
23722024-08-26T23:36:16.776Z[ host-package] Compiling sha3 v0.10.8
23732024-08-26T23:36:18.876Z[ host-package] Compiling installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
23742024-08-26T23:36:18.952Z[ host-package] Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros)
23752024-08-26T23:36:20.627Z[ host-package] Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=24a74d0c76b6a63961ecef76acb1516b6e66c5c9#24a74d0c)
23762024-08-26T23:36:20.686Z[ host-package] Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
23772024-08-26T23:36:21.175Z[ host-package] Compiling bb8 v0.8.5
23782024-08-26T23:36:21.871Z[ host-package] Compiling const_format_proc_macros v0.2.32
23792024-08-26T23:36:24.064Z[ host-package] Compiling universal-hash v0.5.1
23802024-08-26T23:36:24.322Z[ host-package] Compiling secrecy v0.8.0
23812024-08-26T23:36:24.678Z[ host-package] Compiling thiserror-impl-no-std v2.0.2
23822024-08-26T23:36:25.006Z[ host-package] Compiling curve25519-dalek-derive v0.1.1
23832024-08-26T23:36:26.628Z[ host-package] Compiling vte_generate_state_changes v0.1.1
23842024-08-26T23:36:27.410Z[ host-package] Compiling opaque-debug v0.3.1
23852024-08-26T23:36:27.573Z[ host-package] Compiling poly1305 v0.8.0
23862024-08-26T23:36:27.768Z[ host-package] Compiling thiserror-no-std v2.0.2
23872024-08-26T23:36:27.966Z[ host-package] Compiling vte v0.11.1
23882024-08-26T23:36:29.296Z[ host-package] Compiling const_format v0.2.32
23892024-08-26T23:36:31.002Z[ host-package] Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
23902024-08-26T23:36:31.067Z[ host-package] Compiling chacha20 v0.9.1
23912024-08-26T23:36:31.349Z[ host-package] Compiling fd-lock v4.0.2
23922024-08-26T23:36:31.610Z[ host-package] Compiling aead v0.5.2
23932024-08-26T23:36:31.657Z[ host-package] Compiling libgit2-sys v0.17.0+1.8.1
23942024-08-26T23:36:32.040Z[ host-package] Compiling bytecount v0.6.8
23952024-08-26T23:36:32.484Z[ host-package] Compiling ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc)
23962024-08-26T23:36:32.888Z[ host-package] Compiling papergrid v0.11.0
23972024-08-26T23:36:40.412Z[ host-package] Compiling oso v0.27.3
23982024-08-26T23:36:44.929Z[ host-package] Compiling async-bb8-diesel v0.1.0 (https://github.com/oxidecomputer/async-bb8-diesel?rev=ed7ab5ef0513ba303d33efd41d3e9e381169d59b#ed7ab5ef)
23992024-08-26T23:36:45.468Z[ host-package] Compiling chacha20poly1305 v0.10.1
24002024-08-26T23:36:45.781Z[ host-package] Compiling parking_lot v0.11.2
24012024-08-26T23:36:46.031Z[ host-package] Compiling vsss-rs v3.3.4
24022024-08-26T23:36:47.986Z[ host-package] Compiling strip-ansi-escapes v0.2.0
24032024-08-26T23:36:49.027Z[ host-package] Compiling crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=e58ca3693cb9ce0438947beba10e97ee38a0966b#e58ca369)
24042024-08-26T23:36:50.870Z[ host-package] Compiling tabled_derive v0.7.0
24052024-08-26T23:36:51.467Z[ helios-setup] Aug 26 23:36:50.603 INFO E| Compiling amd-host-image-builder-config v0.1.0 (/work/oxidecomputer/helios/projects/amd-host-image-builder/amd-host-image-builder-config)
24062024-08-26T23:36:55.339Z[ host-package] Compiling crossterm v0.27.0
24072024-08-26T23:36:55.339Z[ host-package] Compiling peg-macros v0.8.4
24082024-08-26T23:36:55.407Z[ host-package] Compiling kstat-rs v0.2.4
24092024-08-26T23:36:56.529Z[ host-package] Compiling sqlparser_derive v0.2.2
24102024-08-26T23:36:58.374Z[ host-package] Compiling nu-ansi-term v0.50.0
24112024-08-26T23:36:58.777Z[ host-package] Compiling unicode_categories v0.1.1
24122024-08-26T23:36:59.291Z[ host-package] Compiling sqlformat v0.2.4
24132024-08-26T23:36:59.773Z[ host-package] Compiling reedline v0.33.0
24142024-08-26T23:37:00.016Z[ host-package] Compiling peg v0.8.4
24152024-08-26T23:37:00.210Z[ host-package] Compiling rustyline v14.0.0
24162024-08-26T23:37:02.145Z[ host-package] Compiling sqlparser v0.45.0
24172024-08-26T23:37:02.217Z[ helios-setup] Aug 26 23:37:01.352 INFO E| Compiling amd-host-image-builder v0.1.1 (/work/oxidecomputer/helios/projects/amd-host-image-builder)
24182024-08-26T23:37:08.258Z[ host-package] Compiling oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
24192024-08-26T23:37:10.985Z[ host-package] Compiling tabled v0.15.0
24202024-08-26T23:37:25.153Z[ host-package] Compiling sled v0.34.7
24212024-08-26T23:37:26.486Z[ host-package] Compiling mime_guess v2.0.4
24222024-08-26T23:37:28.447Z[ host-package] Compiling oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
24232024-08-26T23:37:31.433Z[ host-package] Compiling hickory-client v0.24.1
24242024-08-26T23:37:32.186Z[ host-package] Compiling env_logger v0.9.3
24252024-08-26T23:37:35.848Z[ host-package] Compiling tungstenite v0.20.1
24262024-08-26T23:37:37.427Z[ host-package] Compiling clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=ceec762e6a87d2a22bf56792a3025e145caa095e#ceec762e)
24272024-08-26T23:37:38.037Z[ host-package] Compiling bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client)
24282024-08-26T23:37:39.814Z[ helios-setup] Aug 26 23:37:38.942 INFO E| Finished dev [unoptimized + debuginfo] target(s) in 2m 19s
24292024-08-26T23:37:39.848Z[ helios-setup] Aug 26 23:37:38.976 INFO building project "amd-host-image-builder" ok (170 seconds)
24302024-08-26T23:37:39.848Z[ helios-setup] Aug 26 23:37:38.976 INFO building project "image-builder" at /work/oxidecomputer/helios/projects/image-builder
24312024-08-26T23:37:39.850Z[ helios-setup] Aug 26 23:37:38.976 INFO exec: ["cargo", "build", "--locked"], pwd: Some("/work/oxidecomputer/helios/projects/image-builder")
24322024-08-26T23:37:40.156Z[ helios-setup] Aug 26 23:37:39.284 INFO E| Updating git repository `https://github.com/jclulow/rust-jmclib`
24332024-08-26T23:37:40.722Z[ helios-setup] Aug 26 23:37:39.848 INFO E| From https://github.com/jclulow/rust-jmclib
24342024-08-26T23:37:40.722Z[ helios-setup] Aug 26 23:37:39.848 INFO E| * [new ref] 98fb2268f5a2f350e65ab5c8fc490b27eb1b3949 -> refs/commit/98fb2268f5a2f350e65ab5c8fc490b27eb1b3949
24352024-08-26T23:37:40.743Z[ helios-setup] Aug 26 23:37:39.870 INFO E| Updating crates.io index
24362024-08-26T23:37:41.049Z[ helios-setup] Aug 26 23:37:40.177 INFO E| Downloading crates ...
24372024-08-26T23:37:41.139Z[ helios-setup] Aug 26 23:37:40.266 INFO E| Downloaded anyhow v1.0.72
24382024-08-26T23:37:41.147Z[ helios-setup] Aug 26 23:37:40.274 INFO E| Downloaded itoa v1.0.9
24392024-08-26T23:37:41.151Z[ helios-setup] Aug 26 23:37:40.278 INFO E| Downloaded libdevinfo-sys v1.0.0
24402024-08-26T23:37:41.153Z[ helios-setup] Aug 26 23:37:40.279 INFO E| Downloaded digest v0.9.0
24412024-08-26T23:37:41.156Z[ helios-setup] Aug 26 23:37:40.282 INFO E| Downloaded block-buffer v0.9.0
24422024-08-26T23:37:41.156Z[ helios-setup] Aug 26 23:37:40.283 INFO E| Downloaded opaque-debug v0.3.0
24432024-08-26T23:37:41.159Z[ helios-setup] Aug 26 23:37:40.286 INFO E| Downloaded proc-macro2 v1.0.66
24442024-08-26T23:37:41.163Z[ helios-setup] Aug 26 23:37:40.291 INFO E| Downloaded errno v0.3.1
24452024-08-26T23:37:41.167Z[ helios-setup] Aug 26 23:37:40.295 INFO E| Downloaded fastrand v2.0.0
24462024-08-26T23:37:41.170Z[ helios-setup] Aug 26 23:37:40.297 INFO E| Downloaded cpufeatures v0.2.9
24472024-08-26T23:37:41.173Z[ helios-setup] Aug 26 23:37:40.301 INFO E| Downloaded once_cell v1.18.0
24482024-08-26T23:37:41.178Z[ helios-setup] Aug 26 23:37:40.305 INFO E| Downloaded sha-1 v0.9.8
24492024-08-26T23:37:41.181Z[ helios-setup] Aug 26 23:37:40.309 INFO E| Downloaded unicode-width v0.1.10
24502024-08-26T23:37:41.184Z[ helios-setup] Aug 26 23:37:40.311 INFO E| Downloaded tempfile v3.7.0
24512024-08-26T23:37:41.187Z[ helios-setup] Aug 26 23:37:40.315 INFO E| Downloaded getrandom v0.2.10
24522024-08-26T23:37:41.240Z[ helios-setup] Aug 26 23:37:40.368 INFO E| Downloaded bitflags v2.3.3
24532024-08-26T23:37:41.245Z[ helios-setup] Aug 26 23:37:40.372 INFO E| Downloaded walkdir v2.3.3
24542024-08-26T23:37:41.247Z[ helios-setup] Aug 26 23:37:40.375 INFO E| Downloaded serde v1.0.193
24552024-08-26T23:37:41.253Z[ helios-setup] Aug 26 23:37:40.380 INFO E| Downloaded ryu v1.0.15
24562024-08-26T23:37:41.258Z[ helios-setup] Aug 26 23:37:40.385 INFO E| Downloaded uuid v0.8.2
24572024-08-26T23:37:41.262Z[ helios-setup] Aug 26 23:37:40.390 INFO E| Downloaded serde_json v1.0.103
24582024-08-26T23:37:41.275Z[ helios-setup] Aug 26 23:37:40.402 INFO E| Downloaded unicode-ident v1.0.11
24592024-08-26T23:37:41.278Z[ helios-setup] Aug 26 23:37:40.406 INFO E| Downloaded syn v2.0.32
24602024-08-26T23:37:41.295Z[ helios-setup] Aug 26 23:37:40.422 INFO E| Downloaded typenum v1.16.0
24612024-08-26T23:37:41.298Z[ helios-setup] Aug 26 23:37:40.426 INFO E| Downloaded rustix v0.38.4
24622024-08-26T23:37:41.331Z[ helios-setup] Aug 26 23:37:40.458 INFO E| Downloaded serde_derive v1.0.193
24632024-08-26T23:37:41.335Z[ helios-setup] Aug 26 23:37:40.462 INFO E| Downloaded quote v1.0.31
24642024-08-26T23:37:41.338Z[ helios-setup] Aug 26 23:37:40.466 INFO E| Downloaded libc v0.2.147
24652024-08-26T23:37:41.376Z[ helios-setup] Aug 26 23:37:40.504 INFO E| Downloaded md-5 v0.9.1
24662024-08-26T23:37:41.545Z[ host-package] Compiling oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client)
24672024-08-26T23:37:41.553Z[ helios-setup] Aug 26 23:37:40.680 INFO E| Compiling libc v0.2.147
24682024-08-26T23:37:41.553Z[ helios-setup] Aug 26 23:37:40.680 INFO E| Compiling proc-macro2 v1.0.66
24692024-08-26T23:37:41.555Z[ helios-setup] Aug 26 23:37:40.680 INFO E| Compiling cfg-if v1.0.0
24702024-08-26T23:37:41.555Z[ helios-setup] Aug 26 23:37:40.680 INFO E| Compiling unicode-ident v1.0.11
24712024-08-26T23:37:41.555Z[ helios-setup] Aug 26 23:37:40.680 INFO E| Compiling typenum v1.16.0
24722024-08-26T23:37:41.555Z[ helios-setup] Aug 26 23:37:40.680 INFO E| Compiling version_check v0.9.4
24732024-08-26T23:37:41.556Z[ helios-setup] Aug 26 23:37:40.680 INFO E| Compiling serde v1.0.193
24742024-08-26T23:37:41.556Z[ helios-setup] Aug 26 23:37:40.680 INFO E| Compiling slog v2.7.0
24752024-08-26T23:37:42.195Z[ helios-setup] Aug 26 23:37:41.322 INFO E| Compiling powerfmt v0.2.0
24762024-08-26T23:37:42.414Z[ helios-setup] Aug 26 23:37:41.541 INFO E| Compiling num-conv v0.1.0
24772024-08-26T23:37:42.719Z[ helios-setup] Aug 26 23:37:41.846 INFO E| Compiling generic-array v0.14.7
24782024-08-26T23:37:43.068Z[ helios-setup] Aug 26 23:37:42.195 INFO E| Compiling time-core v0.1.2
24792024-08-26T23:37:43.082Z[ helios-setup] Aug 26 23:37:42.209 INFO E| Compiling itoa v1.0.9
24802024-08-26T23:37:43.241Z[ helios-setup] Aug 26 23:37:42.368 INFO E| Compiling rustix v0.38.4
24812024-08-26T23:37:43.416Z[ helios-setup] Aug 26 23:37:42.543 INFO E| Compiling time-macros v0.2.18
24822024-08-26T23:37:43.586Z[ helios-setup] Aug 26 23:37:42.713 INFO E| Compiling deranged v0.3.11
24832024-08-26T23:37:43.626Z[ helios-setup] Aug 26 23:37:42.753 INFO E| Compiling bitflags v2.3.3
24842024-08-26T23:37:43.631Z[ helios-setup] Aug 26 23:37:42.758 INFO E| Compiling num_threads v0.1.6
24852024-08-26T23:37:43.851Z[ helios-setup] Aug 26 23:37:42.978 INFO E| Compiling once_cell v1.18.0
24862024-08-26T23:37:44.447Z[ helios-setup] Aug 26 23:37:43.574 INFO E| Compiling quote v1.0.31
24872024-08-26T23:37:44.717Z[ helios-setup] Aug 26 23:37:43.843 INFO E| Compiling thread_local v1.1.7
24882024-08-26T23:37:45.098Z[ helios-setup] Aug 26 23:37:44.225 INFO E| Compiling syn v2.0.32
24892024-08-26T23:37:45.878Z[ helios-setup] Aug 26 23:37:45.004 INFO E| Compiling fastrand v2.0.0
24902024-08-26T23:37:46.171Z[ host-package] Compiling dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api)
24912024-08-26T23:37:46.321Z[ helios-setup] Aug 26 23:37:45.447 INFO E| Compiling opaque-debug v0.3.0
24922024-08-26T23:37:46.412Z[ helios-setup] Aug 26 23:37:45.537 INFO E| Compiling dirs-sys-next v0.1.2
24932024-08-26T23:37:47.075Z[ helios-setup] Aug 26 23:37:46.202 INFO E| Compiling dirs-next v2.0.0
24942024-08-26T23:37:47.075Z[ helios-setup] Aug 26 23:37:46.202 INFO E| Compiling errno v0.3.1
24952024-08-26T23:37:47.444Z[ helios-setup] Aug 26 23:37:46.570 INFO E| Compiling term v0.7.0
24962024-08-26T23:37:47.557Z[ helios-setup] Aug 26 23:37:46.683 INFO E| Compiling atty v0.2.14
24972024-08-26T23:37:47.717Z[ helios-setup] Aug 26 23:37:46.842 INFO E| Compiling anyhow v1.0.72
24982024-08-26T23:37:47.937Z[ helios-setup] Aug 26 23:37:47.063 INFO E| Compiling serde_json v1.0.103
24992024-08-26T23:37:47.948Z[ helios-setup] Aug 26 23:37:47.073 INFO E| Compiling getrandom v0.2.10
25002024-08-26T23:37:48.582Z[ helios-setup] Aug 26 23:37:47.708 INFO E| Compiling unicode-width v0.1.10
25012024-08-26T23:37:48.794Z[ helios-setup] Aug 26 23:37:47.920 INFO E| Compiling digest v0.9.0
25022024-08-26T23:37:48.852Z[ helios-setup] Aug 26 23:37:47.978 INFO E| Compiling block-buffer v0.9.0
25032024-08-26T23:37:48.911Z[ helios-setup] Aug 26 23:37:48.037 INFO E| Compiling time v0.3.36
25042024-08-26T23:37:49.079Z[ helios-setup] Aug 26 23:37:48.205 INFO E| Compiling ryu v1.0.15
25052024-08-26T23:37:49.168Z[ helios-setup] Aug 26 23:37:48.294 INFO E| Compiling cpufeatures v0.2.9
25062024-08-26T23:37:49.299Z[ helios-setup] Aug 26 23:37:48.425 INFO E| Compiling same-file v1.0.6
25072024-08-26T23:37:49.327Z[ helios-setup] Aug 26 23:37:48.453 INFO E| Compiling sha-1 v0.9.8
25082024-08-26T23:37:49.841Z[ helios-setup] Aug 26 23:37:48.967 INFO E| Compiling walkdir v2.3.3
25092024-08-26T23:37:50.131Z[ helios-setup] Aug 26 23:37:49.256 INFO E| Compiling md-5 v0.9.1
25102024-08-26T23:37:50.785Z[ helios-setup] Aug 26 23:37:49.911 INFO E| Compiling tempfile v3.7.0
25112024-08-26T23:37:50.950Z[ helios-setup] Aug 26 23:37:50.076 INFO E| Compiling getopts v0.2.21
25122024-08-26T23:37:51.314Z[ helios-setup] Aug 26 23:37:50.439 INFO E| Compiling libdevinfo-sys v1.0.0
25132024-08-26T23:37:51.323Z[ helios-setup] Aug 26 23:37:50.449 INFO E| Compiling glob v0.3.1
25142024-08-26T23:37:52.986Z[ helios-setup] Aug 26 23:37:52.111 INFO E| Compiling slog-term v2.9.0
25152024-08-26T23:37:55.460Z[ host-package] Compiling ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=9e0fe45ca3862176dc31ad8cc83f605f8a7e1a42#9e0fe45c)
25162024-08-26T23:37:55.648Z[ helios-setup] Aug 26 23:37:54.773 INFO E| Compiling serde_derive v1.0.193
25172024-08-26T23:37:57.341Z[ host-package] Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
25182024-08-26T23:37:57.429Z[ host-package] Compiling hickory-server v0.24.1
25192024-08-26T23:37:57.983Z[ host-package] Compiling bcs v0.1.6
25202024-08-26T23:37:59.248Z[ host-package] Compiling vergen v8.3.2
25212024-08-26T23:37:59.603Z[ host-package] Compiling bitstruct_derive v0.1.0
25222024-08-26T23:38:01.024Z[ host-package] Compiling cargo-platform v0.1.8
25232024-08-26T23:38:01.684Z[ host-package] Compiling nanorand v0.7.0
25242024-08-26T23:38:02.461Z[ host-package] Compiling viona_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
25252024-08-26T23:38:02.503Z[ host-package] Compiling memoffset v0.9.1
25262024-08-26T23:38:02.679Z[ host-package] Compiling ascii v1.1.0
25272024-08-26T23:38:03.194Z[ host-package] Compiling viona_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
25282024-08-26T23:38:03.573Z[ host-package] Compiling rfb v0.1.0 (https://github.com/oxidecomputer/rfb?rev=0cac8d9c25eb27acfa35df80f3b9d371de98ab3b#0cac8d9c)
25292024-08-26T23:38:03.613Z[ host-package] Compiling flume v0.11.0
25302024-08-26T23:38:04.462Z[ host-package] Compiling cargo_metadata v0.18.1
25312024-08-26T23:38:06.168Z[ host-package] Compiling bitstruct v0.1.1
25322024-08-26T23:38:06.365Z[ host-package] Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
25332024-08-26T23:38:06.815Z[ host-package] Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
25342024-08-26T23:38:08.307Z[ host-package] Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
25352024-08-26T23:38:08.755Z[ host-package] Compiling omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
25362024-08-26T23:38:09.034Z[ host-package] Compiling tokio-tungstenite v0.20.1
25372024-08-26T23:38:09.888Z[ host-package] Compiling gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types)
25382024-08-26T23:38:10.402Z[ helios-setup] Aug 26 23:38:09.525 INFO E| Compiling toml v0.5.11
25392024-08-26T23:38:10.402Z[ helios-setup] Aug 26 23:38:09.525 INFO E| Compiling uuid v0.8.2
25402024-08-26T23:38:12.273Z[ host-package] Compiling git2 v0.19.0
25412024-08-26T23:38:12.490Z[ helios-setup] Aug 26 23:38:11.613 INFO E| Compiling jmclib v0.1.0 (https://github.com/jclulow/rust-jmclib#98fb2268)
25422024-08-26T23:38:16.039Z[ helios-setup] Aug 26 23:38:15.160 INFO E| Compiling illumos-image-builder v0.0.0 (/work/oxidecomputer/helios/projects/image-builder)
25432024-08-26T23:38:23.170Z[ host-package] Compiling sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
25442024-08-26T23:38:23.403Z[ host-package] Compiling dladm v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
25452024-08-26T23:38:24.625Z[ host-package] Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
25462024-08-26T23:38:30.140Z[ helios-setup] Aug 26 23:38:29.259 INFO E| Finished `dev` profile [unoptimized + debuginfo] target(s) in 50.18s
25472024-08-26T23:38:30.174Z[ helios-setup] Aug 26 23:38:29.293 INFO building project "image-builder" ok (50 seconds)
25482024-08-26T23:38:30.177Z[ helios-setup] Aug 26 23:38:29.293 INFO building project "pilot" at /work/oxidecomputer/helios/projects/pilot
25492024-08-26T23:38:30.177Z[ helios-setup] Aug 26 23:38:29.293 INFO exec: ["cargo", "build", "--locked", "--release"], pwd: Some("/work/oxidecomputer/helios/projects/pilot")
25502024-08-26T23:38:30.613Z[ helios-setup] Aug 26 23:38:29.732 INFO E| Updating git repository `https://github.com/jclulow/hiercmd`
25512024-08-26T23:38:31.112Z[ helios-setup] Aug 26 23:38:30.231 INFO E| From https://github.com/jclulow/hiercmd
25522024-08-26T23:38:31.112Z[ helios-setup] Aug 26 23:38:30.231 INFO E| * [new ref] d9d28d6aa06f0740b8668b9e64c0f4bb69243aad -> refs/commit/d9d28d6aa06f0740b8668b9e64c0f4bb69243aad
25532024-08-26T23:38:31.134Z[ helios-setup] Aug 26 23:38:30.253 INFO E| Updating git repository `https://github.com/jclulow/network-interface`
25542024-08-26T23:38:31.636Z[ helios-setup] Aug 26 23:38:30.754 INFO E| From https://github.com/jclulow/network-interface
25552024-08-26T23:38:31.636Z[ helios-setup] Aug 26 23:38:30.754 INFO E| * [new ref] 827e6b7ba62ea32474ef38b1b02942bdf3933624 -> refs/commit/827e6b7ba62ea32474ef38b1b02942bdf3933624
25562024-08-26T23:38:31.673Z[ helios-setup] Aug 26 23:38:30.792 INFO E| Updating git repository `https://github.com/oxidecomputer/boot-image-tools.git`
25572024-08-26T23:38:32.258Z[ helios-setup] Aug 26 23:38:31.377 INFO E| From https://github.com/oxidecomputer/boot-image-tools
25582024-08-26T23:38:32.258Z[ helios-setup] Aug 26 23:38:31.377 INFO E| * [new ref] 300caa098652a2988eb3cbf936868cb719a155ff -> refs/commit/300caa098652a2988eb3cbf936868cb719a155ff
25592024-08-26T23:38:32.294Z[ helios-setup] Aug 26 23:38:31.413 INFO E| Updating git repository `git+ssh://git@github.com/oxidecomputer/facade`
25602024-08-26T23:38:33.108Z[ helios-setup] Aug 26 23:38:32.226 INFO E| From https://github.com/oxidecomputer/facade
25612024-08-26T23:38:33.108Z[ helios-setup] Aug 26 23:38:32.226 INFO E| * [new ref] aadb1404d3e53f6d1b5928a1aa09dcec0e0a3892 -> refs/commit/aadb1404d3e53f6d1b5928a1aa09dcec0e0a3892
25622024-08-26T23:38:33.196Z[ helios-setup] Aug 26 23:38:32.314 INFO E| Updating crates.io index
25632024-08-26T23:38:33.742Z[ helios-setup] Aug 26 23:38:32.860 INFO E| Downloading crates ...
25642024-08-26T23:38:33.940Z[ helios-setup] Aug 26 23:38:33.058 INFO E| Downloaded built v0.6.0
25652024-08-26T23:38:33.942Z[ helios-setup] Aug 26 23:38:33.061 INFO E| Downloaded anstream v0.2.6
25662024-08-26T23:38:33.975Z[ helios-setup] Aug 26 23:38:33.093 INFO E| Downloaded const-random-macro v0.1.15
25672024-08-26T23:38:33.977Z[ helios-setup] Aug 26 23:38:33.095 INFO E| Downloaded sha1 v0.10.5
25682024-08-26T23:38:33.980Z[ helios-setup] Aug 26 23:38:33.099 INFO E| Downloaded cargo-lock v8.0.3
25692024-08-26T23:38:33.986Z[ helios-setup] Aug 26 23:38:33.104 INFO E| Downloaded futures-sink v0.3.28
25702024-08-26T23:38:33.988Z[ helios-setup] Aug 26 23:38:33.106 INFO E| Downloaded clap_lex v0.4.1
25712024-08-26T23:38:33.991Z[ helios-setup] Aug 26 23:38:33.109 INFO E| Downloaded memoffset v0.7.1
25722024-08-26T23:38:33.993Z[ helios-setup] Aug 26 23:38:33.111 INFO E| Downloaded futures-io v0.3.28
25732024-08-26T23:38:33.995Z[ helios-setup] Aug 26 23:38:33.113 INFO E| Downloaded digest v0.10.6
25742024-08-26T23:38:34.002Z[ helios-setup] Aug 26 23:38:33.120 INFO E| Downloaded tokio-rustls v0.24.0
25752024-08-26T23:38:34.005Z[ helios-setup] Aug 26 23:38:33.124 INFO E| Downloaded textwrap v0.16.0
25762024-08-26T23:38:34.009Z[ helios-setup] Aug 26 23:38:33.128 INFO E| Downloaded futures-core v0.3.28
25772024-08-26T23:38:34.012Z[ helios-setup] Aug 26 23:38:33.131 INFO E| Downloaded try-lock v0.2.4
25782024-08-26T23:38:34.015Z[ helios-setup] Aug 26 23:38:33.133 INFO E| Downloaded rustfmt-wrapper v0.2.0
25792024-08-26T23:38:34.017Z[ helios-setup] Aug 26 23:38:33.135 INFO E| Downloaded paste v1.0.12
25802024-08-26T23:38:34.022Z[ helios-setup] Aug 26 23:38:33.140 INFO E| Downloaded byteorder v1.4.3
25812024-08-26T23:38:34.025Z[ helios-setup] Aug 26 23:38:33.143 INFO E| Downloaded const-random v0.1.15
25822024-08-26T23:38:34.027Z[ helios-setup] Aug 26 23:38:33.145 INFO E| Downloaded slog-async v2.7.0
25832024-08-26T23:38:34.029Z[ helios-setup] Aug 26 23:38:33.148 INFO E| Downloaded rustls-pemfile v1.0.2
25842024-08-26T23:38:34.033Z[ helios-setup] Aug 26 23:38:33.151 INFO E| Downloaded concolor-override v1.0.0
25852024-08-26T23:38:34.035Z[ helios-setup] Aug 26 23:38:33.153 INFO E| Downloaded async-trait v0.1.68
25862024-08-26T23:38:34.040Z[ helios-setup] Aug 26 23:38:33.158 INFO E| Downloaded proc-macro-hack v0.5.20+deprecated
25872024-08-26T23:38:34.043Z[ helios-setup] Aug 26 23:38:33.162 INFO E| Downloaded toolchain_find v0.2.0
25882024-08-26T23:38:34.046Z[ helios-setup] Aug 26 23:38:33.164 INFO E| Downloaded project-root v0.2.2
25892024-08-26T23:38:34.049Z[ helios-setup] Aug 26 23:38:33.165 INFO E| Downloaded block-buffer v0.10.3
25902024-08-26T23:38:34.051Z[ helios-setup] Aug 26 23:38:33.167 INFO E| Downloaded serde_spanned v0.6.1
25912024-08-26T23:38:34.051Z[ helios-setup] Aug 26 23:38:33.169 INFO E| Downloaded getrandom v0.2.8
25922024-08-26T23:38:34.056Z[ helios-setup] Aug 26 23:38:33.174 INFO E| Downloaded serde_tokenstream v0.2.0
25932024-08-26T23:38:34.061Z[ helios-setup] Aug 26 23:38:33.180 INFO E| Downloaded scopeguard v1.1.0
25942024-08-26T23:38:34.064Z[ helios-setup] Aug 26 23:38:33.183 INFO E| Downloaded slog-bunyan v2.4.0
25952024-08-26T23:38:34.066Z[ helios-setup] Aug 26 23:38:33.184 INFO E| Downloaded rhai_codegen v1.5.0
25962024-08-26T23:38:34.079Z[ helios-setup] Aug 26 23:38:33.197 INFO E| Downloaded semver v0.11.0
25972024-08-26T23:38:34.082Z[ helios-setup] Aug 26 23:38:33.200 INFO E| Downloaded semver-parser v0.10.2
25982024-08-26T23:38:34.086Z[ helios-setup] Aug 26 23:38:33.204 INFO E| Downloaded thiserror v1.0.38
25992024-08-26T23:38:34.093Z[ helios-setup] Aug 26 23:38:33.212 INFO E| Downloaded tokio-macros v2.0.0
26002024-08-26T23:38:34.096Z[ helios-setup] Aug 26 23:38:33.214 INFO E| Downloaded schemars_derive v0.8.12
26012024-08-26T23:38:34.098Z[ helios-setup] Aug 26 23:38:33.217 INFO E| Downloaded serde_derive_internals v0.26.0
26022024-08-26T23:38:34.101Z[ helios-setup] Aug 26 23:38:33.220 INFO E| Downloaded slab v0.4.7
26032024-08-26T23:38:34.104Z[ helios-setup] Aug 26 23:38:33.222 INFO E| Downloaded num-traits v0.2.15
26042024-08-26T23:38:34.109Z[ helios-setup] Aug 26 23:38:33.228 INFO E| Downloaded tempfile v3.5.0
26052024-08-26T23:38:34.114Z[ helios-setup] Aug 26 23:38:33.232 INFO E| Downloaded smallvec v1.10.0
26062024-08-26T23:38:34.118Z[ helios-setup] Aug 26 23:38:33.237 INFO E| Downloaded time v0.1.45
26072024-08-26T23:38:34.121Z[ helios-setup] Aug 26 23:38:33.240 INFO E| Downloaded tokio-tungstenite v0.18.0
26082024-08-26T23:38:34.126Z[ helios-setup] Aug 26 23:38:33.244 INFO E| Downloaded sct v0.7.0
26092024-08-26T23:38:34.133Z[ helios-setup] Aug 26 23:38:33.251 INFO E| Downloaded futures-channel v0.3.28
26102024-08-26T23:38:34.137Z[ helios-setup] Aug 26 23:38:33.255 INFO E| Downloaded semver v1.0.17
26112024-08-26T23:38:34.142Z[ helios-setup] Aug 26 23:38:33.260 INFO E| Downloaded uuid v1.3.0
26122024-08-26T23:38:34.150Z[ helios-setup] Aug 26 23:38:33.268 INFO E| Downloaded unicode-bidi v0.3.13
26132024-08-26T23:38:34.154Z[ helios-setup] Aug 26 23:38:33.273 INFO E| Downloaded serde_yaml v0.9.21
26142024-08-26T23:38:34.161Z[ helios-setup] Aug 26 23:38:33.280 INFO E| Downloaded tungstenite v0.18.0
26152024-08-26T23:38:34.168Z[ helios-setup] Aug 26 23:38:33.286 INFO E| Downloaded tracing-core v0.1.30
26162024-08-26T23:38:34.173Z[ helios-setup] Aug 26 23:38:33.291 INFO E| Downloaded unsafe-libyaml v0.2.8
26172024-08-26T23:38:34.180Z[ helios-setup] Aug 26 23:38:33.298 INFO E| Downloaded tracing v0.1.37
26182024-08-26T23:38:34.189Z[ helios-setup] Aug 26 23:38:33.307 INFO E| Downloaded url v2.3.1
26192024-08-26T23:38:34.194Z[ helios-setup] Aug 26 23:38:33.313 INFO E| Downloaded clap v4.2.1
26202024-08-26T23:38:34.212Z[ helios-setup] Aug 26 23:38:33.330 INFO E| Downloaded unicode-normalization v0.1.22
26212024-08-26T23:38:34.219Z[ helios-setup] Aug 26 23:38:33.337 INFO E| Downloaded winnow v0.4.1
26222024-08-26T23:38:34.235Z[ helios-setup] Aug 26 23:38:33.354 INFO E| Downloaded syn v2.0.72
26232024-08-26T23:38:34.256Z[ helios-setup] Aug 26 23:38:33.375 INFO E| Downloaded syn v1.0.107
26242024-08-26T23:38:34.276Z[ helios-setup] Aug 26 23:38:33.395 INFO E| Downloaded pest v2.5.7
26252024-08-26T23:38:34.285Z[ helios-setup] Aug 26 23:38:33.404 INFO E| Downloaded clap_builder v4.2.1
26262024-08-26T23:38:34.297Z[ helios-setup] Aug 26 23:38:33.415 INFO E| Downloaded tokio v1.27.0
26272024-08-26T23:38:34.365Z[ helios-setup] Aug 26 23:38:33.483 INFO E| Downloaded reqwest v0.11.16
26282024-08-26T23:38:34.378Z[ helios-setup] Aug 26 23:38:33.496 INFO E| Downloaded h2 v0.3.16
26292024-08-26T23:38:34.389Z[ helios-setup] Aug 26 23:38:33.507 INFO E| Downloaded rayon v1.6.1
26302024-08-26T23:38:34.404Z[ helios-setup] Aug 26 23:38:33.523 INFO E| Downloaded futures-util v0.3.28
26312024-08-26T23:38:34.426Z[ helios-setup] Aug 26 23:38:33.544 INFO E| Downloaded hyper v0.14.25
26322024-08-26T23:38:34.465Z[ host-package] Compiling libsqlite3-sys v0.28.0
26332024-08-26T23:38:34.482Z[ helios-setup] Aug 26 23:38:33.599 INFO E| Downloaded regex v1.7.3
26342024-08-26T23:38:34.493Z[ helios-setup] Aug 26 23:38:33.611 INFO E| Downloaded rustls v0.21.0
26352024-08-26T23:38:34.510Z[ helios-setup] Aug 26 23:38:33.628 INFO E| Downloaded regress v0.5.0
26362024-08-26T23:38:34.520Z[ helios-setup] Aug 26 23:38:33.639 INFO E| Downloaded rustix v0.37.3
26372024-08-26T23:38:34.551Z[ helios-setup] Aug 26 23:38:33.669 INFO E| Downloaded git2 v0.16.1
26382024-08-26T23:38:34.563Z[ helios-setup] Aug 26 23:38:33.682 INFO E| Downloaded rhai v1.14.0
26392024-08-26T23:38:34.583Z[ helios-setup] Aug 26 23:38:33.702 INFO E| Downloaded chrono v0.4.24
26402024-08-26T23:38:34.595Z[ helios-setup] Aug 26 23:38:33.713 INFO E| Downloaded openapiv3 v1.0.2
26412024-08-26T23:38:34.618Z[ helios-setup] Aug 26 23:38:33.737 INFO E| Downloaded aho-corasick v0.7.20
26422024-08-26T23:38:34.625Z[ helios-setup] Aug 26 23:38:33.743 INFO E| Downloaded serde_json v1.0.95
26432024-08-26T23:38:34.638Z[ helios-setup] Aug 26 23:38:33.756 INFO E| Downloaded rustls-webpki v0.100.1
26442024-08-26T23:38:34.648Z[ helios-setup] Aug 26 23:38:33.766 INFO E| Downloaded rayon-core v1.10.2
26452024-08-26T23:38:34.654Z[ helios-setup] Aug 26 23:38:33.773 INFO E| Downloaded mio v0.8.5
26462024-08-26T23:38:34.664Z[ helios-setup] Aug 26 23:38:33.782 INFO E| Downloaded http v0.2.9
26472024-08-26T23:38:34.670Z[ helios-setup] Aug 26 23:38:33.789 INFO E| Downloaded libc v0.2.139
26482024-08-26T23:38:34.713Z[ helios-setup] Aug 26 23:38:33.831 INFO E| Downloaded crossbeam-channel v0.5.6
26492024-08-26T23:38:34.734Z[ helios-setup] Aug 26 23:38:33.852 INFO E| Downloaded memchr v2.5.0
26502024-08-26T23:38:34.740Z[ helios-setup] Aug 26 23:38:33.858 INFO E| Downloaded io-lifetimes v1.0.10
26512024-08-26T23:38:34.744Z[ helios-setup] Aug 26 23:38:33.862 INFO E| Downloaded base64 v0.21.0
26522024-08-26T23:38:34.749Z[ helios-setup] Aug 26 23:38:33.868 INFO E| Downloaded unicode-linebreak v0.1.4
26532024-08-26T23:38:34.752Z[ helios-setup] Aug 26 23:38:33.870 INFO E| Downloaded toml_edit v0.19.8
26542024-08-26T23:38:34.781Z[ helios-setup] Aug 26 23:38:33.899 INFO E| Downloaded tokio-util v0.7.7
26552024-08-26T23:38:34.791Z[ helios-setup] Aug 26 23:38:33.909 INFO E| Downloaded ryu v1.0.13
26562024-08-26T23:38:34.796Z[ helios-setup] Aug 26 23:38:33.914 INFO E| Downloaded cc v1.0.78
26572024-08-26T23:38:34.800Z[ helios-setup] Aug 26 23:38:33.918 INFO E| Downloaded miniz_oxide v0.6.2
26582024-08-26T23:38:34.803Z[ helios-setup] Aug 26 23:38:33.921 INFO E| Downloaded dyn-clone v1.0.11
26592024-08-26T23:38:34.806Z[ helios-setup] Aug 26 23:38:33.924 INFO E| Downloaded crossbeam-utils v0.8.14
26602024-08-26T23:38:34.811Z[ helios-setup] Aug 26 23:38:33.929 INFO E| Downloaded toml v0.7.3
26612024-08-26T23:38:34.816Z[ helios-setup] Aug 26 23:38:33.934 INFO E| Downloaded flate2 v1.0.25
26622024-08-26T23:38:34.823Z[ helios-setup] Aug 26 23:38:33.941 INFO E| Downloaded schemars v0.8.12
26632024-08-26T23:38:34.840Z[ helios-setup] Aug 26 23:38:33.959 INFO E| Downloaded unicode-ident v1.0.8
26642024-08-26T23:38:34.844Z[ helios-setup] Aug 26 23:38:33.963 INFO E| Downloaded ucd-trie v0.1.5
26652024-08-26T23:38:34.847Z[ helios-setup] Aug 26 23:38:33.965 INFO E| Downloaded pin-project-lite v0.2.9
26662024-08-26T23:38:34.854Z[ helios-setup] Aug 26 23:38:33.972 INFO E| Downloaded parking_lot_core v0.9.6
26672024-08-26T23:38:34.858Z[ helios-setup] Aug 26 23:38:33.976 INFO E| Downloaded num-integer v0.1.45
26682024-08-26T23:38:34.860Z[ helios-setup] Aug 26 23:38:33.979 INFO E| Downloaded encoding_rs v0.8.32
26692024-08-26T23:38:34.892Z[ helios-setup] Aug 26 23:38:34.010 INFO E| Downloaded anyhow v1.0.68
26702024-08-26T23:38:34.898Z[ helios-setup] Aug 26 23:38:34.016 INFO E| Downloaded crossbeam-epoch v0.9.13
26712024-08-26T23:38:34.904Z[ helios-setup] Aug 26 23:38:34.023 INFO E| Downloaded clap_derive v4.2.0
26722024-08-26T23:38:34.908Z[ helios-setup] Aug 26 23:38:34.026 INFO E| Downloaded parking_lot v0.12.1
26732024-08-26T23:38:34.912Z[ helios-setup] Aug 26 23:38:34.030 INFO E| Downloaded once_cell v1.17.0
26742024-08-26T23:38:34.916Z[ helios-setup] Aug 26 23:38:34.034 INFO E| Downloaded futures v0.3.28
26752024-08-26T23:38:34.937Z[ helios-setup] Aug 26 23:38:34.055 INFO E| Downloaded log v0.4.17
26762024-08-26T23:38:34.941Z[ helios-setup] Aug 26 23:38:34.059 INFO E| Downloaded libgit2-sys v0.14.2+1.5.1
26772024-08-26T23:38:35.044Z[ helios-setup] Aug 26 23:38:34.161 INFO E| Downloaded crossbeam-deque v0.8.2
26782024-08-26T23:38:35.046Z[ helios-setup] Aug 26 23:38:34.164 INFO E| Downloaded num_enum_derive v0.5.7
26792024-08-26T23:38:35.049Z[ helios-setup] Aug 26 23:38:34.165 INFO E| Downloaded num_cpus v1.15.0
26802024-08-26T23:38:35.052Z[ helios-setup] Aug 26 23:38:34.170 INFO E| Downloaded lock_api v0.4.9
26812024-08-26T23:38:35.054Z[ helios-setup] Aug 26 23:38:34.172 INFO E| Downloaded jobserver v0.1.26
26822024-08-26T23:38:35.056Z[ helios-setup] Aug 26 23:38:34.175 INFO E| Downloaded pkg-config v0.3.26
26832024-08-26T23:38:35.058Z[ helios-setup] Aug 26 23:38:34.177 INFO E| Downloaded percent-encoding v2.2.0
26842024-08-26T23:38:35.061Z[ helios-setup] Aug 26 23:38:34.178 INFO E| Downloaded is-terminal v0.4.7
26852024-08-26T23:38:35.063Z[ helios-setup] Aug 26 23:38:34.180 INFO E| Downloaded http-body v0.4.5
26862024-08-26T23:38:35.066Z[ helios-setup] Aug 26 23:38:34.182 INFO E| Downloaded home v0.5.4
26872024-08-26T23:38:35.066Z[ helios-setup] Aug 26 23:38:34.184 INFO E| Downloaded generic-array v0.14.6
26882024-08-26T23:38:35.068Z[ helios-setup] Aug 26 23:38:34.186 INFO E| Downloaded futures-macro v0.3.28
26892024-08-26T23:38:35.073Z[ helios-setup] Aug 26 23:38:34.188 INFO E| Downloaded futures-executor v0.3.28
26902024-08-26T23:38:35.076Z[ helios-setup] Aug 26 23:38:34.192 INFO E| Downloaded cpufeatures v0.2.5
26912024-08-26T23:38:35.076Z[ helios-setup] Aug 26 23:38:34.192 INFO E| Downloaded libz-sys v1.1.8
26922024-08-26T23:38:35.161Z[ helios-setup] Aug 26 23:38:34.277 INFO E| Downloaded want v0.3.0
26932024-08-26T23:38:35.161Z[ helios-setup] Aug 26 23:38:34.279 INFO E| Downloaded toml_datetime v0.6.1
26942024-08-26T23:38:35.164Z[ helios-setup] Aug 26 23:38:34.280 INFO E| Downloaded thiserror-impl v1.0.38
26952024-08-26T23:38:35.166Z[ helios-setup] Aug 26 23:38:34.282 INFO E| Downloaded terminal_size v0.2.6
26962024-08-26T23:38:35.170Z[ helios-setup] Aug 26 23:38:34.284 INFO E| Downloaded strsim v0.10.0
26972024-08-26T23:38:35.170Z[ helios-setup] Aug 26 23:38:34.286 INFO E| Downloaded socket2 v0.4.9
26982024-08-26T23:38:35.173Z[ helios-setup] Aug 26 23:38:34.289 INFO E| Downloaded smawk v0.3.1
26992024-08-26T23:38:35.175Z[ helios-setup] Aug 26 23:38:34.291 INFO E| Downloaded smartstring v1.0.1
27002024-08-26T23:38:35.178Z[ helios-setup] Aug 26 23:38:34.295 INFO E| Downloaded sha2 v0.10.6
27012024-08-26T23:38:35.184Z[ helios-setup] Aug 26 23:38:34.299 INFO E| Downloaded form_urlencoded v1.1.0
27022024-08-26T23:38:35.184Z[ helios-setup] Aug 26 23:38:34.300 INFO E| Downloaded fastrand v1.9.0
27032024-08-26T23:38:35.184Z[ helios-setup] Aug 26 23:38:34.302 INFO E| Downloaded camino v1.1.4
27042024-08-26T23:38:35.187Z[ helios-setup] Aug 26 23:38:34.304 INFO E| Downloaded bytes v1.4.0
27052024-08-26T23:38:35.191Z[ helios-setup] Aug 26 23:38:34.310 INFO E| Downloaded ahash v0.8.3
27062024-08-26T23:38:35.195Z[ helios-setup] Aug 26 23:38:34.314 INFO E| Downloaded signal-hook-registry v1.4.0
27072024-08-26T23:38:35.198Z[ helios-setup] Aug 26 23:38:34.316 INFO E| Downloaded serde_path_to_error v0.1.11
27082024-08-26T23:38:35.200Z[ helios-setup] Aug 26 23:38:34.318 INFO E| Downloaded proc-macro-crate v1.2.1
27092024-08-26T23:38:35.202Z[ helios-setup] Aug 26 23:38:34.320 INFO E| Downloaded ipnet v2.7.2
27102024-08-26T23:38:35.205Z[ helios-setup] Aug 26 23:38:34.322 INFO E| Downloaded ahash v0.7.6
27112024-08-26T23:38:35.212Z[ helios-setup] Aug 26 23:38:34.326 INFO E| Downloaded futures-task v0.3.28
27122024-08-26T23:38:35.212Z[ helios-setup] Aug 26 23:38:34.328 INFO E| Downloaded num_enum v0.5.7
27132024-08-26T23:38:35.216Z[ helios-setup] Aug 26 23:38:34.333 INFO E| Downloaded lazy_static v1.4.0
27142024-08-26T23:38:35.218Z[ helios-setup] Aug 26 23:38:34.335 INFO E| Downloaded itoa v1.0.6
27152024-08-26T23:38:35.220Z[ helios-setup] Aug 26 23:38:34.337 INFO E| Downloaded iana-time-zone v0.1.56
27162024-08-26T23:38:35.223Z[ helios-setup] Aug 26 23:38:34.341 INFO E| Downloaded httpdate v1.0.2
27172024-08-26T23:38:35.225Z[ helios-setup] Aug 26 23:38:34.342 INFO E| Downloaded either v1.8.0
27182024-08-26T23:38:35.227Z[ helios-setup] Aug 26 23:38:34.344 INFO E| Downloaded concolor-query v0.3.3
27192024-08-26T23:38:35.227Z[ helios-setup] Aug 26 23:38:34.346 INFO E| Downloaded anstyle v0.3.5
27202024-08-26T23:38:35.230Z[ helios-setup] Aug 26 23:38:34.348 INFO E| Downloaded autocfg v1.1.0
27212024-08-26T23:38:35.232Z[ helios-setup] Aug 26 23:38:34.350 INFO E| Downloaded anstyle-parse v0.1.1
27222024-08-26T23:38:35.235Z[ helios-setup] Aug 26 23:38:34.353 INFO E| Downloaded bincode v1.3.3
27232024-08-26T23:38:35.243Z[ host-package] Compiling erased-serde v0.3.31
27242024-08-26T23:38:35.680Z[ helios-setup] Aug 26 23:38:34.797 INFO E| Compiling proc-macro2 v1.0.86
27252024-08-26T23:38:35.681Z[ helios-setup] Aug 26 23:38:34.798 INFO E| Compiling libc v0.2.139
27262024-08-26T23:38:35.681Z[ helios-setup] Aug 26 23:38:34.798 INFO E| Compiling unicode-ident v1.0.8
27272024-08-26T23:38:35.681Z[ helios-setup] Aug 26 23:38:34.798 INFO E| Compiling autocfg v1.1.0
27282024-08-26T23:38:35.681Z[ helios-setup] Aug 26 23:38:34.798 INFO E| Compiling cfg-if v1.0.0
27292024-08-26T23:38:35.681Z[ helios-setup] Aug 26 23:38:34.798 INFO E| Compiling version_check v0.9.4
27302024-08-26T23:38:35.681Z[ helios-setup] Aug 26 23:38:34.798 INFO E| Compiling serde v1.0.204
27312024-08-26T23:38:35.681Z[ helios-setup] Aug 26 23:38:34.798 INFO E| Compiling syn v1.0.107
27322024-08-26T23:38:36.281Z[ helios-setup] Aug 26 23:38:35.399 INFO E| Compiling memchr v2.5.0
27332024-08-26T23:38:37.336Z[ helios-setup] Aug 26 23:38:36.454 INFO E| Compiling once_cell v1.17.0
27342024-08-26T23:38:37.410Z[ helios-setup] Aug 26 23:38:36.528 INFO E| Compiling thiserror v1.0.38
27352024-08-26T23:38:37.784Z[ host-package] Compiling serde_arrays v0.1.0
27362024-08-26T23:38:38.008Z[ helios-setup] Aug 26 23:38:37.125 INFO E| Compiling log v0.4.17
27372024-08-26T23:38:38.103Z[ host-package] Compiling propolis v0.1.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
27382024-08-26T23:38:38.114Z[ helios-setup] Aug 26 23:38:37.232 INFO E| Compiling itoa v1.0.6
27392024-08-26T23:38:38.327Z[ helios-setup] Aug 26 23:38:37.444 INFO E| Compiling serde_json v1.0.95
27402024-08-26T23:38:39.146Z[ helios-setup] Aug 26 23:38:38.263 INFO E| Compiling jobserver v0.1.26
27412024-08-26T23:38:39.149Z[ helios-setup] Aug 26 23:38:38.264 INFO E| Compiling getrandom v0.2.8
27422024-08-26T23:38:39.607Z[ helios-setup] Aug 26 23:38:38.724 INFO E| Compiling quote v1.0.36
27432024-08-26T23:38:39.949Z[ helios-setup] Aug 26 23:38:39.066 INFO E| Compiling cc v1.0.78
27442024-08-26T23:38:40.283Z[ helios-setup] Aug 26 23:38:39.400 INFO E| Compiling syn v2.0.72
27452024-08-26T23:38:40.772Z[ helios-setup] Aug 26 23:38:39.889 INFO E| Compiling indexmap v1.9.3
27462024-08-26T23:38:41.073Z[ helios-setup] Aug 26 23:38:40.190 INFO E| Compiling scopeguard v1.1.0
27472024-08-26T23:38:41.127Z[ helios-setup] Aug 26 23:38:40.244 INFO E| Compiling pin-project-lite v0.2.9
27482024-08-26T23:38:41.290Z[ helios-setup] Aug 26 23:38:40.407 INFO E| Compiling num-integer v0.1.45
27492024-08-26T23:38:41.429Z[ helios-setup] Aug 26 23:38:40.546 INFO E| Compiling futures-core v0.3.28
27502024-08-26T23:38:41.754Z[ helios-setup] Aug 26 23:38:40.677 INFO E| Compiling bytes v1.4.0
27512024-08-26T23:38:42.065Z[ helios-setup] Aug 26 23:38:41.182 INFO E| Compiling ryu v1.0.13
27522024-08-26T23:38:43.142Z[ helios-setup] Aug 26 23:38:42.259 INFO E| Compiling lock_api v0.4.9
27532024-08-26T23:38:43.544Z[ helios-setup] Aug 26 23:38:42.660 INFO E| Compiling typenum v1.16.0
27542024-08-26T23:38:43.569Z[ helios-setup] Aug 26 23:38:42.686 INFO E| Compiling bitflags v1.3.2
27552024-08-26T23:38:44.018Z[ helios-setup] Aug 26 23:38:43.131 INFO E| Compiling parking_lot_core v0.9.6
27562024-08-26T23:38:44.141Z[ helios-setup] Aug 26 23:38:43.258 INFO E| Compiling num_cpus v1.15.0
27572024-08-26T23:38:44.415Z[ helios-setup] Aug 26 23:38:43.532 INFO E| Compiling generic-array v0.14.6
27582024-08-26T23:38:44.524Z[ helios-setup] Aug 26 23:38:43.639 INFO E| Compiling slab v0.4.7
27592024-08-26T23:38:44.579Z[ helios-setup] Aug 26 23:38:43.695 INFO E| Compiling futures-sink v0.3.28
27602024-08-26T23:38:44.696Z[ host-package] Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
27612024-08-26T23:38:44.905Z[ helios-setup] Aug 26 23:38:44.021 INFO E| Compiling futures-task v0.3.28
27622024-08-26T23:38:45.093Z[ helios-setup] Aug 26 23:38:44.209 INFO E| Compiling futures-channel v0.3.28
27632024-08-26T23:38:45.935Z[ helios-setup] Aug 26 23:38:45.051 INFO E| Compiling tokio v1.27.0
27642024-08-26T23:38:46.123Z[ helios-setup] Aug 26 23:38:45.239 INFO E| Compiling schemars v0.8.12
27652024-08-26T23:38:46.123Z[ helios-setup] Aug 26 23:38:45.239 INFO E| Compiling futures-util v0.3.28
27662024-08-26T23:38:46.261Z[ host-package] Compiling wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common)
27672024-08-26T23:38:47.093Z[ helios-setup] Aug 26 23:38:46.209 INFO E| Compiling mio v0.8.5
27682024-08-26T23:38:47.428Z[ helios-setup] Aug 26 23:38:46.544 INFO E| Compiling signal-hook-registry v1.4.0
27692024-08-26T23:38:47.526Z[ helios-setup] Aug 26 23:38:46.642 INFO E| Compiling socket2 v0.4.9
27702024-08-26T23:38:47.628Z[ helios-setup] Aug 26 23:38:46.744 INFO E| Compiling ahash v0.7.6
27712024-08-26T23:38:47.739Z[ helios-setup] Aug 26 23:38:46.855 INFO E| Compiling num-traits v0.2.15
27722024-08-26T23:38:48.649Z[ helios-setup] Aug 26 23:38:47.764 INFO E| Compiling crunchy v0.2.2
27732024-08-26T23:38:48.842Z[ helios-setup] Aug 26 23:38:47.958 INFO E| Compiling pin-utils v0.1.0
27742024-08-26T23:38:49.089Z[ helios-setup] Aug 26 23:38:48.205 INFO E| Compiling io-lifetimes v1.0.10
27752024-08-26T23:38:50.056Z[ helios-setup] Aug 26 23:38:49.171 INFO E| Compiling futures-io v0.3.28
27762024-08-26T23:38:50.934Z[ helios-setup] Aug 26 23:38:50.049 INFO E| Compiling ahash v0.8.3
27772024-08-26T23:38:51.053Z[ helios-setup] Aug 26 23:38:50.168 INFO E| Compiling proc-macro-hack v0.5.20+deprecated
27782024-08-26T23:38:51.253Z[ helios-setup] Aug 26 23:38:50.368 INFO E| Compiling tiny-keccak v2.0.2
27792024-08-26T23:38:51.668Z[ helios-setup] Aug 26 23:38:50.783 INFO E| Compiling hashbrown v0.12.3
27802024-08-26T23:38:52.003Z[ helios-setup] Aug 26 23:38:51.119 INFO E| Compiling serde_derive_internals v0.26.0
27812024-08-26T23:38:52.167Z[ helios-setup] Aug 26 23:38:51.282 INFO E| Compiling rustix v0.37.3
27822024-08-26T23:38:52.790Z[ helios-setup] Aug 26 23:38:51.905 INFO E| Compiling block-buffer v0.10.3
27832024-08-26T23:38:53.078Z[ helios-setup] Aug 26 23:38:52.193 INFO E| Compiling crypto-common v0.1.6
27842024-08-26T23:38:54.434Z[ helios-setup] Aug 26 23:38:53.549 INFO E| Compiling errno v0.3.1
27852024-08-26T23:38:54.613Z[ helios-setup] Aug 26 23:38:53.728 INFO E| Compiling crossbeam-utils v0.8.14
27862024-08-26T23:38:55.024Z[ helios-setup] Aug 26 23:38:54.138 INFO E| Compiling fnv v1.0.7
27872024-08-26T23:38:55.156Z[ helios-setup] Aug 26 23:38:54.271 INFO E| Compiling pkg-config v0.3.26
27882024-08-26T23:38:55.437Z[ helios-setup] Aug 26 23:38:54.552 INFO E| Compiling slog v2.7.0
27892024-08-26T23:38:56.221Z[ helios-setup] Aug 26 23:38:55.335 INFO E| Compiling http v0.2.9
27902024-08-26T23:38:58.083Z[ helios-setup] Aug 26 23:38:57.197 INFO E| Compiling digest v0.10.6
27912024-08-26T23:38:58.497Z[ helios-setup] Aug 26 23:38:57.611 INFO E| Compiling aho-corasick v0.7.20
27922024-08-26T23:38:59.065Z[ helios-setup] Aug 26 23:38:58.178 INFO E| Compiling percent-encoding v2.2.0
27932024-08-26T23:38:59.161Z[ helios-setup] Aug 26 23:38:58.275 INFO E| Compiling httparse v1.8.0
27942024-08-26T23:39:00.243Z[ helios-setup] Aug 26 23:38:59.357 INFO E| Compiling anyhow v1.0.68
27952024-08-26T23:39:00.614Z[ helios-setup] Aug 26 23:38:59.727 INFO E| Compiling cpufeatures v0.2.5
27962024-08-26T23:39:00.909Z[ helios-setup] Aug 26 23:39:00.022 INFO E| Compiling tinyvec_macros v0.1.1
27972024-08-26T23:39:01.152Z[ helios-setup] Aug 26 23:39:00.265 INFO E| Compiling regex-syntax v0.6.29
27982024-08-26T23:39:01.587Z[ helios-setup] Aug 26 23:39:00.700 INFO E| Compiling heck v0.4.1
27992024-08-26T23:39:01.722Z[ helios-setup] Aug 26 23:39:00.835 INFO E| Compiling unicode-width v0.1.10
28002024-08-26T23:39:02.371Z[ helios-setup] Aug 26 23:39:01.484 INFO E| Compiling thiserror-impl v1.0.38
28012024-08-26T23:39:02.456Z[ helios-setup] Aug 26 23:39:01.569 INFO E| Compiling schemars_derive v0.8.12
28022024-08-26T23:39:02.456Z[ helios-setup] Aug 26 23:39:01.569 INFO E| Compiling const-random-macro v0.1.15
28032024-08-26T23:39:02.458Z[ helios-setup] Aug 26 23:39:01.570 INFO E| Compiling tinyvec v1.6.0
28042024-08-26T23:39:02.714Z[ host-package] Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery)
28052024-08-26T23:39:03.363Z[ helios-setup] Aug 26 23:39:02.474 INFO E| Compiling serde_derive v1.0.204
28062024-08-26T23:39:03.539Z[ host-package] Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=24a74d0c76b6a63961ecef76acb1516b6e66c5c9#24a74d0c)
28072024-08-26T23:39:04.288Z[ helios-setup] Aug 26 23:39:03.401 INFO E| Compiling tokio-macros v2.0.0
28082024-08-26T23:39:04.818Z[ helios-setup] Aug 26 23:39:03.930 INFO E| Compiling futures-macro v0.3.28
28092024-08-26T23:39:06.007Z[ host-package] Compiling heck v0.3.3
28102024-08-26T23:39:06.203Z[ helios-setup] Aug 26 23:39:05.316 INFO E| Compiling form_urlencoded v1.1.0
28112024-08-26T23:39:06.924Z[ host-package] Compiling rand_seeder v0.3.0
28122024-08-26T23:39:07.255Z[ helios-setup] Aug 26 23:39:06.367 INFO E| Compiling hashbrown v0.13.2
28132024-08-26T23:39:07.477Z[ host-package] Compiling castaway v0.2.3
28142024-08-26T23:39:07.986Z[ host-package] Compiling csv-core v0.1.11
28152024-08-26T23:39:08.096Z[ host-package] Compiling gateway-sp-comms v0.1.1 (https://github.com/oxidecomputer/management-gateway-service?rev=319e7b92db69792ab8efa4c68554ad0cf83adf93#319e7b92)
28162024-08-26T23:39:08.358Z[ helios-setup] Aug 26 23:39:07.470 INFO E| Compiling regex v1.7.3
28172024-08-26T23:39:09.105Z[ helios-setup] Aug 26 23:39:08.217 INFO E| Compiling libz-sys v1.1.8
28182024-08-26T23:39:09.311Z[ helios-setup] Aug 26 23:39:08.423 INFO E| Compiling chrono v0.4.24
28192024-08-26T23:39:09.835Z[ host-package] Compiling http-range v0.1.5
28202024-08-26T23:39:10.851Z[ helios-setup] Aug 26 23:39:09.963 INFO E| Compiling uuid v1.3.0
28212024-08-26T23:39:11.275Z[ host-package] Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#4ceaf96e)
28222024-08-26T23:39:11.556Z[ helios-setup] Aug 26 23:39:10.667 INFO E| Compiling dyn-clone v1.0.11
28232024-08-26T23:39:11.921Z[ helios-setup] Aug 26 23:39:11.033 INFO E| Compiling regress v0.5.0
28242024-08-26T23:39:11.964Z[ helios-setup] Aug 26 23:39:11.075 INFO E| Compiling unicode-normalization v0.1.22
28252024-08-26T23:39:12.623Z[ host-package] Compiling hyper-staticfile v0.9.5
28262024-08-26T23:39:12.734Z[ host-package] Compiling sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
28272024-08-26T23:39:13.533Z[ helios-setup] Aug 26 23:39:12.645 INFO E| Compiling const-random v0.1.15
28282024-08-26T23:39:14.687Z[ helios-setup] Aug 26 23:39:13.798 INFO E| Compiling getopts v0.2.21
28292024-08-26T23:39:15.335Z[ helios-setup] Aug 26 23:39:14.446 INFO E| Compiling tracing-core v0.1.30
28302024-08-26T23:39:15.970Z[ helios-setup] Aug 26 23:39:15.081 INFO E| Compiling memoffset v0.7.1
28312024-08-26T23:39:16.962Z[ helios-setup] Aug 26 23:39:16.073 INFO E| Compiling unicode-bidi v0.3.13
28322024-08-26T23:39:17.313Z[ helios-setup] Aug 26 23:39:16.423 INFO E| Compiling num-conv v0.1.0
28332024-08-26T23:39:17.520Z[ helios-setup] Aug 26 23:39:16.631 INFO E| Compiling time-core v0.1.2
28342024-08-26T23:39:18.940Z[ helios-setup] Aug 26 23:39:18.050 INFO E| Compiling ucd-trie v0.1.5
28352024-08-26T23:39:18.964Z[ host-package] Compiling csv v1.3.0
28362024-08-26T23:39:19.127Z[ host-package] Compiling compact_str v0.8.0
28372024-08-26T23:39:19.639Z[ helios-setup] Aug 26 23:39:18.749 INFO E| Compiling powerfmt v0.2.0
28382024-08-26T23:39:20.128Z[ helios-setup] Aug 26 23:39:19.238 INFO E| Compiling pest v2.5.7
28392024-08-26T23:39:20.421Z[ helios-setup] Aug 26 23:39:19.531 INFO E| Compiling deranged v0.3.11
28402024-08-26T23:39:21.092Z[ helios-setup] Aug 26 23:39:20.202 INFO E| Compiling idna v0.3.0
28412024-08-26T23:39:23.299Z[ host-package] Compiling typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng)
28422024-08-26T23:39:24.084Z[ host-package] Compiling zone_cfg_derive v0.1.2
28432024-08-26T23:39:24.205Z[ host-package] Compiling propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=24a74d0c76b6a63961ecef76acb1516b6e66c5c9#24a74d0c)
28442024-08-26T23:39:24.521Z[ helios-setup] Aug 26 23:39:23.630 INFO E| Compiling time-macros v0.2.18
28452024-08-26T23:39:26.058Z[ helios-setup] Aug 26 23:39:25.167 INFO E| Compiling tracing v0.1.37
28462024-08-26T23:39:27.440Z[ host-package] Compiling cpuid_profile_config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
28472024-08-26T23:39:27.586Z[ host-package] Compiling nix v0.27.1
28482024-08-26T23:39:27.801Z[ helios-setup] Aug 26 23:39:26.910 INFO E| Compiling libgit2-sys v0.14.2+1.5.1
28492024-08-26T23:39:28.414Z[ host-package] Compiling crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=e58ca3693cb9ce0438947beba10e97ee38a0966b#e58ca369)
28502024-08-26T23:39:28.970Z[ helios-setup] Aug 26 23:39:28.078 INFO E| Compiling time v0.1.45
28512024-08-26T23:39:29.204Z[ helios-setup] Aug 26 23:39:28.313 INFO E| Compiling crossbeam-epoch v0.9.13
28522024-08-26T23:39:29.430Z[ helios-setup] Aug 26 23:39:28.538 INFO E| Compiling semver v1.0.17
28532024-08-26T23:39:29.557Z[ helios-setup] Aug 26 23:39:28.650 INFO E| Compiling iana-time-zone v0.1.56
28542024-08-26T23:39:30.371Z[ helios-setup] Aug 26 23:39:29.479 INFO E| Compiling smallvec v1.10.0
28552024-08-26T23:39:30.463Z[ host-package] Compiling update-common v0.1.0 (/work/oxidecomputer/omicron/update-common)
28562024-08-26T23:39:30.768Z[ helios-setup] Aug 26 23:39:29.877 INFO E| Compiling toml v0.5.11
28572024-08-26T23:39:31.009Z[ host-package] Compiling sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api)
28582024-08-26T23:39:31.499Z[ helios-setup] Aug 26 23:39:30.607 INFO E| Compiling serde_tokenstream v0.2.0
28592024-08-26T23:39:32.655Z[ helios-setup] Aug 26 23:39:31.763 INFO E| Compiling parking_lot v0.12.1
28602024-08-26T23:39:33.164Z[ host-package] Compiling bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api)
28612024-08-26T23:39:33.528Z[ helios-setup] Aug 26 23:39:32.636 INFO E| Compiling num_threads v0.1.6
28622024-08-26T23:39:34.023Z[ helios-setup] Aug 26 23:39:33.131 INFO E| Compiling time v0.3.36
28632024-08-26T23:39:38.707Z[ helios-setup] Aug 26 23:39:37.814 INFO E| Compiling typify-impl v0.0.12-dev (https://github.com/oxidecomputer/typify#fec09bd1)
28642024-08-26T23:39:41.178Z[ helios-setup] Aug 26 23:39:40.285 INFO E| Compiling url v2.3.1
28652024-08-26T23:39:42.088Z[ host-package] Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a)
28662024-08-26T23:39:42.131Z[ helios-setup] Aug 26 23:39:41.237 INFO E| Compiling semver-parser v0.10.2
28672024-08-26T23:39:43.092Z[ host-package] Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc)
28682024-08-26T23:39:44.234Z[ host-package] Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
28692024-08-26T23:39:44.743Z[ helios-setup] Aug 26 23:39:43.849 INFO E| Compiling crossbeam-channel v0.5.6
28702024-08-26T23:39:45.626Z[ host-package] Compiling unicode-truncate v1.0.0
28712024-08-26T23:39:46.216Z[ helios-setup] Aug 26 23:39:45.322 INFO E| Compiling dirs-sys-next v0.1.2
28722024-08-26T23:39:46.229Z[ host-package] Compiling lru v0.12.3
28732024-08-26T23:39:47.073Z[ host-package] Compiling hashlink v0.9.1
28742024-08-26T23:39:47.194Z[ host-package] Compiling serde-big-array v0.5.1
28752024-08-26T23:39:48.052Z[ host-package] Compiling instability v0.3.2
28762024-08-26T23:39:48.122Z[ helios-setup] Aug 26 23:39:47.227 INFO E| Compiling try-lock v0.2.4
28772024-08-26T23:39:48.649Z[ helios-setup] Aug 26 23:39:47.754 INFO E| Compiling same-file v1.0.6
28782024-08-26T23:39:48.750Z[ helios-setup] Aug 26 23:39:47.855 INFO E| Compiling crc32fast v1.3.2
28792024-08-26T23:39:49.059Z[ host-package] Compiling base64 v0.13.1
28802024-08-26T23:39:49.200Z[ helios-setup] Aug 26 23:39:48.305 INFO E| Compiling walkdir v2.3.3
28812024-08-26T23:39:50.263Z[ helios-setup] Aug 26 23:39:49.368 INFO E| Compiling want v0.3.0
28822024-08-26T23:39:50.377Z[ helios-setup] Aug 26 23:39:49.482 INFO E| Compiling tokio-util v0.7.7
28832024-08-26T23:39:50.406Z[ host-package] Compiling cassowary v0.3.0
28842024-08-26T23:39:51.092Z[ helios-setup] Aug 26 23:39:50.196 INFO E| Compiling dirs-next v2.0.0
28852024-08-26T23:39:51.529Z[ host-package] Compiling fallible-iterator v0.3.0
28862024-08-26T23:39:53.205Z[ host-package] Compiling fallible-streaming-iterator v0.1.9
28872024-08-26T23:39:53.554Z[ helios-setup] Aug 26 23:39:52.658 INFO E| Compiling h2 v0.3.16
28882024-08-26T23:39:54.130Z[ host-package] Compiling rusqlite v0.31.0
28892024-08-26T23:39:54.479Z[ helios-setup] Aug 26 23:39:53.583 INFO E| Compiling semver v0.11.0
28902024-08-26T23:39:55.496Z[ helios-setup] Aug 26 23:39:54.600 INFO E| Compiling proc-macro-crate v1.2.1
28912024-08-26T23:39:56.199Z[ helios-setup] Aug 26 23:39:55.302 INFO E| Compiling typify-macro v0.0.12-dev (https://github.com/oxidecomputer/typify#fec09bd1)
28922024-08-26T23:39:57.317Z[ helios-setup] Aug 26 23:39:56.420 INFO E| Compiling futures-executor v0.3.28
28932024-08-26T23:39:57.672Z[ host-package] Compiling ratatui v0.28.0
28942024-08-26T23:39:59.519Z[ helios-setup] Aug 26 23:39:58.622 INFO E| Compiling http-body v0.4.5
28952024-08-26T23:40:00.172Z[ helios-setup] Aug 26 23:39:59.275 INFO E| Compiling ring v0.16.20
28962024-08-26T23:40:01.101Z[ helios-setup] Aug 26 23:40:00.204 INFO E| Compiling rand_core v0.6.4
28972024-08-26T23:40:01.594Z[ host-package] Compiling ron v0.7.1
28982024-08-26T23:40:02.220Z[ helios-setup] Aug 26 23:40:01.323 INFO E| Compiling thread_local v1.1.7
28992024-08-26T23:40:02.362Z[ helios-setup] Aug 26 23:40:01.464 INFO E| Compiling utf8parse v0.2.1
29002024-08-26T23:40:02.800Z[ helios-setup] Aug 26 23:40:01.902 INFO E| Compiling httpdate v1.0.2
29012024-08-26T23:40:04.536Z[ helios-setup] Aug 26 23:40:03.638 INFO E| Compiling lazy_static v1.4.0
29022024-08-26T23:40:05.089Z[ helios-setup] Aug 26 23:40:04.190 INFO E| Compiling base64 v0.21.0
29032024-08-26T23:40:05.306Z[ helios-setup] Aug 26 23:40:04.408 INFO E| Compiling tower-service v0.3.2
29042024-08-26T23:40:05.696Z[ helios-setup] Aug 26 23:40:04.797 INFO E| Compiling rayon-core v1.10.2
29052024-08-26T23:40:05.886Z[ helios-setup] Aug 26 23:40:04.988 INFO E| Compiling adler v1.0.2
29062024-08-26T23:40:06.533Z[ helios-setup] Aug 26 23:40:05.630 INFO E| Compiling fastrand v1.9.0
29072024-08-26T23:40:06.577Z[ helios-setup] Aug 26 23:40:05.679 INFO E| Compiling home v0.5.4
29082024-08-26T23:40:07.188Z[ helios-setup] Aug 26 23:40:06.290 INFO E| Compiling ppv-lite86 v0.2.17
29092024-08-26T23:40:08.099Z[ helios-setup] Aug 26 23:40:07.200 INFO E| Compiling tempfile v3.5.0
29102024-08-26T23:40:09.052Z[ helios-setup] Aug 26 23:40:08.154 INFO E| Compiling rand_chacha v0.3.1
29112024-08-26T23:40:09.651Z[ helios-setup] Aug 26 23:40:08.752 INFO E| Compiling toolchain_find v0.2.0
29122024-08-26T23:40:10.731Z[ helios-setup] Aug 26 23:40:09.832 INFO E| Compiling miniz_oxide v0.6.2
29132024-08-26T23:40:10.827Z[ helios-setup] Aug 26 23:40:09.928 INFO E| Compiling hyper v0.14.25
29142024-08-26T23:40:10.974Z[ helios-setup] Aug 26 23:40:10.075 INFO E| Compiling anstyle-parse v0.1.1
29152024-08-26T23:40:11.305Z[ host-package] Compiling nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
29162024-08-26T23:40:15.154Z[ host-package] Compiling nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation)
29172024-08-26T23:40:21.622Z[ host-package] Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
29182024-08-26T23:40:23.934Z[ helios-setup] Aug 26 23:40:23.033 INFO E| Compiling futures v0.3.28
29192024-08-26T23:40:24.227Z[ helios-setup] Aug 26 23:40:23.326 INFO E| Compiling num_enum_derive v0.5.7
29202024-08-26T23:40:27.902Z[ helios-setup] Aug 26 23:40:27.000 INFO E| Compiling crossbeam-deque v0.8.2
29212024-08-26T23:40:28.472Z[ helios-setup] Aug 26 23:40:27.570 INFO E| Compiling cargo-lock v8.0.3
29222024-08-26T23:40:28.485Z[ host-package] Compiling propolis-server-config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
29232024-08-26T23:40:28.975Z[ helios-setup] Aug 26 23:40:28.073 INFO E| Compiling term v0.7.0
29242024-08-26T23:40:30.218Z[ host-package] Compiling zone v0.1.8
29252024-08-26T23:40:31.384Z[ helios-setup] Aug 26 23:40:30.482 INFO E| Compiling serde_urlencoded v0.7.1
29262024-08-26T23:40:31.866Z[ helios-setup] Aug 26 23:40:30.963 INFO E| Compiling sha2 v0.10.6
29272024-08-26T23:40:32.481Z[ host-package] Compiling nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
29282024-08-26T23:40:32.514Z[ helios-setup] Aug 26 23:40:31.612 INFO E| Compiling sha1 v0.10.5
29292024-08-26T23:40:33.240Z[ helios-setup] Aug 26 23:40:32.337 INFO E| Compiling is-terminal v0.4.7
29302024-08-26T23:40:34.114Z[ helios-setup] Aug 26 23:40:33.210 INFO E| Compiling atty v0.2.14
29312024-08-26T23:40:35.017Z[ helios-setup] Aug 26 23:40:34.114 INFO E| Compiling concolor-override v1.0.0
29322024-08-26T23:40:35.381Z[ helios-setup] Aug 26 23:40:34.478 INFO E| Compiling network-interface v0.1.6 (https://github.com/jclulow/network-interface?branch=illumos#827e6b7b)
29332024-08-26T23:40:35.787Z[ helios-setup] Aug 26 23:40:34.884 INFO E| Compiling concolor-query v0.3.3
29342024-08-26T23:40:36.162Z[ helios-setup] Aug 26 23:40:35.258 INFO E| Compiling anstyle v0.3.5
29352024-08-26T23:40:37.056Z[ helios-setup] Aug 26 23:40:36.153 INFO E| Compiling anstream v0.2.6
29362024-08-26T23:40:38.863Z[ helios-setup] Aug 26 23:40:37.959 INFO E| Compiling slog-term v2.9.0
29372024-08-26T23:40:39.854Z[ host-package] Compiling wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client)
29382024-08-26T23:40:40.271Z[ helios-setup] Aug 26 23:40:39.367 INFO E| Compiling flate2 v1.0.25
29392024-08-26T23:40:42.349Z[ helios-setup] Aug 26 23:40:41.444 INFO E| Compiling num_enum v0.5.7
29402024-08-26T23:40:42.610Z[ helios-setup] Aug 26 23:40:41.705 INFO E| Compiling rustfmt-wrapper v0.2.0
29412024-08-26T23:40:42.873Z[ helios-setup] Aug 26 23:40:41.969 INFO E| Compiling rand v0.8.5
29422024-08-26T23:40:44.084Z[ helios-setup] Aug 26 23:40:43.179 INFO E| Compiling typify v0.0.12-dev (https://github.com/oxidecomputer/typify#fec09bd1)
29432024-08-26T23:40:44.239Z[ helios-setup] Aug 26 23:40:43.334 INFO E| Compiling openapiv3 v1.0.2
29442024-08-26T23:40:46.687Z[ helios-setup] Aug 26 23:40:45.782 INFO E| Compiling encoding_rs v0.8.32
29452024-08-26T23:40:47.321Z[ helios-setup] Aug 26 23:40:46.416 INFO E| Compiling utf-8 v0.7.6
29462024-08-26T23:40:48.201Z[ helios-setup] Aug 26 23:40:47.295 INFO E| Compiling untrusted v0.7.1
29472024-08-26T23:40:48.858Z[ helios-setup] Aug 26 23:40:47.952 INFO E| Compiling strsim v0.10.0
29482024-08-26T23:40:52.285Z[ helios-setup] Aug 26 23:40:51.379 INFO E| Compiling mime v0.3.17
29492024-08-26T23:40:53.093Z[ helios-setup] Aug 26 23:40:52.187 INFO E| Compiling project-root v0.2.2
29502024-08-26T23:40:53.418Z[ helios-setup] Aug 26 23:40:52.512 INFO E| Compiling ipnet v2.7.2
29512024-08-26T23:40:53.494Z[ host-package] Compiling gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api)
29522024-08-26T23:40:53.617Z[ host-package] Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
29532024-08-26T23:40:53.908Z[ helios-setup] Aug 26 23:40:53.001 INFO E| Compiling unsafe-libyaml v0.2.8
29542024-08-26T23:40:54.334Z[ helios-setup] Aug 26 23:40:53.427 INFO E| Compiling byteorder v1.4.3
29552024-08-26T23:40:55.379Z[ host-package] Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
29562024-08-26T23:40:56.109Z[ helios-setup] Aug 26 23:40:55.202 INFO E| Compiling spin v0.5.2
29572024-08-26T23:40:56.320Z[ host-package] Compiling cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client)
29582024-08-26T23:40:56.710Z[ helios-setup] Aug 26 23:40:55.803 INFO E| Compiling either v1.8.0
29592024-08-26T23:40:57.349Z[ helios-setup] Aug 26 23:40:56.441 INFO E| Compiling base64 v0.13.1
29602024-08-26T23:40:57.446Z[ helios-setup] Aug 26 23:40:56.539 INFO E| Compiling clap_lex v0.4.1
29612024-08-26T23:40:57.535Z[ helios-setup] Aug 26 23:40:56.628 INFO E| Compiling rayon v1.6.1
29622024-08-26T23:40:58.443Z[ helios-setup] Aug 26 23:40:57.535 INFO E| Compiling tungstenite v0.18.0
29632024-08-26T23:40:58.560Z[ helios-setup] Aug 26 23:40:57.653 INFO E| Compiling clap_builder v4.2.1
29642024-08-26T23:40:58.834Z[ helios-setup] Aug 26 23:40:57.926 INFO E| Compiling serde_yaml v0.9.21
29652024-08-26T23:40:58.959Z[ helios-setup] Aug 26 23:40:58.052 INFO E| Compiling reqwest v0.11.16
29662024-08-26T23:41:05.984Z[ host-package] Compiling twox-hash v1.6.3
29672024-08-26T23:41:06.141Z[ helios-setup] Aug 26 23:41:05.232 INFO E| Compiling progenitor-impl v0.2.1-dev (https://github.com/oxidecomputer/progenitor#3a5fe998)
29682024-08-26T23:41:08.173Z[ host-package] Compiling signal-hook-tokio v0.3.1
29692024-08-26T23:41:08.437Z[ helios-setup] Aug 26 23:41:07.528 INFO E| Compiling devinfo v0.1.0 (git+ssh://git@github.com/oxidecomputer/facade#aadb1404)
29702024-08-26T23:41:08.702Z[ helios-setup] Aug 26 23:41:07.793 INFO E| Compiling bootserver v0.1.0 (https://github.com/oxidecomputer/boot-image-tools.git#300caa09)
29712024-08-26T23:41:08.705Z[ host-package] Compiling yasna v0.5.2
29722024-08-26T23:41:10.667Z[ helios-setup] Aug 26 23:41:09.757 INFO E| Compiling bootserver v0.1.0 (https://github.com/oxidecomputer/boot-image-tools.git?rev=ab61443eae8c99b17aac82cbedb9a0c917828f57#ab61443e)
29732024-08-26T23:41:11.230Z[ helios-setup] Aug 26 23:41:10.320 INFO E| Compiling hiercmd v0.1.0 (https://github.com/jclulow/hiercmd#d9d28d6a)
29742024-08-26T23:41:12.134Z[ host-package] Compiling portpicker v0.1.1
29752024-08-26T23:41:13.180Z[ helios-setup] Aug 26 23:41:12.270 INFO E| Compiling clap_derive v4.2.0
29762024-08-26T23:41:13.291Z[ host-package] Compiling unicode-linebreak v0.1.5
29772024-08-26T23:41:14.588Z[ host-package] Compiling smawk v0.3.2
29782024-08-26T23:41:14.732Z[ host-package] Compiling libfalcon v0.1.0 (https://github.com/oxidecomputer/falcon?rev=e69694a1f7cc9fe31fab27f321017280531fb5f7#e69694a1)
29792024-08-26T23:41:15.447Z[ host-package] Compiling textwrap v0.16.1
29802024-08-26T23:41:15.530Z[ host-package] Compiling rcgen v0.12.1
29812024-08-26T23:41:15.671Z[ helios-setup] Aug 26 23:41:14.761 INFO E| Compiling pilot-common v0.1.0 (/work/oxidecomputer/helios/projects/pilot/common)
29822024-08-26T23:41:17.115Z[ helios-setup] Aug 26 23:41:16.204 INFO E| Compiling progenitor-macro v0.2.1-dev (https://github.com/oxidecomputer/progenitor#3a5fe998)
29832024-08-26T23:41:17.800Z[ host-package] Compiling omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway)
29842024-08-26T23:41:22.652Z[ helios-setup] Aug 26 23:41:21.740 INFO E| Compiling clap v4.2.1
29852024-08-26T23:41:35.412Z[ host-package] Compiling nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
29862024-08-26T23:41:40.041Z[ helios-setup] Aug 26 23:41:39.126 INFO E| Compiling progenitor-client v0.2.1-dev (https://github.com/oxidecomputer/progenitor#3a5fe998)
29872024-08-26T23:41:42.193Z[ host-package] Compiling cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types)
29882024-08-26T23:41:42.964Z[ helios-setup] Aug 26 23:41:42.048 INFO E| Compiling tokio-tungstenite v0.18.0
29892024-08-26T23:41:43.240Z[ host-package] Compiling sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
29902024-08-26T23:41:44.224Z[ helios-setup] Aug 26 23:41:43.309 INFO E| Compiling smartstring v1.0.1
29912024-08-26T23:41:45.311Z[ helios-setup] Aug 26 23:41:44.396 INFO E| Compiling rustls v0.21.0
29922024-08-26T23:41:47.734Z[ helios-setup] Aug 26 23:41:46.818 INFO E| Compiling serde_spanned v0.6.1
29932024-08-26T23:41:48.298Z[ helios-setup] Aug 26 23:41:47.382 INFO E| Compiling toml_datetime v0.6.1
29942024-08-26T23:41:49.358Z[ host-package] Compiling nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface)
29952024-08-26T23:41:49.634Z[ helios-setup] Aug 26 23:41:48.717 INFO E| Compiling camino v1.1.4
29962024-08-26T23:41:50.600Z[ host-package] Compiling nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api)
29972024-08-26T23:41:50.684Z[ helios-setup] Aug 26 23:41:49.767 INFO E| Compiling paste v1.0.12
29982024-08-26T23:41:50.886Z[ host-package] Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin)
29992024-08-26T23:41:51.524Z[ host-package] Compiling crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=e58ca3693cb9ce0438947beba10e97ee38a0966b#e58ca369)
30002024-08-26T23:41:51.626Z[ helios-setup] Aug 26 23:41:50.709 INFO E| Compiling async-trait v0.1.68
30012024-08-26T23:41:51.883Z[ helios-setup] Aug 26 23:41:50.966 INFO E| Compiling winnow v0.4.1
30022024-08-26T23:41:52.025Z[ helios-setup] Aug 26 23:41:51.108 INFO E| Compiling slog-async v2.7.0
30032024-08-26T23:41:52.654Z[ helios-setup] Aug 26 23:41:51.737 INFO E| Compiling static_assertions v1.1.0
30042024-08-26T23:41:53.112Z[ helios-setup] Aug 26 23:41:52.195 INFO E| Compiling match_cfg v0.1.0
30052024-08-26T23:41:53.613Z[ helios-setup] Aug 26 23:41:52.695 INFO E| Compiling hostname v0.3.1
30062024-08-26T23:41:54.810Z[ helios-setup] Aug 26 23:41:53.893 INFO E| Compiling racktest-agent-protocol v0.0.0 (/work/oxidecomputer/helios/projects/pilot/racktest/agent/protocol)
30072024-08-26T23:41:55.285Z[ helios-setup] Aug 26 23:41:54.368 INFO E| Compiling slog-json v2.6.1
30082024-08-26T23:41:56.366Z[ helios-setup] Aug 26 23:41:55.448 INFO E| Compiling unicode-linebreak v0.1.4
30092024-08-26T23:41:59.143Z[ helios-setup] Aug 26 23:41:58.225 INFO E| Compiling toml_edit v0.19.8
30102024-08-26T23:42:01.237Z[ helios-setup] Aug 26 23:42:00.318 INFO E| Compiling async-stream-impl v0.3.5
30112024-08-26T23:42:03.467Z[ helios-setup] Aug 26 23:42:02.547 INFO E| Compiling rhai_codegen v1.5.0
30122024-08-26T23:42:04.146Z[ helios-setup] Aug 26 23:42:03.227 INFO E| Compiling dropshot v0.9.1-dev (https://github.com/oxidecomputer/dropshot.git?rev=9911f3cf00178e0ee64b99f2c59b5a5464075230#9911f3cf)
30132024-08-26T23:42:04.207Z[ host-package] Compiling oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api)
30142024-08-26T23:42:05.107Z[ helios-setup] Aug 26 23:42:04.188 INFO E| Compiling take_mut v0.2.2
30152024-08-26T23:42:05.999Z[ host-package] Compiling atomicwrites v0.4.3
30162024-08-26T23:42:07.374Z[ host-package] Compiling fatfs v0.3.6
30172024-08-26T23:42:08.531Z[ helios-setup] Aug 26 23:42:07.611 INFO E| Compiling rhai v1.14.0
30182024-08-26T23:42:10.996Z[ host-package] Compiling subprocess v0.2.9
30192024-08-26T23:42:11.053Z[ host-package] Compiling rtoolbox v0.0.2
30202024-08-26T23:42:11.375Z[ helios-setup] Aug 26 23:42:10.455 INFO E| Compiling toml v0.7.3
30212024-08-26T23:42:12.125Z[ host-package] Compiling assert_matches v1.5.0
30222024-08-26T23:42:12.533Z[ host-package] Compiling is_ci v1.2.0
30232024-08-26T23:42:12.712Z[ helios-setup] Aug 26 23:42:11.792 INFO E| Compiling async-stream v0.3.5
30242024-08-26T23:42:13.087Z[ helios-setup] Aug 26 23:42:12.167 INFO E| Compiling slog-bunyan v2.4.0
30252024-08-26T23:42:13.233Z[ host-package] Compiling supports-color v3.0.0
30262024-08-26T23:42:13.282Z[ host-package] Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
30272024-08-26T23:42:16.934Z[ helios-setup] Aug 26 23:42:16.012 INFO E| Compiling rustls-pemfile v1.0.2
30282024-08-26T23:42:18.432Z[ helios-setup] Aug 26 23:42:17.510 INFO E| Compiling dropshot_endpoint v0.9.1-dev (https://github.com/oxidecomputer/dropshot.git?rev=9911f3cf00178e0ee64b99f2c59b5a5464075230#9911f3cf)
30292024-08-26T23:42:19.617Z[ host-package] Compiling rpassword v7.3.1
30302024-08-26T23:42:20.573Z[ host-package] Compiling oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
30312024-08-26T23:42:21.426Z[ helios-setup] Aug 26 23:42:20.504 INFO E| Compiling serde_path_to_error v0.1.11
30322024-08-26T23:42:22.303Z[ host-package] Compiling cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api)
30332024-08-26T23:42:22.448Z[ helios-setup] Aug 26 23:42:21.525 INFO E| Compiling bincode v1.3.3
30342024-08-26T23:42:22.706Z[ helios-setup] Aug 26 23:42:21.783 INFO E| Compiling terminal_size v0.2.6
30352024-08-26T23:42:23.175Z[ helios-setup] Aug 26 23:42:22.252 INFO E| Compiling smawk v0.3.1
30362024-08-26T23:42:23.795Z[ helios-setup] Aug 26 23:42:22.872 INFO E| Compiling textwrap v0.16.0
30372024-08-26T23:42:24.940Z[ helios-setup] Aug 26 23:42:24.017 INFO E| Compiling racktest-control-protocol v0.0.0 (/work/oxidecomputer/helios/projects/pilot/racktest/control/protocol)
30382024-08-26T23:42:26.504Z[ host-package] Compiling tui-tree-widget v0.22.0
30392024-08-26T23:42:27.697Z[ host-package] Compiling wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api)
30402024-08-26T23:42:28.625Z[ host-package] Compiling installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api)
30412024-08-26T23:42:28.972Z[ host-package] Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb)
30422024-08-26T23:42:30.089Z[ host-package] Compiling clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api)
30432024-08-26T23:42:34.234Z[ helios-setup] Aug 26 23:42:33.309 INFO E| Compiling rustls-webpki v0.100.1
30442024-08-26T23:42:34.284Z[ helios-setup] Aug 26 23:42:33.359 INFO E| Compiling sct v0.7.0
30452024-08-26T23:42:35.719Z[ host-package] Compiling uzers v0.11.3
30462024-08-26T23:42:41.042Z[ host-package] Compiling wicket v0.1.0 (/work/oxidecomputer/omicron/wicket)
30472024-08-26T23:42:42.570Z[ helios-setup] Aug 26 23:42:41.644 INFO E| Compiling git2 v0.16.1
30482024-08-26T23:42:42.874Z[ host-package] Compiling zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup)
30492024-08-26T23:42:43.742Z[ helios-setup] Aug 26 23:42:42.816 INFO E| Compiling tokio-rustls v0.24.0
30502024-08-26T23:42:45.658Z[ host-package] Compiling omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin)
30512024-08-26T23:42:53.523Z[ host-package] Compiling wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd)
30522024-08-26T23:42:55.706Z[ helios-setup] Aug 26 23:42:54.778 INFO E| Compiling built v0.6.0
30532024-08-26T23:42:57.313Z[ helios-setup] Aug 26 23:42:56.384 INFO E| Compiling progenitor v0.2.1-dev (https://github.com/oxidecomputer/progenitor#3a5fe998)
30542024-08-26T23:42:59.617Z[ helios-setup] Aug 26 23:42:58.688 INFO E| Compiling racktest-agent-openapi v0.1.0 (/work/oxidecomputer/helios/projects/pilot/racktest/agent/openapi)
30552024-08-26T23:43:01.122Z[ helios-setup] Aug 26 23:43:00.193 INFO E| Compiling racktest-agent v0.0.0 (/work/oxidecomputer/helios/projects/pilot/racktest/agent/server)
30562024-08-26T23:43:10.093Z[ host-package] Compiling gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
30572024-08-26T23:43:25.510Z[ host-package] Compiling multimap v0.10.0
30582024-08-26T23:43:26.440Z[ helios-setup] Aug 26 23:43:25.506 INFO E| Compiling racktest-driver v0.0.0 (/work/oxidecomputer/helios/projects/pilot/racktest/driver)
30592024-08-26T23:43:28.722Z[ helios-setup] Aug 26 23:43:27.788 INFO E| Compiling racktest-control-server v0.0.0 (/work/oxidecomputer/helios/projects/pilot/racktest/control/server)
30602024-08-26T23:44:13.876Z[ helios-setup] Aug 26 23:44:12.933 INFO E| Compiling pilot v0.1.0 (/work/oxidecomputer/helios/projects/pilot)
30612024-08-26T23:45:20.043Z[ helios-setup] Aug 26 23:45:19.089 INFO E| Finished `release` profile [optimized] target(s) in 6m 49s
30622024-08-26T23:45:20.185Z[ helios-setup] Aug 26 23:45:19.231 INFO building project "pilot" ok (409 seconds)
30632024-08-26T23:45:20.185Z[ helios-setup] Aug 26 23:45:19.231 INFO building project "bootserver" at /work/oxidecomputer/helios/projects/bootserver
30642024-08-26T23:45:20.188Z[ helios-setup] Aug 26 23:45:19.231 INFO exec: ["cargo", "build", "--locked", "--release"], pwd: Some("/work/oxidecomputer/helios/projects/bootserver")
30652024-08-26T23:45:20.618Z[ helios-setup] Aug 26 23:45:19.664 INFO E| Downloading crates ...
30662024-08-26T23:45:20.782Z[ helios-setup] Aug 26 23:45:19.828 INFO E| Downloaded typenum v1.15.0
30672024-08-26T23:45:20.787Z[ helios-setup] Aug 26 23:45:19.833 INFO E| Downloaded sha2 v0.10.5
30682024-08-26T23:45:20.790Z[ helios-setup] Aug 26 23:45:19.836 INFO E| Downloaded digest v0.10.3
30692024-08-26T23:45:20.793Z[ helios-setup] Aug 26 23:45:19.839 INFO E| Downloaded bytes v1.2.1
30702024-08-26T23:45:20.799Z[ helios-setup] Aug 26 23:45:19.845 INFO E| Downloaded anyhow v1.0.62
30712024-08-26T23:45:20.996Z[ helios-setup] Aug 26 23:45:20.042 INFO E| Compiling version_check v0.9.4
30722024-08-26T23:45:20.999Z[ helios-setup] Aug 26 23:45:20.042 INFO E| Compiling typenum v1.15.0
30732024-08-26T23:45:20.999Z[ helios-setup] Aug 26 23:45:20.042 INFO E| Compiling crc32fast v1.3.2
30742024-08-26T23:45:20.999Z[ helios-setup] Aug 26 23:45:20.042 INFO E| Compiling cfg-if v1.0.0
30752024-08-26T23:45:21.000Z[ helios-setup] Aug 26 23:45:20.042 INFO E| Compiling anyhow v1.0.62
30762024-08-26T23:45:21.000Z[ helios-setup] Aug 26 23:45:20.042 INFO E| Compiling adler v1.0.2
30772024-08-26T23:45:21.000Z[ helios-setup] Aug 26 23:45:20.043 INFO E| Compiling cpufeatures v0.2.5
30782024-08-26T23:45:21.000Z[ helios-setup] Aug 26 23:45:20.043 INFO E| Compiling unicode-width v0.1.10
30792024-08-26T23:45:21.260Z[ helios-setup] Aug 26 23:45:20.305 INFO E| Compiling bytes v1.2.1
30802024-08-26T23:45:21.553Z[ helios-setup] Aug 26 23:45:20.599 INFO E| Compiling miniz_oxide v0.6.2
30812024-08-26T23:45:21.623Z[ helios-setup] Aug 26 23:45:20.668 INFO E| Compiling getopts v0.2.21
30822024-08-26T23:45:21.830Z[ helios-setup] Aug 26 23:45:20.876 INFO E| Compiling bitflags v1.3.2
30832024-08-26T23:45:22.484Z[ helios-setup] Aug 26 23:45:21.529 INFO E| Compiling generic-array v0.14.6
30842024-08-26T23:45:23.178Z[ helios-setup] Aug 26 23:45:22.224 INFO E| Compiling flate2 v1.0.25
30852024-08-26T23:45:27.501Z[ helios-setup] Aug 26 23:45:26.545 INFO E| Compiling block-buffer v0.10.3
30862024-08-26T23:45:27.501Z[ helios-setup] Aug 26 23:45:26.545 INFO E| Compiling crypto-common v0.1.6
30872024-08-26T23:45:27.693Z[ helios-setup] Aug 26 23:45:26.738 INFO E| Compiling digest v0.10.3
30882024-08-26T23:45:28.081Z[ helios-setup] Aug 26 23:45:27.126 INFO E| Compiling sha2 v0.10.5
30892024-08-26T23:45:28.604Z[ helios-setup] Aug 26 23:45:27.648 INFO E| Compiling bootserver v0.1.0 (/work/oxidecomputer/helios/projects/bootserver)
30902024-08-26T23:45:34.114Z[ helios-setup] Aug 26 23:45:33.158 INFO E| Finished `release` profile [optimized] target(s) in 13.81s
30912024-08-26T23:45:34.139Z[ helios-setup] Aug 26 23:45:33.183 INFO building project "bootserver" ok (13 seconds)
30922024-08-26T23:45:34.143Z[ helios-setup] rm -f helios-build
30932024-08-26T23:45:34.145Z[ helios-setup] ln -s tools/helios-build/target/debug/helios-build
30942024-08-26T23:45:34.148Z[ helios-setup]
30952024-08-26T23:45:34.150Z[ helios-setup] Setup complete! ./helios-build is now available.
30962024-08-26T23:45:34.153Z[ helios-setup]
30972024-08-26T23:45:34.153Z[ helios-setup]
30982024-08-26T23:45:34.153Z[ helios-setup] real 11:55.460559469
30992024-08-26T23:45:34.153Z[ helios-setup] user 28:44.134738484
31002024-08-26T23:45:34.153Z[ helios-setup] sys 3:34.223264068
31012024-08-26T23:45:34.153Z[ helios-setup] trap 1.697454973
31022024-08-26T23:45:34.153Z[ helios-setup] tflt 7.455782106
31032024-08-26T23:45:34.153Z[ helios-setup] dflt 32.456816697
31042024-08-26T23:45:34.153Z[ helios-setup] kflt 0.040023485
31052024-08-26T23:45:34.153Z[ helios-setup] lock 1:51:09.223082865
31062024-08-26T23:45:34.153Z[ helios-setup] slp 3:43:28.082561505
31072024-08-26T23:45:34.153Z[ helios-setup] lat 32:33.440102078
31082024-08-26T23:45:34.153Z[ helios-setup] stop 4:33.791886051
31092024-08-26T23:45:34.155ZAug 26 23:45:33.196 INFO [helios-setup] process exited with exit status: 0 (715.466449646s)
31102024-08-26T23:45:34.155ZAug 26 23:45:33.197 INFO [phbl-toolchain] running: /home/build/.cargo/bin/cargo --version
31112024-08-26T23:45:34.174Z[ phbl-toolchain] info: syncing channel updates for 'nightly-2024-03-19-x86_64-unknown-illumos'
31122024-08-26T23:45:34.402Z[ phbl-toolchain] info: latest update on 2024-03-19, rust version 1.79.0-nightly (3c85e5624 2024-03-18)
31132024-08-26T23:45:34.402Z[ phbl-toolchain] info: downloading component 'cargo'
31142024-08-26T23:45:36.295Z[ phbl-toolchain] info: downloading component 'clippy'
31152024-08-26T23:45:36.550Z[ phbl-toolchain] info: downloading component 'llvm-tools'
31162024-08-26T23:45:41.930Z[ phbl-toolchain] info: downloading component 'miri'
31172024-08-26T23:45:42.234Z[ phbl-toolchain] info: downloading component 'rust-docs'
31182024-08-26T23:45:43.613Z[ phbl-toolchain] info: downloading component 'rust-src'
31192024-08-26T23:45:44.082Z[ phbl-toolchain] info: downloading component 'rust-std'
31202024-08-26T23:45:46.195Z[ phbl-toolchain] info: downloading component 'rustc'
31212024-08-26T23:45:51.596Z[ phbl-toolchain] info: downloading component 'rustfmt'
31222024-08-26T23:45:51.820Z[ phbl-toolchain] info: installing component 'cargo'
31232024-08-26T23:45:53.440Z[ phbl-toolchain] info: installing component 'clippy'
31242024-08-26T23:45:54.123Z[ phbl-toolchain] info: installing component 'llvm-tools'
31252024-08-26T23:45:55.363Z[ host-package] Compiling internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns-cli)
31262024-08-26T23:45:59.866Z[ phbl-toolchain] info: installing component 'miri'
31272024-08-26T23:46:00.184Z[ phbl-toolchain] info: installing component 'rust-docs'
31282024-08-26T23:46:07.254Z[ phbl-toolchain] info: installing component 'rust-src'
31292024-08-26T23:46:07.826Z[ phbl-toolchain] info: installing component 'rust-std'
31302024-08-26T23:46:10.450Z[ phbl-toolchain] info: installing component 'rustc'
31312024-08-26T23:46:16.689Z[ phbl-toolchain] info: installing component 'rustfmt'
31322024-08-26T23:46:17.423Z[ phbl-toolchain] cargo 1.79.0-nightly (2fe739fcf 2024-03-15)
31332024-08-26T23:46:17.425ZAug 26 23:46:16.461 INFO [phbl-toolchain] process exited with exit status: 0 (43.264513805s)
31342024-08-26T23:46:23.424Z[ host-package] Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
31352024-08-26T23:53:02.245Z[ host-package] Finished `release` profile [optimized] target(s) in 18m 38s
31362024-08-26T23:54:03.626ZAug 26 23:54:02.579 INFO [host-package] process exited with exit status: 0 (1180.135449794s)
31372024-08-26T23:54:03.626ZAug 26 23:54:02.579 INFO [host-stamp] running task
31382024-08-26T23:54:03.628ZAug 26 23:54:02.579 INFO [recovery-package] running: /work/oxidecomputer/omicron/target/release/omicron-package --target recovery --artifacts /work/artifacts-recovery package
31392024-08-26T23:54:03.633ZAug 26 23:54:02.586 INFO [stamp-propolis-server] running: /work/oxidecomputer/omicron/target/release/omicron-package --target host --artifacts /work/oxidecomputer/omicron/out stamp propolis-server 10.0.0-0.ci+gitfb9ee7ec124
31402024-08-26T23:54:03.638ZAug 26 23:54:02.591 INFO [stamp-mg-ddm-gz] running: /work/oxidecomputer/omicron/target/release/omicron-package --target host --artifacts /work/oxidecomputer/omicron/out stamp mg-ddm-gz 10.0.0-0.ci+gitfb9ee7ec124
31412024-08-26T23:54:03.643Z[recovery-package] Logging to: /work/artifacts-recovery/LOG
31422024-08-26T23:54:03.645ZAug 26 23:54:02.597 INFO [stamp-oxlog] running: /work/oxidecomputer/omicron/target/release/omicron-package --target host --artifacts /work/oxidecomputer/omicron/out stamp oxlog 10.0.0-0.ci+gitfb9ee7ec124
31432024-08-26T23:54:03.648Z[stamp-propolis-server] Logging to: /work/oxidecomputer/omicron/out/LOG
31442024-08-26T23:54:03.651ZAug 26 23:54:02.603 INFO [stamp-crucible-dtrace] running: /work/oxidecomputer/omicron/target/release/omicron-package --target host --artifacts /work/oxidecomputer/omicron/out stamp crucible-dtrace 10.0.0-0.ci+gitfb9ee7ec124
31452024-08-26T23:54:03.655Z[ stamp-mg-ddm-gz] Logging to: /work/oxidecomputer/omicron/out/LOG
31462024-08-26T23:54:03.657ZAug 26 23:54:02.609 INFO [stamp-pumpkind-gz] running: /work/oxidecomputer/omicron/target/release/omicron-package --target host --artifacts /work/oxidecomputer/omicron/out stamp pumpkind-gz 10.0.0-0.ci+gitfb9ee7ec124
31472024-08-26T23:54:03.662Z[ stamp-oxlog] Logging to: /work/oxidecomputer/omicron/out/LOG
31482024-08-26T23:54:03.666ZAug 26 23:54:02.619 INFO [stamp-omicron-sled-agent] running: /work/oxidecomputer/omicron/target/release/omicron-package --target host --artifacts /work/oxidecomputer/omicron/out stamp omicron-sled-agent 10.0.0-0.ci+gitfb9ee7ec124
31492024-08-26T23:54:03.674Z[ stamp-oxlog] Created: /work/oxidecomputer/omicron/out/versioned/oxlog.tar
31502024-08-26T23:54:03.677Z[stamp-crucible-dtrace] Logging to: /work/oxidecomputer/omicron/out/LOG
31512024-08-26T23:54:03.677Z[stamp-crucible-dtrace] Created: /work/oxidecomputer/omicron/out/versioned/crucible-dtrace.tar
31522024-08-26T23:54:03.679ZAug 26 23:54:02.630 INFO [stamp-overlay] running: /work/oxidecomputer/omicron/target/release/omicron-package --target host --artifacts /work/oxidecomputer/omicron/out stamp overlay 10.0.0-0.ci+gitfb9ee7ec124
31532024-08-26T23:54:03.684Z[stamp-pumpkind-gz] Logging to: /work/oxidecomputer/omicron/out/LOG
31542024-08-26T23:54:03.688Z[stamp-omicron-sled-agent] Logging to: /work/oxidecomputer/omicron/out/LOG
31552024-08-26T23:54:03.691ZAug 26 23:54:02.641 INFO [stamp-switch-asic] running: /work/oxidecomputer/omicron/target/release/omicron-package --target host --artifacts /work/oxidecomputer/omicron/out stamp switch-asic 10.0.0-0.ci+gitfb9ee7ec124
31562024-08-26T23:54:03.699ZAug 26 23:54:02.652 INFO [stamp-crucible-dtrace] process exited with exit status: 0 (49.527648ms)
31572024-08-26T23:54:03.699ZAug 26 23:54:02.652 INFO [stamp-oxlog] process exited with exit status: 0 (55.264338ms)
31582024-08-26T23:54:03.702Z[ stamp-overlay] Logging to: /work/oxidecomputer/omicron/out/LOG
31592024-08-26T23:54:03.705Z[ stamp-overlay] Created: /work/oxidecomputer/omicron/out/versioned/overlay.tar.gz
31602024-08-26T23:54:03.707ZAug 26 23:54:02.659 INFO [stamp-overlay] process exited with exit status: 0 (28.775707ms)
31612024-08-26T23:54:03.711Z[stamp-switch-asic] Logging to: /work/oxidecomputer/omicron/out/LOG
31622024-08-26T23:54:03.765Z[stamp-pumpkind-gz] Created: /work/oxidecomputer/omicron/out/versioned/pumpkind-gz.tar
31632024-08-26T23:54:03.769ZAug 26 23:54:02.722 INFO [stamp-pumpkind-gz] process exited with exit status: 0 (112.112752ms)
31642024-08-26T23:54:03.867Z[ stamp-mg-ddm-gz] Created: /work/oxidecomputer/omicron/out/versioned/mg-ddm-gz.tar
31652024-08-26T23:54:03.871ZAug 26 23:54:02.823 INFO [stamp-mg-ddm-gz] process exited with exit status: 0 (232.703268ms)
31662024-08-26T23:54:04.018Z[stamp-omicron-sled-agent] Created: /work/oxidecomputer/omicron/out/versioned/omicron-sled-agent.tar
31672024-08-26T23:54:04.022ZAug 26 23:54:02.974 INFO [stamp-omicron-sled-agent] process exited with exit status: 0 (354.99765ms)
31682024-08-26T23:54:04.784Z[stamp-propolis-server] Created: /work/oxidecomputer/omicron/out/versioned/propolis-server.tar.gz
31692024-08-26T23:54:04.788ZAug 26 23:54:03.741 INFO [stamp-propolis-server] process exited with exit status: 0 (1.155095896s)
31702024-08-26T23:54:04.879Z[recovery-package] Compiling installinator-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-client)
31712024-08-26T23:54:07.288Z[recovery-package] Compiling installinator v0.1.0 (/work/oxidecomputer/omicron/installinator)
31722024-08-26T23:54:13.738Z[stamp-switch-asic] Created: /work/oxidecomputer/omicron/out/versioned/switch-asic.tar.gz
31732024-08-26T23:54:13.741ZAug 26 23:54:12.692 INFO [stamp-switch-asic] process exited with exit status: 0 (10.05080712s)
31742024-08-26T23:54:13.743ZAug 26 23:54:12.692 INFO [host-stamp] task succeeded (10.113319114s)
31752024-08-26T23:54:13.743ZAug 26 23:54:12.692 INFO [host-proto] running task
31762024-08-26T23:54:14.118ZAug 26 23:54:13.069 INFO [host-proto] task succeeded (376.947576ms)
31772024-08-26T23:54:14.118ZAug 26 23:54:13.069 INFO [host-profile] running task
31782024-08-26T23:54:14.120ZAug 26 23:54:13.069 INFO [host-profile] task succeeded (268.958µs)
31792024-08-26T23:54:14.120ZAug 26 23:54:13.070 INFO [host-image] running: IMAGE_DATASET=rpool/images/build/host ptime -m /work/oxidecomputer/helios/helios-build experiment-image -o /work/os-host -F 'optever=0.33.293' -P /tmp/.tmpPOKhvJ/proto/host/root -N 'ci fb9ee7e/${os_short_commit} 2024-08-26 23:33' -s host -B -p 'helios-dev=https://pkg.oxide.computer/helios/2/dev/'
31802024-08-26T23:54:14.133Z[ host-image] Aug 26 23:54:13.083 INFO using AMD firmware configuration file "/work/oxidecomputer/helios/image/amd/milan-gimlet-b.efs.json5"
31812024-08-26T23:54:14.135Z[ host-image] Aug 26 23:54:13.084 INFO using AMD firmware blob directories ["/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.a"]
31822024-08-26T23:54:14.147Z[ host-image] Aug 26 23:54:13.098 INFO generated template "/work/oxidecomputer/helios/tmp/image.host/genproto.json" for extra proto "/tmp/.tmpPOKhvJ/proto/host/root"
31832024-08-26T23:54:14.148Z[ host-image] Aug 26 23:54:13.098 INFO using external package repository https://pkg.oxide.computer/helios/2/dev/
31842024-08-26T23:54:14.150Z[ host-image] Aug 26 23:54:13.099 INFO image builder template: ramdisk-01-os...
31852024-08-26T23:54:14.150Z[ host-image] Aug 26 23:54:13.099 INFO exec: ["pfexec", "/work/oxidecomputer/helios/projects/image-builder/target/debug/image-builder", "build", "-d", "rpool/images/build/host", "-g", "gimlet", "-T", "/work/oxidecomputer/helios/image/templates", "-F", "relver=2", "-E", "/tmp/.tmpPOKhvJ/proto/host/root", "-F", "genproto=/work/oxidecomputer/helios/tmp/image.host/genproto.json", "-E", "/work/oxidecomputer/helios/tmp/image.host/omicron1", "-E", "/work/oxidecomputer/helios/projects", "-F", "repo_publisher=helios-dev", "-F", "repo_url=https://pkg.oxide.computer/helios/2/dev/", "-F", "baud=3000000", "-F", "omicron1", "-F", "optever=0.33.293", "-n", "ramdisk-01-os", "--fullreset"], pwd: None
31862024-08-26T23:54:14.176Z[ host-image] Aug 26 23:54:13.127 INFO O| Aug 26 23:54:13.127 INFO CREATE DATASET: rpool/images/build/host/output
31872024-08-26T23:54:14.431Z[ host-image] Aug 26 23:54:13.381 INFO O| Aug 26 23:54:13.381 INFO temporary dataset: rpool/images/build/host/tmp/gimlet/ramdisk-01-os
31882024-08-26T23:54:14.435Z[ host-image] Aug 26 23:54:13.386 INFO O| Aug 26 23:54:13.386 INFO CREATE DATASET: rpool/images/build/host/tmp/gimlet/ramdisk-01-os
31892024-08-26T23:54:14.614Z[ host-image] Aug 26 23:54:13.565 INFO O| Aug 26 23:54:13.565 INFO SET DATASET PROPERTY ON rpool/images/build/host/tmp/gimlet/ramdisk-01-os: sync = disabled
31902024-08-26T23:54:14.673Z[ host-image] Aug 26 23:54:13.623 INFO O| Aug 26 23:54:13.623 INFO temporary directory: /rpool/images/build/host/tmp/gimlet/ramdisk-01-os
31912024-08-26T23:54:14.675Z[ host-image] Aug 26 23:54:13.623 INFO O| Aug 26 23:54:13.623 INFO work dataset: rpool/images/build/host/work/gimlet/ramdisk
31922024-08-26T23:54:14.675Z[ host-image] Aug 26 23:54:13.623 INFO O| Aug 26 23:54:13.623 INFO resetting by removing work dataset: rpool/images/build/host/work/gimlet/ramdisk
31932024-08-26T23:54:14.675Z[ host-image] Aug 26 23:54:13.623 INFO O| Aug 26 23:54:13.623 INFO DESTROY DATASET: rpool/images/build/host/work/gimlet/ramdisk
31942024-08-26T23:54:14.681Z[ host-image] Aug 26 23:54:13.631 INFO O| Aug 26 23:54:13.631 INFO CREATE DATASET: rpool/images/build/host/work/gimlet/ramdisk
31952024-08-26T23:54:14.852Z[ host-image] Aug 26 23:54:13.803 INFO O| Aug 26 23:54:13.803 INFO STEP 0: pkg_image_create, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
31962024-08-26T23:54:14.866Z[ host-image] Aug 26 23:54:13.817 INFO O| Aug 26 23:54:13.817 INFO exec: ["/usr/bin/pkg", "image-create", "--full", "/rpool/images/build/host/work/gimlet/ramdisk"]
31972024-08-26T23:54:15.256Z[ host-image] Aug 26 23:54:14.206 INFO O| Aug 26 23:54:14.206 INFO O| Caching catalogs ... Done
31982024-08-26T23:54:15.363Z[ host-image] Aug 26 23:54:14.313 INFO O| Aug 26 23:54:14.313 INFO STEP 0 (pkg_image_create) COMPLETE
31992024-08-26T23:54:15.363Z[ host-image] Aug 26 23:54:14.313 INFO O| Aug 26 23:54:14.313 INFO STEP 1: pkg_set_publisher, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
32002024-08-26T23:54:15.365Z[ host-image] Aug 26 23:54:14.313 INFO O| Aug 26 23:54:14.313 INFO skip step because feature "repo_redist" is not enabled
32012024-08-26T23:54:15.365Z[ host-image] Aug 26 23:54:14.313 INFO O| Aug 26 23:54:14.313 INFO STEP 2: pkg_set_publisher, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
32022024-08-26T23:54:15.379Z[ host-image] Aug 26 23:54:14.329 INFO O| Aug 26 23:54:14.329 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/host/work/gimlet/ramdisk", "set-publisher", "--no-refresh", "-O", "https://pkg.oxide.computer/helios/2/dev/", "helios-dev"]
32032024-08-26T23:54:15.922Z[ host-image] Aug 26 23:54:14.872 INFO O| Aug 26 23:54:14.872 INFO STEP 2 (pkg_set_publisher) COMPLETE
32042024-08-26T23:54:15.922Z[ host-image] Aug 26 23:54:14.872 INFO O| Aug 26 23:54:14.872 INFO STEP 3: pkg_set_publisher, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
32052024-08-26T23:54:15.938Z[ host-image] Aug 26 23:54:14.888 INFO O| Aug 26 23:54:14.888 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/host/work/gimlet/ramdisk", "set-publisher", "--no-refresh", "-O", "https://pkg.oxide.computer/helios/2/dev/", "helios-dev"]
32062024-08-26T23:54:16.469Z[ host-image] Aug 26 23:54:15.420 INFO O| Aug 26 23:54:15.419 INFO STEP 3 (pkg_set_publisher) COMPLETE
32072024-08-26T23:54:16.469Z[ host-image] Aug 26 23:54:15.420 INFO O| Aug 26 23:54:15.420 INFO STEP 4: pkg_set_publisher, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
32082024-08-26T23:54:16.472Z[ host-image] Aug 26 23:54:15.420 INFO O| Aug 26 23:54:15.420 INFO skip step because feature "repo_redist" is not enabled
32092024-08-26T23:54:16.472Z[ host-image] Aug 26 23:54:15.420 INFO O| Aug 26 23:54:15.420 INFO STEP 5: pkg_change_variant, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
32102024-08-26T23:54:17.009Z[ host-image] Aug 26 23:54:15.959 INFO O| Aug 26 23:54:15.959 INFO variant opensolaris.zone is already global
32112024-08-26T23:54:17.009Z[ host-image] Aug 26 23:54:15.959 INFO O| Aug 26 23:54:15.959 INFO STEP 5 (pkg_change_variant) COMPLETE
32122024-08-26T23:54:17.012Z[ host-image] Aug 26 23:54:15.959 INFO O| Aug 26 23:54:15.959 INFO STEP 6: pkg_change_variant, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
32132024-08-26T23:54:17.551Z[ host-image] Aug 26 23:54:16.501 INFO O| Aug 26 23:54:16.501 INFO variant opensolaris.imagetype is full; changing to partial
32142024-08-26T23:54:17.551Z[ host-image] Aug 26 23:54:16.501 INFO O| Aug 26 23:54:16.501 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/host/work/gimlet/ramdisk", "change-variant", "opensolaris.imagetype=partial"]
32152024-08-26T23:54:23.113Z[ host-image] Aug 26 23:54:22.062 INFO O| Aug 26 23:54:22.062 INFO O| Startup: Refreshing catalog 'helios-dev' ... Done
32162024-08-26T23:54:25.567Z[ host-image] Aug 26 23:54:24.446 INFO O| Aug 26 23:54:24.446 INFO O| Startup: Caching catalogs ... Done
32172024-08-26T23:54:25.571Z[ host-image] Aug 26 23:54:24.494 INFO O| Aug 26 23:54:24.494 INFO O| Planning: Planning completed in 0.00 seconds
32182024-08-26T23:54:25.571Z[ host-image] Aug 26 23:54:24.495 INFO O| Aug 26 23:54:24.495 INFO O| Planning: Consolidating action changes ... Done
32192024-08-26T23:54:25.571Z[ host-image] Aug 26 23:54:24.495 INFO O| Aug 26 23:54:24.495 INFO O| Planning: Evaluating mediators ... Done
32202024-08-26T23:54:25.571Z[ host-image] Aug 26 23:54:24.495 INFO O| Aug 26 23:54:24.495 INFO O| Planning: Planning completed in 0.00 seconds
32212024-08-26T23:54:25.571Z[ host-image] Aug 26 23:54:24.495 INFO O| Aug 26 23:54:24.495 INFO O| Variants/Facets to change: 1
32222024-08-26T23:54:25.571Z[ host-image] Aug 26 23:54:24.513 INFO O| Aug 26 23:54:24.513 INFO O| Done
32232024-08-26T23:54:25.571Z[ host-image] Aug 26 23:54:24.513 INFO O| Aug 26 23:54:24.513 INFO O| Done
32242024-08-26T23:54:25.919Z[ host-image] Aug 26 23:54:24.868 INFO O| Aug 26 23:54:24.868 INFO O| Done
32252024-08-26T23:54:25.948Z[ host-image] Aug 26 23:54:24.897 INFO O| Aug 26 23:54:24.897 INFO O| Done
32262024-08-26T23:54:25.951Z[ host-image] Aug 26 23:54:24.898 INFO O| Aug 26 23:54:24.898 INFO O| Done
32272024-08-26T23:54:25.951Z[ host-image] Aug 26 23:54:24.898 INFO O| Aug 26 23:54:24.898 INFO O| Done
32282024-08-26T23:54:25.951Z[ host-image] Aug 26 23:54:24.899 INFO O| Aug 26 23:54:24.899 INFO O| Done
32292024-08-26T23:54:26.239Z[ host-image] Aug 26 23:54:25.188 INFO O| Aug 26 23:54:25.187 INFO STEP 6 (pkg_change_variant) COMPLETE
32302024-08-26T23:54:26.239Z[ host-image] Aug 26 23:54:25.188 INFO O| Aug 26 23:54:25.187 INFO STEP 7: pkg_change_variant, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
32312024-08-26T23:54:26.239Z[ host-image] Aug 26 23:54:25.188 INFO O| Aug 26 23:54:25.188 INFO skip step because feature "debug_variant" is not enabled
32322024-08-26T23:54:26.242Z[ host-image] Aug 26 23:54:25.188 INFO O| Aug 26 23:54:25.188 INFO STEP 8: pkg_change_facet, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
32332024-08-26T23:54:26.342Z[recovery-package] Finished `release` profile [optimized] target(s) in 22.49s
32342024-08-26T23:54:26.570Z[ host-image] Aug 26 23:54:25.519 INFO O| Aug 26 23:54:25.519 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/host/work/gimlet/ramdisk", "change-facet", "openssl.10=false"]
32352024-08-26T23:54:27.049Z[ host-image] Aug 26 23:54:25.997 INFO O| Aug 26 23:54:25.996 INFO O| Startup: Refreshing catalog 'helios-dev' ... Done
32362024-08-26T23:54:27.052Z[ host-image] Aug 26 23:54:25.998 INFO O| Aug 26 23:54:25.998 INFO O| Planning: Planning completed in 0.00 seconds
32372024-08-26T23:54:27.052Z[ host-image] Aug 26 23:54:25.999 INFO O| Aug 26 23:54:25.999 INFO O| Planning: Consolidating action changes ... Done
32382024-08-26T23:54:27.052Z[ host-image] Aug 26 23:54:25.999 INFO O| Aug 26 23:54:25.999 INFO O| Planning: Evaluating mediators ... Done
32392024-08-26T23:54:27.052Z[ host-image] Aug 26 23:54:25.999 INFO O| Aug 26 23:54:25.999 INFO O| Planning: Planning completed in 0.00 seconds
32402024-08-26T23:54:27.052Z[ host-image] Aug 26 23:54:26.000 INFO O| Aug 26 23:54:26.000 INFO O| Variants/Facets to change: 1
32412024-08-26T23:54:27.072Z[ host-image] Aug 26 23:54:26.020 INFO O| Aug 26 23:54:26.020 INFO O| Done
32422024-08-26T23:54:27.072Z[ host-image] Aug 26 23:54:26.020 INFO O| Aug 26 23:54:26.020 INFO O| Done
32432024-08-26T23:54:27.401Z[ host-image] Aug 26 23:54:26.348 INFO O| Aug 26 23:54:26.348 INFO O| Done
32442024-08-26T23:54:27.436Z[ host-image] Aug 26 23:54:26.384 INFO O| Aug 26 23:54:26.384 INFO O| Done
32452024-08-26T23:54:27.439Z[ host-image] Aug 26 23:54:26.385 INFO O| Aug 26 23:54:26.385 INFO O| Done
32462024-08-26T23:54:27.439Z[ host-image] Aug 26 23:54:26.385 INFO O| Aug 26 23:54:26.385 INFO O| Done
32472024-08-26T23:54:27.439Z[ host-image] Aug 26 23:54:26.386 INFO O| Aug 26 23:54:26.386 INFO O| Done
32482024-08-26T23:54:27.487Z[ host-image] Aug 26 23:54:26.434 INFO O| Aug 26 23:54:26.434 INFO STEP 8 (pkg_change_facet) COMPLETE
32492024-08-26T23:54:27.487Z[ host-image] Aug 26 23:54:26.434 INFO O| Aug 26 23:54:26.434 INFO STEP 9: pkg_change_facet, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
32502024-08-26T23:54:27.492Z[ host-image] Aug 26 23:54:26.434 INFO O| Aug 26 23:54:26.434 INFO skip step because feature "recovery" is not enabled
32512024-08-26T23:54:27.492Z[ host-image] Aug 26 23:54:26.434 INFO O| Aug 26 23:54:26.434 INFO STEP 10: pkg_change_facet, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
32522024-08-26T23:54:27.492Z[ host-image] Aug 26 23:54:26.434 INFO O| Aug 26 23:54:26.434 INFO skip step because feature "recovery" is not enabled
32532024-08-26T23:54:27.492Z[ host-image] Aug 26 23:54:26.434 INFO O| Aug 26 23:54:26.434 INFO STEP 11: pkg_install, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
32542024-08-26T23:54:27.498Z[ host-image] Aug 26 23:54:26.447 INFO O| Aug 26 23:54:26.447 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/host/work/gimlet/ramdisk", "install", "/developer/debug/mdb", "/system/kernel/dtrace/providers", "/system/network", "/system/microcode/oxide", "/driver/network/cxgbe", "/driver/network/e1000g", "/driver/network/igb", "/driver/network/ixgbe", "/driver/network/rge", "/driver/storage/nvme", "/developer/macro/cpp", "/system/library/gcc-runtime", "/system/library/g++-runtime", "/developer/linker", "/diagnostic/diskinfo", "/diagnostic/pci", "/diagnostic/cpu-counters", "/system/data/hardware-registry", "/system/extended-system-utilities", "/web/curl", "/text/column", "/text/less", "/text/looker", "/ooce/util/jq", "/system/watch", "/editor/vim", "/terminal/resize", "/system/data/urxvt-terminfo", "/network/netcat", "/network/rsync", "/network/snoop", "/compress/gzip", "/locale/en", "/system/network/routing", "/driver/cpu/amd/zen", "/driver/gpio/amd/zen", "/system/gpio", "/system/bhyve", "/system/library/bhyve", "/service/network/chrony", "/driver/misc/tofino", "/library/expat", "/system/library/pcap", "/network/dns/bind", "/network/openssh-server", "oxide/platform-identity-cacerts"]
32552024-08-26T23:54:27.702ZAug 26 23:54:26.651 INFO [recovery-package] process exited with exit status: 0 (24.071480517s)
32562024-08-26T23:54:27.702ZAug 26 23:54:26.651 INFO [recovery-stamp] running task
32572024-08-26T23:54:27.705ZAug 26 23:54:26.651 INFO [verify-libraries] running: /home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/cargo xtask verify-libraries --release
32582024-08-26T23:54:27.709ZAug 26 23:54:26.657 INFO [stamp-mg-ddm-gz] running: /work/oxidecomputer/omicron/target/release/omicron-package --target recovery --artifacts /work/artifacts-recovery stamp mg-ddm-gz 10.0.0-0.ci+gitfb9ee7ec124
32592024-08-26T23:54:27.716ZAug 26 23:54:26.664 INFO [stamp-installinator] running: /work/oxidecomputer/omicron/target/release/omicron-package --target recovery --artifacts /work/artifacts-recovery stamp installinator 10.0.0-0.ci+gitfb9ee7ec124
32602024-08-26T23:54:27.726Z[ stamp-mg-ddm-gz] Logging to: /work/artifacts-recovery/LOG
32612024-08-26T23:54:27.731Z[stamp-installinator] Logging to: /work/artifacts-recovery/LOG
32622024-08-26T23:54:27.796Z[stamp-installinator] Created: /work/artifacts-recovery/versioned/installinator.tar
32632024-08-26T23:54:27.800ZAug 26 23:54:26.749 INFO [stamp-installinator] process exited with exit status: 0 (84.422626ms)
32642024-08-26T23:54:27.841Z[ stamp-mg-ddm-gz] Created: /work/artifacts-recovery/versioned/mg-ddm-gz.tar
32652024-08-26T23:54:27.844ZAug 26 23:54:26.792 INFO [stamp-mg-ddm-gz] process exited with exit status: 0 (135.084629ms)
32662024-08-26T23:54:27.846ZAug 26 23:54:26.793 INFO [recovery-stamp] task succeeded (141.882694ms)
32672024-08-26T23:54:27.846ZAug 26 23:54:26.793 INFO [recovery-proto] running task
32682024-08-26T23:54:27.846ZAug 26 23:54:26.793 INFO [tuf-stamp] running task
32692024-08-26T23:54:27.846ZAug 26 23:54:26.794 INFO [stamp-probe] running: /work/oxidecomputer/omicron/target/release/omicron-package --target host --artifacts /work/oxidecomputer/omicron/out stamp probe 10.0.0-0.ci+gitfb9ee7ec124
32702024-08-26T23:54:27.856ZAug 26 23:54:26.804 INFO [stamp-clickhouse_keeper] running: /work/oxidecomputer/omicron/target/release/omicron-package --target host --artifacts /work/oxidecomputer/omicron/out stamp clickhouse_keeper 10.0.0-0.ci+gitfb9ee7ec124
32712024-08-26T23:54:27.865ZAug 26 23:54:26.814 INFO [stamp-oximeter] running: /work/oxidecomputer/omicron/target/release/omicron-package --target host --artifacts /work/oxidecomputer/omicron/out stamp oximeter 10.0.0-0.ci+gitfb9ee7ec124
32722024-08-26T23:54:27.872Z[ stamp-probe] Logging to: /work/oxidecomputer/omicron/out/LOG
32732024-08-26T23:54:27.875ZAug 26 23:54:26.824 INFO [stamp-external-dns] running: /work/oxidecomputer/omicron/target/release/omicron-package --target host --artifacts /work/oxidecomputer/omicron/out stamp external-dns 10.0.0-0.ci+gitfb9ee7ec124
32742024-08-26T23:54:27.883Z[stamp-clickhouse_keeper] Logging to: /work/oxidecomputer/omicron/out/LOG
32752024-08-26T23:54:27.885ZAug 26 23:54:26.834 INFO [stamp-crucible-pantry-zone] running: /work/oxidecomputer/omicron/target/release/omicron-package --target host --artifacts /work/oxidecomputer/omicron/out stamp crucible-pantry-zone 10.0.0-0.ci+gitfb9ee7ec124
32762024-08-26T23:54:27.892Z[ stamp-oximeter] Logging to: /work/oxidecomputer/omicron/out/LOG
32772024-08-26T23:54:27.897Z[stamp-external-dns] Logging to: /work/oxidecomputer/omicron/out/LOG
32782024-08-26T23:54:27.901ZAug 26 23:54:26.850 INFO [stamp-internal-dns] running: /work/oxidecomputer/omicron/target/release/omicron-package --target host --artifacts /work/oxidecomputer/omicron/out stamp internal-dns 10.0.0-0.ci+gitfb9ee7ec124
32792024-08-26T23:54:27.958Z[ host-image] Aug 26 23:54:26.906 INFO O| Aug 26 23:54:26.906 INFO O| Startup: Refreshing catalog 'helios-dev' ... Done
32802024-08-26T23:54:27.974Z[stamp-crucible-pantry-zone] Logging to: /work/oxidecomputer/omicron/out/LOG
32812024-08-26T23:54:27.977ZAug 26 23:54:26.923 INFO [recovery-proto] task succeeded (130.187619ms)
32822024-08-26T23:54:27.977ZAug 26 23:54:26.923 INFO [stamp-cockroachdb] running: /work/oxidecomputer/omicron/target/release/omicron-package --target host --artifacts /work/oxidecomputer/omicron/out stamp cockroachdb 10.0.0-0.ci+gitfb9ee7ec124
32832024-08-26T23:54:27.977ZAug 26 23:54:26.923 INFO [recovery-image] running: IMAGE_DATASET=rpool/images/build/recovery ptime -m /work/oxidecomputer/helios/helios-build experiment-image -o /work/os-recovery -F 'optever=0.33.293' -P /tmp/.tmpPOKhvJ/proto/recovery/root -N 'recovery fb9ee7e/${os_short_commit} 2024-08-26 23:33' -s recovery -R -p 'helios-dev=https://pkg.oxide.computer/helios/2/dev/'
32842024-08-26T23:54:27.983Z[ stamp-probe] Created: /work/oxidecomputer/omicron/out/versioned/probe.tar.gz
32852024-08-26T23:54:28.003Z[ recovery-image] Aug 26 23:54:26.943 INFO using AMD firmware configuration file "/work/oxidecomputer/helios/image/amd/milan-gimlet-b.efs.json5"
32862024-08-26T23:54:28.006Z[ recovery-image] Aug 26 23:54:26.943 INFO using AMD firmware blob directories ["/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.a"]
32872024-08-26T23:54:28.006Z[stamp-internal-dns] Logging to: /work/oxidecomputer/omicron/out/LOG
32882024-08-26T23:54:28.006ZAug 26 23:54:26.952 INFO [stamp-crucible-zone] running: /work/oxidecomputer/omicron/target/release/omicron-package --target host --artifacts /work/oxidecomputer/omicron/out stamp crucible-zone 10.0.0-0.ci+gitfb9ee7ec124
32892024-08-26T23:54:28.028Z[ recovery-image] Aug 26 23:54:26.970 INFO generated template "/work/oxidecomputer/helios/tmp/image.recovery/genproto.json" for extra proto "/tmp/.tmpPOKhvJ/proto/recovery/root"
32902024-08-26T23:54:28.028Z[ recovery-image] Aug 26 23:54:26.970 INFO using external package repository https://pkg.oxide.computer/helios/2/dev/
32912024-08-26T23:54:28.031Z[ recovery-image] Aug 26 23:54:26.970 INFO image builder template: ramdisk-01-os...
32922024-08-26T23:54:28.031Z[ recovery-image] Aug 26 23:54:26.970 INFO exec: ["pfexec", "/work/oxidecomputer/helios/projects/image-builder/target/debug/image-builder", "build", "-d", "rpool/images/build/recovery", "-g", "gimlet", "-T", "/work/oxidecomputer/helios/image/templates", "-F", "relver=2", "-E", "/tmp/.tmpPOKhvJ/proto/recovery/root", "-F", "genproto=/work/oxidecomputer/helios/tmp/image.recovery/genproto.json", "-E", "/work/oxidecomputer/helios/tmp/image.recovery/omicron1", "-E", "/work/oxidecomputer/helios/projects", "-F", "repo_publisher=helios-dev", "-F", "repo_url=https://pkg.oxide.computer/helios/2/dev/", "-F", "baud=3000000", "-F", "recovery", "-F", "optever=0.33.293", "-n", "ramdisk-01-os", "--fullreset"], pwd: None
32932024-08-26T23:54:28.031ZAug 26 23:54:26.978 INFO [stamp-clickhouse] running: /work/oxidecomputer/omicron/target/release/omicron-package --target host --artifacts /work/oxidecomputer/omicron/out stamp clickhouse 10.0.0-0.ci+gitfb9ee7ec124
32942024-08-26T23:54:28.038Z[stamp-cockroachdb] Logging to: /work/oxidecomputer/omicron/out/LOG
32952024-08-26T23:54:28.055Z[stamp-crucible-zone] Logging to: /work/oxidecomputer/omicron/out/LOG
32962024-08-26T23:54:28.057ZAug 26 23:54:27.003 INFO [stamp-nexus] running: /work/oxidecomputer/omicron/target/release/omicron-package --target host --artifacts /work/oxidecomputer/omicron/out stamp nexus 10.0.0-0.ci+gitfb9ee7ec124
32972024-08-26T23:54:28.094Z[ recovery-image] Aug 26 23:54:27.016 INFO O| Aug 26 23:54:27.000 INFO CREATE DATASET: rpool/images/build/recovery/output
32982024-08-26T23:54:28.108Z[stamp-clickhouse] Logging to: /work/oxidecomputer/omicron/out/LOG
32992024-08-26T23:54:28.111ZAug 26 23:54:27.057 INFO [stamp-ntp] running: /work/oxidecomputer/omicron/target/release/omicron-package --target host --artifacts /work/oxidecomputer/omicron/out stamp ntp 10.0.0-0.ci+gitfb9ee7ec124
33002024-08-26T23:54:28.256Z[ stamp-nexus] Logging to: /work/oxidecomputer/omicron/out/LOG
33012024-08-26T23:54:28.258ZAug 26 23:54:27.204 INFO [stamp-probe] process exited with exit status: 0 (410.159564ms)
33022024-08-26T23:54:28.291Z[ stamp-ntp] Logging to: /work/oxidecomputer/omicron/out/LOG
33032024-08-26T23:54:28.367Z[ recovery-image] Aug 26 23:54:27.315 INFO O| Aug 26 23:54:27.315 INFO temporary dataset: rpool/images/build/recovery/tmp/gimlet/ramdisk-01-os
33042024-08-26T23:54:28.372Z[ recovery-image] Aug 26 23:54:27.321 INFO O| Aug 26 23:54:27.321 INFO CREATE DATASET: rpool/images/build/recovery/tmp/gimlet/ramdisk-01-os
33052024-08-26T23:54:28.631Z[ recovery-image] Aug 26 23:54:27.579 INFO O| Aug 26 23:54:27.579 INFO SET DATASET PROPERTY ON rpool/images/build/recovery/tmp/gimlet/ramdisk-01-os: sync = disabled
33062024-08-26T23:54:28.691Z[ recovery-image] Aug 26 23:54:27.639 INFO O| Aug 26 23:54:27.639 INFO temporary directory: /rpool/images/build/recovery/tmp/gimlet/ramdisk-01-os
33072024-08-26T23:54:28.691Z[ recovery-image] Aug 26 23:54:27.639 INFO O| Aug 26 23:54:27.639 INFO work dataset: rpool/images/build/recovery/work/gimlet/ramdisk
33082024-08-26T23:54:28.693Z[ recovery-image] Aug 26 23:54:27.639 INFO O| Aug 26 23:54:27.639 INFO resetting by removing work dataset: rpool/images/build/recovery/work/gimlet/ramdisk
33092024-08-26T23:54:28.693Z[ recovery-image] Aug 26 23:54:27.639 INFO O| Aug 26 23:54:27.639 INFO DESTROY DATASET: rpool/images/build/recovery/work/gimlet/ramdisk
33102024-08-26T23:54:28.732Z[ recovery-image] Aug 26 23:54:27.680 INFO O| Aug 26 23:54:27.680 INFO CREATE DATASET: rpool/images/build/recovery/work/gimlet/ramdisk
33112024-08-26T23:54:28.839Z[ stamp-ntp] Created: /work/oxidecomputer/omicron/out/versioned/ntp.tar.gz
33122024-08-26T23:54:28.873ZAug 26 23:54:27.822 INFO [stamp-ntp] process exited with exit status: 0 (760.932179ms)
33132024-08-26T23:54:28.991Z[ recovery-image] Aug 26 23:54:27.939 INFO O| Aug 26 23:54:27.939 INFO STEP 0: pkg_image_create, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
33142024-08-26T23:54:29.020Z[ recovery-image] Aug 26 23:54:27.968 INFO O| Aug 26 23:54:27.968 INFO exec: ["/usr/bin/pkg", "image-create", "--full", "/rpool/images/build/recovery/work/gimlet/ramdisk"]
33152024-08-26T23:54:29.149Z[stamp-internal-dns] Created: /work/oxidecomputer/omicron/out/versioned/internal-dns.tar.gz
33162024-08-26T23:54:29.153ZAug 26 23:54:28.101 INFO [stamp-internal-dns] process exited with exit status: 0 (1.251376943s)
33172024-08-26T23:54:29.181Z[stamp-external-dns] Created: /work/oxidecomputer/omicron/out/versioned/external-dns.tar.gz
33182024-08-26T23:54:29.217ZAug 26 23:54:28.165 INFO [stamp-external-dns] process exited with exit status: 0 (1.341365355s)
33192024-08-26T23:54:29.273Z[verify-libraries] Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.55s
33202024-08-26T23:54:29.344Z[verify-libraries] Running `target/debug/xtask verify-libraries --release`
33212024-08-26T23:54:29.556Z[stamp-crucible-pantry-zone] Created: /work/oxidecomputer/omicron/out/versioned/crucible-pantry-zone.tar.gz
33222024-08-26T23:54:29.570ZAug 26 23:54:28.518 INFO [stamp-crucible-pantry-zone] process exited with exit status: 0 (1.684931148s)
33232024-08-26T23:54:29.641Z[ recovery-image] Aug 26 23:54:28.589 INFO O| Aug 26 23:54:28.589 INFO O| Caching catalogs ... Done
33242024-08-26T23:54:29.750Z[ recovery-image] Aug 26 23:54:28.698 INFO O| Aug 26 23:54:28.698 INFO STEP 0 (pkg_image_create) COMPLETE
33252024-08-26T23:54:29.750Z[ recovery-image] Aug 26 23:54:28.698 INFO O| Aug 26 23:54:28.698 INFO STEP 1: pkg_set_publisher, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
33262024-08-26T23:54:29.754Z[ recovery-image] Aug 26 23:54:28.698 INFO O| Aug 26 23:54:28.698 INFO skip step because feature "repo_redist" is not enabled
33272024-08-26T23:54:29.754Z[ recovery-image] Aug 26 23:54:28.698 INFO O| Aug 26 23:54:28.698 INFO STEP 2: pkg_set_publisher, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
33282024-08-26T23:54:29.764Z[ recovery-image] Aug 26 23:54:28.713 INFO O| Aug 26 23:54:28.712 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/recovery/work/gimlet/ramdisk", "set-publisher", "--no-refresh", "-O", "https://pkg.oxide.computer/helios/2/dev/", "helios-dev"]
33292024-08-26T23:54:29.996Z[stamp-crucible-zone] Created: /work/oxidecomputer/omicron/out/versioned/crucible-zone.tar.gz
33302024-08-26T23:54:30.003ZAug 26 23:54:28.951 INFO [stamp-crucible-zone] process exited with exit status: 0 (1.998838091s)
33312024-08-26T23:54:30.039Z[ stamp-oximeter] Created: /work/oxidecomputer/omicron/out/versioned/oximeter.tar.gz
33322024-08-26T23:54:30.043ZAug 26 23:54:28.991 INFO [stamp-oximeter] process exited with exit status: 0 (2.177329229s)
33332024-08-26T23:54:30.219Z[ recovery-image] Aug 26 23:54:29.167 INFO O| Aug 26 23:54:29.167 INFO STEP 2 (pkg_set_publisher) COMPLETE
33342024-08-26T23:54:30.219Z[ recovery-image] Aug 26 23:54:29.167 INFO O| Aug 26 23:54:29.167 INFO STEP 3: pkg_set_publisher, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
33352024-08-26T23:54:30.230Z[ recovery-image] Aug 26 23:54:29.178 INFO O| Aug 26 23:54:29.178 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/recovery/work/gimlet/ramdisk", "set-publisher", "--no-refresh", "-O", "https://pkg.oxide.computer/helios/2/dev/", "helios-dev"]
33362024-08-26T23:54:30.699Z[ recovery-image] Aug 26 23:54:29.647 INFO O| Aug 26 23:54:29.647 INFO STEP 3 (pkg_set_publisher) COMPLETE
33372024-08-26T23:54:30.699Z[ recovery-image] Aug 26 23:54:29.647 INFO O| Aug 26 23:54:29.647 INFO STEP 4: pkg_set_publisher, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
33382024-08-26T23:54:30.699Z[ recovery-image] Aug 26 23:54:29.647 INFO O| Aug 26 23:54:29.647 INFO skip step because feature "repo_redist" is not enabled
33392024-08-26T23:54:30.702Z[ recovery-image] Aug 26 23:54:29.647 INFO O| Aug 26 23:54:29.647 INFO STEP 5: pkg_change_variant, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
33402024-08-26T23:54:31.150Z[ recovery-image] Aug 26 23:54:30.098 INFO O| Aug 26 23:54:30.098 INFO variant opensolaris.zone is already global
33412024-08-26T23:54:31.150Z[ recovery-image] Aug 26 23:54:30.098 INFO O| Aug 26 23:54:30.098 INFO STEP 5 (pkg_change_variant) COMPLETE
33422024-08-26T23:54:31.150Z[ recovery-image] Aug 26 23:54:30.098 INFO O| Aug 26 23:54:30.098 INFO STEP 6: pkg_change_variant, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
33432024-08-26T23:54:31.654Z[ recovery-image] Aug 26 23:54:30.601 INFO O| Aug 26 23:54:30.601 INFO variant opensolaris.imagetype is full; changing to partial
33442024-08-26T23:54:31.654Z[ recovery-image] Aug 26 23:54:30.602 INFO O| Aug 26 23:54:30.601 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/recovery/work/gimlet/ramdisk", "change-variant", "opensolaris.imagetype=partial"]
33452024-08-26T23:54:31.875Z[ stamp-nexus] Created: /work/oxidecomputer/omicron/out/versioned/nexus.tar.gz
33462024-08-26T23:54:31.879ZAug 26 23:54:30.827 INFO [stamp-nexus] process exited with exit status: 0 (3.823422521s)
33472024-08-26T23:54:33.626Z[stamp-cockroachdb] Created: /work/oxidecomputer/omicron/out/versioned/cockroachdb.tar.gz
33482024-08-26T23:54:33.631ZAug 26 23:54:32.577 INFO [stamp-cockroachdb] process exited with exit status: 0 (5.653754848s)
33492024-08-26T23:54:34.164Z[verify-libraries] Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
33502024-08-26T23:54:34.326Z[verify-libraries] Compiling heck v0.4.1
33512024-08-26T23:54:34.326Z[verify-libraries] Compiling wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg)
33522024-08-26T23:54:34.326Z[verify-libraries] Compiling ch-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ch-dev)
33532024-08-26T23:54:34.328Z[verify-libraries] Compiling omicron-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev)
33542024-08-26T23:54:34.340Z[verify-libraries] Compiling db-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/db-dev)
33552024-08-26T23:54:34.349Z[verify-libraries] Compiling reconfigurator-cli v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-cli)
33562024-08-26T23:54:34.349Z[verify-libraries] Compiling openapi-manager-types v0.1.0 (/work/oxidecomputer/omicron/dev-tools/openapi-manager/types)
33572024-08-26T23:54:35.056Z[verify-libraries] Compiling indent_write v2.2.0
33582024-08-26T23:54:35.219Z[verify-libraries] Compiling openapi-lint v0.4.0 (https://github.com/oxidecomputer/openapi-lint?branch=main#ef442ee4)
33592024-08-26T23:54:35.447Z[verify-libraries] Compiling tufaceous v0.1.0 (/work/oxidecomputer/omicron/tufaceous)
33602024-08-26T23:54:35.511Z[verify-libraries] Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
33612024-08-26T23:54:35.594Z[verify-libraries] Compiling termios v0.3.3
33622024-08-26T23:54:36.170Z[verify-libraries] Compiling openapi-manager v0.1.0 (/work/oxidecomputer/omicron/dev-tools/openapi-manager)
33632024-08-26T23:54:37.777Z[ recovery-image] Aug 26 23:54:36.723 INFO O| Aug 26 23:54:36.723 INFO O| Startup: Refreshing catalog 'helios-dev' ... Done
33642024-08-26T23:54:38.393Z[stamp-clickhouse] Created: /work/oxidecomputer/omicron/out/versioned/clickhouse.tar.gz
33652024-08-26T23:54:38.416ZAug 26 23:54:37.363 INFO [stamp-clickhouse] process exited with exit status: 0 (10.385185537s)
33662024-08-26T23:54:38.585Z[stamp-clickhouse_keeper] Created: /work/oxidecomputer/omicron/out/versioned/clickhouse_keeper.tar.gz
33672024-08-26T23:54:38.623ZAug 26 23:54:37.570 INFO [stamp-clickhouse_keeper] process exited with exit status: 0 (10.765717158s)
33682024-08-26T23:54:38.623ZAug 26 23:54:37.570 INFO [tuf-stamp] task succeeded (10.777105581s)
33692024-08-26T23:54:43.063Z[ recovery-image] Aug 26 23:54:42.009 INFO O| Aug 26 23:54:42.009 INFO O| Startup: Caching catalogs ... Done
33702024-08-26T23:54:43.200Z[ recovery-image] Aug 26 23:54:42.145 INFO O| Aug 26 23:54:42.145 INFO O| Planning: Planning completed in 0.00 seconds
33712024-08-26T23:54:43.202Z[ recovery-image] Aug 26 23:54:42.146 INFO O| Aug 26 23:54:42.146 INFO O| Planning: Consolidating action changes ... Done
33722024-08-26T23:54:43.202Z[ recovery-image] Aug 26 23:54:42.146 INFO O| Aug 26 23:54:42.146 INFO O| Planning: Evaluating mediators ... Done
33732024-08-26T23:54:43.202Z[ recovery-image] Aug 26 23:54:42.147 INFO O| Aug 26 23:54:42.147 INFO O| Planning: Planning completed in 0.00 seconds
33742024-08-26T23:54:43.203Z[ recovery-image] Aug 26 23:54:42.147 INFO O| Aug 26 23:54:42.147 INFO O| Variants/Facets to change: 1
33752024-08-26T23:54:43.315Z[ recovery-image] Aug 26 23:54:42.261 INFO O| Aug 26 23:54:42.260 INFO O| Done
33762024-08-26T23:54:43.315Z[ recovery-image] Aug 26 23:54:42.261 INFO O| Aug 26 23:54:42.261 INFO O| Done
33772024-08-26T23:54:43.956Z[ recovery-image] Aug 26 23:54:42.902 INFO O| Aug 26 23:54:42.902 INFO O| Done
33782024-08-26T23:54:44.002Z[ recovery-image] Aug 26 23:54:42.947 INFO O| Aug 26 23:54:42.947 INFO O| Done
33792024-08-26T23:54:44.004Z[ recovery-image] Aug 26 23:54:42.949 INFO O| Aug 26 23:54:42.949 INFO O| Done
33802024-08-26T23:54:44.004Z[ recovery-image] Aug 26 23:54:42.949 INFO O| Aug 26 23:54:42.949 INFO O| Done
33812024-08-26T23:54:44.007Z[ recovery-image] Aug 26 23:54:42.951 INFO O| Aug 26 23:54:42.951 INFO O| Done
33822024-08-26T23:54:44.533Z[ recovery-image] Aug 26 23:54:43.478 INFO O| Aug 26 23:54:43.478 INFO STEP 6 (pkg_change_variant) COMPLETE
33832024-08-26T23:54:44.533Z[ recovery-image] Aug 26 23:54:43.478 INFO O| Aug 26 23:54:43.478 INFO STEP 7: pkg_change_variant, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
33842024-08-26T23:54:44.535Z[ recovery-image] Aug 26 23:54:43.478 INFO O| Aug 26 23:54:43.478 INFO skip step because feature "debug_variant" is not enabled
33852024-08-26T23:54:44.535Z[ recovery-image] Aug 26 23:54:43.478 INFO O| Aug 26 23:54:43.478 INFO STEP 8: pkg_change_facet, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
33862024-08-26T23:54:44.654Z[verify-libraries] Compiling gateway-cli v0.1.0 (/work/oxidecomputer/omicron/gateway-cli)
33872024-08-26T23:54:45.238Z[ recovery-image] Aug 26 23:54:44.183 INFO O| Aug 26 23:54:44.183 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/recovery/work/gimlet/ramdisk", "change-facet", "openssl.10=false"]
33882024-08-26T23:54:46.256Z[ recovery-image] Aug 26 23:54:45.201 INFO O| Aug 26 23:54:45.201 INFO O| Startup: Refreshing catalog 'helios-dev' ... Done
33892024-08-26T23:54:46.259Z[ recovery-image] Aug 26 23:54:45.203 INFO O| Aug 26 23:54:45.203 INFO O| Planning: Planning completed in 0.00 seconds
33902024-08-26T23:54:46.259Z[ recovery-image] Aug 26 23:54:45.204 INFO O| Aug 26 23:54:45.204 INFO O| Planning: Consolidating action changes ... Done
33912024-08-26T23:54:46.259Z[ recovery-image] Aug 26 23:54:45.204 INFO O| Aug 26 23:54:45.204 INFO O| Planning: Evaluating mediators ... Done
33922024-08-26T23:54:46.262Z[ recovery-image] Aug 26 23:54:45.205 INFO O| Aug 26 23:54:45.205 INFO O| Planning: Planning completed in 0.00 seconds
33932024-08-26T23:54:46.262Z[ recovery-image] Aug 26 23:54:45.205 INFO O| Aug 26 23:54:45.205 INFO O| Variants/Facets to change: 1
33942024-08-26T23:54:46.350Z[ recovery-image] Aug 26 23:54:45.295 INFO O| Aug 26 23:54:45.295 INFO O| Done
33952024-08-26T23:54:46.350Z[ recovery-image] Aug 26 23:54:45.295 INFO O| Aug 26 23:54:45.295 INFO O| Done
33962024-08-26T23:54:46.881Z[ recovery-image] Aug 26 23:54:45.826 INFO O| Aug 26 23:54:45.825 INFO O| Done
33972024-08-26T23:54:46.941Z[ recovery-image] Aug 26 23:54:45.885 INFO O| Aug 26 23:54:45.885 INFO O| Done
33982024-08-26T23:54:46.943Z[ recovery-image] Aug 26 23:54:45.886 INFO O| Aug 26 23:54:45.886 INFO O| Done
33992024-08-26T23:54:46.943Z[ recovery-image] Aug 26 23:54:45.887 INFO O| Aug 26 23:54:45.887 INFO O| Done
34002024-08-26T23:54:46.946Z[ recovery-image] Aug 26 23:54:45.889 INFO O| Aug 26 23:54:45.889 INFO O| Done
34012024-08-26T23:54:47.056Z[ recovery-image] Aug 26 23:54:46.001 INFO O| Aug 26 23:54:46.001 INFO STEP 8 (pkg_change_facet) COMPLETE
34022024-08-26T23:54:47.056Z[ recovery-image] Aug 26 23:54:46.001 INFO O| Aug 26 23:54:46.001 INFO STEP 9: pkg_change_facet, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
34032024-08-26T23:54:47.720Z[ recovery-image] Aug 26 23:54:46.665 INFO O| Aug 26 23:54:46.665 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/recovery/work/gimlet/ramdisk", "change-facet", "doc=false"]
34042024-08-26T23:54:48.756Z[ recovery-image] Aug 26 23:54:47.701 INFO O| Aug 26 23:54:47.701 INFO O| Startup: Refreshing catalog 'helios-dev' ... Done
34052024-08-26T23:54:48.761Z[ recovery-image] Aug 26 23:54:47.703 INFO O| Aug 26 23:54:47.703 INFO O| Planning: Planning completed in 0.00 seconds
34062024-08-26T23:54:48.761Z[ recovery-image] Aug 26 23:54:47.704 INFO O| Aug 26 23:54:47.704 INFO O| Planning: Consolidating action changes ... Done
34072024-08-26T23:54:48.761Z[ recovery-image] Aug 26 23:54:47.704 INFO O| Aug 26 23:54:47.704 INFO O| Planning: Evaluating mediators ... Done
34082024-08-26T23:54:48.761Z[ recovery-image] Aug 26 23:54:47.704 INFO O| Aug 26 23:54:47.704 INFO O| Planning: Planning completed in 0.00 seconds
34092024-08-26T23:54:48.761Z[ recovery-image] Aug 26 23:54:47.705 INFO O| Aug 26 23:54:47.705 INFO O| Variants/Facets to change: 1
34102024-08-26T23:54:48.825Z[ recovery-image] Aug 26 23:54:47.769 INFO O| Aug 26 23:54:47.769 INFO O| Done
34112024-08-26T23:54:48.825Z[ recovery-image] Aug 26 23:54:47.770 INFO O| Aug 26 23:54:47.769 INFO O| Done
34122024-08-26T23:54:49.353Z[ recovery-image] Aug 26 23:54:48.298 INFO O| Aug 26 23:54:48.298 INFO O| Done
34132024-08-26T23:54:49.404Z[ recovery-image] Aug 26 23:54:48.348 INFO O| Aug 26 23:54:48.348 INFO O| Done
34142024-08-26T23:54:49.406Z[ recovery-image] Aug 26 23:54:48.349 INFO O| Aug 26 23:54:48.349 INFO O| Done
34152024-08-26T23:54:49.406Z[ recovery-image] Aug 26 23:54:48.349 INFO O| Aug 26 23:54:48.349 INFO O| Done
34162024-08-26T23:54:49.416Z[ recovery-image] Aug 26 23:54:48.360 INFO O| Aug 26 23:54:48.360 INFO O| Done
34172024-08-26T23:54:49.580Z[ recovery-image] Aug 26 23:54:48.524 INFO O| Aug 26 23:54:48.524 INFO STEP 9 (pkg_change_facet) COMPLETE
34182024-08-26T23:54:49.580Z[ recovery-image] Aug 26 23:54:48.524 INFO O| Aug 26 23:54:48.524 INFO STEP 10: pkg_change_facet, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
34192024-08-26T23:54:50.286Z[ recovery-image] Aug 26 23:54:49.230 INFO O| Aug 26 23:54:49.230 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/recovery/work/gimlet/ramdisk", "change-facet", "doc.man=false"]
34202024-08-26T23:54:51.391Z[ recovery-image] Aug 26 23:54:50.334 INFO O| Aug 26 23:54:50.333 INFO O| Startup: Refreshing catalog 'helios-dev' ... Done
34212024-08-26T23:54:51.394Z[ recovery-image] Aug 26 23:54:50.336 INFO O| Aug 26 23:54:50.336 INFO O| Planning: Planning completed in 0.00 seconds
34222024-08-26T23:54:51.394Z[ recovery-image] Aug 26 23:54:50.337 INFO O| Aug 26 23:54:50.337 INFO O| Planning: Consolidating action changes ... Done
34232024-08-26T23:54:51.394Z[ recovery-image] Aug 26 23:54:50.337 INFO O| Aug 26 23:54:50.337 INFO O| Planning: Evaluating mediators ... Done
34242024-08-26T23:54:51.394Z[ recovery-image] Aug 26 23:54:50.338 INFO O| Aug 26 23:54:50.338 INFO O| Planning: Planning completed in 0.00 seconds
34252024-08-26T23:54:51.394Z[ recovery-image] Aug 26 23:54:50.338 INFO O| Aug 26 23:54:50.338 INFO O| Variants/Facets to change: 1
34262024-08-26T23:54:51.467Z[ recovery-image] Aug 26 23:54:50.411 INFO O| Aug 26 23:54:50.411 INFO O| Done
34272024-08-26T23:54:51.467Z[ recovery-image] Aug 26 23:54:50.411 INFO O| Aug 26 23:54:50.411 INFO O| Done
34282024-08-26T23:54:51.983Z[ recovery-image] Aug 26 23:54:50.927 INFO O| Aug 26 23:54:50.927 INFO O| Done
34292024-08-26T23:54:52.039Z[ recovery-image] Aug 26 23:54:50.982 INFO O| Aug 26 23:54:50.982 INFO O| Done
34302024-08-26T23:54:52.041Z[ recovery-image] Aug 26 23:54:50.983 INFO O| Aug 26 23:54:50.983 INFO O| Done
34312024-08-26T23:54:52.041Z[ recovery-image] Aug 26 23:54:50.984 INFO O| Aug 26 23:54:50.984 INFO O| Done
34322024-08-26T23:54:52.041Z[ recovery-image] Aug 26 23:54:50.985 INFO O| Aug 26 23:54:50.985 INFO O| Done
34332024-08-26T23:54:52.166Z[ recovery-image] Aug 26 23:54:51.109 INFO O| Aug 26 23:54:51.109 INFO STEP 10 (pkg_change_facet) COMPLETE
34342024-08-26T23:54:52.166Z[ recovery-image] Aug 26 23:54:51.110 INFO O| Aug 26 23:54:51.109 INFO STEP 11: pkg_install, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
34352024-08-26T23:54:52.186Z[ recovery-image] Aug 26 23:54:51.130 INFO O| Aug 26 23:54:51.129 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/recovery/work/gimlet/ramdisk", "install", "/developer/debug/mdb", "/system/kernel/dtrace/providers", "/system/network", "/system/microcode/oxide", "/driver/network/cxgbe", "/driver/network/e1000g", "/driver/network/igb", "/driver/network/ixgbe", "/driver/network/rge", "/driver/storage/nvme", "/developer/macro/cpp", "/system/library/gcc-runtime", "/system/library/g++-runtime", "/developer/linker", "/diagnostic/diskinfo", "/diagnostic/pci", "/diagnostic/cpu-counters", "/system/data/hardware-registry", "/system/extended-system-utilities", "/web/curl", "/text/column", "/text/less", "/text/looker", "/ooce/util/jq", "/system/watch", "/editor/vim", "/terminal/resize", "/system/data/urxvt-terminfo", "/network/netcat", "/network/rsync", "/network/snoop", "/compress/gzip", "/locale/en", "/system/network/routing", "/driver/cpu/amd/zen", "/driver/gpio/amd/zen", "/system/gpio", "/system/bhyve", "/system/library/bhyve", "/service/network/chrony", "/driver/misc/tofino", "/library/expat", "/system/library/pcap", "/network/dns/bind", "/network/openssh-server", "oxide/platform-identity-cacerts"]
34362024-08-26T23:54:53.205Z[ recovery-image] Aug 26 23:54:52.149 INFO O| Aug 26 23:54:52.149 INFO O| Startup: Refreshing catalog 'helios-dev' ... Done
34372024-08-26T23:54:56.952Z[ host-image] Aug 26 23:54:55.895 INFO O| Aug 26 23:54:55.895 INFO O| Planning: Solver setup ... Done
34382024-08-26T23:55:07.541Z[verify-libraries] Compiling nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils)
34392024-08-26T23:55:21.598Z[ host-image] Aug 26 23:55:20.537 INFO O| Aug 26 23:55:20.537 INFO O| Planning: Running solver ... Done
34402024-08-26T23:55:21.932Z[verify-libraries] Compiling zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup)
34412024-08-26T23:55:21.938Z[ host-image] Aug 26 23:55:20.876 INFO O| Aug 26 23:55:20.876 INFO O| Planning: Finding local manifests ... Done
34422024-08-26T23:55:21.953Z[ host-image] Aug 26 23:55:20.892 INFO O| Aug 26 23:55:20.892 INFO O| Planning: Fetching manifests: 0/124 0% complete
34432024-08-26T23:55:24.443Z[verify-libraries] Compiling mgs-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/mgs-dev)
34442024-08-26T23:55:24.930Z[ recovery-image] Aug 26 23:55:23.868 INFO O| Aug 26 23:55:23.868 INFO O| Planning: Solver setup ... Done
34452024-08-26T23:55:26.599Z[ host-image] Aug 26 23:55:25.537 INFO O| Aug 26 23:55:25.537 INFO O| Planning: Fetching manifests: 124/124 100% complete
34462024-08-26T23:55:27.778Z[ host-image] Aug 26 23:55:26.715 INFO O| Aug 26 23:55:26.715 INFO O| Planning: Package planning ... Done
34472024-08-26T23:55:29.273Z[ host-image] Aug 26 23:55:28.210 INFO O| Aug 26 23:55:28.210 INFO O| Planning: Merging actions ... Done
34482024-08-26T23:55:29.875Z[ host-image] Aug 26 23:55:28.812 INFO O| Aug 26 23:55:28.812 INFO O| Planning: Checking for conflicting actions ... Done
34492024-08-26T23:55:30.201Z[ host-image] Aug 26 23:55:29.137 INFO O| Aug 26 23:55:29.137 INFO O| Planning: Consolidating action changes ... Done
34502024-08-26T23:55:30.676Z[ host-image] Aug 26 23:55:29.613 INFO O| Aug 26 23:55:29.613 INFO O| Planning: Evaluating mediators ... Done
34512024-08-26T23:55:37.039Z[ host-image] Aug 26 23:55:35.975 INFO O| Aug 26 23:55:35.974 INFO O| Planning: Planning completed in 69.07 seconds
34522024-08-26T23:55:37.050Z[ host-image] Aug 26 23:55:35.981 INFO O| Aug 26 23:55:35.981 INFO O| Packages to install: 124
34532024-08-26T23:55:37.050Z[ host-image] Aug 26 23:55:35.981 INFO O| Aug 26 23:55:35.981 INFO O| Mediators to change: 4
34542024-08-26T23:55:37.050Z[ host-image] Aug 26 23:55:35.982 INFO O| Aug 26 23:55:35.981 INFO O| Services to change: 6
34552024-08-26T23:55:37.152Z[ host-image] Aug 26 23:55:36.088 INFO O| Aug 26 23:55:36.088 INFO O| Download: 0/22728 items 0.0/196.4MB 0% complete
34562024-08-26T23:55:42.164Z[ host-image] Aug 26 23:55:41.099 INFO O| Aug 26 23:55:41.098 INFO O| Download: 870/22728 items 5.5/196.4MB 2% complete (1.1M/s)
34572024-08-26T23:55:48.929Z[verify-libraries] Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
34582024-08-26T23:55:48.951Z[ host-image] Aug 26 23:55:46.103 INFO O| Aug 26 23:55:46.103 INFO O| Download: 1595/22728 items 9.6/196.4MB 4% complete (1000k/s)
34592024-08-26T23:55:48.951Z[ recovery-image] Aug 26 23:55:47.667 INFO O| Aug 26 23:55:47.666 INFO O| Planning: Running solver ... Done
34602024-08-26T23:55:49.053Z[ recovery-image] Aug 26 23:55:47.987 INFO O| Aug 26 23:55:47.987 INFO O| Planning: Finding local manifests ... Done
34612024-08-26T23:55:49.069Z[ recovery-image] Aug 26 23:55:48.003 INFO O| Aug 26 23:55:48.002 INFO O| Planning: Fetching manifests: 0/124 0% complete
34622024-08-26T23:55:53.214Z[verify-libraries] Compiling crdb-seed v0.1.0 (/work/oxidecomputer/omicron/dev-tools/crdb-seed)
34632024-08-26T23:55:53.471Z[ host-image] Aug 26 23:55:52.404 INFO O| Aug 26 23:55:52.404 INFO O| Download: 1689/22728 items 11.1/196.4MB 5% complete (798k/s)
34642024-08-26T23:55:54.836Z[verify-libraries] Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
34652024-08-26T23:55:55.884Z[ recovery-image] Aug 26 23:55:54.816 INFO O| Aug 26 23:55:54.816 INFO O| Planning: Fetching manifests: 124/124 100% complete
34662024-08-26T23:55:56.895Z[ recovery-image] Aug 26 23:55:55.827 INFO O| Aug 26 23:55:55.827 INFO O| Planning: Package planning ... Done
34672024-08-26T23:55:57.591Z[ recovery-image] Aug 26 23:55:56.522 INFO O| Aug 26 23:55:56.522 INFO O| Planning: Merging actions ... Done
34682024-08-26T23:55:57.904Z[ recovery-image] Aug 26 23:55:56.836 INFO O| Aug 26 23:55:56.836 INFO O| Planning: Checking for conflicting actions ... Done
34692024-08-26T23:55:58.036Z[ recovery-image] Aug 26 23:55:56.968 INFO O| Aug 26 23:55:56.968 INFO O| Planning: Consolidating action changes ... Done
34702024-08-26T23:55:58.410Z[ recovery-image] Aug 26 23:55:57.341 INFO O| Aug 26 23:55:57.341 INFO O| Planning: Evaluating mediators ... Done
34712024-08-26T23:55:58.654Z[ host-image] Aug 26 23:55:57.586 INFO O| Aug 26 23:55:57.586 INFO O| Download: 1945/22728 items 22.1/196.4MB 11% complete (1.4M/s)
34722024-08-26T23:56:03.795Z[ host-image] Aug 26 23:56:02.725 INFO O| Aug 26 23:56:02.725 INFO O| Download: 2215/22728 items 24.2/196.4MB 12% complete (1.3M/s)
34732024-08-26T23:56:04.407Z[ recovery-image] Aug 26 23:56:03.337 INFO O| Aug 26 23:56:03.337 INFO O| Planning: Planning completed in 71.19 seconds
34742024-08-26T23:56:04.414Z[ recovery-image] Aug 26 23:56:03.345 INFO O| Aug 26 23:56:03.344 INFO O| Packages to install: 124
34752024-08-26T23:56:04.414Z[ recovery-image] Aug 26 23:56:03.345 INFO O| Aug 26 23:56:03.345 INFO O| Mediators to change: 4
34762024-08-26T23:56:04.417Z[ recovery-image] Aug 26 23:56:03.345 INFO O| Aug 26 23:56:03.345 INFO O| Services to change: 5
34772024-08-26T23:56:04.495Z[ recovery-image] Aug 26 23:56:03.425 INFO O| Aug 26 23:56:03.425 INFO O| Download: 0/15831 items 0.0/173.2MB 0% complete
34782024-08-26T23:56:08.568Z[verify-libraries] Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
34792024-08-26T23:56:08.985Z[ host-image] Aug 26 23:56:07.915 INFO O| Aug 26 23:56:07.915 INFO O| Download: 2331/22728 items 27.4/196.4MB 13% complete (517k/s)
34802024-08-26T23:56:09.497Z[ recovery-image] Aug 26 23:56:08.427 INFO O| Aug 26 23:56:08.427 INFO O| Download: 911/15831 items 7.5/173.2MB 4% complete (1.6M/s)
34812024-08-26T23:56:13.380Z[verify-libraries] Compiling cert-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/cert-dev)
34822024-08-26T23:56:13.986Z[ host-image] Aug 26 23:56:12.915 INFO O| Aug 26 23:56:12.915 INFO O| Download: 2929/22728 items 33.8/196.4MB 17% complete (1011k/s)
34832024-08-26T23:56:14.600Z[ recovery-image] Aug 26 23:56:13.530 INFO O| Aug 26 23:56:13.529 INFO O| Download: 1070/15831 items 8.9/173.2MB 5% complete (953k/s)
34842024-08-26T23:56:15.358Z[verify-libraries] Compiling oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
34852024-08-26T23:56:18.995Z[ host-image] Aug 26 23:56:17.924 INFO O| Aug 26 23:56:17.923 INFO O| Download: 3769/22728 items 39.6/196.4MB 20% complete (1.2M/s)
34862024-08-26T23:56:19.658Z[ recovery-image] Aug 26 23:56:18.587 INFO O| Aug 26 23:56:18.587 INFO O| Download: 1310/15831 items 19.6/173.2MB 11% complete (1.2M/s)
34872024-08-26T23:56:24.143Z[ host-image] Aug 26 23:56:23.070 INFO O| Aug 26 23:56:23.070 INFO O| Download: 4480/22728 items 41.8/196.4MB 21% complete (856k/s)
34882024-08-26T23:56:24.687Z[ recovery-image] Aug 26 23:56:23.614 INFO O| Aug 26 23:56:23.614 INFO O| Download: 1537/15831 items 22.2/173.2MB 12% complete (1.4M/s)
34892024-08-26T23:56:32.089Z[ host-image] Aug 26 23:56:31.015 INFO O| Aug 26 23:56:31.015 INFO O| Download: 4536/22728 items 42.3/196.4MB 21% complete (813k/s)
34902024-08-26T23:56:32.092Z[ recovery-image] Aug 26 23:56:31.017 INFO O| Aug 26 23:56:31.017 INFO O| Download: 1576/15831 items 24.1/173.2MB 13% complete (1.4M/s)
34912024-08-26T23:56:37.092Z[ recovery-image] Aug 26 23:56:36.017 INFO O| Aug 26 23:56:36.017 INFO O| Download: 2256/15831 items 31.2/173.2MB 17% complete (749k/s)
34922024-08-26T23:56:37.252Z[ host-image] Aug 26 23:56:36.177 INFO O| Aug 26 23:56:36.177 INFO O| Download: 4715/22728 items 44.1/196.4MB 22% complete (205k/s)
34932024-08-26T23:56:42.096Z[ recovery-image] Aug 26 23:56:41.020 INFO O| Aug 26 23:56:41.020 INFO O| Download: 2937/15831 items 36.7/173.2MB 21% complete (1.3M/s)
34942024-08-26T23:56:42.549Z[ host-image] Aug 26 23:56:41.473 INFO O| Aug 26 23:56:41.473 INFO O| Download: 5743/22728 items 46.2/196.4MB 23% complete (415k/s)
34952024-08-26T23:56:47.271Z[ recovery-image] Aug 26 23:56:46.027 INFO O| Aug 26 23:56:46.027 INFO O| Download: 3674/15831 items 40.0/173.2MB 23% complete (923k/s)
34962024-08-26T23:56:47.570Z[ host-image] Aug 26 23:56:46.493 INFO O| Aug 26 23:56:46.493 INFO O| Download: 6749/22728 items 47.8/196.4MB 24% complete (282k/s)
34972024-08-26T23:56:52.170Z[ recovery-image] Aug 26 23:56:51.093 INFO O| Aug 26 23:56:51.093 INFO O| Download: 4776/15831 items 43.0/173.2MB 24% complete (828k/s)
34982024-08-26T23:56:52.635Z[ host-image] Aug 26 23:56:51.558 INFO O| Aug 26 23:56:51.558 INFO O| Download: 6990/22728 items 50.4/196.4MB 25% complete (434k/s)
34992024-08-26T23:56:57.790Z[ host-image] Aug 26 23:56:56.712 INFO O| Aug 26 23:56:56.712 INFO O| Download: 7954/22728 items 59.6/196.4MB 30% complete (1.3M/s)
35002024-08-26T23:56:57.793Z[ recovery-image] Aug 26 23:56:56.712 INFO O| Aug 26 23:56:56.712 INFO O| Download: 5671/15831 items 45.0/173.2MB 25% complete (521k/s)
35012024-08-26T23:57:02.794Z[ recovery-image] Aug 26 23:57:01.714 INFO O| Aug 26 23:57:01.714 INFO O| Download: 6123/15831 items 59.4/173.2MB 34% complete (1.6M/s)
35022024-08-26T23:57:02.818Z[ host-image] Aug 26 23:57:01.739 INFO O| Aug 26 23:57:01.739 INFO O| Download: 8699/22728 items 71.1/196.4MB 36% complete (2.1M/s)
35032024-08-26T23:57:07.812Z[ recovery-image] Aug 26 23:57:06.731 INFO O| Aug 26 23:57:06.731 INFO O| Download: 6704/15831 items 64.7/173.2MB 37% complete (1.9M/s)
35042024-08-26T23:57:07.824Z[ host-image] Aug 26 23:57:06.743 INFO O| Aug 26 23:57:06.743 INFO O| Download: 9489/22728 items 82.8/196.4MB 42% complete (2.3M/s)
35052024-08-26T23:57:12.815Z[ recovery-image] Aug 26 23:57:11.734 INFO O| Aug 26 23:57:11.733 INFO O| Download: 7369/15831 items 73.4/173.2MB 42% complete (1.5M/s)
35062024-08-26T23:57:12.825Z[ host-image] Aug 26 23:57:11.744 INFO O| Aug 26 23:57:11.744 INFO O| Download: 10321/22728 items 87.6/196.4MB 44% complete (1.7M/s)
35072024-08-26T23:57:17.821Z[ recovery-image] Aug 26 23:57:16.739 INFO O| Aug 26 23:57:16.739 INFO O| Download: 7879/15831 items 76.0/173.2MB 43% complete (1.1M/s)
35082024-08-26T23:57:17.837Z[ host-image] Aug 26 23:57:16.755 INFO O| Aug 26 23:57:16.755 INFO O| Download: 10813/22728 items 89.8/196.4MB 45% complete (720k/s)
35092024-08-26T23:57:22.840Z[ recovery-image] Aug 26 23:57:21.757 INFO O| Aug 26 23:57:21.757 INFO O| Download: 8594/15831 items 79.9/173.2MB 46% complete (660k/s)
35102024-08-26T23:57:23.800Z[ host-image] Aug 26 23:57:22.717 INFO O| Aug 26 23:57:22.717 INFO O| Download: 11132/22728 items 93.2/196.4MB 47% complete (781k/s)
35112024-08-26T23:57:27.862Z[ recovery-image] Aug 26 23:57:26.779 INFO O| Aug 26 23:57:26.778 INFO O| Download: 8780/15831 items 90.6/173.2MB 52% complete (1.3M/s)
35122024-08-26T23:57:29.561Z[ host-image] Aug 26 23:57:28.477 INFO O| Aug 26 23:57:28.477 INFO O| Download: 12101/22728 items 101.0/196.4MB 51% complete (1.1M/s)
35132024-08-26T23:57:32.985Z[ recovery-image] Aug 26 23:57:31.901 INFO O| Aug 26 23:57:31.900 INFO O| Download: 9952/15831 items 93.1/173.2MB 53% complete (1.3M/s)
35142024-08-26T23:57:36.559Z[ host-image] Aug 26 23:57:35.473 INFO O| Aug 26 23:57:35.473 INFO O| Download: 12171/22728 items 108.2/196.4MB 55% complete (1.6M/s)
35152024-08-26T23:57:37.986Z[ recovery-image] Aug 26 23:57:36.901 INFO O| Aug 26 23:57:36.900 INFO O| Download: 10928/15831 items 93.9/173.2MB 54% complete (253k/s)
35162024-08-26T23:57:41.567Z[ host-image] Aug 26 23:57:40.480 INFO O| Aug 26 23:57:40.480 INFO O| Download: 13308/22728 items 109.9/196.4MB 55% complete (200k/s)
35172024-08-26T23:57:43.453Z[ recovery-image] Aug 26 23:57:42.366 INFO O| Aug 26 23:57:42.366 INFO O| Download: 11076/15831 items 99.4/173.2MB 57% complete (512k/s)
35182024-08-26T23:57:46.568Z[ host-image] Aug 26 23:57:45.481 INFO O| Aug 26 23:57:45.481 INFO O| Download: 14082/22728 items 110.5/196.4MB 56% complete (232k/s)
35192024-08-26T23:57:48.457Z[ recovery-image] Aug 26 23:57:47.369 INFO O| Aug 26 23:57:47.369 INFO O| Download: 11621/15831 items 117.4/173.2MB 67% complete (2.2M/s)
35202024-08-26T23:57:51.573Z[ host-image] Aug 26 23:57:50.485 INFO O| Aug 26 23:57:50.485 INFO O| Download: 14567/22728 items 116.8/196.4MB 59% complete (696k/s)
35212024-08-26T23:57:53.459Z[ recovery-image] Aug 26 23:57:52.370 INFO O| Aug 26 23:57:52.370 INFO O| Download: 12300/15831 items 138.1/173.2MB 79% complete (3.9M/s)
35222024-08-26T23:57:56.648Z[ host-image] Aug 26 23:57:55.559 INFO O| Aug 26 23:57:55.559 INFO O| Download: 15538/22728 items 124.0/196.4MB 63% complete (1.4M/s)
35232024-08-26T23:57:58.473Z[ recovery-image] Aug 26 23:57:57.383 INFO O| Aug 26 23:57:57.383 INFO O| Download: 13152/15831 items 141.9/173.2MB 81% complete (2.5M/s)
35242024-08-26T23:58:01.649Z[ host-image] Aug 26 23:58:00.559 INFO O| Aug 26 23:58:00.559 INFO O| Download: 16007/22728 items 131.7/196.4MB 67% complete (1.5M/s)
35252024-08-26T23:58:03.474Z[ recovery-image] Aug 26 23:58:02.383 INFO O| Aug 26 23:58:02.383 INFO O| Download: 14029/15831 items 145.3/173.2MB 83% complete (730k/s)
35262024-08-26T23:58:06.820Z[ host-image] Aug 26 23:58:05.728 INFO O| Aug 26 23:58:05.728 INFO O| Download: 16868/22728 items 135.3/196.4MB 68% complete (1.2M/s)
35272024-08-26T23:58:08.479Z[ recovery-image] Aug 26 23:58:07.387 INFO O| Aug 26 23:58:07.387 INFO O| Download: 14738/15831 items 153.2/173.2MB 88% complete (1.1M/s)
35282024-08-26T23:58:12.229Z[ host-image] Aug 26 23:58:11.137 INFO O| Aug 26 23:58:11.137 INFO O| Download: 17862/22728 items 150.0/196.4MB 76% complete (1.8M/s)
35292024-08-26T23:58:13.790Z[ recovery-image] Aug 26 23:58:12.697 INFO O| Aug 26 23:58:12.697 INFO O| Download: 15250/15831 items 157.9/173.2MB 91% complete (1.2M/s)
35302024-08-26T23:58:17.245Z[ host-image] Aug 26 23:58:16.153 INFO O| Aug 26 23:58:16.152 INFO O| Download: 18817/22728 items 161.9/196.4MB 82% complete (2.7M/s)
35312024-08-26T23:58:18.796Z[ recovery-image] Aug 26 23:58:17.703 INFO O| Aug 26 23:58:17.703 INFO O| Download: 15633/15831 items 167.3/173.2MB 96% complete (1.4M/s)
35322024-08-26T23:58:21.730Z[ recovery-image] Aug 26 23:58:20.629 INFO O| Aug 26 23:58:20.629 INFO O| Download: Completed 173.17 MB in 137.20 seconds (1.3M/s)
35332024-08-26T23:58:22.252Z[ host-image] Aug 26 23:58:21.159 INFO O| Aug 26 23:58:21.158 INFO O| Download: 19604/22728 items 165.9/196.4MB 84% complete (1.6M/s)
35342024-08-26T23:58:22.610Z[ recovery-image] Aug 26 23:58:21.517 INFO O| Aug 26 23:58:21.517 INFO O| Actions: 1/24964 actions (Installing new actions)
35352024-08-26T23:58:27.260Z[ host-image] Aug 26 23:58:26.166 INFO O| Aug 26 23:58:26.166 INFO O| Download: 20571/22728 items 169.2/196.4MB 86% complete (738k/s)
35362024-08-26T23:58:27.612Z[ recovery-image] Aug 26 23:58:26.517 INFO O| Aug 26 23:58:26.517 INFO O| Actions: 8846/24964 actions (Installing new actions)
35372024-08-26T23:58:32.454Z[ host-image] Aug 26 23:58:31.358 INFO O| Aug 26 23:58:31.358 INFO O| Download: 20917/22728 items 175.7/196.4MB 89% complete (1.0M/s)
35382024-08-26T23:58:32.613Z[ recovery-image] Aug 26 23:58:31.517 INFO O| Aug 26 23:58:31.517 INFO O| Actions: 15719/24964 actions (Installing new actions)
35392024-08-26T23:58:37.456Z[ host-image] Aug 26 23:58:36.360 INFO O| Aug 26 23:58:36.360 INFO O| Download: 21725/22728 items 182.6/196.4MB 92% complete (1.3M/s)
35402024-08-26T23:58:38.168Z[ recovery-image] Aug 26 23:58:37.070 INFO O| Aug 26 23:58:37.070 INFO O| Actions: 24411/24964 actions (Installing new actions)
35412024-08-26T23:58:42.150Z[ recovery-image] Aug 26 23:58:41.053 INFO O| Aug 26 23:58:41.053 INFO O| Actions: Completed 24964 actions in 19.53 seconds.
35422024-08-26T23:58:42.488Z[ recovery-image] Aug 26 23:58:41.390 INFO O| Aug 26 23:58:41.390 INFO O| Done
35432024-08-26T23:58:42.488Z[ recovery-image] Aug 26 23:58:41.390 INFO O| Aug 26 23:58:41.390 INFO O| Done
35442024-08-26T23:58:42.746Z[ host-image] Aug 26 23:58:41.649 INFO O| Aug 26 23:58:41.649 INFO O| Download: 22202/22728 items 194.6/196.4MB 99% complete (1.9M/s)
35452024-08-26T23:58:43.126Z[ recovery-image] Aug 26 23:58:42.028 INFO O| Aug 26 23:58:42.028 INFO O| Done
35462024-08-26T23:58:43.920Z[ recovery-image] Aug 26 23:58:42.822 INFO O| Aug 26 23:58:42.822 INFO O| Done
35472024-08-26T23:58:43.931Z[ recovery-image] Aug 26 23:58:42.833 INFO O| Aug 26 23:58:42.833 INFO O| Done
35482024-08-26T23:58:44.650Z[ host-image] Aug 26 23:58:43.553 INFO O| Aug 26 23:58:43.553 INFO O| Download: Completed 196.39 MB in 187.46 seconds (1.0M/s)
35492024-08-26T23:58:45.292Z[ host-image] Aug 26 23:58:44.194 INFO O| Aug 26 23:58:44.194 INFO O| Actions: 1/49261 actions (Installing new actions)
35502024-08-26T23:58:46.005Z[ recovery-image] Aug 26 23:58:44.907 INFO O| Aug 26 23:58:44.907 INFO O| Done
35512024-08-26T23:58:46.343Z[ recovery-image] Aug 26 23:58:45.245 INFO O| Aug 26 23:58:45.245 INFO O| Done
35522024-08-26T23:58:46.559Z[ recovery-image] Aug 26 23:58:45.457 INFO O| Aug 26 23:58:45.456 INFO STEP 11 (pkg_install) COMPLETE
35532024-08-26T23:58:46.559Z[ recovery-image] Aug 26 23:58:45.457 INFO O| Aug 26 23:58:45.456 INFO STEP 12: pkg_install, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
35542024-08-26T23:58:46.562Z[ recovery-image] Aug 26 23:58:45.457 INFO O| Aug 26 23:58:45.456 INFO skip step because feature "recovery" is enabled
35552024-08-26T23:58:46.562Z[ recovery-image] Aug 26 23:58:45.457 INFO O| Aug 26 23:58:45.456 INFO STEP 13: pkg_install, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
35562024-08-26T23:58:46.562Z[ recovery-image] Aug 26 23:58:45.457 INFO O| Aug 26 23:58:45.457 INFO skip step because feature "omicron1" is not enabled
35572024-08-26T23:58:46.562Z[ recovery-image] Aug 26 23:58:45.457 INFO O| Aug 26 23:58:45.457 INFO STEP 14: pkg_install, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
35582024-08-26T23:58:46.575Z[ recovery-image] Aug 26 23:58:45.477 INFO O| Aug 26 23:58:45.477 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/recovery/work/gimlet/ramdisk", "install", "/driver/network/opte@0.33.293"]
35592024-08-26T23:58:47.148Z[ recovery-image] Aug 26 23:58:46.050 INFO O| Aug 26 23:58:46.049 INFO O| Startup: Refreshing catalog 'helios-dev' ... Done
35602024-08-26T23:58:48.620Z[ recovery-image] Aug 26 23:58:47.522 INFO O| Aug 26 23:58:47.522 INFO O| Planning: Solver setup ... Done
35612024-08-26T23:58:48.624Z[ recovery-image] Aug 26 23:58:47.526 INFO O| Aug 26 23:58:47.526 INFO O| Planning: Running solver ... Done
35622024-08-26T23:58:48.663Z[ recovery-image] Aug 26 23:58:47.564 INFO O| Aug 26 23:58:47.564 INFO O| Planning: Finding local manifests ... Done
35632024-08-26T23:58:48.666Z[ recovery-image] Aug 26 23:58:47.565 INFO O| Aug 26 23:58:47.565 INFO O| Planning: Fetching manifests: 0/1 0% complete
35642024-08-26T23:58:48.733Z[ recovery-image] Aug 26 23:58:47.635 INFO O| Aug 26 23:58:47.635 INFO O| Planning: Fetching manifests: 1/1 100% complete
35652024-08-26T23:58:48.752Z[ recovery-image] Aug 26 23:58:47.654 INFO O| Aug 26 23:58:47.653 INFO O| Planning: Package planning ... Done
35662024-08-26T23:58:48.754Z[ recovery-image] Aug 26 23:58:47.654 INFO O| Aug 26 23:58:47.654 INFO O| Planning: Merging actions ... Done
35672024-08-26T23:58:48.786Z[ recovery-image] Aug 26 23:58:47.687 INFO O| Aug 26 23:58:47.687 INFO O| Planning: Checking for conflicting actions ... Done
35682024-08-26T23:58:48.789Z[ recovery-image] Aug 26 23:58:47.688 INFO O| Aug 26 23:58:47.687 INFO O| Planning: Consolidating action changes ... Done
35692024-08-26T23:58:48.914Z[ recovery-image] Aug 26 23:58:47.816 INFO O| Aug 26 23:58:47.815 INFO O| Planning: Evaluating mediators ... Done
35702024-08-26T23:58:48.916Z[ recovery-image] Aug 26 23:58:47.816 INFO O| Aug 26 23:58:47.816 INFO O| Planning: Planning completed in 1.77 seconds
35712024-08-26T23:58:48.916Z[ recovery-image] Aug 26 23:58:47.818 INFO O| Aug 26 23:58:47.817 INFO O| Packages to install: 1
35722024-08-26T23:58:48.926Z[ recovery-image] Aug 26 23:58:47.828 INFO O| Aug 26 23:58:47.828 INFO O| Download: 0/4 items 0.0/20.8MB 0% complete
35732024-08-26T23:58:48.980Z[verify-libraries] Finished `release` profile [optimized] target(s) in 4m 16s
35742024-08-26T23:58:49.296ZAug 26 23:58:48.198 INFO [verify-libraries] process exited with exit status: 0 (261.547382802s)
35752024-08-26T23:58:49.329Z[ recovery-image] Aug 26 23:58:48.231 INFO O| Aug 26 23:58:48.230 INFO O| Download: Completed 20.80 MB in 0.40 seconds (51.6M/s)
35762024-08-26T23:58:49.354Z[ recovery-image] Aug 26 23:58:48.256 INFO O| Aug 26 23:58:48.256 INFO O| Actions: 1/22 actions (Installing new actions)
35772024-08-26T23:58:49.890Z[ recovery-image] Aug 26 23:58:48.792 INFO O| Aug 26 23:58:48.792 INFO O| Actions: Completed 22 actions in 0.54 seconds.
35782024-08-26T23:58:50.041Z[ recovery-image] Aug 26 23:58:48.943 INFO O| Aug 26 23:58:48.943 INFO O| Done
35792024-08-26T23:58:50.041Z[ recovery-image] Aug 26 23:58:48.943 INFO O| Aug 26 23:58:48.943 INFO O| Done
35802024-08-26T23:58:50.293Z[ host-image] Aug 26 23:58:49.194 INFO O| Aug 26 23:58:49.194 INFO O| Actions: 14109/49261 actions (Installing new actions)
35812024-08-26T23:58:50.400Z[ recovery-image] Aug 26 23:58:49.302 INFO O| Aug 26 23:58:49.302 INFO O| Done
35822024-08-26T23:58:51.260Z[ recovery-image] Aug 26 23:58:50.157 INFO O| Aug 26 23:58:50.157 INFO O| Done
35832024-08-26T23:58:51.288Z[ recovery-image] Aug 26 23:58:50.183 INFO O| Aug 26 23:58:50.182 INFO O| Done
35842024-08-26T23:58:51.293Z[ recovery-image] Aug 26 23:58:50.183 INFO O| Aug 26 23:58:50.183 INFO O| Done
35852024-08-26T23:58:51.299Z[ recovery-image] Aug 26 23:58:50.200 INFO O| Aug 26 23:58:50.200 INFO O| Done
35862024-08-26T23:58:51.420Z[ recovery-image] Aug 26 23:58:50.321 INFO O| Aug 26 23:58:50.321 INFO STEP 14 (pkg_install) COMPLETE
35872024-08-26T23:58:51.420Z[ recovery-image] Aug 26 23:58:50.321 INFO O| Aug 26 23:58:50.321 INFO STEP 15: pkg_install, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
35882024-08-26T23:58:51.420Z[ recovery-image] Aug 26 23:58:50.321 INFO O| Aug 26 23:58:50.321 INFO skip step because feature "mfg" is not enabled
35892024-08-26T23:58:51.420Z[ recovery-image] Aug 26 23:58:50.321 INFO O| Aug 26 23:58:50.321 INFO STEP 16: pkg_install, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
35902024-08-26T23:58:51.423Z[ recovery-image] Aug 26 23:58:50.321 INFO O| Aug 26 23:58:50.321 INFO skip step because feature "compliance" is not enabled
35912024-08-26T23:58:51.423Z[ recovery-image] Aug 26 23:58:50.321 INFO O| Aug 26 23:58:50.321 INFO STEP 17: pkg_install, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
35922024-08-26T23:58:51.423Z[ recovery-image] Aug 26 23:58:50.322 INFO O| Aug 26 23:58:50.321 INFO skip step because feature "stress" is not enabled
35932024-08-26T23:58:51.423Z[ recovery-image] Aug 26 23:58:50.322 INFO O| Aug 26 23:58:50.321 INFO STEP 18: pkg_install, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
35942024-08-26T23:58:51.423Z[ recovery-image] Aug 26 23:58:50.322 INFO O| Aug 26 23:58:50.321 INFO skip step because feature "nfs" is not enabled
35952024-08-26T23:58:51.423Z[ recovery-image] Aug 26 23:58:50.322 INFO O| Aug 26 23:58:50.321 INFO creating output snapshot rpool/images/build/recovery/work/gimlet/ramdisk@os
35962024-08-26T23:58:51.423Z[ recovery-image] Aug 26 23:58:50.322 INFO O| Aug 26 23:58:50.321 INFO CREATE SNAPSHOT: rpool/images/build/recovery/work/gimlet/ramdisk@os
35972024-08-26T23:58:51.549Z[ recovery-image] Aug 26 23:58:50.450 INFO O| Aug 26 23:58:50.450 INFO DESTROY DATASET: rpool/images/build/recovery/tmp/gimlet/ramdisk-01-os
35982024-08-26T23:58:51.624Z[ recovery-image] Aug 26 23:58:50.525 INFO O| Aug 26 23:58:50.525 INFO completed processing gimlet/ramdisk-01-os
35992024-08-26T23:58:51.627Z[ recovery-image] Aug 26 23:58:50.528 INFO image builder template: ramdisk-02-trim...
36002024-08-26T23:58:51.627Z[ recovery-image] Aug 26 23:58:50.528 INFO exec: ["pfexec", "/work/oxidecomputer/helios/projects/image-builder/target/debug/image-builder", "build", "-d", "rpool/images/build/recovery", "-g", "gimlet", "-T", "/work/oxidecomputer/helios/image/templates", "-F", "relver=2", "-E", "/tmp/.tmpPOKhvJ/proto/recovery/root", "-F", "genproto=/work/oxidecomputer/helios/tmp/image.recovery/genproto.json", "-E", "/work/oxidecomputer/helios/tmp/image.recovery/omicron1", "-E", "/work/oxidecomputer/helios/projects", "-F", "repo_publisher=helios-dev", "-F", "repo_url=https://pkg.oxide.computer/helios/2/dev/", "-F", "baud=3000000", "-F", "recovery", "-F", "optever=0.33.293", "-n", "ramdisk-02-trim"], pwd: None
36012024-08-26T23:58:51.651Z[ recovery-image] Aug 26 23:58:50.552 INFO O| Aug 26 23:58:50.552 INFO temporary dataset: rpool/images/build/recovery/tmp/gimlet/ramdisk-02-trim
36022024-08-26T23:58:51.655Z[ recovery-image] Aug 26 23:58:50.557 INFO O| Aug 26 23:58:50.557 INFO CREATE DATASET: rpool/images/build/recovery/tmp/gimlet/ramdisk-02-trim
36032024-08-26T23:58:51.742Z[ recovery-image] Aug 26 23:58:50.643 INFO O| Aug 26 23:58:50.643 INFO SET DATASET PROPERTY ON rpool/images/build/recovery/tmp/gimlet/ramdisk-02-trim: sync = disabled
36042024-08-26T23:58:51.824Z[ recovery-image] Aug 26 23:58:50.725 INFO O| Aug 26 23:58:50.725 INFO temporary directory: /rpool/images/build/recovery/tmp/gimlet/ramdisk-02-trim
36052024-08-26T23:58:51.824Z[ recovery-image] Aug 26 23:58:50.726 INFO O| Aug 26 23:58:50.726 INFO work dataset: rpool/images/build/recovery/work/gimlet/ramdisk
36062024-08-26T23:58:51.830Z[ recovery-image] Aug 26 23:58:50.731 INFO O| Aug 26 23:58:50.731 INFO looking for output snapshot rpool/images/build/recovery/work/gimlet/ramdisk@trim
36072024-08-26T23:58:51.834Z[ recovery-image] Aug 26 23:58:50.736 INFO O| Aug 26 23:58:50.736 INFO looking for input snapshot rpool/images/build/recovery/work/gimlet/ramdisk@os
36082024-08-26T23:58:51.839Z[ recovery-image] Aug 26 23:58:50.740 INFO O| Aug 26 23:58:50.740 INFO ROLLBACK TO SNAPSHOT: rpool/images/build/recovery/work/gimlet/ramdisk@os
36092024-08-26T23:58:52.032Z[ recovery-image] Aug 26 23:58:50.933 INFO O| Aug 26 23:58:50.933 INFO rolled back to input snapshot; work may begin
36102024-08-26T23:58:52.032Z[ recovery-image] Aug 26 23:58:50.933 INFO O| Aug 26 23:58:50.933 INFO CREATE DATASET: rpool/images/build/recovery/work/gimlet/ramdisk
36112024-08-26T23:58:52.038Z[ recovery-image] Aug 26 23:58:50.939 INFO O| Aug 26 23:58:50.939 INFO STEP 0: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
36122024-08-26T23:58:52.048Z[ recovery-image] Aug 26 23:58:50.949 INFO O| Aug 26 23:58:50.949 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/var/pkg"
36132024-08-26T23:58:52.099Z[ recovery-image] Aug 26 23:58:51.000 INFO O| Aug 26 23:58:51.000 INFO STEP 0 (remove_files) COMPLETE
36142024-08-26T23:58:52.102Z[ recovery-image] Aug 26 23:58:51.001 INFO O| Aug 26 23:58:51.000 INFO STEP 1: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
36152024-08-26T23:58:52.111Z[ recovery-image] Aug 26 23:58:51.012 INFO O| Aug 26 23:58:51.012 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/xpg4"
36162024-08-26T23:58:52.114Z[ recovery-image] Aug 26 23:58:51.014 INFO O| Aug 26 23:58:51.014 INFO STEP 1 (remove_files) COMPLETE
36172024-08-26T23:58:52.114Z[ recovery-image] Aug 26 23:58:51.014 INFO O| Aug 26 23:58:51.014 INFO STEP 2: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
36182024-08-26T23:58:52.123Z[ recovery-image] Aug 26 23:58:51.024 INFO O| Aug 26 23:58:51.024 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/include"
36192024-08-26T23:58:52.138Z[ recovery-image] Aug 26 23:58:51.039 INFO O| Aug 26 23:58:51.039 INFO STEP 2 (remove_files) COMPLETE
36202024-08-26T23:58:52.138Z[ recovery-image] Aug 26 23:58:51.040 INFO O| Aug 26 23:58:51.039 INFO STEP 3: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
36212024-08-26T23:58:52.148Z[ recovery-image] Aug 26 23:58:51.050 INFO O| Aug 26 23:58:51.050 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/demo"
36222024-08-26T23:58:52.151Z[ recovery-image] Aug 26 23:58:51.051 INFO O| Aug 26 23:58:51.051 INFO STEP 3 (remove_files) COMPLETE
36232024-08-26T23:58:52.151Z[ recovery-image] Aug 26 23:58:51.052 INFO O| Aug 26 23:58:51.051 INFO STEP 4: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
36242024-08-26T23:58:52.160Z[ recovery-image] Aug 26 23:58:51.061 INFO O| Aug 26 23:58:51.061 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/help"
36252024-08-26T23:58:52.163Z[ recovery-image] Aug 26 23:58:51.065 INFO O| Aug 26 23:58:51.065 INFO STEP 4 (remove_files) COMPLETE
36262024-08-26T23:58:52.163Z[ recovery-image] Aug 26 23:58:51.065 INFO O| Aug 26 23:58:51.065 INFO STEP 5: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
36272024-08-26T23:58:52.173Z[ recovery-image] Aug 26 23:58:51.074 INFO O| Aug 26 23:58:51.074 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/share/doc"
36282024-08-26T23:58:52.176Z[ recovery-image] Aug 26 23:58:51.074 INFO O| Aug 26 23:58:51.074 INFO STEP 5 (remove_files) COMPLETE
36292024-08-26T23:58:52.176Z[ recovery-image] Aug 26 23:58:51.074 INFO O| Aug 26 23:58:51.074 INFO STEP 6: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
36302024-08-26T23:58:52.183Z[ recovery-image] Aug 26 23:58:51.084 INFO O| Aug 26 23:58:51.084 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/share/bash-completion"
36312024-08-26T23:58:52.195Z[ recovery-image] Aug 26 23:58:51.096 INFO O| Aug 26 23:58:51.096 INFO STEP 6 (remove_files) COMPLETE
36322024-08-26T23:58:52.195Z[ recovery-image] Aug 26 23:58:51.096 INFO O| Aug 26 23:58:51.096 INFO STEP 7: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
36332024-08-26T23:58:52.195Z[ recovery-image] Aug 26 23:58:51.096 INFO O| Aug 26 23:58:51.096 INFO skip step because feature "recovery" is enabled
36342024-08-26T23:58:52.197Z[ recovery-image] Aug 26 23:58:51.096 INFO O| Aug 26 23:58:51.096 INFO STEP 8: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
36352024-08-26T23:58:52.197Z[ recovery-image] Aug 26 23:58:51.096 INFO O| Aug 26 23:58:51.096 INFO skip step because feature "recovery" is enabled
36362024-08-26T23:58:52.197Z[ recovery-image] Aug 26 23:58:51.096 INFO O| Aug 26 23:58:51.096 INFO STEP 9: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
36372024-08-26T23:58:52.197Z[ recovery-image] Aug 26 23:58:51.096 INFO O| Aug 26 23:58:51.096 INFO skip step because feature "recovery" is enabled
36382024-08-26T23:58:52.197Z[ recovery-image] Aug 26 23:58:51.096 INFO O| Aug 26 23:58:51.096 INFO STEP 10: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
36392024-08-26T23:58:52.205Z[ recovery-image] Aug 26 23:58:51.106 INFO O| Aug 26 23:58:51.106 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/etc/net-snmp"
36402024-08-26T23:58:52.208Z[ recovery-image] Aug 26 23:58:51.110 INFO O| Aug 26 23:58:51.110 INFO STEP 10 (remove_files) COMPLETE
36412024-08-26T23:58:52.208Z[ recovery-image] Aug 26 23:58:51.110 INFO O| Aug 26 23:58:51.110 INFO STEP 11: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
36422024-08-26T23:58:52.218Z[ recovery-image] Aug 26 23:58:51.119 INFO O| Aug 26 23:58:51.119 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/i386"
36432024-08-26T23:58:52.221Z[ recovery-image] Aug 26 23:58:51.120 INFO O| Aug 26 23:58:51.120 INFO STEP 11 (remove_files) COMPLETE
36442024-08-26T23:58:52.221Z[ recovery-image] Aug 26 23:58:51.120 INFO O| Aug 26 23:58:51.120 INFO STEP 12: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
36452024-08-26T23:58:52.228Z[ recovery-image] Aug 26 23:58:51.129 INFO O| Aug 26 23:58:51.129 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/platform/i86xpv"
36462024-08-26T23:58:52.230Z[ recovery-image] Aug 26 23:58:51.131 INFO O| Aug 26 23:58:51.131 INFO STEP 12 (remove_files) COMPLETE
36472024-08-26T23:58:52.230Z[ recovery-image] Aug 26 23:58:51.131 INFO O| Aug 26 23:58:51.131 INFO STEP 13: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
36482024-08-26T23:58:52.253Z[ recovery-image] Aug 26 23:58:51.155 INFO O| Aug 26 23:58:51.154 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/opt/ooce/jq/lib/amd64/libjq.a"
36492024-08-26T23:58:52.341Z[ recovery-image] Aug 26 23:58:51.242 INFO O| Aug 26 23:58:51.242 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/libtddl.a"
36502024-08-26T23:58:52.344Z[ recovery-image] Aug 26 23:58:51.243 INFO O| Aug 26 23:58:51.243 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/libncurses++.a"
36512024-08-26T23:58:52.385Z[ recovery-image] Aug 26 23:58:51.286 INFO O| Aug 26 23:58:51.286 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libtddl.a"
36522024-08-26T23:58:52.387Z[ recovery-image] Aug 26 23:58:51.287 INFO O| Aug 26 23:58:51.287 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libncurses++.a"
36532024-08-26T23:58:52.482Z[ recovery-image] Aug 26 23:58:51.383 INFO O| Aug 26 23:58:51.383 INFO STEP 13 (remove_files) COMPLETE
36542024-08-26T23:58:52.482Z[ recovery-image] Aug 26 23:58:51.383 INFO O| Aug 26 23:58:51.383 INFO STEP 14: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
36552024-08-26T23:58:52.495Z[ recovery-image] Aug 26 23:58:51.397 INFO O| Aug 26 23:58:51.397 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/boot"
36562024-08-26T23:58:52.498Z[ recovery-image] Aug 26 23:58:51.398 INFO O| Aug 26 23:58:51.398 INFO STEP 14 (remove_files) COMPLETE
36572024-08-26T23:58:52.498Z[ recovery-image] Aug 26 23:58:51.398 INFO O| Aug 26 23:58:51.398 INFO STEP 15: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
36582024-08-26T23:58:52.507Z[ recovery-image] Aug 26 23:58:51.408 INFO O| Aug 26 23:58:51.408 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/platform/i86pc"
36592024-08-26T23:58:52.513Z[ recovery-image] Aug 26 23:58:51.415 INFO O| Aug 26 23:58:51.415 INFO STEP 15 (remove_files) COMPLETE
36602024-08-26T23:58:52.514Z[ recovery-image] Aug 26 23:58:51.415 INFO O| Aug 26 23:58:51.415 INFO STEP 16: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
36612024-08-26T23:58:52.523Z[ recovery-image] Aug 26 23:58:51.424 INFO O| Aug 26 23:58:51.424 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/platform/i86xpv"
36622024-08-26T23:58:52.526Z[ recovery-image] Aug 26 23:58:51.425 INFO O| Aug 26 23:58:51.425 INFO STEP 16 (remove_files) COMPLETE
36632024-08-26T23:58:52.526Z[ recovery-image] Aug 26 23:58:51.425 INFO O| Aug 26 23:58:51.425 INFO STEP 17: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
36642024-08-26T23:58:52.533Z[ recovery-image] Aug 26 23:58:51.434 INFO O| Aug 26 23:58:51.434 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/platform/i86pc"
36652024-08-26T23:58:52.535Z[ recovery-image] Aug 26 23:58:51.436 INFO O| Aug 26 23:58:51.436 INFO STEP 17 (remove_files) COMPLETE
36662024-08-26T23:58:52.535Z[ recovery-image] Aug 26 23:58:51.436 INFO O| Aug 26 23:58:51.436 INFO STEP 18: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
36672024-08-26T23:58:52.544Z[ recovery-image] Aug 26 23:58:51.445 INFO O| Aug 26 23:58:51.445 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/misc/amd64/acpica"
36682024-08-26T23:58:52.544Z[ recovery-image] Aug 26 23:58:51.445 INFO O| Aug 26 23:58:51.445 INFO STEP 18 (remove_files) COMPLETE
36692024-08-26T23:58:52.548Z[ recovery-image] Aug 26 23:58:51.445 INFO O| Aug 26 23:58:51.445 INFO STEP 19: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
36702024-08-26T23:58:52.553Z[ recovery-image] Aug 26 23:58:51.454 INFO O| Aug 26 23:58:51.454 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/misc/amd64/tem"
36712024-08-26T23:58:52.553Z[ recovery-image] Aug 26 23:58:51.454 INFO O| Aug 26 23:58:51.454 INFO STEP 19 (remove_files) COMPLETE
36722024-08-26T23:58:52.555Z[ recovery-image] Aug 26 23:58:51.455 INFO O| Aug 26 23:58:51.454 INFO STEP 20: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
36732024-08-26T23:58:52.562Z[ recovery-image] Aug 26 23:58:51.464 INFO O| Aug 26 23:58:51.464 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/misc/amd64/kbtrans"
36742024-08-26T23:58:52.562Z[ recovery-image] Aug 26 23:58:51.464 INFO O| Aug 26 23:58:51.464 INFO STEP 20 (remove_files) COMPLETE
36752024-08-26T23:58:52.565Z[ recovery-image] Aug 26 23:58:51.464 INFO O| Aug 26 23:58:51.464 INFO STEP 21: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
36762024-08-26T23:58:52.572Z[ recovery-image] Aug 26 23:58:51.473 INFO O| Aug 26 23:58:51.473 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/wc"
36772024-08-26T23:58:52.574Z[ recovery-image] Aug 26 23:58:51.473 INFO O| Aug 26 23:58:51.473 INFO STEP 21 (remove_files) COMPLETE
36782024-08-26T23:58:52.574Z[ recovery-image] Aug 26 23:58:51.473 INFO O| Aug 26 23:58:51.473 INFO STEP 22: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
36792024-08-26T23:58:52.581Z[ recovery-image] Aug 26 23:58:51.482 INFO O| Aug 26 23:58:51.482 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/acpi_drv"
36802024-08-26T23:58:52.581Z[ recovery-image] Aug 26 23:58:51.483 INFO O| Aug 26 23:58:51.482 INFO STEP 22 (remove_files) COMPLETE
36812024-08-26T23:58:52.586Z[ recovery-image] Aug 26 23:58:51.483 INFO O| Aug 26 23:58:51.482 INFO STEP 23: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
36822024-08-26T23:58:52.591Z[ recovery-image] Aug 26 23:58:51.492 INFO O| Aug 26 23:58:51.492 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/conskbd"
36832024-08-26T23:58:52.594Z[ recovery-image] Aug 26 23:58:51.492 INFO O| Aug 26 23:58:51.492 INFO STEP 23 (remove_files) COMPLETE
36842024-08-26T23:58:52.594Z[ recovery-image] Aug 26 23:58:51.492 INFO O| Aug 26 23:58:51.492 INFO STEP 24: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
36852024-08-26T23:58:52.600Z[ recovery-image] Aug 26 23:58:51.501 INFO O| Aug 26 23:58:51.501 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/tzmon"
36862024-08-26T23:58:52.600Z[ recovery-image] Aug 26 23:58:51.501 INFO O| Aug 26 23:58:51.501 INFO STEP 24 (remove_files) COMPLETE
36872024-08-26T23:58:52.603Z[ recovery-image] Aug 26 23:58:51.501 INFO O| Aug 26 23:58:51.501 INFO STEP 25: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
36882024-08-26T23:58:52.609Z[ recovery-image] Aug 26 23:58:51.511 INFO O| Aug 26 23:58:51.511 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/power"
36892024-08-26T23:58:52.609Z[ recovery-image] Aug 26 23:58:51.511 INFO O| Aug 26 23:58:51.511 INFO STEP 25 (remove_files) COMPLETE
36902024-08-26T23:58:52.612Z[ recovery-image] Aug 26 23:58:51.511 INFO O| Aug 26 23:58:51.511 INFO STEP 26: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
36912024-08-26T23:58:52.619Z[ recovery-image] Aug 26 23:58:51.520 INFO O| Aug 26 23:58:51.520 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/audio"
36922024-08-26T23:58:52.621Z[ recovery-image] Aug 26 23:58:51.520 INFO O| Aug 26 23:58:51.520 INFO STEP 26 (remove_files) COMPLETE
36932024-08-26T23:58:52.621Z[ recovery-image] Aug 26 23:58:51.520 INFO O| Aug 26 23:58:51.520 INFO STEP 27: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
36942024-08-26T23:58:52.628Z[ recovery-image] Aug 26 23:58:51.529 INFO O| Aug 26 23:58:51.529 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/audio1575"
36952024-08-26T23:58:52.631Z[ recovery-image] Aug 26 23:58:51.530 INFO O| Aug 26 23:58:51.529 INFO STEP 27 (remove_files) COMPLETE
36962024-08-26T23:58:52.631Z[ recovery-image] Aug 26 23:58:51.530 INFO O| Aug 26 23:58:51.530 INFO STEP 28: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
36972024-08-26T23:58:52.638Z[ recovery-image] Aug 26 23:58:51.539 INFO O| Aug 26 23:58:51.539 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/audioens"
36982024-08-26T23:58:52.638Z[ recovery-image] Aug 26 23:58:51.539 INFO O| Aug 26 23:58:51.539 INFO STEP 28 (remove_files) COMPLETE
36992024-08-26T23:58:52.640Z[ recovery-image] Aug 26 23:58:51.539 INFO O| Aug 26 23:58:51.539 INFO STEP 29: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
37002024-08-26T23:58:52.647Z[ recovery-image] Aug 26 23:58:51.548 INFO O| Aug 26 23:58:51.548 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/audiopci"
37012024-08-26T23:58:52.647Z[ recovery-image] Aug 26 23:58:51.548 INFO O| Aug 26 23:58:51.548 INFO STEP 29 (remove_files) COMPLETE
37022024-08-26T23:58:52.649Z[ recovery-image] Aug 26 23:58:51.548 INFO O| Aug 26 23:58:51.548 INFO STEP 30: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
37032024-08-26T23:58:52.656Z[ recovery-image] Aug 26 23:58:51.557 INFO O| Aug 26 23:58:51.557 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/audiots"
37042024-08-26T23:58:52.659Z[ recovery-image] Aug 26 23:58:51.558 INFO O| Aug 26 23:58:51.558 INFO STEP 30 (remove_files) COMPLETE
37052024-08-26T23:58:52.659Z[ recovery-image] Aug 26 23:58:51.558 INFO O| Aug 26 23:58:51.558 INFO STEP 31: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
37062024-08-26T23:58:52.667Z[ recovery-image] Aug 26 23:58:51.567 INFO O| Aug 26 23:58:51.567 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/ehci"
37072024-08-26T23:58:52.667Z[ recovery-image] Aug 26 23:58:51.567 INFO O| Aug 26 23:58:51.567 INFO STEP 31 (remove_files) COMPLETE
37082024-08-26T23:58:52.667Z[ recovery-image] Aug 26 23:58:51.567 INFO O| Aug 26 23:58:51.567 INFO STEP 32: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
37092024-08-26T23:58:52.675Z[ recovery-image] Aug 26 23:58:51.576 INFO O| Aug 26 23:58:51.576 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/hid"
37102024-08-26T23:58:52.677Z[ recovery-image] Aug 26 23:58:51.576 INFO O| Aug 26 23:58:51.576 INFO STEP 32 (remove_files) COMPLETE
37112024-08-26T23:58:52.677Z[ recovery-image] Aug 26 23:58:51.576 INFO O| Aug 26 23:58:51.576 INFO STEP 33: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
37122024-08-26T23:58:52.684Z[ recovery-image] Aug 26 23:58:51.586 INFO O| Aug 26 23:58:51.586 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/hubd"
37132024-08-26T23:58:52.684Z[ recovery-image] Aug 26 23:58:51.586 INFO O| Aug 26 23:58:51.586 INFO STEP 33 (remove_files) COMPLETE
37142024-08-26T23:58:52.684Z[ recovery-image] Aug 26 23:58:51.586 INFO O| Aug 26 23:58:51.586 INFO STEP 34: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
37152024-08-26T23:58:52.694Z[ recovery-image] Aug 26 23:58:51.595 INFO O| Aug 26 23:58:51.595 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/ohci"
37162024-08-26T23:58:52.696Z[ recovery-image] Aug 26 23:58:51.595 INFO O| Aug 26 23:58:51.595 INFO STEP 34 (remove_files) COMPLETE
37172024-08-26T23:58:52.696Z[ recovery-image] Aug 26 23:58:51.595 INFO O| Aug 26 23:58:51.595 INFO STEP 35: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
37182024-08-26T23:58:52.703Z[ recovery-image] Aug 26 23:58:51.604 INFO O| Aug 26 23:58:51.604 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/scsa2usb"
37192024-08-26T23:58:52.703Z[ recovery-image] Aug 26 23:58:51.604 INFO O| Aug 26 23:58:51.604 INFO STEP 35 (remove_files) COMPLETE
37202024-08-26T23:58:52.706Z[ recovery-image] Aug 26 23:58:51.604 INFO O| Aug 26 23:58:51.604 INFO STEP 36: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
37212024-08-26T23:58:52.712Z[ recovery-image] Aug 26 23:58:51.614 INFO O| Aug 26 23:58:51.613 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/uhci"
37222024-08-26T23:58:52.715Z[ recovery-image] Aug 26 23:58:51.614 INFO O| Aug 26 23:58:51.614 INFO STEP 36 (remove_files) COMPLETE
37232024-08-26T23:58:52.715Z[ recovery-image] Aug 26 23:58:51.614 INFO O| Aug 26 23:58:51.614 INFO STEP 37: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
37242024-08-26T23:58:52.722Z[ recovery-image] Aug 26 23:58:51.623 INFO O| Aug 26 23:58:51.623 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/usb_ac"
37252024-08-26T23:58:52.722Z[ recovery-image] Aug 26 23:58:51.623 INFO O| Aug 26 23:58:51.623 INFO STEP 37 (remove_files) COMPLETE
37262024-08-26T23:58:52.722Z[ recovery-image] Aug 26 23:58:51.623 INFO O| Aug 26 23:58:51.623 INFO STEP 38: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
37272024-08-26T23:58:52.731Z[ recovery-image] Aug 26 23:58:51.632 INFO O| Aug 26 23:58:51.632 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/usb_as"
37282024-08-26T23:58:52.731Z[ recovery-image] Aug 26 23:58:51.632 INFO O| Aug 26 23:58:51.632 INFO STEP 38 (remove_files) COMPLETE
37292024-08-26T23:58:52.734Z[ recovery-image] Aug 26 23:58:51.632 INFO O| Aug 26 23:58:51.632 INFO STEP 39: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
37302024-08-26T23:58:52.740Z[ recovery-image] Aug 26 23:58:51.641 INFO O| Aug 26 23:58:51.641 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/usb_ia"
37312024-08-26T23:58:52.743Z[ recovery-image] Aug 26 23:58:51.642 INFO O| Aug 26 23:58:51.641 INFO STEP 39 (remove_files) COMPLETE
37322024-08-26T23:58:52.743Z[ recovery-image] Aug 26 23:58:51.642 INFO O| Aug 26 23:58:51.641 INFO STEP 40: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
37332024-08-26T23:58:52.749Z[ recovery-image] Aug 26 23:58:51.651 INFO O| Aug 26 23:58:51.651 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/usb_mid"
37342024-08-26T23:58:52.749Z[ recovery-image] Aug 26 23:58:51.651 INFO O| Aug 26 23:58:51.651 INFO STEP 40 (remove_files) COMPLETE
37352024-08-26T23:58:52.749Z[ recovery-image] Aug 26 23:58:51.651 INFO O| Aug 26 23:58:51.651 INFO STEP 41: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
37362024-08-26T23:58:52.759Z[ recovery-image] Aug 26 23:58:51.660 INFO O| Aug 26 23:58:51.660 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/usbprn"
37372024-08-26T23:58:52.759Z[ recovery-image] Aug 26 23:58:51.660 INFO O| Aug 26 23:58:51.660 INFO STEP 41 (remove_files) COMPLETE
37382024-08-26T23:58:52.762Z[ recovery-image] Aug 26 23:58:51.660 INFO O| Aug 26 23:58:51.660 INFO STEP 42: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
37392024-08-26T23:58:52.768Z[ recovery-image] Aug 26 23:58:51.669 INFO O| Aug 26 23:58:51.669 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/xhci"
37402024-08-26T23:58:52.771Z[ recovery-image] Aug 26 23:58:51.669 INFO O| Aug 26 23:58:51.669 INFO STEP 42 (remove_files) COMPLETE
37412024-08-26T23:58:52.771Z[ recovery-image] Aug 26 23:58:51.669 INFO O| Aug 26 23:58:51.669 INFO STEP 43: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
37422024-08-26T23:58:52.777Z[ recovery-image] Aug 26 23:58:51.679 INFO O| Aug 26 23:58:51.679 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/intel_nhm"
37432024-08-26T23:58:52.780Z[ recovery-image] Aug 26 23:58:51.679 INFO O| Aug 26 23:58:51.679 INFO STEP 43 (remove_files) COMPLETE
37442024-08-26T23:58:52.780Z[ recovery-image] Aug 26 23:58:51.679 INFO O| Aug 26 23:58:51.679 INFO STEP 44: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
37452024-08-26T23:58:52.787Z[ recovery-image] Aug 26 23:58:51.688 INFO O| Aug 26 23:58:51.688 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/intel_nb5000"
37462024-08-26T23:58:52.787Z[ recovery-image] Aug 26 23:58:51.688 INFO O| Aug 26 23:58:51.688 INFO STEP 44 (remove_files) COMPLETE
37472024-08-26T23:58:52.789Z[ recovery-image] Aug 26 23:58:51.688 INFO O| Aug 26 23:58:51.688 INFO STEP 45: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
37482024-08-26T23:58:52.796Z[ recovery-image] Aug 26 23:58:51.697 INFO O| Aug 26 23:58:51.697 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/mc-amd"
37492024-08-26T23:58:52.796Z[ recovery-image] Aug 26 23:58:51.697 INFO O| Aug 26 23:58:51.697 INFO STEP 45 (remove_files) COMPLETE
37502024-08-26T23:58:52.799Z[ recovery-image] Aug 26 23:58:51.697 INFO O| Aug 26 23:58:51.697 INFO STEP 46: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
37512024-08-26T23:58:52.805Z[ recovery-image] Aug 26 23:58:51.707 INFO O| Aug 26 23:58:51.707 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/acpi_toshiba"
37522024-08-26T23:58:52.805Z[ recovery-image] Aug 26 23:58:51.707 INFO O| Aug 26 23:58:51.707 INFO STEP 46 (remove_files) COMPLETE
37532024-08-26T23:58:52.805Z[ recovery-image] Aug 26 23:58:51.707 INFO O| Aug 26 23:58:51.707 INFO STEP 47: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
37542024-08-26T23:58:52.815Z[ recovery-image] Aug 26 23:58:51.717 INFO O| Aug 26 23:58:51.717 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/intel_nhmex"
37552024-08-26T23:58:52.818Z[ recovery-image] Aug 26 23:58:51.717 INFO O| Aug 26 23:58:51.717 INFO STEP 47 (remove_files) COMPLETE
37562024-08-26T23:58:52.818Z[ recovery-image] Aug 26 23:58:51.717 INFO O| Aug 26 23:58:51.717 INFO STEP 48: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
37572024-08-26T23:58:52.825Z[ recovery-image] Aug 26 23:58:51.726 INFO O| Aug 26 23:58:51.726 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/intel_nhmex.conf"
37582024-08-26T23:58:52.827Z[ recovery-image] Aug 26 23:58:51.726 INFO O| Aug 26 23:58:51.726 INFO STEP 48 (remove_files) COMPLETE
37592024-08-26T23:58:52.827Z[ recovery-image] Aug 26 23:58:51.726 INFO O| Aug 26 23:58:51.726 INFO STEP 49: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
37602024-08-26T23:58:52.834Z[ recovery-image] Aug 26 23:58:51.735 INFO O| Aug 26 23:58:51.735 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/mpt"
37612024-08-26T23:58:52.834Z[ recovery-image] Aug 26 23:58:51.736 INFO O| Aug 26 23:58:51.736 INFO STEP 49 (remove_files) COMPLETE
37622024-08-26T23:58:52.837Z[ recovery-image] Aug 26 23:58:51.736 INFO O| Aug 26 23:58:51.736 INFO STEP 50: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
37632024-08-26T23:58:52.844Z[ recovery-image] Aug 26 23:58:51.745 INFO O| Aug 26 23:58:51.745 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/mpt.conf"
37642024-08-26T23:58:52.844Z[ recovery-image] Aug 26 23:58:51.745 INFO O| Aug 26 23:58:51.745 INFO STEP 50 (remove_files) COMPLETE
37652024-08-26T23:58:52.846Z[ recovery-image] Aug 26 23:58:51.745 INFO O| Aug 26 23:58:51.745 INFO STEP 51: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
37662024-08-26T23:58:52.853Z[ recovery-image] Aug 26 23:58:51.754 INFO O| Aug 26 23:58:51.754 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/plugins/ses-log-transport.so"
37672024-08-26T23:58:52.856Z[ recovery-image] Aug 26 23:58:51.754 INFO O| Aug 26 23:58:51.754 INFO STEP 51 (remove_files) COMPLETE
37682024-08-26T23:58:52.856Z[ recovery-image] Aug 26 23:58:51.754 INFO O| Aug 26 23:58:51.754 INFO STEP 52: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
37692024-08-26T23:58:52.862Z[ recovery-image] Aug 26 23:58:51.764 INFO O| Aug 26 23:58:51.764 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/plugins/ses-log-transport.conf"
37702024-08-26T23:58:52.862Z[ recovery-image] Aug 26 23:58:51.764 INFO O| Aug 26 23:58:51.764 INFO STEP 52 (remove_files) COMPLETE
37712024-08-26T23:58:52.862Z[ recovery-image] Aug 26 23:58:51.764 INFO O| Aug 26 23:58:51.764 INFO STEP 53: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
37722024-08-26T23:58:52.872Z[ recovery-image] Aug 26 23:58:51.773 INFO O| Aug 26 23:58:51.773 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/sbin/bootadm"
37732024-08-26T23:58:52.872Z[ recovery-image] Aug 26 23:58:51.773 INFO O| Aug 26 23:58:51.773 INFO STEP 53 (remove_files) COMPLETE
37742024-08-26T23:58:52.875Z[ recovery-image] Aug 26 23:58:51.773 INFO O| Aug 26 23:58:51.773 INFO STEP 54: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
37752024-08-26T23:58:52.881Z[ recovery-image] Aug 26 23:58:51.782 INFO O| Aug 26 23:58:51.782 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/bootadm"
37762024-08-26T23:58:52.882Z[ recovery-image] Aug 26 23:58:51.782 INFO O| Aug 26 23:58:51.782 INFO STEP 54 (remove_files) COMPLETE
37772024-08-26T23:58:52.882Z[ recovery-image] Aug 26 23:58:51.782 INFO O| Aug 26 23:58:51.782 INFO STEP 55: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
37782024-08-26T23:58:52.891Z[ recovery-image] Aug 26 23:58:51.791 INFO O| Aug 26 23:58:51.791 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/sbin/beadm"
37792024-08-26T23:58:52.891Z[ recovery-image] Aug 26 23:58:51.791 INFO O| Aug 26 23:58:51.791 INFO STEP 55 (remove_files) COMPLETE
37802024-08-26T23:58:52.894Z[ recovery-image] Aug 26 23:58:51.792 INFO O| Aug 26 23:58:51.791 INFO STEP 56: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
37812024-08-26T23:58:52.899Z[ recovery-image] Aug 26 23:58:51.801 INFO O| Aug 26 23:58:51.801 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/beadm"
37822024-08-26T23:58:52.900Z[ recovery-image] Aug 26 23:58:51.801 INFO O| Aug 26 23:58:51.801 INFO STEP 56 (remove_files) COMPLETE
37832024-08-26T23:58:52.900Z[ recovery-image] Aug 26 23:58:51.801 INFO O| Aug 26 23:58:51.801 INFO STEP 57: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
37842024-08-26T23:58:52.909Z[ recovery-image] Aug 26 23:58:51.810 INFO O| Aug 26 23:58:51.810 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/etc/default/tar"
37852024-08-26T23:58:52.909Z[ recovery-image] Aug 26 23:58:51.810 INFO O| Aug 26 23:58:51.810 INFO STEP 57 (remove_files) COMPLETE
37862024-08-26T23:58:52.909Z[ recovery-image] Aug 26 23:58:51.810 INFO O| Aug 26 23:58:51.810 INFO STEP 58: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
37872024-08-26T23:58:52.919Z[ recovery-image] Aug 26 23:58:51.820 INFO O| Aug 26 23:58:51.820 WARN file /rpool/images/build/recovery/work/gimlet/ramdisk/lib/svc/method/keymap exists, with wrong contents, unlinking
37882024-08-26T23:58:52.922Z[ recovery-image] Aug 26 23:58:51.821 INFO O| Aug 26 23:58:51.821 INFO writing /rpool/images/build/recovery/work/gimlet/ramdisk/lib/svc/method/keymap ...
37892024-08-26T23:58:52.922Z[ recovery-image] Aug 26 23:58:51.821 INFO O| Aug 26 23:58:51.821 INFO perms are 644, should be 755, path: /rpool/images/build/recovery/work/gimlet/ramdisk/lib/svc/method/keymap
37902024-08-26T23:58:52.922Z[ recovery-image] Aug 26 23:58:51.821 INFO O| Aug 26 23:58:51.821 INFO chmod ok, path: /rpool/images/build/recovery/work/gimlet/ramdisk/lib/svc/method/keymap
37912024-08-26T23:58:52.922Z[ recovery-image] Aug 26 23:58:51.821 INFO O| Aug 26 23:58:51.821 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/recovery/work/gimlet/ramdisk/lib/svc/method/keymap
37922024-08-26T23:58:52.922Z[ recovery-image] Aug 26 23:58:51.821 INFO O| Aug 26 23:58:51.821 INFO chown ok, path: /rpool/images/build/recovery/work/gimlet/ramdisk/lib/svc/method/keymap
37932024-08-26T23:58:52.922Z[ recovery-image] Aug 26 23:58:51.821 INFO O| Aug 26 23:58:51.821 INFO ok!
37942024-08-26T23:58:52.922Z[ recovery-image] Aug 26 23:58:51.821 INFO O| Aug 26 23:58:51.821 INFO STEP 58 (ensure_file) COMPLETE
37952024-08-26T23:58:52.922Z[ recovery-image] Aug 26 23:58:51.821 INFO O| Aug 26 23:58:51.821 INFO STEP 59: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
37962024-08-26T23:58:52.930Z[ recovery-image] Aug 26 23:58:51.831 INFO O| Aug 26 23:58:51.831 WARN file /rpool/images/build/recovery/work/gimlet/ramdisk/lib/svc/bin/rootisramdisk exists, with wrong contents, unlinking
37972024-08-26T23:58:52.930Z[ recovery-image] Aug 26 23:58:51.831 INFO O| Aug 26 23:58:51.831 INFO copying /work/oxidecomputer/helios/image/templates/files/rootisramdisk -> /rpool/images/build/recovery/work/gimlet/ramdisk/lib/svc/bin/rootisramdisk ...
37982024-08-26T23:58:52.933Z[ recovery-image] Aug 26 23:58:51.831 INFO O| Aug 26 23:58:51.831 INFO perms are 644, should be 755, path: /rpool/images/build/recovery/work/gimlet/ramdisk/lib/svc/bin/rootisramdisk
37992024-08-26T23:58:52.933Z[ recovery-image] Aug 26 23:58:51.831 INFO O| Aug 26 23:58:51.831 INFO chmod ok, path: /rpool/images/build/recovery/work/gimlet/ramdisk/lib/svc/bin/rootisramdisk
38002024-08-26T23:58:52.933Z[ recovery-image] Aug 26 23:58:51.831 INFO O| Aug 26 23:58:51.831 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/gimlet/ramdisk/lib/svc/bin/rootisramdisk
38012024-08-26T23:58:52.933Z[ recovery-image] Aug 26 23:58:51.831 INFO O| Aug 26 23:58:51.831 INFO chown ok, path: /rpool/images/build/recovery/work/gimlet/ramdisk/lib/svc/bin/rootisramdisk
38022024-08-26T23:58:52.933Z[ recovery-image] Aug 26 23:58:51.831 INFO O| Aug 26 23:58:51.831 INFO ok!
38032024-08-26T23:58:52.933Z[ recovery-image] Aug 26 23:58:51.831 INFO O| Aug 26 23:58:51.831 INFO STEP 59 (ensure_file) COMPLETE
38042024-08-26T23:58:52.933Z[ recovery-image] Aug 26 23:58:51.831 INFO O| Aug 26 23:58:51.831 INFO STEP 60: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
38052024-08-26T23:58:52.940Z[ recovery-image] Aug 26 23:58:51.841 INFO O| Aug 26 23:58:51.841 INFO file /rpool/images/build/recovery/work/gimlet/ramdisk/root/.bash_profile does not exist
38062024-08-26T23:58:52.940Z[ recovery-image] Aug 26 23:58:51.841 INFO O| Aug 26 23:58:51.841 INFO copying /work/oxidecomputer/helios/image/templates/files/bash_profile -> /rpool/images/build/recovery/work/gimlet/ramdisk/root/.bash_profile ...
38072024-08-26T23:58:52.942Z[ recovery-image] Aug 26 23:58:51.841 INFO O| Aug 26 23:58:51.841 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/ramdisk/root/.bash_profile
38082024-08-26T23:58:52.942Z[ recovery-image] Aug 26 23:58:51.841 INFO O| Aug 26 23:58:51.841 INFO ok!
38092024-08-26T23:58:52.942Z[ recovery-image] Aug 26 23:58:51.841 INFO O| Aug 26 23:58:51.841 INFO STEP 60 (ensure_file) COMPLETE
38102024-08-26T23:58:52.942Z[ recovery-image] Aug 26 23:58:51.841 INFO O| Aug 26 23:58:51.841 INFO STEP 61: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
38112024-08-26T23:58:52.949Z[ recovery-image] Aug 26 23:58:51.850 INFO O| Aug 26 23:58:51.850 WARN file /rpool/images/build/recovery/work/gimlet/ramdisk/root/.bashrc exists, with wrong contents, unlinking
38122024-08-26T23:58:52.951Z[ recovery-image] Aug 26 23:58:51.850 INFO O| Aug 26 23:58:51.850 INFO copying /work/oxidecomputer/helios/image/templates/files/bashrc -> /rpool/images/build/recovery/work/gimlet/ramdisk/root/.bashrc ...
38132024-08-26T23:58:52.951Z[ recovery-image] Aug 26 23:58:51.851 INFO O| Aug 26 23:58:51.850 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/ramdisk/root/.bashrc
38142024-08-26T23:58:52.951Z[ recovery-image] Aug 26 23:58:51.851 INFO O| Aug 26 23:58:51.851 INFO ok!
38152024-08-26T23:58:52.951Z[ recovery-image] Aug 26 23:58:51.851 INFO O| Aug 26 23:58:51.851 INFO STEP 61 (ensure_file) COMPLETE
38162024-08-26T23:58:52.952Z[ recovery-image] Aug 26 23:58:51.851 INFO O| Aug 26 23:58:51.851 INFO STEP 62: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
38172024-08-26T23:58:52.959Z[ recovery-image] Aug 26 23:58:51.860 INFO O| Aug 26 23:58:51.860 WARN file /rpool/images/build/recovery/work/gimlet/ramdisk/etc/motd exists, with wrong contents, unlinking
38182024-08-26T23:58:52.959Z[ recovery-image] Aug 26 23:58:51.860 INFO O| Aug 26 23:58:51.860 INFO copying /work/oxidecomputer/helios/image/templates/files/motd -> /rpool/images/build/recovery/work/gimlet/ramdisk/etc/motd ...
38192024-08-26T23:58:52.961Z[ recovery-image] Aug 26 23:58:51.860 INFO O| Aug 26 23:58:51.860 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/gimlet/ramdisk/etc/motd
38202024-08-26T23:58:52.961Z[ recovery-image] Aug 26 23:58:51.860 INFO O| Aug 26 23:58:51.860 INFO chown ok, path: /rpool/images/build/recovery/work/gimlet/ramdisk/etc/motd
38212024-08-26T23:58:52.961Z[ recovery-image] Aug 26 23:58:51.860 INFO O| Aug 26 23:58:51.860 INFO ok!
38222024-08-26T23:58:52.961Z[ recovery-image] Aug 26 23:58:51.860 INFO O| Aug 26 23:58:51.860 INFO STEP 62 (ensure_file) COMPLETE
38232024-08-26T23:58:52.961Z[ recovery-image] Aug 26 23:58:51.860 INFO O| Aug 26 23:58:51.860 INFO STEP 63: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
38242024-08-26T23:58:52.974Z[ recovery-image] Aug 26 23:58:51.870 INFO O| Aug 26 23:58:51.870 INFO file /rpool/images/build/recovery/work/gimlet/ramdisk/etc/system.d/zfs:dbuf does not exist
38252024-08-26T23:58:52.974Z[ recovery-image] Aug 26 23:58:51.870 INFO O| Aug 26 23:58:51.870 INFO copying /work/oxidecomputer/helios/image/templates/files/gimlet-system-zfs:dbuf -> /rpool/images/build/recovery/work/gimlet/ramdisk/etc/system.d/zfs:dbuf ...
38262024-08-26T23:58:52.979Z[ recovery-image] Aug 26 23:58:51.870 INFO O| Aug 26 23:58:51.870 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/gimlet/ramdisk/etc/system.d/zfs:dbuf
38272024-08-26T23:58:52.979Z[ recovery-image] Aug 26 23:58:51.870 INFO O| Aug 26 23:58:51.870 INFO chown ok, path: /rpool/images/build/recovery/work/gimlet/ramdisk/etc/system.d/zfs:dbuf
38282024-08-26T23:58:52.979Z[ recovery-image] Aug 26 23:58:51.870 INFO O| Aug 26 23:58:51.870 INFO ok!
38292024-08-26T23:58:52.979Z[ recovery-image] Aug 26 23:58:51.870 INFO O| Aug 26 23:58:51.870 INFO STEP 63 (ensure_file) COMPLETE
38302024-08-26T23:58:52.979Z[ recovery-image] Aug 26 23:58:51.870 INFO O| Aug 26 23:58:51.870 INFO STEP 64: assemble_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
38312024-08-26T23:58:52.979Z[ recovery-image] Aug 26 23:58:51.879 INFO O| Aug 26 23:58:51.879 INFO file /rpool/images/build/recovery/work/gimlet/ramdisk/etc/system.d/.self-assembly does not exist
38322024-08-26T23:58:52.979Z[ recovery-image] Aug 26 23:58:51.879 INFO O| Aug 26 23:58:51.879 INFO writing /rpool/images/build/recovery/work/gimlet/ramdisk/etc/system.d/.self-assembly ...
38332024-08-26T23:58:52.979Z[ recovery-image] Aug 26 23:58:51.880 INFO O| Aug 26 23:58:51.879 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/ramdisk/etc/system.d/.self-assembly
38342024-08-26T23:58:52.979Z[ recovery-image] Aug 26 23:58:51.880 INFO O| Aug 26 23:58:51.880 INFO ok!
38352024-08-26T23:58:52.979Z[ recovery-image] Aug 26 23:58:51.880 INFO O| Aug 26 23:58:51.880 INFO STEP 64 (assemble_files) COMPLETE
38362024-08-26T23:58:52.979Z[ recovery-image] Aug 26 23:58:51.880 INFO O| Aug 26 23:58:51.880 INFO STEP 65: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
38372024-08-26T23:58:52.988Z[ recovery-image] Aug 26 23:58:51.889 INFO O| Aug 26 23:58:51.889 INFO file /rpool/images/build/recovery/work/gimlet/ramdisk/etc/dumpadm.conf does not exist
38382024-08-26T23:58:52.988Z[ recovery-image] Aug 26 23:58:51.889 INFO O| Aug 26 23:58:51.889 INFO copying /work/oxidecomputer/helios/image/templates/files/dumpadm.conf -> /rpool/images/build/recovery/work/gimlet/ramdisk/etc/dumpadm.conf ...
38392024-08-26T23:58:52.990Z[ recovery-image] Aug 26 23:58:51.889 INFO O| Aug 26 23:58:51.889 INFO ownership wrong (Id(0):Id(0), not 0:1), path: /rpool/images/build/recovery/work/gimlet/ramdisk/etc/dumpadm.conf
38402024-08-26T23:58:52.990Z[ recovery-image] Aug 26 23:58:51.889 INFO O| Aug 26 23:58:51.889 INFO chown ok, path: /rpool/images/build/recovery/work/gimlet/ramdisk/etc/dumpadm.conf
38412024-08-26T23:58:52.990Z[ recovery-image] Aug 26 23:58:51.889 INFO O| Aug 26 23:58:51.889 INFO ok!
38422024-08-26T23:58:52.991Z[ recovery-image] Aug 26 23:58:51.889 INFO O| Aug 26 23:58:51.889 INFO STEP 65 (ensure_file) COMPLETE
38432024-08-26T23:58:52.991Z[ recovery-image] Aug 26 23:58:51.890 INFO O| Aug 26 23:58:51.889 INFO STEP 66: ensure_dir, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
38442024-08-26T23:58:52.991Z[ recovery-image] Aug 26 23:58:51.890 INFO O| Aug 26 23:58:51.890 INFO skip step because feature "omicron1" is not enabled
38452024-08-26T23:58:52.991Z[ recovery-image] Aug 26 23:58:51.890 INFO O| Aug 26 23:58:51.890 INFO STEP 67: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
38462024-08-26T23:58:52.991Z[ recovery-image] Aug 26 23:58:51.890 INFO O| Aug 26 23:58:51.890 INFO skip step because feature "omicron1" is not enabled
38472024-08-26T23:58:52.991Z[ recovery-image] Aug 26 23:58:51.890 INFO O| Aug 26 23:58:51.890 INFO STEP 68: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
38482024-08-26T23:58:52.991Z[ recovery-image] Aug 26 23:58:51.890 INFO O| Aug 26 23:58:51.890 INFO skip step because feature "omicron1" is not enabled
38492024-08-26T23:58:52.991Z[ recovery-image] Aug 26 23:58:51.890 INFO O| Aug 26 23:58:51.890 INFO STEP 69: pack_tar, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
38502024-08-26T23:58:53.006Z[ recovery-image] Aug 26 23:58:51.908 INFO O| Aug 26 23:58:51.908 INFO file /rpool/images/build/recovery/output/gimlet-ramdisk.tar does not already exist, skipping removal
38512024-08-26T23:58:53.009Z[ recovery-image] Aug 26 23:58:51.908 INFO O| Aug 26 23:58:51.908 INFO exec: ["/usr/sbin/tar", "ceEp@/f", "/rpool/images/build/recovery/output/gimlet-ramdisk.tar", "-C", "/rpool/images/build/recovery/work/gimlet/ramdisk", "."]
38522024-08-26T23:58:54.719Z[ recovery-image] Aug 26 23:58:53.620 INFO O| Aug 26 23:58:53.620 INFO STEP 69 (pack_tar) COMPLETE
38532024-08-26T23:58:54.720Z[ recovery-image] Aug 26 23:58:53.620 INFO O| Aug 26 23:58:53.620 INFO creating output snapshot rpool/images/build/recovery/work/gimlet/ramdisk@trim
38542024-08-26T23:58:54.722Z[ recovery-image] Aug 26 23:58:53.620 INFO O| Aug 26 23:58:53.620 INFO CREATE SNAPSHOT: rpool/images/build/recovery/work/gimlet/ramdisk@trim
38552024-08-26T23:58:54.948Z[ recovery-image] Aug 26 23:58:53.849 INFO O| Aug 26 23:58:53.849 INFO DESTROY DATASET: rpool/images/build/recovery/tmp/gimlet/ramdisk-02-trim
38562024-08-26T23:58:55.042Z[ recovery-image] Aug 26 23:58:53.943 INFO O| Aug 26 23:58:53.943 INFO completed processing gimlet/ramdisk-02-trim
38572024-08-26T23:58:55.045Z[ recovery-image] Aug 26 23:58:53.945 INFO image builder template: ramdisk-03-recovery-trim...
38582024-08-26T23:58:55.045Z[ recovery-image] Aug 26 23:58:53.945 INFO exec: ["pfexec", "/work/oxidecomputer/helios/projects/image-builder/target/debug/image-builder", "build", "-d", "rpool/images/build/recovery", "-g", "gimlet", "-T", "/work/oxidecomputer/helios/image/templates", "-F", "relver=2", "-E", "/tmp/.tmpPOKhvJ/proto/recovery/root", "-F", "genproto=/work/oxidecomputer/helios/tmp/image.recovery/genproto.json", "-E", "/work/oxidecomputer/helios/tmp/image.recovery/omicron1", "-E", "/work/oxidecomputer/helios/projects", "-F", "repo_publisher=helios-dev", "-F", "repo_url=https://pkg.oxide.computer/helios/2/dev/", "-F", "baud=3000000", "-F", "recovery", "-F", "optever=0.33.293", "-n", "ramdisk-03-recovery-trim"], pwd: None
38592024-08-26T23:58:55.112Z[ recovery-image] Aug 26 23:58:54.013 INFO O| Aug 26 23:58:54.013 INFO temporary dataset: rpool/images/build/recovery/tmp/gimlet/ramdisk-03-recovery-trim
38602024-08-26T23:58:55.117Z[ recovery-image] Aug 26 23:58:54.018 INFO O| Aug 26 23:58:54.017 INFO CREATE DATASET: rpool/images/build/recovery/tmp/gimlet/ramdisk-03-recovery-trim
38612024-08-26T23:58:55.174Z[ recovery-image] Aug 26 23:58:54.074 INFO O| Aug 26 23:58:54.074 INFO SET DATASET PROPERTY ON rpool/images/build/recovery/tmp/gimlet/ramdisk-03-recovery-trim: sync = disabled
38622024-08-26T23:58:55.237Z[ recovery-image] Aug 26 23:58:54.137 INFO O| Aug 26 23:58:54.136 INFO temporary directory: /rpool/images/build/recovery/tmp/gimlet/ramdisk-03-recovery-trim
38632024-08-26T23:58:55.240Z[ recovery-image] Aug 26 23:58:54.137 INFO O| Aug 26 23:58:54.137 INFO work dataset: rpool/images/build/recovery/work/gimlet/ramdisk
38642024-08-26T23:58:55.245Z[ recovery-image] Aug 26 23:58:54.146 INFO O| Aug 26 23:58:54.146 INFO looking for output snapshot rpool/images/build/recovery/work/gimlet/ramdisk@recovery-trim
38652024-08-26T23:58:55.250Z[ recovery-image] Aug 26 23:58:54.150 INFO O| Aug 26 23:58:54.150 INFO looking for input snapshot rpool/images/build/recovery/work/gimlet/ramdisk@trim
38662024-08-26T23:58:55.254Z[ recovery-image] Aug 26 23:58:54.155 INFO O| Aug 26 23:58:54.155 INFO ROLLBACK TO SNAPSHOT: rpool/images/build/recovery/work/gimlet/ramdisk@trim
38672024-08-26T23:58:55.294Z[ host-image] Aug 26 23:58:54.195 INFO O| Aug 26 23:58:54.195 INFO O| Actions: 26120/49261 actions (Installing new actions)
38682024-08-26T23:58:55.491Z[ recovery-image] Aug 26 23:58:54.392 INFO O| Aug 26 23:58:54.392 INFO rolled back to input snapshot; work may begin
38692024-08-26T23:58:55.491Z[ recovery-image] Aug 26 23:58:54.392 INFO O| Aug 26 23:58:54.392 INFO CREATE DATASET: rpool/images/build/recovery/work/gimlet/ramdisk
38702024-08-26T23:58:55.497Z[ recovery-image] Aug 26 23:58:54.398 INFO O| Aug 26 23:58:54.398 INFO STEP 0: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
38712024-08-26T23:58:55.508Z[ recovery-image] Aug 26 23:58:54.408 INFO O| Aug 26 23:58:54.408 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gcc/7"
38722024-08-26T23:58:55.510Z[ recovery-image] Aug 26 23:58:54.411 INFO O| Aug 26 23:58:54.411 INFO STEP 0 (remove_files) COMPLETE
38732024-08-26T23:58:55.510Z[ recovery-image] Aug 26 23:58:54.411 INFO O| Aug 26 23:58:54.411 INFO STEP 1: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
38742024-08-26T23:58:55.521Z[ recovery-image] Aug 26 23:58:54.421 INFO O| Aug 26 23:58:54.421 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gnu/share"
38752024-08-26T23:58:55.574Z[ recovery-image] Aug 26 23:58:54.474 INFO O| Aug 26 23:58:54.474 INFO STEP 1 (remove_files) COMPLETE
38762024-08-26T23:58:55.574Z[ recovery-image] Aug 26 23:58:54.474 INFO O| Aug 26 23:58:54.474 INFO STEP 2: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
38772024-08-26T23:58:55.585Z[ recovery-image] Aug 26 23:58:54.486 INFO O| Aug 26 23:58:54.485 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/dns"
38782024-08-26T23:58:55.587Z[ recovery-image] Aug 26 23:58:54.488 INFO O| Aug 26 23:58:54.488 INFO STEP 2 (remove_files) COMPLETE
38792024-08-26T23:58:55.590Z[ recovery-image] Aug 26 23:58:54.488 INFO O| Aug 26 23:58:54.488 INFO STEP 3: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
38802024-08-26T23:58:55.597Z[ recovery-image] Aug 26 23:58:54.498 INFO O| Aug 26 23:58:54.498 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/iconv"
38812024-08-26T23:58:55.639Z[ recovery-image] Aug 26 23:58:54.540 INFO O| Aug 26 23:58:54.540 INFO STEP 3 (remove_files) COMPLETE
38822024-08-26T23:58:55.639Z[ recovery-image] Aug 26 23:58:54.540 INFO O| Aug 26 23:58:54.540 INFO STEP 4: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
38832024-08-26T23:58:55.650Z[ recovery-image] Aug 26 23:58:54.550 INFO O| Aug 26 23:58:54.550 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/locale"
38842024-08-26T23:58:55.676Z[ recovery-image] Aug 26 23:58:54.576 INFO O| Aug 26 23:58:54.576 INFO STEP 4 (remove_files) COMPLETE
38852024-08-26T23:58:55.678Z[ recovery-image] Aug 26 23:58:54.576 INFO O| Aug 26 23:58:54.576 INFO STEP 5: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
38862024-08-26T23:58:55.686Z[ recovery-image] Aug 26 23:58:54.587 INFO O| Aug 26 23:58:54.587 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/mdb"
38872024-08-26T23:58:55.691Z[ recovery-image] Aug 26 23:58:54.591 INFO O| Aug 26 23:58:54.591 INFO STEP 5 (remove_files) COMPLETE
38882024-08-26T23:58:55.691Z[ recovery-image] Aug 26 23:58:54.591 INFO O| Aug 26 23:58:54.591 INFO STEP 6: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
38892024-08-26T23:58:55.700Z[ recovery-image] Aug 26 23:58:54.601 INFO O| Aug 26 23:58:54.601 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/mps"
38902024-08-26T23:58:55.703Z[ recovery-image] Aug 26 23:58:54.603 INFO O| Aug 26 23:58:54.603 INFO STEP 6 (remove_files) COMPLETE
38912024-08-26T23:58:55.704Z[ recovery-image] Aug 26 23:58:54.603 INFO O| Aug 26 23:58:54.603 INFO STEP 7: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
38922024-08-26T23:58:55.712Z[ recovery-image] Aug 26 23:58:54.612 INFO O| Aug 26 23:58:54.612 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/pkgconfig"
38932024-08-26T23:58:55.714Z[ recovery-image] Aug 26 23:58:54.614 INFO O| Aug 26 23:58:54.614 INFO STEP 7 (remove_files) COMPLETE
38942024-08-26T23:58:55.714Z[ recovery-image] Aug 26 23:58:54.614 INFO O| Aug 26 23:58:54.614 INFO STEP 8: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
38952024-08-26T23:58:55.723Z[ recovery-image] Aug 26 23:58:54.624 INFO O| Aug 26 23:58:54.624 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/scsi"
38962024-08-26T23:58:55.727Z[ recovery-image] Aug 26 23:58:54.627 INFO O| Aug 26 23:58:54.627 INFO STEP 8 (remove_files) COMPLETE
38972024-08-26T23:58:55.729Z[ recovery-image] Aug 26 23:58:54.628 INFO O| Aug 26 23:58:54.627 INFO STEP 9: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
38982024-08-26T23:58:55.736Z[ recovery-image] Aug 26 23:58:54.637 INFO O| Aug 26 23:58:54.637 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/smbfs"
38992024-08-26T23:58:55.739Z[ recovery-image] Aug 26 23:58:54.637 INFO O| Aug 26 23:58:54.637 INFO STEP 9 (remove_files) COMPLETE
39002024-08-26T23:58:55.739Z[ recovery-image] Aug 26 23:58:54.637 INFO O| Aug 26 23:58:54.637 INFO STEP 10: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
39012024-08-26T23:58:55.746Z[ recovery-image] Aug 26 23:58:54.646 INFO O| Aug 26 23:58:54.646 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/smbsrv"
39022024-08-26T23:58:55.748Z[ recovery-image] Aug 26 23:58:54.648 INFO O| Aug 26 23:58:54.648 INFO STEP 10 (remove_files) COMPLETE
39032024-08-26T23:58:55.748Z[ recovery-image] Aug 26 23:58:54.648 INFO O| Aug 26 23:58:54.648 INFO STEP 11: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
39042024-08-26T23:58:55.756Z[ recovery-image] Aug 26 23:58:54.657 INFO O| Aug 26 23:58:54.657 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/perl5"
39052024-08-26T23:58:55.810Z[ recovery-image] Aug 26 23:58:54.711 INFO O| Aug 26 23:58:54.711 INFO STEP 11 (remove_files) COMPLETE
39062024-08-26T23:58:55.810Z[ recovery-image] Aug 26 23:58:54.711 INFO O| Aug 26 23:58:54.711 INFO STEP 12: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
39072024-08-26T23:58:55.821Z[ recovery-image] Aug 26 23:58:54.722 INFO O| Aug 26 23:58:54.722 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/share/bash"
39082024-08-26T23:58:55.824Z[ recovery-image] Aug 26 23:58:54.724 INFO O| Aug 26 23:58:54.724 INFO STEP 12 (remove_files) COMPLETE
39092024-08-26T23:58:55.827Z[ recovery-image] Aug 26 23:58:54.724 INFO O| Aug 26 23:58:54.724 INFO STEP 13: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
39102024-08-26T23:58:55.834Z[ recovery-image] Aug 26 23:58:54.734 INFO O| Aug 26 23:58:54.734 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/share/bhyve"
39112024-08-26T23:58:55.837Z[ recovery-image] Aug 26 23:58:54.737 INFO O| Aug 26 23:58:54.737 INFO STEP 13 (remove_files) COMPLETE
39122024-08-26T23:58:55.837Z[ recovery-image] Aug 26 23:58:54.737 INFO O| Aug 26 23:58:54.737 INFO STEP 14: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
39132024-08-26T23:58:55.846Z[ recovery-image] Aug 26 23:58:54.747 INFO O| Aug 26 23:58:54.747 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/share/emacs"
39142024-08-26T23:58:55.848Z[ recovery-image] Aug 26 23:58:54.747 INFO O| Aug 26 23:58:54.747 INFO STEP 14 (remove_files) COMPLETE
39152024-08-26T23:58:55.848Z[ recovery-image] Aug 26 23:58:54.747 INFO O| Aug 26 23:58:54.747 INFO STEP 15: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
39162024-08-26T23:58:55.856Z[ recovery-image] Aug 26 23:58:54.756 INFO O| Aug 26 23:58:54.756 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/share/icons"
39172024-08-26T23:58:55.858Z[ recovery-image] Aug 26 23:58:54.758 INFO O| Aug 26 23:58:54.758 INFO STEP 15 (remove_files) COMPLETE
39182024-08-26T23:58:55.858Z[ recovery-image] Aug 26 23:58:54.758 INFO O| Aug 26 23:58:54.758 INFO STEP 16: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
39192024-08-26T23:58:55.867Z[ recovery-image] Aug 26 23:58:54.767 INFO O| Aug 26 23:58:54.767 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/share/locale"
39202024-08-26T23:58:55.878Z[ recovery-image] Aug 26 23:58:54.779 INFO O| Aug 26 23:58:54.779 INFO STEP 16 (remove_files) COMPLETE
39212024-08-26T23:58:55.878Z[ recovery-image] Aug 26 23:58:54.779 INFO O| Aug 26 23:58:54.779 INFO STEP 17: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
39222024-08-26T23:58:55.890Z[ recovery-image] Aug 26 23:58:54.791 INFO O| Aug 26 23:58:54.791 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/share/src"
39232024-08-26T23:58:55.894Z[ recovery-image] Aug 26 23:58:54.791 INFO O| Aug 26 23:58:54.791 INFO STEP 17 (remove_files) COMPLETE
39242024-08-26T23:58:55.894Z[ recovery-image] Aug 26 23:58:54.791 INFO O| Aug 26 23:58:54.791 INFO STEP 18: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
39252024-08-26T23:58:55.900Z[ recovery-image] Aug 26 23:58:54.800 INFO O| Aug 26 23:58:54.800 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/share/terminfo"
39262024-08-26T23:58:55.902Z[ recovery-image] Aug 26 23:58:54.801 INFO O| Aug 26 23:58:54.801 INFO STEP 18 (remove_files) COMPLETE
39272024-08-26T23:58:55.902Z[ recovery-image] Aug 26 23:58:54.801 INFO O| Aug 26 23:58:54.801 INFO STEP 19: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
39282024-08-26T23:58:55.910Z[ recovery-image] Aug 26 23:58:54.811 INFO O| Aug 26 23:58:54.811 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/share/vim"
39292024-08-26T23:58:55.955Z[ recovery-image] Aug 26 23:58:54.855 INFO O| Aug 26 23:58:54.855 INFO STEP 19 (remove_files) COMPLETE
39302024-08-26T23:58:55.955Z[ recovery-image] Aug 26 23:58:54.855 INFO O| Aug 26 23:58:54.855 INFO STEP 20: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
39312024-08-26T23:58:55.966Z[ recovery-image] Aug 26 23:58:54.867 INFO O| Aug 26 23:58:54.867 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/lib/svc/manifest/network/ssh.xml"
39322024-08-26T23:58:55.968Z[ recovery-image] Aug 26 23:58:54.868 INFO O| Aug 26 23:58:54.868 INFO STEP 20 (remove_files) COMPLETE
39332024-08-26T23:58:55.968Z[ recovery-image] Aug 26 23:58:54.868 INFO O| Aug 26 23:58:54.868 INFO STEP 21: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
39342024-08-26T23:58:55.977Z[ recovery-image] Aug 26 23:58:54.878 INFO O| Aug 26 23:58:54.878 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/lib/svc/manifest/system/fmd.xml"
39352024-08-26T23:58:55.980Z[ recovery-image] Aug 26 23:58:54.879 INFO O| Aug 26 23:58:54.879 INFO STEP 21 (remove_files) COMPLETE
39362024-08-26T23:58:55.980Z[ recovery-image] Aug 26 23:58:54.879 INFO O| Aug 26 23:58:54.879 INFO STEP 22: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
39372024-08-26T23:58:55.988Z[ recovery-image] Aug 26 23:58:54.888 INFO O| Aug 26 23:58:54.888 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/adb"
39382024-08-26T23:58:55.991Z[ recovery-image] Aug 26 23:58:54.889 INFO O| Aug 26 23:58:54.889 INFO STEP 22 (remove_files) COMPLETE
39392024-08-26T23:58:55.991Z[ recovery-image] Aug 26 23:58:54.889 INFO O| Aug 26 23:58:54.889 INFO STEP 23: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
39402024-08-26T23:58:55.998Z[ recovery-image] Aug 26 23:58:54.898 INFO O| Aug 26 23:58:54.898 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/addbadsec"
39412024-08-26T23:58:56.001Z[ recovery-image] Aug 26 23:58:54.899 INFO O| Aug 26 23:58:54.899 INFO STEP 23 (remove_files) COMPLETE
39422024-08-26T23:58:56.001Z[ recovery-image] Aug 26 23:58:54.899 INFO O| Aug 26 23:58:54.899 INFO STEP 24: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
39432024-08-26T23:58:56.008Z[ recovery-image] Aug 26 23:58:54.909 INFO O| Aug 26 23:58:54.909 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/agentxtrap"
39442024-08-26T23:58:56.011Z[ recovery-image] Aug 26 23:58:54.910 INFO O| Aug 26 23:58:54.910 INFO STEP 24 (remove_files) COMPLETE
39452024-08-26T23:58:56.011Z[ recovery-image] Aug 26 23:58:54.910 INFO O| Aug 26 23:58:54.910 INFO STEP 25: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
39462024-08-26T23:58:56.019Z[ recovery-image] Aug 26 23:58:54.919 INFO O| Aug 26 23:58:54.919 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/alias"
39472024-08-26T23:58:56.019Z[ recovery-image] Aug 26 23:58:54.919 INFO O| Aug 26 23:58:54.919 INFO STEP 25 (remove_files) COMPLETE
39482024-08-26T23:58:56.019Z[ recovery-image] Aug 26 23:58:54.919 INFO O| Aug 26 23:58:54.919 INFO STEP 26: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
39492024-08-26T23:58:56.028Z[ recovery-image] Aug 26 23:58:54.929 INFO O| Aug 26 23:58:54.929 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/adb"
39502024-08-26T23:58:56.031Z[ recovery-image] Aug 26 23:58:54.929 INFO O| Aug 26 23:58:54.929 INFO STEP 26 (remove_files) COMPLETE
39512024-08-26T23:58:56.031Z[ recovery-image] Aug 26 23:58:54.929 INFO O| Aug 26 23:58:54.929 INFO STEP 27: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
39522024-08-26T23:58:56.038Z[ recovery-image] Aug 26 23:58:54.939 INFO O| Aug 26 23:58:54.939 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/amt"
39532024-08-26T23:58:56.040Z[ recovery-image] Aug 26 23:58:54.940 INFO O| Aug 26 23:58:54.940 INFO STEP 27 (remove_files) COMPLETE
39542024-08-26T23:58:56.040Z[ recovery-image] Aug 26 23:58:54.940 INFO O| Aug 26 23:58:54.940 INFO STEP 28: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
39552024-08-26T23:58:56.049Z[ recovery-image] Aug 26 23:58:54.949 INFO O| Aug 26 23:58:54.949 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/cputrack"
39562024-08-26T23:58:56.049Z[ recovery-image] Aug 26 23:58:54.949 INFO O| Aug 26 23:58:54.949 INFO STEP 28 (remove_files) COMPLETE
39572024-08-26T23:58:56.049Z[ recovery-image] Aug 26 23:58:54.949 INFO O| Aug 26 23:58:54.949 INFO STEP 29: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
39582024-08-26T23:58:56.058Z[ recovery-image] Aug 26 23:58:54.959 INFO O| Aug 26 23:58:54.959 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/crle"
39592024-08-26T23:58:56.061Z[ recovery-image] Aug 26 23:58:54.959 INFO O| Aug 26 23:58:54.959 INFO STEP 29 (remove_files) COMPLETE
39602024-08-26T23:58:56.061Z[ recovery-image] Aug 26 23:58:54.960 INFO O| Aug 26 23:58:54.959 INFO STEP 30: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
39612024-08-26T23:58:56.068Z[ recovery-image] Aug 26 23:58:54.969 INFO O| Aug 26 23:58:54.969 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/curl"
39622024-08-26T23:58:56.069Z[ recovery-image] Aug 26 23:58:54.969 INFO O| Aug 26 23:58:54.969 INFO STEP 30 (remove_files) COMPLETE
39632024-08-26T23:58:56.071Z[ recovery-image] Aug 26 23:58:54.969 INFO O| Aug 26 23:58:54.969 INFO STEP 31: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
39642024-08-26T23:58:56.078Z[ recovery-image] Aug 26 23:58:54.979 INFO O| Aug 26 23:58:54.979 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/curl-config"
39652024-08-26T23:58:56.078Z[ recovery-image] Aug 26 23:58:54.979 INFO O| Aug 26 23:58:54.979 INFO STEP 31 (remove_files) COMPLETE
39662024-08-26T23:58:56.081Z[ recovery-image] Aug 26 23:58:54.979 INFO O| Aug 26 23:58:54.979 INFO STEP 32: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
39672024-08-26T23:58:56.088Z[ recovery-image] Aug 26 23:58:54.988 INFO O| Aug 26 23:58:54.988 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/decrypt"
39682024-08-26T23:58:56.088Z[ recovery-image] Aug 26 23:58:54.988 INFO O| Aug 26 23:58:54.988 INFO STEP 32 (remove_files) COMPLETE
39692024-08-26T23:58:56.090Z[ recovery-image] Aug 26 23:58:54.988 INFO O| Aug 26 23:58:54.988 INFO STEP 33: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
39702024-08-26T23:58:56.097Z[ recovery-image] Aug 26 23:58:54.998 INFO O| Aug 26 23:58:54.998 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/digest"
39712024-08-26T23:58:56.097Z[ recovery-image] Aug 26 23:58:54.998 INFO O| Aug 26 23:58:54.998 INFO STEP 33 (remove_files) COMPLETE
39722024-08-26T23:58:56.099Z[ recovery-image] Aug 26 23:58:54.998 INFO O| Aug 26 23:58:54.998 INFO STEP 34: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
39732024-08-26T23:58:56.107Z[ recovery-image] Aug 26 23:58:55.007 INFO O| Aug 26 23:58:55.007 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/elfwrap"
39742024-08-26T23:58:56.109Z[ recovery-image] Aug 26 23:58:55.008 INFO O| Aug 26 23:58:55.008 INFO STEP 34 (remove_files) COMPLETE
39752024-08-26T23:58:56.109Z[ recovery-image] Aug 26 23:58:55.008 INFO O| Aug 26 23:58:55.008 INFO STEP 35: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
39762024-08-26T23:58:56.117Z[ recovery-image] Aug 26 23:58:55.018 INFO O| Aug 26 23:58:55.018 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/encrypt"
39772024-08-26T23:58:56.117Z[ recovery-image] Aug 26 23:58:55.018 INFO O| Aug 26 23:58:55.018 INFO STEP 35 (remove_files) COMPLETE
39782024-08-26T23:58:56.117Z[ recovery-image] Aug 26 23:58:55.018 INFO O| Aug 26 23:58:55.018 INFO STEP 36: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
39792024-08-26T23:58:56.127Z[ recovery-image] Aug 26 23:58:55.028 INFO O| Aug 26 23:58:55.027 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/gclear"
39802024-08-26T23:58:56.127Z[ recovery-image] Aug 26 23:58:55.028 INFO O| Aug 26 23:58:55.028 INFO STEP 36 (remove_files) COMPLETE
39812024-08-26T23:58:56.129Z[ recovery-image] Aug 26 23:58:55.028 INFO O| Aug 26 23:58:55.028 INFO STEP 37: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
39822024-08-26T23:58:56.137Z[ recovery-image] Aug 26 23:58:55.037 INFO O| Aug 26 23:58:55.037 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/gcore"
39832024-08-26T23:58:56.139Z[ recovery-image] Aug 26 23:58:55.038 INFO O| Aug 26 23:58:55.038 INFO STEP 37 (remove_files) COMPLETE
39842024-08-26T23:58:56.139Z[ recovery-image] Aug 26 23:58:55.038 INFO O| Aug 26 23:58:55.038 INFO STEP 38: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
39852024-08-26T23:58:56.147Z[ recovery-image] Aug 26 23:58:55.048 INFO O| Aug 26 23:58:55.048 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/ginfocmp"
39862024-08-26T23:58:56.150Z[ recovery-image] Aug 26 23:58:55.048 INFO O| Aug 26 23:58:55.048 INFO STEP 38 (remove_files) COMPLETE
39872024-08-26T23:58:56.150Z[ recovery-image] Aug 26 23:58:55.048 INFO O| Aug 26 23:58:55.048 INFO STEP 39: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
39882024-08-26T23:58:56.157Z[ recovery-image] Aug 26 23:58:55.057 INFO O| Aug 26 23:58:55.057 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/gtabs"
39892024-08-26T23:58:56.157Z[ recovery-image] Aug 26 23:58:55.058 INFO O| Aug 26 23:58:55.058 INFO STEP 39 (remove_files) COMPLETE
39902024-08-26T23:58:56.160Z[ recovery-image] Aug 26 23:58:55.058 INFO O| Aug 26 23:58:55.058 INFO STEP 40: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
39912024-08-26T23:58:56.167Z[ recovery-image] Aug 26 23:58:55.067 INFO O| Aug 26 23:58:55.067 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/gtic"
39922024-08-26T23:58:56.170Z[ recovery-image] Aug 26 23:58:55.067 INFO O| Aug 26 23:58:55.067 INFO STEP 40 (remove_files) COMPLETE
39932024-08-26T23:58:56.170Z[ recovery-image] Aug 26 23:58:55.067 INFO O| Aug 26 23:58:55.067 INFO STEP 41: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
39942024-08-26T23:58:56.176Z[ recovery-image] Aug 26 23:58:55.077 INFO O| Aug 26 23:58:55.077 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/gtoe"
39952024-08-26T23:58:56.176Z[ recovery-image] Aug 26 23:58:55.077 INFO O| Aug 26 23:58:55.077 INFO STEP 41 (remove_files) COMPLETE
39962024-08-26T23:58:56.179Z[ recovery-image] Aug 26 23:58:55.077 INFO O| Aug 26 23:58:55.077 INFO STEP 42: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
39972024-08-26T23:58:56.186Z[ recovery-image] Aug 26 23:58:55.087 INFO O| Aug 26 23:58:55.086 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/gtput"
39982024-08-26T23:58:56.189Z[ recovery-image] Aug 26 23:58:55.087 INFO O| Aug 26 23:58:55.087 INFO STEP 42 (remove_files) COMPLETE
39992024-08-26T23:58:56.189Z[ recovery-image] Aug 26 23:58:55.087 INFO O| Aug 26 23:58:55.087 INFO STEP 43: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
40002024-08-26T23:58:56.195Z[ recovery-image] Aug 26 23:58:55.096 INFO O| Aug 26 23:58:55.096 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/gtset"
40012024-08-26T23:58:56.195Z[ recovery-image] Aug 26 23:58:55.096 INFO O| Aug 26 23:58:55.096 INFO STEP 43 (remove_files) COMPLETE
40022024-08-26T23:58:56.198Z[ recovery-image] Aug 26 23:58:55.096 INFO O| Aug 26 23:58:55.096 INFO STEP 44: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
40032024-08-26T23:58:56.205Z[ recovery-image] Aug 26 23:58:55.106 INFO O| Aug 26 23:58:55.106 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/idn"
40042024-08-26T23:58:56.205Z[ recovery-image] Aug 26 23:58:55.106 INFO O| Aug 26 23:58:55.106 INFO STEP 44 (remove_files) COMPLETE
40052024-08-26T23:58:56.208Z[ recovery-image] Aug 26 23:58:55.106 INFO O| Aug 26 23:58:55.106 INFO STEP 45: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
40062024-08-26T23:58:56.215Z[ recovery-image] Aug 26 23:58:55.115 INFO O| Aug 26 23:58:55.115 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/ksh93"
40072024-08-26T23:58:56.215Z[ recovery-image] Aug 26 23:58:55.115 INFO O| Aug 26 23:58:55.115 INFO STEP 45 (remove_files) COMPLETE
40082024-08-26T23:58:56.215Z[ recovery-image] Aug 26 23:58:55.115 INFO O| Aug 26 23:58:55.115 INFO STEP 46: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
40092024-08-26T23:58:56.224Z[ recovery-image] Aug 26 23:58:55.125 INFO O| Aug 26 23:58:55.125 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/ls"
40102024-08-26T23:58:56.225Z[ recovery-image] Aug 26 23:58:55.125 INFO O| Aug 26 23:58:55.125 INFO STEP 46 (remove_files) COMPLETE
40112024-08-26T23:58:56.225Z[ recovery-image] Aug 26 23:58:55.125 INFO O| Aug 26 23:58:55.125 INFO STEP 47: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
40122024-08-26T23:58:56.234Z[ recovery-image] Aug 26 23:58:55.134 INFO O| Aug 26 23:58:55.134 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/mac"
40132024-08-26T23:58:56.234Z[ recovery-image] Aug 26 23:58:55.135 INFO O| Aug 26 23:58:55.135 INFO STEP 47 (remove_files) COMPLETE
40142024-08-26T23:58:56.236Z[ recovery-image] Aug 26 23:58:55.135 INFO O| Aug 26 23:58:55.135 INFO STEP 48: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
40152024-08-26T23:58:56.243Z[ recovery-image] Aug 26 23:58:55.144 INFO O| Aug 26 23:58:55.144 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/mdb"
40162024-08-26T23:58:56.243Z[ recovery-image] Aug 26 23:58:55.144 INFO O| Aug 26 23:58:55.144 INFO STEP 48 (remove_files) COMPLETE
40172024-08-26T23:58:56.246Z[ recovery-image] Aug 26 23:58:55.144 INFO O| Aug 26 23:58:55.144 INFO STEP 49: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
40182024-08-26T23:58:56.254Z[ recovery-image] Aug 26 23:58:55.154 INFO O| Aug 26 23:58:55.154 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/moe"
40192024-08-26T23:58:56.257Z[ recovery-image] Aug 26 23:58:55.154 INFO O| Aug 26 23:58:55.154 INFO STEP 49 (remove_files) COMPLETE
40202024-08-26T23:58:56.257Z[ recovery-image] Aug 26 23:58:55.154 INFO O| Aug 26 23:58:55.154 INFO STEP 50: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
40212024-08-26T23:58:56.263Z[ recovery-image] Aug 26 23:58:55.163 INFO O| Aug 26 23:58:55.163 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/ncurses6-config"
40222024-08-26T23:58:56.263Z[ recovery-image] Aug 26 23:58:55.163 INFO O| Aug 26 23:58:55.163 INFO STEP 50 (remove_files) COMPLETE
40232024-08-26T23:58:56.267Z[ recovery-image] Aug 26 23:58:55.163 INFO O| Aug 26 23:58:55.163 INFO STEP 51: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
40242024-08-26T23:58:56.272Z[ recovery-image] Aug 26 23:58:55.173 INFO O| Aug 26 23:58:55.173 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/newtask"
40252024-08-26T23:58:56.272Z[ recovery-image] Aug 26 23:58:55.173 INFO O| Aug 26 23:58:55.173 INFO STEP 51 (remove_files) COMPLETE
40262024-08-26T23:58:56.275Z[ recovery-image] Aug 26 23:58:55.173 INFO O| Aug 26 23:58:55.173 INFO STEP 52: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
40272024-08-26T23:58:56.284Z[ recovery-image] Aug 26 23:58:55.183 INFO O| Aug 26 23:58:55.183 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/nohup"
40282024-08-26T23:58:56.284Z[ recovery-image] Aug 26 23:58:55.183 INFO O| Aug 26 23:58:55.183 INFO STEP 52 (remove_files) COMPLETE
40292024-08-26T23:58:56.286Z[ recovery-image] Aug 26 23:58:55.183 INFO O| Aug 26 23:58:55.183 INFO STEP 53: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
40302024-08-26T23:58:56.292Z[ recovery-image] Aug 26 23:58:55.192 INFO O| Aug 26 23:58:55.192 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pargs"
40312024-08-26T23:58:56.292Z[ recovery-image] Aug 26 23:58:55.192 INFO O| Aug 26 23:58:55.192 INFO STEP 53 (remove_files) COMPLETE
40322024-08-26T23:58:56.295Z[ recovery-image] Aug 26 23:58:55.192 INFO O| Aug 26 23:58:55.192 INFO STEP 54: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
40332024-08-26T23:58:56.301Z[ recovery-image] Aug 26 23:58:55.202 INFO O| Aug 26 23:58:55.202 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pauxv"
40342024-08-26T23:58:56.304Z[ recovery-image] Aug 26 23:58:55.203 INFO O| Aug 26 23:58:55.203 INFO STEP 54 (remove_files) COMPLETE
40352024-08-26T23:58:56.304Z[ recovery-image] Aug 26 23:58:55.203 INFO O| Aug 26 23:58:55.203 INFO STEP 55: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
40362024-08-26T23:58:56.312Z[ recovery-image] Aug 26 23:58:55.212 INFO O| Aug 26 23:58:55.212 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pcap-config"
40372024-08-26T23:58:56.316Z[ recovery-image] Aug 26 23:58:55.213 INFO O| Aug 26 23:58:55.213 INFO STEP 55 (remove_files) COMPLETE
40382024-08-26T23:58:56.316Z[ recovery-image] Aug 26 23:58:55.213 INFO O| Aug 26 23:58:55.213 INFO STEP 56: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
40392024-08-26T23:58:56.322Z[ recovery-image] Aug 26 23:58:55.222 INFO O| Aug 26 23:58:55.222 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pcre-config"
40402024-08-26T23:58:56.324Z[ recovery-image] Aug 26 23:58:55.223 INFO O| Aug 26 23:58:55.223 INFO STEP 56 (remove_files) COMPLETE
40412024-08-26T23:58:56.324Z[ recovery-image] Aug 26 23:58:55.223 INFO O| Aug 26 23:58:55.223 INFO STEP 57: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
40422024-08-26T23:58:56.333Z[ recovery-image] Aug 26 23:58:55.232 INFO O| Aug 26 23:58:55.232 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pcre2-config"
40432024-08-26T23:58:56.333Z[ recovery-image] Aug 26 23:58:55.232 INFO O| Aug 26 23:58:55.232 INFO STEP 57 (remove_files) COMPLETE
40442024-08-26T23:58:56.333Z[ recovery-image] Aug 26 23:58:55.233 INFO O| Aug 26 23:58:55.232 INFO STEP 58: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
40452024-08-26T23:58:56.342Z[ recovery-image] Aug 26 23:58:55.242 INFO O| Aug 26 23:58:55.242 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pcre2grep"
40462024-08-26T23:58:56.342Z[ recovery-image] Aug 26 23:58:55.242 INFO O| Aug 26 23:58:55.242 INFO STEP 58 (remove_files) COMPLETE
40472024-08-26T23:58:56.345Z[ recovery-image] Aug 26 23:58:55.242 INFO O| Aug 26 23:58:55.242 INFO STEP 59: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
40482024-08-26T23:58:56.352Z[ recovery-image] Aug 26 23:58:55.252 INFO O| Aug 26 23:58:55.252 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pcre2test"
40492024-08-26T23:58:56.354Z[ recovery-image] Aug 26 23:58:55.252 INFO O| Aug 26 23:58:55.252 INFO STEP 59 (remove_files) COMPLETE
40502024-08-26T23:58:56.354Z[ recovery-image] Aug 26 23:58:55.252 INFO O| Aug 26 23:58:55.252 INFO STEP 60: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
40512024-08-26T23:58:56.361Z[ recovery-image] Aug 26 23:58:55.262 INFO O| Aug 26 23:58:55.261 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pcred"
40522024-08-26T23:58:56.361Z[ recovery-image] Aug 26 23:58:55.262 INFO O| Aug 26 23:58:55.262 INFO STEP 60 (remove_files) COMPLETE
40532024-08-26T23:58:56.363Z[ recovery-image] Aug 26 23:58:55.262 INFO O| Aug 26 23:58:55.262 INFO STEP 61: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
40542024-08-26T23:58:56.371Z[ recovery-image] Aug 26 23:58:55.271 INFO O| Aug 26 23:58:55.271 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pcregrep"
40552024-08-26T23:58:56.371Z[ recovery-image] Aug 26 23:58:55.271 INFO O| Aug 26 23:58:55.271 INFO STEP 61 (remove_files) COMPLETE
40562024-08-26T23:58:56.374Z[ recovery-image] Aug 26 23:58:55.271 INFO O| Aug 26 23:58:55.271 INFO STEP 62: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
40572024-08-26T23:58:56.380Z[ recovery-image] Aug 26 23:58:55.281 INFO O| Aug 26 23:58:55.280 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pcretest"
40582024-08-26T23:58:56.380Z[ recovery-image] Aug 26 23:58:55.281 INFO O| Aug 26 23:58:55.281 INFO STEP 62 (remove_files) COMPLETE
40592024-08-26T23:58:56.380Z[ recovery-image] Aug 26 23:58:55.281 INFO O| Aug 26 23:58:55.281 INFO STEP 63: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
40602024-08-26T23:58:56.389Z[ recovery-image] Aug 26 23:58:55.290 INFO O| Aug 26 23:58:55.290 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/penv"
40612024-08-26T23:58:56.390Z[ recovery-image] Aug 26 23:58:55.290 INFO O| Aug 26 23:58:55.290 INFO STEP 63 (remove_files) COMPLETE
40622024-08-26T23:58:56.392Z[ recovery-image] Aug 26 23:58:55.290 INFO O| Aug 26 23:58:55.290 INFO STEP 64: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
40632024-08-26T23:58:56.399Z[ recovery-image] Aug 26 23:58:55.300 INFO O| Aug 26 23:58:55.300 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pfiles"
40642024-08-26T23:58:56.399Z[ recovery-image] Aug 26 23:58:55.300 INFO O| Aug 26 23:58:55.300 INFO STEP 64 (remove_files) COMPLETE
40652024-08-26T23:58:56.402Z[ recovery-image] Aug 26 23:58:55.300 INFO O| Aug 26 23:58:55.300 INFO STEP 65: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
40662024-08-26T23:58:56.409Z[ recovery-image] Aug 26 23:58:55.309 INFO O| Aug 26 23:58:55.309 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pflags"
40672024-08-26T23:58:56.409Z[ recovery-image] Aug 26 23:58:55.309 INFO O| Aug 26 23:58:55.309 INFO STEP 65 (remove_files) COMPLETE
40682024-08-26T23:58:56.409Z[ recovery-image] Aug 26 23:58:55.309 INFO O| Aug 26 23:58:55.309 INFO STEP 66: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
40692024-08-26T23:58:56.418Z[ recovery-image] Aug 26 23:58:55.319 INFO O| Aug 26 23:58:55.319 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pldd"
40702024-08-26T23:58:56.421Z[ recovery-image] Aug 26 23:58:55.320 INFO O| Aug 26 23:58:55.320 INFO STEP 66 (remove_files) COMPLETE
40712024-08-26T23:58:56.421Z[ recovery-image] Aug 26 23:58:55.320 INFO O| Aug 26 23:58:55.320 INFO STEP 67: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
40722024-08-26T23:58:56.429Z[ recovery-image] Aug 26 23:58:55.329 INFO O| Aug 26 23:58:55.329 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/plgrp"
40732024-08-26T23:58:56.431Z[ recovery-image] Aug 26 23:58:55.330 INFO O| Aug 26 23:58:55.330 INFO STEP 67 (remove_files) COMPLETE
40742024-08-26T23:58:56.431Z[ recovery-image] Aug 26 23:58:55.330 INFO O| Aug 26 23:58:55.330 INFO STEP 68: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
40752024-08-26T23:58:56.439Z[ recovery-image] Aug 26 23:58:55.340 INFO O| Aug 26 23:58:55.340 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/plimit"
40762024-08-26T23:58:56.439Z[ recovery-image] Aug 26 23:58:55.340 INFO O| Aug 26 23:58:55.340 INFO STEP 68 (remove_files) COMPLETE
40772024-08-26T23:58:56.442Z[ recovery-image] Aug 26 23:58:55.340 INFO O| Aug 26 23:58:55.340 INFO STEP 69: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
40782024-08-26T23:58:56.449Z[ recovery-image] Aug 26 23:58:55.349 INFO O| Aug 26 23:58:55.349 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pmadvise"
40792024-08-26T23:58:56.451Z[ recovery-image] Aug 26 23:58:55.350 INFO O| Aug 26 23:58:55.350 INFO STEP 69 (remove_files) COMPLETE
40802024-08-26T23:58:56.451Z[ recovery-image] Aug 26 23:58:55.350 INFO O| Aug 26 23:58:55.350 INFO STEP 70: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
40812024-08-26T23:58:56.460Z[ recovery-image] Aug 26 23:58:55.360 INFO O| Aug 26 23:58:55.360 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pmap"
40822024-08-26T23:58:56.462Z[ recovery-image] Aug 26 23:58:55.361 INFO O| Aug 26 23:58:55.361 INFO STEP 70 (remove_files) COMPLETE
40832024-08-26T23:58:56.462Z[ recovery-image] Aug 26 23:58:55.361 INFO O| Aug 26 23:58:55.361 INFO STEP 71: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
40842024-08-26T23:58:56.470Z[ recovery-image] Aug 26 23:58:55.370 INFO O| Aug 26 23:58:55.370 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/ppgsz"
40852024-08-26T23:58:56.470Z[ recovery-image] Aug 26 23:58:55.370 INFO O| Aug 26 23:58:55.370 INFO STEP 71 (remove_files) COMPLETE
40862024-08-26T23:58:56.473Z[ recovery-image] Aug 26 23:58:55.370 INFO O| Aug 26 23:58:55.370 INFO STEP 72: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
40872024-08-26T23:58:56.479Z[ recovery-image] Aug 26 23:58:55.380 INFO O| Aug 26 23:58:55.380 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/ppriv"
40882024-08-26T23:58:56.480Z[ recovery-image] Aug 26 23:58:55.380 INFO O| Aug 26 23:58:55.380 INFO STEP 72 (remove_files) COMPLETE
40892024-08-26T23:58:56.482Z[ recovery-image] Aug 26 23:58:55.380 INFO O| Aug 26 23:58:55.380 INFO STEP 73: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
40902024-08-26T23:58:56.495Z[ recovery-image] Aug 26 23:58:55.395 INFO O| Aug 26 23:58:55.395 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/prctl"
40912024-08-26T23:58:56.500Z[ recovery-image] Aug 26 23:58:55.395 INFO O| Aug 26 23:58:55.395 INFO STEP 73 (remove_files) COMPLETE
40922024-08-26T23:58:56.500Z[ recovery-image] Aug 26 23:58:55.395 INFO O| Aug 26 23:58:55.395 INFO STEP 74: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
40932024-08-26T23:58:56.515Z[ recovery-image] Aug 26 23:58:55.415 INFO O| Aug 26 23:58:55.415 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/preap"
40942024-08-26T23:58:56.515Z[ recovery-image] Aug 26 23:58:55.415 INFO O| Aug 26 23:58:55.415 INFO STEP 74 (remove_files) COMPLETE
40952024-08-26T23:58:56.518Z[ recovery-image] Aug 26 23:58:55.415 INFO O| Aug 26 23:58:55.415 INFO STEP 75: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
40962024-08-26T23:58:56.529Z[ recovery-image] Aug 26 23:58:55.429 INFO O| Aug 26 23:58:55.429 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/prstat"
40972024-08-26T23:58:56.529Z[ recovery-image] Aug 26 23:58:55.429 INFO O| Aug 26 23:58:55.429 INFO STEP 75 (remove_files) COMPLETE
40982024-08-26T23:58:56.531Z[ recovery-image] Aug 26 23:58:55.430 INFO O| Aug 26 23:58:55.429 INFO STEP 76: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
40992024-08-26T23:58:56.542Z[ recovery-image] Aug 26 23:58:55.442 INFO O| Aug 26 23:58:55.442 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/prun"
41002024-08-26T23:58:56.542Z[ recovery-image] Aug 26 23:58:55.442 INFO O| Aug 26 23:58:55.442 INFO STEP 76 (remove_files) COMPLETE
41012024-08-26T23:58:56.545Z[ recovery-image] Aug 26 23:58:55.442 INFO O| Aug 26 23:58:55.442 INFO STEP 77: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
41022024-08-26T23:58:56.552Z[ recovery-image] Aug 26 23:58:55.453 INFO O| Aug 26 23:58:55.453 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/psecflags"
41032024-08-26T23:58:56.555Z[ recovery-image] Aug 26 23:58:55.453 INFO O| Aug 26 23:58:55.453 INFO STEP 77 (remove_files) COMPLETE
41042024-08-26T23:58:56.555Z[ recovery-image] Aug 26 23:58:55.453 INFO O| Aug 26 23:58:55.453 INFO STEP 78: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
41052024-08-26T23:58:56.563Z[ recovery-image] Aug 26 23:58:55.463 INFO O| Aug 26 23:58:55.463 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/psig"
41062024-08-26T23:58:56.565Z[ recovery-image] Aug 26 23:58:55.463 INFO O| Aug 26 23:58:55.463 INFO STEP 78 (remove_files) COMPLETE
41072024-08-26T23:58:56.565Z[ recovery-image] Aug 26 23:58:55.463 INFO O| Aug 26 23:58:55.463 INFO STEP 79: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
41082024-08-26T23:58:56.573Z[ recovery-image] Aug 26 23:58:55.473 INFO O| Aug 26 23:58:55.473 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pstack"
41092024-08-26T23:58:56.576Z[ recovery-image] Aug 26 23:58:55.473 INFO O| Aug 26 23:58:55.473 INFO STEP 79 (remove_files) COMPLETE
41102024-08-26T23:58:56.576Z[ recovery-image] Aug 26 23:58:55.473 INFO O| Aug 26 23:58:55.473 INFO STEP 80: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
41112024-08-26T23:58:56.583Z[ recovery-image] Aug 26 23:58:55.483 INFO O| Aug 26 23:58:55.483 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pstop"
41122024-08-26T23:58:56.583Z[ recovery-image] Aug 26 23:58:55.483 INFO O| Aug 26 23:58:55.483 INFO STEP 80 (remove_files) COMPLETE
41132024-08-26T23:58:56.585Z[ recovery-image] Aug 26 23:58:55.483 INFO O| Aug 26 23:58:55.483 INFO STEP 81: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
41142024-08-26T23:58:56.593Z[ recovery-image] Aug 26 23:58:55.493 INFO O| Aug 26 23:58:55.493 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/ptime"
41152024-08-26T23:58:56.593Z[ recovery-image] Aug 26 23:58:55.493 INFO O| Aug 26 23:58:55.493 INFO STEP 81 (remove_files) COMPLETE
41162024-08-26T23:58:56.595Z[ recovery-image] Aug 26 23:58:55.493 INFO O| Aug 26 23:58:55.493 INFO STEP 82: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
41172024-08-26T23:58:56.602Z[ recovery-image] Aug 26 23:58:55.503 INFO O| Aug 26 23:58:55.503 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/ptree"
41182024-08-26T23:58:56.603Z[ recovery-image] Aug 26 23:58:55.503 INFO O| Aug 26 23:58:55.503 INFO STEP 82 (remove_files) COMPLETE
41192024-08-26T23:58:56.605Z[ recovery-image] Aug 26 23:58:55.503 INFO O| Aug 26 23:58:55.503 INFO STEP 83: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
41202024-08-26T23:58:56.612Z[ recovery-image] Aug 26 23:58:55.513 INFO O| Aug 26 23:58:55.513 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pwait"
41212024-08-26T23:58:56.612Z[ recovery-image] Aug 26 23:58:55.513 INFO O| Aug 26 23:58:55.513 INFO STEP 83 (remove_files) COMPLETE
41222024-08-26T23:58:56.612Z[ recovery-image] Aug 26 23:58:55.513 INFO O| Aug 26 23:58:55.513 INFO STEP 84: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
41232024-08-26T23:58:56.622Z[ recovery-image] Aug 26 23:58:55.522 INFO O| Aug 26 23:58:55.522 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pwdx"
41242024-08-26T23:58:56.625Z[ recovery-image] Aug 26 23:58:55.522 INFO O| Aug 26 23:58:55.522 INFO STEP 84 (remove_files) COMPLETE
41252024-08-26T23:58:56.625Z[ recovery-image] Aug 26 23:58:55.522 INFO O| Aug 26 23:58:55.522 INFO STEP 85: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
41262024-08-26T23:58:56.632Z[ recovery-image] Aug 26 23:58:55.532 INFO O| Aug 26 23:58:55.532 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/rksh"
41272024-08-26T23:58:56.635Z[ recovery-image] Aug 26 23:58:55.532 INFO O| Aug 26 23:58:55.532 INFO STEP 85 (remove_files) COMPLETE
41282024-08-26T23:58:56.635Z[ recovery-image] Aug 26 23:58:55.532 INFO O| Aug 26 23:58:55.532 INFO STEP 86: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
41292024-08-26T23:58:56.641Z[ recovery-image] Aug 26 23:58:55.542 INFO O| Aug 26 23:58:55.542 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/rksh93"
41302024-08-26T23:58:56.641Z[ recovery-image] Aug 26 23:58:55.542 INFO O| Aug 26 23:58:55.542 INFO STEP 86 (remove_files) COMPLETE
41312024-08-26T23:58:56.644Z[ recovery-image] Aug 26 23:58:55.542 INFO O| Aug 26 23:58:55.542 INFO STEP 87: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
41322024-08-26T23:58:56.651Z[ recovery-image] Aug 26 23:58:55.552 INFO O| Aug 26 23:58:55.551 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/sqlite3"
41332024-08-26T23:58:56.654Z[ recovery-image] Aug 26 23:58:55.552 INFO O| Aug 26 23:58:55.552 INFO STEP 87 (remove_files) COMPLETE
41342024-08-26T23:58:56.654Z[ recovery-image] Aug 26 23:58:55.552 INFO O| Aug 26 23:58:55.552 INFO STEP 88: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
41352024-08-26T23:58:56.661Z[ recovery-image] Aug 26 23:58:55.561 INFO O| Aug 26 23:58:55.561 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/strings"
41362024-08-26T23:58:56.661Z[ recovery-image] Aug 26 23:58:55.561 INFO O| Aug 26 23:58:55.561 INFO STEP 88 (remove_files) COMPLETE
41372024-08-26T23:58:56.663Z[ recovery-image] Aug 26 23:58:55.561 INFO O| Aug 26 23:58:55.561 INFO STEP 89: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
41382024-08-26T23:58:56.671Z[ recovery-image] Aug 26 23:58:55.571 INFO O| Aug 26 23:58:55.571 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/xml2-config"
41392024-08-26T23:58:56.671Z[ recovery-image] Aug 26 23:58:55.571 INFO O| Aug 26 23:58:55.571 INFO STEP 89 (remove_files) COMPLETE
41402024-08-26T23:58:56.674Z[ recovery-image] Aug 26 23:58:55.571 INFO O| Aug 26 23:58:55.571 INFO STEP 90: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
41412024-08-26T23:58:56.681Z[ recovery-image] Aug 26 23:58:55.581 INFO O| Aug 26 23:58:55.581 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/xmlcatalog"
41422024-08-26T23:58:56.681Z[ recovery-image] Aug 26 23:58:55.581 INFO O| Aug 26 23:58:55.581 INFO STEP 90 (remove_files) COMPLETE
41432024-08-26T23:58:56.683Z[ recovery-image] Aug 26 23:58:55.581 INFO O| Aug 26 23:58:55.581 INFO STEP 91: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
41442024-08-26T23:58:56.690Z[ recovery-image] Aug 26 23:58:55.591 INFO O| Aug 26 23:58:55.591 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/xmllint"
41452024-08-26T23:58:56.690Z[ recovery-image] Aug 26 23:58:55.591 INFO O| Aug 26 23:58:55.591 INFO STEP 91 (remove_files) COMPLETE
41462024-08-26T23:58:56.690Z[ recovery-image] Aug 26 23:58:55.591 INFO O| Aug 26 23:58:55.591 INFO STEP 92: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
41472024-08-26T23:58:56.700Z[ recovery-image] Aug 26 23:58:55.601 INFO O| Aug 26 23:58:55.601 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amt"
41482024-08-26T23:58:56.700Z[ recovery-image] Aug 26 23:58:55.601 INFO O| Aug 26 23:58:55.601 INFO STEP 92 (remove_files) COMPLETE
41492024-08-26T23:58:56.700Z[ recovery-image] Aug 26 23:58:55.601 INFO O| Aug 26 23:58:55.601 INFO STEP 93: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
41502024-08-26T23:58:56.710Z[ recovery-image] Aug 26 23:58:55.611 INFO O| Aug 26 23:58:55.611 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/arch"
41512024-08-26T23:58:56.710Z[ recovery-image] Aug 26 23:58:55.611 INFO O| Aug 26 23:58:55.611 INFO STEP 93 (remove_files) COMPLETE
41522024-08-26T23:58:56.713Z[ recovery-image] Aug 26 23:58:55.611 INFO O| Aug 26 23:58:55.611 INFO STEP 94: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
41532024-08-26T23:58:56.720Z[ recovery-image] Aug 26 23:58:55.620 INFO O| Aug 26 23:58:55.620 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/asa"
41542024-08-26T23:58:56.723Z[ recovery-image] Aug 26 23:58:55.620 INFO O| Aug 26 23:58:55.620 INFO STEP 94 (remove_files) COMPLETE
41552024-08-26T23:58:56.723Z[ recovery-image] Aug 26 23:58:55.620 INFO O| Aug 26 23:58:55.620 INFO STEP 95: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
41562024-08-26T23:58:56.729Z[ recovery-image] Aug 26 23:58:55.630 INFO O| Aug 26 23:58:55.630 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/at"
41572024-08-26T23:58:56.730Z[ recovery-image] Aug 26 23:58:55.630 INFO O| Aug 26 23:58:55.630 INFO STEP 95 (remove_files) COMPLETE
41582024-08-26T23:58:56.732Z[ recovery-image] Aug 26 23:58:55.630 INFO O| Aug 26 23:58:55.630 INFO STEP 96: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
41592024-08-26T23:58:56.739Z[ recovery-image] Aug 26 23:58:55.640 INFO O| Aug 26 23:58:55.640 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/atq"
41602024-08-26T23:58:56.739Z[ recovery-image] Aug 26 23:58:55.640 INFO O| Aug 26 23:58:55.640 INFO STEP 96 (remove_files) COMPLETE
41612024-08-26T23:58:56.742Z[ recovery-image] Aug 26 23:58:55.640 INFO O| Aug 26 23:58:55.640 INFO STEP 97: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
41622024-08-26T23:58:56.749Z[ recovery-image] Aug 26 23:58:55.650 INFO O| Aug 26 23:58:55.650 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/atrm"
41632024-08-26T23:58:56.749Z[ recovery-image] Aug 26 23:58:55.650 INFO O| Aug 26 23:58:55.650 INFO STEP 97 (remove_files) COMPLETE
41642024-08-26T23:58:56.749Z[ recovery-image] Aug 26 23:58:55.650 INFO O| Aug 26 23:58:55.650 INFO STEP 98: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
41652024-08-26T23:58:56.759Z[ recovery-image] Aug 26 23:58:55.659 INFO O| Aug 26 23:58:55.659 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/auths"
41662024-08-26T23:58:56.761Z[ recovery-image] Aug 26 23:58:55.659 INFO O| Aug 26 23:58:55.659 INFO STEP 98 (remove_files) COMPLETE
41672024-08-26T23:58:56.761Z[ recovery-image] Aug 26 23:58:55.659 INFO O| Aug 26 23:58:55.659 INFO STEP 99: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
41682024-08-26T23:58:56.769Z[ recovery-image] Aug 26 23:58:55.669 INFO O| Aug 26 23:58:55.669 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/banner"
41692024-08-26T23:58:56.771Z[ recovery-image] Aug 26 23:58:55.669 INFO O| Aug 26 23:58:55.669 INFO STEP 99 (remove_files) COMPLETE
41702024-08-26T23:58:56.771Z[ recovery-image] Aug 26 23:58:55.669 INFO O| Aug 26 23:58:55.669 INFO STEP 100: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
41712024-08-26T23:58:56.778Z[ recovery-image] Aug 26 23:58:55.679 INFO O| Aug 26 23:58:55.679 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/bashbug"
41722024-08-26T23:58:56.781Z[ recovery-image] Aug 26 23:58:55.680 INFO O| Aug 26 23:58:55.680 INFO STEP 100 (remove_files) COMPLETE
41732024-08-26T23:58:56.781Z[ recovery-image] Aug 26 23:58:55.680 INFO O| Aug 26 23:58:55.680 INFO STEP 101: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
41742024-08-26T23:58:56.789Z[ recovery-image] Aug 26 23:58:55.690 INFO O| Aug 26 23:58:55.689 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/batch"
41752024-08-26T23:58:56.791Z[ recovery-image] Aug 26 23:58:55.690 INFO O| Aug 26 23:58:55.690 INFO STEP 101 (remove_files) COMPLETE
41762024-08-26T23:58:56.792Z[ recovery-image] Aug 26 23:58:55.690 INFO O| Aug 26 23:58:55.690 INFO STEP 102: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
41772024-08-26T23:58:56.799Z[ recovery-image] Aug 26 23:58:55.699 INFO O| Aug 26 23:58:55.699 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/bc"
41782024-08-26T23:58:56.799Z[ recovery-image] Aug 26 23:58:55.699 INFO O| Aug 26 23:58:55.699 INFO STEP 102 (remove_files) COMPLETE
41792024-08-26T23:58:56.801Z[ recovery-image] Aug 26 23:58:55.699 INFO O| Aug 26 23:58:55.699 INFO STEP 103: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
41802024-08-26T23:58:56.808Z[ recovery-image] Aug 26 23:58:55.709 INFO O| Aug 26 23:58:55.709 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/bdiff"
41812024-08-26T23:58:56.808Z[ recovery-image] Aug 26 23:58:55.709 INFO O| Aug 26 23:58:55.709 INFO STEP 103 (remove_files) COMPLETE
41822024-08-26T23:58:56.811Z[ recovery-image] Aug 26 23:58:55.709 INFO O| Aug 26 23:58:55.709 INFO STEP 104: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
41832024-08-26T23:58:56.818Z[ recovery-image] Aug 26 23:58:55.718 INFO O| Aug 26 23:58:55.718 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/bg"
41842024-08-26T23:58:56.818Z[ recovery-image] Aug 26 23:58:55.719 INFO O| Aug 26 23:58:55.718 INFO STEP 104 (remove_files) COMPLETE
41852024-08-26T23:58:56.821Z[ recovery-image] Aug 26 23:58:55.719 INFO O| Aug 26 23:58:55.719 INFO STEP 105: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
41862024-08-26T23:58:56.828Z[ recovery-image] Aug 26 23:58:55.728 INFO O| Aug 26 23:58:55.728 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/brotli"
41872024-08-26T23:58:56.830Z[ recovery-image] Aug 26 23:58:55.728 INFO O| Aug 26 23:58:55.728 INFO STEP 105 (remove_files) COMPLETE
41882024-08-26T23:58:56.830Z[ recovery-image] Aug 26 23:58:55.728 INFO O| Aug 26 23:58:55.728 INFO STEP 106: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
41892024-08-26T23:58:56.837Z[ recovery-image] Aug 26 23:58:55.738 INFO O| Aug 26 23:58:55.738 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/bunzip2"
41902024-08-26T23:58:56.840Z[ recovery-image] Aug 26 23:58:55.738 INFO O| Aug 26 23:58:55.738 INFO STEP 106 (remove_files) COMPLETE
41912024-08-26T23:58:56.840Z[ recovery-image] Aug 26 23:58:55.738 INFO O| Aug 26 23:58:55.738 INFO STEP 107: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
41922024-08-26T23:58:56.847Z[ recovery-image] Aug 26 23:58:55.747 INFO O| Aug 26 23:58:55.747 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/busstat"
41932024-08-26T23:58:56.849Z[ recovery-image] Aug 26 23:58:55.747 INFO O| Aug 26 23:58:55.747 INFO STEP 107 (remove_files) COMPLETE
41942024-08-26T23:58:56.849Z[ recovery-image] Aug 26 23:58:55.747 INFO O| Aug 26 23:58:55.747 INFO STEP 108: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
41952024-08-26T23:58:56.856Z[ recovery-image] Aug 26 23:58:55.757 INFO O| Aug 26 23:58:55.757 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/bzcat"
41962024-08-26T23:58:56.856Z[ recovery-image] Aug 26 23:58:55.757 INFO O| Aug 26 23:58:55.757 INFO STEP 108 (remove_files) COMPLETE
41972024-08-26T23:58:56.859Z[ recovery-image] Aug 26 23:58:55.757 INFO O| Aug 26 23:58:55.757 INFO STEP 109: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
41982024-08-26T23:58:56.866Z[ recovery-image] Aug 26 23:58:55.767 INFO O| Aug 26 23:58:55.767 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/bzdiff"
41992024-08-26T23:58:56.866Z[ recovery-image] Aug 26 23:58:55.767 INFO O| Aug 26 23:58:55.767 INFO STEP 109 (remove_files) COMPLETE
42002024-08-26T23:58:56.869Z[ recovery-image] Aug 26 23:58:55.767 INFO O| Aug 26 23:58:55.767 INFO STEP 110: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
42012024-08-26T23:58:56.876Z[ recovery-image] Aug 26 23:58:55.776 INFO O| Aug 26 23:58:55.776 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/bzgrep"
42022024-08-26T23:58:56.878Z[ recovery-image] Aug 26 23:58:55.776 INFO O| Aug 26 23:58:55.776 INFO STEP 110 (remove_files) COMPLETE
42032024-08-26T23:58:56.878Z[ recovery-image] Aug 26 23:58:55.776 INFO O| Aug 26 23:58:55.776 INFO STEP 111: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
42042024-08-26T23:58:56.885Z[ recovery-image] Aug 26 23:58:55.786 INFO O| Aug 26 23:58:55.786 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/bzip2"
42052024-08-26T23:58:56.888Z[ recovery-image] Aug 26 23:58:55.786 INFO O| Aug 26 23:58:55.786 INFO STEP 111 (remove_files) COMPLETE
42062024-08-26T23:58:56.888Z[ recovery-image] Aug 26 23:58:55.786 INFO O| Aug 26 23:58:55.786 INFO STEP 112: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
42072024-08-26T23:58:56.896Z[ recovery-image] Aug 26 23:58:55.797 INFO O| Aug 26 23:58:55.797 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/bzip2recover"
42082024-08-26T23:58:56.896Z[ recovery-image] Aug 26 23:58:55.797 INFO O| Aug 26 23:58:55.797 INFO STEP 112 (remove_files) COMPLETE
42092024-08-26T23:58:56.899Z[ recovery-image] Aug 26 23:58:55.797 INFO O| Aug 26 23:58:55.797 INFO STEP 113: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
42102024-08-26T23:58:56.906Z[ recovery-image] Aug 26 23:58:55.807 INFO O| Aug 26 23:58:55.806 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/bzmore"
42112024-08-26T23:58:56.908Z[ recovery-image] Aug 26 23:58:55.807 INFO O| Aug 26 23:58:55.807 INFO STEP 113 (remove_files) COMPLETE
42122024-08-26T23:58:56.908Z[ recovery-image] Aug 26 23:58:55.807 INFO O| Aug 26 23:58:55.807 INFO STEP 114: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
42132024-08-26T23:58:56.916Z[ recovery-image] Aug 26 23:58:55.816 INFO O| Aug 26 23:58:55.816 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/cal"
42142024-08-26T23:58:56.916Z[ recovery-image] Aug 26 23:58:55.816 INFO O| Aug 26 23:58:55.816 INFO STEP 114 (remove_files) COMPLETE
42152024-08-26T23:58:56.918Z[ recovery-image] Aug 26 23:58:55.816 INFO O| Aug 26 23:58:55.816 INFO STEP 115: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
42162024-08-26T23:58:56.925Z[ recovery-image] Aug 26 23:58:55.826 INFO O| Aug 26 23:58:55.826 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/captoinfo"
42172024-08-26T23:58:56.925Z[ recovery-image] Aug 26 23:58:55.826 INFO O| Aug 26 23:58:55.826 INFO STEP 115 (remove_files) COMPLETE
42182024-08-26T23:58:56.929Z[ recovery-image] Aug 26 23:58:55.826 INFO O| Aug 26 23:58:55.826 INFO STEP 116: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
42192024-08-26T23:58:56.935Z[ recovery-image] Aug 26 23:58:55.835 INFO O| Aug 26 23:58:55.835 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/cd"
42202024-08-26T23:58:56.937Z[ recovery-image] Aug 26 23:58:55.835 INFO O| Aug 26 23:58:55.835 INFO STEP 116 (remove_files) COMPLETE
42212024-08-26T23:58:56.937Z[ recovery-image] Aug 26 23:58:55.835 INFO O| Aug 26 23:58:55.835 INFO STEP 117: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
42222024-08-26T23:58:56.944Z[ recovery-image] Aug 26 23:58:55.845 INFO O| Aug 26 23:58:55.845 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/certutil"
42232024-08-26T23:58:56.944Z[ recovery-image] Aug 26 23:58:55.845 INFO O| Aug 26 23:58:55.845 INFO STEP 117 (remove_files) COMPLETE
42242024-08-26T23:58:56.947Z[ recovery-image] Aug 26 23:58:55.845 INFO O| Aug 26 23:58:55.845 INFO STEP 118: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
42252024-08-26T23:58:56.954Z[ recovery-image] Aug 26 23:58:55.854 INFO O| Aug 26 23:58:55.854 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/checkbandwidth"
42262024-08-26T23:58:56.956Z[ recovery-image] Aug 26 23:58:55.854 INFO O| Aug 26 23:58:55.854 INFO STEP 118 (remove_files) COMPLETE
42272024-08-26T23:58:56.956Z[ recovery-image] Aug 26 23:58:55.854 INFO O| Aug 26 23:58:55.854 INFO STEP 119: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
42282024-08-26T23:58:56.963Z[ recovery-image] Aug 26 23:58:55.864 INFO O| Aug 26 23:58:55.864 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/chgrp"
42292024-08-26T23:58:56.963Z[ recovery-image] Aug 26 23:58:55.864 INFO O| Aug 26 23:58:55.864 INFO STEP 119 (remove_files) COMPLETE
42302024-08-26T23:58:56.967Z[ recovery-image] Aug 26 23:58:55.864 INFO O| Aug 26 23:58:55.864 INFO STEP 120: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
42312024-08-26T23:58:56.973Z[ recovery-image] Aug 26 23:58:55.873 INFO O| Aug 26 23:58:55.873 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/chronyc"
42322024-08-26T23:58:56.976Z[ recovery-image] Aug 26 23:58:55.874 INFO O| Aug 26 23:58:55.874 INFO STEP 120 (remove_files) COMPLETE
42332024-08-26T23:58:56.976Z[ recovery-image] Aug 26 23:58:55.874 INFO O| Aug 26 23:58:55.874 INFO STEP 121: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
42342024-08-26T23:58:56.984Z[ recovery-image] Aug 26 23:58:55.885 INFO O| Aug 26 23:58:55.885 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ckdate"
42352024-08-26T23:58:56.988Z[ recovery-image] Aug 26 23:58:55.885 INFO O| Aug 26 23:58:55.885 INFO STEP 121 (remove_files) COMPLETE
42362024-08-26T23:58:56.988Z[ recovery-image] Aug 26 23:58:55.885 INFO O| Aug 26 23:58:55.885 INFO STEP 122: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
42372024-08-26T23:58:56.995Z[ recovery-image] Aug 26 23:58:55.895 INFO O| Aug 26 23:58:55.895 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ckgid"
42382024-08-26T23:58:56.995Z[ recovery-image] Aug 26 23:58:55.895 INFO O| Aug 26 23:58:55.895 INFO STEP 122 (remove_files) COMPLETE
42392024-08-26T23:58:56.998Z[ recovery-image] Aug 26 23:58:55.895 INFO O| Aug 26 23:58:55.895 INFO STEP 123: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
42402024-08-26T23:58:57.005Z[ recovery-image] Aug 26 23:58:55.905 INFO O| Aug 26 23:58:55.905 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ckint"
42412024-08-26T23:58:57.007Z[ recovery-image] Aug 26 23:58:55.905 INFO O| Aug 26 23:58:55.905 INFO STEP 123 (remove_files) COMPLETE
42422024-08-26T23:58:57.007Z[ recovery-image] Aug 26 23:58:55.905 INFO O| Aug 26 23:58:55.905 INFO STEP 124: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
42432024-08-26T23:58:57.014Z[ recovery-image] Aug 26 23:58:55.915 INFO O| Aug 26 23:58:55.915 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ckitem"
42442024-08-26T23:58:57.014Z[ recovery-image] Aug 26 23:58:55.915 INFO O| Aug 26 23:58:55.915 INFO STEP 124 (remove_files) COMPLETE
42452024-08-26T23:58:57.017Z[ recovery-image] Aug 26 23:58:55.915 INFO O| Aug 26 23:58:55.915 INFO STEP 125: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
42462024-08-26T23:58:57.024Z[ recovery-image] Aug 26 23:58:55.924 INFO O| Aug 26 23:58:55.924 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ckkeywd"
42472024-08-26T23:58:57.024Z[ recovery-image] Aug 26 23:58:55.924 INFO O| Aug 26 23:58:55.924 INFO STEP 125 (remove_files) COMPLETE
42482024-08-26T23:58:57.027Z[ recovery-image] Aug 26 23:58:55.924 INFO O| Aug 26 23:58:55.924 INFO STEP 126: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
42492024-08-26T23:58:57.034Z[ recovery-image] Aug 26 23:58:55.934 INFO O| Aug 26 23:58:55.934 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ckpath"
42502024-08-26T23:58:57.034Z[ recovery-image] Aug 26 23:58:55.934 INFO O| Aug 26 23:58:55.934 INFO STEP 126 (remove_files) COMPLETE
42512024-08-26T23:58:57.036Z[ recovery-image] Aug 26 23:58:55.934 INFO O| Aug 26 23:58:55.934 INFO STEP 127: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
42522024-08-26T23:58:57.043Z[ recovery-image] Aug 26 23:58:55.944 INFO O| Aug 26 23:58:55.944 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ckrange"
42532024-08-26T23:58:57.046Z[ recovery-image] Aug 26 23:58:55.944 INFO O| Aug 26 23:58:55.944 INFO STEP 127 (remove_files) COMPLETE
42542024-08-26T23:58:57.046Z[ recovery-image] Aug 26 23:58:55.944 INFO O| Aug 26 23:58:55.944 INFO STEP 128: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
42552024-08-26T23:58:57.053Z[ recovery-image] Aug 26 23:58:55.954 INFO O| Aug 26 23:58:55.954 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ckstr"
42562024-08-26T23:58:57.053Z[ recovery-image] Aug 26 23:58:55.954 INFO O| Aug 26 23:58:55.954 INFO STEP 128 (remove_files) COMPLETE
42572024-08-26T23:58:57.057Z[ recovery-image] Aug 26 23:58:55.954 INFO O| Aug 26 23:58:55.954 INFO STEP 129: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
42582024-08-26T23:58:57.064Z[ recovery-image] Aug 26 23:58:55.964 INFO O| Aug 26 23:58:55.964 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/cksum"
42592024-08-26T23:58:57.064Z[ recovery-image] Aug 26 23:58:55.964 INFO O| Aug 26 23:58:55.964 INFO STEP 129 (remove_files) COMPLETE
42602024-08-26T23:58:57.066Z[ recovery-image] Aug 26 23:58:55.964 INFO O| Aug 26 23:58:55.964 INFO STEP 130: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
42612024-08-26T23:58:57.073Z[ recovery-image] Aug 26 23:58:55.974 INFO O| Aug 26 23:58:55.973 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/cktime"
42622024-08-26T23:58:57.076Z[ recovery-image] Aug 26 23:58:55.974 INFO O| Aug 26 23:58:55.974 INFO STEP 130 (remove_files) COMPLETE
42632024-08-26T23:58:57.076Z[ recovery-image] Aug 26 23:58:55.974 INFO O| Aug 26 23:58:55.974 INFO STEP 131: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
42642024-08-26T23:58:57.083Z[ recovery-image] Aug 26 23:58:55.983 INFO O| Aug 26 23:58:55.983 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ckuid"
42652024-08-26T23:58:57.083Z[ recovery-image] Aug 26 23:58:55.983 INFO O| Aug 26 23:58:55.983 INFO STEP 131 (remove_files) COMPLETE
42662024-08-26T23:58:57.083Z[ recovery-image] Aug 26 23:58:55.983 INFO O| Aug 26 23:58:55.983 INFO STEP 132: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
42672024-08-26T23:58:57.093Z[ recovery-image] Aug 26 23:58:55.993 INFO O| Aug 26 23:58:55.993 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ckyorn"
42682024-08-26T23:58:57.093Z[ recovery-image] Aug 26 23:58:55.993 INFO O| Aug 26 23:58:55.993 INFO STEP 132 (remove_files) COMPLETE
42692024-08-26T23:58:57.095Z[ recovery-image] Aug 26 23:58:55.993 INFO O| Aug 26 23:58:55.993 INFO STEP 133: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
42702024-08-26T23:58:57.103Z[ recovery-image] Aug 26 23:58:56.003 INFO O| Aug 26 23:58:56.003 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/clear"
42712024-08-26T23:58:57.103Z[ recovery-image] Aug 26 23:58:56.003 INFO O| Aug 26 23:58:56.003 INFO STEP 133 (remove_files) COMPLETE
42722024-08-26T23:58:57.106Z[ recovery-image] Aug 26 23:58:56.003 INFO O| Aug 26 23:58:56.003 INFO STEP 134: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
42732024-08-26T23:58:57.113Z[ recovery-image] Aug 26 23:58:56.013 INFO O| Aug 26 23:58:56.013 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/cmp"
42742024-08-26T23:58:57.113Z[ recovery-image] Aug 26 23:58:56.013 INFO O| Aug 26 23:58:56.013 INFO STEP 134 (remove_files) COMPLETE
42752024-08-26T23:58:57.116Z[ recovery-image] Aug 26 23:58:56.013 INFO O| Aug 26 23:58:56.013 INFO STEP 135: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
42762024-08-26T23:58:57.123Z[ recovery-image] Aug 26 23:58:56.023 INFO O| Aug 26 23:58:56.023 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/col"
42772024-08-26T23:58:57.126Z[ recovery-image] Aug 26 23:58:56.023 INFO O| Aug 26 23:58:56.023 INFO STEP 135 (remove_files) COMPLETE
42782024-08-26T23:58:57.126Z[ recovery-image] Aug 26 23:58:56.023 INFO O| Aug 26 23:58:56.023 INFO STEP 136: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
42792024-08-26T23:58:57.132Z[ recovery-image] Aug 26 23:58:56.033 INFO O| Aug 26 23:58:56.033 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/comm"
42802024-08-26T23:58:57.132Z[ recovery-image] Aug 26 23:58:56.033 INFO O| Aug 26 23:58:56.033 INFO STEP 136 (remove_files) COMPLETE
42812024-08-26T23:58:57.135Z[ recovery-image] Aug 26 23:58:56.033 INFO O| Aug 26 23:58:56.033 INFO STEP 137: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
42822024-08-26T23:58:57.142Z[ recovery-image] Aug 26 23:58:56.043 INFO O| Aug 26 23:58:56.043 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/command"
42832024-08-26T23:58:57.142Z[ recovery-image] Aug 26 23:58:56.043 INFO O| Aug 26 23:58:56.043 INFO STEP 137 (remove_files) COMPLETE
42842024-08-26T23:58:57.142Z[ recovery-image] Aug 26 23:58:56.043 INFO O| Aug 26 23:58:56.043 INFO STEP 138: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
42852024-08-26T23:58:57.152Z[ recovery-image] Aug 26 23:58:56.052 INFO O| Aug 26 23:58:56.052 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/compress"
42862024-08-26T23:58:57.152Z[ recovery-image] Aug 26 23:58:56.052 INFO O| Aug 26 23:58:56.052 INFO STEP 138 (remove_files) COMPLETE
42872024-08-26T23:58:57.152Z[ recovery-image] Aug 26 23:58:56.052 INFO O| Aug 26 23:58:56.052 INFO STEP 139: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
42882024-08-26T23:58:57.162Z[ recovery-image] Aug 26 23:58:56.063 INFO O| Aug 26 23:58:56.063 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/connstat"
42892024-08-26T23:58:57.165Z[ recovery-image] Aug 26 23:58:56.063 INFO O| Aug 26 23:58:56.063 INFO STEP 139 (remove_files) COMPLETE
42902024-08-26T23:58:57.165Z[ recovery-image] Aug 26 23:58:56.063 INFO O| Aug 26 23:58:56.063 INFO STEP 140: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
42912024-08-26T23:58:57.173Z[ recovery-image] Aug 26 23:58:56.073 INFO O| Aug 26 23:58:56.073 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/cpio"
42922024-08-26T23:58:57.173Z[ recovery-image] Aug 26 23:58:56.073 INFO O| Aug 26 23:58:56.073 INFO STEP 140 (remove_files) COMPLETE
42932024-08-26T23:58:57.173Z[ recovery-image] Aug 26 23:58:56.073 INFO O| Aug 26 23:58:56.073 INFO STEP 141: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
42942024-08-26T23:58:57.184Z[ recovery-image] Aug 26 23:58:56.083 INFO O| Aug 26 23:58:56.083 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/cputrack"
42952024-08-26T23:58:57.184Z[ recovery-image] Aug 26 23:58:56.084 INFO O| Aug 26 23:58:56.084 INFO STEP 141 (remove_files) COMPLETE
42962024-08-26T23:58:57.184Z[ recovery-image] Aug 26 23:58:56.084 INFO O| Aug 26 23:58:56.084 INFO STEP 142: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
42972024-08-26T23:58:57.193Z[ recovery-image] Aug 26 23:58:56.093 INFO O| Aug 26 23:58:56.093 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/crle"
42982024-08-26T23:58:57.193Z[ recovery-image] Aug 26 23:58:56.093 INFO O| Aug 26 23:58:56.093 INFO STEP 142 (remove_files) COMPLETE
42992024-08-26T23:58:57.195Z[ recovery-image] Aug 26 23:58:56.093 INFO O| Aug 26 23:58:56.093 INFO STEP 143: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43002024-08-26T23:58:57.202Z[ recovery-image] Aug 26 23:58:56.103 INFO O| Aug 26 23:58:56.103 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/crontab"
43012024-08-26T23:58:57.202Z[ recovery-image] Aug 26 23:58:56.103 INFO O| Aug 26 23:58:56.103 INFO STEP 143 (remove_files) COMPLETE
43022024-08-26T23:58:57.205Z[ recovery-image] Aug 26 23:58:56.103 INFO O| Aug 26 23:58:56.103 INFO STEP 144: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43032024-08-26T23:58:57.212Z[ recovery-image] Aug 26 23:58:56.113 INFO O| Aug 26 23:58:56.113 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/crypt"
43042024-08-26T23:58:57.212Z[ recovery-image] Aug 26 23:58:56.113 INFO O| Aug 26 23:58:56.113 INFO STEP 144 (remove_files) COMPLETE
43052024-08-26T23:58:57.215Z[ recovery-image] Aug 26 23:58:56.113 INFO O| Aug 26 23:58:56.113 INFO STEP 145: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43062024-08-26T23:58:57.223Z[ recovery-image] Aug 26 23:58:56.123 INFO O| Aug 26 23:58:56.123 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/csh"
43072024-08-26T23:58:57.225Z[ recovery-image] Aug 26 23:58:56.123 INFO O| Aug 26 23:58:56.123 INFO STEP 145 (remove_files) COMPLETE
43082024-08-26T23:58:57.225Z[ recovery-image] Aug 26 23:58:56.123 INFO O| Aug 26 23:58:56.123 INFO STEP 146: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43092024-08-26T23:58:57.233Z[ recovery-image] Aug 26 23:58:56.133 INFO O| Aug 26 23:58:56.133 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/csplit"
43102024-08-26T23:58:57.233Z[ recovery-image] Aug 26 23:58:56.133 INFO O| Aug 26 23:58:56.133 INFO STEP 146 (remove_files) COMPLETE
43112024-08-26T23:58:57.235Z[ recovery-image] Aug 26 23:58:56.133 INFO O| Aug 26 23:58:56.133 INFO STEP 147: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43122024-08-26T23:58:57.243Z[ recovery-image] Aug 26 23:58:56.143 INFO O| Aug 26 23:58:56.143 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/curl"
43132024-08-26T23:58:57.243Z[ recovery-image] Aug 26 23:58:56.143 INFO O| Aug 26 23:58:56.143 INFO STEP 147 (remove_files) COMPLETE
43142024-08-26T23:58:57.243Z[ recovery-image] Aug 26 23:58:56.143 INFO O| Aug 26 23:58:56.143 INFO STEP 148: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43152024-08-26T23:58:57.252Z[ recovery-image] Aug 26 23:58:56.153 INFO O| Aug 26 23:58:56.152 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/curl-config"
43162024-08-26T23:58:57.252Z[ recovery-image] Aug 26 23:58:56.153 INFO O| Aug 26 23:58:56.153 INFO STEP 148 (remove_files) COMPLETE
43172024-08-26T23:58:58.257Z[ recovery-image] Aug 26 23:58:56.153 INFO O| Aug 26 23:58:56.153 INFO STEP 149: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43182024-08-26T23:58:58.262Z[ recovery-image] Aug 26 23:58:56.162 INFO O| Aug 26 23:58:56.162 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/dc"
43192024-08-26T23:58:58.262Z[ recovery-image] Aug 26 23:58:56.163 INFO O| Aug 26 23:58:56.162 INFO STEP 149 (remove_files) COMPLETE
43202024-08-26T23:58:58.262Z[ recovery-image] Aug 26 23:58:56.163 INFO O| Aug 26 23:58:56.163 INFO STEP 150: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43212024-08-26T23:58:58.262Z[ recovery-image] Aug 26 23:58:56.172 INFO O| Aug 26 23:58:56.172 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/decrypt"
43222024-08-26T23:58:58.262Z[ recovery-image] Aug 26 23:58:56.172 INFO O| Aug 26 23:58:56.172 INFO STEP 150 (remove_files) COMPLETE
43232024-08-26T23:58:58.262Z[ recovery-image] Aug 26 23:58:56.172 INFO O| Aug 26 23:58:56.172 INFO STEP 151: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43242024-08-26T23:58:58.262Z[ recovery-image] Aug 26 23:58:56.182 INFO O| Aug 26 23:58:56.182 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/devattr"
43252024-08-26T23:58:58.262Z[ recovery-image] Aug 26 23:58:56.182 INFO O| Aug 26 23:58:56.182 INFO STEP 151 (remove_files) COMPLETE
43262024-08-26T23:58:58.262Z[ recovery-image] Aug 26 23:58:56.182 INFO O| Aug 26 23:58:56.182 INFO STEP 152: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43272024-08-26T23:58:58.262Z[ recovery-image] Aug 26 23:58:56.191 INFO O| Aug 26 23:58:56.191 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/devfree"
43282024-08-26T23:58:58.262Z[ recovery-image] Aug 26 23:58:56.193 INFO O| Aug 26 23:58:56.193 INFO STEP 152 (remove_files) COMPLETE
43292024-08-26T23:58:58.262Z[ recovery-image] Aug 26 23:58:56.193 INFO O| Aug 26 23:58:56.193 INFO STEP 153: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43302024-08-26T23:58:58.262Z[ recovery-image] Aug 26 23:58:56.202 INFO O| Aug 26 23:58:56.202 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/devreserv"
43312024-08-26T23:58:58.262Z[ recovery-image] Aug 26 23:58:56.203 INFO O| Aug 26 23:58:56.202 INFO STEP 153 (remove_files) COMPLETE
43322024-08-26T23:58:58.262Z[ recovery-image] Aug 26 23:58:56.203 INFO O| Aug 26 23:58:56.203 INFO STEP 154: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43332024-08-26T23:58:58.262Z[ recovery-image] Aug 26 23:58:56.212 INFO O| Aug 26 23:58:56.212 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/diff3"
43342024-08-26T23:58:58.262Z[ recovery-image] Aug 26 23:58:56.212 INFO O| Aug 26 23:58:56.212 INFO STEP 154 (remove_files) COMPLETE
43352024-08-26T23:58:58.262Z[ recovery-image] Aug 26 23:58:56.212 INFO O| Aug 26 23:58:56.212 INFO STEP 155: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43362024-08-26T23:58:58.262Z[ recovery-image] Aug 26 23:58:56.222 INFO O| Aug 26 23:58:56.222 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/digest"
43372024-08-26T23:58:58.262Z[ recovery-image] Aug 26 23:58:56.222 INFO O| Aug 26 23:58:56.222 INFO STEP 155 (remove_files) COMPLETE
43382024-08-26T23:58:58.263Z[ recovery-image] Aug 26 23:58:56.222 INFO O| Aug 26 23:58:56.222 INFO STEP 156: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43392024-08-26T23:58:58.263Z[ recovery-image] Aug 26 23:58:56.231 INFO O| Aug 26 23:58:56.231 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/dircmp"
43402024-08-26T23:58:58.263Z[ recovery-image] Aug 26 23:58:56.231 INFO O| Aug 26 23:58:56.231 INFO STEP 156 (remove_files) COMPLETE
43412024-08-26T23:58:58.263Z[ recovery-image] Aug 26 23:58:56.231 INFO O| Aug 26 23:58:56.231 INFO STEP 157: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43422024-08-26T23:58:58.263Z[ recovery-image] Aug 26 23:58:56.241 INFO O| Aug 26 23:58:56.241 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/dirname"
43432024-08-26T23:58:58.263Z[ recovery-image] Aug 26 23:58:56.241 INFO O| Aug 26 23:58:56.241 INFO STEP 157 (remove_files) COMPLETE
43442024-08-26T23:58:58.263Z[ recovery-image] Aug 26 23:58:56.241 INFO O| Aug 26 23:58:56.241 INFO STEP 158: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43452024-08-26T23:58:58.263Z[ recovery-image] Aug 26 23:58:56.250 INFO O| Aug 26 23:58:56.250 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/diskinfo"
43462024-08-26T23:58:58.263Z[ recovery-image] Aug 26 23:58:56.250 INFO O| Aug 26 23:58:56.250 INFO STEP 158 (remove_files) COMPLETE
43472024-08-26T23:58:58.263Z[ recovery-image] Aug 26 23:58:56.250 INFO O| Aug 26 23:58:56.250 INFO STEP 159: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43482024-08-26T23:58:58.263Z[ recovery-image] Aug 26 23:58:56.260 INFO O| Aug 26 23:58:56.260 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/diskscan"
43492024-08-26T23:58:58.263Z[ recovery-image] Aug 26 23:58:56.260 INFO O| Aug 26 23:58:56.260 INFO STEP 159 (remove_files) COMPLETE
43502024-08-26T23:58:58.263Z[ recovery-image] Aug 26 23:58:56.260 INFO O| Aug 26 23:58:56.260 INFO STEP 160: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43512024-08-26T23:58:58.263Z[ recovery-image] Aug 26 23:58:56.270 INFO O| Aug 26 23:58:56.270 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/dispgid"
43522024-08-26T23:58:58.263Z[ recovery-image] Aug 26 23:58:56.270 INFO O| Aug 26 23:58:56.270 INFO STEP 160 (remove_files) COMPLETE
43532024-08-26T23:58:58.263Z[ recovery-image] Aug 26 23:58:56.270 INFO O| Aug 26 23:58:56.270 INFO STEP 161: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43542024-08-26T23:58:58.263Z[ recovery-image] Aug 26 23:58:56.280 INFO O| Aug 26 23:58:56.280 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/dispuid"
43552024-08-26T23:58:58.263Z[ recovery-image] Aug 26 23:58:56.280 INFO O| Aug 26 23:58:56.280 INFO STEP 161 (remove_files) COMPLETE
43562024-08-26T23:58:58.263Z[ recovery-image] Aug 26 23:58:56.280 INFO O| Aug 26 23:58:56.280 INFO STEP 162: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43572024-08-26T23:58:58.263Z[ recovery-image] Aug 26 23:58:56.290 INFO O| Aug 26 23:58:56.290 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/dos2unix"
43582024-08-26T23:58:58.263Z[ recovery-image] Aug 26 23:58:56.290 INFO O| Aug 26 23:58:56.290 INFO STEP 162 (remove_files) COMPLETE
43592024-08-26T23:58:58.263Z[ recovery-image] Aug 26 23:58:56.290 INFO O| Aug 26 23:58:56.290 INFO STEP 163: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43602024-08-26T23:58:58.263Z[ recovery-image] Aug 26 23:58:56.299 INFO O| Aug 26 23:58:56.299 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/du"
43612024-08-26T23:58:58.263Z[ recovery-image] Aug 26 23:58:56.299 INFO O| Aug 26 23:58:56.299 INFO STEP 163 (remove_files) COMPLETE
43622024-08-26T23:58:58.263Z[ recovery-image] Aug 26 23:58:56.299 INFO O| Aug 26 23:58:56.299 INFO STEP 164: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43632024-08-26T23:58:58.263Z[ recovery-image] Aug 26 23:58:56.309 INFO O| Aug 26 23:58:56.309 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/dumpcs"
43642024-08-26T23:58:58.263Z[ recovery-image] Aug 26 23:58:56.309 INFO O| Aug 26 23:58:56.309 INFO STEP 164 (remove_files) COMPLETE
43652024-08-26T23:58:58.263Z[ recovery-image] Aug 26 23:58:56.309 INFO O| Aug 26 23:58:56.309 INFO STEP 165: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43662024-08-26T23:58:58.263Z[ recovery-image] Aug 26 23:58:56.318 INFO O| Aug 26 23:58:56.318 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/dumpkeys"
43672024-08-26T23:58:58.263Z[ recovery-image] Aug 26 23:58:56.318 INFO O| Aug 26 23:58:56.318 INFO STEP 165 (remove_files) COMPLETE
43682024-08-26T23:58:58.263Z[ recovery-image] Aug 26 23:58:56.318 INFO O| Aug 26 23:58:56.318 INFO STEP 166: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43692024-08-26T23:58:58.263Z[ recovery-image] Aug 26 23:58:56.328 INFO O| Aug 26 23:58:56.328 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/edit"
43702024-08-26T23:58:58.263Z[ recovery-image] Aug 26 23:58:56.328 INFO O| Aug 26 23:58:56.328 INFO STEP 166 (remove_files) COMPLETE
43712024-08-26T23:58:58.263Z[ recovery-image] Aug 26 23:58:56.328 INFO O| Aug 26 23:58:56.328 INFO STEP 167: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43722024-08-26T23:58:58.263Z[ recovery-image] Aug 26 23:58:56.337 INFO O| Aug 26 23:58:56.337 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/eject"
43732024-08-26T23:58:58.263Z[ recovery-image] Aug 26 23:58:56.338 INFO O| Aug 26 23:58:56.337 INFO STEP 167 (remove_files) COMPLETE
43742024-08-26T23:58:58.263Z[ recovery-image] Aug 26 23:58:56.338 INFO O| Aug 26 23:58:56.338 INFO STEP 168: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43752024-08-26T23:58:58.263Z[ recovery-image] Aug 26 23:58:56.347 INFO O| Aug 26 23:58:56.347 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/elfsign"
43762024-08-26T23:58:58.263Z[ recovery-image] Aug 26 23:58:56.348 INFO O| Aug 26 23:58:56.348 INFO STEP 168 (remove_files) COMPLETE
43772024-08-26T23:58:58.264Z[ recovery-image] Aug 26 23:58:56.348 INFO O| Aug 26 23:58:56.348 INFO STEP 169: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43782024-08-26T23:58:58.264Z[ recovery-image] Aug 26 23:58:56.357 INFO O| Aug 26 23:58:56.357 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/elfwrap"
43792024-08-26T23:58:58.264Z[ recovery-image] Aug 26 23:58:56.357 INFO O| Aug 26 23:58:56.357 INFO STEP 169 (remove_files) COMPLETE
43802024-08-26T23:58:58.264Z[ recovery-image] Aug 26 23:58:56.357 INFO O| Aug 26 23:58:56.357 INFO STEP 170: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43812024-08-26T23:58:58.264Z[ recovery-image] Aug 26 23:58:56.367 INFO O| Aug 26 23:58:56.367 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/encode_keychange"
43822024-08-26T23:58:58.264Z[ recovery-image] Aug 26 23:58:56.367 INFO O| Aug 26 23:58:56.367 INFO STEP 170 (remove_files) COMPLETE
43832024-08-26T23:58:58.264Z[ recovery-image] Aug 26 23:58:56.367 INFO O| Aug 26 23:58:56.367 INFO STEP 171: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43842024-08-26T23:58:58.264Z[ recovery-image] Aug 26 23:58:56.376 INFO O| Aug 26 23:58:56.376 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/encrypt"
43852024-08-26T23:58:58.264Z[ recovery-image] Aug 26 23:58:56.376 INFO O| Aug 26 23:58:56.376 INFO STEP 171 (remove_files) COMPLETE
43862024-08-26T23:58:58.264Z[ recovery-image] Aug 26 23:58:56.376 INFO O| Aug 26 23:58:56.376 INFO STEP 172: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43872024-08-26T23:58:58.264Z[ recovery-image] Aug 26 23:58:56.386 INFO O| Aug 26 23:58:56.386 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/enhance"
43882024-08-26T23:58:58.264Z[ recovery-image] Aug 26 23:58:56.386 INFO O| Aug 26 23:58:56.386 INFO STEP 172 (remove_files) COMPLETE
43892024-08-26T23:58:58.264Z[ recovery-image] Aug 26 23:58:56.386 INFO O| Aug 26 23:58:56.386 INFO STEP 173: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43902024-08-26T23:58:58.264Z[ recovery-image] Aug 26 23:58:56.395 INFO O| Aug 26 23:58:56.395 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/env"
43912024-08-26T23:58:58.264Z[ recovery-image] Aug 26 23:58:56.395 INFO O| Aug 26 23:58:56.395 INFO STEP 173 (remove_files) COMPLETE
43922024-08-26T23:58:58.264Z[ recovery-image] Aug 26 23:58:56.395 INFO O| Aug 26 23:58:56.395 INFO STEP 174: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43932024-08-26T23:58:58.264Z[ host-image] Aug 26 23:58:56.397 INFO O| Aug 26 23:58:56.397 INFO O| Actions: Completed 49261 actions in 12.20 seconds.
43942024-08-26T23:58:58.264Z[ recovery-image] Aug 26 23:58:56.405 INFO O| Aug 26 23:58:56.405 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/etdump"
43952024-08-26T23:58:58.264Z[ recovery-image] Aug 26 23:58:56.405 INFO O| Aug 26 23:58:56.405 INFO STEP 174 (remove_files) COMPLETE
43962024-08-26T23:58:58.264Z[ recovery-image] Aug 26 23:58:56.405 INFO O| Aug 26 23:58:56.405 INFO STEP 175: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43972024-08-26T23:58:58.264Z[ recovery-image] Aug 26 23:58:56.415 INFO O| Aug 26 23:58:56.415 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/expand"
43982024-08-26T23:58:58.264Z[ recovery-image] Aug 26 23:58:56.415 INFO O| Aug 26 23:58:56.415 INFO STEP 175 (remove_files) COMPLETE
43992024-08-26T23:58:58.264Z[ recovery-image] Aug 26 23:58:56.415 INFO O| Aug 26 23:58:56.415 INFO STEP 176: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44002024-08-26T23:58:58.264Z[ recovery-image] Aug 26 23:58:56.424 INFO O| Aug 26 23:58:56.424 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/exstr"
44012024-08-26T23:58:58.264Z[ recovery-image] Aug 26 23:58:56.424 INFO O| Aug 26 23:58:56.424 INFO STEP 176 (remove_files) COMPLETE
44022024-08-26T23:58:58.264Z[ recovery-image] Aug 26 23:58:56.424 INFO O| Aug 26 23:58:56.424 INFO STEP 177: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44032024-08-26T23:58:58.264Z[ recovery-image] Aug 26 23:58:56.434 INFO O| Aug 26 23:58:56.434 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/factor"
44042024-08-26T23:58:58.264Z[ recovery-image] Aug 26 23:58:56.434 INFO O| Aug 26 23:58:56.434 INFO STEP 177 (remove_files) COMPLETE
44052024-08-26T23:58:58.264Z[ recovery-image] Aug 26 23:58:56.434 INFO O| Aug 26 23:58:56.434 INFO STEP 178: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44062024-08-26T23:58:58.264Z[ recovery-image] Aug 26 23:58:56.444 INFO O| Aug 26 23:58:56.444 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/false"
44072024-08-26T23:58:58.264Z[ recovery-image] Aug 26 23:58:56.444 INFO O| Aug 26 23:58:56.444 INFO STEP 178 (remove_files) COMPLETE
44082024-08-26T23:58:58.264Z[ recovery-image] Aug 26 23:58:56.444 INFO O| Aug 26 23:58:56.444 INFO STEP 179: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44092024-08-26T23:58:58.264Z[ recovery-image] Aug 26 23:58:56.454 INFO O| Aug 26 23:58:56.453 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/fc"
44102024-08-26T23:58:58.264Z[ recovery-image] Aug 26 23:58:56.454 INFO O| Aug 26 23:58:56.454 INFO STEP 179 (remove_files) COMPLETE
44112024-08-26T23:58:58.264Z[ recovery-image] Aug 26 23:58:56.454 INFO O| Aug 26 23:58:56.454 INFO STEP 180: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44122024-08-26T23:58:58.264Z[ recovery-image] Aug 26 23:58:56.463 INFO O| Aug 26 23:58:56.463 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/fdetach"
44132024-08-26T23:58:58.264Z[ recovery-image] Aug 26 23:58:56.463 INFO O| Aug 26 23:58:56.463 INFO STEP 180 (remove_files) COMPLETE
44142024-08-26T23:58:58.264Z[ recovery-image] Aug 26 23:58:56.463 INFO O| Aug 26 23:58:56.463 INFO STEP 181: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44152024-08-26T23:58:58.264Z[ recovery-image] Aug 26 23:58:56.473 INFO O| Aug 26 23:58:56.473 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/fdformat"
44162024-08-26T23:58:58.264Z[ recovery-image] Aug 26 23:58:56.473 INFO O| Aug 26 23:58:56.473 INFO STEP 181 (remove_files) COMPLETE
44172024-08-26T23:58:58.265Z[ recovery-image] Aug 26 23:58:56.473 INFO O| Aug 26 23:58:56.473 INFO STEP 182: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44182024-08-26T23:58:58.269Z[ recovery-image] Aug 26 23:58:56.483 INFO O| Aug 26 23:58:56.483 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/fg"
44192024-08-26T23:58:58.269Z[ recovery-image] Aug 26 23:58:56.483 INFO O| Aug 26 23:58:56.483 INFO STEP 182 (remove_files) COMPLETE
44202024-08-26T23:58:58.269Z[ recovery-image] Aug 26 23:58:56.483 INFO O| Aug 26 23:58:56.483 INFO STEP 183: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44212024-08-26T23:58:58.269Z[ recovery-image] Aug 26 23:58:56.492 INFO O| Aug 26 23:58:56.492 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/fgrep"
44222024-08-26T23:58:58.269Z[ recovery-image] Aug 26 23:58:56.493 INFO O| Aug 26 23:58:56.493 INFO STEP 183 (remove_files) COMPLETE
44232024-08-26T23:58:58.269Z[ recovery-image] Aug 26 23:58:56.493 INFO O| Aug 26 23:58:56.493 INFO STEP 184: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44242024-08-26T23:58:58.269Z[ recovery-image] Aug 26 23:58:56.503 INFO O| Aug 26 23:58:56.503 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/file"
44252024-08-26T23:58:58.269Z[ recovery-image] Aug 26 23:58:56.503 INFO O| Aug 26 23:58:56.503 INFO STEP 184 (remove_files) COMPLETE
44262024-08-26T23:58:58.269Z[ recovery-image] Aug 26 23:58:56.503 INFO O| Aug 26 23:58:56.503 INFO STEP 185: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44272024-08-26T23:58:58.269Z[ recovery-image] Aug 26 23:58:56.514 INFO O| Aug 26 23:58:56.514 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/fixproc"
44282024-08-26T23:58:58.269Z[ recovery-image] Aug 26 23:58:56.514 INFO O| Aug 26 23:58:56.514 INFO STEP 185 (remove_files) COMPLETE
44292024-08-26T23:58:58.269Z[ recovery-image] Aug 26 23:58:56.514 INFO O| Aug 26 23:58:56.514 INFO STEP 186: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44302024-08-26T23:58:58.269Z[ recovery-image] Aug 26 23:58:56.524 INFO O| Aug 26 23:58:56.524 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/fmt"
44312024-08-26T23:58:58.269Z[ recovery-image] Aug 26 23:58:56.524 INFO O| Aug 26 23:58:56.524 INFO STEP 186 (remove_files) COMPLETE
44322024-08-26T23:58:58.269Z[ recovery-image] Aug 26 23:58:56.524 INFO O| Aug 26 23:58:56.524 INFO STEP 187: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44332024-08-26T23:58:58.269Z[ recovery-image] Aug 26 23:58:56.534 INFO O| Aug 26 23:58:56.534 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/fmtmsg"
44342024-08-26T23:58:58.269Z[ recovery-image] Aug 26 23:58:56.534 INFO O| Aug 26 23:58:56.534 INFO STEP 187 (remove_files) COMPLETE
44352024-08-26T23:58:58.269Z[ recovery-image] Aug 26 23:58:56.534 INFO O| Aug 26 23:58:56.534 INFO STEP 188: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44362024-08-26T23:58:58.269Z[ recovery-image] Aug 26 23:58:56.544 INFO O| Aug 26 23:58:56.544 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/fold"
44372024-08-26T23:58:58.269Z[ recovery-image] Aug 26 23:58:56.544 INFO O| Aug 26 23:58:56.544 INFO STEP 188 (remove_files) COMPLETE
44382024-08-26T23:58:58.269Z[ recovery-image] Aug 26 23:58:56.544 INFO O| Aug 26 23:58:56.544 INFO STEP 189: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44392024-08-26T23:58:58.269Z[ recovery-image] Aug 26 23:58:56.554 INFO O| Aug 26 23:58:56.554 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/fsstat"
44402024-08-26T23:58:58.269Z[ recovery-image] Aug 26 23:58:56.554 INFO O| Aug 26 23:58:56.554 INFO STEP 189 (remove_files) COMPLETE
44412024-08-26T23:58:58.269Z[ recovery-image] Aug 26 23:58:56.554 INFO O| Aug 26 23:58:56.554 INFO STEP 190: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44422024-08-26T23:58:58.269Z[ recovery-image] Aug 26 23:58:56.563 INFO O| Aug 26 23:58:56.563 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gclear"
44432024-08-26T23:58:58.269Z[ recovery-image] Aug 26 23:58:56.563 INFO O| Aug 26 23:58:56.563 INFO STEP 190 (remove_files) COMPLETE
44442024-08-26T23:58:58.269Z[ recovery-image] Aug 26 23:58:56.563 INFO O| Aug 26 23:58:56.563 INFO STEP 191: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44452024-08-26T23:58:58.269Z[ recovery-image] Aug 26 23:58:56.573 INFO O| Aug 26 23:58:56.573 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gcore"
44462024-08-26T23:58:58.269Z[ recovery-image] Aug 26 23:58:56.573 INFO O| Aug 26 23:58:56.573 INFO STEP 191 (remove_files) COMPLETE
44472024-08-26T23:58:58.269Z[ recovery-image] Aug 26 23:58:56.573 INFO O| Aug 26 23:58:56.573 INFO STEP 192: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44482024-08-26T23:58:58.269Z[ recovery-image] Aug 26 23:58:56.583 INFO O| Aug 26 23:58:56.583 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/geniconvtbl"
44492024-08-26T23:58:58.269Z[ recovery-image] Aug 26 23:58:56.583 INFO O| Aug 26 23:58:56.583 INFO STEP 192 (remove_files) COMPLETE
44502024-08-26T23:58:58.270Z[ recovery-image] Aug 26 23:58:56.583 INFO O| Aug 26 23:58:56.583 INFO STEP 193: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44512024-08-26T23:58:58.270Z[ recovery-image] Aug 26 23:58:56.593 INFO O| Aug 26 23:58:56.593 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/getconf"
44522024-08-26T23:58:58.270Z[ recovery-image] Aug 26 23:58:56.593 INFO O| Aug 26 23:58:56.593 INFO STEP 193 (remove_files) COMPLETE
44532024-08-26T23:58:58.270Z[ recovery-image] Aug 26 23:58:56.593 INFO O| Aug 26 23:58:56.593 INFO STEP 194: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44542024-08-26T23:58:58.270Z[ recovery-image] Aug 26 23:58:56.603 INFO O| Aug 26 23:58:56.602 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/getdev"
44552024-08-26T23:58:58.270Z[ recovery-image] Aug 26 23:58:56.603 INFO O| Aug 26 23:58:56.603 INFO STEP 194 (remove_files) COMPLETE
44562024-08-26T23:58:58.270Z[ recovery-image] Aug 26 23:58:56.603 INFO O| Aug 26 23:58:56.603 INFO STEP 195: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44572024-08-26T23:58:58.270Z[ recovery-image] Aug 26 23:58:56.612 INFO O| Aug 26 23:58:56.612 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/getdgrp"
44582024-08-26T23:58:58.270Z[ recovery-image] Aug 26 23:58:56.612 INFO O| Aug 26 23:58:56.612 INFO STEP 195 (remove_files) COMPLETE
44592024-08-26T23:58:58.270Z[ recovery-image] Aug 26 23:58:56.612 INFO O| Aug 26 23:58:56.612 INFO STEP 196: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44602024-08-26T23:58:58.270Z[ recovery-image] Aug 26 23:58:56.622 INFO O| Aug 26 23:58:56.622 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/getent"
44612024-08-26T23:58:58.270Z[ recovery-image] Aug 26 23:58:56.622 INFO O| Aug 26 23:58:56.622 INFO STEP 196 (remove_files) COMPLETE
44622024-08-26T23:58:58.270Z[ recovery-image] Aug 26 23:58:56.622 INFO O| Aug 26 23:58:56.622 INFO STEP 197: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44632024-08-26T23:58:58.270Z[ recovery-image] Aug 26 23:58:56.632 INFO O| Aug 26 23:58:56.632 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/getfacl"
44642024-08-26T23:58:58.270Z[ recovery-image] Aug 26 23:58:56.632 INFO O| Aug 26 23:58:56.632 INFO STEP 197 (remove_files) COMPLETE
44652024-08-26T23:58:58.270Z[ recovery-image] Aug 26 23:58:56.632 INFO O| Aug 26 23:58:56.632 INFO STEP 198: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44662024-08-26T23:58:58.270Z[ recovery-image] Aug 26 23:58:56.641 INFO O| Aug 26 23:58:56.641 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/getopt"
44672024-08-26T23:58:58.270Z[ recovery-image] Aug 26 23:58:56.641 INFO O| Aug 26 23:58:56.641 INFO STEP 198 (remove_files) COMPLETE
44682024-08-26T23:58:58.270Z[ recovery-image] Aug 26 23:58:56.641 INFO O| Aug 26 23:58:56.641 INFO STEP 199: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44692024-08-26T23:58:58.270Z[ recovery-image] Aug 26 23:58:56.651 INFO O| Aug 26 23:58:56.651 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/getopts"
44702024-08-26T23:58:58.270Z[ recovery-image] Aug 26 23:58:56.651 INFO O| Aug 26 23:58:56.651 INFO STEP 199 (remove_files) COMPLETE
44712024-08-26T23:58:58.270Z[ recovery-image] Aug 26 23:58:56.651 INFO O| Aug 26 23:58:56.651 INFO STEP 200: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44722024-08-26T23:58:58.270Z[ recovery-image] Aug 26 23:58:56.661 INFO O| Aug 26 23:58:56.661 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gettext"
44732024-08-26T23:58:58.270Z[ recovery-image] Aug 26 23:58:56.661 INFO O| Aug 26 23:58:56.661 INFO STEP 200 (remove_files) COMPLETE
44742024-08-26T23:58:58.270Z[ recovery-image] Aug 26 23:58:56.661 INFO O| Aug 26 23:58:56.661 INFO STEP 201: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44752024-08-26T23:58:58.270Z[ recovery-image] Aug 26 23:58:56.671 INFO O| Aug 26 23:58:56.670 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/getvol"
44762024-08-26T23:58:58.270Z[ recovery-image] Aug 26 23:58:56.671 INFO O| Aug 26 23:58:56.671 INFO STEP 201 (remove_files) COMPLETE
44772024-08-26T23:58:58.270Z[ recovery-image] Aug 26 23:58:56.671 INFO O| Aug 26 23:58:56.671 INFO STEP 202: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44782024-08-26T23:58:58.270Z[ host-image] Aug 26 23:58:56.671 INFO O| Aug 26 23:58:56.671 INFO O| Done
44792024-08-26T23:58:58.270Z[ host-image] Aug 26 23:58:56.671 INFO O| Aug 26 23:58:56.671 INFO O| Done
44802024-08-26T23:58:58.270Z[ recovery-image] Aug 26 23:58:56.680 INFO O| Aug 26 23:58:56.680 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ginfocmp"
44812024-08-26T23:58:58.270Z[ recovery-image] Aug 26 23:58:56.681 INFO O| Aug 26 23:58:56.681 INFO STEP 202 (remove_files) COMPLETE
44822024-08-26T23:58:58.270Z[ recovery-image] Aug 26 23:58:56.681 INFO O| Aug 26 23:58:56.681 INFO STEP 203: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44832024-08-26T23:58:58.270Z[ recovery-image] Aug 26 23:58:56.690 INFO O| Aug 26 23:58:56.690 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/groups"
44842024-08-26T23:58:58.270Z[ recovery-image] Aug 26 23:58:56.690 INFO O| Aug 26 23:58:56.690 INFO STEP 203 (remove_files) COMPLETE
44852024-08-26T23:58:58.270Z[ recovery-image] Aug 26 23:58:56.690 INFO O| Aug 26 23:58:56.690 INFO STEP 204: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44862024-08-26T23:58:58.270Z[ recovery-image] Aug 26 23:58:56.700 INFO O| Aug 26 23:58:56.700 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gtabs"
44872024-08-26T23:58:58.270Z[ recovery-image] Aug 26 23:58:56.700 INFO O| Aug 26 23:58:56.700 INFO STEP 204 (remove_files) COMPLETE
44882024-08-26T23:58:58.270Z[ recovery-image] Aug 26 23:58:56.700 INFO O| Aug 26 23:58:56.700 INFO STEP 205: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44892024-08-26T23:58:58.271Z[ recovery-image] Aug 26 23:58:56.710 INFO O| Aug 26 23:58:56.710 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gtic"
44902024-08-26T23:58:58.271Z[ recovery-image] Aug 26 23:58:56.710 INFO O| Aug 26 23:58:56.710 INFO STEP 205 (remove_files) COMPLETE
44912024-08-26T23:58:58.271Z[ recovery-image] Aug 26 23:58:56.710 INFO O| Aug 26 23:58:56.710 INFO STEP 206: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44922024-08-26T23:58:58.271Z[ recovery-image] Aug 26 23:58:56.720 INFO O| Aug 26 23:58:56.720 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gtoe"
44932024-08-26T23:58:58.271Z[ recovery-image] Aug 26 23:58:56.720 INFO O| Aug 26 23:58:56.720 INFO STEP 206 (remove_files) COMPLETE
44942024-08-26T23:58:58.271Z[ recovery-image] Aug 26 23:58:56.720 INFO O| Aug 26 23:58:56.720 INFO STEP 207: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44952024-08-26T23:58:58.271Z[ recovery-image] Aug 26 23:58:56.730 INFO O| Aug 26 23:58:56.730 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gtput"
44962024-08-26T23:58:58.271Z[ recovery-image] Aug 26 23:58:56.730 INFO O| Aug 26 23:58:56.730 INFO STEP 207 (remove_files) COMPLETE
44972024-08-26T23:58:58.271Z[ recovery-image] Aug 26 23:58:56.730 INFO O| Aug 26 23:58:56.730 INFO STEP 208: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44982024-08-26T23:58:58.271Z[ recovery-image] Aug 26 23:58:56.739 INFO O| Aug 26 23:58:56.739 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gtset"
44992024-08-26T23:58:58.271Z[ recovery-image] Aug 26 23:58:56.739 INFO O| Aug 26 23:58:56.739 INFO STEP 208 (remove_files) COMPLETE
45002024-08-26T23:58:58.271Z[ recovery-image] Aug 26 23:58:56.739 INFO O| Aug 26 23:58:56.739 INFO STEP 209: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45012024-08-26T23:58:58.271Z[ recovery-image] Aug 26 23:58:56.750 INFO O| Aug 26 23:58:56.750 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gunzip"
45022024-08-26T23:58:58.271Z[ recovery-image] Aug 26 23:58:56.751 INFO O| Aug 26 23:58:56.751 INFO STEP 209 (remove_files) COMPLETE
45032024-08-26T23:58:58.271Z[ recovery-image] Aug 26 23:58:56.751 INFO O| Aug 26 23:58:56.751 INFO STEP 210: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45042024-08-26T23:58:58.271Z[ recovery-image] Aug 26 23:58:56.766 INFO O| Aug 26 23:58:56.766 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gzcat"
45052024-08-26T23:58:58.271Z[ recovery-image] Aug 26 23:58:56.766 INFO O| Aug 26 23:58:56.766 INFO STEP 210 (remove_files) COMPLETE
45062024-08-26T23:58:58.271Z[ recovery-image] Aug 26 23:58:56.766 INFO O| Aug 26 23:58:56.766 INFO STEP 211: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45072024-08-26T23:58:58.271Z[ recovery-image] Aug 26 23:58:56.780 INFO O| Aug 26 23:58:56.779 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gzcmp"
45082024-08-26T23:58:58.271Z[ recovery-image] Aug 26 23:58:56.780 INFO O| Aug 26 23:58:56.780 INFO STEP 211 (remove_files) COMPLETE
45092024-08-26T23:58:58.271Z[ recovery-image] Aug 26 23:58:56.780 INFO O| Aug 26 23:58:56.780 INFO STEP 212: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45102024-08-26T23:58:58.271Z[ recovery-image] Aug 26 23:58:56.789 INFO O| Aug 26 23:58:56.789 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gzdiff"
45112024-08-26T23:58:58.271Z[ recovery-image] Aug 26 23:58:56.789 INFO O| Aug 26 23:58:56.789 INFO STEP 212 (remove_files) COMPLETE
45122024-08-26T23:58:58.271Z[ recovery-image] Aug 26 23:58:56.789 INFO O| Aug 26 23:58:56.789 INFO STEP 213: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45132024-08-26T23:58:58.271Z[ recovery-image] Aug 26 23:58:56.799 INFO O| Aug 26 23:58:56.799 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gzegrep"
45142024-08-26T23:58:58.271Z[ recovery-image] Aug 26 23:58:56.799 INFO O| Aug 26 23:58:56.799 INFO STEP 213 (remove_files) COMPLETE
45152024-08-26T23:58:58.271Z[ recovery-image] Aug 26 23:58:56.799 INFO O| Aug 26 23:58:56.799 INFO STEP 214: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45162024-08-26T23:58:58.271Z[ recovery-image] Aug 26 23:58:56.808 INFO O| Aug 26 23:58:56.808 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gzexe"
45172024-08-26T23:58:58.271Z[ recovery-image] Aug 26 23:58:56.808 INFO O| Aug 26 23:58:56.808 INFO STEP 214 (remove_files) COMPLETE
45182024-08-26T23:58:58.275Z[ recovery-image] Aug 26 23:58:56.808 INFO O| Aug 26 23:58:56.808 INFO STEP 215: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45192024-08-26T23:58:58.275Z[ recovery-image] Aug 26 23:58:56.818 INFO O| Aug 26 23:58:56.818 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gzfgrep"
45202024-08-26T23:58:58.275Z[ recovery-image] Aug 26 23:58:56.818 INFO O| Aug 26 23:58:56.818 INFO STEP 215 (remove_files) COMPLETE
45212024-08-26T23:58:58.275Z[ recovery-image] Aug 26 23:58:56.818 INFO O| Aug 26 23:58:56.818 INFO STEP 216: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45222024-08-26T23:58:58.275Z[ recovery-image] Aug 26 23:58:56.827 INFO O| Aug 26 23:58:56.827 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gzforce"
45232024-08-26T23:58:58.275Z[ recovery-image] Aug 26 23:58:56.827 INFO O| Aug 26 23:58:56.827 INFO STEP 216 (remove_files) COMPLETE
45242024-08-26T23:58:58.275Z[ recovery-image] Aug 26 23:58:56.827 INFO O| Aug 26 23:58:56.827 INFO STEP 217: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45252024-08-26T23:58:58.275Z[ recovery-image] Aug 26 23:58:56.837 INFO O| Aug 26 23:58:56.837 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gzgrep"
45262024-08-26T23:58:58.275Z[ recovery-image] Aug 26 23:58:56.837 INFO O| Aug 26 23:58:56.837 INFO STEP 217 (remove_files) COMPLETE
45272024-08-26T23:58:58.275Z[ recovery-image] Aug 26 23:58:56.837 INFO O| Aug 26 23:58:56.837 INFO STEP 218: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45282024-08-26T23:58:58.275Z[ recovery-image] Aug 26 23:58:56.847 INFO O| Aug 26 23:58:56.846 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gzip"
45292024-08-26T23:58:58.275Z[ recovery-image] Aug 26 23:58:56.847 INFO O| Aug 26 23:58:56.847 INFO STEP 218 (remove_files) COMPLETE
45302024-08-26T23:58:58.275Z[ recovery-image] Aug 26 23:58:56.847 INFO O| Aug 26 23:58:56.847 INFO STEP 219: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45312024-08-26T23:58:58.276Z[ recovery-image] Aug 26 23:58:56.856 INFO O| Aug 26 23:58:56.856 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gzless"
45322024-08-26T23:58:58.276Z[ recovery-image] Aug 26 23:58:56.856 INFO O| Aug 26 23:58:56.856 INFO STEP 219 (remove_files) COMPLETE
45332024-08-26T23:58:58.276Z[ recovery-image] Aug 26 23:58:56.856 INFO O| Aug 26 23:58:56.856 INFO STEP 220: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45342024-08-26T23:58:58.276Z[ recovery-image] Aug 26 23:58:56.866 INFO O| Aug 26 23:58:56.866 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gzmore"
45352024-08-26T23:58:58.276Z[ recovery-image] Aug 26 23:58:56.866 INFO O| Aug 26 23:58:56.866 INFO STEP 220 (remove_files) COMPLETE
45362024-08-26T23:58:58.276Z[ recovery-image] Aug 26 23:58:56.866 INFO O| Aug 26 23:58:56.866 INFO STEP 221: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45372024-08-26T23:58:58.276Z[ recovery-image] Aug 26 23:58:56.875 INFO O| Aug 26 23:58:56.875 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gznew"
45382024-08-26T23:58:58.276Z[ recovery-image] Aug 26 23:58:56.876 INFO O| Aug 26 23:58:56.875 INFO STEP 221 (remove_files) COMPLETE
45392024-08-26T23:58:58.276Z[ recovery-image] Aug 26 23:58:56.876 INFO O| Aug 26 23:58:56.875 INFO STEP 222: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45402024-08-26T23:58:58.276Z[ recovery-image] Aug 26 23:58:56.885 INFO O| Aug 26 23:58:56.885 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/hash"
45412024-08-26T23:58:58.276Z[ recovery-image] Aug 26 23:58:56.885 INFO O| Aug 26 23:58:56.885 INFO STEP 222 (remove_files) COMPLETE
45422024-08-26T23:58:58.276Z[ recovery-image] Aug 26 23:58:56.885 INFO O| Aug 26 23:58:56.885 INFO STEP 223: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45432024-08-26T23:58:58.276Z[ recovery-image] Aug 26 23:58:56.895 INFO O| Aug 26 23:58:56.895 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/hostid"
45442024-08-26T23:58:58.276Z[ recovery-image] Aug 26 23:58:56.895 INFO O| Aug 26 23:58:56.895 INFO STEP 223 (remove_files) COMPLETE
45452024-08-26T23:58:58.276Z[ recovery-image] Aug 26 23:58:56.895 INFO O| Aug 26 23:58:56.895 INFO STEP 224: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45462024-08-26T23:58:58.276Z[ recovery-image] Aug 26 23:58:56.904 INFO O| Aug 26 23:58:56.904 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/hostname"
45472024-08-26T23:58:58.276Z[ recovery-image] Aug 26 23:58:56.904 INFO O| Aug 26 23:58:56.904 INFO STEP 224 (remove_files) COMPLETE
45482024-08-26T23:58:58.276Z[ recovery-image] Aug 26 23:58:56.904 INFO O| Aug 26 23:58:56.904 INFO STEP 225: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45492024-08-26T23:58:58.276Z[ recovery-image] Aug 26 23:58:56.914 INFO O| Aug 26 23:58:56.914 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/i86/adb"
45502024-08-26T23:58:58.276Z[ recovery-image] Aug 26 23:58:56.914 INFO O| Aug 26 23:58:56.914 INFO STEP 225 (remove_files) COMPLETE
45512024-08-26T23:58:58.276Z[ recovery-image] Aug 26 23:58:56.914 INFO O| Aug 26 23:58:56.914 INFO STEP 226: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45522024-08-26T23:58:58.276Z[ recovery-image] Aug 26 23:58:56.923 INFO O| Aug 26 23:58:56.923 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/i86/amt"
45532024-08-26T23:58:58.276Z[ recovery-image] Aug 26 23:58:56.923 INFO O| Aug 26 23:58:56.923 INFO STEP 226 (remove_files) COMPLETE
45542024-08-26T23:58:58.276Z[ recovery-image] Aug 26 23:58:56.923 INFO O| Aug 26 23:58:56.923 INFO STEP 227: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45552024-08-26T23:58:58.276Z[ recovery-image] Aug 26 23:58:56.933 INFO O| Aug 26 23:58:56.933 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/i86/ksh"
45562024-08-26T23:58:58.276Z[ recovery-image] Aug 26 23:58:56.933 INFO O| Aug 26 23:58:56.933 INFO STEP 227 (remove_files) COMPLETE
45572024-08-26T23:58:58.276Z[ recovery-image] Aug 26 23:58:56.933 INFO O| Aug 26 23:58:56.933 INFO STEP 228: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45582024-08-26T23:58:58.276Z[ recovery-image] Aug 26 23:58:56.942 INFO O| Aug 26 23:58:56.942 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/i86/mdb"
45592024-08-26T23:58:58.276Z[ recovery-image] Aug 26 23:58:56.943 INFO O| Aug 26 23:58:56.942 INFO STEP 228 (remove_files) COMPLETE
45602024-08-26T23:58:58.276Z[ recovery-image] Aug 26 23:58:56.943 INFO O| Aug 26 23:58:56.943 INFO STEP 229: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45612024-08-26T23:58:58.276Z[ recovery-image] Aug 26 23:58:56.952 INFO O| Aug 26 23:58:56.952 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/i86/rksh"
45622024-08-26T23:58:58.276Z[ recovery-image] Aug 26 23:58:56.952 INFO O| Aug 26 23:58:56.952 INFO STEP 229 (remove_files) COMPLETE
45632024-08-26T23:58:58.276Z[ recovery-image] Aug 26 23:58:56.952 INFO O| Aug 26 23:58:56.952 INFO STEP 230: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45642024-08-26T23:58:58.276Z[ recovery-image] Aug 26 23:58:56.962 INFO O| Aug 26 23:58:56.962 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/i86/rksh93"
45652024-08-26T23:58:58.276Z[ recovery-image] Aug 26 23:58:56.962 INFO O| Aug 26 23:58:56.962 INFO STEP 230 (remove_files) COMPLETE
45662024-08-26T23:58:58.276Z[ recovery-image] Aug 26 23:58:56.962 INFO O| Aug 26 23:58:56.962 INFO STEP 231: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45672024-08-26T23:58:58.276Z[ recovery-image] Aug 26 23:58:56.971 INFO O| Aug 26 23:58:56.971 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/iconv"
45682024-08-26T23:58:58.276Z[ recovery-image] Aug 26 23:58:56.971 INFO O| Aug 26 23:58:56.971 INFO STEP 231 (remove_files) COMPLETE
45692024-08-26T23:58:58.276Z[ recovery-image] Aug 26 23:58:56.971 INFO O| Aug 26 23:58:56.971 INFO STEP 232: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45702024-08-26T23:58:58.277Z[ recovery-image] Aug 26 23:58:56.981 INFO O| Aug 26 23:58:56.981 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/id"
45712024-08-26T23:58:58.277Z[ recovery-image] Aug 26 23:58:56.981 INFO O| Aug 26 23:58:56.981 INFO STEP 232 (remove_files) COMPLETE
45722024-08-26T23:58:58.277Z[ recovery-image] Aug 26 23:58:56.981 INFO O| Aug 26 23:58:56.981 INFO STEP 233: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45732024-08-26T23:58:58.277Z[ recovery-image] Aug 26 23:58:56.990 INFO O| Aug 26 23:58:56.990 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/idn"
45742024-08-26T23:58:58.277Z[ recovery-image] Aug 26 23:58:56.990 INFO O| Aug 26 23:58:56.990 INFO STEP 233 (remove_files) COMPLETE
45752024-08-26T23:58:58.277Z[ recovery-image] Aug 26 23:58:56.991 INFO O| Aug 26 23:58:56.990 INFO STEP 234: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45762024-08-26T23:58:58.277Z[ recovery-image] Aug 26 23:58:57.000 INFO O| Aug 26 23:58:57.000 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/infocmp"
45772024-08-26T23:58:58.277Z[ recovery-image] Aug 26 23:58:57.001 INFO O| Aug 26 23:58:57.000 INFO STEP 234 (remove_files) COMPLETE
45782024-08-26T23:58:58.277Z[ recovery-image] Aug 26 23:58:57.001 INFO O| Aug 26 23:58:57.000 INFO STEP 235: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45792024-08-26T23:58:58.277Z[ recovery-image] Aug 26 23:58:57.010 INFO O| Aug 26 23:58:57.010 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/iostat"
45802024-08-26T23:58:58.277Z[ recovery-image] Aug 26 23:58:57.010 INFO O| Aug 26 23:58:57.010 INFO STEP 235 (remove_files) COMPLETE
45812024-08-26T23:58:58.277Z[ recovery-image] Aug 26 23:58:57.011 INFO O| Aug 26 23:58:57.010 INFO STEP 236: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45822024-08-26T23:58:58.277Z[ recovery-image] Aug 26 23:58:57.020 INFO O| Aug 26 23:58:57.020 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ipf-mod.pl"
45832024-08-26T23:58:58.277Z[ recovery-image] Aug 26 23:58:57.020 INFO O| Aug 26 23:58:57.020 INFO STEP 236 (remove_files) COMPLETE
45842024-08-26T23:58:58.277Z[ recovery-image] Aug 26 23:58:57.020 INFO O| Aug 26 23:58:57.020 INFO STEP 237: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45852024-08-26T23:58:58.277Z[ recovery-image] Aug 26 23:58:57.030 INFO O| Aug 26 23:58:57.030 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/isainfo"
45862024-08-26T23:58:58.277Z[ recovery-image] Aug 26 23:58:57.030 INFO O| Aug 26 23:58:57.030 INFO STEP 237 (remove_files) COMPLETE
45872024-08-26T23:58:58.277Z[ recovery-image] Aug 26 23:58:57.030 INFO O| Aug 26 23:58:57.030 INFO STEP 238: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45882024-08-26T23:58:58.277Z[ recovery-image] Aug 26 23:58:57.039 INFO O| Aug 26 23:58:57.039 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/isalist"
45892024-08-26T23:58:58.277Z[ recovery-image] Aug 26 23:58:57.039 INFO O| Aug 26 23:58:57.039 INFO STEP 238 (remove_files) COMPLETE
45902024-08-26T23:58:58.277Z[ recovery-image] Aug 26 23:58:57.039 INFO O| Aug 26 23:58:57.039 INFO STEP 239: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45912024-08-26T23:58:58.277Z[ recovery-image] Aug 26 23:58:57.049 INFO O| Aug 26 23:58:57.049 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/jobs"
45922024-08-26T23:58:58.277Z[ recovery-image] Aug 26 23:58:57.049 INFO O| Aug 26 23:58:57.049 INFO STEP 239 (remove_files) COMPLETE
45932024-08-26T23:58:58.277Z[ recovery-image] Aug 26 23:58:57.049 INFO O| Aug 26 23:58:57.049 INFO STEP 240: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45942024-08-26T23:58:58.277Z[ recovery-image] Aug 26 23:58:57.059 INFO O| Aug 26 23:58:57.058 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/join"
45952024-08-26T23:58:58.277Z[ recovery-image] Aug 26 23:58:57.059 INFO O| Aug 26 23:58:57.059 INFO STEP 240 (remove_files) COMPLETE
45962024-08-26T23:58:58.277Z[ recovery-image] Aug 26 23:58:57.059 INFO O| Aug 26 23:58:57.059 INFO STEP 241: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45972024-08-26T23:58:58.277Z[ recovery-image] Aug 26 23:58:57.068 INFO O| Aug 26 23:58:57.068 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/kbd"
45982024-08-26T23:58:58.277Z[ recovery-image] Aug 26 23:58:57.068 INFO O| Aug 26 23:58:57.068 INFO STEP 241 (remove_files) COMPLETE
45992024-08-26T23:58:58.277Z[ recovery-image] Aug 26 23:58:57.068 INFO O| Aug 26 23:58:57.068 INFO STEP 242: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46002024-08-26T23:58:58.277Z[ recovery-image] Aug 26 23:58:57.078 INFO O| Aug 26 23:58:57.078 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/kdestroy"
46012024-08-26T23:58:58.277Z[ recovery-image] Aug 26 23:58:57.078 INFO O| Aug 26 23:58:57.078 INFO STEP 242 (remove_files) COMPLETE
46022024-08-26T23:58:58.277Z[ recovery-image] Aug 26 23:58:57.078 INFO O| Aug 26 23:58:57.078 INFO STEP 243: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46032024-08-26T23:58:58.277Z[ recovery-image] Aug 26 23:58:57.087 INFO O| Aug 26 23:58:57.087 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/keylogin"
46042024-08-26T23:58:58.277Z[ recovery-image] Aug 26 23:58:57.087 INFO O| Aug 26 23:58:57.087 INFO STEP 243 (remove_files) COMPLETE
46052024-08-26T23:58:58.277Z[ recovery-image] Aug 26 23:58:57.087 INFO O| Aug 26 23:58:57.087 INFO STEP 244: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46062024-08-26T23:58:58.278Z[ recovery-image] Aug 26 23:58:57.097 INFO O| Aug 26 23:58:57.097 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/keylogout"
46072024-08-26T23:58:58.278Z[ recovery-image] Aug 26 23:58:57.097 INFO O| Aug 26 23:58:57.097 INFO STEP 244 (remove_files) COMPLETE
46082024-08-26T23:58:58.278Z[ recovery-image] Aug 26 23:58:57.097 INFO O| Aug 26 23:58:57.097 INFO STEP 245: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46092024-08-26T23:58:58.278Z[ recovery-image] Aug 26 23:58:57.106 INFO O| Aug 26 23:58:57.106 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/kill"
46102024-08-26T23:58:58.278Z[ recovery-image] Aug 26 23:58:57.106 INFO O| Aug 26 23:58:57.106 INFO STEP 245 (remove_files) COMPLETE
46112024-08-26T23:58:58.278Z[ recovery-image] Aug 26 23:58:57.106 INFO O| Aug 26 23:58:57.106 INFO STEP 246: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46122024-08-26T23:58:58.278Z[ recovery-image] Aug 26 23:58:57.116 INFO O| Aug 26 23:58:57.116 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/kinit"
46132024-08-26T23:58:58.278Z[ recovery-image] Aug 26 23:58:57.117 INFO O| Aug 26 23:58:57.117 INFO STEP 246 (remove_files) COMPLETE
46142024-08-26T23:58:58.278Z[ recovery-image] Aug 26 23:58:57.117 INFO O| Aug 26 23:58:57.117 INFO STEP 247: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46152024-08-26T23:58:58.278Z[ recovery-image] Aug 26 23:58:57.126 INFO O| Aug 26 23:58:57.126 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/klist"
46162024-08-26T23:58:58.278Z[ recovery-image] Aug 26 23:58:57.126 INFO O| Aug 26 23:58:57.126 INFO STEP 247 (remove_files) COMPLETE
46172024-08-26T23:58:58.278Z[ recovery-image] Aug 26 23:58:57.126 INFO O| Aug 26 23:58:57.126 INFO STEP 248: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46182024-08-26T23:58:58.281Z[ recovery-image] Aug 26 23:58:57.135 INFO O| Aug 26 23:58:57.135 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/kmfcfg"
46192024-08-26T23:58:58.281Z[ recovery-image] Aug 26 23:58:57.135 INFO O| Aug 26 23:58:57.135 INFO STEP 248 (remove_files) COMPLETE
46202024-08-26T23:58:58.281Z[ recovery-image] Aug 26 23:58:57.135 INFO O| Aug 26 23:58:57.135 INFO STEP 249: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46212024-08-26T23:58:58.281Z[ host-image] Aug 26 23:58:57.145 INFO O| Aug 26 23:58:57.145 INFO O| Done
46222024-08-26T23:58:58.281Z[ recovery-image] Aug 26 23:58:57.145 INFO O| Aug 26 23:58:57.145 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/kpasswd"
46232024-08-26T23:58:58.281Z[ recovery-image] Aug 26 23:58:57.145 INFO O| Aug 26 23:58:57.145 INFO STEP 249 (remove_files) COMPLETE
46242024-08-26T23:58:58.281Z[ recovery-image] Aug 26 23:58:57.145 INFO O| Aug 26 23:58:57.145 INFO STEP 250: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46252024-08-26T23:58:58.281Z[ recovery-image] Aug 26 23:58:57.155 INFO O| Aug 26 23:58:57.154 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/krb5-config"
46262024-08-26T23:58:58.281Z[ recovery-image] Aug 26 23:58:57.155 INFO O| Aug 26 23:58:57.155 INFO STEP 250 (remove_files) COMPLETE
46272024-08-26T23:58:58.281Z[ recovery-image] Aug 26 23:58:57.155 INFO O| Aug 26 23:58:57.155 INFO STEP 251: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46282024-08-26T23:58:58.281Z[ recovery-image] Aug 26 23:58:57.164 INFO O| Aug 26 23:58:57.164 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ksh93"
46292024-08-26T23:58:58.281Z[ recovery-image] Aug 26 23:58:57.164 INFO O| Aug 26 23:58:57.164 INFO STEP 251 (remove_files) COMPLETE
46302024-08-26T23:58:58.281Z[ recovery-image] Aug 26 23:58:57.164 INFO O| Aug 26 23:58:57.164 INFO STEP 252: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46312024-08-26T23:58:58.281Z[ recovery-image] Aug 26 23:58:57.174 INFO O| Aug 26 23:58:57.174 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ktutil"
46322024-08-26T23:58:58.281Z[ recovery-image] Aug 26 23:58:57.174 INFO O| Aug 26 23:58:57.174 INFO STEP 252 (remove_files) COMPLETE
46332024-08-26T23:58:58.281Z[ recovery-image] Aug 26 23:58:57.174 INFO O| Aug 26 23:58:57.174 INFO STEP 253: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46342024-08-26T23:58:58.284Z[ recovery-image] Aug 26 23:58:57.184 INFO O| Aug 26 23:58:57.184 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/kvmstat"
46352024-08-26T23:58:58.284Z[ recovery-image] Aug 26 23:58:57.185 INFO O| Aug 26 23:58:57.185 INFO STEP 253 (remove_files) COMPLETE
46362024-08-26T23:58:58.287Z[ recovery-image] Aug 26 23:58:57.185 INFO O| Aug 26 23:58:57.185 INFO STEP 254: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46372024-08-26T23:58:58.294Z[ recovery-image] Aug 26 23:58:57.194 INFO O| Aug 26 23:58:57.194 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/last"
46382024-08-26T23:58:58.294Z[ recovery-image] Aug 26 23:58:57.194 INFO O| Aug 26 23:58:57.194 INFO STEP 254 (remove_files) COMPLETE
46392024-08-26T23:58:58.296Z[ recovery-image] Aug 26 23:58:57.194 INFO O| Aug 26 23:58:57.194 INFO STEP 255: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46402024-08-26T23:58:58.304Z[ recovery-image] Aug 26 23:58:57.204 INFO O| Aug 26 23:58:57.204 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/lastcomm"
46412024-08-26T23:58:58.307Z[ recovery-image] Aug 26 23:58:57.204 INFO O| Aug 26 23:58:57.204 INFO STEP 255 (remove_files) COMPLETE
46422024-08-26T23:58:58.307Z[ recovery-image] Aug 26 23:58:57.204 INFO O| Aug 26 23:58:57.204 INFO STEP 256: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46432024-08-26T23:58:58.315Z[ recovery-image] Aug 26 23:58:57.214 INFO O| Aug 26 23:58:57.214 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ld"
46442024-08-26T23:58:58.320Z[ recovery-image] Aug 26 23:58:57.214 INFO O| Aug 26 23:58:57.214 INFO STEP 256 (remove_files) COMPLETE
46452024-08-26T23:58:58.320Z[ recovery-image] Aug 26 23:58:57.214 INFO O| Aug 26 23:58:57.214 INFO STEP 257: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46462024-08-26T23:58:58.323Z[ recovery-image] Aug 26 23:58:57.223 INFO O| Aug 26 23:58:57.223 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ldd"
46472024-08-26T23:58:58.323Z[ recovery-image] Aug 26 23:58:57.224 INFO O| Aug 26 23:58:57.224 INFO STEP 257 (remove_files) COMPLETE
46482024-08-26T23:58:58.323Z[ recovery-image] Aug 26 23:58:57.224 INFO O| Aug 26 23:58:57.224 INFO STEP 258: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46492024-08-26T23:58:58.333Z[ recovery-image] Aug 26 23:58:57.233 INFO O| Aug 26 23:58:57.233 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/less"
46502024-08-26T23:58:58.335Z[ recovery-image] Aug 26 23:58:57.234 INFO O| Aug 26 23:58:57.234 INFO STEP 258 (remove_files) COMPLETE
46512024-08-26T23:58:58.335Z[ recovery-image] Aug 26 23:58:57.234 INFO O| Aug 26 23:58:57.234 INFO STEP 259: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46522024-08-26T23:58:58.344Z[ recovery-image] Aug 26 23:58:57.244 INFO O| Aug 26 23:58:57.244 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/lessecho"
46532024-08-26T23:58:58.344Z[ recovery-image] Aug 26 23:58:57.244 INFO O| Aug 26 23:58:57.244 INFO STEP 259 (remove_files) COMPLETE
46542024-08-26T23:58:58.346Z[ recovery-image] Aug 26 23:58:57.244 INFO O| Aug 26 23:58:57.244 INFO STEP 260: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46552024-08-26T23:58:58.353Z[ recovery-image] Aug 26 23:58:57.253 INFO O| Aug 26 23:58:57.253 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/lesskey"
46562024-08-26T23:58:58.353Z[ recovery-image] Aug 26 23:58:57.254 INFO O| Aug 26 23:58:57.254 INFO STEP 260 (remove_files) COMPLETE
46572024-08-26T23:58:58.356Z[ recovery-image] Aug 26 23:58:57.254 INFO O| Aug 26 23:58:57.254 INFO STEP 261: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46582024-08-26T23:58:58.363Z[ recovery-image] Aug 26 23:58:57.263 INFO O| Aug 26 23:58:57.263 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/lgrpinfo"
46592024-08-26T23:58:58.366Z[ recovery-image] Aug 26 23:58:57.263 INFO O| Aug 26 23:58:57.263 INFO STEP 261 (remove_files) COMPLETE
46602024-08-26T23:58:58.366Z[ recovery-image] Aug 26 23:58:57.263 INFO O| Aug 26 23:58:57.263 INFO STEP 262: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46612024-08-26T23:58:58.373Z[ recovery-image] Aug 26 23:58:57.273 INFO O| Aug 26 23:58:57.273 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/line"
46622024-08-26T23:58:58.373Z[ recovery-image] Aug 26 23:58:57.273 INFO O| Aug 26 23:58:57.273 INFO STEP 262 (remove_files) COMPLETE
46632024-08-26T23:58:58.373Z[ recovery-image] Aug 26 23:58:57.273 INFO O| Aug 26 23:58:57.273 INFO STEP 263: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46642024-08-26T23:58:58.382Z[ recovery-image] Aug 26 23:58:57.282 INFO O| Aug 26 23:58:57.282 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/listdgrp"
46652024-08-26T23:58:58.385Z[ recovery-image] Aug 26 23:58:57.282 INFO O| Aug 26 23:58:57.282 INFO STEP 263 (remove_files) COMPLETE
46662024-08-26T23:58:58.385Z[ recovery-image] Aug 26 23:58:57.282 INFO O| Aug 26 23:58:57.282 INFO STEP 264: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46672024-08-26T23:58:58.392Z[ recovery-image] Aug 26 23:58:57.292 INFO O| Aug 26 23:58:57.292 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/listusers"
46682024-08-26T23:58:58.392Z[ recovery-image] Aug 26 23:58:57.292 INFO O| Aug 26 23:58:57.292 INFO STEP 264 (remove_files) COMPLETE
46692024-08-26T23:58:58.394Z[ recovery-image] Aug 26 23:58:57.292 INFO O| Aug 26 23:58:57.292 INFO STEP 265: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46702024-08-26T23:58:58.401Z[ recovery-image] Aug 26 23:58:57.301 INFO O| Aug 26 23:58:57.301 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/loadkeys"
46712024-08-26T23:58:58.401Z[ recovery-image] Aug 26 23:58:57.302 INFO O| Aug 26 23:58:57.301 INFO STEP 265 (remove_files) COMPLETE
46722024-08-26T23:58:58.401Z[ recovery-image] Aug 26 23:58:57.302 INFO O| Aug 26 23:58:57.302 INFO STEP 266: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46732024-08-26T23:58:58.411Z[ recovery-image] Aug 26 23:58:57.311 INFO O| Aug 26 23:58:57.311 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/logger"
46742024-08-26T23:58:58.411Z[ recovery-image] Aug 26 23:58:57.311 INFO O| Aug 26 23:58:57.311 INFO STEP 266 (remove_files) COMPLETE
46752024-08-26T23:58:58.411Z[ recovery-image] Aug 26 23:58:57.311 INFO O| Aug 26 23:58:57.311 INFO STEP 267: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46762024-08-26T23:58:58.420Z[ recovery-image] Aug 26 23:58:57.320 INFO O| Aug 26 23:58:57.320 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/logins"
46772024-08-26T23:58:58.420Z[ recovery-image] Aug 26 23:58:57.321 INFO O| Aug 26 23:58:57.321 INFO STEP 267 (remove_files) COMPLETE
46782024-08-26T23:58:58.423Z[ recovery-image] Aug 26 23:58:57.321 INFO O| Aug 26 23:58:57.321 INFO STEP 268: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46792024-08-26T23:58:58.431Z[ recovery-image] Aug 26 23:58:57.330 INFO O| Aug 26 23:58:57.330 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/logname"
46802024-08-26T23:58:58.433Z[ recovery-image] Aug 26 23:58:57.331 INFO O| Aug 26 23:58:57.331 INFO STEP 268 (remove_files) COMPLETE
46812024-08-26T23:58:58.433Z[ recovery-image] Aug 26 23:58:57.331 INFO O| Aug 26 23:58:57.331 INFO STEP 269: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46822024-08-26T23:58:58.440Z[ recovery-image] Aug 26 23:58:57.340 INFO O| Aug 26 23:58:57.340 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/look"
46832024-08-26T23:58:58.440Z[ recovery-image] Aug 26 23:58:57.340 INFO O| Aug 26 23:58:57.340 INFO STEP 269 (remove_files) COMPLETE
46842024-08-26T23:58:58.440Z[ recovery-image] Aug 26 23:58:57.340 INFO O| Aug 26 23:58:57.340 INFO STEP 270: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46852024-08-26T23:58:58.449Z[ recovery-image] Aug 26 23:58:57.350 INFO O| Aug 26 23:58:57.350 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/looker"
46862024-08-26T23:58:58.452Z[ recovery-image] Aug 26 23:58:57.350 INFO O| Aug 26 23:58:57.350 INFO STEP 270 (remove_files) COMPLETE
46872024-08-26T23:58:58.452Z[ recovery-image] Aug 26 23:58:57.350 INFO O| Aug 26 23:58:57.350 INFO STEP 271: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46882024-08-26T23:58:58.459Z[ recovery-image] Aug 26 23:58:57.359 INFO O| Aug 26 23:58:57.359 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/lz4"
46892024-08-26T23:58:58.462Z[ recovery-image] Aug 26 23:58:57.360 INFO O| Aug 26 23:58:57.360 INFO STEP 271 (remove_files) COMPLETE
46902024-08-26T23:58:58.462Z[ recovery-image] Aug 26 23:58:57.360 INFO O| Aug 26 23:58:57.360 INFO STEP 272: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46912024-08-26T23:58:58.469Z[ recovery-image] Aug 26 23:58:57.370 INFO O| Aug 26 23:58:57.369 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/lzmadec"
46922024-08-26T23:58:58.469Z[ recovery-image] Aug 26 23:58:57.370 INFO O| Aug 26 23:58:57.370 INFO STEP 272 (remove_files) COMPLETE
46932024-08-26T23:58:58.472Z[ recovery-image] Aug 26 23:58:57.370 INFO O| Aug 26 23:58:57.370 INFO STEP 273: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46942024-08-26T23:58:58.479Z[ recovery-image] Aug 26 23:58:57.379 INFO O| Aug 26 23:58:57.379 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/lzmainfo"
46952024-08-26T23:58:58.479Z[ recovery-image] Aug 26 23:58:57.379 INFO O| Aug 26 23:58:57.379 INFO STEP 273 (remove_files) COMPLETE
46962024-08-26T23:58:58.481Z[ recovery-image] Aug 26 23:58:57.379 INFO O| Aug 26 23:58:57.379 INFO STEP 274: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46972024-08-26T23:58:58.489Z[ recovery-image] Aug 26 23:58:57.389 INFO O| Aug 26 23:58:57.389 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/mac"
46982024-08-26T23:58:58.489Z[ recovery-image] Aug 26 23:58:57.390 INFO O| Aug 26 23:58:57.389 INFO STEP 274 (remove_files) COMPLETE
46992024-08-26T23:58:58.492Z[ recovery-image] Aug 26 23:58:57.390 INFO O| Aug 26 23:58:57.390 INFO STEP 275: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47002024-08-26T23:58:58.499Z[ recovery-image] Aug 26 23:58:57.399 INFO O| Aug 26 23:58:57.399 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/mach"
47012024-08-26T23:58:58.499Z[ recovery-image] Aug 26 23:58:57.399 INFO O| Aug 26 23:58:57.399 INFO STEP 275 (remove_files) COMPLETE
47022024-08-26T23:58:58.502Z[ recovery-image] Aug 26 23:58:57.400 INFO O| Aug 26 23:58:57.399 INFO STEP 276: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47032024-08-26T23:58:58.509Z[ recovery-image] Aug 26 23:58:57.409 INFO O| Aug 26 23:58:57.409 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/mailx"
47042024-08-26T23:58:58.511Z[ recovery-image] Aug 26 23:58:57.409 INFO O| Aug 26 23:58:57.409 INFO STEP 276 (remove_files) COMPLETE
47052024-08-26T23:58:58.511Z[ recovery-image] Aug 26 23:58:57.409 INFO O| Aug 26 23:58:57.409 INFO STEP 277: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47062024-08-26T23:58:58.518Z[ recovery-image] Aug 26 23:58:57.418 INFO O| Aug 26 23:58:57.418 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/makedev"
47072024-08-26T23:58:58.518Z[ recovery-image] Aug 26 23:58:57.419 INFO O| Aug 26 23:58:57.419 INFO STEP 277 (remove_files) COMPLETE
47082024-08-26T23:58:58.518Z[ recovery-image] Aug 26 23:58:57.419 INFO O| Aug 26 23:58:57.419 INFO STEP 278: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47092024-08-26T23:58:58.528Z[ recovery-image] Aug 26 23:58:57.428 INFO O| Aug 26 23:58:57.428 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/mdb"
47102024-08-26T23:58:58.530Z[ recovery-image] Aug 26 23:58:57.428 INFO O| Aug 26 23:58:57.428 INFO STEP 278 (remove_files) COMPLETE
47112024-08-26T23:58:58.530Z[ recovery-image] Aug 26 23:58:57.428 INFO O| Aug 26 23:58:57.428 INFO STEP 279: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47122024-08-26T23:58:58.539Z[ recovery-image] Aug 26 23:58:57.438 INFO O| Aug 26 23:58:57.438 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/mesg"
47132024-08-26T23:58:58.541Z[ recovery-image] Aug 26 23:58:57.438 INFO O| Aug 26 23:58:57.438 INFO STEP 279 (remove_files) COMPLETE
47142024-08-26T23:58:58.541Z[ recovery-image] Aug 26 23:58:57.438 INFO O| Aug 26 23:58:57.438 INFO STEP 280: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47152024-08-26T23:58:58.547Z[ recovery-image] Aug 26 23:58:57.447 INFO O| Aug 26 23:58:57.447 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/mib2c"
47162024-08-26T23:58:58.550Z[ recovery-image] Aug 26 23:58:57.448 INFO O| Aug 26 23:58:57.447 INFO STEP 280 (remove_files) COMPLETE
47172024-08-26T23:58:58.550Z[ recovery-image] Aug 26 23:58:57.448 INFO O| Aug 26 23:58:57.447 INFO STEP 281: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47182024-08-26T23:58:58.558Z[ recovery-image] Aug 26 23:58:57.457 INFO O| Aug 26 23:58:57.457 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/mib2c-update"
47192024-08-26T23:58:58.560Z[ recovery-image] Aug 26 23:58:57.457 INFO O| Aug 26 23:58:57.457 INFO STEP 281 (remove_files) COMPLETE
47202024-08-26T23:58:58.560Z[ recovery-image] Aug 26 23:58:57.457 INFO O| Aug 26 23:58:57.457 INFO STEP 282: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47212024-08-26T23:58:58.567Z[ recovery-image] Aug 26 23:58:57.467 INFO O| Aug 26 23:58:57.467 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/mkfifo"
47222024-08-26T23:58:58.567Z[ recovery-image] Aug 26 23:58:57.467 INFO O| Aug 26 23:58:57.467 INFO STEP 282 (remove_files) COMPLETE
47232024-08-26T23:58:58.569Z[ recovery-image] Aug 26 23:58:57.467 INFO O| Aug 26 23:58:57.467 INFO STEP 283: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47242024-08-26T23:58:58.577Z[ recovery-image] Aug 26 23:58:57.477 INFO O| Aug 26 23:58:57.477 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/mkpwdict"
47252024-08-26T23:58:58.577Z[ recovery-image] Aug 26 23:58:57.477 INFO O| Aug 26 23:58:57.477 INFO STEP 283 (remove_files) COMPLETE
47262024-08-26T23:58:58.580Z[ recovery-image] Aug 26 23:58:57.477 INFO O| Aug 26 23:58:57.477 INFO STEP 284: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47272024-08-26T23:58:58.586Z[ recovery-image] Aug 26 23:58:57.486 INFO O| Aug 26 23:58:57.486 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/moe"
47282024-08-26T23:58:58.586Z[ recovery-image] Aug 26 23:58:57.487 INFO O| Aug 26 23:58:57.487 INFO STEP 284 (remove_files) COMPLETE
47292024-08-26T23:58:58.589Z[ recovery-image] Aug 26 23:58:57.487 INFO O| Aug 26 23:58:57.487 INFO STEP 285: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47302024-08-26T23:58:58.596Z[ recovery-image] Aug 26 23:58:57.496 INFO O| Aug 26 23:58:57.496 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/mpstat"
47312024-08-26T23:58:58.598Z[ recovery-image] Aug 26 23:58:57.496 INFO O| Aug 26 23:58:57.496 INFO STEP 285 (remove_files) COMPLETE
47322024-08-26T23:58:58.598Z[ recovery-image] Aug 26 23:58:57.496 INFO O| Aug 26 23:58:57.496 INFO STEP 286: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47332024-08-26T23:58:58.606Z[ recovery-image] Aug 26 23:58:57.506 INFO O| Aug 26 23:58:57.506 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/mt"
47342024-08-26T23:58:58.606Z[ recovery-image] Aug 26 23:58:57.506 INFO O| Aug 26 23:58:57.506 INFO STEP 286 (remove_files) COMPLETE
47352024-08-26T23:58:58.609Z[ recovery-image] Aug 26 23:58:57.506 INFO O| Aug 26 23:58:57.506 INFO STEP 287: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47362024-08-26T23:58:58.616Z[ recovery-image] Aug 26 23:58:57.516 INFO O| Aug 26 23:58:57.516 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ncurses6-config"
47372024-08-26T23:58:58.618Z[ recovery-image] Aug 26 23:58:57.516 INFO O| Aug 26 23:58:57.516 INFO STEP 287 (remove_files) COMPLETE
47382024-08-26T23:58:58.618Z[ recovery-image] Aug 26 23:58:57.516 INFO O| Aug 26 23:58:57.516 INFO STEP 288: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47392024-08-26T23:58:58.626Z[ recovery-image] Aug 26 23:58:57.526 INFO O| Aug 26 23:58:57.526 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/net-snmp-cert"
47402024-08-26T23:58:58.626Z[ recovery-image] Aug 26 23:58:57.526 INFO O| Aug 26 23:58:57.526 INFO STEP 288 (remove_files) COMPLETE
47412024-08-26T23:58:58.628Z[ recovery-image] Aug 26 23:58:57.526 INFO O| Aug 26 23:58:57.526 INFO STEP 289: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47422024-08-26T23:58:58.635Z[ recovery-image] Aug 26 23:58:57.535 INFO O| Aug 26 23:58:57.535 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/net-snmp-config"
47432024-08-26T23:58:58.635Z[ recovery-image] Aug 26 23:58:57.536 INFO O| Aug 26 23:58:57.535 INFO STEP 289 (remove_files) COMPLETE
47442024-08-26T23:58:58.638Z[ recovery-image] Aug 26 23:58:57.536 INFO O| Aug 26 23:58:57.536 INFO STEP 290: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47452024-08-26T23:58:58.645Z[ recovery-image] Aug 26 23:58:57.545 INFO O| Aug 26 23:58:57.545 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/net-snmp-create-v3-user"
47462024-08-26T23:58:58.645Z[ recovery-image] Aug 26 23:58:57.545 INFO O| Aug 26 23:58:57.545 INFO STEP 290 (remove_files) COMPLETE
47472024-08-26T23:58:58.647Z[ recovery-image] Aug 26 23:58:57.545 INFO O| Aug 26 23:58:57.545 INFO STEP 291: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47482024-08-26T23:58:58.654Z[ recovery-image] Aug 26 23:58:57.555 INFO O| Aug 26 23:58:57.555 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/newform"
47492024-08-26T23:58:58.657Z[ recovery-image] Aug 26 23:58:57.555 INFO O| Aug 26 23:58:57.555 INFO STEP 291 (remove_files) COMPLETE
47502024-08-26T23:58:58.657Z[ recovery-image] Aug 26 23:58:57.555 INFO O| Aug 26 23:58:57.555 INFO STEP 292: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47512024-08-26T23:58:58.664Z[ recovery-image] Aug 26 23:58:57.564 INFO O| Aug 26 23:58:57.564 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/newgrp"
47522024-08-26T23:58:58.664Z[ recovery-image] Aug 26 23:58:57.564 INFO O| Aug 26 23:58:57.564 INFO STEP 292 (remove_files) COMPLETE
47532024-08-26T23:58:58.664Z[ recovery-image] Aug 26 23:58:57.564 INFO O| Aug 26 23:58:57.564 INFO STEP 293: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47542024-08-26T23:58:58.674Z[ recovery-image] Aug 26 23:58:57.574 INFO O| Aug 26 23:58:57.574 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/news"
47552024-08-26T23:58:58.674Z[ recovery-image] Aug 26 23:58:57.574 INFO O| Aug 26 23:58:57.574 INFO STEP 293 (remove_files) COMPLETE
47562024-08-26T23:58:58.674Z[ recovery-image] Aug 26 23:58:57.574 INFO O| Aug 26 23:58:57.574 INFO STEP 294: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47572024-08-26T23:58:58.683Z[ recovery-image] Aug 26 23:58:57.583 INFO O| Aug 26 23:58:57.583 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/newtask"
47582024-08-26T23:58:58.683Z[ recovery-image] Aug 26 23:58:57.583 INFO O| Aug 26 23:58:57.583 INFO STEP 294 (remove_files) COMPLETE
47592024-08-26T23:58:58.686Z[ recovery-image] Aug 26 23:58:57.583 INFO O| Aug 26 23:58:57.583 INFO STEP 295: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47602024-08-26T23:58:58.693Z[ recovery-image] Aug 26 23:58:57.593 INFO O| Aug 26 23:58:57.593 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/nice"
47612024-08-26T23:58:58.693Z[ recovery-image] Aug 26 23:58:57.593 INFO O| Aug 26 23:58:57.593 INFO STEP 295 (remove_files) COMPLETE
47622024-08-26T23:58:58.695Z[ recovery-image] Aug 26 23:58:57.593 INFO O| Aug 26 23:58:57.593 INFO STEP 296: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47632024-08-26T23:58:58.703Z[ recovery-image] Aug 26 23:58:57.603 INFO O| Aug 26 23:58:57.603 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/nl"
47642024-08-26T23:58:58.703Z[ recovery-image] Aug 26 23:58:57.603 INFO O| Aug 26 23:58:57.603 INFO STEP 296 (remove_files) COMPLETE
47652024-08-26T23:58:58.706Z[ recovery-image] Aug 26 23:58:57.603 INFO O| Aug 26 23:58:57.603 INFO STEP 297: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47662024-08-26T23:58:58.713Z[ recovery-image] Aug 26 23:58:57.613 INFO O| Aug 26 23:58:57.613 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/oawk"
47672024-08-26T23:58:58.716Z[ recovery-image] Aug 26 23:58:57.614 INFO O| Aug 26 23:58:57.614 INFO STEP 297 (remove_files) COMPLETE
47682024-08-26T23:58:58.716Z[ recovery-image] Aug 26 23:58:57.614 INFO O| Aug 26 23:58:57.614 INFO STEP 298: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47692024-08-26T23:58:58.724Z[ recovery-image] Aug 26 23:58:57.624 INFO O| Aug 26 23:58:57.623 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/od"
47702024-08-26T23:58:58.726Z[ recovery-image] Aug 26 23:58:57.624 INFO O| Aug 26 23:58:57.624 INFO STEP 298 (remove_files) COMPLETE
47712024-08-26T23:58:58.727Z[ recovery-image] Aug 26 23:58:57.624 INFO O| Aug 26 23:58:57.624 INFO STEP 299: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47722024-08-26T23:58:58.733Z[ recovery-image] Aug 26 23:58:57.633 INFO O| Aug 26 23:58:57.633 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/optisa"
47732024-08-26T23:58:58.733Z[ recovery-image] Aug 26 23:58:57.633 INFO O| Aug 26 23:58:57.633 INFO STEP 299 (remove_files) COMPLETE
47742024-08-26T23:58:58.735Z[ recovery-image] Aug 26 23:58:57.633 INFO O| Aug 26 23:58:57.633 INFO STEP 300: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47752024-08-26T23:58:58.743Z[ recovery-image] Aug 26 23:58:57.643 INFO O| Aug 26 23:58:57.643 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pack"
47762024-08-26T23:58:58.743Z[ recovery-image] Aug 26 23:58:57.643 INFO O| Aug 26 23:58:57.643 INFO STEP 300 (remove_files) COMPLETE
47772024-08-26T23:58:58.743Z[ recovery-image] Aug 26 23:58:57.643 INFO O| Aug 26 23:58:57.643 INFO STEP 301: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47782024-08-26T23:58:58.752Z[ recovery-image] Aug 26 23:58:57.652 INFO O| Aug 26 23:58:57.652 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/page"
47792024-08-26T23:58:58.752Z[ recovery-image] Aug 26 23:58:57.652 INFO O| Aug 26 23:58:57.652 INFO STEP 301 (remove_files) COMPLETE
47802024-08-26T23:58:58.752Z[ recovery-image] Aug 26 23:58:57.652 INFO O| Aug 26 23:58:57.652 INFO STEP 302: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47812024-08-26T23:58:58.762Z[ recovery-image] Aug 26 23:58:57.662 INFO O| Aug 26 23:58:57.662 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pagesize"
47822024-08-26T23:58:58.762Z[ recovery-image] Aug 26 23:58:57.662 INFO O| Aug 26 23:58:57.662 INFO STEP 302 (remove_files) COMPLETE
47832024-08-26T23:58:58.762Z[ recovery-image] Aug 26 23:58:57.662 INFO O| Aug 26 23:58:57.662 INFO STEP 303: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47842024-08-26T23:58:58.771Z[ recovery-image] Aug 26 23:58:57.672 INFO O| Aug 26 23:58:57.671 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pargs"
47852024-08-26T23:58:58.772Z[ recovery-image] Aug 26 23:58:57.672 INFO O| Aug 26 23:58:57.672 INFO STEP 303 (remove_files) COMPLETE
47862024-08-26T23:58:58.772Z[ recovery-image] Aug 26 23:58:57.672 INFO O| Aug 26 23:58:57.672 INFO STEP 304: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47872024-08-26T23:58:58.781Z[ recovery-image] Aug 26 23:58:57.681 INFO O| Aug 26 23:58:57.681 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/passwd"
47882024-08-26T23:58:58.785Z[ recovery-image] Aug 26 23:58:57.681 INFO O| Aug 26 23:58:57.681 INFO STEP 304 (remove_files) COMPLETE
47892024-08-26T23:58:58.785Z[ recovery-image] Aug 26 23:58:57.681 INFO O| Aug 26 23:58:57.681 INFO STEP 305: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47902024-08-26T23:58:58.791Z[ recovery-image] Aug 26 23:58:57.691 INFO O| Aug 26 23:58:57.691 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/paste"
47912024-08-26T23:58:58.791Z[ recovery-image] Aug 26 23:58:57.691 INFO O| Aug 26 23:58:57.691 INFO STEP 305 (remove_files) COMPLETE
47922024-08-26T23:58:58.791Z[ recovery-image] Aug 26 23:58:57.691 INFO O| Aug 26 23:58:57.691 INFO STEP 306: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47932024-08-26T23:58:58.801Z[ recovery-image] Aug 26 23:58:57.701 INFO O| Aug 26 23:58:57.701 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pathchk"
47942024-08-26T23:58:58.801Z[ recovery-image] Aug 26 23:58:57.701 INFO O| Aug 26 23:58:57.701 INFO STEP 306 (remove_files) COMPLETE
47952024-08-26T23:58:58.803Z[ recovery-image] Aug 26 23:58:57.701 INFO O| Aug 26 23:58:57.701 INFO STEP 307: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47962024-08-26T23:58:58.810Z[ recovery-image] Aug 26 23:58:57.710 INFO O| Aug 26 23:58:57.710 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pauxv"
47972024-08-26T23:58:58.810Z[ recovery-image] Aug 26 23:58:57.710 INFO O| Aug 26 23:58:57.710 INFO STEP 307 (remove_files) COMPLETE
47982024-08-26T23:58:58.810Z[ recovery-image] Aug 26 23:58:57.710 INFO O| Aug 26 23:58:57.710 INFO STEP 308: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47992024-08-26T23:58:58.820Z[ recovery-image] Aug 26 23:58:57.720 INFO O| Aug 26 23:58:57.720 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pax"
48002024-08-26T23:58:58.823Z[ recovery-image] Aug 26 23:58:57.720 INFO O| Aug 26 23:58:57.720 INFO STEP 308 (remove_files) COMPLETE
48012024-08-26T23:58:58.823Z[ recovery-image] Aug 26 23:58:57.720 INFO O| Aug 26 23:58:57.720 INFO STEP 309: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48022024-08-26T23:58:58.830Z[ recovery-image] Aug 26 23:58:57.730 INFO O| Aug 26 23:58:57.730 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pcap-config"
48032024-08-26T23:58:58.830Z[ recovery-image] Aug 26 23:58:57.730 INFO O| Aug 26 23:58:57.730 INFO STEP 309 (remove_files) COMPLETE
48042024-08-26T23:58:58.830Z[ recovery-image] Aug 26 23:58:57.730 INFO O| Aug 26 23:58:57.730 INFO STEP 310: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48052024-08-26T23:58:58.840Z[ recovery-image] Aug 26 23:58:57.740 INFO O| Aug 26 23:58:57.740 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pcre-config"
48062024-08-26T23:58:58.840Z[ recovery-image] Aug 26 23:58:57.740 INFO O| Aug 26 23:58:57.740 INFO STEP 310 (remove_files) COMPLETE
48072024-08-26T23:58:58.843Z[ recovery-image] Aug 26 23:58:57.740 INFO O| Aug 26 23:58:57.740 INFO STEP 311: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48082024-08-26T23:58:58.850Z[ recovery-image] Aug 26 23:58:57.750 INFO O| Aug 26 23:58:57.750 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pcre2-config"
48092024-08-26T23:58:58.850Z[ recovery-image] Aug 26 23:58:57.750 INFO O| Aug 26 23:58:57.750 INFO STEP 311 (remove_files) COMPLETE
48102024-08-26T23:58:58.850Z[ recovery-image] Aug 26 23:58:57.750 INFO O| Aug 26 23:58:57.750 INFO STEP 312: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48112024-08-26T23:58:58.860Z[ recovery-image] Aug 26 23:58:57.760 INFO O| Aug 26 23:58:57.760 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pcre2grep"
48122024-08-26T23:58:58.862Z[ recovery-image] Aug 26 23:58:57.760 INFO O| Aug 26 23:58:57.760 INFO STEP 312 (remove_files) COMPLETE
48132024-08-26T23:58:58.862Z[ recovery-image] Aug 26 23:58:57.760 INFO O| Aug 26 23:58:57.760 INFO STEP 313: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48142024-08-26T23:58:58.869Z[ recovery-image] Aug 26 23:58:57.769 INFO O| Aug 26 23:58:57.769 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pcre2test"
48152024-08-26T23:58:58.870Z[ recovery-image] Aug 26 23:58:57.770 INFO O| Aug 26 23:58:57.769 INFO STEP 313 (remove_files) COMPLETE
48162024-08-26T23:58:58.872Z[ recovery-image] Aug 26 23:58:57.770 INFO O| Aug 26 23:58:57.770 INFO STEP 314: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48172024-08-26T23:58:58.879Z[ recovery-image] Aug 26 23:58:57.779 INFO O| Aug 26 23:58:57.779 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pcred"
48182024-08-26T23:58:58.881Z[ recovery-image] Aug 26 23:58:57.779 INFO O| Aug 26 23:58:57.779 INFO STEP 314 (remove_files) COMPLETE
48192024-08-26T23:58:58.881Z[ recovery-image] Aug 26 23:58:57.779 INFO O| Aug 26 23:58:57.779 INFO STEP 315: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48202024-08-26T23:58:58.888Z[ recovery-image] Aug 26 23:58:57.789 INFO O| Aug 26 23:58:57.789 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pcregrep"
48212024-08-26T23:58:58.888Z[ recovery-image] Aug 26 23:58:57.789 INFO O| Aug 26 23:58:57.789 INFO STEP 315 (remove_files) COMPLETE
48222024-08-26T23:58:58.891Z[ recovery-image] Aug 26 23:58:57.789 INFO O| Aug 26 23:58:57.789 INFO STEP 316: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48232024-08-26T23:58:58.898Z[ recovery-image] Aug 26 23:58:57.798 INFO O| Aug 26 23:58:57.798 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pcretest"
48242024-08-26T23:58:58.898Z[ recovery-image] Aug 26 23:58:57.798 INFO O| Aug 26 23:58:57.798 INFO STEP 316 (remove_files) COMPLETE
48252024-08-26T23:58:58.898Z[ recovery-image] Aug 26 23:58:57.798 INFO O| Aug 26 23:58:57.798 INFO STEP 317: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48262024-08-26T23:58:58.908Z[ recovery-image] Aug 26 23:58:57.808 INFO O| Aug 26 23:58:57.808 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/penv"
48272024-08-26T23:58:58.911Z[ recovery-image] Aug 26 23:58:57.808 INFO O| Aug 26 23:58:57.808 INFO STEP 317 (remove_files) COMPLETE
48282024-08-26T23:58:58.911Z[ recovery-image] Aug 26 23:58:57.808 INFO O| Aug 26 23:58:57.808 INFO STEP 318: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48292024-08-26T23:58:58.917Z[ recovery-image] Aug 26 23:58:57.818 INFO O| Aug 26 23:58:57.818 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pfbash"
48302024-08-26T23:58:58.917Z[ recovery-image] Aug 26 23:58:57.818 INFO O| Aug 26 23:58:57.818 INFO STEP 318 (remove_files) COMPLETE
48312024-08-26T23:58:58.918Z[ recovery-image] Aug 26 23:58:57.818 INFO O| Aug 26 23:58:57.818 INFO STEP 319: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48322024-08-26T23:58:58.927Z[ recovery-image] Aug 26 23:58:57.827 INFO O| Aug 26 23:58:57.827 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pfcsh"
48332024-08-26T23:58:58.927Z[ recovery-image] Aug 26 23:58:57.827 INFO O| Aug 26 23:58:57.827 INFO STEP 319 (remove_files) COMPLETE
48342024-08-26T23:58:58.927Z[ recovery-image] Aug 26 23:58:57.827 INFO O| Aug 26 23:58:57.827 INFO STEP 320: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48352024-08-26T23:58:58.937Z[ recovery-image] Aug 26 23:58:57.837 INFO O| Aug 26 23:58:57.837 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pfiles"
48362024-08-26T23:58:58.940Z[ recovery-image] Aug 26 23:58:57.837 INFO O| Aug 26 23:58:57.837 INFO STEP 320 (remove_files) COMPLETE
48372024-08-26T23:58:58.940Z[ recovery-image] Aug 26 23:58:57.837 INFO O| Aug 26 23:58:57.837 INFO STEP 321: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48382024-08-26T23:58:58.946Z[ recovery-image] Aug 26 23:58:57.846 INFO O| Aug 26 23:58:57.846 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pfksh"
48392024-08-26T23:58:58.946Z[ recovery-image] Aug 26 23:58:57.846 INFO O| Aug 26 23:58:57.846 INFO STEP 321 (remove_files) COMPLETE
48402024-08-26T23:58:58.946Z[ recovery-image] Aug 26 23:58:57.846 INFO O| Aug 26 23:58:57.846 INFO STEP 322: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48412024-08-26T23:58:58.956Z[ recovery-image] Aug 26 23:58:57.856 INFO O| Aug 26 23:58:57.856 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pfksh93"
48422024-08-26T23:58:58.956Z[ recovery-image] Aug 26 23:58:57.856 INFO O| Aug 26 23:58:57.856 INFO STEP 322 (remove_files) COMPLETE
48432024-08-26T23:58:58.958Z[ recovery-image] Aug 26 23:58:57.856 INFO O| Aug 26 23:58:57.856 INFO STEP 323: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48442024-08-26T23:58:58.965Z[ recovery-image] Aug 26 23:58:57.865 INFO O| Aug 26 23:58:57.865 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pflags"
48452024-08-26T23:58:58.968Z[ recovery-image] Aug 26 23:58:57.865 INFO O| Aug 26 23:58:57.865 INFO STEP 323 (remove_files) COMPLETE
48462024-08-26T23:58:58.968Z[ recovery-image] Aug 26 23:58:57.865 INFO O| Aug 26 23:58:57.865 INFO STEP 324: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48472024-08-26T23:58:58.976Z[ recovery-image] Aug 26 23:58:57.875 INFO O| Aug 26 23:58:57.875 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pfrksh"
48482024-08-26T23:58:58.976Z[ recovery-image] Aug 26 23:58:57.875 INFO O| Aug 26 23:58:57.875 INFO STEP 324 (remove_files) COMPLETE
48492024-08-26T23:58:58.978Z[ recovery-image] Aug 26 23:58:57.875 INFO O| Aug 26 23:58:57.875 INFO STEP 325: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48502024-08-26T23:58:58.985Z[ recovery-image] Aug 26 23:58:57.885 INFO O| Aug 26 23:58:57.885 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pfrksh93"
48512024-08-26T23:58:58.985Z[ recovery-image] Aug 26 23:58:57.885 INFO O| Aug 26 23:58:57.885 INFO STEP 325 (remove_files) COMPLETE
48522024-08-26T23:58:58.987Z[ recovery-image] Aug 26 23:58:57.885 INFO O| Aug 26 23:58:57.885 INFO STEP 326: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48532024-08-26T23:58:58.995Z[ recovery-image] Aug 26 23:58:57.895 INFO O| Aug 26 23:58:57.895 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pfsh"
48542024-08-26T23:58:58.995Z[ recovery-image] Aug 26 23:58:57.895 INFO O| Aug 26 23:58:57.895 INFO STEP 326 (remove_files) COMPLETE
48552024-08-26T23:58:58.995Z[ recovery-image] Aug 26 23:58:57.895 INFO O| Aug 26 23:58:57.895 INFO STEP 327: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48562024-08-26T23:58:59.005Z[ recovery-image] Aug 26 23:58:57.905 INFO O| Aug 26 23:58:57.905 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pftcsh"
48572024-08-26T23:58:59.005Z[ recovery-image] Aug 26 23:58:57.905 INFO O| Aug 26 23:58:57.905 INFO STEP 327 (remove_files) COMPLETE
48582024-08-26T23:58:59.005Z[ recovery-image] Aug 26 23:58:57.905 INFO O| Aug 26 23:58:57.905 INFO STEP 328: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48592024-08-26T23:58:59.015Z[ recovery-image] Aug 26 23:58:57.915 INFO O| Aug 26 23:58:57.915 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pfzsh"
48602024-08-26T23:58:59.017Z[ recovery-image] Aug 26 23:58:57.915 INFO O| Aug 26 23:58:57.915 INFO STEP 328 (remove_files) COMPLETE
48612024-08-26T23:58:59.018Z[ recovery-image] Aug 26 23:58:57.915 INFO O| Aug 26 23:58:57.915 INFO STEP 329: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48622024-08-26T23:58:59.025Z[ recovery-image] Aug 26 23:58:57.925 INFO O| Aug 26 23:58:57.925 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pg"
48632024-08-26T23:58:59.027Z[ recovery-image] Aug 26 23:58:57.925 INFO O| Aug 26 23:58:57.925 INFO STEP 329 (remove_files) COMPLETE
48642024-08-26T23:58:59.027Z[ recovery-image] Aug 26 23:58:57.925 INFO O| Aug 26 23:58:57.925 INFO STEP 330: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48652024-08-26T23:58:59.035Z[ recovery-image] Aug 26 23:58:57.935 INFO O| Aug 26 23:58:57.935 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pginfo"
48662024-08-26T23:58:59.037Z[ recovery-image] Aug 26 23:58:57.935 INFO O| Aug 26 23:58:57.935 INFO STEP 330 (remove_files) COMPLETE
48672024-08-26T23:58:59.037Z[ recovery-image] Aug 26 23:58:57.935 INFO O| Aug 26 23:58:57.935 INFO STEP 331: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48682024-08-26T23:58:59.044Z[ recovery-image] Aug 26 23:58:57.944 INFO O| Aug 26 23:58:57.944 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pgstat"
48692024-08-26T23:58:59.044Z[ recovery-image] Aug 26 23:58:57.944 INFO O| Aug 26 23:58:57.944 INFO STEP 331 (remove_files) COMPLETE
48702024-08-26T23:58:59.044Z[ recovery-image] Aug 26 23:58:57.944 INFO O| Aug 26 23:58:57.944 INFO STEP 332: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48712024-08-26T23:58:59.054Z[ recovery-image] Aug 26 23:58:57.954 INFO O| Aug 26 23:58:57.954 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pkgadm"
48722024-08-26T23:58:59.054Z[ recovery-image] Aug 26 23:58:57.954 INFO O| Aug 26 23:58:57.954 INFO STEP 332 (remove_files) COMPLETE
48732024-08-26T23:58:59.057Z[ recovery-image] Aug 26 23:58:57.954 INFO O| Aug 26 23:58:57.954 INFO STEP 333: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48742024-08-26T23:58:59.063Z[ recovery-image] Aug 26 23:58:57.963 INFO O| Aug 26 23:58:57.963 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pkgcond"
48752024-08-26T23:58:59.066Z[ recovery-image] Aug 26 23:58:57.964 INFO O| Aug 26 23:58:57.964 INFO STEP 333 (remove_files) COMPLETE
48762024-08-26T23:58:59.066Z[ recovery-image] Aug 26 23:58:57.964 INFO O| Aug 26 23:58:57.964 INFO STEP 334: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48772024-08-26T23:58:59.074Z[ recovery-image] Aug 26 23:58:57.974 INFO O| Aug 26 23:58:57.974 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pkginfo"
48782024-08-26T23:58:59.076Z[ recovery-image] Aug 26 23:58:57.974 INFO O| Aug 26 23:58:57.974 INFO STEP 334 (remove_files) COMPLETE
48792024-08-26T23:58:59.076Z[ recovery-image] Aug 26 23:58:57.974 INFO O| Aug 26 23:58:57.974 INFO STEP 335: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48802024-08-26T23:58:59.083Z[ recovery-image] Aug 26 23:58:57.983 INFO O| Aug 26 23:58:57.983 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pkgmk"
48812024-08-26T23:58:59.083Z[ recovery-image] Aug 26 23:58:57.983 INFO O| Aug 26 23:58:57.983 INFO STEP 335 (remove_files) COMPLETE
48822024-08-26T23:58:59.083Z[ recovery-image] Aug 26 23:58:57.983 INFO O| Aug 26 23:58:57.983 INFO STEP 336: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48832024-08-26T23:58:59.093Z[ recovery-image] Aug 26 23:58:57.993 INFO O| Aug 26 23:58:57.993 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pkgparam"
48842024-08-26T23:58:59.095Z[ recovery-image] Aug 26 23:58:57.993 INFO O| Aug 26 23:58:57.993 INFO STEP 336 (remove_files) COMPLETE
48852024-08-26T23:58:59.095Z[ recovery-image] Aug 26 23:58:57.993 INFO O| Aug 26 23:58:57.993 INFO STEP 337: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48862024-08-26T23:58:59.103Z[ recovery-image] Aug 26 23:58:58.003 INFO O| Aug 26 23:58:58.003 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pkgproto"
48872024-08-26T23:58:59.103Z[ recovery-image] Aug 26 23:58:58.003 INFO O| Aug 26 23:58:58.003 INFO STEP 337 (remove_files) COMPLETE
48882024-08-26T23:58:59.105Z[ recovery-image] Aug 26 23:58:58.003 INFO O| Aug 26 23:58:58.003 INFO STEP 338: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48892024-08-26T23:58:59.112Z[ recovery-image] Aug 26 23:58:58.013 INFO O| Aug 26 23:58:58.012 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pkgtrans"
48902024-08-26T23:58:59.112Z[ recovery-image] Aug 26 23:58:58.013 INFO O| Aug 26 23:58:58.013 INFO STEP 338 (remove_files) COMPLETE
48912024-08-26T23:58:59.115Z[ recovery-image] Aug 26 23:58:58.013 INFO O| Aug 26 23:58:58.013 INFO STEP 339: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48922024-08-26T23:58:59.122Z[ recovery-image] Aug 26 23:58:58.022 INFO O| Aug 26 23:58:58.022 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pkill"
48932024-08-26T23:58:59.122Z[ recovery-image] Aug 26 23:58:58.022 INFO O| Aug 26 23:58:58.022 INFO STEP 339 (remove_files) COMPLETE
48942024-08-26T23:58:59.122Z[ recovery-image] Aug 26 23:58:58.022 INFO O| Aug 26 23:58:58.022 INFO STEP 340: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48952024-08-26T23:58:59.132Z[ recovery-image] Aug 26 23:58:58.032 INFO O| Aug 26 23:58:58.032 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pktool"
48962024-08-26T23:58:59.134Z[ recovery-image] Aug 26 23:58:58.032 INFO O| Aug 26 23:58:58.032 INFO STEP 340 (remove_files) COMPLETE
48972024-08-26T23:58:59.134Z[ recovery-image] Aug 26 23:58:58.032 INFO O| Aug 26 23:58:58.032 INFO STEP 341: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48982024-08-26T23:58:59.141Z[ recovery-image] Aug 26 23:58:58.041 INFO O| Aug 26 23:58:58.041 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pldd"
48992024-08-26T23:58:59.141Z[ recovery-image] Aug 26 23:58:58.041 INFO O| Aug 26 23:58:58.041 INFO STEP 341 (remove_files) COMPLETE
49002024-08-26T23:58:59.141Z[ recovery-image] Aug 26 23:58:58.041 INFO O| Aug 26 23:58:58.041 INFO STEP 342: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49012024-08-26T23:58:59.151Z[ recovery-image] Aug 26 23:58:58.051 INFO O| Aug 26 23:58:58.051 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/plgrp"
49022024-08-26T23:58:59.151Z[ recovery-image] Aug 26 23:58:58.051 INFO O| Aug 26 23:58:58.051 INFO STEP 342 (remove_files) COMPLETE
49032024-08-26T23:58:59.154Z[ recovery-image] Aug 26 23:58:58.051 INFO O| Aug 26 23:58:58.051 INFO STEP 343: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49042024-08-26T23:58:59.160Z[ recovery-image] Aug 26 23:58:58.060 INFO O| Aug 26 23:58:58.060 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/plimit"
49052024-08-26T23:58:59.160Z[ recovery-image] Aug 26 23:58:58.060 INFO O| Aug 26 23:58:58.060 INFO STEP 343 (remove_files) COMPLETE
49062024-08-26T23:58:59.160Z[ recovery-image] Aug 26 23:58:58.060 INFO O| Aug 26 23:58:58.060 INFO STEP 344: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49072024-08-26T23:58:59.170Z[ recovery-image] Aug 26 23:58:58.070 INFO O| Aug 26 23:58:58.070 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pmadvise"
49082024-08-26T23:58:59.170Z[ recovery-image] Aug 26 23:58:58.070 INFO O| Aug 26 23:58:58.070 INFO STEP 344 (remove_files) COMPLETE
49092024-08-26T23:58:59.170Z[ recovery-image] Aug 26 23:58:58.070 INFO O| Aug 26 23:58:58.070 INFO STEP 345: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49102024-08-26T23:58:59.179Z[ recovery-image] Aug 26 23:58:58.079 INFO O| Aug 26 23:58:58.079 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pmap"
49112024-08-26T23:58:59.179Z[ recovery-image] Aug 26 23:58:58.079 INFO O| Aug 26 23:58:58.079 INFO STEP 345 (remove_files) COMPLETE
49122024-08-26T23:58:59.182Z[ recovery-image] Aug 26 23:58:58.079 INFO O| Aug 26 23:58:58.079 INFO STEP 346: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49132024-08-26T23:58:59.189Z[ recovery-image] Aug 26 23:58:58.089 INFO O| Aug 26 23:58:58.089 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/poolstat"
49142024-08-26T23:58:59.189Z[ recovery-image] Aug 26 23:58:58.089 INFO O| Aug 26 23:58:58.089 INFO STEP 346 (remove_files) COMPLETE
49152024-08-26T23:58:59.189Z[ recovery-image] Aug 26 23:58:58.089 INFO O| Aug 26 23:58:58.089 INFO STEP 347: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49162024-08-26T23:58:59.198Z[ recovery-image] Aug 26 23:58:58.098 INFO O| Aug 26 23:58:58.098 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ppgsz"
49172024-08-26T23:58:59.198Z[ recovery-image] Aug 26 23:58:58.099 INFO O| Aug 26 23:58:58.098 INFO STEP 347 (remove_files) COMPLETE
49182024-08-26T23:58:59.198Z[ recovery-image] Aug 26 23:58:58.099 INFO O| Aug 26 23:58:58.099 INFO STEP 348: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49192024-08-26T23:58:59.208Z[ recovery-image] Aug 26 23:58:58.108 INFO O| Aug 26 23:58:58.108 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ppriv"
49202024-08-26T23:58:59.208Z[ recovery-image] Aug 26 23:58:58.108 INFO O| Aug 26 23:58:58.108 INFO STEP 348 (remove_files) COMPLETE
49212024-08-26T23:58:59.211Z[ recovery-image] Aug 26 23:58:58.108 INFO O| Aug 26 23:58:58.108 INFO STEP 349: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49222024-08-26T23:58:59.218Z[ recovery-image] Aug 26 23:58:58.118 INFO O| Aug 26 23:58:58.118 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pr"
49232024-08-26T23:58:59.218Z[ recovery-image] Aug 26 23:58:58.118 INFO O| Aug 26 23:58:58.118 INFO STEP 349 (remove_files) COMPLETE
49242024-08-26T23:58:59.218Z[ recovery-image] Aug 26 23:58:58.118 INFO O| Aug 26 23:58:58.118 INFO STEP 350: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49252024-08-26T23:58:59.227Z[ recovery-image] Aug 26 23:58:58.127 INFO O| Aug 26 23:58:58.127 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/prctl"
49262024-08-26T23:58:59.227Z[ recovery-image] Aug 26 23:58:58.127 INFO O| Aug 26 23:58:58.127 INFO STEP 350 (remove_files) COMPLETE
49272024-08-26T23:58:59.230Z[ recovery-image] Aug 26 23:58:58.127 INFO O| Aug 26 23:58:58.127 INFO STEP 351: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49282024-08-26T23:58:59.237Z[ recovery-image] Aug 26 23:58:58.137 INFO O| Aug 26 23:58:58.137 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/preap"
49292024-08-26T23:58:59.237Z[ recovery-image] Aug 26 23:58:58.137 INFO O| Aug 26 23:58:58.137 INFO STEP 351 (remove_files) COMPLETE
49302024-08-26T23:58:59.240Z[ recovery-image] Aug 26 23:58:58.137 INFO O| Aug 26 23:58:58.137 INFO STEP 352: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49312024-08-26T23:58:59.246Z[ recovery-image] Aug 26 23:58:58.146 INFO O| Aug 26 23:58:58.146 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/print"
49322024-08-26T23:58:59.246Z[ recovery-image] Aug 26 23:58:58.146 INFO O| Aug 26 23:58:58.146 INFO STEP 352 (remove_files) COMPLETE
49332024-08-26T23:58:59.249Z[ recovery-image] Aug 26 23:58:58.146 INFO O| Aug 26 23:58:58.146 INFO STEP 353: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49342024-08-26T23:58:59.256Z[ recovery-image] Aug 26 23:58:58.156 INFO O| Aug 26 23:58:58.156 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/printf"
49352024-08-26T23:58:59.258Z[ recovery-image] Aug 26 23:58:58.156 INFO O| Aug 26 23:58:58.156 INFO STEP 353 (remove_files) COMPLETE
49362024-08-26T23:58:59.258Z[ recovery-image] Aug 26 23:58:58.156 INFO O| Aug 26 23:58:58.156 INFO STEP 354: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49372024-08-26T23:58:59.265Z[ recovery-image] Aug 26 23:58:58.166 INFO O| Aug 26 23:58:58.165 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/priocntl"
49382024-08-26T23:58:59.265Z[ recovery-image] Aug 26 23:58:58.166 INFO O| Aug 26 23:58:58.166 INFO STEP 354 (remove_files) COMPLETE
49392024-08-26T23:58:59.268Z[ recovery-image] Aug 26 23:58:58.166 INFO O| Aug 26 23:58:58.166 INFO STEP 355: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49402024-08-26T23:58:59.275Z[ recovery-image] Aug 26 23:58:58.175 INFO O| Aug 26 23:58:58.175 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/profiles"
49412024-08-26T23:58:59.275Z[ recovery-image] Aug 26 23:58:58.175 INFO O| Aug 26 23:58:58.175 INFO STEP 355 (remove_files) COMPLETE
49422024-08-26T23:58:59.275Z[ recovery-image] Aug 26 23:58:58.175 INFO O| Aug 26 23:58:58.175 INFO STEP 356: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49432024-08-26T23:58:59.285Z[ recovery-image] Aug 26 23:58:58.185 INFO O| Aug 26 23:58:58.185 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/projects"
49442024-08-26T23:58:59.287Z[ recovery-image] Aug 26 23:58:58.185 INFO O| Aug 26 23:58:58.185 INFO STEP 356 (remove_files) COMPLETE
49452024-08-26T23:58:59.287Z[ recovery-image] Aug 26 23:58:58.185 INFO O| Aug 26 23:58:58.185 INFO STEP 357: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49462024-08-26T23:58:59.294Z[ recovery-image] Aug 26 23:58:58.194 INFO O| Aug 26 23:58:58.194 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/prstat"
49472024-08-26T23:58:59.294Z[ recovery-image] Aug 26 23:58:58.194 INFO O| Aug 26 23:58:58.194 INFO STEP 357 (remove_files) COMPLETE
49482024-08-26T23:58:59.294Z[ recovery-image] Aug 26 23:58:58.194 INFO O| Aug 26 23:58:58.194 INFO STEP 358: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49492024-08-26T23:58:59.304Z[ recovery-image] Aug 26 23:58:58.204 INFO O| Aug 26 23:58:58.204 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/prun"
49502024-08-26T23:58:59.304Z[ recovery-image] Aug 26 23:58:58.204 INFO O| Aug 26 23:58:58.204 INFO STEP 358 (remove_files) COMPLETE
49512024-08-26T23:58:59.307Z[ recovery-image] Aug 26 23:58:58.204 INFO O| Aug 26 23:58:58.204 INFO STEP 359: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49522024-08-26T23:58:59.314Z[ recovery-image] Aug 26 23:58:58.213 INFO O| Aug 26 23:58:58.213 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/psecflags"
49532024-08-26T23:58:59.314Z[ recovery-image] Aug 26 23:58:58.213 INFO O| Aug 26 23:58:58.213 INFO STEP 359 (remove_files) COMPLETE
49542024-08-26T23:58:59.316Z[ recovery-image] Aug 26 23:58:58.213 INFO O| Aug 26 23:58:58.213 INFO STEP 360: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49552024-08-26T23:58:59.323Z[ recovery-image] Aug 26 23:58:58.223 INFO O| Aug 26 23:58:58.223 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/psig"
49562024-08-26T23:58:59.323Z[ recovery-image] Aug 26 23:58:58.223 INFO O| Aug 26 23:58:58.223 INFO STEP 360 (remove_files) COMPLETE
49572024-08-26T23:58:59.323Z[ recovery-image] Aug 26 23:58:58.223 INFO O| Aug 26 23:58:58.223 INFO STEP 361: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49582024-08-26T23:58:59.332Z[ recovery-image] Aug 26 23:58:58.232 INFO O| Aug 26 23:58:58.232 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pstack"
49592024-08-26T23:58:59.333Z[ recovery-image] Aug 26 23:58:58.233 INFO O| Aug 26 23:58:58.233 INFO STEP 361 (remove_files) COMPLETE
49602024-08-26T23:58:59.335Z[ recovery-image] Aug 26 23:58:58.233 INFO O| Aug 26 23:58:58.233 INFO STEP 362: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49612024-08-26T23:58:59.342Z[ recovery-image] Aug 26 23:58:58.242 INFO O| Aug 26 23:58:58.242 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pstop"
49622024-08-26T23:58:59.345Z[ recovery-image] Aug 26 23:58:58.242 INFO O| Aug 26 23:58:58.242 INFO STEP 362 (remove_files) COMPLETE
49632024-08-26T23:58:59.345Z[ recovery-image] Aug 26 23:58:58.242 INFO O| Aug 26 23:58:58.242 INFO STEP 363: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49642024-08-26T23:58:59.351Z[ recovery-image] Aug 26 23:58:58.251 INFO O| Aug 26 23:58:58.251 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ptime"
49652024-08-26T23:58:59.351Z[ recovery-image] Aug 26 23:58:58.252 INFO O| Aug 26 23:58:58.252 INFO STEP 363 (remove_files) COMPLETE
49662024-08-26T23:58:59.354Z[ recovery-image] Aug 26 23:58:58.252 INFO O| Aug 26 23:58:58.252 INFO STEP 364: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49672024-08-26T23:58:59.361Z[ recovery-image] Aug 26 23:58:58.261 INFO O| Aug 26 23:58:58.261 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ptree"
49682024-08-26T23:58:59.361Z[ recovery-image] Aug 26 23:58:58.261 INFO O| Aug 26 23:58:58.261 INFO STEP 364 (remove_files) COMPLETE
49692024-08-26T23:58:59.363Z[ recovery-image] Aug 26 23:58:58.261 INFO O| Aug 26 23:58:58.261 INFO STEP 365: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49702024-08-26T23:58:59.371Z[ recovery-image] Aug 26 23:58:58.271 INFO O| Aug 26 23:58:58.271 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/putdev"
49712024-08-26T23:58:59.371Z[ recovery-image] Aug 26 23:58:58.271 INFO O| Aug 26 23:58:58.271 INFO STEP 365 (remove_files) COMPLETE
49722024-08-26T23:58:59.373Z[ recovery-image] Aug 26 23:58:58.271 INFO O| Aug 26 23:58:58.271 INFO STEP 366: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49732024-08-26T23:58:59.380Z[ recovery-image] Aug 26 23:58:58.280 INFO O| Aug 26 23:58:58.280 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/putdgrp"
49742024-08-26T23:58:59.383Z[ recovery-image] Aug 26 23:58:58.280 INFO O| Aug 26 23:58:58.280 INFO STEP 366 (remove_files) COMPLETE
49752024-08-26T23:58:59.383Z[ recovery-image] Aug 26 23:58:58.280 INFO O| Aug 26 23:58:58.280 INFO STEP 367: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49762024-08-26T23:58:59.383Z[ host-image] Aug 26 23:58:58.280 INFO O| Aug 26 23:58:58.280 INFO O| Done
49772024-08-26T23:58:59.390Z[ recovery-image] Aug 26 23:58:58.290 INFO O| Aug 26 23:58:58.290 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pvs"
49782024-08-26T23:58:59.390Z[ recovery-image] Aug 26 23:58:58.290 INFO O| Aug 26 23:58:58.290 INFO STEP 367 (remove_files) COMPLETE
49792024-08-26T23:58:59.390Z[ recovery-image] Aug 26 23:58:58.290 INFO O| Aug 26 23:58:58.290 INFO STEP 368: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49802024-08-26T23:58:59.400Z[ recovery-image] Aug 26 23:58:58.300 INFO O| Aug 26 23:58:58.300 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pwait"
49812024-08-26T23:58:59.400Z[ recovery-image] Aug 26 23:58:58.300 INFO O| Aug 26 23:58:58.300 INFO STEP 368 (remove_files) COMPLETE
49822024-08-26T23:58:59.400Z[ recovery-image] Aug 26 23:58:58.300 INFO O| Aug 26 23:58:58.300 INFO STEP 369: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49832024-08-26T23:58:59.404Z[ host-image] Aug 26 23:58:58.304 INFO O| Aug 26 23:58:58.304 INFO O| Done
49842024-08-26T23:58:59.409Z[ recovery-image] Aug 26 23:58:58.309 INFO O| Aug 26 23:58:58.309 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pwd"
49852024-08-26T23:58:59.409Z[ recovery-image] Aug 26 23:58:58.309 INFO O| Aug 26 23:58:58.309 INFO STEP 369 (remove_files) COMPLETE
49862024-08-26T23:58:59.409Z[ recovery-image] Aug 26 23:58:58.310 INFO O| Aug 26 23:58:58.309 INFO STEP 370: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49872024-08-26T23:58:59.419Z[ recovery-image] Aug 26 23:58:58.319 INFO O| Aug 26 23:58:58.319 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pwdx"
49882024-08-26T23:58:59.419Z[ recovery-image] Aug 26 23:58:58.319 INFO O| Aug 26 23:58:58.319 INFO STEP 370 (remove_files) COMPLETE
49892024-08-26T23:58:59.422Z[ recovery-image] Aug 26 23:58:58.319 INFO O| Aug 26 23:58:58.319 INFO STEP 371: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49902024-08-26T23:58:59.429Z[ recovery-image] Aug 26 23:58:58.329 INFO O| Aug 26 23:58:58.329 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/read"
49912024-08-26T23:58:59.432Z[ recovery-image] Aug 26 23:58:58.329 INFO O| Aug 26 23:58:58.329 INFO STEP 371 (remove_files) COMPLETE
49922024-08-26T23:58:59.432Z[ recovery-image] Aug 26 23:58:58.329 INFO O| Aug 26 23:58:58.329 INFO STEP 372: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49932024-08-26T23:58:59.438Z[ recovery-image] Aug 26 23:58:58.338 INFO O| Aug 26 23:58:58.338 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/red"
49942024-08-26T23:58:59.439Z[ recovery-image] Aug 26 23:58:58.339 INFO O| Aug 26 23:58:58.339 INFO STEP 372 (remove_files) COMPLETE
49952024-08-26T23:58:59.439Z[ recovery-image] Aug 26 23:58:58.339 INFO O| Aug 26 23:58:58.339 INFO STEP 373: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49962024-08-26T23:58:59.448Z[ recovery-image] Aug 26 23:58:58.348 INFO O| Aug 26 23:58:58.348 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/regcmp"
49972024-08-26T23:58:59.448Z[ recovery-image] Aug 26 23:58:58.348 INFO O| Aug 26 23:58:58.348 INFO STEP 373 (remove_files) COMPLETE
49982024-08-26T23:58:59.448Z[ recovery-image] Aug 26 23:58:58.348 INFO O| Aug 26 23:58:58.348 INFO STEP 374: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49992024-08-26T23:58:59.458Z[ recovery-image] Aug 26 23:58:58.358 INFO O| Aug 26 23:58:58.358 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/renice"
50002024-08-26T23:58:59.460Z[ recovery-image] Aug 26 23:58:58.358 INFO O| Aug 26 23:58:58.358 INFO STEP 374 (remove_files) COMPLETE
50012024-08-26T23:58:59.460Z[ recovery-image] Aug 26 23:58:58.358 INFO O| Aug 26 23:58:58.358 INFO STEP 375: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50022024-08-26T23:58:59.467Z[ recovery-image] Aug 26 23:58:58.367 INFO O| Aug 26 23:58:58.367 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/resize"
50032024-08-26T23:58:59.467Z[ recovery-image] Aug 26 23:58:58.367 INFO O| Aug 26 23:58:58.367 INFO STEP 375 (remove_files) COMPLETE
50042024-08-26T23:58:59.470Z[ recovery-image] Aug 26 23:58:58.367 INFO O| Aug 26 23:58:58.367 INFO STEP 376: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50052024-08-26T23:58:59.477Z[ recovery-image] Aug 26 23:58:58.377 INFO O| Aug 26 23:58:58.377 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/rev"
50062024-08-26T23:58:59.477Z[ recovery-image] Aug 26 23:58:58.377 INFO O| Aug 26 23:58:58.377 INFO STEP 376 (remove_files) COMPLETE
50072024-08-26T23:58:59.477Z[ recovery-image] Aug 26 23:58:58.377 INFO O| Aug 26 23:58:58.377 INFO STEP 377: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50082024-08-26T23:58:59.486Z[ recovery-image] Aug 26 23:58:58.386 INFO O| Aug 26 23:58:58.386 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/rksh"
50092024-08-26T23:58:59.486Z[ recovery-image] Aug 26 23:58:58.386 INFO O| Aug 26 23:58:58.386 INFO STEP 377 (remove_files) COMPLETE
50102024-08-26T23:58:59.486Z[ recovery-image] Aug 26 23:58:58.386 INFO O| Aug 26 23:58:58.386 INFO STEP 378: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50112024-08-26T23:58:59.496Z[ recovery-image] Aug 26 23:58:58.396 INFO O| Aug 26 23:58:58.396 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/rksh93"
50122024-08-26T23:58:59.496Z[ recovery-image] Aug 26 23:58:58.396 INFO O| Aug 26 23:58:58.396 INFO STEP 378 (remove_files) COMPLETE
50132024-08-26T23:58:59.496Z[ recovery-image] Aug 26 23:58:58.396 INFO O| Aug 26 23:58:58.396 INFO STEP 379: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50142024-08-26T23:58:59.505Z[ recovery-image] Aug 26 23:58:58.405 INFO O| Aug 26 23:58:58.405 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/roles"
50152024-08-26T23:58:59.506Z[ recovery-image] Aug 26 23:58:58.406 INFO O| Aug 26 23:58:58.405 INFO STEP 379 (remove_files) COMPLETE
50162024-08-26T23:58:59.506Z[ recovery-image] Aug 26 23:58:58.406 INFO O| Aug 26 23:58:58.405 INFO STEP 380: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50172024-08-26T23:58:59.515Z[ recovery-image] Aug 26 23:58:58.415 INFO O| Aug 26 23:58:58.415 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/rpcinfo"
50182024-08-26T23:58:59.515Z[ recovery-image] Aug 26 23:58:58.415 INFO O| Aug 26 23:58:58.415 INFO STEP 380 (remove_files) COMPLETE
50192024-08-26T23:58:59.515Z[ recovery-image] Aug 26 23:58:58.415 INFO O| Aug 26 23:58:58.415 INFO STEP 381: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50202024-08-26T23:58:59.525Z[ recovery-image] Aug 26 23:58:58.425 INFO O| Aug 26 23:58:58.425 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/rsync"
50212024-08-26T23:58:59.525Z[ recovery-image] Aug 26 23:58:58.425 INFO O| Aug 26 23:58:58.425 INFO STEP 381 (remove_files) COMPLETE
50222024-08-26T23:58:59.525Z[ recovery-image] Aug 26 23:58:58.425 INFO O| Aug 26 23:58:58.425 INFO STEP 382: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50232024-08-26T23:58:59.534Z[ recovery-image] Aug 26 23:58:58.434 INFO O| Aug 26 23:58:58.434 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/rsync-ssl"
50242024-08-26T23:58:59.534Z[ recovery-image] Aug 26 23:58:58.434 INFO O| Aug 26 23:58:58.434 INFO STEP 382 (remove_files) COMPLETE
50252024-08-26T23:58:59.537Z[ recovery-image] Aug 26 23:58:58.434 INFO O| Aug 26 23:58:58.434 INFO STEP 383: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50262024-08-26T23:58:59.544Z[ recovery-image] Aug 26 23:58:58.444 INFO O| Aug 26 23:58:58.444 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/runat"
50272024-08-26T23:58:59.547Z[ recovery-image] Aug 26 23:58:58.444 INFO O| Aug 26 23:58:58.444 INFO STEP 383 (remove_files) COMPLETE
50282024-08-26T23:58:59.547Z[ recovery-image] Aug 26 23:58:58.444 INFO O| Aug 26 23:58:58.444 INFO STEP 384: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50292024-08-26T23:58:59.554Z[ recovery-image] Aug 26 23:58:58.454 INFO O| Aug 26 23:58:58.454 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/scp"
50302024-08-26T23:58:59.556Z[ recovery-image] Aug 26 23:58:58.454 INFO O| Aug 26 23:58:58.454 INFO STEP 384 (remove_files) COMPLETE
50312024-08-26T23:58:59.556Z[ recovery-image] Aug 26 23:58:58.454 INFO O| Aug 26 23:58:58.454 INFO STEP 385: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50322024-08-26T23:58:59.563Z[ recovery-image] Aug 26 23:58:58.463 INFO O| Aug 26 23:58:58.463 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/script"
50332024-08-26T23:58:59.568Z[ recovery-image] Aug 26 23:58:58.464 INFO O| Aug 26 23:58:58.464 INFO STEP 385 (remove_files) COMPLETE
50342024-08-26T23:58:59.568Z[ recovery-image] Aug 26 23:58:58.464 INFO O| Aug 26 23:58:58.464 INFO STEP 386: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50352024-08-26T23:58:59.573Z[ recovery-image] Aug 26 23:58:58.473 INFO O| Aug 26 23:58:58.473 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/sdiff"
50362024-08-26T23:58:59.573Z[ recovery-image] Aug 26 23:58:58.474 INFO O| Aug 26 23:58:58.473 INFO STEP 386 (remove_files) COMPLETE
50372024-08-26T23:58:59.576Z[ recovery-image] Aug 26 23:58:58.474 INFO O| Aug 26 23:58:58.474 INFO STEP 387: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50382024-08-26T23:58:59.583Z[ recovery-image] Aug 26 23:58:58.483 INFO O| Aug 26 23:58:58.483 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/setpgrp"
50392024-08-26T23:58:59.583Z[ recovery-image] Aug 26 23:58:58.483 INFO O| Aug 26 23:58:58.483 INFO STEP 387 (remove_files) COMPLETE
50402024-08-26T23:58:59.585Z[ recovery-image] Aug 26 23:58:58.483 INFO O| Aug 26 23:58:58.483 INFO STEP 388: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50412024-08-26T23:58:59.593Z[ recovery-image] Aug 26 23:58:58.492 INFO O| Aug 26 23:58:58.492 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/sftp"
50422024-08-26T23:58:59.593Z[ recovery-image] Aug 26 23:58:58.493 INFO O| Aug 26 23:58:58.493 INFO STEP 388 (remove_files) COMPLETE
50432024-08-26T23:58:59.593Z[ recovery-image] Aug 26 23:58:58.493 INFO O| Aug 26 23:58:58.493 INFO STEP 389: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50442024-08-26T23:58:59.602Z[ recovery-image] Aug 26 23:58:58.502 INFO O| Aug 26 23:58:58.502 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/shcomp"
50452024-08-26T23:58:59.602Z[ recovery-image] Aug 26 23:58:58.502 INFO O| Aug 26 23:58:58.502 INFO STEP 389 (remove_files) COMPLETE
50462024-08-26T23:58:59.602Z[ recovery-image] Aug 26 23:58:58.502 INFO O| Aug 26 23:58:58.502 INFO STEP 390: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50472024-08-26T23:58:59.612Z[ recovery-image] Aug 26 23:58:58.511 INFO O| Aug 26 23:58:58.511 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/smbutil"
50482024-08-26T23:58:59.612Z[ recovery-image] Aug 26 23:58:58.512 INFO O| Aug 26 23:58:58.512 INFO STEP 390 (remove_files) COMPLETE
50492024-08-26T23:58:59.615Z[ recovery-image] Aug 26 23:58:58.512 INFO O| Aug 26 23:58:58.512 INFO STEP 391: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50502024-08-26T23:58:59.621Z[ recovery-image] Aug 26 23:58:58.521 INFO O| Aug 26 23:58:58.521 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmp-bridge-mib"
50512024-08-26T23:58:59.621Z[ recovery-image] Aug 26 23:58:58.521 INFO O| Aug 26 23:58:58.521 INFO STEP 391 (remove_files) COMPLETE
50522024-08-26T23:58:59.624Z[ recovery-image] Aug 26 23:58:58.521 INFO O| Aug 26 23:58:58.521 INFO STEP 392: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50532024-08-26T23:58:59.631Z[ recovery-image] Aug 26 23:58:58.531 INFO O| Aug 26 23:58:58.531 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmpbulkget"
50542024-08-26T23:58:59.631Z[ recovery-image] Aug 26 23:58:58.531 INFO O| Aug 26 23:58:58.531 INFO STEP 392 (remove_files) COMPLETE
50552024-08-26T23:58:59.633Z[ recovery-image] Aug 26 23:58:58.531 INFO O| Aug 26 23:58:58.531 INFO STEP 393: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50562024-08-26T23:58:59.641Z[ recovery-image] Aug 26 23:58:58.541 INFO O| Aug 26 23:58:58.541 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmpbulkwalk"
50572024-08-26T23:58:59.641Z[ recovery-image] Aug 26 23:58:58.541 INFO O| Aug 26 23:58:58.541 INFO STEP 393 (remove_files) COMPLETE
50582024-08-26T23:58:59.644Z[ recovery-image] Aug 26 23:58:58.541 INFO O| Aug 26 23:58:58.541 INFO STEP 394: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50592024-08-26T23:58:59.652Z[ recovery-image] Aug 26 23:58:58.552 INFO O| Aug 26 23:58:58.551 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmpcheck"
50602024-08-26T23:58:59.654Z[ recovery-image] Aug 26 23:58:58.552 INFO O| Aug 26 23:58:58.552 INFO STEP 394 (remove_files) COMPLETE
50612024-08-26T23:58:59.654Z[ recovery-image] Aug 26 23:58:58.552 INFO O| Aug 26 23:58:58.552 INFO STEP 395: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50622024-08-26T23:58:59.662Z[ recovery-image] Aug 26 23:58:58.562 INFO O| Aug 26 23:58:58.562 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmpconf"
50632024-08-26T23:58:59.662Z[ recovery-image] Aug 26 23:58:58.562 INFO O| Aug 26 23:58:58.562 INFO STEP 395 (remove_files) COMPLETE
50642024-08-26T23:58:59.665Z[ recovery-image] Aug 26 23:58:58.562 INFO O| Aug 26 23:58:58.562 INFO STEP 396: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50652024-08-26T23:58:59.671Z[ recovery-image] Aug 26 23:58:58.571 INFO O| Aug 26 23:58:58.571 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmpdelta"
50662024-08-26T23:58:59.671Z[ recovery-image] Aug 26 23:58:58.572 INFO O| Aug 26 23:58:58.571 INFO STEP 396 (remove_files) COMPLETE
50672024-08-26T23:58:59.674Z[ recovery-image] Aug 26 23:58:58.572 INFO O| Aug 26 23:58:58.572 INFO STEP 397: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50682024-08-26T23:58:59.681Z[ recovery-image] Aug 26 23:58:58.581 INFO O| Aug 26 23:58:58.581 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmpdf"
50692024-08-26T23:58:59.683Z[ recovery-image] Aug 26 23:58:58.582 INFO O| Aug 26 23:58:58.582 INFO STEP 397 (remove_files) COMPLETE
50702024-08-26T23:58:59.683Z[ recovery-image] Aug 26 23:58:58.582 INFO O| Aug 26 23:58:58.582 INFO STEP 398: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50712024-08-26T23:58:59.691Z[ recovery-image] Aug 26 23:58:58.591 INFO O| Aug 26 23:58:58.591 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmpget"
50722024-08-26T23:58:59.691Z[ recovery-image] Aug 26 23:58:58.591 INFO O| Aug 26 23:58:58.591 INFO STEP 398 (remove_files) COMPLETE
50732024-08-26T23:58:59.691Z[ recovery-image] Aug 26 23:58:58.591 INFO O| Aug 26 23:58:58.591 INFO STEP 399: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50742024-08-26T23:58:59.701Z[ recovery-image] Aug 26 23:58:58.601 INFO O| Aug 26 23:58:58.601 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmpgetnext"
50752024-08-26T23:58:59.701Z[ recovery-image] Aug 26 23:58:58.601 INFO O| Aug 26 23:58:58.601 INFO STEP 399 (remove_files) COMPLETE
50762024-08-26T23:58:59.701Z[ recovery-image] Aug 26 23:58:58.601 INFO O| Aug 26 23:58:58.601 INFO STEP 400: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50772024-08-26T23:58:59.710Z[ recovery-image] Aug 26 23:58:58.610 INFO O| Aug 26 23:58:58.610 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmpnetstat"
50782024-08-26T23:58:59.710Z[ recovery-image] Aug 26 23:58:58.610 INFO O| Aug 26 23:58:58.610 INFO STEP 400 (remove_files) COMPLETE
50792024-08-26T23:58:59.710Z[ recovery-image] Aug 26 23:58:58.610 INFO O| Aug 26 23:58:58.610 INFO STEP 401: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50802024-08-26T23:58:59.720Z[ recovery-image] Aug 26 23:58:58.620 INFO O| Aug 26 23:58:58.620 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmppcap"
50812024-08-26T23:58:59.720Z[ recovery-image] Aug 26 23:58:58.620 INFO O| Aug 26 23:58:58.620 INFO STEP 401 (remove_files) COMPLETE
50822024-08-26T23:58:59.722Z[ recovery-image] Aug 26 23:58:58.620 INFO O| Aug 26 23:58:58.620 INFO STEP 402: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50832024-08-26T23:58:59.729Z[ recovery-image] Aug 26 23:58:58.629 INFO O| Aug 26 23:58:58.629 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmpping"
50842024-08-26T23:58:59.729Z[ recovery-image] Aug 26 23:58:58.629 INFO O| Aug 26 23:58:58.629 INFO STEP 402 (remove_files) COMPLETE
50852024-08-26T23:58:59.729Z[ recovery-image] Aug 26 23:58:58.629 INFO O| Aug 26 23:58:58.629 INFO STEP 403: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50862024-08-26T23:58:59.739Z[ recovery-image] Aug 26 23:58:58.639 INFO O| Aug 26 23:58:58.639 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmpps"
50872024-08-26T23:58:59.739Z[ recovery-image] Aug 26 23:58:58.639 INFO O| Aug 26 23:58:58.639 INFO STEP 403 (remove_files) COMPLETE
50882024-08-26T23:58:59.743Z[ recovery-image] Aug 26 23:58:58.639 INFO O| Aug 26 23:58:58.639 INFO STEP 404: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50892024-08-26T23:58:59.749Z[ recovery-image] Aug 26 23:58:58.649 INFO O| Aug 26 23:58:58.649 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmpset"
50902024-08-26T23:58:59.749Z[ recovery-image] Aug 26 23:58:58.649 INFO O| Aug 26 23:58:58.649 INFO STEP 404 (remove_files) COMPLETE
50912024-08-26T23:58:59.749Z[ recovery-image] Aug 26 23:58:58.649 INFO O| Aug 26 23:58:58.649 INFO STEP 405: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50922024-08-26T23:58:59.758Z[ recovery-image] Aug 26 23:58:58.658 INFO O| Aug 26 23:58:58.658 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmpstatus"
50932024-08-26T23:58:59.762Z[ recovery-image] Aug 26 23:58:58.658 INFO O| Aug 26 23:58:58.658 INFO STEP 405 (remove_files) COMPLETE
50942024-08-26T23:58:59.762Z[ recovery-image] Aug 26 23:58:58.658 INFO O| Aug 26 23:58:58.658 INFO STEP 406: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50952024-08-26T23:58:59.768Z[ recovery-image] Aug 26 23:58:58.668 INFO O| Aug 26 23:58:58.668 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmptable"
50962024-08-26T23:58:59.768Z[ recovery-image] Aug 26 23:58:58.668 INFO O| Aug 26 23:58:58.668 INFO STEP 406 (remove_files) COMPLETE
50972024-08-26T23:58:59.770Z[ recovery-image] Aug 26 23:58:58.668 INFO O| Aug 26 23:58:58.668 INFO STEP 407: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50982024-08-26T23:58:59.777Z[ recovery-image] Aug 26 23:58:58.677 INFO O| Aug 26 23:58:58.677 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmptest"
50992024-08-26T23:58:59.777Z[ recovery-image] Aug 26 23:58:58.677 INFO O| Aug 26 23:58:58.677 INFO STEP 407 (remove_files) COMPLETE
51002024-08-26T23:58:59.780Z[ recovery-image] Aug 26 23:58:58.677 INFO O| Aug 26 23:58:58.677 INFO STEP 408: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51012024-08-26T23:58:59.787Z[ recovery-image] Aug 26 23:58:58.687 INFO O| Aug 26 23:58:58.687 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmptranslate"
51022024-08-26T23:58:59.787Z[ recovery-image] Aug 26 23:58:58.687 INFO O| Aug 26 23:58:58.687 INFO STEP 408 (remove_files) COMPLETE
51032024-08-26T23:58:59.790Z[ recovery-image] Aug 26 23:58:58.687 INFO O| Aug 26 23:58:58.687 INFO STEP 409: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51042024-08-26T23:58:59.796Z[ recovery-image] Aug 26 23:58:58.696 INFO O| Aug 26 23:58:58.696 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmptrap"
51052024-08-26T23:58:59.796Z[ recovery-image] Aug 26 23:58:58.696 INFO O| Aug 26 23:58:58.696 INFO STEP 409 (remove_files) COMPLETE
51062024-08-26T23:58:59.800Z[ recovery-image] Aug 26 23:58:58.696 INFO O| Aug 26 23:58:58.696 INFO STEP 410: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51072024-08-26T23:58:59.806Z[ recovery-image] Aug 26 23:58:58.706 INFO O| Aug 26 23:58:58.706 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmpusm"
51082024-08-26T23:58:59.809Z[ recovery-image] Aug 26 23:58:58.706 INFO O| Aug 26 23:58:58.706 INFO STEP 410 (remove_files) COMPLETE
51092024-08-26T23:58:59.809Z[ recovery-image] Aug 26 23:58:58.706 INFO O| Aug 26 23:58:58.706 INFO STEP 411: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51102024-08-26T23:58:59.815Z[ recovery-image] Aug 26 23:58:58.715 INFO O| Aug 26 23:58:58.715 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmpvacm"
51112024-08-26T23:58:59.818Z[ recovery-image] Aug 26 23:58:58.715 INFO O| Aug 26 23:58:58.715 INFO STEP 411 (remove_files) COMPLETE
51122024-08-26T23:58:59.818Z[ recovery-image] Aug 26 23:58:58.715 INFO O| Aug 26 23:58:58.715 INFO STEP 412: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51132024-08-26T23:58:59.825Z[ recovery-image] Aug 26 23:58:58.725 INFO O| Aug 26 23:58:58.724 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmpwalk"
51142024-08-26T23:58:59.825Z[ recovery-image] Aug 26 23:58:58.725 INFO O| Aug 26 23:58:58.725 INFO STEP 412 (remove_files) COMPLETE
51152024-08-26T23:58:59.827Z[ recovery-image] Aug 26 23:58:58.725 INFO O| Aug 26 23:58:58.725 INFO STEP 413: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51162024-08-26T23:58:59.834Z[ recovery-image] Aug 26 23:58:58.734 INFO O| Aug 26 23:58:58.734 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/sotruss"
51172024-08-26T23:58:59.834Z[ recovery-image] Aug 26 23:58:58.734 INFO O| Aug 26 23:58:58.734 INFO STEP 413 (remove_files) COMPLETE
51182024-08-26T23:58:59.837Z[ recovery-image] Aug 26 23:58:58.734 INFO O| Aug 26 23:58:58.734 INFO STEP 414: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51192024-08-26T23:58:59.844Z[ recovery-image] Aug 26 23:58:58.744 INFO O| Aug 26 23:58:58.744 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/spell"
51202024-08-26T23:58:59.844Z[ recovery-image] Aug 26 23:58:58.744 INFO O| Aug 26 23:58:58.744 INFO STEP 414 (remove_files) COMPLETE
51212024-08-26T23:58:59.844Z[ recovery-image] Aug 26 23:58:58.744 INFO O| Aug 26 23:58:58.744 INFO STEP 415: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51222024-08-26T23:58:59.853Z[ recovery-image] Aug 26 23:58:58.753 INFO O| Aug 26 23:58:58.753 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/split"
51232024-08-26T23:58:59.853Z[ recovery-image] Aug 26 23:58:58.753 INFO O| Aug 26 23:58:58.753 INFO STEP 415 (remove_files) COMPLETE
51242024-08-26T23:58:59.853Z[ recovery-image] Aug 26 23:58:58.753 INFO O| Aug 26 23:58:58.753 INFO STEP 416: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51252024-08-26T23:58:59.863Z[ recovery-image] Aug 26 23:58:58.763 INFO O| Aug 26 23:58:58.762 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/sqlite3"
51262024-08-26T23:58:59.865Z[ recovery-image] Aug 26 23:58:58.764 INFO O| Aug 26 23:58:58.764 INFO STEP 416 (remove_files) COMPLETE
51272024-08-26T23:58:59.865Z[ recovery-image] Aug 26 23:58:58.764 INFO O| Aug 26 23:58:58.764 INFO STEP 417: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51282024-08-26T23:58:59.873Z[ recovery-image] Aug 26 23:58:58.773 INFO O| Aug 26 23:58:58.773 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ssh"
51292024-08-26T23:58:59.876Z[ recovery-image] Aug 26 23:58:58.773 INFO O| Aug 26 23:58:58.773 INFO STEP 417 (remove_files) COMPLETE
51302024-08-26T23:58:59.876Z[ recovery-image] Aug 26 23:58:58.773 INFO O| Aug 26 23:58:58.773 INFO STEP 418: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51312024-08-26T23:58:59.883Z[ recovery-image] Aug 26 23:58:58.783 INFO O| Aug 26 23:58:58.783 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ssh-add"
51322024-08-26T23:58:59.883Z[ recovery-image] Aug 26 23:58:58.783 INFO O| Aug 26 23:58:58.783 INFO STEP 418 (remove_files) COMPLETE
51332024-08-26T23:58:59.886Z[ recovery-image] Aug 26 23:58:58.783 INFO O| Aug 26 23:58:58.783 INFO STEP 419: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51342024-08-26T23:58:59.893Z[ recovery-image] Aug 26 23:58:58.792 INFO O| Aug 26 23:58:58.792 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ssh-agent"
51352024-08-26T23:58:59.896Z[ recovery-image] Aug 26 23:58:58.792 INFO O| Aug 26 23:58:58.792 INFO STEP 419 (remove_files) COMPLETE
51362024-08-26T23:58:59.896Z[ recovery-image] Aug 26 23:58:58.793 INFO O| Aug 26 23:58:58.792 INFO STEP 420: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51372024-08-26T23:58:59.902Z[ recovery-image] Aug 26 23:58:58.802 INFO O| Aug 26 23:58:58.802 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ssh-copy-id"
51382024-08-26T23:58:59.902Z[ recovery-image] Aug 26 23:58:58.802 INFO O| Aug 26 23:58:58.802 INFO STEP 420 (remove_files) COMPLETE
51392024-08-26T23:58:59.905Z[ recovery-image] Aug 26 23:58:58.802 INFO O| Aug 26 23:58:58.802 INFO STEP 421: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51402024-08-26T23:58:59.912Z[ recovery-image] Aug 26 23:58:58.812 INFO O| Aug 26 23:58:58.811 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ssh-keyscan"
51412024-08-26T23:58:59.915Z[ recovery-image] Aug 26 23:58:58.812 INFO O| Aug 26 23:58:58.812 INFO STEP 421 (remove_files) COMPLETE
51422024-08-26T23:58:59.915Z[ recovery-image] Aug 26 23:58:58.812 INFO O| Aug 26 23:58:58.812 INFO STEP 422: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51432024-08-26T23:58:59.921Z[ recovery-image] Aug 26 23:58:58.821 INFO O| Aug 26 23:58:58.821 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/strings"
51442024-08-26T23:58:59.921Z[ recovery-image] Aug 26 23:58:58.821 INFO O| Aug 26 23:58:58.821 INFO STEP 422 (remove_files) COMPLETE
51452024-08-26T23:58:59.921Z[ recovery-image] Aug 26 23:58:58.821 INFO O| Aug 26 23:58:58.821 INFO STEP 423: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51462024-08-26T23:58:59.931Z[ recovery-image] Aug 26 23:58:58.831 INFO O| Aug 26 23:58:58.831 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/sum"
51472024-08-26T23:58:59.931Z[ recovery-image] Aug 26 23:58:58.831 INFO O| Aug 26 23:58:58.831 INFO STEP 423 (remove_files) COMPLETE
51482024-08-26T23:58:59.931Z[ recovery-image] Aug 26 23:58:58.831 INFO O| Aug 26 23:58:58.831 INFO STEP 424: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51492024-08-26T23:58:59.941Z[ recovery-image] Aug 26 23:58:58.841 INFO O| Aug 26 23:58:58.841 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/tabs"
51502024-08-26T23:58:59.941Z[ recovery-image] Aug 26 23:58:58.841 INFO O| Aug 26 23:58:58.841 INFO STEP 424 (remove_files) COMPLETE
51512024-08-26T23:58:59.944Z[ recovery-image] Aug 26 23:58:58.841 INFO O| Aug 26 23:58:58.841 INFO STEP 425: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51522024-08-26T23:58:59.951Z[ recovery-image] Aug 26 23:58:58.851 INFO O| Aug 26 23:58:58.851 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/tcopy"
51532024-08-26T23:58:59.951Z[ recovery-image] Aug 26 23:58:58.851 INFO O| Aug 26 23:58:58.851 INFO STEP 425 (remove_files) COMPLETE
51542024-08-26T23:58:59.953Z[ recovery-image] Aug 26 23:58:58.851 INFO O| Aug 26 23:58:58.851 INFO STEP 426: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51552024-08-26T23:58:59.961Z[ recovery-image] Aug 26 23:58:58.861 INFO O| Aug 26 23:58:58.861 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/test"
51562024-08-26T23:58:59.965Z[ recovery-image] Aug 26 23:58:58.861 INFO O| Aug 26 23:58:58.861 INFO STEP 426 (remove_files) COMPLETE
51572024-08-26T23:58:59.965Z[ recovery-image] Aug 26 23:58:58.861 INFO O| Aug 26 23:58:58.861 INFO STEP 427: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51582024-08-26T23:58:59.970Z[ recovery-image] Aug 26 23:58:58.870 INFO O| Aug 26 23:58:58.870 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/tic"
51592024-08-26T23:58:59.973Z[ recovery-image] Aug 26 23:58:58.870 INFO O| Aug 26 23:58:58.870 INFO STEP 427 (remove_files) COMPLETE
51602024-08-26T23:58:59.973Z[ recovery-image] Aug 26 23:58:58.870 INFO O| Aug 26 23:58:58.870 INFO STEP 428: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51612024-08-26T23:58:59.980Z[ recovery-image] Aug 26 23:58:58.880 INFO O| Aug 26 23:58:58.879 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/time"
51622024-08-26T23:58:59.980Z[ recovery-image] Aug 26 23:58:58.880 INFO O| Aug 26 23:58:58.880 INFO STEP 428 (remove_files) COMPLETE
51632024-08-26T23:58:59.982Z[ recovery-image] Aug 26 23:58:58.880 INFO O| Aug 26 23:58:58.880 INFO STEP 429: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51642024-08-26T23:58:59.989Z[ recovery-image] Aug 26 23:58:58.889 INFO O| Aug 26 23:58:58.889 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/tip"
51652024-08-26T23:58:59.989Z[ recovery-image] Aug 26 23:58:58.889 INFO O| Aug 26 23:58:58.889 INFO STEP 429 (remove_files) COMPLETE
51662024-08-26T23:58:59.989Z[ recovery-image] Aug 26 23:58:58.889 INFO O| Aug 26 23:58:58.889 INFO STEP 430: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51672024-08-26T23:58:59.999Z[ recovery-image] Aug 26 23:58:58.899 INFO O| Aug 26 23:58:58.899 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/tkmib"
51682024-08-26T23:59:00.000Z[ recovery-image] Aug 26 23:58:58.899 INFO O| Aug 26 23:58:58.899 INFO STEP 430 (remove_files) COMPLETE
51692024-08-26T23:59:00.002Z[ recovery-image] Aug 26 23:58:58.899 INFO O| Aug 26 23:58:58.899 INFO STEP 431: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51702024-08-26T23:59:00.011Z[ recovery-image] Aug 26 23:58:58.911 INFO O| Aug 26 23:58:58.911 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/tpmadm"
51712024-08-26T23:59:00.011Z[ recovery-image] Aug 26 23:58:58.911 INFO O| Aug 26 23:58:58.911 INFO STEP 431 (remove_files) COMPLETE
51722024-08-26T23:59:00.011Z[ recovery-image] Aug 26 23:58:58.911 INFO O| Aug 26 23:58:58.911 INFO STEP 432: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51732024-08-26T23:59:00.021Z[ recovery-image] Aug 26 23:58:58.921 INFO O| Aug 26 23:58:58.921 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/traptoemail"
51742024-08-26T23:59:00.021Z[ recovery-image] Aug 26 23:58:58.921 INFO O| Aug 26 23:58:58.921 INFO STEP 432 (remove_files) COMPLETE
51752024-08-26T23:59:00.023Z[ recovery-image] Aug 26 23:58:58.921 INFO O| Aug 26 23:58:58.921 INFO STEP 433: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51762024-08-26T23:59:00.032Z[ recovery-image] Aug 26 23:58:58.932 INFO O| Aug 26 23:58:58.932 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/true"
51772024-08-26T23:59:00.033Z[ recovery-image] Aug 26 23:58:58.932 INFO O| Aug 26 23:58:58.932 INFO STEP 433 (remove_files) COMPLETE
51782024-08-26T23:59:00.033Z[ recovery-image] Aug 26 23:58:58.932 INFO O| Aug 26 23:58:58.932 INFO STEP 434: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51792024-08-26T23:59:00.042Z[ recovery-image] Aug 26 23:58:58.942 INFO O| Aug 26 23:58:58.942 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/tty"
51802024-08-26T23:59:00.042Z[ recovery-image] Aug 26 23:58:58.942 INFO O| Aug 26 23:58:58.942 INFO STEP 434 (remove_files) COMPLETE
51812024-08-26T23:59:00.042Z[ recovery-image] Aug 26 23:58:58.942 INFO O| Aug 26 23:58:58.942 INFO STEP 435: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51822024-08-26T23:59:00.052Z[ recovery-image] Aug 26 23:58:58.952 INFO O| Aug 26 23:58:58.952 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/type"
51832024-08-26T23:59:00.055Z[ recovery-image] Aug 26 23:58:58.952 INFO O| Aug 26 23:58:58.952 INFO STEP 435 (remove_files) COMPLETE
51842024-08-26T23:59:00.055Z[ recovery-image] Aug 26 23:58:58.952 INFO O| Aug 26 23:58:58.952 INFO STEP 436: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51852024-08-26T23:59:00.064Z[ recovery-image] Aug 26 23:58:58.963 INFO O| Aug 26 23:58:58.963 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/tzselect"
51862024-08-26T23:59:00.064Z[ recovery-image] Aug 26 23:58:58.964 INFO O| Aug 26 23:58:58.964 INFO STEP 436 (remove_files) COMPLETE
51872024-08-26T23:59:00.066Z[ recovery-image] Aug 26 23:58:58.964 INFO O| Aug 26 23:58:58.964 INFO STEP 437: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51882024-08-26T23:59:00.073Z[ recovery-image] Aug 26 23:58:58.973 INFO O| Aug 26 23:58:58.973 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ulimit"
51892024-08-26T23:59:00.073Z[ recovery-image] Aug 26 23:58:58.973 INFO O| Aug 26 23:58:58.973 INFO STEP 437 (remove_files) COMPLETE
51902024-08-26T23:59:00.076Z[ recovery-image] Aug 26 23:58:58.973 INFO O| Aug 26 23:58:58.973 INFO STEP 438: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51912024-08-26T23:59:00.085Z[ recovery-image] Aug 26 23:58:58.985 INFO O| Aug 26 23:58:58.985 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/umask"
51922024-08-26T23:59:00.085Z[ recovery-image] Aug 26 23:58:58.985 INFO O| Aug 26 23:58:58.985 INFO STEP 438 (remove_files) COMPLETE
51932024-08-26T23:59:00.085Z[ recovery-image] Aug 26 23:58:58.985 INFO O| Aug 26 23:58:58.985 INFO STEP 439: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51942024-08-26T23:59:00.095Z[ recovery-image] Aug 26 23:58:58.995 INFO O| Aug 26 23:58:58.995 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/unalias"
51952024-08-26T23:59:00.095Z[ recovery-image] Aug 26 23:58:58.995 INFO O| Aug 26 23:58:58.995 INFO STEP 439 (remove_files) COMPLETE
51962024-08-26T23:59:00.095Z[ recovery-image] Aug 26 23:58:58.995 INFO O| Aug 26 23:58:58.995 INFO STEP 440: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51972024-08-26T23:59:00.108Z[ recovery-image] Aug 26 23:58:59.008 INFO O| Aug 26 23:58:59.007 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/uncompress"
51982024-08-26T23:59:00.108Z[ recovery-image] Aug 26 23:58:59.008 INFO O| Aug 26 23:58:59.008 INFO STEP 440 (remove_files) COMPLETE
51992024-08-26T23:59:00.108Z[ recovery-image] Aug 26 23:58:59.008 INFO O| Aug 26 23:58:59.008 INFO STEP 441: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52002024-08-26T23:59:00.118Z[ recovery-image] Aug 26 23:58:59.018 INFO O| Aug 26 23:58:59.018 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/unexpand"
52012024-08-26T23:59:00.118Z[ recovery-image] Aug 26 23:58:59.018 INFO O| Aug 26 23:58:59.018 INFO STEP 441 (remove_files) COMPLETE
52022024-08-26T23:59:00.122Z[ recovery-image] Aug 26 23:58:59.018 INFO O| Aug 26 23:58:59.018 INFO STEP 442: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52032024-08-26T23:59:00.130Z[ recovery-image] Aug 26 23:58:59.030 INFO O| Aug 26 23:58:59.029 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/uniq"
52042024-08-26T23:59:00.130Z[ recovery-image] Aug 26 23:58:59.030 INFO O| Aug 26 23:58:59.030 INFO STEP 442 (remove_files) COMPLETE
52052024-08-26T23:59:00.132Z[ recovery-image] Aug 26 23:58:59.030 INFO O| Aug 26 23:58:59.030 INFO STEP 443: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52062024-08-26T23:59:00.139Z[ recovery-image] Aug 26 23:58:59.039 INFO O| Aug 26 23:58:59.039 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/units"
52072024-08-26T23:59:00.139Z[ recovery-image] Aug 26 23:58:59.039 INFO O| Aug 26 23:58:59.039 INFO STEP 443 (remove_files) COMPLETE
52082024-08-26T23:59:00.139Z[ recovery-image] Aug 26 23:58:59.039 INFO O| Aug 26 23:58:59.039 INFO STEP 444: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52092024-08-26T23:59:00.149Z[ recovery-image] Aug 26 23:58:59.049 INFO O| Aug 26 23:58:59.049 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/unix2dos"
52102024-08-26T23:59:00.149Z[ recovery-image] Aug 26 23:58:59.049 INFO O| Aug 26 23:58:59.049 INFO STEP 444 (remove_files) COMPLETE
52112024-08-26T23:59:00.152Z[ recovery-image] Aug 26 23:58:59.049 INFO O| Aug 26 23:58:59.049 INFO STEP 445: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52122024-08-26T23:59:00.159Z[ recovery-image] Aug 26 23:58:59.058 INFO O| Aug 26 23:58:59.058 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/unpack"
52132024-08-26T23:59:00.162Z[ recovery-image] Aug 26 23:58:59.058 INFO O| Aug 26 23:58:59.058 INFO STEP 445 (remove_files) COMPLETE
52142024-08-26T23:59:00.162Z[ recovery-image] Aug 26 23:58:59.058 INFO O| Aug 26 23:58:59.058 INFO STEP 446: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52152024-08-26T23:59:00.168Z[ recovery-image] Aug 26 23:58:59.068 INFO O| Aug 26 23:58:59.068 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/uptime"
52162024-08-26T23:59:00.171Z[ recovery-image] Aug 26 23:58:59.068 INFO O| Aug 26 23:58:59.068 INFO STEP 446 (remove_files) COMPLETE
52172024-08-26T23:59:00.171Z[ recovery-image] Aug 26 23:58:59.068 INFO O| Aug 26 23:58:59.068 INFO STEP 447: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52182024-08-26T23:59:00.178Z[ recovery-image] Aug 26 23:58:59.078 INFO O| Aug 26 23:58:59.078 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/userattr"
52192024-08-26T23:59:00.178Z[ recovery-image] Aug 26 23:58:59.078 INFO O| Aug 26 23:58:59.078 INFO STEP 447 (remove_files) COMPLETE
52202024-08-26T23:59:00.181Z[ recovery-image] Aug 26 23:58:59.078 INFO O| Aug 26 23:58:59.078 INFO STEP 448: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52212024-08-26T23:59:00.187Z[ recovery-image] Aug 26 23:58:59.087 INFO O| Aug 26 23:58:59.087 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/uudecode"
52222024-08-26T23:59:00.187Z[ recovery-image] Aug 26 23:58:59.087 INFO O| Aug 26 23:58:59.087 INFO STEP 448 (remove_files) COMPLETE
52232024-08-26T23:59:00.187Z[ recovery-image] Aug 26 23:58:59.087 INFO O| Aug 26 23:58:59.087 INFO STEP 449: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52242024-08-26T23:59:00.197Z[ recovery-image] Aug 26 23:58:59.097 INFO O| Aug 26 23:58:59.097 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/uuencode"
52252024-08-26T23:59:00.197Z[ recovery-image] Aug 26 23:58:59.097 INFO O| Aug 26 23:58:59.097 INFO STEP 449 (remove_files) COMPLETE
52262024-08-26T23:59:00.197Z[ recovery-image] Aug 26 23:58:59.097 INFO O| Aug 26 23:58:59.097 INFO STEP 450: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52272024-08-26T23:59:00.207Z[ recovery-image] Aug 26 23:58:59.107 INFO O| Aug 26 23:58:59.106 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/uuidgen"
52282024-08-26T23:59:00.209Z[ recovery-image] Aug 26 23:58:59.107 INFO O| Aug 26 23:58:59.107 INFO STEP 450 (remove_files) COMPLETE
52292024-08-26T23:59:00.209Z[ recovery-image] Aug 26 23:58:59.107 INFO O| Aug 26 23:58:59.107 INFO STEP 451: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52302024-08-26T23:59:00.216Z[ recovery-image] Aug 26 23:58:59.116 INFO O| Aug 26 23:58:59.116 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/vedit"
52312024-08-26T23:59:00.219Z[ recovery-image] Aug 26 23:58:59.116 INFO O| Aug 26 23:58:59.116 INFO STEP 451 (remove_files) COMPLETE
52322024-08-26T23:59:00.219Z[ recovery-image] Aug 26 23:58:59.116 INFO O| Aug 26 23:58:59.116 INFO STEP 452: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52332024-08-26T23:59:00.226Z[ recovery-image] Aug 26 23:58:59.126 INFO O| Aug 26 23:58:59.126 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/vim"
52342024-08-26T23:59:00.228Z[ recovery-image] Aug 26 23:58:59.126 INFO O| Aug 26 23:58:59.126 INFO STEP 452 (remove_files) COMPLETE
52352024-08-26T23:59:00.228Z[ recovery-image] Aug 26 23:58:59.126 INFO O| Aug 26 23:58:59.126 INFO STEP 453: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52362024-08-26T23:59:00.235Z[ recovery-image] Aug 26 23:58:59.135 INFO O| Aug 26 23:58:59.135 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/vimtutor"
52372024-08-26T23:59:00.235Z[ recovery-image] Aug 26 23:58:59.135 INFO O| Aug 26 23:58:59.135 INFO STEP 453 (remove_files) COMPLETE
52382024-08-26T23:59:00.238Z[ recovery-image] Aug 26 23:58:59.135 INFO O| Aug 26 23:58:59.135 INFO STEP 454: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52392024-08-26T23:59:00.246Z[ recovery-image] Aug 26 23:58:59.145 INFO O| Aug 26 23:58:59.145 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/vmstat"
52402024-08-26T23:59:00.249Z[ recovery-image] Aug 26 23:58:59.145 INFO O| Aug 26 23:58:59.145 INFO STEP 454 (remove_files) COMPLETE
52412024-08-26T23:59:00.249Z[ recovery-image] Aug 26 23:58:59.145 INFO O| Aug 26 23:58:59.145 INFO STEP 455: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52422024-08-26T23:59:00.255Z[ recovery-image] Aug 26 23:58:59.155 INFO O| Aug 26 23:58:59.155 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/vtfontcvt"
52432024-08-26T23:59:00.257Z[ recovery-image] Aug 26 23:58:59.155 INFO O| Aug 26 23:58:59.155 INFO STEP 455 (remove_files) COMPLETE
52442024-08-26T23:59:00.257Z[ recovery-image] Aug 26 23:58:59.155 INFO O| Aug 26 23:58:59.155 INFO STEP 456: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52452024-08-26T23:59:00.266Z[ recovery-image] Aug 26 23:58:59.166 INFO O| Aug 26 23:58:59.166 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/w"
52462024-08-26T23:59:00.266Z[ recovery-image] Aug 26 23:58:59.166 INFO O| Aug 26 23:58:59.166 INFO STEP 456 (remove_files) COMPLETE
52472024-08-26T23:59:00.268Z[ recovery-image] Aug 26 23:58:59.166 INFO O| Aug 26 23:58:59.166 INFO STEP 457: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52482024-08-26T23:59:00.275Z[ recovery-image] Aug 26 23:58:59.175 INFO O| Aug 26 23:58:59.175 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/wait"
52492024-08-26T23:59:00.275Z[ recovery-image] Aug 26 23:58:59.175 INFO O| Aug 26 23:58:59.175 INFO STEP 457 (remove_files) COMPLETE
52502024-08-26T23:59:00.275Z[ recovery-image] Aug 26 23:58:59.175 INFO O| Aug 26 23:58:59.175 INFO STEP 458: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52512024-08-26T23:59:00.285Z[ recovery-image] Aug 26 23:58:59.185 INFO O| Aug 26 23:58:59.185 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/watch"
52522024-08-26T23:59:00.288Z[ recovery-image] Aug 26 23:58:59.186 INFO O| Aug 26 23:58:59.186 INFO STEP 458 (remove_files) COMPLETE
52532024-08-26T23:59:00.288Z[ recovery-image] Aug 26 23:58:59.186 INFO O| Aug 26 23:58:59.186 INFO STEP 459: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52542024-08-26T23:59:00.296Z[ recovery-image] Aug 26 23:58:59.195 INFO O| Aug 26 23:58:59.195 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/wc"
52552024-08-26T23:59:00.298Z[ recovery-image] Aug 26 23:58:59.195 INFO O| Aug 26 23:58:59.195 INFO STEP 459 (remove_files) COMPLETE
52562024-08-26T23:59:00.298Z[ recovery-image] Aug 26 23:58:59.196 INFO O| Aug 26 23:58:59.195 INFO STEP 460: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52572024-08-26T23:59:00.305Z[ recovery-image] Aug 26 23:58:59.205 INFO O| Aug 26 23:58:59.205 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/which"
52582024-08-26T23:59:00.305Z[ recovery-image] Aug 26 23:58:59.205 INFO O| Aug 26 23:58:59.205 INFO STEP 460 (remove_files) COMPLETE
52592024-08-26T23:59:00.305Z[ recovery-image] Aug 26 23:58:59.205 INFO O| Aug 26 23:58:59.205 INFO STEP 461: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52602024-08-26T23:59:00.315Z[ recovery-image] Aug 26 23:58:59.215 INFO O| Aug 26 23:58:59.214 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/whocalls"
52612024-08-26T23:59:00.315Z[ recovery-image] Aug 26 23:58:59.215 INFO O| Aug 26 23:58:59.215 INFO STEP 461 (remove_files) COMPLETE
52622024-08-26T23:59:00.317Z[ recovery-image] Aug 26 23:58:59.215 INFO O| Aug 26 23:58:59.215 INFO STEP 462: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52632024-08-26T23:59:00.324Z[ recovery-image] Aug 26 23:58:59.224 INFO O| Aug 26 23:58:59.224 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/wracct"
52642024-08-26T23:59:00.327Z[ recovery-image] Aug 26 23:58:59.224 INFO O| Aug 26 23:58:59.224 INFO STEP 462 (remove_files) COMPLETE
52652024-08-26T23:59:00.327Z[ recovery-image] Aug 26 23:58:59.224 INFO O| Aug 26 23:58:59.224 INFO STEP 463: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52662024-08-26T23:59:00.334Z[ recovery-image] Aug 26 23:58:59.234 INFO O| Aug 26 23:58:59.234 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/write"
52672024-08-26T23:59:00.334Z[ recovery-image] Aug 26 23:58:59.234 INFO O| Aug 26 23:58:59.234 INFO STEP 463 (remove_files) COMPLETE
52682024-08-26T23:59:00.337Z[ recovery-image] Aug 26 23:58:59.234 INFO O| Aug 26 23:58:59.234 INFO STEP 464: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52692024-08-26T23:59:00.344Z[ recovery-image] Aug 26 23:58:59.244 INFO O| Aug 26 23:58:59.243 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/xargs"
52702024-08-26T23:59:00.344Z[ recovery-image] Aug 26 23:58:59.244 INFO O| Aug 26 23:58:59.244 INFO STEP 464 (remove_files) COMPLETE
52712024-08-26T23:59:00.344Z[ recovery-image] Aug 26 23:58:59.244 INFO O| Aug 26 23:58:59.244 INFO STEP 465: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52722024-08-26T23:59:00.354Z[ recovery-image] Aug 26 23:58:59.254 INFO O| Aug 26 23:58:59.254 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/xml2-config"
52732024-08-26T23:59:00.354Z[ recovery-image] Aug 26 23:58:59.254 INFO O| Aug 26 23:58:59.254 INFO STEP 465 (remove_files) COMPLETE
52742024-08-26T23:59:00.357Z[ recovery-image] Aug 26 23:58:59.254 INFO O| Aug 26 23:58:59.254 INFO STEP 466: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52752024-08-26T23:59:00.364Z[ recovery-image] Aug 26 23:58:59.264 INFO O| Aug 26 23:58:59.264 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/xmlcatalog"
52762024-08-26T23:59:00.364Z[ recovery-image] Aug 26 23:58:59.264 INFO O| Aug 26 23:58:59.264 INFO STEP 466 (remove_files) COMPLETE
52772024-08-26T23:59:00.364Z[ recovery-image] Aug 26 23:58:59.264 INFO O| Aug 26 23:58:59.264 INFO STEP 467: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52782024-08-26T23:59:00.374Z[ recovery-image] Aug 26 23:58:59.274 INFO O| Aug 26 23:58:59.273 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/xmllint"
52792024-08-26T23:59:00.374Z[ recovery-image] Aug 26 23:58:59.274 INFO O| Aug 26 23:58:59.274 INFO STEP 467 (remove_files) COMPLETE
52802024-08-26T23:59:00.376Z[ recovery-image] Aug 26 23:58:59.274 INFO O| Aug 26 23:58:59.274 INFO STEP 468: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52812024-08-26T23:59:00.383Z[ recovery-image] Aug 26 23:58:59.283 INFO O| Aug 26 23:58:59.283 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/xmlwf"
52822024-08-26T23:59:00.383Z[ recovery-image] Aug 26 23:58:59.283 INFO O| Aug 26 23:58:59.283 INFO STEP 468 (remove_files) COMPLETE
52832024-08-26T23:59:00.383Z[ recovery-image] Aug 26 23:58:59.283 INFO O| Aug 26 23:58:59.283 INFO STEP 469: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52842024-08-26T23:59:00.393Z[ recovery-image] Aug 26 23:58:59.292 INFO O| Aug 26 23:58:59.292 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/xstr"
52852024-08-26T23:59:00.395Z[ recovery-image] Aug 26 23:58:59.293 INFO O| Aug 26 23:58:59.293 INFO STEP 469 (remove_files) COMPLETE
52862024-08-26T23:59:00.395Z[ recovery-image] Aug 26 23:58:59.293 INFO O| Aug 26 23:58:59.293 INFO STEP 470: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52872024-08-26T23:59:00.403Z[ recovery-image] Aug 26 23:58:59.302 INFO O| Aug 26 23:58:59.302 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/xxd"
52882024-08-26T23:59:00.403Z[ recovery-image] Aug 26 23:58:59.302 INFO O| Aug 26 23:58:59.302 INFO STEP 470 (remove_files) COMPLETE
52892024-08-26T23:59:00.406Z[ recovery-image] Aug 26 23:58:59.302 INFO O| Aug 26 23:58:59.302 INFO STEP 471: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52902024-08-26T23:59:00.412Z[ recovery-image] Aug 26 23:58:59.312 INFO O| Aug 26 23:58:59.312 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/xz"
52912024-08-26T23:59:00.414Z[ recovery-image] Aug 26 23:58:59.312 INFO O| Aug 26 23:58:59.312 INFO STEP 471 (remove_files) COMPLETE
52922024-08-26T23:59:00.414Z[ recovery-image] Aug 26 23:58:59.312 INFO O| Aug 26 23:58:59.312 INFO STEP 472: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52932024-08-26T23:59:00.421Z[ recovery-image] Aug 26 23:58:59.321 INFO O| Aug 26 23:58:59.321 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/xzdec"
52942024-08-26T23:59:00.421Z[ recovery-image] Aug 26 23:58:59.321 INFO O| Aug 26 23:58:59.321 INFO STEP 472 (remove_files) COMPLETE
52952024-08-26T23:59:00.424Z[ recovery-image] Aug 26 23:58:59.321 INFO O| Aug 26 23:58:59.321 INFO STEP 473: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52962024-08-26T23:59:00.431Z[ recovery-image] Aug 26 23:58:59.331 INFO O| Aug 26 23:58:59.331 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/xzdiff"
52972024-08-26T23:59:00.431Z[ recovery-image] Aug 26 23:58:59.331 INFO O| Aug 26 23:58:59.331 INFO STEP 473 (remove_files) COMPLETE
52982024-08-26T23:59:00.431Z[ recovery-image] Aug 26 23:58:59.331 INFO O| Aug 26 23:58:59.331 INFO STEP 474: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52992024-08-26T23:59:00.440Z[ recovery-image] Aug 26 23:58:59.340 INFO O| Aug 26 23:58:59.340 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/xzgrep"
53002024-08-26T23:59:00.440Z[ recovery-image] Aug 26 23:58:59.340 INFO O| Aug 26 23:58:59.340 INFO STEP 474 (remove_files) COMPLETE
53012024-08-26T23:59:00.443Z[ recovery-image] Aug 26 23:58:59.340 INFO O| Aug 26 23:58:59.340 INFO STEP 475: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53022024-08-26T23:59:00.450Z[ recovery-image] Aug 26 23:58:59.350 INFO O| Aug 26 23:58:59.349 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/xzless"
53032024-08-26T23:59:00.452Z[ recovery-image] Aug 26 23:58:59.350 INFO O| Aug 26 23:58:59.350 INFO STEP 475 (remove_files) COMPLETE
53042024-08-26T23:59:00.452Z[ recovery-image] Aug 26 23:58:59.350 INFO O| Aug 26 23:58:59.350 INFO STEP 476: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53052024-08-26T23:59:00.459Z[ recovery-image] Aug 26 23:58:59.359 INFO O| Aug 26 23:58:59.359 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/xzmore"
53062024-08-26T23:59:00.459Z[ recovery-image] Aug 26 23:58:59.359 INFO O| Aug 26 23:58:59.359 INFO STEP 476 (remove_files) COMPLETE
53072024-08-26T23:59:00.462Z[ recovery-image] Aug 26 23:58:59.359 INFO O| Aug 26 23:58:59.359 INFO STEP 477: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53082024-08-26T23:59:00.469Z[ recovery-image] Aug 26 23:58:59.369 INFO O| Aug 26 23:58:59.369 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/yes"
53092024-08-26T23:59:00.469Z[ recovery-image] Aug 26 23:58:59.369 INFO O| Aug 26 23:58:59.369 INFO STEP 477 (remove_files) COMPLETE
53102024-08-26T23:59:00.469Z[ recovery-image] Aug 26 23:58:59.369 INFO O| Aug 26 23:58:59.369 INFO STEP 478: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53112024-08-26T23:59:00.479Z[ recovery-image] Aug 26 23:58:59.379 INFO O| Aug 26 23:58:59.378 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/zcat"
53122024-08-26T23:59:00.479Z[ recovery-image] Aug 26 23:58:59.379 INFO O| Aug 26 23:58:59.379 INFO STEP 478 (remove_files) COMPLETE
53132024-08-26T23:59:00.479Z[ recovery-image] Aug 26 23:58:59.379 INFO O| Aug 26 23:58:59.379 INFO STEP 479: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53142024-08-26T23:59:00.488Z[ recovery-image] Aug 26 23:58:59.388 INFO O| Aug 26 23:58:59.388 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/zonestat"
53152024-08-26T23:59:00.488Z[ recovery-image] Aug 26 23:58:59.388 INFO O| Aug 26 23:58:59.388 INFO STEP 479 (remove_files) COMPLETE
53162024-08-26T23:59:00.492Z[ recovery-image] Aug 26 23:58:59.388 INFO O| Aug 26 23:58:59.388 INFO STEP 480: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53172024-08-26T23:59:00.498Z[ recovery-image] Aug 26 23:58:59.397 INFO O| Aug 26 23:58:59.397 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/zstd"
53182024-08-26T23:59:00.498Z[ recovery-image] Aug 26 23:58:59.398 INFO O| Aug 26 23:58:59.398 INFO STEP 480 (remove_files) COMPLETE
53192024-08-26T23:59:00.498Z[ recovery-image] Aug 26 23:58:59.398 INFO O| Aug 26 23:58:59.398 INFO STEP 481: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53202024-08-26T23:59:00.507Z[ recovery-image] Aug 26 23:58:59.407 INFO O| Aug 26 23:58:59.407 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/zstdgrep"
53212024-08-26T23:59:00.507Z[ recovery-image] Aug 26 23:58:59.407 INFO O| Aug 26 23:58:59.407 INFO STEP 481 (remove_files) COMPLETE
53222024-08-26T23:59:00.511Z[ recovery-image] Aug 26 23:58:59.407 INFO O| Aug 26 23:58:59.407 INFO STEP 482: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53232024-08-26T23:59:00.517Z[ recovery-image] Aug 26 23:58:59.417 INFO O| Aug 26 23:58:59.416 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/zstdless"
53242024-08-26T23:59:00.517Z[ recovery-image] Aug 26 23:58:59.417 INFO O| Aug 26 23:58:59.417 INFO STEP 482 (remove_files) COMPLETE
53252024-08-26T23:59:00.519Z[ recovery-image] Aug 26 23:58:59.417 INFO O| Aug 26 23:58:59.417 INFO STEP 483: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53262024-08-26T23:59:00.526Z[ recovery-image] Aug 26 23:58:59.426 INFO O| Aug 26 23:58:59.426 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gcc/10/lib/amd64/libatomic.so.1.2.0"
53272024-08-26T23:59:00.529Z[ recovery-image] Aug 26 23:58:59.426 INFO O| Aug 26 23:58:59.426 INFO STEP 483 (remove_files) COMPLETE
53282024-08-26T23:59:00.529Z[ recovery-image] Aug 26 23:58:59.426 INFO O| Aug 26 23:58:59.426 INFO STEP 484: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53292024-08-26T23:59:00.536Z[ recovery-image] Aug 26 23:58:59.436 INFO O| Aug 26 23:58:59.435 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gcc/10/lib/amd64/libgomp.so.1.0.0"
53302024-08-26T23:59:00.536Z[ recovery-image] Aug 26 23:58:59.436 INFO O| Aug 26 23:58:59.436 INFO STEP 484 (remove_files) COMPLETE
53312024-08-26T23:59:00.536Z[ recovery-image] Aug 26 23:58:59.436 INFO O| Aug 26 23:58:59.436 INFO STEP 485: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53322024-08-26T23:59:00.545Z[ recovery-image] Aug 26 23:58:59.445 INFO O| Aug 26 23:58:59.445 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gcc/10/lib/amd64/libssp.so.0.0.0"
53332024-08-26T23:59:00.545Z[ recovery-image] Aug 26 23:58:59.445 INFO O| Aug 26 23:58:59.445 INFO STEP 485 (remove_files) COMPLETE
53342024-08-26T23:59:00.548Z[ recovery-image] Aug 26 23:58:59.445 INFO O| Aug 26 23:58:59.445 INFO STEP 486: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53352024-08-26T23:59:00.555Z[ recovery-image] Aug 26 23:58:59.455 INFO O| Aug 26 23:58:59.454 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gcc/10/lib/amd64/libstdc++.so.6.0.28"
53362024-08-26T23:59:00.557Z[ recovery-image] Aug 26 23:58:59.455 INFO O| Aug 26 23:58:59.455 INFO STEP 486 (remove_files) COMPLETE
53372024-08-26T23:59:00.557Z[ recovery-image] Aug 26 23:58:59.455 INFO O| Aug 26 23:58:59.455 INFO STEP 487: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53382024-08-26T23:59:00.564Z[ recovery-image] Aug 26 23:58:59.464 INFO O| Aug 26 23:58:59.464 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gcc/10/lib/libatomic.so.1.2.0"
53392024-08-26T23:59:00.564Z[ recovery-image] Aug 26 23:58:59.464 INFO O| Aug 26 23:58:59.464 INFO STEP 487 (remove_files) COMPLETE
53402024-08-26T23:59:00.568Z[ recovery-image] Aug 26 23:58:59.464 INFO O| Aug 26 23:58:59.464 INFO STEP 488: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53412024-08-26T23:59:00.574Z[ recovery-image] Aug 26 23:58:59.474 INFO O| Aug 26 23:58:59.473 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gcc/10/lib/libgcc_s.so.1"
53422024-08-26T23:59:00.574Z[ recovery-image] Aug 26 23:58:59.474 INFO O| Aug 26 23:58:59.474 INFO STEP 488 (remove_files) COMPLETE
53432024-08-26T23:59:00.574Z[ recovery-image] Aug 26 23:58:59.474 INFO O| Aug 26 23:58:59.474 INFO STEP 489: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53442024-08-26T23:59:00.583Z[ recovery-image] Aug 26 23:58:59.483 INFO O| Aug 26 23:58:59.483 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gcc/10/lib/libgomp.so.1.0.0"
53452024-08-26T23:59:00.587Z[ recovery-image] Aug 26 23:58:59.483 INFO O| Aug 26 23:58:59.483 INFO STEP 489 (remove_files) COMPLETE
53462024-08-26T23:59:00.587Z[ recovery-image] Aug 26 23:58:59.483 INFO O| Aug 26 23:58:59.483 INFO STEP 490: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53472024-08-26T23:59:00.593Z[ recovery-image] Aug 26 23:58:59.493 INFO O| Aug 26 23:58:59.493 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gcc/10/lib/libssp.so.0.0.0"
53482024-08-26T23:59:00.593Z[ recovery-image] Aug 26 23:58:59.493 INFO O| Aug 26 23:58:59.493 INFO STEP 490 (remove_files) COMPLETE
53492024-08-26T23:59:00.596Z[ recovery-image] Aug 26 23:58:59.493 INFO O| Aug 26 23:58:59.493 INFO STEP 491: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53502024-08-26T23:59:00.603Z[ recovery-image] Aug 26 23:58:59.503 INFO O| Aug 26 23:58:59.503 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gcc/10/lib/libstdc++.so.6.0.28"
53512024-08-26T23:59:00.605Z[ recovery-image] Aug 26 23:58:59.503 INFO O| Aug 26 23:58:59.503 INFO STEP 491 (remove_files) COMPLETE
53522024-08-26T23:59:00.605Z[ recovery-image] Aug 26 23:58:59.503 INFO O| Aug 26 23:58:59.503 INFO STEP 492: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53532024-08-26T23:59:00.612Z[ recovery-image] Aug 26 23:58:59.512 INFO O| Aug 26 23:58:59.512 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gnu/lib/amd64/libform.so.5.9"
53542024-08-26T23:59:00.615Z[ recovery-image] Aug 26 23:58:59.512 INFO O| Aug 26 23:58:59.512 INFO STEP 492 (remove_files) COMPLETE
53552024-08-26T23:59:00.615Z[ recovery-image] Aug 26 23:58:59.512 INFO O| Aug 26 23:58:59.512 INFO STEP 493: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53562024-08-26T23:59:00.622Z[ recovery-image] Aug 26 23:58:59.522 INFO O| Aug 26 23:58:59.522 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gnu/lib/amd64/libmenu.so.5.9"
53572024-08-26T23:59:00.622Z[ recovery-image] Aug 26 23:58:59.522 INFO O| Aug 26 23:58:59.522 INFO STEP 493 (remove_files) COMPLETE
53582024-08-26T23:59:00.622Z[ recovery-image] Aug 26 23:58:59.522 INFO O| Aug 26 23:58:59.522 INFO STEP 494: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53592024-08-26T23:59:00.631Z[ recovery-image] Aug 26 23:58:59.531 INFO O| Aug 26 23:58:59.531 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gnu/lib/amd64/libpanel.so.5.9"
53602024-08-26T23:59:00.631Z[ recovery-image] Aug 26 23:58:59.531 INFO O| Aug 26 23:58:59.531 INFO STEP 494 (remove_files) COMPLETE
53612024-08-26T23:59:00.635Z[ recovery-image] Aug 26 23:58:59.531 INFO O| Aug 26 23:58:59.531 INFO STEP 495: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53622024-08-26T23:59:00.641Z[ recovery-image] Aug 26 23:58:59.541 INFO O| Aug 26 23:58:59.540 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gnu/lib/libform.so.5.9"
53632024-08-26T23:59:00.641Z[ recovery-image] Aug 26 23:58:59.541 INFO O| Aug 26 23:58:59.541 INFO STEP 495 (remove_files) COMPLETE
53642024-08-26T23:59:00.643Z[ recovery-image] Aug 26 23:58:59.541 INFO O| Aug 26 23:58:59.541 INFO STEP 496: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53652024-08-26T23:59:00.650Z[ recovery-image] Aug 26 23:58:59.550 INFO O| Aug 26 23:58:59.550 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gnu/lib/libmenu.so.5.9"
53662024-08-26T23:59:00.650Z[ recovery-image] Aug 26 23:58:59.550 INFO O| Aug 26 23:58:59.550 INFO STEP 496 (remove_files) COMPLETE
53672024-08-26T23:59:00.650Z[ recovery-image] Aug 26 23:58:59.550 INFO O| Aug 26 23:58:59.550 INFO STEP 497: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53682024-08-26T23:59:00.660Z[ recovery-image] Aug 26 23:58:59.559 INFO O| Aug 26 23:58:59.559 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gnu/lib/libpanel.so.5.9"
53692024-08-26T23:59:00.660Z[ recovery-image] Aug 26 23:58:59.560 INFO O| Aug 26 23:58:59.559 INFO STEP 497 (remove_files) COMPLETE
53702024-08-26T23:59:00.660Z[ recovery-image] Aug 26 23:58:59.560 INFO O| Aug 26 23:58:59.560 INFO STEP 498: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53712024-08-26T23:59:00.669Z[ recovery-image] Aug 26 23:58:59.569 INFO O| Aug 26 23:58:59.569 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/has/bin/ctags"
53722024-08-26T23:59:00.672Z[ recovery-image] Aug 26 23:58:59.569 INFO O| Aug 26 23:58:59.569 INFO STEP 498 (remove_files) COMPLETE
53732024-08-26T23:59:00.672Z[ recovery-image] Aug 26 23:58:59.569 INFO O| Aug 26 23:58:59.569 INFO STEP 499: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53742024-08-26T23:59:00.679Z[ recovery-image] Aug 26 23:58:59.578 INFO O| Aug 26 23:58:59.578 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/has/bin/edit"
53752024-08-26T23:59:00.679Z[ recovery-image] Aug 26 23:58:59.579 INFO O| Aug 26 23:58:59.578 INFO STEP 499 (remove_files) COMPLETE
53762024-08-26T23:59:00.679Z[ recovery-image] Aug 26 23:58:59.579 INFO O| Aug 26 23:58:59.579 INFO STEP 500: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53772024-08-26T23:59:00.688Z[ recovery-image] Aug 26 23:58:59.588 INFO O| Aug 26 23:58:59.588 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/has/bin/ex"
53782024-08-26T23:59:00.688Z[ recovery-image] Aug 26 23:58:59.588 INFO O| Aug 26 23:58:59.588 INFO STEP 500 (remove_files) COMPLETE
53792024-08-26T23:59:00.688Z[ recovery-image] Aug 26 23:58:59.588 INFO O| Aug 26 23:58:59.588 INFO STEP 501: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53802024-08-26T23:59:00.698Z[ recovery-image] Aug 26 23:58:59.597 INFO O| Aug 26 23:58:59.597 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/has/bin/pfsh"
53812024-08-26T23:59:00.698Z[ recovery-image] Aug 26 23:58:59.598 INFO O| Aug 26 23:58:59.597 INFO STEP 501 (remove_files) COMPLETE
53822024-08-26T23:59:00.698Z[ recovery-image] Aug 26 23:58:59.598 INFO O| Aug 26 23:58:59.597 INFO STEP 502: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53832024-08-26T23:59:00.707Z[ recovery-image] Aug 26 23:58:59.607 INFO O| Aug 26 23:58:59.607 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/has/bin/sh"
53842024-08-26T23:59:00.707Z[ recovery-image] Aug 26 23:58:59.607 INFO O| Aug 26 23:58:59.607 INFO STEP 502 (remove_files) COMPLETE
53852024-08-26T23:59:00.707Z[ recovery-image] Aug 26 23:58:59.607 INFO O| Aug 26 23:58:59.607 INFO STEP 503: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53862024-08-26T23:59:00.717Z[ recovery-image] Aug 26 23:58:59.616 INFO O| Aug 26 23:58:59.616 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/has/bin/vedit"
53872024-08-26T23:59:00.717Z[ recovery-image] Aug 26 23:58:59.617 INFO O| Aug 26 23:58:59.617 INFO STEP 503 (remove_files) COMPLETE
53882024-08-26T23:59:00.717Z[ recovery-image] Aug 26 23:58:59.617 INFO O| Aug 26 23:58:59.617 INFO STEP 504: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53892024-08-26T23:59:00.726Z[ recovery-image] Aug 26 23:58:59.626 INFO O| Aug 26 23:58:59.626 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/has/bin/vi"
53902024-08-26T23:59:00.729Z[ recovery-image] Aug 26 23:58:59.626 INFO O| Aug 26 23:58:59.626 INFO STEP 504 (remove_files) COMPLETE
53912024-08-26T23:59:00.729Z[ recovery-image] Aug 26 23:58:59.626 INFO O| Aug 26 23:58:59.626 INFO STEP 505: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53922024-08-26T23:59:00.736Z[ recovery-image] Aug 26 23:58:59.636 INFO O| Aug 26 23:58:59.636 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/has/bin/view"
53932024-08-26T23:59:00.736Z[ recovery-image] Aug 26 23:58:59.636 INFO O| Aug 26 23:58:59.636 INFO STEP 505 (remove_files) COMPLETE
53942024-08-26T23:59:00.739Z[ recovery-image] Aug 26 23:58:59.636 INFO O| Aug 26 23:58:59.636 INFO STEP 506: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53952024-08-26T23:59:00.748Z[ recovery-image] Aug 26 23:58:59.648 INFO O| Aug 26 23:58:59.648 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/amd64/logindmux"
53962024-08-26T23:59:00.751Z[ recovery-image] Aug 26 23:58:59.648 INFO O| Aug 26 23:58:59.648 INFO STEP 506 (remove_files) COMPLETE
53972024-08-26T23:59:00.751Z[ recovery-image] Aug 26 23:58:59.648 INFO O| Aug 26 23:58:59.648 INFO STEP 507: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53982024-08-26T23:59:00.759Z[ recovery-image] Aug 26 23:58:59.658 INFO O| Aug 26 23:58:59.658 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/amd64/pool"
53992024-08-26T23:59:00.759Z[ recovery-image] Aug 26 23:58:59.658 INFO O| Aug 26 23:58:59.658 INFO STEP 507 (remove_files) COMPLETE
54002024-08-26T23:59:00.759Z[ recovery-image] Aug 26 23:58:59.659 INFO O| Aug 26 23:58:59.658 INFO STEP 508: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54012024-08-26T23:59:00.769Z[ recovery-image] Aug 26 23:58:59.668 INFO O| Aug 26 23:58:59.668 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/amd64/ppt"
54022024-08-26T23:59:00.769Z[ recovery-image] Aug 26 23:58:59.668 INFO O| Aug 26 23:58:59.668 INFO STEP 508 (remove_files) COMPLETE
54032024-08-26T23:59:00.771Z[ recovery-image] Aug 26 23:58:59.669 INFO O| Aug 26 23:58:59.668 INFO STEP 509: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54042024-08-26T23:59:00.780Z[ recovery-image] Aug 26 23:58:59.680 INFO O| Aug 26 23:58:59.680 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/amd64/ptm"
54052024-08-26T23:59:00.780Z[ recovery-image] Aug 26 23:58:59.680 INFO O| Aug 26 23:58:59.680 INFO STEP 509 (remove_files) COMPLETE
54062024-08-26T23:59:00.780Z[ recovery-image] Aug 26 23:58:59.680 INFO O| Aug 26 23:58:59.680 INFO STEP 510: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54072024-08-26T23:59:00.790Z[ recovery-image] Aug 26 23:58:59.690 INFO O| Aug 26 23:58:59.690 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/amd64/pts"
54082024-08-26T23:59:00.790Z[ recovery-image] Aug 26 23:58:59.690 INFO O| Aug 26 23:58:59.690 INFO STEP 510 (remove_files) COMPLETE
54092024-08-26T23:59:00.790Z[ recovery-image] Aug 26 23:58:59.690 INFO O| Aug 26 23:58:59.690 INFO STEP 511: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54102024-08-26T23:59:00.800Z[ recovery-image] Aug 26 23:58:59.700 INFO O| Aug 26 23:58:59.700 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/amd64/vmm"
54112024-08-26T23:59:00.800Z[ recovery-image] Aug 26 23:58:59.700 INFO O| Aug 26 23:58:59.700 INFO STEP 511 (remove_files) COMPLETE
54122024-08-26T23:59:00.804Z[ recovery-image] Aug 26 23:58:59.700 INFO O| Aug 26 23:58:59.700 INFO STEP 512: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54132024-08-26T23:59:00.811Z[ recovery-image] Aug 26 23:58:59.711 INFO O| Aug 26 23:58:59.711 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/amd64/zcons"
54142024-08-26T23:59:00.811Z[ recovery-image] Aug 26 23:58:59.711 INFO O| Aug 26 23:58:59.711 INFO STEP 512 (remove_files) COMPLETE
54152024-08-26T23:59:00.811Z[ recovery-image] Aug 26 23:58:59.711 INFO O| Aug 26 23:58:59.711 INFO STEP 513: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54162024-08-26T23:59:00.821Z[ recovery-image] Aug 26 23:58:59.721 INFO O| Aug 26 23:58:59.721 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/fssnap.conf"
54172024-08-26T23:59:00.824Z[ recovery-image] Aug 26 23:58:59.721 INFO O| Aug 26 23:58:59.721 INFO STEP 513 (remove_files) COMPLETE
54182024-08-26T23:59:00.824Z[ recovery-image] Aug 26 23:58:59.721 INFO O| Aug 26 23:58:59.721 INFO STEP 514: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54192024-08-26T23:59:00.832Z[ recovery-image] Aug 26 23:58:59.732 INFO O| Aug 26 23:58:59.732 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/ksyms.conf"
54202024-08-26T23:59:00.832Z[ recovery-image] Aug 26 23:58:59.732 INFO O| Aug 26 23:58:59.732 INFO STEP 514 (remove_files) COMPLETE
54212024-08-26T23:59:00.832Z[ recovery-image] Aug 26 23:58:59.732 INFO O| Aug 26 23:58:59.732 INFO STEP 515: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54222024-08-26T23:59:00.842Z[ recovery-image] Aug 26 23:58:59.742 INFO O| Aug 26 23:58:59.742 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/logindmux.conf"
54232024-08-26T23:59:00.842Z[ recovery-image] Aug 26 23:58:59.742 INFO O| Aug 26 23:58:59.742 INFO STEP 515 (remove_files) COMPLETE
54242024-08-26T23:59:00.845Z[ recovery-image] Aug 26 23:58:59.742 INFO O| Aug 26 23:58:59.742 INFO STEP 516: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54252024-08-26T23:59:00.854Z[ recovery-image] Aug 26 23:58:59.753 INFO O| Aug 26 23:58:59.753 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/nsmb.conf"
54262024-08-26T23:59:00.856Z[ recovery-image] Aug 26 23:58:59.753 INFO O| Aug 26 23:58:59.753 INFO STEP 516 (remove_files) COMPLETE
54272024-08-26T23:59:00.856Z[ recovery-image] Aug 26 23:58:59.753 INFO O| Aug 26 23:58:59.753 INFO STEP 517: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54282024-08-26T23:59:00.864Z[ recovery-image] Aug 26 23:58:59.764 INFO O| Aug 26 23:58:59.763 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/pool.conf"
54292024-08-26T23:59:00.864Z[ recovery-image] Aug 26 23:58:59.764 INFO O| Aug 26 23:58:59.764 INFO STEP 517 (remove_files) COMPLETE
54302024-08-26T23:59:00.866Z[ recovery-image] Aug 26 23:58:59.764 INFO O| Aug 26 23:58:59.764 INFO STEP 518: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54312024-08-26T23:59:00.874Z[ recovery-image] Aug 26 23:58:59.773 INFO O| Aug 26 23:58:59.773 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/ppt.conf"
54322024-08-26T23:59:00.874Z[ recovery-image] Aug 26 23:58:59.774 INFO O| Aug 26 23:58:59.773 INFO STEP 518 (remove_files) COMPLETE
54332024-08-26T23:59:00.877Z[ recovery-image] Aug 26 23:58:59.774 INFO O| Aug 26 23:58:59.774 INFO STEP 519: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54342024-08-26T23:59:00.885Z[ recovery-image] Aug 26 23:58:59.785 INFO O| Aug 26 23:58:59.785 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/ptm.conf"
54352024-08-26T23:59:00.885Z[ recovery-image] Aug 26 23:58:59.785 INFO O| Aug 26 23:58:59.785 INFO STEP 519 (remove_files) COMPLETE
54362024-08-26T23:59:00.888Z[ recovery-image] Aug 26 23:58:59.785 INFO O| Aug 26 23:58:59.785 INFO STEP 520: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54372024-08-26T23:59:00.895Z[ recovery-image] Aug 26 23:58:59.795 INFO O| Aug 26 23:58:59.795 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/pts.conf"
54382024-08-26T23:59:00.895Z[ recovery-image] Aug 26 23:58:59.795 INFO O| Aug 26 23:58:59.795 INFO STEP 520 (remove_files) COMPLETE
54392024-08-26T23:59:00.895Z[ recovery-image] Aug 26 23:58:59.795 INFO O| Aug 26 23:58:59.795 INFO STEP 521: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54402024-08-26T23:59:00.907Z[ recovery-image] Aug 26 23:58:59.806 INFO O| Aug 26 23:58:59.806 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/signalfd.conf"
54412024-08-26T23:59:00.907Z[ recovery-image] Aug 26 23:58:59.807 INFO O| Aug 26 23:58:59.807 INFO STEP 521 (remove_files) COMPLETE
54422024-08-26T23:59:00.909Z[ recovery-image] Aug 26 23:58:59.807 INFO O| Aug 26 23:58:59.807 INFO STEP 522: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54432024-08-26T23:59:00.917Z[ recovery-image] Aug 26 23:58:59.817 INFO O| Aug 26 23:58:59.817 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/smbsrv.conf"
54442024-08-26T23:59:00.917Z[ recovery-image] Aug 26 23:58:59.817 INFO O| Aug 26 23:58:59.817 INFO STEP 522 (remove_files) COMPLETE
54452024-08-26T23:59:00.921Z[ recovery-image] Aug 26 23:58:59.817 INFO O| Aug 26 23:58:59.817 INFO STEP 523: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54462024-08-26T23:59:00.927Z[ recovery-image] Aug 26 23:58:59.827 INFO O| Aug 26 23:58:59.827 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/timerfd.conf"
54472024-08-26T23:59:00.927Z[ recovery-image] Aug 26 23:58:59.827 INFO O| Aug 26 23:58:59.827 INFO STEP 523 (remove_files) COMPLETE
54482024-08-26T23:59:00.927Z[ recovery-image] Aug 26 23:58:59.827 INFO O| Aug 26 23:58:59.827 INFO STEP 524: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54492024-08-26T23:59:00.939Z[ recovery-image] Aug 26 23:58:59.838 INFO O| Aug 26 23:58:59.838 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/viona.conf"
54502024-08-26T23:59:00.939Z[ recovery-image] Aug 26 23:58:59.838 INFO O| Aug 26 23:58:59.838 INFO STEP 524 (remove_files) COMPLETE
54512024-08-26T23:59:00.941Z[ recovery-image] Aug 26 23:58:59.838 INFO O| Aug 26 23:58:59.838 INFO STEP 525: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54522024-08-26T23:59:00.949Z[ recovery-image] Aug 26 23:58:59.848 INFO O| Aug 26 23:58:59.848 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/vmm.conf"
54532024-08-26T23:59:00.949Z[ recovery-image] Aug 26 23:58:59.849 INFO O| Aug 26 23:58:59.848 INFO STEP 525 (remove_files) COMPLETE
54542024-08-26T23:59:00.949Z[ recovery-image] Aug 26 23:58:59.849 INFO O| Aug 26 23:58:59.849 INFO STEP 526: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54552024-08-26T23:59:00.959Z[ recovery-image] Aug 26 23:58:59.858 INFO O| Aug 26 23:58:59.858 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/exec/amd64/javaexec"
54562024-08-26T23:59:00.961Z[ recovery-image] Aug 26 23:58:59.859 INFO O| Aug 26 23:58:59.858 INFO STEP 526 (remove_files) COMPLETE
54572024-08-26T23:59:00.961Z[ recovery-image] Aug 26 23:58:59.859 INFO O| Aug 26 23:58:59.859 INFO STEP 527: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54582024-08-26T23:59:00.970Z[ recovery-image] Aug 26 23:58:59.870 INFO O| Aug 26 23:58:59.870 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/exec/amd64/shbinexec"
54592024-08-26T23:59:00.970Z[ recovery-image] Aug 26 23:58:59.870 INFO O| Aug 26 23:58:59.870 INFO STEP 527 (remove_files) COMPLETE
54602024-08-26T23:59:00.973Z[ recovery-image] Aug 26 23:58:59.870 INFO O| Aug 26 23:58:59.870 INFO STEP 528: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54612024-08-26T23:59:00.980Z[ recovery-image] Aug 26 23:58:59.880 INFO O| Aug 26 23:58:59.880 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/fs/amd64/pcfs"
54622024-08-26T23:59:00.983Z[ recovery-image] Aug 26 23:58:59.880 INFO O| Aug 26 23:58:59.880 INFO STEP 528 (remove_files) COMPLETE
54632024-08-26T23:59:00.983Z[ recovery-image] Aug 26 23:58:59.880 INFO O| Aug 26 23:58:59.880 INFO STEP 529: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54642024-08-26T23:59:00.992Z[ recovery-image] Aug 26 23:58:59.891 INFO O| Aug 26 23:58:59.891 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/fs/amd64/smbfs"
54652024-08-26T23:59:00.994Z[ recovery-image] Aug 26 23:58:59.891 INFO O| Aug 26 23:58:59.891 INFO STEP 529 (remove_files) COMPLETE
54662024-08-26T23:59:00.994Z[ recovery-image] Aug 26 23:58:59.891 INFO O| Aug 26 23:58:59.891 INFO STEP 530: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54672024-08-26T23:59:01.002Z[ recovery-image] Aug 26 23:58:59.902 INFO O| Aug 26 23:58:59.902 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/kmdb/amd64/nsmb"
54682024-08-26T23:59:01.002Z[ recovery-image] Aug 26 23:58:59.902 INFO O| Aug 26 23:58:59.902 INFO STEP 530 (remove_files) COMPLETE
54692024-08-26T23:59:01.004Z[ recovery-image] Aug 26 23:58:59.902 INFO O| Aug 26 23:58:59.902 INFO STEP 531: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54702024-08-26T23:59:01.012Z[ recovery-image] Aug 26 23:58:59.911 INFO O| Aug 26 23:58:59.911 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/kmdb/amd64/smbfs"
54712024-08-26T23:59:01.014Z[ recovery-image] Aug 26 23:58:59.912 INFO O| Aug 26 23:58:59.912 INFO STEP 531 (remove_files) COMPLETE
54722024-08-26T23:59:01.014Z[ recovery-image] Aug 26 23:58:59.912 INFO O| Aug 26 23:58:59.912 INFO STEP 532: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54732024-08-26T23:59:01.022Z[ recovery-image] Aug 26 23:58:59.922 INFO O| Aug 26 23:58:59.921 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/kmdb/amd64/smbsrv"
54742024-08-26T23:59:01.022Z[ recovery-image] Aug 26 23:58:59.922 INFO O| Aug 26 23:58:59.922 INFO STEP 532 (remove_files) COMPLETE
54752024-08-26T23:59:01.022Z[ recovery-image] Aug 26 23:58:59.922 INFO O| Aug 26 23:58:59.922 INFO STEP 533: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54762024-08-26T23:59:01.031Z[ recovery-image] Aug 26 23:58:59.931 INFO O| Aug 26 23:58:59.931 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/misc/amd64/vmm_vtd"
54772024-08-26T23:59:01.031Z[ recovery-image] Aug 26 23:58:59.931 INFO O| Aug 26 23:58:59.931 INFO STEP 533 (remove_files) COMPLETE
54782024-08-26T23:59:01.034Z[ recovery-image] Aug 26 23:58:59.931 INFO O| Aug 26 23:58:59.931 INFO STEP 534: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54792024-08-26T23:59:01.041Z[ recovery-image] Aug 26 23:58:59.940 INFO O| Aug 26 23:58:59.940 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/pcbe/amd64/pcbe.GenuineIntel.15"
54802024-08-26T23:59:01.041Z[ recovery-image] Aug 26 23:58:59.941 INFO O| Aug 26 23:58:59.941 INFO STEP 534 (remove_files) COMPLETE
54812024-08-26T23:59:01.043Z[ recovery-image] Aug 26 23:58:59.941 INFO O| Aug 26 23:58:59.941 INFO STEP 535: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54822024-08-26T23:59:01.050Z[ recovery-image] Aug 26 23:58:59.950 INFO O| Aug 26 23:58:59.950 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/pcbe/amd64/pcbe.GenuineIntel.6.15"
54832024-08-26T23:59:01.050Z[ recovery-image] Aug 26 23:58:59.950 INFO O| Aug 26 23:58:59.950 INFO STEP 535 (remove_files) COMPLETE
54842024-08-26T23:59:01.053Z[ recovery-image] Aug 26 23:58:59.950 INFO O| Aug 26 23:58:59.950 INFO STEP 536: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54852024-08-26T23:59:01.060Z[ recovery-image] Aug 26 23:58:59.959 INFO O| Aug 26 23:58:59.959 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/sched/amd64/IA"
54862024-08-26T23:59:01.064Z[ recovery-image] Aug 26 23:58:59.959 INFO O| Aug 26 23:58:59.959 INFO STEP 536 (remove_files) COMPLETE
54872024-08-26T23:59:01.064Z[ recovery-image] Aug 26 23:58:59.959 INFO O| Aug 26 23:58:59.959 INFO STEP 537: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54882024-08-26T23:59:01.069Z[ recovery-image] Aug 26 23:58:59.969 INFO O| Aug 26 23:58:59.969 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/sched/amd64/RT"
54892024-08-26T23:59:01.072Z[ recovery-image] Aug 26 23:58:59.969 INFO O| Aug 26 23:58:59.969 INFO STEP 537 (remove_files) COMPLETE
54902024-08-26T23:59:01.072Z[ recovery-image] Aug 26 23:58:59.969 INFO O| Aug 26 23:58:59.969 INFO STEP 538: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54912024-08-26T23:59:01.078Z[ recovery-image] Aug 26 23:58:59.978 INFO O| Aug 26 23:58:59.978 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/sched/amd64/RT_DPTBL"
54922024-08-26T23:59:01.079Z[ recovery-image] Aug 26 23:58:59.978 INFO O| Aug 26 23:58:59.978 INFO STEP 538 (remove_files) COMPLETE
54932024-08-26T23:59:01.081Z[ recovery-image] Aug 26 23:58:59.978 INFO O| Aug 26 23:58:59.978 INFO STEP 539: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54942024-08-26T23:59:01.088Z[ recovery-image] Aug 26 23:58:59.988 INFO O| Aug 26 23:58:59.987 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/strmod/amd64/cryptmod"
54952024-08-26T23:59:01.090Z[ recovery-image] Aug 26 23:58:59.988 INFO O| Aug 26 23:58:59.988 INFO STEP 539 (remove_files) COMPLETE
54962024-08-26T23:59:01.090Z[ recovery-image] Aug 26 23:58:59.988 INFO O| Aug 26 23:58:59.988 INFO STEP 540: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54972024-08-26T23:59:01.097Z[ recovery-image] Aug 26 23:58:59.997 INFO O| Aug 26 23:58:59.997 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/strmod/amd64/rlmod"
54982024-08-26T23:59:01.097Z[ recovery-image] Aug 26 23:58:59.997 INFO O| Aug 26 23:58:59.997 INFO STEP 540 (remove_files) COMPLETE
54992024-08-26T23:59:01.097Z[ recovery-image] Aug 26 23:58:59.997 INFO O| Aug 26 23:58:59.997 INFO STEP 541: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55002024-08-26T23:59:01.108Z[ recovery-image] Aug 26 23:59:00.007 INFO O| Aug 26 23:59:00.007 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/strmod/amd64/telmod"
55012024-08-26T23:59:01.108Z[ recovery-image] Aug 26 23:59:00.008 INFO O| Aug 26 23:59:00.008 INFO STEP 541 (remove_files) COMPLETE
55022024-08-26T23:59:01.108Z[ recovery-image] Aug 26 23:59:00.008 INFO O| Aug 26 23:59:00.008 INFO STEP 542: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55032024-08-26T23:59:01.118Z[ recovery-image] Aug 26 23:59:00.017 INFO O| Aug 26 23:59:00.017 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/sys/amd64/acctctl"
55042024-08-26T23:59:01.118Z[ recovery-image] Aug 26 23:59:00.017 INFO O| Aug 26 23:59:00.017 INFO STEP 542 (remove_files) COMPLETE
55052024-08-26T23:59:01.118Z[ recovery-image] Aug 26 23:59:00.017 INFO O| Aug 26 23:59:00.017 INFO STEP 543: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55062024-08-26T23:59:01.127Z[ recovery-image] Aug 26 23:59:00.027 INFO O| Aug 26 23:59:00.027 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/sys/amd64/exacctsys"
55072024-08-26T23:59:01.127Z[ recovery-image] Aug 26 23:59:00.027 INFO O| Aug 26 23:59:00.027 INFO STEP 543 (remove_files) COMPLETE
55082024-08-26T23:59:01.130Z[ recovery-image] Aug 26 23:59:00.027 INFO O| Aug 26 23:59:00.027 INFO STEP 544: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55092024-08-26T23:59:01.137Z[ recovery-image] Aug 26 23:59:00.037 INFO O| Aug 26 23:59:00.037 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/sys/amd64/sysacct"
55102024-08-26T23:59:01.139Z[ recovery-image] Aug 26 23:59:00.037 INFO O| Aug 26 23:59:00.037 INFO STEP 544 (remove_files) COMPLETE
55112024-08-26T23:59:01.139Z[ recovery-image] Aug 26 23:59:00.037 INFO O| Aug 26 23:59:00.037 INFO STEP 545: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55122024-08-26T23:59:01.146Z[ recovery-image] Aug 26 23:59:00.046 INFO O| Aug 26 23:59:00.046 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kvm/README"
55132024-08-26T23:59:01.147Z[ recovery-image] Aug 26 23:59:00.046 INFO O| Aug 26 23:59:00.046 INFO STEP 545 (remove_files) COMPLETE
55142024-08-26T23:59:01.149Z[ recovery-image] Aug 26 23:59:00.046 INFO O| Aug 26 23:59:00.046 INFO STEP 546: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55152024-08-26T23:59:01.156Z[ recovery-image] Aug 26 23:59:00.056 INFO O| Aug 26 23:59:00.056 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/abi/spec2map"
55162024-08-26T23:59:01.159Z[ recovery-image] Aug 26 23:59:00.056 INFO O| Aug 26 23:59:00.056 INFO STEP 546 (remove_files) COMPLETE
55172024-08-26T23:59:01.159Z[ recovery-image] Aug 26 23:59:00.056 INFO O| Aug 26 23:59:00.056 INFO STEP 547: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55182024-08-26T23:59:01.166Z[ recovery-image] Aug 26 23:59:00.065 INFO O| Aug 26 23:59:00.065 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/abi/spec2trace"
55192024-08-26T23:59:01.166Z[ recovery-image] Aug 26 23:59:00.065 INFO O| Aug 26 23:59:00.065 INFO STEP 547 (remove_files) COMPLETE
55202024-08-26T23:59:01.166Z[ recovery-image] Aug 26 23:59:00.065 INFO O| Aug 26 23:59:00.065 INFO STEP 548: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55212024-08-26T23:59:01.176Z[ recovery-image] Aug 26 23:59:00.075 INFO O| Aug 26 23:59:00.075 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/adb/adbgen"
55222024-08-26T23:59:01.178Z[ recovery-image] Aug 26 23:59:00.075 INFO O| Aug 26 23:59:00.075 INFO STEP 548 (remove_files) COMPLETE
55232024-08-26T23:59:01.178Z[ recovery-image] Aug 26 23:59:00.075 INFO O| Aug 26 23:59:00.075 INFO STEP 549: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55242024-08-26T23:59:01.187Z[ recovery-image] Aug 26 23:59:00.084 INFO O| Aug 26 23:59:00.084 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/adb/adbgen1"
55252024-08-26T23:59:01.187Z[ recovery-image] Aug 26 23:59:00.085 INFO O| Aug 26 23:59:00.084 INFO STEP 549 (remove_files) COMPLETE
55262024-08-26T23:59:01.187Z[ recovery-image] Aug 26 23:59:00.085 INFO O| Aug 26 23:59:00.085 INFO STEP 550: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55272024-08-26T23:59:01.194Z[ recovery-image] Aug 26 23:59:00.094 INFO O| Aug 26 23:59:00.094 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/adb/adbgen3"
55282024-08-26T23:59:01.194Z[ recovery-image] Aug 26 23:59:00.094 INFO O| Aug 26 23:59:00.094 INFO STEP 550 (remove_files) COMPLETE
55292024-08-26T23:59:01.194Z[ recovery-image] Aug 26 23:59:00.094 INFO O| Aug 26 23:59:00.094 INFO STEP 551: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55302024-08-26T23:59:01.204Z[ recovery-image] Aug 26 23:59:00.103 INFO O| Aug 26 23:59:00.103 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/adb/adbgen4"
55312024-08-26T23:59:01.204Z[ recovery-image] Aug 26 23:59:00.104 INFO O| Aug 26 23:59:00.104 INFO STEP 551 (remove_files) COMPLETE
55322024-08-26T23:59:01.204Z[ recovery-image] Aug 26 23:59:00.104 INFO O| Aug 26 23:59:00.104 INFO STEP 552: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55332024-08-26T23:59:01.213Z[ recovery-image] Aug 26 23:59:00.113 INFO O| Aug 26 23:59:00.113 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/adb/adbsub.o"
55342024-08-26T23:59:01.213Z[ recovery-image] Aug 26 23:59:00.113 INFO O| Aug 26 23:59:00.113 INFO STEP 552 (remove_files) COMPLETE
55352024-08-26T23:59:01.213Z[ recovery-image] Aug 26 23:59:00.113 INFO O| Aug 26 23:59:00.113 INFO STEP 553: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55362024-08-26T23:59:01.223Z[ recovery-image] Aug 26 23:59:00.122 INFO O| Aug 26 23:59:00.122 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/adb/amd64/adbsub.o"
55372024-08-26T23:59:01.225Z[ recovery-image] Aug 26 23:59:00.122 INFO O| Aug 26 23:59:00.122 INFO STEP 553 (remove_files) COMPLETE
55382024-08-26T23:59:01.225Z[ recovery-image] Aug 26 23:59:00.123 INFO O| Aug 26 23:59:00.122 INFO STEP 554: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55392024-08-26T23:59:01.232Z[ recovery-image] Aug 26 23:59:00.132 INFO O| Aug 26 23:59:00.132 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/0@0.so.1"
55402024-08-26T23:59:01.235Z[ recovery-image] Aug 26 23:59:00.132 INFO O| Aug 26 23:59:00.132 INFO STEP 554 (remove_files) COMPLETE
55412024-08-26T23:59:01.235Z[ recovery-image] Aug 26 23:59:00.132 INFO O| Aug 26 23:59:00.132 INFO STEP 555: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55422024-08-26T23:59:01.242Z[ recovery-image] Aug 26 23:59:00.142 INFO O| Aug 26 23:59:00.142 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/Makefile.inc"
55432024-08-26T23:59:01.245Z[ recovery-image] Aug 26 23:59:00.143 INFO O| Aug 26 23:59:00.143 INFO STEP 555 (remove_files) COMPLETE
55442024-08-26T23:59:01.245Z[ recovery-image] Aug 26 23:59:00.143 INFO O| Aug 26 23:59:00.143 INFO STEP 556: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55452024-08-26T23:59:01.253Z[ recovery-image] Aug 26 23:59:00.153 INFO O| Aug 26 23:59:00.152 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/accept"
55462024-08-26T23:59:01.253Z[ recovery-image] Aug 26 23:59:00.153 INFO O| Aug 26 23:59:00.153 INFO STEP 556 (remove_files) COMPLETE
55472024-08-26T23:59:01.256Z[ recovery-image] Aug 26 23:59:00.153 INFO O| Aug 26 23:59:00.153 INFO STEP 557: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55482024-08-26T23:59:01.263Z[ recovery-image] Aug 26 23:59:00.162 INFO O| Aug 26 23:59:00.162 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/basename"
55492024-08-26T23:59:01.263Z[ recovery-image] Aug 26 23:59:00.162 INFO O| Aug 26 23:59:00.162 INFO STEP 557 (remove_files) COMPLETE
55502024-08-26T23:59:01.263Z[ recovery-image] Aug 26 23:59:00.162 INFO O| Aug 26 23:59:00.162 INFO STEP 558: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55512024-08-26T23:59:01.272Z[ recovery-image] Aug 26 23:59:00.172 INFO O| Aug 26 23:59:00.171 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/csv"
55522024-08-26T23:59:01.276Z[ recovery-image] Aug 26 23:59:00.172 INFO O| Aug 26 23:59:00.172 INFO STEP 558 (remove_files) COMPLETE
55532024-08-26T23:59:01.276Z[ recovery-image] Aug 26 23:59:00.172 INFO O| Aug 26 23:59:00.172 INFO STEP 559: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55542024-08-26T23:59:01.282Z[ recovery-image] Aug 26 23:59:00.181 INFO O| Aug 26 23:59:00.181 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/cut"
55552024-08-26T23:59:01.282Z[ recovery-image] Aug 26 23:59:00.181 INFO O| Aug 26 23:59:00.181 INFO STEP 559 (remove_files) COMPLETE
55562024-08-26T23:59:01.282Z[ recovery-image] Aug 26 23:59:00.181 INFO O| Aug 26 23:59:00.181 INFO STEP 560: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55572024-08-26T23:59:01.292Z[ recovery-image] Aug 26 23:59:00.191 INFO O| Aug 26 23:59:00.191 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/dirname"
55582024-08-26T23:59:01.292Z[ recovery-image] Aug 26 23:59:00.191 INFO O| Aug 26 23:59:00.191 INFO STEP 560 (remove_files) COMPLETE
55592024-08-26T23:59:01.292Z[ recovery-image] Aug 26 23:59:00.191 INFO O| Aug 26 23:59:00.191 INFO STEP 561: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55602024-08-26T23:59:01.301Z[ recovery-image] Aug 26 23:59:00.200 INFO O| Aug 26 23:59:00.200 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/fdflags"
55612024-08-26T23:59:01.301Z[ recovery-image] Aug 26 23:59:00.200 INFO O| Aug 26 23:59:00.200 INFO STEP 561 (remove_files) COMPLETE
55622024-08-26T23:59:01.301Z[ recovery-image] Aug 26 23:59:00.200 INFO O| Aug 26 23:59:00.200 INFO STEP 562: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55632024-08-26T23:59:01.310Z[ recovery-image] Aug 26 23:59:00.210 INFO O| Aug 26 23:59:00.210 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/finfo"
55642024-08-26T23:59:01.310Z[ recovery-image] Aug 26 23:59:00.210 INFO O| Aug 26 23:59:00.210 INFO STEP 562 (remove_files) COMPLETE
55652024-08-26T23:59:01.310Z[ recovery-image] Aug 26 23:59:00.210 INFO O| Aug 26 23:59:00.210 INFO STEP 563: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55662024-08-26T23:59:01.320Z[ recovery-image] Aug 26 23:59:00.219 INFO O| Aug 26 23:59:00.219 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/head"
55672024-08-26T23:59:01.320Z[ recovery-image] Aug 26 23:59:00.219 INFO O| Aug 26 23:59:00.219 INFO STEP 563 (remove_files) COMPLETE
55682024-08-26T23:59:01.322Z[ recovery-image] Aug 26 23:59:00.219 INFO O| Aug 26 23:59:00.219 INFO STEP 564: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55692024-08-26T23:59:01.329Z[ recovery-image] Aug 26 23:59:00.229 INFO O| Aug 26 23:59:00.229 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/id"
55702024-08-26T23:59:01.329Z[ recovery-image] Aug 26 23:59:00.229 INFO O| Aug 26 23:59:00.229 INFO STEP 564 (remove_files) COMPLETE
55712024-08-26T23:59:01.333Z[ recovery-image] Aug 26 23:59:00.229 INFO O| Aug 26 23:59:00.229 INFO STEP 565: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55722024-08-26T23:59:01.339Z[ recovery-image] Aug 26 23:59:00.238 INFO O| Aug 26 23:59:00.238 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/ln"
55732024-08-26T23:59:01.341Z[ recovery-image] Aug 26 23:59:00.239 INFO O| Aug 26 23:59:00.239 INFO STEP 565 (remove_files) COMPLETE
55742024-08-26T23:59:01.341Z[ recovery-image] Aug 26 23:59:00.239 INFO O| Aug 26 23:59:00.239 INFO STEP 566: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55752024-08-26T23:59:01.349Z[ recovery-image] Aug 26 23:59:00.248 INFO O| Aug 26 23:59:00.248 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/loadables.h"
55762024-08-26T23:59:01.349Z[ recovery-image] Aug 26 23:59:00.248 INFO O| Aug 26 23:59:00.248 INFO STEP 566 (remove_files) COMPLETE
55772024-08-26T23:59:01.349Z[ recovery-image] Aug 26 23:59:00.248 INFO O| Aug 26 23:59:00.248 INFO STEP 567: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55782024-08-26T23:59:01.358Z[ recovery-image] Aug 26 23:59:00.258 INFO O| Aug 26 23:59:00.258 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/logname"
55792024-08-26T23:59:01.358Z[ recovery-image] Aug 26 23:59:00.258 INFO O| Aug 26 23:59:00.258 INFO STEP 567 (remove_files) COMPLETE
55802024-08-26T23:59:01.358Z[ recovery-image] Aug 26 23:59:00.258 INFO O| Aug 26 23:59:00.258 INFO STEP 568: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55812024-08-26T23:59:01.367Z[ recovery-image] Aug 26 23:59:00.267 INFO O| Aug 26 23:59:00.267 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/mkdir"
55822024-08-26T23:59:01.367Z[ recovery-image] Aug 26 23:59:00.267 INFO O| Aug 26 23:59:00.267 INFO STEP 568 (remove_files) COMPLETE
55832024-08-26T23:59:01.370Z[ recovery-image] Aug 26 23:59:00.267 INFO O| Aug 26 23:59:00.267 INFO STEP 569: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55842024-08-26T23:59:01.377Z[ recovery-image] Aug 26 23:59:00.277 INFO O| Aug 26 23:59:00.277 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/mkfifo"
55852024-08-26T23:59:01.377Z[ recovery-image] Aug 26 23:59:00.277 INFO O| Aug 26 23:59:00.277 INFO STEP 569 (remove_files) COMPLETE
55862024-08-26T23:59:01.377Z[ recovery-image] Aug 26 23:59:00.277 INFO O| Aug 26 23:59:00.277 INFO STEP 570: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55872024-08-26T23:59:01.387Z[ recovery-image] Aug 26 23:59:00.286 INFO O| Aug 26 23:59:00.286 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/mktemp"
55882024-08-26T23:59:01.387Z[ recovery-image] Aug 26 23:59:00.286 INFO O| Aug 26 23:59:00.286 INFO STEP 570 (remove_files) COMPLETE
55892024-08-26T23:59:01.387Z[ recovery-image] Aug 26 23:59:00.286 INFO O| Aug 26 23:59:00.286 INFO STEP 571: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55902024-08-26T23:59:01.396Z[ recovery-image] Aug 26 23:59:00.296 INFO O| Aug 26 23:59:00.296 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/mypid"
55912024-08-26T23:59:01.399Z[ recovery-image] Aug 26 23:59:00.296 INFO O| Aug 26 23:59:00.296 INFO STEP 571 (remove_files) COMPLETE
55922024-08-26T23:59:01.399Z[ recovery-image] Aug 26 23:59:00.296 INFO O| Aug 26 23:59:00.296 INFO STEP 572: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55932024-08-26T23:59:01.407Z[ recovery-image] Aug 26 23:59:00.305 INFO O| Aug 26 23:59:00.305 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/pathchk"
55942024-08-26T23:59:01.407Z[ recovery-image] Aug 26 23:59:00.305 INFO O| Aug 26 23:59:00.305 INFO STEP 572 (remove_files) COMPLETE
55952024-08-26T23:59:01.407Z[ recovery-image] Aug 26 23:59:00.305 INFO O| Aug 26 23:59:00.305 INFO STEP 573: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55962024-08-26T23:59:01.415Z[ recovery-image] Aug 26 23:59:00.315 INFO O| Aug 26 23:59:00.315 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/print"
55972024-08-26T23:59:01.415Z[ recovery-image] Aug 26 23:59:00.315 INFO O| Aug 26 23:59:00.315 INFO STEP 573 (remove_files) COMPLETE
55982024-08-26T23:59:01.415Z[ recovery-image] Aug 26 23:59:00.315 INFO O| Aug 26 23:59:00.315 INFO STEP 574: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55992024-08-26T23:59:01.426Z[ recovery-image] Aug 26 23:59:00.324 INFO O| Aug 26 23:59:00.324 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/printenv"
56002024-08-26T23:59:01.426Z[ recovery-image] Aug 26 23:59:00.324 INFO O| Aug 26 23:59:00.324 INFO STEP 574 (remove_files) COMPLETE
56012024-08-26T23:59:01.426Z[ recovery-image] Aug 26 23:59:00.324 INFO O| Aug 26 23:59:00.324 INFO STEP 575: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56022024-08-26T23:59:01.434Z[ recovery-image] Aug 26 23:59:00.334 INFO O| Aug 26 23:59:00.334 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/push"
56032024-08-26T23:59:01.434Z[ recovery-image] Aug 26 23:59:00.334 INFO O| Aug 26 23:59:00.334 INFO STEP 575 (remove_files) COMPLETE
56042024-08-26T23:59:01.434Z[ recovery-image] Aug 26 23:59:00.334 INFO O| Aug 26 23:59:00.334 INFO STEP 576: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56052024-08-26T23:59:01.444Z[ recovery-image] Aug 26 23:59:00.343 INFO O| Aug 26 23:59:00.343 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/realpath"
56062024-08-26T23:59:01.444Z[ recovery-image] Aug 26 23:59:00.343 INFO O| Aug 26 23:59:00.343 INFO STEP 576 (remove_files) COMPLETE
56072024-08-26T23:59:01.446Z[ recovery-image] Aug 26 23:59:00.343 INFO O| Aug 26 23:59:00.343 INFO STEP 577: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56082024-08-26T23:59:01.453Z[ recovery-image] Aug 26 23:59:00.353 INFO O| Aug 26 23:59:00.353 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/rm"
56092024-08-26T23:59:01.456Z[ recovery-image] Aug 26 23:59:00.353 INFO O| Aug 26 23:59:00.353 INFO STEP 577 (remove_files) COMPLETE
56102024-08-26T23:59:01.456Z[ recovery-image] Aug 26 23:59:00.353 INFO O| Aug 26 23:59:00.353 INFO STEP 578: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56112024-08-26T23:59:01.463Z[ recovery-image] Aug 26 23:59:00.362 INFO O| Aug 26 23:59:00.362 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/rmdir"
56122024-08-26T23:59:01.463Z[ recovery-image] Aug 26 23:59:00.362 INFO O| Aug 26 23:59:00.362 INFO STEP 578 (remove_files) COMPLETE
56132024-08-26T23:59:01.465Z[ recovery-image] Aug 26 23:59:00.362 INFO O| Aug 26 23:59:00.362 INFO STEP 579: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56142024-08-26T23:59:01.472Z[ recovery-image] Aug 26 23:59:00.372 INFO O| Aug 26 23:59:00.372 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/seq"
56152024-08-26T23:59:01.472Z[ recovery-image] Aug 26 23:59:00.372 INFO O| Aug 26 23:59:00.372 INFO STEP 579 (remove_files) COMPLETE
56162024-08-26T23:59:01.472Z[ recovery-image] Aug 26 23:59:00.372 INFO O| Aug 26 23:59:00.372 INFO STEP 580: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56172024-08-26T23:59:01.482Z[ recovery-image] Aug 26 23:59:00.381 INFO O| Aug 26 23:59:00.381 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/setpgid"
56182024-08-26T23:59:01.485Z[ recovery-image] Aug 26 23:59:00.382 INFO O| Aug 26 23:59:00.381 INFO STEP 580 (remove_files) COMPLETE
56192024-08-26T23:59:01.485Z[ recovery-image] Aug 26 23:59:00.382 INFO O| Aug 26 23:59:00.382 INFO STEP 581: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56202024-08-26T23:59:01.502Z[ recovery-image] Aug 26 23:59:00.397 INFO O| Aug 26 23:59:00.397 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/sleep"
56212024-08-26T23:59:01.505Z[ recovery-image] Aug 26 23:59:00.398 INFO O| Aug 26 23:59:00.398 INFO STEP 581 (remove_files) COMPLETE
56222024-08-26T23:59:01.505Z[ recovery-image] Aug 26 23:59:00.398 INFO O| Aug 26 23:59:00.398 INFO STEP 582: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56232024-08-26T23:59:01.512Z[ recovery-image] Aug 26 23:59:00.411 INFO O| Aug 26 23:59:00.411 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/strftime"
56242024-08-26T23:59:01.512Z[ recovery-image] Aug 26 23:59:00.411 INFO O| Aug 26 23:59:00.411 INFO STEP 582 (remove_files) COMPLETE
56252024-08-26T23:59:01.514Z[ recovery-image] Aug 26 23:59:00.411 INFO O| Aug 26 23:59:00.411 INFO STEP 583: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56262024-08-26T23:59:01.524Z[ recovery-image] Aug 26 23:59:00.423 INFO O| Aug 26 23:59:00.423 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/sync"
56272024-08-26T23:59:01.524Z[ recovery-image] Aug 26 23:59:00.423 INFO O| Aug 26 23:59:00.423 INFO STEP 583 (remove_files) COMPLETE
56282024-08-26T23:59:01.526Z[ recovery-image] Aug 26 23:59:00.423 INFO O| Aug 26 23:59:00.423 INFO STEP 584: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56292024-08-26T23:59:01.536Z[ recovery-image] Aug 26 23:59:00.435 INFO O| Aug 26 23:59:00.434 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/tee"
56302024-08-26T23:59:01.536Z[ recovery-image] Aug 26 23:59:00.435 INFO O| Aug 26 23:59:00.435 INFO STEP 584 (remove_files) COMPLETE
56312024-08-26T23:59:01.539Z[ recovery-image] Aug 26 23:59:00.435 INFO O| Aug 26 23:59:00.435 INFO STEP 585: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56322024-08-26T23:59:01.546Z[ recovery-image] Aug 26 23:59:00.446 INFO O| Aug 26 23:59:00.446 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/truefalse"
56332024-08-26T23:59:01.546Z[ recovery-image] Aug 26 23:59:00.446 INFO O| Aug 26 23:59:00.446 INFO STEP 585 (remove_files) COMPLETE
56342024-08-26T23:59:01.549Z[ recovery-image] Aug 26 23:59:00.446 INFO O| Aug 26 23:59:00.446 INFO STEP 586: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56352024-08-26T23:59:01.556Z[ recovery-image] Aug 26 23:59:00.456 INFO O| Aug 26 23:59:00.456 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/tty"
56362024-08-26T23:59:01.559Z[ recovery-image] Aug 26 23:59:00.456 INFO O| Aug 26 23:59:00.456 INFO STEP 586 (remove_files) COMPLETE
56372024-08-26T23:59:01.559Z[ recovery-image] Aug 26 23:59:00.456 INFO O| Aug 26 23:59:00.456 INFO STEP 587: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56382024-08-26T23:59:01.567Z[ recovery-image] Aug 26 23:59:00.467 INFO O| Aug 26 23:59:00.467 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/uname"
56392024-08-26T23:59:01.570Z[ recovery-image] Aug 26 23:59:00.467 INFO O| Aug 26 23:59:00.467 INFO STEP 587 (remove_files) COMPLETE
56402024-08-26T23:59:01.570Z[ recovery-image] Aug 26 23:59:00.467 INFO O| Aug 26 23:59:00.467 INFO STEP 588: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56412024-08-26T23:59:01.578Z[ recovery-image] Aug 26 23:59:00.478 INFO O| Aug 26 23:59:00.477 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/unlink"
56422024-08-26T23:59:01.580Z[ recovery-image] Aug 26 23:59:00.478 INFO O| Aug 26 23:59:00.478 INFO STEP 588 (remove_files) COMPLETE
56432024-08-26T23:59:01.580Z[ recovery-image] Aug 26 23:59:00.478 INFO O| Aug 26 23:59:00.478 INFO STEP 589: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56442024-08-26T23:59:01.588Z[ recovery-image] Aug 26 23:59:00.487 INFO O| Aug 26 23:59:00.487 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/whoami"
56452024-08-26T23:59:01.590Z[ recovery-image] Aug 26 23:59:00.487 INFO O| Aug 26 23:59:00.487 INFO STEP 589 (remove_files) COMPLETE
56462024-08-26T23:59:01.590Z[ recovery-image] Aug 26 23:59:00.487 INFO O| Aug 26 23:59:00.487 INFO STEP 590: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56472024-08-26T23:59:01.598Z[ recovery-image] Aug 26 23:59:00.497 INFO O| Aug 26 23:59:00.497 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/cmake/libxml2/libxml2-config.cmake"
56482024-08-26T23:59:01.600Z[ recovery-image] Aug 26 23:59:00.498 INFO O| Aug 26 23:59:00.497 INFO STEP 590 (remove_files) COMPLETE
56492024-08-26T23:59:01.600Z[ recovery-image] Aug 26 23:59:00.498 INFO O| Aug 26 23:59:00.497 INFO STEP 591: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56502024-08-26T23:59:01.609Z[ recovery-image] Aug 26 23:59:00.509 INFO O| Aug 26 23:59:00.509 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/dbus-1.0/include/dbus/dbus-arch-deps.h"
56512024-08-26T23:59:01.612Z[ recovery-image] Aug 26 23:59:00.509 INFO O| Aug 26 23:59:00.509 INFO STEP 591 (remove_files) COMPLETE
56522024-08-26T23:59:01.612Z[ recovery-image] Aug 26 23:59:00.509 INFO O| Aug 26 23:59:00.509 INFO STEP 592: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56532024-08-26T23:59:01.619Z[ recovery-image] Aug 26 23:59:00.519 INFO O| Aug 26 23:59:00.519 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/getloginx.so.1"
56542024-08-26T23:59:01.622Z[ recovery-image] Aug 26 23:59:00.520 INFO O| Aug 26 23:59:00.520 INFO STEP 592 (remove_files) COMPLETE
56552024-08-26T23:59:01.622Z[ recovery-image] Aug 26 23:59:00.520 INFO O| Aug 26 23:59:00.520 INFO STEP 593: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56562024-08-26T23:59:01.630Z[ recovery-image] Aug 26 23:59:00.530 INFO O| Aug 26 23:59:00.530 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/gss/dh1024-0.so.1"
56572024-08-26T23:59:01.630Z[ recovery-image] Aug 26 23:59:00.530 INFO O| Aug 26 23:59:00.530 INFO STEP 593 (remove_files) COMPLETE
56582024-08-26T23:59:01.632Z[ recovery-image] Aug 26 23:59:00.530 INFO O| Aug 26 23:59:00.530 INFO STEP 594: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56592024-08-26T23:59:01.640Z[ recovery-image] Aug 26 23:59:00.539 INFO O| Aug 26 23:59:00.539 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/gss/dh640-0.so.1"
56602024-08-26T23:59:01.640Z[ recovery-image] Aug 26 23:59:00.539 INFO O| Aug 26 23:59:00.539 INFO STEP 594 (remove_files) COMPLETE
56612024-08-26T23:59:01.642Z[ recovery-image] Aug 26 23:59:00.540 INFO O| Aug 26 23:59:00.539 INFO STEP 595: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56622024-08-26T23:59:01.651Z[ recovery-image] Aug 26 23:59:00.551 INFO O| Aug 26 23:59:00.551 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/gss/mech_dh.so.1"
56632024-08-26T23:59:01.653Z[ recovery-image] Aug 26 23:59:00.551 INFO O| Aug 26 23:59:00.551 INFO STEP 595 (remove_files) COMPLETE
56642024-08-26T23:59:01.653Z[ recovery-image] Aug 26 23:59:00.551 INFO O| Aug 26 23:59:00.551 INFO STEP 596: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56652024-08-26T23:59:01.661Z[ recovery-image] Aug 26 23:59:00.561 INFO O| Aug 26 23:59:00.560 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/gss/mech_spnego.so.1"
56662024-08-26T23:59:01.663Z[ recovery-image] Aug 26 23:59:00.561 INFO O| Aug 26 23:59:00.561 INFO STEP 596 (remove_files) COMPLETE
56672024-08-26T23:59:01.663Z[ recovery-image] Aug 26 23:59:00.561 INFO O| Aug 26 23:59:00.561 INFO STEP 597: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56682024-08-26T23:59:01.671Z[ recovery-image] Aug 26 23:59:00.571 INFO O| Aug 26 23:59:00.571 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/lddstub"
56692024-08-26T23:59:01.671Z[ recovery-image] Aug 26 23:59:00.571 INFO O| Aug 26 23:59:00.571 INFO STEP 597 (remove_files) COMPLETE
56702024-08-26T23:59:01.671Z[ recovery-image] Aug 26 23:59:00.571 INFO O| Aug 26 23:59:00.571 INFO STEP 598: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56712024-08-26T23:59:01.681Z[ recovery-image] Aug 26 23:59:00.581 INFO O| Aug 26 23:59:00.581 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/lib9p.so.1"
56722024-08-26T23:59:01.683Z[ recovery-image] Aug 26 23:59:00.581 INFO O| Aug 26 23:59:00.581 INFO STEP 598 (remove_files) COMPLETE
56732024-08-26T23:59:01.683Z[ recovery-image] Aug 26 23:59:00.581 INFO O| Aug 26 23:59:00.581 INFO STEP 599: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56742024-08-26T23:59:01.692Z[ recovery-image] Aug 26 23:59:00.592 INFO O| Aug 26 23:59:00.592 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libads.so.1"
56752024-08-26T23:59:01.695Z[ recovery-image] Aug 26 23:59:00.592 INFO O| Aug 26 23:59:00.592 INFO STEP 599 (remove_files) COMPLETE
56762024-08-26T23:59:01.695Z[ recovery-image] Aug 26 23:59:00.592 INFO O| Aug 26 23:59:00.592 INFO STEP 600: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56772024-08-26T23:59:01.703Z[ recovery-image] Aug 26 23:59:00.602 INFO O| Aug 26 23:59:00.602 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libadutils.so.1"
56782024-08-26T23:59:01.703Z[ recovery-image] Aug 26 23:59:00.602 INFO O| Aug 26 23:59:00.602 INFO STEP 600 (remove_files) COMPLETE
56792024-08-26T23:59:01.705Z[ recovery-image] Aug 26 23:59:00.602 INFO O| Aug 26 23:59:00.602 INFO STEP 601: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56802024-08-26T23:59:01.715Z[ recovery-image] Aug 26 23:59:00.614 INFO O| Aug 26 23:59:00.614 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libbe.so.1"
56812024-08-26T23:59:01.715Z[ recovery-image] Aug 26 23:59:00.614 INFO O| Aug 26 23:59:00.614 INFO STEP 601 (remove_files) COMPLETE
56822024-08-26T23:59:01.718Z[ recovery-image] Aug 26 23:59:00.614 INFO O| Aug 26 23:59:00.614 INFO STEP 602: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56832024-08-26T23:59:01.725Z[ recovery-image] Aug 26 23:59:00.624 INFO O| Aug 26 23:59:00.624 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libbrand.so.1"
56842024-08-26T23:59:01.725Z[ recovery-image] Aug 26 23:59:00.625 INFO O| Aug 26 23:59:00.625 INFO STEP 602 (remove_files) COMPLETE
56852024-08-26T23:59:01.728Z[ recovery-image] Aug 26 23:59:00.625 INFO O| Aug 26 23:59:00.625 INFO STEP 603: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56862024-08-26T23:59:01.736Z[ recovery-image] Aug 26 23:59:00.636 INFO O| Aug 26 23:59:00.635 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libbrotlicommon.so.1.0.9"
56872024-08-26T23:59:01.738Z[ recovery-image] Aug 26 23:59:00.636 INFO O| Aug 26 23:59:00.636 INFO STEP 603 (remove_files) COMPLETE
56882024-08-26T23:59:01.739Z[ recovery-image] Aug 26 23:59:00.636 INFO O| Aug 26 23:59:00.636 INFO STEP 604: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56892024-08-26T23:59:01.746Z[ recovery-image] Aug 26 23:59:00.646 INFO O| Aug 26 23:59:00.646 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libbrotlidec.so.1.0.9"
56902024-08-26T23:59:01.746Z[ recovery-image] Aug 26 23:59:00.646 INFO O| Aug 26 23:59:00.646 INFO STEP 604 (remove_files) COMPLETE
56912024-08-26T23:59:01.749Z[ recovery-image] Aug 26 23:59:00.646 INFO O| Aug 26 23:59:00.646 INFO STEP 605: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56922024-08-26T23:59:01.758Z[ recovery-image] Aug 26 23:59:00.658 INFO O| Aug 26 23:59:00.658 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libbrotlienc.so.1.0.9"
56932024-08-26T23:59:01.758Z[ recovery-image] Aug 26 23:59:00.658 INFO O| Aug 26 23:59:00.658 INFO STEP 605 (remove_files) COMPLETE
56942024-08-26T23:59:01.758Z[ recovery-image] Aug 26 23:59:00.658 INFO O| Aug 26 23:59:00.658 INFO STEP 606: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56952024-08-26T23:59:01.769Z[ recovery-image] Aug 26 23:59:00.668 INFO O| Aug 26 23:59:00.668 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libbsdmalloc.so.1"
56962024-08-26T23:59:01.769Z[ recovery-image] Aug 26 23:59:00.668 INFO O| Aug 26 23:59:00.668 INFO STEP 606 (remove_files) COMPLETE
56972024-08-26T23:59:01.771Z[ recovery-image] Aug 26 23:59:00.668 INFO O| Aug 26 23:59:00.668 INFO STEP 607: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56982024-08-26T23:59:01.780Z[ recovery-image] Aug 26 23:59:00.680 INFO O| Aug 26 23:59:00.680 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libbz2.so.1.0.8"
56992024-08-26T23:59:01.781Z[ recovery-image] Aug 26 23:59:00.680 INFO O| Aug 26 23:59:00.680 INFO STEP 607 (remove_files) COMPLETE
57002024-08-26T23:59:01.783Z[ recovery-image] Aug 26 23:59:00.680 INFO O| Aug 26 23:59:00.680 INFO STEP 608: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57012024-08-26T23:59:01.790Z[ recovery-image] Aug 26 23:59:00.690 INFO O| Aug 26 23:59:00.690 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libcommputil.so.1"
57022024-08-26T23:59:01.790Z[ recovery-image] Aug 26 23:59:00.690 INFO O| Aug 26 23:59:00.690 INFO STEP 608 (remove_files) COMPLETE
57032024-08-26T23:59:01.793Z[ recovery-image] Aug 26 23:59:00.690 INFO O| Aug 26 23:59:00.690 INFO STEP 609: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57042024-08-26T23:59:01.800Z[ recovery-image] Aug 26 23:59:00.700 INFO O| Aug 26 23:59:00.700 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libcpc.so.1"
57052024-08-26T23:59:01.800Z[ recovery-image] Aug 26 23:59:00.700 INFO O| Aug 26 23:59:00.700 INFO STEP 609 (remove_files) COMPLETE
57062024-08-26T23:59:01.800Z[ recovery-image] Aug 26 23:59:00.700 INFO O| Aug 26 23:59:00.700 INFO STEP 610: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57072024-08-26T23:59:01.811Z[ recovery-image] Aug 26 23:59:00.710 INFO O| Aug 26 23:59:00.710 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libcrle.so.1"
57082024-08-26T23:59:01.811Z[ recovery-image] Aug 26 23:59:00.710 INFO O| Aug 26 23:59:00.710 INFO STEP 610 (remove_files) COMPLETE
57092024-08-26T23:59:01.811Z[ recovery-image] Aug 26 23:59:00.710 INFO O| Aug 26 23:59:00.710 INFO STEP 611: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57102024-08-26T23:59:01.821Z[ recovery-image] Aug 26 23:59:00.721 INFO O| Aug 26 23:59:00.720 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libcrypt.so.1"
57112024-08-26T23:59:01.823Z[ recovery-image] Aug 26 23:59:00.721 INFO O| Aug 26 23:59:00.721 INFO STEP 611 (remove_files) COMPLETE
57122024-08-26T23:59:01.823Z[ recovery-image] Aug 26 23:59:00.721 INFO O| Aug 26 23:59:00.721 INFO STEP 612: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57132024-08-26T23:59:01.831Z[ recovery-image] Aug 26 23:59:00.730 INFO O| Aug 26 23:59:00.730 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libcurl.so.4.8.0"
57142024-08-26T23:59:01.833Z[ recovery-image] Aug 26 23:59:00.730 INFO O| Aug 26 23:59:00.730 INFO STEP 612 (remove_files) COMPLETE
57152024-08-26T23:59:01.833Z[ recovery-image] Aug 26 23:59:00.730 INFO O| Aug 26 23:59:00.730 INFO STEP 613: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57162024-08-26T23:59:01.841Z[ recovery-image] Aug 26 23:59:00.740 INFO O| Aug 26 23:59:00.740 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libdemangle-sys.so.1"
57172024-08-26T23:59:01.841Z[ recovery-image] Aug 26 23:59:00.740 INFO O| Aug 26 23:59:00.740 INFO STEP 613 (remove_files) COMPLETE
57182024-08-26T23:59:01.843Z[ recovery-image] Aug 26 23:59:00.740 INFO O| Aug 26 23:59:00.740 INFO STEP 614: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57192024-08-26T23:59:01.850Z[ recovery-image] Aug 26 23:59:00.750 INFO O| Aug 26 23:59:00.750 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libdll.so.1"
57202024-08-26T23:59:01.853Z[ recovery-image] Aug 26 23:59:00.750 INFO O| Aug 26 23:59:00.750 INFO STEP 614 (remove_files) COMPLETE
57212024-08-26T23:59:01.853Z[ recovery-image] Aug 26 23:59:00.750 INFO O| Aug 26 23:59:00.750 INFO STEP 615: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57222024-08-26T23:59:01.860Z[ recovery-image] Aug 26 23:59:00.759 INFO O| Aug 26 23:59:00.759 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libdtrace_jni.so.1"
57232024-08-26T23:59:01.863Z[ recovery-image] Aug 26 23:59:00.759 INFO O| Aug 26 23:59:00.759 INFO STEP 615 (remove_files) COMPLETE
57242024-08-26T23:59:01.863Z[ recovery-image] Aug 26 23:59:00.759 INFO O| Aug 26 23:59:00.759 INFO STEP 616: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57252024-08-26T23:59:01.870Z[ recovery-image] Aug 26 23:59:00.769 INFO O| Aug 26 23:59:00.769 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libform.so.1"
57262024-08-26T23:59:01.870Z[ recovery-image] Aug 26 23:59:00.769 INFO O| Aug 26 23:59:00.769 INFO STEP 616 (remove_files) COMPLETE
57272024-08-26T23:59:01.872Z[ recovery-image] Aug 26 23:59:00.769 INFO O| Aug 26 23:59:00.769 INFO STEP 617: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57282024-08-26T23:59:01.879Z[ recovery-image] Aug 26 23:59:00.779 INFO O| Aug 26 23:59:00.779 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libfstyp.so.1"
57292024-08-26T23:59:01.879Z[ recovery-image] Aug 26 23:59:00.779 INFO O| Aug 26 23:59:00.779 INFO STEP 617 (remove_files) COMPLETE
57302024-08-26T23:59:01.882Z[ recovery-image] Aug 26 23:59:00.779 INFO O| Aug 26 23:59:00.779 INFO STEP 618: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57312024-08-26T23:59:01.889Z[ recovery-image] Aug 26 23:59:00.788 INFO O| Aug 26 23:59:00.788 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libidspace.so.1"
57322024-08-26T23:59:01.889Z[ recovery-image] Aug 26 23:59:00.789 INFO O| Aug 26 23:59:00.789 INFO STEP 618 (remove_files) COMPLETE
57332024-08-26T23:59:01.891Z[ recovery-image] Aug 26 23:59:00.789 INFO O| Aug 26 23:59:00.789 INFO STEP 619: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57342024-08-26T23:59:01.899Z[ recovery-image] Aug 26 23:59:00.798 INFO O| Aug 26 23:59:00.798 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libike.so.1"
57352024-08-26T23:59:01.901Z[ recovery-image] Aug 26 23:59:00.798 INFO O| Aug 26 23:59:00.798 INFO STEP 619 (remove_files) COMPLETE
57362024-08-26T23:59:01.901Z[ recovery-image] Aug 26 23:59:00.798 INFO O| Aug 26 23:59:00.798 INFO STEP 620: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57372024-08-26T23:59:01.908Z[ recovery-image] Aug 26 23:59:00.808 INFO O| Aug 26 23:59:00.808 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libinstzones.so.1"
57382024-08-26T23:59:01.911Z[ recovery-image] Aug 26 23:59:00.808 INFO O| Aug 26 23:59:00.808 INFO STEP 620 (remove_files) COMPLETE
57392024-08-26T23:59:01.911Z[ recovery-image] Aug 26 23:59:00.808 INFO O| Aug 26 23:59:00.808 INFO STEP 621: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57402024-08-26T23:59:01.918Z[ recovery-image] Aug 26 23:59:00.817 INFO O| Aug 26 23:59:00.817 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libipmi.so.1"
57412024-08-26T23:59:01.918Z[ recovery-image] Aug 26 23:59:00.817 INFO O| Aug 26 23:59:00.817 INFO STEP 621 (remove_files) COMPLETE
57422024-08-26T23:59:01.920Z[ recovery-image] Aug 26 23:59:00.817 INFO O| Aug 26 23:59:00.817 INFO STEP 622: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57432024-08-26T23:59:01.927Z[ recovery-image] Aug 26 23:59:00.827 INFO O| Aug 26 23:59:00.827 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libipp.so.1"
57442024-08-26T23:59:01.930Z[ recovery-image] Aug 26 23:59:00.827 INFO O| Aug 26 23:59:00.827 INFO STEP 622 (remove_files) COMPLETE
57452024-08-26T23:59:01.930Z[ recovery-image] Aug 26 23:59:00.827 INFO O| Aug 26 23:59:00.827 INFO STEP 623: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57462024-08-26T23:59:01.937Z[ recovery-image] Aug 26 23:59:00.836 INFO O| Aug 26 23:59:00.836 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libipsecutil.so.1"
57472024-08-26T23:59:01.937Z[ recovery-image] Aug 26 23:59:00.836 INFO O| Aug 26 23:59:00.836 INFO STEP 623 (remove_files) COMPLETE
57482024-08-26T23:59:01.937Z[ recovery-image] Aug 26 23:59:00.836 INFO O| Aug 26 23:59:00.836 INFO STEP 624: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57492024-08-26T23:59:01.946Z[ recovery-image] Aug 26 23:59:00.846 INFO O| Aug 26 23:59:00.846 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libjedec.so.1"
57502024-08-26T23:59:01.949Z[ recovery-image] Aug 26 23:59:00.846 INFO O| Aug 26 23:59:00.846 INFO STEP 624 (remove_files) COMPLETE
57512024-08-26T23:59:01.949Z[ recovery-image] Aug 26 23:59:00.846 INFO O| Aug 26 23:59:00.846 INFO STEP 625: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57522024-08-26T23:59:01.956Z[ recovery-image] Aug 26 23:59:00.855 INFO O| Aug 26 23:59:00.855 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libkvm.so.1"
57532024-08-26T23:59:01.956Z[ recovery-image] Aug 26 23:59:00.855 INFO O| Aug 26 23:59:00.855 INFO STEP 625 (remove_files) COMPLETE
57542024-08-26T23:59:01.959Z[ recovery-image] Aug 26 23:59:00.855 INFO O| Aug 26 23:59:00.855 INFO STEP 626: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57552024-08-26T23:59:01.965Z[ recovery-image] Aug 26 23:59:00.865 INFO O| Aug 26 23:59:00.865 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libl.so.1"
57562024-08-26T23:59:01.965Z[ recovery-image] Aug 26 23:59:00.865 INFO O| Aug 26 23:59:00.865 INFO STEP 626 (remove_files) COMPLETE
57572024-08-26T23:59:01.965Z[ recovery-image] Aug 26 23:59:00.865 INFO O| Aug 26 23:59:00.865 INFO STEP 627: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57582024-08-26T23:59:01.975Z[ recovery-image] Aug 26 23:59:00.875 INFO O| Aug 26 23:59:00.874 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libldap.so.5"
57592024-08-26T23:59:01.977Z[ recovery-image] Aug 26 23:59:00.875 INFO O| Aug 26 23:59:00.875 INFO STEP 627 (remove_files) COMPLETE
57602024-08-26T23:59:01.977Z[ recovery-image] Aug 26 23:59:00.875 INFO O| Aug 26 23:59:00.875 INFO STEP 628: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57612024-08-26T23:59:01.985Z[ recovery-image] Aug 26 23:59:00.884 INFO O| Aug 26 23:59:00.884 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libldstab.so.1"
57622024-08-26T23:59:01.985Z[ recovery-image] Aug 26 23:59:00.884 INFO O| Aug 26 23:59:00.884 INFO STEP 628 (remove_files) COMPLETE
57632024-08-26T23:59:01.987Z[ recovery-image] Aug 26 23:59:00.884 INFO O| Aug 26 23:59:00.884 INFO STEP 629: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57642024-08-26T23:59:01.994Z[ recovery-image] Aug 26 23:59:00.893 INFO O| Aug 26 23:59:00.893 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/liblgrp.so.1"
57652024-08-26T23:59:01.994Z[ recovery-image] Aug 26 23:59:00.894 INFO O| Aug 26 23:59:00.894 INFO STEP 629 (remove_files) COMPLETE
57662024-08-26T23:59:01.996Z[ recovery-image] Aug 26 23:59:00.894 INFO O| Aug 26 23:59:00.894 INFO STEP 630: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57672024-08-26T23:59:02.004Z[ recovery-image] Aug 26 23:59:00.903 INFO O| Aug 26 23:59:00.903 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/liblm.so.1"
57682024-08-26T23:59:02.004Z[ recovery-image] Aug 26 23:59:00.903 INFO O| Aug 26 23:59:00.903 INFO STEP 630 (remove_files) COMPLETE
57692024-08-26T23:59:02.004Z[ recovery-image] Aug 26 23:59:00.903 INFO O| Aug 26 23:59:00.903 INFO STEP 631: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57702024-08-26T23:59:02.013Z[ recovery-image] Aug 26 23:59:00.913 INFO O| Aug 26 23:59:00.913 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libmail.so.1"
57712024-08-26T23:59:02.013Z[ recovery-image] Aug 26 23:59:00.913 INFO O| Aug 26 23:59:00.913 INFO STEP 631 (remove_files) COMPLETE
57722024-08-26T23:59:02.016Z[ recovery-image] Aug 26 23:59:00.913 INFO O| Aug 26 23:59:00.913 INFO STEP 632: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57732024-08-26T23:59:02.023Z[ recovery-image] Aug 26 23:59:00.922 INFO O| Aug 26 23:59:00.922 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libmalloc.so.1"
57742024-08-26T23:59:02.023Z[ recovery-image] Aug 26 23:59:00.922 INFO O| Aug 26 23:59:00.922 INFO STEP 632 (remove_files) COMPLETE
57752024-08-26T23:59:02.023Z[ recovery-image] Aug 26 23:59:00.922 INFO O| Aug 26 23:59:00.922 INFO STEP 633: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57762024-08-26T23:59:02.032Z[ recovery-image] Aug 26 23:59:00.932 INFO O| Aug 26 23:59:00.932 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libmapmalloc.so.1"
57772024-08-26T23:59:02.035Z[ recovery-image] Aug 26 23:59:00.932 INFO O| Aug 26 23:59:00.932 INFO STEP 633 (remove_files) COMPLETE
57782024-08-26T23:59:02.035Z[ recovery-image] Aug 26 23:59:00.932 INFO O| Aug 26 23:59:00.932 INFO STEP 634: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57792024-08-26T23:59:02.042Z[ recovery-image] Aug 26 23:59:00.941 INFO O| Aug 26 23:59:00.941 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libmenu.so.1"
57802024-08-26T23:59:02.045Z[ recovery-image] Aug 26 23:59:00.941 INFO O| Aug 26 23:59:00.941 INFO STEP 634 (remove_files) COMPLETE
57812024-08-26T23:59:02.045Z[ recovery-image] Aug 26 23:59:00.941 INFO O| Aug 26 23:59:00.941 INFO STEP 635: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57822024-08-26T23:59:02.052Z[ recovery-image] Aug 26 23:59:00.951 INFO O| Aug 26 23:59:00.951 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libmtmalloc.so.1"
57832024-08-26T23:59:02.054Z[ recovery-image] Aug 26 23:59:00.951 INFO O| Aug 26 23:59:00.951 INFO STEP 635 (remove_files) COMPLETE
57842024-08-26T23:59:02.054Z[ recovery-image] Aug 26 23:59:00.951 INFO O| Aug 26 23:59:00.951 INFO STEP 636: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57852024-08-26T23:59:02.061Z[ recovery-image] Aug 26 23:59:00.961 INFO O| Aug 26 23:59:00.961 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libncurses.so.5.9"
57862024-08-26T23:59:02.064Z[ recovery-image] Aug 26 23:59:00.961 INFO O| Aug 26 23:59:00.961 INFO STEP 636 (remove_files) COMPLETE
57872024-08-26T23:59:02.064Z[ recovery-image] Aug 26 23:59:00.961 INFO O| Aug 26 23:59:00.961 INFO STEP 637: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57882024-08-26T23:59:02.071Z[ recovery-image] Aug 26 23:59:00.970 INFO O| Aug 26 23:59:00.970 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libnls.so.1"
57892024-08-26T23:59:02.073Z[ recovery-image] Aug 26 23:59:00.970 INFO O| Aug 26 23:59:00.970 INFO STEP 637 (remove_files) COMPLETE
57902024-08-26T23:59:02.073Z[ recovery-image] Aug 26 23:59:00.970 INFO O| Aug 26 23:59:00.970 INFO STEP 638: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57912024-08-26T23:59:02.080Z[ recovery-image] Aug 26 23:59:00.980 INFO O| Aug 26 23:59:00.980 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libpanel.so.1"
57922024-08-26T23:59:02.080Z[ recovery-image] Aug 26 23:59:00.980 INFO O| Aug 26 23:59:00.980 INFO STEP 638 (remove_files) COMPLETE
57932024-08-26T23:59:02.083Z[ recovery-image] Aug 26 23:59:00.980 INFO O| Aug 26 23:59:00.980 INFO STEP 639: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57942024-08-26T23:59:02.090Z[ recovery-image] Aug 26 23:59:00.989 INFO O| Aug 26 23:59:00.989 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libpcrecpp.so.0.0.2"
57952024-08-26T23:59:02.093Z[ recovery-image] Aug 26 23:59:00.989 INFO O| Aug 26 23:59:00.989 INFO STEP 639 (remove_files) COMPLETE
57962024-08-26T23:59:02.093Z[ recovery-image] Aug 26 23:59:00.990 INFO O| Aug 26 23:59:00.989 INFO STEP 640: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57972024-08-26T23:59:02.099Z[ recovery-image] Aug 26 23:59:00.999 INFO O| Aug 26 23:59:00.999 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libpcreposix.so.0.0.7"
57982024-08-26T23:59:02.102Z[ recovery-image] Aug 26 23:59:00.999 INFO O| Aug 26 23:59:00.999 INFO STEP 640 (remove_files) COMPLETE
57992024-08-26T23:59:02.102Z[ recovery-image] Aug 26 23:59:00.999 INFO O| Aug 26 23:59:00.999 INFO STEP 641: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58002024-08-26T23:59:02.109Z[ recovery-image] Aug 26 23:59:01.009 INFO O| Aug 26 23:59:01.009 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libpctx.so.1"
58012024-08-26T23:59:02.109Z[ recovery-image] Aug 26 23:59:01.009 INFO O| Aug 26 23:59:01.009 INFO STEP 641 (remove_files) COMPLETE
58022024-08-26T23:59:02.112Z[ recovery-image] Aug 26 23:59:01.009 INFO O| Aug 26 23:59:01.009 INFO STEP 642: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58032024-08-26T23:59:02.119Z[ recovery-image] Aug 26 23:59:01.018 INFO O| Aug 26 23:59:01.018 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libpicl.so.1"
58042024-08-26T23:59:02.119Z[ recovery-image] Aug 26 23:59:01.018 INFO O| Aug 26 23:59:01.018 INFO STEP 642 (remove_files) COMPLETE
58052024-08-26T23:59:02.121Z[ recovery-image] Aug 26 23:59:01.018 INFO O| Aug 26 23:59:01.018 INFO STEP 643: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58062024-08-26T23:59:02.128Z[ recovery-image] Aug 26 23:59:01.028 INFO O| Aug 26 23:59:01.028 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libppt.so.1"
58072024-08-26T23:59:02.131Z[ recovery-image] Aug 26 23:59:01.028 INFO O| Aug 26 23:59:01.028 INFO STEP 643 (remove_files) COMPLETE
58082024-08-26T23:59:02.131Z[ recovery-image] Aug 26 23:59:01.028 INFO O| Aug 26 23:59:01.028 INFO STEP 644: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58092024-08-26T23:59:02.138Z[ recovery-image] Aug 26 23:59:01.037 INFO O| Aug 26 23:59:01.037 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libraidcfg.so.1"
58102024-08-26T23:59:02.138Z[ recovery-image] Aug 26 23:59:01.037 INFO O| Aug 26 23:59:01.037 INFO STEP 644 (remove_files) COMPLETE
58112024-08-26T23:59:02.138Z[ recovery-image] Aug 26 23:59:01.037 INFO O| Aug 26 23:59:01.037 INFO STEP 645: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58122024-08-26T23:59:02.147Z[ recovery-image] Aug 26 23:59:01.047 INFO O| Aug 26 23:59:01.047 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/librename.so.1"
58132024-08-26T23:59:02.147Z[ recovery-image] Aug 26 23:59:01.047 INFO O| Aug 26 23:59:01.047 INFO STEP 645 (remove_files) COMPLETE
58142024-08-26T23:59:02.147Z[ recovery-image] Aug 26 23:59:01.047 INFO O| Aug 26 23:59:01.047 INFO STEP 646: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58152024-08-26T23:59:02.157Z[ recovery-image] Aug 26 23:59:01.056 INFO O| Aug 26 23:59:01.056 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libreparse.so.1"
58162024-08-26T23:59:02.157Z[ recovery-image] Aug 26 23:59:01.056 INFO O| Aug 26 23:59:01.056 INFO STEP 646 (remove_files) COMPLETE
58172024-08-26T23:59:02.157Z[ recovery-image] Aug 26 23:59:01.056 INFO O| Aug 26 23:59:01.056 INFO STEP 647: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58182024-08-26T23:59:02.166Z[ recovery-image] Aug 26 23:59:01.066 INFO O| Aug 26 23:59:01.066 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libsasl.so.1"
58192024-08-26T23:59:02.168Z[ recovery-image] Aug 26 23:59:01.066 INFO O| Aug 26 23:59:01.066 INFO STEP 647 (remove_files) COMPLETE
58202024-08-26T23:59:02.168Z[ recovery-image] Aug 26 23:59:01.066 INFO O| Aug 26 23:59:01.066 INFO STEP 648: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58212024-08-26T23:59:02.176Z[ recovery-image] Aug 26 23:59:01.075 INFO O| Aug 26 23:59:01.075 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libsched.so.1"
58222024-08-26T23:59:02.178Z[ recovery-image] Aug 26 23:59:01.075 INFO O| Aug 26 23:59:01.075 INFO STEP 648 (remove_files) COMPLETE
58232024-08-26T23:59:02.178Z[ recovery-image] Aug 26 23:59:01.075 INFO O| Aug 26 23:59:01.075 INFO STEP 649: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58242024-08-26T23:59:02.185Z[ recovery-image] Aug 26 23:59:01.085 INFO O| Aug 26 23:59:01.085 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libsctp.so.1"
58252024-08-26T23:59:02.185Z[ recovery-image] Aug 26 23:59:01.085 INFO O| Aug 26 23:59:01.085 INFO STEP 649 (remove_files) COMPLETE
58262024-08-26T23:59:02.185Z[ recovery-image] Aug 26 23:59:01.085 INFO O| Aug 26 23:59:01.085 INFO STEP 650: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58272024-08-26T23:59:02.196Z[ recovery-image] Aug 26 23:59:01.094 INFO O| Aug 26 23:59:01.094 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libsff.so.1"
58282024-08-26T23:59:02.196Z[ recovery-image] Aug 26 23:59:01.094 INFO O| Aug 26 23:59:01.094 INFO STEP 650 (remove_files) COMPLETE
58292024-08-26T23:59:02.203Z[ recovery-image] Aug 26 23:59:01.094 INFO O| Aug 26 23:59:01.094 INFO STEP 651: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58302024-08-26T23:59:02.212Z[ recovery-image] Aug 26 23:59:01.104 INFO O| Aug 26 23:59:01.104 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libsip.so.1"
58312024-08-26T23:59:02.212Z[ recovery-image] Aug 26 23:59:01.104 INFO O| Aug 26 23:59:01.104 INFO STEP 651 (remove_files) COMPLETE
58322024-08-26T23:59:02.212Z[ recovery-image] Aug 26 23:59:01.104 INFO O| Aug 26 23:59:01.104 INFO STEP 652: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58332024-08-26T23:59:02.216Z[ recovery-image] Aug 26 23:59:01.113 INFO O| Aug 26 23:59:01.113 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libsldap.so.1"
58342024-08-26T23:59:02.216Z[ recovery-image] Aug 26 23:59:01.114 INFO O| Aug 26 23:59:01.113 INFO STEP 652 (remove_files) COMPLETE
58352024-08-26T23:59:02.216Z[ recovery-image] Aug 26 23:59:01.114 INFO O| Aug 26 23:59:01.114 INFO STEP 653: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58362024-08-26T23:59:02.224Z[ recovery-image] Aug 26 23:59:01.123 INFO O| Aug 26 23:59:01.123 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libsmbfs.so.1"
58372024-08-26T23:59:02.227Z[ recovery-image] Aug 26 23:59:01.123 INFO O| Aug 26 23:59:01.123 INFO STEP 653 (remove_files) COMPLETE
58382024-08-26T23:59:02.227Z[ recovery-image] Aug 26 23:59:01.123 INFO O| Aug 26 23:59:01.123 INFO STEP 654: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58392024-08-26T23:59:02.233Z[ recovery-image] Aug 26 23:59:01.132 INFO O| Aug 26 23:59:01.132 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libsoftcrypto.so.1"
58402024-08-26T23:59:02.233Z[ recovery-image] Aug 26 23:59:01.132 INFO O| Aug 26 23:59:01.132 INFO STEP 654 (remove_files) COMPLETE
58412024-08-26T23:59:02.233Z[ recovery-image] Aug 26 23:59:01.132 INFO O| Aug 26 23:59:01.132 INFO STEP 655: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58422024-08-26T23:59:02.245Z[ recovery-image] Aug 26 23:59:01.142 INFO O| Aug 26 23:59:01.142 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libsqlite3.so.0.8.6"
58432024-08-26T23:59:02.248Z[ recovery-image] Aug 26 23:59:01.142 INFO O| Aug 26 23:59:01.142 INFO STEP 655 (remove_files) COMPLETE
58442024-08-26T23:59:02.248Z[ recovery-image] Aug 26 23:59:01.142 INFO O| Aug 26 23:59:01.142 INFO STEP 656: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58452024-08-26T23:59:02.252Z[ recovery-image] Aug 26 23:59:01.151 INFO O| Aug 26 23:59:01.151 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libsum.so.1"
58462024-08-26T23:59:02.252Z[ recovery-image] Aug 26 23:59:01.151 INFO O| Aug 26 23:59:01.151 INFO STEP 656 (remove_files) COMPLETE
58472024-08-26T23:59:02.252Z[ recovery-image] Aug 26 23:59:01.151 INFO O| Aug 26 23:59:01.151 INFO STEP 657: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58482024-08-26T23:59:02.261Z[ recovery-image] Aug 26 23:59:01.161 INFO O| Aug 26 23:59:01.161 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libtecla.so.1"
58492024-08-26T23:59:02.264Z[ recovery-image] Aug 26 23:59:01.161 INFO O| Aug 26 23:59:01.161 INFO STEP 657 (remove_files) COMPLETE
58502024-08-26T23:59:02.264Z[ recovery-image] Aug 26 23:59:01.161 INFO O| Aug 26 23:59:01.161 INFO STEP 658: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58512024-08-26T23:59:02.271Z[ recovery-image] Aug 26 23:59:01.170 INFO O| Aug 26 23:59:01.170 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libtspi.so.1.2.0"
58522024-08-26T23:59:02.271Z[ recovery-image] Aug 26 23:59:01.170 INFO O| Aug 26 23:59:01.170 INFO STEP 658 (remove_files) COMPLETE
58532024-08-26T23:59:02.273Z[ recovery-image] Aug 26 23:59:01.170 INFO O| Aug 26 23:59:01.170 INFO STEP 659: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58542024-08-26T23:59:02.282Z[ recovery-image] Aug 26 23:59:01.180 INFO O| Aug 26 23:59:01.180 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libvolmgt.so.1"
58552024-08-26T23:59:02.282Z[ recovery-image] Aug 26 23:59:01.180 INFO O| Aug 26 23:59:01.180 INFO STEP 659 (remove_files) COMPLETE
58562024-08-26T23:59:02.282Z[ recovery-image] Aug 26 23:59:01.180 INFO O| Aug 26 23:59:01.180 INFO STEP 660: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58572024-08-26T23:59:02.290Z[ recovery-image] Aug 26 23:59:01.190 INFO O| Aug 26 23:59:01.190 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/liby.so.1"
58582024-08-26T23:59:02.293Z[ recovery-image] Aug 26 23:59:01.190 INFO O| Aug 26 23:59:01.190 INFO STEP 660 (remove_files) COMPLETE
58592024-08-26T23:59:02.293Z[ recovery-image] Aug 26 23:59:01.190 INFO O| Aug 26 23:59:01.190 INFO STEP 661: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58602024-08-26T23:59:02.300Z[ recovery-image] Aug 26 23:59:01.199 INFO O| Aug 26 23:59:01.199 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libzfs_jni.so.1"
58612024-08-26T23:59:02.300Z[ recovery-image] Aug 26 23:59:01.199 INFO O| Aug 26 23:59:01.199 INFO STEP 661 (remove_files) COMPLETE
58622024-08-26T23:59:02.300Z[ recovery-image] Aug 26 23:59:01.199 INFO O| Aug 26 23:59:01.199 INFO STEP 662: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58632024-08-26T23:59:02.310Z[ recovery-image] Aug 26 23:59:01.209 INFO O| Aug 26 23:59:01.209 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libzfsbootenv.so.1"
58642024-08-26T23:59:02.310Z[ recovery-image] Aug 26 23:59:01.209 INFO O| Aug 26 23:59:01.209 INFO STEP 662 (remove_files) COMPLETE
58652024-08-26T23:59:02.314Z[ recovery-image] Aug 26 23:59:01.209 INFO O| Aug 26 23:59:01.209 INFO STEP 663: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58662024-08-26T23:59:02.319Z[ recovery-image] Aug 26 23:59:01.218 INFO O| Aug 26 23:59:01.218 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libzonecfg.so.1"
58672024-08-26T23:59:02.319Z[ recovery-image] Aug 26 23:59:01.218 INFO O| Aug 26 23:59:01.218 INFO STEP 663 (remove_files) COMPLETE
58682024-08-26T23:59:02.319Z[ recovery-image] Aug 26 23:59:01.218 INFO O| Aug 26 23:59:01.218 INFO STEP 664: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58692024-08-26T23:59:02.328Z[ recovery-image] Aug 26 23:59:01.228 INFO O| Aug 26 23:59:01.228 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libzoneinfo.so.1"
58702024-08-26T23:59:02.329Z[ recovery-image] Aug 26 23:59:01.228 INFO O| Aug 26 23:59:01.228 INFO STEP 664 (remove_files) COMPLETE
58712024-08-26T23:59:02.333Z[ recovery-image] Aug 26 23:59:01.228 INFO O| Aug 26 23:59:01.228 INFO STEP 665: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58722024-08-26T23:59:02.338Z[ recovery-image] Aug 26 23:59:01.237 INFO O| Aug 26 23:59:01.237 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libzonestat.so.1"
58732024-08-26T23:59:02.341Z[ recovery-image] Aug 26 23:59:01.237 INFO O| Aug 26 23:59:01.237 INFO STEP 665 (remove_files) COMPLETE
58742024-08-26T23:59:02.341Z[ recovery-image] Aug 26 23:59:01.237 INFO O| Aug 26 23:59:01.237 INFO STEP 666: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58752024-08-26T23:59:02.348Z[ recovery-image] Aug 26 23:59:01.247 INFO O| Aug 26 23:59:01.247 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libzpool.so.1"
58762024-08-26T23:59:02.351Z[ recovery-image] Aug 26 23:59:01.247 INFO O| Aug 26 23:59:01.247 INFO STEP 666 (remove_files) COMPLETE
58772024-08-26T23:59:02.351Z[ recovery-image] Aug 26 23:59:01.247 INFO O| Aug 26 23:59:01.247 INFO STEP 667: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58782024-08-26T23:59:02.357Z[ recovery-image] Aug 26 23:59:01.256 INFO O| Aug 26 23:59:01.256 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/madv.so.1"
58792024-08-26T23:59:02.357Z[ recovery-image] Aug 26 23:59:01.256 INFO O| Aug 26 23:59:01.256 INFO STEP 667 (remove_files) COMPLETE
58802024-08-26T23:59:02.360Z[ recovery-image] Aug 26 23:59:01.256 INFO O| Aug 26 23:59:01.256 INFO STEP 668: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58812024-08-26T23:59:02.366Z[ recovery-image] Aug 26 23:59:01.266 INFO O| Aug 26 23:59:01.266 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/mpss.so.1"
58822024-08-26T23:59:02.369Z[ recovery-image] Aug 26 23:59:01.266 INFO O| Aug 26 23:59:01.266 INFO STEP 668 (remove_files) COMPLETE
58832024-08-26T23:59:02.369Z[ recovery-image] Aug 26 23:59:01.266 INFO O| Aug 26 23:59:01.266 INFO STEP 669: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58842024-08-26T23:59:02.376Z[ recovery-image] Aug 26 23:59:01.276 INFO O| Aug 26 23:59:01.275 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/nss_ad.so.1"
58852024-08-26T23:59:02.376Z[ recovery-image] Aug 26 23:59:01.276 INFO O| Aug 26 23:59:01.276 INFO STEP 669 (remove_files) COMPLETE
58862024-08-26T23:59:02.380Z[ recovery-image] Aug 26 23:59:01.276 INFO O| Aug 26 23:59:01.276 INFO STEP 670: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58872024-08-26T23:59:02.386Z[ recovery-image] Aug 26 23:59:01.285 INFO O| Aug 26 23:59:01.285 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/nss_ldap.so.1"
58882024-08-26T23:59:02.386Z[ recovery-image] Aug 26 23:59:01.285 INFO O| Aug 26 23:59:01.285 INFO STEP 670 (remove_files) COMPLETE
58892024-08-26T23:59:02.389Z[ recovery-image] Aug 26 23:59:01.285 INFO O| Aug 26 23:59:01.285 INFO STEP 671: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58902024-08-26T23:59:02.402Z[ recovery-image] Aug 26 23:59:01.295 INFO O| Aug 26 23:59:01.295 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/passwdutil.so.1"
58912024-08-26T23:59:02.402Z[ recovery-image] Aug 26 23:59:01.295 INFO O| Aug 26 23:59:01.295 INFO STEP 671 (remove_files) COMPLETE
58922024-08-26T23:59:02.402Z[ recovery-image] Aug 26 23:59:01.295 INFO O| Aug 26 23:59:01.295 INFO STEP 672: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58932024-08-26T23:59:02.405Z[ recovery-image] Aug 26 23:59:01.305 INFO O| Aug 26 23:59:01.305 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/bash.pc"
58942024-08-26T23:59:02.408Z[ recovery-image] Aug 26 23:59:01.305 INFO O| Aug 26 23:59:01.305 INFO STEP 672 (remove_files) COMPLETE
58952024-08-26T23:59:02.408Z[ recovery-image] Aug 26 23:59:01.305 INFO O| Aug 26 23:59:01.305 INFO STEP 673: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58962024-08-26T23:59:02.415Z[ recovery-image] Aug 26 23:59:01.314 INFO O| Aug 26 23:59:01.314 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/dbus-1.pc"
58972024-08-26T23:59:02.415Z[ recovery-image] Aug 26 23:59:01.314 INFO O| Aug 26 23:59:01.314 INFO STEP 673 (remove_files) COMPLETE
58982024-08-26T23:59:02.418Z[ recovery-image] Aug 26 23:59:01.314 INFO O| Aug 26 23:59:01.314 INFO STEP 674: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58992024-08-26T23:59:02.425Z[ recovery-image] Aug 26 23:59:01.324 INFO O| Aug 26 23:59:01.324 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/expat.pc"
59002024-08-26T23:59:02.425Z[ recovery-image] Aug 26 23:59:01.324 INFO O| Aug 26 23:59:01.324 INFO STEP 674 (remove_files) COMPLETE
59012024-08-26T23:59:02.427Z[ recovery-image] Aug 26 23:59:01.324 INFO O| Aug 26 23:59:01.324 INFO STEP 675: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59022024-08-26T23:59:02.434Z[ recovery-image] Aug 26 23:59:01.334 INFO O| Aug 26 23:59:01.334 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/form.pc"
59032024-08-26T23:59:02.434Z[ recovery-image] Aug 26 23:59:01.334 INFO O| Aug 26 23:59:01.334 INFO STEP 675 (remove_files) COMPLETE
59042024-08-26T23:59:02.436Z[ recovery-image] Aug 26 23:59:01.334 INFO O| Aug 26 23:59:01.334 INFO STEP 676: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59052024-08-26T23:59:02.444Z[ recovery-image] Aug 26 23:59:01.343 INFO O| Aug 26 23:59:01.343 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/libbrotlicommon.pc"
59062024-08-26T23:59:02.444Z[ recovery-image] Aug 26 23:59:01.343 INFO O| Aug 26 23:59:01.343 INFO STEP 676 (remove_files) COMPLETE
59072024-08-26T23:59:02.444Z[ recovery-image] Aug 26 23:59:01.343 INFO O| Aug 26 23:59:01.343 INFO STEP 677: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59082024-08-26T23:59:02.453Z[ recovery-image] Aug 26 23:59:01.353 INFO O| Aug 26 23:59:01.353 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/libbrotlidec.pc"
59092024-08-26T23:59:02.453Z[ recovery-image] Aug 26 23:59:01.353 INFO O| Aug 26 23:59:01.353 INFO STEP 677 (remove_files) COMPLETE
59102024-08-26T23:59:02.453Z[ recovery-image] Aug 26 23:59:01.353 INFO O| Aug 26 23:59:01.353 INFO STEP 678: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59112024-08-26T23:59:02.463Z[ recovery-image] Aug 26 23:59:01.362 INFO O| Aug 26 23:59:01.362 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/libbrotlienc.pc"
59122024-08-26T23:59:02.465Z[ recovery-image] Aug 26 23:59:01.362 INFO O| Aug 26 23:59:01.362 INFO STEP 678 (remove_files) COMPLETE
59132024-08-26T23:59:02.465Z[ recovery-image] Aug 26 23:59:01.362 INFO O| Aug 26 23:59:01.362 INFO STEP 679: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59142024-08-26T23:59:02.472Z[ recovery-image] Aug 26 23:59:01.372 INFO O| Aug 26 23:59:01.372 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/libcurl.pc"
59152024-08-26T23:59:02.472Z[ recovery-image] Aug 26 23:59:01.372 INFO O| Aug 26 23:59:01.372 INFO STEP 679 (remove_files) COMPLETE
59162024-08-26T23:59:02.472Z[ recovery-image] Aug 26 23:59:01.372 INFO O| Aug 26 23:59:01.372 INFO STEP 680: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59172024-08-26T23:59:02.482Z[ recovery-image] Aug 26 23:59:01.381 INFO O| Aug 26 23:59:01.381 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/libedit.pc"
59182024-08-26T23:59:02.482Z[ recovery-image] Aug 26 23:59:01.381 INFO O| Aug 26 23:59:01.381 INFO STEP 680 (remove_files) COMPLETE
59192024-08-26T23:59:02.484Z[ recovery-image] Aug 26 23:59:01.381 INFO O| Aug 26 23:59:01.381 INFO STEP 681: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59202024-08-26T23:59:02.491Z[ recovery-image] Aug 26 23:59:01.391 INFO O| Aug 26 23:59:01.391 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/libidn.pc"
59212024-08-26T23:59:02.491Z[ recovery-image] Aug 26 23:59:01.391 INFO O| Aug 26 23:59:01.391 INFO STEP 681 (remove_files) COMPLETE
59222024-08-26T23:59:02.491Z[ recovery-image] Aug 26 23:59:01.391 INFO O| Aug 26 23:59:01.391 INFO STEP 682: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59232024-08-26T23:59:02.501Z[ recovery-image] Aug 26 23:59:01.400 INFO O| Aug 26 23:59:01.400 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/liblz4.pc"
59242024-08-26T23:59:02.501Z[ recovery-image] Aug 26 23:59:01.400 INFO O| Aug 26 23:59:01.400 INFO STEP 682 (remove_files) COMPLETE
59252024-08-26T23:59:02.503Z[ recovery-image] Aug 26 23:59:01.400 INFO O| Aug 26 23:59:01.400 INFO STEP 683: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59262024-08-26T23:59:02.510Z[ recovery-image] Aug 26 23:59:01.410 INFO O| Aug 26 23:59:01.410 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/liblzma.pc"
59272024-08-26T23:59:02.510Z[ recovery-image] Aug 26 23:59:01.410 INFO O| Aug 26 23:59:01.410 INFO STEP 683 (remove_files) COMPLETE
59282024-08-26T23:59:02.513Z[ recovery-image] Aug 26 23:59:01.410 INFO O| Aug 26 23:59:01.410 INFO STEP 684: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59292024-08-26T23:59:02.520Z[ recovery-image] Aug 26 23:59:01.419 INFO O| Aug 26 23:59:01.419 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/libnghttp2.pc"
59302024-08-26T23:59:02.520Z[ recovery-image] Aug 26 23:59:01.419 INFO O| Aug 26 23:59:01.419 INFO STEP 684 (remove_files) COMPLETE
59312024-08-26T23:59:02.522Z[ recovery-image] Aug 26 23:59:01.419 INFO O| Aug 26 23:59:01.419 INFO STEP 685: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59322024-08-26T23:59:02.530Z[ recovery-image] Aug 26 23:59:01.429 INFO O| Aug 26 23:59:01.429 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/libpcap.pc"
59332024-08-26T23:59:02.530Z[ recovery-image] Aug 26 23:59:01.429 INFO O| Aug 26 23:59:01.429 INFO STEP 685 (remove_files) COMPLETE
59342024-08-26T23:59:02.533Z[ recovery-image] Aug 26 23:59:01.429 INFO O| Aug 26 23:59:01.429 INFO STEP 686: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59352024-08-26T23:59:02.540Z[ recovery-image] Aug 26 23:59:01.438 INFO O| Aug 26 23:59:01.438 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/libpcre.pc"
59362024-08-26T23:59:02.540Z[ recovery-image] Aug 26 23:59:01.438 INFO O| Aug 26 23:59:01.438 INFO STEP 686 (remove_files) COMPLETE
59372024-08-26T23:59:02.545Z[ recovery-image] Aug 26 23:59:01.438 INFO O| Aug 26 23:59:01.438 INFO STEP 687: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59382024-08-26T23:59:02.548Z[ recovery-image] Aug 26 23:59:01.448 INFO O| Aug 26 23:59:01.448 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/libpcre2-8.pc"
59392024-08-26T23:59:02.548Z[ recovery-image] Aug 26 23:59:01.448 INFO O| Aug 26 23:59:01.448 INFO STEP 687 (remove_files) COMPLETE
59402024-08-26T23:59:02.553Z[ recovery-image] Aug 26 23:59:01.448 INFO O| Aug 26 23:59:01.448 INFO STEP 688: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59412024-08-26T23:59:02.558Z[ recovery-image] Aug 26 23:59:01.457 INFO O| Aug 26 23:59:01.457 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/libpcre2-posix.pc"
59422024-08-26T23:59:02.558Z[ recovery-image] Aug 26 23:59:01.457 INFO O| Aug 26 23:59:01.457 INFO STEP 688 (remove_files) COMPLETE
59432024-08-26T23:59:02.561Z[ recovery-image] Aug 26 23:59:01.457 INFO O| Aug 26 23:59:01.457 INFO STEP 689: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59442024-08-26T23:59:02.567Z[ recovery-image] Aug 26 23:59:01.467 INFO O| Aug 26 23:59:01.467 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/libpcrecpp.pc"
59452024-08-26T23:59:02.567Z[ recovery-image] Aug 26 23:59:01.467 INFO O| Aug 26 23:59:01.467 INFO STEP 689 (remove_files) COMPLETE
59462024-08-26T23:59:02.570Z[ recovery-image] Aug 26 23:59:01.467 INFO O| Aug 26 23:59:01.467 INFO STEP 690: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59472024-08-26T23:59:02.577Z[ recovery-image] Aug 26 23:59:01.476 INFO O| Aug 26 23:59:01.476 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/libpcreposix.pc"
59482024-08-26T23:59:02.577Z[ recovery-image] Aug 26 23:59:01.476 INFO O| Aug 26 23:59:01.476 INFO STEP 690 (remove_files) COMPLETE
59492024-08-26T23:59:02.579Z[ recovery-image] Aug 26 23:59:01.476 INFO O| Aug 26 23:59:01.476 INFO STEP 691: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59502024-08-26T23:59:02.586Z[ recovery-image] Aug 26 23:59:01.486 INFO O| Aug 26 23:59:01.486 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/libxml-2.0.pc"
59512024-08-26T23:59:02.587Z[ recovery-image] Aug 26 23:59:01.486 INFO O| Aug 26 23:59:01.486 INFO STEP 691 (remove_files) COMPLETE
59522024-08-26T23:59:02.587Z[ recovery-image] Aug 26 23:59:01.486 INFO O| Aug 26 23:59:01.486 INFO STEP 692: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59532024-08-26T23:59:02.596Z[ recovery-image] Aug 26 23:59:01.495 INFO O| Aug 26 23:59:01.495 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/libzstd.pc"
59542024-08-26T23:59:02.596Z[ recovery-image] Aug 26 23:59:01.495 INFO O| Aug 26 23:59:01.495 INFO STEP 692 (remove_files) COMPLETE
59552024-08-26T23:59:02.596Z[ recovery-image] Aug 26 23:59:01.495 INFO O| Aug 26 23:59:01.495 INFO STEP 693: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59562024-08-26T23:59:02.606Z[ recovery-image] Aug 26 23:59:01.505 INFO O| Aug 26 23:59:01.505 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/menu.pc"
59572024-08-26T23:59:02.606Z[ recovery-image] Aug 26 23:59:01.505 INFO O| Aug 26 23:59:01.505 INFO STEP 693 (remove_files) COMPLETE
59582024-08-26T23:59:02.609Z[ recovery-image] Aug 26 23:59:01.505 INFO O| Aug 26 23:59:01.505 INFO STEP 694: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59592024-08-26T23:59:02.617Z[ recovery-image] Aug 26 23:59:01.515 INFO O| Aug 26 23:59:01.515 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/ncurses++.pc"
59602024-08-26T23:59:02.617Z[ recovery-image] Aug 26 23:59:01.515 INFO O| Aug 26 23:59:01.515 INFO STEP 694 (remove_files) COMPLETE
59612024-08-26T23:59:02.617Z[ recovery-image] Aug 26 23:59:01.515 INFO O| Aug 26 23:59:01.515 INFO STEP 695: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59622024-08-26T23:59:02.626Z[ recovery-image] Aug 26 23:59:01.525 INFO O| Aug 26 23:59:01.524 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/ncurses.pc"
59632024-08-26T23:59:02.626Z[ recovery-image] Aug 26 23:59:01.525 INFO O| Aug 26 23:59:01.525 INFO STEP 695 (remove_files) COMPLETE
59642024-08-26T23:59:02.628Z[ recovery-image] Aug 26 23:59:01.525 INFO O| Aug 26 23:59:01.525 INFO STEP 696: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59652024-08-26T23:59:02.635Z[ recovery-image] Aug 26 23:59:01.534 INFO O| Aug 26 23:59:01.534 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/netsnmp-agent.pc"
59662024-08-26T23:59:02.635Z[ recovery-image] Aug 26 23:59:01.534 INFO O| Aug 26 23:59:01.534 INFO STEP 696 (remove_files) COMPLETE
59672024-08-26T23:59:02.637Z[ recovery-image] Aug 26 23:59:01.534 INFO O| Aug 26 23:59:01.534 INFO STEP 697: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59682024-08-26T23:59:02.647Z[ recovery-image] Aug 26 23:59:01.546 INFO O| Aug 26 23:59:01.546 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/netsnmp.pc"
59692024-08-26T23:59:02.647Z[ recovery-image] Aug 26 23:59:01.546 INFO O| Aug 26 23:59:01.546 INFO STEP 697 (remove_files) COMPLETE
59702024-08-26T23:59:02.647Z[ recovery-image] Aug 26 23:59:01.546 INFO O| Aug 26 23:59:01.546 INFO STEP 698: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59712024-08-26T23:59:02.656Z[ recovery-image] Aug 26 23:59:01.556 INFO O| Aug 26 23:59:01.556 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/panel.pc"
59722024-08-26T23:59:02.656Z[ recovery-image] Aug 26 23:59:01.556 INFO O| Aug 26 23:59:01.556 INFO STEP 698 (remove_files) COMPLETE
59732024-08-26T23:59:02.659Z[ recovery-image] Aug 26 23:59:01.556 INFO O| Aug 26 23:59:01.556 INFO STEP 699: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59742024-08-26T23:59:02.666Z[ recovery-image] Aug 26 23:59:01.565 INFO O| Aug 26 23:59:01.565 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/readline.pc"
59752024-08-26T23:59:02.666Z[ recovery-image] Aug 26 23:59:01.565 INFO O| Aug 26 23:59:01.565 INFO STEP 699 (remove_files) COMPLETE
59762024-08-26T23:59:02.668Z[ recovery-image] Aug 26 23:59:01.565 INFO O| Aug 26 23:59:01.565 INFO STEP 700: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59772024-08-26T23:59:02.675Z[ recovery-image] Aug 26 23:59:01.575 INFO O| Aug 26 23:59:01.574 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/sqlite3.pc"
59782024-08-26T23:59:02.675Z[ recovery-image] Aug 26 23:59:01.575 INFO O| Aug 26 23:59:01.575 INFO STEP 700 (remove_files) COMPLETE
59792024-08-26T23:59:02.678Z[ recovery-image] Aug 26 23:59:01.575 INFO O| Aug 26 23:59:01.575 INFO STEP 701: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59802024-08-26T23:59:02.685Z[ recovery-image] Aug 26 23:59:01.584 INFO O| Aug 26 23:59:01.584 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/zlib.pc"
59812024-08-26T23:59:02.685Z[ recovery-image] Aug 26 23:59:01.584 INFO O| Aug 26 23:59:01.584 INFO STEP 701 (remove_files) COMPLETE
59822024-08-26T23:59:02.687Z[ recovery-image] Aug 26 23:59:01.584 INFO O| Aug 26 23:59:01.584 INFO STEP 702: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59832024-08-26T23:59:02.695Z[ recovery-image] Aug 26 23:59:01.594 INFO O| Aug 26 23:59:01.594 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/straddr.so.2"
59842024-08-26T23:59:02.695Z[ recovery-image] Aug 26 23:59:01.594 INFO O| Aug 26 23:59:01.594 INFO STEP 702 (remove_files) COMPLETE
59852024-08-26T23:59:02.699Z[ recovery-image] Aug 26 23:59:01.594 INFO O| Aug 26 23:59:01.594 INFO STEP 703: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59862024-08-26T23:59:02.704Z[ recovery-image] Aug 26 23:59:01.603 INFO O| Aug 26 23:59:01.603 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/watchmalloc.so.1"
59872024-08-26T23:59:02.707Z[ recovery-image] Aug 26 23:59:01.603 INFO O| Aug 26 23:59:01.603 INFO STEP 703 (remove_files) COMPLETE
59882024-08-26T23:59:02.707Z[ recovery-image] Aug 26 23:59:01.603 INFO O| Aug 26 23:59:01.603 INFO STEP 704: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59892024-08-26T23:59:02.713Z[ recovery-image] Aug 26 23:59:01.613 INFO O| Aug 26 23:59:01.613 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/audit/audit_record_attr"
59902024-08-26T23:59:02.719Z[ recovery-image] Aug 26 23:59:01.613 INFO O| Aug 26 23:59:01.613 INFO STEP 704 (remove_files) COMPLETE
59912024-08-26T23:59:02.719Z[ recovery-image] Aug 26 23:59:01.613 INFO O| Aug 26 23:59:01.613 INFO STEP 705: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59922024-08-26T23:59:02.723Z[ recovery-image] Aug 26 23:59:01.622 INFO O| Aug 26 23:59:01.622 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/brand/shared/common.ksh"
59932024-08-26T23:59:02.723Z[ recovery-image] Aug 26 23:59:01.622 INFO O| Aug 26 23:59:01.622 INFO STEP 705 (remove_files) COMPLETE
59942024-08-26T23:59:02.723Z[ recovery-image] Aug 26 23:59:01.622 INFO O| Aug 26 23:59:01.622 INFO STEP 706: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59952024-08-26T23:59:02.732Z[ recovery-image] Aug 26 23:59:01.632 INFO O| Aug 26 23:59:01.632 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/brand/shared/query"
59962024-08-26T23:59:02.733Z[ recovery-image] Aug 26 23:59:01.632 INFO O| Aug 26 23:59:01.632 INFO STEP 706 (remove_files) COMPLETE
59972024-08-26T23:59:02.733Z[ recovery-image] Aug 26 23:59:01.632 INFO O| Aug 26 23:59:01.632 INFO STEP 707: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59982024-08-26T23:59:02.742Z[ recovery-image] Aug 26 23:59:01.641 INFO O| Aug 26 23:59:01.641 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/brand/shared/uninstall.ksh"
59992024-08-26T23:59:02.742Z[ recovery-image] Aug 26 23:59:01.641 INFO O| Aug 26 23:59:01.641 INFO STEP 707 (remove_files) COMPLETE
60002024-08-26T23:59:02.744Z[ recovery-image] Aug 26 23:59:01.641 INFO O| Aug 26 23:59:01.641 INFO STEP 708: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60012024-08-26T23:59:02.752Z[ recovery-image] Aug 26 23:59:01.651 INFO O| Aug 26 23:59:01.651 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/cfgadm/amd64/ib.so.1"
60022024-08-26T23:59:02.754Z[ recovery-image] Aug 26 23:59:01.651 INFO O| Aug 26 23:59:01.651 INFO STEP 708 (remove_files) COMPLETE
60032024-08-26T23:59:02.755Z[ recovery-image] Aug 26 23:59:01.652 INFO O| Aug 26 23:59:01.651 INFO STEP 709: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60042024-08-26T23:59:02.762Z[ recovery-image] Aug 26 23:59:01.661 INFO O| Aug 26 23:59:01.661 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/cfgadm/amd64/pci.so.1"
60052024-08-26T23:59:02.762Z[ recovery-image] Aug 26 23:59:01.661 INFO O| Aug 26 23:59:01.661 INFO STEP 709 (remove_files) COMPLETE
60062024-08-26T23:59:02.762Z[ recovery-image] Aug 26 23:59:01.661 INFO O| Aug 26 23:59:01.661 INFO STEP 710: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60072024-08-26T23:59:02.771Z[ recovery-image] Aug 26 23:59:01.671 INFO O| Aug 26 23:59:01.671 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/cfgadm/amd64/sata.so.1"
60082024-08-26T23:59:02.774Z[ recovery-image] Aug 26 23:59:01.671 INFO O| Aug 26 23:59:01.671 INFO STEP 710 (remove_files) COMPLETE
60092024-08-26T23:59:02.774Z[ recovery-image] Aug 26 23:59:01.671 INFO O| Aug 26 23:59:01.671 INFO STEP 711: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60102024-08-26T23:59:02.781Z[ recovery-image] Aug 26 23:59:01.680 INFO O| Aug 26 23:59:01.680 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/cfgadm/amd64/scsi.so.1"
60112024-08-26T23:59:02.781Z[ recovery-image] Aug 26 23:59:01.680 INFO O| Aug 26 23:59:01.680 INFO STEP 711 (remove_files) COMPLETE
60122024-08-26T23:59:02.781Z[ recovery-image] Aug 26 23:59:01.680 INFO O| Aug 26 23:59:01.680 INFO STEP 712: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60132024-08-26T23:59:02.791Z[ recovery-image] Aug 26 23:59:01.690 INFO O| Aug 26 23:59:01.690 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/cfgadm/amd64/usb.so.1"
60142024-08-26T23:59:02.791Z[ recovery-image] Aug 26 23:59:01.690 INFO O| Aug 26 23:59:01.690 INFO STEP 712 (remove_files) COMPLETE
60152024-08-26T23:59:02.791Z[ recovery-image] Aug 26 23:59:01.690 INFO O| Aug 26 23:59:01.690 INFO STEP 713: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60162024-08-26T23:59:02.799Z[ host-image] Aug 26 23:59:01.698 INFO O| Aug 26 23:59:01.698 INFO O| Done
60172024-08-26T23:59:02.802Z[ recovery-image] Aug 26 23:59:01.700 INFO O| Aug 26 23:59:01.699 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/cfgadm/ib.so.1"
60182024-08-26T23:59:02.802Z[ recovery-image] Aug 26 23:59:01.700 INFO O| Aug 26 23:59:01.700 INFO STEP 713 (remove_files) COMPLETE
60192024-08-26T23:59:02.802Z[ recovery-image] Aug 26 23:59:01.700 INFO O| Aug 26 23:59:01.700 INFO STEP 714: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60202024-08-26T23:59:02.815Z[ recovery-image] Aug 26 23:59:01.709 INFO O| Aug 26 23:59:01.709 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/cfgadm/pci.so.1"
60212024-08-26T23:59:02.815Z[ recovery-image] Aug 26 23:59:01.709 INFO O| Aug 26 23:59:01.709 INFO STEP 714 (remove_files) COMPLETE
60222024-08-26T23:59:02.815Z[ recovery-image] Aug 26 23:59:01.709 INFO O| Aug 26 23:59:01.709 INFO STEP 715: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60232024-08-26T23:59:02.820Z[ recovery-image] Aug 26 23:59:01.719 INFO O| Aug 26 23:59:01.719 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/cfgadm/sata.so.1"
60242024-08-26T23:59:02.820Z[ recovery-image] Aug 26 23:59:01.719 INFO O| Aug 26 23:59:01.719 INFO STEP 715 (remove_files) COMPLETE
60252024-08-26T23:59:02.820Z[ recovery-image] Aug 26 23:59:01.719 INFO O| Aug 26 23:59:01.719 INFO STEP 716: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60262024-08-26T23:59:02.829Z[ recovery-image] Aug 26 23:59:01.729 INFO O| Aug 26 23:59:01.728 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/cfgadm/scsi.so.1"
60272024-08-26T23:59:02.829Z[ recovery-image] Aug 26 23:59:01.729 INFO O| Aug 26 23:59:01.729 INFO STEP 716 (remove_files) COMPLETE
60282024-08-26T23:59:02.832Z[ recovery-image] Aug 26 23:59:01.729 INFO O| Aug 26 23:59:01.729 INFO STEP 717: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60292024-08-26T23:59:02.839Z[ recovery-image] Aug 26 23:59:01.738 INFO O| Aug 26 23:59:01.738 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/cfgadm/shp.so.1"
60302024-08-26T23:59:02.839Z[ recovery-image] Aug 26 23:59:01.738 INFO O| Aug 26 23:59:01.738 INFO STEP 717 (remove_files) COMPLETE
60312024-08-26T23:59:02.841Z[ recovery-image] Aug 26 23:59:01.738 INFO O| Aug 26 23:59:01.738 INFO STEP 718: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60322024-08-26T23:59:02.849Z[ recovery-image] Aug 26 23:59:01.748 INFO O| Aug 26 23:59:01.748 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/cfgadm/usb.so.1"
60332024-08-26T23:59:02.849Z[ recovery-image] Aug 26 23:59:01.748 INFO O| Aug 26 23:59:01.748 INFO STEP 718 (remove_files) COMPLETE
60342024-08-26T23:59:02.852Z[ recovery-image] Aug 26 23:59:01.748 INFO O| Aug 26 23:59:01.748 INFO STEP 719: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60352024-08-26T23:59:02.858Z[ recovery-image] Aug 26 23:59:01.758 INFO O| Aug 26 23:59:01.758 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/class/FX/FXdispadmin"
60362024-08-26T23:59:02.863Z[ recovery-image] Aug 26 23:59:01.758 INFO O| Aug 26 23:59:01.758 INFO STEP 719 (remove_files) COMPLETE
60372024-08-26T23:59:02.863Z[ recovery-image] Aug 26 23:59:01.758 INFO O| Aug 26 23:59:01.758 INFO STEP 720: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60382024-08-26T23:59:02.869Z[ recovery-image] Aug 26 23:59:01.767 INFO O| Aug 26 23:59:01.767 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/class/FX/FXpriocntl"
60392024-08-26T23:59:02.869Z[ recovery-image] Aug 26 23:59:01.767 INFO O| Aug 26 23:59:01.767 INFO STEP 720 (remove_files) COMPLETE
60402024-08-26T23:59:02.872Z[ recovery-image] Aug 26 23:59:01.767 INFO O| Aug 26 23:59:01.767 INFO STEP 721: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60412024-08-26T23:59:02.878Z[ recovery-image] Aug 26 23:59:01.777 INFO O| Aug 26 23:59:01.777 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/class/IA/IAdispadmin"
60422024-08-26T23:59:02.883Z[ recovery-image] Aug 26 23:59:01.777 INFO O| Aug 26 23:59:01.777 INFO STEP 721 (remove_files) COMPLETE
60432024-08-26T23:59:02.883Z[ recovery-image] Aug 26 23:59:01.777 INFO O| Aug 26 23:59:01.777 INFO STEP 722: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60442024-08-26T23:59:02.887Z[ recovery-image] Aug 26 23:59:01.786 INFO O| Aug 26 23:59:01.786 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/class/IA/IApriocntl"
60452024-08-26T23:59:02.890Z[ recovery-image] Aug 26 23:59:01.786 INFO O| Aug 26 23:59:01.786 INFO STEP 722 (remove_files) COMPLETE
60462024-08-26T23:59:02.890Z[ recovery-image] Aug 26 23:59:01.786 INFO O| Aug 26 23:59:01.786 INFO STEP 723: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60472024-08-26T23:59:02.897Z[ recovery-image] Aug 26 23:59:01.796 INFO O| Aug 26 23:59:01.796 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/class/RT/RTdispadmin"
60482024-08-26T23:59:02.897Z[ recovery-image] Aug 26 23:59:01.796 INFO O| Aug 26 23:59:01.796 INFO STEP 723 (remove_files) COMPLETE
60492024-08-26T23:59:02.897Z[ recovery-image] Aug 26 23:59:01.796 INFO O| Aug 26 23:59:01.796 INFO STEP 724: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60502024-08-26T23:59:02.906Z[ recovery-image] Aug 26 23:59:01.806 INFO O| Aug 26 23:59:01.806 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/class/RT/RTpriocntl"
60512024-08-26T23:59:02.906Z[ recovery-image] Aug 26 23:59:01.806 INFO O| Aug 26 23:59:01.806 INFO STEP 724 (remove_files) COMPLETE
60522024-08-26T23:59:02.906Z[ recovery-image] Aug 26 23:59:01.806 INFO O| Aug 26 23:59:01.806 INFO STEP 725: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60532024-08-26T23:59:02.916Z[ recovery-image] Aug 26 23:59:01.815 INFO O| Aug 26 23:59:01.815 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/class/SDC/SDCdispadmin"
60542024-08-26T23:59:02.916Z[ recovery-image] Aug 26 23:59:01.815 INFO O| Aug 26 23:59:01.815 INFO STEP 725 (remove_files) COMPLETE
60552024-08-26T23:59:02.918Z[ recovery-image] Aug 26 23:59:01.815 INFO O| Aug 26 23:59:01.815 INFO STEP 726: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60562024-08-26T23:59:02.925Z[ recovery-image] Aug 26 23:59:01.825 INFO O| Aug 26 23:59:01.825 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/class/SDC/SDCpriocntl"
60572024-08-26T23:59:02.928Z[ recovery-image] Aug 26 23:59:01.825 INFO O| Aug 26 23:59:01.825 INFO STEP 726 (remove_files) COMPLETE
60582024-08-26T23:59:02.928Z[ recovery-image] Aug 26 23:59:01.825 INFO O| Aug 26 23:59:01.825 INFO STEP 727: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60592024-08-26T23:59:02.935Z[ recovery-image] Aug 26 23:59:01.834 INFO O| Aug 26 23:59:01.834 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/class/TS/TSdispadmin"
60602024-08-26T23:59:02.935Z[ recovery-image] Aug 26 23:59:01.834 INFO O| Aug 26 23:59:01.834 INFO STEP 727 (remove_files) COMPLETE
60612024-08-26T23:59:02.935Z[ recovery-image] Aug 26 23:59:01.834 INFO O| Aug 26 23:59:01.834 INFO STEP 728: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60622024-08-26T23:59:02.944Z[ recovery-image] Aug 26 23:59:01.844 INFO O| Aug 26 23:59:01.844 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/class/TS/TSpriocntl"
60632024-08-26T23:59:02.947Z[ recovery-image] Aug 26 23:59:01.844 INFO O| Aug 26 23:59:01.844 INFO STEP 728 (remove_files) COMPLETE
60642024-08-26T23:59:02.947Z[ recovery-image] Aug 26 23:59:01.844 INFO O| Aug 26 23:59:01.844 INFO STEP 729: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60652024-08-26T23:59:02.956Z[ recovery-image] Aug 26 23:59:01.853 INFO O| Aug 26 23:59:01.853 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/cmake/libxml2/libxml2-config.cmake"
60662024-08-26T23:59:02.956Z[ recovery-image] Aug 26 23:59:01.853 INFO O| Aug 26 23:59:01.853 INFO STEP 729 (remove_files) COMPLETE
60672024-08-26T23:59:02.956Z[ recovery-image] Aug 26 23:59:01.854 INFO O| Aug 26 23:59:01.853 INFO STEP 730: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60682024-08-26T23:59:02.964Z[ recovery-image] Aug 26 23:59:01.863 INFO O| Aug 26 23:59:01.863 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/dbus-1.0/include/dbus/dbus-arch-deps.h"
60692024-08-26T23:59:02.967Z[ recovery-image] Aug 26 23:59:01.863 INFO O| Aug 26 23:59:01.863 INFO STEP 730 (remove_files) COMPLETE
60702024-08-26T23:59:02.967Z[ recovery-image] Aug 26 23:59:01.863 INFO O| Aug 26 23:59:01.863 INFO STEP 731: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60712024-08-26T23:59:02.974Z[ recovery-image] Aug 26 23:59:01.873 INFO O| Aug 26 23:59:01.873 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/dl/dlled"
60722024-08-26T23:59:02.978Z[ recovery-image] Aug 26 23:59:01.873 INFO O| Aug 26 23:59:01.873 INFO STEP 731 (remove_files) COMPLETE
60732024-08-26T23:59:02.978Z[ recovery-image] Aug 26 23:59:01.873 INFO O| Aug 26 23:59:01.873 INFO STEP 732: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60742024-08-26T23:59:02.984Z[ recovery-image] Aug 26 23:59:01.883 INFO O| Aug 26 23:59:01.883 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/dl/dlrecv"
60752024-08-26T23:59:02.984Z[ recovery-image] Aug 26 23:59:01.883 INFO O| Aug 26 23:59:01.883 INFO STEP 732 (remove_files) COMPLETE
60762024-08-26T23:59:02.994Z[ recovery-image] Aug 26 23:59:01.883 INFO O| Aug 26 23:59:01.883 INFO STEP 733: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60772024-08-26T23:59:02.996Z[ recovery-image] Aug 26 23:59:01.893 INFO O| Aug 26 23:59:01.893 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/dl/dlsend"
60782024-08-26T23:59:02.996Z[ recovery-image] Aug 26 23:59:01.893 INFO O| Aug 26 23:59:01.893 INFO STEP 733 (remove_files) COMPLETE
60792024-08-26T23:59:02.996Z[ recovery-image] Aug 26 23:59:01.893 INFO O| Aug 26 23:59:01.893 INFO STEP 734: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60802024-08-26T23:59:03.003Z[ recovery-image] Aug 26 23:59:01.902 INFO O| Aug 26 23:59:01.902 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/dl/dltraninfo"
60812024-08-26T23:59:03.003Z[ recovery-image] Aug 26 23:59:01.902 INFO O| Aug 26 23:59:01.902 INFO STEP 734 (remove_files) COMPLETE
60822024-08-26T23:59:03.003Z[ recovery-image] Aug 26 23:59:01.902 INFO O| Aug 26 23:59:01.902 INFO STEP 735: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60832024-08-26T23:59:03.012Z[ recovery-image] Aug 26 23:59:01.912 INFO O| Aug 26 23:59:01.912 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/dtrace/64/drti.o"
60842024-08-26T23:59:03.015Z[ recovery-image] Aug 26 23:59:01.912 INFO O| Aug 26 23:59:01.912 INFO STEP 735 (remove_files) COMPLETE
60852024-08-26T23:59:03.015Z[ recovery-image] Aug 26 23:59:01.912 INFO O| Aug 26 23:59:01.912 INFO STEP 736: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60862024-08-26T23:59:03.029Z[ recovery-image] Aug 26 23:59:01.921 INFO O| Aug 26 23:59:01.921 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/dtrace/64/libdtrace_forceload.so"
60872024-08-26T23:59:03.029Z[ recovery-image] Aug 26 23:59:01.922 INFO O| Aug 26 23:59:01.922 INFO STEP 736 (remove_files) COMPLETE
60882024-08-26T23:59:03.029Z[ recovery-image] Aug 26 23:59:01.922 INFO O| Aug 26 23:59:01.922 INFO STEP 737: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60892024-08-26T23:59:03.040Z[ recovery-image] Aug 26 23:59:01.931 INFO O| Aug 26 23:59:01.931 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/dtrace/64/sftp64.d"
60902024-08-26T23:59:03.040Z[ recovery-image] Aug 26 23:59:01.931 INFO O| Aug 26 23:59:01.931 INFO STEP 737 (remove_files) COMPLETE
60912024-08-26T23:59:03.040Z[ recovery-image] Aug 26 23:59:01.931 INFO O| Aug 26 23:59:01.931 INFO STEP 738: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60922024-08-26T23:59:03.051Z[ recovery-image] Aug 26 23:59:01.941 INFO O| Aug 26 23:59:01.941 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/dtrace/drti.o"
60932024-08-26T23:59:03.051Z[ recovery-image] Aug 26 23:59:01.941 INFO O| Aug 26 23:59:01.941 INFO STEP 738 (remove_files) COMPLETE
60942024-08-26T23:59:03.051Z[ recovery-image] Aug 26 23:59:01.941 INFO O| Aug 26 23:59:01.941 INFO STEP 739: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60952024-08-26T23:59:03.060Z[ recovery-image] Aug 26 23:59:01.950 INFO O| Aug 26 23:59:01.950 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/dtrace/libdtrace_forceload.so"
60962024-08-26T23:59:03.060Z[ recovery-image] Aug 26 23:59:01.950 INFO O| Aug 26 23:59:01.950 INFO STEP 739 (remove_files) COMPLETE
60972024-08-26T23:59:03.061Z[ recovery-image] Aug 26 23:59:01.950 INFO O| Aug 26 23:59:01.950 INFO STEP 740: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60982024-08-26T23:59:03.063Z[ recovery-image] Aug 26 23:59:01.960 INFO O| Aug 26 23:59:01.960 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/amd64/libdiagcode.so.1"
60992024-08-26T23:59:03.063Z[ recovery-image] Aug 26 23:59:01.961 INFO O| Aug 26 23:59:01.961 INFO STEP 740 (remove_files) COMPLETE
61002024-08-26T23:59:03.063Z[ recovery-image] Aug 26 23:59:01.961 INFO O| Aug 26 23:59:01.961 INFO STEP 741: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61012024-08-26T23:59:03.071Z[ recovery-image] Aug 26 23:59:01.970 INFO O| Aug 26 23:59:01.970 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/amd64/libdiskstatus.so.1"
61022024-08-26T23:59:03.074Z[ recovery-image] Aug 26 23:59:01.970 INFO O| Aug 26 23:59:01.970 INFO STEP 741 (remove_files) COMPLETE
61032024-08-26T23:59:03.074Z[ recovery-image] Aug 26 23:59:01.970 INFO O| Aug 26 23:59:01.970 INFO STEP 742: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61042024-08-26T23:59:03.081Z[ recovery-image] Aug 26 23:59:01.980 INFO O| Aug 26 23:59:01.980 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/amd64/libfmd_adm.so.1"
61052024-08-26T23:59:03.085Z[ recovery-image] Aug 26 23:59:01.981 INFO O| Aug 26 23:59:01.981 INFO STEP 742 (remove_files) COMPLETE
61062024-08-26T23:59:03.085Z[ recovery-image] Aug 26 23:59:01.981 INFO O| Aug 26 23:59:01.981 INFO STEP 743: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61072024-08-26T23:59:03.091Z[ recovery-image] Aug 26 23:59:01.990 INFO O| Aug 26 23:59:01.990 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/amd64/libfmd_agent.so.1"
61082024-08-26T23:59:03.091Z[ recovery-image] Aug 26 23:59:01.990 INFO O| Aug 26 23:59:01.990 INFO STEP 743 (remove_files) COMPLETE
61092024-08-26T23:59:03.093Z[ recovery-image] Aug 26 23:59:01.990 INFO O| Aug 26 23:59:01.990 INFO STEP 744: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61102024-08-26T23:59:03.100Z[ recovery-image] Aug 26 23:59:02.000 INFO O| Aug 26 23:59:02.000 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/amd64/libfmd_log.so.1"
61112024-08-26T23:59:03.100Z[ recovery-image] Aug 26 23:59:02.000 INFO O| Aug 26 23:59:02.000 INFO STEP 744 (remove_files) COMPLETE
61122024-08-26T23:59:03.103Z[ recovery-image] Aug 26 23:59:02.000 INFO O| Aug 26 23:59:02.000 INFO STEP 745: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61132024-08-26T23:59:03.111Z[ recovery-image] Aug 26 23:59:02.010 INFO O| Aug 26 23:59:02.010 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/amd64/libfmd_msg.so.1"
61142024-08-26T23:59:03.114Z[ recovery-image] Aug 26 23:59:02.010 INFO O| Aug 26 23:59:02.010 INFO STEP 745 (remove_files) COMPLETE
61152024-08-26T23:59:03.114Z[ recovery-image] Aug 26 23:59:02.010 INFO O| Aug 26 23:59:02.010 INFO STEP 746: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61162024-08-26T23:59:03.120Z[ recovery-image] Aug 26 23:59:02.020 INFO O| Aug 26 23:59:02.020 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/amd64/libfmd_snmp.so.1"
61172024-08-26T23:59:03.120Z[ recovery-image] Aug 26 23:59:02.020 INFO O| Aug 26 23:59:02.020 INFO STEP 746 (remove_files) COMPLETE
61182024-08-26T23:59:03.121Z[ recovery-image] Aug 26 23:59:02.020 INFO O| Aug 26 23:59:02.020 INFO STEP 747: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61192024-08-26T23:59:03.130Z[ recovery-image] Aug 26 23:59:02.030 INFO O| Aug 26 23:59:02.029 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/amd64/libfmnotify.so.1"
61202024-08-26T23:59:03.130Z[ recovery-image] Aug 26 23:59:02.030 INFO O| Aug 26 23:59:02.030 INFO STEP 747 (remove_files) COMPLETE
61212024-08-26T23:59:03.130Z[ recovery-image] Aug 26 23:59:02.030 INFO O| Aug 26 23:59:02.030 INFO STEP 748: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61222024-08-26T23:59:03.142Z[ recovery-image] Aug 26 23:59:02.039 INFO O| Aug 26 23:59:02.039 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/amd64/libseslog.so.1"
61232024-08-26T23:59:03.144Z[ recovery-image] Aug 26 23:59:02.039 INFO O| Aug 26 23:59:02.039 INFO STEP 748 (remove_files) COMPLETE
61242024-08-26T23:59:03.144Z[ recovery-image] Aug 26 23:59:02.039 INFO O| Aug 26 23:59:02.039 INFO STEP 749: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61252024-08-26T23:59:03.150Z[ recovery-image] Aug 26 23:59:02.049 INFO O| Aug 26 23:59:02.049 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/dict/AMD.dict"
61262024-08-26T23:59:03.153Z[ recovery-image] Aug 26 23:59:02.049 INFO O| Aug 26 23:59:02.049 INFO STEP 749 (remove_files) COMPLETE
61272024-08-26T23:59:03.153Z[ recovery-image] Aug 26 23:59:02.049 INFO O| Aug 26 23:59:02.049 INFO STEP 750: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61282024-08-26T23:59:03.159Z[ recovery-image] Aug 26 23:59:02.059 INFO O| Aug 26 23:59:02.059 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/dict/FMNOTIFY.dict"
61292024-08-26T23:59:03.160Z[ recovery-image] Aug 26 23:59:02.059 INFO O| Aug 26 23:59:02.059 INFO STEP 750 (remove_files) COMPLETE
61302024-08-26T23:59:03.160Z[ recovery-image] Aug 26 23:59:02.059 INFO O| Aug 26 23:59:02.059 INFO STEP 751: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61312024-08-26T23:59:03.169Z[ recovery-image] Aug 26 23:59:02.068 INFO O| Aug 26 23:59:02.068 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/dict/GMCA.dict"
61322024-08-26T23:59:03.169Z[ recovery-image] Aug 26 23:59:02.069 INFO O| Aug 26 23:59:02.068 INFO STEP 751 (remove_files) COMPLETE
61332024-08-26T23:59:03.172Z[ recovery-image] Aug 26 23:59:02.069 INFO O| Aug 26 23:59:02.069 INFO STEP 752: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61342024-08-26T23:59:03.180Z[ recovery-image] Aug 26 23:59:02.078 INFO O| Aug 26 23:59:02.078 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/dict/INTEL.dict"
61352024-08-26T23:59:03.180Z[ recovery-image] Aug 26 23:59:02.078 INFO O| Aug 26 23:59:02.078 INFO STEP 752 (remove_files) COMPLETE
61362024-08-26T23:59:03.180Z[ recovery-image] Aug 26 23:59:02.078 INFO O| Aug 26 23:59:02.078 INFO STEP 753: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61372024-08-26T23:59:03.189Z[ recovery-image] Aug 26 23:59:02.088 INFO O| Aug 26 23:59:02.088 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/fminject"
61382024-08-26T23:59:03.192Z[ recovery-image] Aug 26 23:59:02.088 INFO O| Aug 26 23:59:02.088 INFO STEP 753 (remove_files) COMPLETE
61392024-08-26T23:59:03.192Z[ recovery-image] Aug 26 23:59:02.088 INFO O| Aug 26 23:59:02.088 INFO STEP 754: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61402024-08-26T23:59:03.199Z[ recovery-image] Aug 26 23:59:02.098 INFO O| Aug 26 23:59:02.097 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/fmsim"
61412024-08-26T23:59:03.207Z[ recovery-image] Aug 26 23:59:02.098 INFO O| Aug 26 23:59:02.098 INFO STEP 754 (remove_files) COMPLETE
61422024-08-26T23:59:03.207Z[ recovery-image] Aug 26 23:59:02.098 INFO O| Aug 26 23:59:02.098 INFO STEP 755: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61432024-08-26T23:59:03.210Z[ recovery-image] Aug 26 23:59:02.108 INFO O| Aug 26 23:59:02.108 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/fmtopo"
61442024-08-26T23:59:03.210Z[ recovery-image] Aug 26 23:59:02.108 INFO O| Aug 26 23:59:02.108 INFO STEP 755 (remove_files) COMPLETE
61452024-08-26T23:59:03.210Z[ recovery-image] Aug 26 23:59:02.108 INFO O| Aug 26 23:59:02.108 INFO STEP 756: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61462024-08-26T23:59:03.218Z[ recovery-image] Aug 26 23:59:02.117 INFO O| Aug 26 23:59:02.117 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/ipmitopo"
61472024-08-26T23:59:03.218Z[ recovery-image] Aug 26 23:59:02.117 INFO O| Aug 26 23:59:02.117 INFO STEP 756 (remove_files) COMPLETE
61482024-08-26T23:59:03.218Z[ recovery-image] Aug 26 23:59:02.117 INFO O| Aug 26 23:59:02.117 INFO STEP 757: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61492024-08-26T23:59:03.227Z[ recovery-image] Aug 26 23:59:02.127 INFO O| Aug 26 23:59:02.127 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/mcdecode"
61502024-08-26T23:59:03.228Z[ recovery-image] Aug 26 23:59:02.127 INFO O| Aug 26 23:59:02.127 INFO STEP 757 (remove_files) COMPLETE
61512024-08-26T23:59:03.230Z[ recovery-image] Aug 26 23:59:02.127 INFO O| Aug 26 23:59:02.127 INFO STEP 758: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61522024-08-26T23:59:03.237Z[ recovery-image] Aug 26 23:59:02.136 INFO O| Aug 26 23:59:02.136 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/plugins/cpumem-retire.conf"
61532024-08-26T23:59:03.240Z[ recovery-image] Aug 26 23:59:02.136 INFO O| Aug 26 23:59:02.136 INFO STEP 758 (remove_files) COMPLETE
61542024-08-26T23:59:03.240Z[ recovery-image] Aug 26 23:59:02.136 INFO O| Aug 26 23:59:02.136 INFO STEP 759: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61552024-08-26T23:59:03.247Z[ recovery-image] Aug 26 23:59:02.146 INFO O| Aug 26 23:59:02.146 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/amd64/cpu.so"
61562024-08-26T23:59:03.247Z[ recovery-image] Aug 26 23:59:02.146 INFO O| Aug 26 23:59:02.146 INFO STEP 759 (remove_files) COMPLETE
61572024-08-26T23:59:03.250Z[ recovery-image] Aug 26 23:59:02.146 INFO O| Aug 26 23:59:02.146 INFO STEP 760: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61582024-08-26T23:59:03.256Z[ recovery-image] Aug 26 23:59:02.156 INFO O| Aug 26 23:59:02.156 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/amd64/dev.so"
61592024-08-26T23:59:03.259Z[ recovery-image] Aug 26 23:59:02.156 INFO O| Aug 26 23:59:02.156 INFO STEP 760 (remove_files) COMPLETE
61602024-08-26T23:59:03.259Z[ recovery-image] Aug 26 23:59:02.156 INFO O| Aug 26 23:59:02.156 INFO STEP 761: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61612024-08-26T23:59:03.265Z[ host-image] Aug 26 23:59:02.164 INFO O| Aug 26 23:59:02.164 INFO O| Done
61622024-08-26T23:59:03.268Z[ recovery-image] Aug 26 23:59:02.165 INFO O| Aug 26 23:59:02.165 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/amd64/fmd.so"
61632024-08-26T23:59:03.268Z[ recovery-image] Aug 26 23:59:02.165 INFO O| Aug 26 23:59:02.165 INFO STEP 761 (remove_files) COMPLETE
61642024-08-26T23:59:03.268Z[ recovery-image] Aug 26 23:59:02.165 INFO O| Aug 26 23:59:02.165 INFO STEP 762: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61652024-08-26T23:59:03.275Z[ recovery-image] Aug 26 23:59:02.175 INFO O| Aug 26 23:59:02.175 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/amd64/hc.so"
61662024-08-26T23:59:03.275Z[ recovery-image] Aug 26 23:59:02.175 INFO O| Aug 26 23:59:02.175 INFO STEP 762 (remove_files) COMPLETE
61672024-08-26T23:59:03.278Z[ recovery-image] Aug 26 23:59:02.175 INFO O| Aug 26 23:59:02.175 INFO STEP 763: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61682024-08-26T23:59:03.285Z[ recovery-image] Aug 26 23:59:02.185 INFO O| Aug 26 23:59:02.185 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/amd64/legacy-hc.so"
61692024-08-26T23:59:03.286Z[ recovery-image] Aug 26 23:59:02.185 INFO O| Aug 26 23:59:02.185 INFO STEP 763 (remove_files) COMPLETE
61702024-08-26T23:59:03.286Z[ recovery-image] Aug 26 23:59:02.185 INFO O| Aug 26 23:59:02.185 INFO STEP 764: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61712024-08-26T23:59:03.296Z[ recovery-image] Aug 26 23:59:02.195 INFO O| Aug 26 23:59:02.195 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/amd64/mem.so"
61722024-08-26T23:59:03.296Z[ recovery-image] Aug 26 23:59:02.195 INFO O| Aug 26 23:59:02.195 INFO STEP 764 (remove_files) COMPLETE
61732024-08-26T23:59:03.299Z[ recovery-image] Aug 26 23:59:02.195 INFO O| Aug 26 23:59:02.195 INFO STEP 765: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61742024-08-26T23:59:03.306Z[ recovery-image] Aug 26 23:59:02.205 INFO O| Aug 26 23:59:02.205 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/amd64/mod.so"
61752024-08-26T23:59:03.306Z[ recovery-image] Aug 26 23:59:02.206 INFO O| Aug 26 23:59:02.205 INFO STEP 765 (remove_files) COMPLETE
61762024-08-26T23:59:03.306Z[ recovery-image] Aug 26 23:59:02.206 INFO O| Aug 26 23:59:02.206 INFO STEP 766: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61772024-08-26T23:59:03.317Z[ recovery-image] Aug 26 23:59:02.215 INFO O| Aug 26 23:59:02.215 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/amd64/pkg.so"
61782024-08-26T23:59:03.317Z[ recovery-image] Aug 26 23:59:02.215 INFO O| Aug 26 23:59:02.215 INFO STEP 766 (remove_files) COMPLETE
61792024-08-26T23:59:03.320Z[ recovery-image] Aug 26 23:59:02.215 INFO O| Aug 26 23:59:02.215 INFO STEP 767: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61802024-08-26T23:59:03.326Z[ recovery-image] Aug 26 23:59:02.225 INFO O| Aug 26 23:59:02.225 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/amd64/svc.so"
61812024-08-26T23:59:03.326Z[ recovery-image] Aug 26 23:59:02.225 INFO O| Aug 26 23:59:02.225 INFO STEP 767 (remove_files) COMPLETE
61822024-08-26T23:59:03.327Z[ recovery-image] Aug 26 23:59:02.226 INFO O| Aug 26 23:59:02.225 INFO STEP 768: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61832024-08-26T23:59:03.336Z[ recovery-image] Aug 26 23:59:02.235 INFO O| Aug 26 23:59:02.235 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/amd64/sw.so"
61842024-08-26T23:59:03.340Z[ recovery-image] Aug 26 23:59:02.235 INFO O| Aug 26 23:59:02.235 INFO STEP 768 (remove_files) COMPLETE
61852024-08-26T23:59:03.340Z[ recovery-image] Aug 26 23:59:02.235 INFO O| Aug 26 23:59:02.235 INFO STEP 769: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61862024-08-26T23:59:03.346Z[ recovery-image] Aug 26 23:59:02.245 INFO O| Aug 26 23:59:02.245 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/amd64/zfs.so"
61872024-08-26T23:59:03.348Z[ recovery-image] Aug 26 23:59:02.245 INFO O| Aug 26 23:59:02.245 INFO STEP 769 (remove_files) COMPLETE
61882024-08-26T23:59:03.348Z[ recovery-image] Aug 26 23:59:02.245 INFO O| Aug 26 23:59:02.245 INFO STEP 770: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61892024-08-26T23:59:03.356Z[ recovery-image] Aug 26 23:59:02.255 INFO O| Aug 26 23:59:02.255 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/cpu.so"
61902024-08-26T23:59:03.356Z[ recovery-image] Aug 26 23:59:02.255 INFO O| Aug 26 23:59:02.255 INFO STEP 770 (remove_files) COMPLETE
61912024-08-26T23:59:03.359Z[ recovery-image] Aug 26 23:59:02.255 INFO O| Aug 26 23:59:02.255 INFO STEP 771: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61922024-08-26T23:59:03.365Z[ recovery-image] Aug 26 23:59:02.265 INFO O| Aug 26 23:59:02.265 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/dev.so"
61932024-08-26T23:59:03.365Z[ recovery-image] Aug 26 23:59:02.265 INFO O| Aug 26 23:59:02.265 INFO STEP 771 (remove_files) COMPLETE
61942024-08-26T23:59:03.365Z[ recovery-image] Aug 26 23:59:02.265 INFO O| Aug 26 23:59:02.265 INFO STEP 772: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61952024-08-26T23:59:03.375Z[ recovery-image] Aug 26 23:59:02.274 INFO O| Aug 26 23:59:02.274 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/fmd.so"
61962024-08-26T23:59:03.381Z[ recovery-image] Aug 26 23:59:02.274 INFO O| Aug 26 23:59:02.274 INFO STEP 772 (remove_files) COMPLETE
61972024-08-26T23:59:03.381Z[ recovery-image] Aug 26 23:59:02.274 INFO O| Aug 26 23:59:02.274 INFO STEP 773: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61982024-08-26T23:59:03.385Z[ recovery-image] Aug 26 23:59:02.284 INFO O| Aug 26 23:59:02.284 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/hc.so"
61992024-08-26T23:59:03.385Z[ recovery-image] Aug 26 23:59:02.284 INFO O| Aug 26 23:59:02.284 INFO STEP 773 (remove_files) COMPLETE
62002024-08-26T23:59:03.387Z[ recovery-image] Aug 26 23:59:02.284 INFO O| Aug 26 23:59:02.284 INFO STEP 774: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62012024-08-26T23:59:03.394Z[ recovery-image] Aug 26 23:59:02.294 INFO O| Aug 26 23:59:02.294 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/legacy-hc.so"
62022024-08-26T23:59:03.395Z[ recovery-image] Aug 26 23:59:02.294 INFO O| Aug 26 23:59:02.294 INFO STEP 774 (remove_files) COMPLETE
62032024-08-26T23:59:03.397Z[ recovery-image] Aug 26 23:59:02.294 INFO O| Aug 26 23:59:02.294 INFO STEP 775: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62042024-08-26T23:59:03.405Z[ recovery-image] Aug 26 23:59:02.303 INFO O| Aug 26 23:59:02.303 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/mem.so"
62052024-08-26T23:59:03.405Z[ recovery-image] Aug 26 23:59:02.303 INFO O| Aug 26 23:59:02.303 INFO STEP 775 (remove_files) COMPLETE
62062024-08-26T23:59:03.408Z[ recovery-image] Aug 26 23:59:02.304 INFO O| Aug 26 23:59:02.303 INFO STEP 776: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62072024-08-26T23:59:03.415Z[ recovery-image] Aug 26 23:59:02.314 INFO O| Aug 26 23:59:02.314 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/mod.so"
62082024-08-26T23:59:03.415Z[ recovery-image] Aug 26 23:59:02.314 INFO O| Aug 26 23:59:02.314 INFO STEP 776 (remove_files) COMPLETE
62092024-08-26T23:59:03.418Z[ recovery-image] Aug 26 23:59:02.314 INFO O| Aug 26 23:59:02.314 INFO STEP 777: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62102024-08-26T23:59:03.424Z[ recovery-image] Aug 26 23:59:02.323 INFO O| Aug 26 23:59:02.323 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/pkg.so"
62112024-08-26T23:59:03.424Z[ recovery-image] Aug 26 23:59:02.323 INFO O| Aug 26 23:59:02.323 INFO STEP 777 (remove_files) COMPLETE
62122024-08-26T23:59:03.424Z[ recovery-image] Aug 26 23:59:02.323 INFO O| Aug 26 23:59:02.323 INFO STEP 778: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62132024-08-26T23:59:03.434Z[ recovery-image] Aug 26 23:59:02.333 INFO O| Aug 26 23:59:02.333 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/sw.so"
62142024-08-26T23:59:03.434Z[ recovery-image] Aug 26 23:59:02.333 INFO O| Aug 26 23:59:02.333 INFO STEP 778 (remove_files) COMPLETE
62152024-08-26T23:59:03.434Z[ recovery-image] Aug 26 23:59:02.333 INFO O| Aug 26 23:59:02.333 INFO STEP 779: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62162024-08-26T23:59:03.445Z[ recovery-image] Aug 26 23:59:02.344 INFO O| Aug 26 23:59:02.344 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/libdiskstatus.so.1"
62172024-08-26T23:59:03.447Z[ recovery-image] Aug 26 23:59:02.344 INFO O| Aug 26 23:59:02.344 INFO STEP 779 (remove_files) COMPLETE
62182024-08-26T23:59:03.447Z[ recovery-image] Aug 26 23:59:02.344 INFO O| Aug 26 23:59:02.344 INFO STEP 780: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62192024-08-26T23:59:03.454Z[ recovery-image] Aug 26 23:59:02.354 INFO O| Aug 26 23:59:02.354 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/libfmd_adm.so.1"
62202024-08-26T23:59:03.457Z[ recovery-image] Aug 26 23:59:02.354 INFO O| Aug 26 23:59:02.354 INFO STEP 780 (remove_files) COMPLETE
62212024-08-26T23:59:03.457Z[ recovery-image] Aug 26 23:59:02.354 INFO O| Aug 26 23:59:02.354 INFO STEP 781: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62222024-08-26T23:59:03.460Z[ host-image] Aug 26 23:59:02.359 INFO O| Aug 26 23:59:02.359 INFO STEP 11 (pkg_install) COMPLETE
62232024-08-26T23:59:03.462Z[ host-image] Aug 26 23:59:02.359 INFO O| Aug 26 23:59:02.359 INFO STEP 12: pkg_install, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
62242024-08-26T23:59:03.465Z[ recovery-image] Aug 26 23:59:02.364 INFO O| Aug 26 23:59:02.364 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/libfmd_log.so.1"
62252024-08-26T23:59:03.467Z[ recovery-image] Aug 26 23:59:02.364 INFO O| Aug 26 23:59:02.364 INFO STEP 781 (remove_files) COMPLETE
62262024-08-26T23:59:03.467Z[ recovery-image] Aug 26 23:59:02.364 INFO O| Aug 26 23:59:02.364 INFO STEP 782: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62272024-08-26T23:59:03.471Z[ host-image] Aug 26 23:59:02.371 INFO O| Aug 26 23:59:02.371 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/host/work/gimlet/ramdisk", "install", "/system/man", "/developer/object-file", "/system/ksensor", "/driver/cpu/sensor"]
62282024-08-26T23:59:03.475Z[ recovery-image] Aug 26 23:59:02.375 INFO O| Aug 26 23:59:02.375 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/libfmd_snmp.so.1"
62292024-08-26T23:59:03.476Z[ recovery-image] Aug 26 23:59:02.375 INFO O| Aug 26 23:59:02.375 INFO STEP 782 (remove_files) COMPLETE
62302024-08-26T23:59:03.478Z[ recovery-image] Aug 26 23:59:02.375 INFO O| Aug 26 23:59:02.375 INFO STEP 783: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62312024-08-26T23:59:03.485Z[ recovery-image] Aug 26 23:59:02.385 INFO O| Aug 26 23:59:02.384 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/libfmnotify.so.1"
62322024-08-26T23:59:03.485Z[ recovery-image] Aug 26 23:59:02.385 INFO O| Aug 26 23:59:02.385 INFO STEP 783 (remove_files) COMPLETE
62332024-08-26T23:59:03.485Z[ recovery-image] Aug 26 23:59:02.385 INFO O| Aug 26 23:59:02.385 INFO STEP 784: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62342024-08-26T23:59:03.495Z[ recovery-image] Aug 26 23:59:02.394 INFO O| Aug 26 23:59:02.394 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/libseslog.so.1"
62352024-08-26T23:59:03.495Z[ recovery-image] Aug 26 23:59:02.394 INFO O| Aug 26 23:59:02.394 INFO STEP 784 (remove_files) COMPLETE
62362024-08-26T23:59:03.495Z[ recovery-image] Aug 26 23:59:02.394 INFO O| Aug 26 23:59:02.394 INFO STEP 785: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62372024-08-26T23:59:03.506Z[ recovery-image] Aug 26 23:59:02.404 INFO O| Aug 26 23:59:02.404 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/topo/maps/xfp-hc-topology.xml"
62382024-08-26T23:59:03.510Z[ recovery-image] Aug 26 23:59:02.404 INFO O| Aug 26 23:59:02.404 INFO STEP 785 (remove_files) COMPLETE
62392024-08-26T23:59:03.510Z[ recovery-image] Aug 26 23:59:02.404 INFO O| Aug 26 23:59:02.404 INFO STEP 786: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62402024-08-26T23:59:03.514Z[ recovery-image] Aug 26 23:59:02.413 INFO O| Aug 26 23:59:02.413 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/topo/plugins/disk.so"
62412024-08-26T23:59:03.517Z[ recovery-image] Aug 26 23:59:02.413 INFO O| Aug 26 23:59:02.413 INFO STEP 786 (remove_files) COMPLETE
62422024-08-26T23:59:03.517Z[ recovery-image] Aug 26 23:59:02.413 INFO O| Aug 26 23:59:02.413 INFO STEP 787: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62432024-08-26T23:59:03.524Z[ recovery-image] Aug 26 23:59:02.423 INFO O| Aug 26 23:59:02.423 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/topo/plugins/fac_prov_ahci.so"
62442024-08-26T23:59:03.529Z[ recovery-image] Aug 26 23:59:02.423 INFO O| Aug 26 23:59:02.423 INFO STEP 787 (remove_files) COMPLETE
62452024-08-26T23:59:03.529Z[ recovery-image] Aug 26 23:59:02.423 INFO O| Aug 26 23:59:02.423 INFO STEP 788: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62462024-08-26T23:59:03.533Z[ recovery-image] Aug 26 23:59:02.432 INFO O| Aug 26 23:59:02.432 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/topo/plugins/fac_prov_ipmi.so"
62472024-08-26T23:59:03.536Z[ recovery-image] Aug 26 23:59:02.433 INFO O| Aug 26 23:59:02.432 INFO STEP 788 (remove_files) COMPLETE
62482024-08-26T23:59:03.536Z[ recovery-image] Aug 26 23:59:02.433 INFO O| Aug 26 23:59:02.432 INFO STEP 789: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62492024-08-26T23:59:03.543Z[ recovery-image] Aug 26 23:59:02.442 INFO O| Aug 26 23:59:02.442 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/topo/plugins/fac_prov_mptsas.so"
62502024-08-26T23:59:03.545Z[ recovery-image] Aug 26 23:59:02.442 INFO O| Aug 26 23:59:02.442 INFO STEP 789 (remove_files) COMPLETE
62512024-08-26T23:59:03.545Z[ recovery-image] Aug 26 23:59:02.442 INFO O| Aug 26 23:59:02.442 INFO STEP 790: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62522024-08-26T23:59:03.552Z[ recovery-image] Aug 26 23:59:02.451 INFO O| Aug 26 23:59:02.451 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/topo/plugins/ipmi.so"
62532024-08-26T23:59:03.555Z[ recovery-image] Aug 26 23:59:02.451 INFO O| Aug 26 23:59:02.451 INFO STEP 790 (remove_files) COMPLETE
62542024-08-26T23:59:03.555Z[ recovery-image] Aug 26 23:59:02.451 INFO O| Aug 26 23:59:02.451 INFO STEP 791: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62552024-08-26T23:59:03.562Z[ recovery-image] Aug 26 23:59:02.461 INFO O| Aug 26 23:59:02.461 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/topo/plugins/nic.so"
62562024-08-26T23:59:03.565Z[ recovery-image] Aug 26 23:59:02.461 INFO O| Aug 26 23:59:02.461 INFO STEP 791 (remove_files) COMPLETE
62572024-08-26T23:59:03.565Z[ recovery-image] Aug 26 23:59:02.461 INFO O| Aug 26 23:59:02.461 INFO STEP 792: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62582024-08-26T23:59:03.571Z[ recovery-image] Aug 26 23:59:02.470 INFO O| Aug 26 23:59:02.470 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/topo/plugins/ses.so"
62592024-08-26T23:59:03.571Z[ recovery-image] Aug 26 23:59:02.471 INFO O| Aug 26 23:59:02.471 INFO STEP 792 (remove_files) COMPLETE
62602024-08-26T23:59:03.571Z[ recovery-image] Aug 26 23:59:02.471 INFO O| Aug 26 23:59:02.471 INFO STEP 793: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62612024-08-26T23:59:03.582Z[ recovery-image] Aug 26 23:59:02.480 INFO O| Aug 26 23:59:02.480 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/topo/plugins/smbios.so"
62622024-08-26T23:59:03.583Z[ recovery-image] Aug 26 23:59:02.480 INFO O| Aug 26 23:59:02.480 INFO STEP 793 (remove_files) COMPLETE
62632024-08-26T23:59:03.586Z[ recovery-image] Aug 26 23:59:02.480 INFO O| Aug 26 23:59:02.480 INFO STEP 794: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62642024-08-26T23:59:03.591Z[ recovery-image] Aug 26 23:59:02.490 INFO O| Aug 26 23:59:02.490 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/topo/plugins/usb.so"
62652024-08-26T23:59:03.591Z[ recovery-image] Aug 26 23:59:02.490 INFO O| Aug 26 23:59:02.490 INFO STEP 794 (remove_files) COMPLETE
62662024-08-26T23:59:03.594Z[ recovery-image] Aug 26 23:59:02.490 INFO O| Aug 26 23:59:02.490 INFO STEP 795: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62672024-08-26T23:59:03.600Z[ recovery-image] Aug 26 23:59:02.499 INFO O| Aug 26 23:59:02.499 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/topo/plugins/xfp.so"
62682024-08-26T23:59:03.600Z[ recovery-image] Aug 26 23:59:02.499 INFO O| Aug 26 23:59:02.499 INFO STEP 795 (remove_files) COMPLETE
62692024-08-26T23:59:03.603Z[ recovery-image] Aug 26 23:59:02.500 INFO O| Aug 26 23:59:02.499 INFO STEP 796: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62702024-08-26T23:59:03.610Z[ recovery-image] Aug 26 23:59:02.509 INFO O| Aug 26 23:59:02.509 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/bootfs/mount"
62712024-08-26T23:59:03.612Z[ recovery-image] Aug 26 23:59:02.510 INFO O| Aug 26 23:59:02.510 INFO STEP 796 (remove_files) COMPLETE
62722024-08-26T23:59:03.612Z[ recovery-image] Aug 26 23:59:02.510 INFO O| Aug 26 23:59:02.510 INFO STEP 797: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62732024-08-26T23:59:03.620Z[ recovery-image] Aug 26 23:59:02.519 INFO O| Aug 26 23:59:02.519 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/hsfs/fstyp"
62742024-08-26T23:59:03.623Z[ recovery-image] Aug 26 23:59:02.520 INFO O| Aug 26 23:59:02.520 INFO STEP 797 (remove_files) COMPLETE
62752024-08-26T23:59:03.623Z[ recovery-image] Aug 26 23:59:02.520 INFO O| Aug 26 23:59:02.520 INFO STEP 798: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62762024-08-26T23:59:03.640Z[ recovery-image] Aug 26 23:59:02.529 INFO O| Aug 26 23:59:02.529 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/hsfs/fstyp.so.1"
62772024-08-26T23:59:03.649Z[ recovery-image] Aug 26 23:59:02.530 INFO O| Aug 26 23:59:02.530 INFO STEP 798 (remove_files) COMPLETE
62782024-08-26T23:59:03.649Z[ recovery-image] Aug 26 23:59:02.530 INFO O| Aug 26 23:59:02.530 INFO STEP 799: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62792024-08-26T23:59:03.649Z[ recovery-image] Aug 26 23:59:02.539 INFO O| Aug 26 23:59:02.539 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/hsfs/labelit"
62802024-08-26T23:59:03.649Z[ recovery-image] Aug 26 23:59:02.539 INFO O| Aug 26 23:59:02.539 INFO STEP 799 (remove_files) COMPLETE
62812024-08-26T23:59:03.650Z[ recovery-image] Aug 26 23:59:02.539 INFO O| Aug 26 23:59:02.539 INFO STEP 800: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62822024-08-26T23:59:03.655Z[ recovery-image] Aug 26 23:59:02.549 INFO O| Aug 26 23:59:02.549 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/lofs/mount"
62832024-08-26T23:59:03.655Z[ recovery-image] Aug 26 23:59:02.549 INFO O| Aug 26 23:59:02.549 INFO STEP 800 (remove_files) COMPLETE
62842024-08-26T23:59:03.655Z[ recovery-image] Aug 26 23:59:02.549 INFO O| Aug 26 23:59:02.549 INFO STEP 801: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62852024-08-26T23:59:03.659Z[ recovery-image] Aug 26 23:59:02.558 INFO O| Aug 26 23:59:02.558 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/mntfs/mount"
62862024-08-26T23:59:03.662Z[ recovery-image] Aug 26 23:59:02.558 INFO O| Aug 26 23:59:02.558 INFO STEP 801 (remove_files) COMPLETE
62872024-08-26T23:59:03.662Z[ recovery-image] Aug 26 23:59:02.558 INFO O| Aug 26 23:59:02.558 INFO STEP 802: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62882024-08-26T23:59:03.669Z[ recovery-image] Aug 26 23:59:02.568 INFO O| Aug 26 23:59:02.568 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/pcfs/fsck"
62892024-08-26T23:59:03.672Z[ recovery-image] Aug 26 23:59:02.568 INFO O| Aug 26 23:59:02.568 INFO STEP 802 (remove_files) COMPLETE
62902024-08-26T23:59:03.672Z[ recovery-image] Aug 26 23:59:02.568 INFO O| Aug 26 23:59:02.568 INFO STEP 803: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62912024-08-26T23:59:03.679Z[ recovery-image] Aug 26 23:59:02.578 INFO O| Aug 26 23:59:02.577 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/pcfs/fstyp"
62922024-08-26T23:59:03.679Z[ recovery-image] Aug 26 23:59:02.578 INFO O| Aug 26 23:59:02.578 INFO STEP 803 (remove_files) COMPLETE
62932024-08-26T23:59:03.679Z[ recovery-image] Aug 26 23:59:02.578 INFO O| Aug 26 23:59:02.578 INFO STEP 804: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62942024-08-26T23:59:03.688Z[ recovery-image] Aug 26 23:59:02.587 INFO O| Aug 26 23:59:02.587 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/pcfs/fstyp.so.1"
62952024-08-26T23:59:03.688Z[ recovery-image] Aug 26 23:59:02.587 INFO O| Aug 26 23:59:02.587 INFO STEP 804 (remove_files) COMPLETE
62962024-08-26T23:59:03.688Z[ recovery-image] Aug 26 23:59:02.587 INFO O| Aug 26 23:59:02.587 INFO STEP 805: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62972024-08-26T23:59:03.698Z[ recovery-image] Aug 26 23:59:02.596 INFO O| Aug 26 23:59:02.596 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/pcfs/mkfs"
62982024-08-26T23:59:03.698Z[ recovery-image] Aug 26 23:59:02.597 INFO O| Aug 26 23:59:02.597 INFO STEP 805 (remove_files) COMPLETE
62992024-08-26T23:59:03.718Z[ recovery-image] Aug 26 23:59:02.597 INFO O| Aug 26 23:59:02.597 INFO STEP 806: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63002024-08-26T23:59:03.723Z[ recovery-image] Aug 26 23:59:02.606 INFO O| Aug 26 23:59:02.606 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/pcfs/mount"
63012024-08-26T23:59:03.723Z[ recovery-image] Aug 26 23:59:02.606 INFO O| Aug 26 23:59:02.606 INFO STEP 806 (remove_files) COMPLETE
63022024-08-26T23:59:03.723Z[ recovery-image] Aug 26 23:59:02.606 INFO O| Aug 26 23:59:02.606 INFO STEP 807: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63032024-08-26T23:59:03.723Z[ recovery-image] Aug 26 23:59:02.616 INFO O| Aug 26 23:59:02.616 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/sharefs/mount"
63042024-08-26T23:59:03.723Z[ recovery-image] Aug 26 23:59:02.616 INFO O| Aug 26 23:59:02.616 INFO STEP 807 (remove_files) COMPLETE
63052024-08-26T23:59:03.723Z[ recovery-image] Aug 26 23:59:02.616 INFO O| Aug 26 23:59:02.616 INFO STEP 808: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63062024-08-26T23:59:03.728Z[ recovery-image] Aug 26 23:59:02.625 INFO O| Aug 26 23:59:02.625 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/smb/amd64/libshare_smb.so.1"
63072024-08-26T23:59:03.728Z[ recovery-image] Aug 26 23:59:02.625 INFO O| Aug 26 23:59:02.625 INFO STEP 808 (remove_files) COMPLETE
63082024-08-26T23:59:03.728Z[ recovery-image] Aug 26 23:59:02.625 INFO O| Aug 26 23:59:02.625 INFO STEP 809: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63092024-08-26T23:59:03.736Z[ recovery-image] Aug 26 23:59:02.635 INFO O| Aug 26 23:59:02.635 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/smb/libshare_smb.so.1"
63102024-08-26T23:59:03.741Z[ recovery-image] Aug 26 23:59:02.635 INFO O| Aug 26 23:59:02.635 INFO STEP 809 (remove_files) COMPLETE
63112024-08-26T23:59:03.741Z[ recovery-image] Aug 26 23:59:02.635 INFO O| Aug 26 23:59:02.635 INFO STEP 810: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63122024-08-26T23:59:03.746Z[ recovery-image] Aug 26 23:59:02.645 INFO O| Aug 26 23:59:02.645 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/smbfs/amd64/libshare_smbfs.so.1"
63132024-08-26T23:59:03.751Z[ recovery-image] Aug 26 23:59:02.645 INFO O| Aug 26 23:59:02.645 INFO STEP 810 (remove_files) COMPLETE
63142024-08-26T23:59:03.751Z[ recovery-image] Aug 26 23:59:02.645 INFO O| Aug 26 23:59:02.645 INFO STEP 811: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63152024-08-26T23:59:03.759Z[ recovery-image] Aug 26 23:59:02.655 INFO O| Aug 26 23:59:02.654 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/smbfs/dfshares"
63162024-08-26T23:59:03.759Z[ recovery-image] Aug 26 23:59:02.655 INFO O| Aug 26 23:59:02.655 INFO STEP 811 (remove_files) COMPLETE
63172024-08-26T23:59:03.759Z[ recovery-image] Aug 26 23:59:02.655 INFO O| Aug 26 23:59:02.655 INFO STEP 812: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63182024-08-26T23:59:03.765Z[ recovery-image] Aug 26 23:59:02.664 INFO O| Aug 26 23:59:02.664 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/smbfs/libshare_smbfs.so.1"
63192024-08-26T23:59:03.773Z[ recovery-image] Aug 26 23:59:02.664 INFO O| Aug 26 23:59:02.664 INFO STEP 812 (remove_files) COMPLETE
63202024-08-26T23:59:03.773Z[ recovery-image] Aug 26 23:59:02.664 INFO O| Aug 26 23:59:02.664 INFO STEP 813: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63212024-08-26T23:59:03.777Z[ recovery-image] Aug 26 23:59:02.674 INFO O| Aug 26 23:59:02.674 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/smbfs/mount"
63222024-08-26T23:59:03.777Z[ recovery-image] Aug 26 23:59:02.674 INFO O| Aug 26 23:59:02.674 INFO STEP 813 (remove_files) COMPLETE
63232024-08-26T23:59:03.777Z[ recovery-image] Aug 26 23:59:02.674 INFO O| Aug 26 23:59:02.674 INFO STEP 814: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63242024-08-26T23:59:03.786Z[ recovery-image] Aug 26 23:59:02.684 INFO O| Aug 26 23:59:02.684 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/smbfs/share"
63252024-08-26T23:59:03.790Z[ recovery-image] Aug 26 23:59:02.684 INFO O| Aug 26 23:59:02.684 INFO STEP 814 (remove_files) COMPLETE
63262024-08-26T23:59:03.790Z[ recovery-image] Aug 26 23:59:02.684 INFO O| Aug 26 23:59:02.684 INFO STEP 815: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63272024-08-26T23:59:03.795Z[ recovery-image] Aug 26 23:59:02.694 INFO O| Aug 26 23:59:02.694 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/smbfs/umount"
63282024-08-26T23:59:03.795Z[ recovery-image] Aug 26 23:59:02.694 INFO O| Aug 26 23:59:02.694 INFO STEP 815 (remove_files) COMPLETE
63292024-08-26T23:59:03.798Z[ recovery-image] Aug 26 23:59:02.694 INFO O| Aug 26 23:59:02.694 INFO STEP 816: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63302024-08-26T23:59:03.806Z[ recovery-image] Aug 26 23:59:02.705 INFO O| Aug 26 23:59:02.705 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/smbfs/unshare"
63312024-08-26T23:59:03.806Z[ recovery-image] Aug 26 23:59:02.705 INFO O| Aug 26 23:59:02.705 INFO STEP 816 (remove_files) COMPLETE
63322024-08-26T23:59:03.823Z[ recovery-image] Aug 26 23:59:02.705 INFO O| Aug 26 23:59:02.705 INFO STEP 817: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63332024-08-26T23:59:03.826Z[ recovery-image] Aug 26 23:59:02.715 INFO O| Aug 26 23:59:02.715 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/clri"
63342024-08-26T23:59:03.826Z[ recovery-image] Aug 26 23:59:02.715 INFO O| Aug 26 23:59:02.715 INFO STEP 817 (remove_files) COMPLETE
63352024-08-26T23:59:03.826Z[ recovery-image] Aug 26 23:59:02.715 INFO O| Aug 26 23:59:02.715 INFO STEP 818: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63362024-08-26T23:59:03.826Z[ recovery-image] Aug 26 23:59:02.725 INFO O| Aug 26 23:59:02.724 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/dcopy"
63372024-08-26T23:59:03.826Z[ recovery-image] Aug 26 23:59:02.725 INFO O| Aug 26 23:59:02.725 INFO STEP 818 (remove_files) COMPLETE
63382024-08-26T23:59:03.826Z[ recovery-image] Aug 26 23:59:02.725 INFO O| Aug 26 23:59:02.725 INFO STEP 819: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63392024-08-26T23:59:03.836Z[ recovery-image] Aug 26 23:59:02.735 INFO O| Aug 26 23:59:02.735 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/df"
63402024-08-26T23:59:03.836Z[ recovery-image] Aug 26 23:59:02.735 INFO O| Aug 26 23:59:02.735 INFO STEP 819 (remove_files) COMPLETE
63412024-08-26T23:59:03.836Z[ recovery-image] Aug 26 23:59:02.735 INFO O| Aug 26 23:59:02.735 INFO STEP 820: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63422024-08-26T23:59:03.845Z[ recovery-image] Aug 26 23:59:02.744 INFO O| Aug 26 23:59:02.744 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/edquota"
63432024-08-26T23:59:03.845Z[ recovery-image] Aug 26 23:59:02.744 INFO O| Aug 26 23:59:02.744 INFO STEP 820 (remove_files) COMPLETE
63442024-08-26T23:59:03.845Z[ recovery-image] Aug 26 23:59:02.744 INFO O| Aug 26 23:59:02.744 INFO STEP 821: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63452024-08-26T23:59:03.855Z[ recovery-image] Aug 26 23:59:02.754 INFO O| Aug 26 23:59:02.754 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/ff"
63462024-08-26T23:59:03.855Z[ recovery-image] Aug 26 23:59:02.754 INFO O| Aug 26 23:59:02.754 INFO STEP 821 (remove_files) COMPLETE
63472024-08-26T23:59:03.855Z[ recovery-image] Aug 26 23:59:02.754 INFO O| Aug 26 23:59:02.754 INFO STEP 822: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63482024-08-26T23:59:03.865Z[ recovery-image] Aug 26 23:59:02.764 INFO O| Aug 26 23:59:02.764 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/fsck"
63492024-08-26T23:59:03.869Z[ recovery-image] Aug 26 23:59:02.764 INFO O| Aug 26 23:59:02.764 INFO STEP 822 (remove_files) COMPLETE
63502024-08-26T23:59:03.869Z[ recovery-image] Aug 26 23:59:02.764 INFO O| Aug 26 23:59:02.764 INFO STEP 823: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63512024-08-26T23:59:03.875Z[ recovery-image] Aug 26 23:59:02.774 INFO O| Aug 26 23:59:02.774 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/fsckall"
63522024-08-26T23:59:03.883Z[ recovery-image] Aug 26 23:59:02.774 INFO O| Aug 26 23:59:02.774 INFO STEP 823 (remove_files) COMPLETE
63532024-08-26T23:59:03.883Z[ recovery-image] Aug 26 23:59:02.774 INFO O| Aug 26 23:59:02.774 INFO STEP 824: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63542024-08-26T23:59:03.892Z[ recovery-image] Aug 26 23:59:02.784 INFO O| Aug 26 23:59:02.784 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/fsdb"
63552024-08-26T23:59:03.892Z[ recovery-image] Aug 26 23:59:02.784 INFO O| Aug 26 23:59:02.784 INFO STEP 824 (remove_files) COMPLETE
63562024-08-26T23:59:03.892Z[ recovery-image] Aug 26 23:59:02.784 INFO O| Aug 26 23:59:02.784 INFO STEP 825: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63572024-08-26T23:59:03.895Z[ recovery-image] Aug 26 23:59:02.793 INFO O| Aug 26 23:59:02.793 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/fsirand"
63582024-08-26T23:59:03.895Z[ recovery-image] Aug 26 23:59:02.793 INFO O| Aug 26 23:59:02.793 INFO STEP 825 (remove_files) COMPLETE
63592024-08-26T23:59:03.896Z[ recovery-image] Aug 26 23:59:02.793 INFO O| Aug 26 23:59:02.793 INFO STEP 826: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63602024-08-26T23:59:03.904Z[ recovery-image] Aug 26 23:59:02.803 INFO O| Aug 26 23:59:02.803 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/fssnap"
63612024-08-26T23:59:03.908Z[ recovery-image] Aug 26 23:59:02.803 INFO O| Aug 26 23:59:02.803 INFO STEP 826 (remove_files) COMPLETE
63622024-08-26T23:59:03.908Z[ recovery-image] Aug 26 23:59:02.803 INFO O| Aug 26 23:59:02.803 INFO STEP 827: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63632024-08-26T23:59:03.914Z[ recovery-image] Aug 26 23:59:02.813 INFO O| Aug 26 23:59:02.813 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/fstyp"
63642024-08-26T23:59:03.914Z[ recovery-image] Aug 26 23:59:02.813 INFO O| Aug 26 23:59:02.813 INFO STEP 827 (remove_files) COMPLETE
63652024-08-26T23:59:03.916Z[ recovery-image] Aug 26 23:59:02.813 INFO O| Aug 26 23:59:02.813 INFO STEP 828: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63662024-08-26T23:59:03.923Z[ recovery-image] Aug 26 23:59:02.822 INFO O| Aug 26 23:59:02.822 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/fstyp.so.1"
63672024-08-26T23:59:03.926Z[ recovery-image] Aug 26 23:59:02.823 INFO O| Aug 26 23:59:02.823 INFO STEP 828 (remove_files) COMPLETE
63682024-08-26T23:59:03.926Z[ recovery-image] Aug 26 23:59:02.823 INFO O| Aug 26 23:59:02.823 INFO STEP 829: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63692024-08-26T23:59:03.932Z[ host-image] Aug 26 23:59:02.831 INFO O| Aug 26 23:59:02.831 INFO O| Startup: Refreshing catalog 'helios-dev' ... Done
63702024-08-26T23:59:03.935Z[ recovery-image] Aug 26 23:59:02.832 INFO O| Aug 26 23:59:02.832 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/labelit"
63712024-08-26T23:59:03.935Z[ recovery-image] Aug 26 23:59:02.832 INFO O| Aug 26 23:59:02.832 INFO STEP 829 (remove_files) COMPLETE
63722024-08-26T23:59:03.935Z[ recovery-image] Aug 26 23:59:02.832 INFO O| Aug 26 23:59:02.832 INFO STEP 830: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63732024-08-26T23:59:03.942Z[ recovery-image] Aug 26 23:59:02.842 INFO O| Aug 26 23:59:02.842 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/lockfs"
63742024-08-26T23:59:03.943Z[ recovery-image] Aug 26 23:59:02.842 INFO O| Aug 26 23:59:02.842 INFO STEP 830 (remove_files) COMPLETE
63752024-08-26T23:59:03.945Z[ recovery-image] Aug 26 23:59:02.842 INFO O| Aug 26 23:59:02.842 INFO STEP 831: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63762024-08-26T23:59:03.952Z[ recovery-image] Aug 26 23:59:02.851 INFO O| Aug 26 23:59:02.851 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/mkfs"
63772024-08-26T23:59:03.952Z[ recovery-image] Aug 26 23:59:02.851 INFO O| Aug 26 23:59:02.851 INFO STEP 831 (remove_files) COMPLETE
63782024-08-26T23:59:03.955Z[ recovery-image] Aug 26 23:59:02.851 INFO O| Aug 26 23:59:02.851 INFO STEP 832: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63792024-08-26T23:59:03.962Z[ recovery-image] Aug 26 23:59:02.861 INFO O| Aug 26 23:59:02.861 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/ncheck"
63802024-08-26T23:59:03.962Z[ recovery-image] Aug 26 23:59:02.861 INFO O| Aug 26 23:59:02.861 INFO STEP 832 (remove_files) COMPLETE
63812024-08-26T23:59:03.965Z[ recovery-image] Aug 26 23:59:02.861 INFO O| Aug 26 23:59:02.861 INFO STEP 833: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63822024-08-26T23:59:03.973Z[ recovery-image] Aug 26 23:59:02.871 INFO O| Aug 26 23:59:02.871 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/newfs"
63832024-08-26T23:59:03.973Z[ recovery-image] Aug 26 23:59:02.871 INFO O| Aug 26 23:59:02.871 INFO STEP 833 (remove_files) COMPLETE
63842024-08-26T23:59:03.973Z[ recovery-image] Aug 26 23:59:02.871 INFO O| Aug 26 23:59:02.871 INFO STEP 834: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63852024-08-26T23:59:03.984Z[ recovery-image] Aug 26 23:59:02.883 INFO O| Aug 26 23:59:02.883 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/quot"
63862024-08-26T23:59:03.984Z[ recovery-image] Aug 26 23:59:02.883 INFO O| Aug 26 23:59:02.883 INFO STEP 834 (remove_files) COMPLETE
63872024-08-26T23:59:03.984Z[ recovery-image] Aug 26 23:59:02.883 INFO O| Aug 26 23:59:02.883 INFO STEP 835: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63882024-08-26T23:59:03.994Z[ recovery-image] Aug 26 23:59:02.893 INFO O| Aug 26 23:59:02.893 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/quotacheck"
63892024-08-26T23:59:03.994Z[ recovery-image] Aug 26 23:59:02.893 INFO O| Aug 26 23:59:02.893 INFO STEP 835 (remove_files) COMPLETE
63902024-08-26T23:59:03.994Z[ recovery-image] Aug 26 23:59:02.893 INFO O| Aug 26 23:59:02.893 INFO STEP 836: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63912024-08-26T23:59:04.004Z[ recovery-image] Aug 26 23:59:02.903 INFO O| Aug 26 23:59:02.903 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/quotaoff"
63922024-08-26T23:59:04.007Z[ recovery-image] Aug 26 23:59:02.903 INFO O| Aug 26 23:59:02.903 INFO STEP 836 (remove_files) COMPLETE
63932024-08-26T23:59:04.007Z[ recovery-image] Aug 26 23:59:02.903 INFO O| Aug 26 23:59:02.903 INFO STEP 837: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63942024-08-26T23:59:04.015Z[ recovery-image] Aug 26 23:59:02.914 INFO O| Aug 26 23:59:02.914 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/quotaon"
63952024-08-26T23:59:04.015Z[ recovery-image] Aug 26 23:59:02.914 INFO O| Aug 26 23:59:02.914 INFO STEP 837 (remove_files) COMPLETE
63962024-08-26T23:59:04.018Z[ recovery-image] Aug 26 23:59:02.915 INFO O| Aug 26 23:59:02.914 INFO STEP 838: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63972024-08-26T23:59:04.027Z[ recovery-image] Aug 26 23:59:02.924 INFO O| Aug 26 23:59:02.924 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/repquota"
63982024-08-26T23:59:04.027Z[ recovery-image] Aug 26 23:59:02.924 INFO O| Aug 26 23:59:02.924 INFO STEP 838 (remove_files) COMPLETE
63992024-08-26T23:59:04.030Z[ recovery-image] Aug 26 23:59:02.924 INFO O| Aug 26 23:59:02.924 INFO STEP 839: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64002024-08-26T23:59:04.036Z[ recovery-image] Aug 26 23:59:02.935 INFO O| Aug 26 23:59:02.935 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/tunefs"
64012024-08-26T23:59:04.036Z[ recovery-image] Aug 26 23:59:02.935 INFO O| Aug 26 23:59:02.935 INFO STEP 839 (remove_files) COMPLETE
64022024-08-26T23:59:04.039Z[ recovery-image] Aug 26 23:59:02.935 INFO O| Aug 26 23:59:02.935 INFO STEP 840: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64032024-08-26T23:59:04.047Z[ recovery-image] Aug 26 23:59:02.946 INFO O| Aug 26 23:59:02.946 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/ufsdump"
64042024-08-26T23:59:04.047Z[ recovery-image] Aug 26 23:59:02.946 INFO O| Aug 26 23:59:02.946 INFO STEP 840 (remove_files) COMPLETE
64052024-08-26T23:59:04.052Z[ recovery-image] Aug 26 23:59:02.946 INFO O| Aug 26 23:59:02.946 INFO STEP 841: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64062024-08-26T23:59:04.058Z[ recovery-image] Aug 26 23:59:02.957 INFO O| Aug 26 23:59:02.957 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/ufsrestore"
64072024-08-26T23:59:04.058Z[ recovery-image] Aug 26 23:59:02.957 INFO O| Aug 26 23:59:02.957 INFO STEP 841 (remove_files) COMPLETE
64082024-08-26T23:59:04.058Z[ recovery-image] Aug 26 23:59:02.957 INFO O| Aug 26 23:59:02.957 INFO STEP 842: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64092024-08-26T23:59:04.068Z[ recovery-image] Aug 26 23:59:02.967 INFO O| Aug 26 23:59:02.967 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/volcopy"
64102024-08-26T23:59:04.068Z[ recovery-image] Aug 26 23:59:02.967 INFO O| Aug 26 23:59:02.967 INFO STEP 842 (remove_files) COMPLETE
64112024-08-26T23:59:04.071Z[ recovery-image] Aug 26 23:59:02.967 INFO O| Aug 26 23:59:02.967 INFO STEP 843: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64122024-08-26T23:59:04.078Z[ recovery-image] Aug 26 23:59:02.977 INFO O| Aug 26 23:59:02.977 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/gss/dh1024-0.so.1"
64132024-08-26T23:59:04.078Z[ recovery-image] Aug 26 23:59:02.977 INFO O| Aug 26 23:59:02.977 INFO STEP 843 (remove_files) COMPLETE
64142024-08-26T23:59:04.080Z[ recovery-image] Aug 26 23:59:02.977 INFO O| Aug 26 23:59:02.977 INFO STEP 844: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64152024-08-26T23:59:04.087Z[ recovery-image] Aug 26 23:59:02.987 INFO O| Aug 26 23:59:02.987 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/gss/dh640-0.so.1"
64162024-08-26T23:59:04.088Z[ recovery-image] Aug 26 23:59:02.987 INFO O| Aug 26 23:59:02.987 INFO STEP 844 (remove_files) COMPLETE
64172024-08-26T23:59:04.090Z[ recovery-image] Aug 26 23:59:02.987 INFO O| Aug 26 23:59:02.987 INFO STEP 845: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64182024-08-26T23:59:04.097Z[ recovery-image] Aug 26 23:59:02.996 INFO O| Aug 26 23:59:02.996 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/gss/gsscred_clean"
64192024-08-26T23:59:04.100Z[ recovery-image] Aug 26 23:59:02.997 INFO O| Aug 26 23:59:02.996 INFO STEP 845 (remove_files) COMPLETE
64202024-08-26T23:59:04.101Z[ recovery-image] Aug 26 23:59:02.997 INFO O| Aug 26 23:59:02.997 INFO STEP 846: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64212024-08-26T23:59:04.108Z[ recovery-image] Aug 26 23:59:03.007 INFO O| Aug 26 23:59:03.007 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/gss/gssd"
64222024-08-26T23:59:04.108Z[ recovery-image] Aug 26 23:59:03.007 INFO O| Aug 26 23:59:03.007 INFO STEP 846 (remove_files) COMPLETE
64232024-08-26T23:59:04.110Z[ recovery-image] Aug 26 23:59:03.007 INFO O| Aug 26 23:59:03.007 INFO STEP 847: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64242024-08-26T23:59:04.118Z[ recovery-image] Aug 26 23:59:03.017 INFO O| Aug 26 23:59:03.017 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/gss/mech_dh.so.1"
64252024-08-26T23:59:04.118Z[ recovery-image] Aug 26 23:59:03.017 INFO O| Aug 26 23:59:03.017 INFO STEP 847 (remove_files) COMPLETE
64262024-08-26T23:59:04.120Z[ recovery-image] Aug 26 23:59:03.017 INFO O| Aug 26 23:59:03.017 INFO STEP 848: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64272024-08-26T23:59:04.128Z[ recovery-image] Aug 26 23:59:03.027 INFO O| Aug 26 23:59:03.027 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/gss/mech_krb5.so.1"
64282024-08-26T23:59:04.128Z[ recovery-image] Aug 26 23:59:03.027 INFO O| Aug 26 23:59:03.027 INFO STEP 848 (remove_files) COMPLETE
64292024-08-26T23:59:04.128Z[ recovery-image] Aug 26 23:59:03.027 INFO O| Aug 26 23:59:03.027 INFO STEP 849: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64302024-08-26T23:59:04.137Z[ recovery-image] Aug 26 23:59:03.036 INFO O| Aug 26 23:59:03.036 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/gss/mech_spnego.so.1"
64312024-08-26T23:59:04.137Z[ recovery-image] Aug 26 23:59:03.037 INFO O| Aug 26 23:59:03.037 INFO STEP 849 (remove_files) COMPLETE
64322024-08-26T23:59:04.138Z[ recovery-image] Aug 26 23:59:03.037 INFO O| Aug 26 23:59:03.037 INFO STEP 850: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64332024-08-26T23:59:04.147Z[ recovery-image] Aug 26 23:59:03.046 INFO O| Aug 26 23:59:03.046 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/inet/amd64/in.iked"
64342024-08-26T23:59:04.152Z[ recovery-image] Aug 26 23:59:03.046 INFO O| Aug 26 23:59:03.046 INFO STEP 850 (remove_files) COMPLETE
64352024-08-26T23:59:04.152Z[ recovery-image] Aug 26 23:59:03.046 INFO O| Aug 26 23:59:03.046 INFO STEP 851: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64362024-08-26T23:59:04.157Z[ recovery-image] Aug 26 23:59:03.056 INFO O| Aug 26 23:59:03.056 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/inet/certdb"
64372024-08-26T23:59:04.157Z[ recovery-image] Aug 26 23:59:03.056 INFO O| Aug 26 23:59:03.056 INFO STEP 851 (remove_files) COMPLETE
64382024-08-26T23:59:04.160Z[ recovery-image] Aug 26 23:59:03.056 INFO O| Aug 26 23:59:03.056 INFO STEP 852: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64392024-08-26T23:59:04.167Z[ recovery-image] Aug 26 23:59:03.066 INFO O| Aug 26 23:59:03.066 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/inet/certlocal"
64402024-08-26T23:59:04.167Z[ recovery-image] Aug 26 23:59:03.066 INFO O| Aug 26 23:59:03.066 INFO STEP 852 (remove_files) COMPLETE
64412024-08-26T23:59:04.170Z[ recovery-image] Aug 26 23:59:03.066 INFO O| Aug 26 23:59:03.066 INFO STEP 853: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64422024-08-26T23:59:04.178Z[ recovery-image] Aug 26 23:59:03.077 INFO O| Aug 26 23:59:03.076 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/inet/certrldb"
64432024-08-26T23:59:04.178Z[ recovery-image] Aug 26 23:59:03.077 INFO O| Aug 26 23:59:03.077 INFO STEP 853 (remove_files) COMPLETE
64442024-08-26T23:59:04.178Z[ recovery-image] Aug 26 23:59:03.077 INFO O| Aug 26 23:59:03.077 INFO STEP 854: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64452024-08-26T23:59:04.190Z[ recovery-image] Aug 26 23:59:03.088 INFO O| Aug 26 23:59:03.088 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/inet/in.iked"
64462024-08-26T23:59:04.190Z[ recovery-image] Aug 26 23:59:03.088 INFO O| Aug 26 23:59:03.088 INFO STEP 854 (remove_files) COMPLETE
64472024-08-26T23:59:04.190Z[ recovery-image] Aug 26 23:59:03.088 INFO O| Aug 26 23:59:03.088 INFO STEP 855: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64482024-08-26T23:59:04.200Z[ recovery-image] Aug 26 23:59:03.099 INFO O| Aug 26 23:59:03.099 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/inet/in.ripngd"
64492024-08-26T23:59:04.204Z[ recovery-image] Aug 26 23:59:03.100 INFO O| Aug 26 23:59:03.100 INFO STEP 855 (remove_files) COMPLETE
64502024-08-26T23:59:04.204Z[ recovery-image] Aug 26 23:59:03.100 INFO O| Aug 26 23:59:03.100 INFO STEP 856: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64512024-08-26T23:59:04.211Z[ recovery-image] Aug 26 23:59:03.110 INFO O| Aug 26 23:59:03.110 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/inet/inetd"
64522024-08-26T23:59:04.214Z[ recovery-image] Aug 26 23:59:03.110 INFO O| Aug 26 23:59:03.110 INFO STEP 856 (remove_files) COMPLETE
64532024-08-26T23:59:04.214Z[ recovery-image] Aug 26 23:59:03.110 INFO O| Aug 26 23:59:03.110 INFO STEP 857: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64542024-08-26T23:59:04.221Z[ recovery-image] Aug 26 23:59:03.120 INFO O| Aug 26 23:59:03.120 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/krb5/amd64/libkadm5clnt.so.1"
64552024-08-26T23:59:04.223Z[ recovery-image] Aug 26 23:59:03.120 INFO O| Aug 26 23:59:03.120 INFO STEP 857 (remove_files) COMPLETE
64562024-08-26T23:59:04.223Z[ recovery-image] Aug 26 23:59:03.120 INFO O| Aug 26 23:59:03.120 INFO STEP 858: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64572024-08-26T23:59:04.231Z[ recovery-image] Aug 26 23:59:03.130 INFO O| Aug 26 23:59:03.130 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/krb5/ktkt_warnd"
64582024-08-26T23:59:04.231Z[ recovery-image] Aug 26 23:59:03.130 INFO O| Aug 26 23:59:03.130 INFO STEP 858 (remove_files) COMPLETE
64592024-08-26T23:59:04.231Z[ recovery-image] Aug 26 23:59:03.130 INFO O| Aug 26 23:59:03.130 INFO STEP 859: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64602024-08-26T23:59:04.240Z[ recovery-image] Aug 26 23:59:03.139 INFO O| Aug 26 23:59:03.139 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/krb5/libkadm5clnt.so.1"
64612024-08-26T23:59:04.243Z[ recovery-image] Aug 26 23:59:03.140 INFO O| Aug 26 23:59:03.140 INFO STEP 859 (remove_files) COMPLETE
64622024-08-26T23:59:04.243Z[ recovery-image] Aug 26 23:59:03.140 INFO O| Aug 26 23:59:03.140 INFO STEP 860: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64632024-08-26T23:59:04.250Z[ recovery-image] Aug 26 23:59:03.149 INFO O| Aug 26 23:59:03.149 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/krb5/libss.so.1"
64642024-08-26T23:59:04.250Z[ recovery-image] Aug 26 23:59:03.149 INFO O| Aug 26 23:59:03.149 INFO STEP 860 (remove_files) COMPLETE
64652024-08-26T23:59:04.253Z[ recovery-image] Aug 26 23:59:03.149 INFO O| Aug 26 23:59:03.149 INFO STEP 861: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64662024-08-26T23:59:04.260Z[ recovery-image] Aug 26 23:59:03.159 INFO O| Aug 26 23:59:03.159 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/krb5/plugins/preauth/pkinit.so.1"
64672024-08-26T23:59:04.262Z[ recovery-image] Aug 26 23:59:03.159 INFO O| Aug 26 23:59:03.159 INFO STEP 861 (remove_files) COMPLETE
64682024-08-26T23:59:04.262Z[ recovery-image] Aug 26 23:59:03.159 INFO O| Aug 26 23:59:03.159 INFO STEP 862: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64692024-08-26T23:59:04.271Z[ recovery-image] Aug 26 23:59:03.170 INFO O| Aug 26 23:59:03.170 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/ld/map.above4G"
64702024-08-26T23:59:04.274Z[ recovery-image] Aug 26 23:59:03.170 INFO O| Aug 26 23:59:03.170 INFO STEP 862 (remove_files) COMPLETE
64712024-08-26T23:59:04.274Z[ recovery-image] Aug 26 23:59:03.170 INFO O| Aug 26 23:59:03.170 INFO STEP 863: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64722024-08-26T23:59:04.281Z[ recovery-image] Aug 26 23:59:03.180 INFO O| Aug 26 23:59:03.180 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/ld/map.below4G"
64732024-08-26T23:59:04.281Z[ recovery-image] Aug 26 23:59:03.180 INFO O| Aug 26 23:59:03.180 INFO STEP 863 (remove_files) COMPLETE
64742024-08-26T23:59:04.284Z[ recovery-image] Aug 26 23:59:03.180 INFO O| Aug 26 23:59:03.180 INFO STEP 864: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64752024-08-26T23:59:04.291Z[ recovery-image] Aug 26 23:59:03.190 INFO O| Aug 26 23:59:03.190 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/ld/map.bssalign"
64762024-08-26T23:59:04.293Z[ recovery-image] Aug 26 23:59:03.190 INFO O| Aug 26 23:59:03.190 INFO STEP 864 (remove_files) COMPLETE
64772024-08-26T23:59:04.293Z[ recovery-image] Aug 26 23:59:03.190 INFO O| Aug 26 23:59:03.190 INFO STEP 865: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64782024-08-26T23:59:04.301Z[ recovery-image] Aug 26 23:59:03.200 INFO O| Aug 26 23:59:03.200 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/ld/map.default"
64792024-08-26T23:59:04.301Z[ recovery-image] Aug 26 23:59:03.200 INFO O| Aug 26 23:59:03.200 INFO STEP 865 (remove_files) COMPLETE
64802024-08-26T23:59:04.303Z[ recovery-image] Aug 26 23:59:03.200 INFO O| Aug 26 23:59:03.200 INFO STEP 866: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64812024-08-26T23:59:04.311Z[ recovery-image] Aug 26 23:59:03.210 INFO O| Aug 26 23:59:03.210 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/ld/map.execdata"
64822024-08-26T23:59:04.311Z[ recovery-image] Aug 26 23:59:03.210 INFO O| Aug 26 23:59:03.210 INFO STEP 866 (remove_files) COMPLETE
64832024-08-26T23:59:04.311Z[ recovery-image] Aug 26 23:59:03.210 INFO O| Aug 26 23:59:03.210 INFO STEP 867: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64842024-08-26T23:59:04.322Z[ recovery-image] Aug 26 23:59:03.221 INFO O| Aug 26 23:59:03.221 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/ld/map.filter"
64852024-08-26T23:59:04.322Z[ recovery-image] Aug 26 23:59:03.221 INFO O| Aug 26 23:59:03.221 INFO STEP 867 (remove_files) COMPLETE
64862024-08-26T23:59:04.324Z[ recovery-image] Aug 26 23:59:03.221 INFO O| Aug 26 23:59:03.221 INFO STEP 868: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64872024-08-26T23:59:04.332Z[ recovery-image] Aug 26 23:59:03.231 INFO O| Aug 26 23:59:03.231 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/ld/map.noexbss"
64882024-08-26T23:59:04.337Z[ recovery-image] Aug 26 23:59:03.231 INFO O| Aug 26 23:59:03.231 INFO STEP 868 (remove_files) COMPLETE
64892024-08-26T23:59:04.338Z[ recovery-image] Aug 26 23:59:03.231 INFO O| Aug 26 23:59:03.231 INFO STEP 869: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64902024-08-26T23:59:04.342Z[ recovery-image] Aug 26 23:59:03.241 INFO O| Aug 26 23:59:03.241 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/ld/map.noexdata"
64912024-08-26T23:59:04.342Z[ recovery-image] Aug 26 23:59:03.241 INFO O| Aug 26 23:59:03.241 INFO STEP 869 (remove_files) COMPLETE
64922024-08-26T23:59:04.345Z[ recovery-image] Aug 26 23:59:03.241 INFO O| Aug 26 23:59:03.241 INFO STEP 870: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64932024-08-26T23:59:04.353Z[ recovery-image] Aug 26 23:59:03.252 INFO O| Aug 26 23:59:03.252 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/ld/map.noexstk"
64942024-08-26T23:59:04.353Z[ recovery-image] Aug 26 23:59:03.252 INFO O| Aug 26 23:59:03.252 INFO STEP 870 (remove_files) COMPLETE
64952024-08-26T23:59:04.353Z[ recovery-image] Aug 26 23:59:03.252 INFO O| Aug 26 23:59:03.252 INFO STEP 871: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64962024-08-26T23:59:04.365Z[ recovery-image] Aug 26 23:59:03.262 INFO O| Aug 26 23:59:03.262 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/ld/map.pagealign"
64972024-08-26T23:59:04.365Z[ recovery-image] Aug 26 23:59:03.262 INFO O| Aug 26 23:59:03.262 INFO STEP 871 (remove_files) COMPLETE
64982024-08-26T23:59:04.368Z[ recovery-image] Aug 26 23:59:03.262 INFO O| Aug 26 23:59:03.262 INFO STEP 872: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64992024-08-26T23:59:04.374Z[ recovery-image] Aug 26 23:59:03.273 INFO O| Aug 26 23:59:03.273 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/libc/libc_hwcap1.so.1"
65002024-08-26T23:59:04.376Z[ recovery-image] Aug 26 23:59:03.273 INFO O| Aug 26 23:59:03.273 INFO STEP 872 (remove_files) COMPLETE
65012024-08-26T23:59:04.376Z[ recovery-image] Aug 26 23:59:03.273 INFO O| Aug 26 23:59:03.273 INFO STEP 873: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65022024-08-26T23:59:04.384Z[ recovery-image] Aug 26 23:59:03.283 INFO O| Aug 26 23:59:03.283 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/libc/libc_hwcap3.so.1"
65032024-08-26T23:59:04.386Z[ recovery-image] Aug 26 23:59:03.284 INFO O| Aug 26 23:59:03.284 INFO STEP 873 (remove_files) COMPLETE
65042024-08-26T23:59:04.386Z[ recovery-image] Aug 26 23:59:03.284 INFO O| Aug 26 23:59:03.284 INFO STEP 874: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65052024-08-26T23:59:04.395Z[ recovery-image] Aug 26 23:59:03.294 INFO O| Aug 26 23:59:03.294 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/link_audit/amd64/ldprof.so.1"
65062024-08-26T23:59:04.397Z[ recovery-image] Aug 26 23:59:03.294 INFO O| Aug 26 23:59:03.294 INFO STEP 874 (remove_files) COMPLETE
65072024-08-26T23:59:04.397Z[ recovery-image] Aug 26 23:59:03.294 INFO O| Aug 26 23:59:03.294 INFO STEP 875: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65082024-08-26T23:59:04.405Z[ recovery-image] Aug 26 23:59:03.304 INFO O| Aug 26 23:59:03.304 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/link_audit/amd64/truss.so.1"
65092024-08-26T23:59:04.406Z[ recovery-image] Aug 26 23:59:03.304 INFO O| Aug 26 23:59:03.304 INFO STEP 875 (remove_files) COMPLETE
65102024-08-26T23:59:04.406Z[ recovery-image] Aug 26 23:59:03.304 INFO O| Aug 26 23:59:03.304 INFO STEP 876: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65112024-08-26T23:59:04.417Z[ recovery-image] Aug 26 23:59:03.313 INFO O| Aug 26 23:59:03.313 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/link_audit/amd64/who.so.1"
65122024-08-26T23:59:04.420Z[ recovery-image] Aug 26 23:59:03.314 INFO O| Aug 26 23:59:03.314 INFO STEP 876 (remove_files) COMPLETE
65132024-08-26T23:59:04.420Z[ recovery-image] Aug 26 23:59:03.314 INFO O| Aug 26 23:59:03.314 INFO STEP 877: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65142024-08-26T23:59:04.431Z[ recovery-image] Aug 26 23:59:03.323 INFO O| Aug 26 23:59:03.323 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/link_audit/ldprof.so.1"
65152024-08-26T23:59:04.438Z[ recovery-image] Aug 26 23:59:03.324 INFO O| Aug 26 23:59:03.323 INFO STEP 877 (remove_files) COMPLETE
65162024-08-26T23:59:04.439Z[ recovery-image] Aug 26 23:59:03.324 INFO O| Aug 26 23:59:03.324 INFO STEP 878: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65172024-08-26T23:59:04.439Z[ recovery-image] Aug 26 23:59:03.333 INFO O| Aug 26 23:59:03.333 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/link_audit/truss.so.1"
65182024-08-26T23:59:04.439Z[ recovery-image] Aug 26 23:59:03.333 INFO O| Aug 26 23:59:03.333 INFO STEP 878 (remove_files) COMPLETE
65192024-08-26T23:59:04.439Z[ recovery-image] Aug 26 23:59:03.333 INFO O| Aug 26 23:59:03.333 INFO STEP 879: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65202024-08-26T23:59:04.445Z[ recovery-image] Aug 26 23:59:03.343 INFO O| Aug 26 23:59:03.343 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/link_audit/who.so.1"
65212024-08-26T23:59:04.449Z[ recovery-image] Aug 26 23:59:03.343 INFO O| Aug 26 23:59:03.343 INFO STEP 879 (remove_files) COMPLETE
65222024-08-26T23:59:04.449Z[ recovery-image] Aug 26 23:59:03.343 INFO O| Aug 26 23:59:03.343 INFO STEP 880: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65232024-08-26T23:59:04.453Z[ recovery-image] Aug 26 23:59:03.352 INFO O| Aug 26 23:59:03.352 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/pci/pcidb"
65242024-08-26T23:59:04.454Z[ recovery-image] Aug 26 23:59:03.352 INFO O| Aug 26 23:59:03.352 INFO STEP 880 (remove_files) COMPLETE
65252024-08-26T23:59:04.456Z[ recovery-image] Aug 26 23:59:03.352 INFO O| Aug 26 23:59:03.352 INFO STEP 881: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65262024-08-26T23:59:04.463Z[ recovery-image] Aug 26 23:59:03.362 INFO O| Aug 26 23:59:03.362 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/pci/pcidr_plugin.so"
65272024-08-26T23:59:04.463Z[ recovery-image] Aug 26 23:59:03.362 INFO O| Aug 26 23:59:03.362 INFO STEP 881 (remove_files) COMPLETE
65282024-08-26T23:59:04.466Z[ recovery-image] Aug 26 23:59:03.362 INFO O| Aug 26 23:59:03.362 INFO STEP 882: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65292024-08-26T23:59:04.473Z[ recovery-image] Aug 26 23:59:03.372 INFO O| Aug 26 23:59:03.372 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/pci/pcieb"
65302024-08-26T23:59:04.473Z[ recovery-image] Aug 26 23:59:03.372 INFO O| Aug 26 23:59:03.372 INFO STEP 882 (remove_files) COMPLETE
65312024-08-26T23:59:04.473Z[ recovery-image] Aug 26 23:59:03.372 INFO O| Aug 26 23:59:03.372 INFO STEP 883: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65322024-08-26T23:59:04.483Z[ recovery-image] Aug 26 23:59:03.382 INFO O| Aug 26 23:59:03.382 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/raidcfg/amd64/mpt.so.1"
65332024-08-26T23:59:04.485Z[ recovery-image] Aug 26 23:59:03.382 INFO O| Aug 26 23:59:03.382 INFO STEP 883 (remove_files) COMPLETE
65342024-08-26T23:59:04.485Z[ recovery-image] Aug 26 23:59:03.382 INFO O| Aug 26 23:59:03.382 INFO STEP 884: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65352024-08-26T23:59:04.493Z[ recovery-image] Aug 26 23:59:03.392 INFO O| Aug 26 23:59:03.392 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/raidcfg/mpt.so.1"
65362024-08-26T23:59:04.498Z[ recovery-image] Aug 26 23:59:03.392 INFO O| Aug 26 23:59:03.392 INFO STEP 884 (remove_files) COMPLETE
65372024-08-26T23:59:04.498Z[ recovery-image] Aug 26 23:59:03.392 INFO O| Aug 26 23:59:03.392 INFO STEP 885: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65382024-08-26T23:59:04.505Z[ recovery-image] Aug 26 23:59:03.401 INFO O| Aug 26 23:59:03.401 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/reparse/libreparse_smb.so.1"
65392024-08-26T23:59:04.508Z[ recovery-image] Aug 26 23:59:03.401 INFO O| Aug 26 23:59:03.401 INFO STEP 885 (remove_files) COMPLETE
65402024-08-26T23:59:04.508Z[ recovery-image] Aug 26 23:59:03.401 INFO O| Aug 26 23:59:03.401 INFO STEP 886: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65412024-08-26T23:59:04.514Z[ recovery-image] Aug 26 23:59:03.411 INFO O| Aug 26 23:59:03.411 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/reparse/reparsed"
65422024-08-26T23:59:04.514Z[ recovery-image] Aug 26 23:59:03.411 INFO O| Aug 26 23:59:03.411 INFO STEP 886 (remove_files) COMPLETE
65432024-08-26T23:59:04.514Z[ recovery-image] Aug 26 23:59:03.411 INFO O| Aug 26 23:59:03.411 INFO STEP 887: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65442024-08-26T23:59:04.521Z[ recovery-image] Aug 26 23:59:03.420 INFO O| Aug 26 23:59:03.420 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/saf/listen"
65452024-08-26T23:59:04.524Z[ recovery-image] Aug 26 23:59:03.421 INFO O| Aug 26 23:59:03.421 INFO STEP 887 (remove_files) COMPLETE
65462024-08-26T23:59:04.524Z[ recovery-image] Aug 26 23:59:03.421 INFO O| Aug 26 23:59:03.421 INFO STEP 888: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65472024-08-26T23:59:04.532Z[ recovery-image] Aug 26 23:59:03.431 INFO O| Aug 26 23:59:03.431 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/saf/nlps_server"
65482024-08-26T23:59:04.532Z[ recovery-image] Aug 26 23:59:03.431 INFO O| Aug 26 23:59:03.431 INFO STEP 888 (remove_files) COMPLETE
65492024-08-26T23:59:04.534Z[ recovery-image] Aug 26 23:59:03.431 INFO O| Aug 26 23:59:03.431 INFO STEP 889: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65502024-08-26T23:59:04.541Z[ recovery-image] Aug 26 23:59:03.440 INFO O| Aug 26 23:59:03.440 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/sasl/amd64/crammd5.so.1"
65512024-08-26T23:59:04.544Z[ recovery-image] Aug 26 23:59:03.440 INFO O| Aug 26 23:59:03.440 INFO STEP 889 (remove_files) COMPLETE
65522024-08-26T23:59:04.544Z[ recovery-image] Aug 26 23:59:03.441 INFO O| Aug 26 23:59:03.440 INFO STEP 890: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65532024-08-26T23:59:04.552Z[ recovery-image] Aug 26 23:59:03.451 INFO O| Aug 26 23:59:03.451 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/sasl/amd64/digestmd5.so.1"
65542024-08-26T23:59:04.552Z[ recovery-image] Aug 26 23:59:03.451 INFO O| Aug 26 23:59:03.451 INFO STEP 890 (remove_files) COMPLETE
65552024-08-26T23:59:04.555Z[ recovery-image] Aug 26 23:59:03.451 INFO O| Aug 26 23:59:03.451 INFO STEP 891: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65562024-08-26T23:59:04.563Z[ recovery-image] Aug 26 23:59:03.462 INFO O| Aug 26 23:59:03.462 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/sasl/amd64/gssapi.so.1"
65572024-08-26T23:59:04.563Z[ recovery-image] Aug 26 23:59:03.462 INFO O| Aug 26 23:59:03.462 INFO STEP 891 (remove_files) COMPLETE
65582024-08-26T23:59:04.566Z[ recovery-image] Aug 26 23:59:03.462 INFO O| Aug 26 23:59:03.462 INFO STEP 892: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65592024-08-26T23:59:04.574Z[ recovery-image] Aug 26 23:59:03.473 INFO O| Aug 26 23:59:03.473 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/sasl/amd64/login.so.1"
65602024-08-26T23:59:04.574Z[ recovery-image] Aug 26 23:59:03.473 INFO O| Aug 26 23:59:03.473 INFO STEP 892 (remove_files) COMPLETE
65612024-08-26T23:59:04.576Z[ recovery-image] Aug 26 23:59:03.473 INFO O| Aug 26 23:59:03.473 INFO STEP 893: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65622024-08-26T23:59:04.584Z[ recovery-image] Aug 26 23:59:03.483 INFO O| Aug 26 23:59:03.483 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/sasl/amd64/plain.so.1"
65632024-08-26T23:59:04.584Z[ recovery-image] Aug 26 23:59:03.483 INFO O| Aug 26 23:59:03.483 INFO STEP 893 (remove_files) COMPLETE
65642024-08-26T23:59:04.587Z[ recovery-image] Aug 26 23:59:03.483 INFO O| Aug 26 23:59:03.483 INFO STEP 894: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65652024-08-26T23:59:04.595Z[ recovery-image] Aug 26 23:59:03.493 INFO O| Aug 26 23:59:03.493 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/sasl/crammd5.so.1"
65662024-08-26T23:59:04.597Z[ recovery-image] Aug 26 23:59:03.493 INFO O| Aug 26 23:59:03.493 INFO STEP 894 (remove_files) COMPLETE
65672024-08-26T23:59:04.597Z[ recovery-image] Aug 26 23:59:03.494 INFO O| Aug 26 23:59:03.493 INFO STEP 895: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65682024-08-26T23:59:04.606Z[ recovery-image] Aug 26 23:59:03.504 INFO O| Aug 26 23:59:03.504 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/sasl/digestmd5.so.1"
65692024-08-26T23:59:04.606Z[ recovery-image] Aug 26 23:59:03.504 INFO O| Aug 26 23:59:03.504 INFO STEP 895 (remove_files) COMPLETE
65702024-08-26T23:59:04.606Z[ recovery-image] Aug 26 23:59:03.504 INFO O| Aug 26 23:59:03.504 INFO STEP 896: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65712024-08-26T23:59:04.616Z[ recovery-image] Aug 26 23:59:03.515 INFO O| Aug 26 23:59:03.515 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/sasl/gssapi.so.1"
65722024-08-26T23:59:04.616Z[ recovery-image] Aug 26 23:59:03.515 INFO O| Aug 26 23:59:03.515 INFO STEP 896 (remove_files) COMPLETE
65732024-08-26T23:59:04.618Z[ recovery-image] Aug 26 23:59:03.515 INFO O| Aug 26 23:59:03.515 INFO STEP 897: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65742024-08-26T23:59:04.626Z[ recovery-image] Aug 26 23:59:03.525 INFO O| Aug 26 23:59:03.525 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/sasl/login.so.1"
65752024-08-26T23:59:04.629Z[ recovery-image] Aug 26 23:59:03.525 INFO O| Aug 26 23:59:03.525 INFO STEP 897 (remove_files) COMPLETE
65762024-08-26T23:59:04.629Z[ recovery-image] Aug 26 23:59:03.525 INFO O| Aug 26 23:59:03.525 INFO STEP 898: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65772024-08-26T23:59:04.636Z[ recovery-image] Aug 26 23:59:03.535 INFO O| Aug 26 23:59:03.535 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/sasl/plain.so.1"
65782024-08-26T23:59:04.639Z[ recovery-image] Aug 26 23:59:03.535 INFO O| Aug 26 23:59:03.535 INFO STEP 898 (remove_files) COMPLETE
65792024-08-26T23:59:04.639Z[ recovery-image] Aug 26 23:59:03.535 INFO O| Aug 26 23:59:03.535 INFO STEP 899: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65802024-08-26T23:59:04.645Z[ recovery-image] Aug 26 23:59:03.544 INFO O| Aug 26 23:59:03.544 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/crypt_bsdbf.so.1"
65812024-08-26T23:59:04.648Z[ recovery-image] Aug 26 23:59:03.545 INFO O| Aug 26 23:59:03.545 INFO STEP 899 (remove_files) COMPLETE
65822024-08-26T23:59:04.648Z[ recovery-image] Aug 26 23:59:03.545 INFO O| Aug 26 23:59:03.545 INFO STEP 900: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65832024-08-26T23:59:04.656Z[ recovery-image] Aug 26 23:59:03.554 INFO O| Aug 26 23:59:03.554 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/crypt_bsdmd5.so.1"
65842024-08-26T23:59:04.656Z[ recovery-image] Aug 26 23:59:03.554 INFO O| Aug 26 23:59:03.554 INFO STEP 900 (remove_files) COMPLETE
65852024-08-26T23:59:04.659Z[ recovery-image] Aug 26 23:59:03.554 INFO O| Aug 26 23:59:03.554 INFO STEP 901: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65862024-08-26T23:59:04.665Z[ recovery-image] Aug 26 23:59:03.564 INFO O| Aug 26 23:59:03.563 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/crypt_sha256.so.1"
65872024-08-26T23:59:04.667Z[ recovery-image] Aug 26 23:59:03.564 INFO O| Aug 26 23:59:03.564 INFO STEP 901 (remove_files) COMPLETE
65882024-08-26T23:59:04.667Z[ recovery-image] Aug 26 23:59:03.564 INFO O| Aug 26 23:59:03.564 INFO STEP 902: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65892024-08-26T23:59:04.675Z[ recovery-image] Aug 26 23:59:03.574 INFO O| Aug 26 23:59:03.574 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/crypt_sha512.so.1"
65902024-08-26T23:59:04.675Z[ recovery-image] Aug 26 23:59:03.574 INFO O| Aug 26 23:59:03.574 INFO STEP 902 (remove_files) COMPLETE
65912024-08-26T23:59:04.678Z[ recovery-image] Aug 26 23:59:03.574 INFO O| Aug 26 23:59:03.574 INFO STEP 903: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65922024-08-26T23:59:04.684Z[ recovery-image] Aug 26 23:59:03.584 INFO O| Aug 26 23:59:03.583 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/crypt_sunmd5.so.1"
65932024-08-26T23:59:04.688Z[ recovery-image] Aug 26 23:59:03.584 INFO O| Aug 26 23:59:03.584 INFO STEP 903 (remove_files) COMPLETE
65942024-08-26T23:59:04.688Z[ recovery-image] Aug 26 23:59:03.584 INFO O| Aug 26 23:59:03.584 INFO STEP 904: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65952024-08-26T23:59:04.694Z[ recovery-image] Aug 26 23:59:03.593 INFO O| Aug 26 23:59:03.593 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_allow.so.1"
65962024-08-26T23:59:04.694Z[ recovery-image] Aug 26 23:59:03.593 INFO O| Aug 26 23:59:03.593 INFO STEP 904 (remove_files) COMPLETE
65972024-08-26T23:59:04.694Z[ recovery-image] Aug 26 23:59:03.593 INFO O| Aug 26 23:59:03.593 INFO STEP 905: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65982024-08-26T23:59:04.704Z[ recovery-image] Aug 26 23:59:03.602 INFO O| Aug 26 23:59:03.602 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_authtok_check.so.1"
65992024-08-26T23:59:04.708Z[ recovery-image] Aug 26 23:59:03.602 INFO O| Aug 26 23:59:03.602 INFO STEP 905 (remove_files) COMPLETE
66002024-08-26T23:59:04.708Z[ recovery-image] Aug 26 23:59:03.602 INFO O| Aug 26 23:59:03.602 INFO STEP 906: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66012024-08-26T23:59:04.713Z[ recovery-image] Aug 26 23:59:03.612 INFO O| Aug 26 23:59:03.612 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_authtok_get.so.1"
66022024-08-26T23:59:04.713Z[ recovery-image] Aug 26 23:59:03.612 INFO O| Aug 26 23:59:03.612 INFO STEP 906 (remove_files) COMPLETE
66032024-08-26T23:59:04.717Z[ recovery-image] Aug 26 23:59:03.612 INFO O| Aug 26 23:59:03.612 INFO STEP 907: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66042024-08-26T23:59:04.722Z[ recovery-image] Aug 26 23:59:03.621 INFO O| Aug 26 23:59:03.621 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_authtok_store.so.1"
66052024-08-26T23:59:04.722Z[ recovery-image] Aug 26 23:59:03.621 INFO O| Aug 26 23:59:03.621 INFO STEP 907 (remove_files) COMPLETE
66062024-08-26T23:59:04.725Z[ recovery-image] Aug 26 23:59:03.621 INFO O| Aug 26 23:59:03.621 INFO STEP 908: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66072024-08-26T23:59:04.733Z[ recovery-image] Aug 26 23:59:03.631 INFO O| Aug 26 23:59:03.631 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_deny.so.1"
66082024-08-26T23:59:04.735Z[ recovery-image] Aug 26 23:59:03.631 INFO O| Aug 26 23:59:03.631 INFO STEP 908 (remove_files) COMPLETE
66092024-08-26T23:59:04.735Z[ recovery-image] Aug 26 23:59:03.631 INFO O| Aug 26 23:59:03.631 INFO STEP 909: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66102024-08-26T23:59:04.742Z[ recovery-image] Aug 26 23:59:03.641 INFO O| Aug 26 23:59:03.641 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_dhkeys.so.1"
66112024-08-26T23:59:04.746Z[ recovery-image] Aug 26 23:59:03.641 INFO O| Aug 26 23:59:03.641 INFO STEP 909 (remove_files) COMPLETE
66122024-08-26T23:59:04.746Z[ recovery-image] Aug 26 23:59:03.641 INFO O| Aug 26 23:59:03.641 INFO STEP 910: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66132024-08-26T23:59:04.752Z[ recovery-image] Aug 26 23:59:03.651 INFO O| Aug 26 23:59:03.651 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_dial_auth.so.1"
66142024-08-26T23:59:04.755Z[ recovery-image] Aug 26 23:59:03.651 INFO O| Aug 26 23:59:03.651 INFO STEP 910 (remove_files) COMPLETE
66152024-08-26T23:59:04.755Z[ recovery-image] Aug 26 23:59:03.651 INFO O| Aug 26 23:59:03.651 INFO STEP 911: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66162024-08-26T23:59:04.762Z[ recovery-image] Aug 26 23:59:03.660 INFO O| Aug 26 23:59:03.660 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_krb5.so.1"
66172024-08-26T23:59:04.765Z[ recovery-image] Aug 26 23:59:03.661 INFO O| Aug 26 23:59:03.660 INFO STEP 911 (remove_files) COMPLETE
66182024-08-26T23:59:04.765Z[ recovery-image] Aug 26 23:59:03.661 INFO O| Aug 26 23:59:03.660 INFO STEP 912: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66192024-08-26T23:59:04.777Z[ recovery-image] Aug 26 23:59:03.670 INFO O| Aug 26 23:59:03.670 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_krb5_migrate.so.1"
66202024-08-26T23:59:04.777Z[ recovery-image] Aug 26 23:59:03.670 INFO O| Aug 26 23:59:03.670 INFO STEP 912 (remove_files) COMPLETE
66212024-08-26T23:59:04.781Z[ recovery-image] Aug 26 23:59:03.670 INFO O| Aug 26 23:59:03.670 INFO STEP 913: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66222024-08-26T23:59:04.781Z[ recovery-image] Aug 26 23:59:03.680 INFO O| Aug 26 23:59:03.680 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_ldap.so.1"
66232024-08-26T23:59:04.781Z[ recovery-image] Aug 26 23:59:03.680 INFO O| Aug 26 23:59:03.680 INFO STEP 913 (remove_files) COMPLETE
66242024-08-26T23:59:04.781Z[ recovery-image] Aug 26 23:59:03.680 INFO O| Aug 26 23:59:03.680 INFO STEP 914: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66252024-08-26T23:59:04.791Z[ recovery-image] Aug 26 23:59:03.689 INFO O| Aug 26 23:59:03.689 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_list.so.1"
66262024-08-26T23:59:04.791Z[ recovery-image] Aug 26 23:59:03.689 INFO O| Aug 26 23:59:03.689 INFO STEP 914 (remove_files) COMPLETE
66272024-08-26T23:59:04.791Z[ recovery-image] Aug 26 23:59:03.689 INFO O| Aug 26 23:59:03.689 INFO STEP 915: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66282024-08-26T23:59:04.800Z[ recovery-image] Aug 26 23:59:03.699 INFO O| Aug 26 23:59:03.699 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_passwd_auth.so.1"
66292024-08-26T23:59:04.800Z[ recovery-image] Aug 26 23:59:03.699 INFO O| Aug 26 23:59:03.699 INFO STEP 915 (remove_files) COMPLETE
66302024-08-26T23:59:04.802Z[ recovery-image] Aug 26 23:59:03.699 INFO O| Aug 26 23:59:03.699 INFO STEP 916: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66312024-08-26T23:59:04.811Z[ recovery-image] Aug 26 23:59:03.709 INFO O| Aug 26 23:59:03.709 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_rhosts_auth.so.1"
66322024-08-26T23:59:04.811Z[ recovery-image] Aug 26 23:59:03.709 INFO O| Aug 26 23:59:03.709 INFO STEP 916 (remove_files) COMPLETE
66332024-08-26T23:59:04.813Z[ recovery-image] Aug 26 23:59:03.709 INFO O| Aug 26 23:59:03.709 INFO STEP 917: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66342024-08-26T23:59:04.819Z[ recovery-image] Aug 26 23:59:03.718 INFO O| Aug 26 23:59:03.718 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_roles.so.1"
66352024-08-26T23:59:04.822Z[ recovery-image] Aug 26 23:59:03.718 INFO O| Aug 26 23:59:03.718 INFO STEP 917 (remove_files) COMPLETE
66362024-08-26T23:59:04.822Z[ recovery-image] Aug 26 23:59:03.718 INFO O| Aug 26 23:59:03.718 INFO STEP 918: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66372024-08-26T23:59:04.829Z[ recovery-image] Aug 26 23:59:03.728 INFO O| Aug 26 23:59:03.728 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_sample.so.1"
66382024-08-26T23:59:04.829Z[ recovery-image] Aug 26 23:59:03.728 INFO O| Aug 26 23:59:03.728 INFO STEP 918 (remove_files) COMPLETE
66392024-08-26T23:59:04.829Z[ recovery-image] Aug 26 23:59:03.728 INFO O| Aug 26 23:59:03.728 INFO STEP 919: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66402024-08-26T23:59:04.842Z[ recovery-image] Aug 26 23:59:03.739 INFO O| Aug 26 23:59:03.739 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_smb_passwd.so.1"
66412024-08-26T23:59:04.842Z[ recovery-image] Aug 26 23:59:03.740 INFO O| Aug 26 23:59:03.739 INFO STEP 919 (remove_files) COMPLETE
66422024-08-26T23:59:04.842Z[ recovery-image] Aug 26 23:59:03.740 INFO O| Aug 26 23:59:03.740 INFO STEP 920: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66432024-08-26T23:59:04.851Z[ recovery-image] Aug 26 23:59:03.749 INFO O| Aug 26 23:59:03.749 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_smbfs_login.so.1"
66442024-08-26T23:59:04.853Z[ recovery-image] Aug 26 23:59:03.750 INFO O| Aug 26 23:59:03.750 INFO STEP 920 (remove_files) COMPLETE
66452024-08-26T23:59:04.853Z[ recovery-image] Aug 26 23:59:03.750 INFO O| Aug 26 23:59:03.750 INFO STEP 921: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66462024-08-26T23:59:04.861Z[ recovery-image] Aug 26 23:59:03.759 INFO O| Aug 26 23:59:03.759 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_timestamp.so.1"
66472024-08-26T23:59:04.861Z[ recovery-image] Aug 26 23:59:03.759 INFO O| Aug 26 23:59:03.759 INFO STEP 921 (remove_files) COMPLETE
66482024-08-26T23:59:04.863Z[ recovery-image] Aug 26 23:59:03.759 INFO O| Aug 26 23:59:03.759 INFO STEP 922: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66492024-08-26T23:59:04.870Z[ recovery-image] Aug 26 23:59:03.769 INFO O| Aug 26 23:59:03.769 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_tsol_account.so.1"
66502024-08-26T23:59:04.870Z[ recovery-image] Aug 26 23:59:03.769 INFO O| Aug 26 23:59:03.769 INFO STEP 922 (remove_files) COMPLETE
66512024-08-26T23:59:04.873Z[ recovery-image] Aug 26 23:59:03.769 INFO O| Aug 26 23:59:03.769 INFO STEP 923: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66522024-08-26T23:59:04.881Z[ recovery-image] Aug 26 23:59:03.780 INFO O| Aug 26 23:59:03.780 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_unix_account.so.1"
66532024-08-26T23:59:04.883Z[ recovery-image] Aug 26 23:59:03.780 INFO O| Aug 26 23:59:03.780 INFO STEP 923 (remove_files) COMPLETE
66542024-08-26T23:59:04.883Z[ recovery-image] Aug 26 23:59:03.780 INFO O| Aug 26 23:59:03.780 INFO STEP 924: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66552024-08-26T23:59:04.893Z[ recovery-image] Aug 26 23:59:03.791 INFO O| Aug 26 23:59:03.791 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_unix_auth.so.1"
66562024-08-26T23:59:04.896Z[ recovery-image] Aug 26 23:59:03.791 INFO O| Aug 26 23:59:03.791 INFO STEP 924 (remove_files) COMPLETE
66572024-08-26T23:59:04.896Z[ recovery-image] Aug 26 23:59:03.791 INFO O| Aug 26 23:59:03.791 INFO STEP 925: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66582024-08-26T23:59:04.903Z[ recovery-image] Aug 26 23:59:03.801 INFO O| Aug 26 23:59:03.801 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_unix_cred.so.1"
66592024-08-26T23:59:04.903Z[ recovery-image] Aug 26 23:59:03.802 INFO O| Aug 26 23:59:03.801 INFO STEP 925 (remove_files) COMPLETE
66602024-08-26T23:59:04.906Z[ recovery-image] Aug 26 23:59:03.802 INFO O| Aug 26 23:59:03.802 INFO STEP 926: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66612024-08-26T23:59:04.915Z[ recovery-image] Aug 26 23:59:03.811 INFO O| Aug 26 23:59:03.811 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_unix_session.so.1"
66622024-08-26T23:59:04.919Z[ recovery-image] Aug 26 23:59:03.812 INFO O| Aug 26 23:59:03.811 INFO STEP 926 (remove_files) COMPLETE
66632024-08-26T23:59:04.919Z[ recovery-image] Aug 26 23:59:03.812 INFO O| Aug 26 23:59:03.811 INFO STEP 927: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66642024-08-26T23:59:04.923Z[ recovery-image] Aug 26 23:59:03.821 INFO O| Aug 26 23:59:03.821 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pkcs11_kernel.so.1"
66652024-08-26T23:59:04.926Z[ recovery-image] Aug 26 23:59:03.821 INFO O| Aug 26 23:59:03.821 INFO STEP 927 (remove_files) COMPLETE
66662024-08-26T23:59:04.926Z[ recovery-image] Aug 26 23:59:03.821 INFO O| Aug 26 23:59:03.821 INFO STEP 928: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66672024-08-26T23:59:04.937Z[ recovery-image] Aug 26 23:59:03.831 INFO O| Aug 26 23:59:03.831 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pkcs11_softtoken.so.1"
66682024-08-26T23:59:04.937Z[ recovery-image] Aug 26 23:59:03.831 INFO O| Aug 26 23:59:03.831 INFO STEP 928 (remove_files) COMPLETE
66692024-08-26T23:59:04.937Z[ recovery-image] Aug 26 23:59:03.831 INFO O| Aug 26 23:59:03.831 INFO STEP 929: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66702024-08-26T23:59:04.943Z[ recovery-image] Aug 26 23:59:03.841 INFO O| Aug 26 23:59:03.841 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pkcs11_tpm.so.1"
66712024-08-26T23:59:04.943Z[ recovery-image] Aug 26 23:59:03.841 INFO O| Aug 26 23:59:03.841 INFO STEP 929 (remove_files) COMPLETE
66722024-08-26T23:59:04.946Z[ recovery-image] Aug 26 23:59:03.841 INFO O| Aug 26 23:59:03.841 INFO STEP 930: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66732024-08-26T23:59:04.952Z[ recovery-image] Aug 26 23:59:03.851 INFO O| Aug 26 23:59:03.851 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/audit_binfile.so.1"
66742024-08-26T23:59:04.952Z[ recovery-image] Aug 26 23:59:03.851 INFO O| Aug 26 23:59:03.851 INFO STEP 930 (remove_files) COMPLETE
66752024-08-26T23:59:04.955Z[ recovery-image] Aug 26 23:59:03.851 INFO O| Aug 26 23:59:03.851 INFO STEP 931: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66762024-08-26T23:59:04.962Z[ recovery-image] Aug 26 23:59:03.860 INFO O| Aug 26 23:59:03.860 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/audit_remote.so.1"
66772024-08-26T23:59:04.964Z[ recovery-image] Aug 26 23:59:03.861 INFO O| Aug 26 23:59:03.860 INFO STEP 931 (remove_files) COMPLETE
66782024-08-26T23:59:04.964Z[ recovery-image] Aug 26 23:59:03.861 INFO O| Aug 26 23:59:03.860 INFO STEP 932: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66792024-08-26T23:59:04.971Z[ recovery-image] Aug 26 23:59:03.870 INFO O| Aug 26 23:59:03.870 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/audit_syslog.so.1"
66802024-08-26T23:59:04.971Z[ recovery-image] Aug 26 23:59:03.870 INFO O| Aug 26 23:59:03.870 INFO STEP 932 (remove_files) COMPLETE
66812024-08-26T23:59:04.971Z[ recovery-image] Aug 26 23:59:03.870 INFO O| Aug 26 23:59:03.870 INFO STEP 933: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66822024-08-26T23:59:04.983Z[ recovery-image] Aug 26 23:59:03.880 INFO O| Aug 26 23:59:03.879 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/crypt_bsdbf.so.1"
66832024-08-26T23:59:04.983Z[ recovery-image] Aug 26 23:59:03.880 INFO O| Aug 26 23:59:03.880 INFO STEP 933 (remove_files) COMPLETE
66842024-08-26T23:59:04.986Z[ recovery-image] Aug 26 23:59:03.880 INFO O| Aug 26 23:59:03.880 INFO STEP 934: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66852024-08-26T23:59:04.991Z[ recovery-image] Aug 26 23:59:03.889 INFO O| Aug 26 23:59:03.889 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/crypt_bsdmd5.so.1"
66862024-08-26T23:59:04.991Z[ recovery-image] Aug 26 23:59:03.889 INFO O| Aug 26 23:59:03.889 INFO STEP 934 (remove_files) COMPLETE
66872024-08-26T23:59:04.991Z[ recovery-image] Aug 26 23:59:03.889 INFO O| Aug 26 23:59:03.889 INFO STEP 935: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66882024-08-26T23:59:05.000Z[ recovery-image] Aug 26 23:59:03.899 INFO O| Aug 26 23:59:03.899 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/crypt_sha256.so.1"
66892024-08-26T23:59:05.000Z[ recovery-image] Aug 26 23:59:03.899 INFO O| Aug 26 23:59:03.899 INFO STEP 935 (remove_files) COMPLETE
66902024-08-26T23:59:05.000Z[ recovery-image] Aug 26 23:59:03.899 INFO O| Aug 26 23:59:03.899 INFO STEP 936: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66912024-08-26T23:59:05.009Z[ recovery-image] Aug 26 23:59:03.908 INFO O| Aug 26 23:59:03.908 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/crypt_sha512.so.1"
66922024-08-26T23:59:05.009Z[ recovery-image] Aug 26 23:59:03.908 INFO O| Aug 26 23:59:03.908 INFO STEP 936 (remove_files) COMPLETE
66932024-08-26T23:59:05.012Z[ recovery-image] Aug 26 23:59:03.908 INFO O| Aug 26 23:59:03.908 INFO STEP 937: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66942024-08-26T23:59:05.019Z[ recovery-image] Aug 26 23:59:03.918 INFO O| Aug 26 23:59:03.918 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/crypt_sunmd5.so.1"
66952024-08-26T23:59:05.019Z[ recovery-image] Aug 26 23:59:03.918 INFO O| Aug 26 23:59:03.918 INFO STEP 937 (remove_files) COMPLETE
66962024-08-26T23:59:05.019Z[ recovery-image] Aug 26 23:59:03.918 INFO O| Aug 26 23:59:03.918 INFO STEP 938: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66972024-08-26T23:59:05.029Z[ recovery-image] Aug 26 23:59:03.928 INFO O| Aug 26 23:59:03.928 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pam_allow.so.1"
66982024-08-26T23:59:05.031Z[ recovery-image] Aug 26 23:59:03.928 INFO O| Aug 26 23:59:03.928 INFO STEP 938 (remove_files) COMPLETE
66992024-08-26T23:59:05.031Z[ recovery-image] Aug 26 23:59:03.928 INFO O| Aug 26 23:59:03.928 INFO STEP 939: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67002024-08-26T23:59:05.039Z[ recovery-image] Aug 26 23:59:03.938 INFO O| Aug 26 23:59:03.938 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pam_authtok_check.so.1"
67012024-08-26T23:59:05.039Z[ recovery-image] Aug 26 23:59:03.938 INFO O| Aug 26 23:59:03.938 INFO STEP 939 (remove_files) COMPLETE
67022024-08-26T23:59:05.039Z[ recovery-image] Aug 26 23:59:03.938 INFO O| Aug 26 23:59:03.938 INFO STEP 940: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67032024-08-26T23:59:05.048Z[ recovery-image] Aug 26 23:59:03.947 INFO O| Aug 26 23:59:03.947 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pam_authtok_store.so.1"
67042024-08-26T23:59:05.048Z[ recovery-image] Aug 26 23:59:03.948 INFO O| Aug 26 23:59:03.947 INFO STEP 940 (remove_files) COMPLETE
67052024-08-26T23:59:05.051Z[ recovery-image] Aug 26 23:59:03.948 INFO O| Aug 26 23:59:03.948 INFO STEP 941: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67062024-08-26T23:59:05.058Z[ recovery-image] Aug 26 23:59:03.957 INFO O| Aug 26 23:59:03.957 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pam_deny.so.1"
67072024-08-26T23:59:05.058Z[ recovery-image] Aug 26 23:59:03.957 INFO O| Aug 26 23:59:03.957 INFO STEP 941 (remove_files) COMPLETE
67082024-08-26T23:59:05.058Z[ recovery-image] Aug 26 23:59:03.957 INFO O| Aug 26 23:59:03.957 INFO STEP 942: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67092024-08-26T23:59:05.068Z[ recovery-image] Aug 26 23:59:03.967 INFO O| Aug 26 23:59:03.967 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pam_krb5.so.1"
67102024-08-26T23:59:05.068Z[ recovery-image] Aug 26 23:59:03.967 INFO O| Aug 26 23:59:03.967 INFO STEP 942 (remove_files) COMPLETE
67112024-08-26T23:59:05.068Z[ recovery-image] Aug 26 23:59:03.967 INFO O| Aug 26 23:59:03.967 INFO STEP 943: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67122024-08-26T23:59:05.078Z[ recovery-image] Aug 26 23:59:03.977 INFO O| Aug 26 23:59:03.977 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pam_krb5_migrate.so.1"
67132024-08-26T23:59:05.081Z[ recovery-image] Aug 26 23:59:03.977 INFO O| Aug 26 23:59:03.977 INFO STEP 943 (remove_files) COMPLETE
67142024-08-26T23:59:05.081Z[ recovery-image] Aug 26 23:59:03.977 INFO O| Aug 26 23:59:03.977 INFO STEP 944: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67152024-08-26T23:59:05.087Z[ recovery-image] Aug 26 23:59:03.986 INFO O| Aug 26 23:59:03.986 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pam_ldap.so.1"
67162024-08-26T23:59:05.092Z[ recovery-image] Aug 26 23:59:03.987 INFO O| Aug 26 23:59:03.987 INFO STEP 944 (remove_files) COMPLETE
67172024-08-26T23:59:05.092Z[ recovery-image] Aug 26 23:59:03.987 INFO O| Aug 26 23:59:03.987 INFO STEP 945: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67182024-08-26T23:59:05.097Z[ recovery-image] Aug 26 23:59:03.996 INFO O| Aug 26 23:59:03.996 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pam_list.so.1"
67192024-08-26T23:59:05.097Z[ recovery-image] Aug 26 23:59:03.996 INFO O| Aug 26 23:59:03.996 INFO STEP 945 (remove_files) COMPLETE
67202024-08-26T23:59:05.100Z[ recovery-image] Aug 26 23:59:03.996 INFO O| Aug 26 23:59:03.996 INFO STEP 946: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67212024-08-26T23:59:05.107Z[ recovery-image] Aug 26 23:59:04.006 INFO O| Aug 26 23:59:04.006 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pam_passwd_auth.so.1"
67222024-08-26T23:59:05.110Z[ recovery-image] Aug 26 23:59:04.006 INFO O| Aug 26 23:59:04.006 INFO STEP 946 (remove_files) COMPLETE
67232024-08-26T23:59:05.110Z[ recovery-image] Aug 26 23:59:04.006 INFO O| Aug 26 23:59:04.006 INFO STEP 947: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67242024-08-26T23:59:05.117Z[ recovery-image] Aug 26 23:59:04.016 INFO O| Aug 26 23:59:04.016 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pam_rhosts_auth.so.1"
67252024-08-26T23:59:05.117Z[ recovery-image] Aug 26 23:59:04.016 INFO O| Aug 26 23:59:04.016 INFO STEP 947 (remove_files) COMPLETE
67262024-08-26T23:59:05.119Z[ recovery-image] Aug 26 23:59:04.016 INFO O| Aug 26 23:59:04.016 INFO STEP 948: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67272024-08-26T23:59:05.127Z[ recovery-image] Aug 26 23:59:04.026 INFO O| Aug 26 23:59:04.025 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pam_sample.so.1"
67282024-08-26T23:59:05.127Z[ recovery-image] Aug 26 23:59:04.026 INFO O| Aug 26 23:59:04.026 INFO STEP 948 (remove_files) COMPLETE
67292024-08-26T23:59:05.127Z[ recovery-image] Aug 26 23:59:04.026 INFO O| Aug 26 23:59:04.026 INFO STEP 949: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67302024-08-26T23:59:05.136Z[ recovery-image] Aug 26 23:59:04.035 INFO O| Aug 26 23:59:04.035 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pam_smb_passwd.so.1"
67312024-08-26T23:59:05.139Z[ recovery-image] Aug 26 23:59:04.035 INFO O| Aug 26 23:59:04.035 INFO STEP 949 (remove_files) COMPLETE
67322024-08-26T23:59:05.139Z[ recovery-image] Aug 26 23:59:04.035 INFO O| Aug 26 23:59:04.035 INFO STEP 950: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67332024-08-26T23:59:05.146Z[ recovery-image] Aug 26 23:59:04.045 INFO O| Aug 26 23:59:04.045 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pam_smbfs_login.so.1"
67342024-08-26T23:59:05.150Z[ recovery-image] Aug 26 23:59:04.045 INFO O| Aug 26 23:59:04.045 INFO STEP 950 (remove_files) COMPLETE
67352024-08-26T23:59:05.150Z[ recovery-image] Aug 26 23:59:04.045 INFO O| Aug 26 23:59:04.045 INFO STEP 951: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67362024-08-26T23:59:05.156Z[ recovery-image] Aug 26 23:59:04.055 INFO O| Aug 26 23:59:04.055 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pam_timestamp.so.1"
67372024-08-26T23:59:05.156Z[ recovery-image] Aug 26 23:59:04.055 INFO O| Aug 26 23:59:04.055 INFO STEP 951 (remove_files) COMPLETE
67382024-08-26T23:59:05.159Z[ recovery-image] Aug 26 23:59:04.055 INFO O| Aug 26 23:59:04.055 INFO STEP 952: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67392024-08-26T23:59:05.166Z[ recovery-image] Aug 26 23:59:04.065 INFO O| Aug 26 23:59:04.065 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pam_tsol_account.so.1"
67402024-08-26T23:59:05.166Z[ recovery-image] Aug 26 23:59:04.065 INFO O| Aug 26 23:59:04.065 INFO STEP 952 (remove_files) COMPLETE
67412024-08-26T23:59:05.168Z[ recovery-image] Aug 26 23:59:04.065 INFO O| Aug 26 23:59:04.065 INFO STEP 953: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67422024-08-26T23:59:05.176Z[ recovery-image] Aug 26 23:59:04.075 INFO O| Aug 26 23:59:04.074 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pkcs11_kernel.so.1"
67432024-08-26T23:59:05.178Z[ recovery-image] Aug 26 23:59:04.075 INFO O| Aug 26 23:59:04.075 INFO STEP 953 (remove_files) COMPLETE
67442024-08-26T23:59:05.178Z[ recovery-image] Aug 26 23:59:04.075 INFO O| Aug 26 23:59:04.075 INFO STEP 954: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67452024-08-26T23:59:05.185Z[ recovery-image] Aug 26 23:59:04.084 INFO O| Aug 26 23:59:04.084 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pkcs11_softtoken.so.1"
67462024-08-26T23:59:05.185Z[ recovery-image] Aug 26 23:59:04.084 INFO O| Aug 26 23:59:04.084 INFO STEP 954 (remove_files) COMPLETE
67472024-08-26T23:59:05.185Z[ recovery-image] Aug 26 23:59:04.084 INFO O| Aug 26 23:59:04.084 INFO STEP 955: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67482024-08-26T23:59:05.195Z[ recovery-image] Aug 26 23:59:04.094 INFO O| Aug 26 23:59:04.094 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pkcs11_tpm.so.1"
67492024-08-26T23:59:05.198Z[ recovery-image] Aug 26 23:59:04.094 INFO O| Aug 26 23:59:04.094 INFO STEP 955 (remove_files) COMPLETE
67502024-08-26T23:59:05.198Z[ recovery-image] Aug 26 23:59:04.094 INFO O| Aug 26 23:59:04.094 INFO STEP 956: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67512024-08-26T23:59:05.205Z[ recovery-image] Aug 26 23:59:04.104 INFO O| Aug 26 23:59:04.103 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/spell/compress"
67522024-08-26T23:59:05.208Z[ recovery-image] Aug 26 23:59:04.104 INFO O| Aug 26 23:59:04.104 INFO STEP 956 (remove_files) COMPLETE
67532024-08-26T23:59:05.208Z[ recovery-image] Aug 26 23:59:04.104 INFO O| Aug 26 23:59:04.104 INFO STEP 957: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67542024-08-26T23:59:05.214Z[ recovery-image] Aug 26 23:59:04.113 INFO O| Aug 26 23:59:04.113 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/spell/hashcheck"
67552024-08-26T23:59:05.214Z[ recovery-image] Aug 26 23:59:04.113 INFO O| Aug 26 23:59:04.113 INFO STEP 957 (remove_files) COMPLETE
67562024-08-26T23:59:05.217Z[ recovery-image] Aug 26 23:59:04.113 INFO O| Aug 26 23:59:04.113 INFO STEP 958: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67572024-08-26T23:59:05.224Z[ recovery-image] Aug 26 23:59:04.123 INFO O| Aug 26 23:59:04.123 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/spell/hashmake"
67582024-08-26T23:59:05.224Z[ recovery-image] Aug 26 23:59:04.123 INFO O| Aug 26 23:59:04.123 INFO STEP 958 (remove_files) COMPLETE
67592024-08-26T23:59:05.224Z[ recovery-image] Aug 26 23:59:04.123 INFO O| Aug 26 23:59:04.123 INFO STEP 959: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67602024-08-26T23:59:05.236Z[ recovery-image] Aug 26 23:59:04.134 INFO O| Aug 26 23:59:04.134 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/spell/hlista"
67612024-08-26T23:59:05.236Z[ recovery-image] Aug 26 23:59:04.135 INFO O| Aug 26 23:59:04.134 INFO STEP 959 (remove_files) COMPLETE
67622024-08-26T23:59:05.236Z[ recovery-image] Aug 26 23:59:04.135 INFO O| Aug 26 23:59:04.135 INFO STEP 960: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67632024-08-26T23:59:05.247Z[ recovery-image] Aug 26 23:59:04.145 INFO O| Aug 26 23:59:04.145 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/spell/hlistb"
67642024-08-26T23:59:05.249Z[ recovery-image] Aug 26 23:59:04.146 INFO O| Aug 26 23:59:04.145 INFO STEP 960 (remove_files) COMPLETE
67652024-08-26T23:59:05.249Z[ recovery-image] Aug 26 23:59:04.146 INFO O| Aug 26 23:59:04.146 INFO STEP 961: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67662024-08-26T23:59:05.257Z[ recovery-image] Aug 26 23:59:04.156 INFO O| Aug 26 23:59:04.156 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/spell/hstop"
67672024-08-26T23:59:05.257Z[ recovery-image] Aug 26 23:59:04.156 INFO O| Aug 26 23:59:04.156 INFO STEP 961 (remove_files) COMPLETE
67682024-08-26T23:59:05.260Z[ recovery-image] Aug 26 23:59:04.156 INFO O| Aug 26 23:59:04.156 INFO STEP 962: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67692024-08-26T23:59:05.268Z[ recovery-image] Aug 26 23:59:04.166 INFO O| Aug 26 23:59:04.166 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/spell/spellin"
67702024-08-26T23:59:05.272Z[ recovery-image] Aug 26 23:59:04.167 INFO O| Aug 26 23:59:04.167 INFO STEP 962 (remove_files) COMPLETE
67712024-08-26T23:59:05.272Z[ recovery-image] Aug 26 23:59:04.167 INFO O| Aug 26 23:59:04.167 INFO STEP 963: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67722024-08-26T23:59:05.278Z[ recovery-image] Aug 26 23:59:04.177 INFO O| Aug 26 23:59:04.177 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/spell/spellprog"
67732024-08-26T23:59:05.278Z[ recovery-image] Aug 26 23:59:04.177 INFO O| Aug 26 23:59:04.177 INFO STEP 963 (remove_files) COMPLETE
67742024-08-26T23:59:05.278Z[ recovery-image] Aug 26 23:59:04.177 INFO O| Aug 26 23:59:04.177 INFO STEP 964: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67752024-08-26T23:59:05.289Z[ recovery-image] Aug 26 23:59:04.188 INFO O| Aug 26 23:59:04.188 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/sysevent/syseventconfd"
67762024-08-26T23:59:05.292Z[ recovery-image] Aug 26 23:59:04.188 INFO O| Aug 26 23:59:04.188 INFO STEP 964 (remove_files) COMPLETE
67772024-08-26T23:59:05.292Z[ recovery-image] Aug 26 23:59:04.188 INFO O| Aug 26 23:59:04.188 INFO STEP 965: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67782024-08-26T23:59:05.299Z[ recovery-image] Aug 26 23:59:04.198 INFO O| Aug 26 23:59:04.198 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/varpd/amd64/libvarpd_direct.so.1"
67792024-08-26T23:59:05.302Z[ recovery-image] Aug 26 23:59:04.198 INFO O| Aug 26 23:59:04.198 INFO STEP 965 (remove_files) COMPLETE
67802024-08-26T23:59:05.302Z[ recovery-image] Aug 26 23:59:04.198 INFO O| Aug 26 23:59:04.198 INFO STEP 966: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67812024-08-26T23:59:05.310Z[ recovery-image] Aug 26 23:59:04.209 INFO O| Aug 26 23:59:04.209 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/varpd/amd64/libvarpd_files.so.1"
67822024-08-26T23:59:05.312Z[ recovery-image] Aug 26 23:59:04.209 INFO O| Aug 26 23:59:04.209 INFO STEP 966 (remove_files) COMPLETE
67832024-08-26T23:59:05.312Z[ recovery-image] Aug 26 23:59:04.209 INFO O| Aug 26 23:59:04.209 INFO STEP 967: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67842024-08-26T23:59:05.320Z[ recovery-image] Aug 26 23:59:04.219 INFO O| Aug 26 23:59:04.219 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/varpd/libvarpd_direct.so.1"
67852024-08-26T23:59:05.323Z[ recovery-image] Aug 26 23:59:04.219 INFO O| Aug 26 23:59:04.219 INFO STEP 967 (remove_files) COMPLETE
67862024-08-26T23:59:05.323Z[ recovery-image] Aug 26 23:59:04.219 INFO O| Aug 26 23:59:04.219 INFO STEP 968: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67872024-08-26T23:59:05.331Z[ recovery-image] Aug 26 23:59:04.229 INFO O| Aug 26 23:59:04.229 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/varpd/libvarpd_files.so.1"
67882024-08-26T23:59:05.334Z[ recovery-image] Aug 26 23:59:04.229 INFO O| Aug 26 23:59:04.229 INFO STEP 968 (remove_files) COMPLETE
67892024-08-26T23:59:05.334Z[ recovery-image] Aug 26 23:59:04.229 INFO O| Aug 26 23:59:04.229 INFO STEP 969: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67902024-08-26T23:59:05.342Z[ recovery-image] Aug 26 23:59:04.241 INFO O| Aug 26 23:59:04.241 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/varpd/varpd"
67912024-08-26T23:59:05.342Z[ recovery-image] Aug 26 23:59:04.241 INFO O| Aug 26 23:59:04.241 INFO STEP 969 (remove_files) COMPLETE
67922024-08-26T23:59:05.345Z[ recovery-image] Aug 26 23:59:04.241 INFO O| Aug 26 23:59:04.241 INFO STEP 970: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67932024-08-26T23:59:05.352Z[ recovery-image] Aug 26 23:59:04.251 INFO O| Aug 26 23:59:04.251 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/xhci/xhci_portsc"
67942024-08-26T23:59:05.355Z[ recovery-image] Aug 26 23:59:04.251 INFO O| Aug 26 23:59:04.251 INFO STEP 970 (remove_files) COMPLETE
67952024-08-26T23:59:05.355Z[ recovery-image] Aug 26 23:59:04.251 INFO O| Aug 26 23:59:04.251 INFO STEP 971: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67962024-08-26T23:59:05.362Z[ recovery-image] Aug 26 23:59:04.261 INFO O| Aug 26 23:59:04.261 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/zfs/availdevs"
67972024-08-26T23:59:05.365Z[ recovery-image] Aug 26 23:59:04.261 INFO O| Aug 26 23:59:04.261 INFO STEP 971 (remove_files) COMPLETE
67982024-08-26T23:59:05.365Z[ recovery-image] Aug 26 23:59:04.261 INFO O| Aug 26 23:59:04.261 INFO STEP 972: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67992024-08-26T23:59:05.372Z[ recovery-image] Aug 26 23:59:04.271 INFO O| Aug 26 23:59:04.271 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/zones/zoneadmd"
68002024-08-26T23:59:05.375Z[ recovery-image] Aug 26 23:59:04.271 INFO O| Aug 26 23:59:04.271 INFO STEP 972 (remove_files) COMPLETE
68012024-08-26T23:59:05.375Z[ recovery-image] Aug 26 23:59:04.271 INFO O| Aug 26 23:59:04.271 INFO STEP 973: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68022024-08-26T23:59:05.382Z[ recovery-image] Aug 26 23:59:04.281 INFO O| Aug 26 23:59:04.281 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/libexec/amd64/sftp-server"
68032024-08-26T23:59:05.385Z[ recovery-image] Aug 26 23:59:04.281 INFO O| Aug 26 23:59:04.281 INFO STEP 973 (remove_files) COMPLETE
68042024-08-26T23:59:05.385Z[ recovery-image] Aug 26 23:59:04.282 INFO O| Aug 26 23:59:04.281 INFO STEP 974: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68052024-08-26T23:59:05.394Z[ recovery-image] Aug 26 23:59:04.293 INFO O| Aug 26 23:59:04.293 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/libexec/amd64/ssh-keysign"
68062024-08-26T23:59:05.394Z[ recovery-image] Aug 26 23:59:04.293 INFO O| Aug 26 23:59:04.293 INFO STEP 974 (remove_files) COMPLETE
68072024-08-26T23:59:05.394Z[ recovery-image] Aug 26 23:59:04.293 INFO O| Aug 26 23:59:04.293 INFO STEP 975: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68082024-08-26T23:59:05.404Z[ recovery-image] Aug 26 23:59:04.303 INFO O| Aug 26 23:59:04.303 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/libexec/amd64/ssh-pkcs11-helper"
68092024-08-26T23:59:05.404Z[ recovery-image] Aug 26 23:59:04.303 INFO O| Aug 26 23:59:04.303 INFO STEP 975 (remove_files) COMPLETE
68102024-08-26T23:59:05.407Z[ recovery-image] Aug 26 23:59:04.303 INFO O| Aug 26 23:59:04.303 INFO STEP 976: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68112024-08-26T23:59:05.414Z[ recovery-image] Aug 26 23:59:04.313 INFO O| Aug 26 23:59:04.313 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/libexec/amd64/ssh-sk-helper"
68122024-08-26T23:59:05.416Z[ recovery-image] Aug 26 23:59:04.313 INFO O| Aug 26 23:59:04.313 INFO STEP 976 (remove_files) COMPLETE
68132024-08-26T23:59:05.417Z[ recovery-image] Aug 26 23:59:04.313 INFO O| Aug 26 23:59:04.313 INFO STEP 977: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68142024-08-26T23:59:05.424Z[ recovery-image] Aug 26 23:59:04.323 INFO O| Aug 26 23:59:04.323 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/platform/oxide/bin/ipcc"
68152024-08-26T23:59:05.426Z[ recovery-image] Aug 26 23:59:04.324 INFO O| Aug 26 23:59:04.324 INFO STEP 977 (remove_files) COMPLETE
68162024-08-26T23:59:05.426Z[ recovery-image] Aug 26 23:59:04.324 INFO O| Aug 26 23:59:04.324 INFO STEP 978: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68172024-08-26T23:59:05.434Z[ recovery-image] Aug 26 23:59:04.333 INFO O| Aug 26 23:59:04.333 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/platform/oxide/lib/mdb/kvm/amd64/apix.so"
68182024-08-26T23:59:05.437Z[ recovery-image] Aug 26 23:59:04.333 INFO O| Aug 26 23:59:04.333 INFO STEP 978 (remove_files) COMPLETE
68192024-08-26T23:59:05.437Z[ recovery-image] Aug 26 23:59:04.333 INFO O| Aug 26 23:59:04.333 INFO STEP 979: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68202024-08-26T23:59:05.444Z[ recovery-image] Aug 26 23:59:04.343 INFO O| Aug 26 23:59:04.343 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/platform/oxide/lib/mdb/kvm/amd64/ipcc.so"
68212024-08-26T23:59:05.446Z[ recovery-image] Aug 26 23:59:04.343 INFO O| Aug 26 23:59:04.343 INFO STEP 979 (remove_files) COMPLETE
68222024-08-26T23:59:05.446Z[ recovery-image] Aug 26 23:59:04.343 INFO O| Aug 26 23:59:04.343 INFO STEP 980: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68232024-08-26T23:59:05.453Z[ recovery-image] Aug 26 23:59:04.352 INFO O| Aug 26 23:59:04.352 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/platform/oxide/lib/mdb/kvm/amd64/unix.so"
68242024-08-26T23:59:05.457Z[ recovery-image] Aug 26 23:59:04.352 INFO O| Aug 26 23:59:04.352 INFO STEP 980 (remove_files) COMPLETE
68252024-08-26T23:59:05.457Z[ recovery-image] Aug 26 23:59:04.353 INFO O| Aug 26 23:59:04.352 INFO STEP 981: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68262024-08-26T23:59:05.463Z[ recovery-image] Aug 26 23:59:04.362 INFO O| Aug 26 23:59:04.362 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/dispgid"
68272024-08-26T23:59:05.466Z[ recovery-image] Aug 26 23:59:04.362 INFO O| Aug 26 23:59:04.362 INFO STEP 981 (remove_files) COMPLETE
68282024-08-26T23:59:05.466Z[ recovery-image] Aug 26 23:59:04.362 INFO O| Aug 26 23:59:04.362 INFO STEP 982: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68292024-08-26T23:59:05.474Z[ recovery-image] Aug 26 23:59:04.372 INFO O| Aug 26 23:59:04.372 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/dispuid"
68302024-08-26T23:59:05.474Z[ recovery-image] Aug 26 23:59:04.372 INFO O| Aug 26 23:59:04.372 INFO STEP 982 (remove_files) COMPLETE
68312024-08-26T23:59:05.476Z[ recovery-image] Aug 26 23:59:04.372 INFO O| Aug 26 23:59:04.372 INFO STEP 983: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68322024-08-26T23:59:05.482Z[ recovery-image] Aug 26 23:59:04.381 INFO O| Aug 26 23:59:04.381 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/errange"
68332024-08-26T23:59:05.483Z[ recovery-image] Aug 26 23:59:04.381 INFO O| Aug 26 23:59:04.381 INFO STEP 983 (remove_files) COMPLETE
68342024-08-26T23:59:05.485Z[ recovery-image] Aug 26 23:59:04.381 INFO O| Aug 26 23:59:04.381 INFO STEP 984: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68352024-08-26T23:59:05.492Z[ recovery-image] Aug 26 23:59:04.391 INFO O| Aug 26 23:59:04.391 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/errdate"
68362024-08-26T23:59:05.492Z[ recovery-image] Aug 26 23:59:04.391 INFO O| Aug 26 23:59:04.391 INFO STEP 984 (remove_files) COMPLETE
68372024-08-26T23:59:05.492Z[ recovery-image] Aug 26 23:59:04.391 INFO O| Aug 26 23:59:04.391 INFO STEP 985: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68382024-08-26T23:59:05.502Z[ recovery-image] Aug 26 23:59:04.401 INFO O| Aug 26 23:59:04.401 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/errgid"
68392024-08-26T23:59:05.502Z[ recovery-image] Aug 26 23:59:04.401 INFO O| Aug 26 23:59:04.401 INFO STEP 985 (remove_files) COMPLETE
68402024-08-26T23:59:05.504Z[ recovery-image] Aug 26 23:59:04.401 INFO O| Aug 26 23:59:04.401 INFO STEP 986: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68412024-08-26T23:59:05.512Z[ recovery-image] Aug 26 23:59:04.410 INFO O| Aug 26 23:59:04.410 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/errint"
68422024-08-26T23:59:05.512Z[ recovery-image] Aug 26 23:59:04.411 INFO O| Aug 26 23:59:04.410 INFO STEP 986 (remove_files) COMPLETE
68432024-08-26T23:59:05.512Z[ recovery-image] Aug 26 23:59:04.411 INFO O| Aug 26 23:59:04.411 INFO STEP 987: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68442024-08-26T23:59:05.521Z[ recovery-image] Aug 26 23:59:04.420 INFO O| Aug 26 23:59:04.420 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/erritem"
68452024-08-26T23:59:05.521Z[ recovery-image] Aug 26 23:59:04.420 INFO O| Aug 26 23:59:04.420 INFO STEP 987 (remove_files) COMPLETE
68462024-08-26T23:59:05.521Z[ recovery-image] Aug 26 23:59:04.420 INFO O| Aug 26 23:59:04.420 INFO STEP 988: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68472024-08-26T23:59:05.531Z[ recovery-image] Aug 26 23:59:04.430 INFO O| Aug 26 23:59:04.429 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/errpath"
68482024-08-26T23:59:05.531Z[ recovery-image] Aug 26 23:59:04.430 INFO O| Aug 26 23:59:04.430 INFO STEP 988 (remove_files) COMPLETE
68492024-08-26T23:59:05.531Z[ recovery-image] Aug 26 23:59:04.430 INFO O| Aug 26 23:59:04.430 INFO STEP 989: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68502024-08-26T23:59:05.540Z[ recovery-image] Aug 26 23:59:04.439 INFO O| Aug 26 23:59:04.439 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/errstr"
68512024-08-26T23:59:05.540Z[ recovery-image] Aug 26 23:59:04.439 INFO O| Aug 26 23:59:04.439 INFO STEP 989 (remove_files) COMPLETE
68522024-08-26T23:59:05.546Z[ recovery-image] Aug 26 23:59:04.439 INFO O| Aug 26 23:59:04.439 INFO STEP 990: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68532024-08-26T23:59:05.551Z[ recovery-image] Aug 26 23:59:04.449 INFO O| Aug 26 23:59:04.449 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/errtime"
68542024-08-26T23:59:05.551Z[ recovery-image] Aug 26 23:59:04.449 INFO O| Aug 26 23:59:04.449 INFO STEP 990 (remove_files) COMPLETE
68552024-08-26T23:59:05.554Z[ recovery-image] Aug 26 23:59:04.449 INFO O| Aug 26 23:59:04.449 INFO STEP 991: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68562024-08-26T23:59:05.559Z[ recovery-image] Aug 26 23:59:04.458 INFO O| Aug 26 23:59:04.458 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/erruid"
68572024-08-26T23:59:05.563Z[ recovery-image] Aug 26 23:59:04.458 INFO O| Aug 26 23:59:04.458 INFO STEP 991 (remove_files) COMPLETE
68582024-08-26T23:59:05.564Z[ recovery-image] Aug 26 23:59:04.458 INFO O| Aug 26 23:59:04.458 INFO STEP 992: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68592024-08-26T23:59:05.569Z[ recovery-image] Aug 26 23:59:04.468 INFO O| Aug 26 23:59:04.468 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/erryorn"
68602024-08-26T23:59:05.572Z[ recovery-image] Aug 26 23:59:04.468 INFO O| Aug 26 23:59:04.468 INFO STEP 992 (remove_files) COMPLETE
68612024-08-26T23:59:05.572Z[ recovery-image] Aug 26 23:59:04.468 INFO O| Aug 26 23:59:04.468 INFO STEP 993: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68622024-08-26T23:59:05.578Z[ recovery-image] Aug 26 23:59:04.477 INFO O| Aug 26 23:59:04.477 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/helpdate"
68632024-08-26T23:59:05.579Z[ recovery-image] Aug 26 23:59:04.477 INFO O| Aug 26 23:59:04.477 INFO STEP 993 (remove_files) COMPLETE
68642024-08-26T23:59:05.579Z[ recovery-image] Aug 26 23:59:04.477 INFO O| Aug 26 23:59:04.477 INFO STEP 994: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68652024-08-26T23:59:05.588Z[ recovery-image] Aug 26 23:59:04.487 INFO O| Aug 26 23:59:04.487 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/helpgid"
68662024-08-26T23:59:05.588Z[ recovery-image] Aug 26 23:59:04.487 INFO O| Aug 26 23:59:04.487 INFO STEP 994 (remove_files) COMPLETE
68672024-08-26T23:59:05.588Z[ recovery-image] Aug 26 23:59:04.487 INFO O| Aug 26 23:59:04.487 INFO STEP 995: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68682024-08-26T23:59:05.594Z[ host-image] Aug 26 23:59:04.493 INFO O| Aug 26 23:59:04.493 INFO O| Planning: Solver setup ... Done
68692024-08-26T23:59:05.597Z[ recovery-image] Aug 26 23:59:04.496 INFO O| Aug 26 23:59:04.496 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/helpint"
68702024-08-26T23:59:05.601Z[ recovery-image] Aug 26 23:59:04.497 INFO O| Aug 26 23:59:04.496 INFO STEP 995 (remove_files) COMPLETE
68712024-08-26T23:59:05.601Z[ host-image] Aug 26 23:59:04.497 INFO O| Aug 26 23:59:04.497 INFO O| Planning: Running solver ... Done
68722024-08-26T23:59:05.601Z[ recovery-image] Aug 26 23:59:04.497 INFO O| Aug 26 23:59:04.497 INFO STEP 996: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68732024-08-26T23:59:05.607Z[ recovery-image] Aug 26 23:59:04.506 INFO O| Aug 26 23:59:04.506 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/helpitem"
68742024-08-26T23:59:05.610Z[ recovery-image] Aug 26 23:59:04.506 INFO O| Aug 26 23:59:04.506 INFO STEP 996 (remove_files) COMPLETE
68752024-08-26T23:59:05.611Z[ recovery-image] Aug 26 23:59:04.506 INFO O| Aug 26 23:59:04.506 INFO STEP 997: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68762024-08-26T23:59:05.617Z[ recovery-image] Aug 26 23:59:04.516 INFO O| Aug 26 23:59:04.516 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/helppath"
68772024-08-26T23:59:05.620Z[ recovery-image] Aug 26 23:59:04.516 INFO O| Aug 26 23:59:04.516 INFO STEP 997 (remove_files) COMPLETE
68782024-08-26T23:59:05.620Z[ recovery-image] Aug 26 23:59:04.516 INFO O| Aug 26 23:59:04.516 INFO STEP 998: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68792024-08-26T23:59:05.627Z[ recovery-image] Aug 26 23:59:04.526 INFO O| Aug 26 23:59:04.526 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/helprange"
68802024-08-26T23:59:05.627Z[ recovery-image] Aug 26 23:59:04.526 INFO O| Aug 26 23:59:04.526 INFO STEP 998 (remove_files) COMPLETE
68812024-08-26T23:59:05.630Z[ recovery-image] Aug 26 23:59:04.526 INFO O| Aug 26 23:59:04.526 INFO STEP 999: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68822024-08-26T23:59:05.637Z[ recovery-image] Aug 26 23:59:04.535 INFO O| Aug 26 23:59:04.535 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/helpstr"
68832024-08-26T23:59:05.637Z[ recovery-image] Aug 26 23:59:04.536 INFO O| Aug 26 23:59:04.536 INFO STEP 999 (remove_files) COMPLETE
68842024-08-26T23:59:05.639Z[ recovery-image] Aug 26 23:59:04.536 INFO O| Aug 26 23:59:04.536 INFO STEP 1000: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68852024-08-26T23:59:05.640Z[ host-image] Aug 26 23:59:04.538 INFO O| Aug 26 23:59:04.538 INFO O| Planning: Finding local manifests ... Done
68862024-08-26T23:59:05.642Z[ host-image] Aug 26 23:59:04.539 INFO O| Aug 26 23:59:04.539 INFO O| Planning: Fetching manifests: 0/4 0% complete
68872024-08-26T23:59:05.647Z[ recovery-image] Aug 26 23:59:04.545 INFO O| Aug 26 23:59:04.545 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/helptime"
68882024-08-26T23:59:05.647Z[ recovery-image] Aug 26 23:59:04.545 INFO O| Aug 26 23:59:04.545 INFO STEP 1000 (remove_files) COMPLETE
68892024-08-26T23:59:05.651Z[ recovery-image] Aug 26 23:59:04.545 INFO O| Aug 26 23:59:04.545 INFO STEP 1001: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68902024-08-26T23:59:05.656Z[ recovery-image] Aug 26 23:59:04.555 INFO O| Aug 26 23:59:04.555 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/helpuid"
68912024-08-26T23:59:05.661Z[ recovery-image] Aug 26 23:59:04.555 INFO O| Aug 26 23:59:04.555 INFO STEP 1001 (remove_files) COMPLETE
68922024-08-26T23:59:05.661Z[ recovery-image] Aug 26 23:59:04.555 INFO O| Aug 26 23:59:04.555 INFO STEP 1002: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68932024-08-26T23:59:05.666Z[ recovery-image] Aug 26 23:59:04.565 INFO O| Aug 26 23:59:04.565 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/helpyorn"
68942024-08-26T23:59:05.669Z[ recovery-image] Aug 26 23:59:04.565 INFO O| Aug 26 23:59:04.565 INFO STEP 1002 (remove_files) COMPLETE
68952024-08-26T23:59:05.669Z[ recovery-image] Aug 26 23:59:04.565 INFO O| Aug 26 23:59:04.565 INFO STEP 1003: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68962024-08-26T23:59:05.675Z[ recovery-image] Aug 26 23:59:04.574 INFO O| Aug 26 23:59:04.574 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/puttext"
68972024-08-26T23:59:05.678Z[ recovery-image] Aug 26 23:59:04.574 INFO O| Aug 26 23:59:04.574 INFO STEP 1003 (remove_files) COMPLETE
68982024-08-26T23:59:05.678Z[ recovery-image] Aug 26 23:59:04.574 INFO O| Aug 26 23:59:04.574 INFO STEP 1004: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68992024-08-26T23:59:05.685Z[ recovery-image] Aug 26 23:59:04.584 INFO O| Aug 26 23:59:04.584 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/valdate"
69002024-08-26T23:59:05.688Z[ recovery-image] Aug 26 23:59:04.584 INFO O| Aug 26 23:59:04.584 INFO STEP 1004 (remove_files) COMPLETE
69012024-08-26T23:59:05.688Z[ recovery-image] Aug 26 23:59:04.584 INFO O| Aug 26 23:59:04.584 INFO STEP 1005: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69022024-08-26T23:59:05.695Z[ recovery-image] Aug 26 23:59:04.594 INFO O| Aug 26 23:59:04.594 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/valgid"
69032024-08-26T23:59:05.695Z[ recovery-image] Aug 26 23:59:04.594 INFO O| Aug 26 23:59:04.594 INFO STEP 1005 (remove_files) COMPLETE
69042024-08-26T23:59:05.695Z[ recovery-image] Aug 26 23:59:04.594 INFO O| Aug 26 23:59:04.594 INFO STEP 1006: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69052024-08-26T23:59:05.705Z[ recovery-image] Aug 26 23:59:04.604 INFO O| Aug 26 23:59:04.604 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/valint"
69062024-08-26T23:59:05.705Z[ recovery-image] Aug 26 23:59:04.604 INFO O| Aug 26 23:59:04.604 INFO STEP 1006 (remove_files) COMPLETE
69072024-08-26T23:59:05.707Z[ recovery-image] Aug 26 23:59:04.604 INFO O| Aug 26 23:59:04.604 INFO STEP 1007: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69082024-08-26T23:59:05.714Z[ recovery-image] Aug 26 23:59:04.613 INFO O| Aug 26 23:59:04.613 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/valpath"
69092024-08-26T23:59:05.714Z[ recovery-image] Aug 26 23:59:04.613 INFO O| Aug 26 23:59:04.613 INFO STEP 1007 (remove_files) COMPLETE
69102024-08-26T23:59:05.717Z[ recovery-image] Aug 26 23:59:04.613 INFO O| Aug 26 23:59:04.613 INFO STEP 1008: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69112024-08-26T23:59:05.724Z[ recovery-image] Aug 26 23:59:04.623 INFO O| Aug 26 23:59:04.623 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/valrange"
69122024-08-26T23:59:05.724Z[ recovery-image] Aug 26 23:59:04.623 INFO O| Aug 26 23:59:04.623 INFO STEP 1008 (remove_files) COMPLETE
69132024-08-26T23:59:05.724Z[ recovery-image] Aug 26 23:59:04.623 INFO O| Aug 26 23:59:04.623 INFO STEP 1009: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69142024-08-26T23:59:05.729Z[ host-image] Aug 26 23:59:04.628 INFO O| Aug 26 23:59:04.628 INFO O| Planning: Fetching manifests: 4/4 100% complete
69152024-08-26T23:59:05.734Z[ recovery-image] Aug 26 23:59:04.633 INFO O| Aug 26 23:59:04.633 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/valstr"
69162024-08-26T23:59:05.734Z[ recovery-image] Aug 26 23:59:04.633 INFO O| Aug 26 23:59:04.633 INFO STEP 1009 (remove_files) COMPLETE
69172024-08-26T23:59:05.734Z[ recovery-image] Aug 26 23:59:04.633 INFO O| Aug 26 23:59:04.633 INFO STEP 1010: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69182024-08-26T23:59:05.743Z[ recovery-image] Aug 26 23:59:04.642 INFO O| Aug 26 23:59:04.642 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/valtime"
69192024-08-26T23:59:05.743Z[ recovery-image] Aug 26 23:59:04.642 INFO O| Aug 26 23:59:04.642 INFO STEP 1010 (remove_files) COMPLETE
69202024-08-26T23:59:05.748Z[ recovery-image] Aug 26 23:59:04.642 INFO O| Aug 26 23:59:04.642 INFO STEP 1011: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69212024-08-26T23:59:05.751Z[ host-image] Aug 26 23:59:04.650 INFO O| Aug 26 23:59:04.650 INFO O| Planning: Package planning ... Done
69222024-08-26T23:59:05.754Z[ recovery-image] Aug 26 23:59:04.652 INFO O| Aug 26 23:59:04.652 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/valuid"
69232024-08-26T23:59:05.754Z[ recovery-image] Aug 26 23:59:04.652 INFO O| Aug 26 23:59:04.652 INFO STEP 1011 (remove_files) COMPLETE
69242024-08-26T23:59:05.754Z[ recovery-image] Aug 26 23:59:04.652 INFO O| Aug 26 23:59:04.652 INFO STEP 1012: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69252024-08-26T23:59:05.757Z[ host-image] Aug 26 23:59:04.653 INFO O| Aug 26 23:59:04.653 INFO O| Planning: Merging actions ... Done
69262024-08-26T23:59:05.763Z[ recovery-image] Aug 26 23:59:04.662 INFO O| Aug 26 23:59:04.662 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/valyorn"
69272024-08-26T23:59:05.763Z[ recovery-image] Aug 26 23:59:04.662 INFO O| Aug 26 23:59:04.662 INFO STEP 1012 (remove_files) COMPLETE
69282024-08-26T23:59:05.763Z[ recovery-image] Aug 26 23:59:04.662 INFO O| Aug 26 23:59:04.662 INFO STEP 1013: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69292024-08-26T23:59:05.773Z[ recovery-image] Aug 26 23:59:04.671 INFO O| Aug 26 23:59:04.671 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/install/bin/pkginstall"
69302024-08-26T23:59:05.775Z[ recovery-image] Aug 26 23:59:04.672 INFO O| Aug 26 23:59:04.672 INFO STEP 1013 (remove_files) COMPLETE
69312024-08-26T23:59:05.775Z[ recovery-image] Aug 26 23:59:04.672 INFO O| Aug 26 23:59:04.672 INFO STEP 1014: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69322024-08-26T23:59:05.783Z[ recovery-image] Aug 26 23:59:04.682 INFO O| Aug 26 23:59:04.682 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/install/bin/pkgname"
69332024-08-26T23:59:05.783Z[ recovery-image] Aug 26 23:59:04.682 INFO O| Aug 26 23:59:04.682 INFO STEP 1014 (remove_files) COMPLETE
69342024-08-26T23:59:05.783Z[ recovery-image] Aug 26 23:59:04.682 INFO O| Aug 26 23:59:04.682 INFO STEP 1015: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69352024-08-26T23:59:05.793Z[ recovery-image] Aug 26 23:59:04.692 INFO O| Aug 26 23:59:04.691 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/install/bin/pkgremove"
69362024-08-26T23:59:05.795Z[ recovery-image] Aug 26 23:59:04.692 INFO O| Aug 26 23:59:04.692 INFO STEP 1015 (remove_files) COMPLETE
69372024-08-26T23:59:05.795Z[ recovery-image] Aug 26 23:59:04.692 INFO O| Aug 26 23:59:04.692 INFO STEP 1016: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69382024-08-26T23:59:05.802Z[ recovery-image] Aug 26 23:59:04.701 INFO O| Aug 26 23:59:04.701 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/install/bin/pkgserv"
69392024-08-26T23:59:05.805Z[ recovery-image] Aug 26 23:59:04.701 INFO O| Aug 26 23:59:04.701 INFO STEP 1016 (remove_files) COMPLETE
69402024-08-26T23:59:05.805Z[ recovery-image] Aug 26 23:59:04.701 INFO O| Aug 26 23:59:04.701 INFO STEP 1017: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69412024-08-26T23:59:05.812Z[ recovery-image] Aug 26 23:59:04.711 INFO O| Aug 26 23:59:04.711 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/install/miniroot.db"
69422024-08-26T23:59:05.814Z[ recovery-image] Aug 26 23:59:04.711 INFO O| Aug 26 23:59:04.711 INFO STEP 1017 (remove_files) COMPLETE
69432024-08-26T23:59:05.814Z[ recovery-image] Aug 26 23:59:04.711 INFO O| Aug 26 23:59:04.711 INFO STEP 1018: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69442024-08-26T23:59:05.822Z[ recovery-image] Aug 26 23:59:04.721 INFO O| Aug 26 23:59:04.721 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/install/scripts/i.preserve"
69452024-08-26T23:59:05.825Z[ recovery-image] Aug 26 23:59:04.721 INFO O| Aug 26 23:59:04.721 INFO STEP 1018 (remove_files) COMPLETE
69462024-08-26T23:59:05.825Z[ recovery-image] Aug 26 23:59:04.721 INFO O| Aug 26 23:59:04.721 INFO STEP 1019: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69472024-08-26T23:59:05.829Z[ host-image] Aug 26 23:59:04.728 INFO O| Aug 26 23:59:04.728 INFO O| Planning: Checking for conflicting actions ... Done
69482024-08-26T23:59:05.832Z[ host-image] Aug 26 23:59:04.729 INFO O| Aug 26 23:59:04.729 INFO O| Planning: Consolidating action changes ... Done
69492024-08-26T23:59:05.832Z[ recovery-image] Aug 26 23:59:04.730 INFO O| Aug 26 23:59:04.730 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/ugdates"
69502024-08-26T23:59:05.832Z[ recovery-image] Aug 26 23:59:04.730 INFO O| Aug 26 23:59:04.730 INFO STEP 1019 (remove_files) COMPLETE
69512024-08-26T23:59:05.832Z[ recovery-image] Aug 26 23:59:04.730 INFO O| Aug 26 23:59:04.730 INFO STEP 1020: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69522024-08-26T23:59:05.841Z[ recovery-image] Aug 26 23:59:04.740 INFO O| Aug 26 23:59:04.740 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/6to4relay"
69532024-08-26T23:59:05.843Z[ recovery-image] Aug 26 23:59:04.740 INFO O| Aug 26 23:59:04.740 INFO STEP 1020 (remove_files) COMPLETE
69542024-08-26T23:59:05.843Z[ recovery-image] Aug 26 23:59:04.740 INFO O| Aug 26 23:59:04.740 INFO STEP 1021: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69552024-08-26T23:59:05.851Z[ recovery-image] Aug 26 23:59:04.749 INFO O| Aug 26 23:59:04.749 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/acctadm"
69562024-08-26T23:59:05.851Z[ recovery-image] Aug 26 23:59:04.750 INFO O| Aug 26 23:59:04.749 INFO STEP 1021 (remove_files) COMPLETE
69572024-08-26T23:59:05.853Z[ recovery-image] Aug 26 23:59:04.750 INFO O| Aug 26 23:59:04.749 INFO STEP 1022: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69582024-08-26T23:59:05.860Z[ recovery-image] Aug 26 23:59:04.759 INFO O| Aug 26 23:59:04.759 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/acpidump"
69592024-08-26T23:59:05.860Z[ recovery-image] Aug 26 23:59:04.759 INFO O| Aug 26 23:59:04.759 INFO STEP 1022 (remove_files) COMPLETE
69602024-08-26T23:59:05.862Z[ recovery-image] Aug 26 23:59:04.759 INFO O| Aug 26 23:59:04.759 INFO STEP 1023: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69612024-08-26T23:59:05.870Z[ recovery-image] Aug 26 23:59:04.768 INFO O| Aug 26 23:59:04.768 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/acpixtract"
69622024-08-26T23:59:05.870Z[ recovery-image] Aug 26 23:59:04.768 INFO O| Aug 26 23:59:04.768 INFO STEP 1023 (remove_files) COMPLETE
69632024-08-26T23:59:05.872Z[ recovery-image] Aug 26 23:59:04.768 INFO O| Aug 26 23:59:04.768 INFO STEP 1024: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69642024-08-26T23:59:05.879Z[ recovery-image] Aug 26 23:59:04.778 INFO O| Aug 26 23:59:04.778 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/add_drv"
69652024-08-26T23:59:05.883Z[ recovery-image] Aug 26 23:59:04.778 INFO O| Aug 26 23:59:04.778 INFO STEP 1024 (remove_files) COMPLETE
69662024-08-26T23:59:05.883Z[ recovery-image] Aug 26 23:59:04.778 INFO O| Aug 26 23:59:04.778 INFO STEP 1025: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69672024-08-26T23:59:05.889Z[ recovery-image] Aug 26 23:59:04.788 INFO O| Aug 26 23:59:04.787 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/allocate"
69682024-08-26T23:59:05.889Z[ recovery-image] Aug 26 23:59:04.788 INFO O| Aug 26 23:59:04.788 INFO STEP 1025 (remove_files) COMPLETE
69692024-08-26T23:59:05.891Z[ recovery-image] Aug 26 23:59:04.788 INFO O| Aug 26 23:59:04.788 INFO STEP 1026: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69702024-08-26T23:59:05.899Z[ recovery-image] Aug 26 23:59:04.797 INFO O| Aug 26 23:59:04.797 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/amd64/intrstat"
69712024-08-26T23:59:05.901Z[ recovery-image] Aug 26 23:59:04.798 INFO O| Aug 26 23:59:04.798 INFO STEP 1026 (remove_files) COMPLETE
69722024-08-26T23:59:05.901Z[ recovery-image] Aug 26 23:59:04.798 INFO O| Aug 26 23:59:04.798 INFO STEP 1027: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69732024-08-26T23:59:05.909Z[ recovery-image] Aug 26 23:59:04.808 INFO O| Aug 26 23:59:04.808 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/amd64/lockstat"
69742024-08-26T23:59:05.912Z[ recovery-image] Aug 26 23:59:04.809 INFO O| Aug 26 23:59:04.809 INFO STEP 1027 (remove_files) COMPLETE
69752024-08-26T23:59:05.912Z[ recovery-image] Aug 26 23:59:04.809 INFO O| Aug 26 23:59:04.809 INFO STEP 1028: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69762024-08-26T23:59:05.920Z[ recovery-image] Aug 26 23:59:04.818 INFO O| Aug 26 23:59:04.818 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/amd64/plockstat"
69772024-08-26T23:59:05.922Z[ recovery-image] Aug 26 23:59:04.818 INFO O| Aug 26 23:59:04.818 INFO STEP 1028 (remove_files) COMPLETE
69782024-08-26T23:59:05.922Z[ recovery-image] Aug 26 23:59:04.818 INFO O| Aug 26 23:59:04.818 INFO STEP 1029: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69792024-08-26T23:59:05.929Z[ recovery-image] Aug 26 23:59:04.828 INFO O| Aug 26 23:59:04.828 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/arp"
69802024-08-26T23:59:05.932Z[ recovery-image] Aug 26 23:59:04.828 INFO O| Aug 26 23:59:04.828 INFO STEP 1029 (remove_files) COMPLETE
69812024-08-26T23:59:05.932Z[ recovery-image] Aug 26 23:59:04.828 INFO O| Aug 26 23:59:04.828 INFO STEP 1030: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69822024-08-26T23:59:05.939Z[ recovery-image] Aug 26 23:59:04.837 INFO O| Aug 26 23:59:04.837 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/audit"
69832024-08-26T23:59:05.941Z[ recovery-image] Aug 26 23:59:04.837 INFO O| Aug 26 23:59:04.837 INFO STEP 1030 (remove_files) COMPLETE
69842024-08-26T23:59:05.941Z[ recovery-image] Aug 26 23:59:04.837 INFO O| Aug 26 23:59:04.837 INFO STEP 1031: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69852024-08-26T23:59:05.950Z[ recovery-image] Aug 26 23:59:04.847 INFO O| Aug 26 23:59:04.847 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/auditconfig"
69862024-08-26T23:59:05.950Z[ recovery-image] Aug 26 23:59:04.847 INFO O| Aug 26 23:59:04.847 INFO STEP 1031 (remove_files) COMPLETE
69872024-08-26T23:59:05.953Z[ recovery-image] Aug 26 23:59:04.847 INFO O| Aug 26 23:59:04.847 INFO STEP 1032: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69882024-08-26T23:59:05.958Z[ recovery-image] Aug 26 23:59:04.856 INFO O| Aug 26 23:59:04.856 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/auditd"
69892024-08-26T23:59:05.961Z[ recovery-image] Aug 26 23:59:04.857 INFO O| Aug 26 23:59:04.857 INFO STEP 1032 (remove_files) COMPLETE
69902024-08-26T23:59:05.961Z[ recovery-image] Aug 26 23:59:04.857 INFO O| Aug 26 23:59:04.857 INFO STEP 1033: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69912024-08-26T23:59:05.967Z[ recovery-image] Aug 26 23:59:04.866 INFO O| Aug 26 23:59:04.866 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/auditrecord"
69922024-08-26T23:59:05.967Z[ recovery-image] Aug 26 23:59:04.866 INFO O| Aug 26 23:59:04.866 INFO STEP 1033 (remove_files) COMPLETE
69932024-08-26T23:59:05.970Z[ recovery-image] Aug 26 23:59:04.866 INFO O| Aug 26 23:59:04.866 INFO STEP 1034: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69942024-08-26T23:59:05.977Z[ recovery-image] Aug 26 23:59:04.876 INFO O| Aug 26 23:59:04.876 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/auditreduce"
69952024-08-26T23:59:05.980Z[ recovery-image] Aug 26 23:59:04.876 INFO O| Aug 26 23:59:04.876 INFO STEP 1034 (remove_files) COMPLETE
69962024-08-26T23:59:05.980Z[ recovery-image] Aug 26 23:59:04.876 INFO O| Aug 26 23:59:04.876 INFO STEP 1035: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69972024-08-26T23:59:05.986Z[ recovery-image] Aug 26 23:59:04.885 INFO O| Aug 26 23:59:04.885 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/auditstat"
69982024-08-26T23:59:05.989Z[ recovery-image] Aug 26 23:59:04.885 INFO O| Aug 26 23:59:04.885 INFO STEP 1035 (remove_files) COMPLETE
69992024-08-26T23:59:05.989Z[ recovery-image] Aug 26 23:59:04.885 INFO O| Aug 26 23:59:04.885 INFO STEP 1036: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70002024-08-26T23:59:05.996Z[ recovery-image] Aug 26 23:59:04.895 INFO O| Aug 26 23:59:04.895 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/audlinks"
70012024-08-26T23:59:05.996Z[ recovery-image] Aug 26 23:59:04.895 INFO O| Aug 26 23:59:04.895 INFO STEP 1036 (remove_files) COMPLETE
70022024-08-26T23:59:05.996Z[ recovery-image] Aug 26 23:59:04.895 INFO O| Aug 26 23:59:04.895 INFO STEP 1037: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70032024-08-26T23:59:06.002Z[ host-image] Aug 26 23:59:04.901 INFO O| Aug 26 23:59:04.901 INFO O| Planning: Evaluating mediators ... Done
70042024-08-26T23:59:06.004Z[ host-image] Aug 26 23:59:04.902 INFO O| Aug 26 23:59:04.902 INFO O| Planning: Planning completed in 2.07 seconds
70052024-08-26T23:59:06.007Z[ host-image] Aug 26 23:59:04.903 INFO O| Aug 26 23:59:04.903 INFO O| Packages to install: 4
70062024-08-26T23:59:06.007Z[ host-image] Aug 26 23:59:04.903 INFO O| Aug 26 23:59:04.903 INFO O| Services to change: 2
70072024-08-26T23:59:06.007Z[ recovery-image] Aug 26 23:59:04.904 INFO O| Aug 26 23:59:04.904 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/bhyve"
70082024-08-26T23:59:06.007Z[ recovery-image] Aug 26 23:59:04.905 INFO O| Aug 26 23:59:04.905 INFO STEP 1037 (remove_files) COMPLETE
70092024-08-26T23:59:06.007Z[ recovery-image] Aug 26 23:59:04.905 INFO O| Aug 26 23:59:04.905 INFO STEP 1038: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70102024-08-26T23:59:06.016Z[ host-image] Aug 26 23:59:04.914 INFO O| Aug 26 23:59:04.914 INFO O| Download: 0/102 items 0.0/1.4MB 0% complete
70112024-08-26T23:59:06.019Z[ recovery-image] Aug 26 23:59:04.914 INFO O| Aug 26 23:59:04.914 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/bhyvectl"
70122024-08-26T23:59:06.019Z[ recovery-image] Aug 26 23:59:04.914 INFO O| Aug 26 23:59:04.914 INFO STEP 1038 (remove_files) COMPLETE
70132024-08-26T23:59:06.019Z[ recovery-image] Aug 26 23:59:04.915 INFO O| Aug 26 23:59:04.914 INFO STEP 1039: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70142024-08-26T23:59:06.026Z[ recovery-image] Aug 26 23:59:04.925 INFO O| Aug 26 23:59:04.925 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/cfgadm"
70152024-08-26T23:59:06.026Z[ recovery-image] Aug 26 23:59:04.925 INFO O| Aug 26 23:59:04.925 INFO STEP 1039 (remove_files) COMPLETE
70162024-08-26T23:59:06.028Z[ recovery-image] Aug 26 23:59:04.925 INFO O| Aug 26 23:59:04.925 INFO STEP 1040: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70172024-08-26T23:59:06.036Z[ recovery-image] Aug 26 23:59:04.935 INFO O| Aug 26 23:59:04.935 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/chronyd"
70182024-08-26T23:59:06.039Z[ recovery-image] Aug 26 23:59:04.935 INFO O| Aug 26 23:59:04.935 INFO STEP 1040 (remove_files) COMPLETE
70192024-08-26T23:59:06.039Z[ recovery-image] Aug 26 23:59:04.935 INFO O| Aug 26 23:59:04.935 INFO STEP 1041: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70202024-08-26T23:59:06.046Z[ recovery-image] Aug 26 23:59:04.945 INFO O| Aug 26 23:59:04.945 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/chroot"
70212024-08-26T23:59:06.046Z[ recovery-image] Aug 26 23:59:04.945 INFO O| Aug 26 23:59:04.945 INFO STEP 1041 (remove_files) COMPLETE
70222024-08-26T23:59:06.051Z[ recovery-image] Aug 26 23:59:04.945 INFO O| Aug 26 23:59:04.945 INFO STEP 1042: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70232024-08-26T23:59:06.056Z[ recovery-image] Aug 26 23:59:04.955 INFO O| Aug 26 23:59:04.955 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/clear_locks"
70242024-08-26T23:59:06.059Z[ recovery-image] Aug 26 23:59:04.955 INFO O| Aug 26 23:59:04.955 INFO STEP 1042 (remove_files) COMPLETE
70252024-08-26T23:59:06.059Z[ recovery-image] Aug 26 23:59:04.955 INFO O| Aug 26 23:59:04.955 INFO STEP 1043: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70262024-08-26T23:59:06.066Z[ recovery-image] Aug 26 23:59:04.965 INFO O| Aug 26 23:59:04.965 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/clinfo"
70272024-08-26T23:59:06.069Z[ recovery-image] Aug 26 23:59:04.965 INFO O| Aug 26 23:59:04.965 INFO STEP 1043 (remove_files) COMPLETE
70282024-08-26T23:59:06.069Z[ recovery-image] Aug 26 23:59:04.965 INFO O| Aug 26 23:59:04.965 INFO STEP 1044: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70292024-08-26T23:59:06.076Z[ recovery-image] Aug 26 23:59:04.975 INFO O| Aug 26 23:59:04.975 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/clri"
70302024-08-26T23:59:06.076Z[ recovery-image] Aug 26 23:59:04.975 INFO O| Aug 26 23:59:04.975 INFO STEP 1044 (remove_files) COMPLETE
70312024-08-26T23:59:06.076Z[ recovery-image] Aug 26 23:59:04.975 INFO O| Aug 26 23:59:04.975 INFO STEP 1045: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70322024-08-26T23:59:06.086Z[ recovery-image] Aug 26 23:59:04.985 INFO O| Aug 26 23:59:04.985 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/consadm"
70332024-08-26T23:59:06.086Z[ recovery-image] Aug 26 23:59:04.985 INFO O| Aug 26 23:59:04.985 INFO STEP 1045 (remove_files) COMPLETE
70342024-08-26T23:59:06.086Z[ recovery-image] Aug 26 23:59:04.985 INFO O| Aug 26 23:59:04.985 INFO STEP 1046: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70352024-08-26T23:59:06.096Z[ recovery-image] Aug 26 23:59:04.995 INFO O| Aug 26 23:59:04.995 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/consadmd"
70362024-08-26T23:59:06.096Z[ recovery-image] Aug 26 23:59:04.995 INFO O| Aug 26 23:59:04.995 INFO STEP 1046 (remove_files) COMPLETE
70372024-08-26T23:59:06.096Z[ recovery-image] Aug 26 23:59:04.995 INFO O| Aug 26 23:59:04.995 INFO STEP 1047: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70382024-08-26T23:59:06.107Z[ recovery-image] Aug 26 23:59:05.006 INFO O| Aug 26 23:59:05.006 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/cpustat"
70392024-08-26T23:59:06.107Z[ recovery-image] Aug 26 23:59:05.006 INFO O| Aug 26 23:59:05.006 INFO STEP 1047 (remove_files) COMPLETE
70402024-08-26T23:59:06.107Z[ recovery-image] Aug 26 23:59:05.006 INFO O| Aug 26 23:59:05.006 INFO STEP 1048: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70412024-08-26T23:59:06.120Z[ recovery-image] Aug 26 23:59:05.016 INFO O| Aug 26 23:59:05.016 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/deallocate"
70422024-08-26T23:59:06.120Z[ recovery-image] Aug 26 23:59:05.016 INFO O| Aug 26 23:59:05.016 INFO STEP 1048 (remove_files) COMPLETE
70432024-08-26T23:59:06.120Z[ recovery-image] Aug 26 23:59:05.016 INFO O| Aug 26 23:59:05.016 INFO STEP 1049: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70442024-08-26T23:59:06.127Z[ recovery-image] Aug 26 23:59:05.026 INFO O| Aug 26 23:59:05.026 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/devinfo"
70452024-08-26T23:59:06.127Z[ recovery-image] Aug 26 23:59:05.026 INFO O| Aug 26 23:59:05.026 INFO STEP 1049 (remove_files) COMPLETE
70462024-08-26T23:59:06.131Z[ recovery-image] Aug 26 23:59:05.026 INFO O| Aug 26 23:59:05.026 INFO STEP 1050: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70472024-08-26T23:59:06.137Z[ recovery-image] Aug 26 23:59:05.035 INFO O| Aug 26 23:59:05.035 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/devlinks"
70482024-08-26T23:59:06.137Z[ recovery-image] Aug 26 23:59:05.035 INFO O| Aug 26 23:59:05.035 INFO STEP 1050 (remove_files) COMPLETE
70492024-08-26T23:59:06.139Z[ recovery-image] Aug 26 23:59:05.035 INFO O| Aug 26 23:59:05.035 INFO STEP 1051: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70502024-08-26T23:59:06.146Z[ recovery-image] Aug 26 23:59:05.045 INFO O| Aug 26 23:59:05.045 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/df"
70512024-08-26T23:59:06.146Z[ recovery-image] Aug 26 23:59:05.045 INFO O| Aug 26 23:59:05.045 INFO STEP 1051 (remove_files) COMPLETE
70522024-08-26T23:59:06.149Z[ recovery-image] Aug 26 23:59:05.045 INFO O| Aug 26 23:59:05.045 INFO STEP 1052: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70532024-08-26T23:59:06.155Z[ recovery-image] Aug 26 23:59:05.054 INFO O| Aug 26 23:59:05.054 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/dfmounts"
70542024-08-26T23:59:06.158Z[ recovery-image] Aug 26 23:59:05.054 INFO O| Aug 26 23:59:05.054 INFO STEP 1052 (remove_files) COMPLETE
70552024-08-26T23:59:06.158Z[ recovery-image] Aug 26 23:59:05.054 INFO O| Aug 26 23:59:05.054 INFO STEP 1053: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70562024-08-26T23:59:06.165Z[ recovery-image] Aug 26 23:59:05.063 INFO O| Aug 26 23:59:05.063 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/dfshares"
70572024-08-26T23:59:06.167Z[ recovery-image] Aug 26 23:59:05.063 INFO O| Aug 26 23:59:05.063 INFO STEP 1053 (remove_files) COMPLETE
70582024-08-26T23:59:06.167Z[ recovery-image] Aug 26 23:59:05.063 INFO O| Aug 26 23:59:05.063 INFO STEP 1054: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70592024-08-26T23:59:06.174Z[ recovery-image] Aug 26 23:59:05.073 INFO O| Aug 26 23:59:05.073 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/disks"
70602024-08-26T23:59:06.174Z[ recovery-image] Aug 26 23:59:05.073 INFO O| Aug 26 23:59:05.073 INFO STEP 1054 (remove_files) COMPLETE
70612024-08-26T23:59:06.174Z[ recovery-image] Aug 26 23:59:05.073 INFO O| Aug 26 23:59:05.073 INFO STEP 1055: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70622024-08-26T23:59:06.183Z[ recovery-image] Aug 26 23:59:05.082 INFO O| Aug 26 23:59:05.082 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/dispadmin"
70632024-08-26T23:59:06.183Z[ recovery-image] Aug 26 23:59:05.082 INFO O| Aug 26 23:59:05.082 INFO STEP 1055 (remove_files) COMPLETE
70642024-08-26T23:59:06.186Z[ recovery-image] Aug 26 23:59:05.082 INFO O| Aug 26 23:59:05.082 INFO STEP 1056: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70652024-08-26T23:59:06.194Z[ recovery-image] Aug 26 23:59:05.092 INFO O| Aug 26 23:59:05.092 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/dminfo"
70662024-08-26T23:59:06.194Z[ recovery-image] Aug 26 23:59:05.092 INFO O| Aug 26 23:59:05.092 INFO STEP 1056 (remove_files) COMPLETE
70672024-08-26T23:59:06.194Z[ recovery-image] Aug 26 23:59:05.092 INFO O| Aug 26 23:59:05.092 INFO STEP 1057: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70682024-08-26T23:59:06.203Z[ recovery-image] Aug 26 23:59:05.101 INFO O| Aug 26 23:59:05.101 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/drvconfig"
70692024-08-26T23:59:06.203Z[ recovery-image] Aug 26 23:59:05.101 INFO O| Aug 26 23:59:05.101 INFO STEP 1057 (remove_files) COMPLETE
70702024-08-26T23:59:06.206Z[ recovery-image] Aug 26 23:59:05.101 INFO O| Aug 26 23:59:05.101 INFO STEP 1058: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70712024-08-26T23:59:06.212Z[ recovery-image] Aug 26 23:59:05.110 INFO O| Aug 26 23:59:05.110 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/dtrace"
70722024-08-26T23:59:06.215Z[ recovery-image] Aug 26 23:59:05.110 INFO O| Aug 26 23:59:05.110 INFO STEP 1058 (remove_files) COMPLETE
70732024-08-26T23:59:06.215Z[ recovery-image] Aug 26 23:59:05.110 INFO O| Aug 26 23:59:05.110 INFO STEP 1059: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70742024-08-26T23:59:06.221Z[ recovery-image] Aug 26 23:59:05.120 INFO O| Aug 26 23:59:05.120 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/eeprom"
70752024-08-26T23:59:06.221Z[ recovery-image] Aug 26 23:59:05.120 INFO O| Aug 26 23:59:05.120 INFO STEP 1059 (remove_files) COMPLETE
70762024-08-26T23:59:06.221Z[ recovery-image] Aug 26 23:59:05.120 INFO O| Aug 26 23:59:05.120 INFO STEP 1060: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70772024-08-26T23:59:06.230Z[ recovery-image] Aug 26 23:59:05.129 INFO O| Aug 26 23:59:05.129 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/ff"
70782024-08-26T23:59:06.230Z[ recovery-image] Aug 26 23:59:05.129 INFO O| Aug 26 23:59:05.129 INFO STEP 1060 (remove_files) COMPLETE
70792024-08-26T23:59:06.230Z[ recovery-image] Aug 26 23:59:05.129 INFO O| Aug 26 23:59:05.129 INFO STEP 1061: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70802024-08-26T23:59:06.240Z[ recovery-image] Aug 26 23:59:05.139 INFO O| Aug 26 23:59:05.138 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/fmadm"
70812024-08-26T23:59:06.242Z[ recovery-image] Aug 26 23:59:05.140 INFO O| Aug 26 23:59:05.140 INFO STEP 1061 (remove_files) COMPLETE
70822024-08-26T23:59:06.242Z[ recovery-image] Aug 26 23:59:05.140 INFO O| Aug 26 23:59:05.140 INFO STEP 1062: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70832024-08-26T23:59:06.250Z[ recovery-image] Aug 26 23:59:05.149 INFO O| Aug 26 23:59:05.149 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/fmdump"
70842024-08-26T23:59:06.252Z[ recovery-image] Aug 26 23:59:05.149 INFO O| Aug 26 23:59:05.149 INFO STEP 1062 (remove_files) COMPLETE
70852024-08-26T23:59:06.252Z[ recovery-image] Aug 26 23:59:05.149 INFO O| Aug 26 23:59:05.149 INFO STEP 1063: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70862024-08-26T23:59:06.259Z[ recovery-image] Aug 26 23:59:05.158 INFO O| Aug 26 23:59:05.158 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/fmstat"
70872024-08-26T23:59:06.262Z[ recovery-image] Aug 26 23:59:05.158 INFO O| Aug 26 23:59:05.158 INFO STEP 1063 (remove_files) COMPLETE
70882024-08-26T23:59:06.262Z[ recovery-image] Aug 26 23:59:05.158 INFO O| Aug 26 23:59:05.158 INFO STEP 1064: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70892024-08-26T23:59:06.270Z[ recovery-image] Aug 26 23:59:05.168 INFO O| Aug 26 23:59:05.168 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/fmthard"
70902024-08-26T23:59:06.273Z[ recovery-image] Aug 26 23:59:05.168 INFO O| Aug 26 23:59:05.168 INFO STEP 1064 (remove_files) COMPLETE
70912024-08-26T23:59:06.273Z[ recovery-image] Aug 26 23:59:05.168 INFO O| Aug 26 23:59:05.168 INFO STEP 1065: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70922024-08-26T23:59:06.278Z[ recovery-image] Aug 26 23:59:05.177 INFO O| Aug 26 23:59:05.177 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/format"
70932024-08-26T23:59:06.281Z[ recovery-image] Aug 26 23:59:05.177 INFO O| Aug 26 23:59:05.177 INFO STEP 1065 (remove_files) COMPLETE
70942024-08-26T23:59:06.281Z[ recovery-image] Aug 26 23:59:05.177 INFO O| Aug 26 23:59:05.177 INFO STEP 1066: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70952024-08-26T23:59:06.288Z[ recovery-image] Aug 26 23:59:05.186 INFO O| Aug 26 23:59:05.186 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/fsck"
70962024-08-26T23:59:06.291Z[ recovery-image] Aug 26 23:59:05.187 INFO O| Aug 26 23:59:05.186 INFO STEP 1066 (remove_files) COMPLETE
70972024-08-26T23:59:06.291Z[ recovery-image] Aug 26 23:59:05.187 INFO O| Aug 26 23:59:05.187 INFO STEP 1067: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70982024-08-26T23:59:06.299Z[ recovery-image] Aug 26 23:59:05.196 INFO O| Aug 26 23:59:05.196 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/fuser"
70992024-08-26T23:59:06.302Z[ recovery-image] Aug 26 23:59:05.197 INFO O| Aug 26 23:59:05.196 INFO STEP 1067 (remove_files) COMPLETE
71002024-08-26T23:59:06.302Z[ recovery-image] Aug 26 23:59:05.197 INFO O| Aug 26 23:59:05.197 INFO STEP 1068: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71012024-08-26T23:59:06.308Z[ recovery-image] Aug 26 23:59:05.206 INFO O| Aug 26 23:59:05.206 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/getdevpolicy"
71022024-08-26T23:59:06.308Z[ recovery-image] Aug 26 23:59:05.206 INFO O| Aug 26 23:59:05.206 INFO STEP 1068 (remove_files) COMPLETE
71032024-08-26T23:59:06.312Z[ recovery-image] Aug 26 23:59:05.206 INFO O| Aug 26 23:59:05.206 INFO STEP 1069: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71042024-08-26T23:59:06.317Z[ recovery-image] Aug 26 23:59:05.215 INFO O| Aug 26 23:59:05.215 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/getmajor"
71052024-08-26T23:59:06.319Z[ recovery-image] Aug 26 23:59:05.215 INFO O| Aug 26 23:59:05.215 INFO STEP 1069 (remove_files) COMPLETE
71062024-08-26T23:59:06.319Z[ recovery-image] Aug 26 23:59:05.215 INFO O| Aug 26 23:59:05.215 INFO STEP 1070: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71072024-08-26T23:59:06.326Z[ recovery-image] Aug 26 23:59:05.225 INFO O| Aug 26 23:59:05.224 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/groupadd"
71082024-08-26T23:59:06.326Z[ recovery-image] Aug 26 23:59:05.225 INFO O| Aug 26 23:59:05.225 INFO STEP 1070 (remove_files) COMPLETE
71092024-08-26T23:59:06.326Z[ recovery-image] Aug 26 23:59:05.225 INFO O| Aug 26 23:59:05.225 INFO STEP 1071: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71102024-08-26T23:59:06.335Z[ recovery-image] Aug 26 23:59:05.234 INFO O| Aug 26 23:59:05.234 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/groupdel"
71112024-08-26T23:59:06.335Z[ recovery-image] Aug 26 23:59:05.234 INFO O| Aug 26 23:59:05.234 INFO STEP 1071 (remove_files) COMPLETE
71122024-08-26T23:59:06.338Z[ recovery-image] Aug 26 23:59:05.234 INFO O| Aug 26 23:59:05.234 INFO STEP 1072: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71132024-08-26T23:59:06.344Z[ recovery-image] Aug 26 23:59:05.243 INFO O| Aug 26 23:59:05.243 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/groupmod"
71142024-08-26T23:59:06.344Z[ recovery-image] Aug 26 23:59:05.243 INFO O| Aug 26 23:59:05.243 INFO STEP 1072 (remove_files) COMPLETE
71152024-08-26T23:59:06.345Z[ recovery-image] Aug 26 23:59:05.243 INFO O| Aug 26 23:59:05.243 INFO STEP 1073: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71162024-08-26T23:59:06.354Z[ recovery-image] Aug 26 23:59:05.253 INFO O| Aug 26 23:59:05.253 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/growfs"
71172024-08-26T23:59:06.356Z[ recovery-image] Aug 26 23:59:05.254 INFO O| Aug 26 23:59:05.253 INFO STEP 1073 (remove_files) COMPLETE
71182024-08-26T23:59:06.356Z[ recovery-image] Aug 26 23:59:05.254 INFO O| Aug 26 23:59:05.254 INFO STEP 1074: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71192024-08-26T23:59:06.368Z[ recovery-image] Aug 26 23:59:05.263 INFO O| Aug 26 23:59:05.263 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/grpck"
71202024-08-26T23:59:06.368Z[ recovery-image] Aug 26 23:59:05.263 INFO O| Aug 26 23:59:05.263 INFO STEP 1074 (remove_files) COMPLETE
71212024-08-26T23:59:06.372Z[ recovery-image] Aug 26 23:59:05.263 INFO O| Aug 26 23:59:05.263 INFO STEP 1075: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71222024-08-26T23:59:06.375Z[ recovery-image] Aug 26 23:59:05.272 INFO O| Aug 26 23:59:05.272 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/gsscred"
71232024-08-26T23:59:06.375Z[ recovery-image] Aug 26 23:59:05.272 INFO O| Aug 26 23:59:05.272 INFO STEP 1075 (remove_files) COMPLETE
71242024-08-26T23:59:06.375Z[ recovery-image] Aug 26 23:59:05.272 INFO O| Aug 26 23:59:05.272 INFO STEP 1076: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71252024-08-26T23:59:06.383Z[ recovery-image] Aug 26 23:59:05.282 INFO O| Aug 26 23:59:05.282 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/halt"
71262024-08-26T23:59:06.383Z[ recovery-image] Aug 26 23:59:05.282 INFO O| Aug 26 23:59:05.282 INFO STEP 1076 (remove_files) COMPLETE
71272024-08-26T23:59:06.387Z[ recovery-image] Aug 26 23:59:05.282 INFO O| Aug 26 23:59:05.282 INFO STEP 1077: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71282024-08-26T23:59:06.392Z[ recovery-image] Aug 26 23:59:05.291 INFO O| Aug 26 23:59:05.291 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/hotplug"
71292024-08-26T23:59:06.392Z[ recovery-image] Aug 26 23:59:05.291 INFO O| Aug 26 23:59:05.291 INFO STEP 1077 (remove_files) COMPLETE
71302024-08-26T23:59:06.396Z[ recovery-image] Aug 26 23:59:05.291 INFO O| Aug 26 23:59:05.291 INFO STEP 1078: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71312024-08-26T23:59:06.402Z[ recovery-image] Aug 26 23:59:05.300 INFO O| Aug 26 23:59:05.300 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/iasl"
71322024-08-26T23:59:06.404Z[ recovery-image] Aug 26 23:59:05.301 INFO O| Aug 26 23:59:05.301 INFO STEP 1078 (remove_files) COMPLETE
71332024-08-26T23:59:06.404Z[ recovery-image] Aug 26 23:59:05.301 INFO O| Aug 26 23:59:05.301 INFO STEP 1079: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71342024-08-26T23:59:06.411Z[ recovery-image] Aug 26 23:59:05.310 INFO O| Aug 26 23:59:05.310 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/idmap"
71352024-08-26T23:59:06.411Z[ recovery-image] Aug 26 23:59:05.310 INFO O| Aug 26 23:59:05.310 INFO STEP 1079 (remove_files) COMPLETE
71362024-08-26T23:59:06.411Z[ recovery-image] Aug 26 23:59:05.310 INFO O| Aug 26 23:59:05.310 INFO STEP 1080: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71372024-08-26T23:59:06.422Z[ recovery-image] Aug 26 23:59:05.319 INFO O| Aug 26 23:59:05.319 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/if_mpadm"
71382024-08-26T23:59:06.422Z[ recovery-image] Aug 26 23:59:05.319 INFO O| Aug 26 23:59:05.319 INFO STEP 1080 (remove_files) COMPLETE
71392024-08-26T23:59:06.422Z[ recovery-image] Aug 26 23:59:05.319 INFO O| Aug 26 23:59:05.319 INFO STEP 1081: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71402024-08-26T23:59:06.432Z[ recovery-image] Aug 26 23:59:05.329 INFO O| Aug 26 23:59:05.329 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/ikeadm"
71412024-08-26T23:59:06.434Z[ recovery-image] Aug 26 23:59:05.329 INFO O| Aug 26 23:59:05.329 INFO STEP 1081 (remove_files) COMPLETE
71422024-08-26T23:59:06.435Z[ recovery-image] Aug 26 23:59:05.329 INFO O| Aug 26 23:59:05.329 INFO STEP 1082: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71432024-08-26T23:59:06.440Z[ recovery-image] Aug 26 23:59:05.338 INFO O| Aug 26 23:59:05.338 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/ikecert"
71442024-08-26T23:59:06.440Z[ recovery-image] Aug 26 23:59:05.338 INFO O| Aug 26 23:59:05.338 INFO STEP 1082 (remove_files) COMPLETE
71452024-08-26T23:59:06.442Z[ recovery-image] Aug 26 23:59:05.338 INFO O| Aug 26 23:59:05.338 INFO STEP 1083: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71462024-08-26T23:59:06.449Z[ recovery-image] Aug 26 23:59:05.348 INFO O| Aug 26 23:59:05.348 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/in.rdisc"
71472024-08-26T23:59:06.452Z[ recovery-image] Aug 26 23:59:05.348 INFO O| Aug 26 23:59:05.348 INFO STEP 1083 (remove_files) COMPLETE
71482024-08-26T23:59:06.452Z[ recovery-image] Aug 26 23:59:05.348 INFO O| Aug 26 23:59:05.348 INFO STEP 1084: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71492024-08-26T23:59:06.459Z[ recovery-image] Aug 26 23:59:05.357 INFO O| Aug 26 23:59:05.357 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/in.routed"
71502024-08-26T23:59:06.461Z[ recovery-image] Aug 26 23:59:05.357 INFO O| Aug 26 23:59:05.357 INFO STEP 1084 (remove_files) COMPLETE
71512024-08-26T23:59:06.462Z[ recovery-image] Aug 26 23:59:05.357 INFO O| Aug 26 23:59:05.357 INFO STEP 1085: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71522024-08-26T23:59:06.468Z[ recovery-image] Aug 26 23:59:05.367 INFO O| Aug 26 23:59:05.366 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/inetadm"
71532024-08-26T23:59:06.468Z[ recovery-image] Aug 26 23:59:05.367 INFO O| Aug 26 23:59:05.367 INFO STEP 1085 (remove_files) COMPLETE
71542024-08-26T23:59:06.473Z[ recovery-image] Aug 26 23:59:05.367 INFO O| Aug 26 23:59:05.367 INFO STEP 1086: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71552024-08-26T23:59:06.479Z[ recovery-image] Aug 26 23:59:05.376 INFO O| Aug 26 23:59:05.376 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/inetconv"
71562024-08-26T23:59:06.479Z[ recovery-image] Aug 26 23:59:05.376 INFO O| Aug 26 23:59:05.376 INFO STEP 1086 (remove_files) COMPLETE
71572024-08-26T23:59:06.482Z[ recovery-image] Aug 26 23:59:05.376 INFO O| Aug 26 23:59:05.376 INFO STEP 1087: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71582024-08-26T23:59:06.489Z[ recovery-image] Aug 26 23:59:05.387 INFO O| Aug 26 23:59:05.387 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/install"
71592024-08-26T23:59:06.497Z[ recovery-image] Aug 26 23:59:05.388 INFO O| Aug 26 23:59:05.387 INFO STEP 1087 (remove_files) COMPLETE
71602024-08-26T23:59:06.497Z[ recovery-image] Aug 26 23:59:05.388 INFO O| Aug 26 23:59:05.388 INFO STEP 1088: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71612024-08-26T23:59:06.516Z[ recovery-image] Aug 26 23:59:05.415 INFO O| Aug 26 23:59:05.415 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/installboot"
71622024-08-26T23:59:06.516Z[ recovery-image] Aug 26 23:59:05.415 INFO O| Aug 26 23:59:05.415 INFO STEP 1088 (remove_files) COMPLETE
71632024-08-26T23:59:06.521Z[ recovery-image] Aug 26 23:59:05.415 INFO O| Aug 26 23:59:05.415 INFO STEP 1089: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71642024-08-26T23:59:06.533Z[ recovery-image] Aug 26 23:59:05.430 INFO O| Aug 26 23:59:05.430 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/installf"
71652024-08-26T23:59:06.537Z[ recovery-image] Aug 26 23:59:05.430 INFO O| Aug 26 23:59:05.430 INFO STEP 1089 (remove_files) COMPLETE
71662024-08-26T23:59:06.537Z[ recovery-image] Aug 26 23:59:05.430 INFO O| Aug 26 23:59:05.430 INFO STEP 1090: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71672024-08-26T23:59:06.545Z[ recovery-image] Aug 26 23:59:05.442 INFO O| Aug 26 23:59:05.442 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/intrstat"
71682024-08-26T23:59:06.547Z[ recovery-image] Aug 26 23:59:05.442 INFO O| Aug 26 23:59:05.442 INFO STEP 1090 (remove_files) COMPLETE
71692024-08-26T23:59:06.548Z[ recovery-image] Aug 26 23:59:05.442 INFO O| Aug 26 23:59:05.442 INFO STEP 1091: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71702024-08-26T23:59:06.553Z[ recovery-image] Aug 26 23:59:05.452 INFO O| Aug 26 23:59:05.451 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/ipsecalgs"
71712024-08-26T23:59:06.558Z[ recovery-image] Aug 26 23:59:05.452 INFO O| Aug 26 23:59:05.452 INFO STEP 1091 (remove_files) COMPLETE
71722024-08-26T23:59:06.558Z[ recovery-image] Aug 26 23:59:05.452 INFO O| Aug 26 23:59:05.452 INFO STEP 1092: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71732024-08-26T23:59:06.563Z[ recovery-image] Aug 26 23:59:05.461 INFO O| Aug 26 23:59:05.461 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/ipsecconf"
71742024-08-26T23:59:06.563Z[ recovery-image] Aug 26 23:59:05.461 INFO O| Aug 26 23:59:05.461 INFO STEP 1092 (remove_files) COMPLETE
71752024-08-26T23:59:06.563Z[ recovery-image] Aug 26 23:59:05.461 INFO O| Aug 26 23:59:05.461 INFO STEP 1093: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71762024-08-26T23:59:06.579Z[ recovery-image] Aug 26 23:59:05.471 INFO O| Aug 26 23:59:05.471 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/ipseckey"
71772024-08-26T23:59:06.579Z[ recovery-image] Aug 26 23:59:05.471 INFO O| Aug 26 23:59:05.471 INFO STEP 1093 (remove_files) COMPLETE
71782024-08-26T23:59:06.579Z[ recovery-image] Aug 26 23:59:05.471 INFO O| Aug 26 23:59:05.471 INFO STEP 1094: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71792024-08-26T23:59:06.589Z[ recovery-image] Aug 26 23:59:05.481 INFO O| Aug 26 23:59:05.481 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/keyserv"
71802024-08-26T23:59:06.589Z[ recovery-image] Aug 26 23:59:05.481 INFO O| Aug 26 23:59:05.481 INFO STEP 1094 (remove_files) COMPLETE
71812024-08-26T23:59:06.589Z[ recovery-image] Aug 26 23:59:05.481 INFO O| Aug 26 23:59:05.481 INFO STEP 1095: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71822024-08-26T23:59:06.592Z[ recovery-image] Aug 26 23:59:05.490 INFO O| Aug 26 23:59:05.490 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/killall"
71832024-08-26T23:59:06.592Z[ recovery-image] Aug 26 23:59:05.490 INFO O| Aug 26 23:59:05.490 INFO STEP 1095 (remove_files) COMPLETE
71842024-08-26T23:59:06.592Z[ recovery-image] Aug 26 23:59:05.490 INFO O| Aug 26 23:59:05.490 INFO STEP 1096: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71852024-08-26T23:59:06.602Z[ recovery-image] Aug 26 23:59:05.500 INFO O| Aug 26 23:59:05.499 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/link"
71862024-08-26T23:59:06.602Z[ recovery-image] Aug 26 23:59:05.500 INFO O| Aug 26 23:59:05.500 INFO STEP 1096 (remove_files) COMPLETE
71872024-08-26T23:59:06.621Z[ recovery-image] Aug 26 23:59:05.500 INFO O| Aug 26 23:59:05.500 INFO STEP 1097: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71882024-08-26T23:59:06.621Z[ recovery-image] Aug 26 23:59:05.509 INFO O| Aug 26 23:59:05.509 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/list_devices"
71892024-08-26T23:59:06.622Z[ recovery-image] Aug 26 23:59:05.509 INFO O| Aug 26 23:59:05.509 INFO STEP 1097 (remove_files) COMPLETE
71902024-08-26T23:59:06.622Z[ recovery-image] Aug 26 23:59:05.509 INFO O| Aug 26 23:59:05.509 INFO STEP 1098: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71912024-08-26T23:59:06.625Z[ recovery-image] Aug 26 23:59:05.518 INFO O| Aug 26 23:59:05.518 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/locator"
71922024-08-26T23:59:06.625Z[ recovery-image] Aug 26 23:59:05.518 INFO O| Aug 26 23:59:05.518 INFO STEP 1098 (remove_files) COMPLETE
71932024-08-26T23:59:06.625Z[ recovery-image] Aug 26 23:59:05.518 INFO O| Aug 26 23:59:05.518 INFO STEP 1099: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71942024-08-26T23:59:06.629Z[ recovery-image] Aug 26 23:59:05.528 INFO O| Aug 26 23:59:05.528 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/lockstat"
71952024-08-26T23:59:06.629Z[ recovery-image] Aug 26 23:59:05.528 INFO O| Aug 26 23:59:05.528 INFO STEP 1099 (remove_files) COMPLETE
71962024-08-26T23:59:06.629Z[ recovery-image] Aug 26 23:59:05.528 INFO O| Aug 26 23:59:05.528 INFO STEP 1100: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71972024-08-26T23:59:06.638Z[ recovery-image] Aug 26 23:59:05.537 INFO O| Aug 26 23:59:05.537 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/lofiadm"
71982024-08-26T23:59:06.639Z[ recovery-image] Aug 26 23:59:05.537 INFO O| Aug 26 23:59:05.537 INFO STEP 1100 (remove_files) COMPLETE
71992024-08-26T23:59:06.639Z[ recovery-image] Aug 26 23:59:05.537 INFO O| Aug 26 23:59:05.537 INFO STEP 1101: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72002024-08-26T23:59:06.650Z[ recovery-image] Aug 26 23:59:05.546 INFO O| Aug 26 23:59:05.546 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/logadm"
72012024-08-26T23:59:06.650Z[ recovery-image] Aug 26 23:59:05.547 INFO O| Aug 26 23:59:05.547 INFO STEP 1101 (remove_files) COMPLETE
72022024-08-26T23:59:06.650Z[ recovery-image] Aug 26 23:59:05.547 INFO O| Aug 26 23:59:05.547 INFO STEP 1102: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72032024-08-26T23:59:06.657Z[ recovery-image] Aug 26 23:59:05.556 INFO O| Aug 26 23:59:05.556 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/makedbm"
72042024-08-26T23:59:06.657Z[ recovery-image] Aug 26 23:59:05.556 INFO O| Aug 26 23:59:05.556 INFO STEP 1102 (remove_files) COMPLETE
72052024-08-26T23:59:06.658Z[ recovery-image] Aug 26 23:59:05.556 INFO O| Aug 26 23:59:05.556 INFO STEP 1103: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72062024-08-26T23:59:06.667Z[ recovery-image] Aug 26 23:59:05.565 INFO O| Aug 26 23:59:05.565 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/mkdevalloc"
72072024-08-26T23:59:06.671Z[ recovery-image] Aug 26 23:59:05.565 INFO O| Aug 26 23:59:05.565 INFO STEP 1103 (remove_files) COMPLETE
72082024-08-26T23:59:06.671Z[ recovery-image] Aug 26 23:59:05.565 INFO O| Aug 26 23:59:05.565 INFO STEP 1104: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72092024-08-26T23:59:06.676Z[ recovery-image] Aug 26 23:59:05.575 INFO O| Aug 26 23:59:05.575 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/mkdevmaps"
72102024-08-26T23:59:06.679Z[ recovery-image] Aug 26 23:59:05.575 INFO O| Aug 26 23:59:05.575 INFO STEP 1104 (remove_files) COMPLETE
72112024-08-26T23:59:06.679Z[ recovery-image] Aug 26 23:59:05.575 INFO O| Aug 26 23:59:05.575 INFO STEP 1105: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72122024-08-26T23:59:06.685Z[ recovery-image] Aug 26 23:59:05.584 INFO O| Aug 26 23:59:05.584 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/mkfile"
72132024-08-26T23:59:06.685Z[ recovery-image] Aug 26 23:59:05.584 INFO O| Aug 26 23:59:05.584 INFO STEP 1105 (remove_files) COMPLETE
72142024-08-26T23:59:06.688Z[ recovery-image] Aug 26 23:59:05.584 INFO O| Aug 26 23:59:05.584 INFO STEP 1106: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72152024-08-26T23:59:06.695Z[ recovery-image] Aug 26 23:59:05.593 INFO O| Aug 26 23:59:05.593 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/mknod"
72162024-08-26T23:59:06.699Z[ recovery-image] Aug 26 23:59:05.593 INFO O| Aug 26 23:59:05.593 INFO STEP 1106 (remove_files) COMPLETE
72172024-08-26T23:59:06.699Z[ recovery-image] Aug 26 23:59:05.593 INFO O| Aug 26 23:59:05.593 INFO STEP 1107: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72182024-08-26T23:59:06.704Z[ recovery-image] Aug 26 23:59:05.603 INFO O| Aug 26 23:59:05.603 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/modinfo"
72192024-08-26T23:59:06.704Z[ recovery-image] Aug 26 23:59:05.603 INFO O| Aug 26 23:59:05.603 INFO STEP 1107 (remove_files) COMPLETE
72202024-08-26T23:59:06.704Z[ recovery-image] Aug 26 23:59:05.603 INFO O| Aug 26 23:59:05.603 INFO STEP 1108: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72212024-08-26T23:59:06.714Z[ recovery-image] Aug 26 23:59:05.612 INFO O| Aug 26 23:59:05.612 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/modload"
72222024-08-26T23:59:06.714Z[ recovery-image] Aug 26 23:59:05.612 INFO O| Aug 26 23:59:05.612 INFO STEP 1108 (remove_files) COMPLETE
72232024-08-26T23:59:06.714Z[ recovery-image] Aug 26 23:59:05.612 INFO O| Aug 26 23:59:05.612 INFO STEP 1109: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72242024-08-26T23:59:06.723Z[ recovery-image] Aug 26 23:59:05.622 INFO O| Aug 26 23:59:05.622 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/mountall"
72252024-08-26T23:59:06.723Z[ recovery-image] Aug 26 23:59:05.622 INFO O| Aug 26 23:59:05.622 INFO STEP 1109 (remove_files) COMPLETE
72262024-08-26T23:59:06.723Z[ recovery-image] Aug 26 23:59:05.622 INFO O| Aug 26 23:59:05.622 INFO STEP 1110: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72272024-08-26T23:59:06.733Z[ recovery-image] Aug 26 23:59:05.631 INFO O| Aug 26 23:59:05.631 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/msgid"
72282024-08-26T23:59:06.736Z[ recovery-image] Aug 26 23:59:05.631 INFO O| Aug 26 23:59:05.631 INFO STEP 1110 (remove_files) COMPLETE
72292024-08-26T23:59:06.736Z[ recovery-image] Aug 26 23:59:05.631 INFO O| Aug 26 23:59:05.631 INFO STEP 1111: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72302024-08-26T23:59:06.742Z[ recovery-image] Aug 26 23:59:05.641 INFO O| Aug 26 23:59:05.641 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/mvdir"
72312024-08-26T23:59:06.742Z[ recovery-image] Aug 26 23:59:05.641 INFO O| Aug 26 23:59:05.641 INFO STEP 1111 (remove_files) COMPLETE
72322024-08-26T23:59:06.745Z[ recovery-image] Aug 26 23:59:05.641 INFO O| Aug 26 23:59:05.641 INFO STEP 1112: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72332024-08-26T23:59:06.753Z[ recovery-image] Aug 26 23:59:05.650 INFO O| Aug 26 23:59:05.650 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/ndp"
72342024-08-26T23:59:06.756Z[ recovery-image] Aug 26 23:59:05.650 INFO O| Aug 26 23:59:05.650 INFO STEP 1112 (remove_files) COMPLETE
72352024-08-26T23:59:06.756Z[ recovery-image] Aug 26 23:59:05.650 INFO O| Aug 26 23:59:05.650 INFO STEP 1113: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72362024-08-26T23:59:06.762Z[ recovery-image] Aug 26 23:59:05.659 INFO O| Aug 26 23:59:05.659 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/nlsadmin"
72372024-08-26T23:59:06.762Z[ recovery-image] Aug 26 23:59:05.659 INFO O| Aug 26 23:59:05.659 INFO STEP 1113 (remove_files) COMPLETE
72382024-08-26T23:59:06.762Z[ recovery-image] Aug 26 23:59:05.659 INFO O| Aug 26 23:59:05.659 INFO STEP 1114: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72392024-08-26T23:59:06.770Z[ recovery-image] Aug 26 23:59:05.669 INFO O| Aug 26 23:59:05.668 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/nltest"
72402024-08-26T23:59:06.770Z[ recovery-image] Aug 26 23:59:05.669 INFO O| Aug 26 23:59:05.669 INFO STEP 1114 (remove_files) COMPLETE
72412024-08-26T23:59:06.770Z[ recovery-image] Aug 26 23:59:05.669 INFO O| Aug 26 23:59:05.669 INFO STEP 1115: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72422024-08-26T23:59:06.780Z[ recovery-image] Aug 26 23:59:05.678 INFO O| Aug 26 23:59:05.678 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/nvmeadm"
72432024-08-26T23:59:06.783Z[ recovery-image] Aug 26 23:59:05.678 INFO O| Aug 26 23:59:05.678 INFO STEP 1115 (remove_files) COMPLETE
72442024-08-26T23:59:06.783Z[ recovery-image] Aug 26 23:59:05.678 INFO O| Aug 26 23:59:05.678 INFO STEP 1116: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72452024-08-26T23:59:06.789Z[ recovery-image] Aug 26 23:59:05.687 INFO O| Aug 26 23:59:05.687 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/nwamadm"
72462024-08-26T23:59:06.789Z[ recovery-image] Aug 26 23:59:05.687 INFO O| Aug 26 23:59:05.687 INFO STEP 1116 (remove_files) COMPLETE
72472024-08-26T23:59:06.789Z[ recovery-image] Aug 26 23:59:05.687 INFO O| Aug 26 23:59:05.687 INFO STEP 1117: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72482024-08-26T23:59:06.799Z[ recovery-image] Aug 26 23:59:05.697 INFO O| Aug 26 23:59:05.697 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/nwamcfg"
72492024-08-26T23:59:06.799Z[ recovery-image] Aug 26 23:59:05.697 INFO O| Aug 26 23:59:05.697 INFO STEP 1117 (remove_files) COMPLETE
72502024-08-26T23:59:06.803Z[ recovery-image] Aug 26 23:59:05.697 INFO O| Aug 26 23:59:05.697 INFO STEP 1118: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72512024-08-26T23:59:06.808Z[ recovery-image] Aug 26 23:59:05.706 INFO O| Aug 26 23:59:05.706 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/pbind"
72522024-08-26T23:59:06.808Z[ recovery-image] Aug 26 23:59:05.706 INFO O| Aug 26 23:59:05.706 INFO STEP 1118 (remove_files) COMPLETE
72532024-08-26T23:59:06.812Z[ recovery-image] Aug 26 23:59:05.706 INFO O| Aug 26 23:59:05.706 INFO STEP 1119: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72542024-08-26T23:59:06.818Z[ recovery-image] Aug 26 23:59:05.716 INFO O| Aug 26 23:59:05.716 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/ping"
72552024-08-26T23:59:06.822Z[ recovery-image] Aug 26 23:59:05.716 INFO O| Aug 26 23:59:05.716 INFO STEP 1119 (remove_files) COMPLETE
72562024-08-26T23:59:06.822Z[ recovery-image] Aug 26 23:59:05.716 INFO O| Aug 26 23:59:05.716 INFO STEP 1120: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72572024-08-26T23:59:06.827Z[ recovery-image] Aug 26 23:59:05.726 INFO O| Aug 26 23:59:05.726 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/pkgadd"
72582024-08-26T23:59:06.832Z[ recovery-image] Aug 26 23:59:05.726 INFO O| Aug 26 23:59:05.726 INFO STEP 1120 (remove_files) COMPLETE
72592024-08-26T23:59:06.832Z[ recovery-image] Aug 26 23:59:05.726 INFO O| Aug 26 23:59:05.726 INFO STEP 1121: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72602024-08-26T23:59:06.836Z[ recovery-image] Aug 26 23:59:05.735 INFO O| Aug 26 23:59:05.735 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/pkgask"
72612024-08-26T23:59:06.836Z[ recovery-image] Aug 26 23:59:05.735 INFO O| Aug 26 23:59:05.735 INFO STEP 1121 (remove_files) COMPLETE
72622024-08-26T23:59:06.840Z[ recovery-image] Aug 26 23:59:05.735 INFO O| Aug 26 23:59:05.735 INFO STEP 1122: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72632024-08-26T23:59:06.846Z[ recovery-image] Aug 26 23:59:05.744 INFO O| Aug 26 23:59:05.744 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/pkgchk"
72642024-08-26T23:59:06.851Z[ recovery-image] Aug 26 23:59:05.744 INFO O| Aug 26 23:59:05.744 INFO STEP 1122 (remove_files) COMPLETE
72652024-08-26T23:59:06.851Z[ recovery-image] Aug 26 23:59:05.744 INFO O| Aug 26 23:59:05.744 INFO STEP 1123: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72662024-08-26T23:59:06.856Z[ recovery-image] Aug 26 23:59:05.754 INFO O| Aug 26 23:59:05.753 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/pkgrm"
72672024-08-26T23:59:06.859Z[ recovery-image] Aug 26 23:59:05.754 INFO O| Aug 26 23:59:05.754 INFO STEP 1123 (remove_files) COMPLETE
72682024-08-26T23:59:06.859Z[ recovery-image] Aug 26 23:59:05.754 INFO O| Aug 26 23:59:05.754 INFO STEP 1124: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72692024-08-26T23:59:06.864Z[ recovery-image] Aug 26 23:59:05.763 INFO O| Aug 26 23:59:05.763 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/plockstat"
72702024-08-26T23:59:06.870Z[ recovery-image] Aug 26 23:59:05.763 INFO O| Aug 26 23:59:05.763 INFO STEP 1124 (remove_files) COMPLETE
72712024-08-26T23:59:06.870Z[ recovery-image] Aug 26 23:59:05.763 INFO O| Aug 26 23:59:05.763 INFO STEP 1125: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72722024-08-26T23:59:06.874Z[ recovery-image] Aug 26 23:59:05.772 INFO O| Aug 26 23:59:05.772 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/pooladm"
72732024-08-26T23:59:06.874Z[ recovery-image] Aug 26 23:59:05.772 INFO O| Aug 26 23:59:05.772 INFO STEP 1125 (remove_files) COMPLETE
72742024-08-26T23:59:06.874Z[ recovery-image] Aug 26 23:59:05.772 INFO O| Aug 26 23:59:05.772 INFO STEP 1126: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72752024-08-26T23:59:06.884Z[ recovery-image] Aug 26 23:59:05.782 INFO O| Aug 26 23:59:05.782 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/poolbind"
72762024-08-26T23:59:06.884Z[ recovery-image] Aug 26 23:59:05.782 INFO O| Aug 26 23:59:05.782 INFO STEP 1126 (remove_files) COMPLETE
72772024-08-26T23:59:06.884Z[ recovery-image] Aug 26 23:59:05.782 INFO O| Aug 26 23:59:05.782 INFO STEP 1127: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72782024-08-26T23:59:06.893Z[ recovery-image] Aug 26 23:59:05.791 INFO O| Aug 26 23:59:05.791 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/poolcfg"
72792024-08-26T23:59:06.893Z[ recovery-image] Aug 26 23:59:05.791 INFO O| Aug 26 23:59:05.791 INFO STEP 1127 (remove_files) COMPLETE
72802024-08-26T23:59:06.896Z[ recovery-image] Aug 26 23:59:05.791 INFO O| Aug 26 23:59:05.791 INFO STEP 1128: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72812024-08-26T23:59:06.902Z[ recovery-image] Aug 26 23:59:05.801 INFO O| Aug 26 23:59:05.801 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/ports"
72822024-08-26T23:59:06.902Z[ recovery-image] Aug 26 23:59:05.801 INFO O| Aug 26 23:59:05.801 INFO STEP 1128 (remove_files) COMPLETE
72832024-08-26T23:59:06.902Z[ recovery-image] Aug 26 23:59:05.801 INFO O| Aug 26 23:59:05.801 INFO STEP 1129: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72842024-08-26T23:59:06.918Z[ recovery-image] Aug 26 23:59:05.816 INFO O| Aug 26 23:59:05.816 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/poweroff"
72852024-08-26T23:59:06.918Z[ recovery-image] Aug 26 23:59:05.816 INFO O| Aug 26 23:59:05.816 INFO STEP 1129 (remove_files) COMPLETE
72862024-08-26T23:59:06.924Z[ recovery-image] Aug 26 23:59:05.817 INFO O| Aug 26 23:59:05.816 INFO STEP 1130: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72872024-08-26T23:59:06.935Z[ recovery-image] Aug 26 23:59:05.834 INFO O| Aug 26 23:59:05.833 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/pptadm"
72882024-08-26T23:59:06.939Z[ recovery-image] Aug 26 23:59:05.834 INFO O| Aug 26 23:59:05.834 INFO STEP 1130 (remove_files) COMPLETE
72892024-08-26T23:59:06.939Z[ recovery-image] Aug 26 23:59:05.834 INFO O| Aug 26 23:59:05.834 INFO STEP 1131: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72902024-08-26T23:59:06.953Z[ recovery-image] Aug 26 23:59:05.851 INFO O| Aug 26 23:59:05.851 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/praudit"
72912024-08-26T23:59:06.955Z[ recovery-image] Aug 26 23:59:05.851 INFO O| Aug 26 23:59:05.851 INFO STEP 1131 (remove_files) COMPLETE
72922024-08-26T23:59:06.955Z[ recovery-image] Aug 26 23:59:05.851 INFO O| Aug 26 23:59:05.851 INFO STEP 1132: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72932024-08-26T23:59:06.971Z[ recovery-image] Aug 26 23:59:05.868 INFO O| Aug 26 23:59:05.868 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/projadd"
72942024-08-26T23:59:06.975Z[ recovery-image] Aug 26 23:59:05.869 INFO O| Aug 26 23:59:05.869 INFO STEP 1132 (remove_files) COMPLETE
72952024-08-26T23:59:06.975Z[ recovery-image] Aug 26 23:59:05.869 INFO O| Aug 26 23:59:05.869 INFO STEP 1133: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72962024-08-26T23:59:06.988Z[ recovery-image] Aug 26 23:59:05.886 INFO O| Aug 26 23:59:05.886 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/projdel"
72972024-08-26T23:59:06.991Z[ recovery-image] Aug 26 23:59:05.886 INFO O| Aug 26 23:59:05.886 INFO STEP 1133 (remove_files) COMPLETE
72982024-08-26T23:59:06.991Z[ recovery-image] Aug 26 23:59:05.886 INFO O| Aug 26 23:59:05.886 INFO STEP 1134: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72992024-08-26T23:59:07.004Z[ recovery-image] Aug 26 23:59:05.902 INFO O| Aug 26 23:59:05.902 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/projmod"
73002024-08-26T23:59:07.008Z[ recovery-image] Aug 26 23:59:05.902 INFO O| Aug 26 23:59:05.902 INFO STEP 1134 (remove_files) COMPLETE
73012024-08-26T23:59:07.008Z[ recovery-image] Aug 26 23:59:05.902 INFO O| Aug 26 23:59:05.902 INFO STEP 1135: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73022024-08-26T23:59:07.008Z[ host-image] Aug 26 23:59:05.905 INFO O| Aug 26 23:59:05.905 INFO O| Download: Completed 1.39 MB in 0.99 seconds (1.4M/s)
73032024-08-26T23:59:07.019Z[ recovery-image] Aug 26 23:59:05.917 INFO O| Aug 26 23:59:05.917 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/prtdiag"
73042024-08-26T23:59:07.023Z[ recovery-image] Aug 26 23:59:05.917 INFO O| Aug 26 23:59:05.917 INFO STEP 1135 (remove_files) COMPLETE
73052024-08-26T23:59:07.023Z[ recovery-image] Aug 26 23:59:05.917 INFO O| Aug 26 23:59:05.917 INFO STEP 1136: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73062024-08-26T23:59:07.034Z[ recovery-image] Aug 26 23:59:05.933 INFO O| Aug 26 23:59:05.932 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/prtpicl"
73072024-08-26T23:59:07.038Z[ recovery-image] Aug 26 23:59:05.933 INFO O| Aug 26 23:59:05.933 INFO STEP 1136 (remove_files) COMPLETE
73082024-08-26T23:59:07.038Z[ recovery-image] Aug 26 23:59:05.933 INFO O| Aug 26 23:59:05.933 INFO STEP 1137: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73092024-08-26T23:59:07.049Z[ host-image] Aug 26 23:59:05.948 INFO O| Aug 26 23:59:05.947 INFO O| Actions: 1/238 actions (Installing new actions)
73102024-08-26T23:59:07.052Z[ recovery-image] Aug 26 23:59:05.948 INFO O| Aug 26 23:59:05.948 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/prtvtoc"
73112024-08-26T23:59:07.052Z[ recovery-image] Aug 26 23:59:05.948 INFO O| Aug 26 23:59:05.948 INFO STEP 1137 (remove_files) COMPLETE
73122024-08-26T23:59:07.052Z[ recovery-image] Aug 26 23:59:05.948 INFO O| Aug 26 23:59:05.948 INFO STEP 1138: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73132024-08-26T23:59:07.064Z[ recovery-image] Aug 26 23:59:05.963 INFO O| Aug 26 23:59:05.963 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/psradm"
73142024-08-26T23:59:07.067Z[ recovery-image] Aug 26 23:59:05.963 INFO O| Aug 26 23:59:05.963 INFO STEP 1138 (remove_files) COMPLETE
73152024-08-26T23:59:07.067Z[ recovery-image] Aug 26 23:59:05.963 INFO O| Aug 26 23:59:05.963 INFO STEP 1139: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73162024-08-26T23:59:07.079Z[ recovery-image] Aug 26 23:59:05.978 INFO O| Aug 26 23:59:05.978 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/psrinfo"
73172024-08-26T23:59:07.082Z[ recovery-image] Aug 26 23:59:05.978 INFO O| Aug 26 23:59:05.978 INFO STEP 1139 (remove_files) COMPLETE
73182024-08-26T23:59:07.082Z[ recovery-image] Aug 26 23:59:05.978 INFO O| Aug 26 23:59:05.978 INFO STEP 1140: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73192024-08-26T23:59:07.096Z[ recovery-image] Aug 26 23:59:05.993 INFO O| Aug 26 23:59:05.993 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/psrset"
73202024-08-26T23:59:07.096Z[ recovery-image] Aug 26 23:59:05.993 INFO O| Aug 26 23:59:05.993 INFO STEP 1140 (remove_files) COMPLETE
73212024-08-26T23:59:07.099Z[ recovery-image] Aug 26 23:59:05.993 INFO O| Aug 26 23:59:05.993 INFO STEP 1141: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73222024-08-26T23:59:07.111Z[ recovery-image] Aug 26 23:59:06.009 INFO O| Aug 26 23:59:06.009 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/pwck"
73232024-08-26T23:59:07.111Z[ recovery-image] Aug 26 23:59:06.009 INFO O| Aug 26 23:59:06.009 INFO STEP 1141 (remove_files) COMPLETE
73242024-08-26T23:59:07.113Z[ recovery-image] Aug 26 23:59:06.009 INFO O| Aug 26 23:59:06.009 INFO STEP 1142: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73252024-08-26T23:59:07.125Z[ recovery-image] Aug 26 23:59:06.024 INFO O| Aug 26 23:59:06.024 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/pwconv"
73262024-08-26T23:59:07.129Z[ recovery-image] Aug 26 23:59:06.024 INFO O| Aug 26 23:59:06.024 INFO STEP 1142 (remove_files) COMPLETE
73272024-08-26T23:59:07.129Z[ recovery-image] Aug 26 23:59:06.024 INFO O| Aug 26 23:59:06.024 INFO STEP 1143: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73282024-08-26T23:59:07.141Z[ recovery-image] Aug 26 23:59:06.039 INFO O| Aug 26 23:59:06.039 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/raidctl"
73292024-08-26T23:59:07.143Z[ recovery-image] Aug 26 23:59:06.039 INFO O| Aug 26 23:59:06.039 INFO STEP 1143 (remove_files) COMPLETE
73302024-08-26T23:59:07.143Z[ recovery-image] Aug 26 23:59:06.039 INFO O| Aug 26 23:59:06.039 INFO STEP 1144: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73312024-08-26T23:59:07.157Z[ recovery-image] Aug 26 23:59:06.054 INFO O| Aug 26 23:59:06.054 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/ramdiskadm"
73322024-08-26T23:59:07.159Z[ recovery-image] Aug 26 23:59:06.054 INFO O| Aug 26 23:59:06.054 INFO STEP 1144 (remove_files) COMPLETE
73332024-08-26T23:59:07.159Z[ recovery-image] Aug 26 23:59:06.054 INFO O| Aug 26 23:59:06.054 INFO STEP 1145: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73342024-08-26T23:59:07.171Z[ recovery-image] Aug 26 23:59:06.070 INFO O| Aug 26 23:59:06.070 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/rctladm"
73352024-08-26T23:59:07.174Z[ recovery-image] Aug 26 23:59:06.070 INFO O| Aug 26 23:59:06.070 INFO STEP 1145 (remove_files) COMPLETE
73362024-08-26T23:59:07.174Z[ recovery-image] Aug 26 23:59:06.070 INFO O| Aug 26 23:59:06.070 INFO STEP 1146: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73372024-08-26T23:59:07.187Z[ recovery-image] Aug 26 23:59:06.085 INFO O| Aug 26 23:59:06.085 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/rdmsr"
73382024-08-26T23:59:07.190Z[ recovery-image] Aug 26 23:59:06.085 INFO O| Aug 26 23:59:06.085 INFO STEP 1146 (remove_files) COMPLETE
73392024-08-26T23:59:07.190Z[ recovery-image] Aug 26 23:59:06.085 INFO O| Aug 26 23:59:06.085 INFO STEP 1147: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73402024-08-26T23:59:07.203Z[ recovery-image] Aug 26 23:59:06.101 INFO O| Aug 26 23:59:06.101 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/reboot"
73412024-08-26T23:59:07.206Z[ recovery-image] Aug 26 23:59:06.101 INFO O| Aug 26 23:59:06.101 INFO STEP 1147 (remove_files) COMPLETE
73422024-08-26T23:59:07.206Z[ recovery-image] Aug 26 23:59:06.101 INFO O| Aug 26 23:59:06.101 INFO STEP 1148: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73432024-08-26T23:59:07.209Z[ host-image] Aug 26 23:59:06.106 INFO O| Aug 26 23:59:06.106 INFO O| Actions: Completed 238 actions in 0.16 seconds.
73442024-08-26T23:59:07.218Z[ recovery-image] Aug 26 23:59:06.117 INFO O| Aug 26 23:59:06.116 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/rem_drv"
73452024-08-26T23:59:07.221Z[ recovery-image] Aug 26 23:59:06.117 INFO O| Aug 26 23:59:06.117 INFO STEP 1148 (remove_files) COMPLETE
73462024-08-26T23:59:07.221Z[ recovery-image] Aug 26 23:59:06.117 INFO O| Aug 26 23:59:06.117 INFO STEP 1149: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73472024-08-26T23:59:07.234Z[ recovery-image] Aug 26 23:59:06.132 INFO O| Aug 26 23:59:06.132 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/removef"
73482024-08-26T23:59:07.236Z[ recovery-image] Aug 26 23:59:06.132 INFO O| Aug 26 23:59:06.132 INFO STEP 1149 (remove_files) COMPLETE
73492024-08-26T23:59:07.236Z[ recovery-image] Aug 26 23:59:06.132 INFO O| Aug 26 23:59:06.132 INFO STEP 1150: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73502024-08-26T23:59:07.251Z[ recovery-image] Aug 26 23:59:06.148 INFO O| Aug 26 23:59:06.148 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/roleadd"
73512024-08-26T23:59:07.253Z[ recovery-image] Aug 26 23:59:06.148 INFO O| Aug 26 23:59:06.148 INFO STEP 1150 (remove_files) COMPLETE
73522024-08-26T23:59:07.253Z[ recovery-image] Aug 26 23:59:06.148 INFO O| Aug 26 23:59:06.148 INFO STEP 1151: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73532024-08-26T23:59:07.265Z[ recovery-image] Aug 26 23:59:06.164 INFO O| Aug 26 23:59:06.164 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/roledel"
73542024-08-26T23:59:07.269Z[ recovery-image] Aug 26 23:59:06.164 INFO O| Aug 26 23:59:06.164 INFO STEP 1151 (remove_files) COMPLETE
73552024-08-26T23:59:07.269Z[ recovery-image] Aug 26 23:59:06.164 INFO O| Aug 26 23:59:06.164 INFO STEP 1152: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73562024-08-26T23:59:07.281Z[ recovery-image] Aug 26 23:59:06.179 INFO O| Aug 26 23:59:06.179 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/rolemod"
73572024-08-26T23:59:07.286Z[ recovery-image] Aug 26 23:59:06.179 INFO O| Aug 26 23:59:06.179 INFO STEP 1152 (remove_files) COMPLETE
73582024-08-26T23:59:07.286Z[ recovery-image] Aug 26 23:59:06.179 INFO O| Aug 26 23:59:06.179 INFO STEP 1153: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73592024-08-26T23:59:07.296Z[ recovery-image] Aug 26 23:59:06.194 INFO O| Aug 26 23:59:06.194 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/root_archive"
73602024-08-26T23:59:07.299Z[ recovery-image] Aug 26 23:59:06.194 INFO O| Aug 26 23:59:06.194 INFO STEP 1153 (remove_files) COMPLETE
73612024-08-26T23:59:07.299Z[ recovery-image] Aug 26 23:59:06.194 INFO O| Aug 26 23:59:06.194 INFO STEP 1154: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73622024-08-26T23:59:07.311Z[ recovery-image] Aug 26 23:59:06.210 INFO O| Aug 26 23:59:06.209 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/rpcbind"
73632024-08-26T23:59:07.314Z[ recovery-image] Aug 26 23:59:06.210 INFO O| Aug 26 23:59:06.210 INFO STEP 1154 (remove_files) COMPLETE
73642024-08-26T23:59:07.314Z[ recovery-image] Aug 26 23:59:06.210 INFO O| Aug 26 23:59:06.210 INFO STEP 1155: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73652024-08-26T23:59:07.330Z[ recovery-image] Aug 26 23:59:06.225 INFO O| Aug 26 23:59:06.225 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/rtc"
73662024-08-26T23:59:07.343Z[ recovery-image] Aug 26 23:59:06.225 INFO O| Aug 26 23:59:06.225 INFO STEP 1155 (remove_files) COMPLETE
73672024-08-26T23:59:07.343Z[ recovery-image] Aug 26 23:59:06.225 INFO O| Aug 26 23:59:06.225 INFO STEP 1156: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73682024-08-26T23:59:07.345Z[ recovery-image] Aug 26 23:59:06.237 INFO O| Aug 26 23:59:06.237 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/rtquery"
73692024-08-26T23:59:07.346Z[ recovery-image] Aug 26 23:59:06.237 INFO O| Aug 26 23:59:06.237 INFO STEP 1156 (remove_files) COMPLETE
73702024-08-26T23:59:07.346Z[ recovery-image] Aug 26 23:59:06.237 INFO O| Aug 26 23:59:06.237 INFO STEP 1157: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73712024-08-26T23:59:07.348Z[ recovery-image] Aug 26 23:59:06.246 INFO O| Aug 26 23:59:06.246 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/setmnt"
73722024-08-26T23:59:07.348Z[ recovery-image] Aug 26 23:59:06.246 INFO O| Aug 26 23:59:06.246 INFO STEP 1157 (remove_files) COMPLETE
73732024-08-26T23:59:07.348Z[ recovery-image] Aug 26 23:59:06.246 INFO O| Aug 26 23:59:06.246 INFO STEP 1158: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73742024-08-26T23:59:07.358Z[ recovery-image] Aug 26 23:59:06.256 INFO O| Aug 26 23:59:06.256 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/share"
73752024-08-26T23:59:07.358Z[ recovery-image] Aug 26 23:59:06.256 INFO O| Aug 26 23:59:06.256 INFO STEP 1158 (remove_files) COMPLETE
73762024-08-26T23:59:07.358Z[ recovery-image] Aug 26 23:59:06.256 INFO O| Aug 26 23:59:06.256 INFO STEP 1159: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73772024-08-26T23:59:07.368Z[ recovery-image] Aug 26 23:59:06.266 INFO O| Aug 26 23:59:06.266 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/shareall"
73782024-08-26T23:59:07.368Z[ recovery-image] Aug 26 23:59:06.266 INFO O| Aug 26 23:59:06.266 INFO STEP 1159 (remove_files) COMPLETE
73792024-08-26T23:59:07.368Z[ recovery-image] Aug 26 23:59:06.266 INFO O| Aug 26 23:59:06.266 INFO STEP 1160: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73802024-08-26T23:59:07.377Z[ recovery-image] Aug 26 23:59:06.276 INFO O| Aug 26 23:59:06.276 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/sharectl"
73812024-08-26T23:59:07.377Z[ recovery-image] Aug 26 23:59:06.276 INFO O| Aug 26 23:59:06.276 INFO STEP 1160 (remove_files) COMPLETE
73822024-08-26T23:59:07.380Z[ recovery-image] Aug 26 23:59:06.276 INFO O| Aug 26 23:59:06.276 INFO STEP 1161: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73832024-08-26T23:59:07.389Z[ recovery-image] Aug 26 23:59:06.287 INFO O| Aug 26 23:59:06.287 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/sharemgr"
73842024-08-26T23:59:07.389Z[ recovery-image] Aug 26 23:59:06.287 INFO O| Aug 26 23:59:06.287 INFO STEP 1161 (remove_files) COMPLETE
73852024-08-26T23:59:07.391Z[ recovery-image] Aug 26 23:59:06.287 INFO O| Aug 26 23:59:06.287 INFO STEP 1162: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73862024-08-26T23:59:07.400Z[ recovery-image] Aug 26 23:59:06.297 INFO O| Aug 26 23:59:06.297 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/shutdown"
73872024-08-26T23:59:07.404Z[ recovery-image] Aug 26 23:59:06.297 INFO O| Aug 26 23:59:06.297 INFO STEP 1162 (remove_files) COMPLETE
73882024-08-26T23:59:07.404Z[ recovery-image] Aug 26 23:59:06.297 INFO O| Aug 26 23:59:06.297 INFO STEP 1163: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73892024-08-26T23:59:07.410Z[ recovery-image] Aug 26 23:59:06.307 INFO O| Aug 26 23:59:06.307 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/smbadm"
73902024-08-26T23:59:07.411Z[ recovery-image] Aug 26 23:59:06.307 INFO O| Aug 26 23:59:06.307 INFO STEP 1163 (remove_files) COMPLETE
73912024-08-26T23:59:07.411Z[ recovery-image] Aug 26 23:59:06.307 INFO O| Aug 26 23:59:06.307 INFO STEP 1164: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73922024-08-26T23:59:07.418Z[ recovery-image] Aug 26 23:59:06.317 INFO O| Aug 26 23:59:06.317 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/smbios"
73932024-08-26T23:59:07.418Z[ recovery-image] Aug 26 23:59:06.317 INFO O| Aug 26 23:59:06.317 INFO STEP 1164 (remove_files) COMPLETE
73942024-08-26T23:59:07.427Z[ recovery-image] Aug 26 23:59:06.317 INFO O| Aug 26 23:59:06.317 INFO STEP 1165: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73952024-08-26T23:59:07.433Z[ recovery-image] Aug 26 23:59:06.326 INFO O| Aug 26 23:59:06.326 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/smbstat"
73962024-08-26T23:59:07.433Z[ recovery-image] Aug 26 23:59:06.327 INFO O| Aug 26 23:59:06.327 INFO STEP 1165 (remove_files) COMPLETE
73972024-08-26T23:59:07.433Z[ recovery-image] Aug 26 23:59:06.327 INFO O| Aug 26 23:59:06.327 INFO STEP 1166: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73982024-08-26T23:59:07.438Z[ recovery-image] Aug 26 23:59:06.336 INFO O| Aug 26 23:59:06.336 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/snmpd"
73992024-08-26T23:59:07.438Z[ recovery-image] Aug 26 23:59:06.336 INFO O| Aug 26 23:59:06.336 INFO STEP 1166 (remove_files) COMPLETE
74002024-08-26T23:59:07.438Z[ recovery-image] Aug 26 23:59:06.336 INFO O| Aug 26 23:59:06.336 INFO STEP 1167: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74012024-08-26T23:59:07.449Z[ recovery-image] Aug 26 23:59:06.346 INFO O| Aug 26 23:59:06.346 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/snmptrapd"
74022024-08-26T23:59:07.449Z[ recovery-image] Aug 26 23:59:06.346 INFO O| Aug 26 23:59:06.346 INFO STEP 1167 (remove_files) COMPLETE
74032024-08-26T23:59:07.449Z[ recovery-image] Aug 26 23:59:06.346 INFO O| Aug 26 23:59:06.346 INFO STEP 1168: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74042024-08-26T23:59:07.457Z[ recovery-image] Aug 26 23:59:06.355 INFO O| Aug 26 23:59:06.355 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/snoop"
74052024-08-26T23:59:07.460Z[ recovery-image] Aug 26 23:59:06.356 INFO O| Aug 26 23:59:06.356 INFO STEP 1168 (remove_files) COMPLETE
74062024-08-26T23:59:07.460Z[ recovery-image] Aug 26 23:59:06.356 INFO O| Aug 26 23:59:06.356 INFO STEP 1169: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74072024-08-26T23:59:07.468Z[ recovery-image] Aug 26 23:59:06.365 INFO O| Aug 26 23:59:06.365 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/sshd"
74082024-08-26T23:59:07.471Z[ recovery-image] Aug 26 23:59:06.365 INFO O| Aug 26 23:59:06.365 INFO STEP 1169 (remove_files) COMPLETE
74092024-08-26T23:59:07.471Z[ recovery-image] Aug 26 23:59:06.365 INFO O| Aug 26 23:59:06.365 INFO STEP 1170: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74102024-08-26T23:59:07.476Z[ recovery-image] Aug 26 23:59:06.375 INFO O| Aug 26 23:59:06.375 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/stmsboot"
74112024-08-26T23:59:07.476Z[ recovery-image] Aug 26 23:59:06.375 INFO O| Aug 26 23:59:06.375 INFO STEP 1170 (remove_files) COMPLETE
74122024-08-26T23:59:07.483Z[ recovery-image] Aug 26 23:59:06.375 INFO O| Aug 26 23:59:06.375 INFO STEP 1171: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74132024-08-26T23:59:07.486Z[ host-image] Aug 26 23:59:06.383 INFO O| Aug 26 23:59:06.382 INFO O| Done
74142024-08-26T23:59:07.486Z[ host-image] Aug 26 23:59:06.383 INFO O| Aug 26 23:59:06.383 INFO O| Done
74152024-08-26T23:59:07.489Z[ recovery-image] Aug 26 23:59:06.385 INFO O| Aug 26 23:59:06.385 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/strace"
74162024-08-26T23:59:07.489Z[ recovery-image] Aug 26 23:59:06.385 INFO O| Aug 26 23:59:06.385 INFO STEP 1171 (remove_files) COMPLETE
74172024-08-26T23:59:07.489Z[ recovery-image] Aug 26 23:59:06.385 INFO O| Aug 26 23:59:06.385 INFO STEP 1172: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74182024-08-26T23:59:07.496Z[ recovery-image] Aug 26 23:59:06.395 INFO O| Aug 26 23:59:06.394 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/strclean"
74192024-08-26T23:59:07.496Z[ recovery-image] Aug 26 23:59:06.395 INFO O| Aug 26 23:59:06.395 INFO STEP 1172 (remove_files) COMPLETE
74202024-08-26T23:59:07.499Z[ recovery-image] Aug 26 23:59:06.395 INFO O| Aug 26 23:59:06.395 INFO STEP 1173: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74212024-08-26T23:59:07.509Z[ recovery-image] Aug 26 23:59:06.404 INFO O| Aug 26 23:59:06.404 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/strerr"
74222024-08-26T23:59:07.509Z[ recovery-image] Aug 26 23:59:06.404 INFO O| Aug 26 23:59:06.404 INFO STEP 1173 (remove_files) COMPLETE
74232024-08-26T23:59:07.519Z[ recovery-image] Aug 26 23:59:06.404 INFO O| Aug 26 23:59:06.404 INFO STEP 1174: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74242024-08-26T23:59:07.519Z[ recovery-image] Aug 26 23:59:06.414 INFO O| Aug 26 23:59:06.414 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/sttydefs"
74252024-08-26T23:59:07.519Z[ recovery-image] Aug 26 23:59:06.414 INFO O| Aug 26 23:59:06.414 INFO STEP 1174 (remove_files) COMPLETE
74262024-08-26T23:59:07.519Z[ recovery-image] Aug 26 23:59:06.414 INFO O| Aug 26 23:59:06.414 INFO STEP 1175: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74272024-08-26T23:59:07.525Z[ recovery-image] Aug 26 23:59:06.423 INFO O| Aug 26 23:59:06.423 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/syncinit"
74282024-08-26T23:59:07.529Z[ recovery-image] Aug 26 23:59:06.423 INFO O| Aug 26 23:59:06.423 INFO STEP 1175 (remove_files) COMPLETE
74292024-08-26T23:59:07.529Z[ recovery-image] Aug 26 23:59:06.423 INFO O| Aug 26 23:59:06.423 INFO STEP 1176: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74302024-08-26T23:59:07.534Z[ recovery-image] Aug 26 23:59:06.433 INFO O| Aug 26 23:59:06.433 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/syncloop"
74312024-08-26T23:59:07.535Z[ recovery-image] Aug 26 23:59:06.433 INFO O| Aug 26 23:59:06.433 INFO STEP 1176 (remove_files) COMPLETE
74322024-08-26T23:59:07.538Z[ recovery-image] Aug 26 23:59:06.433 INFO O| Aug 26 23:59:06.433 INFO STEP 1177: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74332024-08-26T23:59:07.544Z[ recovery-image] Aug 26 23:59:06.443 INFO O| Aug 26 23:59:06.442 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/syncstat"
74342024-08-26T23:59:07.544Z[ recovery-image] Aug 26 23:59:06.443 INFO O| Aug 26 23:59:06.443 INFO STEP 1177 (remove_files) COMPLETE
74352024-08-26T23:59:07.544Z[ recovery-image] Aug 26 23:59:06.443 INFO O| Aug 26 23:59:06.443 INFO STEP 1178: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74362024-08-26T23:59:07.554Z[ recovery-image] Aug 26 23:59:06.452 INFO O| Aug 26 23:59:06.452 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/sysdef"
74372024-08-26T23:59:07.557Z[ recovery-image] Aug 26 23:59:06.452 INFO O| Aug 26 23:59:06.452 INFO STEP 1178 (remove_files) COMPLETE
74382024-08-26T23:59:07.557Z[ recovery-image] Aug 26 23:59:06.452 INFO O| Aug 26 23:59:06.452 INFO STEP 1179: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74392024-08-26T23:59:07.565Z[ recovery-image] Aug 26 23:59:06.461 INFO O| Aug 26 23:59:06.461 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/syseventadm"
74402024-08-26T23:59:07.565Z[ recovery-image] Aug 26 23:59:06.462 INFO O| Aug 26 23:59:06.461 INFO STEP 1179 (remove_files) COMPLETE
74412024-08-26T23:59:07.568Z[ recovery-image] Aug 26 23:59:06.462 INFO O| Aug 26 23:59:06.462 INFO STEP 1180: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74422024-08-26T23:59:07.573Z[ recovery-image] Aug 26 23:59:06.471 INFO O| Aug 26 23:59:06.471 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/t6mfgadm"
74432024-08-26T23:59:07.575Z[ recovery-image] Aug 26 23:59:06.472 INFO O| Aug 26 23:59:06.472 INFO STEP 1180 (remove_files) COMPLETE
74442024-08-26T23:59:07.575Z[ recovery-image] Aug 26 23:59:06.472 INFO O| Aug 26 23:59:06.472 INFO STEP 1181: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74452024-08-26T23:59:07.583Z[ recovery-image] Aug 26 23:59:06.481 INFO O| Aug 26 23:59:06.481 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/tapes"
74462024-08-26T23:59:07.583Z[ recovery-image] Aug 26 23:59:06.481 INFO O| Aug 26 23:59:06.481 INFO STEP 1181 (remove_files) COMPLETE
74472024-08-26T23:59:07.583Z[ recovery-image] Aug 26 23:59:06.481 INFO O| Aug 26 23:59:06.481 INFO STEP 1182: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74482024-08-26T23:59:07.592Z[ recovery-image] Aug 26 23:59:06.490 INFO O| Aug 26 23:59:06.490 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/tar"
74492024-08-26T23:59:07.592Z[ recovery-image] Aug 26 23:59:06.490 INFO O| Aug 26 23:59:06.490 INFO STEP 1182 (remove_files) COMPLETE
74502024-08-26T23:59:07.594Z[ recovery-image] Aug 26 23:59:06.491 INFO O| Aug 26 23:59:06.490 INFO STEP 1183: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74512024-08-26T23:59:07.601Z[ recovery-image] Aug 26 23:59:06.500 INFO O| Aug 26 23:59:06.500 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/tcsd"
74522024-08-26T23:59:07.601Z[ recovery-image] Aug 26 23:59:06.500 INFO O| Aug 26 23:59:06.500 INFO STEP 1183 (remove_files) COMPLETE
74532024-08-26T23:59:07.604Z[ recovery-image] Aug 26 23:59:06.500 INFO O| Aug 26 23:59:06.500 INFO STEP 1184: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74542024-08-26T23:59:07.611Z[ recovery-image] Aug 26 23:59:06.509 INFO O| Aug 26 23:59:06.509 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/traceroute"
74552024-08-26T23:59:07.614Z[ recovery-image] Aug 26 23:59:06.510 INFO O| Aug 26 23:59:06.509 INFO STEP 1184 (remove_files) COMPLETE
74562024-08-26T23:59:07.614Z[ recovery-image] Aug 26 23:59:06.510 INFO O| Aug 26 23:59:06.509 INFO STEP 1185: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74572024-08-26T23:59:07.620Z[ recovery-image] Aug 26 23:59:06.519 INFO O| Aug 26 23:59:06.519 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/trapstat"
74582024-08-26T23:59:07.620Z[ recovery-image] Aug 26 23:59:06.519 INFO O| Aug 26 23:59:06.519 INFO STEP 1185 (remove_files) COMPLETE
74592024-08-26T23:59:07.621Z[ recovery-image] Aug 26 23:59:06.519 INFO O| Aug 26 23:59:06.519 INFO STEP 1186: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74602024-08-26T23:59:07.630Z[ recovery-image] Aug 26 23:59:06.528 INFO O| Aug 26 23:59:06.528 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/ttyadm"
74612024-08-26T23:59:07.630Z[ recovery-image] Aug 26 23:59:06.528 INFO O| Aug 26 23:59:06.528 INFO STEP 1186 (remove_files) COMPLETE
74622024-08-26T23:59:07.630Z[ recovery-image] Aug 26 23:59:06.528 INFO O| Aug 26 23:59:06.528 INFO STEP 1187: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74632024-08-26T23:59:07.639Z[ recovery-image] Aug 26 23:59:06.538 INFO O| Aug 26 23:59:06.538 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/ucodeadm"
74642024-08-26T23:59:07.639Z[ recovery-image] Aug 26 23:59:06.538 INFO O| Aug 26 23:59:06.538 INFO STEP 1187 (remove_files) COMPLETE
74652024-08-26T23:59:07.642Z[ recovery-image] Aug 26 23:59:06.538 INFO O| Aug 26 23:59:06.538 INFO STEP 1188: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74662024-08-26T23:59:07.649Z[ recovery-image] Aug 26 23:59:06.547 INFO O| Aug 26 23:59:06.547 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/umountall"
74672024-08-26T23:59:07.649Z[ recovery-image] Aug 26 23:59:06.547 INFO O| Aug 26 23:59:06.547 INFO STEP 1188 (remove_files) COMPLETE
74682024-08-26T23:59:07.651Z[ recovery-image] Aug 26 23:59:06.547 INFO O| Aug 26 23:59:06.547 INFO STEP 1189: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74692024-08-26T23:59:07.659Z[ recovery-image] Aug 26 23:59:06.557 INFO O| Aug 26 23:59:06.557 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/unlink"
74702024-08-26T23:59:07.659Z[ recovery-image] Aug 26 23:59:06.557 INFO O| Aug 26 23:59:06.557 INFO STEP 1189 (remove_files) COMPLETE
74712024-08-26T23:59:07.661Z[ recovery-image] Aug 26 23:59:06.557 INFO O| Aug 26 23:59:06.557 INFO STEP 1190: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74722024-08-26T23:59:07.668Z[ recovery-image] Aug 26 23:59:06.566 INFO O| Aug 26 23:59:06.566 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/unshare"
74732024-08-26T23:59:07.668Z[ recovery-image] Aug 26 23:59:06.566 INFO O| Aug 26 23:59:06.566 INFO STEP 1190 (remove_files) COMPLETE
74742024-08-26T23:59:07.670Z[ recovery-image] Aug 26 23:59:06.566 INFO O| Aug 26 23:59:06.566 INFO STEP 1191: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74752024-08-26T23:59:07.677Z[ recovery-image] Aug 26 23:59:06.576 INFO O| Aug 26 23:59:06.575 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/unshareall"
74762024-08-26T23:59:07.677Z[ recovery-image] Aug 26 23:59:06.576 INFO O| Aug 26 23:59:06.576 INFO STEP 1191 (remove_files) COMPLETE
74772024-08-26T23:59:07.677Z[ recovery-image] Aug 26 23:59:06.576 INFO O| Aug 26 23:59:06.576 INFO STEP 1192: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74782024-08-26T23:59:07.687Z[ recovery-image] Aug 26 23:59:06.585 INFO O| Aug 26 23:59:06.585 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/update_drv"
74792024-08-26T23:59:07.689Z[ recovery-image] Aug 26 23:59:06.585 INFO O| Aug 26 23:59:06.585 INFO STEP 1192 (remove_files) COMPLETE
74802024-08-26T23:59:07.689Z[ recovery-image] Aug 26 23:59:06.585 INFO O| Aug 26 23:59:06.585 INFO STEP 1193: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74812024-08-26T23:59:07.696Z[ recovery-image] Aug 26 23:59:06.594 INFO O| Aug 26 23:59:06.594 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/useradd"
74822024-08-26T23:59:07.696Z[ recovery-image] Aug 26 23:59:06.594 INFO O| Aug 26 23:59:06.594 INFO STEP 1193 (remove_files) COMPLETE
74832024-08-26T23:59:07.698Z[ recovery-image] Aug 26 23:59:06.594 INFO O| Aug 26 23:59:06.594 INFO STEP 1194: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74842024-08-26T23:59:07.706Z[ recovery-image] Aug 26 23:59:06.604 INFO O| Aug 26 23:59:06.604 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/userdel"
74852024-08-26T23:59:07.706Z[ recovery-image] Aug 26 23:59:06.604 INFO O| Aug 26 23:59:06.604 INFO STEP 1194 (remove_files) COMPLETE
74862024-08-26T23:59:07.709Z[ recovery-image] Aug 26 23:59:06.604 INFO O| Aug 26 23:59:06.604 INFO STEP 1195: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74872024-08-26T23:59:07.715Z[ recovery-image] Aug 26 23:59:06.613 INFO O| Aug 26 23:59:06.613 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/usermod"
74882024-08-26T23:59:07.715Z[ recovery-image] Aug 26 23:59:06.613 INFO O| Aug 26 23:59:06.613 INFO STEP 1195 (remove_files) COMPLETE
74892024-08-26T23:59:07.717Z[ recovery-image] Aug 26 23:59:06.613 INFO O| Aug 26 23:59:06.613 INFO STEP 1196: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74902024-08-26T23:59:07.725Z[ recovery-image] Aug 26 23:59:06.623 INFO O| Aug 26 23:59:06.623 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/volcopy"
74912024-08-26T23:59:07.725Z[ recovery-image] Aug 26 23:59:06.623 INFO O| Aug 26 23:59:06.623 INFO STEP 1196 (remove_files) COMPLETE
74922024-08-26T23:59:07.727Z[ recovery-image] Aug 26 23:59:06.623 INFO O| Aug 26 23:59:06.623 INFO STEP 1197: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74932024-08-26T23:59:07.735Z[ recovery-image] Aug 26 23:59:06.633 INFO O| Aug 26 23:59:06.633 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/wall"
74942024-08-26T23:59:07.735Z[ recovery-image] Aug 26 23:59:06.633 INFO O| Aug 26 23:59:06.633 INFO STEP 1197 (remove_files) COMPLETE
74952024-08-26T23:59:07.735Z[ recovery-image] Aug 26 23:59:06.633 INFO O| Aug 26 23:59:06.633 INFO STEP 1198: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74962024-08-26T23:59:07.745Z[ recovery-image] Aug 26 23:59:06.643 INFO O| Aug 26 23:59:06.643 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/whodo"
74972024-08-26T23:59:07.747Z[ recovery-image] Aug 26 23:59:06.643 INFO O| Aug 26 23:59:06.643 INFO STEP 1198 (remove_files) COMPLETE
74982024-08-26T23:59:07.747Z[ recovery-image] Aug 26 23:59:06.643 INFO O| Aug 26 23:59:06.643 INFO STEP 1199: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74992024-08-26T23:59:07.755Z[ recovery-image] Aug 26 23:59:06.653 INFO O| Aug 26 23:59:06.653 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/zdb"
75002024-08-26T23:59:07.755Z[ recovery-image] Aug 26 23:59:06.653 INFO O| Aug 26 23:59:06.653 INFO STEP 1199 (remove_files) COMPLETE
75012024-08-26T23:59:07.761Z[ recovery-image] Aug 26 23:59:06.653 INFO O| Aug 26 23:59:06.653 INFO STEP 1200: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75022024-08-26T23:59:07.764Z[ recovery-image] Aug 26 23:59:06.662 INFO O| Aug 26 23:59:06.662 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/zdump"
75032024-08-26T23:59:07.767Z[ recovery-image] Aug 26 23:59:06.662 INFO O| Aug 26 23:59:06.662 INFO STEP 1200 (remove_files) COMPLETE
75042024-08-26T23:59:07.767Z[ recovery-image] Aug 26 23:59:06.662 INFO O| Aug 26 23:59:06.662 INFO STEP 1201: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75052024-08-26T23:59:07.775Z[ recovery-image] Aug 26 23:59:06.672 INFO O| Aug 26 23:59:06.672 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/zic"
75062024-08-26T23:59:07.775Z[ recovery-image] Aug 26 23:59:06.672 INFO O| Aug 26 23:59:06.672 INFO STEP 1201 (remove_files) COMPLETE
75072024-08-26T23:59:07.779Z[ recovery-image] Aug 26 23:59:06.672 INFO O| Aug 26 23:59:06.672 INFO STEP 1202: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75082024-08-26T23:59:07.783Z[ recovery-image] Aug 26 23:59:06.681 INFO O| Aug 26 23:59:06.681 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/zlogin"
75092024-08-26T23:59:07.783Z[ recovery-image] Aug 26 23:59:06.681 INFO O| Aug 26 23:59:06.681 INFO STEP 1202 (remove_files) COMPLETE
75102024-08-26T23:59:07.785Z[ recovery-image] Aug 26 23:59:06.682 INFO O| Aug 26 23:59:06.681 INFO STEP 1203: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75112024-08-26T23:59:07.793Z[ recovery-image] Aug 26 23:59:06.691 INFO O| Aug 26 23:59:06.691 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/zoneadm"
75122024-08-26T23:59:07.793Z[ recovery-image] Aug 26 23:59:06.691 INFO O| Aug 26 23:59:06.691 INFO STEP 1203 (remove_files) COMPLETE
75132024-08-26T23:59:07.793Z[ recovery-image] Aug 26 23:59:06.691 INFO O| Aug 26 23:59:06.691 INFO STEP 1204: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75142024-08-26T23:59:07.802Z[ recovery-image] Aug 26 23:59:06.700 INFO O| Aug 26 23:59:06.700 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/zonecfg"
75152024-08-26T23:59:07.805Z[ recovery-image] Aug 26 23:59:06.701 INFO O| Aug 26 23:59:06.701 INFO STEP 1204 (remove_files) COMPLETE
75162024-08-26T23:59:07.805Z[ recovery-image] Aug 26 23:59:06.701 INFO O| Aug 26 23:59:06.701 INFO STEP 1205: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75172024-08-26T23:59:07.812Z[ recovery-image] Aug 26 23:59:06.710 INFO O| Aug 26 23:59:06.710 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/zstreamdump"
75182024-08-26T23:59:07.812Z[ recovery-image] Aug 26 23:59:06.710 INFO O| Aug 26 23:59:06.710 INFO STEP 1205 (remove_files) COMPLETE
75192024-08-26T23:59:07.812Z[ recovery-image] Aug 26 23:59:06.710 INFO O| Aug 26 23:59:06.710 INFO STEP 1206: pack_tar, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-03-recovery-trim.json
75202024-08-26T23:59:07.828Z[ recovery-image] Aug 26 23:59:06.726 INFO O| Aug 26 23:59:06.726 INFO file /rpool/images/build/recovery/output/gimlet-recovery-ramdisk.tar does not already exist, skipping removal
75212024-08-26T23:59:07.832Z[ recovery-image] Aug 26 23:59:06.726 INFO O| Aug 26 23:59:06.726 INFO exec: ["/usr/sbin/tar", "ceEp@/f", "/rpool/images/build/recovery/output/gimlet-recovery-ramdisk.tar", "-C", "/rpool/images/build/recovery/work/gimlet/ramdisk", "."]
75222024-08-26T23:59:07.844Z[ host-image] Aug 26 23:59:06.743 INFO O| Aug 26 23:59:06.743 INFO O| Done
75232024-08-26T23:59:08.531Z[ recovery-image] Aug 26 23:59:07.429 INFO O| Aug 26 23:59:07.429 INFO STEP 1206 (pack_tar) COMPLETE
75242024-08-26T23:59:08.531Z[ recovery-image] Aug 26 23:59:07.429 INFO O| Aug 26 23:59:07.429 INFO creating output snapshot rpool/images/build/recovery/work/gimlet/ramdisk@recovery-trim
75252024-08-26T23:59:08.534Z[ recovery-image] Aug 26 23:59:07.429 INFO O| Aug 26 23:59:07.429 INFO CREATE SNAPSHOT: rpool/images/build/recovery/work/gimlet/ramdisk@recovery-trim
75262024-08-26T23:59:08.973Z[ recovery-image] Aug 26 23:59:07.761 INFO O| Aug 26 23:59:07.761 INFO DESTROY DATASET: rpool/images/build/recovery/tmp/gimlet/ramdisk-03-recovery-trim
75272024-08-26T23:59:08.976Z[ recovery-image] Aug 26 23:59:07.832 INFO O| Aug 26 23:59:07.832 INFO completed processing gimlet/ramdisk-03-recovery-trim
75282024-08-26T23:59:08.976Z[ recovery-image] Aug 26 23:59:07.839 INFO image builder template: zfs-recovery...
75292024-08-26T23:59:08.976Z[ recovery-image] Aug 26 23:59:07.839 INFO exec: ["pfexec", "/work/oxidecomputer/helios/projects/image-builder/target/debug/image-builder", "build", "-d", "rpool/images/build/recovery", "-g", "gimlet", "-T", "/work/oxidecomputer/helios/image/templates", "-F", "relver=2", "-E", "/tmp/.tmpPOKhvJ/proto/recovery/root", "-F", "genproto=/work/oxidecomputer/helios/tmp/image.recovery/genproto.json", "-E", "/work/oxidecomputer/helios/tmp/image.recovery/omicron1", "-E", "/work/oxidecomputer/helios/projects", "-F", "repo_publisher=helios-dev", "-F", "repo_url=https://pkg.oxide.computer/helios/2/dev/", "-F", "baud=3000000", "-F", "recovery", "-F", "optever=0.33.293", "-n", "zfs-recovery"], pwd: None
75302024-08-26T23:59:08.976Z[ recovery-image] Aug 26 23:59:07.871 INFO O| Aug 26 23:59:07.870 INFO temporary dataset: rpool/images/build/recovery/tmp/gimlet/zfs-recovery
75312024-08-26T23:59:08.980Z[ recovery-image] Aug 26 23:59:07.875 INFO O| Aug 26 23:59:07.874 INFO CREATE DATASET: rpool/images/build/recovery/tmp/gimlet/zfs-recovery
75322024-08-26T23:59:09.030Z[ host-image] Aug 26 23:59:07.928 INFO O| Aug 26 23:59:07.928 INFO O| Done
75332024-08-26T23:59:09.034Z[ recovery-image] Aug 26 23:59:07.929 INFO O| Aug 26 23:59:07.929 INFO SET DATASET PROPERTY ON rpool/images/build/recovery/tmp/gimlet/zfs-recovery: sync = disabled
75342024-08-26T23:59:09.055Z[ host-image] Aug 26 23:59:07.953 INFO O| Aug 26 23:59:07.953 INFO O| Done
75352024-08-26T23:59:09.055Z[ host-image] Aug 26 23:59:07.953 INFO O| Aug 26 23:59:07.953 INFO O| Done
75362024-08-26T23:59:09.070Z[ host-image] Aug 26 23:59:07.968 INFO O| Aug 26 23:59:07.968 INFO O| Done
75372024-08-26T23:59:09.084Z[ recovery-image] Aug 26 23:59:07.982 INFO O| Aug 26 23:59:07.982 INFO temporary directory: /rpool/images/build/recovery/tmp/gimlet/zfs-recovery
75382024-08-26T23:59:09.084Z[ recovery-image] Aug 26 23:59:07.982 INFO O| Aug 26 23:59:07.982 INFO work dataset: rpool/images/build/recovery/work/gimlet/zfs-recovery
75392024-08-26T23:59:09.088Z[ recovery-image] Aug 26 23:59:07.986 INFO O| Aug 26 23:59:07.986 INFO CREATE DATASET: rpool/images/build/recovery/work/gimlet/zfs-recovery
75402024-08-26T23:59:09.151Z[ recovery-image] Aug 26 23:59:08.049 INFO O| Aug 26 23:59:08.049 INFO SET DATASET PROPERTY ON rpool/images/build/recovery/work/gimlet/zfs-recovery: sync = disabled
75412024-08-26T23:59:09.165Z[ host-image] Aug 26 23:59:08.063 INFO O| Aug 26 23:59:08.063 INFO STEP 12 (pkg_install) COMPLETE
75422024-08-26T23:59:09.165Z[ host-image] Aug 26 23:59:08.063 INFO O| Aug 26 23:59:08.063 INFO STEP 13: pkg_install, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
75432024-08-26T23:59:09.175Z[ host-image] Aug 26 23:59:08.074 INFO O| Aug 26 23:59:08.074 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/host/work/gimlet/ramdisk", "install", "/library/libxmlsec1", "/ooce/library/postgresql-13", "/system/zones/brand/omicron1"]
75442024-08-26T23:59:09.198Z[ recovery-image] Aug 26 23:59:08.096 INFO O| Aug 26 23:59:08.096 INFO DESTROY POOL: TEMPORARY-gimlet-zfs-recovery
75452024-08-26T23:59:09.208Z[ recovery-image] Aug 26 23:59:08.105 INFO O| Aug 26 23:59:08.105 INFO image file: /rpool/images/build/recovery/work/gimlet/zfs-recovery/lofi.raw
75462024-08-26T23:59:09.213Z[ recovery-image] Aug 26 23:59:08.110 INFO O| Aug 26 23:59:08.110 INFO pool altroot: /rpool/images/build/recovery/work/gimlet/zfs-recovery/altroot
75472024-08-26T23:59:09.218Z[ recovery-image] Aug 26 23:59:08.111 INFO O| Aug 26 23:59:08.111 INFO no lofi found
75482024-08-26T23:59:09.218Z[ recovery-image] Aug 26 23:59:08.111 INFO O| Aug 26 23:59:08.111 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/lofi.raw does not already exist, skipping removal
75492024-08-26T23:59:09.218Z[ recovery-image] Aug 26 23:59:08.111 INFO O| Aug 26 23:59:08.111 INFO CREATE IMAGE (2000MB): /rpool/images/build/recovery/work/gimlet/zfs-recovery/lofi.raw
75502024-08-26T23:59:09.772Z[ host-image] Aug 26 23:59:08.669 INFO O| Aug 26 23:59:08.669 INFO O| Startup: Refreshing catalog 'helios-dev' ... Done
75512024-08-26T23:59:11.111Z[ recovery-image] Aug 26 23:59:10.009 INFO O| Aug 26 23:59:10.009 INFO lofi device = /dev/dsk/c2t1d0p0
75522024-08-26T23:59:11.111Z[ recovery-image] Aug 26 23:59:10.009 INFO O| Aug 26 23:59:10.009 INFO pool device = /dev/dsk/c2t1d0p0
75532024-08-26T23:59:11.115Z[ recovery-image] Aug 26 23:59:10.009 INFO O| Aug 26 23:59:10.009 INFO exec: ["/sbin/zpool", "create", "-t", "TEMPORARY-gimlet-zfs-recovery", "-O", "compression=off", "-R", "/rpool/images/build/recovery/work/gimlet/zfs-recovery/altroot", "-o", "ashift=9", "-o", "autoexpand=on", "-o", "failmode=panic", "rpool", "/dev/dsk/c2t1d0p0"]
75542024-08-26T23:59:11.193Z[ recovery-image] Aug 26 23:59:10.091 INFO O| Aug 26 23:59:10.091 INFO STEP 0: create_be, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs-recovery.json
75552024-08-26T23:59:11.193Z[ recovery-image] Aug 26 23:59:10.091 INFO O| Aug 26 23:59:10.091 INFO CREATE DATASET: TEMPORARY-gimlet-zfs-recovery/ROOT
75562024-08-26T23:59:11.210Z[ recovery-image] Aug 26 23:59:10.108 INFO O| Aug 26 23:59:10.108 INFO SET DATASET PROPERTY ON TEMPORARY-gimlet-zfs-recovery/ROOT: canmount = off
75572024-08-26T23:59:11.214Z[ host-image] Aug 26 23:59:10.112 INFO O| Aug 26 23:59:10.112 INFO O| Planning: Solver setup ... Done
75582024-08-26T23:59:11.218Z[ host-image] Aug 26 23:59:10.116 INFO O| Aug 26 23:59:10.116 INFO O| Planning: Running solver ... Done
75592024-08-26T23:59:11.262Z[ host-image] Aug 26 23:59:10.159 INFO O| Aug 26 23:59:10.159 INFO O| Planning: Finding local manifests ... Done
75602024-08-26T23:59:11.264Z[ host-image] Aug 26 23:59:10.161 INFO O| Aug 26 23:59:10.161 INFO O| Planning: Fetching manifests: 0/6 0% complete
75612024-08-26T23:59:11.275Z[ recovery-image] Aug 26 23:59:10.173 INFO O| Aug 26 23:59:10.173 INFO SET DATASET PROPERTY ON TEMPORARY-gimlet-zfs-recovery/ROOT: mountpoint = legacy
75622024-08-26T23:59:11.312Z[ recovery-image] Aug 26 23:59:10.210 INFO O| Aug 26 23:59:10.210 INFO CREATE DATASET: TEMPORARY-gimlet-zfs-recovery/ROOT/ramdisk
75632024-08-26T23:59:11.326Z[ recovery-image] Aug 26 23:59:10.224 INFO O| Aug 26 23:59:10.224 INFO SET DATASET PROPERTY ON TEMPORARY-gimlet-zfs-recovery/ROOT/ramdisk: canmount = noauto
75642024-08-26T23:59:11.346Z[ recovery-image] Aug 26 23:59:10.235 INFO O| Aug 26 23:59:10.235 INFO SET DATASET PROPERTY ON TEMPORARY-gimlet-zfs-recovery/ROOT/ramdisk: mountpoint = legacy
75652024-08-26T23:59:11.383Z[ recovery-image] Aug 26 23:59:10.280 INFO O| Aug 26 23:59:10.280 INFO creating directory: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a
75662024-08-26T23:59:11.383Z[ recovery-image] Aug 26 23:59:10.281 INFO O| Aug 26 23:59:10.280 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a
75672024-08-26T23:59:11.386Z[ recovery-image] Aug 26 23:59:10.281 INFO O| Aug 26 23:59:10.281 INFO exec: ["/sbin/mount", "-F", "zfs", "TEMPORARY-gimlet-zfs-recovery/ROOT/ramdisk", "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a"]
75682024-08-26T23:59:11.391Z[ recovery-image] Aug 26 23:59:10.289 INFO O| Aug 26 23:59:10.289 INFO boot environment UUID: bfa6bf12-c666-476f-af4c-586d1c1facef
75692024-08-26T23:59:11.394Z[ recovery-image] Aug 26 23:59:10.289 INFO O| Aug 26 23:59:10.289 INFO SET DATASET PROPERTY ON TEMPORARY-gimlet-zfs-recovery/ROOT/ramdisk: org.opensolaris.libbe:uuid = bfa6bf12-c666-476f-af4c-586d1c1facef
75702024-08-26T23:59:11.402Z[ recovery-image] Aug 26 23:59:10.300 INFO O| Aug 26 23:59:10.300 INFO SET DATASET PROPERTY ON TEMPORARY-gimlet-zfs-recovery/ROOT/ramdisk: org.opensolaris.libbe:policy = static
75712024-08-26T23:59:11.405Z[ host-image] Aug 26 23:59:10.301 INFO O| Aug 26 23:59:10.301 INFO O| Planning: Fetching manifests: 6/6 100% complete
75722024-08-26T23:59:11.412Z[ recovery-image] Aug 26 23:59:10.310 INFO O| Aug 26 23:59:10.310 INFO STEP 0 (create_be) COMPLETE
75732024-08-26T23:59:11.412Z[ recovery-image] Aug 26 23:59:10.310 INFO O| Aug 26 23:59:10.310 INFO STEP 1: unpack_tar, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs-recovery.json
75742024-08-26T23:59:11.427Z[ recovery-image] Aug 26 23:59:10.325 INFO O| Aug 26 23:59:10.325 INFO exec: ["/usr/sbin/tar", "xeEp@/f", "/rpool/images/build/recovery/output/gimlet-recovery-ramdisk.tar", "-C", "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a"]
75752024-08-26T23:59:11.438Z[ host-image] Aug 26 23:59:10.335 INFO O| Aug 26 23:59:10.335 INFO O| Planning: Package planning ... Done
75762024-08-26T23:59:11.456Z[ host-image] Aug 26 23:59:10.354 INFO O| Aug 26 23:59:10.354 INFO O| Planning: Merging actions ... Done
75772024-08-26T23:59:11.603Z[ host-image] Aug 26 23:59:10.500 INFO O| Aug 26 23:59:10.500 INFO O| Planning: Checking for conflicting actions ... Done
75782024-08-26T23:59:11.611Z[ host-image] Aug 26 23:59:10.508 INFO O| Aug 26 23:59:10.508 INFO O| Planning: Consolidating action changes ... Done
75792024-08-26T23:59:11.976Z[ host-image] Aug 26 23:59:10.873 INFO O| Aug 26 23:59:10.873 INFO O| Planning: Evaluating mediators ... Done
75802024-08-26T23:59:11.981Z[ host-image] Aug 26 23:59:10.878 INFO O| Aug 26 23:59:10.878 INFO O| Planning: Planning completed in 2.21 seconds
75812024-08-26T23:59:11.987Z[ host-image] Aug 26 23:59:10.881 INFO O| Aug 26 23:59:10.881 INFO O| Packages to install: 6
75822024-08-26T23:59:11.987Z[ host-image] Aug 26 23:59:10.881 INFO O| Aug 26 23:59:10.881 INFO O| Mediators to change: 1
75832024-08-26T23:59:11.987Z[ host-image] Aug 26 23:59:10.881 INFO O| Aug 26 23:59:10.881 INFO O| Services to change: 1
75842024-08-26T23:59:12.007Z[ host-image] Aug 26 23:59:10.904 INFO O| Aug 26 23:59:10.904 INFO O| Download: 0/1140 items 0.0/8.4MB 0% complete
75852024-08-26T23:59:12.961Z[ recovery-image] Aug 26 23:59:11.858 INFO O| Aug 26 23:59:11.858 INFO STEP 1 (unpack_tar) COMPLETE
75862024-08-26T23:59:12.963Z[ recovery-image] Aug 26 23:59:11.858 INFO O| Aug 26 23:59:11.858 INFO STEP 2: devfsadm, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
75872024-08-26T23:59:12.971Z[ recovery-image] Aug 26 23:59:11.869 INFO O| Aug 26 23:59:11.869 INFO exec: ["/usr/sbin/devfsadm", "-r", "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a"]
75882024-08-26T23:59:13.230Z[ recovery-image] Aug 26 23:59:12.127 INFO O| Aug 26 23:59:12.127 INFO STEP 2 (devfsadm) COMPLETE
75892024-08-26T23:59:13.230Z[ recovery-image] Aug 26 23:59:12.128 INFO O| Aug 26 23:59:12.127 INFO STEP 3: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
75902024-08-26T23:59:13.241Z[ recovery-image] Aug 26 23:59:12.139 INFO O| Aug 26 23:59:12.139 INFO creating directory: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/cfg
75912024-08-26T23:59:13.242Z[ recovery-image] Aug 26 23:59:12.139 INFO O| Aug 26 23:59:12.139 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/cfg
75922024-08-26T23:59:13.245Z[ recovery-image] Aug 26 23:59:12.139 INFO O| Aug 26 23:59:12.139 INFO STEP 3 (ensure_dir) COMPLETE
75932024-08-26T23:59:13.245Z[ recovery-image] Aug 26 23:59:12.139 INFO O| Aug 26 23:59:12.139 INFO STEP 4: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
75942024-08-26T23:59:13.251Z[ recovery-image] Aug 26 23:59:12.149 INFO O| Aug 26 23:59:12.149 INFO ownership already OK (0:3), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/dsk
75952024-08-26T23:59:13.251Z[ recovery-image] Aug 26 23:59:12.149 INFO O| Aug 26 23:59:12.149 INFO STEP 4 (ensure_dir) COMPLETE
75962024-08-26T23:59:13.253Z[ recovery-image] Aug 26 23:59:12.149 INFO O| Aug 26 23:59:12.149 INFO STEP 5: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
75972024-08-26T23:59:13.261Z[ recovery-image] Aug 26 23:59:12.159 INFO O| Aug 26 23:59:12.159 INFO ownership already OK (0:3), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/rdsk
75982024-08-26T23:59:13.261Z[ recovery-image] Aug 26 23:59:12.159 INFO O| Aug 26 23:59:12.159 INFO STEP 5 (ensure_dir) COMPLETE
75992024-08-26T23:59:13.264Z[ recovery-image] Aug 26 23:59:12.159 INFO O| Aug 26 23:59:12.159 INFO STEP 6: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
76002024-08-26T23:59:13.271Z[ recovery-image] Aug 26 23:59:12.168 INFO O| Aug 26 23:59:12.168 INFO creating directory: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/sensors
76012024-08-26T23:59:13.273Z[ recovery-image] Aug 26 23:59:12.169 INFO O| Aug 26 23:59:12.169 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/sensors
76022024-08-26T23:59:13.274Z[ recovery-image] Aug 26 23:59:12.169 INFO O| Aug 26 23:59:12.169 INFO STEP 6 (ensure_dir) COMPLETE
76032024-08-26T23:59:13.274Z[ recovery-image] Aug 26 23:59:12.169 INFO O| Aug 26 23:59:12.169 INFO STEP 7: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
76042024-08-26T23:59:13.281Z[ recovery-image] Aug 26 23:59:12.179 INFO O| Aug 26 23:59:12.179 INFO creating directory: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/usb
76052024-08-26T23:59:13.284Z[ recovery-image] Aug 26 23:59:12.179 INFO O| Aug 26 23:59:12.179 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/usb
76062024-08-26T23:59:13.284Z[ recovery-image] Aug 26 23:59:12.179 INFO O| Aug 26 23:59:12.179 INFO STEP 7 (ensure_dir) COMPLETE
76072024-08-26T23:59:13.284Z[ recovery-image] Aug 26 23:59:12.179 INFO O| Aug 26 23:59:12.179 INFO STEP 8: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
76082024-08-26T23:59:13.291Z[ recovery-image] Aug 26 23:59:12.189 INFO O| Aug 26 23:59:12.189 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/cfg"
76092024-08-26T23:59:13.294Z[ recovery-image] Aug 26 23:59:12.189 INFO O| Aug 26 23:59:12.189 INFO STEP 8 (remove_files) COMPLETE
76102024-08-26T23:59:13.294Z[ recovery-image] Aug 26 23:59:12.189 INFO O| Aug 26 23:59:12.189 INFO STEP 9: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
76112024-08-26T23:59:13.301Z[ recovery-image] Aug 26 23:59:12.198 INFO O| Aug 26 23:59:12.198 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/dsk"
76122024-08-26T23:59:13.304Z[ recovery-image] Aug 26 23:59:12.199 INFO O| Aug 26 23:59:12.199 INFO STEP 9 (remove_files) COMPLETE
76132024-08-26T23:59:13.304Z[ recovery-image] Aug 26 23:59:12.199 INFO O| Aug 26 23:59:12.199 INFO STEP 10: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
76142024-08-26T23:59:13.313Z[ recovery-image] Aug 26 23:59:12.210 INFO O| Aug 26 23:59:12.210 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/rdsk"
76152024-08-26T23:59:13.317Z[ recovery-image] Aug 26 23:59:12.210 INFO O| Aug 26 23:59:12.210 INFO STEP 10 (remove_files) COMPLETE
76162024-08-26T23:59:13.317Z[ recovery-image] Aug 26 23:59:12.211 INFO O| Aug 26 23:59:12.210 INFO STEP 11: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
76172024-08-26T23:59:13.323Z[ recovery-image] Aug 26 23:59:12.220 INFO O| Aug 26 23:59:12.220 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/sensors"
76182024-08-26T23:59:13.326Z[ recovery-image] Aug 26 23:59:12.220 INFO O| Aug 26 23:59:12.220 INFO STEP 11 (remove_files) COMPLETE
76192024-08-26T23:59:13.326Z[ recovery-image] Aug 26 23:59:12.220 INFO O| Aug 26 23:59:12.220 INFO STEP 12: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
76202024-08-26T23:59:13.340Z[ recovery-image] Aug 26 23:59:12.230 INFO O| Aug 26 23:59:12.230 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/usb"
76212024-08-26T23:59:13.340Z[ recovery-image] Aug 26 23:59:12.230 INFO O| Aug 26 23:59:12.230 INFO STEP 12 (remove_files) COMPLETE
76222024-08-26T23:59:13.340Z[ recovery-image] Aug 26 23:59:12.230 INFO O| Aug 26 23:59:12.230 INFO STEP 13: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
76232024-08-26T23:59:13.345Z[ recovery-image] Aug 26 23:59:12.240 INFO O| Aug 26 23:59:12.240 INFO creating directory: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/cfg
76242024-08-26T23:59:13.345Z[ recovery-image] Aug 26 23:59:12.241 INFO O| Aug 26 23:59:12.240 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/cfg
76252024-08-26T23:59:13.345Z[ recovery-image] Aug 26 23:59:12.241 INFO O| Aug 26 23:59:12.241 INFO STEP 13 (ensure_dir) COMPLETE
76262024-08-26T23:59:13.345Z[ recovery-image] Aug 26 23:59:12.241 INFO O| Aug 26 23:59:12.241 INFO STEP 14: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
76272024-08-26T23:59:13.353Z[ recovery-image] Aug 26 23:59:12.250 INFO O| Aug 26 23:59:12.250 INFO creating directory: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/dsk
76282024-08-26T23:59:13.355Z[ recovery-image] Aug 26 23:59:12.250 INFO O| Aug 26 23:59:12.250 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/dsk
76292024-08-26T23:59:13.355Z[ recovery-image] Aug 26 23:59:12.251 INFO O| Aug 26 23:59:12.251 INFO chown ok, path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/dsk
76302024-08-26T23:59:13.355Z[ recovery-image] Aug 26 23:59:12.251 INFO O| Aug 26 23:59:12.251 INFO STEP 14 (ensure_dir) COMPLETE
76312024-08-26T23:59:13.356Z[ recovery-image] Aug 26 23:59:12.251 INFO O| Aug 26 23:59:12.251 INFO STEP 15: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
76322024-08-26T23:59:13.363Z[ recovery-image] Aug 26 23:59:12.260 INFO O| Aug 26 23:59:12.260 INFO creating directory: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/rdsk
76332024-08-26T23:59:13.366Z[ recovery-image] Aug 26 23:59:12.261 INFO O| Aug 26 23:59:12.260 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/rdsk
76342024-08-26T23:59:13.366Z[ recovery-image] Aug 26 23:59:12.261 INFO O| Aug 26 23:59:12.261 INFO chown ok, path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/rdsk
76352024-08-26T23:59:13.366Z[ recovery-image] Aug 26 23:59:12.261 INFO O| Aug 26 23:59:12.261 INFO STEP 15 (ensure_dir) COMPLETE
76362024-08-26T23:59:13.366Z[ recovery-image] Aug 26 23:59:12.261 INFO O| Aug 26 23:59:12.261 INFO STEP 16: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
76372024-08-26T23:59:13.373Z[ recovery-image] Aug 26 23:59:12.270 INFO O| Aug 26 23:59:12.270 INFO creating directory: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/sensors
76382024-08-26T23:59:13.373Z[ recovery-image] Aug 26 23:59:12.270 INFO O| Aug 26 23:59:12.270 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/sensors
76392024-08-26T23:59:13.373Z[ recovery-image] Aug 26 23:59:12.270 INFO O| Aug 26 23:59:12.270 INFO STEP 16 (ensure_dir) COMPLETE
76402024-08-26T23:59:13.375Z[ recovery-image] Aug 26 23:59:12.270 INFO O| Aug 26 23:59:12.270 INFO STEP 17: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
76412024-08-26T23:59:13.383Z[ recovery-image] Aug 26 23:59:12.280 INFO O| Aug 26 23:59:12.280 INFO creating directory: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/usb
76422024-08-26T23:59:13.383Z[ recovery-image] Aug 26 23:59:12.280 INFO O| Aug 26 23:59:12.280 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/usb
76432024-08-26T23:59:13.392Z[ recovery-image] Aug 26 23:59:12.280 INFO O| Aug 26 23:59:12.280 INFO STEP 17 (ensure_dir) COMPLETE
76442024-08-26T23:59:13.392Z[ recovery-image] Aug 26 23:59:12.280 INFO O| Aug 26 23:59:12.280 INFO STEP 18: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
76452024-08-26T23:59:13.396Z[ recovery-image] Aug 26 23:59:12.290 INFO O| Aug 26 23:59:12.290 INFO link target ok (../devices/pseudo/sysmsg@0:msglog)
76462024-08-26T23:59:13.396Z[ recovery-image] Aug 26 23:59:12.290 INFO O| Aug 26 23:59:12.290 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/msglog
76472024-08-26T23:59:13.396Z[ recovery-image] Aug 26 23:59:12.290 INFO O| Aug 26 23:59:12.290 INFO ok!
76482024-08-26T23:59:13.396Z[ recovery-image] Aug 26 23:59:12.290 INFO O| Aug 26 23:59:12.290 INFO STEP 18 (ensure_symlink) COMPLETE
76492024-08-26T23:59:13.396Z[ recovery-image] Aug 26 23:59:12.290 INFO O| Aug 26 23:59:12.290 INFO STEP 19: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
76502024-08-26T23:59:13.403Z[ recovery-image] Aug 26 23:59:12.300 INFO O| Aug 26 23:59:12.300 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/reconfigure exists, with correct contents
76512024-08-26T23:59:13.403Z[ recovery-image] Aug 26 23:59:12.300 INFO O| Aug 26 23:59:12.300 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/reconfigure
76522024-08-26T23:59:13.407Z[ recovery-image] Aug 26 23:59:12.300 INFO O| Aug 26 23:59:12.300 INFO ok!
76532024-08-26T23:59:13.407Z[ recovery-image] Aug 26 23:59:12.300 INFO O| Aug 26 23:59:12.300 INFO STEP 19 (ensure_file) COMPLETE
76542024-08-26T23:59:13.407Z[ recovery-image] Aug 26 23:59:12.300 INFO O| Aug 26 23:59:12.300 INFO STEP 20: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/common.json
76552024-08-26T23:59:13.413Z[ recovery-image] Aug 26 23:59:12.310 INFO O| Aug 26 23:59:12.310 INFO link /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/svc/profile/generic.xml does not exist
76562024-08-26T23:59:13.415Z[ recovery-image] Aug 26 23:59:12.310 INFO O| Aug 26 23:59:12.310 INFO linking /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/svc/profile/generic.xml -> generic_limited_net.xml ...
76572024-08-26T23:59:13.415Z[ recovery-image] Aug 26 23:59:12.310 INFO O| Aug 26 23:59:12.310 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/svc/profile/generic.xml
76582024-08-26T23:59:13.415Z[ recovery-image] Aug 26 23:59:12.310 INFO O| Aug 26 23:59:12.310 INFO ok!
76592024-08-26T23:59:13.415Z[ recovery-image] Aug 26 23:59:12.310 INFO O| Aug 26 23:59:12.310 INFO STEP 20 (ensure_symlink) COMPLETE
76602024-08-26T23:59:13.415Z[ recovery-image] Aug 26 23:59:12.310 INFO O| Aug 26 23:59:12.310 INFO STEP 21: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/common.json
76612024-08-26T23:59:13.423Z[ recovery-image] Aug 26 23:59:12.320 INFO O| Aug 26 23:59:12.320 INFO link /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/svc/profile/inetd_services.xml does not exist
76622024-08-26T23:59:13.423Z[ recovery-image] Aug 26 23:59:12.320 INFO O| Aug 26 23:59:12.320 INFO linking /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/svc/profile/inetd_services.xml -> inetd_generic.xml ...
76632024-08-26T23:59:13.426Z[ recovery-image] Aug 26 23:59:12.320 INFO O| Aug 26 23:59:12.320 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/svc/profile/inetd_services.xml
76642024-08-26T23:59:13.426Z[ recovery-image] Aug 26 23:59:12.320 INFO O| Aug 26 23:59:12.320 INFO ok!
76652024-08-26T23:59:13.426Z[ recovery-image] Aug 26 23:59:12.320 INFO O| Aug 26 23:59:12.320 INFO STEP 21 (ensure_symlink) COMPLETE
76662024-08-26T23:59:13.426Z[ recovery-image] Aug 26 23:59:12.320 INFO O| Aug 26 23:59:12.320 INFO STEP 22: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/common.json
76672024-08-26T23:59:13.433Z[ recovery-image] Aug 26 23:59:12.330 INFO O| Aug 26 23:59:12.330 INFO link /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/svc/profile/platform.xml does not exist
76682024-08-26T23:59:13.433Z[ recovery-image] Aug 26 23:59:12.330 INFO O| Aug 26 23:59:12.330 INFO linking /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/svc/profile/platform.xml -> platform_oxide.xml ...
76692024-08-26T23:59:13.436Z[ recovery-image] Aug 26 23:59:12.330 INFO O| Aug 26 23:59:12.330 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/svc/profile/platform.xml
76702024-08-26T23:59:13.436Z[ recovery-image] Aug 26 23:59:12.330 INFO O| Aug 26 23:59:12.330 INFO ok!
76712024-08-26T23:59:13.436Z[ recovery-image] Aug 26 23:59:12.330 INFO O| Aug 26 23:59:12.330 INFO STEP 22 (ensure_symlink) COMPLETE
76722024-08-26T23:59:13.436Z[ recovery-image] Aug 26 23:59:12.330 INFO O| Aug 26 23:59:12.330 INFO STEP 23: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/common.json
76732024-08-26T23:59:13.443Z[ recovery-image] Aug 26 23:59:12.340 INFO O| Aug 26 23:59:12.340 INFO link /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/svc/profile/name_service.xml does not exist
76742024-08-26T23:59:13.443Z[ recovery-image] Aug 26 23:59:12.340 INFO O| Aug 26 23:59:12.340 INFO linking /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/svc/profile/name_service.xml -> ns_dns.xml ...
76752024-08-26T23:59:13.447Z[ recovery-image] Aug 26 23:59:12.340 INFO O| Aug 26 23:59:12.340 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/svc/profile/name_service.xml
76762024-08-26T23:59:13.447Z[ recovery-image] Aug 26 23:59:12.340 INFO O| Aug 26 23:59:12.340 INFO ok!
76772024-08-26T23:59:13.447Z[ recovery-image] Aug 26 23:59:12.340 INFO O| Aug 26 23:59:12.340 INFO STEP 23 (ensure_symlink) COMPLETE
76782024-08-26T23:59:13.447Z[ recovery-image] Aug 26 23:59:12.340 INFO O| Aug 26 23:59:12.340 INFO STEP 24: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
76792024-08-26T23:59:13.454Z[ recovery-image] Aug 26 23:59:12.349 INFO O| Aug 26 23:59:12.349 WARN file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/nsswitch.conf exists, with wrong contents, unlinking
76802024-08-26T23:59:13.457Z[ recovery-image] Aug 26 23:59:12.349 INFO O| Aug 26 23:59:12.349 INFO copying /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/nsswitch.dns -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/nsswitch.conf ...
76812024-08-26T23:59:13.457Z[ recovery-image] Aug 26 23:59:12.350 INFO O| Aug 26 23:59:12.350 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/nsswitch.conf
76822024-08-26T23:59:13.457Z[ recovery-image] Aug 26 23:59:12.350 INFO O| Aug 26 23:59:12.350 INFO ok!
76832024-08-26T23:59:13.457Z[ recovery-image] Aug 26 23:59:12.350 INFO O| Aug 26 23:59:12.350 INFO STEP 24 (ensure_file) COMPLETE
76842024-08-26T23:59:13.457Z[ recovery-image] Aug 26 23:59:12.350 INFO O| Aug 26 23:59:12.350 INFO STEP 25: shadow, from: /work/oxidecomputer/helios/image/templates/include/common.json
76852024-08-26T23:59:13.462Z[ recovery-image] Aug 26 23:59:12.359 INFO O| Aug 26 23:59:12.359 INFO updating shadow file
76862024-08-26T23:59:13.467Z[ recovery-image] Aug 26 23:59:12.360 INFO O| Aug 26 23:59:12.360 INFO ownership wrong (Id(0):Id(3), not 0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/shadow
76872024-08-26T23:59:13.467Z[ recovery-image] Aug 26 23:59:12.360 INFO O| Aug 26 23:59:12.360 INFO chown ok, path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/shadow
76882024-08-26T23:59:13.467Z[ recovery-image] Aug 26 23:59:12.360 INFO O| Aug 26 23:59:12.360 INFO STEP 25 (shadow) COMPLETE
76892024-08-26T23:59:13.467Z[ recovery-image] Aug 26 23:59:12.360 INFO O| Aug 26 23:59:12.360 INFO STEP 26: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
76902024-08-26T23:59:13.472Z[ recovery-image] Aug 26 23:59:12.369 INFO O| Aug 26 23:59:12.369 WARN file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/inet/hosts exists, with wrong contents, unlinking
76912024-08-26T23:59:13.472Z[ recovery-image] Aug 26 23:59:12.369 INFO O| Aug 26 23:59:12.369 INFO copying /work/oxidecomputer/helios/image/templates/files/hosts -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/inet/hosts ...
76922024-08-26T23:59:13.478Z[ recovery-image] Aug 26 23:59:12.369 INFO O| Aug 26 23:59:12.369 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/inet/hosts
76932024-08-26T23:59:13.479Z[ recovery-image] Aug 26 23:59:12.369 INFO O| Aug 26 23:59:12.369 INFO ok!
76942024-08-26T23:59:13.479Z[ recovery-image] Aug 26 23:59:12.369 INFO O| Aug 26 23:59:12.369 INFO STEP 26 (ensure_file) COMPLETE
76952024-08-26T23:59:13.479Z[ recovery-image] Aug 26 23:59:12.369 INFO O| Aug 26 23:59:12.369 INFO STEP 27: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
76962024-08-26T23:59:13.484Z[ recovery-image] Aug 26 23:59:12.380 INFO O| Aug 26 23:59:12.380 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/nodename does not exist
76972024-08-26T23:59:13.484Z[ recovery-image] Aug 26 23:59:12.380 INFO O| Aug 26 23:59:12.380 INFO writing /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/nodename ...
76982024-08-26T23:59:13.486Z[ recovery-image] Aug 26 23:59:12.380 INFO O| Aug 26 23:59:12.380 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/nodename
76992024-08-26T23:59:13.487Z[ recovery-image] Aug 26 23:59:12.380 INFO O| Aug 26 23:59:12.380 INFO ok!
77002024-08-26T23:59:13.487Z[ recovery-image] Aug 26 23:59:12.380 INFO O| Aug 26 23:59:12.380 INFO STEP 27 (ensure_file) COMPLETE
77012024-08-26T23:59:13.487Z[ recovery-image] Aug 26 23:59:12.380 INFO O| Aug 26 23:59:12.380 INFO STEP 28: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
77022024-08-26T23:59:13.492Z[ recovery-image] Aug 26 23:59:12.390 INFO O| Aug 26 23:59:12.390 WARN file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/default/dhcpagent exists, with wrong contents, unlinking
77032024-08-26T23:59:13.492Z[ recovery-image] Aug 26 23:59:12.390 INFO O| Aug 26 23:59:12.390 INFO copying /work/oxidecomputer/helios/image/templates/files/dhcpagent -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/default/dhcpagent ...
77042024-08-26T23:59:13.495Z[ recovery-image] Aug 26 23:59:12.390 INFO O| Aug 26 23:59:12.390 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/default/dhcpagent
77052024-08-26T23:59:13.495Z[ recovery-image] Aug 26 23:59:12.390 INFO O| Aug 26 23:59:12.390 INFO chown ok, path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/default/dhcpagent
77062024-08-26T23:59:13.495Z[ recovery-image] Aug 26 23:59:12.390 INFO O| Aug 26 23:59:12.390 INFO ok!
77072024-08-26T23:59:13.495Z[ recovery-image] Aug 26 23:59:12.390 INFO O| Aug 26 23:59:12.390 INFO STEP 28 (ensure_file) COMPLETE
77082024-08-26T23:59:13.495Z[ recovery-image] Aug 26 23:59:12.390 INFO O| Aug 26 23:59:12.390 INFO STEP 29: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
77092024-08-26T23:59:13.503Z[ recovery-image] Aug 26 23:59:12.400 INFO O| Aug 26 23:59:12.400 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/resolv.conf does not exist
77102024-08-26T23:59:13.503Z[ recovery-image] Aug 26 23:59:12.400 INFO O| Aug 26 23:59:12.400 INFO writing /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/resolv.conf ...
77112024-08-26T23:59:13.505Z[ recovery-image] Aug 26 23:59:12.400 INFO O| Aug 26 23:59:12.400 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/resolv.conf
77122024-08-26T23:59:13.505Z[ recovery-image] Aug 26 23:59:12.400 INFO O| Aug 26 23:59:12.400 INFO ok!
77132024-08-26T23:59:13.505Z[ recovery-image] Aug 26 23:59:12.400 INFO O| Aug 26 23:59:12.400 INFO STEP 29 (ensure_file) COMPLETE
77142024-08-26T23:59:13.505Z[ recovery-image] Aug 26 23:59:12.400 INFO O| Aug 26 23:59:12.400 INFO STEP 30: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs-recovery.json
77152024-08-26T23:59:13.513Z[ recovery-image] Aug 26 23:59:12.410 INFO O| Aug 26 23:59:12.410 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/auto_master does not exist
77162024-08-26T23:59:13.513Z[ recovery-image] Aug 26 23:59:12.410 INFO O| Aug 26 23:59:12.410 INFO copying /work/oxidecomputer/helios/image/templates/files/auto_master -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/auto_master ...
77172024-08-26T23:59:13.515Z[ recovery-image] Aug 26 23:59:12.410 INFO O| Aug 26 23:59:12.410 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/auto_master
77182024-08-26T23:59:13.515Z[ recovery-image] Aug 26 23:59:12.410 INFO O| Aug 26 23:59:12.410 INFO ok!
77192024-08-26T23:59:13.515Z[ recovery-image] Aug 26 23:59:12.410 INFO O| Aug 26 23:59:12.410 INFO STEP 30 (ensure_file) COMPLETE
77202024-08-26T23:59:13.515Z[ recovery-image] Aug 26 23:59:12.410 INFO O| Aug 26 23:59:12.410 INFO STEP 31: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs-recovery.json
77212024-08-26T23:59:13.523Z[ recovery-image] Aug 26 23:59:12.420 INFO O| Aug 26 23:59:12.420 WARN file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/ttydefs exists, with wrong contents, unlinking
77222024-08-26T23:59:13.523Z[ recovery-image] Aug 26 23:59:12.420 INFO O| Aug 26 23:59:12.420 INFO copying /work/oxidecomputer/helios/image/templates/files/ttydefs.3000000 -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/ttydefs ...
77232024-08-26T23:59:13.525Z[ recovery-image] Aug 26 23:59:12.420 INFO O| Aug 26 23:59:12.420 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/ttydefs
77242024-08-26T23:59:13.525Z[ recovery-image] Aug 26 23:59:12.420 INFO O| Aug 26 23:59:12.420 INFO chown ok, path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/ttydefs
77252024-08-26T23:59:13.525Z[ recovery-image] Aug 26 23:59:12.420 INFO O| Aug 26 23:59:12.420 INFO ok!
77262024-08-26T23:59:13.525Z[ recovery-image] Aug 26 23:59:12.420 INFO O| Aug 26 23:59:12.420 INFO STEP 31 (ensure_file) COMPLETE
77272024-08-26T23:59:13.525Z[ recovery-image] Aug 26 23:59:12.420 INFO O| Aug 26 23:59:12.420 INFO STEP 32: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs-recovery.json
77282024-08-26T23:59:13.534Z[ recovery-image] Aug 26 23:59:12.430 INFO O| Aug 26 23:59:12.430 WARN file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/default/init exists, with wrong contents, unlinking
77292024-08-26T23:59:13.534Z[ recovery-image] Aug 26 23:59:12.430 INFO O| Aug 26 23:59:12.430 INFO copying /work/oxidecomputer/helios/image/templates/files/default_init -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/default/init ...
77302024-08-26T23:59:13.539Z[ recovery-image] Aug 26 23:59:12.430 INFO O| Aug 26 23:59:12.430 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/default/init
77312024-08-26T23:59:13.539Z[ recovery-image] Aug 26 23:59:12.430 INFO O| Aug 26 23:59:12.430 INFO ok!
77322024-08-26T23:59:13.539Z[ recovery-image] Aug 26 23:59:12.430 INFO O| Aug 26 23:59:12.430 INFO STEP 32 (ensure_file) COMPLETE
77332024-08-26T23:59:13.539Z[ recovery-image] Aug 26 23:59:12.430 INFO O| Aug 26 23:59:12.430 INFO STEP 33: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs-recovery.json
77342024-08-26T23:59:13.543Z[ recovery-image] Aug 26 23:59:12.440 INFO O| Aug 26 23:59:12.440 WARN file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/ssh/sshd_config exists, with wrong contents, unlinking
77352024-08-26T23:59:13.543Z[ recovery-image] Aug 26 23:59:12.440 INFO O| Aug 26 23:59:12.440 INFO copying /work/oxidecomputer/helios/image/templates/files/sshd_config -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/ssh/sshd_config ...
77362024-08-26T23:59:13.547Z[ recovery-image] Aug 26 23:59:12.440 INFO O| Aug 26 23:59:12.440 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/ssh/sshd_config
77372024-08-26T23:59:13.547Z[ recovery-image] Aug 26 23:59:12.440 INFO O| Aug 26 23:59:12.440 INFO ok!
77382024-08-26T23:59:13.547Z[ recovery-image] Aug 26 23:59:12.440 INFO O| Aug 26 23:59:12.440 INFO STEP 33 (ensure_file) COMPLETE
77392024-08-26T23:59:13.547Z[ recovery-image] Aug 26 23:59:12.440 INFO O| Aug 26 23:59:12.440 INFO STEP 34: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs-recovery.json
77402024-08-26T23:59:13.553Z[ recovery-image] Aug 26 23:59:12.450 INFO O| Aug 26 23:59:12.450 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/usr/lib/bootparams does not exist
77412024-08-26T23:59:13.558Z[ recovery-image] Aug 26 23:59:12.450 INFO O| Aug 26 23:59:12.450 INFO copying /work/oxidecomputer/helios/image/templates/files/bootparams.sh -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/usr/lib/bootparams ...
77422024-08-26T23:59:13.558Z[ recovery-image] Aug 26 23:59:12.450 INFO O| Aug 26 23:59:12.450 INFO perms are 644, should be 755, path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/usr/lib/bootparams
77432024-08-26T23:59:13.559Z[ recovery-image] Aug 26 23:59:12.450 INFO O| Aug 26 23:59:12.450 INFO chmod ok, path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/usr/lib/bootparams
77442024-08-26T23:59:13.559Z[ recovery-image] Aug 26 23:59:12.450 INFO O| Aug 26 23:59:12.450 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/usr/lib/bootparams
77452024-08-26T23:59:13.559Z[ recovery-image] Aug 26 23:59:12.450 INFO O| Aug 26 23:59:12.450 INFO chown ok, path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/usr/lib/bootparams
77462024-08-26T23:59:13.559Z[ recovery-image] Aug 26 23:59:12.451 INFO O| Aug 26 23:59:12.450 INFO ok!
77472024-08-26T23:59:13.559Z[ recovery-image] Aug 26 23:59:12.451 INFO O| Aug 26 23:59:12.450 INFO STEP 34 (ensure_file) COMPLETE
77482024-08-26T23:59:13.559Z[ recovery-image] Aug 26 23:59:12.451 INFO O| Aug 26 23:59:12.450 INFO STEP 35: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/t6-firmware.json
77492024-08-26T23:59:13.563Z[ recovery-image] Aug 26 23:59:12.460 INFO O| Aug 26 23:59:12.460 INFO creating directory: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/platform/Oxide,Gimlet/firmware
77502024-08-26T23:59:13.566Z[ recovery-image] Aug 26 23:59:12.461 INFO O| Aug 26 23:59:12.461 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/platform/Oxide,Gimlet/firmware
77512024-08-26T23:59:13.566Z[ recovery-image] Aug 26 23:59:12.461 INFO O| Aug 26 23:59:12.461 INFO chown ok, path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/platform/Oxide,Gimlet/firmware
77522024-08-26T23:59:13.566Z[ recovery-image] Aug 26 23:59:12.461 INFO O| Aug 26 23:59:12.461 INFO STEP 35 (ensure_dir) COMPLETE
77532024-08-26T23:59:13.566Z[ recovery-image] Aug 26 23:59:12.461 INFO O| Aug 26 23:59:12.461 INFO STEP 36: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/t6-firmware.json
77542024-08-26T23:59:13.573Z[ recovery-image] Aug 26 23:59:12.471 INFO O| Aug 26 23:59:12.471 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/platform/Oxide,Gimlet/firmware/Oxide_t6_2x100Gbase_kr_nomemory_v8C_6_26_10.bin does not exist
77552024-08-26T23:59:13.573Z[ recovery-image] Aug 26 23:59:12.471 INFO O| Aug 26 23:59:12.471 INFO copying /work/oxidecomputer/helios/projects/chelsio-t6-roms/srom/bins/Oxide_t6_2x100Gbase_kr_nomemory_v8C_6_26_10.bin -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/platform/Oxide,Gimlet/firmware/Oxide_t6_2x100Gbase_kr_nomemory_v8C_6_26_10.bin ...
77562024-08-26T23:59:13.576Z[ recovery-image] Aug 26 23:59:12.471 INFO O| Aug 26 23:59:12.471 INFO perms are 644, should be 555, path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/platform/Oxide,Gimlet/firmware/Oxide_t6_2x100Gbase_kr_nomemory_v8C_6_26_10.bin
77572024-08-26T23:59:13.576Z[ recovery-image] Aug 26 23:59:12.471 INFO O| Aug 26 23:59:12.471 INFO chmod ok, path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/platform/Oxide,Gimlet/firmware/Oxide_t6_2x100Gbase_kr_nomemory_v8C_6_26_10.bin
77582024-08-26T23:59:13.576Z[ recovery-image] Aug 26 23:59:12.471 INFO O| Aug 26 23:59:12.471 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/platform/Oxide,Gimlet/firmware/Oxide_t6_2x100Gbase_kr_nomemory_v8C_6_26_10.bin
77592024-08-26T23:59:13.576Z[ recovery-image] Aug 26 23:59:12.471 INFO O| Aug 26 23:59:12.471 INFO chown ok, path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/platform/Oxide,Gimlet/firmware/Oxide_t6_2x100Gbase_kr_nomemory_v8C_6_26_10.bin
77602024-08-26T23:59:13.576Z[ recovery-image] Aug 26 23:59:12.471 INFO O| Aug 26 23:59:12.471 INFO ok!
77612024-08-26T23:59:13.576Z[ recovery-image] Aug 26 23:59:12.471 INFO O| Aug 26 23:59:12.471 INFO STEP 36 (ensure_file) COMPLETE
77622024-08-26T23:59:13.576Z[ recovery-image] Aug 26 23:59:12.471 INFO O| Aug 26 23:59:12.471 INFO STEP 37: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/t6-firmware.json
77632024-08-26T23:59:13.583Z[ recovery-image] Aug 26 23:59:12.481 INFO O| Aug 26 23:59:12.481 INFO link /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/platform/Oxide,Gimlet/firmware/t6srom.bin does not exist
77642024-08-26T23:59:13.583Z[ recovery-image] Aug 26 23:59:12.481 INFO O| Aug 26 23:59:12.481 INFO linking /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/platform/Oxide,Gimlet/firmware/t6srom.bin -> Oxide_t6_2x100Gbase_kr_nomemory_v8C_6_26_10.bin ...
77652024-08-26T23:59:13.587Z[ recovery-image] Aug 26 23:59:12.481 INFO O| Aug 26 23:59:12.481 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/platform/Oxide,Gimlet/firmware/t6srom.bin
77662024-08-26T23:59:13.587Z[ recovery-image] Aug 26 23:59:12.481 INFO O| Aug 26 23:59:12.481 INFO ok!
77672024-08-26T23:59:13.587Z[ recovery-image] Aug 26 23:59:12.481 INFO O| Aug 26 23:59:12.481 INFO STEP 37 (ensure_symlink) COMPLETE
77682024-08-26T23:59:13.587Z[ recovery-image] Aug 26 23:59:12.481 INFO O| Aug 26 23:59:12.481 INFO STEP 38: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs-recovery.json
77692024-08-26T23:59:13.593Z[ recovery-image] Aug 26 23:59:12.491 INFO O| Aug 26 23:59:12.491 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/usr/lib/recovery-hostname does not exist
77702024-08-26T23:59:13.593Z[ recovery-image] Aug 26 23:59:12.491 INFO O| Aug 26 23:59:12.491 INFO copying /work/oxidecomputer/helios/image/templates/files/recovery-hostname.sh -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/usr/lib/recovery-hostname ...
77712024-08-26T23:59:13.596Z[ recovery-image] Aug 26 23:59:12.491 INFO O| Aug 26 23:59:12.491 INFO perms are 644, should be 755, path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/usr/lib/recovery-hostname
77722024-08-26T23:59:13.596Z[ recovery-image] Aug 26 23:59:12.491 INFO O| Aug 26 23:59:12.491 INFO chmod ok, path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/usr/lib/recovery-hostname
77732024-08-26T23:59:13.596Z[ recovery-image] Aug 26 23:59:12.491 INFO O| Aug 26 23:59:12.491 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/usr/lib/recovery-hostname
77742024-08-26T23:59:13.596Z[ recovery-image] Aug 26 23:59:12.491 INFO O| Aug 26 23:59:12.491 INFO chown ok, path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/usr/lib/recovery-hostname
77752024-08-26T23:59:13.596Z[ recovery-image] Aug 26 23:59:12.491 INFO O| Aug 26 23:59:12.491 INFO ok!
77762024-08-26T23:59:13.596Z[ recovery-image] Aug 26 23:59:12.491 INFO O| Aug 26 23:59:12.491 INFO STEP 38 (ensure_file) COMPLETE
77772024-08-26T23:59:13.596Z[ recovery-image] Aug 26 23:59:12.491 INFO O| Aug 26 23:59:12.491 INFO STEP 39: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs-recovery.json
77782024-08-26T23:59:13.603Z[ recovery-image] Aug 26 23:59:12.500 INFO O| Aug 26 23:59:12.500 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/site/recovery-hostname.xml does not exist
77792024-08-26T23:59:13.603Z[ recovery-image] Aug 26 23:59:12.500 INFO O| Aug 26 23:59:12.500 INFO copying /work/oxidecomputer/helios/image/templates/files/recovery-hostname.xml -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/site/recovery-hostname.xml ...
77802024-08-26T23:59:13.606Z[ recovery-image] Aug 26 23:59:12.501 INFO O| Aug 26 23:59:12.500 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/site/recovery-hostname.xml
77812024-08-26T23:59:13.606Z[ recovery-image] Aug 26 23:59:12.501 INFO O| Aug 26 23:59:12.501 INFO chown ok, path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/site/recovery-hostname.xml
77822024-08-26T23:59:13.606Z[ recovery-image] Aug 26 23:59:12.501 INFO O| Aug 26 23:59:12.501 INFO ok!
77832024-08-26T23:59:13.606Z[ recovery-image] Aug 26 23:59:12.501 INFO O| Aug 26 23:59:12.501 INFO STEP 39 (ensure_file) COMPLETE
77842024-08-26T23:59:13.606Z[ recovery-image] Aug 26 23:59:12.501 INFO O| Aug 26 23:59:12.501 INFO STEP 40: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs-recovery.json
77852024-08-26T23:59:13.613Z[ recovery-image] Aug 26 23:59:12.510 INFO O| Aug 26 23:59:12.510 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/var/svc/profile/site.xml does not exist
77862024-08-26T23:59:13.616Z[ recovery-image] Aug 26 23:59:12.510 INFO O| Aug 26 23:59:12.510 INFO copying /work/oxidecomputer/helios/image/templates/files/site.xml -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/var/svc/profile/site.xml ...
77872024-08-26T23:59:13.616Z[ recovery-image] Aug 26 23:59:12.511 INFO O| Aug 26 23:59:12.510 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/var/svc/profile/site.xml
77882024-08-26T23:59:13.616Z[ recovery-image] Aug 26 23:59:12.511 INFO O| Aug 26 23:59:12.510 INFO ok!
77892024-08-26T23:59:13.616Z[ recovery-image] Aug 26 23:59:12.511 INFO O| Aug 26 23:59:12.511 INFO STEP 40 (ensure_file) COMPLETE
77902024-08-26T23:59:13.616Z[ recovery-image] Aug 26 23:59:12.511 INFO O| Aug 26 23:59:12.511 INFO STEP 41: shadow, from: /work/oxidecomputer/helios/image/templates/include/root-noauth.json
77912024-08-26T23:59:13.624Z[ recovery-image] Aug 26 23:59:12.520 INFO O| Aug 26 23:59:12.520 INFO updating shadow file
77922024-08-26T23:59:13.628Z[ recovery-image] Aug 26 23:59:12.520 INFO O| Aug 26 23:59:12.520 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/shadow
77932024-08-26T23:59:13.628Z[ recovery-image] Aug 26 23:59:12.520 INFO O| Aug 26 23:59:12.520 INFO STEP 41 (shadow) COMPLETE
77942024-08-26T23:59:13.628Z[ recovery-image] Aug 26 23:59:12.521 INFO O| Aug 26 23:59:12.520 INFO STEP 42: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/root-noauth.json
77952024-08-26T23:59:13.633Z[ recovery-image] Aug 26 23:59:12.530 INFO O| Aug 26 23:59:12.530 WARN file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/default/login exists, with wrong contents, unlinking
77962024-08-26T23:59:13.633Z[ recovery-image] Aug 26 23:59:12.530 INFO O| Aug 26 23:59:12.530 INFO copying /work/oxidecomputer/helios/image/templates/files/mfg_default_login -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/default/login ...
77972024-08-26T23:59:13.636Z[ recovery-image] Aug 26 23:59:12.530 INFO O| Aug 26 23:59:12.530 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/default/login
77982024-08-26T23:59:13.636Z[ recovery-image] Aug 26 23:59:12.530 INFO O| Aug 26 23:59:12.530 INFO chown ok, path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/default/login
77992024-08-26T23:59:13.637Z[ recovery-image] Aug 26 23:59:12.530 INFO O| Aug 26 23:59:12.530 INFO ok!
78002024-08-26T23:59:13.637Z[ recovery-image] Aug 26 23:59:12.530 INFO O| Aug 26 23:59:12.530 INFO STEP 42 (ensure_file) COMPLETE
78012024-08-26T23:59:13.637Z[ recovery-image] Aug 26 23:59:12.530 INFO O| Aug 26 23:59:12.530 INFO STEP 43: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
78022024-08-26T23:59:13.643Z[ recovery-image] Aug 26 23:59:12.540 INFO O| Aug 26 23:59:12.540 INFO ownership already OK (0:3), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt
78032024-08-26T23:59:13.643Z[ recovery-image] Aug 26 23:59:12.540 INFO O| Aug 26 23:59:12.540 INFO STEP 43 (ensure_dir) COMPLETE
78042024-08-26T23:59:13.648Z[ recovery-image] Aug 26 23:59:12.540 INFO O| Aug 26 23:59:12.540 INFO STEP 44: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
78052024-08-26T23:59:13.653Z[ recovery-image] Aug 26 23:59:12.550 INFO O| Aug 26 23:59:12.550 INFO ownership wrong (Id(0):Id(2), not 0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide
78062024-08-26T23:59:13.653Z[ recovery-image] Aug 26 23:59:12.550 INFO O| Aug 26 23:59:12.550 INFO chown ok, path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide
78072024-08-26T23:59:13.655Z[ recovery-image] Aug 26 23:59:12.550 INFO O| Aug 26 23:59:12.550 INFO STEP 44 (ensure_dir) COMPLETE
78082024-08-26T23:59:13.656Z[ recovery-image] Aug 26 23:59:12.550 INFO O| Aug 26 23:59:12.550 INFO STEP 45: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
78092024-08-26T23:59:13.663Z[ recovery-image] Aug 26 23:59:12.560 INFO O| Aug 26 23:59:12.560 INFO creating directory: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/installinator
78102024-08-26T23:59:13.665Z[ recovery-image] Aug 26 23:59:12.560 INFO O| Aug 26 23:59:12.560 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/installinator
78112024-08-26T23:59:13.665Z[ recovery-image] Aug 26 23:59:12.560 INFO O| Aug 26 23:59:12.560 INFO STEP 45 (ensure_dir) COMPLETE
78122024-08-26T23:59:13.665Z[ recovery-image] Aug 26 23:59:12.560 INFO O| Aug 26 23:59:12.560 INFO STEP 46: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
78132024-08-26T23:59:13.672Z[ recovery-image] Aug 26 23:59:12.570 INFO O| Aug 26 23:59:12.570 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/installinator/installinator does not exist
78142024-08-26T23:59:13.672Z[ recovery-image] Aug 26 23:59:12.570 INFO O| Aug 26 23:59:12.570 INFO copying /tmp/.tmpPOKhvJ/proto/recovery/root/opt/oxide/installinator/installinator -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/installinator/installinator ...
78152024-08-26T23:59:13.704Z[ recovery-image] Aug 26 23:59:12.601 INFO O| Aug 26 23:59:12.601 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/installinator/installinator
78162024-08-26T23:59:13.704Z[ recovery-image] Aug 26 23:59:12.601 INFO O| Aug 26 23:59:12.601 INFO ok!
78172024-08-26T23:59:13.707Z[ recovery-image] Aug 26 23:59:12.601 INFO O| Aug 26 23:59:12.601 INFO STEP 46 (ensure_file) COMPLETE
78182024-08-26T23:59:13.707Z[ recovery-image] Aug 26 23:59:12.601 INFO O| Aug 26 23:59:12.601 INFO STEP 47: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
78192024-08-26T23:59:13.716Z[ recovery-image] Aug 26 23:59:12.612 INFO O| Aug 26 23:59:12.612 INFO creating directory: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/installinator/pkg
78202024-08-26T23:59:13.719Z[ recovery-image] Aug 26 23:59:12.612 INFO O| Aug 26 23:59:12.612 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/installinator/pkg
78212024-08-26T23:59:13.719Z[ recovery-image] Aug 26 23:59:12.613 INFO O| Aug 26 23:59:12.612 INFO STEP 47 (ensure_dir) COMPLETE
78222024-08-26T23:59:13.719Z[ recovery-image] Aug 26 23:59:12.613 INFO O| Aug 26 23:59:12.612 INFO STEP 48: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
78232024-08-26T23:59:13.726Z[ recovery-image] Aug 26 23:59:12.623 INFO O| Aug 26 23:59:12.622 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/installinator/VERSION does not exist
78242024-08-26T23:59:13.726Z[ recovery-image] Aug 26 23:59:12.623 INFO O| Aug 26 23:59:12.623 INFO copying /tmp/.tmpPOKhvJ/proto/recovery/root/opt/oxide/installinator/VERSION -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/installinator/VERSION ...
78252024-08-26T23:59:13.729Z[ recovery-image] Aug 26 23:59:12.623 INFO O| Aug 26 23:59:12.623 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/installinator/VERSION
78262024-08-26T23:59:13.730Z[ recovery-image] Aug 26 23:59:12.623 INFO O| Aug 26 23:59:12.623 INFO ok!
78272024-08-26T23:59:13.730Z[ recovery-image] Aug 26 23:59:12.623 INFO O| Aug 26 23:59:12.623 INFO STEP 48 (ensure_file) COMPLETE
78282024-08-26T23:59:13.730Z[ recovery-image] Aug 26 23:59:12.623 INFO O| Aug 26 23:59:12.623 INFO STEP 49: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
78292024-08-26T23:59:13.735Z[ recovery-image] Aug 26 23:59:12.632 INFO O| Aug 26 23:59:12.632 INFO creating directory: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm
78302024-08-26T23:59:13.735Z[ recovery-image] Aug 26 23:59:12.632 INFO O| Aug 26 23:59:12.632 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm
78312024-08-26T23:59:13.738Z[ recovery-image] Aug 26 23:59:12.632 INFO O| Aug 26 23:59:12.632 INFO STEP 49 (ensure_dir) COMPLETE
78322024-08-26T23:59:13.738Z[ recovery-image] Aug 26 23:59:12.632 INFO O| Aug 26 23:59:12.632 INFO STEP 50: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
78332024-08-26T23:59:13.745Z[ recovery-image] Aug 26 23:59:12.643 INFO O| Aug 26 23:59:12.643 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/ddmadm does not exist
78342024-08-26T23:59:13.745Z[ recovery-image] Aug 26 23:59:12.643 INFO O| Aug 26 23:59:12.643 INFO copying /tmp/.tmpPOKhvJ/proto/recovery/root/opt/oxide/mg-ddm/ddmadm -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/ddmadm ...
78352024-08-26T23:59:13.765Z[ recovery-image] Aug 26 23:59:12.662 INFO O| Aug 26 23:59:12.662 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/ddmadm
78362024-08-26T23:59:13.765Z[ recovery-image] Aug 26 23:59:12.662 INFO O| Aug 26 23:59:12.662 INFO ok!
78372024-08-26T23:59:13.768Z[ recovery-image] Aug 26 23:59:12.662 INFO O| Aug 26 23:59:12.662 INFO STEP 50 (ensure_file) COMPLETE
78382024-08-26T23:59:13.768Z[ recovery-image] Aug 26 23:59:12.662 INFO O| Aug 26 23:59:12.662 INFO STEP 51: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
78392024-08-26T23:59:13.776Z[ recovery-image] Aug 26 23:59:12.673 INFO O| Aug 26 23:59:12.673 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/ddmd does not exist
78402024-08-26T23:59:13.779Z[ recovery-image] Aug 26 23:59:12.673 INFO O| Aug 26 23:59:12.673 INFO copying /tmp/.tmpPOKhvJ/proto/recovery/root/opt/oxide/mg-ddm/ddmd -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/ddmd ...
78412024-08-26T23:59:14.051Z[ recovery-image] Aug 26 23:59:12.948 INFO O| Aug 26 23:59:12.948 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/ddmd
78422024-08-26T23:59:14.051Z[ recovery-image] Aug 26 23:59:12.948 INFO O| Aug 26 23:59:12.948 INFO ok!
78432024-08-26T23:59:14.051Z[ recovery-image] Aug 26 23:59:12.948 INFO O| Aug 26 23:59:12.948 INFO STEP 51 (ensure_file) COMPLETE
78442024-08-26T23:59:14.051Z[ recovery-image] Aug 26 23:59:12.948 INFO O| Aug 26 23:59:12.948 INFO STEP 52: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
78452024-08-26T23:59:14.062Z[ recovery-image] Aug 26 23:59:12.959 INFO O| Aug 26 23:59:12.959 INFO creating directory: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/pkg
78462024-08-26T23:59:14.066Z[ recovery-image] Aug 26 23:59:12.959 INFO O| Aug 26 23:59:12.959 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/pkg
78472024-08-26T23:59:14.066Z[ recovery-image] Aug 26 23:59:12.959 INFO O| Aug 26 23:59:12.959 INFO STEP 52 (ensure_dir) COMPLETE
78482024-08-26T23:59:14.066Z[ recovery-image] Aug 26 23:59:12.959 INFO O| Aug 26 23:59:12.959 INFO STEP 53: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
78492024-08-26T23:59:14.072Z[ recovery-image] Aug 26 23:59:12.969 INFO O| Aug 26 23:59:12.969 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/pkg/refresh_ctrun_child.sh does not exist
78502024-08-26T23:59:14.072Z[ recovery-image] Aug 26 23:59:12.969 INFO O| Aug 26 23:59:12.969 INFO copying /tmp/.tmpPOKhvJ/proto/recovery/root/opt/oxide/mg-ddm/pkg/refresh_ctrun_child.sh -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/pkg/refresh_ctrun_child.sh ...
78512024-08-26T23:59:14.075Z[ recovery-image] Aug 26 23:59:12.969 INFO O| Aug 26 23:59:12.969 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/pkg/refresh_ctrun_child.sh
78522024-08-26T23:59:14.075Z[ recovery-image] Aug 26 23:59:12.969 INFO O| Aug 26 23:59:12.969 INFO ok!
78532024-08-26T23:59:14.075Z[ recovery-image] Aug 26 23:59:12.969 INFO O| Aug 26 23:59:12.969 INFO STEP 53 (ensure_file) COMPLETE
78542024-08-26T23:59:14.075Z[ recovery-image] Aug 26 23:59:12.969 INFO O| Aug 26 23:59:12.969 INFO STEP 54: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
78552024-08-26T23:59:14.082Z[ recovery-image] Aug 26 23:59:12.979 INFO O| Aug 26 23:59:12.979 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/pkg/mgd_method_script.sh does not exist
78562024-08-26T23:59:14.082Z[ recovery-image] Aug 26 23:59:12.979 INFO O| Aug 26 23:59:12.979 INFO copying /tmp/.tmpPOKhvJ/proto/recovery/root/opt/oxide/mg-ddm/pkg/mgd_method_script.sh -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/pkg/mgd_method_script.sh ...
78572024-08-26T23:59:14.085Z[ recovery-image] Aug 26 23:59:12.979 INFO O| Aug 26 23:59:12.979 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/pkg/mgd_method_script.sh
78582024-08-26T23:59:14.085Z[ recovery-image] Aug 26 23:59:12.979 INFO O| Aug 26 23:59:12.979 INFO ok!
78592024-08-26T23:59:14.085Z[ recovery-image] Aug 26 23:59:12.979 INFO O| Aug 26 23:59:12.979 INFO STEP 54 (ensure_file) COMPLETE
78602024-08-26T23:59:14.085Z[ recovery-image] Aug 26 23:59:12.979 INFO O| Aug 26 23:59:12.979 INFO STEP 55: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
78612024-08-26T23:59:14.091Z[ recovery-image] Aug 26 23:59:12.989 INFO O| Aug 26 23:59:12.989 INFO creating directory: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/pkg/mgd
78622024-08-26T23:59:14.091Z[ recovery-image] Aug 26 23:59:12.989 INFO O| Aug 26 23:59:12.989 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/pkg/mgd
78632024-08-26T23:59:14.091Z[ recovery-image] Aug 26 23:59:12.989 INFO O| Aug 26 23:59:12.989 INFO STEP 55 (ensure_dir) COMPLETE
78642024-08-26T23:59:14.094Z[ recovery-image] Aug 26 23:59:12.989 INFO O| Aug 26 23:59:12.989 INFO STEP 56: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
78652024-08-26T23:59:14.102Z[ recovery-image] Aug 26 23:59:12.999 INFO O| Aug 26 23:59:12.999 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/pkg/mgd/manifest.xml does not exist
78662024-08-26T23:59:14.102Z[ recovery-image] Aug 26 23:59:12.999 INFO O| Aug 26 23:59:12.999 INFO copying /tmp/.tmpPOKhvJ/proto/recovery/root/opt/oxide/mg-ddm/pkg/mgd/manifest.xml -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/pkg/mgd/manifest.xml ...
78672024-08-26T23:59:14.105Z[ recovery-image] Aug 26 23:59:12.999 INFO O| Aug 26 23:59:12.999 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/pkg/mgd/manifest.xml
78682024-08-26T23:59:14.105Z[ recovery-image] Aug 26 23:59:12.999 INFO O| Aug 26 23:59:12.999 INFO ok!
78692024-08-26T23:59:14.105Z[ recovery-image] Aug 26 23:59:12.999 INFO O| Aug 26 23:59:12.999 INFO STEP 56 (ensure_file) COMPLETE
78702024-08-26T23:59:14.105Z[ recovery-image] Aug 26 23:59:12.999 INFO O| Aug 26 23:59:12.999 INFO STEP 57: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
78712024-08-26T23:59:14.114Z[ recovery-image] Aug 26 23:59:13.011 INFO O| Aug 26 23:59:13.011 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/pkg/ddm_method_script.sh does not exist
78722024-08-26T23:59:14.114Z[ recovery-image] Aug 26 23:59:13.011 INFO O| Aug 26 23:59:13.011 INFO copying /tmp/.tmpPOKhvJ/proto/recovery/root/opt/oxide/mg-ddm/pkg/ddm_method_script.sh -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/pkg/ddm_method_script.sh ...
78732024-08-26T23:59:14.117Z[ recovery-image] Aug 26 23:59:13.011 INFO O| Aug 26 23:59:13.011 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/pkg/ddm_method_script.sh
78742024-08-26T23:59:14.117Z[ recovery-image] Aug 26 23:59:13.011 INFO O| Aug 26 23:59:13.011 INFO ok!
78752024-08-26T23:59:14.118Z[ recovery-image] Aug 26 23:59:13.011 INFO O| Aug 26 23:59:13.011 INFO STEP 57 (ensure_file) COMPLETE
78762024-08-26T23:59:14.118Z[ recovery-image] Aug 26 23:59:13.011 INFO O| Aug 26 23:59:13.011 INFO STEP 58: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
78772024-08-26T23:59:14.124Z[ recovery-image] Aug 26 23:59:13.021 INFO O| Aug 26 23:59:13.021 INFO creating directory: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/pkg/ddm
78782024-08-26T23:59:14.127Z[ recovery-image] Aug 26 23:59:13.021 INFO O| Aug 26 23:59:13.021 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/pkg/ddm
78792024-08-26T23:59:14.127Z[ recovery-image] Aug 26 23:59:13.021 INFO O| Aug 26 23:59:13.021 INFO STEP 58 (ensure_dir) COMPLETE
78802024-08-26T23:59:14.127Z[ recovery-image] Aug 26 23:59:13.021 INFO O| Aug 26 23:59:13.021 INFO STEP 59: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
78812024-08-26T23:59:14.134Z[ recovery-image] Aug 26 23:59:13.031 INFO O| Aug 26 23:59:13.031 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/pkg/ddm/manifest.xml does not exist
78822024-08-26T23:59:14.134Z[ recovery-image] Aug 26 23:59:13.031 INFO O| Aug 26 23:59:13.031 INFO copying /tmp/.tmpPOKhvJ/proto/recovery/root/opt/oxide/mg-ddm/pkg/ddm/manifest.xml -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/pkg/ddm/manifest.xml ...
78832024-08-26T23:59:14.151Z[ recovery-image] Aug 26 23:59:13.031 INFO O| Aug 26 23:59:13.031 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/pkg/ddm/manifest.xml
78842024-08-26T23:59:14.151Z[ recovery-image] Aug 26 23:59:13.031 INFO O| Aug 26 23:59:13.031 INFO ok!
78852024-08-26T23:59:14.151Z[ recovery-image] Aug 26 23:59:13.031 INFO O| Aug 26 23:59:13.031 INFO STEP 59 (ensure_file) COMPLETE
78862024-08-26T23:59:14.152Z[ recovery-image] Aug 26 23:59:13.031 INFO O| Aug 26 23:59:13.031 INFO STEP 60: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
78872024-08-26T23:59:14.154Z[ recovery-image] Aug 26 23:59:13.041 INFO O| Aug 26 23:59:13.041 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/VERSION does not exist
78882024-08-26T23:59:14.154Z[ recovery-image] Aug 26 23:59:13.041 INFO O| Aug 26 23:59:13.041 INFO copying /tmp/.tmpPOKhvJ/proto/recovery/root/opt/oxide/mg-ddm/VERSION -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/VERSION ...
78892024-08-26T23:59:14.154Z[ recovery-image] Aug 26 23:59:13.041 INFO O| Aug 26 23:59:13.041 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/VERSION
78902024-08-26T23:59:14.154Z[ recovery-image] Aug 26 23:59:13.041 INFO O| Aug 26 23:59:13.041 INFO ok!
78912024-08-26T23:59:14.154Z[ recovery-image] Aug 26 23:59:13.041 INFO O| Aug 26 23:59:13.041 INFO STEP 60 (ensure_file) COMPLETE
78922024-08-26T23:59:14.155Z[ recovery-image] Aug 26 23:59:13.041 INFO O| Aug 26 23:59:13.041 INFO STEP 61: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
78932024-08-26T23:59:14.155Z[ recovery-image] Aug 26 23:59:13.051 INFO O| Aug 26 23:59:13.051 INFO ownership already OK (0:2), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib
78942024-08-26T23:59:14.155Z[ recovery-image] Aug 26 23:59:13.051 INFO O| Aug 26 23:59:13.051 INFO STEP 61 (ensure_dir) COMPLETE
78952024-08-26T23:59:14.155Z[ recovery-image] Aug 26 23:59:13.051 INFO O| Aug 26 23:59:13.051 INFO STEP 62: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
78962024-08-26T23:59:14.163Z[ recovery-image] Aug 26 23:59:13.061 INFO O| Aug 26 23:59:13.061 INFO ownership already OK (0:2), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc
78972024-08-26T23:59:14.164Z[ recovery-image] Aug 26 23:59:13.061 INFO O| Aug 26 23:59:13.061 INFO STEP 62 (ensure_dir) COMPLETE
78982024-08-26T23:59:14.166Z[ recovery-image] Aug 26 23:59:13.061 INFO O| Aug 26 23:59:13.061 INFO STEP 63: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
78992024-08-26T23:59:14.174Z[ recovery-image] Aug 26 23:59:13.071 INFO O| Aug 26 23:59:13.071 INFO ownership already OK (0:3), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest
79002024-08-26T23:59:14.174Z[ recovery-image] Aug 26 23:59:13.071 INFO O| Aug 26 23:59:13.071 INFO STEP 63 (ensure_dir) COMPLETE
79012024-08-26T23:59:14.177Z[ recovery-image] Aug 26 23:59:13.071 INFO O| Aug 26 23:59:13.071 INFO STEP 64: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
79022024-08-26T23:59:14.183Z[ recovery-image] Aug 26 23:59:13.081 INFO O| Aug 26 23:59:13.081 INFO ownership already OK (0:3), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/site
79032024-08-26T23:59:14.184Z[ recovery-image] Aug 26 23:59:13.081 INFO O| Aug 26 23:59:13.081 INFO STEP 64 (ensure_dir) COMPLETE
79042024-08-26T23:59:14.186Z[ recovery-image] Aug 26 23:59:13.081 INFO O| Aug 26 23:59:13.081 INFO STEP 65: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
79052024-08-26T23:59:14.193Z[ recovery-image] Aug 26 23:59:13.090 INFO O| Aug 26 23:59:13.090 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/site/installinator.xml does not exist
79062024-08-26T23:59:14.196Z[ recovery-image] Aug 26 23:59:13.091 INFO O| Aug 26 23:59:13.090 INFO copying /tmp/.tmpPOKhvJ/proto/recovery/root/lib/svc/manifest/site/installinator.xml -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/site/installinator.xml ...
79072024-08-26T23:59:14.196Z[ recovery-image] Aug 26 23:59:13.091 INFO O| Aug 26 23:59:13.091 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/site/installinator.xml
79082024-08-26T23:59:14.197Z[ recovery-image] Aug 26 23:59:13.091 INFO O| Aug 26 23:59:13.091 INFO ok!
79092024-08-26T23:59:14.197Z[ recovery-image] Aug 26 23:59:13.091 INFO O| Aug 26 23:59:13.091 INFO STEP 65 (ensure_file) COMPLETE
79102024-08-26T23:59:14.197Z[ recovery-image] Aug 26 23:59:13.091 INFO O| Aug 26 23:59:13.091 INFO STEP 66: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
79112024-08-26T23:59:14.203Z[ recovery-image] Aug 26 23:59:13.100 INFO O| Aug 26 23:59:13.100 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/ipsec"
79122024-08-26T23:59:14.206Z[ recovery-image] Aug 26 23:59:13.101 INFO O| Aug 26 23:59:13.101 INFO STEP 66 (remove_files) COMPLETE
79132024-08-26T23:59:14.206Z[ recovery-image] Aug 26 23:59:13.101 INFO O| Aug 26 23:59:13.101 INFO STEP 67: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
79142024-08-26T23:59:14.225Z[ recovery-image] Aug 26 23:59:13.110 INFO O| Aug 26 23:59:13.110 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/ldap"
79152024-08-26T23:59:14.231Z[ recovery-image] Aug 26 23:59:13.111 INFO O| Aug 26 23:59:13.111 INFO STEP 67 (remove_files) COMPLETE
79162024-08-26T23:59:14.231Z[ recovery-image] Aug 26 23:59:13.111 INFO O| Aug 26 23:59:13.111 INFO STEP 68: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
79172024-08-26T23:59:14.231Z[ recovery-image] Aug 26 23:59:13.120 INFO O| Aug 26 23:59:13.120 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/rpc"
79182024-08-26T23:59:14.231Z[ recovery-image] Aug 26 23:59:13.120 INFO O| Aug 26 23:59:13.120 INFO STEP 68 (remove_files) COMPLETE
79192024-08-26T23:59:14.231Z[ recovery-image] Aug 26 23:59:13.121 INFO O| Aug 26 23:59:13.120 INFO STEP 69: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
79202024-08-26T23:59:14.235Z[ recovery-image] Aug 26 23:59:13.130 INFO O| Aug 26 23:59:13.130 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/security"
79212024-08-26T23:59:14.235Z[ recovery-image] Aug 26 23:59:13.130 INFO O| Aug 26 23:59:13.130 INFO STEP 69 (remove_files) COMPLETE
79222024-08-26T23:59:14.235Z[ recovery-image] Aug 26 23:59:13.130 INFO O| Aug 26 23:59:13.130 INFO STEP 70: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
79232024-08-26T23:59:14.245Z[ recovery-image] Aug 26 23:59:13.140 INFO O| Aug 26 23:59:13.140 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/shares"
79242024-08-26T23:59:14.249Z[ recovery-image] Aug 26 23:59:13.141 INFO O| Aug 26 23:59:13.141 INFO STEP 70 (remove_files) COMPLETE
79252024-08-26T23:59:14.249Z[ recovery-image] Aug 26 23:59:13.141 INFO O| Aug 26 23:59:13.141 INFO STEP 71: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
79262024-08-26T23:59:14.253Z[ recovery-image] Aug 26 23:59:13.150 INFO O| Aug 26 23:59:13.150 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/smb"
79272024-08-26T23:59:14.256Z[ recovery-image] Aug 26 23:59:13.151 INFO O| Aug 26 23:59:13.151 INFO STEP 71 (remove_files) COMPLETE
79282024-08-26T23:59:14.256Z[ recovery-image] Aug 26 23:59:13.151 INFO O| Aug 26 23:59:13.151 INFO STEP 72: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
79292024-08-26T23:59:14.263Z[ recovery-image] Aug 26 23:59:13.160 INFO O| Aug 26 23:59:13.160 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/application/management/net-snmp.xml"
79302024-08-26T23:59:14.263Z[ recovery-image] Aug 26 23:59:13.160 INFO O| Aug 26 23:59:13.160 INFO STEP 72 (remove_files) COMPLETE
79312024-08-26T23:59:14.266Z[ recovery-image] Aug 26 23:59:13.161 INFO O| Aug 26 23:59:13.160 INFO STEP 73: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
79322024-08-26T23:59:14.273Z[ recovery-image] Aug 26 23:59:13.170 INFO O| Aug 26 23:59:13.170 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/application/security/tcsd.xml"
79332024-08-26T23:59:14.276Z[ recovery-image] Aug 26 23:59:13.171 INFO O| Aug 26 23:59:13.170 INFO STEP 73 (remove_files) COMPLETE
79342024-08-26T23:59:14.276Z[ recovery-image] Aug 26 23:59:13.171 INFO O| Aug 26 23:59:13.170 INFO STEP 74: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
79352024-08-26T23:59:14.284Z[ recovery-image] Aug 26 23:59:13.180 INFO O| Aug 26 23:59:13.180 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/dns/install.xml"
79362024-08-26T23:59:14.284Z[ recovery-image] Aug 26 23:59:13.180 INFO O| Aug 26 23:59:13.180 INFO STEP 74 (remove_files) COMPLETE
79372024-08-26T23:59:14.286Z[ recovery-image] Aug 26 23:59:13.180 INFO O| Aug 26 23:59:13.180 INFO STEP 75: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
79382024-08-26T23:59:14.294Z[ recovery-image] Aug 26 23:59:13.190 INFO O| Aug 26 23:59:13.190 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/inetd-upgrade.xml"
79392024-08-26T23:59:14.297Z[ recovery-image] Aug 26 23:59:13.190 INFO O| Aug 26 23:59:13.190 INFO STEP 75 (remove_files) COMPLETE
79402024-08-26T23:59:14.297Z[ recovery-image] Aug 26 23:59:13.190 INFO O| Aug 26 23:59:13.190 INFO STEP 76: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
79412024-08-26T23:59:14.303Z[ recovery-image] Aug 26 23:59:13.200 INFO O| Aug 26 23:59:13.200 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/inetd.xml"
79422024-08-26T23:59:14.303Z[ recovery-image] Aug 26 23:59:13.200 INFO O| Aug 26 23:59:13.200 INFO STEP 76 (remove_files) COMPLETE
79432024-08-26T23:59:14.306Z[ recovery-image] Aug 26 23:59:13.200 INFO O| Aug 26 23:59:13.200 INFO STEP 77: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
79442024-08-26T23:59:14.321Z[ recovery-image] Aug 26 23:59:13.210 INFO O| Aug 26 23:59:13.210 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/network-install.xml"
79452024-08-26T23:59:14.321Z[ recovery-image] Aug 26 23:59:13.210 INFO O| Aug 26 23:59:13.210 INFO STEP 77 (remove_files) COMPLETE
79462024-08-26T23:59:14.321Z[ recovery-image] Aug 26 23:59:13.210 INFO O| Aug 26 23:59:13.210 INFO STEP 78: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
79472024-08-26T23:59:14.324Z[ recovery-image] Aug 26 23:59:13.220 INFO O| Aug 26 23:59:13.220 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/network-ipmp.xml"
79482024-08-26T23:59:14.331Z[ recovery-image] Aug 26 23:59:13.220 INFO O| Aug 26 23:59:13.220 INFO STEP 78 (remove_files) COMPLETE
79492024-08-26T23:59:14.331Z[ recovery-image] Aug 26 23:59:13.220 INFO O| Aug 26 23:59:13.220 INFO STEP 79: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
79502024-08-26T23:59:14.334Z[ recovery-image] Aug 26 23:59:13.229 INFO O| Aug 26 23:59:13.229 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/network-iptun.xml"
79512024-08-26T23:59:14.334Z[ recovery-image] Aug 26 23:59:13.229 INFO O| Aug 26 23:59:13.229 INFO STEP 79 (remove_files) COMPLETE
79522024-08-26T23:59:14.334Z[ recovery-image] Aug 26 23:59:13.229 INFO O| Aug 26 23:59:13.229 INFO STEP 80: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
79532024-08-26T23:59:14.342Z[ recovery-image] Aug 26 23:59:13.239 INFO O| Aug 26 23:59:13.239 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/network-location.xml"
79542024-08-26T23:59:14.342Z[ recovery-image] Aug 26 23:59:13.239 INFO O| Aug 26 23:59:13.239 INFO STEP 80 (remove_files) COMPLETE
79552024-08-26T23:59:14.342Z[ recovery-image] Aug 26 23:59:13.239 INFO O| Aug 26 23:59:13.239 INFO STEP 81: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
79562024-08-26T23:59:14.353Z[ recovery-image] Aug 26 23:59:13.249 INFO O| Aug 26 23:59:13.249 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/network-netcfg.xml"
79572024-08-26T23:59:14.353Z[ recovery-image] Aug 26 23:59:13.249 INFO O| Aug 26 23:59:13.249 INFO STEP 81 (remove_files) COMPLETE
79582024-08-26T23:59:14.357Z[ recovery-image] Aug 26 23:59:13.249 INFO O| Aug 26 23:59:13.249 INFO STEP 82: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
79592024-08-26T23:59:14.367Z[ recovery-image] Aug 26 23:59:13.258 INFO O| Aug 26 23:59:13.258 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/routing/rdisc.xml"
79602024-08-26T23:59:14.367Z[ recovery-image] Aug 26 23:59:13.259 INFO O| Aug 26 23:59:13.259 INFO STEP 82 (remove_files) COMPLETE
79612024-08-26T23:59:14.367Z[ recovery-image] Aug 26 23:59:13.259 INFO O| Aug 26 23:59:13.259 INFO STEP 83: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
79622024-08-26T23:59:14.371Z[ recovery-image] Aug 26 23:59:13.268 INFO O| Aug 26 23:59:13.268 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/varpd.xml"
79632024-08-26T23:59:14.376Z[ recovery-image] Aug 26 23:59:13.268 INFO O| Aug 26 23:59:13.268 INFO STEP 83 (remove_files) COMPLETE
79642024-08-26T23:59:14.376Z[ recovery-image] Aug 26 23:59:13.268 INFO O| Aug 26 23:59:13.268 INFO STEP 84: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
79652024-08-26T23:59:14.381Z[ recovery-image] Aug 26 23:59:13.278 INFO O| Aug 26 23:59:13.278 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/system/device/allocate.xml"
79662024-08-26T23:59:14.385Z[ recovery-image] Aug 26 23:59:13.279 INFO O| Aug 26 23:59:13.279 INFO STEP 84 (remove_files) COMPLETE
79672024-08-26T23:59:14.385Z[ recovery-image] Aug 26 23:59:13.279 INFO O| Aug 26 23:59:13.279 INFO STEP 85: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
79682024-08-26T23:59:14.396Z[ recovery-image] Aug 26 23:59:13.288 INFO O| Aug 26 23:59:13.288 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/system/device/devices-audio.xml"
79692024-08-26T23:59:14.396Z[ recovery-image] Aug 26 23:59:13.289 INFO O| Aug 26 23:59:13.289 INFO STEP 85 (remove_files) COMPLETE
79702024-08-26T23:59:14.401Z[ recovery-image] Aug 26 23:59:13.289 INFO O| Aug 26 23:59:13.289 INFO STEP 86: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
79712024-08-26T23:59:14.404Z[ recovery-image] Aug 26 23:59:13.298 INFO O| Aug 26 23:59:13.298 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/usr/lib/devfsadm/linkmod/SUNW_audio_link.so"
79722024-08-26T23:59:14.405Z[ recovery-image] Aug 26 23:59:13.298 INFO O| Aug 26 23:59:13.298 INFO STEP 86 (remove_files) COMPLETE
79732024-08-26T23:59:14.405Z[ recovery-image] Aug 26 23:59:13.298 INFO O| Aug 26 23:59:13.298 INFO STEP 87: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
79742024-08-26T23:59:14.411Z[ recovery-image] Aug 26 23:59:13.309 INFO O| Aug 26 23:59:13.309 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/sndstat"
79752024-08-26T23:59:14.411Z[ recovery-image] Aug 26 23:59:13.309 INFO O| Aug 26 23:59:13.309 INFO STEP 87 (remove_files) COMPLETE
79762024-08-26T23:59:14.416Z[ recovery-image] Aug 26 23:59:13.309 INFO O| Aug 26 23:59:13.309 INFO STEP 88: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
79772024-08-26T23:59:14.421Z[ recovery-image] Aug 26 23:59:13.319 INFO O| Aug 26 23:59:13.318 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/system/device/mpxio-upgrade.xml"
79782024-08-26T23:59:14.421Z[ recovery-image] Aug 26 23:59:13.319 INFO O| Aug 26 23:59:13.319 INFO STEP 88 (remove_files) COMPLETE
79792024-08-26T23:59:14.421Z[ recovery-image] Aug 26 23:59:13.319 INFO O| Aug 26 23:59:13.319 INFO STEP 89: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
79802024-08-26T23:59:14.431Z[ recovery-image] Aug 26 23:59:13.328 INFO O| Aug 26 23:59:13.328 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/system/hostid.xml"
79812024-08-26T23:59:14.431Z[ recovery-image] Aug 26 23:59:13.328 INFO O| Aug 26 23:59:13.328 INFO STEP 89 (remove_files) COMPLETE
79822024-08-26T23:59:14.434Z[ recovery-image] Aug 26 23:59:13.328 INFO O| Aug 26 23:59:13.328 INFO STEP 90: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
79832024-08-26T23:59:14.440Z[ recovery-image] Aug 26 23:59:13.338 INFO O| Aug 26 23:59:13.338 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/system/idmap.xml"
79842024-08-26T23:59:14.440Z[ recovery-image] Aug 26 23:59:13.338 INFO O| Aug 26 23:59:13.338 INFO STEP 90 (remove_files) COMPLETE
79852024-08-26T23:59:14.443Z[ recovery-image] Aug 26 23:59:13.338 INFO O| Aug 26 23:59:13.338 INFO STEP 91: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
79862024-08-26T23:59:14.450Z[ recovery-image] Aug 26 23:59:13.347 INFO O| Aug 26 23:59:13.347 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/system/pkgserv.xml"
79872024-08-26T23:59:14.450Z[ recovery-image] Aug 26 23:59:13.347 INFO O| Aug 26 23:59:13.347 INFO STEP 91 (remove_files) COMPLETE
79882024-08-26T23:59:14.453Z[ recovery-image] Aug 26 23:59:13.347 INFO O| Aug 26 23:59:13.347 INFO STEP 92: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
79892024-08-26T23:59:14.459Z[ recovery-image] Aug 26 23:59:13.357 INFO O| Aug 26 23:59:13.357 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/system/zones.xml"
79902024-08-26T23:59:14.460Z[ recovery-image] Aug 26 23:59:13.357 INFO O| Aug 26 23:59:13.357 INFO STEP 92 (remove_files) COMPLETE
79912024-08-26T23:59:14.463Z[ recovery-image] Aug 26 23:59:13.357 INFO O| Aug 26 23:59:13.357 INFO STEP 93: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
79922024-08-26T23:59:14.469Z[ recovery-image] Aug 26 23:59:13.366 INFO O| Aug 26 23:59:13.366 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/system/intrd.xml"
79932024-08-26T23:59:14.469Z[ recovery-image] Aug 26 23:59:13.366 INFO O| Aug 26 23:59:13.366 INFO STEP 93 (remove_files) COMPLETE
79942024-08-26T23:59:14.472Z[ recovery-image] Aug 26 23:59:13.367 INFO O| Aug 26 23:59:13.366 INFO STEP 94: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
79952024-08-26T23:59:14.479Z[ recovery-image] Aug 26 23:59:13.376 INFO O| Aug 26 23:59:13.376 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/chrony.xml"
79962024-08-26T23:59:14.483Z[ recovery-image] Aug 26 23:59:13.377 INFO O| Aug 26 23:59:13.376 INFO STEP 94 (remove_files) COMPLETE
79972024-08-26T23:59:14.483Z[ recovery-image] Aug 26 23:59:13.377 INFO O| Aug 26 23:59:13.377 INFO STEP 95: seed_smf, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs-recovery.json
79982024-08-26T23:59:14.494Z[ recovery-image] Aug 26 23:59:13.391 INFO O| Aug 26 23:59:13.391 INFO file /rpool/images/build/recovery/tmp/gimlet/zfs-recovery/repo.db does not already exist, skipping removal
79992024-08-26T23:59:14.497Z[ recovery-image] Aug 26 23:59:13.391 INFO O| Aug 26 23:59:13.391 INFO exec: ["/usr/sbin/svccfg", "import", "-p", "/dev/stdout", "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest"], env: {"SVCCFG_DTD": "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/usr/share/lib/xml/dtd/service_bundle.dtd.1", "SVCCFG_REPOSITORY": "/rpool/images/build/recovery/tmp/gimlet/zfs-recovery/repo.db", "SVCCFG_CHECKHASH": "1", "PKG_INSTALL_ROOT": "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a"}
80002024-08-26T23:59:16.559Z[ host-image] Aug 26 23:59:15.455 INFO O| Aug 26 23:59:15.454 INFO O| Download: Completed 8.42 MB in 4.55 seconds (1.9M/s)
80012024-08-26T23:59:16.617Z[ host-image] Aug 26 23:59:15.514 INFO O| Aug 26 23:59:15.514 INFO O| Actions: 1/1361 actions (Installing new actions)
80022024-08-26T23:59:17.021Z[ host-image] Aug 26 23:59:15.916 INFO O| Aug 26 23:59:15.916 INFO O| Actions: Completed 1361 actions in 0.40 seconds.
80032024-08-26T23:59:17.265Z[ host-image] Aug 26 23:59:16.158 INFO O| Aug 26 23:59:16.158 INFO O| Done
80042024-08-26T23:59:17.265Z[ host-image] Aug 26 23:59:16.158 INFO O| Aug 26 23:59:16.158 INFO O| Done
80052024-08-26T23:59:17.642Z[ host-image] Aug 26 23:59:16.538 INFO O| Aug 26 23:59:16.537 INFO O| Done
80062024-08-26T23:59:18.748Z[ host-image] Aug 26 23:59:17.644 INFO O| Aug 26 23:59:17.643 INFO O| Done
80072024-08-26T23:59:18.770Z[ host-image] Aug 26 23:59:17.666 INFO O| Aug 26 23:59:17.666 INFO O| Done
80082024-08-26T23:59:18.774Z[ host-image] Aug 26 23:59:17.666 INFO O| Aug 26 23:59:17.666 INFO O| Done
80092024-08-26T23:59:18.846Z[ host-image] Aug 26 23:59:17.742 INFO O| Aug 26 23:59:17.742 INFO O| Done
80102024-08-26T23:59:19.004Z[ host-image] Aug 26 23:59:17.900 INFO O| Aug 26 23:59:17.900 INFO STEP 13 (pkg_install) COMPLETE
80112024-08-26T23:59:19.004Z[ host-image] Aug 26 23:59:17.900 INFO O| Aug 26 23:59:17.900 INFO STEP 14: pkg_install, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
80122024-08-26T23:59:19.015Z[ host-image] Aug 26 23:59:17.911 INFO O| Aug 26 23:59:17.911 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/host/work/gimlet/ramdisk", "install", "/driver/network/opte@0.33.293"]
80132024-08-26T23:59:19.469Z[ host-image] Aug 26 23:59:18.365 INFO O| Aug 26 23:59:18.364 INFO O| Startup: Refreshing catalog 'helios-dev' ... Done
80142024-08-26T23:59:20.921Z[ host-image] Aug 26 23:59:19.816 INFO O| Aug 26 23:59:19.816 INFO O| Planning: Solver setup ... Done
80152024-08-26T23:59:20.925Z[ host-image] Aug 26 23:59:19.820 INFO O| Aug 26 23:59:19.820 INFO O| Planning: Running solver ... Done
80162024-08-26T23:59:20.960Z[ host-image] Aug 26 23:59:19.856 INFO O| Aug 26 23:59:19.856 INFO O| Planning: Finding local manifests ... Done
80172024-08-26T23:59:20.963Z[ host-image] Aug 26 23:59:19.857 INFO O| Aug 26 23:59:19.857 INFO O| Planning: Fetching manifests: 0/1 0% complete
80182024-08-26T23:59:21.023Z[ host-image] Aug 26 23:59:19.919 INFO O| Aug 26 23:59:19.919 INFO O| Planning: Fetching manifests: 1/1 100% complete
80192024-08-26T23:59:21.042Z[ host-image] Aug 26 23:59:19.938 INFO O| Aug 26 23:59:19.938 INFO O| Planning: Package planning ... Done
80202024-08-26T23:59:21.044Z[ host-image] Aug 26 23:59:19.938 INFO O| Aug 26 23:59:19.938 INFO O| Planning: Merging actions ... Done
80212024-08-26T23:59:21.102Z[ host-image] Aug 26 23:59:19.997 INFO O| Aug 26 23:59:19.997 INFO O| Planning: Checking for conflicting actions ... Done
80222024-08-26T23:59:21.106Z[ host-image] Aug 26 23:59:19.997 INFO O| Aug 26 23:59:19.997 INFO O| Planning: Consolidating action changes ... Done
80232024-08-26T23:59:21.272Z[ host-image] Aug 26 23:59:20.168 INFO O| Aug 26 23:59:20.168 INFO O| Planning: Evaluating mediators ... Done
80242024-08-26T23:59:21.276Z[ host-image] Aug 26 23:59:20.168 INFO O| Aug 26 23:59:20.168 INFO O| Planning: Planning completed in 1.80 seconds
80252024-08-26T23:59:21.276Z[ host-image] Aug 26 23:59:20.170 INFO O| Aug 26 23:59:20.170 INFO O| Packages to install: 1
80262024-08-26T23:59:21.284Z[ host-image] Aug 26 23:59:20.180 INFO O| Aug 26 23:59:20.180 INFO O| Download: 0/4 items 0.0/20.8MB 0% complete
80272024-08-26T23:59:22.103Z[ host-image] Aug 26 23:59:20.999 INFO O| Aug 26 23:59:20.998 INFO O| Download: Completed 20.80 MB in 0.82 seconds (25.4M/s)
80282024-08-26T23:59:22.134Z[ host-image] Aug 26 23:59:21.029 INFO O| Aug 26 23:59:21.029 INFO O| Actions: 1/22 actions (Installing new actions)
80292024-08-26T23:59:22.650Z[ host-image] Aug 26 23:59:21.545 INFO O| Aug 26 23:59:21.545 INFO O| Actions: Completed 22 actions in 0.52 seconds.
80302024-08-26T23:59:22.884Z[ host-image] Aug 26 23:59:21.780 INFO O| Aug 26 23:59:21.779 INFO O| Done
80312024-08-26T23:59:22.884Z[ host-image] Aug 26 23:59:21.780 INFO O| Aug 26 23:59:21.779 INFO O| Done
80322024-08-26T23:59:23.226Z[ host-image] Aug 26 23:59:22.122 INFO O| Aug 26 23:59:22.122 INFO O| Done
80332024-08-26T23:59:23.840Z[ recovery-image] Aug 26 23:59:22.735 INFO O| Aug 26 23:59:22.735 INFO O| Loading smf(7) service descriptions: 1/672/673/674/675/676/677/678/679/6710/6711/6712/6713/6714/6715/6716/6717/6718/6719/6720/6721/6722/6723/6724/6725/6726/6727/6728/6729/6730/6731/6732/6733/6734/6735/6736/6737/6738/6739/6740/6741/6742/6743/6744/6745/6746/6747/6748/6749/6750/6751/6752/6753/6754/6755/6756/6757/6758/6759/6760/6761/6762/6763/6764/6765/6766/6767/67
80342024-08-26T23:59:23.841Z[ recovery-image] Aug 26 23:59:22.735 INFO O| Aug 26 23:59:22.735 INFO E| svccfg: Loaded 67 smf(7) service descriptions
80352024-08-26T23:59:23.856Z[ recovery-image] Aug 26 23:59:22.751 INFO O| Aug 26 23:59:22.751 INFO exec: ["/usr/sbin/svccfg", "apply", "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/var/svc/profile/site.xml"], env: {"SVCCFG_REPOSITORY": "/rpool/images/build/recovery/tmp/gimlet/zfs-recovery/repo.db", "SVCCFG_DTD": "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/usr/share/lib/xml/dtd/service_bundle.dtd.1", "PKG_INSTALL_ROOT": "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a", "SVCCFG_CHECKHASH": "1"}
80362024-08-26T23:59:23.945Z[ recovery-image] Aug 26 23:59:22.829 INFO O| Aug 26 23:59:22.829 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/svc/repository.db does not exist
80372024-08-26T23:59:23.963Z[ recovery-image] Aug 26 23:59:22.829 INFO O| Aug 26 23:59:22.829 INFO copying /rpool/images/build/recovery/tmp/gimlet/zfs-recovery/repo.db -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/svc/repository.db ...
80382024-08-26T23:59:23.964Z[ recovery-image] Aug 26 23:59:22.831 INFO O| Aug 26 23:59:22.831 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/svc/repository.db
80392024-08-26T23:59:23.964Z[ recovery-image] Aug 26 23:59:22.831 INFO O| Aug 26 23:59:22.831 INFO ok!
80402024-08-26T23:59:23.964Z[ recovery-image] Aug 26 23:59:22.831 INFO O| Aug 26 23:59:22.831 INFO file /rpool/images/build/recovery/tmp/gimlet/zfs-recovery/repo.db exists (as File), removing
80412024-08-26T23:59:23.964Z[ recovery-image] Aug 26 23:59:22.831 INFO O| Aug 26 23:59:22.831 INFO STEP 95 (seed_smf) COMPLETE
80422024-08-26T23:59:23.964Z[ recovery-image] Aug 26 23:59:22.831 INFO O| Aug 26 23:59:22.831 INFO steps complete; finalising image!
80432024-08-26T23:59:23.964Z[ recovery-image] Aug 26 23:59:22.831 INFO O| Aug 26 23:59:22.831 INFO TRIM POOL: TEMPORARY-gimlet-zfs-recovery
80442024-08-26T23:59:23.970Z[ recovery-image] Aug 26 23:59:22.865 INFO O| Aug 26 23:59:22.865 INFO trim TEMPORARY-gimlet-zfs-recovery: (8% trimmed, started at Mon Aug 26 23:59:22 2024)
80452024-08-26T23:59:24.192Z[ recovery-image] Aug 26 23:59:23.088 INFO O| Aug 26 23:59:23.087 INFO temporary pool has 397M used, 1.36G avail, 1.00x compressratio
80462024-08-26T23:59:24.193Z[ recovery-image] Aug 26 23:59:23.088 INFO O| Aug 26 23:59:23.088 INFO EXPORT POOL: TEMPORARY-gimlet-zfs-recovery
80472024-08-26T23:59:24.405Z[ recovery-image] Aug 26 23:59:23.300 INFO O| Aug 26 23:59:23.300 INFO copying image /rpool/images/build/recovery/work/gimlet/zfs-recovery/lofi.raw to output file /rpool/images/build/recovery/output/gimlet-zfs-recovery.raw
80482024-08-26T23:59:24.405Z[ recovery-image] Aug 26 23:59:23.300 INFO O| Aug 26 23:59:23.300 INFO file /rpool/images/build/recovery/output/gimlet-zfs-recovery.raw does not already exist, skipping removal
80492024-08-26T23:59:24.415Z[ host-image] Aug 26 23:59:23.310 INFO O| Aug 26 23:59:23.310 INFO O| Done
80502024-08-26T23:59:24.441Z[ host-image] Aug 26 23:59:23.336 INFO O| Aug 26 23:59:23.336 INFO O| Done
80512024-08-26T23:59:24.441Z[ host-image] Aug 26 23:59:23.336 INFO O| Aug 26 23:59:23.336 INFO O| Done
80522024-08-26T23:59:24.450Z[ host-image] Aug 26 23:59:23.346 INFO O| Aug 26 23:59:23.346 INFO O| Done
80532024-08-26T23:59:24.551Z[ host-image] Aug 26 23:59:23.446 INFO O| Aug 26 23:59:23.446 INFO STEP 14 (pkg_install) COMPLETE
80542024-08-26T23:59:24.551Z[ host-image] Aug 26 23:59:23.446 INFO O| Aug 26 23:59:23.446 INFO STEP 15: pkg_install, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
80552024-08-26T23:59:24.555Z[ host-image] Aug 26 23:59:23.446 INFO O| Aug 26 23:59:23.446 INFO skip step because feature "mfg" is not enabled
80562024-08-26T23:59:24.555Z[ host-image] Aug 26 23:59:23.446 INFO O| Aug 26 23:59:23.446 INFO STEP 16: pkg_install, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
80572024-08-26T23:59:24.555Z[ host-image] Aug 26 23:59:23.446 INFO O| Aug 26 23:59:23.446 INFO skip step because feature "compliance" is not enabled
80582024-08-26T23:59:24.555Z[ host-image] Aug 26 23:59:23.446 INFO O| Aug 26 23:59:23.446 INFO STEP 17: pkg_install, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
80592024-08-26T23:59:24.555Z[ host-image] Aug 26 23:59:23.446 INFO O| Aug 26 23:59:23.446 INFO skip step because feature "stress" is not enabled
80602024-08-26T23:59:24.555Z[ host-image] Aug 26 23:59:23.446 INFO O| Aug 26 23:59:23.446 INFO STEP 18: pkg_install, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
80612024-08-26T23:59:24.555Z[ host-image] Aug 26 23:59:23.446 INFO O| Aug 26 23:59:23.446 INFO skip step because feature "nfs" is not enabled
80622024-08-26T23:59:24.555Z[ host-image] Aug 26 23:59:23.446 INFO O| Aug 26 23:59:23.446 INFO creating output snapshot rpool/images/build/host/work/gimlet/ramdisk@os
80632024-08-26T23:59:24.555Z[ host-image] Aug 26 23:59:23.446 INFO O| Aug 26 23:59:23.446 INFO CREATE SNAPSHOT: rpool/images/build/host/work/gimlet/ramdisk@os
80642024-08-26T23:59:24.637Z[ host-image] Aug 26 23:59:23.531 INFO O| Aug 26 23:59:23.530 INFO DESTROY DATASET: rpool/images/build/host/tmp/gimlet/ramdisk-01-os
80652024-08-26T23:59:24.722Z[ host-image] Aug 26 23:59:23.617 INFO O| Aug 26 23:59:23.617 INFO completed processing gimlet/ramdisk-01-os
80662024-08-26T23:59:24.727Z[ host-image] Aug 26 23:59:23.620 INFO omicron1 baseline generation...
80672024-08-26T23:59:24.727Z[ host-image] Aug 26 23:59:23.620 INFO exec: ["/usr/lib/brand/omicron1/baseline", "-R", "/rpool/images/build/host/work/gimlet/ramdisk", "/work/oxidecomputer/helios/tmp/image.host/omicron1"], pwd: None
80682024-08-26T23:59:25.109Z[ host-image] Aug 26 23:59:24.004 INFO O| incorp = pkg://helios-dev/consolidation/osnet/osnet-incorporation@0.5.11-2.0.22828:20240823T105132Z
80692024-08-26T23:59:27.354Z[ recovery-image] Aug 26 23:59:26.249 INFO O| Aug 26 23:59:26.249 INFO perms are 1600, should be 644, path: /rpool/images/build/recovery/output/gimlet-zfs-recovery.raw
80702024-08-26T23:59:27.354Z[ recovery-image] Aug 26 23:59:26.249 INFO O| Aug 26 23:59:26.249 INFO chmod ok, path: /rpool/images/build/recovery/output/gimlet-zfs-recovery.raw
80712024-08-26T23:59:27.358Z[ recovery-image] Aug 26 23:59:26.249 INFO O| Aug 26 23:59:26.249 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/output/gimlet-zfs-recovery.raw
80722024-08-26T23:59:27.358Z[ recovery-image] Aug 26 23:59:26.249 INFO O| Aug 26 23:59:26.249 INFO completed processing gimlet/zfs-recovery
80732024-08-26T23:59:27.358Z[ recovery-image] Aug 26 23:59:26.249 INFO O| Aug 26 23:59:26.249 INFO DESTROY DATASET: rpool/images/build/recovery/work/gimlet/zfs-recovery
80742024-08-26T23:59:27.622Z[ recovery-image] Aug 26 23:59:26.517 INFO O| Aug 26 23:59:26.517 INFO DESTROY DATASET: rpool/images/build/recovery/tmp/gimlet/zfs-recovery
80752024-08-26T23:59:27.729Z[ recovery-image] Aug 26 23:59:26.624 INFO BUILD STRING "heads/stlouis-0-g8a4b91828c\n"
80762024-08-26T23:59:27.729Z[ recovery-image] Aug 26 23:59:26.624 INFO expanded image name: "recovery fb9ee7e/${os_short_commit} 2024-08-26 23:33" -> "recovery fb9ee7e/8a4b918 2024-08-26 23:33"
80772024-08-26T23:59:27.733Z[ recovery-image] Aug 26 23:59:26.624 INFO output artefacts stored in: "/work/os-recovery"
80782024-08-26T23:59:27.733Z[ recovery-image] Aug 26 23:59:26.624 INFO collecting git info from project "pinprick"...
80792024-08-26T23:59:27.736Z[ recovery-image] Aug 26 23:59:26.631 INFO collecting git info from project "bootserver"...
80802024-08-26T23:59:27.741Z[ recovery-image] Aug 26 23:59:26.636 INFO collecting git info from project "amd-firmware"...
80812024-08-26T23:59:27.921Z[ recovery-image] Aug 26 23:59:26.816 INFO collecting git info from project "pilot"...
80822024-08-26T23:59:27.932Z[ recovery-image] Aug 26 23:59:26.827 INFO collecting git info from project "amd-host-image-builder"...
80832024-08-26T23:59:28.172Z[ recovery-image] Aug 26 23:59:27.066 INFO collecting git info from project "image-builder"...
80842024-08-26T23:59:28.178Z[ recovery-image] Aug 26 23:59:27.073 INFO collecting git info from project "chelsio-t6-roms"...
80852024-08-26T23:59:28.199Z[ recovery-image] Aug 26 23:59:27.093 INFO collecting git info from project "phbl"...
80862024-08-26T23:59:28.205Z[ recovery-image] Aug 26 23:59:27.099 INFO collecting packaging info "pkg-publishers.txt": ["publisher", "-F", "tsv"]...
80872024-08-26T23:59:28.558Z[ recovery-image] Aug 26 23:59:27.452 INFO collecting packaging info "pkg-list.txt": ["list", "-H", "-v"]...
80882024-08-26T23:59:28.902Z[ recovery-image] Aug 26 23:59:27.796 INFO creating Oxide boot image...
80892024-08-26T23:59:28.902Z[ recovery-image] Aug 26 23:59:27.796 INFO exec: ["/work/oxidecomputer/helios/projects/bootserver/target/release/mkimage", "-i", "/rpool/images/build/recovery/output/gimlet-zfs-recovery.raw", "-N", "recovery fb9ee7e/8a4b918 2024-08-26 23:33", "-o", "/work/os-recovery/zfs.img", "-O", "/work/oxidecomputer/helios/tmp/image.recovery/boot_image_csum", "-s", "4096", "-z"], pwd: None
80902024-08-27T00:00:11.841Z[ host-image] Aug 27 00:00:10.728 INFO O| install = pkg://helios-dev/SUNWcs@0.5.11-2.0.22828:20240823T105206Z
80912024-08-27T00:00:11.844Z[ host-image] Aug 27 00:00:10.728 INFO O| install = pkg://helios-dev/SUNWcsd@0.5.11-2.0.22828:20240823T105206Z
80922024-08-27T00:00:11.844Z[ host-image] Aug 27 00:00:10.728 INFO O| install = pkg://helios-dev/compress/brotli@1.0.9-2.0:20230621T185813Z
80932024-08-27T00:00:11.844Z[ host-image] Aug 27 00:00:10.729 INFO O| install = pkg://helios-dev/compress/bzip2@1.0.8-2.0:20230621T185759Z
80942024-08-27T00:00:11.844Z[ host-image] Aug 27 00:00:10.729 INFO O| install = pkg://helios-dev/compress/gzip@1.12-2.0:20230621T185838Z
80952024-08-27T00:00:11.844Z[ host-image] Aug 27 00:00:10.729 INFO O| install = pkg://helios-dev/compress/lz4@1.9.4-2.0:20230621T185820Z
80962024-08-27T00:00:11.844Z[ host-image] Aug 27 00:00:10.730 INFO O| install = pkg://helios-dev/compress/xz@5.4.2-2.0:20230621T190107Z
80972024-08-27T00:00:11.844Z[ host-image] Aug 27 00:00:10.730 INFO O| install = pkg://helios-dev/compress/zstd@1.5.5-2.0:20230621T190025Z
80982024-08-27T00:00:11.844Z[ host-image] Aug 27 00:00:10.730 INFO O| install = pkg://helios-dev/consolidation/oxide/omicron1-brand-incorporation@1.0.22:20240315T231141Z
80992024-08-27T00:00:11.844Z[ host-image] Aug 27 00:00:10.730 INFO O| install = pkg://helios-dev/database/sqlite-3@3.41.2-2.0:20230621T190437Z
81002024-08-27T00:00:11.844Z[ host-image] Aug 27 00:00:10.730 INFO O| install = pkg://helios-dev/developer/acpi@0.5.11-2.0.22828:20240823T105207Z
81012024-08-27T00:00:11.847Z[ host-image] Aug 27 00:00:10.732 INFO O| install = pkg://helios-dev/developer/debug/mdb@0.5.11-2.0.22828:20240823T105208Z
81022024-08-27T00:00:11.847Z[ host-image] Aug 27 00:00:10.733 INFO O| install = pkg://helios-dev/developer/dtrace@0.5.11-2.0.22828:20240823T105208Z
81032024-08-27T00:00:11.847Z[ host-image] Aug 27 00:00:10.733 INFO O| install = pkg://helios-dev/developer/linker@0.5.11-2.0.22828:20240823T105208Z
81042024-08-27T00:00:11.847Z[ host-image] Aug 27 00:00:10.733 INFO O| install = pkg://helios-dev/developer/macro/cpp@20220808-2.0:20230621T191251Z
81052024-08-27T00:00:11.847Z[ host-image] Aug 27 00:00:10.734 INFO O| install = pkg://helios-dev/developer/object-file@0.5.11-2.0.22828:20240823T105208Z
81062024-08-27T00:00:11.850Z[ host-image] Aug 27 00:00:10.735 INFO O| install = pkg://helios-dev/diagnostic/cpu-counters@0.5.11-2.0.22828:20240823T105208Z
81072024-08-27T00:00:11.850Z[ host-image] Aug 27 00:00:10.735 INFO O| install = pkg://helios-dev/diagnostic/diskinfo@0.5.11-2.0.22828:20240823T105208Z
81082024-08-27T00:00:11.850Z[ host-image] Aug 27 00:00:10.735 INFO O| install = pkg://helios-dev/diagnostic/pci@0.5.11-2.0.22828:20240823T105209Z
81092024-08-27T00:00:11.850Z[ host-image] Aug 27 00:00:10.735 INFO O| install = pkg://helios-dev/driver/audio@0.5.11-2.0.22828:20240823T105210Z
81102024-08-27T00:00:11.850Z[ host-image] Aug 27 00:00:10.735 INFO O| install = pkg://helios-dev/driver/cpu/amd/zen@0.5.11-2.0.22828:20240823T105210Z
81112024-08-27T00:00:11.850Z[ host-image] Aug 27 00:00:10.735 INFO O| install = pkg://helios-dev/driver/cpu/sensor@0.5.11-2.0.22828:20240823T105210Z
81122024-08-27T00:00:11.850Z[ host-image] Aug 27 00:00:10.735 INFO O| install = pkg://helios-dev/driver/gpio/amd/zen@0.5.11-2.0.22828:20240823T105210Z
81132024-08-27T00:00:11.850Z[ host-image] Aug 27 00:00:10.736 INFO O| install = pkg://helios-dev/driver/misc/tofino@0.5.11-2.0.22828:20240823T105211Z
81142024-08-27T00:00:11.850Z[ host-image] Aug 27 00:00:10.736 INFO O| install = pkg://helios-dev/driver/network/cxgbe@0.5.11-2.0.22828:20240823T105212Z
81152024-08-27T00:00:11.850Z[ host-image] Aug 27 00:00:10.736 INFO O| install = pkg://helios-dev/driver/network/e1000g@0.5.11-2.0.22828:20240823T105212Z
81162024-08-27T00:00:11.850Z[ host-image] Aug 27 00:00:10.736 INFO O| install = pkg://helios-dev/driver/network/igb@0.5.11-2.0.22828:20240823T105214Z
81172024-08-27T00:00:11.850Z[ host-image] Aug 27 00:00:10.736 INFO O| install = pkg://helios-dev/driver/network/ixgbe@0.5.11-2.0.22828:20240823T105215Z
81182024-08-27T00:00:11.850Z[ host-image] Aug 27 00:00:10.736 INFO O| install = pkg://helios-dev/driver/network/opte@0.33.293:20240820T211830Z
81192024-08-27T00:00:11.850Z[ host-image] Aug 27 00:00:10.736 INFO O| install = pkg://helios-dev/driver/network/rge@0.5.11-2.0.22828:20240823T105216Z
81202024-08-27T00:00:11.850Z[ host-image] Aug 27 00:00:10.736 INFO O| install = pkg://helios-dev/driver/serial/usbser@0.5.11-2.0.22828:20240823T105218Z
81212024-08-27T00:00:11.850Z[ host-image] Aug 27 00:00:10.736 INFO O| install = pkg://helios-dev/driver/storage/blkdev@0.5.11-2.0.22828:20240823T105219Z
81222024-08-27T00:00:11.850Z[ host-image] Aug 27 00:00:10.737 INFO O| install = pkg://helios-dev/driver/storage/nvme@0.5.11-2.0.22828:20240823T105220Z
81232024-08-27T00:00:11.853Z[ host-image] Aug 27 00:00:10.738 INFO O| install = pkg://helios-dev/driver/usb@0.5.11-2.0.22828:20240823T105221Z
81242024-08-27T00:00:11.853Z[ host-image] Aug 27 00:00:10.738 INFO O| install = pkg://helios-dev/driver/x11/xsvc@0.5.11-2.0.22828:20240823T105221Z
81252024-08-27T00:00:11.860Z[ host-image] Aug 27 00:00:10.747 INFO O| install = pkg://helios-dev/editor/vim@9.0.1443-2.0:20230621T192540Z
81262024-08-27T00:00:11.863Z[ host-image] Aug 27 00:00:10.747 INFO O| install = pkg://helios-dev/install/beadm@0.5.11-2.0.22828:20240823T105221Z
81272024-08-27T00:00:11.863Z[ host-image] Aug 27 00:00:10.747 INFO O| install = pkg://helios-dev/library/expat@2.5.0-2.0:20230621T192934Z
81282024-08-27T00:00:11.863Z[ host-image] Aug 27 00:00:10.748 INFO O| install = pkg://helios-dev/library/libedit@3.1-2.0:20230621T193242Z
81292024-08-27T00:00:11.863Z[ host-image] Aug 27 00:00:10.748 INFO O| install = pkg://helios-dev/library/libidn@1.41-2.0:20230621T193402Z
81302024-08-27T00:00:11.863Z[ host-image] Aug 27 00:00:10.749 INFO O| install = pkg://helios-dev/library/libtecla@1.6.0-2.0.22828:20240823T105222Z
81312024-08-27T00:00:11.863Z[ host-image] Aug 27 00:00:10.749 INFO O| install = pkg://helios-dev/library/libtool/libltdl@2.4.6-2.0:20230621T190218Z
81322024-08-27T00:00:11.863Z[ host-image] Aug 27 00:00:10.749 INFO O| install = pkg://helios-dev/library/libxml2@2.11.7-2.0:20240215T135051Z
81332024-08-27T00:00:11.867Z[ host-image] Aug 27 00:00:10.750 INFO O| install = pkg://helios-dev/library/libxmlsec1@1.2.35-2.0:20230624T123441Z
81342024-08-27T00:00:11.867Z[ host-image] Aug 27 00:00:10.750 INFO O| install = pkg://helios-dev/library/libxslt@1.1.30-2.0:20230621T193447Z
81352024-08-27T00:00:11.875Z[ host-image] Aug 27 00:00:10.763 INFO O| install = pkg://helios-dev/library/ncurses@6.4.20240309-2.0:20240523T185257Z
81362024-08-27T00:00:11.876Z[ host-image] Aug 27 00:00:10.763 INFO O| install = pkg://helios-dev/library/nghttp2@1.52.0-2.0:20230621T193608Z
81372024-08-27T00:00:11.878Z[ host-image] Aug 27 00:00:10.763 INFO O| install = pkg://helios-dev/library/nspr@4.35-2.0:20230621T193601Z
81382024-08-27T00:00:11.878Z[ host-image] Aug 27 00:00:10.763 INFO O| install = pkg://helios-dev/library/pcre@8.45-2.0:20230621T193733Z
81392024-08-27T00:00:11.878Z[ host-image] Aug 27 00:00:10.764 INFO O| install = pkg://helios-dev/library/pcre2@10.42-2.0:20230621T193725Z
81402024-08-27T00:00:11.878Z[ host-image] Aug 27 00:00:10.764 INFO O| install = pkg://helios-dev/library/readline@8.2-2.1:20240418T211117Z
81412024-08-27T00:00:11.913Z[ host-image] Aug 27 00:00:10.800 INFO O| install = pkg://helios-dev/library/security/openssl-3@3.0.14-2.0:20240604T174838Z
81422024-08-27T00:00:11.916Z[ host-image] Aug 27 00:00:10.801 INFO O| install = pkg://helios-dev/library/security/trousers@0.3.15-2.0:20230621T194405Z
81432024-08-27T00:00:11.916Z[ host-image] Aug 27 00:00:10.801 INFO O| install = pkg://helios-dev/library/zlib@1.2.13-2.0:20230621T194146Z
81442024-08-27T00:00:11.916Z[ host-image] Aug 27 00:00:10.802 INFO O| install = pkg://helios-dev/locale/en@0.5.11-2.0.22828:20240823T105223Z
81452024-08-27T00:00:11.916Z[ host-image] Aug 27 00:00:10.802 INFO O| install = pkg://helios-dev/network/bridging@0.5.11-2.0.22828:20240823T105229Z
81462024-08-27T00:00:11.916Z[ host-image] Aug 27 00:00:10.802 INFO O| install = pkg://helios-dev/network/dns/bind@9.18.14-2.0:20230621T194546Z
81472024-08-27T00:00:11.916Z[ host-image] Aug 27 00:00:10.802 INFO O| install = pkg://helios-dev/network/netcat@0.5.11-2.0.22828:20240823T105230Z
81482024-08-27T00:00:11.916Z[ host-image] Aug 27 00:00:10.803 INFO O| install = pkg://helios-dev/network/openssh@9.6.1-2.1:20240701T171301Z
81492024-08-27T00:00:11.916Z[ host-image] Aug 27 00:00:10.803 INFO O| install = pkg://helios-dev/network/openssh-server@9.6.1-2.1:20240701T171311Z
81502024-08-27T00:00:11.916Z[ host-image] Aug 27 00:00:10.803 INFO O| install = pkg://helios-dev/network/rsync@3.2.7-2.1:20240627T120527Z
81512024-08-27T00:00:11.916Z[ host-image] Aug 27 00:00:10.803 INFO O| install = pkg://helios-dev/network/snoop@0.5.11-2.0.22828:20240823T105230Z
81522024-08-27T00:00:11.916Z[ host-image] Aug 27 00:00:10.803 INFO O| install = pkg://helios-dev/ooce/library/onig@6.9.8-2.0:20230623T150226Z
81532024-08-27T00:00:11.921Z[ host-image] Aug 27 00:00:10.808 INFO O| install = pkg://helios-dev/ooce/library/postgresql-13@13.11-2.0:20230623T123131Z
81542024-08-27T00:00:11.923Z[ host-image] Aug 27 00:00:10.808 INFO O| install = pkg://helios-dev/ooce/util/jq@1.6-2.0:20230623T172253Z
81552024-08-27T00:00:11.923Z[ host-image] Aug 27 00:00:10.808 INFO O| install = pkg://helios-dev/oxide/platform-identity-cacerts@1.0-2.0:20240719T230730Z
81562024-08-27T00:00:11.923Z[ host-image] Aug 27 00:00:10.808 INFO O| install = pkg://helios-dev/package/svr4@0.5.11-2.0.22828:20240823T105230Z
81572024-08-27T00:00:11.923Z[ host-image] Aug 27 00:00:10.808 INFO O| install = pkg://helios-dev/release/name@0.5.11-2.0:20230621T194601Z
81582024-08-27T00:00:11.936Z[ host-image] Aug 27 00:00:10.823 INFO O| install = pkg://helios-dev/runtime/perl@5.36.1-2.0:20230621T195846Z
81592024-08-27T00:00:11.939Z[ host-image] Aug 27 00:00:10.824 INFO O| install = pkg://helios-dev/runtime/perl/module/sun-solaris@0.5.11-2.0.22828:20240823T105231Z
81602024-08-27T00:00:11.939Z[ host-image] Aug 27 00:00:10.826 INFO O| install = pkg://helios-dev/service/fault-management@0.5.11-2.0.22828:20240823T105231Z
81612024-08-27T00:00:11.939Z[ host-image] Aug 27 00:00:10.826 INFO O| install = pkg://helios-dev/service/file-system/smb@0.5.11-2.0.22828:20240823T105231Z
81622024-08-27T00:00:11.939Z[ host-image] Aug 27 00:00:10.826 INFO O| install = pkg://helios-dev/service/network/chrony@4.5-2.0:20240418T211951Z
81632024-08-27T00:00:11.942Z[ host-image] Aug 27 00:00:10.827 INFO O| install = pkg://helios-dev/service/picl@0.5.11-2.0.22828:20240823T105233Z
81642024-08-27T00:00:11.942Z[ host-image] Aug 27 00:00:10.827 INFO O| install = pkg://helios-dev/service/resource-pools@0.5.11-2.0.22828:20240823T105233Z
81652024-08-27T00:00:11.942Z[ host-image] Aug 27 00:00:10.827 INFO O| install = pkg://helios-dev/service/security/gss@0.5.11-2.0.22828:20240823T105233Z
81662024-08-27T00:00:11.942Z[ host-image] Aug 27 00:00:10.828 INFO O| install = pkg://helios-dev/service/security/kerberos-5@0.5.11-2.0.22828:20240823T105233Z
81672024-08-27T00:00:11.945Z[ host-image] Aug 27 00:00:10.832 INFO O| install = pkg://helios-dev/shell/bash@5.2.15-2.0:20230621T200617Z
81682024-08-27T00:00:11.947Z[ host-image] Aug 27 00:00:10.832 INFO O| install = pkg://helios-dev/shell/ksh93@93.21.1.20120801-2.0.22828:20240823T105234Z
81692024-08-27T00:00:11.947Z[ host-image] Aug 27 00:00:10.833 INFO O| install = pkg://helios-dev/system/bhyve@0.5.11-2.0.22828:20240823T105235Z
81702024-08-27T00:00:11.947Z[ host-image] Aug 27 00:00:10.833 INFO O| install = pkg://helios-dev/system/bhyve/firmware@20230201-2.0:20230621T201619Z
81712024-08-27T00:00:11.947Z[ host-image] Aug 27 00:00:10.833 INFO O| install = pkg://helios-dev/system/boot/loader@1.1-2.0.22828:20240823T105235Z
81722024-08-27T00:00:11.947Z[ host-image] Aug 27 00:00:10.833 INFO O| install = pkg://helios-dev/system/data/console/fonts@0.5.11-2.0.22828:20240823T105235Z
81732024-08-27T00:00:11.947Z[ host-image] Aug 27 00:00:10.833 INFO O| install = pkg://helios-dev/system/data/hardware-registry@2024.3.31-2.0.22828:20240823T105235Z
81742024-08-27T00:00:11.947Z[ host-image] Aug 27 00:00:10.834 INFO O| install = pkg://helios-dev/system/data/keyboard/keytables@0.5.11-2.0.22828:20240823T105236Z
81752024-08-27T00:00:11.955Z[ host-image] Aug 27 00:00:10.842 INFO O| install = pkg://helios-dev/system/data/terminfo@0.5.11-2.0.22828:20240823T105236Z
81762024-08-27T00:00:11.958Z[ host-image] Aug 27 00:00:10.842 INFO O| install = pkg://helios-dev/system/data/urxvt-terminfo@9.31-2.0:20230621T200815Z
81772024-08-27T00:00:11.958Z[ host-image] Aug 27 00:00:10.844 INFO O| install = pkg://helios-dev/system/data/zoneinfo@2024.1-2.0.22828:20240823T105236Z
81782024-08-27T00:00:11.960Z[ host-image] Aug 27 00:00:10.846 INFO O| install = pkg://helios-dev/system/extended-system-utilities@0.5.11-2.0.22828:20240823T105236Z
81792024-08-27T00:00:11.960Z[ host-image] Aug 27 00:00:10.846 INFO O| install = pkg://helios-dev/system/ficl@4.1.0-2.0.22828:20240823T105236Z
81802024-08-27T00:00:11.960Z[ host-image] Aug 27 00:00:10.846 INFO O| install = pkg://helios-dev/system/file-system/smb@0.5.11-2.0.22828:20240823T105236Z
81812024-08-27T00:00:11.961Z[ host-image] Aug 27 00:00:10.847 INFO O| install = pkg://helios-dev/system/file-system/zfs@0.5.11-2.0.22828:20240823T105236Z
81822024-08-27T00:00:11.961Z[ host-image] Aug 27 00:00:10.847 INFO O| install = pkg://helios-dev/system/gpio@0.5.11-2.0.22828:20240823T105237Z
81832024-08-27T00:00:11.970Z[ host-image] Aug 27 00:00:10.857 INFO O| install = pkg://helios-dev/system/kernel@0.5.11-2.0.22828:20240823T105238Z
81842024-08-27T00:00:11.973Z[ host-image] Aug 27 00:00:10.857 INFO O| install = pkg://helios-dev/system/kernel/cpu-counters@0.5.11-2.0.22828:20240823T105237Z
81852024-08-27T00:00:11.973Z[ host-image] Aug 27 00:00:10.858 INFO O| install = pkg://helios-dev/system/kernel/dtrace/providers@0.5.11-2.0.22828:20240823T105238Z
81862024-08-27T00:00:11.973Z[ host-image] Aug 27 00:00:10.859 INFO O| install = pkg://helios-dev/system/kernel/platform@0.5.11-2.0.22828:20240823T105238Z
81872024-08-27T00:00:11.973Z[ host-image] Aug 27 00:00:10.859 INFO O| install = pkg://helios-dev/system/ksensor@0.5.11-2.0.22828:20240823T105238Z
81882024-08-27T00:00:11.994Z[ host-image] Aug 27 00:00:10.881 INFO O| install = pkg://helios-dev/system/library@0.5.11-2.0.22828:20240823T105241Z
81892024-08-27T00:00:11.994Z[ host-image] Aug 27 00:00:10.881 INFO O| install = pkg://helios-dev/system/library/bhyve@0.5.11-2.0.22828:20240823T105238Z
81902024-08-27T00:00:11.997Z[ host-image] Aug 27 00:00:10.881 INFO O| install = pkg://helios-dev/system/library/demangle@0.5.11-2.0.22828:20240823T105239Z
81912024-08-27T00:00:11.997Z[ host-image] Aug 27 00:00:10.882 INFO O| install = pkg://helios-dev/system/library/g++-runtime@13-2.0:20231118T213948Z
81922024-08-27T00:00:11.997Z[ host-image] Aug 27 00:00:10.882 INFO O| install = pkg://helios-dev/system/library/gcc-runtime@13-2.0:20231118T213832Z
81932024-08-27T00:00:12.024Z[ host-image] Aug 27 00:00:10.911 INFO O| install = pkg://helios-dev/system/library/iconv/utf-8@0.5.11-2.0.22828:20240823T105239Z
81942024-08-27T00:00:12.027Z[ host-image] Aug 27 00:00:10.912 INFO O| install = pkg://helios-dev/system/library/libdbus@1.14.6-2.0:20230621T201340Z
81952024-08-27T00:00:12.027Z[ host-image] Aug 27 00:00:10.912 INFO O| install = pkg://helios-dev/system/library/libdiskmgt@0.5.11-2.0.22828:20240823T105239Z
81962024-08-27T00:00:12.027Z[ host-image] Aug 27 00:00:10.912 INFO O| install = pkg://helios-dev/system/library/libispi@0.5.11-2.0.22828:20240823T105239Z
81972024-08-27T00:00:12.027Z[ host-image] Aug 27 00:00:10.913 INFO O| install = pkg://helios-dev/system/library/math@0.5.11-2.0.22828:20240823T105239Z
81982024-08-27T00:00:12.027Z[ host-image] Aug 27 00:00:10.913 INFO O| install = pkg://helios-dev/system/library/mozilla-nss@3.89-2.0:20230621T201725Z
81992024-08-27T00:00:12.027Z[ host-image] Aug 27 00:00:10.914 INFO O| install = pkg://helios-dev/system/library/pcap@1.10.3-2.0:20230621T201732Z
82002024-08-27T00:00:12.030Z[ host-image] Aug 27 00:00:10.914 INFO O| install = pkg://helios-dev/system/library/security/gss@0.5.11-2.0.22828:20240823T105240Z
82012024-08-27T00:00:12.030Z[ host-image] Aug 27 00:00:10.914 INFO O| install = pkg://helios-dev/system/library/security/gss/diffie-hellman@0.5.11-2.0.22828:20240823T105240Z
82022024-08-27T00:00:12.030Z[ host-image] Aug 27 00:00:10.915 INFO O| install = pkg://helios-dev/system/library/security/gss/spnego@0.5.11-2.0.22828:20240823T105240Z
82032024-08-27T00:00:12.030Z[ host-image] Aug 27 00:00:10.915 INFO O| install = pkg://helios-dev/system/library/security/libsasl@0.5.11-2.0.22828:20240823T105240Z
82042024-08-27T00:00:12.030Z[ host-image] Aug 27 00:00:10.915 INFO O| install = pkg://helios-dev/system/library/storage/scsi-plugins@0.5.11-2.0.22828:20240823T105241Z
82052024-08-27T00:00:12.031Z[ host-image] Aug 27 00:00:10.915 INFO O| install = pkg://helios-dev/system/man@0.5.11-2.0.22828:20240823T105241Z
82062024-08-27T00:00:12.033Z[ host-image] Aug 27 00:00:10.918 INFO O| install = pkg://helios-dev/system/management/snmp/net-snmp@5.9.3-2.0:20230621T192215Z
82072024-08-27T00:00:12.033Z[ host-image] Aug 27 00:00:10.918 INFO O| install = pkg://helios-dev/system/microcode/amd@20240710-2.0.22828:20240823T105242Z
82082024-08-27T00:00:12.033Z[ host-image] Aug 27 00:00:10.920 INFO O| install = pkg://helios-dev/system/microcode/intel@20240312-2.0.22828:20240823T105242Z
82092024-08-27T00:00:12.033Z[ host-image] Aug 27 00:00:10.920 INFO O| install = pkg://helios-dev/system/microcode/oxide@20240710-2.0.22828:20240823T105242Z
82102024-08-27T00:00:12.033Z[ host-image] Aug 27 00:00:10.920 INFO O| install = pkg://helios-dev/system/network@0.5.11-2.0.22828:20240823T105243Z
82112024-08-27T00:00:12.036Z[ host-image] Aug 27 00:00:10.921 INFO O| install = pkg://helios-dev/system/network/overlay@0.5.11-2.0.22828:20240823T105242Z
82122024-08-27T00:00:12.036Z[ host-image] Aug 27 00:00:10.921 INFO O| install = pkg://helios-dev/system/network/routing@0.5.11-2.0.22828:20240823T105243Z
82132024-08-27T00:00:12.036Z[ host-image] Aug 27 00:00:10.921 INFO O| install = pkg://helios-dev/system/prerequisite/gnu@0.5.11-2.0:20230621T201805Z
82142024-08-27T00:00:12.036Z[ host-image] Aug 27 00:00:10.921 INFO O| install = pkg://helios-dev/system/watch@3.3.16-2.0:20230621T201923Z
82152024-08-27T00:00:12.036Z[ host-image] Aug 27 00:00:10.922 INFO O| install = pkg://helios-dev/system/xopen/xcu4@0.5.11-2.0.22828:20240823T105245Z
82162024-08-27T00:00:12.036Z[ host-image] Aug 27 00:00:10.922 INFO O| install = pkg://helios-dev/system/zones@0.5.11-2.0.22828:20240823T105246Z
82172024-08-27T00:00:12.036Z[ host-image] Aug 27 00:00:10.922 INFO O| install = pkg://helios-dev/system/zones/brand/omicron1@1.0.22:20240315T231124Z
82182024-08-27T00:00:12.036Z[ host-image] Aug 27 00:00:10.922 INFO O| install = pkg://helios-dev/terminal/resize@352-2.0:20230621T201859Z
82192024-08-27T00:00:12.036Z[ host-image] Aug 27 00:00:10.922 INFO O| install = pkg://helios-dev/text/column@0.0.0.20181004-2.0:20230925T235046Z
82202024-08-27T00:00:12.036Z[ host-image] Aug 27 00:00:10.922 INFO O| install = pkg://helios-dev/text/less@608-2.0:20230621T202237Z
82212024-08-27T00:00:12.036Z[ host-image] Aug 27 00:00:10.922 INFO O| install = pkg://helios-dev/text/looker@0.1.0.12-2.0:20230624T124603Z
82222024-08-27T00:00:12.039Z[ host-image] Aug 27 00:00:10.923 INFO O| install = pkg://helios-dev/web/ca-bundle@5.11-2.0:20230621T202542Z
82232024-08-27T00:00:12.039Z[ host-image] Aug 27 00:00:10.924 INFO O| install = pkg://helios-dev/web/curl@8.9.1-2.0:20240806T172300Z
82242024-08-27T00:00:12.039Z[ host-image] Aug 27 00:00:10.925 INFO O| tempdir @ "/tmp/.tmpxVnZRr/tmp"
82252024-08-27T00:00:12.039Z[ host-image] Aug 27 00:00:10.925 INFO O| image root @ "/tmp/.tmpxVnZRr/tmp/root"
82262024-08-27T00:00:12.039Z[ host-image] Aug 27 00:00:10.925 INFO O| creating image...
82272024-08-27T00:00:12.536Z[ host-image] Aug 27 00:00:11.423 INFO O| copying publishers...
82282024-08-27T00:00:18.913Z[ host-image] Aug 27 00:00:17.798 INFO O| adding properties...
82292024-08-27T00:00:19.933Z[ host-image] Aug 27 00:00:18.819 INFO O| installing packages...
82302024-08-27T00:00:20.325Z[ recovery-image] Aug 27 00:00:19.211 INFO O| ok, image written!
82312024-08-27T00:00:20.325Z[ recovery-image] Aug 27 00:00:19.211 INFO O| ok, boot_image_csum file written!
82322024-08-27T00:00:20.328Z[ recovery-image] Aug 27 00:00:19.214 INFO creating boot archive (CPIO)...
82332024-08-27T00:00:20.328Z[ recovery-image] Aug 27 00:00:19.214 INFO exec: ["bash", "/work/oxidecomputer/helios/image/mkcpio.sh", "/rpool/images/build/recovery/work/gimlet/ramdisk", "/work/os-recovery/cpio", "/work/oxidecomputer/helios/tmp/image.recovery"], pwd: None
82342024-08-27T00:00:20.336Z[ recovery-image] Aug 27 00:00:19.222 INFO E| + root=/rpool/images/build/recovery/work/gimlet/ramdisk
82352024-08-27T00:00:20.336Z[ recovery-image] Aug 27 00:00:19.222 INFO E| + outfile=/work/os-recovery/cpio
82362024-08-27T00:00:20.339Z[ recovery-image] Aug 27 00:00:19.222 INFO E| + tmpdir=/work/oxidecomputer/helios/tmp/image.recovery
82372024-08-27T00:00:20.339Z[ recovery-image] Aug 27 00:00:19.224 INFO E| + cd /rpool/images/build/recovery/work/gimlet/ramdisk
82382024-08-27T00:00:20.339Z[ recovery-image] Aug 27 00:00:19.224 INFO E| + cpio -qo -H odc -O /work/os-recovery/cpio
82392024-08-27T00:00:20.375Z[ recovery-image] Aug 27 00:00:19.260 INFO E| + cd /work/oxidecomputer/helios/tmp/image.recovery
82402024-08-27T00:00:20.377Z[ recovery-image] Aug 27 00:00:19.261 INFO E| + cpio -qo -H odc -AO /work/os-recovery/cpio
82412024-08-27T00:00:20.384Z[ recovery-image] Aug 27 00:00:19.269 INFO creating compressed cpio/unix for nanobl-rs...
82422024-08-27T00:00:20.384Z[ recovery-image] Aug 27 00:00:19.269 INFO exec: ["bash", "-c", "\'/work/oxidecomputer/helios/projects/pinprick/target/release/pinprick\' \'/rpool/images/build/recovery/work/gimlet/ramdisk/platform/oxide/kernel/amd64/unix\' >\'/work/os-recovery/unix.z\'"], pwd: None
82432024-08-27T00:00:20.664Z[ recovery-image] Aug 27 00:00:19.549 INFO exec: ["bash", "-c", "\'/work/oxidecomputer/helios/projects/pinprick/target/release/pinprick\' \'/work/os-recovery/cpio\' >\'/work/os-recovery/cpio.z\'"], pwd: None
82442024-08-27T00:00:25.067Z[ recovery-image] Aug 27 00:00:23.951 INFO creating reset image...
82452024-08-27T00:00:25.072Z[ recovery-image] Aug 27 00:00:23.951 INFO exec: ["cargo", "xtask", "build", "--release", "--cpioz", "/work/os-recovery/cpio.z"], pwd: Some("/work/oxidecomputer/helios/projects/phbl")
82462024-08-27T00:00:25.296Z[ recovery-image] Aug 27 00:00:24.180 INFO E| Updating crates.io index
82472024-08-27T00:00:25.372Z[ recovery-image] Aug 27 00:00:24.256 INFO E| Downloading crates ...
82482024-08-27T00:00:25.430Z[ recovery-image] Aug 27 00:00:24.315 INFO E| Downloaded anstyle v1.0.6
82492024-08-27T00:00:25.447Z[ recovery-image] Aug 27 00:00:24.317 INFO E| Downloaded anstyle-query v1.0.2
82502024-08-27T00:00:25.447Z[ recovery-image] Aug 27 00:00:24.321 INFO E| Downloaded anstyle-parse v0.2.3
82512024-08-27T00:00:25.447Z[ recovery-image] Aug 27 00:00:24.323 INFO E| Downloaded proc-macro2 v1.0.79
82522024-08-27T00:00:25.447Z[ recovery-image] Aug 27 00:00:24.328 INFO E| Downloaded clap_derive v4.5.3
82532024-08-27T00:00:25.452Z[ recovery-image] Aug 27 00:00:24.332 INFO E| Downloaded os_pipe v1.1.5
82542024-08-27T00:00:25.456Z[ recovery-image] Aug 27 00:00:24.339 INFO E| Downloaded shared_child v1.0.0
82552024-08-27T00:00:25.466Z[ recovery-image] Aug 27 00:00:24.350 INFO E| Downloaded duct v0.13.7
82562024-08-27T00:00:25.476Z[ recovery-image] Aug 27 00:00:24.361 INFO E| Downloaded syn v2.0.53
82572024-08-27T00:00:25.497Z[ recovery-image] Aug 27 00:00:24.382 INFO E| Downloaded libc v0.2.153
82582024-08-27T00:00:25.536Z[ recovery-image] Aug 27 00:00:24.421 INFO E| Downloaded anstream v0.6.13
82592024-08-27T00:00:25.580Z[ recovery-image] Aug 27 00:00:24.464 INFO E| Downloaded clap v4.5.3
82602024-08-27T00:00:25.645Z[ recovery-image] Aug 27 00:00:24.528 INFO E| Compiling proc-macro2 v1.0.79
82612024-08-27T00:00:25.645Z[ recovery-image] Aug 27 00:00:24.528 INFO E| Compiling unicode-ident v1.0.12
82622024-08-27T00:00:25.648Z[ recovery-image] Aug 27 00:00:24.528 INFO E| Compiling libc v0.2.153
82632024-08-27T00:00:25.648Z[ recovery-image] Aug 27 00:00:24.528 INFO E| Compiling utf8parse v0.2.1
82642024-08-27T00:00:25.648Z[ recovery-image] Aug 27 00:00:24.528 INFO E| Compiling anstyle v1.0.6
82652024-08-27T00:00:25.648Z[ recovery-image] Aug 27 00:00:24.528 INFO E| Compiling anstyle-query v1.0.2
82662024-08-27T00:00:25.648Z[ recovery-image] Aug 27 00:00:24.528 INFO E| Compiling colorchoice v1.0.0
82672024-08-27T00:00:25.648Z[ recovery-image] Aug 27 00:00:24.532 INFO E| Compiling heck v0.5.0
82682024-08-27T00:00:25.878Z[ recovery-image] Aug 27 00:00:24.762 INFO E| Compiling anstyle-parse v0.2.3
82692024-08-27T00:00:25.894Z[ recovery-image] Aug 27 00:00:24.778 INFO E| Compiling strsim v0.11.0
82702024-08-27T00:00:25.935Z[ recovery-image] Aug 27 00:00:24.819 INFO E| Compiling clap_lex v0.7.0
82712024-08-27T00:00:25.938Z[ recovery-image] Aug 27 00:00:24.819 INFO E| Compiling once_cell v1.19.0
82722024-08-27T00:00:26.202Z[ recovery-image] Aug 27 00:00:25.085 INFO E| Compiling anstream v0.6.13
82732024-08-27T00:00:26.598Z[ recovery-image] Aug 27 00:00:25.482 INFO E| Compiling clap_builder v4.5.2
82742024-08-27T00:00:27.050Z[ recovery-image] Aug 27 00:00:25.933 INFO E| Compiling quote v1.0.35
82752024-08-27T00:00:27.069Z[ recovery-image] Aug 27 00:00:25.953 INFO E| Compiling shared_child v1.0.0
82762024-08-27T00:00:27.069Z[ recovery-image] Aug 27 00:00:25.953 INFO E| Compiling os_pipe v1.1.5
82772024-08-27T00:00:27.216Z[ recovery-image] Aug 27 00:00:26.100 INFO E| Compiling duct v0.13.7
82782024-08-27T00:00:27.411Z[ recovery-image] Aug 27 00:00:26.294 INFO E| Compiling syn v2.0.53
82792024-08-27T00:00:32.193Z[ recovery-image] Aug 27 00:00:31.076 INFO E| Compiling clap_derive v4.5.3
82802024-08-27T00:00:34.335Z[ recovery-image] Aug 27 00:00:33.217 INFO E| Compiling clap v4.5.3
82812024-08-27T00:00:34.389Z[ recovery-image] Aug 27 00:00:33.271 INFO E| Compiling xtask v0.1.0 (/work/oxidecomputer/helios/projects/phbl/xtask)
82822024-08-27T00:00:35.130Z[ host-image] Aug 27 00:00:34.012 INFO O| seeding SMF database...
82832024-08-27T00:00:35.528Z[ recovery-image] Aug 27 00:00:34.410 INFO E| Finished `dev` profile [unoptimized + debuginfo] target(s) in 10.40s
82842024-08-27T00:00:35.536Z[ recovery-image] Aug 27 00:00:34.419 INFO E| Running `xtask/target/debug/xtask build --release --cpioz /work/os-recovery/cpio.z`
82852024-08-27T00:00:35.654Z[ recovery-image] Aug 27 00:00:34.536 INFO E| Updating crates.io index
82862024-08-27T00:00:35.807Z[ recovery-image] Aug 27 00:00:34.689 INFO E| Downloading crates ...
82872024-08-27T00:00:35.852Z[ recovery-image] Aug 27 00:00:34.734 INFO E| Downloaded seq-macro v0.3.5
82882024-08-27T00:00:35.855Z[ recovery-image] Aug 27 00:00:34.736 INFO E| Downloaded cpio_reader v0.1.1
82892024-08-27T00:00:35.866Z[ recovery-image] Aug 27 00:00:34.748 INFO E| Downloaded raw-cpuid v10.7.0
82902024-08-27T00:00:35.877Z[ recovery-image] Aug 27 00:00:34.760 INFO E| Downloaded bit_field v0.10.2
82912024-08-27T00:00:35.991Z[ recovery-image] Aug 27 00:00:34.874 INFO E| Downloaded x86 v0.52.0
82922024-08-27T00:00:36.059Z[ recovery-image] Aug 27 00:00:34.941 INFO E| Updating crates.io index
82932024-08-27T00:00:36.269Z[ recovery-image] Aug 27 00:00:35.151 INFO E| Downloading crates ...
82942024-08-27T00:00:36.384Z[ recovery-image] Aug 27 00:00:35.266 INFO E| Downloaded compiler_builtins v0.1.108
82952024-08-27T00:00:36.465Z[ recovery-image] Aug 27 00:00:35.331 INFO E| Compiling compiler_builtins v0.1.108
82962024-08-27T00:00:36.465Z[ recovery-image] Aug 27 00:00:35.331 INFO E| Compiling core v0.0.0 (/home/build/.rustup/toolchains/nightly-2024-03-19-x86_64-unknown-illumos/lib/rustlib/src/rust/library/core)
82972024-08-27T00:00:36.465Z[ recovery-image] Aug 27 00:00:35.331 INFO E| Compiling proc-macro2 v1.0.79
82982024-08-27T00:00:36.465Z[ recovery-image] Aug 27 00:00:35.331 INFO E| Compiling unicode-ident v1.0.12
82992024-08-27T00:00:36.470Z[ recovery-image] Aug 27 00:00:35.332 INFO E| Compiling syn v1.0.109
83002024-08-27T00:00:36.470Z[ recovery-image] Aug 27 00:00:35.332 INFO E| Compiling x86 v0.52.0
83012024-08-27T00:00:36.470Z[ recovery-image] Aug 27 00:00:35.332 INFO E| Compiling phbl v0.1.0 (/work/oxidecomputer/helios/projects/phbl)
83022024-08-27T00:00:36.470Z[ recovery-image] Aug 27 00:00:35.337 INFO E| Compiling seq-macro v0.3.5
83032024-08-27T00:00:37.606Z[ recovery-image] Aug 27 00:00:36.488 INFO E| Compiling quote v1.0.35
83042024-08-27T00:00:37.915Z[ recovery-image] Aug 27 00:00:36.797 INFO E| Compiling syn v2.0.53
83052024-08-27T00:00:41.069Z[ recovery-image] Aug 27 00:00:39.951 INFO E| Compiling scroll_derive v0.12.0
83062024-08-27T00:00:43.743Z[ recovery-image] Aug 27 00:00:42.624 INFO E| Compiling bitstruct_derive v0.1.0
83072024-08-27T00:00:43.824Z[ host-image] Aug 27 00:00:42.706 INFO O| configuring SMF profile...
83082024-08-27T00:00:43.824Z[ host-image] Aug 27 00:00:42.706 INFO O| modifying shadow(5)...
83092024-08-27T00:00:43.827Z[ host-image] Aug 27 00:00:42.706 INFO O| loading user and group database...
83102024-08-27T00:00:43.827Z[ host-image] Aug 27 00:00:42.706 INFO O| assessing packaged files...
83112024-08-27T00:00:46.045Z[ host-image] Aug 27 00:00:44.925 INFO O| creating archive...
83122024-08-27T00:00:46.077Z[ host-image] Aug 27 00:00:44.958 INFO O| missing from packaging:
83132024-08-27T00:00:46.077Z[ host-image] Aug 27 00:00:44.958 INFO O| "etc/.pwd.lock"
83142024-08-27T00:00:46.077Z[ host-image] Aug 27 00:00:44.958 INFO O| "etc/bash"
83152024-08-27T00:00:46.085Z[ host-image] Aug 27 00:00:44.966 INFO O| "etc/svc/profile/generic.xml"
83162024-08-27T00:00:46.086Z[ host-image] Aug 27 00:00:44.966 INFO O| "etc/svc/profile/inetd_services.xml"
83172024-08-27T00:00:46.088Z[ host-image] Aug 27 00:00:44.966 INFO O| "etc/svc/profile/name_service.xml"
83182024-08-27T00:00:46.088Z[ host-image] Aug 27 00:00:44.966 INFO O| "etc/svc/profile/platform.xml"
83192024-08-27T00:00:46.088Z[ host-image] Aug 27 00:00:44.966 INFO O| "etc/svc/profile/platform_omicron1.xml"
83202024-08-27T00:00:46.088Z[ host-image] Aug 27 00:00:44.966 INFO O| "etc/svc/repository.db"
83212024-08-27T00:00:46.098Z[ host-image] Aug 27 00:00:44.979 INFO O| "opt/ooce/share"
83222024-08-27T00:00:46.098Z[ host-image] Aug 27 00:00:44.979 INFO O| "opt/ooce/share/man"
83232024-08-27T00:00:46.098Z[ host-image] Aug 27 00:00:44.979 INFO O| "opt/ooce/share/man/man1"
83242024-08-27T00:00:46.107Z[ host-image] Aug 27 00:00:44.988 INFO O| finishing archive...
83252024-08-27T00:00:48.946Z[ host-image] Aug 27 00:00:47.827 INFO O| creating gzonly manifest...
83262024-08-27T00:00:48.958Z[ host-image] Aug 27 00:00:47.839 INFO O| ok
83272024-08-27T00:00:49.056Z[ host-image] Aug 27 00:00:47.937 INFO image builder template: ramdisk-02-trim...
83282024-08-27T00:00:49.057Z[ host-image] Aug 27 00:00:47.937 INFO exec: ["pfexec", "/work/oxidecomputer/helios/projects/image-builder/target/debug/image-builder", "build", "-d", "rpool/images/build/host", "-g", "gimlet", "-T", "/work/oxidecomputer/helios/image/templates", "-F", "relver=2", "-E", "/tmp/.tmpPOKhvJ/proto/host/root", "-F", "genproto=/work/oxidecomputer/helios/tmp/image.host/genproto.json", "-E", "/work/oxidecomputer/helios/tmp/image.host/omicron1", "-E", "/work/oxidecomputer/helios/projects", "-F", "repo_publisher=helios-dev", "-F", "repo_url=https://pkg.oxide.computer/helios/2/dev/", "-F", "baud=3000000", "-F", "omicron1", "-F", "optever=0.33.293", "-n", "ramdisk-02-trim"], pwd: None
83292024-08-27T00:00:49.081Z[ host-image] Aug 27 00:00:47.961 INFO O| Aug 27 00:00:47.961 INFO temporary dataset: rpool/images/build/host/tmp/gimlet/ramdisk-02-trim
83302024-08-27T00:00:49.085Z[ host-image] Aug 27 00:00:47.966 INFO O| Aug 27 00:00:47.966 INFO CREATE DATASET: rpool/images/build/host/tmp/gimlet/ramdisk-02-trim
83312024-08-27T00:00:49.168Z[ host-image] Aug 27 00:00:48.048 INFO O| Aug 27 00:00:48.048 INFO SET DATASET PROPERTY ON rpool/images/build/host/tmp/gimlet/ramdisk-02-trim: sync = disabled
83322024-08-27T00:00:49.211Z[ host-image] Aug 27 00:00:48.092 INFO O| Aug 27 00:00:48.092 INFO temporary directory: /rpool/images/build/host/tmp/gimlet/ramdisk-02-trim
83332024-08-27T00:00:49.214Z[ host-image] Aug 27 00:00:48.092 INFO O| Aug 27 00:00:48.092 INFO work dataset: rpool/images/build/host/work/gimlet/ramdisk
83342024-08-27T00:00:49.217Z[ host-image] Aug 27 00:00:48.097 INFO O| Aug 27 00:00:48.097 INFO looking for output snapshot rpool/images/build/host/work/gimlet/ramdisk@trim
83352024-08-27T00:00:49.222Z[ host-image] Aug 27 00:00:48.101 INFO O| Aug 27 00:00:48.101 INFO looking for input snapshot rpool/images/build/host/work/gimlet/ramdisk@os
83362024-08-27T00:00:49.225Z[ host-image] Aug 27 00:00:48.106 INFO O| Aug 27 00:00:48.106 INFO ROLLBACK TO SNAPSHOT: rpool/images/build/host/work/gimlet/ramdisk@os
83372024-08-27T00:00:49.412Z[ host-image] Aug 27 00:00:48.292 INFO O| Aug 27 00:00:48.292 INFO rolled back to input snapshot; work may begin
83382024-08-27T00:00:49.412Z[ host-image] Aug 27 00:00:48.292 INFO O| Aug 27 00:00:48.292 INFO CREATE DATASET: rpool/images/build/host/work/gimlet/ramdisk
83392024-08-27T00:00:49.418Z[ host-image] Aug 27 00:00:48.298 INFO O| Aug 27 00:00:48.298 INFO STEP 0: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
83402024-08-27T00:00:49.429Z[ host-image] Aug 27 00:00:48.309 INFO O| Aug 27 00:00:48.309 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/var/pkg"
83412024-08-27T00:00:49.480Z[ host-image] Aug 27 00:00:48.360 INFO O| Aug 27 00:00:48.360 INFO STEP 0 (remove_files) COMPLETE
83422024-08-27T00:00:49.480Z[ host-image] Aug 27 00:00:48.360 INFO O| Aug 27 00:00:48.360 INFO STEP 1: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
83432024-08-27T00:00:49.491Z[ host-image] Aug 27 00:00:48.372 INFO O| Aug 27 00:00:48.372 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/usr/xpg4"
83442024-08-27T00:00:49.494Z[ host-image] Aug 27 00:00:48.374 INFO O| Aug 27 00:00:48.373 INFO STEP 1 (remove_files) COMPLETE
83452024-08-27T00:00:49.494Z[ host-image] Aug 27 00:00:48.374 INFO O| Aug 27 00:00:48.374 INFO STEP 2: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
83462024-08-27T00:00:49.503Z[ host-image] Aug 27 00:00:48.383 INFO O| Aug 27 00:00:48.383 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/usr/include"
83472024-08-27T00:00:49.517Z[ host-image] Aug 27 00:00:48.398 INFO O| Aug 27 00:00:48.398 INFO STEP 2 (remove_files) COMPLETE
83482024-08-27T00:00:49.517Z[ host-image] Aug 27 00:00:48.398 INFO O| Aug 27 00:00:48.398 INFO STEP 3: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
83492024-08-27T00:00:49.527Z[ host-image] Aug 27 00:00:48.407 INFO O| Aug 27 00:00:48.407 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/usr/demo"
83502024-08-27T00:00:49.529Z[ host-image] Aug 27 00:00:48.409 INFO O| Aug 27 00:00:48.409 INFO STEP 3 (remove_files) COMPLETE
83512024-08-27T00:00:49.529Z[ host-image] Aug 27 00:00:48.409 INFO O| Aug 27 00:00:48.409 INFO STEP 4: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
83522024-08-27T00:00:49.538Z[ host-image] Aug 27 00:00:48.418 INFO O| Aug 27 00:00:48.418 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/usr/lib/help"
83532024-08-27T00:00:49.542Z[ host-image] Aug 27 00:00:48.422 INFO O| Aug 27 00:00:48.422 INFO STEP 4 (remove_files) COMPLETE
83542024-08-27T00:00:49.544Z[ host-image] Aug 27 00:00:48.422 INFO O| Aug 27 00:00:48.422 INFO STEP 5: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
83552024-08-27T00:00:49.551Z[ host-image] Aug 27 00:00:48.431 INFO O| Aug 27 00:00:48.431 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/usr/share/doc"
83562024-08-27T00:00:49.554Z[ host-image] Aug 27 00:00:48.434 INFO O| Aug 27 00:00:48.434 INFO STEP 5 (remove_files) COMPLETE
83572024-08-27T00:00:49.554Z[ host-image] Aug 27 00:00:48.434 INFO O| Aug 27 00:00:48.434 INFO STEP 6: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
83582024-08-27T00:00:49.563Z[ host-image] Aug 27 00:00:48.444 INFO O| Aug 27 00:00:48.444 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/usr/share/bash-completion"
83592024-08-27T00:00:49.574Z[ host-image] Aug 27 00:00:48.454 INFO O| Aug 27 00:00:48.454 INFO STEP 6 (remove_files) COMPLETE
83602024-08-27T00:00:49.574Z[ host-image] Aug 27 00:00:48.454 INFO O| Aug 27 00:00:48.454 INFO STEP 7: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
83612024-08-27T00:00:49.583Z[ host-image] Aug 27 00:00:48.464 INFO O| Aug 27 00:00:48.464 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/usr/perl5/5.36/man"
83622024-08-27T00:00:49.597Z[ host-image] Aug 27 00:00:48.478 INFO O| Aug 27 00:00:48.478 INFO STEP 7 (remove_files) COMPLETE
83632024-08-27T00:00:49.598Z[ host-image] Aug 27 00:00:48.478 INFO O| Aug 27 00:00:48.478 INFO STEP 8: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
83642024-08-27T00:00:49.607Z[ host-image] Aug 27 00:00:48.487 INFO O| Aug 27 00:00:48.487 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/usr/share/man/man3ssl"
83652024-08-27T00:00:49.695Z[ host-image] Aug 27 00:00:48.575 INFO O| Aug 27 00:00:48.575 INFO STEP 8 (remove_files) COMPLETE
83662024-08-27T00:00:49.695Z[ host-image] Aug 27 00:00:48.575 INFO O| Aug 27 00:00:48.575 INFO STEP 9: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
83672024-08-27T00:00:49.705Z[ host-image] Aug 27 00:00:48.586 INFO O| Aug 27 00:00:48.585 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/usr/ssl-3/man"
83682024-08-27T00:00:49.796Z[ host-image] Aug 27 00:00:48.676 INFO O| Aug 27 00:00:48.676 INFO STEP 9 (remove_files) COMPLETE
83692024-08-27T00:00:49.796Z[ host-image] Aug 27 00:00:48.676 INFO O| Aug 27 00:00:48.676 INFO STEP 10: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
83702024-08-27T00:00:49.807Z[ host-image] Aug 27 00:00:48.687 INFO O| Aug 27 00:00:48.687 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/etc/net-snmp"
83712024-08-27T00:00:49.810Z[ host-image] Aug 27 00:00:48.691 INFO O| Aug 27 00:00:48.691 INFO STEP 10 (remove_files) COMPLETE
83722024-08-27T00:00:49.813Z[ host-image] Aug 27 00:00:48.691 INFO O| Aug 27 00:00:48.691 INFO STEP 11: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
83732024-08-27T00:00:49.820Z[ host-image] Aug 27 00:00:48.700 INFO O| Aug 27 00:00:48.700 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/usr/bin/i386"
83742024-08-27T00:00:49.823Z[ host-image] Aug 27 00:00:48.701 INFO O| Aug 27 00:00:48.701 INFO STEP 11 (remove_files) COMPLETE
83752024-08-27T00:00:49.823Z[ host-image] Aug 27 00:00:48.701 INFO O| Aug 27 00:00:48.701 INFO STEP 12: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
83762024-08-27T00:00:49.830Z[ host-image] Aug 27 00:00:48.711 INFO O| Aug 27 00:00:48.711 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/platform/i86xpv"
83772024-08-27T00:00:49.833Z[ host-image] Aug 27 00:00:48.712 INFO O| Aug 27 00:00:48.712 INFO STEP 12 (remove_files) COMPLETE
83782024-08-27T00:00:49.833Z[ host-image] Aug 27 00:00:48.712 INFO O| Aug 27 00:00:48.712 INFO STEP 13: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
83792024-08-27T00:00:49.848Z[ host-image] Aug 27 00:00:48.729 INFO O| Aug 27 00:00:48.729 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/jq/lib/amd64/libjq.a"
83802024-08-27T00:00:49.861Z[ host-image] Aug 27 00:00:48.741 INFO O| Aug 27 00:00:48.741 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/pgsql-13/lib/libpq.a"
83812024-08-27T00:00:49.864Z[ host-image] Aug 27 00:00:48.741 INFO O| Aug 27 00:00:48.741 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/pgsql-13/lib/libecpg.a"
83822024-08-27T00:00:49.864Z[ host-image] Aug 27 00:00:48.741 INFO O| Aug 27 00:00:48.741 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/pgsql-13/lib/libpgport_shlib.a"
83832024-08-27T00:00:49.864Z[ host-image] Aug 27 00:00:48.742 INFO O| Aug 27 00:00:48.741 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/pgsql-13/lib/libpgtypes.a"
83842024-08-27T00:00:49.864Z[ host-image] Aug 27 00:00:48.742 INFO O| Aug 27 00:00:48.742 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/pgsql-13/lib/libpgcommon.a"
83852024-08-27T00:00:49.864Z[ host-image] Aug 27 00:00:48.742 INFO O| Aug 27 00:00:48.742 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/pgsql-13/lib/libecpg_compat.a"
83862024-08-27T00:00:49.864Z[ host-image] Aug 27 00:00:48.742 INFO O| Aug 27 00:00:48.742 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/pgsql-13/lib/libpgcommon_shlib.a"
83872024-08-27T00:00:49.864Z[ host-image] Aug 27 00:00:48.742 INFO O| Aug 27 00:00:48.742 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/pgsql-13/lib/libpgport.a"
83882024-08-27T00:00:49.864Z[ host-image] Aug 27 00:00:48.742 INFO O| Aug 27 00:00:48.742 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/pgsql-13/lib/amd64/libecpg.a"
83892024-08-27T00:00:49.864Z[ host-image] Aug 27 00:00:48.742 INFO O| Aug 27 00:00:48.742 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/pgsql-13/lib/amd64/libpq.a"
83902024-08-27T00:00:49.864Z[ host-image] Aug 27 00:00:48.743 INFO O| Aug 27 00:00:48.743 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/pgsql-13/lib/amd64/libecpg_compat.a"
83912024-08-27T00:00:49.864Z[ host-image] Aug 27 00:00:48.743 INFO O| Aug 27 00:00:48.743 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/pgsql-13/lib/amd64/libpgcommon_shlib.a"
83922024-08-27T00:00:49.864Z[ host-image] Aug 27 00:00:48.743 INFO O| Aug 27 00:00:48.743 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/pgsql-13/lib/amd64/libpgtypes.a"
83932024-08-27T00:00:49.864Z[ host-image] Aug 27 00:00:48.743 INFO O| Aug 27 00:00:48.743 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/pgsql-13/lib/amd64/libpgport_shlib.a"
83942024-08-27T00:00:49.864Z[ host-image] Aug 27 00:00:48.743 INFO O| Aug 27 00:00:48.743 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/pgsql-13/lib/amd64/libpgcommon.a"
83952024-08-27T00:00:49.864Z[ host-image] Aug 27 00:00:48.743 INFO O| Aug 27 00:00:48.743 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/pgsql-13/lib/amd64/libpgport.a"
83962024-08-27T00:00:50.193Z[ host-image] Aug 27 00:00:49.073 INFO O| Aug 27 00:00:49.073 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/usr/lib/libtddl.a"
83972024-08-27T00:00:50.198Z[ host-image] Aug 27 00:00:49.078 INFO O| Aug 27 00:00:49.078 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/usr/lib/amd64/libncurses++.a"
83982024-08-27T00:00:50.200Z[ host-image] Aug 27 00:00:49.078 INFO O| Aug 27 00:00:49.078 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/usr/lib/amd64/libtddl.a"
83992024-08-27T00:00:50.238Z[ host-image] Aug 27 00:00:49.118 INFO O| Aug 27 00:00:49.118 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/usr/lib/libncurses++.a"
84002024-08-27T00:00:50.242Z[ host-image] Aug 27 00:00:49.123 INFO O| Aug 27 00:00:49.123 INFO STEP 13 (remove_files) COMPLETE
84012024-08-27T00:00:50.242Z[ host-image] Aug 27 00:00:49.123 INFO O| Aug 27 00:00:49.123 INFO STEP 14: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
84022024-08-27T00:00:50.254Z[ host-image] Aug 27 00:00:49.134 INFO O| Aug 27 00:00:49.134 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/boot"
84032024-08-27T00:00:50.256Z[ host-image] Aug 27 00:00:49.136 INFO O| Aug 27 00:00:49.136 INFO STEP 14 (remove_files) COMPLETE
84042024-08-27T00:00:50.256Z[ host-image] Aug 27 00:00:49.136 INFO O| Aug 27 00:00:49.136 INFO STEP 15: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
84052024-08-27T00:00:50.265Z[ host-image] Aug 27 00:00:49.145 INFO O| Aug 27 00:00:49.145 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/platform/i86pc"
84062024-08-27T00:00:50.272Z[ host-image] Aug 27 00:00:49.152 INFO O| Aug 27 00:00:49.152 INFO STEP 15 (remove_files) COMPLETE
84072024-08-27T00:00:50.272Z[ host-image] Aug 27 00:00:49.152 INFO O| Aug 27 00:00:49.152 INFO STEP 16: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
84082024-08-27T00:00:50.282Z[ host-image] Aug 27 00:00:49.162 INFO O| Aug 27 00:00:49.162 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/usr/platform/i86xpv"
84092024-08-27T00:00:50.284Z[ host-image] Aug 27 00:00:49.163 INFO O| Aug 27 00:00:49.163 INFO STEP 16 (remove_files) COMPLETE
84102024-08-27T00:00:50.284Z[ host-image] Aug 27 00:00:49.163 INFO O| Aug 27 00:00:49.163 INFO STEP 17: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
84112024-08-27T00:00:50.292Z[ host-image] Aug 27 00:00:49.172 INFO O| Aug 27 00:00:49.172 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/usr/platform/i86pc"
84122024-08-27T00:00:50.295Z[ host-image] Aug 27 00:00:49.174 INFO O| Aug 27 00:00:49.174 INFO STEP 17 (remove_files) COMPLETE
84132024-08-27T00:00:50.295Z[ host-image] Aug 27 00:00:49.174 INFO O| Aug 27 00:00:49.174 INFO STEP 18: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
84142024-08-27T00:00:50.304Z[ host-image] Aug 27 00:00:49.184 INFO O| Aug 27 00:00:49.184 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/misc/amd64/acpica"
84152024-08-27T00:00:50.304Z[ host-image] Aug 27 00:00:49.184 INFO O| Aug 27 00:00:49.184 INFO STEP 18 (remove_files) COMPLETE
84162024-08-27T00:00:50.306Z[ host-image] Aug 27 00:00:49.184 INFO O| Aug 27 00:00:49.184 INFO STEP 19: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
84172024-08-27T00:00:50.313Z[ host-image] Aug 27 00:00:49.193 INFO O| Aug 27 00:00:49.193 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/misc/amd64/tem"
84182024-08-27T00:00:50.316Z[ host-image] Aug 27 00:00:49.193 INFO O| Aug 27 00:00:49.193 INFO STEP 19 (remove_files) COMPLETE
84192024-08-27T00:00:50.316Z[ host-image] Aug 27 00:00:49.193 INFO O| Aug 27 00:00:49.193 INFO STEP 20: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
84202024-08-27T00:00:50.323Z[ host-image] Aug 27 00:00:49.203 INFO O| Aug 27 00:00:49.203 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/misc/amd64/kbtrans"
84212024-08-27T00:00:50.323Z[ host-image] Aug 27 00:00:49.203 INFO O| Aug 27 00:00:49.203 INFO STEP 20 (remove_files) COMPLETE
84222024-08-27T00:00:50.325Z[ host-image] Aug 27 00:00:49.203 INFO O| Aug 27 00:00:49.203 INFO STEP 21: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
84232024-08-27T00:00:50.332Z[ host-image] Aug 27 00:00:49.213 INFO O| Aug 27 00:00:49.212 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/wc"
84242024-08-27T00:00:50.332Z[ host-image] Aug 27 00:00:49.213 INFO O| Aug 27 00:00:49.213 INFO STEP 21 (remove_files) COMPLETE
84252024-08-27T00:00:50.332Z[ host-image] Aug 27 00:00:49.213 INFO O| Aug 27 00:00:49.213 INFO STEP 22: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
84262024-08-27T00:00:50.342Z[ host-image] Aug 27 00:00:49.222 INFO O| Aug 27 00:00:49.222 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/acpi_drv"
84272024-08-27T00:00:50.342Z[ host-image] Aug 27 00:00:49.222 INFO O| Aug 27 00:00:49.222 INFO STEP 22 (remove_files) COMPLETE
84282024-08-27T00:00:50.344Z[ host-image] Aug 27 00:00:49.222 INFO O| Aug 27 00:00:49.222 INFO STEP 23: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
84292024-08-27T00:00:50.352Z[ host-image] Aug 27 00:00:49.232 INFO O| Aug 27 00:00:49.232 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/conskbd"
84302024-08-27T00:00:50.354Z[ host-image] Aug 27 00:00:49.232 INFO O| Aug 27 00:00:49.232 INFO STEP 23 (remove_files) COMPLETE
84312024-08-27T00:00:50.354Z[ host-image] Aug 27 00:00:49.232 INFO O| Aug 27 00:00:49.232 INFO STEP 24: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
84322024-08-27T00:00:50.361Z[ host-image] Aug 27 00:00:49.241 INFO O| Aug 27 00:00:49.241 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/tzmon"
84332024-08-27T00:00:50.361Z[ host-image] Aug 27 00:00:49.241 INFO O| Aug 27 00:00:49.241 INFO STEP 24 (remove_files) COMPLETE
84342024-08-27T00:00:50.364Z[ host-image] Aug 27 00:00:49.241 INFO O| Aug 27 00:00:49.241 INFO STEP 25: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
84352024-08-27T00:00:50.371Z[ host-image] Aug 27 00:00:49.251 INFO O| Aug 27 00:00:49.251 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/power"
84362024-08-27T00:00:50.371Z[ host-image] Aug 27 00:00:49.251 INFO O| Aug 27 00:00:49.251 INFO STEP 25 (remove_files) COMPLETE
84372024-08-27T00:00:50.373Z[ host-image] Aug 27 00:00:49.251 INFO O| Aug 27 00:00:49.251 INFO STEP 26: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
84382024-08-27T00:00:50.380Z[ host-image] Aug 27 00:00:49.261 INFO O| Aug 27 00:00:49.260 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/audio"
84392024-08-27T00:00:50.380Z[ host-image] Aug 27 00:00:49.261 INFO O| Aug 27 00:00:49.261 INFO STEP 26 (remove_files) COMPLETE
84402024-08-27T00:00:50.383Z[ host-image] Aug 27 00:00:49.261 INFO O| Aug 27 00:00:49.261 INFO STEP 27: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
84412024-08-27T00:00:50.390Z[ host-image] Aug 27 00:00:49.271 INFO O| Aug 27 00:00:49.271 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/audio1575"
84422024-08-27T00:00:50.391Z[ host-image] Aug 27 00:00:49.271 INFO O| Aug 27 00:00:49.271 INFO STEP 27 (remove_files) COMPLETE
84432024-08-27T00:00:50.391Z[ host-image] Aug 27 00:00:49.271 INFO O| Aug 27 00:00:49.271 INFO STEP 28: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
84442024-08-27T00:00:50.400Z[ host-image] Aug 27 00:00:49.280 INFO O| Aug 27 00:00:49.280 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/audioens"
84452024-08-27T00:00:50.400Z[ host-image] Aug 27 00:00:49.280 INFO O| Aug 27 00:00:49.280 INFO STEP 28 (remove_files) COMPLETE
84462024-08-27T00:00:50.403Z[ host-image] Aug 27 00:00:49.281 INFO O| Aug 27 00:00:49.280 INFO STEP 29: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
84472024-08-27T00:00:50.410Z[ host-image] Aug 27 00:00:49.290 INFO O| Aug 27 00:00:49.290 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/audiopci"
84482024-08-27T00:00:50.410Z[ host-image] Aug 27 00:00:49.290 INFO O| Aug 27 00:00:49.290 INFO STEP 29 (remove_files) COMPLETE
84492024-08-27T00:00:50.410Z[ host-image] Aug 27 00:00:49.290 INFO O| Aug 27 00:00:49.290 INFO STEP 30: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
84502024-08-27T00:00:50.420Z[ host-image] Aug 27 00:00:49.300 INFO O| Aug 27 00:00:49.300 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/audiots"
84512024-08-27T00:00:50.420Z[ host-image] Aug 27 00:00:49.300 INFO O| Aug 27 00:00:49.300 INFO STEP 30 (remove_files) COMPLETE
84522024-08-27T00:00:50.420Z[ host-image] Aug 27 00:00:49.300 INFO O| Aug 27 00:00:49.300 INFO STEP 31: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
84532024-08-27T00:00:50.429Z[ host-image] Aug 27 00:00:49.309 INFO O| Aug 27 00:00:49.309 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/ehci"
84542024-08-27T00:00:50.432Z[ host-image] Aug 27 00:00:49.309 INFO O| Aug 27 00:00:49.309 INFO STEP 31 (remove_files) COMPLETE
84552024-08-27T00:00:50.432Z[ host-image] Aug 27 00:00:49.309 INFO O| Aug 27 00:00:49.309 INFO STEP 32: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
84562024-08-27T00:00:50.439Z[ host-image] Aug 27 00:00:49.319 INFO O| Aug 27 00:00:49.319 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/hid"
84572024-08-27T00:00:50.439Z[ host-image] Aug 27 00:00:49.319 INFO O| Aug 27 00:00:49.319 INFO STEP 32 (remove_files) COMPLETE
84582024-08-27T00:00:50.441Z[ host-image] Aug 27 00:00:49.319 INFO O| Aug 27 00:00:49.319 INFO STEP 33: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
84592024-08-27T00:00:50.449Z[ host-image] Aug 27 00:00:49.329 INFO O| Aug 27 00:00:49.329 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/hubd"
84602024-08-27T00:00:50.449Z[ host-image] Aug 27 00:00:49.329 INFO O| Aug 27 00:00:49.329 INFO STEP 33 (remove_files) COMPLETE
84612024-08-27T00:00:50.451Z[ host-image] Aug 27 00:00:49.329 INFO O| Aug 27 00:00:49.329 INFO STEP 34: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
84622024-08-27T00:00:50.459Z[ host-image] Aug 27 00:00:49.339 INFO O| Aug 27 00:00:49.339 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/ohci"
84632024-08-27T00:00:50.459Z[ host-image] Aug 27 00:00:49.339 INFO O| Aug 27 00:00:49.339 INFO STEP 34 (remove_files) COMPLETE
84642024-08-27T00:00:50.459Z[ host-image] Aug 27 00:00:49.339 INFO O| Aug 27 00:00:49.339 INFO STEP 35: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
84652024-08-27T00:00:50.468Z[ host-image] Aug 27 00:00:49.348 INFO O| Aug 27 00:00:49.348 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/scsa2usb"
84662024-08-27T00:00:50.468Z[ host-image] Aug 27 00:00:49.348 INFO O| Aug 27 00:00:49.348 INFO STEP 35 (remove_files) COMPLETE
84672024-08-27T00:00:50.470Z[ host-image] Aug 27 00:00:49.348 INFO O| Aug 27 00:00:49.348 INFO STEP 36: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
84682024-08-27T00:00:50.478Z[ host-image] Aug 27 00:00:49.358 INFO O| Aug 27 00:00:49.358 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/uhci"
84692024-08-27T00:00:50.478Z[ host-image] Aug 27 00:00:49.358 INFO O| Aug 27 00:00:49.358 INFO STEP 36 (remove_files) COMPLETE
84702024-08-27T00:00:50.478Z[ host-image] Aug 27 00:00:49.358 INFO O| Aug 27 00:00:49.358 INFO STEP 37: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
84712024-08-27T00:00:50.488Z[ host-image] Aug 27 00:00:49.368 INFO O| Aug 27 00:00:49.368 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/usb_ac"
84722024-08-27T00:00:50.488Z[ host-image] Aug 27 00:00:49.368 INFO O| Aug 27 00:00:49.368 INFO STEP 37 (remove_files) COMPLETE
84732024-08-27T00:00:50.488Z[ host-image] Aug 27 00:00:49.368 INFO O| Aug 27 00:00:49.368 INFO STEP 38: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
84742024-08-27T00:00:50.497Z[ host-image] Aug 27 00:00:49.377 INFO O| Aug 27 00:00:49.377 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/usb_as"
84752024-08-27T00:00:50.497Z[ host-image] Aug 27 00:00:49.377 INFO O| Aug 27 00:00:49.377 INFO STEP 38 (remove_files) COMPLETE
84762024-08-27T00:00:50.500Z[ host-image] Aug 27 00:00:49.377 INFO O| Aug 27 00:00:49.377 INFO STEP 39: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
84772024-08-27T00:00:50.506Z[ host-image] Aug 27 00:00:49.387 INFO O| Aug 27 00:00:49.387 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/usb_ia"
84782024-08-27T00:00:50.506Z[ host-image] Aug 27 00:00:49.387 INFO O| Aug 27 00:00:49.387 INFO STEP 39 (remove_files) COMPLETE
84792024-08-27T00:00:50.507Z[ host-image] Aug 27 00:00:49.387 INFO O| Aug 27 00:00:49.387 INFO STEP 40: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
84802024-08-27T00:00:50.516Z[ host-image] Aug 27 00:00:49.396 INFO O| Aug 27 00:00:49.396 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/usb_mid"
84812024-08-27T00:00:50.519Z[ host-image] Aug 27 00:00:49.396 INFO O| Aug 27 00:00:49.396 INFO STEP 40 (remove_files) COMPLETE
84822024-08-27T00:00:50.519Z[ host-image] Aug 27 00:00:49.396 INFO O| Aug 27 00:00:49.396 INFO STEP 41: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
84832024-08-27T00:00:50.525Z[ host-image] Aug 27 00:00:49.406 INFO O| Aug 27 00:00:49.406 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/usbprn"
84842024-08-27T00:00:50.525Z[ host-image] Aug 27 00:00:49.406 INFO O| Aug 27 00:00:49.406 INFO STEP 41 (remove_files) COMPLETE
84852024-08-27T00:00:50.528Z[ host-image] Aug 27 00:00:49.406 INFO O| Aug 27 00:00:49.406 INFO STEP 42: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
84862024-08-27T00:00:50.535Z[ host-image] Aug 27 00:00:49.415 INFO O| Aug 27 00:00:49.415 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/xhci"
84872024-08-27T00:00:50.538Z[ host-image] Aug 27 00:00:49.416 INFO O| Aug 27 00:00:49.415 INFO STEP 42 (remove_files) COMPLETE
84882024-08-27T00:00:50.538Z[ host-image] Aug 27 00:00:49.416 INFO O| Aug 27 00:00:49.416 INFO STEP 43: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
84892024-08-27T00:00:50.545Z[ host-image] Aug 27 00:00:49.425 INFO O| Aug 27 00:00:49.425 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/intel_nhm"
84902024-08-27T00:00:50.547Z[ host-image] Aug 27 00:00:49.425 INFO O| Aug 27 00:00:49.425 INFO STEP 43 (remove_files) COMPLETE
84912024-08-27T00:00:50.547Z[ host-image] Aug 27 00:00:49.425 INFO O| Aug 27 00:00:49.425 INFO STEP 44: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
84922024-08-27T00:00:50.555Z[ host-image] Aug 27 00:00:49.435 INFO O| Aug 27 00:00:49.435 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/intel_nb5000"
84932024-08-27T00:00:50.555Z[ host-image] Aug 27 00:00:49.435 INFO O| Aug 27 00:00:49.435 INFO STEP 44 (remove_files) COMPLETE
84942024-08-27T00:00:50.558Z[ host-image] Aug 27 00:00:49.435 INFO O| Aug 27 00:00:49.435 INFO STEP 45: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
84952024-08-27T00:00:50.565Z[ host-image] Aug 27 00:00:49.445 INFO O| Aug 27 00:00:49.445 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/mc-amd"
84962024-08-27T00:00:50.565Z[ host-image] Aug 27 00:00:49.445 INFO O| Aug 27 00:00:49.445 INFO STEP 45 (remove_files) COMPLETE
84972024-08-27T00:00:50.565Z[ host-image] Aug 27 00:00:49.445 INFO O| Aug 27 00:00:49.445 INFO STEP 46: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
84982024-08-27T00:00:50.574Z[ host-image] Aug 27 00:00:49.455 INFO O| Aug 27 00:00:49.455 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/acpi_toshiba"
84992024-08-27T00:00:50.575Z[ host-image] Aug 27 00:00:49.455 INFO O| Aug 27 00:00:49.455 INFO STEP 46 (remove_files) COMPLETE
85002024-08-27T00:00:50.577Z[ host-image] Aug 27 00:00:49.455 INFO O| Aug 27 00:00:49.455 INFO STEP 47: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
85012024-08-27T00:00:50.584Z[ host-image] Aug 27 00:00:49.464 INFO O| Aug 27 00:00:49.464 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/intel_nhmex"
85022024-08-27T00:00:50.584Z[ host-image] Aug 27 00:00:49.464 INFO O| Aug 27 00:00:49.464 INFO STEP 47 (remove_files) COMPLETE
85032024-08-27T00:00:50.587Z[ host-image] Aug 27 00:00:49.464 INFO O| Aug 27 00:00:49.464 INFO STEP 48: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
85042024-08-27T00:00:50.594Z[ host-image] Aug 27 00:00:49.474 INFO O| Aug 27 00:00:49.474 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/intel_nhmex.conf"
85052024-08-27T00:00:50.594Z[ host-image] Aug 27 00:00:49.474 INFO O| Aug 27 00:00:49.474 INFO STEP 48 (remove_files) COMPLETE
85062024-08-27T00:00:50.597Z[ host-image] Aug 27 00:00:49.474 INFO O| Aug 27 00:00:49.474 INFO STEP 49: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
85072024-08-27T00:00:50.604Z[ host-image] Aug 27 00:00:49.484 INFO O| Aug 27 00:00:49.484 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/mpt"
85082024-08-27T00:00:50.604Z[ host-image] Aug 27 00:00:49.484 INFO O| Aug 27 00:00:49.484 INFO STEP 49 (remove_files) COMPLETE
85092024-08-27T00:00:50.604Z[ host-image] Aug 27 00:00:49.484 INFO O| Aug 27 00:00:49.484 INFO STEP 50: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
85102024-08-27T00:00:50.613Z[ host-image] Aug 27 00:00:49.493 INFO O| Aug 27 00:00:49.493 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/mpt.conf"
85112024-08-27T00:00:50.616Z[ host-image] Aug 27 00:00:49.493 INFO O| Aug 27 00:00:49.493 INFO STEP 50 (remove_files) COMPLETE
85122024-08-27T00:00:50.616Z[ host-image] Aug 27 00:00:49.493 INFO O| Aug 27 00:00:49.493 INFO STEP 51: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
85132024-08-27T00:00:50.623Z[ host-image] Aug 27 00:00:49.503 INFO O| Aug 27 00:00:49.503 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/usr/lib/fm/fmd/plugins/ses-log-transport.so"
85142024-08-27T00:00:50.623Z[ host-image] Aug 27 00:00:49.503 INFO O| Aug 27 00:00:49.503 INFO STEP 51 (remove_files) COMPLETE
85152024-08-27T00:00:50.623Z[ host-image] Aug 27 00:00:49.503 INFO O| Aug 27 00:00:49.503 INFO STEP 52: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
85162024-08-27T00:00:50.632Z[ host-image] Aug 27 00:00:49.513 INFO O| Aug 27 00:00:49.512 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/usr/lib/fm/fmd/plugins/ses-log-transport.conf"
85172024-08-27T00:00:50.632Z[ host-image] Aug 27 00:00:49.513 INFO O| Aug 27 00:00:49.513 INFO STEP 52 (remove_files) COMPLETE
85182024-08-27T00:00:50.632Z[ host-image] Aug 27 00:00:49.513 INFO O| Aug 27 00:00:49.513 INFO STEP 53: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
85192024-08-27T00:00:50.642Z[ host-image] Aug 27 00:00:49.522 INFO O| Aug 27 00:00:49.522 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/sbin/bootadm"
85202024-08-27T00:00:50.642Z[ host-image] Aug 27 00:00:49.522 INFO O| Aug 27 00:00:49.522 INFO STEP 53 (remove_files) COMPLETE
85212024-08-27T00:00:50.642Z[ host-image] Aug 27 00:00:49.522 INFO O| Aug 27 00:00:49.522 INFO STEP 54: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
85222024-08-27T00:00:50.651Z[ host-image] Aug 27 00:00:49.532 INFO O| Aug 27 00:00:49.531 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/usr/sbin/bootadm"
85232024-08-27T00:00:50.654Z[ host-image] Aug 27 00:00:49.532 INFO O| Aug 27 00:00:49.532 INFO STEP 54 (remove_files) COMPLETE
85242024-08-27T00:00:50.654Z[ host-image] Aug 27 00:00:49.532 INFO O| Aug 27 00:00:49.532 INFO STEP 55: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
85252024-08-27T00:00:50.661Z[ host-image] Aug 27 00:00:49.541 INFO O| Aug 27 00:00:49.541 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/sbin/beadm"
85262024-08-27T00:00:50.661Z[ host-image] Aug 27 00:00:49.541 INFO O| Aug 27 00:00:49.541 INFO STEP 55 (remove_files) COMPLETE
85272024-08-27T00:00:50.663Z[ host-image] Aug 27 00:00:49.541 INFO O| Aug 27 00:00:49.541 INFO STEP 56: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
85282024-08-27T00:00:50.670Z[ host-image] Aug 27 00:00:49.551 INFO O| Aug 27 00:00:49.551 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/usr/sbin/beadm"
85292024-08-27T00:00:50.671Z[ host-image] Aug 27 00:00:49.551 INFO O| Aug 27 00:00:49.551 INFO STEP 56 (remove_files) COMPLETE
85302024-08-27T00:00:50.673Z[ host-image] Aug 27 00:00:49.551 INFO O| Aug 27 00:00:49.551 INFO STEP 57: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
85312024-08-27T00:00:50.680Z[ host-image] Aug 27 00:00:49.560 INFO O| Aug 27 00:00:49.560 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/etc/default/tar"
85322024-08-27T00:00:50.680Z[ host-image] Aug 27 00:00:49.560 INFO O| Aug 27 00:00:49.560 INFO STEP 57 (remove_files) COMPLETE
85332024-08-27T00:00:50.683Z[ host-image] Aug 27 00:00:49.560 INFO O| Aug 27 00:00:49.560 INFO STEP 58: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
85342024-08-27T00:00:50.690Z[ host-image] Aug 27 00:00:49.570 INFO O| Aug 27 00:00:49.570 WARN file /rpool/images/build/host/work/gimlet/ramdisk/lib/svc/method/keymap exists, with wrong contents, unlinking
85352024-08-27T00:00:50.690Z[ host-image] Aug 27 00:00:49.570 INFO O| Aug 27 00:00:49.570 INFO writing /rpool/images/build/host/work/gimlet/ramdisk/lib/svc/method/keymap ...
85362024-08-27T00:00:50.692Z[ host-image] Aug 27 00:00:49.570 INFO O| Aug 27 00:00:49.570 INFO perms are 644, should be 755, path: /rpool/images/build/host/work/gimlet/ramdisk/lib/svc/method/keymap
85372024-08-27T00:00:50.693Z[ host-image] Aug 27 00:00:49.570 INFO O| Aug 27 00:00:49.570 INFO chmod ok, path: /rpool/images/build/host/work/gimlet/ramdisk/lib/svc/method/keymap
85382024-08-27T00:00:50.693Z[ host-image] Aug 27 00:00:49.570 INFO O| Aug 27 00:00:49.570 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/gimlet/ramdisk/lib/svc/method/keymap
85392024-08-27T00:00:50.693Z[ host-image] Aug 27 00:00:49.570 INFO O| Aug 27 00:00:49.570 INFO chown ok, path: /rpool/images/build/host/work/gimlet/ramdisk/lib/svc/method/keymap
85402024-08-27T00:00:50.693Z[ host-image] Aug 27 00:00:49.570 INFO O| Aug 27 00:00:49.570 INFO ok!
85412024-08-27T00:00:50.693Z[ host-image] Aug 27 00:00:49.570 INFO O| Aug 27 00:00:49.570 INFO STEP 58 (ensure_file) COMPLETE
85422024-08-27T00:00:50.693Z[ host-image] Aug 27 00:00:49.570 INFO O| Aug 27 00:00:49.570 INFO STEP 59: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
85432024-08-27T00:00:50.700Z[ host-image] Aug 27 00:00:49.580 INFO O| Aug 27 00:00:49.580 WARN file /rpool/images/build/host/work/gimlet/ramdisk/lib/svc/bin/rootisramdisk exists, with wrong contents, unlinking
85442024-08-27T00:00:50.702Z[ host-image] Aug 27 00:00:49.580 INFO O| Aug 27 00:00:49.580 INFO copying /work/oxidecomputer/helios/image/templates/files/rootisramdisk -> /rpool/images/build/host/work/gimlet/ramdisk/lib/svc/bin/rootisramdisk ...
85452024-08-27T00:00:50.702Z[ host-image] Aug 27 00:00:49.580 INFO O| Aug 27 00:00:49.580 INFO perms are 644, should be 755, path: /rpool/images/build/host/work/gimlet/ramdisk/lib/svc/bin/rootisramdisk
85462024-08-27T00:00:50.702Z[ host-image] Aug 27 00:00:49.580 INFO O| Aug 27 00:00:49.580 INFO chmod ok, path: /rpool/images/build/host/work/gimlet/ramdisk/lib/svc/bin/rootisramdisk
85472024-08-27T00:00:50.702Z[ host-image] Aug 27 00:00:49.580 INFO O| Aug 27 00:00:49.580 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/gimlet/ramdisk/lib/svc/bin/rootisramdisk
85482024-08-27T00:00:50.702Z[ host-image] Aug 27 00:00:49.580 INFO O| Aug 27 00:00:49.580 INFO chown ok, path: /rpool/images/build/host/work/gimlet/ramdisk/lib/svc/bin/rootisramdisk
85492024-08-27T00:00:50.702Z[ host-image] Aug 27 00:00:49.580 INFO O| Aug 27 00:00:49.580 INFO ok!
85502024-08-27T00:00:50.702Z[ host-image] Aug 27 00:00:49.580 INFO O| Aug 27 00:00:49.580 INFO STEP 59 (ensure_file) COMPLETE
85512024-08-27T00:00:50.703Z[ host-image] Aug 27 00:00:49.580 INFO O| Aug 27 00:00:49.580 INFO STEP 60: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
85522024-08-27T00:00:50.710Z[ host-image] Aug 27 00:00:49.590 INFO O| Aug 27 00:00:49.590 INFO file /rpool/images/build/host/work/gimlet/ramdisk/root/.bash_profile does not exist
85532024-08-27T00:00:50.712Z[ host-image] Aug 27 00:00:49.590 INFO O| Aug 27 00:00:49.590 INFO copying /work/oxidecomputer/helios/image/templates/files/bash_profile -> /rpool/images/build/host/work/gimlet/ramdisk/root/.bash_profile ...
85542024-08-27T00:00:50.712Z[ host-image] Aug 27 00:00:49.590 INFO O| Aug 27 00:00:49.590 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/ramdisk/root/.bash_profile
85552024-08-27T00:00:50.712Z[ host-image] Aug 27 00:00:49.590 INFO O| Aug 27 00:00:49.590 INFO ok!
85562024-08-27T00:00:50.712Z[ host-image] Aug 27 00:00:49.590 INFO O| Aug 27 00:00:49.590 INFO STEP 60 (ensure_file) COMPLETE
85572024-08-27T00:00:50.712Z[ host-image] Aug 27 00:00:49.590 INFO O| Aug 27 00:00:49.590 INFO STEP 61: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
85582024-08-27T00:00:50.720Z[ host-image] Aug 27 00:00:49.600 INFO O| Aug 27 00:00:49.600 WARN file /rpool/images/build/host/work/gimlet/ramdisk/root/.bashrc exists, with wrong contents, unlinking
85592024-08-27T00:00:50.720Z[ host-image] Aug 27 00:00:49.600 INFO O| Aug 27 00:00:49.600 INFO copying /work/oxidecomputer/helios/image/templates/files/bashrc -> /rpool/images/build/host/work/gimlet/ramdisk/root/.bashrc ...
85602024-08-27T00:00:50.722Z[ host-image] Aug 27 00:00:49.600 INFO O| Aug 27 00:00:49.600 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/ramdisk/root/.bashrc
85612024-08-27T00:00:50.722Z[ host-image] Aug 27 00:00:49.600 INFO O| Aug 27 00:00:49.600 INFO ok!
85622024-08-27T00:00:50.722Z[ host-image] Aug 27 00:00:49.600 INFO O| Aug 27 00:00:49.600 INFO STEP 61 (ensure_file) COMPLETE
85632024-08-27T00:00:50.722Z[ host-image] Aug 27 00:00:49.600 INFO O| Aug 27 00:00:49.600 INFO STEP 62: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
85642024-08-27T00:00:50.729Z[ host-image] Aug 27 00:00:49.610 INFO O| Aug 27 00:00:49.610 WARN file /rpool/images/build/host/work/gimlet/ramdisk/etc/motd exists, with wrong contents, unlinking
85652024-08-27T00:00:50.730Z[ host-image] Aug 27 00:00:49.610 INFO O| Aug 27 00:00:49.610 INFO copying /work/oxidecomputer/helios/image/templates/files/motd -> /rpool/images/build/host/work/gimlet/ramdisk/etc/motd ...
85662024-08-27T00:00:50.732Z[ host-image] Aug 27 00:00:49.610 INFO O| Aug 27 00:00:49.610 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/gimlet/ramdisk/etc/motd
85672024-08-27T00:00:50.732Z[ host-image] Aug 27 00:00:49.610 INFO O| Aug 27 00:00:49.610 INFO chown ok, path: /rpool/images/build/host/work/gimlet/ramdisk/etc/motd
85682024-08-27T00:00:50.732Z[ host-image] Aug 27 00:00:49.610 INFO O| Aug 27 00:00:49.610 INFO ok!
85692024-08-27T00:00:50.732Z[ host-image] Aug 27 00:00:49.610 INFO O| Aug 27 00:00:49.610 INFO STEP 62 (ensure_file) COMPLETE
85702024-08-27T00:00:50.732Z[ host-image] Aug 27 00:00:49.610 INFO O| Aug 27 00:00:49.610 INFO STEP 63: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
85712024-08-27T00:00:50.739Z[ host-image] Aug 27 00:00:49.619 INFO O| Aug 27 00:00:49.619 INFO file /rpool/images/build/host/work/gimlet/ramdisk/etc/system.d/zfs:dbuf does not exist
85722024-08-27T00:00:50.739Z[ host-image] Aug 27 00:00:49.619 INFO O| Aug 27 00:00:49.619 INFO copying /work/oxidecomputer/helios/image/templates/files/gimlet-system-zfs:dbuf -> /rpool/images/build/host/work/gimlet/ramdisk/etc/system.d/zfs:dbuf ...
85732024-08-27T00:00:50.739Z[ host-image] Aug 27 00:00:49.620 INFO O| Aug 27 00:00:49.619 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/gimlet/ramdisk/etc/system.d/zfs:dbuf
85742024-08-27T00:00:50.742Z[ host-image] Aug 27 00:00:49.620 INFO O| Aug 27 00:00:49.620 INFO chown ok, path: /rpool/images/build/host/work/gimlet/ramdisk/etc/system.d/zfs:dbuf
85752024-08-27T00:00:50.742Z[ host-image] Aug 27 00:00:49.620 INFO O| Aug 27 00:00:49.620 INFO ok!
85762024-08-27T00:00:50.742Z[ host-image] Aug 27 00:00:49.620 INFO O| Aug 27 00:00:49.620 INFO STEP 63 (ensure_file) COMPLETE
85772024-08-27T00:00:50.742Z[ host-image] Aug 27 00:00:49.620 INFO O| Aug 27 00:00:49.620 INFO STEP 64: assemble_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
85782024-08-27T00:00:50.749Z[ host-image] Aug 27 00:00:49.629 INFO O| Aug 27 00:00:49.629 INFO file /rpool/images/build/host/work/gimlet/ramdisk/etc/system.d/.self-assembly does not exist
85792024-08-27T00:00:50.749Z[ host-image] Aug 27 00:00:49.629 INFO O| Aug 27 00:00:49.629 INFO writing /rpool/images/build/host/work/gimlet/ramdisk/etc/system.d/.self-assembly ...
85802024-08-27T00:00:50.752Z[ host-image] Aug 27 00:00:49.629 INFO O| Aug 27 00:00:49.629 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/ramdisk/etc/system.d/.self-assembly
85812024-08-27T00:00:50.752Z[ host-image] Aug 27 00:00:49.629 INFO O| Aug 27 00:00:49.629 INFO ok!
85822024-08-27T00:00:50.752Z[ host-image] Aug 27 00:00:49.629 INFO O| Aug 27 00:00:49.629 INFO STEP 64 (assemble_files) COMPLETE
85832024-08-27T00:00:50.752Z[ host-image] Aug 27 00:00:49.629 INFO O| Aug 27 00:00:49.629 INFO STEP 65: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
85842024-08-27T00:00:50.759Z[ host-image] Aug 27 00:00:49.639 INFO O| Aug 27 00:00:49.639 INFO file /rpool/images/build/host/work/gimlet/ramdisk/etc/dumpadm.conf does not exist
85852024-08-27T00:00:50.759Z[ host-image] Aug 27 00:00:49.639 INFO O| Aug 27 00:00:49.639 INFO copying /work/oxidecomputer/helios/image/templates/files/dumpadm.conf -> /rpool/images/build/host/work/gimlet/ramdisk/etc/dumpadm.conf ...
85862024-08-27T00:00:50.761Z[ host-image] Aug 27 00:00:49.639 INFO O| Aug 27 00:00:49.639 INFO ownership wrong (Id(0):Id(0), not 0:1), path: /rpool/images/build/host/work/gimlet/ramdisk/etc/dumpadm.conf
85872024-08-27T00:00:50.761Z[ host-image] Aug 27 00:00:49.639 INFO O| Aug 27 00:00:49.639 INFO chown ok, path: /rpool/images/build/host/work/gimlet/ramdisk/etc/dumpadm.conf
85882024-08-27T00:00:50.761Z[ host-image] Aug 27 00:00:49.639 INFO O| Aug 27 00:00:49.639 INFO ok!
85892024-08-27T00:00:50.761Z[ host-image] Aug 27 00:00:49.639 INFO O| Aug 27 00:00:49.639 INFO STEP 65 (ensure_file) COMPLETE
85902024-08-27T00:00:50.761Z[ host-image] Aug 27 00:00:49.639 INFO O| Aug 27 00:00:49.639 INFO STEP 66: ensure_dir, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
85912024-08-27T00:00:50.768Z[ host-image] Aug 27 00:00:49.649 INFO O| Aug 27 00:00:49.649 INFO creating directory: /rpool/images/build/host/work/gimlet/ramdisk/usr/lib/brand/omicron1/baseline
85922024-08-27T00:00:50.771Z[ host-image] Aug 27 00:00:49.649 INFO O| Aug 27 00:00:49.649 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/gimlet/ramdisk/usr/lib/brand/omicron1/baseline
85932024-08-27T00:00:50.771Z[ host-image] Aug 27 00:00:49.649 INFO O| Aug 27 00:00:49.649 INFO chown ok, path: /rpool/images/build/host/work/gimlet/ramdisk/usr/lib/brand/omicron1/baseline
85942024-08-27T00:00:50.771Z[ host-image] Aug 27 00:00:49.649 INFO O| Aug 27 00:00:49.649 INFO STEP 66 (ensure_dir) COMPLETE
85952024-08-27T00:00:50.771Z[ host-image] Aug 27 00:00:49.649 INFO O| Aug 27 00:00:49.649 INFO STEP 67: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
85962024-08-27T00:00:50.778Z[ host-image] Aug 27 00:00:49.658 INFO O| Aug 27 00:00:49.658 INFO file /rpool/images/build/host/work/gimlet/ramdisk/usr/lib/brand/omicron1/baseline/files.tar.gz does not exist
85972024-08-27T00:00:50.778Z[ host-image] Aug 27 00:00:49.658 INFO O| Aug 27 00:00:49.658 INFO copying /work/oxidecomputer/helios/tmp/image.host/omicron1/files.tar.gz -> /rpool/images/build/host/work/gimlet/ramdisk/usr/lib/brand/omicron1/baseline/files.tar.gz ...
85982024-08-27T00:00:50.785Z[ host-image] Aug 27 00:00:49.665 INFO O| Aug 27 00:00:49.665 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/gimlet/ramdisk/usr/lib/brand/omicron1/baseline/files.tar.gz
85992024-08-27T00:00:50.785Z[ host-image] Aug 27 00:00:49.665 INFO O| Aug 27 00:00:49.665 INFO chown ok, path: /rpool/images/build/host/work/gimlet/ramdisk/usr/lib/brand/omicron1/baseline/files.tar.gz
86002024-08-27T00:00:50.788Z[ host-image] Aug 27 00:00:49.665 INFO O| Aug 27 00:00:49.665 INFO ok!
86012024-08-27T00:00:50.788Z[ host-image] Aug 27 00:00:49.665 INFO O| Aug 27 00:00:49.665 INFO STEP 67 (ensure_file) COMPLETE
86022024-08-27T00:00:50.788Z[ host-image] Aug 27 00:00:49.665 INFO O| Aug 27 00:00:49.665 INFO STEP 68: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
86032024-08-27T00:00:50.795Z[ host-image] Aug 27 00:00:49.675 INFO O| Aug 27 00:00:49.675 INFO file /rpool/images/build/host/work/gimlet/ramdisk/usr/lib/brand/omicron1/baseline/gzonly.txt does not exist
86042024-08-27T00:00:50.798Z[ host-image] Aug 27 00:00:49.675 INFO O| Aug 27 00:00:49.675 INFO copying /work/oxidecomputer/helios/tmp/image.host/omicron1/gzonly.txt -> /rpool/images/build/host/work/gimlet/ramdisk/usr/lib/brand/omicron1/baseline/gzonly.txt ...
86052024-08-27T00:00:50.798Z[ host-image] Aug 27 00:00:49.676 INFO O| Aug 27 00:00:49.676 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/gimlet/ramdisk/usr/lib/brand/omicron1/baseline/gzonly.txt
86062024-08-27T00:00:50.798Z[ host-image] Aug 27 00:00:49.676 INFO O| Aug 27 00:00:49.676 INFO chown ok, path: /rpool/images/build/host/work/gimlet/ramdisk/usr/lib/brand/omicron1/baseline/gzonly.txt
86072024-08-27T00:00:50.798Z[ host-image] Aug 27 00:00:49.676 INFO O| Aug 27 00:00:49.676 INFO ok!
86082024-08-27T00:00:50.798Z[ host-image] Aug 27 00:00:49.676 INFO O| Aug 27 00:00:49.676 INFO STEP 68 (ensure_file) COMPLETE
86092024-08-27T00:00:50.798Z[ host-image] Aug 27 00:00:49.676 INFO O| Aug 27 00:00:49.676 INFO STEP 69: pack_tar, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
86102024-08-27T00:00:50.810Z[ host-image] Aug 27 00:00:49.690 INFO O| Aug 27 00:00:49.690 INFO file /rpool/images/build/host/output/gimlet-ramdisk.tar does not already exist, skipping removal
86112024-08-27T00:00:50.810Z[ host-image] Aug 27 00:00:49.690 INFO O| Aug 27 00:00:49.690 INFO exec: ["/usr/sbin/tar", "ceEp@/f", "/rpool/images/build/host/output/gimlet-ramdisk.tar", "-C", "/rpool/images/build/host/work/gimlet/ramdisk", "."]
86122024-08-27T00:00:52.917Z[ host-image] Aug 27 00:00:51.796 INFO O| Aug 27 00:00:51.796 INFO STEP 69 (pack_tar) COMPLETE
86132024-08-27T00:00:52.920Z[ host-image] Aug 27 00:00:51.796 INFO O| Aug 27 00:00:51.796 INFO creating output snapshot rpool/images/build/host/work/gimlet/ramdisk@trim
86142024-08-27T00:00:52.920Z[ host-image] Aug 27 00:00:51.796 INFO O| Aug 27 00:00:51.796 INFO CREATE SNAPSHOT: rpool/images/build/host/work/gimlet/ramdisk@trim
86152024-08-27T00:00:53.036Z[ host-image] Aug 27 00:00:51.916 INFO O| Aug 27 00:00:51.916 INFO DESTROY DATASET: rpool/images/build/host/tmp/gimlet/ramdisk-02-trim
86162024-08-27T00:00:53.097Z[ host-image] Aug 27 00:00:51.976 INFO O| Aug 27 00:00:51.976 INFO completed processing gimlet/ramdisk-02-trim
86172024-08-27T00:00:53.099Z[ host-image] Aug 27 00:00:51.978 INFO image builder template: zfs...
86182024-08-27T00:00:53.099Z[ host-image] Aug 27 00:00:51.978 INFO exec: ["pfexec", "/work/oxidecomputer/helios/projects/image-builder/target/debug/image-builder", "build", "-d", "rpool/images/build/host", "-g", "gimlet", "-T", "/work/oxidecomputer/helios/image/templates", "-F", "relver=2", "-E", "/tmp/.tmpPOKhvJ/proto/host/root", "-F", "genproto=/work/oxidecomputer/helios/tmp/image.host/genproto.json", "-E", "/work/oxidecomputer/helios/tmp/image.host/omicron1", "-E", "/work/oxidecomputer/helios/projects", "-F", "repo_publisher=helios-dev", "-F", "repo_url=https://pkg.oxide.computer/helios/2/dev/", "-F", "baud=3000000", "-F", "omicron1", "-F", "optever=0.33.293", "-n", "zfs"], pwd: None
86192024-08-27T00:00:53.113Z[ host-image] Aug 27 00:00:51.992 INFO O| Aug 27 00:00:51.992 INFO skip include "stress" because feature "stress" is not enabled
86202024-08-27T00:00:53.144Z[ host-image] Aug 27 00:00:52.024 INFO O| Aug 27 00:00:52.024 INFO temporary dataset: rpool/images/build/host/tmp/gimlet/zfs
86212024-08-27T00:00:53.148Z[ host-image] Aug 27 00:00:52.028 INFO O| Aug 27 00:00:52.028 INFO CREATE DATASET: rpool/images/build/host/tmp/gimlet/zfs
86222024-08-27T00:00:53.204Z[ host-image] Aug 27 00:00:52.083 INFO O| Aug 27 00:00:52.083 INFO SET DATASET PROPERTY ON rpool/images/build/host/tmp/gimlet/zfs: sync = disabled
86232024-08-27T00:00:53.249Z[ host-image] Aug 27 00:00:52.128 INFO O| Aug 27 00:00:52.128 INFO temporary directory: /rpool/images/build/host/tmp/gimlet/zfs
86242024-08-27T00:00:53.251Z[ host-image] Aug 27 00:00:52.128 INFO O| Aug 27 00:00:52.128 INFO work dataset: rpool/images/build/host/work/gimlet/zfs
86252024-08-27T00:00:53.254Z[ host-image] Aug 27 00:00:52.132 INFO O| Aug 27 00:00:52.132 INFO CREATE DATASET: rpool/images/build/host/work/gimlet/zfs
86262024-08-27T00:00:53.309Z[ host-image] Aug 27 00:00:52.189 INFO O| Aug 27 00:00:52.188 INFO SET DATASET PROPERTY ON rpool/images/build/host/work/gimlet/zfs: sync = disabled
86272024-08-27T00:00:53.347Z[ host-image] Aug 27 00:00:52.226 INFO O| Aug 27 00:00:52.226 INFO DESTROY POOL: TEMPORARY-gimlet-zfs
86282024-08-27T00:00:53.356Z[ host-image] Aug 27 00:00:52.235 INFO O| Aug 27 00:00:52.235 INFO image file: /rpool/images/build/host/work/gimlet/zfs/lofi.raw
86292024-08-27T00:00:53.361Z[ host-image] Aug 27 00:00:52.240 INFO O| Aug 27 00:00:52.240 INFO pool altroot: /rpool/images/build/host/work/gimlet/zfs/altroot
86302024-08-27T00:00:53.363Z[ host-image] Aug 27 00:00:52.240 INFO O| Aug 27 00:00:52.240 INFO no lofi found
86312024-08-27T00:00:53.363Z[ host-image] Aug 27 00:00:52.240 INFO O| Aug 27 00:00:52.240 INFO file /rpool/images/build/host/work/gimlet/zfs/lofi.raw does not already exist, skipping removal
86322024-08-27T00:00:53.363Z[ host-image] Aug 27 00:00:52.240 INFO O| Aug 27 00:00:52.240 INFO CREATE IMAGE (1000MB): /rpool/images/build/host/work/gimlet/zfs/lofi.raw
86332024-08-27T00:00:55.132Z[ host-image] Aug 27 00:00:54.010 INFO O| Aug 27 00:00:54.010 INFO lofi device = /dev/dsk/c2t1d0p0
86342024-08-27T00:00:55.132Z[ host-image] Aug 27 00:00:54.010 INFO O| Aug 27 00:00:54.010 INFO pool device = /dev/dsk/c2t1d0p0
86352024-08-27T00:00:55.135Z[ host-image] Aug 27 00:00:54.011 INFO O| Aug 27 00:00:54.011 INFO exec: ["/sbin/zpool", "create", "-t", "TEMPORARY-gimlet-zfs", "-O", "compression=gzip-9", "-R", "/rpool/images/build/host/work/gimlet/zfs/altroot", "-o", "ashift=9", "-o", "autoexpand=on", "-o", "failmode=panic", "rpool", "/dev/dsk/c2t1d0p0"]
86362024-08-27T00:00:55.206Z[ host-image] Aug 27 00:00:54.085 INFO O| Aug 27 00:00:54.085 INFO STEP 0: create_be, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs.json
86372024-08-27T00:00:55.206Z[ host-image] Aug 27 00:00:54.085 INFO O| Aug 27 00:00:54.085 INFO CREATE DATASET: TEMPORARY-gimlet-zfs/ROOT
86382024-08-27T00:00:55.227Z[ host-image] Aug 27 00:00:54.106 INFO O| Aug 27 00:00:54.106 INFO SET DATASET PROPERTY ON TEMPORARY-gimlet-zfs/ROOT: canmount = off
86392024-08-27T00:00:55.287Z[ host-image] Aug 27 00:00:54.166 INFO O| Aug 27 00:00:54.166 INFO SET DATASET PROPERTY ON TEMPORARY-gimlet-zfs/ROOT: mountpoint = legacy
86402024-08-27T00:00:55.324Z[ host-image] Aug 27 00:00:54.203 INFO O| Aug 27 00:00:54.203 INFO CREATE DATASET: TEMPORARY-gimlet-zfs/ROOT/ramdisk
86412024-08-27T00:00:55.338Z[ host-image] Aug 27 00:00:54.217 INFO O| Aug 27 00:00:54.217 INFO SET DATASET PROPERTY ON TEMPORARY-gimlet-zfs/ROOT/ramdisk: canmount = noauto
86422024-08-27T00:00:55.348Z[ host-image] Aug 27 00:00:54.227 INFO O| Aug 27 00:00:54.227 INFO SET DATASET PROPERTY ON TEMPORARY-gimlet-zfs/ROOT/ramdisk: mountpoint = legacy
86432024-08-27T00:00:55.393Z[ host-image] Aug 27 00:00:54.272 INFO O| Aug 27 00:00:54.272 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a
86442024-08-27T00:00:55.396Z[ host-image] Aug 27 00:00:54.273 INFO O| Aug 27 00:00:54.272 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a
86452024-08-27T00:00:55.396Z[ host-image] Aug 27 00:00:54.273 INFO O| Aug 27 00:00:54.273 INFO exec: ["/sbin/mount", "-F", "zfs", "TEMPORARY-gimlet-zfs/ROOT/ramdisk", "/rpool/images/build/host/work/gimlet/zfs/a"]
86462024-08-27T00:00:55.401Z[ host-image] Aug 27 00:00:54.280 INFO O| Aug 27 00:00:54.280 INFO boot environment UUID: 6c894cff-4d69-4b08-a13d-ebbd709af477
86472024-08-27T00:00:55.401Z[ host-image] Aug 27 00:00:54.280 INFO O| Aug 27 00:00:54.280 INFO SET DATASET PROPERTY ON TEMPORARY-gimlet-zfs/ROOT/ramdisk: org.opensolaris.libbe:uuid = 6c894cff-4d69-4b08-a13d-ebbd709af477
86482024-08-27T00:00:55.413Z[ host-image] Aug 27 00:00:54.293 INFO O| Aug 27 00:00:54.293 INFO SET DATASET PROPERTY ON TEMPORARY-gimlet-zfs/ROOT/ramdisk: org.opensolaris.libbe:policy = static
86492024-08-27T00:00:55.426Z[ host-image] Aug 27 00:00:54.305 INFO O| Aug 27 00:00:54.305 INFO STEP 0 (create_be) COMPLETE
86502024-08-27T00:00:55.426Z[ host-image] Aug 27 00:00:54.305 INFO O| Aug 27 00:00:54.305 INFO STEP 1: unpack_tar, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs.json
86512024-08-27T00:00:55.441Z[ host-image] Aug 27 00:00:54.320 INFO O| Aug 27 00:00:54.320 INFO exec: ["/usr/sbin/tar", "xeEp@/f", "/rpool/images/build/host/output/gimlet-ramdisk.tar", "-C", "/rpool/images/build/host/work/gimlet/zfs/a"]
86522024-08-27T00:00:58.673Z[ recovery-image] Aug 27 00:00:57.548 INFO E| Compiling rustc-std-workspace-core v1.99.0 (/home/build/.rustup/toolchains/nightly-2024-03-19-x86_64-unknown-illumos/lib/rustlib/src/rust/library/rustc-std-workspace-core)
86532024-08-27T00:01:01.359Z[ recovery-image] Aug 27 00:01:00.237 INFO E| Compiling alloc v0.0.0 (/home/build/.rustup/toolchains/nightly-2024-03-19-x86_64-unknown-illumos/lib/rustlib/src/rust/library/alloc)
86542024-08-27T00:01:06.063Z[ recovery-image] Aug 27 00:01:04.938 INFO E| Compiling bitflags v1.3.2
86552024-08-27T00:01:06.063Z[ recovery-image] Aug 27 00:01:04.938 INFO E| Compiling scroll v0.12.0
86562024-08-27T00:01:06.063Z[ recovery-image] Aug 27 00:01:04.938 INFO E| Compiling plain v0.2.3
86572024-08-27T00:01:06.063Z[ recovery-image] Aug 27 00:01:04.938 INFO E| Compiling adler v1.0.2
86582024-08-27T00:01:06.063Z[ recovery-image] Aug 27 00:01:04.938 INFO E| Compiling log v0.4.21
86592024-08-27T00:01:06.063Z[ recovery-image] Aug 27 00:01:04.938 INFO E| Compiling bit_field v0.10.2
86602024-08-27T00:01:06.063Z[ recovery-image] Aug 27 00:01:04.938 INFO E| Compiling bitstruct v0.1.1
86612024-08-27T00:01:06.164Z[ recovery-image] Aug 27 00:01:05.041 INFO E| Compiling raw-cpuid v10.7.0
86622024-08-27T00:01:06.216Z[ recovery-image] Aug 27 00:01:05.093 INFO E| Compiling cpio_reader v0.1.1
86632024-08-27T00:01:06.256Z[ recovery-image] Aug 27 00:01:05.132 INFO E| Compiling static_assertions v1.1.0
86642024-08-27T00:01:06.556Z[ recovery-image] Aug 27 00:01:05.432 INFO E| Compiling miniz_oxide v0.7.2
86652024-08-27T00:01:07.472Z[ recovery-image] Aug 27 00:01:06.345 INFO E| Compiling goblin v0.8.0
86662024-08-27T00:01:16.710Z[ recovery-image] Aug 27 00:01:15.585 INFO E| Finished `release` profile [optimized] target(s) in 41.15s
86672024-08-27T00:01:16.733Z[ recovery-image] Aug 27 00:01:15.608 INFO building host image...
86682024-08-27T00:01:16.738Z[ recovery-image] Aug 27 00:01:15.608 INFO exec: ["/work/oxidecomputer/helios/projects/amd-host-image-builder/target/debug/amd-host-image-builder", "-B", "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.a", "--config", "/work/oxidecomputer/helios/image/amd/milan-gimlet-b.efs.json5", "--output-file", "/work/os-recovery/rom", "--reset-image", "/work/oxidecomputer/helios/projects/phbl/target/x86_64-oxide-none-elf/release/phbl"], pwd: Some("/work/oxidecomputer/helios/projects/amd-host-image-builder")
86692024-08-27T00:01:17.390Z[ recovery-image] Aug 27 00:01:16.261 INFO finishing image archive at "/work/os-recovery/os.tar.gz"...
86702024-08-27T00:01:17.425Z[ host-image] Aug 27 00:01:16.300 INFO O| Aug 27 00:01:16.300 INFO STEP 1 (unpack_tar) COMPLETE
86712024-08-27T00:01:17.429Z[ host-image] Aug 27 00:01:16.300 INFO O| Aug 27 00:01:16.300 INFO STEP 2: devfsadm, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
86722024-08-27T00:01:17.436Z[ host-image] Aug 27 00:01:16.312 INFO O| Aug 27 00:01:16.312 INFO exec: ["/usr/sbin/devfsadm", "-r", "/rpool/images/build/host/work/gimlet/zfs/a"]
86732024-08-27T00:01:17.581Z[ host-image] Aug 27 00:01:16.456 INFO O| Aug 27 00:01:16.456 INFO STEP 2 (devfsadm) COMPLETE
86742024-08-27T00:01:17.581Z[ host-image] Aug 27 00:01:16.456 INFO O| Aug 27 00:01:16.456 INFO STEP 3: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
86752024-08-27T00:01:17.591Z[ host-image] Aug 27 00:01:16.467 INFO O| Aug 27 00:01:16.466 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/dev/cfg
86762024-08-27T00:01:17.591Z[ host-image] Aug 27 00:01:16.467 INFO O| Aug 27 00:01:16.467 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/dev/cfg
86772024-08-27T00:01:17.591Z[ host-image] Aug 27 00:01:16.467 INFO O| Aug 27 00:01:16.467 INFO STEP 3 (ensure_dir) COMPLETE
86782024-08-27T00:01:17.594Z[ host-image] Aug 27 00:01:16.467 INFO O| Aug 27 00:01:16.467 INFO STEP 4: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
86792024-08-27T00:01:17.601Z[ host-image] Aug 27 00:01:16.476 INFO O| Aug 27 00:01:16.476 INFO ownership already OK (0:3), path: /rpool/images/build/host/work/gimlet/zfs/a/dev/dsk
86802024-08-27T00:01:17.604Z[ host-image] Aug 27 00:01:16.476 INFO O| Aug 27 00:01:16.476 INFO STEP 4 (ensure_dir) COMPLETE
86812024-08-27T00:01:17.604Z[ host-image] Aug 27 00:01:16.476 INFO O| Aug 27 00:01:16.476 INFO STEP 5: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
86822024-08-27T00:01:17.610Z[ host-image] Aug 27 00:01:16.485 INFO O| Aug 27 00:01:16.485 INFO ownership already OK (0:3), path: /rpool/images/build/host/work/gimlet/zfs/a/dev/rdsk
86832024-08-27T00:01:17.613Z[ host-image] Aug 27 00:01:16.485 INFO O| Aug 27 00:01:16.485 INFO STEP 5 (ensure_dir) COMPLETE
86842024-08-27T00:01:17.613Z[ host-image] Aug 27 00:01:16.485 INFO O| Aug 27 00:01:16.485 INFO STEP 6: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
86852024-08-27T00:01:17.619Z[ host-image] Aug 27 00:01:16.495 INFO O| Aug 27 00:01:16.494 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/dev/sensors
86862024-08-27T00:01:17.619Z[ host-image] Aug 27 00:01:16.495 INFO O| Aug 27 00:01:16.495 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/dev/sensors
86872024-08-27T00:01:17.622Z[ host-image] Aug 27 00:01:16.495 INFO O| Aug 27 00:01:16.495 INFO STEP 6 (ensure_dir) COMPLETE
86882024-08-27T00:01:17.622Z[ host-image] Aug 27 00:01:16.495 INFO O| Aug 27 00:01:16.495 INFO STEP 7: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
86892024-08-27T00:01:17.629Z[ host-image] Aug 27 00:01:16.504 INFO O| Aug 27 00:01:16.504 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/dev/usb
86902024-08-27T00:01:17.631Z[ host-image] Aug 27 00:01:16.504 INFO O| Aug 27 00:01:16.504 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/dev/usb
86912024-08-27T00:01:17.631Z[ host-image] Aug 27 00:01:16.504 INFO O| Aug 27 00:01:16.504 INFO STEP 7 (ensure_dir) COMPLETE
86922024-08-27T00:01:17.631Z[ host-image] Aug 27 00:01:16.504 INFO O| Aug 27 00:01:16.504 INFO STEP 8: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
86932024-08-27T00:01:17.638Z[ host-image] Aug 27 00:01:16.513 INFO O| Aug 27 00:01:16.513 INFO remove tree: "/rpool/images/build/host/work/gimlet/zfs/a/dev/cfg"
86942024-08-27T00:01:17.641Z[ host-image] Aug 27 00:01:16.513 INFO O| Aug 27 00:01:16.513 INFO STEP 8 (remove_files) COMPLETE
86952024-08-27T00:01:17.641Z[ host-image] Aug 27 00:01:16.514 INFO O| Aug 27 00:01:16.513 INFO STEP 9: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
86962024-08-27T00:01:17.649Z[ host-image] Aug 27 00:01:16.523 INFO O| Aug 27 00:01:16.523 INFO remove tree: "/rpool/images/build/host/work/gimlet/zfs/a/dev/dsk"
86972024-08-27T00:01:17.653Z[ host-image] Aug 27 00:01:16.523 INFO O| Aug 27 00:01:16.523 INFO STEP 9 (remove_files) COMPLETE
86982024-08-27T00:01:17.653Z[ host-image] Aug 27 00:01:16.523 INFO O| Aug 27 00:01:16.523 INFO STEP 10: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
86992024-08-27T00:01:17.657Z[ host-image] Aug 27 00:01:16.532 INFO O| Aug 27 00:01:16.532 INFO remove tree: "/rpool/images/build/host/work/gimlet/zfs/a/dev/rdsk"
87002024-08-27T00:01:17.661Z[ host-image] Aug 27 00:01:16.533 INFO O| Aug 27 00:01:16.533 INFO STEP 10 (remove_files) COMPLETE
87012024-08-27T00:01:17.662Z[ host-image] Aug 27 00:01:16.533 INFO O| Aug 27 00:01:16.533 INFO STEP 11: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
87022024-08-27T00:01:17.667Z[ host-image] Aug 27 00:01:16.542 INFO O| Aug 27 00:01:16.542 INFO remove tree: "/rpool/images/build/host/work/gimlet/zfs/a/dev/sensors"
87032024-08-27T00:01:17.672Z[ host-image] Aug 27 00:01:16.543 INFO O| Aug 27 00:01:16.542 INFO STEP 11 (remove_files) COMPLETE
87042024-08-27T00:01:17.672Z[ host-image] Aug 27 00:01:16.543 INFO O| Aug 27 00:01:16.542 INFO STEP 12: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
87052024-08-27T00:01:17.676Z[ host-image] Aug 27 00:01:16.552 INFO O| Aug 27 00:01:16.552 INFO remove tree: "/rpool/images/build/host/work/gimlet/zfs/a/dev/usb"
87062024-08-27T00:01:17.676Z[ host-image] Aug 27 00:01:16.552 INFO O| Aug 27 00:01:16.552 INFO STEP 12 (remove_files) COMPLETE
87072024-08-27T00:01:17.679Z[ host-image] Aug 27 00:01:16.552 INFO O| Aug 27 00:01:16.552 INFO STEP 13: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
87082024-08-27T00:01:17.686Z[ host-image] Aug 27 00:01:16.561 INFO O| Aug 27 00:01:16.561 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/dev/cfg
87092024-08-27T00:01:17.689Z[ host-image] Aug 27 00:01:16.561 INFO O| Aug 27 00:01:16.561 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/dev/cfg
87102024-08-27T00:01:17.689Z[ host-image] Aug 27 00:01:16.561 INFO O| Aug 27 00:01:16.561 INFO STEP 13 (ensure_dir) COMPLETE
87112024-08-27T00:01:17.689Z[ host-image] Aug 27 00:01:16.561 INFO O| Aug 27 00:01:16.561 INFO STEP 14: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
87122024-08-27T00:01:17.695Z[ host-image] Aug 27 00:01:16.570 INFO O| Aug 27 00:01:16.570 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/dev/dsk
87132024-08-27T00:01:17.698Z[ host-image] Aug 27 00:01:16.571 INFO O| Aug 27 00:01:16.570 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/gimlet/zfs/a/dev/dsk
87142024-08-27T00:01:17.698Z[ host-image] Aug 27 00:01:16.571 INFO O| Aug 27 00:01:16.571 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/dev/dsk
87152024-08-27T00:01:17.698Z[ host-image] Aug 27 00:01:16.571 INFO O| Aug 27 00:01:16.571 INFO STEP 14 (ensure_dir) COMPLETE
87162024-08-27T00:01:17.698Z[ host-image] Aug 27 00:01:16.571 INFO O| Aug 27 00:01:16.571 INFO STEP 15: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
87172024-08-27T00:01:17.705Z[ host-image] Aug 27 00:01:16.580 INFO O| Aug 27 00:01:16.580 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/dev/rdsk
87182024-08-27T00:01:17.705Z[ host-image] Aug 27 00:01:16.580 INFO O| Aug 27 00:01:16.580 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/gimlet/zfs/a/dev/rdsk
87192024-08-27T00:01:17.708Z[ host-image] Aug 27 00:01:16.580 INFO O| Aug 27 00:01:16.580 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/dev/rdsk
87202024-08-27T00:01:17.708Z[ host-image] Aug 27 00:01:16.580 INFO O| Aug 27 00:01:16.580 INFO STEP 15 (ensure_dir) COMPLETE
87212024-08-27T00:01:17.708Z[ host-image] Aug 27 00:01:16.580 INFO O| Aug 27 00:01:16.580 INFO STEP 16: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
87222024-08-27T00:01:17.714Z[ host-image] Aug 27 00:01:16.589 INFO O| Aug 27 00:01:16.589 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/dev/sensors
87232024-08-27T00:01:17.714Z[ host-image] Aug 27 00:01:16.590 INFO O| Aug 27 00:01:16.589 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/dev/sensors
87242024-08-27T00:01:17.714Z[ host-image] Aug 27 00:01:16.590 INFO O| Aug 27 00:01:16.590 INFO STEP 16 (ensure_dir) COMPLETE
87252024-08-27T00:01:17.717Z[ host-image] Aug 27 00:01:16.590 INFO O| Aug 27 00:01:16.590 INFO STEP 17: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
87262024-08-27T00:01:17.724Z[ host-image] Aug 27 00:01:16.599 INFO O| Aug 27 00:01:16.599 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/dev/usb
87272024-08-27T00:01:17.728Z[ host-image] Aug 27 00:01:16.599 INFO O| Aug 27 00:01:16.599 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/dev/usb
87282024-08-27T00:01:17.728Z[ host-image] Aug 27 00:01:16.599 INFO O| Aug 27 00:01:16.599 INFO STEP 17 (ensure_dir) COMPLETE
87292024-08-27T00:01:17.728Z[ host-image] Aug 27 00:01:16.599 INFO O| Aug 27 00:01:16.599 INFO STEP 18: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
87302024-08-27T00:01:17.735Z[ host-image] Aug 27 00:01:16.608 INFO O| Aug 27 00:01:16.608 INFO link target ok (../devices/pseudo/sysmsg@0:msglog)
87312024-08-27T00:01:17.738Z[ host-image] Aug 27 00:01:16.608 INFO O| Aug 27 00:01:16.608 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/dev/msglog
87322024-08-27T00:01:17.738Z[ host-image] Aug 27 00:01:16.608 INFO O| Aug 27 00:01:16.608 INFO ok!
87332024-08-27T00:01:17.738Z[ host-image] Aug 27 00:01:16.608 INFO O| Aug 27 00:01:16.608 INFO STEP 18 (ensure_symlink) COMPLETE
87342024-08-27T00:01:17.738Z[ host-image] Aug 27 00:01:16.608 INFO O| Aug 27 00:01:16.608 INFO STEP 19: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
87352024-08-27T00:01:17.743Z[ host-image] Aug 27 00:01:16.618 INFO O| Aug 27 00:01:16.618 INFO file /rpool/images/build/host/work/gimlet/zfs/a/reconfigure exists, with correct contents
87362024-08-27T00:01:17.746Z[ host-image] Aug 27 00:01:16.618 INFO O| Aug 27 00:01:16.618 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/reconfigure
87372024-08-27T00:01:17.746Z[ host-image] Aug 27 00:01:16.618 INFO O| Aug 27 00:01:16.618 INFO ok!
87382024-08-27T00:01:17.746Z[ host-image] Aug 27 00:01:16.618 INFO O| Aug 27 00:01:16.618 INFO STEP 19 (ensure_file) COMPLETE
87392024-08-27T00:01:17.746Z[ host-image] Aug 27 00:01:16.618 INFO O| Aug 27 00:01:16.618 INFO STEP 20: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/common.json
87402024-08-27T00:01:17.752Z[ host-image] Aug 27 00:01:16.628 INFO O| Aug 27 00:01:16.627 INFO link /rpool/images/build/host/work/gimlet/zfs/a/etc/svc/profile/generic.xml does not exist
87412024-08-27T00:01:17.752Z[ host-image] Aug 27 00:01:16.628 INFO O| Aug 27 00:01:16.628 INFO linking /rpool/images/build/host/work/gimlet/zfs/a/etc/svc/profile/generic.xml -> generic_limited_net.xml ...
87422024-08-27T00:01:17.755Z[ host-image] Aug 27 00:01:16.628 INFO O| Aug 27 00:01:16.628 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/svc/profile/generic.xml
87432024-08-27T00:01:17.755Z[ host-image] Aug 27 00:01:16.628 INFO O| Aug 27 00:01:16.628 INFO ok!
87442024-08-27T00:01:17.755Z[ host-image] Aug 27 00:01:16.628 INFO O| Aug 27 00:01:16.628 INFO STEP 20 (ensure_symlink) COMPLETE
87452024-08-27T00:01:17.755Z[ host-image] Aug 27 00:01:16.628 INFO O| Aug 27 00:01:16.628 INFO STEP 21: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/common.json
87462024-08-27T00:01:17.762Z[ host-image] Aug 27 00:01:16.637 INFO O| Aug 27 00:01:16.637 INFO link /rpool/images/build/host/work/gimlet/zfs/a/etc/svc/profile/inetd_services.xml does not exist
87472024-08-27T00:01:17.762Z[ host-image] Aug 27 00:01:16.637 INFO O| Aug 27 00:01:16.637 INFO linking /rpool/images/build/host/work/gimlet/zfs/a/etc/svc/profile/inetd_services.xml -> inetd_generic.xml ...
87482024-08-27T00:01:17.764Z[ host-image] Aug 27 00:01:16.637 INFO O| Aug 27 00:01:16.637 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/svc/profile/inetd_services.xml
87492024-08-27T00:01:17.764Z[ host-image] Aug 27 00:01:16.637 INFO O| Aug 27 00:01:16.637 INFO ok!
87502024-08-27T00:01:17.764Z[ host-image] Aug 27 00:01:16.637 INFO O| Aug 27 00:01:16.637 INFO STEP 21 (ensure_symlink) COMPLETE
87512024-08-27T00:01:17.764Z[ host-image] Aug 27 00:01:16.637 INFO O| Aug 27 00:01:16.637 INFO STEP 22: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/common.json
87522024-08-27T00:01:17.771Z[ host-image] Aug 27 00:01:16.646 INFO O| Aug 27 00:01:16.646 INFO link /rpool/images/build/host/work/gimlet/zfs/a/etc/svc/profile/platform.xml does not exist
87532024-08-27T00:01:17.771Z[ host-image] Aug 27 00:01:16.646 INFO O| Aug 27 00:01:16.646 INFO linking /rpool/images/build/host/work/gimlet/zfs/a/etc/svc/profile/platform.xml -> platform_oxide.xml ...
87542024-08-27T00:01:17.774Z[ host-image] Aug 27 00:01:16.647 INFO O| Aug 27 00:01:16.646 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/svc/profile/platform.xml
87552024-08-27T00:01:17.775Z[ host-image] Aug 27 00:01:16.647 INFO O| Aug 27 00:01:16.647 INFO ok!
87562024-08-27T00:01:17.775Z[ host-image] Aug 27 00:01:16.647 INFO O| Aug 27 00:01:16.647 INFO STEP 22 (ensure_symlink) COMPLETE
87572024-08-27T00:01:17.775Z[ host-image] Aug 27 00:01:16.647 INFO O| Aug 27 00:01:16.647 INFO STEP 23: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/common.json
87582024-08-27T00:01:17.781Z[ host-image] Aug 27 00:01:16.656 INFO O| Aug 27 00:01:16.656 INFO link /rpool/images/build/host/work/gimlet/zfs/a/etc/svc/profile/name_service.xml does not exist
87592024-08-27T00:01:17.781Z[ host-image] Aug 27 00:01:16.656 INFO O| Aug 27 00:01:16.656 INFO linking /rpool/images/build/host/work/gimlet/zfs/a/etc/svc/profile/name_service.xml -> ns_dns.xml ...
87602024-08-27T00:01:17.784Z[ host-image] Aug 27 00:01:16.656 INFO O| Aug 27 00:01:16.656 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/svc/profile/name_service.xml
87612024-08-27T00:01:17.784Z[ host-image] Aug 27 00:01:16.656 INFO O| Aug 27 00:01:16.656 INFO ok!
87622024-08-27T00:01:17.784Z[ host-image] Aug 27 00:01:16.656 INFO O| Aug 27 00:01:16.656 INFO STEP 23 (ensure_symlink) COMPLETE
87632024-08-27T00:01:17.784Z[ host-image] Aug 27 00:01:16.656 INFO O| Aug 27 00:01:16.656 INFO STEP 24: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
87642024-08-27T00:01:17.792Z[ host-image] Aug 27 00:01:16.667 INFO O| Aug 27 00:01:16.667 WARN file /rpool/images/build/host/work/gimlet/zfs/a/etc/nsswitch.conf exists, with wrong contents, unlinking
87652024-08-27T00:01:17.796Z[ host-image] Aug 27 00:01:16.667 INFO O| Aug 27 00:01:16.667 INFO copying /rpool/images/build/host/work/gimlet/zfs/a/etc/nsswitch.dns -> /rpool/images/build/host/work/gimlet/zfs/a/etc/nsswitch.conf ...
87662024-08-27T00:01:17.796Z[ host-image] Aug 27 00:01:16.668 INFO O| Aug 27 00:01:16.668 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/nsswitch.conf
87672024-08-27T00:01:17.796Z[ host-image] Aug 27 00:01:16.668 INFO O| Aug 27 00:01:16.668 INFO ok!
87682024-08-27T00:01:17.796Z[ host-image] Aug 27 00:01:16.668 INFO O| Aug 27 00:01:16.668 INFO STEP 24 (ensure_file) COMPLETE
87692024-08-27T00:01:17.796Z[ host-image] Aug 27 00:01:16.668 INFO O| Aug 27 00:01:16.668 INFO STEP 25: shadow, from: /work/oxidecomputer/helios/image/templates/include/common.json
87702024-08-27T00:01:17.803Z[ host-image] Aug 27 00:01:16.677 INFO O| Aug 27 00:01:16.677 INFO updating shadow file
87712024-08-27T00:01:17.805Z[ host-image] Aug 27 00:01:16.677 INFO O| Aug 27 00:01:16.677 INFO ownership wrong (Id(0):Id(3), not 0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/shadow
87722024-08-27T00:01:17.806Z[ host-image] Aug 27 00:01:16.678 INFO O| Aug 27 00:01:16.677 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/etc/shadow
87732024-08-27T00:01:17.806Z[ host-image] Aug 27 00:01:16.678 INFO O| Aug 27 00:01:16.678 INFO STEP 25 (shadow) COMPLETE
87742024-08-27T00:01:17.806Z[ host-image] Aug 27 00:01:16.678 INFO O| Aug 27 00:01:16.678 INFO STEP 26: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
87752024-08-27T00:01:17.812Z[ host-image] Aug 27 00:01:16.687 INFO O| Aug 27 00:01:16.687 WARN file /rpool/images/build/host/work/gimlet/zfs/a/etc/inet/hosts exists, with wrong contents, unlinking
87762024-08-27T00:01:17.812Z[ host-image] Aug 27 00:01:16.687 INFO O| Aug 27 00:01:16.687 INFO copying /work/oxidecomputer/helios/image/templates/files/hosts -> /rpool/images/build/host/work/gimlet/zfs/a/etc/inet/hosts ...
87772024-08-27T00:01:17.815Z[ host-image] Aug 27 00:01:16.687 INFO O| Aug 27 00:01:16.687 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/inet/hosts
87782024-08-27T00:01:17.815Z[ host-image] Aug 27 00:01:16.687 INFO O| Aug 27 00:01:16.687 INFO ok!
87792024-08-27T00:01:17.815Z[ host-image] Aug 27 00:01:16.687 INFO O| Aug 27 00:01:16.687 INFO STEP 26 (ensure_file) COMPLETE
87802024-08-27T00:01:17.815Z[ host-image] Aug 27 00:01:16.687 INFO O| Aug 27 00:01:16.687 INFO STEP 27: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
87812024-08-27T00:01:17.821Z[ host-image] Aug 27 00:01:16.696 INFO O| Aug 27 00:01:16.696 INFO file /rpool/images/build/host/work/gimlet/zfs/a/etc/nodename does not exist
87822024-08-27T00:01:17.821Z[ host-image] Aug 27 00:01:16.697 INFO O| Aug 27 00:01:16.696 INFO writing /rpool/images/build/host/work/gimlet/zfs/a/etc/nodename ...
87832024-08-27T00:01:17.824Z[ host-image] Aug 27 00:01:16.697 INFO O| Aug 27 00:01:16.697 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/nodename
87842024-08-27T00:01:17.824Z[ host-image] Aug 27 00:01:16.697 INFO O| Aug 27 00:01:16.697 INFO ok!
87852024-08-27T00:01:17.824Z[ host-image] Aug 27 00:01:16.697 INFO O| Aug 27 00:01:16.697 INFO STEP 27 (ensure_file) COMPLETE
87862024-08-27T00:01:17.824Z[ host-image] Aug 27 00:01:16.697 INFO O| Aug 27 00:01:16.697 INFO STEP 28: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
87872024-08-27T00:01:17.836Z[ host-image] Aug 27 00:01:16.706 INFO O| Aug 27 00:01:16.706 WARN file /rpool/images/build/host/work/gimlet/zfs/a/etc/default/dhcpagent exists, with wrong contents, unlinking
87882024-08-27T00:01:17.839Z[ host-image] Aug 27 00:01:16.706 INFO O| Aug 27 00:01:16.706 INFO copying /work/oxidecomputer/helios/image/templates/files/dhcpagent -> /rpool/images/build/host/work/gimlet/zfs/a/etc/default/dhcpagent ...
87892024-08-27T00:01:17.839Z[ host-image] Aug 27 00:01:16.706 INFO O| Aug 27 00:01:16.706 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/default/dhcpagent
87902024-08-27T00:01:17.839Z[ host-image] Aug 27 00:01:16.706 INFO O| Aug 27 00:01:16.706 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/etc/default/dhcpagent
87912024-08-27T00:01:17.839Z[ host-image] Aug 27 00:01:16.707 INFO O| Aug 27 00:01:16.706 INFO ok!
87922024-08-27T00:01:17.839Z[ host-image] Aug 27 00:01:16.707 INFO O| Aug 27 00:01:16.706 INFO STEP 28 (ensure_file) COMPLETE
87932024-08-27T00:01:17.839Z[ host-image] Aug 27 00:01:16.707 INFO O| Aug 27 00:01:16.707 INFO STEP 29: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
87942024-08-27T00:01:17.842Z[ host-image] Aug 27 00:01:16.716 INFO O| Aug 27 00:01:16.716 INFO file /rpool/images/build/host/work/gimlet/zfs/a/etc/resolv.conf does not exist
87952024-08-27T00:01:17.842Z[ host-image] Aug 27 00:01:16.716 INFO O| Aug 27 00:01:16.716 INFO writing /rpool/images/build/host/work/gimlet/zfs/a/etc/resolv.conf ...
87962024-08-27T00:01:17.842Z[ host-image] Aug 27 00:01:16.716 INFO O| Aug 27 00:01:16.716 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/resolv.conf
87972024-08-27T00:01:17.842Z[ host-image] Aug 27 00:01:16.716 INFO O| Aug 27 00:01:16.716 INFO ok!
87982024-08-27T00:01:17.842Z[ host-image] Aug 27 00:01:16.716 INFO O| Aug 27 00:01:16.716 INFO STEP 29 (ensure_file) COMPLETE
87992024-08-27T00:01:17.842Z[ host-image] Aug 27 00:01:16.716 INFO O| Aug 27 00:01:16.716 INFO STEP 30: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs.json
88002024-08-27T00:01:17.852Z[ host-image] Aug 27 00:01:16.725 INFO O| Aug 27 00:01:16.725 INFO file /rpool/images/build/host/work/gimlet/zfs/a/etc/auto_master does not exist
88012024-08-27T00:01:17.852Z[ host-image] Aug 27 00:01:16.725 INFO O| Aug 27 00:01:16.725 INFO copying /work/oxidecomputer/helios/image/templates/files/auto_master -> /rpool/images/build/host/work/gimlet/zfs/a/etc/auto_master ...
88022024-08-27T00:01:17.858Z[ host-image] Aug 27 00:01:16.725 INFO O| Aug 27 00:01:16.725 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/auto_master
88032024-08-27T00:01:17.858Z[ host-image] Aug 27 00:01:16.725 INFO O| Aug 27 00:01:16.725 INFO ok!
88042024-08-27T00:01:17.859Z[ host-image] Aug 27 00:01:16.725 INFO O| Aug 27 00:01:16.725 INFO STEP 30 (ensure_file) COMPLETE
88052024-08-27T00:01:17.859Z[ host-image] Aug 27 00:01:16.725 INFO O| Aug 27 00:01:16.725 INFO STEP 31: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs.json
88062024-08-27T00:01:17.862Z[ host-image] Aug 27 00:01:16.735 INFO O| Aug 27 00:01:16.735 WARN file /rpool/images/build/host/work/gimlet/zfs/a/etc/ttydefs exists, with wrong contents, unlinking
88072024-08-27T00:01:17.862Z[ host-image] Aug 27 00:01:16.735 INFO O| Aug 27 00:01:16.735 INFO copying /work/oxidecomputer/helios/image/templates/files/ttydefs.3000000 -> /rpool/images/build/host/work/gimlet/zfs/a/etc/ttydefs ...
88082024-08-27T00:01:17.862Z[ host-image] Aug 27 00:01:16.735 INFO O| Aug 27 00:01:16.735 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/ttydefs
88092024-08-27T00:01:17.862Z[ host-image] Aug 27 00:01:16.735 INFO O| Aug 27 00:01:16.735 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/etc/ttydefs
88102024-08-27T00:01:17.862Z[ host-image] Aug 27 00:01:16.735 INFO O| Aug 27 00:01:16.735 INFO ok!
88112024-08-27T00:01:17.862Z[ host-image] Aug 27 00:01:16.735 INFO O| Aug 27 00:01:16.735 INFO STEP 31 (ensure_file) COMPLETE
88122024-08-27T00:01:17.863Z[ host-image] Aug 27 00:01:16.735 INFO O| Aug 27 00:01:16.735 INFO STEP 32: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs.json
88132024-08-27T00:01:17.869Z[ host-image] Aug 27 00:01:16.744 INFO O| Aug 27 00:01:16.744 WARN file /rpool/images/build/host/work/gimlet/zfs/a/etc/default/init exists, with wrong contents, unlinking
88142024-08-27T00:01:17.869Z[ host-image] Aug 27 00:01:16.744 INFO O| Aug 27 00:01:16.744 INFO copying /work/oxidecomputer/helios/image/templates/files/default_init -> /rpool/images/build/host/work/gimlet/zfs/a/etc/default/init ...
88152024-08-27T00:01:17.869Z[ host-image] Aug 27 00:01:16.745 INFO O| Aug 27 00:01:16.744 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/default/init
88162024-08-27T00:01:17.872Z[ host-image] Aug 27 00:01:16.745 INFO O| Aug 27 00:01:16.745 INFO ok!
88172024-08-27T00:01:17.872Z[ host-image] Aug 27 00:01:16.745 INFO O| Aug 27 00:01:16.745 INFO STEP 32 (ensure_file) COMPLETE
88182024-08-27T00:01:17.873Z[ host-image] Aug 27 00:01:16.745 INFO O| Aug 27 00:01:16.745 INFO STEP 33: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs.json
88192024-08-27T00:01:17.879Z[ host-image] Aug 27 00:01:16.754 INFO O| Aug 27 00:01:16.754 WARN file /rpool/images/build/host/work/gimlet/zfs/a/etc/ssh/sshd_config exists, with wrong contents, unlinking
88202024-08-27T00:01:17.879Z[ host-image] Aug 27 00:01:16.754 INFO O| Aug 27 00:01:16.754 INFO copying /work/oxidecomputer/helios/image/templates/files/sshd_config -> /rpool/images/build/host/work/gimlet/zfs/a/etc/ssh/sshd_config ...
88212024-08-27T00:01:17.882Z[ host-image] Aug 27 00:01:16.754 INFO O| Aug 27 00:01:16.754 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/ssh/sshd_config
88222024-08-27T00:01:17.882Z[ host-image] Aug 27 00:01:16.754 INFO O| Aug 27 00:01:16.754 INFO ok!
88232024-08-27T00:01:17.882Z[ host-image] Aug 27 00:01:16.754 INFO O| Aug 27 00:01:16.754 INFO STEP 33 (ensure_file) COMPLETE
88242024-08-27T00:01:17.882Z[ host-image] Aug 27 00:01:16.754 INFO O| Aug 27 00:01:16.754 INFO STEP 34: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs.json
88252024-08-27T00:01:17.888Z[ host-image] Aug 27 00:01:16.763 INFO O| Aug 27 00:01:16.763 INFO file /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/bootparams does not exist
88262024-08-27T00:01:17.888Z[ host-image] Aug 27 00:01:16.763 INFO O| Aug 27 00:01:16.763 INFO copying /work/oxidecomputer/helios/image/templates/files/bootparams.sh -> /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/bootparams ...
88272024-08-27T00:01:17.891Z[ host-image] Aug 27 00:01:16.764 INFO O| Aug 27 00:01:16.764 INFO perms are 644, should be 755, path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/bootparams
88282024-08-27T00:01:17.891Z[ host-image] Aug 27 00:01:16.764 INFO O| Aug 27 00:01:16.764 INFO chmod ok, path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/bootparams
88292024-08-27T00:01:17.891Z[ host-image] Aug 27 00:01:16.764 INFO O| Aug 27 00:01:16.764 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/bootparams
88302024-08-27T00:01:17.891Z[ host-image] Aug 27 00:01:16.764 INFO O| Aug 27 00:01:16.764 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/bootparams
88312024-08-27T00:01:17.891Z[ host-image] Aug 27 00:01:16.764 INFO O| Aug 27 00:01:16.764 INFO ok!
88322024-08-27T00:01:17.891Z[ host-image] Aug 27 00:01:16.764 INFO O| Aug 27 00:01:16.764 INFO STEP 34 (ensure_file) COMPLETE
88332024-08-27T00:01:17.891Z[ host-image] Aug 27 00:01:16.764 INFO O| Aug 27 00:01:16.764 INFO STEP 35: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/t6-firmware.json
88342024-08-27T00:01:17.898Z[ host-image] Aug 27 00:01:16.773 INFO O| Aug 27 00:01:16.773 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/platform/Oxide,Gimlet/firmware
88352024-08-27T00:01:17.902Z[ host-image] Aug 27 00:01:16.773 INFO O| Aug 27 00:01:16.773 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/gimlet/zfs/a/platform/Oxide,Gimlet/firmware
88362024-08-27T00:01:17.902Z[ host-image] Aug 27 00:01:16.773 INFO O| Aug 27 00:01:16.773 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/platform/Oxide,Gimlet/firmware
88372024-08-27T00:01:17.902Z[ host-image] Aug 27 00:01:16.773 INFO O| Aug 27 00:01:16.773 INFO STEP 35 (ensure_dir) COMPLETE
88382024-08-27T00:01:17.902Z[ host-image] Aug 27 00:01:16.773 INFO O| Aug 27 00:01:16.773 INFO STEP 36: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/t6-firmware.json
88392024-08-27T00:01:17.908Z[ host-image] Aug 27 00:01:16.783 INFO O| Aug 27 00:01:16.783 INFO file /rpool/images/build/host/work/gimlet/zfs/a/platform/Oxide,Gimlet/firmware/Oxide_t6_2x100Gbase_kr_nomemory_v8C_6_26_10.bin does not exist
88402024-08-27T00:01:17.911Z[ host-image] Aug 27 00:01:16.783 INFO O| Aug 27 00:01:16.783 INFO copying /work/oxidecomputer/helios/projects/chelsio-t6-roms/srom/bins/Oxide_t6_2x100Gbase_kr_nomemory_v8C_6_26_10.bin -> /rpool/images/build/host/work/gimlet/zfs/a/platform/Oxide,Gimlet/firmware/Oxide_t6_2x100Gbase_kr_nomemory_v8C_6_26_10.bin ...
88412024-08-27T00:01:17.911Z[ host-image] Aug 27 00:01:16.783 INFO O| Aug 27 00:01:16.783 INFO perms are 644, should be 555, path: /rpool/images/build/host/work/gimlet/zfs/a/platform/Oxide,Gimlet/firmware/Oxide_t6_2x100Gbase_kr_nomemory_v8C_6_26_10.bin
88422024-08-27T00:01:17.911Z[ host-image] Aug 27 00:01:16.783 INFO O| Aug 27 00:01:16.783 INFO chmod ok, path: /rpool/images/build/host/work/gimlet/zfs/a/platform/Oxide,Gimlet/firmware/Oxide_t6_2x100Gbase_kr_nomemory_v8C_6_26_10.bin
88432024-08-27T00:01:17.911Z[ host-image] Aug 27 00:01:16.783 INFO O| Aug 27 00:01:16.783 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/gimlet/zfs/a/platform/Oxide,Gimlet/firmware/Oxide_t6_2x100Gbase_kr_nomemory_v8C_6_26_10.bin
88442024-08-27T00:01:17.912Z[ host-image] Aug 27 00:01:16.783 INFO O| Aug 27 00:01:16.783 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/platform/Oxide,Gimlet/firmware/Oxide_t6_2x100Gbase_kr_nomemory_v8C_6_26_10.bin
88452024-08-27T00:01:17.912Z[ host-image] Aug 27 00:01:16.783 INFO O| Aug 27 00:01:16.783 INFO ok!
88462024-08-27T00:01:17.912Z[ host-image] Aug 27 00:01:16.783 INFO O| Aug 27 00:01:16.783 INFO STEP 36 (ensure_file) COMPLETE
88472024-08-27T00:01:17.912Z[ host-image] Aug 27 00:01:16.783 INFO O| Aug 27 00:01:16.783 INFO STEP 37: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/t6-firmware.json
88482024-08-27T00:01:17.917Z[ host-image] Aug 27 00:01:16.792 INFO O| Aug 27 00:01:16.792 INFO link /rpool/images/build/host/work/gimlet/zfs/a/platform/Oxide,Gimlet/firmware/t6srom.bin does not exist
88492024-08-27T00:01:17.922Z[ host-image] Aug 27 00:01:16.793 INFO O| Aug 27 00:01:16.792 INFO linking /rpool/images/build/host/work/gimlet/zfs/a/platform/Oxide,Gimlet/firmware/t6srom.bin -> Oxide_t6_2x100Gbase_kr_nomemory_v8C_6_26_10.bin ...
88502024-08-27T00:01:17.922Z[ host-image] Aug 27 00:01:16.793 INFO O| Aug 27 00:01:16.793 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/platform/Oxide,Gimlet/firmware/t6srom.bin
88512024-08-27T00:01:17.922Z[ host-image] Aug 27 00:01:16.793 INFO O| Aug 27 00:01:16.793 INFO ok!
88522024-08-27T00:01:17.922Z[ host-image] Aug 27 00:01:16.793 INFO O| Aug 27 00:01:16.793 INFO STEP 37 (ensure_symlink) COMPLETE
88532024-08-27T00:01:17.922Z[ host-image] Aug 27 00:01:16.793 INFO O| Aug 27 00:01:16.793 INFO STEP 38: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs.json
88542024-08-27T00:01:17.927Z[ host-image] Aug 27 00:01:16.802 INFO O| Aug 27 00:01:16.802 INFO file /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/postboot does not exist
88552024-08-27T00:01:17.927Z[ host-image] Aug 27 00:01:16.802 INFO O| Aug 27 00:01:16.802 INFO copying /work/oxidecomputer/helios/image/templates/files/gimlet-postboot.sh -> /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/postboot ...
88562024-08-27T00:01:17.931Z[ host-image] Aug 27 00:01:16.802 INFO O| Aug 27 00:01:16.802 INFO perms are 644, should be 755, path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/postboot
88572024-08-27T00:01:17.931Z[ host-image] Aug 27 00:01:16.802 INFO O| Aug 27 00:01:16.802 INFO chmod ok, path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/postboot
88582024-08-27T00:01:17.931Z[ host-image] Aug 27 00:01:16.802 INFO O| Aug 27 00:01:16.802 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/postboot
88592024-08-27T00:01:17.931Z[ host-image] Aug 27 00:01:16.802 INFO O| Aug 27 00:01:16.802 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/postboot
88602024-08-27T00:01:17.931Z[ host-image] Aug 27 00:01:16.802 INFO O| Aug 27 00:01:16.802 INFO ok!
88612024-08-27T00:01:17.931Z[ host-image] Aug 27 00:01:16.802 INFO O| Aug 27 00:01:16.802 INFO STEP 38 (ensure_file) COMPLETE
88622024-08-27T00:01:17.931Z[ host-image] Aug 27 00:01:16.802 INFO O| Aug 27 00:01:16.802 INFO STEP 39: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs.json
88632024-08-27T00:01:17.937Z[ host-image] Aug 27 00:01:16.812 INFO O| Aug 27 00:01:16.812 INFO file /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/site/postboot.xml does not exist
88642024-08-27T00:01:17.937Z[ host-image] Aug 27 00:01:16.812 INFO O| Aug 27 00:01:16.812 INFO copying /work/oxidecomputer/helios/image/templates/files/gimlet-postboot.xml -> /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/site/postboot.xml ...
88652024-08-27T00:01:17.940Z[ host-image] Aug 27 00:01:16.812 INFO O| Aug 27 00:01:16.812 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/site/postboot.xml
88662024-08-27T00:01:17.940Z[ host-image] Aug 27 00:01:16.812 INFO O| Aug 27 00:01:16.812 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/site/postboot.xml
88672024-08-27T00:01:17.940Z[ host-image] Aug 27 00:01:16.812 INFO O| Aug 27 00:01:16.812 INFO ok!
88682024-08-27T00:01:17.940Z[ host-image] Aug 27 00:01:16.812 INFO O| Aug 27 00:01:16.812 INFO STEP 39 (ensure_file) COMPLETE
88692024-08-27T00:01:17.940Z[ host-image] Aug 27 00:01:16.812 INFO O| Aug 27 00:01:16.812 INFO STEP 40: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs.json
88702024-08-27T00:01:17.947Z[ host-image] Aug 27 00:01:16.822 INFO O| Aug 27 00:01:16.822 INFO file /rpool/images/build/host/work/gimlet/zfs/a/var/svc/profile/site.xml does not exist
88712024-08-27T00:01:17.948Z[ host-image] Aug 27 00:01:16.822 INFO O| Aug 27 00:01:16.822 INFO copying /work/oxidecomputer/helios/image/templates/files/site.xml -> /rpool/images/build/host/work/gimlet/zfs/a/var/svc/profile/site.xml ...
88722024-08-27T00:01:17.950Z[ host-image] Aug 27 00:01:16.822 INFO O| Aug 27 00:01:16.822 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/var/svc/profile/site.xml
88732024-08-27T00:01:17.950Z[ host-image] Aug 27 00:01:16.822 INFO O| Aug 27 00:01:16.822 INFO ok!
88742024-08-27T00:01:17.950Z[ host-image] Aug 27 00:01:16.822 INFO O| Aug 27 00:01:16.822 INFO STEP 40 (ensure_file) COMPLETE
88752024-08-27T00:01:17.950Z[ host-image] Aug 27 00:01:16.822 INFO O| Aug 27 00:01:16.822 INFO STEP 41: shadow, from: /work/oxidecomputer/helios/image/templates/include/root-noauth.json
88762024-08-27T00:01:17.958Z[ host-image] Aug 27 00:01:16.833 INFO O| Aug 27 00:01:16.833 INFO updating shadow file
88772024-08-27T00:01:17.960Z[ host-image] Aug 27 00:01:16.833 INFO O| Aug 27 00:01:16.833 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/shadow
88782024-08-27T00:01:17.960Z[ host-image] Aug 27 00:01:16.833 INFO O| Aug 27 00:01:16.833 INFO STEP 41 (shadow) COMPLETE
88792024-08-27T00:01:17.960Z[ host-image] Aug 27 00:01:16.833 INFO O| Aug 27 00:01:16.833 INFO STEP 42: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/root-noauth.json
88802024-08-27T00:01:17.969Z[ host-image] Aug 27 00:01:16.843 INFO O| Aug 27 00:01:16.843 WARN file /rpool/images/build/host/work/gimlet/zfs/a/etc/default/login exists, with wrong contents, unlinking
88812024-08-27T00:01:17.972Z[ host-image] Aug 27 00:01:16.843 INFO O| Aug 27 00:01:16.843 INFO copying /work/oxidecomputer/helios/image/templates/files/mfg_default_login -> /rpool/images/build/host/work/gimlet/zfs/a/etc/default/login ...
88822024-08-27T00:01:17.972Z[ host-image] Aug 27 00:01:16.843 INFO O| Aug 27 00:01:16.843 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/default/login
88832024-08-27T00:01:17.972Z[ host-image] Aug 27 00:01:16.844 INFO O| Aug 27 00:01:16.843 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/etc/default/login
88842024-08-27T00:01:17.972Z[ host-image] Aug 27 00:01:16.844 INFO O| Aug 27 00:01:16.843 INFO ok!
88852024-08-27T00:01:17.972Z[ host-image] Aug 27 00:01:16.844 INFO O| Aug 27 00:01:16.844 INFO STEP 42 (ensure_file) COMPLETE
88862024-08-27T00:01:17.972Z[ host-image] Aug 27 00:01:16.844 INFO O| Aug 27 00:01:16.844 INFO STEP 43: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs.json
88872024-08-27T00:01:17.972Z[ host-image] Aug 27 00:01:16.844 INFO O| Aug 27 00:01:16.844 INFO skip step because feature "mfg" is not enabled
88882024-08-27T00:01:17.972Z[ host-image] Aug 27 00:01:16.844 INFO O| Aug 27 00:01:16.844 INFO STEP 44: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs.json
88892024-08-27T00:01:17.972Z[ host-image] Aug 27 00:01:16.844 INFO O| Aug 27 00:01:16.844 INFO skip step because feature "mfg" is not enabled
88902024-08-27T00:01:17.972Z[ host-image] Aug 27 00:01:16.844 INFO O| Aug 27 00:01:16.844 INFO STEP 45: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs.json
88912024-08-27T00:01:17.979Z[ host-image] Aug 27 00:01:16.853 INFO O| Aug 27 00:01:16.853 INFO file /rpool/images/build/host/work/gimlet/zfs/a/usr/bin/pilot does not exist
88922024-08-27T00:01:17.981Z[ host-image] Aug 27 00:01:16.853 INFO O| Aug 27 00:01:16.853 INFO copying /work/oxidecomputer/helios/projects/pilot/target/release/pilot -> /rpool/images/build/host/work/gimlet/zfs/a/usr/bin/pilot ...
88932024-08-27T00:01:18.628Z[ host-image] Aug 27 00:01:17.503 INFO O| Aug 27 00:01:17.502 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/gimlet/zfs/a/usr/bin/pilot
88942024-08-27T00:01:18.628Z[ host-image] Aug 27 00:01:17.503 INFO O| Aug 27 00:01:17.503 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/usr/bin/pilot
88952024-08-27T00:01:18.631Z[ host-image] Aug 27 00:01:17.503 INFO O| Aug 27 00:01:17.503 INFO ok!
88962024-08-27T00:01:18.631Z[ host-image] Aug 27 00:01:17.503 INFO O| Aug 27 00:01:17.503 INFO STEP 45 (ensure_file) COMPLETE
88972024-08-27T00:01:18.631Z[ host-image] Aug 27 00:01:17.503 INFO O| Aug 27 00:01:17.503 INFO STEP 46: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json
88982024-08-27T00:01:18.639Z[ host-image] Aug 27 00:01:17.514 INFO O| Aug 27 00:01:17.514 WARN file /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/postboot exists, with wrong contents, unlinking
88992024-08-27T00:01:18.643Z[ host-image] Aug 27 00:01:17.514 INFO O| Aug 27 00:01:17.514 INFO copying /work/oxidecomputer/helios/image/templates/files/compliance-postboot.sh -> /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/postboot ...
89002024-08-27T00:01:18.643Z[ host-image] Aug 27 00:01:17.514 INFO O| Aug 27 00:01:17.514 INFO perms are 644, should be 755, path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/postboot
89012024-08-27T00:01:18.643Z[ host-image] Aug 27 00:01:17.514 INFO O| Aug 27 00:01:17.514 INFO chmod ok, path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/postboot
89022024-08-27T00:01:18.643Z[ host-image] Aug 27 00:01:17.514 INFO O| Aug 27 00:01:17.514 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/postboot
89032024-08-27T00:01:18.643Z[ host-image] Aug 27 00:01:17.514 INFO O| Aug 27 00:01:17.514 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/postboot
89042024-08-27T00:01:18.643Z[ host-image] Aug 27 00:01:17.514 INFO O| Aug 27 00:01:17.514 INFO ok!
89052024-08-27T00:01:18.643Z[ host-image] Aug 27 00:01:17.514 INFO O| Aug 27 00:01:17.514 INFO STEP 46 (ensure_file) COMPLETE
89062024-08-27T00:01:18.643Z[ host-image] Aug 27 00:01:17.514 INFO O| Aug 27 00:01:17.514 INFO STEP 47: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json
89072024-08-27T00:01:18.649Z[ host-image] Aug 27 00:01:17.524 INFO O| Aug 27 00:01:17.524 WARN file /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/site/postboot.xml exists, with wrong contents, unlinking
89082024-08-27T00:01:18.649Z[ host-image] Aug 27 00:01:17.524 INFO O| Aug 27 00:01:17.524 INFO copying /work/oxidecomputer/helios/image/templates/files/compliance-postboot.xml -> /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/site/postboot.xml ...
89092024-08-27T00:01:18.653Z[ host-image] Aug 27 00:01:17.525 INFO O| Aug 27 00:01:17.524 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/site/postboot.xml
89102024-08-27T00:01:18.653Z[ host-image] Aug 27 00:01:17.525 INFO O| Aug 27 00:01:17.525 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/site/postboot.xml
89112024-08-27T00:01:18.653Z[ host-image] Aug 27 00:01:17.525 INFO O| Aug 27 00:01:17.525 INFO ok!
89122024-08-27T00:01:18.653Z[ host-image] Aug 27 00:01:17.525 INFO O| Aug 27 00:01:17.525 INFO STEP 47 (ensure_file) COMPLETE
89132024-08-27T00:01:18.653Z[ host-image] Aug 27 00:01:17.525 INFO O| Aug 27 00:01:17.525 INFO STEP 48: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json
89142024-08-27T00:01:18.660Z[ host-image] Aug 27 00:01:17.535 INFO O| Aug 27 00:01:17.535 INFO file /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/compliance-hostname does not exist
89152024-08-27T00:01:18.660Z[ host-image] Aug 27 00:01:17.535 INFO O| Aug 27 00:01:17.535 INFO copying /work/oxidecomputer/helios/image/templates/files/compliance-hostname.sh -> /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/compliance-hostname ...
89162024-08-27T00:01:18.663Z[ host-image] Aug 27 00:01:17.535 INFO O| Aug 27 00:01:17.535 INFO perms are 644, should be 755, path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/compliance-hostname
89172024-08-27T00:01:18.663Z[ host-image] Aug 27 00:01:17.535 INFO O| Aug 27 00:01:17.535 INFO chmod ok, path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/compliance-hostname
89182024-08-27T00:01:18.663Z[ host-image] Aug 27 00:01:17.535 INFO O| Aug 27 00:01:17.535 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/compliance-hostname
89192024-08-27T00:01:18.663Z[ host-image] Aug 27 00:01:17.535 INFO O| Aug 27 00:01:17.535 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/compliance-hostname
89202024-08-27T00:01:18.663Z[ host-image] Aug 27 00:01:17.535 INFO O| Aug 27 00:01:17.535 INFO ok!
89212024-08-27T00:01:18.663Z[ host-image] Aug 27 00:01:17.535 INFO O| Aug 27 00:01:17.535 INFO STEP 48 (ensure_file) COMPLETE
89222024-08-27T00:01:18.663Z[ host-image] Aug 27 00:01:17.535 INFO O| Aug 27 00:01:17.535 INFO STEP 49: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json
89232024-08-27T00:01:18.670Z[ host-image] Aug 27 00:01:17.545 INFO O| Aug 27 00:01:17.545 INFO file /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/site/compliance-hostname.xml does not exist
89242024-08-27T00:01:18.670Z[ host-image] Aug 27 00:01:17.545 INFO O| Aug 27 00:01:17.545 INFO copying /work/oxidecomputer/helios/image/templates/files/compliance-hostname.xml -> /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/site/compliance-hostname.xml ...
89252024-08-27T00:01:18.673Z[ host-image] Aug 27 00:01:17.545 INFO O| Aug 27 00:01:17.545 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/site/compliance-hostname.xml
89262024-08-27T00:01:18.673Z[ host-image] Aug 27 00:01:17.545 INFO O| Aug 27 00:01:17.545 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/site/compliance-hostname.xml
89272024-08-27T00:01:18.673Z[ host-image] Aug 27 00:01:17.545 INFO O| Aug 27 00:01:17.545 INFO ok!
89282024-08-27T00:01:18.674Z[ host-image] Aug 27 00:01:17.545 INFO O| Aug 27 00:01:17.545 INFO STEP 49 (ensure_file) COMPLETE
89292024-08-27T00:01:18.674Z[ host-image] Aug 27 00:01:17.545 INFO O| Aug 27 00:01:17.545 INFO STEP 50: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json
89302024-08-27T00:01:18.680Z[ host-image] Aug 27 00:01:17.555 INFO O| Aug 27 00:01:17.555 INFO file /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/compliance-beacon does not exist
89312024-08-27T00:01:18.683Z[ host-image] Aug 27 00:01:17.555 INFO O| Aug 27 00:01:17.555 INFO copying /work/oxidecomputer/helios/image/templates/files/compliance-beacon.sh -> /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/compliance-beacon ...
89322024-08-27T00:01:18.683Z[ host-image] Aug 27 00:01:17.555 INFO O| Aug 27 00:01:17.555 INFO perms are 644, should be 755, path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/compliance-beacon
89332024-08-27T00:01:18.683Z[ host-image] Aug 27 00:01:17.555 INFO O| Aug 27 00:01:17.555 INFO chmod ok, path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/compliance-beacon
89342024-08-27T00:01:18.683Z[ host-image] Aug 27 00:01:17.555 INFO O| Aug 27 00:01:17.555 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/compliance-beacon
89352024-08-27T00:01:18.683Z[ host-image] Aug 27 00:01:17.555 INFO O| Aug 27 00:01:17.555 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/compliance-beacon
89362024-08-27T00:01:18.683Z[ host-image] Aug 27 00:01:17.555 INFO O| Aug 27 00:01:17.555 INFO ok!
89372024-08-27T00:01:18.683Z[ host-image] Aug 27 00:01:17.555 INFO O| Aug 27 00:01:17.555 INFO STEP 50 (ensure_file) COMPLETE
89382024-08-27T00:01:18.683Z[ host-image] Aug 27 00:01:17.555 INFO O| Aug 27 00:01:17.555 INFO STEP 51: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json
89392024-08-27T00:01:18.690Z[ host-image] Aug 27 00:01:17.565 INFO O| Aug 27 00:01:17.565 INFO file /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/site/compliance-beacon.xml does not exist
89402024-08-27T00:01:18.690Z[ host-image] Aug 27 00:01:17.565 INFO O| Aug 27 00:01:17.565 INFO copying /work/oxidecomputer/helios/image/templates/files/compliance-beacon.xml -> /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/site/compliance-beacon.xml ...
89412024-08-27T00:01:18.693Z[ host-image] Aug 27 00:01:17.566 INFO O| Aug 27 00:01:17.565 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/site/compliance-beacon.xml
89422024-08-27T00:01:18.694Z[ host-image] Aug 27 00:01:17.566 INFO O| Aug 27 00:01:17.566 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/site/compliance-beacon.xml
89432024-08-27T00:01:18.694Z[ host-image] Aug 27 00:01:17.566 INFO O| Aug 27 00:01:17.566 INFO ok!
89442024-08-27T00:01:18.694Z[ host-image] Aug 27 00:01:17.566 INFO O| Aug 27 00:01:17.566 INFO STEP 51 (ensure_file) COMPLETE
89452024-08-27T00:01:18.694Z[ host-image] Aug 27 00:01:17.566 INFO O| Aug 27 00:01:17.566 INFO STEP 52: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json
89462024-08-27T00:01:18.702Z[ host-image] Aug 27 00:01:17.575 INFO O| Aug 27 00:01:17.575 INFO file /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/site/compliance-time.xml does not exist
89472024-08-27T00:01:18.705Z[ host-image] Aug 27 00:01:17.575 INFO O| Aug 27 00:01:17.575 INFO copying /work/oxidecomputer/helios/image/templates/files/compliance-time.xml -> /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/site/compliance-time.xml ...
89482024-08-27T00:01:18.705Z[ host-image] Aug 27 00:01:17.576 INFO O| Aug 27 00:01:17.575 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/site/compliance-time.xml
89492024-08-27T00:01:18.705Z[ host-image] Aug 27 00:01:17.576 INFO O| Aug 27 00:01:17.576 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/site/compliance-time.xml
89502024-08-27T00:01:18.705Z[ host-image] Aug 27 00:01:17.576 INFO O| Aug 27 00:01:17.576 INFO ok!
89512024-08-27T00:01:18.705Z[ host-image] Aug 27 00:01:17.576 INFO O| Aug 27 00:01:17.576 INFO STEP 52 (ensure_file) COMPLETE
89522024-08-27T00:01:18.705Z[ host-image] Aug 27 00:01:17.576 INFO O| Aug 27 00:01:17.576 INFO STEP 53: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json
89532024-08-27T00:01:18.711Z[ host-image] Aug 27 00:01:17.585 INFO O| Aug 27 00:01:17.585 INFO file /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/site/compliance-dump.xml does not exist
89542024-08-27T00:01:18.711Z[ host-image] Aug 27 00:01:17.585 INFO O| Aug 27 00:01:17.585 INFO copying /work/oxidecomputer/helios/image/templates/files/compliance-dump.xml -> /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/site/compliance-dump.xml ...
89552024-08-27T00:01:18.713Z[ host-image] Aug 27 00:01:17.586 INFO O| Aug 27 00:01:17.586 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/site/compliance-dump.xml
89562024-08-27T00:01:18.714Z[ host-image] Aug 27 00:01:17.586 INFO O| Aug 27 00:01:17.586 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/site/compliance-dump.xml
89572024-08-27T00:01:18.714Z[ host-image] Aug 27 00:01:17.586 INFO O| Aug 27 00:01:17.586 INFO ok!
89582024-08-27T00:01:18.714Z[ host-image] Aug 27 00:01:17.586 INFO O| Aug 27 00:01:17.586 INFO STEP 53 (ensure_file) COMPLETE
89592024-08-27T00:01:18.714Z[ host-image] Aug 27 00:01:17.586 INFO O| Aug 27 00:01:17.586 INFO STEP 54: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
89602024-08-27T00:01:18.720Z[ host-image] Aug 27 00:01:17.595 INFO O| Aug 27 00:01:17.595 INFO ownership already OK (0:3), path: /rpool/images/build/host/work/gimlet/zfs/a/opt
89612024-08-27T00:01:18.720Z[ host-image] Aug 27 00:01:17.595 INFO O| Aug 27 00:01:17.595 INFO STEP 54 (ensure_dir) COMPLETE
89622024-08-27T00:01:18.723Z[ host-image] Aug 27 00:01:17.595 INFO O| Aug 27 00:01:17.595 INFO STEP 55: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
89632024-08-27T00:01:18.730Z[ host-image] Aug 27 00:01:17.605 INFO O| Aug 27 00:01:17.605 INFO ownership wrong (Id(0):Id(2), not 0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide
89642024-08-27T00:01:18.733Z[ host-image] Aug 27 00:01:17.605 INFO O| Aug 27 00:01:17.605 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide
89652024-08-27T00:01:18.733Z[ host-image] Aug 27 00:01:17.605 INFO O| Aug 27 00:01:17.605 INFO STEP 55 (ensure_dir) COMPLETE
89662024-08-27T00:01:18.733Z[ host-image] Aug 27 00:01:17.605 INFO O| Aug 27 00:01:17.605 INFO STEP 56: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
89672024-08-27T00:01:18.743Z[ host-image] Aug 27 00:01:17.617 INFO O| Aug 27 00:01:17.617 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm
89682024-08-27T00:01:18.746Z[ host-image] Aug 27 00:01:17.617 INFO O| Aug 27 00:01:17.617 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm
89692024-08-27T00:01:18.746Z[ host-image] Aug 27 00:01:17.617 INFO O| Aug 27 00:01:17.617 INFO STEP 56 (ensure_dir) COMPLETE
89702024-08-27T00:01:18.746Z[ host-image] Aug 27 00:01:17.617 INFO O| Aug 27 00:01:17.617 INFO STEP 57: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
89712024-08-27T00:01:18.752Z[ host-image] Aug 27 00:01:17.627 INFO O| Aug 27 00:01:17.627 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/ddmadm does not exist
89722024-08-27T00:01:18.752Z[ host-image] Aug 27 00:01:17.627 INFO O| Aug 27 00:01:17.627 INFO copying /tmp/.tmpPOKhvJ/proto/host/root/opt/oxide/mg-ddm/ddmadm -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/ddmadm ...
89732024-08-27T00:01:18.767Z[ host-image] Aug 27 00:01:17.642 INFO O| Aug 27 00:01:17.642 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/ddmadm
89742024-08-27T00:01:18.767Z[ host-image] Aug 27 00:01:17.642 INFO O| Aug 27 00:01:17.642 INFO ok!
89752024-08-27T00:01:18.767Z[ host-image] Aug 27 00:01:17.642 INFO O| Aug 27 00:01:17.642 INFO STEP 57 (ensure_file) COMPLETE
89762024-08-27T00:01:18.771Z[ host-image] Aug 27 00:01:17.642 INFO O| Aug 27 00:01:17.642 INFO STEP 58: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
89772024-08-27T00:01:18.778Z[ host-image] Aug 27 00:01:17.653 INFO O| Aug 27 00:01:17.653 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/ddmd does not exist
89782024-08-27T00:01:18.778Z[ host-image] Aug 27 00:01:17.653 INFO O| Aug 27 00:01:17.653 INFO copying /tmp/.tmpPOKhvJ/proto/host/root/opt/oxide/mg-ddm/ddmd -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/ddmd ...
89792024-08-27T00:01:19.183Z[ recovery-image] Aug 27 00:01:18.058 INFO image complete! materials are in "/work/os-recovery"
89802024-08-27T00:01:19.188Z[ recovery-image]
89812024-08-27T00:01:19.188Z[ recovery-image] real 6:51.122588179
89822024-08-27T00:01:19.188Z[ recovery-image] user 4:31.180473877
89832024-08-27T00:01:19.188Z[ recovery-image] sys 1:00.204735027
89842024-08-27T00:01:19.188Z[ recovery-image] trap 0.196195961
89852024-08-27T00:01:19.188Z[ recovery-image] tflt 0.327453793
89862024-08-27T00:01:19.188Z[ recovery-image] dflt 1.083079987
89872024-08-27T00:01:19.188Z[ recovery-image] kflt 0.000048490
89882024-08-27T00:01:19.188Z[ recovery-image] lock 16:12.921526449
89892024-08-27T00:01:19.191Z[ recovery-image] slp 41:18.684029912
89902024-08-27T00:01:19.191Z[ recovery-image] lat 1:27.610005759
89912024-08-27T00:01:19.191Z[ recovery-image] stop 4.884589231
89922024-08-27T00:01:19.191ZAug 27 00:01:18.063 INFO [recovery-image] process exited with exit status: 0 (411.139723911s)
89932024-08-27T00:01:19.855Z[ host-image] Aug 27 00:01:18.730 INFO O| Aug 27 00:01:18.730 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/ddmd
89942024-08-27T00:01:19.855Z[ host-image] Aug 27 00:01:18.730 INFO O| Aug 27 00:01:18.730 INFO ok!
89952024-08-27T00:01:19.860Z[ host-image] Aug 27 00:01:18.730 INFO O| Aug 27 00:01:18.730 INFO STEP 58 (ensure_file) COMPLETE
89962024-08-27T00:01:19.860Z[ host-image] Aug 27 00:01:18.730 INFO O| Aug 27 00:01:18.730 INFO STEP 59: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
89972024-08-27T00:01:19.865Z[ host-image] Aug 27 00:01:18.740 INFO O| Aug 27 00:01:18.740 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/pkg
89982024-08-27T00:01:19.868Z[ host-image] Aug 27 00:01:18.740 INFO O| Aug 27 00:01:18.740 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/pkg
89992024-08-27T00:01:19.868Z[ host-image] Aug 27 00:01:18.741 INFO O| Aug 27 00:01:18.740 INFO STEP 59 (ensure_dir) COMPLETE
90002024-08-27T00:01:19.868Z[ host-image] Aug 27 00:01:18.741 INFO O| Aug 27 00:01:18.740 INFO STEP 60: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
90012024-08-27T00:01:19.875Z[ host-image] Aug 27 00:01:18.750 INFO O| Aug 27 00:01:18.750 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/pkg/refresh_ctrun_child.sh does not exist
90022024-08-27T00:01:19.875Z[ host-image] Aug 27 00:01:18.750 INFO O| Aug 27 00:01:18.750 INFO copying /tmp/.tmpPOKhvJ/proto/host/root/opt/oxide/mg-ddm/pkg/refresh_ctrun_child.sh -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/pkg/refresh_ctrun_child.sh ...
90032024-08-27T00:01:19.878Z[ host-image] Aug 27 00:01:18.750 INFO O| Aug 27 00:01:18.750 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/pkg/refresh_ctrun_child.sh
90042024-08-27T00:01:19.878Z[ host-image] Aug 27 00:01:18.750 INFO O| Aug 27 00:01:18.750 INFO ok!
90052024-08-27T00:01:19.878Z[ host-image] Aug 27 00:01:18.750 INFO O| Aug 27 00:01:18.750 INFO STEP 60 (ensure_file) COMPLETE
90062024-08-27T00:01:19.878Z[ host-image] Aug 27 00:01:18.750 INFO O| Aug 27 00:01:18.750 INFO STEP 61: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
90072024-08-27T00:01:19.884Z[ host-image] Aug 27 00:01:18.759 INFO O| Aug 27 00:01:18.759 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/pkg/mgd_method_script.sh does not exist
90082024-08-27T00:01:19.884Z[ host-image] Aug 27 00:01:18.759 INFO O| Aug 27 00:01:18.759 INFO copying /tmp/.tmpPOKhvJ/proto/host/root/opt/oxide/mg-ddm/pkg/mgd_method_script.sh -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/pkg/mgd_method_script.sh ...
90092024-08-27T00:01:19.890Z[ host-image] Aug 27 00:01:18.759 INFO O| Aug 27 00:01:18.759 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/pkg/mgd_method_script.sh
90102024-08-27T00:01:19.890Z[ host-image] Aug 27 00:01:18.759 INFO O| Aug 27 00:01:18.759 INFO ok!
90112024-08-27T00:01:19.890Z[ host-image] Aug 27 00:01:18.759 INFO O| Aug 27 00:01:18.759 INFO STEP 61 (ensure_file) COMPLETE
90122024-08-27T00:01:19.890Z[ host-image] Aug 27 00:01:18.759 INFO O| Aug 27 00:01:18.759 INFO STEP 62: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
90132024-08-27T00:01:19.894Z[ host-image] Aug 27 00:01:18.769 INFO O| Aug 27 00:01:18.769 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/pkg/mgd
90142024-08-27T00:01:19.894Z[ host-image] Aug 27 00:01:18.769 INFO O| Aug 27 00:01:18.769 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/pkg/mgd
90152024-08-27T00:01:19.899Z[ host-image] Aug 27 00:01:18.769 INFO O| Aug 27 00:01:18.769 INFO STEP 62 (ensure_dir) COMPLETE
90162024-08-27T00:01:19.899Z[ host-image] Aug 27 00:01:18.769 INFO O| Aug 27 00:01:18.769 INFO STEP 63: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
90172024-08-27T00:01:19.904Z[ host-image] Aug 27 00:01:18.778 INFO O| Aug 27 00:01:18.778 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/pkg/mgd/manifest.xml does not exist
90182024-08-27T00:01:19.904Z[ host-image] Aug 27 00:01:18.778 INFO O| Aug 27 00:01:18.778 INFO copying /tmp/.tmpPOKhvJ/proto/host/root/opt/oxide/mg-ddm/pkg/mgd/manifest.xml -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/pkg/mgd/manifest.xml ...
90192024-08-27T00:01:19.907Z[ host-image] Aug 27 00:01:18.778 INFO O| Aug 27 00:01:18.778 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/pkg/mgd/manifest.xml
90202024-08-27T00:01:19.907Z[ host-image] Aug 27 00:01:18.778 INFO O| Aug 27 00:01:18.778 INFO ok!
90212024-08-27T00:01:19.907Z[ host-image] Aug 27 00:01:18.778 INFO O| Aug 27 00:01:18.778 INFO STEP 63 (ensure_file) COMPLETE
90222024-08-27T00:01:19.907Z[ host-image] Aug 27 00:01:18.778 INFO O| Aug 27 00:01:18.778 INFO STEP 64: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
90232024-08-27T00:01:19.912Z[ host-image] Aug 27 00:01:18.787 INFO O| Aug 27 00:01:18.787 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/pkg/ddm_method_script.sh does not exist
90242024-08-27T00:01:19.912Z[ host-image] Aug 27 00:01:18.787 INFO O| Aug 27 00:01:18.787 INFO copying /tmp/.tmpPOKhvJ/proto/host/root/opt/oxide/mg-ddm/pkg/ddm_method_script.sh -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/pkg/ddm_method_script.sh ...
90252024-08-27T00:01:19.916Z[ host-image] Aug 27 00:01:18.787 INFO O| Aug 27 00:01:18.787 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/pkg/ddm_method_script.sh
90262024-08-27T00:01:19.916Z[ host-image] Aug 27 00:01:18.787 INFO O| Aug 27 00:01:18.787 INFO ok!
90272024-08-27T00:01:19.916Z[ host-image] Aug 27 00:01:18.787 INFO O| Aug 27 00:01:18.787 INFO STEP 64 (ensure_file) COMPLETE
90282024-08-27T00:01:19.916Z[ host-image] Aug 27 00:01:18.787 INFO O| Aug 27 00:01:18.787 INFO STEP 65: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
90292024-08-27T00:01:19.922Z[ host-image] Aug 27 00:01:18.797 INFO O| Aug 27 00:01:18.797 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/pkg/ddm
90302024-08-27T00:01:19.922Z[ host-image] Aug 27 00:01:18.797 INFO O| Aug 27 00:01:18.797 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/pkg/ddm
90312024-08-27T00:01:19.925Z[ host-image] Aug 27 00:01:18.797 INFO O| Aug 27 00:01:18.797 INFO STEP 65 (ensure_dir) COMPLETE
90322024-08-27T00:01:19.925Z[ host-image] Aug 27 00:01:18.797 INFO O| Aug 27 00:01:18.797 INFO STEP 66: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
90332024-08-27T00:01:19.931Z[ host-image] Aug 27 00:01:18.806 INFO O| Aug 27 00:01:18.806 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/pkg/ddm/manifest.xml does not exist
90342024-08-27T00:01:19.931Z[ host-image] Aug 27 00:01:18.806 INFO O| Aug 27 00:01:18.806 INFO copying /tmp/.tmpPOKhvJ/proto/host/root/opt/oxide/mg-ddm/pkg/ddm/manifest.xml -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/pkg/ddm/manifest.xml ...
90352024-08-27T00:01:19.934Z[ host-image] Aug 27 00:01:18.806 INFO O| Aug 27 00:01:18.806 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/pkg/ddm/manifest.xml
90362024-08-27T00:01:19.934Z[ host-image] Aug 27 00:01:18.806 INFO O| Aug 27 00:01:18.806 INFO ok!
90372024-08-27T00:01:19.934Z[ host-image] Aug 27 00:01:18.806 INFO O| Aug 27 00:01:18.806 INFO STEP 66 (ensure_file) COMPLETE
90382024-08-27T00:01:19.934Z[ host-image] Aug 27 00:01:18.806 INFO O| Aug 27 00:01:18.806 INFO STEP 67: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
90392024-08-27T00:01:19.940Z[ host-image] Aug 27 00:01:18.815 INFO O| Aug 27 00:01:18.815 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/VERSION does not exist
90402024-08-27T00:01:19.943Z[ host-image] Aug 27 00:01:18.815 INFO O| Aug 27 00:01:18.815 INFO copying /tmp/.tmpPOKhvJ/proto/host/root/opt/oxide/mg-ddm/VERSION -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/VERSION ...
90412024-08-27T00:01:19.943Z[ host-image] Aug 27 00:01:18.815 INFO O| Aug 27 00:01:18.815 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/VERSION
90422024-08-27T00:01:19.943Z[ host-image] Aug 27 00:01:18.816 INFO O| Aug 27 00:01:18.815 INFO ok!
90432024-08-27T00:01:19.943Z[ host-image] Aug 27 00:01:18.816 INFO O| Aug 27 00:01:18.815 INFO STEP 67 (ensure_file) COMPLETE
90442024-08-27T00:01:19.943Z[ host-image] Aug 27 00:01:18.816 INFO O| Aug 27 00:01:18.815 INFO STEP 68: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
90452024-08-27T00:01:19.950Z[ host-image] Aug 27 00:01:18.825 INFO O| Aug 27 00:01:18.825 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent
90462024-08-27T00:01:19.950Z[ host-image] Aug 27 00:01:18.825 INFO O| Aug 27 00:01:18.825 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent
90472024-08-27T00:01:19.950Z[ host-image] Aug 27 00:01:18.825 INFO O| Aug 27 00:01:18.825 INFO STEP 68 (ensure_dir) COMPLETE
90482024-08-27T00:01:19.953Z[ host-image] Aug 27 00:01:18.825 INFO O| Aug 27 00:01:18.825 INFO STEP 69: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
90492024-08-27T00:01:19.959Z[ host-image] Aug 27 00:01:18.834 INFO O| Aug 27 00:01:18.834 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent/zone-bundle does not exist
90502024-08-27T00:01:19.959Z[ host-image] Aug 27 00:01:18.834 INFO O| Aug 27 00:01:18.834 INFO copying /tmp/.tmpPOKhvJ/proto/host/root/opt/oxide/sled-agent/zone-bundle -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent/zone-bundle ...
90512024-08-27T00:01:20.515Z[ host-image] Aug 27 00:01:19.390 INFO O| Aug 27 00:01:19.389 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent/zone-bundle
90522024-08-27T00:01:20.515Z[ host-image] Aug 27 00:01:19.390 INFO O| Aug 27 00:01:19.389 INFO ok!
90532024-08-27T00:01:20.518Z[ host-image] Aug 27 00:01:19.390 INFO O| Aug 27 00:01:19.390 INFO STEP 69 (ensure_file) COMPLETE
90542024-08-27T00:01:20.518Z[ host-image] Aug 27 00:01:19.390 INFO O| Aug 27 00:01:19.390 INFO STEP 70: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
90552024-08-27T00:01:20.526Z[ host-image] Aug 27 00:01:19.400 INFO O| Aug 27 00:01:19.400 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent/sled-agent does not exist
90562024-08-27T00:01:20.529Z[ host-image] Aug 27 00:01:19.400 INFO O| Aug 27 00:01:19.400 INFO copying /tmp/.tmpPOKhvJ/proto/host/root/opt/oxide/sled-agent/sled-agent -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent/sled-agent ...
90572024-08-27T00:01:21.946Z[ host-image] Aug 27 00:01:20.820 INFO O| Aug 27 00:01:20.820 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent/sled-agent
90582024-08-27T00:01:21.946Z[ host-image] Aug 27 00:01:20.820 INFO O| Aug 27 00:01:20.820 INFO ok!
90592024-08-27T00:01:21.949Z[ host-image] Aug 27 00:01:20.820 INFO O| Aug 27 00:01:20.820 INFO STEP 70 (ensure_file) COMPLETE
90602024-08-27T00:01:21.949Z[ host-image] Aug 27 00:01:20.820 INFO O| Aug 27 00:01:20.820 INFO STEP 71: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
90612024-08-27T00:01:21.956Z[ host-image] Aug 27 00:01:20.831 INFO O| Aug 27 00:01:20.831 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent/pkg
90622024-08-27T00:01:21.959Z[ host-image] Aug 27 00:01:20.831 INFO O| Aug 27 00:01:20.831 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent/pkg
90632024-08-27T00:01:21.959Z[ host-image] Aug 27 00:01:20.831 INFO O| Aug 27 00:01:20.831 INFO STEP 71 (ensure_dir) COMPLETE
90642024-08-27T00:01:21.959Z[ host-image] Aug 27 00:01:20.831 INFO O| Aug 27 00:01:20.831 INFO STEP 72: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
90652024-08-27T00:01:21.966Z[ host-image] Aug 27 00:01:20.840 INFO O| Aug 27 00:01:20.840 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent/pkg/config.toml does not exist
90662024-08-27T00:01:21.966Z[ host-image] Aug 27 00:01:20.840 INFO O| Aug 27 00:01:20.840 INFO copying /tmp/.tmpPOKhvJ/proto/host/root/opt/oxide/sled-agent/pkg/config.toml -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent/pkg/config.toml ...
90672024-08-27T00:01:21.968Z[ host-image] Aug 27 00:01:20.840 INFO O| Aug 27 00:01:20.840 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent/pkg/config.toml
90682024-08-27T00:01:21.968Z[ host-image] Aug 27 00:01:20.840 INFO O| Aug 27 00:01:20.840 INFO ok!
90692024-08-27T00:01:21.968Z[ host-image] Aug 27 00:01:20.840 INFO O| Aug 27 00:01:20.840 INFO STEP 72 (ensure_file) COMPLETE
90702024-08-27T00:01:21.968Z[ host-image] Aug 27 00:01:20.840 INFO O| Aug 27 00:01:20.840 INFO STEP 73: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
90712024-08-27T00:01:21.975Z[ host-image] Aug 27 00:01:20.850 INFO O| Aug 27 00:01:20.849 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent/pkg/README.md does not exist
90722024-08-27T00:01:21.977Z[ host-image] Aug 27 00:01:20.850 INFO O| Aug 27 00:01:20.850 INFO copying /tmp/.tmpPOKhvJ/proto/host/root/opt/oxide/sled-agent/pkg/README.md -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent/pkg/README.md ...
90732024-08-27T00:01:21.978Z[ host-image] Aug 27 00:01:20.850 INFO O| Aug 27 00:01:20.850 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent/pkg/README.md
90742024-08-27T00:01:21.978Z[ host-image] Aug 27 00:01:20.850 INFO O| Aug 27 00:01:20.850 INFO ok!
90752024-08-27T00:01:21.978Z[ host-image] Aug 27 00:01:20.850 INFO O| Aug 27 00:01:20.850 INFO STEP 73 (ensure_file) COMPLETE
90762024-08-27T00:01:21.978Z[ host-image] Aug 27 00:01:20.850 INFO O| Aug 27 00:01:20.850 INFO STEP 74: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
90772024-08-27T00:01:21.984Z[ host-image] Aug 27 00:01:20.859 INFO O| Aug 27 00:01:20.859 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent/VERSION does not exist
90782024-08-27T00:01:21.987Z[ host-image] Aug 27 00:01:20.859 INFO O| Aug 27 00:01:20.859 INFO copying /tmp/.tmpPOKhvJ/proto/host/root/opt/oxide/sled-agent/VERSION -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent/VERSION ...
90792024-08-27T00:01:21.987Z[ host-image] Aug 27 00:01:20.859 INFO O| Aug 27 00:01:20.859 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent/VERSION
90802024-08-27T00:01:21.987Z[ host-image] Aug 27 00:01:20.859 INFO O| Aug 27 00:01:20.859 INFO ok!
90812024-08-27T00:01:21.987Z[ host-image] Aug 27 00:01:20.859 INFO O| Aug 27 00:01:20.859 INFO STEP 74 (ensure_file) COMPLETE
90822024-08-27T00:01:21.987Z[ host-image] Aug 27 00:01:20.859 INFO O| Aug 27 00:01:20.859 INFO STEP 75: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
90832024-08-27T00:01:21.994Z[ host-image] Aug 27 00:01:20.869 INFO O| Aug 27 00:01:20.868 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/overlay.tar.gz does not exist
90842024-08-27T00:01:21.994Z[ host-image] Aug 27 00:01:20.869 INFO O| Aug 27 00:01:20.869 INFO copying /tmp/.tmpPOKhvJ/proto/host/root/opt/oxide/overlay.tar.gz -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/overlay.tar.gz ...
90852024-08-27T00:01:21.997Z[ host-image] Aug 27 00:01:20.869 INFO O| Aug 27 00:01:20.869 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/overlay.tar.gz
90862024-08-27T00:01:21.997Z[ host-image] Aug 27 00:01:20.869 INFO O| Aug 27 00:01:20.869 INFO ok!
90872024-08-27T00:01:21.997Z[ host-image] Aug 27 00:01:20.869 INFO O| Aug 27 00:01:20.869 INFO STEP 75 (ensure_file) COMPLETE
90882024-08-27T00:01:21.997Z[ host-image] Aug 27 00:01:20.869 INFO O| Aug 27 00:01:20.869 INFO STEP 76: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
90892024-08-27T00:01:22.003Z[ host-image] Aug 27 00:01:20.878 INFO O| Aug 27 00:01:20.878 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/oxlog
90902024-08-27T00:01:22.006Z[ host-image] Aug 27 00:01:20.878 INFO O| Aug 27 00:01:20.878 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/oxlog
90912024-08-27T00:01:22.006Z[ host-image] Aug 27 00:01:20.878 INFO O| Aug 27 00:01:20.878 INFO STEP 76 (ensure_dir) COMPLETE
90922024-08-27T00:01:22.006Z[ host-image] Aug 27 00:01:20.878 INFO O| Aug 27 00:01:20.878 INFO STEP 77: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
90932024-08-27T00:01:22.013Z[ host-image] Aug 27 00:01:20.887 INFO O| Aug 27 00:01:20.887 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/oxlog/oxlog does not exist
90942024-08-27T00:01:22.013Z[ host-image] Aug 27 00:01:20.887 INFO O| Aug 27 00:01:20.887 INFO copying /tmp/.tmpPOKhvJ/proto/host/root/opt/oxide/oxlog/oxlog -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/oxlog/oxlog ...
90952024-08-27T00:01:22.468Z[ host-image] Aug 27 00:01:21.342 INFO O| Aug 27 00:01:21.342 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/oxlog/oxlog
90962024-08-27T00:01:22.468Z[ host-image] Aug 27 00:01:21.342 INFO O| Aug 27 00:01:21.342 INFO ok!
90972024-08-27T00:01:22.471Z[ host-image] Aug 27 00:01:21.342 INFO O| Aug 27 00:01:21.342 INFO STEP 77 (ensure_file) COMPLETE
90982024-08-27T00:01:22.471Z[ host-image] Aug 27 00:01:21.342 INFO O| Aug 27 00:01:21.342 INFO STEP 78: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
90992024-08-27T00:01:22.479Z[ host-image] Aug 27 00:01:21.353 INFO O| Aug 27 00:01:21.353 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/oxlog/VERSION does not exist
91002024-08-27T00:01:22.479Z[ host-image] Aug 27 00:01:21.353 INFO O| Aug 27 00:01:21.353 INFO copying /tmp/.tmpPOKhvJ/proto/host/root/opt/oxide/oxlog/VERSION -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/oxlog/VERSION ...
91012024-08-27T00:01:22.481Z[ host-image] Aug 27 00:01:21.353 INFO O| Aug 27 00:01:21.353 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/oxlog/VERSION
91022024-08-27T00:01:22.481Z[ host-image] Aug 27 00:01:21.353 INFO O| Aug 27 00:01:21.353 INFO ok!
91032024-08-27T00:01:22.481Z[ host-image] Aug 27 00:01:21.353 INFO O| Aug 27 00:01:21.353 INFO STEP 78 (ensure_file) COMPLETE
91042024-08-27T00:01:22.481Z[ host-image] Aug 27 00:01:21.353 INFO O| Aug 27 00:01:21.353 INFO STEP 79: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
91052024-08-27T00:01:22.488Z[ host-image] Aug 27 00:01:21.363 INFO O| Aug 27 00:01:21.363 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/propolis-server.tar.gz does not exist
91062024-08-27T00:01:22.488Z[ host-image] Aug 27 00:01:21.363 INFO O| Aug 27 00:01:21.363 INFO copying /tmp/.tmpPOKhvJ/proto/host/root/opt/oxide/propolis-server.tar.gz -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/propolis-server.tar.gz ...
91072024-08-27T00:01:23.065Z[ host-image] Aug 27 00:01:21.939 INFO O| Aug 27 00:01:21.939 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/propolis-server.tar.gz
91082024-08-27T00:01:23.065Z[ host-image] Aug 27 00:01:21.939 INFO O| Aug 27 00:01:21.939 INFO ok!
91092024-08-27T00:01:23.068Z[ host-image] Aug 27 00:01:21.939 INFO O| Aug 27 00:01:21.939 INFO STEP 79 (ensure_file) COMPLETE
91102024-08-27T00:01:23.068Z[ host-image] Aug 27 00:01:21.939 INFO O| Aug 27 00:01:21.939 INFO STEP 80: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
91112024-08-27T00:01:23.076Z[ host-image] Aug 27 00:01:21.950 INFO O| Aug 27 00:01:21.950 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind
91122024-08-27T00:01:23.078Z[ host-image] Aug 27 00:01:21.950 INFO O| Aug 27 00:01:21.950 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind
91132024-08-27T00:01:23.078Z[ host-image] Aug 27 00:01:21.950 INFO O| Aug 27 00:01:21.950 INFO STEP 80 (ensure_dir) COMPLETE
91142024-08-27T00:01:23.078Z[ host-image] Aug 27 00:01:21.950 INFO O| Aug 27 00:01:21.950 INFO STEP 81: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
91152024-08-27T00:01:23.085Z[ host-image] Aug 27 00:01:21.959 INFO O| Aug 27 00:01:21.959 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/lib
91162024-08-27T00:01:23.088Z[ host-image] Aug 27 00:01:21.959 INFO O| Aug 27 00:01:21.959 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/lib
91172024-08-27T00:01:23.088Z[ host-image] Aug 27 00:01:21.959 INFO O| Aug 27 00:01:21.959 INFO STEP 81 (ensure_dir) COMPLETE
91182024-08-27T00:01:23.088Z[ host-image] Aug 27 00:01:21.959 INFO O| Aug 27 00:01:21.959 INFO STEP 82: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
91192024-08-27T00:01:23.095Z[ host-image] Aug 27 00:01:21.969 INFO O| Aug 27 00:01:21.969 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/lib/svc
91202024-08-27T00:01:23.097Z[ host-image] Aug 27 00:01:21.969 INFO O| Aug 27 00:01:21.969 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/lib/svc
91212024-08-27T00:01:23.097Z[ host-image] Aug 27 00:01:21.969 INFO O| Aug 27 00:01:21.969 INFO STEP 82 (ensure_dir) COMPLETE
91222024-08-27T00:01:23.097Z[ host-image] Aug 27 00:01:21.969 INFO O| Aug 27 00:01:21.969 INFO STEP 83: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
91232024-08-27T00:01:23.104Z[ host-image] Aug 27 00:01:21.978 INFO O| Aug 27 00:01:21.978 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/lib/svc/manifest
91242024-08-27T00:01:23.104Z[ host-image] Aug 27 00:01:21.978 INFO O| Aug 27 00:01:21.978 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/lib/svc/manifest
91252024-08-27T00:01:23.106Z[ host-image] Aug 27 00:01:21.978 INFO O| Aug 27 00:01:21.978 INFO STEP 83 (ensure_dir) COMPLETE
91262024-08-27T00:01:23.106Z[ host-image] Aug 27 00:01:21.978 INFO O| Aug 27 00:01:21.978 INFO STEP 84: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
91272024-08-27T00:01:23.113Z[ host-image] Aug 27 00:01:21.987 INFO O| Aug 27 00:01:21.987 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/lib/svc/manifest/system
91282024-08-27T00:01:23.113Z[ host-image] Aug 27 00:01:21.987 INFO O| Aug 27 00:01:21.987 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/lib/svc/manifest/system
91292024-08-27T00:01:23.116Z[ host-image] Aug 27 00:01:21.987 INFO O| Aug 27 00:01:21.987 INFO STEP 84 (ensure_dir) COMPLETE
91302024-08-27T00:01:23.116Z[ host-image] Aug 27 00:01:21.987 INFO O| Aug 27 00:01:21.987 INFO STEP 85: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
91312024-08-27T00:01:23.123Z[ host-image] Aug 27 00:01:21.997 INFO O| Aug 27 00:01:21.997 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/lib/svc/manifest/system/pumpkind.xml does not exist
91322024-08-27T00:01:23.123Z[ host-image] Aug 27 00:01:21.997 INFO O| Aug 27 00:01:21.997 INFO copying /tmp/.tmpPOKhvJ/proto/host/root/opt/oxide/pumpkind/lib/svc/manifest/system/pumpkind.xml -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/lib/svc/manifest/system/pumpkind.xml ...
91332024-08-27T00:01:23.125Z[ host-image] Aug 27 00:01:21.997 INFO O| Aug 27 00:01:21.997 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/lib/svc/manifest/system/pumpkind.xml
91342024-08-27T00:01:23.125Z[ host-image] Aug 27 00:01:21.997 INFO O| Aug 27 00:01:21.997 INFO ok!
91352024-08-27T00:01:23.125Z[ host-image] Aug 27 00:01:21.997 INFO O| Aug 27 00:01:21.997 INFO STEP 85 (ensure_file) COMPLETE
91362024-08-27T00:01:23.125Z[ host-image] Aug 27 00:01:21.997 INFO O| Aug 27 00:01:21.997 INFO STEP 86: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
91372024-08-27T00:01:23.133Z[ host-image] Aug 27 00:01:22.007 INFO O| Aug 27 00:01:22.007 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/bin
91382024-08-27T00:01:23.133Z[ host-image] Aug 27 00:01:22.007 INFO O| Aug 27 00:01:22.007 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/bin
91392024-08-27T00:01:23.135Z[ host-image] Aug 27 00:01:22.007 INFO O| Aug 27 00:01:22.007 INFO STEP 86 (ensure_dir) COMPLETE
91402024-08-27T00:01:23.135Z[ host-image] Aug 27 00:01:22.007 INFO O| Aug 27 00:01:22.007 INFO STEP 87: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
91412024-08-27T00:01:23.142Z[ host-image] Aug 27 00:01:22.016 INFO O| Aug 27 00:01:22.016 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/bin/svc-pumpkind does not exist
91422024-08-27T00:01:23.142Z[ host-image] Aug 27 00:01:22.016 INFO O| Aug 27 00:01:22.016 INFO copying /tmp/.tmpPOKhvJ/proto/host/root/opt/oxide/pumpkind/bin/svc-pumpkind -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/bin/svc-pumpkind ...
91432024-08-27T00:01:23.145Z[ host-image] Aug 27 00:01:22.017 INFO O| Aug 27 00:01:22.017 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/bin/svc-pumpkind
91442024-08-27T00:01:23.145Z[ host-image] Aug 27 00:01:22.017 INFO O| Aug 27 00:01:22.017 INFO ok!
91452024-08-27T00:01:23.145Z[ host-image] Aug 27 00:01:22.017 INFO O| Aug 27 00:01:22.017 INFO STEP 87 (ensure_file) COMPLETE
91462024-08-27T00:01:23.145Z[ host-image] Aug 27 00:01:22.017 INFO O| Aug 27 00:01:22.017 INFO STEP 88: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
91472024-08-27T00:01:23.151Z[ host-image] Aug 27 00:01:22.026 INFO O| Aug 27 00:01:22.026 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/bin/pumpkinadm does not exist
91482024-08-27T00:01:23.151Z[ host-image] Aug 27 00:01:22.026 INFO O| Aug 27 00:01:22.026 INFO copying /tmp/.tmpPOKhvJ/proto/host/root/opt/oxide/pumpkind/bin/pumpkinadm -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/bin/pumpkinadm ...
91492024-08-27T00:01:23.163Z[ host-image] Aug 27 00:01:22.037 INFO O| Aug 27 00:01:22.037 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/bin/pumpkinadm
91502024-08-27T00:01:23.166Z[ host-image] Aug 27 00:01:22.037 INFO O| Aug 27 00:01:22.037 INFO ok!
91512024-08-27T00:01:23.166Z[ host-image] Aug 27 00:01:22.037 INFO O| Aug 27 00:01:22.037 INFO STEP 88 (ensure_file) COMPLETE
91522024-08-27T00:01:23.166Z[ host-image] Aug 27 00:01:22.037 INFO O| Aug 27 00:01:22.037 INFO STEP 89: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
91532024-08-27T00:01:23.173Z[ host-image] Aug 27 00:01:22.047 INFO O| Aug 27 00:01:22.047 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/bin/pumpkind does not exist
91542024-08-27T00:01:23.173Z[ host-image] Aug 27 00:01:22.047 INFO O| Aug 27 00:01:22.047 INFO copying /tmp/.tmpPOKhvJ/proto/host/root/opt/oxide/pumpkind/bin/pumpkind -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/bin/pumpkind ...
91552024-08-27T00:01:23.659Z[ host-image] Aug 27 00:01:22.532 INFO O| Aug 27 00:01:22.532 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/bin/pumpkind
91562024-08-27T00:01:23.659Z[ host-image] Aug 27 00:01:22.533 INFO O| Aug 27 00:01:22.532 INFO ok!
91572024-08-27T00:01:23.662Z[ host-image] Aug 27 00:01:22.533 INFO O| Aug 27 00:01:22.532 INFO STEP 89 (ensure_file) COMPLETE
91582024-08-27T00:01:23.662Z[ host-image] Aug 27 00:01:22.533 INFO O| Aug 27 00:01:22.532 INFO STEP 90: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
91592024-08-27T00:01:23.669Z[ host-image] Aug 27 00:01:22.543 INFO O| Aug 27 00:01:22.543 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/VERSION does not exist
91602024-08-27T00:01:23.672Z[ host-image] Aug 27 00:01:22.543 INFO O| Aug 27 00:01:22.543 INFO copying /tmp/.tmpPOKhvJ/proto/host/root/opt/oxide/pumpkind/VERSION -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/VERSION ...
91612024-08-27T00:01:23.672Z[ host-image] Aug 27 00:01:22.544 INFO O| Aug 27 00:01:22.543 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/VERSION
91622024-08-27T00:01:23.672Z[ host-image] Aug 27 00:01:22.544 INFO O| Aug 27 00:01:22.544 INFO ok!
91632024-08-27T00:01:23.672Z[ host-image] Aug 27 00:01:22.544 INFO O| Aug 27 00:01:22.544 INFO STEP 90 (ensure_file) COMPLETE
91642024-08-27T00:01:23.672Z[ host-image] Aug 27 00:01:22.544 INFO O| Aug 27 00:01:22.544 INFO STEP 91: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
91652024-08-27T00:01:23.678Z[ host-image] Aug 27 00:01:22.553 INFO O| Aug 27 00:01:22.553 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace
91662024-08-27T00:01:23.681Z[ host-image] Aug 27 00:01:22.553 INFO O| Aug 27 00:01:22.553 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace
91672024-08-27T00:01:23.681Z[ host-image] Aug 27 00:01:22.553 INFO O| Aug 27 00:01:22.553 INFO STEP 91 (ensure_dir) COMPLETE
91682024-08-27T00:01:23.681Z[ host-image] Aug 27 00:01:22.553 INFO O| Aug 27 00:01:22.553 INFO STEP 92: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
91692024-08-27T00:01:23.688Z[ host-image] Aug 27 00:01:22.562 INFO O| Aug 27 00:01:22.562 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/upstairs_repair.d does not exist
91702024-08-27T00:01:23.688Z[ host-image] Aug 27 00:01:22.562 INFO O| Aug 27 00:01:22.562 INFO copying /tmp/.tmpPOKhvJ/proto/host/root/opt/oxide/crucible_dtrace/upstairs_repair.d -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/upstairs_repair.d ...
91712024-08-27T00:01:23.691Z[ host-image] Aug 27 00:01:22.562 INFO O| Aug 27 00:01:22.562 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/upstairs_repair.d
91722024-08-27T00:01:23.691Z[ host-image] Aug 27 00:01:22.562 INFO O| Aug 27 00:01:22.562 INFO ok!
91732024-08-27T00:01:23.691Z[ host-image] Aug 27 00:01:22.562 INFO O| Aug 27 00:01:22.562 INFO STEP 92 (ensure_file) COMPLETE
91742024-08-27T00:01:23.691Z[ host-image] Aug 27 00:01:22.562 INFO O| Aug 27 00:01:22.562 INFO STEP 93: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
91752024-08-27T00:01:23.698Z[ host-image] Aug 27 00:01:22.572 INFO O| Aug 27 00:01:22.572 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/upstairs_raw.d does not exist
91762024-08-27T00:01:23.698Z[ host-image] Aug 27 00:01:22.572 INFO O| Aug 27 00:01:22.572 INFO copying /tmp/.tmpPOKhvJ/proto/host/root/opt/oxide/crucible_dtrace/upstairs_raw.d -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/upstairs_raw.d ...
91772024-08-27T00:01:23.700Z[ host-image] Aug 27 00:01:22.572 INFO O| Aug 27 00:01:22.572 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/upstairs_raw.d
91782024-08-27T00:01:23.700Z[ host-image] Aug 27 00:01:22.572 INFO O| Aug 27 00:01:22.572 INFO ok!
91792024-08-27T00:01:23.700Z[ host-image] Aug 27 00:01:22.572 INFO O| Aug 27 00:01:22.572 INFO STEP 93 (ensure_file) COMPLETE
91802024-08-27T00:01:23.700Z[ host-image] Aug 27 00:01:22.572 INFO O| Aug 27 00:01:22.572 INFO STEP 94: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
91812024-08-27T00:01:23.708Z[ host-image] Aug 27 00:01:22.582 INFO O| Aug 27 00:01:22.582 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/upstairs_info.d does not exist
91822024-08-27T00:01:23.710Z[ host-image] Aug 27 00:01:22.582 INFO O| Aug 27 00:01:22.582 INFO copying /tmp/.tmpPOKhvJ/proto/host/root/opt/oxide/crucible_dtrace/upstairs_info.d -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/upstairs_info.d ...
91832024-08-27T00:01:23.710Z[ host-image] Aug 27 00:01:22.582 INFO O| Aug 27 00:01:22.582 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/upstairs_info.d
91842024-08-27T00:01:23.710Z[ host-image] Aug 27 00:01:22.582 INFO O| Aug 27 00:01:22.582 INFO ok!
91852024-08-27T00:01:23.710Z[ host-image] Aug 27 00:01:22.582 INFO O| Aug 27 00:01:22.582 INFO STEP 94 (ensure_file) COMPLETE
91862024-08-27T00:01:23.710Z[ host-image] Aug 27 00:01:22.582 INFO O| Aug 27 00:01:22.582 INFO STEP 95: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
91872024-08-27T00:01:23.717Z[ host-image] Aug 27 00:01:22.591 INFO O| Aug 27 00:01:22.591 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/upstairs_count.d does not exist
91882024-08-27T00:01:23.717Z[ host-image] Aug 27 00:01:22.591 INFO O| Aug 27 00:01:22.591 INFO copying /tmp/.tmpPOKhvJ/proto/host/root/opt/oxide/crucible_dtrace/upstairs_count.d -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/upstairs_count.d ...
91892024-08-27T00:01:23.720Z[ host-image] Aug 27 00:01:22.591 INFO O| Aug 27 00:01:22.591 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/upstairs_count.d
91902024-08-27T00:01:23.720Z[ host-image] Aug 27 00:01:22.592 INFO O| Aug 27 00:01:22.591 INFO ok!
91912024-08-27T00:01:23.720Z[ host-image] Aug 27 00:01:22.592 INFO O| Aug 27 00:01:22.591 INFO STEP 95 (ensure_file) COMPLETE
91922024-08-27T00:01:23.720Z[ host-image] Aug 27 00:01:22.592 INFO O| Aug 27 00:01:22.592 INFO STEP 96: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
91932024-08-27T00:01:23.727Z[ host-image] Aug 27 00:01:22.601 INFO O| Aug 27 00:01:22.601 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/upstairs_action.d does not exist
91942024-08-27T00:01:23.727Z[ host-image] Aug 27 00:01:22.601 INFO O| Aug 27 00:01:22.601 INFO copying /tmp/.tmpPOKhvJ/proto/host/root/opt/oxide/crucible_dtrace/upstairs_action.d -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/upstairs_action.d ...
91952024-08-27T00:01:23.730Z[ host-image] Aug 27 00:01:22.602 INFO O| Aug 27 00:01:22.601 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/upstairs_action.d
91962024-08-27T00:01:23.730Z[ host-image] Aug 27 00:01:22.602 INFO O| Aug 27 00:01:22.601 INFO ok!
91972024-08-27T00:01:23.730Z[ host-image] Aug 27 00:01:22.602 INFO O| Aug 27 00:01:22.602 INFO STEP 96 (ensure_file) COMPLETE
91982024-08-27T00:01:23.730Z[ host-image] Aug 27 00:01:22.602 INFO O| Aug 27 00:01:22.602 INFO STEP 97: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
91992024-08-27T00:01:23.737Z[ host-image] Aug 27 00:01:22.611 INFO O| Aug 27 00:01:22.611 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/tracegw.d does not exist
92002024-08-27T00:01:23.737Z[ host-image] Aug 27 00:01:22.611 INFO O| Aug 27 00:01:22.611 INFO copying /tmp/.tmpPOKhvJ/proto/host/root/opt/oxide/crucible_dtrace/tracegw.d -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/tracegw.d ...
92012024-08-27T00:01:23.739Z[ host-image] Aug 27 00:01:22.611 INFO O| Aug 27 00:01:22.611 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/tracegw.d
92022024-08-27T00:01:23.739Z[ host-image] Aug 27 00:01:22.611 INFO O| Aug 27 00:01:22.611 INFO ok!
92032024-08-27T00:01:23.739Z[ host-image] Aug 27 00:01:22.611 INFO O| Aug 27 00:01:22.611 INFO STEP 97 (ensure_file) COMPLETE
92042024-08-27T00:01:23.739Z[ host-image] Aug 27 00:01:22.611 INFO O| Aug 27 00:01:22.611 INFO STEP 98: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
92052024-08-27T00:01:23.746Z[ host-image] Aug 27 00:01:22.621 INFO O| Aug 27 00:01:22.621 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/trace-vol.d does not exist
92062024-08-27T00:01:23.747Z[ host-image] Aug 27 00:01:22.621 INFO O| Aug 27 00:01:22.621 INFO copying /tmp/.tmpPOKhvJ/proto/host/root/opt/oxide/crucible_dtrace/trace-vol.d -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/trace-vol.d ...
92072024-08-27T00:01:23.749Z[ host-image] Aug 27 00:01:22.621 INFO O| Aug 27 00:01:22.621 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/trace-vol.d
92082024-08-27T00:01:23.749Z[ host-image] Aug 27 00:01:22.621 INFO O| Aug 27 00:01:22.621 INFO ok!
92092024-08-27T00:01:23.749Z[ host-image] Aug 27 00:01:22.621 INFO O| Aug 27 00:01:22.621 INFO STEP 98 (ensure_file) COMPLETE
92102024-08-27T00:01:23.749Z[ host-image] Aug 27 00:01:22.621 INFO O| Aug 27 00:01:22.621 INFO STEP 99: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
92112024-08-27T00:01:23.756Z[ host-image] Aug 27 00:01:22.630 INFO O| Aug 27 00:01:22.630 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/sled_upstairs_info.d does not exist
92122024-08-27T00:01:23.756Z[ host-image] Aug 27 00:01:22.630 INFO O| Aug 27 00:01:22.630 INFO copying /tmp/.tmpPOKhvJ/proto/host/root/opt/oxide/crucible_dtrace/sled_upstairs_info.d -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/sled_upstairs_info.d ...
92132024-08-27T00:01:23.759Z[ host-image] Aug 27 00:01:22.630 INFO O| Aug 27 00:01:22.630 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/sled_upstairs_info.d
92142024-08-27T00:01:23.759Z[ host-image] Aug 27 00:01:22.630 INFO O| Aug 27 00:01:22.630 INFO ok!
92152024-08-27T00:01:23.759Z[ host-image] Aug 27 00:01:22.630 INFO O| Aug 27 00:01:22.630 INFO STEP 99 (ensure_file) COMPLETE
92162024-08-27T00:01:23.759Z[ host-image] Aug 27 00:01:22.631 INFO O| Aug 27 00:01:22.630 INFO STEP 100: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
92172024-08-27T00:01:23.766Z[ host-image] Aug 27 00:01:22.640 INFO O| Aug 27 00:01:22.640 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/single_up_info.d does not exist
92182024-08-27T00:01:23.768Z[ host-image] Aug 27 00:01:22.640 INFO O| Aug 27 00:01:22.640 INFO copying /tmp/.tmpPOKhvJ/proto/host/root/opt/oxide/crucible_dtrace/single_up_info.d -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/single_up_info.d ...
92192024-08-27T00:01:23.768Z[ host-image] Aug 27 00:01:22.640 INFO O| Aug 27 00:01:22.640 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/single_up_info.d
92202024-08-27T00:01:23.768Z[ host-image] Aug 27 00:01:22.640 INFO O| Aug 27 00:01:22.640 INFO ok!
92212024-08-27T00:01:23.768Z[ host-image] Aug 27 00:01:22.640 INFO O| Aug 27 00:01:22.640 INFO STEP 100 (ensure_file) COMPLETE
92222024-08-27T00:01:23.768Z[ host-image] Aug 27 00:01:22.640 INFO O| Aug 27 00:01:22.640 INFO STEP 101: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
92232024-08-27T00:01:23.776Z[ host-image] Aug 27 00:01:22.650 INFO O| Aug 27 00:01:22.650 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perfgw.d does not exist
92242024-08-27T00:01:23.776Z[ host-image] Aug 27 00:01:22.650 INFO O| Aug 27 00:01:22.650 INFO copying /tmp/.tmpPOKhvJ/proto/host/root/opt/oxide/crucible_dtrace/perfgw.d -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perfgw.d ...
92252024-08-27T00:01:23.779Z[ host-image] Aug 27 00:01:22.650 INFO O| Aug 27 00:01:22.650 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perfgw.d
92262024-08-27T00:01:23.780Z[ host-image] Aug 27 00:01:22.650 INFO O| Aug 27 00:01:22.650 INFO ok!
92272024-08-27T00:01:23.780Z[ host-image] Aug 27 00:01:22.650 INFO O| Aug 27 00:01:22.650 INFO STEP 101 (ensure_file) COMPLETE
92282024-08-27T00:01:23.780Z[ host-image] Aug 27 00:01:22.650 INFO O| Aug 27 00:01:22.650 INFO STEP 102: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
92292024-08-27T00:01:23.785Z[ host-image] Aug 27 00:01:22.659 INFO O| Aug 27 00:01:22.659 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-vol.d does not exist
92302024-08-27T00:01:23.788Z[ host-image] Aug 27 00:01:22.660 INFO O| Aug 27 00:01:22.659 INFO copying /tmp/.tmpPOKhvJ/proto/host/root/opt/oxide/crucible_dtrace/perf-vol.d -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-vol.d ...
92312024-08-27T00:01:23.788Z[ host-image] Aug 27 00:01:22.660 INFO O| Aug 27 00:01:22.660 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-vol.d
92322024-08-27T00:01:23.788Z[ host-image] Aug 27 00:01:22.660 INFO O| Aug 27 00:01:22.660 INFO ok!
92332024-08-27T00:01:23.788Z[ host-image] Aug 27 00:01:22.660 INFO O| Aug 27 00:01:22.660 INFO STEP 102 (ensure_file) COMPLETE
92342024-08-27T00:01:23.788Z[ host-image] Aug 27 00:01:22.660 INFO O| Aug 27 00:01:22.660 INFO STEP 103: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
92352024-08-27T00:01:23.795Z[ host-image] Aug 27 00:01:22.669 INFO O| Aug 27 00:01:22.669 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-upstairs-wf.d does not exist
92362024-08-27T00:01:23.795Z[ host-image] Aug 27 00:01:22.669 INFO O| Aug 27 00:01:22.669 INFO copying /tmp/.tmpPOKhvJ/proto/host/root/opt/oxide/crucible_dtrace/perf-upstairs-wf.d -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-upstairs-wf.d ...
92372024-08-27T00:01:23.797Z[ host-image] Aug 27 00:01:22.669 INFO O| Aug 27 00:01:22.669 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-upstairs-wf.d
92382024-08-27T00:01:23.797Z[ host-image] Aug 27 00:01:22.669 INFO O| Aug 27 00:01:22.669 INFO ok!
92392024-08-27T00:01:23.797Z[ host-image] Aug 27 00:01:22.669 INFO O| Aug 27 00:01:22.669 INFO STEP 103 (ensure_file) COMPLETE
92402024-08-27T00:01:23.798Z[ host-image] Aug 27 00:01:22.669 INFO O| Aug 27 00:01:22.669 INFO STEP 104: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
92412024-08-27T00:01:23.804Z[ host-image] Aug 27 00:01:22.679 INFO O| Aug 27 00:01:22.679 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-reqwest.d does not exist
92422024-08-27T00:01:23.804Z[ host-image] Aug 27 00:01:22.679 INFO O| Aug 27 00:01:22.679 INFO copying /tmp/.tmpPOKhvJ/proto/host/root/opt/oxide/crucible_dtrace/perf-reqwest.d -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-reqwest.d ...
92432024-08-27T00:01:23.807Z[ host-image] Aug 27 00:01:22.679 INFO O| Aug 27 00:01:22.679 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-reqwest.d
92442024-08-27T00:01:23.807Z[ host-image] Aug 27 00:01:22.679 INFO O| Aug 27 00:01:22.679 INFO ok!
92452024-08-27T00:01:23.807Z[ host-image] Aug 27 00:01:22.679 INFO O| Aug 27 00:01:22.679 INFO STEP 104 (ensure_file) COMPLETE
92462024-08-27T00:01:23.807Z[ host-image] Aug 27 00:01:22.679 INFO O| Aug 27 00:01:22.679 INFO STEP 105: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
92472024-08-27T00:01:23.814Z[ host-image] Aug 27 00:01:22.689 INFO O| Aug 27 00:01:22.689 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-online-repair.d does not exist
92482024-08-27T00:01:23.814Z[ host-image] Aug 27 00:01:22.689 INFO O| Aug 27 00:01:22.689 INFO copying /tmp/.tmpPOKhvJ/proto/host/root/opt/oxide/crucible_dtrace/perf-online-repair.d -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-online-repair.d ...
92492024-08-27T00:01:23.817Z[ host-image] Aug 27 00:01:22.689 INFO O| Aug 27 00:01:22.689 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-online-repair.d
92502024-08-27T00:01:23.817Z[ host-image] Aug 27 00:01:22.689 INFO O| Aug 27 00:01:22.689 INFO ok!
92512024-08-27T00:01:23.817Z[ host-image] Aug 27 00:01:22.689 INFO O| Aug 27 00:01:22.689 INFO STEP 105 (ensure_file) COMPLETE
92522024-08-27T00:01:23.817Z[ host-image] Aug 27 00:01:22.689 INFO O| Aug 27 00:01:22.689 INFO STEP 106: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
92532024-08-27T00:01:23.825Z[ host-image] Aug 27 00:01:22.699 INFO O| Aug 27 00:01:22.699 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-ds-net.d does not exist
92542024-08-27T00:01:23.825Z[ host-image] Aug 27 00:01:22.699 INFO O| Aug 27 00:01:22.699 INFO copying /tmp/.tmpPOKhvJ/proto/host/root/opt/oxide/crucible_dtrace/perf-ds-net.d -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-ds-net.d ...
92552024-08-27T00:01:23.827Z[ host-image] Aug 27 00:01:22.699 INFO O| Aug 27 00:01:22.699 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-ds-net.d
92562024-08-27T00:01:23.827Z[ host-image] Aug 27 00:01:22.699 INFO O| Aug 27 00:01:22.699 INFO ok!
92572024-08-27T00:01:23.827Z[ host-image] Aug 27 00:01:22.699 INFO O| Aug 27 00:01:22.699 INFO STEP 106 (ensure_file) COMPLETE
92582024-08-27T00:01:23.827Z[ host-image] Aug 27 00:01:22.699 INFO O| Aug 27 00:01:22.699 INFO STEP 107: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
92592024-08-27T00:01:23.834Z[ host-image] Aug 27 00:01:22.709 INFO O| Aug 27 00:01:22.709 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-ds-client.d does not exist
92602024-08-27T00:01:23.835Z[ host-image] Aug 27 00:01:22.709 INFO O| Aug 27 00:01:22.709 INFO copying /tmp/.tmpPOKhvJ/proto/host/root/opt/oxide/crucible_dtrace/perf-ds-client.d -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-ds-client.d ...
92612024-08-27T00:01:23.837Z[ host-image] Aug 27 00:01:22.709 INFO O| Aug 27 00:01:22.709 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-ds-client.d
92622024-08-27T00:01:23.837Z[ host-image] Aug 27 00:01:22.709 INFO O| Aug 27 00:01:22.709 INFO ok!
92632024-08-27T00:01:23.837Z[ host-image] Aug 27 00:01:22.709 INFO O| Aug 27 00:01:22.709 INFO STEP 107 (ensure_file) COMPLETE
92642024-08-27T00:01:23.837Z[ host-image] Aug 27 00:01:22.709 INFO O| Aug 27 00:01:22.709 INFO STEP 108: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
92652024-08-27T00:01:23.844Z[ host-image] Aug 27 00:01:22.719 INFO O| Aug 27 00:01:22.719 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-downstairs.d does not exist
92662024-08-27T00:01:23.844Z[ host-image] Aug 27 00:01:22.719 INFO O| Aug 27 00:01:22.719 INFO copying /tmp/.tmpPOKhvJ/proto/host/root/opt/oxide/crucible_dtrace/perf-downstairs.d -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-downstairs.d ...
92672024-08-27T00:01:23.847Z[ host-image] Aug 27 00:01:22.719 INFO O| Aug 27 00:01:22.719 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-downstairs.d
92682024-08-27T00:01:23.847Z[ host-image] Aug 27 00:01:22.719 INFO O| Aug 27 00:01:22.719 INFO ok!
92692024-08-27T00:01:23.847Z[ host-image] Aug 27 00:01:22.719 INFO O| Aug 27 00:01:22.719 INFO STEP 108 (ensure_file) COMPLETE
92702024-08-27T00:01:23.847Z[ host-image] Aug 27 00:01:22.719 INFO O| Aug 27 00:01:22.719 INFO STEP 109: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
92712024-08-27T00:01:23.854Z[ host-image] Aug 27 00:01:22.728 INFO O| Aug 27 00:01:22.728 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-downstairs-tick.d does not exist
92722024-08-27T00:01:23.854Z[ host-image] Aug 27 00:01:22.728 INFO O| Aug 27 00:01:22.728 INFO copying /tmp/.tmpPOKhvJ/proto/host/root/opt/oxide/crucible_dtrace/perf-downstairs-tick.d -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-downstairs-tick.d ...
92732024-08-27T00:01:23.859Z[ host-image] Aug 27 00:01:22.728 INFO O| Aug 27 00:01:22.728 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-downstairs-tick.d
92742024-08-27T00:01:23.859Z[ host-image] Aug 27 00:01:22.728 INFO O| Aug 27 00:01:22.728 INFO ok!
92752024-08-27T00:01:23.859Z[ host-image] Aug 27 00:01:22.728 INFO O| Aug 27 00:01:22.728 INFO STEP 109 (ensure_file) COMPLETE
92762024-08-27T00:01:23.859Z[ host-image] Aug 27 00:01:22.728 INFO O| Aug 27 00:01:22.728 INFO STEP 110: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
92772024-08-27T00:01:23.864Z[ host-image] Aug 27 00:01:22.738 INFO O| Aug 27 00:01:22.738 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-downstairs-three.d does not exist
92782024-08-27T00:01:23.864Z[ host-image] Aug 27 00:01:22.738 INFO O| Aug 27 00:01:22.738 INFO copying /tmp/.tmpPOKhvJ/proto/host/root/opt/oxide/crucible_dtrace/perf-downstairs-three.d -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-downstairs-three.d ...
92792024-08-27T00:01:23.867Z[ host-image] Aug 27 00:01:22.738 INFO O| Aug 27 00:01:22.738 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-downstairs-three.d
92802024-08-27T00:01:23.867Z[ host-image] Aug 27 00:01:22.738 INFO O| Aug 27 00:01:22.738 INFO ok!
92812024-08-27T00:01:23.867Z[ host-image] Aug 27 00:01:22.738 INFO O| Aug 27 00:01:22.738 INFO STEP 110 (ensure_file) COMPLETE
92822024-08-27T00:01:23.867Z[ host-image] Aug 27 00:01:22.738 INFO O| Aug 27 00:01:22.738 INFO STEP 111: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
92832024-08-27T00:01:23.874Z[ host-image] Aug 27 00:01:22.748 INFO O| Aug 27 00:01:22.748 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-downstairs-os.d does not exist
92842024-08-27T00:01:23.877Z[ host-image] Aug 27 00:01:22.748 INFO O| Aug 27 00:01:22.748 INFO copying /tmp/.tmpPOKhvJ/proto/host/root/opt/oxide/crucible_dtrace/perf-downstairs-os.d -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-downstairs-os.d ...
92852024-08-27T00:01:23.877Z[ host-image] Aug 27 00:01:22.748 INFO O| Aug 27 00:01:22.748 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-downstairs-os.d
92862024-08-27T00:01:23.877Z[ host-image] Aug 27 00:01:22.748 INFO O| Aug 27 00:01:22.748 INFO ok!
92872024-08-27T00:01:23.877Z[ host-image] Aug 27 00:01:22.748 INFO O| Aug 27 00:01:22.748 INFO STEP 111 (ensure_file) COMPLETE
92882024-08-27T00:01:23.877Z[ host-image] Aug 27 00:01:22.748 INFO O| Aug 27 00:01:22.748 INFO STEP 112: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
92892024-08-27T00:01:23.885Z[ host-image] Aug 27 00:01:22.758 INFO O| Aug 27 00:01:22.758 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/get-lr-state.sh does not exist
92902024-08-27T00:01:23.889Z[ host-image] Aug 27 00:01:22.758 INFO O| Aug 27 00:01:22.758 INFO copying /tmp/.tmpPOKhvJ/proto/host/root/opt/oxide/crucible_dtrace/get-lr-state.sh -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/get-lr-state.sh ...
92912024-08-27T00:01:23.889Z[ host-image] Aug 27 00:01:22.758 INFO O| Aug 27 00:01:22.758 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/get-lr-state.sh
92922024-08-27T00:01:23.889Z[ host-image] Aug 27 00:01:22.758 INFO O| Aug 27 00:01:22.758 INFO ok!
92932024-08-27T00:01:23.889Z[ host-image] Aug 27 00:01:22.758 INFO O| Aug 27 00:01:22.758 INFO STEP 112 (ensure_file) COMPLETE
92942024-08-27T00:01:23.889Z[ host-image] Aug 27 00:01:22.758 INFO O| Aug 27 00:01:22.758 INFO STEP 113: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
92952024-08-27T00:01:23.894Z[ host-image] Aug 27 00:01:22.768 INFO O| Aug 27 00:01:22.768 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/get-ds-state.sh does not exist
92962024-08-27T00:01:23.894Z[ host-image] Aug 27 00:01:22.768 INFO O| Aug 27 00:01:22.768 INFO copying /tmp/.tmpPOKhvJ/proto/host/root/opt/oxide/crucible_dtrace/get-ds-state.sh -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/get-ds-state.sh ...
92972024-08-27T00:01:23.896Z[ host-image] Aug 27 00:01:22.768 INFO O| Aug 27 00:01:22.768 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/get-ds-state.sh
92982024-08-27T00:01:23.896Z[ host-image] Aug 27 00:01:22.768 INFO O| Aug 27 00:01:22.768 INFO ok!
92992024-08-27T00:01:23.896Z[ host-image] Aug 27 00:01:22.768 INFO O| Aug 27 00:01:22.768 INFO STEP 113 (ensure_file) COMPLETE
93002024-08-27T00:01:23.896Z[ host-image] Aug 27 00:01:22.768 INFO O| Aug 27 00:01:22.768 INFO STEP 114: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
93012024-08-27T00:01:23.903Z[ host-image] Aug 27 00:01:22.777 INFO O| Aug 27 00:01:22.777 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/downstairs_count.d does not exist
93022024-08-27T00:01:23.903Z[ host-image] Aug 27 00:01:22.777 INFO O| Aug 27 00:01:22.777 INFO copying /tmp/.tmpPOKhvJ/proto/host/root/opt/oxide/crucible_dtrace/downstairs_count.d -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/downstairs_count.d ...
93032024-08-27T00:01:23.906Z[ host-image] Aug 27 00:01:22.778 INFO O| Aug 27 00:01:22.777 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/downstairs_count.d
93042024-08-27T00:01:23.906Z[ host-image] Aug 27 00:01:22.778 INFO O| Aug 27 00:01:22.777 INFO ok!
93052024-08-27T00:01:23.906Z[ host-image] Aug 27 00:01:22.778 INFO O| Aug 27 00:01:22.778 INFO STEP 114 (ensure_file) COMPLETE
93062024-08-27T00:01:23.906Z[ host-image] Aug 27 00:01:22.778 INFO O| Aug 27 00:01:22.778 INFO STEP 115: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
93072024-08-27T00:01:23.914Z[ host-image] Aug 27 00:01:22.787 INFO O| Aug 27 00:01:22.787 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/all_downstairs.d does not exist
93082024-08-27T00:01:23.914Z[ host-image] Aug 27 00:01:22.787 INFO O| Aug 27 00:01:22.787 INFO copying /tmp/.tmpPOKhvJ/proto/host/root/opt/oxide/crucible_dtrace/all_downstairs.d -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/all_downstairs.d ...
93092024-08-27T00:01:23.918Z[ host-image] Aug 27 00:01:22.787 INFO O| Aug 27 00:01:22.787 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/all_downstairs.d
93102024-08-27T00:01:23.918Z[ host-image] Aug 27 00:01:22.787 INFO O| Aug 27 00:01:22.787 INFO ok!
93112024-08-27T00:01:23.918Z[ host-image] Aug 27 00:01:22.787 INFO O| Aug 27 00:01:22.787 INFO STEP 115 (ensure_file) COMPLETE
93122024-08-27T00:01:23.918Z[ host-image] Aug 27 00:01:22.787 INFO O| Aug 27 00:01:22.787 INFO STEP 116: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
93132024-08-27T00:01:23.923Z[ host-image] Aug 27 00:01:22.796 INFO O| Aug 27 00:01:22.796 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/README.md does not exist
93142024-08-27T00:01:23.926Z[ host-image] Aug 27 00:01:22.797 INFO O| Aug 27 00:01:22.796 INFO copying /tmp/.tmpPOKhvJ/proto/host/root/opt/oxide/crucible_dtrace/README.md -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/README.md ...
93152024-08-27T00:01:23.926Z[ host-image] Aug 27 00:01:22.797 INFO O| Aug 27 00:01:22.797 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/README.md
93162024-08-27T00:01:23.926Z[ host-image] Aug 27 00:01:22.797 INFO O| Aug 27 00:01:22.797 INFO ok!
93172024-08-27T00:01:23.926Z[ host-image] Aug 27 00:01:22.797 INFO O| Aug 27 00:01:22.797 INFO STEP 116 (ensure_file) COMPLETE
93182024-08-27T00:01:23.926Z[ host-image] Aug 27 00:01:22.797 INFO O| Aug 27 00:01:22.797 INFO STEP 117: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
93192024-08-27T00:01:23.932Z[ host-image] Aug 27 00:01:22.806 INFO O| Aug 27 00:01:22.806 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/dtrace-info.txt does not exist
93202024-08-27T00:01:23.932Z[ host-image] Aug 27 00:01:22.806 INFO O| Aug 27 00:01:22.806 INFO copying /tmp/.tmpPOKhvJ/proto/host/root/opt/oxide/crucible_dtrace/dtrace-info.txt -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/dtrace-info.txt ...
93212024-08-27T00:01:23.937Z[ host-image] Aug 27 00:01:22.806 INFO O| Aug 27 00:01:22.806 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/dtrace-info.txt
93222024-08-27T00:01:23.937Z[ host-image] Aug 27 00:01:22.806 INFO O| Aug 27 00:01:22.806 INFO ok!
93232024-08-27T00:01:23.937Z[ host-image] Aug 27 00:01:22.807 INFO O| Aug 27 00:01:22.806 INFO STEP 117 (ensure_file) COMPLETE
93242024-08-27T00:01:23.937Z[ host-image] Aug 27 00:01:22.807 INFO O| Aug 27 00:01:22.806 INFO STEP 118: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
93252024-08-27T00:01:23.942Z[ host-image] Aug 27 00:01:22.816 INFO O| Aug 27 00:01:22.816 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/VERSION does not exist
93262024-08-27T00:01:23.942Z[ host-image] Aug 27 00:01:22.816 INFO O| Aug 27 00:01:22.816 INFO copying /tmp/.tmpPOKhvJ/proto/host/root/opt/oxide/crucible_dtrace/VERSION -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/VERSION ...
93272024-08-27T00:01:23.945Z[ host-image] Aug 27 00:01:22.816 INFO O| Aug 27 00:01:22.816 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/VERSION
93282024-08-27T00:01:23.945Z[ host-image] Aug 27 00:01:22.816 INFO O| Aug 27 00:01:22.816 INFO ok!
93292024-08-27T00:01:23.945Z[ host-image] Aug 27 00:01:22.816 INFO O| Aug 27 00:01:22.816 INFO STEP 118 (ensure_file) COMPLETE
93302024-08-27T00:01:23.945Z[ host-image] Aug 27 00:01:22.816 INFO O| Aug 27 00:01:22.816 INFO STEP 119: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
93312024-08-27T00:01:23.951Z[ host-image] Aug 27 00:01:22.826 INFO O| Aug 27 00:01:22.826 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/switch.tar.gz does not exist
93322024-08-27T00:01:23.951Z[ host-image] Aug 27 00:01:22.826 INFO O| Aug 27 00:01:22.826 INFO copying /tmp/.tmpPOKhvJ/proto/host/root/opt/oxide/switch.tar.gz -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/switch.tar.gz ...
93332024-08-27T00:01:27.214Z[ host-image] Aug 27 00:01:26.087 INFO O| Aug 27 00:01:26.087 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/switch.tar.gz
93342024-08-27T00:01:27.214Z[ host-image] Aug 27 00:01:26.087 INFO O| Aug 27 00:01:26.087 INFO ok!
93352024-08-27T00:01:27.214Z[ host-image] Aug 27 00:01:26.087 INFO O| Aug 27 00:01:26.087 INFO STEP 119 (ensure_file) COMPLETE
93362024-08-27T00:01:27.217Z[ host-image] Aug 27 00:01:26.087 INFO O| Aug 27 00:01:26.087 INFO STEP 120: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
93372024-08-27T00:01:27.225Z[ host-image] Aug 27 00:01:26.098 INFO O| Aug 27 00:01:26.098 INFO ownership already OK (0:2), path: /rpool/images/build/host/work/gimlet/zfs/a/lib
93382024-08-27T00:01:27.225Z[ host-image] Aug 27 00:01:26.098 INFO O| Aug 27 00:01:26.098 INFO STEP 120 (ensure_dir) COMPLETE
93392024-08-27T00:01:27.225Z[ host-image] Aug 27 00:01:26.098 INFO O| Aug 27 00:01:26.098 INFO STEP 121: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
93402024-08-27T00:01:27.234Z[ host-image] Aug 27 00:01:26.108 INFO O| Aug 27 00:01:26.108 INFO ownership already OK (0:2), path: /rpool/images/build/host/work/gimlet/zfs/a/lib/svc
93412024-08-27T00:01:27.234Z[ host-image] Aug 27 00:01:26.108 INFO O| Aug 27 00:01:26.108 INFO STEP 121 (ensure_dir) COMPLETE
93422024-08-27T00:01:27.234Z[ host-image] Aug 27 00:01:26.108 INFO O| Aug 27 00:01:26.108 INFO STEP 122: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
93432024-08-27T00:01:27.243Z[ host-image] Aug 27 00:01:26.117 INFO O| Aug 27 00:01:26.117 INFO ownership already OK (0:3), path: /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest
93442024-08-27T00:01:27.246Z[ host-image] Aug 27 00:01:26.117 INFO O| Aug 27 00:01:26.117 INFO STEP 122 (ensure_dir) COMPLETE
93452024-08-27T00:01:27.246Z[ host-image] Aug 27 00:01:26.117 INFO O| Aug 27 00:01:26.117 INFO STEP 123: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
93462024-08-27T00:01:27.252Z[ host-image] Aug 27 00:01:26.126 INFO O| Aug 27 00:01:26.126 INFO ownership already OK (0:3), path: /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/site
93472024-08-27T00:01:27.255Z[ host-image] Aug 27 00:01:26.126 INFO O| Aug 27 00:01:26.126 INFO STEP 123 (ensure_dir) COMPLETE
93482024-08-27T00:01:27.255Z[ host-image] Aug 27 00:01:26.126 INFO O| Aug 27 00:01:26.126 INFO STEP 124: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
93492024-08-27T00:01:27.262Z[ host-image] Aug 27 00:01:26.135 INFO O| Aug 27 00:01:26.135 INFO file /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/site/sled-agent.xml does not exist
93502024-08-27T00:01:27.262Z[ host-image] Aug 27 00:01:26.135 INFO O| Aug 27 00:01:26.135 INFO copying /tmp/.tmpPOKhvJ/proto/host/root/lib/svc/manifest/site/sled-agent.xml -> /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/site/sled-agent.xml ...
93512024-08-27T00:01:27.264Z[ host-image] Aug 27 00:01:26.136 INFO O| Aug 27 00:01:26.135 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/site/sled-agent.xml
93522024-08-27T00:01:27.264Z[ host-image] Aug 27 00:01:26.136 INFO O| Aug 27 00:01:26.136 INFO ok!
93532024-08-27T00:01:27.264Z[ host-image] Aug 27 00:01:26.136 INFO O| Aug 27 00:01:26.136 INFO STEP 124 (ensure_file) COMPLETE
93542024-08-27T00:01:27.264Z[ host-image] Aug 27 00:01:26.136 INFO O| Aug 27 00:01:26.136 INFO STEP 125: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
93552024-08-27T00:01:27.271Z[ host-image] Aug 27 00:01:26.145 INFO O| Aug 27 00:01:26.145 INFO perms are 700, should be 755, path: /rpool/images/build/host/work/gimlet/zfs/a/root
93562024-08-27T00:01:27.274Z[ host-image] Aug 27 00:01:26.145 INFO O| Aug 27 00:01:26.145 INFO chmod ok, path: /rpool/images/build/host/work/gimlet/zfs/a/root
93572024-08-27T00:01:27.274Z[ host-image] Aug 27 00:01:26.145 INFO O| Aug 27 00:01:26.145 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/root
93582024-08-27T00:01:27.274Z[ host-image] Aug 27 00:01:26.145 INFO O| Aug 27 00:01:26.145 INFO STEP 125 (ensure_dir) COMPLETE
93592024-08-27T00:01:27.274Z[ host-image] Aug 27 00:01:26.145 INFO O| Aug 27 00:01:26.145 INFO STEP 126: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
93602024-08-27T00:01:27.281Z[ host-image] Aug 27 00:01:26.155 INFO O| Aug 27 00:01:26.154 WARN file /rpool/images/build/host/work/gimlet/zfs/a/root/.profile exists, with wrong contents, unlinking
93612024-08-27T00:01:27.281Z[ host-image] Aug 27 00:01:26.155 INFO O| Aug 27 00:01:26.155 INFO copying /tmp/.tmpPOKhvJ/proto/host/root/root/.profile -> /rpool/images/build/host/work/gimlet/zfs/a/root/.profile ...
93622024-08-27T00:01:27.283Z[ host-image] Aug 27 00:01:26.155 INFO O| Aug 27 00:01:26.155 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/root/.profile
93632024-08-27T00:01:27.284Z[ host-image] Aug 27 00:01:26.155 INFO O| Aug 27 00:01:26.155 INFO ok!
93642024-08-27T00:01:27.284Z[ host-image] Aug 27 00:01:26.155 INFO O| Aug 27 00:01:26.155 INFO STEP 126 (ensure_file) COMPLETE
93652024-08-27T00:01:27.284Z[ host-image] Aug 27 00:01:26.155 INFO O| Aug 27 00:01:26.155 INFO STEP 127: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
93662024-08-27T00:01:27.290Z[ host-image] Aug 27 00:01:26.164 INFO O| Aug 27 00:01:26.164 INFO remove tree: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/ipsec"
93672024-08-27T00:01:27.293Z[ host-image] Aug 27 00:01:26.164 INFO O| Aug 27 00:01:26.164 INFO STEP 127 (remove_files) COMPLETE
93682024-08-27T00:01:27.293Z[ host-image] Aug 27 00:01:26.164 INFO O| Aug 27 00:01:26.164 INFO STEP 128: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
93692024-08-27T00:01:27.300Z[ host-image] Aug 27 00:01:26.174 INFO O| Aug 27 00:01:26.174 INFO remove tree: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/ldap"
93702024-08-27T00:01:27.302Z[ host-image] Aug 27 00:01:26.174 INFO O| Aug 27 00:01:26.174 INFO STEP 128 (remove_files) COMPLETE
93712024-08-27T00:01:27.302Z[ host-image] Aug 27 00:01:26.174 INFO O| Aug 27 00:01:26.174 INFO STEP 129: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
93722024-08-27T00:01:27.309Z[ host-image] Aug 27 00:01:26.183 INFO O| Aug 27 00:01:26.183 INFO remove tree: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/rpc"
93732024-08-27T00:01:27.312Z[ host-image] Aug 27 00:01:26.183 INFO O| Aug 27 00:01:26.183 INFO STEP 129 (remove_files) COMPLETE
93742024-08-27T00:01:27.312Z[ host-image] Aug 27 00:01:26.183 INFO O| Aug 27 00:01:26.183 INFO STEP 130: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
93752024-08-27T00:01:27.319Z[ host-image] Aug 27 00:01:26.192 INFO O| Aug 27 00:01:26.192 INFO remove tree: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/security"
93762024-08-27T00:01:27.322Z[ host-image] Aug 27 00:01:26.192 INFO O| Aug 27 00:01:26.192 INFO STEP 130 (remove_files) COMPLETE
93772024-08-27T00:01:27.322Z[ host-image] Aug 27 00:01:26.192 INFO O| Aug 27 00:01:26.192 INFO STEP 131: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
93782024-08-27T00:01:27.328Z[ host-image] Aug 27 00:01:26.201 INFO O| Aug 27 00:01:26.201 INFO remove tree: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/shares"
93792024-08-27T00:01:27.331Z[ host-image] Aug 27 00:01:26.202 INFO O| Aug 27 00:01:26.202 INFO STEP 131 (remove_files) COMPLETE
93802024-08-27T00:01:27.331Z[ host-image] Aug 27 00:01:26.202 INFO O| Aug 27 00:01:26.202 INFO STEP 132: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
93812024-08-27T00:01:27.337Z[ host-image] Aug 27 00:01:26.211 INFO O| Aug 27 00:01:26.211 INFO remove tree: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/smb"
93822024-08-27T00:01:27.340Z[ host-image] Aug 27 00:01:26.211 INFO O| Aug 27 00:01:26.211 INFO STEP 132 (remove_files) COMPLETE
93832024-08-27T00:01:27.340Z[ host-image] Aug 27 00:01:26.211 INFO O| Aug 27 00:01:26.211 INFO STEP 133: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
93842024-08-27T00:01:27.346Z[ host-image] Aug 27 00:01:26.220 INFO O| Aug 27 00:01:26.220 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/application/management/net-snmp.xml"
93852024-08-27T00:01:27.349Z[ host-image] Aug 27 00:01:26.220 INFO O| Aug 27 00:01:26.220 INFO STEP 133 (remove_files) COMPLETE
93862024-08-27T00:01:27.349Z[ host-image] Aug 27 00:01:26.220 INFO O| Aug 27 00:01:26.220 INFO STEP 134: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
93872024-08-27T00:01:27.356Z[ host-image] Aug 27 00:01:26.229 INFO O| Aug 27 00:01:26.229 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/application/security/tcsd.xml"
93882024-08-27T00:01:27.358Z[ host-image] Aug 27 00:01:26.229 INFO O| Aug 27 00:01:26.229 INFO STEP 134 (remove_files) COMPLETE
93892024-08-27T00:01:27.358Z[ host-image] Aug 27 00:01:26.229 INFO O| Aug 27 00:01:26.229 INFO STEP 135: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
93902024-08-27T00:01:27.365Z[ host-image] Aug 27 00:01:26.239 INFO O| Aug 27 00:01:26.238 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/dns/install.xml"
93912024-08-27T00:01:27.365Z[ host-image] Aug 27 00:01:26.239 INFO O| Aug 27 00:01:26.239 INFO STEP 135 (remove_files) COMPLETE
93922024-08-27T00:01:27.367Z[ host-image] Aug 27 00:01:26.239 INFO O| Aug 27 00:01:26.239 INFO STEP 136: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
93932024-08-27T00:01:27.374Z[ host-image] Aug 27 00:01:26.248 INFO O| Aug 27 00:01:26.248 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/inetd-upgrade.xml"
93942024-08-27T00:01:27.374Z[ host-image] Aug 27 00:01:26.248 INFO O| Aug 27 00:01:26.248 INFO STEP 136 (remove_files) COMPLETE
93952024-08-27T00:01:27.377Z[ host-image] Aug 27 00:01:26.248 INFO O| Aug 27 00:01:26.248 INFO STEP 137: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
93962024-08-27T00:01:27.383Z[ host-image] Aug 27 00:01:26.257 INFO O| Aug 27 00:01:26.257 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/inetd.xml"
93972024-08-27T00:01:27.383Z[ host-image] Aug 27 00:01:26.257 INFO O| Aug 27 00:01:26.257 INFO STEP 137 (remove_files) COMPLETE
93982024-08-27T00:01:27.386Z[ host-image] Aug 27 00:01:26.257 INFO O| Aug 27 00:01:26.257 INFO STEP 138: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
93992024-08-27T00:01:27.392Z[ host-image] Aug 27 00:01:26.266 INFO O| Aug 27 00:01:26.266 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/network-install.xml"
94002024-08-27T00:01:27.392Z[ host-image] Aug 27 00:01:26.266 INFO O| Aug 27 00:01:26.266 INFO STEP 138 (remove_files) COMPLETE
94012024-08-27T00:01:27.392Z[ host-image] Aug 27 00:01:26.266 INFO O| Aug 27 00:01:26.266 INFO STEP 139: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
94022024-08-27T00:01:27.401Z[ host-image] Aug 27 00:01:26.275 INFO O| Aug 27 00:01:26.275 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/network-ipmp.xml"
94032024-08-27T00:01:27.402Z[ host-image] Aug 27 00:01:26.275 INFO O| Aug 27 00:01:26.275 INFO STEP 139 (remove_files) COMPLETE
94042024-08-27T00:01:27.404Z[ host-image] Aug 27 00:01:26.275 INFO O| Aug 27 00:01:26.275 INFO STEP 140: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
94052024-08-27T00:01:27.411Z[ host-image] Aug 27 00:01:26.284 INFO O| Aug 27 00:01:26.284 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/network-iptun.xml"
94062024-08-27T00:01:27.411Z[ host-image] Aug 27 00:01:26.284 INFO O| Aug 27 00:01:26.284 INFO STEP 140 (remove_files) COMPLETE
94072024-08-27T00:01:27.413Z[ host-image] Aug 27 00:01:26.284 INFO O| Aug 27 00:01:26.284 INFO STEP 141: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
94082024-08-27T00:01:27.420Z[ host-image] Aug 27 00:01:26.293 INFO O| Aug 27 00:01:26.293 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/network-location.xml"
94092024-08-27T00:01:27.420Z[ host-image] Aug 27 00:01:26.294 INFO O| Aug 27 00:01:26.293 INFO STEP 141 (remove_files) COMPLETE
94102024-08-27T00:01:27.422Z[ host-image] Aug 27 00:01:26.294 INFO O| Aug 27 00:01:26.294 INFO STEP 142: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
94112024-08-27T00:01:27.429Z[ host-image] Aug 27 00:01:26.303 INFO O| Aug 27 00:01:26.303 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/network-netcfg.xml"
94122024-08-27T00:01:27.429Z[ host-image] Aug 27 00:01:26.303 INFO O| Aug 27 00:01:26.303 INFO STEP 142 (remove_files) COMPLETE
94132024-08-27T00:01:27.429Z[ host-image] Aug 27 00:01:26.303 INFO O| Aug 27 00:01:26.303 INFO STEP 143: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
94142024-08-27T00:01:27.438Z[ host-image] Aug 27 00:01:26.312 INFO O| Aug 27 00:01:26.312 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/routing/rdisc.xml"
94152024-08-27T00:01:27.438Z[ host-image] Aug 27 00:01:26.312 INFO O| Aug 27 00:01:26.312 INFO STEP 143 (remove_files) COMPLETE
94162024-08-27T00:01:27.441Z[ host-image] Aug 27 00:01:26.312 INFO O| Aug 27 00:01:26.312 INFO STEP 144: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
94172024-08-27T00:01:27.447Z[ host-image] Aug 27 00:01:26.321 INFO O| Aug 27 00:01:26.321 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/varpd.xml"
94182024-08-27T00:01:27.447Z[ host-image] Aug 27 00:01:26.321 INFO O| Aug 27 00:01:26.321 INFO STEP 144 (remove_files) COMPLETE
94192024-08-27T00:01:27.450Z[ host-image] Aug 27 00:01:26.321 INFO O| Aug 27 00:01:26.321 INFO STEP 145: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
94202024-08-27T00:01:27.458Z[ host-image] Aug 27 00:01:26.330 INFO O| Aug 27 00:01:26.330 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/system/device/allocate.xml"
94212024-08-27T00:01:27.458Z[ host-image] Aug 27 00:01:26.330 INFO O| Aug 27 00:01:26.330 INFO STEP 145 (remove_files) COMPLETE
94222024-08-27T00:01:27.458Z[ host-image] Aug 27 00:01:26.330 INFO O| Aug 27 00:01:26.330 INFO STEP 146: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
94232024-08-27T00:01:27.466Z[ host-image] Aug 27 00:01:26.339 INFO O| Aug 27 00:01:26.339 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/system/device/devices-audio.xml"
94242024-08-27T00:01:27.468Z[ host-image] Aug 27 00:01:26.339 INFO O| Aug 27 00:01:26.339 INFO STEP 146 (remove_files) COMPLETE
94252024-08-27T00:01:27.468Z[ host-image] Aug 27 00:01:26.339 INFO O| Aug 27 00:01:26.339 INFO STEP 147: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
94262024-08-27T00:01:27.475Z[ host-image] Aug 27 00:01:26.348 INFO O| Aug 27 00:01:26.348 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/usr/lib/devfsadm/linkmod/SUNW_audio_link.so"
94272024-08-27T00:01:27.475Z[ host-image] Aug 27 00:01:26.348 INFO O| Aug 27 00:01:26.348 INFO STEP 147 (remove_files) COMPLETE
94282024-08-27T00:01:27.477Z[ host-image] Aug 27 00:01:26.348 INFO O| Aug 27 00:01:26.348 INFO STEP 148: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
94292024-08-27T00:01:27.484Z[ host-image] Aug 27 00:01:26.358 INFO O| Aug 27 00:01:26.357 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/dev/sndstat"
94302024-08-27T00:01:27.487Z[ host-image] Aug 27 00:01:26.358 INFO O| Aug 27 00:01:26.358 INFO STEP 148 (remove_files) COMPLETE
94312024-08-27T00:01:27.487Z[ host-image] Aug 27 00:01:26.358 INFO O| Aug 27 00:01:26.358 INFO STEP 149: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
94322024-08-27T00:01:27.494Z[ host-image] Aug 27 00:01:26.367 INFO O| Aug 27 00:01:26.367 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/system/device/mpxio-upgrade.xml"
94332024-08-27T00:01:27.494Z[ host-image] Aug 27 00:01:26.367 INFO O| Aug 27 00:01:26.367 INFO STEP 149 (remove_files) COMPLETE
94342024-08-27T00:01:27.497Z[ host-image] Aug 27 00:01:26.367 INFO O| Aug 27 00:01:26.367 INFO STEP 150: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
94352024-08-27T00:01:27.504Z[ host-image] Aug 27 00:01:26.376 INFO O| Aug 27 00:01:26.376 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/system/hostid.xml"
94362024-08-27T00:01:27.506Z[ host-image] Aug 27 00:01:26.376 INFO O| Aug 27 00:01:26.376 INFO STEP 150 (remove_files) COMPLETE
94372024-08-27T00:01:27.506Z[ host-image] Aug 27 00:01:26.376 INFO O| Aug 27 00:01:26.376 INFO STEP 151: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
94382024-08-27T00:01:27.511Z[ host-image] Aug 27 00:01:26.385 INFO O| Aug 27 00:01:26.385 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/system/idmap.xml"
94392024-08-27T00:01:27.511Z[ host-image] Aug 27 00:01:26.385 INFO O| Aug 27 00:01:26.385 INFO STEP 151 (remove_files) COMPLETE
94402024-08-27T00:01:27.514Z[ host-image] Aug 27 00:01:26.385 INFO O| Aug 27 00:01:26.385 INFO STEP 152: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
94412024-08-27T00:01:27.521Z[ host-image] Aug 27 00:01:26.394 INFO O| Aug 27 00:01:26.394 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/system/pkgserv.xml"
94422024-08-27T00:01:27.521Z[ host-image] Aug 27 00:01:26.394 INFO O| Aug 27 00:01:26.394 INFO STEP 152 (remove_files) COMPLETE
94432024-08-27T00:01:27.523Z[ host-image] Aug 27 00:01:26.394 INFO O| Aug 27 00:01:26.394 INFO STEP 153: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
94442024-08-27T00:01:27.530Z[ host-image] Aug 27 00:01:26.403 INFO O| Aug 27 00:01:26.403 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/system/zones.xml"
94452024-08-27T00:01:27.533Z[ host-image] Aug 27 00:01:26.403 INFO O| Aug 27 00:01:26.403 INFO STEP 153 (remove_files) COMPLETE
94462024-08-27T00:01:27.533Z[ host-image] Aug 27 00:01:26.403 INFO O| Aug 27 00:01:26.403 INFO STEP 154: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
94472024-08-27T00:01:27.539Z[ host-image] Aug 27 00:01:26.412 INFO O| Aug 27 00:01:26.412 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/system/intrd.xml"
94482024-08-27T00:01:27.539Z[ host-image] Aug 27 00:01:26.412 INFO O| Aug 27 00:01:26.412 INFO STEP 154 (remove_files) COMPLETE
94492024-08-27T00:01:27.539Z[ host-image] Aug 27 00:01:26.412 INFO O| Aug 27 00:01:26.412 INFO STEP 155: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
94502024-08-27T00:01:27.548Z[ host-image] Aug 27 00:01:26.422 INFO O| Aug 27 00:01:26.421 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/chrony.xml"
94512024-08-27T00:01:27.548Z[ host-image] Aug 27 00:01:26.422 INFO O| Aug 27 00:01:26.422 INFO STEP 155 (remove_files) COMPLETE
94522024-08-27T00:01:27.550Z[ host-image] Aug 27 00:01:26.422 INFO O| Aug 27 00:01:26.422 INFO STEP 156: seed_smf, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs.json
94532024-08-27T00:01:27.562Z[ host-image] Aug 27 00:01:26.435 INFO O| Aug 27 00:01:26.435 INFO file /rpool/images/build/host/tmp/gimlet/zfs/repo.db does not already exist, skipping removal
94542024-08-27T00:01:27.565Z[ host-image] Aug 27 00:01:26.435 INFO O| Aug 27 00:01:26.435 INFO exec: ["/usr/sbin/svccfg", "import", "-p", "/dev/stdout", "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest"], env: {"SVCCFG_DTD": "/rpool/images/build/host/work/gimlet/zfs/a/usr/share/lib/xml/dtd/service_bundle.dtd.1", "PKG_INSTALL_ROOT": "/rpool/images/build/host/work/gimlet/zfs/a", "SVCCFG_REPOSITORY": "/rpool/images/build/host/tmp/gimlet/zfs/repo.db", "SVCCFG_CHECKHASH": "1"}
94552024-08-27T00:01:37.113Z[ host-image] Aug 27 00:01:35.985 INFO O| Aug 27 00:01:35.984 INFO O| Loading smf(7) service descriptions: 1/742/743/744/745/746/747/748/749/7410/7411/7412/7413/7414/7415/7416/7417/7418/7419/7420/7421/7422/7423/7424/7425/7426/7427/7428/7429/7430/7431/7432/7433/7434/7435/7436/7437/7438/7439/7440/7441/7442/7443/7444/7445/7446/7447/7448/7449/7450/7451/7452/7453/7454/7455/7456/7457/7458/7459/7460/7461/7462/7463/7464/7465/7466/7467/7468/7469/7470/7471/7472/7473/7474/74
94562024-08-27T00:01:37.113Z[ host-image] Aug 27 00:01:35.985 INFO O| Aug 27 00:01:35.984 INFO E| svccfg: Loaded 74 smf(7) service descriptions
94572024-08-27T00:01:37.129Z[ host-image] Aug 27 00:01:36.001 INFO O| Aug 27 00:01:36.000 INFO exec: ["/usr/sbin/svccfg", "apply", "/rpool/images/build/host/work/gimlet/zfs/a/var/svc/profile/site.xml"], env: {"SVCCFG_CHECKHASH": "1", "SVCCFG_DTD": "/rpool/images/build/host/work/gimlet/zfs/a/usr/share/lib/xml/dtd/service_bundle.dtd.1", "PKG_INSTALL_ROOT": "/rpool/images/build/host/work/gimlet/zfs/a", "SVCCFG_REPOSITORY": "/rpool/images/build/host/tmp/gimlet/zfs/repo.db"}
94582024-08-27T00:01:37.209Z[ host-image] Aug 27 00:01:36.081 INFO O| Aug 27 00:01:36.081 INFO file /rpool/images/build/host/work/gimlet/zfs/a/etc/svc/repository.db does not exist
94592024-08-27T00:01:37.209Z[ host-image] Aug 27 00:01:36.081 INFO O| Aug 27 00:01:36.081 INFO copying /rpool/images/build/host/tmp/gimlet/zfs/repo.db -> /rpool/images/build/host/work/gimlet/zfs/a/etc/svc/repository.db ...
94602024-08-27T00:01:37.212Z[ host-image] Aug 27 00:01:36.083 INFO O| Aug 27 00:01:36.083 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/svc/repository.db
94612024-08-27T00:01:37.212Z[ host-image] Aug 27 00:01:36.083 INFO O| Aug 27 00:01:36.083 INFO ok!
94622024-08-27T00:01:37.212Z[ host-image] Aug 27 00:01:36.083 INFO O| Aug 27 00:01:36.083 INFO file /rpool/images/build/host/tmp/gimlet/zfs/repo.db exists (as File), removing
94632024-08-27T00:01:37.212Z[ host-image] Aug 27 00:01:36.083 INFO O| Aug 27 00:01:36.083 INFO STEP 156 (seed_smf) COMPLETE
94642024-08-27T00:01:37.212Z[ host-image] Aug 27 00:01:36.083 INFO O| Aug 27 00:01:36.083 INFO steps complete; finalising image!
94652024-08-27T00:01:37.212Z[ host-image] Aug 27 00:01:36.083 INFO O| Aug 27 00:01:36.083 INFO TRIM POOL: TEMPORARY-gimlet-zfs
94662024-08-27T00:01:37.352Z[ host-image] Aug 27 00:01:36.224 INFO O| Aug 27 00:01:36.224 INFO trim TEMPORARY-gimlet-zfs: (0% trimmed, started at Tue Aug 27 00:01:36 2024)
94672024-08-27T00:01:37.572Z[ host-image] Aug 27 00:01:36.444 INFO O| Aug 27 00:01:36.444 INFO temporary pool has 662M used, 170M avail, 1.88x compressratio
94682024-08-27T00:01:37.572Z[ host-image] Aug 27 00:01:36.444 INFO O| Aug 27 00:01:36.444 INFO EXPORT POOL: TEMPORARY-gimlet-zfs
94692024-08-27T00:01:37.851Z[ host-image] Aug 27 00:01:36.723 INFO O| Aug 27 00:01:36.723 INFO copying image /rpool/images/build/host/work/gimlet/zfs/lofi.raw to output file /rpool/images/build/host/output/gimlet-zfs.raw
94702024-08-27T00:01:37.851Z[ host-image] Aug 27 00:01:36.723 INFO O| Aug 27 00:01:36.723 INFO file /rpool/images/build/host/output/gimlet-zfs.raw does not already exist, skipping removal
94712024-08-27T00:01:38.917Z[ host-image] Aug 27 00:01:37.786 INFO O| Aug 27 00:01:37.786 INFO perms are 1600, should be 644, path: /rpool/images/build/host/output/gimlet-zfs.raw
94722024-08-27T00:01:38.917Z[ host-image] Aug 27 00:01:37.787 INFO O| Aug 27 00:01:37.786 INFO chmod ok, path: /rpool/images/build/host/output/gimlet-zfs.raw
94732024-08-27T00:01:38.921Z[ host-image] Aug 27 00:01:37.787 INFO O| Aug 27 00:01:37.786 INFO ownership already OK (0:0), path: /rpool/images/build/host/output/gimlet-zfs.raw
94742024-08-27T00:01:38.921Z[ host-image] Aug 27 00:01:37.787 INFO O| Aug 27 00:01:37.786 INFO completed processing gimlet/zfs
94752024-08-27T00:01:38.921Z[ host-image] Aug 27 00:01:37.787 INFO O| Aug 27 00:01:37.787 INFO DESTROY DATASET: rpool/images/build/host/work/gimlet/zfs
94762024-08-27T00:01:45.198Z[ host-image] Aug 27 00:01:44.067 INFO O| Aug 27 00:01:44.067 INFO DESTROY DATASET: rpool/images/build/host/tmp/gimlet/zfs
94772024-08-27T00:01:45.289Z[ host-image] Aug 27 00:01:44.159 INFO BUILD STRING "heads/stlouis-0-g8a4b91828c\n"
94782024-08-27T00:01:45.289Z[ host-image] Aug 27 00:01:44.159 INFO expanded image name: "ci fb9ee7e/${os_short_commit} 2024-08-26 23:33" -> "ci fb9ee7e/8a4b918 2024-08-26 23:33"
94792024-08-27T00:01:45.295Z[ host-image] Aug 27 00:01:44.159 INFO output artefacts stored in: "/work/os-host"
94802024-08-27T00:01:45.296Z[ host-image] Aug 27 00:01:44.159 INFO collecting git info from project "pinprick"...
94812024-08-27T00:01:45.300Z[ host-image] Aug 27 00:01:44.164 INFO collecting git info from project "bootserver"...
94822024-08-27T00:01:45.300Z[ host-image] Aug 27 00:01:44.169 INFO collecting git info from project "amd-firmware"...
94832024-08-27T00:01:45.306Z[ host-image] Aug 27 00:01:44.176 INFO collecting git info from project "pilot"...
94842024-08-27T00:01:45.312Z[ host-image] Aug 27 00:01:44.182 INFO collecting git info from project "amd-host-image-builder"...
94852024-08-27T00:01:45.325Z[ host-image] Aug 27 00:01:44.195 INFO collecting git info from project "image-builder"...
94862024-08-27T00:01:45.329Z[ host-image] Aug 27 00:01:44.199 INFO collecting git info from project "chelsio-t6-roms"...
94872024-08-27T00:01:45.334Z[ host-image] Aug 27 00:01:44.204 INFO collecting git info from project "phbl"...
94882024-08-27T00:01:45.338Z[ host-image] Aug 27 00:01:44.208 INFO collecting packaging info "pkg-publishers.txt": ["publisher", "-F", "tsv"]...
94892024-08-27T00:01:45.700Z[ host-image] Aug 27 00:01:44.570 INFO collecting packaging info "pkg-list.txt": ["list", "-H", "-v"]...
94902024-08-27T00:01:46.035Z[ host-image] Aug 27 00:01:44.905 INFO creating Oxide boot image...
94912024-08-27T00:01:46.035Z[ host-image] Aug 27 00:01:44.905 INFO exec: ["/work/oxidecomputer/helios/projects/bootserver/target/release/mkimage", "-i", "/rpool/images/build/host/output/gimlet-zfs.raw", "-N", "ci fb9ee7e/8a4b918 2024-08-26 23:33", "-o", "/work/os-host/zfs.img", "-O", "/work/oxidecomputer/helios/tmp/image.host/boot_image_csum", "-s", "4096"], pwd: None
94922024-08-27T00:01:46.956Z[ host-image] Aug 27 00:01:45.824 INFO O| ok, image written!
94932024-08-27T00:01:46.956Z[ host-image] Aug 27 00:01:45.824 INFO O| ok, boot_image_csum file written!
94942024-08-27T00:01:46.958Z[ host-image] Aug 27 00:01:45.827 INFO creating boot archive (CPIO)...
94952024-08-27T00:01:46.958Z[ host-image] Aug 27 00:01:45.827 INFO exec: ["bash", "/work/oxidecomputer/helios/image/mkcpio.sh", "/rpool/images/build/host/work/gimlet/ramdisk", "/work/os-host/cpio", "/work/oxidecomputer/helios/tmp/image.host"], pwd: None
94962024-08-27T00:01:46.965Z[ host-image] Aug 27 00:01:45.835 INFO E| + root=/rpool/images/build/host/work/gimlet/ramdisk
94972024-08-27T00:01:46.968Z[ host-image] Aug 27 00:01:45.835 INFO E| + outfile=/work/os-host/cpio
94982024-08-27T00:01:46.968Z[ host-image] Aug 27 00:01:45.835 INFO E| + tmpdir=/work/oxidecomputer/helios/tmp/image.host
94992024-08-27T00:01:46.968Z[ host-image] Aug 27 00:01:45.837 INFO E| + cd /rpool/images/build/host/work/gimlet/ramdisk
95002024-08-27T00:01:46.968Z[ host-image] Aug 27 00:01:45.837 INFO E| + cpio -qo -H odc -O /work/os-host/cpio
95012024-08-27T00:01:47.000Z[ host-image] Aug 27 00:01:45.869 INFO E| + cd /work/oxidecomputer/helios/tmp/image.host
95022024-08-27T00:01:47.000Z[ host-image] Aug 27 00:01:45.869 INFO E| + cpio -qo -H odc -AO /work/os-host/cpio
95032024-08-27T00:01:47.006Z[ host-image] Aug 27 00:01:45.876 INFO creating compressed cpio/unix for nanobl-rs...
95042024-08-27T00:01:47.010Z[ host-image] Aug 27 00:01:45.876 INFO exec: ["bash", "-c", "\'/work/oxidecomputer/helios/projects/pinprick/target/release/pinprick\' \'/rpool/images/build/host/work/gimlet/ramdisk/platform/oxide/kernel/amd64/unix\' >\'/work/os-host/unix.z\'"], pwd: None
95052024-08-27T00:01:47.298Z[ host-image] Aug 27 00:01:46.165 INFO exec: ["bash", "-c", "\'/work/oxidecomputer/helios/projects/pinprick/target/release/pinprick\' \'/work/os-host/cpio\' >\'/work/os-host/cpio.z\'"], pwd: None
95062024-08-27T00:01:51.643Z[ host-image] Aug 27 00:01:50.511 INFO creating reset image...
95072024-08-27T00:01:51.646Z[ host-image] Aug 27 00:01:50.511 INFO exec: ["cargo", "xtask", "build", "--release", "--cpioz", "/work/os-host/cpio.z"], pwd: Some("/work/oxidecomputer/helios/projects/phbl")
95082024-08-27T00:01:51.733Z[ host-image] Aug 27 00:01:50.601 INFO E| Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.03s
95092024-08-27T00:01:51.743Z[ host-image] Aug 27 00:01:50.602 INFO E| Running `xtask/target/debug/xtask build --release --cpioz /work/os-host/cpio.z`
95102024-08-27T00:01:51.802Z[ host-image] Aug 27 00:01:50.670 INFO E| Compiling phbl v0.1.0 (/work/oxidecomputer/helios/projects/phbl)
95112024-08-27T00:01:54.006Z[ host-image] Aug 27 00:01:52.875 INFO E| Finished `release` profile [optimized] target(s) in 2.26s
95122024-08-27T00:01:54.017Z[ host-image] Aug 27 00:01:52.886 INFO building host image...
95132024-08-27T00:01:54.027Z[ host-image] Aug 27 00:01:52.886 INFO exec: ["/work/oxidecomputer/helios/projects/amd-host-image-builder/target/debug/amd-host-image-builder", "-B", "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.a", "--config", "/work/oxidecomputer/helios/image/amd/milan-gimlet-b.efs.json5", "--output-file", "/work/os-host/rom", "--reset-image", "/work/oxidecomputer/helios/projects/phbl/target/x86_64-oxide-none-elf/release/phbl"], pwd: Some("/work/oxidecomputer/helios/projects/amd-host-image-builder")
95142024-08-27T00:01:54.477Z[ host-image] Aug 27 00:01:53.345 INFO finishing image archive at "/work/os-host/os.tar.gz"...
95152024-08-27T00:02:40.105Z[ host-image] Aug 27 00:02:38.965 INFO image complete! materials are in "/work/os-host"
95162024-08-27T00:02:40.109Z[ host-image]
95172024-08-27T00:02:40.109Z[ host-image] real 8:25.886691410
95182024-08-27T00:02:40.110Z[ host-image] user 3:50.655585373
95192024-08-27T00:02:40.110Z[ host-image] sys 47.187046085
95202024-08-27T00:02:40.110Z[ host-image] trap 0.111189780
95212024-08-27T00:02:40.110Z[ host-image] tflt 0.005158646
95222024-08-27T00:02:40.110Z[ host-image] dflt 0.039480336
95232024-08-27T00:02:40.110Z[ host-image] kflt 0.000000000
95242024-08-27T00:02:40.110Z[ host-image] lock 8:48.221386950
95252024-08-27T00:02:40.110Z[ host-image] slp 46:45.113717289
95262024-08-27T00:02:40.110Z[ host-image] lat 58.091451837
95272024-08-27T00:02:40.110Z[ host-image] stop 0.761333512
95282024-08-27T00:02:40.110ZAug 27 00:02:38.969 INFO [host-image] process exited with exit status: 0 (505.899098595s)
95292024-08-27T00:02:40.110ZAug 27 00:02:38.969 INFO [tuf-repo] running task
95302024-08-27T00:02:47.315ZAug 27 00:02:46.174 INFO assembling repository in `/tmp/tufaceousRNItUf`, component: OmicronRepoAssembler
95312024-08-27T00:02:51.890ZAug 27 00:02:50.748 DEBG assembly successful, cleaning up, component: OmicronRepoAssembler
95322024-08-27T00:02:52.217ZAug 27 00:02:51.075 INFO artifacts assembled and archived to `/work/repo.zip`, component: OmicronRepoAssembler
95332024-08-27T00:03:03.430ZAug 27 00:03:02.286 INFO [tuf-repo] task succeeded (23.317614247s)
95342024-08-27T00:03:03.430ZAug 27 00:03:02.287 INFO all jobs completed in 1764.557082974s
95352024-08-27T00:03:03.966Zprocess exited: duration 2278658 ms, exit code 0
 
95362024-08-27T00:03:03.977Zfound 33 output files
95372024-08-27T00:03:03.977Zuploading: /work/manifest.toml (8404 bytes)
95382024-08-27T00:03:05.018Zuploaded: /work/manifest.toml
95392024-08-27T00:03:05.019Zuploading: /work/repo.zip (1783107183 bytes)
95402024-08-27T00:03:47.991Zuploaded: /work/repo.zip
95412024-08-27T00:03:47.991Zuploading: /work/repo.zip.sha256.txt (65 bytes)
95422024-08-27T00:03:49.004Zuploaded: /work/repo.zip.sha256.txt
95432024-08-27T00:03:49.004Zuploading: /work/helios-setup.log (52390 bytes)
95442024-08-27T00:03:50.012Zuploaded: /work/helios-setup.log
95452024-08-27T00:03:50.012Zuploading: /work/host-image.log (194905 bytes)
95462024-08-27T00:03:51.025Zuploaded: /work/host-image.log
95472024-08-27T00:03:51.025Zuploading: /work/host-package.log (18948 bytes)
95482024-08-27T00:03:52.207Zuploaded: /work/host-package.log
95492024-08-27T00:03:52.207Zuploading: /work/host-target.log (101 bytes)
95502024-08-27T00:03:53.215Zuploaded: /work/host-target.log
95512024-08-27T00:03:53.215Zuploading: /work/omicron-package.log (4543 bytes)
95522024-08-27T00:03:54.224Zuploaded: /work/omicron-package.log
95532024-08-27T00:03:54.224Zuploading: /work/phbl-toolchain.log (881 bytes)
95542024-08-27T00:03:55.231Zuploaded: /work/phbl-toolchain.log
95552024-08-27T00:03:55.231Zuploading: /work/recovery-image.log (590743 bytes)
95562024-08-27T00:03:56.248Zuploaded: /work/recovery-image.log
95572024-08-27T00:03:56.249Zuploading: /work/recovery-package.log (282 bytes)
95582024-08-27T00:03:57.256Zuploaded: /work/recovery-package.log
95592024-08-27T00:03:57.256Zuploading: /work/recovery-target.log (98 bytes)
95602024-08-27T00:03:58.264Zuploaded: /work/recovery-target.log
95612024-08-27T00:03:58.264Zuploading: /work/stamp-clickhouse.log (117 bytes)
95622024-08-27T00:03:59.272Zuploaded: /work/stamp-clickhouse.log
95632024-08-27T00:03:59.272Zuploading: /work/stamp-clickhouse_keeper.log (124 bytes)
95642024-08-27T00:04:00.280Zuploaded: /work/stamp-clickhouse_keeper.log
95652024-08-27T00:04:00.280Zuploading: /work/stamp-cockroachdb.log (118 bytes)
95662024-08-27T00:04:01.289Zuploaded: /work/stamp-cockroachdb.log
95672024-08-27T00:04:01.289Zuploading: /work/stamp-crucible-dtrace.log (71 bytes)
95682024-08-27T00:04:02.296Zuploaded: /work/stamp-crucible-dtrace.log
95692024-08-27T00:04:02.297Zuploading: /work/stamp-crucible-pantry-zone.log (127 bytes)
95702024-08-27T00:04:03.304Zuploaded: /work/stamp-crucible-pantry-zone.log
95712024-08-27T00:04:03.304Zuploading: /work/stamp-crucible-zone.log (120 bytes)
95722024-08-27T00:04:04.312Zuploaded: /work/stamp-crucible-zone.log
95732024-08-27T00:04:04.312Zuploading: /work/stamp-external-dns.log (119 bytes)
95742024-08-27T00:04:05.320Zuploaded: /work/stamp-external-dns.log
95752024-08-27T00:04:05.320Zuploading: /work/stamp-installinator.log (103 bytes)
95762024-08-27T00:04:06.328Zuploaded: /work/stamp-installinator.log
95772024-08-27T00:04:06.328Zuploading: /work/stamp-internal-dns.log (119 bytes)
95782024-08-27T00:04:07.336Zuploaded: /work/stamp-internal-dns.log
95792024-08-27T00:04:07.336Zuploading: /work/stamp-mg-ddm-gz.log (99 bytes)
95802024-08-27T00:04:08.344Zuploaded: /work/stamp-mg-ddm-gz.log
95812024-08-27T00:04:08.345Zuploading: /work/stamp-nexus.log (112 bytes)
95822024-08-27T00:04:09.353Zuploaded: /work/stamp-nexus.log
95832024-08-27T00:04:09.353Zuploading: /work/stamp-ntp.log (110 bytes)
95842024-08-27T00:04:10.362Zuploaded: /work/stamp-ntp.log
95852024-08-27T00:04:10.362Zuploading: /work/stamp-omicron-sled-agent.log (122 bytes)
95862024-08-27T00:04:11.370Zuploaded: /work/stamp-omicron-sled-agent.log
95872024-08-27T00:04:11.370Zuploading: /work/stamp-overlay.log (114 bytes)
95882024-08-27T00:04:12.379Zuploaded: /work/stamp-overlay.log
95892024-08-27T00:04:12.379Zuploading: /work/stamp-oximeter.log (115 bytes)
95902024-08-27T00:04:13.386Zuploaded: /work/stamp-oximeter.log
95912024-08-27T00:04:13.386Zuploading: /work/stamp-oxlog.log (109 bytes)
95922024-08-27T00:04:14.395Zuploaded: /work/stamp-oxlog.log
95932024-08-27T00:04:14.395Zuploading: /work/stamp-probe.log (112 bytes)
95942024-08-27T00:04:15.404Zuploaded: /work/stamp-probe.log
95952024-08-27T00:04:15.404Zuploading: /work/stamp-propolis-server.log (122 bytes)
95962024-08-27T00:04:16.412Zuploaded: /work/stamp-propolis-server.log
95972024-08-27T00:04:16.412Zuploading: /work/stamp-pumpkind-gz.log (115 bytes)
95982024-08-27T00:04:17.420Zuploaded: /work/stamp-pumpkind-gz.log
95992024-08-27T00:04:17.420Zuploading: /work/stamp-switch-asic.log (118 bytes)
96002024-08-27T00:04:18.428Zuploaded: /work/stamp-switch-asic.log
96012024-08-27T00:04:18.428Zuploading: /work/verify-libraries.log (1992 bytes)
96022024-08-27T00:04:19.437Zuploaded: /work/verify-libraries.log