01J682W55RMA66HCNE3H42EV0H: 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: 01J682WPQ1XJTJ9JJ0K3RMAQ2S

Tags:

Artefacts:

Output:

SEQ GLOBAL TIME DETAILS
12024-08-26T19:35:16.098Zjob assigned to worker 01J682WKYKKEAK7QTP8AB7F9TE (queued for 1 m 13 s)
 
22024-08-26T19:35:24.186Zstarting task 0: "setup"
32024-08-26T19:35:24.194Z++ uname -s
42024-08-26T19:35:24.196Z+ kern=SunOS
52024-08-26T19:35:24.196Z+ case "$kern" in
62024-08-26T19:35:24.196Z+ groupadd -g 12345 build
72024-08-26T19:35:24.199Z+ useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build
82024-08-26T19:35:26.209Z+ zfs create -o mountpoint=/work rpool/work
92024-08-26T19:35:26.378Z++ awk '$2 == "/home" { print $3 }' /etc/mnttab
102024-08-26T19:35:26.381Z+ home_fs=zfs
112024-08-26T19:35:26.381Z+ [[ zfs == autofs ]]
122024-08-26T19:35:26.381Z+ mkdir -p /home/build
132024-08-26T19:35:26.383Z+ chown build:build /home/build /work
142024-08-26T19:35:27.385Z+ chmod 0700 /home/build /work
152024-08-26T19:35:27.388Zprocess exited: duration 3202 ms, exit code 0
 
162024-08-26T19:35:27.393Zstarting task 1: "rust-toolchain"
172024-08-26T19:35:27.398Z+ printf ' * toolchain channel = "%s"
182024-08-26T19:35:27.398Z * toolchain channel = "1.80.1"
192024-08-26T19:35:27.398Z * toolchain profile = "default"
202024-08-26T19:35:27.398Z' 1.80.1
212024-08-26T19:35:27.398Z+ printf ' * toolchain profile = "%s"
222024-08-26T19:35:27.398Z' default
232024-08-26T19:35:27.402Z+ curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs
242024-08-26T19:35:27.402Z+ /bin/bash -s - -y --no-modify-path --default-toolchain 1.80.1 --profile default
252024-08-26T19:35:27.516Zinfo: downloading installer
262024-08-26T19:35:28.670Zinfo: profile set to 'default'
272024-08-26T19:35:28.670Zinfo: default host triple is x86_64-unknown-illumos
282024-08-26T19:35:28.670Zinfo: syncing channel updates for '1.80.1-x86_64-unknown-illumos'
292024-08-26T19:35:28.798Zinfo: latest update on 2024-08-08, rust version 1.80.1 (3f5fd8dd4 2024-08-06)
302024-08-26T19:35:28.798Zinfo: downloading component 'cargo'
312024-08-26T19:35:29.467Zinfo: downloading component 'clippy'
322024-08-26T19:35:29.705Zinfo: downloading component 'rust-docs'
332024-08-26T19:35:30.634Zinfo: downloading component 'rust-std'
342024-08-26T19:35:31.928Zinfo: downloading component 'rustc'
352024-08-26T19:35:35.569Zinfo: downloading component 'rustfmt'
362024-08-26T19:35:35.767Zinfo: installing component 'cargo'
372024-08-26T19:35:36.669Zinfo: installing component 'clippy'
382024-08-26T19:35:37.077Zinfo: installing component 'rust-docs'
392024-08-26T19:35:38.613Zinfo: installing component 'rust-std'
402024-08-26T19:35:40.335Zinfo: installing component 'rustc'
412024-08-26T19:35:45.016Zinfo: installing component 'rustfmt'
422024-08-26T19:35:45.382Zinfo: default toolchain set to '1.80.1-x86_64-unknown-illumos'
432024-08-26T19:35:45.382Z
442024-08-26T19:35:45.634Z 1.80.1-x86_64-unknown-illumos installed - rustc 1.80.1 (3f5fd8dd4 2024-08-06)
452024-08-26T19:35:45.634Z
462024-08-26T19:35:45.636Z
472024-08-26T19:35:45.637ZRust is installed now. Great!
482024-08-26T19:35:45.637Z
492024-08-26T19:35:45.637ZTo get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
502024-08-26T19:35:45.637Zenvironment variable. This has not been done automatically.
512024-08-26T19:35:45.637Z
522024-08-26T19:35:45.637ZTo configure your current shell, you need to source
532024-08-26T19:35:45.637Zthe corresponding env file under $HOME/.cargo.
542024-08-26T19:35:45.637Z
552024-08-26T19:35:45.637ZThis is usually done by running one of the following (note the leading DOT):
562024-08-26T19:35:45.637Z. "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh
572024-08-26T19:35:45.637Zsource "$HOME/.cargo/env.fish" # For fish
582024-08-26T19:35:45.689Z+ rustc --version
592024-08-26T19:35:45.748Zrustc 1.80.1 (3f5fd8dd4 2024-08-06)
602024-08-26T19:35:45.751Zprocess exited: duration 18355 ms, exit code 0
 
612024-08-26T19:35:45.758Zstarting task 2: "authentication"
622024-08-26T19:35:45.776Zprocess exited: duration 20 ms, exit code 0
 
632024-08-26T19:35:45.781Zstarting task 3: "clone repository"
642024-08-26T19:35:45.786Z+ mkdir -p /work/oxidecomputer/omicron
652024-08-26T19:35:45.789Z+ git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron
662024-08-26T19:35:47.694ZCloning into '/work/oxidecomputer/omicron'...
672024-08-26T19:35:56.167Z+ cd /work/oxidecomputer/omicron
682024-08-26T19:35:56.167Z+ git fetch origin 11c5f13755ceefcb282d4daf1b091977164a2b7f
692024-08-26T19:35:56.646ZFrom https://github.com/oxidecomputer/omicron
702024-08-26T19:35:56.646Z * branch 11c5f13755ceefcb282d4daf1b091977164a2b7f -> FETCH_HEAD
712024-08-26T19:35:56.656Z+ [[ -n '' ]]
722024-08-26T19:35:56.656Z+ git reset --hard 11c5f13755ceefcb282d4daf1b091977164a2b7f
732024-08-26T19:35:56.791ZHEAD is now at 11c5f1375 Merge branch 'main' into snapshot_replacement_part_5
742024-08-26T19:35:56.795Zprocess exited: duration 11008 ms, exit code 0
 
752024-08-26T19:35:56.803Zstarting task 4: "build"
762024-08-26T19:35:56.808Z+ cargo --version
772024-08-26T19:35:56.861Zcargo 1.80.1 (376290515 2024-07-16)
782024-08-26T19:35:56.866Z+ rustc --version
792024-08-26T19:35:56.920Zrustc 1.80.1 (3f5fd8dd4 2024-08-06)
802024-08-26T19:35:56.922Z+ ptime -m ./tools/install_builder_prerequisites.sh -yp
812024-08-26T19:36:16.071Z Startup: Refreshing catalog 'helios-dev' ... Done
822024-08-26T19:36:18.657Z Startup: Caching catalogs ... Done
832024-08-26T19:36:20.518ZPlanning: Solver setup ... Done (1.299s)
842024-08-26T19:36:20.539ZPlanning: Running solver ... Done (0.021s)
852024-08-26T19:36:20.720ZPlanning: Finding local manifests ... Done (0.141s)
862024-08-26T19:36:20.736ZPlanning: Fetching manifests: 0/5 0% complete
872024-08-26T19:36:20.959ZPlanning: Fetching manifests: 5/5 100% complete
882024-08-26T19:36:21.187ZPlanning: Package planning ... Done (0.227s)
892024-08-26T19:36:21.242ZPlanning: Merging actions ... Done (0.054s)
902024-08-26T19:36:22.227ZPlanning: Checking for conflicting actions ... Done (0.986s)
912024-08-26T19:36:29.512ZPlanning: Consolidating action changes ... Done (7.283s)
922024-08-26T19:36:29.889ZPlanning: Evaluating mediators ... Done (0.378s)
932024-08-26T19:36:30.035ZPlanning: Planning completed in 11.30 seconds
942024-08-26T19:36:30.518Z Packages to install: 4
952024-08-26T19:36:30.518Z Packages to update: 1
962024-08-26T19:36:30.520Z Mediators to change: 2
972024-08-26T19:36:30.520Z Services to change: 1
982024-08-26T19:36:30.521Z Estimated space available: 155.72 GB
992024-08-26T19:36:30.521ZEstimated space to be consumed: 1.53 GB
1002024-08-26T19:36:30.521Z Create boot environment: No
1012024-08-26T19:36:30.521ZCreate backup boot environment: Yes
1022024-08-26T19:36:30.521Z Rebuild boot archive: No
1032024-08-26T19:36:30.521Z
1042024-08-26T19:36:30.521ZChanged mediators:
1052024-08-26T19:36:30.521Z mediator clang:
1062024-08-26T19:36:30.521Z version: None -> 15 (system default)
1072024-08-26T19:36:30.521Z
1082024-08-26T19:36:30.521Z mediator llvm:
1092024-08-26T19:36:30.521Z version: 14 (system default) -> 15 (system default)
1102024-08-26T19:36:30.521Z
1112024-08-26T19:36:30.521ZChanged packages:
1122024-08-26T19:36:30.521Zhelios-dev
1132024-08-26T19:36:30.521Z developer/build-essential
1142024-08-26T19:36:30.521Z None -> 11-2.0
1152024-08-26T19:36:30.521Z library/libxmlsec1
1162024-08-26T19:36:30.521Z None -> 1.2.35-2.0
1172024-08-26T19:36:30.521Z ooce/developer/clang-15
1182024-08-26T19:36:30.521Z None -> 15.0.7-2.0
1192024-08-26T19:36:30.521Z ooce/developer/llvm-15
1202024-08-26T19:36:30.521Z None -> 15.0.7-2.0
1212024-08-26T19:36:30.521Z package/pkg
1222024-08-26T19:36:30.521Z 0.5.11-2.0 -> 0.5.11-2.1.6412
1232024-08-26T19:36:30.521Z
1242024-08-26T19:36:30.521ZServices:
1252024-08-26T19:36:30.521Z restart_fmri:
1262024-08-26T19:36:30.521Z svc:/system/update-man-index:default
1272024-08-26T19:36:30.522Z
1282024-08-26T19:36:30.522ZEditable files to change:
1292024-08-26T19:36:30.522Z Update:
1302024-08-26T19:36:30.522Z usr/share/lib/pkg/web/config.shtml
1312024-08-26T19:36:30.873Z
1322024-08-26T19:36:30.873ZDownload: 0/4281 items 0.0/220.6MB 0% complete
1332024-08-26T19:36:35.875ZDownload: 921/4281 items 18.4/220.6MB 8% complete (3.8M/s)
1342024-08-26T19:36:40.876ZDownload: 1924/4281 items 118.6/220.6MB 53% complete (11.9M/s)
1352024-08-26T19:36:45.925ZDownload: 3249/4281 items 203.1/220.6MB 92% complete (18.5M/s)
1362024-08-26T19:36:49.664ZDownload: Completed 220.60 MB in 18.79 seconds (11.7M/s)
1372024-08-26T19:36:51.970Z Actions: 1/5063 actions (Removing old actions)
1382024-08-26T19:36:51.990Z Actions: 194/5063 actions (Installing new actions)
1392024-08-26T19:36:57.026Z Actions: 4094/5063 actions (Installing new actions)
1402024-08-26T19:36:57.250Z Actions: 4226/5063 actions (Updating modified actions)
1412024-08-26T19:36:57.607Z Actions: Completed 5063 actions in 5.63 seconds.
1422024-08-26T19:36:57.928Z Done (0.278s)
1432024-08-26T19:36:57.998Z Done (0.000s)
1442024-08-26T19:36:58.276Z Done (0.371s)
1452024-08-26T19:37:03.803Z Done (5.364s)
1462024-08-26T19:37:04.092Z Done (0.216s)
1472024-08-26T19:37:04.095Z Done (0.000s)
1482024-08-26T19:37:04.299Z Done (0.000s)
1492024-08-26T19:37:04.897ZPlanning: Evaluating mediator changes ... Done
1502024-08-26T19:37:05.060ZPlanning: Checking for conflicting actions ... Done
1512024-08-26T19:37:05.063ZPlanning: Consolidating action changes ... Done
1522024-08-26T19:37:05.333ZPlanning: Evaluating mediators ... Done
1532024-08-26T19:37:05.335ZPlanning: Planning completed in 0.44 seconds
1542024-08-26T19:37:05.371Z Mediators to change: 2
1552024-08-26T19:37:05.371Z Create boot environment: No
1562024-08-26T19:37:05.374ZCreate backup boot environment: No
1572024-08-26T19:37:05.466Z Done
1582024-08-26T19:37:05.466Z Done
1592024-08-26T19:37:05.694Z Done
1602024-08-26T19:37:09.386Z Done
1612024-08-26T19:37:09.478Z Done
1622024-08-26T19:37:09.480Z Done
1632024-08-26T19:37:09.617Z Done
1642024-08-26T19:37:10.230ZPlanning: Evaluating mediator changes ... Done
1652024-08-26T19:37:10.233ZPlanning: Merging actions ... Done
1662024-08-26T19:37:10.421ZPlanning: Checking for conflicting actions ... Done
1672024-08-26T19:37:10.424ZPlanning: Consolidating action changes ... Done
1682024-08-26T19:37:10.687ZPlanning: Evaluating mediators ... Done
1692024-08-26T19:37:10.743ZPlanning: Planning completed in 0.76 seconds
1702024-08-26T19:37:10.783Z Packages to change: 1
1712024-08-26T19:37:10.783Z Mediators to change: 1
1722024-08-26T19:37:10.785Z Services to change: 1
1732024-08-26T19:37:10.785Z Create boot environment: No
1742024-08-26T19:37:10.785ZCreate backup boot environment: Yes
1752024-08-26T19:37:12.948Z Actions: 1/6 actions (Updating modified actions)
1762024-08-26T19:37:12.989Z Actions: Completed 6 actions in 0.04 seconds.
1772024-08-26T19:37:12.991Z Done
1782024-08-26T19:37:12.991Z Done
1792024-08-26T19:37:13.068Z Done
1802024-08-26T19:37:16.723Z Done
1812024-08-26T19:37:16.814Z Done
1822024-08-26T19:37:16.818Z Done
1832024-08-26T19:37:16.982Z Done
1842024-08-26T19:37:17.418ZMEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION
1852024-08-26T19:37:17.418Zclang system 15 system
1862024-08-26T19:37:17.418Zcsh system system illumos
1872024-08-26T19:37:17.419Zctags system system illumos
1882024-08-26T19:37:17.419Zgcc vendor 12 vendor
1892024-08-26T19:37:17.420Zgcc system 10 system
1902024-08-26T19:37:17.420Zgcc system 7 system
1912024-08-26T19:37:17.420Zgo system 1.20 system
1922024-08-26T19:37:17.420Zgo system 1.19 system
1932024-08-26T19:37:17.420Zllvm system 15 system
1942024-08-26T19:37:17.420Zllvm system 14 system
1952024-08-26T19:37:17.420Zmariadb system 10.6 system
1962024-08-26T19:37:17.420Zmta vendor vendor dma
1972024-08-26T19:37:17.420Zopenjdk system 17 system
1982024-08-26T19:37:17.420Zopenjdk system 11 system
1992024-08-26T19:37:17.420Zopenjdk system 1.8 system
2002024-08-26T19:37:17.420Zopenssl vendor 3 vendor
2012024-08-26T19:37:17.420Zperl system 5.36 system
2022024-08-26T19:37:17.420Zpostgresql system 15 system
2032024-08-26T19:37:17.420Zpostgresql system 13 system
2042024-08-26T19:37:17.420Zpython vendor 3 vendor
2052024-08-26T19:37:17.420Zpython system 2 system
2062024-08-26T19:37:17.420Zpython3 system 3.11 system
2072024-08-26T19:37:17.420Zruby system 3.0 system
2082024-08-26T19:37:17.420Zwords vendor vendor american-english
2092024-08-26T19:37:17.420Zwords system system australian-english
2102024-08-26T19:37:17.420Zwords system system british-english
2112024-08-26T19:37:17.420Zwords system system canadian-english
2122024-08-26T19:37:17.420Zwords system system french
2132024-08-26T19:37:17.420Zwords system system italian
2142024-08-26T19:37:17.420Zwords system system ngerman
2152024-08-26T19:37:17.420Zwords system system ogerman
2162024-08-26T19:37:17.420Zwords system system spanish
2172024-08-26T19:37:17.754ZPUBLISHER TYPE STATUS P LOCATION
2182024-08-26T19:37:17.754Zhelios-dev origin online F https://pkg.oxide.computer/helios/2/dev/
2192024-08-26T19:37:19.513ZFMRI IFO
2202024-08-26T19:37:19.513Zpkg://helios-dev/developer/build-essential@11-2.0:20230623T110919Z im-
2212024-08-26T19:37:19.513Zpkg://helios-dev/developer/pkg-config@0.29.2-2.0:20230621T191911Z i--
2222024-08-26T19:37:19.513Zpkg://helios-dev/library/libxmlsec1@1.2.35-2.0:20230624T123441Z im-
2232024-08-26T19:37:19.513Zpkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20231012T123315Z im-
2242024-08-26T19:37:19.513Zpkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20230623T141037Z ---
2252024-08-26T19:37:19.513Zpkg://helios-dev/ooce/library/postgresql-13@13.11-2.0:20230623T123131Z i--
2262024-08-26T19:37:19.513Zpkg://helios-dev/package/pkg@0.5.11-2.1.6412:20240822T193324Z im-
2272024-08-26T19:37:19.513Zpkg://helios-dev/package/pkg@0.5.11-2.0:20231020T135332Z ---
2282024-08-26T19:37:19.513Zpkg://helios-dev/package/pkg@0.5.11-2.0:20230621T202036Z ---
2292024-08-26T19:37:19.514Zpkg://helios-dev/system/library/g++-runtime@13-2.0:20231118T213948Z i--
2302024-08-26T19:37:19.514Zpkg://helios-dev/system/library/g++-runtime@12-2.0:20230621T201406Z ---
2312024-08-26T19:37:19.514Zpkg://helios-dev/system/library/gcc-runtime@13-2.0:20231118T213832Z i--
2322024-08-26T19:37:19.514Zpkg://helios-dev/system/library/gcc-runtime@12-2.0:20230621T201432Z ---
2332024-08-26T19:37:20.107Z Updating git repository `https://github.com/oxidecomputer/pq-sys`
2342024-08-26T19:37:20.398Z Updating git repository `https://github.com/oxidecomputer/zone`
2352024-08-26T19:37:20.687Z Updating crates.io index
2362024-08-26T19:37:20.859Z Updating git repository `https://github.com/oxidecomputer/dropshot`
2372024-08-26T19:37:21.514Z Updating git repository `https://github.com/oxidecomputer/maghemite`
2382024-08-26T19:37:22.273Z Updating git repository `https://github.com/oxidecomputer/oxnet`
2392024-08-26T19:37:22.541Z Updating git repository `https://github.com/oxidecomputer/progenitor`
2402024-08-26T19:37:24.028Z Updating git repository `https://github.com/oxidecomputer/serde_human_bytes`
2412024-08-26T19:37:24.323Z Updating git repository `https://github.com/oxidecomputer/slog-error-chain`
2422024-08-26T19:37:24.606Z Updating git repository `https://github.com/oxidecomputer/propolis`
2432024-08-26T19:37:25.769Z Updating git repository `https://github.com/oxidecomputer/crucible`
2442024-08-26T19:37:27.514Z Updating git repository `https://github.com/oxidecomputer/opte`
2452024-08-26T19:37:28.562Z Updating git repository `https://github.com/oxidecomputer/falcon`
2462024-08-26T19:37:29.269Z Updating git repository `https://github.com/oxidecomputer/openapi-lint`
2472024-08-26T19:37:29.562Z Updating git repository `https://github.com/oxidecomputer/management-gateway-service`
2482024-08-26T19:37:30.093Z Updating git repository `https://github.com/oxidecomputer/async-bb8-diesel`
2492024-08-26T19:37:30.353Z Updating git repository `https://github.com/oxidecomputer/diesel-dtrace`
2502024-08-26T19:37:30.627Z Updating git repository `https://github.com/oxidecomputer/tofino`
2512024-08-26T19:37:30.925Z Updating git repository `https://github.com/oxidecomputer/illumos-devinfo`
2522024-08-26T19:37:31.175Z Updating git repository `https://github.com/oxidecomputer/libefi-illumos`
2532024-08-26T19:37:31.428Z Updating git repository `https://github.com/oxidecomputer/libnvme`
2542024-08-26T19:37:31.713Z Updating git repository `https://github.com/oxidecomputer/clickward`
2552024-08-26T19:37:32.159Z Updating git repository `https://github.com/oxidecomputer/hubtools.git`
2562024-08-26T19:37:32.488Z Updating git repository `https://github.com/oxidecomputer/ispf`
2572024-08-26T19:37:32.822Z Updating git repository `https://github.com/oxidecomputer/poptrie`
2582024-08-26T19:37:33.062Z Updating git repository `https://github.com/oxidecomputer/netadm-sys`
2592024-08-26T19:37:33.525Z Updating git repository `https://github.com/oxidecomputer/tlvc.git`
2602024-08-26T19:37:33.856Z Updating git repository `https://github.com/oxidecomputer/lpc55_support`
2612024-08-26T19:37:34.257Z Updating git repository `https://github.com/oxidecomputer/typify`
2622024-08-26T19:37:36.406Z Updating git repository `https://github.com/oxidecomputer/dlpi-sys`
2632024-08-26T19:37:36.663Z Updating git repository `https://github.com/jmesmon/rust-libzfs`
2642024-08-26T19:37:36.906Z Updating git repository `https://github.com/oxidecomputer/rusty-doors`
2652024-08-26T19:37:37.307Z Updating git repository `https://github.com/oxidecomputer/rfb`
2662024-08-26T19:37:38.405Z Downloading crates ...
2672024-08-26T19:37:38.489Z Downloaded bytecount v0.6.8
2682024-08-26T19:37:38.492Z Downloaded camino v1.1.9
2692024-08-26T19:37:38.495Z Downloaded bitflags v2.6.0
2702024-08-26T19:37:38.499Z Downloaded equivalent v1.0.1
2712024-08-26T19:37:38.507Z Downloaded swrite v0.1.0
2722024-08-26T19:37:38.523Z Downloaded anstyle-parse v0.2.4
2732024-08-26T19:37:38.528Z Downloaded heck v0.4.1
2742024-08-26T19:37:38.528Z Downloaded itoa v1.0.11
2752024-08-26T19:37:38.532Z Downloaded proc-macro-error-attr v1.0.4
2762024-08-26T19:37:38.533Z Downloaded pest_generator v2.7.10
2772024-08-26T19:37:38.533Z Downloaded tabled_derive v0.7.0
2782024-08-26T19:37:38.533Z Downloaded pretty-hex v0.4.1
2792024-08-26T19:37:38.533Z Downloaded cfg-if v1.0.0
2802024-08-26T19:37:38.538Z Downloaded colorchoice v1.0.1
2812024-08-26T19:37:38.538Z Downloaded fnv v1.0.7
2822024-08-26T19:37:38.538Z Downloaded serde_spanned v0.6.7
2832024-08-26T19:37:38.538Z Downloaded scroll v0.12.0
2842024-08-26T19:37:38.545Z Downloaded strsim v0.11.1
2852024-08-26T19:37:38.545Z Downloaded anstyle v1.0.8
2862024-08-26T19:37:38.545Z Downloaded plain v0.2.3
2872024-08-26T19:37:38.545Z Downloaded fs-err v2.11.0
2882024-08-26T19:37:38.545Z Downloaded toml_datetime v0.6.8
2892024-08-26T19:37:38.545Z Downloaded thread-id v4.2.1
2902024-08-26T19:37:38.551Z Downloaded usdt-impl v0.5.0
2912024-08-26T19:37:38.551Z Downloaded byteorder v1.5.0
2922024-08-26T19:37:38.551Z Downloaded anstyle-query v1.0.3
2932024-08-26T19:37:38.551Z Downloaded sha2 v0.10.8
2942024-08-26T19:37:38.557Z Downloaded semver v1.0.23
2952024-08-26T19:37:38.559Z Downloaded utf8parse v0.2.1
2962024-08-26T19:37:38.559Z Downloaded once_cell v1.19.0
2972024-08-26T19:37:38.563Z Downloaded crypto-common v0.1.6
2982024-08-26T19:37:38.563Z Downloaded quote v1.0.36
2992024-08-26T19:37:38.563Z Downloaded zerocopy-derive v0.7.34
3002024-08-26T19:37:38.568Z Downloaded usdt v0.5.0
3012024-08-26T19:37:38.568Z Downloaded scroll_derive v0.12.0
3022024-08-26T19:37:38.568Z Downloaded is_terminal_polyfill v1.70.0
3032024-08-26T19:37:38.568Z Downloaded clap_derive v4.5.13
3042024-08-26T19:37:38.572Z Downloaded anyhow v1.0.86
3052024-08-26T19:37:38.572Z Downloaded cargo_metadata v0.18.1
3062024-08-26T19:37:38.577Z Downloaded autocfg v1.3.0
3072024-08-26T19:37:38.577Z Downloaded anstream v0.6.14
3082024-08-26T19:37:38.583Z Downloaded usdt-macro v0.5.0
3092024-08-26T19:37:38.583Z Downloaded usdt-attr-macro v0.5.0
3102024-08-26T19:37:38.583Z Downloaded dtrace-parser v0.2.0
3112024-08-26T19:37:38.583Z Downloaded log v0.4.21
3122024-08-26T19:37:38.583Z Downloaded cargo-platform v0.1.8
3132024-08-26T19:37:38.587Z Downloaded thiserror v1.0.63
3142024-08-26T19:37:38.591Z Downloaded dof v0.3.0
3152024-08-26T19:37:38.591Z Downloaded unicode-ident v1.0.12
3162024-08-26T19:37:38.591Z Downloaded typenum v1.17.0
3172024-08-26T19:37:38.595Z Downloaded errno v0.3.9
3182024-08-26T19:37:38.595Z Downloaded thiserror-impl v1.0.63
3192024-08-26T19:37:38.601Z Downloaded terminal_size v0.3.0
3202024-08-26T19:37:38.602Z Downloaded macaddr v1.0.1
3212024-08-26T19:37:38.602Z Downloaded heck v0.5.0
3222024-08-26T19:37:38.602Z Downloaded digest v0.10.7
3232024-08-26T19:37:38.610Z Downloaded cpufeatures v0.2.12
3242024-08-26T19:37:38.610Z Downloaded clap_lex v0.7.0
3252024-08-26T19:37:38.610Z Downloaded block-buffer v0.10.4
3262024-08-26T19:37:38.610Z Downloaded memmap v0.7.0
3272024-08-26T19:37:38.616Z Downloaded serde_derive v1.0.208
3282024-08-26T19:37:38.616Z Downloaded ryu v1.0.18
3292024-08-26T19:37:38.616Z Downloaded generic-array v0.14.7
3302024-08-26T19:37:38.616Z Downloaded proc-macro-error v1.0.4
3312024-08-26T19:37:38.619Z Downloaded cargo_toml v0.20.4
3322024-08-26T19:37:38.619Z Downloaded serde_tokenstream v0.2.2
3332024-08-26T19:37:38.623Z Downloaded version_check v0.9.5
3342024-08-26T19:37:38.629Z Downloaded pest_derive v2.7.10
3352024-08-26T19:37:38.633Z Downloaded indexmap v2.4.0
3362024-08-26T19:37:38.640Z Downloaded ucd-trie v0.1.6
3372024-08-26T19:37:38.644Z Downloaded clap v4.5.16
3382024-08-26T19:37:38.651Z Downloaded proc-macro2 v1.0.86
3392024-08-26T19:37:38.654Z Downloaded pest_meta v2.7.10
3402024-08-26T19:37:38.658Z Downloaded papergrid v0.11.0
3412024-08-26T19:37:38.661Z Downloaded toml v0.8.19
3422024-08-26T19:37:38.664Z Downloaded memchr v2.7.2
3432024-08-26T19:37:38.669Z Downloaded serde v1.0.208
3442024-08-26T19:37:38.677Z Downloaded pest v2.7.10
3452024-08-26T19:37:38.690Z Downloaded toml_edit v0.22.20
3462024-08-26T19:37:38.710Z Downloaded winnow v0.6.18
3472024-08-26T19:37:38.718Z Downloaded serde_json v1.0.125
3482024-08-26T19:37:38.725Z Downloaded goblin v0.8.2
3492024-08-26T19:37:38.731Z Downloaded hashbrown v0.14.5
3502024-08-26T19:37:38.736Z Downloaded zerocopy v0.7.34
3512024-08-26T19:37:38.754Z Downloaded clap_builder v4.5.15
3522024-08-26T19:37:38.758Z Downloaded tabled v0.15.0
3532024-08-26T19:37:38.774Z Downloaded syn v2.0.74
3542024-08-26T19:37:38.785Z Downloaded syn v1.0.109
3552024-08-26T19:37:38.796Z Downloaded rustix v0.38.34
3562024-08-26T19:37:38.818Z Downloaded unicode-width v0.1.13
3572024-08-26T19:37:38.833Z Downloaded libc v0.2.156
3582024-08-26T19:37:39.132Z Compiling proc-macro2 v1.0.86
3592024-08-26T19:37:39.136Z Compiling unicode-ident v1.0.12
3602024-08-26T19:37:39.136Z Compiling version_check v0.9.5
3612024-08-26T19:37:39.136Z Compiling serde v1.0.208
3622024-08-26T19:37:39.136Z Compiling thiserror v1.0.63
3632024-08-26T19:37:39.136Z Compiling memchr v2.7.2
3642024-08-26T19:37:39.136Z Compiling libc v0.2.156
3652024-08-26T19:37:39.163Z Compiling ryu v1.0.18
3662024-08-26T19:37:39.386Z Compiling itoa v1.0.11
3672024-08-26T19:37:39.526Z Compiling ucd-trie v0.1.6
3682024-08-26T19:37:39.921Z Compiling once_cell v1.19.0
3692024-08-26T19:37:40.036Z Compiling byteorder v1.5.0
3702024-08-26T19:37:40.225Z Compiling serde_json v1.0.125
3712024-08-26T19:37:40.564Z Compiling proc-macro-error-attr v1.0.4
3722024-08-26T19:37:40.631Z Compiling usdt-impl v0.5.0
3732024-08-26T19:37:40.676Z Compiling syn v1.0.109
3742024-08-26T19:37:40.676Z Compiling rustix v0.38.34
3752024-08-26T19:37:40.946Z Compiling proc-macro-error v1.0.4
3762024-08-26T19:37:40.971Z Compiling utf8parse v0.2.1
3772024-08-26T19:37:41.135Z Compiling plain v0.2.3
3782024-08-26T19:37:41.159Z Compiling equivalent v1.0.1
3792024-08-26T19:37:41.261Z Compiling log v0.4.21
3802024-08-26T19:37:41.295Z Compiling bitflags v2.6.0
3812024-08-26T19:37:41.295Z Compiling hashbrown v0.14.5
3822024-08-26T19:37:41.466Z Compiling quote v1.0.36
3832024-08-26T19:37:41.636Z Compiling anstyle-parse v0.2.4
3842024-08-26T19:37:41.715Z Compiling errno v0.3.9
3852024-08-26T19:37:41.987Z Compiling syn v2.0.74
3862024-08-26T19:37:42.014Z Compiling thread-id v4.2.1
3872024-08-26T19:37:42.104Z Compiling colorchoice v1.0.1
3882024-08-26T19:37:42.134Z Compiling camino v1.1.9
3892024-08-26T19:37:42.231Z Compiling anstyle-query v1.0.3
3902024-08-26T19:37:42.263Z Compiling winnow v0.6.18
3912024-08-26T19:37:42.385Z Compiling anstyle v1.0.8
3922024-08-26T19:37:42.682Z Compiling indexmap v2.4.0
3932024-08-26T19:37:42.803Z Compiling pretty-hex v0.4.1
3942024-08-26T19:37:42.865Z Compiling is_terminal_polyfill v1.70.0
3952024-08-26T19:37:42.989Z Compiling semver v1.0.23
3962024-08-26T19:37:43.034Z Compiling autocfg v1.3.0
3972024-08-26T19:37:43.541Z Compiling terminal_size v0.3.0
3982024-08-26T19:37:43.612Z Compiling anstream v0.6.14
3992024-08-26T19:37:43.925Z Compiling unicode-width v0.1.13
4002024-08-26T19:37:43.954Z Compiling anyhow v1.0.86
4012024-08-26T19:37:44.014Z Compiling bytecount v0.6.8
4022024-08-26T19:37:44.065Z Compiling fs-err v2.11.0
4032024-08-26T19:37:44.163Z Compiling clap_lex v0.7.0
4042024-08-26T19:37:44.245Z Compiling heck v0.4.1
4052024-08-26T19:37:44.371Z Compiling fnv v1.0.7
4062024-08-26T19:37:44.415Z Compiling strsim v0.11.1
4072024-08-26T19:37:44.503Z Compiling heck v0.5.0
4082024-08-26T19:37:44.672Z Compiling papergrid v0.11.0
4092024-08-26T19:37:44.748Z Compiling clap_builder v4.5.15
4102024-08-26T19:37:44.922Z Compiling memmap v0.7.0
4112024-08-26T19:37:45.723Z Compiling swrite v0.1.0
4122024-08-26T19:37:47.307Z Compiling tabled_derive v0.7.0
4132024-08-26T19:37:48.747Z Compiling tabled v0.15.0
4142024-08-26T19:37:50.450Z Compiling serde_derive v1.0.208
4152024-08-26T19:37:50.450Z Compiling thiserror-impl v1.0.63
4162024-08-26T19:37:50.450Z Compiling zerocopy-derive v0.7.34
4172024-08-26T19:37:50.452Z Compiling scroll_derive v0.12.0
4182024-08-26T19:37:50.452Z Compiling clap_derive v4.5.13
4192024-08-26T19:37:51.816Z Compiling scroll v0.12.0
4202024-08-26T19:37:52.378Z Compiling goblin v0.8.2
4212024-08-26T19:37:52.439Z Compiling zerocopy v0.7.34
4222024-08-26T19:37:52.851Z Compiling pest v2.7.10
4232024-08-26T19:37:54.395Z Compiling clap v4.5.16
4242024-08-26T19:37:55.109Z Compiling pest_meta v2.7.10
4252024-08-26T19:37:55.933Z Compiling pest_generator v2.7.10
4262024-08-26T19:37:57.755Z Compiling pest_derive v2.7.10
4272024-08-26T19:37:58.476Z Compiling dtrace-parser v0.2.0
4282024-08-26T19:38:00.376Z Compiling serde_tokenstream v0.2.2
4292024-08-26T19:38:00.516Z Compiling serde_spanned v0.6.7
4302024-08-26T19:38:00.519Z Compiling toml_datetime v0.6.8
4312024-08-26T19:38:00.519Z Compiling cargo-platform v0.1.8
4322024-08-26T19:38:00.951Z Compiling toml_edit v0.22.20
4332024-08-26T19:38:00.977Z Compiling macaddr v1.0.1
4342024-08-26T19:38:01.698Z Compiling dof v0.3.0
4352024-08-26T19:38:02.003Z Compiling cargo_metadata v0.18.1
4362024-08-26T19:38:03.375Z Compiling usdt-attr-macro v0.5.0
4372024-08-26T19:38:03.378Z Compiling usdt-macro v0.5.0
4382024-08-26T19:38:03.737Z Compiling toml v0.8.19
4392024-08-26T19:38:04.552Z Compiling cargo_toml v0.20.4
4402024-08-26T19:38:04.627Z Compiling usdt v0.5.0
4412024-08-26T19:38:08.222Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
4422024-08-26T19:38:11.991Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 52.11s
4432024-08-26T19:38:12.243Z Running `target/debug/xtask download cockroach clickhouse console dendrite-openapi dendrite-stub maghemite-mgd transceiver-control`
4442024-08-26T19:38:12.794Z Downloading crates ...
4452024-08-26T19:38:12.954Z Downloaded arrayref v0.3.7
4462024-08-26T19:38:12.960Z Downloaded async-trait v0.1.81
4472024-08-26T19:38:12.966Z Downloaded hubpack_derive v0.1.1
4482024-08-26T19:38:12.968Z Downloaded crunchy v0.2.2
4492024-08-26T19:38:12.968Z Downloaded atomicwrites v0.4.3
4502024-08-26T19:38:12.971Z Downloaded ahash v0.8.11
4512024-08-26T19:38:12.974Z Downloaded is_ci v1.2.0
4522024-08-26T19:38:12.974Z Downloaded cfg_aliases v0.1.1
4532024-08-26T19:38:12.977Z Downloaded hyper-tls v0.5.0
4542024-08-26T19:38:12.980Z Downloaded bitstruct v0.1.1
4552024-08-26T19:38:12.982Z Downloaded openssl-macros v0.1.1
4562024-08-26T19:38:12.984Z Downloaded base64 v0.21.7
4572024-08-26T19:38:12.989Z Downloaded base16ct v0.2.0
4582024-08-26T19:38:12.992Z Downloaded normalize-line-endings v0.3.0
4592024-08-26T19:38:12.992Z Downloaded adler v1.0.2
4602024-08-26T19:38:12.995Z Downloaded atty v0.2.14
4612024-08-26T19:38:12.997Z Downloaded mime v0.3.17
4622024-08-26T19:38:13.000Z Downloaded nodrop v0.1.14
4632024-08-26T19:38:13.000Z Downloaded newline-converter v0.3.0
4642024-08-26T19:38:13.000Z Downloaded match_cfg v0.1.0
4652024-08-26T19:38:13.004Z Downloaded newtype_derive v0.1.6
4662024-08-26T19:38:13.004Z Downloaded async-stream v0.3.5
4672024-08-26T19:38:13.006Z Downloaded cipher v0.4.4
4682024-08-26T19:38:13.011Z Downloaded num_cpus v1.16.0
4692024-08-26T19:38:13.014Z Downloaded multimap v0.10.0
4702024-08-26T19:38:13.014Z Downloaded lazy_static v1.5.0
4712024-08-26T19:38:13.014Z Downloaded keccak v0.1.5
4722024-08-26T19:38:13.016Z Downloaded cobs v0.2.3
4732024-08-26T19:38:13.019Z Downloaded num_threads v0.1.7
4742024-08-26T19:38:13.019Z Downloaded num v0.4.3
4752024-08-26T19:38:13.022Z Downloaded memmap2 v0.9.4
4762024-08-26T19:38:13.022Z Downloaded mockall v0.13.0
4772024-08-26T19:38:13.024Z Downloaded num_enum_derive v0.5.11
4782024-08-26T19:38:13.027Z Downloaded lru v0.12.3
4792024-08-26T19:38:13.027Z Downloaded defmt v0.3.8
4802024-08-26T19:38:13.030Z Downloaded curve25519-dalek-derive v0.1.1
4812024-08-26T19:38:13.033Z Downloaded castaway v0.2.3
4822024-08-26T19:38:13.036Z Downloaded sigpipe v0.1.3
4832024-08-26T19:38:13.036Z Downloaded data-encoding v2.6.0
4842024-08-26T19:38:13.039Z Downloaded atomic-waker v1.1.2
4852024-08-26T19:38:13.039Z Downloaded ascii-canvas v3.0.0
4862024-08-26T19:38:13.041Z Downloaded aead v0.5.2
4872024-08-26T19:38:13.041Z Downloaded omicron-zone-package v0.11.0
4882024-08-26T19:38:13.045Z Downloaded num-complex v0.4.6
4892024-08-26T19:38:13.047Z Downloaded mockall_derive v0.13.0
4902024-08-26T19:38:13.050Z Downloaded indexmap v1.9.3
4912024-08-26T19:38:13.053Z Downloaded array-init v0.0.4
4922024-08-26T19:38:13.056Z Downloaded time-core v0.1.2
4932024-08-26T19:38:13.058Z Downloaded bitstruct_derive v0.1.0
4942024-08-26T19:38:13.058Z Downloaded ciborium-io v0.2.2
4952024-08-26T19:38:13.058Z Downloaded ipnet v2.9.0
4962024-08-26T19:38:13.061Z Downloaded slog-json v2.6.1
4972024-08-26T19:38:13.063Z Downloaded olpc-cjson v0.1.3
4982024-08-26T19:38:13.066Z Downloaded darling_macro v0.20.9
4992024-08-26T19:38:13.066Z Downloaded crucible-workspace-hack v0.1.0
5002024-08-26T19:38:13.066Z Downloaded opaque-debug v0.3.1
5012024-08-26T19:38:13.068Z Downloaded instant v0.1.12
5022024-08-26T19:38:13.071Z Downloaded ident_case v1.0.1
5032024-08-26T19:38:13.071Z Downloaded libsw v3.3.1
5042024-08-26T19:38:13.073Z Downloaded crossbeam-deque v0.8.5
5052024-08-26T19:38:13.073Z Downloaded managed v0.8.0
5062024-08-26T19:38:13.076Z Downloaded kstat-rs v0.2.4
5072024-08-26T19:38:13.078Z Downloaded number_prefix v0.4.0
5082024-08-26T19:38:13.078Z Downloaded is-terminal v0.4.12
5092024-08-26T19:38:13.081Z Downloaded impl-trait-for-tuples v0.2.2
5102024-08-26T19:38:13.083Z Downloaded openssl-probe v0.1.5
5112024-08-26T19:38:13.086Z Downloaded maplit v1.0.2
5122024-08-26T19:38:13.086Z Downloaded csv-core v0.1.11
5132024-08-26T19:38:13.090Z Downloaded crc32fast v1.4.0
5142024-08-26T19:38:13.092Z Downloaded miniz_oxide v0.7.2
5152024-08-26T19:38:13.092Z Downloaded num-conv v0.1.0
5162024-08-26T19:38:13.094Z Downloaded hyper-rustls v0.24.2
5172024-08-26T19:38:13.097Z Downloaded ipnetwork v0.20.0
5182024-08-26T19:38:13.099Z Downloaded try-lock v0.2.5
5192024-08-26T19:38:13.101Z Downloaded backoff v0.4.0
5202024-08-26T19:38:13.104Z Downloaded humantime v2.1.0
5212024-08-26T19:38:13.104Z Downloaded new_debug_unreachable v1.0.6
5222024-08-26T19:38:13.107Z Downloaded maybe-uninit v2.0.0
5232024-08-26T19:38:13.109Z Downloaded cbc v0.1.2
5242024-08-26T19:38:13.109Z Downloaded defmt-macros v0.3.9
5252024-08-26T19:38:13.112Z Downloaded memoffset v0.9.1
5262024-08-26T19:38:13.114Z Downloaded nanorand v0.7.0
5272024-08-26T19:38:13.117Z Downloaded linear-map v1.2.0
5282024-08-26T19:38:13.119Z Downloaded cexpr v0.6.0
5292024-08-26T19:38:13.121Z Downloaded num-rational v0.4.2
5302024-08-26T19:38:13.124Z Downloaded cassowary v0.3.0
5312024-08-26T19:38:13.126Z Downloaded iana-time-zone v0.1.60
5322024-08-26T19:38:13.128Z Downloaded mio v1.0.2
5332024-08-26T19:38:13.134Z Downloaded unicode-truncate v1.0.0
5342024-08-26T19:38:13.136Z Downloaded zone_cfg_derive v0.1.2
5352024-08-26T19:38:13.139Z Downloaded dsl_auto_type v0.1.2
5362024-08-26T19:38:13.139Z Downloaded serde-hex v0.1.0
5372024-08-26T19:38:13.141Z Downloaded tempfile v3.10.1
5382024-08-26T19:38:13.143Z Downloaded lock_api v0.4.12
5392024-08-26T19:38:13.146Z Downloaded sha1 v0.10.6
5402024-08-26T19:38:13.149Z Downloaded crossbeam-utils v0.8.19
5412024-08-26T19:38:13.152Z Downloaded console v0.15.8
5422024-08-26T19:38:13.154Z Downloaded tokio-tungstenite v0.21.0
5432024-08-26T19:38:13.162Z Downloaded semver v0.1.20
5442024-08-26T19:38:13.166Z Downloaded foreign-types-shared v0.3.1
5452024-08-26T19:38:13.166Z Downloaded instability v0.3.2
5462024-08-26T19:38:13.166Z Downloaded slog-envlogger v2.2.0
5472024-08-26T19:38:13.166Z Downloaded packed_struct_codegen v0.10.1
5482024-08-26T19:38:13.166Z Downloaded structmeta v0.3.0
5492024-08-26T19:38:13.169Z Downloaded serde-big-array v0.5.1
5502024-08-26T19:38:13.169Z Downloaded linked-hash-map v0.5.6
5512024-08-26T19:38:13.171Z Downloaded nu-ansi-term v0.50.0
5522024-08-26T19:38:13.173Z Downloaded libefi-sys v0.1.0
5532024-08-26T19:38:13.173Z Downloaded sqlparser_derive v0.2.2
5542024-08-26T19:38:13.176Z Downloaded spki v0.7.3
5552024-08-26T19:38:13.179Z Downloaded structmeta-derive v0.2.0
5562024-08-26T19:38:13.179Z Downloaded thread_local v1.1.8
5572024-08-26T19:38:13.181Z Downloaded arrayvec v0.7.4
5582024-08-26T19:38:13.185Z Downloaded defmt-parser v0.3.4
5592024-08-26T19:38:13.187Z Downloaded dyn-clone v1.0.17
5602024-08-26T19:38:13.187Z Downloaded chacha20 v0.9.1
5612024-08-26T19:38:13.189Z Downloaded minimal-lexical v0.2.1
5622024-08-26T19:38:13.194Z Downloaded mime_guess v2.0.4
5632024-08-26T19:38:13.196Z Downloaded cookie_store v0.20.0
5642024-08-26T19:38:13.198Z Downloaded fastrand v2.1.0
5652024-08-26T19:38:13.201Z Downloaded colored v2.1.0
5662024-08-26T19:38:13.203Z Downloaded rand_chacha v0.3.1
5672024-08-26T19:38:13.206Z Downloaded bytes v1.7.1
5682024-08-26T19:38:13.208Z Downloaded time-macros v0.2.18
5692024-08-26T19:38:13.211Z Downloaded num-traits v0.2.19
5702024-08-26T19:38:13.214Z Downloaded indicatif v0.17.8
5712024-08-26T19:38:13.219Z Downloaded schemars_derive v0.8.21
5722024-08-26T19:38:13.221Z Downloaded foreign-types-shared v0.1.1
5732024-08-26T19:38:13.224Z Downloaded waitgroup v0.1.2
5742024-08-26T19:38:13.224Z Downloaded darling_core v0.20.9
5752024-08-26T19:38:13.229Z Downloaded fallible-iterator v0.3.0
5762024-08-26T19:38:13.231Z Downloaded tower-service v0.3.2
5772024-08-26T19:38:13.233Z Downloaded thiserror-no-std v2.0.2
5782024-08-26T19:38:13.236Z Downloaded paste v1.0.15
5792024-08-26T19:38:13.241Z Downloaded fxhash v0.2.1
5802024-08-26T19:38:13.244Z Downloaded signal-hook-mio v0.2.4
5812024-08-26T19:38:13.244Z Downloaded scrypt v0.11.0
5822024-08-26T19:38:13.244Z Downloaded compact_str v0.8.0
5832024-08-26T19:38:13.248Z Downloaded shlex v1.3.0
5842024-08-26T19:38:13.254Z Downloaded postgres-types v0.2.7
5852024-08-26T19:38:13.254Z Downloaded powerfmt v0.2.0
5862024-08-26T19:38:13.259Z Downloaded path-slash v0.1.5
5872024-08-26T19:38:13.259Z Downloaded strum_macros v0.26.4
5882024-08-26T19:38:13.259Z Downloaded cookie v0.17.0
5892024-08-26T19:38:13.262Z Downloaded parking_lot v0.11.2
5902024-08-26T19:38:13.264Z Downloaded const-oid v0.9.6
5912024-08-26T19:38:13.267Z Downloaded crossbeam-epoch v0.9.18
5922024-08-26T19:38:13.270Z Downloaded tiny-keccak v2.0.2
5932024-08-26T19:38:13.273Z Downloaded shell-words v1.1.0
5942024-08-26T19:38:13.275Z Downloaded hostname v0.4.0
5952024-08-26T19:38:13.278Z Downloaded flagset v0.4.5
5962024-08-26T19:38:13.280Z Downloaded hyper v0.14.30
5972024-08-26T19:38:13.287Z Downloaded utf-8 v0.7.6
5982024-08-26T19:38:13.289Z Downloaded base64 v0.22.1
5992024-08-26T19:38:13.293Z Downloaded hostname v0.3.1
6002024-08-26T19:38:13.295Z Downloaded pbkdf2 v0.12.2
6012024-08-26T19:38:13.297Z Downloaded gethostname v0.5.0
6022024-08-26T19:38:13.300Z Downloaded tabwriter v1.4.0
6032024-08-26T19:38:13.302Z Downloaded argon2 v0.5.3
6042024-08-26T19:38:13.312Z Downloaded highway v1.2.0
6052024-08-26T19:38:13.314Z Downloaded vte_generate_state_changes v0.1.1
6062024-08-26T19:38:13.316Z Downloaded glob v0.3.1
6072024-08-26T19:38:13.319Z Downloaded unicode_categories v0.1.1
6082024-08-26T19:38:13.319Z Downloaded ena v0.14.3
6092024-08-26T19:38:13.321Z Downloaded zeroize v1.7.0
6102024-08-26T19:38:13.323Z Downloaded precomputed-hash v0.1.1
6112024-08-26T19:38:13.326Z Downloaded sqlformat v0.2.4
6122024-08-26T19:38:13.328Z Downloaded pkcs1 v0.7.5
6132024-08-26T19:38:13.331Z Downloaded subprocess v0.2.9
6142024-08-26T19:38:13.333Z Downloaded globset v0.4.14
6152024-08-26T19:38:13.336Z Downloaded tokio-rustls v0.24.1
6162024-08-26T19:38:13.338Z Downloaded deranged v0.3.11
6172024-08-26T19:38:13.338Z Downloaded smallvec v1.13.2
6182024-08-26T19:38:13.340Z Downloaded thiserror-impl-no-std v2.0.2
6192024-08-26T19:38:13.343Z Downloaded quick-error v1.2.3
6202024-08-26T19:38:13.345Z Downloaded pin-utils v0.1.0
6212024-08-26T19:38:13.347Z Downloaded difflib v0.4.0
6222024-08-26T19:38:13.347Z Downloaded walkdir v2.5.0
6232024-08-26T19:38:13.349Z Downloaded home v0.5.9
6242024-08-26T19:38:13.352Z Downloaded http-body v0.4.6
6252024-08-26T19:38:13.354Z Downloaded pkcs8 v0.10.2
6262024-08-26T19:38:13.356Z Downloaded ron v0.7.1
6272024-08-26T19:38:13.361Z Downloaded signal-hook v0.3.17
6282024-08-26T19:38:13.364Z Downloaded futures-core v0.3.30
6292024-08-26T19:38:13.367Z Downloaded cc v1.0.97
6302024-08-26T19:38:13.369Z Downloaded smallvec v0.6.14
6312024-08-26T19:38:13.372Z Downloaded packed_struct v0.10.1
6322024-08-26T19:38:13.375Z Downloaded serde_repr v0.1.19
6332024-08-26T19:38:13.378Z Downloaded rpassword v7.3.1
6342024-08-26T19:38:13.378Z Downloaded blake2 v0.10.6
6352024-08-26T19:38:13.380Z Downloaded rustfmt-wrapper v0.2.1
6362024-08-26T19:38:13.383Z Downloaded tokio-macros v2.3.0
6372024-08-26T19:38:13.386Z Downloaded diff v0.1.13
6382024-08-26T19:38:13.388Z Downloaded flume v0.11.0
6392024-08-26T19:38:13.391Z Downloaded tap v1.0.1
6402024-08-26T19:38:13.393Z Downloaded take_mut v0.2.2
6412024-08-26T19:38:13.393Z Downloaded uuid v1.10.0
6422024-08-26T19:38:13.397Z Downloaded unarray v0.1.4
6432024-08-26T19:38:13.399Z Downloaded twox-hash v1.6.3
6442024-08-26T19:38:13.402Z Downloaded supports-color v3.0.0
6452024-08-26T19:38:13.404Z Downloaded futures-channel v0.3.30
6462024-08-26T19:38:13.404Z Downloaded tracing-attributes v0.1.27
6472024-08-26T19:38:13.407Z Downloaded pin-project-lite v0.2.14
6482024-08-26T19:38:13.413Z Downloaded getrandom v0.2.14
6492024-08-26T19:38:13.417Z Downloaded termtree v0.4.1
6502024-08-26T19:38:13.419Z Downloaded endian-type v0.1.2
6512024-08-26T19:38:13.419Z Downloaded downcast v0.11.0
6522024-08-26T19:38:13.421Z Downloaded owo-colors v4.0.0
6532024-08-26T19:38:13.424Z Downloaded slog v2.7.0
6542024-08-26T19:38:13.426Z Downloaded hickory-resolver v0.24.1
6552024-08-26T19:38:13.431Z Downloaded schemars v0.8.21
6562024-08-26T19:38:13.444Z Downloaded rand_xorshift v0.3.0
6572024-08-26T19:38:13.447Z Downloaded headers-core v0.2.0
6582024-08-26T19:38:13.450Z Downloaded want v0.3.1
6592024-08-26T19:38:13.450Z Downloaded siphasher v0.3.11
6602024-08-26T19:38:13.450Z Downloaded smf v0.2.3
6612024-08-26T19:38:13.453Z Downloaded signal-hook-registry v1.4.2
6622024-08-26T19:38:13.455Z Downloaded smawk v0.3.2
6632024-08-26T19:38:13.455Z Downloaded hmac v0.12.1
6642024-08-26T19:38:13.458Z Downloaded futures v0.3.30
6652024-08-26T19:38:13.462Z Downloaded derive_builder_core v0.20.0
6662024-08-26T19:38:13.465Z Downloaded der_derive v0.7.2
6672024-08-26T19:38:13.468Z Downloaded wyz v0.5.1
6682024-08-26T19:38:13.470Z Downloaded embedded-io v0.4.0
6692024-08-26T19:38:13.472Z Downloaded group v0.13.0
6702024-08-26T19:38:13.475Z Downloaded peg v0.8.4
6712024-08-26T19:38:13.478Z Downloaded radium v0.7.0
6722024-08-26T19:38:13.480Z Downloaded heck v0.3.3
6732024-08-26T19:38:13.482Z Downloaded phf_shared v0.11.2
6742024-08-26T19:38:13.482Z Downloaded strum v0.26.3
6752024-08-26T19:38:13.485Z Downloaded hashlink v0.9.1
6762024-08-26T19:38:13.487Z Downloaded filetime v0.2.24
6772024-08-26T19:38:13.487Z Downloaded crypto-bigint v0.5.5
6782024-08-26T19:38:13.494Z Downloaded env_logger v0.10.2
6792024-08-26T19:38:13.497Z Downloaded tinyvec_macros v0.1.1
6802024-08-26T19:38:13.500Z Downloaded secrecy v0.8.0
6812024-08-26T19:38:13.503Z Downloaded pin-project v1.1.5
6822024-08-26T19:38:13.513Z Downloaded fragile v2.0.0
6832024-08-26T19:38:13.515Z Downloaded vsss-rs v3.3.4
6842024-08-26T19:38:13.518Z Downloaded postgres-protocol v0.6.7
6852024-08-26T19:38:13.520Z Downloaded hickory-server v0.24.1
6862024-08-26T19:38:13.526Z Downloaded hex v0.4.3
6872024-08-26T19:38:13.528Z Downloaded termios v0.3.3
6882024-08-26T19:38:13.531Z Downloaded tokio-stream v0.1.15
6892024-08-26T19:38:13.535Z Downloaded tokio-rustls v0.25.0
6902024-08-26T19:38:13.537Z Downloaded pretty-hex v0.2.1
6912024-08-26T19:38:13.540Z Downloaded static_assertions v1.1.0
6922024-08-26T19:38:13.540Z Downloaded poly1305 v0.8.0
6932024-08-26T19:38:13.543Z Downloaded http v1.1.0
6942024-08-26T19:38:13.547Z Downloaded ref-cast v1.0.23
6952024-08-26T19:38:13.550Z Downloaded heapless v0.7.17
6962024-08-26T19:38:13.554Z Downloaded portpicker v0.1.1
6972024-08-26T19:38:13.557Z Downloaded httparse v1.8.0
6982024-08-26T19:38:13.559Z Downloaded enum-as-inner v0.6.0
6992024-08-26T19:38:13.561Z Downloaded tls_codec_derive v0.4.1
7002024-08-26T19:38:13.561Z Downloaded predicates-tree v1.0.9
7012024-08-26T19:38:13.567Z Downloaded tracing-core v0.1.32
7022024-08-26T19:38:13.567Z Downloaded itertools v0.12.1
7032024-08-26T19:38:13.573Z Downloaded parse-size v1.0.0
7042024-08-26T19:38:13.576Z Downloaded termcolor v1.4.1
7052024-08-26T19:38:13.577Z Downloaded typed-path v0.7.1
7062024-08-26T19:38:13.582Z Downloaded parse-display v0.10.0
7072024-08-26T19:38:13.585Z Downloaded display-error-chain v0.2.0
7082024-08-26T19:38:13.587Z Downloaded foreign-types v0.3.2
7092024-08-26T19:38:13.587Z Downloaded hash32 v0.2.1
7102024-08-26T19:38:13.589Z Downloaded slab v0.4.9
7112024-08-26T19:38:13.589Z Downloaded tokio-postgres v0.7.11
7122024-08-26T19:38:13.595Z Downloaded futures-macro v0.3.30
7132024-08-26T19:38:13.597Z Downloaded phf v0.11.2
7142024-08-26T19:38:13.599Z Downloaded wait-timeout v0.2.0
7152024-08-26T19:38:13.599Z Downloaded password-hash v0.5.0
7162024-08-26T19:38:13.601Z Downloaded rustls-pemfile v2.1.3
7172024-08-26T19:38:13.606Z Downloaded snafu v0.8.2
7182024-08-26T19:38:13.610Z Downloaded tracing v0.1.40
7192024-08-26T19:38:13.616Z Downloaded futures-task v0.3.30
7202024-08-26T19:38:13.618Z Downloaded signal-hook-tokio v0.3.1
7212024-08-26T19:38:13.619Z Downloaded der v0.7.9
7222024-08-26T19:38:13.623Z Downloaded phf_shared v0.10.0
7232024-08-26T19:38:13.625Z Downloaded parking_lot_core v0.9.10
7242024-08-26T19:38:13.629Z Downloaded aes v0.8.4
7252024-08-26T19:38:13.631Z Downloaded rustls-pemfile v1.0.4
7262024-08-26T19:38:13.635Z Downloaded parse-display-derive v0.10.0
7272024-08-26T19:38:13.637Z Downloaded derive_builder_macro v0.20.0
7282024-08-26T19:38:13.637Z Downloaded serde_path_to_error v0.1.16
7292024-08-26T19:38:13.637Z Downloaded psl-types v2.0.11
7302024-08-26T19:38:13.640Z Downloaded hash32 v0.3.1
7312024-08-26T19:38:13.642Z Downloaded untrusted v0.9.0
7322024-08-26T19:38:13.642Z Downloaded untrusted v0.7.1
7332024-08-26T19:38:13.644Z Downloaded structmeta-derive v0.3.0
7342024-08-26T19:38:13.644Z Downloaded same-file v1.0.6
7352024-08-26T19:38:13.648Z Downloaded elliptic-curve v0.13.8
7362024-08-26T19:38:13.650Z Downloaded crossterm v0.27.0
7372024-08-26T19:38:13.657Z Downloaded futures-sink v0.3.30
7382024-08-26T19:38:13.660Z Downloaded tungstenite v0.20.1
7392024-08-26T19:38:13.662Z Downloaded fixedbitset v0.4.2
7402024-08-26T19:38:13.664Z Downloaded textwrap v0.16.1
7412024-08-26T19:38:13.667Z Downloaded slog-dtrace v0.3.0
7422024-08-26T19:38:13.669Z Downloaded object v0.30.4
7432024-08-26T19:38:13.679Z Downloaded test-strategy v0.3.1
7442024-08-26T19:38:13.683Z Downloaded slog-scope v4.4.0
7452024-08-26T19:38:13.685Z Downloaded vergen v8.3.2
7462024-08-26T19:38:13.688Z Downloaded float-cmp v0.9.0
7472024-08-26T19:38:13.690Z Downloaded lalrpop v0.19.12
7482024-08-26T19:38:13.702Z Downloaded strum_macros v0.25.3
7492024-08-26T19:38:13.704Z Downloaded unicode-linebreak v0.1.5
7502024-08-26T19:38:13.706Z Downloaded similar v2.6.0
7512024-08-26T19:38:13.710Z Downloaded publicsuffix v2.2.3
7522024-08-26T19:38:13.713Z Downloaded dirs-sys-next v0.1.2
7532024-08-26T19:38:13.715Z Downloaded dirs-next v2.0.0
7542024-08-26T19:38:13.717Z Downloaded idna v0.5.0
7552024-08-26T19:38:13.723Z Downloaded rsa v0.9.6
7562024-08-26T19:38:13.730Z Downloaded fallible-iterator v0.2.0
7572024-08-26T19:38:13.733Z Downloaded slog-stdlog v4.1.1
7582024-08-26T19:38:13.733Z Downloaded tokio-tungstenite v0.20.1
7592024-08-26T19:38:13.735Z Downloaded rayon-core v1.12.1
7602024-08-26T19:38:13.739Z Downloaded prettyplease v0.2.20
7612024-08-26T19:38:13.742Z Downloaded unicode-bidi v0.3.15
7622024-08-26T19:38:13.746Z Downloaded hashbrown v0.12.3
7632024-08-26T19:38:13.750Z Downloaded headers v0.3.9
7642024-08-26T19:38:13.756Z Downloaded rand_seeder v0.3.0
7652024-08-26T19:38:13.758Z Downloaded sqlparser v0.45.0
7662024-08-26T19:38:13.764Z Downloaded fatfs v0.3.6
7672024-08-26T19:38:13.767Z Downloaded oso v0.27.3
7682024-08-26T19:38:13.771Z Downloaded serde_yaml v0.9.34+deprecated
7692024-08-26T19:38:13.775Z Downloaded postcard v1.0.8
7702024-08-26T19:38:13.779Z Downloaded slog-term v2.9.1
7712024-08-26T19:38:13.781Z Downloaded toml v0.7.8
7722024-08-26T19:38:13.785Z Downloaded tar v0.4.41
7732024-08-26T19:38:13.788Z Downloaded heapless v0.8.0
7742024-08-26T19:38:13.792Z Downloaded rustyline v14.0.0
7752024-08-26T19:38:13.799Z Downloaded nix v0.27.1
7762024-08-26T19:38:13.811Z Downloaded aho-corasick v1.1.3
7772024-08-26T19:38:13.817Z Downloaded hashbrown v0.13.2
7782024-08-26T19:38:13.822Z Downloaded parking_lot_core v0.8.6
7792024-08-26T19:38:13.824Z Downloaded tinyvec v1.6.0
7802024-08-26T19:38:13.828Z Downloaded diesel_derives v2.2.2
7812024-08-26T19:38:13.832Z Downloaded toml_edit v0.19.15
7822024-08-26T19:38:13.851Z Downloaded tungstenite v0.21.0
7832024-08-26T19:38:13.854Z Downloaded openssl-sys v0.9.103
7842024-08-26T19:38:13.859Z Downloaded flate2 v1.0.31
7852024-08-26T19:38:13.865Z Downloaded portable-atomic v1.6.0
7862024-08-26T19:38:13.871Z Downloaded derive_more v0.99.18
7872024-08-26T19:38:13.877Z Downloaded rayon v1.10.0
7882024-08-26T19:38:13.887Z Downloaded x509-cert v0.2.5
7892024-08-26T19:38:13.894Z Downloaded rusqlite v0.31.0
7902024-08-26T19:38:13.900Z Downloaded hkdf v0.12.4
7912024-08-26T19:38:13.903Z Downloaded object v0.32.2
7922024-08-26T19:38:13.915Z Downloaded bindgen v0.69.4
7932024-08-26T19:38:13.923Z Downloaded serde_with v3.9.0
7942024-08-26T19:38:13.931Z Downloaded reedline v0.33.0
7952024-08-26T19:38:13.939Z Downloaded h2 v0.3.26
7962024-08-26T19:38:13.947Z Downloaded nix v0.28.0
7972024-08-26T19:38:13.959Z Downloaded chrono v0.4.38
7982024-08-26T19:38:13.968Z Downloaded winnow v0.5.40
7992024-08-26T19:38:13.977Z Downloaded futures-util v0.3.30
8002024-08-26T19:38:13.991Z Downloaded rustls v0.21.12
8012024-08-26T19:38:14.003Z Downloaded quick-xml v0.31.0
8022024-08-26T19:38:14.009Z Downloaded rustls-webpki v0.101.7
8032024-08-26T19:38:14.025Z Downloaded hickory-proto v0.24.1
8042024-08-26T19:38:14.041Z Downloaded salsa20 v0.10.2
8052024-08-26T19:38:14.043Z Downloaded rustls v0.22.4
8062024-08-26T19:38:14.058Z Downloaded git2 v0.19.0
8072024-08-26T19:38:14.067Z Downloaded radix_trie v0.2.1
8082024-08-26T19:38:14.073Z Downloaded proptest v1.5.0
8092024-08-26T19:38:14.083Z Downloaded gimli v0.28.1
8102024-08-26T19:38:14.092Z Downloaded webpki-roots v0.25.4
8112024-08-26T19:38:14.096Z Downloaded bstr v1.9.1
8122024-08-26T19:38:14.107Z Downloaded diesel v2.2.2
8132024-08-26T19:38:14.127Z Downloaded curve25519-dalek v4.1.3
8142024-08-26T19:38:14.136Z Downloaded regex v1.10.6
8152024-08-26T19:38:14.150Z Downloaded ratatui v0.28.0
8162024-08-26T19:38:14.171Z Downloaded regex-syntax v0.8.4
8172024-08-26T19:38:14.179Z Downloaded regress v0.9.1
8182024-08-26T19:38:14.188Z Downloaded regex-syntax v0.6.29
8192024-08-26T19:38:14.196Z Downloaded openapiv3 v2.0.0
8202024-08-26T19:38:14.212Z Downloaded bitvec v1.0.1
8212024-08-26T19:38:14.226Z Downloaded smoltcp v0.9.1
8222024-08-26T19:38:14.237Z Downloaded sled v0.34.7
8232024-08-26T19:38:14.247Z Downloaded regex-automata v0.4.6
8242024-08-26T19:38:14.267Z Downloaded finl_unicode v1.2.0
8252024-08-26T19:38:14.281Z Downloaded petgraph v0.6.5
8262024-08-26T19:38:14.299Z Downloaded zerocopy-derive v0.6.6
8272024-08-26T19:38:14.310Z Downloaded bzip2-sys v0.1.11+1.0.8
8282024-08-26T19:38:14.322Z Downloaded polar-core v0.27.3
8292024-08-26T19:38:14.331Z Downloaded sha3 v0.10.8
8302024-08-26T19:38:14.339Z Downloaded tokio v1.38.1
8312024-08-26T19:38:14.375Z Downloaded csv v1.3.0
8322024-08-26T19:38:14.395Z Downloaded smoltcp v0.11.0
8332024-08-26T19:38:14.408Z Downloaded steno v0.4.1
8342024-08-26T19:38:14.413Z Downloaded vcpkg v0.2.15
8352024-08-26T19:38:14.453Z Downloaded idna v0.4.0
8362024-08-26T19:38:14.459Z Downloaded rustls-webpki v0.102.4
8372024-08-26T19:38:14.478Z Downloaded reqwest v0.11.27
8382024-08-26T19:38:14.486Z Downloaded tough v0.17.1
8392024-08-26T19:38:14.494Z Downloaded openssl v0.10.66
8402024-08-26T19:38:14.504Z Downloaded unicode-normalization v0.1.23
8412024-08-26T19:38:14.508Z Downloaded parking_lot v0.12.2
8422024-08-26T19:38:14.512Z Downloaded blake3 v1.5.1
8432024-08-26T19:38:14.518Z Downloaded half v2.4.1
8442024-08-26T19:38:14.521Z Downloaded unsafe-libyaml v0.2.11
8452024-08-26T19:38:14.524Z Downloaded strip-ansi-escapes v0.2.0
8462024-08-26T19:38:14.527Z Downloaded float-ord v0.3.2
8472024-08-26T19:38:14.527Z Downloaded serde_plain v1.0.2
8482024-08-26T19:38:14.529Z Downloaded proc-macro-crate v1.3.1
8492024-08-26T19:38:14.529Z Downloaded unicase v2.7.0
8502024-08-26T19:38:14.531Z Downloaded encoding_rs v0.8.34
8512024-08-26T19:38:14.553Z Downloaded subtle v2.5.0
8522024-08-26T19:38:14.555Z Downloaded time v0.3.36
8532024-08-26T19:38:14.561Z Downloaded ref-cast-impl v1.0.23
8542024-08-26T19:38:14.563Z Downloaded serde_with_macros v3.9.0
8552024-08-26T19:38:14.563Z Downloaded uzers v0.11.3
8562024-08-26T19:38:14.566Z Downloaded structmeta v0.2.0
8572024-08-26T19:38:14.568Z Downloaded tokio-native-tls v0.3.1
8582024-08-26T19:38:14.570Z Downloaded rusty-fork v0.3.0
8592024-08-26T19:38:14.570Z Downloaded zerocopy v0.6.6
8602024-08-26T19:38:14.573Z Downloaded rustc-demangle v0.1.24
8612024-08-26T19:38:14.575Z Downloaded funty v2.0.0
8622024-08-26T19:38:14.575Z Downloaded form_urlencoded v1.2.1
8632024-08-26T19:38:14.577Z Downloaded crossterm v0.28.1
8642024-08-26T19:38:14.582Z Downloaded oso-derive v0.27.3
8652024-08-26T19:38:14.584Z Downloaded rustversion v1.0.17
8662024-08-26T19:38:14.587Z Downloaded rustls-pki-types v1.7.0
8672024-08-26T19:38:14.589Z Downloaded hickory-client v0.24.1
8682024-08-26T19:38:14.592Z Downloaded r2d2 v0.8.10
8692024-08-26T19:38:14.592Z Downloaded idna v0.3.0
8702024-08-26T19:38:14.599Z Downloaded tls_codec v0.4.1
8712024-08-26T19:38:14.603Z Downloaded ff v0.13.0
8722024-08-26T19:38:14.605Z Downloaded fd-lock v4.0.2
8732024-08-26T19:38:14.605Z Downloaded sct v0.7.1
8742024-08-26T19:38:14.608Z Downloaded http v0.2.12
8752024-08-26T19:38:14.612Z Downloaded serde_derive_internals v0.29.1
8762024-08-26T19:38:14.614Z Downloaded strum_macros v0.24.3
8772024-08-26T19:38:14.617Z Downloaded slog-bunyan v2.5.0
8782024-08-26T19:38:14.617Z Downloaded serde_arrays v0.1.0
8792024-08-26T19:38:14.619Z Downloaded url v2.5.2
8802024-08-26T19:38:14.622Z Downloaded expectorate v1.1.0
8812024-08-26T19:38:14.625Z Downloaded socket2 v0.5.7
8822024-08-26T19:38:14.627Z Downloaded socket2 v0.4.10
8832024-08-26T19:38:14.629Z Downloaded httpdate v1.0.3
8842024-08-26T19:38:14.629Z Downloaded rcgen v0.12.1
8852024-08-26T19:38:14.632Z Downloaded peg-macros v0.8.4
8862024-08-26T19:38:14.634Z Downloaded zip v0.6.6
8872024-08-26T19:38:14.637Z Downloaded tokio-util v0.7.11
8882024-08-26T19:38:14.644Z Downloaded diesel_table_macro_syntax v0.2.0
8892024-08-26T19:38:14.647Z Downloaded libgit2-sys v0.17.0+1.8.1
8902024-08-26T19:38:14.704Z Downloaded toolchain_find v0.4.0
8912024-08-26T19:38:14.706Z Downloaded crossbeam-channel v0.5.12
8922024-08-26T19:38:14.709Z Downloaded erased-serde v0.3.31
8932024-08-26T19:38:14.712Z Downloaded hubpack v0.1.2
8942024-08-26T19:38:14.714Z Downloaded rand v0.8.5
8952024-08-26T19:38:14.716Z Downloaded either v1.13.0
8962024-08-26T19:38:14.719Z Downloaded topological-sort v0.2.2
8972024-08-26T19:38:14.721Z Downloaded xattr v1.3.1
8982024-08-26T19:38:14.721Z Downloaded num-bigint-dig v0.8.4
8992024-08-26T19:38:14.727Z Downloaded nom v7.1.3
9002024-08-26T19:38:14.731Z Downloaded yasna v0.5.2
9012024-08-26T19:38:14.733Z Downloaded vte v0.11.1
9022024-08-26T19:38:14.737Z Downloaded snafu-derive v0.8.2
9032024-08-26T19:38:14.739Z Downloaded derive_builder v0.20.0
9042024-08-26T19:38:14.742Z Downloaded derive-where v1.2.7
9052024-08-26T19:38:14.745Z Downloaded http-range v0.1.5
9062024-08-26T19:38:14.747Z Downloaded stringprep v0.1.4
9072024-08-26T19:38:14.750Z Downloaded string_cache v0.8.7
9082024-08-26T19:38:14.750Z Downloaded rustc_version v0.1.7
9092024-08-26T19:38:14.752Z Downloaded peg-runtime v0.8.3
9102024-08-26T19:38:14.752Z Downloaded ron v0.8.1
9112024-08-26T19:38:14.757Z Downloaded libxml v0.3.3
9122024-08-26T19:38:14.762Z Downloaded backtrace v0.3.71
9132024-08-26T19:38:14.768Z Downloaded pkg-config v0.3.30
9142024-08-26T19:38:14.770Z Downloaded rustc-hash v1.1.0
9152024-08-26T19:38:14.770Z Downloaded predicates v3.1.2
9162024-08-26T19:38:14.773Z Downloaded samael v0.0.15
9172024-08-26T19:38:14.778Z Downloaded mio v0.8.11
9182024-08-26T19:38:14.783Z Downloaded ring v0.16.20
9192024-08-26T19:38:14.865Z Downloaded const_format v0.2.32
9202024-08-26T19:38:14.869Z Downloaded pin-project-internal v1.1.5
9212024-08-26T19:38:14.872Z Downloaded pkcs5 v0.7.1
9222024-08-26T19:38:14.875Z Downloaded spin v0.9.8
9232024-08-26T19:38:14.877Z Downloaded tui-tree-widget v0.22.0
9242024-08-26T19:38:14.880Z Downloaded unicode-segmentation v1.11.0
9252024-08-26T19:38:14.882Z Downloaded itertools v0.13.0
9262024-08-26T19:38:14.889Z Downloaded rustc_version v0.4.0
9272024-08-26T19:38:14.891Z Downloaded predicates-core v1.0.6
9282024-08-26T19:38:14.891Z Downloaded pem v3.0.4
9292024-08-26T19:38:14.894Z Downloaded stable_deref_trait v1.2.0
9302024-08-26T19:38:14.894Z Downloaded slog-async v2.8.0
9312024-08-26T19:38:14.896Z Downloaded serde_urlencoded v0.7.1
9322024-08-26T19:38:14.896Z Downloaded sec1 v0.7.3
9332024-08-26T19:38:14.899Z Downloaded rtoolbox v0.0.2
9342024-08-26T19:38:14.899Z Downloaded foreign-types-macros v0.2.3
9352024-08-26T19:38:14.901Z Downloaded base64 v0.13.1
9362024-08-26T19:38:14.903Z Downloaded pem-rfc7468 v0.7.0
9372024-08-26T19:38:14.906Z Downloaded getopts v0.2.21
9382024-08-26T19:38:14.906Z Downloaded foreign-types v0.5.0
9392024-08-26T19:38:14.908Z Downloaded percent-encoding v2.3.1
9402024-08-26T19:38:14.908Z Downloaded scheduled-thread-pool v0.2.7
9412024-08-26T19:38:14.908Z Downloaded resolv-conf v0.7.0
9422024-08-26T19:38:14.911Z Downloaded clang-sys v1.7.0
9432024-08-26T19:38:14.913Z Downloaded itertools v0.10.5
9442024-08-26T19:38:14.919Z Downloaded crc-any v2.5.0
9452024-08-26T19:38:14.921Z Downloaded chacha20poly1305 v0.10.1
9462024-08-26T19:38:14.924Z Downloaded addr2line v0.21.0
9472024-08-26T19:38:14.926Z Downloaded arc-swap v1.7.1
9482024-08-26T19:38:14.929Z Downloaded rand_core v0.6.4
9492024-08-26T19:38:14.931Z Downloaded universal-hash v0.5.1
9502024-08-26T19:38:14.931Z Downloaded futures-executor v0.3.30
9512024-08-26T19:38:14.934Z Downloaded async-recursion v1.1.1
9522024-08-26T19:38:14.937Z Downloaded sync_wrapper v0.1.2
9532024-08-26T19:38:14.937Z Downloaded fallible-streaming-iterator v0.1.9
9542024-08-26T19:38:14.939Z Downloaded env_logger v0.9.3
9552024-08-26T19:38:14.941Z Downloaded whoami v1.5.1
9562024-08-26T19:38:14.941Z Downloaded num-integer v0.1.46
9572024-08-26T19:38:14.944Z Downloaded multer v3.1.0
9582024-08-26T19:38:14.946Z Downloaded zeroize_derive v1.4.2
9592024-08-26T19:38:14.946Z Downloaded which v4.4.2
9602024-08-26T19:38:14.948Z Downloaded term v0.7.0
9612024-08-26T19:38:14.951Z Downloaded allocator-api2 v0.2.18
9622024-08-26T19:38:14.953Z Downloaded ppv-lite86 v0.2.17
9632024-08-26T19:38:14.956Z Downloaded futures-io v0.3.30
9642024-08-26T19:38:14.956Z Downloaded camino-tempfile v1.1.1
9652024-08-26T19:38:14.958Z Downloaded bzip2 v0.4.4
9662024-08-26T19:38:14.961Z Downloaded base64ct v1.6.0
9672024-08-26T19:38:14.964Z Downloaded bitflags v1.3.2
9682024-08-26T19:38:14.973Z Downloaded zone v0.1.8
9692024-08-26T19:38:14.973Z Downloaded unicode-xid v0.2.4
9702024-08-26T19:38:14.973Z Downloaded spin v0.5.2
9712024-08-26T19:38:14.974Z Downloaded signature v2.2.0
9722024-08-26T19:38:14.974Z Downloaded scopeguard v1.2.0
9732024-08-26T19:38:14.974Z Downloaded num-derive v0.4.2
9742024-08-26T19:38:14.978Z Downloaded convert_case v0.4.0
9752024-08-26T19:38:14.978Z Downloaded cancel-safe-futures v0.1.5
9762024-08-26T19:38:14.978Z Downloaded jobserver v0.1.32
9772024-08-26T19:38:14.980Z Downloaded debug-ignore v1.0.5
9782024-08-26T19:38:14.982Z Downloaded constant_time_eq v0.3.0
9792024-08-26T19:38:14.982Z Downloaded nibble_vec v0.1.0
9802024-08-26T19:38:14.985Z Downloaded libm v0.2.8
9812024-08-26T19:38:14.992Z Downloaded cookie v0.18.1
9822024-08-26T19:38:14.995Z Downloaded num_enum v0.5.11
9832024-08-26T19:38:14.998Z Downloaded newtype-uuid v1.1.0
9842024-08-26T19:38:15.001Z Downloaded lazycell v1.3.0
9852024-08-26T19:38:15.001Z Downloaded buf-list v1.0.3
9862024-08-26T19:38:15.004Z Downloaded num-iter v0.1.45
9872024-08-26T19:38:15.004Z Downloaded crc-catalog v2.4.0
9882024-08-26T19:38:15.006Z Downloaded crc v3.2.1
9892024-08-26T19:38:15.009Z Downloaded libloading v0.8.3
9902024-08-26T19:38:15.011Z Downloaded bitfield v0.14.0
9912024-08-26T19:38:15.011Z Downloaded bcs v0.1.6
9922024-08-26T19:38:15.013Z Downloaded md-5 v0.10.6
9932024-08-26T19:38:15.013Z Downloaded block-padding v0.3.3
9942024-08-26T19:38:15.016Z Downloaded bit-set v0.5.3
9952024-08-26T19:38:15.016Z Downloaded inout v0.1.3
9962024-08-26T19:38:15.018Z Downloaded lalrpop-util v0.19.12
9972024-08-26T19:38:15.018Z Downloaded darling v0.20.9
9982024-08-26T19:38:15.021Z Downloaded native-tls v0.2.11
9992024-08-26T19:38:15.025Z Downloaded lru-cache v0.1.2
10002024-08-26T19:38:15.028Z Downloaded bit-vec v0.6.3
10012024-08-26T19:38:15.028Z Downloaded const_format_proc_macros v0.2.32
10022024-08-26T19:38:15.028Z Downloaded ciborium v0.2.2
10032024-08-26T19:38:15.031Z Downloaded ascii v1.1.0
10042024-08-26T19:38:15.034Z Downloaded hyper-staticfile v0.9.5
10052024-08-26T19:38:15.034Z Downloaded ciborium-ll v0.2.2
10062024-08-26T19:38:15.037Z Downloaded bb8 v0.8.5
10072024-08-26T19:38:15.037Z Downloaded indent_write v2.2.0
10082024-08-26T19:38:15.039Z Downloaded bitfield-struct v0.6.1
10092024-08-26T19:38:15.039Z Downloaded cstr-argument v0.1.2
10102024-08-26T19:38:15.039Z Downloaded assert_matches v1.5.0
10112024-08-26T19:38:15.042Z Downloaded indoc v1.0.9
10122024-08-26T19:38:15.044Z Downloaded async-stream-impl v0.3.5
10132024-08-26T19:38:15.105Z Downloaded libz-sys v1.1.16
10142024-08-26T19:38:15.197Z Downloaded ring v0.17.8
10152024-08-26T19:38:15.296Z Downloaded libsqlite3-sys v0.28.0
10162024-08-26T19:38:15.464Z Compiling cfg-if v1.0.0
10172024-08-26T19:38:15.464Z Compiling serde v1.0.208
10182024-08-26T19:38:15.467Z Compiling typenum v1.17.0
10192024-08-26T19:38:15.467Z Compiling generic-array v0.14.7
10202024-08-26T19:38:15.467Z Compiling lock_api v0.4.12
10212024-08-26T19:38:15.643Z Compiling syn v2.0.74
10222024-08-26T19:38:15.645Z Compiling scopeguard v1.2.0
10232024-08-26T19:38:15.645Z Compiling log v0.4.21
10242024-08-26T19:38:15.688Z Compiling getrandom v0.2.14
10252024-08-26T19:38:15.775Z Compiling jobserver v0.1.32
10262024-08-26T19:38:15.960Z Compiling rand_core v0.6.4
10272024-08-26T19:38:16.094Z Compiling cc v1.0.97
10282024-08-26T19:38:16.140Z Compiling subtle v2.5.0
10292024-08-26T19:38:16.162Z Compiling const-oid v0.9.6
10302024-08-26T19:38:16.471Z Compiling pin-project-lite v0.2.14
10312024-08-26T19:38:16.487Z Compiling smallvec v1.13.2
10322024-08-26T19:38:16.502Z Compiling parking_lot_core v0.9.10
10332024-08-26T19:38:16.590Z Compiling signal-hook-registry v1.4.2
10342024-08-26T19:38:16.667Z Compiling spin v0.9.8
10352024-08-26T19:38:17.019Z Compiling mio v0.8.11
10362024-08-26T19:38:17.133Z Compiling ahash v0.8.11
10372024-08-26T19:38:17.499Z Compiling parking_lot v0.12.2
10382024-08-26T19:38:17.542Z Compiling tinyvec_macros v0.1.1
10392024-08-26T19:38:17.638Z Compiling tinyvec v1.6.0
10402024-08-26T19:38:17.857Z Compiling num_cpus v1.16.0
10412024-08-26T19:38:17.999Z Compiling socket2 v0.5.7
10422024-08-26T19:38:18.267Z Compiling libm v0.2.8
10432024-08-26T19:38:18.350Z Compiling futures-core v0.3.30
10442024-08-26T19:38:18.426Z Compiling serde_json v1.0.125
10452024-08-26T19:38:18.479Z Compiling cpufeatures v0.2.12
10462024-08-26T19:38:18.585Z Compiling num-traits v0.2.19
10472024-08-26T19:38:18.602Z Compiling slab v0.4.9
10482024-08-26T19:38:18.655Z Compiling allocator-api2 v0.2.18
10492024-08-26T19:38:18.790Z Compiling futures-sink v0.3.30
10502024-08-26T19:38:18.881Z Compiling unicode-bidi v0.3.15
10512024-08-26T19:38:19.171Z Compiling unicode-normalization v0.1.23
10522024-08-26T19:38:19.173Z Compiling futures-channel v0.3.30
10532024-08-26T19:38:19.341Z Compiling pkg-config v0.3.30
10542024-08-26T19:38:19.458Z Compiling pin-utils v0.1.0
10552024-08-26T19:38:19.553Z Compiling vcpkg v0.2.15
10562024-08-26T19:38:19.613Z Compiling futures-io v0.3.30
10572024-08-26T19:38:20.397Z Compiling futures-task v0.3.30
10582024-08-26T19:38:20.399Z Compiling ring v0.17.8
10592024-08-26T19:38:20.453Z Compiling base64ct v1.6.0
10602024-08-26T19:38:20.473Z Compiling flagset v0.4.5
10612024-08-26T19:38:20.676Z Compiling percent-encoding v2.3.1
10622024-08-26T19:38:20.693Z Compiling ppv-lite86 v0.2.17
10632024-08-26T19:38:20.900Z Compiling tracing-core v0.1.32
10642024-08-26T19:38:21.030Z Compiling pem-rfc7468 v0.7.0
10652024-08-26T19:38:21.057Z Compiling untrusted v0.9.0
10662024-08-26T19:38:21.225Z Compiling rustix v0.38.34
10672024-08-26T19:38:21.440Z Compiling rand_chacha v0.3.1
10682024-08-26T19:38:21.757Z Compiling time-core v0.1.2
10692024-08-26T19:38:21.798Z Compiling openssl-sys v0.9.103
10702024-08-26T19:38:21.933Z Compiling rand v0.8.5
10712024-08-26T19:38:22.090Z Compiling num-conv v0.1.0
10722024-08-26T19:38:22.160Z Compiling powerfmt v0.2.0
10732024-08-26T19:38:22.235Z Compiling rustversion v1.0.17
10742024-08-26T19:38:22.362Z Compiling foreign-types-shared v0.1.1
10752024-08-26T19:38:22.458Z Compiling openssl v0.10.66
10762024-08-26T19:38:22.531Z Compiling httparse v1.8.0
10772024-08-26T19:38:22.854Z Compiling foreign-types v0.3.2
10782024-08-26T19:38:22.930Z Compiling deranged v0.3.11
10792024-08-26T19:38:22.947Z Compiling time-macros v0.2.18
10802024-08-26T19:38:23.008Z Compiling form_urlencoded v1.2.1
10812024-08-26T19:38:23.248Z Compiling aho-corasick v1.1.3
10822024-08-26T19:38:23.562Z Compiling num_threads v0.1.7
10832024-08-26T19:38:23.688Z Compiling native-tls v0.2.11
10842024-08-26T19:38:23.749Z Compiling syn v1.0.109
10852024-08-26T19:38:24.034Z Compiling try-lock v0.2.5
10862024-08-26T19:38:24.173Z Compiling crossbeam-utils v0.8.19
10872024-08-26T19:38:24.316Z Compiling siphasher v0.3.11
10882024-08-26T19:38:24.594Z Compiling regex-syntax v0.8.4
10892024-08-26T19:38:24.676Z Compiling rustls v0.21.12
10902024-08-26T19:38:24.858Z Compiling want v0.3.1
10912024-08-26T19:38:25.228Z Compiling idna v0.5.0
10922024-08-26T19:38:25.776Z Compiling socket2 v0.4.10
10932024-08-26T19:38:25.938Z Compiling time v0.3.36
10942024-08-26T19:38:26.257Z Compiling cookie v0.17.0
10952024-08-26T19:38:26.536Z Compiling openssl-probe v0.1.5
10962024-08-26T19:38:26.625Z Compiling tower-service v0.3.2
10972024-08-26T19:38:26.721Z Compiling iana-time-zone v0.1.60
10982024-08-26T19:38:26.744Z Compiling slog v2.7.0
10992024-08-26T19:38:26.860Z Compiling httpdate v1.0.3
11002024-08-26T19:38:27.186Z Compiling finl_unicode v1.2.0
11012024-08-26T19:38:27.282Z Compiling adler v1.0.2
11022024-08-26T19:38:27.418Z Compiling miniz_oxide v0.7.2
11032024-08-26T19:38:27.538Z Compiling url v2.5.2
11042024-08-26T19:38:27.764Z Compiling stringprep v0.1.4
11052024-08-26T19:38:28.457Z Compiling regex-automata v0.4.6
11062024-08-26T19:38:29.310Z Compiling num-integer v0.1.46
11072024-08-26T19:38:29.542Z Compiling serde_derive v1.0.208
11082024-08-26T19:38:30.040Z Compiling zeroize_derive v1.4.2
11092024-08-26T19:38:30.152Z Compiling zerocopy-derive v0.7.34
11102024-08-26T19:38:30.781Z Compiling tokio-macros v2.3.0
11112024-08-26T19:38:31.075Z Compiling thiserror-impl v1.0.63
11122024-08-26T19:38:31.587Z Compiling zeroize v1.7.0
11132024-08-26T19:38:31.632Z Compiling futures-macro v0.3.30
11142024-08-26T19:38:32.418Z Compiling der_derive v0.7.2
11152024-08-26T19:38:32.444Z Compiling zerocopy v0.7.34
11162024-08-26T19:38:33.441Z Compiling crypto-common v0.1.6
11172024-08-26T19:38:33.671Z Compiling block-buffer v0.10.4
11182024-08-26T19:38:33.688Z Compiling block-padding v0.3.3
11192024-08-26T19:38:33.912Z Compiling digest v0.10.7
11202024-08-26T19:38:34.037Z Compiling inout v0.1.3
11212024-08-26T19:38:34.310Z Compiling thiserror v1.0.63
11222024-08-26T19:38:34.328Z Compiling hmac v0.12.1
11232024-08-26T19:38:34.379Z Compiling sha2 v0.10.8
11242024-08-26T19:38:34.439Z Compiling cipher v0.4.4
11252024-08-26T19:38:34.538Z Compiling hashbrown v0.14.5
11262024-08-26T19:38:34.557Z Compiling futures-util v0.3.30
11272024-08-26T19:38:34.888Z Compiling pest v2.7.10
11282024-08-26T19:38:34.953Z Compiling salsa20 v0.10.2
11292024-08-26T19:38:35.173Z Compiling der v0.7.9
11302024-08-26T19:38:35.892Z Compiling pbkdf2 v0.12.2
11312024-08-26T19:38:36.070Z Compiling scroll_derive v0.12.0
11322024-08-26T19:38:37.524Z Compiling pest_meta v2.7.10
11332024-08-26T19:38:37.985Z Compiling tracing-attributes v0.1.27
11342024-08-26T19:38:38.003Z Compiling scroll v0.12.0
11352024-08-26T19:38:38.556Z Compiling spki v0.7.3
11362024-08-26T19:38:38.573Z Compiling scrypt v0.11.0
11372024-08-26T19:38:38.945Z Compiling pest_generator v2.7.10
11382024-08-26T19:38:39.128Z Compiling cbc v0.1.2
11392024-08-26T19:38:39.355Z Compiling aes v0.8.4
11402024-08-26T19:38:40.994Z Compiling pkcs5 v0.7.1
11412024-08-26T19:38:40.997Z Compiling goblin v0.8.2
11422024-08-26T19:38:41.778Z Compiling tracing v0.1.40
11432024-08-26T19:38:42.186Z Compiling openssl-macros v0.1.1
11442024-08-26T19:38:42.232Z Compiling pkcs8 v0.10.2
11452024-08-26T19:38:42.365Z Compiling md-5 v0.10.6
11462024-08-26T19:38:42.506Z Compiling pest_derive v2.7.10
11472024-08-26T19:38:42.613Z Compiling backtrace v0.3.71
11482024-08-26T19:38:42.752Z Compiling idna v0.3.0
11492024-08-26T19:38:42.934Z Compiling lazy_static v1.5.0
11502024-08-26T19:38:42.953Z Compiling rustls-webpki v0.101.7
11512024-08-26T19:38:43.049Z Compiling sct v0.7.1
11522024-08-26T19:38:43.079Z Compiling hash32 v0.2.1
11532024-08-26T19:38:43.284Z Compiling dtrace-parser v0.2.0
11542024-08-26T19:38:43.370Z Compiling fallible-iterator v0.2.0
11552024-08-26T19:38:43.441Z Compiling gimli v0.28.1
11562024-08-26T19:38:43.909Z Compiling bytes v1.7.1
11572024-08-26T19:38:44.057Z Compiling bitflags v2.6.0
11582024-08-26T19:38:44.490Z Compiling indexmap v2.4.0
11592024-08-26T19:38:44.699Z Compiling semver v1.0.23
11602024-08-26T19:38:44.843Z Compiling tokio v1.38.1
11612024-08-26T19:38:45.202Z Compiling http v0.2.12
11622024-08-26T19:38:45.458Z Compiling rustc_version v0.4.0
11632024-08-26T19:38:46.205Z Compiling heapless v0.7.17
11642024-08-26T19:38:46.654Z Compiling dof v0.3.0
11652024-08-26T19:38:47.438Z Compiling http-body v0.4.6
11662024-08-26T19:38:47.735Z Compiling uuid v1.10.0
11672024-08-26T19:38:47.893Z Compiling usdt-impl v0.5.0
11682024-08-26T19:38:48.606Z Compiling serde_spanned v0.6.7
11692024-08-26T19:38:48.831Z Compiling toml_datetime v0.6.8
11702024-08-26T19:38:48.871Z Compiling chrono v0.4.38
11712024-08-26T19:38:49.139Z Compiling serde_tokenstream v0.2.2
11722024-08-26T19:38:49.317Z Compiling num-bigint-dig v0.8.4
11732024-08-26T19:38:49.482Z Compiling cfg_aliases v0.1.1
11742024-08-26T19:38:49.588Z Compiling base64 v0.22.1
11752024-08-26T19:38:49.625Z Compiling crc32fast v1.4.0
11762024-08-26T19:38:49.767Z Compiling smoltcp v0.9.1
11772024-08-26T19:38:50.169Z Compiling psl-types v2.0.11
11782024-08-26T19:38:50.341Z Compiling signal-hook v0.3.17
11792024-08-26T19:38:50.364Z Compiling stable_deref_trait v1.2.0
11802024-08-26T19:38:50.563Z Compiling publicsuffix v2.2.3
11812024-08-26T19:38:50.719Z Compiling postgres-protocol v0.6.7
11822024-08-26T19:38:50.845Z Compiling nix v0.28.0
11832024-08-26T19:38:51.245Z Compiling terminal_size v0.3.0
11842024-08-26T19:38:51.442Z Compiling addr2line v0.21.0
11852024-08-26T19:38:51.636Z Compiling hubpack_derive v0.1.1
11862024-08-26T19:38:51.652Z Compiling num-iter v0.1.45
11872024-08-26T19:38:51.831Z Compiling async-trait v0.1.81
11882024-08-26T19:38:52.118Z Compiling zerocopy-derive v0.6.6
11892024-08-26T19:38:52.650Z Compiling phf_shared v0.11.2
11902024-08-26T19:38:53.024Z Compiling tokio-util v0.7.11
11912024-08-26T19:38:53.399Z Compiling tokio-native-tls v0.3.1
11922024-08-26T19:38:53.676Z Compiling tokio-rustls v0.24.1
11932024-08-26T19:38:53.680Z Compiling serde_derive_internals v0.29.1
11942024-08-26T19:38:54.092Z Compiling h2 v0.3.26
11952024-08-26T19:38:54.296Z Compiling ff v0.13.0
11962024-08-26T19:38:54.392Z Compiling object v0.32.2
11972024-08-26T19:38:54.522Z Compiling fs-err v2.11.0
11982024-08-26T19:38:54.624Z Compiling rustc-demangle v0.1.24
11992024-08-26T19:38:54.678Z Compiling base64 v0.21.7
12002024-08-26T19:38:54.806Z Compiling either v1.13.0
12012024-08-26T19:38:55.247Z Compiling base16ct v0.2.0
12022024-08-26T19:38:55.427Z Compiling anyhow v1.0.86
12032024-08-26T19:38:55.564Z Compiling winnow v0.5.40
12042024-08-26T19:38:55.587Z Compiling managed v0.8.0
12052024-08-26T19:38:56.009Z Compiling ipnet v2.9.0
12062024-08-26T19:38:56.069Z Compiling schemars v0.8.21
12072024-08-26T19:38:56.337Z Compiling bitflags v1.3.2
12082024-08-26T19:38:56.464Z Compiling schemars_derive v0.8.21
12092024-08-26T19:38:57.493Z Compiling clap_builder v4.5.15
12102024-08-26T19:38:57.510Z Compiling sec1 v0.7.3
12112024-08-26T19:38:58.069Z Compiling rustls-pemfile v1.0.4
12122024-08-26T19:38:58.558Z Compiling group v0.13.0
12132024-08-26T19:38:58.640Z Compiling zerocopy v0.6.6
12142024-08-26T19:38:58.884Z Compiling cookie_store v0.20.0
12152024-08-26T19:38:59.415Z Compiling toml_edit v0.19.15
12162024-08-26T19:38:59.465Z Compiling phf v0.11.2
12172024-08-26T19:38:59.733Z Compiling hubpack v0.1.2
12182024-08-26T19:38:59.950Z Compiling postgres-types v0.2.7
12192024-08-26T19:39:00.172Z Compiling usdt-macro v0.5.0
12202024-08-26T19:39:00.430Z Compiling usdt-attr-macro v0.5.0
12212024-08-26T19:39:01.461Z Compiling hyper v0.14.30
12222024-08-26T19:39:02.104Z Compiling serde_urlencoded v0.7.1
12232024-08-26T19:39:02.628Z Compiling pkcs1 v0.7.5
12242024-08-26T19:39:03.067Z Compiling futures-executor v0.3.30
12252024-08-26T19:39:03.635Z Compiling hkdf v0.12.4
12262024-08-26T19:39:03.660Z Compiling signature v2.2.0
12272024-08-26T19:39:03.894Z Compiling bstr v1.9.1
12282024-08-26T19:39:03.952Z Compiling regex v1.10.6
12292024-08-26T19:39:04.578Z Compiling crypto-bigint v0.5.5
12302024-08-26T19:39:05.044Z Compiling serde_repr v0.1.19
12312024-08-26T19:39:05.097Z Compiling enum-as-inner v0.6.0
12322024-08-26T19:39:05.690Z Compiling clap_derive v4.5.13
12332024-08-26T19:39:06.201Z Compiling strum_macros v0.25.3
12342024-08-26T19:39:06.281Z Compiling phf_shared v0.10.0
12352024-08-26T19:39:06.639Z Compiling float-cmp v0.9.0
12362024-08-26T19:39:06.665Z Compiling idna v0.4.0
12372024-08-26T19:39:06.859Z Compiling mio v1.0.2
12382024-08-26T19:39:07.352Z Compiling encoding_rs v0.8.34
12392024-08-26T19:39:08.079Z Compiling new_debug_unreachable v1.0.6
12402024-08-26T19:39:08.175Z Compiling webpki-roots v0.25.4
12412024-08-26T19:39:08.284Z Compiling whoami v1.5.1
12422024-08-26T19:39:08.331Z Compiling data-encoding v2.6.0
12432024-08-26T19:39:08.924Z Compiling hyper-tls v0.5.0
12442024-08-26T19:39:09.273Z Compiling hyper-rustls v0.24.2
12452024-08-26T19:39:09.666Z Compiling mime v0.3.17
12462024-08-26T19:39:10.232Z Compiling static_assertions v1.1.0
12472024-08-26T19:39:10.260Z Compiling difflib v0.4.0
12482024-08-26T19:39:10.331Z Compiling precomputed-hash v0.1.1
12492024-08-26T19:39:10.446Z Compiling sync_wrapper v0.1.2
12502024-08-26T19:39:10.580Z Compiling unicode-segmentation v1.11.0
12512024-08-26T19:39:10.727Z Compiling normalize-line-endings v0.3.0
12522024-08-26T19:39:10.767Z Compiling fixedbitset v0.4.2
12532024-08-26T19:39:10.770Z Compiling predicates-core v1.0.6
12542024-08-26T19:39:10.850Z Compiling bit-vec v0.6.3
12552024-08-26T19:39:11.142Z Compiling minimal-lexical v0.2.1
12562024-08-26T19:39:11.229Z Compiling dyn-clone v1.0.17
12572024-08-26T19:39:11.306Z Compiling similar v2.6.0
12582024-08-26T19:39:11.446Z Compiling bit-set v0.5.3
12592024-08-26T19:39:11.446Z Compiling petgraph v0.6.5
12602024-08-26T19:39:11.656Z Compiling nom v7.1.3
12612024-08-26T19:39:11.723Z Compiling predicates v3.1.2
12622024-08-26T19:39:11.809Z Compiling clap v4.5.16
12632024-08-26T19:39:11.815Z Compiling console v0.15.8
12642024-08-26T19:39:11.936Z Compiling reqwest v0.11.27
12652024-08-26T19:39:13.465Z Compiling string_cache v0.8.7
12662024-08-26T19:39:13.532Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=319e7b92db69792ab8efa4c68554ad0cf83adf93#319e7b92)
12672024-08-26T19:39:13.748Z Compiling toml_edit v0.22.20
12682024-08-26T19:39:13.937Z Compiling hickory-proto v0.24.1
12692024-08-26T19:39:14.388Z Compiling tokio-postgres v0.7.11
12702024-08-26T19:39:15.332Z Compiling usdt v0.5.0
12712024-08-26T19:39:15.421Z Compiling elliptic-curve v0.13.8
12722024-08-26T19:39:15.575Z Compiling signal-hook-mio v0.2.4
12732024-08-26T19:39:15.760Z Compiling rsa v0.9.6
12742024-08-26T19:39:15.829Z Compiling futures v0.3.30
12752024-08-26T19:39:15.947Z Compiling toml v0.7.8
12762024-08-26T19:39:17.169Z Compiling flate2 v1.0.31
12772024-08-26T19:39:19.004Z Compiling itertools v0.12.1
12782024-08-26T19:39:19.855Z Compiling itertools v0.10.5
12792024-08-26T19:39:19.958Z Compiling tokio-stream v0.1.15
12802024-08-26T19:39:20.950Z Compiling openapiv3 v2.0.0
12812024-08-26T19:39:21.860Z Compiling hex v0.4.3
12822024-08-26T19:39:22.121Z Compiling sha1 v0.10.6
12832024-08-26T19:39:22.179Z Compiling crossbeam-epoch v0.9.18
12842024-08-26T19:39:22.475Z Compiling dirs-sys-next v0.1.2
12852024-08-26T19:39:22.547Z Compiling lalrpop-util v0.19.12
12862024-08-26T19:39:22.707Z Compiling unicode-xid v0.2.4
12872024-08-26T19:39:22.886Z Compiling peg-runtime v0.8.3
12882024-08-26T19:39:22.911Z Compiling dirs-next v2.0.0
12892024-08-26T19:39:22.928Z Compiling thread_local v1.1.8
12902024-08-26T19:39:23.112Z Compiling slog-async v2.8.0
12912024-08-26T19:39:23.143Z Compiling term v0.7.0
12922024-08-26T19:39:23.486Z Compiling xattr v1.3.1
12932024-08-26T19:39:23.541Z Compiling crossbeam-channel v0.5.12
12942024-08-26T19:39:23.723Z Compiling strum_macros v0.26.4
12952024-08-26T19:39:23.764Z Compiling filetime v0.2.24
12962024-08-26T19:39:24.073Z Compiling is-terminal v0.4.12
12972024-08-26T19:39:24.093Z Compiling take_mut v0.2.2
12982024-08-26T19:39:24.121Z Compiling tar v0.4.41
12992024-08-26T19:39:24.203Z Compiling slog-term v2.9.1
13002024-08-26T19:39:24.240Z Compiling camino v1.1.9
13012024-08-26T19:39:25.935Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
13022024-08-26T19:39:26.750Z Compiling strum v0.26.3
13032024-08-26T19:39:26.826Z Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
13042024-08-26T19:39:32.008Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 19s
13052024-08-26T19:39:32.146Z Running `target/debug/xtask-downloader cockroach clickhouse console dendrite-openapi dendrite-stub maghemite-mgd transceiver-control`
13062024-08-26T19:39:32.191ZAug 26 19:39:30.933 INFO Starting download, target: Console
13072024-08-26T19:39:32.191ZAug 26 19:39:30.933 INFO Starting download, target: Clickhouse
13082024-08-26T19:39:32.191ZAug 26 19:39:30.933 INFO Starting download, target: Cockroach
13092024-08-26T19:39:32.194ZAug 26 19:39:30.933 INFO Starting download, target: DendriteOpenapi
13102024-08-26T19:39:32.194ZAug 26 19:39:30.933 INFO Starting download, target: DendriteStub
13112024-08-26T19:39:32.194ZAug 26 19:39:30.933 INFO Starting download, target: MaghemiteMgd
13122024-08-26T19:39:32.194ZAug 26 19:39:30.933 INFO Starting download, target: TransceiverControl
13132024-08-26T19:39:32.194ZAug 26 19:39:30.933 INFO Downloading out/downloads/xcvradm.gz (attempt 1/3), target: TransceiverControl
13142024-08-26T19:39:32.194ZAug 26 19:39:30.933 INFO Downloading out/downloads/console.tar.gz (attempt 1/3), target: Console
13152024-08-26T19:39:32.194ZAug 26 19:39:30.933 INFO Downloading out/downloads/dpd-76c735d472e3badaeca08982e22496fccb1ce210.json (attempt 1/3), target: DendriteOpenapi
13162024-08-26T19:39:32.194ZAug 26 19:39:30.934 INFO Downloading out/downloads/mgd.tar.gz (attempt 1/3), target: MaghemiteMgd
13172024-08-26T19:39:32.194ZAug 26 19:39:30.934 INFO Downloading out/downloads/dendrite-stub.tar.gz (attempt 1/3), target: DendriteStub
13182024-08-26T19:39:32.194ZAug 26 19:39:30.934 INFO Downloading out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz (attempt 1/3), target: Clickhouse
13192024-08-26T19:39:32.194ZAug 26 19:39:30.934 INFO Downloading out/downloads/cockroach-v22.1.9.illumos.tar.gz (attempt 1/3), target: Cockroach
13202024-08-26T19:39:32.351ZAug 26 19:39:31.080 INFO Download complete, target: DendriteOpenapi
13212024-08-26T19:39:32.493ZAug 26 19:39:31.230 INFO Unpacking out/downloads/xcvradm.gz to out/downloads/root/opt/oxide/bin/xcvradm, target: TransceiverControl
13222024-08-26T19:39:32.815ZAug 26 19:39:31.555 INFO Unpacking out/downloads/dendrite-stub.tar.gz to out/downloads, target: DendriteStub
13232024-08-26T19:39:32.838ZAug 26 19:39:31.576 INFO Unpacking out/downloads/console.tar.gz to out/console-assets, target: Console
13242024-08-26T19:39:32.898ZAug 26 19:39:31.640 INFO Unpacking out/downloads/mgd.tar.gz to out/downloads, target: MaghemiteMgd
13252024-08-26T19:39:33.289ZAug 26 19:39:31.980 INFO Download complete, target: Console
13262024-08-26T19:39:33.299ZAug 26 19:39:32.040 INFO tarball path: out/downloads/cockroach-v22.1.9.illumos.tar.gz, target: Cockroach
13272024-08-26T19:39:33.299ZAug 26 19:39:32.040 INFO Unpacking out/downloads/cockroach-v22.1.9.illumos.tar.gz to out/downloads, target: Cockroach
13282024-08-26T19:39:33.309ZAug 26 19:39:32.051 INFO Download complete, target: TransceiverControl
13292024-08-26T19:39:34.080ZAug 26 19:39:32.822 INFO Unpacking out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz to out/clickhouse, target: Clickhouse
13302024-08-26T19:39:35.992ZAug 26 19:39:34.714 INFO Download complete, target: DendriteStub
13312024-08-26T19:39:36.243ZAug 26 19:39:34.984 INFO Download complete, target: MaghemiteMgd
13322024-08-26T19:39:41.860ZAug 26 19:39:40.601 INFO Copying from out/downloads/cockroach-v22.1.9 to out/cockroachdb, target: Cockroach
13332024-08-26T19:39:42.132ZAug 26 19:39:40.873 INFO Checking that binary works, target: Cockroach
13342024-08-26T19:39:42.293ZAug 26 19:39:41.028 INFO Download complete, target: Cockroach
13352024-08-26T19:39:48.329ZAug 26 19:39:47.068 INFO Checking that binary works, target: Clickhouse
13362024-08-26T19:39:48.838ZAug 26 19:39:47.576 INFO Download complete, target: Clickhouse
13372024-08-26T19:39:48.844ZAll prerequisites installed successfully
13382024-08-26T19:39:48.847Z
13392024-08-26T19:39:48.847Zreal 3:51.887733782
13402024-08-26T19:39:48.848Zuser 11:16.114329104
13412024-08-26T19:39:48.848Zsys 2:24.558681991
13422024-08-26T19:39:48.848Ztrap 0.392711265
13432024-08-26T19:39:48.848Ztflt 4.771447954
13442024-08-26T19:39:48.848Zdflt 3.911125847
13452024-08-26T19:39:48.848Zkflt 0.531210055
13462024-08-26T19:39:48.848Zlock 23:02.716110911
13472024-08-26T19:39:48.848Zslp 44:07.501436567
13482024-08-26T19:39:48.848Zlat 40.369084312
13492024-08-26T19:39:48.848Zstop 1:42.930136447
13502024-08-26T19:39:48.848Z+ source ./tools/include/force-git-over-https.sh
13512024-08-26T19:39:48.848Z++ override_urls=('git://github.com/' 'git@github.com:' 'ssh://github.com/' 'ssh://git@github.com/' 'git+ssh://git@github.com/')
13522024-08-26T19:39:48.848Z++ (( i = 0 ))
13532024-08-26T19:39:48.848Z++ (( i < 5 ))
13542024-08-26T19:39:48.848Z++ git config --add --global url.https://github.com/.insteadOf git://github.com/
13552024-08-26T19:39:48.851Z++ (( i++ ))
13562024-08-26T19:39:48.851Z++ (( i < 5 ))
13572024-08-26T19:39:48.851Z++ git config --add --global url.https://github.com/.insteadOf git@github.com:
13582024-08-26T19:39:48.854Z++ (( i++ ))
13592024-08-26T19:39:48.854Z++ (( i < 5 ))
13602024-08-26T19:39:48.854Z++ git config --add --global url.https://github.com/.insteadOf ssh://github.com/
13612024-08-26T19:39:48.856Z++ (( i++ ))
13622024-08-26T19:39:48.857Z++ (( i < 5 ))
13632024-08-26T19:39:48.857Z++ git config --add --global url.https://github.com/.insteadOf ssh://git@github.com/
13642024-08-26T19:39:48.860Z++ (( i++ ))
13652024-08-26T19:39:48.860Z++ (( i < 5 ))
13662024-08-26T19:39:48.860Z++ git config --add --global url.https://github.com/.insteadOf git+ssh://git@github.com/
13672024-08-26T19:39:48.863Z++ (( i++ ))
13682024-08-26T19:39:48.863Z++ (( i < 5 ))
13692024-08-26T19:39:48.863Z++ export CARGO_NET_GIT_FETCH_WITH_CLI=true
13702024-08-26T19:39:48.863Z++ CARGO_NET_GIT_FETCH_WITH_CLI=true
13712024-08-26T19:39:48.863Z+ rc=0
13722024-08-26T19:39:48.863Z+ pfexec pkg install -q /system/zones/brand/omicron1/tools
13732024-08-26T19:40:09.287Z+ case $rc in
13742024-08-26T19:40:09.287Z+ pfexec zfs create -p rpool/images/build/host
13752024-08-26T19:40:09.495Z+ pfexec zfs create -p rpool/images/build/recovery
13762024-08-26T19:40:09.566Z+ cargo xtask releng --output-dir /work
13772024-08-26T19:40:10.123Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
13782024-08-26T19:40:10.138Z Running `target/debug/xtask releng --output-dir /work`
13792024-08-26T19:40:11.002Z Compiling proc-macro2 v1.0.86
13802024-08-26T19:40:11.002Z Compiling unicode-ident v1.0.12
13812024-08-26T19:40:11.002Z Compiling libc v0.2.156
13822024-08-26T19:40:11.004Z Compiling serde v1.0.208
13832024-08-26T19:40:11.004Z Compiling version_check v0.9.5
13842024-08-26T19:40:11.004Z Compiling autocfg v1.3.0
13852024-08-26T19:40:11.004Z Compiling cfg-if v1.0.0
13862024-08-26T19:40:11.004Z Compiling once_cell v1.19.0
13872024-08-26T19:40:11.289Z Compiling typenum v1.17.0
13882024-08-26T19:40:11.383Z Compiling memchr v2.7.2
13892024-08-26T19:40:11.769Z Compiling generic-array v0.14.7
13902024-08-26T19:40:11.769Z Compiling ahash v0.8.11
13912024-08-26T19:40:12.115Z Compiling lock_api v0.4.12
13922024-08-26T19:40:12.172Z Compiling serde_json v1.0.125
13932024-08-26T19:40:12.305Z Compiling libm v0.2.8
13942024-08-26T19:40:12.484Z Compiling num-traits v0.2.19
13952024-08-26T19:40:12.580Z Compiling parking_lot_core v0.9.10
13962024-08-26T19:40:12.691Z Compiling quote v1.0.36
13972024-08-26T19:40:12.810Z Compiling byteorder v1.5.0
13982024-08-26T19:40:13.144Z Compiling syn v2.0.74
13992024-08-26T19:40:13.263Z Compiling jobserver v0.1.32
14002024-08-26T19:40:13.311Z Compiling getrandom v0.2.14
14012024-08-26T19:40:13.352Z Compiling scopeguard v1.2.0
14022024-08-26T19:40:13.368Z Compiling log v0.4.21
14032024-08-26T19:40:13.641Z Compiling cc v1.0.97
14042024-08-26T19:40:13.781Z Compiling thiserror v1.0.63
14052024-08-26T19:40:13.963Z Compiling itoa v1.0.11
14062024-08-26T19:40:14.207Z Compiling slab v0.4.9
14072024-08-26T19:40:14.248Z Compiling rand_core v0.6.4
14082024-08-26T19:40:14.292Z Compiling pkg-config v0.3.30
14092024-08-26T19:40:14.743Z Compiling semver v1.0.23
14102024-08-26T19:40:14.962Z Compiling ryu v1.0.18
14112024-08-26T19:40:15.294Z Compiling pin-project-lite v0.2.14
14122024-08-26T19:40:15.327Z Compiling vcpkg v0.2.15
14132024-08-26T19:40:15.380Z Compiling smallvec v1.13.2
14142024-08-26T19:40:15.605Z Compiling allocator-api2 v0.2.18
14152024-08-26T19:40:16.104Z Compiling spin v0.9.8
14162024-08-26T19:40:16.182Z Compiling subtle v2.5.0
14172024-08-26T19:40:16.624Z Compiling const-oid v0.9.6
14182024-08-26T19:40:16.842Z Compiling signal-hook-registry v1.4.2
14192024-08-26T19:40:16.966Z Compiling ring v0.17.8
14202024-08-26T19:40:17.055Z Compiling openssl-sys v0.9.103
14212024-08-26T19:40:18.181Z Compiling heck v0.5.0
14222024-08-26T19:40:18.403Z Compiling schemars v0.8.21
14232024-08-26T19:40:18.501Z Compiling rustix v0.38.34
14242024-08-26T19:40:18.763Z Compiling httparse v1.8.0
14252024-08-26T19:40:19.214Z Compiling parking_lot v0.12.2
14262024-08-26T19:40:19.266Z Compiling mio v0.8.11
14272024-08-26T19:40:19.393Z Compiling time-core v0.1.2
14282024-08-26T19:40:19.571Z Compiling num-conv v0.1.0
14292024-08-26T19:40:19.639Z Compiling futures-core v0.3.30
14302024-08-26T19:40:19.907Z Compiling time-macros v0.2.18
14312024-08-26T19:40:19.914Z Compiling num_cpus v1.16.0
14322024-08-26T19:40:20.068Z Compiling socket2 v0.5.7
14332024-08-26T19:40:20.278Z Compiling openssl v0.10.66
14342024-08-26T19:40:20.362Z Compiling fnv v1.0.7
14352024-08-26T19:40:20.399Z Compiling equivalent v1.0.1
14362024-08-26T19:40:20.877Z Compiling serde_derive_internals v0.29.1
14372024-08-26T19:40:21.153Z Compiling tinyvec_macros v0.1.1
14382024-08-26T19:40:21.206Z Compiling rustls v0.21.12
14392024-08-26T19:40:21.369Z Compiling native-tls v0.2.11
14402024-08-26T19:40:21.392Z Compiling tinyvec v1.6.0
14412024-08-26T19:40:22.201Z Compiling futures-sink v0.3.30
14422024-08-26T19:40:22.296Z Compiling crossbeam-utils v0.8.19
14432024-08-26T19:40:22.963Z Compiling unicode-normalization v0.1.23
14442024-08-26T19:40:23.153Z Compiling cookie v0.17.0
14452024-08-26T19:40:23.309Z Compiling iana-time-zone v0.1.60
14462024-08-26T19:40:23.506Z Compiling cpufeatures v0.2.12
14472024-08-26T19:40:23.570Z Compiling ucd-trie v0.1.6
14482024-08-26T19:40:23.710Z Compiling futures-channel v0.3.30
14492024-08-26T19:40:24.045Z Compiling slog v2.7.0
14502024-08-26T19:40:24.100Z Compiling syn v1.0.109
14512024-08-26T19:40:24.191Z Compiling futures-io v0.3.30
14522024-08-26T19:40:24.308Z Compiling pin-utils v0.1.0
14532024-08-26T19:40:24.341Z Compiling unicode-bidi v0.3.15
14542024-08-26T19:40:24.432Z Compiling futures-task v0.3.30
14552024-08-26T19:40:24.890Z Compiling aho-corasick v1.1.3
14562024-08-26T19:40:25.060Z Compiling untrusted v0.9.0
14572024-08-26T19:40:25.211Z Compiling regex-syntax v0.8.4
14582024-08-26T19:40:26.222Z Compiling crc32fast v1.4.0
14592024-08-26T19:40:26.349Z Compiling serde_derive v1.0.208
14602024-08-26T19:40:26.468Z Compiling zeroize_derive v1.4.2
14612024-08-26T19:40:26.792Z Compiling zerocopy-derive v0.7.34
14622024-08-26T19:40:27.728Z Compiling tokio-macros v2.3.0
14632024-08-26T19:40:28.060Z Compiling thiserror-impl v1.0.63
14642024-08-26T19:40:28.817Z Compiling zeroize v1.7.0
14652024-08-26T19:40:29.253Z Compiling zerocopy v0.7.34
14662024-08-26T19:40:29.550Z Compiling futures-macro v0.3.30
14672024-08-26T19:40:31.358Z Compiling crypto-common v0.1.6
14682024-08-26T19:40:31.476Z Compiling tracing-attributes v0.1.27
14692024-08-26T19:40:31.686Z Compiling der_derive v0.7.2
14702024-08-26T19:40:31.941Z Compiling hashbrown v0.14.5
14712024-08-26T19:40:32.961Z Compiling block-buffer v0.10.4
14722024-08-26T19:40:33.225Z Compiling digest v0.10.7
14732024-08-26T19:40:33.584Z Compiling schemars_derive v0.8.21
14742024-08-26T19:40:34.145Z Compiling openssl-macros v0.1.1
14752024-08-26T19:40:34.596Z Compiling scroll_derive v0.12.0
14762024-08-26T19:40:34.909Z Compiling hmac v0.12.1
14772024-08-26T19:40:34.980Z Compiling pest v2.7.10
14782024-08-26T19:40:35.185Z Compiling block-padding v0.3.3
14792024-08-26T19:40:35.266Z Compiling futures-util v0.3.30
14802024-08-26T19:40:35.450Z Compiling inout v0.1.3
14812024-08-26T19:40:35.917Z Compiling cipher v0.4.4
14822024-08-26T19:40:36.491Z Compiling sha2 v0.10.8
14832024-08-26T19:40:36.838Z Compiling regex-automata v0.4.6
14842024-08-26T19:40:37.813Z Compiling pest_meta v2.7.10
14852024-08-26T19:40:38.231Z Compiling dyn-clone v1.0.17
14862024-08-26T19:40:39.383Z Compiling pest_generator v2.7.10
14872024-08-26T19:40:41.362Z Compiling bytes v1.7.1
14882024-08-26T19:40:42.653Z Compiling bitflags v2.6.0
14892024-08-26T19:40:43.289Z Compiling tokio v1.38.1
14902024-08-26T19:40:43.588Z Compiling indexmap v2.4.0
14912024-08-26T19:40:44.874Z Compiling serde_tokenstream v0.2.2
14922024-08-26T19:40:45.288Z Compiling uuid v1.10.0
14932024-08-26T19:40:45.392Z Compiling chrono v0.4.38
14942024-08-26T19:40:45.595Z Compiling http v0.2.12
14952024-08-26T19:40:46.185Z Compiling rustc_version v0.4.0
14962024-08-26T19:40:46.927Z Compiling pest_derive v2.7.10
14972024-08-26T19:40:48.754Z Compiling usdt-impl v0.5.0
14982024-08-26T19:40:49.120Z Compiling powerfmt v0.2.0
14992024-08-26T19:40:49.256Z Compiling heck v0.4.1
15002024-08-26T19:40:49.278Z Compiling percent-encoding v2.3.1
15012024-08-26T19:40:49.726Z Compiling base64ct v1.6.0
15022024-08-26T19:40:49.730Z Compiling deranged v0.3.11
15032024-08-26T19:40:50.069Z Compiling heapless v0.7.17
15042024-08-26T19:40:50.318Z Compiling pem-rfc7468 v0.7.0
15052024-08-26T19:40:50.590Z Compiling scroll v0.12.0
15062024-08-26T19:40:51.011Z Compiling zerocopy-derive v0.6.6
15072024-08-26T19:40:51.837Z Compiling backtrace v0.3.71
15082024-08-26T19:40:52.090Z Compiling tracing-core v0.1.32
15092024-08-26T19:40:52.372Z Compiling errno v0.3.9
15102024-08-26T19:40:52.640Z Compiling plain v0.2.3
15112024-08-26T19:40:53.167Z Compiling ppv-lite86 v0.2.17
15122024-08-26T19:40:53.440Z Compiling num-bigint-dig v0.8.4
15132024-08-26T19:40:53.960Z Compiling num_threads v0.1.7
15142024-08-26T19:40:54.107Z Compiling flagset v0.4.5
15152024-08-26T19:40:54.208Z Compiling time v0.3.36
15162024-08-26T19:40:54.332Z Compiling rand_chacha v0.3.1
15172024-08-26T19:40:54.390Z Compiling der v0.7.9
15182024-08-26T19:40:55.208Z Compiling tracing v0.1.40
15192024-08-26T19:40:55.365Z Compiling goblin v0.8.2
15202024-08-26T19:40:55.408Z Compiling tokio-util v0.7.11
15212024-08-26T19:40:57.596Z Compiling regex v1.10.6
15222024-08-26T19:40:57.728Z Compiling salsa20 v0.10.2
15232024-08-26T19:40:57.761Z Compiling pbkdf2 v0.12.2
15242024-08-26T19:40:57.986Z Compiling async-trait v0.1.81
15252024-08-26T19:40:58.946Z Compiling pretty-hex v0.4.1
15262024-08-26T19:41:02.275Z Compiling strsim v0.11.1
15272024-08-26T19:41:02.275Z Compiling rustversion v1.0.17
15282024-08-26T19:41:02.275Z Compiling scrypt v0.11.0
15292024-08-26T19:41:02.275Z Compiling spki v0.7.3
15302024-08-26T19:41:02.275Z Compiling dof v0.3.0
15312024-08-26T19:41:02.275Z Compiling rand v0.8.5
15322024-08-26T19:41:02.275Z Compiling form_urlencoded v1.2.1
15332024-08-26T19:41:02.936Z Compiling dtrace-parser v0.2.0
15342024-08-26T19:41:03.177Z Compiling cbc v0.1.2
15352024-08-26T19:41:03.279Z Compiling aes v0.8.4
15362024-08-26T19:41:03.405Z Compiling thread-id v4.2.1
15372024-08-26T19:41:03.955Z Compiling anyhow v1.0.86
15382024-08-26T19:41:04.024Z Compiling try-lock v0.2.5
15392024-08-26T19:41:04.197Z Compiling unicode-width v0.1.13
15402024-08-26T19:41:04.429Z Compiling smoltcp v0.9.1
15412024-08-26T19:41:04.449Z Compiling foreign-types-shared v0.1.1
15422024-08-26T19:41:04.584Z Compiling signal-hook v0.3.17
15432024-08-26T19:41:04.888Z Compiling foreign-types v0.3.2
15442024-08-26T19:41:05.049Z Compiling want v0.3.1
15452024-08-26T19:41:05.113Z Compiling pkcs5 v0.7.1
15462024-08-26T19:41:07.571Z Compiling h2 v0.3.26
15472024-08-26T19:41:10.034Z Compiling http-body v0.4.6
15482024-08-26T19:41:12.737Z Compiling clap_derive v4.5.13
15492024-08-26T19:41:13.143Z Compiling socket2 v0.4.10
15502024-08-26T19:41:13.355Z Compiling httpdate v1.0.3
15512024-08-26T19:41:14.653Z Compiling siphasher v0.3.11
15522024-08-26T19:41:14.909Z Compiling base64 v0.21.7
15532024-08-26T19:41:15.128Z Compiling cfg_aliases v0.1.1
15542024-08-26T19:41:15.273Z Compiling tower-service v0.3.2
15552024-08-26T19:41:15.423Z Compiling nix v0.28.0
15562024-08-26T19:41:16.352Z Compiling hyper v0.14.30
15572024-08-26T19:41:21.327Z Compiling pkcs8 v0.10.2
15582024-08-26T19:41:22.015Z Compiling rustls-webpki v0.101.7
15592024-08-26T19:41:22.112Z Compiling sct v0.7.1
15602024-08-26T19:41:23.249Z Compiling openapiv3 v2.0.0
15612024-08-26T19:41:23.965Z Compiling hubpack_derive v0.1.1
15622024-08-26T19:41:27.293Z Compiling idna v0.5.0
15632024-08-26T19:41:29.678Z Compiling fs-err v2.11.0
15642024-08-26T19:41:29.918Z Compiling utf8parse v0.2.1
15652024-08-26T19:41:30.089Z Compiling openssl-probe v0.1.5
15662024-08-26T19:41:30.390Z Compiling finl_unicode v1.2.0
15672024-08-26T19:41:30.454Z Compiling anstyle v1.0.8
15682024-08-26T19:41:30.629Z Compiling adler v1.0.2
15692024-08-26T19:41:30.948Z Compiling miniz_oxide v0.7.2
15702024-08-26T19:41:31.015Z Compiling stringprep v0.1.4
15712024-08-26T19:41:32.174Z Compiling anstyle-parse v0.2.4
15722024-08-26T19:41:32.580Z Compiling url v2.5.2
15732024-08-26T19:41:36.243Z Compiling usdt-attr-macro v0.5.0
15742024-08-26T19:41:37.192Z Compiling usdt-macro v0.5.0
15752024-08-26T19:41:39.134Z Compiling serde_spanned v0.6.7
15762024-08-26T19:41:39.398Z Compiling toml_datetime v0.6.8
15772024-08-26T19:41:39.904Z Compiling md-5 v0.10.6
15782024-08-26T19:41:40.181Z Compiling regress v0.9.1
15792024-08-26T19:41:40.457Z Compiling idna v0.3.0
15802024-08-26T19:41:41.622Z Compiling lazy_static v1.5.0
15812024-08-26T19:41:41.847Z Compiling num-integer v0.1.46
15822024-08-26T19:41:42.368Z Compiling hash32 v0.2.1
15832024-08-26T19:41:42.737Z Compiling encoding_rs v0.8.34
15842024-08-26T19:41:42.975Z Compiling fallible-iterator v0.2.0
15852024-08-26T19:41:43.775Z Compiling psl-types v2.0.11
15862024-08-26T19:41:43.883Z Compiling stable_deref_trait v1.2.0
15872024-08-26T19:41:43.990Z Compiling gimli v0.28.1
15882024-08-26T19:41:44.074Z Compiling is_terminal_polyfill v1.70.0
15892024-08-26T19:41:44.293Z Compiling mime v0.3.17
15902024-08-26T19:41:44.381Z Compiling anstyle-query v1.0.3
15912024-08-26T19:41:44.684Z Compiling colorchoice v1.0.1
15922024-08-26T19:41:44.891Z Compiling base64 v0.22.1
15932024-08-26T19:41:45.261Z Compiling anstream v0.6.14
15942024-08-26T19:41:45.578Z Compiling postgres-protocol v0.6.7
15952024-08-26T19:41:45.729Z Compiling publicsuffix v2.2.3
15962024-08-26T19:41:46.063Z Compiling typify-impl v0.1.0 (https://github.com/oxidecomputer/typify#ad1296f6)
15972024-08-26T19:41:47.214Z Compiling num-iter v0.1.45
15982024-08-26T19:41:49.122Z Compiling addr2line v0.21.0
15992024-08-26T19:41:50.563Z Compiling tokio-rustls v0.24.1
16002024-08-26T19:41:51.126Z Compiling terminal_size v0.3.0
16012024-08-26T19:41:51.388Z Compiling tokio-native-tls v0.3.1
16022024-08-26T19:41:52.063Z Compiling phf_shared v0.11.2
16032024-08-26T19:41:52.426Z Compiling strum_macros v0.25.3
16042024-08-26T19:41:53.140Z Compiling serde_urlencoded v0.7.1
16052024-08-26T19:41:53.801Z Compiling enum-as-inner v0.6.0
16062024-08-26T19:41:54.537Z Compiling serde_repr v0.1.19
16072024-08-26T19:41:54.623Z Compiling ff v0.13.0
16082024-08-26T19:41:54.731Z Compiling object v0.32.2
16092024-08-26T19:41:54.839Z Compiling bitflags v1.3.2
16102024-08-26T19:41:55.432Z Compiling either v1.13.0
16112024-08-26T19:41:55.644Z Compiling ipnet v2.9.0
16122024-08-26T19:41:55.827Z Compiling clap_lex v0.7.0
16132024-08-26T19:41:56.064Z Compiling managed v0.8.0
16142024-08-26T19:41:56.267Z Compiling winnow v0.5.40
16152024-08-26T19:41:56.527Z Compiling rustc-demangle v0.1.24
16162024-08-26T19:41:57.577Z Compiling base16ct v0.2.0
16172024-08-26T19:41:57.870Z Compiling sec1 v0.7.3
16182024-08-26T19:41:58.294Z Compiling clap_builder v4.5.15
16192024-08-26T19:41:58.445Z Compiling rustls-pemfile v1.0.4
16202024-08-26T19:41:58.617Z Compiling typify-macro v0.1.0 (https://github.com/oxidecomputer/typify#ad1296f6)
16212024-08-26T19:41:58.826Z Compiling group v0.13.0
16222024-08-26T19:42:00.025Z Compiling toml_edit v0.19.15
16232024-08-26T19:42:01.271Z Compiling phf v0.11.2
16242024-08-26T19:42:02.021Z Compiling hyper-tls v0.5.0
16252024-08-26T19:42:02.626Z Compiling hyper-rustls v0.24.2
16262024-08-26T19:42:02.994Z Compiling cookie_store v0.20.0
16272024-08-26T19:42:03.426Z Compiling postgres-types v0.2.7
16282024-08-26T19:42:04.491Z Compiling hubpack v0.1.2
16292024-08-26T19:42:04.604Z Compiling pkcs1 v0.7.5
16302024-08-26T19:42:04.838Z Compiling phf_shared v0.10.0
16312024-08-26T19:42:05.423Z Compiling zerocopy v0.6.6
16322024-08-26T19:42:05.452Z Compiling futures-executor v0.3.30
16332024-08-26T19:42:05.487Z Compiling bstr v1.9.1
16342024-08-26T19:42:05.529Z Compiling hkdf v0.12.4
16352024-08-26T19:42:05.547Z Compiling signature v2.2.0
16362024-08-26T19:42:05.766Z Compiling crypto-bigint v0.5.5
16372024-08-26T19:42:05.857Z Compiling idna v0.4.0
16382024-08-26T19:42:05.975Z Compiling float-cmp v0.9.0
16392024-08-26T19:42:06.208Z Compiling mio v1.0.2
16402024-08-26T19:42:06.273Z Compiling memmap v0.7.0
16412024-08-26T19:42:06.954Z Compiling difflib v0.4.0
16422024-08-26T19:42:07.061Z Compiling precomputed-hash v0.1.1
16432024-08-26T19:42:07.175Z Compiling new_debug_unreachable v1.0.6
16442024-08-26T19:42:07.177Z Compiling predicates-core v1.0.6
16452024-08-26T19:42:07.230Z Compiling whoami v1.5.1
16462024-08-26T19:42:07.297Z Compiling normalize-line-endings v0.3.0
16472024-08-26T19:42:07.433Z Compiling static_assertions v1.1.0
16482024-08-26T19:42:07.469Z Compiling webpki-roots v0.25.4
16492024-08-26T19:42:07.535Z Compiling unicode-segmentation v1.11.0
16502024-08-26T19:42:07.624Z Compiling bit-vec v0.6.3
16512024-08-26T19:42:07.658Z Compiling sync_wrapper v0.1.2
16522024-08-26T19:42:07.793Z Compiling data-encoding v2.6.0
16532024-08-26T19:42:07.985Z Compiling fixedbitset v0.4.2
16542024-08-26T19:42:08.316Z Compiling minimal-lexical v0.2.1
16552024-08-26T19:42:08.376Z Compiling winnow v0.6.18
16562024-08-26T19:42:08.469Z Compiling reqwest v0.11.27
16572024-08-26T19:42:08.664Z Compiling elliptic-curve v0.13.8
16582024-08-26T19:42:08.811Z Compiling nom v7.1.3
16592024-08-26T19:42:09.394Z Compiling hickory-proto v0.24.1
16602024-08-26T19:42:09.500Z Compiling petgraph v0.6.5
16612024-08-26T19:42:10.053Z Compiling similar v2.6.0
16622024-08-26T19:42:11.985Z Compiling toml_edit v0.22.20
16632024-08-26T19:42:12.423Z Compiling bit-set v0.5.3
16642024-08-26T19:42:12.730Z Compiling tokio-postgres v0.7.11
16652024-08-26T19:42:13.095Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=319e7b92db69792ab8efa4c68554ad0cf83adf93#319e7b92)
16662024-08-26T19:42:13.506Z Compiling predicates v3.1.2
16672024-08-26T19:42:14.989Z Compiling string_cache v0.8.7
16682024-08-26T19:42:15.441Z Compiling signal-hook-mio v0.2.4
16692024-08-26T19:42:15.630Z Compiling usdt v0.5.0
16702024-08-26T19:42:17.428Z Compiling rsa v0.9.6
16712024-08-26T19:42:17.901Z Compiling futures v0.3.30
16722024-08-26T19:42:19.021Z Compiling toml v0.7.8
16732024-08-26T19:42:19.169Z Compiling clap v4.5.16
16742024-08-26T19:42:19.302Z Compiling flate2 v1.0.31
16752024-08-26T19:42:19.321Z Compiling crossbeam-epoch v0.9.18
16762024-08-26T19:42:19.635Z Compiling itertools v0.12.1
16772024-08-26T19:42:20.050Z Compiling itertools v0.10.5
16782024-08-26T19:42:20.185Z Compiling console v0.15.8
16792024-08-26T19:42:21.480Z Compiling tokio-stream v0.1.15
16802024-08-26T19:42:22.402Z Compiling hex v0.4.3
16812024-08-26T19:42:22.699Z Compiling sha1 v0.10.6
16822024-08-26T19:42:23.157Z Compiling camino v1.1.9
16832024-08-26T19:42:23.195Z Compiling peg-runtime v0.8.3
16842024-08-26T19:42:23.693Z Compiling unicode-xid v0.2.4
16852024-08-26T19:42:23.851Z Compiling lalrpop-util v0.19.12
16862024-08-26T19:42:23.915Z Compiling radium v0.7.0
16872024-08-26T19:42:24.187Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
16882024-08-26T19:42:29.106Z Compiling is-terminal v0.4.12
16892024-08-26T19:42:29.703Z Compiling tap v1.0.1
16902024-08-26T19:42:29.904Z Compiling maybe-uninit v2.0.0
16912024-08-26T19:42:31.582Z Compiling ident_case v1.0.1
16922024-08-26T19:42:32.799Z Compiling rustls-pki-types v1.7.0
16932024-08-26T19:42:35.846Z Compiling darling_core v0.20.9
16942024-08-26T19:42:42.028Z Compiling wyz v0.5.1
16952024-08-26T19:42:48.992Z Compiling typify v0.1.0 (https://github.com/oxidecomputer/typify#ad1296f6)
16962024-08-26T19:42:49.816Z Compiling getopts v0.2.21
16972024-08-26T19:42:50.597Z Compiling bzip2-sys v0.1.11+1.0.8
16982024-08-26T19:42:50.792Z Compiling dirs-sys-next v0.1.2
16992024-08-26T19:42:51.520Z Compiling unsafe-libyaml v0.2.11
17002024-08-26T19:42:51.837Z Compiling funty v2.0.0
17012024-08-26T19:42:52.745Z Compiling rustls v0.22.4
17022024-08-26T19:42:53.061Z Compiling paste v1.0.15
17032024-08-26T19:42:53.312Z Compiling packed_struct v0.10.1
17042024-08-26T19:42:54.348Z Compiling bitvec v1.0.1
17052024-08-26T19:42:54.987Z Compiling serde_yaml v0.9.34+deprecated
17062024-08-26T19:42:56.182Z Compiling dirs-next v2.0.0
17072024-08-26T19:42:56.818Z Compiling progenitor-impl v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#c59c6d64)
17082024-08-26T19:42:58.885Z Compiling darling_macro v0.20.9
17092024-08-26T19:43:00.285Z Compiling rustls-webpki v0.102.4
17102024-08-26T19:43:02.808Z Compiling packed_struct_codegen v0.10.1
17112024-08-26T19:43:03.490Z Compiling structmeta-derive v0.3.0
17122024-08-26T19:43:03.980Z Compiling thread_local v1.1.8
17132024-08-26T19:43:04.672Z Compiling indexmap v1.9.3
17142024-08-26T19:43:04.902Z Compiling multer v3.1.0
17152024-08-26T19:43:05.007Z Compiling crc-catalog v2.4.0
17162024-08-26T19:43:05.226Z Compiling fastrand v2.1.0
17172024-08-26T19:43:05.270Z Compiling nodrop v0.1.14
17182024-08-26T19:43:05.307Z Compiling slog-async v2.8.0
17192024-08-26T19:43:05.715Z Compiling rayon-core v1.12.1
17202024-08-26T19:43:05.786Z Compiling match_cfg v0.1.0
17212024-08-26T19:43:05.880Z Compiling hostname v0.3.1
17222024-08-26T19:43:05.971Z Compiling tempfile v3.10.1
17232024-08-26T19:43:06.059Z Compiling array-init v0.0.4
17242024-08-26T19:43:06.111Z Compiling structmeta v0.3.0
17252024-08-26T19:43:06.581Z Compiling crc v3.2.1
17262024-08-26T19:43:07.934Z Compiling progenitor-macro v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#c59c6d64)
17272024-08-26T19:43:08.954Z Compiling darling v0.20.9
17282024-08-26T19:43:09.082Z Compiling smallvec v0.6.14
17292024-08-26T19:43:09.599Z Compiling term v0.7.0
17302024-08-26T19:43:12.028Z Compiling crossbeam-deque v0.8.5
17312024-08-26T19:43:12.410Z Compiling progenitor-client v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#c59c6d64)
17322024-08-26T19:43:14.026Z Compiling slog-json v2.6.1
17332024-08-26T19:43:14.347Z Compiling crossbeam-channel v0.5.12
17342024-08-26T19:43:14.635Z Compiling http v1.1.0
17352024-08-26T19:43:16.513Z Compiling pin-project-internal v1.1.5
17362024-08-26T19:43:19.275Z Compiling async-stream-impl v0.3.5
17372024-08-26T19:43:20.539Z Compiling dropshot v0.10.2-dev (https://github.com/oxidecomputer/dropshot?branch=main#06c8dab4)
17382024-08-26T19:43:21.265Z Compiling bitfield v0.14.0
17392024-08-26T19:43:21.319Z Compiling same-file v1.0.6
17402024-08-26T19:43:21.611Z Compiling termcolor v1.4.1
17412024-08-26T19:43:22.204Z Compiling atomic-waker v1.1.2
17422024-08-26T19:43:22.676Z Compiling hashbrown v0.12.3
17432024-08-26T19:43:22.830Z Compiling take_mut v0.2.2
17442024-08-26T19:43:27.919Z Compiling progenitor v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#c59c6d64)
17452024-08-26T19:43:31.663Z Compiling waitgroup v0.1.2
17462024-08-26T19:43:32.559Z Compiling env_logger v0.10.2
17472024-08-26T19:43:35.458Z Compiling lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#131520fc)
17482024-08-26T19:43:38.290Z Compiling walkdir v2.5.0
17492024-08-26T19:43:38.365Z Compiling async-stream v0.3.5
17502024-08-26T19:43:38.613Z Compiling pin-project v1.1.5
17512024-08-26T19:43:39.492Z Compiling slog-bunyan v2.5.0
17522024-08-26T19:43:39.783Z Compiling tokio-rustls v0.25.0
17532024-08-26T19:43:40.912Z Compiling slog-term v2.9.1
17542024-08-26T19:43:41.435Z Compiling serde-hex v0.1.0
17552024-08-26T19:43:43.500Z Compiling serde_with_macros v3.9.0
17562024-08-26T19:43:43.819Z Compiling bzip2 v0.4.4
17572024-08-26T19:43:44.282Z Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a)
17582024-08-26T19:43:44.621Z Compiling parse-display-derive v0.10.0
17592024-08-26T19:43:45.057Z Compiling toml v0.8.19
17602024-08-26T19:43:46.020Z Compiling rustls-pemfile v2.1.3
17612024-08-26T19:43:46.865Z Compiling x509-cert v0.2.5
17622024-08-26T19:43:48.503Z Compiling ron v0.8.1
17632024-08-26T19:43:48.756Z Compiling ipnetwork v0.20.0
17642024-08-26T19:43:48.991Z Compiling newtype-uuid v1.1.0
17652024-08-26T19:43:49.338Z Compiling strum_macros v0.26.4
17662024-08-26T19:43:49.673Z Compiling xattr v1.3.1
17672024-08-26T19:43:50.337Z Compiling snafu-derive v0.8.2
17682024-08-26T19:43:51.226Z Compiling dropshot_endpoint v0.10.2-dev (https://github.com/oxidecomputer/dropshot?branch=main#06c8dab4)
17692024-08-26T19:43:51.957Z Compiling serde_path_to_error v0.1.16
17702024-08-26T19:43:52.427Z Compiling hashbrown v0.13.2
17712024-08-26T19:43:52.952Z Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
17722024-08-26T19:43:53.675Z Compiling ring v0.16.20
17732024-08-26T19:43:53.776Z Compiling blake3 v1.5.1
17742024-08-26T19:43:53.795Z Compiling hostname v0.4.0
17752024-08-26T19:43:54.060Z Compiling filetime v0.2.24
17762024-08-26T19:43:54.384Z Compiling instant v0.1.12
17772024-08-26T19:43:54.414Z Compiling crc-any v2.5.0
17782024-08-26T19:43:54.622Z Compiling debug-ignore v1.0.5
17792024-08-26T19:43:54.784Z Compiling buf-list v1.0.3
17802024-08-26T19:43:55.060Z Compiling snafu v0.8.2
17812024-08-26T19:43:55.080Z Compiling lpc55_sign v0.3.4 (https://github.com/oxidecomputer/lpc55_support#131520fc)
17822024-08-26T19:43:55.420Z Compiling backoff v0.4.0
17832024-08-26T19:43:55.773Z Compiling tar v0.4.41
17842024-08-26T19:43:56.305Z Compiling strum v0.26.3
17852024-08-26T19:43:56.323Z Compiling object v0.30.4
17862024-08-26T19:43:56.506Z Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
17872024-08-26T19:43:56.759Z Compiling tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a)
17882024-08-26T19:43:58.234Z Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
17892024-08-26T19:43:58.429Z Compiling oxnet v0.1.0 (https://github.com/oxidecomputer/oxnet#2612d220)
17902024-08-26T19:43:58.800Z Compiling parse-display v0.10.0
17912024-08-26T19:44:00.763Z Compiling serde_with v3.9.0
17922024-08-26T19:44:00.831Z Compiling zip v0.6.6
17932024-08-26T19:44:01.170Z Compiling rayon v1.10.0
17942024-08-26T19:44:01.978Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
17952024-08-26T19:44:02.736Z Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=9e0fe45ca3862176dc31ad8cc83f605f8a7e1a42#9e0fe45c)
17962024-08-26T19:44:03.538Z Compiling camino-tempfile v1.1.1
17972024-08-26T19:44:04.298Z Compiling globset v0.4.14
17982024-08-26T19:44:05.115Z Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945)
17992024-08-26T19:44:05.316Z Compiling pem v3.0.4
18002024-08-26T19:44:06.769Z Compiling olpc-cjson v0.1.3
18012024-08-26T19:44:06.969Z Compiling serde_plain v1.0.2
18022024-08-26T19:44:07.100Z Compiling macaddr v1.0.1
18032024-08-26T19:44:07.533Z Compiling async-recursion v1.1.1
18042024-08-26T19:44:07.737Z Compiling memmap2 v0.9.4
18052024-08-26T19:44:08.301Z Compiling spin v0.5.2
18062024-08-26T19:44:08.574Z Compiling path-slash v0.1.5
18072024-08-26T19:44:08.819Z Compiling arrayref v0.3.7
18082024-08-26T19:44:08.931Z Compiling typed-path v0.7.1
18092024-08-26T19:44:09.034Z Compiling constant_time_eq v0.3.0
18102024-08-26T19:44:09.213Z Compiling untrusted v0.7.1
18112024-08-26T19:44:09.215Z Compiling arrayvec v0.7.4
18122024-08-26T19:44:11.974Z Compiling tough v0.17.1
18132024-08-26T19:44:12.388Z Compiling hubtools v0.4.6 (https://github.com/oxidecomputer/hubtools.git?branch=main#943c4bbe)
18142024-08-26T19:44:12.621Z Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
18152024-08-26T19:44:16.611Z Compiling itertools v0.13.0
18162024-08-26T19:44:16.717Z Compiling cargo-platform v0.1.8
18172024-08-26T19:44:17.829Z Compiling topological-sort v0.2.2
18182024-08-26T19:44:17.829Z Compiling parse-size v1.0.0
18192024-08-26T19:44:18.105Z Compiling omicron-zone-package v0.11.0
18202024-08-26T19:44:18.108Z Compiling cargo_metadata v0.18.1
18212024-08-26T19:44:20.363Z Compiling shell-words v1.1.0
18222024-08-26T19:44:25.243Z Compiling tufaceous-lib v0.1.0 (/work/oxidecomputer/omicron/tufaceous-lib)
18232024-08-26T19:44:37.745Z Compiling omicron-releng v0.1.0 (/work/oxidecomputer/omicron/dev-tools/releng)
18242024-08-26T19:44:51.516Z Finished `release` profile [optimized] target(s) in 4m 41s
18252024-08-26T19:44:51.654Z Running `target/release/omicron-releng --output-dir /work`
18262024-08-26T19:44:51.693ZAug 26 19:44:50.392 DEBG changing working directory to /work/oxidecomputer/omicron
18272024-08-26T19:44:51.784ZAug 26 19:44:50.483 DEBG running: git rev-parse HEAD
18282024-08-26T19:44:51.791ZAug 26 19:44:50.489 DEBG process exited with exit status: 0 (6.460597ms)
18292024-08-26T19:44:51.791ZAug 26 19:44:50.489 INFO version: 10.0.0-0.ci+git11c5f13755c
18302024-08-26T19:44:51.832ZAug 26 19:44:50.530 INFO cloning helios to /work/oxidecomputer/helios
18312024-08-26T19:44:51.832ZAug 26 19:44:50.530 DEBG running: git clone https://github.com/oxidecomputer/helios.git /work/oxidecomputer/helios
18322024-08-26T19:44:51.837ZCloning into '/work/oxidecomputer/helios'...
18332024-08-26T19:44:52.361ZAug 26 19:44:51.059 DEBG process exited with exit status: 0 (528.726038ms)
18342024-08-26T19:44:52.361ZAug 26 19:44:51.059 DEBG running: git -C /work/oxidecomputer/helios status --branch '--porcelain=2'
18352024-08-26T19:44:52.368Z# branch.oid 5957f0585d08e57fe117e75e2c8590e41f2cac29
18362024-08-26T19:44:52.368Z# branch.head master
18372024-08-26T19:44:52.368Z# branch.upstream origin/master
18382024-08-26T19:44:52.368Z# branch.ab +0 -0
18392024-08-26T19:44:52.371ZAug 26 19:44:51.067 DEBG process exited with exit status: 0 (7.993214ms)
18402024-08-26T19:44:52.371ZAug 26 19:44:51.067 DEBG running: pkg verify -q /system/zones/brand/omicron1/tools
18412024-08-26T19:44:53.077ZAug 26 19:44:51.775 DEBG process exited with exit status: 0 (707.987876ms)
18422024-08-26T19:44:53.077ZAug 26 19:44:51.775 DEBG running: zfs list rpool/images/build/host
18432024-08-26T19:44:53.084ZNAME USED AVAIL REFER MOUNTPOINT
18442024-08-26T19:44:53.084Zrpool/images/build/host 24K 152G 24K /rpool/images/build/host
18452024-08-26T19:44:53.088ZAug 26 19:44:51.783 DEBG process exited with exit status: 0 (7.27628ms)
18462024-08-26T19:44:53.089ZAug 26 19:44:51.783 DEBG running: zfs list rpool/images/build/recovery
18472024-08-26T19:44:53.091ZNAME USED AVAIL REFER MOUNTPOINT
18482024-08-26T19:44:53.091Zrpool/images/build/recovery 24K 152G 24K /rpool/images/build/recovery
18492024-08-26T19:44:53.091ZAug 26 19:44:51.789 DEBG process exited with exit status: 0 (6.208827ms)
18502024-08-26T19:44:53.094ZAug 26 19:44:51.790 INFO [hubris-staging] running task
18512024-08-26T19:44:53.094ZAug 26 19:44:51.790 INFO [hubris-production] running task
18522024-08-26T19:44:53.094ZAug 26 19:44:51.791 INFO [helios-setup] running: BUILD_OS=no PWD=/work/oxidecomputer/helios ptime -m gmake setup
18532024-08-26T19:44:53.096ZAug 26 19:44:51.794 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
18542024-08-26T19:44:53.340Z[ helios-setup] cd tools/helios-build && cargo build --quiet
18552024-08-26T19:44:53.610Z[ omicron-package] Blocking waiting for file lock on package cache
18562024-08-26T19:44:54.128Z[ omicron-package] Blocking waiting for file lock on package cache
18572024-08-26T19:44:54.387Z[ omicron-package] Blocking waiting for file lock on package cache
18582024-08-26T19:44:54.506ZAug 26 19:44:53.204 INFO [hubris-production] task succeeded (1.41373668s)
18592024-08-26T19:44:55.111Z[ omicron-package] Compiling proc-macro-crate v1.3.1
18602024-08-26T19:44:55.114Z[ omicron-package] Compiling heapless v0.8.0
18612024-08-26T19:44:55.114Z[ omicron-package] Compiling hash32 v0.3.1
18622024-08-26T19:44:55.114Z[ omicron-package] Compiling smoltcp v0.11.0
18632024-08-26T19:44:55.114Z[ omicron-package] Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
18642024-08-26T19:44:55.114Z[ omicron-package] Compiling proc-macro-error-attr v1.0.4
18652024-08-26T19:44:55.114Z[ omicron-package] Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9)
18662024-08-26T19:44:55.114Z[ omicron-package] Compiling embedded-io v0.4.0
18672024-08-26T19:44:55.812Z[ omicron-package] Compiling cobs v0.2.3
18682024-08-26T19:44:56.037Z[ omicron-package] Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=76878de67229ea113d70503c441eab47ac5dc653#76878de6)
18692024-08-26T19:44:56.162Z[ omicron-package] Compiling proc-macro-error v1.0.4
18702024-08-26T19:44:56.208Z[ omicron-package] Compiling foreign-types-macros v0.2.3
18712024-08-26T19:44:56.543Z[ omicron-package] Compiling postcard v1.0.8
18722024-08-26T19:44:56.695Z[ omicron-package] Compiling num_enum_derive v0.5.11
18732024-08-26T19:44:56.865Z[ omicron-package] Compiling foreign-types-shared v0.3.1
18742024-08-26T19:44:57.168Z[ omicron-package] Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#42ad0104)
18752024-08-26T19:44:57.170Z[ omicron-package] Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=76878de67229ea113d70503c441eab47ac5dc653#76878de6)
18762024-08-26T19:44:58.222Z[ omicron-package] Compiling tabwriter v1.4.0
18772024-08-26T19:44:58.224Z[ omicron-package] Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#42ad0104)
18782024-08-26T19:44:58.604Z[ omicron-package] Compiling cstr-argument v0.1.2
18792024-08-26T19:44:58.750Z[ omicron-package] Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=76878de67229ea113d70503c441eab47ac5dc653#76878de6)
18802024-08-26T19:44:58.902Z[ omicron-package] Compiling crucible-workspace-hack v0.1.0
18812024-08-26T19:44:59.025Z[ omicron-package] Compiling foreign-types v0.5.0
18822024-08-26T19:44:59.475Z[ omicron-package] Compiling pretty-hex v0.2.1
18832024-08-26T19:44:59.574Z[ omicron-package] Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys#4ceaf96e)
18842024-08-26T19:45:00.087Z[ omicron-package] Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
18852024-08-26T19:45:00.299Z[ omicron-package] Compiling colored v2.1.0
18862024-08-26T19:45:00.414Z[ omicron-package] Compiling poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=multipath#ca52bef3)
18872024-08-26T19:45:00.518Z[ omicron-package] Compiling num_enum v0.5.11
18882024-08-26T19:45:00.870Z[ omicron-package] Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9)
18892024-08-26T19:45:01.168Z[ omicron-package] Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=24a74d0c76b6a63961ecef76acb1516b6e66c5c9#24a74d0c)
18902024-08-26T19:45:01.282Z[ omicron-package] Compiling sigpipe v0.1.3
18912024-08-26T19:45:01.422Z[ omicron-package] Compiling zone_cfg_derive v0.3.0 (https://github.com/oxidecomputer/zone?branch=state-derive-eq-hash#f1920d56)
18922024-08-26T19:45:01.908Z[ omicron-package] Compiling num-derive v0.4.2
18932024-08-26T19:45:02.100Z[ omicron-package] Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
18942024-08-26T19:45:02.222Z[ omicron-package] Compiling libefi-sys v0.1.0
18952024-08-26T19:45:02.298Z[ omicron-package] Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=24a74d0c76b6a63961ecef76acb1516b6e66c5c9#24a74d0c)
18962024-08-26T19:45:02.424Z[ omicron-package] Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
18972024-08-26T19:45:03.292Z[ omicron-package] Compiling smf v0.2.3
18982024-08-26T19:45:03.389Z[ omicron-package] Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino?branch=main#1b66b89c)
18992024-08-26T19:45:03.634Z[ omicron-package] Compiling bitfield-struct v0.6.1
19002024-08-26T19:45:03.836Z[ omicron-package] Compiling zone v0.3.0 (https://github.com/oxidecomputer/zone?branch=state-derive-eq-hash#f1920d56)
19012024-08-26T19:45:04.179Z[ omicron-package] Compiling portable-atomic v1.6.0
19022024-08-26T19:45:04.340ZAug 26 19:45:03.037 INFO [hubris-staging] task succeeded (11.2467319s)
19032024-08-26T19:45:06.259Z[ omicron-package] Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=e58ca3693cb9ce0438947beba10e97ee38a0966b#e58ca369)
19042024-08-26T19:45:06.795Z[ omicron-package] Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=76878de67229ea113d70503c441eab47ac5dc653#76878de6)
19052024-08-26T19:45:07.200Z[ omicron-package] Compiling libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
19062024-08-26T19:45:08.903Z[ omicron-package] Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
19072024-08-26T19:45:09.014Z[ omicron-package] Compiling nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
19082024-08-26T19:45:09.017Z[ omicron-package] Compiling libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1)
19092024-08-26T19:45:09.335Z[ omicron-package] Compiling libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
19102024-08-26T19:45:10.227Z[ omicron-package] Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=76878de67229ea113d70503c441eab47ac5dc653#76878de6)
19112024-08-26T19:45:10.667Z[ omicron-package] Compiling gethostname v0.5.0
19122024-08-26T19:45:11.147Z[ omicron-package] Compiling number_prefix v0.4.0
19132024-08-26T19:45:11.607Z[ omicron-package] Compiling indicatif v0.17.8
19142024-08-26T19:45:13.343Z[ omicron-package] Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=76878de67229ea113d70503c441eab47ac5dc653#76878de6)
19152024-08-26T19:45:16.401Z[ omicron-package] Compiling sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
19162024-08-26T19:45:16.971Z[ omicron-package] Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
19172024-08-26T19:45:18.606Z[ omicron-package] Compiling omicron-package v0.1.0 (/work/oxidecomputer/omicron/package)
19182024-08-26T19:45:35.779Z[ helios-setup] Aug 26 19:45:34.471 INFO helios repository root is: /work/oxidecomputer/helios
19192024-08-26T19:45:35.781Z[ helios-setup] Aug 26 19:45:34.474 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
19202024-08-26T19:45:35.781Z[ helios-setup] Aug 26 19:45:34.474 INFO cloning https://github.com/illumos/image-builder.git at "/work/oxidecomputer/helios/projects/image-builder"..., project: image-builder
19212024-08-26T19:45:35.786Z[ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/image-builder'...
19222024-08-26T19:45:36.668Z[ helios-setup] Aug 26 19:45:35.360 INFO clone ok!, project: image-builder
19232024-08-26T19:45:36.671Z[ helios-setup] Aug 26 19:45:35.360 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
19242024-08-26T19:45:36.671Z[ helios-setup] Aug 26 19:45:35.360 INFO cloning git@github.com:oxidecomputer/pilot.git at "/work/oxidecomputer/helios/projects/pilot"..., project: pilot
19252024-08-26T19:45:36.674Z[ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/pilot'...
19262024-08-26T19:45:37.414Z[ helios-setup] Aug 26 19:45:36.106 INFO clone ok!, project: pilot
19272024-08-26T19:45:37.416Z[ helios-setup] Aug 26 19:45:36.106 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
19282024-08-26T19:45:37.416Z[ helios-setup] Aug 26 19:45:36.106 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
19292024-08-26T19:45:37.419Z[ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/amd-host-image-builder'...
19302024-08-26T19:45:37.963Z[ omicron-package] Finished `release` profile [optimized] target(s) in 44.85s
19312024-08-26T19:45:38.166Z[ omicron-package]
19322024-08-26T19:45:38.166Z[ omicron-package] real 45.023663874
19332024-08-26T19:45:38.169Z[ omicron-package] user 2:43.550151687
19342024-08-26T19:45:38.169Z[ omicron-package] sys 22.010012251
19352024-08-26T19:45:38.169Z[ omicron-package] trap 0.167246544
19362024-08-26T19:45:38.169Z[ omicron-package] tflt 0.593050356
19372024-08-26T19:45:38.169Z[ omicron-package] dflt 0.469705846
19382024-08-26T19:45:38.169Z[ omicron-package] kflt 0.000000000
19392024-08-26T19:45:38.169Z[ omicron-package] lock 5:25.029405938
19402024-08-26T19:45:38.169Z[ omicron-package] slp 9:05.556915448
19412024-08-26T19:45:38.169ZAug 26 19:45:36.859 INFO [omicron-package] process exited with exit status: 0 (45.064970172s)
19422024-08-26T19:45:38.169Z[ omicron-package] lat 1:39.439399899
19432024-08-26T19:45:38.169Z[ omicron-package] stop 59.311744285
19442024-08-26T19:45:38.169ZAug 26 19:45:36.859 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
19452024-08-26T19:45:38.205ZAug 26 19:45:36.898 INFO [recovery-target] running: /work/oxidecomputer/omicron/target/release/omicron-package --target recovery --artifacts /work/artifacts-recovery target create --image trampoline
19462024-08-26T19:45:38.217Z[ host-target] Logging to: /work/oxidecomputer/omicron/out/LOG
19472024-08-26T19:45:38.220Z[ host-target] Created new build target 'host' and set it as active
19482024-08-26T19:45:38.220ZAug 26 19:45:36.912 INFO [host-target] process exited with exit status: 0 (52.279693ms)
19492024-08-26T19:45:38.220ZAug 26 19:45:36.912 INFO [host-package] running: /work/oxidecomputer/omicron/target/release/omicron-package --target host --artifacts /work/oxidecomputer/omicron/out package
19502024-08-26T19:45:38.225Z[ recovery-target] Created new build target 'recovery' and set it as active
19512024-08-26T19:45:38.227Z[ recovery-target] Logging to: /work/artifacts-recovery/LOG
19522024-08-26T19:45:38.227ZAug 26 19:45:36.919 INFO [recovery-target] process exited with exit status: 0 (20.821708ms)
19532024-08-26T19:45:38.229Z[ helios-setup] Submodule 'amd-firmware' (git@github.com:oxidecomputer/amd-firmware.git) registered for path 'amd-firmware'
19542024-08-26T19:45:38.233Z[ host-package] Logging to: /work/oxidecomputer/omicron/out/LOG
19552024-08-26T19:45:38.233Z[ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/amd-host-image-builder/amd-firmware'...
19562024-08-26T19:45:39.349Z[ host-package] Compiling camino v1.1.9
19572024-08-26T19:45:39.349Z[ host-package] Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
19582024-08-26T19:45:39.349Z[ host-package] Compiling password-hash v0.5.0
19592024-08-26T19:45:39.351Z[ host-package] Compiling blake2 v0.10.6
19602024-08-26T19:45:39.351Z[ host-package] Compiling derive-where v1.2.7
19612024-08-26T19:45:39.351Z[ host-package] Compiling newline-converter v0.3.0
19622024-08-26T19:45:39.351Z[ host-package] Compiling toml v0.8.19
19632024-08-26T19:45:39.490Z[ host-package] Compiling progenitor-client v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#c59c6d64)
19642024-08-26T19:45:39.747Z[ host-package] Compiling humantime v2.1.0
19652024-08-26T19:45:39.764Z[ host-package] Compiling expectorate v1.1.0
19662024-08-26T19:45:39.979Z[ host-package] Compiling progenitor v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#c59c6d64)
19672024-08-26T19:45:40.026Z[ host-package] Compiling dirs-sys-next v0.1.2
19682024-08-26T19:45:40.229Z[ host-package] Compiling argon2 v0.5.3
19692024-08-26T19:45:40.575Z[ host-package] Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide/omicron#b1194c19)
19702024-08-26T19:45:40.613Z[ host-package] Compiling dirs-next v2.0.0
19712024-08-26T19:45:40.654Z[ host-package] Compiling dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
19722024-08-26T19:45:40.817Z[ host-package] Compiling gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
19732024-08-26T19:45:40.836Z[ host-package] Compiling num-rational v0.4.2
19742024-08-26T19:45:41.113Z[ host-package] Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
19752024-08-26T19:45:41.735Z[ host-package] Compiling num-complex v0.4.6
19762024-08-26T19:45:41.755Z[ host-package] Compiling convert_case v0.4.0
19772024-08-26T19:45:42.133Z[ host-package] Compiling term v0.7.0
19782024-08-26T19:45:42.572Z[ host-package] Compiling derive_more v0.99.18
19792024-08-26T19:45:42.659Z[ host-package] Compiling float-ord v0.3.2
19802024-08-26T19:45:42.831Z[ host-package] Compiling prettyplease v0.2.20
19812024-08-26T19:45:42.863Z[ host-package] Compiling num v0.4.3
19822024-08-26T19:45:42.988Z[ host-package] Compiling oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types)
19832024-08-26T19:45:43.112Z[ host-package] Compiling is-terminal v0.4.12
19842024-08-26T19:45:43.184Z[ host-package] Compiling semver v0.1.20
19852024-08-26T19:45:43.299Z[ host-package] Compiling nexus-sled-agent-shared v0.1.0 (/work/oxidecomputer/omicron/nexus-sled-agent-shared)
19862024-08-26T19:45:43.396Z[ host-package] Compiling cookie v0.18.1
19872024-08-26T19:45:43.479Z[ host-package] Compiling rustls-pki-types v1.7.0
19882024-08-26T19:45:43.744Z[ host-package] Compiling rustc_version v0.1.7
19892024-08-26T19:45:43.966Z[ helios-setup] Submodule path 'amd-firmware': checked out '160c7d1f31829e543fd8765faf83440d602e742c'
19902024-08-26T19:45:43.979Z[ helios-setup] Aug 26 19:45:42.671 INFO clone ok!, project: amd-host-image-builder
19912024-08-26T19:45:43.982Z[ helios-setup] Aug 26 19:45:42.671 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
19922024-08-26T19:45:43.982Z[ helios-setup] Aug 26 19:45:42.671 INFO cloning git@github.com:oxidecomputer/amd-firmware.git at "/work/oxidecomputer/helios/projects/amd-firmware"..., project: amd-firmware
19932024-08-26T19:45:43.986Z[ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/amd-firmware'...
19942024-08-26T19:45:44.046Z[ host-package] Compiling highway v1.2.0
19952024-08-26T19:45:44.199Z[ host-package] Compiling newtype_derive v0.1.6
19962024-08-26T19:45:44.291Z[ host-package] Compiling home v0.5.9
19972024-08-26T19:45:44.762Z[ host-package] Compiling steno v0.4.1
19982024-08-26T19:45:45.561Z[ host-package] Compiling rustls-webpki v0.102.4
19992024-08-26T19:45:47.282Z[ host-package] Compiling rustls v0.22.4
20002024-08-26T19:45:47.315Z[ host-package] Compiling thread_local v1.1.8
20012024-08-26T19:45:47.517Z[ host-package] Compiling match_cfg v0.1.0
20022024-08-26T19:45:47.638Z[ host-package] Compiling hostname v0.3.1
20032024-08-26T19:45:47.896Z[ host-package] Compiling oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types)
20042024-08-26T19:45:49.551Z[ host-package] Compiling multer v3.1.0
20052024-08-26T19:45:49.627Z[ host-package] Compiling slog-async v2.8.0
20062024-08-26T19:45:49.769Z[ host-package] Compiling nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
20072024-08-26T19:45:49.772Z[ host-package] Compiling slog-json v2.6.1
20082024-08-26T19:45:50.243Z[ host-package] Compiling crossbeam-channel v0.5.12
20092024-08-26T19:45:50.391Z[ host-package] Compiling http v1.1.0
20102024-08-26T19:45:50.633Z[ helios-setup] Aug 26 19:45:49.324 INFO clone ok!, project: amd-firmware
20112024-08-26T19:45:50.636Z[ helios-setup] Aug 26 19:45:49.324 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
20122024-08-26T19:45:50.636Z[ helios-setup] Aug 26 19:45:49.324 INFO cloning https://github.com/oxidecomputer/boot-image-tools.git at "/work/oxidecomputer/helios/projects/bootserver"..., project: bootserver
20132024-08-26T19:45:50.639Z[ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/bootserver'...
20142024-08-26T19:45:51.382Z[ host-package] Compiling take_mut v0.2.2
20152024-08-26T19:45:51.485Z[ helios-setup] Aug 26 19:45:50.175 INFO clone ok!, project: bootserver
20162024-08-26T19:45:51.489Z[ helios-setup] Aug 26 19:45:50.175 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
20172024-08-26T19:45:51.489Z[ helios-setup] Aug 26 19:45:50.175 INFO cloning https://github.com/oxidecomputer/pinprick.git at "/work/oxidecomputer/helios/projects/pinprick"..., project: pinprick
20182024-08-26T19:45:51.491Z[ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/pinprick'...
20192024-08-26T19:45:51.625Z[ host-package] Compiling atomic-waker v1.1.2
20202024-08-26T19:45:51.822Z[ host-package] Compiling waitgroup v0.1.2
20212024-08-26T19:45:52.171Z[ helios-setup] Aug 26 19:45:50.862 INFO clone ok!, project: pinprick
20222024-08-26T19:45:52.174Z[ helios-setup] Aug 26 19:45:50.862 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
20232024-08-26T19:45:52.174Z[ helios-setup] Aug 26 19:45:50.862 INFO cloning https://github.com/oxidecomputer/phbl.git at "/work/oxidecomputer/helios/projects/phbl"..., project: phbl
20242024-08-26T19:45:52.177Z[ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/phbl'...
20252024-08-26T19:45:52.836Z[ host-package] Compiling tokio-rustls v0.25.0
20262024-08-26T19:45:52.961Z[ helios-setup] Aug 26 19:45:51.651 INFO clone ok!, project: phbl
20272024-08-26T19:45:52.963Z[ helios-setup] Aug 26 19:45:51.651 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
20282024-08-26T19:45:52.963Z[ helios-setup] Aug 26 19:45:51.651 INFO cloning git@github.com:oxidecomputer/chelsio-t6-roms.git at "/work/oxidecomputer/helios/projects/chelsio-t6-roms"..., project: chelsio-t6-roms
20292024-08-26T19:45:52.969Z[ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/chelsio-t6-roms'...
20302024-08-26T19:45:53.372Z[ host-package] Compiling slog-bunyan v2.5.0
20312024-08-26T19:45:53.601Z[ host-package] Compiling slog-term v2.9.1
20322024-08-26T19:45:54.056Z[ helios-setup] Aug 26 19:45:52.745 INFO clone ok!, project: chelsio-t6-roms
20332024-08-26T19:45:54.058Z[ helios-setup] Aug 26 19:45:52.746 INFO skipping project "illumos" because "BUILD_OS" is set to "no"
20342024-08-26T19:45:54.058Z[ helios-setup] Aug 26 19:45:52.746 INFO skipping project "omnios-extra" because "BUILD_OS" is set to "no"
20352024-08-26T19:45:54.058Z[ helios-setup] Aug 26 19:45:52.746 INFO skipping project "omnios-build" because "BUILD_OS" is set to "no"
20362024-08-26T19:45:54.059Z[ helios-setup] Aug 26 19:45:52.746 INFO exec: ["/usr/bin/pkgrepo", "create", "/work/oxidecomputer/helios/packages/os"], pwd: None
20372024-08-26T19:45:54.125Z[ host-package] Compiling rustls-pemfile v2.1.3
20382024-08-26T19:45:54.657Z[ host-package] Compiling dropshot v0.10.2-dev (https://github.com/oxidecomputer/dropshot?branch=main#06c8dab4)
20392024-08-26T19:45:54.781Z[ host-package] Compiling async-stream v0.3.5
20402024-08-26T19:45:54.807Z[ host-package] Compiling newtype-uuid v1.1.0
20412024-08-26T19:45:54.989Z[ helios-setup] Aug 26 19:45:53.679 INFO exec: ["/usr/bin/pkgrepo", "add-publisher", "-s", "/work/oxidecomputer/helios/packages/os", "helios-dev"], pwd: None
20422024-08-26T19:45:55.190Z[ host-package] Compiling ipnetwork v0.20.0
20432024-08-26T19:45:55.193Z[ host-package] Compiling serde_path_to_error v0.1.16
20442024-08-26T19:45:55.542Z[ helios-setup] Aug 26 19:45:54.231 INFO repository /work/oxidecomputer/helios/packages/os for publisher helios-dev created
20452024-08-26T19:45:55.545Z[ helios-setup] Aug 26 19:45:54.231 INFO exec: ["/usr/bin/pkgrepo", "create", "/work/oxidecomputer/helios/packages/other"], pwd: None
20462024-08-26T19:45:55.709Z[ host-package] Compiling hostname v0.4.0
20472024-08-26T19:45:56.037Z[ host-package] Compiling instant v0.1.12
20482024-08-26T19:45:56.108Z[ helios-setup] Aug 26 19:45:54.798 INFO exec: ["/usr/bin/pkgrepo", "add-publisher", "-s", "/work/oxidecomputer/helios/packages/other", "helios-dev"], pwd: None
20492024-08-26T19:45:56.115Z[ host-package] Compiling debug-ignore v1.0.5
20502024-08-26T19:45:56.146Z[ host-package] Compiling oxnet v0.1.0 (https://github.com/oxidecomputer/oxnet#2612d220)
20512024-08-26T19:45:56.215Z[ host-package] Compiling backoff v0.4.0
20522024-08-26T19:45:56.652Z[ helios-setup] Aug 26 19:45:55.340 INFO repository /work/oxidecomputer/helios/packages/other for publisher helios-dev created
20532024-08-26T19:45:56.652Z[ helios-setup] Aug 26 19:45:55.340 INFO exec: ["/usr/bin/pkgrepo", "create", "/work/oxidecomputer/helios/packages/combined"], pwd: None
20542024-08-26T19:45:56.673Z[ host-package] Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
20552024-08-26T19:45:57.010Z[ host-package] Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=9e0fe45ca3862176dc31ad8cc83f605f8a7e1a42#9e0fe45c)
20562024-08-26T19:45:57.143Z[ host-package] Compiling parse-display v0.10.0
20572024-08-26T19:45:57.249Z[ helios-setup] Aug 26 19:45:55.938 INFO exec: ["/usr/bin/pkgrepo", "add-publisher", "-s", "/work/oxidecomputer/helios/packages/combined", "helios-dev"], pwd: None
20582024-08-26T19:45:57.331Z[ host-package] Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
20592024-08-26T19:45:57.652Z[ host-package] Compiling serde_with v3.9.0
20602024-08-26T19:45:57.740Z[ host-package] Compiling strum v0.26.3
20612024-08-26T19:45:57.767Z[ helios-setup] Aug 26 19:45:56.456 INFO repository /work/oxidecomputer/helios/packages/combined for publisher helios-dev created
20622024-08-26T19:45:57.767Z[ helios-setup] Aug 26 19:45:56.456 INFO file /work/oxidecomputer/helios/packages/publisher.mogrify does not exist
20632024-08-26T19:45:57.769Z[ helios-setup] Aug 26 19:45:56.456 INFO writing /work/oxidecomputer/helios/packages/publisher.mogrify ...
20642024-08-26T19:45:57.769Z[ helios-setup] Aug 26 19:45:56.457 INFO ok!
20652024-08-26T19:45:57.769Z[ helios-setup] Aug 26 19:45:56.457 INFO link /work/oxidecomputer/helios/packages/os-conflicts.mogrify does not exist
20662024-08-26T19:45:57.769Z[ helios-setup] Aug 26 19:45:56.457 INFO linking /work/oxidecomputer/helios/packages/os-conflicts.mogrify -> ../tools/packages/os-conflicts.mogrify ...
20672024-08-26T19:45:57.769Z[ helios-setup] Aug 26 19:45:56.457 INFO ok!
20682024-08-26T19:45:57.769Z[ helios-setup] Aug 26 19:45:56.457 INFO link /work/oxidecomputer/helios/packages/os-deps.mogrify does not exist
20692024-08-26T19:45:57.769Z[ helios-setup] Aug 26 19:45:56.457 INFO linking /work/oxidecomputer/helios/packages/os-deps.mogrify -> ../tools/packages/os-deps.mogrify ...
20702024-08-26T19:45:57.769Z[ helios-setup] Aug 26 19:45:56.457 INFO ok!
20712024-08-26T19:45:57.769Z[ helios-setup] Aug 26 19:45:56.457 INFO building project "image-builder" at /work/oxidecomputer/helios/projects/image-builder
20722024-08-26T19:45:57.769Z[ helios-setup] Aug 26 19:45:56.457 INFO exec: ["cargo", "build", "--locked"], pwd: Some("/work/oxidecomputer/helios/projects/image-builder")
20732024-08-26T19:45:58.044Z[ host-package] Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945)
20742024-08-26T19:45:58.053Z[ helios-setup] Aug 26 19:45:56.743 INFO E| Updating git repository `https://github.com/jclulow/rust-jmclib`
20752024-08-26T19:45:58.569Z[ helios-setup] Aug 26 19:45:57.258 INFO E| From https://github.com/jclulow/rust-jmclib
20762024-08-26T19:45:58.569Z[ helios-setup] Aug 26 19:45:57.259 INFO E| * [new ref] 98fb2268f5a2f350e65ab5c8fc490b27eb1b3949 -> refs/commit/98fb2268f5a2f350e65ab5c8fc490b27eb1b3949
20772024-08-26T19:45:58.589Z[ helios-setup] Aug 26 19:45:57.279 INFO E| Updating crates.io index
20782024-08-26T19:45:58.849Z[ helios-setup] Aug 26 19:45:57.538 INFO E| Downloading crates ...
20792024-08-26T19:45:58.993Z[ helios-setup] Aug 26 19:45:57.682 INFO E| Downloaded once_cell v1.18.0
20802024-08-26T19:45:58.998Z[ helios-setup] Aug 26 19:45:57.688 INFO E| Downloaded libdevinfo-sys v1.0.0
20812024-08-26T19:45:59.002Z[ helios-setup] Aug 26 19:45:57.690 INFO E| Downloaded block-buffer v0.9.0
20822024-08-26T19:45:59.005Z[ helios-setup] Aug 26 19:45:57.691 INFO E| Downloaded opaque-debug v0.3.0
20832024-08-26T19:45:59.005Z[ helios-setup] Aug 26 19:45:57.692 INFO E| Downloaded walkdir v2.3.3
20842024-08-26T19:45:59.008Z[ helios-setup] Aug 26 19:45:57.695 INFO E| Downloaded itoa v1.0.9
20852024-08-26T19:45:59.010Z[ helios-setup] Aug 26 19:45:57.698 INFO E| Downloaded unicode-width v0.1.10
20862024-08-26T19:45:59.013Z[ helios-setup] Aug 26 19:45:57.700 INFO E| Downloaded fastrand v2.0.0
20872024-08-26T19:45:59.015Z[ helios-setup] Aug 26 19:45:57.702 INFO E| Downloaded sha-1 v0.9.8
20882024-08-26T19:45:59.017Z[ helios-setup] Aug 26 19:45:57.705 INFO E| Downloaded quote v1.0.31
20892024-08-26T19:45:59.021Z[ helios-setup] Aug 26 19:45:57.710 INFO E| Downloaded cpufeatures v0.2.9
20902024-08-26T19:45:59.023Z[ helios-setup] Aug 26 19:45:57.712 INFO E| Downloaded md-5 v0.9.1
20912024-08-26T19:45:59.025Z[ helios-setup] Aug 26 19:45:57.715 INFO E| Downloaded errno v0.3.1
20922024-08-26T19:45:59.028Z[ helios-setup] Aug 26 19:45:57.718 INFO E| Downloaded digest v0.9.0
20932024-08-26T19:45:59.031Z[ helios-setup] Aug 26 19:45:57.720 INFO E| Downloaded bitflags v2.3.3
20942024-08-26T19:45:59.035Z[ helios-setup] Aug 26 19:45:57.725 INFO E| Downloaded uuid v0.8.2
20952024-08-26T19:45:59.041Z[ helios-setup] Aug 26 19:45:57.730 INFO E| Downloaded tempfile v3.7.0
20962024-08-26T19:45:59.045Z[ helios-setup] Aug 26 19:45:57.734 INFO E| Downloaded getrandom v0.2.10
20972024-08-26T19:45:59.050Z[ helios-setup] Aug 26 19:45:57.739 INFO E| Downloaded unicode-ident v1.0.11
20982024-08-26T19:45:59.055Z[ helios-setup] Aug 26 19:45:57.744 INFO E| Downloaded typenum v1.16.0
20992024-08-26T19:45:59.059Z[ helios-setup] Aug 26 19:45:57.748 INFO E| Downloaded serde v1.0.193
21002024-08-26T19:45:59.065Z[ helios-setup] Aug 26 19:45:57.754 INFO E| Downloaded ryu v1.0.15
21012024-08-26T19:45:59.071Z[ helios-setup] Aug 26 19:45:57.760 INFO E| Downloaded toml v0.5.11
21022024-08-26T19:45:59.075Z[ helios-setup] Aug 26 19:45:57.764 INFO E| Downloaded serde_derive v1.0.193
21032024-08-26T19:45:59.079Z[ helios-setup] Aug 26 19:45:57.769 INFO E| Downloaded proc-macro2 v1.0.66
21042024-08-26T19:45:59.084Z[ helios-setup] Aug 26 19:45:57.773 INFO E| Downloaded serde_json v1.0.103
21052024-08-26T19:45:59.123Z[ helios-setup] Aug 26 19:45:57.812 INFO E| Downloaded anyhow v1.0.72
21062024-08-26T19:45:59.141Z[ helios-setup] Aug 26 19:45:57.830 INFO E| Downloaded syn v2.0.32
21072024-08-26T19:45:59.179Z[ helios-setup] Aug 26 19:45:57.868 INFO E| Downloaded rustix v0.38.4
21082024-08-26T19:45:59.233Z[ helios-setup] Aug 26 19:45:57.923 INFO E| Downloaded libc v0.2.147
21092024-08-26T19:45:59.473Z[ helios-setup] Aug 26 19:45:58.162 INFO E| Compiling libc v0.2.147
21102024-08-26T19:45:59.557Z[ helios-setup] Aug 26 19:45:58.246 INFO E| Compiling proc-macro2 v1.0.66
21112024-08-26T19:45:59.557Z[ helios-setup] Aug 26 19:45:58.246 INFO E| Compiling unicode-ident v1.0.11
21122024-08-26T19:45:59.557Z[ helios-setup] Aug 26 19:45:58.246 INFO E| Compiling cfg-if v1.0.0
21132024-08-26T19:45:59.569Z[ helios-setup] Aug 26 19:45:58.246 INFO E| Compiling typenum v1.16.0
21142024-08-26T19:45:59.569Z[ helios-setup] Aug 26 19:45:58.247 INFO E| Compiling version_check v0.9.4
21152024-08-26T19:45:59.569Z[ helios-setup] Aug 26 19:45:58.247 INFO E| Compiling serde v1.0.193
21162024-08-26T19:45:59.569Z[ helios-setup] Aug 26 19:45:58.247 INFO E| Compiling slog v2.7.0
21172024-08-26T19:46:00.102Z[ helios-setup] Aug 26 19:45:58.791 INFO E| Compiling itoa v1.0.9
21182024-08-26T19:46:00.147Z[ helios-setup] Aug 26 19:45:58.836 INFO E| Compiling num-conv v0.1.0
21192024-08-26T19:46:00.686Z[ helios-setup] Aug 26 19:45:59.373 INFO E| Compiling powerfmt v0.2.0
21202024-08-26T19:46:00.935Z[ helios-setup] Aug 26 19:45:59.624 INFO E| Compiling rustix v0.38.4
21212024-08-26T19:46:01.142Z[ helios-setup] Aug 26 19:45:59.831 INFO E| Compiling time-core v0.1.2
21222024-08-26T19:46:01.373Z[ helios-setup] Aug 26 19:46:00.062 INFO E| Compiling deranged v0.3.11
21232024-08-26T19:46:01.459Z[ helios-setup] Aug 26 19:46:00.148 INFO E| Compiling once_cell v1.18.0
21242024-08-26T19:46:01.533Z[ helios-setup] Aug 26 19:46:00.222 INFO E| Compiling time-macros v0.2.18
21252024-08-26T19:46:01.576Z[ helios-setup] Aug 26 19:46:00.265 INFO E| Compiling generic-array v0.14.7
21262024-08-26T19:46:02.195Z[ helios-setup] Aug 26 19:46:00.883 INFO E| Compiling bitflags v2.3.3
21272024-08-26T19:46:02.296Z[ host-package] Compiling macaddr v1.0.1
21282024-08-26T19:46:02.319Z[ helios-setup] Aug 26 19:46:01.008 INFO E| Compiling num_threads v0.1.6
21292024-08-26T19:46:02.369Z[ helios-setup] Aug 26 19:46:01.056 INFO E| Compiling thread_local v1.1.7
21302024-08-26T19:46:03.146Z[ helios-setup] Aug 26 19:46:01.834 INFO E| Compiling quote v1.0.31
21312024-08-26T19:46:03.187Z[ host-package] Compiling slog-dtrace v0.3.0
21322024-08-26T19:46:03.513Z[ helios-setup] Aug 26 19:46:02.202 INFO E| Compiling dirs-sys-next v0.1.2
21332024-08-26T19:46:03.637Z[ host-package] Compiling linked-hash-map v0.5.6
21342024-08-26T19:46:04.244Z[ helios-setup] Aug 26 19:46:02.932 INFO E| Compiling syn v2.0.32
21352024-08-26T19:46:04.270Z[ helios-setup] Aug 26 19:46:02.958 INFO E| Compiling dirs-next v2.0.0
21362024-08-26T19:46:04.323Z[ helios-setup] Aug 26 19:46:03.012 INFO E| Compiling errno v0.3.1
21372024-08-26T19:46:04.409Z[ helios-setup] Aug 26 19:46:03.098 INFO E| Compiling term v0.7.0
21382024-08-26T19:46:04.839Z[ helios-setup] Aug 26 19:46:03.528 INFO E| Compiling atty v0.2.14
21392024-08-26T19:46:04.910Z[ helios-setup] Aug 26 19:46:03.599 INFO E| Compiling anyhow v1.0.72
21402024-08-26T19:46:05.001Z[ host-package] Compiling lru-cache v0.1.2
21412024-08-26T19:46:05.161Z[ helios-setup] Aug 26 19:46:03.849 INFO E| Compiling fastrand v2.0.0
21422024-08-26T19:46:05.472Z[ helios-setup] Aug 26 19:46:04.160 INFO E| Compiling serde_json v1.0.103
21432024-08-26T19:46:05.791Z[ helios-setup] Aug 26 19:46:04.479 INFO E| Compiling opaque-debug v0.3.0
21442024-08-26T19:46:06.159Z[ host-package] Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
21452024-08-26T19:46:06.434Z[ helios-setup] Aug 26 19:46:05.121 INFO E| Compiling getrandom v0.2.10
21462024-08-26T19:46:06.624Z[ helios-setup] Aug 26 19:46:05.312 INFO E| Compiling block-buffer v0.9.0
21472024-08-26T19:46:06.876Z[ helios-setup] Aug 26 19:46:05.564 INFO E| Compiling digest v0.9.0
21482024-08-26T19:46:06.977Z[ helios-setup] Aug 26 19:46:05.665 INFO E| Compiling same-file v1.0.6
21492024-08-26T19:46:07.034Z[ helios-setup] Aug 26 19:46:05.722 INFO E| Compiling unicode-width v0.1.10
21502024-08-26T19:46:07.147Z[ helios-setup] Aug 26 19:46:05.835 INFO E| Compiling cpufeatures v0.2.9
21512024-08-26T19:46:07.159Z[ helios-setup] Aug 26 19:46:05.848 INFO E| Compiling time v0.3.36
21522024-08-26T19:46:07.211Z[ helios-setup] Aug 26 19:46:05.899 INFO E| Compiling ryu v1.0.15
21532024-08-26T19:46:07.286Z[ helios-setup] Aug 26 19:46:05.974 INFO E| Compiling getopts v0.2.21
21542024-08-26T19:46:07.394Z[ helios-setup] Aug 26 19:46:06.082 INFO E| Compiling sha-1 v0.9.8
21552024-08-26T19:46:07.511Z[ helios-setup] Aug 26 19:46:06.200 INFO E| Compiling walkdir v2.3.3
21562024-08-26T19:46:07.829Z[ helios-setup] Aug 26 19:46:06.517 INFO E| Compiling tempfile v3.7.0
21572024-08-26T19:46:08.132Z[ host-package] Compiling quick-error v1.2.3
21582024-08-26T19:46:08.153Z[ helios-setup] Aug 26 19:46:06.842 INFO E| Compiling md-5 v0.9.1
21592024-08-26T19:46:08.235Z[ host-package] Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
21602024-08-26T19:46:08.644Z[ host-package] Compiling resolv-conf v0.7.0
21612024-08-26T19:46:09.086Z[ helios-setup] Aug 26 19:46:07.774 INFO E| Compiling libdevinfo-sys v1.0.0
21622024-08-26T19:46:09.261Z[ helios-setup] Aug 26 19:46:07.949 INFO E| Compiling glob v0.3.1
21632024-08-26T19:46:09.555Z[ host-package] Compiling hickory-resolver v0.24.1
21642024-08-26T19:46:10.057Z[ host-package] Compiling swrite v0.1.0
21652024-08-26T19:46:10.332Z[ host-package] Compiling utf-8 v0.7.6
21662024-08-26T19:46:10.600Z[ helios-setup] Aug 26 19:46:09.288 INFO E| Compiling slog-term v2.9.0
21672024-08-26T19:46:10.854Z[ host-package] Compiling oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
21682024-08-26T19:46:11.213Z[ host-package] Compiling rayon-core v1.12.1
21692024-08-26T19:46:11.278Z[ host-package] Compiling nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
21702024-08-26T19:46:13.502Z[ host-package] Compiling crossbeam-deque v0.8.5
21712024-08-26T19:46:13.675Z[ helios-setup] Aug 26 19:46:12.362 INFO E| Compiling serde_derive v1.0.193
21722024-08-26T19:46:13.953Z[ host-package] Compiling half v2.4.1
21732024-08-26T19:46:15.041Z[ host-package] Compiling fastrand v2.1.0
21742024-08-26T19:46:15.596Z[ host-package] Compiling ciborium-io v0.2.2
21752024-08-26T19:46:15.765Z[ host-package] Compiling display-error-chain v0.2.0
21762024-08-26T19:46:16.035Z[ host-package] Compiling same-file v1.0.6
21772024-08-26T19:46:16.098Z[ host-package] Compiling ciborium-ll v0.2.2
21782024-08-26T19:46:16.333Z[ host-package] Compiling walkdir v2.5.0
21792024-08-26T19:46:16.697Z[ host-package] Compiling tempfile v3.10.1
21802024-08-26T19:46:17.563Z[ host-package] Compiling internal-dns v0.1.0 (/work/oxidecomputer/omicron/internal-dns)
21812024-08-26T19:46:18.805Z[ host-package] Compiling blake3 v1.5.1
21822024-08-26T19:46:18.916Z[ host-package] Compiling ring v0.16.20
21832024-08-26T19:46:19.523Z[ host-package] Compiling rayon v1.10.0
21842024-08-26T19:46:24.941Z[ host-package] Compiling ciborium v0.2.2
21852024-08-26T19:46:26.599Z[ host-package] Compiling sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
21862024-08-26T19:46:27.666Z[ host-package] Compiling xattr v1.3.1
21872024-08-26T19:46:27.992Z[ host-package] Compiling filetime v0.2.24
21882024-08-26T19:46:28.244Z[ helios-setup] Aug 26 19:46:26.929 INFO E| Compiling toml v0.5.11
21892024-08-26T19:46:28.244Z[ helios-setup] Aug 26 19:46:26.929 INFO E| Compiling uuid v0.8.2
21902024-08-26T19:46:28.389Z[ host-package] Compiling memmap2 v0.9.4
21912024-08-26T19:46:29.160Z[ host-package] Compiling constant_time_eq v0.3.0
21922024-08-26T19:46:29.482Z[ host-package] Compiling arrayref v0.3.7
21932024-08-26T19:46:29.642Z[ host-package] Compiling cancel-safe-futures v0.1.5
21942024-08-26T19:46:30.198Z[ host-package] Compiling spin v0.5.2
21952024-08-26T19:46:30.403Z[ helios-setup] Aug 26 19:46:29.088 INFO E| Compiling jmclib v0.1.0 (https://github.com/jclulow/rust-jmclib#98fb2268)
21962024-08-26T19:46:30.565Z[ host-package] Compiling arrayvec v0.7.4
21972024-08-26T19:46:31.106Z[ host-package] Compiling untrusted v0.7.1
21982024-08-26T19:46:32.004Z[ host-package] Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro)
21992024-08-26T19:46:32.502Z[ host-package] Compiling tar v0.4.41
22002024-08-26T19:46:33.561Z[ helios-setup] Aug 26 19:46:32.246 INFO E| Compiling illumos-image-builder v0.0.0 (/work/oxidecomputer/helios/projects/image-builder)
22012024-08-26T19:46:34.720Z[ host-package] Compiling camino-tempfile v1.1.1
22022024-08-26T19:46:35.222Z[ host-package] Compiling toolchain_find v0.4.0
22032024-08-26T19:46:35.294Z[ host-package] Compiling nibble_vec v0.1.0
22042024-08-26T19:46:35.473Z[ host-package] Compiling atty v0.2.14
22052024-08-26T19:46:35.636Z[ host-package] Compiling glob v0.3.1
22062024-08-26T19:46:35.868Z[ host-package] Compiling maplit v1.0.2
22072024-08-26T19:46:35.964Z[ host-package] Compiling topological-sort v0.2.2
22082024-08-26T19:46:36.046Z[ host-package] Compiling crunchy v0.2.2
22092024-08-26T19:46:36.241Z[ host-package] Compiling endian-type v0.1.2
22102024-08-26T19:46:36.249Z[ host-package] Compiling omicron-zone-package v0.11.0
22112024-08-26T19:46:36.576Z[ host-package] Compiling clang-sys v1.7.0
22122024-08-26T19:46:36.603Z[ host-package] Compiling radix_trie v0.2.1
22132024-08-26T19:46:36.656Z[ host-package] Compiling rustfmt-wrapper v0.2.1
22142024-08-26T19:46:37.114Z[ host-package] Compiling oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
22152024-08-26T19:46:37.453Z[ host-package] Compiling tungstenite v0.21.0
22162024-08-26T19:46:37.558Z[ host-package] Compiling tiny-keccak v2.0.2
22172024-08-26T19:46:37.838Z[ host-package] Compiling nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
22182024-08-26T19:46:37.966Z[ host-package] Compiling dsl_auto_type v0.1.2
22192024-08-26T19:46:38.225Z[ host-package] Compiling scheduled-thread-pool v0.2.7
22202024-08-26T19:46:39.495Z[ host-package] Compiling tokio-tungstenite v0.21.0
22212024-08-26T19:46:39.765Z[ host-package] Compiling diesel_table_macro_syntax v0.2.0
22222024-08-26T19:46:40.338Z[ host-package] Compiling arc-swap v1.7.1
22232024-08-26T19:46:40.373Z[ host-package] Compiling diesel_derives v2.2.2
22242024-08-26T19:46:41.092Z[ host-package] Compiling slog-scope v4.4.0
22252024-08-26T19:46:42.224Z[ host-package] Compiling r2d2 v0.8.10
22262024-08-26T19:46:42.347Z[ host-package] Compiling dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client)
22272024-08-26T19:46:42.817Z[ host-package] Compiling ascii-canvas v3.0.0
22282024-08-26T19:46:42.883Z[ host-package] Compiling ena v0.14.3
22292024-08-26T19:46:43.363Z[ host-package] Compiling libloading v0.8.3
22302024-08-26T19:46:43.384Z[ host-package] Compiling diff v0.1.13
22312024-08-26T19:46:43.386Z[ host-package] Compiling bindgen v0.69.4
22322024-08-26T19:46:43.987Z[ host-package] Compiling regex-syntax v0.6.29
22332024-08-26T19:46:44.653Z[ host-package] Compiling slog-stdlog v4.1.1
22342024-08-26T19:46:45.653Z[ host-package] Compiling omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates)
22352024-08-26T19:46:46.246Z[ helios-setup] Aug 26 19:46:44.929 INFO E| Finished `dev` profile [unoptimized + debuginfo] target(s) in 48.37s
22362024-08-26T19:46:46.279Z[ helios-setup] Aug 26 19:46:44.962 INFO building project "image-builder" ok (48 seconds)
22372024-08-26T19:46:46.279Z[ helios-setup] Aug 26 19:46:44.962 INFO building project "pilot" at /work/oxidecomputer/helios/projects/pilot
22382024-08-26T19:46:46.279Z[ helios-setup] Aug 26 19:46:44.962 INFO exec: ["cargo", "build", "--locked", "--release"], pwd: Some("/work/oxidecomputer/helios/projects/pilot")
22392024-08-26T19:46:46.766Z[ helios-setup] Aug 26 19:46:45.448 INFO E| Updating git repository `https://github.com/jclulow/hiercmd`
22402024-08-26T19:46:46.897Z[ host-package] Compiling which v4.4.2
22412024-08-26T19:46:47.297Z[ helios-setup] Aug 26 19:46:45.980 INFO E| From https://github.com/jclulow/hiercmd
22422024-08-26T19:46:47.297Z[ helios-setup] Aug 26 19:46:45.980 INFO E| * [new ref] d9d28d6aa06f0740b8668b9e64c0f4bb69243aad -> refs/commit/d9d28d6aa06f0740b8668b9e64c0f4bb69243aad
22432024-08-26T19:46:47.319Z[ helios-setup] Aug 26 19:46:46.002 INFO E| Updating git repository `https://github.com/jclulow/network-interface`
22442024-08-26T19:46:47.502Z[ host-package] Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common)
22452024-08-26T19:46:47.741Z[ host-package] Compiling lalrpop v0.19.12
22462024-08-26T19:46:47.839Z[ helios-setup] Aug 26 19:46:46.522 INFO E| From https://github.com/jclulow/network-interface
22472024-08-26T19:46:47.840Z[ helios-setup] Aug 26 19:46:46.522 INFO E| * [new ref] 827e6b7ba62ea32474ef38b1b02942bdf3933624 -> refs/commit/827e6b7ba62ea32474ef38b1b02942bdf3933624
22482024-08-26T19:46:47.877Z[ helios-setup] Aug 26 19:46:46.560 INFO E| Updating git repository `https://github.com/oxidecomputer/boot-image-tools.git`
22492024-08-26T19:46:48.374Z[ helios-setup] Aug 26 19:46:47.057 INFO E| From https://github.com/oxidecomputer/boot-image-tools
22502024-08-26T19:46:48.374Z[ helios-setup] Aug 26 19:46:47.057 INFO E| * [new ref] 300caa098652a2988eb3cbf936868cb719a155ff -> refs/commit/300caa098652a2988eb3cbf936868cb719a155ff
22512024-08-26T19:46:48.414Z[ helios-setup] Aug 26 19:46:47.097 INFO E| Updating git repository `git+ssh://git@github.com/oxidecomputer/facade`
22522024-08-26T19:46:49.222Z[ helios-setup] Aug 26 19:46:47.903 INFO E| From https://github.com/oxidecomputer/facade
22532024-08-26T19:46:49.222Z[ helios-setup] Aug 26 19:46:47.903 INFO E| * [new ref] aadb1404d3e53f6d1b5928a1aa09dcec0e0a3892 -> refs/commit/aadb1404d3e53f6d1b5928a1aa09dcec0e0a3892
22542024-08-26T19:46:49.313Z[ helios-setup] Aug 26 19:46:47.995 INFO E| Updating crates.io index
22552024-08-26T19:46:49.681Z[ host-package] Compiling cexpr v0.6.0
22562024-08-26T19:46:50.039Z[ helios-setup] Aug 26 19:46:48.721 INFO E| Downloading crates ...
22572024-08-26T19:46:50.298Z[ helios-setup] Aug 26 19:46:48.981 INFO E| Downloaded const-random v0.1.15
22582024-08-26T19:46:50.301Z[ helios-setup] Aug 26 19:46:48.983 INFO E| Downloaded concolor-override v1.0.0
22592024-08-26T19:46:50.303Z[ helios-setup] Aug 26 19:46:48.985 INFO E| Downloaded byteorder v1.4.3
22602024-08-26T19:46:50.306Z[ helios-setup] Aug 26 19:46:48.988 INFO E| Downloaded autocfg v1.1.0
22612024-08-26T19:46:50.309Z[ helios-setup] Aug 26 19:46:48.991 INFO E| Downloaded project-root v0.2.2
22622024-08-26T19:46:50.312Z[ helios-setup] Aug 26 19:46:48.992 INFO E| Downloaded anstream v0.2.6
22632024-08-26T19:46:50.351Z[ helios-setup] Aug 26 19:46:49.033 INFO E| Downloaded want v0.3.0
22642024-08-26T19:46:50.354Z[ helios-setup] Aug 26 19:46:49.035 INFO E| Downloaded try-lock v0.2.4
22652024-08-26T19:46:50.356Z[ helios-setup] Aug 26 19:46:49.037 INFO E| Downloaded sha2 v0.10.6
22662024-08-26T19:46:50.359Z[ helios-setup] Aug 26 19:46:49.041 INFO E| Downloaded futures-sink v0.3.28
22672024-08-26T19:46:50.361Z[ helios-setup] Aug 26 19:46:49.043 INFO E| Downloaded memoffset v0.7.1
22682024-08-26T19:46:50.363Z[ helios-setup] Aug 26 19:46:49.046 INFO E| Downloaded futures-core v0.3.28
22692024-08-26T19:46:50.365Z[ helios-setup] Aug 26 19:46:49.048 INFO E| Downloaded serde_spanned v0.6.1
22702024-08-26T19:46:50.368Z[ helios-setup] Aug 26 19:46:49.050 INFO E| Downloaded serde_derive v1.0.204
22712024-08-26T19:46:50.376Z[ helios-setup] Aug 26 19:46:49.055 INFO E| Downloaded semver-parser v0.10.2
22722024-08-26T19:46:50.393Z[ helios-setup] Aug 26 19:46:49.075 INFO E| Downloaded pkg-config v0.3.26
22732024-08-26T19:46:50.395Z[ helios-setup] Aug 26 19:46:49.078 INFO E| Downloaded toolchain_find v0.2.0
22742024-08-26T19:46:50.398Z[ helios-setup] Aug 26 19:46:49.079 INFO E| Downloaded thiserror v1.0.38
22752024-08-26T19:46:50.403Z[ helios-setup] Aug 26 19:46:49.086 INFO E| Downloaded terminal_size v0.2.6
22762024-08-26T19:46:50.406Z[ helios-setup] Aug 26 19:46:49.089 INFO E| Downloaded smawk v0.3.1
22772024-08-26T19:46:50.408Z[ helios-setup] Aug 26 19:46:49.091 INFO E| Downloaded tokio-macros v2.0.0
22782024-08-26T19:46:50.411Z[ helios-setup] Aug 26 19:46:49.092 INFO E| Downloaded getrandom v0.2.8
22792024-08-26T19:46:50.415Z[ helios-setup] Aug 26 19:46:49.098 INFO E| Downloaded anstyle v0.3.5
22802024-08-26T19:46:50.418Z[ helios-setup] Aug 26 19:46:49.100 INFO E| Downloaded slab v0.4.7
22812024-08-26T19:46:50.420Z[ helios-setup] Aug 26 19:46:49.103 INFO E| Downloaded sha1 v0.10.5
22822024-08-26T19:46:50.425Z[ helios-setup] Aug 26 19:46:49.106 INFO E| Downloaded slog-async v2.7.0
22832024-08-26T19:46:50.428Z[ helios-setup] Aug 26 19:46:49.109 INFO E| Downloaded home v0.5.4
22842024-08-26T19:46:50.430Z[ helios-setup] Aug 26 19:46:49.111 INFO E| Downloaded futures-macro v0.3.28
22852024-08-26T19:46:50.432Z[ helios-setup] Aug 26 19:46:49.114 INFO E| Downloaded futures-task v0.3.28
22862024-08-26T19:46:50.435Z[ helios-setup] Aug 26 19:46:49.117 INFO E| Downloaded thiserror-impl v1.0.38
22872024-08-26T19:46:50.437Z[ helios-setup] Aug 26 19:46:49.119 INFO E| Downloaded is-terminal v0.4.7
22882024-08-26T19:46:50.440Z[ helios-setup] Aug 26 19:46:49.121 INFO E| Downloaded strsim v0.10.0
22892024-08-26T19:46:50.504Z[ helios-setup] Aug 26 19:46:49.186 INFO E| Downloaded toml_datetime v0.6.1
22902024-08-26T19:46:50.506Z[ helios-setup] Aug 26 19:46:49.188 INFO E| Downloaded tokio-tungstenite v0.18.0
22912024-08-26T19:46:50.509Z[ helios-setup] Aug 26 19:46:49.192 INFO E| Downloaded tokio-rustls v0.24.0
22922024-08-26T19:46:50.514Z[ helios-setup] Aug 26 19:46:49.196 INFO E| Downloaded time v0.1.45
22932024-08-26T19:46:50.517Z[ helios-setup] Aug 26 19:46:49.199 INFO E| Downloaded unicode-ident v1.0.8
22942024-08-26T19:46:50.522Z[ helios-setup] Aug 26 19:46:49.205 INFO E| Downloaded log v0.4.17
22952024-08-26T19:46:50.527Z[ helios-setup] Aug 26 19:46:49.210 INFO E| Downloaded toml v0.7.3
22962024-08-26T19:46:50.535Z[ helios-setup] Aug 26 19:46:49.217 INFO E| Downloaded semver v1.0.17
22972024-08-26T19:46:50.538Z[ helios-setup] Aug 26 19:46:49.221 INFO E| Downloaded unicode-bidi v0.3.13
22982024-08-26T19:46:50.544Z[ helios-setup] Aug 26 19:46:49.226 INFO E| Downloaded socket2 v0.4.9
22992024-08-26T19:46:50.547Z[ helios-setup] Aug 26 19:46:49.230 INFO E| Downloaded url v2.3.1
23002024-08-26T19:46:50.554Z[ helios-setup] Aug 26 19:46:49.236 INFO E| Downloaded uuid v1.3.0
23012024-08-26T19:46:50.564Z[ helios-setup] Aug 26 19:46:49.246 INFO E| Downloaded unsafe-libyaml v0.2.8
23022024-08-26T19:46:50.571Z[ helios-setup] Aug 26 19:46:49.254 INFO E| Downloaded serde v1.0.204
23032024-08-26T19:46:50.580Z[ helios-setup] Aug 26 19:46:49.261 INFO E| Downloaded unicode-linebreak v0.1.4
23042024-08-26T19:46:50.583Z[ helios-setup] Aug 26 19:46:49.265 INFO E| Downloaded unicode-normalization v0.1.22
23052024-08-26T19:46:50.590Z[ helios-setup] Aug 26 19:46:49.272 INFO E| Downloaded rhai_codegen v1.5.0
23062024-08-26T19:46:50.609Z[ helios-setup] Aug 26 19:46:49.291 INFO E| Downloaded winnow v0.4.1
23072024-08-26T19:46:50.631Z[ helios-setup] Aug 26 19:46:49.313 INFO E| Downloaded syn v1.0.107
23082024-08-26T19:46:50.651Z[ helios-setup] Aug 26 19:46:49.333 INFO E| Downloaded syn v2.0.72
23092024-08-26T19:46:50.669Z[ helios-setup] Aug 26 19:46:49.351 INFO E| Downloaded cc v1.0.78
23102024-08-26T19:46:50.675Z[ helios-setup] Aug 26 19:46:49.357 INFO E| Downloaded tokio v1.27.0
23112024-08-26T19:46:50.727Z[ helios-setup] Aug 26 19:46:49.409 INFO E| Downloaded schemars v0.8.12
23122024-08-26T19:46:50.744Z[ helios-setup] Aug 26 19:46:49.425 INFO E| Downloaded memchr v2.5.0
23132024-08-26T19:46:50.749Z[ helios-setup] Aug 26 19:46:49.431 INFO E| Downloaded crossbeam-channel v0.5.6
23142024-08-26T19:46:50.754Z[ helios-setup] Aug 26 19:46:49.437 INFO E| Downloaded aho-corasick v0.7.20
23152024-08-26T19:46:50.760Z[ helios-setup] Aug 26 19:46:49.443 INFO E| Downloaded rustls-webpki v0.100.1
23162024-08-26T19:46:50.771Z[ helios-setup] Aug 26 19:46:49.453 INFO E| Downloaded mio v0.8.5
23172024-08-26T19:46:50.779Z[ helios-setup] Aug 26 19:46:49.462 INFO E| Downloaded pest v2.5.7
23182024-08-26T19:46:50.786Z[ helios-setup] Aug 26 19:46:49.469 INFO E| Downloaded futures-util v0.3.28
23192024-08-26T19:46:50.806Z[ helios-setup] Aug 26 19:46:49.489 INFO E| Downloaded http v0.2.9
23202024-08-26T19:46:50.812Z[ helios-setup] Aug 26 19:46:49.495 INFO E| Downloaded h2 v0.3.16
23212024-08-26T19:46:50.823Z[ helios-setup] Aug 26 19:46:49.506 INFO E| Downloaded miniz_oxide v0.6.2
23222024-08-26T19:46:50.827Z[ helios-setup] Aug 26 19:46:49.509 INFO E| Downloaded base64 v0.21.0
23232024-08-26T19:46:50.832Z[ helios-setup] Aug 26 19:46:49.515 INFO E| Downloaded ryu v1.0.13
23242024-08-26T19:46:50.837Z[ helios-setup] Aug 26 19:46:49.520 INFO E| Downloaded reqwest v0.11.16
23252024-08-26T19:46:50.850Z[ helios-setup] Aug 26 19:46:49.532 INFO E| Downloaded rayon-core v1.10.2
23262024-08-26T19:46:50.857Z[ helios-setup] Aug 26 19:46:49.540 INFO E| Downloaded rayon v1.6.1
23272024-08-26T19:46:50.873Z[ helios-setup] Aug 26 19:46:49.555 INFO E| Downloaded clap_builder v4.2.1
23282024-08-26T19:46:50.882Z[ helios-setup] Aug 26 19:46:49.565 INFO E| Downloaded hyper v0.14.25
23292024-08-26T19:46:50.894Z[ helios-setup] Aug 26 19:46:49.576 INFO E| Downloaded git2 v0.16.1
23302024-08-26T19:46:50.905Z[ helios-setup] Aug 26 19:46:49.587 INFO E| Downloaded chrono v0.4.24
23312024-08-26T19:46:50.916Z[ helios-setup] Aug 26 19:46:49.598 INFO E| Downloaded regress v0.5.0
23322024-08-26T19:46:50.928Z[ helios-setup] Aug 26 19:46:49.610 INFO E| Downloaded flate2 v1.0.25
23332024-08-26T19:46:50.936Z[ helios-setup] Aug 26 19:46:49.618 INFO E| Downloaded rustls v0.21.0
23342024-08-26T19:46:50.955Z[ helios-setup] Aug 26 19:46:49.638 INFO E| Downloaded futures v0.3.28
23352024-08-26T19:46:50.964Z[ helios-setup] Aug 26 19:46:49.646 INFO E| Downloaded rustix v0.37.3
23362024-08-26T19:46:50.996Z[ helios-setup] Aug 26 19:46:49.678 INFO E| Downloaded rhai v1.14.0
23372024-08-26T19:46:51.019Z[ helios-setup] Aug 26 19:46:49.700 INFO E| Downloaded regex v1.7.3
23382024-08-26T19:46:51.034Z[ helios-setup] Aug 26 19:46:49.714 INFO E| Downloaded openapiv3 v1.0.2
23392024-08-26T19:46:51.133Z[ helios-setup] Aug 26 19:46:49.735 INFO E| Downloaded crossbeam-epoch v0.9.13
23402024-08-26T19:46:51.134Z[ helios-setup] Aug 26 19:46:49.739 INFO E| Downloaded bytes v1.4.0
23412024-08-26T19:46:51.149Z[ helios-setup] Aug 26 19:46:49.745 INFO E| Downloaded serde_json v1.0.95
23422024-08-26T19:46:51.149Z[ helios-setup] Aug 26 19:46:49.757 INFO E| Downloaded pin-project-lite v0.2.9
23432024-08-26T19:46:51.149Z[ helios-setup] Aug 26 19:46:49.764 INFO E| Downloaded parking_lot_core v0.9.6
23442024-08-26T19:46:51.149Z[ helios-setup] Aug 26 19:46:49.768 INFO E| Downloaded toml_edit v0.19.8
23452024-08-26T19:46:51.149Z[ helios-setup] Aug 26 19:46:49.797 INFO E| Downloaded lock_api v0.4.9
23462024-08-26T19:46:51.149Z[ helios-setup] Aug 26 19:46:49.799 INFO E| Downloaded ipnet v2.7.2
23472024-08-26T19:46:51.149Z[ helios-setup] Aug 26 19:46:49.802 INFO E| Downloaded io-lifetimes v1.0.10
23482024-08-26T19:46:51.149Z[ helios-setup] Aug 26 19:46:49.805 INFO E| Downloaded tokio-util v0.7.7
23492024-08-26T19:46:51.152Z[ helios-setup] Aug 26 19:46:49.832 INFO E| Downloaded libc v0.2.139
23502024-08-26T19:46:51.189Z[ helios-setup] Aug 26 19:46:49.871 INFO E| Downloaded clap v4.2.1
23512024-08-26T19:46:51.204Z[ helios-setup] Aug 26 19:46:49.887 INFO E| Downloaded tungstenite v0.18.0
23522024-08-26T19:46:51.211Z[ helios-setup] Aug 26 19:46:49.892 INFO E| Downloaded tracing-core v0.1.30
23532024-08-26T19:46:51.214Z[ helios-setup] Aug 26 19:46:49.897 INFO E| Downloaded tracing v0.1.37
23542024-08-26T19:46:51.222Z[ helios-setup] Aug 26 19:46:49.904 INFO E| Downloaded parking_lot v0.12.1
23552024-08-26T19:46:51.225Z[ helios-setup] Aug 26 19:46:49.908 INFO E| Downloaded num-traits v0.2.15
23562024-08-26T19:46:51.230Z[ helios-setup] Aug 26 19:46:49.913 INFO E| Downloaded textwrap v0.16.0
23572024-08-26T19:46:51.234Z[ helios-setup] Aug 26 19:46:49.916 INFO E| Downloaded ucd-trie v0.1.5
23582024-08-26T19:46:51.237Z[ helios-setup] Aug 26 19:46:49.919 INFO E| Downloaded schemars_derive v0.8.12
23592024-08-26T19:46:51.239Z[ helios-setup] Aug 26 19:46:49.922 INFO E| Downloaded futures-channel v0.3.28
23602024-08-26T19:46:51.242Z[ helios-setup] Aug 26 19:46:49.925 INFO E| Downloaded cargo-lock v8.0.3
23612024-08-26T19:46:51.248Z[ helios-setup] Aug 26 19:46:49.930 INFO E| Downloaded scopeguard v1.1.0
23622024-08-26T19:46:51.251Z[ helios-setup] Aug 26 19:46:49.931 INFO E| Downloaded generic-array v0.14.6
23632024-08-26T19:46:51.253Z[ helios-setup] Aug 26 19:46:49.933 INFO E| Downloaded proc-macro-crate v1.2.1
23642024-08-26T19:46:51.253Z[ helios-setup] Aug 26 19:46:49.935 INFO E| Downloaded crossbeam-deque v0.8.2
23652024-08-26T19:46:51.256Z[ helios-setup] Aug 26 19:46:49.937 INFO E| Downloaded tempfile v3.5.0
23662024-08-26T19:46:51.270Z[ helios-setup] Aug 26 19:46:49.952 INFO E| Downloaded serde_yaml v0.9.21
23672024-08-26T19:46:51.276Z[ helios-setup] Aug 26 19:46:49.957 INFO E| Downloaded num_enum_derive v0.5.7
23682024-08-26T19:46:51.278Z[ helios-setup] Aug 26 19:46:49.959 INFO E| Downloaded num_cpus v1.15.0
23692024-08-26T19:46:51.282Z[ helios-setup] Aug 26 19:46:49.962 INFO E| Downloaded crossbeam-utils v0.8.14
23702024-08-26T19:46:51.285Z[ helios-setup] Aug 26 19:46:49.967 INFO E| Downloaded async-trait v0.1.68
23712024-08-26T19:46:51.291Z[ helios-setup] Aug 26 19:46:49.971 INFO E| Downloaded anstyle-parse v0.1.1
23722024-08-26T19:46:51.294Z[ helios-setup] Aug 26 19:46:49.974 INFO E| Downloaded ahash v0.7.6
23732024-08-26T19:46:51.296Z[ helios-setup] Aug 26 19:46:49.978 INFO E| Downloaded smartstring v1.0.1
23742024-08-26T19:46:51.299Z[ helios-setup] Aug 26 19:46:49.981 INFO E| Downloaded smallvec v1.10.0
23752024-08-26T19:46:51.303Z[ helios-setup] Aug 26 19:46:49.984 INFO E| Downloaded serde_path_to_error v0.1.11
23762024-08-26T19:46:51.305Z[ helios-setup] Aug 26 19:46:49.987 INFO E| Downloaded serde_derive_internals v0.26.0
23772024-08-26T19:46:51.308Z[ helios-setup] Aug 26 19:46:49.989 INFO E| Downloaded sct v0.7.0
23782024-08-26T19:46:51.313Z[ helios-setup] Aug 26 19:46:49.994 INFO E| Downloaded percent-encoding v2.2.0
23792024-08-26T19:46:51.315Z[ helios-setup] Aug 26 19:46:49.995 INFO E| Downloaded once_cell v1.17.0
23802024-08-26T19:46:51.318Z[ helios-setup] Aug 26 19:46:49.999 INFO E| Downloaded encoding_rs v0.8.32
23812024-08-26T19:46:51.349Z[ helios-setup] Aug 26 19:46:50.031 INFO E| Downloaded num-integer v0.1.45
23822024-08-26T19:46:51.351Z[ helios-setup] Aug 26 19:46:50.033 INFO E| Downloaded lazy_static v1.4.0
23832024-08-26T19:46:51.353Z[ helios-setup] Aug 26 19:46:50.035 INFO E| Downloaded jobserver v0.1.26
23842024-08-26T19:46:51.356Z[ helios-setup] Aug 26 19:46:50.037 INFO E| Downloaded itoa v1.0.6
23852024-08-26T19:46:51.379Z[ helios-setup] Aug 26 19:46:50.061 INFO E| Downloaded http-body v0.4.5
23862024-08-26T19:46:51.381Z[ helios-setup] Aug 26 19:46:50.063 INFO E| Downloaded either v1.8.0
23872024-08-26T19:46:51.386Z[ helios-setup] Aug 26 19:46:50.065 INFO E| Downloaded form_urlencoded v1.1.0
23882024-08-26T19:46:51.386Z[ helios-setup] Aug 26 19:46:50.066 INFO E| Downloaded fastrand v1.9.0
23892024-08-26T19:46:51.386Z[ helios-setup] Aug 26 19:46:50.068 INFO E| Downloaded digest v0.10.6
23902024-08-26T19:46:51.389Z[ helios-setup] Aug 26 19:46:50.071 INFO E| Downloaded concolor-query v0.3.3
23912024-08-26T19:46:51.391Z[ helios-setup] Aug 26 19:46:50.072 INFO E| Downloaded clap_derive v4.2.0
23922024-08-26T19:46:51.394Z[ helios-setup] Aug 26 19:46:50.075 INFO E| Downloaded futures-executor v0.3.28
23932024-08-26T19:46:51.396Z[ helios-setup] Aug 26 19:46:50.076 INFO E| Downloaded clap_lex v0.4.1
23942024-08-26T19:46:51.396Z[ helios-setup] Aug 26 19:46:50.078 INFO E| Downloaded serde_tokenstream v0.2.0
23952024-08-26T19:46:51.401Z[ helios-setup] Aug 26 19:46:50.083 INFO E| Downloaded ahash v0.8.3
23962024-08-26T19:46:51.404Z[ helios-setup] Aug 26 19:46:50.087 INFO E| Downloaded slog-bunyan v2.4.0
23972024-08-26T19:46:51.407Z[ helios-setup] Aug 26 19:46:50.089 INFO E| Downloaded signal-hook-registry v1.4.0
23982024-08-26T19:46:51.410Z[ helios-setup] Aug 26 19:46:50.090 INFO E| Downloaded rustfmt-wrapper v0.2.0
23992024-08-26T19:46:51.410Z[ helios-setup] Aug 26 19:46:50.092 INFO E| Downloaded proc-macro-hack v0.5.20+deprecated
24002024-08-26T19:46:51.413Z[ helios-setup] Aug 26 19:46:50.094 INFO E| Downloaded paste v1.0.12
24012024-08-26T19:46:51.416Z[ helios-setup] Aug 26 19:46:50.099 INFO E| Downloaded num_enum v0.5.7
24022024-08-26T19:46:51.422Z[ helios-setup] Aug 26 19:46:50.104 INFO E| Downloaded libgit2-sys v0.14.2+1.5.1
24032024-08-26T19:46:51.501Z[ helios-setup] Aug 26 19:46:50.183 INFO E| Downloaded iana-time-zone v0.1.56
24042024-08-26T19:46:51.505Z[ helios-setup] Aug 26 19:46:50.186 INFO E| Downloaded block-buffer v0.10.3
24052024-08-26T19:46:51.507Z[ helios-setup] Aug 26 19:46:50.188 INFO E| Downloaded bincode v1.3.3
24062024-08-26T19:46:51.510Z[ helios-setup] Aug 26 19:46:50.191 INFO E| Downloaded anyhow v1.0.68
24072024-08-26T19:46:51.519Z[ helios-setup] Aug 26 19:46:50.202 INFO E| Downloaded httpdate v1.0.2
24082024-08-26T19:46:51.522Z[ helios-setup] Aug 26 19:46:50.205 INFO E| Downloaded cpufeatures v0.2.5
24092024-08-26T19:46:51.525Z[ helios-setup] Aug 26 19:46:50.206 INFO E| Downloaded semver v0.11.0
24102024-08-26T19:46:51.527Z[ helios-setup] Aug 26 19:46:50.208 INFO E| Downloaded rustls-pemfile v1.0.2
24112024-08-26T19:46:51.529Z[ helios-setup] Aug 26 19:46:50.211 INFO E| Downloaded futures-io v0.3.28
24122024-08-26T19:46:51.532Z[ helios-setup] Aug 26 19:46:50.212 INFO E| Downloaded dyn-clone v1.0.11
24132024-08-26T19:46:51.535Z[ helios-setup] Aug 26 19:46:50.215 INFO E| Downloaded libz-sys v1.1.8
24142024-08-26T19:46:51.577Z[ host-package] Compiling libsw v3.3.1
24152024-08-26T19:46:51.640Z[ helios-setup] Aug 26 19:46:50.323 INFO E| Downloaded const-random-macro v0.1.15
24162024-08-26T19:46:51.643Z[ helios-setup] Aug 26 19:46:50.324 INFO E| Downloaded camino v1.1.4
24172024-08-26T19:46:51.645Z[ helios-setup] Aug 26 19:46:50.327 INFO E| Downloaded built v0.6.0
24182024-08-26T19:46:52.018Z[ helios-setup] Aug 26 19:46:50.700 INFO E| Compiling proc-macro2 v1.0.86
24192024-08-26T19:46:52.018Z[ helios-setup] Aug 26 19:46:50.700 INFO E| Compiling libc v0.2.139
24202024-08-26T19:46:52.018Z[ helios-setup] Aug 26 19:46:50.700 INFO E| Compiling unicode-ident v1.0.8
24212024-08-26T19:46:52.039Z[ helios-setup] Aug 26 19:46:50.700 INFO E| Compiling autocfg v1.1.0
24222024-08-26T19:46:52.039Z[ helios-setup] Aug 26 19:46:50.700 INFO E| Compiling cfg-if v1.0.0
24232024-08-26T19:46:52.039Z[ helios-setup] Aug 26 19:46:50.700 INFO E| Compiling version_check v0.9.4
24242024-08-26T19:46:52.039Z[ helios-setup] Aug 26 19:46:50.700 INFO E| Compiling serde v1.0.204
24252024-08-26T19:46:52.039Z[ helios-setup] Aug 26 19:46:50.700 INFO E| Compiling syn v1.0.107
24262024-08-26T19:46:52.061Z[ host-package] Compiling ref-cast v1.0.23
24272024-08-26T19:46:52.465Z[ helios-setup] Aug 26 19:46:51.147 INFO E| Compiling memchr v2.5.0
24282024-08-26T19:46:53.084Z[ host-package] Compiling lazycell v1.3.0
24292024-08-26T19:46:53.267Z[ host-package] Compiling diesel v2.2.2
24302024-08-26T19:46:53.371Z[ helios-setup] Aug 26 19:46:52.053 INFO E| Compiling once_cell v1.17.0
24312024-08-26T19:46:53.456Z[ helios-setup] Aug 26 19:46:52.138 INFO E| Compiling thiserror v1.0.38
24322024-08-26T19:46:53.518Z[ host-package] Compiling linear-map v1.2.0
24332024-08-26T19:46:53.848Z[ helios-setup] Aug 26 19:46:52.530 INFO E| Compiling log v0.4.17
24342024-08-26T19:46:54.222Z[ helios-setup] Aug 26 19:46:52.904 INFO E| Compiling itoa v1.0.6
24352024-08-26T19:46:54.461Z[ helios-setup] Aug 26 19:46:53.143 INFO E| Compiling serde_json v1.0.95
24362024-08-26T19:46:54.483Z[ host-package] Compiling shlex v1.3.0
24372024-08-26T19:46:55.348Z[ helios-setup] Aug 26 19:46:54.028 INFO E| Compiling indexmap v1.9.3
24382024-08-26T19:46:55.351Z[ host-package] Compiling rustc-hash v1.1.0
24392024-08-26T19:46:55.441Z[ helios-setup] Aug 26 19:46:54.123 INFO E| Compiling quote v1.0.36
24402024-08-26T19:46:55.973Z[ helios-setup] Aug 26 19:46:54.654 INFO E| Compiling getrandom v0.2.8
24412024-08-26T19:46:55.986Z[ helios-setup] Aug 26 19:46:54.667 INFO E| Compiling jobserver v0.1.26
24422024-08-26T19:46:56.113Z[ host-package] Compiling owo-colors v4.0.0
24432024-08-26T19:46:56.305Z[ helios-setup] Aug 26 19:46:54.987 INFO E| Compiling syn v2.0.72
24442024-08-26T19:46:56.672Z[ helios-setup] Aug 26 19:46:55.351 INFO E| Compiling cc v1.0.78
24452024-08-26T19:46:56.788Z[ helios-setup] Aug 26 19:46:55.469 INFO E| Compiling pin-project-lite v0.2.9
24462024-08-26T19:46:56.856Z[ helios-setup] Aug 26 19:46:55.538 INFO E| Compiling scopeguard v1.1.0
24472024-08-26T19:46:57.108Z[ helios-setup] Aug 26 19:46:55.790 INFO E| Compiling num-integer v0.1.45
24482024-08-26T19:46:57.159Z[ helios-setup] Aug 26 19:46:55.840 INFO E| Compiling futures-core v0.3.28
24492024-08-26T19:46:57.159Z[ helios-setup] Aug 26 19:46:55.840 INFO E| Compiling bytes v1.4.0
24502024-08-26T19:46:58.117Z[ helios-setup] Aug 26 19:46:56.797 INFO E| Compiling ryu v1.0.13
24512024-08-26T19:46:59.101Z[ helios-setup] Aug 26 19:46:57.782 INFO E| Compiling lock_api v0.4.9
24522024-08-26T19:46:59.354Z[ helios-setup] Aug 26 19:46:58.035 INFO E| Compiling typenum v1.16.0
24532024-08-26T19:46:59.441Z[ helios-setup] Aug 26 19:46:58.123 INFO E| Compiling bitflags v1.3.2
24542024-08-26T19:46:59.537Z[ helios-setup] Aug 26 19:46:58.218 INFO E| Compiling parking_lot_core v0.9.6
24552024-08-26T19:47:00.119Z[ helios-setup] Aug 26 19:46:58.800 INFO E| Compiling num_cpus v1.15.0
24562024-08-26T19:47:00.468Z[ helios-setup] Aug 26 19:46:59.149 INFO E| Compiling generic-array v0.14.6
24572024-08-26T19:47:00.723Z[ helios-setup] Aug 26 19:46:59.404 INFO E| Compiling slab v0.4.7
24582024-08-26T19:47:00.824Z[ helios-setup] Aug 26 19:46:59.505 INFO E| Compiling futures-sink v0.3.28
24592024-08-26T19:47:00.826Z[ helios-setup] Aug 26 19:46:59.506 INFO E| Compiling futures-task v0.3.28
24602024-08-26T19:47:01.047Z[ helios-setup] Aug 26 19:46:59.728 INFO E| Compiling futures-channel v0.3.28
24612024-08-26T19:47:01.743Z[ host-package] Compiling update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine)
24622024-08-26T19:47:01.743Z[ helios-setup] Aug 26 19:47:00.424 INFO E| Compiling tokio v1.27.0
24632024-08-26T19:47:02.108Z[ helios-setup] Aug 26 19:47:00.789 INFO E| Compiling futures-util v0.3.28
24642024-08-26T19:47:02.164Z[ helios-setup] Aug 26 19:47:00.845 INFO E| Compiling schemars v0.8.12
24652024-08-26T19:47:03.210Z[ helios-setup] Aug 26 19:47:01.886 INFO E| Compiling mio v0.8.5
24662024-08-26T19:47:03.271Z[ helios-setup] Aug 26 19:47:01.951 INFO E| Compiling socket2 v0.4.9
24672024-08-26T19:47:03.457Z[ helios-setup] Aug 26 19:47:02.138 INFO E| Compiling signal-hook-registry v1.4.0
24682024-08-26T19:47:03.730Z[ helios-setup] Aug 26 19:47:02.411 INFO E| Compiling ahash v0.7.6
24692024-08-26T19:47:03.998Z[ helios-setup] Aug 26 19:47:02.679 INFO E| Compiling num-traits v0.2.15
24702024-08-26T19:47:04.920Z[ helios-setup] Aug 26 19:47:03.600 INFO E| Compiling pin-utils v0.1.0
24712024-08-26T19:47:05.148Z[ helios-setup] Aug 26 19:47:03.829 INFO E| Compiling io-lifetimes v1.0.10
24722024-08-26T19:47:05.266Z[ helios-setup] Aug 26 19:47:03.946 INFO E| Compiling futures-io v0.3.28
24732024-08-26T19:47:06.141Z[ helios-setup] Aug 26 19:47:04.821 INFO E| Compiling crunchy v0.2.2
24742024-08-26T19:47:07.117Z[ helios-setup] Aug 26 19:47:05.797 INFO E| Compiling ahash v0.8.3
24752024-08-26T19:47:07.287Z[ helios-setup] Aug 26 19:47:05.967 INFO E| Compiling hashbrown v0.12.3
24762024-08-26T19:47:07.289Z[ helios-setup] Aug 26 19:47:05.968 INFO E| Compiling proc-macro-hack v0.5.20+deprecated
24772024-08-26T19:47:07.557Z[ helios-setup] Aug 26 19:47:06.237 INFO E| Compiling rustix v0.37.3
24782024-08-26T19:47:07.649Z[ helios-setup] Aug 26 19:47:06.329 INFO E| Compiling tiny-keccak v2.0.2
24792024-08-26T19:47:08.312Z[ helios-setup] Aug 26 19:47:06.992 INFO E| Compiling serde_derive_internals v0.26.0
24802024-08-26T19:47:09.315Z[ helios-setup] Aug 26 19:47:07.995 INFO E| Compiling crypto-common v0.1.6
24812024-08-26T19:47:09.947Z[ helios-setup] Aug 26 19:47:08.627 INFO E| Compiling block-buffer v0.10.3
24822024-08-26T19:47:10.679Z[ helios-setup] Aug 26 19:47:09.359 INFO E| Compiling errno v0.3.1
24832024-08-26T19:47:10.980Z[ helios-setup] Aug 26 19:47:09.651 INFO E| Compiling crossbeam-utils v0.8.14
24842024-08-26T19:47:11.150Z[ helios-setup] Aug 26 19:47:09.827 INFO E| Compiling slog v2.7.0
24852024-08-26T19:47:11.228Z[ helios-setup] Aug 26 19:47:09.907 INFO E| Compiling pkg-config v0.3.26
24862024-08-26T19:47:11.663Z[ helios-setup] Aug 26 19:47:10.342 INFO E| Compiling fnv v1.0.7
24872024-08-26T19:47:12.175Z[ helios-setup] Aug 26 19:47:10.855 INFO E| Compiling http v0.2.9
24882024-08-26T19:47:13.631Z[ helios-setup] Aug 26 19:47:12.310 INFO E| Compiling digest v0.10.6
24892024-08-26T19:47:14.899Z[ host-package] Compiling slog-envlogger v2.2.0
24902024-08-26T19:47:15.077Z[ helios-setup] Aug 26 19:47:13.754 INFO E| Compiling aho-corasick v0.7.20
24912024-08-26T19:47:15.213Z[ helios-setup] Aug 26 19:47:13.889 INFO E| Compiling anyhow v1.0.68
24922024-08-26T19:47:15.724Z[ helios-setup] Aug 26 19:47:14.403 INFO E| Compiling percent-encoding v2.2.0
24932024-08-26T19:47:16.607Z[ helios-setup] Aug 26 19:47:15.286 INFO E| Compiling tinyvec_macros v0.1.1
24942024-08-26T19:47:16.856Z[ helios-setup] Aug 26 19:47:15.535 INFO E| Compiling cpufeatures v0.2.5
24952024-08-26T19:47:17.079Z[ helios-setup] Aug 26 19:47:15.758 INFO E| Compiling httparse v1.8.0
24962024-08-26T19:47:17.855Z[ helios-setup] Aug 26 19:47:16.533 INFO E| Compiling thiserror-impl v1.0.38
24972024-08-26T19:47:17.987Z[ helios-setup] Aug 26 19:47:16.655 INFO E| Compiling schemars_derive v0.8.12
24982024-08-26T19:47:18.092Z[ helios-setup] Aug 26 19:47:16.770 INFO E| Compiling heck v0.4.1
24992024-08-26T19:47:18.180Z[ helios-setup] Aug 26 19:47:16.855 INFO E| Compiling regex-syntax v0.6.29
25002024-08-26T19:47:18.297Z[ helios-setup] Aug 26 19:47:16.975 INFO E| Compiling serde_derive v1.0.204
25012024-08-26T19:47:18.462Z[ helios-setup] Aug 26 19:47:17.140 INFO E| Compiling tokio-macros v2.0.0
25022024-08-26T19:47:18.676Z[ helios-setup] Aug 26 19:47:17.355 INFO E| Compiling futures-macro v0.3.28
25032024-08-26T19:47:18.942Z[ helios-setup] Aug 26 19:47:17.620 INFO E| Compiling unicode-width v0.1.10
25042024-08-26T19:47:19.154Z[ host-package] Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model)
25052024-08-26T19:47:19.682Z[ helios-setup] Aug 26 19:47:18.360 INFO E| Compiling tinyvec v1.6.0
25062024-08-26T19:47:20.170Z[ host-package] Compiling derive_builder_core v0.20.0
25072024-08-26T19:47:21.056Z[ helios-setup] Aug 26 19:47:19.734 INFO E| Compiling const-random-macro v0.1.15
25082024-08-26T19:47:23.161Z[ host-package] Compiling headers-core v0.2.0
25092024-08-26T19:47:23.595Z[ helios-setup] Aug 26 19:47:22.272 INFO E| Compiling form_urlencoded v1.1.0
25102024-08-26T19:47:23.684Z[ helios-setup] Aug 26 19:47:22.362 INFO E| Compiling hashbrown v0.13.2
25112024-08-26T19:47:23.797Z[ host-package] Compiling fxhash v0.2.1
25122024-08-26T19:47:23.970Z[ helios-setup] Aug 26 19:47:22.648 INFO E| Compiling libz-sys v1.1.8
25132024-08-26T19:47:24.163Z[ host-package] Compiling libxml v0.3.3
25142024-08-26T19:47:24.261Z[ host-package] Compiling ref-cast-impl v1.0.23
25152024-08-26T19:47:24.768Z[ helios-setup] Aug 26 19:47:23.446 INFO E| Compiling regex v1.7.3
25162024-08-26T19:47:25.295Z[ helios-setup] Aug 26 19:47:23.973 INFO E| Compiling chrono v0.4.24
25172024-08-26T19:47:25.333Z[ host-package] Compiling derive_builder_macro v0.20.0
25182024-08-26T19:47:26.870Z[ host-package] Compiling headers v0.3.9
25192024-08-26T19:47:27.105Z[ host-package] Compiling samael v0.0.15
25202024-08-26T19:47:27.515Z[ host-package] Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros)
25212024-08-26T19:47:28.132Z[ helios-setup] Aug 26 19:47:26.809 INFO E| Compiling dyn-clone v1.0.11
25222024-08-26T19:47:28.534Z[ helios-setup] Aug 26 19:47:27.209 INFO E| Compiling uuid v1.3.0
25232024-08-26T19:47:28.766Z[ helios-setup] Aug 26 19:47:27.443 INFO E| Compiling regress v0.5.0
25242024-08-26T19:47:28.856Z[ helios-setup] Aug 26 19:47:27.533 INFO E| Compiling unicode-normalization v0.1.22
25252024-08-26T19:47:29.777Z[ helios-setup] Aug 26 19:47:28.454 INFO E| Compiling const-random v0.1.15
25262024-08-26T19:47:30.411Z[ host-package] Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data)
25272024-08-26T19:47:30.506Z[ host-package] Compiling nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults)
25282024-08-26T19:47:31.125Z[ helios-setup] Aug 26 19:47:29.802 INFO E| Compiling getopts v0.2.21
25292024-08-26T19:47:31.799Z[ host-package] Compiling strum_macros v0.24.3
25302024-08-26T19:47:32.350Z[ helios-setup] Aug 26 19:47:31.026 INFO E| Compiling tracing-core v0.1.30
25312024-08-26T19:47:32.426Z[ helios-setup] Aug 26 19:47:31.102 INFO E| Compiling memoffset v0.7.1
25322024-08-26T19:47:32.813Z[ helios-setup] Aug 26 19:47:31.490 INFO E| Compiling num-conv v0.1.0
25332024-08-26T19:47:33.314Z[ helios-setup] Aug 26 19:47:31.990 INFO E| Compiling ucd-trie v0.1.5
25342024-08-26T19:47:33.600Z[ host-package] Compiling unicase v2.7.0
25352024-08-26T19:47:33.795Z[ host-package] Compiling indoc v1.0.9
25362024-08-26T19:47:34.148Z[ helios-setup] Aug 26 19:47:32.824 INFO E| Compiling powerfmt v0.2.0
25372024-08-26T19:47:34.355Z[ helios-setup] Aug 26 19:47:33.032 INFO E| Compiling unicode-bidi v0.3.13
25382024-08-26T19:47:35.342Z[ host-package] Compiling polar-core v0.27.3
25392024-08-26T19:47:35.921Z[ host-package] Compiling derive_builder v0.20.0
25402024-08-26T19:47:36.418Z[ helios-setup] Aug 26 19:47:35.094 INFO E| Compiling time-core v0.1.2
25412024-08-26T19:47:37.135Z[ helios-setup] Aug 26 19:47:35.811 INFO E| Compiling idna v0.3.0
25422024-08-26T19:47:37.409Z[ helios-setup] Aug 26 19:47:36.085 INFO E| Compiling time-macros v0.2.18
25432024-08-26T19:47:37.587Z[ host-package] Compiling oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
25442024-08-26T19:47:38.612Z[ helios-setup] Aug 26 19:47:37.257 INFO E| Compiling deranged v0.3.11
25452024-08-26T19:47:40.307Z[ helios-setup] Aug 26 19:47:38.983 INFO E| Compiling pest v2.5.7
25462024-08-26T19:47:40.719Z[ host-package] Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth)
25472024-08-26T19:47:41.839Z[ host-package] Compiling crossterm v0.28.1
25482024-08-26T19:47:41.919Z[ helios-setup] Aug 26 19:47:40.594 INFO E| Compiling tracing v0.1.37
25492024-08-26T19:47:43.677Z[ helios-setup] Aug 26 19:47:42.352 INFO E| Compiling libgit2-sys v0.14.2+1.5.1
25502024-08-26T19:47:43.783Z[ helios-setup] Aug 26 19:47:42.458 INFO E| Compiling time v0.1.45
25512024-08-26T19:47:44.708Z[ host-package] Compiling curve25519-dalek v4.1.3
25522024-08-26T19:47:44.978Z[ helios-setup] Aug 26 19:47:43.653 INFO E| Compiling crossbeam-epoch v0.9.13
25532024-08-26T19:47:45.620Z[ helios-setup] Aug 26 19:47:44.294 INFO E| Compiling num_threads v0.1.6
25542024-08-26T19:47:45.713Z[ helios-setup] Aug 26 19:47:44.388 INFO E| Compiling semver v1.0.17
25552024-08-26T19:47:45.778Z[ host-package] Compiling impl-trait-for-tuples v0.2.2
25562024-08-26T19:47:45.811Z[ host-package] Compiling oso-derive v0.27.3
25572024-08-26T19:47:45.845Z[ helios-setup] Aug 26 19:47:44.520 INFO E| Compiling toml v0.5.11
25582024-08-26T19:47:46.333Z[ helios-setup] Aug 26 19:47:45.007 INFO E| Compiling serde_tokenstream v0.2.0
25592024-08-26T19:47:47.072Z[ helios-setup] Aug 26 19:47:45.747 INFO E| Compiling iana-time-zone v0.1.56
25602024-08-26T19:47:47.375Z[ helios-setup] Aug 26 19:47:46.050 INFO E| Compiling time v0.3.36
25612024-08-26T19:47:47.951Z[ helios-setup] Aug 26 19:47:46.626 INFO E| Compiling smallvec v1.10.0
25622024-08-26T19:47:48.169Z[ host-package] Compiling libz-sys v1.1.16
25632024-08-26T19:47:49.914Z[ host-package] Compiling quick-xml v0.31.0
25642024-08-26T19:47:50.838Z[ helios-setup] Aug 26 19:47:49.512 INFO E| Compiling parking_lot v0.12.1
25652024-08-26T19:47:54.600Z[ helios-setup] Aug 26 19:47:53.271 INFO E| Compiling typify-impl v0.0.12-dev (https://github.com/oxidecomputer/typify#fec09bd1)
25662024-08-26T19:47:57.381Z[ host-package] Compiling diesel-dtrace v0.3.0 (https://github.com/oxidecomputer/diesel-dtrace?branch=main#8fcc2bb3)
25672024-08-26T19:47:58.265Z[ helios-setup] Aug 26 19:47:56.938 INFO E| Compiling semver-parser v0.10.2
25682024-08-26T19:47:58.295Z[ host-package] Compiling parking_lot_core v0.8.6
25692024-08-26T19:47:59.088Z[ host-package] Compiling keccak v0.1.5
25702024-08-26T19:48:00.155Z[ helios-setup] Aug 26 19:47:58.828 INFO E| Compiling url v2.3.1
25712024-08-26T19:48:00.190Z[ host-package] Compiling sha3 v0.10.8
25722024-08-26T19:48:01.576Z[ host-package] Compiling installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
25732024-08-26T19:48:02.091Z[ host-package] Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros)
25742024-08-26T19:48:02.527Z[ helios-setup] Aug 26 19:48:01.200 INFO E| Compiling crossbeam-channel v0.5.6
25752024-08-26T19:48:03.198Z[ helios-setup] Aug 26 19:48:01.871 INFO E| Compiling dirs-sys-next v0.1.2
25762024-08-26T19:48:03.582Z[ helios-setup] Aug 26 19:48:02.255 INFO E| Compiling try-lock v0.2.4
25772024-08-26T19:48:04.006Z[ helios-setup] Aug 26 19:48:02.678 INFO E| Compiling crc32fast v1.3.2
25782024-08-26T19:48:05.231Z[ host-package] Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=24a74d0c76b6a63961ecef76acb1516b6e66c5c9#24a74d0c)
25792024-08-26T19:48:05.485Z[ helios-setup] Aug 26 19:48:04.157 INFO E| Compiling same-file v1.0.6
25802024-08-26T19:48:06.040Z[ helios-setup] Aug 26 19:48:04.712 INFO E| Compiling walkdir v2.3.3
25812024-08-26T19:48:06.509Z[ helios-setup] Aug 26 19:48:05.181 INFO E| Compiling want v0.3.0
25822024-08-26T19:48:06.566Z[ helios-setup] Aug 26 19:48:05.233 INFO E| Compiling dirs-next v2.0.0
25832024-08-26T19:48:09.340Z[ helios-setup] Aug 26 19:48:08.011 INFO E| Compiling semver v0.11.0
25842024-08-26T19:48:09.976Z[ host-package] Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
25852024-08-26T19:48:10.075Z[ helios-setup] Aug 26 19:48:08.747 INFO E| Compiling tokio-util v0.7.7
25862024-08-26T19:48:10.627Z[ host-package] Compiling bb8 v0.8.5
25872024-08-26T19:48:10.766Z[ helios-setup] Aug 26 19:48:09.438 INFO E| Compiling proc-macro-crate v1.2.1
25882024-08-26T19:48:11.314Z[ host-package] Compiling const_format_proc_macros v0.2.32
25892024-08-26T19:48:11.561Z[ helios-setup] Aug 26 19:48:10.233 INFO E| Compiling typify-macro v0.0.12-dev (https://github.com/oxidecomputer/typify#fec09bd1)
25902024-08-26T19:48:12.172Z[ helios-setup] Aug 26 19:48:10.844 INFO E| Compiling h2 v0.3.16
25912024-08-26T19:48:12.229Z[ host-package] Compiling universal-hash v0.5.1
25922024-08-26T19:48:13.024Z[ host-package] Compiling secrecy v0.8.0
25932024-08-26T19:48:13.265Z[ host-package] Compiling thiserror-impl-no-std v2.0.2
25942024-08-26T19:48:13.961Z[ host-package] Compiling curve25519-dalek-derive v0.1.1
25952024-08-26T19:48:14.014Z[ helios-setup] Aug 26 19:48:12.685 INFO E| Compiling futures-executor v0.3.28
25962024-08-26T19:48:14.391Z[ helios-setup] Aug 26 19:48:13.062 INFO E| Compiling http-body v0.4.5
25972024-08-26T19:48:15.185Z[ host-package] Compiling vte_generate_state_changes v0.1.1
25982024-08-26T19:48:15.211Z[ helios-setup] Aug 26 19:48:13.882 INFO E| Compiling ring v0.16.20
25992024-08-26T19:48:16.716Z[ helios-setup] Aug 26 19:48:15.387 INFO E| Compiling rand_core v0.6.4
26002024-08-26T19:48:16.840Z[ host-package] Compiling opaque-debug v0.3.1
26012024-08-26T19:48:17.177Z[ host-package] Compiling poly1305 v0.8.0
26022024-08-26T19:48:17.410Z[ helios-setup] Aug 26 19:48:16.080 INFO E| Compiling thread_local v1.1.7
26032024-08-26T19:48:18.115Z[ host-package] Compiling thiserror-no-std v2.0.2
26042024-08-26T19:48:18.251Z[ helios-setup] Aug 26 19:48:16.922 INFO E| Compiling ppv-lite86 v0.2.17
26052024-08-26T19:48:18.676Z[ host-package] Compiling vte v0.11.1
26062024-08-26T19:48:19.384Z[ helios-setup] Aug 26 19:48:18.054 INFO E| Compiling rayon-core v1.10.2
26072024-08-26T19:48:20.056Z[ helios-setup] Aug 26 19:48:18.726 INFO E| Compiling base64 v0.21.0
26082024-08-26T19:48:20.257Z[ host-package] Compiling const_format v0.2.32
26092024-08-26T19:48:20.697Z[ helios-setup] Aug 26 19:48:19.367 INFO E| Compiling tower-service v0.3.2
26102024-08-26T19:48:21.005Z[ helios-setup] Aug 26 19:48:19.675 INFO E| Compiling home v0.5.4
26112024-08-26T19:48:21.270Z[ helios-setup] Aug 26 19:48:19.941 INFO E| Compiling utf8parse v0.2.1
26122024-08-26T19:48:21.801Z[ helios-setup] Aug 26 19:48:20.471 INFO E| Compiling adler v1.0.2
26132024-08-26T19:48:21.986Z[ helios-setup] Aug 26 19:48:20.656 INFO E| Compiling httpdate v1.0.2
26142024-08-26T19:48:22.445Z[ helios-setup] Aug 26 19:48:21.115 INFO E| Compiling lazy_static v1.4.0
26152024-08-26T19:48:22.477Z[ helios-setup] Aug 26 19:48:21.147 INFO E| Compiling fastrand v1.9.0
26162024-08-26T19:48:22.809Z[ host-package] Compiling oso v0.27.3
26172024-08-26T19:48:22.965Z[ helios-setup] Aug 26 19:48:21.635 INFO E| Compiling toolchain_find v0.2.0
26182024-08-26T19:48:23.566Z[ helios-setup] Aug 26 19:48:22.236 INFO E| Compiling tempfile v3.5.0
26192024-08-26T19:48:23.610Z[ helios-setup] Aug 26 19:48:22.280 INFO E| Compiling hyper v0.14.25
26202024-08-26T19:48:24.179Z[ helios-setup] Aug 26 19:48:22.849 INFO E| Compiling miniz_oxide v0.6.2
26212024-08-26T19:48:24.829Z[ helios-setup] Aug 26 19:48:23.498 INFO E| Compiling anstyle-parse v0.1.1
26222024-08-26T19:48:28.030Z[ helios-setup] Aug 26 19:48:26.698 INFO E| Compiling rand_chacha v0.3.1
26232024-08-26T19:48:29.548Z[ helios-setup] Aug 26 19:48:28.217 INFO E| Compiling futures v0.3.28
26242024-08-26T19:48:32.274Z[ host-package] Compiling async-bb8-diesel v0.1.0 (https://github.com/oxidecomputer/async-bb8-diesel?rev=ed7ab5ef0513ba303d33efd41d3e9e381169d59b#ed7ab5ef)
26252024-08-26T19:48:36.227Z[ host-package] Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
26262024-08-26T19:48:37.181Z[ host-package] Compiling chacha20 v0.9.1
26272024-08-26T19:48:37.307Z[ host-package] Compiling fd-lock v4.0.2
26282024-08-26T19:48:37.813Z[ host-package] Compiling aead v0.5.2
26292024-08-26T19:48:38.171Z[ host-package] Compiling libgit2-sys v0.17.0+1.8.1
26302024-08-26T19:48:38.747Z[ host-package] Compiling ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc)
26312024-08-26T19:48:39.624Z[ host-package] Compiling bytecount v0.6.8
26322024-08-26T19:48:40.348Z[ host-package] Compiling papergrid v0.11.0
26332024-08-26T19:48:41.502Z[ host-package] Compiling chacha20poly1305 v0.10.1
26342024-08-26T19:48:42.917Z[ helios-setup] Aug 26 19:48:41.584 INFO E| Compiling num_enum_derive v0.5.7
26352024-08-26T19:48:43.414Z[ host-package] Compiling parking_lot v0.11.2
26362024-08-26T19:48:46.922Z[ host-package] Compiling vsss-rs v3.3.4
26372024-08-26T19:48:46.926Z[ helios-setup] Aug 26 19:48:45.593 INFO E| Compiling cargo-lock v8.0.3
26382024-08-26T19:48:47.800Z[ helios-setup] Aug 26 19:48:46.467 INFO E| Compiling crossbeam-deque v0.8.2
26392024-08-26T19:48:48.540Z[ helios-setup] Aug 26 19:48:47.205 INFO E| Compiling term v0.7.0
26402024-08-26T19:48:50.094Z[ helios-setup] Aug 26 19:48:48.760 INFO E| Compiling serde_urlencoded v0.7.1
26412024-08-26T19:48:50.443Z[ helios-setup] Aug 26 19:48:49.109 INFO E| Compiling sha2 v0.10.6
26422024-08-26T19:48:51.341Z[ helios-setup] Aug 26 19:48:50.007 INFO E| Compiling sha1 v0.10.5
26432024-08-26T19:48:52.778Z[ helios-setup] Aug 26 19:48:51.444 INFO E| Compiling is-terminal v0.4.7
26442024-08-26T19:48:53.166Z[ helios-setup] Aug 26 19:48:51.832 INFO E| Compiling atty v0.2.14
26452024-08-26T19:48:53.555Z[ helios-setup] Aug 26 19:48:52.221 INFO E| Compiling concolor-query v0.3.3
26462024-08-26T19:48:53.638Z[ helios-setup] Aug 26 19:48:52.303 INFO E| Compiling anstyle v0.3.5
26472024-08-26T19:48:55.195Z[ helios-setup] Aug 26 19:48:53.861 INFO E| Compiling concolor-override v1.0.0
26482024-08-26T19:48:55.577Z[ helios-setup] Aug 26 19:48:54.242 INFO E| Compiling network-interface v0.1.6 (https://github.com/jclulow/network-interface?branch=illumos#827e6b7b)
26492024-08-26T19:48:56.628Z[ host-package] Compiling strip-ansi-escapes v0.2.0
26502024-08-26T19:48:58.249Z[ host-package] Compiling crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=e58ca3693cb9ce0438947beba10e97ee38a0966b#e58ca369)
26512024-08-26T19:48:58.314Z[ host-package] Compiling tabled_derive v0.7.0
26522024-08-26T19:48:58.345Z[ helios-setup] Aug 26 19:48:57.010 INFO E| Compiling anstream v0.2.6
26532024-08-26T19:48:59.418Z[ helios-setup] Aug 26 19:48:58.083 INFO E| Compiling slog-term v2.9.0
26542024-08-26T19:48:59.922Z[ helios-setup] Aug 26 19:48:58.587 INFO E| Compiling flate2 v1.0.25
26552024-08-26T19:49:01.953Z[ helios-setup] Aug 26 19:49:00.617 INFO E| Compiling num_enum v0.5.7
26562024-08-26T19:49:02.598Z[ helios-setup] Aug 26 19:49:01.263 INFO E| Compiling rand v0.8.5
26572024-08-26T19:49:02.609Z[ host-package] Compiling crossterm v0.27.0
26582024-08-26T19:49:02.709Z[ helios-setup] Aug 26 19:49:01.373 INFO E| Compiling rustfmt-wrapper v0.2.0
26592024-08-26T19:49:03.835Z[ host-package] Compiling peg-macros v0.8.4
26602024-08-26T19:49:04.097Z[ helios-setup] Aug 26 19:49:02.761 INFO E| Compiling typify v0.0.12-dev (https://github.com/oxidecomputer/typify#fec09bd1)
26612024-08-26T19:49:04.641Z[ helios-setup] Aug 26 19:49:03.305 INFO E| Compiling openapiv3 v1.0.2
26622024-08-26T19:49:06.702Z[ helios-setup] Aug 26 19:49:05.366 INFO E| Compiling encoding_rs v0.8.32
26632024-08-26T19:49:07.564Z[ host-package] Compiling kstat-rs v0.2.4
26642024-08-26T19:49:07.854Z[ helios-setup] Aug 26 19:49:06.517 INFO E| Compiling spin v0.5.2
26652024-08-26T19:49:08.100Z[ helios-setup] Aug 26 19:49:06.764 INFO E| Compiling untrusted v0.7.1
26662024-08-26T19:49:08.555Z[ helios-setup] Aug 26 19:49:07.218 INFO E| Compiling unsafe-libyaml v0.2.8
26672024-08-26T19:49:08.694Z[ helios-setup] Aug 26 19:49:07.357 INFO E| Compiling mime v0.3.17
26682024-08-26T19:49:09.601Z[ host-package] Compiling sqlparser_derive v0.2.2
26692024-08-26T19:49:10.352Z[ host-package] Compiling unicode_categories v0.1.1
26702024-08-26T19:49:10.893Z[ helios-setup] Aug 26 19:49:09.556 INFO E| Compiling byteorder v1.4.3
26712024-08-26T19:49:11.259Z[ host-package] Compiling nu-ansi-term v0.50.0
26722024-08-26T19:49:11.787Z[ helios-setup] Aug 26 19:49:10.450 INFO E| Compiling utf-8 v0.7.6
26732024-08-26T19:49:12.163Z[ helios-setup] Aug 26 19:49:10.827 INFO E| Compiling either v1.8.0
26742024-08-26T19:49:12.495Z[ helios-setup] Aug 26 19:49:11.158 INFO E| Compiling clap_lex v0.4.1
26752024-08-26T19:49:12.546Z[ helios-setup] Aug 26 19:49:11.209 INFO E| Compiling strsim v0.10.0
26762024-08-26T19:49:12.946Z[ helios-setup] Aug 26 19:49:11.609 INFO E| Compiling project-root v0.2.2
26772024-08-26T19:49:13.158Z[ host-package] Compiling rustyline v14.0.0
26782024-08-26T19:49:13.180Z[ helios-setup] Aug 26 19:49:11.843 INFO E| Compiling ipnet v2.7.2
26792024-08-26T19:49:13.436Z[ host-package] Compiling reedline v0.33.0
26802024-08-26T19:49:13.512Z[ helios-setup] Aug 26 19:49:12.175 INFO E| Compiling base64 v0.13.1
26812024-08-26T19:49:13.994Z[ helios-setup] Aug 26 19:49:12.657 INFO E| Compiling clap_builder v4.2.1
26822024-08-26T19:49:15.156Z[ host-package] Compiling sqlparser v0.45.0
26832024-08-26T19:49:15.209Z[ helios-setup] Aug 26 19:49:13.871 INFO E| Compiling tungstenite v0.18.0
26842024-08-26T19:49:15.993Z[ helios-setup] Aug 26 19:49:14.655 INFO E| Compiling reqwest v0.11.16
26852024-08-26T19:49:18.335Z[ helios-setup] Aug 26 19:49:16.998 INFO E| Compiling rayon v1.6.1
26862024-08-26T19:49:18.499Z[ helios-setup] Aug 26 19:49:17.162 INFO E| Compiling progenitor-impl v0.2.1-dev (https://github.com/oxidecomputer/progenitor#3a5fe998)
26872024-08-26T19:49:25.627Z[ helios-setup] Aug 26 19:49:24.287 INFO E| Compiling serde_yaml v0.9.21
26882024-08-26T19:49:29.809Z[ helios-setup] Aug 26 19:49:28.469 INFO E| Compiling devinfo v0.1.0 (git+ssh://git@github.com/oxidecomputer/facade#aadb1404)
26892024-08-26T19:49:30.171Z[ helios-setup] Aug 26 19:49:28.832 INFO E| Compiling bootserver v0.1.0 (https://github.com/oxidecomputer/boot-image-tools.git#300caa09)
26902024-08-26T19:49:31.086Z[ host-package] Compiling sqlformat v0.2.4
26912024-08-26T19:49:33.148Z[ helios-setup] Aug 26 19:49:31.808 INFO E| Compiling bootserver v0.1.0 (https://github.com/oxidecomputer/boot-image-tools.git?rev=ab61443eae8c99b17aac82cbedb9a0c917828f57#ab61443e)
26922024-08-26T19:49:34.482Z[ helios-setup] Aug 26 19:49:33.142 INFO E| Compiling hiercmd v0.1.0 (https://github.com/jclulow/hiercmd#d9d28d6a)
26932024-08-26T19:49:35.101Z[ helios-setup] Aug 26 19:49:33.760 INFO E| Compiling clap_derive v4.2.0
26942024-08-26T19:49:36.771Z[ host-package] Compiling peg v0.8.4
26952024-08-26T19:49:37.173Z[ host-package] Compiling oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
26962024-08-26T19:49:38.463Z[ helios-setup] Aug 26 19:49:37.123 INFO E| Compiling pilot-common v0.1.0 (/work/oxidecomputer/helios/projects/pilot/common)
26972024-08-26T19:49:43.722Z[ helios-setup] Aug 26 19:49:42.381 INFO E| Compiling clap v4.2.1
26982024-08-26T19:49:46.213Z[ helios-setup] Aug 26 19:49:44.872 INFO E| Compiling progenitor-macro v0.2.1-dev (https://github.com/oxidecomputer/progenitor#3a5fe998)
26992024-08-26T19:49:49.813Z[ host-package] Compiling tabled v0.15.0
27002024-08-26T19:49:56.792Z[ host-package] Compiling sled v0.34.7
27012024-08-26T19:49:58.856Z[ helios-setup] Aug 26 19:49:57.513 INFO E| Compiling progenitor-client v0.2.1-dev (https://github.com/oxidecomputer/progenitor#3a5fe998)
27022024-08-26T19:49:59.684Z[ host-package] Compiling mime_guess v2.0.4
27032024-08-26T19:50:02.178Z[ helios-setup] Aug 26 19:50:00.835 INFO E| Compiling tokio-tungstenite v0.18.0
27042024-08-26T19:50:03.747Z[ helios-setup] Aug 26 19:50:02.404 INFO E| Compiling smartstring v1.0.1
27052024-08-26T19:50:04.946Z[ helios-setup] Aug 26 19:50:03.602 INFO E| Compiling rustls v0.21.0
27062024-08-26T19:50:05.938Z[ helios-setup] Aug 26 19:50:04.594 INFO E| Compiling sct v0.7.0
27072024-08-26T19:50:06.710Z[ helios-setup] Aug 26 19:50:05.366 INFO E| Compiling rustls-webpki v0.100.1
27082024-08-26T19:50:07.175Z[ helios-setup] Aug 26 19:50:05.831 INFO E| Compiling toml_datetime v0.6.1
27092024-08-26T19:50:07.916Z[ host-package] Compiling hickory-client v0.24.1
27102024-08-26T19:50:08.458Z[ helios-setup] Aug 26 19:50:07.113 INFO E| Compiling serde_spanned v0.6.1
27112024-08-26T19:50:08.726Z[ host-package] Compiling env_logger v0.9.3
27122024-08-26T19:50:09.222Z[ helios-setup] Aug 26 19:50:07.873 INFO E| Compiling winnow v0.4.1
27132024-08-26T19:50:10.895Z[ helios-setup] Aug 26 19:50:09.550 INFO E| Compiling paste v1.0.12
27142024-08-26T19:50:12.213Z[ helios-setup] Aug 26 19:50:10.868 INFO E| Compiling static_assertions v1.1.0
27152024-08-26T19:50:12.591Z[ helios-setup] Aug 26 19:50:11.246 INFO E| Compiling async-trait v0.1.68
27162024-08-26T19:50:14.244Z[ helios-setup] Aug 26 19:50:12.898 INFO E| Compiling match_cfg v0.1.0
27172024-08-26T19:50:14.945Z[ helios-setup] Aug 26 19:50:13.599 INFO E| Compiling camino v1.1.4
27182024-08-26T19:50:15.772Z[ host-package] Compiling tungstenite v0.20.1
27192024-08-26T19:50:16.326Z[ helios-setup] Aug 26 19:50:14.980 INFO E| Compiling slog-async v2.7.0
27202024-08-26T19:50:17.223Z[ helios-setup] Aug 26 19:50:15.877 INFO E| Compiling toml_edit v0.19.8
27212024-08-26T19:50:17.255Z[ host-package] Compiling clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=ceec762e6a87d2a22bf56792a3025e145caa095e#ceec762e)
27222024-08-26T19:50:18.244Z[ helios-setup] Aug 26 19:50:16.896 INFO E| Compiling hostname v0.3.1
27232024-08-26T19:50:20.790Z[ helios-setup] Aug 26 19:50:19.444 INFO E| Compiling racktest-agent-protocol v0.0.0 (/work/oxidecomputer/helios/projects/pilot/racktest/agent/protocol)
27242024-08-26T19:50:23.381Z[ helios-setup] Aug 26 19:50:22.015 INFO E| Compiling slog-json v2.6.1
27252024-08-26T19:50:24.284Z[ helios-setup] Aug 26 19:50:22.937 INFO E| Compiling unicode-linebreak v0.1.4
27262024-08-26T19:50:24.608Z[ host-package] Compiling bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client)
27272024-08-26T19:50:25.500Z[ host-package] Compiling oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client)
27282024-08-26T19:50:25.697Z[ helios-setup] Aug 26 19:50:24.350 INFO E| Compiling async-stream-impl v0.3.5
27292024-08-26T19:50:28.828Z[ helios-setup] Aug 26 19:50:27.481 INFO E| Compiling rhai_codegen v1.5.0
27302024-08-26T19:50:28.957Z[ host-package] Compiling dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api)
27312024-08-26T19:50:29.585Z[ helios-setup] Aug 26 19:50:28.237 INFO E| Compiling dropshot v0.9.1-dev (https://github.com/oxidecomputer/dropshot.git?rev=9911f3cf00178e0ee64b99f2c59b5a5464075230#9911f3cf)
27322024-08-26T19:50:30.734Z[ helios-setup] Aug 26 19:50:29.387 INFO E| Compiling take_mut v0.2.2
27332024-08-26T19:50:31.661Z[ host-package] Compiling ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=9e0fe45ca3862176dc31ad8cc83f605f8a7e1a42#9e0fe45c)
27342024-08-26T19:50:32.206Z[ helios-setup] Aug 26 19:50:30.859 INFO E| Compiling tokio-rustls v0.24.0
27352024-08-26T19:50:33.173Z[ helios-setup] Aug 26 19:50:31.824 INFO E| Compiling async-stream v0.3.5
27362024-08-26T19:50:34.029Z[ helios-setup] Aug 26 19:50:32.681 INFO E| Compiling rhai v1.14.0
27372024-08-26T19:50:34.181Z[ helios-setup] Aug 26 19:50:32.833 INFO E| Compiling toml v0.7.3
27382024-08-26T19:50:35.370Z[ host-package] Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
27392024-08-26T19:50:36.567Z[ host-package] Compiling hickory-server v0.24.1
27402024-08-26T19:50:36.939Z[ helios-setup] Aug 26 19:50:35.591 INFO E| Compiling slog-bunyan v2.4.0
27412024-08-26T19:50:41.158Z[ host-package] Compiling bcs v0.1.6
27422024-08-26T19:50:42.584Z[ host-package] Compiling vergen v8.3.2
27432024-08-26T19:50:42.940Z[ helios-setup] Aug 26 19:50:41.591 INFO E| Compiling rustls-pemfile v1.0.2
27442024-08-26T19:50:43.044Z[ helios-setup] Aug 26 19:50:41.694 INFO E| Compiling dropshot_endpoint v0.9.1-dev (https://github.com/oxidecomputer/dropshot.git?rev=9911f3cf00178e0ee64b99f2c59b5a5464075230#9911f3cf)
27452024-08-26T19:50:43.286Z[ host-package] Compiling bitstruct_derive v0.1.0
27462024-08-26T19:50:43.345Z[ host-package] Compiling cargo-platform v0.1.8
27472024-08-26T19:50:44.448Z[ host-package] Compiling nanorand v0.7.0
27482024-08-26T19:50:44.491Z[ helios-setup] Aug 26 19:50:43.141 INFO E| Compiling bincode v1.3.3
27492024-08-26T19:50:44.566Z[ helios-setup] Aug 26 19:50:43.215 INFO E| Compiling serde_path_to_error v0.1.11
27502024-08-26T19:50:45.995Z[ host-package] Compiling viona_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
27512024-08-26T19:50:46.336Z[ host-package] Compiling memoffset v0.9.1
27522024-08-26T19:50:46.416Z[ host-package] Compiling ascii v1.1.0
27532024-08-26T19:50:46.598Z[ helios-setup] Aug 26 19:50:45.248 INFO E| Compiling racktest-control-protocol v0.0.0 (/work/oxidecomputer/helios/projects/pilot/racktest/control/protocol)
27542024-08-26T19:50:47.185Z[ helios-setup] Aug 26 19:50:45.835 INFO E| Compiling terminal_size v0.2.6
27552024-08-26T19:50:47.294Z[ helios-setup] Aug 26 19:50:45.944 INFO E| Compiling smawk v0.3.1
27562024-08-26T19:50:47.609Z[ host-package] Compiling rfb v0.1.0 (https://github.com/oxidecomputer/rfb?rev=0cac8d9c25eb27acfa35df80f3b9d371de98ab3b#0cac8d9c)
27572024-08-26T19:50:47.722Z[ host-package] Compiling viona_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
27582024-08-26T19:50:48.061Z[ helios-setup] Aug 26 19:50:46.711 INFO E| Compiling textwrap v0.16.0
27592024-08-26T19:50:48.078Z[ host-package] Compiling bitstruct v0.1.1
27602024-08-26T19:50:48.325Z[ host-package] Compiling flume v0.11.0
27612024-08-26T19:50:48.634Z[ host-package] Compiling cargo_metadata v0.18.1
27622024-08-26T19:50:50.293Z[ host-package] Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
27632024-08-26T19:50:52.558Z[ host-package] Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
27642024-08-26T19:50:55.174Z[ host-package] Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
27652024-08-26T19:50:56.689Z[ host-package] Compiling omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
27662024-08-26T19:51:01.207Z[ host-package] Compiling tokio-tungstenite v0.20.1
27672024-08-26T19:51:03.180Z[ host-package] Compiling gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types)
27682024-08-26T19:51:04.405Z[ host-package] Compiling sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
27692024-08-26T19:51:05.358Z[ host-package] Compiling git2 v0.19.0
27702024-08-26T19:51:14.059Z[ host-package] Compiling dladm v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
27712024-08-26T19:51:15.603Z[ helios-setup] Aug 26 19:51:14.249 INFO E| Compiling git2 v0.16.1
27722024-08-26T19:51:16.002Z[ host-package] Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
27732024-08-26T19:51:21.343Z[ helios-setup] Aug 26 19:51:19.989 INFO E| Compiling built v0.6.0
27742024-08-26T19:51:21.572Z[ host-package] Compiling libsqlite3-sys v0.28.0
27752024-08-26T19:51:21.655Z[ host-package] Compiling serde_arrays v0.1.0
27762024-08-26T19:51:22.040Z[ host-package] Compiling erased-serde v0.3.31
27772024-08-26T19:51:24.330Z[ host-package] Compiling propolis v0.1.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
27782024-08-26T19:51:25.045Z[ helios-setup] Aug 26 19:51:23.690 INFO E| Compiling progenitor v0.2.1-dev (https://github.com/oxidecomputer/progenitor#3a5fe998)
27792024-08-26T19:51:26.617Z[ helios-setup] Aug 26 19:51:25.262 INFO E| Compiling racktest-agent-openapi v0.1.0 (/work/oxidecomputer/helios/projects/pilot/racktest/agent/openapi)
27802024-08-26T19:51:27.314Z[ helios-setup] Aug 26 19:51:25.959 INFO E| Compiling racktest-agent v0.0.0 (/work/oxidecomputer/helios/projects/pilot/racktest/agent/server)
27812024-08-26T19:51:31.071Z[ host-package] Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
27822024-08-26T19:51:31.956Z[ host-package] Compiling wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common)
27832024-08-26T19:51:43.574Z[ host-package] Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery)
27842024-08-26T19:51:44.297Z[ host-package] Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=24a74d0c76b6a63961ecef76acb1516b6e66c5c9#24a74d0c)
27852024-08-26T19:51:45.831Z[ helios-setup] Aug 26 19:51:44.473 INFO E| Compiling racktest-driver v0.0.0 (/work/oxidecomputer/helios/projects/pilot/racktest/driver)
27862024-08-26T19:51:46.599Z[ host-package] Compiling heck v0.3.3
27872024-08-26T19:51:47.160Z[ host-package] Compiling rand_seeder v0.3.0
27882024-08-26T19:51:47.834Z[ host-package] Compiling castaway v0.2.3
27892024-08-26T19:51:48.026Z[ helios-setup] Aug 26 19:51:46.664 INFO E| Compiling racktest-control-server v0.0.0 (/work/oxidecomputer/helios/projects/pilot/racktest/control/server)
27902024-08-26T19:51:48.106Z[ host-package] Compiling csv-core v0.1.11
27912024-08-26T19:51:49.154Z[ host-package] Compiling gateway-sp-comms v0.1.1 (https://github.com/oxidecomputer/management-gateway-service?rev=319e7b92db69792ab8efa4c68554ad0cf83adf93#319e7b92)
27922024-08-26T19:51:49.580Z[ host-package] Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#4ceaf96e)
27932024-08-26T19:51:50.136Z[ host-package] Compiling http-range v0.1.5
27942024-08-26T19:51:54.469Z[ host-package] Compiling sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
27952024-08-26T19:51:57.792Z[ host-package] Compiling hyper-staticfile v0.9.5
27962024-08-26T19:52:04.606Z[ host-package] Compiling csv v1.3.0
27972024-08-26T19:52:04.727Z[ host-package] Compiling compact_str v0.8.0
27982024-08-26T19:52:07.340Z[ host-package] Compiling typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng)
27992024-08-26T19:52:07.900Z[ host-package] Compiling zone_cfg_derive v0.1.2
28002024-08-26T19:52:08.171Z[ host-package] Compiling propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=24a74d0c76b6a63961ecef76acb1516b6e66c5c9#24a74d0c)
28012024-08-26T19:52:09.993Z[ host-package] Compiling cpuid_profile_config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
28022024-08-26T19:52:10.969Z[ host-package] Compiling nix v0.27.1
28032024-08-26T19:52:11.388Z[ host-package] Compiling crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=e58ca3693cb9ce0438947beba10e97ee38a0966b#e58ca369)
28042024-08-26T19:52:15.326Z[ host-package] Compiling update-common v0.1.0 (/work/oxidecomputer/omicron/update-common)
28052024-08-26T19:52:17.052Z[ host-package] Compiling bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api)
28062024-08-26T19:52:26.262Z[ host-package] Compiling sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api)
28072024-08-26T19:52:27.426Z[ host-package] Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a)
28082024-08-26T19:52:27.992Z[ host-package] Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
28092024-08-26T19:52:28.504Z[ host-package] Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc)
28102024-08-26T19:52:28.926Z[ host-package] Compiling unicode-truncate v1.0.0
28112024-08-26T19:52:29.274Z[ host-package] Compiling lru v0.12.3
28122024-08-26T19:52:29.469Z[ host-package] Compiling hashlink v0.9.1
28132024-08-26T19:52:29.806Z[ host-package] Compiling serde-big-array v0.5.1
28142024-08-26T19:52:30.159Z[ host-package] Compiling instability v0.3.2
28152024-08-26T19:52:30.490Z[ host-package] Compiling base64 v0.13.1
28162024-08-26T19:52:31.355Z[ host-package] Compiling fallible-iterator v0.3.0
28172024-08-26T19:52:31.457Z[ helios-setup] Aug 26 19:52:30.093 INFO E| Compiling pilot v0.1.0 (/work/oxidecomputer/helios/projects/pilot)
28182024-08-26T19:52:31.586Z[ host-package] Compiling fallible-streaming-iterator v0.1.9
28192024-08-26T19:52:31.958Z[ host-package] Compiling cassowary v0.3.0
28202024-08-26T19:52:32.226Z[ host-package] Compiling rusqlite v0.31.0
28212024-08-26T19:52:36.217Z[ host-package] Compiling ratatui v0.28.0
28222024-08-26T19:52:38.395Z[ host-package] Compiling nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
28232024-08-26T19:52:42.927Z[ host-package] Compiling nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation)
28242024-08-26T19:52:44.129Z[ host-package] Compiling ron v0.7.1
28252024-08-26T19:52:46.707Z[ host-package] Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
28262024-08-26T19:52:58.284Z[ host-package] Compiling zone v0.1.8
28272024-08-26T19:52:59.482Z[ host-package] Compiling propolis-server-config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
28282024-08-26T19:53:01.244Z[ host-package] Compiling nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
28292024-08-26T19:53:11.541Z[ host-package] Compiling wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client)
28302024-08-26T19:53:12.632Z[ host-package] Compiling gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api)
28312024-08-26T19:53:17.822Z[ host-package] Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
28322024-08-26T19:53:17.879Z[ host-package] Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
28332024-08-26T19:53:18.546Z[ host-package] Compiling cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client)
28342024-08-26T19:53:27.956Z[ host-package] Compiling twox-hash v1.6.3
28352024-08-26T19:53:30.210Z[ host-package] Compiling signal-hook-tokio v0.3.1
28362024-08-26T19:53:30.807Z[ host-package] Compiling yasna v0.5.2
28372024-08-26T19:53:33.745Z[ host-package] Compiling portpicker v0.1.1
28382024-08-26T19:53:34.274Z[ host-package] Compiling unicode-linebreak v0.1.5
28392024-08-26T19:53:34.986Z[ host-package] Compiling smawk v0.3.2
28402024-08-26T19:53:35.217Z[ host-package] Compiling textwrap v0.16.1
28412024-08-26T19:53:35.243Z[ host-package] Compiling libfalcon v0.1.0 (https://github.com/oxidecomputer/falcon?rev=e69694a1f7cc9fe31fab27f321017280531fb5f7#e69694a1)
28422024-08-26T19:53:35.285Z[ host-package] Compiling rcgen v0.12.1
28432024-08-26T19:53:38.530Z[ helios-setup] Aug 26 19:53:37.158 INFO E| Finished `release` profile [optimized] target(s) in 6m 52s
28442024-08-26T19:53:38.673Z[ helios-setup] Aug 26 19:53:37.300 INFO building project "pilot" ok (412 seconds)
28452024-08-26T19:53:38.676Z[ helios-setup] Aug 26 19:53:37.301 INFO building project "amd-host-image-builder" at /work/oxidecomputer/helios/projects/amd-host-image-builder
28462024-08-26T19:53:38.676Z[ helios-setup] Aug 26 19:53:37.301 INFO exec: ["cargo", "build", "--locked"], pwd: Some("/work/oxidecomputer/helios/projects/amd-host-image-builder")
28472024-08-26T19:53:38.684Z[ helios-setup] Aug 26 19:53:37.310 INFO E| info: syncing channel updates for 'nightly-2023-12-30-x86_64-unknown-illumos'
28482024-08-26T19:53:38.895Z[ helios-setup] Aug 26 19:53:37.523 INFO E| info: latest update on 2023-12-30, rust version 1.77.0-nightly (3cdd004e5 2023-12-29)
28492024-08-26T19:53:38.895Z[ helios-setup] Aug 26 19:53:37.523 INFO E| info: downloading component 'cargo'
28502024-08-26T19:53:39.160Z[ host-package] Compiling omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway)
28512024-08-26T19:53:40.380Z[ helios-setup] Aug 26 19:53:39.006 INFO E| info: downloading component 'clippy'
28522024-08-26T19:53:40.606Z[ helios-setup] Aug 26 19:53:39.233 INFO E| info: downloading component 'rust-docs'
28532024-08-26T19:53:42.020Z[ helios-setup] Aug 26 19:53:40.647 INFO E| info: downloading component 'rust-src'
28542024-08-26T19:53:42.262Z[ helios-setup] Aug 26 19:53:40.889 INFO E| info: downloading component 'rust-std'
28552024-08-26T19:53:44.311Z[ helios-setup] Aug 26 19:53:42.938 INFO E| info: downloading component 'rustc'
28562024-08-26T19:53:45.938Z[ host-package] Compiling nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
28572024-08-26T19:53:49.972Z[ helios-setup] Aug 26 19:53:48.596 INFO E| info: downloading component 'rustfmt'
28582024-08-26T19:53:49.999Z[ host-package] Compiling cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types)
28592024-08-26T19:53:50.348Z[ helios-setup] Aug 26 19:53:48.973 INFO E| info: installing component 'cargo'
28602024-08-26T19:53:51.468Z[ host-package] Compiling sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
28612024-08-26T19:53:51.855Z[ helios-setup] Aug 26 19:53:50.480 INFO E| info: installing component 'clippy'
28622024-08-26T19:53:52.297Z[ helios-setup] Aug 26 19:53:50.922 INFO E| info: installing component 'rust-docs'
28632024-08-26T19:53:55.615Z[ host-package] Compiling nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface)
28642024-08-26T19:53:56.288Z[ host-package] Compiling nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api)
28652024-08-26T19:53:57.598Z[ host-package] Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin)
28662024-08-26T19:53:58.032Z[ host-package] Compiling crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=e58ca3693cb9ce0438947beba10e97ee38a0966b#e58ca369)
28672024-08-26T19:53:58.484Z[ host-package] Compiling oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api)
28682024-08-26T19:53:58.938Z[ helios-setup] Aug 26 19:53:57.558 INFO E| info: installing component 'rust-src'
28692024-08-26T19:53:59.601Z[ helios-setup] Aug 26 19:53:58.225 INFO E| info: installing component 'rust-std'
28702024-08-26T19:54:02.340Z[ helios-setup] Aug 26 19:54:00.964 INFO E| info: installing component 'rustc'
28712024-08-26T19:54:03.316Z[ host-package] Compiling atomicwrites v0.4.3
28722024-08-26T19:54:04.089Z[ host-package] Compiling fatfs v0.3.6
28732024-08-26T19:54:06.035Z[ host-package] Compiling subprocess v0.2.9
28742024-08-26T19:54:07.266Z[ host-package] Compiling rtoolbox v0.0.2
28752024-08-26T19:54:07.804Z[ host-package] Compiling assert_matches v1.5.0
28762024-08-26T19:54:07.847Z[ host-package] Compiling is_ci v1.2.0
28772024-08-26T19:54:08.253Z[ host-package] Compiling supports-color v3.0.0
28782024-08-26T19:54:08.763Z[ helios-setup] Aug 26 19:54:07.386 INFO E| info: installing component 'rustfmt'
28792024-08-26T19:54:09.170Z[ host-package] Compiling rpassword v7.3.1
28802024-08-26T19:54:09.648Z[ host-package] Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
28812024-08-26T19:54:09.729Z[ host-package] Compiling oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
28822024-08-26T19:54:09.805Z[ helios-setup] Aug 26 19:54:08.428 INFO E| Updating git repository `https://github.com/oxidecomputer/amd-apcb.git`
28832024-08-26T19:54:10.572Z[ helios-setup] Aug 26 19:54:09.194 INFO E| From https://github.com/oxidecomputer/amd-apcb
28842024-08-26T19:54:10.572Z[ helios-setup] Aug 26 19:54:09.194 INFO E| * [new branch] issue-113 -> origin/issue-113
28852024-08-26T19:54:10.575Z[ helios-setup] Aug 26 19:54:09.195 INFO E| * [new branch] issue-135 -> origin/issue-135
28862024-08-26T19:54:10.575Z[ helios-setup] Aug 26 19:54:09.195 INFO E| * [new branch] main -> origin/main
28872024-08-26T19:54:10.575Z[ helios-setup] Aug 26 19:54:09.195 INFO E| * [new ref] -> origin/HEAD
28882024-08-26T19:54:10.575Z[ helios-setup] Aug 26 19:54:09.195 INFO E| * [new tag] v0.1.3 -> v0.1.3
28892024-08-26T19:54:10.575Z[ helios-setup] Aug 26 19:54:09.195 INFO E| * [new tag] v0.1.4 -> v0.1.4
28902024-08-26T19:54:10.575Z[ helios-setup] Aug 26 19:54:09.195 INFO E| * [new tag] v0.1.5 -> v0.1.5
28912024-08-26T19:54:10.575Z[ helios-setup] Aug 26 19:54:09.195 INFO E| * [new tag] v0.2.0 -> v0.2.0
28922024-08-26T19:54:10.575Z[ helios-setup] Aug 26 19:54:09.196 INFO E| * [new tag] v0.3.0 -> v0.3.0
28932024-08-26T19:54:10.575Z[ helios-setup] Aug 26 19:54:09.196 INFO E| * [new tag] v0.3.1 -> v0.3.1
28942024-08-26T19:54:10.575Z[ helios-setup] Aug 26 19:54:09.196 INFO E| * [new tag] v0.3.2 -> v0.3.2
28952024-08-26T19:54:10.575Z[ helios-setup] Aug 26 19:54:09.196 INFO E| * [new tag] v0.3.3 -> v0.3.3
28962024-08-26T19:54:10.605Z[ helios-setup] Aug 26 19:54:09.228 INFO E| Updating git repository `ssh://git@github.com/oxidecomputer/amd-efs.git`
28972024-08-26T19:54:11.356Z[ helios-setup] Aug 26 19:54:09.978 INFO E| From https://github.com/oxidecomputer/amd-efs
28982024-08-26T19:54:11.356Z[ helios-setup] Aug 26 19:54:09.979 INFO E| * [new branch] empty -> origin/empty
28992024-08-26T19:54:11.356Z[ helios-setup] Aug 26 19:54:09.979 INFO E| * [new branch] issue-99 -> origin/issue-99
29002024-08-26T19:54:11.359Z[ helios-setup] Aug 26 19:54:09.979 INFO E| * [new branch] main -> origin/main
29012024-08-26T19:54:11.359Z[ helios-setup] Aug 26 19:54:09.979 INFO E| * [new branch] review -> origin/review
29022024-08-26T19:54:11.359Z[ helios-setup] Aug 26 19:54:09.979 INFO E| * [new ref] -> origin/HEAD
29032024-08-26T19:54:11.359Z[ helios-setup] Aug 26 19:54:09.979 INFO E| * [new tag] v0.2.0 -> v0.2.0
29042024-08-26T19:54:11.359Z[ helios-setup] Aug 26 19:54:09.979 INFO E| * [new tag] v0.2.1 -> v0.2.1
29052024-08-26T19:54:11.359Z[ helios-setup] Aug 26 19:54:09.980 INFO E| * [new tag] v0.2.2 -> v0.2.2
29062024-08-26T19:54:11.359Z[ helios-setup] Aug 26 19:54:09.980 INFO E| * [new tag] v0.2.3 -> v0.2.3
29072024-08-26T19:54:11.359Z[ helios-setup] Aug 26 19:54:09.980 INFO E| * [new tag] v0.2.4 -> v0.2.4
29082024-08-26T19:54:11.359Z[ helios-setup] Aug 26 19:54:09.980 INFO E| * [new tag] v0.2.5 -> v0.2.5
29092024-08-26T19:54:11.359Z[ helios-setup] Aug 26 19:54:09.980 INFO E| * [new tag] v0.2.6 -> v0.2.6
29102024-08-26T19:54:11.359Z[ helios-setup] Aug 26 19:54:09.980 INFO E| * [new tag] v0.2.7 -> v0.2.7
29112024-08-26T19:54:11.359Z[ helios-setup] Aug 26 19:54:09.980 INFO E| * [new tag] v0.3.0 -> v0.3.0
29122024-08-26T19:54:11.359Z[ helios-setup] Aug 26 19:54:09.980 INFO E| * [new tag] v0.3.1 -> v0.3.1
29132024-08-26T19:54:11.359Z[ helios-setup] Aug 26 19:54:09.980 INFO E| * [new tag] v0.4.0 -> v0.4.0
29142024-08-26T19:54:11.381Z[ helios-setup] Aug 26 19:54:10.003 INFO E| Updating crates.io index
29152024-08-26T19:54:11.594Z[ host-package] Compiling cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api)
29162024-08-26T19:54:11.610Z[ helios-setup] Aug 26 19:54:10.232 INFO E| Downloading crates ...
29172024-08-26T19:54:11.765Z[ helios-setup] Aug 26 19:54:10.386 INFO E| Downloaded ansi_term v0.12.1
29182024-08-26T19:54:11.767Z[ helios-setup] Aug 26 19:54:10.390 INFO E| Downloaded semver v0.9.0
29192024-08-26T19:54:11.770Z[ helios-setup] Aug 26 19:54:10.393 INFO E| Downloaded strum v0.23.0
29202024-08-26T19:54:11.772Z[ helios-setup] Aug 26 19:54:10.394 INFO E| Downloaded rustc_version v0.2.3
29212024-08-26T19:54:11.775Z[ helios-setup] Aug 26 19:54:10.395 INFO E| Downloaded strsim v0.8.0
29222024-08-26T19:54:11.775Z[ helios-setup] Aug 26 19:54:10.397 INFO E| Downloaded unic-ucd-ident v0.9.0
29232024-08-26T19:54:11.778Z[ helios-setup] Aug 26 19:54:10.400 INFO E| Downloaded unic-common v0.9.0
29242024-08-26T19:54:11.794Z[ helios-setup] Aug 26 19:54:10.401 INFO E| Downloaded unic-char-property v0.9.0
29252024-08-26T19:54:11.798Z[ helios-setup] Aug 26 19:54:10.403 INFO E| Downloaded fletcher v0.1.0
29262024-08-26T19:54:11.798Z[ helios-setup] Aug 26 19:54:10.406 INFO E| Downloaded scroll_derive v0.10.5
29272024-08-26T19:54:11.798Z[ helios-setup] Aug 26 19:54:10.408 INFO E| Downloaded unic-ucd-version v0.9.0
29282024-08-26T19:54:11.798Z[ helios-setup] Aug 26 19:54:10.409 INFO E| Downloaded unic-char-range v0.9.0
29292024-08-26T19:54:11.798Z[ helios-setup] Aug 26 19:54:10.412 INFO E| Downloaded proc-macro-crate v0.1.5
29302024-08-26T19:54:11.798Z[ helios-setup] Aug 26 19:54:10.417 INFO E| Downloaded parse_int v0.6.0
29312024-08-26T19:54:11.798Z[ helios-setup] Aug 26 19:54:10.418 INFO E| Downloaded memoffset v0.5.6
29322024-08-26T19:54:11.801Z[ helios-setup] Aug 26 19:54:10.420 INFO E| Downloaded vec_map v0.8.2
29332024-08-26T19:54:11.830Z[ helios-setup] Aug 26 19:54:10.453 INFO E| Downloaded textwrap v0.11.0
29342024-08-26T19:54:11.833Z[ helios-setup] Aug 26 19:54:10.456 INFO E| Downloaded strum_macros v0.23.1
29352024-08-26T19:54:11.837Z[ helios-setup] Aug 26 19:54:10.459 INFO E| Downloaded structopt-derive v0.4.18
29362024-08-26T19:54:11.840Z[ helios-setup] Aug 26 19:54:10.461 INFO E| Downloaded semver-parser v0.7.0
29372024-08-26T19:54:11.840Z[ helios-setup] Aug 26 19:54:10.463 INFO E| Downloaded pre-proc-macro v0.2.1
29382024-08-26T19:54:11.843Z[ helios-setup] Aug 26 19:54:10.466 INFO E| Downloaded pre v0.2.1
29392024-08-26T19:54:11.846Z[ helios-setup] Aug 26 19:54:10.467 INFO E| Downloaded pest_meta v2.7.11
29402024-08-26T19:54:11.850Z[ helios-setup] Aug 26 19:54:10.470 INFO E| Downloaded pest_derive v2.7.11
29412024-08-26T19:54:11.854Z[ helios-setup] Aug 26 19:54:10.474 INFO E| Downloaded structopt v0.3.26
29422024-08-26T19:54:11.862Z[ helios-setup] Aug 26 19:54:10.485 INFO E| Downloaded memchr v2.7.4
29432024-08-26T19:54:11.871Z[ helios-setup] Aug 26 19:54:10.493 INFO E| Downloaded modular-bitfield v0.11.2
29442024-08-26T19:54:11.888Z[ helios-setup] Aug 26 19:54:10.510 INFO E| Downloaded pest v2.7.11
29452024-08-26T19:54:11.897Z[ helios-setup] Aug 26 19:54:10.519 INFO E| Downloaded num-derive v0.3.3
29462024-08-26T19:54:11.899Z[ helios-setup] Aug 26 19:54:10.521 INFO E| Downloaded clap v2.34.0
29472024-08-26T19:54:11.910Z[ helios-setup] Aug 26 19:54:10.532 INFO E| Downloaded goblin v0.4.3
29482024-08-26T19:54:11.918Z[ helios-setup] Aug 26 19:54:10.541 INFO E| Downloaded scroll v0.10.2
29492024-08-26T19:54:11.922Z[ helios-setup] Aug 26 19:54:10.544 INFO E| Downloaded pest_generator v2.7.11
29502024-08-26T19:54:11.924Z[ helios-setup] Aug 26 19:54:10.546 INFO E| Downloaded modular-bitfield-impl v0.11.2
29512024-08-26T19:54:11.928Z[ helios-setup] Aug 26 19:54:10.548 INFO E| Downloaded four-cc v0.3.0
29522024-08-26T19:54:11.928Z[ helios-setup] Aug 26 19:54:10.550 INFO E| Downloaded cfg-if v0.1.10
29532024-08-26T19:54:11.931Z[ helios-setup] Aug 26 19:54:10.551 INFO E| Downloaded bytesize v1.3.0
29542024-08-26T19:54:11.931Z[ helios-setup] Aug 26 19:54:10.553 INFO E| Downloaded libc v0.2.155
29552024-08-26T19:54:12.070Z[ helios-setup] Aug 26 19:54:10.693 INFO E| Compiling proc-macro2 v1.0.86
29562024-08-26T19:54:12.083Z[ helios-setup] Aug 26 19:54:10.705 INFO E| Compiling unicode-ident v1.0.12
29572024-08-26T19:54:12.083Z[ helios-setup] Aug 26 19:54:10.705 INFO E| Compiling syn v1.0.109
29582024-08-26T19:54:12.086Z[ helios-setup] Aug 26 19:54:10.705 INFO E| Compiling version_check v0.9.4
29592024-08-26T19:54:12.086Z[ helios-setup] Aug 26 19:54:10.705 INFO E| Compiling autocfg v1.3.0
29602024-08-26T19:54:12.086Z[ helios-setup] Aug 26 19:54:10.705 INFO E| Compiling semver-parser v0.7.0
29612024-08-26T19:54:12.086Z[ helios-setup] Aug 26 19:54:10.705 INFO E| Compiling thiserror v1.0.63
29622024-08-26T19:54:12.086Z[ helios-setup] Aug 26 19:54:10.706 INFO E| Compiling serde v1.0.204
29632024-08-26T19:54:13.364Z[ helios-setup] Aug 26 19:54:11.987 INFO E| Compiling semver v0.9.0
29642024-08-26T19:54:13.561Z[ helios-setup] Aug 26 19:54:12.184 INFO E| Compiling proc-macro-error-attr v1.0.4
29652024-08-26T19:54:13.574Z[ helios-setup] Aug 26 19:54:12.196 INFO E| Compiling proc-macro-error v1.0.4
29662024-08-26T19:54:13.724Z[ helios-setup] Aug 26 19:54:12.347 INFO E| Compiling serde_json v1.0.120
29672024-08-26T19:54:13.942Z[ helios-setup] Aug 26 19:54:12.561 INFO E| Compiling rustc_version v0.2.3
29682024-08-26T19:54:13.992Z[ helios-setup] Aug 26 19:54:12.614 INFO E| Compiling num-traits v0.2.19
29692024-08-26T19:54:14.259Z[ helios-setup] Aug 26 19:54:12.882 INFO E| Compiling itoa v1.0.11
29702024-08-26T19:54:14.465Z[ helios-setup] Aug 26 19:54:13.087 INFO E| Compiling ryu v1.0.18
29712024-08-26T19:54:14.673Z[ helios-setup] Aug 26 19:54:13.296 INFO E| Compiling schemars v0.8.21
29722024-08-26T19:54:14.759Z[ helios-setup] Aug 26 19:54:13.381 INFO E| Compiling unicode-segmentation v1.11.0
29732024-08-26T19:54:15.087Z[ helios-setup] Aug 26 19:54:13.458 INFO E| Compiling memoffset v0.5.6
29742024-08-26T19:54:15.151Z[ helios-setup] Aug 26 19:54:13.773 INFO E| Compiling pre-proc-macro v0.2.1
29752024-08-26T19:54:15.234Z[ helios-setup] Aug 26 19:54:13.855 INFO E| Compiling lazy_static v1.5.0
29762024-08-26T19:54:15.299Z[ helios-setup] Aug 26 19:54:13.921 INFO E| Compiling libc v0.2.155
29772024-08-26T19:54:15.539Z[ helios-setup] Aug 26 19:54:14.160 INFO E| Compiling memchr v2.7.4
29782024-08-26T19:54:15.825Z[ helios-setup] Aug 26 19:54:14.447 INFO E| Compiling paste v1.0.15
29792024-08-26T19:54:15.949Z[ helios-setup] Aug 26 19:54:14.571 INFO E| Compiling quote v1.0.36
29802024-08-26T19:54:16.054Z[ helios-setup] Aug 26 19:54:14.676 INFO E| Compiling rustversion v1.0.17
29812024-08-26T19:54:16.740Z[ helios-setup] Aug 26 19:54:15.362 INFO E| Compiling syn v2.0.71
29822024-08-26T19:54:17.085Z[ helios-setup] Aug 26 19:54:15.707 INFO E| Compiling heck v0.3.3
29832024-08-26T19:54:17.211Z[ helios-setup] Aug 26 19:54:15.833 INFO E| Compiling dyn-clone v1.0.17
29842024-08-26T19:54:17.832Z[ helios-setup] Aug 26 19:54:16.454 INFO E| Compiling ucd-trie v0.1.6
29852024-08-26T19:54:18.201Z[ helios-setup] Aug 26 19:54:16.823 INFO E| Compiling pre v0.2.1
29862024-08-26T19:54:19.090Z[ helios-setup] Aug 26 19:54:17.712 INFO E| Compiling cfg-if v0.1.10
29872024-08-26T19:54:19.183Z[ helios-setup] Aug 26 19:54:17.805 INFO E| Compiling static_assertions v1.1.0
29882024-08-26T19:54:19.237Z[ helios-setup] Aug 26 19:54:17.859 INFO E| Compiling byteorder v1.5.0
29892024-08-26T19:54:19.369Z[ host-package] Compiling tui-tree-widget v0.22.0
29902024-08-26T19:54:19.639Z[ helios-setup] Aug 26 19:54:18.260 INFO E| Compiling once_cell v1.19.0
29912024-08-26T19:54:19.802Z[ host-package] Compiling wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api)
29922024-08-26T19:54:20.339Z[ host-package] Compiling installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api)
29932024-08-26T19:54:20.466Z[ helios-setup] Aug 26 19:54:19.088 INFO E| Compiling unicode-width v0.1.13
29942024-08-26T19:54:20.759Z[ host-package] Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb)
29952024-08-26T19:54:21.148Z[ helios-setup] Aug 26 19:54:19.769 INFO E| Compiling textwrap v0.11.0
29962024-08-26T19:54:21.558Z[ host-package] Compiling clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api)
29972024-08-26T19:54:21.577Z[ helios-setup] Aug 26 19:54:20.187 INFO E| Compiling atty v0.2.14
29982024-08-26T19:54:21.889Z[ helios-setup] Aug 26 19:54:20.510 INFO E| Compiling strum v0.23.0
29992024-08-26T19:54:22.142Z[ helios-setup] Aug 26 19:54:20.764 INFO E| Compiling vec_map v0.8.2
30002024-08-26T19:54:22.459Z[ helios-setup] Aug 26 19:54:21.081 INFO E| Compiling parse_int v0.6.0
30012024-08-26T19:54:22.543Z[ helios-setup] Aug 26 19:54:21.164 INFO E| Compiling ansi_term v0.12.1
30022024-08-26T19:54:22.632Z[ helios-setup] Aug 26 19:54:21.253 INFO E| Compiling fletcher v0.1.0
30032024-08-26T19:54:22.680Z[ helios-setup] Aug 26 19:54:21.301 INFO E| Compiling bitflags v1.3.2
30042024-08-26T19:54:22.768Z[ helios-setup] Aug 26 19:54:21.388 INFO E| Compiling unic-common v0.9.0
30052024-08-26T19:54:22.780Z[ helios-setup] Aug 26 19:54:21.398 INFO E| Compiling unic-char-range v0.9.0
30062024-08-26T19:54:22.835Z[ helios-setup] Aug 26 19:54:21.456 INFO E| Compiling strsim v0.8.0
30072024-08-26T19:54:23.202Z[ helios-setup] Aug 26 19:54:21.818 INFO E| Compiling clap v2.34.0
30082024-08-26T19:54:23.316Z[ helios-setup] Aug 26 19:54:21.936 INFO E| Compiling unic-char-property v0.9.0
30092024-08-26T19:54:23.471Z[ helios-setup] Aug 26 19:54:22.093 INFO E| Compiling unic-ucd-version v0.9.0
30102024-08-26T19:54:23.627Z[ helios-setup] Aug 26 19:54:22.247 INFO E| Compiling plain v0.2.3
30112024-08-26T19:54:23.648Z[ helios-setup] Aug 26 19:54:22.270 INFO E| Compiling log v0.4.22
30122024-08-26T19:54:23.738Z[ host-package] Compiling uzers v0.11.3
30132024-08-26T19:54:23.931Z[ helios-setup] Aug 26 19:54:22.551 INFO E| Compiling unic-ucd-ident v0.9.0
30142024-08-26T19:54:23.998Z[ helios-setup] Aug 26 19:54:22.620 INFO E| Compiling bytesize v1.3.0
30152024-08-26T19:54:25.360Z[ helios-setup] Aug 26 19:54:23.981 INFO E| Compiling serde_derive_internals v0.29.1
30162024-08-26T19:54:27.012Z[ helios-setup] Aug 26 19:54:25.633 INFO E| Compiling toml v0.5.11
30172024-08-26T19:54:28.075Z[ host-package] Compiling wicket v0.1.0 (/work/oxidecomputer/omicron/wicket)
30182024-08-26T19:54:30.828Z[ helios-setup] Aug 26 19:54:29.448 INFO E| Compiling proc-macro-crate v0.1.5
30192024-08-26T19:54:31.195Z[ host-package] Compiling zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup)
30202024-08-26T19:54:32.243Z[ helios-setup] Aug 26 19:54:30.863 INFO E| Compiling thiserror-impl v1.0.63
30212024-08-26T19:54:32.409Z[ helios-setup] Aug 26 19:54:31.028 INFO E| Compiling serde_derive v1.0.204
30222024-08-26T19:54:32.574Z[ helios-setup] Aug 26 19:54:31.194 INFO E| Compiling schemars_derive v0.8.21
30232024-08-26T19:54:32.705Z[ helios-setup] Aug 26 19:54:31.323 INFO E| Compiling zerocopy-derive v0.6.6
30242024-08-26T19:54:34.865Z[ host-package] Compiling wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd)
30252024-08-26T19:54:36.719Z[ helios-setup] Aug 26 19:54:35.339 INFO E| Compiling zerocopy v0.6.6
30262024-08-26T19:54:37.912Z[ helios-setup] Aug 26 19:54:36.531 INFO E| Compiling modular-bitfield-impl v0.11.2
30272024-08-26T19:54:38.036Z[ helios-setup] Aug 26 19:54:36.654 INFO E| Compiling num-derive v0.3.3
30282024-08-26T19:54:38.264Z[ helios-setup] Aug 26 19:54:36.883 INFO E| Compiling pest v2.7.11
30292024-08-26T19:54:39.057Z[ helios-setup] Aug 26 19:54:37.676 INFO E| Compiling strum_macros v0.23.1
30302024-08-26T19:54:43.144Z[ helios-setup] Aug 26 19:54:37.848 INFO E| Compiling scroll_derive v0.10.5
30312024-08-26T19:54:43.182Z[ helios-setup] Aug 26 19:54:41.316 INFO E| Compiling structopt-derive v0.4.18
30322024-08-26T19:54:43.182Z[ helios-setup] Aug 26 19:54:41.577 INFO E| Compiling scroll v0.10.2
30332024-08-26T19:54:43.457Z[ helios-setup] Aug 26 19:54:42.075 INFO E| Compiling modular-bitfield v0.11.2
30342024-08-26T19:54:44.326Z[ helios-setup] Aug 26 19:54:42.944 INFO E| Compiling pest_meta v2.7.11
30352024-08-26T19:54:44.740Z[ helios-setup] Aug 26 19:54:43.358 INFO E| Compiling goblin v0.4.3
30362024-08-26T19:54:44.843Z[ host-package] Compiling omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin)
30372024-08-26T19:54:46.513Z[ helios-setup] Aug 26 19:54:45.130 INFO E| Compiling pest_generator v2.7.11
30382024-08-26T19:54:48.572Z[ helios-setup] Aug 26 19:54:47.190 INFO E| Compiling structopt v0.3.26
30392024-08-26T19:54:51.197Z[ helios-setup] Aug 26 19:54:49.814 INFO E| Compiling pest_derive v2.7.11
30402024-08-26T19:54:56.158Z[ helios-setup] Aug 26 19:54:54.774 INFO E| Compiling json5 v0.4.1
30412024-08-26T19:55:02.366Z[ helios-setup] Aug 26 19:55:00.727 INFO E| Compiling four-cc v0.3.0
30422024-08-26T19:55:02.366Z[ helios-setup] Aug 26 19:55:00.727 INFO E| Compiling amd-efs v0.4.0 (ssh://git@github.com/oxidecomputer/amd-efs.git?tag=v0.4.0#16afc05b)
30432024-08-26T19:55:02.389Z[ helios-setup] Aug 26 19:55:00.946 INFO E| Compiling amd-apcb v0.3.3 (https://github.com/oxidecomputer/amd-apcb.git?tag=v0.3.3#db77d47b)
30442024-08-26T19:55:04.115Z[ host-package] Compiling gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
30452024-08-26T19:55:17.547Z[ host-package] Compiling multimap v0.10.0
30462024-08-26T19:55:44.315Z[ helios-setup] Aug 26 19:55:42.925 INFO E| Compiling amd-host-image-builder-config v0.1.0 (/work/oxidecomputer/helios/projects/amd-host-image-builder/amd-host-image-builder-config)
30472024-08-26T19:56:03.358Z[ helios-setup] Aug 26 19:56:01.965 INFO E| Compiling amd-host-image-builder v0.1.1 (/work/oxidecomputer/helios/projects/amd-host-image-builder)
30482024-08-26T19:56:57.437Z[ helios-setup] Aug 26 19:56:56.038 INFO E| Finished dev [unoptimized + debuginfo] target(s) in 2m 47s
30492024-08-26T19:56:57.473Z[ helios-setup] Aug 26 19:56:56.073 INFO building project "amd-host-image-builder" ok (198 seconds)
30502024-08-26T19:56:57.475Z[ helios-setup] Aug 26 19:56:56.073 INFO building project "bootserver" at /work/oxidecomputer/helios/projects/bootserver
30512024-08-26T19:56:57.476Z[ helios-setup] Aug 26 19:56:56.073 INFO exec: ["cargo", "build", "--locked", "--release"], pwd: Some("/work/oxidecomputer/helios/projects/bootserver")
30522024-08-26T19:56:57.869Z[ helios-setup] Aug 26 19:56:56.470 INFO E| Downloading crates ...
30532024-08-26T19:56:57.986Z[ helios-setup] Aug 26 19:56:56.586 INFO E| Downloaded typenum v1.15.0
30542024-08-26T19:56:57.992Z[ helios-setup] Aug 26 19:56:56.590 INFO E| Downloaded anyhow v1.0.62
30552024-08-26T19:56:57.996Z[ helios-setup] Aug 26 19:56:56.596 INFO E| Downloaded digest v0.10.3
30562024-08-26T19:56:57.998Z[ helios-setup] Aug 26 19:56:56.599 INFO E| Downloaded bytes v1.2.1
30572024-08-26T19:56:58.004Z[ helios-setup] Aug 26 19:56:56.604 INFO E| Downloaded sha2 v0.10.5
30582024-08-26T19:56:58.207Z[ helios-setup] Aug 26 19:56:56.808 INFO E| Compiling typenum v1.15.0
30592024-08-26T19:56:58.207Z[ helios-setup] Aug 26 19:56:56.808 INFO E| Compiling version_check v0.9.4
30602024-08-26T19:56:58.210Z[ helios-setup] Aug 26 19:56:56.808 INFO E| Compiling crc32fast v1.3.2
30612024-08-26T19:56:58.210Z[ helios-setup] Aug 26 19:56:56.808 INFO E| Compiling cfg-if v1.0.0
30622024-08-26T19:56:58.210Z[ helios-setup] Aug 26 19:56:56.808 INFO E| Compiling anyhow v1.0.62
30632024-08-26T19:56:58.210Z[ helios-setup] Aug 26 19:56:56.808 INFO E| Compiling adler v1.0.2
30642024-08-26T19:56:58.210Z[ helios-setup] Aug 26 19:56:56.808 INFO E| Compiling cpufeatures v0.2.5
30652024-08-26T19:56:58.213Z[ helios-setup] Aug 26 19:56:56.813 INFO E| Compiling unicode-width v0.1.10
30662024-08-26T19:56:58.435Z[ helios-setup] Aug 26 19:56:57.035 INFO E| Compiling bitflags v1.3.2
30672024-08-26T19:56:58.501Z[ helios-setup] Aug 26 19:56:57.101 INFO E| Compiling miniz_oxide v0.6.2
30682024-08-26T19:56:58.601Z[ helios-setup] Aug 26 19:56:57.201 INFO E| Compiling getopts v0.2.21
30692024-08-26T19:56:58.716Z[ helios-setup] Aug 26 19:56:57.316 INFO E| Compiling bytes v1.2.1
30702024-08-26T19:56:59.506Z[ helios-setup] Aug 26 19:56:58.106 INFO E| Compiling generic-array v0.14.6
30712024-08-26T19:57:00.327Z[ helios-setup] Aug 26 19:56:58.927 INFO E| Compiling flate2 v1.0.25
30722024-08-26T19:57:04.599Z[ helios-setup] Aug 26 19:57:03.198 INFO E| Compiling crypto-common v0.1.6
30732024-08-26T19:57:04.599Z[ helios-setup] Aug 26 19:57:03.198 INFO E| Compiling block-buffer v0.10.3
30742024-08-26T19:57:04.819Z[ helios-setup] Aug 26 19:57:03.418 INFO E| Compiling digest v0.10.3
30752024-08-26T19:57:05.218Z[ helios-setup] Aug 26 19:57:03.818 INFO E| Compiling sha2 v0.10.5
30762024-08-26T19:57:05.730Z[ helios-setup] Aug 26 19:57:04.329 INFO E| Compiling bootserver v0.1.0 (/work/oxidecomputer/helios/projects/bootserver)
30772024-08-26T19:57:11.229Z[ helios-setup] Aug 26 19:57:09.828 INFO E| Finished `release` profile [optimized] target(s) in 13.64s
30782024-08-26T19:57:11.245Z[ helios-setup] Aug 26 19:57:09.844 INFO building project "bootserver" ok (13 seconds)
30792024-08-26T19:57:11.245Z[ helios-setup] Aug 26 19:57:09.844 INFO building project "pinprick" at /work/oxidecomputer/helios/projects/pinprick
30802024-08-26T19:57:11.245Z[ helios-setup] Aug 26 19:57:09.844 INFO exec: ["cargo", "build", "--locked", "--release"], pwd: Some("/work/oxidecomputer/helios/projects/pinprick")
30812024-08-26T19:57:11.746Z[ helios-setup] Aug 26 19:57:10.344 INFO E| Compiling adler v1.0.2
30822024-08-26T19:57:11.927Z[ helios-setup] Aug 26 19:57:10.526 INFO E| Compiling miniz_oxide v0.7.2
30832024-08-26T19:57:14.643Z[ helios-setup] Aug 26 19:57:13.241 INFO E| Compiling pinprick v0.1.0 (/work/oxidecomputer/helios/projects/pinprick)
30842024-08-26T19:57:15.555Z[ helios-setup] Aug 26 19:57:14.153 INFO E| Finished `release` profile [optimized] target(s) in 4.22s
30852024-08-26T19:57:15.563Z[ helios-setup] Aug 26 19:57:14.161 INFO building project "pinprick" ok (4 seconds)
30862024-08-26T19:57:15.565Z[ helios-setup] rm -f helios-build
30872024-08-26T19:57:15.626Z[ helios-setup] ln -s tools/helios-build/target/debug/helios-build
30882024-08-26T19:57:15.629Z[ helios-setup]
30892024-08-26T19:57:15.629Z[ helios-setup] Setup complete! ./helios-build is now available.
30902024-08-26T19:57:15.629Z[ helios-setup]
30912024-08-26T19:57:15.629Z[ helios-setup]
30922024-08-26T19:57:15.629Z[ helios-setup] real 12:22.377919208
30932024-08-26T19:57:15.629Z[ helios-setup] user 28:55.599107849
30942024-08-26T19:57:15.629Z[ helios-setup] sys 3:35.924965506
30952024-08-26T19:57:15.629Z[ helios-setup] trap 1.764451664
30962024-08-26T19:57:15.629Z[ helios-setup] tflt 7.552301007
30972024-08-26T19:57:15.629Z[ helios-setup] dflt 44.971803129
30982024-08-26T19:57:15.629Z[ helios-setup] kflt 0.025248860
30992024-08-26T19:57:15.629Z[ helios-setup] lock 1:59:13.256838559
31002024-08-26T19:57:15.629Z[ helios-setup] slp 3:43:39.693352608
31012024-08-26T19:57:15.629Z[ helios-setup] lat 33:06.303694863
31022024-08-26T19:57:15.629Z[ helios-setup] stop 4:30.270342200
31032024-08-26T19:57:15.629ZAug 26 19:57:14.175 INFO [helios-setup] process exited with exit status: 0 (742.384016729s)
31042024-08-26T19:57:15.629ZAug 26 19:57:14.175 INFO [phbl-toolchain] running: /home/build/.cargo/bin/cargo --version
31052024-08-26T19:57:15.629Z[ phbl-toolchain] info: syncing channel updates for 'nightly-2024-03-19-x86_64-unknown-illumos'
31062024-08-26T19:57:15.774Z[ phbl-toolchain] info: latest update on 2024-03-19, rust version 1.79.0-nightly (3c85e5624 2024-03-18)
31072024-08-26T19:57:15.776Z[ phbl-toolchain] info: downloading component 'cargo'
31082024-08-26T19:57:17.598Z[ phbl-toolchain] info: downloading component 'clippy'
31092024-08-26T19:57:17.814Z[ phbl-toolchain] info: downloading component 'llvm-tools'
31102024-08-26T19:57:22.468Z[ phbl-toolchain] info: downloading component 'miri'
31112024-08-26T19:57:22.589Z[ phbl-toolchain] info: downloading component 'rust-docs'
31122024-08-26T19:57:24.152Z[ phbl-toolchain] info: downloading component 'rust-src'
31132024-08-26T19:57:24.332Z[ phbl-toolchain] info: downloading component 'rust-std'
31142024-08-26T19:57:26.466Z[ phbl-toolchain] info: downloading component 'rustc'
31152024-08-26T19:57:31.382Z[ host-package] Compiling internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns-cli)
31162024-08-26T19:57:32.540Z[ phbl-toolchain] info: downloading component 'rustfmt'
31172024-08-26T19:57:33.342Z[ phbl-toolchain] info: installing component 'cargo'
31182024-08-26T19:57:34.697Z[ phbl-toolchain] info: installing component 'clippy'
31192024-08-26T19:57:35.238Z[ phbl-toolchain] info: installing component 'llvm-tools'
31202024-08-26T19:57:37.373Z[ host-package] Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
31212024-08-26T19:57:41.006Z[ phbl-toolchain] info: installing component 'miri'
31222024-08-26T19:57:41.431Z[ phbl-toolchain] info: installing component 'rust-docs'
31232024-08-26T19:57:48.324Z[ phbl-toolchain] info: installing component 'rust-src'
31242024-08-26T19:57:49.003Z[ phbl-toolchain] info: installing component 'rust-std'
31252024-08-26T19:57:51.463Z[ phbl-toolchain] info: installing component 'rustc'
31262024-08-26T19:57:57.799Z[ phbl-toolchain] info: installing component 'rustfmt'
31272024-08-26T19:57:58.576Z[ phbl-toolchain] cargo 1.79.0-nightly (2fe739fcf 2024-03-15)
31282024-08-26T19:57:58.578ZAug 26 19:57:57.168 INFO [phbl-toolchain] process exited with exit status: 0 (42.993423308s)
31292024-08-26T20:04:28.955Z[ host-package] Finished `release` profile [optimized] target(s) in 18m 50s
31302024-08-26T20:05:31.232ZAug 26 20:05:29.763 INFO [host-package] process exited with exit status: 0 (1192.851177896s)
31312024-08-26T20:05:31.235ZAug 26 20:05:29.763 INFO [host-stamp] running task
31322024-08-26T20:05:31.235ZAug 26 20:05:29.764 INFO [recovery-package] running: /work/oxidecomputer/omicron/target/release/omicron-package --target recovery --artifacts /work/artifacts-recovery package
31332024-08-26T20:05:31.239ZAug 26 20:05:29.770 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+git11c5f13755c
31342024-08-26T20:05:31.243ZAug 26 20:05:29.774 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+git11c5f13755c
31352024-08-26T20:05:31.248ZAug 26 20:05:29.779 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+git11c5f13755c
31362024-08-26T20:05:31.252Z[recovery-package] Logging to: /work/artifacts-recovery/LOG
31372024-08-26T20:05:31.255Z[ stamp-oxlog] Logging to: /work/oxidecomputer/omicron/out/LOG
31382024-08-26T20:05:31.255ZAug 26 20:05:29.784 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+git11c5f13755c
31392024-08-26T20:05:31.258Z[stamp-pumpkind-gz] Logging to: /work/oxidecomputer/omicron/out/LOG
31402024-08-26T20:05:31.261ZAug 26 20:05:29.790 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+git11c5f13755c
31412024-08-26T20:05:31.264Z[ stamp-oxlog] Created: /work/oxidecomputer/omicron/out/versioned/oxlog.tar
31422024-08-26T20:05:31.267Z[stamp-crucible-dtrace] Logging to: /work/oxidecomputer/omicron/out/LOG
31432024-08-26T20:05:31.267ZAug 26 20:05:29.797 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+git11c5f13755c
31442024-08-26T20:05:31.271Z[stamp-switch-asic] Logging to: /work/oxidecomputer/omicron/out/LOG
31452024-08-26T20:05:31.271Z[stamp-crucible-dtrace] Created: /work/oxidecomputer/omicron/out/versioned/crucible-dtrace.tar
31462024-08-26T20:05:31.274ZAug 26 20:05:29.805 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+git11c5f13755c
31472024-08-26T20:05:31.278Z[ stamp-mg-ddm-gz] Logging to: /work/oxidecomputer/omicron/out/LOG
31482024-08-26T20:05:31.280ZAug 26 20:05:29.811 INFO [stamp-oxlog] process exited with exit status: 0 (41.020651ms)
31492024-08-26T20:05:31.280ZAug 26 20:05:29.811 INFO [stamp-crucible-dtrace] process exited with exit status: 0 (31.364076ms)
31502024-08-26T20:05:31.280ZAug 26 20:05:29.811 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+git11c5f13755c
31512024-08-26T20:05:31.286Z[ stamp-overlay] Logging to: /work/oxidecomputer/omicron/out/LOG
31522024-08-26T20:05:31.288Z[ stamp-overlay] Created: /work/oxidecomputer/omicron/out/versioned/overlay.tar.gz
31532024-08-26T20:05:31.292ZAug 26 20:05:29.821 INFO [stamp-overlay] process exited with exit status: 0 (23.664668ms)
31542024-08-26T20:05:31.292Z[stamp-omicron-sled-agent] Logging to: /work/oxidecomputer/omicron/out/LOG
31552024-08-26T20:05:31.301Z[stamp-propolis-server] Logging to: /work/oxidecomputer/omicron/out/LOG
31562024-08-26T20:05:31.362Z[stamp-pumpkind-gz] Created: /work/oxidecomputer/omicron/out/versioned/pumpkind-gz.tar
31572024-08-26T20:05:31.366ZAug 26 20:05:29.897 INFO [stamp-pumpkind-gz] process exited with exit status: 0 (122.796425ms)
31582024-08-26T20:05:31.487Z[ stamp-mg-ddm-gz] Created: /work/oxidecomputer/omicron/out/versioned/mg-ddm-gz.tar
31592024-08-26T20:05:31.491ZAug 26 20:05:30.022 INFO [stamp-mg-ddm-gz] process exited with exit status: 0 (231.617942ms)
31602024-08-26T20:05:31.610Z[stamp-omicron-sled-agent] Created: /work/oxidecomputer/omicron/out/versioned/omicron-sled-agent.tar
31612024-08-26T20:05:31.613ZAug 26 20:05:30.144 INFO [stamp-omicron-sled-agent] process exited with exit status: 0 (339.655104ms)
31622024-08-26T20:05:32.414Z[stamp-propolis-server] Created: /work/oxidecomputer/omicron/out/versioned/propolis-server.tar.gz
31632024-08-26T20:05:32.417ZAug 26 20:05:30.949 INFO [stamp-propolis-server] process exited with exit status: 0 (1.137738339s)
31642024-08-26T20:05:32.505Z[recovery-package] Compiling installinator-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-client)
31652024-08-26T20:05:34.886Z[recovery-package] Compiling installinator v0.1.0 (/work/oxidecomputer/omicron/installinator)
31662024-08-26T20:05:41.614Z[stamp-switch-asic] Created: /work/oxidecomputer/omicron/out/versioned/switch-asic.tar.gz
31672024-08-26T20:05:41.618ZAug 26 20:05:40.148 INFO [stamp-switch-asic] process exited with exit status: 0 (10.363121351s)
31682024-08-26T20:05:41.618ZAug 26 20:05:40.148 INFO [host-stamp] task succeeded (10.384360488s)
31692024-08-26T20:05:41.620ZAug 26 20:05:40.148 INFO [host-proto] running task
31702024-08-26T20:05:41.990ZAug 26 20:05:40.520 INFO [host-proto] task succeeded (371.997564ms)
31712024-08-26T20:05:41.990ZAug 26 20:05:40.520 INFO [host-profile] running task
31722024-08-26T20:05:41.993ZAug 26 20:05:40.520 INFO [host-profile] task succeeded (295.285µs)
31732024-08-26T20:05:41.993ZAug 26 20:05:40.520 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/.tmpYkxlj2/proto/host/root -N 'ci 11c5f13/${os_short_commit} 2024-08-26 19:44' -s host -B -p 'helios-dev=https://pkg.oxide.computer/helios/2/dev/'
31742024-08-26T20:05:42.005Z[ host-image] Aug 26 20:05:40.534 INFO using AMD firmware configuration file "/work/oxidecomputer/helios/image/amd/milan-gimlet-b.efs.json5"
31752024-08-26T20:05:42.005Z[ host-image] Aug 26 20:05:40.535 INFO using AMD firmware blob directories ["/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.a"]
31762024-08-26T20:05:42.020Z[ host-image] Aug 26 20:05:40.549 INFO generated template "/work/oxidecomputer/helios/tmp/image.host/genproto.json" for extra proto "/tmp/.tmpYkxlj2/proto/host/root"
31772024-08-26T20:05:42.020Z[ host-image] Aug 26 20:05:40.549 INFO using external package repository https://pkg.oxide.computer/helios/2/dev/
31782024-08-26T20:05:42.022Z[ host-image] Aug 26 20:05:40.549 INFO image builder template: ramdisk-01-os...
31792024-08-26T20:05:42.022Z[ host-image] Aug 26 20:05:40.549 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/.tmpYkxlj2/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
31802024-08-26T20:05:42.040Z[ host-image] Aug 26 20:05:40.569 INFO O| Aug 26 20:05:40.569 INFO CREATE DATASET: rpool/images/build/host/output
31812024-08-26T20:05:42.410Z[ host-image] Aug 26 20:05:40.940 INFO O| Aug 26 20:05:40.940 INFO temporary dataset: rpool/images/build/host/tmp/gimlet/ramdisk-01-os
31822024-08-26T20:05:42.416Z[ host-image] Aug 26 20:05:40.946 INFO O| Aug 26 20:05:40.946 INFO CREATE DATASET: rpool/images/build/host/tmp/gimlet/ramdisk-01-os
31832024-08-26T20:05:42.704Z[ host-image] Aug 26 20:05:41.234 INFO O| Aug 26 20:05:41.233 INFO SET DATASET PROPERTY ON rpool/images/build/host/tmp/gimlet/ramdisk-01-os: sync = disabled
31842024-08-26T20:05:42.784Z[ host-image] Aug 26 20:05:41.314 INFO O| Aug 26 20:05:41.314 INFO temporary directory: /rpool/images/build/host/tmp/gimlet/ramdisk-01-os
31852024-08-26T20:05:42.785Z[ host-image] Aug 26 20:05:41.314 INFO O| Aug 26 20:05:41.314 INFO work dataset: rpool/images/build/host/work/gimlet/ramdisk
31862024-08-26T20:05:42.787Z[ host-image] Aug 26 20:05:41.314 INFO O| Aug 26 20:05:41.314 INFO resetting by removing work dataset: rpool/images/build/host/work/gimlet/ramdisk
31872024-08-26T20:05:42.787Z[ host-image] Aug 26 20:05:41.314 INFO O| Aug 26 20:05:41.314 INFO DESTROY DATASET: rpool/images/build/host/work/gimlet/ramdisk
31882024-08-26T20:05:42.794Z[ host-image] Aug 26 20:05:41.324 INFO O| Aug 26 20:05:41.324 INFO CREATE DATASET: rpool/images/build/host/work/gimlet/ramdisk
31892024-08-26T20:05:43.034Z[ host-image] Aug 26 20:05:41.563 INFO O| Aug 26 20:05:41.563 INFO STEP 0: pkg_image_create, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
31902024-08-26T20:05:43.046Z[ host-image] Aug 26 20:05:41.575 INFO O| Aug 26 20:05:41.575 INFO exec: ["/usr/bin/pkg", "image-create", "--full", "/rpool/images/build/host/work/gimlet/ramdisk"]
31912024-08-26T20:05:43.608Z[ host-image] Aug 26 20:05:42.137 INFO O| Aug 26 20:05:42.137 INFO O| Caching catalogs ... Done
31922024-08-26T20:05:43.746Z[ host-image] Aug 26 20:05:42.275 INFO O| Aug 26 20:05:42.275 INFO STEP 0 (pkg_image_create) COMPLETE
31932024-08-26T20:05:43.746Z[ host-image] Aug 26 20:05:42.275 INFO O| Aug 26 20:05:42.275 INFO STEP 1: pkg_set_publisher, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
31942024-08-26T20:05:43.748Z[ host-image] Aug 26 20:05:42.275 INFO O| Aug 26 20:05:42.275 INFO skip step because feature "repo_redist" is not enabled
31952024-08-26T20:05:43.748Z[ host-image] Aug 26 20:05:42.275 INFO O| Aug 26 20:05:42.275 INFO STEP 2: pkg_set_publisher, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
31962024-08-26T20:05:43.764Z[ host-image] Aug 26 20:05:42.293 INFO O| Aug 26 20:05:42.293 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"]
31972024-08-26T20:05:44.328Z[ host-image] Aug 26 20:05:42.857 INFO O| Aug 26 20:05:42.857 INFO STEP 2 (pkg_set_publisher) COMPLETE
31982024-08-26T20:05:44.328Z[ host-image] Aug 26 20:05:42.857 INFO O| Aug 26 20:05:42.857 INFO STEP 3: pkg_set_publisher, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
31992024-08-26T20:05:44.345Z[ host-image] Aug 26 20:05:42.874 INFO O| Aug 26 20:05:42.874 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"]
32002024-08-26T20:05:44.957Z[ host-image] Aug 26 20:05:43.486 INFO O| Aug 26 20:05:43.486 INFO STEP 3 (pkg_set_publisher) COMPLETE
32012024-08-26T20:05:44.958Z[ host-image] Aug 26 20:05:43.487 INFO O| Aug 26 20:05:43.486 INFO STEP 4: pkg_set_publisher, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
32022024-08-26T20:05:44.960Z[ host-image] Aug 26 20:05:43.487 INFO O| Aug 26 20:05:43.486 INFO skip step because feature "repo_redist" is not enabled
32032024-08-26T20:05:44.960Z[ host-image] Aug 26 20:05:43.487 INFO O| Aug 26 20:05:43.487 INFO STEP 5: pkg_change_variant, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
32042024-08-26T20:05:45.544Z[ host-image] Aug 26 20:05:44.072 INFO O| Aug 26 20:05:44.072 INFO variant opensolaris.zone is already global
32052024-08-26T20:05:45.544Z[ host-image] Aug 26 20:05:44.072 INFO O| Aug 26 20:05:44.072 INFO STEP 5 (pkg_change_variant) COMPLETE
32062024-08-26T20:05:45.547Z[ host-image] Aug 26 20:05:44.072 INFO O| Aug 26 20:05:44.072 INFO STEP 6: pkg_change_variant, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
32072024-08-26T20:05:46.117Z[ host-image] Aug 26 20:05:44.646 INFO O| Aug 26 20:05:44.645 INFO variant opensolaris.imagetype is full; changing to partial
32082024-08-26T20:05:46.117Z[ host-image] Aug 26 20:05:44.646 INFO O| Aug 26 20:05:44.646 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/host/work/gimlet/ramdisk", "change-variant", "opensolaris.imagetype=partial"]
32092024-08-26T20:05:52.132Z[ host-image] Aug 26 20:05:50.660 INFO O| Aug 26 20:05:50.660 INFO O| Startup: Refreshing catalog 'helios-dev' ... Done
32102024-08-26T20:05:53.806Z[recovery-package] Finished `release` profile [optimized] target(s) in 22.34s
32112024-08-26T20:05:54.334Z[ host-image] Aug 26 20:05:52.861 INFO O| Aug 26 20:05:52.861 INFO O| Startup: Caching catalogs ... Done
32122024-08-26T20:05:54.390Z[ host-image] Aug 26 20:05:52.917 INFO O| Aug 26 20:05:52.917 INFO O| Planning: Planning completed in 0.00 seconds
32132024-08-26T20:05:54.399Z[ host-image] Aug 26 20:05:52.918 INFO O| Aug 26 20:05:52.918 INFO O| Planning: Consolidating action changes ... Done
32142024-08-26T20:05:54.399Z[ host-image] Aug 26 20:05:52.918 INFO O| Aug 26 20:05:52.918 INFO O| Planning: Evaluating mediators ... Done
32152024-08-26T20:05:54.400Z[ host-image] Aug 26 20:05:52.918 INFO O| Aug 26 20:05:52.918 INFO O| Planning: Planning completed in 0.00 seconds
32162024-08-26T20:05:54.400Z[ host-image] Aug 26 20:05:52.919 INFO O| Aug 26 20:05:52.919 INFO O| Variants/Facets to change: 1
32172024-08-26T20:05:54.414Z[ host-image] Aug 26 20:05:52.941 INFO O| Aug 26 20:05:52.941 INFO O| Done
32182024-08-26T20:05:54.419Z[ host-image] Aug 26 20:05:52.941 INFO O| Aug 26 20:05:52.941 INFO O| Done
32192024-08-26T20:05:54.778Z[ host-image] Aug 26 20:05:53.305 INFO O| Aug 26 20:05:53.305 INFO O| Done
32202024-08-26T20:05:54.808Z[ host-image] Aug 26 20:05:53.334 INFO O| Aug 26 20:05:53.334 INFO O| Done
32212024-08-26T20:05:54.810Z[ host-image] Aug 26 20:05:53.335 INFO O| Aug 26 20:05:53.335 INFO O| Done
32222024-08-26T20:05:54.810Z[ host-image] Aug 26 20:05:53.335 INFO O| Aug 26 20:05:53.335 INFO O| Done
32232024-08-26T20:05:54.810Z[ host-image] Aug 26 20:05:53.337 INFO O| Aug 26 20:05:53.337 INFO O| Done
32242024-08-26T20:05:55.105Z[ host-image] Aug 26 20:05:53.631 INFO O| Aug 26 20:05:53.631 INFO STEP 6 (pkg_change_variant) COMPLETE
32252024-08-26T20:05:55.105Z[ host-image] Aug 26 20:05:53.631 INFO O| Aug 26 20:05:53.631 INFO STEP 7: pkg_change_variant, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
32262024-08-26T20:05:55.105Z[ host-image] Aug 26 20:05:53.631 INFO O| Aug 26 20:05:53.631 INFO skip step because feature "debug_variant" is not enabled
32272024-08-26T20:05:55.106Z[ host-image] Aug 26 20:05:53.631 INFO O| Aug 26 20:05:53.631 INFO STEP 8: pkg_change_facet, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
32282024-08-26T20:05:55.286ZAug 26 20:05:53.814 INFO [recovery-package] process exited with exit status: 0 (24.049799743s)
32292024-08-26T20:05:55.286ZAug 26 20:05:53.814 INFO [recovery-stamp] running task
32302024-08-26T20:05:55.288ZAug 26 20:05:53.814 INFO [verify-libraries] running: /home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/cargo xtask verify-libraries --release
32312024-08-26T20:05:55.294ZAug 26 20:05:53.821 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+git11c5f13755c
32322024-08-26T20:05:55.300ZAug 26 20:05:53.827 INFO [stamp-installinator] running: /work/oxidecomputer/omicron/target/release/omicron-package --target recovery --artifacts /work/artifacts-recovery stamp installinator 10.0.0-0.ci+git11c5f13755c
32332024-08-26T20:05:55.310Z[ stamp-mg-ddm-gz] Logging to: /work/artifacts-recovery/LOG
32342024-08-26T20:05:55.317Z[stamp-installinator] Logging to: /work/artifacts-recovery/LOG
32352024-08-26T20:05:55.390Z[stamp-installinator] Created: /work/artifacts-recovery/versioned/installinator.tar
32362024-08-26T20:05:55.393ZAug 26 20:05:53.921 INFO [stamp-installinator] process exited with exit status: 0 (93.725224ms)
32372024-08-26T20:05:55.439Z[ stamp-mg-ddm-gz] Created: /work/artifacts-recovery/versioned/mg-ddm-gz.tar
32382024-08-26T20:05:55.443ZAug 26 20:05:53.971 INFO [stamp-mg-ddm-gz] process exited with exit status: 0 (149.266547ms)
32392024-08-26T20:05:55.443ZAug 26 20:05:53.971 INFO [recovery-stamp] task succeeded (157.064855ms)
32402024-08-26T20:05:55.445ZAug 26 20:05:53.971 INFO [recovery-proto] running task
32412024-08-26T20:05:55.445ZAug 26 20:05:53.971 INFO [tuf-stamp] running task
32422024-08-26T20:05:55.445ZAug 26 20:05:53.972 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+git11c5f13755c
32432024-08-26T20:05:55.453ZAug 26 20:05:53.980 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+git11c5f13755c
32442024-08-26T20:05:55.458Z[ host-image] Aug 26 20:05:53.982 INFO O| Aug 26 20:05:53.981 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/host/work/gimlet/ramdisk", "change-facet", "openssl.10=false"]
32452024-08-26T20:05:55.461ZAug 26 20:05:53.988 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+git11c5f13755c
32462024-08-26T20:05:55.465Z[ stamp-ntp] Logging to: /work/oxidecomputer/omicron/out/LOG
32472024-08-26T20:05:55.468ZAug 26 20:05:53.996 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+git11c5f13755c
32482024-08-26T20:05:55.474Z[ stamp-oximeter] Logging to: /work/oxidecomputer/omicron/out/LOG
32492024-08-26T20:05:55.477ZAug 26 20:05:54.005 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+git11c5f13755c
32502024-08-26T20:05:55.483Z[stamp-crucible-zone] Logging to: /work/oxidecomputer/omicron/out/LOG
32512024-08-26T20:05:55.500Z[ stamp-nexus] Logging to: /work/oxidecomputer/omicron/out/LOG
32522024-08-26T20:05:55.503ZAug 26 20:05:54.029 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+git11c5f13755c
32532024-08-26T20:05:55.570Z[stamp-crucible-pantry-zone] Logging to: /work/oxidecomputer/omicron/out/LOG
32542024-08-26T20:05:55.572ZAug 26 20:05:54.098 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+git11c5f13755c
32552024-08-26T20:05:55.584ZAug 26 20:05:54.111 INFO [recovery-proto] task succeeded (140.355374ms)
32562024-08-26T20:05:55.586ZAug 26 20:05:54.112 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/.tmpYkxlj2/proto/recovery/root -N 'recovery 11c5f13/${os_short_commit} 2024-08-26 19:44' -s recovery -R -p 'helios-dev=https://pkg.oxide.computer/helios/2/dev/'
32572024-08-26T20:05:55.605Z[ stamp-probe] Logging to: /work/oxidecomputer/omicron/out/LOG
32582024-08-26T20:05:55.610Z[ recovery-image] Aug 26 20:05:54.138 INFO using AMD firmware configuration file "/work/oxidecomputer/helios/image/amd/milan-gimlet-b.efs.json5"
32592024-08-26T20:05:55.613Z[ recovery-image] Aug 26 20:05:54.138 INFO using AMD firmware blob directories ["/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.a"]
32602024-08-26T20:05:55.613ZAug 26 20:05:54.140 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+git11c5f13755c
32612024-08-26T20:05:55.627Z[ recovery-image] Aug 26 20:05:54.154 INFO generated template "/work/oxidecomputer/helios/tmp/image.recovery/genproto.json" for extra proto "/tmp/.tmpYkxlj2/proto/recovery/root"
32622024-08-26T20:05:55.629Z[ recovery-image] Aug 26 20:05:54.154 INFO using external package repository https://pkg.oxide.computer/helios/2/dev/
32632024-08-26T20:05:55.630Z[ recovery-image] Aug 26 20:05:54.154 INFO image builder template: ramdisk-01-os...
32642024-08-26T20:05:55.630Z[ recovery-image] Aug 26 20:05:54.154 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/.tmpYkxlj2/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
32652024-08-26T20:05:55.666Z[ recovery-image] Aug 26 20:05:54.193 INFO O| Aug 26 20:05:54.192 INFO CREATE DATASET: rpool/images/build/recovery/output
32662024-08-26T20:05:55.668Z[stamp-clickhouse] Logging to: /work/oxidecomputer/omicron/out/LOG
32672024-08-26T20:05:55.672ZAug 26 20:05:54.196 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+git11c5f13755c
32682024-08-26T20:05:55.820Z[ stamp-probe] Created: /work/oxidecomputer/omicron/out/versioned/probe.tar.gz
32692024-08-26T20:05:55.837Z[stamp-internal-dns] Logging to: /work/oxidecomputer/omicron/out/LOG
32702024-08-26T20:05:55.839ZAug 26 20:05:54.365 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+git11c5f13755c
32712024-08-26T20:05:55.889Z[stamp-clickhouse_keeper] Logging to: /work/oxidecomputer/omicron/out/LOG
32722024-08-26T20:05:55.920ZAug 26 20:05:54.448 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+git11c5f13755c
32732024-08-26T20:05:55.927Z[ stamp-ntp] Created: /work/oxidecomputer/omicron/out/versioned/ntp.tar.gz
32742024-08-26T20:05:55.958Z[stamp-external-dns] Logging to: /work/oxidecomputer/omicron/out/LOG
32752024-08-26T20:05:55.961ZAug 26 20:05:54.486 INFO [stamp-probe] process exited with exit status: 0 (457.423381ms)
32762024-08-26T20:05:55.964ZAug 26 20:05:54.492 INFO [stamp-ntp] process exited with exit status: 0 (519.956308ms)
32772024-08-26T20:05:55.991Z[stamp-cockroachdb] Logging to: /work/oxidecomputer/omicron/out/LOG
32782024-08-26T20:05:56.524Z[ recovery-image] Aug 26 20:05:55.051 INFO O| Aug 26 20:05:55.051 INFO temporary dataset: rpool/images/build/recovery/tmp/gimlet/ramdisk-01-os
32792024-08-26T20:05:56.530Z[ recovery-image] Aug 26 20:05:55.057 INFO O| Aug 26 20:05:55.057 INFO CREATE DATASET: rpool/images/build/recovery/tmp/gimlet/ramdisk-01-os
32802024-08-26T20:05:56.751Z[ host-image] Aug 26 20:05:55.279 INFO O| Aug 26 20:05:55.279 INFO O| Startup: Refreshing catalog 'helios-dev' ... Done
32812024-08-26T20:05:56.755Z[ host-image] Aug 26 20:05:55.281 INFO O| Aug 26 20:05:55.281 INFO O| Planning: Planning completed in 0.00 seconds
32822024-08-26T20:05:56.757Z[ host-image] Aug 26 20:05:55.282 INFO O| Aug 26 20:05:55.282 INFO O| Planning: Consolidating action changes ... Done
32832024-08-26T20:05:56.757Z[ host-image] Aug 26 20:05:55.282 INFO O| Aug 26 20:05:55.282 INFO O| Planning: Evaluating mediators ... Done
32842024-08-26T20:05:56.757Z[ host-image] Aug 26 20:05:55.283 INFO O| Aug 26 20:05:55.282 INFO O| Planning: Planning completed in 0.00 seconds
32852024-08-26T20:05:56.757Z[ host-image] Aug 26 20:05:55.283 INFO O| Aug 26 20:05:55.283 INFO O| Variants/Facets to change: 1
32862024-08-26T20:05:56.866Z[stamp-crucible-pantry-zone] Created: /work/oxidecomputer/omicron/out/versioned/crucible-pantry-zone.tar.gz
32872024-08-26T20:05:56.914ZAug 26 20:05:55.442 INFO [stamp-crucible-pantry-zone] process exited with exit status: 0 (1.436752436s)
32882024-08-26T20:05:56.937Z[stamp-internal-dns] Created: /work/oxidecomputer/omicron/out/versioned/internal-dns.tar.gz
32892024-08-26T20:05:56.942ZAug 26 20:05:55.470 INFO [stamp-internal-dns] process exited with exit status: 0 (1.32992342s)
32902024-08-26T20:05:56.996Z[verify-libraries] Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.69s
32912024-08-26T20:05:57.020Z[verify-libraries] Running `target/debug/xtask verify-libraries --release`
32922024-08-26T20:05:57.067Z[stamp-external-dns] Created: /work/oxidecomputer/omicron/out/versioned/external-dns.tar.gz
32932024-08-26T20:05:57.071ZAug 26 20:05:55.599 INFO [stamp-external-dns] process exited with exit status: 0 (1.220293599s)
32942024-08-26T20:05:57.165Z[stamp-crucible-zone] Created: /work/oxidecomputer/omicron/out/versioned/crucible-zone.tar.gz
32952024-08-26T20:05:57.168ZAug 26 20:05:55.696 INFO [stamp-crucible-zone] process exited with exit status: 0 (1.708413597s)
32962024-08-26T20:05:57.212Z[ host-image] Aug 26 20:05:55.739 INFO O| Aug 26 20:05:55.739 INFO O| Done
32972024-08-26T20:05:57.212Z[ host-image] Aug 26 20:05:55.739 INFO O| Aug 26 20:05:55.739 INFO O| Done
32982024-08-26T20:05:57.218Z[ recovery-image] Aug 26 20:05:55.745 INFO O| Aug 26 20:05:55.745 INFO SET DATASET PROPERTY ON rpool/images/build/recovery/tmp/gimlet/ramdisk-01-os: sync = disabled
32992024-08-26T20:05:57.337Z[ recovery-image] Aug 26 20:05:55.864 INFO O| Aug 26 20:05:55.864 INFO temporary directory: /rpool/images/build/recovery/tmp/gimlet/ramdisk-01-os
33002024-08-26T20:05:57.337Z[ recovery-image] Aug 26 20:05:55.864 INFO O| Aug 26 20:05:55.864 INFO work dataset: rpool/images/build/recovery/work/gimlet/ramdisk
33012024-08-26T20:05:57.339Z[ recovery-image] Aug 26 20:05:55.865 INFO O| Aug 26 20:05:55.865 INFO resetting by removing work dataset: rpool/images/build/recovery/work/gimlet/ramdisk
33022024-08-26T20:05:57.340Z[ recovery-image] Aug 26 20:05:55.865 INFO O| Aug 26 20:05:55.865 INFO DESTROY DATASET: rpool/images/build/recovery/work/gimlet/ramdisk
33032024-08-26T20:05:57.348Z[ recovery-image] Aug 26 20:05:55.876 INFO O| Aug 26 20:05:55.876 INFO CREATE DATASET: rpool/images/build/recovery/work/gimlet/ramdisk
33042024-08-26T20:05:57.387Z[ stamp-oximeter] Created: /work/oxidecomputer/omicron/out/versioned/oximeter.tar.gz
33052024-08-26T20:05:57.391ZAug 26 20:05:55.919 INFO [stamp-oximeter] process exited with exit status: 0 (1.938638865s)
33062024-08-26T20:05:57.608Z[ host-image] Aug 26 20:05:56.134 INFO O| Aug 26 20:05:56.134 INFO O| Done
33072024-08-26T20:05:57.656Z[ host-image] Aug 26 20:05:56.184 INFO O| Aug 26 20:05:56.184 INFO O| Done
33082024-08-26T20:05:57.659Z[ host-image] Aug 26 20:05:56.184 INFO O| Aug 26 20:05:56.184 INFO O| Done
33092024-08-26T20:05:57.659Z[ host-image] Aug 26 20:05:56.184 INFO O| Aug 26 20:05:56.184 INFO O| Done
33102024-08-26T20:05:57.659Z[ host-image] Aug 26 20:05:56.186 INFO O| Aug 26 20:05:56.186 INFO O| Done
33112024-08-26T20:05:57.736Z[ host-image] Aug 26 20:05:56.263 INFO O| Aug 26 20:05:56.263 INFO STEP 8 (pkg_change_facet) COMPLETE
33122024-08-26T20:05:57.736Z[ host-image] Aug 26 20:05:56.263 INFO O| Aug 26 20:05:56.263 INFO STEP 9: pkg_change_facet, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
33132024-08-26T20:05:57.738Z[ host-image] Aug 26 20:05:56.263 INFO O| Aug 26 20:05:56.263 INFO skip step because feature "recovery" is not enabled
33142024-08-26T20:05:57.739Z[ host-image] Aug 26 20:05:56.263 INFO O| Aug 26 20:05:56.263 INFO STEP 10: pkg_change_facet, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
33152024-08-26T20:05:57.739Z[ host-image] Aug 26 20:05:56.263 INFO O| Aug 26 20:05:56.263 INFO skip step because feature "recovery" is not enabled
33162024-08-26T20:05:57.739Z[ host-image] Aug 26 20:05:56.263 INFO O| Aug 26 20:05:56.263 INFO STEP 11: pkg_install, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
33172024-08-26T20:05:57.752Z[ host-image] Aug 26 20:05:56.279 INFO O| Aug 26 20:05:56.279 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"]
33182024-08-26T20:05:57.766Z[ recovery-image] Aug 26 20:05:56.293 INFO O| Aug 26 20:05:56.293 INFO STEP 0: pkg_image_create, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
33192024-08-26T20:05:57.780Z[ recovery-image] Aug 26 20:05:56.307 INFO O| Aug 26 20:05:56.307 INFO exec: ["/usr/bin/pkg", "image-create", "--full", "/rpool/images/build/recovery/work/gimlet/ramdisk"]
33202024-08-26T20:05:58.253Z[ host-image] Aug 26 20:05:56.780 INFO O| Aug 26 20:05:56.780 INFO O| Startup: Refreshing catalog 'helios-dev' ... Done
33212024-08-26T20:05:58.257Z[ recovery-image] Aug 26 20:05:56.784 INFO O| Aug 26 20:05:56.784 INFO O| Caching catalogs ... Done
33222024-08-26T20:05:58.364Z[ recovery-image] Aug 26 20:05:56.891 INFO O| Aug 26 20:05:56.891 INFO STEP 0 (pkg_image_create) COMPLETE
33232024-08-26T20:05:58.364Z[ recovery-image] Aug 26 20:05:56.891 INFO O| Aug 26 20:05:56.891 INFO STEP 1: pkg_set_publisher, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
33242024-08-26T20:05:58.364Z[ recovery-image] Aug 26 20:05:56.891 INFO O| Aug 26 20:05:56.891 INFO skip step because feature "repo_redist" is not enabled
33252024-08-26T20:05:58.366Z[ recovery-image] Aug 26 20:05:56.891 INFO O| Aug 26 20:05:56.891 INFO STEP 2: pkg_set_publisher, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
33262024-08-26T20:05:58.381Z[ recovery-image] Aug 26 20:05:56.908 INFO O| Aug 26 20:05:56.908 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"]
33272024-08-26T20:05:58.848Z[ recovery-image] Aug 26 20:05:57.375 INFO O| Aug 26 20:05:57.375 INFO STEP 2 (pkg_set_publisher) COMPLETE
33282024-08-26T20:05:58.851Z[ recovery-image] Aug 26 20:05:57.375 INFO O| Aug 26 20:05:57.375 INFO STEP 3: pkg_set_publisher, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
33292024-08-26T20:05:58.861Z[ recovery-image] Aug 26 20:05:57.388 INFO O| Aug 26 20:05:57.388 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"]
33302024-08-26T20:05:59.006Z[ stamp-nexus] Created: /work/oxidecomputer/omicron/out/versioned/nexus.tar.gz
33312024-08-26T20:05:59.010ZAug 26 20:05:57.537 INFO [stamp-nexus] process exited with exit status: 0 (3.541161994s)
33322024-08-26T20:05:59.356Z[ recovery-image] Aug 26 20:05:57.883 INFO O| Aug 26 20:05:57.883 INFO STEP 3 (pkg_set_publisher) COMPLETE
33332024-08-26T20:05:59.356Z[ recovery-image] Aug 26 20:05:57.883 INFO O| Aug 26 20:05:57.883 INFO STEP 4: pkg_set_publisher, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
33342024-08-26T20:05:59.358Z[ recovery-image] Aug 26 20:05:57.883 INFO O| Aug 26 20:05:57.883 INFO skip step because feature "repo_redist" is not enabled
33352024-08-26T20:05:59.358Z[ recovery-image] Aug 26 20:05:57.883 INFO O| Aug 26 20:05:57.883 INFO STEP 5: pkg_change_variant, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
33362024-08-26T20:05:59.812Z[ recovery-image] Aug 26 20:05:58.339 INFO O| Aug 26 20:05:58.339 INFO variant opensolaris.zone is already global
33372024-08-26T20:05:59.812Z[ recovery-image] Aug 26 20:05:58.339 INFO O| Aug 26 20:05:58.339 INFO STEP 5 (pkg_change_variant) COMPLETE
33382024-08-26T20:05:59.812Z[ recovery-image] Aug 26 20:05:58.339 INFO O| Aug 26 20:05:58.339 INFO STEP 6: pkg_change_variant, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
33392024-08-26T20:06:00.269Z[ recovery-image] Aug 26 20:05:58.796 INFO O| Aug 26 20:05:58.795 INFO variant opensolaris.imagetype is full; changing to partial
33402024-08-26T20:06:00.269Z[ recovery-image] Aug 26 20:05:58.796 INFO O| Aug 26 20:05:58.796 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/recovery/work/gimlet/ramdisk", "change-variant", "opensolaris.imagetype=partial"]
33412024-08-26T20:06:01.034Z[stamp-cockroachdb] Created: /work/oxidecomputer/omicron/out/versioned/cockroachdb.tar.gz
33422024-08-26T20:06:01.037ZAug 26 20:05:59.564 INFO [stamp-cockroachdb] process exited with exit status: 0 (5.116602674s)
33432024-08-26T20:06:01.505Z[verify-libraries] Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
33442024-08-26T20:06:01.653Z[verify-libraries] Compiling heck v0.4.1
33452024-08-26T20:06:01.657Z[verify-libraries] Compiling wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg)
33462024-08-26T20:06:01.659Z[verify-libraries] Compiling reconfigurator-cli v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-cli)
33472024-08-26T20:06:01.659Z[verify-libraries] Compiling db-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/db-dev)
33482024-08-26T20:06:01.659Z[verify-libraries] Compiling ch-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ch-dev)
33492024-08-26T20:06:01.659Z[verify-libraries] Compiling omicron-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev)
33502024-08-26T20:06:01.659Z[verify-libraries] Compiling openapi-manager-types v0.1.0 (/work/oxidecomputer/omicron/dev-tools/openapi-manager/types)
33512024-08-26T20:06:02.108Z[verify-libraries] Compiling indent_write v2.2.0
33522024-08-26T20:06:02.245Z[verify-libraries] Compiling tufaceous v0.1.0 (/work/oxidecomputer/omicron/tufaceous)
33532024-08-26T20:06:02.396Z[verify-libraries] Compiling openapi-lint v0.4.0 (https://github.com/oxidecomputer/openapi-lint?branch=main#ef442ee4)
33542024-08-26T20:06:02.504Z[verify-libraries] Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
33552024-08-26T20:06:02.562Z[verify-libraries] Compiling termios v0.3.3
33562024-08-26T20:06:03.297Z[verify-libraries] Compiling openapi-manager v0.1.0 (/work/oxidecomputer/omicron/dev-tools/openapi-manager)
33572024-08-26T20:06:03.880Z[verify-libraries] Compiling gateway-cli v0.1.0 (/work/oxidecomputer/omicron/gateway-cli)
33582024-08-26T20:06:05.817Z[stamp-clickhouse] Created: /work/oxidecomputer/omicron/out/versioned/clickhouse.tar.gz
33592024-08-26T20:06:05.965ZAug 26 20:06:04.491 INFO [stamp-clickhouse] process exited with exit status: 0 (10.393323988s)
33602024-08-26T20:06:05.974Z[stamp-clickhouse_keeper] Created: /work/oxidecomputer/omicron/out/versioned/clickhouse_keeper.tar.gz
33612024-08-26T20:06:05.999ZAug 26 20:06:04.525 INFO [stamp-clickhouse_keeper] process exited with exit status: 0 (10.329380079s)
33622024-08-26T20:06:05.999ZAug 26 20:06:04.525 INFO [tuf-stamp] task succeeded (10.55441791s)
33632024-08-26T20:06:07.493Z[ recovery-image] Aug 26 20:06:06.019 INFO O| Aug 26 20:06:06.019 INFO O| Startup: Refreshing catalog 'helios-dev' ... Done
33642024-08-26T20:06:13.424Z[ recovery-image] Aug 26 20:06:11.949 INFO O| Aug 26 20:06:11.949 INFO O| Startup: Caching catalogs ... Done
33652024-08-26T20:06:13.493Z[ recovery-image] Aug 26 20:06:12.018 INFO O| Aug 26 20:06:12.018 INFO O| Planning: Planning completed in 0.00 seconds
33662024-08-26T20:06:13.495Z[ recovery-image] Aug 26 20:06:12.019 INFO O| Aug 26 20:06:12.019 INFO O| Planning: Consolidating action changes ... Done
33672024-08-26T20:06:13.496Z[ recovery-image] Aug 26 20:06:12.020 INFO O| Aug 26 20:06:12.020 INFO O| Planning: Evaluating mediators ... Done
33682024-08-26T20:06:13.496Z[ recovery-image] Aug 26 20:06:12.020 INFO O| Aug 26 20:06:12.020 INFO O| Planning: Planning completed in 0.00 seconds
33692024-08-26T20:06:13.496Z[ recovery-image] Aug 26 20:06:12.021 INFO O| Aug 26 20:06:12.021 INFO O| Variants/Facets to change: 1
33702024-08-26T20:06:13.667Z[ recovery-image] Aug 26 20:06:12.192 INFO O| Aug 26 20:06:12.192 INFO O| Done
33712024-08-26T20:06:13.667Z[ recovery-image] Aug 26 20:06:12.192 INFO O| Aug 26 20:06:12.192 INFO O| Done
33722024-08-26T20:06:14.375Z[ recovery-image] Aug 26 20:06:12.900 INFO O| Aug 26 20:06:12.900 INFO O| Done
33732024-08-26T20:06:14.448Z[ recovery-image] Aug 26 20:06:12.973 INFO O| Aug 26 20:06:12.973 INFO O| Done
33742024-08-26T20:06:14.451Z[ recovery-image] Aug 26 20:06:12.975 INFO O| Aug 26 20:06:12.975 INFO O| Done
33752024-08-26T20:06:14.451Z[ recovery-image] Aug 26 20:06:12.975 INFO O| Aug 26 20:06:12.975 INFO O| Done
33762024-08-26T20:06:14.453Z[ recovery-image] Aug 26 20:06:12.978 INFO O| Aug 26 20:06:12.978 INFO O| Done
33772024-08-26T20:06:15.037Z[ recovery-image] Aug 26 20:06:13.561 INFO O| Aug 26 20:06:13.561 INFO STEP 6 (pkg_change_variant) COMPLETE
33782024-08-26T20:06:15.037Z[ recovery-image] Aug 26 20:06:13.562 INFO O| Aug 26 20:06:13.561 INFO STEP 7: pkg_change_variant, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
33792024-08-26T20:06:15.039Z[ recovery-image] Aug 26 20:06:13.562 INFO O| Aug 26 20:06:13.561 INFO skip step because feature "debug_variant" is not enabled
33802024-08-26T20:06:15.039Z[ recovery-image] Aug 26 20:06:13.562 INFO O| Aug 26 20:06:13.561 INFO STEP 8: pkg_change_facet, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
33812024-08-26T20:06:15.733Z[ recovery-image] Aug 26 20:06:14.258 INFO O| Aug 26 20:06:14.257 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/recovery/work/gimlet/ramdisk", "change-facet", "openssl.10=false"]
33822024-08-26T20:06:16.912Z[ recovery-image] Aug 26 20:06:15.437 INFO O| Aug 26 20:06:15.437 INFO O| Startup: Refreshing catalog 'helios-dev' ... Done
33832024-08-26T20:06:16.914Z[ recovery-image] Aug 26 20:06:15.439 INFO O| Aug 26 20:06:15.439 INFO O| Planning: Planning completed in 0.00 seconds
33842024-08-26T20:06:16.917Z[ recovery-image] Aug 26 20:06:15.440 INFO O| Aug 26 20:06:15.440 INFO O| Planning: Consolidating action changes ... Done
33852024-08-26T20:06:16.917Z[ recovery-image] Aug 26 20:06:15.440 INFO O| Aug 26 20:06:15.440 INFO O| Planning: Evaluating mediators ... Done
33862024-08-26T20:06:16.917Z[ recovery-image] Aug 26 20:06:15.440 INFO O| Aug 26 20:06:15.440 INFO O| Planning: Planning completed in 0.00 seconds
33872024-08-26T20:06:16.917Z[ recovery-image] Aug 26 20:06:15.441 INFO O| Aug 26 20:06:15.440 INFO O| Variants/Facets to change: 1
33882024-08-26T20:06:17.032Z[ recovery-image] Aug 26 20:06:15.557 INFO O| Aug 26 20:06:15.557 INFO O| Done
33892024-08-26T20:06:17.032Z[ recovery-image] Aug 26 20:06:15.557 INFO O| Aug 26 20:06:15.557 INFO O| Done
33902024-08-26T20:06:17.570Z[ recovery-image] Aug 26 20:06:16.094 INFO O| Aug 26 20:06:16.094 INFO O| Done
33912024-08-26T20:06:17.630Z[ recovery-image] Aug 26 20:06:16.155 INFO O| Aug 26 20:06:16.155 INFO O| Done
33922024-08-26T20:06:17.633Z[ recovery-image] Aug 26 20:06:16.156 INFO O| Aug 26 20:06:16.156 INFO O| Done
33932024-08-26T20:06:17.633Z[ recovery-image] Aug 26 20:06:16.157 INFO O| Aug 26 20:06:16.157 INFO O| Done
33942024-08-26T20:06:17.636Z[ recovery-image] Aug 26 20:06:16.159 INFO O| Aug 26 20:06:16.159 INFO O| Done
33952024-08-26T20:06:17.735Z[ recovery-image] Aug 26 20:06:16.259 INFO O| Aug 26 20:06:16.259 INFO STEP 8 (pkg_change_facet) COMPLETE
33962024-08-26T20:06:17.735Z[ recovery-image] Aug 26 20:06:16.260 INFO O| Aug 26 20:06:16.259 INFO STEP 9: pkg_change_facet, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
33972024-08-26T20:06:18.415Z[ recovery-image] Aug 26 20:06:16.940 INFO O| Aug 26 20:06:16.940 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/recovery/work/gimlet/ramdisk", "change-facet", "doc=false"]
33982024-08-26T20:06:19.488Z[ recovery-image] Aug 26 20:06:18.012 INFO O| Aug 26 20:06:18.012 INFO O| Startup: Refreshing catalog 'helios-dev' ... Done
33992024-08-26T20:06:19.490Z[ recovery-image] Aug 26 20:06:18.014 INFO O| Aug 26 20:06:18.014 INFO O| Planning: Planning completed in 0.00 seconds
34002024-08-26T20:06:19.493Z[ recovery-image] Aug 26 20:06:18.015 INFO O| Aug 26 20:06:18.015 INFO O| Planning: Consolidating action changes ... Done
34012024-08-26T20:06:19.493Z[ recovery-image] Aug 26 20:06:18.015 INFO O| Aug 26 20:06:18.015 INFO O| Planning: Evaluating mediators ... Done
34022024-08-26T20:06:19.493Z[ recovery-image] Aug 26 20:06:18.016 INFO O| Aug 26 20:06:18.016 INFO O| Planning: Planning completed in 0.00 seconds
34032024-08-26T20:06:19.493Z[ recovery-image] Aug 26 20:06:18.016 INFO O| Aug 26 20:06:18.016 INFO O| Variants/Facets to change: 1
34042024-08-26T20:06:19.587Z[ recovery-image] Aug 26 20:06:18.110 INFO O| Aug 26 20:06:18.110 INFO O| Done
34052024-08-26T20:06:19.587Z[ recovery-image] Aug 26 20:06:18.110 INFO O| Aug 26 20:06:18.110 INFO O| Done
34062024-08-26T20:06:20.093Z[ recovery-image] Aug 26 20:06:18.617 INFO O| Aug 26 20:06:18.617 INFO O| Done
34072024-08-26T20:06:20.154Z[ recovery-image] Aug 26 20:06:18.678 INFO O| Aug 26 20:06:18.678 INFO O| Done
34082024-08-26T20:06:20.157Z[ recovery-image] Aug 26 20:06:18.680 INFO O| Aug 26 20:06:18.680 INFO O| Done
34092024-08-26T20:06:20.157Z[ recovery-image] Aug 26 20:06:18.680 INFO O| Aug 26 20:06:18.680 INFO O| Done
34102024-08-26T20:06:20.159Z[ recovery-image] Aug 26 20:06:18.682 INFO O| Aug 26 20:06:18.682 INFO O| Done
34112024-08-26T20:06:20.260Z[ recovery-image] Aug 26 20:06:18.784 INFO O| Aug 26 20:06:18.784 INFO STEP 9 (pkg_change_facet) COMPLETE
34122024-08-26T20:06:20.260Z[ recovery-image] Aug 26 20:06:18.784 INFO O| Aug 26 20:06:18.784 INFO STEP 10: pkg_change_facet, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
34132024-08-26T20:06:20.891Z[ recovery-image] Aug 26 20:06:19.415 INFO O| Aug 26 20:06:19.415 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/recovery/work/gimlet/ramdisk", "change-facet", "doc.man=false"]
34142024-08-26T20:06:22.035Z[ recovery-image] Aug 26 20:06:20.559 INFO O| Aug 26 20:06:20.559 INFO O| Startup: Refreshing catalog 'helios-dev' ... Done
34152024-08-26T20:06:22.038Z[ recovery-image] Aug 26 20:06:20.561 INFO O| Aug 26 20:06:20.561 INFO O| Planning: Planning completed in 0.00 seconds
34162024-08-26T20:06:22.038Z[ recovery-image] Aug 26 20:06:20.562 INFO O| Aug 26 20:06:20.562 INFO O| Planning: Consolidating action changes ... Done
34172024-08-26T20:06:22.038Z[ recovery-image] Aug 26 20:06:20.562 INFO O| Aug 26 20:06:20.562 INFO O| Planning: Evaluating mediators ... Done
34182024-08-26T20:06:22.038Z[ recovery-image] Aug 26 20:06:20.562 INFO O| Aug 26 20:06:20.562 INFO O| Planning: Planning completed in 0.00 seconds
34192024-08-26T20:06:22.041Z[ recovery-image] Aug 26 20:06:20.562 INFO O| Aug 26 20:06:20.562 INFO O| Variants/Facets to change: 1
34202024-08-26T20:06:22.135Z[ recovery-image] Aug 26 20:06:20.659 INFO O| Aug 26 20:06:20.658 INFO O| Done
34212024-08-26T20:06:22.135Z[ recovery-image] Aug 26 20:06:20.659 INFO O| Aug 26 20:06:20.659 INFO O| Done
34222024-08-26T20:06:22.658Z[ recovery-image] Aug 26 20:06:21.181 INFO O| Aug 26 20:06:21.181 INFO O| Done
34232024-08-26T20:06:22.740Z[ recovery-image] Aug 26 20:06:21.264 INFO O| Aug 26 20:06:21.264 INFO O| Done
34242024-08-26T20:06:22.743Z[ recovery-image] Aug 26 20:06:21.265 INFO O| Aug 26 20:06:21.265 INFO O| Done
34252024-08-26T20:06:22.743Z[ recovery-image] Aug 26 20:06:21.266 INFO O| Aug 26 20:06:21.266 INFO O| Done
34262024-08-26T20:06:22.745Z[ recovery-image] Aug 26 20:06:21.268 INFO O| Aug 26 20:06:21.268 INFO O| Done
34272024-08-26T20:06:22.850Z[ recovery-image] Aug 26 20:06:21.374 INFO O| Aug 26 20:06:21.374 INFO STEP 10 (pkg_change_facet) COMPLETE
34282024-08-26T20:06:22.850Z[ recovery-image] Aug 26 20:06:21.374 INFO O| Aug 26 20:06:21.374 INFO STEP 11: pkg_install, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
34292024-08-26T20:06:22.871Z[ recovery-image] Aug 26 20:06:21.394 INFO O| Aug 26 20:06:21.394 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"]
34302024-08-26T20:06:23.994Z[ recovery-image] Aug 26 20:06:22.518 INFO O| Aug 26 20:06:22.518 INFO O| Startup: Refreshing catalog 'helios-dev' ... Done
34312024-08-26T20:06:28.518Z[ host-image] Aug 26 20:06:27.041 INFO O| Aug 26 20:06:27.041 INFO O| Planning: Solver setup ... Done
34322024-08-26T20:06:28.717Z[verify-libraries] Compiling nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils)
34332024-08-26T20:06:31.197Z[verify-libraries] Compiling zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup)
34342024-08-26T20:06:34.718Z[verify-libraries] Compiling mgs-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/mgs-dev)
34352024-08-26T20:06:53.138Z[ host-image] Aug 26 20:06:51.658 INFO O| Aug 26 20:06:51.658 INFO O| Planning: Running solver ... Done
34362024-08-26T20:06:53.468Z[ host-image] Aug 26 20:06:51.988 INFO O| Aug 26 20:06:51.988 INFO O| Planning: Finding local manifests ... Done
34372024-08-26T20:06:53.483Z[ host-image] Aug 26 20:06:52.003 INFO O| Aug 26 20:06:52.003 INFO O| Planning: Fetching manifests: 0/124 0% complete
34382024-08-26T20:06:55.772Z[ recovery-image] Aug 26 20:06:54.292 INFO O| Aug 26 20:06:54.291 INFO O| Planning: Solver setup ... Done
34392024-08-26T20:06:58.683Z[ host-image] Aug 26 20:06:57.202 INFO O| Aug 26 20:06:57.202 INFO O| Planning: Fetching manifests: 124/124 100% complete
34402024-08-26T20:06:59.984Z[ host-image] Aug 26 20:06:58.503 INFO O| Aug 26 20:06:58.502 INFO O| Planning: Package planning ... Done
34412024-08-26T20:07:01.592Z[ host-image] Aug 26 20:07:00.110 INFO O| Aug 26 20:07:00.110 INFO O| Planning: Merging actions ... Done
34422024-08-26T20:07:02.203Z[ host-image] Aug 26 20:07:00.721 INFO O| Aug 26 20:07:00.721 INFO O| Planning: Checking for conflicting actions ... Done
34432024-08-26T20:07:02.528Z[ host-image] Aug 26 20:07:01.047 INFO O| Aug 26 20:07:01.047 INFO O| Planning: Consolidating action changes ... Done
34442024-08-26T20:07:02.992Z[ host-image] Aug 26 20:07:01.510 INFO O| Aug 26 20:07:01.510 INFO O| Planning: Evaluating mediators ... Done
34452024-08-26T20:07:06.605Z[verify-libraries] Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
34462024-08-26T20:07:09.680Z[ host-image] Aug 26 20:07:08.197 INFO O| Aug 26 20:07:08.197 INFO O| Planning: Planning completed in 71.42 seconds
34472024-08-26T20:07:09.688Z[ host-image] Aug 26 20:07:08.205 INFO O| Aug 26 20:07:08.205 INFO O| Packages to install: 124
34482024-08-26T20:07:09.691Z[ host-image] Aug 26 20:07:08.205 INFO O| Aug 26 20:07:08.205 INFO O| Mediators to change: 4
34492024-08-26T20:07:09.691Z[ host-image] Aug 26 20:07:08.205 INFO O| Aug 26 20:07:08.205 INFO O| Services to change: 6
34502024-08-26T20:07:09.811Z[ host-image] Aug 26 20:07:08.329 INFO O| Aug 26 20:07:08.329 INFO O| Download: 0/22728 items 0.0/196.4MB 0% complete
34512024-08-26T20:07:14.818Z[ host-image] Aug 26 20:07:13.335 INFO O| Aug 26 20:07:13.335 INFO O| Download: 1185/22728 items 6.5/196.4MB 3% complete (1.3M/s)
34522024-08-26T20:07:15.908Z[verify-libraries] Compiling crdb-seed v0.1.0 (/work/oxidecomputer/omicron/dev-tools/crdb-seed)
34532024-08-26T20:07:19.892Z[ recovery-image] Aug 26 20:07:18.408 INFO O| Aug 26 20:07:18.408 INFO O| Planning: Running solver ... Done
34542024-08-26T20:07:19.961Z[ host-image] Aug 26 20:07:18.475 INFO O| Aug 26 20:07:18.475 INFO O| Download: 1791/22728 items 12.9/196.4MB 6% complete (1.3M/s)
34552024-08-26T20:07:20.206Z[ recovery-image] Aug 26 20:07:18.722 INFO O| Aug 26 20:07:18.721 INFO O| Planning: Finding local manifests ... Done
34562024-08-26T20:07:20.231Z[ recovery-image] Aug 26 20:07:18.747 INFO O| Aug 26 20:07:18.747 INFO O| Planning: Fetching manifests: 0/124 0% complete
34572024-08-26T20:07:23.164Z[verify-libraries] Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
34582024-08-26T20:07:24.094Z[verify-libraries] Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
34592024-08-26T20:07:24.979Z[ host-image] Aug 26 20:07:23.494 INFO O| Aug 26 20:07:23.494 INFO O| Download: 2306/22728 items 27.1/196.4MB 13% complete (2.0M/s)
34602024-08-26T20:07:25.097Z[ recovery-image] Aug 26 20:07:23.612 INFO O| Aug 26 20:07:23.612 INFO O| Planning: Fetching manifests: 124/124 100% complete
34612024-08-26T20:07:26.299Z[ recovery-image] Aug 26 20:07:24.814 INFO O| Aug 26 20:07:24.814 INFO O| Planning: Package planning ... Done
34622024-08-26T20:07:27.195Z[ recovery-image] Aug 26 20:07:25.710 INFO O| Aug 26 20:07:25.710 INFO O| Planning: Merging actions ... Done
34632024-08-26T20:07:27.366Z[ recovery-image] Aug 26 20:07:25.881 INFO O| Aug 26 20:07:25.881 INFO O| Planning: Checking for conflicting actions ... Done
34642024-08-26T20:07:27.526Z[ recovery-image] Aug 26 20:07:26.041 INFO O| Aug 26 20:07:26.041 INFO O| Planning: Consolidating action changes ... Done
34652024-08-26T20:07:27.950Z[ recovery-image] Aug 26 20:07:26.465 INFO O| Aug 26 20:07:26.465 INFO O| Planning: Evaluating mediators ... Done
34662024-08-26T20:07:29.979Z[ host-image] Aug 26 20:07:28.494 INFO O| Aug 26 20:07:28.494 INFO O| Download: 3508/22728 items 35.7/196.4MB 18% complete (2.3M/s)
34672024-08-26T20:07:33.498Z[ recovery-image] Aug 26 20:07:32.012 INFO O| Aug 26 20:07:32.012 INFO O| Planning: Planning completed in 69.49 seconds
34682024-08-26T20:07:33.504Z[ recovery-image] Aug 26 20:07:32.019 INFO O| Aug 26 20:07:32.019 INFO O| Packages to install: 124
34692024-08-26T20:07:33.504Z[ recovery-image] Aug 26 20:07:32.019 INFO O| Aug 26 20:07:32.019 INFO O| Mediators to change: 4
34702024-08-26T20:07:33.507Z[ recovery-image] Aug 26 20:07:32.019 INFO O| Aug 26 20:07:32.019 INFO O| Services to change: 5
34712024-08-26T20:07:33.649Z[ recovery-image] Aug 26 20:07:32.163 INFO O| Aug 26 20:07:32.163 INFO O| Download: 0/15831 items 0.0/173.2MB 0% complete
34722024-08-26T20:07:35.104Z[ host-image] Aug 26 20:07:33.618 INFO O| Aug 26 20:07:33.618 INFO O| Download: 4531/22728 items 42.2/196.4MB 21% complete (1.8M/s)
34732024-08-26T20:07:37.794Z[verify-libraries] Compiling cert-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/cert-dev)
34742024-08-26T20:07:38.881Z[ recovery-image] Aug 26 20:07:37.326 INFO O| Aug 26 20:07:37.326 INFO O| Download: 1008/15831 items 7.9/173.2MB 4% complete (1.9M/s)
34752024-08-26T20:07:39.103Z[verify-libraries] Compiling oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
34762024-08-26T20:07:40.124Z[ host-image] Aug 26 20:07:38.638 INFO O| Aug 26 20:07:38.638 INFO O| Download: 5165/22728 items 45.9/196.4MB 23% complete (1.0M/s)
34772024-08-26T20:07:44.590Z[ recovery-image] Aug 26 20:07:43.102 INFO O| Aug 26 20:07:43.102 INFO O| Download: 1169/15831 items 10.2/173.2MB 5% complete (1.1M/s)
34782024-08-26T20:07:45.128Z[ host-image] Aug 26 20:07:43.641 INFO O| Aug 26 20:07:43.641 INFO O| Download: 6175/22728 items 46.5/196.4MB 23% complete (446k/s)
34792024-08-26T20:07:49.609Z[ recovery-image] Aug 26 20:07:48.121 INFO O| Aug 26 20:07:48.121 INFO O| Download: 1653/15831 items 25.8/173.2MB 14% complete (1.8M/s)
34802024-08-26T20:07:50.138Z[ host-image] Aug 26 20:07:48.649 INFO O| Aug 26 20:07:48.649 INFO O| Download: 6862/22728 items 49.2/196.4MB 25% complete (317k/s)
34812024-08-26T20:07:54.811Z[ recovery-image] Aug 26 20:07:53.322 INFO O| Aug 26 20:07:53.322 INFO O| Download: 2669/15831 items 33.0/173.2MB 19% complete (2.3M/s)
34822024-08-26T20:07:55.160Z[ host-image] Aug 26 20:07:53.669 INFO O| Aug 26 20:07:53.669 INFO O| Download: 7812/22728 items 59.1/196.4MB 30% complete (1.2M/s)
34832024-08-26T20:08:00.008Z[ recovery-image] Aug 26 20:07:58.518 INFO O| Aug 26 20:07:58.518 INFO O| Download: 3601/15831 items 39.0/173.2MB 22% complete (1.1M/s)
34842024-08-26T20:08:00.408Z[ host-image] Aug 26 20:07:58.919 INFO O| Aug 26 20:07:58.919 INFO O| Download: 8262/22728 items 65.6/196.4MB 33% complete (1.6M/s)
34852024-08-26T20:08:05.011Z[ recovery-image] Aug 26 20:08:03.521 INFO O| Aug 26 20:08:03.521 INFO O| Download: 4158/15831 items 42.6/173.2MB 24% complete (988k/s)
34862024-08-26T20:08:05.416Z[ host-image] Aug 26 20:08:03.926 INFO O| Aug 26 20:08:03.926 INFO O| Download: 9310/22728 items 80.2/196.4MB 40% complete (2.0M/s)
34872024-08-26T20:08:10.017Z[ recovery-image] Aug 26 20:08:08.526 INFO O| Aug 26 20:08:08.525 INFO O| Download: 4891/15831 items 43.0/173.2MB 24% complete (429k/s)
34882024-08-26T20:08:10.425Z[ host-image] Aug 26 20:08:08.934 INFO O| Aug 26 20:08:08.934 INFO O| Download: 10326/22728 items 87.7/196.4MB 44% complete (2.2M/s)
34892024-08-26T20:08:15.026Z[ recovery-image] Aug 26 20:08:13.534 INFO O| Aug 26 20:08:13.534 INFO O| Download: 5704/15831 items 45.4/173.2MB 26% complete (271k/s)
34902024-08-26T20:08:15.638Z[ host-image] Aug 26 20:08:14.147 INFO O| Aug 26 20:08:14.146 INFO O| Download: 10854/22728 items 90.0/196.4MB 45% complete (1.0M/s)
34912024-08-26T20:08:20.377Z[ recovery-image] Aug 26 20:08:18.885 INFO O| Aug 26 20:08:18.885 INFO O| Download: 6124/15831 items 59.8/173.2MB 34% complete (1.6M/s)
34922024-08-26T20:08:20.646Z[ host-image] Aug 26 20:08:19.154 INFO O| Aug 26 20:08:19.154 INFO O| Download: 11465/22728 items 96.2/196.4MB 48% complete (858k/s)
34932024-08-26T20:08:25.381Z[ recovery-image] Aug 26 20:08:23.888 INFO O| Aug 26 20:08:23.888 INFO O| Download: 6835/15831 items 67.4/173.2MB 38% complete (2.0M/s)
34942024-08-26T20:08:26.647Z[ host-image] Aug 26 20:08:25.154 INFO O| Aug 26 20:08:25.154 INFO O| Download: 12101/22728 items 101.0/196.4MB 51% complete (1.1M/s)
34952024-08-26T20:08:30.382Z[ recovery-image] Aug 26 20:08:28.888 INFO O| Aug 26 20:08:28.888 INFO O| Download: 7735/15831 items 74.8/173.2MB 43% complete (1.5M/s)
34962024-08-26T20:08:31.648Z[ host-image] Aug 26 20:08:30.155 INFO O| Aug 26 20:08:30.154 INFO O| Download: 12957/22728 items 109.7/196.4MB 55% complete (1.3M/s)
34972024-08-26T20:08:35.411Z[ recovery-image] Aug 26 20:08:33.917 INFO O| Aug 26 20:08:33.916 INFO O| Download: 7967/15831 items 78.3/173.2MB 45% complete (1.5M/s)
34982024-08-26T20:08:36.724Z[ host-image] Aug 26 20:08:35.230 INFO O| Aug 26 20:08:35.230 INFO O| Download: 13914/22728 items 110.2/196.4MB 56% complete (976k/s)
34992024-08-26T20:08:41.540Z[ recovery-image] Aug 26 20:08:40.044 INFO O| Aug 26 20:08:40.044 INFO O| Download: 8656/15831 items 81.5/173.2MB 47% complete (758k/s)
35002024-08-26T20:08:41.744Z[ host-image] Aug 26 20:08:40.250 INFO O| Aug 26 20:08:40.250 INFO O| Download: 14646/22728 items 117.3/196.4MB 59% complete (761k/s)
35012024-08-26T20:08:46.540Z[ recovery-image] Aug 26 20:08:45.044 INFO O| Aug 26 20:08:45.044 INFO O| Download: 8976/15831 items 92.6/173.2MB 53% complete (1.3M/s)
35022024-08-26T20:08:48.248Z[ host-image] Aug 26 20:08:46.752 INFO O| Aug 26 20:08:46.752 INFO O| Download: 15544/22728 items 124.0/196.4MB 63% complete (1.4M/s)
35032024-08-26T20:08:51.546Z[ recovery-image] Aug 26 20:08:50.049 INFO O| Aug 26 20:08:50.049 INFO O| Download: 10101/15831 items 93.2/173.2MB 53% complete (1.2M/s)
35042024-08-26T20:08:53.268Z[ host-image] Aug 26 20:08:51.772 INFO O| Aug 26 20:08:51.772 INFO O| Download: 16133/22728 items 132.6/196.4MB 67% complete (1.4M/s)
35052024-08-26T20:08:56.548Z[ recovery-image] Aug 26 20:08:55.052 INFO O| Aug 26 20:08:55.051 INFO O| Download: 10925/15831 items 93.9/173.2MB 54% complete (128k/s)
35062024-08-26T20:08:58.273Z[ host-image] Aug 26 20:08:56.773 INFO O| Aug 26 20:08:56.773 INFO O| Download: 16894/22728 items 135.3/196.4MB 68% complete (1.1M/s)
35072024-08-26T20:09:01.549Z[ recovery-image] Aug 26 20:09:00.052 INFO O| Aug 26 20:09:00.051 INFO O| Download: 11282/15831 items 103.6/173.2MB 59% complete (1006k/s)
35082024-08-26T20:09:03.516Z[ host-image] Aug 26 20:09:02.018 INFO O| Aug 26 20:09:02.017 INFO O| Download: 17882/22728 items 156.1/196.4MB 79% complete (2.3M/s)
35092024-08-26T20:09:06.827Z[ recovery-image] Aug 26 20:09:05.329 INFO O| Aug 26 20:09:05.329 INFO O| Download: 11917/15831 items 128.2/173.2MB 74% complete (3.4M/s)
35102024-08-26T20:09:08.526Z[ host-image] Aug 26 20:09:07.027 INFO O| Aug 26 20:09:07.027 INFO O| Download: 19015/22728 items 162.6/196.4MB 82% complete (2.7M/s)
35112024-08-26T20:09:11.830Z[ recovery-image] Aug 26 20:09:10.330 INFO O| Aug 26 20:09:10.330 INFO O| Download: 12660/15831 items 139.3/173.2MB 80% complete (3.4M/s)
35122024-08-26T20:09:14.080Z[ host-image] Aug 26 20:09:12.581 INFO O| Aug 26 20:09:12.581 INFO O| Download: 19967/22728 items 167.1/196.4MB 85% complete (1.1M/s)
35132024-08-26T20:09:16.855Z[ recovery-image] Aug 26 20:09:15.355 INFO O| Aug 26 20:09:15.355 INFO O| Download: 13289/15831 items 142.8/173.2MB 82% complete (1.5M/s)
35142024-08-26T20:09:19.169Z[ host-image] Aug 26 20:09:17.669 INFO O| Aug 26 20:09:17.669 INFO O| Download: 20759/22728 items 170.9/196.4MB 87% complete (779k/s)
35152024-08-26T20:09:21.860Z[ recovery-image] Aug 26 20:09:20.360 INFO O| Aug 26 20:09:20.360 INFO O| Download: 14434/15831 items 146.6/173.2MB 84% complete (750k/s)
35162024-08-26T20:09:24.190Z[ host-image] Aug 26 20:09:22.689 INFO O| Aug 26 20:09:22.689 INFO O| Download: 21164/22728 items 176.7/196.4MB 89% complete (978k/s)
35172024-08-26T20:09:26.876Z[ recovery-image] Aug 26 20:09:25.375 INFO O| Aug 26 20:09:25.375 INFO O| Download: 14967/15831 items 154.5/173.2MB 89% complete (1.2M/s)
35182024-08-26T20:09:29.255Z[ host-image] Aug 26 20:09:27.753 INFO O| Aug 26 20:09:27.753 INFO O| Download: 21897/22728 items 188.4/196.4MB 95% complete (1.8M/s)
35192024-08-26T20:09:32.214Z[ recovery-image] Aug 26 20:09:30.712 INFO O| Aug 26 20:09:30.712 INFO O| Download: 15546/15831 items 166.1/173.2MB 95% complete (2.0M/s)
35202024-08-26T20:09:34.511Z[ host-image] Aug 26 20:09:33.009 INFO O| Aug 26 20:09:33.009 INFO O| Download: 22201/22728 items 194.6/196.4MB 99% complete (1.8M/s)
35212024-08-26T20:09:36.714Z[ recovery-image] Aug 26 20:09:35.212 INFO O| Aug 26 20:09:35.212 INFO O| Download: Completed 173.17 MB in 123.05 seconds (1.4M/s)
35222024-08-26T20:09:37.902Z[ host-image] Aug 26 20:09:36.400 INFO O| Aug 26 20:09:36.399 INFO O| Download: Completed 196.39 MB in 148.07 seconds (1.3M/s)
35232024-08-26T20:09:38.231Z[ recovery-image] Aug 26 20:09:36.728 INFO O| Aug 26 20:09:36.728 INFO O| Actions: 1/24964 actions (Installing new actions)
35242024-08-26T20:09:39.658Z[ host-image] Aug 26 20:09:38.153 INFO O| Aug 26 20:09:38.153 INFO O| Actions: 1/49261 actions (Installing new actions)
35252024-08-26T20:09:43.240Z[ recovery-image] Aug 26 20:09:41.736 INFO O| Aug 26 20:09:41.736 INFO O| Actions: 8224/24964 actions (Installing new actions)
35262024-08-26T20:09:44.671Z[ host-image] Aug 26 20:09:43.167 INFO O| Aug 26 20:09:43.167 INFO O| Actions: 9650/49261 actions (Installing new actions)
35272024-08-26T20:09:48.242Z[ recovery-image] Aug 26 20:09:46.738 INFO O| Aug 26 20:09:46.737 INFO O| Actions: 13404/24964 actions (Installing new actions)
35282024-08-26T20:09:49.673Z[ host-image] Aug 26 20:09:48.168 INFO O| Aug 26 20:09:48.168 INFO O| Actions: 17220/49261 actions (Installing new actions)
35292024-08-26T20:09:53.243Z[ recovery-image] Aug 26 20:09:51.738 INFO O| Aug 26 20:09:51.738 INFO O| Actions: 18551/24964 actions (Installing new actions)
35302024-08-26T20:09:54.673Z[ host-image] Aug 26 20:09:53.168 INFO O| Aug 26 20:09:53.168 INFO O| Actions: 22994/49261 actions (Installing new actions)
35312024-08-26T20:09:58.302Z[ recovery-image] Aug 26 20:09:56.796 INFO O| Aug 26 20:09:56.796 INFO O| Actions: 24469/24964 actions (Installing new actions)
35322024-08-26T20:10:02.992Z[ host-image] Aug 26 20:09:59.084 INFO O| Aug 26 20:09:59.084 INFO O| Actions: 48708/49261 actions (Installing new actions)
35332024-08-26T20:10:02.992Z[ recovery-image] Aug 26 20:10:00.035 INFO O| Aug 26 20:10:00.035 INFO O| Actions: Completed 24964 actions in 23.30 seconds.
35342024-08-26T20:10:02.992Z[ recovery-image] Aug 26 20:10:00.462 INFO O| Aug 26 20:10:00.462 INFO O| Done
35352024-08-26T20:10:02.992Z[ recovery-image] Aug 26 20:10:00.462 INFO O| Aug 26 20:10:00.462 INFO O| Done
35362024-08-26T20:10:03.003Z[ recovery-image] Aug 26 20:10:01.389 INFO O| Aug 26 20:10:01.388 INFO O| Done
35372024-08-26T20:10:04.569Z[ recovery-image] Aug 26 20:10:03.062 INFO O| Aug 26 20:10:03.062 INFO O| Done
35382024-08-26T20:10:04.583Z[ host-image] Aug 26 20:10:03.076 INFO O| Aug 26 20:10:03.076 INFO O| Actions: Completed 49261 actions in 24.92 seconds.
35392024-08-26T20:10:04.648Z[ recovery-image] Aug 26 20:10:03.142 INFO O| Aug 26 20:10:03.142 INFO O| Done
35402024-08-26T20:10:05.087Z[ host-image] Aug 26 20:10:03.581 INFO O| Aug 26 20:10:03.581 INFO O| Done
35412024-08-26T20:10:05.087Z[ host-image] Aug 26 20:10:03.581 INFO O| Aug 26 20:10:03.581 INFO O| Done
35422024-08-26T20:10:06.081Z[ host-image] Aug 26 20:10:04.575 INFO O| Aug 26 20:10:04.575 INFO O| Done
35432024-08-26T20:10:08.692Z[ host-image] Aug 26 20:10:07.185 INFO O| Aug 26 20:10:07.184 INFO O| Done
35442024-08-26T20:10:08.739Z[ host-image] Aug 26 20:10:07.232 INFO O| Aug 26 20:10:07.232 INFO O| Done
35452024-08-26T20:10:09.582Z[ recovery-image] Aug 26 20:10:08.075 INFO O| Aug 26 20:10:08.075 INFO O| Done
35462024-08-26T20:10:10.300Z[ recovery-image] Aug 26 20:10:08.793 INFO O| Aug 26 20:10:08.793 INFO O| Done
35472024-08-26T20:10:10.689Z[ recovery-image] Aug 26 20:10:09.182 INFO O| Aug 26 20:10:09.182 INFO STEP 11 (pkg_install) COMPLETE
35482024-08-26T20:10:10.689Z[ recovery-image] Aug 26 20:10:09.182 INFO O| Aug 26 20:10:09.182 INFO STEP 12: pkg_install, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
35492024-08-26T20:10:10.692Z[ recovery-image] Aug 26 20:10:09.182 INFO O| Aug 26 20:10:09.182 INFO skip step because feature "recovery" is enabled
35502024-08-26T20:10:10.692Z[ recovery-image] Aug 26 20:10:09.182 INFO O| Aug 26 20:10:09.182 INFO STEP 13: pkg_install, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
35512024-08-26T20:10:10.692Z[ recovery-image] Aug 26 20:10:09.182 INFO O| Aug 26 20:10:09.182 INFO skip step because feature "omicron1" is not enabled
35522024-08-26T20:10:10.692Z[ recovery-image] Aug 26 20:10:09.182 INFO O| Aug 26 20:10:09.182 INFO STEP 14: pkg_install, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
35532024-08-26T20:10:10.711Z[ recovery-image] Aug 26 20:10:09.201 INFO O| Aug 26 20:10:09.201 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/recovery/work/gimlet/ramdisk", "install", "/driver/network/opte@0.33.293"]
35542024-08-26T20:10:11.831Z[ recovery-image] Aug 26 20:10:10.323 INFO O| Aug 26 20:10:10.323 INFO O| Startup: Refreshing catalog 'helios-dev' ... Done
35552024-08-26T20:10:14.870Z[ recovery-image] Aug 26 20:10:13.362 INFO O| Aug 26 20:10:13.362 INFO O| Planning: Solver setup ... Done
35562024-08-26T20:10:14.879Z[ recovery-image] Aug 26 20:10:13.368 INFO O| Aug 26 20:10:13.368 INFO O| Planning: Running solver ... Done
35572024-08-26T20:10:14.944Z[ recovery-image] Aug 26 20:10:13.437 INFO O| Aug 26 20:10:13.437 INFO O| Planning: Finding local manifests ... Done
35582024-08-26T20:10:14.947Z[ recovery-image] Aug 26 20:10:13.438 INFO O| Aug 26 20:10:13.438 INFO O| Planning: Fetching manifests: 0/1 0% complete
35592024-08-26T20:10:15.060Z[ recovery-image] Aug 26 20:10:13.552 INFO O| Aug 26 20:10:13.552 INFO O| Planning: Fetching manifests: 1/1 100% complete
35602024-08-26T20:10:15.103Z[ recovery-image] Aug 26 20:10:13.595 INFO O| Aug 26 20:10:13.595 INFO O| Planning: Package planning ... Done
35612024-08-26T20:10:15.106Z[ recovery-image] Aug 26 20:10:13.596 INFO O| Aug 26 20:10:13.596 INFO O| Planning: Merging actions ... Done
35622024-08-26T20:10:15.179Z[ recovery-image] Aug 26 20:10:13.671 INFO O| Aug 26 20:10:13.671 INFO O| Planning: Checking for conflicting actions ... Done
35632024-08-26T20:10:15.182Z[ recovery-image] Aug 26 20:10:13.672 INFO O| Aug 26 20:10:13.672 INFO O| Planning: Consolidating action changes ... Done
35642024-08-26T20:10:15.434Z[ recovery-image] Aug 26 20:10:13.926 INFO O| Aug 26 20:10:13.926 INFO O| Planning: Evaluating mediators ... Done
35652024-08-26T20:10:15.436Z[ recovery-image] Aug 26 20:10:13.926 INFO O| Aug 26 20:10:13.926 INFO O| Planning: Planning completed in 3.59 seconds
35662024-08-26T20:10:15.437Z[ recovery-image] Aug 26 20:10:13.929 INFO O| Aug 26 20:10:13.929 INFO O| Packages to install: 1
35672024-08-26T20:10:15.453Z[ recovery-image] Aug 26 20:10:13.945 INFO O| Aug 26 20:10:13.945 INFO O| Download: 0/4 items 0.0/20.8MB 0% complete
35682024-08-26T20:10:16.413Z[ host-image] Aug 26 20:10:14.905 INFO O| Aug 26 20:10:14.905 INFO O| Done
35692024-08-26T20:10:16.628Z[ recovery-image] Aug 26 20:10:15.120 INFO O| Aug 26 20:10:15.120 INFO O| Download: Completed 20.80 MB in 1.17 seconds (17.7M/s)
35702024-08-26T20:10:16.777Z[ recovery-image] Aug 26 20:10:15.269 INFO O| Aug 26 20:10:15.269 INFO O| Actions: 1/22 actions (Installing new actions)
35712024-08-26T20:10:17.541Z[ host-image] Aug 26 20:10:16.033 INFO O| Aug 26 20:10:16.033 INFO O| Done
35722024-08-26T20:10:17.813Z[ recovery-image] Aug 26 20:10:16.305 INFO O| Aug 26 20:10:16.305 INFO O| Actions: Completed 22 actions in 1.04 seconds.
35732024-08-26T20:10:18.151Z[ recovery-image] Aug 26 20:10:16.643 INFO O| Aug 26 20:10:16.643 INFO O| Done
35742024-08-26T20:10:18.151Z[ recovery-image] Aug 26 20:10:16.643 INFO O| Aug 26 20:10:16.643 INFO O| Done
35752024-08-26T20:10:18.220Z[ host-image] Aug 26 20:10:16.695 INFO O| Aug 26 20:10:16.695 INFO STEP 11 (pkg_install) COMPLETE
35762024-08-26T20:10:18.250Z[ host-image] Aug 26 20:10:16.695 INFO O| Aug 26 20:10:16.695 INFO STEP 12: pkg_install, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
35772024-08-26T20:10:18.251Z[ host-image] Aug 26 20:10:16.713 INFO O| Aug 26 20:10:16.713 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/host/work/gimlet/ramdisk", "install", "/system/man", "/developer/object-file", "/system/ksensor", "/driver/cpu/sensor"]
35782024-08-26T20:10:18.979Z[ recovery-image] Aug 26 20:10:17.470 INFO O| Aug 26 20:10:17.470 INFO O| Done
35792024-08-26T20:10:19.353Z[ host-image] Aug 26 20:10:17.830 INFO O| Aug 26 20:10:17.789 INFO O| Startup: Refreshing catalog 'helios-dev' ... Done
35802024-08-26T20:10:20.984Z[ recovery-image] Aug 26 20:10:19.475 INFO O| Aug 26 20:10:19.475 INFO O| Done
35812024-08-26T20:10:21.013Z[ recovery-image] Aug 26 20:10:19.504 INFO O| Aug 26 20:10:19.504 INFO O| Done
35822024-08-26T20:10:21.013Z[ recovery-image] Aug 26 20:10:19.504 INFO O| Aug 26 20:10:19.504 INFO O| Done
35832024-08-26T20:10:21.033Z[ recovery-image] Aug 26 20:10:19.524 INFO O| Aug 26 20:10:19.524 INFO O| Done
35842024-08-26T20:10:21.177Z[ recovery-image] Aug 26 20:10:19.668 INFO O| Aug 26 20:10:19.668 INFO STEP 14 (pkg_install) COMPLETE
35852024-08-26T20:10:21.177Z[ recovery-image] Aug 26 20:10:19.668 INFO O| Aug 26 20:10:19.668 INFO STEP 15: pkg_install, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
35862024-08-26T20:10:21.180Z[ recovery-image] Aug 26 20:10:19.668 INFO O| Aug 26 20:10:19.668 INFO skip step because feature "mfg" is not enabled
35872024-08-26T20:10:21.180Z[ recovery-image] Aug 26 20:10:19.668 INFO O| Aug 26 20:10:19.668 INFO STEP 16: pkg_install, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
35882024-08-26T20:10:21.181Z[ recovery-image] Aug 26 20:10:19.668 INFO O| Aug 26 20:10:19.668 INFO skip step because feature "compliance" is not enabled
35892024-08-26T20:10:21.181Z[ recovery-image] Aug 26 20:10:19.668 INFO O| Aug 26 20:10:19.668 INFO STEP 17: pkg_install, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
35902024-08-26T20:10:21.181Z[ recovery-image] Aug 26 20:10:19.668 INFO O| Aug 26 20:10:19.668 INFO skip step because feature "stress" is not enabled
35912024-08-26T20:10:21.181Z[ recovery-image] Aug 26 20:10:19.668 INFO O| Aug 26 20:10:19.668 INFO STEP 18: pkg_install, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
35922024-08-26T20:10:21.181Z[ recovery-image] Aug 26 20:10:19.668 INFO O| Aug 26 20:10:19.668 INFO skip step because feature "nfs" is not enabled
35932024-08-26T20:10:21.181Z[ recovery-image] Aug 26 20:10:19.668 INFO O| Aug 26 20:10:19.668 INFO creating output snapshot rpool/images/build/recovery/work/gimlet/ramdisk@os
35942024-08-26T20:10:21.181Z[ recovery-image] Aug 26 20:10:19.668 INFO O| Aug 26 20:10:19.668 INFO CREATE SNAPSHOT: rpool/images/build/recovery/work/gimlet/ramdisk@os
35952024-08-26T20:10:21.574Z[ recovery-image] Aug 26 20:10:20.065 INFO O| Aug 26 20:10:20.065 INFO DESTROY DATASET: rpool/images/build/recovery/tmp/gimlet/ramdisk-01-os
35962024-08-26T20:10:21.672Z[ recovery-image] Aug 26 20:10:20.163 INFO O| Aug 26 20:10:20.163 INFO completed processing gimlet/ramdisk-01-os
35972024-08-26T20:10:21.675Z[ recovery-image] Aug 26 20:10:20.167 INFO image builder template: ramdisk-02-trim...
35982024-08-26T20:10:21.678Z[ recovery-image] Aug 26 20:10:20.167 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/.tmpYkxlj2/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
35992024-08-26T20:10:21.715Z[ recovery-image] Aug 26 20:10:20.206 INFO O| Aug 26 20:10:20.206 INFO temporary dataset: rpool/images/build/recovery/tmp/gimlet/ramdisk-02-trim
36002024-08-26T20:10:21.721Z[ recovery-image] Aug 26 20:10:20.213 INFO O| Aug 26 20:10:20.212 INFO CREATE DATASET: rpool/images/build/recovery/tmp/gimlet/ramdisk-02-trim
36012024-08-26T20:10:21.863Z[ recovery-image] Aug 26 20:10:20.354 INFO O| Aug 26 20:10:20.354 INFO SET DATASET PROPERTY ON rpool/images/build/recovery/tmp/gimlet/ramdisk-02-trim: sync = disabled
36022024-08-26T20:10:21.942Z[ recovery-image] Aug 26 20:10:20.433 INFO O| Aug 26 20:10:20.433 INFO temporary directory: /rpool/images/build/recovery/tmp/gimlet/ramdisk-02-trim
36032024-08-26T20:10:21.946Z[ recovery-image] Aug 26 20:10:20.433 INFO O| Aug 26 20:10:20.433 INFO work dataset: rpool/images/build/recovery/work/gimlet/ramdisk
36042024-08-26T20:10:21.951Z[ recovery-image] Aug 26 20:10:20.443 INFO O| Aug 26 20:10:20.442 INFO looking for output snapshot rpool/images/build/recovery/work/gimlet/ramdisk@trim
36052024-08-26T20:10:21.959Z[ recovery-image] Aug 26 20:10:20.450 INFO O| Aug 26 20:10:20.450 INFO looking for input snapshot rpool/images/build/recovery/work/gimlet/ramdisk@os
36062024-08-26T20:10:21.967Z[ recovery-image] Aug 26 20:10:20.459 INFO O| Aug 26 20:10:20.459 INFO ROLLBACK TO SNAPSHOT: rpool/images/build/recovery/work/gimlet/ramdisk@os
36072024-08-26T20:10:22.135Z[ recovery-image] Aug 26 20:10:20.626 INFO O| Aug 26 20:10:20.626 INFO rolled back to input snapshot; work may begin
36082024-08-26T20:10:22.135Z[ recovery-image] Aug 26 20:10:20.626 INFO O| Aug 26 20:10:20.626 INFO CREATE DATASET: rpool/images/build/recovery/work/gimlet/ramdisk
36092024-08-26T20:10:22.144Z[ recovery-image] Aug 26 20:10:20.636 INFO O| Aug 26 20:10:20.636 INFO STEP 0: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
36102024-08-26T20:10:22.163Z[ recovery-image] Aug 26 20:10:20.654 INFO O| Aug 26 20:10:20.653 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/var/pkg"
36112024-08-26T20:10:22.222Z[ recovery-image] Aug 26 20:10:20.713 INFO O| Aug 26 20:10:20.713 INFO STEP 0 (remove_files) COMPLETE
36122024-08-26T20:10:22.222Z[ recovery-image] Aug 26 20:10:20.714 INFO O| Aug 26 20:10:20.713 INFO STEP 1: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
36132024-08-26T20:10:22.233Z[ recovery-image] Aug 26 20:10:20.725 INFO O| Aug 26 20:10:20.725 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/xpg4"
36142024-08-26T20:10:22.236Z[ recovery-image] Aug 26 20:10:20.727 INFO O| Aug 26 20:10:20.727 INFO STEP 1 (remove_files) COMPLETE
36152024-08-26T20:10:22.236Z[ recovery-image] Aug 26 20:10:20.727 INFO O| Aug 26 20:10:20.727 INFO STEP 2: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
36162024-08-26T20:10:22.246Z[ recovery-image] Aug 26 20:10:20.737 INFO O| Aug 26 20:10:20.737 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/include"
36172024-08-26T20:10:22.261Z[ recovery-image] Aug 26 20:10:20.752 INFO O| Aug 26 20:10:20.752 INFO STEP 2 (remove_files) COMPLETE
36182024-08-26T20:10:22.261Z[ recovery-image] Aug 26 20:10:20.752 INFO O| Aug 26 20:10:20.752 INFO STEP 3: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
36192024-08-26T20:10:22.276Z[ recovery-image] Aug 26 20:10:20.767 INFO O| Aug 26 20:10:20.767 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/demo"
36202024-08-26T20:10:22.278Z[ recovery-image] Aug 26 20:10:20.769 INFO O| Aug 26 20:10:20.769 INFO STEP 3 (remove_files) COMPLETE
36212024-08-26T20:10:22.278Z[ recovery-image] Aug 26 20:10:20.770 INFO O| Aug 26 20:10:20.769 INFO STEP 4: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
36222024-08-26T20:10:22.289Z[ recovery-image] Aug 26 20:10:20.780 INFO O| Aug 26 20:10:20.780 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/help"
36232024-08-26T20:10:22.296Z[ recovery-image] Aug 26 20:10:20.787 INFO O| Aug 26 20:10:20.787 INFO STEP 4 (remove_files) COMPLETE
36242024-08-26T20:10:22.298Z[ recovery-image] Aug 26 20:10:20.787 INFO O| Aug 26 20:10:20.787 INFO STEP 5: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
36252024-08-26T20:10:22.307Z[ recovery-image] Aug 26 20:10:20.799 INFO O| Aug 26 20:10:20.798 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/share/doc"
36262024-08-26T20:10:22.310Z[ recovery-image] Aug 26 20:10:20.799 INFO O| Aug 26 20:10:20.799 INFO STEP 5 (remove_files) COMPLETE
36272024-08-26T20:10:22.310Z[ recovery-image] Aug 26 20:10:20.799 INFO O| Aug 26 20:10:20.799 INFO STEP 6: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
36282024-08-26T20:10:22.323Z[ recovery-image] Aug 26 20:10:20.814 INFO O| Aug 26 20:10:20.814 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/share/bash-completion"
36292024-08-26T20:10:22.335Z[ recovery-image] Aug 26 20:10:20.827 INFO O| Aug 26 20:10:20.826 INFO STEP 6 (remove_files) COMPLETE
36302024-08-26T20:10:22.336Z[ recovery-image] Aug 26 20:10:20.827 INFO O| Aug 26 20:10:20.827 INFO STEP 7: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
36312024-08-26T20:10:22.336Z[ recovery-image] Aug 26 20:10:20.827 INFO O| Aug 26 20:10:20.827 INFO skip step because feature "recovery" is enabled
36322024-08-26T20:10:22.338Z[ recovery-image] Aug 26 20:10:20.827 INFO O| Aug 26 20:10:20.827 INFO STEP 8: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
36332024-08-26T20:10:22.338Z[ recovery-image] Aug 26 20:10:20.827 INFO O| Aug 26 20:10:20.827 INFO skip step because feature "recovery" is enabled
36342024-08-26T20:10:22.338Z[ recovery-image] Aug 26 20:10:20.827 INFO O| Aug 26 20:10:20.827 INFO STEP 9: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
36352024-08-26T20:10:22.339Z[ recovery-image] Aug 26 20:10:20.827 INFO O| Aug 26 20:10:20.827 INFO skip step because feature "recovery" is enabled
36362024-08-26T20:10:22.339Z[ recovery-image] Aug 26 20:10:20.827 INFO O| Aug 26 20:10:20.827 INFO STEP 10: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
36372024-08-26T20:10:22.353Z[ recovery-image] Aug 26 20:10:20.844 INFO O| Aug 26 20:10:20.844 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/etc/net-snmp"
36382024-08-26T20:10:22.357Z[ recovery-image] Aug 26 20:10:20.849 INFO O| Aug 26 20:10:20.849 INFO STEP 10 (remove_files) COMPLETE
36392024-08-26T20:10:22.357Z[ recovery-image] Aug 26 20:10:20.849 INFO O| Aug 26 20:10:20.849 INFO STEP 11: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
36402024-08-26T20:10:22.374Z[ recovery-image] Aug 26 20:10:20.865 INFO O| Aug 26 20:10:20.865 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/i386"
36412024-08-26T20:10:22.376Z[ recovery-image] Aug 26 20:10:20.866 INFO O| Aug 26 20:10:20.866 INFO STEP 11 (remove_files) COMPLETE
36422024-08-26T20:10:22.376Z[ recovery-image] Aug 26 20:10:20.866 INFO O| Aug 26 20:10:20.866 INFO STEP 12: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
36432024-08-26T20:10:22.391Z[ recovery-image] Aug 26 20:10:20.882 INFO O| Aug 26 20:10:20.882 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/platform/i86xpv"
36442024-08-26T20:10:22.406Z[ recovery-image] Aug 26 20:10:20.884 INFO O| Aug 26 20:10:20.884 INFO STEP 12 (remove_files) COMPLETE
36452024-08-26T20:10:22.406Z[ recovery-image] Aug 26 20:10:20.884 INFO O| Aug 26 20:10:20.884 INFO STEP 13: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
36462024-08-26T20:10:22.410Z[ recovery-image] Aug 26 20:10:20.900 INFO O| Aug 26 20:10:20.900 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/opt/ooce/jq/lib/amd64/libjq.a"
36472024-08-26T20:10:22.429Z[ host-image] Aug 26 20:10:20.920 INFO O| Aug 26 20:10:20.920 INFO O| Planning: Solver setup ... Done
36482024-08-26T20:10:22.432Z[ host-image] Aug 26 20:10:20.924 INFO O| Aug 26 20:10:20.924 INFO O| Planning: Running solver ... Done
36492024-08-26T20:10:22.474Z[ host-image] Aug 26 20:10:20.966 INFO O| Aug 26 20:10:20.966 INFO O| Planning: Finding local manifests ... Done
36502024-08-26T20:10:22.478Z[ host-image] Aug 26 20:10:20.967 INFO O| Aug 26 20:10:20.967 INFO O| Planning: Fetching manifests: 0/4 0% complete
36512024-08-26T20:10:22.561Z[ recovery-image] Aug 26 20:10:21.052 INFO O| Aug 26 20:10:21.052 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/libtddl.a"
36522024-08-26T20:10:22.566Z[ recovery-image] Aug 26 20:10:21.053 INFO O| Aug 26 20:10:21.053 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libncurses++.a"
36532024-08-26T20:10:22.566Z[ recovery-image] Aug 26 20:10:21.056 INFO O| Aug 26 20:10:21.055 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libtddl.a"
36542024-08-26T20:10:22.570Z[ recovery-image] Aug 26 20:10:21.058 INFO O| Aug 26 20:10:21.058 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/libncurses++.a"
36552024-08-26T20:10:22.584Z[ host-image] Aug 26 20:10:21.067 INFO O| Aug 26 20:10:21.067 INFO O| Planning: Fetching manifests: 4/4 100% complete
36562024-08-26T20:10:22.607Z[ host-image] Aug 26 20:10:21.098 INFO O| Aug 26 20:10:21.097 INFO O| Planning: Package planning ... Done
36572024-08-26T20:10:22.610Z[ host-image] Aug 26 20:10:21.100 INFO O| Aug 26 20:10:21.100 INFO O| Planning: Merging actions ... Done
36582024-08-26T20:10:22.663Z[ recovery-image] Aug 26 20:10:21.154 INFO O| Aug 26 20:10:21.154 INFO STEP 13 (remove_files) COMPLETE
36592024-08-26T20:10:22.663Z[ recovery-image] Aug 26 20:10:21.154 INFO O| Aug 26 20:10:21.154 INFO STEP 14: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
36602024-08-26T20:10:22.682Z[ recovery-image] Aug 26 20:10:21.173 INFO O| Aug 26 20:10:21.173 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/boot"
36612024-08-26T20:10:22.685Z[ recovery-image] Aug 26 20:10:21.177 INFO O| Aug 26 20:10:21.177 INFO STEP 14 (remove_files) COMPLETE
36622024-08-26T20:10:22.685Z[ recovery-image] Aug 26 20:10:21.177 INFO O| Aug 26 20:10:21.177 INFO STEP 15: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
36632024-08-26T20:10:22.697Z[ recovery-image] Aug 26 20:10:21.188 INFO O| Aug 26 20:10:21.188 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/platform/i86pc"
36642024-08-26T20:10:22.704Z[ recovery-image] Aug 26 20:10:21.195 INFO O| Aug 26 20:10:21.195 INFO STEP 15 (remove_files) COMPLETE
36652024-08-26T20:10:22.707Z[ recovery-image] Aug 26 20:10:21.195 INFO O| Aug 26 20:10:21.195 INFO STEP 16: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
36662024-08-26T20:10:22.709Z[ host-image] Aug 26 20:10:21.201 INFO O| Aug 26 20:10:21.201 INFO O| Planning: Checking for conflicting actions ... Done
36672024-08-26T20:10:22.712Z[ host-image] Aug 26 20:10:21.202 INFO O| Aug 26 20:10:21.202 INFO O| Planning: Consolidating action changes ... Done
36682024-08-26T20:10:22.715Z[ recovery-image] Aug 26 20:10:21.206 INFO O| Aug 26 20:10:21.206 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/platform/i86xpv"
36692024-08-26T20:10:22.715Z[ recovery-image] Aug 26 20:10:21.206 INFO O| Aug 26 20:10:21.206 INFO STEP 16 (remove_files) COMPLETE
36702024-08-26T20:10:22.718Z[ recovery-image] Aug 26 20:10:21.206 INFO O| Aug 26 20:10:21.206 INFO STEP 17: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
36712024-08-26T20:10:22.725Z[ recovery-image] Aug 26 20:10:21.216 INFO O| Aug 26 20:10:21.216 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/platform/i86pc"
36722024-08-26T20:10:22.728Z[ recovery-image] Aug 26 20:10:21.218 INFO O| Aug 26 20:10:21.218 INFO STEP 17 (remove_files) COMPLETE
36732024-08-26T20:10:22.728Z[ recovery-image] Aug 26 20:10:21.218 INFO O| Aug 26 20:10:21.218 INFO STEP 18: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
36742024-08-26T20:10:22.741Z[ recovery-image] Aug 26 20:10:21.233 INFO O| Aug 26 20:10:21.232 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/misc/amd64/acpica"
36752024-08-26T20:10:22.741Z[ recovery-image] Aug 26 20:10:21.233 INFO O| Aug 26 20:10:21.233 INFO STEP 18 (remove_files) COMPLETE
36762024-08-26T20:10:22.744Z[ recovery-image] Aug 26 20:10:21.233 INFO O| Aug 26 20:10:21.233 INFO STEP 19: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
36772024-08-26T20:10:22.755Z[ recovery-image] Aug 26 20:10:21.247 INFO O| Aug 26 20:10:21.246 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/misc/amd64/tem"
36782024-08-26T20:10:22.755Z[ recovery-image] Aug 26 20:10:21.247 INFO O| Aug 26 20:10:21.247 INFO STEP 19 (remove_files) COMPLETE
36792024-08-26T20:10:22.755Z[ recovery-image] Aug 26 20:10:21.247 INFO O| Aug 26 20:10:21.247 INFO STEP 20: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
36802024-08-26T20:10:22.765Z[ recovery-image] Aug 26 20:10:21.257 INFO O| Aug 26 20:10:21.257 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/misc/amd64/kbtrans"
36812024-08-26T20:10:22.768Z[ recovery-image] Aug 26 20:10:21.257 INFO O| Aug 26 20:10:21.257 INFO STEP 20 (remove_files) COMPLETE
36822024-08-26T20:10:22.768Z[ recovery-image] Aug 26 20:10:21.257 INFO O| Aug 26 20:10:21.257 INFO STEP 21: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
36832024-08-26T20:10:22.776Z[ recovery-image] Aug 26 20:10:21.267 INFO O| Aug 26 20:10:21.267 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/wc"
36842024-08-26T20:10:22.776Z[ recovery-image] Aug 26 20:10:21.267 INFO O| Aug 26 20:10:21.267 INFO STEP 21 (remove_files) COMPLETE
36852024-08-26T20:10:22.776Z[ recovery-image] Aug 26 20:10:21.267 INFO O| Aug 26 20:10:21.267 INFO STEP 22: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
36862024-08-26T20:10:22.791Z[ recovery-image] Aug 26 20:10:21.282 INFO O| Aug 26 20:10:21.282 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/acpi_drv"
36872024-08-26T20:10:22.791Z[ recovery-image] Aug 26 20:10:21.282 INFO O| Aug 26 20:10:21.282 INFO STEP 22 (remove_files) COMPLETE
36882024-08-26T20:10:22.794Z[ recovery-image] Aug 26 20:10:21.282 INFO O| Aug 26 20:10:21.282 INFO STEP 23: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
36892024-08-26T20:10:22.805Z[ recovery-image] Aug 26 20:10:21.296 INFO O| Aug 26 20:10:21.296 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/conskbd"
36902024-08-26T20:10:22.808Z[ recovery-image] Aug 26 20:10:21.296 INFO O| Aug 26 20:10:21.296 INFO STEP 23 (remove_files) COMPLETE
36912024-08-26T20:10:22.808Z[ recovery-image] Aug 26 20:10:21.296 INFO O| Aug 26 20:10:21.296 INFO STEP 24: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
36922024-08-26T20:10:22.819Z[ recovery-image] Aug 26 20:10:21.311 INFO O| Aug 26 20:10:21.310 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/tzmon"
36932024-08-26T20:10:22.819Z[ recovery-image] Aug 26 20:10:21.311 INFO O| Aug 26 20:10:21.311 INFO STEP 24 (remove_files) COMPLETE
36942024-08-26T20:10:22.822Z[ recovery-image] Aug 26 20:10:21.311 INFO O| Aug 26 20:10:21.311 INFO STEP 25: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
36952024-08-26T20:10:22.834Z[ recovery-image] Aug 26 20:10:21.325 INFO O| Aug 26 20:10:21.325 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/power"
36962024-08-26T20:10:22.837Z[ recovery-image] Aug 26 20:10:21.325 INFO O| Aug 26 20:10:21.325 INFO STEP 25 (remove_files) COMPLETE
36972024-08-26T20:10:22.837Z[ recovery-image] Aug 26 20:10:21.325 INFO O| Aug 26 20:10:21.325 INFO STEP 26: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
36982024-08-26T20:10:22.849Z[ recovery-image] Aug 26 20:10:21.340 INFO O| Aug 26 20:10:21.340 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/audio"
36992024-08-26T20:10:22.851Z[ recovery-image] Aug 26 20:10:21.340 INFO O| Aug 26 20:10:21.340 INFO STEP 26 (remove_files) COMPLETE
37002024-08-26T20:10:22.851Z[ recovery-image] Aug 26 20:10:21.340 INFO O| Aug 26 20:10:21.340 INFO STEP 27: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
37012024-08-26T20:10:22.863Z[ recovery-image] Aug 26 20:10:21.354 INFO O| Aug 26 20:10:21.354 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/audio1575"
37022024-08-26T20:10:22.863Z[ recovery-image] Aug 26 20:10:21.354 INFO O| Aug 26 20:10:21.354 INFO STEP 27 (remove_files) COMPLETE
37032024-08-26T20:10:22.867Z[ recovery-image] Aug 26 20:10:21.354 INFO O| Aug 26 20:10:21.354 INFO STEP 28: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
37042024-08-26T20:10:22.875Z[ recovery-image] Aug 26 20:10:21.366 INFO O| Aug 26 20:10:21.366 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/audioens"
37052024-08-26T20:10:22.875Z[ recovery-image] Aug 26 20:10:21.366 INFO O| Aug 26 20:10:21.366 INFO STEP 28 (remove_files) COMPLETE
37062024-08-26T20:10:22.878Z[ recovery-image] Aug 26 20:10:21.366 INFO O| Aug 26 20:10:21.366 INFO STEP 29: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
37072024-08-26T20:10:22.888Z[ recovery-image] Aug 26 20:10:21.379 INFO O| Aug 26 20:10:21.379 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/audiopci"
37082024-08-26T20:10:22.888Z[ recovery-image] Aug 26 20:10:21.379 INFO O| Aug 26 20:10:21.379 INFO STEP 29 (remove_files) COMPLETE
37092024-08-26T20:10:22.891Z[ recovery-image] Aug 26 20:10:21.379 INFO O| Aug 26 20:10:21.379 INFO STEP 30: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
37102024-08-26T20:10:22.901Z[ recovery-image] Aug 26 20:10:21.392 INFO O| Aug 26 20:10:21.392 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/audiots"
37112024-08-26T20:10:22.901Z[ recovery-image] Aug 26 20:10:21.392 INFO O| Aug 26 20:10:21.392 INFO STEP 30 (remove_files) COMPLETE
37122024-08-26T20:10:22.901Z[ recovery-image] Aug 26 20:10:21.392 INFO O| Aug 26 20:10:21.392 INFO STEP 31: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
37132024-08-26T20:10:22.916Z[ recovery-image] Aug 26 20:10:21.408 INFO O| Aug 26 20:10:21.408 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/ehci"
37142024-08-26T20:10:22.917Z[ recovery-image] Aug 26 20:10:21.408 INFO O| Aug 26 20:10:21.408 INFO STEP 31 (remove_files) COMPLETE
37152024-08-26T20:10:22.917Z[ recovery-image] Aug 26 20:10:21.408 INFO O| Aug 26 20:10:21.408 INFO STEP 32: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
37162024-08-26T20:10:22.929Z[ recovery-image] Aug 26 20:10:21.421 INFO O| Aug 26 20:10:21.421 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/hid"
37172024-08-26T20:10:22.929Z[ recovery-image] Aug 26 20:10:21.421 INFO O| Aug 26 20:10:21.421 INFO STEP 32 (remove_files) COMPLETE
37182024-08-26T20:10:22.932Z[ recovery-image] Aug 26 20:10:21.421 INFO O| Aug 26 20:10:21.421 INFO STEP 33: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
37192024-08-26T20:10:22.941Z[ host-image] Aug 26 20:10:21.432 INFO O| Aug 26 20:10:21.432 INFO O| Planning: Evaluating mediators ... Done
37202024-08-26T20:10:22.944Z[ host-image] Aug 26 20:10:21.434 INFO O| Aug 26 20:10:21.434 INFO O| Planning: Planning completed in 3.64 seconds
37212024-08-26T20:10:22.946Z[ host-image] Aug 26 20:10:21.436 INFO O| Aug 26 20:10:21.436 INFO O| Packages to install: 4
37222024-08-26T20:10:22.947Z[ host-image] Aug 26 20:10:21.436 INFO O| Aug 26 20:10:21.436 INFO O| Services to change: 2
37232024-08-26T20:10:22.947Z[ recovery-image] Aug 26 20:10:21.437 INFO O| Aug 26 20:10:21.437 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/hubd"
37242024-08-26T20:10:22.947Z[ recovery-image] Aug 26 20:10:21.437 INFO O| Aug 26 20:10:21.437 INFO STEP 33 (remove_files) COMPLETE
37252024-08-26T20:10:22.947Z[ recovery-image] Aug 26 20:10:21.437 INFO O| Aug 26 20:10:21.437 INFO STEP 34: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
37262024-08-26T20:10:22.962Z[ recovery-image] Aug 26 20:10:21.453 INFO O| Aug 26 20:10:21.453 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/ohci"
37272024-08-26T20:10:22.962Z[ recovery-image] Aug 26 20:10:21.453 INFO O| Aug 26 20:10:21.453 INFO STEP 34 (remove_files) COMPLETE
37282024-08-26T20:10:22.962Z[ recovery-image] Aug 26 20:10:21.453 INFO O| Aug 26 20:10:21.453 INFO STEP 35: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
37292024-08-26T20:10:22.965Z[ host-image] Aug 26 20:10:21.454 INFO O| Aug 26 20:10:21.454 INFO O| Download: 0/102 items 0.0/1.4MB 0% complete
37302024-08-26T20:10:22.976Z[ recovery-image] Aug 26 20:10:21.467 INFO O| Aug 26 20:10:21.467 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/scsa2usb"
37312024-08-26T20:10:22.978Z[ recovery-image] Aug 26 20:10:21.467 INFO O| Aug 26 20:10:21.467 INFO STEP 35 (remove_files) COMPLETE
37322024-08-26T20:10:22.978Z[ recovery-image] Aug 26 20:10:21.467 INFO O| Aug 26 20:10:21.467 INFO STEP 36: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
37332024-08-26T20:10:22.991Z[ recovery-image] Aug 26 20:10:21.482 INFO O| Aug 26 20:10:21.482 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/uhci"
37342024-08-26T20:10:22.991Z[ recovery-image] Aug 26 20:10:21.482 INFO O| Aug 26 20:10:21.482 INFO STEP 36 (remove_files) COMPLETE
37352024-08-26T20:10:23.002Z[ recovery-image] Aug 26 20:10:21.482 INFO O| Aug 26 20:10:21.482 INFO STEP 37: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
37362024-08-26T20:10:23.005Z[ recovery-image] Aug 26 20:10:21.495 INFO O| Aug 26 20:10:21.495 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/usb_ac"
37372024-08-26T20:10:23.005Z[ recovery-image] Aug 26 20:10:21.495 INFO O| Aug 26 20:10:21.495 INFO STEP 37 (remove_files) COMPLETE
37382024-08-26T20:10:23.005Z[ recovery-image] Aug 26 20:10:21.495 INFO O| Aug 26 20:10:21.495 INFO STEP 38: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
37392024-08-26T20:10:23.019Z[ recovery-image] Aug 26 20:10:21.510 INFO O| Aug 26 20:10:21.510 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/usb_as"
37402024-08-26T20:10:23.019Z[ recovery-image] Aug 26 20:10:21.510 INFO O| Aug 26 20:10:21.510 INFO STEP 38 (remove_files) COMPLETE
37412024-08-26T20:10:23.019Z[ recovery-image] Aug 26 20:10:21.510 INFO O| Aug 26 20:10:21.510 INFO STEP 39: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
37422024-08-26T20:10:23.029Z[ recovery-image] Aug 26 20:10:21.520 INFO O| Aug 26 20:10:21.520 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/usb_ia"
37432024-08-26T20:10:23.032Z[ recovery-image] Aug 26 20:10:21.520 INFO O| Aug 26 20:10:21.520 INFO STEP 39 (remove_files) COMPLETE
37442024-08-26T20:10:23.032Z[ recovery-image] Aug 26 20:10:21.520 INFO O| Aug 26 20:10:21.520 INFO STEP 40: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
37452024-08-26T20:10:23.040Z[ recovery-image] Aug 26 20:10:21.532 INFO O| Aug 26 20:10:21.532 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/usb_mid"
37462024-08-26T20:10:23.040Z[ recovery-image] Aug 26 20:10:21.532 INFO O| Aug 26 20:10:21.532 INFO STEP 40 (remove_files) COMPLETE
37472024-08-26T20:10:23.043Z[ recovery-image] Aug 26 20:10:21.532 INFO O| Aug 26 20:10:21.532 INFO STEP 41: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
37482024-08-26T20:10:23.053Z[ recovery-image] Aug 26 20:10:21.543 INFO O| Aug 26 20:10:21.543 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/usbprn"
37492024-08-26T20:10:23.053Z[ recovery-image] Aug 26 20:10:21.543 INFO O| Aug 26 20:10:21.543 INFO STEP 41 (remove_files) COMPLETE
37502024-08-26T20:10:23.056Z[ recovery-image] Aug 26 20:10:21.543 INFO O| Aug 26 20:10:21.543 INFO STEP 42: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
37512024-08-26T20:10:23.062Z[ recovery-image] Aug 26 20:10:21.554 INFO O| Aug 26 20:10:21.553 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/xhci"
37522024-08-26T20:10:23.062Z[ recovery-image] Aug 26 20:10:21.554 INFO O| Aug 26 20:10:21.554 INFO STEP 42 (remove_files) COMPLETE
37532024-08-26T20:10:23.063Z[ recovery-image] Aug 26 20:10:21.554 INFO O| Aug 26 20:10:21.554 INFO STEP 43: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
37542024-08-26T20:10:23.074Z[ recovery-image] Aug 26 20:10:21.565 INFO O| Aug 26 20:10:21.565 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/intel_nhm"
37552024-08-26T20:10:23.074Z[ recovery-image] Aug 26 20:10:21.566 INFO O| Aug 26 20:10:21.565 INFO STEP 43 (remove_files) COMPLETE
37562024-08-26T20:10:23.082Z[ recovery-image] Aug 26 20:10:21.566 INFO O| Aug 26 20:10:21.566 INFO STEP 44: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
37572024-08-26T20:10:23.086Z[ recovery-image] Aug 26 20:10:21.577 INFO O| Aug 26 20:10:21.577 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/intel_nb5000"
37582024-08-26T20:10:23.089Z[ recovery-image] Aug 26 20:10:21.577 INFO O| Aug 26 20:10:21.577 INFO STEP 44 (remove_files) COMPLETE
37592024-08-26T20:10:23.089Z[ recovery-image] Aug 26 20:10:21.577 INFO O| Aug 26 20:10:21.577 INFO STEP 45: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
37602024-08-26T20:10:23.099Z[ recovery-image] Aug 26 20:10:21.589 INFO O| Aug 26 20:10:21.589 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/mc-amd"
37612024-08-26T20:10:23.102Z[ recovery-image] Aug 26 20:10:21.589 INFO O| Aug 26 20:10:21.589 INFO STEP 45 (remove_files) COMPLETE
37622024-08-26T20:10:23.102Z[ recovery-image] Aug 26 20:10:21.589 INFO O| Aug 26 20:10:21.589 INFO STEP 46: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
37632024-08-26T20:10:23.108Z[ recovery-image] Aug 26 20:10:21.599 INFO O| Aug 26 20:10:21.599 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/acpi_toshiba"
37642024-08-26T20:10:23.108Z[ recovery-image] Aug 26 20:10:21.599 INFO O| Aug 26 20:10:21.599 INFO STEP 46 (remove_files) COMPLETE
37652024-08-26T20:10:23.111Z[ recovery-image] Aug 26 20:10:21.599 INFO O| Aug 26 20:10:21.599 INFO STEP 47: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
37662024-08-26T20:10:23.120Z[ recovery-image] Aug 26 20:10:21.611 INFO O| Aug 26 20:10:21.611 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/intel_nhmex"
37672024-08-26T20:10:23.120Z[ recovery-image] Aug 26 20:10:21.611 INFO O| Aug 26 20:10:21.611 INFO STEP 47 (remove_files) COMPLETE
37682024-08-26T20:10:23.125Z[ recovery-image] Aug 26 20:10:21.611 INFO O| Aug 26 20:10:21.611 INFO STEP 48: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
37692024-08-26T20:10:23.130Z[ recovery-image] Aug 26 20:10:21.621 INFO O| Aug 26 20:10:21.621 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/intel_nhmex.conf"
37702024-08-26T20:10:23.130Z[ recovery-image] Aug 26 20:10:21.621 INFO O| Aug 26 20:10:21.621 INFO STEP 48 (remove_files) COMPLETE
37712024-08-26T20:10:23.130Z[ recovery-image] Aug 26 20:10:21.621 INFO O| Aug 26 20:10:21.621 INFO STEP 49: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
37722024-08-26T20:10:23.139Z[ recovery-image] Aug 26 20:10:21.631 INFO O| Aug 26 20:10:21.631 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/mpt"
37732024-08-26T20:10:23.139Z[ recovery-image] Aug 26 20:10:21.631 INFO O| Aug 26 20:10:21.631 INFO STEP 49 (remove_files) COMPLETE
37742024-08-26T20:10:23.142Z[ recovery-image] Aug 26 20:10:21.631 INFO O| Aug 26 20:10:21.631 INFO STEP 50: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
37752024-08-26T20:10:23.149Z[ recovery-image] Aug 26 20:10:21.640 INFO O| Aug 26 20:10:21.640 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/mpt.conf"
37762024-08-26T20:10:23.149Z[ recovery-image] Aug 26 20:10:21.640 INFO O| Aug 26 20:10:21.640 INFO STEP 50 (remove_files) COMPLETE
37772024-08-26T20:10:23.151Z[ recovery-image] Aug 26 20:10:21.640 INFO O| Aug 26 20:10:21.640 INFO STEP 51: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
37782024-08-26T20:10:23.159Z[ recovery-image] Aug 26 20:10:21.650 INFO O| Aug 26 20:10:21.650 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/plugins/ses-log-transport.so"
37792024-08-26T20:10:23.159Z[ recovery-image] Aug 26 20:10:21.650 INFO O| Aug 26 20:10:21.650 INFO STEP 51 (remove_files) COMPLETE
37802024-08-26T20:10:23.162Z[ recovery-image] Aug 26 20:10:21.650 INFO O| Aug 26 20:10:21.650 INFO STEP 52: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
37812024-08-26T20:10:23.169Z[ recovery-image] Aug 26 20:10:21.660 INFO O| Aug 26 20:10:21.660 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/plugins/ses-log-transport.conf"
37822024-08-26T20:10:23.169Z[ recovery-image] Aug 26 20:10:21.660 INFO O| Aug 26 20:10:21.660 INFO STEP 52 (remove_files) COMPLETE
37832024-08-26T20:10:23.172Z[ recovery-image] Aug 26 20:10:21.660 INFO O| Aug 26 20:10:21.660 INFO STEP 53: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
37842024-08-26T20:10:23.179Z[ recovery-image] Aug 26 20:10:21.670 INFO O| Aug 26 20:10:21.670 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/sbin/bootadm"
37852024-08-26T20:10:23.179Z[ recovery-image] Aug 26 20:10:21.670 INFO O| Aug 26 20:10:21.670 INFO STEP 53 (remove_files) COMPLETE
37862024-08-26T20:10:23.179Z[ recovery-image] Aug 26 20:10:21.670 INFO O| Aug 26 20:10:21.670 INFO STEP 54: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
37872024-08-26T20:10:23.189Z[ recovery-image] Aug 26 20:10:21.680 INFO O| Aug 26 20:10:21.680 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/bootadm"
37882024-08-26T20:10:23.189Z[ recovery-image] Aug 26 20:10:21.680 INFO O| Aug 26 20:10:21.680 INFO STEP 54 (remove_files) COMPLETE
37892024-08-26T20:10:23.189Z[ recovery-image] Aug 26 20:10:21.680 INFO O| Aug 26 20:10:21.680 INFO STEP 55: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
37902024-08-26T20:10:23.199Z[ recovery-image] Aug 26 20:10:21.690 INFO O| Aug 26 20:10:21.690 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/sbin/beadm"
37912024-08-26T20:10:23.199Z[ recovery-image] Aug 26 20:10:21.690 INFO O| Aug 26 20:10:21.690 INFO STEP 55 (remove_files) COMPLETE
37922024-08-26T20:10:23.201Z[ recovery-image] Aug 26 20:10:21.690 INFO O| Aug 26 20:10:21.690 INFO STEP 56: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
37932024-08-26T20:10:23.208Z[ recovery-image] Aug 26 20:10:21.700 INFO O| Aug 26 20:10:21.700 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/beadm"
37942024-08-26T20:10:23.209Z[ recovery-image] Aug 26 20:10:21.700 INFO O| Aug 26 20:10:21.700 INFO STEP 56 (remove_files) COMPLETE
37952024-08-26T20:10:23.211Z[ recovery-image] Aug 26 20:10:21.700 INFO O| Aug 26 20:10:21.700 INFO STEP 57: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
37962024-08-26T20:10:23.218Z[ recovery-image] Aug 26 20:10:21.710 INFO O| Aug 26 20:10:21.710 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/etc/default/tar"
37972024-08-26T20:10:23.219Z[ recovery-image] Aug 26 20:10:21.710 INFO O| Aug 26 20:10:21.710 INFO STEP 57 (remove_files) COMPLETE
37982024-08-26T20:10:23.219Z[ recovery-image] Aug 26 20:10:21.710 INFO O| Aug 26 20:10:21.710 INFO STEP 58: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
37992024-08-26T20:10:23.229Z[ recovery-image] Aug 26 20:10:21.721 INFO O| Aug 26 20:10:21.720 WARN file /rpool/images/build/recovery/work/gimlet/ramdisk/lib/svc/method/keymap exists, with wrong contents, unlinking
38002024-08-26T20:10:23.232Z[ recovery-image] Aug 26 20:10:21.721 INFO O| Aug 26 20:10:21.721 INFO writing /rpool/images/build/recovery/work/gimlet/ramdisk/lib/svc/method/keymap ...
38012024-08-26T20:10:23.232Z[ recovery-image] Aug 26 20:10:21.721 INFO O| Aug 26 20:10:21.721 INFO perms are 644, should be 755, path: /rpool/images/build/recovery/work/gimlet/ramdisk/lib/svc/method/keymap
38022024-08-26T20:10:23.232Z[ recovery-image] Aug 26 20:10:21.721 INFO O| Aug 26 20:10:21.721 INFO chmod ok, path: /rpool/images/build/recovery/work/gimlet/ramdisk/lib/svc/method/keymap
38032024-08-26T20:10:23.232Z[ recovery-image] Aug 26 20:10:21.721 INFO O| Aug 26 20:10:21.721 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/recovery/work/gimlet/ramdisk/lib/svc/method/keymap
38042024-08-26T20:10:23.232Z[ recovery-image] Aug 26 20:10:21.721 INFO O| Aug 26 20:10:21.721 INFO chown ok, path: /rpool/images/build/recovery/work/gimlet/ramdisk/lib/svc/method/keymap
38052024-08-26T20:10:23.232Z[ recovery-image] Aug 26 20:10:21.721 INFO O| Aug 26 20:10:21.721 INFO ok!
38062024-08-26T20:10:23.232Z[ recovery-image] Aug 26 20:10:21.721 INFO O| Aug 26 20:10:21.721 INFO STEP 58 (ensure_file) COMPLETE
38072024-08-26T20:10:23.232Z[ recovery-image] Aug 26 20:10:21.721 INFO O| Aug 26 20:10:21.721 INFO STEP 59: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
38082024-08-26T20:10:23.240Z[ recovery-image] Aug 26 20:10:21.731 INFO O| Aug 26 20:10:21.731 WARN file /rpool/images/build/recovery/work/gimlet/ramdisk/lib/svc/bin/rootisramdisk exists, with wrong contents, unlinking
38092024-08-26T20:10:23.240Z[ recovery-image] Aug 26 20:10:21.731 INFO O| Aug 26 20:10:21.731 INFO copying /work/oxidecomputer/helios/image/templates/files/rootisramdisk -> /rpool/images/build/recovery/work/gimlet/ramdisk/lib/svc/bin/rootisramdisk ...
38102024-08-26T20:10:23.243Z[ recovery-image] Aug 26 20:10:21.732 INFO O| Aug 26 20:10:21.732 INFO perms are 644, should be 755, path: /rpool/images/build/recovery/work/gimlet/ramdisk/lib/svc/bin/rootisramdisk
38112024-08-26T20:10:23.243Z[ recovery-image] Aug 26 20:10:21.732 INFO O| Aug 26 20:10:21.732 INFO chmod ok, path: /rpool/images/build/recovery/work/gimlet/ramdisk/lib/svc/bin/rootisramdisk
38122024-08-26T20:10:23.243Z[ recovery-image] Aug 26 20:10:21.732 INFO O| Aug 26 20:10:21.732 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/gimlet/ramdisk/lib/svc/bin/rootisramdisk
38132024-08-26T20:10:23.244Z[ recovery-image] Aug 26 20:10:21.732 INFO O| Aug 26 20:10:21.732 INFO chown ok, path: /rpool/images/build/recovery/work/gimlet/ramdisk/lib/svc/bin/rootisramdisk
38142024-08-26T20:10:23.244Z[ recovery-image] Aug 26 20:10:21.732 INFO O| Aug 26 20:10:21.732 INFO ok!
38152024-08-26T20:10:23.244Z[ recovery-image] Aug 26 20:10:21.732 INFO O| Aug 26 20:10:21.732 INFO STEP 59 (ensure_file) COMPLETE
38162024-08-26T20:10:23.244Z[ recovery-image] Aug 26 20:10:21.732 INFO O| Aug 26 20:10:21.732 INFO STEP 60: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
38172024-08-26T20:10:23.250Z[ recovery-image] Aug 26 20:10:21.742 INFO O| Aug 26 20:10:21.741 INFO file /rpool/images/build/recovery/work/gimlet/ramdisk/root/.bash_profile does not exist
38182024-08-26T20:10:23.250Z[ recovery-image] Aug 26 20:10:21.742 INFO O| Aug 26 20:10:21.742 INFO copying /work/oxidecomputer/helios/image/templates/files/bash_profile -> /rpool/images/build/recovery/work/gimlet/ramdisk/root/.bash_profile ...
38192024-08-26T20:10:23.254Z[ recovery-image] Aug 26 20:10:21.742 INFO O| Aug 26 20:10:21.742 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/ramdisk/root/.bash_profile
38202024-08-26T20:10:23.254Z[ recovery-image] Aug 26 20:10:21.742 INFO O| Aug 26 20:10:21.742 INFO ok!
38212024-08-26T20:10:23.254Z[ recovery-image] Aug 26 20:10:21.742 INFO O| Aug 26 20:10:21.742 INFO STEP 60 (ensure_file) COMPLETE
38222024-08-26T20:10:23.254Z[ recovery-image] Aug 26 20:10:21.742 INFO O| Aug 26 20:10:21.742 INFO STEP 61: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
38232024-08-26T20:10:23.260Z[ recovery-image] Aug 26 20:10:21.751 INFO O| Aug 26 20:10:21.751 WARN file /rpool/images/build/recovery/work/gimlet/ramdisk/root/.bashrc exists, with wrong contents, unlinking
38242024-08-26T20:10:23.260Z[ recovery-image] Aug 26 20:10:21.751 INFO O| Aug 26 20:10:21.751 INFO copying /work/oxidecomputer/helios/image/templates/files/bashrc -> /rpool/images/build/recovery/work/gimlet/ramdisk/root/.bashrc ...
38252024-08-26T20:10:23.262Z[ recovery-image] Aug 26 20:10:21.752 INFO O| Aug 26 20:10:21.751 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/ramdisk/root/.bashrc
38262024-08-26T20:10:23.262Z[ recovery-image] Aug 26 20:10:21.752 INFO O| Aug 26 20:10:21.751 INFO ok!
38272024-08-26T20:10:23.262Z[ recovery-image] Aug 26 20:10:21.752 INFO O| Aug 26 20:10:21.752 INFO STEP 61 (ensure_file) COMPLETE
38282024-08-26T20:10:23.262Z[ recovery-image] Aug 26 20:10:21.752 INFO O| Aug 26 20:10:21.752 INFO STEP 62: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
38292024-08-26T20:10:23.270Z[ recovery-image] Aug 26 20:10:21.761 INFO O| Aug 26 20:10:21.761 WARN file /rpool/images/build/recovery/work/gimlet/ramdisk/etc/motd exists, with wrong contents, unlinking
38302024-08-26T20:10:23.272Z[ recovery-image] Aug 26 20:10:21.761 INFO O| Aug 26 20:10:21.761 INFO copying /work/oxidecomputer/helios/image/templates/files/motd -> /rpool/images/build/recovery/work/gimlet/ramdisk/etc/motd ...
38312024-08-26T20:10:23.272Z[ recovery-image] Aug 26 20:10:21.761 INFO O| Aug 26 20:10:21.761 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/gimlet/ramdisk/etc/motd
38322024-08-26T20:10:23.272Z[ recovery-image] Aug 26 20:10:21.761 INFO O| Aug 26 20:10:21.761 INFO chown ok, path: /rpool/images/build/recovery/work/gimlet/ramdisk/etc/motd
38332024-08-26T20:10:23.272Z[ recovery-image] Aug 26 20:10:21.761 INFO O| Aug 26 20:10:21.761 INFO ok!
38342024-08-26T20:10:23.272Z[ recovery-image] Aug 26 20:10:21.761 INFO O| Aug 26 20:10:21.761 INFO STEP 62 (ensure_file) COMPLETE
38352024-08-26T20:10:23.272Z[ recovery-image] Aug 26 20:10:21.761 INFO O| Aug 26 20:10:21.761 INFO STEP 63: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
38362024-08-26T20:10:23.279Z[ recovery-image] Aug 26 20:10:21.771 INFO O| Aug 26 20:10:21.771 INFO file /rpool/images/build/recovery/work/gimlet/ramdisk/etc/system.d/zfs:dbuf does not exist
38372024-08-26T20:10:23.279Z[ recovery-image] Aug 26 20:10:21.771 INFO O| Aug 26 20:10:21.771 INFO copying /work/oxidecomputer/helios/image/templates/files/gimlet-system-zfs:dbuf -> /rpool/images/build/recovery/work/gimlet/ramdisk/etc/system.d/zfs:dbuf ...
38382024-08-26T20:10:23.282Z[ recovery-image] Aug 26 20:10:21.771 INFO O| Aug 26 20:10:21.771 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/gimlet/ramdisk/etc/system.d/zfs:dbuf
38392024-08-26T20:10:23.282Z[ recovery-image] Aug 26 20:10:21.771 INFO O| Aug 26 20:10:21.771 INFO chown ok, path: /rpool/images/build/recovery/work/gimlet/ramdisk/etc/system.d/zfs:dbuf
38402024-08-26T20:10:23.282Z[ recovery-image] Aug 26 20:10:21.771 INFO O| Aug 26 20:10:21.771 INFO ok!
38412024-08-26T20:10:23.282Z[ recovery-image] Aug 26 20:10:21.771 INFO O| Aug 26 20:10:21.771 INFO STEP 63 (ensure_file) COMPLETE
38422024-08-26T20:10:23.282Z[ recovery-image] Aug 26 20:10:21.771 INFO O| Aug 26 20:10:21.771 INFO STEP 64: assemble_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
38432024-08-26T20:10:23.289Z[ recovery-image] Aug 26 20:10:21.781 INFO O| Aug 26 20:10:21.781 INFO file /rpool/images/build/recovery/work/gimlet/ramdisk/etc/system.d/.self-assembly does not exist
38442024-08-26T20:10:23.289Z[ recovery-image] Aug 26 20:10:21.781 INFO O| Aug 26 20:10:21.781 INFO writing /rpool/images/build/recovery/work/gimlet/ramdisk/etc/system.d/.self-assembly ...
38452024-08-26T20:10:23.292Z[ recovery-image] Aug 26 20:10:21.781 INFO O| Aug 26 20:10:21.781 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/ramdisk/etc/system.d/.self-assembly
38462024-08-26T20:10:23.292Z[ recovery-image] Aug 26 20:10:21.781 INFO O| Aug 26 20:10:21.781 INFO ok!
38472024-08-26T20:10:23.292Z[ recovery-image] Aug 26 20:10:21.781 INFO O| Aug 26 20:10:21.781 INFO STEP 64 (assemble_files) COMPLETE
38482024-08-26T20:10:23.292Z[ recovery-image] Aug 26 20:10:21.781 INFO O| Aug 26 20:10:21.781 INFO STEP 65: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
38492024-08-26T20:10:23.299Z[ recovery-image] Aug 26 20:10:21.790 INFO O| Aug 26 20:10:21.790 INFO file /rpool/images/build/recovery/work/gimlet/ramdisk/etc/dumpadm.conf does not exist
38502024-08-26T20:10:23.302Z[ recovery-image] Aug 26 20:10:21.790 INFO O| Aug 26 20:10:21.790 INFO copying /work/oxidecomputer/helios/image/templates/files/dumpadm.conf -> /rpool/images/build/recovery/work/gimlet/ramdisk/etc/dumpadm.conf ...
38512024-08-26T20:10:23.302Z[ recovery-image] Aug 26 20:10:21.791 INFO O| Aug 26 20:10:21.790 INFO ownership wrong (Id(0):Id(0), not 0:1), path: /rpool/images/build/recovery/work/gimlet/ramdisk/etc/dumpadm.conf
38522024-08-26T20:10:23.302Z[ recovery-image] Aug 26 20:10:21.791 INFO O| Aug 26 20:10:21.791 INFO chown ok, path: /rpool/images/build/recovery/work/gimlet/ramdisk/etc/dumpadm.conf
38532024-08-26T20:10:23.302Z[ recovery-image] Aug 26 20:10:21.791 INFO O| Aug 26 20:10:21.791 INFO ok!
38542024-08-26T20:10:23.302Z[ recovery-image] Aug 26 20:10:21.791 INFO O| Aug 26 20:10:21.791 INFO STEP 65 (ensure_file) COMPLETE
38552024-08-26T20:10:23.302Z[ recovery-image] Aug 26 20:10:21.791 INFO O| Aug 26 20:10:21.791 INFO STEP 66: ensure_dir, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
38562024-08-26T20:10:23.302Z[ recovery-image] Aug 26 20:10:21.791 INFO O| Aug 26 20:10:21.791 INFO skip step because feature "omicron1" is not enabled
38572024-08-26T20:10:23.302Z[ recovery-image] Aug 26 20:10:21.791 INFO O| Aug 26 20:10:21.791 INFO STEP 67: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
38582024-08-26T20:10:23.303Z[ recovery-image] Aug 26 20:10:21.791 INFO O| Aug 26 20:10:21.791 INFO skip step because feature "omicron1" is not enabled
38592024-08-26T20:10:23.303Z[ recovery-image] Aug 26 20:10:21.791 INFO O| Aug 26 20:10:21.791 INFO STEP 68: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
38602024-08-26T20:10:23.303Z[ recovery-image] Aug 26 20:10:21.791 INFO O| Aug 26 20:10:21.791 INFO skip step because feature "omicron1" is not enabled
38612024-08-26T20:10:23.303Z[ recovery-image] Aug 26 20:10:21.791 INFO O| Aug 26 20:10:21.791 INFO STEP 69: pack_tar, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
38622024-08-26T20:10:23.314Z[ recovery-image] Aug 26 20:10:21.805 INFO O| Aug 26 20:10:21.805 INFO file /rpool/images/build/recovery/output/gimlet-ramdisk.tar does not already exist, skipping removal
38632024-08-26T20:10:23.314Z[ recovery-image] Aug 26 20:10:21.805 INFO O| Aug 26 20:10:21.805 INFO exec: ["/usr/sbin/tar", "ceEp@/f", "/rpool/images/build/recovery/output/gimlet-ramdisk.tar", "-C", "/rpool/images/build/recovery/work/gimlet/ramdisk", "."]
38642024-08-26T20:10:23.560Z[ host-image] Aug 26 20:10:22.051 INFO O| Aug 26 20:10:22.051 INFO O| Download: Completed 1.39 MB in 0.60 seconds (2.3M/s)
38652024-08-26T20:10:23.587Z[ host-image] Aug 26 20:10:22.078 INFO O| Aug 26 20:10:22.078 INFO O| Actions: 1/238 actions (Installing new actions)
38662024-08-26T20:10:23.706Z[ host-image] Aug 26 20:10:22.197 INFO O| Aug 26 20:10:22.197 INFO O| Actions: Completed 238 actions in 0.12 seconds.
38672024-08-26T20:10:23.952Z[ host-image] Aug 26 20:10:22.443 INFO O| Aug 26 20:10:22.443 INFO O| Done
38682024-08-26T20:10:23.955Z[ host-image] Aug 26 20:10:22.444 INFO O| Aug 26 20:10:22.443 INFO O| Done
38692024-08-26T20:10:24.321Z[ host-image] Aug 26 20:10:22.812 INFO O| Aug 26 20:10:22.812 INFO O| Done
38702024-08-26T20:10:24.958Z[ recovery-image] Aug 26 20:10:23.449 INFO O| Aug 26 20:10:23.449 INFO STEP 69 (pack_tar) COMPLETE
38712024-08-26T20:10:24.958Z[ recovery-image] Aug 26 20:10:23.449 INFO O| Aug 26 20:10:23.449 INFO creating output snapshot rpool/images/build/recovery/work/gimlet/ramdisk@trim
38722024-08-26T20:10:24.958Z[ recovery-image] Aug 26 20:10:23.449 INFO O| Aug 26 20:10:23.449 INFO CREATE SNAPSHOT: rpool/images/build/recovery/work/gimlet/ramdisk@trim
38732024-08-26T20:10:25.775Z[ host-image] Aug 26 20:10:24.266 INFO O| Aug 26 20:10:24.266 INFO O| Done
38742024-08-26T20:10:25.804Z[ host-image] Aug 26 20:10:24.295 INFO O| Aug 26 20:10:24.295 INFO O| Done
38752024-08-26T20:10:25.806Z[ host-image] Aug 26 20:10:24.295 INFO O| Aug 26 20:10:24.295 INFO O| Done
38762024-08-26T20:10:25.819Z[ host-image] Aug 26 20:10:24.310 INFO O| Aug 26 20:10:24.310 INFO O| Done
38772024-08-26T20:10:25.927Z[ host-image] Aug 26 20:10:24.418 INFO O| Aug 26 20:10:24.418 INFO STEP 12 (pkg_install) COMPLETE
38782024-08-26T20:10:25.927Z[ host-image] Aug 26 20:10:24.418 INFO O| Aug 26 20:10:24.418 INFO STEP 13: pkg_install, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
38792024-08-26T20:10:25.939Z[ host-image] Aug 26 20:10:24.430 INFO O| Aug 26 20:10:24.430 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/host/work/gimlet/ramdisk", "install", "/library/libxmlsec1", "/ooce/library/postgresql-13", "/system/zones/brand/omicron1"]
38802024-08-26T20:10:25.957Z[ recovery-image] Aug 26 20:10:24.448 INFO O| Aug 26 20:10:24.448 INFO DESTROY DATASET: rpool/images/build/recovery/tmp/gimlet/ramdisk-02-trim
38812024-08-26T20:10:25.967Z[verify-libraries] Finished `release` profile [optimized] target(s) in 4m 26s
38822024-08-26T20:10:26.058Z[ recovery-image] Aug 26 20:10:24.549 INFO O| Aug 26 20:10:24.549 INFO completed processing gimlet/ramdisk-02-trim
38832024-08-26T20:10:26.061Z[ recovery-image] Aug 26 20:10:24.551 INFO image builder template: ramdisk-03-recovery-trim...
38842024-08-26T20:10:26.061Z[ recovery-image] Aug 26 20:10:24.551 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/.tmpYkxlj2/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
38852024-08-26T20:10:26.172Z[ recovery-image] Aug 26 20:10:24.663 INFO O| Aug 26 20:10:24.663 INFO temporary dataset: rpool/images/build/recovery/tmp/gimlet/ramdisk-03-recovery-trim
38862024-08-26T20:10:26.177Z[ recovery-image] Aug 26 20:10:24.668 INFO O| Aug 26 20:10:24.668 INFO CREATE DATASET: rpool/images/build/recovery/tmp/gimlet/ramdisk-03-recovery-trim
38872024-08-26T20:10:26.243Z[ recovery-image] Aug 26 20:10:24.733 INFO O| Aug 26 20:10:24.733 INFO SET DATASET PROPERTY ON rpool/images/build/recovery/tmp/gimlet/ramdisk-03-recovery-trim: sync = disabled
38882024-08-26T20:10:26.253ZAug 26 20:10:24.744 INFO [verify-libraries] process exited with exit status: 0 (270.929769902s)
38892024-08-26T20:10:26.309Z[ recovery-image] Aug 26 20:10:24.800 INFO O| Aug 26 20:10:24.800 INFO temporary directory: /rpool/images/build/recovery/tmp/gimlet/ramdisk-03-recovery-trim
38902024-08-26T20:10:26.311Z[ recovery-image] Aug 26 20:10:24.800 INFO O| Aug 26 20:10:24.800 INFO work dataset: rpool/images/build/recovery/work/gimlet/ramdisk
38912024-08-26T20:10:26.318Z[ recovery-image] Aug 26 20:10:24.809 INFO O| Aug 26 20:10:24.809 INFO looking for output snapshot rpool/images/build/recovery/work/gimlet/ramdisk@recovery-trim
38922024-08-26T20:10:26.322Z[ recovery-image] Aug 26 20:10:24.813 INFO O| Aug 26 20:10:24.813 INFO looking for input snapshot rpool/images/build/recovery/work/gimlet/ramdisk@trim
38932024-08-26T20:10:26.328Z[ recovery-image] Aug 26 20:10:24.818 INFO O| Aug 26 20:10:24.818 INFO ROLLBACK TO SNAPSHOT: rpool/images/build/recovery/work/gimlet/ramdisk@trim
38942024-08-26T20:10:26.461Z[ host-image] Aug 26 20:10:24.952 INFO O| Aug 26 20:10:24.952 INFO O| Startup: Refreshing catalog 'helios-dev' ... Done
38952024-08-26T20:10:26.582Z[ recovery-image] Aug 26 20:10:25.073 INFO O| Aug 26 20:10:25.072 INFO rolled back to input snapshot; work may begin
38962024-08-26T20:10:26.582Z[ recovery-image] Aug 26 20:10:25.073 INFO O| Aug 26 20:10:25.073 INFO CREATE DATASET: rpool/images/build/recovery/work/gimlet/ramdisk
38972024-08-26T20:10:26.587Z[ recovery-image] Aug 26 20:10:25.078 INFO O| Aug 26 20:10:25.078 INFO STEP 0: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
38982024-08-26T20:10:26.598Z[ recovery-image] Aug 26 20:10:25.089 INFO O| Aug 26 20:10:25.089 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gcc/7"
38992024-08-26T20:10:26.601Z[ recovery-image] Aug 26 20:10:25.092 INFO O| Aug 26 20:10:25.092 INFO STEP 0 (remove_files) COMPLETE
39002024-08-26T20:10:26.601Z[ recovery-image] Aug 26 20:10:25.092 INFO O| Aug 26 20:10:25.092 INFO STEP 1: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
39012024-08-26T20:10:26.611Z[ recovery-image] Aug 26 20:10:25.102 INFO O| Aug 26 20:10:25.102 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gnu/share"
39022024-08-26T20:10:26.667Z[ recovery-image] Aug 26 20:10:25.157 INFO O| Aug 26 20:10:25.157 INFO STEP 1 (remove_files) COMPLETE
39032024-08-26T20:10:26.667Z[ recovery-image] Aug 26 20:10:25.158 INFO O| Aug 26 20:10:25.157 INFO STEP 2: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
39042024-08-26T20:10:26.679Z[ recovery-image] Aug 26 20:10:25.170 INFO O| Aug 26 20:10:25.170 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/dns"
39052024-08-26T20:10:26.682Z[ recovery-image] Aug 26 20:10:25.173 INFO O| Aug 26 20:10:25.173 INFO STEP 2 (remove_files) COMPLETE
39062024-08-26T20:10:26.684Z[ recovery-image] Aug 26 20:10:25.173 INFO O| Aug 26 20:10:25.173 INFO STEP 3: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
39072024-08-26T20:10:26.693Z[ recovery-image] Aug 26 20:10:25.184 INFO O| Aug 26 20:10:25.184 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/iconv"
39082024-08-26T20:10:26.739Z[ recovery-image] Aug 26 20:10:25.230 INFO O| Aug 26 20:10:25.229 INFO STEP 3 (remove_files) COMPLETE
39092024-08-26T20:10:26.739Z[ recovery-image] Aug 26 20:10:25.230 INFO O| Aug 26 20:10:25.229 INFO STEP 4: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
39102024-08-26T20:10:26.752Z[ recovery-image] Aug 26 20:10:25.243 INFO O| Aug 26 20:10:25.243 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/locale"
39112024-08-26T20:10:26.763Z[ recovery-image] Aug 26 20:10:25.254 INFO O| Aug 26 20:10:25.254 INFO STEP 4 (remove_files) COMPLETE
39122024-08-26T20:10:26.763Z[ recovery-image] Aug 26 20:10:25.255 INFO O| Aug 26 20:10:25.254 INFO STEP 5: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
39132024-08-26T20:10:26.775Z[ recovery-image] Aug 26 20:10:25.266 INFO O| Aug 26 20:10:25.266 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/mdb"
39142024-08-26T20:10:26.778Z[ recovery-image] Aug 26 20:10:25.269 INFO O| Aug 26 20:10:25.269 INFO STEP 5 (remove_files) COMPLETE
39152024-08-26T20:10:26.778Z[ recovery-image] Aug 26 20:10:25.269 INFO O| Aug 26 20:10:25.269 INFO STEP 6: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
39162024-08-26T20:10:26.789Z[ recovery-image] Aug 26 20:10:25.280 INFO O| Aug 26 20:10:25.280 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/mps"
39172024-08-26T20:10:26.792Z[ recovery-image] Aug 26 20:10:25.282 INFO O| Aug 26 20:10:25.282 INFO STEP 6 (remove_files) COMPLETE
39182024-08-26T20:10:26.792Z[ recovery-image] Aug 26 20:10:25.282 INFO O| Aug 26 20:10:25.282 INFO STEP 7: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
39192024-08-26T20:10:26.804Z[ recovery-image] Aug 26 20:10:25.293 INFO O| Aug 26 20:10:25.293 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/pkgconfig"
39202024-08-26T20:10:26.807Z[ recovery-image] Aug 26 20:10:25.294 INFO O| Aug 26 20:10:25.294 INFO STEP 7 (remove_files) COMPLETE
39212024-08-26T20:10:26.807Z[ recovery-image] Aug 26 20:10:25.294 INFO O| Aug 26 20:10:25.294 INFO STEP 8: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
39222024-08-26T20:10:26.814Z[ recovery-image] Aug 26 20:10:25.305 INFO O| Aug 26 20:10:25.305 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/scsi"
39232024-08-26T20:10:26.818Z[ recovery-image] Aug 26 20:10:25.309 INFO O| Aug 26 20:10:25.309 INFO STEP 8 (remove_files) COMPLETE
39242024-08-26T20:10:26.820Z[ recovery-image] Aug 26 20:10:25.309 INFO O| Aug 26 20:10:25.309 INFO STEP 9: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
39252024-08-26T20:10:26.830Z[ recovery-image] Aug 26 20:10:25.321 INFO O| Aug 26 20:10:25.321 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/smbfs"
39262024-08-26T20:10:26.832Z[ recovery-image] Aug 26 20:10:25.321 INFO O| Aug 26 20:10:25.321 INFO STEP 9 (remove_files) COMPLETE
39272024-08-26T20:10:26.832Z[ recovery-image] Aug 26 20:10:25.321 INFO O| Aug 26 20:10:25.321 INFO STEP 10: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
39282024-08-26T20:10:26.841Z[ recovery-image] Aug 26 20:10:25.332 INFO O| Aug 26 20:10:25.332 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/smbsrv"
39292024-08-26T20:10:26.844Z[ recovery-image] Aug 26 20:10:25.334 INFO O| Aug 26 20:10:25.333 INFO STEP 10 (remove_files) COMPLETE
39302024-08-26T20:10:26.844Z[ recovery-image] Aug 26 20:10:25.334 INFO O| Aug 26 20:10:25.334 INFO STEP 11: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
39312024-08-26T20:10:26.855Z[ recovery-image] Aug 26 20:10:25.346 INFO O| Aug 26 20:10:25.346 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/perl5"
39322024-08-26T20:10:26.898Z[ recovery-image] Aug 26 20:10:25.389 INFO O| Aug 26 20:10:25.389 INFO STEP 11 (remove_files) COMPLETE
39332024-08-26T20:10:26.898Z[ recovery-image] Aug 26 20:10:25.389 INFO O| Aug 26 20:10:25.389 INFO STEP 12: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
39342024-08-26T20:10:26.911Z[ recovery-image] Aug 26 20:10:25.402 INFO O| Aug 26 20:10:25.402 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/share/bash"
39352024-08-26T20:10:26.913Z[ recovery-image] Aug 26 20:10:25.404 INFO O| Aug 26 20:10:25.404 INFO STEP 12 (remove_files) COMPLETE
39362024-08-26T20:10:26.913Z[ recovery-image] Aug 26 20:10:25.404 INFO O| Aug 26 20:10:25.404 INFO STEP 13: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
39372024-08-26T20:10:26.924Z[ recovery-image] Aug 26 20:10:25.415 INFO O| Aug 26 20:10:25.415 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/share/bhyve"
39382024-08-26T20:10:26.927Z[ recovery-image] Aug 26 20:10:25.418 INFO O| Aug 26 20:10:25.418 INFO STEP 13 (remove_files) COMPLETE
39392024-08-26T20:10:26.927Z[ recovery-image] Aug 26 20:10:25.418 INFO O| Aug 26 20:10:25.418 INFO STEP 14: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
39402024-08-26T20:10:26.938Z[ recovery-image] Aug 26 20:10:25.429 INFO O| Aug 26 20:10:25.429 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/share/emacs"
39412024-08-26T20:10:26.940Z[ recovery-image] Aug 26 20:10:25.429 INFO O| Aug 26 20:10:25.429 INFO STEP 14 (remove_files) COMPLETE
39422024-08-26T20:10:26.941Z[ recovery-image] Aug 26 20:10:25.429 INFO O| Aug 26 20:10:25.429 INFO STEP 15: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
39432024-08-26T20:10:26.949Z[ recovery-image] Aug 26 20:10:25.440 INFO O| Aug 26 20:10:25.440 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/share/icons"
39442024-08-26T20:10:26.952Z[ recovery-image] Aug 26 20:10:25.441 INFO O| Aug 26 20:10:25.441 INFO STEP 15 (remove_files) COMPLETE
39452024-08-26T20:10:26.952Z[ recovery-image] Aug 26 20:10:25.441 INFO O| Aug 26 20:10:25.441 INFO STEP 16: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
39462024-08-26T20:10:26.961Z[ recovery-image] Aug 26 20:10:25.451 INFO O| Aug 26 20:10:25.451 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/share/locale"
39472024-08-26T20:10:26.970Z[ recovery-image] Aug 26 20:10:25.461 INFO O| Aug 26 20:10:25.461 INFO STEP 16 (remove_files) COMPLETE
39482024-08-26T20:10:26.970Z[ recovery-image] Aug 26 20:10:25.461 INFO O| Aug 26 20:10:25.461 INFO STEP 17: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
39492024-08-26T20:10:26.981Z[ recovery-image] Aug 26 20:10:25.472 INFO O| Aug 26 20:10:25.472 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/share/src"
39502024-08-26T20:10:26.984Z[ recovery-image] Aug 26 20:10:25.473 INFO O| Aug 26 20:10:25.473 INFO STEP 17 (remove_files) COMPLETE
39512024-08-26T20:10:26.984Z[ recovery-image] Aug 26 20:10:25.473 INFO O| Aug 26 20:10:25.473 INFO STEP 18: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
39522024-08-26T20:10:26.992Z[ recovery-image] Aug 26 20:10:25.482 INFO O| Aug 26 20:10:25.482 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/share/terminfo"
39532024-08-26T20:10:26.994Z[ recovery-image] Aug 26 20:10:25.483 INFO O| Aug 26 20:10:25.483 INFO STEP 18 (remove_files) COMPLETE
39542024-08-26T20:10:26.994Z[ recovery-image] Aug 26 20:10:25.483 INFO O| Aug 26 20:10:25.483 INFO STEP 19: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
39552024-08-26T20:10:27.002Z[ recovery-image] Aug 26 20:10:25.493 INFO O| Aug 26 20:10:25.493 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/share/vim"
39562024-08-26T20:10:27.044Z[ recovery-image] Aug 26 20:10:25.535 INFO O| Aug 26 20:10:25.535 INFO STEP 19 (remove_files) COMPLETE
39572024-08-26T20:10:27.044Z[ recovery-image] Aug 26 20:10:25.535 INFO O| Aug 26 20:10:25.535 INFO STEP 20: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
39582024-08-26T20:10:27.056Z[ recovery-image] Aug 26 20:10:25.547 INFO O| Aug 26 20:10:25.547 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/lib/svc/manifest/network/ssh.xml"
39592024-08-26T20:10:27.058Z[ recovery-image] Aug 26 20:10:25.548 INFO O| Aug 26 20:10:25.548 INFO STEP 20 (remove_files) COMPLETE
39602024-08-26T20:10:27.058Z[ recovery-image] Aug 26 20:10:25.548 INFO O| Aug 26 20:10:25.548 INFO STEP 21: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
39612024-08-26T20:10:27.067Z[ recovery-image] Aug 26 20:10:25.558 INFO O| Aug 26 20:10:25.558 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/lib/svc/manifest/system/fmd.xml"
39622024-08-26T20:10:27.070Z[ recovery-image] Aug 26 20:10:25.558 INFO O| Aug 26 20:10:25.558 INFO STEP 21 (remove_files) COMPLETE
39632024-08-26T20:10:27.070Z[ recovery-image] Aug 26 20:10:25.558 INFO O| Aug 26 20:10:25.558 INFO STEP 22: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
39642024-08-26T20:10:27.077Z[ recovery-image] Aug 26 20:10:25.568 INFO O| Aug 26 20:10:25.568 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/adb"
39652024-08-26T20:10:27.079Z[ recovery-image] Aug 26 20:10:25.569 INFO O| Aug 26 20:10:25.568 INFO STEP 22 (remove_files) COMPLETE
39662024-08-26T20:10:27.079Z[ recovery-image] Aug 26 20:10:25.569 INFO O| Aug 26 20:10:25.568 INFO STEP 23: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
39672024-08-26T20:10:27.089Z[ recovery-image] Aug 26 20:10:25.580 INFO O| Aug 26 20:10:25.580 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/addbadsec"
39682024-08-26T20:10:27.092Z[ recovery-image] Aug 26 20:10:25.581 INFO O| Aug 26 20:10:25.581 INFO STEP 23 (remove_files) COMPLETE
39692024-08-26T20:10:27.092Z[ recovery-image] Aug 26 20:10:25.581 INFO O| Aug 26 20:10:25.581 INFO STEP 24: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
39702024-08-26T20:10:27.102Z[ recovery-image] Aug 26 20:10:25.593 INFO O| Aug 26 20:10:25.593 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/agentxtrap"
39712024-08-26T20:10:27.103Z[ recovery-image] Aug 26 20:10:25.593 INFO O| Aug 26 20:10:25.593 INFO STEP 24 (remove_files) COMPLETE
39722024-08-26T20:10:27.105Z[ recovery-image] Aug 26 20:10:25.594 INFO O| Aug 26 20:10:25.593 INFO STEP 25: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
39732024-08-26T20:10:27.115Z[ recovery-image] Aug 26 20:10:25.606 INFO O| Aug 26 20:10:25.606 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/alias"
39742024-08-26T20:10:27.115Z[ recovery-image] Aug 26 20:10:25.606 INFO O| Aug 26 20:10:25.606 INFO STEP 25 (remove_files) COMPLETE
39752024-08-26T20:10:27.116Z[ recovery-image] Aug 26 20:10:25.606 INFO O| Aug 26 20:10:25.606 INFO STEP 26: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
39762024-08-26T20:10:27.127Z[ recovery-image] Aug 26 20:10:25.618 INFO O| Aug 26 20:10:25.618 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/adb"
39772024-08-26T20:10:27.130Z[ recovery-image] Aug 26 20:10:25.619 INFO O| Aug 26 20:10:25.619 INFO STEP 26 (remove_files) COMPLETE
39782024-08-26T20:10:27.130Z[ recovery-image] Aug 26 20:10:25.619 INFO O| Aug 26 20:10:25.619 INFO STEP 27: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
39792024-08-26T20:10:27.140Z[ recovery-image] Aug 26 20:10:25.631 INFO O| Aug 26 20:10:25.631 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/amt"
39802024-08-26T20:10:27.140Z[ recovery-image] Aug 26 20:10:25.631 INFO O| Aug 26 20:10:25.631 INFO STEP 27 (remove_files) COMPLETE
39812024-08-26T20:10:27.143Z[ recovery-image] Aug 26 20:10:25.631 INFO O| Aug 26 20:10:25.631 INFO STEP 28: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
39822024-08-26T20:10:27.153Z[ recovery-image] Aug 26 20:10:25.644 INFO O| Aug 26 20:10:25.644 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/cputrack"
39832024-08-26T20:10:27.156Z[ recovery-image] Aug 26 20:10:25.645 INFO O| Aug 26 20:10:25.645 INFO STEP 28 (remove_files) COMPLETE
39842024-08-26T20:10:27.156Z[ recovery-image] Aug 26 20:10:25.645 INFO O| Aug 26 20:10:25.645 INFO STEP 29: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
39852024-08-26T20:10:27.165Z[ recovery-image] Aug 26 20:10:25.656 INFO O| Aug 26 20:10:25.655 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/crle"
39862024-08-26T20:10:27.167Z[ recovery-image] Aug 26 20:10:25.656 INFO O| Aug 26 20:10:25.656 INFO STEP 29 (remove_files) COMPLETE
39872024-08-26T20:10:27.167Z[ recovery-image] Aug 26 20:10:25.656 INFO O| Aug 26 20:10:25.656 INFO STEP 30: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
39882024-08-26T20:10:27.175Z[ recovery-image] Aug 26 20:10:25.666 INFO O| Aug 26 20:10:25.666 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/curl"
39892024-08-26T20:10:27.177Z[ recovery-image] Aug 26 20:10:25.666 INFO O| Aug 26 20:10:25.666 INFO STEP 30 (remove_files) COMPLETE
39902024-08-26T20:10:27.177Z[ recovery-image] Aug 26 20:10:25.666 INFO O| Aug 26 20:10:25.666 INFO STEP 31: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
39912024-08-26T20:10:27.185Z[ recovery-image] Aug 26 20:10:25.676 INFO O| Aug 26 20:10:25.676 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/curl-config"
39922024-08-26T20:10:27.185Z[ recovery-image] Aug 26 20:10:25.676 INFO O| Aug 26 20:10:25.676 INFO STEP 31 (remove_files) COMPLETE
39932024-08-26T20:10:27.188Z[ recovery-image] Aug 26 20:10:25.676 INFO O| Aug 26 20:10:25.676 INFO STEP 32: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
39942024-08-26T20:10:27.195Z[ recovery-image] Aug 26 20:10:25.686 INFO O| Aug 26 20:10:25.686 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/decrypt"
39952024-08-26T20:10:27.197Z[ recovery-image] Aug 26 20:10:25.686 INFO O| Aug 26 20:10:25.686 INFO STEP 32 (remove_files) COMPLETE
39962024-08-26T20:10:27.198Z[ recovery-image] Aug 26 20:10:25.686 INFO O| Aug 26 20:10:25.686 INFO STEP 33: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
39972024-08-26T20:10:27.209Z[ recovery-image] Aug 26 20:10:25.700 INFO O| Aug 26 20:10:25.700 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/digest"
39982024-08-26T20:10:27.209Z[ recovery-image] Aug 26 20:10:25.700 INFO O| Aug 26 20:10:25.700 INFO STEP 33 (remove_files) COMPLETE
39992024-08-26T20:10:27.211Z[ recovery-image] Aug 26 20:10:25.700 INFO O| Aug 26 20:10:25.700 INFO STEP 34: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
40002024-08-26T20:10:27.221Z[ recovery-image] Aug 26 20:10:25.712 INFO O| Aug 26 20:10:25.712 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/elfwrap"
40012024-08-26T20:10:27.221Z[ recovery-image] Aug 26 20:10:25.712 INFO O| Aug 26 20:10:25.712 INFO STEP 34 (remove_files) COMPLETE
40022024-08-26T20:10:27.221Z[ recovery-image] Aug 26 20:10:25.712 INFO O| Aug 26 20:10:25.712 INFO STEP 35: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
40032024-08-26T20:10:27.231Z[ recovery-image] Aug 26 20:10:25.722 INFO O| Aug 26 20:10:25.722 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/encrypt"
40042024-08-26T20:10:27.233Z[ recovery-image] Aug 26 20:10:25.723 INFO O| Aug 26 20:10:25.723 INFO STEP 35 (remove_files) COMPLETE
40052024-08-26T20:10:27.234Z[ recovery-image] Aug 26 20:10:25.723 INFO O| Aug 26 20:10:25.723 INFO STEP 36: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
40062024-08-26T20:10:27.243Z[ recovery-image] Aug 26 20:10:25.734 INFO O| Aug 26 20:10:25.733 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/gclear"
40072024-08-26T20:10:27.245Z[ recovery-image] Aug 26 20:10:25.734 INFO O| Aug 26 20:10:25.734 INFO STEP 36 (remove_files) COMPLETE
40082024-08-26T20:10:27.245Z[ recovery-image] Aug 26 20:10:25.734 INFO O| Aug 26 20:10:25.734 INFO STEP 37: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
40092024-08-26T20:10:27.253Z[ recovery-image] Aug 26 20:10:25.744 INFO O| Aug 26 20:10:25.744 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/gcore"
40102024-08-26T20:10:27.256Z[ recovery-image] Aug 26 20:10:25.745 INFO O| Aug 26 20:10:25.745 INFO STEP 37 (remove_files) COMPLETE
40112024-08-26T20:10:27.256Z[ recovery-image] Aug 26 20:10:25.745 INFO O| Aug 26 20:10:25.745 INFO STEP 38: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
40122024-08-26T20:10:27.264Z[ recovery-image] Aug 26 20:10:25.755 INFO O| Aug 26 20:10:25.755 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/ginfocmp"
40132024-08-26T20:10:27.264Z[ recovery-image] Aug 26 20:10:25.756 INFO O| Aug 26 20:10:25.755 INFO STEP 38 (remove_files) COMPLETE
40142024-08-26T20:10:27.264Z[ recovery-image] Aug 26 20:10:25.756 INFO O| Aug 26 20:10:25.756 INFO STEP 39: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
40152024-08-26T20:10:27.275Z[ recovery-image] Aug 26 20:10:25.766 INFO O| Aug 26 20:10:25.766 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/gtabs"
40162024-08-26T20:10:27.275Z[ recovery-image] Aug 26 20:10:25.766 INFO O| Aug 26 20:10:25.766 INFO STEP 39 (remove_files) COMPLETE
40172024-08-26T20:10:27.278Z[ recovery-image] Aug 26 20:10:25.766 INFO O| Aug 26 20:10:25.766 INFO STEP 40: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
40182024-08-26T20:10:27.285Z[ recovery-image] Aug 26 20:10:25.776 INFO O| Aug 26 20:10:25.776 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/gtic"
40192024-08-26T20:10:27.286Z[ recovery-image] Aug 26 20:10:25.777 INFO O| Aug 26 20:10:25.777 INFO STEP 40 (remove_files) COMPLETE
40202024-08-26T20:10:27.286Z[ recovery-image] Aug 26 20:10:25.777 INFO O| Aug 26 20:10:25.777 INFO STEP 41: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
40212024-08-26T20:10:27.296Z[ recovery-image] Aug 26 20:10:25.787 INFO O| Aug 26 20:10:25.787 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/gtoe"
40222024-08-26T20:10:27.296Z[ recovery-image] Aug 26 20:10:25.787 INFO O| Aug 26 20:10:25.787 INFO STEP 41 (remove_files) COMPLETE
40232024-08-26T20:10:27.296Z[ recovery-image] Aug 26 20:10:25.787 INFO O| Aug 26 20:10:25.787 INFO STEP 42: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
40242024-08-26T20:10:27.306Z[ recovery-image] Aug 26 20:10:25.797 INFO O| Aug 26 20:10:25.797 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/gtput"
40252024-08-26T20:10:27.306Z[ recovery-image] Aug 26 20:10:25.797 INFO O| Aug 26 20:10:25.797 INFO STEP 42 (remove_files) COMPLETE
40262024-08-26T20:10:27.309Z[ recovery-image] Aug 26 20:10:25.797 INFO O| Aug 26 20:10:25.797 INFO STEP 43: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
40272024-08-26T20:10:27.316Z[ recovery-image] Aug 26 20:10:25.807 INFO O| Aug 26 20:10:25.807 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/gtset"
40282024-08-26T20:10:27.316Z[ recovery-image] Aug 26 20:10:25.807 INFO O| Aug 26 20:10:25.807 INFO STEP 43 (remove_files) COMPLETE
40292024-08-26T20:10:27.318Z[ recovery-image] Aug 26 20:10:25.807 INFO O| Aug 26 20:10:25.807 INFO STEP 44: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
40302024-08-26T20:10:27.326Z[ recovery-image] Aug 26 20:10:25.817 INFO O| Aug 26 20:10:25.817 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/idn"
40312024-08-26T20:10:27.326Z[ recovery-image] Aug 26 20:10:25.817 INFO O| Aug 26 20:10:25.817 INFO STEP 44 (remove_files) COMPLETE
40322024-08-26T20:10:27.328Z[ recovery-image] Aug 26 20:10:25.817 INFO O| Aug 26 20:10:25.817 INFO STEP 45: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
40332024-08-26T20:10:27.335Z[ recovery-image] Aug 26 20:10:25.826 INFO O| Aug 26 20:10:25.826 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/ksh93"
40342024-08-26T20:10:27.335Z[ recovery-image] Aug 26 20:10:25.826 INFO O| Aug 26 20:10:25.826 INFO STEP 45 (remove_files) COMPLETE
40352024-08-26T20:10:27.335Z[ recovery-image] Aug 26 20:10:25.827 INFO O| Aug 26 20:10:25.826 INFO STEP 46: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
40362024-08-26T20:10:27.345Z[ recovery-image] Aug 26 20:10:25.836 INFO O| Aug 26 20:10:25.836 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/ls"
40372024-08-26T20:10:27.345Z[ recovery-image] Aug 26 20:10:25.836 INFO O| Aug 26 20:10:25.836 INFO STEP 46 (remove_files) COMPLETE
40382024-08-26T20:10:27.347Z[ recovery-image] Aug 26 20:10:25.836 INFO O| Aug 26 20:10:25.836 INFO STEP 47: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
40392024-08-26T20:10:27.355Z[ recovery-image] Aug 26 20:10:25.846 INFO O| Aug 26 20:10:25.846 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/mac"
40402024-08-26T20:10:27.355Z[ recovery-image] Aug 26 20:10:25.846 INFO O| Aug 26 20:10:25.846 INFO STEP 47 (remove_files) COMPLETE
40412024-08-26T20:10:27.355Z[ recovery-image] Aug 26 20:10:25.846 INFO O| Aug 26 20:10:25.846 INFO STEP 48: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
40422024-08-26T20:10:27.366Z[ recovery-image] Aug 26 20:10:25.857 INFO O| Aug 26 20:10:25.857 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/mdb"
40432024-08-26T20:10:27.366Z[ recovery-image] Aug 26 20:10:25.857 INFO O| Aug 26 20:10:25.857 INFO STEP 48 (remove_files) COMPLETE
40442024-08-26T20:10:27.366Z[ recovery-image] Aug 26 20:10:25.857 INFO O| Aug 26 20:10:25.857 INFO STEP 49: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
40452024-08-26T20:10:27.378Z[ recovery-image] Aug 26 20:10:25.868 INFO O| Aug 26 20:10:25.868 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/moe"
40462024-08-26T20:10:27.378Z[ recovery-image] Aug 26 20:10:25.869 INFO O| Aug 26 20:10:25.869 INFO STEP 49 (remove_files) COMPLETE
40472024-08-26T20:10:27.380Z[ recovery-image] Aug 26 20:10:25.869 INFO O| Aug 26 20:10:25.869 INFO STEP 50: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
40482024-08-26T20:10:27.390Z[ recovery-image] Aug 26 20:10:25.880 INFO O| Aug 26 20:10:25.880 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/ncurses6-config"
40492024-08-26T20:10:27.390Z[ recovery-image] Aug 26 20:10:25.880 INFO O| Aug 26 20:10:25.880 INFO STEP 50 (remove_files) COMPLETE
40502024-08-26T20:10:27.392Z[ recovery-image] Aug 26 20:10:25.881 INFO O| Aug 26 20:10:25.880 INFO STEP 51: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
40512024-08-26T20:10:27.400Z[ recovery-image] Aug 26 20:10:25.891 INFO O| Aug 26 20:10:25.891 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/newtask"
40522024-08-26T20:10:27.400Z[ recovery-image] Aug 26 20:10:25.891 INFO O| Aug 26 20:10:25.891 INFO STEP 51 (remove_files) COMPLETE
40532024-08-26T20:10:27.400Z[ recovery-image] Aug 26 20:10:25.891 INFO O| Aug 26 20:10:25.891 INFO STEP 52: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
40542024-08-26T20:10:27.411Z[ recovery-image] Aug 26 20:10:25.902 INFO O| Aug 26 20:10:25.902 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/nohup"
40552024-08-26T20:10:27.414Z[ recovery-image] Aug 26 20:10:25.903 INFO O| Aug 26 20:10:25.903 INFO STEP 52 (remove_files) COMPLETE
40562024-08-26T20:10:27.414Z[ recovery-image] Aug 26 20:10:25.903 INFO O| Aug 26 20:10:25.903 INFO STEP 53: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
40572024-08-26T20:10:27.423Z[ recovery-image] Aug 26 20:10:25.914 INFO O| Aug 26 20:10:25.914 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pargs"
40582024-08-26T20:10:27.423Z[ recovery-image] Aug 26 20:10:25.914 INFO O| Aug 26 20:10:25.914 INFO STEP 53 (remove_files) COMPLETE
40592024-08-26T20:10:27.427Z[ recovery-image] Aug 26 20:10:25.914 INFO O| Aug 26 20:10:25.914 INFO STEP 54: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
40602024-08-26T20:10:27.436Z[ recovery-image] Aug 26 20:10:25.926 INFO O| Aug 26 20:10:25.926 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pauxv"
40612024-08-26T20:10:27.436Z[ recovery-image] Aug 26 20:10:25.926 INFO O| Aug 26 20:10:25.926 INFO STEP 54 (remove_files) COMPLETE
40622024-08-26T20:10:27.439Z[ recovery-image] Aug 26 20:10:25.926 INFO O| Aug 26 20:10:25.926 INFO STEP 55: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
40632024-08-26T20:10:27.452Z[ recovery-image] Aug 26 20:10:25.940 INFO O| Aug 26 20:10:25.940 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pcap-config"
40642024-08-26T20:10:27.452Z[ recovery-image] Aug 26 20:10:25.941 INFO O| Aug 26 20:10:25.940 INFO STEP 55 (remove_files) COMPLETE
40652024-08-26T20:10:27.452Z[ recovery-image] Aug 26 20:10:25.941 INFO O| Aug 26 20:10:25.940 INFO STEP 56: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
40662024-08-26T20:10:27.462Z[ recovery-image] Aug 26 20:10:25.953 INFO O| Aug 26 20:10:25.953 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pcre-config"
40672024-08-26T20:10:27.462Z[ recovery-image] Aug 26 20:10:25.953 INFO O| Aug 26 20:10:25.953 INFO STEP 56 (remove_files) COMPLETE
40682024-08-26T20:10:27.465Z[ recovery-image] Aug 26 20:10:25.953 INFO O| Aug 26 20:10:25.953 INFO STEP 57: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
40692024-08-26T20:10:27.474Z[ recovery-image] Aug 26 20:10:25.965 INFO O| Aug 26 20:10:25.965 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pcre2-config"
40702024-08-26T20:10:27.477Z[ recovery-image] Aug 26 20:10:25.965 INFO O| Aug 26 20:10:25.965 INFO STEP 57 (remove_files) COMPLETE
40712024-08-26T20:10:27.477Z[ recovery-image] Aug 26 20:10:25.965 INFO O| Aug 26 20:10:25.965 INFO STEP 58: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
40722024-08-26T20:10:27.487Z[ recovery-image] Aug 26 20:10:25.978 INFO O| Aug 26 20:10:25.978 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pcre2grep"
40732024-08-26T20:10:27.487Z[ recovery-image] Aug 26 20:10:25.978 INFO O| Aug 26 20:10:25.978 INFO STEP 58 (remove_files) COMPLETE
40742024-08-26T20:10:27.489Z[ recovery-image] Aug 26 20:10:25.978 INFO O| Aug 26 20:10:25.978 INFO STEP 59: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
40752024-08-26T20:10:27.499Z[ recovery-image] Aug 26 20:10:25.990 INFO O| Aug 26 20:10:25.990 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pcre2test"
40762024-08-26T20:10:27.501Z[ recovery-image] Aug 26 20:10:25.990 INFO O| Aug 26 20:10:25.990 INFO STEP 59 (remove_files) COMPLETE
40772024-08-26T20:10:27.501Z[ recovery-image] Aug 26 20:10:25.990 INFO O| Aug 26 20:10:25.990 INFO STEP 60: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
40782024-08-26T20:10:27.511Z[ recovery-image] Aug 26 20:10:26.002 INFO O| Aug 26 20:10:26.002 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pcred"
40792024-08-26T20:10:27.511Z[ recovery-image] Aug 26 20:10:26.002 INFO O| Aug 26 20:10:26.002 INFO STEP 60 (remove_files) COMPLETE
40802024-08-26T20:10:27.511Z[ recovery-image] Aug 26 20:10:26.002 INFO O| Aug 26 20:10:26.002 INFO STEP 61: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
40812024-08-26T20:10:27.523Z[ recovery-image] Aug 26 20:10:26.014 INFO O| Aug 26 20:10:26.014 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pcregrep"
40822024-08-26T20:10:27.526Z[ recovery-image] Aug 26 20:10:26.015 INFO O| Aug 26 20:10:26.015 INFO STEP 61 (remove_files) COMPLETE
40832024-08-26T20:10:27.526Z[ recovery-image] Aug 26 20:10:26.015 INFO O| Aug 26 20:10:26.015 INFO STEP 62: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
40842024-08-26T20:10:27.536Z[ recovery-image] Aug 26 20:10:26.026 INFO O| Aug 26 20:10:26.026 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pcretest"
40852024-08-26T20:10:27.536Z[ recovery-image] Aug 26 20:10:26.027 INFO O| Aug 26 20:10:26.027 INFO STEP 62 (remove_files) COMPLETE
40862024-08-26T20:10:27.536Z[ recovery-image] Aug 26 20:10:26.027 INFO O| Aug 26 20:10:26.027 INFO STEP 63: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
40872024-08-26T20:10:27.546Z[ recovery-image] Aug 26 20:10:26.037 INFO O| Aug 26 20:10:26.037 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/penv"
40882024-08-26T20:10:27.546Z[ recovery-image] Aug 26 20:10:26.037 INFO O| Aug 26 20:10:26.037 INFO STEP 63 (remove_files) COMPLETE
40892024-08-26T20:10:27.548Z[ recovery-image] Aug 26 20:10:26.037 INFO O| Aug 26 20:10:26.037 INFO STEP 64: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
40902024-08-26T20:10:27.557Z[ recovery-image] Aug 26 20:10:26.048 INFO O| Aug 26 20:10:26.048 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pfiles"
40912024-08-26T20:10:27.557Z[ recovery-image] Aug 26 20:10:26.048 INFO O| Aug 26 20:10:26.048 INFO STEP 64 (remove_files) COMPLETE
40922024-08-26T20:10:27.559Z[ recovery-image] Aug 26 20:10:26.048 INFO O| Aug 26 20:10:26.048 INFO STEP 65: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
40932024-08-26T20:10:27.567Z[ recovery-image] Aug 26 20:10:26.058 INFO O| Aug 26 20:10:26.058 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pflags"
40942024-08-26T20:10:27.567Z[ recovery-image] Aug 26 20:10:26.058 INFO O| Aug 26 20:10:26.058 INFO STEP 65 (remove_files) COMPLETE
40952024-08-26T20:10:27.569Z[ recovery-image] Aug 26 20:10:26.058 INFO O| Aug 26 20:10:26.058 INFO STEP 66: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
40962024-08-26T20:10:27.577Z[ recovery-image] Aug 26 20:10:26.068 INFO O| Aug 26 20:10:26.068 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pldd"
40972024-08-26T20:10:27.577Z[ recovery-image] Aug 26 20:10:26.068 INFO O| Aug 26 20:10:26.068 INFO STEP 66 (remove_files) COMPLETE
40982024-08-26T20:10:27.581Z[ recovery-image] Aug 26 20:10:26.068 INFO O| Aug 26 20:10:26.068 INFO STEP 67: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
40992024-08-26T20:10:27.587Z[ recovery-image] Aug 26 20:10:26.078 INFO O| Aug 26 20:10:26.077 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/plgrp"
41002024-08-26T20:10:27.590Z[ recovery-image] Aug 26 20:10:26.078 INFO O| Aug 26 20:10:26.078 INFO STEP 67 (remove_files) COMPLETE
41012024-08-26T20:10:27.590Z[ recovery-image] Aug 26 20:10:26.078 INFO O| Aug 26 20:10:26.078 INFO STEP 68: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
41022024-08-26T20:10:27.596Z[ recovery-image] Aug 26 20:10:26.087 INFO O| Aug 26 20:10:26.087 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/plimit"
41032024-08-26T20:10:27.599Z[ recovery-image] Aug 26 20:10:26.088 INFO O| Aug 26 20:10:26.088 INFO STEP 68 (remove_files) COMPLETE
41042024-08-26T20:10:27.599Z[ recovery-image] Aug 26 20:10:26.088 INFO O| Aug 26 20:10:26.088 INFO STEP 69: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
41052024-08-26T20:10:27.606Z[ recovery-image] Aug 26 20:10:26.097 INFO O| Aug 26 20:10:26.097 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pmadvise"
41062024-08-26T20:10:27.609Z[ recovery-image] Aug 26 20:10:26.098 INFO O| Aug 26 20:10:26.097 INFO STEP 69 (remove_files) COMPLETE
41072024-08-26T20:10:27.609Z[ recovery-image] Aug 26 20:10:26.098 INFO O| Aug 26 20:10:26.098 INFO STEP 70: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
41082024-08-26T20:10:27.616Z[ recovery-image] Aug 26 20:10:26.107 INFO O| Aug 26 20:10:26.107 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pmap"
41092024-08-26T20:10:27.618Z[ recovery-image] Aug 26 20:10:26.107 INFO O| Aug 26 20:10:26.107 INFO STEP 70 (remove_files) COMPLETE
41102024-08-26T20:10:27.619Z[ recovery-image] Aug 26 20:10:26.107 INFO O| Aug 26 20:10:26.107 INFO STEP 71: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
41112024-08-26T20:10:27.626Z[ recovery-image] Aug 26 20:10:26.117 INFO O| Aug 26 20:10:26.117 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/ppgsz"
41122024-08-26T20:10:27.627Z[ recovery-image] Aug 26 20:10:26.118 INFO O| Aug 26 20:10:26.118 INFO STEP 71 (remove_files) COMPLETE
41132024-08-26T20:10:27.627Z[ recovery-image] Aug 26 20:10:26.118 INFO O| Aug 26 20:10:26.118 INFO STEP 72: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
41142024-08-26T20:10:27.637Z[ recovery-image] Aug 26 20:10:26.128 INFO O| Aug 26 20:10:26.128 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/ppriv"
41152024-08-26T20:10:27.640Z[ recovery-image] Aug 26 20:10:26.128 INFO O| Aug 26 20:10:26.128 INFO STEP 72 (remove_files) COMPLETE
41162024-08-26T20:10:27.640Z[ recovery-image] Aug 26 20:10:26.128 INFO O| Aug 26 20:10:26.128 INFO STEP 73: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
41172024-08-26T20:10:27.647Z[ recovery-image] Aug 26 20:10:26.138 INFO O| Aug 26 20:10:26.138 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/prctl"
41182024-08-26T20:10:27.647Z[ recovery-image] Aug 26 20:10:26.138 INFO O| Aug 26 20:10:26.138 INFO STEP 73 (remove_files) COMPLETE
41192024-08-26T20:10:27.649Z[ recovery-image] Aug 26 20:10:26.138 INFO O| Aug 26 20:10:26.138 INFO STEP 74: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
41202024-08-26T20:10:27.657Z[ recovery-image] Aug 26 20:10:26.148 INFO O| Aug 26 20:10:26.148 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/preap"
41212024-08-26T20:10:27.659Z[ recovery-image] Aug 26 20:10:26.148 INFO O| Aug 26 20:10:26.148 INFO STEP 74 (remove_files) COMPLETE
41222024-08-26T20:10:27.659Z[ recovery-image] Aug 26 20:10:26.148 INFO O| Aug 26 20:10:26.148 INFO STEP 75: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
41232024-08-26T20:10:27.667Z[ recovery-image] Aug 26 20:10:26.158 INFO O| Aug 26 20:10:26.158 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/prstat"
41242024-08-26T20:10:27.667Z[ recovery-image] Aug 26 20:10:26.158 INFO O| Aug 26 20:10:26.158 INFO STEP 75 (remove_files) COMPLETE
41252024-08-26T20:10:27.670Z[ recovery-image] Aug 26 20:10:26.158 INFO O| Aug 26 20:10:26.158 INFO STEP 76: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
41262024-08-26T20:10:27.677Z[ recovery-image] Aug 26 20:10:26.168 INFO O| Aug 26 20:10:26.168 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/prun"
41272024-08-26T20:10:27.677Z[ recovery-image] Aug 26 20:10:26.168 INFO O| Aug 26 20:10:26.168 INFO STEP 76 (remove_files) COMPLETE
41282024-08-26T20:10:27.680Z[ recovery-image] Aug 26 20:10:26.168 INFO O| Aug 26 20:10:26.168 INFO STEP 77: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
41292024-08-26T20:10:27.687Z[ recovery-image] Aug 26 20:10:26.178 INFO O| Aug 26 20:10:26.178 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/psecflags"
41302024-08-26T20:10:27.688Z[ recovery-image] Aug 26 20:10:26.178 INFO O| Aug 26 20:10:26.178 INFO STEP 77 (remove_files) COMPLETE
41312024-08-26T20:10:27.690Z[ recovery-image] Aug 26 20:10:26.178 INFO O| Aug 26 20:10:26.178 INFO STEP 78: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
41322024-08-26T20:10:27.697Z[ recovery-image] Aug 26 20:10:26.188 INFO O| Aug 26 20:10:26.187 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/psig"
41332024-08-26T20:10:27.697Z[ recovery-image] Aug 26 20:10:26.188 INFO O| Aug 26 20:10:26.188 INFO STEP 78 (remove_files) COMPLETE
41342024-08-26T20:10:27.697Z[ recovery-image] Aug 26 20:10:26.188 INFO O| Aug 26 20:10:26.188 INFO STEP 79: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
41352024-08-26T20:10:27.707Z[ recovery-image] Aug 26 20:10:26.198 INFO O| Aug 26 20:10:26.198 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pstack"
41362024-08-26T20:10:27.707Z[ recovery-image] Aug 26 20:10:26.198 INFO O| Aug 26 20:10:26.198 INFO STEP 79 (remove_files) COMPLETE
41372024-08-26T20:10:27.709Z[ recovery-image] Aug 26 20:10:26.198 INFO O| Aug 26 20:10:26.198 INFO STEP 80: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
41382024-08-26T20:10:27.717Z[ recovery-image] Aug 26 20:10:26.208 INFO O| Aug 26 20:10:26.208 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pstop"
41392024-08-26T20:10:27.719Z[ recovery-image] Aug 26 20:10:26.208 INFO O| Aug 26 20:10:26.208 INFO STEP 80 (remove_files) COMPLETE
41402024-08-26T20:10:27.719Z[ recovery-image] Aug 26 20:10:26.208 INFO O| Aug 26 20:10:26.208 INFO STEP 81: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
41412024-08-26T20:10:27.728Z[ recovery-image] Aug 26 20:10:26.218 INFO O| Aug 26 20:10:26.218 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/ptime"
41422024-08-26T20:10:27.728Z[ recovery-image] Aug 26 20:10:26.218 INFO O| Aug 26 20:10:26.218 INFO STEP 81 (remove_files) COMPLETE
41432024-08-26T20:10:27.730Z[ recovery-image] Aug 26 20:10:26.218 INFO O| Aug 26 20:10:26.218 INFO STEP 82: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
41442024-08-26T20:10:27.738Z[ recovery-image] Aug 26 20:10:26.228 INFO O| Aug 26 20:10:26.228 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/ptree"
41452024-08-26T20:10:27.738Z[ recovery-image] Aug 26 20:10:26.228 INFO O| Aug 26 20:10:26.228 INFO STEP 82 (remove_files) COMPLETE
41462024-08-26T20:10:27.738Z[ recovery-image] Aug 26 20:10:26.228 INFO O| Aug 26 20:10:26.228 INFO STEP 83: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
41472024-08-26T20:10:27.747Z[ recovery-image] Aug 26 20:10:26.238 INFO O| Aug 26 20:10:26.238 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pwait"
41482024-08-26T20:10:27.747Z[ recovery-image] Aug 26 20:10:26.238 INFO O| Aug 26 20:10:26.238 INFO STEP 83 (remove_files) COMPLETE
41492024-08-26T20:10:27.749Z[ recovery-image] Aug 26 20:10:26.238 INFO O| Aug 26 20:10:26.238 INFO STEP 84: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
41502024-08-26T20:10:27.759Z[ recovery-image] Aug 26 20:10:26.250 INFO O| Aug 26 20:10:26.250 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pwdx"
41512024-08-26T20:10:27.759Z[ recovery-image] Aug 26 20:10:26.250 INFO O| Aug 26 20:10:26.250 INFO STEP 84 (remove_files) COMPLETE
41522024-08-26T20:10:27.762Z[ recovery-image] Aug 26 20:10:26.250 INFO O| Aug 26 20:10:26.250 INFO STEP 85: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
41532024-08-26T20:10:27.771Z[ recovery-image] Aug 26 20:10:26.262 INFO O| Aug 26 20:10:26.262 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/rksh"
41542024-08-26T20:10:27.771Z[ recovery-image] Aug 26 20:10:26.262 INFO O| Aug 26 20:10:26.262 INFO STEP 85 (remove_files) COMPLETE
41552024-08-26T20:10:27.773Z[ recovery-image] Aug 26 20:10:26.262 INFO O| Aug 26 20:10:26.262 INFO STEP 86: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
41562024-08-26T20:10:27.782Z[ recovery-image] Aug 26 20:10:26.273 INFO O| Aug 26 20:10:26.273 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/rksh93"
41572024-08-26T20:10:27.782Z[ recovery-image] Aug 26 20:10:26.273 INFO O| Aug 26 20:10:26.273 INFO STEP 86 (remove_files) COMPLETE
41582024-08-26T20:10:27.784Z[ recovery-image] Aug 26 20:10:26.273 INFO O| Aug 26 20:10:26.273 INFO STEP 87: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
41592024-08-26T20:10:27.793Z[ recovery-image] Aug 26 20:10:26.283 INFO O| Aug 26 20:10:26.283 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/sqlite3"
41602024-08-26T20:10:27.795Z[ recovery-image] Aug 26 20:10:26.284 INFO O| Aug 26 20:10:26.284 INFO STEP 87 (remove_files) COMPLETE
41612024-08-26T20:10:27.795Z[ recovery-image] Aug 26 20:10:26.284 INFO O| Aug 26 20:10:26.284 INFO STEP 88: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
41622024-08-26T20:10:27.804Z[ recovery-image] Aug 26 20:10:26.295 INFO O| Aug 26 20:10:26.295 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/strings"
41632024-08-26T20:10:27.804Z[ recovery-image] Aug 26 20:10:26.295 INFO O| Aug 26 20:10:26.295 INFO STEP 88 (remove_files) COMPLETE
41642024-08-26T20:10:27.809Z[ recovery-image] Aug 26 20:10:26.295 INFO O| Aug 26 20:10:26.295 INFO STEP 89: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
41652024-08-26T20:10:27.815Z[ recovery-image] Aug 26 20:10:26.306 INFO O| Aug 26 20:10:26.306 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/xml2-config"
41662024-08-26T20:10:27.815Z[ recovery-image] Aug 26 20:10:26.306 INFO O| Aug 26 20:10:26.306 INFO STEP 89 (remove_files) COMPLETE
41672024-08-26T20:10:27.815Z[ recovery-image] Aug 26 20:10:26.306 INFO O| Aug 26 20:10:26.306 INFO STEP 90: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
41682024-08-26T20:10:27.827Z[ recovery-image] Aug 26 20:10:26.317 INFO O| Aug 26 20:10:26.317 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/xmlcatalog"
41692024-08-26T20:10:27.827Z[ recovery-image] Aug 26 20:10:26.317 INFO O| Aug 26 20:10:26.317 INFO STEP 90 (remove_files) COMPLETE
41702024-08-26T20:10:27.827Z[ recovery-image] Aug 26 20:10:26.317 INFO O| Aug 26 20:10:26.317 INFO STEP 91: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
41712024-08-26T20:10:27.837Z[ recovery-image] Aug 26 20:10:26.328 INFO O| Aug 26 20:10:26.328 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/xmllint"
41722024-08-26T20:10:27.837Z[ recovery-image] Aug 26 20:10:26.328 INFO O| Aug 26 20:10:26.328 INFO STEP 91 (remove_files) COMPLETE
41732024-08-26T20:10:27.839Z[ recovery-image] Aug 26 20:10:26.328 INFO O| Aug 26 20:10:26.328 INFO STEP 92: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
41742024-08-26T20:10:27.848Z[ recovery-image] Aug 26 20:10:26.339 INFO O| Aug 26 20:10:26.339 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amt"
41752024-08-26T20:10:27.848Z[ recovery-image] Aug 26 20:10:26.339 INFO O| Aug 26 20:10:26.339 INFO STEP 92 (remove_files) COMPLETE
41762024-08-26T20:10:27.848Z[ recovery-image] Aug 26 20:10:26.339 INFO O| Aug 26 20:10:26.339 INFO STEP 93: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
41772024-08-26T20:10:27.858Z[ recovery-image] Aug 26 20:10:26.349 INFO O| Aug 26 20:10:26.349 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/arch"
41782024-08-26T20:10:27.858Z[ recovery-image] Aug 26 20:10:26.349 INFO O| Aug 26 20:10:26.349 INFO STEP 93 (remove_files) COMPLETE
41792024-08-26T20:10:27.860Z[ recovery-image] Aug 26 20:10:26.349 INFO O| Aug 26 20:10:26.349 INFO STEP 94: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
41802024-08-26T20:10:27.870Z[ recovery-image] Aug 26 20:10:26.359 INFO O| Aug 26 20:10:26.359 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/asa"
41812024-08-26T20:10:27.872Z[ recovery-image] Aug 26 20:10:26.359 INFO O| Aug 26 20:10:26.359 INFO STEP 94 (remove_files) COMPLETE
41822024-08-26T20:10:27.872Z[ recovery-image] Aug 26 20:10:26.359 INFO O| Aug 26 20:10:26.359 INFO STEP 95: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
41832024-08-26T20:10:27.880Z[ recovery-image] Aug 26 20:10:26.371 INFO O| Aug 26 20:10:26.371 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/at"
41842024-08-26T20:10:27.880Z[ recovery-image] Aug 26 20:10:26.371 INFO O| Aug 26 20:10:26.371 INFO STEP 95 (remove_files) COMPLETE
41852024-08-26T20:10:27.881Z[ recovery-image] Aug 26 20:10:26.371 INFO O| Aug 26 20:10:26.371 INFO STEP 96: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
41862024-08-26T20:10:27.892Z[ recovery-image] Aug 26 20:10:26.383 INFO O| Aug 26 20:10:26.383 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/atq"
41872024-08-26T20:10:27.892Z[ recovery-image] Aug 26 20:10:26.383 INFO O| Aug 26 20:10:26.383 INFO STEP 96 (remove_files) COMPLETE
41882024-08-26T20:10:27.892Z[ recovery-image] Aug 26 20:10:26.383 INFO O| Aug 26 20:10:26.383 INFO STEP 97: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
41892024-08-26T20:10:27.902Z[ recovery-image] Aug 26 20:10:26.393 INFO O| Aug 26 20:10:26.393 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/atrm"
41902024-08-26T20:10:27.902Z[ recovery-image] Aug 26 20:10:26.393 INFO O| Aug 26 20:10:26.393 INFO STEP 97 (remove_files) COMPLETE
41912024-08-26T20:10:27.902Z[ recovery-image] Aug 26 20:10:26.393 INFO O| Aug 26 20:10:26.393 INFO STEP 98: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
41922024-08-26T20:10:27.913Z[ recovery-image] Aug 26 20:10:26.403 INFO O| Aug 26 20:10:26.403 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/auths"
41932024-08-26T20:10:27.913Z[ recovery-image] Aug 26 20:10:26.404 INFO O| Aug 26 20:10:26.404 INFO STEP 98 (remove_files) COMPLETE
41942024-08-26T20:10:27.915Z[ recovery-image] Aug 26 20:10:26.404 INFO O| Aug 26 20:10:26.404 INFO STEP 99: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
41952024-08-26T20:10:27.923Z[ recovery-image] Aug 26 20:10:26.414 INFO O| Aug 26 20:10:26.414 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/banner"
41962024-08-26T20:10:27.923Z[ recovery-image] Aug 26 20:10:26.414 INFO O| Aug 26 20:10:26.414 INFO STEP 99 (remove_files) COMPLETE
41972024-08-26T20:10:27.926Z[ recovery-image] Aug 26 20:10:26.414 INFO O| Aug 26 20:10:26.414 INFO STEP 100: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
41982024-08-26T20:10:27.935Z[ recovery-image] Aug 26 20:10:26.425 INFO O| Aug 26 20:10:26.425 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/bashbug"
41992024-08-26T20:10:27.937Z[ recovery-image] Aug 26 20:10:26.426 INFO O| Aug 26 20:10:26.426 INFO STEP 100 (remove_files) COMPLETE
42002024-08-26T20:10:27.937Z[ recovery-image] Aug 26 20:10:26.426 INFO O| Aug 26 20:10:26.426 INFO STEP 101: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
42012024-08-26T20:10:27.947Z[ recovery-image] Aug 26 20:10:26.437 INFO O| Aug 26 20:10:26.437 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/batch"
42022024-08-26T20:10:27.947Z[ recovery-image] Aug 26 20:10:26.438 INFO O| Aug 26 20:10:26.437 INFO STEP 101 (remove_files) COMPLETE
42032024-08-26T20:10:27.949Z[ recovery-image] Aug 26 20:10:26.438 INFO O| Aug 26 20:10:26.438 INFO STEP 102: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
42042024-08-26T20:10:27.958Z[ recovery-image] Aug 26 20:10:26.449 INFO O| Aug 26 20:10:26.449 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/bc"
42052024-08-26T20:10:27.961Z[ recovery-image] Aug 26 20:10:26.449 INFO O| Aug 26 20:10:26.449 INFO STEP 102 (remove_files) COMPLETE
42062024-08-26T20:10:27.961Z[ recovery-image] Aug 26 20:10:26.449 INFO O| Aug 26 20:10:26.449 INFO STEP 103: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
42072024-08-26T20:10:27.971Z[ recovery-image] Aug 26 20:10:26.461 INFO O| Aug 26 20:10:26.461 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/bdiff"
42082024-08-26T20:10:27.973Z[ recovery-image] Aug 26 20:10:26.462 INFO O| Aug 26 20:10:26.462 INFO STEP 103 (remove_files) COMPLETE
42092024-08-26T20:10:27.973Z[ recovery-image] Aug 26 20:10:26.462 INFO O| Aug 26 20:10:26.462 INFO STEP 104: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
42102024-08-26T20:10:27.981Z[ host-image] Aug 26 20:10:26.472 INFO O| Aug 26 20:10:26.472 INFO O| Planning: Solver setup ... Done
42112024-08-26T20:10:27.984Z[ recovery-image] Aug 26 20:10:26.473 INFO O| Aug 26 20:10:26.473 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/bg"
42122024-08-26T20:10:27.984Z[ recovery-image] Aug 26 20:10:26.473 INFO O| Aug 26 20:10:26.473 INFO STEP 104 (remove_files) COMPLETE
42132024-08-26T20:10:27.984Z[ recovery-image] Aug 26 20:10:26.473 INFO O| Aug 26 20:10:26.473 INFO STEP 105: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
42142024-08-26T20:10:27.987Z[ host-image] Aug 26 20:10:26.476 INFO O| Aug 26 20:10:26.476 INFO O| Planning: Running solver ... Done
42152024-08-26T20:10:27.993Z[ recovery-image] Aug 26 20:10:26.484 INFO O| Aug 26 20:10:26.484 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/brotli"
42162024-08-26T20:10:27.993Z[ recovery-image] Aug 26 20:10:26.484 INFO O| Aug 26 20:10:26.484 INFO STEP 105 (remove_files) COMPLETE
42172024-08-26T20:10:27.995Z[ recovery-image] Aug 26 20:10:26.484 INFO O| Aug 26 20:10:26.484 INFO STEP 106: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
42182024-08-26T20:10:28.004Z[ recovery-image] Aug 26 20:10:26.495 INFO O| Aug 26 20:10:26.495 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/bunzip2"
42192024-08-26T20:10:28.004Z[ recovery-image] Aug 26 20:10:26.495 INFO O| Aug 26 20:10:26.495 INFO STEP 106 (remove_files) COMPLETE
42202024-08-26T20:10:28.006Z[ recovery-image] Aug 26 20:10:26.495 INFO O| Aug 26 20:10:26.495 INFO STEP 107: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
42212024-08-26T20:10:28.015Z[ recovery-image] Aug 26 20:10:26.506 INFO O| Aug 26 20:10:26.506 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/busstat"
42222024-08-26T20:10:28.015Z[ recovery-image] Aug 26 20:10:26.506 INFO O| Aug 26 20:10:26.506 INFO STEP 107 (remove_files) COMPLETE
42232024-08-26T20:10:28.015Z[ recovery-image] Aug 26 20:10:26.506 INFO O| Aug 26 20:10:26.506 INFO STEP 108: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
42242024-08-26T20:10:28.025Z[ recovery-image] Aug 26 20:10:26.516 INFO O| Aug 26 20:10:26.516 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/bzcat"
42252024-08-26T20:10:28.028Z[ recovery-image] Aug 26 20:10:26.516 INFO O| Aug 26 20:10:26.516 INFO STEP 108 (remove_files) COMPLETE
42262024-08-26T20:10:28.028Z[ recovery-image] Aug 26 20:10:26.516 INFO O| Aug 26 20:10:26.516 INFO STEP 109: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
42272024-08-26T20:10:28.028Z[ host-image] Aug 26 20:10:26.517 INFO O| Aug 26 20:10:26.517 INFO O| Planning: Finding local manifests ... Done
42282024-08-26T20:10:28.028Z[ host-image] Aug 26 20:10:26.518 INFO O| Aug 26 20:10:26.518 INFO O| Planning: Fetching manifests: 0/6 0% complete
42292024-08-26T20:10:28.037Z[ recovery-image] Aug 26 20:10:26.528 INFO O| Aug 26 20:10:26.528 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/bzdiff"
42302024-08-26T20:10:28.037Z[ recovery-image] Aug 26 20:10:26.528 INFO O| Aug 26 20:10:26.528 INFO STEP 109 (remove_files) COMPLETE
42312024-08-26T20:10:28.039Z[ recovery-image] Aug 26 20:10:26.528 INFO O| Aug 26 20:10:26.528 INFO STEP 110: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
42322024-08-26T20:10:28.047Z[ recovery-image] Aug 26 20:10:26.538 INFO O| Aug 26 20:10:26.538 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/bzgrep"
42332024-08-26T20:10:28.049Z[ recovery-image] Aug 26 20:10:26.538 INFO O| Aug 26 20:10:26.538 INFO STEP 110 (remove_files) COMPLETE
42342024-08-26T20:10:28.050Z[ recovery-image] Aug 26 20:10:26.538 INFO O| Aug 26 20:10:26.538 INFO STEP 111: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
42352024-08-26T20:10:28.058Z[ recovery-image] Aug 26 20:10:26.549 INFO O| Aug 26 20:10:26.549 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/bzip2"
42362024-08-26T20:10:28.061Z[ recovery-image] Aug 26 20:10:26.549 INFO O| Aug 26 20:10:26.549 INFO STEP 111 (remove_files) COMPLETE
42372024-08-26T20:10:28.061Z[ recovery-image] Aug 26 20:10:26.549 INFO O| Aug 26 20:10:26.549 INFO STEP 112: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
42382024-08-26T20:10:28.069Z[ recovery-image] Aug 26 20:10:26.560 INFO O| Aug 26 20:10:26.560 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/bzip2recover"
42392024-08-26T20:10:28.069Z[ recovery-image] Aug 26 20:10:26.560 INFO O| Aug 26 20:10:26.560 INFO STEP 112 (remove_files) COMPLETE
42402024-08-26T20:10:28.069Z[ recovery-image] Aug 26 20:10:26.560 INFO O| Aug 26 20:10:26.560 INFO STEP 113: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
42412024-08-26T20:10:28.079Z[ recovery-image] Aug 26 20:10:26.570 INFO O| Aug 26 20:10:26.570 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/bzmore"
42422024-08-26T20:10:28.079Z[ recovery-image] Aug 26 20:10:26.570 INFO O| Aug 26 20:10:26.570 INFO STEP 113 (remove_files) COMPLETE
42432024-08-26T20:10:28.082Z[ recovery-image] Aug 26 20:10:26.570 INFO O| Aug 26 20:10:26.570 INFO STEP 114: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
42442024-08-26T20:10:28.090Z[ recovery-image] Aug 26 20:10:26.581 INFO O| Aug 26 20:10:26.581 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/cal"
42452024-08-26T20:10:28.090Z[ recovery-image] Aug 26 20:10:26.581 INFO O| Aug 26 20:10:26.581 INFO STEP 114 (remove_files) COMPLETE
42462024-08-26T20:10:28.090Z[ recovery-image] Aug 26 20:10:26.581 INFO O| Aug 26 20:10:26.581 INFO STEP 115: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
42472024-08-26T20:10:28.100Z[ recovery-image] Aug 26 20:10:26.591 INFO O| Aug 26 20:10:26.591 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/captoinfo"
42482024-08-26T20:10:28.100Z[ recovery-image] Aug 26 20:10:26.591 INFO O| Aug 26 20:10:26.591 INFO STEP 115 (remove_files) COMPLETE
42492024-08-26T20:10:28.102Z[ recovery-image] Aug 26 20:10:26.591 INFO O| Aug 26 20:10:26.591 INFO STEP 116: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
42502024-08-26T20:10:28.110Z[ recovery-image] Aug 26 20:10:26.601 INFO O| Aug 26 20:10:26.601 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/cd"
42512024-08-26T20:10:28.110Z[ recovery-image] Aug 26 20:10:26.601 INFO O| Aug 26 20:10:26.601 INFO STEP 116 (remove_files) COMPLETE
42522024-08-26T20:10:28.110Z[ recovery-image] Aug 26 20:10:26.601 INFO O| Aug 26 20:10:26.601 INFO STEP 117: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
42532024-08-26T20:10:28.120Z[ recovery-image] Aug 26 20:10:26.611 INFO O| Aug 26 20:10:26.611 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/certutil"
42542024-08-26T20:10:28.120Z[ recovery-image] Aug 26 20:10:26.611 INFO O| Aug 26 20:10:26.611 INFO STEP 117 (remove_files) COMPLETE
42552024-08-26T20:10:28.123Z[ recovery-image] Aug 26 20:10:26.611 INFO O| Aug 26 20:10:26.611 INFO STEP 118: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
42562024-08-26T20:10:28.130Z[ recovery-image] Aug 26 20:10:26.621 INFO O| Aug 26 20:10:26.621 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/checkbandwidth"
42572024-08-26T20:10:28.130Z[ recovery-image] Aug 26 20:10:26.621 INFO O| Aug 26 20:10:26.621 INFO STEP 118 (remove_files) COMPLETE
42582024-08-26T20:10:28.132Z[ recovery-image] Aug 26 20:10:26.621 INFO O| Aug 26 20:10:26.621 INFO STEP 119: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
42592024-08-26T20:10:28.141Z[ recovery-image] Aug 26 20:10:26.631 INFO O| Aug 26 20:10:26.631 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/chgrp"
42602024-08-26T20:10:28.141Z[ recovery-image] Aug 26 20:10:26.631 INFO O| Aug 26 20:10:26.631 INFO STEP 119 (remove_files) COMPLETE
42612024-08-26T20:10:28.144Z[ recovery-image] Aug 26 20:10:26.631 INFO O| Aug 26 20:10:26.631 INFO STEP 120: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
42622024-08-26T20:10:28.150Z[ recovery-image] Aug 26 20:10:26.641 INFO O| Aug 26 20:10:26.640 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/chronyc"
42632024-08-26T20:10:28.150Z[ recovery-image] Aug 26 20:10:26.641 INFO O| Aug 26 20:10:26.641 INFO STEP 120 (remove_files) COMPLETE
42642024-08-26T20:10:28.150Z[ recovery-image] Aug 26 20:10:26.641 INFO O| Aug 26 20:10:26.641 INFO STEP 121: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
42652024-08-26T20:10:28.159Z[ recovery-image] Aug 26 20:10:26.650 INFO O| Aug 26 20:10:26.650 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ckdate"
42662024-08-26T20:10:28.161Z[ recovery-image] Aug 26 20:10:26.650 INFO O| Aug 26 20:10:26.650 INFO STEP 121 (remove_files) COMPLETE
42672024-08-26T20:10:28.161Z[ recovery-image] Aug 26 20:10:26.650 INFO O| Aug 26 20:10:26.650 INFO STEP 122: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
42682024-08-26T20:10:28.167Z[ host-image] Aug 26 20:10:26.658 INFO O| Aug 26 20:10:26.658 INFO O| Planning: Fetching manifests: 6/6 100% complete
42692024-08-26T20:10:28.170Z[ recovery-image] Aug 26 20:10:26.660 INFO O| Aug 26 20:10:26.660 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ckgid"
42702024-08-26T20:10:28.170Z[ recovery-image] Aug 26 20:10:26.660 INFO O| Aug 26 20:10:26.660 INFO STEP 122 (remove_files) COMPLETE
42712024-08-26T20:10:28.170Z[ recovery-image] Aug 26 20:10:26.660 INFO O| Aug 26 20:10:26.660 INFO STEP 123: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
42722024-08-26T20:10:28.179Z[ recovery-image] Aug 26 20:10:26.670 INFO O| Aug 26 20:10:26.670 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ckint"
42732024-08-26T20:10:28.179Z[ recovery-image] Aug 26 20:10:26.670 INFO O| Aug 26 20:10:26.670 INFO STEP 123 (remove_files) COMPLETE
42742024-08-26T20:10:28.181Z[ recovery-image] Aug 26 20:10:26.670 INFO O| Aug 26 20:10:26.670 INFO STEP 124: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
42752024-08-26T20:10:28.189Z[ recovery-image] Aug 26 20:10:26.680 INFO O| Aug 26 20:10:26.680 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ckitem"
42762024-08-26T20:10:28.192Z[ recovery-image] Aug 26 20:10:26.680 INFO O| Aug 26 20:10:26.680 INFO STEP 124 (remove_files) COMPLETE
42772024-08-26T20:10:28.192Z[ recovery-image] Aug 26 20:10:26.680 INFO O| Aug 26 20:10:26.680 INFO STEP 125: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
42782024-08-26T20:10:28.201Z[ recovery-image] Aug 26 20:10:26.690 INFO O| Aug 26 20:10:26.690 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ckkeywd"
42792024-08-26T20:10:28.201Z[ recovery-image] Aug 26 20:10:26.690 INFO O| Aug 26 20:10:26.690 INFO STEP 125 (remove_files) COMPLETE
42802024-08-26T20:10:28.201Z[ recovery-image] Aug 26 20:10:26.690 INFO O| Aug 26 20:10:26.690 INFO STEP 126: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
42812024-08-26T20:10:28.203Z[ host-image] Aug 26 20:10:26.692 INFO O| Aug 26 20:10:26.692 INFO O| Planning: Package planning ... Done
42822024-08-26T20:10:28.209Z[ recovery-image] Aug 26 20:10:26.700 INFO O| Aug 26 20:10:26.700 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ckpath"
42832024-08-26T20:10:28.209Z[ recovery-image] Aug 26 20:10:26.700 INFO O| Aug 26 20:10:26.700 INFO STEP 126 (remove_files) COMPLETE
42842024-08-26T20:10:28.211Z[ recovery-image] Aug 26 20:10:26.700 INFO O| Aug 26 20:10:26.700 INFO STEP 127: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
42852024-08-26T20:10:28.219Z[ recovery-image] Aug 26 20:10:26.710 INFO O| Aug 26 20:10:26.710 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ckrange"
42862024-08-26T20:10:28.219Z[ recovery-image] Aug 26 20:10:26.710 INFO O| Aug 26 20:10:26.710 INFO STEP 127 (remove_files) COMPLETE
42872024-08-26T20:10:28.219Z[ recovery-image] Aug 26 20:10:26.710 INFO O| Aug 26 20:10:26.710 INFO STEP 128: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
42882024-08-26T20:10:28.221Z[ host-image] Aug 26 20:10:26.710 INFO O| Aug 26 20:10:26.710 INFO O| Planning: Merging actions ... Done
42892024-08-26T20:10:28.230Z[ recovery-image] Aug 26 20:10:26.720 INFO O| Aug 26 20:10:26.720 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ckstr"
42902024-08-26T20:10:28.230Z[ recovery-image] Aug 26 20:10:26.720 INFO O| Aug 26 20:10:26.720 INFO STEP 128 (remove_files) COMPLETE
42912024-08-26T20:10:28.232Z[ recovery-image] Aug 26 20:10:26.720 INFO O| Aug 26 20:10:26.720 INFO STEP 129: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
42922024-08-26T20:10:28.240Z[ recovery-image] Aug 26 20:10:26.731 INFO O| Aug 26 20:10:26.731 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/cksum"
42932024-08-26T20:10:28.240Z[ recovery-image] Aug 26 20:10:26.731 INFO O| Aug 26 20:10:26.731 INFO STEP 129 (remove_files) COMPLETE
42942024-08-26T20:10:28.242Z[ recovery-image] Aug 26 20:10:26.731 INFO O| Aug 26 20:10:26.731 INFO STEP 130: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
42952024-08-26T20:10:28.250Z[ recovery-image] Aug 26 20:10:26.741 INFO O| Aug 26 20:10:26.741 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/cktime"
42962024-08-26T20:10:28.253Z[ recovery-image] Aug 26 20:10:26.741 INFO O| Aug 26 20:10:26.741 INFO STEP 130 (remove_files) COMPLETE
42972024-08-26T20:10:28.253Z[ recovery-image] Aug 26 20:10:26.741 INFO O| Aug 26 20:10:26.741 INFO STEP 131: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
42982024-08-26T20:10:28.260Z[ recovery-image] Aug 26 20:10:26.751 INFO O| Aug 26 20:10:26.751 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ckuid"
42992024-08-26T20:10:28.260Z[ recovery-image] Aug 26 20:10:26.751 INFO O| Aug 26 20:10:26.751 INFO STEP 131 (remove_files) COMPLETE
43002024-08-26T20:10:28.261Z[ recovery-image] Aug 26 20:10:26.751 INFO O| Aug 26 20:10:26.751 INFO STEP 132: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43012024-08-26T20:10:28.271Z[ recovery-image] Aug 26 20:10:26.762 INFO O| Aug 26 20:10:26.762 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ckyorn"
43022024-08-26T20:10:28.272Z[ recovery-image] Aug 26 20:10:26.762 INFO O| Aug 26 20:10:26.762 INFO STEP 132 (remove_files) COMPLETE
43032024-08-26T20:10:28.274Z[ recovery-image] Aug 26 20:10:26.762 INFO O| Aug 26 20:10:26.762 INFO STEP 133: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43042024-08-26T20:10:28.281Z[ recovery-image] Aug 26 20:10:26.772 INFO O| Aug 26 20:10:26.771 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/clear"
43052024-08-26T20:10:28.281Z[ recovery-image] Aug 26 20:10:26.772 INFO O| Aug 26 20:10:26.772 INFO STEP 133 (remove_files) COMPLETE
43062024-08-26T20:10:28.283Z[ recovery-image] Aug 26 20:10:26.772 INFO O| Aug 26 20:10:26.772 INFO STEP 134: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43072024-08-26T20:10:28.291Z[ recovery-image] Aug 26 20:10:26.781 INFO O| Aug 26 20:10:26.781 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/cmp"
43082024-08-26T20:10:28.291Z[ recovery-image] Aug 26 20:10:26.782 INFO O| Aug 26 20:10:26.781 INFO STEP 134 (remove_files) COMPLETE
43092024-08-26T20:10:28.293Z[ recovery-image] Aug 26 20:10:26.782 INFO O| Aug 26 20:10:26.781 INFO STEP 135: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43102024-08-26T20:10:28.295Z[ host-image] Aug 26 20:10:26.784 INFO O| Aug 26 20:10:26.784 INFO O| Planning: Checking for conflicting actions ... Done
43112024-08-26T20:10:28.298Z[ host-image] Aug 26 20:10:26.788 INFO O| Aug 26 20:10:26.788 INFO O| Planning: Consolidating action changes ... Done
43122024-08-26T20:10:28.301Z[ recovery-image] Aug 26 20:10:26.791 INFO O| Aug 26 20:10:26.791 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/col"
43132024-08-26T20:10:28.303Z[ recovery-image] Aug 26 20:10:26.792 INFO O| Aug 26 20:10:26.792 INFO STEP 135 (remove_files) COMPLETE
43142024-08-26T20:10:28.303Z[ recovery-image] Aug 26 20:10:26.792 INFO O| Aug 26 20:10:26.792 INFO STEP 136: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43152024-08-26T20:10:28.311Z[ recovery-image] Aug 26 20:10:26.801 INFO O| Aug 26 20:10:26.801 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/comm"
43162024-08-26T20:10:28.311Z[ recovery-image] Aug 26 20:10:26.802 INFO O| Aug 26 20:10:26.802 INFO STEP 136 (remove_files) COMPLETE
43172024-08-26T20:10:28.311Z[ recovery-image] Aug 26 20:10:26.802 INFO O| Aug 26 20:10:26.802 INFO STEP 137: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43182024-08-26T20:10:28.321Z[ recovery-image] Aug 26 20:10:26.812 INFO O| Aug 26 20:10:26.812 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/command"
43192024-08-26T20:10:28.323Z[ recovery-image] Aug 26 20:10:26.812 INFO O| Aug 26 20:10:26.812 INFO STEP 137 (remove_files) COMPLETE
43202024-08-26T20:10:28.323Z[ recovery-image] Aug 26 20:10:26.812 INFO O| Aug 26 20:10:26.812 INFO STEP 138: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43212024-08-26T20:10:28.331Z[ recovery-image] Aug 26 20:10:26.822 INFO O| Aug 26 20:10:26.821 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/compress"
43222024-08-26T20:10:28.333Z[ recovery-image] Aug 26 20:10:26.822 INFO O| Aug 26 20:10:26.822 INFO STEP 138 (remove_files) COMPLETE
43232024-08-26T20:10:28.333Z[ recovery-image] Aug 26 20:10:26.822 INFO O| Aug 26 20:10:26.822 INFO STEP 139: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43242024-08-26T20:10:28.341Z[ recovery-image] Aug 26 20:10:26.831 INFO O| Aug 26 20:10:26.831 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/connstat"
43252024-08-26T20:10:28.341Z[ recovery-image] Aug 26 20:10:26.832 INFO O| Aug 26 20:10:26.831 INFO STEP 139 (remove_files) COMPLETE
43262024-08-26T20:10:28.343Z[ recovery-image] Aug 26 20:10:26.832 INFO O| Aug 26 20:10:26.832 INFO STEP 140: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43272024-08-26T20:10:28.350Z[ recovery-image] Aug 26 20:10:26.841 INFO O| Aug 26 20:10:26.841 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/cpio"
43282024-08-26T20:10:28.350Z[ recovery-image] Aug 26 20:10:26.841 INFO O| Aug 26 20:10:26.841 INFO STEP 140 (remove_files) COMPLETE
43292024-08-26T20:10:28.353Z[ recovery-image] Aug 26 20:10:26.841 INFO O| Aug 26 20:10:26.841 INFO STEP 141: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43302024-08-26T20:10:28.360Z[ recovery-image] Aug 26 20:10:26.851 INFO O| Aug 26 20:10:26.851 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/cputrack"
43312024-08-26T20:10:28.360Z[ recovery-image] Aug 26 20:10:26.851 INFO O| Aug 26 20:10:26.851 INFO STEP 141 (remove_files) COMPLETE
43322024-08-26T20:10:28.363Z[ recovery-image] Aug 26 20:10:26.851 INFO O| Aug 26 20:10:26.851 INFO STEP 142: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43332024-08-26T20:10:28.370Z[ recovery-image] Aug 26 20:10:26.861 INFO O| Aug 26 20:10:26.861 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/crle"
43342024-08-26T20:10:28.370Z[ recovery-image] Aug 26 20:10:26.861 INFO O| Aug 26 20:10:26.861 INFO STEP 142 (remove_files) COMPLETE
43352024-08-26T20:10:28.372Z[ recovery-image] Aug 26 20:10:26.861 INFO O| Aug 26 20:10:26.861 INFO STEP 143: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43362024-08-26T20:10:28.380Z[ recovery-image] Aug 26 20:10:26.871 INFO O| Aug 26 20:10:26.871 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/crontab"
43372024-08-26T20:10:28.380Z[ recovery-image] Aug 26 20:10:26.871 INFO O| Aug 26 20:10:26.871 INFO STEP 143 (remove_files) COMPLETE
43382024-08-26T20:10:28.382Z[ recovery-image] Aug 26 20:10:26.871 INFO O| Aug 26 20:10:26.871 INFO STEP 144: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43392024-08-26T20:10:28.390Z[ recovery-image] Aug 26 20:10:26.881 INFO O| Aug 26 20:10:26.881 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/crypt"
43402024-08-26T20:10:28.390Z[ recovery-image] Aug 26 20:10:26.881 INFO O| Aug 26 20:10:26.881 INFO STEP 144 (remove_files) COMPLETE
43412024-08-26T20:10:28.393Z[ recovery-image] Aug 26 20:10:26.881 INFO O| Aug 26 20:10:26.881 INFO STEP 145: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43422024-08-26T20:10:28.400Z[ recovery-image] Aug 26 20:10:26.891 INFO O| Aug 26 20:10:26.891 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/csh"
43432024-08-26T20:10:28.402Z[ recovery-image] Aug 26 20:10:26.891 INFO O| Aug 26 20:10:26.891 INFO STEP 145 (remove_files) COMPLETE
43442024-08-26T20:10:28.402Z[ recovery-image] Aug 26 20:10:26.891 INFO O| Aug 26 20:10:26.891 INFO STEP 146: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43452024-08-26T20:10:28.410Z[ recovery-image] Aug 26 20:10:26.901 INFO O| Aug 26 20:10:26.901 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/csplit"
43462024-08-26T20:10:28.410Z[ recovery-image] Aug 26 20:10:26.901 INFO O| Aug 26 20:10:26.901 INFO STEP 146 (remove_files) COMPLETE
43472024-08-26T20:10:28.413Z[ recovery-image] Aug 26 20:10:26.901 INFO O| Aug 26 20:10:26.901 INFO STEP 147: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43482024-08-26T20:10:28.420Z[ recovery-image] Aug 26 20:10:26.910 INFO O| Aug 26 20:10:26.910 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/curl"
43492024-08-26T20:10:28.422Z[ recovery-image] Aug 26 20:10:26.911 INFO O| Aug 26 20:10:26.910 INFO STEP 147 (remove_files) COMPLETE
43502024-08-26T20:10:28.422Z[ recovery-image] Aug 26 20:10:26.911 INFO O| Aug 26 20:10:26.910 INFO STEP 148: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43512024-08-26T20:10:28.429Z[ recovery-image] Aug 26 20:10:26.920 INFO O| Aug 26 20:10:26.920 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/curl-config"
43522024-08-26T20:10:28.432Z[ recovery-image] Aug 26 20:10:26.920 INFO O| Aug 26 20:10:26.920 INFO STEP 148 (remove_files) COMPLETE
43532024-08-26T20:10:28.432Z[ recovery-image] Aug 26 20:10:26.920 INFO O| Aug 26 20:10:26.920 INFO STEP 149: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43542024-08-26T20:10:28.440Z[ recovery-image] Aug 26 20:10:26.930 INFO O| Aug 26 20:10:26.930 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/dc"
43552024-08-26T20:10:28.440Z[ recovery-image] Aug 26 20:10:26.930 INFO O| Aug 26 20:10:26.930 INFO STEP 149 (remove_files) COMPLETE
43562024-08-26T20:10:28.442Z[ recovery-image] Aug 26 20:10:26.930 INFO O| Aug 26 20:10:26.930 INFO STEP 150: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43572024-08-26T20:10:28.449Z[ recovery-image] Aug 26 20:10:26.940 INFO O| Aug 26 20:10:26.940 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/decrypt"
43582024-08-26T20:10:28.452Z[ recovery-image] Aug 26 20:10:26.941 INFO O| Aug 26 20:10:26.941 INFO STEP 150 (remove_files) COMPLETE
43592024-08-26T20:10:28.452Z[ recovery-image] Aug 26 20:10:26.941 INFO O| Aug 26 20:10:26.941 INFO STEP 151: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43602024-08-26T20:10:28.462Z[ recovery-image] Aug 26 20:10:26.953 INFO O| Aug 26 20:10:26.953 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/devattr"
43612024-08-26T20:10:28.462Z[ recovery-image] Aug 26 20:10:26.953 INFO O| Aug 26 20:10:26.953 INFO STEP 151 (remove_files) COMPLETE
43622024-08-26T20:10:28.462Z[ recovery-image] Aug 26 20:10:26.953 INFO O| Aug 26 20:10:26.953 INFO STEP 152: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43632024-08-26T20:10:28.472Z[ recovery-image] Aug 26 20:10:26.963 INFO O| Aug 26 20:10:26.963 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/devfree"
43642024-08-26T20:10:28.475Z[ recovery-image] Aug 26 20:10:26.963 INFO O| Aug 26 20:10:26.963 INFO STEP 152 (remove_files) COMPLETE
43652024-08-26T20:10:28.475Z[ recovery-image] Aug 26 20:10:26.963 INFO O| Aug 26 20:10:26.963 INFO STEP 153: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43662024-08-26T20:10:28.482Z[ recovery-image] Aug 26 20:10:26.973 INFO O| Aug 26 20:10:26.973 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/devreserv"
43672024-08-26T20:10:28.484Z[ recovery-image] Aug 26 20:10:26.973 INFO O| Aug 26 20:10:26.973 INFO STEP 153 (remove_files) COMPLETE
43682024-08-26T20:10:28.484Z[ recovery-image] Aug 26 20:10:26.973 INFO O| Aug 26 20:10:26.973 INFO STEP 154: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43692024-08-26T20:10:28.484Z[ host-image] Aug 26 20:10:26.974 INFO O| Aug 26 20:10:26.974 INFO O| Planning: Evaluating mediators ... Done
43702024-08-26T20:10:28.489Z[ host-image] Aug 26 20:10:26.980 INFO O| Aug 26 20:10:26.980 INFO O| Planning: Planning completed in 2.03 seconds
43712024-08-26T20:10:28.506Z[ host-image] Aug 26 20:10:26.982 INFO O| Aug 26 20:10:26.982 INFO O| Packages to install: 6
43722024-08-26T20:10:28.508Z[ host-image] Aug 26 20:10:26.983 INFO O| Aug 26 20:10:26.982 INFO O| Mediators to change: 1
43732024-08-26T20:10:28.508Z[ host-image] Aug 26 20:10:26.983 INFO O| Aug 26 20:10:26.983 INFO O| Services to change: 1
43742024-08-26T20:10:28.508Z[ recovery-image] Aug 26 20:10:26.986 INFO O| Aug 26 20:10:26.986 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/diff3"
43752024-08-26T20:10:28.508Z[ recovery-image] Aug 26 20:10:26.986 INFO O| Aug 26 20:10:26.986 INFO STEP 154 (remove_files) COMPLETE
43762024-08-26T20:10:28.508Z[ recovery-image] Aug 26 20:10:26.986 INFO O| Aug 26 20:10:26.986 INFO STEP 155: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43772024-08-26T20:10:28.508Z[ host-image] Aug 26 20:10:26.996 INFO O| Aug 26 20:10:26.996 INFO O| Download: 0/1140 items 0.0/8.4MB 0% complete
43782024-08-26T20:10:28.508Z[ recovery-image] Aug 26 20:10:26.996 INFO O| Aug 26 20:10:26.996 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/digest"
43792024-08-26T20:10:28.509Z[ recovery-image] Aug 26 20:10:26.996 INFO O| Aug 26 20:10:26.996 INFO STEP 155 (remove_files) COMPLETE
43802024-08-26T20:10:28.509Z[ recovery-image] Aug 26 20:10:26.996 INFO O| Aug 26 20:10:26.996 INFO STEP 156: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43812024-08-26T20:10:28.517Z[ recovery-image] Aug 26 20:10:27.008 INFO O| Aug 26 20:10:27.008 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/dircmp"
43822024-08-26T20:10:28.517Z[ recovery-image] Aug 26 20:10:27.008 INFO O| Aug 26 20:10:27.008 INFO STEP 156 (remove_files) COMPLETE
43832024-08-26T20:10:28.520Z[ recovery-image] Aug 26 20:10:27.008 INFO O| Aug 26 20:10:27.008 INFO STEP 157: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43842024-08-26T20:10:28.528Z[ recovery-image] Aug 26 20:10:27.019 INFO O| Aug 26 20:10:27.019 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/dirname"
43852024-08-26T20:10:28.530Z[ recovery-image] Aug 26 20:10:27.019 INFO O| Aug 26 20:10:27.019 INFO STEP 157 (remove_files) COMPLETE
43862024-08-26T20:10:28.530Z[ recovery-image] Aug 26 20:10:27.019 INFO O| Aug 26 20:10:27.019 INFO STEP 158: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43872024-08-26T20:10:28.538Z[ recovery-image] Aug 26 20:10:27.029 INFO O| Aug 26 20:10:27.029 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/diskinfo"
43882024-08-26T20:10:28.540Z[ recovery-image] Aug 26 20:10:27.029 INFO O| Aug 26 20:10:27.029 INFO STEP 158 (remove_files) COMPLETE
43892024-08-26T20:10:28.540Z[ recovery-image] Aug 26 20:10:27.029 INFO O| Aug 26 20:10:27.029 INFO STEP 159: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43902024-08-26T20:10:28.549Z[ recovery-image] Aug 26 20:10:27.040 INFO O| Aug 26 20:10:27.039 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/diskscan"
43912024-08-26T20:10:28.551Z[ recovery-image] Aug 26 20:10:27.040 INFO O| Aug 26 20:10:27.040 INFO STEP 159 (remove_files) COMPLETE
43922024-08-26T20:10:28.551Z[ recovery-image] Aug 26 20:10:27.040 INFO O| Aug 26 20:10:27.040 INFO STEP 160: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43932024-08-26T20:10:28.559Z[ recovery-image] Aug 26 20:10:27.050 INFO O| Aug 26 20:10:27.050 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/dispgid"
43942024-08-26T20:10:28.560Z[ recovery-image] Aug 26 20:10:27.050 INFO O| Aug 26 20:10:27.050 INFO STEP 160 (remove_files) COMPLETE
43952024-08-26T20:10:28.562Z[ recovery-image] Aug 26 20:10:27.050 INFO O| Aug 26 20:10:27.050 INFO STEP 161: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43962024-08-26T20:10:28.571Z[ recovery-image] Aug 26 20:10:27.062 INFO O| Aug 26 20:10:27.062 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/dispuid"
43972024-08-26T20:10:28.571Z[ recovery-image] Aug 26 20:10:27.062 INFO O| Aug 26 20:10:27.062 INFO STEP 161 (remove_files) COMPLETE
43982024-08-26T20:10:28.573Z[ recovery-image] Aug 26 20:10:27.062 INFO O| Aug 26 20:10:27.062 INFO STEP 162: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43992024-08-26T20:10:28.581Z[ recovery-image] Aug 26 20:10:27.072 INFO O| Aug 26 20:10:27.072 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/dos2unix"
44002024-08-26T20:10:28.581Z[ recovery-image] Aug 26 20:10:27.072 INFO O| Aug 26 20:10:27.072 INFO STEP 162 (remove_files) COMPLETE
44012024-08-26T20:10:28.584Z[ recovery-image] Aug 26 20:10:27.072 INFO O| Aug 26 20:10:27.072 INFO STEP 163: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44022024-08-26T20:10:28.592Z[ recovery-image] Aug 26 20:10:27.083 INFO O| Aug 26 20:10:27.083 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/du"
44032024-08-26T20:10:28.593Z[ recovery-image] Aug 26 20:10:27.083 INFO O| Aug 26 20:10:27.083 INFO STEP 163 (remove_files) COMPLETE
44042024-08-26T20:10:28.595Z[ recovery-image] Aug 26 20:10:27.083 INFO O| Aug 26 20:10:27.083 INFO STEP 164: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44052024-08-26T20:10:28.602Z[ recovery-image] Aug 26 20:10:27.093 INFO O| Aug 26 20:10:27.093 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/dumpcs"
44062024-08-26T20:10:28.612Z[ recovery-image] Aug 26 20:10:27.093 INFO O| Aug 26 20:10:27.093 INFO STEP 164 (remove_files) COMPLETE
44072024-08-26T20:10:28.613Z[ recovery-image] Aug 26 20:10:27.093 INFO O| Aug 26 20:10:27.093 INFO STEP 165: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44082024-08-26T20:10:28.615Z[ recovery-image] Aug 26 20:10:27.104 INFO O| Aug 26 20:10:27.104 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/dumpkeys"
44092024-08-26T20:10:28.615Z[ recovery-image] Aug 26 20:10:27.104 INFO O| Aug 26 20:10:27.104 INFO STEP 165 (remove_files) COMPLETE
44102024-08-26T20:10:28.615Z[ recovery-image] Aug 26 20:10:27.104 INFO O| Aug 26 20:10:27.104 INFO STEP 166: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44112024-08-26T20:10:28.623Z[ recovery-image] Aug 26 20:10:27.114 INFO O| Aug 26 20:10:27.114 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/edit"
44122024-08-26T20:10:28.626Z[ recovery-image] Aug 26 20:10:27.114 INFO O| Aug 26 20:10:27.114 INFO STEP 166 (remove_files) COMPLETE
44132024-08-26T20:10:28.626Z[ recovery-image] Aug 26 20:10:27.115 INFO O| Aug 26 20:10:27.114 INFO STEP 167: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44142024-08-26T20:10:28.634Z[ recovery-image] Aug 26 20:10:27.125 INFO O| Aug 26 20:10:27.125 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/eject"
44152024-08-26T20:10:28.634Z[ recovery-image] Aug 26 20:10:27.125 INFO O| Aug 26 20:10:27.125 INFO STEP 167 (remove_files) COMPLETE
44162024-08-26T20:10:28.636Z[ recovery-image] Aug 26 20:10:27.125 INFO O| Aug 26 20:10:27.125 INFO STEP 168: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44172024-08-26T20:10:28.644Z[ recovery-image] Aug 26 20:10:27.135 INFO O| Aug 26 20:10:27.135 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/elfsign"
44182024-08-26T20:10:28.644Z[ recovery-image] Aug 26 20:10:27.135 INFO O| Aug 26 20:10:27.135 INFO STEP 168 (remove_files) COMPLETE
44192024-08-26T20:10:28.647Z[ recovery-image] Aug 26 20:10:27.135 INFO O| Aug 26 20:10:27.135 INFO STEP 169: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44202024-08-26T20:10:28.654Z[ recovery-image] Aug 26 20:10:27.144 INFO O| Aug 26 20:10:27.144 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/elfwrap"
44212024-08-26T20:10:28.656Z[ recovery-image] Aug 26 20:10:27.145 INFO O| Aug 26 20:10:27.144 INFO STEP 169 (remove_files) COMPLETE
44222024-08-26T20:10:28.656Z[ recovery-image] Aug 26 20:10:27.145 INFO O| Aug 26 20:10:27.145 INFO STEP 170: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44232024-08-26T20:10:28.664Z[ recovery-image] Aug 26 20:10:27.155 INFO O| Aug 26 20:10:27.155 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/encode_keychange"
44242024-08-26T20:10:28.664Z[ recovery-image] Aug 26 20:10:27.155 INFO O| Aug 26 20:10:27.155 INFO STEP 170 (remove_files) COMPLETE
44252024-08-26T20:10:28.666Z[ recovery-image] Aug 26 20:10:27.155 INFO O| Aug 26 20:10:27.155 INFO STEP 171: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44262024-08-26T20:10:28.674Z[ recovery-image] Aug 26 20:10:27.165 INFO O| Aug 26 20:10:27.165 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/encrypt"
44272024-08-26T20:10:28.674Z[ recovery-image] Aug 26 20:10:27.165 INFO O| Aug 26 20:10:27.165 INFO STEP 171 (remove_files) COMPLETE
44282024-08-26T20:10:28.674Z[ recovery-image] Aug 26 20:10:27.165 INFO O| Aug 26 20:10:27.165 INFO STEP 172: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44292024-08-26T20:10:28.684Z[ recovery-image] Aug 26 20:10:27.174 INFO O| Aug 26 20:10:27.174 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/enhance"
44302024-08-26T20:10:28.686Z[ recovery-image] Aug 26 20:10:27.175 INFO O| Aug 26 20:10:27.175 INFO STEP 172 (remove_files) COMPLETE
44312024-08-26T20:10:28.686Z[ recovery-image] Aug 26 20:10:27.175 INFO O| Aug 26 20:10:27.175 INFO STEP 173: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44322024-08-26T20:10:28.693Z[ recovery-image] Aug 26 20:10:27.184 INFO O| Aug 26 20:10:27.184 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/env"
44332024-08-26T20:10:28.696Z[ recovery-image] Aug 26 20:10:27.184 INFO O| Aug 26 20:10:27.184 INFO STEP 173 (remove_files) COMPLETE
44342024-08-26T20:10:28.696Z[ recovery-image] Aug 26 20:10:27.184 INFO O| Aug 26 20:10:27.184 INFO STEP 174: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44352024-08-26T20:10:28.704Z[ recovery-image] Aug 26 20:10:27.195 INFO O| Aug 26 20:10:27.195 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/etdump"
44362024-08-26T20:10:28.707Z[ recovery-image] Aug 26 20:10:27.196 INFO O| Aug 26 20:10:27.196 INFO STEP 174 (remove_files) COMPLETE
44372024-08-26T20:10:28.707Z[ recovery-image] Aug 26 20:10:27.196 INFO O| Aug 26 20:10:27.196 INFO STEP 175: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44382024-08-26T20:10:28.715Z[ recovery-image] Aug 26 20:10:27.206 INFO O| Aug 26 20:10:27.206 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/expand"
44392024-08-26T20:10:28.715Z[ recovery-image] Aug 26 20:10:27.206 INFO O| Aug 26 20:10:27.206 INFO STEP 175 (remove_files) COMPLETE
44402024-08-26T20:10:28.717Z[ recovery-image] Aug 26 20:10:27.206 INFO O| Aug 26 20:10:27.206 INFO STEP 176: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44412024-08-26T20:10:28.730Z[ recovery-image] Aug 26 20:10:27.220 INFO O| Aug 26 20:10:27.220 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/exstr"
44422024-08-26T20:10:28.730Z[ recovery-image] Aug 26 20:10:27.220 INFO O| Aug 26 20:10:27.220 INFO STEP 176 (remove_files) COMPLETE
44432024-08-26T20:10:28.732Z[ recovery-image] Aug 26 20:10:27.220 INFO O| Aug 26 20:10:27.220 INFO STEP 177: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44442024-08-26T20:10:28.740Z[ recovery-image] Aug 26 20:10:27.231 INFO O| Aug 26 20:10:27.231 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/factor"
44452024-08-26T20:10:28.740Z[ recovery-image] Aug 26 20:10:27.231 INFO O| Aug 26 20:10:27.231 INFO STEP 177 (remove_files) COMPLETE
44462024-08-26T20:10:28.740Z[ recovery-image] Aug 26 20:10:27.231 INFO O| Aug 26 20:10:27.231 INFO STEP 178: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44472024-08-26T20:10:28.750Z[ recovery-image] Aug 26 20:10:27.241 INFO O| Aug 26 20:10:27.241 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/false"
44482024-08-26T20:10:28.750Z[ recovery-image] Aug 26 20:10:27.241 INFO O| Aug 26 20:10:27.241 INFO STEP 178 (remove_files) COMPLETE
44492024-08-26T20:10:28.753Z[ recovery-image] Aug 26 20:10:27.241 INFO O| Aug 26 20:10:27.241 INFO STEP 179: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44502024-08-26T20:10:28.760Z[ recovery-image] Aug 26 20:10:27.250 INFO O| Aug 26 20:10:27.250 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/fc"
44512024-08-26T20:10:28.760Z[ recovery-image] Aug 26 20:10:27.251 INFO O| Aug 26 20:10:27.250 INFO STEP 179 (remove_files) COMPLETE
44522024-08-26T20:10:28.762Z[ recovery-image] Aug 26 20:10:27.251 INFO O| Aug 26 20:10:27.250 INFO STEP 180: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44532024-08-26T20:10:28.769Z[ recovery-image] Aug 26 20:10:27.260 INFO O| Aug 26 20:10:27.260 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/fdetach"
44542024-08-26T20:10:28.769Z[ recovery-image] Aug 26 20:10:27.260 INFO O| Aug 26 20:10:27.260 INFO STEP 180 (remove_files) COMPLETE
44552024-08-26T20:10:28.772Z[ recovery-image] Aug 26 20:10:27.260 INFO O| Aug 26 20:10:27.260 INFO STEP 181: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44562024-08-26T20:10:28.779Z[ recovery-image] Aug 26 20:10:27.270 INFO O| Aug 26 20:10:27.270 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/fdformat"
44572024-08-26T20:10:28.779Z[ recovery-image] Aug 26 20:10:27.270 INFO O| Aug 26 20:10:27.270 INFO STEP 181 (remove_files) COMPLETE
44582024-08-26T20:10:28.782Z[ recovery-image] Aug 26 20:10:27.270 INFO O| Aug 26 20:10:27.270 INFO STEP 182: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44592024-08-26T20:10:28.789Z[ recovery-image] Aug 26 20:10:27.280 INFO O| Aug 26 20:10:27.279 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/fg"
44602024-08-26T20:10:28.789Z[ recovery-image] Aug 26 20:10:27.280 INFO O| Aug 26 20:10:27.280 INFO STEP 182 (remove_files) COMPLETE
44612024-08-26T20:10:28.791Z[ recovery-image] Aug 26 20:10:27.280 INFO O| Aug 26 20:10:27.280 INFO STEP 183: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44622024-08-26T20:10:28.798Z[ recovery-image] Aug 26 20:10:27.289 INFO O| Aug 26 20:10:27.289 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/fgrep"
44632024-08-26T20:10:28.801Z[ recovery-image] Aug 26 20:10:27.290 INFO O| Aug 26 20:10:27.290 INFO STEP 183 (remove_files) COMPLETE
44642024-08-26T20:10:28.801Z[ recovery-image] Aug 26 20:10:27.290 INFO O| Aug 26 20:10:27.290 INFO STEP 184: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44652024-08-26T20:10:28.812Z[ recovery-image] Aug 26 20:10:27.300 INFO O| Aug 26 20:10:27.300 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/file"
44662024-08-26T20:10:28.812Z[ recovery-image] Aug 26 20:10:27.300 INFO O| Aug 26 20:10:27.300 INFO STEP 184 (remove_files) COMPLETE
44672024-08-26T20:10:28.814Z[ recovery-image] Aug 26 20:10:27.300 INFO O| Aug 26 20:10:27.300 INFO STEP 185: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44682024-08-26T20:10:28.819Z[ recovery-image] Aug 26 20:10:27.310 INFO O| Aug 26 20:10:27.310 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/fixproc"
44692024-08-26T20:10:28.819Z[ recovery-image] Aug 26 20:10:27.310 INFO O| Aug 26 20:10:27.310 INFO STEP 185 (remove_files) COMPLETE
44702024-08-26T20:10:28.819Z[ recovery-image] Aug 26 20:10:27.310 INFO O| Aug 26 20:10:27.310 INFO STEP 186: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44712024-08-26T20:10:28.829Z[ recovery-image] Aug 26 20:10:27.320 INFO O| Aug 26 20:10:27.320 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/fmt"
44722024-08-26T20:10:28.829Z[ recovery-image] Aug 26 20:10:27.320 INFO O| Aug 26 20:10:27.320 INFO STEP 186 (remove_files) COMPLETE
44732024-08-26T20:10:28.831Z[ recovery-image] Aug 26 20:10:27.320 INFO O| Aug 26 20:10:27.320 INFO STEP 187: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44742024-08-26T20:10:28.839Z[ recovery-image] Aug 26 20:10:27.329 INFO O| Aug 26 20:10:27.329 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/fmtmsg"
44752024-08-26T20:10:28.841Z[ recovery-image] Aug 26 20:10:27.330 INFO O| Aug 26 20:10:27.329 INFO STEP 187 (remove_files) COMPLETE
44762024-08-26T20:10:28.841Z[ recovery-image] Aug 26 20:10:27.330 INFO O| Aug 26 20:10:27.329 INFO STEP 188: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44772024-08-26T20:10:28.848Z[ recovery-image] Aug 26 20:10:27.339 INFO O| Aug 26 20:10:27.339 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/fold"
44782024-08-26T20:10:28.848Z[ recovery-image] Aug 26 20:10:27.339 INFO O| Aug 26 20:10:27.339 INFO STEP 188 (remove_files) COMPLETE
44792024-08-26T20:10:28.851Z[ recovery-image] Aug 26 20:10:27.339 INFO O| Aug 26 20:10:27.339 INFO STEP 189: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44802024-08-26T20:10:28.858Z[ recovery-image] Aug 26 20:10:27.349 INFO O| Aug 26 20:10:27.349 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/fsstat"
44812024-08-26T20:10:28.858Z[ recovery-image] Aug 26 20:10:27.349 INFO O| Aug 26 20:10:27.349 INFO STEP 189 (remove_files) COMPLETE
44822024-08-26T20:10:28.860Z[ recovery-image] Aug 26 20:10:27.349 INFO O| Aug 26 20:10:27.349 INFO STEP 190: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44832024-08-26T20:10:28.868Z[ recovery-image] Aug 26 20:10:27.359 INFO O| Aug 26 20:10:27.359 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gclear"
44842024-08-26T20:10:28.868Z[ recovery-image] Aug 26 20:10:27.359 INFO O| Aug 26 20:10:27.359 INFO STEP 190 (remove_files) COMPLETE
44852024-08-26T20:10:28.870Z[ recovery-image] Aug 26 20:10:27.359 INFO O| Aug 26 20:10:27.359 INFO STEP 191: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44862024-08-26T20:10:28.878Z[ recovery-image] Aug 26 20:10:27.368 INFO O| Aug 26 20:10:27.368 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gcore"
44872024-08-26T20:10:28.878Z[ recovery-image] Aug 26 20:10:27.368 INFO O| Aug 26 20:10:27.368 INFO STEP 191 (remove_files) COMPLETE
44882024-08-26T20:10:28.880Z[ recovery-image] Aug 26 20:10:27.368 INFO O| Aug 26 20:10:27.368 INFO STEP 192: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44892024-08-26T20:10:28.887Z[ recovery-image] Aug 26 20:10:27.378 INFO O| Aug 26 20:10:27.378 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/geniconvtbl"
44902024-08-26T20:10:28.891Z[ recovery-image] Aug 26 20:10:27.378 INFO O| Aug 26 20:10:27.378 INFO STEP 192 (remove_files) COMPLETE
44912024-08-26T20:10:28.891Z[ recovery-image] Aug 26 20:10:27.378 INFO O| Aug 26 20:10:27.378 INFO STEP 193: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44922024-08-26T20:10:28.897Z[ recovery-image] Aug 26 20:10:27.388 INFO O| Aug 26 20:10:27.388 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/getconf"
44932024-08-26T20:10:28.897Z[ recovery-image] Aug 26 20:10:27.388 INFO O| Aug 26 20:10:27.388 INFO STEP 193 (remove_files) COMPLETE
44942024-08-26T20:10:28.899Z[ recovery-image] Aug 26 20:10:27.388 INFO O| Aug 26 20:10:27.388 INFO STEP 194: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44952024-08-26T20:10:28.907Z[ recovery-image] Aug 26 20:10:27.397 INFO O| Aug 26 20:10:27.397 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/getdev"
44962024-08-26T20:10:28.907Z[ recovery-image] Aug 26 20:10:27.397 INFO O| Aug 26 20:10:27.397 INFO STEP 194 (remove_files) COMPLETE
44972024-08-26T20:10:28.909Z[ recovery-image] Aug 26 20:10:27.397 INFO O| Aug 26 20:10:27.397 INFO STEP 195: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44982024-08-26T20:10:28.916Z[ recovery-image] Aug 26 20:10:27.407 INFO O| Aug 26 20:10:27.407 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/getdgrp"
44992024-08-26T20:10:28.916Z[ recovery-image] Aug 26 20:10:27.407 INFO O| Aug 26 20:10:27.407 INFO STEP 195 (remove_files) COMPLETE
45002024-08-26T20:10:28.916Z[ recovery-image] Aug 26 20:10:27.407 INFO O| Aug 26 20:10:27.407 INFO STEP 196: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45012024-08-26T20:10:28.926Z[ recovery-image] Aug 26 20:10:27.417 INFO O| Aug 26 20:10:27.417 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/getent"
45022024-08-26T20:10:28.926Z[ recovery-image] Aug 26 20:10:27.417 INFO O| Aug 26 20:10:27.417 INFO STEP 196 (remove_files) COMPLETE
45032024-08-26T20:10:28.928Z[ recovery-image] Aug 26 20:10:27.417 INFO O| Aug 26 20:10:27.417 INFO STEP 197: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45042024-08-26T20:10:28.935Z[ recovery-image] Aug 26 20:10:27.426 INFO O| Aug 26 20:10:27.426 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/getfacl"
45052024-08-26T20:10:28.935Z[ recovery-image] Aug 26 20:10:27.426 INFO O| Aug 26 20:10:27.426 INFO STEP 197 (remove_files) COMPLETE
45062024-08-26T20:10:28.938Z[ recovery-image] Aug 26 20:10:27.426 INFO O| Aug 26 20:10:27.426 INFO STEP 198: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45072024-08-26T20:10:28.946Z[ recovery-image] Aug 26 20:10:27.437 INFO O| Aug 26 20:10:27.437 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/getopt"
45082024-08-26T20:10:28.949Z[ recovery-image] Aug 26 20:10:27.437 INFO O| Aug 26 20:10:27.437 INFO STEP 198 (remove_files) COMPLETE
45092024-08-26T20:10:28.949Z[ recovery-image] Aug 26 20:10:27.437 INFO O| Aug 26 20:10:27.437 INFO STEP 199: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45102024-08-26T20:10:28.956Z[ recovery-image] Aug 26 20:10:27.447 INFO O| Aug 26 20:10:27.447 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/getopts"
45112024-08-26T20:10:28.956Z[ recovery-image] Aug 26 20:10:27.447 INFO O| Aug 26 20:10:27.447 INFO STEP 199 (remove_files) COMPLETE
45122024-08-26T20:10:28.956Z[ recovery-image] Aug 26 20:10:27.447 INFO O| Aug 26 20:10:27.447 INFO STEP 200: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45132024-08-26T20:10:28.966Z[ recovery-image] Aug 26 20:10:27.457 INFO O| Aug 26 20:10:27.457 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gettext"
45142024-08-26T20:10:28.966Z[ recovery-image] Aug 26 20:10:27.457 INFO O| Aug 26 20:10:27.457 INFO STEP 200 (remove_files) COMPLETE
45152024-08-26T20:10:28.969Z[ recovery-image] Aug 26 20:10:27.457 INFO O| Aug 26 20:10:27.457 INFO STEP 201: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45162024-08-26T20:10:28.975Z[ recovery-image] Aug 26 20:10:27.466 INFO O| Aug 26 20:10:27.466 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/getvol"
45172024-08-26T20:10:28.976Z[ recovery-image] Aug 26 20:10:27.466 INFO O| Aug 26 20:10:27.466 INFO STEP 201 (remove_files) COMPLETE
45182024-08-26T20:10:28.978Z[ recovery-image] Aug 26 20:10:27.467 INFO O| Aug 26 20:10:27.466 INFO STEP 202: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45192024-08-26T20:10:28.985Z[ recovery-image] Aug 26 20:10:27.476 INFO O| Aug 26 20:10:27.476 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ginfocmp"
45202024-08-26T20:10:28.988Z[ recovery-image] Aug 26 20:10:27.476 INFO O| Aug 26 20:10:27.476 INFO STEP 202 (remove_files) COMPLETE
45212024-08-26T20:10:28.988Z[ recovery-image] Aug 26 20:10:27.476 INFO O| Aug 26 20:10:27.476 INFO STEP 203: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45222024-08-26T20:10:28.995Z[ recovery-image] Aug 26 20:10:27.485 INFO O| Aug 26 20:10:27.485 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/groups"
45232024-08-26T20:10:28.997Z[ recovery-image] Aug 26 20:10:27.486 INFO O| Aug 26 20:10:27.486 INFO STEP 203 (remove_files) COMPLETE
45242024-08-26T20:10:28.997Z[ recovery-image] Aug 26 20:10:27.486 INFO O| Aug 26 20:10:27.486 INFO STEP 204: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45252024-08-26T20:10:29.004Z[ recovery-image] Aug 26 20:10:27.495 INFO O| Aug 26 20:10:27.495 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gtabs"
45262024-08-26T20:10:29.007Z[ recovery-image] Aug 26 20:10:27.495 INFO O| Aug 26 20:10:27.495 INFO STEP 204 (remove_files) COMPLETE
45272024-08-26T20:10:29.007Z[ recovery-image] Aug 26 20:10:27.495 INFO O| Aug 26 20:10:27.495 INFO STEP 205: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45282024-08-26T20:10:29.014Z[ recovery-image] Aug 26 20:10:27.504 INFO O| Aug 26 20:10:27.504 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gtic"
45292024-08-26T20:10:29.014Z[ recovery-image] Aug 26 20:10:27.505 INFO O| Aug 26 20:10:27.504 INFO STEP 205 (remove_files) COMPLETE
45302024-08-26T20:10:29.016Z[ recovery-image] Aug 26 20:10:27.505 INFO O| Aug 26 20:10:27.505 INFO STEP 206: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45312024-08-26T20:10:29.024Z[ recovery-image] Aug 26 20:10:27.515 INFO O| Aug 26 20:10:27.515 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gtoe"
45322024-08-26T20:10:29.024Z[ recovery-image] Aug 26 20:10:27.515 INFO O| Aug 26 20:10:27.515 INFO STEP 206 (remove_files) COMPLETE
45332024-08-26T20:10:29.027Z[ recovery-image] Aug 26 20:10:27.515 INFO O| Aug 26 20:10:27.515 INFO STEP 207: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45342024-08-26T20:10:29.036Z[ recovery-image] Aug 26 20:10:27.527 INFO O| Aug 26 20:10:27.527 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gtput"
45352024-08-26T20:10:29.038Z[ recovery-image] Aug 26 20:10:27.527 INFO O| Aug 26 20:10:27.527 INFO STEP 207 (remove_files) COMPLETE
45362024-08-26T20:10:29.039Z[ recovery-image] Aug 26 20:10:27.527 INFO O| Aug 26 20:10:27.527 INFO STEP 208: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45372024-08-26T20:10:29.048Z[ recovery-image] Aug 26 20:10:27.539 INFO O| Aug 26 20:10:27.539 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gtset"
45382024-08-26T20:10:29.048Z[ recovery-image] Aug 26 20:10:27.539 INFO O| Aug 26 20:10:27.539 INFO STEP 208 (remove_files) COMPLETE
45392024-08-26T20:10:29.050Z[ recovery-image] Aug 26 20:10:27.539 INFO O| Aug 26 20:10:27.539 INFO STEP 209: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45402024-08-26T20:10:29.058Z[ recovery-image] Aug 26 20:10:27.549 INFO O| Aug 26 20:10:27.549 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gunzip"
45412024-08-26T20:10:29.061Z[ recovery-image] Aug 26 20:10:27.550 INFO O| Aug 26 20:10:27.550 INFO STEP 209 (remove_files) COMPLETE
45422024-08-26T20:10:29.061Z[ recovery-image] Aug 26 20:10:27.550 INFO O| Aug 26 20:10:27.550 INFO STEP 210: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45432024-08-26T20:10:29.069Z[ recovery-image] Aug 26 20:10:27.560 INFO O| Aug 26 20:10:27.560 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gzcat"
45442024-08-26T20:10:29.071Z[ recovery-image] Aug 26 20:10:27.560 INFO O| Aug 26 20:10:27.560 INFO STEP 210 (remove_files) COMPLETE
45452024-08-26T20:10:29.071Z[ recovery-image] Aug 26 20:10:27.560 INFO O| Aug 26 20:10:27.560 INFO STEP 211: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45462024-08-26T20:10:29.080Z[ recovery-image] Aug 26 20:10:27.571 INFO O| Aug 26 20:10:27.571 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gzcmp"
45472024-08-26T20:10:29.080Z[ recovery-image] Aug 26 20:10:27.571 INFO O| Aug 26 20:10:27.571 INFO STEP 211 (remove_files) COMPLETE
45482024-08-26T20:10:29.082Z[ recovery-image] Aug 26 20:10:27.571 INFO O| Aug 26 20:10:27.571 INFO STEP 212: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45492024-08-26T20:10:29.090Z[ recovery-image] Aug 26 20:10:27.581 INFO O| Aug 26 20:10:27.580 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gzdiff"
45502024-08-26T20:10:29.092Z[ recovery-image] Aug 26 20:10:27.581 INFO O| Aug 26 20:10:27.581 INFO STEP 212 (remove_files) COMPLETE
45512024-08-26T20:10:29.092Z[ recovery-image] Aug 26 20:10:27.581 INFO O| Aug 26 20:10:27.581 INFO STEP 213: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45522024-08-26T20:10:29.099Z[ recovery-image] Aug 26 20:10:27.590 INFO O| Aug 26 20:10:27.590 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gzegrep"
45532024-08-26T20:10:29.099Z[ recovery-image] Aug 26 20:10:27.590 INFO O| Aug 26 20:10:27.590 INFO STEP 213 (remove_files) COMPLETE
45542024-08-26T20:10:29.102Z[ recovery-image] Aug 26 20:10:27.590 INFO O| Aug 26 20:10:27.590 INFO STEP 214: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45552024-08-26T20:10:29.110Z[ recovery-image] Aug 26 20:10:27.601 INFO O| Aug 26 20:10:27.600 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gzexe"
45562024-08-26T20:10:29.112Z[ recovery-image] Aug 26 20:10:27.601 INFO O| Aug 26 20:10:27.601 INFO STEP 214 (remove_files) COMPLETE
45572024-08-26T20:10:29.112Z[ recovery-image] Aug 26 20:10:27.601 INFO O| Aug 26 20:10:27.601 INFO STEP 215: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45582024-08-26T20:10:29.121Z[ recovery-image] Aug 26 20:10:27.611 INFO O| Aug 26 20:10:27.611 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gzfgrep"
45592024-08-26T20:10:29.121Z[ recovery-image] Aug 26 20:10:27.612 INFO O| Aug 26 20:10:27.611 INFO STEP 215 (remove_files) COMPLETE
45602024-08-26T20:10:29.123Z[ recovery-image] Aug 26 20:10:27.612 INFO O| Aug 26 20:10:27.611 INFO STEP 216: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45612024-08-26T20:10:29.131Z[ recovery-image] Aug 26 20:10:27.622 INFO O| Aug 26 20:10:27.622 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gzforce"
45622024-08-26T20:10:29.131Z[ recovery-image] Aug 26 20:10:27.622 INFO O| Aug 26 20:10:27.622 INFO STEP 216 (remove_files) COMPLETE
45632024-08-26T20:10:29.131Z[ recovery-image] Aug 26 20:10:27.622 INFO O| Aug 26 20:10:27.622 INFO STEP 217: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45642024-08-26T20:10:29.141Z[ recovery-image] Aug 26 20:10:27.632 INFO O| Aug 26 20:10:27.632 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gzgrep"
45652024-08-26T20:10:29.142Z[ recovery-image] Aug 26 20:10:27.632 INFO O| Aug 26 20:10:27.632 INFO STEP 217 (remove_files) COMPLETE
45662024-08-26T20:10:29.144Z[ recovery-image] Aug 26 20:10:27.632 INFO O| Aug 26 20:10:27.632 INFO STEP 218: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45672024-08-26T20:10:29.151Z[ recovery-image] Aug 26 20:10:27.642 INFO O| Aug 26 20:10:27.642 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gzip"
45682024-08-26T20:10:29.154Z[ recovery-image] Aug 26 20:10:27.642 INFO O| Aug 26 20:10:27.642 INFO STEP 218 (remove_files) COMPLETE
45692024-08-26T20:10:29.154Z[ recovery-image] Aug 26 20:10:27.642 INFO O| Aug 26 20:10:27.642 INFO STEP 219: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45702024-08-26T20:10:29.161Z[ recovery-image] Aug 26 20:10:27.652 INFO O| Aug 26 20:10:27.651 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gzless"
45712024-08-26T20:10:29.161Z[ recovery-image] Aug 26 20:10:27.652 INFO O| Aug 26 20:10:27.652 INFO STEP 219 (remove_files) COMPLETE
45722024-08-26T20:10:29.161Z[ recovery-image] Aug 26 20:10:27.652 INFO O| Aug 26 20:10:27.652 INFO STEP 220: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45732024-08-26T20:10:29.171Z[ recovery-image] Aug 26 20:10:27.662 INFO O| Aug 26 20:10:27.662 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gzmore"
45742024-08-26T20:10:29.171Z[ recovery-image] Aug 26 20:10:27.662 INFO O| Aug 26 20:10:27.662 INFO STEP 220 (remove_files) COMPLETE
45752024-08-26T20:10:29.173Z[ recovery-image] Aug 26 20:10:27.662 INFO O| Aug 26 20:10:27.662 INFO STEP 221: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45762024-08-26T20:10:29.181Z[ recovery-image] Aug 26 20:10:27.671 INFO O| Aug 26 20:10:27.671 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gznew"
45772024-08-26T20:10:29.183Z[ recovery-image] Aug 26 20:10:27.671 INFO O| Aug 26 20:10:27.671 INFO STEP 221 (remove_files) COMPLETE
45782024-08-26T20:10:29.183Z[ recovery-image] Aug 26 20:10:27.671 INFO O| Aug 26 20:10:27.671 INFO STEP 222: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45792024-08-26T20:10:29.190Z[ recovery-image] Aug 26 20:10:27.681 INFO O| Aug 26 20:10:27.681 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/hash"
45802024-08-26T20:10:29.190Z[ recovery-image] Aug 26 20:10:27.681 INFO O| Aug 26 20:10:27.681 INFO STEP 222 (remove_files) COMPLETE
45812024-08-26T20:10:29.193Z[ recovery-image] Aug 26 20:10:27.681 INFO O| Aug 26 20:10:27.681 INFO STEP 223: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45822024-08-26T20:10:29.200Z[ recovery-image] Aug 26 20:10:27.691 INFO O| Aug 26 20:10:27.691 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/hostid"
45832024-08-26T20:10:29.200Z[ recovery-image] Aug 26 20:10:27.691 INFO O| Aug 26 20:10:27.691 INFO STEP 223 (remove_files) COMPLETE
45842024-08-26T20:10:29.200Z[ recovery-image] Aug 26 20:10:27.691 INFO O| Aug 26 20:10:27.691 INFO STEP 224: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45852024-08-26T20:10:29.210Z[ recovery-image] Aug 26 20:10:27.700 INFO O| Aug 26 20:10:27.700 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/hostname"
45862024-08-26T20:10:29.210Z[ recovery-image] Aug 26 20:10:27.701 INFO O| Aug 26 20:10:27.700 INFO STEP 224 (remove_files) COMPLETE
45872024-08-26T20:10:29.210Z[ recovery-image] Aug 26 20:10:27.701 INFO O| Aug 26 20:10:27.700 INFO STEP 225: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45882024-08-26T20:10:29.219Z[ recovery-image] Aug 26 20:10:27.710 INFO O| Aug 26 20:10:27.710 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/i86/adb"
45892024-08-26T20:10:29.222Z[ recovery-image] Aug 26 20:10:27.710 INFO O| Aug 26 20:10:27.710 INFO STEP 225 (remove_files) COMPLETE
45902024-08-26T20:10:29.222Z[ recovery-image] Aug 26 20:10:27.710 INFO O| Aug 26 20:10:27.710 INFO STEP 226: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45912024-08-26T20:10:29.229Z[ recovery-image] Aug 26 20:10:27.720 INFO O| Aug 26 20:10:27.720 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/i86/amt"
45922024-08-26T20:10:29.229Z[ recovery-image] Aug 26 20:10:27.720 INFO O| Aug 26 20:10:27.720 INFO STEP 226 (remove_files) COMPLETE
45932024-08-26T20:10:29.229Z[ recovery-image] Aug 26 20:10:27.720 INFO O| Aug 26 20:10:27.720 INFO STEP 227: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45942024-08-26T20:10:29.239Z[ recovery-image] Aug 26 20:10:27.729 INFO O| Aug 26 20:10:27.729 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/i86/ksh"
45952024-08-26T20:10:29.239Z[ recovery-image] Aug 26 20:10:27.729 INFO O| Aug 26 20:10:27.729 INFO STEP 227 (remove_files) COMPLETE
45962024-08-26T20:10:29.239Z[ recovery-image] Aug 26 20:10:27.729 INFO O| Aug 26 20:10:27.729 INFO STEP 228: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45972024-08-26T20:10:29.248Z[ recovery-image] Aug 26 20:10:27.739 INFO O| Aug 26 20:10:27.739 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/i86/mdb"
45982024-08-26T20:10:29.248Z[ recovery-image] Aug 26 20:10:27.739 INFO O| Aug 26 20:10:27.739 INFO STEP 228 (remove_files) COMPLETE
45992024-08-26T20:10:29.248Z[ recovery-image] Aug 26 20:10:27.739 INFO O| Aug 26 20:10:27.739 INFO STEP 229: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46002024-08-26T20:10:29.258Z[ recovery-image] Aug 26 20:10:27.749 INFO O| Aug 26 20:10:27.748 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/i86/rksh"
46012024-08-26T20:10:29.258Z[ recovery-image] Aug 26 20:10:27.749 INFO O| Aug 26 20:10:27.749 INFO STEP 229 (remove_files) COMPLETE
46022024-08-26T20:10:29.260Z[ recovery-image] Aug 26 20:10:27.749 INFO O| Aug 26 20:10:27.749 INFO STEP 230: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46032024-08-26T20:10:29.267Z[ recovery-image] Aug 26 20:10:27.758 INFO O| Aug 26 20:10:27.758 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/i86/rksh93"
46042024-08-26T20:10:29.267Z[ recovery-image] Aug 26 20:10:27.758 INFO O| Aug 26 20:10:27.758 INFO STEP 230 (remove_files) COMPLETE
46052024-08-26T20:10:29.270Z[ recovery-image] Aug 26 20:10:27.758 INFO O| Aug 26 20:10:27.758 INFO STEP 231: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46062024-08-26T20:10:29.277Z[ recovery-image] Aug 26 20:10:27.768 INFO O| Aug 26 20:10:27.768 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/iconv"
46072024-08-26T20:10:29.277Z[ recovery-image] Aug 26 20:10:27.768 INFO O| Aug 26 20:10:27.768 INFO STEP 231 (remove_files) COMPLETE
46082024-08-26T20:10:29.280Z[ recovery-image] Aug 26 20:10:27.768 INFO O| Aug 26 20:10:27.768 INFO STEP 232: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46092024-08-26T20:10:29.287Z[ recovery-image] Aug 26 20:10:27.778 INFO O| Aug 26 20:10:27.778 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/id"
46102024-08-26T20:10:29.287Z[ recovery-image] Aug 26 20:10:27.778 INFO O| Aug 26 20:10:27.778 INFO STEP 232 (remove_files) COMPLETE
46112024-08-26T20:10:29.290Z[ recovery-image] Aug 26 20:10:27.778 INFO O| Aug 26 20:10:27.778 INFO STEP 233: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46122024-08-26T20:10:29.298Z[ recovery-image] Aug 26 20:10:27.789 INFO O| Aug 26 20:10:27.788 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/idn"
46132024-08-26T20:10:29.298Z[ recovery-image] Aug 26 20:10:27.789 INFO O| Aug 26 20:10:27.789 INFO STEP 233 (remove_files) COMPLETE
46142024-08-26T20:10:29.300Z[ recovery-image] Aug 26 20:10:27.789 INFO O| Aug 26 20:10:27.789 INFO STEP 234: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46152024-08-26T20:10:29.309Z[ recovery-image] Aug 26 20:10:27.800 INFO O| Aug 26 20:10:27.800 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/infocmp"
46162024-08-26T20:10:29.309Z[ recovery-image] Aug 26 20:10:27.800 INFO O| Aug 26 20:10:27.800 INFO STEP 234 (remove_files) COMPLETE
46172024-08-26T20:10:29.311Z[ recovery-image] Aug 26 20:10:27.800 INFO O| Aug 26 20:10:27.800 INFO STEP 235: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46182024-08-26T20:10:29.319Z[ recovery-image] Aug 26 20:10:27.810 INFO O| Aug 26 20:10:27.810 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/iostat"
46192024-08-26T20:10:29.319Z[ recovery-image] Aug 26 20:10:27.810 INFO O| Aug 26 20:10:27.810 INFO STEP 235 (remove_files) COMPLETE
46202024-08-26T20:10:29.319Z[ recovery-image] Aug 26 20:10:27.810 INFO O| Aug 26 20:10:27.810 INFO STEP 236: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46212024-08-26T20:10:29.329Z[ recovery-image] Aug 26 20:10:27.820 INFO O| Aug 26 20:10:27.820 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ipf-mod.pl"
46222024-08-26T20:10:29.331Z[ recovery-image] Aug 26 20:10:27.820 INFO O| Aug 26 20:10:27.820 INFO STEP 236 (remove_files) COMPLETE
46232024-08-26T20:10:29.331Z[ recovery-image] Aug 26 20:10:27.820 INFO O| Aug 26 20:10:27.820 INFO STEP 237: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46242024-08-26T20:10:29.339Z[ recovery-image] Aug 26 20:10:27.830 INFO O| Aug 26 20:10:27.830 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/isainfo"
46252024-08-26T20:10:29.339Z[ recovery-image] Aug 26 20:10:27.830 INFO O| Aug 26 20:10:27.830 INFO STEP 237 (remove_files) COMPLETE
46262024-08-26T20:10:29.339Z[ recovery-image] Aug 26 20:10:27.830 INFO O| Aug 26 20:10:27.830 INFO STEP 238: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46272024-08-26T20:10:29.349Z[ recovery-image] Aug 26 20:10:27.839 INFO O| Aug 26 20:10:27.839 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/isalist"
46282024-08-26T20:10:29.349Z[ recovery-image] Aug 26 20:10:27.840 INFO O| Aug 26 20:10:27.839 INFO STEP 238 (remove_files) COMPLETE
46292024-08-26T20:10:29.349Z[ recovery-image] Aug 26 20:10:27.840 INFO O| Aug 26 20:10:27.840 INFO STEP 239: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46302024-08-26T20:10:29.358Z[ recovery-image] Aug 26 20:10:27.849 INFO O| Aug 26 20:10:27.849 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/jobs"
46312024-08-26T20:10:29.361Z[ recovery-image] Aug 26 20:10:27.849 INFO O| Aug 26 20:10:27.849 INFO STEP 239 (remove_files) COMPLETE
46322024-08-26T20:10:29.361Z[ recovery-image] Aug 26 20:10:27.849 INFO O| Aug 26 20:10:27.849 INFO STEP 240: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46332024-08-26T20:10:29.368Z[ recovery-image] Aug 26 20:10:27.859 INFO O| Aug 26 20:10:27.859 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/join"
46342024-08-26T20:10:29.370Z[ recovery-image] Aug 26 20:10:27.859 INFO O| Aug 26 20:10:27.859 INFO STEP 240 (remove_files) COMPLETE
46352024-08-26T20:10:29.370Z[ recovery-image] Aug 26 20:10:27.859 INFO O| Aug 26 20:10:27.859 INFO STEP 241: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46362024-08-26T20:10:29.377Z[ recovery-image] Aug 26 20:10:27.868 INFO O| Aug 26 20:10:27.868 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/kbd"
46372024-08-26T20:10:29.378Z[ recovery-image] Aug 26 20:10:27.868 INFO O| Aug 26 20:10:27.868 INFO STEP 241 (remove_files) COMPLETE
46382024-08-26T20:10:29.380Z[ recovery-image] Aug 26 20:10:27.868 INFO O| Aug 26 20:10:27.868 INFO STEP 242: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46392024-08-26T20:10:29.387Z[ recovery-image] Aug 26 20:10:27.878 INFO O| Aug 26 20:10:27.878 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/kdestroy"
46402024-08-26T20:10:29.387Z[ recovery-image] Aug 26 20:10:27.878 INFO O| Aug 26 20:10:27.878 INFO STEP 242 (remove_files) COMPLETE
46412024-08-26T20:10:29.387Z[ recovery-image] Aug 26 20:10:27.878 INFO O| Aug 26 20:10:27.878 INFO STEP 243: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46422024-08-26T20:10:29.397Z[ recovery-image] Aug 26 20:10:27.887 INFO O| Aug 26 20:10:27.887 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/keylogin"
46432024-08-26T20:10:29.397Z[ recovery-image] Aug 26 20:10:27.888 INFO O| Aug 26 20:10:27.887 INFO STEP 243 (remove_files) COMPLETE
46442024-08-26T20:10:29.400Z[ recovery-image] Aug 26 20:10:27.888 INFO O| Aug 26 20:10:27.887 INFO STEP 244: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46452024-08-26T20:10:29.406Z[ recovery-image] Aug 26 20:10:27.897 INFO O| Aug 26 20:10:27.897 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/keylogout"
46462024-08-26T20:10:29.407Z[ recovery-image] Aug 26 20:10:27.897 INFO O| Aug 26 20:10:27.897 INFO STEP 244 (remove_files) COMPLETE
46472024-08-26T20:10:29.407Z[ recovery-image] Aug 26 20:10:27.897 INFO O| Aug 26 20:10:27.897 INFO STEP 245: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46482024-08-26T20:10:29.416Z[ recovery-image] Aug 26 20:10:27.907 INFO O| Aug 26 20:10:27.907 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/kill"
46492024-08-26T20:10:29.416Z[ recovery-image] Aug 26 20:10:27.907 INFO O| Aug 26 20:10:27.907 INFO STEP 245 (remove_files) COMPLETE
46502024-08-26T20:10:29.419Z[ recovery-image] Aug 26 20:10:27.907 INFO O| Aug 26 20:10:27.907 INFO STEP 246: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46512024-08-26T20:10:29.426Z[ recovery-image] Aug 26 20:10:27.916 INFO O| Aug 26 20:10:27.916 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/kinit"
46522024-08-26T20:10:29.426Z[ recovery-image] Aug 26 20:10:27.916 INFO O| Aug 26 20:10:27.916 INFO STEP 246 (remove_files) COMPLETE
46532024-08-26T20:10:29.428Z[ recovery-image] Aug 26 20:10:27.916 INFO O| Aug 26 20:10:27.916 INFO STEP 247: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46542024-08-26T20:10:29.435Z[ recovery-image] Aug 26 20:10:27.926 INFO O| Aug 26 20:10:27.926 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/klist"
46552024-08-26T20:10:29.435Z[ recovery-image] Aug 26 20:10:27.926 INFO O| Aug 26 20:10:27.926 INFO STEP 247 (remove_files) COMPLETE
46562024-08-26T20:10:29.435Z[ recovery-image] Aug 26 20:10:27.926 INFO O| Aug 26 20:10:27.926 INFO STEP 248: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46572024-08-26T20:10:29.445Z[ recovery-image] Aug 26 20:10:27.935 INFO O| Aug 26 20:10:27.935 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/kmfcfg"
46582024-08-26T20:10:29.445Z[ recovery-image] Aug 26 20:10:27.936 INFO O| Aug 26 20:10:27.936 INFO STEP 248 (remove_files) COMPLETE
46592024-08-26T20:10:29.445Z[ recovery-image] Aug 26 20:10:27.936 INFO O| Aug 26 20:10:27.936 INFO STEP 249: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46602024-08-26T20:10:29.454Z[ recovery-image] Aug 26 20:10:27.945 INFO O| Aug 26 20:10:27.945 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/kpasswd"
46612024-08-26T20:10:29.454Z[ recovery-image] Aug 26 20:10:27.945 INFO O| Aug 26 20:10:27.945 INFO STEP 249 (remove_files) COMPLETE
46622024-08-26T20:10:29.454Z[ recovery-image] Aug 26 20:10:27.945 INFO O| Aug 26 20:10:27.945 INFO STEP 250: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46632024-08-26T20:10:29.464Z[ recovery-image] Aug 26 20:10:27.955 INFO O| Aug 26 20:10:27.955 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/krb5-config"
46642024-08-26T20:10:29.464Z[ recovery-image] Aug 26 20:10:27.955 INFO O| Aug 26 20:10:27.955 INFO STEP 250 (remove_files) COMPLETE
46652024-08-26T20:10:29.466Z[ recovery-image] Aug 26 20:10:27.955 INFO O| Aug 26 20:10:27.955 INFO STEP 251: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46662024-08-26T20:10:29.474Z[ recovery-image] Aug 26 20:10:27.965 INFO O| Aug 26 20:10:27.964 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ksh93"
46672024-08-26T20:10:29.476Z[ recovery-image] Aug 26 20:10:27.965 INFO O| Aug 26 20:10:27.965 INFO STEP 251 (remove_files) COMPLETE
46682024-08-26T20:10:29.476Z[ recovery-image] Aug 26 20:10:27.965 INFO O| Aug 26 20:10:27.965 INFO STEP 252: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46692024-08-26T20:10:29.484Z[ recovery-image] Aug 26 20:10:27.975 INFO O| Aug 26 20:10:27.975 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ktutil"
46702024-08-26T20:10:29.486Z[ recovery-image] Aug 26 20:10:27.975 INFO O| Aug 26 20:10:27.975 INFO STEP 252 (remove_files) COMPLETE
46712024-08-26T20:10:29.487Z[ recovery-image] Aug 26 20:10:27.975 INFO O| Aug 26 20:10:27.975 INFO STEP 253: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46722024-08-26T20:10:29.494Z[ recovery-image] Aug 26 20:10:27.985 INFO O| Aug 26 20:10:27.985 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/kvmstat"
46732024-08-26T20:10:29.494Z[ recovery-image] Aug 26 20:10:27.985 INFO O| Aug 26 20:10:27.985 INFO STEP 253 (remove_files) COMPLETE
46742024-08-26T20:10:29.494Z[ recovery-image] Aug 26 20:10:27.985 INFO O| Aug 26 20:10:27.985 INFO STEP 254: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46752024-08-26T20:10:30.507Z[ recovery-image] Aug 26 20:10:27.994 INFO O| Aug 26 20:10:27.994 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/last"
46762024-08-26T20:10:30.507Z[ recovery-image] Aug 26 20:10:27.994 INFO O| Aug 26 20:10:27.994 INFO STEP 254 (remove_files) COMPLETE
46772024-08-26T20:10:30.507Z[ recovery-image] Aug 26 20:10:27.994 INFO O| Aug 26 20:10:27.994 INFO STEP 255: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46782024-08-26T20:10:30.511Z[ recovery-image] Aug 26 20:10:28.004 INFO O| Aug 26 20:10:28.004 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/lastcomm"
46792024-08-26T20:10:30.511Z[ recovery-image] Aug 26 20:10:28.005 INFO O| Aug 26 20:10:28.005 INFO STEP 255 (remove_files) COMPLETE
46802024-08-26T20:10:30.511Z[ recovery-image] Aug 26 20:10:28.005 INFO O| Aug 26 20:10:28.005 INFO STEP 256: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46812024-08-26T20:10:30.511Z[ recovery-image] Aug 26 20:10:28.015 INFO O| Aug 26 20:10:28.014 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ld"
46822024-08-26T20:10:30.511Z[ recovery-image] Aug 26 20:10:28.015 INFO O| Aug 26 20:10:28.015 INFO STEP 256 (remove_files) COMPLETE
46832024-08-26T20:10:30.512Z[ recovery-image] Aug 26 20:10:28.015 INFO O| Aug 26 20:10:28.015 INFO STEP 257: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46842024-08-26T20:10:30.512Z[ recovery-image] Aug 26 20:10:28.024 INFO O| Aug 26 20:10:28.024 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ldd"
46852024-08-26T20:10:30.512Z[ recovery-image] Aug 26 20:10:28.024 INFO O| Aug 26 20:10:28.024 INFO STEP 257 (remove_files) COMPLETE
46862024-08-26T20:10:30.512Z[ recovery-image] Aug 26 20:10:28.024 INFO O| Aug 26 20:10:28.024 INFO STEP 258: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46872024-08-26T20:10:30.512Z[ recovery-image] Aug 26 20:10:28.035 INFO O| Aug 26 20:10:28.035 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/less"
46882024-08-26T20:10:30.512Z[ recovery-image] Aug 26 20:10:28.036 INFO O| Aug 26 20:10:28.036 INFO STEP 258 (remove_files) COMPLETE
46892024-08-26T20:10:30.512Z[ recovery-image] Aug 26 20:10:28.036 INFO O| Aug 26 20:10:28.036 INFO STEP 259: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46902024-08-26T20:10:30.512Z[ recovery-image] Aug 26 20:10:28.047 INFO O| Aug 26 20:10:28.047 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/lessecho"
46912024-08-26T20:10:30.512Z[ recovery-image] Aug 26 20:10:28.047 INFO O| Aug 26 20:10:28.047 INFO STEP 259 (remove_files) COMPLETE
46922024-08-26T20:10:30.512Z[ recovery-image] Aug 26 20:10:28.047 INFO O| Aug 26 20:10:28.047 INFO STEP 260: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46932024-08-26T20:10:30.512Z[ recovery-image] Aug 26 20:10:28.058 INFO O| Aug 26 20:10:28.058 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/lesskey"
46942024-08-26T20:10:30.512Z[ recovery-image] Aug 26 20:10:28.058 INFO O| Aug 26 20:10:28.058 INFO STEP 260 (remove_files) COMPLETE
46952024-08-26T20:10:30.512Z[ recovery-image] Aug 26 20:10:28.058 INFO O| Aug 26 20:10:28.058 INFO STEP 261: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46962024-08-26T20:10:30.512Z[ recovery-image] Aug 26 20:10:28.068 INFO O| Aug 26 20:10:28.068 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/lgrpinfo"
46972024-08-26T20:10:30.512Z[ recovery-image] Aug 26 20:10:28.068 INFO O| Aug 26 20:10:28.068 INFO STEP 261 (remove_files) COMPLETE
46982024-08-26T20:10:30.512Z[ recovery-image] Aug 26 20:10:28.068 INFO O| Aug 26 20:10:28.068 INFO STEP 262: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46992024-08-26T20:10:30.512Z[ recovery-image] Aug 26 20:10:28.079 INFO O| Aug 26 20:10:28.079 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/line"
47002024-08-26T20:10:30.512Z[ recovery-image] Aug 26 20:10:28.079 INFO O| Aug 26 20:10:28.079 INFO STEP 262 (remove_files) COMPLETE
47012024-08-26T20:10:30.512Z[ recovery-image] Aug 26 20:10:28.079 INFO O| Aug 26 20:10:28.079 INFO STEP 263: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47022024-08-26T20:10:30.512Z[ recovery-image] Aug 26 20:10:28.091 INFO O| Aug 26 20:10:28.091 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/listdgrp"
47032024-08-26T20:10:30.512Z[ recovery-image] Aug 26 20:10:28.091 INFO O| Aug 26 20:10:28.091 INFO STEP 263 (remove_files) COMPLETE
47042024-08-26T20:10:30.512Z[ recovery-image] Aug 26 20:10:28.091 INFO O| Aug 26 20:10:28.091 INFO STEP 264: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47052024-08-26T20:10:30.512Z[ recovery-image] Aug 26 20:10:28.102 INFO O| Aug 26 20:10:28.102 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/listusers"
47062024-08-26T20:10:30.512Z[ recovery-image] Aug 26 20:10:28.102 INFO O| Aug 26 20:10:28.102 INFO STEP 264 (remove_files) COMPLETE
47072024-08-26T20:10:30.512Z[ recovery-image] Aug 26 20:10:28.102 INFO O| Aug 26 20:10:28.102 INFO STEP 265: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47082024-08-26T20:10:30.512Z[ recovery-image] Aug 26 20:10:28.113 INFO O| Aug 26 20:10:28.113 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/loadkeys"
47092024-08-26T20:10:30.512Z[ recovery-image] Aug 26 20:10:28.113 INFO O| Aug 26 20:10:28.113 INFO STEP 265 (remove_files) COMPLETE
47102024-08-26T20:10:30.512Z[ recovery-image] Aug 26 20:10:28.113 INFO O| Aug 26 20:10:28.113 INFO STEP 266: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47112024-08-26T20:10:30.512Z[ recovery-image] Aug 26 20:10:28.123 INFO O| Aug 26 20:10:28.123 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/logger"
47122024-08-26T20:10:30.512Z[ recovery-image] Aug 26 20:10:28.123 INFO O| Aug 26 20:10:28.123 INFO STEP 266 (remove_files) COMPLETE
47132024-08-26T20:10:30.512Z[ recovery-image] Aug 26 20:10:28.123 INFO O| Aug 26 20:10:28.123 INFO STEP 267: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47142024-08-26T20:10:30.512Z[ recovery-image] Aug 26 20:10:28.134 INFO O| Aug 26 20:10:28.134 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/logins"
47152024-08-26T20:10:30.512Z[ recovery-image] Aug 26 20:10:28.134 INFO O| Aug 26 20:10:28.134 INFO STEP 267 (remove_files) COMPLETE
47162024-08-26T20:10:30.512Z[ recovery-image] Aug 26 20:10:28.134 INFO O| Aug 26 20:10:28.134 INFO STEP 268: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47172024-08-26T20:10:30.512Z[ recovery-image] Aug 26 20:10:28.145 INFO O| Aug 26 20:10:28.144 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/logname"
47182024-08-26T20:10:30.512Z[ recovery-image] Aug 26 20:10:28.145 INFO O| Aug 26 20:10:28.145 INFO STEP 268 (remove_files) COMPLETE
47192024-08-26T20:10:30.512Z[ recovery-image] Aug 26 20:10:28.145 INFO O| Aug 26 20:10:28.145 INFO STEP 269: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47202024-08-26T20:10:30.513Z[ recovery-image] Aug 26 20:10:28.155 INFO O| Aug 26 20:10:28.155 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/look"
47212024-08-26T20:10:30.513Z[ recovery-image] Aug 26 20:10:28.155 INFO O| Aug 26 20:10:28.155 INFO STEP 269 (remove_files) COMPLETE
47222024-08-26T20:10:30.513Z[ recovery-image] Aug 26 20:10:28.155 INFO O| Aug 26 20:10:28.155 INFO STEP 270: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47232024-08-26T20:10:30.513Z[ recovery-image] Aug 26 20:10:28.166 INFO O| Aug 26 20:10:28.166 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/looker"
47242024-08-26T20:10:30.513Z[ recovery-image] Aug 26 20:10:28.166 INFO O| Aug 26 20:10:28.166 INFO STEP 270 (remove_files) COMPLETE
47252024-08-26T20:10:30.513Z[ recovery-image] Aug 26 20:10:28.166 INFO O| Aug 26 20:10:28.166 INFO STEP 271: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47262024-08-26T20:10:30.513Z[ recovery-image] Aug 26 20:10:28.176 INFO O| Aug 26 20:10:28.176 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/lz4"
47272024-08-26T20:10:30.513Z[ recovery-image] Aug 26 20:10:28.176 INFO O| Aug 26 20:10:28.176 INFO STEP 271 (remove_files) COMPLETE
47282024-08-26T20:10:30.513Z[ recovery-image] Aug 26 20:10:28.176 INFO O| Aug 26 20:10:28.176 INFO STEP 272: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47292024-08-26T20:10:30.513Z[ recovery-image] Aug 26 20:10:28.186 INFO O| Aug 26 20:10:28.186 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/lzmadec"
47302024-08-26T20:10:30.513Z[ recovery-image] Aug 26 20:10:28.186 INFO O| Aug 26 20:10:28.186 INFO STEP 272 (remove_files) COMPLETE
47312024-08-26T20:10:30.513Z[ recovery-image] Aug 26 20:10:28.186 INFO O| Aug 26 20:10:28.186 INFO STEP 273: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47322024-08-26T20:10:30.513Z[ recovery-image] Aug 26 20:10:28.196 INFO O| Aug 26 20:10:28.196 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/lzmainfo"
47332024-08-26T20:10:30.513Z[ recovery-image] Aug 26 20:10:28.196 INFO O| Aug 26 20:10:28.196 INFO STEP 273 (remove_files) COMPLETE
47342024-08-26T20:10:30.513Z[ recovery-image] Aug 26 20:10:28.196 INFO O| Aug 26 20:10:28.196 INFO STEP 274: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47352024-08-26T20:10:30.513Z[ recovery-image] Aug 26 20:10:28.205 INFO O| Aug 26 20:10:28.205 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/mac"
47362024-08-26T20:10:30.513Z[ recovery-image] Aug 26 20:10:28.206 INFO O| Aug 26 20:10:28.206 INFO STEP 274 (remove_files) COMPLETE
47372024-08-26T20:10:30.513Z[ recovery-image] Aug 26 20:10:28.206 INFO O| Aug 26 20:10:28.206 INFO STEP 275: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47382024-08-26T20:10:30.513Z[ recovery-image] Aug 26 20:10:28.216 INFO O| Aug 26 20:10:28.216 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/mach"
47392024-08-26T20:10:30.513Z[ recovery-image] Aug 26 20:10:28.216 INFO O| Aug 26 20:10:28.216 INFO STEP 275 (remove_files) COMPLETE
47402024-08-26T20:10:30.513Z[ recovery-image] Aug 26 20:10:28.216 INFO O| Aug 26 20:10:28.216 INFO STEP 276: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47412024-08-26T20:10:30.513Z[ recovery-image] Aug 26 20:10:28.226 INFO O| Aug 26 20:10:28.226 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/mailx"
47422024-08-26T20:10:30.513Z[ recovery-image] Aug 26 20:10:28.226 INFO O| Aug 26 20:10:28.226 INFO STEP 276 (remove_files) COMPLETE
47432024-08-26T20:10:30.513Z[ recovery-image] Aug 26 20:10:28.226 INFO O| Aug 26 20:10:28.226 INFO STEP 277: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47442024-08-26T20:10:30.513Z[ recovery-image] Aug 26 20:10:28.236 INFO O| Aug 26 20:10:28.236 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/makedev"
47452024-08-26T20:10:30.513Z[ recovery-image] Aug 26 20:10:28.236 INFO O| Aug 26 20:10:28.236 INFO STEP 277 (remove_files) COMPLETE
47462024-08-26T20:10:30.513Z[ recovery-image] Aug 26 20:10:28.236 INFO O| Aug 26 20:10:28.236 INFO STEP 278: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47472024-08-26T20:10:30.513Z[ recovery-image] Aug 26 20:10:28.246 INFO O| Aug 26 20:10:28.246 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/mdb"
47482024-08-26T20:10:30.513Z[ recovery-image] Aug 26 20:10:28.246 INFO O| Aug 26 20:10:28.246 INFO STEP 278 (remove_files) COMPLETE
47492024-08-26T20:10:30.513Z[ recovery-image] Aug 26 20:10:28.246 INFO O| Aug 26 20:10:28.246 INFO STEP 279: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47502024-08-26T20:10:30.513Z[ recovery-image] Aug 26 20:10:28.256 INFO O| Aug 26 20:10:28.256 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/mesg"
47512024-08-26T20:10:30.513Z[ recovery-image] Aug 26 20:10:28.256 INFO O| Aug 26 20:10:28.256 INFO STEP 279 (remove_files) COMPLETE
47522024-08-26T20:10:30.513Z[ recovery-image] Aug 26 20:10:28.256 INFO O| Aug 26 20:10:28.256 INFO STEP 280: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47532024-08-26T20:10:30.513Z[ recovery-image] Aug 26 20:10:28.266 INFO O| Aug 26 20:10:28.265 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/mib2c"
47542024-08-26T20:10:30.513Z[ recovery-image] Aug 26 20:10:28.266 INFO O| Aug 26 20:10:28.266 INFO STEP 280 (remove_files) COMPLETE
47552024-08-26T20:10:30.513Z[ recovery-image] Aug 26 20:10:28.266 INFO O| Aug 26 20:10:28.266 INFO STEP 281: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47562024-08-26T20:10:30.513Z[ recovery-image] Aug 26 20:10:28.275 INFO O| Aug 26 20:10:28.275 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/mib2c-update"
47572024-08-26T20:10:30.513Z[ recovery-image] Aug 26 20:10:28.275 INFO O| Aug 26 20:10:28.275 INFO STEP 281 (remove_files) COMPLETE
47582024-08-26T20:10:30.513Z[ recovery-image] Aug 26 20:10:28.275 INFO O| Aug 26 20:10:28.275 INFO STEP 282: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47592024-08-26T20:10:30.514Z[ recovery-image] Aug 26 20:10:28.285 INFO O| Aug 26 20:10:28.285 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/mkfifo"
47602024-08-26T20:10:30.514Z[ recovery-image] Aug 26 20:10:28.285 INFO O| Aug 26 20:10:28.285 INFO STEP 282 (remove_files) COMPLETE
47612024-08-26T20:10:30.514Z[ recovery-image] Aug 26 20:10:28.285 INFO O| Aug 26 20:10:28.285 INFO STEP 283: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47622024-08-26T20:10:30.514Z[ recovery-image] Aug 26 20:10:28.294 INFO O| Aug 26 20:10:28.294 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/mkpwdict"
47632024-08-26T20:10:30.514Z[ recovery-image] Aug 26 20:10:28.295 INFO O| Aug 26 20:10:28.294 INFO STEP 283 (remove_files) COMPLETE
47642024-08-26T20:10:30.514Z[ recovery-image] Aug 26 20:10:28.295 INFO O| Aug 26 20:10:28.295 INFO STEP 284: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47652024-08-26T20:10:30.514Z[ recovery-image] Aug 26 20:10:28.304 INFO O| Aug 26 20:10:28.304 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/moe"
47662024-08-26T20:10:30.514Z[ recovery-image] Aug 26 20:10:28.304 INFO O| Aug 26 20:10:28.304 INFO STEP 284 (remove_files) COMPLETE
47672024-08-26T20:10:30.514Z[ recovery-image] Aug 26 20:10:28.304 INFO O| Aug 26 20:10:28.304 INFO STEP 285: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47682024-08-26T20:10:30.514Z[ recovery-image] Aug 26 20:10:28.313 INFO O| Aug 26 20:10:28.313 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/mpstat"
47692024-08-26T20:10:30.514Z[ recovery-image] Aug 26 20:10:28.314 INFO O| Aug 26 20:10:28.314 INFO STEP 285 (remove_files) COMPLETE
47702024-08-26T20:10:30.514Z[ recovery-image] Aug 26 20:10:28.314 INFO O| Aug 26 20:10:28.314 INFO STEP 286: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47712024-08-26T20:10:30.514Z[ recovery-image] Aug 26 20:10:28.323 INFO O| Aug 26 20:10:28.323 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/mt"
47722024-08-26T20:10:30.514Z[ recovery-image] Aug 26 20:10:28.323 INFO O| Aug 26 20:10:28.323 INFO STEP 286 (remove_files) COMPLETE
47732024-08-26T20:10:30.514Z[ recovery-image] Aug 26 20:10:28.323 INFO O| Aug 26 20:10:28.323 INFO STEP 287: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47742024-08-26T20:10:30.514Z[ recovery-image] Aug 26 20:10:28.333 INFO O| Aug 26 20:10:28.333 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ncurses6-config"
47752024-08-26T20:10:30.514Z[ recovery-image] Aug 26 20:10:28.333 INFO O| Aug 26 20:10:28.333 INFO STEP 287 (remove_files) COMPLETE
47762024-08-26T20:10:30.514Z[ recovery-image] Aug 26 20:10:28.333 INFO O| Aug 26 20:10:28.333 INFO STEP 288: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47772024-08-26T20:10:30.514Z[ recovery-image] Aug 26 20:10:28.342 INFO O| Aug 26 20:10:28.342 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/net-snmp-cert"
47782024-08-26T20:10:30.518Z[ recovery-image] Aug 26 20:10:28.342 INFO O| Aug 26 20:10:28.342 INFO STEP 288 (remove_files) COMPLETE
47792024-08-26T20:10:30.518Z[ recovery-image] Aug 26 20:10:28.342 INFO O| Aug 26 20:10:28.342 INFO STEP 289: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47802024-08-26T20:10:30.518Z[ recovery-image] Aug 26 20:10:28.352 INFO O| Aug 26 20:10:28.352 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/net-snmp-config"
47812024-08-26T20:10:30.518Z[ recovery-image] Aug 26 20:10:28.352 INFO O| Aug 26 20:10:28.352 INFO STEP 289 (remove_files) COMPLETE
47822024-08-26T20:10:30.518Z[ recovery-image] Aug 26 20:10:28.352 INFO O| Aug 26 20:10:28.352 INFO STEP 290: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47832024-08-26T20:10:30.518Z[ recovery-image] Aug 26 20:10:28.361 INFO O| Aug 26 20:10:28.361 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/net-snmp-create-v3-user"
47842024-08-26T20:10:30.518Z[ recovery-image] Aug 26 20:10:28.361 INFO O| Aug 26 20:10:28.361 INFO STEP 290 (remove_files) COMPLETE
47852024-08-26T20:10:30.518Z[ recovery-image] Aug 26 20:10:28.362 INFO O| Aug 26 20:10:28.361 INFO STEP 291: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47862024-08-26T20:10:30.518Z[ recovery-image] Aug 26 20:10:28.371 INFO O| Aug 26 20:10:28.371 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/newform"
47872024-08-26T20:10:30.518Z[ recovery-image] Aug 26 20:10:28.371 INFO O| Aug 26 20:10:28.371 INFO STEP 291 (remove_files) COMPLETE
47882024-08-26T20:10:30.518Z[ recovery-image] Aug 26 20:10:28.371 INFO O| Aug 26 20:10:28.371 INFO STEP 292: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47892024-08-26T20:10:30.518Z[ recovery-image] Aug 26 20:10:28.380 INFO O| Aug 26 20:10:28.380 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/newgrp"
47902024-08-26T20:10:30.518Z[ recovery-image] Aug 26 20:10:28.380 INFO O| Aug 26 20:10:28.380 INFO STEP 292 (remove_files) COMPLETE
47912024-08-26T20:10:30.518Z[ recovery-image] Aug 26 20:10:28.381 INFO O| Aug 26 20:10:28.380 INFO STEP 293: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47922024-08-26T20:10:30.518Z[ recovery-image] Aug 26 20:10:28.390 INFO O| Aug 26 20:10:28.390 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/news"
47932024-08-26T20:10:30.518Z[ recovery-image] Aug 26 20:10:28.390 INFO O| Aug 26 20:10:28.390 INFO STEP 293 (remove_files) COMPLETE
47942024-08-26T20:10:30.518Z[ recovery-image] Aug 26 20:10:28.390 INFO O| Aug 26 20:10:28.390 INFO STEP 294: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47952024-08-26T20:10:30.518Z[ recovery-image] Aug 26 20:10:28.399 INFO O| Aug 26 20:10:28.399 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/newtask"
47962024-08-26T20:10:30.518Z[ recovery-image] Aug 26 20:10:28.399 INFO O| Aug 26 20:10:28.399 INFO STEP 294 (remove_files) COMPLETE
47972024-08-26T20:10:30.518Z[ recovery-image] Aug 26 20:10:28.399 INFO O| Aug 26 20:10:28.399 INFO STEP 295: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47982024-08-26T20:10:30.518Z[ recovery-image] Aug 26 20:10:28.409 INFO O| Aug 26 20:10:28.409 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/nice"
47992024-08-26T20:10:30.518Z[ recovery-image] Aug 26 20:10:28.409 INFO O| Aug 26 20:10:28.409 INFO STEP 295 (remove_files) COMPLETE
48002024-08-26T20:10:30.518Z[ recovery-image] Aug 26 20:10:28.409 INFO O| Aug 26 20:10:28.409 INFO STEP 296: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48012024-08-26T20:10:30.518Z[ recovery-image] Aug 26 20:10:28.418 INFO O| Aug 26 20:10:28.418 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/nl"
48022024-08-26T20:10:30.518Z[ recovery-image] Aug 26 20:10:28.419 INFO O| Aug 26 20:10:28.418 INFO STEP 296 (remove_files) COMPLETE
48032024-08-26T20:10:30.519Z[ recovery-image] Aug 26 20:10:28.419 INFO O| Aug 26 20:10:28.418 INFO STEP 297: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48042024-08-26T20:10:30.519Z[ recovery-image] Aug 26 20:10:28.428 INFO O| Aug 26 20:10:28.428 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/oawk"
48052024-08-26T20:10:30.519Z[ recovery-image] Aug 26 20:10:28.428 INFO O| Aug 26 20:10:28.428 INFO STEP 297 (remove_files) COMPLETE
48062024-08-26T20:10:30.519Z[ recovery-image] Aug 26 20:10:28.428 INFO O| Aug 26 20:10:28.428 INFO STEP 298: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48072024-08-26T20:10:30.519Z[ recovery-image] Aug 26 20:10:28.438 INFO O| Aug 26 20:10:28.438 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/od"
48082024-08-26T20:10:30.519Z[ recovery-image] Aug 26 20:10:28.438 INFO O| Aug 26 20:10:28.438 INFO STEP 298 (remove_files) COMPLETE
48092024-08-26T20:10:30.519Z[ recovery-image] Aug 26 20:10:28.438 INFO O| Aug 26 20:10:28.438 INFO STEP 299: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48102024-08-26T20:10:30.519Z[ recovery-image] Aug 26 20:10:28.447 INFO O| Aug 26 20:10:28.447 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/optisa"
48112024-08-26T20:10:30.519Z[ recovery-image] Aug 26 20:10:28.447 INFO O| Aug 26 20:10:28.447 INFO STEP 299 (remove_files) COMPLETE
48122024-08-26T20:10:30.519Z[ recovery-image] Aug 26 20:10:28.448 INFO O| Aug 26 20:10:28.447 INFO STEP 300: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48132024-08-26T20:10:30.519Z[ recovery-image] Aug 26 20:10:28.457 INFO O| Aug 26 20:10:28.457 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pack"
48142024-08-26T20:10:30.519Z[ recovery-image] Aug 26 20:10:28.457 INFO O| Aug 26 20:10:28.457 INFO STEP 300 (remove_files) COMPLETE
48152024-08-26T20:10:30.519Z[ recovery-image] Aug 26 20:10:28.457 INFO O| Aug 26 20:10:28.457 INFO STEP 301: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48162024-08-26T20:10:30.519Z[ recovery-image] Aug 26 20:10:28.467 INFO O| Aug 26 20:10:28.466 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/page"
48172024-08-26T20:10:30.519Z[ recovery-image] Aug 26 20:10:28.467 INFO O| Aug 26 20:10:28.467 INFO STEP 301 (remove_files) COMPLETE
48182024-08-26T20:10:30.519Z[ recovery-image] Aug 26 20:10:28.467 INFO O| Aug 26 20:10:28.467 INFO STEP 302: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48192024-08-26T20:10:30.519Z[ recovery-image] Aug 26 20:10:28.476 INFO O| Aug 26 20:10:28.476 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pagesize"
48202024-08-26T20:10:30.519Z[ recovery-image] Aug 26 20:10:28.476 INFO O| Aug 26 20:10:28.476 INFO STEP 302 (remove_files) COMPLETE
48212024-08-26T20:10:30.519Z[ recovery-image] Aug 26 20:10:28.476 INFO O| Aug 26 20:10:28.476 INFO STEP 303: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48222024-08-26T20:10:30.519Z[ recovery-image] Aug 26 20:10:28.486 INFO O| Aug 26 20:10:28.486 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pargs"
48232024-08-26T20:10:30.519Z[ recovery-image] Aug 26 20:10:28.486 INFO O| Aug 26 20:10:28.486 INFO STEP 303 (remove_files) COMPLETE
48242024-08-26T20:10:30.519Z[ recovery-image] Aug 26 20:10:28.486 INFO O| Aug 26 20:10:28.486 INFO STEP 304: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48252024-08-26T20:10:30.519Z[ recovery-image] Aug 26 20:10:28.495 INFO O| Aug 26 20:10:28.495 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/passwd"
48262024-08-26T20:10:30.519Z[ recovery-image] Aug 26 20:10:28.495 INFO O| Aug 26 20:10:28.495 INFO STEP 304 (remove_files) COMPLETE
48272024-08-26T20:10:30.519Z[ recovery-image] Aug 26 20:10:28.495 INFO O| Aug 26 20:10:28.495 INFO STEP 305: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48282024-08-26T20:10:30.519Z[ recovery-image] Aug 26 20:10:28.505 INFO O| Aug 26 20:10:28.505 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/paste"
48292024-08-26T20:10:30.519Z[ recovery-image] Aug 26 20:10:28.505 INFO O| Aug 26 20:10:28.505 INFO STEP 305 (remove_files) COMPLETE
48302024-08-26T20:10:30.519Z[ recovery-image] Aug 26 20:10:28.505 INFO O| Aug 26 20:10:28.505 INFO STEP 306: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48312024-08-26T20:10:30.519Z[ recovery-image] Aug 26 20:10:28.514 INFO O| Aug 26 20:10:28.514 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pathchk"
48322024-08-26T20:10:30.519Z[ recovery-image] Aug 26 20:10:28.514 INFO O| Aug 26 20:10:28.514 INFO STEP 306 (remove_files) COMPLETE
48332024-08-26T20:10:30.519Z[ recovery-image] Aug 26 20:10:28.514 INFO O| Aug 26 20:10:28.514 INFO STEP 307: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48342024-08-26T20:10:30.519Z[ recovery-image] Aug 26 20:10:28.524 INFO O| Aug 26 20:10:28.524 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pauxv"
48352024-08-26T20:10:30.519Z[ recovery-image] Aug 26 20:10:28.524 INFO O| Aug 26 20:10:28.524 INFO STEP 307 (remove_files) COMPLETE
48362024-08-26T20:10:30.519Z[ recovery-image] Aug 26 20:10:28.524 INFO O| Aug 26 20:10:28.524 INFO STEP 308: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48372024-08-26T20:10:30.519Z[ recovery-image] Aug 26 20:10:28.534 INFO O| Aug 26 20:10:28.533 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pax"
48382024-08-26T20:10:30.519Z[ recovery-image] Aug 26 20:10:28.534 INFO O| Aug 26 20:10:28.534 INFO STEP 308 (remove_files) COMPLETE
48392024-08-26T20:10:30.519Z[ recovery-image] Aug 26 20:10:28.534 INFO O| Aug 26 20:10:28.534 INFO STEP 309: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48402024-08-26T20:10:30.519Z[ recovery-image] Aug 26 20:10:28.543 INFO O| Aug 26 20:10:28.543 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pcap-config"
48412024-08-26T20:10:30.519Z[ recovery-image] Aug 26 20:10:28.543 INFO O| Aug 26 20:10:28.543 INFO STEP 309 (remove_files) COMPLETE
48422024-08-26T20:10:30.519Z[ recovery-image] Aug 26 20:10:28.543 INFO O| Aug 26 20:10:28.543 INFO STEP 310: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48432024-08-26T20:10:30.520Z[ recovery-image] Aug 26 20:10:28.553 INFO O| Aug 26 20:10:28.553 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pcre-config"
48442024-08-26T20:10:30.520Z[ recovery-image] Aug 26 20:10:28.553 INFO O| Aug 26 20:10:28.553 INFO STEP 310 (remove_files) COMPLETE
48452024-08-26T20:10:30.520Z[ recovery-image] Aug 26 20:10:28.553 INFO O| Aug 26 20:10:28.553 INFO STEP 311: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48462024-08-26T20:10:30.520Z[ recovery-image] Aug 26 20:10:28.563 INFO O| Aug 26 20:10:28.563 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pcre2-config"
48472024-08-26T20:10:30.520Z[ recovery-image] Aug 26 20:10:28.563 INFO O| Aug 26 20:10:28.563 INFO STEP 311 (remove_files) COMPLETE
48482024-08-26T20:10:30.520Z[ recovery-image] Aug 26 20:10:28.563 INFO O| Aug 26 20:10:28.563 INFO STEP 312: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48492024-08-26T20:10:30.520Z[ recovery-image] Aug 26 20:10:28.572 INFO O| Aug 26 20:10:28.572 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pcre2grep"
48502024-08-26T20:10:30.520Z[ recovery-image] Aug 26 20:10:28.572 INFO O| Aug 26 20:10:28.572 INFO STEP 312 (remove_files) COMPLETE
48512024-08-26T20:10:30.520Z[ recovery-image] Aug 26 20:10:28.572 INFO O| Aug 26 20:10:28.572 INFO STEP 313: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48522024-08-26T20:10:30.520Z[ recovery-image] Aug 26 20:10:28.582 INFO O| Aug 26 20:10:28.582 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pcre2test"
48532024-08-26T20:10:30.520Z[ recovery-image] Aug 26 20:10:28.582 INFO O| Aug 26 20:10:28.582 INFO STEP 313 (remove_files) COMPLETE
48542024-08-26T20:10:30.520Z[ recovery-image] Aug 26 20:10:28.582 INFO O| Aug 26 20:10:28.582 INFO STEP 314: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48552024-08-26T20:10:30.520Z[ recovery-image] Aug 26 20:10:28.592 INFO O| Aug 26 20:10:28.591 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pcred"
48562024-08-26T20:10:30.520Z[ recovery-image] Aug 26 20:10:28.592 INFO O| Aug 26 20:10:28.592 INFO STEP 314 (remove_files) COMPLETE
48572024-08-26T20:10:30.520Z[ recovery-image] Aug 26 20:10:28.592 INFO O| Aug 26 20:10:28.592 INFO STEP 315: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48582024-08-26T20:10:30.520Z[ recovery-image] Aug 26 20:10:28.601 INFO O| Aug 26 20:10:28.601 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pcregrep"
48592024-08-26T20:10:30.520Z[ recovery-image] Aug 26 20:10:28.601 INFO O| Aug 26 20:10:28.601 INFO STEP 315 (remove_files) COMPLETE
48602024-08-26T20:10:30.520Z[ recovery-image] Aug 26 20:10:28.601 INFO O| Aug 26 20:10:28.601 INFO STEP 316: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48612024-08-26T20:10:30.520Z[ recovery-image] Aug 26 20:10:28.611 INFO O| Aug 26 20:10:28.611 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pcretest"
48622024-08-26T20:10:30.520Z[ recovery-image] Aug 26 20:10:28.611 INFO O| Aug 26 20:10:28.611 INFO STEP 316 (remove_files) COMPLETE
48632024-08-26T20:10:30.520Z[ recovery-image] Aug 26 20:10:28.611 INFO O| Aug 26 20:10:28.611 INFO STEP 317: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48642024-08-26T20:10:30.520Z[ recovery-image] Aug 26 20:10:28.621 INFO O| Aug 26 20:10:28.621 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/penv"
48652024-08-26T20:10:30.520Z[ recovery-image] Aug 26 20:10:28.621 INFO O| Aug 26 20:10:28.621 INFO STEP 317 (remove_files) COMPLETE
48662024-08-26T20:10:30.520Z[ recovery-image] Aug 26 20:10:28.621 INFO O| Aug 26 20:10:28.621 INFO STEP 318: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48672024-08-26T20:10:30.520Z[ recovery-image] Aug 26 20:10:28.630 INFO O| Aug 26 20:10:28.630 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pfbash"
48682024-08-26T20:10:30.520Z[ recovery-image] Aug 26 20:10:28.630 INFO O| Aug 26 20:10:28.630 INFO STEP 318 (remove_files) COMPLETE
48692024-08-26T20:10:30.520Z[ recovery-image] Aug 26 20:10:28.630 INFO O| Aug 26 20:10:28.630 INFO STEP 319: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48702024-08-26T20:10:30.520Z[ recovery-image] Aug 26 20:10:28.640 INFO O| Aug 26 20:10:28.640 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pfcsh"
48712024-08-26T20:10:30.520Z[ recovery-image] Aug 26 20:10:28.640 INFO O| Aug 26 20:10:28.640 INFO STEP 319 (remove_files) COMPLETE
48722024-08-26T20:10:30.520Z[ recovery-image] Aug 26 20:10:28.640 INFO O| Aug 26 20:10:28.640 INFO STEP 320: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48732024-08-26T20:10:30.520Z[ recovery-image] Aug 26 20:10:28.650 INFO O| Aug 26 20:10:28.650 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pfiles"
48742024-08-26T20:10:30.520Z[ recovery-image] Aug 26 20:10:28.650 INFO O| Aug 26 20:10:28.650 INFO STEP 320 (remove_files) COMPLETE
48752024-08-26T20:10:30.520Z[ recovery-image] Aug 26 20:10:28.650 INFO O| Aug 26 20:10:28.650 INFO STEP 321: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48762024-08-26T20:10:30.520Z[ recovery-image] Aug 26 20:10:28.660 INFO O| Aug 26 20:10:28.660 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pfksh"
48772024-08-26T20:10:30.521Z[ recovery-image] Aug 26 20:10:28.660 INFO O| Aug 26 20:10:28.660 INFO STEP 321 (remove_files) COMPLETE
48782024-08-26T20:10:30.525Z[ recovery-image] Aug 26 20:10:28.660 INFO O| Aug 26 20:10:28.660 INFO STEP 322: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48792024-08-26T20:10:30.525Z[ recovery-image] Aug 26 20:10:28.670 INFO O| Aug 26 20:10:28.670 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pfksh93"
48802024-08-26T20:10:30.525Z[ recovery-image] Aug 26 20:10:28.670 INFO O| Aug 26 20:10:28.670 INFO STEP 322 (remove_files) COMPLETE
48812024-08-26T20:10:30.525Z[ recovery-image] Aug 26 20:10:28.670 INFO O| Aug 26 20:10:28.670 INFO STEP 323: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48822024-08-26T20:10:30.525Z[ recovery-image] Aug 26 20:10:28.681 INFO O| Aug 26 20:10:28.681 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pflags"
48832024-08-26T20:10:30.525Z[ recovery-image] Aug 26 20:10:28.681 INFO O| Aug 26 20:10:28.681 INFO STEP 323 (remove_files) COMPLETE
48842024-08-26T20:10:30.525Z[ recovery-image] Aug 26 20:10:28.681 INFO O| Aug 26 20:10:28.681 INFO STEP 324: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48852024-08-26T20:10:30.525Z[ recovery-image] Aug 26 20:10:28.691 INFO O| Aug 26 20:10:28.691 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pfrksh"
48862024-08-26T20:10:30.525Z[ recovery-image] Aug 26 20:10:28.691 INFO O| Aug 26 20:10:28.691 INFO STEP 324 (remove_files) COMPLETE
48872024-08-26T20:10:30.525Z[ recovery-image] Aug 26 20:10:28.691 INFO O| Aug 26 20:10:28.691 INFO STEP 325: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48882024-08-26T20:10:30.525Z[ recovery-image] Aug 26 20:10:28.701 INFO O| Aug 26 20:10:28.701 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pfrksh93"
48892024-08-26T20:10:30.525Z[ recovery-image] Aug 26 20:10:28.701 INFO O| Aug 26 20:10:28.701 INFO STEP 325 (remove_files) COMPLETE
48902024-08-26T20:10:30.525Z[ recovery-image] Aug 26 20:10:28.701 INFO O| Aug 26 20:10:28.701 INFO STEP 326: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48912024-08-26T20:10:30.525Z[ recovery-image] Aug 26 20:10:28.711 INFO O| Aug 26 20:10:28.710 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pfsh"
48922024-08-26T20:10:30.525Z[ recovery-image] Aug 26 20:10:28.711 INFO O| Aug 26 20:10:28.711 INFO STEP 326 (remove_files) COMPLETE
48932024-08-26T20:10:30.525Z[ recovery-image] Aug 26 20:10:28.711 INFO O| Aug 26 20:10:28.711 INFO STEP 327: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48942024-08-26T20:10:30.525Z[ recovery-image] Aug 26 20:10:28.720 INFO O| Aug 26 20:10:28.720 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pftcsh"
48952024-08-26T20:10:30.525Z[ recovery-image] Aug 26 20:10:28.720 INFO O| Aug 26 20:10:28.720 INFO STEP 327 (remove_files) COMPLETE
48962024-08-26T20:10:30.525Z[ recovery-image] Aug 26 20:10:28.720 INFO O| Aug 26 20:10:28.720 INFO STEP 328: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48972024-08-26T20:10:30.525Z[ recovery-image] Aug 26 20:10:28.730 INFO O| Aug 26 20:10:28.730 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pfzsh"
48982024-08-26T20:10:30.525Z[ recovery-image] Aug 26 20:10:28.730 INFO O| Aug 26 20:10:28.730 INFO STEP 328 (remove_files) COMPLETE
48992024-08-26T20:10:30.525Z[ recovery-image] Aug 26 20:10:28.730 INFO O| Aug 26 20:10:28.730 INFO STEP 329: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49002024-08-26T20:10:30.525Z[ recovery-image] Aug 26 20:10:28.739 INFO O| Aug 26 20:10:28.739 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pg"
49012024-08-26T20:10:30.525Z[ recovery-image] Aug 26 20:10:28.740 INFO O| Aug 26 20:10:28.740 INFO STEP 329 (remove_files) COMPLETE
49022024-08-26T20:10:30.525Z[ recovery-image] Aug 26 20:10:28.740 INFO O| Aug 26 20:10:28.740 INFO STEP 330: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49032024-08-26T20:10:30.525Z[ recovery-image] Aug 26 20:10:28.749 INFO O| Aug 26 20:10:28.749 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pginfo"
49042024-08-26T20:10:30.525Z[ recovery-image] Aug 26 20:10:28.749 INFO O| Aug 26 20:10:28.749 INFO STEP 330 (remove_files) COMPLETE
49052024-08-26T20:10:30.525Z[ recovery-image] Aug 26 20:10:28.749 INFO O| Aug 26 20:10:28.749 INFO STEP 331: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49062024-08-26T20:10:30.526Z[ recovery-image] Aug 26 20:10:28.759 INFO O| Aug 26 20:10:28.759 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pgstat"
49072024-08-26T20:10:30.526Z[ recovery-image] Aug 26 20:10:28.759 INFO O| Aug 26 20:10:28.759 INFO STEP 331 (remove_files) COMPLETE
49082024-08-26T20:10:30.526Z[ recovery-image] Aug 26 20:10:28.759 INFO O| Aug 26 20:10:28.759 INFO STEP 332: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49092024-08-26T20:10:30.526Z[ recovery-image] Aug 26 20:10:28.768 INFO O| Aug 26 20:10:28.768 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pkgadm"
49102024-08-26T20:10:30.526Z[ recovery-image] Aug 26 20:10:28.769 INFO O| Aug 26 20:10:28.769 INFO STEP 332 (remove_files) COMPLETE
49112024-08-26T20:10:30.526Z[ recovery-image] Aug 26 20:10:28.769 INFO O| Aug 26 20:10:28.769 INFO STEP 333: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49122024-08-26T20:10:30.526Z[ recovery-image] Aug 26 20:10:28.778 INFO O| Aug 26 20:10:28.778 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pkgcond"
49132024-08-26T20:10:30.526Z[ recovery-image] Aug 26 20:10:28.778 INFO O| Aug 26 20:10:28.778 INFO STEP 333 (remove_files) COMPLETE
49142024-08-26T20:10:30.526Z[ recovery-image] Aug 26 20:10:28.778 INFO O| Aug 26 20:10:28.778 INFO STEP 334: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49152024-08-26T20:10:30.526Z[ recovery-image] Aug 26 20:10:28.788 INFO O| Aug 26 20:10:28.788 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pkginfo"
49162024-08-26T20:10:30.526Z[ recovery-image] Aug 26 20:10:28.788 INFO O| Aug 26 20:10:28.788 INFO STEP 334 (remove_files) COMPLETE
49172024-08-26T20:10:30.526Z[ recovery-image] Aug 26 20:10:28.788 INFO O| Aug 26 20:10:28.788 INFO STEP 335: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49182024-08-26T20:10:30.526Z[ recovery-image] Aug 26 20:10:28.798 INFO O| Aug 26 20:10:28.798 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pkgmk"
49192024-08-26T20:10:30.527Z[ recovery-image] Aug 26 20:10:28.798 INFO O| Aug 26 20:10:28.798 INFO STEP 335 (remove_files) COMPLETE
49202024-08-26T20:10:30.527Z[ recovery-image] Aug 26 20:10:28.798 INFO O| Aug 26 20:10:28.798 INFO STEP 336: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49212024-08-26T20:10:30.527Z[ recovery-image] Aug 26 20:10:28.807 INFO O| Aug 26 20:10:28.807 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pkgparam"
49222024-08-26T20:10:30.527Z[ recovery-image] Aug 26 20:10:28.808 INFO O| Aug 26 20:10:28.808 INFO STEP 336 (remove_files) COMPLETE
49232024-08-26T20:10:30.527Z[ recovery-image] Aug 26 20:10:28.808 INFO O| Aug 26 20:10:28.808 INFO STEP 337: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49242024-08-26T20:10:30.527Z[ recovery-image] Aug 26 20:10:28.817 INFO O| Aug 26 20:10:28.817 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pkgproto"
49252024-08-26T20:10:30.527Z[ recovery-image] Aug 26 20:10:28.817 INFO O| Aug 26 20:10:28.817 INFO STEP 337 (remove_files) COMPLETE
49262024-08-26T20:10:30.527Z[ recovery-image] Aug 26 20:10:28.817 INFO O| Aug 26 20:10:28.817 INFO STEP 338: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49272024-08-26T20:10:30.527Z[ recovery-image] Aug 26 20:10:28.827 INFO O| Aug 26 20:10:28.827 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pkgtrans"
49282024-08-26T20:10:30.527Z[ recovery-image] Aug 26 20:10:28.827 INFO O| Aug 26 20:10:28.827 INFO STEP 338 (remove_files) COMPLETE
49292024-08-26T20:10:30.527Z[ recovery-image] Aug 26 20:10:28.827 INFO O| Aug 26 20:10:28.827 INFO STEP 339: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49302024-08-26T20:10:30.527Z[ recovery-image] Aug 26 20:10:28.836 INFO O| Aug 26 20:10:28.836 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pkill"
49312024-08-26T20:10:30.527Z[ recovery-image] Aug 26 20:10:28.836 INFO O| Aug 26 20:10:28.836 INFO STEP 339 (remove_files) COMPLETE
49322024-08-26T20:10:30.527Z[ recovery-image] Aug 26 20:10:28.836 INFO O| Aug 26 20:10:28.836 INFO STEP 340: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49332024-08-26T20:10:30.527Z[ recovery-image] Aug 26 20:10:28.846 INFO O| Aug 26 20:10:28.846 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pktool"
49342024-08-26T20:10:30.527Z[ recovery-image] Aug 26 20:10:28.846 INFO O| Aug 26 20:10:28.846 INFO STEP 340 (remove_files) COMPLETE
49352024-08-26T20:10:30.527Z[ recovery-image] Aug 26 20:10:28.846 INFO O| Aug 26 20:10:28.846 INFO STEP 341: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49362024-08-26T20:10:30.527Z[ recovery-image] Aug 26 20:10:28.855 INFO O| Aug 26 20:10:28.855 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pldd"
49372024-08-26T20:10:30.527Z[ recovery-image] Aug 26 20:10:28.855 INFO O| Aug 26 20:10:28.855 INFO STEP 341 (remove_files) COMPLETE
49382024-08-26T20:10:30.527Z[ recovery-image] Aug 26 20:10:28.855 INFO O| Aug 26 20:10:28.855 INFO STEP 342: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49392024-08-26T20:10:30.527Z[ recovery-image] Aug 26 20:10:28.865 INFO O| Aug 26 20:10:28.865 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/plgrp"
49402024-08-26T20:10:30.527Z[ recovery-image] Aug 26 20:10:28.865 INFO O| Aug 26 20:10:28.865 INFO STEP 342 (remove_files) COMPLETE
49412024-08-26T20:10:30.527Z[ recovery-image] Aug 26 20:10:28.865 INFO O| Aug 26 20:10:28.865 INFO STEP 343: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49422024-08-26T20:10:30.527Z[ recovery-image] Aug 26 20:10:28.874 INFO O| Aug 26 20:10:28.874 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/plimit"
49432024-08-26T20:10:30.527Z[ recovery-image] Aug 26 20:10:28.874 INFO O| Aug 26 20:10:28.874 INFO STEP 343 (remove_files) COMPLETE
49442024-08-26T20:10:30.527Z[ recovery-image] Aug 26 20:10:28.874 INFO O| Aug 26 20:10:28.874 INFO STEP 344: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49452024-08-26T20:10:30.527Z[ recovery-image] Aug 26 20:10:28.884 INFO O| Aug 26 20:10:28.884 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pmadvise"
49462024-08-26T20:10:30.527Z[ recovery-image] Aug 26 20:10:28.884 INFO O| Aug 26 20:10:28.884 INFO STEP 344 (remove_files) COMPLETE
49472024-08-26T20:10:30.527Z[ recovery-image] Aug 26 20:10:28.884 INFO O| Aug 26 20:10:28.884 INFO STEP 345: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49482024-08-26T20:10:30.527Z[ recovery-image] Aug 26 20:10:28.893 INFO O| Aug 26 20:10:28.893 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pmap"
49492024-08-26T20:10:30.527Z[ recovery-image] Aug 26 20:10:28.893 INFO O| Aug 26 20:10:28.893 INFO STEP 345 (remove_files) COMPLETE
49502024-08-26T20:10:30.527Z[ recovery-image] Aug 26 20:10:28.893 INFO O| Aug 26 20:10:28.893 INFO STEP 346: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49512024-08-26T20:10:30.527Z[ recovery-image] Aug 26 20:10:28.903 INFO O| Aug 26 20:10:28.903 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/poolstat"
49522024-08-26T20:10:30.527Z[ recovery-image] Aug 26 20:10:28.903 INFO O| Aug 26 20:10:28.903 INFO STEP 346 (remove_files) COMPLETE
49532024-08-26T20:10:30.527Z[ recovery-image] Aug 26 20:10:28.903 INFO O| Aug 26 20:10:28.903 INFO STEP 347: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49542024-08-26T20:10:30.527Z[ recovery-image] Aug 26 20:10:28.912 INFO O| Aug 26 20:10:28.912 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ppgsz"
49552024-08-26T20:10:30.527Z[ recovery-image] Aug 26 20:10:28.912 INFO O| Aug 26 20:10:28.912 INFO STEP 347 (remove_files) COMPLETE
49562024-08-26T20:10:30.527Z[ recovery-image] Aug 26 20:10:28.912 INFO O| Aug 26 20:10:28.912 INFO STEP 348: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49572024-08-26T20:10:30.528Z[ recovery-image] Aug 26 20:10:28.922 INFO O| Aug 26 20:10:28.922 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ppriv"
49582024-08-26T20:10:30.528Z[ recovery-image] Aug 26 20:10:28.922 INFO O| Aug 26 20:10:28.922 INFO STEP 348 (remove_files) COMPLETE
49592024-08-26T20:10:30.528Z[ recovery-image] Aug 26 20:10:28.922 INFO O| Aug 26 20:10:28.922 INFO STEP 349: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49602024-08-26T20:10:30.528Z[ recovery-image] Aug 26 20:10:28.931 INFO O| Aug 26 20:10:28.931 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pr"
49612024-08-26T20:10:30.528Z[ recovery-image] Aug 26 20:10:28.931 INFO O| Aug 26 20:10:28.931 INFO STEP 349 (remove_files) COMPLETE
49622024-08-26T20:10:30.528Z[ recovery-image] Aug 26 20:10:28.931 INFO O| Aug 26 20:10:28.931 INFO STEP 350: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49632024-08-26T20:10:30.528Z[ recovery-image] Aug 26 20:10:28.940 INFO O| Aug 26 20:10:28.940 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/prctl"
49642024-08-26T20:10:30.528Z[ recovery-image] Aug 26 20:10:28.941 INFO O| Aug 26 20:10:28.940 INFO STEP 350 (remove_files) COMPLETE
49652024-08-26T20:10:30.528Z[ recovery-image] Aug 26 20:10:28.941 INFO O| Aug 26 20:10:28.941 INFO STEP 351: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49662024-08-26T20:10:30.528Z[ recovery-image] Aug 26 20:10:28.950 INFO O| Aug 26 20:10:28.950 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/preap"
49672024-08-26T20:10:30.528Z[ recovery-image] Aug 26 20:10:28.950 INFO O| Aug 26 20:10:28.950 INFO STEP 351 (remove_files) COMPLETE
49682024-08-26T20:10:30.528Z[ recovery-image] Aug 26 20:10:28.950 INFO O| Aug 26 20:10:28.950 INFO STEP 352: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49692024-08-26T20:10:30.528Z[ recovery-image] Aug 26 20:10:28.959 INFO O| Aug 26 20:10:28.959 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/print"
49702024-08-26T20:10:30.528Z[ recovery-image] Aug 26 20:10:28.960 INFO O| Aug 26 20:10:28.959 INFO STEP 352 (remove_files) COMPLETE
49712024-08-26T20:10:30.528Z[ recovery-image] Aug 26 20:10:28.960 INFO O| Aug 26 20:10:28.960 INFO STEP 353: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49722024-08-26T20:10:30.528Z[ recovery-image] Aug 26 20:10:28.969 INFO O| Aug 26 20:10:28.969 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/printf"
49732024-08-26T20:10:30.528Z[ recovery-image] Aug 26 20:10:28.969 INFO O| Aug 26 20:10:28.969 INFO STEP 353 (remove_files) COMPLETE
49742024-08-26T20:10:30.528Z[ recovery-image] Aug 26 20:10:28.969 INFO O| Aug 26 20:10:28.969 INFO STEP 354: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49752024-08-26T20:10:30.528Z[ recovery-image] Aug 26 20:10:28.978 INFO O| Aug 26 20:10:28.978 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/priocntl"
49762024-08-26T20:10:30.528Z[ recovery-image] Aug 26 20:10:28.978 INFO O| Aug 26 20:10:28.978 INFO STEP 354 (remove_files) COMPLETE
49772024-08-26T20:10:30.528Z[ recovery-image] Aug 26 20:10:28.978 INFO O| Aug 26 20:10:28.978 INFO STEP 355: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49782024-08-26T20:10:30.531Z[ recovery-image] Aug 26 20:10:28.988 INFO O| Aug 26 20:10:28.988 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/profiles"
49792024-08-26T20:10:30.531Z[ recovery-image] Aug 26 20:10:28.988 INFO O| Aug 26 20:10:28.988 INFO STEP 355 (remove_files) COMPLETE
49802024-08-26T20:10:30.531Z[ recovery-image] Aug 26 20:10:28.988 INFO O| Aug 26 20:10:28.988 INFO STEP 356: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49812024-08-26T20:10:30.531Z[ recovery-image] Aug 26 20:10:28.997 INFO O| Aug 26 20:10:28.997 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/projects"
49822024-08-26T20:10:30.531Z[ recovery-image] Aug 26 20:10:28.997 INFO O| Aug 26 20:10:28.997 INFO STEP 356 (remove_files) COMPLETE
49832024-08-26T20:10:30.531Z[ recovery-image] Aug 26 20:10:28.997 INFO O| Aug 26 20:10:28.997 INFO STEP 357: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49842024-08-26T20:10:30.531Z[ recovery-image] Aug 26 20:10:29.008 INFO O| Aug 26 20:10:29.008 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/prstat"
49852024-08-26T20:10:30.531Z[ recovery-image] Aug 26 20:10:29.008 INFO O| Aug 26 20:10:29.008 INFO STEP 357 (remove_files) COMPLETE
49862024-08-26T20:10:30.531Z[ recovery-image] Aug 26 20:10:29.008 INFO O| Aug 26 20:10:29.008 INFO STEP 358: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49872024-08-26T20:10:30.531Z[ recovery-image] Aug 26 20:10:29.018 INFO O| Aug 26 20:10:29.018 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/prun"
49882024-08-26T20:10:30.531Z[ recovery-image] Aug 26 20:10:29.018 INFO O| Aug 26 20:10:29.018 INFO STEP 358 (remove_files) COMPLETE
49892024-08-26T20:10:30.531Z[ recovery-image] Aug 26 20:10:29.018 INFO O| Aug 26 20:10:29.018 INFO STEP 359: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49902024-08-26T20:10:30.538Z[ recovery-image] Aug 26 20:10:29.028 INFO O| Aug 26 20:10:29.028 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/psecflags"
49912024-08-26T20:10:30.538Z[ recovery-image] Aug 26 20:10:29.028 INFO O| Aug 26 20:10:29.028 INFO STEP 359 (remove_files) COMPLETE
49922024-08-26T20:10:30.540Z[ recovery-image] Aug 26 20:10:29.028 INFO O| Aug 26 20:10:29.028 INFO STEP 360: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49932024-08-26T20:10:30.547Z[ recovery-image] Aug 26 20:10:29.038 INFO O| Aug 26 20:10:29.038 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/psig"
49942024-08-26T20:10:30.547Z[ recovery-image] Aug 26 20:10:29.038 INFO O| Aug 26 20:10:29.038 INFO STEP 360 (remove_files) COMPLETE
49952024-08-26T20:10:30.547Z[ recovery-image] Aug 26 20:10:29.038 INFO O| Aug 26 20:10:29.038 INFO STEP 361: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49962024-08-26T20:10:30.557Z[ recovery-image] Aug 26 20:10:29.048 INFO O| Aug 26 20:10:29.048 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pstack"
49972024-08-26T20:10:30.558Z[ recovery-image] Aug 26 20:10:29.048 INFO O| Aug 26 20:10:29.048 INFO STEP 361 (remove_files) COMPLETE
49982024-08-26T20:10:30.558Z[ recovery-image] Aug 26 20:10:29.048 INFO O| Aug 26 20:10:29.048 INFO STEP 362: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49992024-08-26T20:10:30.569Z[ recovery-image] Aug 26 20:10:29.058 INFO O| Aug 26 20:10:29.058 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pstop"
50002024-08-26T20:10:30.569Z[ recovery-image] Aug 26 20:10:29.058 INFO O| Aug 26 20:10:29.058 INFO STEP 362 (remove_files) COMPLETE
50012024-08-26T20:10:30.569Z[ recovery-image] Aug 26 20:10:29.058 INFO O| Aug 26 20:10:29.058 INFO STEP 363: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50022024-08-26T20:10:30.577Z[ recovery-image] Aug 26 20:10:29.068 INFO O| Aug 26 20:10:29.068 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ptime"
50032024-08-26T20:10:30.577Z[ recovery-image] Aug 26 20:10:29.068 INFO O| Aug 26 20:10:29.068 INFO STEP 363 (remove_files) COMPLETE
50042024-08-26T20:10:30.577Z[ recovery-image] Aug 26 20:10:29.068 INFO O| Aug 26 20:10:29.068 INFO STEP 364: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50052024-08-26T20:10:30.587Z[ recovery-image] Aug 26 20:10:29.078 INFO O| Aug 26 20:10:29.077 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ptree"
50062024-08-26T20:10:30.587Z[ recovery-image] Aug 26 20:10:29.078 INFO O| Aug 26 20:10:29.078 INFO STEP 364 (remove_files) COMPLETE
50072024-08-26T20:10:30.589Z[ recovery-image] Aug 26 20:10:29.078 INFO O| Aug 26 20:10:29.078 INFO STEP 365: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50082024-08-26T20:10:30.597Z[ recovery-image] Aug 26 20:10:29.087 INFO O| Aug 26 20:10:29.087 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/putdev"
50092024-08-26T20:10:30.597Z[ recovery-image] Aug 26 20:10:29.088 INFO O| Aug 26 20:10:29.088 INFO STEP 365 (remove_files) COMPLETE
50102024-08-26T20:10:30.597Z[ recovery-image] Aug 26 20:10:29.088 INFO O| Aug 26 20:10:29.088 INFO STEP 366: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50112024-08-26T20:10:30.607Z[ recovery-image] Aug 26 20:10:29.097 INFO O| Aug 26 20:10:29.097 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/putdgrp"
50122024-08-26T20:10:30.607Z[ recovery-image] Aug 26 20:10:29.097 INFO O| Aug 26 20:10:29.097 INFO STEP 366 (remove_files) COMPLETE
50132024-08-26T20:10:30.609Z[ recovery-image] Aug 26 20:10:29.097 INFO O| Aug 26 20:10:29.097 INFO STEP 367: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50142024-08-26T20:10:30.616Z[ recovery-image] Aug 26 20:10:29.107 INFO O| Aug 26 20:10:29.107 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pvs"
50152024-08-26T20:10:30.616Z[ recovery-image] Aug 26 20:10:29.107 INFO O| Aug 26 20:10:29.107 INFO STEP 367 (remove_files) COMPLETE
50162024-08-26T20:10:30.619Z[ recovery-image] Aug 26 20:10:29.107 INFO O| Aug 26 20:10:29.107 INFO STEP 368: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50172024-08-26T20:10:30.627Z[ recovery-image] Aug 26 20:10:29.117 INFO O| Aug 26 20:10:29.117 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pwait"
50182024-08-26T20:10:30.627Z[ recovery-image] Aug 26 20:10:29.117 INFO O| Aug 26 20:10:29.117 INFO STEP 368 (remove_files) COMPLETE
50192024-08-26T20:10:30.627Z[ recovery-image] Aug 26 20:10:29.117 INFO O| Aug 26 20:10:29.117 INFO STEP 369: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50202024-08-26T20:10:30.636Z[ recovery-image] Aug 26 20:10:29.127 INFO O| Aug 26 20:10:29.127 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pwd"
50212024-08-26T20:10:30.636Z[ recovery-image] Aug 26 20:10:29.127 INFO O| Aug 26 20:10:29.127 INFO STEP 369 (remove_files) COMPLETE
50222024-08-26T20:10:30.638Z[ recovery-image] Aug 26 20:10:29.127 INFO O| Aug 26 20:10:29.127 INFO STEP 370: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50232024-08-26T20:10:30.646Z[ recovery-image] Aug 26 20:10:29.136 INFO O| Aug 26 20:10:29.136 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pwdx"
50242024-08-26T20:10:30.648Z[ recovery-image] Aug 26 20:10:29.136 INFO O| Aug 26 20:10:29.136 INFO STEP 370 (remove_files) COMPLETE
50252024-08-26T20:10:30.648Z[ recovery-image] Aug 26 20:10:29.136 INFO O| Aug 26 20:10:29.136 INFO STEP 371: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50262024-08-26T20:10:30.655Z[ recovery-image] Aug 26 20:10:29.146 INFO O| Aug 26 20:10:29.146 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/read"
50272024-08-26T20:10:30.658Z[ recovery-image] Aug 26 20:10:29.146 INFO O| Aug 26 20:10:29.146 INFO STEP 371 (remove_files) COMPLETE
50282024-08-26T20:10:30.658Z[ recovery-image] Aug 26 20:10:29.146 INFO O| Aug 26 20:10:29.146 INFO STEP 372: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50292024-08-26T20:10:30.665Z[ recovery-image] Aug 26 20:10:29.155 INFO O| Aug 26 20:10:29.155 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/red"
50302024-08-26T20:10:30.665Z[ recovery-image] Aug 26 20:10:29.155 INFO O| Aug 26 20:10:29.155 INFO STEP 372 (remove_files) COMPLETE
50312024-08-26T20:10:30.667Z[ recovery-image] Aug 26 20:10:29.156 INFO O| Aug 26 20:10:29.155 INFO STEP 373: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50322024-08-26T20:10:30.674Z[ recovery-image] Aug 26 20:10:29.165 INFO O| Aug 26 20:10:29.165 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/regcmp"
50332024-08-26T20:10:30.674Z[ recovery-image] Aug 26 20:10:29.165 INFO O| Aug 26 20:10:29.165 INFO STEP 373 (remove_files) COMPLETE
50342024-08-26T20:10:30.674Z[ recovery-image] Aug 26 20:10:29.165 INFO O| Aug 26 20:10:29.165 INFO STEP 374: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50352024-08-26T20:10:30.684Z[ recovery-image] Aug 26 20:10:29.175 INFO O| Aug 26 20:10:29.175 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/renice"
50362024-08-26T20:10:30.684Z[ recovery-image] Aug 26 20:10:29.175 INFO O| Aug 26 20:10:29.175 INFO STEP 374 (remove_files) COMPLETE
50372024-08-26T20:10:30.684Z[ recovery-image] Aug 26 20:10:29.175 INFO O| Aug 26 20:10:29.175 INFO STEP 375: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50382024-08-26T20:10:30.694Z[ recovery-image] Aug 26 20:10:29.185 INFO O| Aug 26 20:10:29.185 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/resize"
50392024-08-26T20:10:30.694Z[ recovery-image] Aug 26 20:10:29.185 INFO O| Aug 26 20:10:29.185 INFO STEP 375 (remove_files) COMPLETE
50402024-08-26T20:10:30.697Z[ recovery-image] Aug 26 20:10:29.185 INFO O| Aug 26 20:10:29.185 INFO STEP 376: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50412024-08-26T20:10:30.704Z[ recovery-image] Aug 26 20:10:29.195 INFO O| Aug 26 20:10:29.195 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/rev"
50422024-08-26T20:10:30.707Z[ recovery-image] Aug 26 20:10:29.195 INFO O| Aug 26 20:10:29.195 INFO STEP 376 (remove_files) COMPLETE
50432024-08-26T20:10:30.707Z[ recovery-image] Aug 26 20:10:29.195 INFO O| Aug 26 20:10:29.195 INFO STEP 377: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50442024-08-26T20:10:30.714Z[ recovery-image] Aug 26 20:10:29.204 INFO O| Aug 26 20:10:29.204 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/rksh"
50452024-08-26T20:10:30.714Z[ recovery-image] Aug 26 20:10:29.204 INFO O| Aug 26 20:10:29.204 INFO STEP 377 (remove_files) COMPLETE
50462024-08-26T20:10:30.716Z[ recovery-image] Aug 26 20:10:29.204 INFO O| Aug 26 20:10:29.204 INFO STEP 378: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50472024-08-26T20:10:30.723Z[ recovery-image] Aug 26 20:10:29.214 INFO O| Aug 26 20:10:29.214 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/rksh93"
50482024-08-26T20:10:30.723Z[ recovery-image] Aug 26 20:10:29.214 INFO O| Aug 26 20:10:29.214 INFO STEP 378 (remove_files) COMPLETE
50492024-08-26T20:10:30.726Z[ recovery-image] Aug 26 20:10:29.214 INFO O| Aug 26 20:10:29.214 INFO STEP 379: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50502024-08-26T20:10:30.734Z[ recovery-image] Aug 26 20:10:29.224 INFO O| Aug 26 20:10:29.224 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/roles"
50512024-08-26T20:10:30.734Z[ recovery-image] Aug 26 20:10:29.224 INFO O| Aug 26 20:10:29.224 INFO STEP 379 (remove_files) COMPLETE
50522024-08-26T20:10:30.734Z[ recovery-image] Aug 26 20:10:29.224 INFO O| Aug 26 20:10:29.224 INFO STEP 380: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50532024-08-26T20:10:30.744Z[ recovery-image] Aug 26 20:10:29.234 INFO O| Aug 26 20:10:29.234 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/rpcinfo"
50542024-08-26T20:10:30.744Z[ recovery-image] Aug 26 20:10:29.234 INFO O| Aug 26 20:10:29.234 INFO STEP 380 (remove_files) COMPLETE
50552024-08-26T20:10:30.746Z[ recovery-image] Aug 26 20:10:29.234 INFO O| Aug 26 20:10:29.234 INFO STEP 381: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50562024-08-26T20:10:30.753Z[ recovery-image] Aug 26 20:10:29.244 INFO O| Aug 26 20:10:29.244 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/rsync"
50572024-08-26T20:10:30.756Z[ recovery-image] Aug 26 20:10:29.244 INFO O| Aug 26 20:10:29.244 INFO STEP 381 (remove_files) COMPLETE
50582024-08-26T20:10:30.756Z[ recovery-image] Aug 26 20:10:29.244 INFO O| Aug 26 20:10:29.244 INFO STEP 382: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50592024-08-26T20:10:30.763Z[ recovery-image] Aug 26 20:10:29.253 INFO O| Aug 26 20:10:29.253 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/rsync-ssl"
50602024-08-26T20:10:30.763Z[ recovery-image] Aug 26 20:10:29.253 INFO O| Aug 26 20:10:29.253 INFO STEP 382 (remove_files) COMPLETE
50612024-08-26T20:10:30.766Z[ recovery-image] Aug 26 20:10:29.253 INFO O| Aug 26 20:10:29.253 INFO STEP 383: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50622024-08-26T20:10:30.772Z[ recovery-image] Aug 26 20:10:29.263 INFO O| Aug 26 20:10:29.263 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/runat"
50632024-08-26T20:10:30.772Z[ recovery-image] Aug 26 20:10:29.263 INFO O| Aug 26 20:10:29.263 INFO STEP 383 (remove_files) COMPLETE
50642024-08-26T20:10:30.775Z[ recovery-image] Aug 26 20:10:29.263 INFO O| Aug 26 20:10:29.263 INFO STEP 384: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50652024-08-26T20:10:30.782Z[ recovery-image] Aug 26 20:10:29.273 INFO O| Aug 26 20:10:29.273 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/scp"
50662024-08-26T20:10:30.785Z[ recovery-image] Aug 26 20:10:29.273 INFO O| Aug 26 20:10:29.273 INFO STEP 384 (remove_files) COMPLETE
50672024-08-26T20:10:30.785Z[ recovery-image] Aug 26 20:10:29.273 INFO O| Aug 26 20:10:29.273 INFO STEP 385: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50682024-08-26T20:10:30.792Z[ recovery-image] Aug 26 20:10:29.282 INFO O| Aug 26 20:10:29.282 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/script"
50692024-08-26T20:10:30.794Z[ recovery-image] Aug 26 20:10:29.283 INFO O| Aug 26 20:10:29.283 INFO STEP 385 (remove_files) COMPLETE
50702024-08-26T20:10:30.794Z[ recovery-image] Aug 26 20:10:29.283 INFO O| Aug 26 20:10:29.283 INFO STEP 386: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50712024-08-26T20:10:30.802Z[ recovery-image] Aug 26 20:10:29.292 INFO O| Aug 26 20:10:29.292 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/sdiff"
50722024-08-26T20:10:30.804Z[ recovery-image] Aug 26 20:10:29.293 INFO O| Aug 26 20:10:29.293 INFO STEP 386 (remove_files) COMPLETE
50732024-08-26T20:10:30.804Z[ recovery-image] Aug 26 20:10:29.293 INFO O| Aug 26 20:10:29.293 INFO STEP 387: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50742024-08-26T20:10:30.812Z[ recovery-image] Aug 26 20:10:29.302 INFO O| Aug 26 20:10:29.302 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/setpgrp"
50752024-08-26T20:10:30.812Z[ recovery-image] Aug 26 20:10:29.302 INFO O| Aug 26 20:10:29.302 INFO STEP 387 (remove_files) COMPLETE
50762024-08-26T20:10:30.815Z[ recovery-image] Aug 26 20:10:29.302 INFO O| Aug 26 20:10:29.302 INFO STEP 388: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50772024-08-26T20:10:30.821Z[ recovery-image] Aug 26 20:10:29.312 INFO O| Aug 26 20:10:29.312 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/sftp"
50782024-08-26T20:10:30.821Z[ recovery-image] Aug 26 20:10:29.312 INFO O| Aug 26 20:10:29.312 INFO STEP 388 (remove_files) COMPLETE
50792024-08-26T20:10:30.824Z[ recovery-image] Aug 26 20:10:29.312 INFO O| Aug 26 20:10:29.312 INFO STEP 389: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50802024-08-26T20:10:30.831Z[ recovery-image] Aug 26 20:10:29.321 INFO O| Aug 26 20:10:29.321 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/shcomp"
50812024-08-26T20:10:30.831Z[ recovery-image] Aug 26 20:10:29.321 INFO O| Aug 26 20:10:29.321 INFO STEP 389 (remove_files) COMPLETE
50822024-08-26T20:10:30.831Z[ recovery-image] Aug 26 20:10:29.321 INFO O| Aug 26 20:10:29.321 INFO STEP 390: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50832024-08-26T20:10:30.841Z[ recovery-image] Aug 26 20:10:29.331 INFO O| Aug 26 20:10:29.331 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/smbutil"
50842024-08-26T20:10:30.841Z[ recovery-image] Aug 26 20:10:29.331 INFO O| Aug 26 20:10:29.331 INFO STEP 390 (remove_files) COMPLETE
50852024-08-26T20:10:30.845Z[ recovery-image] Aug 26 20:10:29.331 INFO O| Aug 26 20:10:29.331 INFO STEP 391: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50862024-08-26T20:10:30.851Z[ recovery-image] Aug 26 20:10:29.341 INFO O| Aug 26 20:10:29.341 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmp-bridge-mib"
50872024-08-26T20:10:30.853Z[ recovery-image] Aug 26 20:10:29.341 INFO O| Aug 26 20:10:29.341 INFO STEP 391 (remove_files) COMPLETE
50882024-08-26T20:10:30.853Z[ recovery-image] Aug 26 20:10:29.341 INFO O| Aug 26 20:10:29.341 INFO STEP 392: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50892024-08-26T20:10:30.860Z[ recovery-image] Aug 26 20:10:29.351 INFO O| Aug 26 20:10:29.351 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmpbulkget"
50902024-08-26T20:10:30.860Z[ recovery-image] Aug 26 20:10:29.351 INFO O| Aug 26 20:10:29.351 INFO STEP 392 (remove_files) COMPLETE
50912024-08-26T20:10:30.863Z[ recovery-image] Aug 26 20:10:29.351 INFO O| Aug 26 20:10:29.351 INFO STEP 393: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50922024-08-26T20:10:30.870Z[ recovery-image] Aug 26 20:10:29.360 INFO O| Aug 26 20:10:29.360 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmpbulkwalk"
50932024-08-26T20:10:30.870Z[ recovery-image] Aug 26 20:10:29.361 INFO O| Aug 26 20:10:29.361 INFO STEP 393 (remove_files) COMPLETE
50942024-08-26T20:10:30.872Z[ recovery-image] Aug 26 20:10:29.361 INFO O| Aug 26 20:10:29.361 INFO STEP 394: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50952024-08-26T20:10:30.879Z[ recovery-image] Aug 26 20:10:29.370 INFO O| Aug 26 20:10:29.370 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmpcheck"
50962024-08-26T20:10:30.882Z[ recovery-image] Aug 26 20:10:29.371 INFO O| Aug 26 20:10:29.371 INFO STEP 394 (remove_files) COMPLETE
50972024-08-26T20:10:30.882Z[ recovery-image] Aug 26 20:10:29.371 INFO O| Aug 26 20:10:29.371 INFO STEP 395: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50982024-08-26T20:10:30.890Z[ recovery-image] Aug 26 20:10:29.380 INFO O| Aug 26 20:10:29.380 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmpconf"
50992024-08-26T20:10:30.892Z[ recovery-image] Aug 26 20:10:29.381 INFO O| Aug 26 20:10:29.380 INFO STEP 395 (remove_files) COMPLETE
51002024-08-26T20:10:30.892Z[ recovery-image] Aug 26 20:10:29.381 INFO O| Aug 26 20:10:29.381 INFO STEP 396: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51012024-08-26T20:10:30.900Z[ recovery-image] Aug 26 20:10:29.390 INFO O| Aug 26 20:10:29.390 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmpdelta"
51022024-08-26T20:10:30.902Z[ recovery-image] Aug 26 20:10:29.390 INFO O| Aug 26 20:10:29.390 INFO STEP 396 (remove_files) COMPLETE
51032024-08-26T20:10:30.902Z[ recovery-image] Aug 26 20:10:29.390 INFO O| Aug 26 20:10:29.390 INFO STEP 397: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51042024-08-26T20:10:30.913Z[ recovery-image] Aug 26 20:10:29.400 INFO O| Aug 26 20:10:29.400 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmpdf"
51052024-08-26T20:10:30.913Z[ recovery-image] Aug 26 20:10:29.400 INFO O| Aug 26 20:10:29.400 INFO STEP 397 (remove_files) COMPLETE
51062024-08-26T20:10:30.913Z[ recovery-image] Aug 26 20:10:29.400 INFO O| Aug 26 20:10:29.400 INFO STEP 398: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51072024-08-26T20:10:30.919Z[ recovery-image] Aug 26 20:10:29.409 INFO O| Aug 26 20:10:29.409 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmpget"
51082024-08-26T20:10:30.919Z[ recovery-image] Aug 26 20:10:29.410 INFO O| Aug 26 20:10:29.410 INFO STEP 398 (remove_files) COMPLETE
51092024-08-26T20:10:30.921Z[ recovery-image] Aug 26 20:10:29.410 INFO O| Aug 26 20:10:29.410 INFO STEP 399: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51102024-08-26T20:10:30.929Z[ recovery-image] Aug 26 20:10:29.419 INFO O| Aug 26 20:10:29.419 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmpgetnext"
51112024-08-26T20:10:30.929Z[ recovery-image] Aug 26 20:10:29.419 INFO O| Aug 26 20:10:29.419 INFO STEP 399 (remove_files) COMPLETE
51122024-08-26T20:10:30.931Z[ recovery-image] Aug 26 20:10:29.419 INFO O| Aug 26 20:10:29.419 INFO STEP 400: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51132024-08-26T20:10:30.938Z[ recovery-image] Aug 26 20:10:29.429 INFO O| Aug 26 20:10:29.429 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmpnetstat"
51142024-08-26T20:10:30.938Z[ recovery-image] Aug 26 20:10:29.429 INFO O| Aug 26 20:10:29.429 INFO STEP 400 (remove_files) COMPLETE
51152024-08-26T20:10:30.941Z[ recovery-image] Aug 26 20:10:29.429 INFO O| Aug 26 20:10:29.429 INFO STEP 401: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51162024-08-26T20:10:30.948Z[ recovery-image] Aug 26 20:10:29.439 INFO O| Aug 26 20:10:29.439 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmppcap"
51172024-08-26T20:10:30.951Z[ recovery-image] Aug 26 20:10:29.439 INFO O| Aug 26 20:10:29.439 INFO STEP 401 (remove_files) COMPLETE
51182024-08-26T20:10:30.951Z[ recovery-image] Aug 26 20:10:29.439 INFO O| Aug 26 20:10:29.439 INFO STEP 402: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51192024-08-26T20:10:30.958Z[ recovery-image] Aug 26 20:10:29.449 INFO O| Aug 26 20:10:29.449 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmpping"
51202024-08-26T20:10:30.959Z[ recovery-image] Aug 26 20:10:29.449 INFO O| Aug 26 20:10:29.449 INFO STEP 402 (remove_files) COMPLETE
51212024-08-26T20:10:30.961Z[ recovery-image] Aug 26 20:10:29.449 INFO O| Aug 26 20:10:29.449 INFO STEP 403: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51222024-08-26T20:10:30.968Z[ recovery-image] Aug 26 20:10:29.458 INFO O| Aug 26 20:10:29.458 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmpps"
51232024-08-26T20:10:30.970Z[ recovery-image] Aug 26 20:10:29.459 INFO O| Aug 26 20:10:29.458 INFO STEP 403 (remove_files) COMPLETE
51242024-08-26T20:10:30.970Z[ recovery-image] Aug 26 20:10:29.459 INFO O| Aug 26 20:10:29.458 INFO STEP 404: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51252024-08-26T20:10:30.978Z[ recovery-image] Aug 26 20:10:29.468 INFO O| Aug 26 20:10:29.468 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmpset"
51262024-08-26T20:10:30.980Z[ recovery-image] Aug 26 20:10:29.469 INFO O| Aug 26 20:10:29.468 INFO STEP 404 (remove_files) COMPLETE
51272024-08-26T20:10:30.980Z[ recovery-image] Aug 26 20:10:29.469 INFO O| Aug 26 20:10:29.469 INFO STEP 405: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51282024-08-26T20:10:30.988Z[ recovery-image] Aug 26 20:10:29.478 INFO O| Aug 26 20:10:29.478 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmpstatus"
51292024-08-26T20:10:30.990Z[ recovery-image] Aug 26 20:10:29.478 INFO O| Aug 26 20:10:29.478 INFO STEP 405 (remove_files) COMPLETE
51302024-08-26T20:10:30.990Z[ recovery-image] Aug 26 20:10:29.478 INFO O| Aug 26 20:10:29.478 INFO STEP 406: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51312024-08-26T20:10:30.998Z[ recovery-image] Aug 26 20:10:29.488 INFO O| Aug 26 20:10:29.488 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmptable"
51322024-08-26T20:10:31.000Z[ recovery-image] Aug 26 20:10:29.488 INFO O| Aug 26 20:10:29.488 INFO STEP 406 (remove_files) COMPLETE
51332024-08-26T20:10:31.000Z[ recovery-image] Aug 26 20:10:29.488 INFO O| Aug 26 20:10:29.488 INFO STEP 407: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51342024-08-26T20:10:31.007Z[ recovery-image] Aug 26 20:10:29.498 INFO O| Aug 26 20:10:29.498 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmptest"
51352024-08-26T20:10:31.011Z[ recovery-image] Aug 26 20:10:29.498 INFO O| Aug 26 20:10:29.498 INFO STEP 407 (remove_files) COMPLETE
51362024-08-26T20:10:31.011Z[ recovery-image] Aug 26 20:10:29.498 INFO O| Aug 26 20:10:29.498 INFO STEP 408: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51372024-08-26T20:10:31.017Z[ recovery-image] Aug 26 20:10:29.507 INFO O| Aug 26 20:10:29.507 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmptranslate"
51382024-08-26T20:10:31.019Z[ recovery-image] Aug 26 20:10:29.507 INFO O| Aug 26 20:10:29.507 INFO STEP 408 (remove_files) COMPLETE
51392024-08-26T20:10:31.019Z[ recovery-image] Aug 26 20:10:29.507 INFO O| Aug 26 20:10:29.507 INFO STEP 409: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51402024-08-26T20:10:31.029Z[ recovery-image] Aug 26 20:10:29.517 INFO O| Aug 26 20:10:29.517 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmptrap"
51412024-08-26T20:10:31.029Z[ recovery-image] Aug 26 20:10:29.517 INFO O| Aug 26 20:10:29.517 INFO STEP 409 (remove_files) COMPLETE
51422024-08-26T20:10:31.029Z[ recovery-image] Aug 26 20:10:29.517 INFO O| Aug 26 20:10:29.517 INFO STEP 410: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51432024-08-26T20:10:31.036Z[ recovery-image] Aug 26 20:10:29.527 INFO O| Aug 26 20:10:29.527 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmpusm"
51442024-08-26T20:10:31.036Z[ recovery-image] Aug 26 20:10:29.527 INFO O| Aug 26 20:10:29.527 INFO STEP 410 (remove_files) COMPLETE
51452024-08-26T20:10:31.038Z[ recovery-image] Aug 26 20:10:29.527 INFO O| Aug 26 20:10:29.527 INFO STEP 411: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51462024-08-26T20:10:31.046Z[ recovery-image] Aug 26 20:10:29.536 INFO O| Aug 26 20:10:29.536 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmpvacm"
51472024-08-26T20:10:31.046Z[ recovery-image] Aug 26 20:10:29.536 INFO O| Aug 26 20:10:29.536 INFO STEP 411 (remove_files) COMPLETE
51482024-08-26T20:10:31.048Z[ recovery-image] Aug 26 20:10:29.536 INFO O| Aug 26 20:10:29.536 INFO STEP 412: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51492024-08-26T20:10:31.055Z[ recovery-image] Aug 26 20:10:29.546 INFO O| Aug 26 20:10:29.546 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmpwalk"
51502024-08-26T20:10:31.058Z[ recovery-image] Aug 26 20:10:29.546 INFO O| Aug 26 20:10:29.546 INFO STEP 412 (remove_files) COMPLETE
51512024-08-26T20:10:31.058Z[ recovery-image] Aug 26 20:10:29.546 INFO O| Aug 26 20:10:29.546 INFO STEP 413: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51522024-08-26T20:10:31.065Z[ recovery-image] Aug 26 20:10:29.555 INFO O| Aug 26 20:10:29.555 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/sotruss"
51532024-08-26T20:10:31.065Z[ recovery-image] Aug 26 20:10:29.555 INFO O| Aug 26 20:10:29.555 INFO STEP 413 (remove_files) COMPLETE
51542024-08-26T20:10:31.065Z[ recovery-image] Aug 26 20:10:29.555 INFO O| Aug 26 20:10:29.555 INFO STEP 414: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51552024-08-26T20:10:31.074Z[ recovery-image] Aug 26 20:10:29.565 INFO O| Aug 26 20:10:29.565 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/spell"
51562024-08-26T20:10:31.074Z[ recovery-image] Aug 26 20:10:29.565 INFO O| Aug 26 20:10:29.565 INFO STEP 414 (remove_files) COMPLETE
51572024-08-26T20:10:31.074Z[ recovery-image] Aug 26 20:10:29.565 INFO O| Aug 26 20:10:29.565 INFO STEP 415: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51582024-08-26T20:10:31.085Z[ recovery-image] Aug 26 20:10:29.574 INFO O| Aug 26 20:10:29.574 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/split"
51592024-08-26T20:10:31.085Z[ recovery-image] Aug 26 20:10:29.574 INFO O| Aug 26 20:10:29.574 INFO STEP 415 (remove_files) COMPLETE
51602024-08-26T20:10:31.087Z[ recovery-image] Aug 26 20:10:29.574 INFO O| Aug 26 20:10:29.574 INFO STEP 416: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51612024-08-26T20:10:31.093Z[ recovery-image] Aug 26 20:10:29.584 INFO O| Aug 26 20:10:29.584 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/sqlite3"
51622024-08-26T20:10:31.096Z[ recovery-image] Aug 26 20:10:29.584 INFO O| Aug 26 20:10:29.584 INFO STEP 416 (remove_files) COMPLETE
51632024-08-26T20:10:31.096Z[ recovery-image] Aug 26 20:10:29.584 INFO O| Aug 26 20:10:29.584 INFO STEP 417: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51642024-08-26T20:10:31.103Z[ recovery-image] Aug 26 20:10:29.594 INFO O| Aug 26 20:10:29.594 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ssh"
51652024-08-26T20:10:31.103Z[ recovery-image] Aug 26 20:10:29.594 INFO O| Aug 26 20:10:29.594 INFO STEP 417 (remove_files) COMPLETE
51662024-08-26T20:10:31.106Z[ recovery-image] Aug 26 20:10:29.594 INFO O| Aug 26 20:10:29.594 INFO STEP 418: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51672024-08-26T20:10:31.113Z[ recovery-image] Aug 26 20:10:29.603 INFO O| Aug 26 20:10:29.603 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ssh-add"
51682024-08-26T20:10:31.115Z[ recovery-image] Aug 26 20:10:29.604 INFO O| Aug 26 20:10:29.604 INFO STEP 418 (remove_files) COMPLETE
51692024-08-26T20:10:31.115Z[ recovery-image] Aug 26 20:10:29.604 INFO O| Aug 26 20:10:29.604 INFO STEP 419: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51702024-08-26T20:10:31.122Z[ recovery-image] Aug 26 20:10:29.613 INFO O| Aug 26 20:10:29.613 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ssh-agent"
51712024-08-26T20:10:31.123Z[ recovery-image] Aug 26 20:10:29.613 INFO O| Aug 26 20:10:29.613 INFO STEP 419 (remove_files) COMPLETE
51722024-08-26T20:10:31.125Z[ recovery-image] Aug 26 20:10:29.613 INFO O| Aug 26 20:10:29.613 INFO STEP 420: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51732024-08-26T20:10:31.132Z[ recovery-image] Aug 26 20:10:29.623 INFO O| Aug 26 20:10:29.623 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ssh-copy-id"
51742024-08-26T20:10:31.134Z[ recovery-image] Aug 26 20:10:29.623 INFO O| Aug 26 20:10:29.623 INFO STEP 420 (remove_files) COMPLETE
51752024-08-26T20:10:31.134Z[ recovery-image] Aug 26 20:10:29.623 INFO O| Aug 26 20:10:29.623 INFO STEP 421: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51762024-08-26T20:10:31.143Z[ recovery-image] Aug 26 20:10:29.633 INFO O| Aug 26 20:10:29.633 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ssh-keyscan"
51772024-08-26T20:10:31.145Z[ recovery-image] Aug 26 20:10:29.633 INFO O| Aug 26 20:10:29.633 INFO STEP 421 (remove_files) COMPLETE
51782024-08-26T20:10:31.145Z[ recovery-image] Aug 26 20:10:29.633 INFO O| Aug 26 20:10:29.633 INFO STEP 422: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51792024-08-26T20:10:31.153Z[ recovery-image] Aug 26 20:10:29.644 INFO O| Aug 26 20:10:29.644 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/strings"
51802024-08-26T20:10:31.153Z[ recovery-image] Aug 26 20:10:29.644 INFO O| Aug 26 20:10:29.644 INFO STEP 422 (remove_files) COMPLETE
51812024-08-26T20:10:31.153Z[ recovery-image] Aug 26 20:10:29.644 INFO O| Aug 26 20:10:29.644 INFO STEP 423: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51822024-08-26T20:10:31.165Z[ recovery-image] Aug 26 20:10:29.654 INFO O| Aug 26 20:10:29.654 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/sum"
51832024-08-26T20:10:31.165Z[ recovery-image] Aug 26 20:10:29.654 INFO O| Aug 26 20:10:29.654 INFO STEP 423 (remove_files) COMPLETE
51842024-08-26T20:10:31.167Z[ recovery-image] Aug 26 20:10:29.654 INFO O| Aug 26 20:10:29.654 INFO STEP 424: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51852024-08-26T20:10:31.174Z[ recovery-image] Aug 26 20:10:29.665 INFO O| Aug 26 20:10:29.665 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/tabs"
51862024-08-26T20:10:31.174Z[ recovery-image] Aug 26 20:10:29.665 INFO O| Aug 26 20:10:29.665 INFO STEP 424 (remove_files) COMPLETE
51872024-08-26T20:10:31.177Z[ recovery-image] Aug 26 20:10:29.665 INFO O| Aug 26 20:10:29.665 INFO STEP 425: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51882024-08-26T20:10:31.185Z[ recovery-image] Aug 26 20:10:29.675 INFO O| Aug 26 20:10:29.675 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/tcopy"
51892024-08-26T20:10:31.187Z[ recovery-image] Aug 26 20:10:29.675 INFO O| Aug 26 20:10:29.675 INFO STEP 425 (remove_files) COMPLETE
51902024-08-26T20:10:31.187Z[ recovery-image] Aug 26 20:10:29.675 INFO O| Aug 26 20:10:29.675 INFO STEP 426: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51912024-08-26T20:10:31.195Z[ recovery-image] Aug 26 20:10:29.686 INFO O| Aug 26 20:10:29.686 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/test"
51922024-08-26T20:10:31.198Z[ recovery-image] Aug 26 20:10:29.686 INFO O| Aug 26 20:10:29.686 INFO STEP 426 (remove_files) COMPLETE
51932024-08-26T20:10:31.198Z[ recovery-image] Aug 26 20:10:29.686 INFO O| Aug 26 20:10:29.686 INFO STEP 427: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51942024-08-26T20:10:31.207Z[ recovery-image] Aug 26 20:10:29.697 INFO O| Aug 26 20:10:29.697 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/tic"
51952024-08-26T20:10:31.207Z[ recovery-image] Aug 26 20:10:29.697 INFO O| Aug 26 20:10:29.697 INFO STEP 427 (remove_files) COMPLETE
51962024-08-26T20:10:31.207Z[ recovery-image] Aug 26 20:10:29.697 INFO O| Aug 26 20:10:29.697 INFO STEP 428: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51972024-08-26T20:10:31.217Z[ recovery-image] Aug 26 20:10:29.708 INFO O| Aug 26 20:10:29.707 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/time"
51982024-08-26T20:10:31.219Z[ recovery-image] Aug 26 20:10:29.708 INFO O| Aug 26 20:10:29.708 INFO STEP 428 (remove_files) COMPLETE
51992024-08-26T20:10:31.219Z[ recovery-image] Aug 26 20:10:29.708 INFO O| Aug 26 20:10:29.708 INFO STEP 429: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52002024-08-26T20:10:31.228Z[ recovery-image] Aug 26 20:10:29.718 INFO O| Aug 26 20:10:29.718 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/tip"
52012024-08-26T20:10:31.228Z[ recovery-image] Aug 26 20:10:29.718 INFO O| Aug 26 20:10:29.718 INFO STEP 429 (remove_files) COMPLETE
52022024-08-26T20:10:31.228Z[ recovery-image] Aug 26 20:10:29.718 INFO O| Aug 26 20:10:29.718 INFO STEP 430: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52032024-08-26T20:10:31.238Z[ recovery-image] Aug 26 20:10:29.728 INFO O| Aug 26 20:10:29.728 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/tkmib"
52042024-08-26T20:10:31.240Z[ recovery-image] Aug 26 20:10:29.728 INFO O| Aug 26 20:10:29.728 INFO STEP 430 (remove_files) COMPLETE
52052024-08-26T20:10:31.240Z[ recovery-image] Aug 26 20:10:29.728 INFO O| Aug 26 20:10:29.728 INFO STEP 431: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52062024-08-26T20:10:31.248Z[ recovery-image] Aug 26 20:10:29.738 INFO O| Aug 26 20:10:29.738 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/tpmadm"
52072024-08-26T20:10:31.253Z[ recovery-image] Aug 26 20:10:29.738 INFO O| Aug 26 20:10:29.738 INFO STEP 431 (remove_files) COMPLETE
52082024-08-26T20:10:31.253Z[ recovery-image] Aug 26 20:10:29.739 INFO O| Aug 26 20:10:29.738 INFO STEP 432: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52092024-08-26T20:10:31.258Z[ recovery-image] Aug 26 20:10:29.748 INFO O| Aug 26 20:10:29.748 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/traptoemail"
52102024-08-26T20:10:31.258Z[ recovery-image] Aug 26 20:10:29.748 INFO O| Aug 26 20:10:29.748 INFO STEP 432 (remove_files) COMPLETE
52112024-08-26T20:10:31.260Z[ recovery-image] Aug 26 20:10:29.748 INFO O| Aug 26 20:10:29.748 INFO STEP 433: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52122024-08-26T20:10:31.270Z[ recovery-image] Aug 26 20:10:29.760 INFO O| Aug 26 20:10:29.760 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/true"
52132024-08-26T20:10:31.270Z[ recovery-image] Aug 26 20:10:29.760 INFO O| Aug 26 20:10:29.760 INFO STEP 433 (remove_files) COMPLETE
52142024-08-26T20:10:31.272Z[ recovery-image] Aug 26 20:10:29.760 INFO O| Aug 26 20:10:29.760 INFO STEP 434: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52152024-08-26T20:10:31.280Z[ recovery-image] Aug 26 20:10:29.771 INFO O| Aug 26 20:10:29.771 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/tty"
52162024-08-26T20:10:31.280Z[ recovery-image] Aug 26 20:10:29.771 INFO O| Aug 26 20:10:29.771 INFO STEP 434 (remove_files) COMPLETE
52172024-08-26T20:10:31.283Z[ recovery-image] Aug 26 20:10:29.771 INFO O| Aug 26 20:10:29.771 INFO STEP 435: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52182024-08-26T20:10:31.292Z[ recovery-image] Aug 26 20:10:29.781 INFO O| Aug 26 20:10:29.781 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/type"
52192024-08-26T20:10:31.292Z[ recovery-image] Aug 26 20:10:29.781 INFO O| Aug 26 20:10:29.781 INFO STEP 435 (remove_files) COMPLETE
52202024-08-26T20:10:31.292Z[ recovery-image] Aug 26 20:10:29.781 INFO O| Aug 26 20:10:29.781 INFO STEP 436: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52212024-08-26T20:10:31.300Z[ recovery-image] Aug 26 20:10:29.791 INFO O| Aug 26 20:10:29.791 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/tzselect"
52222024-08-26T20:10:31.300Z[ recovery-image] Aug 26 20:10:29.791 INFO O| Aug 26 20:10:29.791 INFO STEP 436 (remove_files) COMPLETE
52232024-08-26T20:10:31.300Z[ recovery-image] Aug 26 20:10:29.791 INFO O| Aug 26 20:10:29.791 INFO STEP 437: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52242024-08-26T20:10:31.310Z[ recovery-image] Aug 26 20:10:29.801 INFO O| Aug 26 20:10:29.801 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ulimit"
52252024-08-26T20:10:31.310Z[ recovery-image] Aug 26 20:10:29.801 INFO O| Aug 26 20:10:29.801 INFO STEP 437 (remove_files) COMPLETE
52262024-08-26T20:10:31.310Z[ recovery-image] Aug 26 20:10:29.801 INFO O| Aug 26 20:10:29.801 INFO STEP 438: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52272024-08-26T20:10:31.320Z[ recovery-image] Aug 26 20:10:29.810 INFO O| Aug 26 20:10:29.810 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/umask"
52282024-08-26T20:10:31.320Z[ recovery-image] Aug 26 20:10:29.811 INFO O| Aug 26 20:10:29.810 INFO STEP 438 (remove_files) COMPLETE
52292024-08-26T20:10:31.320Z[ recovery-image] Aug 26 20:10:29.811 INFO O| Aug 26 20:10:29.811 INFO STEP 439: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52302024-08-26T20:10:31.330Z[ recovery-image] Aug 26 20:10:29.820 INFO O| Aug 26 20:10:29.820 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/unalias"
52312024-08-26T20:10:31.330Z[ recovery-image] Aug 26 20:10:29.820 INFO O| Aug 26 20:10:29.820 INFO STEP 439 (remove_files) COMPLETE
52322024-08-26T20:10:31.332Z[ recovery-image] Aug 26 20:10:29.820 INFO O| Aug 26 20:10:29.820 INFO STEP 440: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52332024-08-26T20:10:31.339Z[ recovery-image] Aug 26 20:10:29.830 INFO O| Aug 26 20:10:29.830 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/uncompress"
52342024-08-26T20:10:31.342Z[ recovery-image] Aug 26 20:10:29.830 INFO O| Aug 26 20:10:29.830 INFO STEP 440 (remove_files) COMPLETE
52352024-08-26T20:10:31.342Z[ recovery-image] Aug 26 20:10:29.830 INFO O| Aug 26 20:10:29.830 INFO STEP 441: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52362024-08-26T20:10:31.349Z[ recovery-image] Aug 26 20:10:29.839 INFO O| Aug 26 20:10:29.839 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/unexpand"
52372024-08-26T20:10:31.349Z[ recovery-image] Aug 26 20:10:29.839 INFO O| Aug 26 20:10:29.839 INFO STEP 441 (remove_files) COMPLETE
52382024-08-26T20:10:31.349Z[ recovery-image] Aug 26 20:10:29.840 INFO O| Aug 26 20:10:29.839 INFO STEP 442: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52392024-08-26T20:10:31.358Z[ recovery-image] Aug 26 20:10:29.849 INFO O| Aug 26 20:10:29.849 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/uniq"
52402024-08-26T20:10:31.358Z[ recovery-image] Aug 26 20:10:29.849 INFO O| Aug 26 20:10:29.849 INFO STEP 442 (remove_files) COMPLETE
52412024-08-26T20:10:31.359Z[ recovery-image] Aug 26 20:10:29.849 INFO O| Aug 26 20:10:29.849 INFO STEP 443: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52422024-08-26T20:10:31.368Z[ recovery-image] Aug 26 20:10:29.859 INFO O| Aug 26 20:10:29.858 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/units"
52432024-08-26T20:10:31.368Z[ recovery-image] Aug 26 20:10:29.859 INFO O| Aug 26 20:10:29.859 INFO STEP 443 (remove_files) COMPLETE
52442024-08-26T20:10:31.370Z[ recovery-image] Aug 26 20:10:29.859 INFO O| Aug 26 20:10:29.859 INFO STEP 444: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52452024-08-26T20:10:31.379Z[ recovery-image] Aug 26 20:10:29.868 INFO O| Aug 26 20:10:29.868 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/unix2dos"
52462024-08-26T20:10:31.381Z[ recovery-image] Aug 26 20:10:29.868 INFO O| Aug 26 20:10:29.868 INFO STEP 444 (remove_files) COMPLETE
52472024-08-26T20:10:31.381Z[ recovery-image] Aug 26 20:10:29.868 INFO O| Aug 26 20:10:29.868 INFO STEP 445: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52482024-08-26T20:10:31.387Z[ recovery-image] Aug 26 20:10:29.878 INFO O| Aug 26 20:10:29.878 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/unpack"
52492024-08-26T20:10:31.390Z[ recovery-image] Aug 26 20:10:29.878 INFO O| Aug 26 20:10:29.878 INFO STEP 445 (remove_files) COMPLETE
52502024-08-26T20:10:31.390Z[ recovery-image] Aug 26 20:10:29.878 INFO O| Aug 26 20:10:29.878 INFO STEP 446: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52512024-08-26T20:10:31.397Z[ recovery-image] Aug 26 20:10:29.888 INFO O| Aug 26 20:10:29.887 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/uptime"
52522024-08-26T20:10:31.397Z[ recovery-image] Aug 26 20:10:29.888 INFO O| Aug 26 20:10:29.888 INFO STEP 446 (remove_files) COMPLETE
52532024-08-26T20:10:31.397Z[ recovery-image] Aug 26 20:10:29.888 INFO O| Aug 26 20:10:29.888 INFO STEP 447: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52542024-08-26T20:10:31.407Z[ recovery-image] Aug 26 20:10:29.897 INFO O| Aug 26 20:10:29.897 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/userattr"
52552024-08-26T20:10:31.407Z[ recovery-image] Aug 26 20:10:29.897 INFO O| Aug 26 20:10:29.897 INFO STEP 447 (remove_files) COMPLETE
52562024-08-26T20:10:31.410Z[ recovery-image] Aug 26 20:10:29.897 INFO O| Aug 26 20:10:29.897 INFO STEP 448: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52572024-08-26T20:10:31.416Z[ recovery-image] Aug 26 20:10:29.907 INFO O| Aug 26 20:10:29.907 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/uudecode"
52582024-08-26T20:10:31.416Z[ recovery-image] Aug 26 20:10:29.907 INFO O| Aug 26 20:10:29.907 INFO STEP 448 (remove_files) COMPLETE
52592024-08-26T20:10:31.419Z[ recovery-image] Aug 26 20:10:29.907 INFO O| Aug 26 20:10:29.907 INFO STEP 449: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52602024-08-26T20:10:31.426Z[ recovery-image] Aug 26 20:10:29.916 INFO O| Aug 26 20:10:29.916 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/uuencode"
52612024-08-26T20:10:31.426Z[ recovery-image] Aug 26 20:10:29.916 INFO O| Aug 26 20:10:29.916 INFO STEP 449 (remove_files) COMPLETE
52622024-08-26T20:10:31.426Z[ recovery-image] Aug 26 20:10:29.916 INFO O| Aug 26 20:10:29.916 INFO STEP 450: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52632024-08-26T20:10:31.436Z[ recovery-image] Aug 26 20:10:29.926 INFO O| Aug 26 20:10:29.926 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/uuidgen"
52642024-08-26T20:10:31.436Z[ recovery-image] Aug 26 20:10:29.926 INFO O| Aug 26 20:10:29.926 INFO STEP 450 (remove_files) COMPLETE
52652024-08-26T20:10:31.438Z[ recovery-image] Aug 26 20:10:29.926 INFO O| Aug 26 20:10:29.926 INFO STEP 451: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52662024-08-26T20:10:31.445Z[ recovery-image] Aug 26 20:10:29.936 INFO O| Aug 26 20:10:29.936 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/vedit"
52672024-08-26T20:10:31.447Z[ recovery-image] Aug 26 20:10:29.936 INFO O| Aug 26 20:10:29.936 INFO STEP 451 (remove_files) COMPLETE
52682024-08-26T20:10:31.447Z[ recovery-image] Aug 26 20:10:29.936 INFO O| Aug 26 20:10:29.936 INFO STEP 452: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52692024-08-26T20:10:31.454Z[ recovery-image] Aug 26 20:10:29.945 INFO O| Aug 26 20:10:29.945 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/vim"
52702024-08-26T20:10:31.457Z[ recovery-image] Aug 26 20:10:29.945 INFO O| Aug 26 20:10:29.945 INFO STEP 452 (remove_files) COMPLETE
52712024-08-26T20:10:31.457Z[ recovery-image] Aug 26 20:10:29.945 INFO O| Aug 26 20:10:29.945 INFO STEP 453: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52722024-08-26T20:10:31.464Z[ recovery-image] Aug 26 20:10:29.955 INFO O| Aug 26 20:10:29.955 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/vimtutor"
52732024-08-26T20:10:31.464Z[ recovery-image] Aug 26 20:10:29.955 INFO O| Aug 26 20:10:29.955 INFO STEP 453 (remove_files) COMPLETE
52742024-08-26T20:10:31.467Z[ recovery-image] Aug 26 20:10:29.955 INFO O| Aug 26 20:10:29.955 INFO STEP 454: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52752024-08-26T20:10:31.474Z[ recovery-image] Aug 26 20:10:29.965 INFO O| Aug 26 20:10:29.965 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/vmstat"
52762024-08-26T20:10:31.477Z[ recovery-image] Aug 26 20:10:29.965 INFO O| Aug 26 20:10:29.965 INFO STEP 454 (remove_files) COMPLETE
52772024-08-26T20:10:31.477Z[ recovery-image] Aug 26 20:10:29.965 INFO O| Aug 26 20:10:29.965 INFO STEP 455: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52782024-08-26T20:10:31.484Z[ recovery-image] Aug 26 20:10:29.974 INFO O| Aug 26 20:10:29.974 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/vtfontcvt"
52792024-08-26T20:10:31.484Z[ recovery-image] Aug 26 20:10:29.974 INFO O| Aug 26 20:10:29.974 INFO STEP 455 (remove_files) COMPLETE
52802024-08-26T20:10:31.484Z[ recovery-image] Aug 26 20:10:29.974 INFO O| Aug 26 20:10:29.974 INFO STEP 456: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52812024-08-26T20:10:31.493Z[ recovery-image] Aug 26 20:10:29.984 INFO O| Aug 26 20:10:29.984 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/w"
52822024-08-26T20:10:31.493Z[ recovery-image] Aug 26 20:10:29.984 INFO O| Aug 26 20:10:29.984 INFO STEP 456 (remove_files) COMPLETE
52832024-08-26T20:10:31.496Z[ recovery-image] Aug 26 20:10:29.984 INFO O| Aug 26 20:10:29.984 INFO STEP 457: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52842024-08-26T20:10:31.503Z[ recovery-image] Aug 26 20:10:29.993 INFO O| Aug 26 20:10:29.993 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/wait"
52852024-08-26T20:10:31.503Z[ recovery-image] Aug 26 20:10:29.993 INFO O| Aug 26 20:10:29.993 INFO STEP 457 (remove_files) COMPLETE
52862024-08-26T20:10:31.503Z[ recovery-image] Aug 26 20:10:29.993 INFO O| Aug 26 20:10:29.993 INFO STEP 458: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52872024-08-26T20:10:31.513Z[ recovery-image] Aug 26 20:10:30.003 INFO O| Aug 26 20:10:30.003 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/watch"
52882024-08-26T20:10:31.513Z[ recovery-image] Aug 26 20:10:30.003 INFO O| Aug 26 20:10:30.003 INFO STEP 458 (remove_files) COMPLETE
52892024-08-26T20:10:31.513Z[ recovery-image] Aug 26 20:10:30.003 INFO O| Aug 26 20:10:30.003 INFO STEP 459: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52902024-08-26T20:10:31.527Z[ recovery-image] Aug 26 20:10:30.017 INFO O| Aug 26 20:10:30.017 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/wc"
52912024-08-26T20:10:31.527Z[ recovery-image] Aug 26 20:10:30.018 INFO O| Aug 26 20:10:30.017 INFO STEP 459 (remove_files) COMPLETE
52922024-08-26T20:10:31.527Z[ recovery-image] Aug 26 20:10:30.018 INFO O| Aug 26 20:10:30.018 INFO STEP 460: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52932024-08-26T20:10:31.541Z[ recovery-image] Aug 26 20:10:30.032 INFO O| Aug 26 20:10:30.032 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/which"
52942024-08-26T20:10:31.544Z[ recovery-image] Aug 26 20:10:30.032 INFO O| Aug 26 20:10:30.032 INFO STEP 460 (remove_files) COMPLETE
52952024-08-26T20:10:31.544Z[ recovery-image] Aug 26 20:10:30.032 INFO O| Aug 26 20:10:30.032 INFO STEP 461: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52962024-08-26T20:10:31.554Z[ recovery-image] Aug 26 20:10:30.045 INFO O| Aug 26 20:10:30.045 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/whocalls"
52972024-08-26T20:10:31.557Z[ recovery-image] Aug 26 20:10:30.045 INFO O| Aug 26 20:10:30.045 INFO STEP 461 (remove_files) COMPLETE
52982024-08-26T20:10:31.557Z[ recovery-image] Aug 26 20:10:30.045 INFO O| Aug 26 20:10:30.045 INFO STEP 462: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52992024-08-26T20:10:31.565Z[ recovery-image] Aug 26 20:10:30.056 INFO O| Aug 26 20:10:30.056 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/wracct"
53002024-08-26T20:10:31.565Z[ recovery-image] Aug 26 20:10:30.056 INFO O| Aug 26 20:10:30.056 INFO STEP 462 (remove_files) COMPLETE
53012024-08-26T20:10:31.568Z[ recovery-image] Aug 26 20:10:30.056 INFO O| Aug 26 20:10:30.056 INFO STEP 463: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53022024-08-26T20:10:31.576Z[ recovery-image] Aug 26 20:10:30.067 INFO O| Aug 26 20:10:30.067 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/write"
53032024-08-26T20:10:31.579Z[ recovery-image] Aug 26 20:10:30.067 INFO O| Aug 26 20:10:30.067 INFO STEP 463 (remove_files) COMPLETE
53042024-08-26T20:10:31.579Z[ recovery-image] Aug 26 20:10:30.067 INFO O| Aug 26 20:10:30.067 INFO STEP 464: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53052024-08-26T20:10:31.588Z[ recovery-image] Aug 26 20:10:30.077 INFO O| Aug 26 20:10:30.077 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/xargs"
53062024-08-26T20:10:31.588Z[ recovery-image] Aug 26 20:10:30.077 INFO O| Aug 26 20:10:30.077 INFO STEP 464 (remove_files) COMPLETE
53072024-08-26T20:10:31.591Z[ recovery-image] Aug 26 20:10:30.077 INFO O| Aug 26 20:10:30.077 INFO STEP 465: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53082024-08-26T20:10:31.597Z[ recovery-image] Aug 26 20:10:30.087 INFO O| Aug 26 20:10:30.087 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/xml2-config"
53092024-08-26T20:10:31.599Z[ recovery-image] Aug 26 20:10:30.087 INFO O| Aug 26 20:10:30.087 INFO STEP 465 (remove_files) COMPLETE
53102024-08-26T20:10:31.599Z[ recovery-image] Aug 26 20:10:30.088 INFO O| Aug 26 20:10:30.087 INFO STEP 466: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53112024-08-26T20:10:31.606Z[ recovery-image] Aug 26 20:10:30.097 INFO O| Aug 26 20:10:30.097 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/xmlcatalog"
53122024-08-26T20:10:31.606Z[ recovery-image] Aug 26 20:10:30.097 INFO O| Aug 26 20:10:30.097 INFO STEP 466 (remove_files) COMPLETE
53132024-08-26T20:10:31.609Z[ recovery-image] Aug 26 20:10:30.097 INFO O| Aug 26 20:10:30.097 INFO STEP 467: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53142024-08-26T20:10:31.617Z[ recovery-image] Aug 26 20:10:30.107 INFO O| Aug 26 20:10:30.107 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/xmllint"
53152024-08-26T20:10:31.617Z[ recovery-image] Aug 26 20:10:30.107 INFO O| Aug 26 20:10:30.107 INFO STEP 467 (remove_files) COMPLETE
53162024-08-26T20:10:31.620Z[ recovery-image] Aug 26 20:10:30.107 INFO O| Aug 26 20:10:30.107 INFO STEP 468: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53172024-08-26T20:10:31.626Z[ recovery-image] Aug 26 20:10:30.117 INFO O| Aug 26 20:10:30.116 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/xmlwf"
53182024-08-26T20:10:31.626Z[ recovery-image] Aug 26 20:10:30.117 INFO O| Aug 26 20:10:30.117 INFO STEP 468 (remove_files) COMPLETE
53192024-08-26T20:10:31.628Z[ recovery-image] Aug 26 20:10:30.117 INFO O| Aug 26 20:10:30.117 INFO STEP 469: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53202024-08-26T20:10:31.636Z[ recovery-image] Aug 26 20:10:30.126 INFO O| Aug 26 20:10:30.126 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/xstr"
53212024-08-26T20:10:31.636Z[ recovery-image] Aug 26 20:10:30.127 INFO O| Aug 26 20:10:30.126 INFO STEP 469 (remove_files) COMPLETE
53222024-08-26T20:10:31.636Z[ recovery-image] Aug 26 20:10:30.127 INFO O| Aug 26 20:10:30.127 INFO STEP 470: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53232024-08-26T20:10:31.645Z[ recovery-image] Aug 26 20:10:30.136 INFO O| Aug 26 20:10:30.136 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/xxd"
53242024-08-26T20:10:31.645Z[ recovery-image] Aug 26 20:10:30.136 INFO O| Aug 26 20:10:30.136 INFO STEP 470 (remove_files) COMPLETE
53252024-08-26T20:10:31.645Z[ recovery-image] Aug 26 20:10:30.136 INFO O| Aug 26 20:10:30.136 INFO STEP 471: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53262024-08-26T20:10:31.655Z[ recovery-image] Aug 26 20:10:30.145 INFO O| Aug 26 20:10:30.145 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/xz"
53272024-08-26T20:10:31.655Z[ recovery-image] Aug 26 20:10:30.145 INFO O| Aug 26 20:10:30.145 INFO STEP 471 (remove_files) COMPLETE
53282024-08-26T20:10:31.655Z[ recovery-image] Aug 26 20:10:30.145 INFO O| Aug 26 20:10:30.145 INFO STEP 472: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53292024-08-26T20:10:31.664Z[ recovery-image] Aug 26 20:10:30.155 INFO O| Aug 26 20:10:30.155 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/xzdec"
53302024-08-26T20:10:31.664Z[ recovery-image] Aug 26 20:10:30.155 INFO O| Aug 26 20:10:30.155 INFO STEP 472 (remove_files) COMPLETE
53312024-08-26T20:10:31.667Z[ recovery-image] Aug 26 20:10:30.155 INFO O| Aug 26 20:10:30.155 INFO STEP 473: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53322024-08-26T20:10:31.674Z[ recovery-image] Aug 26 20:10:30.164 INFO O| Aug 26 20:10:30.164 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/xzdiff"
53332024-08-26T20:10:31.676Z[ recovery-image] Aug 26 20:10:30.165 INFO O| Aug 26 20:10:30.165 INFO STEP 473 (remove_files) COMPLETE
53342024-08-26T20:10:31.676Z[ recovery-image] Aug 26 20:10:30.165 INFO O| Aug 26 20:10:30.165 INFO STEP 474: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53352024-08-26T20:10:31.684Z[ recovery-image] Aug 26 20:10:30.174 INFO O| Aug 26 20:10:30.174 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/xzgrep"
53362024-08-26T20:10:31.684Z[ recovery-image] Aug 26 20:10:30.174 INFO O| Aug 26 20:10:30.174 INFO STEP 474 (remove_files) COMPLETE
53372024-08-26T20:10:31.686Z[ recovery-image] Aug 26 20:10:30.174 INFO O| Aug 26 20:10:30.174 INFO STEP 475: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53382024-08-26T20:10:31.693Z[ recovery-image] Aug 26 20:10:30.184 INFO O| Aug 26 20:10:30.184 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/xzless"
53392024-08-26T20:10:31.693Z[ recovery-image] Aug 26 20:10:30.184 INFO O| Aug 26 20:10:30.184 INFO STEP 475 (remove_files) COMPLETE
53402024-08-26T20:10:31.696Z[ recovery-image] Aug 26 20:10:30.184 INFO O| Aug 26 20:10:30.184 INFO STEP 476: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53412024-08-26T20:10:31.703Z[ recovery-image] Aug 26 20:10:30.194 INFO O| Aug 26 20:10:30.194 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/xzmore"
53422024-08-26T20:10:31.705Z[ recovery-image] Aug 26 20:10:30.194 INFO O| Aug 26 20:10:30.194 INFO STEP 476 (remove_files) COMPLETE
53432024-08-26T20:10:31.705Z[ recovery-image] Aug 26 20:10:30.194 INFO O| Aug 26 20:10:30.194 INFO STEP 477: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53442024-08-26T20:10:31.713Z[ recovery-image] Aug 26 20:10:30.203 INFO O| Aug 26 20:10:30.203 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/yes"
53452024-08-26T20:10:31.715Z[ recovery-image] Aug 26 20:10:30.203 INFO O| Aug 26 20:10:30.203 INFO STEP 477 (remove_files) COMPLETE
53462024-08-26T20:10:31.715Z[ recovery-image] Aug 26 20:10:30.203 INFO O| Aug 26 20:10:30.203 INFO STEP 478: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53472024-08-26T20:10:31.722Z[ recovery-image] Aug 26 20:10:30.213 INFO O| Aug 26 20:10:30.213 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/zcat"
53482024-08-26T20:10:31.722Z[ recovery-image] Aug 26 20:10:30.213 INFO O| Aug 26 20:10:30.213 INFO STEP 478 (remove_files) COMPLETE
53492024-08-26T20:10:31.722Z[ recovery-image] Aug 26 20:10:30.213 INFO O| Aug 26 20:10:30.213 INFO STEP 479: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53502024-08-26T20:10:31.732Z[ recovery-image] Aug 26 20:10:30.222 INFO O| Aug 26 20:10:30.222 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/zonestat"
53512024-08-26T20:10:31.732Z[ recovery-image] Aug 26 20:10:30.222 INFO O| Aug 26 20:10:30.222 INFO STEP 479 (remove_files) COMPLETE
53522024-08-26T20:10:31.734Z[ recovery-image] Aug 26 20:10:30.222 INFO O| Aug 26 20:10:30.222 INFO STEP 480: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53532024-08-26T20:10:31.750Z[ recovery-image] Aug 26 20:10:30.232 INFO O| Aug 26 20:10:30.232 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/zstd"
53542024-08-26T20:10:31.750Z[ recovery-image] Aug 26 20:10:30.232 INFO O| Aug 26 20:10:30.232 INFO STEP 480 (remove_files) COMPLETE
53552024-08-26T20:10:31.751Z[ recovery-image] Aug 26 20:10:30.232 INFO O| Aug 26 20:10:30.232 INFO STEP 481: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53562024-08-26T20:10:31.754Z[ recovery-image] Aug 26 20:10:30.241 INFO O| Aug 26 20:10:30.241 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/zstdgrep"
53572024-08-26T20:10:31.754Z[ recovery-image] Aug 26 20:10:30.242 INFO O| Aug 26 20:10:30.242 INFO STEP 481 (remove_files) COMPLETE
53582024-08-26T20:10:31.754Z[ recovery-image] Aug 26 20:10:30.242 INFO O| Aug 26 20:10:30.242 INFO STEP 482: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53592024-08-26T20:10:31.761Z[ recovery-image] Aug 26 20:10:30.251 INFO O| Aug 26 20:10:30.251 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/zstdless"
53602024-08-26T20:10:31.761Z[ recovery-image] Aug 26 20:10:30.252 INFO O| Aug 26 20:10:30.251 INFO STEP 482 (remove_files) COMPLETE
53612024-08-26T20:10:31.761Z[ recovery-image] Aug 26 20:10:30.252 INFO O| Aug 26 20:10:30.252 INFO STEP 483: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53622024-08-26T20:10:31.772Z[ recovery-image] Aug 26 20:10:30.262 INFO O| Aug 26 20:10:30.262 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gcc/10/lib/amd64/libatomic.so.1.2.0"
53632024-08-26T20:10:31.772Z[ recovery-image] Aug 26 20:10:30.262 INFO O| Aug 26 20:10:30.262 INFO STEP 483 (remove_files) COMPLETE
53642024-08-26T20:10:31.774Z[ recovery-image] Aug 26 20:10:30.262 INFO O| Aug 26 20:10:30.262 INFO STEP 484: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53652024-08-26T20:10:31.783Z[ recovery-image] Aug 26 20:10:30.273 INFO O| Aug 26 20:10:30.273 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gcc/10/lib/amd64/libgomp.so.1.0.0"
53662024-08-26T20:10:31.783Z[ recovery-image] Aug 26 20:10:30.273 INFO O| Aug 26 20:10:30.273 INFO STEP 484 (remove_files) COMPLETE
53672024-08-26T20:10:31.783Z[ recovery-image] Aug 26 20:10:30.273 INFO O| Aug 26 20:10:30.273 INFO STEP 485: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53682024-08-26T20:10:31.793Z[ recovery-image] Aug 26 20:10:30.284 INFO O| Aug 26 20:10:30.284 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gcc/10/lib/amd64/libssp.so.0.0.0"
53692024-08-26T20:10:31.793Z[ recovery-image] Aug 26 20:10:30.284 INFO O| Aug 26 20:10:30.284 INFO STEP 485 (remove_files) COMPLETE
53702024-08-26T20:10:31.793Z[ recovery-image] Aug 26 20:10:30.284 INFO O| Aug 26 20:10:30.284 INFO STEP 486: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53712024-08-26T20:10:31.804Z[ recovery-image] Aug 26 20:10:30.294 INFO O| Aug 26 20:10:30.294 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gcc/10/lib/amd64/libstdc++.so.6.0.28"
53722024-08-26T20:10:31.804Z[ recovery-image] Aug 26 20:10:30.294 INFO O| Aug 26 20:10:30.294 INFO STEP 486 (remove_files) COMPLETE
53732024-08-26T20:10:31.806Z[ recovery-image] Aug 26 20:10:30.294 INFO O| Aug 26 20:10:30.294 INFO STEP 487: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53742024-08-26T20:10:31.813Z[ recovery-image] Aug 26 20:10:30.304 INFO O| Aug 26 20:10:30.304 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gcc/10/lib/libatomic.so.1.2.0"
53752024-08-26T20:10:31.816Z[ recovery-image] Aug 26 20:10:30.304 INFO O| Aug 26 20:10:30.304 INFO STEP 487 (remove_files) COMPLETE
53762024-08-26T20:10:31.816Z[ recovery-image] Aug 26 20:10:30.304 INFO O| Aug 26 20:10:30.304 INFO STEP 488: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53772024-08-26T20:10:31.825Z[ recovery-image] Aug 26 20:10:30.313 INFO O| Aug 26 20:10:30.313 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gcc/10/lib/libgcc_s.so.1"
53782024-08-26T20:10:31.827Z[ recovery-image] Aug 26 20:10:30.313 INFO O| Aug 26 20:10:30.313 INFO STEP 488 (remove_files) COMPLETE
53792024-08-26T20:10:31.827Z[ recovery-image] Aug 26 20:10:30.313 INFO O| Aug 26 20:10:30.313 INFO STEP 489: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53802024-08-26T20:10:31.832Z[ recovery-image] Aug 26 20:10:30.323 INFO O| Aug 26 20:10:30.323 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gcc/10/lib/libgomp.so.1.0.0"
53812024-08-26T20:10:31.835Z[ recovery-image] Aug 26 20:10:30.323 INFO O| Aug 26 20:10:30.323 INFO STEP 489 (remove_files) COMPLETE
53822024-08-26T20:10:31.835Z[ recovery-image] Aug 26 20:10:30.323 INFO O| Aug 26 20:10:30.323 INFO STEP 490: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53832024-08-26T20:10:31.842Z[ recovery-image] Aug 26 20:10:30.332 INFO O| Aug 26 20:10:30.332 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gcc/10/lib/libssp.so.0.0.0"
53842024-08-26T20:10:31.844Z[ recovery-image] Aug 26 20:10:30.332 INFO O| Aug 26 20:10:30.332 INFO STEP 490 (remove_files) COMPLETE
53852024-08-26T20:10:31.844Z[ recovery-image] Aug 26 20:10:30.332 INFO O| Aug 26 20:10:30.332 INFO STEP 491: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53862024-08-26T20:10:31.851Z[ recovery-image] Aug 26 20:10:30.342 INFO O| Aug 26 20:10:30.342 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gcc/10/lib/libstdc++.so.6.0.28"
53872024-08-26T20:10:31.854Z[ recovery-image] Aug 26 20:10:30.342 INFO O| Aug 26 20:10:30.342 INFO STEP 491 (remove_files) COMPLETE
53882024-08-26T20:10:31.854Z[ recovery-image] Aug 26 20:10:30.342 INFO O| Aug 26 20:10:30.342 INFO STEP 492: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53892024-08-26T20:10:31.861Z[ recovery-image] Aug 26 20:10:30.351 INFO O| Aug 26 20:10:30.351 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gnu/lib/amd64/libform.so.5.9"
53902024-08-26T20:10:31.863Z[ recovery-image] Aug 26 20:10:30.351 INFO O| Aug 26 20:10:30.351 INFO STEP 492 (remove_files) COMPLETE
53912024-08-26T20:10:31.863Z[ recovery-image] Aug 26 20:10:30.351 INFO O| Aug 26 20:10:30.351 INFO STEP 493: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53922024-08-26T20:10:31.870Z[ recovery-image] Aug 26 20:10:30.361 INFO O| Aug 26 20:10:30.361 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gnu/lib/amd64/libmenu.so.5.9"
53932024-08-26T20:10:31.870Z[ recovery-image] Aug 26 20:10:30.361 INFO O| Aug 26 20:10:30.361 INFO STEP 493 (remove_files) COMPLETE
53942024-08-26T20:10:31.873Z[ recovery-image] Aug 26 20:10:30.361 INFO O| Aug 26 20:10:30.361 INFO STEP 494: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53952024-08-26T20:10:31.880Z[ recovery-image] Aug 26 20:10:30.370 INFO O| Aug 26 20:10:30.370 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gnu/lib/amd64/libpanel.so.5.9"
53962024-08-26T20:10:31.880Z[ recovery-image] Aug 26 20:10:30.370 INFO O| Aug 26 20:10:30.370 INFO STEP 494 (remove_files) COMPLETE
53972024-08-26T20:10:31.880Z[ recovery-image] Aug 26 20:10:30.371 INFO O| Aug 26 20:10:30.370 INFO STEP 495: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53982024-08-26T20:10:31.889Z[ recovery-image] Aug 26 20:10:30.380 INFO O| Aug 26 20:10:30.380 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gnu/lib/libform.so.5.9"
53992024-08-26T20:10:31.889Z[ recovery-image] Aug 26 20:10:30.380 INFO O| Aug 26 20:10:30.380 INFO STEP 495 (remove_files) COMPLETE
54002024-08-26T20:10:31.892Z[ recovery-image] Aug 26 20:10:30.380 INFO O| Aug 26 20:10:30.380 INFO STEP 496: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54012024-08-26T20:10:31.899Z[ recovery-image] Aug 26 20:10:30.389 INFO O| Aug 26 20:10:30.389 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gnu/lib/libmenu.so.5.9"
54022024-08-26T20:10:31.899Z[ recovery-image] Aug 26 20:10:30.390 INFO O| Aug 26 20:10:30.390 INFO STEP 496 (remove_files) COMPLETE
54032024-08-26T20:10:31.902Z[ recovery-image] Aug 26 20:10:30.390 INFO O| Aug 26 20:10:30.390 INFO STEP 497: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54042024-08-26T20:10:31.909Z[ recovery-image] Aug 26 20:10:30.399 INFO O| Aug 26 20:10:30.399 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gnu/lib/libpanel.so.5.9"
54052024-08-26T20:10:31.909Z[ recovery-image] Aug 26 20:10:30.399 INFO O| Aug 26 20:10:30.399 INFO STEP 497 (remove_files) COMPLETE
54062024-08-26T20:10:31.911Z[ recovery-image] Aug 26 20:10:30.399 INFO O| Aug 26 20:10:30.399 INFO STEP 498: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54072024-08-26T20:10:31.918Z[ recovery-image] Aug 26 20:10:30.409 INFO O| Aug 26 20:10:30.408 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/has/bin/ctags"
54082024-08-26T20:10:31.920Z[ recovery-image] Aug 26 20:10:30.409 INFO O| Aug 26 20:10:30.409 INFO STEP 498 (remove_files) COMPLETE
54092024-08-26T20:10:31.920Z[ recovery-image] Aug 26 20:10:30.409 INFO O| Aug 26 20:10:30.409 INFO STEP 499: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54102024-08-26T20:10:31.928Z[ recovery-image] Aug 26 20:10:30.418 INFO O| Aug 26 20:10:30.418 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/has/bin/edit"
54112024-08-26T20:10:31.928Z[ recovery-image] Aug 26 20:10:30.418 INFO O| Aug 26 20:10:30.418 INFO STEP 499 (remove_files) COMPLETE
54122024-08-26T20:10:31.928Z[ recovery-image] Aug 26 20:10:30.418 INFO O| Aug 26 20:10:30.418 INFO STEP 500: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54132024-08-26T20:10:31.937Z[ recovery-image] Aug 26 20:10:30.428 INFO O| Aug 26 20:10:30.428 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/has/bin/ex"
54142024-08-26T20:10:31.937Z[ recovery-image] Aug 26 20:10:30.428 INFO O| Aug 26 20:10:30.428 INFO STEP 500 (remove_files) COMPLETE
54152024-08-26T20:10:31.937Z[ recovery-image] Aug 26 20:10:30.428 INFO O| Aug 26 20:10:30.428 INFO STEP 501: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54162024-08-26T20:10:31.946Z[ recovery-image] Aug 26 20:10:30.437 INFO O| Aug 26 20:10:30.437 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/has/bin/pfsh"
54172024-08-26T20:10:31.947Z[ recovery-image] Aug 26 20:10:30.437 INFO O| Aug 26 20:10:30.437 INFO STEP 501 (remove_files) COMPLETE
54182024-08-26T20:10:31.947Z[ recovery-image] Aug 26 20:10:30.437 INFO O| Aug 26 20:10:30.437 INFO STEP 502: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54192024-08-26T20:10:31.956Z[ recovery-image] Aug 26 20:10:30.446 INFO O| Aug 26 20:10:30.446 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/has/bin/sh"
54202024-08-26T20:10:31.956Z[ recovery-image] Aug 26 20:10:30.447 INFO O| Aug 26 20:10:30.447 INFO STEP 502 (remove_files) COMPLETE
54212024-08-26T20:10:31.956Z[ recovery-image] Aug 26 20:10:30.447 INFO O| Aug 26 20:10:30.447 INFO STEP 503: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54222024-08-26T20:10:31.965Z[ recovery-image] Aug 26 20:10:30.456 INFO O| Aug 26 20:10:30.456 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/has/bin/vedit"
54232024-08-26T20:10:31.966Z[ recovery-image] Aug 26 20:10:30.456 INFO O| Aug 26 20:10:30.456 INFO STEP 503 (remove_files) COMPLETE
54242024-08-26T20:10:31.966Z[ recovery-image] Aug 26 20:10:30.456 INFO O| Aug 26 20:10:30.456 INFO STEP 504: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54252024-08-26T20:10:31.975Z[ recovery-image] Aug 26 20:10:30.465 INFO O| Aug 26 20:10:30.465 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/has/bin/vi"
54262024-08-26T20:10:31.975Z[ recovery-image] Aug 26 20:10:30.465 INFO O| Aug 26 20:10:30.465 INFO STEP 504 (remove_files) COMPLETE
54272024-08-26T20:10:31.978Z[ recovery-image] Aug 26 20:10:30.465 INFO O| Aug 26 20:10:30.465 INFO STEP 505: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54282024-08-26T20:10:31.984Z[ recovery-image] Aug 26 20:10:30.475 INFO O| Aug 26 20:10:30.475 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/has/bin/view"
54292024-08-26T20:10:31.984Z[ recovery-image] Aug 26 20:10:30.475 INFO O| Aug 26 20:10:30.475 INFO STEP 505 (remove_files) COMPLETE
54302024-08-26T20:10:31.984Z[ recovery-image] Aug 26 20:10:30.475 INFO O| Aug 26 20:10:30.475 INFO STEP 506: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54312024-08-26T20:10:31.994Z[ recovery-image] Aug 26 20:10:30.484 INFO O| Aug 26 20:10:30.484 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/amd64/logindmux"
54322024-08-26T20:10:31.997Z[ recovery-image] Aug 26 20:10:30.485 INFO O| Aug 26 20:10:30.485 INFO STEP 506 (remove_files) COMPLETE
54332024-08-26T20:10:31.997Z[ recovery-image] Aug 26 20:10:30.485 INFO O| Aug 26 20:10:30.485 INFO STEP 507: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54342024-08-26T20:10:32.005Z[ recovery-image] Aug 26 20:10:30.495 INFO O| Aug 26 20:10:30.495 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/amd64/pool"
54352024-08-26T20:10:32.007Z[ recovery-image] Aug 26 20:10:30.495 INFO O| Aug 26 20:10:30.495 INFO STEP 507 (remove_files) COMPLETE
54362024-08-26T20:10:32.007Z[ recovery-image] Aug 26 20:10:30.495 INFO O| Aug 26 20:10:30.495 INFO STEP 508: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54372024-08-26T20:10:32.014Z[ recovery-image] Aug 26 20:10:30.505 INFO O| Aug 26 20:10:30.505 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/amd64/ppt"
54382024-08-26T20:10:32.014Z[ recovery-image] Aug 26 20:10:30.505 INFO O| Aug 26 20:10:30.505 INFO STEP 508 (remove_files) COMPLETE
54392024-08-26T20:10:32.017Z[ recovery-image] Aug 26 20:10:30.505 INFO O| Aug 26 20:10:30.505 INFO STEP 509: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54402024-08-26T20:10:32.024Z[ recovery-image] Aug 26 20:10:30.514 INFO O| Aug 26 20:10:30.514 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/amd64/ptm"
54412024-08-26T20:10:32.026Z[ recovery-image] Aug 26 20:10:30.514 INFO O| Aug 26 20:10:30.514 INFO STEP 509 (remove_files) COMPLETE
54422024-08-26T20:10:32.026Z[ recovery-image] Aug 26 20:10:30.514 INFO O| Aug 26 20:10:30.514 INFO STEP 510: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54432024-08-26T20:10:32.034Z[ recovery-image] Aug 26 20:10:30.524 INFO O| Aug 26 20:10:30.524 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/amd64/pts"
54442024-08-26T20:10:32.034Z[ recovery-image] Aug 26 20:10:30.524 INFO O| Aug 26 20:10:30.524 INFO STEP 510 (remove_files) COMPLETE
54452024-08-26T20:10:32.034Z[ recovery-image] Aug 26 20:10:30.524 INFO O| Aug 26 20:10:30.524 INFO STEP 511: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54462024-08-26T20:10:32.044Z[ recovery-image] Aug 26 20:10:30.534 INFO O| Aug 26 20:10:30.534 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/amd64/vmm"
54472024-08-26T20:10:32.046Z[ recovery-image] Aug 26 20:10:30.534 INFO O| Aug 26 20:10:30.534 INFO STEP 511 (remove_files) COMPLETE
54482024-08-26T20:10:32.046Z[ recovery-image] Aug 26 20:10:30.534 INFO O| Aug 26 20:10:30.534 INFO STEP 512: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54492024-08-26T20:10:32.054Z[ recovery-image] Aug 26 20:10:30.544 INFO O| Aug 26 20:10:30.544 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/amd64/zcons"
54502024-08-26T20:10:32.056Z[ recovery-image] Aug 26 20:10:30.544 INFO O| Aug 26 20:10:30.544 INFO STEP 512 (remove_files) COMPLETE
54512024-08-26T20:10:32.056Z[ recovery-image] Aug 26 20:10:30.544 INFO O| Aug 26 20:10:30.544 INFO STEP 513: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54522024-08-26T20:10:32.064Z[ recovery-image] Aug 26 20:10:30.554 INFO O| Aug 26 20:10:30.554 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/fssnap.conf"
54532024-08-26T20:10:32.064Z[ recovery-image] Aug 26 20:10:30.554 INFO O| Aug 26 20:10:30.554 INFO STEP 513 (remove_files) COMPLETE
54542024-08-26T20:10:32.066Z[ recovery-image] Aug 26 20:10:30.554 INFO O| Aug 26 20:10:30.554 INFO STEP 514: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54552024-08-26T20:10:32.074Z[ recovery-image] Aug 26 20:10:30.565 INFO O| Aug 26 20:10:30.564 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/ksyms.conf"
54562024-08-26T20:10:32.074Z[ recovery-image] Aug 26 20:10:30.565 INFO O| Aug 26 20:10:30.565 INFO STEP 514 (remove_files) COMPLETE
54572024-08-26T20:10:32.074Z[ recovery-image] Aug 26 20:10:30.565 INFO O| Aug 26 20:10:30.565 INFO STEP 515: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54582024-08-26T20:10:32.084Z[ recovery-image] Aug 26 20:10:30.574 INFO O| Aug 26 20:10:30.574 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/logindmux.conf"
54592024-08-26T20:10:32.084Z[ recovery-image] Aug 26 20:10:30.575 INFO O| Aug 26 20:10:30.575 INFO STEP 515 (remove_files) COMPLETE
54602024-08-26T20:10:32.084Z[ recovery-image] Aug 26 20:10:30.575 INFO O| Aug 26 20:10:30.575 INFO STEP 516: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54612024-08-26T20:10:32.094Z[ recovery-image] Aug 26 20:10:30.584 INFO O| Aug 26 20:10:30.584 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/nsmb.conf"
54622024-08-26T20:10:32.094Z[ recovery-image] Aug 26 20:10:30.584 INFO O| Aug 26 20:10:30.584 INFO STEP 516 (remove_files) COMPLETE
54632024-08-26T20:10:32.094Z[ recovery-image] Aug 26 20:10:30.584 INFO O| Aug 26 20:10:30.584 INFO STEP 517: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54642024-08-26T20:10:32.104Z[ recovery-image] Aug 26 20:10:30.594 INFO O| Aug 26 20:10:30.594 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/pool.conf"
54652024-08-26T20:10:32.106Z[ recovery-image] Aug 26 20:10:30.595 INFO O| Aug 26 20:10:30.595 INFO STEP 517 (remove_files) COMPLETE
54662024-08-26T20:10:32.106Z[ recovery-image] Aug 26 20:10:30.595 INFO O| Aug 26 20:10:30.595 INFO STEP 518: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54672024-08-26T20:10:32.115Z[ recovery-image] Aug 26 20:10:30.605 INFO O| Aug 26 20:10:30.605 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/ppt.conf"
54682024-08-26T20:10:32.117Z[ recovery-image] Aug 26 20:10:30.605 INFO O| Aug 26 20:10:30.605 INFO STEP 518 (remove_files) COMPLETE
54692024-08-26T20:10:32.117Z[ recovery-image] Aug 26 20:10:30.606 INFO O| Aug 26 20:10:30.605 INFO STEP 519: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54702024-08-26T20:10:32.125Z[ recovery-image] Aug 26 20:10:30.615 INFO O| Aug 26 20:10:30.615 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/ptm.conf"
54712024-08-26T20:10:32.125Z[ recovery-image] Aug 26 20:10:30.615 INFO O| Aug 26 20:10:30.615 INFO STEP 519 (remove_files) COMPLETE
54722024-08-26T20:10:32.128Z[ recovery-image] Aug 26 20:10:30.615 INFO O| Aug 26 20:10:30.615 INFO STEP 520: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54732024-08-26T20:10:32.135Z[ recovery-image] Aug 26 20:10:30.625 INFO O| Aug 26 20:10:30.625 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/pts.conf"
54742024-08-26T20:10:32.135Z[ recovery-image] Aug 26 20:10:30.625 INFO O| Aug 26 20:10:30.625 INFO STEP 520 (remove_files) COMPLETE
54752024-08-26T20:10:32.135Z[ recovery-image] Aug 26 20:10:30.625 INFO O| Aug 26 20:10:30.625 INFO STEP 521: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54762024-08-26T20:10:32.145Z[ recovery-image] Aug 26 20:10:30.635 INFO O| Aug 26 20:10:30.635 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/signalfd.conf"
54772024-08-26T20:10:32.147Z[ recovery-image] Aug 26 20:10:30.635 INFO O| Aug 26 20:10:30.635 INFO STEP 521 (remove_files) COMPLETE
54782024-08-26T20:10:32.147Z[ recovery-image] Aug 26 20:10:30.636 INFO O| Aug 26 20:10:30.635 INFO STEP 522: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54792024-08-26T20:10:32.155Z[ recovery-image] Aug 26 20:10:30.645 INFO O| Aug 26 20:10:30.645 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/smbsrv.conf"
54802024-08-26T20:10:32.155Z[ recovery-image] Aug 26 20:10:30.645 INFO O| Aug 26 20:10:30.645 INFO STEP 522 (remove_files) COMPLETE
54812024-08-26T20:10:32.155Z[ recovery-image] Aug 26 20:10:30.645 INFO O| Aug 26 20:10:30.645 INFO STEP 523: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54822024-08-26T20:10:32.165Z[ recovery-image] Aug 26 20:10:30.655 INFO O| Aug 26 20:10:30.655 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/timerfd.conf"
54832024-08-26T20:10:32.165Z[ recovery-image] Aug 26 20:10:30.656 INFO O| Aug 26 20:10:30.655 INFO STEP 523 (remove_files) COMPLETE
54842024-08-26T20:10:32.165Z[ recovery-image] Aug 26 20:10:30.656 INFO O| Aug 26 20:10:30.656 INFO STEP 524: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54852024-08-26T20:10:32.175Z[ recovery-image] Aug 26 20:10:30.665 INFO O| Aug 26 20:10:30.665 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/viona.conf"
54862024-08-26T20:10:32.175Z[ recovery-image] Aug 26 20:10:30.665 INFO O| Aug 26 20:10:30.665 INFO STEP 524 (remove_files) COMPLETE
54872024-08-26T20:10:32.175Z[ recovery-image] Aug 26 20:10:30.665 INFO O| Aug 26 20:10:30.665 INFO STEP 525: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54882024-08-26T20:10:32.184Z[ recovery-image] Aug 26 20:10:30.675 INFO O| Aug 26 20:10:30.675 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/vmm.conf"
54892024-08-26T20:10:32.184Z[ recovery-image] Aug 26 20:10:30.675 INFO O| Aug 26 20:10:30.675 INFO STEP 525 (remove_files) COMPLETE
54902024-08-26T20:10:32.184Z[ recovery-image] Aug 26 20:10:30.675 INFO O| Aug 26 20:10:30.675 INFO STEP 526: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54912024-08-26T20:10:32.194Z[ recovery-image] Aug 26 20:10:30.684 INFO O| Aug 26 20:10:30.684 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/exec/amd64/javaexec"
54922024-08-26T20:10:32.196Z[ recovery-image] Aug 26 20:10:30.684 INFO O| Aug 26 20:10:30.684 INFO STEP 526 (remove_files) COMPLETE
54932024-08-26T20:10:32.196Z[ recovery-image] Aug 26 20:10:30.684 INFO O| Aug 26 20:10:30.684 INFO STEP 527: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54942024-08-26T20:10:32.203Z[ recovery-image] Aug 26 20:10:30.694 INFO O| Aug 26 20:10:30.694 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/exec/amd64/shbinexec"
54952024-08-26T20:10:32.203Z[ recovery-image] Aug 26 20:10:30.694 INFO O| Aug 26 20:10:30.694 INFO STEP 527 (remove_files) COMPLETE
54962024-08-26T20:10:32.204Z[ recovery-image] Aug 26 20:10:30.694 INFO O| Aug 26 20:10:30.694 INFO STEP 528: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54972024-08-26T20:10:32.213Z[ recovery-image] Aug 26 20:10:30.703 INFO O| Aug 26 20:10:30.703 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/fs/amd64/pcfs"
54982024-08-26T20:10:32.215Z[ recovery-image] Aug 26 20:10:30.703 INFO O| Aug 26 20:10:30.703 INFO STEP 528 (remove_files) COMPLETE
54992024-08-26T20:10:32.215Z[ recovery-image] Aug 26 20:10:30.703 INFO O| Aug 26 20:10:30.703 INFO STEP 529: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55002024-08-26T20:10:32.223Z[ recovery-image] Aug 26 20:10:30.713 INFO O| Aug 26 20:10:30.713 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/fs/amd64/smbfs"
55012024-08-26T20:10:32.223Z[ recovery-image] Aug 26 20:10:30.713 INFO O| Aug 26 20:10:30.713 INFO STEP 529 (remove_files) COMPLETE
55022024-08-26T20:10:32.225Z[ recovery-image] Aug 26 20:10:30.713 INFO O| Aug 26 20:10:30.713 INFO STEP 530: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55032024-08-26T20:10:32.232Z[ recovery-image] Aug 26 20:10:30.723 INFO O| Aug 26 20:10:30.723 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/kmdb/amd64/nsmb"
55042024-08-26T20:10:32.232Z[ recovery-image] Aug 26 20:10:30.723 INFO O| Aug 26 20:10:30.723 INFO STEP 530 (remove_files) COMPLETE
55052024-08-26T20:10:32.235Z[ recovery-image] Aug 26 20:10:30.723 INFO O| Aug 26 20:10:30.723 INFO STEP 531: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55062024-08-26T20:10:32.242Z[ recovery-image] Aug 26 20:10:30.732 INFO O| Aug 26 20:10:30.732 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/kmdb/amd64/smbfs"
55072024-08-26T20:10:32.244Z[ recovery-image] Aug 26 20:10:30.732 INFO O| Aug 26 20:10:30.732 INFO STEP 531 (remove_files) COMPLETE
55082024-08-26T20:10:32.244Z[ recovery-image] Aug 26 20:10:30.732 INFO O| Aug 26 20:10:30.732 INFO STEP 532: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55092024-08-26T20:10:32.251Z[ recovery-image] Aug 26 20:10:30.742 INFO O| Aug 26 20:10:30.742 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/kmdb/amd64/smbsrv"
55102024-08-26T20:10:32.254Z[ recovery-image] Aug 26 20:10:30.742 INFO O| Aug 26 20:10:30.742 INFO STEP 532 (remove_files) COMPLETE
55112024-08-26T20:10:32.254Z[ recovery-image] Aug 26 20:10:30.742 INFO O| Aug 26 20:10:30.742 INFO STEP 533: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55122024-08-26T20:10:32.261Z[ recovery-image] Aug 26 20:10:30.752 INFO O| Aug 26 20:10:30.752 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/misc/amd64/vmm_vtd"
55132024-08-26T20:10:32.261Z[ recovery-image] Aug 26 20:10:30.752 INFO O| Aug 26 20:10:30.752 INFO STEP 533 (remove_files) COMPLETE
55142024-08-26T20:10:32.261Z[ recovery-image] Aug 26 20:10:30.752 INFO O| Aug 26 20:10:30.752 INFO STEP 534: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55152024-08-26T20:10:32.271Z[ recovery-image] Aug 26 20:10:30.761 INFO O| Aug 26 20:10:30.761 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/pcbe/amd64/pcbe.GenuineIntel.15"
55162024-08-26T20:10:32.273Z[ recovery-image] Aug 26 20:10:30.761 INFO O| Aug 26 20:10:30.761 INFO STEP 534 (remove_files) COMPLETE
55172024-08-26T20:10:32.273Z[ recovery-image] Aug 26 20:10:30.761 INFO O| Aug 26 20:10:30.761 INFO STEP 535: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55182024-08-26T20:10:32.280Z[ recovery-image] Aug 26 20:10:30.771 INFO O| Aug 26 20:10:30.771 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/pcbe/amd64/pcbe.GenuineIntel.6.15"
55192024-08-26T20:10:32.283Z[ recovery-image] Aug 26 20:10:30.771 INFO O| Aug 26 20:10:30.771 INFO STEP 535 (remove_files) COMPLETE
55202024-08-26T20:10:32.283Z[ recovery-image] Aug 26 20:10:30.771 INFO O| Aug 26 20:10:30.771 INFO STEP 536: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55212024-08-26T20:10:32.291Z[ recovery-image] Aug 26 20:10:30.781 INFO O| Aug 26 20:10:30.781 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/sched/amd64/IA"
55222024-08-26T20:10:32.293Z[ recovery-image] Aug 26 20:10:30.781 INFO O| Aug 26 20:10:30.781 INFO STEP 536 (remove_files) COMPLETE
55232024-08-26T20:10:32.293Z[ recovery-image] Aug 26 20:10:30.781 INFO O| Aug 26 20:10:30.781 INFO STEP 537: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55242024-08-26T20:10:32.300Z[ recovery-image] Aug 26 20:10:30.791 INFO O| Aug 26 20:10:30.791 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/sched/amd64/RT"
55252024-08-26T20:10:32.300Z[ recovery-image] Aug 26 20:10:30.791 INFO O| Aug 26 20:10:30.791 INFO STEP 537 (remove_files) COMPLETE
55262024-08-26T20:10:32.303Z[ recovery-image] Aug 26 20:10:30.791 INFO O| Aug 26 20:10:30.791 INFO STEP 538: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55272024-08-26T20:10:32.310Z[ recovery-image] Aug 26 20:10:30.800 INFO O| Aug 26 20:10:30.800 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/sched/amd64/RT_DPTBL"
55282024-08-26T20:10:32.310Z[ recovery-image] Aug 26 20:10:30.800 INFO O| Aug 26 20:10:30.800 INFO STEP 538 (remove_files) COMPLETE
55292024-08-26T20:10:32.313Z[ recovery-image] Aug 26 20:10:30.800 INFO O| Aug 26 20:10:30.800 INFO STEP 539: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55302024-08-26T20:10:32.320Z[ recovery-image] Aug 26 20:10:30.811 INFO O| Aug 26 20:10:30.811 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/strmod/amd64/cryptmod"
55312024-08-26T20:10:32.321Z[ recovery-image] Aug 26 20:10:30.811 INFO O| Aug 26 20:10:30.811 INFO STEP 539 (remove_files) COMPLETE
55322024-08-26T20:10:32.323Z[ recovery-image] Aug 26 20:10:30.811 INFO O| Aug 26 20:10:30.811 INFO STEP 540: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55332024-08-26T20:10:32.331Z[ recovery-image] Aug 26 20:10:30.821 INFO O| Aug 26 20:10:30.821 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/strmod/amd64/rlmod"
55342024-08-26T20:10:32.333Z[ recovery-image] Aug 26 20:10:30.821 INFO O| Aug 26 20:10:30.821 INFO STEP 540 (remove_files) COMPLETE
55352024-08-26T20:10:32.334Z[ recovery-image] Aug 26 20:10:30.821 INFO O| Aug 26 20:10:30.821 INFO STEP 541: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55362024-08-26T20:10:32.341Z[ recovery-image] Aug 26 20:10:30.831 INFO O| Aug 26 20:10:30.831 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/strmod/amd64/telmod"
55372024-08-26T20:10:32.341Z[ recovery-image] Aug 26 20:10:30.832 INFO O| Aug 26 20:10:30.832 INFO STEP 541 (remove_files) COMPLETE
55382024-08-26T20:10:32.341Z[ recovery-image] Aug 26 20:10:30.832 INFO O| Aug 26 20:10:30.832 INFO STEP 542: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55392024-08-26T20:10:32.352Z[ recovery-image] Aug 26 20:10:30.842 INFO O| Aug 26 20:10:30.842 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/sys/amd64/acctctl"
55402024-08-26T20:10:32.352Z[ recovery-image] Aug 26 20:10:30.842 INFO O| Aug 26 20:10:30.842 INFO STEP 542 (remove_files) COMPLETE
55412024-08-26T20:10:32.352Z[ recovery-image] Aug 26 20:10:30.842 INFO O| Aug 26 20:10:30.842 INFO STEP 543: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55422024-08-26T20:10:32.365Z[ recovery-image] Aug 26 20:10:30.855 INFO O| Aug 26 20:10:30.855 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/sys/amd64/exacctsys"
55432024-08-26T20:10:32.365Z[ recovery-image] Aug 26 20:10:30.855 INFO O| Aug 26 20:10:30.855 INFO STEP 543 (remove_files) COMPLETE
55442024-08-26T20:10:32.365Z[ recovery-image] Aug 26 20:10:30.855 INFO O| Aug 26 20:10:30.855 INFO STEP 544: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55452024-08-26T20:10:32.377Z[ recovery-image] Aug 26 20:10:30.867 INFO O| Aug 26 20:10:30.867 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/sys/amd64/sysacct"
55462024-08-26T20:10:32.379Z[ recovery-image] Aug 26 20:10:30.867 INFO O| Aug 26 20:10:30.867 INFO STEP 544 (remove_files) COMPLETE
55472024-08-26T20:10:32.379Z[ recovery-image] Aug 26 20:10:30.867 INFO O| Aug 26 20:10:30.867 INFO STEP 545: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55482024-08-26T20:10:32.388Z[ recovery-image] Aug 26 20:10:30.879 INFO O| Aug 26 20:10:30.878 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kvm/README"
55492024-08-26T20:10:32.388Z[ recovery-image] Aug 26 20:10:30.879 INFO O| Aug 26 20:10:30.879 INFO STEP 545 (remove_files) COMPLETE
55502024-08-26T20:10:32.391Z[ recovery-image] Aug 26 20:10:30.879 INFO O| Aug 26 20:10:30.879 INFO STEP 546: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55512024-08-26T20:10:32.403Z[ recovery-image] Aug 26 20:10:30.894 INFO O| Aug 26 20:10:30.893 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/abi/spec2map"
55522024-08-26T20:10:32.403Z[ recovery-image] Aug 26 20:10:30.894 INFO O| Aug 26 20:10:30.894 INFO STEP 546 (remove_files) COMPLETE
55532024-08-26T20:10:32.406Z[ recovery-image] Aug 26 20:10:30.894 INFO O| Aug 26 20:10:30.894 INFO STEP 547: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55542024-08-26T20:10:32.417Z[ recovery-image] Aug 26 20:10:30.907 INFO O| Aug 26 20:10:30.907 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/abi/spec2trace"
55552024-08-26T20:10:32.417Z[ recovery-image] Aug 26 20:10:30.907 INFO O| Aug 26 20:10:30.907 INFO STEP 547 (remove_files) COMPLETE
55562024-08-26T20:10:32.417Z[ recovery-image] Aug 26 20:10:30.907 INFO O| Aug 26 20:10:30.907 INFO STEP 548: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55572024-08-26T20:10:32.429Z[ recovery-image] Aug 26 20:10:30.919 INFO O| Aug 26 20:10:30.919 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/adb/adbgen"
55582024-08-26T20:10:32.429Z[ recovery-image] Aug 26 20:10:30.919 INFO O| Aug 26 20:10:30.919 INFO STEP 548 (remove_files) COMPLETE
55592024-08-26T20:10:32.433Z[ recovery-image] Aug 26 20:10:30.919 INFO O| Aug 26 20:10:30.919 INFO STEP 549: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55602024-08-26T20:10:32.444Z[ recovery-image] Aug 26 20:10:30.934 INFO O| Aug 26 20:10:30.934 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/adb/adbgen1"
55612024-08-26T20:10:32.444Z[ recovery-image] Aug 26 20:10:30.934 INFO O| Aug 26 20:10:30.934 INFO STEP 549 (remove_files) COMPLETE
55622024-08-26T20:10:32.447Z[ recovery-image] Aug 26 20:10:30.934 INFO O| Aug 26 20:10:30.934 INFO STEP 550: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55632024-08-26T20:10:32.455Z[ recovery-image] Aug 26 20:10:30.946 INFO O| Aug 26 20:10:30.945 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/adb/adbgen3"
55642024-08-26T20:10:32.455Z[ recovery-image] Aug 26 20:10:30.946 INFO O| Aug 26 20:10:30.946 INFO STEP 550 (remove_files) COMPLETE
55652024-08-26T20:10:32.455Z[ recovery-image] Aug 26 20:10:30.946 INFO O| Aug 26 20:10:30.946 INFO STEP 551: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55662024-08-26T20:10:32.467Z[ recovery-image] Aug 26 20:10:30.957 INFO O| Aug 26 20:10:30.957 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/adb/adbgen4"
55672024-08-26T20:10:32.467Z[ recovery-image] Aug 26 20:10:30.957 INFO O| Aug 26 20:10:30.957 INFO STEP 551 (remove_files) COMPLETE
55682024-08-26T20:10:32.467Z[ recovery-image] Aug 26 20:10:30.957 INFO O| Aug 26 20:10:30.957 INFO STEP 552: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55692024-08-26T20:10:32.481Z[ recovery-image] Aug 26 20:10:30.971 INFO O| Aug 26 20:10:30.971 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/adb/adbsub.o"
55702024-08-26T20:10:32.481Z[ recovery-image] Aug 26 20:10:30.971 INFO O| Aug 26 20:10:30.971 INFO STEP 552 (remove_files) COMPLETE
55712024-08-26T20:10:32.481Z[ recovery-image] Aug 26 20:10:30.971 INFO O| Aug 26 20:10:30.971 INFO STEP 553: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55722024-08-26T20:10:32.493Z[ recovery-image] Aug 26 20:10:30.983 INFO O| Aug 26 20:10:30.983 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/adb/amd64/adbsub.o"
55732024-08-26T20:10:32.493Z[ recovery-image] Aug 26 20:10:30.983 INFO O| Aug 26 20:10:30.983 INFO STEP 553 (remove_files) COMPLETE
55742024-08-26T20:10:32.493Z[ recovery-image] Aug 26 20:10:30.983 INFO O| Aug 26 20:10:30.983 INFO STEP 554: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55752024-08-26T20:10:32.507Z[ recovery-image] Aug 26 20:10:30.997 INFO O| Aug 26 20:10:30.997 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/0@0.so.1"
55762024-08-26T20:10:32.509Z[ recovery-image] Aug 26 20:10:30.997 INFO O| Aug 26 20:10:30.997 INFO STEP 554 (remove_files) COMPLETE
55772024-08-26T20:10:32.509Z[ recovery-image] Aug 26 20:10:30.998 INFO O| Aug 26 20:10:30.997 INFO STEP 555: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55782024-08-26T20:10:32.524Z[ recovery-image] Aug 26 20:10:31.014 INFO O| Aug 26 20:10:31.014 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/Makefile.inc"
55792024-08-26T20:10:32.527Z[ recovery-image] Aug 26 20:10:31.015 INFO O| Aug 26 20:10:31.015 INFO STEP 555 (remove_files) COMPLETE
55802024-08-26T20:10:32.527Z[ recovery-image] Aug 26 20:10:31.015 INFO O| Aug 26 20:10:31.015 INFO STEP 556: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55812024-08-26T20:10:32.529Z[ host-image] Aug 26 20:10:31.019 INFO O| Aug 26 20:10:31.019 INFO O| Download: Completed 8.42 MB in 4.02 seconds (2.1M/s)
55822024-08-26T20:10:32.537Z[ recovery-image] Aug 26 20:10:31.027 INFO O| Aug 26 20:10:31.027 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/accept"
55832024-08-26T20:10:32.537Z[ recovery-image] Aug 26 20:10:31.028 INFO O| Aug 26 20:10:31.028 INFO STEP 556 (remove_files) COMPLETE
55842024-08-26T20:10:32.540Z[ recovery-image] Aug 26 20:10:31.028 INFO O| Aug 26 20:10:31.028 INFO STEP 557: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55852024-08-26T20:10:32.550Z[ recovery-image] Aug 26 20:10:31.040 INFO O| Aug 26 20:10:31.040 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/basename"
55862024-08-26T20:10:32.550Z[ recovery-image] Aug 26 20:10:31.040 INFO O| Aug 26 20:10:31.040 INFO STEP 557 (remove_files) COMPLETE
55872024-08-26T20:10:32.553Z[ recovery-image] Aug 26 20:10:31.040 INFO O| Aug 26 20:10:31.040 INFO STEP 558: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55882024-08-26T20:10:32.564Z[ recovery-image] Aug 26 20:10:31.054 INFO O| Aug 26 20:10:31.054 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/csv"
55892024-08-26T20:10:32.564Z[ recovery-image] Aug 26 20:10:31.054 INFO O| Aug 26 20:10:31.054 INFO STEP 558 (remove_files) COMPLETE
55902024-08-26T20:10:32.566Z[ recovery-image] Aug 26 20:10:31.054 INFO O| Aug 26 20:10:31.054 INFO STEP 559: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55912024-08-26T20:10:32.578Z[ recovery-image] Aug 26 20:10:31.068 INFO O| Aug 26 20:10:31.068 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/cut"
55922024-08-26T20:10:32.578Z[ recovery-image] Aug 26 20:10:31.068 INFO O| Aug 26 20:10:31.068 INFO STEP 559 (remove_files) COMPLETE
55932024-08-26T20:10:32.580Z[ recovery-image] Aug 26 20:10:31.068 INFO O| Aug 26 20:10:31.068 INFO STEP 560: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55942024-08-26T20:10:32.586Z[ host-image] Aug 26 20:10:31.076 INFO O| Aug 26 20:10:31.076 INFO O| Actions: 1/1361 actions (Installing new actions)
55952024-08-26T20:10:32.592Z[ recovery-image] Aug 26 20:10:31.082 INFO O| Aug 26 20:10:31.082 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/dirname"
55962024-08-26T20:10:32.592Z[ recovery-image] Aug 26 20:10:31.082 INFO O| Aug 26 20:10:31.082 INFO STEP 560 (remove_files) COMPLETE
55972024-08-26T20:10:32.592Z[ recovery-image] Aug 26 20:10:31.082 INFO O| Aug 26 20:10:31.082 INFO STEP 561: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55982024-08-26T20:10:32.605Z[ recovery-image] Aug 26 20:10:31.095 INFO O| Aug 26 20:10:31.095 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/fdflags"
55992024-08-26T20:10:32.605Z[ recovery-image] Aug 26 20:10:31.095 INFO O| Aug 26 20:10:31.095 INFO STEP 561 (remove_files) COMPLETE
56002024-08-26T20:10:32.608Z[ recovery-image] Aug 26 20:10:31.095 INFO O| Aug 26 20:10:31.095 INFO STEP 562: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56012024-08-26T20:10:32.617Z[ recovery-image] Aug 26 20:10:31.107 INFO O| Aug 26 20:10:31.107 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/finfo"
56022024-08-26T20:10:32.617Z[ recovery-image] Aug 26 20:10:31.107 INFO O| Aug 26 20:10:31.107 INFO STEP 562 (remove_files) COMPLETE
56032024-08-26T20:10:32.617Z[ recovery-image] Aug 26 20:10:31.107 INFO O| Aug 26 20:10:31.107 INFO STEP 563: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56042024-08-26T20:10:32.629Z[ recovery-image] Aug 26 20:10:31.119 INFO O| Aug 26 20:10:31.119 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/head"
56052024-08-26T20:10:32.629Z[ recovery-image] Aug 26 20:10:31.120 INFO O| Aug 26 20:10:31.120 INFO STEP 563 (remove_files) COMPLETE
56062024-08-26T20:10:32.629Z[ recovery-image] Aug 26 20:10:31.120 INFO O| Aug 26 20:10:31.120 INFO STEP 564: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56072024-08-26T20:10:32.642Z[ recovery-image] Aug 26 20:10:31.132 INFO O| Aug 26 20:10:31.132 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/id"
56082024-08-26T20:10:32.642Z[ recovery-image] Aug 26 20:10:31.132 INFO O| Aug 26 20:10:31.132 INFO STEP 564 (remove_files) COMPLETE
56092024-08-26T20:10:32.644Z[ recovery-image] Aug 26 20:10:31.132 INFO O| Aug 26 20:10:31.132 INFO STEP 565: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56102024-08-26T20:10:32.653Z[ recovery-image] Aug 26 20:10:31.143 INFO O| Aug 26 20:10:31.143 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/ln"
56112024-08-26T20:10:32.653Z[ recovery-image] Aug 26 20:10:31.144 INFO O| Aug 26 20:10:31.143 INFO STEP 565 (remove_files) COMPLETE
56122024-08-26T20:10:32.656Z[ recovery-image] Aug 26 20:10:31.144 INFO O| Aug 26 20:10:31.143 INFO STEP 566: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56132024-08-26T20:10:32.664Z[ recovery-image] Aug 26 20:10:31.154 INFO O| Aug 26 20:10:31.154 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/loadables.h"
56142024-08-26T20:10:32.664Z[ recovery-image] Aug 26 20:10:31.154 INFO O| Aug 26 20:10:31.154 INFO STEP 566 (remove_files) COMPLETE
56152024-08-26T20:10:32.666Z[ recovery-image] Aug 26 20:10:31.154 INFO O| Aug 26 20:10:31.154 INFO STEP 567: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56162024-08-26T20:10:32.674Z[ recovery-image] Aug 26 20:10:31.164 INFO O| Aug 26 20:10:31.164 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/logname"
56172024-08-26T20:10:32.676Z[ recovery-image] Aug 26 20:10:31.165 INFO O| Aug 26 20:10:31.165 INFO STEP 567 (remove_files) COMPLETE
56182024-08-26T20:10:32.676Z[ recovery-image] Aug 26 20:10:31.165 INFO O| Aug 26 20:10:31.165 INFO STEP 568: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56192024-08-26T20:10:32.684Z[ recovery-image] Aug 26 20:10:31.174 INFO O| Aug 26 20:10:31.174 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/mkdir"
56202024-08-26T20:10:32.686Z[ recovery-image] Aug 26 20:10:31.174 INFO O| Aug 26 20:10:31.174 INFO STEP 568 (remove_files) COMPLETE
56212024-08-26T20:10:32.686Z[ recovery-image] Aug 26 20:10:31.174 INFO O| Aug 26 20:10:31.174 INFO STEP 569: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56222024-08-26T20:10:32.694Z[ recovery-image] Aug 26 20:10:31.185 INFO O| Aug 26 20:10:31.185 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/mkfifo"
56232024-08-26T20:10:32.697Z[ recovery-image] Aug 26 20:10:31.185 INFO O| Aug 26 20:10:31.185 INFO STEP 569 (remove_files) COMPLETE
56242024-08-26T20:10:32.697Z[ recovery-image] Aug 26 20:10:31.185 INFO O| Aug 26 20:10:31.185 INFO STEP 570: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56252024-08-26T20:10:32.704Z[ recovery-image] Aug 26 20:10:31.194 INFO O| Aug 26 20:10:31.194 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/mktemp"
56262024-08-26T20:10:32.706Z[ recovery-image] Aug 26 20:10:31.195 INFO O| Aug 26 20:10:31.195 INFO STEP 570 (remove_files) COMPLETE
56272024-08-26T20:10:32.706Z[ recovery-image] Aug 26 20:10:31.195 INFO O| Aug 26 20:10:31.195 INFO STEP 571: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56282024-08-26T20:10:32.714Z[ recovery-image] Aug 26 20:10:31.204 INFO O| Aug 26 20:10:31.204 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/mypid"
56292024-08-26T20:10:32.716Z[ recovery-image] Aug 26 20:10:31.204 INFO O| Aug 26 20:10:31.204 INFO STEP 571 (remove_files) COMPLETE
56302024-08-26T20:10:32.717Z[ recovery-image] Aug 26 20:10:31.204 INFO O| Aug 26 20:10:31.204 INFO STEP 572: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56312024-08-26T20:10:32.724Z[ recovery-image] Aug 26 20:10:31.214 INFO O| Aug 26 20:10:31.214 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/pathchk"
56322024-08-26T20:10:32.726Z[ recovery-image] Aug 26 20:10:31.214 INFO O| Aug 26 20:10:31.214 INFO STEP 572 (remove_files) COMPLETE
56332024-08-26T20:10:32.726Z[ recovery-image] Aug 26 20:10:31.214 INFO O| Aug 26 20:10:31.214 INFO STEP 573: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56342024-08-26T20:10:32.733Z[ recovery-image] Aug 26 20:10:31.224 INFO O| Aug 26 20:10:31.224 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/print"
56352024-08-26T20:10:32.733Z[ recovery-image] Aug 26 20:10:31.224 INFO O| Aug 26 20:10:31.224 INFO STEP 573 (remove_files) COMPLETE
56362024-08-26T20:10:32.736Z[ recovery-image] Aug 26 20:10:31.224 INFO O| Aug 26 20:10:31.224 INFO STEP 574: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56372024-08-26T20:10:32.743Z[ recovery-image] Aug 26 20:10:31.233 INFO O| Aug 26 20:10:31.233 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/printenv"
56382024-08-26T20:10:32.743Z[ recovery-image] Aug 26 20:10:31.233 INFO O| Aug 26 20:10:31.233 INFO STEP 574 (remove_files) COMPLETE
56392024-08-26T20:10:32.743Z[ recovery-image] Aug 26 20:10:31.233 INFO O| Aug 26 20:10:31.233 INFO STEP 575: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56402024-08-26T20:10:32.752Z[ recovery-image] Aug 26 20:10:31.243 INFO O| Aug 26 20:10:31.243 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/push"
56412024-08-26T20:10:32.753Z[ recovery-image] Aug 26 20:10:31.243 INFO O| Aug 26 20:10:31.243 INFO STEP 575 (remove_files) COMPLETE
56422024-08-26T20:10:32.755Z[ recovery-image] Aug 26 20:10:31.243 INFO O| Aug 26 20:10:31.243 INFO STEP 576: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56432024-08-26T20:10:32.762Z[ recovery-image] Aug 26 20:10:31.252 INFO O| Aug 26 20:10:31.252 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/realpath"
56442024-08-26T20:10:32.762Z[ recovery-image] Aug 26 20:10:31.253 INFO O| Aug 26 20:10:31.252 INFO STEP 576 (remove_files) COMPLETE
56452024-08-26T20:10:32.765Z[ recovery-image] Aug 26 20:10:31.253 INFO O| Aug 26 20:10:31.253 INFO STEP 577: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56462024-08-26T20:10:32.772Z[ recovery-image] Aug 26 20:10:31.262 INFO O| Aug 26 20:10:31.262 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/rm"
56472024-08-26T20:10:32.774Z[ recovery-image] Aug 26 20:10:31.262 INFO O| Aug 26 20:10:31.262 INFO STEP 577 (remove_files) COMPLETE
56482024-08-26T20:10:32.774Z[ recovery-image] Aug 26 20:10:31.262 INFO O| Aug 26 20:10:31.262 INFO STEP 578: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56492024-08-26T20:10:32.781Z[ recovery-image] Aug 26 20:10:31.272 INFO O| Aug 26 20:10:31.272 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/rmdir"
56502024-08-26T20:10:32.781Z[ recovery-image] Aug 26 20:10:31.272 INFO O| Aug 26 20:10:31.272 INFO STEP 578 (remove_files) COMPLETE
56512024-08-26T20:10:32.784Z[ recovery-image] Aug 26 20:10:31.272 INFO O| Aug 26 20:10:31.272 INFO STEP 579: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56522024-08-26T20:10:32.794Z[ recovery-image] Aug 26 20:10:31.281 INFO O| Aug 26 20:10:31.281 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/seq"
56532024-08-26T20:10:32.794Z[ recovery-image] Aug 26 20:10:31.281 INFO O| Aug 26 20:10:31.281 INFO STEP 579 (remove_files) COMPLETE
56542024-08-26T20:10:32.795Z[ recovery-image] Aug 26 20:10:31.281 INFO O| Aug 26 20:10:31.281 INFO STEP 580: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56552024-08-26T20:10:32.801Z[ recovery-image] Aug 26 20:10:31.291 INFO O| Aug 26 20:10:31.291 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/setpgid"
56562024-08-26T20:10:32.803Z[ recovery-image] Aug 26 20:10:31.291 INFO O| Aug 26 20:10:31.291 INFO STEP 580 (remove_files) COMPLETE
56572024-08-26T20:10:32.803Z[ recovery-image] Aug 26 20:10:31.291 INFO O| Aug 26 20:10:31.291 INFO STEP 581: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56582024-08-26T20:10:32.811Z[ recovery-image] Aug 26 20:10:31.301 INFO O| Aug 26 20:10:31.301 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/sleep"
56592024-08-26T20:10:32.811Z[ recovery-image] Aug 26 20:10:31.301 INFO O| Aug 26 20:10:31.301 INFO STEP 581 (remove_files) COMPLETE
56602024-08-26T20:10:32.813Z[ recovery-image] Aug 26 20:10:31.301 INFO O| Aug 26 20:10:31.301 INFO STEP 582: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56612024-08-26T20:10:32.821Z[ recovery-image] Aug 26 20:10:31.311 INFO O| Aug 26 20:10:31.311 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/strftime"
56622024-08-26T20:10:32.821Z[ recovery-image] Aug 26 20:10:31.311 INFO O| Aug 26 20:10:31.311 INFO STEP 582 (remove_files) COMPLETE
56632024-08-26T20:10:32.823Z[ recovery-image] Aug 26 20:10:31.311 INFO O| Aug 26 20:10:31.311 INFO STEP 583: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56642024-08-26T20:10:32.830Z[ recovery-image] Aug 26 20:10:31.321 INFO O| Aug 26 20:10:31.321 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/sync"
56652024-08-26T20:10:32.830Z[ recovery-image] Aug 26 20:10:31.321 INFO O| Aug 26 20:10:31.321 INFO STEP 583 (remove_files) COMPLETE
56662024-08-26T20:10:32.831Z[ recovery-image] Aug 26 20:10:31.321 INFO O| Aug 26 20:10:31.321 INFO STEP 584: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56672024-08-26T20:10:32.840Z[ recovery-image] Aug 26 20:10:31.330 INFO O| Aug 26 20:10:31.330 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/tee"
56682024-08-26T20:10:32.840Z[ recovery-image] Aug 26 20:10:31.330 INFO O| Aug 26 20:10:31.330 INFO STEP 584 (remove_files) COMPLETE
56692024-08-26T20:10:32.842Z[ recovery-image] Aug 26 20:10:31.330 INFO O| Aug 26 20:10:31.330 INFO STEP 585: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56702024-08-26T20:10:32.850Z[ recovery-image] Aug 26 20:10:31.340 INFO O| Aug 26 20:10:31.340 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/truefalse"
56712024-08-26T20:10:32.852Z[ recovery-image] Aug 26 20:10:31.340 INFO O| Aug 26 20:10:31.340 INFO STEP 585 (remove_files) COMPLETE
56722024-08-26T20:10:32.852Z[ recovery-image] Aug 26 20:10:31.340 INFO O| Aug 26 20:10:31.340 INFO STEP 586: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56732024-08-26T20:10:32.861Z[ recovery-image] Aug 26 20:10:31.350 INFO O| Aug 26 20:10:31.350 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/tty"
56742024-08-26T20:10:32.864Z[ recovery-image] Aug 26 20:10:31.350 INFO O| Aug 26 20:10:31.350 INFO STEP 586 (remove_files) COMPLETE
56752024-08-26T20:10:32.864Z[ recovery-image] Aug 26 20:10:31.350 INFO O| Aug 26 20:10:31.350 INFO STEP 587: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56762024-08-26T20:10:32.870Z[ recovery-image] Aug 26 20:10:31.360 INFO O| Aug 26 20:10:31.360 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/uname"
56772024-08-26T20:10:32.870Z[ recovery-image] Aug 26 20:10:31.360 INFO O| Aug 26 20:10:31.360 INFO STEP 587 (remove_files) COMPLETE
56782024-08-26T20:10:32.872Z[ recovery-image] Aug 26 20:10:31.360 INFO O| Aug 26 20:10:31.360 INFO STEP 588: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56792024-08-26T20:10:32.879Z[ recovery-image] Aug 26 20:10:31.370 INFO O| Aug 26 20:10:31.370 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/unlink"
56802024-08-26T20:10:32.879Z[ recovery-image] Aug 26 20:10:31.370 INFO O| Aug 26 20:10:31.370 INFO STEP 588 (remove_files) COMPLETE
56812024-08-26T20:10:32.882Z[ recovery-image] Aug 26 20:10:31.370 INFO O| Aug 26 20:10:31.370 INFO STEP 589: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56822024-08-26T20:10:32.890Z[ recovery-image] Aug 26 20:10:31.380 INFO O| Aug 26 20:10:31.380 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/whoami"
56832024-08-26T20:10:32.890Z[ recovery-image] Aug 26 20:10:31.380 INFO O| Aug 26 20:10:31.380 INFO STEP 589 (remove_files) COMPLETE
56842024-08-26T20:10:32.890Z[ recovery-image] Aug 26 20:10:31.380 INFO O| Aug 26 20:10:31.380 INFO STEP 590: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56852024-08-26T20:10:32.899Z[ recovery-image] Aug 26 20:10:31.390 INFO O| Aug 26 20:10:31.390 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/cmake/libxml2/libxml2-config.cmake"
56862024-08-26T20:10:32.902Z[ recovery-image] Aug 26 20:10:31.390 INFO O| Aug 26 20:10:31.390 INFO STEP 590 (remove_files) COMPLETE
56872024-08-26T20:10:32.902Z[ recovery-image] Aug 26 20:10:31.390 INFO O| Aug 26 20:10:31.390 INFO STEP 591: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56882024-08-26T20:10:32.910Z[ recovery-image] Aug 26 20:10:31.401 INFO O| Aug 26 20:10:31.401 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/dbus-1.0/include/dbus/dbus-arch-deps.h"
56892024-08-26T20:10:32.910Z[ recovery-image] Aug 26 20:10:31.401 INFO O| Aug 26 20:10:31.401 INFO STEP 591 (remove_files) COMPLETE
56902024-08-26T20:10:32.911Z[ recovery-image] Aug 26 20:10:31.401 INFO O| Aug 26 20:10:31.401 INFO STEP 592: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56912024-08-26T20:10:32.921Z[ recovery-image] Aug 26 20:10:31.411 INFO O| Aug 26 20:10:31.411 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/getloginx.so.1"
56922024-08-26T20:10:32.921Z[ recovery-image] Aug 26 20:10:31.411 INFO O| Aug 26 20:10:31.411 INFO STEP 592 (remove_files) COMPLETE
56932024-08-26T20:10:32.923Z[ recovery-image] Aug 26 20:10:31.411 INFO O| Aug 26 20:10:31.411 INFO STEP 593: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56942024-08-26T20:10:32.930Z[ recovery-image] Aug 26 20:10:31.421 INFO O| Aug 26 20:10:31.421 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/gss/dh1024-0.so.1"
56952024-08-26T20:10:32.933Z[ recovery-image] Aug 26 20:10:31.421 INFO O| Aug 26 20:10:31.421 INFO STEP 593 (remove_files) COMPLETE
56962024-08-26T20:10:32.933Z[ recovery-image] Aug 26 20:10:31.421 INFO O| Aug 26 20:10:31.421 INFO STEP 594: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56972024-08-26T20:10:32.941Z[ recovery-image] Aug 26 20:10:31.431 INFO O| Aug 26 20:10:31.431 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/gss/dh640-0.so.1"
56982024-08-26T20:10:32.941Z[ recovery-image] Aug 26 20:10:31.431 INFO O| Aug 26 20:10:31.431 INFO STEP 594 (remove_files) COMPLETE
56992024-08-26T20:10:32.941Z[ recovery-image] Aug 26 20:10:31.431 INFO O| Aug 26 20:10:31.431 INFO STEP 595: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57002024-08-26T20:10:32.950Z[ recovery-image] Aug 26 20:10:31.441 INFO O| Aug 26 20:10:31.441 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/gss/mech_dh.so.1"
57012024-08-26T20:10:32.950Z[ recovery-image] Aug 26 20:10:31.441 INFO O| Aug 26 20:10:31.441 INFO STEP 595 (remove_files) COMPLETE
57022024-08-26T20:10:32.953Z[ recovery-image] Aug 26 20:10:31.441 INFO O| Aug 26 20:10:31.441 INFO STEP 596: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57032024-08-26T20:10:32.960Z[ recovery-image] Aug 26 20:10:31.451 INFO O| Aug 26 20:10:31.450 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/gss/mech_spnego.so.1"
57042024-08-26T20:10:32.960Z[ recovery-image] Aug 26 20:10:31.451 INFO O| Aug 26 20:10:31.451 INFO STEP 596 (remove_files) COMPLETE
57052024-08-26T20:10:32.960Z[ recovery-image] Aug 26 20:10:31.451 INFO O| Aug 26 20:10:31.451 INFO STEP 597: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57062024-08-26T20:10:32.971Z[ recovery-image] Aug 26 20:10:31.460 INFO O| Aug 26 20:10:31.460 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/lddstub"
57072024-08-26T20:10:32.974Z[ recovery-image] Aug 26 20:10:31.460 INFO O| Aug 26 20:10:31.460 INFO STEP 597 (remove_files) COMPLETE
57082024-08-26T20:10:32.974Z[ recovery-image] Aug 26 20:10:31.460 INFO O| Aug 26 20:10:31.460 INFO STEP 598: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57092024-08-26T20:10:32.980Z[ recovery-image] Aug 26 20:10:31.470 INFO O| Aug 26 20:10:31.470 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/lib9p.so.1"
57102024-08-26T20:10:32.982Z[ recovery-image] Aug 26 20:10:31.470 INFO O| Aug 26 20:10:31.470 INFO STEP 598 (remove_files) COMPLETE
57112024-08-26T20:10:32.982Z[ recovery-image] Aug 26 20:10:31.470 INFO O| Aug 26 20:10:31.470 INFO STEP 599: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57122024-08-26T20:10:32.989Z[ recovery-image] Aug 26 20:10:31.480 INFO O| Aug 26 20:10:31.480 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libads.so.1"
57132024-08-26T20:10:32.992Z[ recovery-image] Aug 26 20:10:31.480 INFO O| Aug 26 20:10:31.480 INFO STEP 599 (remove_files) COMPLETE
57142024-08-26T20:10:32.992Z[ recovery-image] Aug 26 20:10:31.480 INFO O| Aug 26 20:10:31.480 INFO STEP 600: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57152024-08-26T20:10:32.998Z[ host-image] Aug 26 20:10:31.489 INFO O| Aug 26 20:10:31.489 INFO O| Actions: Completed 1361 actions in 0.41 seconds.
57162024-08-26T20:10:33.001Z[ recovery-image] Aug 26 20:10:31.490 INFO O| Aug 26 20:10:31.490 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libadutils.so.1"
57172024-08-26T20:10:33.001Z[ recovery-image] Aug 26 20:10:31.490 INFO O| Aug 26 20:10:31.490 INFO STEP 600 (remove_files) COMPLETE
57182024-08-26T20:10:33.001Z[ recovery-image] Aug 26 20:10:31.490 INFO O| Aug 26 20:10:31.490 INFO STEP 601: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57192024-08-26T20:10:33.009Z[ recovery-image] Aug 26 20:10:31.499 INFO O| Aug 26 20:10:31.499 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libbe.so.1"
57202024-08-26T20:10:33.009Z[ recovery-image] Aug 26 20:10:31.499 INFO O| Aug 26 20:10:31.499 INFO STEP 601 (remove_files) COMPLETE
57212024-08-26T20:10:33.012Z[ recovery-image] Aug 26 20:10:31.499 INFO O| Aug 26 20:10:31.499 INFO STEP 602: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57222024-08-26T20:10:33.019Z[ recovery-image] Aug 26 20:10:31.509 INFO O| Aug 26 20:10:31.509 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libbrand.so.1"
57232024-08-26T20:10:33.019Z[ recovery-image] Aug 26 20:10:31.509 INFO O| Aug 26 20:10:31.509 INFO STEP 602 (remove_files) COMPLETE
57242024-08-26T20:10:33.021Z[ recovery-image] Aug 26 20:10:31.509 INFO O| Aug 26 20:10:31.509 INFO STEP 603: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57252024-08-26T20:10:33.029Z[ recovery-image] Aug 26 20:10:31.519 INFO O| Aug 26 20:10:31.519 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libbrotlicommon.so.1.0.9"
57262024-08-26T20:10:33.029Z[ recovery-image] Aug 26 20:10:31.519 INFO O| Aug 26 20:10:31.519 INFO STEP 603 (remove_files) COMPLETE
57272024-08-26T20:10:33.031Z[ recovery-image] Aug 26 20:10:31.519 INFO O| Aug 26 20:10:31.519 INFO STEP 604: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57282024-08-26T20:10:33.039Z[ recovery-image] Aug 26 20:10:31.529 INFO O| Aug 26 20:10:31.529 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libbrotlidec.so.1.0.9"
57292024-08-26T20:10:33.041Z[ recovery-image] Aug 26 20:10:31.529 INFO O| Aug 26 20:10:31.529 INFO STEP 604 (remove_files) COMPLETE
57302024-08-26T20:10:33.041Z[ recovery-image] Aug 26 20:10:31.529 INFO O| Aug 26 20:10:31.529 INFO STEP 605: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57312024-08-26T20:10:33.049Z[ recovery-image] Aug 26 20:10:31.539 INFO O| Aug 26 20:10:31.539 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libbrotlienc.so.1.0.9"
57322024-08-26T20:10:33.052Z[ recovery-image] Aug 26 20:10:31.539 INFO O| Aug 26 20:10:31.539 INFO STEP 605 (remove_files) COMPLETE
57332024-08-26T20:10:33.052Z[ recovery-image] Aug 26 20:10:31.539 INFO O| Aug 26 20:10:31.539 INFO STEP 606: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57342024-08-26T20:10:33.059Z[ recovery-image] Aug 26 20:10:31.549 INFO O| Aug 26 20:10:31.549 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libbsdmalloc.so.1"
57352024-08-26T20:10:33.059Z[ recovery-image] Aug 26 20:10:31.549 INFO O| Aug 26 20:10:31.549 INFO STEP 606 (remove_files) COMPLETE
57362024-08-26T20:10:33.059Z[ recovery-image] Aug 26 20:10:31.549 INFO O| Aug 26 20:10:31.549 INFO STEP 607: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57372024-08-26T20:10:33.069Z[ recovery-image] Aug 26 20:10:31.559 INFO O| Aug 26 20:10:31.559 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libbz2.so.1.0.8"
57382024-08-26T20:10:33.071Z[ recovery-image] Aug 26 20:10:31.559 INFO O| Aug 26 20:10:31.559 INFO STEP 607 (remove_files) COMPLETE
57392024-08-26T20:10:33.071Z[ recovery-image] Aug 26 20:10:31.559 INFO O| Aug 26 20:10:31.559 INFO STEP 608: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57402024-08-26T20:10:33.079Z[ recovery-image] Aug 26 20:10:31.569 INFO O| Aug 26 20:10:31.569 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libcommputil.so.1"
57412024-08-26T20:10:33.079Z[ recovery-image] Aug 26 20:10:31.569 INFO O| Aug 26 20:10:31.569 INFO STEP 608 (remove_files) COMPLETE
57422024-08-26T20:10:33.079Z[ recovery-image] Aug 26 20:10:31.569 INFO O| Aug 26 20:10:31.569 INFO STEP 609: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57432024-08-26T20:10:33.089Z[ recovery-image] Aug 26 20:10:31.579 INFO O| Aug 26 20:10:31.579 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libcpc.so.1"
57442024-08-26T20:10:33.091Z[ recovery-image] Aug 26 20:10:31.579 INFO O| Aug 26 20:10:31.579 INFO STEP 609 (remove_files) COMPLETE
57452024-08-26T20:10:33.091Z[ recovery-image] Aug 26 20:10:31.579 INFO O| Aug 26 20:10:31.579 INFO STEP 610: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57462024-08-26T20:10:33.100Z[ recovery-image] Aug 26 20:10:31.591 INFO O| Aug 26 20:10:31.591 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libcrle.so.1"
57472024-08-26T20:10:33.100Z[ recovery-image] Aug 26 20:10:31.591 INFO O| Aug 26 20:10:31.591 INFO STEP 610 (remove_files) COMPLETE
57482024-08-26T20:10:33.103Z[ recovery-image] Aug 26 20:10:31.591 INFO O| Aug 26 20:10:31.591 INFO STEP 611: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57492024-08-26T20:10:33.111Z[ recovery-image] Aug 26 20:10:31.601 INFO O| Aug 26 20:10:31.601 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libcrypt.so.1"
57502024-08-26T20:10:33.111Z[ recovery-image] Aug 26 20:10:31.601 INFO O| Aug 26 20:10:31.601 INFO STEP 611 (remove_files) COMPLETE
57512024-08-26T20:10:33.113Z[ recovery-image] Aug 26 20:10:31.601 INFO O| Aug 26 20:10:31.601 INFO STEP 612: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57522024-08-26T20:10:33.121Z[ recovery-image] Aug 26 20:10:31.611 INFO O| Aug 26 20:10:31.611 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libcurl.so.4.8.0"
57532024-08-26T20:10:33.123Z[ recovery-image] Aug 26 20:10:31.612 INFO O| Aug 26 20:10:31.612 INFO STEP 612 (remove_files) COMPLETE
57542024-08-26T20:10:33.124Z[ recovery-image] Aug 26 20:10:31.612 INFO O| Aug 26 20:10:31.612 INFO STEP 613: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57552024-08-26T20:10:33.131Z[ recovery-image] Aug 26 20:10:31.621 INFO O| Aug 26 20:10:31.621 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libdemangle-sys.so.1"
57562024-08-26T20:10:33.134Z[ recovery-image] Aug 26 20:10:31.622 INFO O| Aug 26 20:10:31.621 INFO STEP 613 (remove_files) COMPLETE
57572024-08-26T20:10:33.134Z[ recovery-image] Aug 26 20:10:31.622 INFO O| Aug 26 20:10:31.622 INFO STEP 614: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57582024-08-26T20:10:33.142Z[ recovery-image] Aug 26 20:10:31.633 INFO O| Aug 26 20:10:31.632 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libdll.so.1"
57592024-08-26T20:10:33.142Z[ recovery-image] Aug 26 20:10:31.633 INFO O| Aug 26 20:10:31.633 INFO STEP 614 (remove_files) COMPLETE
57602024-08-26T20:10:33.145Z[ recovery-image] Aug 26 20:10:31.633 INFO O| Aug 26 20:10:31.633 INFO STEP 615: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57612024-08-26T20:10:33.153Z[ recovery-image] Aug 26 20:10:31.643 INFO O| Aug 26 20:10:31.643 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libdtrace_jni.so.1"
57622024-08-26T20:10:33.153Z[ recovery-image] Aug 26 20:10:31.643 INFO O| Aug 26 20:10:31.643 INFO STEP 615 (remove_files) COMPLETE
57632024-08-26T20:10:33.153Z[ recovery-image] Aug 26 20:10:31.643 INFO O| Aug 26 20:10:31.643 INFO STEP 616: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57642024-08-26T20:10:33.164Z[ recovery-image] Aug 26 20:10:31.654 INFO O| Aug 26 20:10:31.654 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libform.so.1"
57652024-08-26T20:10:33.166Z[ recovery-image] Aug 26 20:10:31.654 INFO O| Aug 26 20:10:31.654 INFO STEP 616 (remove_files) COMPLETE
57662024-08-26T20:10:33.166Z[ recovery-image] Aug 26 20:10:31.654 INFO O| Aug 26 20:10:31.654 INFO STEP 617: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57672024-08-26T20:10:33.174Z[ recovery-image] Aug 26 20:10:31.665 INFO O| Aug 26 20:10:31.664 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libfstyp.so.1"
57682024-08-26T20:10:33.174Z[ recovery-image] Aug 26 20:10:31.665 INFO O| Aug 26 20:10:31.665 INFO STEP 617 (remove_files) COMPLETE
57692024-08-26T20:10:33.177Z[ recovery-image] Aug 26 20:10:31.665 INFO O| Aug 26 20:10:31.665 INFO STEP 618: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57702024-08-26T20:10:33.185Z[ recovery-image] Aug 26 20:10:31.675 INFO O| Aug 26 20:10:31.675 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libidspace.so.1"
57712024-08-26T20:10:33.185Z[ recovery-image] Aug 26 20:10:31.675 INFO O| Aug 26 20:10:31.675 INFO STEP 618 (remove_files) COMPLETE
57722024-08-26T20:10:33.188Z[ recovery-image] Aug 26 20:10:31.675 INFO O| Aug 26 20:10:31.675 INFO STEP 619: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57732024-08-26T20:10:33.196Z[ recovery-image] Aug 26 20:10:31.686 INFO O| Aug 26 20:10:31.686 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libike.so.1"
57742024-08-26T20:10:33.198Z[ recovery-image] Aug 26 20:10:31.686 INFO O| Aug 26 20:10:31.686 INFO STEP 619 (remove_files) COMPLETE
57752024-08-26T20:10:33.198Z[ recovery-image] Aug 26 20:10:31.686 INFO O| Aug 26 20:10:31.686 INFO STEP 620: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57762024-08-26T20:10:33.208Z[ recovery-image] Aug 26 20:10:31.698 INFO O| Aug 26 20:10:31.698 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libinstzones.so.1"
57772024-08-26T20:10:33.208Z[ recovery-image] Aug 26 20:10:31.698 INFO O| Aug 26 20:10:31.698 INFO STEP 620 (remove_files) COMPLETE
57782024-08-26T20:10:33.211Z[ recovery-image] Aug 26 20:10:31.698 INFO O| Aug 26 20:10:31.698 INFO STEP 621: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57792024-08-26T20:10:33.219Z[ recovery-image] Aug 26 20:10:31.709 INFO O| Aug 26 20:10:31.709 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libipmi.so.1"
57802024-08-26T20:10:33.221Z[ recovery-image] Aug 26 20:10:31.709 INFO O| Aug 26 20:10:31.709 INFO STEP 621 (remove_files) COMPLETE
57812024-08-26T20:10:33.221Z[ recovery-image] Aug 26 20:10:31.709 INFO O| Aug 26 20:10:31.709 INFO STEP 622: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57822024-08-26T20:10:33.229Z[ recovery-image] Aug 26 20:10:31.720 INFO O| Aug 26 20:10:31.720 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libipp.so.1"
57832024-08-26T20:10:33.232Z[ recovery-image] Aug 26 20:10:31.720 INFO O| Aug 26 20:10:31.720 INFO STEP 622 (remove_files) COMPLETE
57842024-08-26T20:10:33.232Z[ recovery-image] Aug 26 20:10:31.720 INFO O| Aug 26 20:10:31.720 INFO STEP 623: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57852024-08-26T20:10:33.240Z[ recovery-image] Aug 26 20:10:31.730 INFO O| Aug 26 20:10:31.730 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libipsecutil.so.1"
57862024-08-26T20:10:33.240Z[ recovery-image] Aug 26 20:10:31.730 INFO O| Aug 26 20:10:31.730 INFO STEP 623 (remove_files) COMPLETE
57872024-08-26T20:10:33.242Z[ recovery-image] Aug 26 20:10:31.730 INFO O| Aug 26 20:10:31.730 INFO STEP 624: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57882024-08-26T20:10:33.242Z[ host-image] Aug 26 20:10:31.731 INFO O| Aug 26 20:10:31.731 INFO O| Done
57892024-08-26T20:10:33.242Z[ host-image] Aug 26 20:10:31.731 INFO O| Aug 26 20:10:31.731 INFO O| Done
57902024-08-26T20:10:33.250Z[ recovery-image] Aug 26 20:10:31.740 INFO O| Aug 26 20:10:31.740 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libjedec.so.1"
57912024-08-26T20:10:33.252Z[ recovery-image] Aug 26 20:10:31.740 INFO O| Aug 26 20:10:31.740 INFO STEP 624 (remove_files) COMPLETE
57922024-08-26T20:10:33.252Z[ recovery-image] Aug 26 20:10:31.740 INFO O| Aug 26 20:10:31.740 INFO STEP 625: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57932024-08-26T20:10:33.260Z[ recovery-image] Aug 26 20:10:31.750 INFO O| Aug 26 20:10:31.750 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libkvm.so.1"
57942024-08-26T20:10:33.260Z[ recovery-image] Aug 26 20:10:31.751 INFO O| Aug 26 20:10:31.751 INFO STEP 625 (remove_files) COMPLETE
57952024-08-26T20:10:33.260Z[ recovery-image] Aug 26 20:10:31.751 INFO O| Aug 26 20:10:31.751 INFO STEP 626: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57962024-08-26T20:10:33.270Z[ recovery-image] Aug 26 20:10:31.760 INFO O| Aug 26 20:10:31.760 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libl.so.1"
57972024-08-26T20:10:33.270Z[ recovery-image] Aug 26 20:10:31.760 INFO O| Aug 26 20:10:31.760 INFO STEP 626 (remove_files) COMPLETE
57982024-08-26T20:10:33.272Z[ recovery-image] Aug 26 20:10:31.760 INFO O| Aug 26 20:10:31.760 INFO STEP 627: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57992024-08-26T20:10:33.280Z[ recovery-image] Aug 26 20:10:31.770 INFO O| Aug 26 20:10:31.770 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libldap.so.5"
58002024-08-26T20:10:33.282Z[ recovery-image] Aug 26 20:10:31.770 INFO O| Aug 26 20:10:31.770 INFO STEP 627 (remove_files) COMPLETE
58012024-08-26T20:10:33.282Z[ recovery-image] Aug 26 20:10:31.770 INFO O| Aug 26 20:10:31.770 INFO STEP 628: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58022024-08-26T20:10:33.290Z[ recovery-image] Aug 26 20:10:31.780 INFO O| Aug 26 20:10:31.780 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libldstab.so.1"
58032024-08-26T20:10:33.290Z[ recovery-image] Aug 26 20:10:31.780 INFO O| Aug 26 20:10:31.780 INFO STEP 628 (remove_files) COMPLETE
58042024-08-26T20:10:33.292Z[ recovery-image] Aug 26 20:10:31.780 INFO O| Aug 26 20:10:31.780 INFO STEP 629: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58052024-08-26T20:10:33.299Z[ recovery-image] Aug 26 20:10:31.790 INFO O| Aug 26 20:10:31.789 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/liblgrp.so.1"
58062024-08-26T20:10:33.302Z[ recovery-image] Aug 26 20:10:31.790 INFO O| Aug 26 20:10:31.790 INFO STEP 629 (remove_files) COMPLETE
58072024-08-26T20:10:33.302Z[ recovery-image] Aug 26 20:10:31.790 INFO O| Aug 26 20:10:31.790 INFO STEP 630: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58082024-08-26T20:10:33.309Z[ recovery-image] Aug 26 20:10:31.799 INFO O| Aug 26 20:10:31.799 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/liblm.so.1"
58092024-08-26T20:10:33.309Z[ recovery-image] Aug 26 20:10:31.799 INFO O| Aug 26 20:10:31.799 INFO STEP 630 (remove_files) COMPLETE
58102024-08-26T20:10:33.312Z[ recovery-image] Aug 26 20:10:31.799 INFO O| Aug 26 20:10:31.799 INFO STEP 631: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58112024-08-26T20:10:33.319Z[ recovery-image] Aug 26 20:10:31.809 INFO O| Aug 26 20:10:31.809 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libmail.so.1"
58122024-08-26T20:10:33.319Z[ recovery-image] Aug 26 20:10:31.809 INFO O| Aug 26 20:10:31.809 INFO STEP 631 (remove_files) COMPLETE
58132024-08-26T20:10:33.321Z[ recovery-image] Aug 26 20:10:31.809 INFO O| Aug 26 20:10:31.809 INFO STEP 632: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58142024-08-26T20:10:33.328Z[ recovery-image] Aug 26 20:10:31.819 INFO O| Aug 26 20:10:31.819 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libmalloc.so.1"
58152024-08-26T20:10:33.329Z[ recovery-image] Aug 26 20:10:31.819 INFO O| Aug 26 20:10:31.819 INFO STEP 632 (remove_files) COMPLETE
58162024-08-26T20:10:33.331Z[ recovery-image] Aug 26 20:10:31.819 INFO O| Aug 26 20:10:31.819 INFO STEP 633: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58172024-08-26T20:10:33.338Z[ recovery-image] Aug 26 20:10:31.829 INFO O| Aug 26 20:10:31.829 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libmapmalloc.so.1"
58182024-08-26T20:10:33.338Z[ recovery-image] Aug 26 20:10:31.829 INFO O| Aug 26 20:10:31.829 INFO STEP 633 (remove_files) COMPLETE
58192024-08-26T20:10:33.341Z[ recovery-image] Aug 26 20:10:31.829 INFO O| Aug 26 20:10:31.829 INFO STEP 634: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58202024-08-26T20:10:33.349Z[ recovery-image] Aug 26 20:10:31.839 INFO O| Aug 26 20:10:31.839 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libmenu.so.1"
58212024-08-26T20:10:33.349Z[ recovery-image] Aug 26 20:10:31.839 INFO O| Aug 26 20:10:31.839 INFO STEP 634 (remove_files) COMPLETE
58222024-08-26T20:10:33.352Z[ recovery-image] Aug 26 20:10:31.839 INFO O| Aug 26 20:10:31.839 INFO STEP 635: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58232024-08-26T20:10:33.359Z[ recovery-image] Aug 26 20:10:31.849 INFO O| Aug 26 20:10:31.849 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libmtmalloc.so.1"
58242024-08-26T20:10:33.359Z[ recovery-image] Aug 26 20:10:31.849 INFO O| Aug 26 20:10:31.849 INFO STEP 635 (remove_files) COMPLETE
58252024-08-26T20:10:33.362Z[ recovery-image] Aug 26 20:10:31.849 INFO O| Aug 26 20:10:31.849 INFO STEP 636: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58262024-08-26T20:10:33.369Z[ recovery-image] Aug 26 20:10:31.859 INFO O| Aug 26 20:10:31.859 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libncurses.so.5.9"
58272024-08-26T20:10:33.369Z[ recovery-image] Aug 26 20:10:31.859 INFO O| Aug 26 20:10:31.859 INFO STEP 636 (remove_files) COMPLETE
58282024-08-26T20:10:33.372Z[ recovery-image] Aug 26 20:10:31.859 INFO O| Aug 26 20:10:31.859 INFO STEP 637: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58292024-08-26T20:10:33.379Z[ recovery-image] Aug 26 20:10:31.869 INFO O| Aug 26 20:10:31.869 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libnls.so.1"
58302024-08-26T20:10:33.379Z[ recovery-image] Aug 26 20:10:31.869 INFO O| Aug 26 20:10:31.869 INFO STEP 637 (remove_files) COMPLETE
58312024-08-26T20:10:33.382Z[ recovery-image] Aug 26 20:10:31.869 INFO O| Aug 26 20:10:31.869 INFO STEP 638: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58322024-08-26T20:10:33.389Z[ recovery-image] Aug 26 20:10:31.879 INFO O| Aug 26 20:10:31.879 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libpanel.so.1"
58332024-08-26T20:10:33.392Z[ recovery-image] Aug 26 20:10:31.879 INFO O| Aug 26 20:10:31.879 INFO STEP 638 (remove_files) COMPLETE
58342024-08-26T20:10:33.392Z[ recovery-image] Aug 26 20:10:31.879 INFO O| Aug 26 20:10:31.879 INFO STEP 639: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58352024-08-26T20:10:33.399Z[ recovery-image] Aug 26 20:10:31.889 INFO O| Aug 26 20:10:31.889 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libpcrecpp.so.0.0.2"
58362024-08-26T20:10:33.400Z[ recovery-image] Aug 26 20:10:31.889 INFO O| Aug 26 20:10:31.889 INFO STEP 639 (remove_files) COMPLETE
58372024-08-26T20:10:33.403Z[ recovery-image] Aug 26 20:10:31.889 INFO O| Aug 26 20:10:31.889 INFO STEP 640: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58382024-08-26T20:10:33.410Z[ recovery-image] Aug 26 20:10:31.900 INFO O| Aug 26 20:10:31.900 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libpcreposix.so.0.0.7"
58392024-08-26T20:10:33.410Z[ recovery-image] Aug 26 20:10:31.900 INFO O| Aug 26 20:10:31.900 INFO STEP 640 (remove_files) COMPLETE
58402024-08-26T20:10:33.413Z[ recovery-image] Aug 26 20:10:31.900 INFO O| Aug 26 20:10:31.900 INFO STEP 641: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58412024-08-26T20:10:33.421Z[ recovery-image] Aug 26 20:10:31.911 INFO O| Aug 26 20:10:31.911 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libpctx.so.1"
58422024-08-26T20:10:33.421Z[ recovery-image] Aug 26 20:10:31.911 INFO O| Aug 26 20:10:31.911 INFO STEP 641 (remove_files) COMPLETE
58432024-08-26T20:10:33.421Z[ recovery-image] Aug 26 20:10:31.911 INFO O| Aug 26 20:10:31.911 INFO STEP 642: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58442024-08-26T20:10:33.431Z[ recovery-image] Aug 26 20:10:31.921 INFO O| Aug 26 20:10:31.921 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libpicl.so.1"
58452024-08-26T20:10:33.434Z[ recovery-image] Aug 26 20:10:31.921 INFO O| Aug 26 20:10:31.921 INFO STEP 642 (remove_files) COMPLETE
58462024-08-26T20:10:33.434Z[ recovery-image] Aug 26 20:10:31.921 INFO O| Aug 26 20:10:31.921 INFO STEP 643: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58472024-08-26T20:10:33.441Z[ recovery-image] Aug 26 20:10:31.931 INFO O| Aug 26 20:10:31.931 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libppt.so.1"
58482024-08-26T20:10:33.441Z[ recovery-image] Aug 26 20:10:31.931 INFO O| Aug 26 20:10:31.931 INFO STEP 643 (remove_files) COMPLETE
58492024-08-26T20:10:33.441Z[ recovery-image] Aug 26 20:10:31.931 INFO O| Aug 26 20:10:31.931 INFO STEP 644: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58502024-08-26T20:10:33.452Z[ recovery-image] Aug 26 20:10:31.942 INFO O| Aug 26 20:10:31.942 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libraidcfg.so.1"
58512024-08-26T20:10:33.452Z[ recovery-image] Aug 26 20:10:31.942 INFO O| Aug 26 20:10:31.942 INFO STEP 644 (remove_files) COMPLETE
58522024-08-26T20:10:33.452Z[ recovery-image] Aug 26 20:10:31.942 INFO O| Aug 26 20:10:31.942 INFO STEP 645: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58532024-08-26T20:10:33.462Z[ recovery-image] Aug 26 20:10:31.952 INFO O| Aug 26 20:10:31.952 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/librename.so.1"
58542024-08-26T20:10:33.462Z[ recovery-image] Aug 26 20:10:31.952 INFO O| Aug 26 20:10:31.952 INFO STEP 645 (remove_files) COMPLETE
58552024-08-26T20:10:33.462Z[ recovery-image] Aug 26 20:10:31.952 INFO O| Aug 26 20:10:31.952 INFO STEP 646: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58562024-08-26T20:10:33.471Z[ recovery-image] Aug 26 20:10:31.962 INFO O| Aug 26 20:10:31.962 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libreparse.so.1"
58572024-08-26T20:10:33.474Z[ recovery-image] Aug 26 20:10:31.962 INFO O| Aug 26 20:10:31.962 INFO STEP 646 (remove_files) COMPLETE
58582024-08-26T20:10:33.474Z[ recovery-image] Aug 26 20:10:31.962 INFO O| Aug 26 20:10:31.962 INFO STEP 647: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58592024-08-26T20:10:33.482Z[ recovery-image] Aug 26 20:10:31.971 INFO O| Aug 26 20:10:31.971 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libsasl.so.1"
58602024-08-26T20:10:33.485Z[ recovery-image] Aug 26 20:10:31.972 INFO O| Aug 26 20:10:31.971 INFO STEP 647 (remove_files) COMPLETE
58612024-08-26T20:10:33.485Z[ recovery-image] Aug 26 20:10:31.972 INFO O| Aug 26 20:10:31.972 INFO STEP 648: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58622024-08-26T20:10:33.491Z[ recovery-image] Aug 26 20:10:31.981 INFO O| Aug 26 20:10:31.981 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libsched.so.1"
58632024-08-26T20:10:33.491Z[ recovery-image] Aug 26 20:10:31.981 INFO O| Aug 26 20:10:31.981 INFO STEP 648 (remove_files) COMPLETE
58642024-08-26T20:10:33.491Z[ recovery-image] Aug 26 20:10:31.981 INFO O| Aug 26 20:10:31.981 INFO STEP 649: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58652024-08-26T20:10:33.500Z[ recovery-image] Aug 26 20:10:31.991 INFO O| Aug 26 20:10:31.990 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libsctp.so.1"
58662024-08-26T20:10:33.500Z[ recovery-image] Aug 26 20:10:31.991 INFO O| Aug 26 20:10:31.991 INFO STEP 649 (remove_files) COMPLETE
58672024-08-26T20:10:33.500Z[ recovery-image] Aug 26 20:10:31.991 INFO O| Aug 26 20:10:31.991 INFO STEP 650: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58682024-08-26T20:10:33.510Z[ recovery-image] Aug 26 20:10:32.000 INFO O| Aug 26 20:10:32.000 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libsff.so.1"
58692024-08-26T20:10:33.510Z[ recovery-image] Aug 26 20:10:32.000 INFO O| Aug 26 20:10:32.000 INFO STEP 650 (remove_files) COMPLETE
58702024-08-26T20:10:33.510Z[ recovery-image] Aug 26 20:10:32.000 INFO O| Aug 26 20:10:32.000 INFO STEP 651: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58712024-08-26T20:10:33.520Z[ recovery-image] Aug 26 20:10:32.010 INFO O| Aug 26 20:10:32.010 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libsip.so.1"
58722024-08-26T20:10:33.523Z[ recovery-image] Aug 26 20:10:32.011 INFO O| Aug 26 20:10:32.011 INFO STEP 651 (remove_files) COMPLETE
58732024-08-26T20:10:33.523Z[ recovery-image] Aug 26 20:10:32.011 INFO O| Aug 26 20:10:32.011 INFO STEP 652: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58742024-08-26T20:10:33.530Z[ recovery-image] Aug 26 20:10:32.020 INFO O| Aug 26 20:10:32.020 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libsldap.so.1"
58752024-08-26T20:10:33.532Z[ recovery-image] Aug 26 20:10:32.020 INFO O| Aug 26 20:10:32.020 INFO STEP 652 (remove_files) COMPLETE
58762024-08-26T20:10:33.532Z[ recovery-image] Aug 26 20:10:32.020 INFO O| Aug 26 20:10:32.020 INFO STEP 653: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58772024-08-26T20:10:33.539Z[ recovery-image] Aug 26 20:10:32.030 INFO O| Aug 26 20:10:32.030 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libsmbfs.so.1"
58782024-08-26T20:10:33.540Z[ recovery-image] Aug 26 20:10:32.030 INFO O| Aug 26 20:10:32.030 INFO STEP 653 (remove_files) COMPLETE
58792024-08-26T20:10:33.540Z[ recovery-image] Aug 26 20:10:32.030 INFO O| Aug 26 20:10:32.030 INFO STEP 654: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58802024-08-26T20:10:33.549Z[ recovery-image] Aug 26 20:10:32.039 INFO O| Aug 26 20:10:32.039 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libsoftcrypto.so.1"
58812024-08-26T20:10:33.549Z[ recovery-image] Aug 26 20:10:32.039 INFO O| Aug 26 20:10:32.039 INFO STEP 654 (remove_files) COMPLETE
58822024-08-26T20:10:33.552Z[ recovery-image] Aug 26 20:10:32.040 INFO O| Aug 26 20:10:32.039 INFO STEP 655: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58832024-08-26T20:10:33.559Z[ recovery-image] Aug 26 20:10:32.049 INFO O| Aug 26 20:10:32.049 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libsqlite3.so.0.8.6"
58842024-08-26T20:10:33.561Z[ recovery-image] Aug 26 20:10:32.049 INFO O| Aug 26 20:10:32.049 INFO STEP 655 (remove_files) COMPLETE
58852024-08-26T20:10:33.561Z[ recovery-image] Aug 26 20:10:32.049 INFO O| Aug 26 20:10:32.049 INFO STEP 656: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58862024-08-26T20:10:33.568Z[ recovery-image] Aug 26 20:10:32.059 INFO O| Aug 26 20:10:32.058 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libsum.so.1"
58872024-08-26T20:10:33.568Z[ recovery-image] Aug 26 20:10:32.059 INFO O| Aug 26 20:10:32.059 INFO STEP 656 (remove_files) COMPLETE
58882024-08-26T20:10:33.571Z[ recovery-image] Aug 26 20:10:32.059 INFO O| Aug 26 20:10:32.059 INFO STEP 657: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58892024-08-26T20:10:33.578Z[ recovery-image] Aug 26 20:10:32.068 INFO O| Aug 26 20:10:32.068 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libtecla.so.1"
58902024-08-26T20:10:33.578Z[ recovery-image] Aug 26 20:10:32.068 INFO O| Aug 26 20:10:32.068 INFO STEP 657 (remove_files) COMPLETE
58912024-08-26T20:10:33.580Z[ recovery-image] Aug 26 20:10:32.068 INFO O| Aug 26 20:10:32.068 INFO STEP 658: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58922024-08-26T20:10:33.587Z[ recovery-image] Aug 26 20:10:32.077 INFO O| Aug 26 20:10:32.077 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libtspi.so.1.2.0"
58932024-08-26T20:10:33.589Z[ recovery-image] Aug 26 20:10:32.077 INFO O| Aug 26 20:10:32.077 INFO STEP 658 (remove_files) COMPLETE
58942024-08-26T20:10:33.589Z[ recovery-image] Aug 26 20:10:32.078 INFO O| Aug 26 20:10:32.077 INFO STEP 659: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58952024-08-26T20:10:33.592Z[ host-image] Aug 26 20:10:32.082 INFO O| Aug 26 20:10:32.081 INFO O| Done
58962024-08-26T20:10:33.597Z[ recovery-image] Aug 26 20:10:32.087 INFO O| Aug 26 20:10:32.087 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libvolmgt.so.1"
58972024-08-26T20:10:33.597Z[ recovery-image] Aug 26 20:10:32.087 INFO O| Aug 26 20:10:32.087 INFO STEP 659 (remove_files) COMPLETE
58982024-08-26T20:10:33.597Z[ recovery-image] Aug 26 20:10:32.087 INFO O| Aug 26 20:10:32.087 INFO STEP 660: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58992024-08-26T20:10:33.607Z[ recovery-image] Aug 26 20:10:32.097 INFO O| Aug 26 20:10:32.097 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/liby.so.1"
59002024-08-26T20:10:33.607Z[ recovery-image] Aug 26 20:10:32.097 INFO O| Aug 26 20:10:32.097 INFO STEP 660 (remove_files) COMPLETE
59012024-08-26T20:10:33.609Z[ recovery-image] Aug 26 20:10:32.097 INFO O| Aug 26 20:10:32.097 INFO STEP 661: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59022024-08-26T20:10:33.616Z[ recovery-image] Aug 26 20:10:32.107 INFO O| Aug 26 20:10:32.106 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libzfs_jni.so.1"
59032024-08-26T20:10:33.616Z[ recovery-image] Aug 26 20:10:32.107 INFO O| Aug 26 20:10:32.107 INFO STEP 661 (remove_files) COMPLETE
59042024-08-26T20:10:33.619Z[ recovery-image] Aug 26 20:10:32.107 INFO O| Aug 26 20:10:32.107 INFO STEP 662: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59052024-08-26T20:10:33.626Z[ recovery-image] Aug 26 20:10:32.116 INFO O| Aug 26 20:10:32.116 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libzfsbootenv.so.1"
59062024-08-26T20:10:33.629Z[ recovery-image] Aug 26 20:10:32.116 INFO O| Aug 26 20:10:32.116 INFO STEP 662 (remove_files) COMPLETE
59072024-08-26T20:10:33.629Z[ recovery-image] Aug 26 20:10:32.116 INFO O| Aug 26 20:10:32.116 INFO STEP 663: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59082024-08-26T20:10:33.636Z[ recovery-image] Aug 26 20:10:32.126 INFO O| Aug 26 20:10:32.126 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libzonecfg.so.1"
59092024-08-26T20:10:33.636Z[ recovery-image] Aug 26 20:10:32.126 INFO O| Aug 26 20:10:32.126 INFO STEP 663 (remove_files) COMPLETE
59102024-08-26T20:10:33.639Z[ recovery-image] Aug 26 20:10:32.126 INFO O| Aug 26 20:10:32.126 INFO STEP 664: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59112024-08-26T20:10:33.646Z[ recovery-image] Aug 26 20:10:32.136 INFO O| Aug 26 20:10:32.136 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libzoneinfo.so.1"
59122024-08-26T20:10:33.646Z[ recovery-image] Aug 26 20:10:32.136 INFO O| Aug 26 20:10:32.136 INFO STEP 664 (remove_files) COMPLETE
59132024-08-26T20:10:33.649Z[ recovery-image] Aug 26 20:10:32.136 INFO O| Aug 26 20:10:32.136 INFO STEP 665: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59142024-08-26T20:10:33.656Z[ recovery-image] Aug 26 20:10:32.146 INFO O| Aug 26 20:10:32.146 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libzonestat.so.1"
59152024-08-26T20:10:33.658Z[ recovery-image] Aug 26 20:10:32.146 INFO O| Aug 26 20:10:32.146 INFO STEP 665 (remove_files) COMPLETE
59162024-08-26T20:10:33.658Z[ recovery-image] Aug 26 20:10:32.146 INFO O| Aug 26 20:10:32.146 INFO STEP 666: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59172024-08-26T20:10:33.666Z[ recovery-image] Aug 26 20:10:32.156 INFO O| Aug 26 20:10:32.156 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libzpool.so.1"
59182024-08-26T20:10:33.668Z[ recovery-image] Aug 26 20:10:32.156 INFO O| Aug 26 20:10:32.156 INFO STEP 666 (remove_files) COMPLETE
59192024-08-26T20:10:33.668Z[ recovery-image] Aug 26 20:10:32.156 INFO O| Aug 26 20:10:32.156 INFO STEP 667: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59202024-08-26T20:10:33.676Z[ recovery-image] Aug 26 20:10:32.166 INFO O| Aug 26 20:10:32.166 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/madv.so.1"
59212024-08-26T20:10:33.676Z[ recovery-image] Aug 26 20:10:32.166 INFO O| Aug 26 20:10:32.166 INFO STEP 667 (remove_files) COMPLETE
59222024-08-26T20:10:33.676Z[ recovery-image] Aug 26 20:10:32.166 INFO O| Aug 26 20:10:32.166 INFO STEP 668: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59232024-08-26T20:10:33.686Z[ recovery-image] Aug 26 20:10:32.176 INFO O| Aug 26 20:10:32.176 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/mpss.so.1"
59242024-08-26T20:10:33.686Z[ recovery-image] Aug 26 20:10:32.176 INFO O| Aug 26 20:10:32.176 INFO STEP 668 (remove_files) COMPLETE
59252024-08-26T20:10:33.686Z[ recovery-image] Aug 26 20:10:32.176 INFO O| Aug 26 20:10:32.176 INFO STEP 669: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59262024-08-26T20:10:33.696Z[ recovery-image] Aug 26 20:10:32.186 INFO O| Aug 26 20:10:32.186 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/nss_ad.so.1"
59272024-08-26T20:10:33.696Z[ recovery-image] Aug 26 20:10:32.186 INFO O| Aug 26 20:10:32.186 INFO STEP 669 (remove_files) COMPLETE
59282024-08-26T20:10:33.698Z[ recovery-image] Aug 26 20:10:32.186 INFO O| Aug 26 20:10:32.186 INFO STEP 670: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59292024-08-26T20:10:33.718Z[ recovery-image] Aug 26 20:10:32.196 INFO O| Aug 26 20:10:32.196 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/nss_ldap.so.1"
59302024-08-26T20:10:33.718Z[ recovery-image] Aug 26 20:10:32.196 INFO O| Aug 26 20:10:32.196 INFO STEP 670 (remove_files) COMPLETE
59312024-08-26T20:10:33.718Z[ recovery-image] Aug 26 20:10:32.196 INFO O| Aug 26 20:10:32.196 INFO STEP 671: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59322024-08-26T20:10:33.721Z[ recovery-image] Aug 26 20:10:32.206 INFO O| Aug 26 20:10:32.206 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/passwdutil.so.1"
59332024-08-26T20:10:33.721Z[ recovery-image] Aug 26 20:10:32.206 INFO O| Aug 26 20:10:32.206 INFO STEP 671 (remove_files) COMPLETE
59342024-08-26T20:10:33.721Z[ recovery-image] Aug 26 20:10:32.206 INFO O| Aug 26 20:10:32.206 INFO STEP 672: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59352024-08-26T20:10:33.726Z[ recovery-image] Aug 26 20:10:32.216 INFO O| Aug 26 20:10:32.216 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/bash.pc"
59362024-08-26T20:10:33.726Z[ recovery-image] Aug 26 20:10:32.216 INFO O| Aug 26 20:10:32.216 INFO STEP 672 (remove_files) COMPLETE
59372024-08-26T20:10:33.729Z[ recovery-image] Aug 26 20:10:32.216 INFO O| Aug 26 20:10:32.216 INFO STEP 673: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59382024-08-26T20:10:33.736Z[ recovery-image] Aug 26 20:10:32.226 INFO O| Aug 26 20:10:32.226 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/dbus-1.pc"
59392024-08-26T20:10:33.736Z[ recovery-image] Aug 26 20:10:32.226 INFO O| Aug 26 20:10:32.226 INFO STEP 673 (remove_files) COMPLETE
59402024-08-26T20:10:33.736Z[ recovery-image] Aug 26 20:10:32.226 INFO O| Aug 26 20:10:32.226 INFO STEP 674: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59412024-08-26T20:10:33.746Z[ recovery-image] Aug 26 20:10:32.236 INFO O| Aug 26 20:10:32.236 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/expat.pc"
59422024-08-26T20:10:33.746Z[ recovery-image] Aug 26 20:10:32.236 INFO O| Aug 26 20:10:32.236 INFO STEP 674 (remove_files) COMPLETE
59432024-08-26T20:10:33.748Z[ recovery-image] Aug 26 20:10:32.236 INFO O| Aug 26 20:10:32.236 INFO STEP 675: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59442024-08-26T20:10:33.755Z[ recovery-image] Aug 26 20:10:32.245 INFO O| Aug 26 20:10:32.245 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/form.pc"
59452024-08-26T20:10:33.755Z[ recovery-image] Aug 26 20:10:32.246 INFO O| Aug 26 20:10:32.246 INFO STEP 675 (remove_files) COMPLETE
59462024-08-26T20:10:33.755Z[ recovery-image] Aug 26 20:10:32.246 INFO O| Aug 26 20:10:32.246 INFO STEP 676: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59472024-08-26T20:10:33.765Z[ recovery-image] Aug 26 20:10:32.255 INFO O| Aug 26 20:10:32.255 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/libbrotlicommon.pc"
59482024-08-26T20:10:33.765Z[ recovery-image] Aug 26 20:10:32.255 INFO O| Aug 26 20:10:32.255 INFO STEP 676 (remove_files) COMPLETE
59492024-08-26T20:10:33.767Z[ recovery-image] Aug 26 20:10:32.255 INFO O| Aug 26 20:10:32.255 INFO STEP 677: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59502024-08-26T20:10:33.775Z[ recovery-image] Aug 26 20:10:32.265 INFO O| Aug 26 20:10:32.265 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/libbrotlidec.pc"
59512024-08-26T20:10:33.777Z[ recovery-image] Aug 26 20:10:32.265 INFO O| Aug 26 20:10:32.265 INFO STEP 677 (remove_files) COMPLETE
59522024-08-26T20:10:33.777Z[ recovery-image] Aug 26 20:10:32.265 INFO O| Aug 26 20:10:32.265 INFO STEP 678: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59532024-08-26T20:10:33.784Z[ recovery-image] Aug 26 20:10:32.275 INFO O| Aug 26 20:10:32.275 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/libbrotlienc.pc"
59542024-08-26T20:10:33.785Z[ recovery-image] Aug 26 20:10:32.275 INFO O| Aug 26 20:10:32.275 INFO STEP 678 (remove_files) COMPLETE
59552024-08-26T20:10:33.785Z[ recovery-image] Aug 26 20:10:32.275 INFO O| Aug 26 20:10:32.275 INFO STEP 679: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59562024-08-26T20:10:33.794Z[ recovery-image] Aug 26 20:10:32.284 INFO O| Aug 26 20:10:32.284 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/libcurl.pc"
59572024-08-26T20:10:33.794Z[ recovery-image] Aug 26 20:10:32.284 INFO O| Aug 26 20:10:32.284 INFO STEP 679 (remove_files) COMPLETE
59582024-08-26T20:10:33.794Z[ recovery-image] Aug 26 20:10:32.284 INFO O| Aug 26 20:10:32.284 INFO STEP 680: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59592024-08-26T20:10:33.804Z[ recovery-image] Aug 26 20:10:32.294 INFO O| Aug 26 20:10:32.294 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/libedit.pc"
59602024-08-26T20:10:33.804Z[ recovery-image] Aug 26 20:10:32.294 INFO O| Aug 26 20:10:32.294 INFO STEP 680 (remove_files) COMPLETE
59612024-08-26T20:10:33.804Z[ recovery-image] Aug 26 20:10:32.294 INFO O| Aug 26 20:10:32.294 INFO STEP 681: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59622024-08-26T20:10:33.813Z[ recovery-image] Aug 26 20:10:32.303 INFO O| Aug 26 20:10:32.303 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/libidn.pc"
59632024-08-26T20:10:33.813Z[ recovery-image] Aug 26 20:10:32.303 INFO O| Aug 26 20:10:32.303 INFO STEP 681 (remove_files) COMPLETE
59642024-08-26T20:10:33.813Z[ recovery-image] Aug 26 20:10:32.303 INFO O| Aug 26 20:10:32.303 INFO STEP 682: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59652024-08-26T20:10:33.823Z[ recovery-image] Aug 26 20:10:32.313 INFO O| Aug 26 20:10:32.313 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/liblz4.pc"
59662024-08-26T20:10:33.823Z[ recovery-image] Aug 26 20:10:32.313 INFO O| Aug 26 20:10:32.313 INFO STEP 682 (remove_files) COMPLETE
59672024-08-26T20:10:33.825Z[ recovery-image] Aug 26 20:10:32.313 INFO O| Aug 26 20:10:32.313 INFO STEP 683: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59682024-08-26T20:10:33.833Z[ recovery-image] Aug 26 20:10:32.322 INFO O| Aug 26 20:10:32.322 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/liblzma.pc"
59692024-08-26T20:10:33.835Z[ recovery-image] Aug 26 20:10:32.323 INFO O| Aug 26 20:10:32.323 INFO STEP 683 (remove_files) COMPLETE
59702024-08-26T20:10:33.835Z[ recovery-image] Aug 26 20:10:32.323 INFO O| Aug 26 20:10:32.323 INFO STEP 684: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59712024-08-26T20:10:33.843Z[ recovery-image] Aug 26 20:10:32.333 INFO O| Aug 26 20:10:32.333 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/libnghttp2.pc"
59722024-08-26T20:10:33.843Z[ recovery-image] Aug 26 20:10:32.333 INFO O| Aug 26 20:10:32.333 INFO STEP 684 (remove_files) COMPLETE
59732024-08-26T20:10:33.846Z[ recovery-image] Aug 26 20:10:32.333 INFO O| Aug 26 20:10:32.333 INFO STEP 685: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59742024-08-26T20:10:33.855Z[ recovery-image] Aug 26 20:10:32.345 INFO O| Aug 26 20:10:32.345 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/libpcap.pc"
59752024-08-26T20:10:33.855Z[ recovery-image] Aug 26 20:10:32.345 INFO O| Aug 26 20:10:32.345 INFO STEP 685 (remove_files) COMPLETE
59762024-08-26T20:10:33.857Z[ recovery-image] Aug 26 20:10:32.345 INFO O| Aug 26 20:10:32.345 INFO STEP 686: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59772024-08-26T20:10:33.868Z[ recovery-image] Aug 26 20:10:32.357 INFO O| Aug 26 20:10:32.357 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/libpcre.pc"
59782024-08-26T20:10:33.870Z[ recovery-image] Aug 26 20:10:32.357 INFO O| Aug 26 20:10:32.357 INFO STEP 686 (remove_files) COMPLETE
59792024-08-26T20:10:33.870Z[ recovery-image] Aug 26 20:10:32.357 INFO O| Aug 26 20:10:32.357 INFO STEP 687: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59802024-08-26T20:10:33.877Z[ recovery-image] Aug 26 20:10:32.367 INFO O| Aug 26 20:10:32.367 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/libpcre2-8.pc"
59812024-08-26T20:10:33.877Z[ recovery-image] Aug 26 20:10:32.367 INFO O| Aug 26 20:10:32.367 INFO STEP 687 (remove_files) COMPLETE
59822024-08-26T20:10:33.879Z[ recovery-image] Aug 26 20:10:32.367 INFO O| Aug 26 20:10:32.367 INFO STEP 688: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59832024-08-26T20:10:33.889Z[ recovery-image] Aug 26 20:10:32.379 INFO O| Aug 26 20:10:32.379 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/libpcre2-posix.pc"
59842024-08-26T20:10:33.889Z[ recovery-image] Aug 26 20:10:32.379 INFO O| Aug 26 20:10:32.379 INFO STEP 688 (remove_files) COMPLETE
59852024-08-26T20:10:33.891Z[ recovery-image] Aug 26 20:10:32.379 INFO O| Aug 26 20:10:32.379 INFO STEP 689: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59862024-08-26T20:10:33.899Z[ recovery-image] Aug 26 20:10:32.389 INFO O| Aug 26 20:10:32.389 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/libpcrecpp.pc"
59872024-08-26T20:10:33.899Z[ recovery-image] Aug 26 20:10:32.389 INFO O| Aug 26 20:10:32.389 INFO STEP 689 (remove_files) COMPLETE
59882024-08-26T20:10:33.901Z[ recovery-image] Aug 26 20:10:32.389 INFO O| Aug 26 20:10:32.389 INFO STEP 690: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59892024-08-26T20:10:33.910Z[ recovery-image] Aug 26 20:10:32.400 INFO O| Aug 26 20:10:32.400 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/libpcreposix.pc"
59902024-08-26T20:10:33.913Z[ recovery-image] Aug 26 20:10:32.400 INFO O| Aug 26 20:10:32.400 INFO STEP 690 (remove_files) COMPLETE
59912024-08-26T20:10:33.913Z[ recovery-image] Aug 26 20:10:32.400 INFO O| Aug 26 20:10:32.400 INFO STEP 691: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59922024-08-26T20:10:33.922Z[ recovery-image] Aug 26 20:10:32.410 INFO O| Aug 26 20:10:32.410 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/libxml-2.0.pc"
59932024-08-26T20:10:33.922Z[ recovery-image] Aug 26 20:10:32.411 INFO O| Aug 26 20:10:32.410 INFO STEP 691 (remove_files) COMPLETE
59942024-08-26T20:10:33.922Z[ recovery-image] Aug 26 20:10:32.411 INFO O| Aug 26 20:10:32.411 INFO STEP 692: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59952024-08-26T20:10:33.930Z[ recovery-image] Aug 26 20:10:32.420 INFO O| Aug 26 20:10:32.420 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/libzstd.pc"
59962024-08-26T20:10:33.930Z[ recovery-image] Aug 26 20:10:32.420 INFO O| Aug 26 20:10:32.420 INFO STEP 692 (remove_files) COMPLETE
59972024-08-26T20:10:33.930Z[ recovery-image] Aug 26 20:10:32.420 INFO O| Aug 26 20:10:32.420 INFO STEP 693: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59982024-08-26T20:10:33.942Z[ recovery-image] Aug 26 20:10:32.432 INFO O| Aug 26 20:10:32.432 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/menu.pc"
59992024-08-26T20:10:33.942Z[ recovery-image] Aug 26 20:10:32.432 INFO O| Aug 26 20:10:32.432 INFO STEP 693 (remove_files) COMPLETE
60002024-08-26T20:10:33.945Z[ recovery-image] Aug 26 20:10:32.432 INFO O| Aug 26 20:10:32.432 INFO STEP 694: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60012024-08-26T20:10:33.952Z[ recovery-image] Aug 26 20:10:32.442 INFO O| Aug 26 20:10:32.442 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/ncurses++.pc"
60022024-08-26T20:10:33.952Z[ recovery-image] Aug 26 20:10:32.442 INFO O| Aug 26 20:10:32.442 INFO STEP 694 (remove_files) COMPLETE
60032024-08-26T20:10:33.955Z[ recovery-image] Aug 26 20:10:32.442 INFO O| Aug 26 20:10:32.442 INFO STEP 695: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60042024-08-26T20:10:33.962Z[ recovery-image] Aug 26 20:10:32.452 INFO O| Aug 26 20:10:32.452 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/ncurses.pc"
60052024-08-26T20:10:33.962Z[ recovery-image] Aug 26 20:10:32.452 INFO O| Aug 26 20:10:32.452 INFO STEP 695 (remove_files) COMPLETE
60062024-08-26T20:10:33.962Z[ recovery-image] Aug 26 20:10:32.452 INFO O| Aug 26 20:10:32.452 INFO STEP 696: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60072024-08-26T20:10:33.973Z[ recovery-image] Aug 26 20:10:32.463 INFO O| Aug 26 20:10:32.463 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/netsnmp-agent.pc"
60082024-08-26T20:10:33.973Z[ recovery-image] Aug 26 20:10:32.463 INFO O| Aug 26 20:10:32.463 INFO STEP 696 (remove_files) COMPLETE
60092024-08-26T20:10:33.976Z[ recovery-image] Aug 26 20:10:32.463 INFO O| Aug 26 20:10:32.463 INFO STEP 697: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60102024-08-26T20:10:33.983Z[ recovery-image] Aug 26 20:10:32.473 INFO O| Aug 26 20:10:32.473 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/netsnmp.pc"
60112024-08-26T20:10:33.983Z[ recovery-image] Aug 26 20:10:32.473 INFO O| Aug 26 20:10:32.473 INFO STEP 697 (remove_files) COMPLETE
60122024-08-26T20:10:33.985Z[ recovery-image] Aug 26 20:10:32.473 INFO O| Aug 26 20:10:32.473 INFO STEP 698: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60132024-08-26T20:10:33.994Z[ recovery-image] Aug 26 20:10:32.484 INFO O| Aug 26 20:10:32.484 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/panel.pc"
60142024-08-26T20:10:33.994Z[ recovery-image] Aug 26 20:10:32.484 INFO O| Aug 26 20:10:32.484 INFO STEP 698 (remove_files) COMPLETE
60152024-08-26T20:10:33.996Z[ recovery-image] Aug 26 20:10:32.484 INFO O| Aug 26 20:10:32.484 INFO STEP 699: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60162024-08-26T20:10:34.003Z[ recovery-image] Aug 26 20:10:32.494 INFO O| Aug 26 20:10:32.494 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/readline.pc"
60172024-08-26T20:10:34.003Z[ recovery-image] Aug 26 20:10:32.494 INFO O| Aug 26 20:10:32.494 INFO STEP 699 (remove_files) COMPLETE
60182024-08-26T20:10:34.006Z[ recovery-image] Aug 26 20:10:32.494 INFO O| Aug 26 20:10:32.494 INFO STEP 700: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60192024-08-26T20:10:34.013Z[ recovery-image] Aug 26 20:10:32.503 INFO O| Aug 26 20:10:32.503 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/sqlite3.pc"
60202024-08-26T20:10:34.013Z[ recovery-image] Aug 26 20:10:32.503 INFO O| Aug 26 20:10:32.503 INFO STEP 700 (remove_files) COMPLETE
60212024-08-26T20:10:34.016Z[ recovery-image] Aug 26 20:10:32.503 INFO O| Aug 26 20:10:32.503 INFO STEP 701: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60222024-08-26T20:10:34.023Z[ recovery-image] Aug 26 20:10:32.513 INFO O| Aug 26 20:10:32.513 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/zlib.pc"
60232024-08-26T20:10:34.023Z[ recovery-image] Aug 26 20:10:32.513 INFO O| Aug 26 20:10:32.513 INFO STEP 701 (remove_files) COMPLETE
60242024-08-26T20:10:34.023Z[ recovery-image] Aug 26 20:10:32.513 INFO O| Aug 26 20:10:32.513 INFO STEP 702: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60252024-08-26T20:10:34.032Z[ recovery-image] Aug 26 20:10:32.522 INFO O| Aug 26 20:10:32.522 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/straddr.so.2"
60262024-08-26T20:10:34.032Z[ recovery-image] Aug 26 20:10:32.523 INFO O| Aug 26 20:10:32.523 INFO STEP 702 (remove_files) COMPLETE
60272024-08-26T20:10:34.032Z[ recovery-image] Aug 26 20:10:32.523 INFO O| Aug 26 20:10:32.523 INFO STEP 703: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60282024-08-26T20:10:34.042Z[ recovery-image] Aug 26 20:10:32.532 INFO O| Aug 26 20:10:32.532 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/watchmalloc.so.1"
60292024-08-26T20:10:34.042Z[ recovery-image] Aug 26 20:10:32.533 INFO O| Aug 26 20:10:32.533 INFO STEP 703 (remove_files) COMPLETE
60302024-08-26T20:10:34.043Z[ recovery-image] Aug 26 20:10:32.533 INFO O| Aug 26 20:10:32.533 INFO STEP 704: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60312024-08-26T20:10:34.053Z[ recovery-image] Aug 26 20:10:32.543 INFO O| Aug 26 20:10:32.543 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/audit/audit_record_attr"
60322024-08-26T20:10:34.055Z[ recovery-image] Aug 26 20:10:32.543 INFO O| Aug 26 20:10:32.543 INFO STEP 704 (remove_files) COMPLETE
60332024-08-26T20:10:34.055Z[ recovery-image] Aug 26 20:10:32.543 INFO O| Aug 26 20:10:32.543 INFO STEP 705: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60342024-08-26T20:10:34.064Z[ recovery-image] Aug 26 20:10:32.554 INFO O| Aug 26 20:10:32.554 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/brand/shared/common.ksh"
60352024-08-26T20:10:34.064Z[ recovery-image] Aug 26 20:10:32.554 INFO O| Aug 26 20:10:32.554 INFO STEP 705 (remove_files) COMPLETE
60362024-08-26T20:10:34.064Z[ recovery-image] Aug 26 20:10:32.554 INFO O| Aug 26 20:10:32.554 INFO STEP 706: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60372024-08-26T20:10:34.074Z[ recovery-image] Aug 26 20:10:32.564 INFO O| Aug 26 20:10:32.564 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/brand/shared/query"
60382024-08-26T20:10:34.074Z[ recovery-image] Aug 26 20:10:32.564 INFO O| Aug 26 20:10:32.564 INFO STEP 706 (remove_files) COMPLETE
60392024-08-26T20:10:34.076Z[ recovery-image] Aug 26 20:10:32.564 INFO O| Aug 26 20:10:32.564 INFO STEP 707: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60402024-08-26T20:10:34.083Z[ recovery-image] Aug 26 20:10:32.573 INFO O| Aug 26 20:10:32.573 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/brand/shared/uninstall.ksh"
60412024-08-26T20:10:34.083Z[ recovery-image] Aug 26 20:10:32.574 INFO O| Aug 26 20:10:32.573 INFO STEP 707 (remove_files) COMPLETE
60422024-08-26T20:10:34.086Z[ recovery-image] Aug 26 20:10:32.574 INFO O| Aug 26 20:10:32.574 INFO STEP 708: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60432024-08-26T20:10:34.094Z[ recovery-image] Aug 26 20:10:32.584 INFO O| Aug 26 20:10:32.584 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/cfgadm/amd64/ib.so.1"
60442024-08-26T20:10:34.096Z[ recovery-image] Aug 26 20:10:32.584 INFO O| Aug 26 20:10:32.584 INFO STEP 708 (remove_files) COMPLETE
60452024-08-26T20:10:34.096Z[ recovery-image] Aug 26 20:10:32.584 INFO O| Aug 26 20:10:32.584 INFO STEP 709: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60462024-08-26T20:10:34.104Z[ recovery-image] Aug 26 20:10:32.594 INFO O| Aug 26 20:10:32.594 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/cfgadm/amd64/pci.so.1"
60472024-08-26T20:10:34.106Z[ recovery-image] Aug 26 20:10:32.594 INFO O| Aug 26 20:10:32.594 INFO STEP 709 (remove_files) COMPLETE
60482024-08-26T20:10:34.106Z[ recovery-image] Aug 26 20:10:32.594 INFO O| Aug 26 20:10:32.594 INFO STEP 710: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60492024-08-26T20:10:34.115Z[ recovery-image] Aug 26 20:10:32.605 INFO O| Aug 26 20:10:32.605 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/cfgadm/amd64/sata.so.1"
60502024-08-26T20:10:34.117Z[ recovery-image] Aug 26 20:10:32.606 INFO O| Aug 26 20:10:32.605 INFO STEP 710 (remove_files) COMPLETE
60512024-08-26T20:10:34.118Z[ recovery-image] Aug 26 20:10:32.606 INFO O| Aug 26 20:10:32.605 INFO STEP 711: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60522024-08-26T20:10:34.125Z[ recovery-image] Aug 26 20:10:32.615 INFO O| Aug 26 20:10:32.615 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/cfgadm/amd64/scsi.so.1"
60532024-08-26T20:10:34.125Z[ recovery-image] Aug 26 20:10:32.615 INFO O| Aug 26 20:10:32.615 INFO STEP 711 (remove_files) COMPLETE
60542024-08-26T20:10:34.127Z[ recovery-image] Aug 26 20:10:32.615 INFO O| Aug 26 20:10:32.615 INFO STEP 712: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60552024-08-26T20:10:34.135Z[ recovery-image] Aug 26 20:10:32.625 INFO O| Aug 26 20:10:32.625 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/cfgadm/amd64/usb.so.1"
60562024-08-26T20:10:34.135Z[ recovery-image] Aug 26 20:10:32.625 INFO O| Aug 26 20:10:32.625 INFO STEP 712 (remove_files) COMPLETE
60572024-08-26T20:10:34.137Z[ recovery-image] Aug 26 20:10:32.625 INFO O| Aug 26 20:10:32.625 INFO STEP 713: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60582024-08-26T20:10:34.146Z[ recovery-image] Aug 26 20:10:32.637 INFO O| Aug 26 20:10:32.637 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/cfgadm/ib.so.1"
60592024-08-26T20:10:34.149Z[ recovery-image] Aug 26 20:10:32.637 INFO O| Aug 26 20:10:32.637 INFO STEP 713 (remove_files) COMPLETE
60602024-08-26T20:10:34.149Z[ recovery-image] Aug 26 20:10:32.637 INFO O| Aug 26 20:10:32.637 INFO STEP 714: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60612024-08-26T20:10:34.156Z[ recovery-image] Aug 26 20:10:32.646 INFO O| Aug 26 20:10:32.646 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/cfgadm/pci.so.1"
60622024-08-26T20:10:34.159Z[ recovery-image] Aug 26 20:10:32.646 INFO O| Aug 26 20:10:32.646 INFO STEP 714 (remove_files) COMPLETE
60632024-08-26T20:10:34.159Z[ recovery-image] Aug 26 20:10:32.647 INFO O| Aug 26 20:10:32.646 INFO STEP 715: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60642024-08-26T20:10:34.168Z[ recovery-image] Aug 26 20:10:32.658 INFO O| Aug 26 20:10:32.658 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/cfgadm/sata.so.1"
60652024-08-26T20:10:34.170Z[ recovery-image] Aug 26 20:10:32.658 INFO O| Aug 26 20:10:32.658 INFO STEP 715 (remove_files) COMPLETE
60662024-08-26T20:10:34.170Z[ recovery-image] Aug 26 20:10:32.658 INFO O| Aug 26 20:10:32.658 INFO STEP 716: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60672024-08-26T20:10:34.178Z[ recovery-image] Aug 26 20:10:32.668 INFO O| Aug 26 20:10:32.668 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/cfgadm/scsi.so.1"
60682024-08-26T20:10:34.178Z[ recovery-image] Aug 26 20:10:32.668 INFO O| Aug 26 20:10:32.668 INFO STEP 716 (remove_files) COMPLETE
60692024-08-26T20:10:34.178Z[ recovery-image] Aug 26 20:10:32.668 INFO O| Aug 26 20:10:32.668 INFO STEP 717: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60702024-08-26T20:10:34.188Z[ recovery-image] Aug 26 20:10:32.678 INFO O| Aug 26 20:10:32.678 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/cfgadm/shp.so.1"
60712024-08-26T20:10:34.188Z[ recovery-image] Aug 26 20:10:32.678 INFO O| Aug 26 20:10:32.678 INFO STEP 717 (remove_files) COMPLETE
60722024-08-26T20:10:34.188Z[ recovery-image] Aug 26 20:10:32.678 INFO O| Aug 26 20:10:32.678 INFO STEP 718: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60732024-08-26T20:10:34.198Z[ recovery-image] Aug 26 20:10:32.688 INFO O| Aug 26 20:10:32.688 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/cfgadm/usb.so.1"
60742024-08-26T20:10:34.198Z[ recovery-image] Aug 26 20:10:32.688 INFO O| Aug 26 20:10:32.688 INFO STEP 718 (remove_files) COMPLETE
60752024-08-26T20:10:34.200Z[ recovery-image] Aug 26 20:10:32.688 INFO O| Aug 26 20:10:32.688 INFO STEP 719: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60762024-08-26T20:10:34.209Z[ recovery-image] Aug 26 20:10:32.699 INFO O| Aug 26 20:10:32.699 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/class/FX/FXdispadmin"
60772024-08-26T20:10:34.211Z[ recovery-image] Aug 26 20:10:32.699 INFO O| Aug 26 20:10:32.699 INFO STEP 719 (remove_files) COMPLETE
60782024-08-26T20:10:34.211Z[ recovery-image] Aug 26 20:10:32.699 INFO O| Aug 26 20:10:32.699 INFO STEP 720: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60792024-08-26T20:10:34.219Z[ recovery-image] Aug 26 20:10:32.709 INFO O| Aug 26 20:10:32.709 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/class/FX/FXpriocntl"
60802024-08-26T20:10:34.219Z[ recovery-image] Aug 26 20:10:32.709 INFO O| Aug 26 20:10:32.709 INFO STEP 720 (remove_files) COMPLETE
60812024-08-26T20:10:34.221Z[ recovery-image] Aug 26 20:10:32.709 INFO O| Aug 26 20:10:32.709 INFO STEP 721: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60822024-08-26T20:10:34.229Z[ recovery-image] Aug 26 20:10:32.719 INFO O| Aug 26 20:10:32.719 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/class/IA/IAdispadmin"
60832024-08-26T20:10:34.229Z[ recovery-image] Aug 26 20:10:32.719 INFO O| Aug 26 20:10:32.719 INFO STEP 721 (remove_files) COMPLETE
60842024-08-26T20:10:34.231Z[ recovery-image] Aug 26 20:10:32.719 INFO O| Aug 26 20:10:32.719 INFO STEP 722: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60852024-08-26T20:10:34.238Z[ recovery-image] Aug 26 20:10:32.728 INFO O| Aug 26 20:10:32.728 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/class/IA/IApriocntl"
60862024-08-26T20:10:34.238Z[ recovery-image] Aug 26 20:10:32.728 INFO O| Aug 26 20:10:32.728 INFO STEP 722 (remove_files) COMPLETE
60872024-08-26T20:10:34.241Z[ recovery-image] Aug 26 20:10:32.729 INFO O| Aug 26 20:10:32.728 INFO STEP 723: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60882024-08-26T20:10:34.248Z[ recovery-image] Aug 26 20:10:32.738 INFO O| Aug 26 20:10:32.738 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/class/RT/RTdispadmin"
60892024-08-26T20:10:34.251Z[ recovery-image] Aug 26 20:10:32.738 INFO O| Aug 26 20:10:32.738 INFO STEP 723 (remove_files) COMPLETE
60902024-08-26T20:10:34.251Z[ recovery-image] Aug 26 20:10:32.738 INFO O| Aug 26 20:10:32.738 INFO STEP 724: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60912024-08-26T20:10:34.258Z[ recovery-image] Aug 26 20:10:32.748 INFO O| Aug 26 20:10:32.748 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/class/RT/RTpriocntl"
60922024-08-26T20:10:34.258Z[ recovery-image] Aug 26 20:10:32.748 INFO O| Aug 26 20:10:32.748 INFO STEP 724 (remove_files) COMPLETE
60932024-08-26T20:10:34.258Z[ recovery-image] Aug 26 20:10:32.748 INFO O| Aug 26 20:10:32.748 INFO STEP 725: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60942024-08-26T20:10:34.267Z[ recovery-image] Aug 26 20:10:32.757 INFO O| Aug 26 20:10:32.757 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/class/SDC/SDCdispadmin"
60952024-08-26T20:10:34.270Z[ recovery-image] Aug 26 20:10:32.758 INFO O| Aug 26 20:10:32.758 INFO STEP 725 (remove_files) COMPLETE
60962024-08-26T20:10:34.271Z[ recovery-image] Aug 26 20:10:32.758 INFO O| Aug 26 20:10:32.758 INFO STEP 726: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60972024-08-26T20:10:34.277Z[ recovery-image] Aug 26 20:10:32.767 INFO O| Aug 26 20:10:32.767 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/class/SDC/SDCpriocntl"
60982024-08-26T20:10:34.277Z[ recovery-image] Aug 26 20:10:32.767 INFO O| Aug 26 20:10:32.767 INFO STEP 726 (remove_files) COMPLETE
60992024-08-26T20:10:34.277Z[ recovery-image] Aug 26 20:10:32.767 INFO O| Aug 26 20:10:32.767 INFO STEP 727: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61002024-08-26T20:10:34.287Z[ recovery-image] Aug 26 20:10:32.777 INFO O| Aug 26 20:10:32.777 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/class/TS/TSdispadmin"
61012024-08-26T20:10:34.287Z[ recovery-image] Aug 26 20:10:32.777 INFO O| Aug 26 20:10:32.777 INFO STEP 727 (remove_files) COMPLETE
61022024-08-26T20:10:34.289Z[ recovery-image] Aug 26 20:10:32.777 INFO O| Aug 26 20:10:32.777 INFO STEP 728: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61032024-08-26T20:10:34.297Z[ recovery-image] Aug 26 20:10:32.787 INFO O| Aug 26 20:10:32.787 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/class/TS/TSpriocntl"
61042024-08-26T20:10:34.297Z[ recovery-image] Aug 26 20:10:32.787 INFO O| Aug 26 20:10:32.787 INFO STEP 728 (remove_files) COMPLETE
61052024-08-26T20:10:34.297Z[ recovery-image] Aug 26 20:10:32.787 INFO O| Aug 26 20:10:32.787 INFO STEP 729: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61062024-08-26T20:10:34.308Z[ recovery-image] Aug 26 20:10:32.798 INFO O| Aug 26 20:10:32.798 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/cmake/libxml2/libxml2-config.cmake"
61072024-08-26T20:10:34.308Z[ recovery-image] Aug 26 20:10:32.798 INFO O| Aug 26 20:10:32.798 INFO STEP 729 (remove_files) COMPLETE
61082024-08-26T20:10:34.310Z[ recovery-image] Aug 26 20:10:32.798 INFO O| Aug 26 20:10:32.798 INFO STEP 730: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61092024-08-26T20:10:34.319Z[ recovery-image] Aug 26 20:10:32.809 INFO O| Aug 26 20:10:32.808 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/dbus-1.0/include/dbus/dbus-arch-deps.h"
61102024-08-26T20:10:34.319Z[ recovery-image] Aug 26 20:10:32.809 INFO O| Aug 26 20:10:32.809 INFO STEP 730 (remove_files) COMPLETE
61112024-08-26T20:10:34.321Z[ recovery-image] Aug 26 20:10:32.809 INFO O| Aug 26 20:10:32.809 INFO STEP 731: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61122024-08-26T20:10:34.329Z[ recovery-image] Aug 26 20:10:32.819 INFO O| Aug 26 20:10:32.819 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/dl/dlled"
61132024-08-26T20:10:34.329Z[ recovery-image] Aug 26 20:10:32.819 INFO O| Aug 26 20:10:32.819 INFO STEP 731 (remove_files) COMPLETE
61142024-08-26T20:10:34.329Z[ recovery-image] Aug 26 20:10:32.819 INFO O| Aug 26 20:10:32.819 INFO STEP 732: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61152024-08-26T20:10:34.339Z[ recovery-image] Aug 26 20:10:32.829 INFO O| Aug 26 20:10:32.829 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/dl/dlrecv"
61162024-08-26T20:10:34.341Z[ recovery-image] Aug 26 20:10:32.829 INFO O| Aug 26 20:10:32.829 INFO STEP 732 (remove_files) COMPLETE
61172024-08-26T20:10:34.341Z[ recovery-image] Aug 26 20:10:32.829 INFO O| Aug 26 20:10:32.829 INFO STEP 733: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61182024-08-26T20:10:34.348Z[ recovery-image] Aug 26 20:10:32.838 INFO O| Aug 26 20:10:32.838 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/dl/dlsend"
61192024-08-26T20:10:34.348Z[ recovery-image] Aug 26 20:10:32.838 INFO O| Aug 26 20:10:32.838 INFO STEP 733 (remove_files) COMPLETE
61202024-08-26T20:10:34.351Z[ recovery-image] Aug 26 20:10:32.838 INFO O| Aug 26 20:10:32.838 INFO STEP 734: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61212024-08-26T20:10:34.358Z[ recovery-image] Aug 26 20:10:32.848 INFO O| Aug 26 20:10:32.848 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/dl/dltraninfo"
61222024-08-26T20:10:34.358Z[ recovery-image] Aug 26 20:10:32.848 INFO O| Aug 26 20:10:32.848 INFO STEP 734 (remove_files) COMPLETE
61232024-08-26T20:10:34.360Z[ recovery-image] Aug 26 20:10:32.848 INFO O| Aug 26 20:10:32.848 INFO STEP 735: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61242024-08-26T20:10:34.367Z[ recovery-image] Aug 26 20:10:32.857 INFO O| Aug 26 20:10:32.857 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/dtrace/64/drti.o"
61252024-08-26T20:10:34.370Z[ recovery-image] Aug 26 20:10:32.857 INFO O| Aug 26 20:10:32.857 INFO STEP 735 (remove_files) COMPLETE
61262024-08-26T20:10:34.370Z[ recovery-image] Aug 26 20:10:32.858 INFO O| Aug 26 20:10:32.857 INFO STEP 736: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61272024-08-26T20:10:34.377Z[ recovery-image] Aug 26 20:10:32.867 INFO O| Aug 26 20:10:32.867 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/dtrace/64/libdtrace_forceload.so"
61282024-08-26T20:10:34.377Z[ recovery-image] Aug 26 20:10:32.867 INFO O| Aug 26 20:10:32.867 INFO STEP 736 (remove_files) COMPLETE
61292024-08-26T20:10:34.377Z[ recovery-image] Aug 26 20:10:32.867 INFO O| Aug 26 20:10:32.867 INFO STEP 737: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61302024-08-26T20:10:34.386Z[ recovery-image] Aug 26 20:10:32.876 INFO O| Aug 26 20:10:32.876 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/dtrace/64/sftp64.d"
61312024-08-26T20:10:34.386Z[ recovery-image] Aug 26 20:10:32.876 INFO O| Aug 26 20:10:32.876 INFO STEP 737 (remove_files) COMPLETE
61322024-08-26T20:10:34.389Z[ recovery-image] Aug 26 20:10:32.877 INFO O| Aug 26 20:10:32.876 INFO STEP 738: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61332024-08-26T20:10:34.396Z[ recovery-image] Aug 26 20:10:32.886 INFO O| Aug 26 20:10:32.886 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/dtrace/drti.o"
61342024-08-26T20:10:34.396Z[ recovery-image] Aug 26 20:10:32.886 INFO O| Aug 26 20:10:32.886 INFO STEP 738 (remove_files) COMPLETE
61352024-08-26T20:10:34.398Z[ recovery-image] Aug 26 20:10:32.886 INFO O| Aug 26 20:10:32.886 INFO STEP 739: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61362024-08-26T20:10:34.406Z[ recovery-image] Aug 26 20:10:32.896 INFO O| Aug 26 20:10:32.896 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/dtrace/libdtrace_forceload.so"
61372024-08-26T20:10:34.408Z[ recovery-image] Aug 26 20:10:32.896 INFO O| Aug 26 20:10:32.896 INFO STEP 739 (remove_files) COMPLETE
61382024-08-26T20:10:34.408Z[ recovery-image] Aug 26 20:10:32.896 INFO O| Aug 26 20:10:32.896 INFO STEP 740: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61392024-08-26T20:10:34.415Z[ recovery-image] Aug 26 20:10:32.906 INFO O| Aug 26 20:10:32.905 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/amd64/libdiagcode.so.1"
61402024-08-26T20:10:35.421Z[ recovery-image] Aug 26 20:10:32.906 INFO O| Aug 26 20:10:32.906 INFO STEP 740 (remove_files) COMPLETE
61412024-08-26T20:10:35.421Z[ recovery-image] Aug 26 20:10:32.906 INFO O| Aug 26 20:10:32.906 INFO STEP 741: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61422024-08-26T20:10:35.425Z[ recovery-image] Aug 26 20:10:32.915 INFO O| Aug 26 20:10:32.915 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/amd64/libdiskstatus.so.1"
61432024-08-26T20:10:35.425Z[ recovery-image] Aug 26 20:10:32.916 INFO O| Aug 26 20:10:32.916 INFO STEP 741 (remove_files) COMPLETE
61442024-08-26T20:10:35.425Z[ recovery-image] Aug 26 20:10:32.916 INFO O| Aug 26 20:10:32.916 INFO STEP 742: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61452024-08-26T20:10:35.425Z[ recovery-image] Aug 26 20:10:32.925 INFO O| Aug 26 20:10:32.925 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/amd64/libfmd_adm.so.1"
61462024-08-26T20:10:35.425Z[ recovery-image] Aug 26 20:10:32.925 INFO O| Aug 26 20:10:32.925 INFO STEP 742 (remove_files) COMPLETE
61472024-08-26T20:10:35.425Z[ recovery-image] Aug 26 20:10:32.925 INFO O| Aug 26 20:10:32.925 INFO STEP 743: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61482024-08-26T20:10:35.425Z[ recovery-image] Aug 26 20:10:32.935 INFO O| Aug 26 20:10:32.935 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/amd64/libfmd_agent.so.1"
61492024-08-26T20:10:35.425Z[ recovery-image] Aug 26 20:10:32.935 INFO O| Aug 26 20:10:32.935 INFO STEP 743 (remove_files) COMPLETE
61502024-08-26T20:10:35.425Z[ recovery-image] Aug 26 20:10:32.935 INFO O| Aug 26 20:10:32.935 INFO STEP 744: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61512024-08-26T20:10:35.425Z[ recovery-image] Aug 26 20:10:32.944 INFO O| Aug 26 20:10:32.944 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/amd64/libfmd_log.so.1"
61522024-08-26T20:10:35.425Z[ recovery-image] Aug 26 20:10:32.944 INFO O| Aug 26 20:10:32.944 INFO STEP 744 (remove_files) COMPLETE
61532024-08-26T20:10:35.425Z[ recovery-image] Aug 26 20:10:32.944 INFO O| Aug 26 20:10:32.944 INFO STEP 745: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61542024-08-26T20:10:35.425Z[ recovery-image] Aug 26 20:10:32.954 INFO O| Aug 26 20:10:32.954 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/amd64/libfmd_msg.so.1"
61552024-08-26T20:10:35.425Z[ recovery-image] Aug 26 20:10:32.954 INFO O| Aug 26 20:10:32.954 INFO STEP 745 (remove_files) COMPLETE
61562024-08-26T20:10:35.425Z[ recovery-image] Aug 26 20:10:32.954 INFO O| Aug 26 20:10:32.954 INFO STEP 746: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61572024-08-26T20:10:35.425Z[ recovery-image] Aug 26 20:10:32.964 INFO O| Aug 26 20:10:32.963 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/amd64/libfmd_snmp.so.1"
61582024-08-26T20:10:35.425Z[ recovery-image] Aug 26 20:10:32.964 INFO O| Aug 26 20:10:32.964 INFO STEP 746 (remove_files) COMPLETE
61592024-08-26T20:10:35.425Z[ recovery-image] Aug 26 20:10:32.964 INFO O| Aug 26 20:10:32.964 INFO STEP 747: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61602024-08-26T20:10:35.425Z[ recovery-image] Aug 26 20:10:32.973 INFO O| Aug 26 20:10:32.973 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/amd64/libfmnotify.so.1"
61612024-08-26T20:10:35.425Z[ recovery-image] Aug 26 20:10:32.973 INFO O| Aug 26 20:10:32.973 INFO STEP 747 (remove_files) COMPLETE
61622024-08-26T20:10:35.425Z[ recovery-image] Aug 26 20:10:32.973 INFO O| Aug 26 20:10:32.973 INFO STEP 748: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61632024-08-26T20:10:35.425Z[ recovery-image] Aug 26 20:10:32.983 INFO O| Aug 26 20:10:32.983 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/amd64/libseslog.so.1"
61642024-08-26T20:10:35.426Z[ recovery-image] Aug 26 20:10:32.983 INFO O| Aug 26 20:10:32.983 INFO STEP 748 (remove_files) COMPLETE
61652024-08-26T20:10:35.426Z[ recovery-image] Aug 26 20:10:32.983 INFO O| Aug 26 20:10:32.983 INFO STEP 749: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61662024-08-26T20:10:35.426Z[ recovery-image] Aug 26 20:10:32.993 INFO O| Aug 26 20:10:32.992 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/dict/AMD.dict"
61672024-08-26T20:10:35.426Z[ recovery-image] Aug 26 20:10:32.993 INFO O| Aug 26 20:10:32.993 INFO STEP 749 (remove_files) COMPLETE
61682024-08-26T20:10:35.426Z[ recovery-image] Aug 26 20:10:32.993 INFO O| Aug 26 20:10:32.993 INFO STEP 750: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61692024-08-26T20:10:35.426Z[ recovery-image] Aug 26 20:10:33.002 INFO O| Aug 26 20:10:33.002 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/dict/FMNOTIFY.dict"
61702024-08-26T20:10:35.426Z[ recovery-image] Aug 26 20:10:33.002 INFO O| Aug 26 20:10:33.002 INFO STEP 750 (remove_files) COMPLETE
61712024-08-26T20:10:35.426Z[ recovery-image] Aug 26 20:10:33.002 INFO O| Aug 26 20:10:33.002 INFO STEP 751: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61722024-08-26T20:10:35.426Z[ recovery-image] Aug 26 20:10:33.012 INFO O| Aug 26 20:10:33.012 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/dict/GMCA.dict"
61732024-08-26T20:10:35.426Z[ recovery-image] Aug 26 20:10:33.012 INFO O| Aug 26 20:10:33.012 INFO STEP 751 (remove_files) COMPLETE
61742024-08-26T20:10:35.426Z[ recovery-image] Aug 26 20:10:33.012 INFO O| Aug 26 20:10:33.012 INFO STEP 752: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61752024-08-26T20:10:35.426Z[ recovery-image] Aug 26 20:10:33.022 INFO O| Aug 26 20:10:33.022 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/dict/INTEL.dict"
61762024-08-26T20:10:35.426Z[ recovery-image] Aug 26 20:10:33.022 INFO O| Aug 26 20:10:33.022 INFO STEP 752 (remove_files) COMPLETE
61772024-08-26T20:10:35.426Z[ recovery-image] Aug 26 20:10:33.022 INFO O| Aug 26 20:10:33.022 INFO STEP 753: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61782024-08-26T20:10:35.426Z[ recovery-image] Aug 26 20:10:33.031 INFO O| Aug 26 20:10:33.031 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/fminject"
61792024-08-26T20:10:35.426Z[ recovery-image] Aug 26 20:10:33.031 INFO O| Aug 26 20:10:33.031 INFO STEP 753 (remove_files) COMPLETE
61802024-08-26T20:10:35.426Z[ recovery-image] Aug 26 20:10:33.031 INFO O| Aug 26 20:10:33.031 INFO STEP 754: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61812024-08-26T20:10:35.426Z[ recovery-image] Aug 26 20:10:33.041 INFO O| Aug 26 20:10:33.041 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/fmsim"
61822024-08-26T20:10:35.426Z[ recovery-image] Aug 26 20:10:33.041 INFO O| Aug 26 20:10:33.041 INFO STEP 754 (remove_files) COMPLETE
61832024-08-26T20:10:35.426Z[ recovery-image] Aug 26 20:10:33.041 INFO O| Aug 26 20:10:33.041 INFO STEP 755: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61842024-08-26T20:10:35.426Z[ recovery-image] Aug 26 20:10:33.050 INFO O| Aug 26 20:10:33.050 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/fmtopo"
61852024-08-26T20:10:35.426Z[ recovery-image] Aug 26 20:10:33.050 INFO O| Aug 26 20:10:33.050 INFO STEP 755 (remove_files) COMPLETE
61862024-08-26T20:10:35.426Z[ recovery-image] Aug 26 20:10:33.050 INFO O| Aug 26 20:10:33.050 INFO STEP 756: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61872024-08-26T20:10:35.426Z[ recovery-image] Aug 26 20:10:33.060 INFO O| Aug 26 20:10:33.060 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/ipmitopo"
61882024-08-26T20:10:35.426Z[ recovery-image] Aug 26 20:10:33.060 INFO O| Aug 26 20:10:33.060 INFO STEP 756 (remove_files) COMPLETE
61892024-08-26T20:10:35.426Z[ recovery-image] Aug 26 20:10:33.060 INFO O| Aug 26 20:10:33.060 INFO STEP 757: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61902024-08-26T20:10:35.426Z[ recovery-image] Aug 26 20:10:33.069 INFO O| Aug 26 20:10:33.069 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/mcdecode"
61912024-08-26T20:10:35.426Z[ recovery-image] Aug 26 20:10:33.069 INFO O| Aug 26 20:10:33.069 INFO STEP 757 (remove_files) COMPLETE
61922024-08-26T20:10:35.426Z[ recovery-image] Aug 26 20:10:33.069 INFO O| Aug 26 20:10:33.069 INFO STEP 758: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61932024-08-26T20:10:35.426Z[ recovery-image] Aug 26 20:10:33.079 INFO O| Aug 26 20:10:33.079 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/plugins/cpumem-retire.conf"
61942024-08-26T20:10:35.426Z[ recovery-image] Aug 26 20:10:33.079 INFO O| Aug 26 20:10:33.079 INFO STEP 758 (remove_files) COMPLETE
61952024-08-26T20:10:35.426Z[ recovery-image] Aug 26 20:10:33.079 INFO O| Aug 26 20:10:33.079 INFO STEP 759: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61962024-08-26T20:10:35.426Z[ recovery-image] Aug 26 20:10:33.088 INFO O| Aug 26 20:10:33.088 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/amd64/cpu.so"
61972024-08-26T20:10:35.426Z[ recovery-image] Aug 26 20:10:33.088 INFO O| Aug 26 20:10:33.088 INFO STEP 759 (remove_files) COMPLETE
61982024-08-26T20:10:35.426Z[ recovery-image] Aug 26 20:10:33.088 INFO O| Aug 26 20:10:33.088 INFO STEP 760: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61992024-08-26T20:10:35.426Z[ recovery-image] Aug 26 20:10:33.098 INFO O| Aug 26 20:10:33.098 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/amd64/dev.so"
62002024-08-26T20:10:35.426Z[ recovery-image] Aug 26 20:10:33.098 INFO O| Aug 26 20:10:33.098 INFO STEP 760 (remove_files) COMPLETE
62012024-08-26T20:10:35.426Z[ recovery-image] Aug 26 20:10:33.098 INFO O| Aug 26 20:10:33.098 INFO STEP 761: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62022024-08-26T20:10:35.426Z[ recovery-image] Aug 26 20:10:33.107 INFO O| Aug 26 20:10:33.107 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/amd64/fmd.so"
62032024-08-26T20:10:35.427Z[ recovery-image] Aug 26 20:10:33.107 INFO O| Aug 26 20:10:33.107 INFO STEP 761 (remove_files) COMPLETE
62042024-08-26T20:10:35.427Z[ recovery-image] Aug 26 20:10:33.107 INFO O| Aug 26 20:10:33.107 INFO STEP 762: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62052024-08-26T20:10:35.427Z[ recovery-image] Aug 26 20:10:33.117 INFO O| Aug 26 20:10:33.117 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/amd64/hc.so"
62062024-08-26T20:10:35.427Z[ recovery-image] Aug 26 20:10:33.117 INFO O| Aug 26 20:10:33.117 INFO STEP 762 (remove_files) COMPLETE
62072024-08-26T20:10:35.427Z[ recovery-image] Aug 26 20:10:33.117 INFO O| Aug 26 20:10:33.117 INFO STEP 763: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62082024-08-26T20:10:35.427Z[ recovery-image] Aug 26 20:10:33.126 INFO O| Aug 26 20:10:33.126 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/amd64/legacy-hc.so"
62092024-08-26T20:10:35.428Z[ recovery-image] Aug 26 20:10:33.126 INFO O| Aug 26 20:10:33.126 INFO STEP 763 (remove_files) COMPLETE
62102024-08-26T20:10:35.428Z[ recovery-image] Aug 26 20:10:33.126 INFO O| Aug 26 20:10:33.126 INFO STEP 764: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62112024-08-26T20:10:35.428Z[ recovery-image] Aug 26 20:10:33.136 INFO O| Aug 26 20:10:33.136 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/amd64/mem.so"
62122024-08-26T20:10:35.428Z[ recovery-image] Aug 26 20:10:33.136 INFO O| Aug 26 20:10:33.136 INFO STEP 764 (remove_files) COMPLETE
62132024-08-26T20:10:35.428Z[ recovery-image] Aug 26 20:10:33.136 INFO O| Aug 26 20:10:33.136 INFO STEP 765: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62142024-08-26T20:10:35.428Z[ recovery-image] Aug 26 20:10:33.145 INFO O| Aug 26 20:10:33.145 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/amd64/mod.so"
62152024-08-26T20:10:35.428Z[ recovery-image] Aug 26 20:10:33.145 INFO O| Aug 26 20:10:33.145 INFO STEP 765 (remove_files) COMPLETE
62162024-08-26T20:10:35.428Z[ recovery-image] Aug 26 20:10:33.145 INFO O| Aug 26 20:10:33.145 INFO STEP 766: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62172024-08-26T20:10:35.428Z[ recovery-image] Aug 26 20:10:33.154 INFO O| Aug 26 20:10:33.154 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/amd64/pkg.so"
62182024-08-26T20:10:35.428Z[ recovery-image] Aug 26 20:10:33.154 INFO O| Aug 26 20:10:33.154 INFO STEP 766 (remove_files) COMPLETE
62192024-08-26T20:10:35.428Z[ recovery-image] Aug 26 20:10:33.154 INFO O| Aug 26 20:10:33.154 INFO STEP 767: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62202024-08-26T20:10:35.428Z[ recovery-image] Aug 26 20:10:33.164 INFO O| Aug 26 20:10:33.164 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/amd64/svc.so"
62212024-08-26T20:10:35.428Z[ recovery-image] Aug 26 20:10:33.164 INFO O| Aug 26 20:10:33.164 INFO STEP 767 (remove_files) COMPLETE
62222024-08-26T20:10:35.428Z[ recovery-image] Aug 26 20:10:33.164 INFO O| Aug 26 20:10:33.164 INFO STEP 768: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62232024-08-26T20:10:35.428Z[ recovery-image] Aug 26 20:10:33.173 INFO O| Aug 26 20:10:33.173 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/amd64/sw.so"
62242024-08-26T20:10:35.428Z[ recovery-image] Aug 26 20:10:33.173 INFO O| Aug 26 20:10:33.173 INFO STEP 768 (remove_files) COMPLETE
62252024-08-26T20:10:35.428Z[ recovery-image] Aug 26 20:10:33.173 INFO O| Aug 26 20:10:33.173 INFO STEP 769: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62262024-08-26T20:10:35.428Z[ recovery-image] Aug 26 20:10:33.183 INFO O| Aug 26 20:10:33.183 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/amd64/zfs.so"
62272024-08-26T20:10:35.428Z[ recovery-image] Aug 26 20:10:33.183 INFO O| Aug 26 20:10:33.183 INFO STEP 769 (remove_files) COMPLETE
62282024-08-26T20:10:35.428Z[ recovery-image] Aug 26 20:10:33.183 INFO O| Aug 26 20:10:33.183 INFO STEP 770: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62292024-08-26T20:10:35.428Z[ recovery-image] Aug 26 20:10:33.192 INFO O| Aug 26 20:10:33.192 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/cpu.so"
62302024-08-26T20:10:35.428Z[ recovery-image] Aug 26 20:10:33.192 INFO O| Aug 26 20:10:33.192 INFO STEP 770 (remove_files) COMPLETE
62312024-08-26T20:10:35.428Z[ recovery-image] Aug 26 20:10:33.192 INFO O| Aug 26 20:10:33.192 INFO STEP 771: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62322024-08-26T20:10:35.428Z[ recovery-image] Aug 26 20:10:33.202 INFO O| Aug 26 20:10:33.202 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/dev.so"
62332024-08-26T20:10:35.428Z[ recovery-image] Aug 26 20:10:33.202 INFO O| Aug 26 20:10:33.202 INFO STEP 771 (remove_files) COMPLETE
62342024-08-26T20:10:35.428Z[ recovery-image] Aug 26 20:10:33.202 INFO O| Aug 26 20:10:33.202 INFO STEP 772: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62352024-08-26T20:10:35.428Z[ recovery-image] Aug 26 20:10:33.211 INFO O| Aug 26 20:10:33.211 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/fmd.so"
62362024-08-26T20:10:35.428Z[ recovery-image] Aug 26 20:10:33.211 INFO O| Aug 26 20:10:33.211 INFO STEP 772 (remove_files) COMPLETE
62372024-08-26T20:10:35.428Z[ recovery-image] Aug 26 20:10:33.211 INFO O| Aug 26 20:10:33.211 INFO STEP 773: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62382024-08-26T20:10:35.428Z[ recovery-image] Aug 26 20:10:33.221 INFO O| Aug 26 20:10:33.221 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/hc.so"
62392024-08-26T20:10:35.428Z[ recovery-image] Aug 26 20:10:33.221 INFO O| Aug 26 20:10:33.221 INFO STEP 773 (remove_files) COMPLETE
62402024-08-26T20:10:35.428Z[ recovery-image] Aug 26 20:10:33.221 INFO O| Aug 26 20:10:33.221 INFO STEP 774: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62412024-08-26T20:10:35.428Z[ recovery-image] Aug 26 20:10:33.230 INFO O| Aug 26 20:10:33.230 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/legacy-hc.so"
62422024-08-26T20:10:35.432Z[ recovery-image] Aug 26 20:10:33.230 INFO O| Aug 26 20:10:33.230 INFO STEP 774 (remove_files) COMPLETE
62432024-08-26T20:10:35.432Z[ recovery-image] Aug 26 20:10:33.230 INFO O| Aug 26 20:10:33.230 INFO STEP 775: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62442024-08-26T20:10:35.432Z[ recovery-image] Aug 26 20:10:33.240 INFO O| Aug 26 20:10:33.240 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/mem.so"
62452024-08-26T20:10:35.432Z[ recovery-image] Aug 26 20:10:33.240 INFO O| Aug 26 20:10:33.240 INFO STEP 775 (remove_files) COMPLETE
62462024-08-26T20:10:35.432Z[ recovery-image] Aug 26 20:10:33.240 INFO O| Aug 26 20:10:33.240 INFO STEP 776: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62472024-08-26T20:10:35.432Z[ recovery-image] Aug 26 20:10:33.249 INFO O| Aug 26 20:10:33.249 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/mod.so"
62482024-08-26T20:10:35.432Z[ recovery-image] Aug 26 20:10:33.249 INFO O| Aug 26 20:10:33.249 INFO STEP 776 (remove_files) COMPLETE
62492024-08-26T20:10:35.432Z[ recovery-image] Aug 26 20:10:33.249 INFO O| Aug 26 20:10:33.249 INFO STEP 777: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62502024-08-26T20:10:35.432Z[ recovery-image] Aug 26 20:10:33.258 INFO O| Aug 26 20:10:33.258 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/pkg.so"
62512024-08-26T20:10:35.432Z[ recovery-image] Aug 26 20:10:33.258 INFO O| Aug 26 20:10:33.258 INFO STEP 777 (remove_files) COMPLETE
62522024-08-26T20:10:35.432Z[ recovery-image] Aug 26 20:10:33.258 INFO O| Aug 26 20:10:33.258 INFO STEP 778: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62532024-08-26T20:10:35.433Z[ host-image] Aug 26 20:10:33.264 INFO O| Aug 26 20:10:33.264 INFO O| Done
62542024-08-26T20:10:35.433Z[ recovery-image] Aug 26 20:10:33.268 INFO O| Aug 26 20:10:33.268 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/sw.so"
62552024-08-26T20:10:35.433Z[ recovery-image] Aug 26 20:10:33.268 INFO O| Aug 26 20:10:33.268 INFO STEP 778 (remove_files) COMPLETE
62562024-08-26T20:10:35.433Z[ recovery-image] Aug 26 20:10:33.268 INFO O| Aug 26 20:10:33.268 INFO STEP 779: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62572024-08-26T20:10:35.433Z[ recovery-image] Aug 26 20:10:33.277 INFO O| Aug 26 20:10:33.277 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/libdiskstatus.so.1"
62582024-08-26T20:10:35.433Z[ recovery-image] Aug 26 20:10:33.278 INFO O| Aug 26 20:10:33.278 INFO STEP 779 (remove_files) COMPLETE
62592024-08-26T20:10:35.433Z[ recovery-image] Aug 26 20:10:33.278 INFO O| Aug 26 20:10:33.278 INFO STEP 780: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62602024-08-26T20:10:35.433Z[ recovery-image] Aug 26 20:10:33.287 INFO O| Aug 26 20:10:33.287 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/libfmd_adm.so.1"
62612024-08-26T20:10:35.433Z[ recovery-image] Aug 26 20:10:33.287 INFO O| Aug 26 20:10:33.287 INFO STEP 780 (remove_files) COMPLETE
62622024-08-26T20:10:35.433Z[ recovery-image] Aug 26 20:10:33.287 INFO O| Aug 26 20:10:33.287 INFO STEP 781: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62632024-08-26T20:10:35.433Z[ host-image] Aug 26 20:10:33.287 INFO O| Aug 26 20:10:33.287 INFO O| Done
62642024-08-26T20:10:35.433Z[ host-image] Aug 26 20:10:33.287 INFO O| Aug 26 20:10:33.287 INFO O| Done
62652024-08-26T20:10:35.433Z[ recovery-image] Aug 26 20:10:33.297 INFO O| Aug 26 20:10:33.296 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/libfmd_log.so.1"
62662024-08-26T20:10:35.433Z[ recovery-image] Aug 26 20:10:33.297 INFO O| Aug 26 20:10:33.297 INFO STEP 781 (remove_files) COMPLETE
62672024-08-26T20:10:35.433Z[ recovery-image] Aug 26 20:10:33.297 INFO O| Aug 26 20:10:33.297 INFO STEP 782: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62682024-08-26T20:10:35.433Z[ recovery-image] Aug 26 20:10:33.306 INFO O| Aug 26 20:10:33.306 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/libfmd_snmp.so.1"
62692024-08-26T20:10:35.433Z[ recovery-image] Aug 26 20:10:33.306 INFO O| Aug 26 20:10:33.306 INFO STEP 782 (remove_files) COMPLETE
62702024-08-26T20:10:35.433Z[ recovery-image] Aug 26 20:10:33.306 INFO O| Aug 26 20:10:33.306 INFO STEP 783: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62712024-08-26T20:10:35.433Z[ recovery-image] Aug 26 20:10:33.316 INFO O| Aug 26 20:10:33.315 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/libfmnotify.so.1"
62722024-08-26T20:10:35.433Z[ recovery-image] Aug 26 20:10:33.316 INFO O| Aug 26 20:10:33.316 INFO STEP 783 (remove_files) COMPLETE
62732024-08-26T20:10:35.433Z[ recovery-image] Aug 26 20:10:33.316 INFO O| Aug 26 20:10:33.316 INFO STEP 784: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62742024-08-26T20:10:35.433Z[ host-image] Aug 26 20:10:33.323 INFO O| Aug 26 20:10:33.323 INFO O| Done
62752024-08-26T20:10:35.433Z[ recovery-image] Aug 26 20:10:33.325 INFO O| Aug 26 20:10:33.325 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/libseslog.so.1"
62762024-08-26T20:10:35.433Z[ recovery-image] Aug 26 20:10:33.325 INFO O| Aug 26 20:10:33.325 INFO STEP 784 (remove_files) COMPLETE
62772024-08-26T20:10:35.433Z[ recovery-image] Aug 26 20:10:33.325 INFO O| Aug 26 20:10:33.325 INFO STEP 785: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62782024-08-26T20:10:35.433Z[ recovery-image] Aug 26 20:10:33.335 INFO O| Aug 26 20:10:33.335 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/topo/maps/xfp-hc-topology.xml"
62792024-08-26T20:10:35.433Z[ recovery-image] Aug 26 20:10:33.335 INFO O| Aug 26 20:10:33.335 INFO STEP 785 (remove_files) COMPLETE
62802024-08-26T20:10:35.433Z[ recovery-image] Aug 26 20:10:33.335 INFO O| Aug 26 20:10:33.335 INFO STEP 786: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62812024-08-26T20:10:35.433Z[ recovery-image] Aug 26 20:10:33.345 INFO O| Aug 26 20:10:33.345 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/topo/plugins/disk.so"
62822024-08-26T20:10:35.433Z[ recovery-image] Aug 26 20:10:33.345 INFO O| Aug 26 20:10:33.345 INFO STEP 786 (remove_files) COMPLETE
62832024-08-26T20:10:35.433Z[ recovery-image] Aug 26 20:10:33.345 INFO O| Aug 26 20:10:33.345 INFO STEP 787: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62842024-08-26T20:10:35.433Z[ recovery-image] Aug 26 20:10:33.355 INFO O| Aug 26 20:10:33.355 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/topo/plugins/fac_prov_ahci.so"
62852024-08-26T20:10:35.433Z[ recovery-image] Aug 26 20:10:33.355 INFO O| Aug 26 20:10:33.355 INFO STEP 787 (remove_files) COMPLETE
62862024-08-26T20:10:35.433Z[ recovery-image] Aug 26 20:10:33.355 INFO O| Aug 26 20:10:33.355 INFO STEP 788: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62872024-08-26T20:10:35.433Z[ recovery-image] Aug 26 20:10:33.365 INFO O| Aug 26 20:10:33.365 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/topo/plugins/fac_prov_ipmi.so"
62882024-08-26T20:10:35.433Z[ recovery-image] Aug 26 20:10:33.365 INFO O| Aug 26 20:10:33.365 INFO STEP 788 (remove_files) COMPLETE
62892024-08-26T20:10:35.433Z[ recovery-image] Aug 26 20:10:33.365 INFO O| Aug 26 20:10:33.365 INFO STEP 789: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62902024-08-26T20:10:35.433Z[ recovery-image] Aug 26 20:10:33.375 INFO O| Aug 26 20:10:33.375 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/topo/plugins/fac_prov_mptsas.so"
62912024-08-26T20:10:35.433Z[ recovery-image] Aug 26 20:10:33.375 INFO O| Aug 26 20:10:33.375 INFO STEP 789 (remove_files) COMPLETE
62922024-08-26T20:10:35.434Z[ recovery-image] Aug 26 20:10:33.375 INFO O| Aug 26 20:10:33.375 INFO STEP 790: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62932024-08-26T20:10:35.434Z[ recovery-image] Aug 26 20:10:33.385 INFO O| Aug 26 20:10:33.385 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/topo/plugins/ipmi.so"
62942024-08-26T20:10:35.434Z[ recovery-image] Aug 26 20:10:33.385 INFO O| Aug 26 20:10:33.385 INFO STEP 790 (remove_files) COMPLETE
62952024-08-26T20:10:35.434Z[ recovery-image] Aug 26 20:10:33.385 INFO O| Aug 26 20:10:33.385 INFO STEP 791: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62962024-08-26T20:10:35.434Z[ recovery-image] Aug 26 20:10:33.396 INFO O| Aug 26 20:10:33.396 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/topo/plugins/nic.so"
62972024-08-26T20:10:35.434Z[ recovery-image] Aug 26 20:10:33.396 INFO O| Aug 26 20:10:33.396 INFO STEP 791 (remove_files) COMPLETE
62982024-08-26T20:10:35.434Z[ recovery-image] Aug 26 20:10:33.396 INFO O| Aug 26 20:10:33.396 INFO STEP 792: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62992024-08-26T20:10:35.434Z[ recovery-image] Aug 26 20:10:33.406 INFO O| Aug 26 20:10:33.406 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/topo/plugins/ses.so"
63002024-08-26T20:10:35.434Z[ recovery-image] Aug 26 20:10:33.406 INFO O| Aug 26 20:10:33.406 INFO STEP 792 (remove_files) COMPLETE
63012024-08-26T20:10:35.434Z[ recovery-image] Aug 26 20:10:33.406 INFO O| Aug 26 20:10:33.406 INFO STEP 793: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63022024-08-26T20:10:35.434Z[ recovery-image] Aug 26 20:10:33.416 INFO O| Aug 26 20:10:33.416 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/topo/plugins/smbios.so"
63032024-08-26T20:10:35.434Z[ recovery-image] Aug 26 20:10:33.417 INFO O| Aug 26 20:10:33.417 INFO STEP 793 (remove_files) COMPLETE
63042024-08-26T20:10:35.434Z[ recovery-image] Aug 26 20:10:33.417 INFO O| Aug 26 20:10:33.417 INFO STEP 794: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63052024-08-26T20:10:35.434Z[ recovery-image] Aug 26 20:10:33.427 INFO O| Aug 26 20:10:33.426 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/topo/plugins/usb.so"
63062024-08-26T20:10:35.434Z[ recovery-image] Aug 26 20:10:33.427 INFO O| Aug 26 20:10:33.427 INFO STEP 794 (remove_files) COMPLETE
63072024-08-26T20:10:35.434Z[ recovery-image] Aug 26 20:10:33.427 INFO O| Aug 26 20:10:33.427 INFO STEP 795: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63082024-08-26T20:10:35.434Z[ host-image] Aug 26 20:10:33.428 INFO O| Aug 26 20:10:33.428 INFO STEP 13 (pkg_install) COMPLETE
63092024-08-26T20:10:35.434Z[ host-image] Aug 26 20:10:33.428 INFO O| Aug 26 20:10:33.428 INFO STEP 14: pkg_install, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
63102024-08-26T20:10:35.434Z[ recovery-image] Aug 26 20:10:33.437 INFO O| Aug 26 20:10:33.437 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/topo/plugins/xfp.so"
63112024-08-26T20:10:35.434Z[ recovery-image] Aug 26 20:10:33.437 INFO O| Aug 26 20:10:33.437 INFO STEP 795 (remove_files) COMPLETE
63122024-08-26T20:10:35.434Z[ recovery-image] Aug 26 20:10:33.437 INFO O| Aug 26 20:10:33.437 INFO STEP 796: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63132024-08-26T20:10:35.434Z[ host-image] Aug 26 20:10:33.439 INFO O| Aug 26 20:10:33.439 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/host/work/gimlet/ramdisk", "install", "/driver/network/opte@0.33.293"]
63142024-08-26T20:10:35.434Z[ recovery-image] Aug 26 20:10:33.448 INFO O| Aug 26 20:10:33.448 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/bootfs/mount"
63152024-08-26T20:10:35.434Z[ recovery-image] Aug 26 20:10:33.449 INFO O| Aug 26 20:10:33.449 INFO STEP 796 (remove_files) COMPLETE
63162024-08-26T20:10:35.434Z[ recovery-image] Aug 26 20:10:33.449 INFO O| Aug 26 20:10:33.449 INFO STEP 797: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63172024-08-26T20:10:35.434Z[ recovery-image] Aug 26 20:10:33.459 INFO O| Aug 26 20:10:33.459 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/hsfs/fstyp"
63182024-08-26T20:10:35.434Z[ recovery-image] Aug 26 20:10:33.459 INFO O| Aug 26 20:10:33.459 INFO STEP 797 (remove_files) COMPLETE
63192024-08-26T20:10:35.434Z[ recovery-image] Aug 26 20:10:33.459 INFO O| Aug 26 20:10:33.459 INFO STEP 798: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63202024-08-26T20:10:35.434Z[ recovery-image] Aug 26 20:10:33.469 INFO O| Aug 26 20:10:33.469 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/hsfs/fstyp.so.1"
63212024-08-26T20:10:35.434Z[ recovery-image] Aug 26 20:10:33.470 INFO O| Aug 26 20:10:33.470 INFO STEP 798 (remove_files) COMPLETE
63222024-08-26T20:10:35.434Z[ recovery-image] Aug 26 20:10:33.470 INFO O| Aug 26 20:10:33.470 INFO STEP 799: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63232024-08-26T20:10:35.434Z[ recovery-image] Aug 26 20:10:33.479 INFO O| Aug 26 20:10:33.479 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/hsfs/labelit"
63242024-08-26T20:10:35.434Z[ recovery-image] Aug 26 20:10:33.480 INFO O| Aug 26 20:10:33.480 INFO STEP 799 (remove_files) COMPLETE
63252024-08-26T20:10:35.434Z[ recovery-image] Aug 26 20:10:33.480 INFO O| Aug 26 20:10:33.480 INFO STEP 800: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63262024-08-26T20:10:35.434Z[ recovery-image] Aug 26 20:10:33.489 INFO O| Aug 26 20:10:33.489 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/lofs/mount"
63272024-08-26T20:10:35.434Z[ recovery-image] Aug 26 20:10:33.490 INFO O| Aug 26 20:10:33.490 INFO STEP 800 (remove_files) COMPLETE
63282024-08-26T20:10:35.434Z[ recovery-image] Aug 26 20:10:33.490 INFO O| Aug 26 20:10:33.490 INFO STEP 801: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63292024-08-26T20:10:35.434Z[ recovery-image] Aug 26 20:10:33.499 INFO O| Aug 26 20:10:33.499 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/mntfs/mount"
63302024-08-26T20:10:35.435Z[ recovery-image] Aug 26 20:10:33.499 INFO O| Aug 26 20:10:33.499 INFO STEP 801 (remove_files) COMPLETE
63312024-08-26T20:10:35.435Z[ recovery-image] Aug 26 20:10:33.499 INFO O| Aug 26 20:10:33.499 INFO STEP 802: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63322024-08-26T20:10:35.435Z[ recovery-image] Aug 26 20:10:33.509 INFO O| Aug 26 20:10:33.509 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/pcfs/fsck"
63332024-08-26T20:10:35.435Z[ recovery-image] Aug 26 20:10:33.509 INFO O| Aug 26 20:10:33.509 INFO STEP 802 (remove_files) COMPLETE
63342024-08-26T20:10:35.435Z[ recovery-image] Aug 26 20:10:33.509 INFO O| Aug 26 20:10:33.509 INFO STEP 803: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63352024-08-26T20:10:35.435Z[ recovery-image] Aug 26 20:10:33.518 INFO O| Aug 26 20:10:33.518 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/pcfs/fstyp"
63362024-08-26T20:10:35.435Z[ recovery-image] Aug 26 20:10:33.518 INFO O| Aug 26 20:10:33.518 INFO STEP 803 (remove_files) COMPLETE
63372024-08-26T20:10:35.435Z[ recovery-image] Aug 26 20:10:33.518 INFO O| Aug 26 20:10:33.518 INFO STEP 804: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63382024-08-26T20:10:35.435Z[ recovery-image] Aug 26 20:10:33.528 INFO O| Aug 26 20:10:33.528 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/pcfs/fstyp.so.1"
63392024-08-26T20:10:35.435Z[ recovery-image] Aug 26 20:10:33.528 INFO O| Aug 26 20:10:33.528 INFO STEP 804 (remove_files) COMPLETE
63402024-08-26T20:10:35.435Z[ recovery-image] Aug 26 20:10:33.528 INFO O| Aug 26 20:10:33.528 INFO STEP 805: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63412024-08-26T20:10:35.435Z[ recovery-image] Aug 26 20:10:33.538 INFO O| Aug 26 20:10:33.538 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/pcfs/mkfs"
63422024-08-26T20:10:35.439Z[ recovery-image] Aug 26 20:10:33.538 INFO O| Aug 26 20:10:33.538 INFO STEP 805 (remove_files) COMPLETE
63432024-08-26T20:10:35.439Z[ recovery-image] Aug 26 20:10:33.538 INFO O| Aug 26 20:10:33.538 INFO STEP 806: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63442024-08-26T20:10:35.439Z[ recovery-image] Aug 26 20:10:33.547 INFO O| Aug 26 20:10:33.547 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/pcfs/mount"
63452024-08-26T20:10:35.439Z[ recovery-image] Aug 26 20:10:33.547 INFO O| Aug 26 20:10:33.547 INFO STEP 806 (remove_files) COMPLETE
63462024-08-26T20:10:35.439Z[ recovery-image] Aug 26 20:10:33.547 INFO O| Aug 26 20:10:33.547 INFO STEP 807: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63472024-08-26T20:10:35.439Z[ recovery-image] Aug 26 20:10:33.557 INFO O| Aug 26 20:10:33.557 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/sharefs/mount"
63482024-08-26T20:10:35.439Z[ recovery-image] Aug 26 20:10:33.557 INFO O| Aug 26 20:10:33.557 INFO STEP 807 (remove_files) COMPLETE
63492024-08-26T20:10:35.439Z[ recovery-image] Aug 26 20:10:33.557 INFO O| Aug 26 20:10:33.557 INFO STEP 808: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63502024-08-26T20:10:35.439Z[ recovery-image] Aug 26 20:10:33.566 INFO O| Aug 26 20:10:33.566 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/smb/amd64/libshare_smb.so.1"
63512024-08-26T20:10:35.439Z[ recovery-image] Aug 26 20:10:33.567 INFO O| Aug 26 20:10:33.567 INFO STEP 808 (remove_files) COMPLETE
63522024-08-26T20:10:35.439Z[ recovery-image] Aug 26 20:10:33.567 INFO O| Aug 26 20:10:33.567 INFO STEP 809: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63532024-08-26T20:10:35.439Z[ recovery-image] Aug 26 20:10:33.576 INFO O| Aug 26 20:10:33.576 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/smb/libshare_smb.so.1"
63542024-08-26T20:10:35.439Z[ recovery-image] Aug 26 20:10:33.576 INFO O| Aug 26 20:10:33.576 INFO STEP 809 (remove_files) COMPLETE
63552024-08-26T20:10:35.439Z[ recovery-image] Aug 26 20:10:33.576 INFO O| Aug 26 20:10:33.576 INFO STEP 810: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63562024-08-26T20:10:35.439Z[ recovery-image] Aug 26 20:10:33.586 INFO O| Aug 26 20:10:33.586 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/smbfs/amd64/libshare_smbfs.so.1"
63572024-08-26T20:10:35.439Z[ recovery-image] Aug 26 20:10:33.586 INFO O| Aug 26 20:10:33.586 INFO STEP 810 (remove_files) COMPLETE
63582024-08-26T20:10:35.439Z[ recovery-image] Aug 26 20:10:33.586 INFO O| Aug 26 20:10:33.586 INFO STEP 811: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63592024-08-26T20:10:35.440Z[ recovery-image] Aug 26 20:10:33.595 INFO O| Aug 26 20:10:33.595 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/smbfs/dfshares"
63602024-08-26T20:10:35.440Z[ recovery-image] Aug 26 20:10:33.595 INFO O| Aug 26 20:10:33.595 INFO STEP 811 (remove_files) COMPLETE
63612024-08-26T20:10:35.440Z[ recovery-image] Aug 26 20:10:33.595 INFO O| Aug 26 20:10:33.595 INFO STEP 812: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63622024-08-26T20:10:35.440Z[ recovery-image] Aug 26 20:10:33.605 INFO O| Aug 26 20:10:33.605 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/smbfs/libshare_smbfs.so.1"
63632024-08-26T20:10:35.440Z[ recovery-image] Aug 26 20:10:33.605 INFO O| Aug 26 20:10:33.605 INFO STEP 812 (remove_files) COMPLETE
63642024-08-26T20:10:35.440Z[ recovery-image] Aug 26 20:10:33.605 INFO O| Aug 26 20:10:33.605 INFO STEP 813: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63652024-08-26T20:10:35.440Z[ recovery-image] Aug 26 20:10:33.614 INFO O| Aug 26 20:10:33.614 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/smbfs/mount"
63662024-08-26T20:10:35.440Z[ recovery-image] Aug 26 20:10:33.614 INFO O| Aug 26 20:10:33.614 INFO STEP 813 (remove_files) COMPLETE
63672024-08-26T20:10:35.440Z[ recovery-image] Aug 26 20:10:33.614 INFO O| Aug 26 20:10:33.614 INFO STEP 814: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63682024-08-26T20:10:35.440Z[ recovery-image] Aug 26 20:10:33.624 INFO O| Aug 26 20:10:33.624 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/smbfs/share"
63692024-08-26T20:10:35.440Z[ recovery-image] Aug 26 20:10:33.624 INFO O| Aug 26 20:10:33.624 INFO STEP 814 (remove_files) COMPLETE
63702024-08-26T20:10:35.440Z[ recovery-image] Aug 26 20:10:33.624 INFO O| Aug 26 20:10:33.624 INFO STEP 815: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63712024-08-26T20:10:35.440Z[ recovery-image] Aug 26 20:10:33.633 INFO O| Aug 26 20:10:33.633 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/smbfs/umount"
63722024-08-26T20:10:35.440Z[ recovery-image] Aug 26 20:10:33.633 INFO O| Aug 26 20:10:33.633 INFO STEP 815 (remove_files) COMPLETE
63732024-08-26T20:10:35.440Z[ recovery-image] Aug 26 20:10:33.634 INFO O| Aug 26 20:10:33.633 INFO STEP 816: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63742024-08-26T20:10:35.440Z[ recovery-image] Aug 26 20:10:33.643 INFO O| Aug 26 20:10:33.643 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/smbfs/unshare"
63752024-08-26T20:10:35.440Z[ recovery-image] Aug 26 20:10:33.643 INFO O| Aug 26 20:10:33.643 INFO STEP 816 (remove_files) COMPLETE
63762024-08-26T20:10:35.440Z[ recovery-image] Aug 26 20:10:33.643 INFO O| Aug 26 20:10:33.643 INFO STEP 817: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63772024-08-26T20:10:35.440Z[ recovery-image] Aug 26 20:10:33.652 INFO O| Aug 26 20:10:33.652 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/clri"
63782024-08-26T20:10:35.440Z[ recovery-image] Aug 26 20:10:33.652 INFO O| Aug 26 20:10:33.652 INFO STEP 817 (remove_files) COMPLETE
63792024-08-26T20:10:35.440Z[ recovery-image] Aug 26 20:10:33.653 INFO O| Aug 26 20:10:33.652 INFO STEP 818: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63802024-08-26T20:10:35.440Z[ recovery-image] Aug 26 20:10:33.662 INFO O| Aug 26 20:10:33.662 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/dcopy"
63812024-08-26T20:10:35.440Z[ recovery-image] Aug 26 20:10:33.662 INFO O| Aug 26 20:10:33.662 INFO STEP 818 (remove_files) COMPLETE
63822024-08-26T20:10:35.440Z[ recovery-image] Aug 26 20:10:33.662 INFO O| Aug 26 20:10:33.662 INFO STEP 819: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63832024-08-26T20:10:35.440Z[ recovery-image] Aug 26 20:10:33.672 INFO O| Aug 26 20:10:33.671 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/df"
63842024-08-26T20:10:35.440Z[ recovery-image] Aug 26 20:10:33.672 INFO O| Aug 26 20:10:33.672 INFO STEP 819 (remove_files) COMPLETE
63852024-08-26T20:10:35.440Z[ recovery-image] Aug 26 20:10:33.672 INFO O| Aug 26 20:10:33.672 INFO STEP 820: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63862024-08-26T20:10:35.440Z[ recovery-image] Aug 26 20:10:33.682 INFO O| Aug 26 20:10:33.682 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/edquota"
63872024-08-26T20:10:35.441Z[ recovery-image] Aug 26 20:10:33.682 INFO O| Aug 26 20:10:33.682 INFO STEP 820 (remove_files) COMPLETE
63882024-08-26T20:10:35.441Z[ recovery-image] Aug 26 20:10:33.682 INFO O| Aug 26 20:10:33.682 INFO STEP 821: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63892024-08-26T20:10:35.441Z[ recovery-image] Aug 26 20:10:33.691 INFO O| Aug 26 20:10:33.691 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/ff"
63902024-08-26T20:10:35.441Z[ recovery-image] Aug 26 20:10:33.691 INFO O| Aug 26 20:10:33.691 INFO STEP 821 (remove_files) COMPLETE
63912024-08-26T20:10:35.441Z[ recovery-image] Aug 26 20:10:33.691 INFO O| Aug 26 20:10:33.691 INFO STEP 822: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63922024-08-26T20:10:35.441Z[ recovery-image] Aug 26 20:10:33.701 INFO O| Aug 26 20:10:33.701 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/fsck"
63932024-08-26T20:10:35.441Z[ recovery-image] Aug 26 20:10:33.701 INFO O| Aug 26 20:10:33.701 INFO STEP 822 (remove_files) COMPLETE
63942024-08-26T20:10:35.441Z[ recovery-image] Aug 26 20:10:33.701 INFO O| Aug 26 20:10:33.701 INFO STEP 823: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63952024-08-26T20:10:35.441Z[ recovery-image] Aug 26 20:10:33.711 INFO O| Aug 26 20:10:33.710 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/fsckall"
63962024-08-26T20:10:35.441Z[ recovery-image] Aug 26 20:10:33.711 INFO O| Aug 26 20:10:33.711 INFO STEP 823 (remove_files) COMPLETE
63972024-08-26T20:10:35.441Z[ recovery-image] Aug 26 20:10:33.711 INFO O| Aug 26 20:10:33.711 INFO STEP 824: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63982024-08-26T20:10:35.441Z[ recovery-image] Aug 26 20:10:33.720 INFO O| Aug 26 20:10:33.720 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/fsdb"
63992024-08-26T20:10:35.441Z[ recovery-image] Aug 26 20:10:33.720 INFO O| Aug 26 20:10:33.720 INFO STEP 824 (remove_files) COMPLETE
64002024-08-26T20:10:35.441Z[ recovery-image] Aug 26 20:10:33.721 INFO O| Aug 26 20:10:33.720 INFO STEP 825: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64012024-08-26T20:10:35.441Z[ recovery-image] Aug 26 20:10:33.730 INFO O| Aug 26 20:10:33.730 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/fsirand"
64022024-08-26T20:10:35.441Z[ recovery-image] Aug 26 20:10:33.730 INFO O| Aug 26 20:10:33.730 INFO STEP 825 (remove_files) COMPLETE
64032024-08-26T20:10:35.441Z[ recovery-image] Aug 26 20:10:33.730 INFO O| Aug 26 20:10:33.730 INFO STEP 826: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64042024-08-26T20:10:35.441Z[ recovery-image] Aug 26 20:10:33.740 INFO O| Aug 26 20:10:33.740 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/fssnap"
64052024-08-26T20:10:35.441Z[ recovery-image] Aug 26 20:10:33.740 INFO O| Aug 26 20:10:33.740 INFO STEP 826 (remove_files) COMPLETE
64062024-08-26T20:10:35.441Z[ recovery-image] Aug 26 20:10:33.740 INFO O| Aug 26 20:10:33.740 INFO STEP 827: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64072024-08-26T20:10:35.441Z[ recovery-image] Aug 26 20:10:33.750 INFO O| Aug 26 20:10:33.749 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/fstyp"
64082024-08-26T20:10:35.441Z[ recovery-image] Aug 26 20:10:33.750 INFO O| Aug 26 20:10:33.750 INFO STEP 827 (remove_files) COMPLETE
64092024-08-26T20:10:35.441Z[ recovery-image] Aug 26 20:10:33.750 INFO O| Aug 26 20:10:33.750 INFO STEP 828: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64102024-08-26T20:10:35.441Z[ recovery-image] Aug 26 20:10:33.759 INFO O| Aug 26 20:10:33.759 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/fstyp.so.1"
64112024-08-26T20:10:35.441Z[ recovery-image] Aug 26 20:10:33.759 INFO O| Aug 26 20:10:33.759 INFO STEP 828 (remove_files) COMPLETE
64122024-08-26T20:10:35.441Z[ recovery-image] Aug 26 20:10:33.759 INFO O| Aug 26 20:10:33.759 INFO STEP 829: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64132024-08-26T20:10:35.441Z[ recovery-image] Aug 26 20:10:33.769 INFO O| Aug 26 20:10:33.768 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/labelit"
64142024-08-26T20:10:35.441Z[ recovery-image] Aug 26 20:10:33.769 INFO O| Aug 26 20:10:33.769 INFO STEP 829 (remove_files) COMPLETE
64152024-08-26T20:10:35.441Z[ recovery-image] Aug 26 20:10:33.769 INFO O| Aug 26 20:10:33.769 INFO STEP 830: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64162024-08-26T20:10:35.441Z[ recovery-image] Aug 26 20:10:33.778 INFO O| Aug 26 20:10:33.778 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/lockfs"
64172024-08-26T20:10:35.441Z[ recovery-image] Aug 26 20:10:33.778 INFO O| Aug 26 20:10:33.778 INFO STEP 830 (remove_files) COMPLETE
64182024-08-26T20:10:35.441Z[ recovery-image] Aug 26 20:10:33.778 INFO O| Aug 26 20:10:33.778 INFO STEP 831: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64192024-08-26T20:10:35.441Z[ recovery-image] Aug 26 20:10:33.787 INFO O| Aug 26 20:10:33.787 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/mkfs"
64202024-08-26T20:10:35.442Z[ recovery-image] Aug 26 20:10:33.788 INFO O| Aug 26 20:10:33.788 INFO STEP 831 (remove_files) COMPLETE
64212024-08-26T20:10:35.442Z[ recovery-image] Aug 26 20:10:33.788 INFO O| Aug 26 20:10:33.788 INFO STEP 832: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64222024-08-26T20:10:35.442Z[ recovery-image] Aug 26 20:10:33.797 INFO O| Aug 26 20:10:33.797 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/ncheck"
64232024-08-26T20:10:35.442Z[ recovery-image] Aug 26 20:10:33.798 INFO O| Aug 26 20:10:33.798 INFO STEP 832 (remove_files) COMPLETE
64242024-08-26T20:10:35.442Z[ recovery-image] Aug 26 20:10:33.798 INFO O| Aug 26 20:10:33.798 INFO STEP 833: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64252024-08-26T20:10:35.442Z[ recovery-image] Aug 26 20:10:33.809 INFO O| Aug 26 20:10:33.809 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/newfs"
64262024-08-26T20:10:35.442Z[ recovery-image] Aug 26 20:10:33.809 INFO O| Aug 26 20:10:33.809 INFO STEP 833 (remove_files) COMPLETE
64272024-08-26T20:10:35.442Z[ recovery-image] Aug 26 20:10:33.809 INFO O| Aug 26 20:10:33.809 INFO STEP 834: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64282024-08-26T20:10:35.442Z[ recovery-image] Aug 26 20:10:33.819 INFO O| Aug 26 20:10:33.819 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/quot"
64292024-08-26T20:10:35.442Z[ recovery-image] Aug 26 20:10:33.819 INFO O| Aug 26 20:10:33.819 INFO STEP 834 (remove_files) COMPLETE
64302024-08-26T20:10:35.442Z[ recovery-image] Aug 26 20:10:33.819 INFO O| Aug 26 20:10:33.819 INFO STEP 835: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64312024-08-26T20:10:35.442Z[ recovery-image] Aug 26 20:10:33.829 INFO O| Aug 26 20:10:33.829 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/quotacheck"
64322024-08-26T20:10:35.442Z[ recovery-image] Aug 26 20:10:33.829 INFO O| Aug 26 20:10:33.829 INFO STEP 835 (remove_files) COMPLETE
64332024-08-26T20:10:35.442Z[ recovery-image] Aug 26 20:10:33.829 INFO O| Aug 26 20:10:33.829 INFO STEP 836: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64342024-08-26T20:10:35.442Z[ recovery-image] Aug 26 20:10:33.839 INFO O| Aug 26 20:10:33.839 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/quotaoff"
64352024-08-26T20:10:35.442Z[ recovery-image] Aug 26 20:10:33.839 INFO O| Aug 26 20:10:33.839 INFO STEP 836 (remove_files) COMPLETE
64362024-08-26T20:10:35.442Z[ recovery-image] Aug 26 20:10:33.839 INFO O| Aug 26 20:10:33.839 INFO STEP 837: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64372024-08-26T20:10:35.442Z[ recovery-image] Aug 26 20:10:33.849 INFO O| Aug 26 20:10:33.849 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/quotaon"
64382024-08-26T20:10:35.442Z[ recovery-image] Aug 26 20:10:33.849 INFO O| Aug 26 20:10:33.849 INFO STEP 837 (remove_files) COMPLETE
64392024-08-26T20:10:35.442Z[ recovery-image] Aug 26 20:10:33.849 INFO O| Aug 26 20:10:33.849 INFO STEP 838: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64402024-08-26T20:10:35.442Z[ recovery-image] Aug 26 20:10:33.859 INFO O| Aug 26 20:10:33.859 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/repquota"
64412024-08-26T20:10:35.442Z[ recovery-image] Aug 26 20:10:33.859 INFO O| Aug 26 20:10:33.859 INFO STEP 838 (remove_files) COMPLETE
64422024-08-26T20:10:35.445Z[ recovery-image] Aug 26 20:10:33.859 INFO O| Aug 26 20:10:33.859 INFO STEP 839: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64432024-08-26T20:10:35.445Z[ recovery-image] Aug 26 20:10:33.869 INFO O| Aug 26 20:10:33.869 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/tunefs"
64442024-08-26T20:10:35.446Z[ recovery-image] Aug 26 20:10:33.869 INFO O| Aug 26 20:10:33.869 INFO STEP 839 (remove_files) COMPLETE
64452024-08-26T20:10:35.446Z[ recovery-image] Aug 26 20:10:33.869 INFO O| Aug 26 20:10:33.869 INFO STEP 840: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64462024-08-26T20:10:35.446Z[ recovery-image] Aug 26 20:10:33.879 INFO O| Aug 26 20:10:33.879 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/ufsdump"
64472024-08-26T20:10:35.446Z[ recovery-image] Aug 26 20:10:33.879 INFO O| Aug 26 20:10:33.879 INFO STEP 840 (remove_files) COMPLETE
64482024-08-26T20:10:35.446Z[ recovery-image] Aug 26 20:10:33.879 INFO O| Aug 26 20:10:33.879 INFO STEP 841: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64492024-08-26T20:10:35.446Z[ host-image] Aug 26 20:10:33.886 INFO O| Aug 26 20:10:33.886 INFO O| Startup: Refreshing catalog 'helios-dev' ... Done
64502024-08-26T20:10:35.446Z[ recovery-image] Aug 26 20:10:33.889 INFO O| Aug 26 20:10:33.889 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/ufsrestore"
64512024-08-26T20:10:35.446Z[ recovery-image] Aug 26 20:10:33.889 INFO O| Aug 26 20:10:33.889 INFO STEP 841 (remove_files) COMPLETE
64522024-08-26T20:10:35.446Z[ recovery-image] Aug 26 20:10:33.889 INFO O| Aug 26 20:10:33.889 INFO STEP 842: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64532024-08-26T20:10:35.446Z[ recovery-image] Aug 26 20:10:33.898 INFO O| Aug 26 20:10:33.898 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/volcopy"
64542024-08-26T20:10:35.446Z[ recovery-image] Aug 26 20:10:33.898 INFO O| Aug 26 20:10:33.898 INFO STEP 842 (remove_files) COMPLETE
64552024-08-26T20:10:35.446Z[ recovery-image] Aug 26 20:10:33.898 INFO O| Aug 26 20:10:33.898 INFO STEP 843: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64562024-08-26T20:10:35.446Z[ recovery-image] Aug 26 20:10:33.908 INFO O| Aug 26 20:10:33.908 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/gss/dh1024-0.so.1"
64572024-08-26T20:10:35.446Z[ recovery-image] Aug 26 20:10:33.908 INFO O| Aug 26 20:10:33.908 INFO STEP 843 (remove_files) COMPLETE
64582024-08-26T20:10:35.446Z[ recovery-image] Aug 26 20:10:33.908 INFO O| Aug 26 20:10:33.908 INFO STEP 844: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64592024-08-26T20:10:35.446Z[ recovery-image] Aug 26 20:10:33.918 INFO O| Aug 26 20:10:33.918 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/gss/dh640-0.so.1"
64602024-08-26T20:10:35.446Z[ recovery-image] Aug 26 20:10:33.918 INFO O| Aug 26 20:10:33.918 INFO STEP 844 (remove_files) COMPLETE
64612024-08-26T20:10:35.446Z[ recovery-image] Aug 26 20:10:33.918 INFO O| Aug 26 20:10:33.918 INFO STEP 845: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64622024-08-26T20:10:35.446Z[ recovery-image] Aug 26 20:10:33.928 INFO O| Aug 26 20:10:33.928 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/gss/gsscred_clean"
64632024-08-26T20:10:35.446Z[ recovery-image] Aug 26 20:10:33.928 INFO O| Aug 26 20:10:33.928 INFO STEP 845 (remove_files) COMPLETE
64642024-08-26T20:10:35.446Z[ recovery-image] Aug 26 20:10:33.928 INFO O| Aug 26 20:10:33.928 INFO STEP 846: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64652024-08-26T20:10:35.449Z[ recovery-image] Aug 26 20:10:33.938 INFO O| Aug 26 20:10:33.938 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/gss/gssd"
64662024-08-26T20:10:35.449Z[ recovery-image] Aug 26 20:10:33.938 INFO O| Aug 26 20:10:33.938 INFO STEP 846 (remove_files) COMPLETE
64672024-08-26T20:10:35.449Z[ recovery-image] Aug 26 20:10:33.938 INFO O| Aug 26 20:10:33.938 INFO STEP 847: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64682024-08-26T20:10:35.458Z[ recovery-image] Aug 26 20:10:33.948 INFO O| Aug 26 20:10:33.948 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/gss/mech_dh.so.1"
64692024-08-26T20:10:35.458Z[ recovery-image] Aug 26 20:10:33.948 INFO O| Aug 26 20:10:33.948 INFO STEP 847 (remove_files) COMPLETE
64702024-08-26T20:10:35.458Z[ recovery-image] Aug 26 20:10:33.948 INFO O| Aug 26 20:10:33.948 INFO STEP 848: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64712024-08-26T20:10:35.468Z[ recovery-image] Aug 26 20:10:33.958 INFO O| Aug 26 20:10:33.958 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/gss/mech_krb5.so.1"
64722024-08-26T20:10:35.470Z[ recovery-image] Aug 26 20:10:33.958 INFO O| Aug 26 20:10:33.958 INFO STEP 848 (remove_files) COMPLETE
64732024-08-26T20:10:35.470Z[ recovery-image] Aug 26 20:10:33.958 INFO O| Aug 26 20:10:33.958 INFO STEP 849: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64742024-08-26T20:10:35.477Z[ recovery-image] Aug 26 20:10:33.967 INFO O| Aug 26 20:10:33.967 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/gss/mech_spnego.so.1"
64752024-08-26T20:10:35.477Z[ recovery-image] Aug 26 20:10:33.967 INFO O| Aug 26 20:10:33.967 INFO STEP 849 (remove_files) COMPLETE
64762024-08-26T20:10:35.480Z[ recovery-image] Aug 26 20:10:33.967 INFO O| Aug 26 20:10:33.967 INFO STEP 850: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64772024-08-26T20:10:35.487Z[ recovery-image] Aug 26 20:10:33.977 INFO O| Aug 26 20:10:33.977 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/inet/amd64/in.iked"
64782024-08-26T20:10:35.489Z[ recovery-image] Aug 26 20:10:33.977 INFO O| Aug 26 20:10:33.977 INFO STEP 850 (remove_files) COMPLETE
64792024-08-26T20:10:35.490Z[ recovery-image] Aug 26 20:10:33.977 INFO O| Aug 26 20:10:33.977 INFO STEP 851: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64802024-08-26T20:10:35.498Z[ recovery-image] Aug 26 20:10:33.988 INFO O| Aug 26 20:10:33.988 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/inet/certdb"
64812024-08-26T20:10:35.498Z[ recovery-image] Aug 26 20:10:33.988 INFO O| Aug 26 20:10:33.988 INFO STEP 851 (remove_files) COMPLETE
64822024-08-26T20:10:35.501Z[ recovery-image] Aug 26 20:10:33.988 INFO O| Aug 26 20:10:33.988 INFO STEP 852: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64832024-08-26T20:10:35.508Z[ recovery-image] Aug 26 20:10:33.998 INFO O| Aug 26 20:10:33.998 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/inet/certlocal"
64842024-08-26T20:10:35.510Z[ recovery-image] Aug 26 20:10:33.998 INFO O| Aug 26 20:10:33.998 INFO STEP 852 (remove_files) COMPLETE
64852024-08-26T20:10:35.510Z[ recovery-image] Aug 26 20:10:33.998 INFO O| Aug 26 20:10:33.998 INFO STEP 853: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64862024-08-26T20:10:35.519Z[ recovery-image] Aug 26 20:10:34.009 INFO O| Aug 26 20:10:34.009 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/inet/certrldb"
64872024-08-26T20:10:35.519Z[ recovery-image] Aug 26 20:10:34.009 INFO O| Aug 26 20:10:34.009 INFO STEP 853 (remove_files) COMPLETE
64882024-08-26T20:10:35.521Z[ recovery-image] Aug 26 20:10:34.009 INFO O| Aug 26 20:10:34.009 INFO STEP 854: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64892024-08-26T20:10:35.529Z[ recovery-image] Aug 26 20:10:34.019 INFO O| Aug 26 20:10:34.019 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/inet/in.iked"
64902024-08-26T20:10:35.529Z[ recovery-image] Aug 26 20:10:34.019 INFO O| Aug 26 20:10:34.019 INFO STEP 854 (remove_files) COMPLETE
64912024-08-26T20:10:35.529Z[ recovery-image] Aug 26 20:10:34.019 INFO O| Aug 26 20:10:34.019 INFO STEP 855: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64922024-08-26T20:10:35.539Z[ recovery-image] Aug 26 20:10:34.029 INFO O| Aug 26 20:10:34.029 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/inet/in.ripngd"
64932024-08-26T20:10:35.539Z[ recovery-image] Aug 26 20:10:34.029 INFO O| Aug 26 20:10:34.029 INFO STEP 855 (remove_files) COMPLETE
64942024-08-26T20:10:35.539Z[ recovery-image] Aug 26 20:10:34.029 INFO O| Aug 26 20:10:34.029 INFO STEP 856: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64952024-08-26T20:10:35.548Z[ recovery-image] Aug 26 20:10:34.038 INFO O| Aug 26 20:10:34.038 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/inet/inetd"
64962024-08-26T20:10:35.548Z[ recovery-image] Aug 26 20:10:34.038 INFO O| Aug 26 20:10:34.038 INFO STEP 856 (remove_files) COMPLETE
64972024-08-26T20:10:35.551Z[ recovery-image] Aug 26 20:10:34.038 INFO O| Aug 26 20:10:34.038 INFO STEP 857: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64982024-08-26T20:10:35.558Z[ recovery-image] Aug 26 20:10:34.048 INFO O| Aug 26 20:10:34.048 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/krb5/amd64/libkadm5clnt.so.1"
64992024-08-26T20:10:35.560Z[ recovery-image] Aug 26 20:10:34.048 INFO O| Aug 26 20:10:34.048 INFO STEP 857 (remove_files) COMPLETE
65002024-08-26T20:10:35.561Z[ recovery-image] Aug 26 20:10:34.048 INFO O| Aug 26 20:10:34.048 INFO STEP 858: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65012024-08-26T20:10:35.568Z[ recovery-image] Aug 26 20:10:34.058 INFO O| Aug 26 20:10:34.058 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/krb5/ktkt_warnd"
65022024-08-26T20:10:35.568Z[ recovery-image] Aug 26 20:10:34.058 INFO O| Aug 26 20:10:34.058 INFO STEP 858 (remove_files) COMPLETE
65032024-08-26T20:10:35.570Z[ recovery-image] Aug 26 20:10:34.058 INFO O| Aug 26 20:10:34.058 INFO STEP 859: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65042024-08-26T20:10:35.578Z[ recovery-image] Aug 26 20:10:34.068 INFO O| Aug 26 20:10:34.068 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/krb5/libkadm5clnt.so.1"
65052024-08-26T20:10:35.578Z[ recovery-image] Aug 26 20:10:34.068 INFO O| Aug 26 20:10:34.068 INFO STEP 859 (remove_files) COMPLETE
65062024-08-26T20:10:35.580Z[ recovery-image] Aug 26 20:10:34.068 INFO O| Aug 26 20:10:34.068 INFO STEP 860: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65072024-08-26T20:10:35.588Z[ recovery-image] Aug 26 20:10:34.078 INFO O| Aug 26 20:10:34.078 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/krb5/libss.so.1"
65082024-08-26T20:10:35.588Z[ recovery-image] Aug 26 20:10:34.078 INFO O| Aug 26 20:10:34.078 INFO STEP 860 (remove_files) COMPLETE
65092024-08-26T20:10:35.590Z[ recovery-image] Aug 26 20:10:34.078 INFO O| Aug 26 20:10:34.078 INFO STEP 861: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65102024-08-26T20:10:35.598Z[ recovery-image] Aug 26 20:10:34.088 INFO O| Aug 26 20:10:34.088 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/krb5/plugins/preauth/pkinit.so.1"
65112024-08-26T20:10:35.600Z[ recovery-image] Aug 26 20:10:34.088 INFO O| Aug 26 20:10:34.088 INFO STEP 861 (remove_files) COMPLETE
65122024-08-26T20:10:35.600Z[ recovery-image] Aug 26 20:10:34.088 INFO O| Aug 26 20:10:34.088 INFO STEP 862: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65132024-08-26T20:10:35.608Z[ recovery-image] Aug 26 20:10:34.098 INFO O| Aug 26 20:10:34.097 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/ld/map.above4G"
65142024-08-26T20:10:35.608Z[ recovery-image] Aug 26 20:10:34.098 INFO O| Aug 26 20:10:34.098 INFO STEP 862 (remove_files) COMPLETE
65152024-08-26T20:10:35.608Z[ recovery-image] Aug 26 20:10:34.098 INFO O| Aug 26 20:10:34.098 INFO STEP 863: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65162024-08-26T20:10:35.618Z[ recovery-image] Aug 26 20:10:34.108 INFO O| Aug 26 20:10:34.108 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/ld/map.below4G"
65172024-08-26T20:10:35.618Z[ recovery-image] Aug 26 20:10:34.108 INFO O| Aug 26 20:10:34.108 INFO STEP 863 (remove_files) COMPLETE
65182024-08-26T20:10:35.618Z[ recovery-image] Aug 26 20:10:34.108 INFO O| Aug 26 20:10:34.108 INFO STEP 864: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65192024-08-26T20:10:35.628Z[ recovery-image] Aug 26 20:10:34.118 INFO O| Aug 26 20:10:34.118 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/ld/map.bssalign"
65202024-08-26T20:10:35.628Z[ recovery-image] Aug 26 20:10:34.118 INFO O| Aug 26 20:10:34.118 INFO STEP 864 (remove_files) COMPLETE
65212024-08-26T20:10:35.631Z[ recovery-image] Aug 26 20:10:34.118 INFO O| Aug 26 20:10:34.118 INFO STEP 865: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65222024-08-26T20:10:35.641Z[ recovery-image] Aug 26 20:10:34.130 INFO O| Aug 26 20:10:34.130 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/ld/map.default"
65232024-08-26T20:10:35.641Z[ recovery-image] Aug 26 20:10:34.130 INFO O| Aug 26 20:10:34.130 INFO STEP 865 (remove_files) COMPLETE
65242024-08-26T20:10:35.643Z[ recovery-image] Aug 26 20:10:34.130 INFO O| Aug 26 20:10:34.130 INFO STEP 866: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65252024-08-26T20:10:35.654Z[ recovery-image] Aug 26 20:10:34.143 INFO O| Aug 26 20:10:34.143 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/ld/map.execdata"
65262024-08-26T20:10:35.654Z[ recovery-image] Aug 26 20:10:34.143 INFO O| Aug 26 20:10:34.143 INFO STEP 866 (remove_files) COMPLETE
65272024-08-26T20:10:35.654Z[ recovery-image] Aug 26 20:10:34.144 INFO O| Aug 26 20:10:34.143 INFO STEP 867: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65282024-08-26T20:10:35.665Z[ recovery-image] Aug 26 20:10:34.155 INFO O| Aug 26 20:10:34.154 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/ld/map.filter"
65292024-08-26T20:10:35.665Z[ recovery-image] Aug 26 20:10:34.155 INFO O| Aug 26 20:10:34.155 INFO STEP 867 (remove_files) COMPLETE
65302024-08-26T20:10:35.668Z[ recovery-image] Aug 26 20:10:34.155 INFO O| Aug 26 20:10:34.155 INFO STEP 868: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65312024-08-26T20:10:35.675Z[ recovery-image] Aug 26 20:10:34.165 INFO O| Aug 26 20:10:34.165 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/ld/map.noexbss"
65322024-08-26T20:10:35.675Z[ recovery-image] Aug 26 20:10:34.165 INFO O| Aug 26 20:10:34.165 INFO STEP 868 (remove_files) COMPLETE
65332024-08-26T20:10:35.678Z[ recovery-image] Aug 26 20:10:34.165 INFO O| Aug 26 20:10:34.165 INFO STEP 869: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65342024-08-26T20:10:35.686Z[ recovery-image] Aug 26 20:10:34.176 INFO O| Aug 26 20:10:34.176 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/ld/map.noexdata"
65352024-08-26T20:10:35.688Z[ recovery-image] Aug 26 20:10:34.176 INFO O| Aug 26 20:10:34.176 INFO STEP 869 (remove_files) COMPLETE
65362024-08-26T20:10:35.688Z[ recovery-image] Aug 26 20:10:34.176 INFO O| Aug 26 20:10:34.176 INFO STEP 870: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65372024-08-26T20:10:35.696Z[ recovery-image] Aug 26 20:10:34.186 INFO O| Aug 26 20:10:34.186 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/ld/map.noexstk"
65382024-08-26T20:10:35.696Z[ recovery-image] Aug 26 20:10:34.186 INFO O| Aug 26 20:10:34.186 INFO STEP 870 (remove_files) COMPLETE
65392024-08-26T20:10:35.698Z[ recovery-image] Aug 26 20:10:34.186 INFO O| Aug 26 20:10:34.186 INFO STEP 871: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65402024-08-26T20:10:35.706Z[ recovery-image] Aug 26 20:10:34.196 INFO O| Aug 26 20:10:34.196 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/ld/map.pagealign"
65412024-08-26T20:10:35.706Z[ recovery-image] Aug 26 20:10:34.196 INFO O| Aug 26 20:10:34.196 INFO STEP 871 (remove_files) COMPLETE
65422024-08-26T20:10:35.708Z[ recovery-image] Aug 26 20:10:34.196 INFO O| Aug 26 20:10:34.196 INFO STEP 872: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65432024-08-26T20:10:35.716Z[ recovery-image] Aug 26 20:10:34.206 INFO O| Aug 26 20:10:34.206 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/libc/libc_hwcap1.so.1"
65442024-08-26T20:10:35.718Z[ recovery-image] Aug 26 20:10:34.206 INFO O| Aug 26 20:10:34.206 INFO STEP 872 (remove_files) COMPLETE
65452024-08-26T20:10:35.718Z[ recovery-image] Aug 26 20:10:34.206 INFO O| Aug 26 20:10:34.206 INFO STEP 873: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65462024-08-26T20:10:35.726Z[ recovery-image] Aug 26 20:10:34.216 INFO O| Aug 26 20:10:34.215 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/libc/libc_hwcap3.so.1"
65472024-08-26T20:10:35.726Z[ recovery-image] Aug 26 20:10:34.216 INFO O| Aug 26 20:10:34.216 INFO STEP 873 (remove_files) COMPLETE
65482024-08-26T20:10:35.728Z[ recovery-image] Aug 26 20:10:34.216 INFO O| Aug 26 20:10:34.216 INFO STEP 874: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65492024-08-26T20:10:35.736Z[ recovery-image] Aug 26 20:10:34.225 INFO O| Aug 26 20:10:34.225 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/link_audit/amd64/ldprof.so.1"
65502024-08-26T20:10:35.738Z[ recovery-image] Aug 26 20:10:34.226 INFO O| Aug 26 20:10:34.226 INFO STEP 874 (remove_files) COMPLETE
65512024-08-26T20:10:35.738Z[ recovery-image] Aug 26 20:10:34.226 INFO O| Aug 26 20:10:34.226 INFO STEP 875: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65522024-08-26T20:10:35.746Z[ recovery-image] Aug 26 20:10:34.235 INFO O| Aug 26 20:10:34.235 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/link_audit/amd64/truss.so.1"
65532024-08-26T20:10:35.748Z[ recovery-image] Aug 26 20:10:34.236 INFO O| Aug 26 20:10:34.235 INFO STEP 875 (remove_files) COMPLETE
65542024-08-26T20:10:35.748Z[ recovery-image] Aug 26 20:10:34.236 INFO O| Aug 26 20:10:34.236 INFO STEP 876: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65552024-08-26T20:10:35.755Z[ recovery-image] Aug 26 20:10:34.245 INFO O| Aug 26 20:10:34.245 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/link_audit/amd64/who.so.1"
65562024-08-26T20:10:35.755Z[ recovery-image] Aug 26 20:10:34.245 INFO O| Aug 26 20:10:34.245 INFO STEP 876 (remove_files) COMPLETE
65572024-08-26T20:10:35.755Z[ recovery-image] Aug 26 20:10:34.245 INFO O| Aug 26 20:10:34.245 INFO STEP 877: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65582024-08-26T20:10:35.765Z[ recovery-image] Aug 26 20:10:34.255 INFO O| Aug 26 20:10:34.255 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/link_audit/ldprof.so.1"
65592024-08-26T20:10:35.765Z[ recovery-image] Aug 26 20:10:34.255 INFO O| Aug 26 20:10:34.255 INFO STEP 877 (remove_files) COMPLETE
65602024-08-26T20:10:35.768Z[ recovery-image] Aug 26 20:10:34.255 INFO O| Aug 26 20:10:34.255 INFO STEP 878: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65612024-08-26T20:10:35.777Z[ recovery-image] Aug 26 20:10:34.267 INFO O| Aug 26 20:10:34.267 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/link_audit/truss.so.1"
65622024-08-26T20:10:35.777Z[ recovery-image] Aug 26 20:10:34.267 INFO O| Aug 26 20:10:34.267 INFO STEP 878 (remove_files) COMPLETE
65632024-08-26T20:10:35.779Z[ recovery-image] Aug 26 20:10:34.267 INFO O| Aug 26 20:10:34.267 INFO STEP 879: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65642024-08-26T20:10:35.789Z[ recovery-image] Aug 26 20:10:34.279 INFO O| Aug 26 20:10:34.278 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/link_audit/who.so.1"
65652024-08-26T20:10:35.789Z[ recovery-image] Aug 26 20:10:34.279 INFO O| Aug 26 20:10:34.279 INFO STEP 879 (remove_files) COMPLETE
65662024-08-26T20:10:35.791Z[ recovery-image] Aug 26 20:10:34.279 INFO O| Aug 26 20:10:34.279 INFO STEP 880: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65672024-08-26T20:10:35.800Z[ recovery-image] Aug 26 20:10:34.290 INFO O| Aug 26 20:10:34.290 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/pci/pcidb"
65682024-08-26T20:10:35.803Z[ recovery-image] Aug 26 20:10:34.290 INFO O| Aug 26 20:10:34.290 INFO STEP 880 (remove_files) COMPLETE
65692024-08-26T20:10:35.803Z[ recovery-image] Aug 26 20:10:34.290 INFO O| Aug 26 20:10:34.290 INFO STEP 881: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65702024-08-26T20:10:35.811Z[ recovery-image] Aug 26 20:10:34.301 INFO O| Aug 26 20:10:34.301 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/pci/pcidr_plugin.so"
65712024-08-26T20:10:35.811Z[ recovery-image] Aug 26 20:10:34.301 INFO O| Aug 26 20:10:34.301 INFO STEP 881 (remove_files) COMPLETE
65722024-08-26T20:10:35.811Z[ recovery-image] Aug 26 20:10:34.301 INFO O| Aug 26 20:10:34.301 INFO STEP 882: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65732024-08-26T20:10:35.822Z[ recovery-image] Aug 26 20:10:34.312 INFO O| Aug 26 20:10:34.312 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/pci/pcieb"
65742024-08-26T20:10:35.822Z[ recovery-image] Aug 26 20:10:34.312 INFO O| Aug 26 20:10:34.312 INFO STEP 882 (remove_files) COMPLETE
65752024-08-26T20:10:35.822Z[ recovery-image] Aug 26 20:10:34.312 INFO O| Aug 26 20:10:34.312 INFO STEP 883: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65762024-08-26T20:10:35.833Z[ recovery-image] Aug 26 20:10:34.323 INFO O| Aug 26 20:10:34.323 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/raidcfg/amd64/mpt.so.1"
65772024-08-26T20:10:35.833Z[ recovery-image] Aug 26 20:10:34.323 INFO O| Aug 26 20:10:34.323 INFO STEP 883 (remove_files) COMPLETE
65782024-08-26T20:10:35.836Z[ recovery-image] Aug 26 20:10:34.323 INFO O| Aug 26 20:10:34.323 INFO STEP 884: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65792024-08-26T20:10:35.844Z[ recovery-image] Aug 26 20:10:34.334 INFO O| Aug 26 20:10:34.334 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/raidcfg/mpt.so.1"
65802024-08-26T20:10:35.844Z[ recovery-image] Aug 26 20:10:34.334 INFO O| Aug 26 20:10:34.334 INFO STEP 884 (remove_files) COMPLETE
65812024-08-26T20:10:35.844Z[ recovery-image] Aug 26 20:10:34.334 INFO O| Aug 26 20:10:34.334 INFO STEP 885: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65822024-08-26T20:10:35.854Z[ recovery-image] Aug 26 20:10:34.344 INFO O| Aug 26 20:10:34.344 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/reparse/libreparse_smb.so.1"
65832024-08-26T20:10:35.854Z[ recovery-image] Aug 26 20:10:34.344 INFO O| Aug 26 20:10:34.344 INFO STEP 885 (remove_files) COMPLETE
65842024-08-26T20:10:35.857Z[ recovery-image] Aug 26 20:10:34.344 INFO O| Aug 26 20:10:34.344 INFO STEP 886: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65852024-08-26T20:10:35.865Z[ recovery-image] Aug 26 20:10:34.355 INFO O| Aug 26 20:10:34.355 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/reparse/reparsed"
65862024-08-26T20:10:35.867Z[ recovery-image] Aug 26 20:10:34.355 INFO O| Aug 26 20:10:34.355 INFO STEP 886 (remove_files) COMPLETE
65872024-08-26T20:10:35.867Z[ recovery-image] Aug 26 20:10:34.355 INFO O| Aug 26 20:10:34.355 INFO STEP 887: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65882024-08-26T20:10:35.875Z[ recovery-image] Aug 26 20:10:34.365 INFO O| Aug 26 20:10:34.365 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/saf/listen"
65892024-08-26T20:10:35.877Z[ recovery-image] Aug 26 20:10:34.365 INFO O| Aug 26 20:10:34.365 INFO STEP 887 (remove_files) COMPLETE
65902024-08-26T20:10:35.877Z[ recovery-image] Aug 26 20:10:34.365 INFO O| Aug 26 20:10:34.365 INFO STEP 888: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65912024-08-26T20:10:35.885Z[ recovery-image] Aug 26 20:10:34.375 INFO O| Aug 26 20:10:34.375 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/saf/nlps_server"
65922024-08-26T20:10:35.885Z[ recovery-image] Aug 26 20:10:34.375 INFO O| Aug 26 20:10:34.375 INFO STEP 888 (remove_files) COMPLETE
65932024-08-26T20:10:35.888Z[ recovery-image] Aug 26 20:10:34.375 INFO O| Aug 26 20:10:34.375 INFO STEP 889: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65942024-08-26T20:10:35.895Z[ recovery-image] Aug 26 20:10:34.385 INFO O| Aug 26 20:10:34.385 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/sasl/amd64/crammd5.so.1"
65952024-08-26T20:10:35.897Z[ recovery-image] Aug 26 20:10:34.385 INFO O| Aug 26 20:10:34.385 INFO STEP 889 (remove_files) COMPLETE
65962024-08-26T20:10:35.897Z[ recovery-image] Aug 26 20:10:34.385 INFO O| Aug 26 20:10:34.385 INFO STEP 890: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65972024-08-26T20:10:35.905Z[ recovery-image] Aug 26 20:10:34.395 INFO O| Aug 26 20:10:34.395 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/sasl/amd64/digestmd5.so.1"
65982024-08-26T20:10:35.905Z[ recovery-image] Aug 26 20:10:34.395 INFO O| Aug 26 20:10:34.395 INFO STEP 890 (remove_files) COMPLETE
65992024-08-26T20:10:35.907Z[ recovery-image] Aug 26 20:10:34.395 INFO O| Aug 26 20:10:34.395 INFO STEP 891: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66002024-08-26T20:10:35.914Z[ recovery-image] Aug 26 20:10:34.404 INFO O| Aug 26 20:10:34.404 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/sasl/amd64/gssapi.so.1"
66012024-08-26T20:10:35.917Z[ recovery-image] Aug 26 20:10:34.404 INFO O| Aug 26 20:10:34.404 INFO STEP 891 (remove_files) COMPLETE
66022024-08-26T20:10:35.917Z[ recovery-image] Aug 26 20:10:34.405 INFO O| Aug 26 20:10:34.404 INFO STEP 892: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66032024-08-26T20:10:35.924Z[ recovery-image] Aug 26 20:10:34.414 INFO O| Aug 26 20:10:34.414 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/sasl/amd64/login.so.1"
66042024-08-26T20:10:35.924Z[ recovery-image] Aug 26 20:10:34.414 INFO O| Aug 26 20:10:34.414 INFO STEP 892 (remove_files) COMPLETE
66052024-08-26T20:10:35.927Z[ recovery-image] Aug 26 20:10:34.414 INFO O| Aug 26 20:10:34.414 INFO STEP 893: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66062024-08-26T20:10:35.934Z[ recovery-image] Aug 26 20:10:34.424 INFO O| Aug 26 20:10:34.424 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/sasl/amd64/plain.so.1"
66072024-08-26T20:10:35.936Z[ recovery-image] Aug 26 20:10:34.424 INFO O| Aug 26 20:10:34.424 INFO STEP 893 (remove_files) COMPLETE
66082024-08-26T20:10:35.936Z[ recovery-image] Aug 26 20:10:34.424 INFO O| Aug 26 20:10:34.424 INFO STEP 894: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66092024-08-26T20:10:35.943Z[ recovery-image] Aug 26 20:10:34.433 INFO O| Aug 26 20:10:34.433 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/sasl/crammd5.so.1"
66102024-08-26T20:10:35.943Z[ recovery-image] Aug 26 20:10:34.433 INFO O| Aug 26 20:10:34.433 INFO STEP 894 (remove_files) COMPLETE
66112024-08-26T20:10:35.943Z[ recovery-image] Aug 26 20:10:34.433 INFO O| Aug 26 20:10:34.433 INFO STEP 895: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66122024-08-26T20:10:35.953Z[ recovery-image] Aug 26 20:10:34.443 INFO O| Aug 26 20:10:34.443 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/sasl/digestmd5.so.1"
66132024-08-26T20:10:35.955Z[ recovery-image] Aug 26 20:10:34.443 INFO O| Aug 26 20:10:34.443 INFO STEP 895 (remove_files) COMPLETE
66142024-08-26T20:10:35.955Z[ recovery-image] Aug 26 20:10:34.443 INFO O| Aug 26 20:10:34.443 INFO STEP 896: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66152024-08-26T20:10:35.962Z[ recovery-image] Aug 26 20:10:34.452 INFO O| Aug 26 20:10:34.452 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/sasl/gssapi.so.1"
66162024-08-26T20:10:35.962Z[ recovery-image] Aug 26 20:10:34.452 INFO O| Aug 26 20:10:34.452 INFO STEP 896 (remove_files) COMPLETE
66172024-08-26T20:10:35.962Z[ recovery-image] Aug 26 20:10:34.452 INFO O| Aug 26 20:10:34.452 INFO STEP 897: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66182024-08-26T20:10:35.972Z[ recovery-image] Aug 26 20:10:34.462 INFO O| Aug 26 20:10:34.462 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/sasl/login.so.1"
66192024-08-26T20:10:35.972Z[ recovery-image] Aug 26 20:10:34.462 INFO O| Aug 26 20:10:34.462 INFO STEP 897 (remove_files) COMPLETE
66202024-08-26T20:10:35.972Z[ recovery-image] Aug 26 20:10:34.462 INFO O| Aug 26 20:10:34.462 INFO STEP 898: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66212024-08-26T20:10:35.982Z[ recovery-image] Aug 26 20:10:34.472 INFO O| Aug 26 20:10:34.472 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/sasl/plain.so.1"
66222024-08-26T20:10:35.982Z[ recovery-image] Aug 26 20:10:34.472 INFO O| Aug 26 20:10:34.472 INFO STEP 898 (remove_files) COMPLETE
66232024-08-26T20:10:35.982Z[ recovery-image] Aug 26 20:10:34.472 INFO O| Aug 26 20:10:34.472 INFO STEP 899: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66242024-08-26T20:10:35.991Z[ recovery-image] Aug 26 20:10:34.481 INFO O| Aug 26 20:10:34.481 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/crypt_bsdbf.so.1"
66252024-08-26T20:10:35.994Z[ recovery-image] Aug 26 20:10:34.482 INFO O| Aug 26 20:10:34.482 INFO STEP 899 (remove_files) COMPLETE
66262024-08-26T20:10:35.994Z[ recovery-image] Aug 26 20:10:34.482 INFO O| Aug 26 20:10:34.482 INFO STEP 900: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66272024-08-26T20:10:36.003Z[ recovery-image] Aug 26 20:10:34.493 INFO O| Aug 26 20:10:34.493 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/crypt_bsdmd5.so.1"
66282024-08-26T20:10:36.003Z[ recovery-image] Aug 26 20:10:34.493 INFO O| Aug 26 20:10:34.493 INFO STEP 900 (remove_files) COMPLETE
66292024-08-26T20:10:36.005Z[ recovery-image] Aug 26 20:10:34.493 INFO O| Aug 26 20:10:34.493 INFO STEP 901: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66302024-08-26T20:10:36.013Z[ recovery-image] Aug 26 20:10:34.503 INFO O| Aug 26 20:10:34.503 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/crypt_sha256.so.1"
66312024-08-26T20:10:36.015Z[ recovery-image] Aug 26 20:10:34.504 INFO O| Aug 26 20:10:34.504 INFO STEP 901 (remove_files) COMPLETE
66322024-08-26T20:10:36.015Z[ recovery-image] Aug 26 20:10:34.504 INFO O| Aug 26 20:10:34.504 INFO STEP 902: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66332024-08-26T20:10:36.024Z[ recovery-image] Aug 26 20:10:34.514 INFO O| Aug 26 20:10:34.514 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/crypt_sha512.so.1"
66342024-08-26T20:10:36.026Z[ recovery-image] Aug 26 20:10:34.514 INFO O| Aug 26 20:10:34.514 INFO STEP 902 (remove_files) COMPLETE
66352024-08-26T20:10:36.027Z[ recovery-image] Aug 26 20:10:34.514 INFO O| Aug 26 20:10:34.514 INFO STEP 903: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66362024-08-26T20:10:36.035Z[ recovery-image] Aug 26 20:10:34.525 INFO O| Aug 26 20:10:34.524 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/crypt_sunmd5.so.1"
66372024-08-26T20:10:36.035Z[ recovery-image] Aug 26 20:10:34.525 INFO O| Aug 26 20:10:34.525 INFO STEP 903 (remove_files) COMPLETE
66382024-08-26T20:10:36.035Z[ recovery-image] Aug 26 20:10:34.525 INFO O| Aug 26 20:10:34.525 INFO STEP 904: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66392024-08-26T20:10:36.046Z[ recovery-image] Aug 26 20:10:34.535 INFO O| Aug 26 20:10:34.535 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_allow.so.1"
66402024-08-26T20:10:36.046Z[ recovery-image] Aug 26 20:10:34.536 INFO O| Aug 26 20:10:34.536 INFO STEP 904 (remove_files) COMPLETE
66412024-08-26T20:10:36.046Z[ recovery-image] Aug 26 20:10:34.536 INFO O| Aug 26 20:10:34.536 INFO STEP 905: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66422024-08-26T20:10:36.057Z[ recovery-image] Aug 26 20:10:34.546 INFO O| Aug 26 20:10:34.546 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_authtok_check.so.1"
66432024-08-26T20:10:36.057Z[ recovery-image] Aug 26 20:10:34.546 INFO O| Aug 26 20:10:34.546 INFO STEP 905 (remove_files) COMPLETE
66442024-08-26T20:10:36.059Z[ recovery-image] Aug 26 20:10:34.547 INFO O| Aug 26 20:10:34.546 INFO STEP 906: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66452024-08-26T20:10:36.067Z[ recovery-image] Aug 26 20:10:34.557 INFO O| Aug 26 20:10:34.557 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_authtok_get.so.1"
66462024-08-26T20:10:36.067Z[ recovery-image] Aug 26 20:10:34.557 INFO O| Aug 26 20:10:34.557 INFO STEP 906 (remove_files) COMPLETE
66472024-08-26T20:10:36.067Z[ recovery-image] Aug 26 20:10:34.557 INFO O| Aug 26 20:10:34.557 INFO STEP 907: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66482024-08-26T20:10:36.077Z[ recovery-image] Aug 26 20:10:34.567 INFO O| Aug 26 20:10:34.567 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_authtok_store.so.1"
66492024-08-26T20:10:36.077Z[ recovery-image] Aug 26 20:10:34.567 INFO O| Aug 26 20:10:34.567 INFO STEP 907 (remove_files) COMPLETE
66502024-08-26T20:10:36.080Z[ recovery-image] Aug 26 20:10:34.567 INFO O| Aug 26 20:10:34.567 INFO STEP 908: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66512024-08-26T20:10:36.086Z[ recovery-image] Aug 26 20:10:34.576 INFO O| Aug 26 20:10:34.576 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_deny.so.1"
66522024-08-26T20:10:36.087Z[ recovery-image] Aug 26 20:10:34.576 INFO O| Aug 26 20:10:34.576 INFO STEP 908 (remove_files) COMPLETE
66532024-08-26T20:10:36.087Z[ recovery-image] Aug 26 20:10:34.576 INFO O| Aug 26 20:10:34.576 INFO STEP 909: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66542024-08-26T20:10:36.097Z[ recovery-image] Aug 26 20:10:34.586 INFO O| Aug 26 20:10:34.586 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_dhkeys.so.1"
66552024-08-26T20:10:36.097Z[ recovery-image] Aug 26 20:10:34.586 INFO O| Aug 26 20:10:34.586 INFO STEP 909 (remove_files) COMPLETE
66562024-08-26T20:10:36.097Z[ recovery-image] Aug 26 20:10:34.586 INFO O| Aug 26 20:10:34.586 INFO STEP 910: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66572024-08-26T20:10:36.106Z[ recovery-image] Aug 26 20:10:34.596 INFO O| Aug 26 20:10:34.596 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_dial_auth.so.1"
66582024-08-26T20:10:36.106Z[ recovery-image] Aug 26 20:10:34.596 INFO O| Aug 26 20:10:34.596 INFO STEP 910 (remove_files) COMPLETE
66592024-08-26T20:10:36.106Z[ recovery-image] Aug 26 20:10:34.596 INFO O| Aug 26 20:10:34.596 INFO STEP 911: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66602024-08-26T20:10:36.116Z[ recovery-image] Aug 26 20:10:34.606 INFO O| Aug 26 20:10:34.605 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_krb5.so.1"
66612024-08-26T20:10:36.119Z[ recovery-image] Aug 26 20:10:34.606 INFO O| Aug 26 20:10:34.606 INFO STEP 911 (remove_files) COMPLETE
66622024-08-26T20:10:36.119Z[ recovery-image] Aug 26 20:10:34.606 INFO O| Aug 26 20:10:34.606 INFO STEP 912: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66632024-08-26T20:10:36.125Z[ recovery-image] Aug 26 20:10:34.615 INFO O| Aug 26 20:10:34.615 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_krb5_migrate.so.1"
66642024-08-26T20:10:36.126Z[ recovery-image] Aug 26 20:10:34.615 INFO O| Aug 26 20:10:34.615 INFO STEP 912 (remove_files) COMPLETE
66652024-08-26T20:10:36.126Z[ recovery-image] Aug 26 20:10:34.615 INFO O| Aug 26 20:10:34.615 INFO STEP 913: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66662024-08-26T20:10:36.135Z[ recovery-image] Aug 26 20:10:34.625 INFO O| Aug 26 20:10:34.625 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_ldap.so.1"
66672024-08-26T20:10:36.137Z[ recovery-image] Aug 26 20:10:34.625 INFO O| Aug 26 20:10:34.625 INFO STEP 913 (remove_files) COMPLETE
66682024-08-26T20:10:36.137Z[ recovery-image] Aug 26 20:10:34.625 INFO O| Aug 26 20:10:34.625 INFO STEP 914: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66692024-08-26T20:10:36.144Z[ recovery-image] Aug 26 20:10:34.634 INFO O| Aug 26 20:10:34.634 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_list.so.1"
66702024-08-26T20:10:36.145Z[ recovery-image] Aug 26 20:10:34.634 INFO O| Aug 26 20:10:34.634 INFO STEP 914 (remove_files) COMPLETE
66712024-08-26T20:10:36.145Z[ recovery-image] Aug 26 20:10:34.634 INFO O| Aug 26 20:10:34.634 INFO STEP 915: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66722024-08-26T20:10:36.154Z[ recovery-image] Aug 26 20:10:34.644 INFO O| Aug 26 20:10:34.644 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_passwd_auth.so.1"
66732024-08-26T20:10:36.156Z[ recovery-image] Aug 26 20:10:34.644 INFO O| Aug 26 20:10:34.644 INFO STEP 915 (remove_files) COMPLETE
66742024-08-26T20:10:36.156Z[ recovery-image] Aug 26 20:10:34.644 INFO O| Aug 26 20:10:34.644 INFO STEP 916: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66752024-08-26T20:10:36.163Z[ recovery-image] Aug 26 20:10:34.653 INFO O| Aug 26 20:10:34.653 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_rhosts_auth.so.1"
66762024-08-26T20:10:36.163Z[ recovery-image] Aug 26 20:10:34.653 INFO O| Aug 26 20:10:34.653 INFO STEP 916 (remove_files) COMPLETE
66772024-08-26T20:10:36.166Z[ recovery-image] Aug 26 20:10:34.653 INFO O| Aug 26 20:10:34.653 INFO STEP 917: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66782024-08-26T20:10:36.173Z[ recovery-image] Aug 26 20:10:34.663 INFO O| Aug 26 20:10:34.663 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_roles.so.1"
66792024-08-26T20:10:36.175Z[ recovery-image] Aug 26 20:10:34.663 INFO O| Aug 26 20:10:34.663 INFO STEP 917 (remove_files) COMPLETE
66802024-08-26T20:10:36.175Z[ recovery-image] Aug 26 20:10:34.663 INFO O| Aug 26 20:10:34.663 INFO STEP 918: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66812024-08-26T20:10:36.182Z[ recovery-image] Aug 26 20:10:34.672 INFO O| Aug 26 20:10:34.672 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_sample.so.1"
66822024-08-26T20:10:36.182Z[ recovery-image] Aug 26 20:10:34.672 INFO O| Aug 26 20:10:34.672 INFO STEP 918 (remove_files) COMPLETE
66832024-08-26T20:10:36.186Z[ recovery-image] Aug 26 20:10:34.672 INFO O| Aug 26 20:10:34.672 INFO STEP 919: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66842024-08-26T20:10:36.192Z[ recovery-image] Aug 26 20:10:34.682 INFO O| Aug 26 20:10:34.682 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_smb_passwd.so.1"
66852024-08-26T20:10:36.192Z[ recovery-image] Aug 26 20:10:34.682 INFO O| Aug 26 20:10:34.682 INFO STEP 919 (remove_files) COMPLETE
66862024-08-26T20:10:36.192Z[ recovery-image] Aug 26 20:10:34.682 INFO O| Aug 26 20:10:34.682 INFO STEP 920: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66872024-08-26T20:10:36.201Z[ recovery-image] Aug 26 20:10:34.691 INFO O| Aug 26 20:10:34.691 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_smbfs_login.so.1"
66882024-08-26T20:10:36.201Z[ recovery-image] Aug 26 20:10:34.691 INFO O| Aug 26 20:10:34.691 INFO STEP 920 (remove_files) COMPLETE
66892024-08-26T20:10:36.204Z[ recovery-image] Aug 26 20:10:34.691 INFO O| Aug 26 20:10:34.691 INFO STEP 921: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66902024-08-26T20:10:36.211Z[ recovery-image] Aug 26 20:10:34.701 INFO O| Aug 26 20:10:34.701 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_timestamp.so.1"
66912024-08-26T20:10:36.213Z[ recovery-image] Aug 26 20:10:34.701 INFO O| Aug 26 20:10:34.701 INFO STEP 921 (remove_files) COMPLETE
66922024-08-26T20:10:36.214Z[ recovery-image] Aug 26 20:10:34.701 INFO O| Aug 26 20:10:34.701 INFO STEP 922: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66932024-08-26T20:10:36.220Z[ recovery-image] Aug 26 20:10:34.710 INFO O| Aug 26 20:10:34.710 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_tsol_account.so.1"
66942024-08-26T20:10:36.220Z[ recovery-image] Aug 26 20:10:34.710 INFO O| Aug 26 20:10:34.710 INFO STEP 922 (remove_files) COMPLETE
66952024-08-26T20:10:36.220Z[ recovery-image] Aug 26 20:10:34.710 INFO O| Aug 26 20:10:34.710 INFO STEP 923: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66962024-08-26T20:10:36.230Z[ recovery-image] Aug 26 20:10:34.720 INFO O| Aug 26 20:10:34.720 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_unix_account.so.1"
66972024-08-26T20:10:36.230Z[ recovery-image] Aug 26 20:10:34.720 INFO O| Aug 26 20:10:34.720 INFO STEP 923 (remove_files) COMPLETE
66982024-08-26T20:10:36.230Z[ recovery-image] Aug 26 20:10:34.720 INFO O| Aug 26 20:10:34.720 INFO STEP 924: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66992024-08-26T20:10:36.240Z[ recovery-image] Aug 26 20:10:34.729 INFO O| Aug 26 20:10:34.729 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_unix_auth.so.1"
67002024-08-26T20:10:36.242Z[ recovery-image] Aug 26 20:10:34.729 INFO O| Aug 26 20:10:34.729 INFO STEP 924 (remove_files) COMPLETE
67012024-08-26T20:10:36.242Z[ recovery-image] Aug 26 20:10:34.729 INFO O| Aug 26 20:10:34.729 INFO STEP 925: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67022024-08-26T20:10:36.250Z[ recovery-image] Aug 26 20:10:34.739 INFO O| Aug 26 20:10:34.739 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_unix_cred.so.1"
67032024-08-26T20:10:36.252Z[ recovery-image] Aug 26 20:10:34.739 INFO O| Aug 26 20:10:34.739 INFO STEP 925 (remove_files) COMPLETE
67042024-08-26T20:10:36.252Z[ recovery-image] Aug 26 20:10:34.739 INFO O| Aug 26 20:10:34.739 INFO STEP 926: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67052024-08-26T20:10:36.259Z[ recovery-image] Aug 26 20:10:34.749 INFO O| Aug 26 20:10:34.749 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_unix_session.so.1"
67062024-08-26T20:10:36.259Z[ recovery-image] Aug 26 20:10:34.749 INFO O| Aug 26 20:10:34.749 INFO STEP 926 (remove_files) COMPLETE
67072024-08-26T20:10:36.262Z[ recovery-image] Aug 26 20:10:34.749 INFO O| Aug 26 20:10:34.749 INFO STEP 927: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67082024-08-26T20:10:36.269Z[ recovery-image] Aug 26 20:10:34.759 INFO O| Aug 26 20:10:34.759 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pkcs11_kernel.so.1"
67092024-08-26T20:10:36.269Z[ recovery-image] Aug 26 20:10:34.759 INFO O| Aug 26 20:10:34.759 INFO STEP 927 (remove_files) COMPLETE
67102024-08-26T20:10:36.269Z[ recovery-image] Aug 26 20:10:34.759 INFO O| Aug 26 20:10:34.759 INFO STEP 928: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67112024-08-26T20:10:36.282Z[ recovery-image] Aug 26 20:10:34.772 INFO O| Aug 26 20:10:34.772 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pkcs11_softtoken.so.1"
67122024-08-26T20:10:36.282Z[ recovery-image] Aug 26 20:10:34.772 INFO O| Aug 26 20:10:34.772 INFO STEP 928 (remove_files) COMPLETE
67132024-08-26T20:10:36.284Z[ recovery-image] Aug 26 20:10:34.772 INFO O| Aug 26 20:10:34.772 INFO STEP 929: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67142024-08-26T20:10:36.294Z[ recovery-image] Aug 26 20:10:34.784 INFO O| Aug 26 20:10:34.784 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pkcs11_tpm.so.1"
67152024-08-26T20:10:36.294Z[ recovery-image] Aug 26 20:10:34.784 INFO O| Aug 26 20:10:34.784 INFO STEP 929 (remove_files) COMPLETE
67162024-08-26T20:10:36.297Z[ recovery-image] Aug 26 20:10:34.784 INFO O| Aug 26 20:10:34.784 INFO STEP 930: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67172024-08-26T20:10:36.306Z[ recovery-image] Aug 26 20:10:34.796 INFO O| Aug 26 20:10:34.796 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/audit_binfile.so.1"
67182024-08-26T20:10:36.307Z[ recovery-image] Aug 26 20:10:34.796 INFO O| Aug 26 20:10:34.796 INFO STEP 930 (remove_files) COMPLETE
67192024-08-26T20:10:36.309Z[ recovery-image] Aug 26 20:10:34.796 INFO O| Aug 26 20:10:34.796 INFO STEP 931: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67202024-08-26T20:10:36.319Z[ recovery-image] Aug 26 20:10:34.808 INFO O| Aug 26 20:10:34.808 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/audit_remote.so.1"
67212024-08-26T20:10:36.321Z[ recovery-image] Aug 26 20:10:34.808 INFO O| Aug 26 20:10:34.808 INFO STEP 931 (remove_files) COMPLETE
67222024-08-26T20:10:36.321Z[ recovery-image] Aug 26 20:10:34.809 INFO O| Aug 26 20:10:34.808 INFO STEP 932: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67232024-08-26T20:10:36.330Z[ recovery-image] Aug 26 20:10:34.820 INFO O| Aug 26 20:10:34.820 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/audit_syslog.so.1"
67242024-08-26T20:10:36.330Z[ recovery-image] Aug 26 20:10:34.820 INFO O| Aug 26 20:10:34.820 INFO STEP 932 (remove_files) COMPLETE
67252024-08-26T20:10:36.333Z[ recovery-image] Aug 26 20:10:34.820 INFO O| Aug 26 20:10:34.820 INFO STEP 933: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67262024-08-26T20:10:36.342Z[ recovery-image] Aug 26 20:10:34.832 INFO O| Aug 26 20:10:34.832 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/crypt_bsdbf.so.1"
67272024-08-26T20:10:36.342Z[ recovery-image] Aug 26 20:10:34.832 INFO O| Aug 26 20:10:34.832 INFO STEP 933 (remove_files) COMPLETE
67282024-08-26T20:10:36.342Z[ recovery-image] Aug 26 20:10:34.832 INFO O| Aug 26 20:10:34.832 INFO STEP 934: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67292024-08-26T20:10:36.353Z[ recovery-image] Aug 26 20:10:34.843 INFO O| Aug 26 20:10:34.843 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/crypt_bsdmd5.so.1"
67302024-08-26T20:10:36.353Z[ recovery-image] Aug 26 20:10:34.843 INFO O| Aug 26 20:10:34.843 INFO STEP 934 (remove_files) COMPLETE
67312024-08-26T20:10:36.356Z[ recovery-image] Aug 26 20:10:34.843 INFO O| Aug 26 20:10:34.843 INFO STEP 935: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67322024-08-26T20:10:36.364Z[ recovery-image] Aug 26 20:10:34.854 INFO O| Aug 26 20:10:34.853 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/crypt_sha256.so.1"
67332024-08-26T20:10:36.366Z[ recovery-image] Aug 26 20:10:34.854 INFO O| Aug 26 20:10:34.854 INFO STEP 935 (remove_files) COMPLETE
67342024-08-26T20:10:36.367Z[ recovery-image] Aug 26 20:10:34.854 INFO O| Aug 26 20:10:34.854 INFO STEP 936: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67352024-08-26T20:10:36.374Z[ recovery-image] Aug 26 20:10:34.864 INFO O| Aug 26 20:10:34.864 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/crypt_sha512.so.1"
67362024-08-26T20:10:36.374Z[ recovery-image] Aug 26 20:10:34.864 INFO O| Aug 26 20:10:34.864 INFO STEP 936 (remove_files) COMPLETE
67372024-08-26T20:10:36.374Z[ recovery-image] Aug 26 20:10:34.864 INFO O| Aug 26 20:10:34.864 INFO STEP 937: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67382024-08-26T20:10:36.384Z[ recovery-image] Aug 26 20:10:34.874 INFO O| Aug 26 20:10:34.873 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/crypt_sunmd5.so.1"
67392024-08-26T20:10:36.384Z[ recovery-image] Aug 26 20:10:34.874 INFO O| Aug 26 20:10:34.874 INFO STEP 937 (remove_files) COMPLETE
67402024-08-26T20:10:36.386Z[ recovery-image] Aug 26 20:10:34.874 INFO O| Aug 26 20:10:34.874 INFO STEP 938: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67412024-08-26T20:10:36.400Z[ recovery-image] Aug 26 20:10:34.883 INFO O| Aug 26 20:10:34.883 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pam_allow.so.1"
67422024-08-26T20:10:36.402Z[ recovery-image] Aug 26 20:10:34.883 INFO O| Aug 26 20:10:34.883 INFO STEP 938 (remove_files) COMPLETE
67432024-08-26T20:10:36.402Z[ recovery-image] Aug 26 20:10:34.883 INFO O| Aug 26 20:10:34.883 INFO STEP 939: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67442024-08-26T20:10:36.405Z[ recovery-image] Aug 26 20:10:34.893 INFO O| Aug 26 20:10:34.893 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pam_authtok_check.so.1"
67452024-08-26T20:10:36.405Z[ recovery-image] Aug 26 20:10:34.893 INFO O| Aug 26 20:10:34.893 INFO STEP 939 (remove_files) COMPLETE
67462024-08-26T20:10:36.405Z[ recovery-image] Aug 26 20:10:34.893 INFO O| Aug 26 20:10:34.893 INFO STEP 940: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67472024-08-26T20:10:36.413Z[ recovery-image] Aug 26 20:10:34.903 INFO O| Aug 26 20:10:34.903 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pam_authtok_store.so.1"
67482024-08-26T20:10:36.413Z[ recovery-image] Aug 26 20:10:34.903 INFO O| Aug 26 20:10:34.903 INFO STEP 940 (remove_files) COMPLETE
67492024-08-26T20:10:36.414Z[ recovery-image] Aug 26 20:10:34.903 INFO O| Aug 26 20:10:34.903 INFO STEP 941: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67502024-08-26T20:10:36.423Z[ recovery-image] Aug 26 20:10:34.913 INFO O| Aug 26 20:10:34.913 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pam_deny.so.1"
67512024-08-26T20:10:36.423Z[ recovery-image] Aug 26 20:10:34.913 INFO O| Aug 26 20:10:34.913 INFO STEP 941 (remove_files) COMPLETE
67522024-08-26T20:10:36.423Z[ recovery-image] Aug 26 20:10:34.913 INFO O| Aug 26 20:10:34.913 INFO STEP 942: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67532024-08-26T20:10:36.433Z[ recovery-image] Aug 26 20:10:34.922 INFO O| Aug 26 20:10:34.922 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pam_krb5.so.1"
67542024-08-26T20:10:36.435Z[ recovery-image] Aug 26 20:10:34.922 INFO O| Aug 26 20:10:34.922 INFO STEP 942 (remove_files) COMPLETE
67552024-08-26T20:10:36.435Z[ recovery-image] Aug 26 20:10:34.922 INFO O| Aug 26 20:10:34.922 INFO STEP 943: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67562024-08-26T20:10:36.443Z[ recovery-image] Aug 26 20:10:34.932 INFO O| Aug 26 20:10:34.932 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pam_krb5_migrate.so.1"
67572024-08-26T20:10:36.443Z[ recovery-image] Aug 26 20:10:34.933 INFO O| Aug 26 20:10:34.932 INFO STEP 943 (remove_files) COMPLETE
67582024-08-26T20:10:36.445Z[ recovery-image] Aug 26 20:10:34.933 INFO O| Aug 26 20:10:34.933 INFO STEP 944: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67592024-08-26T20:10:36.452Z[ recovery-image] Aug 26 20:10:34.942 INFO O| Aug 26 20:10:34.942 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pam_ldap.so.1"
67602024-08-26T20:10:36.452Z[ recovery-image] Aug 26 20:10:34.942 INFO O| Aug 26 20:10:34.942 INFO STEP 944 (remove_files) COMPLETE
67612024-08-26T20:10:36.455Z[ recovery-image] Aug 26 20:10:34.942 INFO O| Aug 26 20:10:34.942 INFO STEP 945: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67622024-08-26T20:10:36.462Z[ recovery-image] Aug 26 20:10:34.952 INFO O| Aug 26 20:10:34.952 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pam_list.so.1"
67632024-08-26T20:10:36.462Z[ recovery-image] Aug 26 20:10:34.952 INFO O| Aug 26 20:10:34.952 INFO STEP 945 (remove_files) COMPLETE
67642024-08-26T20:10:36.462Z[ recovery-image] Aug 26 20:10:34.952 INFO O| Aug 26 20:10:34.952 INFO STEP 946: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67652024-08-26T20:10:36.471Z[ recovery-image] Aug 26 20:10:34.961 INFO O| Aug 26 20:10:34.961 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pam_passwd_auth.so.1"
67662024-08-26T20:10:36.472Z[ recovery-image] Aug 26 20:10:34.961 INFO O| Aug 26 20:10:34.961 INFO STEP 946 (remove_files) COMPLETE
67672024-08-26T20:10:36.472Z[ recovery-image] Aug 26 20:10:34.961 INFO O| Aug 26 20:10:34.961 INFO STEP 947: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67682024-08-26T20:10:36.481Z[ recovery-image] Aug 26 20:10:34.971 INFO O| Aug 26 20:10:34.971 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pam_rhosts_auth.so.1"
67692024-08-26T20:10:36.481Z[ recovery-image] Aug 26 20:10:34.971 INFO O| Aug 26 20:10:34.971 INFO STEP 947 (remove_files) COMPLETE
67702024-08-26T20:10:36.481Z[ recovery-image] Aug 26 20:10:34.971 INFO O| Aug 26 20:10:34.971 INFO STEP 948: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67712024-08-26T20:10:36.491Z[ recovery-image] Aug 26 20:10:34.981 INFO O| Aug 26 20:10:34.980 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pam_sample.so.1"
67722024-08-26T20:10:36.491Z[ recovery-image] Aug 26 20:10:34.981 INFO O| Aug 26 20:10:34.981 INFO STEP 948 (remove_files) COMPLETE
67732024-08-26T20:10:36.491Z[ recovery-image] Aug 26 20:10:34.981 INFO O| Aug 26 20:10:34.981 INFO STEP 949: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67742024-08-26T20:10:36.501Z[ recovery-image] Aug 26 20:10:34.991 INFO O| Aug 26 20:10:34.991 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pam_smb_passwd.so.1"
67752024-08-26T20:10:36.501Z[ recovery-image] Aug 26 20:10:34.991 INFO O| Aug 26 20:10:34.991 INFO STEP 949 (remove_files) COMPLETE
67762024-08-26T20:10:36.502Z[ recovery-image] Aug 26 20:10:34.991 INFO O| Aug 26 20:10:34.991 INFO STEP 950: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67772024-08-26T20:10:36.513Z[ recovery-image] Aug 26 20:10:35.002 INFO O| Aug 26 20:10:35.002 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pam_smbfs_login.so.1"
67782024-08-26T20:10:36.513Z[ recovery-image] Aug 26 20:10:35.002 INFO O| Aug 26 20:10:35.002 INFO STEP 950 (remove_files) COMPLETE
67792024-08-26T20:10:36.513Z[ recovery-image] Aug 26 20:10:35.002 INFO O| Aug 26 20:10:35.002 INFO STEP 951: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67802024-08-26T20:10:36.546Z[ recovery-image] Aug 26 20:10:35.029 INFO O| Aug 26 20:10:35.027 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pam_timestamp.so.1"
67812024-08-26T20:10:36.548Z[ recovery-image] Aug 26 20:10:35.029 INFO O| Aug 26 20:10:35.028 INFO STEP 951 (remove_files) COMPLETE
67822024-08-26T20:10:36.549Z[ recovery-image] Aug 26 20:10:35.029 INFO O| Aug 26 20:10:35.028 INFO STEP 952: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67832024-08-26T20:10:36.554Z[ recovery-image] Aug 26 20:10:35.044 INFO O| Aug 26 20:10:35.044 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pam_tsol_account.so.1"
67842024-08-26T20:10:36.554Z[ recovery-image] Aug 26 20:10:35.044 INFO O| Aug 26 20:10:35.044 INFO STEP 952 (remove_files) COMPLETE
67852024-08-26T20:10:36.557Z[ recovery-image] Aug 26 20:10:35.044 INFO O| Aug 26 20:10:35.044 INFO STEP 953: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67862024-08-26T20:10:36.566Z[ recovery-image] Aug 26 20:10:35.056 INFO O| Aug 26 20:10:35.055 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pkcs11_kernel.so.1"
67872024-08-26T20:10:36.566Z[ recovery-image] Aug 26 20:10:35.056 INFO O| Aug 26 20:10:35.056 INFO STEP 953 (remove_files) COMPLETE
67882024-08-26T20:10:36.568Z[ recovery-image] Aug 26 20:10:35.056 INFO O| Aug 26 20:10:35.056 INFO STEP 954: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67892024-08-26T20:10:36.578Z[ recovery-image] Aug 26 20:10:35.067 INFO O| Aug 26 20:10:35.067 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pkcs11_softtoken.so.1"
67902024-08-26T20:10:36.581Z[ recovery-image] Aug 26 20:10:35.067 INFO O| Aug 26 20:10:35.067 INFO STEP 954 (remove_files) COMPLETE
67912024-08-26T20:10:36.581Z[ recovery-image] Aug 26 20:10:35.067 INFO O| Aug 26 20:10:35.067 INFO STEP 955: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67922024-08-26T20:10:36.593Z[ recovery-image] Aug 26 20:10:35.082 INFO O| Aug 26 20:10:35.082 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pkcs11_tpm.so.1"
67932024-08-26T20:10:36.593Z[ recovery-image] Aug 26 20:10:35.082 INFO O| Aug 26 20:10:35.082 INFO STEP 955 (remove_files) COMPLETE
67942024-08-26T20:10:36.593Z[ recovery-image] Aug 26 20:10:35.082 INFO O| Aug 26 20:10:35.082 INFO STEP 956: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67952024-08-26T20:10:36.607Z[ recovery-image] Aug 26 20:10:35.096 INFO O| Aug 26 20:10:35.096 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/spell/compress"
67962024-08-26T20:10:36.609Z[ recovery-image] Aug 26 20:10:35.096 INFO O| Aug 26 20:10:35.096 INFO STEP 956 (remove_files) COMPLETE
67972024-08-26T20:10:36.609Z[ recovery-image] Aug 26 20:10:35.096 INFO O| Aug 26 20:10:35.096 INFO STEP 957: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67982024-08-26T20:10:36.621Z[ recovery-image] Aug 26 20:10:35.110 INFO O| Aug 26 20:10:35.110 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/spell/hashcheck"
67992024-08-26T20:10:36.621Z[ recovery-image] Aug 26 20:10:35.111 INFO O| Aug 26 20:10:35.111 INFO STEP 957 (remove_files) COMPLETE
68002024-08-26T20:10:36.624Z[ recovery-image] Aug 26 20:10:35.111 INFO O| Aug 26 20:10:35.111 INFO STEP 958: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68012024-08-26T20:10:36.635Z[ recovery-image] Aug 26 20:10:35.124 INFO O| Aug 26 20:10:35.124 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/spell/hashmake"
68022024-08-26T20:10:36.635Z[ recovery-image] Aug 26 20:10:35.124 INFO O| Aug 26 20:10:35.124 INFO STEP 958 (remove_files) COMPLETE
68032024-08-26T20:10:36.635Z[ recovery-image] Aug 26 20:10:35.124 INFO O| Aug 26 20:10:35.124 INFO STEP 959: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68042024-08-26T20:10:36.645Z[ recovery-image] Aug 26 20:10:35.135 INFO O| Aug 26 20:10:35.135 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/spell/hlista"
68052024-08-26T20:10:36.648Z[ recovery-image] Aug 26 20:10:35.135 INFO O| Aug 26 20:10:35.135 INFO STEP 959 (remove_files) COMPLETE
68062024-08-26T20:10:36.648Z[ recovery-image] Aug 26 20:10:35.135 INFO O| Aug 26 20:10:35.135 INFO STEP 960: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68072024-08-26T20:10:36.655Z[ recovery-image] Aug 26 20:10:35.145 INFO O| Aug 26 20:10:35.145 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/spell/hlistb"
68082024-08-26T20:10:36.655Z[ recovery-image] Aug 26 20:10:35.145 INFO O| Aug 26 20:10:35.145 INFO STEP 960 (remove_files) COMPLETE
68092024-08-26T20:10:36.658Z[ recovery-image] Aug 26 20:10:35.145 INFO O| Aug 26 20:10:35.145 INFO STEP 961: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68102024-08-26T20:10:36.665Z[ recovery-image] Aug 26 20:10:35.155 INFO O| Aug 26 20:10:35.155 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/spell/hstop"
68112024-08-26T20:10:36.668Z[ recovery-image] Aug 26 20:10:35.155 INFO O| Aug 26 20:10:35.155 INFO STEP 961 (remove_files) COMPLETE
68122024-08-26T20:10:36.668Z[ recovery-image] Aug 26 20:10:35.155 INFO O| Aug 26 20:10:35.155 INFO STEP 962: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68132024-08-26T20:10:36.676Z[ recovery-image] Aug 26 20:10:35.165 INFO O| Aug 26 20:10:35.165 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/spell/spellin"
68142024-08-26T20:10:36.678Z[ recovery-image] Aug 26 20:10:35.166 INFO O| Aug 26 20:10:35.166 INFO STEP 962 (remove_files) COMPLETE
68152024-08-26T20:10:36.678Z[ recovery-image] Aug 26 20:10:35.166 INFO O| Aug 26 20:10:35.166 INFO STEP 963: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68162024-08-26T20:10:36.689Z[ recovery-image] Aug 26 20:10:35.179 INFO O| Aug 26 20:10:35.178 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/spell/spellprog"
68172024-08-26T20:10:36.689Z[ recovery-image] Aug 26 20:10:35.179 INFO O| Aug 26 20:10:35.179 INFO STEP 963 (remove_files) COMPLETE
68182024-08-26T20:10:36.692Z[ recovery-image] Aug 26 20:10:35.179 INFO O| Aug 26 20:10:35.179 INFO STEP 964: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68192024-08-26T20:10:36.699Z[ recovery-image] Aug 26 20:10:35.189 INFO O| Aug 26 20:10:35.189 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/sysevent/syseventconfd"
68202024-08-26T20:10:36.702Z[ recovery-image] Aug 26 20:10:35.189 INFO O| Aug 26 20:10:35.189 INFO STEP 964 (remove_files) COMPLETE
68212024-08-26T20:10:36.702Z[ recovery-image] Aug 26 20:10:35.189 INFO O| Aug 26 20:10:35.189 INFO STEP 965: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68222024-08-26T20:10:36.709Z[ recovery-image] Aug 26 20:10:35.199 INFO O| Aug 26 20:10:35.199 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/varpd/amd64/libvarpd_direct.so.1"
68232024-08-26T20:10:36.709Z[ recovery-image] Aug 26 20:10:35.199 INFO O| Aug 26 20:10:35.199 INFO STEP 965 (remove_files) COMPLETE
68242024-08-26T20:10:36.712Z[ recovery-image] Aug 26 20:10:35.199 INFO O| Aug 26 20:10:35.199 INFO STEP 966: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68252024-08-26T20:10:36.720Z[ recovery-image] Aug 26 20:10:35.209 INFO O| Aug 26 20:10:35.209 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/varpd/amd64/libvarpd_files.so.1"
68262024-08-26T20:10:36.720Z[ recovery-image] Aug 26 20:10:35.210 INFO O| Aug 26 20:10:35.209 INFO STEP 966 (remove_files) COMPLETE
68272024-08-26T20:10:36.720Z[ recovery-image] Aug 26 20:10:35.210 INFO O| Aug 26 20:10:35.210 INFO STEP 967: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68282024-08-26T20:10:36.730Z[ recovery-image] Aug 26 20:10:35.220 INFO O| Aug 26 20:10:35.220 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/varpd/libvarpd_direct.so.1"
68292024-08-26T20:10:36.731Z[ recovery-image] Aug 26 20:10:35.220 INFO O| Aug 26 20:10:35.220 INFO STEP 967 (remove_files) COMPLETE
68302024-08-26T20:10:36.731Z[ recovery-image] Aug 26 20:10:35.220 INFO O| Aug 26 20:10:35.220 INFO STEP 968: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68312024-08-26T20:10:36.741Z[ recovery-image] Aug 26 20:10:35.230 INFO O| Aug 26 20:10:35.230 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/varpd/libvarpd_files.so.1"
68322024-08-26T20:10:36.741Z[ recovery-image] Aug 26 20:10:35.230 INFO O| Aug 26 20:10:35.230 INFO STEP 968 (remove_files) COMPLETE
68332024-08-26T20:10:36.743Z[ recovery-image] Aug 26 20:10:35.230 INFO O| Aug 26 20:10:35.230 INFO STEP 969: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68342024-08-26T20:10:36.751Z[ recovery-image] Aug 26 20:10:35.241 INFO O| Aug 26 20:10:35.241 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/varpd/varpd"
68352024-08-26T20:10:36.751Z[ recovery-image] Aug 26 20:10:35.241 INFO O| Aug 26 20:10:35.241 INFO STEP 969 (remove_files) COMPLETE
68362024-08-26T20:10:36.751Z[ recovery-image] Aug 26 20:10:35.241 INFO O| Aug 26 20:10:35.241 INFO STEP 970: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68372024-08-26T20:10:36.762Z[ recovery-image] Aug 26 20:10:35.252 INFO O| Aug 26 20:10:35.252 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/xhci/xhci_portsc"
68382024-08-26T20:10:36.765Z[ recovery-image] Aug 26 20:10:35.252 INFO O| Aug 26 20:10:35.252 INFO STEP 970 (remove_files) COMPLETE
68392024-08-26T20:10:36.765Z[ recovery-image] Aug 26 20:10:35.252 INFO O| Aug 26 20:10:35.252 INFO STEP 971: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68402024-08-26T20:10:36.773Z[ recovery-image] Aug 26 20:10:35.262 INFO O| Aug 26 20:10:35.262 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/zfs/availdevs"
68412024-08-26T20:10:36.775Z[ recovery-image] Aug 26 20:10:35.262 INFO O| Aug 26 20:10:35.262 INFO STEP 971 (remove_files) COMPLETE
68422024-08-26T20:10:36.775Z[ recovery-image] Aug 26 20:10:35.262 INFO O| Aug 26 20:10:35.262 INFO STEP 972: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68432024-08-26T20:10:36.783Z[ recovery-image] Aug 26 20:10:35.272 INFO O| Aug 26 20:10:35.272 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/zones/zoneadmd"
68442024-08-26T20:10:36.785Z[ recovery-image] Aug 26 20:10:35.273 INFO O| Aug 26 20:10:35.273 INFO STEP 972 (remove_files) COMPLETE
68452024-08-26T20:10:36.785Z[ recovery-image] Aug 26 20:10:35.273 INFO O| Aug 26 20:10:35.273 INFO STEP 973: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68462024-08-26T20:10:36.793Z[ recovery-image] Aug 26 20:10:35.282 INFO O| Aug 26 20:10:35.282 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/libexec/amd64/sftp-server"
68472024-08-26T20:10:36.795Z[ recovery-image] Aug 26 20:10:35.283 INFO O| Aug 26 20:10:35.282 INFO STEP 973 (remove_files) COMPLETE
68482024-08-26T20:10:36.795Z[ recovery-image] Aug 26 20:10:35.283 INFO O| Aug 26 20:10:35.283 INFO STEP 974: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68492024-08-26T20:10:36.803Z[ recovery-image] Aug 26 20:10:35.293 INFO O| Aug 26 20:10:35.292 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/libexec/amd64/ssh-keysign"
68502024-08-26T20:10:36.805Z[ recovery-image] Aug 26 20:10:35.293 INFO O| Aug 26 20:10:35.293 INFO STEP 974 (remove_files) COMPLETE
68512024-08-26T20:10:36.806Z[ recovery-image] Aug 26 20:10:35.293 INFO O| Aug 26 20:10:35.293 INFO STEP 975: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68522024-08-26T20:10:36.813Z[ recovery-image] Aug 26 20:10:35.302 INFO O| Aug 26 20:10:35.302 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/libexec/amd64/ssh-pkcs11-helper"
68532024-08-26T20:10:36.816Z[ recovery-image] Aug 26 20:10:35.303 INFO O| Aug 26 20:10:35.303 INFO STEP 975 (remove_files) COMPLETE
68542024-08-26T20:10:36.816Z[ recovery-image] Aug 26 20:10:35.303 INFO O| Aug 26 20:10:35.303 INFO STEP 976: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68552024-08-26T20:10:36.823Z[ recovery-image] Aug 26 20:10:35.312 INFO O| Aug 26 20:10:35.312 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/libexec/amd64/ssh-sk-helper"
68562024-08-26T20:10:36.825Z[ recovery-image] Aug 26 20:10:35.312 INFO O| Aug 26 20:10:35.312 INFO STEP 976 (remove_files) COMPLETE
68572024-08-26T20:10:36.825Z[ recovery-image] Aug 26 20:10:35.312 INFO O| Aug 26 20:10:35.312 INFO STEP 977: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68582024-08-26T20:10:36.832Z[ recovery-image] Aug 26 20:10:35.322 INFO O| Aug 26 20:10:35.322 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/platform/oxide/bin/ipcc"
68592024-08-26T20:10:36.836Z[ recovery-image] Aug 26 20:10:35.322 INFO O| Aug 26 20:10:35.322 INFO STEP 977 (remove_files) COMPLETE
68602024-08-26T20:10:36.836Z[ recovery-image] Aug 26 20:10:35.322 INFO O| Aug 26 20:10:35.322 INFO STEP 978: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68612024-08-26T20:10:36.847Z[ recovery-image] Aug 26 20:10:35.332 INFO O| Aug 26 20:10:35.332 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/platform/oxide/lib/mdb/kvm/amd64/apix.so"
68622024-08-26T20:10:36.850Z[ recovery-image] Aug 26 20:10:35.333 INFO O| Aug 26 20:10:35.333 INFO STEP 978 (remove_files) COMPLETE
68632024-08-26T20:10:36.850Z[ recovery-image] Aug 26 20:10:35.333 INFO O| Aug 26 20:10:35.333 INFO STEP 979: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68642024-08-26T20:10:36.854Z[ recovery-image] Aug 26 20:10:35.344 INFO O| Aug 26 20:10:35.344 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/platform/oxide/lib/mdb/kvm/amd64/ipcc.so"
68652024-08-26T20:10:36.854Z[ recovery-image] Aug 26 20:10:35.344 INFO O| Aug 26 20:10:35.344 INFO STEP 979 (remove_files) COMPLETE
68662024-08-26T20:10:36.855Z[ recovery-image] Aug 26 20:10:35.344 INFO O| Aug 26 20:10:35.344 INFO STEP 980: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68672024-08-26T20:10:36.866Z[ recovery-image] Aug 26 20:10:35.355 INFO O| Aug 26 20:10:35.355 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/platform/oxide/lib/mdb/kvm/amd64/unix.so"
68682024-08-26T20:10:36.866Z[ recovery-image] Aug 26 20:10:35.355 INFO O| Aug 26 20:10:35.355 INFO STEP 980 (remove_files) COMPLETE
68692024-08-26T20:10:36.869Z[ recovery-image] Aug 26 20:10:35.355 INFO O| Aug 26 20:10:35.355 INFO STEP 981: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68702024-08-26T20:10:36.877Z[ recovery-image] Aug 26 20:10:35.366 INFO O| Aug 26 20:10:35.366 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/dispgid"
68712024-08-26T20:10:36.877Z[ recovery-image] Aug 26 20:10:35.367 INFO O| Aug 26 20:10:35.367 INFO STEP 981 (remove_files) COMPLETE
68722024-08-26T20:10:36.880Z[ recovery-image] Aug 26 20:10:35.367 INFO O| Aug 26 20:10:35.367 INFO STEP 982: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68732024-08-26T20:10:36.888Z[ recovery-image] Aug 26 20:10:35.377 INFO O| Aug 26 20:10:35.377 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/dispuid"
68742024-08-26T20:10:36.888Z[ recovery-image] Aug 26 20:10:35.377 INFO O| Aug 26 20:10:35.377 INFO STEP 982 (remove_files) COMPLETE
68752024-08-26T20:10:36.891Z[ recovery-image] Aug 26 20:10:35.377 INFO O| Aug 26 20:10:35.377 INFO STEP 983: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68762024-08-26T20:10:36.899Z[ recovery-image] Aug 26 20:10:35.388 INFO O| Aug 26 20:10:35.388 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/errange"
68772024-08-26T20:10:36.899Z[ recovery-image] Aug 26 20:10:35.388 INFO O| Aug 26 20:10:35.388 INFO STEP 983 (remove_files) COMPLETE
68782024-08-26T20:10:36.902Z[ recovery-image] Aug 26 20:10:35.388 INFO O| Aug 26 20:10:35.388 INFO STEP 984: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68792024-08-26T20:10:36.910Z[ recovery-image] Aug 26 20:10:35.399 INFO O| Aug 26 20:10:35.399 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/errdate"
68802024-08-26T20:10:36.910Z[ recovery-image] Aug 26 20:10:35.399 INFO O| Aug 26 20:10:35.399 INFO STEP 984 (remove_files) COMPLETE
68812024-08-26T20:10:36.910Z[ recovery-image] Aug 26 20:10:35.399 INFO O| Aug 26 20:10:35.399 INFO STEP 985: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68822024-08-26T20:10:36.913Z[ host-image] Aug 26 20:10:35.401 INFO O| Aug 26 20:10:35.401 INFO O| Planning: Solver setup ... Done
68832024-08-26T20:10:36.916Z[ host-image] Aug 26 20:10:35.405 INFO O| Aug 26 20:10:35.405 INFO O| Planning: Running solver ... Done
68842024-08-26T20:10:36.922Z[ recovery-image] Aug 26 20:10:35.412 INFO O| Aug 26 20:10:35.411 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/errgid"
68852024-08-26T20:10:36.922Z[ recovery-image] Aug 26 20:10:35.412 INFO O| Aug 26 20:10:35.412 INFO STEP 985 (remove_files) COMPLETE
68862024-08-26T20:10:36.926Z[ recovery-image] Aug 26 20:10:35.412 INFO O| Aug 26 20:10:35.412 INFO STEP 986: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68872024-08-26T20:10:36.934Z[ recovery-image] Aug 26 20:10:35.423 INFO O| Aug 26 20:10:35.423 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/errint"
68882024-08-26T20:10:36.934Z[ recovery-image] Aug 26 20:10:35.423 INFO O| Aug 26 20:10:35.423 INFO STEP 986 (remove_files) COMPLETE
68892024-08-26T20:10:36.934Z[ recovery-image] Aug 26 20:10:35.423 INFO O| Aug 26 20:10:35.423 INFO STEP 987: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68902024-08-26T20:10:36.947Z[ recovery-image] Aug 26 20:10:35.436 INFO O| Aug 26 20:10:35.436 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/erritem"
68912024-08-26T20:10:36.947Z[ recovery-image] Aug 26 20:10:35.436 INFO O| Aug 26 20:10:35.436 INFO STEP 987 (remove_files) COMPLETE
68922024-08-26T20:10:36.947Z[ recovery-image] Aug 26 20:10:35.436 INFO O| Aug 26 20:10:35.436 INFO STEP 988: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68932024-08-26T20:10:36.957Z[ recovery-image] Aug 26 20:10:35.447 INFO O| Aug 26 20:10:35.447 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/errpath"
68942024-08-26T20:10:36.957Z[ recovery-image] Aug 26 20:10:35.447 INFO O| Aug 26 20:10:35.447 INFO STEP 988 (remove_files) COMPLETE
68952024-08-26T20:10:36.960Z[ recovery-image] Aug 26 20:10:35.447 INFO O| Aug 26 20:10:35.447 INFO STEP 989: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68962024-08-26T20:10:36.960Z[ host-image] Aug 26 20:10:35.448 INFO O| Aug 26 20:10:35.447 INFO O| Planning: Finding local manifests ... Done
68972024-08-26T20:10:36.960Z[ host-image] Aug 26 20:10:35.448 INFO O| Aug 26 20:10:35.448 INFO O| Planning: Fetching manifests: 0/1 0% complete
68982024-08-26T20:10:36.969Z[ recovery-image] Aug 26 20:10:35.459 INFO O| Aug 26 20:10:35.459 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/errstr"
68992024-08-26T20:10:36.969Z[ recovery-image] Aug 26 20:10:35.459 INFO O| Aug 26 20:10:35.459 INFO STEP 989 (remove_files) COMPLETE
69002024-08-26T20:10:36.972Z[ recovery-image] Aug 26 20:10:35.459 INFO O| Aug 26 20:10:35.459 INFO STEP 990: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69012024-08-26T20:10:36.981Z[ recovery-image] Aug 26 20:10:35.470 INFO O| Aug 26 20:10:35.470 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/errtime"
69022024-08-26T20:10:36.981Z[ recovery-image] Aug 26 20:10:35.470 INFO O| Aug 26 20:10:35.470 INFO STEP 990 (remove_files) COMPLETE
69032024-08-26T20:10:36.983Z[ recovery-image] Aug 26 20:10:35.470 INFO O| Aug 26 20:10:35.470 INFO STEP 991: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69042024-08-26T20:10:36.992Z[ recovery-image] Aug 26 20:10:35.482 INFO O| Aug 26 20:10:35.481 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/erruid"
69052024-08-26T20:10:36.992Z[ recovery-image] Aug 26 20:10:35.482 INFO O| Aug 26 20:10:35.482 INFO STEP 991 (remove_files) COMPLETE
69062024-08-26T20:10:36.995Z[ recovery-image] Aug 26 20:10:35.482 INFO O| Aug 26 20:10:35.482 INFO STEP 992: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69072024-08-26T20:10:37.004Z[ recovery-image] Aug 26 20:10:35.493 INFO O| Aug 26 20:10:35.493 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/erryorn"
69082024-08-26T20:10:37.004Z[ recovery-image] Aug 26 20:10:35.493 INFO O| Aug 26 20:10:35.493 INFO STEP 992 (remove_files) COMPLETE
69092024-08-26T20:10:37.006Z[ recovery-image] Aug 26 20:10:35.493 INFO O| Aug 26 20:10:35.493 INFO STEP 993: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69102024-08-26T20:10:37.014Z[ recovery-image] Aug 26 20:10:35.504 INFO O| Aug 26 20:10:35.504 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/helpdate"
69112024-08-26T20:10:37.017Z[ recovery-image] Aug 26 20:10:35.504 INFO O| Aug 26 20:10:35.504 INFO STEP 993 (remove_files) COMPLETE
69122024-08-26T20:10:37.017Z[ recovery-image] Aug 26 20:10:35.504 INFO O| Aug 26 20:10:35.504 INFO STEP 994: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69132024-08-26T20:10:37.023Z[ host-image] Aug 26 20:10:35.513 INFO O| Aug 26 20:10:35.513 INFO O| Planning: Fetching manifests: 1/1 100% complete
69142024-08-26T20:10:37.026Z[ recovery-image] Aug 26 20:10:35.514 INFO O| Aug 26 20:10:35.514 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/helpgid"
69152024-08-26T20:10:37.026Z[ recovery-image] Aug 26 20:10:35.514 INFO O| Aug 26 20:10:35.514 INFO STEP 994 (remove_files) COMPLETE
69162024-08-26T20:10:37.026Z[ recovery-image] Aug 26 20:10:35.514 INFO O| Aug 26 20:10:35.514 INFO STEP 995: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69172024-08-26T20:10:37.035Z[ recovery-image] Aug 26 20:10:35.525 INFO O| Aug 26 20:10:35.524 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/helpint"
69182024-08-26T20:10:37.035Z[ recovery-image] Aug 26 20:10:35.525 INFO O| Aug 26 20:10:35.525 INFO STEP 995 (remove_files) COMPLETE
69192024-08-26T20:10:37.038Z[ recovery-image] Aug 26 20:10:35.525 INFO O| Aug 26 20:10:35.525 INFO STEP 996: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69202024-08-26T20:10:37.044Z[ host-image] Aug 26 20:10:35.533 INFO O| Aug 26 20:10:35.533 INFO O| Planning: Package planning ... Done
69212024-08-26T20:10:37.046Z[ host-image] Aug 26 20:10:35.534 INFO O| Aug 26 20:10:35.534 INFO O| Planning: Merging actions ... Done
69222024-08-26T20:10:37.046Z[ recovery-image] Aug 26 20:10:35.535 INFO O| Aug 26 20:10:35.535 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/helpitem"
69232024-08-26T20:10:37.046Z[ recovery-image] Aug 26 20:10:35.535 INFO O| Aug 26 20:10:35.535 INFO STEP 996 (remove_files) COMPLETE
69242024-08-26T20:10:37.046Z[ recovery-image] Aug 26 20:10:35.535 INFO O| Aug 26 20:10:35.535 INFO STEP 997: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69252024-08-26T20:10:37.056Z[ recovery-image] Aug 26 20:10:35.546 INFO O| Aug 26 20:10:35.546 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/helppath"
69262024-08-26T20:10:37.056Z[ recovery-image] Aug 26 20:10:35.546 INFO O| Aug 26 20:10:35.546 INFO STEP 997 (remove_files) COMPLETE
69272024-08-26T20:10:37.059Z[ recovery-image] Aug 26 20:10:35.546 INFO O| Aug 26 20:10:35.546 INFO STEP 998: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69282024-08-26T20:10:37.068Z[ recovery-image] Aug 26 20:10:35.557 INFO O| Aug 26 20:10:35.557 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/helprange"
69292024-08-26T20:10:37.068Z[ recovery-image] Aug 26 20:10:35.557 INFO O| Aug 26 20:10:35.557 INFO STEP 998 (remove_files) COMPLETE
69302024-08-26T20:10:37.068Z[ recovery-image] Aug 26 20:10:35.557 INFO O| Aug 26 20:10:35.557 INFO STEP 999: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69312024-08-26T20:10:37.078Z[ recovery-image] Aug 26 20:10:35.568 INFO O| Aug 26 20:10:35.568 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/helpstr"
69322024-08-26T20:10:37.078Z[ recovery-image] Aug 26 20:10:35.568 INFO O| Aug 26 20:10:35.568 INFO STEP 999 (remove_files) COMPLETE
69332024-08-26T20:10:37.078Z[ recovery-image] Aug 26 20:10:35.568 INFO O| Aug 26 20:10:35.568 INFO STEP 1000: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69342024-08-26T20:10:37.089Z[ recovery-image] Aug 26 20:10:35.578 INFO O| Aug 26 20:10:35.578 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/helptime"
69352024-08-26T20:10:37.089Z[ recovery-image] Aug 26 20:10:35.578 INFO O| Aug 26 20:10:35.578 INFO STEP 1000 (remove_files) COMPLETE
69362024-08-26T20:10:37.091Z[ recovery-image] Aug 26 20:10:35.578 INFO O| Aug 26 20:10:35.578 INFO STEP 1001: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69372024-08-26T20:10:37.099Z[ recovery-image] Aug 26 20:10:35.588 INFO O| Aug 26 20:10:35.588 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/helpuid"
69382024-08-26T20:10:37.099Z[ recovery-image] Aug 26 20:10:35.588 INFO O| Aug 26 20:10:35.588 INFO STEP 1001 (remove_files) COMPLETE
69392024-08-26T20:10:37.099Z[ recovery-image] Aug 26 20:10:35.589 INFO O| Aug 26 20:10:35.588 INFO STEP 1002: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69402024-08-26T20:10:37.105Z[ host-image] Aug 26 20:10:35.595 INFO O| Aug 26 20:10:35.595 INFO O| Planning: Checking for conflicting actions ... Done
69412024-08-26T20:10:37.108Z[ host-image] Aug 26 20:10:35.595 INFO O| Aug 26 20:10:35.595 INFO O| Planning: Consolidating action changes ... Done
69422024-08-26T20:10:37.110Z[ recovery-image] Aug 26 20:10:35.598 INFO O| Aug 26 20:10:35.598 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/helpyorn"
69432024-08-26T20:10:37.110Z[ recovery-image] Aug 26 20:10:35.599 INFO O| Aug 26 20:10:35.599 INFO STEP 1002 (remove_files) COMPLETE
69442024-08-26T20:10:37.110Z[ recovery-image] Aug 26 20:10:35.599 INFO O| Aug 26 20:10:35.599 INFO STEP 1003: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69452024-08-26T20:10:37.119Z[ recovery-image] Aug 26 20:10:35.608 INFO O| Aug 26 20:10:35.608 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/puttext"
69462024-08-26T20:10:37.119Z[ recovery-image] Aug 26 20:10:35.609 INFO O| Aug 26 20:10:35.609 INFO STEP 1003 (remove_files) COMPLETE
69472024-08-26T20:10:37.119Z[ recovery-image] Aug 26 20:10:35.609 INFO O| Aug 26 20:10:35.609 INFO STEP 1004: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69482024-08-26T20:10:37.129Z[ recovery-image] Aug 26 20:10:35.618 INFO O| Aug 26 20:10:35.618 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/valdate"
69492024-08-26T20:10:37.129Z[ recovery-image] Aug 26 20:10:35.618 INFO O| Aug 26 20:10:35.618 INFO STEP 1004 (remove_files) COMPLETE
69502024-08-26T20:10:37.131Z[ recovery-image] Aug 26 20:10:35.619 INFO O| Aug 26 20:10:35.618 INFO STEP 1005: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69512024-08-26T20:10:37.138Z[ recovery-image] Aug 26 20:10:35.628 INFO O| Aug 26 20:10:35.628 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/valgid"
69522024-08-26T20:10:37.139Z[ recovery-image] Aug 26 20:10:35.628 INFO O| Aug 26 20:10:35.628 INFO STEP 1005 (remove_files) COMPLETE
69532024-08-26T20:10:37.141Z[ recovery-image] Aug 26 20:10:35.628 INFO O| Aug 26 20:10:35.628 INFO STEP 1006: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69542024-08-26T20:10:37.148Z[ recovery-image] Aug 26 20:10:35.638 INFO O| Aug 26 20:10:35.638 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/valint"
69552024-08-26T20:10:37.148Z[ recovery-image] Aug 26 20:10:35.638 INFO O| Aug 26 20:10:35.638 INFO STEP 1006 (remove_files) COMPLETE
69562024-08-26T20:10:37.151Z[ recovery-image] Aug 26 20:10:35.638 INFO O| Aug 26 20:10:35.638 INFO STEP 1007: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69572024-08-26T20:10:37.158Z[ recovery-image] Aug 26 20:10:35.647 INFO O| Aug 26 20:10:35.647 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/valpath"
69582024-08-26T20:10:37.158Z[ recovery-image] Aug 26 20:10:35.648 INFO O| Aug 26 20:10:35.647 INFO STEP 1007 (remove_files) COMPLETE
69592024-08-26T20:10:37.158Z[ recovery-image] Aug 26 20:10:35.648 INFO O| Aug 26 20:10:35.648 INFO STEP 1008: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69602024-08-26T20:10:37.168Z[ recovery-image] Aug 26 20:10:35.657 INFO O| Aug 26 20:10:35.657 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/valrange"
69612024-08-26T20:10:37.168Z[ recovery-image] Aug 26 20:10:35.657 INFO O| Aug 26 20:10:35.657 INFO STEP 1008 (remove_files) COMPLETE
69622024-08-26T20:10:37.168Z[ recovery-image] Aug 26 20:10:35.657 INFO O| Aug 26 20:10:35.657 INFO STEP 1009: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69632024-08-26T20:10:37.177Z[ recovery-image] Aug 26 20:10:35.667 INFO O| Aug 26 20:10:35.667 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/valstr"
69642024-08-26T20:10:37.177Z[ recovery-image] Aug 26 20:10:35.667 INFO O| Aug 26 20:10:35.667 INFO STEP 1009 (remove_files) COMPLETE
69652024-08-26T20:10:37.180Z[ recovery-image] Aug 26 20:10:35.667 INFO O| Aug 26 20:10:35.667 INFO STEP 1010: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69662024-08-26T20:10:37.187Z[ recovery-image] Aug 26 20:10:35.676 INFO O| Aug 26 20:10:35.676 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/valtime"
69672024-08-26T20:10:37.190Z[ recovery-image] Aug 26 20:10:35.676 INFO O| Aug 26 20:10:35.676 INFO STEP 1010 (remove_files) COMPLETE
69682024-08-26T20:10:37.190Z[ recovery-image] Aug 26 20:10:35.676 INFO O| Aug 26 20:10:35.676 INFO STEP 1011: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69692024-08-26T20:10:37.197Z[ recovery-image] Aug 26 20:10:35.686 INFO O| Aug 26 20:10:35.686 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/valuid"
69702024-08-26T20:10:37.197Z[ recovery-image] Aug 26 20:10:35.686 INFO O| Aug 26 20:10:35.686 INFO STEP 1011 (remove_files) COMPLETE
69712024-08-26T20:10:37.199Z[ recovery-image] Aug 26 20:10:35.686 INFO O| Aug 26 20:10:35.686 INFO STEP 1012: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69722024-08-26T20:10:37.206Z[ recovery-image] Aug 26 20:10:35.696 INFO O| Aug 26 20:10:35.696 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/valyorn"
69732024-08-26T20:10:37.209Z[ recovery-image] Aug 26 20:10:35.696 INFO O| Aug 26 20:10:35.696 INFO STEP 1012 (remove_files) COMPLETE
69742024-08-26T20:10:37.209Z[ recovery-image] Aug 26 20:10:35.696 INFO O| Aug 26 20:10:35.696 INFO STEP 1013: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69752024-08-26T20:10:37.216Z[ recovery-image] Aug 26 20:10:35.705 INFO O| Aug 26 20:10:35.705 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/install/bin/pkginstall"
69762024-08-26T20:10:37.218Z[ recovery-image] Aug 26 20:10:35.706 INFO O| Aug 26 20:10:35.706 INFO STEP 1013 (remove_files) COMPLETE
69772024-08-26T20:10:37.218Z[ recovery-image] Aug 26 20:10:35.706 INFO O| Aug 26 20:10:35.706 INFO STEP 1014: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69782024-08-26T20:10:37.225Z[ recovery-image] Aug 26 20:10:35.715 INFO O| Aug 26 20:10:35.715 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/install/bin/pkgname"
69792024-08-26T20:10:37.225Z[ recovery-image] Aug 26 20:10:35.715 INFO O| Aug 26 20:10:35.715 INFO STEP 1014 (remove_files) COMPLETE
69802024-08-26T20:10:37.225Z[ recovery-image] Aug 26 20:10:35.715 INFO O| Aug 26 20:10:35.715 INFO STEP 1015: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69812024-08-26T20:10:37.235Z[ recovery-image] Aug 26 20:10:35.725 INFO O| Aug 26 20:10:35.724 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/install/bin/pkgremove"
69822024-08-26T20:10:37.237Z[ recovery-image] Aug 26 20:10:35.725 INFO O| Aug 26 20:10:35.725 INFO STEP 1015 (remove_files) COMPLETE
69832024-08-26T20:10:37.237Z[ recovery-image] Aug 26 20:10:35.725 INFO O| Aug 26 20:10:35.725 INFO STEP 1016: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69842024-08-26T20:10:37.245Z[ recovery-image] Aug 26 20:10:35.734 INFO O| Aug 26 20:10:35.734 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/install/bin/pkgserv"
69852024-08-26T20:10:37.245Z[ recovery-image] Aug 26 20:10:35.734 INFO O| Aug 26 20:10:35.734 INFO STEP 1016 (remove_files) COMPLETE
69862024-08-26T20:10:37.245Z[ recovery-image] Aug 26 20:10:35.734 INFO O| Aug 26 20:10:35.734 INFO STEP 1017: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69872024-08-26T20:10:37.254Z[ recovery-image] Aug 26 20:10:35.744 INFO O| Aug 26 20:10:35.744 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/install/miniroot.db"
69882024-08-26T20:10:37.257Z[ recovery-image] Aug 26 20:10:35.744 INFO O| Aug 26 20:10:35.744 INFO STEP 1017 (remove_files) COMPLETE
69892024-08-26T20:10:37.257Z[ recovery-image] Aug 26 20:10:35.744 INFO O| Aug 26 20:10:35.744 INFO STEP 1018: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69902024-08-26T20:10:37.264Z[ recovery-image] Aug 26 20:10:35.753 INFO O| Aug 26 20:10:35.753 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/install/scripts/i.preserve"
69912024-08-26T20:10:37.266Z[ recovery-image] Aug 26 20:10:35.753 INFO O| Aug 26 20:10:35.753 INFO STEP 1018 (remove_files) COMPLETE
69922024-08-26T20:10:37.266Z[ recovery-image] Aug 26 20:10:35.753 INFO O| Aug 26 20:10:35.753 INFO STEP 1019: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69932024-08-26T20:10:37.273Z[ recovery-image] Aug 26 20:10:35.763 INFO O| Aug 26 20:10:35.763 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/ugdates"
69942024-08-26T20:10:37.276Z[ recovery-image] Aug 26 20:10:35.763 INFO O| Aug 26 20:10:35.763 INFO STEP 1019 (remove_files) COMPLETE
69952024-08-26T20:10:37.276Z[ recovery-image] Aug 26 20:10:35.763 INFO O| Aug 26 20:10:35.763 INFO STEP 1020: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69962024-08-26T20:10:37.283Z[ recovery-image] Aug 26 20:10:35.773 INFO O| Aug 26 20:10:35.773 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/6to4relay"
69972024-08-26T20:10:37.286Z[ recovery-image] Aug 26 20:10:35.773 INFO O| Aug 26 20:10:35.773 INFO STEP 1020 (remove_files) COMPLETE
69982024-08-26T20:10:37.286Z[ recovery-image] Aug 26 20:10:35.773 INFO O| Aug 26 20:10:35.773 INFO STEP 1021: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69992024-08-26T20:10:37.286Z[ host-image] Aug 26 20:10:35.773 INFO O| Aug 26 20:10:35.773 INFO O| Planning: Evaluating mediators ... Done
70002024-08-26T20:10:37.286Z[ host-image] Aug 26 20:10:35.774 INFO O| Aug 26 20:10:35.774 INFO O| Planning: Planning completed in 1.89 seconds
70012024-08-26T20:10:37.288Z[ host-image] Aug 26 20:10:35.775 INFO O| Aug 26 20:10:35.775 INFO O| Packages to install: 1
70022024-08-26T20:10:37.293Z[ recovery-image] Aug 26 20:10:35.783 INFO O| Aug 26 20:10:35.783 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/acctadm"
70032024-08-26T20:10:37.293Z[ recovery-image] Aug 26 20:10:35.783 INFO O| Aug 26 20:10:35.783 INFO STEP 1021 (remove_files) COMPLETE
70042024-08-26T20:10:37.293Z[ recovery-image] Aug 26 20:10:35.783 INFO O| Aug 26 20:10:35.783 INFO STEP 1022: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70052024-08-26T20:10:37.296Z[ host-image] Aug 26 20:10:35.786 INFO O| Aug 26 20:10:35.786 INFO O| Download: 0/4 items 0.0/20.8MB 0% complete
70062024-08-26T20:10:37.303Z[ recovery-image] Aug 26 20:10:35.793 INFO O| Aug 26 20:10:35.793 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/acpidump"
70072024-08-26T20:10:37.303Z[ recovery-image] Aug 26 20:10:35.793 INFO O| Aug 26 20:10:35.793 INFO STEP 1022 (remove_files) COMPLETE
70082024-08-26T20:10:37.306Z[ recovery-image] Aug 26 20:10:35.793 INFO O| Aug 26 20:10:35.793 INFO STEP 1023: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70092024-08-26T20:10:37.313Z[ recovery-image] Aug 26 20:10:35.803 INFO O| Aug 26 20:10:35.803 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/acpixtract"
70102024-08-26T20:10:37.313Z[ recovery-image] Aug 26 20:10:35.803 INFO O| Aug 26 20:10:35.803 INFO STEP 1023 (remove_files) COMPLETE
70112024-08-26T20:10:37.316Z[ recovery-image] Aug 26 20:10:35.803 INFO O| Aug 26 20:10:35.803 INFO STEP 1024: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70122024-08-26T20:10:37.323Z[ recovery-image] Aug 26 20:10:35.813 INFO O| Aug 26 20:10:35.813 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/add_drv"
70132024-08-26T20:10:37.323Z[ recovery-image] Aug 26 20:10:35.813 INFO O| Aug 26 20:10:35.813 INFO STEP 1024 (remove_files) COMPLETE
70142024-08-26T20:10:37.326Z[ recovery-image] Aug 26 20:10:35.813 INFO O| Aug 26 20:10:35.813 INFO STEP 1025: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70152024-08-26T20:10:37.333Z[ recovery-image] Aug 26 20:10:35.822 INFO O| Aug 26 20:10:35.822 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/allocate"
70162024-08-26T20:10:37.333Z[ recovery-image] Aug 26 20:10:35.823 INFO O| Aug 26 20:10:35.823 INFO STEP 1025 (remove_files) COMPLETE
70172024-08-26T20:10:37.335Z[ recovery-image] Aug 26 20:10:35.823 INFO O| Aug 26 20:10:35.823 INFO STEP 1026: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70182024-08-26T20:10:37.342Z[ recovery-image] Aug 26 20:10:35.832 INFO O| Aug 26 20:10:35.832 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/amd64/intrstat"
70192024-08-26T20:10:37.345Z[ recovery-image] Aug 26 20:10:35.832 INFO O| Aug 26 20:10:35.832 INFO STEP 1026 (remove_files) COMPLETE
70202024-08-26T20:10:37.345Z[ recovery-image] Aug 26 20:10:35.832 INFO O| Aug 26 20:10:35.832 INFO STEP 1027: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70212024-08-26T20:10:37.352Z[ recovery-image] Aug 26 20:10:35.841 INFO O| Aug 26 20:10:35.841 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/amd64/lockstat"
70222024-08-26T20:10:37.355Z[ recovery-image] Aug 26 20:10:35.842 INFO O| Aug 26 20:10:35.841 INFO STEP 1027 (remove_files) COMPLETE
70232024-08-26T20:10:37.355Z[ recovery-image] Aug 26 20:10:35.842 INFO O| Aug 26 20:10:35.842 INFO STEP 1028: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70242024-08-26T20:10:37.361Z[ recovery-image] Aug 26 20:10:35.851 INFO O| Aug 26 20:10:35.851 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/amd64/plockstat"
70252024-08-26T20:10:37.361Z[ recovery-image] Aug 26 20:10:35.851 INFO O| Aug 26 20:10:35.851 INFO STEP 1028 (remove_files) COMPLETE
70262024-08-26T20:10:37.361Z[ recovery-image] Aug 26 20:10:35.851 INFO O| Aug 26 20:10:35.851 INFO STEP 1029: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70272024-08-26T20:10:37.371Z[ recovery-image] Aug 26 20:10:35.860 INFO O| Aug 26 20:10:35.860 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/arp"
70282024-08-26T20:10:37.371Z[ recovery-image] Aug 26 20:10:35.860 INFO O| Aug 26 20:10:35.860 INFO STEP 1029 (remove_files) COMPLETE
70292024-08-26T20:10:37.373Z[ recovery-image] Aug 26 20:10:35.860 INFO O| Aug 26 20:10:35.860 INFO STEP 1030: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70302024-08-26T20:10:37.380Z[ recovery-image] Aug 26 20:10:35.870 INFO O| Aug 26 20:10:35.870 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/audit"
70312024-08-26T20:10:37.384Z[ recovery-image] Aug 26 20:10:35.870 INFO O| Aug 26 20:10:35.870 INFO STEP 1030 (remove_files) COMPLETE
70322024-08-26T20:10:37.384Z[ recovery-image] Aug 26 20:10:35.870 INFO O| Aug 26 20:10:35.870 INFO STEP 1031: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70332024-08-26T20:10:37.390Z[ recovery-image] Aug 26 20:10:35.879 INFO O| Aug 26 20:10:35.879 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/auditconfig"
70342024-08-26T20:10:37.390Z[ recovery-image] Aug 26 20:10:35.879 INFO O| Aug 26 20:10:35.879 INFO STEP 1031 (remove_files) COMPLETE
70352024-08-26T20:10:37.392Z[ recovery-image] Aug 26 20:10:35.879 INFO O| Aug 26 20:10:35.879 INFO STEP 1032: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70362024-08-26T20:10:37.399Z[ recovery-image] Aug 26 20:10:35.889 INFO O| Aug 26 20:10:35.888 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/auditd"
70372024-08-26T20:10:37.399Z[ recovery-image] Aug 26 20:10:35.889 INFO O| Aug 26 20:10:35.889 INFO STEP 1032 (remove_files) COMPLETE
70382024-08-26T20:10:37.399Z[ recovery-image] Aug 26 20:10:35.889 INFO O| Aug 26 20:10:35.889 INFO STEP 1033: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70392024-08-26T20:10:37.408Z[ recovery-image] Aug 26 20:10:35.898 INFO O| Aug 26 20:10:35.898 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/auditrecord"
70402024-08-26T20:10:37.411Z[ recovery-image] Aug 26 20:10:35.898 INFO O| Aug 26 20:10:35.898 INFO STEP 1033 (remove_files) COMPLETE
70412024-08-26T20:10:37.411Z[ recovery-image] Aug 26 20:10:35.898 INFO O| Aug 26 20:10:35.898 INFO STEP 1034: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70422024-08-26T20:10:37.418Z[ recovery-image] Aug 26 20:10:35.907 INFO O| Aug 26 20:10:35.907 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/auditreduce"
70432024-08-26T20:10:37.420Z[ recovery-image] Aug 26 20:10:35.907 INFO O| Aug 26 20:10:35.907 INFO STEP 1034 (remove_files) COMPLETE
70442024-08-26T20:10:37.420Z[ recovery-image] Aug 26 20:10:35.907 INFO O| Aug 26 20:10:35.907 INFO STEP 1035: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70452024-08-26T20:10:37.427Z[ recovery-image] Aug 26 20:10:35.917 INFO O| Aug 26 20:10:35.917 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/auditstat"
70462024-08-26T20:10:37.430Z[ recovery-image] Aug 26 20:10:35.917 INFO O| Aug 26 20:10:35.917 INFO STEP 1035 (remove_files) COMPLETE
70472024-08-26T20:10:37.430Z[ recovery-image] Aug 26 20:10:35.917 INFO O| Aug 26 20:10:35.917 INFO STEP 1036: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70482024-08-26T20:10:37.437Z[ recovery-image] Aug 26 20:10:35.927 INFO O| Aug 26 20:10:35.927 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/audlinks"
70492024-08-26T20:10:37.440Z[ recovery-image] Aug 26 20:10:35.927 INFO O| Aug 26 20:10:35.927 INFO STEP 1036 (remove_files) COMPLETE
70502024-08-26T20:10:37.440Z[ recovery-image] Aug 26 20:10:35.927 INFO O| Aug 26 20:10:35.927 INFO STEP 1037: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70512024-08-26T20:10:37.447Z[ recovery-image] Aug 26 20:10:35.936 INFO O| Aug 26 20:10:35.936 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/bhyve"
70522024-08-26T20:10:37.450Z[ recovery-image] Aug 26 20:10:35.936 INFO O| Aug 26 20:10:35.936 INFO STEP 1037 (remove_files) COMPLETE
70532024-08-26T20:10:37.450Z[ recovery-image] Aug 26 20:10:35.936 INFO O| Aug 26 20:10:35.936 INFO STEP 1038: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70542024-08-26T20:10:37.456Z[ recovery-image] Aug 26 20:10:35.946 INFO O| Aug 26 20:10:35.946 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/bhyvectl"
70552024-08-26T20:10:37.458Z[ recovery-image] Aug 26 20:10:35.946 INFO O| Aug 26 20:10:35.946 INFO STEP 1038 (remove_files) COMPLETE
70562024-08-26T20:10:37.459Z[ recovery-image] Aug 26 20:10:35.946 INFO O| Aug 26 20:10:35.946 INFO STEP 1039: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70572024-08-26T20:10:37.465Z[ recovery-image] Aug 26 20:10:35.955 INFO O| Aug 26 20:10:35.955 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/cfgadm"
70582024-08-26T20:10:37.466Z[ recovery-image] Aug 26 20:10:35.955 INFO O| Aug 26 20:10:35.955 INFO STEP 1039 (remove_files) COMPLETE
70592024-08-26T20:10:37.468Z[ recovery-image] Aug 26 20:10:35.955 INFO O| Aug 26 20:10:35.955 INFO STEP 1040: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70602024-08-26T20:10:37.475Z[ recovery-image] Aug 26 20:10:35.964 INFO O| Aug 26 20:10:35.964 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/chronyd"
70612024-08-26T20:10:37.477Z[ recovery-image] Aug 26 20:10:35.965 INFO O| Aug 26 20:10:35.965 INFO STEP 1040 (remove_files) COMPLETE
70622024-08-26T20:10:37.477Z[ recovery-image] Aug 26 20:10:35.965 INFO O| Aug 26 20:10:35.965 INFO STEP 1041: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70632024-08-26T20:10:37.485Z[ recovery-image] Aug 26 20:10:35.974 INFO O| Aug 26 20:10:35.974 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/chroot"
70642024-08-26T20:10:37.485Z[ recovery-image] Aug 26 20:10:35.974 INFO O| Aug 26 20:10:35.974 INFO STEP 1041 (remove_files) COMPLETE
70652024-08-26T20:10:37.485Z[ recovery-image] Aug 26 20:10:35.974 INFO O| Aug 26 20:10:35.974 INFO STEP 1042: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70662024-08-26T20:10:37.494Z[ recovery-image] Aug 26 20:10:35.983 INFO O| Aug 26 20:10:35.983 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/clear_locks"
70672024-08-26T20:10:37.496Z[ recovery-image] Aug 26 20:10:35.983 INFO O| Aug 26 20:10:35.983 INFO STEP 1042 (remove_files) COMPLETE
70682024-08-26T20:10:37.496Z[ recovery-image] Aug 26 20:10:35.983 INFO O| Aug 26 20:10:35.983 INFO STEP 1043: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70692024-08-26T20:10:37.503Z[ recovery-image] Aug 26 20:10:35.993 INFO O| Aug 26 20:10:35.993 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/clinfo"
70702024-08-26T20:10:37.503Z[ recovery-image] Aug 26 20:10:35.993 INFO O| Aug 26 20:10:35.993 INFO STEP 1043 (remove_files) COMPLETE
70712024-08-26T20:10:37.506Z[ recovery-image] Aug 26 20:10:35.993 INFO O| Aug 26 20:10:35.993 INFO STEP 1044: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70722024-08-26T20:10:37.513Z[ recovery-image] Aug 26 20:10:36.003 INFO O| Aug 26 20:10:36.003 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/clri"
70732024-08-26T20:10:37.513Z[ recovery-image] Aug 26 20:10:36.003 INFO O| Aug 26 20:10:36.003 INFO STEP 1044 (remove_files) COMPLETE
70742024-08-26T20:10:37.513Z[ recovery-image] Aug 26 20:10:36.003 INFO O| Aug 26 20:10:36.003 INFO STEP 1045: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70752024-08-26T20:10:37.523Z[ recovery-image] Aug 26 20:10:36.012 INFO O| Aug 26 20:10:36.012 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/consadm"
70762024-08-26T20:10:37.523Z[ recovery-image] Aug 26 20:10:36.013 INFO O| Aug 26 20:10:36.012 INFO STEP 1045 (remove_files) COMPLETE
70772024-08-26T20:10:37.523Z[ recovery-image] Aug 26 20:10:36.013 INFO O| Aug 26 20:10:36.013 INFO STEP 1046: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70782024-08-26T20:10:37.532Z[ recovery-image] Aug 26 20:10:36.022 INFO O| Aug 26 20:10:36.022 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/consadmd"
70792024-08-26T20:10:37.532Z[ recovery-image] Aug 26 20:10:36.022 INFO O| Aug 26 20:10:36.022 INFO STEP 1046 (remove_files) COMPLETE
70802024-08-26T20:10:37.535Z[ recovery-image] Aug 26 20:10:36.022 INFO O| Aug 26 20:10:36.022 INFO STEP 1047: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70812024-08-26T20:10:37.542Z[ recovery-image] Aug 26 20:10:36.031 INFO O| Aug 26 20:10:36.031 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/cpustat"
70822024-08-26T20:10:37.542Z[ recovery-image] Aug 26 20:10:36.031 INFO O| Aug 26 20:10:36.031 INFO STEP 1047 (remove_files) COMPLETE
70832024-08-26T20:10:37.545Z[ recovery-image] Aug 26 20:10:36.031 INFO O| Aug 26 20:10:36.031 INFO STEP 1048: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70842024-08-26T20:10:37.551Z[ recovery-image] Aug 26 20:10:36.041 INFO O| Aug 26 20:10:36.041 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/deallocate"
70852024-08-26T20:10:37.551Z[ recovery-image] Aug 26 20:10:36.041 INFO O| Aug 26 20:10:36.041 INFO STEP 1048 (remove_files) COMPLETE
70862024-08-26T20:10:37.554Z[ recovery-image] Aug 26 20:10:36.041 INFO O| Aug 26 20:10:36.041 INFO STEP 1049: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70872024-08-26T20:10:37.561Z[ recovery-image] Aug 26 20:10:36.050 INFO O| Aug 26 20:10:36.050 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/devinfo"
70882024-08-26T20:10:37.561Z[ recovery-image] Aug 26 20:10:36.050 INFO O| Aug 26 20:10:36.050 INFO STEP 1049 (remove_files) COMPLETE
70892024-08-26T20:10:37.561Z[ recovery-image] Aug 26 20:10:36.050 INFO O| Aug 26 20:10:36.050 INFO STEP 1050: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70902024-08-26T20:10:37.570Z[ recovery-image] Aug 26 20:10:36.059 INFO O| Aug 26 20:10:36.059 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/devlinks"
70912024-08-26T20:10:37.570Z[ recovery-image] Aug 26 20:10:36.059 INFO O| Aug 26 20:10:36.059 INFO STEP 1050 (remove_files) COMPLETE
70922024-08-26T20:10:37.572Z[ recovery-image] Aug 26 20:10:36.060 INFO O| Aug 26 20:10:36.059 INFO STEP 1051: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70932024-08-26T20:10:37.580Z[ recovery-image] Aug 26 20:10:36.069 INFO O| Aug 26 20:10:36.069 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/df"
70942024-08-26T20:10:37.580Z[ recovery-image] Aug 26 20:10:36.069 INFO O| Aug 26 20:10:36.069 INFO STEP 1051 (remove_files) COMPLETE
70952024-08-26T20:10:37.583Z[ recovery-image] Aug 26 20:10:36.069 INFO O| Aug 26 20:10:36.069 INFO STEP 1052: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70962024-08-26T20:10:37.589Z[ recovery-image] Aug 26 20:10:36.079 INFO O| Aug 26 20:10:36.079 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/dfmounts"
70972024-08-26T20:10:37.589Z[ recovery-image] Aug 26 20:10:36.079 INFO O| Aug 26 20:10:36.079 INFO STEP 1052 (remove_files) COMPLETE
70982024-08-26T20:10:37.589Z[ recovery-image] Aug 26 20:10:36.079 INFO O| Aug 26 20:10:36.079 INFO STEP 1053: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70992024-08-26T20:10:37.599Z[ recovery-image] Aug 26 20:10:36.089 INFO O| Aug 26 20:10:36.089 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/dfshares"
71002024-08-26T20:10:37.599Z[ recovery-image] Aug 26 20:10:36.089 INFO O| Aug 26 20:10:36.089 INFO STEP 1053 (remove_files) COMPLETE
71012024-08-26T20:10:37.599Z[ recovery-image] Aug 26 20:10:36.089 INFO O| Aug 26 20:10:36.089 INFO STEP 1054: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71022024-08-26T20:10:37.609Z[ recovery-image] Aug 26 20:10:36.099 INFO O| Aug 26 20:10:36.099 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/disks"
71032024-08-26T20:10:37.609Z[ recovery-image] Aug 26 20:10:36.099 INFO O| Aug 26 20:10:36.099 INFO STEP 1054 (remove_files) COMPLETE
71042024-08-26T20:10:37.611Z[ recovery-image] Aug 26 20:10:36.099 INFO O| Aug 26 20:10:36.099 INFO STEP 1055: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71052024-08-26T20:10:37.619Z[ recovery-image] Aug 26 20:10:36.108 INFO O| Aug 26 20:10:36.108 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/dispadmin"
71062024-08-26T20:10:37.619Z[ recovery-image] Aug 26 20:10:36.108 INFO O| Aug 26 20:10:36.108 INFO STEP 1055 (remove_files) COMPLETE
71072024-08-26T20:10:37.622Z[ recovery-image] Aug 26 20:10:36.108 INFO O| Aug 26 20:10:36.108 INFO STEP 1056: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71082024-08-26T20:10:37.628Z[ recovery-image] Aug 26 20:10:36.117 INFO O| Aug 26 20:10:36.117 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/dminfo"
71092024-08-26T20:10:37.632Z[ recovery-image] Aug 26 20:10:36.117 INFO O| Aug 26 20:10:36.117 INFO STEP 1056 (remove_files) COMPLETE
71102024-08-26T20:10:37.632Z[ recovery-image] Aug 26 20:10:36.117 INFO O| Aug 26 20:10:36.117 INFO STEP 1057: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71112024-08-26T20:10:37.638Z[ recovery-image] Aug 26 20:10:36.127 INFO O| Aug 26 20:10:36.127 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/drvconfig"
71122024-08-26T20:10:37.638Z[ recovery-image] Aug 26 20:10:36.127 INFO O| Aug 26 20:10:36.127 INFO STEP 1057 (remove_files) COMPLETE
71132024-08-26T20:10:37.640Z[ recovery-image] Aug 26 20:10:36.127 INFO O| Aug 26 20:10:36.127 INFO STEP 1058: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71142024-08-26T20:10:37.648Z[ recovery-image] Aug 26 20:10:36.138 INFO O| Aug 26 20:10:36.138 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/dtrace"
71152024-08-26T20:10:37.648Z[ recovery-image] Aug 26 20:10:36.138 INFO O| Aug 26 20:10:36.138 INFO STEP 1058 (remove_files) COMPLETE
71162024-08-26T20:10:37.649Z[ recovery-image] Aug 26 20:10:36.138 INFO O| Aug 26 20:10:36.138 INFO STEP 1059: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71172024-08-26T20:10:37.659Z[ recovery-image] Aug 26 20:10:36.148 INFO O| Aug 26 20:10:36.148 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/eeprom"
71182024-08-26T20:10:37.659Z[ recovery-image] Aug 26 20:10:36.148 INFO O| Aug 26 20:10:36.148 INFO STEP 1059 (remove_files) COMPLETE
71192024-08-26T20:10:37.662Z[ recovery-image] Aug 26 20:10:36.148 INFO O| Aug 26 20:10:36.148 INFO STEP 1060: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71202024-08-26T20:10:37.669Z[ recovery-image] Aug 26 20:10:36.158 INFO O| Aug 26 20:10:36.158 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/ff"
71212024-08-26T20:10:37.669Z[ recovery-image] Aug 26 20:10:36.158 INFO O| Aug 26 20:10:36.158 INFO STEP 1060 (remove_files) COMPLETE
71222024-08-26T20:10:37.669Z[ recovery-image] Aug 26 20:10:36.158 INFO O| Aug 26 20:10:36.158 INFO STEP 1061: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71232024-08-26T20:10:37.679Z[ recovery-image] Aug 26 20:10:36.168 INFO O| Aug 26 20:10:36.168 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/fmadm"
71242024-08-26T20:10:37.679Z[ recovery-image] Aug 26 20:10:36.168 INFO O| Aug 26 20:10:36.168 INFO STEP 1061 (remove_files) COMPLETE
71252024-08-26T20:10:37.682Z[ recovery-image] Aug 26 20:10:36.168 INFO O| Aug 26 20:10:36.168 INFO STEP 1062: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71262024-08-26T20:10:37.689Z[ recovery-image] Aug 26 20:10:36.178 INFO O| Aug 26 20:10:36.178 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/fmdump"
71272024-08-26T20:10:37.689Z[ recovery-image] Aug 26 20:10:36.178 INFO O| Aug 26 20:10:36.178 INFO STEP 1062 (remove_files) COMPLETE
71282024-08-26T20:10:37.691Z[ recovery-image] Aug 26 20:10:36.178 INFO O| Aug 26 20:10:36.178 INFO STEP 1063: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71292024-08-26T20:10:37.698Z[ recovery-image] Aug 26 20:10:36.188 INFO O| Aug 26 20:10:36.188 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/fmstat"
71302024-08-26T20:10:37.699Z[ recovery-image] Aug 26 20:10:36.188 INFO O| Aug 26 20:10:36.188 INFO STEP 1063 (remove_files) COMPLETE
71312024-08-26T20:10:37.701Z[ recovery-image] Aug 26 20:10:36.188 INFO O| Aug 26 20:10:36.188 INFO STEP 1064: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71322024-08-26T20:10:37.708Z[ recovery-image] Aug 26 20:10:36.198 INFO O| Aug 26 20:10:36.198 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/fmthard"
71332024-08-26T20:10:37.711Z[ recovery-image] Aug 26 20:10:36.198 INFO O| Aug 26 20:10:36.198 INFO STEP 1064 (remove_files) COMPLETE
71342024-08-26T20:10:37.711Z[ recovery-image] Aug 26 20:10:36.198 INFO O| Aug 26 20:10:36.198 INFO STEP 1065: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71352024-08-26T20:10:37.718Z[ recovery-image] Aug 26 20:10:36.208 INFO O| Aug 26 20:10:36.208 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/format"
71362024-08-26T20:10:37.719Z[ recovery-image] Aug 26 20:10:36.208 INFO O| Aug 26 20:10:36.208 INFO STEP 1065 (remove_files) COMPLETE
71372024-08-26T20:10:37.722Z[ recovery-image] Aug 26 20:10:36.208 INFO O| Aug 26 20:10:36.208 INFO STEP 1066: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71382024-08-26T20:10:37.730Z[ recovery-image] Aug 26 20:10:36.218 INFO O| Aug 26 20:10:36.218 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/fsck"
71392024-08-26T20:10:37.730Z[ recovery-image] Aug 26 20:10:36.218 INFO O| Aug 26 20:10:36.218 INFO STEP 1066 (remove_files) COMPLETE
71402024-08-26T20:10:37.730Z[ recovery-image] Aug 26 20:10:36.218 INFO O| Aug 26 20:10:36.218 INFO STEP 1067: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71412024-08-26T20:10:37.751Z[ recovery-image] Aug 26 20:10:36.231 INFO O| Aug 26 20:10:36.231 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/fuser"
71422024-08-26T20:10:37.751Z[ recovery-image] Aug 26 20:10:36.231 INFO O| Aug 26 20:10:36.231 INFO STEP 1067 (remove_files) COMPLETE
71432024-08-26T20:10:37.754Z[ recovery-image] Aug 26 20:10:36.231 INFO O| Aug 26 20:10:36.231 INFO STEP 1068: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71442024-08-26T20:10:37.754Z[ recovery-image] Aug 26 20:10:36.242 INFO O| Aug 26 20:10:36.242 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/getdevpolicy"
71452024-08-26T20:10:37.754Z[ recovery-image] Aug 26 20:10:36.242 INFO O| Aug 26 20:10:36.242 INFO STEP 1068 (remove_files) COMPLETE
71462024-08-26T20:10:37.754Z[ recovery-image] Aug 26 20:10:36.242 INFO O| Aug 26 20:10:36.242 INFO STEP 1069: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71472024-08-26T20:10:37.766Z[ recovery-image] Aug 26 20:10:36.255 INFO O| Aug 26 20:10:36.255 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/getmajor"
71482024-08-26T20:10:37.766Z[ recovery-image] Aug 26 20:10:36.255 INFO O| Aug 26 20:10:36.255 INFO STEP 1069 (remove_files) COMPLETE
71492024-08-26T20:10:37.766Z[ recovery-image] Aug 26 20:10:36.255 INFO O| Aug 26 20:10:36.255 INFO STEP 1070: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71502024-08-26T20:10:37.777Z[ recovery-image] Aug 26 20:10:36.266 INFO O| Aug 26 20:10:36.266 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/groupadd"
71512024-08-26T20:10:37.779Z[ recovery-image] Aug 26 20:10:36.266 INFO O| Aug 26 20:10:36.266 INFO STEP 1070 (remove_files) COMPLETE
71522024-08-26T20:10:37.779Z[ recovery-image] Aug 26 20:10:36.266 INFO O| Aug 26 20:10:36.266 INFO STEP 1071: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71532024-08-26T20:10:37.787Z[ recovery-image] Aug 26 20:10:36.276 INFO O| Aug 26 20:10:36.276 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/groupdel"
71542024-08-26T20:10:37.789Z[ recovery-image] Aug 26 20:10:36.276 INFO O| Aug 26 20:10:36.276 INFO STEP 1071 (remove_files) COMPLETE
71552024-08-26T20:10:37.789Z[ recovery-image] Aug 26 20:10:36.276 INFO O| Aug 26 20:10:36.276 INFO STEP 1072: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71562024-08-26T20:10:37.797Z[ recovery-image] Aug 26 20:10:36.287 INFO O| Aug 26 20:10:36.287 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/groupmod"
71572024-08-26T20:10:37.797Z[ recovery-image] Aug 26 20:10:36.287 INFO O| Aug 26 20:10:36.287 INFO STEP 1072 (remove_files) COMPLETE
71582024-08-26T20:10:37.797Z[ recovery-image] Aug 26 20:10:36.287 INFO O| Aug 26 20:10:36.287 INFO STEP 1073: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71592024-08-26T20:10:37.808Z[ recovery-image] Aug 26 20:10:36.297 INFO O| Aug 26 20:10:36.297 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/growfs"
71602024-08-26T20:10:37.808Z[ recovery-image] Aug 26 20:10:36.297 INFO O| Aug 26 20:10:36.297 INFO STEP 1073 (remove_files) COMPLETE
71612024-08-26T20:10:37.808Z[ recovery-image] Aug 26 20:10:36.297 INFO O| Aug 26 20:10:36.297 INFO STEP 1074: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71622024-08-26T20:10:37.818Z[ recovery-image] Aug 26 20:10:36.308 INFO O| Aug 26 20:10:36.307 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/grpck"
71632024-08-26T20:10:37.818Z[ recovery-image] Aug 26 20:10:36.308 INFO O| Aug 26 20:10:36.308 INFO STEP 1074 (remove_files) COMPLETE
71642024-08-26T20:10:37.818Z[ recovery-image] Aug 26 20:10:36.308 INFO O| Aug 26 20:10:36.308 INFO STEP 1075: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71652024-08-26T20:10:37.828Z[ recovery-image] Aug 26 20:10:36.317 INFO O| Aug 26 20:10:36.317 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/gsscred"
71662024-08-26T20:10:37.828Z[ recovery-image] Aug 26 20:10:36.318 INFO O| Aug 26 20:10:36.318 INFO STEP 1075 (remove_files) COMPLETE
71672024-08-26T20:10:37.828Z[ recovery-image] Aug 26 20:10:36.318 INFO O| Aug 26 20:10:36.318 INFO STEP 1076: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71682024-08-26T20:10:37.838Z[ recovery-image] Aug 26 20:10:36.327 INFO O| Aug 26 20:10:36.327 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/halt"
71692024-08-26T20:10:37.838Z[ recovery-image] Aug 26 20:10:36.327 INFO O| Aug 26 20:10:36.327 INFO STEP 1076 (remove_files) COMPLETE
71702024-08-26T20:10:37.841Z[ recovery-image] Aug 26 20:10:36.327 INFO O| Aug 26 20:10:36.327 INFO STEP 1077: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71712024-08-26T20:10:37.851Z[ recovery-image] Aug 26 20:10:36.337 INFO O| Aug 26 20:10:36.337 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/hotplug"
71722024-08-26T20:10:37.851Z[ recovery-image] Aug 26 20:10:36.337 INFO O| Aug 26 20:10:36.337 INFO STEP 1077 (remove_files) COMPLETE
71732024-08-26T20:10:37.854Z[ recovery-image] Aug 26 20:10:36.337 INFO O| Aug 26 20:10:36.337 INFO STEP 1078: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71742024-08-26T20:10:37.858Z[ recovery-image] Aug 26 20:10:36.347 INFO O| Aug 26 20:10:36.347 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/iasl"
71752024-08-26T20:10:37.858Z[ recovery-image] Aug 26 20:10:36.348 INFO O| Aug 26 20:10:36.348 INFO STEP 1078 (remove_files) COMPLETE
71762024-08-26T20:10:37.860Z[ recovery-image] Aug 26 20:10:36.348 INFO O| Aug 26 20:10:36.348 INFO STEP 1079: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71772024-08-26T20:10:37.868Z[ recovery-image] Aug 26 20:10:36.357 INFO O| Aug 26 20:10:36.357 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/idmap"
71782024-08-26T20:10:37.868Z[ recovery-image] Aug 26 20:10:36.357 INFO O| Aug 26 20:10:36.357 INFO STEP 1079 (remove_files) COMPLETE
71792024-08-26T20:10:37.868Z[ recovery-image] Aug 26 20:10:36.357 INFO O| Aug 26 20:10:36.357 INFO STEP 1080: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71802024-08-26T20:10:37.877Z[ recovery-image] Aug 26 20:10:36.367 INFO O| Aug 26 20:10:36.367 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/if_mpadm"
71812024-08-26T20:10:37.877Z[ recovery-image] Aug 26 20:10:36.367 INFO O| Aug 26 20:10:36.367 INFO STEP 1080 (remove_files) COMPLETE
71822024-08-26T20:10:37.880Z[ recovery-image] Aug 26 20:10:36.367 INFO O| Aug 26 20:10:36.367 INFO STEP 1081: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71832024-08-26T20:10:37.887Z[ recovery-image] Aug 26 20:10:36.377 INFO O| Aug 26 20:10:36.377 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/ikeadm"
71842024-08-26T20:10:37.887Z[ recovery-image] Aug 26 20:10:36.377 INFO O| Aug 26 20:10:36.377 INFO STEP 1081 (remove_files) COMPLETE
71852024-08-26T20:10:37.891Z[ recovery-image] Aug 26 20:10:36.377 INFO O| Aug 26 20:10:36.377 INFO STEP 1082: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71862024-08-26T20:10:37.897Z[ recovery-image] Aug 26 20:10:36.387 INFO O| Aug 26 20:10:36.387 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/ikecert"
71872024-08-26T20:10:37.897Z[ recovery-image] Aug 26 20:10:36.387 INFO O| Aug 26 20:10:36.387 INFO STEP 1082 (remove_files) COMPLETE
71882024-08-26T20:10:37.900Z[ recovery-image] Aug 26 20:10:36.387 INFO O| Aug 26 20:10:36.387 INFO STEP 1083: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71892024-08-26T20:10:37.907Z[ recovery-image] Aug 26 20:10:36.396 INFO O| Aug 26 20:10:36.396 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/in.rdisc"
71902024-08-26T20:10:37.907Z[ recovery-image] Aug 26 20:10:36.396 INFO O| Aug 26 20:10:36.396 INFO STEP 1083 (remove_files) COMPLETE
71912024-08-26T20:10:37.907Z[ recovery-image] Aug 26 20:10:36.396 INFO O| Aug 26 20:10:36.396 INFO STEP 1084: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71922024-08-26T20:10:37.916Z[ recovery-image] Aug 26 20:10:36.406 INFO O| Aug 26 20:10:36.406 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/in.routed"
71932024-08-26T20:10:37.919Z[ recovery-image] Aug 26 20:10:36.406 INFO O| Aug 26 20:10:36.406 INFO STEP 1084 (remove_files) COMPLETE
71942024-08-26T20:10:37.919Z[ recovery-image] Aug 26 20:10:36.406 INFO O| Aug 26 20:10:36.406 INFO STEP 1085: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71952024-08-26T20:10:37.926Z[ recovery-image] Aug 26 20:10:36.415 INFO O| Aug 26 20:10:36.415 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/inetadm"
71962024-08-26T20:10:37.926Z[ recovery-image] Aug 26 20:10:36.415 INFO O| Aug 26 20:10:36.415 INFO STEP 1085 (remove_files) COMPLETE
71972024-08-26T20:10:37.928Z[ recovery-image] Aug 26 20:10:36.415 INFO O| Aug 26 20:10:36.415 INFO STEP 1086: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71982024-08-26T20:10:37.935Z[ recovery-image] Aug 26 20:10:36.424 INFO O| Aug 26 20:10:36.424 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/inetconv"
71992024-08-26T20:10:37.935Z[ recovery-image] Aug 26 20:10:36.424 INFO O| Aug 26 20:10:36.424 INFO STEP 1086 (remove_files) COMPLETE
72002024-08-26T20:10:37.935Z[ recovery-image] Aug 26 20:10:36.424 INFO O| Aug 26 20:10:36.424 INFO STEP 1087: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72012024-08-26T20:10:37.944Z[ recovery-image] Aug 26 20:10:36.434 INFO O| Aug 26 20:10:36.434 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/install"
72022024-08-26T20:10:37.944Z[ recovery-image] Aug 26 20:10:36.434 INFO O| Aug 26 20:10:36.434 INFO STEP 1087 (remove_files) COMPLETE
72032024-08-26T20:10:37.947Z[ recovery-image] Aug 26 20:10:36.434 INFO O| Aug 26 20:10:36.434 INFO STEP 1088: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72042024-08-26T20:10:37.954Z[ recovery-image] Aug 26 20:10:36.443 INFO O| Aug 26 20:10:36.443 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/installboot"
72052024-08-26T20:10:37.954Z[ recovery-image] Aug 26 20:10:36.443 INFO O| Aug 26 20:10:36.443 INFO STEP 1088 (remove_files) COMPLETE
72062024-08-26T20:10:37.956Z[ recovery-image] Aug 26 20:10:36.443 INFO O| Aug 26 20:10:36.443 INFO STEP 1089: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72072024-08-26T20:10:37.964Z[ recovery-image] Aug 26 20:10:36.453 INFO O| Aug 26 20:10:36.453 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/installf"
72082024-08-26T20:10:37.964Z[ recovery-image] Aug 26 20:10:36.453 INFO O| Aug 26 20:10:36.453 INFO STEP 1089 (remove_files) COMPLETE
72092024-08-26T20:10:37.966Z[ recovery-image] Aug 26 20:10:36.453 INFO O| Aug 26 20:10:36.453 INFO STEP 1090: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72102024-08-26T20:10:37.975Z[ recovery-image] Aug 26 20:10:36.464 INFO O| Aug 26 20:10:36.464 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/intrstat"
72112024-08-26T20:10:37.975Z[ recovery-image] Aug 26 20:10:36.464 INFO O| Aug 26 20:10:36.464 INFO STEP 1090 (remove_files) COMPLETE
72122024-08-26T20:10:37.977Z[ recovery-image] Aug 26 20:10:36.464 INFO O| Aug 26 20:10:36.464 INFO STEP 1091: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72132024-08-26T20:10:37.985Z[ recovery-image] Aug 26 20:10:36.475 INFO O| Aug 26 20:10:36.475 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/ipsecalgs"
72142024-08-26T20:10:37.995Z[ recovery-image] Aug 26 20:10:36.475 INFO O| Aug 26 20:10:36.475 INFO STEP 1091 (remove_files) COMPLETE
72152024-08-26T20:10:37.995Z[ recovery-image] Aug 26 20:10:36.475 INFO O| Aug 26 20:10:36.475 INFO STEP 1092: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72162024-08-26T20:10:37.998Z[ recovery-image] Aug 26 20:10:36.485 INFO O| Aug 26 20:10:36.485 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/ipsecconf"
72172024-08-26T20:10:37.999Z[ recovery-image] Aug 26 20:10:36.485 INFO O| Aug 26 20:10:36.485 INFO STEP 1092 (remove_files) COMPLETE
72182024-08-26T20:10:37.999Z[ recovery-image] Aug 26 20:10:36.485 INFO O| Aug 26 20:10:36.485 INFO STEP 1093: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72192024-08-26T20:10:38.009Z[ recovery-image] Aug 26 20:10:36.498 INFO O| Aug 26 20:10:36.498 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/ipseckey"
72202024-08-26T20:10:38.011Z[ recovery-image] Aug 26 20:10:36.498 INFO O| Aug 26 20:10:36.498 INFO STEP 1093 (remove_files) COMPLETE
72212024-08-26T20:10:38.011Z[ recovery-image] Aug 26 20:10:36.498 INFO O| Aug 26 20:10:36.498 INFO STEP 1094: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72222024-08-26T20:10:38.021Z[ recovery-image] Aug 26 20:10:36.511 INFO O| Aug 26 20:10:36.511 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/keyserv"
72232024-08-26T20:10:38.021Z[ recovery-image] Aug 26 20:10:36.511 INFO O| Aug 26 20:10:36.511 INFO STEP 1094 (remove_files) COMPLETE
72242024-08-26T20:10:38.024Z[ recovery-image] Aug 26 20:10:36.511 INFO O| Aug 26 20:10:36.511 INFO STEP 1095: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72252024-08-26T20:10:38.033Z[ recovery-image] Aug 26 20:10:36.523 INFO O| Aug 26 20:10:36.523 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/killall"
72262024-08-26T20:10:38.033Z[ recovery-image] Aug 26 20:10:36.523 INFO O| Aug 26 20:10:36.523 INFO STEP 1095 (remove_files) COMPLETE
72272024-08-26T20:10:38.036Z[ recovery-image] Aug 26 20:10:36.523 INFO O| Aug 26 20:10:36.523 INFO STEP 1096: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72282024-08-26T20:10:38.046Z[ recovery-image] Aug 26 20:10:36.535 INFO O| Aug 26 20:10:36.535 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/link"
72292024-08-26T20:10:38.046Z[ recovery-image] Aug 26 20:10:36.535 INFO O| Aug 26 20:10:36.535 INFO STEP 1096 (remove_files) COMPLETE
72302024-08-26T20:10:38.048Z[ recovery-image] Aug 26 20:10:36.535 INFO O| Aug 26 20:10:36.535 INFO STEP 1097: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72312024-08-26T20:10:38.059Z[ recovery-image] Aug 26 20:10:36.549 INFO O| Aug 26 20:10:36.548 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/list_devices"
72322024-08-26T20:10:38.059Z[ recovery-image] Aug 26 20:10:36.549 INFO O| Aug 26 20:10:36.549 INFO STEP 1097 (remove_files) COMPLETE
72332024-08-26T20:10:38.062Z[ recovery-image] Aug 26 20:10:36.549 INFO O| Aug 26 20:10:36.549 INFO STEP 1098: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72342024-08-26T20:10:38.071Z[ recovery-image] Aug 26 20:10:36.561 INFO O| Aug 26 20:10:36.560 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/locator"
72352024-08-26T20:10:38.074Z[ recovery-image] Aug 26 20:10:36.561 INFO O| Aug 26 20:10:36.561 INFO STEP 1098 (remove_files) COMPLETE
72362024-08-26T20:10:38.074Z[ recovery-image] Aug 26 20:10:36.561 INFO O| Aug 26 20:10:36.561 INFO STEP 1099: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72372024-08-26T20:10:38.084Z[ recovery-image] Aug 26 20:10:36.574 INFO O| Aug 26 20:10:36.574 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/lockstat"
72382024-08-26T20:10:38.084Z[ recovery-image] Aug 26 20:10:36.574 INFO O| Aug 26 20:10:36.574 INFO STEP 1099 (remove_files) COMPLETE
72392024-08-26T20:10:38.084Z[ recovery-image] Aug 26 20:10:36.574 INFO O| Aug 26 20:10:36.574 INFO STEP 1100: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72402024-08-26T20:10:38.098Z[ recovery-image] Aug 26 20:10:36.587 INFO O| Aug 26 20:10:36.587 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/lofiadm"
72412024-08-26T20:10:38.098Z[ recovery-image] Aug 26 20:10:36.588 INFO O| Aug 26 20:10:36.587 INFO STEP 1100 (remove_files) COMPLETE
72422024-08-26T20:10:38.101Z[ recovery-image] Aug 26 20:10:36.588 INFO O| Aug 26 20:10:36.588 INFO STEP 1101: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72432024-08-26T20:10:38.109Z[ recovery-image] Aug 26 20:10:36.598 INFO O| Aug 26 20:10:36.598 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/logadm"
72442024-08-26T20:10:38.109Z[ recovery-image] Aug 26 20:10:36.599 INFO O| Aug 26 20:10:36.598 INFO STEP 1101 (remove_files) COMPLETE
72452024-08-26T20:10:38.109Z[ recovery-image] Aug 26 20:10:36.599 INFO O| Aug 26 20:10:36.599 INFO STEP 1102: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72462024-08-26T20:10:38.119Z[ recovery-image] Aug 26 20:10:36.608 INFO O| Aug 26 20:10:36.608 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/makedbm"
72472024-08-26T20:10:38.119Z[ recovery-image] Aug 26 20:10:36.609 INFO O| Aug 26 20:10:36.608 INFO STEP 1102 (remove_files) COMPLETE
72482024-08-26T20:10:38.122Z[ recovery-image] Aug 26 20:10:36.609 INFO O| Aug 26 20:10:36.609 INFO STEP 1103: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72492024-08-26T20:10:38.130Z[ recovery-image] Aug 26 20:10:36.619 INFO O| Aug 26 20:10:36.619 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/mkdevalloc"
72502024-08-26T20:10:38.130Z[ recovery-image] Aug 26 20:10:36.619 INFO O| Aug 26 20:10:36.619 INFO STEP 1103 (remove_files) COMPLETE
72512024-08-26T20:10:38.130Z[ recovery-image] Aug 26 20:10:36.619 INFO O| Aug 26 20:10:36.619 INFO STEP 1104: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72522024-08-26T20:10:38.140Z[ recovery-image] Aug 26 20:10:36.630 INFO O| Aug 26 20:10:36.630 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/mkdevmaps"
72532024-08-26T20:10:38.141Z[ recovery-image] Aug 26 20:10:36.630 INFO O| Aug 26 20:10:36.630 INFO STEP 1104 (remove_files) COMPLETE
72542024-08-26T20:10:38.141Z[ recovery-image] Aug 26 20:10:36.630 INFO O| Aug 26 20:10:36.630 INFO STEP 1105: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72552024-08-26T20:10:38.152Z[ recovery-image] Aug 26 20:10:36.641 INFO O| Aug 26 20:10:36.641 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/mkfile"
72562024-08-26T20:10:38.152Z[ recovery-image] Aug 26 20:10:36.641 INFO O| Aug 26 20:10:36.641 INFO STEP 1105 (remove_files) COMPLETE
72572024-08-26T20:10:38.154Z[ recovery-image] Aug 26 20:10:36.641 INFO O| Aug 26 20:10:36.641 INFO STEP 1106: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72582024-08-26T20:10:38.162Z[ recovery-image] Aug 26 20:10:36.652 INFO O| Aug 26 20:10:36.652 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/mknod"
72592024-08-26T20:10:38.162Z[ recovery-image] Aug 26 20:10:36.652 INFO O| Aug 26 20:10:36.652 INFO STEP 1106 (remove_files) COMPLETE
72602024-08-26T20:10:38.165Z[ recovery-image] Aug 26 20:10:36.652 INFO O| Aug 26 20:10:36.652 INFO STEP 1107: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72612024-08-26T20:10:38.173Z[ recovery-image] Aug 26 20:10:36.662 INFO O| Aug 26 20:10:36.662 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/modinfo"
72622024-08-26T20:10:38.173Z[ recovery-image] Aug 26 20:10:36.662 INFO O| Aug 26 20:10:36.662 INFO STEP 1107 (remove_files) COMPLETE
72632024-08-26T20:10:38.175Z[ recovery-image] Aug 26 20:10:36.662 INFO O| Aug 26 20:10:36.662 INFO STEP 1108: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72642024-08-26T20:10:38.183Z[ recovery-image] Aug 26 20:10:36.672 INFO O| Aug 26 20:10:36.672 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/modload"
72652024-08-26T20:10:38.183Z[ recovery-image] Aug 26 20:10:36.672 INFO O| Aug 26 20:10:36.672 INFO STEP 1108 (remove_files) COMPLETE
72662024-08-26T20:10:38.185Z[ recovery-image] Aug 26 20:10:36.672 INFO O| Aug 26 20:10:36.672 INFO STEP 1109: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72672024-08-26T20:10:38.193Z[ recovery-image] Aug 26 20:10:36.683 INFO O| Aug 26 20:10:36.683 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/mountall"
72682024-08-26T20:10:38.193Z[ recovery-image] Aug 26 20:10:36.683 INFO O| Aug 26 20:10:36.683 INFO STEP 1109 (remove_files) COMPLETE
72692024-08-26T20:10:38.196Z[ recovery-image] Aug 26 20:10:36.683 INFO O| Aug 26 20:10:36.683 INFO STEP 1110: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72702024-08-26T20:10:38.204Z[ recovery-image] Aug 26 20:10:36.693 INFO O| Aug 26 20:10:36.693 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/msgid"
72712024-08-26T20:10:38.204Z[ recovery-image] Aug 26 20:10:36.693 INFO O| Aug 26 20:10:36.693 INFO STEP 1110 (remove_files) COMPLETE
72722024-08-26T20:10:38.206Z[ recovery-image] Aug 26 20:10:36.693 INFO O| Aug 26 20:10:36.693 INFO STEP 1111: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72732024-08-26T20:10:38.214Z[ recovery-image] Aug 26 20:10:36.704 INFO O| Aug 26 20:10:36.704 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/mvdir"
72742024-08-26T20:10:38.214Z[ recovery-image] Aug 26 20:10:36.704 INFO O| Aug 26 20:10:36.704 INFO STEP 1111 (remove_files) COMPLETE
72752024-08-26T20:10:38.214Z[ recovery-image] Aug 26 20:10:36.704 INFO O| Aug 26 20:10:36.704 INFO STEP 1112: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72762024-08-26T20:10:38.225Z[ recovery-image] Aug 26 20:10:36.714 INFO O| Aug 26 20:10:36.714 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/ndp"
72772024-08-26T20:10:38.225Z[ recovery-image] Aug 26 20:10:36.714 INFO O| Aug 26 20:10:36.714 INFO STEP 1112 (remove_files) COMPLETE
72782024-08-26T20:10:38.225Z[ recovery-image] Aug 26 20:10:36.715 INFO O| Aug 26 20:10:36.714 INFO STEP 1113: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72792024-08-26T20:10:38.236Z[ recovery-image] Aug 26 20:10:36.725 INFO O| Aug 26 20:10:36.725 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/nlsadmin"
72802024-08-26T20:10:38.236Z[ recovery-image] Aug 26 20:10:36.725 INFO O| Aug 26 20:10:36.725 INFO STEP 1113 (remove_files) COMPLETE
72812024-08-26T20:10:38.236Z[ recovery-image] Aug 26 20:10:36.725 INFO O| Aug 26 20:10:36.725 INFO STEP 1114: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72822024-08-26T20:10:38.246Z[ recovery-image] Aug 26 20:10:36.736 INFO O| Aug 26 20:10:36.736 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/nltest"
72832024-08-26T20:10:38.249Z[ recovery-image] Aug 26 20:10:36.736 INFO O| Aug 26 20:10:36.736 INFO STEP 1114 (remove_files) COMPLETE
72842024-08-26T20:10:38.249Z[ recovery-image] Aug 26 20:10:36.736 INFO O| Aug 26 20:10:36.736 INFO STEP 1115: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72852024-08-26T20:10:38.260Z[ recovery-image] Aug 26 20:10:36.750 INFO O| Aug 26 20:10:36.750 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/nvmeadm"
72862024-08-26T20:10:38.261Z[ recovery-image] Aug 26 20:10:36.750 INFO O| Aug 26 20:10:36.750 INFO STEP 1115 (remove_files) COMPLETE
72872024-08-26T20:10:38.261Z[ recovery-image] Aug 26 20:10:36.750 INFO O| Aug 26 20:10:36.750 INFO STEP 1116: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72882024-08-26T20:10:38.273Z[ recovery-image] Aug 26 20:10:36.763 INFO O| Aug 26 20:10:36.763 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/nwamadm"
72892024-08-26T20:10:38.273Z[ recovery-image] Aug 26 20:10:36.763 INFO O| Aug 26 20:10:36.763 INFO STEP 1116 (remove_files) COMPLETE
72902024-08-26T20:10:38.273Z[ recovery-image] Aug 26 20:10:36.763 INFO O| Aug 26 20:10:36.763 INFO STEP 1117: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72912024-08-26T20:10:38.285Z[ recovery-image] Aug 26 20:10:36.775 INFO O| Aug 26 20:10:36.774 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/nwamcfg"
72922024-08-26T20:10:38.285Z[ recovery-image] Aug 26 20:10:36.775 INFO O| Aug 26 20:10:36.775 INFO STEP 1117 (remove_files) COMPLETE
72932024-08-26T20:10:38.285Z[ recovery-image] Aug 26 20:10:36.775 INFO O| Aug 26 20:10:36.775 INFO STEP 1118: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72942024-08-26T20:10:38.297Z[ recovery-image] Aug 26 20:10:36.786 INFO O| Aug 26 20:10:36.786 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/pbind"
72952024-08-26T20:10:38.297Z[ recovery-image] Aug 26 20:10:36.786 INFO O| Aug 26 20:10:36.786 INFO STEP 1118 (remove_files) COMPLETE
72962024-08-26T20:10:38.297Z[ recovery-image] Aug 26 20:10:36.786 INFO O| Aug 26 20:10:36.786 INFO STEP 1119: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72972024-08-26T20:10:38.308Z[ recovery-image] Aug 26 20:10:36.797 INFO O| Aug 26 20:10:36.797 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/ping"
72982024-08-26T20:10:38.308Z[ recovery-image] Aug 26 20:10:36.797 INFO O| Aug 26 20:10:36.797 INFO STEP 1119 (remove_files) COMPLETE
72992024-08-26T20:10:38.308Z[ recovery-image] Aug 26 20:10:36.797 INFO O| Aug 26 20:10:36.797 INFO STEP 1120: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73002024-08-26T20:10:38.319Z[ recovery-image] Aug 26 20:10:36.808 INFO O| Aug 26 20:10:36.808 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/pkgadd"
73012024-08-26T20:10:38.319Z[ recovery-image] Aug 26 20:10:36.808 INFO O| Aug 26 20:10:36.808 INFO STEP 1120 (remove_files) COMPLETE
73022024-08-26T20:10:38.319Z[ recovery-image] Aug 26 20:10:36.808 INFO O| Aug 26 20:10:36.808 INFO STEP 1121: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73032024-08-26T20:10:38.329Z[ recovery-image] Aug 26 20:10:36.819 INFO O| Aug 26 20:10:36.819 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/pkgask"
73042024-08-26T20:10:38.332Z[ recovery-image] Aug 26 20:10:36.819 INFO O| Aug 26 20:10:36.819 INFO STEP 1121 (remove_files) COMPLETE
73052024-08-26T20:10:38.332Z[ recovery-image] Aug 26 20:10:36.819 INFO O| Aug 26 20:10:36.819 INFO STEP 1122: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73062024-08-26T20:10:38.339Z[ recovery-image] Aug 26 20:10:36.829 INFO O| Aug 26 20:10:36.829 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/pkgchk"
73072024-08-26T20:10:38.339Z[ recovery-image] Aug 26 20:10:36.829 INFO O| Aug 26 20:10:36.829 INFO STEP 1122 (remove_files) COMPLETE
73082024-08-26T20:10:38.339Z[ recovery-image] Aug 26 20:10:36.829 INFO O| Aug 26 20:10:36.829 INFO STEP 1123: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73092024-08-26T20:10:38.349Z[ recovery-image] Aug 26 20:10:36.839 INFO O| Aug 26 20:10:36.838 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/pkgrm"
73102024-08-26T20:10:38.349Z[ recovery-image] Aug 26 20:10:36.839 INFO O| Aug 26 20:10:36.839 INFO STEP 1123 (remove_files) COMPLETE
73112024-08-26T20:10:38.349Z[ recovery-image] Aug 26 20:10:36.839 INFO O| Aug 26 20:10:36.839 INFO STEP 1124: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73122024-08-26T20:10:38.359Z[ recovery-image] Aug 26 20:10:36.849 INFO O| Aug 26 20:10:36.849 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/plockstat"
73132024-08-26T20:10:38.359Z[ recovery-image] Aug 26 20:10:36.849 INFO O| Aug 26 20:10:36.849 INFO STEP 1124 (remove_files) COMPLETE
73142024-08-26T20:10:38.362Z[ recovery-image] Aug 26 20:10:36.849 INFO O| Aug 26 20:10:36.849 INFO STEP 1125: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73152024-08-26T20:10:38.369Z[ recovery-image] Aug 26 20:10:36.859 INFO O| Aug 26 20:10:36.859 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/pooladm"
73162024-08-26T20:10:38.369Z[ recovery-image] Aug 26 20:10:36.859 INFO O| Aug 26 20:10:36.859 INFO STEP 1125 (remove_files) COMPLETE
73172024-08-26T20:10:38.369Z[ recovery-image] Aug 26 20:10:36.859 INFO O| Aug 26 20:10:36.859 INFO STEP 1126: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73182024-08-26T20:10:38.379Z[ recovery-image] Aug 26 20:10:36.868 INFO O| Aug 26 20:10:36.868 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/poolbind"
73192024-08-26T20:10:38.379Z[ recovery-image] Aug 26 20:10:36.868 INFO O| Aug 26 20:10:36.868 INFO STEP 1126 (remove_files) COMPLETE
73202024-08-26T20:10:38.379Z[ recovery-image] Aug 26 20:10:36.868 INFO O| Aug 26 20:10:36.868 INFO STEP 1127: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73212024-08-26T20:10:38.388Z[ recovery-image] Aug 26 20:10:36.878 INFO O| Aug 26 20:10:36.878 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/poolcfg"
73222024-08-26T20:10:38.388Z[ recovery-image] Aug 26 20:10:36.878 INFO O| Aug 26 20:10:36.878 INFO STEP 1127 (remove_files) COMPLETE
73232024-08-26T20:10:38.391Z[ recovery-image] Aug 26 20:10:36.878 INFO O| Aug 26 20:10:36.878 INFO STEP 1128: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73242024-08-26T20:10:38.399Z[ recovery-image] Aug 26 20:10:36.887 INFO O| Aug 26 20:10:36.887 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/ports"
73252024-08-26T20:10:38.399Z[ recovery-image] Aug 26 20:10:36.887 INFO O| Aug 26 20:10:36.887 INFO STEP 1128 (remove_files) COMPLETE
73262024-08-26T20:10:38.402Z[ recovery-image] Aug 26 20:10:36.887 INFO O| Aug 26 20:10:36.887 INFO STEP 1129: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73272024-08-26T20:10:38.407Z[ recovery-image] Aug 26 20:10:36.897 INFO O| Aug 26 20:10:36.897 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/poweroff"
73282024-08-26T20:10:38.407Z[ recovery-image] Aug 26 20:10:36.897 INFO O| Aug 26 20:10:36.897 INFO STEP 1129 (remove_files) COMPLETE
73292024-08-26T20:10:38.411Z[ recovery-image] Aug 26 20:10:36.897 INFO O| Aug 26 20:10:36.897 INFO STEP 1130: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73302024-08-26T20:10:38.417Z[ recovery-image] Aug 26 20:10:36.906 INFO O| Aug 26 20:10:36.906 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/pptadm"
73312024-08-26T20:10:38.417Z[ recovery-image] Aug 26 20:10:36.906 INFO O| Aug 26 20:10:36.906 INFO STEP 1130 (remove_files) COMPLETE
73322024-08-26T20:10:38.419Z[ recovery-image] Aug 26 20:10:36.906 INFO O| Aug 26 20:10:36.906 INFO STEP 1131: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73332024-08-26T20:10:38.426Z[ recovery-image] Aug 26 20:10:36.916 INFO O| Aug 26 20:10:36.916 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/praudit"
73342024-08-26T20:10:38.426Z[ recovery-image] Aug 26 20:10:36.916 INFO O| Aug 26 20:10:36.916 INFO STEP 1131 (remove_files) COMPLETE
73352024-08-26T20:10:38.426Z[ recovery-image] Aug 26 20:10:36.916 INFO O| Aug 26 20:10:36.916 INFO STEP 1132: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73362024-08-26T20:10:38.436Z[ recovery-image] Aug 26 20:10:36.925 INFO O| Aug 26 20:10:36.925 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/projadd"
73372024-08-26T20:10:38.436Z[ recovery-image] Aug 26 20:10:36.925 INFO O| Aug 26 20:10:36.925 INFO STEP 1132 (remove_files) COMPLETE
73382024-08-26T20:10:38.436Z[ recovery-image] Aug 26 20:10:36.925 INFO O| Aug 26 20:10:36.925 INFO STEP 1133: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73392024-08-26T20:10:38.445Z[ recovery-image] Aug 26 20:10:36.934 INFO O| Aug 26 20:10:36.934 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/projdel"
73402024-08-26T20:10:38.445Z[ recovery-image] Aug 26 20:10:36.935 INFO O| Aug 26 20:10:36.934 INFO STEP 1133 (remove_files) COMPLETE
73412024-08-26T20:10:38.445Z[ recovery-image] Aug 26 20:10:36.935 INFO O| Aug 26 20:10:36.935 INFO STEP 1134: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73422024-08-26T20:10:38.455Z[ recovery-image] Aug 26 20:10:36.944 INFO O| Aug 26 20:10:36.944 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/projmod"
73432024-08-26T20:10:38.455Z[ recovery-image] Aug 26 20:10:36.944 INFO O| Aug 26 20:10:36.944 INFO STEP 1134 (remove_files) COMPLETE
73442024-08-26T20:10:38.458Z[ recovery-image] Aug 26 20:10:36.944 INFO O| Aug 26 20:10:36.944 INFO STEP 1135: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73452024-08-26T20:10:38.464Z[ recovery-image] Aug 26 20:10:36.953 INFO O| Aug 26 20:10:36.953 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/prtdiag"
73462024-08-26T20:10:38.464Z[ recovery-image] Aug 26 20:10:36.954 INFO O| Aug 26 20:10:36.954 INFO STEP 1135 (remove_files) COMPLETE
73472024-08-26T20:10:38.464Z[ recovery-image] Aug 26 20:10:36.954 INFO O| Aug 26 20:10:36.954 INFO STEP 1136: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73482024-08-26T20:10:38.474Z[ recovery-image] Aug 26 20:10:36.963 INFO O| Aug 26 20:10:36.963 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/prtpicl"
73492024-08-26T20:10:38.474Z[ recovery-image] Aug 26 20:10:36.963 INFO O| Aug 26 20:10:36.963 INFO STEP 1136 (remove_files) COMPLETE
73502024-08-26T20:10:38.477Z[ recovery-image] Aug 26 20:10:36.963 INFO O| Aug 26 20:10:36.963 INFO STEP 1137: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73512024-08-26T20:10:38.484Z[ recovery-image] Aug 26 20:10:36.973 INFO O| Aug 26 20:10:36.973 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/prtvtoc"
73522024-08-26T20:10:38.484Z[ recovery-image] Aug 26 20:10:36.973 INFO O| Aug 26 20:10:36.973 INFO STEP 1137 (remove_files) COMPLETE
73532024-08-26T20:10:38.487Z[ recovery-image] Aug 26 20:10:36.973 INFO O| Aug 26 20:10:36.973 INFO STEP 1138: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73542024-08-26T20:10:38.494Z[ recovery-image] Aug 26 20:10:36.983 INFO O| Aug 26 20:10:36.983 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/psradm"
73552024-08-26T20:10:38.494Z[ recovery-image] Aug 26 20:10:36.983 INFO O| Aug 26 20:10:36.983 INFO STEP 1138 (remove_files) COMPLETE
73562024-08-26T20:10:38.497Z[ recovery-image] Aug 26 20:10:36.983 INFO O| Aug 26 20:10:36.983 INFO STEP 1139: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73572024-08-26T20:10:38.503Z[ recovery-image] Aug 26 20:10:36.993 INFO O| Aug 26 20:10:36.993 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/psrinfo"
73582024-08-26T20:10:38.506Z[ recovery-image] Aug 26 20:10:36.993 INFO O| Aug 26 20:10:36.993 INFO STEP 1139 (remove_files) COMPLETE
73592024-08-26T20:10:38.506Z[ recovery-image] Aug 26 20:10:36.993 INFO O| Aug 26 20:10:36.993 INFO STEP 1140: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73602024-08-26T20:10:38.514Z[ recovery-image] Aug 26 20:10:37.003 INFO O| Aug 26 20:10:37.003 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/psrset"
73612024-08-26T20:10:38.514Z[ recovery-image] Aug 26 20:10:37.003 INFO O| Aug 26 20:10:37.003 INFO STEP 1140 (remove_files) COMPLETE
73622024-08-26T20:10:38.514Z[ recovery-image] Aug 26 20:10:37.003 INFO O| Aug 26 20:10:37.003 INFO STEP 1141: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73632024-08-26T20:10:38.524Z[ recovery-image] Aug 26 20:10:37.013 INFO O| Aug 26 20:10:37.013 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/pwck"
73642024-08-26T20:10:38.524Z[ recovery-image] Aug 26 20:10:37.013 INFO O| Aug 26 20:10:37.013 INFO STEP 1141 (remove_files) COMPLETE
73652024-08-26T20:10:38.527Z[ recovery-image] Aug 26 20:10:37.013 INFO O| Aug 26 20:10:37.013 INFO STEP 1142: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73662024-08-26T20:10:38.533Z[ recovery-image] Aug 26 20:10:37.022 INFO O| Aug 26 20:10:37.022 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/pwconv"
73672024-08-26T20:10:38.533Z[ recovery-image] Aug 26 20:10:37.022 INFO O| Aug 26 20:10:37.022 INFO STEP 1142 (remove_files) COMPLETE
73682024-08-26T20:10:38.533Z[ recovery-image] Aug 26 20:10:37.023 INFO O| Aug 26 20:10:37.022 INFO STEP 1143: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73692024-08-26T20:10:38.542Z[ recovery-image] Aug 26 20:10:37.032 INFO O| Aug 26 20:10:37.032 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/raidctl"
73702024-08-26T20:10:38.545Z[ recovery-image] Aug 26 20:10:37.032 INFO O| Aug 26 20:10:37.032 INFO STEP 1143 (remove_files) COMPLETE
73712024-08-26T20:10:38.545Z[ recovery-image] Aug 26 20:10:37.032 INFO O| Aug 26 20:10:37.032 INFO STEP 1144: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73722024-08-26T20:10:38.552Z[ recovery-image] Aug 26 20:10:37.041 INFO O| Aug 26 20:10:37.041 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/ramdiskadm"
73732024-08-26T20:10:38.552Z[ recovery-image] Aug 26 20:10:37.041 INFO O| Aug 26 20:10:37.041 INFO STEP 1144 (remove_files) COMPLETE
73742024-08-26T20:10:38.555Z[ recovery-image] Aug 26 20:10:37.041 INFO O| Aug 26 20:10:37.041 INFO STEP 1145: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73752024-08-26T20:10:38.562Z[ recovery-image] Aug 26 20:10:37.051 INFO O| Aug 26 20:10:37.051 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/rctladm"
73762024-08-26T20:10:38.562Z[ recovery-image] Aug 26 20:10:37.051 INFO O| Aug 26 20:10:37.051 INFO STEP 1145 (remove_files) COMPLETE
73772024-08-26T20:10:38.562Z[ recovery-image] Aug 26 20:10:37.051 INFO O| Aug 26 20:10:37.051 INFO STEP 1146: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73782024-08-26T20:10:38.573Z[ recovery-image] Aug 26 20:10:37.062 INFO O| Aug 26 20:10:37.062 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/rdmsr"
73792024-08-26T20:10:38.573Z[ recovery-image] Aug 26 20:10:37.063 INFO O| Aug 26 20:10:37.063 INFO STEP 1146 (remove_files) COMPLETE
73802024-08-26T20:10:38.573Z[ recovery-image] Aug 26 20:10:37.063 INFO O| Aug 26 20:10:37.063 INFO STEP 1147: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73812024-08-26T20:10:38.584Z[ recovery-image] Aug 26 20:10:37.074 INFO O| Aug 26 20:10:37.074 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/reboot"
73822024-08-26T20:10:38.587Z[ recovery-image] Aug 26 20:10:37.074 INFO O| Aug 26 20:10:37.074 INFO STEP 1147 (remove_files) COMPLETE
73832024-08-26T20:10:38.587Z[ recovery-image] Aug 26 20:10:37.074 INFO O| Aug 26 20:10:37.074 INFO STEP 1148: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73842024-08-26T20:10:38.595Z[ recovery-image] Aug 26 20:10:37.085 INFO O| Aug 26 20:10:37.085 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/rem_drv"
73852024-08-26T20:10:38.595Z[ recovery-image] Aug 26 20:10:37.085 INFO O| Aug 26 20:10:37.085 INFO STEP 1148 (remove_files) COMPLETE
73862024-08-26T20:10:38.598Z[ recovery-image] Aug 26 20:10:37.085 INFO O| Aug 26 20:10:37.085 INFO STEP 1149: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73872024-08-26T20:10:38.606Z[ recovery-image] Aug 26 20:10:37.095 INFO O| Aug 26 20:10:37.095 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/removef"
73882024-08-26T20:10:38.609Z[ recovery-image] Aug 26 20:10:37.096 INFO O| Aug 26 20:10:37.096 INFO STEP 1149 (remove_files) COMPLETE
73892024-08-26T20:10:38.609Z[ recovery-image] Aug 26 20:10:37.096 INFO O| Aug 26 20:10:37.096 INFO STEP 1150: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73902024-08-26T20:10:38.617Z[ recovery-image] Aug 26 20:10:37.106 INFO O| Aug 26 20:10:37.106 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/roleadd"
73912024-08-26T20:10:38.619Z[ recovery-image] Aug 26 20:10:37.107 INFO O| Aug 26 20:10:37.107 INFO STEP 1150 (remove_files) COMPLETE
73922024-08-26T20:10:38.619Z[ recovery-image] Aug 26 20:10:37.107 INFO O| Aug 26 20:10:37.107 INFO STEP 1151: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73932024-08-26T20:10:38.630Z[ recovery-image] Aug 26 20:10:37.119 INFO O| Aug 26 20:10:37.119 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/roledel"
73942024-08-26T20:10:38.633Z[ recovery-image] Aug 26 20:10:37.119 INFO O| Aug 26 20:10:37.119 INFO STEP 1151 (remove_files) COMPLETE
73952024-08-26T20:10:38.633Z[ recovery-image] Aug 26 20:10:37.119 INFO O| Aug 26 20:10:37.119 INFO STEP 1152: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73962024-08-26T20:10:38.643Z[ recovery-image] Aug 26 20:10:37.132 INFO O| Aug 26 20:10:37.132 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/rolemod"
73972024-08-26T20:10:38.643Z[ recovery-image] Aug 26 20:10:37.132 INFO O| Aug 26 20:10:37.132 INFO STEP 1152 (remove_files) COMPLETE
73982024-08-26T20:10:38.643Z[ recovery-image] Aug 26 20:10:37.132 INFO O| Aug 26 20:10:37.132 INFO STEP 1153: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73992024-08-26T20:10:38.653Z[ recovery-image] Aug 26 20:10:37.142 INFO O| Aug 26 20:10:37.142 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/root_archive"
74002024-08-26T20:10:38.653Z[ recovery-image] Aug 26 20:10:37.142 INFO O| Aug 26 20:10:37.142 INFO STEP 1153 (remove_files) COMPLETE
74012024-08-26T20:10:38.655Z[ recovery-image] Aug 26 20:10:37.142 INFO O| Aug 26 20:10:37.142 INFO STEP 1154: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74022024-08-26T20:10:38.667Z[ recovery-image] Aug 26 20:10:37.156 INFO O| Aug 26 20:10:37.156 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/rpcbind"
74032024-08-26T20:10:38.667Z[ recovery-image] Aug 26 20:10:37.156 INFO O| Aug 26 20:10:37.156 INFO STEP 1154 (remove_files) COMPLETE
74042024-08-26T20:10:38.667Z[ recovery-image] Aug 26 20:10:37.156 INFO O| Aug 26 20:10:37.156 INFO STEP 1155: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74052024-08-26T20:10:38.678Z[ recovery-image] Aug 26 20:10:37.167 INFO O| Aug 26 20:10:37.167 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/rtc"
74062024-08-26T20:10:38.681Z[ recovery-image] Aug 26 20:10:37.167 INFO O| Aug 26 20:10:37.167 INFO STEP 1155 (remove_files) COMPLETE
74072024-08-26T20:10:38.681Z[ recovery-image] Aug 26 20:10:37.167 INFO O| Aug 26 20:10:37.167 INFO STEP 1156: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74082024-08-26T20:10:38.688Z[ recovery-image] Aug 26 20:10:37.178 INFO O| Aug 26 20:10:37.178 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/rtquery"
74092024-08-26T20:10:38.691Z[ recovery-image] Aug 26 20:10:37.178 INFO O| Aug 26 20:10:37.178 INFO STEP 1156 (remove_files) COMPLETE
74102024-08-26T20:10:38.691Z[ recovery-image] Aug 26 20:10:37.178 INFO O| Aug 26 20:10:37.178 INFO STEP 1157: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74112024-08-26T20:10:38.698Z[ recovery-image] Aug 26 20:10:37.187 INFO O| Aug 26 20:10:37.187 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/setmnt"
74122024-08-26T20:10:38.698Z[ recovery-image] Aug 26 20:10:37.187 INFO O| Aug 26 20:10:37.187 INFO STEP 1157 (remove_files) COMPLETE
74132024-08-26T20:10:38.701Z[ recovery-image] Aug 26 20:10:37.187 INFO O| Aug 26 20:10:37.187 INFO STEP 1158: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74142024-08-26T20:10:38.708Z[ recovery-image] Aug 26 20:10:37.197 INFO O| Aug 26 20:10:37.197 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/share"
74152024-08-26T20:10:38.708Z[ recovery-image] Aug 26 20:10:37.197 INFO O| Aug 26 20:10:37.197 INFO STEP 1158 (remove_files) COMPLETE
74162024-08-26T20:10:38.710Z[ recovery-image] Aug 26 20:10:37.197 INFO O| Aug 26 20:10:37.197 INFO STEP 1159: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74172024-08-26T20:10:38.718Z[ recovery-image] Aug 26 20:10:37.207 INFO O| Aug 26 20:10:37.207 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/shareall"
74182024-08-26T20:10:38.718Z[ recovery-image] Aug 26 20:10:37.207 INFO O| Aug 26 20:10:37.207 INFO STEP 1159 (remove_files) COMPLETE
74192024-08-26T20:10:38.720Z[ recovery-image] Aug 26 20:10:37.207 INFO O| Aug 26 20:10:37.207 INFO STEP 1160: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74202024-08-26T20:10:38.725Z[ host-image] Aug 26 20:10:37.214 INFO O| Aug 26 20:10:37.214 INFO O| Download: Completed 20.80 MB in 1.43 seconds (14.6M/s)
74212024-08-26T20:10:38.728Z[ recovery-image] Aug 26 20:10:37.218 INFO O| Aug 26 20:10:37.217 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/sharectl"
74222024-08-26T20:10:38.731Z[ recovery-image] Aug 26 20:10:37.218 INFO O| Aug 26 20:10:37.218 INFO STEP 1160 (remove_files) COMPLETE
74232024-08-26T20:10:38.731Z[ recovery-image] Aug 26 20:10:37.218 INFO O| Aug 26 20:10:37.218 INFO STEP 1161: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74242024-08-26T20:10:38.738Z[ recovery-image] Aug 26 20:10:37.227 INFO O| Aug 26 20:10:37.227 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/sharemgr"
74252024-08-26T20:10:38.738Z[ recovery-image] Aug 26 20:10:37.228 INFO O| Aug 26 20:10:37.227 INFO STEP 1161 (remove_files) COMPLETE
74262024-08-26T20:10:38.741Z[ recovery-image] Aug 26 20:10:37.228 INFO O| Aug 26 20:10:37.227 INFO STEP 1162: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74272024-08-26T20:10:38.748Z[ recovery-image] Aug 26 20:10:37.237 INFO O| Aug 26 20:10:37.237 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/shutdown"
74282024-08-26T20:10:38.748Z[ recovery-image] Aug 26 20:10:37.237 INFO O| Aug 26 20:10:37.237 INFO STEP 1162 (remove_files) COMPLETE
74292024-08-26T20:10:38.751Z[ recovery-image] Aug 26 20:10:37.237 INFO O| Aug 26 20:10:37.237 INFO STEP 1163: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74302024-08-26T20:10:38.751Z[ host-image] Aug 26 20:10:37.239 INFO O| Aug 26 20:10:37.239 INFO O| Actions: 1/22 actions (Installing new actions)
74312024-08-26T20:10:38.758Z[ recovery-image] Aug 26 20:10:37.247 INFO O| Aug 26 20:10:37.247 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/smbadm"
74322024-08-26T20:10:38.760Z[ recovery-image] Aug 26 20:10:37.247 INFO O| Aug 26 20:10:37.247 INFO STEP 1163 (remove_files) COMPLETE
74332024-08-26T20:10:38.761Z[ recovery-image] Aug 26 20:10:37.247 INFO O| Aug 26 20:10:37.247 INFO STEP 1164: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74342024-08-26T20:10:38.768Z[ recovery-image] Aug 26 20:10:37.257 INFO O| Aug 26 20:10:37.257 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/smbios"
74352024-08-26T20:10:38.768Z[ recovery-image] Aug 26 20:10:37.257 INFO O| Aug 26 20:10:37.257 INFO STEP 1164 (remove_files) COMPLETE
74362024-08-26T20:10:38.768Z[ recovery-image] Aug 26 20:10:37.257 INFO O| Aug 26 20:10:37.257 INFO STEP 1165: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74372024-08-26T20:10:38.777Z[ recovery-image] Aug 26 20:10:37.267 INFO O| Aug 26 20:10:37.267 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/smbstat"
74382024-08-26T20:10:38.777Z[ recovery-image] Aug 26 20:10:37.267 INFO O| Aug 26 20:10:37.267 INFO STEP 1165 (remove_files) COMPLETE
74392024-08-26T20:10:38.780Z[ recovery-image] Aug 26 20:10:37.267 INFO O| Aug 26 20:10:37.267 INFO STEP 1166: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74402024-08-26T20:10:38.787Z[ recovery-image] Aug 26 20:10:37.277 INFO O| Aug 26 20:10:37.277 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/snmpd"
74412024-08-26T20:10:38.787Z[ recovery-image] Aug 26 20:10:37.277 INFO O| Aug 26 20:10:37.277 INFO STEP 1166 (remove_files) COMPLETE
74422024-08-26T20:10:38.790Z[ recovery-image] Aug 26 20:10:37.277 INFO O| Aug 26 20:10:37.277 INFO STEP 1167: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74432024-08-26T20:10:38.797Z[ recovery-image] Aug 26 20:10:37.286 INFO O| Aug 26 20:10:37.286 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/snmptrapd"
74442024-08-26T20:10:38.800Z[ recovery-image] Aug 26 20:10:37.287 INFO O| Aug 26 20:10:37.287 INFO STEP 1167 (remove_files) COMPLETE
74452024-08-26T20:10:38.800Z[ recovery-image] Aug 26 20:10:37.287 INFO O| Aug 26 20:10:37.287 INFO STEP 1168: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74462024-08-26T20:10:38.807Z[ recovery-image] Aug 26 20:10:37.297 INFO O| Aug 26 20:10:37.296 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/snoop"
74472024-08-26T20:10:38.807Z[ recovery-image] Aug 26 20:10:37.297 INFO O| Aug 26 20:10:37.297 INFO STEP 1168 (remove_files) COMPLETE
74482024-08-26T20:10:38.807Z[ recovery-image] Aug 26 20:10:37.297 INFO O| Aug 26 20:10:37.297 INFO STEP 1169: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74492024-08-26T20:10:38.817Z[ recovery-image] Aug 26 20:10:37.306 INFO O| Aug 26 20:10:37.306 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/sshd"
74502024-08-26T20:10:38.817Z[ recovery-image] Aug 26 20:10:37.306 INFO O| Aug 26 20:10:37.306 INFO STEP 1169 (remove_files) COMPLETE
74512024-08-26T20:10:38.820Z[ recovery-image] Aug 26 20:10:37.306 INFO O| Aug 26 20:10:37.306 INFO STEP 1170: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74522024-08-26T20:10:38.827Z[ recovery-image] Aug 26 20:10:37.316 INFO O| Aug 26 20:10:37.316 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/stmsboot"
74532024-08-26T20:10:38.827Z[ recovery-image] Aug 26 20:10:37.316 INFO O| Aug 26 20:10:37.316 INFO STEP 1170 (remove_files) COMPLETE
74542024-08-26T20:10:38.827Z[ recovery-image] Aug 26 20:10:37.316 INFO O| Aug 26 20:10:37.316 INFO STEP 1171: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74552024-08-26T20:10:38.836Z[ recovery-image] Aug 26 20:10:37.326 INFO O| Aug 26 20:10:37.326 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/strace"
74562024-08-26T20:10:38.837Z[ recovery-image] Aug 26 20:10:37.326 INFO O| Aug 26 20:10:37.326 INFO STEP 1171 (remove_files) COMPLETE
74572024-08-26T20:10:38.837Z[ recovery-image] Aug 26 20:10:37.326 INFO O| Aug 26 20:10:37.326 INFO STEP 1172: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74582024-08-26T20:10:38.846Z[ recovery-image] Aug 26 20:10:37.336 INFO O| Aug 26 20:10:37.336 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/strclean"
74592024-08-26T20:10:38.846Z[ recovery-image] Aug 26 20:10:37.336 INFO O| Aug 26 20:10:37.336 INFO STEP 1172 (remove_files) COMPLETE
74602024-08-26T20:10:38.849Z[ recovery-image] Aug 26 20:10:37.336 INFO O| Aug 26 20:10:37.336 INFO STEP 1173: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74612024-08-26T20:10:38.856Z[ recovery-image] Aug 26 20:10:37.345 INFO O| Aug 26 20:10:37.345 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/strerr"
74622024-08-26T20:10:38.856Z[ recovery-image] Aug 26 20:10:37.345 INFO O| Aug 26 20:10:37.345 INFO STEP 1173 (remove_files) COMPLETE
74632024-08-26T20:10:38.856Z[ recovery-image] Aug 26 20:10:37.345 INFO O| Aug 26 20:10:37.345 INFO STEP 1174: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74642024-08-26T20:10:38.866Z[ recovery-image] Aug 26 20:10:37.356 INFO O| Aug 26 20:10:37.355 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/sttydefs"
74652024-08-26T20:10:38.866Z[ recovery-image] Aug 26 20:10:37.356 INFO O| Aug 26 20:10:37.356 INFO STEP 1174 (remove_files) COMPLETE
74662024-08-26T20:10:38.866Z[ recovery-image] Aug 26 20:10:37.356 INFO O| Aug 26 20:10:37.356 INFO STEP 1175: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74672024-08-26T20:10:38.877Z[ recovery-image] Aug 26 20:10:37.366 INFO O| Aug 26 20:10:37.366 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/syncinit"
74682024-08-26T20:10:38.877Z[ recovery-image] Aug 26 20:10:37.366 INFO O| Aug 26 20:10:37.366 INFO STEP 1175 (remove_files) COMPLETE
74692024-08-26T20:10:38.880Z[ recovery-image] Aug 26 20:10:37.366 INFO O| Aug 26 20:10:37.366 INFO STEP 1176: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74702024-08-26T20:10:38.887Z[ recovery-image] Aug 26 20:10:37.377 INFO O| Aug 26 20:10:37.377 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/syncloop"
74712024-08-26T20:10:38.887Z[ recovery-image] Aug 26 20:10:37.377 INFO O| Aug 26 20:10:37.377 INFO STEP 1176 (remove_files) COMPLETE
74722024-08-26T20:10:38.888Z[ recovery-image] Aug 26 20:10:37.377 INFO O| Aug 26 20:10:37.377 INFO STEP 1177: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74732024-08-26T20:10:38.897Z[ recovery-image] Aug 26 20:10:37.387 INFO O| Aug 26 20:10:37.387 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/syncstat"
74742024-08-26T20:10:38.897Z[ recovery-image] Aug 26 20:10:37.387 INFO O| Aug 26 20:10:37.387 INFO STEP 1177 (remove_files) COMPLETE
74752024-08-26T20:10:38.900Z[ recovery-image] Aug 26 20:10:37.387 INFO O| Aug 26 20:10:37.387 INFO STEP 1178: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74762024-08-26T20:10:38.908Z[ recovery-image] Aug 26 20:10:37.397 INFO O| Aug 26 20:10:37.397 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/sysdef"
74772024-08-26T20:10:38.908Z[ recovery-image] Aug 26 20:10:37.397 INFO O| Aug 26 20:10:37.397 INFO STEP 1178 (remove_files) COMPLETE
74782024-08-26T20:10:38.910Z[ recovery-image] Aug 26 20:10:37.397 INFO O| Aug 26 20:10:37.397 INFO STEP 1179: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74792024-08-26T20:10:38.917Z[ recovery-image] Aug 26 20:10:37.407 INFO O| Aug 26 20:10:37.407 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/syseventadm"
74802024-08-26T20:10:38.917Z[ recovery-image] Aug 26 20:10:37.407 INFO O| Aug 26 20:10:37.407 INFO STEP 1179 (remove_files) COMPLETE
74812024-08-26T20:10:38.917Z[ recovery-image] Aug 26 20:10:37.407 INFO O| Aug 26 20:10:37.407 INFO STEP 1180: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74822024-08-26T20:10:38.927Z[ recovery-image] Aug 26 20:10:37.416 INFO O| Aug 26 20:10:37.416 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/t6mfgadm"
74832024-08-26T20:10:38.927Z[ recovery-image] Aug 26 20:10:37.417 INFO O| Aug 26 20:10:37.416 INFO STEP 1180 (remove_files) COMPLETE
74842024-08-26T20:10:38.927Z[ recovery-image] Aug 26 20:10:37.417 INFO O| Aug 26 20:10:37.416 INFO STEP 1181: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74852024-08-26T20:10:38.937Z[ recovery-image] Aug 26 20:10:37.426 INFO O| Aug 26 20:10:37.426 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/tapes"
74862024-08-26T20:10:38.937Z[ recovery-image] Aug 26 20:10:37.426 INFO O| Aug 26 20:10:37.426 INFO STEP 1181 (remove_files) COMPLETE
74872024-08-26T20:10:38.937Z[ recovery-image] Aug 26 20:10:37.426 INFO O| Aug 26 20:10:37.426 INFO STEP 1182: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74882024-08-26T20:10:38.947Z[ recovery-image] Aug 26 20:10:37.436 INFO O| Aug 26 20:10:37.436 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/tar"
74892024-08-26T20:10:38.947Z[ recovery-image] Aug 26 20:10:37.436 INFO O| Aug 26 20:10:37.436 INFO STEP 1182 (remove_files) COMPLETE
74902024-08-26T20:10:38.947Z[ recovery-image] Aug 26 20:10:37.436 INFO O| Aug 26 20:10:37.436 INFO STEP 1183: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74912024-08-26T20:10:38.956Z[ recovery-image] Aug 26 20:10:37.446 INFO O| Aug 26 20:10:37.446 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/tcsd"
74922024-08-26T20:10:38.956Z[ recovery-image] Aug 26 20:10:37.446 INFO O| Aug 26 20:10:37.446 INFO STEP 1183 (remove_files) COMPLETE
74932024-08-26T20:10:38.959Z[ recovery-image] Aug 26 20:10:37.446 INFO O| Aug 26 20:10:37.446 INFO STEP 1184: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74942024-08-26T20:10:38.966Z[ recovery-image] Aug 26 20:10:37.456 INFO O| Aug 26 20:10:37.456 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/traceroute"
74952024-08-26T20:10:38.967Z[ recovery-image] Aug 26 20:10:37.456 INFO O| Aug 26 20:10:37.456 INFO STEP 1184 (remove_files) COMPLETE
74962024-08-26T20:10:38.967Z[ recovery-image] Aug 26 20:10:37.456 INFO O| Aug 26 20:10:37.456 INFO STEP 1185: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74972024-08-26T20:10:38.978Z[ recovery-image] Aug 26 20:10:37.467 INFO O| Aug 26 20:10:37.467 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/trapstat"
74982024-08-26T20:10:38.980Z[ recovery-image] Aug 26 20:10:37.467 INFO O| Aug 26 20:10:37.467 INFO STEP 1185 (remove_files) COMPLETE
74992024-08-26T20:10:38.980Z[ recovery-image] Aug 26 20:10:37.467 INFO O| Aug 26 20:10:37.467 INFO STEP 1186: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75002024-08-26T20:10:38.988Z[ recovery-image] Aug 26 20:10:37.477 INFO O| Aug 26 20:10:37.477 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/ttyadm"
75012024-08-26T20:10:38.988Z[ recovery-image] Aug 26 20:10:37.477 INFO O| Aug 26 20:10:37.477 INFO STEP 1186 (remove_files) COMPLETE
75022024-08-26T20:10:38.988Z[ recovery-image] Aug 26 20:10:37.477 INFO O| Aug 26 20:10:37.477 INFO STEP 1187: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75032024-08-26T20:10:38.999Z[ recovery-image] Aug 26 20:10:37.489 INFO O| Aug 26 20:10:37.488 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/ucodeadm"
75042024-08-26T20:10:38.999Z[ recovery-image] Aug 26 20:10:37.489 INFO O| Aug 26 20:10:37.489 INFO STEP 1187 (remove_files) COMPLETE
75052024-08-26T20:10:39.002Z[ recovery-image] Aug 26 20:10:37.489 INFO O| Aug 26 20:10:37.489 INFO STEP 1188: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75062024-08-26T20:10:39.009Z[ recovery-image] Aug 26 20:10:37.499 INFO O| Aug 26 20:10:37.499 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/umountall"
75072024-08-26T20:10:39.009Z[ recovery-image] Aug 26 20:10:37.499 INFO O| Aug 26 20:10:37.499 INFO STEP 1188 (remove_files) COMPLETE
75082024-08-26T20:10:39.010Z[ recovery-image] Aug 26 20:10:37.499 INFO O| Aug 26 20:10:37.499 INFO STEP 1189: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75092024-08-26T20:10:39.019Z[ recovery-image] Aug 26 20:10:37.509 INFO O| Aug 26 20:10:37.508 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/unlink"
75102024-08-26T20:10:39.019Z[ recovery-image] Aug 26 20:10:37.509 INFO O| Aug 26 20:10:37.509 INFO STEP 1189 (remove_files) COMPLETE
75112024-08-26T20:10:39.019Z[ recovery-image] Aug 26 20:10:37.509 INFO O| Aug 26 20:10:37.509 INFO STEP 1190: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75122024-08-26T20:10:39.030Z[ recovery-image] Aug 26 20:10:37.519 INFO O| Aug 26 20:10:37.519 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/unshare"
75132024-08-26T20:10:39.033Z[ recovery-image] Aug 26 20:10:37.520 INFO O| Aug 26 20:10:37.520 INFO STEP 1190 (remove_files) COMPLETE
75142024-08-26T20:10:39.033Z[ recovery-image] Aug 26 20:10:37.520 INFO O| Aug 26 20:10:37.520 INFO STEP 1191: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75152024-08-26T20:10:39.041Z[ recovery-image] Aug 26 20:10:37.530 INFO O| Aug 26 20:10:37.530 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/unshareall"
75162024-08-26T20:10:39.041Z[ recovery-image] Aug 26 20:10:37.530 INFO O| Aug 26 20:10:37.530 INFO STEP 1191 (remove_files) COMPLETE
75172024-08-26T20:10:39.043Z[ recovery-image] Aug 26 20:10:37.530 INFO O| Aug 26 20:10:37.530 INFO STEP 1192: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75182024-08-26T20:10:39.050Z[ recovery-image] Aug 26 20:10:37.540 INFO O| Aug 26 20:10:37.539 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/update_drv"
75192024-08-26T20:10:39.050Z[ recovery-image] Aug 26 20:10:37.540 INFO O| Aug 26 20:10:37.540 INFO STEP 1192 (remove_files) COMPLETE
75202024-08-26T20:10:39.050Z[ recovery-image] Aug 26 20:10:37.540 INFO O| Aug 26 20:10:37.540 INFO STEP 1193: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75212024-08-26T20:10:39.060Z[ recovery-image] Aug 26 20:10:37.549 INFO O| Aug 26 20:10:37.549 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/useradd"
75222024-08-26T20:10:39.060Z[ recovery-image] Aug 26 20:10:37.550 INFO O| Aug 26 20:10:37.550 INFO STEP 1193 (remove_files) COMPLETE
75232024-08-26T20:10:39.060Z[ recovery-image] Aug 26 20:10:37.550 INFO O| Aug 26 20:10:37.550 INFO STEP 1194: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75242024-08-26T20:10:39.070Z[ recovery-image] Aug 26 20:10:37.559 INFO O| Aug 26 20:10:37.559 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/userdel"
75252024-08-26T20:10:39.070Z[ recovery-image] Aug 26 20:10:37.559 INFO O| Aug 26 20:10:37.559 INFO STEP 1194 (remove_files) COMPLETE
75262024-08-26T20:10:39.070Z[ recovery-image] Aug 26 20:10:37.559 INFO O| Aug 26 20:10:37.559 INFO STEP 1195: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75272024-08-26T20:10:39.080Z[ recovery-image] Aug 26 20:10:37.570 INFO O| Aug 26 20:10:37.570 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/usermod"
75282024-08-26T20:10:39.080Z[ recovery-image] Aug 26 20:10:37.570 INFO O| Aug 26 20:10:37.570 INFO STEP 1195 (remove_files) COMPLETE
75292024-08-26T20:10:39.083Z[ recovery-image] Aug 26 20:10:37.570 INFO O| Aug 26 20:10:37.570 INFO STEP 1196: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75302024-08-26T20:10:39.090Z[ recovery-image] Aug 26 20:10:37.579 INFO O| Aug 26 20:10:37.579 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/volcopy"
75312024-08-26T20:10:39.090Z[ recovery-image] Aug 26 20:10:37.580 INFO O| Aug 26 20:10:37.579 INFO STEP 1196 (remove_files) COMPLETE
75322024-08-26T20:10:39.093Z[ recovery-image] Aug 26 20:10:37.580 INFO O| Aug 26 20:10:37.580 INFO STEP 1197: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75332024-08-26T20:10:39.100Z[ recovery-image] Aug 26 20:10:37.589 INFO O| Aug 26 20:10:37.589 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/wall"
75342024-08-26T20:10:39.100Z[ recovery-image] Aug 26 20:10:37.589 INFO O| Aug 26 20:10:37.589 INFO STEP 1197 (remove_files) COMPLETE
75352024-08-26T20:10:39.100Z[ recovery-image] Aug 26 20:10:37.589 INFO O| Aug 26 20:10:37.589 INFO STEP 1198: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75362024-08-26T20:10:39.110Z[ recovery-image] Aug 26 20:10:37.599 INFO O| Aug 26 20:10:37.599 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/whodo"
75372024-08-26T20:10:39.110Z[ recovery-image] Aug 26 20:10:37.599 INFO O| Aug 26 20:10:37.599 INFO STEP 1198 (remove_files) COMPLETE
75382024-08-26T20:10:39.110Z[ recovery-image] Aug 26 20:10:37.599 INFO O| Aug 26 20:10:37.599 INFO STEP 1199: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75392024-08-26T20:10:39.121Z[ recovery-image] Aug 26 20:10:37.610 INFO O| Aug 26 20:10:37.610 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/zdb"
75402024-08-26T20:10:39.121Z[ recovery-image] Aug 26 20:10:37.610 INFO O| Aug 26 20:10:37.610 INFO STEP 1199 (remove_files) COMPLETE
75412024-08-26T20:10:39.124Z[ recovery-image] Aug 26 20:10:37.610 INFO O| Aug 26 20:10:37.610 INFO STEP 1200: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75422024-08-26T20:10:39.131Z[ recovery-image] Aug 26 20:10:37.620 INFO O| Aug 26 20:10:37.620 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/zdump"
75432024-08-26T20:10:39.134Z[ recovery-image] Aug 26 20:10:37.620 INFO O| Aug 26 20:10:37.620 INFO STEP 1200 (remove_files) COMPLETE
75442024-08-26T20:10:39.134Z[ recovery-image] Aug 26 20:10:37.620 INFO O| Aug 26 20:10:37.620 INFO STEP 1201: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75452024-08-26T20:10:39.141Z[ recovery-image] Aug 26 20:10:37.630 INFO O| Aug 26 20:10:37.630 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/zic"
75462024-08-26T20:10:39.144Z[ recovery-image] Aug 26 20:10:37.631 INFO O| Aug 26 20:10:37.631 INFO STEP 1201 (remove_files) COMPLETE
75472024-08-26T20:10:39.144Z[ recovery-image] Aug 26 20:10:37.631 INFO O| Aug 26 20:10:37.631 INFO STEP 1202: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75482024-08-26T20:10:39.151Z[ recovery-image] Aug 26 20:10:37.641 INFO O| Aug 26 20:10:37.641 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/zlogin"
75492024-08-26T20:10:39.151Z[ recovery-image] Aug 26 20:10:37.641 INFO O| Aug 26 20:10:37.641 INFO STEP 1202 (remove_files) COMPLETE
75502024-08-26T20:10:39.154Z[ recovery-image] Aug 26 20:10:37.641 INFO O| Aug 26 20:10:37.641 INFO STEP 1203: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75512024-08-26T20:10:39.161Z[ recovery-image] Aug 26 20:10:37.651 INFO O| Aug 26 20:10:37.651 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/zoneadm"
75522024-08-26T20:10:39.165Z[ recovery-image] Aug 26 20:10:37.651 INFO O| Aug 26 20:10:37.651 INFO STEP 1203 (remove_files) COMPLETE
75532024-08-26T20:10:39.165Z[ recovery-image] Aug 26 20:10:37.651 INFO O| Aug 26 20:10:37.651 INFO STEP 1204: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75542024-08-26T20:10:39.171Z[ recovery-image] Aug 26 20:10:37.661 INFO O| Aug 26 20:10:37.661 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/zonecfg"
75552024-08-26T20:10:39.171Z[ recovery-image] Aug 26 20:10:37.661 INFO O| Aug 26 20:10:37.661 INFO STEP 1204 (remove_files) COMPLETE
75562024-08-26T20:10:39.171Z[ recovery-image] Aug 26 20:10:37.661 INFO O| Aug 26 20:10:37.661 INFO STEP 1205: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75572024-08-26T20:10:39.181Z[ recovery-image] Aug 26 20:10:37.671 INFO O| Aug 26 20:10:37.670 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/zstreamdump"
75582024-08-26T20:10:39.181Z[ recovery-image] Aug 26 20:10:37.671 INFO O| Aug 26 20:10:37.671 INFO STEP 1205 (remove_files) COMPLETE
75592024-08-26T20:10:39.184Z[ recovery-image] Aug 26 20:10:37.671 INFO O| Aug 26 20:10:37.671 INFO STEP 1206: pack_tar, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-03-recovery-trim.json
75602024-08-26T20:10:39.198Z[ recovery-image] Aug 26 20:10:37.687 INFO O| Aug 26 20:10:37.687 INFO file /rpool/images/build/recovery/output/gimlet-recovery-ramdisk.tar does not already exist, skipping removal
75612024-08-26T20:10:39.198Z[ recovery-image] Aug 26 20:10:37.687 INFO O| Aug 26 20:10:37.687 INFO exec: ["/usr/sbin/tar", "ceEp@/f", "/rpool/images/build/recovery/output/gimlet-recovery-ramdisk.tar", "-C", "/rpool/images/build/recovery/work/gimlet/ramdisk", "."]
75622024-08-26T20:10:39.392Z[ host-image] Aug 26 20:10:37.881 INFO O| Aug 26 20:10:37.881 INFO O| Actions: Completed 22 actions in 0.64 seconds.
75632024-08-26T20:10:39.632Z[ host-image] Aug 26 20:10:38.121 INFO O| Aug 26 20:10:38.120 INFO O| Done
75642024-08-26T20:10:39.632Z[ host-image] Aug 26 20:10:38.121 INFO O| Aug 26 20:10:38.121 INFO O| Done
75652024-08-26T20:10:39.931Z[ recovery-image] Aug 26 20:10:38.420 INFO O| Aug 26 20:10:38.420 INFO STEP 1206 (pack_tar) COMPLETE
75662024-08-26T20:10:39.931Z[ recovery-image] Aug 26 20:10:38.420 INFO O| Aug 26 20:10:38.420 INFO creating output snapshot rpool/images/build/recovery/work/gimlet/ramdisk@recovery-trim
75672024-08-26T20:10:39.931Z[ recovery-image] Aug 26 20:10:38.420 INFO O| Aug 26 20:10:38.420 INFO CREATE SNAPSHOT: rpool/images/build/recovery/work/gimlet/ramdisk@recovery-trim
75682024-08-26T20:10:40.042Z[ host-image] Aug 26 20:10:38.531 INFO O| Aug 26 20:10:38.530 INFO O| Done
75692024-08-26T20:10:40.454Z[ recovery-image] Aug 26 20:10:38.943 INFO O| Aug 26 20:10:38.943 INFO DESTROY DATASET: rpool/images/build/recovery/tmp/gimlet/ramdisk-03-recovery-trim
75702024-08-26T20:10:40.541Z[ recovery-image] Aug 26 20:10:39.030 INFO O| Aug 26 20:10:39.030 INFO completed processing gimlet/ramdisk-03-recovery-trim
75712024-08-26T20:10:40.547Z[ recovery-image] Aug 26 20:10:39.037 INFO image builder template: zfs-recovery...
75722024-08-26T20:10:40.550Z[ recovery-image] Aug 26 20:10:39.037 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/.tmpYkxlj2/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
75732024-08-26T20:10:40.579Z[ recovery-image] Aug 26 20:10:39.068 INFO O| Aug 26 20:10:39.068 INFO temporary dataset: rpool/images/build/recovery/tmp/gimlet/zfs-recovery
75742024-08-26T20:10:40.583Z[ recovery-image] Aug 26 20:10:39.072 INFO O| Aug 26 20:10:39.072 INFO CREATE DATASET: rpool/images/build/recovery/tmp/gimlet/zfs-recovery
75752024-08-26T20:10:40.641Z[ recovery-image] Aug 26 20:10:39.130 INFO O| Aug 26 20:10:39.130 INFO SET DATASET PROPERTY ON rpool/images/build/recovery/tmp/gimlet/zfs-recovery: sync = disabled
75762024-08-26T20:10:40.699Z[ recovery-image] Aug 26 20:10:39.188 INFO O| Aug 26 20:10:39.188 INFO temporary directory: /rpool/images/build/recovery/tmp/gimlet/zfs-recovery
75772024-08-26T20:10:40.702Z[ recovery-image] Aug 26 20:10:39.188 INFO O| Aug 26 20:10:39.188 INFO work dataset: rpool/images/build/recovery/work/gimlet/zfs-recovery
75782024-08-26T20:10:40.704Z[ recovery-image] Aug 26 20:10:39.192 INFO O| Aug 26 20:10:39.192 INFO CREATE DATASET: rpool/images/build/recovery/work/gimlet/zfs-recovery
75792024-08-26T20:10:40.767Z[ recovery-image] Aug 26 20:10:39.256 INFO O| Aug 26 20:10:39.256 INFO SET DATASET PROPERTY ON rpool/images/build/recovery/work/gimlet/zfs-recovery: sync = disabled
75802024-08-26T20:10:40.829Z[ recovery-image] Aug 26 20:10:39.318 INFO O| Aug 26 20:10:39.318 INFO DESTROY POOL: TEMPORARY-gimlet-zfs-recovery
75812024-08-26T20:10:40.839Z[ recovery-image] Aug 26 20:10:39.328 INFO O| Aug 26 20:10:39.328 INFO image file: /rpool/images/build/recovery/work/gimlet/zfs-recovery/lofi.raw
75822024-08-26T20:10:40.843Z[ recovery-image] Aug 26 20:10:39.333 INFO O| Aug 26 20:10:39.333 INFO pool altroot: /rpool/images/build/recovery/work/gimlet/zfs-recovery/altroot
75832024-08-26T20:10:40.846Z[ recovery-image] Aug 26 20:10:39.334 INFO O| Aug 26 20:10:39.334 INFO no lofi found
75842024-08-26T20:10:40.846Z[ recovery-image] Aug 26 20:10:39.334 INFO O| Aug 26 20:10:39.334 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/lofi.raw does not already exist, skipping removal
75852024-08-26T20:10:40.846Z[ recovery-image] Aug 26 20:10:39.334 INFO O| Aug 26 20:10:39.334 INFO CREATE IMAGE (2000MB): /rpool/images/build/recovery/work/gimlet/zfs-recovery/lofi.raw
75862024-08-26T20:10:41.250Z[ host-image] Aug 26 20:10:39.739 INFO O| Aug 26 20:10:39.739 INFO O| Done
75872024-08-26T20:10:41.281Z[ host-image] Aug 26 20:10:39.770 INFO O| Aug 26 20:10:39.770 INFO O| Done
75882024-08-26T20:10:41.281Z[ host-image] Aug 26 20:10:39.770 INFO O| Aug 26 20:10:39.770 INFO O| Done
75892024-08-26T20:10:41.292Z[ host-image] Aug 26 20:10:39.781 INFO O| Aug 26 20:10:39.781 INFO O| Done
75902024-08-26T20:10:41.386Z[ host-image] Aug 26 20:10:39.874 INFO O| Aug 26 20:10:39.874 INFO STEP 14 (pkg_install) COMPLETE
75912024-08-26T20:10:41.386Z[ host-image] Aug 26 20:10:39.874 INFO O| Aug 26 20:10:39.874 INFO STEP 15: pkg_install, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
75922024-08-26T20:10:41.388Z[ host-image] Aug 26 20:10:39.874 INFO O| Aug 26 20:10:39.874 INFO skip step because feature "mfg" is not enabled
75932024-08-26T20:10:41.388Z[ host-image] Aug 26 20:10:39.874 INFO O| Aug 26 20:10:39.874 INFO STEP 16: pkg_install, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
75942024-08-26T20:10:41.388Z[ host-image] Aug 26 20:10:39.874 INFO O| Aug 26 20:10:39.874 INFO skip step because feature "compliance" is not enabled
75952024-08-26T20:10:41.388Z[ host-image] Aug 26 20:10:39.874 INFO O| Aug 26 20:10:39.874 INFO STEP 17: pkg_install, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
75962024-08-26T20:10:41.388Z[ host-image] Aug 26 20:10:39.874 INFO O| Aug 26 20:10:39.874 INFO skip step because feature "stress" is not enabled
75972024-08-26T20:10:41.388Z[ host-image] Aug 26 20:10:39.874 INFO O| Aug 26 20:10:39.874 INFO STEP 18: pkg_install, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
75982024-08-26T20:10:41.388Z[ host-image] Aug 26 20:10:39.875 INFO O| Aug 26 20:10:39.874 INFO skip step because feature "nfs" is not enabled
75992024-08-26T20:10:41.388Z[ host-image] Aug 26 20:10:39.875 INFO O| Aug 26 20:10:39.874 INFO creating output snapshot rpool/images/build/host/work/gimlet/ramdisk@os
76002024-08-26T20:10:41.388Z[ host-image] Aug 26 20:10:39.875 INFO O| Aug 26 20:10:39.874 INFO CREATE SNAPSHOT: rpool/images/build/host/work/gimlet/ramdisk@os
76012024-08-26T20:10:41.450Z[ host-image] Aug 26 20:10:39.939 INFO O| Aug 26 20:10:39.939 INFO DESTROY DATASET: rpool/images/build/host/tmp/gimlet/ramdisk-01-os
76022024-08-26T20:10:41.595Z[ host-image] Aug 26 20:10:40.084 INFO O| Aug 26 20:10:40.084 INFO completed processing gimlet/ramdisk-01-os
76032024-08-26T20:10:41.598Z[ host-image] Aug 26 20:10:40.086 INFO omicron1 baseline generation...
76042024-08-26T20:10:41.598Z[ host-image] Aug 26 20:10:40.086 INFO exec: ["/usr/lib/brand/omicron1/baseline", "-R", "/rpool/images/build/host/work/gimlet/ramdisk", "/work/oxidecomputer/helios/tmp/image.host/omicron1"], pwd: None
76052024-08-26T20:10:41.984Z[ host-image] Aug 26 20:10:40.472 INFO O| incorp = pkg://helios-dev/consolidation/osnet/osnet-incorporation@0.5.11-2.0.22828:20240823T105132Z
76062024-08-26T20:10:42.521Z[ recovery-image] Aug 26 20:10:41.010 INFO O| Aug 26 20:10:41.009 INFO lofi device = /dev/dsk/c2t1d0p0
76072024-08-26T20:10:42.521Z[ recovery-image] Aug 26 20:10:41.010 INFO O| Aug 26 20:10:41.010 INFO pool device = /dev/dsk/c2t1d0p0
76082024-08-26T20:10:42.524Z[ recovery-image] Aug 26 20:10:41.010 INFO O| Aug 26 20:10:41.010 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"]
76092024-08-26T20:10:42.601Z[ recovery-image] Aug 26 20:10:41.089 INFO O| Aug 26 20:10:41.089 INFO STEP 0: create_be, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs-recovery.json
76102024-08-26T20:10:42.601Z[ recovery-image] Aug 26 20:10:41.089 INFO O| Aug 26 20:10:41.089 INFO CREATE DATASET: TEMPORARY-gimlet-zfs-recovery/ROOT
76112024-08-26T20:10:42.620Z[ recovery-image] Aug 26 20:10:41.109 INFO O| Aug 26 20:10:41.109 INFO SET DATASET PROPERTY ON TEMPORARY-gimlet-zfs-recovery/ROOT: canmount = off
76122024-08-26T20:10:42.678Z[ recovery-image] Aug 26 20:10:41.166 INFO O| Aug 26 20:10:41.166 INFO SET DATASET PROPERTY ON TEMPORARY-gimlet-zfs-recovery/ROOT: mountpoint = legacy
76132024-08-26T20:10:42.715Z[ recovery-image] Aug 26 20:10:41.203 INFO O| Aug 26 20:10:41.203 INFO CREATE DATASET: TEMPORARY-gimlet-zfs-recovery/ROOT/ramdisk
76142024-08-26T20:10:42.729Z[ recovery-image] Aug 26 20:10:41.218 INFO O| Aug 26 20:10:41.218 INFO SET DATASET PROPERTY ON TEMPORARY-gimlet-zfs-recovery/ROOT/ramdisk: canmount = noauto
76152024-08-26T20:10:42.740Z[ recovery-image] Aug 26 20:10:41.229 INFO O| Aug 26 20:10:41.229 INFO SET DATASET PROPERTY ON TEMPORARY-gimlet-zfs-recovery/ROOT/ramdisk: mountpoint = legacy
76162024-08-26T20:10:42.788Z[ recovery-image] Aug 26 20:10:41.277 INFO O| Aug 26 20:10:41.277 INFO creating directory: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a
76172024-08-26T20:10:42.788Z[ recovery-image] Aug 26 20:10:41.277 INFO O| Aug 26 20:10:41.277 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a
76182024-08-26T20:10:42.791Z[ recovery-image] Aug 26 20:10:41.277 INFO O| Aug 26 20:10:41.277 INFO exec: ["/sbin/mount", "-F", "zfs", "TEMPORARY-gimlet-zfs-recovery/ROOT/ramdisk", "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a"]
76192024-08-26T20:10:42.800Z[ recovery-image] Aug 26 20:10:41.289 INFO O| Aug 26 20:10:41.289 INFO boot environment UUID: 3bf6b8c9-dd30-490b-9dc7-cf746de648bd
76202024-08-26T20:10:42.800Z[ recovery-image] Aug 26 20:10:41.289 INFO O| Aug 26 20:10:41.289 INFO SET DATASET PROPERTY ON TEMPORARY-gimlet-zfs-recovery/ROOT/ramdisk: org.opensolaris.libbe:uuid = 3bf6b8c9-dd30-490b-9dc7-cf746de648bd
76212024-08-26T20:10:42.810Z[ recovery-image] Aug 26 20:10:41.299 INFO O| Aug 26 20:10:41.299 INFO SET DATASET PROPERTY ON TEMPORARY-gimlet-zfs-recovery/ROOT/ramdisk: org.opensolaris.libbe:policy = static
76222024-08-26T20:10:42.820Z[ recovery-image] Aug 26 20:10:41.309 INFO O| Aug 26 20:10:41.309 INFO STEP 0 (create_be) COMPLETE
76232024-08-26T20:10:42.820Z[ recovery-image] Aug 26 20:10:41.309 INFO O| Aug 26 20:10:41.309 INFO STEP 1: unpack_tar, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs-recovery.json
76242024-08-26T20:10:42.836Z[ recovery-image] Aug 26 20:10:41.325 INFO O| Aug 26 20:10:41.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"]
76252024-08-26T20:10:44.934Z[ recovery-image] Aug 26 20:10:43.422 INFO O| Aug 26 20:10:43.422 INFO STEP 1 (unpack_tar) COMPLETE
76262024-08-26T20:10:44.934Z[ recovery-image] Aug 26 20:10:43.422 INFO O| Aug 26 20:10:43.422 INFO STEP 2: devfsadm, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
76272024-08-26T20:10:44.945Z[ recovery-image] Aug 26 20:10:43.433 INFO O| Aug 26 20:10:43.433 INFO exec: ["/usr/sbin/devfsadm", "-r", "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a"]
76282024-08-26T20:10:45.331Z[ recovery-image] Aug 26 20:10:43.819 INFO O| Aug 26 20:10:43.819 INFO STEP 2 (devfsadm) COMPLETE
76292024-08-26T20:10:45.331Z[ recovery-image] Aug 26 20:10:43.819 INFO O| Aug 26 20:10:43.819 INFO STEP 3: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
76302024-08-26T20:10:45.342Z[ recovery-image] Aug 26 20:10:43.831 INFO O| Aug 26 20:10:43.831 INFO creating directory: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/cfg
76312024-08-26T20:10:45.342Z[ recovery-image] Aug 26 20:10:43.831 INFO O| Aug 26 20:10:43.831 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/cfg
76322024-08-26T20:10:45.345Z[ recovery-image] Aug 26 20:10:43.831 INFO O| Aug 26 20:10:43.831 INFO STEP 3 (ensure_dir) COMPLETE
76332024-08-26T20:10:45.345Z[ recovery-image] Aug 26 20:10:43.831 INFO O| Aug 26 20:10:43.831 INFO STEP 4: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
76342024-08-26T20:10:45.352Z[ recovery-image] Aug 26 20:10:43.841 INFO O| Aug 26 20:10:43.841 INFO ownership already OK (0:3), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/dsk
76352024-08-26T20:10:45.352Z[ recovery-image] Aug 26 20:10:43.841 INFO O| Aug 26 20:10:43.841 INFO STEP 4 (ensure_dir) COMPLETE
76362024-08-26T20:10:45.356Z[ recovery-image] Aug 26 20:10:43.841 INFO O| Aug 26 20:10:43.841 INFO STEP 5: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
76372024-08-26T20:10:45.364Z[ recovery-image] Aug 26 20:10:43.851 INFO O| Aug 26 20:10:43.850 INFO ownership already OK (0:3), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/rdsk
76382024-08-26T20:10:45.364Z[ recovery-image] Aug 26 20:10:43.851 INFO O| Aug 26 20:10:43.850 INFO STEP 5 (ensure_dir) COMPLETE
76392024-08-26T20:10:45.364Z[ recovery-image] Aug 26 20:10:43.851 INFO O| Aug 26 20:10:43.850 INFO STEP 6: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
76402024-08-26T20:10:45.373Z[ recovery-image] Aug 26 20:10:43.860 INFO O| Aug 26 20:10:43.860 INFO creating directory: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/sensors
76412024-08-26T20:10:45.373Z[ recovery-image] Aug 26 20:10:43.861 INFO O| Aug 26 20:10:43.860 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/sensors
76422024-08-26T20:10:45.373Z[ recovery-image] Aug 26 20:10:43.861 INFO O| Aug 26 20:10:43.861 INFO STEP 6 (ensure_dir) COMPLETE
76432024-08-26T20:10:45.374Z[ recovery-image] Aug 26 20:10:43.861 INFO O| Aug 26 20:10:43.861 INFO STEP 7: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
76442024-08-26T20:10:45.383Z[ recovery-image] Aug 26 20:10:43.870 INFO O| Aug 26 20:10:43.870 INFO creating directory: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/usb
76452024-08-26T20:10:45.383Z[ recovery-image] Aug 26 20:10:43.871 INFO O| Aug 26 20:10:43.871 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/usb
76462024-08-26T20:10:45.383Z[ recovery-image] Aug 26 20:10:43.871 INFO O| Aug 26 20:10:43.871 INFO STEP 7 (ensure_dir) COMPLETE
76472024-08-26T20:10:45.383Z[ recovery-image] Aug 26 20:10:43.871 INFO O| Aug 26 20:10:43.871 INFO STEP 8: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
76482024-08-26T20:10:45.394Z[ recovery-image] Aug 26 20:10:43.883 INFO O| Aug 26 20:10:43.883 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/cfg"
76492024-08-26T20:10:45.400Z[ recovery-image] Aug 26 20:10:43.883 INFO O| Aug 26 20:10:43.883 INFO STEP 8 (remove_files) COMPLETE
76502024-08-26T20:10:45.400Z[ recovery-image] Aug 26 20:10:43.883 INFO O| Aug 26 20:10:43.883 INFO STEP 9: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
76512024-08-26T20:10:45.405Z[ recovery-image] Aug 26 20:10:43.893 INFO O| Aug 26 20:10:43.893 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/dsk"
76522024-08-26T20:10:45.407Z[ recovery-image] Aug 26 20:10:43.894 INFO O| Aug 26 20:10:43.894 INFO STEP 9 (remove_files) COMPLETE
76532024-08-26T20:10:45.407Z[ recovery-image] Aug 26 20:10:43.894 INFO O| Aug 26 20:10:43.894 INFO STEP 10: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
76542024-08-26T20:10:45.416Z[ recovery-image] Aug 26 20:10:43.904 INFO O| Aug 26 20:10:43.904 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/rdsk"
76552024-08-26T20:10:45.418Z[ recovery-image] Aug 26 20:10:43.905 INFO O| Aug 26 20:10:43.905 INFO STEP 10 (remove_files) COMPLETE
76562024-08-26T20:10:45.418Z[ recovery-image] Aug 26 20:10:43.905 INFO O| Aug 26 20:10:43.905 INFO STEP 11: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
76572024-08-26T20:10:45.427Z[ recovery-image] Aug 26 20:10:43.915 INFO O| Aug 26 20:10:43.915 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/sensors"
76582024-08-26T20:10:45.427Z[ recovery-image] Aug 26 20:10:43.915 INFO O| Aug 26 20:10:43.915 INFO STEP 11 (remove_files) COMPLETE
76592024-08-26T20:10:45.429Z[ recovery-image] Aug 26 20:10:43.915 INFO O| Aug 26 20:10:43.915 INFO STEP 12: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
76602024-08-26T20:10:45.437Z[ recovery-image] Aug 26 20:10:43.926 INFO O| Aug 26 20:10:43.926 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/usb"
76612024-08-26T20:10:45.437Z[ recovery-image] Aug 26 20:10:43.926 INFO O| Aug 26 20:10:43.926 INFO STEP 12 (remove_files) COMPLETE
76622024-08-26T20:10:45.440Z[ recovery-image] Aug 26 20:10:43.926 INFO O| Aug 26 20:10:43.926 INFO STEP 13: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
76632024-08-26T20:10:45.450Z[ recovery-image] Aug 26 20:10:43.939 INFO O| Aug 26 20:10:43.939 INFO creating directory: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/cfg
76642024-08-26T20:10:45.453Z[ recovery-image] Aug 26 20:10:43.939 INFO O| Aug 26 20:10:43.939 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/cfg
76652024-08-26T20:10:45.453Z[ recovery-image] Aug 26 20:10:43.939 INFO O| Aug 26 20:10:43.939 INFO STEP 13 (ensure_dir) COMPLETE
76662024-08-26T20:10:45.453Z[ recovery-image] Aug 26 20:10:43.939 INFO O| Aug 26 20:10:43.939 INFO STEP 14: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
76672024-08-26T20:10:45.461Z[ recovery-image] Aug 26 20:10:43.949 INFO O| Aug 26 20:10:43.949 INFO creating directory: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/dsk
76682024-08-26T20:10:45.461Z[ recovery-image] Aug 26 20:10:43.949 INFO O| Aug 26 20:10:43.949 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/dsk
76692024-08-26T20:10:45.464Z[ recovery-image] Aug 26 20:10:43.950 INFO O| Aug 26 20:10:43.949 INFO chown ok, path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/dsk
76702024-08-26T20:10:45.464Z[ recovery-image] Aug 26 20:10:43.950 INFO O| Aug 26 20:10:43.949 INFO STEP 14 (ensure_dir) COMPLETE
76712024-08-26T20:10:45.464Z[ recovery-image] Aug 26 20:10:43.950 INFO O| Aug 26 20:10:43.950 INFO STEP 15: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
76722024-08-26T20:10:45.472Z[ recovery-image] Aug 26 20:10:43.961 INFO O| Aug 26 20:10:43.961 INFO creating directory: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/rdsk
76732024-08-26T20:10:45.475Z[ recovery-image] Aug 26 20:10:43.961 INFO O| Aug 26 20:10:43.961 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/rdsk
76742024-08-26T20:10:45.475Z[ recovery-image] Aug 26 20:10:43.961 INFO O| Aug 26 20:10:43.961 INFO chown ok, path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/rdsk
76752024-08-26T20:10:45.475Z[ recovery-image] Aug 26 20:10:43.961 INFO O| Aug 26 20:10:43.961 INFO STEP 15 (ensure_dir) COMPLETE
76762024-08-26T20:10:45.475Z[ recovery-image] Aug 26 20:10:43.961 INFO O| Aug 26 20:10:43.961 INFO STEP 16: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
76772024-08-26T20:10:45.483Z[ recovery-image] Aug 26 20:10:43.971 INFO O| Aug 26 20:10:43.971 INFO creating directory: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/sensors
76782024-08-26T20:10:45.483Z[ recovery-image] Aug 26 20:10:43.971 INFO O| Aug 26 20:10:43.971 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/sensors
76792024-08-26T20:10:45.483Z[ recovery-image] Aug 26 20:10:43.971 INFO O| Aug 26 20:10:43.971 INFO STEP 16 (ensure_dir) COMPLETE
76802024-08-26T20:10:45.485Z[ recovery-image] Aug 26 20:10:43.971 INFO O| Aug 26 20:10:43.971 INFO STEP 17: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
76812024-08-26T20:10:45.493Z[ recovery-image] Aug 26 20:10:43.982 INFO O| Aug 26 20:10:43.981 INFO creating directory: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/usb
76822024-08-26T20:10:45.493Z[ recovery-image] Aug 26 20:10:43.982 INFO O| Aug 26 20:10:43.982 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/usb
76832024-08-26T20:10:45.496Z[ recovery-image] Aug 26 20:10:43.982 INFO O| Aug 26 20:10:43.982 INFO STEP 17 (ensure_dir) COMPLETE
76842024-08-26T20:10:45.496Z[ recovery-image] Aug 26 20:10:43.982 INFO O| Aug 26 20:10:43.982 INFO STEP 18: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
76852024-08-26T20:10:45.504Z[ recovery-image] Aug 26 20:10:43.992 INFO O| Aug 26 20:10:43.992 INFO link target ok (../devices/pseudo/sysmsg@0:msglog)
76862024-08-26T20:10:45.504Z[ recovery-image] Aug 26 20:10:43.992 INFO O| Aug 26 20:10:43.992 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/msglog
76872024-08-26T20:10:45.506Z[ recovery-image] Aug 26 20:10:43.992 INFO O| Aug 26 20:10:43.992 INFO ok!
76882024-08-26T20:10:45.507Z[ recovery-image] Aug 26 20:10:43.992 INFO O| Aug 26 20:10:43.992 INFO STEP 18 (ensure_symlink) COMPLETE
76892024-08-26T20:10:45.507Z[ recovery-image] Aug 26 20:10:43.992 INFO O| Aug 26 20:10:43.992 INFO STEP 19: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
76902024-08-26T20:10:45.516Z[ recovery-image] Aug 26 20:10:44.004 INFO O| Aug 26 20:10:44.004 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/reconfigure exists, with correct contents
76912024-08-26T20:10:45.517Z[ recovery-image] Aug 26 20:10:44.004 INFO O| Aug 26 20:10:44.004 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/reconfigure
76922024-08-26T20:10:45.517Z[ recovery-image] Aug 26 20:10:44.004 INFO O| Aug 26 20:10:44.004 INFO ok!
76932024-08-26T20:10:45.519Z[ recovery-image] Aug 26 20:10:44.004 INFO O| Aug 26 20:10:44.004 INFO STEP 19 (ensure_file) COMPLETE
76942024-08-26T20:10:45.519Z[ recovery-image] Aug 26 20:10:44.004 INFO O| Aug 26 20:10:44.004 INFO STEP 20: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/common.json
76952024-08-26T20:10:45.527Z[ recovery-image] Aug 26 20:10:44.015 INFO O| Aug 26 20:10:44.015 INFO link /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/svc/profile/generic.xml does not exist
76962024-08-26T20:10:45.527Z[ recovery-image] Aug 26 20:10:44.015 INFO O| Aug 26 20:10:44.015 INFO linking /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/svc/profile/generic.xml -> generic_limited_net.xml ...
76972024-08-26T20:10:45.529Z[ recovery-image] Aug 26 20:10:44.015 INFO O| Aug 26 20:10:44.015 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/svc/profile/generic.xml
76982024-08-26T20:10:45.529Z[ recovery-image] Aug 26 20:10:44.015 INFO O| Aug 26 20:10:44.015 INFO ok!
76992024-08-26T20:10:45.529Z[ recovery-image] Aug 26 20:10:44.015 INFO O| Aug 26 20:10:44.015 INFO STEP 20 (ensure_symlink) COMPLETE
77002024-08-26T20:10:45.529Z[ recovery-image] Aug 26 20:10:44.015 INFO O| Aug 26 20:10:44.015 INFO STEP 21: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/common.json
77012024-08-26T20:10:45.537Z[ recovery-image] Aug 26 20:10:44.026 INFO O| Aug 26 20:10:44.026 INFO link /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/svc/profile/inetd_services.xml does not exist
77022024-08-26T20:10:45.537Z[ recovery-image] Aug 26 20:10:44.026 INFO O| Aug 26 20:10:44.026 INFO linking /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/svc/profile/inetd_services.xml -> inetd_generic.xml ...
77032024-08-26T20:10:45.540Z[ recovery-image] Aug 26 20:10:44.026 INFO O| Aug 26 20:10:44.026 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/svc/profile/inetd_services.xml
77042024-08-26T20:10:45.540Z[ recovery-image] Aug 26 20:10:44.026 INFO O| Aug 26 20:10:44.026 INFO ok!
77052024-08-26T20:10:45.540Z[ recovery-image] Aug 26 20:10:44.026 INFO O| Aug 26 20:10:44.026 INFO STEP 21 (ensure_symlink) COMPLETE
77062024-08-26T20:10:45.540Z[ recovery-image] Aug 26 20:10:44.026 INFO O| Aug 26 20:10:44.026 INFO STEP 22: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/common.json
77072024-08-26T20:10:45.548Z[ recovery-image] Aug 26 20:10:44.036 INFO O| Aug 26 20:10:44.036 INFO link /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/svc/profile/platform.xml does not exist
77082024-08-26T20:10:45.548Z[ recovery-image] Aug 26 20:10:44.036 INFO O| Aug 26 20:10:44.036 INFO linking /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/svc/profile/platform.xml -> platform_oxide.xml ...
77092024-08-26T20:10:45.550Z[ recovery-image] Aug 26 20:10:44.036 INFO O| Aug 26 20:10:44.036 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/svc/profile/platform.xml
77102024-08-26T20:10:45.550Z[ recovery-image] Aug 26 20:10:44.036 INFO O| Aug 26 20:10:44.036 INFO ok!
77112024-08-26T20:10:45.550Z[ recovery-image] Aug 26 20:10:44.036 INFO O| Aug 26 20:10:44.036 INFO STEP 22 (ensure_symlink) COMPLETE
77122024-08-26T20:10:45.550Z[ recovery-image] Aug 26 20:10:44.037 INFO O| Aug 26 20:10:44.036 INFO STEP 23: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/common.json
77132024-08-26T20:10:45.558Z[ recovery-image] Aug 26 20:10:44.046 INFO O| Aug 26 20:10:44.046 INFO link /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/svc/profile/name_service.xml does not exist
77142024-08-26T20:10:45.558Z[ recovery-image] Aug 26 20:10:44.046 INFO O| Aug 26 20:10:44.046 INFO linking /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/svc/profile/name_service.xml -> ns_dns.xml ...
77152024-08-26T20:10:45.558Z[ recovery-image] Aug 26 20:10:44.047 INFO O| Aug 26 20:10:44.047 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/svc/profile/name_service.xml
77162024-08-26T20:10:45.561Z[ recovery-image] Aug 26 20:10:44.047 INFO O| Aug 26 20:10:44.047 INFO ok!
77172024-08-26T20:10:45.561Z[ recovery-image] Aug 26 20:10:44.047 INFO O| Aug 26 20:10:44.047 INFO STEP 23 (ensure_symlink) COMPLETE
77182024-08-26T20:10:45.561Z[ recovery-image] Aug 26 20:10:44.047 INFO O| Aug 26 20:10:44.047 INFO STEP 24: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
77192024-08-26T20:10:45.569Z[ recovery-image] Aug 26 20:10:44.057 INFO O| Aug 26 20:10:44.057 WARN file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/nsswitch.conf exists, with wrong contents, unlinking
77202024-08-26T20:10:45.571Z[ recovery-image] Aug 26 20:10:44.057 INFO O| Aug 26 20:10:44.057 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 ...
77212024-08-26T20:10:45.571Z[ recovery-image] Aug 26 20:10:44.057 INFO O| Aug 26 20:10:44.057 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/nsswitch.conf
77222024-08-26T20:10:45.572Z[ recovery-image] Aug 26 20:10:44.057 INFO O| Aug 26 20:10:44.057 INFO ok!
77232024-08-26T20:10:45.572Z[ recovery-image] Aug 26 20:10:44.057 INFO O| Aug 26 20:10:44.057 INFO STEP 24 (ensure_file) COMPLETE
77242024-08-26T20:10:45.572Z[ recovery-image] Aug 26 20:10:44.057 INFO O| Aug 26 20:10:44.057 INFO STEP 25: shadow, from: /work/oxidecomputer/helios/image/templates/include/common.json
77252024-08-26T20:10:45.581Z[ recovery-image] Aug 26 20:10:44.068 INFO O| Aug 26 20:10:44.068 INFO updating shadow file
77262024-08-26T20:10:45.583Z[ recovery-image] Aug 26 20:10:44.068 INFO O| Aug 26 20:10:44.068 INFO ownership wrong (Id(0):Id(3), not 0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/shadow
77272024-08-26T20:10:45.583Z[ recovery-image] Aug 26 20:10:44.068 INFO O| Aug 26 20:10:44.068 INFO chown ok, path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/shadow
77282024-08-26T20:10:45.583Z[ recovery-image] Aug 26 20:10:44.068 INFO O| Aug 26 20:10:44.068 INFO STEP 25 (shadow) COMPLETE
77292024-08-26T20:10:45.583Z[ recovery-image] Aug 26 20:10:44.068 INFO O| Aug 26 20:10:44.068 INFO STEP 26: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
77302024-08-26T20:10:45.590Z[ recovery-image] Aug 26 20:10:44.078 INFO O| Aug 26 20:10:44.078 WARN file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/inet/hosts exists, with wrong contents, unlinking
77312024-08-26T20:10:45.590Z[ recovery-image] Aug 26 20:10:44.078 INFO O| Aug 26 20:10:44.078 INFO copying /work/oxidecomputer/helios/image/templates/files/hosts -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/inet/hosts ...
77322024-08-26T20:10:45.592Z[ recovery-image] Aug 26 20:10:44.078 INFO O| Aug 26 20:10:44.078 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/inet/hosts
77332024-08-26T20:10:45.593Z[ recovery-image] Aug 26 20:10:44.078 INFO O| Aug 26 20:10:44.078 INFO ok!
77342024-08-26T20:10:45.593Z[ recovery-image] Aug 26 20:10:44.078 INFO O| Aug 26 20:10:44.078 INFO STEP 26 (ensure_file) COMPLETE
77352024-08-26T20:10:45.593Z[ recovery-image] Aug 26 20:10:44.078 INFO O| Aug 26 20:10:44.078 INFO STEP 27: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
77362024-08-26T20:10:45.600Z[ recovery-image] Aug 26 20:10:44.089 INFO O| Aug 26 20:10:44.089 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/nodename does not exist
77372024-08-26T20:10:45.600Z[ recovery-image] Aug 26 20:10:44.089 INFO O| Aug 26 20:10:44.089 INFO writing /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/nodename ...
77382024-08-26T20:10:45.604Z[ recovery-image] Aug 26 20:10:44.089 INFO O| Aug 26 20:10:44.089 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/nodename
77392024-08-26T20:10:45.604Z[ recovery-image] Aug 26 20:10:44.089 INFO O| Aug 26 20:10:44.089 INFO ok!
77402024-08-26T20:10:45.604Z[ recovery-image] Aug 26 20:10:44.089 INFO O| Aug 26 20:10:44.089 INFO STEP 27 (ensure_file) COMPLETE
77412024-08-26T20:10:45.604Z[ recovery-image] Aug 26 20:10:44.089 INFO O| Aug 26 20:10:44.089 INFO STEP 28: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
77422024-08-26T20:10:45.612Z[ recovery-image] Aug 26 20:10:44.099 INFO O| Aug 26 20:10:44.099 WARN file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/default/dhcpagent exists, with wrong contents, unlinking
77432024-08-26T20:10:45.612Z[ recovery-image] Aug 26 20:10:44.099 INFO O| Aug 26 20:10:44.099 INFO copying /work/oxidecomputer/helios/image/templates/files/dhcpagent -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/default/dhcpagent ...
77442024-08-26T20:10:45.612Z[ recovery-image] Aug 26 20:10:44.099 INFO O| Aug 26 20:10:44.099 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/default/dhcpagent
77452024-08-26T20:10:45.615Z[ recovery-image] Aug 26 20:10:44.099 INFO O| Aug 26 20:10:44.099 INFO chown ok, path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/default/dhcpagent
77462024-08-26T20:10:45.615Z[ recovery-image] Aug 26 20:10:44.099 INFO O| Aug 26 20:10:44.099 INFO ok!
77472024-08-26T20:10:45.615Z[ recovery-image] Aug 26 20:10:44.099 INFO O| Aug 26 20:10:44.099 INFO STEP 28 (ensure_file) COMPLETE
77482024-08-26T20:10:45.615Z[ recovery-image] Aug 26 20:10:44.100 INFO O| Aug 26 20:10:44.099 INFO STEP 29: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
77492024-08-26T20:10:45.624Z[ recovery-image] Aug 26 20:10:44.111 INFO O| Aug 26 20:10:44.111 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/resolv.conf does not exist
77502024-08-26T20:10:45.626Z[ recovery-image] Aug 26 20:10:44.111 INFO O| Aug 26 20:10:44.111 INFO writing /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/resolv.conf ...
77512024-08-26T20:10:45.627Z[ recovery-image] Aug 26 20:10:44.111 INFO O| Aug 26 20:10:44.111 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/resolv.conf
77522024-08-26T20:10:45.627Z[ recovery-image] Aug 26 20:10:44.111 INFO O| Aug 26 20:10:44.111 INFO ok!
77532024-08-26T20:10:45.627Z[ recovery-image] Aug 26 20:10:44.111 INFO O| Aug 26 20:10:44.111 INFO STEP 29 (ensure_file) COMPLETE
77542024-08-26T20:10:45.627Z[ recovery-image] Aug 26 20:10:44.111 INFO O| Aug 26 20:10:44.111 INFO STEP 30: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs-recovery.json
77552024-08-26T20:10:45.634Z[ recovery-image] Aug 26 20:10:44.121 INFO O| Aug 26 20:10:44.121 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/auto_master does not exist
77562024-08-26T20:10:45.637Z[ recovery-image] Aug 26 20:10:44.121 INFO O| Aug 26 20:10:44.121 INFO copying /work/oxidecomputer/helios/image/templates/files/auto_master -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/auto_master ...
77572024-08-26T20:10:45.637Z[ recovery-image] Aug 26 20:10:44.122 INFO O| Aug 26 20:10:44.121 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/auto_master
77582024-08-26T20:10:45.637Z[ recovery-image] Aug 26 20:10:44.122 INFO O| Aug 26 20:10:44.122 INFO ok!
77592024-08-26T20:10:45.637Z[ recovery-image] Aug 26 20:10:44.122 INFO O| Aug 26 20:10:44.122 INFO STEP 30 (ensure_file) COMPLETE
77602024-08-26T20:10:45.637Z[ recovery-image] Aug 26 20:10:44.122 INFO O| Aug 26 20:10:44.122 INFO STEP 31: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs-recovery.json
77612024-08-26T20:10:45.644Z[ recovery-image] Aug 26 20:10:44.132 INFO O| Aug 26 20:10:44.132 WARN file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/ttydefs exists, with wrong contents, unlinking
77622024-08-26T20:10:45.644Z[ recovery-image] Aug 26 20:10:44.132 INFO O| Aug 26 20:10:44.132 INFO copying /work/oxidecomputer/helios/image/templates/files/ttydefs.3000000 -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/ttydefs ...
77632024-08-26T20:10:45.646Z[ recovery-image] Aug 26 20:10:44.132 INFO O| Aug 26 20:10:44.132 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/ttydefs
77642024-08-26T20:10:45.646Z[ recovery-image] Aug 26 20:10:44.132 INFO O| Aug 26 20:10:44.132 INFO chown ok, path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/ttydefs
77652024-08-26T20:10:45.646Z[ recovery-image] Aug 26 20:10:44.132 INFO O| Aug 26 20:10:44.132 INFO ok!
77662024-08-26T20:10:45.646Z[ recovery-image] Aug 26 20:10:44.132 INFO O| Aug 26 20:10:44.132 INFO STEP 31 (ensure_file) COMPLETE
77672024-08-26T20:10:45.647Z[ recovery-image] Aug 26 20:10:44.132 INFO O| Aug 26 20:10:44.132 INFO STEP 32: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs-recovery.json
77682024-08-26T20:10:45.654Z[ recovery-image] Aug 26 20:10:44.142 INFO O| Aug 26 20:10:44.142 WARN file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/default/init exists, with wrong contents, unlinking
77692024-08-26T20:10:45.654Z[ recovery-image] Aug 26 20:10:44.142 INFO O| Aug 26 20:10:44.142 INFO copying /work/oxidecomputer/helios/image/templates/files/default_init -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/default/init ...
77702024-08-26T20:10:45.666Z[ recovery-image] Aug 26 20:10:44.143 INFO O| Aug 26 20:10:44.142 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/default/init
77712024-08-26T20:10:45.666Z[ recovery-image] Aug 26 20:10:44.143 INFO O| Aug 26 20:10:44.142 INFO ok!
77722024-08-26T20:10:45.666Z[ recovery-image] Aug 26 20:10:44.143 INFO O| Aug 26 20:10:44.142 INFO STEP 32 (ensure_file) COMPLETE
77732024-08-26T20:10:45.666Z[ recovery-image] Aug 26 20:10:44.143 INFO O| Aug 26 20:10:44.143 INFO STEP 33: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs-recovery.json
77742024-08-26T20:10:45.669Z[ recovery-image] Aug 26 20:10:44.153 INFO O| Aug 26 20:10:44.153 WARN file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/ssh/sshd_config exists, with wrong contents, unlinking
77752024-08-26T20:10:45.669Z[ recovery-image] Aug 26 20:10:44.153 INFO O| Aug 26 20:10:44.153 INFO copying /work/oxidecomputer/helios/image/templates/files/sshd_config -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/ssh/sshd_config ...
77762024-08-26T20:10:45.669Z[ recovery-image] Aug 26 20:10:44.153 INFO O| Aug 26 20:10:44.153 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/ssh/sshd_config
77772024-08-26T20:10:45.669Z[ recovery-image] Aug 26 20:10:44.153 INFO O| Aug 26 20:10:44.153 INFO ok!
77782024-08-26T20:10:45.669Z[ recovery-image] Aug 26 20:10:44.153 INFO O| Aug 26 20:10:44.153 INFO STEP 33 (ensure_file) COMPLETE
77792024-08-26T20:10:45.669Z[ recovery-image] Aug 26 20:10:44.153 INFO O| Aug 26 20:10:44.153 INFO STEP 34: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs-recovery.json
77802024-08-26T20:10:45.675Z[ recovery-image] Aug 26 20:10:44.163 INFO O| Aug 26 20:10:44.163 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/usr/lib/bootparams does not exist
77812024-08-26T20:10:45.675Z[ recovery-image] Aug 26 20:10:44.163 INFO O| Aug 26 20:10:44.163 INFO copying /work/oxidecomputer/helios/image/templates/files/bootparams.sh -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/usr/lib/bootparams ...
77822024-08-26T20:10:45.678Z[ recovery-image] Aug 26 20:10:44.163 INFO O| Aug 26 20:10:44.163 INFO perms are 644, should be 755, path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/usr/lib/bootparams
77832024-08-26T20:10:45.678Z[ recovery-image] Aug 26 20:10:44.163 INFO O| Aug 26 20:10:44.163 INFO chmod ok, path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/usr/lib/bootparams
77842024-08-26T20:10:45.678Z[ recovery-image] Aug 26 20:10:44.163 INFO O| Aug 26 20:10:44.163 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/usr/lib/bootparams
77852024-08-26T20:10:45.678Z[ recovery-image] Aug 26 20:10:44.163 INFO O| Aug 26 20:10:44.163 INFO chown ok, path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/usr/lib/bootparams
77862024-08-26T20:10:45.678Z[ recovery-image] Aug 26 20:10:44.163 INFO O| Aug 26 20:10:44.163 INFO ok!
77872024-08-26T20:10:45.678Z[ recovery-image] Aug 26 20:10:44.163 INFO O| Aug 26 20:10:44.163 INFO STEP 34 (ensure_file) COMPLETE
77882024-08-26T20:10:45.678Z[ recovery-image] Aug 26 20:10:44.163 INFO O| Aug 26 20:10:44.163 INFO STEP 35: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/t6-firmware.json
77892024-08-26T20:10:45.686Z[ recovery-image] Aug 26 20:10:44.175 INFO O| Aug 26 20:10:44.175 INFO creating directory: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/platform/Oxide,Gimlet/firmware
77902024-08-26T20:10:45.689Z[ recovery-image] Aug 26 20:10:44.175 INFO O| Aug 26 20:10:44.175 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/platform/Oxide,Gimlet/firmware
77912024-08-26T20:10:45.689Z[ recovery-image] Aug 26 20:10:44.175 INFO O| Aug 26 20:10:44.175 INFO chown ok, path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/platform/Oxide,Gimlet/firmware
77922024-08-26T20:10:45.689Z[ recovery-image] Aug 26 20:10:44.175 INFO O| Aug 26 20:10:44.175 INFO STEP 35 (ensure_dir) COMPLETE
77932024-08-26T20:10:45.689Z[ recovery-image] Aug 26 20:10:44.175 INFO O| Aug 26 20:10:44.175 INFO STEP 36: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/t6-firmware.json
77942024-08-26T20:10:45.697Z[ recovery-image] Aug 26 20:10:44.185 INFO O| Aug 26 20:10:44.185 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
77952024-08-26T20:10:45.697Z[ recovery-image] Aug 26 20:10:44.185 INFO O| Aug 26 20:10:44.185 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 ...
77962024-08-26T20:10:45.699Z[ recovery-image] Aug 26 20:10:44.185 INFO O| Aug 26 20:10:44.185 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
77972024-08-26T20:10:45.699Z[ recovery-image] Aug 26 20:10:44.185 INFO O| Aug 26 20:10:44.185 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
77982024-08-26T20:10:45.699Z[ recovery-image] Aug 26 20:10:44.185 INFO O| Aug 26 20:10:44.185 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
77992024-08-26T20:10:45.700Z[ recovery-image] Aug 26 20:10:44.185 INFO O| Aug 26 20:10:44.185 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
78002024-08-26T20:10:45.700Z[ recovery-image] Aug 26 20:10:44.185 INFO O| Aug 26 20:10:44.185 INFO ok!
78012024-08-26T20:10:45.700Z[ recovery-image] Aug 26 20:10:44.185 INFO O| Aug 26 20:10:44.185 INFO STEP 36 (ensure_file) COMPLETE
78022024-08-26T20:10:45.700Z[ recovery-image] Aug 26 20:10:44.185 INFO O| Aug 26 20:10:44.185 INFO STEP 37: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/t6-firmware.json
78032024-08-26T20:10:45.708Z[ recovery-image] Aug 26 20:10:44.196 INFO O| Aug 26 20:10:44.196 INFO link /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/platform/Oxide,Gimlet/firmware/t6srom.bin does not exist
78042024-08-26T20:10:45.708Z[ recovery-image] Aug 26 20:10:44.196 INFO O| Aug 26 20:10:44.196 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 ...
78052024-08-26T20:10:45.710Z[ recovery-image] Aug 26 20:10:44.196 INFO O| Aug 26 20:10:44.196 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/platform/Oxide,Gimlet/firmware/t6srom.bin
78062024-08-26T20:10:45.710Z[ recovery-image] Aug 26 20:10:44.196 INFO O| Aug 26 20:10:44.196 INFO ok!
78072024-08-26T20:10:45.710Z[ recovery-image] Aug 26 20:10:44.196 INFO O| Aug 26 20:10:44.196 INFO STEP 37 (ensure_symlink) COMPLETE
78082024-08-26T20:10:45.710Z[ recovery-image] Aug 26 20:10:44.196 INFO O| Aug 26 20:10:44.196 INFO STEP 38: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs-recovery.json
78092024-08-26T20:10:45.718Z[ recovery-image] Aug 26 20:10:44.207 INFO O| Aug 26 20:10:44.207 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/usr/lib/recovery-hostname does not exist
78102024-08-26T20:10:45.718Z[ recovery-image] Aug 26 20:10:44.207 INFO O| Aug 26 20:10:44.207 INFO copying /work/oxidecomputer/helios/image/templates/files/recovery-hostname.sh -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/usr/lib/recovery-hostname ...
78112024-08-26T20:10:45.718Z[ recovery-image] Aug 26 20:10:44.207 INFO O| Aug 26 20:10:44.207 INFO perms are 644, should be 755, path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/usr/lib/recovery-hostname
78122024-08-26T20:10:45.721Z[ recovery-image] Aug 26 20:10:44.207 INFO O| Aug 26 20:10:44.207 INFO chmod ok, path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/usr/lib/recovery-hostname
78132024-08-26T20:10:45.721Z[ recovery-image] Aug 26 20:10:44.207 INFO O| Aug 26 20:10:44.207 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/usr/lib/recovery-hostname
78142024-08-26T20:10:45.721Z[ recovery-image] Aug 26 20:10:44.207 INFO O| Aug 26 20:10:44.207 INFO chown ok, path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/usr/lib/recovery-hostname
78152024-08-26T20:10:45.721Z[ recovery-image] Aug 26 20:10:44.207 INFO O| Aug 26 20:10:44.207 INFO ok!
78162024-08-26T20:10:45.721Z[ recovery-image] Aug 26 20:10:44.207 INFO O| Aug 26 20:10:44.207 INFO STEP 38 (ensure_file) COMPLETE
78172024-08-26T20:10:45.721Z[ recovery-image] Aug 26 20:10:44.207 INFO O| Aug 26 20:10:44.207 INFO STEP 39: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs-recovery.json
78182024-08-26T20:10:45.729Z[ recovery-image] Aug 26 20:10:44.217 INFO O| Aug 26 20:10:44.217 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/site/recovery-hostname.xml does not exist
78192024-08-26T20:10:45.729Z[ recovery-image] Aug 26 20:10:44.217 INFO O| Aug 26 20:10:44.217 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 ...
78202024-08-26T20:10:45.731Z[ recovery-image] Aug 26 20:10:44.217 INFO O| Aug 26 20:10:44.217 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
78212024-08-26T20:10:45.731Z[ recovery-image] Aug 26 20:10:44.217 INFO O| Aug 26 20:10:44.217 INFO chown ok, path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/site/recovery-hostname.xml
78222024-08-26T20:10:45.731Z[ recovery-image] Aug 26 20:10:44.217 INFO O| Aug 26 20:10:44.217 INFO ok!
78232024-08-26T20:10:45.731Z[ recovery-image] Aug 26 20:10:44.217 INFO O| Aug 26 20:10:44.217 INFO STEP 39 (ensure_file) COMPLETE
78242024-08-26T20:10:45.731Z[ recovery-image] Aug 26 20:10:44.217 INFO O| Aug 26 20:10:44.217 INFO STEP 40: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs-recovery.json
78252024-08-26T20:10:45.739Z[ recovery-image] Aug 26 20:10:44.227 INFO O| Aug 26 20:10:44.227 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/var/svc/profile/site.xml does not exist
78262024-08-26T20:10:45.739Z[ recovery-image] Aug 26 20:10:44.227 INFO O| Aug 26 20:10:44.227 INFO copying /work/oxidecomputer/helios/image/templates/files/site.xml -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/var/svc/profile/site.xml ...
78272024-08-26T20:10:45.741Z[ recovery-image] Aug 26 20:10:44.227 INFO O| Aug 26 20:10:44.227 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/var/svc/profile/site.xml
78282024-08-26T20:10:45.741Z[ recovery-image] Aug 26 20:10:44.227 INFO O| Aug 26 20:10:44.227 INFO ok!
78292024-08-26T20:10:45.741Z[ recovery-image] Aug 26 20:10:44.227 INFO O| Aug 26 20:10:44.227 INFO STEP 40 (ensure_file) COMPLETE
78302024-08-26T20:10:45.741Z[ recovery-image] Aug 26 20:10:44.227 INFO O| Aug 26 20:10:44.227 INFO STEP 41: shadow, from: /work/oxidecomputer/helios/image/templates/include/root-noauth.json
78312024-08-26T20:10:45.749Z[ recovery-image] Aug 26 20:10:44.237 INFO O| Aug 26 20:10:44.237 INFO updating shadow file
78322024-08-26T20:10:45.752Z[ recovery-image] Aug 26 20:10:44.238 INFO O| Aug 26 20:10:44.237 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/shadow
78332024-08-26T20:10:45.752Z[ recovery-image] Aug 26 20:10:44.238 INFO O| Aug 26 20:10:44.238 INFO STEP 41 (shadow) COMPLETE
78342024-08-26T20:10:45.752Z[ recovery-image] Aug 26 20:10:44.238 INFO O| Aug 26 20:10:44.238 INFO STEP 42: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/root-noauth.json
78352024-08-26T20:10:45.760Z[ recovery-image] Aug 26 20:10:44.248 INFO O| Aug 26 20:10:44.248 WARN file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/default/login exists, with wrong contents, unlinking
78362024-08-26T20:10:45.762Z[ recovery-image] Aug 26 20:10:44.248 INFO O| Aug 26 20:10:44.248 INFO copying /work/oxidecomputer/helios/image/templates/files/mfg_default_login -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/default/login ...
78372024-08-26T20:10:45.763Z[ recovery-image] Aug 26 20:10:44.248 INFO O| Aug 26 20:10:44.248 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/default/login
78382024-08-26T20:10:45.763Z[ recovery-image] Aug 26 20:10:44.248 INFO O| Aug 26 20:10:44.248 INFO chown ok, path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/default/login
78392024-08-26T20:10:45.763Z[ recovery-image] Aug 26 20:10:44.248 INFO O| Aug 26 20:10:44.248 INFO ok!
78402024-08-26T20:10:45.763Z[ recovery-image] Aug 26 20:10:44.249 INFO O| Aug 26 20:10:44.248 INFO STEP 42 (ensure_file) COMPLETE
78412024-08-26T20:10:45.763Z[ recovery-image] Aug 26 20:10:44.249 INFO O| Aug 26 20:10:44.248 INFO STEP 43: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
78422024-08-26T20:10:45.770Z[ recovery-image] Aug 26 20:10:44.258 INFO O| Aug 26 20:10:44.258 INFO ownership already OK (0:3), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt
78432024-08-26T20:10:45.770Z[ recovery-image] Aug 26 20:10:44.258 INFO O| Aug 26 20:10:44.258 INFO STEP 43 (ensure_dir) COMPLETE
78442024-08-26T20:10:45.773Z[ recovery-image] Aug 26 20:10:44.258 INFO O| Aug 26 20:10:44.258 INFO STEP 44: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
78452024-08-26T20:10:45.780Z[ recovery-image] Aug 26 20:10:44.268 INFO O| Aug 26 20:10:44.268 INFO ownership wrong (Id(0):Id(2), not 0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide
78462024-08-26T20:10:45.780Z[ recovery-image] Aug 26 20:10:44.268 INFO O| Aug 26 20:10:44.268 INFO chown ok, path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide
78472024-08-26T20:10:45.784Z[ recovery-image] Aug 26 20:10:44.268 INFO O| Aug 26 20:10:44.268 INFO STEP 44 (ensure_dir) COMPLETE
78482024-08-26T20:10:45.784Z[ recovery-image] Aug 26 20:10:44.268 INFO O| Aug 26 20:10:44.268 INFO STEP 45: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
78492024-08-26T20:10:45.790Z[ recovery-image] Aug 26 20:10:44.278 INFO O| Aug 26 20:10:44.278 INFO creating directory: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/installinator
78502024-08-26T20:10:45.793Z[ recovery-image] Aug 26 20:10:44.278 INFO O| Aug 26 20:10:44.278 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/installinator
78512024-08-26T20:10:45.793Z[ recovery-image] Aug 26 20:10:44.278 INFO O| Aug 26 20:10:44.278 INFO STEP 45 (ensure_dir) COMPLETE
78522024-08-26T20:10:45.793Z[ recovery-image] Aug 26 20:10:44.278 INFO O| Aug 26 20:10:44.278 INFO STEP 46: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
78532024-08-26T20:10:45.801Z[ recovery-image] Aug 26 20:10:44.289 INFO O| Aug 26 20:10:44.289 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/installinator/installinator does not exist
78542024-08-26T20:10:45.801Z[ recovery-image] Aug 26 20:10:44.289 INFO O| Aug 26 20:10:44.289 INFO copying /tmp/.tmpYkxlj2/proto/recovery/root/opt/oxide/installinator/installinator -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/installinator/installinator ...
78552024-08-26T20:10:45.832Z[ recovery-image] Aug 26 20:10:44.320 INFO O| Aug 26 20:10:44.320 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/installinator/installinator
78562024-08-26T20:10:45.832Z[ recovery-image] Aug 26 20:10:44.320 INFO O| Aug 26 20:10:44.320 INFO ok!
78572024-08-26T20:10:45.834Z[ recovery-image] Aug 26 20:10:44.320 INFO O| Aug 26 20:10:44.320 INFO STEP 46 (ensure_file) COMPLETE
78582024-08-26T20:10:45.834Z[ recovery-image] Aug 26 20:10:44.320 INFO O| Aug 26 20:10:44.320 INFO STEP 47: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
78592024-08-26T20:10:45.844Z[ recovery-image] Aug 26 20:10:44.332 INFO O| Aug 26 20:10:44.332 INFO creating directory: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/installinator/pkg
78602024-08-26T20:10:45.844Z[ recovery-image] Aug 26 20:10:44.332 INFO O| Aug 26 20:10:44.332 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/installinator/pkg
78612024-08-26T20:10:45.844Z[ recovery-image] Aug 26 20:10:44.332 INFO O| Aug 26 20:10:44.332 INFO STEP 47 (ensure_dir) COMPLETE
78622024-08-26T20:10:45.847Z[ recovery-image] Aug 26 20:10:44.332 INFO O| Aug 26 20:10:44.332 INFO STEP 48: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
78632024-08-26T20:10:45.855Z[ recovery-image] Aug 26 20:10:44.343 INFO O| Aug 26 20:10:44.343 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/installinator/VERSION does not exist
78642024-08-26T20:10:45.855Z[ recovery-image] Aug 26 20:10:44.343 INFO O| Aug 26 20:10:44.343 INFO copying /tmp/.tmpYkxlj2/proto/recovery/root/opt/oxide/installinator/VERSION -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/installinator/VERSION ...
78652024-08-26T20:10:45.858Z[ recovery-image] Aug 26 20:10:44.343 INFO O| Aug 26 20:10:44.343 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/installinator/VERSION
78662024-08-26T20:10:45.858Z[ recovery-image] Aug 26 20:10:44.343 INFO O| Aug 26 20:10:44.343 INFO ok!
78672024-08-26T20:10:45.858Z[ recovery-image] Aug 26 20:10:44.343 INFO O| Aug 26 20:10:44.343 INFO STEP 48 (ensure_file) COMPLETE
78682024-08-26T20:10:45.858Z[ recovery-image] Aug 26 20:10:44.343 INFO O| Aug 26 20:10:44.343 INFO STEP 49: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
78692024-08-26T20:10:45.866Z[ recovery-image] Aug 26 20:10:44.354 INFO O| Aug 26 20:10:44.354 INFO creating directory: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm
78702024-08-26T20:10:45.866Z[ recovery-image] Aug 26 20:10:44.355 INFO O| Aug 26 20:10:44.355 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm
78712024-08-26T20:10:45.869Z[ recovery-image] Aug 26 20:10:44.355 INFO O| Aug 26 20:10:44.355 INFO STEP 49 (ensure_dir) COMPLETE
78722024-08-26T20:10:45.869Z[ recovery-image] Aug 26 20:10:44.355 INFO O| Aug 26 20:10:44.355 INFO STEP 50: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
78732024-08-26T20:10:45.878Z[ recovery-image] Aug 26 20:10:44.366 INFO O| Aug 26 20:10:44.366 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/ddmadm does not exist
78742024-08-26T20:10:45.878Z[ recovery-image] Aug 26 20:10:44.366 INFO O| Aug 26 20:10:44.366 INFO copying /tmp/.tmpYkxlj2/proto/recovery/root/opt/oxide/mg-ddm/ddmadm -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/ddmadm ...
78752024-08-26T20:10:45.894Z[ recovery-image] Aug 26 20:10:44.382 INFO O| Aug 26 20:10:44.382 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/ddmadm
78762024-08-26T20:10:45.894Z[ recovery-image] Aug 26 20:10:44.382 INFO O| Aug 26 20:10:44.382 INFO ok!
78772024-08-26T20:10:45.894Z[ recovery-image] Aug 26 20:10:44.382 INFO O| Aug 26 20:10:44.382 INFO STEP 50 (ensure_file) COMPLETE
78782024-08-26T20:10:45.896Z[ recovery-image] Aug 26 20:10:44.382 INFO O| Aug 26 20:10:44.382 INFO STEP 51: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
78792024-08-26T20:10:45.906Z[ recovery-image] Aug 26 20:10:44.394 INFO O| Aug 26 20:10:44.394 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/ddmd does not exist
78802024-08-26T20:10:45.906Z[ recovery-image] Aug 26 20:10:44.394 INFO O| Aug 26 20:10:44.394 INFO copying /tmp/.tmpYkxlj2/proto/recovery/root/opt/oxide/mg-ddm/ddmd -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/ddmd ...
78812024-08-26T20:10:46.422Z[ recovery-image] Aug 26 20:10:44.910 INFO O| Aug 26 20:10:44.910 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/ddmd
78822024-08-26T20:10:46.422Z[ recovery-image] Aug 26 20:10:44.910 INFO O| Aug 26 20:10:44.910 INFO ok!
78832024-08-26T20:10:46.425Z[ recovery-image] Aug 26 20:10:44.910 INFO O| Aug 26 20:10:44.910 INFO STEP 51 (ensure_file) COMPLETE
78842024-08-26T20:10:46.425Z[ recovery-image] Aug 26 20:10:44.910 INFO O| Aug 26 20:10:44.910 INFO STEP 52: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
78852024-08-26T20:10:46.433Z[ recovery-image] Aug 26 20:10:44.921 INFO O| Aug 26 20:10:44.921 INFO creating directory: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/pkg
78862024-08-26T20:10:46.435Z[ recovery-image] Aug 26 20:10:44.921 INFO O| Aug 26 20:10:44.921 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/pkg
78872024-08-26T20:10:46.435Z[ recovery-image] Aug 26 20:10:44.921 INFO O| Aug 26 20:10:44.921 INFO STEP 52 (ensure_dir) COMPLETE
78882024-08-26T20:10:46.436Z[ recovery-image] Aug 26 20:10:44.921 INFO O| Aug 26 20:10:44.921 INFO STEP 53: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
78892024-08-26T20:10:46.443Z[ recovery-image] Aug 26 20:10:44.932 INFO O| Aug 26 20:10:44.932 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/pkg/refresh_ctrun_child.sh does not exist
78902024-08-26T20:10:46.443Z[ recovery-image] Aug 26 20:10:44.932 INFO O| Aug 26 20:10:44.932 INFO copying /tmp/.tmpYkxlj2/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 ...
78912024-08-26T20:10:46.446Z[ recovery-image] Aug 26 20:10:44.932 INFO O| Aug 26 20:10:44.932 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
78922024-08-26T20:10:46.446Z[ recovery-image] Aug 26 20:10:44.932 INFO O| Aug 26 20:10:44.932 INFO ok!
78932024-08-26T20:10:46.446Z[ recovery-image] Aug 26 20:10:44.932 INFO O| Aug 26 20:10:44.932 INFO STEP 53 (ensure_file) COMPLETE
78942024-08-26T20:10:46.446Z[ recovery-image] Aug 26 20:10:44.932 INFO O| Aug 26 20:10:44.932 INFO STEP 54: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
78952024-08-26T20:10:46.456Z[ recovery-image] Aug 26 20:10:44.944 INFO O| Aug 26 20:10:44.944 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/pkg/mgd_method_script.sh does not exist
78962024-08-26T20:10:46.458Z[ recovery-image] Aug 26 20:10:44.944 INFO O| Aug 26 20:10:44.944 INFO copying /tmp/.tmpYkxlj2/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 ...
78972024-08-26T20:10:46.458Z[ recovery-image] Aug 26 20:10:44.944 INFO O| Aug 26 20:10:44.944 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
78982024-08-26T20:10:46.458Z[ recovery-image] Aug 26 20:10:44.944 INFO O| Aug 26 20:10:44.944 INFO ok!
78992024-08-26T20:10:46.458Z[ recovery-image] Aug 26 20:10:44.944 INFO O| Aug 26 20:10:44.944 INFO STEP 54 (ensure_file) COMPLETE
79002024-08-26T20:10:46.458Z[ recovery-image] Aug 26 20:10:44.944 INFO O| Aug 26 20:10:44.944 INFO STEP 55: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
79012024-08-26T20:10:46.466Z[ recovery-image] Aug 26 20:10:44.955 INFO O| Aug 26 20:10:44.955 INFO creating directory: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/pkg/mgd
79022024-08-26T20:10:46.466Z[ recovery-image] Aug 26 20:10:44.955 INFO O| Aug 26 20:10:44.955 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/pkg/mgd
79032024-08-26T20:10:46.469Z[ recovery-image] Aug 26 20:10:44.955 INFO O| Aug 26 20:10:44.955 INFO STEP 55 (ensure_dir) COMPLETE
79042024-08-26T20:10:46.469Z[ recovery-image] Aug 26 20:10:44.955 INFO O| Aug 26 20:10:44.955 INFO STEP 56: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
79052024-08-26T20:10:46.484Z[ recovery-image] Aug 26 20:10:44.972 INFO O| Aug 26 20:10:44.970 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/pkg/mgd/manifest.xml does not exist
79062024-08-26T20:10:46.484Z[ recovery-image] Aug 26 20:10:44.972 INFO O| Aug 26 20:10:44.970 INFO copying /tmp/.tmpYkxlj2/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 ...
79072024-08-26T20:10:46.484Z[ recovery-image] Aug 26 20:10:44.972 INFO O| Aug 26 20:10:44.970 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/pkg/mgd/manifest.xml
79082024-08-26T20:10:46.484Z[ recovery-image] Aug 26 20:10:44.972 INFO O| Aug 26 20:10:44.970 INFO ok!
79092024-08-26T20:10:46.484Z[ recovery-image] Aug 26 20:10:44.972 INFO O| Aug 26 20:10:44.970 INFO STEP 56 (ensure_file) COMPLETE
79102024-08-26T20:10:46.484Z[ recovery-image] Aug 26 20:10:44.972 INFO O| Aug 26 20:10:44.970 INFO STEP 57: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
79112024-08-26T20:10:46.502Z[ recovery-image] Aug 26 20:10:44.988 INFO O| Aug 26 20:10:44.988 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/pkg/ddm_method_script.sh does not exist
79122024-08-26T20:10:46.502Z[ recovery-image] Aug 26 20:10:44.988 INFO O| Aug 26 20:10:44.988 INFO copying /tmp/.tmpYkxlj2/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 ...
79132024-08-26T20:10:46.505Z[ recovery-image] Aug 26 20:10:44.989 INFO O| Aug 26 20:10:44.989 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
79142024-08-26T20:10:46.505Z[ recovery-image] Aug 26 20:10:44.989 INFO O| Aug 26 20:10:44.989 INFO ok!
79152024-08-26T20:10:46.505Z[ recovery-image] Aug 26 20:10:44.989 INFO O| Aug 26 20:10:44.989 INFO STEP 57 (ensure_file) COMPLETE
79162024-08-26T20:10:46.505Z[ recovery-image] Aug 26 20:10:44.989 INFO O| Aug 26 20:10:44.989 INFO STEP 58: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
79172024-08-26T20:10:46.524Z[ recovery-image] Aug 26 20:10:45.012 INFO O| Aug 26 20:10:45.011 INFO creating directory: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/pkg/ddm
79182024-08-26T20:10:46.524Z[ recovery-image] Aug 26 20:10:45.012 INFO O| Aug 26 20:10:45.011 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/pkg/ddm
79192024-08-26T20:10:46.524Z[ recovery-image] Aug 26 20:10:45.012 INFO O| Aug 26 20:10:45.011 INFO STEP 58 (ensure_dir) COMPLETE
79202024-08-26T20:10:46.524Z[ recovery-image] Aug 26 20:10:45.012 INFO O| Aug 26 20:10:45.011 INFO STEP 59: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
79212024-08-26T20:10:46.547Z[ recovery-image] Aug 26 20:10:45.033 INFO O| Aug 26 20:10:45.032 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/pkg/ddm/manifest.xml does not exist
79222024-08-26T20:10:46.547Z[ recovery-image] Aug 26 20:10:45.033 INFO O| Aug 26 20:10:45.032 INFO copying /tmp/.tmpYkxlj2/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 ...
79232024-08-26T20:10:46.547Z[ recovery-image] Aug 26 20:10:45.033 INFO O| Aug 26 20:10:45.032 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/pkg/ddm/manifest.xml
79242024-08-26T20:10:46.547Z[ recovery-image] Aug 26 20:10:45.033 INFO O| Aug 26 20:10:45.032 INFO ok!
79252024-08-26T20:10:46.547Z[ recovery-image] Aug 26 20:10:45.033 INFO O| Aug 26 20:10:45.032 INFO STEP 59 (ensure_file) COMPLETE
79262024-08-26T20:10:46.547Z[ recovery-image] Aug 26 20:10:45.033 INFO O| Aug 26 20:10:45.032 INFO STEP 60: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
79272024-08-26T20:10:46.568Z[ recovery-image] Aug 26 20:10:45.054 INFO O| Aug 26 20:10:45.052 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/VERSION does not exist
79282024-08-26T20:10:46.568Z[ recovery-image] Aug 26 20:10:45.054 INFO O| Aug 26 20:10:45.052 INFO copying /tmp/.tmpYkxlj2/proto/recovery/root/opt/oxide/mg-ddm/VERSION -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/VERSION ...
79292024-08-26T20:10:46.568Z[ recovery-image] Aug 26 20:10:45.054 INFO O| Aug 26 20:10:45.052 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/VERSION
79302024-08-26T20:10:46.568Z[ recovery-image] Aug 26 20:10:45.054 INFO O| Aug 26 20:10:45.052 INFO ok!
79312024-08-26T20:10:46.568Z[ recovery-image] Aug 26 20:10:45.054 INFO O| Aug 26 20:10:45.052 INFO STEP 60 (ensure_file) COMPLETE
79322024-08-26T20:10:46.568Z[ recovery-image] Aug 26 20:10:45.054 INFO O| Aug 26 20:10:45.052 INFO STEP 61: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
79332024-08-26T20:10:46.584Z[ recovery-image] Aug 26 20:10:45.072 INFO O| Aug 26 20:10:45.070 INFO ownership already OK (0:2), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib
79342024-08-26T20:10:46.584Z[ recovery-image] Aug 26 20:10:45.072 INFO O| Aug 26 20:10:45.070 INFO STEP 61 (ensure_dir) COMPLETE
79352024-08-26T20:10:46.584Z[ recovery-image] Aug 26 20:10:45.072 INFO O| Aug 26 20:10:45.070 INFO STEP 62: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
79362024-08-26T20:10:46.605Z[ recovery-image] Aug 26 20:10:45.091 INFO O| Aug 26 20:10:45.090 INFO ownership already OK (0:2), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc
79372024-08-26T20:10:46.607Z[ recovery-image] Aug 26 20:10:45.091 INFO O| Aug 26 20:10:45.090 INFO STEP 62 (ensure_dir) COMPLETE
79382024-08-26T20:10:46.607Z[ recovery-image] Aug 26 20:10:45.091 INFO O| Aug 26 20:10:45.090 INFO STEP 63: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
79392024-08-26T20:10:46.616Z[ recovery-image] Aug 26 20:10:45.104 INFO O| Aug 26 20:10:45.104 INFO ownership already OK (0:3), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest
79402024-08-26T20:10:46.616Z[ recovery-image] Aug 26 20:10:45.104 INFO O| Aug 26 20:10:45.104 INFO STEP 63 (ensure_dir) COMPLETE
79412024-08-26T20:10:46.616Z[ recovery-image] Aug 26 20:10:45.104 INFO O| Aug 26 20:10:45.104 INFO STEP 64: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
79422024-08-26T20:10:46.627Z[ recovery-image] Aug 26 20:10:45.115 INFO O| Aug 26 20:10:45.115 INFO ownership already OK (0:3), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/site
79432024-08-26T20:10:46.629Z[ recovery-image] Aug 26 20:10:45.115 INFO O| Aug 26 20:10:45.115 INFO STEP 64 (ensure_dir) COMPLETE
79442024-08-26T20:10:46.629Z[ recovery-image] Aug 26 20:10:45.115 INFO O| Aug 26 20:10:45.115 INFO STEP 65: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
79452024-08-26T20:10:46.640Z[ recovery-image] Aug 26 20:10:45.128 INFO O| Aug 26 20:10:45.128 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/site/installinator.xml does not exist
79462024-08-26T20:10:46.640Z[ recovery-image] Aug 26 20:10:45.128 INFO O| Aug 26 20:10:45.128 INFO copying /tmp/.tmpYkxlj2/proto/recovery/root/lib/svc/manifest/site/installinator.xml -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/site/installinator.xml ...
79472024-08-26T20:10:46.640Z[ recovery-image] Aug 26 20:10:45.128 INFO O| Aug 26 20:10:45.128 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/site/installinator.xml
79482024-08-26T20:10:46.643Z[ recovery-image] Aug 26 20:10:45.128 INFO O| Aug 26 20:10:45.128 INFO ok!
79492024-08-26T20:10:46.643Z[ recovery-image] Aug 26 20:10:45.128 INFO O| Aug 26 20:10:45.128 INFO STEP 65 (ensure_file) COMPLETE
79502024-08-26T20:10:46.643Z[ recovery-image] Aug 26 20:10:45.128 INFO O| Aug 26 20:10:45.128 INFO STEP 66: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
79512024-08-26T20:10:46.652Z[ recovery-image] Aug 26 20:10:45.140 INFO O| Aug 26 20:10:45.140 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/ipsec"
79522024-08-26T20:10:46.654Z[ recovery-image] Aug 26 20:10:45.140 INFO O| Aug 26 20:10:45.140 INFO STEP 66 (remove_files) COMPLETE
79532024-08-26T20:10:46.654Z[ recovery-image] Aug 26 20:10:45.140 INFO O| Aug 26 20:10:45.140 INFO STEP 67: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
79542024-08-26T20:10:46.665Z[ recovery-image] Aug 26 20:10:45.153 INFO O| Aug 26 20:10:45.153 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/ldap"
79552024-08-26T20:10:46.667Z[ recovery-image] Aug 26 20:10:45.153 INFO O| Aug 26 20:10:45.153 INFO STEP 67 (remove_files) COMPLETE
79562024-08-26T20:10:46.667Z[ recovery-image] Aug 26 20:10:45.153 INFO O| Aug 26 20:10:45.153 INFO STEP 68: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
79572024-08-26T20:10:46.676Z[ recovery-image] Aug 26 20:10:45.164 INFO O| Aug 26 20:10:45.164 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/rpc"
79582024-08-26T20:10:46.678Z[ recovery-image] Aug 26 20:10:45.164 INFO O| Aug 26 20:10:45.164 INFO STEP 68 (remove_files) COMPLETE
79592024-08-26T20:10:46.678Z[ recovery-image] Aug 26 20:10:45.164 INFO O| Aug 26 20:10:45.164 INFO STEP 69: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
79602024-08-26T20:10:46.686Z[ recovery-image] Aug 26 20:10:45.175 INFO O| Aug 26 20:10:45.175 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/security"
79612024-08-26T20:10:46.689Z[ recovery-image] Aug 26 20:10:45.175 INFO O| Aug 26 20:10:45.175 INFO STEP 69 (remove_files) COMPLETE
79622024-08-26T20:10:46.689Z[ recovery-image] Aug 26 20:10:45.175 INFO O| Aug 26 20:10:45.175 INFO STEP 70: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
79632024-08-26T20:10:46.696Z[ recovery-image] Aug 26 20:10:45.185 INFO O| Aug 26 20:10:45.185 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/shares"
79642024-08-26T20:10:46.699Z[ recovery-image] Aug 26 20:10:45.185 INFO O| Aug 26 20:10:45.185 INFO STEP 70 (remove_files) COMPLETE
79652024-08-26T20:10:46.699Z[ recovery-image] Aug 26 20:10:45.185 INFO O| Aug 26 20:10:45.185 INFO STEP 71: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
79662024-08-26T20:10:46.711Z[ recovery-image] Aug 26 20:10:45.199 INFO O| Aug 26 20:10:45.199 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/smb"
79672024-08-26T20:10:46.713Z[ recovery-image] Aug 26 20:10:45.199 INFO O| Aug 26 20:10:45.199 INFO STEP 71 (remove_files) COMPLETE
79682024-08-26T20:10:46.714Z[ recovery-image] Aug 26 20:10:45.200 INFO O| Aug 26 20:10:45.199 INFO STEP 72: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
79692024-08-26T20:10:46.722Z[ recovery-image] Aug 26 20:10:45.211 INFO O| Aug 26 20:10:45.211 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/application/management/net-snmp.xml"
79702024-08-26T20:10:46.725Z[ recovery-image] Aug 26 20:10:45.211 INFO O| Aug 26 20:10:45.211 INFO STEP 72 (remove_files) COMPLETE
79712024-08-26T20:10:46.725Z[ recovery-image] Aug 26 20:10:45.211 INFO O| Aug 26 20:10:45.211 INFO STEP 73: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
79722024-08-26T20:10:46.735Z[ recovery-image] Aug 26 20:10:45.224 INFO O| Aug 26 20:10:45.224 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/application/security/tcsd.xml"
79732024-08-26T20:10:46.735Z[ recovery-image] Aug 26 20:10:45.224 INFO O| Aug 26 20:10:45.224 INFO STEP 73 (remove_files) COMPLETE
79742024-08-26T20:10:46.738Z[ recovery-image] Aug 26 20:10:45.224 INFO O| Aug 26 20:10:45.224 INFO STEP 74: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
79752024-08-26T20:10:46.747Z[ recovery-image] Aug 26 20:10:45.235 INFO O| Aug 26 20:10:45.235 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/dns/install.xml"
79762024-08-26T20:10:46.747Z[ recovery-image] Aug 26 20:10:45.235 INFO O| Aug 26 20:10:45.235 INFO STEP 74 (remove_files) COMPLETE
79772024-08-26T20:10:46.753Z[ recovery-image] Aug 26 20:10:45.235 INFO O| Aug 26 20:10:45.235 INFO STEP 75: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
79782024-08-26T20:10:46.757Z[ recovery-image] Aug 26 20:10:45.245 INFO O| Aug 26 20:10:45.245 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/inetd-upgrade.xml"
79792024-08-26T20:10:46.760Z[ recovery-image] Aug 26 20:10:45.246 INFO O| Aug 26 20:10:45.246 INFO STEP 75 (remove_files) COMPLETE
79802024-08-26T20:10:46.760Z[ recovery-image] Aug 26 20:10:45.246 INFO O| Aug 26 20:10:45.246 INFO STEP 76: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
79812024-08-26T20:10:46.768Z[ recovery-image] Aug 26 20:10:45.256 INFO O| Aug 26 20:10:45.256 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/inetd.xml"
79822024-08-26T20:10:46.768Z[ recovery-image] Aug 26 20:10:45.256 INFO O| Aug 26 20:10:45.256 INFO STEP 76 (remove_files) COMPLETE
79832024-08-26T20:10:46.771Z[ recovery-image] Aug 26 20:10:45.257 INFO O| Aug 26 20:10:45.256 INFO STEP 77: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
79842024-08-26T20:10:46.779Z[ recovery-image] Aug 26 20:10:45.268 INFO O| Aug 26 20:10:45.268 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/network-install.xml"
79852024-08-26T20:10:46.782Z[ recovery-image] Aug 26 20:10:45.268 INFO O| Aug 26 20:10:45.268 INFO STEP 77 (remove_files) COMPLETE
79862024-08-26T20:10:46.782Z[ recovery-image] Aug 26 20:10:45.268 INFO O| Aug 26 20:10:45.268 INFO STEP 78: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
79872024-08-26T20:10:46.790Z[ recovery-image] Aug 26 20:10:45.278 INFO O| Aug 26 20:10:45.278 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/network-ipmp.xml"
79882024-08-26T20:10:46.793Z[ recovery-image] Aug 26 20:10:45.279 INFO O| Aug 26 20:10:45.279 INFO STEP 78 (remove_files) COMPLETE
79892024-08-26T20:10:46.793Z[ recovery-image] Aug 26 20:10:45.279 INFO O| Aug 26 20:10:45.279 INFO STEP 79: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
79902024-08-26T20:10:46.802Z[ recovery-image] Aug 26 20:10:45.290 INFO O| Aug 26 20:10:45.290 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/network-iptun.xml"
79912024-08-26T20:10:46.802Z[ recovery-image] Aug 26 20:10:45.290 INFO O| Aug 26 20:10:45.290 INFO STEP 79 (remove_files) COMPLETE
79922024-08-26T20:10:46.804Z[ recovery-image] Aug 26 20:10:45.290 INFO O| Aug 26 20:10:45.290 INFO STEP 80: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
79932024-08-26T20:10:46.814Z[ recovery-image] Aug 26 20:10:45.302 INFO O| Aug 26 20:10:45.302 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/network-location.xml"
79942024-08-26T20:10:46.814Z[ recovery-image] Aug 26 20:10:45.302 INFO O| Aug 26 20:10:45.302 INFO STEP 80 (remove_files) COMPLETE
79952024-08-26T20:10:46.816Z[ recovery-image] Aug 26 20:10:45.302 INFO O| Aug 26 20:10:45.302 INFO STEP 81: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
79962024-08-26T20:10:46.825Z[ recovery-image] Aug 26 20:10:45.313 INFO O| Aug 26 20:10:45.313 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/network-netcfg.xml"
79972024-08-26T20:10:46.825Z[ recovery-image] Aug 26 20:10:45.314 INFO O| Aug 26 20:10:45.314 INFO STEP 81 (remove_files) COMPLETE
79982024-08-26T20:10:46.828Z[ recovery-image] Aug 26 20:10:45.314 INFO O| Aug 26 20:10:45.314 INFO STEP 82: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
79992024-08-26T20:10:46.837Z[ recovery-image] Aug 26 20:10:45.325 INFO O| Aug 26 20:10:45.325 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/routing/rdisc.xml"
80002024-08-26T20:10:46.837Z[ recovery-image] Aug 26 20:10:45.325 INFO O| Aug 26 20:10:45.325 INFO STEP 82 (remove_files) COMPLETE
80012024-08-26T20:10:46.837Z[ recovery-image] Aug 26 20:10:45.325 INFO O| Aug 26 20:10:45.325 INFO STEP 83: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
80022024-08-26T20:10:46.847Z[ recovery-image] Aug 26 20:10:45.336 INFO O| Aug 26 20:10:45.336 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/varpd.xml"
80032024-08-26T20:10:46.850Z[ recovery-image] Aug 26 20:10:45.336 INFO O| Aug 26 20:10:45.336 INFO STEP 83 (remove_files) COMPLETE
80042024-08-26T20:10:46.850Z[ recovery-image] Aug 26 20:10:45.336 INFO O| Aug 26 20:10:45.336 INFO STEP 84: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
80052024-08-26T20:10:46.859Z[ recovery-image] Aug 26 20:10:45.347 INFO O| Aug 26 20:10:45.347 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/system/device/allocate.xml"
80062024-08-26T20:10:46.859Z[ recovery-image] Aug 26 20:10:45.347 INFO O| Aug 26 20:10:45.347 INFO STEP 84 (remove_files) COMPLETE
80072024-08-26T20:10:46.861Z[ recovery-image] Aug 26 20:10:45.347 INFO O| Aug 26 20:10:45.347 INFO STEP 85: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
80082024-08-26T20:10:46.870Z[ recovery-image] Aug 26 20:10:45.358 INFO O| Aug 26 20:10:45.358 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/system/device/devices-audio.xml"
80092024-08-26T20:10:46.870Z[ recovery-image] Aug 26 20:10:45.358 INFO O| Aug 26 20:10:45.358 INFO STEP 85 (remove_files) COMPLETE
80102024-08-26T20:10:46.872Z[ recovery-image] Aug 26 20:10:45.358 INFO O| Aug 26 20:10:45.358 INFO STEP 86: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
80112024-08-26T20:10:46.882Z[ recovery-image] Aug 26 20:10:45.370 INFO O| Aug 26 20:10:45.370 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/usr/lib/devfsadm/linkmod/SUNW_audio_link.so"
80122024-08-26T20:10:46.882Z[ recovery-image] Aug 26 20:10:45.370 INFO O| Aug 26 20:10:45.370 INFO STEP 86 (remove_files) COMPLETE
80132024-08-26T20:10:46.886Z[ recovery-image] Aug 26 20:10:45.370 INFO O| Aug 26 20:10:45.370 INFO STEP 87: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
80142024-08-26T20:10:46.894Z[ recovery-image] Aug 26 20:10:45.382 INFO O| Aug 26 20:10:45.382 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/sndstat"
80152024-08-26T20:10:46.897Z[ recovery-image] Aug 26 20:10:45.382 INFO O| Aug 26 20:10:45.382 INFO STEP 87 (remove_files) COMPLETE
80162024-08-26T20:10:46.897Z[ recovery-image] Aug 26 20:10:45.382 INFO O| Aug 26 20:10:45.382 INFO STEP 88: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
80172024-08-26T20:10:46.906Z[ recovery-image] Aug 26 20:10:45.394 INFO O| Aug 26 20:10:45.393 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/system/device/mpxio-upgrade.xml"
80182024-08-26T20:10:46.906Z[ recovery-image] Aug 26 20:10:45.394 INFO O| Aug 26 20:10:45.394 INFO STEP 88 (remove_files) COMPLETE
80192024-08-26T20:10:46.909Z[ recovery-image] Aug 26 20:10:45.394 INFO O| Aug 26 20:10:45.394 INFO STEP 89: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
80202024-08-26T20:10:46.916Z[ recovery-image] Aug 26 20:10:45.405 INFO O| Aug 26 20:10:45.405 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/system/hostid.xml"
80212024-08-26T20:10:46.916Z[ recovery-image] Aug 26 20:10:45.405 INFO O| Aug 26 20:10:45.405 INFO STEP 89 (remove_files) COMPLETE
80222024-08-26T20:10:46.916Z[ recovery-image] Aug 26 20:10:45.405 INFO O| Aug 26 20:10:45.405 INFO STEP 90: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
80232024-08-26T20:10:46.928Z[ recovery-image] Aug 26 20:10:45.416 INFO O| Aug 26 20:10:45.416 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/system/idmap.xml"
80242024-08-26T20:10:46.928Z[ recovery-image] Aug 26 20:10:45.416 INFO O| Aug 26 20:10:45.416 INFO STEP 90 (remove_files) COMPLETE
80252024-08-26T20:10:46.928Z[ recovery-image] Aug 26 20:10:45.416 INFO O| Aug 26 20:10:45.416 INFO STEP 91: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
80262024-08-26T20:10:46.939Z[ recovery-image] Aug 26 20:10:45.427 INFO O| Aug 26 20:10:45.427 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/system/pkgserv.xml"
80272024-08-26T20:10:46.941Z[ recovery-image] Aug 26 20:10:45.427 INFO O| Aug 26 20:10:45.427 INFO STEP 91 (remove_files) COMPLETE
80282024-08-26T20:10:46.941Z[ recovery-image] Aug 26 20:10:45.427 INFO O| Aug 26 20:10:45.427 INFO STEP 92: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
80292024-08-26T20:10:46.949Z[ recovery-image] Aug 26 20:10:45.438 INFO O| Aug 26 20:10:45.438 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/system/zones.xml"
80302024-08-26T20:10:46.949Z[ recovery-image] Aug 26 20:10:45.438 INFO O| Aug 26 20:10:45.438 INFO STEP 92 (remove_files) COMPLETE
80312024-08-26T20:10:46.952Z[ recovery-image] Aug 26 20:10:45.438 INFO O| Aug 26 20:10:45.438 INFO STEP 93: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
80322024-08-26T20:10:46.960Z[ recovery-image] Aug 26 20:10:45.448 INFO O| Aug 26 20:10:45.448 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/system/intrd.xml"
80332024-08-26T20:10:46.963Z[ recovery-image] Aug 26 20:10:45.449 INFO O| Aug 26 20:10:45.449 INFO STEP 93 (remove_files) COMPLETE
80342024-08-26T20:10:46.963Z[ recovery-image] Aug 26 20:10:45.449 INFO O| Aug 26 20:10:45.449 INFO STEP 94: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
80352024-08-26T20:10:46.971Z[ recovery-image] Aug 26 20:10:45.460 INFO O| Aug 26 20:10:45.460 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/chrony.xml"
80362024-08-26T20:10:46.972Z[ recovery-image] Aug 26 20:10:45.460 INFO O| Aug 26 20:10:45.460 INFO STEP 94 (remove_files) COMPLETE
80372024-08-26T20:10:46.972Z[ recovery-image] Aug 26 20:10:45.460 INFO O| Aug 26 20:10:45.460 INFO STEP 95: seed_smf, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs-recovery.json
80382024-08-26T20:10:46.988Z[ recovery-image] Aug 26 20:10:45.476 INFO O| Aug 26 20:10:45.476 INFO file /rpool/images/build/recovery/tmp/gimlet/zfs-recovery/repo.db does not already exist, skipping removal
80392024-08-26T20:10:46.990Z[ recovery-image] Aug 26 20:10:45.476 INFO O| Aug 26 20:10:45.476 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", "PKG_INSTALL_ROOT": "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a", "SVCCFG_REPOSITORY": "/rpool/images/build/recovery/tmp/gimlet/zfs-recovery/repo.db", "SVCCFG_CHECKHASH": "1"}
80402024-08-26T20:10:52.165Z[ recovery-image] Aug 26 20:10:50.653 INFO O| Aug 26 20:10:50.653 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
80412024-08-26T20:10:52.165Z[ recovery-image] Aug 26 20:10:50.653 INFO O| Aug 26 20:10:50.653 INFO E| svccfg: Loaded 67 smf(7) service descriptions
80422024-08-26T20:10:52.178Z[ recovery-image] Aug 26 20:10:50.665 INFO O| Aug 26 20:10:50.665 INFO exec: ["/usr/sbin/svccfg", "apply", "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/var/svc/profile/site.xml"], env: {"SVCCFG_DTD": "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/usr/share/lib/xml/dtd/service_bundle.dtd.1", "SVCCFG_CHECKHASH": "1", "PKG_INSTALL_ROOT": "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a", "SVCCFG_REPOSITORY": "/rpool/images/build/recovery/tmp/gimlet/zfs-recovery/repo.db"}
80432024-08-26T20:10:52.253Z[ recovery-image] Aug 26 20:10:50.741 INFO O| Aug 26 20:10:50.741 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/svc/repository.db does not exist
80442024-08-26T20:10:52.253Z[ recovery-image] Aug 26 20:10:50.741 INFO O| Aug 26 20:10:50.741 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 ...
80452024-08-26T20:10:52.256Z[ recovery-image] Aug 26 20:10:50.742 INFO O| Aug 26 20:10:50.742 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/svc/repository.db
80462024-08-26T20:10:52.256Z[ recovery-image] Aug 26 20:10:50.742 INFO O| Aug 26 20:10:50.742 INFO ok!
80472024-08-26T20:10:52.256Z[ recovery-image] Aug 26 20:10:50.742 INFO O| Aug 26 20:10:50.742 INFO file /rpool/images/build/recovery/tmp/gimlet/zfs-recovery/repo.db exists (as File), removing
80482024-08-26T20:10:52.256Z[ recovery-image] Aug 26 20:10:50.742 INFO O| Aug 26 20:10:50.742 INFO STEP 95 (seed_smf) COMPLETE
80492024-08-26T20:10:52.256Z[ recovery-image] Aug 26 20:10:50.743 INFO O| Aug 26 20:10:50.742 INFO steps complete; finalising image!
80502024-08-26T20:10:52.256Z[ recovery-image] Aug 26 20:10:50.743 INFO O| Aug 26 20:10:50.743 INFO TRIM POOL: TEMPORARY-gimlet-zfs-recovery
80512024-08-26T20:10:52.288Z[ recovery-image] Aug 26 20:10:50.776 INFO O| Aug 26 20:10:50.776 INFO trim TEMPORARY-gimlet-zfs-recovery: (4% trimmed, started at Mon Aug 26 20:10:50 2024)
80522024-08-26T20:10:52.496Z[ recovery-image] Aug 26 20:10:50.982 INFO O| Aug 26 20:10:50.982 INFO trim TEMPORARY-gimlet-zfs-recovery: (70% trimmed, started at Mon Aug 26 20:10:50 2024)
80532024-08-26T20:10:52.716Z[ recovery-image] Aug 26 20:10:51.203 INFO O| Aug 26 20:10:51.203 INFO temporary pool has 397M used, 1.36G avail, 1.00x compressratio
80542024-08-26T20:10:52.716Z[ recovery-image] Aug 26 20:10:51.203 INFO O| Aug 26 20:10:51.203 INFO EXPORT POOL: TEMPORARY-gimlet-zfs-recovery
80552024-08-26T20:10:52.972Z[ recovery-image] Aug 26 20:10:51.459 INFO O| Aug 26 20:10:51.459 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
80562024-08-26T20:10:52.972Z[ recovery-image] Aug 26 20:10:51.459 INFO O| Aug 26 20:10:51.459 INFO file /rpool/images/build/recovery/output/gimlet-zfs-recovery.raw does not already exist, skipping removal
80572024-08-26T20:10:55.995Z[ recovery-image] Aug 26 20:10:54.482 INFO O| Aug 26 20:10:54.482 INFO perms are 1600, should be 644, path: /rpool/images/build/recovery/output/gimlet-zfs-recovery.raw
80582024-08-26T20:10:55.995Z[ recovery-image] Aug 26 20:10:54.482 INFO O| Aug 26 20:10:54.482 INFO chmod ok, path: /rpool/images/build/recovery/output/gimlet-zfs-recovery.raw
80592024-08-26T20:10:55.998Z[ recovery-image] Aug 26 20:10:54.482 INFO O| Aug 26 20:10:54.482 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/output/gimlet-zfs-recovery.raw
80602024-08-26T20:10:55.998Z[ recovery-image] Aug 26 20:10:54.482 INFO O| Aug 26 20:10:54.482 INFO completed processing gimlet/zfs-recovery
80612024-08-26T20:10:55.998Z[ recovery-image] Aug 26 20:10:54.482 INFO O| Aug 26 20:10:54.482 INFO DESTROY DATASET: rpool/images/build/recovery/work/gimlet/zfs-recovery
80622024-08-26T20:10:56.414Z[ recovery-image] Aug 26 20:10:54.901 INFO O| Aug 26 20:10:54.901 INFO DESTROY DATASET: rpool/images/build/recovery/tmp/gimlet/zfs-recovery
80632024-08-26T20:10:56.495Z[ recovery-image] Aug 26 20:10:54.982 INFO BUILD STRING "heads/stlouis-0-g8a4b91828c\n"
80642024-08-26T20:10:56.499Z[ recovery-image] Aug 26 20:10:54.983 INFO expanded image name: "recovery 11c5f13/${os_short_commit} 2024-08-26 19:44" -> "recovery 11c5f13/8a4b918 2024-08-26 19:44"
80652024-08-26T20:10:56.499Z[ recovery-image] Aug 26 20:10:54.983 INFO output artefacts stored in: "/work/os-recovery"
80662024-08-26T20:10:56.499Z[ recovery-image] Aug 26 20:10:54.983 INFO collecting git info from project "amd-host-image-builder"...
80672024-08-26T20:10:56.742Z[ recovery-image] Aug 26 20:10:55.228 INFO collecting git info from project "pilot"...
80682024-08-26T20:10:56.753Z[ recovery-image] Aug 26 20:10:55.239 INFO collecting git info from project "pinprick"...
80692024-08-26T20:10:56.758Z[ recovery-image] Aug 26 20:10:55.245 INFO collecting git info from project "chelsio-t6-roms"...
80702024-08-26T20:10:56.778Z[ recovery-image] Aug 26 20:10:55.265 INFO collecting git info from project "image-builder"...
80712024-08-26T20:10:56.784Z[ recovery-image] Aug 26 20:10:55.271 INFO collecting git info from project "bootserver"...
80722024-08-26T20:10:56.790Z[ recovery-image] Aug 26 20:10:55.277 INFO collecting git info from project "phbl"...
80732024-08-26T20:10:56.796Z[ recovery-image] Aug 26 20:10:55.283 INFO collecting git info from project "amd-firmware"...
80742024-08-26T20:10:56.896Z[ recovery-image] Aug 26 20:10:55.383 INFO collecting packaging info "pkg-publishers.txt": ["publisher", "-F", "tsv"]...
80752024-08-26T20:10:57.252Z[ recovery-image] Aug 26 20:10:55.739 INFO collecting packaging info "pkg-list.txt": ["list", "-H", "-v"]...
80762024-08-26T20:10:57.602Z[ recovery-image] Aug 26 20:10:56.089 INFO creating Oxide boot image...
80772024-08-26T20:10:57.605Z[ recovery-image] Aug 26 20:10:56.089 INFO exec: ["/work/oxidecomputer/helios/projects/bootserver/target/release/mkimage", "-i", "/rpool/images/build/recovery/output/gimlet-zfs-recovery.raw", "-N", "recovery 11c5f13/8a4b918 2024-08-26 19:44", "-o", "/work/os-recovery/zfs.img", "-O", "/work/oxidecomputer/helios/tmp/image.recovery/boot_image_csum", "-s", "4096", "-z"], pwd: None
80782024-08-26T20:11:31.238Z[ host-image] Aug 26 20:11:29.720 INFO O| install = pkg://helios-dev/SUNWcs@0.5.11-2.0.22828:20240823T105206Z
80792024-08-26T20:11:31.241Z[ host-image] Aug 26 20:11:29.721 INFO O| install = pkg://helios-dev/SUNWcsd@0.5.11-2.0.22828:20240823T105206Z
80802024-08-26T20:11:31.241Z[ host-image] Aug 26 20:11:29.721 INFO O| install = pkg://helios-dev/compress/brotli@1.0.9-2.0:20230621T185813Z
80812024-08-26T20:11:31.241Z[ host-image] Aug 26 20:11:29.721 INFO O| install = pkg://helios-dev/compress/bzip2@1.0.8-2.0:20230621T185759Z
80822024-08-26T20:11:31.241Z[ host-image] Aug 26 20:11:29.721 INFO O| install = pkg://helios-dev/compress/gzip@1.12-2.0:20230621T185838Z
80832024-08-26T20:11:31.241Z[ host-image] Aug 26 20:11:29.721 INFO O| install = pkg://helios-dev/compress/lz4@1.9.4-2.0:20230621T185820Z
80842024-08-26T20:11:31.241Z[ host-image] Aug 26 20:11:29.722 INFO O| install = pkg://helios-dev/compress/xz@5.4.2-2.0:20230621T190107Z
80852024-08-26T20:11:31.241Z[ host-image] Aug 26 20:11:29.722 INFO O| install = pkg://helios-dev/compress/zstd@1.5.5-2.0:20230621T190025Z
80862024-08-26T20:11:31.241Z[ host-image] Aug 26 20:11:29.722 INFO O| install = pkg://helios-dev/consolidation/oxide/omicron1-brand-incorporation@1.0.22:20240315T231141Z
80872024-08-26T20:11:31.241Z[ host-image] Aug 26 20:11:29.722 INFO O| install = pkg://helios-dev/database/sqlite-3@3.41.2-2.0:20230621T190437Z
80882024-08-26T20:11:31.241Z[ host-image] Aug 26 20:11:29.723 INFO O| install = pkg://helios-dev/developer/acpi@0.5.11-2.0.22828:20240823T105207Z
80892024-08-26T20:11:31.244Z[ host-image] Aug 26 20:11:29.724 INFO O| install = pkg://helios-dev/developer/debug/mdb@0.5.11-2.0.22828:20240823T105208Z
80902024-08-26T20:11:31.244Z[ host-image] Aug 26 20:11:29.725 INFO O| install = pkg://helios-dev/developer/dtrace@0.5.11-2.0.22828:20240823T105208Z
80912024-08-26T20:11:31.244Z[ host-image] Aug 26 20:11:29.726 INFO O| install = pkg://helios-dev/developer/linker@0.5.11-2.0.22828:20240823T105208Z
80922024-08-26T20:11:31.244Z[ host-image] Aug 26 20:11:29.726 INFO O| install = pkg://helios-dev/developer/macro/cpp@20220808-2.0:20230621T191251Z
80932024-08-26T20:11:31.247Z[ host-image] Aug 26 20:11:29.726 INFO O| install = pkg://helios-dev/developer/object-file@0.5.11-2.0.22828:20240823T105208Z
80942024-08-26T20:11:31.247Z[ host-image] Aug 26 20:11:29.727 INFO O| install = pkg://helios-dev/diagnostic/cpu-counters@0.5.11-2.0.22828:20240823T105208Z
80952024-08-26T20:11:31.247Z[ host-image] Aug 26 20:11:29.727 INFO O| install = pkg://helios-dev/diagnostic/diskinfo@0.5.11-2.0.22828:20240823T105208Z
80962024-08-26T20:11:31.247Z[ host-image] Aug 26 20:11:29.727 INFO O| install = pkg://helios-dev/diagnostic/pci@0.5.11-2.0.22828:20240823T105209Z
80972024-08-26T20:11:31.247Z[ host-image] Aug 26 20:11:29.727 INFO O| install = pkg://helios-dev/driver/audio@0.5.11-2.0.22828:20240823T105210Z
80982024-08-26T20:11:31.247Z[ host-image] Aug 26 20:11:29.728 INFO O| install = pkg://helios-dev/driver/cpu/amd/zen@0.5.11-2.0.22828:20240823T105210Z
80992024-08-26T20:11:31.247Z[ host-image] Aug 26 20:11:29.728 INFO O| install = pkg://helios-dev/driver/cpu/sensor@0.5.11-2.0.22828:20240823T105210Z
81002024-08-26T20:11:31.247Z[ host-image] Aug 26 20:11:29.728 INFO O| install = pkg://helios-dev/driver/gpio/amd/zen@0.5.11-2.0.22828:20240823T105210Z
81012024-08-26T20:11:31.247Z[ host-image] Aug 26 20:11:29.728 INFO O| install = pkg://helios-dev/driver/misc/tofino@0.5.11-2.0.22828:20240823T105211Z
81022024-08-26T20:11:31.247Z[ host-image] Aug 26 20:11:29.728 INFO O| install = pkg://helios-dev/driver/network/cxgbe@0.5.11-2.0.22828:20240823T105212Z
81032024-08-26T20:11:31.247Z[ host-image] Aug 26 20:11:29.728 INFO O| install = pkg://helios-dev/driver/network/e1000g@0.5.11-2.0.22828:20240823T105212Z
81042024-08-26T20:11:31.247Z[ host-image] Aug 26 20:11:29.728 INFO O| install = pkg://helios-dev/driver/network/igb@0.5.11-2.0.22828:20240823T105214Z
81052024-08-26T20:11:31.247Z[ host-image] Aug 26 20:11:29.729 INFO O| install = pkg://helios-dev/driver/network/ixgbe@0.5.11-2.0.22828:20240823T105215Z
81062024-08-26T20:11:31.247Z[ host-image] Aug 26 20:11:29.729 INFO O| install = pkg://helios-dev/driver/network/opte@0.33.293:20240820T211830Z
81072024-08-26T20:11:31.247Z[ host-image] Aug 26 20:11:29.729 INFO O| install = pkg://helios-dev/driver/network/rge@0.5.11-2.0.22828:20240823T105216Z
81082024-08-26T20:11:31.247Z[ host-image] Aug 26 20:11:29.729 INFO O| install = pkg://helios-dev/driver/serial/usbser@0.5.11-2.0.22828:20240823T105218Z
81092024-08-26T20:11:31.250Z[ host-image] Aug 26 20:11:29.729 INFO O| install = pkg://helios-dev/driver/storage/blkdev@0.5.11-2.0.22828:20240823T105219Z
81102024-08-26T20:11:31.250Z[ host-image] Aug 26 20:11:29.729 INFO O| install = pkg://helios-dev/driver/storage/nvme@0.5.11-2.0.22828:20240823T105220Z
81112024-08-26T20:11:31.250Z[ host-image] Aug 26 20:11:29.730 INFO O| install = pkg://helios-dev/driver/usb@0.5.11-2.0.22828:20240823T105221Z
81122024-08-26T20:11:31.250Z[ host-image] Aug 26 20:11:29.730 INFO O| install = pkg://helios-dev/driver/x11/xsvc@0.5.11-2.0.22828:20240823T105221Z
81132024-08-26T20:11:31.257Z[ host-image] Aug 26 20:11:29.740 INFO O| install = pkg://helios-dev/editor/vim@9.0.1443-2.0:20230621T192540Z
81142024-08-26T20:11:31.260Z[ host-image] Aug 26 20:11:29.740 INFO O| install = pkg://helios-dev/install/beadm@0.5.11-2.0.22828:20240823T105221Z
81152024-08-26T20:11:31.260Z[ host-image] Aug 26 20:11:29.740 INFO O| install = pkg://helios-dev/library/expat@2.5.0-2.0:20230621T192934Z
81162024-08-26T20:11:31.260Z[ host-image] Aug 26 20:11:29.740 INFO O| install = pkg://helios-dev/library/libedit@3.1-2.0:20230621T193242Z
81172024-08-26T20:11:31.260Z[ host-image] Aug 26 20:11:29.741 INFO O| install = pkg://helios-dev/library/libidn@1.41-2.0:20230621T193402Z
81182024-08-26T20:11:31.260Z[ host-image] Aug 26 20:11:29.741 INFO O| install = pkg://helios-dev/library/libtecla@1.6.0-2.0.22828:20240823T105222Z
81192024-08-26T20:11:31.260Z[ host-image] Aug 26 20:11:29.741 INFO O| install = pkg://helios-dev/library/libtool/libltdl@2.4.6-2.0:20230621T190218Z
81202024-08-26T20:11:31.260Z[ host-image] Aug 26 20:11:29.742 INFO O| install = pkg://helios-dev/library/libxml2@2.11.7-2.0:20240215T135051Z
81212024-08-26T20:11:31.262Z[ host-image] Aug 26 20:11:29.743 INFO O| install = pkg://helios-dev/library/libxmlsec1@1.2.35-2.0:20230624T123441Z
81222024-08-26T20:11:31.262Z[ host-image] Aug 26 20:11:29.743 INFO O| install = pkg://helios-dev/library/libxslt@1.1.30-2.0:20230621T193447Z
81232024-08-26T20:11:31.273Z[ host-image] Aug 26 20:11:29.755 INFO O| install = pkg://helios-dev/library/ncurses@6.4.20240309-2.0:20240523T185257Z
81242024-08-26T20:11:31.273Z[ host-image] Aug 26 20:11:29.755 INFO O| install = pkg://helios-dev/library/nghttp2@1.52.0-2.0:20230621T193608Z
81252024-08-26T20:11:31.276Z[ host-image] Aug 26 20:11:29.756 INFO O| install = pkg://helios-dev/library/nspr@4.35-2.0:20230621T193601Z
81262024-08-26T20:11:31.276Z[ host-image] Aug 26 20:11:29.756 INFO O| install = pkg://helios-dev/library/pcre@8.45-2.0:20230621T193733Z
81272024-08-26T20:11:31.276Z[ host-image] Aug 26 20:11:29.757 INFO O| install = pkg://helios-dev/library/pcre2@10.42-2.0:20230621T193725Z
81282024-08-26T20:11:31.276Z[ host-image] Aug 26 20:11:29.757 INFO O| install = pkg://helios-dev/library/readline@8.2-2.1:20240418T211117Z
81292024-08-26T20:11:31.312Z[ host-image] Aug 26 20:11:29.794 INFO O| install = pkg://helios-dev/library/security/openssl-3@3.0.14-2.0:20240604T174838Z
81302024-08-26T20:11:31.315Z[ host-image] Aug 26 20:11:29.795 INFO O| install = pkg://helios-dev/library/security/trousers@0.3.15-2.0:20230621T194405Z
81312024-08-26T20:11:31.315Z[ host-image] Aug 26 20:11:29.795 INFO O| install = pkg://helios-dev/library/zlib@1.2.13-2.0:20230621T194146Z
81322024-08-26T20:11:31.315Z[ host-image] Aug 26 20:11:29.796 INFO O| install = pkg://helios-dev/locale/en@0.5.11-2.0.22828:20240823T105223Z
81332024-08-26T20:11:31.315Z[ host-image] Aug 26 20:11:29.796 INFO O| install = pkg://helios-dev/network/bridging@0.5.11-2.0.22828:20240823T105229Z
81342024-08-26T20:11:31.315Z[ host-image] Aug 26 20:11:29.796 INFO O| install = pkg://helios-dev/network/dns/bind@9.18.14-2.0:20230621T194546Z
81352024-08-26T20:11:31.315Z[ host-image] Aug 26 20:11:29.796 INFO O| install = pkg://helios-dev/network/netcat@0.5.11-2.0.22828:20240823T105230Z
81362024-08-26T20:11:31.315Z[ host-image] Aug 26 20:11:29.796 INFO O| install = pkg://helios-dev/network/openssh@9.6.1-2.1:20240701T171301Z
81372024-08-26T20:11:31.315Z[ host-image] Aug 26 20:11:29.796 INFO O| install = pkg://helios-dev/network/openssh-server@9.6.1-2.1:20240701T171311Z
81382024-08-26T20:11:31.315Z[ host-image] Aug 26 20:11:29.796 INFO O| install = pkg://helios-dev/network/rsync@3.2.7-2.1:20240627T120527Z
81392024-08-26T20:11:31.315Z[ host-image] Aug 26 20:11:29.796 INFO O| install = pkg://helios-dev/network/snoop@0.5.11-2.0.22828:20240823T105230Z
81402024-08-26T20:11:31.315Z[ host-image] Aug 26 20:11:29.796 INFO O| install = pkg://helios-dev/ooce/library/onig@6.9.8-2.0:20230623T150226Z
81412024-08-26T20:11:31.319Z[ host-image] Aug 26 20:11:29.801 INFO O| install = pkg://helios-dev/ooce/library/postgresql-13@13.11-2.0:20230623T123131Z
81422024-08-26T20:11:31.319Z[ host-image] Aug 26 20:11:29.801 INFO O| install = pkg://helios-dev/ooce/util/jq@1.6-2.0:20230623T172253Z
81432024-08-26T20:11:31.322Z[ host-image] Aug 26 20:11:29.801 INFO O| install = pkg://helios-dev/oxide/platform-identity-cacerts@1.0-2.0:20240719T230730Z
81442024-08-26T20:11:31.322Z[ host-image] Aug 26 20:11:29.802 INFO O| install = pkg://helios-dev/package/svr4@0.5.11-2.0.22828:20240823T105230Z
81452024-08-26T20:11:31.322Z[ host-image] Aug 26 20:11:29.802 INFO O| install = pkg://helios-dev/release/name@0.5.11-2.0:20230621T194601Z
81462024-08-26T20:11:31.335Z[ host-image] Aug 26 20:11:29.817 INFO O| install = pkg://helios-dev/runtime/perl@5.36.1-2.0:20230621T195846Z
81472024-08-26T20:11:31.335Z[ host-image] Aug 26 20:11:29.818 INFO O| install = pkg://helios-dev/runtime/perl/module/sun-solaris@0.5.11-2.0.22828:20240823T105231Z
81482024-08-26T20:11:31.339Z[ host-image] Aug 26 20:11:29.820 INFO O| install = pkg://helios-dev/service/fault-management@0.5.11-2.0.22828:20240823T105231Z
81492024-08-26T20:11:31.339Z[ host-image] Aug 26 20:11:29.820 INFO O| install = pkg://helios-dev/service/file-system/smb@0.5.11-2.0.22828:20240823T105231Z
81502024-08-26T20:11:31.342Z[ host-image] Aug 26 20:11:29.820 INFO O| install = pkg://helios-dev/service/network/chrony@4.5-2.0:20240418T211951Z
81512024-08-26T20:11:31.342Z[ host-image] Aug 26 20:11:29.821 INFO O| install = pkg://helios-dev/service/picl@0.5.11-2.0.22828:20240823T105233Z
81522024-08-26T20:11:31.342Z[ host-image] Aug 26 20:11:29.821 INFO O| install = pkg://helios-dev/service/resource-pools@0.5.11-2.0.22828:20240823T105233Z
81532024-08-26T20:11:31.342Z[ host-image] Aug 26 20:11:29.821 INFO O| install = pkg://helios-dev/service/security/gss@0.5.11-2.0.22828:20240823T105233Z
81542024-08-26T20:11:31.342Z[ host-image] Aug 26 20:11:29.822 INFO O| install = pkg://helios-dev/service/security/kerberos-5@0.5.11-2.0.22828:20240823T105233Z
81552024-08-26T20:11:31.345Z[ host-image] Aug 26 20:11:29.826 INFO O| install = pkg://helios-dev/shell/bash@5.2.15-2.0:20230621T200617Z
81562024-08-26T20:11:31.345Z[ host-image] Aug 26 20:11:29.826 INFO O| install = pkg://helios-dev/shell/ksh93@93.21.1.20120801-2.0.22828:20240823T105234Z
81572024-08-26T20:11:31.345Z[ host-image] Aug 26 20:11:29.827 INFO O| install = pkg://helios-dev/system/bhyve@0.5.11-2.0.22828:20240823T105235Z
81582024-08-26T20:11:31.345Z[ host-image] Aug 26 20:11:29.827 INFO O| install = pkg://helios-dev/system/bhyve/firmware@20230201-2.0:20230621T201619Z
81592024-08-26T20:11:31.345Z[ host-image] Aug 26 20:11:29.827 INFO O| install = pkg://helios-dev/system/boot/loader@1.1-2.0.22828:20240823T105235Z
81602024-08-26T20:11:31.345Z[ host-image] Aug 26 20:11:29.827 INFO O| install = pkg://helios-dev/system/data/console/fonts@0.5.11-2.0.22828:20240823T105235Z
81612024-08-26T20:11:31.348Z[ host-image] Aug 26 20:11:29.827 INFO O| install = pkg://helios-dev/system/data/hardware-registry@2024.3.31-2.0.22828:20240823T105235Z
81622024-08-26T20:11:31.348Z[ host-image] Aug 26 20:11:29.828 INFO O| install = pkg://helios-dev/system/data/keyboard/keytables@0.5.11-2.0.22828:20240823T105236Z
81632024-08-26T20:11:31.355Z[ host-image] Aug 26 20:11:29.837 INFO O| install = pkg://helios-dev/system/data/terminfo@0.5.11-2.0.22828:20240823T105236Z
81642024-08-26T20:11:31.355Z[ host-image] Aug 26 20:11:29.837 INFO O| install = pkg://helios-dev/system/data/urxvt-terminfo@9.31-2.0:20230621T200815Z
81652024-08-26T20:11:31.357Z[ host-image] Aug 26 20:11:29.839 INFO O| install = pkg://helios-dev/system/data/zoneinfo@2024.1-2.0.22828:20240823T105236Z
81662024-08-26T20:11:31.362Z[ host-image] Aug 26 20:11:29.840 INFO O| install = pkg://helios-dev/system/extended-system-utilities@0.5.11-2.0.22828:20240823T105236Z
81672024-08-26T20:11:31.362Z[ host-image] Aug 26 20:11:29.840 INFO O| install = pkg://helios-dev/system/ficl@4.1.0-2.0.22828:20240823T105236Z
81682024-08-26T20:11:31.362Z[ host-image] Aug 26 20:11:29.841 INFO O| install = pkg://helios-dev/system/file-system/smb@0.5.11-2.0.22828:20240823T105236Z
81692024-08-26T20:11:31.363Z[ host-image] Aug 26 20:11:29.841 INFO O| install = pkg://helios-dev/system/file-system/zfs@0.5.11-2.0.22828:20240823T105236Z
81702024-08-26T20:11:31.363Z[ host-image] Aug 26 20:11:29.841 INFO O| install = pkg://helios-dev/system/gpio@0.5.11-2.0.22828:20240823T105237Z
81712024-08-26T20:11:31.369Z[ host-image] Aug 26 20:11:29.852 INFO O| install = pkg://helios-dev/system/kernel@0.5.11-2.0.22828:20240823T105238Z
81722024-08-26T20:11:31.372Z[ host-image] Aug 26 20:11:29.852 INFO O| install = pkg://helios-dev/system/kernel/cpu-counters@0.5.11-2.0.22828:20240823T105237Z
81732024-08-26T20:11:31.372Z[ host-image] Aug 26 20:11:29.852 INFO O| install = pkg://helios-dev/system/kernel/dtrace/providers@0.5.11-2.0.22828:20240823T105238Z
81742024-08-26T20:11:31.372Z[ host-image] Aug 26 20:11:29.853 INFO O| install = pkg://helios-dev/system/kernel/platform@0.5.11-2.0.22828:20240823T105238Z
81752024-08-26T20:11:31.372Z[ host-image] Aug 26 20:11:29.853 INFO O| install = pkg://helios-dev/system/ksensor@0.5.11-2.0.22828:20240823T105238Z
81762024-08-26T20:11:31.394Z[ host-image] Aug 26 20:11:29.876 INFO O| install = pkg://helios-dev/system/library@0.5.11-2.0.22828:20240823T105241Z
81772024-08-26T20:11:31.394Z[ host-image] Aug 26 20:11:29.876 INFO O| install = pkg://helios-dev/system/library/bhyve@0.5.11-2.0.22828:20240823T105238Z
81782024-08-26T20:11:31.397Z[ host-image] Aug 26 20:11:29.876 INFO O| install = pkg://helios-dev/system/library/demangle@0.5.11-2.0.22828:20240823T105239Z
81792024-08-26T20:11:31.397Z[ host-image] Aug 26 20:11:29.876 INFO O| install = pkg://helios-dev/system/library/g++-runtime@13-2.0:20231118T213948Z
81802024-08-26T20:11:31.397Z[ host-image] Aug 26 20:11:29.877 INFO O| install = pkg://helios-dev/system/library/gcc-runtime@13-2.0:20231118T213832Z
81812024-08-26T20:11:31.425Z[ host-image] Aug 26 20:11:29.907 INFO O| install = pkg://helios-dev/system/library/iconv/utf-8@0.5.11-2.0.22828:20240823T105239Z
81822024-08-26T20:11:31.427Z[ host-image] Aug 26 20:11:29.907 INFO O| install = pkg://helios-dev/system/library/libdbus@1.14.6-2.0:20230621T201340Z
81832024-08-26T20:11:31.428Z[ host-image] Aug 26 20:11:29.907 INFO O| install = pkg://helios-dev/system/library/libdiskmgt@0.5.11-2.0.22828:20240823T105239Z
81842024-08-26T20:11:31.428Z[ host-image] Aug 26 20:11:29.907 INFO O| install = pkg://helios-dev/system/library/libispi@0.5.11-2.0.22828:20240823T105239Z
81852024-08-26T20:11:31.428Z[ host-image] Aug 26 20:11:29.908 INFO O| install = pkg://helios-dev/system/library/math@0.5.11-2.0.22828:20240823T105239Z
81862024-08-26T20:11:31.428Z[ host-image] Aug 26 20:11:29.909 INFO O| install = pkg://helios-dev/system/library/mozilla-nss@3.89-2.0:20230621T201725Z
81872024-08-26T20:11:31.428Z[ host-image] Aug 26 20:11:29.909 INFO O| install = pkg://helios-dev/system/library/pcap@1.10.3-2.0:20230621T201732Z
81882024-08-26T20:11:31.428Z[ host-image] Aug 26 20:11:29.910 INFO O| install = pkg://helios-dev/system/library/security/gss@0.5.11-2.0.22828:20240823T105240Z
81892024-08-26T20:11:31.428Z[ host-image] Aug 26 20:11:29.910 INFO O| install = pkg://helios-dev/system/library/security/gss/diffie-hellman@0.5.11-2.0.22828:20240823T105240Z
81902024-08-26T20:11:31.430Z[ host-image] Aug 26 20:11:29.910 INFO O| install = pkg://helios-dev/system/library/security/gss/spnego@0.5.11-2.0.22828:20240823T105240Z
81912024-08-26T20:11:31.430Z[ host-image] Aug 26 20:11:29.910 INFO O| install = pkg://helios-dev/system/library/security/libsasl@0.5.11-2.0.22828:20240823T105240Z
81922024-08-26T20:11:31.430Z[ host-image] Aug 26 20:11:29.911 INFO O| install = pkg://helios-dev/system/library/storage/scsi-plugins@0.5.11-2.0.22828:20240823T105241Z
81932024-08-26T20:11:31.430Z[ host-image] Aug 26 20:11:29.911 INFO O| install = pkg://helios-dev/system/man@0.5.11-2.0.22828:20240823T105241Z
81942024-08-26T20:11:31.433Z[ host-image] Aug 26 20:11:29.914 INFO O| install = pkg://helios-dev/system/management/snmp/net-snmp@5.9.3-2.0:20230621T192215Z
81952024-08-26T20:11:31.433Z[ host-image] Aug 26 20:11:29.914 INFO O| install = pkg://helios-dev/system/microcode/amd@20240710-2.0.22828:20240823T105242Z
81962024-08-26T20:11:31.436Z[ host-image] Aug 26 20:11:29.916 INFO O| install = pkg://helios-dev/system/microcode/intel@20240312-2.0.22828:20240823T105242Z
81972024-08-26T20:11:31.436Z[ host-image] Aug 26 20:11:29.916 INFO O| install = pkg://helios-dev/system/microcode/oxide@20240710-2.0.22828:20240823T105242Z
81982024-08-26T20:11:31.436Z[ host-image] Aug 26 20:11:29.916 INFO O| install = pkg://helios-dev/system/network@0.5.11-2.0.22828:20240823T105243Z
81992024-08-26T20:11:31.436Z[ host-image] Aug 26 20:11:29.916 INFO O| install = pkg://helios-dev/system/network/overlay@0.5.11-2.0.22828:20240823T105242Z
82002024-08-26T20:11:31.436Z[ host-image] Aug 26 20:11:29.916 INFO O| install = pkg://helios-dev/system/network/routing@0.5.11-2.0.22828:20240823T105243Z
82012024-08-26T20:11:31.436Z[ host-image] Aug 26 20:11:29.917 INFO O| install = pkg://helios-dev/system/prerequisite/gnu@0.5.11-2.0:20230621T201805Z
82022024-08-26T20:11:31.436Z[ host-image] Aug 26 20:11:29.917 INFO O| install = pkg://helios-dev/system/watch@3.3.16-2.0:20230621T201923Z
82032024-08-26T20:11:31.436Z[ host-image] Aug 26 20:11:29.917 INFO O| install = pkg://helios-dev/system/xopen/xcu4@0.5.11-2.0.22828:20240823T105245Z
82042024-08-26T20:11:31.436Z[ host-image] Aug 26 20:11:29.918 INFO O| install = pkg://helios-dev/system/zones@0.5.11-2.0.22828:20240823T105246Z
82052024-08-26T20:11:31.436Z[ host-image] Aug 26 20:11:29.918 INFO O| install = pkg://helios-dev/system/zones/brand/omicron1@1.0.22:20240315T231124Z
82062024-08-26T20:11:31.436Z[ host-image] Aug 26 20:11:29.918 INFO O| install = pkg://helios-dev/terminal/resize@352-2.0:20230621T201859Z
82072024-08-26T20:11:31.436Z[ host-image] Aug 26 20:11:29.918 INFO O| install = pkg://helios-dev/text/column@0.0.0.20181004-2.0:20230925T235046Z
82082024-08-26T20:11:31.436Z[ host-image] Aug 26 20:11:29.918 INFO O| install = pkg://helios-dev/text/less@608-2.0:20230621T202237Z
82092024-08-26T20:11:31.436Z[ host-image] Aug 26 20:11:29.918 INFO O| install = pkg://helios-dev/text/looker@0.1.0.12-2.0:20230624T124603Z
82102024-08-26T20:11:31.439Z[ host-image] Aug 26 20:11:29.919 INFO O| install = pkg://helios-dev/web/ca-bundle@5.11-2.0:20230621T202542Z
82112024-08-26T20:11:31.439Z[ host-image] Aug 26 20:11:29.920 INFO O| install = pkg://helios-dev/web/curl@8.9.1-2.0:20240806T172300Z
82122024-08-26T20:11:31.439Z[ host-image] Aug 26 20:11:29.920 INFO O| tempdir @ "/tmp/.tmpJ7Z3IL/tmp"
82132024-08-26T20:11:31.439Z[ host-image] Aug 26 20:11:29.920 INFO O| image root @ "/tmp/.tmpJ7Z3IL/tmp/root"
82142024-08-26T20:11:31.439Z[ host-image] Aug 26 20:11:29.920 INFO O| creating image...
82152024-08-26T20:11:31.941Z[ host-image] Aug 26 20:11:30.423 INFO O| copying publishers...
82162024-08-26T20:11:38.322Z[ host-image] Aug 26 20:11:36.803 INFO O| adding properties...
82172024-08-26T20:11:39.342Z[ host-image] Aug 26 20:11:37.823 INFO O| installing packages...
82182024-08-26T20:11:52.975Z[ recovery-image] Aug 26 20:11:51.454 INFO O| ok, image written!
82192024-08-26T20:11:52.978Z[ recovery-image] Aug 26 20:11:51.454 INFO O| ok, boot_image_csum file written!
82202024-08-26T20:11:52.981Z[ recovery-image] Aug 26 20:11:51.459 INFO creating boot archive (CPIO)...
82212024-08-26T20:11:52.982Z[ recovery-image] Aug 26 20:11:51.459 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
82222024-08-26T20:11:52.989Z[ recovery-image] Aug 26 20:11:51.468 INFO E| + root=/rpool/images/build/recovery/work/gimlet/ramdisk
82232024-08-26T20:11:52.989Z[ recovery-image] Aug 26 20:11:51.468 INFO E| + outfile=/work/os-recovery/cpio
82242024-08-26T20:11:52.991Z[ recovery-image] Aug 26 20:11:51.468 INFO E| + tmpdir=/work/oxidecomputer/helios/tmp/image.recovery
82252024-08-26T20:11:52.991Z[ recovery-image] Aug 26 20:11:51.470 INFO E| + cd /rpool/images/build/recovery/work/gimlet/ramdisk
82262024-08-26T20:11:52.991Z[ recovery-image] Aug 26 20:11:51.470 INFO E| + cpio -qo -H odc -O /work/os-recovery/cpio
82272024-08-26T20:11:53.022Z[ recovery-image] Aug 26 20:11:51.501 INFO E| + cd /work/oxidecomputer/helios/tmp/image.recovery
82282024-08-26T20:11:53.022Z[ recovery-image] Aug 26 20:11:51.501 INFO E| + cpio -qo -H odc -AO /work/os-recovery/cpio
82292024-08-26T20:11:53.028Z[ recovery-image] Aug 26 20:11:51.508 INFO creating compressed cpio/unix for nanobl-rs...
82302024-08-26T20:11:53.031Z[ recovery-image] Aug 26 20:11:51.508 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
82312024-08-26T20:11:53.306Z[ recovery-image] Aug 26 20:11:51.785 INFO exec: ["bash", "-c", "\'/work/oxidecomputer/helios/projects/pinprick/target/release/pinprick\' \'/work/os-recovery/cpio\' >\'/work/os-recovery/cpio.z\'"], pwd: None
82322024-08-26T20:11:57.656Z[ recovery-image] Aug 26 20:11:56.135 INFO creating reset image...
82332024-08-26T20:11:57.659Z[ recovery-image] Aug 26 20:11:56.135 INFO exec: ["cargo", "xtask", "build", "--release", "--cpioz", "/work/os-recovery/cpio.z"], pwd: Some("/work/oxidecomputer/helios/projects/phbl")
82342024-08-26T20:11:57.870Z[ recovery-image] Aug 26 20:11:56.349 INFO E| Updating crates.io index
82352024-08-26T20:11:57.951Z[ recovery-image] Aug 26 20:11:56.430 INFO E| Downloading crates ...
82362024-08-26T20:11:58.039Z[ recovery-image] Aug 26 20:11:56.517 INFO E| Downloaded shared_child v1.0.0
82372024-08-26T20:11:58.046Z[ recovery-image] Aug 26 20:11:56.524 INFO E| Downloaded anstyle-parse v0.2.3
82382024-08-26T20:11:58.053Z[ recovery-image] Aug 26 20:11:56.531 INFO E| Downloaded clap_derive v4.5.3
82392024-08-26T20:11:58.055Z[ recovery-image] Aug 26 20:11:56.533 INFO E| Downloaded proc-macro2 v1.0.79
82402024-08-26T20:11:58.061Z[ recovery-image] Aug 26 20:11:56.540 INFO E| Downloaded anstyle-query v1.0.2
82412024-08-26T20:11:58.063Z[ recovery-image] Aug 26 20:11:56.541 INFO E| Downloaded anstyle v1.0.6
82422024-08-26T20:11:58.078Z[ recovery-image] Aug 26 20:11:56.557 INFO E| Downloaded anstream v0.6.13
82432024-08-26T20:11:58.087Z[ recovery-image] Aug 26 20:11:56.565 INFO E| Downloaded os_pipe v1.1.5
82442024-08-26T20:11:58.099Z[ recovery-image] Aug 26 20:11:56.578 INFO E| Downloaded syn v2.0.53
82452024-08-26T20:11:58.110Z[ recovery-image] Aug 26 20:11:56.589 INFO E| Downloaded duct v0.13.7
82462024-08-26T20:11:58.119Z[ recovery-image] Aug 26 20:11:56.597 INFO E| Downloaded clap v4.5.3
82472024-08-26T20:11:58.135Z[ recovery-image] Aug 26 20:11:56.614 INFO E| Downloaded libc v0.2.153
82482024-08-26T20:11:58.207Z[ recovery-image] Aug 26 20:11:56.686 INFO E| Compiling proc-macro2 v1.0.79
82492024-08-26T20:11:58.207Z[ recovery-image] Aug 26 20:11:56.686 INFO E| Compiling libc v0.2.153
82502024-08-26T20:11:58.210Z[ recovery-image] Aug 26 20:11:56.686 INFO E| Compiling unicode-ident v1.0.12
82512024-08-26T20:11:58.210Z[ recovery-image] Aug 26 20:11:56.686 INFO E| Compiling utf8parse v0.2.1
82522024-08-26T20:11:58.210Z[ recovery-image] Aug 26 20:11:56.686 INFO E| Compiling anstyle v1.0.6
82532024-08-26T20:11:58.210Z[ recovery-image] Aug 26 20:11:56.686 INFO E| Compiling colorchoice v1.0.0
82542024-08-26T20:11:58.213Z[ recovery-image] Aug 26 20:11:56.690 INFO E| Compiling anstyle-query v1.0.2
82552024-08-26T20:11:58.216Z[ recovery-image] Aug 26 20:11:56.692 INFO E| Compiling clap_lex v0.7.0
82562024-08-26T20:11:58.404Z[ recovery-image] Aug 26 20:11:56.882 INFO E| Compiling anstyle-parse v0.2.3
82572024-08-26T20:11:58.410Z[ recovery-image] Aug 26 20:11:56.889 INFO E| Compiling strsim v0.11.0
82582024-08-26T20:11:58.415Z[ recovery-image] Aug 26 20:11:56.893 INFO E| Compiling heck v0.5.0
82592024-08-26T20:11:58.418Z[ recovery-image] Aug 26 20:11:56.897 INFO E| Compiling once_cell v1.19.0
82602024-08-26T20:11:58.804Z[ recovery-image] Aug 26 20:11:57.283 INFO E| Compiling anstream v0.6.13
82612024-08-26T20:11:59.143Z[ recovery-image] Aug 26 20:11:57.619 INFO E| Compiling clap_builder v4.5.2
82622024-08-26T20:11:59.591Z[ recovery-image] Aug 26 20:11:58.069 INFO E| Compiling os_pipe v1.1.5
82632024-08-26T20:11:59.591Z[ recovery-image] Aug 26 20:11:58.069 INFO E| Compiling shared_child v1.0.0
82642024-08-26T20:11:59.632Z[ recovery-image] Aug 26 20:11:58.110 INFO E| Compiling quote v1.0.35
82652024-08-26T20:11:59.742Z[ recovery-image] Aug 26 20:11:58.220 INFO E| Compiling duct v0.13.7
82662024-08-26T20:11:59.962Z[ recovery-image] Aug 26 20:11:58.440 INFO E| Compiling syn v2.0.53
82672024-08-26T20:12:04.955Z[ recovery-image] Aug 26 20:12:03.432 INFO E| Compiling clap_derive v4.5.3
82682024-08-26T20:12:06.937Z[ host-image] Aug 26 20:12:05.414 INFO O| seeding SMF database...
82692024-08-26T20:12:07.085Z[ recovery-image] Aug 26 20:12:05.562 INFO E| Compiling clap v4.5.3
82702024-08-26T20:12:07.143Z[ recovery-image] Aug 26 20:12:05.620 INFO E| Compiling xtask v0.1.0 (/work/oxidecomputer/helios/projects/phbl/xtask)
82712024-08-26T20:12:08.274Z[ recovery-image] Aug 26 20:12:06.751 INFO E| Finished `dev` profile [unoptimized + debuginfo] target(s) in 10.56s
82722024-08-26T20:12:08.283Z[ recovery-image] Aug 26 20:12:06.760 INFO E| Running `xtask/target/debug/xtask build --release --cpioz /work/os-recovery/cpio.z`
82732024-08-26T20:12:08.408Z[ recovery-image] Aug 26 20:12:06.885 INFO E| Updating crates.io index
82742024-08-26T20:12:08.552Z[ recovery-image] Aug 26 20:12:07.029 INFO E| Downloading crates ...
82752024-08-26T20:12:08.611Z[ recovery-image] Aug 26 20:12:07.088 INFO E| Downloaded raw-cpuid v10.7.0
82762024-08-26T20:12:08.615Z[ recovery-image] Aug 26 20:12:07.093 INFO E| Downloaded bit_field v0.10.2
82772024-08-26T20:12:08.618Z[ recovery-image] Aug 26 20:12:07.094 INFO E| Downloaded seq-macro v0.3.5
82782024-08-26T20:12:08.620Z[ recovery-image] Aug 26 20:12:07.095 INFO E| Downloaded cpio_reader v0.1.1
82792024-08-26T20:12:08.729Z[ recovery-image] Aug 26 20:12:07.206 INFO E| Downloaded x86 v0.52.0
82802024-08-26T20:12:08.802Z[ recovery-image] Aug 26 20:12:07.279 INFO E| Updating crates.io index
82812024-08-26T20:12:08.852Z[ recovery-image] Aug 26 20:12:07.329 INFO E| Downloading crates ...
82822024-08-26T20:12:08.917Z[ recovery-image] Aug 26 20:12:07.394 INFO E| Downloaded compiler_builtins v0.1.108
82832024-08-26T20:12:08.986Z[ recovery-image] Aug 26 20:12:07.463 INFO E| Compiling compiler_builtins v0.1.108
82842024-08-26T20:12:08.986Z[ recovery-image] Aug 26 20:12:07.463 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)
82852024-08-26T20:12:08.989Z[ recovery-image] Aug 26 20:12:07.463 INFO E| Compiling proc-macro2 v1.0.79
82862024-08-26T20:12:08.989Z[ recovery-image] Aug 26 20:12:07.463 INFO E| Compiling unicode-ident v1.0.12
82872024-08-26T20:12:08.989Z[ recovery-image] Aug 26 20:12:07.464 INFO E| Compiling syn v1.0.109
82882024-08-26T20:12:08.989Z[ recovery-image] Aug 26 20:12:07.464 INFO E| Compiling x86 v0.52.0
82892024-08-26T20:12:08.997Z[ recovery-image] Aug 26 20:12:07.470 INFO E| Compiling phbl v0.1.0 (/work/oxidecomputer/helios/projects/phbl)
82902024-08-26T20:12:08.997Z[ recovery-image] Aug 26 20:12:07.470 INFO E| Compiling seq-macro v0.3.5
82912024-08-26T20:12:10.174Z[ recovery-image] Aug 26 20:12:08.651 INFO E| Compiling quote v1.0.35
82922024-08-26T20:12:10.442Z[ recovery-image] Aug 26 20:12:08.918 INFO E| Compiling syn v2.0.53
82932024-08-26T20:12:13.723Z[ recovery-image] Aug 26 20:12:12.199 INFO E| Compiling scroll_derive v0.12.0
82942024-08-26T20:12:15.433Z[ host-image] Aug 26 20:12:13.909 INFO O| configuring SMF profile...
82952024-08-26T20:12:15.436Z[ host-image] Aug 26 20:12:13.909 INFO O| modifying shadow(5)...
82962024-08-26T20:12:15.436Z[ host-image] Aug 26 20:12:13.909 INFO O| loading user and group database...
82972024-08-26T20:12:15.436Z[ host-image] Aug 26 20:12:13.909 INFO O| assessing packaged files...
82982024-08-26T20:12:17.042Z[ recovery-image] Aug 26 20:12:15.518 INFO E| Compiling bitstruct_derive v0.1.0
82992024-08-26T20:12:18.006Z[ host-image] Aug 26 20:12:16.482 INFO O| creating archive...
83002024-08-26T20:12:18.039Z[ host-image] Aug 26 20:12:16.515 INFO O| missing from packaging:
83012024-08-26T20:12:18.039Z[ host-image] Aug 26 20:12:16.515 INFO O| "etc/.pwd.lock"
83022024-08-26T20:12:18.042Z[ host-image] Aug 26 20:12:16.515 INFO O| "etc/bash"
83032024-08-26T20:12:18.044Z[ host-image] Aug 26 20:12:16.520 INFO O| "etc/svc/profile/generic.xml"
83042024-08-26T20:12:18.045Z[ host-image] Aug 26 20:12:16.520 INFO O| "etc/svc/profile/inetd_services.xml"
83052024-08-26T20:12:18.045Z[ host-image] Aug 26 20:12:16.520 INFO O| "etc/svc/profile/name_service.xml"
83062024-08-26T20:12:18.045Z[ host-image] Aug 26 20:12:16.520 INFO O| "etc/svc/profile/platform.xml"
83072024-08-26T20:12:18.045Z[ host-image] Aug 26 20:12:16.520 INFO O| "etc/svc/profile/platform_omicron1.xml"
83082024-08-26T20:12:18.045Z[ host-image] Aug 26 20:12:16.520 INFO O| "etc/svc/repository.db"
83092024-08-26T20:12:18.053Z[ host-image] Aug 26 20:12:16.529 INFO O| "opt/ooce/share"
83102024-08-26T20:12:18.053Z[ host-image] Aug 26 20:12:16.529 INFO O| "opt/ooce/share/man"
83112024-08-26T20:12:18.055Z[ host-image] Aug 26 20:12:16.529 INFO O| "opt/ooce/share/man/man1"
83122024-08-26T20:12:18.062Z[ host-image] Aug 26 20:12:16.538 INFO O| finishing archive...
83132024-08-26T20:12:20.868Z[ host-image] Aug 26 20:12:19.343 INFO O| creating gzonly manifest...
83142024-08-26T20:12:20.894Z[ host-image] Aug 26 20:12:19.369 INFO O| ok
83152024-08-26T20:12:20.998Z[ host-image] Aug 26 20:12:19.473 INFO image builder template: ramdisk-02-trim...
83162024-08-26T20:12:20.998Z[ host-image] Aug 26 20:12:19.473 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/.tmpYkxlj2/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
83172024-08-26T20:12:21.024Z[ host-image] Aug 26 20:12:19.498 INFO O| Aug 26 20:12:19.498 INFO temporary dataset: rpool/images/build/host/tmp/gimlet/ramdisk-02-trim
83182024-08-26T20:12:21.027Z[ host-image] Aug 26 20:12:19.502 INFO O| Aug 26 20:12:19.502 INFO CREATE DATASET: rpool/images/build/host/tmp/gimlet/ramdisk-02-trim
83192024-08-26T20:12:21.149Z[ host-image] Aug 26 20:12:19.624 INFO O| Aug 26 20:12:19.624 INFO SET DATASET PROPERTY ON rpool/images/build/host/tmp/gimlet/ramdisk-02-trim: sync = disabled
83202024-08-26T20:12:21.202Z[ host-image] Aug 26 20:12:19.677 INFO O| Aug 26 20:12:19.677 INFO temporary directory: /rpool/images/build/host/tmp/gimlet/ramdisk-02-trim
83212024-08-26T20:12:21.202Z[ host-image] Aug 26 20:12:19.677 INFO O| Aug 26 20:12:19.677 INFO work dataset: rpool/images/build/host/work/gimlet/ramdisk
83222024-08-26T20:12:21.208Z[ host-image] Aug 26 20:12:19.683 INFO O| Aug 26 20:12:19.683 INFO looking for output snapshot rpool/images/build/host/work/gimlet/ramdisk@trim
83232024-08-26T20:12:21.213Z[ host-image] Aug 26 20:12:19.688 INFO O| Aug 26 20:12:19.688 INFO looking for input snapshot rpool/images/build/host/work/gimlet/ramdisk@os
83242024-08-26T20:12:21.218Z[ host-image] Aug 26 20:12:19.694 INFO O| Aug 26 20:12:19.694 INFO ROLLBACK TO SNAPSHOT: rpool/images/build/host/work/gimlet/ramdisk@os
83252024-08-26T20:12:21.406Z[ host-image] Aug 26 20:12:19.881 INFO O| Aug 26 20:12:19.881 INFO rolled back to input snapshot; work may begin
83262024-08-26T20:12:21.406Z[ host-image] Aug 26 20:12:19.881 INFO O| Aug 26 20:12:19.881 INFO CREATE DATASET: rpool/images/build/host/work/gimlet/ramdisk
83272024-08-26T20:12:21.412Z[ host-image] Aug 26 20:12:19.887 INFO O| Aug 26 20:12:19.887 INFO STEP 0: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
83282024-08-26T20:12:21.423Z[ host-image] Aug 26 20:12:19.898 INFO O| Aug 26 20:12:19.898 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/var/pkg"
83292024-08-26T20:12:21.475Z[ host-image] Aug 26 20:12:19.951 INFO O| Aug 26 20:12:19.950 INFO STEP 0 (remove_files) COMPLETE
83302024-08-26T20:12:21.475Z[ host-image] Aug 26 20:12:19.951 INFO O| Aug 26 20:12:19.951 INFO STEP 1: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
83312024-08-26T20:12:21.487Z[ host-image] Aug 26 20:12:19.962 INFO O| Aug 26 20:12:19.962 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/usr/xpg4"
83322024-08-26T20:12:21.489Z[ host-image] Aug 26 20:12:19.964 INFO O| Aug 26 20:12:19.964 INFO STEP 1 (remove_files) COMPLETE
83332024-08-26T20:12:21.490Z[ host-image] Aug 26 20:12:19.964 INFO O| Aug 26 20:12:19.964 INFO STEP 2: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
83342024-08-26T20:12:21.500Z[ host-image] Aug 26 20:12:19.975 INFO O| Aug 26 20:12:19.975 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/usr/include"
83352024-08-26T20:12:21.514Z[ host-image] Aug 26 20:12:19.989 INFO O| Aug 26 20:12:19.989 INFO STEP 2 (remove_files) COMPLETE
83362024-08-26T20:12:21.514Z[ host-image] Aug 26 20:12:19.989 INFO O| Aug 26 20:12:19.989 INFO STEP 3: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
83372024-08-26T20:12:21.527Z[ host-image] Aug 26 20:12:20.002 INFO O| Aug 26 20:12:20.002 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/usr/demo"
83382024-08-26T20:12:21.530Z[ host-image] Aug 26 20:12:20.004 INFO O| Aug 26 20:12:20.004 INFO STEP 3 (remove_files) COMPLETE
83392024-08-26T20:12:21.530Z[ host-image] Aug 26 20:12:20.004 INFO O| Aug 26 20:12:20.004 INFO STEP 4: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
83402024-08-26T20:12:21.539Z[ host-image] Aug 26 20:12:20.015 INFO O| Aug 26 20:12:20.015 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/usr/lib/help"
83412024-08-26T20:12:21.543Z[ host-image] Aug 26 20:12:20.019 INFO O| Aug 26 20:12:20.019 INFO STEP 4 (remove_files) COMPLETE
83422024-08-26T20:12:21.543Z[ host-image] Aug 26 20:12:20.019 INFO O| Aug 26 20:12:20.019 INFO STEP 5: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
83432024-08-26T20:12:21.554Z[ host-image] Aug 26 20:12:20.029 INFO O| Aug 26 20:12:20.029 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/usr/share/doc"
83442024-08-26T20:12:21.557Z[ host-image] Aug 26 20:12:20.032 INFO O| Aug 26 20:12:20.032 INFO STEP 5 (remove_files) COMPLETE
83452024-08-26T20:12:21.557Z[ host-image] Aug 26 20:12:20.032 INFO O| Aug 26 20:12:20.032 INFO STEP 6: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
83462024-08-26T20:12:21.567Z[ host-image] Aug 26 20:12:20.042 INFO O| Aug 26 20:12:20.042 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/usr/share/bash-completion"
83472024-08-26T20:12:21.577Z[ host-image] Aug 26 20:12:20.053 INFO O| Aug 26 20:12:20.053 INFO STEP 6 (remove_files) COMPLETE
83482024-08-26T20:12:21.578Z[ host-image] Aug 26 20:12:20.053 INFO O| Aug 26 20:12:20.053 INFO STEP 7: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
83492024-08-26T20:12:21.588Z[ host-image] Aug 26 20:12:20.063 INFO O| Aug 26 20:12:20.063 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/usr/perl5/5.36/man"
83502024-08-26T20:12:21.600Z[ host-image] Aug 26 20:12:20.075 INFO O| Aug 26 20:12:20.075 INFO STEP 7 (remove_files) COMPLETE
83512024-08-26T20:12:21.600Z[ host-image] Aug 26 20:12:20.075 INFO O| Aug 26 20:12:20.075 INFO STEP 8: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
83522024-08-26T20:12:21.610Z[ host-image] Aug 26 20:12:20.086 INFO O| Aug 26 20:12:20.086 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/usr/share/man/man3ssl"
83532024-08-26T20:12:21.684Z[ host-image] Aug 26 20:12:20.159 INFO O| Aug 26 20:12:20.159 INFO STEP 8 (remove_files) COMPLETE
83542024-08-26T20:12:21.684Z[ host-image] Aug 26 20:12:20.159 INFO O| Aug 26 20:12:20.159 INFO STEP 9: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
83552024-08-26T20:12:21.695Z[ host-image] Aug 26 20:12:20.170 INFO O| Aug 26 20:12:20.170 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/usr/ssl-3/man"
83562024-08-26T20:12:21.782Z[ host-image] Aug 26 20:12:20.257 INFO O| Aug 26 20:12:20.257 INFO STEP 9 (remove_files) COMPLETE
83572024-08-26T20:12:21.782Z[ host-image] Aug 26 20:12:20.257 INFO O| Aug 26 20:12:20.257 INFO STEP 10: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
83582024-08-26T20:12:21.792Z[ host-image] Aug 26 20:12:20.268 INFO O| Aug 26 20:12:20.268 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/etc/net-snmp"
83592024-08-26T20:12:21.796Z[ host-image] Aug 26 20:12:20.272 INFO O| Aug 26 20:12:20.272 INFO STEP 10 (remove_files) COMPLETE
83602024-08-26T20:12:21.796Z[ host-image] Aug 26 20:12:20.272 INFO O| Aug 26 20:12:20.272 INFO STEP 11: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
83612024-08-26T20:12:21.806Z[ host-image] Aug 26 20:12:20.281 INFO O| Aug 26 20:12:20.281 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/usr/bin/i386"
83622024-08-26T20:12:21.809Z[ host-image] Aug 26 20:12:20.282 INFO O| Aug 26 20:12:20.282 INFO STEP 11 (remove_files) COMPLETE
83632024-08-26T20:12:21.809Z[ host-image] Aug 26 20:12:20.282 INFO O| Aug 26 20:12:20.282 INFO STEP 12: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
83642024-08-26T20:12:21.817Z[ host-image] Aug 26 20:12:20.292 INFO O| Aug 26 20:12:20.292 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/platform/i86xpv"
83652024-08-26T20:12:21.820Z[ host-image] Aug 26 20:12:20.294 INFO O| Aug 26 20:12:20.294 INFO STEP 12 (remove_files) COMPLETE
83662024-08-26T20:12:21.820Z[ host-image] Aug 26 20:12:20.294 INFO O| Aug 26 20:12:20.294 INFO STEP 13: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
83672024-08-26T20:12:22.129Z[ host-image] Aug 26 20:12:20.604 INFO O| Aug 26 20:12:20.604 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/usr/lib/libtddl.a"
83682024-08-26T20:12:22.132Z[ host-image] Aug 26 20:12:20.604 INFO O| Aug 26 20:12:20.604 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/usr/lib/libncurses++.a"
83692024-08-26T20:12:22.138Z[ host-image] Aug 26 20:12:20.614 INFO O| Aug 26 20:12:20.614 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/usr/lib/amd64/libncurses++.a"
83702024-08-26T20:12:22.141Z[ host-image] Aug 26 20:12:20.614 INFO O| Aug 26 20:12:20.614 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/usr/lib/amd64/libtddl.a"
83712024-08-26T20:12:22.196Z[ host-image] Aug 26 20:12:20.671 INFO O| Aug 26 20:12:20.671 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/jq/lib/amd64/libjq.a"
83722024-08-26T20:12:22.199Z[ host-image] Aug 26 20:12:20.671 INFO O| Aug 26 20:12:20.671 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/pgsql-13/lib/libecpg.a"
83732024-08-26T20:12:22.199Z[ host-image] Aug 26 20:12:20.671 INFO O| Aug 26 20:12:20.671 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/pgsql-13/lib/libpq.a"
83742024-08-26T20:12:22.199Z[ host-image] Aug 26 20:12:20.672 INFO O| Aug 26 20:12:20.672 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/pgsql-13/lib/libecpg_compat.a"
83752024-08-26T20:12:22.199Z[ host-image] Aug 26 20:12:20.672 INFO O| Aug 26 20:12:20.672 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/pgsql-13/lib/libpgtypes.a"
83762024-08-26T20:12:22.199Z[ host-image] Aug 26 20:12:20.672 INFO O| Aug 26 20:12:20.672 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/pgsql-13/lib/libpgport.a"
83772024-08-26T20:12:22.199Z[ host-image] Aug 26 20:12:20.672 INFO O| Aug 26 20:12:20.672 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/pgsql-13/lib/libpgcommon.a"
83782024-08-26T20:12:22.199Z[ host-image] Aug 26 20:12:20.672 INFO O| Aug 26 20:12:20.672 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/pgsql-13/lib/libpgcommon_shlib.a"
83792024-08-26T20:12:22.199Z[ host-image] Aug 26 20:12:20.672 INFO O| Aug 26 20:12:20.672 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/pgsql-13/lib/libpgport_shlib.a"
83802024-08-26T20:12:22.199Z[ host-image] Aug 26 20:12:20.673 INFO O| Aug 26 20:12:20.673 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/pgsql-13/lib/amd64/libpgcommon.a"
83812024-08-26T20:12:22.199Z[ host-image] Aug 26 20:12:20.673 INFO O| Aug 26 20:12:20.673 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/pgsql-13/lib/amd64/libecpg_compat.a"
83822024-08-26T20:12:22.199Z[ host-image] Aug 26 20:12:20.673 INFO O| Aug 26 20:12:20.673 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/pgsql-13/lib/amd64/libpq.a"
83832024-08-26T20:12:22.199Z[ host-image] Aug 26 20:12:20.673 INFO O| Aug 26 20:12:20.673 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/pgsql-13/lib/amd64/libpgcommon_shlib.a"
83842024-08-26T20:12:22.199Z[ host-image] Aug 26 20:12:20.673 INFO O| Aug 26 20:12:20.673 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/pgsql-13/lib/amd64/libpgport_shlib.a"
83852024-08-26T20:12:22.199Z[ host-image] Aug 26 20:12:20.673 INFO O| Aug 26 20:12:20.673 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/pgsql-13/lib/amd64/libecpg.a"
83862024-08-26T20:12:22.199Z[ host-image] Aug 26 20:12:20.674 INFO O| Aug 26 20:12:20.674 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/pgsql-13/lib/amd64/libpgport.a"
83872024-08-26T20:12:22.199Z[ host-image] Aug 26 20:12:20.674 INFO O| Aug 26 20:12:20.674 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/pgsql-13/lib/amd64/libpgtypes.a"
83882024-08-26T20:12:22.216Z[ host-image] Aug 26 20:12:20.691 INFO O| Aug 26 20:12:20.691 INFO STEP 13 (remove_files) COMPLETE
83892024-08-26T20:12:22.216Z[ host-image] Aug 26 20:12:20.691 INFO O| Aug 26 20:12:20.691 INFO STEP 14: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
83902024-08-26T20:12:22.227Z[ host-image] Aug 26 20:12:20.703 INFO O| Aug 26 20:12:20.703 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/boot"
83912024-08-26T20:12:22.230Z[ host-image] Aug 26 20:12:20.704 INFO O| Aug 26 20:12:20.704 INFO STEP 14 (remove_files) COMPLETE
83922024-08-26T20:12:22.230Z[ host-image] Aug 26 20:12:20.704 INFO O| Aug 26 20:12:20.704 INFO STEP 15: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
83932024-08-26T20:12:22.238Z[ host-image] Aug 26 20:12:20.714 INFO O| Aug 26 20:12:20.714 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/platform/i86pc"
83942024-08-26T20:12:22.245Z[ host-image] Aug 26 20:12:20.720 INFO O| Aug 26 20:12:20.720 INFO STEP 15 (remove_files) COMPLETE
83952024-08-26T20:12:22.245Z[ host-image] Aug 26 20:12:20.720 INFO O| Aug 26 20:12:20.720 INFO STEP 16: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
83962024-08-26T20:12:22.257Z[ host-image] Aug 26 20:12:20.730 INFO O| Aug 26 20:12:20.730 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/usr/platform/i86xpv"
83972024-08-26T20:12:22.260Z[ host-image] Aug 26 20:12:20.731 INFO O| Aug 26 20:12:20.731 INFO STEP 16 (remove_files) COMPLETE
83982024-08-26T20:12:22.260Z[ host-image] Aug 26 20:12:20.731 INFO O| Aug 26 20:12:20.731 INFO STEP 17: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
83992024-08-26T20:12:22.265Z[ host-image] Aug 26 20:12:20.741 INFO O| Aug 26 20:12:20.740 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/usr/platform/i86pc"
84002024-08-26T20:12:22.268Z[ host-image] Aug 26 20:12:20.742 INFO O| Aug 26 20:12:20.742 INFO STEP 17 (remove_files) COMPLETE
84012024-08-26T20:12:22.268Z[ host-image] Aug 26 20:12:20.742 INFO O| Aug 26 20:12:20.742 INFO STEP 18: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
84022024-08-26T20:12:22.276Z[ host-image] Aug 26 20:12:20.752 INFO O| Aug 26 20:12:20.752 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/misc/amd64/acpica"
84032024-08-26T20:12:22.276Z[ host-image] Aug 26 20:12:20.752 INFO O| Aug 26 20:12:20.752 INFO STEP 18 (remove_files) COMPLETE
84042024-08-26T20:12:22.279Z[ host-image] Aug 26 20:12:20.752 INFO O| Aug 26 20:12:20.752 INFO STEP 19: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
84052024-08-26T20:12:22.286Z[ host-image] Aug 26 20:12:20.762 INFO O| Aug 26 20:12:20.762 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/misc/amd64/tem"
84062024-08-26T20:12:22.286Z[ host-image] Aug 26 20:12:20.762 INFO O| Aug 26 20:12:20.762 INFO STEP 19 (remove_files) COMPLETE
84072024-08-26T20:12:22.289Z[ host-image] Aug 26 20:12:20.762 INFO O| Aug 26 20:12:20.762 INFO STEP 20: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
84082024-08-26T20:12:22.296Z[ host-image] Aug 26 20:12:20.771 INFO O| Aug 26 20:12:20.771 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/misc/amd64/kbtrans"
84092024-08-26T20:12:22.296Z[ host-image] Aug 26 20:12:20.771 INFO O| Aug 26 20:12:20.771 INFO STEP 20 (remove_files) COMPLETE
84102024-08-26T20:12:22.298Z[ host-image] Aug 26 20:12:20.771 INFO O| Aug 26 20:12:20.771 INFO STEP 21: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
84112024-08-26T20:12:22.306Z[ host-image] Aug 26 20:12:20.781 INFO O| Aug 26 20:12:20.781 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/wc"
84122024-08-26T20:12:22.306Z[ host-image] Aug 26 20:12:20.781 INFO O| Aug 26 20:12:20.781 INFO STEP 21 (remove_files) COMPLETE
84132024-08-26T20:12:22.306Z[ host-image] Aug 26 20:12:20.781 INFO O| Aug 26 20:12:20.781 INFO STEP 22: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
84142024-08-26T20:12:22.316Z[ host-image] Aug 26 20:12:20.791 INFO O| Aug 26 20:12:20.791 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/acpi_drv"
84152024-08-26T20:12:22.318Z[ host-image] Aug 26 20:12:20.791 INFO O| Aug 26 20:12:20.791 INFO STEP 22 (remove_files) COMPLETE
84162024-08-26T20:12:22.318Z[ host-image] Aug 26 20:12:20.791 INFO O| Aug 26 20:12:20.791 INFO STEP 23: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
84172024-08-26T20:12:22.325Z[ host-image] Aug 26 20:12:20.801 INFO O| Aug 26 20:12:20.801 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/conskbd"
84182024-08-26T20:12:22.325Z[ host-image] Aug 26 20:12:20.801 INFO O| Aug 26 20:12:20.801 INFO STEP 23 (remove_files) COMPLETE
84192024-08-26T20:12:22.328Z[ host-image] Aug 26 20:12:20.801 INFO O| Aug 26 20:12:20.801 INFO STEP 24: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
84202024-08-26T20:12:22.335Z[ host-image] Aug 26 20:12:20.810 INFO O| Aug 26 20:12:20.810 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/tzmon"
84212024-08-26T20:12:22.335Z[ host-image] Aug 26 20:12:20.810 INFO O| Aug 26 20:12:20.810 INFO STEP 24 (remove_files) COMPLETE
84222024-08-26T20:12:22.335Z[ host-image] Aug 26 20:12:20.810 INFO O| Aug 26 20:12:20.810 INFO STEP 25: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
84232024-08-26T20:12:22.345Z[ host-image] Aug 26 20:12:20.820 INFO O| Aug 26 20:12:20.820 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/power"
84242024-08-26T20:12:22.345Z[ host-image] Aug 26 20:12:20.820 INFO O| Aug 26 20:12:20.820 INFO STEP 25 (remove_files) COMPLETE
84252024-08-26T20:12:22.345Z[ host-image] Aug 26 20:12:20.820 INFO O| Aug 26 20:12:20.820 INFO STEP 26: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
84262024-08-26T20:12:22.355Z[ host-image] Aug 26 20:12:20.830 INFO O| Aug 26 20:12:20.830 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/audio"
84272024-08-26T20:12:22.355Z[ host-image] Aug 26 20:12:20.830 INFO O| Aug 26 20:12:20.830 INFO STEP 26 (remove_files) COMPLETE
84282024-08-26T20:12:22.355Z[ host-image] Aug 26 20:12:20.830 INFO O| Aug 26 20:12:20.830 INFO STEP 27: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
84292024-08-26T20:12:22.366Z[ host-image] Aug 26 20:12:20.841 INFO O| Aug 26 20:12:20.841 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/audio1575"
84302024-08-26T20:12:22.366Z[ host-image] Aug 26 20:12:20.841 INFO O| Aug 26 20:12:20.841 INFO STEP 27 (remove_files) COMPLETE
84312024-08-26T20:12:22.368Z[ host-image] Aug 26 20:12:20.841 INFO O| Aug 26 20:12:20.841 INFO STEP 28: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
84322024-08-26T20:12:22.377Z[ host-image] Aug 26 20:12:20.852 INFO O| Aug 26 20:12:20.852 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/audioens"
84332024-08-26T20:12:22.377Z[ host-image] Aug 26 20:12:20.852 INFO O| Aug 26 20:12:20.852 INFO STEP 28 (remove_files) COMPLETE
84342024-08-26T20:12:22.377Z[ host-image] Aug 26 20:12:20.852 INFO O| Aug 26 20:12:20.852 INFO STEP 29: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
84352024-08-26T20:12:22.387Z[ host-image] Aug 26 20:12:20.862 INFO O| Aug 26 20:12:20.862 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/audiopci"
84362024-08-26T20:12:22.387Z[ host-image] Aug 26 20:12:20.862 INFO O| Aug 26 20:12:20.862 INFO STEP 29 (remove_files) COMPLETE
84372024-08-26T20:12:22.390Z[ host-image] Aug 26 20:12:20.862 INFO O| Aug 26 20:12:20.862 INFO STEP 30: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
84382024-08-26T20:12:22.397Z[ host-image] Aug 26 20:12:20.872 INFO O| Aug 26 20:12:20.872 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/audiots"
84392024-08-26T20:12:22.397Z[ host-image] Aug 26 20:12:20.872 INFO O| Aug 26 20:12:20.872 INFO STEP 30 (remove_files) COMPLETE
84402024-08-26T20:12:22.397Z[ host-image] Aug 26 20:12:20.872 INFO O| Aug 26 20:12:20.872 INFO STEP 31: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
84412024-08-26T20:12:22.407Z[ host-image] Aug 26 20:12:20.882 INFO O| Aug 26 20:12:20.882 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/ehci"
84422024-08-26T20:12:22.407Z[ host-image] Aug 26 20:12:20.882 INFO O| Aug 26 20:12:20.882 INFO STEP 31 (remove_files) COMPLETE
84432024-08-26T20:12:22.407Z[ host-image] Aug 26 20:12:20.882 INFO O| Aug 26 20:12:20.882 INFO STEP 32: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
84442024-08-26T20:12:22.417Z[ host-image] Aug 26 20:12:20.892 INFO O| Aug 26 20:12:20.892 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/hid"
84452024-08-26T20:12:22.417Z[ host-image] Aug 26 20:12:20.892 INFO O| Aug 26 20:12:20.892 INFO STEP 32 (remove_files) COMPLETE
84462024-08-26T20:12:22.419Z[ host-image] Aug 26 20:12:20.892 INFO O| Aug 26 20:12:20.892 INFO STEP 33: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
84472024-08-26T20:12:22.427Z[ host-image] Aug 26 20:12:20.902 INFO O| Aug 26 20:12:20.902 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/hubd"
84482024-08-26T20:12:22.427Z[ host-image] Aug 26 20:12:20.902 INFO O| Aug 26 20:12:20.902 INFO STEP 33 (remove_files) COMPLETE
84492024-08-26T20:12:22.429Z[ host-image] Aug 26 20:12:20.902 INFO O| Aug 26 20:12:20.902 INFO STEP 34: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
84502024-08-26T20:12:22.436Z[ host-image] Aug 26 20:12:20.911 INFO O| Aug 26 20:12:20.911 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/ohci"
84512024-08-26T20:12:22.436Z[ host-image] Aug 26 20:12:20.912 INFO O| Aug 26 20:12:20.912 INFO STEP 34 (remove_files) COMPLETE
84522024-08-26T20:12:22.436Z[ host-image] Aug 26 20:12:20.912 INFO O| Aug 26 20:12:20.912 INFO STEP 35: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
84532024-08-26T20:12:22.447Z[ host-image] Aug 26 20:12:20.921 INFO O| Aug 26 20:12:20.921 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/scsa2usb"
84542024-08-26T20:12:22.448Z[ host-image] Aug 26 20:12:20.921 INFO O| Aug 26 20:12:20.921 INFO STEP 35 (remove_files) COMPLETE
84552024-08-26T20:12:22.450Z[ host-image] Aug 26 20:12:20.921 INFO O| Aug 26 20:12:20.921 INFO STEP 36: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
84562024-08-26T20:12:22.455Z[ host-image] Aug 26 20:12:20.931 INFO O| Aug 26 20:12:20.931 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/uhci"
84572024-08-26T20:12:22.458Z[ host-image] Aug 26 20:12:20.931 INFO O| Aug 26 20:12:20.931 INFO STEP 36 (remove_files) COMPLETE
84582024-08-26T20:12:22.458Z[ host-image] Aug 26 20:12:20.931 INFO O| Aug 26 20:12:20.931 INFO STEP 37: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
84592024-08-26T20:12:22.465Z[ host-image] Aug 26 20:12:20.941 INFO O| Aug 26 20:12:20.941 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/usb_ac"
84602024-08-26T20:12:22.465Z[ host-image] Aug 26 20:12:20.941 INFO O| Aug 26 20:12:20.941 INFO STEP 37 (remove_files) COMPLETE
84612024-08-26T20:12:22.465Z[ host-image] Aug 26 20:12:20.941 INFO O| Aug 26 20:12:20.941 INFO STEP 38: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
84622024-08-26T20:12:22.476Z[ host-image] Aug 26 20:12:20.951 INFO O| Aug 26 20:12:20.950 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/usb_as"
84632024-08-26T20:12:22.479Z[ host-image] Aug 26 20:12:20.951 INFO O| Aug 26 20:12:20.951 INFO STEP 38 (remove_files) COMPLETE
84642024-08-26T20:12:22.479Z[ host-image] Aug 26 20:12:20.951 INFO O| Aug 26 20:12:20.951 INFO STEP 39: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
84652024-08-26T20:12:22.485Z[ host-image] Aug 26 20:12:20.960 INFO O| Aug 26 20:12:20.960 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/usb_ia"
84662024-08-26T20:12:22.489Z[ host-image] Aug 26 20:12:20.960 INFO O| Aug 26 20:12:20.960 INFO STEP 39 (remove_files) COMPLETE
84672024-08-26T20:12:22.489Z[ host-image] Aug 26 20:12:20.960 INFO O| Aug 26 20:12:20.960 INFO STEP 40: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
84682024-08-26T20:12:22.495Z[ host-image] Aug 26 20:12:20.970 INFO O| Aug 26 20:12:20.970 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/usb_mid"
84692024-08-26T20:12:22.495Z[ host-image] Aug 26 20:12:20.970 INFO O| Aug 26 20:12:20.970 INFO STEP 40 (remove_files) COMPLETE
84702024-08-26T20:12:22.497Z[ host-image] Aug 26 20:12:20.970 INFO O| Aug 26 20:12:20.970 INFO STEP 41: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
84712024-08-26T20:12:22.504Z[ host-image] Aug 26 20:12:20.980 INFO O| Aug 26 20:12:20.980 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/usbprn"
84722024-08-26T20:12:22.505Z[ host-image] Aug 26 20:12:20.980 INFO O| Aug 26 20:12:20.980 INFO STEP 41 (remove_files) COMPLETE
84732024-08-26T20:12:22.505Z[ host-image] Aug 26 20:12:20.980 INFO O| Aug 26 20:12:20.980 INFO STEP 42: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
84742024-08-26T20:12:22.514Z[ host-image] Aug 26 20:12:20.989 INFO O| Aug 26 20:12:20.989 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/xhci"
84752024-08-26T20:12:22.514Z[ host-image] Aug 26 20:12:20.989 INFO O| Aug 26 20:12:20.989 INFO STEP 42 (remove_files) COMPLETE
84762024-08-26T20:12:22.517Z[ host-image] Aug 26 20:12:20.989 INFO O| Aug 26 20:12:20.989 INFO STEP 43: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
84772024-08-26T20:12:22.524Z[ host-image] Aug 26 20:12:20.999 INFO O| Aug 26 20:12:20.999 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/intel_nhm"
84782024-08-26T20:12:22.524Z[ host-image] Aug 26 20:12:20.999 INFO O| Aug 26 20:12:20.999 INFO STEP 43 (remove_files) COMPLETE
84792024-08-26T20:12:22.527Z[ host-image] Aug 26 20:12:20.999 INFO O| Aug 26 20:12:20.999 INFO STEP 44: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
84802024-08-26T20:12:22.535Z[ host-image] Aug 26 20:12:21.010 INFO O| Aug 26 20:12:21.010 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/intel_nb5000"
84812024-08-26T20:12:22.535Z[ host-image] Aug 26 20:12:21.010 INFO O| Aug 26 20:12:21.010 INFO STEP 44 (remove_files) COMPLETE
84822024-08-26T20:12:22.538Z[ host-image] Aug 26 20:12:21.010 INFO O| Aug 26 20:12:21.010 INFO STEP 45: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
84832024-08-26T20:12:22.544Z[ host-image] Aug 26 20:12:21.019 INFO O| Aug 26 20:12:21.019 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/mc-amd"
84842024-08-26T20:12:22.547Z[ host-image] Aug 26 20:12:21.019 INFO O| Aug 26 20:12:21.019 INFO STEP 45 (remove_files) COMPLETE
84852024-08-26T20:12:22.547Z[ host-image] Aug 26 20:12:21.020 INFO O| Aug 26 20:12:21.019 INFO STEP 46: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
84862024-08-26T20:12:22.554Z[ host-image] Aug 26 20:12:21.029 INFO O| Aug 26 20:12:21.029 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/acpi_toshiba"
84872024-08-26T20:12:22.554Z[ host-image] Aug 26 20:12:21.029 INFO O| Aug 26 20:12:21.029 INFO STEP 46 (remove_files) COMPLETE
84882024-08-26T20:12:22.557Z[ host-image] Aug 26 20:12:21.030 INFO O| Aug 26 20:12:21.029 INFO STEP 47: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
84892024-08-26T20:12:22.565Z[ host-image] Aug 26 20:12:21.040 INFO O| Aug 26 20:12:21.040 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/intel_nhmex"
84902024-08-26T20:12:22.565Z[ host-image] Aug 26 20:12:21.040 INFO O| Aug 26 20:12:21.040 INFO STEP 47 (remove_files) COMPLETE
84912024-08-26T20:12:22.567Z[ host-image] Aug 26 20:12:21.040 INFO O| Aug 26 20:12:21.040 INFO STEP 48: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
84922024-08-26T20:12:22.575Z[ host-image] Aug 26 20:12:21.050 INFO O| Aug 26 20:12:21.050 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/intel_nhmex.conf"
84932024-08-26T20:12:22.575Z[ host-image] Aug 26 20:12:21.050 INFO O| Aug 26 20:12:21.050 INFO STEP 48 (remove_files) COMPLETE
84942024-08-26T20:12:22.577Z[ host-image] Aug 26 20:12:21.050 INFO O| Aug 26 20:12:21.050 INFO STEP 49: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
84952024-08-26T20:12:22.585Z[ host-image] Aug 26 20:12:21.060 INFO O| Aug 26 20:12:21.060 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/mpt"
84962024-08-26T20:12:22.587Z[ host-image] Aug 26 20:12:21.060 INFO O| Aug 26 20:12:21.060 INFO STEP 49 (remove_files) COMPLETE
84972024-08-26T20:12:22.587Z[ host-image] Aug 26 20:12:21.060 INFO O| Aug 26 20:12:21.060 INFO STEP 50: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
84982024-08-26T20:12:22.594Z[ host-image] Aug 26 20:12:21.070 INFO O| Aug 26 20:12:21.070 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/mpt.conf"
84992024-08-26T20:12:22.594Z[ host-image] Aug 26 20:12:21.070 INFO O| Aug 26 20:12:21.070 INFO STEP 50 (remove_files) COMPLETE
85002024-08-26T20:12:22.594Z[ host-image] Aug 26 20:12:21.070 INFO O| Aug 26 20:12:21.070 INFO STEP 51: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
85012024-08-26T20:12:22.604Z[ host-image] Aug 26 20:12:21.079 INFO O| Aug 26 20:12:21.079 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/usr/lib/fm/fmd/plugins/ses-log-transport.so"
85022024-08-26T20:12:22.607Z[ host-image] Aug 26 20:12:21.080 INFO O| Aug 26 20:12:21.079 INFO STEP 51 (remove_files) COMPLETE
85032024-08-26T20:12:22.607Z[ host-image] Aug 26 20:12:21.080 INFO O| Aug 26 20:12:21.079 INFO STEP 52: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
85042024-08-26T20:12:22.614Z[ host-image] Aug 26 20:12:21.089 INFO O| Aug 26 20:12:21.089 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/usr/lib/fm/fmd/plugins/ses-log-transport.conf"
85052024-08-26T20:12:22.617Z[ host-image] Aug 26 20:12:21.089 INFO O| Aug 26 20:12:21.089 INFO STEP 52 (remove_files) COMPLETE
85062024-08-26T20:12:22.617Z[ host-image] Aug 26 20:12:21.089 INFO O| Aug 26 20:12:21.089 INFO STEP 53: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
85072024-08-26T20:12:22.623Z[ host-image] Aug 26 20:12:21.099 INFO O| Aug 26 20:12:21.099 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/sbin/bootadm"
85082024-08-26T20:12:22.626Z[ host-image] Aug 26 20:12:21.099 INFO O| Aug 26 20:12:21.099 INFO STEP 53 (remove_files) COMPLETE
85092024-08-26T20:12:22.626Z[ host-image] Aug 26 20:12:21.099 INFO O| Aug 26 20:12:21.099 INFO STEP 54: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
85102024-08-26T20:12:22.634Z[ host-image] Aug 26 20:12:21.109 INFO O| Aug 26 20:12:21.109 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/usr/sbin/bootadm"
85112024-08-26T20:12:22.634Z[ host-image] Aug 26 20:12:21.109 INFO O| Aug 26 20:12:21.109 INFO STEP 54 (remove_files) COMPLETE
85122024-08-26T20:12:22.636Z[ host-image] Aug 26 20:12:21.109 INFO O| Aug 26 20:12:21.109 INFO STEP 55: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
85132024-08-26T20:12:22.644Z[ host-image] Aug 26 20:12:21.119 INFO O| Aug 26 20:12:21.119 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/sbin/beadm"
85142024-08-26T20:12:22.644Z[ host-image] Aug 26 20:12:21.119 INFO O| Aug 26 20:12:21.119 INFO STEP 55 (remove_files) COMPLETE
85152024-08-26T20:12:22.644Z[ host-image] Aug 26 20:12:21.119 INFO O| Aug 26 20:12:21.119 INFO STEP 56: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
85162024-08-26T20:12:22.654Z[ host-image] Aug 26 20:12:21.129 INFO O| Aug 26 20:12:21.129 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/usr/sbin/beadm"
85172024-08-26T20:12:22.654Z[ host-image] Aug 26 20:12:21.129 INFO O| Aug 26 20:12:21.129 INFO STEP 56 (remove_files) COMPLETE
85182024-08-26T20:12:22.658Z[ host-image] Aug 26 20:12:21.129 INFO O| Aug 26 20:12:21.129 INFO STEP 57: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
85192024-08-26T20:12:22.664Z[ host-image] Aug 26 20:12:21.139 INFO O| Aug 26 20:12:21.139 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/etc/default/tar"
85202024-08-26T20:12:22.664Z[ host-image] Aug 26 20:12:21.139 INFO O| Aug 26 20:12:21.139 INFO STEP 57 (remove_files) COMPLETE
85212024-08-26T20:12:22.664Z[ host-image] Aug 26 20:12:21.139 INFO O| Aug 26 20:12:21.139 INFO STEP 58: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
85222024-08-26T20:12:22.674Z[ host-image] Aug 26 20:12:21.149 INFO O| Aug 26 20:12:21.149 WARN file /rpool/images/build/host/work/gimlet/ramdisk/lib/svc/method/keymap exists, with wrong contents, unlinking
85232024-08-26T20:12:22.677Z[ host-image] Aug 26 20:12:21.149 INFO O| Aug 26 20:12:21.149 INFO writing /rpool/images/build/host/work/gimlet/ramdisk/lib/svc/method/keymap ...
85242024-08-26T20:12:22.677Z[ host-image] Aug 26 20:12:21.150 INFO O| Aug 26 20:12:21.149 INFO perms are 644, should be 755, path: /rpool/images/build/host/work/gimlet/ramdisk/lib/svc/method/keymap
85252024-08-26T20:12:22.677Z[ host-image] Aug 26 20:12:21.150 INFO O| Aug 26 20:12:21.150 INFO chmod ok, path: /rpool/images/build/host/work/gimlet/ramdisk/lib/svc/method/keymap
85262024-08-26T20:12:22.677Z[ host-image] Aug 26 20:12:21.150 INFO O| Aug 26 20:12:21.150 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/gimlet/ramdisk/lib/svc/method/keymap
85272024-08-26T20:12:22.677Z[ host-image] Aug 26 20:12:21.150 INFO O| Aug 26 20:12:21.150 INFO chown ok, path: /rpool/images/build/host/work/gimlet/ramdisk/lib/svc/method/keymap
85282024-08-26T20:12:22.677Z[ host-image] Aug 26 20:12:21.150 INFO O| Aug 26 20:12:21.150 INFO ok!
85292024-08-26T20:12:22.677Z[ host-image] Aug 26 20:12:21.150 INFO O| Aug 26 20:12:21.150 INFO STEP 58 (ensure_file) COMPLETE
85302024-08-26T20:12:22.677Z[ host-image] Aug 26 20:12:21.150 INFO O| Aug 26 20:12:21.150 INFO STEP 59: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
85312024-08-26T20:12:22.684Z[ host-image] Aug 26 20:12:21.159 INFO O| Aug 26 20:12:21.159 WARN file /rpool/images/build/host/work/gimlet/ramdisk/lib/svc/bin/rootisramdisk exists, with wrong contents, unlinking
85322024-08-26T20:12:22.684Z[ host-image] Aug 26 20:12:21.160 INFO O| Aug 26 20:12:21.159 INFO copying /work/oxidecomputer/helios/image/templates/files/rootisramdisk -> /rpool/images/build/host/work/gimlet/ramdisk/lib/svc/bin/rootisramdisk ...
85332024-08-26T20:12:22.687Z[ host-image] Aug 26 20:12:21.160 INFO O| Aug 26 20:12:21.160 INFO perms are 644, should be 755, path: /rpool/images/build/host/work/gimlet/ramdisk/lib/svc/bin/rootisramdisk
85342024-08-26T20:12:22.687Z[ host-image] Aug 26 20:12:21.160 INFO O| Aug 26 20:12:21.160 INFO chmod ok, path: /rpool/images/build/host/work/gimlet/ramdisk/lib/svc/bin/rootisramdisk
85352024-08-26T20:12:22.687Z[ host-image] Aug 26 20:12:21.160 INFO O| Aug 26 20:12:21.160 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/gimlet/ramdisk/lib/svc/bin/rootisramdisk
85362024-08-26T20:12:22.687Z[ host-image] Aug 26 20:12:21.160 INFO O| Aug 26 20:12:21.160 INFO chown ok, path: /rpool/images/build/host/work/gimlet/ramdisk/lib/svc/bin/rootisramdisk
85372024-08-26T20:12:22.687Z[ host-image] Aug 26 20:12:21.160 INFO O| Aug 26 20:12:21.160 INFO ok!
85382024-08-26T20:12:22.687Z[ host-image] Aug 26 20:12:21.160 INFO O| Aug 26 20:12:21.160 INFO STEP 59 (ensure_file) COMPLETE
85392024-08-26T20:12:22.687Z[ host-image] Aug 26 20:12:21.160 INFO O| Aug 26 20:12:21.160 INFO STEP 60: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
85402024-08-26T20:12:22.694Z[ host-image] Aug 26 20:12:21.170 INFO O| Aug 26 20:12:21.169 INFO file /rpool/images/build/host/work/gimlet/ramdisk/root/.bash_profile does not exist
85412024-08-26T20:12:22.694Z[ host-image] Aug 26 20:12:21.170 INFO O| Aug 26 20:12:21.169 INFO copying /work/oxidecomputer/helios/image/templates/files/bash_profile -> /rpool/images/build/host/work/gimlet/ramdisk/root/.bash_profile ...
85422024-08-26T20:12:22.697Z[ host-image] Aug 26 20:12:21.170 INFO O| Aug 26 20:12:21.170 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/ramdisk/root/.bash_profile
85432024-08-26T20:12:22.697Z[ host-image] Aug 26 20:12:21.170 INFO O| Aug 26 20:12:21.170 INFO ok!
85442024-08-26T20:12:22.697Z[ host-image] Aug 26 20:12:21.170 INFO O| Aug 26 20:12:21.170 INFO STEP 60 (ensure_file) COMPLETE
85452024-08-26T20:12:22.697Z[ host-image] Aug 26 20:12:21.170 INFO O| Aug 26 20:12:21.170 INFO STEP 61: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
85462024-08-26T20:12:22.704Z[ host-image] Aug 26 20:12:21.180 INFO O| Aug 26 20:12:21.179 WARN file /rpool/images/build/host/work/gimlet/ramdisk/root/.bashrc exists, with wrong contents, unlinking
85472024-08-26T20:12:22.707Z[ host-image] Aug 26 20:12:21.180 INFO O| Aug 26 20:12:21.180 INFO copying /work/oxidecomputer/helios/image/templates/files/bashrc -> /rpool/images/build/host/work/gimlet/ramdisk/root/.bashrc ...
85482024-08-26T20:12:22.707Z[ host-image] Aug 26 20:12:21.180 INFO O| Aug 26 20:12:21.180 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/ramdisk/root/.bashrc
85492024-08-26T20:12:22.707Z[ host-image] Aug 26 20:12:21.180 INFO O| Aug 26 20:12:21.180 INFO ok!
85502024-08-26T20:12:22.707Z[ host-image] Aug 26 20:12:21.180 INFO O| Aug 26 20:12:21.180 INFO STEP 61 (ensure_file) COMPLETE
85512024-08-26T20:12:22.707Z[ host-image] Aug 26 20:12:21.180 INFO O| Aug 26 20:12:21.180 INFO STEP 62: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
85522024-08-26T20:12:22.717Z[ host-image] Aug 26 20:12:21.192 INFO O| Aug 26 20:12:21.192 WARN file /rpool/images/build/host/work/gimlet/ramdisk/etc/motd exists, with wrong contents, unlinking
85532024-08-26T20:12:22.717Z[ host-image] Aug 26 20:12:21.192 INFO O| Aug 26 20:12:21.192 INFO copying /work/oxidecomputer/helios/image/templates/files/motd -> /rpool/images/build/host/work/gimlet/ramdisk/etc/motd ...
85542024-08-26T20:12:22.717Z[ host-image] Aug 26 20:12:21.192 INFO O| Aug 26 20:12:21.192 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/gimlet/ramdisk/etc/motd
85552024-08-26T20:12:22.720Z[ host-image] Aug 26 20:12:21.193 INFO O| Aug 26 20:12:21.192 INFO chown ok, path: /rpool/images/build/host/work/gimlet/ramdisk/etc/motd
85562024-08-26T20:12:22.720Z[ host-image] Aug 26 20:12:21.193 INFO O| Aug 26 20:12:21.193 INFO ok!
85572024-08-26T20:12:22.720Z[ host-image] Aug 26 20:12:21.193 INFO O| Aug 26 20:12:21.193 INFO STEP 62 (ensure_file) COMPLETE
85582024-08-26T20:12:22.720Z[ host-image] Aug 26 20:12:21.193 INFO O| Aug 26 20:12:21.193 INFO STEP 63: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
85592024-08-26T20:12:22.729Z[ host-image] Aug 26 20:12:21.204 INFO O| Aug 26 20:12:21.204 INFO file /rpool/images/build/host/work/gimlet/ramdisk/etc/system.d/zfs:dbuf does not exist
85602024-08-26T20:12:22.729Z[ host-image] Aug 26 20:12:21.204 INFO O| Aug 26 20:12:21.204 INFO copying /work/oxidecomputer/helios/image/templates/files/gimlet-system-zfs:dbuf -> /rpool/images/build/host/work/gimlet/ramdisk/etc/system.d/zfs:dbuf ...
85612024-08-26T20:12:22.732Z[ host-image] Aug 26 20:12:21.204 INFO O| Aug 26 20:12:21.204 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/gimlet/ramdisk/etc/system.d/zfs:dbuf
85622024-08-26T20:12:22.732Z[ host-image] Aug 26 20:12:21.205 INFO O| Aug 26 20:12:21.204 INFO chown ok, path: /rpool/images/build/host/work/gimlet/ramdisk/etc/system.d/zfs:dbuf
85632024-08-26T20:12:22.732Z[ host-image] Aug 26 20:12:21.205 INFO O| Aug 26 20:12:21.204 INFO ok!
85642024-08-26T20:12:22.732Z[ host-image] Aug 26 20:12:21.205 INFO O| Aug 26 20:12:21.205 INFO STEP 63 (ensure_file) COMPLETE
85652024-08-26T20:12:22.732Z[ host-image] Aug 26 20:12:21.205 INFO O| Aug 26 20:12:21.205 INFO STEP 64: assemble_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
85662024-08-26T20:12:22.740Z[ host-image] Aug 26 20:12:21.215 INFO O| Aug 26 20:12:21.215 INFO file /rpool/images/build/host/work/gimlet/ramdisk/etc/system.d/.self-assembly does not exist
85672024-08-26T20:12:22.740Z[ host-image] Aug 26 20:12:21.215 INFO O| Aug 26 20:12:21.215 INFO writing /rpool/images/build/host/work/gimlet/ramdisk/etc/system.d/.self-assembly ...
85682024-08-26T20:12:22.740Z[ host-image] Aug 26 20:12:21.215 INFO O| Aug 26 20:12:21.215 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/ramdisk/etc/system.d/.self-assembly
85692024-08-26T20:12:22.742Z[ host-image] Aug 26 20:12:21.215 INFO O| Aug 26 20:12:21.215 INFO ok!
85702024-08-26T20:12:22.743Z[ host-image] Aug 26 20:12:21.215 INFO O| Aug 26 20:12:21.215 INFO STEP 64 (assemble_files) COMPLETE
85712024-08-26T20:12:22.743Z[ host-image] Aug 26 20:12:21.215 INFO O| Aug 26 20:12:21.215 INFO STEP 65: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
85722024-08-26T20:12:22.750Z[ host-image] Aug 26 20:12:21.225 INFO O| Aug 26 20:12:21.225 INFO file /rpool/images/build/host/work/gimlet/ramdisk/etc/dumpadm.conf does not exist
85732024-08-26T20:12:22.750Z[ host-image] Aug 26 20:12:21.225 INFO O| Aug 26 20:12:21.225 INFO copying /work/oxidecomputer/helios/image/templates/files/dumpadm.conf -> /rpool/images/build/host/work/gimlet/ramdisk/etc/dumpadm.conf ...
85742024-08-26T20:12:22.753Z[ host-image] Aug 26 20:12:21.225 INFO O| Aug 26 20:12:21.225 INFO ownership wrong (Id(0):Id(0), not 0:1), path: /rpool/images/build/host/work/gimlet/ramdisk/etc/dumpadm.conf
85752024-08-26T20:12:22.753Z[ host-image] Aug 26 20:12:21.225 INFO O| Aug 26 20:12:21.225 INFO chown ok, path: /rpool/images/build/host/work/gimlet/ramdisk/etc/dumpadm.conf
85762024-08-26T20:12:22.753Z[ host-image] Aug 26 20:12:21.225 INFO O| Aug 26 20:12:21.225 INFO ok!
85772024-08-26T20:12:22.753Z[ host-image] Aug 26 20:12:21.225 INFO O| Aug 26 20:12:21.225 INFO STEP 65 (ensure_file) COMPLETE
85782024-08-26T20:12:22.753Z[ host-image] Aug 26 20:12:21.225 INFO O| Aug 26 20:12:21.225 INFO STEP 66: ensure_dir, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
85792024-08-26T20:12:22.764Z[ host-image] Aug 26 20:12:21.235 INFO O| Aug 26 20:12:21.235 INFO creating directory: /rpool/images/build/host/work/gimlet/ramdisk/usr/lib/brand/omicron1/baseline
85802024-08-26T20:12:22.764Z[ host-image] Aug 26 20:12:21.235 INFO O| Aug 26 20:12:21.235 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/gimlet/ramdisk/usr/lib/brand/omicron1/baseline
85812024-08-26T20:12:22.764Z[ host-image] Aug 26 20:12:21.236 INFO O| Aug 26 20:12:21.236 INFO chown ok, path: /rpool/images/build/host/work/gimlet/ramdisk/usr/lib/brand/omicron1/baseline
85822024-08-26T20:12:22.764Z[ host-image] Aug 26 20:12:21.236 INFO O| Aug 26 20:12:21.236 INFO STEP 66 (ensure_dir) COMPLETE
85832024-08-26T20:12:22.764Z[ host-image] Aug 26 20:12:21.236 INFO O| Aug 26 20:12:21.236 INFO STEP 67: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
85842024-08-26T20:12:22.770Z[ host-image] Aug 26 20:12:21.245 INFO O| Aug 26 20:12:21.245 INFO file /rpool/images/build/host/work/gimlet/ramdisk/usr/lib/brand/omicron1/baseline/files.tar.gz does not exist
85852024-08-26T20:12:22.770Z[ host-image] Aug 26 20:12:21.245 INFO O| Aug 26 20:12:21.245 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 ...
85862024-08-26T20:12:22.777Z[ host-image] Aug 26 20:12:21.252 INFO O| Aug 26 20:12:21.252 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
85872024-08-26T20:12:22.777Z[ host-image] Aug 26 20:12:21.252 INFO O| Aug 26 20:12:21.252 INFO chown ok, path: /rpool/images/build/host/work/gimlet/ramdisk/usr/lib/brand/omicron1/baseline/files.tar.gz
85882024-08-26T20:12:22.780Z[ host-image] Aug 26 20:12:21.252 INFO O| Aug 26 20:12:21.252 INFO ok!
85892024-08-26T20:12:22.780Z[ host-image] Aug 26 20:12:21.253 INFO O| Aug 26 20:12:21.252 INFO STEP 67 (ensure_file) COMPLETE
85902024-08-26T20:12:22.780Z[ host-image] Aug 26 20:12:21.253 INFO O| Aug 26 20:12:21.252 INFO STEP 68: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
85912024-08-26T20:12:22.789Z[ host-image] Aug 26 20:12:21.264 INFO O| Aug 26 20:12:21.264 INFO file /rpool/images/build/host/work/gimlet/ramdisk/usr/lib/brand/omicron1/baseline/gzonly.txt does not exist
85922024-08-26T20:12:22.789Z[ host-image] Aug 26 20:12:21.264 INFO O| Aug 26 20:12:21.264 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 ...
85932024-08-26T20:12:22.792Z[ host-image] Aug 26 20:12:21.264 INFO O| Aug 26 20:12:21.264 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
85942024-08-26T20:12:22.792Z[ host-image] Aug 26 20:12:21.265 INFO O| Aug 26 20:12:21.264 INFO chown ok, path: /rpool/images/build/host/work/gimlet/ramdisk/usr/lib/brand/omicron1/baseline/gzonly.txt
85952024-08-26T20:12:22.792Z[ host-image] Aug 26 20:12:21.265 INFO O| Aug 26 20:12:21.265 INFO ok!
85962024-08-26T20:12:22.792Z[ host-image] Aug 26 20:12:21.265 INFO O| Aug 26 20:12:21.265 INFO STEP 68 (ensure_file) COMPLETE
85972024-08-26T20:12:22.792Z[ host-image] Aug 26 20:12:21.265 INFO O| Aug 26 20:12:21.265 INFO STEP 69: pack_tar, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
85982024-08-26T20:12:22.804Z[ host-image] Aug 26 20:12:21.280 INFO O| Aug 26 20:12:21.279 INFO file /rpool/images/build/host/output/gimlet-ramdisk.tar does not already exist, skipping removal
85992024-08-26T20:12:22.805Z[ host-image] Aug 26 20:12:21.280 INFO O| Aug 26 20:12:21.280 INFO exec: ["/usr/sbin/tar", "ceEp@/f", "/rpool/images/build/host/output/gimlet-ramdisk.tar", "-C", "/rpool/images/build/host/work/gimlet/ramdisk", "."]
86002024-08-26T20:12:24.913Z[ host-image] Aug 26 20:12:23.387 INFO O| Aug 26 20:12:23.387 INFO STEP 69 (pack_tar) COMPLETE
86012024-08-26T20:12:24.913Z[ host-image] Aug 26 20:12:23.387 INFO O| Aug 26 20:12:23.387 INFO creating output snapshot rpool/images/build/host/work/gimlet/ramdisk@trim
86022024-08-26T20:12:24.915Z[ host-image] Aug 26 20:12:23.387 INFO O| Aug 26 20:12:23.387 INFO CREATE SNAPSHOT: rpool/images/build/host/work/gimlet/ramdisk@trim
86032024-08-26T20:12:25.660Z[ host-image] Aug 26 20:12:24.135 INFO O| Aug 26 20:12:24.135 INFO DESTROY DATASET: rpool/images/build/host/tmp/gimlet/ramdisk-02-trim
86042024-08-26T20:12:25.738Z[ host-image] Aug 26 20:12:24.213 INFO O| Aug 26 20:12:24.213 INFO completed processing gimlet/ramdisk-02-trim
86052024-08-26T20:12:25.741Z[ host-image] Aug 26 20:12:24.215 INFO image builder template: zfs...
86062024-08-26T20:12:25.741Z[ host-image] Aug 26 20:12:24.215 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/.tmpYkxlj2/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
86072024-08-26T20:12:25.755Z[ host-image] Aug 26 20:12:24.230 INFO O| Aug 26 20:12:24.229 INFO skip include "stress" because feature "stress" is not enabled
86082024-08-26T20:12:25.786Z[ host-image] Aug 26 20:12:24.261 INFO O| Aug 26 20:12:24.261 INFO temporary dataset: rpool/images/build/host/tmp/gimlet/zfs
86092024-08-26T20:12:25.790Z[ host-image] Aug 26 20:12:24.265 INFO O| Aug 26 20:12:24.265 INFO CREATE DATASET: rpool/images/build/host/tmp/gimlet/zfs
86102024-08-26T20:12:25.879Z[ host-image] Aug 26 20:12:24.354 INFO O| Aug 26 20:12:24.353 INFO SET DATASET PROPERTY ON rpool/images/build/host/tmp/gimlet/zfs: sync = disabled
86112024-08-26T20:12:25.950Z[ host-image] Aug 26 20:12:24.425 INFO O| Aug 26 20:12:24.425 INFO temporary directory: /rpool/images/build/host/tmp/gimlet/zfs
86122024-08-26T20:12:25.950Z[ host-image] Aug 26 20:12:24.425 INFO O| Aug 26 20:12:24.425 INFO work dataset: rpool/images/build/host/work/gimlet/zfs
86132024-08-26T20:12:25.955Z[ host-image] Aug 26 20:12:24.430 INFO O| Aug 26 20:12:24.430 INFO CREATE DATASET: rpool/images/build/host/work/gimlet/zfs
86142024-08-26T20:12:26.029Z[ host-image] Aug 26 20:12:24.504 INFO O| Aug 26 20:12:24.504 INFO SET DATASET PROPERTY ON rpool/images/build/host/work/gimlet/zfs: sync = disabled
86152024-08-26T20:12:26.102Z[ host-image] Aug 26 20:12:24.577 INFO O| Aug 26 20:12:24.576 INFO DESTROY POOL: TEMPORARY-gimlet-zfs
86162024-08-26T20:12:26.113Z[ host-image] Aug 26 20:12:24.588 INFO O| Aug 26 20:12:24.588 INFO image file: /rpool/images/build/host/work/gimlet/zfs/lofi.raw
86172024-08-26T20:12:26.118Z[ host-image] Aug 26 20:12:24.593 INFO O| Aug 26 20:12:24.593 INFO pool altroot: /rpool/images/build/host/work/gimlet/zfs/altroot
86182024-08-26T20:12:26.118Z[ host-image] Aug 26 20:12:24.593 INFO O| Aug 26 20:12:24.593 INFO no lofi found
86192024-08-26T20:12:26.121Z[ host-image] Aug 26 20:12:24.593 INFO O| Aug 26 20:12:24.593 INFO file /rpool/images/build/host/work/gimlet/zfs/lofi.raw does not already exist, skipping removal
86202024-08-26T20:12:26.121Z[ host-image] Aug 26 20:12:24.593 INFO O| Aug 26 20:12:24.593 INFO CREATE IMAGE (1000MB): /rpool/images/build/host/work/gimlet/zfs/lofi.raw
86212024-08-26T20:12:27.535Z[ host-image] Aug 26 20:12:26.009 INFO O| Aug 26 20:12:26.009 INFO lofi device = /dev/dsk/c2t1d0p0
86222024-08-26T20:12:27.535Z[ host-image] Aug 26 20:12:26.010 INFO O| Aug 26 20:12:26.009 INFO pool device = /dev/dsk/c2t1d0p0
86232024-08-26T20:12:27.538Z[ host-image] Aug 26 20:12:26.010 INFO O| Aug 26 20:12:26.010 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"]
86242024-08-26T20:12:27.608Z[ host-image] Aug 26 20:12:26.083 INFO O| Aug 26 20:12:26.082 INFO STEP 0: create_be, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs.json
86252024-08-26T20:12:27.608Z[ host-image] Aug 26 20:12:26.083 INFO O| Aug 26 20:12:26.083 INFO CREATE DATASET: TEMPORARY-gimlet-zfs/ROOT
86262024-08-26T20:12:27.629Z[ host-image] Aug 26 20:12:26.103 INFO O| Aug 26 20:12:26.103 INFO SET DATASET PROPERTY ON TEMPORARY-gimlet-zfs/ROOT: canmount = off
86272024-08-26T20:12:27.693Z[ host-image] Aug 26 20:12:26.167 INFO O| Aug 26 20:12:26.167 INFO SET DATASET PROPERTY ON TEMPORARY-gimlet-zfs/ROOT: mountpoint = legacy
86282024-08-26T20:12:27.731Z[ host-image] Aug 26 20:12:26.206 INFO O| Aug 26 20:12:26.206 INFO CREATE DATASET: TEMPORARY-gimlet-zfs/ROOT/ramdisk
86292024-08-26T20:12:27.745Z[ host-image] Aug 26 20:12:26.220 INFO O| Aug 26 20:12:26.220 INFO SET DATASET PROPERTY ON TEMPORARY-gimlet-zfs/ROOT/ramdisk: canmount = noauto
86302024-08-26T20:12:27.756Z[ host-image] Aug 26 20:12:26.230 INFO O| Aug 26 20:12:26.230 INFO SET DATASET PROPERTY ON TEMPORARY-gimlet-zfs/ROOT/ramdisk: mountpoint = legacy
86312024-08-26T20:12:27.802Z[ host-image] Aug 26 20:12:26.277 INFO O| Aug 26 20:12:26.277 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a
86322024-08-26T20:12:27.805Z[ host-image] Aug 26 20:12:26.277 INFO O| Aug 26 20:12:26.277 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a
86332024-08-26T20:12:27.805Z[ host-image] Aug 26 20:12:26.277 INFO O| Aug 26 20:12:26.277 INFO exec: ["/sbin/mount", "-F", "zfs", "TEMPORARY-gimlet-zfs/ROOT/ramdisk", "/rpool/images/build/host/work/gimlet/zfs/a"]
86342024-08-26T20:12:27.813Z[ host-image] Aug 26 20:12:26.288 INFO O| Aug 26 20:12:26.288 INFO boot environment UUID: 668f25b6-4a10-406b-91cf-fc217813ed59
86352024-08-26T20:12:27.813Z[ host-image] Aug 26 20:12:26.288 INFO O| Aug 26 20:12:26.288 INFO SET DATASET PROPERTY ON TEMPORARY-gimlet-zfs/ROOT/ramdisk: org.opensolaris.libbe:uuid = 668f25b6-4a10-406b-91cf-fc217813ed59
86362024-08-26T20:12:27.824Z[ host-image] Aug 26 20:12:26.299 INFO O| Aug 26 20:12:26.299 INFO SET DATASET PROPERTY ON TEMPORARY-gimlet-zfs/ROOT/ramdisk: org.opensolaris.libbe:policy = static
86372024-08-26T20:12:27.835Z[ host-image] Aug 26 20:12:26.309 INFO O| Aug 26 20:12:26.309 INFO STEP 0 (create_be) COMPLETE
86382024-08-26T20:12:27.835Z[ host-image] Aug 26 20:12:26.309 INFO O| Aug 26 20:12:26.309 INFO STEP 1: unpack_tar, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs.json
86392024-08-26T20:12:27.850Z[ host-image] Aug 26 20:12:26.325 INFO O| Aug 26 20:12:26.324 INFO exec: ["/usr/sbin/tar", "xeEp@/f", "/rpool/images/build/host/output/gimlet-ramdisk.tar", "-C", "/rpool/images/build/host/work/gimlet/zfs/a"]
86402024-08-26T20:12:31.890Z[ recovery-image] Aug 26 20:12:30.361 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)
86412024-08-26T20:12:34.547Z[ recovery-image] Aug 26 20:12:33.016 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)
86422024-08-26T20:12:39.028Z[ recovery-image] Aug 26 20:12:37.501 INFO E| Compiling bitflags v1.3.2
86432024-08-26T20:12:39.028Z[ recovery-image] Aug 26 20:12:37.501 INFO E| Compiling plain v0.2.3
86442024-08-26T20:12:39.028Z[ recovery-image] Aug 26 20:12:37.501 INFO E| Compiling bit_field v0.10.2
86452024-08-26T20:12:39.028Z[ recovery-image] Aug 26 20:12:37.501 INFO E| Compiling scroll v0.12.0
86462024-08-26T20:12:39.028Z[ recovery-image] Aug 26 20:12:37.501 INFO E| Compiling adler v1.0.2
86472024-08-26T20:12:39.028Z[ recovery-image] Aug 26 20:12:37.501 INFO E| Compiling log v0.4.21
86482024-08-26T20:12:39.029Z[ recovery-image] Aug 26 20:12:37.501 INFO E| Compiling static_assertions v1.1.0
86492024-08-26T20:12:39.172Z[ recovery-image] Aug 26 20:12:37.644 INFO E| Compiling raw-cpuid v10.7.0
86502024-08-26T20:12:39.284Z[ recovery-image] Aug 26 20:12:37.756 INFO E| Compiling cpio_reader v0.1.1
86512024-08-26T20:12:39.365Z[ recovery-image] Aug 26 20:12:37.836 INFO E| Compiling miniz_oxide v0.7.2
86522024-08-26T20:12:39.918Z[ recovery-image] Aug 26 20:12:38.275 INFO E| Compiling bitstruct v0.1.1
86532024-08-26T20:12:40.350Z[ recovery-image] Aug 26 20:12:38.822 INFO E| Compiling goblin v0.8.0
86542024-08-26T20:12:49.996Z[ host-image] Aug 26 20:12:48.468 INFO O| Aug 26 20:12:48.468 INFO STEP 1 (unpack_tar) COMPLETE
86552024-08-26T20:12:49.996Z[ host-image] Aug 26 20:12:48.468 INFO O| Aug 26 20:12:48.468 INFO STEP 2: devfsadm, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
86562024-08-26T20:12:50.008Z[ host-image] Aug 26 20:12:48.479 INFO O| Aug 26 20:12:48.479 INFO exec: ["/usr/sbin/devfsadm", "-r", "/rpool/images/build/host/work/gimlet/zfs/a"]
86572024-08-26T20:12:50.160Z[ host-image] Aug 26 20:12:48.632 INFO O| Aug 26 20:12:48.632 INFO STEP 2 (devfsadm) COMPLETE
86582024-08-26T20:12:50.160Z[ host-image] Aug 26 20:12:48.632 INFO O| Aug 26 20:12:48.632 INFO STEP 3: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
86592024-08-26T20:12:50.172Z[ host-image] Aug 26 20:12:48.643 INFO O| Aug 26 20:12:48.643 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/dev/cfg
86602024-08-26T20:12:50.174Z[ host-image] Aug 26 20:12:48.643 INFO O| Aug 26 20:12:48.643 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/dev/cfg
86612024-08-26T20:12:50.174Z[ host-image] Aug 26 20:12:48.643 INFO O| Aug 26 20:12:48.643 INFO STEP 3 (ensure_dir) COMPLETE
86622024-08-26T20:12:50.174Z[ host-image] Aug 26 20:12:48.643 INFO O| Aug 26 20:12:48.643 INFO STEP 4: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
86632024-08-26T20:12:50.181Z[ host-image] Aug 26 20:12:48.653 INFO O| Aug 26 20:12:48.653 INFO ownership already OK (0:3), path: /rpool/images/build/host/work/gimlet/zfs/a/dev/dsk
86642024-08-26T20:12:50.181Z[ host-image] Aug 26 20:12:48.653 INFO O| Aug 26 20:12:48.653 INFO STEP 4 (ensure_dir) COMPLETE
86652024-08-26T20:12:50.184Z[ host-image] Aug 26 20:12:48.653 INFO O| Aug 26 20:12:48.653 INFO STEP 5: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
86662024-08-26T20:12:50.191Z[ host-image] Aug 26 20:12:48.663 INFO O| Aug 26 20:12:48.663 INFO ownership already OK (0:3), path: /rpool/images/build/host/work/gimlet/zfs/a/dev/rdsk
86672024-08-26T20:12:50.191Z[ host-image] Aug 26 20:12:48.663 INFO O| Aug 26 20:12:48.663 INFO STEP 5 (ensure_dir) COMPLETE
86682024-08-26T20:12:50.193Z[ host-image] Aug 26 20:12:48.663 INFO O| Aug 26 20:12:48.663 INFO STEP 6: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
86692024-08-26T20:12:50.201Z[ host-image] Aug 26 20:12:48.672 INFO O| Aug 26 20:12:48.672 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/dev/sensors
86702024-08-26T20:12:50.201Z[ host-image] Aug 26 20:12:48.672 INFO O| Aug 26 20:12:48.672 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/dev/sensors
86712024-08-26T20:12:50.203Z[ host-image] Aug 26 20:12:48.672 INFO O| Aug 26 20:12:48.672 INFO STEP 6 (ensure_dir) COMPLETE
86722024-08-26T20:12:50.203Z[ host-image] Aug 26 20:12:48.673 INFO O| Aug 26 20:12:48.672 INFO STEP 7: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
86732024-08-26T20:12:50.210Z[ host-image] Aug 26 20:12:48.682 INFO O| Aug 26 20:12:48.682 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/dev/usb
86742024-08-26T20:12:50.210Z[ host-image] Aug 26 20:12:48.682 INFO O| Aug 26 20:12:48.682 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/dev/usb
86752024-08-26T20:12:50.212Z[ host-image] Aug 26 20:12:48.682 INFO O| Aug 26 20:12:48.682 INFO STEP 7 (ensure_dir) COMPLETE
86762024-08-26T20:12:50.213Z[ host-image] Aug 26 20:12:48.682 INFO O| Aug 26 20:12:48.682 INFO STEP 8: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
86772024-08-26T20:12:50.220Z[ host-image] Aug 26 20:12:48.691 INFO O| Aug 26 20:12:48.691 INFO remove tree: "/rpool/images/build/host/work/gimlet/zfs/a/dev/cfg"
86782024-08-26T20:12:50.222Z[ host-image] Aug 26 20:12:48.692 INFO O| Aug 26 20:12:48.692 INFO STEP 8 (remove_files) COMPLETE
86792024-08-26T20:12:50.222Z[ host-image] Aug 26 20:12:48.692 INFO O| Aug 26 20:12:48.692 INFO STEP 9: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
86802024-08-26T20:12:50.229Z[ host-image] Aug 26 20:12:48.701 INFO O| Aug 26 20:12:48.701 INFO remove tree: "/rpool/images/build/host/work/gimlet/zfs/a/dev/dsk"
86812024-08-26T20:12:50.232Z[ host-image] Aug 26 20:12:48.702 INFO O| Aug 26 20:12:48.702 INFO STEP 9 (remove_files) COMPLETE
86822024-08-26T20:12:50.232Z[ host-image] Aug 26 20:12:48.702 INFO O| Aug 26 20:12:48.702 INFO STEP 10: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
86832024-08-26T20:12:50.240Z[ host-image] Aug 26 20:12:48.711 INFO O| Aug 26 20:12:48.711 INFO remove tree: "/rpool/images/build/host/work/gimlet/zfs/a/dev/rdsk"
86842024-08-26T20:12:50.242Z[ host-image] Aug 26 20:12:48.712 INFO O| Aug 26 20:12:48.712 INFO STEP 10 (remove_files) COMPLETE
86852024-08-26T20:12:50.242Z[ host-image] Aug 26 20:12:48.712 INFO O| Aug 26 20:12:48.712 INFO STEP 11: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
86862024-08-26T20:12:50.249Z[ host-image] Aug 26 20:12:48.721 INFO O| Aug 26 20:12:48.721 INFO remove tree: "/rpool/images/build/host/work/gimlet/zfs/a/dev/sensors"
86872024-08-26T20:12:50.252Z[ host-image] Aug 26 20:12:48.721 INFO O| Aug 26 20:12:48.721 INFO STEP 11 (remove_files) COMPLETE
86882024-08-26T20:12:50.252Z[ host-image] Aug 26 20:12:48.721 INFO O| Aug 26 20:12:48.721 INFO STEP 12: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
86892024-08-26T20:12:50.259Z[ host-image] Aug 26 20:12:48.731 INFO O| Aug 26 20:12:48.731 INFO remove tree: "/rpool/images/build/host/work/gimlet/zfs/a/dev/usb"
86902024-08-26T20:12:50.262Z[ host-image] Aug 26 20:12:48.731 INFO O| Aug 26 20:12:48.731 INFO STEP 12 (remove_files) COMPLETE
86912024-08-26T20:12:50.262Z[ host-image] Aug 26 20:12:48.731 INFO O| Aug 26 20:12:48.731 INFO STEP 13: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
86922024-08-26T20:12:50.269Z[ host-image] Aug 26 20:12:48.741 INFO O| Aug 26 20:12:48.741 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/dev/cfg
86932024-08-26T20:12:50.269Z[ host-image] Aug 26 20:12:48.741 INFO O| Aug 26 20:12:48.741 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/dev/cfg
86942024-08-26T20:12:50.271Z[ host-image] Aug 26 20:12:48.741 INFO O| Aug 26 20:12:48.741 INFO STEP 13 (ensure_dir) COMPLETE
86952024-08-26T20:12:50.271Z[ host-image] Aug 26 20:12:48.741 INFO O| Aug 26 20:12:48.741 INFO STEP 14: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
86962024-08-26T20:12:50.279Z[ host-image] Aug 26 20:12:48.751 INFO O| Aug 26 20:12:48.751 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/dev/dsk
86972024-08-26T20:12:50.281Z[ host-image] Aug 26 20:12:48.751 INFO O| Aug 26 20:12:48.751 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/gimlet/zfs/a/dev/dsk
86982024-08-26T20:12:50.282Z[ host-image] Aug 26 20:12:48.751 INFO O| Aug 26 20:12:48.751 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/dev/dsk
86992024-08-26T20:12:50.282Z[ host-image] Aug 26 20:12:48.751 INFO O| Aug 26 20:12:48.751 INFO STEP 14 (ensure_dir) COMPLETE
87002024-08-26T20:12:50.282Z[ host-image] Aug 26 20:12:48.751 INFO O| Aug 26 20:12:48.751 INFO STEP 15: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
87012024-08-26T20:12:50.289Z[ host-image] Aug 26 20:12:48.761 INFO O| Aug 26 20:12:48.760 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/dev/rdsk
87022024-08-26T20:12:50.289Z[ host-image] Aug 26 20:12:48.761 INFO O| Aug 26 20:12:48.761 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/gimlet/zfs/a/dev/rdsk
87032024-08-26T20:12:50.292Z[ host-image] Aug 26 20:12:48.761 INFO O| Aug 26 20:12:48.761 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/dev/rdsk
87042024-08-26T20:12:50.292Z[ host-image] Aug 26 20:12:48.761 INFO O| Aug 26 20:12:48.761 INFO STEP 15 (ensure_dir) COMPLETE
87052024-08-26T20:12:50.292Z[ host-image] Aug 26 20:12:48.761 INFO O| Aug 26 20:12:48.761 INFO STEP 16: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
87062024-08-26T20:12:50.298Z[ host-image] Aug 26 20:12:48.770 INFO O| Aug 26 20:12:48.770 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/dev/sensors
87072024-08-26T20:12:50.301Z[ host-image] Aug 26 20:12:48.770 INFO O| Aug 26 20:12:48.770 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/dev/sensors
87082024-08-26T20:12:50.301Z[ host-image] Aug 26 20:12:48.770 INFO O| Aug 26 20:12:48.770 INFO STEP 16 (ensure_dir) COMPLETE
87092024-08-26T20:12:50.301Z[ host-image] Aug 26 20:12:48.770 INFO O| Aug 26 20:12:48.770 INFO STEP 17: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
87102024-08-26T20:12:50.308Z[ host-image] Aug 26 20:12:48.780 INFO O| Aug 26 20:12:48.779 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/dev/usb
87112024-08-26T20:12:50.310Z[ host-image] Aug 26 20:12:48.780 INFO O| Aug 26 20:12:48.780 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/dev/usb
87122024-08-26T20:12:50.310Z[ host-image] Aug 26 20:12:48.780 INFO O| Aug 26 20:12:48.780 INFO STEP 17 (ensure_dir) COMPLETE
87132024-08-26T20:12:50.310Z[ host-image] Aug 26 20:12:48.780 INFO O| Aug 26 20:12:48.780 INFO STEP 18: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
87142024-08-26T20:12:50.317Z[ host-image] Aug 26 20:12:48.789 INFO O| Aug 26 20:12:48.789 INFO link target ok (../devices/pseudo/sysmsg@0:msglog)
87152024-08-26T20:12:50.317Z[ host-image] Aug 26 20:12:48.789 INFO O| Aug 26 20:12:48.789 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/dev/msglog
87162024-08-26T20:12:50.320Z[ host-image] Aug 26 20:12:48.789 INFO O| Aug 26 20:12:48.789 INFO ok!
87172024-08-26T20:12:50.320Z[ host-image] Aug 26 20:12:48.789 INFO O| Aug 26 20:12:48.789 INFO STEP 18 (ensure_symlink) COMPLETE
87182024-08-26T20:12:50.320Z[ host-image] Aug 26 20:12:48.789 INFO O| Aug 26 20:12:48.789 INFO STEP 19: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
87192024-08-26T20:12:50.327Z[ host-image] Aug 26 20:12:48.799 INFO O| Aug 26 20:12:48.799 INFO file /rpool/images/build/host/work/gimlet/zfs/a/reconfigure exists, with correct contents
87202024-08-26T20:12:50.327Z[ host-image] Aug 26 20:12:48.799 INFO O| Aug 26 20:12:48.799 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/reconfigure
87212024-08-26T20:12:50.329Z[ host-image] Aug 26 20:12:48.799 INFO O| Aug 26 20:12:48.799 INFO ok!
87222024-08-26T20:12:50.329Z[ host-image] Aug 26 20:12:48.799 INFO O| Aug 26 20:12:48.799 INFO STEP 19 (ensure_file) COMPLETE
87232024-08-26T20:12:50.329Z[ host-image] Aug 26 20:12:48.799 INFO O| Aug 26 20:12:48.799 INFO STEP 20: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/common.json
87242024-08-26T20:12:50.336Z[ host-image] Aug 26 20:12:48.808 INFO O| Aug 26 20:12:48.808 INFO link /rpool/images/build/host/work/gimlet/zfs/a/etc/svc/profile/generic.xml does not exist
87252024-08-26T20:12:50.336Z[ host-image] Aug 26 20:12:48.808 INFO O| Aug 26 20:12:48.808 INFO linking /rpool/images/build/host/work/gimlet/zfs/a/etc/svc/profile/generic.xml -> generic_limited_net.xml ...
87262024-08-26T20:12:50.339Z[ host-image] Aug 26 20:12:48.808 INFO O| Aug 26 20:12:48.808 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/svc/profile/generic.xml
87272024-08-26T20:12:50.339Z[ host-image] Aug 26 20:12:48.808 INFO O| Aug 26 20:12:48.808 INFO ok!
87282024-08-26T20:12:50.339Z[ host-image] Aug 26 20:12:48.808 INFO O| Aug 26 20:12:48.808 INFO STEP 20 (ensure_symlink) COMPLETE
87292024-08-26T20:12:50.339Z[ host-image] Aug 26 20:12:48.808 INFO O| Aug 26 20:12:48.808 INFO STEP 21: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/common.json
87302024-08-26T20:12:50.346Z[ host-image] Aug 26 20:12:48.818 INFO O| Aug 26 20:12:48.818 INFO link /rpool/images/build/host/work/gimlet/zfs/a/etc/svc/profile/inetd_services.xml does not exist
87312024-08-26T20:12:50.346Z[ host-image] Aug 26 20:12:48.818 INFO O| Aug 26 20:12:48.818 INFO linking /rpool/images/build/host/work/gimlet/zfs/a/etc/svc/profile/inetd_services.xml -> inetd_generic.xml ...
87322024-08-26T20:12:50.348Z[ host-image] Aug 26 20:12:48.818 INFO O| Aug 26 20:12:48.818 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/svc/profile/inetd_services.xml
87332024-08-26T20:12:50.348Z[ host-image] Aug 26 20:12:48.818 INFO O| Aug 26 20:12:48.818 INFO ok!
87342024-08-26T20:12:50.348Z[ host-image] Aug 26 20:12:48.818 INFO O| Aug 26 20:12:48.818 INFO STEP 21 (ensure_symlink) COMPLETE
87352024-08-26T20:12:50.348Z[ host-image] Aug 26 20:12:48.818 INFO O| Aug 26 20:12:48.818 INFO STEP 22: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/common.json
87362024-08-26T20:12:50.355Z[ host-image] Aug 26 20:12:48.827 INFO O| Aug 26 20:12:48.827 INFO link /rpool/images/build/host/work/gimlet/zfs/a/etc/svc/profile/platform.xml does not exist
87372024-08-26T20:12:50.355Z[ host-image] Aug 26 20:12:48.827 INFO O| Aug 26 20:12:48.827 INFO linking /rpool/images/build/host/work/gimlet/zfs/a/etc/svc/profile/platform.xml -> platform_oxide.xml ...
87382024-08-26T20:12:50.358Z[ host-image] Aug 26 20:12:48.827 INFO O| Aug 26 20:12:48.827 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/svc/profile/platform.xml
87392024-08-26T20:12:50.358Z[ host-image] Aug 26 20:12:48.827 INFO O| Aug 26 20:12:48.827 INFO ok!
87402024-08-26T20:12:50.358Z[ host-image] Aug 26 20:12:48.827 INFO O| Aug 26 20:12:48.827 INFO STEP 22 (ensure_symlink) COMPLETE
87412024-08-26T20:12:50.358Z[ host-image] Aug 26 20:12:48.827 INFO O| Aug 26 20:12:48.827 INFO STEP 23: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/common.json
87422024-08-26T20:12:50.365Z[ host-image] Aug 26 20:12:48.836 INFO O| Aug 26 20:12:48.836 INFO link /rpool/images/build/host/work/gimlet/zfs/a/etc/svc/profile/name_service.xml does not exist
87432024-08-26T20:12:50.365Z[ host-image] Aug 26 20:12:48.837 INFO O| Aug 26 20:12:48.836 INFO linking /rpool/images/build/host/work/gimlet/zfs/a/etc/svc/profile/name_service.xml -> ns_dns.xml ...
87442024-08-26T20:12:50.367Z[ host-image] Aug 26 20:12:48.837 INFO O| Aug 26 20:12:48.837 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/svc/profile/name_service.xml
87452024-08-26T20:12:50.367Z[ host-image] Aug 26 20:12:48.837 INFO O| Aug 26 20:12:48.837 INFO ok!
87462024-08-26T20:12:50.367Z[ host-image] Aug 26 20:12:48.837 INFO O| Aug 26 20:12:48.837 INFO STEP 23 (ensure_symlink) COMPLETE
87472024-08-26T20:12:50.367Z[ host-image] Aug 26 20:12:48.837 INFO O| Aug 26 20:12:48.837 INFO STEP 24: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
87482024-08-26T20:12:50.374Z[ host-image] Aug 26 20:12:48.846 INFO O| Aug 26 20:12:48.846 WARN file /rpool/images/build/host/work/gimlet/zfs/a/etc/nsswitch.conf exists, with wrong contents, unlinking
87492024-08-26T20:12:50.380Z[ host-image] Aug 26 20:12:48.846 INFO O| Aug 26 20:12:48.846 INFO copying /rpool/images/build/host/work/gimlet/zfs/a/etc/nsswitch.dns -> /rpool/images/build/host/work/gimlet/zfs/a/etc/nsswitch.conf ...
87502024-08-26T20:12:50.380Z[ host-image] Aug 26 20:12:48.846 INFO O| Aug 26 20:12:48.846 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/nsswitch.conf
87512024-08-26T20:12:50.380Z[ host-image] Aug 26 20:12:48.846 INFO O| Aug 26 20:12:48.846 INFO ok!
87522024-08-26T20:12:50.380Z[ host-image] Aug 26 20:12:48.846 INFO O| Aug 26 20:12:48.846 INFO STEP 24 (ensure_file) COMPLETE
87532024-08-26T20:12:50.380Z[ host-image] Aug 26 20:12:48.846 INFO O| Aug 26 20:12:48.846 INFO STEP 25: shadow, from: /work/oxidecomputer/helios/image/templates/include/common.json
87542024-08-26T20:12:50.384Z[ host-image] Aug 26 20:12:48.856 INFO O| Aug 26 20:12:48.856 INFO updating shadow file
87552024-08-26T20:12:50.386Z[ host-image] Aug 26 20:12:48.856 INFO O| Aug 26 20:12:48.856 INFO ownership wrong (Id(0):Id(3), not 0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/shadow
87562024-08-26T20:12:50.386Z[ host-image] Aug 26 20:12:48.856 INFO O| Aug 26 20:12:48.856 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/etc/shadow
87572024-08-26T20:12:50.386Z[ host-image] Aug 26 20:12:48.856 INFO O| Aug 26 20:12:48.856 INFO STEP 25 (shadow) COMPLETE
87582024-08-26T20:12:50.386Z[ host-image] Aug 26 20:12:48.856 INFO O| Aug 26 20:12:48.856 INFO STEP 26: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
87592024-08-26T20:12:50.394Z[ host-image] Aug 26 20:12:48.865 INFO O| Aug 26 20:12:48.865 WARN file /rpool/images/build/host/work/gimlet/zfs/a/etc/inet/hosts exists, with wrong contents, unlinking
87602024-08-26T20:12:50.394Z[ host-image] Aug 26 20:12:48.865 INFO O| Aug 26 20:12:48.865 INFO copying /work/oxidecomputer/helios/image/templates/files/hosts -> /rpool/images/build/host/work/gimlet/zfs/a/etc/inet/hosts ...
87612024-08-26T20:12:50.396Z[ host-image] Aug 26 20:12:48.865 INFO O| Aug 26 20:12:48.865 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/inet/hosts
87622024-08-26T20:12:50.396Z[ host-image] Aug 26 20:12:48.865 INFO O| Aug 26 20:12:48.865 INFO ok!
87632024-08-26T20:12:50.396Z[ host-image] Aug 26 20:12:48.865 INFO O| Aug 26 20:12:48.865 INFO STEP 26 (ensure_file) COMPLETE
87642024-08-26T20:12:50.396Z[ host-image] Aug 26 20:12:48.865 INFO O| Aug 26 20:12:48.865 INFO STEP 27: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
87652024-08-26T20:12:50.403Z[ host-image] Aug 26 20:12:48.875 INFO O| Aug 26 20:12:48.875 INFO file /rpool/images/build/host/work/gimlet/zfs/a/etc/nodename does not exist
87662024-08-26T20:12:50.403Z[ host-image] Aug 26 20:12:48.875 INFO O| Aug 26 20:12:48.875 INFO writing /rpool/images/build/host/work/gimlet/zfs/a/etc/nodename ...
87672024-08-26T20:12:50.405Z[ host-image] Aug 26 20:12:48.875 INFO O| Aug 26 20:12:48.875 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/nodename
87682024-08-26T20:12:50.405Z[ host-image] Aug 26 20:12:48.875 INFO O| Aug 26 20:12:48.875 INFO ok!
87692024-08-26T20:12:50.405Z[ host-image] Aug 26 20:12:48.875 INFO O| Aug 26 20:12:48.875 INFO STEP 27 (ensure_file) COMPLETE
87702024-08-26T20:12:50.406Z[ host-image] Aug 26 20:12:48.875 INFO O| Aug 26 20:12:48.875 INFO STEP 28: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
87712024-08-26T20:12:50.413Z[ host-image] Aug 26 20:12:48.884 INFO O| Aug 26 20:12:48.884 WARN file /rpool/images/build/host/work/gimlet/zfs/a/etc/default/dhcpagent exists, with wrong contents, unlinking
87722024-08-26T20:12:50.413Z[ host-image] Aug 26 20:12:48.884 INFO O| Aug 26 20:12:48.884 INFO copying /work/oxidecomputer/helios/image/templates/files/dhcpagent -> /rpool/images/build/host/work/gimlet/zfs/a/etc/default/dhcpagent ...
87732024-08-26T20:12:50.415Z[ host-image] Aug 26 20:12:48.884 INFO O| Aug 26 20:12:48.884 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/default/dhcpagent
87742024-08-26T20:12:50.415Z[ host-image] Aug 26 20:12:48.884 INFO O| Aug 26 20:12:48.884 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/etc/default/dhcpagent
87752024-08-26T20:12:50.415Z[ host-image] Aug 26 20:12:48.884 INFO O| Aug 26 20:12:48.884 INFO ok!
87762024-08-26T20:12:50.415Z[ host-image] Aug 26 20:12:48.885 INFO O| Aug 26 20:12:48.884 INFO STEP 28 (ensure_file) COMPLETE
87772024-08-26T20:12:50.415Z[ host-image] Aug 26 20:12:48.885 INFO O| Aug 26 20:12:48.884 INFO STEP 29: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
87782024-08-26T20:12:50.422Z[ host-image] Aug 26 20:12:48.894 INFO O| Aug 26 20:12:48.894 INFO file /rpool/images/build/host/work/gimlet/zfs/a/etc/resolv.conf does not exist
87792024-08-26T20:12:50.422Z[ host-image] Aug 26 20:12:48.894 INFO O| Aug 26 20:12:48.894 INFO writing /rpool/images/build/host/work/gimlet/zfs/a/etc/resolv.conf ...
87802024-08-26T20:12:50.424Z[ host-image] Aug 26 20:12:48.894 INFO O| Aug 26 20:12:48.894 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/resolv.conf
87812024-08-26T20:12:50.424Z[ host-image] Aug 26 20:12:48.894 INFO O| Aug 26 20:12:48.894 INFO ok!
87822024-08-26T20:12:50.424Z[ host-image] Aug 26 20:12:48.894 INFO O| Aug 26 20:12:48.894 INFO STEP 29 (ensure_file) COMPLETE
87832024-08-26T20:12:50.424Z[ host-image] Aug 26 20:12:48.894 INFO O| Aug 26 20:12:48.894 INFO STEP 30: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs.json
87842024-08-26T20:12:50.432Z[ host-image] Aug 26 20:12:48.904 INFO O| Aug 26 20:12:48.904 INFO file /rpool/images/build/host/work/gimlet/zfs/a/etc/auto_master does not exist
87852024-08-26T20:12:50.432Z[ host-image] Aug 26 20:12:48.904 INFO O| Aug 26 20:12:48.904 INFO copying /work/oxidecomputer/helios/image/templates/files/auto_master -> /rpool/images/build/host/work/gimlet/zfs/a/etc/auto_master ...
87862024-08-26T20:12:50.434Z[ host-image] Aug 26 20:12:48.904 INFO O| Aug 26 20:12:48.904 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/auto_master
87872024-08-26T20:12:50.434Z[ host-image] Aug 26 20:12:48.904 INFO O| Aug 26 20:12:48.904 INFO ok!
87882024-08-26T20:12:50.434Z[ host-image] Aug 26 20:12:48.904 INFO O| Aug 26 20:12:48.904 INFO STEP 30 (ensure_file) COMPLETE
87892024-08-26T20:12:50.434Z[ host-image] Aug 26 20:12:48.904 INFO O| Aug 26 20:12:48.904 INFO STEP 31: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs.json
87902024-08-26T20:12:50.442Z[ host-image] Aug 26 20:12:48.914 INFO O| Aug 26 20:12:48.914 WARN file /rpool/images/build/host/work/gimlet/zfs/a/etc/ttydefs exists, with wrong contents, unlinking
87912024-08-26T20:12:50.444Z[ host-image] Aug 26 20:12:48.914 INFO O| Aug 26 20:12:48.914 INFO copying /work/oxidecomputer/helios/image/templates/files/ttydefs.3000000 -> /rpool/images/build/host/work/gimlet/zfs/a/etc/ttydefs ...
87922024-08-26T20:12:50.444Z[ host-image] Aug 26 20:12:48.914 INFO O| Aug 26 20:12:48.914 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/ttydefs
87932024-08-26T20:12:50.444Z[ host-image] Aug 26 20:12:48.914 INFO O| Aug 26 20:12:48.914 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/etc/ttydefs
87942024-08-26T20:12:50.444Z[ host-image] Aug 26 20:12:48.914 INFO O| Aug 26 20:12:48.914 INFO ok!
87952024-08-26T20:12:50.444Z[ host-image] Aug 26 20:12:48.914 INFO O| Aug 26 20:12:48.914 INFO STEP 31 (ensure_file) COMPLETE
87962024-08-26T20:12:50.444Z[ host-image] Aug 26 20:12:48.914 INFO O| Aug 26 20:12:48.914 INFO STEP 32: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs.json
87972024-08-26T20:12:50.452Z[ host-image] Aug 26 20:12:48.924 INFO O| Aug 26 20:12:48.923 WARN file /rpool/images/build/host/work/gimlet/zfs/a/etc/default/init exists, with wrong contents, unlinking
87982024-08-26T20:12:50.452Z[ host-image] Aug 26 20:12:48.924 INFO O| Aug 26 20:12:48.924 INFO copying /work/oxidecomputer/helios/image/templates/files/default_init -> /rpool/images/build/host/work/gimlet/zfs/a/etc/default/init ...
87992024-08-26T20:12:50.454Z[ host-image] Aug 26 20:12:48.924 INFO O| Aug 26 20:12:48.924 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/default/init
88002024-08-26T20:12:50.454Z[ host-image] Aug 26 20:12:48.924 INFO O| Aug 26 20:12:48.924 INFO ok!
88012024-08-26T20:12:50.454Z[ host-image] Aug 26 20:12:48.924 INFO O| Aug 26 20:12:48.924 INFO STEP 32 (ensure_file) COMPLETE
88022024-08-26T20:12:50.454Z[ host-image] Aug 26 20:12:48.924 INFO O| Aug 26 20:12:48.924 INFO STEP 33: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs.json
88032024-08-26T20:12:50.461Z[ host-image] Aug 26 20:12:48.933 INFO O| Aug 26 20:12:48.933 WARN file /rpool/images/build/host/work/gimlet/zfs/a/etc/ssh/sshd_config exists, with wrong contents, unlinking
88042024-08-26T20:12:50.461Z[ host-image] Aug 26 20:12:48.933 INFO O| Aug 26 20:12:48.933 INFO copying /work/oxidecomputer/helios/image/templates/files/sshd_config -> /rpool/images/build/host/work/gimlet/zfs/a/etc/ssh/sshd_config ...
88052024-08-26T20:12:50.464Z[ host-image] Aug 26 20:12:48.933 INFO O| Aug 26 20:12:48.933 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/ssh/sshd_config
88062024-08-26T20:12:50.464Z[ host-image] Aug 26 20:12:48.933 INFO O| Aug 26 20:12:48.933 INFO ok!
88072024-08-26T20:12:50.464Z[ host-image] Aug 26 20:12:48.933 INFO O| Aug 26 20:12:48.933 INFO STEP 33 (ensure_file) COMPLETE
88082024-08-26T20:12:50.464Z[ host-image] Aug 26 20:12:48.933 INFO O| Aug 26 20:12:48.933 INFO STEP 34: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs.json
88092024-08-26T20:12:50.471Z[ host-image] Aug 26 20:12:48.943 INFO O| Aug 26 20:12:48.943 INFO file /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/bootparams does not exist
88102024-08-26T20:12:50.471Z[ host-image] Aug 26 20:12:48.943 INFO O| Aug 26 20:12:48.943 INFO copying /work/oxidecomputer/helios/image/templates/files/bootparams.sh -> /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/bootparams ...
88112024-08-26T20:12:50.473Z[ host-image] Aug 26 20:12:48.943 INFO O| Aug 26 20:12:48.943 INFO perms are 644, should be 755, path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/bootparams
88122024-08-26T20:12:50.473Z[ host-image] Aug 26 20:12:48.943 INFO O| Aug 26 20:12:48.943 INFO chmod ok, path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/bootparams
88132024-08-26T20:12:50.473Z[ host-image] Aug 26 20:12:48.943 INFO O| Aug 26 20:12:48.943 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/bootparams
88142024-08-26T20:12:50.473Z[ host-image] Aug 26 20:12:48.943 INFO O| Aug 26 20:12:48.943 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/bootparams
88152024-08-26T20:12:50.473Z[ host-image] Aug 26 20:12:48.943 INFO O| Aug 26 20:12:48.943 INFO ok!
88162024-08-26T20:12:50.473Z[ host-image] Aug 26 20:12:48.943 INFO O| Aug 26 20:12:48.943 INFO STEP 34 (ensure_file) COMPLETE
88172024-08-26T20:12:50.473Z[ host-image] Aug 26 20:12:48.943 INFO O| Aug 26 20:12:48.943 INFO STEP 35: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/t6-firmware.json
88182024-08-26T20:12:50.481Z[ host-image] Aug 26 20:12:48.953 INFO O| Aug 26 20:12:48.952 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/platform/Oxide,Gimlet/firmware
88192024-08-26T20:12:50.483Z[ host-image] Aug 26 20:12:48.953 INFO O| Aug 26 20:12:48.953 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/gimlet/zfs/a/platform/Oxide,Gimlet/firmware
88202024-08-26T20:12:50.483Z[ host-image] Aug 26 20:12:48.953 INFO O| Aug 26 20:12:48.953 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/platform/Oxide,Gimlet/firmware
88212024-08-26T20:12:50.483Z[ host-image] Aug 26 20:12:48.953 INFO O| Aug 26 20:12:48.953 INFO STEP 35 (ensure_dir) COMPLETE
88222024-08-26T20:12:50.483Z[ host-image] Aug 26 20:12:48.953 INFO O| Aug 26 20:12:48.953 INFO STEP 36: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/t6-firmware.json
88232024-08-26T20:12:50.490Z[ host-image] Aug 26 20:12:48.962 INFO O| Aug 26 20:12:48.962 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
88242024-08-26T20:12:50.490Z[ host-image] Aug 26 20:12:48.962 INFO O| Aug 26 20:12:48.962 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 ...
88252024-08-26T20:12:50.493Z[ host-image] Aug 26 20:12:48.962 INFO O| Aug 26 20:12:48.962 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
88262024-08-26T20:12:50.493Z[ host-image] Aug 26 20:12:48.962 INFO O| Aug 26 20:12:48.962 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
88272024-08-26T20:12:50.493Z[ host-image] Aug 26 20:12:48.962 INFO O| Aug 26 20:12:48.962 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
88282024-08-26T20:12:50.493Z[ host-image] Aug 26 20:12:48.962 INFO O| Aug 26 20:12:48.962 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
88292024-08-26T20:12:50.493Z[ host-image] Aug 26 20:12:48.962 INFO O| Aug 26 20:12:48.962 INFO ok!
88302024-08-26T20:12:50.493Z[ host-image] Aug 26 20:12:48.962 INFO O| Aug 26 20:12:48.962 INFO STEP 36 (ensure_file) COMPLETE
88312024-08-26T20:12:50.493Z[ host-image] Aug 26 20:12:48.962 INFO O| Aug 26 20:12:48.962 INFO STEP 37: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/t6-firmware.json
88322024-08-26T20:12:50.500Z[ host-image] Aug 26 20:12:48.972 INFO O| Aug 26 20:12:48.972 INFO link /rpool/images/build/host/work/gimlet/zfs/a/platform/Oxide,Gimlet/firmware/t6srom.bin does not exist
88332024-08-26T20:12:50.502Z[ host-image] Aug 26 20:12:48.972 INFO O| Aug 26 20:12:48.972 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 ...
88342024-08-26T20:12:50.502Z[ host-image] Aug 26 20:12:48.972 INFO O| Aug 26 20:12:48.972 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/platform/Oxide,Gimlet/firmware/t6srom.bin
88352024-08-26T20:12:50.502Z[ host-image] Aug 26 20:12:48.972 INFO O| Aug 26 20:12:48.972 INFO ok!
88362024-08-26T20:12:50.502Z[ host-image] Aug 26 20:12:48.972 INFO O| Aug 26 20:12:48.972 INFO STEP 37 (ensure_symlink) COMPLETE
88372024-08-26T20:12:50.502Z[ host-image] Aug 26 20:12:48.972 INFO O| Aug 26 20:12:48.972 INFO STEP 38: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs.json
88382024-08-26T20:12:50.510Z[ host-image] Aug 26 20:12:48.981 INFO O| Aug 26 20:12:48.981 INFO file /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/postboot does not exist
88392024-08-26T20:12:50.510Z[ host-image] Aug 26 20:12:48.981 INFO O| Aug 26 20:12:48.981 INFO copying /work/oxidecomputer/helios/image/templates/files/gimlet-postboot.sh -> /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/postboot ...
88402024-08-26T20:12:50.512Z[ host-image] Aug 26 20:12:48.981 INFO O| Aug 26 20:12:48.981 INFO perms are 644, should be 755, path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/postboot
88412024-08-26T20:12:50.512Z[ host-image] Aug 26 20:12:48.982 INFO O| Aug 26 20:12:48.981 INFO chmod ok, path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/postboot
88422024-08-26T20:12:50.512Z[ host-image] Aug 26 20:12:48.982 INFO O| Aug 26 20:12:48.981 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/postboot
88432024-08-26T20:12:50.512Z[ host-image] Aug 26 20:12:48.982 INFO O| Aug 26 20:12:48.982 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/postboot
88442024-08-26T20:12:50.512Z[ host-image] Aug 26 20:12:48.982 INFO O| Aug 26 20:12:48.982 INFO ok!
88452024-08-26T20:12:50.512Z[ host-image] Aug 26 20:12:48.982 INFO O| Aug 26 20:12:48.982 INFO STEP 38 (ensure_file) COMPLETE
88462024-08-26T20:12:50.512Z[ host-image] Aug 26 20:12:48.982 INFO O| Aug 26 20:12:48.982 INFO STEP 39: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs.json
88472024-08-26T20:12:50.519Z[ host-image] Aug 26 20:12:48.991 INFO O| Aug 26 20:12:48.991 INFO file /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/site/postboot.xml does not exist
88482024-08-26T20:12:50.519Z[ host-image] Aug 26 20:12:48.991 INFO O| Aug 26 20:12:48.991 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 ...
88492024-08-26T20:12:50.521Z[ host-image] Aug 26 20:12:48.991 INFO O| Aug 26 20:12:48.991 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
88502024-08-26T20:12:50.521Z[ host-image] Aug 26 20:12:48.991 INFO O| Aug 26 20:12:48.991 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/site/postboot.xml
88512024-08-26T20:12:50.521Z[ host-image] Aug 26 20:12:48.991 INFO O| Aug 26 20:12:48.991 INFO ok!
88522024-08-26T20:12:50.521Z[ host-image] Aug 26 20:12:48.991 INFO O| Aug 26 20:12:48.991 INFO STEP 39 (ensure_file) COMPLETE
88532024-08-26T20:12:50.521Z[ host-image] Aug 26 20:12:48.991 INFO O| Aug 26 20:12:48.991 INFO STEP 40: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs.json
88542024-08-26T20:12:50.530Z[ host-image] Aug 26 20:12:49.001 INFO O| Aug 26 20:12:49.001 INFO file /rpool/images/build/host/work/gimlet/zfs/a/var/svc/profile/site.xml does not exist
88552024-08-26T20:12:50.530Z[ host-image] Aug 26 20:12:49.001 INFO O| Aug 26 20:12:49.001 INFO copying /work/oxidecomputer/helios/image/templates/files/site.xml -> /rpool/images/build/host/work/gimlet/zfs/a/var/svc/profile/site.xml ...
88562024-08-26T20:12:50.533Z[ host-image] Aug 26 20:12:49.001 INFO O| Aug 26 20:12:49.001 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/var/svc/profile/site.xml
88572024-08-26T20:12:50.533Z[ host-image] Aug 26 20:12:49.001 INFO O| Aug 26 20:12:49.001 INFO ok!
88582024-08-26T20:12:50.533Z[ host-image] Aug 26 20:12:49.001 INFO O| Aug 26 20:12:49.001 INFO STEP 40 (ensure_file) COMPLETE
88592024-08-26T20:12:50.533Z[ host-image] Aug 26 20:12:49.001 INFO O| Aug 26 20:12:49.001 INFO STEP 41: shadow, from: /work/oxidecomputer/helios/image/templates/include/root-noauth.json
88602024-08-26T20:12:50.539Z[ host-image] Aug 26 20:12:49.011 INFO O| Aug 26 20:12:49.011 INFO updating shadow file
88612024-08-26T20:12:50.542Z[ host-image] Aug 26 20:12:49.011 INFO O| Aug 26 20:12:49.011 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/shadow
88622024-08-26T20:12:50.542Z[ host-image] Aug 26 20:12:49.011 INFO O| Aug 26 20:12:49.011 INFO STEP 41 (shadow) COMPLETE
88632024-08-26T20:12:50.542Z[ host-image] Aug 26 20:12:49.011 INFO O| Aug 26 20:12:49.011 INFO STEP 42: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/root-noauth.json
88642024-08-26T20:12:50.549Z[ host-image] Aug 26 20:12:49.021 INFO O| Aug 26 20:12:49.021 WARN file /rpool/images/build/host/work/gimlet/zfs/a/etc/default/login exists, with wrong contents, unlinking
88652024-08-26T20:12:50.551Z[ host-image] Aug 26 20:12:49.021 INFO O| Aug 26 20:12:49.021 INFO copying /work/oxidecomputer/helios/image/templates/files/mfg_default_login -> /rpool/images/build/host/work/gimlet/zfs/a/etc/default/login ...
88662024-08-26T20:12:50.552Z[ host-image] Aug 26 20:12:49.021 INFO O| Aug 26 20:12:49.021 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/default/login
88672024-08-26T20:12:50.552Z[ host-image] Aug 26 20:12:49.021 INFO O| Aug 26 20:12:49.021 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/etc/default/login
88682024-08-26T20:12:50.552Z[ host-image] Aug 26 20:12:49.021 INFO O| Aug 26 20:12:49.021 INFO ok!
88692024-08-26T20:12:50.552Z[ host-image] Aug 26 20:12:49.021 INFO O| Aug 26 20:12:49.021 INFO STEP 42 (ensure_file) COMPLETE
88702024-08-26T20:12:50.552Z[ host-image] Aug 26 20:12:49.021 INFO O| Aug 26 20:12:49.021 INFO STEP 43: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs.json
88712024-08-26T20:12:50.552Z[ host-image] Aug 26 20:12:49.021 INFO O| Aug 26 20:12:49.021 INFO skip step because feature "mfg" is not enabled
88722024-08-26T20:12:50.552Z[ host-image] Aug 26 20:12:49.021 INFO O| Aug 26 20:12:49.021 INFO STEP 44: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs.json
88732024-08-26T20:12:50.552Z[ host-image] Aug 26 20:12:49.021 INFO O| Aug 26 20:12:49.021 INFO skip step because feature "mfg" is not enabled
88742024-08-26T20:12:50.552Z[ host-image] Aug 26 20:12:49.021 INFO O| Aug 26 20:12:49.021 INFO STEP 45: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs.json
88752024-08-26T20:12:50.560Z[ host-image] Aug 26 20:12:49.032 INFO O| Aug 26 20:12:49.032 INFO file /rpool/images/build/host/work/gimlet/zfs/a/usr/bin/pilot does not exist
88762024-08-26T20:12:50.560Z[ host-image] Aug 26 20:12:49.032 INFO O| Aug 26 20:12:49.032 INFO copying /work/oxidecomputer/helios/projects/pilot/target/release/pilot -> /rpool/images/build/host/work/gimlet/zfs/a/usr/bin/pilot ...
88772024-08-26T20:12:50.770Z[ recovery-image] Aug 26 20:12:49.241 INFO E| Finished `release` profile [optimized] target(s) in 42.46s
88782024-08-26T20:12:50.795Z[ recovery-image] Aug 26 20:12:49.267 INFO building host image...
88792024-08-26T20:12:50.798Z[ recovery-image] Aug 26 20:12:49.267 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")
88802024-08-26T20:12:51.211Z[ host-image] Aug 26 20:12:49.677 INFO O| Aug 26 20:12:49.677 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/gimlet/zfs/a/usr/bin/pilot
88812024-08-26T20:12:51.211Z[ host-image] Aug 26 20:12:49.677 INFO O| Aug 26 20:12:49.677 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/usr/bin/pilot
88822024-08-26T20:12:51.211Z[ host-image] Aug 26 20:12:49.677 INFO O| Aug 26 20:12:49.677 INFO ok!
88832024-08-26T20:12:51.217Z[ host-image] Aug 26 20:12:49.677 INFO O| Aug 26 20:12:49.677 INFO STEP 45 (ensure_file) COMPLETE
88842024-08-26T20:12:51.217Z[ host-image] Aug 26 20:12:49.677 INFO O| Aug 26 20:12:49.677 INFO STEP 46: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json
88852024-08-26T20:12:51.222Z[ host-image] Aug 26 20:12:49.690 INFO O| Aug 26 20:12:49.690 WARN file /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/postboot exists, with wrong contents, unlinking
88862024-08-26T20:12:51.222Z[ host-image] Aug 26 20:12:49.691 INFO O| Aug 26 20:12:49.690 INFO copying /work/oxidecomputer/helios/image/templates/files/compliance-postboot.sh -> /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/postboot ...
88872024-08-26T20:12:51.222Z[ host-image] Aug 26 20:12:49.691 INFO O| Aug 26 20:12:49.691 INFO perms are 644, should be 755, path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/postboot
88882024-08-26T20:12:51.222Z[ host-image] Aug 26 20:12:49.691 INFO O| Aug 26 20:12:49.691 INFO chmod ok, path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/postboot
88892024-08-26T20:12:51.222Z[ host-image] Aug 26 20:12:49.691 INFO O| Aug 26 20:12:49.691 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/postboot
88902024-08-26T20:12:51.222Z[ host-image] Aug 26 20:12:49.691 INFO O| Aug 26 20:12:49.691 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/postboot
88912024-08-26T20:12:51.222Z[ host-image] Aug 26 20:12:49.691 INFO O| Aug 26 20:12:49.691 INFO ok!
88922024-08-26T20:12:51.222Z[ host-image] Aug 26 20:12:49.691 INFO O| Aug 26 20:12:49.691 INFO STEP 46 (ensure_file) COMPLETE
88932024-08-26T20:12:51.222Z[ host-image] Aug 26 20:12:49.691 INFO O| Aug 26 20:12:49.691 INFO STEP 47: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json
88942024-08-26T20:12:51.229Z[ host-image] Aug 26 20:12:49.701 INFO O| Aug 26 20:12:49.700 WARN file /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/site/postboot.xml exists, with wrong contents, unlinking
88952024-08-26T20:12:51.229Z[ host-image] Aug 26 20:12:49.701 INFO O| Aug 26 20:12:49.701 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 ...
88962024-08-26T20:12:51.232Z[ host-image] Aug 26 20:12:49.701 INFO O| Aug 26 20:12:49.701 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
88972024-08-26T20:12:51.233Z[ host-image] Aug 26 20:12:49.701 INFO O| Aug 26 20:12:49.701 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/site/postboot.xml
88982024-08-26T20:12:51.233Z[ host-image] Aug 26 20:12:49.701 INFO O| Aug 26 20:12:49.701 INFO ok!
88992024-08-26T20:12:51.233Z[ host-image] Aug 26 20:12:49.701 INFO O| Aug 26 20:12:49.701 INFO STEP 47 (ensure_file) COMPLETE
89002024-08-26T20:12:51.233Z[ host-image] Aug 26 20:12:49.701 INFO O| Aug 26 20:12:49.701 INFO STEP 48: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json
89012024-08-26T20:12:51.241Z[ host-image] Aug 26 20:12:49.711 INFO O| Aug 26 20:12:49.711 INFO file /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/compliance-hostname does not exist
89022024-08-26T20:12:51.241Z[ host-image] Aug 26 20:12:49.711 INFO O| Aug 26 20:12:49.711 INFO copying /work/oxidecomputer/helios/image/templates/files/compliance-hostname.sh -> /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/compliance-hostname ...
89032024-08-26T20:12:51.244Z[ host-image] Aug 26 20:12:49.711 INFO O| Aug 26 20:12:49.711 INFO perms are 644, should be 755, path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/compliance-hostname
89042024-08-26T20:12:51.244Z[ host-image] Aug 26 20:12:49.711 INFO O| Aug 26 20:12:49.711 INFO chmod ok, path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/compliance-hostname
89052024-08-26T20:12:51.244Z[ host-image] Aug 26 20:12:49.711 INFO O| Aug 26 20:12:49.711 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/compliance-hostname
89062024-08-26T20:12:51.244Z[ host-image] Aug 26 20:12:49.711 INFO O| Aug 26 20:12:49.711 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/compliance-hostname
89072024-08-26T20:12:51.244Z[ host-image] Aug 26 20:12:49.711 INFO O| Aug 26 20:12:49.711 INFO ok!
89082024-08-26T20:12:51.244Z[ host-image] Aug 26 20:12:49.711 INFO O| Aug 26 20:12:49.711 INFO STEP 48 (ensure_file) COMPLETE
89092024-08-26T20:12:51.244Z[ host-image] Aug 26 20:12:49.711 INFO O| Aug 26 20:12:49.711 INFO STEP 49: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json
89102024-08-26T20:12:51.252Z[ host-image] Aug 26 20:12:49.720 INFO O| Aug 26 20:12:49.720 INFO file /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/site/compliance-hostname.xml does not exist
89112024-08-26T20:12:51.252Z[ host-image] Aug 26 20:12:49.720 INFO O| Aug 26 20:12:49.720 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 ...
89122024-08-26T20:12:51.255Z[ host-image] Aug 26 20:12:49.721 INFO O| Aug 26 20:12:49.721 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
89132024-08-26T20:12:51.255Z[ host-image] Aug 26 20:12:49.721 INFO O| Aug 26 20:12:49.721 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/site/compliance-hostname.xml
89142024-08-26T20:12:51.255Z[ host-image] Aug 26 20:12:49.721 INFO O| Aug 26 20:12:49.721 INFO ok!
89152024-08-26T20:12:51.255Z[ host-image] Aug 26 20:12:49.721 INFO O| Aug 26 20:12:49.721 INFO STEP 49 (ensure_file) COMPLETE
89162024-08-26T20:12:51.255Z[ host-image] Aug 26 20:12:49.721 INFO O| Aug 26 20:12:49.721 INFO STEP 50: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json
89172024-08-26T20:12:51.260Z[ host-image] Aug 26 20:12:49.730 INFO O| Aug 26 20:12:49.730 INFO file /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/compliance-beacon does not exist
89182024-08-26T20:12:51.264Z[ host-image] Aug 26 20:12:49.730 INFO O| Aug 26 20:12:49.730 INFO copying /work/oxidecomputer/helios/image/templates/files/compliance-beacon.sh -> /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/compliance-beacon ...
89192024-08-26T20:12:51.264Z[ host-image] Aug 26 20:12:49.730 INFO O| Aug 26 20:12:49.730 INFO perms are 644, should be 755, path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/compliance-beacon
89202024-08-26T20:12:51.264Z[ host-image] Aug 26 20:12:49.730 INFO O| Aug 26 20:12:49.730 INFO chmod ok, path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/compliance-beacon
89212024-08-26T20:12:51.264Z[ host-image] Aug 26 20:12:49.730 INFO O| Aug 26 20:12:49.730 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/compliance-beacon
89222024-08-26T20:12:51.264Z[ host-image] Aug 26 20:12:49.730 INFO O| Aug 26 20:12:49.730 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/compliance-beacon
89232024-08-26T20:12:51.264Z[ host-image] Aug 26 20:12:49.730 INFO O| Aug 26 20:12:49.730 INFO ok!
89242024-08-26T20:12:51.264Z[ host-image] Aug 26 20:12:49.730 INFO O| Aug 26 20:12:49.730 INFO STEP 50 (ensure_file) COMPLETE
89252024-08-26T20:12:51.264Z[ host-image] Aug 26 20:12:49.730 INFO O| Aug 26 20:12:49.730 INFO STEP 51: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json
89262024-08-26T20:12:51.269Z[ host-image] Aug 26 20:12:49.740 INFO O| Aug 26 20:12:49.740 INFO file /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/site/compliance-beacon.xml does not exist
89272024-08-26T20:12:51.269Z[ host-image] Aug 26 20:12:49.740 INFO O| Aug 26 20:12:49.740 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 ...
89282024-08-26T20:12:51.274Z[ host-image] Aug 26 20:12:49.740 INFO O| Aug 26 20:12:49.740 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
89292024-08-26T20:12:51.274Z[ host-image] Aug 26 20:12:49.740 INFO O| Aug 26 20:12:49.740 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/site/compliance-beacon.xml
89302024-08-26T20:12:51.274Z[ host-image] Aug 26 20:12:49.740 INFO O| Aug 26 20:12:49.740 INFO ok!
89312024-08-26T20:12:51.274Z[ host-image] Aug 26 20:12:49.740 INFO O| Aug 26 20:12:49.740 INFO STEP 51 (ensure_file) COMPLETE
89322024-08-26T20:12:51.274Z[ host-image] Aug 26 20:12:49.740 INFO O| Aug 26 20:12:49.740 INFO STEP 52: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json
89332024-08-26T20:12:51.281Z[ host-image] Aug 26 20:12:49.750 INFO O| Aug 26 20:12:49.750 INFO file /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/site/compliance-time.xml does not exist
89342024-08-26T20:12:51.281Z[ host-image] Aug 26 20:12:49.750 INFO O| Aug 26 20:12:49.750 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 ...
89352024-08-26T20:12:51.284Z[ host-image] Aug 26 20:12:49.750 INFO O| Aug 26 20:12:49.750 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
89362024-08-26T20:12:51.284Z[ host-image] Aug 26 20:12:49.750 INFO O| Aug 26 20:12:49.750 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/site/compliance-time.xml
89372024-08-26T20:12:51.284Z[ host-image] Aug 26 20:12:49.750 INFO O| Aug 26 20:12:49.750 INFO ok!
89382024-08-26T20:12:51.284Z[ host-image] Aug 26 20:12:49.750 INFO O| Aug 26 20:12:49.750 INFO STEP 52 (ensure_file) COMPLETE
89392024-08-26T20:12:51.284Z[ host-image] Aug 26 20:12:49.750 INFO O| Aug 26 20:12:49.750 INFO STEP 53: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json
89402024-08-26T20:12:51.289Z[ host-image] Aug 26 20:12:49.760 INFO O| Aug 26 20:12:49.760 INFO file /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/site/compliance-dump.xml does not exist
89412024-08-26T20:12:51.294Z[ host-image] Aug 26 20:12:49.760 INFO O| Aug 26 20:12:49.760 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 ...
89422024-08-26T20:12:51.294Z[ host-image] Aug 26 20:12:49.760 INFO O| Aug 26 20:12:49.760 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
89432024-08-26T20:12:51.294Z[ host-image] Aug 26 20:12:49.760 INFO O| Aug 26 20:12:49.760 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/site/compliance-dump.xml
89442024-08-26T20:12:51.294Z[ host-image] Aug 26 20:12:49.760 INFO O| Aug 26 20:12:49.760 INFO ok!
89452024-08-26T20:12:51.294Z[ host-image] Aug 26 20:12:49.760 INFO O| Aug 26 20:12:49.760 INFO STEP 53 (ensure_file) COMPLETE
89462024-08-26T20:12:51.294Z[ host-image] Aug 26 20:12:49.760 INFO O| Aug 26 20:12:49.760 INFO STEP 54: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
89472024-08-26T20:12:51.299Z[ host-image] Aug 26 20:12:49.770 INFO O| Aug 26 20:12:49.770 INFO ownership already OK (0:3), path: /rpool/images/build/host/work/gimlet/zfs/a/opt
89482024-08-26T20:12:51.299Z[ host-image] Aug 26 20:12:49.770 INFO O| Aug 26 20:12:49.770 INFO STEP 54 (ensure_dir) COMPLETE
89492024-08-26T20:12:51.299Z[ host-image] Aug 26 20:12:49.770 INFO O| Aug 26 20:12:49.770 INFO STEP 55: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
89502024-08-26T20:12:51.311Z[ host-image] Aug 26 20:12:49.780 INFO O| Aug 26 20:12:49.779 INFO ownership wrong (Id(0):Id(2), not 0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide
89512024-08-26T20:12:51.313Z[ host-image] Aug 26 20:12:49.780 INFO O| Aug 26 20:12:49.780 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide
89522024-08-26T20:12:51.313Z[ host-image] Aug 26 20:12:49.780 INFO O| Aug 26 20:12:49.780 INFO STEP 55 (ensure_dir) COMPLETE
89532024-08-26T20:12:51.313Z[ host-image] Aug 26 20:12:49.780 INFO O| Aug 26 20:12:49.780 INFO STEP 56: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
89542024-08-26T20:12:51.319Z[ host-image] Aug 26 20:12:49.789 INFO O| Aug 26 20:12:49.789 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm
89552024-08-26T20:12:51.325Z[ host-image] Aug 26 20:12:49.789 INFO O| Aug 26 20:12:49.789 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm
89562024-08-26T20:12:51.325Z[ host-image] Aug 26 20:12:49.789 INFO O| Aug 26 20:12:49.789 INFO STEP 56 (ensure_dir) COMPLETE
89572024-08-26T20:12:51.325Z[ host-image] Aug 26 20:12:49.789 INFO O| Aug 26 20:12:49.789 INFO STEP 57: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
89582024-08-26T20:12:51.334Z[ host-image] Aug 26 20:12:49.805 INFO O| Aug 26 20:12:49.805 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/ddmadm does not exist
89592024-08-26T20:12:51.334Z[ host-image] Aug 26 20:12:49.805 INFO O| Aug 26 20:12:49.805 INFO copying /tmp/.tmpYkxlj2/proto/host/root/opt/oxide/mg-ddm/ddmadm -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/ddmadm ...
89602024-08-26T20:12:51.348Z[ host-image] Aug 26 20:12:49.819 INFO O| Aug 26 20:12:49.819 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/ddmadm
89612024-08-26T20:12:51.348Z[ host-image] Aug 26 20:12:49.819 INFO O| Aug 26 20:12:49.819 INFO ok!
89622024-08-26T20:12:51.352Z[ host-image] Aug 26 20:12:49.819 INFO O| Aug 26 20:12:49.819 INFO STEP 57 (ensure_file) COMPLETE
89632024-08-26T20:12:51.352Z[ host-image] Aug 26 20:12:49.819 INFO O| Aug 26 20:12:49.819 INFO STEP 58: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
89642024-08-26T20:12:51.360Z[ host-image] Aug 26 20:12:49.831 INFO O| Aug 26 20:12:49.831 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/ddmd does not exist
89652024-08-26T20:12:51.360Z[ host-image] Aug 26 20:12:49.831 INFO O| Aug 26 20:12:49.831 INFO copying /tmp/.tmpYkxlj2/proto/host/root/opt/oxide/mg-ddm/ddmd -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/ddmd ...
89662024-08-26T20:12:51.403Z[ recovery-image] Aug 26 20:12:49.871 INFO finishing image archive at "/work/os-recovery/os.tar.gz"...
89672024-08-26T20:12:52.464Z[ host-image] Aug 26 20:12:50.935 INFO O| Aug 26 20:12:50.935 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/ddmd
89682024-08-26T20:12:52.464Z[ host-image] Aug 26 20:12:50.935 INFO O| Aug 26 20:12:50.935 INFO ok!
89692024-08-26T20:12:52.467Z[ host-image] Aug 26 20:12:50.935 INFO O| Aug 26 20:12:50.935 INFO STEP 58 (ensure_file) COMPLETE
89702024-08-26T20:12:52.467Z[ host-image] Aug 26 20:12:50.935 INFO O| Aug 26 20:12:50.935 INFO STEP 59: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
89712024-08-26T20:12:52.476Z[ host-image] Aug 26 20:12:50.946 INFO O| Aug 26 20:12:50.946 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/pkg
89722024-08-26T20:12:52.478Z[ host-image] Aug 26 20:12:50.946 INFO O| Aug 26 20:12:50.946 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/pkg
89732024-08-26T20:12:52.478Z[ host-image] Aug 26 20:12:50.946 INFO O| Aug 26 20:12:50.946 INFO STEP 59 (ensure_dir) COMPLETE
89742024-08-26T20:12:52.478Z[ host-image] Aug 26 20:12:50.946 INFO O| Aug 26 20:12:50.946 INFO STEP 60: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
89752024-08-26T20:12:52.485Z[ host-image] Aug 26 20:12:50.956 INFO O| Aug 26 20:12:50.956 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/pkg/refresh_ctrun_child.sh does not exist
89762024-08-26T20:12:52.485Z[ host-image] Aug 26 20:12:50.956 INFO O| Aug 26 20:12:50.956 INFO copying /tmp/.tmpYkxlj2/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 ...
89772024-08-26T20:12:52.488Z[ host-image] Aug 26 20:12:50.956 INFO O| Aug 26 20:12:50.956 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/pkg/refresh_ctrun_child.sh
89782024-08-26T20:12:52.488Z[ host-image] Aug 26 20:12:50.956 INFO O| Aug 26 20:12:50.956 INFO ok!
89792024-08-26T20:12:52.488Z[ host-image] Aug 26 20:12:50.956 INFO O| Aug 26 20:12:50.956 INFO STEP 60 (ensure_file) COMPLETE
89802024-08-26T20:12:52.488Z[ host-image] Aug 26 20:12:50.956 INFO O| Aug 26 20:12:50.956 INFO STEP 61: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
89812024-08-26T20:12:52.495Z[ host-image] Aug 26 20:12:50.966 INFO O| Aug 26 20:12:50.966 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/pkg/mgd_method_script.sh does not exist
89822024-08-26T20:12:52.495Z[ host-image] Aug 26 20:12:50.966 INFO O| Aug 26 20:12:50.966 INFO copying /tmp/.tmpYkxlj2/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 ...
89832024-08-26T20:12:52.498Z[ host-image] Aug 26 20:12:50.966 INFO O| Aug 26 20:12:50.966 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/pkg/mgd_method_script.sh
89842024-08-26T20:12:52.498Z[ host-image] Aug 26 20:12:50.966 INFO O| Aug 26 20:12:50.966 INFO ok!
89852024-08-26T20:12:52.498Z[ host-image] Aug 26 20:12:50.966 INFO O| Aug 26 20:12:50.966 INFO STEP 61 (ensure_file) COMPLETE
89862024-08-26T20:12:52.498Z[ host-image] Aug 26 20:12:50.966 INFO O| Aug 26 20:12:50.966 INFO STEP 62: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
89872024-08-26T20:12:52.504Z[ host-image] Aug 26 20:12:50.975 INFO O| Aug 26 20:12:50.975 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/pkg/mgd
89882024-08-26T20:12:52.504Z[ host-image] Aug 26 20:12:50.975 INFO O| Aug 26 20:12:50.975 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/pkg/mgd
89892024-08-26T20:12:52.507Z[ host-image] Aug 26 20:12:50.975 INFO O| Aug 26 20:12:50.975 INFO STEP 62 (ensure_dir) COMPLETE
89902024-08-26T20:12:52.507Z[ host-image] Aug 26 20:12:50.975 INFO O| Aug 26 20:12:50.975 INFO STEP 63: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
89912024-08-26T20:12:52.514Z[ host-image] Aug 26 20:12:50.985 INFO O| Aug 26 20:12:50.985 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/pkg/mgd/manifest.xml does not exist
89922024-08-26T20:12:52.514Z[ host-image] Aug 26 20:12:50.985 INFO O| Aug 26 20:12:50.985 INFO copying /tmp/.tmpYkxlj2/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 ...
89932024-08-26T20:12:52.517Z[ host-image] Aug 26 20:12:50.985 INFO O| Aug 26 20:12:50.985 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/pkg/mgd/manifest.xml
89942024-08-26T20:12:52.517Z[ host-image] Aug 26 20:12:50.985 INFO O| Aug 26 20:12:50.985 INFO ok!
89952024-08-26T20:12:52.517Z[ host-image] Aug 26 20:12:50.985 INFO O| Aug 26 20:12:50.985 INFO STEP 63 (ensure_file) COMPLETE
89962024-08-26T20:12:52.517Z[ host-image] Aug 26 20:12:50.985 INFO O| Aug 26 20:12:50.985 INFO STEP 64: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
89972024-08-26T20:12:52.523Z[ host-image] Aug 26 20:12:50.994 INFO O| Aug 26 20:12:50.994 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/pkg/ddm_method_script.sh does not exist
89982024-08-26T20:12:52.523Z[ host-image] Aug 26 20:12:50.994 INFO O| Aug 26 20:12:50.994 INFO copying /tmp/.tmpYkxlj2/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 ...
89992024-08-26T20:12:52.523Z[ host-image] Aug 26 20:12:50.994 INFO O| Aug 26 20:12:50.994 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/pkg/ddm_method_script.sh
90002024-08-26T20:12:52.525Z[ host-image] Aug 26 20:12:50.994 INFO O| Aug 26 20:12:50.994 INFO ok!
90012024-08-26T20:12:52.525Z[ host-image] Aug 26 20:12:50.994 INFO O| Aug 26 20:12:50.994 INFO STEP 64 (ensure_file) COMPLETE
90022024-08-26T20:12:52.525Z[ host-image] Aug 26 20:12:50.994 INFO O| Aug 26 20:12:50.994 INFO STEP 65: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
90032024-08-26T20:12:52.534Z[ host-image] Aug 26 20:12:51.004 INFO O| Aug 26 20:12:51.004 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/pkg/ddm
90042024-08-26T20:12:52.534Z[ host-image] Aug 26 20:12:51.004 INFO O| Aug 26 20:12:51.004 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/pkg/ddm
90052024-08-26T20:12:52.536Z[ host-image] Aug 26 20:12:51.004 INFO O| Aug 26 20:12:51.004 INFO STEP 65 (ensure_dir) COMPLETE
90062024-08-26T20:12:52.537Z[ host-image] Aug 26 20:12:51.004 INFO O| Aug 26 20:12:51.004 INFO STEP 66: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
90072024-08-26T20:12:52.543Z[ host-image] Aug 26 20:12:51.014 INFO O| Aug 26 20:12:51.014 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/pkg/ddm/manifest.xml does not exist
90082024-08-26T20:12:52.543Z[ host-image] Aug 26 20:12:51.014 INFO O| Aug 26 20:12:51.014 INFO copying /tmp/.tmpYkxlj2/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 ...
90092024-08-26T20:12:52.545Z[ host-image] Aug 26 20:12:51.014 INFO O| Aug 26 20:12:51.014 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/pkg/ddm/manifest.xml
90102024-08-26T20:12:52.545Z[ host-image] Aug 26 20:12:51.014 INFO O| Aug 26 20:12:51.014 INFO ok!
90112024-08-26T20:12:52.545Z[ host-image] Aug 26 20:12:51.014 INFO O| Aug 26 20:12:51.014 INFO STEP 66 (ensure_file) COMPLETE
90122024-08-26T20:12:52.545Z[ host-image] Aug 26 20:12:51.014 INFO O| Aug 26 20:12:51.014 INFO STEP 67: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
90132024-08-26T20:12:52.571Z[ host-image] Aug 26 20:12:51.024 INFO O| Aug 26 20:12:51.024 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/VERSION does not exist
90142024-08-26T20:12:52.571Z[ host-image] Aug 26 20:12:51.024 INFO O| Aug 26 20:12:51.024 INFO copying /tmp/.tmpYkxlj2/proto/host/root/opt/oxide/mg-ddm/VERSION -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/VERSION ...
90152024-08-26T20:12:52.572Z[ host-image] Aug 26 20:12:51.024 INFO O| Aug 26 20:12:51.024 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/VERSION
90162024-08-26T20:12:52.574Z[ host-image] Aug 26 20:12:51.024 INFO O| Aug 26 20:12:51.024 INFO ok!
90172024-08-26T20:12:52.574Z[ host-image] Aug 26 20:12:51.024 INFO O| Aug 26 20:12:51.024 INFO STEP 67 (ensure_file) COMPLETE
90182024-08-26T20:12:52.574Z[ host-image] Aug 26 20:12:51.024 INFO O| Aug 26 20:12:51.024 INFO STEP 68: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
90192024-08-26T20:12:52.574Z[ host-image] Aug 26 20:12:51.034 INFO O| Aug 26 20:12:51.034 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent
90202024-08-26T20:12:52.574Z[ host-image] Aug 26 20:12:51.034 INFO O| Aug 26 20:12:51.034 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent
90212024-08-26T20:12:52.574Z[ host-image] Aug 26 20:12:51.034 INFO O| Aug 26 20:12:51.034 INFO STEP 68 (ensure_dir) COMPLETE
90222024-08-26T20:12:52.574Z[ host-image] Aug 26 20:12:51.034 INFO O| Aug 26 20:12:51.034 INFO STEP 69: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
90232024-08-26T20:12:52.574Z[ host-image] Aug 26 20:12:51.044 INFO O| Aug 26 20:12:51.044 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent/zone-bundle does not exist
90242024-08-26T20:12:52.574Z[ host-image] Aug 26 20:12:51.044 INFO O| Aug 26 20:12:51.044 INFO copying /tmp/.tmpYkxlj2/proto/host/root/opt/oxide/sled-agent/zone-bundle -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent/zone-bundle ...
90252024-08-26T20:12:53.145Z[ host-image] Aug 26 20:12:51.617 INFO O| Aug 26 20:12:51.616 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent/zone-bundle
90262024-08-26T20:12:53.145Z[ host-image] Aug 26 20:12:51.617 INFO O| Aug 26 20:12:51.616 INFO ok!
90272024-08-26T20:12:53.145Z[ host-image] Aug 26 20:12:51.617 INFO O| Aug 26 20:12:51.616 INFO STEP 69 (ensure_file) COMPLETE
90282024-08-26T20:12:53.146Z[ host-image] Aug 26 20:12:51.617 INFO O| Aug 26 20:12:51.617 INFO STEP 70: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
90292024-08-26T20:12:53.158Z[ host-image] Aug 26 20:12:51.629 INFO O| Aug 26 20:12:51.629 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent/sled-agent does not exist
90302024-08-26T20:12:53.158Z[ host-image] Aug 26 20:12:51.629 INFO O| Aug 26 20:12:51.629 INFO copying /tmp/.tmpYkxlj2/proto/host/root/opt/oxide/sled-agent/sled-agent -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent/sled-agent ...
90312024-08-26T20:12:53.352Z[ recovery-image] Aug 26 20:12:51.822 INFO image complete! materials are in "/work/os-recovery"
90322024-08-26T20:12:53.355Z[ recovery-image]
90332024-08-26T20:12:53.357Z[ recovery-image] real 6:57.692405671
90342024-08-26T20:12:53.357Z[ recovery-image] user 4:43.751523971
90352024-08-26T20:12:53.358Z[ recovery-image] sys 1:00.290627413
90362024-08-26T20:12:53.358Z[ recovery-image] trap 0.197726599
90372024-08-26T20:12:53.358Z[ recovery-image] tflt 0.469569536
90382024-08-26T20:12:53.358Z[ recovery-image] dflt 1.351886417
90392024-08-26T20:12:53.358Z[ recovery-image] kflt 0.000033276
90402024-08-26T20:12:53.358Z[ recovery-image] lock 15:49.997585635
90412024-08-26T20:12:53.358ZAug 26 20:12:51.827 INFO [recovery-image] process exited with exit status: 0 (417.715346185s)
90422024-08-26T20:12:53.358Z[ recovery-image] slp 41:13.482379707
90432024-08-26T20:12:53.358Z[ recovery-image] lat 1:34.619851292
90442024-08-26T20:12:53.358Z[ recovery-image] stop 3.416913472
90452024-08-26T20:12:54.597Z[ host-image] Aug 26 20:12:53.068 INFO O| Aug 26 20:12:53.068 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent/sled-agent
90462024-08-26T20:12:54.597Z[ host-image] Aug 26 20:12:53.068 INFO O| Aug 26 20:12:53.068 INFO ok!
90472024-08-26T20:12:54.599Z[ host-image] Aug 26 20:12:53.068 INFO O| Aug 26 20:12:53.068 INFO STEP 70 (ensure_file) COMPLETE
90482024-08-26T20:12:54.599Z[ host-image] Aug 26 20:12:53.068 INFO O| Aug 26 20:12:53.068 INFO STEP 71: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
90492024-08-26T20:12:54.608Z[ host-image] Aug 26 20:12:53.079 INFO O| Aug 26 20:12:53.079 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent/pkg
90502024-08-26T20:12:54.611Z[ host-image] Aug 26 20:12:53.079 INFO O| Aug 26 20:12:53.079 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent/pkg
90512024-08-26T20:12:54.611Z[ host-image] Aug 26 20:12:53.079 INFO O| Aug 26 20:12:53.079 INFO STEP 71 (ensure_dir) COMPLETE
90522024-08-26T20:12:54.611Z[ host-image] Aug 26 20:12:53.079 INFO O| Aug 26 20:12:53.079 INFO STEP 72: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
90532024-08-26T20:12:54.618Z[ host-image] Aug 26 20:12:53.089 INFO O| Aug 26 20:12:53.089 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent/pkg/config.toml does not exist
90542024-08-26T20:12:54.618Z[ host-image] Aug 26 20:12:53.089 INFO O| Aug 26 20:12:53.089 INFO copying /tmp/.tmpYkxlj2/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 ...
90552024-08-26T20:12:54.618Z[ host-image] Aug 26 20:12:53.089 INFO O| Aug 26 20:12:53.089 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent/pkg/config.toml
90562024-08-26T20:12:54.621Z[ host-image] Aug 26 20:12:53.089 INFO O| Aug 26 20:12:53.089 INFO ok!
90572024-08-26T20:12:54.621Z[ host-image] Aug 26 20:12:53.089 INFO O| Aug 26 20:12:53.089 INFO STEP 72 (ensure_file) COMPLETE
90582024-08-26T20:12:54.621Z[ host-image] Aug 26 20:12:53.089 INFO O| Aug 26 20:12:53.089 INFO STEP 73: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
90592024-08-26T20:12:54.628Z[ host-image] Aug 26 20:12:53.099 INFO O| Aug 26 20:12:53.099 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent/pkg/README.md does not exist
90602024-08-26T20:12:54.628Z[ host-image] Aug 26 20:12:53.100 INFO O| Aug 26 20:12:53.099 INFO copying /tmp/.tmpYkxlj2/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 ...
90612024-08-26T20:12:54.631Z[ host-image] Aug 26 20:12:53.100 INFO O| Aug 26 20:12:53.100 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent/pkg/README.md
90622024-08-26T20:12:54.631Z[ host-image] Aug 26 20:12:53.100 INFO O| Aug 26 20:12:53.100 INFO ok!
90632024-08-26T20:12:54.631Z[ host-image] Aug 26 20:12:53.100 INFO O| Aug 26 20:12:53.100 INFO STEP 73 (ensure_file) COMPLETE
90642024-08-26T20:12:54.631Z[ host-image] Aug 26 20:12:53.100 INFO O| Aug 26 20:12:53.100 INFO STEP 74: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
90652024-08-26T20:12:54.639Z[ host-image] Aug 26 20:12:53.110 INFO O| Aug 26 20:12:53.110 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent/VERSION does not exist
90662024-08-26T20:12:54.639Z[ host-image] Aug 26 20:12:53.110 INFO O| Aug 26 20:12:53.110 INFO copying /tmp/.tmpYkxlj2/proto/host/root/opt/oxide/sled-agent/VERSION -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent/VERSION ...
90672024-08-26T20:12:54.641Z[ host-image] Aug 26 20:12:53.110 INFO O| Aug 26 20:12:53.110 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent/VERSION
90682024-08-26T20:12:54.641Z[ host-image] Aug 26 20:12:53.110 INFO O| Aug 26 20:12:53.110 INFO ok!
90692024-08-26T20:12:54.641Z[ host-image] Aug 26 20:12:53.110 INFO O| Aug 26 20:12:53.110 INFO STEP 74 (ensure_file) COMPLETE
90702024-08-26T20:12:54.641Z[ host-image] Aug 26 20:12:53.110 INFO O| Aug 26 20:12:53.110 INFO STEP 75: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
90712024-08-26T20:12:54.649Z[ host-image] Aug 26 20:12:53.120 INFO O| Aug 26 20:12:53.120 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/overlay.tar.gz does not exist
90722024-08-26T20:12:54.652Z[ host-image] Aug 26 20:12:53.120 INFO O| Aug 26 20:12:53.120 INFO copying /tmp/.tmpYkxlj2/proto/host/root/opt/oxide/overlay.tar.gz -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/overlay.tar.gz ...
90732024-08-26T20:12:54.652Z[ host-image] Aug 26 20:12:53.121 INFO O| Aug 26 20:12:53.120 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/overlay.tar.gz
90742024-08-26T20:12:54.652Z[ host-image] Aug 26 20:12:53.121 INFO O| Aug 26 20:12:53.121 INFO ok!
90752024-08-26T20:12:54.652Z[ host-image] Aug 26 20:12:53.121 INFO O| Aug 26 20:12:53.121 INFO STEP 75 (ensure_file) COMPLETE
90762024-08-26T20:12:54.652Z[ host-image] Aug 26 20:12:53.121 INFO O| Aug 26 20:12:53.121 INFO STEP 76: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
90772024-08-26T20:12:54.659Z[ host-image] Aug 26 20:12:53.131 INFO O| Aug 26 20:12:53.130 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/oxlog
90782024-08-26T20:12:54.662Z[ host-image] Aug 26 20:12:53.131 INFO O| Aug 26 20:12:53.131 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/oxlog
90792024-08-26T20:12:54.662Z[ host-image] Aug 26 20:12:53.131 INFO O| Aug 26 20:12:53.131 INFO STEP 76 (ensure_dir) COMPLETE
90802024-08-26T20:12:54.662Z[ host-image] Aug 26 20:12:53.131 INFO O| Aug 26 20:12:53.131 INFO STEP 77: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
90812024-08-26T20:12:54.669Z[ host-image] Aug 26 20:12:53.140 INFO O| Aug 26 20:12:53.140 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/oxlog/oxlog does not exist
90822024-08-26T20:12:54.669Z[ host-image] Aug 26 20:12:53.140 INFO O| Aug 26 20:12:53.140 INFO copying /tmp/.tmpYkxlj2/proto/host/root/opt/oxide/oxlog/oxlog -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/oxlog/oxlog ...
90832024-08-26T20:12:55.131Z[ host-image] Aug 26 20:12:53.601 INFO O| Aug 26 20:12:53.601 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/oxlog/oxlog
90842024-08-26T20:12:55.131Z[ host-image] Aug 26 20:12:53.601 INFO O| Aug 26 20:12:53.601 INFO ok!
90852024-08-26T20:12:55.131Z[ host-image] Aug 26 20:12:53.601 INFO O| Aug 26 20:12:53.601 INFO STEP 77 (ensure_file) COMPLETE
90862024-08-26T20:12:55.134Z[ host-image] Aug 26 20:12:53.601 INFO O| Aug 26 20:12:53.601 INFO STEP 78: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
90872024-08-26T20:12:55.142Z[ host-image] Aug 26 20:12:53.613 INFO O| Aug 26 20:12:53.613 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/oxlog/VERSION does not exist
90882024-08-26T20:12:55.144Z[ host-image] Aug 26 20:12:53.613 INFO O| Aug 26 20:12:53.613 INFO copying /tmp/.tmpYkxlj2/proto/host/root/opt/oxide/oxlog/VERSION -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/oxlog/VERSION ...
90892024-08-26T20:12:55.144Z[ host-image] Aug 26 20:12:53.613 INFO O| Aug 26 20:12:53.613 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/oxlog/VERSION
90902024-08-26T20:12:55.144Z[ host-image] Aug 26 20:12:53.613 INFO O| Aug 26 20:12:53.613 INFO ok!
90912024-08-26T20:12:55.144Z[ host-image] Aug 26 20:12:53.613 INFO O| Aug 26 20:12:53.613 INFO STEP 78 (ensure_file) COMPLETE
90922024-08-26T20:12:55.144Z[ host-image] Aug 26 20:12:53.613 INFO O| Aug 26 20:12:53.613 INFO STEP 79: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
90932024-08-26T20:12:55.152Z[ host-image] Aug 26 20:12:53.623 INFO O| Aug 26 20:12:53.622 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/propolis-server.tar.gz does not exist
90942024-08-26T20:12:55.152Z[ host-image] Aug 26 20:12:53.623 INFO O| Aug 26 20:12:53.623 INFO copying /tmp/.tmpYkxlj2/proto/host/root/opt/oxide/propolis-server.tar.gz -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/propolis-server.tar.gz ...
90952024-08-26T20:12:55.736Z[ host-image] Aug 26 20:12:54.206 INFO O| Aug 26 20:12:54.206 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/propolis-server.tar.gz
90962024-08-26T20:12:55.736Z[ host-image] Aug 26 20:12:54.206 INFO O| Aug 26 20:12:54.206 INFO ok!
90972024-08-26T20:12:55.738Z[ host-image] Aug 26 20:12:54.206 INFO O| Aug 26 20:12:54.206 INFO STEP 79 (ensure_file) COMPLETE
90982024-08-26T20:12:55.738Z[ host-image] Aug 26 20:12:54.206 INFO O| Aug 26 20:12:54.206 INFO STEP 80: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
90992024-08-26T20:12:55.747Z[ host-image] Aug 26 20:12:54.218 INFO O| Aug 26 20:12:54.218 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind
91002024-08-26T20:12:55.747Z[ host-image] Aug 26 20:12:54.219 INFO O| Aug 26 20:12:54.218 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind
91012024-08-26T20:12:55.750Z[ host-image] Aug 26 20:12:54.219 INFO O| Aug 26 20:12:54.219 INFO STEP 80 (ensure_dir) COMPLETE
91022024-08-26T20:12:55.750Z[ host-image] Aug 26 20:12:54.219 INFO O| Aug 26 20:12:54.219 INFO STEP 81: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
91032024-08-26T20:12:55.758Z[ host-image] Aug 26 20:12:54.229 INFO O| Aug 26 20:12:54.229 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/lib
91042024-08-26T20:12:55.758Z[ host-image] Aug 26 20:12:54.229 INFO O| Aug 26 20:12:54.229 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/lib
91052024-08-26T20:12:55.758Z[ host-image] Aug 26 20:12:54.229 INFO O| Aug 26 20:12:54.229 INFO STEP 81 (ensure_dir) COMPLETE
91062024-08-26T20:12:55.760Z[ host-image] Aug 26 20:12:54.229 INFO O| Aug 26 20:12:54.229 INFO STEP 82: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
91072024-08-26T20:12:55.768Z[ host-image] Aug 26 20:12:54.239 INFO O| Aug 26 20:12:54.239 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/lib/svc
91082024-08-26T20:12:55.771Z[ host-image] Aug 26 20:12:54.239 INFO O| Aug 26 20:12:54.239 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/lib/svc
91092024-08-26T20:12:55.771Z[ host-image] Aug 26 20:12:54.239 INFO O| Aug 26 20:12:54.239 INFO STEP 82 (ensure_dir) COMPLETE
91102024-08-26T20:12:55.771Z[ host-image] Aug 26 20:12:54.239 INFO O| Aug 26 20:12:54.239 INFO STEP 83: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
91112024-08-26T20:12:55.779Z[ host-image] Aug 26 20:12:54.250 INFO O| Aug 26 20:12:54.250 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/lib/svc/manifest
91122024-08-26T20:12:55.779Z[ host-image] Aug 26 20:12:54.250 INFO O| Aug 26 20:12:54.250 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/lib/svc/manifest
91132024-08-26T20:12:55.782Z[ host-image] Aug 26 20:12:54.250 INFO O| Aug 26 20:12:54.250 INFO STEP 83 (ensure_dir) COMPLETE
91142024-08-26T20:12:55.782Z[ host-image] Aug 26 20:12:54.250 INFO O| Aug 26 20:12:54.250 INFO STEP 84: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
91152024-08-26T20:12:55.789Z[ host-image] Aug 26 20:12:54.260 INFO O| Aug 26 20:12:54.260 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/lib/svc/manifest/system
91162024-08-26T20:12:55.791Z[ host-image] Aug 26 20:12:54.260 INFO O| Aug 26 20:12:54.260 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/lib/svc/manifest/system
91172024-08-26T20:12:55.791Z[ host-image] Aug 26 20:12:54.260 INFO O| Aug 26 20:12:54.260 INFO STEP 84 (ensure_dir) COMPLETE
91182024-08-26T20:12:55.791Z[ host-image] Aug 26 20:12:54.260 INFO O| Aug 26 20:12:54.260 INFO STEP 85: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
91192024-08-26T20:12:55.799Z[ host-image] Aug 26 20:12:54.270 INFO O| Aug 26 20:12:54.270 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/lib/svc/manifest/system/pumpkind.xml does not exist
91202024-08-26T20:12:55.799Z[ host-image] Aug 26 20:12:54.270 INFO O| Aug 26 20:12:54.270 INFO copying /tmp/.tmpYkxlj2/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 ...
91212024-08-26T20:12:55.801Z[ host-image] Aug 26 20:12:54.270 INFO O| Aug 26 20:12:54.270 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/lib/svc/manifest/system/pumpkind.xml
91222024-08-26T20:12:55.801Z[ host-image] Aug 26 20:12:54.270 INFO O| Aug 26 20:12:54.270 INFO ok!
91232024-08-26T20:12:55.801Z[ host-image] Aug 26 20:12:54.271 INFO O| Aug 26 20:12:54.270 INFO STEP 85 (ensure_file) COMPLETE
91242024-08-26T20:12:55.802Z[ host-image] Aug 26 20:12:54.271 INFO O| Aug 26 20:12:54.270 INFO STEP 86: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
91252024-08-26T20:12:55.810Z[ host-image] Aug 26 20:12:54.280 INFO O| Aug 26 20:12:54.280 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/bin
91262024-08-26T20:12:55.810Z[ host-image] Aug 26 20:12:54.281 INFO O| Aug 26 20:12:54.281 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/bin
91272024-08-26T20:12:55.812Z[ host-image] Aug 26 20:12:54.281 INFO O| Aug 26 20:12:54.281 INFO STEP 86 (ensure_dir) COMPLETE
91282024-08-26T20:12:55.812Z[ host-image] Aug 26 20:12:54.281 INFO O| Aug 26 20:12:54.281 INFO STEP 87: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
91292024-08-26T20:12:55.820Z[ host-image] Aug 26 20:12:54.291 INFO O| Aug 26 20:12:54.291 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/bin/svc-pumpkind does not exist
91302024-08-26T20:12:55.820Z[ host-image] Aug 26 20:12:54.291 INFO O| Aug 26 20:12:54.291 INFO copying /tmp/.tmpYkxlj2/proto/host/root/opt/oxide/pumpkind/bin/svc-pumpkind -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/bin/svc-pumpkind ...
91312024-08-26T20:12:55.822Z[ host-image] Aug 26 20:12:54.291 INFO O| Aug 26 20:12:54.291 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/bin/svc-pumpkind
91322024-08-26T20:12:55.822Z[ host-image] Aug 26 20:12:54.291 INFO O| Aug 26 20:12:54.291 INFO ok!
91332024-08-26T20:12:55.822Z[ host-image] Aug 26 20:12:54.291 INFO O| Aug 26 20:12:54.291 INFO STEP 87 (ensure_file) COMPLETE
91342024-08-26T20:12:55.822Z[ host-image] Aug 26 20:12:54.291 INFO O| Aug 26 20:12:54.291 INFO STEP 88: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
91352024-08-26T20:12:55.830Z[ host-image] Aug 26 20:12:54.301 INFO O| Aug 26 20:12:54.301 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/bin/pumpkinadm does not exist
91362024-08-26T20:12:55.830Z[ host-image] Aug 26 20:12:54.301 INFO O| Aug 26 20:12:54.301 INFO copying /tmp/.tmpYkxlj2/proto/host/root/opt/oxide/pumpkind/bin/pumpkinadm -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/bin/pumpkinadm ...
91372024-08-26T20:12:55.841Z[ host-image] Aug 26 20:12:54.312 INFO O| Aug 26 20:12:54.312 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/bin/pumpkinadm
91382024-08-26T20:12:55.841Z[ host-image] Aug 26 20:12:54.312 INFO O| Aug 26 20:12:54.312 INFO ok!
91392024-08-26T20:12:55.841Z[ host-image] Aug 26 20:12:54.312 INFO O| Aug 26 20:12:54.312 INFO STEP 88 (ensure_file) COMPLETE
91402024-08-26T20:12:55.841Z[ host-image] Aug 26 20:12:54.312 INFO O| Aug 26 20:12:54.312 INFO STEP 89: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
91412024-08-26T20:12:55.852Z[ host-image] Aug 26 20:12:54.323 INFO O| Aug 26 20:12:54.323 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/bin/pumpkind does not exist
91422024-08-26T20:12:55.852Z[ host-image] Aug 26 20:12:54.323 INFO O| Aug 26 20:12:54.323 INFO copying /tmp/.tmpYkxlj2/proto/host/root/opt/oxide/pumpkind/bin/pumpkind -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/bin/pumpkind ...
91432024-08-26T20:12:56.336Z[ host-image] Aug 26 20:12:54.806 INFO O| Aug 26 20:12:54.806 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/bin/pumpkind
91442024-08-26T20:12:56.336Z[ host-image] Aug 26 20:12:54.806 INFO O| Aug 26 20:12:54.806 INFO ok!
91452024-08-26T20:12:56.338Z[ host-image] Aug 26 20:12:54.806 INFO O| Aug 26 20:12:54.806 INFO STEP 89 (ensure_file) COMPLETE
91462024-08-26T20:12:56.339Z[ host-image] Aug 26 20:12:54.806 INFO O| Aug 26 20:12:54.806 INFO STEP 90: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
91472024-08-26T20:12:56.348Z[ host-image] Aug 26 20:12:54.818 INFO O| Aug 26 20:12:54.818 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/VERSION does not exist
91482024-08-26T20:12:56.350Z[ host-image] Aug 26 20:12:54.818 INFO O| Aug 26 20:12:54.818 INFO copying /tmp/.tmpYkxlj2/proto/host/root/opt/oxide/pumpkind/VERSION -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/VERSION ...
91492024-08-26T20:12:56.350Z[ host-image] Aug 26 20:12:54.818 INFO O| Aug 26 20:12:54.818 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/VERSION
91502024-08-26T20:12:56.350Z[ host-image] Aug 26 20:12:54.818 INFO O| Aug 26 20:12:54.818 INFO ok!
91512024-08-26T20:12:56.350Z[ host-image] Aug 26 20:12:54.818 INFO O| Aug 26 20:12:54.818 INFO STEP 90 (ensure_file) COMPLETE
91522024-08-26T20:12:56.350Z[ host-image] Aug 26 20:12:54.818 INFO O| Aug 26 20:12:54.818 INFO STEP 91: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
91532024-08-26T20:12:56.358Z[ host-image] Aug 26 20:12:54.829 INFO O| Aug 26 20:12:54.829 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace
91542024-08-26T20:12:56.358Z[ host-image] Aug 26 20:12:54.829 INFO O| Aug 26 20:12:54.829 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace
91552024-08-26T20:12:56.361Z[ host-image] Aug 26 20:12:54.829 INFO O| Aug 26 20:12:54.829 INFO STEP 91 (ensure_dir) COMPLETE
91562024-08-26T20:12:56.361Z[ host-image] Aug 26 20:12:54.829 INFO O| Aug 26 20:12:54.829 INFO STEP 92: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
91572024-08-26T20:12:56.369Z[ host-image] Aug 26 20:12:54.839 INFO O| Aug 26 20:12:54.839 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/upstairs_repair.d does not exist
91582024-08-26T20:12:56.369Z[ host-image] Aug 26 20:12:54.839 INFO O| Aug 26 20:12:54.839 INFO copying /tmp/.tmpYkxlj2/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 ...
91592024-08-26T20:12:56.369Z[ host-image] Aug 26 20:12:54.839 INFO O| Aug 26 20:12:54.839 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/upstairs_repair.d
91602024-08-26T20:12:56.372Z[ host-image] Aug 26 20:12:54.839 INFO O| Aug 26 20:12:54.839 INFO ok!
91612024-08-26T20:12:56.372Z[ host-image] Aug 26 20:12:54.839 INFO O| Aug 26 20:12:54.839 INFO STEP 92 (ensure_file) COMPLETE
91622024-08-26T20:12:56.372Z[ host-image] Aug 26 20:12:54.839 INFO O| Aug 26 20:12:54.839 INFO STEP 93: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
91632024-08-26T20:12:56.379Z[ host-image] Aug 26 20:12:54.849 INFO O| Aug 26 20:12:54.849 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/upstairs_raw.d does not exist
91642024-08-26T20:12:56.379Z[ host-image] Aug 26 20:12:54.849 INFO O| Aug 26 20:12:54.849 INFO copying /tmp/.tmpYkxlj2/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 ...
91652024-08-26T20:12:56.382Z[ host-image] Aug 26 20:12:54.849 INFO O| Aug 26 20:12:54.849 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/upstairs_raw.d
91662024-08-26T20:12:56.382Z[ host-image] Aug 26 20:12:54.849 INFO O| Aug 26 20:12:54.849 INFO ok!
91672024-08-26T20:12:56.382Z[ host-image] Aug 26 20:12:54.849 INFO O| Aug 26 20:12:54.849 INFO STEP 93 (ensure_file) COMPLETE
91682024-08-26T20:12:56.382Z[ host-image] Aug 26 20:12:54.850 INFO O| Aug 26 20:12:54.849 INFO STEP 94: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
91692024-08-26T20:12:56.389Z[ host-image] Aug 26 20:12:54.860 INFO O| Aug 26 20:12:54.860 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/upstairs_info.d does not exist
91702024-08-26T20:12:56.389Z[ host-image] Aug 26 20:12:54.860 INFO O| Aug 26 20:12:54.860 INFO copying /tmp/.tmpYkxlj2/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 ...
91712024-08-26T20:12:56.392Z[ host-image] Aug 26 20:12:54.860 INFO O| Aug 26 20:12:54.860 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/upstairs_info.d
91722024-08-26T20:12:56.392Z[ host-image] Aug 26 20:12:54.860 INFO O| Aug 26 20:12:54.860 INFO ok!
91732024-08-26T20:12:56.392Z[ host-image] Aug 26 20:12:54.860 INFO O| Aug 26 20:12:54.860 INFO STEP 94 (ensure_file) COMPLETE
91742024-08-26T20:12:56.392Z[ host-image] Aug 26 20:12:54.860 INFO O| Aug 26 20:12:54.860 INFO STEP 95: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
91752024-08-26T20:12:56.401Z[ host-image] Aug 26 20:12:54.871 INFO O| Aug 26 20:12:54.871 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/upstairs_count.d does not exist
91762024-08-26T20:12:56.401Z[ host-image] Aug 26 20:12:54.871 INFO O| Aug 26 20:12:54.871 INFO copying /tmp/.tmpYkxlj2/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 ...
91772024-08-26T20:12:56.401Z[ host-image] Aug 26 20:12:54.871 INFO O| Aug 26 20:12:54.871 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/upstairs_count.d
91782024-08-26T20:12:56.404Z[ host-image] Aug 26 20:12:54.871 INFO O| Aug 26 20:12:54.871 INFO ok!
91792024-08-26T20:12:56.404Z[ host-image] Aug 26 20:12:54.871 INFO O| Aug 26 20:12:54.871 INFO STEP 95 (ensure_file) COMPLETE
91802024-08-26T20:12:56.404Z[ host-image] Aug 26 20:12:54.871 INFO O| Aug 26 20:12:54.871 INFO STEP 96: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
91812024-08-26T20:12:56.410Z[ host-image] Aug 26 20:12:54.881 INFO O| Aug 26 20:12:54.881 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/upstairs_action.d does not exist
91822024-08-26T20:12:56.411Z[ host-image] Aug 26 20:12:54.881 INFO O| Aug 26 20:12:54.881 INFO copying /tmp/.tmpYkxlj2/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 ...
91832024-08-26T20:12:56.413Z[ host-image] Aug 26 20:12:54.881 INFO O| Aug 26 20:12:54.881 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/upstairs_action.d
91842024-08-26T20:12:56.413Z[ host-image] Aug 26 20:12:54.882 INFO O| Aug 26 20:12:54.881 INFO ok!
91852024-08-26T20:12:56.413Z[ host-image] Aug 26 20:12:54.882 INFO O| Aug 26 20:12:54.881 INFO STEP 96 (ensure_file) COMPLETE
91862024-08-26T20:12:56.413Z[ host-image] Aug 26 20:12:54.882 INFO O| Aug 26 20:12:54.881 INFO STEP 97: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
91872024-08-26T20:12:56.421Z[ host-image] Aug 26 20:12:54.892 INFO O| Aug 26 20:12:54.892 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/tracegw.d does not exist
91882024-08-26T20:12:56.421Z[ host-image] Aug 26 20:12:54.892 INFO O| Aug 26 20:12:54.892 INFO copying /tmp/.tmpYkxlj2/proto/host/root/opt/oxide/crucible_dtrace/tracegw.d -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/tracegw.d ...
91892024-08-26T20:12:56.424Z[ host-image] Aug 26 20:12:54.892 INFO O| Aug 26 20:12:54.892 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/tracegw.d
91902024-08-26T20:12:56.424Z[ host-image] Aug 26 20:12:54.892 INFO O| Aug 26 20:12:54.892 INFO ok!
91912024-08-26T20:12:56.424Z[ host-image] Aug 26 20:12:54.892 INFO O| Aug 26 20:12:54.892 INFO STEP 97 (ensure_file) COMPLETE
91922024-08-26T20:12:56.424Z[ host-image] Aug 26 20:12:54.892 INFO O| Aug 26 20:12:54.892 INFO STEP 98: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
91932024-08-26T20:12:56.432Z[ host-image] Aug 26 20:12:54.903 INFO O| Aug 26 20:12:54.903 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/trace-vol.d does not exist
91942024-08-26T20:12:56.432Z[ host-image] Aug 26 20:12:54.903 INFO O| Aug 26 20:12:54.903 INFO copying /tmp/.tmpYkxlj2/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 ...
91952024-08-26T20:12:56.435Z[ host-image] Aug 26 20:12:54.903 INFO O| Aug 26 20:12:54.903 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/trace-vol.d
91962024-08-26T20:12:56.435Z[ host-image] Aug 26 20:12:54.903 INFO O| Aug 26 20:12:54.903 INFO ok!
91972024-08-26T20:12:56.435Z[ host-image] Aug 26 20:12:54.903 INFO O| Aug 26 20:12:54.903 INFO STEP 98 (ensure_file) COMPLETE
91982024-08-26T20:12:56.435Z[ host-image] Aug 26 20:12:54.903 INFO O| Aug 26 20:12:54.903 INFO STEP 99: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
91992024-08-26T20:12:56.444Z[ host-image] Aug 26 20:12:54.914 INFO O| Aug 26 20:12:54.914 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/sled_upstairs_info.d does not exist
92002024-08-26T20:12:56.444Z[ host-image] Aug 26 20:12:54.914 INFO O| Aug 26 20:12:54.914 INFO copying /tmp/.tmpYkxlj2/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 ...
92012024-08-26T20:12:56.446Z[ host-image] Aug 26 20:12:54.915 INFO O| Aug 26 20:12:54.914 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/sled_upstairs_info.d
92022024-08-26T20:12:56.446Z[ host-image] Aug 26 20:12:54.915 INFO O| Aug 26 20:12:54.915 INFO ok!
92032024-08-26T20:12:56.446Z[ host-image] Aug 26 20:12:54.915 INFO O| Aug 26 20:12:54.915 INFO STEP 99 (ensure_file) COMPLETE
92042024-08-26T20:12:56.446Z[ host-image] Aug 26 20:12:54.915 INFO O| Aug 26 20:12:54.915 INFO STEP 100: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
92052024-08-26T20:12:56.455Z[ host-image] Aug 26 20:12:54.925 INFO O| Aug 26 20:12:54.925 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/single_up_info.d does not exist
92062024-08-26T20:12:56.455Z[ host-image] Aug 26 20:12:54.925 INFO O| Aug 26 20:12:54.925 INFO copying /tmp/.tmpYkxlj2/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 ...
92072024-08-26T20:12:56.458Z[ host-image] Aug 26 20:12:54.926 INFO O| Aug 26 20:12:54.925 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/single_up_info.d
92082024-08-26T20:12:56.458Z[ host-image] Aug 26 20:12:54.926 INFO O| Aug 26 20:12:54.926 INFO ok!
92092024-08-26T20:12:56.458Z[ host-image] Aug 26 20:12:54.926 INFO O| Aug 26 20:12:54.926 INFO STEP 100 (ensure_file) COMPLETE
92102024-08-26T20:12:56.458Z[ host-image] Aug 26 20:12:54.926 INFO O| Aug 26 20:12:54.926 INFO STEP 101: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
92112024-08-26T20:12:56.465Z[ host-image] Aug 26 20:12:54.936 INFO O| Aug 26 20:12:54.936 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perfgw.d does not exist
92122024-08-26T20:12:56.465Z[ host-image] Aug 26 20:12:54.936 INFO O| Aug 26 20:12:54.936 INFO copying /tmp/.tmpYkxlj2/proto/host/root/opt/oxide/crucible_dtrace/perfgw.d -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perfgw.d ...
92132024-08-26T20:12:56.465Z[ host-image] Aug 26 20:12:54.936 INFO O| Aug 26 20:12:54.936 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perfgw.d
92142024-08-26T20:12:56.467Z[ host-image] Aug 26 20:12:54.936 INFO O| Aug 26 20:12:54.936 INFO ok!
92152024-08-26T20:12:56.467Z[ host-image] Aug 26 20:12:54.936 INFO O| Aug 26 20:12:54.936 INFO STEP 101 (ensure_file) COMPLETE
92162024-08-26T20:12:56.468Z[ host-image] Aug 26 20:12:54.936 INFO O| Aug 26 20:12:54.936 INFO STEP 102: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
92172024-08-26T20:12:56.476Z[ host-image] Aug 26 20:12:54.947 INFO O| Aug 26 20:12:54.946 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-vol.d does not exist
92182024-08-26T20:12:56.476Z[ host-image] Aug 26 20:12:54.947 INFO O| Aug 26 20:12:54.946 INFO copying /tmp/.tmpYkxlj2/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 ...
92192024-08-26T20:12:56.479Z[ host-image] Aug 26 20:12:54.947 INFO O| Aug 26 20:12:54.947 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-vol.d
92202024-08-26T20:12:56.479Z[ host-image] Aug 26 20:12:54.947 INFO O| Aug 26 20:12:54.947 INFO ok!
92212024-08-26T20:12:56.479Z[ host-image] Aug 26 20:12:54.947 INFO O| Aug 26 20:12:54.947 INFO STEP 102 (ensure_file) COMPLETE
92222024-08-26T20:12:56.479Z[ host-image] Aug 26 20:12:54.947 INFO O| Aug 26 20:12:54.947 INFO STEP 103: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
92232024-08-26T20:12:56.486Z[ host-image] Aug 26 20:12:54.957 INFO O| Aug 26 20:12:54.957 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-upstairs-wf.d does not exist
92242024-08-26T20:12:56.486Z[ host-image] Aug 26 20:12:54.957 INFO O| Aug 26 20:12:54.957 INFO copying /tmp/.tmpYkxlj2/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 ...
92252024-08-26T20:12:56.489Z[ host-image] Aug 26 20:12:54.957 INFO O| Aug 26 20:12:54.957 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-upstairs-wf.d
92262024-08-26T20:12:56.489Z[ host-image] Aug 26 20:12:54.957 INFO O| Aug 26 20:12:54.957 INFO ok!
92272024-08-26T20:12:56.489Z[ host-image] Aug 26 20:12:54.957 INFO O| Aug 26 20:12:54.957 INFO STEP 103 (ensure_file) COMPLETE
92282024-08-26T20:12:56.489Z[ host-image] Aug 26 20:12:54.957 INFO O| Aug 26 20:12:54.957 INFO STEP 104: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
92292024-08-26T20:12:56.496Z[ host-image] Aug 26 20:12:54.967 INFO O| Aug 26 20:12:54.967 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-reqwest.d does not exist
92302024-08-26T20:12:56.496Z[ host-image] Aug 26 20:12:54.967 INFO O| Aug 26 20:12:54.967 INFO copying /tmp/.tmpYkxlj2/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 ...
92312024-08-26T20:12:56.499Z[ host-image] Aug 26 20:12:54.967 INFO O| Aug 26 20:12:54.967 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-reqwest.d
92322024-08-26T20:12:56.499Z[ host-image] Aug 26 20:12:54.967 INFO O| Aug 26 20:12:54.967 INFO ok!
92332024-08-26T20:12:56.499Z[ host-image] Aug 26 20:12:54.967 INFO O| Aug 26 20:12:54.967 INFO STEP 104 (ensure_file) COMPLETE
92342024-08-26T20:12:56.499Z[ host-image] Aug 26 20:12:54.967 INFO O| Aug 26 20:12:54.967 INFO STEP 105: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
92352024-08-26T20:12:56.507Z[ host-image] Aug 26 20:12:54.977 INFO O| Aug 26 20:12:54.977 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-online-repair.d does not exist
92362024-08-26T20:12:56.507Z[ host-image] Aug 26 20:12:54.977 INFO O| Aug 26 20:12:54.977 INFO copying /tmp/.tmpYkxlj2/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 ...
92372024-08-26T20:12:56.509Z[ host-image] Aug 26 20:12:54.978 INFO O| Aug 26 20:12:54.978 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-online-repair.d
92382024-08-26T20:12:56.509Z[ host-image] Aug 26 20:12:54.978 INFO O| Aug 26 20:12:54.978 INFO ok!
92392024-08-26T20:12:56.509Z[ host-image] Aug 26 20:12:54.978 INFO O| Aug 26 20:12:54.978 INFO STEP 105 (ensure_file) COMPLETE
92402024-08-26T20:12:56.509Z[ host-image] Aug 26 20:12:54.978 INFO O| Aug 26 20:12:54.978 INFO STEP 106: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
92412024-08-26T20:12:56.517Z[ host-image] Aug 26 20:12:54.988 INFO O| Aug 26 20:12:54.988 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-ds-net.d does not exist
92422024-08-26T20:12:56.517Z[ host-image] Aug 26 20:12:54.988 INFO O| Aug 26 20:12:54.988 INFO copying /tmp/.tmpYkxlj2/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 ...
92432024-08-26T20:12:56.519Z[ host-image] Aug 26 20:12:54.988 INFO O| Aug 26 20:12:54.988 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-ds-net.d
92442024-08-26T20:12:56.519Z[ host-image] Aug 26 20:12:54.988 INFO O| Aug 26 20:12:54.988 INFO ok!
92452024-08-26T20:12:56.519Z[ host-image] Aug 26 20:12:54.988 INFO O| Aug 26 20:12:54.988 INFO STEP 106 (ensure_file) COMPLETE
92462024-08-26T20:12:56.519Z[ host-image] Aug 26 20:12:54.988 INFO O| Aug 26 20:12:54.988 INFO STEP 107: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
92472024-08-26T20:12:56.527Z[ host-image] Aug 26 20:12:54.998 INFO O| Aug 26 20:12:54.998 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-ds-client.d does not exist
92482024-08-26T20:12:56.527Z[ host-image] Aug 26 20:12:54.998 INFO O| Aug 26 20:12:54.998 INFO copying /tmp/.tmpYkxlj2/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 ...
92492024-08-26T20:12:56.529Z[ host-image] Aug 26 20:12:54.998 INFO O| Aug 26 20:12:54.998 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-ds-client.d
92502024-08-26T20:12:56.529Z[ host-image] Aug 26 20:12:54.998 INFO O| Aug 26 20:12:54.998 INFO ok!
92512024-08-26T20:12:56.529Z[ host-image] Aug 26 20:12:54.998 INFO O| Aug 26 20:12:54.998 INFO STEP 107 (ensure_file) COMPLETE
92522024-08-26T20:12:56.529Z[ host-image] Aug 26 20:12:54.998 INFO O| Aug 26 20:12:54.998 INFO STEP 108: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
92532024-08-26T20:12:56.538Z[ host-image] Aug 26 20:12:55.009 INFO O| Aug 26 20:12:55.009 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-downstairs.d does not exist
92542024-08-26T20:12:56.538Z[ host-image] Aug 26 20:12:55.009 INFO O| Aug 26 20:12:55.009 INFO copying /tmp/.tmpYkxlj2/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 ...
92552024-08-26T20:12:56.541Z[ host-image] Aug 26 20:12:55.009 INFO O| Aug 26 20:12:55.009 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-downstairs.d
92562024-08-26T20:12:56.541Z[ host-image] Aug 26 20:12:55.009 INFO O| Aug 26 20:12:55.009 INFO ok!
92572024-08-26T20:12:56.541Z[ host-image] Aug 26 20:12:55.009 INFO O| Aug 26 20:12:55.009 INFO STEP 108 (ensure_file) COMPLETE
92582024-08-26T20:12:56.541Z[ host-image] Aug 26 20:12:55.009 INFO O| Aug 26 20:12:55.009 INFO STEP 109: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
92592024-08-26T20:12:56.549Z[ host-image] Aug 26 20:12:55.019 INFO O| Aug 26 20:12:55.019 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-downstairs-tick.d does not exist
92602024-08-26T20:12:56.549Z[ host-image] Aug 26 20:12:55.019 INFO O| Aug 26 20:12:55.019 INFO copying /tmp/.tmpYkxlj2/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 ...
92612024-08-26T20:12:56.551Z[ host-image] Aug 26 20:12:55.020 INFO O| Aug 26 20:12:55.020 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-downstairs-tick.d
92622024-08-26T20:12:56.551Z[ host-image] Aug 26 20:12:55.020 INFO O| Aug 26 20:12:55.020 INFO ok!
92632024-08-26T20:12:56.551Z[ host-image] Aug 26 20:12:55.020 INFO O| Aug 26 20:12:55.020 INFO STEP 109 (ensure_file) COMPLETE
92642024-08-26T20:12:56.551Z[ host-image] Aug 26 20:12:55.020 INFO O| Aug 26 20:12:55.020 INFO STEP 110: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
92652024-08-26T20:12:56.559Z[ host-image] Aug 26 20:12:55.030 INFO O| Aug 26 20:12:55.030 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-downstairs-three.d does not exist
92662024-08-26T20:12:56.559Z[ host-image] Aug 26 20:12:55.030 INFO O| Aug 26 20:12:55.030 INFO copying /tmp/.tmpYkxlj2/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 ...
92672024-08-26T20:12:56.559Z[ host-image] Aug 26 20:12:55.030 INFO O| Aug 26 20:12:55.030 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-downstairs-three.d
92682024-08-26T20:12:56.559Z[ host-image] Aug 26 20:12:55.030 INFO O| Aug 26 20:12:55.030 INFO ok!
92692024-08-26T20:12:56.561Z[ host-image] Aug 26 20:12:55.030 INFO O| Aug 26 20:12:55.030 INFO STEP 110 (ensure_file) COMPLETE
92702024-08-26T20:12:56.561Z[ host-image] Aug 26 20:12:55.030 INFO O| Aug 26 20:12:55.030 INFO STEP 111: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
92712024-08-26T20:12:56.569Z[ host-image] Aug 26 20:12:55.039 INFO O| Aug 26 20:12:55.039 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-downstairs-os.d does not exist
92722024-08-26T20:12:56.569Z[ host-image] Aug 26 20:12:55.039 INFO O| Aug 26 20:12:55.039 INFO copying /tmp/.tmpYkxlj2/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 ...
92732024-08-26T20:12:56.571Z[ host-image] Aug 26 20:12:55.040 INFO O| Aug 26 20:12:55.040 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-downstairs-os.d
92742024-08-26T20:12:56.571Z[ host-image] Aug 26 20:12:55.040 INFO O| Aug 26 20:12:55.040 INFO ok!
92752024-08-26T20:12:56.571Z[ host-image] Aug 26 20:12:55.040 INFO O| Aug 26 20:12:55.040 INFO STEP 111 (ensure_file) COMPLETE
92762024-08-26T20:12:56.571Z[ host-image] Aug 26 20:12:55.040 INFO O| Aug 26 20:12:55.040 INFO STEP 112: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
92772024-08-26T20:12:56.579Z[ host-image] Aug 26 20:12:55.049 INFO O| Aug 26 20:12:55.049 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/get-lr-state.sh does not exist
92782024-08-26T20:12:56.579Z[ host-image] Aug 26 20:12:55.049 INFO O| Aug 26 20:12:55.049 INFO copying /tmp/.tmpYkxlj2/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 ...
92792024-08-26T20:12:56.581Z[ host-image] Aug 26 20:12:55.050 INFO O| Aug 26 20:12:55.050 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/get-lr-state.sh
92802024-08-26T20:12:56.581Z[ host-image] Aug 26 20:12:55.050 INFO O| Aug 26 20:12:55.050 INFO ok!
92812024-08-26T20:12:56.581Z[ host-image] Aug 26 20:12:55.050 INFO O| Aug 26 20:12:55.050 INFO STEP 112 (ensure_file) COMPLETE
92822024-08-26T20:12:56.581Z[ host-image] Aug 26 20:12:55.050 INFO O| Aug 26 20:12:55.050 INFO STEP 113: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
92832024-08-26T20:12:56.589Z[ host-image] Aug 26 20:12:55.059 INFO O| Aug 26 20:12:55.059 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/get-ds-state.sh does not exist
92842024-08-26T20:12:56.589Z[ host-image] Aug 26 20:12:55.059 INFO O| Aug 26 20:12:55.059 INFO copying /tmp/.tmpYkxlj2/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 ...
92852024-08-26T20:12:56.591Z[ host-image] Aug 26 20:12:55.060 INFO O| Aug 26 20:12:55.060 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/get-ds-state.sh
92862024-08-26T20:12:56.591Z[ host-image] Aug 26 20:12:55.060 INFO O| Aug 26 20:12:55.060 INFO ok!
92872024-08-26T20:12:56.591Z[ host-image] Aug 26 20:12:55.060 INFO O| Aug 26 20:12:55.060 INFO STEP 113 (ensure_file) COMPLETE
92882024-08-26T20:12:56.591Z[ host-image] Aug 26 20:12:55.060 INFO O| Aug 26 20:12:55.060 INFO STEP 114: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
92892024-08-26T20:12:56.598Z[ host-image] Aug 26 20:12:55.069 INFO O| Aug 26 20:12:55.069 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/downstairs_count.d does not exist
92902024-08-26T20:12:56.600Z[ host-image] Aug 26 20:12:55.069 INFO O| Aug 26 20:12:55.069 INFO copying /tmp/.tmpYkxlj2/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 ...
92912024-08-26T20:12:56.601Z[ host-image] Aug 26 20:12:55.069 INFO O| Aug 26 20:12:55.069 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/downstairs_count.d
92922024-08-26T20:12:56.601Z[ host-image] Aug 26 20:12:55.070 INFO O| Aug 26 20:12:55.069 INFO ok!
92932024-08-26T20:12:56.601Z[ host-image] Aug 26 20:12:55.070 INFO O| Aug 26 20:12:55.069 INFO STEP 114 (ensure_file) COMPLETE
92942024-08-26T20:12:56.601Z[ host-image] Aug 26 20:12:55.070 INFO O| Aug 26 20:12:55.070 INFO STEP 115: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
92952024-08-26T20:12:56.608Z[ host-image] Aug 26 20:12:55.079 INFO O| Aug 26 20:12:55.079 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/all_downstairs.d does not exist
92962024-08-26T20:12:56.608Z[ host-image] Aug 26 20:12:55.079 INFO O| Aug 26 20:12:55.079 INFO copying /tmp/.tmpYkxlj2/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 ...
92972024-08-26T20:12:56.611Z[ host-image] Aug 26 20:12:55.079 INFO O| Aug 26 20:12:55.079 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/all_downstairs.d
92982024-08-26T20:12:56.611Z[ host-image] Aug 26 20:12:55.079 INFO O| Aug 26 20:12:55.079 INFO ok!
92992024-08-26T20:12:56.611Z[ host-image] Aug 26 20:12:55.079 INFO O| Aug 26 20:12:55.079 INFO STEP 115 (ensure_file) COMPLETE
93002024-08-26T20:12:56.611Z[ host-image] Aug 26 20:12:55.079 INFO O| Aug 26 20:12:55.079 INFO STEP 116: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
93012024-08-26T20:12:56.619Z[ host-image] Aug 26 20:12:55.090 INFO O| Aug 26 20:12:55.090 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/README.md does not exist
93022024-08-26T20:12:56.619Z[ host-image] Aug 26 20:12:55.090 INFO O| Aug 26 20:12:55.090 INFO copying /tmp/.tmpYkxlj2/proto/host/root/opt/oxide/crucible_dtrace/README.md -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/README.md ...
93032024-08-26T20:12:56.621Z[ host-image] Aug 26 20:12:55.090 INFO O| Aug 26 20:12:55.090 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/README.md
93042024-08-26T20:12:56.621Z[ host-image] Aug 26 20:12:55.090 INFO O| Aug 26 20:12:55.090 INFO ok!
93052024-08-26T20:12:56.621Z[ host-image] Aug 26 20:12:55.090 INFO O| Aug 26 20:12:55.090 INFO STEP 116 (ensure_file) COMPLETE
93062024-08-26T20:12:56.621Z[ host-image] Aug 26 20:12:55.090 INFO O| Aug 26 20:12:55.090 INFO STEP 117: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
93072024-08-26T20:12:56.629Z[ host-image] Aug 26 20:12:55.100 INFO O| Aug 26 20:12:55.100 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/dtrace-info.txt does not exist
93082024-08-26T20:12:56.629Z[ host-image] Aug 26 20:12:55.100 INFO O| Aug 26 20:12:55.100 INFO copying /tmp/.tmpYkxlj2/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 ...
93092024-08-26T20:12:56.632Z[ host-image] Aug 26 20:12:55.100 INFO O| Aug 26 20:12:55.100 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/dtrace-info.txt
93102024-08-26T20:12:56.632Z[ host-image] Aug 26 20:12:55.100 INFO O| Aug 26 20:12:55.100 INFO ok!
93112024-08-26T20:12:56.632Z[ host-image] Aug 26 20:12:55.100 INFO O| Aug 26 20:12:55.100 INFO STEP 117 (ensure_file) COMPLETE
93122024-08-26T20:12:56.632Z[ host-image] Aug 26 20:12:55.100 INFO O| Aug 26 20:12:55.100 INFO STEP 118: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
93132024-08-26T20:12:56.639Z[ host-image] Aug 26 20:12:55.110 INFO O| Aug 26 20:12:55.110 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/VERSION does not exist
93142024-08-26T20:12:56.641Z[ host-image] Aug 26 20:12:55.110 INFO O| Aug 26 20:12:55.110 INFO copying /tmp/.tmpYkxlj2/proto/host/root/opt/oxide/crucible_dtrace/VERSION -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/VERSION ...
93152024-08-26T20:12:56.642Z[ host-image] Aug 26 20:12:55.111 INFO O| Aug 26 20:12:55.110 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/VERSION
93162024-08-26T20:12:56.642Z[ host-image] Aug 26 20:12:55.111 INFO O| Aug 26 20:12:55.111 INFO ok!
93172024-08-26T20:12:56.642Z[ host-image] Aug 26 20:12:55.111 INFO O| Aug 26 20:12:55.111 INFO STEP 118 (ensure_file) COMPLETE
93182024-08-26T20:12:56.642Z[ host-image] Aug 26 20:12:55.111 INFO O| Aug 26 20:12:55.111 INFO STEP 119: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
93192024-08-26T20:12:56.649Z[ host-image] Aug 26 20:12:55.120 INFO O| Aug 26 20:12:55.120 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/switch.tar.gz does not exist
93202024-08-26T20:12:56.649Z[ host-image] Aug 26 20:12:55.120 INFO O| Aug 26 20:12:55.120 INFO copying /tmp/.tmpYkxlj2/proto/host/root/opt/oxide/switch.tar.gz -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/switch.tar.gz ...
93212024-08-26T20:12:59.927Z[ host-image] Aug 26 20:12:58.397 INFO O| Aug 26 20:12:58.397 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/switch.tar.gz
93222024-08-26T20:12:59.927Z[ host-image] Aug 26 20:12:58.397 INFO O| Aug 26 20:12:58.397 INFO ok!
93232024-08-26T20:12:59.930Z[ host-image] Aug 26 20:12:58.397 INFO O| Aug 26 20:12:58.397 INFO STEP 119 (ensure_file) COMPLETE
93242024-08-26T20:12:59.930Z[ host-image] Aug 26 20:12:58.397 INFO O| Aug 26 20:12:58.397 INFO STEP 120: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
93252024-08-26T20:12:59.938Z[ host-image] Aug 26 20:12:58.408 INFO O| Aug 26 20:12:58.408 INFO ownership already OK (0:2), path: /rpool/images/build/host/work/gimlet/zfs/a/lib
93262024-08-26T20:12:59.942Z[ host-image] Aug 26 20:12:58.408 INFO O| Aug 26 20:12:58.408 INFO STEP 120 (ensure_dir) COMPLETE
93272024-08-26T20:12:59.942Z[ host-image] Aug 26 20:12:58.408 INFO O| Aug 26 20:12:58.408 INFO STEP 121: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
93282024-08-26T20:12:59.948Z[ host-image] Aug 26 20:12:58.417 INFO O| Aug 26 20:12:58.417 INFO ownership already OK (0:2), path: /rpool/images/build/host/work/gimlet/zfs/a/lib/svc
93292024-08-26T20:12:59.949Z[ host-image] Aug 26 20:12:58.417 INFO O| Aug 26 20:12:58.417 INFO STEP 121 (ensure_dir) COMPLETE
93302024-08-26T20:12:59.949Z[ host-image] Aug 26 20:12:58.417 INFO O| Aug 26 20:12:58.417 INFO STEP 122: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
93312024-08-26T20:12:59.957Z[ host-image] Aug 26 20:12:58.427 INFO O| Aug 26 20:12:58.427 INFO ownership already OK (0:3), path: /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest
93322024-08-26T20:12:59.957Z[ host-image] Aug 26 20:12:58.427 INFO O| Aug 26 20:12:58.427 INFO STEP 122 (ensure_dir) COMPLETE
93332024-08-26T20:12:59.957Z[ host-image] Aug 26 20:12:58.427 INFO O| Aug 26 20:12:58.427 INFO STEP 123: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
93342024-08-26T20:12:59.966Z[ host-image] Aug 26 20:12:58.436 INFO O| Aug 26 20:12:58.436 INFO ownership already OK (0:3), path: /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/site
93352024-08-26T20:12:59.966Z[ host-image] Aug 26 20:12:58.436 INFO O| Aug 26 20:12:58.436 INFO STEP 123 (ensure_dir) COMPLETE
93362024-08-26T20:12:59.966Z[ host-image] Aug 26 20:12:58.436 INFO O| Aug 26 20:12:58.436 INFO STEP 124: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
93372024-08-26T20:12:59.975Z[ host-image] Aug 26 20:12:58.445 INFO O| Aug 26 20:12:58.445 INFO file /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/site/sled-agent.xml does not exist
93382024-08-26T20:12:59.978Z[ host-image] Aug 26 20:12:58.446 INFO O| Aug 26 20:12:58.445 INFO copying /tmp/.tmpYkxlj2/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 ...
93392024-08-26T20:12:59.978Z[ host-image] Aug 26 20:12:58.446 INFO O| Aug 26 20:12:58.446 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/site/sled-agent.xml
93402024-08-26T20:12:59.978Z[ host-image] Aug 26 20:12:58.446 INFO O| Aug 26 20:12:58.446 INFO ok!
93412024-08-26T20:12:59.978Z[ host-image] Aug 26 20:12:58.446 INFO O| Aug 26 20:12:58.446 INFO STEP 124 (ensure_file) COMPLETE
93422024-08-26T20:12:59.978Z[ host-image] Aug 26 20:12:58.446 INFO O| Aug 26 20:12:58.446 INFO STEP 125: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
93432024-08-26T20:12:59.985Z[ host-image] Aug 26 20:12:58.455 INFO O| Aug 26 20:12:58.455 INFO perms are 700, should be 755, path: /rpool/images/build/host/work/gimlet/zfs/a/root
93442024-08-26T20:12:59.988Z[ host-image] Aug 26 20:12:58.455 INFO O| Aug 26 20:12:58.455 INFO chmod ok, path: /rpool/images/build/host/work/gimlet/zfs/a/root
93452024-08-26T20:12:59.988Z[ host-image] Aug 26 20:12:58.455 INFO O| Aug 26 20:12:58.455 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/root
93462024-08-26T20:12:59.989Z[ host-image] Aug 26 20:12:58.455 INFO O| Aug 26 20:12:58.455 INFO STEP 125 (ensure_dir) COMPLETE
93472024-08-26T20:12:59.989Z[ host-image] Aug 26 20:12:58.455 INFO O| Aug 26 20:12:58.455 INFO STEP 126: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
93482024-08-26T20:13:00.005Z[ host-image] Aug 26 20:12:58.464 INFO O| Aug 26 20:12:58.464 WARN file /rpool/images/build/host/work/gimlet/zfs/a/root/.profile exists, with wrong contents, unlinking
93492024-08-26T20:13:00.005Z[ host-image] Aug 26 20:12:58.464 INFO O| Aug 26 20:12:58.464 INFO copying /tmp/.tmpYkxlj2/proto/host/root/root/.profile -> /rpool/images/build/host/work/gimlet/zfs/a/root/.profile ...
93502024-08-26T20:13:00.005Z[ host-image] Aug 26 20:12:58.464 INFO O| Aug 26 20:12:58.464 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/root/.profile
93512024-08-26T20:13:00.005Z[ host-image] Aug 26 20:12:58.464 INFO O| Aug 26 20:12:58.464 INFO ok!
93522024-08-26T20:13:00.005Z[ host-image] Aug 26 20:12:58.464 INFO O| Aug 26 20:12:58.464 INFO STEP 126 (ensure_file) COMPLETE
93532024-08-26T20:13:00.005Z[ host-image] Aug 26 20:12:58.464 INFO O| Aug 26 20:12:58.464 INFO STEP 127: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
93542024-08-26T20:13:00.009Z[ host-image] Aug 26 20:12:58.474 INFO O| Aug 26 20:12:58.474 INFO remove tree: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/ipsec"
93552024-08-26T20:13:00.009Z[ host-image] Aug 26 20:12:58.474 INFO O| Aug 26 20:12:58.474 INFO STEP 127 (remove_files) COMPLETE
93562024-08-26T20:13:00.009Z[ host-image] Aug 26 20:12:58.474 INFO O| Aug 26 20:12:58.474 INFO STEP 128: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
93572024-08-26T20:13:00.013Z[ host-image] Aug 26 20:12:58.483 INFO O| Aug 26 20:12:58.483 INFO remove tree: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/ldap"
93582024-08-26T20:13:00.017Z[ host-image] Aug 26 20:12:58.483 INFO O| Aug 26 20:12:58.483 INFO STEP 128 (remove_files) COMPLETE
93592024-08-26T20:13:00.017Z[ host-image] Aug 26 20:12:58.483 INFO O| Aug 26 20:12:58.483 INFO STEP 129: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
93602024-08-26T20:13:00.022Z[ host-image] Aug 26 20:12:58.493 INFO O| Aug 26 20:12:58.492 INFO remove tree: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/rpc"
93612024-08-26T20:13:00.025Z[ host-image] Aug 26 20:12:58.493 INFO O| Aug 26 20:12:58.493 INFO STEP 129 (remove_files) COMPLETE
93622024-08-26T20:13:00.025Z[ host-image] Aug 26 20:12:58.493 INFO O| Aug 26 20:12:58.493 INFO STEP 130: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
93632024-08-26T20:13:00.032Z[ host-image] Aug 26 20:12:58.502 INFO O| Aug 26 20:12:58.502 INFO remove tree: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/security"
93642024-08-26T20:13:00.034Z[ host-image] Aug 26 20:12:58.502 INFO O| Aug 26 20:12:58.502 INFO STEP 130 (remove_files) COMPLETE
93652024-08-26T20:13:00.034Z[ host-image] Aug 26 20:12:58.502 INFO O| Aug 26 20:12:58.502 INFO STEP 131: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
93662024-08-26T20:13:00.041Z[ host-image] Aug 26 20:12:58.511 INFO O| Aug 26 20:12:58.511 INFO remove tree: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/shares"
93672024-08-26T20:13:00.044Z[ host-image] Aug 26 20:12:58.512 INFO O| Aug 26 20:12:58.511 INFO STEP 131 (remove_files) COMPLETE
93682024-08-26T20:13:00.044Z[ host-image] Aug 26 20:12:58.512 INFO O| Aug 26 20:12:58.511 INFO STEP 132: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
93692024-08-26T20:13:00.051Z[ host-image] Aug 26 20:12:58.521 INFO O| Aug 26 20:12:58.521 INFO remove tree: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/smb"
93702024-08-26T20:13:00.054Z[ host-image] Aug 26 20:12:58.521 INFO O| Aug 26 20:12:58.521 INFO STEP 132 (remove_files) COMPLETE
93712024-08-26T20:13:00.054Z[ host-image] Aug 26 20:12:58.521 INFO O| Aug 26 20:12:58.521 INFO STEP 133: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
93722024-08-26T20:13:00.071Z[ host-image] Aug 26 20:12:58.530 INFO O| Aug 26 20:12:58.530 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/application/management/net-snmp.xml"
93732024-08-26T20:13:00.071Z[ host-image] Aug 26 20:12:58.530 INFO O| Aug 26 20:12:58.530 INFO STEP 133 (remove_files) COMPLETE
93742024-08-26T20:13:00.077Z[ host-image] Aug 26 20:12:58.530 INFO O| Aug 26 20:12:58.530 INFO STEP 134: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
93752024-08-26T20:13:00.077Z[ host-image] Aug 26 20:12:58.539 INFO O| Aug 26 20:12:58.539 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/application/security/tcsd.xml"
93762024-08-26T20:13:00.077Z[ host-image] Aug 26 20:12:58.540 INFO O| Aug 26 20:12:58.539 INFO STEP 134 (remove_files) COMPLETE
93772024-08-26T20:13:00.077Z[ host-image] Aug 26 20:12:58.540 INFO O| Aug 26 20:12:58.540 INFO STEP 135: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
93782024-08-26T20:13:00.081Z[ host-image] Aug 26 20:12:58.549 INFO O| Aug 26 20:12:58.549 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/dns/install.xml"
93792024-08-26T20:13:00.081Z[ host-image] Aug 26 20:12:58.549 INFO O| Aug 26 20:12:58.549 INFO STEP 135 (remove_files) COMPLETE
93802024-08-26T20:13:00.081Z[ host-image] Aug 26 20:12:58.549 INFO O| Aug 26 20:12:58.549 INFO STEP 136: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
93812024-08-26T20:13:00.088Z[ host-image] Aug 26 20:12:58.558 INFO O| Aug 26 20:12:58.558 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/inetd-upgrade.xml"
93822024-08-26T20:13:00.088Z[ host-image] Aug 26 20:12:58.558 INFO O| Aug 26 20:12:58.558 INFO STEP 136 (remove_files) COMPLETE
93832024-08-26T20:13:00.091Z[ host-image] Aug 26 20:12:58.558 INFO O| Aug 26 20:12:58.558 INFO STEP 137: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
93842024-08-26T20:13:00.097Z[ host-image] Aug 26 20:12:58.567 INFO O| Aug 26 20:12:58.567 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/inetd.xml"
93852024-08-26T20:13:00.097Z[ host-image] Aug 26 20:12:58.567 INFO O| Aug 26 20:12:58.567 INFO STEP 137 (remove_files) COMPLETE
93862024-08-26T20:13:00.099Z[ host-image] Aug 26 20:12:58.567 INFO O| Aug 26 20:12:58.567 INFO STEP 138: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
93872024-08-26T20:13:00.106Z[ host-image] Aug 26 20:12:58.577 INFO O| Aug 26 20:12:58.577 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/network-install.xml"
93882024-08-26T20:13:00.109Z[ host-image] Aug 26 20:12:58.577 INFO O| Aug 26 20:12:58.577 INFO STEP 138 (remove_files) COMPLETE
93892024-08-26T20:13:00.109Z[ host-image] Aug 26 20:12:58.577 INFO O| Aug 26 20:12:58.577 INFO STEP 139: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
93902024-08-26T20:13:00.116Z[ host-image] Aug 26 20:12:58.586 INFO O| Aug 26 20:12:58.586 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/network-ipmp.xml"
93912024-08-26T20:13:00.116Z[ host-image] Aug 26 20:12:58.586 INFO O| Aug 26 20:12:58.586 INFO STEP 139 (remove_files) COMPLETE
93922024-08-26T20:13:00.122Z[ host-image] Aug 26 20:12:58.586 INFO O| Aug 26 20:12:58.586 INFO STEP 140: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
93932024-08-26T20:13:00.125Z[ host-image] Aug 26 20:12:58.595 INFO O| Aug 26 20:12:58.595 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/network-iptun.xml"
93942024-08-26T20:13:00.129Z[ host-image] Aug 26 20:12:58.595 INFO O| Aug 26 20:12:58.595 INFO STEP 140 (remove_files) COMPLETE
93952024-08-26T20:13:00.129Z[ host-image] Aug 26 20:12:58.595 INFO O| Aug 26 20:12:58.595 INFO STEP 141: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
93962024-08-26T20:13:00.134Z[ host-image] Aug 26 20:12:58.605 INFO O| Aug 26 20:12:58.604 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/network-location.xml"
93972024-08-26T20:13:00.137Z[ host-image] Aug 26 20:12:58.605 INFO O| Aug 26 20:12:58.605 INFO STEP 141 (remove_files) COMPLETE
93982024-08-26T20:13:00.137Z[ host-image] Aug 26 20:12:58.605 INFO O| Aug 26 20:12:58.605 INFO STEP 142: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
93992024-08-26T20:13:00.143Z[ host-image] Aug 26 20:12:58.614 INFO O| Aug 26 20:12:58.614 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/network-netcfg.xml"
94002024-08-26T20:13:00.146Z[ host-image] Aug 26 20:12:58.614 INFO O| Aug 26 20:12:58.614 INFO STEP 142 (remove_files) COMPLETE
94012024-08-26T20:13:00.146Z[ host-image] Aug 26 20:12:58.614 INFO O| Aug 26 20:12:58.614 INFO STEP 143: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
94022024-08-26T20:13:00.153Z[ host-image] Aug 26 20:12:58.623 INFO O| Aug 26 20:12:58.623 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/routing/rdisc.xml"
94032024-08-26T20:13:00.153Z[ host-image] Aug 26 20:12:58.623 INFO O| Aug 26 20:12:58.623 INFO STEP 143 (remove_files) COMPLETE
94042024-08-26T20:13:00.156Z[ host-image] Aug 26 20:12:58.623 INFO O| Aug 26 20:12:58.623 INFO STEP 144: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
94052024-08-26T20:13:00.162Z[ host-image] Aug 26 20:12:58.632 INFO O| Aug 26 20:12:58.632 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/varpd.xml"
94062024-08-26T20:13:00.165Z[ host-image] Aug 26 20:12:58.633 INFO O| Aug 26 20:12:58.632 INFO STEP 144 (remove_files) COMPLETE
94072024-08-26T20:13:00.165Z[ host-image] Aug 26 20:12:58.633 INFO O| Aug 26 20:12:58.633 INFO STEP 145: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
94082024-08-26T20:13:00.171Z[ host-image] Aug 26 20:12:58.642 INFO O| Aug 26 20:12:58.642 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/system/device/allocate.xml"
94092024-08-26T20:13:00.171Z[ host-image] Aug 26 20:12:58.642 INFO O| Aug 26 20:12:58.642 INFO STEP 145 (remove_files) COMPLETE
94102024-08-26T20:13:00.171Z[ host-image] Aug 26 20:12:58.642 INFO O| Aug 26 20:12:58.642 INFO STEP 146: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
94112024-08-26T20:13:00.181Z[ host-image] Aug 26 20:12:58.651 INFO O| Aug 26 20:12:58.651 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/system/device/devices-audio.xml"
94122024-08-26T20:13:00.181Z[ host-image] Aug 26 20:12:58.651 INFO O| Aug 26 20:12:58.651 INFO STEP 146 (remove_files) COMPLETE
94132024-08-26T20:13:00.184Z[ host-image] Aug 26 20:12:58.651 INFO O| Aug 26 20:12:58.651 INFO STEP 147: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
94142024-08-26T20:13:00.190Z[ host-image] Aug 26 20:12:58.660 INFO O| Aug 26 20:12:58.660 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/usr/lib/devfsadm/linkmod/SUNW_audio_link.so"
94152024-08-26T20:13:00.192Z[ host-image] Aug 26 20:12:58.660 INFO O| Aug 26 20:12:58.660 INFO STEP 147 (remove_files) COMPLETE
94162024-08-26T20:13:00.192Z[ host-image] Aug 26 20:12:58.660 INFO O| Aug 26 20:12:58.660 INFO STEP 148: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
94172024-08-26T20:13:00.199Z[ host-image] Aug 26 20:12:58.669 INFO O| Aug 26 20:12:58.669 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/dev/sndstat"
94182024-08-26T20:13:00.201Z[ host-image] Aug 26 20:12:58.669 INFO O| Aug 26 20:12:58.669 INFO STEP 148 (remove_files) COMPLETE
94192024-08-26T20:13:00.201Z[ host-image] Aug 26 20:12:58.669 INFO O| Aug 26 20:12:58.669 INFO STEP 149: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
94202024-08-26T20:13:00.209Z[ host-image] Aug 26 20:12:58.679 INFO O| Aug 26 20:12:58.678 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/system/device/mpxio-upgrade.xml"
94212024-08-26T20:13:00.212Z[ host-image] Aug 26 20:12:58.679 INFO O| Aug 26 20:12:58.679 INFO STEP 149 (remove_files) COMPLETE
94222024-08-26T20:13:00.212Z[ host-image] Aug 26 20:12:58.679 INFO O| Aug 26 20:12:58.679 INFO STEP 150: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
94232024-08-26T20:13:00.218Z[ host-image] Aug 26 20:12:58.688 INFO O| Aug 26 20:12:58.688 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/system/hostid.xml"
94242024-08-26T20:13:00.220Z[ host-image] Aug 26 20:12:58.688 INFO O| Aug 26 20:12:58.688 INFO STEP 150 (remove_files) COMPLETE
94252024-08-26T20:13:00.220Z[ host-image] Aug 26 20:12:58.688 INFO O| Aug 26 20:12:58.688 INFO STEP 151: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
94262024-08-26T20:13:00.228Z[ host-image] Aug 26 20:12:58.697 INFO O| Aug 26 20:12:58.697 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/system/idmap.xml"
94272024-08-26T20:13:00.228Z[ host-image] Aug 26 20:12:58.697 INFO O| Aug 26 20:12:58.697 INFO STEP 151 (remove_files) COMPLETE
94282024-08-26T20:13:00.231Z[ host-image] Aug 26 20:12:58.697 INFO O| Aug 26 20:12:58.697 INFO STEP 152: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
94292024-08-26T20:13:00.236Z[ host-image] Aug 26 20:12:58.706 INFO O| Aug 26 20:12:58.706 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/system/pkgserv.xml"
94302024-08-26T20:13:00.236Z[ host-image] Aug 26 20:12:58.706 INFO O| Aug 26 20:12:58.706 INFO STEP 152 (remove_files) COMPLETE
94312024-08-26T20:13:00.238Z[ host-image] Aug 26 20:12:58.706 INFO O| Aug 26 20:12:58.706 INFO STEP 153: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
94322024-08-26T20:13:00.245Z[ host-image] Aug 26 20:12:58.716 INFO O| Aug 26 20:12:58.715 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/system/zones.xml"
94332024-08-26T20:13:00.245Z[ host-image] Aug 26 20:12:58.716 INFO O| Aug 26 20:12:58.716 INFO STEP 153 (remove_files) COMPLETE
94342024-08-26T20:13:00.249Z[ host-image] Aug 26 20:12:58.716 INFO O| Aug 26 20:12:58.716 INFO STEP 154: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
94352024-08-26T20:13:00.255Z[ host-image] Aug 26 20:12:58.725 INFO O| Aug 26 20:12:58.725 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/system/intrd.xml"
94362024-08-26T20:13:00.258Z[ host-image] Aug 26 20:12:58.725 INFO O| Aug 26 20:12:58.725 INFO STEP 154 (remove_files) COMPLETE
94372024-08-26T20:13:00.258Z[ host-image] Aug 26 20:12:58.725 INFO O| Aug 26 20:12:58.725 INFO STEP 155: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
94382024-08-26T20:13:00.264Z[ host-image] Aug 26 20:12:58.734 INFO O| Aug 26 20:12:58.734 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/chrony.xml"
94392024-08-26T20:13:00.264Z[ host-image] Aug 26 20:12:58.734 INFO O| Aug 26 20:12:58.734 INFO STEP 155 (remove_files) COMPLETE
94402024-08-26T20:13:00.264Z[ host-image] Aug 26 20:12:58.734 INFO O| Aug 26 20:12:58.734 INFO STEP 156: seed_smf, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs.json
94412024-08-26T20:13:00.278Z[ host-image] Aug 26 20:12:58.748 INFO O| Aug 26 20:12:58.748 INFO file /rpool/images/build/host/tmp/gimlet/zfs/repo.db does not already exist, skipping removal
94422024-08-26T20:13:00.282Z[ host-image] Aug 26 20:12:58.748 INFO O| Aug 26 20:12:58.748 INFO exec: ["/usr/sbin/svccfg", "import", "-p", "/dev/stdout", "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest"], env: {"PKG_INSTALL_ROOT": "/rpool/images/build/host/work/gimlet/zfs/a", "SVCCFG_DTD": "/rpool/images/build/host/work/gimlet/zfs/a/usr/share/lib/xml/dtd/service_bundle.dtd.1", "SVCCFG_REPOSITORY": "/rpool/images/build/host/tmp/gimlet/zfs/repo.db", "SVCCFG_CHECKHASH": "1"}
94432024-08-26T20:13:07.964Z[ host-image] Aug 26 20:13:06.433 INFO O| Aug 26 20:13:06.433 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
94442024-08-26T20:13:07.964Z[ host-image] Aug 26 20:13:06.433 INFO O| Aug 26 20:13:06.433 INFO E| svccfg: Loaded 74 smf(7) service descriptions
94452024-08-26T20:13:07.978Z[ host-image] Aug 26 20:13:06.447 INFO O| Aug 26 20:13:06.447 INFO exec: ["/usr/sbin/svccfg", "apply", "/rpool/images/build/host/work/gimlet/zfs/a/var/svc/profile/site.xml"], env: {"PKG_INSTALL_ROOT": "/rpool/images/build/host/work/gimlet/zfs/a", "SVCCFG_DTD": "/rpool/images/build/host/work/gimlet/zfs/a/usr/share/lib/xml/dtd/service_bundle.dtd.1", "SVCCFG_REPOSITORY": "/rpool/images/build/host/tmp/gimlet/zfs/repo.db", "SVCCFG_CHECKHASH": "1"}
94462024-08-26T20:13:08.057Z[ host-image] Aug 26 20:13:06.526 INFO O| Aug 26 20:13:06.526 INFO file /rpool/images/build/host/work/gimlet/zfs/a/etc/svc/repository.db does not exist
94472024-08-26T20:13:08.057Z[ host-image] Aug 26 20:13:06.526 INFO O| Aug 26 20:13:06.526 INFO copying /rpool/images/build/host/tmp/gimlet/zfs/repo.db -> /rpool/images/build/host/work/gimlet/zfs/a/etc/svc/repository.db ...
94482024-08-26T20:13:08.060Z[ host-image] Aug 26 20:13:06.528 INFO O| Aug 26 20:13:06.528 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/svc/repository.db
94492024-08-26T20:13:08.060Z[ host-image] Aug 26 20:13:06.528 INFO O| Aug 26 20:13:06.528 INFO ok!
94502024-08-26T20:13:08.060Z[ host-image] Aug 26 20:13:06.528 INFO O| Aug 26 20:13:06.528 INFO file /rpool/images/build/host/tmp/gimlet/zfs/repo.db exists (as File), removing
94512024-08-26T20:13:08.060Z[ host-image] Aug 26 20:13:06.528 INFO O| Aug 26 20:13:06.528 INFO STEP 156 (seed_smf) COMPLETE
94522024-08-26T20:13:08.060Z[ host-image] Aug 26 20:13:06.528 INFO O| Aug 26 20:13:06.528 INFO steps complete; finalising image!
94532024-08-26T20:13:08.060Z[ host-image] Aug 26 20:13:06.528 INFO O| Aug 26 20:13:06.528 INFO TRIM POOL: TEMPORARY-gimlet-zfs
94542024-08-26T20:13:08.201Z[ host-image] Aug 26 20:13:06.670 INFO O| Aug 26 20:13:06.670 INFO trim TEMPORARY-gimlet-zfs: (0% trimmed, started at Mon Aug 26 20:13:06 2024)
94552024-08-26T20:13:08.422Z[ host-image] Aug 26 20:13:06.891 INFO O| Aug 26 20:13:06.891 INFO temporary pool has 669M used, 163M avail, 1.87x compressratio
94562024-08-26T20:13:08.422Z[ host-image] Aug 26 20:13:06.891 INFO O| Aug 26 20:13:06.891 INFO EXPORT POOL: TEMPORARY-gimlet-zfs
94572024-08-26T20:13:08.720Z[ host-image] Aug 26 20:13:07.189 INFO O| Aug 26 20:13:07.189 INFO copying image /rpool/images/build/host/work/gimlet/zfs/lofi.raw to output file /rpool/images/build/host/output/gimlet-zfs.raw
94582024-08-26T20:13:08.720Z[ host-image] Aug 26 20:13:07.189 INFO O| Aug 26 20:13:07.189 INFO file /rpool/images/build/host/output/gimlet-zfs.raw does not already exist, skipping removal
94592024-08-26T20:13:09.739Z[ host-image] Aug 26 20:13:08.208 INFO O| Aug 26 20:13:08.208 INFO perms are 1600, should be 644, path: /rpool/images/build/host/output/gimlet-zfs.raw
94602024-08-26T20:13:09.739Z[ host-image] Aug 26 20:13:08.208 INFO O| Aug 26 20:13:08.208 INFO chmod ok, path: /rpool/images/build/host/output/gimlet-zfs.raw
94612024-08-26T20:13:09.742Z[ host-image] Aug 26 20:13:08.208 INFO O| Aug 26 20:13:08.208 INFO ownership already OK (0:0), path: /rpool/images/build/host/output/gimlet-zfs.raw
94622024-08-26T20:13:09.742Z[ host-image] Aug 26 20:13:08.208 INFO O| Aug 26 20:13:08.208 INFO completed processing gimlet/zfs
94632024-08-26T20:13:09.742Z[ host-image] Aug 26 20:13:08.208 INFO O| Aug 26 20:13:08.208 INFO DESTROY DATASET: rpool/images/build/host/work/gimlet/zfs
94642024-08-26T20:13:16.657Z[ host-image] Aug 26 20:13:15.124 INFO O| Aug 26 20:13:15.124 INFO DESTROY DATASET: rpool/images/build/host/tmp/gimlet/zfs
94652024-08-26T20:13:16.768Z[ host-image] Aug 26 20:13:15.236 INFO BUILD STRING "heads/stlouis-0-g8a4b91828c\n"
94662024-08-26T20:13:16.769Z[ host-image] Aug 26 20:13:15.236 INFO expanded image name: "ci 11c5f13/${os_short_commit} 2024-08-26 19:44" -> "ci 11c5f13/8a4b918 2024-08-26 19:44"
94672024-08-26T20:13:16.773Z[ host-image] Aug 26 20:13:15.237 INFO output artefacts stored in: "/work/os-host"
94682024-08-26T20:13:16.773Z[ host-image] Aug 26 20:13:15.237 INFO collecting git info from project "amd-host-image-builder"...
94692024-08-26T20:13:16.783Z[ host-image] Aug 26 20:13:15.251 INFO collecting git info from project "pilot"...
94702024-08-26T20:13:16.789Z[ host-image] Aug 26 20:13:15.256 INFO collecting git info from project "pinprick"...
94712024-08-26T20:13:16.792Z[ host-image] Aug 26 20:13:15.260 INFO collecting git info from project "chelsio-t6-roms"...
94722024-08-26T20:13:16.797Z[ host-image] Aug 26 20:13:15.265 INFO collecting git info from project "image-builder"...
94732024-08-26T20:13:16.804Z[ host-image] Aug 26 20:13:15.269 INFO collecting git info from project "bootserver"...
94742024-08-26T20:13:16.813Z[ host-image] Aug 26 20:13:15.274 INFO collecting git info from project "phbl"...
94752024-08-26T20:13:16.813Z[ host-image] Aug 26 20:13:15.278 INFO collecting git info from project "amd-firmware"...
94762024-08-26T20:13:16.823Z[ host-image] Aug 26 20:13:15.286 INFO collecting packaging info "pkg-publishers.txt": ["publisher", "-F", "tsv"]...
94772024-08-26T20:13:17.174Z[ host-image] Aug 26 20:13:15.641 INFO collecting packaging info "pkg-list.txt": ["list", "-H", "-v"]...
94782024-08-26T20:13:17.519Z[ host-image] Aug 26 20:13:15.986 INFO creating Oxide boot image...
94792024-08-26T20:13:17.519Z[ host-image] Aug 26 20:13:15.987 INFO exec: ["/work/oxidecomputer/helios/projects/bootserver/target/release/mkimage", "-i", "/rpool/images/build/host/output/gimlet-zfs.raw", "-N", "ci 11c5f13/8a4b918 2024-08-26 19:44", "-o", "/work/os-host/zfs.img", "-O", "/work/oxidecomputer/helios/tmp/image.host/boot_image_csum", "-s", "4096"], pwd: None
94802024-08-26T20:13:18.436Z[ host-image] Aug 26 20:13:16.904 INFO O| ok, image written!
94812024-08-26T20:13:18.436Z[ host-image] Aug 26 20:13:16.904 INFO O| ok, boot_image_csum file written!
94822024-08-26T20:13:18.442Z[ host-image] Aug 26 20:13:16.906 INFO creating boot archive (CPIO)...
94832024-08-26T20:13:18.442Z[ host-image] Aug 26 20:13:16.906 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
94842024-08-26T20:13:18.446Z[ host-image] Aug 26 20:13:16.914 INFO E| + root=/rpool/images/build/host/work/gimlet/ramdisk
94852024-08-26T20:13:18.446Z[ host-image] Aug 26 20:13:16.914 INFO E| + outfile=/work/os-host/cpio
94862024-08-26T20:13:18.449Z[ host-image] Aug 26 20:13:16.914 INFO E| + tmpdir=/work/oxidecomputer/helios/tmp/image.host
94872024-08-26T20:13:18.450Z[ host-image] Aug 26 20:13:16.916 INFO E| + cd /rpool/images/build/host/work/gimlet/ramdisk
94882024-08-26T20:13:18.450Z[ host-image] Aug 26 20:13:16.916 INFO E| + cpio -qo -H odc -O /work/os-host/cpio
94892024-08-26T20:13:18.483Z[ host-image] Aug 26 20:13:16.951 INFO E| + cd /work/oxidecomputer/helios/tmp/image.host
94902024-08-26T20:13:18.483Z[ host-image] Aug 26 20:13:16.951 INFO E| + cpio -qo -H odc -AO /work/os-host/cpio
94912024-08-26T20:13:18.492Z[ host-image] Aug 26 20:13:16.959 INFO creating compressed cpio/unix for nanobl-rs...
94922024-08-26T20:13:18.492Z[ host-image] Aug 26 20:13:16.959 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
94932024-08-26T20:13:18.779Z[ host-image] Aug 26 20:13:17.246 INFO exec: ["bash", "-c", "\'/work/oxidecomputer/helios/projects/pinprick/target/release/pinprick\' \'/work/os-host/cpio\' >\'/work/os-host/cpio.z\'"], pwd: None
94942024-08-26T20:13:26.826Z[ host-image] Aug 26 20:13:21.615 INFO creating reset image...
94952024-08-26T20:13:26.853Z[ host-image] Aug 26 20:13:21.615 INFO exec: ["cargo", "xtask", "build", "--release", "--cpioz", "/work/os-host/cpio.z"], pwd: Some("/work/oxidecomputer/helios/projects/phbl")
94962024-08-26T20:13:26.853Z[ host-image] Aug 26 20:13:21.698 INFO E| Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.03s
94972024-08-26T20:13:26.853Z[ host-image] Aug 26 20:13:21.699 INFO E| Running `xtask/target/debug/xtask build --release --cpioz /work/os-host/cpio.z`
94982024-08-26T20:13:26.853Z[ host-image] Aug 26 20:13:21.765 INFO E| Compiling phbl v0.1.0 (/work/oxidecomputer/helios/projects/phbl)
94992024-08-26T20:13:26.867Z[ host-image] Aug 26 20:13:23.959 INFO E| Finished `release` profile [optimized] target(s) in 2.24s
95002024-08-26T20:13:26.867Z[ host-image] Aug 26 20:13:23.970 INFO building host image...
95012024-08-26T20:13:26.867Z[ host-image] Aug 26 20:13:23.970 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")
95022024-08-26T20:13:26.867Z[ host-image] Aug 26 20:13:24.418 INFO finishing image archive at "/work/os-host/os.tar.gz"...
95032024-08-26T20:14:11.484Z[ host-image] Aug 26 20:14:09.945 INFO image complete! materials are in "/work/os-host"
95042024-08-26T20:14:11.487Z[ host-image]
95052024-08-26T20:14:11.489Z[ host-image] real 8:29.415420464
95062024-08-26T20:14:11.489Z[ host-image] user 4:02.495169360
95072024-08-26T20:14:11.489Z[ host-image] sys 50.017644779
95082024-08-26T20:14:11.489Z[ host-image] trap 0.140553965
95092024-08-26T20:14:11.489Z[ host-image] tflt 0.027256951
95102024-08-26T20:14:11.489Z[ host-image] dflt 0.019419085
95112024-08-26T20:14:11.489Z[ host-image] kflt 0.000000000
95122024-08-26T20:14:11.489Z[ host-image] lock 9:02.240697820
95132024-08-26T20:14:11.489Z[ host-image] slp 46:01.689924890
95142024-08-26T20:14:11.489Z[ host-image] lat 1:12.715832512
95152024-08-26T20:14:11.489Z[ host-image] stop 0.767134016
95162024-08-26T20:14:11.489ZAug 26 20:14:09.948 INFO [host-image] process exited with exit status: 0 (509.427845597s)
95172024-08-26T20:14:11.489ZAug 26 20:14:09.948 INFO [tuf-repo] running task
95182024-08-26T20:14:18.566ZAug 26 20:14:17.026 INFO assembling repository in `/tmp/tufaceousqsVSNo`, component: OmicronRepoAssembler
95192024-08-26T20:14:23.158ZAug 26 20:14:21.617 DEBG assembly successful, cleaning up, component: OmicronRepoAssembler
95202024-08-26T20:14:23.486ZAug 26 20:14:21.945 INFO artifacts assembled and archived to `/work/repo.zip`, component: OmicronRepoAssembler
95212024-08-26T20:14:35.381ZAug 26 20:14:33.838 INFO [tuf-repo] task succeeded (23.889787372s)
95222024-08-26T20:14:35.381ZAug 26 20:14:33.838 INFO all jobs completed in 1782.048272092s
95232024-08-26T20:14:35.914Zprocess exited: duration 2318797 ms, exit code 0
 
95242024-08-26T20:14:35.920Zfound 33 output files
95252024-08-26T20:14:35.920Zuploading: /work/manifest.toml (8404 bytes)
95262024-08-26T20:14:36.932Zuploaded: /work/manifest.toml
95272024-08-26T20:14:36.941Zuploading: /work/repo.zip (1791749465 bytes)
95282024-08-26T20:15:02.446Zuploaded: /work/repo.zip
95292024-08-26T20:15:02.446Zuploading: /work/repo.zip.sha256.txt (65 bytes)
95302024-08-26T20:15:03.466Zuploaded: /work/repo.zip.sha256.txt
95312024-08-26T20:15:03.467Zuploading: /work/helios-setup.log (52390 bytes)
95322024-08-26T20:15:04.479Zuploaded: /work/helios-setup.log
95332024-08-26T20:15:04.479Zuploading: /work/host-image.log (194270 bytes)
95342024-08-26T20:15:05.494Zuploaded: /work/host-image.log
95352024-08-26T20:15:05.494Zuploading: /work/host-package.log (18948 bytes)
95362024-08-26T20:15:06.505Zuploaded: /work/host-package.log
95372024-08-26T20:15:06.514Zuploading: /work/host-target.log (101 bytes)
95382024-08-26T20:15:07.526Zuploaded: /work/host-target.log
95392024-08-26T20:15:07.526Zuploading: /work/omicron-package.log (4543 bytes)
95402024-08-26T20:15:08.535Zuploaded: /work/omicron-package.log
95412024-08-26T20:15:08.537Zuploading: /work/phbl-toolchain.log (881 bytes)
95422024-08-26T20:15:09.542Zuploaded: /work/phbl-toolchain.log
95432024-08-26T20:15:09.542Zuploading: /work/recovery-image.log (590628 bytes)
95442024-08-26T20:15:10.563Zuploaded: /work/recovery-image.log
95452024-08-26T20:15:10.563Zuploading: /work/recovery-package.log (282 bytes)
95462024-08-26T20:15:11.572Zuploaded: /work/recovery-package.log
95472024-08-26T20:15:11.575Zuploading: /work/recovery-target.log (98 bytes)
95482024-08-26T20:15:12.581Zuploaded: /work/recovery-target.log
95492024-08-26T20:15:12.584Zuploading: /work/stamp-clickhouse.log (117 bytes)
95502024-08-26T20:15:13.590Zuploaded: /work/stamp-clickhouse.log
95512024-08-26T20:15:13.593Zuploading: /work/stamp-clickhouse_keeper.log (124 bytes)
95522024-08-26T20:15:14.598Zuploaded: /work/stamp-clickhouse_keeper.log
95532024-08-26T20:15:14.598Zuploading: /work/stamp-cockroachdb.log (118 bytes)
95542024-08-26T20:15:15.607Zuploaded: /work/stamp-cockroachdb.log
95552024-08-26T20:15:15.607Zuploading: /work/stamp-crucible-dtrace.log (119 bytes)
95562024-08-26T20:15:16.617Zuploaded: /work/stamp-crucible-dtrace.log
95572024-08-26T20:15:16.617Zuploading: /work/stamp-crucible-pantry-zone.log (127 bytes)
95582024-08-26T20:15:17.627Zuploaded: /work/stamp-crucible-pantry-zone.log
95592024-08-26T20:15:17.627Zuploading: /work/stamp-crucible-zone.log (120 bytes)
95602024-08-26T20:15:18.636Zuploaded: /work/stamp-crucible-zone.log
95612024-08-26T20:15:18.636Zuploading: /work/stamp-external-dns.log (119 bytes)
95622024-08-26T20:15:19.645Zuploaded: /work/stamp-external-dns.log
95632024-08-26T20:15:19.645Zuploading: /work/stamp-installinator.log (103 bytes)
95642024-08-26T20:15:20.653Zuploaded: /work/stamp-installinator.log
95652024-08-26T20:15:20.653Zuploading: /work/stamp-internal-dns.log (119 bytes)
95662024-08-26T20:15:21.662Zuploaded: /work/stamp-internal-dns.log
95672024-08-26T20:15:21.662Zuploading: /work/stamp-mg-ddm-gz.log (99 bytes)
95682024-08-26T20:15:22.670Zuploaded: /work/stamp-mg-ddm-gz.log
95692024-08-26T20:15:22.670Zuploading: /work/stamp-nexus.log (112 bytes)
95702024-08-26T20:15:23.681Zuploaded: /work/stamp-nexus.log
95712024-08-26T20:15:23.684Zuploading: /work/stamp-ntp.log (110 bytes)
95722024-08-26T20:15:24.690Zuploaded: /work/stamp-ntp.log
95732024-08-26T20:15:24.690Zuploading: /work/stamp-omicron-sled-agent.log (122 bytes)
95742024-08-26T20:15:25.701Zuploaded: /work/stamp-omicron-sled-agent.log
95752024-08-26T20:15:25.701Zuploading: /work/stamp-overlay.log (114 bytes)
95762024-08-26T20:15:26.710Zuploaded: /work/stamp-overlay.log
95772024-08-26T20:15:26.710Zuploading: /work/stamp-oximeter.log (115 bytes)
95782024-08-26T20:15:27.719Zuploaded: /work/stamp-oximeter.log
95792024-08-26T20:15:27.719Zuploading: /work/stamp-oxlog.log (109 bytes)
95802024-08-26T20:15:28.728Zuploaded: /work/stamp-oxlog.log
95812024-08-26T20:15:28.728Zuploading: /work/stamp-probe.log (112 bytes)
95822024-08-26T20:15:29.739Zuploaded: /work/stamp-probe.log
95832024-08-26T20:15:29.739Zuploading: /work/stamp-propolis-server.log (122 bytes)
95842024-08-26T20:15:30.750Zuploaded: /work/stamp-propolis-server.log
95852024-08-26T20:15:30.750Zuploading: /work/stamp-pumpkind-gz.log (115 bytes)
95862024-08-26T20:15:31.759Zuploaded: /work/stamp-pumpkind-gz.log
95872024-08-26T20:15:31.759Zuploading: /work/stamp-switch-asic.log (118 bytes)
95882024-08-26T20:15:32.769Zuploaded: /work/stamp-switch-asic.log
95892024-08-26T20:15:32.769Zuploading: /work/verify-libraries.log (1992 bytes)
95902024-08-26T20:15:33.941Zuploaded: /work/verify-libraries.log