01J62K19Q512RV73K5GFWP09DF: 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: 01J62K1PARPPME0B4VCBMBVH60

Tags:

Artefacts:

Output:

SEQ GLOBAL TIME DETAILS
12024-08-24T16:21:39.103Zjob assigned to worker 01J62K1Q120ZYJATEDHN8GJXJC (queued for 42 s)
 
22024-08-24T16:21:46.806Zstarting task 0: "setup"
32024-08-24T16:21:46.816Z++ uname -s
42024-08-24T16:21:46.819Z+ kern=SunOS
52024-08-24T16:21:46.819Z+ case "$kern" in
62024-08-24T16:21:46.819Z+ groupadd -g 12345 build
72024-08-24T16:21:46.822Z+ useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build
82024-08-24T16:21:48.831Z+ zfs create -o mountpoint=/work rpool/work
92024-08-24T16:21:49.003Z++ awk '$2 == "/home" { print $3 }' /etc/mnttab
102024-08-24T16:21:49.005Z+ home_fs=zfs
112024-08-24T16:21:49.005Z+ [[ zfs == autofs ]]
122024-08-24T16:21:49.005Z+ mkdir -p /home/build
132024-08-24T16:21:49.008Z+ chown build:build /home/build /work
142024-08-24T16:21:50.009Z+ chmod 0700 /home/build /work
152024-08-24T16:21:50.012Zprocess exited: duration 3207 ms, exit code 0
 
162024-08-24T16:21:50.018Zstarting task 1: "rust-toolchain"
172024-08-24T16:21:50.023Z+ printf ' * toolchain channel = "%s"
182024-08-24T16:21:50.023Z * toolchain channel = "1.80.1"
192024-08-24T16:21:50.023Z' 1.80.1
202024-08-24T16:21:50.023Z * toolchain profile = "default"
212024-08-24T16:21:50.023Z+ printf ' * toolchain profile = "%s"
222024-08-24T16:21:50.023Z' default
232024-08-24T16:21:50.026Z+ curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs
242024-08-24T16:21:50.026Z+ /bin/bash -s - -y --no-modify-path --default-toolchain 1.80.1 --profile default
252024-08-24T16:21:50.117Zinfo: downloading installer
262024-08-24T16:21:51.332Zinfo: profile set to 'default'
272024-08-24T16:21:51.333Zinfo: default host triple is x86_64-unknown-illumos
282024-08-24T16:21:51.335Zinfo: syncing channel updates for '1.80.1-x86_64-unknown-illumos'
292024-08-24T16:21:51.488Zinfo: latest update on 2024-08-08, rust version 1.80.1 (3f5fd8dd4 2024-08-06)
302024-08-24T16:21:51.488Zinfo: downloading component 'cargo'
312024-08-24T16:21:52.290Zinfo: downloading component 'clippy'
322024-08-24T16:21:52.574Zinfo: downloading component 'rust-docs'
332024-08-24T16:21:53.691Zinfo: downloading component 'rust-std'
342024-08-24T16:21:55.250Zinfo: downloading component 'rustc'
352024-08-24T16:21:59.688Zinfo: downloading component 'rustfmt'
362024-08-24T16:21:59.930Zinfo: installing component 'cargo'
372024-08-24T16:22:00.760Zinfo: installing component 'clippy'
382024-08-24T16:22:01.135Zinfo: installing component 'rust-docs'
392024-08-24T16:22:02.786Zinfo: installing component 'rust-std'
402024-08-24T16:22:04.476Zinfo: installing component 'rustc'
412024-08-24T16:22:08.944Zinfo: installing component 'rustfmt'
422024-08-24T16:22:09.283Z
432024-08-24T16:22:09.283Zinfo: default toolchain set to '1.80.1-x86_64-unknown-illumos'
442024-08-24T16:22:09.551Z 1.80.1-x86_64-unknown-illumos installed - rustc 1.80.1 (3f5fd8dd4 2024-08-06)
452024-08-24T16:22:09.551Z
462024-08-24T16:22:09.553Z
472024-08-24T16:22:09.553ZRust is installed now. Great!
482024-08-24T16:22:09.553Z
492024-08-24T16:22:09.553ZTo get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
502024-08-24T16:22:09.553Zenvironment variable. This has not been done automatically.
512024-08-24T16:22:09.553Z
522024-08-24T16:22:09.553ZTo configure your current shell, you need to source
532024-08-24T16:22:09.553Zthe corresponding env file under $HOME/.cargo.
542024-08-24T16:22:09.553Z
552024-08-24T16:22:09.553ZThis is usually done by running one of the following (note the leading DOT):
562024-08-24T16:22:09.554Z. "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh
572024-08-24T16:22:09.554Zsource "$HOME/.cargo/env.fish" # For fish
582024-08-24T16:22:09.605Z+ rustc --version
592024-08-24T16:22:09.669Zrustc 1.80.1 (3f5fd8dd4 2024-08-06)
602024-08-24T16:22:09.672Zprocess exited: duration 19654 ms, exit code 0
 
612024-08-24T16:22:09.677Zstarting task 2: "authentication"
622024-08-24T16:22:09.698Zprocess exited: duration 20 ms, exit code 0
 
632024-08-24T16:22:09.703Zstarting task 3: "clone repository"
642024-08-24T16:22:09.708Z+ mkdir -p /work/oxidecomputer/omicron
652024-08-24T16:22:09.711Z+ git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron
662024-08-24T16:22:09.749ZCloning into '/work/oxidecomputer/omicron'...
672024-08-24T16:22:16.666Z+ cd /work/oxidecomputer/omicron
682024-08-24T16:22:16.666Z+ git fetch origin e7d2430f1f0f7d16cc82ed47e6ee9d6ddb343082
692024-08-24T16:22:17.002ZFrom https://github.com/oxidecomputer/omicron
702024-08-24T16:22:17.002Z * branch e7d2430f1f0f7d16cc82ed47e6ee9d6ddb343082 -> FETCH_HEAD
712024-08-24T16:22:17.013Z+ [[ -n eliza/sensor-metric ]]
722024-08-24T16:22:17.015Z++ git branch --show-current
732024-08-24T16:22:17.018Z+ current=main
742024-08-24T16:22:17.018Z+ [[ main != eliza/sensor-metric ]]
752024-08-24T16:22:17.018Z+ git branch -f eliza/sensor-metric e7d2430f1f0f7d16cc82ed47e6ee9d6ddb343082
762024-08-24T16:22:17.020Z+ git checkout -f eliza/sensor-metric
772024-08-24T16:22:17.173ZSwitched to branch 'eliza/sensor-metric'
782024-08-24T16:22:17.175Z+ git reset --hard e7d2430f1f0f7d16cc82ed47e6ee9d6ddb343082
792024-08-24T16:22:17.196ZHEAD is now at e7d2430f1 celsius
802024-08-24T16:22:17.199Zprocess exited: duration 7494 ms, exit code 0
 
812024-08-24T16:22:17.204Zstarting task 4: "build"
822024-08-24T16:22:17.209Z+ cargo --version
832024-08-24T16:22:17.265Zcargo 1.80.1 (376290515 2024-07-16)
842024-08-24T16:22:17.267Z+ rustc --version
852024-08-24T16:22:17.327Zrustc 1.80.1 (3f5fd8dd4 2024-08-06)
862024-08-24T16:22:17.329Z+ ptime -m ./tools/install_builder_prerequisites.sh -yp
872024-08-24T16:22:22.577Z Startup: Refreshing catalog 'helios-dev' ... Done
882024-08-24T16:22:24.935Z Startup: Caching catalogs ... Done
892024-08-24T16:22:26.832ZPlanning: Solver setup ... Done (1.325s)
902024-08-24T16:22:26.855ZPlanning: Running solver ... Done (0.023s)
912024-08-24T16:22:26.898ZPlanning: Finding local manifests ... Done (0.004s)
922024-08-24T16:22:26.912ZPlanning: Fetching manifests: 0/5 0% complete
932024-08-24T16:22:27.172ZPlanning: Fetching manifests: 5/5 100% complete
942024-08-24T16:22:27.279ZPlanning: Package planning ... Done (0.107s)
952024-08-24T16:22:27.337ZPlanning: Merging actions ... Done (0.057s)
962024-08-24T16:22:27.550ZPlanning: Checking for conflicting actions ... Done (0.213s)
972024-08-24T16:22:29.386ZPlanning: Consolidating action changes ... Done (1.836s)
982024-08-24T16:22:29.823ZPlanning: Evaluating mediators ... Done (0.436s)
992024-08-24T16:22:29.905ZPlanning: Planning completed in 4.90 seconds
1002024-08-24T16:22:29.921Z Packages to install: 4
1012024-08-24T16:22:29.921Z Packages to update: 1
1022024-08-24T16:22:29.924Z Mediators to change: 2
1032024-08-24T16:22:29.924Z Services to change: 1
1042024-08-24T16:22:29.924Z Estimated space available: 155.72 GB
1052024-08-24T16:22:29.924ZEstimated space to be consumed: 1.53 GB
1062024-08-24T16:22:29.924Z Create boot environment: No
1072024-08-24T16:22:29.924ZCreate backup boot environment: Yes
1082024-08-24T16:22:29.924Z Rebuild boot archive: No
1092024-08-24T16:22:29.924Z
1102024-08-24T16:22:29.924ZChanged mediators:
1112024-08-24T16:22:29.924Z mediator clang:
1122024-08-24T16:22:29.924Z version: None -> 15 (system default)
1132024-08-24T16:22:29.924Z
1142024-08-24T16:22:29.924Z mediator llvm:
1152024-08-24T16:22:29.924Z version: 14 (system default) -> 15 (system default)
1162024-08-24T16:22:29.924Z
1172024-08-24T16:22:29.924ZChanged packages:
1182024-08-24T16:22:29.924Zhelios-dev
1192024-08-24T16:22:29.925Z developer/build-essential
1202024-08-24T16:22:29.925Z None -> 11-2.0
1212024-08-24T16:22:29.925Z library/libxmlsec1
1222024-08-24T16:22:29.925Z None -> 1.2.35-2.0
1232024-08-24T16:22:29.925Z ooce/developer/clang-15
1242024-08-24T16:22:29.925Z None -> 15.0.7-2.0
1252024-08-24T16:22:29.925Z ooce/developer/llvm-15
1262024-08-24T16:22:29.925Z None -> 15.0.7-2.0
1272024-08-24T16:22:29.925Z package/pkg
1282024-08-24T16:22:29.925Z 0.5.11-2.0 -> 0.5.11-2.1.6412
1292024-08-24T16:22:29.925Z
1302024-08-24T16:22:29.925ZServices:
1312024-08-24T16:22:29.925Z restart_fmri:
1322024-08-24T16:22:29.925Z svc:/system/update-man-index:default
1332024-08-24T16:22:29.925Z
1342024-08-24T16:22:29.925ZEditable files to change:
1352024-08-24T16:22:29.925Z Update:
1362024-08-24T16:22:29.925Z usr/share/lib/pkg/web/config.shtml
1372024-08-24T16:22:30.003Z
1382024-08-24T16:22:30.003ZDownload: 0/4281 items 0.0/220.6MB 0% complete
1392024-08-24T16:22:36.130ZDownload: 213/4281 items 1.3/220.6MB 0% complete (518k/s)
1402024-08-24T16:22:41.133ZDownload: 944/4281 items 19.0/220.6MB 8% complete (1.9M/s)
1412024-08-24T16:22:46.133ZDownload: 2062/4281 items 118.8/220.6MB 53% complete (11.8M/s)
1422024-08-24T16:22:51.133ZDownload: 3103/4281 items 132.0/220.6MB 59% complete (11.2M/s)
1432024-08-24T16:22:56.149ZDownload: 4203/4281 items 220.5/220.6MB 99% complete (10.2M/s)
1442024-08-24T16:22:56.941ZDownload: Completed 220.60 MB in 26.94 seconds (8.2M/s)
1452024-08-24T16:22:59.170Z Actions: 1/5063 actions (Removing old actions)
1462024-08-24T16:22:59.184Z Actions: 194/5063 actions (Installing new actions)
1472024-08-24T16:23:03.909Z Actions: 4226/5063 actions (Updating modified actions)
1482024-08-24T16:23:04.245Z Actions: Completed 5063 actions in 5.08 seconds.
1492024-08-24T16:23:04.537Z Done (0.284s)
1502024-08-24T16:23:04.540Z Done (0.000s)
1512024-08-24T16:23:04.917Z Done (0.377s)
1522024-08-24T16:23:09.317Z Done (4.223s)
1532024-08-24T16:23:09.409Z Done (0.019s)
1542024-08-24T16:23:09.413Z Done (0.000s)
1552024-08-24T16:23:09.567Z Done (0.000s)
1562024-08-24T16:23:10.168ZPlanning: Evaluating mediator changes ... Done
1572024-08-24T16:23:10.331ZPlanning: Checking for conflicting actions ... Done
1582024-08-24T16:23:10.352ZPlanning: Consolidating action changes ... Done
1592024-08-24T16:23:10.597ZPlanning: Evaluating mediators ... Done
1602024-08-24T16:23:10.600ZPlanning: Planning completed in 0.43 seconds
1612024-08-24T16:23:10.637Z Mediators to change: 2
1622024-08-24T16:23:10.638Z Create boot environment: No
1632024-08-24T16:23:10.638ZCreate backup boot environment: No
1642024-08-24T16:23:10.731Z Done
1652024-08-24T16:23:10.731Z Done
1662024-08-24T16:23:10.970Z Done
1672024-08-24T16:23:14.719Z Done
1682024-08-24T16:23:14.810Z Done
1692024-08-24T16:23:14.812Z Done
1702024-08-24T16:23:14.940Z Done
1712024-08-24T16:23:15.555ZPlanning: Evaluating mediator changes ... Done
1722024-08-24T16:23:15.559ZPlanning: Merging actions ... Done
1732024-08-24T16:23:15.751ZPlanning: Checking for conflicting actions ... Done
1742024-08-24T16:23:15.762ZPlanning: Consolidating action changes ... Done
1752024-08-24T16:23:16.022ZPlanning: Evaluating mediators ... Done
1762024-08-24T16:23:16.080ZPlanning: Planning completed in 0.77 seconds
1772024-08-24T16:23:16.122Z Packages to change: 1
1782024-08-24T16:23:16.122Z Mediators to change: 1
1792024-08-24T16:23:16.122Z Services to change: 1
1802024-08-24T16:23:16.124Z Create boot environment: No
1812024-08-24T16:23:16.125ZCreate backup boot environment: Yes
1822024-08-24T16:23:18.006Z Actions: 1/6 actions (Updating modified actions)
1832024-08-24T16:23:18.010Z Actions: Completed 6 actions in 0.00 seconds.
1842024-08-24T16:23:18.010Z Done
1852024-08-24T16:23:18.010Z Done
1862024-08-24T16:23:18.087Z Done
1872024-08-24T16:23:21.829Z Done
1882024-08-24T16:23:21.922Z Done
1892024-08-24T16:23:21.925Z Done
1902024-08-24T16:23:22.020Z Done
1912024-08-24T16:23:22.455ZMEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION
1922024-08-24T16:23:22.455Zclang system 15 system
1932024-08-24T16:23:22.455Zcsh system system illumos
1942024-08-24T16:23:22.455Zctags system system illumos
1952024-08-24T16:23:22.455Zgcc vendor 12 vendor
1962024-08-24T16:23:22.455Zgcc system 10 system
1972024-08-24T16:23:22.455Zgcc system 7 system
1982024-08-24T16:23:22.455Zgo system 1.20 system
1992024-08-24T16:23:22.455Zgo system 1.19 system
2002024-08-24T16:23:22.455Zllvm system 15 system
2012024-08-24T16:23:22.455Zllvm system 14 system
2022024-08-24T16:23:22.455Zmariadb system 10.6 system
2032024-08-24T16:23:22.455Zmta vendor vendor dma
2042024-08-24T16:23:22.455Zopenjdk system 17 system
2052024-08-24T16:23:22.455Zopenjdk system 11 system
2062024-08-24T16:23:22.455Zopenjdk system 1.8 system
2072024-08-24T16:23:22.455Zopenssl vendor 3 vendor
2082024-08-24T16:23:22.455Zperl system 5.36 system
2092024-08-24T16:23:22.455Zpostgresql system 15 system
2102024-08-24T16:23:22.455Zpostgresql system 13 system
2112024-08-24T16:23:22.455Zpython vendor 3 vendor
2122024-08-24T16:23:22.455Zpython system 2 system
2132024-08-24T16:23:22.455Zpython3 system 3.11 system
2142024-08-24T16:23:22.455Zruby system 3.0 system
2152024-08-24T16:23:22.455Zwords vendor vendor american-english
2162024-08-24T16:23:22.455Zwords system system australian-english
2172024-08-24T16:23:22.455Zwords system system british-english
2182024-08-24T16:23:22.455Zwords system system canadian-english
2192024-08-24T16:23:22.455Zwords system system french
2202024-08-24T16:23:22.455Zwords system system italian
2212024-08-24T16:23:22.455Zwords system system ngerman
2222024-08-24T16:23:22.455Zwords system system ogerman
2232024-08-24T16:23:22.455Zwords system system spanish
2242024-08-24T16:23:22.790ZPUBLISHER TYPE STATUS P LOCATION
2252024-08-24T16:23:22.790Zhelios-dev origin online F https://pkg.oxide.computer/helios/2/dev/
2262024-08-24T16:23:24.568ZFMRI IFO
2272024-08-24T16:23:24.568Zpkg://helios-dev/developer/build-essential@11-2.0:20230623T110919Z im-
2282024-08-24T16:23:24.568Zpkg://helios-dev/developer/pkg-config@0.29.2-2.0:20230621T191911Z i--
2292024-08-24T16:23:24.568Zpkg://helios-dev/library/libxmlsec1@1.2.35-2.0:20230624T123441Z im-
2302024-08-24T16:23:24.568Zpkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20231012T123315Z im-
2312024-08-24T16:23:24.568Zpkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20230623T141037Z ---
2322024-08-24T16:23:24.568Zpkg://helios-dev/ooce/library/postgresql-13@13.11-2.0:20230623T123131Z i--
2332024-08-24T16:23:24.568Zpkg://helios-dev/package/pkg@0.5.11-2.1.6412:20240822T193324Z im-
2342024-08-24T16:23:24.569Zpkg://helios-dev/package/pkg@0.5.11-2.0:20231020T135332Z ---
2352024-08-24T16:23:24.569Zpkg://helios-dev/package/pkg@0.5.11-2.0:20230621T202036Z ---
2362024-08-24T16:23:24.569Zpkg://helios-dev/system/library/g++-runtime@13-2.0:20231118T213948Z i--
2372024-08-24T16:23:24.569Zpkg://helios-dev/system/library/g++-runtime@12-2.0:20230621T201406Z ---
2382024-08-24T16:23:24.569Zpkg://helios-dev/system/library/gcc-runtime@13-2.0:20231118T213832Z i--
2392024-08-24T16:23:24.569Zpkg://helios-dev/system/library/gcc-runtime@12-2.0:20230621T201432Z ---
2402024-08-24T16:23:25.179Z Updating git repository `https://github.com/oxidecomputer/pq-sys`
2412024-08-24T16:23:25.410Z Updating git repository `https://github.com/oxidecomputer/zone`
2422024-08-24T16:23:25.670Z Updating crates.io index
2432024-08-24T16:23:25.771Z Updating git repository `https://github.com/oxidecomputer/dropshot`
2442024-08-24T16:23:26.463Z Updating git repository `https://github.com/oxidecomputer/maghemite`
2452024-08-24T16:23:27.181Z Updating git repository `https://github.com/oxidecomputer/oxnet`
2462024-08-24T16:23:27.419Z Updating git repository `https://github.com/oxidecomputer/progenitor`
2472024-08-24T16:23:28.916Z Updating git repository `https://github.com/oxidecomputer/serde_human_bytes`
2482024-08-24T16:23:29.160Z Updating git repository `https://github.com/oxidecomputer/slog-error-chain`
2492024-08-24T16:23:29.424Z Updating git repository `https://github.com/oxidecomputer/propolis`
2502024-08-24T16:23:30.543Z Updating git repository `https://github.com/oxidecomputer/crucible`
2512024-08-24T16:23:32.330Z Updating git repository `https://github.com/oxidecomputer/opte`
2522024-08-24T16:23:33.335Z Updating git repository `https://github.com/oxidecomputer/falcon`
2532024-08-24T16:23:34.011Z Updating git repository `https://github.com/oxidecomputer/openapi-lint`
2542024-08-24T16:23:34.276Z Updating git repository `https://github.com/oxidecomputer/management-gateway-service`
2552024-08-24T16:23:34.883Z Updating git repository `https://github.com/oxidecomputer/async-bb8-diesel`
2562024-08-24T16:23:35.123Z Updating git repository `https://github.com/oxidecomputer/diesel-dtrace`
2572024-08-24T16:23:35.426Z Updating git repository `https://github.com/oxidecomputer/tofino`
2582024-08-24T16:23:35.706Z Updating git repository `https://github.com/oxidecomputer/illumos-devinfo`
2592024-08-24T16:23:35.912Z Updating git repository `https://github.com/oxidecomputer/libefi-illumos`
2602024-08-24T16:23:36.154Z Updating git repository `https://github.com/oxidecomputer/libnvme`
2612024-08-24T16:23:36.426Z Updating git repository `https://github.com/oxidecomputer/clickward`
2622024-08-24T16:23:36.689Z Updating git repository `https://github.com/oxidecomputer/hubtools.git`
2632024-08-24T16:23:36.969Z Updating git repository `https://github.com/oxidecomputer/ispf`
2642024-08-24T16:23:37.336Z Updating git repository `https://github.com/oxidecomputer/poptrie`
2652024-08-24T16:23:37.589Z Updating git repository `https://github.com/oxidecomputer/netadm-sys`
2662024-08-24T16:23:38.048Z Updating git repository `https://github.com/oxidecomputer/tlvc.git`
2672024-08-24T16:23:38.375Z Updating git repository `https://github.com/oxidecomputer/lpc55_support`
2682024-08-24T16:23:38.742Z Updating git repository `https://github.com/oxidecomputer/typify`
2692024-08-24T16:23:40.763Z Updating git repository `https://github.com/oxidecomputer/dlpi-sys`
2702024-08-24T16:23:41.013Z Updating git repository `https://github.com/jmesmon/rust-libzfs`
2712024-08-24T16:23:41.271Z Updating git repository `https://github.com/oxidecomputer/rusty-doors`
2722024-08-24T16:23:41.666Z Updating git repository `https://github.com/oxidecomputer/rfb`
2732024-08-24T16:23:42.702Z Downloading crates ...
2742024-08-24T16:23:42.768Z Downloaded block-buffer v0.10.4
2752024-08-24T16:23:42.772Z Downloaded anstyle-query v1.0.3
2762024-08-24T16:23:42.772Z Downloaded camino v1.1.9
2772024-08-24T16:23:42.776Z Downloaded anstyle v1.0.8
2782024-08-24T16:23:42.776Z Downloaded equivalent v1.0.1
2792024-08-24T16:23:42.779Z Downloaded usdt-macro v0.5.0
2802024-08-24T16:23:42.779Z Downloaded pretty-hex v0.4.1
2812024-08-24T16:23:42.783Z Downloaded autocfg v1.3.0
2822024-08-24T16:23:42.786Z Downloaded swrite v0.1.0
2832024-08-24T16:23:42.790Z Downloaded usdt-attr-macro v0.5.0
2842024-08-24T16:23:42.790Z Downloaded proc-macro-error-attr v1.0.4
2852024-08-24T16:23:42.794Z Downloaded generic-array v0.14.7
2862024-08-24T16:23:42.794Z Downloaded itoa v1.0.11
2872024-08-24T16:23:42.797Z Downloaded thiserror-impl v1.0.63
2882024-08-24T16:23:42.797Z Downloaded crypto-common v0.1.6
2892024-08-24T16:23:42.797Z Downloaded colorchoice v1.0.1
2902024-08-24T16:23:42.801Z Downloaded serde_spanned v0.6.7
2912024-08-24T16:23:42.804Z Downloaded cargo_toml v0.20.4
2922024-08-24T16:23:42.804Z Downloaded version_check v0.9.5
2932024-08-24T16:23:42.805Z Downloaded dof v0.3.0
2942024-08-24T16:23:42.808Z Downloaded tabled_derive v0.7.0
2952024-08-24T16:23:42.808Z Downloaded quote v1.0.36
2962024-08-24T16:23:42.811Z Downloaded fnv v1.0.7
2972024-08-24T16:23:42.811Z Downloaded clap_derive v4.5.13
2982024-08-24T16:23:42.814Z Downloaded thiserror v1.0.63
2992024-08-24T16:23:42.817Z Downloaded semver v1.0.23
3002024-08-24T16:23:42.825Z Downloaded sha2 v0.10.8
3012024-08-24T16:23:42.825Z Downloaded scroll v0.12.0
3022024-08-24T16:23:42.825Z Downloaded toml v0.8.19
3032024-08-24T16:23:42.832Z Downloaded log v0.4.21
3042024-08-24T16:23:42.833Z Downloaded once_cell v1.19.0
3052024-08-24T16:23:42.833Z Downloaded serde_derive v1.0.208
3062024-08-24T16:23:42.838Z Downloaded papergrid v0.11.0
3072024-08-24T16:23:42.841Z Downloaded pest_meta v2.7.10
3082024-08-24T16:23:42.841Z Downloaded clap v4.5.16
3092024-08-24T16:23:42.849Z Downloaded ucd-trie v0.1.6
3102024-08-24T16:23:42.851Z Downloaded dtrace-parser v0.2.0
3112024-08-24T16:23:42.852Z Downloaded pest_derive v2.7.10
3122024-08-24T16:23:42.854Z Downloaded heck v0.4.1
3132024-08-24T16:23:42.856Z Downloaded cargo_metadata v0.18.1
3142024-08-24T16:23:42.858Z Downloaded bytecount v0.6.8
3152024-08-24T16:23:42.858Z Downloaded terminal_size v0.3.0
3162024-08-24T16:23:42.861Z Downloaded clap_lex v0.7.0
3172024-08-24T16:23:42.861Z Downloaded cfg-if v1.0.0
3182024-08-24T16:23:42.863Z Downloaded anstyle-parse v0.2.4
3192024-08-24T16:23:42.863Z Downloaded strsim v0.11.1
3202024-08-24T16:23:42.866Z Downloaded is_terminal_polyfill v1.70.0
3212024-08-24T16:23:42.866Z Downloaded scroll_derive v0.12.0
3222024-08-24T16:23:42.870Z Downloaded cargo-platform v0.1.8
3232024-08-24T16:23:42.875Z Downloaded plain v0.2.3
3242024-08-24T16:23:42.877Z Downloaded serde_tokenstream v0.2.2
3252024-08-24T16:23:42.880Z Downloaded utf8parse v0.2.1
3262024-08-24T16:23:42.880Z Downloaded usdt v0.5.0
3272024-08-24T16:23:42.882Z Downloaded toml_datetime v0.6.8
3282024-08-24T16:23:42.882Z Downloaded thread-id v4.2.1
3292024-08-24T16:23:42.882Z Downloaded memmap v0.7.0
3302024-08-24T16:23:42.884Z Downloaded errno v0.3.9
3312024-08-24T16:23:42.887Z Downloaded macaddr v1.0.1
3322024-08-24T16:23:42.887Z Downloaded fs-err v2.11.0
3332024-08-24T16:23:42.889Z Downloaded byteorder v1.5.0
3342024-08-24T16:23:42.889Z Downloaded anstream v0.6.14
3352024-08-24T16:23:42.891Z Downloaded indexmap v2.4.0
3362024-08-24T16:23:42.895Z Downloaded heck v0.5.0
3372024-08-24T16:23:42.898Z Downloaded pest_generator v2.7.10
3382024-08-24T16:23:42.898Z Downloaded digest v0.10.7
3392024-08-24T16:23:42.900Z Downloaded usdt-impl v0.5.0
3402024-08-24T16:23:42.904Z Downloaded anyhow v1.0.86
3412024-08-24T16:23:42.906Z Downloaded bitflags v2.6.0
3422024-08-24T16:23:42.911Z Downloaded unicode-ident v1.0.12
3432024-08-24T16:23:42.913Z Downloaded cpufeatures v0.2.12
3442024-08-24T16:23:42.915Z Downloaded toml_edit v0.22.20
3452024-08-24T16:23:42.936Z Downloaded ryu v1.0.18
3462024-08-24T16:23:42.938Z Downloaded zerocopy-derive v0.7.34
3472024-08-24T16:23:42.942Z Downloaded typenum v1.17.0
3482024-08-24T16:23:42.944Z Downloaded proc-macro2 v1.0.86
3492024-08-24T16:23:42.947Z Downloaded memchr v2.7.2
3502024-08-24T16:23:42.951Z Downloaded proc-macro-error v1.0.4
3512024-08-24T16:23:42.956Z Downloaded serde v1.0.208
3522024-08-24T16:23:42.963Z Downloaded zerocopy v0.7.34
3532024-08-24T16:23:42.985Z Downloaded clap_builder v4.5.15
3542024-08-24T16:23:42.993Z Downloaded pest v2.7.10
3552024-08-24T16:23:42.997Z Downloaded goblin v0.8.2
3562024-08-24T16:23:43.003Z Downloaded hashbrown v0.14.5
3572024-08-24T16:23:43.008Z Downloaded winnow v0.6.18
3582024-08-24T16:23:43.017Z Downloaded serde_json v1.0.125
3592024-08-24T16:23:43.023Z Downloaded syn v2.0.74
3602024-08-24T16:23:43.034Z Downloaded tabled v0.15.0
3612024-08-24T16:23:43.049Z Downloaded syn v1.0.109
3622024-08-24T16:23:43.059Z Downloaded unicode-width v0.1.13
3632024-08-24T16:23:43.066Z Downloaded rustix v0.38.34
3642024-08-24T16:23:43.087Z Downloaded libc v0.2.156
3652024-08-24T16:23:43.390Z Compiling proc-macro2 v1.0.86
3662024-08-24T16:23:43.392Z Compiling unicode-ident v1.0.12
3672024-08-24T16:23:43.392Z Compiling version_check v0.9.5
3682024-08-24T16:23:43.392Z Compiling serde v1.0.208
3692024-08-24T16:23:43.393Z Compiling memchr v2.7.2
3702024-08-24T16:23:43.393Z Compiling thiserror v1.0.63
3712024-08-24T16:23:43.393Z Compiling libc v0.2.156
3722024-08-24T16:23:43.425Z Compiling ucd-trie v0.1.6
3732024-08-24T16:23:43.639Z Compiling itoa v1.0.11
3742024-08-24T16:23:43.881Z Compiling ryu v1.0.18
3752024-08-24T16:23:44.202Z Compiling once_cell v1.19.0
3762024-08-24T16:23:44.226Z Compiling byteorder v1.5.0
3772024-08-24T16:23:44.257Z Compiling serde_json v1.0.125
3782024-08-24T16:23:44.665Z Compiling proc-macro-error-attr v1.0.4
3792024-08-24T16:23:44.691Z Compiling usdt-impl v0.5.0
3802024-08-24T16:23:44.787Z Compiling rustix v0.38.34
3812024-08-24T16:23:44.951Z Compiling syn v1.0.109
3822024-08-24T16:23:45.079Z Compiling proc-macro-error v1.0.4
3832024-08-24T16:23:45.129Z Compiling quote v1.0.36
3842024-08-24T16:23:45.178Z Compiling log v0.4.21
3852024-08-24T16:23:45.379Z Compiling equivalent v1.0.1
3862024-08-24T16:23:45.492Z Compiling utf8parse v0.2.1
3872024-08-24T16:23:45.574Z Compiling syn v2.0.74
3882024-08-24T16:23:45.597Z Compiling errno v0.3.9
3892024-08-24T16:23:45.725Z Compiling hashbrown v0.14.5
3902024-08-24T16:23:45.759Z Compiling bitflags v2.6.0
3912024-08-24T16:23:45.821Z Compiling plain v0.2.3
3922024-08-24T16:23:45.847Z Compiling thread-id v4.2.1
3932024-08-24T16:23:45.929Z Compiling anstyle-parse v0.2.4
3942024-08-24T16:23:46.189Z Compiling semver v1.0.23
3952024-08-24T16:23:46.249Z Compiling is_terminal_polyfill v1.70.0
3962024-08-24T16:23:46.333Z Compiling camino v1.1.9
3972024-08-24T16:23:46.379Z Compiling pretty-hex v0.4.1
3982024-08-24T16:23:46.594Z Compiling anstyle v1.0.8
3992024-08-24T16:23:46.744Z Compiling colorchoice v1.0.1
4002024-08-24T16:23:46.903Z Compiling winnow v0.6.18
4012024-08-24T16:23:46.983Z Compiling anstyle-query v1.0.3
4022024-08-24T16:23:47.072Z Compiling autocfg v1.3.0
4032024-08-24T16:23:47.135Z Compiling indexmap v2.4.0
4042024-08-24T16:23:47.158Z Compiling anstream v0.6.14
4052024-08-24T16:23:47.268Z Compiling terminal_size v0.3.0
4062024-08-24T16:23:47.768Z Compiling heck v0.5.0
4072024-08-24T16:23:47.877Z Compiling heck v0.4.1
4082024-08-24T16:23:47.937Z Compiling anyhow v1.0.86
4092024-08-24T16:23:48.106Z Compiling fs-err v2.11.0
4102024-08-24T16:23:48.336Z Compiling bytecount v0.6.8
4112024-08-24T16:23:48.394Z Compiling fnv v1.0.7
4122024-08-24T16:23:48.420Z Compiling unicode-width v0.1.13
4132024-08-24T16:23:48.524Z Compiling clap_lex v0.7.0
4142024-08-24T16:23:48.550Z Compiling strsim v0.11.1
4152024-08-24T16:23:48.654Z Compiling papergrid v0.11.0
4162024-08-24T16:23:48.698Z Compiling memmap v0.7.0
4172024-08-24T16:23:49.034Z Compiling clap_builder v4.5.15
4182024-08-24T16:23:49.527Z Compiling swrite v0.1.0
4192024-08-24T16:23:51.117Z Compiling tabled_derive v0.7.0
4202024-08-24T16:23:52.624Z Compiling tabled v0.15.0
4212024-08-24T16:23:54.290Z Compiling serde_derive v1.0.208
4222024-08-24T16:23:54.293Z Compiling thiserror-impl v1.0.63
4232024-08-24T16:23:54.293Z Compiling zerocopy-derive v0.7.34
4242024-08-24T16:23:54.293Z Compiling scroll_derive v0.12.0
4252024-08-24T16:23:54.795Z Compiling clap_derive v4.5.13
4262024-08-24T16:23:55.749Z Compiling scroll v0.12.0
4272024-08-24T16:23:56.241Z Compiling goblin v0.8.2
4282024-08-24T16:23:56.928Z Compiling pest v2.7.10
4292024-08-24T16:23:58.647Z Compiling clap v4.5.16
4302024-08-24T16:23:59.076Z Compiling pest_meta v2.7.10
4312024-08-24T16:23:59.602Z Compiling zerocopy v0.7.34
4322024-08-24T16:23:59.956Z Compiling pest_generator v2.7.10
4332024-08-24T16:24:01.892Z Compiling pest_derive v2.7.10
4342024-08-24T16:24:02.705Z Compiling dtrace-parser v0.2.0
4352024-08-24T16:24:04.576Z Compiling serde_tokenstream v0.2.2
4362024-08-24T16:24:04.596Z Compiling serde_spanned v0.6.7
4372024-08-24T16:24:04.598Z Compiling toml_datetime v0.6.8
4382024-08-24T16:24:04.900Z Compiling cargo-platform v0.1.8
4392024-08-24T16:24:04.951Z Compiling toml_edit v0.22.20
4402024-08-24T16:24:05.170Z Compiling macaddr v1.0.1
4412024-08-24T16:24:05.975Z Compiling dof v0.3.0
4422024-08-24T16:24:06.055Z Compiling cargo_metadata v0.18.1
4432024-08-24T16:24:07.748Z Compiling usdt-attr-macro v0.5.0
4442024-08-24T16:24:07.748Z Compiling usdt-macro v0.5.0
4452024-08-24T16:24:07.884Z Compiling toml v0.8.19
4462024-08-24T16:24:08.729Z Compiling cargo_toml v0.20.4
4472024-08-24T16:24:09.059Z Compiling usdt v0.5.0
4482024-08-24T16:24:12.542Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
4492024-08-24T16:24:16.431Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 51.48s
4502024-08-24T16:24:16.693Z Running `target/debug/xtask download cockroach clickhouse console dendrite-openapi dendrite-stub maghemite-mgd transceiver-control`
4512024-08-24T16:24:17.275Z Downloading crates ...
4522024-08-24T16:24:17.386Z Downloaded atomicwrites v0.4.3
4532024-08-24T16:24:17.390Z Downloaded addr2line v0.21.0
4542024-08-24T16:24:17.393Z Downloaded aead v0.5.2
4552024-08-24T16:24:17.396Z Downloaded adler v1.0.2
4562024-08-24T16:24:17.398Z Downloaded base64 v0.22.1
4572024-08-24T16:24:17.402Z Downloaded argon2 v0.5.3
4582024-08-24T16:24:17.404Z Downloaded crunchy v0.2.2
4592024-08-24T16:24:17.406Z Downloaded bitstruct_derive v0.1.0
4602024-08-24T16:24:17.410Z Downloaded arrayref v0.3.7
4612024-08-24T16:24:17.415Z Downloaded ciborium-io v0.2.2
4622024-08-24T16:24:17.417Z Downloaded bb8 v0.8.5
4632024-08-24T16:24:17.420Z Downloaded async-stream v0.3.5
4642024-08-24T16:24:17.420Z Downloaded cipher v0.4.4
4652024-08-24T16:24:17.423Z Downloaded is_ci v1.2.0
4662024-08-24T16:24:17.425Z Downloaded cexpr v0.6.0
4672024-08-24T16:24:17.425Z Downloaded bitfield v0.14.0
4682024-08-24T16:24:17.428Z Downloaded crossbeam-deque v0.8.5
4692024-08-24T16:24:17.430Z Downloaded linked-hash-map v0.5.6
4702024-08-24T16:24:17.430Z Downloaded defmt-macros v0.3.9
4712024-08-24T16:24:17.433Z Downloaded colored v2.1.0
4722024-08-24T16:24:17.437Z Downloaded ascii-canvas v3.0.0
4732024-08-24T16:24:17.439Z Downloaded instant v0.1.12
4742024-08-24T16:24:17.442Z Downloaded constant_time_eq v0.3.0
4752024-08-24T16:24:17.442Z Downloaded atty v0.2.14
4762024-08-24T16:24:17.445Z Downloaded async-stream-impl v0.3.5
4772024-08-24T16:24:17.445Z Downloaded cbc v0.1.2
4782024-08-24T16:24:17.447Z Downloaded opaque-debug v0.3.1
4792024-08-24T16:24:17.447Z Downloaded base64ct v1.6.0
4802024-08-24T16:24:17.450Z Downloaded hubpack_derive v0.1.1
4812024-08-24T16:24:17.452Z Downloaded num-conv v0.1.0
4822024-08-24T16:24:17.452Z Downloaded assert_matches v1.5.0
4832024-08-24T16:24:17.455Z Downloaded crc32fast v1.4.0
4842024-08-24T16:24:17.457Z Downloaded bitflags v1.3.2
4852024-08-24T16:24:17.460Z Downloaded console v0.15.8
4862024-08-24T16:24:17.462Z Downloaded cookie_store v0.20.0
4872024-08-24T16:24:17.464Z Downloaded chacha20 v0.9.1
4882024-08-24T16:24:17.467Z Downloaded lazycell v1.3.0
4892024-08-24T16:24:17.469Z Downloaded hyper-tls v0.5.0
4902024-08-24T16:24:17.470Z Downloaded inout v0.1.3
4912024-08-24T16:24:17.472Z Downloaded async-trait v0.1.81
4922024-08-24T16:24:17.474Z Downloaded backoff v0.4.0
4932024-08-24T16:24:17.477Z Downloaded num_threads v0.1.7
4942024-08-24T16:24:17.480Z Downloaded libsw v3.3.1
4952024-08-24T16:24:17.480Z Downloaded num_enum v0.5.11
4962024-08-24T16:24:17.484Z Downloaded array-init v0.0.4
4972024-08-24T16:24:17.487Z Downloaded openssl-probe v0.1.5
4982024-08-24T16:24:17.489Z Downloaded serde-big-array v0.5.1
4992024-08-24T16:24:17.491Z Downloaded signal-hook-tokio v0.3.1
5002024-08-24T16:24:17.491Z Downloaded olpc-cjson v0.1.3
5012024-08-24T16:24:17.494Z Downloaded cookie v0.17.0
5022024-08-24T16:24:17.496Z Downloaded nibble_vec v0.1.0
5032024-08-24T16:24:17.496Z Downloaded maplit v1.0.2
5042024-08-24T16:24:17.499Z Downloaded defmt v0.3.8
5052024-08-24T16:24:17.501Z Downloaded cassowary v0.3.0
5062024-08-24T16:24:17.505Z Downloaded arrayvec v0.7.4
5072024-08-24T16:24:17.507Z Downloaded allocator-api2 v0.2.18
5082024-08-24T16:24:17.509Z Downloaded bit-set v0.5.3
5092024-08-24T16:24:17.512Z Downloaded semver v0.1.20
5102024-08-24T16:24:17.512Z Downloaded block-padding v0.3.3
5112024-08-24T16:24:17.514Z Downloaded bitfield-struct v0.6.1
5122024-08-24T16:24:17.514Z Downloaded lru v0.12.3
5132024-08-24T16:24:17.523Z Downloaded buf-list v1.0.3
5142024-08-24T16:24:17.523Z Downloaded kstat-rs v0.2.4
5152024-08-24T16:24:17.523Z Downloaded time-core v0.1.2
5162024-08-24T16:24:17.528Z Downloaded normalize-line-endings v0.3.0
5172024-08-24T16:24:17.528Z Downloaded newline-converter v0.3.0
5182024-08-24T16:24:17.528Z Downloaded ascii v1.1.0
5192024-08-24T16:24:17.528Z Downloaded newtype_derive v0.1.6
5202024-08-24T16:24:17.529Z Downloaded convert_case v0.4.0
5212024-08-24T16:24:17.529Z Downloaded oso-derive v0.27.3
5222024-08-24T16:24:17.529Z Downloaded openssl-macros v0.1.1
5232024-08-24T16:24:17.531Z Downloaded ciborium-ll v0.2.2
5242024-08-24T16:24:17.531Z Downloaded castaway v0.2.3
5252024-08-24T16:24:17.531Z Downloaded crc-catalog v2.4.0
5262024-08-24T16:24:17.534Z Downloaded crc v3.2.1
5272024-08-24T16:24:17.536Z Downloaded const_format_proc_macros v0.2.32
5282024-08-24T16:24:17.539Z Downloaded slab v0.4.9
5292024-08-24T16:24:17.541Z Downloaded debug-ignore v1.0.5
5302024-08-24T16:24:17.541Z Downloaded curve25519-dalek-derive v0.1.1
5312024-08-24T16:24:17.544Z Downloaded number_prefix v0.4.0
5322024-08-24T16:24:17.544Z Downloaded smallvec v0.6.14
5332024-08-24T16:24:17.546Z Downloaded string_cache v0.8.7
5342024-08-24T16:24:17.548Z Downloaded impl-trait-for-tuples v0.2.2
5352024-08-24T16:24:17.550Z Downloaded camino-tempfile v1.1.1
5362024-08-24T16:24:17.552Z Downloaded stringprep v0.1.4
5372024-08-24T16:24:17.554Z Downloaded nu-ansi-term v0.50.0
5382024-08-24T16:24:17.557Z Downloaded native-tls v0.2.11
5392024-08-24T16:24:17.559Z Downloaded parking_lot_core v0.8.6
5402024-08-24T16:24:17.562Z Downloaded display-error-chain v0.2.0
5412024-08-24T16:24:17.564Z Downloaded num_cpus v1.16.0
5422024-08-24T16:24:17.566Z Downloaded ciborium v0.2.2
5432024-08-24T16:24:17.569Z Downloaded phf_shared v0.10.0
5442024-08-24T16:24:17.571Z Downloaded filetime v0.2.24
5452024-08-24T16:24:17.573Z Downloaded cancel-safe-futures v0.1.5
5462024-08-24T16:24:17.575Z Downloaded downcast v0.11.0
5472024-08-24T16:24:17.578Z Downloaded subtle v2.5.0
5482024-08-24T16:24:17.578Z Downloaded memoffset v0.9.1
5492024-08-24T16:24:17.580Z Downloaded md-5 v0.10.6
5502024-08-24T16:24:17.582Z Downloaded csv-core v0.1.11
5512024-08-24T16:24:17.584Z Downloaded num-iter v0.1.45
5522024-08-24T16:24:17.584Z Downloaded predicates-core v1.0.6
5532024-08-24T16:24:17.586Z Downloaded precomputed-hash v0.1.1
5542024-08-24T16:24:17.587Z Downloaded pin-utils v0.1.0
5552024-08-24T16:24:17.589Z Downloaded nanorand v0.7.0
5562024-08-24T16:24:17.591Z Downloaded multer v3.1.0
5572024-08-24T16:24:17.594Z Downloaded num v0.4.3
5582024-08-24T16:24:17.596Z Downloaded wyz v0.5.1
5592024-08-24T16:24:17.596Z Downloaded predicates-tree v1.0.9
5602024-08-24T16:24:17.598Z Downloaded parse-size v1.0.0
5612024-08-24T16:24:17.598Z Downloaded unicode-linebreak v0.1.5
5622024-08-24T16:24:17.600Z Downloaded headers-core v0.2.0
5632024-08-24T16:24:17.600Z Downloaded serde_with_macros v3.9.0
5642024-08-24T16:24:17.603Z Downloaded packed_struct v0.10.1
5652024-08-24T16:24:17.605Z Downloaded num-integer v0.1.46
5662024-08-24T16:24:17.608Z Downloaded num-derive v0.4.2
5672024-08-24T16:24:17.610Z Downloaded nodrop v0.1.14
5682024-08-24T16:24:17.610Z Downloaded const_format v0.2.32
5692024-08-24T16:24:17.614Z Downloaded mockall v0.13.0
5702024-08-24T16:24:17.616Z Downloaded serde_repr v0.1.19
5712024-08-24T16:24:17.618Z Downloaded mockall_derive v0.13.0
5722024-08-24T16:24:17.621Z Downloaded miniz_oxide v0.7.2
5732024-08-24T16:24:17.623Z Downloaded toolchain_find v0.4.0
5742024-08-24T16:24:17.626Z Downloaded indicatif v0.17.8
5752024-08-24T16:24:17.628Z Downloaded tempfile v3.10.1
5762024-08-24T16:24:17.631Z Downloaded tokio-tungstenite v0.21.0
5772024-08-24T16:24:17.633Z Downloaded lock_api v0.4.12
5782024-08-24T16:24:17.636Z Downloaded crossbeam-epoch v0.9.18
5792024-08-24T16:24:17.638Z Downloaded cookie v0.18.1
5802024-08-24T16:24:17.641Z Downloaded dsl_auto_type v0.1.2
5812024-08-24T16:24:17.643Z Downloaded ppv-lite86 v0.2.17
5822024-08-24T16:24:17.646Z Downloaded ff v0.13.0
5832024-08-24T16:24:17.646Z Downloaded parse-display-derive v0.10.0
5842024-08-24T16:24:17.648Z Downloaded want v0.3.1
5852024-08-24T16:24:17.651Z Downloaded num-complex v0.4.6
5862024-08-24T16:24:17.651Z Downloaded wait-timeout v0.2.0
5872024-08-24T16:24:17.653Z Downloaded linear-map v1.2.0
5882024-08-24T16:24:17.656Z Downloaded keccak v0.1.5
5892024-08-24T16:24:17.656Z Downloaded rustfmt-wrapper v0.2.1
5902024-08-24T16:24:17.658Z Downloaded resolv-conf v0.7.0
5912024-08-24T16:24:17.658Z Downloaded derive_builder_core v0.20.0
5922024-08-24T16:24:17.660Z Downloaded fixedbitset v0.4.2
5932024-08-24T16:24:17.663Z Downloaded heck v0.3.3
5942024-08-24T16:24:17.665Z Downloaded ahash v0.8.11
5952024-08-24T16:24:17.668Z Downloaded uzers v0.11.3
5962024-08-24T16:24:17.670Z Downloaded base64 v0.13.1
5972024-08-24T16:24:17.673Z Downloaded slog-envlogger v2.2.0
5982024-08-24T16:24:17.675Z Downloaded strum_macros v0.25.3
5992024-08-24T16:24:17.677Z Downloaded oso v0.27.3
6002024-08-24T16:24:17.680Z Downloaded take_mut v0.2.2
6012024-08-24T16:24:17.682Z Downloaded try-lock v0.2.5
6022024-08-24T16:24:17.682Z Downloaded universal-hash v0.5.1
6032024-08-24T16:24:17.685Z Downloaded unicode-xid v0.2.4
6042024-08-24T16:24:17.687Z Downloaded path-slash v0.1.5
6052024-08-24T16:24:17.687Z Downloaded topological-sort v0.2.2
6062024-08-24T16:24:17.687Z Downloaded tls_codec_derive v0.4.1
6072024-08-24T16:24:17.690Z Downloaded strum_macros v0.24.3
6082024-08-24T16:24:17.692Z Downloaded iana-time-zone v0.1.60
6092024-08-24T16:24:17.694Z Downloaded compact_str v0.8.0
6102024-08-24T16:24:17.698Z Downloaded http-body v0.4.6
6112024-08-24T16:24:17.701Z Downloaded dyn-clone v1.0.17
6122024-08-24T16:24:17.703Z Downloaded dirs-sys-next v0.1.2
6132024-08-24T16:24:17.706Z Downloaded zeroize_derive v1.4.2
6142024-08-24T16:24:17.706Z Downloaded tinyvec_macros v0.1.1
6152024-08-24T16:24:17.706Z Downloaded fragile v2.0.0
6162024-08-24T16:24:17.708Z Downloaded form_urlencoded v1.2.1
6172024-08-24T16:24:17.711Z Downloaded predicates v3.1.2
6182024-08-24T16:24:17.713Z Downloaded shlex v1.3.0
6192024-08-24T16:24:17.716Z Downloaded base64 v0.21.7
6202024-08-24T16:24:17.718Z Downloaded termcolor v1.4.1
6212024-08-24T16:24:17.720Z Downloaded foreign-types-shared v0.3.1
6222024-08-24T16:24:17.720Z Downloaded parking_lot v0.12.2
6232024-08-24T16:24:17.723Z Downloaded num-traits v0.2.19
6242024-08-24T16:24:17.726Z Downloaded signal-hook-mio v0.2.4
6252024-08-24T16:24:17.728Z Downloaded psl-types v2.0.11
6262024-08-24T16:24:17.731Z Downloaded tap v1.0.1
6272024-08-24T16:24:17.731Z Downloaded zone_cfg_derive v0.1.2
6282024-08-24T16:24:17.731Z Downloaded signature v2.2.0
6292024-08-24T16:24:17.733Z Downloaded salsa20 v0.10.2
6302024-08-24T16:24:17.736Z Downloaded signal-hook-registry v1.4.2
6312024-08-24T16:24:17.736Z Downloaded embedded-io v0.4.0
6322024-08-24T16:24:17.738Z Downloaded flagset v0.4.5
6332024-08-24T16:24:17.741Z Downloaded paste v1.0.15
6342024-08-24T16:24:17.743Z Downloaded futures-core v0.3.30
6352024-08-24T16:24:17.745Z Downloaded funty v2.0.0
6362024-08-24T16:24:17.745Z Downloaded pkcs1 v0.7.5
6372024-08-24T16:24:17.748Z Downloaded password-hash v0.5.0
6382024-08-24T16:24:17.750Z Downloaded derive_builder v0.20.0
6392024-08-24T16:24:17.754Z Downloaded test-strategy v0.3.1
6402024-08-24T16:24:17.768Z Downloaded zeroize v1.7.0
6412024-08-24T16:24:17.771Z Downloaded serde_arrays v0.1.0
6422024-08-24T16:24:17.773Z Downloaded snafu v0.8.2
6432024-08-24T16:24:17.777Z Downloaded crypto-bigint v0.5.5
6442024-08-24T16:24:17.785Z Downloaded endian-type v0.1.2
6452024-08-24T16:24:17.787Z Downloaded percent-encoding v2.3.1
6462024-08-24T16:24:17.787Z Downloaded pem-rfc7468 v0.7.0
6472024-08-24T16:24:17.790Z Downloaded fastrand v2.1.0
6482024-08-24T16:24:17.792Z Downloaded siphasher v0.3.11
6492024-08-24T16:24:17.792Z Downloaded strip-ansi-escapes v0.2.0
6502024-08-24T16:24:17.794Z Downloaded tiny-keccak v2.0.2
6512024-08-24T16:24:17.797Z Downloaded term v0.7.0
6522024-08-24T16:24:17.799Z Downloaded ref-cast-impl v1.0.23
6532024-08-24T16:24:17.802Z Downloaded spin v0.9.8
6542024-08-24T16:24:17.804Z Downloaded crossbeam-channel v0.5.12
6552024-08-24T16:24:17.808Z Downloaded hex v0.4.3
6562024-08-24T16:24:17.811Z Downloaded unicode-truncate v1.0.0
6572024-08-24T16:24:17.813Z Downloaded slog-async v2.8.0
6582024-08-24T16:24:17.813Z Downloaded defmt-parser v0.3.4
6592024-08-24T16:24:17.816Z Downloaded steno v0.4.1
6602024-08-24T16:24:17.818Z Downloaded der v0.7.9
6612024-08-24T16:24:17.823Z Downloaded futures-channel v0.3.30
6622024-08-24T16:24:17.826Z Downloaded smawk v0.3.2
6632024-08-24T16:24:17.828Z Downloaded thread_local v1.1.8
6642024-08-24T16:24:17.831Z Downloaded thiserror-no-std v2.0.2
6652024-08-24T16:24:17.833Z Downloaded unarray v0.1.4
6662024-08-24T16:24:17.835Z Downloaded hash32 v0.2.1
6672024-08-24T16:24:17.838Z Downloaded fd-lock v4.0.2
6682024-08-24T16:24:17.840Z Downloaded futures-executor v0.3.30
6692024-08-24T16:24:17.840Z Downloaded hickory-client v0.24.1
6702024-08-24T16:24:17.843Z Downloaded getrandom v0.2.14
6712024-08-24T16:24:17.847Z Downloaded zone v0.1.8
6722024-08-24T16:24:17.849Z Downloaded mio v1.0.2
6732024-08-24T16:24:17.854Z Downloaded headers v0.3.9
6742024-08-24T16:24:17.860Z Downloaded httpdate v1.0.3
6752024-08-24T16:24:17.862Z Downloaded fxhash v0.2.1
6762024-08-24T16:24:17.862Z Downloaded rustversion v1.0.17
6772024-08-24T16:24:17.865Z Downloaded hash32 v0.3.1
6782024-08-24T16:24:17.867Z Downloaded hubpack v0.1.2
6792024-08-24T16:24:17.870Z Downloaded x509-cert v0.2.5
6802024-08-24T16:24:17.875Z Downloaded slog-json v2.6.1
6812024-08-24T16:24:17.877Z Downloaded sqlparser_derive v0.2.2
6822024-08-24T16:24:17.880Z Downloaded untrusted v0.9.0
6832024-08-24T16:24:17.882Z Downloaded untrusted v0.7.1
6842024-08-24T16:24:17.882Z Downloaded snafu-derive v0.8.2
6852024-08-24T16:24:17.885Z Downloaded smallvec v1.13.2
6862024-08-24T16:24:17.887Z Downloaded scopeguard v1.2.0
6872024-08-24T16:24:17.887Z Downloaded deranged v0.3.11
6882024-08-24T16:24:17.889Z Downloaded peg-runtime v0.8.3
6892024-08-24T16:24:17.890Z Downloaded slog-dtrace v0.3.0
6902024-08-24T16:24:17.892Z Downloaded rustls-pemfile v1.0.4
6912024-08-24T16:24:17.894Z Downloaded float-cmp v0.9.0
6922024-08-24T16:24:17.894Z Downloaded postcard v1.0.8
6932024-08-24T16:24:17.897Z Downloaded sec1 v0.7.3
6942024-08-24T16:24:17.899Z Downloaded tokio-postgres v0.7.11
6952024-08-24T16:24:17.904Z Downloaded openssl-sys v0.9.103
6962024-08-24T16:24:17.910Z Downloaded unicode_categories v0.1.1
6972024-08-24T16:24:17.912Z Downloaded float-ord v0.3.2
6982024-08-24T16:24:17.915Z Downloaded slog-stdlog v4.1.1
6992024-08-24T16:24:17.917Z Downloaded rand_seeder v0.3.0
7002024-08-24T16:24:17.917Z Downloaded scrypt v0.11.0
7012024-08-24T16:24:17.919Z Downloaded termios v0.3.3
7022024-08-24T16:24:17.922Z Downloaded tabwriter v1.4.0
7032024-08-24T16:24:17.922Z Downloaded futures v0.3.30
7042024-08-24T16:24:17.927Z Downloaded same-file v1.0.6
7052024-08-24T16:24:17.929Z Downloaded slog-term v2.9.1
7062024-08-24T16:24:17.932Z Downloaded spin v0.5.2
7072024-08-24T16:24:17.934Z Downloaded sync_wrapper v0.1.2
7082024-08-24T16:24:17.934Z Downloaded pretty-hex v0.2.1
7092024-08-24T16:24:17.937Z Downloaded getopts v0.2.21
7102024-08-24T16:24:17.937Z Downloaded half v2.4.1
7112024-08-24T16:24:17.940Z Downloaded pin-project-lite v0.2.14
7122024-08-24T16:24:17.945Z Downloaded futures-task v0.3.30
7132024-08-24T16:24:17.947Z Downloaded serde_urlencoded v0.7.1
7142024-08-24T16:24:17.950Z Downloaded futures-io v0.3.30
7152024-08-24T16:24:17.950Z Downloaded supports-color v3.0.0
7162024-08-24T16:24:17.952Z Downloaded poly1305 v0.8.0
7172024-08-24T16:24:17.960Z Downloaded shell-words v1.1.0
7182024-08-24T16:24:17.960Z Downloaded rpassword v7.3.1
7192024-08-24T16:24:17.960Z Downloaded tinyvec v1.6.0
7202024-08-24T16:24:17.963Z Downloaded tokio-util v0.7.11
7212024-08-24T16:24:17.965Z Downloaded tui-tree-widget v0.22.0
7222024-08-24T16:24:17.968Z Downloaded fallible-streaming-iterator v0.1.9
7232024-08-24T16:24:17.970Z Downloaded powerfmt v0.2.0
7242024-08-24T16:24:17.970Z Downloaded heapless v0.7.17
7252024-08-24T16:24:17.974Z Downloaded rustc-demangle v0.1.24
7262024-08-24T16:24:17.976Z Downloaded foreign-types-shared v0.1.1
7272024-08-24T16:24:17.978Z Downloaded ident_case v1.0.1
7282024-08-24T16:24:17.978Z Downloaded foreign-types-macros v0.2.3
7292024-08-24T16:24:17.979Z Downloaded structmeta v0.3.0
7302024-08-24T16:24:17.981Z Downloaded static_assertions v1.1.0
7312024-08-24T16:24:17.981Z Downloaded http v1.1.0
7322024-08-24T16:24:17.985Z Downloaded num-bigint-dig v0.8.4
7332024-08-24T16:24:17.990Z Downloaded pem v3.0.4
7342024-08-24T16:24:17.992Z Downloaded tokio-stream v0.1.15
7352024-08-24T16:24:17.996Z Downloaded diff v0.1.13
7362024-08-24T16:24:18.000Z Downloaded schemars v0.8.21
7372024-08-24T16:24:18.011Z Downloaded unsafe-libyaml v0.2.11
7382024-08-24T16:24:18.015Z Downloaded rtoolbox v0.0.2
7392024-08-24T16:24:18.017Z Downloaded parking_lot_core v0.9.10
7402024-08-24T16:24:18.020Z Downloaded foreign-types v0.5.0
7412024-08-24T16:24:18.020Z Downloaded diesel_table_macro_syntax v0.2.0
7422024-08-24T16:24:18.022Z Downloaded tokio-rustls v0.25.0
7432024-08-24T16:24:18.022Z Downloaded unicode-bidi v0.3.15
7442024-08-24T16:24:18.025Z Downloaded slog-bunyan v2.5.0
7452024-08-24T16:24:18.028Z Downloaded fatfs v0.3.6
7462024-08-24T16:24:18.030Z Downloaded rustc_version v0.1.7
7472024-08-24T16:24:18.030Z Downloaded rustc-hash v1.1.0
7482024-08-24T16:24:18.033Z Downloaded phf v0.11.2
7492024-08-24T16:24:18.033Z Downloaded stable_deref_trait v1.2.0
7502024-08-24T16:24:18.035Z Downloaded portpicker v0.1.1
7512024-08-24T16:24:18.035Z Downloaded tungstenite v0.20.1
7522024-08-24T16:24:18.038Z Downloaded tokio-macros v2.3.0
7532024-08-24T16:24:18.040Z Downloaded der_derive v0.7.2
7542024-08-24T16:24:18.043Z Downloaded peg-macros v0.8.4
7552024-08-24T16:24:18.045Z Downloaded http-range v0.1.5
7562024-08-24T16:24:18.045Z Downloaded uuid v1.10.0
7572024-08-24T16:24:18.048Z Downloaded tls_codec v0.4.1
7582024-08-24T16:24:18.050Z Downloaded phf_shared v0.11.2
7592024-08-24T16:24:18.050Z Downloaded env_logger v0.9.3
7602024-08-24T16:24:18.053Z Downloaded vergen v8.3.2
7612024-08-24T16:24:18.056Z Downloaded tokio-native-tls v0.3.1
7622024-08-24T16:24:18.058Z Downloaded dirs-next v2.0.0
7632024-08-24T16:24:18.061Z Downloaded httparse v1.8.0
7642024-08-24T16:24:18.063Z Downloaded tokio-tungstenite v0.20.1
7652024-08-24T16:24:18.065Z Downloaded tokio-rustls v0.24.1
7662024-08-24T16:24:18.068Z Downloaded termtree v0.4.1
7672024-08-24T16:24:18.068Z Downloaded waitgroup v0.1.2
7682024-08-24T16:24:18.070Z Downloaded hyper-rustls v0.24.2
7692024-08-24T16:24:18.073Z Downloaded fallible-iterator v0.3.0
7702024-08-24T16:24:18.073Z Downloaded difflib v0.4.0
7712024-08-24T16:24:18.073Z Downloaded zerocopy v0.6.6
7722024-08-24T16:24:18.075Z Downloaded structmeta-derive v0.2.0
7732024-08-24T16:24:18.078Z Downloaded serde_plain v1.0.2
7742024-08-24T16:24:18.078Z Downloaded highway v1.2.0
7752024-08-24T16:24:18.080Z Downloaded hyper-staticfile v0.9.5
7762024-08-24T16:24:18.083Z Downloaded sha1 v0.10.6
7772024-08-24T16:24:18.085Z Downloaded mio v0.8.11
7782024-08-24T16:24:18.090Z Downloaded peg v0.8.4
7792024-08-24T16:24:18.094Z Downloaded vte_generate_state_changes v0.1.1
7802024-08-24T16:24:18.096Z Downloaded xattr v1.3.1
7812024-08-24T16:24:18.099Z Downloaded vsss-rs v3.3.4
7822024-08-24T16:24:18.101Z Downloaded time-macros v0.2.18
7832024-08-24T16:24:18.101Z Downloaded itertools v0.10.5
7842024-08-24T16:24:18.108Z Downloaded toml v0.7.8
7852024-08-24T16:24:18.111Z Downloaded walkdir v2.5.0
7862024-08-24T16:24:18.114Z Downloaded rand_chacha v0.3.1
7872024-08-24T16:24:18.116Z Downloaded hmac v0.12.1
7882024-08-24T16:24:18.116Z Downloaded env_logger v0.10.2
7892024-08-24T16:24:18.119Z Downloaded serde_yaml v0.9.34+deprecated
7902024-08-24T16:24:18.123Z Downloaded rand_core v0.6.4
7912024-08-24T16:24:18.125Z Downloaded samael v0.0.15
7922024-08-24T16:24:18.129Z Downloaded proc-macro-crate v1.3.1
7932024-08-24T16:24:18.132Z Downloaded tough v0.17.1
7942024-08-24T16:24:18.139Z Downloaded rustc_version v0.4.0
7952024-08-24T16:24:18.142Z Downloaded libxml v0.3.3
7962024-08-24T16:24:18.147Z Downloaded itertools v0.12.1
7972024-08-24T16:24:18.155Z Downloaded pin-project-internal v1.1.5
7982024-08-24T16:24:18.157Z Downloaded textwrap v0.16.1
7992024-08-24T16:24:18.160Z Downloaded subprocess v0.2.9
8002024-08-24T16:24:18.162Z Downloaded whoami v1.5.1
8012024-08-24T16:24:18.165Z Downloaded rustls-pki-types v1.7.0
8022024-08-24T16:24:18.168Z Downloaded rustyline v14.0.0
8032024-08-24T16:24:18.172Z Downloaded reedline v0.33.0
8042024-08-24T16:24:18.180Z Downloaded winnow v0.5.40
8052024-08-24T16:24:18.190Z Downloaded socket2 v0.5.7
8062024-08-24T16:24:18.192Z Downloaded socket2 v0.4.10
8072024-08-24T16:24:18.194Z Downloaded rand v0.8.5
8082024-08-24T16:24:18.198Z Downloaded vte v0.11.1
8092024-08-24T16:24:18.200Z Downloaded prettyplease v0.2.20
8102024-08-24T16:24:18.203Z Downloaded itertools v0.13.0
8112024-08-24T16:24:18.212Z Downloaded yasna v0.5.2
8122024-08-24T16:24:18.215Z Downloaded pin-project v1.1.5
8132024-08-24T16:24:18.225Z Downloaded bitvec v1.0.1
8142024-08-24T16:24:18.240Z Downloaded publicsuffix v2.2.3
8152024-08-24T16:24:18.243Z Downloaded rsa v0.9.6
8162024-08-24T16:24:18.248Z Downloaded diesel_derives v2.2.2
8172024-08-24T16:24:18.252Z Downloaded ron v0.8.1
8182024-08-24T16:24:18.258Z Downloaded url v2.5.2
8192024-08-24T16:24:18.261Z Downloaded portable-atomic v1.6.0
8202024-08-24T16:24:18.267Z Downloaded tracing v0.1.40
8212024-08-24T16:24:18.272Z Downloaded slog v2.7.0
8222024-08-24T16:24:18.275Z Downloaded curve25519-dalek v4.1.3
8232024-08-24T16:24:18.284Z Downloaded rusqlite v0.31.0
8242024-08-24T16:24:18.291Z Downloaded toml_edit v0.19.15
8252024-08-24T16:24:18.308Z Downloaded sqlparser v0.45.0
8262024-08-24T16:24:18.314Z Downloaded rustls v0.21.12
8272024-08-24T16:24:18.326Z Downloaded futures-util v0.3.30
8282024-08-24T16:24:18.338Z Downloaded hkdf v0.12.4
8292024-08-24T16:24:18.340Z Downloaded rustls-webpki v0.102.4
8302024-08-24T16:24:18.359Z Downloaded lalrpop v0.19.12
8312024-08-24T16:24:18.371Z Downloaded proptest v1.5.0
8322024-08-24T16:24:18.380Z Downloaded regex-syntax v0.6.29
8332024-08-24T16:24:18.388Z Downloaded object v0.30.4
8342024-08-24T16:24:18.399Z Downloaded regress v0.9.1
8352024-08-24T16:24:18.409Z Downloaded rustls v0.22.4
8362024-08-24T16:24:18.423Z Downloaded regex-syntax v0.8.4
8372024-08-24T16:24:18.432Z Downloaded hickory-proto v0.24.1
8382024-08-24T16:24:18.448Z Downloaded idna v0.4.0
8392024-08-24T16:24:18.455Z Downloaded hyper v0.14.30
8402024-08-24T16:24:18.463Z Downloaded vcpkg v0.2.15
8412024-08-24T16:24:18.503Z Downloaded git2 v0.19.0
8422024-08-24T16:24:18.512Z Downloaded rustls-webpki v0.101.7
8432024-08-24T16:24:18.526Z Downloaded sled v0.34.7
8442024-08-24T16:24:18.536Z Downloaded nix v0.28.0
8452024-08-24T16:24:18.548Z Downloaded bzip2-sys v0.1.11+1.0.8
8462024-08-24T16:24:18.561Z Downloaded radix_trie v0.2.1
8472024-08-24T16:24:18.566Z Downloaded idna v0.3.0
8482024-08-24T16:24:18.573Z Downloaded finl_unicode v1.2.0
8492024-08-24T16:24:18.587Z Downloaded regex v1.10.6
8502024-08-24T16:24:18.601Z Downloaded tokio v1.38.1
8512024-08-24T16:24:18.638Z Downloaded openapiv3 v2.0.0
8522024-08-24T16:24:18.650Z Downloaded csv v1.3.0
8532024-08-24T16:24:18.671Z Downloaded openssl v0.10.66
8542024-08-24T16:24:18.680Z Downloaded nix v0.27.1
8552024-08-24T16:24:18.692Z Downloaded webpki-roots v0.25.4
8562024-08-24T16:24:18.695Z Downloaded diesel v2.2.2
8572024-08-24T16:24:18.715Z Downloaded encoding_rs v0.8.34
8582024-08-24T16:24:18.737Z Downloaded gimli v0.28.1
8592024-08-24T16:24:18.745Z Downloaded object v0.32.2
8602024-08-24T16:24:18.756Z Downloaded reqwest v0.11.27
8612024-08-24T16:24:18.763Z Downloaded quick-xml v0.31.0
8622024-08-24T16:24:18.769Z Downloaded bstr v1.9.1
8632024-08-24T16:24:18.780Z Downloaded ratatui v0.28.0
8642024-08-24T16:24:18.800Z Downloaded polar-core v0.27.3
8652024-08-24T16:24:18.809Z Downloaded zerocopy-derive v0.6.6
8662024-08-24T16:24:18.821Z Downloaded smoltcp v0.11.0
8672024-08-24T16:24:18.834Z Downloaded smoltcp v0.9.1
8682024-08-24T16:24:18.845Z Downloaded expectorate v1.1.0
8692024-08-24T16:24:18.847Z Downloaded rayon v1.10.0
8702024-08-24T16:24:18.857Z Downloaded idna v0.5.0
8712024-08-24T16:24:18.864Z Downloaded flume v0.11.0
8722024-08-24T16:24:18.867Z Downloaded regex-automata v0.4.6
8732024-08-24T16:24:18.886Z Downloaded bindgen v0.69.4
8742024-08-24T16:24:18.894Z Downloaded rustls-pemfile v2.1.3
8752024-08-24T16:24:18.896Z Downloaded h2 v0.3.26
8762024-08-24T16:24:18.903Z Downloaded petgraph v0.6.5
8772024-08-24T16:24:18.921Z Downloaded chrono v0.4.38
8782024-08-24T16:24:18.928Z Downloaded derive_more v0.99.18
8792024-08-24T16:24:18.933Z Downloaded hickory-server v0.24.1
8802024-08-24T16:24:18.938Z Downloaded flate2 v1.0.31
8812024-08-24T16:24:18.943Z Downloaded structmeta-derive v0.3.0
8822024-08-24T16:24:18.946Z Downloaded utf-8 v0.7.6
8832024-08-24T16:24:18.946Z Downloaded hashbrown v0.12.3
8842024-08-24T16:24:18.950Z Downloaded typed-path v0.7.1
8852024-08-24T16:24:18.955Z Downloaded ring v0.16.20
8862024-08-24T16:24:19.038Z Downloaded zip v0.6.6
8872024-08-24T16:24:19.042Z Downloaded tungstenite v0.21.0
8882024-08-24T16:24:19.045Z Downloaded aho-corasick v1.1.3
8892024-08-24T16:24:19.051Z Downloaded globset v0.4.14
8902024-08-24T16:24:19.053Z Downloaded serde_path_to_error v0.1.16
8912024-08-24T16:24:19.056Z Downloaded group v0.13.0
8922024-08-24T16:24:19.056Z Downloaded enum-as-inner v0.6.0
8932024-08-24T16:24:19.058Z Downloaded heapless v0.8.0
8942024-08-24T16:24:19.061Z Downloaded http v0.2.12
8952024-08-24T16:24:19.064Z Downloaded sha3 v0.10.8
8962024-08-24T16:24:19.069Z Downloaded unicode-normalization v0.1.23
8972024-08-24T16:24:19.072Z Downloaded libm v0.2.8
8982024-08-24T16:24:19.080Z Downloaded hickory-resolver v0.24.1
8992024-08-24T16:24:19.084Z Downloaded foreign-types v0.3.2
9002024-08-24T16:24:19.087Z Downloaded similar v2.6.0
9012024-08-24T16:24:19.090Z Downloaded time v0.3.36
9022024-08-24T16:24:19.096Z Downloaded unicode-segmentation v1.11.0
9032024-08-24T16:24:19.100Z Downloaded hostname v0.4.0
9042024-08-24T16:24:19.102Z Downloaded hostname v0.3.1
9052024-08-24T16:24:19.104Z Downloaded glob v0.3.1
9062024-08-24T16:24:19.104Z Downloaded futures-macro v0.3.30
9072024-08-24T16:24:19.104Z Downloaded serde_with v3.9.0
9082024-08-24T16:24:19.112Z Downloaded nom v7.1.3
9092024-08-24T16:24:19.118Z Downloaded pkcs8 v0.10.2
9102024-08-24T16:24:19.120Z Downloaded strum_macros v0.26.4
9112024-08-24T16:24:19.123Z Downloaded elliptic-curve v0.13.8
9122024-08-24T16:24:19.126Z Downloaded serde_derive_internals v0.29.1
9132024-08-24T16:24:19.129Z Downloaded tar v0.4.41
9142024-08-24T16:24:19.131Z Downloaded minimal-lexical v0.2.1
9152024-08-24T16:24:19.134Z Downloaded futures-sink v0.3.30
9162024-08-24T16:24:19.137Z Downloaded fallible-iterator v0.2.0
9172024-08-24T16:24:19.137Z Downloaded blake3 v1.5.1
9182024-08-24T16:24:19.143Z Downloaded serde-hex v0.1.0
9192024-08-24T16:24:19.146Z Downloaded ron v0.7.1
9202024-08-24T16:24:19.149Z Downloaded rusty-fork v0.3.0
9212024-08-24T16:24:19.152Z Downloaded rand_xorshift v0.3.0
9222024-08-24T16:24:19.152Z Downloaded pkg-config v0.3.30
9232024-08-24T16:24:19.154Z Downloaded gethostname v0.5.0
9242024-08-24T16:24:19.154Z Downloaded crossterm v0.27.0
9252024-08-24T16:24:19.160Z Downloaded hashbrown v0.13.2
9262024-08-24T16:24:19.164Z Downloaded derive-where v1.2.7
9272024-08-24T16:24:19.168Z Downloaded signal-hook v0.3.17
9282024-08-24T16:24:19.171Z Downloaded twox-hash v1.6.3
9292024-08-24T16:24:19.173Z Downloaded humantime v2.1.0
9302024-08-24T16:24:19.176Z Downloaded sct v0.7.1
9312024-08-24T16:24:19.178Z Downloaded secrecy v0.8.0
9322024-08-24T16:24:19.178Z Downloaded postgres-types v0.2.7
9332024-08-24T16:24:19.181Z Downloaded postgres-protocol v0.6.7
9342024-08-24T16:24:19.183Z Downloaded rcgen v0.12.1
9352024-08-24T16:24:19.186Z Downloaded rayon-core v1.12.1
9362024-08-24T16:24:19.189Z Downloaded aes v0.8.4
9372024-08-24T16:24:19.191Z Downloaded thiserror-impl-no-std v2.0.2
9382024-08-24T16:24:19.194Z Downloaded crossterm v0.28.1
9392024-08-24T16:24:19.198Z Downloaded pkcs5 v0.7.1
9402024-08-24T16:24:19.202Z Downloaded ref-cast v1.0.23
9412024-08-24T16:24:19.204Z Downloaded unicase v2.7.0
9422024-08-24T16:24:19.207Z Downloaded structmeta v0.2.0
9432024-08-24T16:24:19.207Z Downloaded sqlformat v0.2.4
9442024-08-24T16:24:19.209Z Downloaded strum v0.26.3
9452024-08-24T16:24:19.209Z Downloaded quick-error v1.2.3
9462024-08-24T16:24:19.212Z Downloaded tower-service v0.3.2
9472024-08-24T16:24:19.212Z Downloaded home v0.5.9
9482024-08-24T16:24:19.212Z Downloaded radium v0.7.0
9492024-08-24T16:24:19.214Z Downloaded r2d2 v0.8.10
9502024-08-24T16:24:19.214Z Downloaded pbkdf2 v0.12.2
9512024-08-24T16:24:19.217Z Downloaded which v4.4.2
9522024-08-24T16:24:19.217Z Downloaded omicron-zone-package v0.11.0
9532024-08-24T16:24:19.219Z Downloaded tracing-core v0.1.32
9542024-08-24T16:24:19.222Z Downloaded ena v0.14.3
9552024-08-24T16:24:19.224Z Downloaded either v1.13.0
9562024-08-24T16:24:19.224Z Downloaded parse-display v0.10.0
9572024-08-24T16:24:19.227Z Downloaded cc v1.0.97
9582024-08-24T16:24:19.229Z Downloaded spki v0.7.3
9592024-08-24T16:24:19.232Z Downloaded slog-scope v4.4.0
9602024-08-24T16:24:19.232Z Downloaded backtrace v0.3.71
9612024-08-24T16:24:19.236Z Downloaded schemars_derive v0.8.21
9622024-08-24T16:24:19.238Z Downloaded scheduled-thread-pool v0.2.7
9632024-08-24T16:24:19.238Z Downloaded tracing-attributes v0.1.27
9642024-08-24T16:24:19.241Z Downloaded arc-swap v1.7.1
9652024-08-24T16:24:19.244Z Downloaded clang-sys v1.7.0
9662024-08-24T16:24:19.247Z Downloaded chacha20poly1305 v0.10.1
9672024-08-24T16:24:19.249Z Downloaded hashlink v0.9.1
9682024-08-24T16:24:19.252Z Downloaded sigpipe v0.1.3
9692024-08-24T16:24:19.252Z Downloaded erased-serde v0.3.31
9702024-08-24T16:24:19.254Z Downloaded indexmap v1.9.3
9712024-08-24T16:24:19.257Z Downloaded smf v0.2.3
9722024-08-24T16:24:19.257Z Downloaded blake2 v0.10.6
9732024-08-24T16:24:19.259Z Downloaded libloading v0.8.3
9742024-08-24T16:24:19.262Z Downloaded ipnet v2.9.0
9752024-08-24T16:24:19.264Z Downloaded lru-cache v0.1.2
9762024-08-24T16:24:19.265Z Downloaded const-oid v0.9.6
9772024-08-24T16:24:19.267Z Downloaded cobs v0.2.3
9782024-08-24T16:24:19.267Z Downloaded bcs v0.1.6
9792024-08-24T16:24:19.269Z Downloaded num-rational v0.4.2
9802024-08-24T16:24:19.272Z Downloaded libefi-sys v0.1.0
9812024-08-24T16:24:19.272Z Downloaded jobserver v0.1.32
9822024-08-24T16:24:19.274Z Downloaded lazy_static v1.5.0
9832024-08-24T16:24:19.276Z Downloaded num_enum_derive v0.5.11
9842024-08-24T16:24:19.276Z Downloaded instability v0.3.2
9852024-08-24T16:24:19.279Z Downloaded bzip2 v0.4.4
9862024-08-24T16:24:19.279Z Downloaded derive_builder_macro v0.20.0
9872024-08-24T16:24:19.279Z Downloaded parking_lot v0.11.2
9882024-08-24T16:24:19.281Z Downloaded owo-colors v4.0.0
9892024-08-24T16:24:19.284Z Downloaded memmap2 v0.9.4
9902024-08-24T16:24:19.286Z Downloaded darling_core v0.20.9
9912024-08-24T16:24:19.289Z Downloaded bytes v1.7.1
9922024-08-24T16:24:19.293Z Downloaded mime_guess v2.0.4
9932024-08-24T16:24:19.296Z Downloaded libgit2-sys v0.17.0+1.8.1
9942024-08-24T16:24:19.354Z Downloaded maybe-uninit v2.0.0
9952024-08-24T16:24:19.356Z Downloaded crossbeam-utils v0.8.19
9962024-08-24T16:24:19.358Z Downloaded crc-any v2.5.0
9972024-08-24T16:24:19.361Z Downloaded darling v0.20.9
9982024-08-24T16:24:19.364Z Downloaded new_debug_unreachable v1.0.6
9992024-08-24T16:24:19.367Z Downloaded match_cfg v0.1.0
10002024-08-24T16:24:19.367Z Downloaded indoc v1.0.9
10012024-08-24T16:24:19.377Z Downloaded indent_write v2.2.0
10022024-08-24T16:24:19.377Z Downloaded bit-vec v0.6.3
10032024-08-24T16:24:19.377Z Downloaded packed_struct_codegen v0.10.1
10042024-08-24T16:24:19.377Z Downloaded cfg_aliases v0.1.1
10052024-08-24T16:24:19.377Z Downloaded base16ct v0.2.0
10062024-08-24T16:24:19.377Z Downloaded newtype-uuid v1.1.0
10072024-08-24T16:24:19.377Z Downloaded async-recursion v1.1.1
10082024-08-24T16:24:19.381Z Downloaded managed v0.8.0
10092024-08-24T16:24:19.381Z Downloaded multimap v0.10.0
10102024-08-24T16:24:19.381Z Downloaded mime v0.3.17
10112024-08-24T16:24:19.381Z Downloaded lalrpop-util v0.19.12
10122024-08-24T16:24:19.383Z Downloaded darling_macro v0.20.9
10132024-08-24T16:24:19.383Z Downloaded cstr-argument v0.1.2
10142024-08-24T16:24:19.383Z Downloaded bitstruct v0.1.1
10152024-08-24T16:24:19.383Z Downloaded is-terminal v0.4.12
10162024-08-24T16:24:19.385Z Downloaded ipnetwork v0.20.0
10172024-08-24T16:24:19.385Z Downloaded data-encoding v2.6.0
10182024-08-24T16:24:19.388Z Downloaded crucible-workspace-hack v0.1.0
10192024-08-24T16:24:19.388Z Downloaded atomic-waker v1.1.2
10202024-08-24T16:24:19.831Z Downloaded libz-sys v1.1.16
10212024-08-24T16:24:19.920Z Downloaded ring v0.17.8
10222024-08-24T16:24:20.031Z Downloaded libsqlite3-sys v0.28.0
10232024-08-24T16:24:20.194Z Compiling cfg-if v1.0.0
10242024-08-24T16:24:20.194Z Compiling serde v1.0.208
10252024-08-24T16:24:20.197Z Compiling typenum v1.17.0
10262024-08-24T16:24:20.197Z Compiling lock_api v0.4.12
10272024-08-24T16:24:20.197Z Compiling generic-array v0.14.7
10282024-08-24T16:24:20.373Z Compiling syn v2.0.74
10292024-08-24T16:24:20.375Z Compiling scopeguard v1.2.0
10302024-08-24T16:24:20.375Z Compiling log v0.4.21
10312024-08-24T16:24:20.419Z Compiling getrandom v0.2.14
10322024-08-24T16:24:20.523Z Compiling jobserver v0.1.32
10332024-08-24T16:24:20.683Z Compiling rand_core v0.6.4
10342024-08-24T16:24:20.854Z Compiling cc v1.0.97
10352024-08-24T16:24:20.918Z Compiling subtle v2.5.0
10362024-08-24T16:24:20.939Z Compiling const-oid v0.9.6
10372024-08-24T16:24:21.223Z Compiling smallvec v1.13.2
10382024-08-24T16:24:21.261Z Compiling pin-project-lite v0.2.14
10392024-08-24T16:24:21.293Z Compiling parking_lot_core v0.9.10
10402024-08-24T16:24:21.390Z Compiling signal-hook-registry v1.4.2
10412024-08-24T16:24:21.436Z Compiling spin v0.9.8
10422024-08-24T16:24:21.634Z Compiling mio v0.8.11
10432024-08-24T16:24:21.814Z Compiling ahash v0.8.11
10442024-08-24T16:24:22.259Z Compiling parking_lot v0.12.2
10452024-08-24T16:24:22.292Z Compiling tinyvec_macros v0.1.1
10462024-08-24T16:24:22.388Z Compiling tinyvec v1.6.0
10472024-08-24T16:24:22.624Z Compiling num_cpus v1.16.0
10482024-08-24T16:24:22.764Z Compiling socket2 v0.5.7
10492024-08-24T16:24:23.036Z Compiling serde_json v1.0.125
10502024-08-24T16:24:23.137Z Compiling libm v0.2.8
10512024-08-24T16:24:23.140Z Compiling futures-core v0.3.30
10522024-08-24T16:24:23.261Z Compiling cpufeatures v0.2.12
10532024-08-24T16:24:23.375Z Compiling num-traits v0.2.19
10542024-08-24T16:24:23.421Z Compiling slab v0.4.9
10552024-08-24T16:24:23.444Z Compiling futures-sink v0.3.30
10562024-08-24T16:24:23.529Z Compiling allocator-api2 v0.2.18
10572024-08-24T16:24:23.606Z Compiling unicode-bidi v0.3.15
10582024-08-24T16:24:23.914Z Compiling unicode-normalization v0.1.23
10592024-08-24T16:24:23.985Z Compiling futures-channel v0.3.30
10602024-08-24T16:24:24.203Z Compiling vcpkg v0.2.15
10612024-08-24T16:24:24.381Z Compiling futures-io v0.3.30
10622024-08-24T16:24:24.437Z Compiling pkg-config v0.3.30
10632024-08-24T16:24:24.725Z Compiling pin-utils v0.1.0
10642024-08-24T16:24:25.079Z Compiling futures-task v0.3.30
10652024-08-24T16:24:25.151Z Compiling base64ct v1.6.0
10662024-08-24T16:24:25.256Z Compiling percent-encoding v2.3.1
10672024-08-24T16:24:25.322Z Compiling ring v0.17.8
10682024-08-24T16:24:25.509Z Compiling ppv-lite86 v0.2.17
10692024-08-24T16:24:25.699Z Compiling pem-rfc7468 v0.7.0
10702024-08-24T16:24:25.809Z Compiling flagset v0.4.5
10712024-08-24T16:24:26.023Z Compiling tracing-core v0.1.32
10722024-08-24T16:24:26.082Z Compiling untrusted v0.9.0
10732024-08-24T16:24:26.266Z Compiling rand_chacha v0.3.1
10742024-08-24T16:24:26.291Z Compiling rustix v0.38.34
10752024-08-24T16:24:26.411Z Compiling num-conv v0.1.0
10762024-08-24T16:24:26.473Z Compiling openssl-sys v0.9.103
10772024-08-24T16:24:26.702Z Compiling rand v0.8.5
10782024-08-24T16:24:26.953Z Compiling foreign-types-shared v0.1.1
10792024-08-24T16:24:27.094Z Compiling powerfmt v0.2.0
10802024-08-24T16:24:27.201Z Compiling openssl v0.10.66
10812024-08-24T16:24:27.393Z Compiling time-core v0.1.2
10822024-08-24T16:24:27.483Z Compiling httparse v1.8.0
10832024-08-24T16:24:27.563Z Compiling rustversion v1.0.17
10842024-08-24T16:24:27.650Z Compiling time-macros v0.2.18
10852024-08-24T16:24:27.952Z Compiling deranged v0.3.11
10862024-08-24T16:24:28.334Z Compiling foreign-types v0.3.2
10872024-08-24T16:24:28.433Z Compiling form_urlencoded v1.2.1
10882024-08-24T16:24:28.637Z Compiling aho-corasick v1.1.3
10892024-08-24T16:24:28.656Z Compiling native-tls v0.2.11
10902024-08-24T16:24:28.737Z Compiling regex-syntax v0.8.4
10912024-08-24T16:24:28.857Z Compiling try-lock v0.2.5
10922024-08-24T16:24:28.983Z Compiling siphasher v0.3.11
10932024-08-24T16:24:29.007Z Compiling num_threads v0.1.7
10942024-08-24T16:24:29.143Z Compiling crossbeam-utils v0.8.19
10952024-08-24T16:24:29.390Z Compiling syn v1.0.109
10962024-08-24T16:24:29.730Z Compiling rustls v0.21.12
10972024-08-24T16:24:29.825Z Compiling want v0.3.1
10982024-08-24T16:24:30.105Z Compiling idna v0.5.0
10992024-08-24T16:24:30.778Z Compiling socket2 v0.4.10
11002024-08-24T16:24:30.936Z Compiling time v0.3.36
11012024-08-24T16:24:31.354Z Compiling cookie v0.17.0
11022024-08-24T16:24:31.531Z Compiling finl_unicode v1.2.0
11032024-08-24T16:24:31.649Z Compiling openssl-probe v0.1.5
11042024-08-24T16:24:31.652Z Compiling tower-service v0.3.2
11052024-08-24T16:24:31.783Z Compiling httpdate v1.0.3
11062024-08-24T16:24:32.013Z Compiling adler v1.0.2
11072024-08-24T16:24:32.157Z Compiling slog v2.7.0
11082024-08-24T16:24:32.240Z Compiling regex-automata v0.4.6
11092024-08-24T16:24:32.299Z Compiling iana-time-zone v0.1.60
11102024-08-24T16:24:32.789Z Compiling miniz_oxide v0.7.2
11112024-08-24T16:24:32.808Z Compiling stringprep v0.1.4
11122024-08-24T16:24:34.058Z Compiling url v2.5.2
11132024-08-24T16:24:35.005Z Compiling serde_derive v1.0.208
11142024-08-24T16:24:35.338Z Compiling zeroize_derive v1.4.2
11152024-08-24T16:24:35.601Z Compiling zerocopy-derive v0.7.34
11162024-08-24T16:24:35.952Z Compiling tokio-macros v2.3.0
11172024-08-24T16:24:36.148Z Compiling thiserror-impl v1.0.63
11182024-08-24T16:24:36.168Z Compiling futures-macro v0.3.30
11192024-08-24T16:24:36.961Z Compiling zeroize v1.7.0
11202024-08-24T16:24:37.689Z Compiling der_derive v0.7.2
11212024-08-24T16:24:37.853Z Compiling zerocopy v0.7.34
11222024-08-24T16:24:38.203Z Compiling futures-util v0.3.30
11232024-08-24T16:24:38.838Z Compiling crypto-common v0.1.6
11242024-08-24T16:24:39.081Z Compiling block-buffer v0.10.4
11252024-08-24T16:24:39.359Z Compiling digest v0.10.7
11262024-08-24T16:24:39.541Z Compiling block-padding v0.3.3
11272024-08-24T16:24:39.789Z Compiling hmac v0.12.1
11282024-08-24T16:24:39.854Z Compiling inout v0.1.3
11292024-08-24T16:24:40.023Z Compiling hashbrown v0.14.5
11302024-08-24T16:24:40.041Z Compiling thiserror v1.0.63
11312024-08-24T16:24:40.135Z Compiling cipher v0.4.4
11322024-08-24T16:24:40.185Z Compiling sha2 v0.10.8
11332024-08-24T16:24:40.246Z Compiling pest v2.7.10
11342024-08-24T16:24:40.672Z Compiling salsa20 v0.10.2
11352024-08-24T16:24:40.912Z Compiling der v0.7.9
11362024-08-24T16:24:41.483Z Compiling pbkdf2 v0.12.2
11372024-08-24T16:24:41.660Z Compiling tracing-attributes v0.1.27
11382024-08-24T16:24:43.333Z Compiling pest_meta v2.7.10
11392024-08-24T16:24:43.836Z Compiling scroll_derive v0.12.0
11402024-08-24T16:24:44.261Z Compiling spki v0.7.3
11412024-08-24T16:24:44.512Z Compiling scrypt v0.11.0
11422024-08-24T16:24:44.638Z Compiling pest_generator v2.7.10
11432024-08-24T16:24:45.103Z Compiling aes v0.8.4
11442024-08-24T16:24:45.190Z Compiling cbc v0.1.2
11452024-08-24T16:24:45.341Z Compiling scroll v0.12.0
11462024-08-24T16:24:45.436Z Compiling openssl-macros v0.1.1
11472024-08-24T16:24:45.584Z Compiling tracing v0.1.40
11482024-08-24T16:24:45.902Z Compiling goblin v0.8.2
11492024-08-24T16:24:46.109Z Compiling pkcs5 v0.7.1
11502024-08-24T16:24:46.250Z Compiling sct v0.7.1
11512024-08-24T16:24:46.580Z Compiling rustls-webpki v0.101.7
11522024-08-24T16:24:46.671Z Compiling md-5 v0.10.6
11532024-08-24T16:24:46.934Z Compiling pkcs8 v0.10.2
11542024-08-24T16:24:47.382Z Compiling num-integer v0.1.46
11552024-08-24T16:24:47.944Z Compiling backtrace v0.3.71
11562024-08-24T16:24:48.177Z Compiling idna v0.3.0
11572024-08-24T16:24:48.426Z Compiling lazy_static v1.5.0
11582024-08-24T16:24:48.444Z Compiling hash32 v0.2.1
11592024-08-24T16:24:48.447Z Compiling pest_derive v2.7.10
11602024-08-24T16:24:48.540Z Compiling gimli v0.28.1
11612024-08-24T16:24:48.582Z Compiling psl-types v2.0.11
11622024-08-24T16:24:48.763Z Compiling signal-hook v0.3.17
11632024-08-24T16:24:48.822Z Compiling base64 v0.22.1
11642024-08-24T16:24:49.043Z Compiling fallible-iterator v0.2.0
11652024-08-24T16:24:49.295Z Compiling bytes v1.7.1
11662024-08-24T16:24:49.567Z Compiling bitflags v2.6.0
11672024-08-24T16:24:49.770Z Compiling indexmap v2.4.0
11682024-08-24T16:24:49.793Z Compiling semver v1.0.23
11692024-08-24T16:24:50.560Z Compiling tokio v1.38.1
11702024-08-24T16:24:50.614Z Compiling http v0.2.12
11712024-08-24T16:24:51.289Z Compiling rustc_version v0.4.0
11722024-08-24T16:24:52.080Z Compiling heapless v0.7.17
11732024-08-24T16:24:52.543Z Compiling http-body v0.4.6
11742024-08-24T16:24:52.856Z Compiling dof v0.3.0
11752024-08-24T16:24:53.002Z Compiling dtrace-parser v0.2.0
11762024-08-24T16:24:53.133Z Compiling uuid v1.10.0
11772024-08-24T16:24:53.622Z Compiling usdt-impl v0.5.0
11782024-08-24T16:24:54.662Z Compiling serde_spanned v0.6.7
11792024-08-24T16:24:54.904Z Compiling toml_datetime v0.6.8
11802024-08-24T16:24:55.048Z Compiling chrono v0.4.38
11812024-08-24T16:24:55.179Z Compiling serde_tokenstream v0.2.2
11822024-08-24T16:24:55.196Z Compiling stable_deref_trait v1.2.0
11832024-08-24T16:24:55.302Z Compiling smoltcp v0.9.1
11842024-08-24T16:24:55.404Z Compiling cfg_aliases v0.1.1
11852024-08-24T16:24:55.509Z Compiling num-bigint-dig v0.8.4
11862024-08-24T16:24:55.801Z Compiling crc32fast v1.4.0
11872024-08-24T16:24:55.858Z Compiling nix v0.28.0
11882024-08-24T16:24:56.249Z Compiling addr2line v0.21.0
11892024-08-24T16:24:56.378Z Compiling terminal_size v0.3.0
11902024-08-24T16:24:56.584Z Compiling postgres-protocol v0.6.7
11912024-08-24T16:24:56.747Z Compiling publicsuffix v2.2.3
11922024-08-24T16:24:56.765Z Compiling hubpack_derive v0.1.1
11932024-08-24T16:24:56.955Z Compiling num-iter v0.1.45
11942024-08-24T16:24:57.033Z Compiling zerocopy-derive v0.6.6
11952024-08-24T16:24:57.154Z Compiling async-trait v0.1.81
11962024-08-24T16:24:57.956Z Compiling phf_shared v0.11.2
11972024-08-24T16:24:58.345Z Compiling serde_derive_internals v0.29.1
11982024-08-24T16:24:58.364Z Compiling ff v0.13.0
11992024-08-24T16:24:58.523Z Compiling object v0.32.2
12002024-08-24T16:24:58.591Z Compiling fs-err v2.11.0
12012024-08-24T16:24:58.780Z Compiling tokio-util v0.7.11
12022024-08-24T16:24:58.900Z Compiling tokio-rustls v0.24.1
12032024-08-24T16:24:59.314Z Compiling anyhow v1.0.86
12042024-08-24T16:24:59.823Z Compiling h2 v0.3.26
12052024-08-24T16:24:59.955Z Compiling tokio-native-tls v0.3.1
12062024-08-24T16:24:59.957Z Compiling schemars v0.8.21
12072024-08-24T16:25:00.212Z Compiling base16ct v0.2.0
12082024-08-24T16:25:00.243Z Compiling base64 v0.21.7
12092024-08-24T16:25:00.341Z Compiling winnow v0.5.40
12102024-08-24T16:25:00.557Z Compiling bitflags v1.3.2
12112024-08-24T16:25:00.667Z Compiling ipnet v2.9.0
12122024-08-24T16:25:00.961Z Compiling either v1.13.0
12132024-08-24T16:25:01.093Z Compiling managed v0.8.0
12142024-08-24T16:25:01.406Z Compiling rustc-demangle v0.1.24
12152024-08-24T16:25:01.833Z Compiling schemars_derive v0.8.21
12162024-08-24T16:25:01.861Z Compiling rustls-pemfile v1.0.4
12172024-08-24T16:25:02.379Z Compiling clap_builder v4.5.15
12182024-08-24T16:25:02.490Z Compiling sec1 v0.7.3
12192024-08-24T16:25:03.323Z Compiling zerocopy v0.6.6
12202024-08-24T16:25:03.857Z Compiling group v0.13.0
12212024-08-24T16:25:04.174Z Compiling toml_edit v0.19.15
12222024-08-24T16:25:04.199Z Compiling phf v0.11.2
12232024-08-24T16:25:04.408Z Compiling cookie_store v0.20.0
12242024-08-24T16:25:04.473Z Compiling hubpack v0.1.2
12252024-08-24T16:25:04.932Z Compiling postgres-types v0.2.7
12262024-08-24T16:25:06.283Z Compiling usdt-macro v0.5.0
12272024-08-24T16:25:06.415Z Compiling usdt-attr-macro v0.5.0
12282024-08-24T16:25:06.822Z Compiling hyper v0.14.30
12292024-08-24T16:25:07.856Z Compiling serde_urlencoded v0.7.1
12302024-08-24T16:25:08.086Z Compiling pkcs1 v0.7.5
12312024-08-24T16:25:08.522Z Compiling futures-executor v0.3.30
12322024-08-24T16:25:08.857Z Compiling hkdf v0.12.4
12332024-08-24T16:25:08.959Z Compiling signature v2.2.0
12342024-08-24T16:25:09.108Z Compiling crypto-bigint v0.5.5
12352024-08-24T16:25:09.127Z Compiling bstr v1.9.1
12362024-08-24T16:25:09.267Z Compiling regex v1.10.6
12372024-08-24T16:25:10.352Z Compiling clap_derive v4.5.13
12382024-08-24T16:25:10.467Z Compiling serde_repr v0.1.19
12392024-08-24T16:25:10.934Z Compiling enum-as-inner v0.6.0
12402024-08-24T16:25:11.690Z Compiling strum_macros v0.25.3
12412024-08-24T16:25:11.755Z Compiling phf_shared v0.10.0
12422024-08-24T16:25:12.089Z Compiling float-cmp v0.9.0
12432024-08-24T16:25:12.182Z Compiling idna v0.4.0
12442024-08-24T16:25:12.201Z Compiling mio v1.0.2
12452024-08-24T16:25:12.313Z Compiling encoding_rs v0.8.34
12462024-08-24T16:25:13.435Z Compiling sync_wrapper v0.1.2
12472024-08-24T16:25:13.569Z Compiling whoami v1.5.1
12482024-08-24T16:25:13.805Z Compiling normalize-line-endings v0.3.0
12492024-08-24T16:25:13.952Z Compiling hyper-tls v0.5.0
12502024-08-24T16:25:14.206Z Compiling hyper-rustls v0.24.2
12512024-08-24T16:25:14.318Z Compiling difflib v0.4.0
12522024-08-24T16:25:14.579Z Compiling precomputed-hash v0.1.1
12532024-08-24T16:25:14.701Z Compiling dyn-clone v1.0.17
12542024-08-24T16:25:14.930Z Compiling webpki-roots v0.25.4
12552024-08-24T16:25:15.092Z Compiling predicates-core v1.0.6
12562024-08-24T16:25:15.248Z Compiling new_debug_unreachable v1.0.6
12572024-08-24T16:25:15.348Z Compiling data-encoding v2.6.0
12582024-08-24T16:25:15.400Z Compiling static_assertions v1.1.0
12592024-08-24T16:25:15.452Z Compiling unicode-segmentation v1.11.0
12602024-08-24T16:25:15.502Z Compiling mime v0.3.17
12612024-08-24T16:25:15.865Z Compiling bit-vec v0.6.3
12622024-08-24T16:25:15.886Z Compiling minimal-lexical v0.2.1
12632024-08-24T16:25:16.097Z Compiling fixedbitset v0.4.2
12642024-08-24T16:25:16.316Z Compiling nom v7.1.3
12652024-08-24T16:25:16.334Z Compiling bit-set v0.5.3
12662024-08-24T16:25:16.410Z Compiling petgraph v0.6.5
12672024-08-24T16:25:16.572Z Compiling similar v2.6.0
12682024-08-24T16:25:16.631Z Compiling hickory-proto v0.24.1
12692024-08-24T16:25:16.829Z Compiling console v0.15.8
12702024-08-24T16:25:17.017Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=319e7b92db69792ab8efa4c68554ad0cf83adf93#319e7b92)
12712024-08-24T16:25:17.808Z Compiling reqwest v0.11.27
12722024-08-24T16:25:18.427Z Compiling clap v4.5.16
12732024-08-24T16:25:18.563Z Compiling toml_edit v0.22.20
12742024-08-24T16:25:19.099Z Compiling string_cache v0.8.7
12752024-08-24T16:25:19.565Z Compiling predicates v3.1.2
12762024-08-24T16:25:20.578Z Compiling tokio-postgres v0.7.11
12772024-08-24T16:25:20.819Z Compiling usdt v0.5.0
12782024-08-24T16:25:21.309Z Compiling signal-hook-mio v0.2.4
12792024-08-24T16:25:21.342Z Compiling elliptic-curve v0.13.8
12802024-08-24T16:25:21.497Z Compiling rsa v0.9.6
12812024-08-24T16:25:22.183Z Compiling futures v0.3.30
12822024-08-24T16:25:22.312Z Compiling toml v0.7.8
12832024-08-24T16:25:23.489Z Compiling flate2 v1.0.31
12842024-08-24T16:25:24.852Z Compiling itertools v0.10.5
12852024-08-24T16:25:25.318Z Compiling itertools v0.12.1
12862024-08-24T16:25:26.339Z Compiling tokio-stream v0.1.15
12872024-08-24T16:25:27.061Z Compiling openapiv3 v2.0.0
12882024-08-24T16:25:27.178Z Compiling hex v0.4.3
12892024-08-24T16:25:27.346Z Compiling sha1 v0.10.6
12902024-08-24T16:25:27.783Z Compiling crossbeam-epoch v0.9.18
12912024-08-24T16:25:27.783Z Compiling dirs-sys-next v0.1.2
12922024-08-24T16:25:27.817Z Compiling unicode-xid v0.2.4
12932024-08-24T16:25:27.994Z Compiling peg-runtime v0.8.3
12942024-08-24T16:25:28.120Z Compiling lalrpop-util v0.19.12
12952024-08-24T16:25:28.429Z Compiling dirs-next v2.0.0
12962024-08-24T16:25:28.483Z Compiling thread_local v1.1.8
12972024-08-24T16:25:28.502Z Compiling slog-async v2.8.0
12982024-08-24T16:25:28.589Z Compiling term v0.7.0
12992024-08-24T16:25:28.623Z Compiling xattr v1.3.1
13002024-08-24T16:25:28.662Z Compiling crossbeam-channel v0.5.12
13012024-08-24T16:25:28.891Z Compiling strum_macros v0.26.4
13022024-08-24T16:25:29.040Z Compiling filetime v0.2.24
13032024-08-24T16:25:29.149Z Compiling is-terminal v0.4.12
13042024-08-24T16:25:29.289Z Compiling take_mut v0.2.2
13052024-08-24T16:25:29.369Z Compiling slog-term v2.9.1
13062024-08-24T16:25:29.460Z Compiling tar v0.4.41
13072024-08-24T16:25:29.903Z Compiling camino v1.1.9
13082024-08-24T16:25:31.656Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
13092024-08-24T16:25:32.205Z Compiling strum v0.26.3
13102024-08-24T16:25:32.287Z Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
13112024-08-24T16:25:37.283Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 20s
13122024-08-24T16:25:37.420Z Running `target/debug/xtask-downloader cockroach clickhouse console dendrite-openapi dendrite-stub maghemite-mgd transceiver-control`
13132024-08-24T16:25:37.467ZAug 24 16:25:36.611 INFO Starting download, target: Clickhouse
13142024-08-24T16:25:37.467ZAug 24 16:25:36.611 INFO Starting download, target: Console
13152024-08-24T16:25:37.467ZAug 24 16:25:36.611 INFO Starting download, target: Cockroach
13162024-08-24T16:25:37.467ZAug 24 16:25:36.611 INFO Starting download, target: DendriteOpenapi
13172024-08-24T16:25:37.470ZAug 24 16:25:36.611 INFO Starting download, target: DendriteStub
13182024-08-24T16:25:37.470ZAug 24 16:25:36.611 INFO Starting download, target: MaghemiteMgd
13192024-08-24T16:25:37.470ZAug 24 16:25:36.611 INFO Starting download, target: TransceiverControl
13202024-08-24T16:25:37.470ZAug 24 16:25:36.612 INFO Downloading out/downloads/console.tar.gz (attempt 1/3), target: Console
13212024-08-24T16:25:37.470ZAug 24 16:25:36.612 INFO Downloading out/downloads/dpd-21b16567f28e103f145cd18d53fac6958429c4ff.json (attempt 1/3), target: DendriteOpenapi
13222024-08-24T16:25:37.470ZAug 24 16:25:36.612 INFO Downloading out/downloads/xcvradm.gz (attempt 1/3), target: TransceiverControl
13232024-08-24T16:25:37.470ZAug 24 16:25:36.612 INFO Downloading out/downloads/dendrite-stub.tar.gz (attempt 1/3), target: DendriteStub
13242024-08-24T16:25:37.470ZAug 24 16:25:36.612 INFO Downloading out/downloads/mgd.tar.gz (attempt 1/3), target: MaghemiteMgd
13252024-08-24T16:25:37.470ZAug 24 16:25:36.612 INFO Downloading out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz (attempt 1/3), target: Clickhouse
13262024-08-24T16:25:37.470ZAug 24 16:25:36.612 INFO Downloading out/downloads/cockroach-v22.1.9.illumos.tar.gz (attempt 1/3), target: Cockroach
13272024-08-24T16:25:37.623ZAug 24 16:25:36.761 INFO Download complete, target: DendriteOpenapi
13282024-08-24T16:25:37.792ZAug 24 16:25:36.917 INFO Unpacking out/downloads/xcvradm.gz to out/downloads/root/opt/oxide/bin/xcvradm, target: TransceiverControl
13292024-08-24T16:25:38.094ZAug 24 16:25:37.237 INFO Unpacking out/downloads/console.tar.gz to out/console-assets, target: Console
13302024-08-24T16:25:38.126ZAug 24 16:25:37.269 INFO Unpacking out/downloads/dendrite-stub.tar.gz to out/downloads, target: DendriteStub
13312024-08-24T16:25:38.156ZAug 24 16:25:37.299 INFO Unpacking out/downloads/mgd.tar.gz to out/downloads, target: MaghemiteMgd
13322024-08-24T16:25:38.503ZAug 24 16:25:37.646 INFO Download complete, target: Console
13332024-08-24T16:25:38.562ZAug 24 16:25:37.706 INFO tarball path: out/downloads/cockroach-v22.1.9.illumos.tar.gz, target: Cockroach
13342024-08-24T16:25:38.562ZAug 24 16:25:37.706 INFO Unpacking out/downloads/cockroach-v22.1.9.illumos.tar.gz to out/downloads, target: Cockroach
13352024-08-24T16:25:38.643ZAug 24 16:25:37.787 INFO Download complete, target: TransceiverControl
13362024-08-24T16:25:39.325ZAug 24 16:25:38.469 INFO Unpacking out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz to out/clickhouse, target: Clickhouse
13372024-08-24T16:25:41.299ZAug 24 16:25:40.443 INFO Download complete, target: DendriteStub
13382024-08-24T16:25:41.608ZAug 24 16:25:40.752 INFO Download complete, target: MaghemiteMgd
13392024-08-24T16:25:47.442ZAug 24 16:25:46.586 INFO Copying from out/downloads/cockroach-v22.1.9 to out/cockroachdb, target: Cockroach
13402024-08-24T16:25:47.802ZAug 24 16:25:46.946 INFO Checking that binary works, target: Cockroach
13412024-08-24T16:25:47.957ZAug 24 16:25:47.101 INFO Download complete, target: Cockroach
13422024-08-24T16:25:54.213ZAug 24 16:25:53.356 INFO Checking that binary works, target: Clickhouse
13432024-08-24T16:25:54.381ZAug 24 16:25:53.524 INFO Download complete, target: Clickhouse
13442024-08-24T16:25:54.388ZAll prerequisites installed successfully
13452024-08-24T16:25:54.391Z
13462024-08-24T16:25:54.391Zreal 3:37.051128407
13472024-08-24T16:25:54.391Zuser 11:28.096274918
13482024-08-24T16:25:54.391Zsys 2:25.801655699
13492024-08-24T16:25:54.391Ztrap 0.427891886
13502024-08-24T16:25:54.391Ztflt 1.488620875
13512024-08-24T16:25:54.391Zdflt 1.536558779
13522024-08-24T16:25:54.391Zkflt 0.038704904
13532024-08-24T16:25:54.391Zlock 23:34.512580758
13542024-08-24T16:25:54.391Zslp 43:47.116594417
13552024-08-24T16:25:54.391Zlat 43.218809868
13562024-08-24T16:25:54.391Zstop 1:49.656961497
13572024-08-24T16:25:54.391Z+ source ./tools/include/force-git-over-https.sh
13582024-08-24T16:25:54.391Z++ override_urls=('git://github.com/' 'git@github.com:' 'ssh://github.com/' 'ssh://git@github.com/' 'git+ssh://git@github.com/')
13592024-08-24T16:25:54.391Z++ (( i = 0 ))
13602024-08-24T16:25:54.391Z++ (( i < 5 ))
13612024-08-24T16:25:54.391Z++ git config --add --global url.https://github.com/.insteadOf git://github.com/
13622024-08-24T16:25:54.394Z++ (( i++ ))
13632024-08-24T16:25:54.394Z++ (( i < 5 ))
13642024-08-24T16:25:54.394Z++ git config --add --global url.https://github.com/.insteadOf git@github.com:
13652024-08-24T16:25:54.397Z++ (( i++ ))
13662024-08-24T16:25:54.397Z++ (( i < 5 ))
13672024-08-24T16:25:54.397Z++ git config --add --global url.https://github.com/.insteadOf ssh://github.com/
13682024-08-24T16:25:54.400Z++ (( i++ ))
13692024-08-24T16:25:54.400Z++ (( i < 5 ))
13702024-08-24T16:25:54.400Z++ git config --add --global url.https://github.com/.insteadOf ssh://git@github.com/
13712024-08-24T16:25:54.403Z++ (( i++ ))
13722024-08-24T16:25:54.403Z++ (( i < 5 ))
13732024-08-24T16:25:54.403Z++ git config --add --global url.https://github.com/.insteadOf git+ssh://git@github.com/
13742024-08-24T16:25:54.406Z++ (( i++ ))
13752024-08-24T16:25:54.406Z++ (( i < 5 ))
13762024-08-24T16:25:54.406Z++ export CARGO_NET_GIT_FETCH_WITH_CLI=true
13772024-08-24T16:25:54.406Z++ CARGO_NET_GIT_FETCH_WITH_CLI=true
13782024-08-24T16:25:54.408Z+ rc=0
13792024-08-24T16:25:54.408Z+ pfexec pkg install -q /system/zones/brand/omicron1/tools
13802024-08-24T16:26:15.653Z+ case $rc in
13812024-08-24T16:26:15.653Z+ pfexec zfs create -p rpool/images/build/host
13822024-08-24T16:26:15.830Z+ pfexec zfs create -p rpool/images/build/recovery
13832024-08-24T16:26:15.916Z+ cargo xtask releng --output-dir /work
13842024-08-24T16:26:16.477Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
13852024-08-24T16:26:16.493Z Running `target/debug/xtask releng --output-dir /work`
13862024-08-24T16:26:17.381Z Compiling proc-macro2 v1.0.86
13872024-08-24T16:26:17.381Z Compiling unicode-ident v1.0.12
13882024-08-24T16:26:17.381Z Compiling libc v0.2.156
13892024-08-24T16:26:17.385Z Compiling serde v1.0.208
13902024-08-24T16:26:17.385Z Compiling version_check v0.9.5
13912024-08-24T16:26:17.385Z Compiling autocfg v1.3.0
13922024-08-24T16:26:17.385Z Compiling cfg-if v1.0.0
13932024-08-24T16:26:17.385Z Compiling once_cell v1.19.0
13942024-08-24T16:26:17.744Z Compiling typenum v1.17.0
13952024-08-24T16:26:17.881Z Compiling memchr v2.7.2
13962024-08-24T16:26:18.157Z Compiling generic-array v0.14.7
13972024-08-24T16:26:18.341Z Compiling lock_api v0.4.12
13982024-08-24T16:26:18.505Z Compiling ahash v0.8.11
13992024-08-24T16:26:18.635Z Compiling serde_json v1.0.125
14002024-08-24T16:26:18.653Z Compiling libm v0.2.8
14012024-08-24T16:26:18.861Z Compiling num-traits v0.2.19
14022024-08-24T16:26:18.978Z Compiling parking_lot_core v0.9.10
14032024-08-24T16:26:18.995Z Compiling byteorder v1.5.0
14042024-08-24T16:26:19.166Z Compiling quote v1.0.36
14052024-08-24T16:26:19.522Z Compiling syn v2.0.74
14062024-08-24T16:26:19.540Z Compiling jobserver v0.1.32
14072024-08-24T16:26:19.758Z Compiling getrandom v0.2.14
14082024-08-24T16:26:19.783Z Compiling log v0.4.21
14092024-08-24T16:26:19.815Z Compiling scopeguard v1.2.0
14102024-08-24T16:26:19.980Z Compiling cc v1.0.97
14112024-08-24T16:26:20.229Z Compiling thiserror v1.0.63
14122024-08-24T16:26:20.321Z Compiling itoa v1.0.11
14132024-08-24T16:26:20.773Z Compiling slab v0.4.9
14142024-08-24T16:26:20.808Z Compiling rand_core v0.6.4
14152024-08-24T16:26:20.859Z Compiling pkg-config v0.3.30
14162024-08-24T16:26:21.369Z Compiling semver v1.0.23
14172024-08-24T16:26:21.613Z Compiling ryu v1.0.18
14182024-08-24T16:26:21.897Z Compiling pin-project-lite v0.2.14
14192024-08-24T16:26:21.928Z Compiling smallvec v1.13.2
14202024-08-24T16:26:21.964Z Compiling vcpkg v0.2.15
14212024-08-24T16:26:22.147Z Compiling allocator-api2 v0.2.18
14222024-08-24T16:26:22.557Z Compiling spin v0.9.8
14232024-08-24T16:26:22.784Z Compiling subtle v2.5.0
14242024-08-24T16:26:23.191Z Compiling const-oid v0.9.6
14252024-08-24T16:26:23.567Z Compiling ring v0.17.8
14262024-08-24T16:26:23.610Z Compiling signal-hook-registry v1.4.2
14272024-08-24T16:26:23.845Z Compiling openssl-sys v0.9.103
14282024-08-24T16:26:24.749Z Compiling schemars v0.8.21
14292024-08-24T16:26:25.221Z Compiling httparse v1.8.0
14302024-08-24T16:26:25.253Z Compiling rustix v0.38.34
14312024-08-24T16:26:25.775Z Compiling heck v0.5.0
14322024-08-24T16:26:26.043Z Compiling parking_lot v0.12.2
14332024-08-24T16:26:26.067Z Compiling mio v0.8.11
14342024-08-24T16:26:26.262Z Compiling futures-core v0.3.30
14352024-08-24T16:26:26.521Z Compiling time-core v0.1.2
14362024-08-24T16:26:26.630Z Compiling num-conv v0.1.0
14372024-08-24T16:26:26.720Z Compiling num_cpus v1.16.0
14382024-08-24T16:26:26.787Z Compiling socket2 v0.5.7
14392024-08-24T16:26:26.889Z Compiling openssl v0.10.66
14402024-08-24T16:26:26.960Z Compiling time-macros v0.2.18
14412024-08-24T16:26:27.017Z Compiling equivalent v1.0.1
14422024-08-24T16:26:27.205Z Compiling fnv v1.0.7
14432024-08-24T16:26:27.628Z Compiling serde_derive_internals v0.29.1
14442024-08-24T16:26:27.892Z Compiling native-tls v0.2.11
14452024-08-24T16:26:28.036Z Compiling rustls v0.21.12
14462024-08-24T16:26:28.062Z Compiling tinyvec_macros v0.1.1
14472024-08-24T16:26:28.244Z Compiling tinyvec v1.6.0
14482024-08-24T16:26:29.039Z Compiling futures-sink v0.3.30
14492024-08-24T16:26:29.058Z Compiling crossbeam-utils v0.8.19
14502024-08-24T16:26:29.965Z Compiling unicode-normalization v0.1.23
14512024-08-24T16:26:30.021Z Compiling cookie v0.17.0
14522024-08-24T16:26:30.132Z Compiling ucd-trie v0.1.6
14532024-08-24T16:26:30.206Z Compiling iana-time-zone v0.1.60
14542024-08-24T16:26:30.606Z Compiling cpufeatures v0.2.12
14552024-08-24T16:26:30.797Z Compiling futures-channel v0.3.30
14562024-08-24T16:26:31.043Z Compiling slog v2.7.0
14572024-08-24T16:26:31.092Z Compiling unicode-bidi v0.3.15
14582024-08-24T16:26:31.144Z Compiling pin-utils v0.1.0
14592024-08-24T16:26:31.282Z Compiling futures-task v0.3.30
14602024-08-24T16:26:31.380Z Compiling futures-io v0.3.30
14612024-08-24T16:26:31.620Z Compiling syn v1.0.109
14622024-08-24T16:26:31.826Z Compiling aho-corasick v1.1.3
14632024-08-24T16:26:32.008Z Compiling regex-syntax v0.8.4
14642024-08-24T16:26:32.174Z Compiling untrusted v0.9.0
14652024-08-24T16:26:33.170Z Compiling serde_derive v1.0.208
14662024-08-24T16:26:33.223Z Compiling zeroize_derive v1.4.2
14672024-08-24T16:26:33.547Z Compiling zerocopy-derive v0.7.34
14682024-08-24T16:26:34.179Z Compiling tokio-macros v2.3.0
14692024-08-24T16:26:34.818Z Compiling thiserror-impl v1.0.63
14702024-08-24T16:26:35.587Z Compiling zeroize v1.7.0
14712024-08-24T16:26:35.760Z Compiling zerocopy v0.7.34
14722024-08-24T16:26:36.522Z Compiling futures-macro v0.3.30
14732024-08-24T16:26:38.295Z Compiling crypto-common v0.1.6
14742024-08-24T16:26:38.596Z Compiling tracing-attributes v0.1.27
14752024-08-24T16:26:38.647Z Compiling der_derive v0.7.2
14762024-08-24T16:26:38.959Z Compiling hashbrown v0.14.5
14772024-08-24T16:26:39.455Z Compiling block-buffer v0.10.4
14782024-08-24T16:26:39.856Z Compiling digest v0.10.7
14792024-08-24T16:26:40.430Z Compiling schemars_derive v0.8.21
14802024-08-24T16:26:41.346Z Compiling openssl-macros v0.1.1
14812024-08-24T16:26:41.967Z Compiling scroll_derive v0.12.0
14822024-08-24T16:26:42.137Z Compiling hmac v0.12.1
14832024-08-24T16:26:42.185Z Compiling pest v2.7.10
14842024-08-24T16:26:42.229Z Compiling block-padding v0.3.3
14852024-08-24T16:26:42.434Z Compiling futures-util v0.3.30
14862024-08-24T16:26:42.540Z Compiling inout v0.1.3
14872024-08-24T16:26:43.446Z Compiling cipher v0.4.4
14882024-08-24T16:26:43.572Z Compiling sha2 v0.10.8
14892024-08-24T16:26:43.951Z Compiling regex-automata v0.4.6
14902024-08-24T16:26:44.531Z Compiling crc32fast v1.4.0
14912024-08-24T16:26:45.106Z Compiling pest_meta v2.7.10
14922024-08-24T16:26:45.966Z Compiling dyn-clone v1.0.17
14932024-08-24T16:26:46.469Z Compiling pest_generator v2.7.10
14942024-08-24T16:26:47.906Z Compiling bytes v1.7.1
14952024-08-24T16:26:49.704Z Compiling bitflags v2.6.0
14962024-08-24T16:26:50.344Z Compiling tokio v1.38.1
14972024-08-24T16:26:50.522Z Compiling indexmap v2.4.0
14982024-08-24T16:26:51.470Z Compiling serde_tokenstream v0.2.2
14992024-08-24T16:26:52.003Z Compiling uuid v1.10.0
15002024-08-24T16:26:52.257Z Compiling chrono v0.4.38
15012024-08-24T16:26:52.920Z Compiling http v0.2.12
15022024-08-24T16:26:53.452Z Compiling rustc_version v0.4.0
15032024-08-24T16:26:54.209Z Compiling pest_derive v2.7.10
15042024-08-24T16:26:56.220Z Compiling usdt-impl v0.5.0
15052024-08-24T16:26:56.415Z Compiling heck v0.4.1
15062024-08-24T16:26:56.607Z Compiling powerfmt v0.2.0
15072024-08-24T16:26:56.859Z Compiling percent-encoding v2.3.1
15082024-08-24T16:26:57.154Z Compiling base64ct v1.6.0
15092024-08-24T16:26:57.272Z Compiling deranged v0.3.11
15102024-08-24T16:26:57.487Z Compiling heapless v0.7.17
15112024-08-24T16:26:57.771Z Compiling pem-rfc7468 v0.7.0
15122024-08-24T16:26:57.955Z Compiling scroll v0.12.0
15132024-08-24T16:26:58.469Z Compiling zerocopy-derive v0.6.6
15142024-08-24T16:26:58.953Z Compiling backtrace v0.3.71
15152024-08-24T16:26:59.502Z Compiling tracing-core v0.1.32
15162024-08-24T16:26:59.616Z Compiling errno v0.3.9
15172024-08-24T16:26:59.899Z Compiling num-bigint-dig v0.8.4
15182024-08-24T16:27:00.245Z Compiling num_threads v0.1.7
15192024-08-24T16:27:00.356Z Compiling flagset v0.4.5
15202024-08-24T16:27:00.601Z Compiling plain v0.2.3
15212024-08-24T16:27:00.776Z Compiling ppv-lite86 v0.2.17
15222024-08-24T16:27:01.355Z Compiling time v0.3.36
15232024-08-24T16:27:01.694Z Compiling rand_chacha v0.3.1
15242024-08-24T16:27:01.829Z Compiling goblin v0.8.2
15252024-08-24T16:27:02.653Z Compiling der v0.7.9
15262024-08-24T16:27:02.749Z Compiling tracing v0.1.40
15272024-08-24T16:27:02.779Z Compiling tokio-util v0.7.11
15282024-08-24T16:27:05.123Z Compiling regex v1.10.6
15292024-08-24T16:27:05.773Z Compiling salsa20 v0.10.2
15302024-08-24T16:27:05.805Z Compiling pbkdf2 v0.12.2
15312024-08-24T16:27:06.027Z Compiling async-trait v0.1.81
15322024-08-24T16:27:06.153Z Compiling strsim v0.11.1
15332024-08-24T16:27:07.792Z Compiling rustversion v1.0.17
15342024-08-24T16:27:08.222Z Compiling pretty-hex v0.4.1
15352024-08-24T16:27:08.529Z Compiling dof v0.3.0
15362024-08-24T16:27:09.571Z Compiling scrypt v0.11.0
15372024-08-24T16:27:10.091Z Compiling spki v0.7.3
15382024-08-24T16:27:10.407Z Compiling rand v0.8.5
15392024-08-24T16:27:10.643Z Compiling form_urlencoded v1.2.1
15402024-08-24T16:27:10.922Z Compiling dtrace-parser v0.2.0
15412024-08-24T16:27:11.332Z Compiling aes v0.8.4
15422024-08-24T16:27:11.622Z Compiling cbc v0.1.2
15432024-08-24T16:27:11.820Z Compiling thread-id v4.2.1
15442024-08-24T16:27:12.029Z Compiling try-lock v0.2.5
15452024-08-24T16:27:12.140Z Compiling smoltcp v0.9.1
15462024-08-24T16:27:12.199Z Compiling signal-hook v0.3.17
15472024-08-24T16:27:12.538Z Compiling foreign-types-shared v0.1.1
15482024-08-24T16:27:12.573Z Compiling anyhow v1.0.86
15492024-08-24T16:27:12.775Z Compiling unicode-width v0.1.13
15502024-08-24T16:27:13.168Z Compiling foreign-types v0.3.2
15512024-08-24T16:27:13.289Z Compiling pkcs5 v0.7.1
15522024-08-24T16:27:14.429Z Compiling want v0.3.1
15532024-08-24T16:27:16.148Z Compiling h2 v0.3.26
15542024-08-24T16:27:18.587Z Compiling http-body v0.4.6
15552024-08-24T16:27:20.832Z Compiling clap_derive v4.5.13
15562024-08-24T16:27:21.343Z Compiling socket2 v0.4.10
15572024-08-24T16:27:21.377Z Compiling cfg_aliases v0.1.1
15582024-08-24T16:27:21.565Z Compiling tower-service v0.3.2
15592024-08-24T16:27:22.157Z Compiling base64 v0.21.7
15602024-08-24T16:27:22.990Z Compiling httpdate v1.0.3
15612024-08-24T16:27:23.448Z Compiling siphasher v0.3.11
15622024-08-24T16:27:24.369Z Compiling nix v0.28.0
15632024-08-24T16:27:25.269Z Compiling hyper v0.14.30
15642024-08-24T16:27:29.855Z Compiling pkcs8 v0.10.2
15652024-08-24T16:27:30.644Z Compiling rustls-webpki v0.101.7
15662024-08-24T16:27:30.687Z Compiling sct v0.7.1
15672024-08-24T16:27:32.041Z Compiling openapiv3 v2.0.0
15682024-08-24T16:27:36.493Z Compiling hubpack_derive v0.1.1
15692024-08-24T16:27:36.978Z Compiling idna v0.5.0
15702024-08-24T16:27:38.434Z Compiling fs-err v2.11.0
15712024-08-24T16:27:38.836Z Compiling anstyle v1.0.8
15722024-08-24T16:27:39.157Z Compiling openssl-probe v0.1.5
15732024-08-24T16:27:39.190Z Compiling finl_unicode v1.2.0
15742024-08-24T16:27:39.302Z Compiling utf8parse v0.2.1
15752024-08-24T16:27:39.673Z Compiling adler v1.0.2
15762024-08-24T16:27:39.966Z Compiling miniz_oxide v0.7.2
15772024-08-24T16:27:40.949Z Compiling stringprep v0.1.4
15782024-08-24T16:27:41.142Z Compiling anstyle-parse v0.2.4
15792024-08-24T16:27:41.556Z Compiling url v2.5.2
15802024-08-24T16:27:45.956Z Compiling usdt-attr-macro v0.5.0
15812024-08-24T16:27:46.132Z Compiling usdt-macro v0.5.0
15822024-08-24T16:27:47.592Z Compiling serde_spanned v0.6.7
15832024-08-24T16:27:47.714Z Compiling toml_datetime v0.6.8
15842024-08-24T16:27:47.834Z Compiling regress v0.9.1
15852024-08-24T16:27:48.166Z Compiling md-5 v0.10.6
15862024-08-24T16:27:48.407Z Compiling idna v0.3.0
15872024-08-24T16:27:49.879Z Compiling lazy_static v1.5.0
15882024-08-24T16:27:49.905Z Compiling num-integer v0.1.46
15892024-08-24T16:27:50.081Z Compiling hash32 v0.2.1
15902024-08-24T16:27:50.471Z Compiling encoding_rs v0.8.34
15912024-08-24T16:27:50.623Z Compiling stable_deref_trait v1.2.0
15922024-08-24T16:27:50.740Z Compiling anstyle-query v1.0.3
15932024-08-24T16:27:50.914Z Compiling colorchoice v1.0.1
15942024-08-24T16:27:51.091Z Compiling is_terminal_polyfill v1.70.0
15952024-08-24T16:27:51.238Z Compiling base64 v0.22.1
15962024-08-24T16:27:51.946Z Compiling psl-types v2.0.11
15972024-08-24T16:27:52.468Z Compiling gimli v0.28.1
15982024-08-24T16:27:52.776Z Compiling fallible-iterator v0.2.0
15992024-08-24T16:27:53.062Z Compiling mime v0.3.17
16002024-08-24T16:27:53.209Z Compiling publicsuffix v2.2.3
16012024-08-24T16:27:53.519Z Compiling postgres-protocol v0.6.7
16022024-08-24T16:27:54.452Z Compiling typify-impl v0.1.0 (https://github.com/oxidecomputer/typify#ad1296f6)
16032024-08-24T16:27:54.706Z Compiling anstream v0.6.14
16042024-08-24T16:27:56.613Z Compiling num-iter v0.1.45
16052024-08-24T16:27:56.811Z Compiling addr2line v0.21.0
16062024-08-24T16:27:58.286Z Compiling tokio-rustls v0.24.1
16072024-08-24T16:27:58.809Z Compiling terminal_size v0.3.0
16082024-08-24T16:27:59.023Z Compiling tokio-native-tls v0.3.1
16092024-08-24T16:27:59.639Z Compiling phf_shared v0.11.2
16102024-08-24T16:28:00.021Z Compiling strum_macros v0.25.3
16112024-08-24T16:28:00.468Z Compiling serde_urlencoded v0.7.1
16122024-08-24T16:28:01.138Z Compiling enum-as-inner v0.6.0
16132024-08-24T16:28:02.082Z Compiling serde_repr v0.1.19
16142024-08-24T16:28:02.202Z Compiling ff v0.13.0
16152024-08-24T16:28:02.220Z Compiling object v0.32.2
16162024-08-24T16:28:02.444Z Compiling managed v0.8.0
16172024-08-24T16:28:02.798Z Compiling base16ct v0.2.0
16182024-08-24T16:28:02.912Z Compiling bitflags v1.3.2
16192024-08-24T16:28:03.030Z Compiling ipnet v2.9.0
16202024-08-24T16:28:03.100Z Compiling rustc-demangle v0.1.24
16212024-08-24T16:28:03.668Z Compiling winnow v0.5.40
16222024-08-24T16:28:03.873Z Compiling clap_lex v0.7.0
16232024-08-24T16:28:05.093Z Compiling either v1.13.0
16242024-08-24T16:28:05.553Z Compiling clap_builder v4.5.15
16252024-08-24T16:28:05.630Z Compiling rustls-pemfile v1.0.4
16262024-08-24T16:28:06.021Z Compiling sec1 v0.7.3
16272024-08-24T16:28:06.577Z Compiling group v0.13.0
16282024-08-24T16:28:06.684Z Compiling typify-macro v0.1.0 (https://github.com/oxidecomputer/typify#ad1296f6)
16292024-08-24T16:28:07.538Z Compiling toml_edit v0.19.15
16302024-08-24T16:28:09.559Z Compiling phf v0.11.2
16312024-08-24T16:28:09.883Z Compiling hyper-tls v0.5.0
16322024-08-24T16:28:11.003Z Compiling hyper-rustls v0.24.2
16332024-08-24T16:28:11.399Z Compiling cookie_store v0.20.0
16342024-08-24T16:28:11.678Z Compiling postgres-types v0.2.7
16352024-08-24T16:28:12.077Z Compiling hubpack v0.1.2
16362024-08-24T16:28:12.522Z Compiling pkcs1 v0.7.5
16372024-08-24T16:28:12.798Z Compiling phf_shared v0.10.0
16382024-08-24T16:28:13.191Z Compiling zerocopy v0.6.6
16392024-08-24T16:28:13.247Z Compiling futures-executor v0.3.30
16402024-08-24T16:28:13.356Z Compiling bstr v1.9.1
16412024-08-24T16:28:13.523Z Compiling hkdf v0.12.4
16422024-08-24T16:28:13.555Z Compiling signature v2.2.0
16432024-08-24T16:28:13.705Z Compiling crypto-bigint v0.5.5
16442024-08-24T16:28:13.756Z Compiling idna v0.4.0
16452024-08-24T16:28:13.867Z Compiling float-cmp v0.9.0
16462024-08-24T16:28:14.068Z Compiling mio v1.0.2
16472024-08-24T16:28:14.104Z Compiling memmap v0.7.0
16482024-08-24T16:28:14.438Z Compiling sync_wrapper v0.1.2
16492024-08-24T16:28:14.577Z Compiling unicode-segmentation v1.11.0
16502024-08-24T16:28:14.873Z Compiling normalize-line-endings v0.3.0
16512024-08-24T16:28:15.049Z Compiling minimal-lexical v0.2.1
16522024-08-24T16:28:15.154Z Compiling winnow v0.6.18
16532024-08-24T16:28:15.368Z Compiling fixedbitset v0.4.2
16542024-08-24T16:28:15.472Z Compiling static_assertions v1.1.0
16552024-08-24T16:28:15.536Z Compiling predicates-core v1.0.6
16562024-08-24T16:28:15.585Z Compiling webpki-roots v0.25.4
16572024-08-24T16:28:15.789Z Compiling data-encoding v2.6.0
16582024-08-24T16:28:15.865Z Compiling bit-vec v0.6.3
16592024-08-24T16:28:16.142Z Compiling new_debug_unreachable v1.0.6
16602024-08-24T16:28:16.253Z Compiling difflib v0.4.0
16612024-08-24T16:28:16.418Z Compiling whoami v1.5.1
16622024-08-24T16:28:16.472Z Compiling precomputed-hash v0.1.1
16632024-08-24T16:28:16.599Z Compiling string_cache v0.8.7
16642024-08-24T16:28:16.951Z Compiling reqwest v0.11.27
16652024-08-24T16:28:17.042Z Compiling tokio-postgres v0.7.11
16662024-08-24T16:28:17.230Z Compiling predicates v3.1.2
16672024-08-24T16:28:17.471Z Compiling elliptic-curve v0.13.8
16682024-08-24T16:28:17.489Z Compiling hickory-proto v0.24.1
16692024-08-24T16:28:18.206Z Compiling bit-set v0.5.3
16702024-08-24T16:28:18.785Z Compiling toml_edit v0.22.20
16712024-08-24T16:28:18.866Z Compiling petgraph v0.6.5
16722024-08-24T16:28:18.970Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=319e7b92db69792ab8efa4c68554ad0cf83adf93#319e7b92)
16732024-08-24T16:28:22.349Z Compiling nom v7.1.3
16742024-08-24T16:28:22.834Z Compiling similar v2.6.0
16752024-08-24T16:28:24.872Z Compiling signal-hook-mio v0.2.4
16762024-08-24T16:28:25.067Z Compiling usdt v0.5.0
16772024-08-24T16:28:25.529Z Compiling rsa v0.9.6
16782024-08-24T16:28:26.084Z Compiling futures v0.3.30
16792024-08-24T16:28:26.727Z Compiling toml v0.7.8
16802024-08-24T16:28:26.871Z Compiling clap v4.5.16
16812024-08-24T16:28:27.001Z Compiling flate2 v1.0.31
16822024-08-24T16:28:27.185Z Compiling crossbeam-epoch v0.9.18
16832024-08-24T16:28:27.414Z Compiling itertools v0.10.5
16842024-08-24T16:28:27.878Z Compiling itertools v0.12.1
16852024-08-24T16:28:27.966Z Compiling console v0.15.8
16862024-08-24T16:28:29.281Z Compiling tokio-stream v0.1.15
16872024-08-24T16:28:30.157Z Compiling hex v0.4.3
16882024-08-24T16:28:30.428Z Compiling sha1 v0.10.6
16892024-08-24T16:28:30.914Z Compiling lalrpop-util v0.19.12
16902024-08-24T16:28:30.968Z Compiling radium v0.7.0
16912024-08-24T16:28:31.227Z Compiling unicode-xid v0.2.4
16922024-08-24T16:28:31.270Z Compiling camino v1.1.9
16932024-08-24T16:28:31.426Z Compiling peg-runtime v0.8.3
16942024-08-24T16:28:31.966Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
16952024-08-24T16:28:36.914Z Compiling is-terminal v0.4.12
16962024-08-24T16:28:38.387Z Compiling maybe-uninit v2.0.0
16972024-08-24T16:28:38.871Z Compiling tap v1.0.1
16982024-08-24T16:28:41.573Z Compiling ident_case v1.0.1
16992024-08-24T16:28:41.650Z Compiling rustls-pki-types v1.7.0
17002024-08-24T16:28:41.771Z Compiling darling_core v0.20.9
17012024-08-24T16:28:48.069Z Compiling wyz v0.5.1
17022024-08-24T16:28:57.293Z Compiling typify v0.1.0 (https://github.com/oxidecomputer/typify#ad1296f6)
17032024-08-24T16:28:57.639Z Compiling getopts v0.2.21
17042024-08-24T16:28:58.609Z Compiling bzip2-sys v0.1.11+1.0.8
17052024-08-24T16:28:59.163Z Compiling dirs-sys-next v0.1.2
17062024-08-24T16:28:59.371Z Compiling unsafe-libyaml v0.2.11
17072024-08-24T16:29:00.255Z Compiling funty v2.0.0
17082024-08-24T16:29:00.304Z Compiling paste v1.0.15
17092024-08-24T16:29:01.206Z Compiling rustls v0.22.4
17102024-08-24T16:29:01.521Z Compiling packed_struct v0.10.1
17112024-08-24T16:29:02.045Z Compiling bitvec v1.0.1
17122024-08-24T16:29:02.850Z Compiling serde_yaml v0.9.34+deprecated
17132024-08-24T16:29:03.792Z Compiling dirs-next v2.0.0
17142024-08-24T16:29:06.608Z Compiling progenitor-impl v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#c59c6d64)
17152024-08-24T16:29:07.303Z Compiling darling_macro v0.20.9
17162024-08-24T16:29:08.359Z Compiling rustls-webpki v0.102.4
17172024-08-24T16:29:11.970Z Compiling packed_struct_codegen v0.10.1
17182024-08-24T16:29:12.587Z Compiling structmeta-derive v0.3.0
17192024-08-24T16:29:13.418Z Compiling thread_local v1.1.8
17202024-08-24T16:29:13.771Z Compiling indexmap v1.9.3
17212024-08-24T16:29:14.098Z Compiling multer v3.1.0
17222024-08-24T16:29:14.130Z Compiling nodrop v0.1.14
17232024-08-24T16:29:14.147Z Compiling fastrand v2.1.0
17242024-08-24T16:29:14.435Z Compiling slog-async v2.8.0
17252024-08-24T16:29:14.562Z Compiling crc-catalog v2.4.0
17262024-08-24T16:29:14.715Z Compiling match_cfg v0.1.0
17272024-08-24T16:29:14.797Z Compiling rayon-core v1.12.1
17282024-08-24T16:29:14.815Z Compiling crc v3.2.1
17292024-08-24T16:29:14.832Z Compiling hostname v0.3.1
17302024-08-24T16:29:15.090Z Compiling tempfile v3.10.1
17312024-08-24T16:29:15.266Z Compiling structmeta v0.3.0
17322024-08-24T16:29:15.740Z Compiling array-init v0.0.4
17332024-08-24T16:29:17.046Z Compiling progenitor-macro v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#c59c6d64)
17342024-08-24T16:29:18.257Z Compiling darling v0.20.9
17352024-08-24T16:29:18.388Z Compiling smallvec v0.6.14
17362024-08-24T16:29:18.885Z Compiling term v0.7.0
17372024-08-24T16:29:20.900Z Compiling crossbeam-deque v0.8.5
17382024-08-24T16:29:21.324Z Compiling progenitor-client v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#c59c6d64)
17392024-08-24T16:29:22.851Z Compiling slog-json v2.6.1
17402024-08-24T16:29:23.448Z Compiling crossbeam-channel v0.5.12
17412024-08-24T16:29:23.863Z Compiling http v1.1.0
17422024-08-24T16:29:25.774Z Compiling pin-project-internal v1.1.5
17432024-08-24T16:29:27.141Z Compiling async-stream-impl v0.3.5
17442024-08-24T16:29:28.760Z Compiling dropshot v0.10.2-dev (https://github.com/oxidecomputer/dropshot?branch=main#06c8dab4)
17452024-08-24T16:29:29.758Z Compiling termcolor v1.4.1
17462024-08-24T16:29:30.318Z Compiling take_mut v0.2.2
17472024-08-24T16:29:30.647Z Compiling bitfield v0.14.0
17482024-08-24T16:29:31.433Z Compiling same-file v1.0.6
17492024-08-24T16:29:31.725Z Compiling atomic-waker v1.1.2
17502024-08-24T16:29:32.254Z Compiling hashbrown v0.12.3
17512024-08-24T16:29:34.712Z Compiling progenitor v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#c59c6d64)
17522024-08-24T16:29:38.822Z Compiling waitgroup v0.1.2
17532024-08-24T16:29:39.617Z Compiling walkdir v2.5.0
17542024-08-24T16:29:41.030Z Compiling lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#131520fc)
17552024-08-24T16:29:48.535Z Compiling env_logger v0.10.2
17562024-08-24T16:29:49.184Z Compiling pin-project v1.1.5
17572024-08-24T16:29:49.336Z Compiling async-stream v0.3.5
17582024-08-24T16:29:51.338Z Compiling slog-bunyan v2.5.0
17592024-08-24T16:29:51.463Z Compiling tokio-rustls v0.25.0
17602024-08-24T16:29:52.063Z Compiling slog-term v2.9.1
17612024-08-24T16:29:52.363Z Compiling serde-hex v0.1.0
17622024-08-24T16:29:53.166Z Compiling serde_with_macros v3.9.0
17632024-08-24T16:29:54.762Z Compiling bzip2 v0.4.4
17642024-08-24T16:29:55.209Z Compiling parse-display-derive v0.10.0
17652024-08-24T16:29:55.237Z Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a)
17662024-08-24T16:29:55.564Z Compiling toml v0.8.19
17672024-08-24T16:29:55.786Z Compiling rustls-pemfile v2.1.3
17682024-08-24T16:29:57.431Z Compiling x509-cert v0.2.5
17692024-08-24T16:29:57.828Z Compiling ron v0.8.1
17702024-08-24T16:29:58.697Z Compiling ipnetwork v0.20.0
17712024-08-24T16:29:59.253Z Compiling newtype-uuid v1.1.0
17722024-08-24T16:29:59.593Z Compiling strum_macros v0.26.4
17732024-08-24T16:29:59.732Z Compiling xattr v1.3.1
17742024-08-24T16:30:00.216Z Compiling snafu-derive v0.8.2
17752024-08-24T16:30:01.291Z Compiling dropshot_endpoint v0.10.2-dev (https://github.com/oxidecomputer/dropshot?branch=main#06c8dab4)
17762024-08-24T16:30:02.474Z Compiling serde_path_to_error v0.1.16
17772024-08-24T16:30:02.680Z Compiling hashbrown v0.13.2
17782024-08-24T16:30:03.491Z Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
17792024-08-24T16:30:03.915Z Compiling ring v0.16.20
17802024-08-24T16:30:04.076Z Compiling blake3 v1.5.1
17812024-08-24T16:30:04.181Z Compiling hostname v0.4.0
17822024-08-24T16:30:04.234Z Compiling filetime v0.2.24
17832024-08-24T16:30:04.447Z Compiling instant v0.1.12
17842024-08-24T16:30:04.576Z Compiling buf-list v1.0.3
17852024-08-24T16:30:04.628Z Compiling crc-any v2.5.0
17862024-08-24T16:30:04.909Z Compiling debug-ignore v1.0.5
17872024-08-24T16:30:05.064Z Compiling snafu v0.8.2
17882024-08-24T16:30:05.180Z Compiling lpc55_sign v0.3.4 (https://github.com/oxidecomputer/lpc55_support#131520fc)
17892024-08-24T16:30:05.668Z Compiling backoff v0.4.0
17902024-08-24T16:30:06.050Z Compiling tar v0.4.41
17912024-08-24T16:30:06.192Z Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
17922024-08-24T16:30:06.320Z Compiling strum v0.26.3
17932024-08-24T16:30:06.414Z Compiling object v0.30.4
17942024-08-24T16:30:06.538Z Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
17952024-08-24T16:30:07.125Z Compiling tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a)
17962024-08-24T16:30:08.839Z Compiling parse-display v0.10.0
17972024-08-24T16:30:09.142Z Compiling oxnet v0.1.0 (https://github.com/oxidecomputer/oxnet#2612d220)
17982024-08-24T16:30:10.812Z Compiling serde_with v3.9.0
17992024-08-24T16:30:11.235Z Compiling zip v0.6.6
18002024-08-24T16:30:11.460Z Compiling rayon v1.10.0
18012024-08-24T16:30:12.886Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
18022024-08-24T16:30:13.634Z Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=9e0fe45ca3862176dc31ad8cc83f605f8a7e1a42#9e0fe45c)
18032024-08-24T16:30:14.008Z Compiling camino-tempfile v1.1.1
18042024-08-24T16:30:14.766Z Compiling globset v0.4.14
18052024-08-24T16:30:15.286Z Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945)
18062024-08-24T16:30:15.478Z Compiling pem v3.0.4
18072024-08-24T16:30:17.031Z Compiling olpc-cjson v0.1.3
18082024-08-24T16:30:17.259Z Compiling macaddr v1.0.1
18092024-08-24T16:30:17.355Z Compiling serde_plain v1.0.2
18102024-08-24T16:30:17.894Z Compiling async-recursion v1.1.1
18112024-08-24T16:30:17.913Z Compiling memmap2 v0.9.4
18122024-08-24T16:30:18.472Z Compiling untrusted v0.7.1
18132024-08-24T16:30:18.671Z Compiling typed-path v0.7.1
18142024-08-24T16:30:19.404Z Compiling path-slash v0.1.5
18152024-08-24T16:30:19.579Z Compiling constant_time_eq v0.3.0
18162024-08-24T16:30:19.634Z Compiling arrayvec v0.7.4
18172024-08-24T16:30:19.757Z Compiling arrayref v0.3.7
18182024-08-24T16:30:19.878Z Compiling spin v0.5.2
18192024-08-24T16:30:22.537Z Compiling tough v0.17.1
18202024-08-24T16:30:22.681Z Compiling hubtools v0.4.6 (https://github.com/oxidecomputer/hubtools.git?branch=main#943c4bbe)
18212024-08-24T16:30:22.850Z Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
18222024-08-24T16:30:25.176Z Compiling itertools v0.13.0
18232024-08-24T16:30:25.346Z Compiling cargo-platform v0.1.8
18242024-08-24T16:30:26.462Z Compiling topological-sort v0.2.2
18252024-08-24T16:30:26.748Z Compiling parse-size v1.0.0
18262024-08-24T16:30:27.069Z Compiling omicron-zone-package v0.11.0
18272024-08-24T16:30:27.729Z Compiling cargo_metadata v0.18.1
18282024-08-24T16:30:29.007Z Compiling shell-words v1.1.0
18292024-08-24T16:30:35.293Z Compiling tufaceous-lib v0.1.0 (/work/oxidecomputer/omicron/tufaceous-lib)
18302024-08-24T16:30:48.644Z Compiling omicron-releng v0.1.0 (/work/oxidecomputer/omicron/dev-tools/releng)
18312024-08-24T16:31:02.720Z Finished `release` profile [optimized] target(s) in 4m 46s
18322024-08-24T16:31:02.862Z Running `target/release/omicron-releng --output-dir /work`
18332024-08-24T16:31:02.904ZAug 24 16:31:02.039 DEBG changing working directory to /work/oxidecomputer/omicron
18342024-08-24T16:31:02.998ZAug 24 16:31:02.133 DEBG running: git rev-parse HEAD
18352024-08-24T16:31:03.004ZAug 24 16:31:02.140 DEBG process exited with exit status: 0 (6.639626ms)
18362024-08-24T16:31:03.004ZAug 24 16:31:02.140 INFO version: 10.0.0-0.ci+gite7d2430f1f0
18372024-08-24T16:31:03.044ZAug 24 16:31:02.180 INFO cloning helios to /work/oxidecomputer/helios
18382024-08-24T16:31:03.044ZAug 24 16:31:02.180 DEBG running: git clone https://github.com/oxidecomputer/helios.git /work/oxidecomputer/helios
18392024-08-24T16:31:03.050ZCloning into '/work/oxidecomputer/helios'...
18402024-08-24T16:31:03.581ZAug 24 16:31:02.716 DEBG process exited with exit status: 0 (536.331272ms)
18412024-08-24T16:31:03.581ZAug 24 16:31:02.717 DEBG running: git -C /work/oxidecomputer/helios status --branch '--porcelain=2'
18422024-08-24T16:31:03.589Z# branch.oid 5957f0585d08e57fe117e75e2c8590e41f2cac29
18432024-08-24T16:31:03.589Z# branch.head master
18442024-08-24T16:31:03.589Z# branch.upstream origin/master
18452024-08-24T16:31:03.589Z# branch.ab +0 -0
18462024-08-24T16:31:03.591ZAug 24 16:31:02.725 DEBG process exited with exit status: 0 (8.238482ms)
18472024-08-24T16:31:03.591ZAug 24 16:31:02.725 DEBG running: pkg verify -q /system/zones/brand/omicron1/tools
18482024-08-24T16:31:04.326ZAug 24 16:31:03.462 DEBG process exited with exit status: 0 (736.78434ms)
18492024-08-24T16:31:04.326ZAug 24 16:31:03.462 DEBG running: zfs list rpool/images/build/host
18502024-08-24T16:31:04.333ZNAME USED AVAIL REFER MOUNTPOINT
18512024-08-24T16:31:04.333Zrpool/images/build/host 24K 152G 24K /rpool/images/build/host
18522024-08-24T16:31:04.336ZAug 24 16:31:03.469 DEBG process exited with exit status: 0 (7.502578ms)
18532024-08-24T16:31:04.336ZAug 24 16:31:03.469 DEBG running: zfs list rpool/images/build/recovery
18542024-08-24T16:31:04.340ZNAME USED AVAIL REFER MOUNTPOINT
18552024-08-24T16:31:04.340Zrpool/images/build/recovery 24K 152G 24K /rpool/images/build/recovery
18562024-08-24T16:31:04.342ZAug 24 16:31:03.476 DEBG process exited with exit status: 0 (6.374508ms)
18572024-08-24T16:31:04.342ZAug 24 16:31:03.477 INFO [hubris-production] running task
18582024-08-24T16:31:04.342ZAug 24 16:31:03.477 INFO [hubris-staging] running task
18592024-08-24T16:31:04.342ZAug 24 16:31:03.477 INFO [helios-setup] running: BUILD_OS=no PWD=/work/oxidecomputer/helios ptime -m gmake setup
18602024-08-24T16:31:04.345ZAug 24 16:31:03.481 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
18612024-08-24T16:31:04.413Z[ helios-setup] cd tools/helios-build && cargo build --quiet
18622024-08-24T16:31:04.862Z[ omicron-package] Blocking waiting for file lock on package cache
18632024-08-24T16:31:05.518Z[ omicron-package] Blocking waiting for file lock on package cache
18642024-08-24T16:31:05.741ZAug 24 16:31:04.876 INFO [hubris-production] task succeeded (1.399347931s)
18652024-08-24T16:31:05.768Z[ omicron-package] Blocking waiting for file lock on package cache
18662024-08-24T16:31:06.530Z[ omicron-package] Compiling proc-macro-crate v1.3.1
18672024-08-24T16:31:06.530Z[ omicron-package] Compiling heapless v0.8.0
18682024-08-24T16:31:06.532Z[ omicron-package] Compiling hash32 v0.3.1
18692024-08-24T16:31:06.532Z[ omicron-package] Compiling smoltcp v0.11.0
18702024-08-24T16:31:06.532Z[ omicron-package] Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
18712024-08-24T16:31:06.533Z[ omicron-package] Compiling proc-macro-error-attr v1.0.4
18722024-08-24T16:31:06.533Z[ omicron-package] Compiling cobs v0.2.3
18732024-08-24T16:31:06.533Z[ omicron-package] Compiling embedded-io v0.4.0
18742024-08-24T16:31:07.524Z[ omicron-package] Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9)
18752024-08-24T16:31:07.690Z[ omicron-package] Compiling postcard v1.0.8
18762024-08-24T16:31:08.177Z[ omicron-package] Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=76878de67229ea113d70503c441eab47ac5dc653#76878de6)
18772024-08-24T16:31:08.257Z[ omicron-package] Compiling num_enum_derive v0.5.11
18782024-08-24T16:31:08.380Z[ omicron-package] Compiling proc-macro-error v1.0.4
18792024-08-24T16:31:08.700Z[ omicron-package] Compiling foreign-types-macros v0.2.3
18802024-08-24T16:31:08.960Z[ omicron-package] Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=76878de67229ea113d70503c441eab47ac5dc653#76878de6)
18812024-08-24T16:31:09.056Z[ omicron-package] Compiling foreign-types-shared v0.3.1
18822024-08-24T16:31:09.056Z[ omicron-package] Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#42ad0104)
18832024-08-24T16:31:09.906Z[ omicron-package] Compiling tabwriter v1.4.0
18842024-08-24T16:31:09.993Z[ omicron-package] Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#42ad0104)
18852024-08-24T16:31:10.256Z[ omicron-package] Compiling cstr-argument v0.1.2
18862024-08-24T16:31:10.439Z[ omicron-package] Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=76878de67229ea113d70503c441eab47ac5dc653#76878de6)
18872024-08-24T16:31:11.041Z[ omicron-package] Compiling foreign-types v0.5.0
18882024-08-24T16:31:11.044Z[ omicron-package] Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys#4ceaf96e)
18892024-08-24T16:31:11.044Z[ omicron-package] Compiling crucible-workspace-hack v0.1.0
18902024-08-24T16:31:11.361Z[ omicron-package] Compiling pretty-hex v0.2.1
18912024-08-24T16:31:11.615Z[ omicron-package] Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
18922024-08-24T16:31:12.318Z[ omicron-package] Compiling colored v2.1.0
18932024-08-24T16:31:12.320Z[ omicron-package] Compiling poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=multipath#ca52bef3)
18942024-08-24T16:31:12.613Z[ omicron-package] Compiling num_enum v0.5.11
18952024-08-24T16:31:12.845Z[ omicron-package] Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=24a74d0c76b6a63961ecef76acb1516b6e66c5c9#24a74d0c)
18962024-08-24T16:31:13.064Z[ omicron-package] Compiling sigpipe v0.1.3
18972024-08-24T16:31:13.161Z[ omicron-package] Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9)
18982024-08-24T16:31:13.250Z[ omicron-package] Compiling zone_cfg_derive v0.3.0 (https://github.com/oxidecomputer/zone?branch=state-derive-eq-hash#f1920d56)
18992024-08-24T16:31:13.252Z[ omicron-package] Compiling num-derive v0.4.2
19002024-08-24T16:31:13.426ZAug 24 16:31:12.562 INFO [hubris-staging] task succeeded (9.084511394s)
19012024-08-24T16:31:13.502Z[ omicron-package] Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
19022024-08-24T16:31:13.616Z[ omicron-package] Compiling libefi-sys v0.1.0
19032024-08-24T16:31:14.031Z[ omicron-package] Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=24a74d0c76b6a63961ecef76acb1516b6e66c5c9#24a74d0c)
19042024-08-24T16:31:14.453Z[ omicron-package] Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
19052024-08-24T16:31:14.569Z[ omicron-package] Compiling smf v0.2.3
19062024-08-24T16:31:14.727Z[ omicron-package] Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino?branch=main#1b66b89c)
19072024-08-24T16:31:15.204Z[ omicron-package] Compiling bitfield-struct v0.6.1
19082024-08-24T16:31:15.845Z[ omicron-package] Compiling portable-atomic v1.6.0
19092024-08-24T16:31:16.099Z[ omicron-package] Compiling zone v0.3.0 (https://github.com/oxidecomputer/zone?branch=state-derive-eq-hash#f1920d56)
19102024-08-24T16:31:18.070Z[ omicron-package] Compiling libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
19112024-08-24T16:31:18.273Z[ omicron-package] Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=e58ca3693cb9ce0438947beba10e97ee38a0966b#e58ca369)
19122024-08-24T16:31:18.994Z[ omicron-package] Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=76878de67229ea113d70503c441eab47ac5dc653#76878de6)
19132024-08-24T16:31:19.840Z[ omicron-package] Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
19142024-08-24T16:31:20.588Z[ omicron-package] Compiling nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
19152024-08-24T16:31:20.624Z[ omicron-package] Compiling libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1)
19162024-08-24T16:31:20.842Z[ omicron-package] Compiling libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
19172024-08-24T16:31:22.030Z[ omicron-package] Compiling gethostname v0.5.0
19182024-08-24T16:31:22.330Z[ omicron-package] Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=76878de67229ea113d70503c441eab47ac5dc653#76878de6)
19192024-08-24T16:31:22.491Z[ omicron-package] Compiling number_prefix v0.4.0
19202024-08-24T16:31:23.619Z[ omicron-package] Compiling indicatif v0.17.8
19212024-08-24T16:31:25.329Z[ omicron-package] Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=76878de67229ea113d70503c441eab47ac5dc653#76878de6)
19222024-08-24T16:31:28.233Z[ omicron-package] Compiling sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
19232024-08-24T16:31:28.657Z[ omicron-package] Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
19242024-08-24T16:31:30.282Z[ omicron-package] Compiling omicron-package v0.1.0 (/work/oxidecomputer/omicron/package)
19252024-08-24T16:31:46.794Z[ helios-setup] Aug 24 16:31:45.928 INFO helios repository root is: /work/oxidecomputer/helios
19262024-08-24T16:31:46.797Z[ helios-setup] Aug 24 16:31:45.931 INFO skipping project "omnios-build" because "BUILD_OS" is set to "no"
19272024-08-24T16:31:46.797Z[ helios-setup] Aug 24 16:31:45.931 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
19282024-08-24T16:31:46.797Z[ helios-setup] Aug 24 16:31:45.931 INFO cloning git@github.com:oxidecomputer/amd-firmware.git at "/work/oxidecomputer/helios/projects/amd-firmware"..., project: amd-firmware
19292024-08-24T16:31:46.802Z[ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/amd-firmware'...
19302024-08-24T16:31:50.061Z[ omicron-package] Finished `release` profile [optimized] target(s) in 45.70s
19312024-08-24T16:31:50.262Z[ omicron-package]
19322024-08-24T16:31:50.262Z[ omicron-package] real 45.875641019
19332024-08-24T16:31:50.265Z[ omicron-package] user 2:44.911871764
19342024-08-24T16:31:50.265Z[ omicron-package] sys 21.461004778
19352024-08-24T16:31:50.265Z[ omicron-package] trap 0.171223996
19362024-08-24T16:31:50.265Z[ omicron-package] tflt 0.586293793
19372024-08-24T16:31:50.265Z[ omicron-package] dflt 0.605489612
19382024-08-24T16:31:50.265Z[ omicron-package] kflt 0.009095664
19392024-08-24T16:31:50.265Z[ omicron-package] lock 5:23.741324139
19402024-08-24T16:31:50.265Z[ omicron-package] slp 9:11.937069931
19412024-08-24T16:31:50.265Z[ omicron-package] lat 1:42.078388204
19422024-08-24T16:31:50.265ZAug 24 16:31:49.398[ omicron-package] stop 56.137740155
19432024-08-24T16:31:50.265Z INFO [omicron-package] process exited with exit status: 0 (45.916748421s)
19442024-08-24T16:31:50.265ZAug 24 16:31:49.398 INFO [recovery-target] running: /work/oxidecomputer/omicron/target/release/omicron-package --target recovery --artifacts /work/artifacts-recovery target create --image trampoline
19452024-08-24T16:31:50.317ZAug 24 16:31:49.451 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
19462024-08-24T16:31:50.328Z[ recovery-target] Logging to: /work/artifacts-recovery/LOG
19472024-08-24T16:31:50.331Z[ recovery-target] Created new build target 'recovery' and set it as active
19482024-08-24T16:31:50.331ZAug 24 16:31:49.465 INFO [recovery-target] process exited with exit status: 0 (67.065747ms)
19492024-08-24T16:31:50.334Z[ host-target] Logging to: /work/oxidecomputer/omicron/out/LOG
19502024-08-24T16:31:50.334Z[ host-target] Created new build target 'host' and set it as active
19512024-08-24T16:31:50.336ZAug 24 16:31:49.470 INFO [host-target] process exited with exit status: 0 (18.26544ms)
19522024-08-24T16:31:50.336ZAug 24 16:31:49.470 INFO [host-package] running: /work/oxidecomputer/omicron/target/release/omicron-package --target host --artifacts /work/oxidecomputer/omicron/out package
19532024-08-24T16:31:50.350Z[ host-package] Logging to: /work/oxidecomputer/omicron/out/LOG
19542024-08-24T16:31:51.564Z[ host-package] Compiling camino v1.1.9
19552024-08-24T16:31:51.564Z[ host-package] Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
19562024-08-24T16:31:51.566Z[ host-package] Compiling password-hash v0.5.0
19572024-08-24T16:31:51.566Z[ host-package] Compiling blake2 v0.10.6
19582024-08-24T16:31:51.567Z[ host-package] Compiling derive-where v1.2.7
19592024-08-24T16:31:51.567Z[ host-package] Compiling newline-converter v0.3.0
19602024-08-24T16:31:51.567Z[ host-package] Compiling toml v0.8.19
19612024-08-24T16:31:51.567Z[ host-package] Compiling progenitor-client v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#c59c6d64)
19622024-08-24T16:31:51.948Z[ host-package] Compiling humantime v2.1.0
19632024-08-24T16:31:51.976Z[ host-package] Compiling expectorate v1.1.0
19642024-08-24T16:31:52.096Z[ host-package] Compiling progenitor v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#c59c6d64)
19652024-08-24T16:31:52.192Z[ helios-setup] Aug 24 16:31:51.326 INFO clone ok!, project: amd-firmware
19662024-08-24T16:31:52.195Z[ helios-setup] Aug 24 16:31:51.327 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
19672024-08-24T16:31:52.195Z[ helios-setup] Aug 24 16:31:51.327 INFO cloning git@github.com:oxidecomputer/chelsio-t6-roms.git at "/work/oxidecomputer/helios/projects/chelsio-t6-roms"..., project: chelsio-t6-roms
19682024-08-24T16:31:52.197Z[ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/chelsio-t6-roms'...
19692024-08-24T16:31:52.247Z[ host-package] Compiling argon2 v0.5.3
19702024-08-24T16:31:52.343Z[ host-package] Compiling dirs-sys-next v0.1.2
19712024-08-24T16:31:52.648Z[ host-package] Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide/omicron#b1194c19)
19722024-08-24T16:31:52.844Z[ host-package] Compiling dirs-next v2.0.0
19732024-08-24T16:31:52.884Z[ host-package] Compiling dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
19742024-08-24T16:31:52.904Z[ host-package] Compiling gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
19752024-08-24T16:31:53.039Z[ host-package] Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
19762024-08-24T16:31:53.264Z[ helios-setup] Aug 24 16:31:52.398 INFO clone ok!, project: chelsio-t6-roms
19772024-08-24T16:31:53.267Z[ helios-setup] Aug 24 16:31:52.399 INFO skipping project "illumos" because "BUILD_OS" is set to "no"
19782024-08-24T16:31:53.267Z[ helios-setup] Aug 24 16:31:52.399 INFO skipping project "omnios-extra" because "BUILD_OS" is set to "no"
19792024-08-24T16:31:53.267Z[ helios-setup] Aug 24 16:31:52.399 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
19802024-08-24T16:31:53.267Z[ helios-setup] Aug 24 16:31:52.399 INFO cloning git@github.com:oxidecomputer/pilot.git at "/work/oxidecomputer/helios/projects/pilot"..., project: pilot
19812024-08-24T16:31:53.275Z[ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/pilot'...
19822024-08-24T16:31:53.438Z[ host-package] Compiling num-rational v0.4.2
19832024-08-24T16:31:53.456Z[ host-package] Compiling num-complex v0.4.6
19842024-08-24T16:31:53.652Z[ host-package] Compiling convert_case v0.4.0
19852024-08-24T16:31:53.955Z[ host-package] Compiling term v0.7.0
19862024-08-24T16:31:54.338Z[ helios-setup] Aug 24 16:31:53.472 INFO clone ok!, project: pilot
19872024-08-24T16:31:54.341Z[ helios-setup] Aug 24 16:31:53.472 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
19882024-08-24T16:31:54.341Z[ helios-setup] Aug 24 16:31:53.472 INFO cloning https://github.com/oxidecomputer/boot-image-tools.git at "/work/oxidecomputer/helios/projects/bootserver"..., project: bootserver
19892024-08-24T16:31:54.344Z[ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/bootserver'...
19902024-08-24T16:31:54.493Z[ host-package] Compiling derive_more v0.99.18
19912024-08-24T16:31:54.832Z[ host-package] Compiling num v0.4.3
19922024-08-24T16:31:54.887Z[ host-package] Compiling float-ord v0.3.2
19932024-08-24T16:31:54.965Z[ host-package] Compiling prettyplease v0.2.20
19942024-08-24T16:31:54.985Z[ host-package] Compiling is-terminal v0.4.12
19952024-08-24T16:31:55.057Z[ helios-setup] Aug 24 16:31:54.191 INFO clone ok!, project: bootserver
19962024-08-24T16:31:55.060Z[ helios-setup] Aug 24 16:31:54.191 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
19972024-08-24T16:31:55.060Z[ helios-setup] Aug 24 16:31:54.191 INFO cloning https://github.com/oxidecomputer/phbl.git at "/work/oxidecomputer/helios/projects/phbl"..., project: phbl
19982024-08-24T16:31:55.063Z[ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/phbl'...
19992024-08-24T16:31:55.106Z[ host-package] Compiling oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types)
20002024-08-24T16:31:55.204Z[ host-package] Compiling semver v0.1.20
20012024-08-24T16:31:55.328Z[ host-package] Compiling nexus-sled-agent-shared v0.1.0 (/work/oxidecomputer/omicron/nexus-sled-agent-shared)
20022024-08-24T16:31:55.386Z[ host-package] Compiling cookie v0.18.1
20032024-08-24T16:31:55.730Z[ host-package] Compiling rustc_version v0.1.7
20042024-08-24T16:31:55.833Z[ host-package] Compiling highway v1.2.0
20052024-08-24T16:31:55.911Z[ helios-setup] Aug 24 16:31:55.045 INFO clone ok!, project: phbl
20062024-08-24T16:31:55.914Z[ helios-setup] Aug 24 16:31:55.046 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
20072024-08-24T16:31:55.914Z[ helios-setup] Aug 24 16:31:55.046 INFO cloning https://github.com/oxidecomputer/pinprick.git at "/work/oxidecomputer/helios/projects/pinprick"..., project: pinprick
20082024-08-24T16:31:55.916Z[ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/pinprick'...
20092024-08-24T16:31:56.025Z[ host-package] Compiling rustls-pki-types v1.7.0
20102024-08-24T16:31:56.189Z[ host-package] Compiling newtype_derive v0.1.6
20112024-08-24T16:31:56.616Z[ helios-setup] Aug 24 16:31:55.750 INFO clone ok!, project: pinprick
20122024-08-24T16:31:56.618Z[ helios-setup] Aug 24 16:31:55.750 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
20132024-08-24T16:31:56.618Z[ helios-setup] Aug 24 16:31:55.750 INFO cloning https://github.com/illumos/image-builder.git at "/work/oxidecomputer/helios/projects/image-builder"..., project: image-builder
20142024-08-24T16:31:56.621Z[ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/image-builder'...
20152024-08-24T16:31:56.872Z[ host-package] Compiling home v0.5.9
20162024-08-24T16:31:57.126Z[ host-package] Compiling steno v0.4.1
20172024-08-24T16:31:57.323Z[ helios-setup] Aug 24 16:31:56.457 INFO clone ok!, project: image-builder
20182024-08-24T16:31:57.326Z[ helios-setup] Aug 24 16:31:56.458 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
20192024-08-24T16:31:57.326Z[ helios-setup] Aug 24 16:31:56.458 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
20202024-08-24T16:31:57.329Z[ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/amd-host-image-builder'...
20212024-08-24T16:31:57.449Z[ host-package] Compiling rustls-webpki v0.102.4
20222024-08-24T16:31:58.394Z[ helios-setup] Submodule 'amd-firmware' (git@github.com:oxidecomputer/amd-firmware.git) registered for path 'amd-firmware'
20232024-08-24T16:31:58.418Z[ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/amd-host-image-builder/amd-firmware'...
20242024-08-24T16:31:59.438Z[ host-package] Compiling rustls v0.22.4
20252024-08-24T16:31:59.469Z[ host-package] Compiling thread_local v1.1.8
20262024-08-24T16:31:59.682Z[ host-package] Compiling oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types)
20272024-08-24T16:31:59.999Z[ host-package] Compiling match_cfg v0.1.0
20282024-08-24T16:32:00.123Z[ host-package] Compiling hostname v0.3.1
20292024-08-24T16:32:01.402Z[ host-package] Compiling multer v3.1.0
20302024-08-24T16:32:01.483Z[ host-package] Compiling slog-async v2.8.0
20312024-08-24T16:32:01.562Z[ host-package] Compiling nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
20322024-08-24T16:32:02.396Z[ host-package] Compiling slog-json v2.6.1
20332024-08-24T16:32:02.698Z[ host-package] Compiling crossbeam-channel v0.5.12
20342024-08-24T16:32:02.809Z[ host-package] Compiling http v1.1.0
20352024-08-24T16:32:03.818Z[ host-package] Compiling atomic-waker v1.1.2
20362024-08-24T16:32:04.025Z[ host-package] Compiling take_mut v0.2.2
20372024-08-24T16:32:05.343Z[ host-package] Compiling tokio-rustls v0.25.0
20382024-08-24T16:32:05.418Z[ helios-setup] Submodule path 'amd-firmware': checked out '160c7d1f31829e543fd8765faf83440d602e742c'
20392024-08-24T16:32:05.430Z[ helios-setup] Aug 24 16:32:04.564 INFO clone ok!, project: amd-host-image-builder
20402024-08-24T16:32:05.432Z[ helios-setup] Aug 24 16:32:04.564 INFO exec: ["/usr/bin/pkgrepo", "create", "/work/oxidecomputer/helios/packages/os"], pwd: None
20412024-08-24T16:32:05.845Z[ host-package] Compiling waitgroup v0.1.2
20422024-08-24T16:32:06.114Z[ host-package] Compiling slog-bunyan v2.5.0
20432024-08-24T16:32:06.243Z[ helios-setup] Aug 24 16:32:05.377 INFO exec: ["/usr/bin/pkgrepo", "add-publisher", "-s", "/work/oxidecomputer/helios/packages/os", "helios-dev"], pwd: None
20442024-08-24T16:32:06.451Z[ host-package] Compiling slog-term v2.9.1
20452024-08-24T16:32:06.539Z[ host-package] Compiling rustls-pemfile v2.1.3
20462024-08-24T16:32:06.850Z[ helios-setup] Aug 24 16:32:05.984 INFO repository /work/oxidecomputer/helios/packages/os for publisher helios-dev created
20472024-08-24T16:32:06.853Z[ helios-setup] Aug 24 16:32:05.984 INFO exec: ["/usr/bin/pkgrepo", "create", "/work/oxidecomputer/helios/packages/other"], pwd: None
20482024-08-24T16:32:07.045Z[ host-package] Compiling dropshot v0.10.2-dev (https://github.com/oxidecomputer/dropshot?branch=main#06c8dab4)
20492024-08-24T16:32:07.130Z[ host-package] Compiling async-stream v0.3.5
20502024-08-24T16:32:07.429Z[ host-package] Compiling newtype-uuid v1.1.0
20512024-08-24T16:32:07.432Z[ helios-setup] Aug 24 16:32:06.564 INFO exec: ["/usr/bin/pkgrepo", "add-publisher", "-s", "/work/oxidecomputer/helios/packages/other", "helios-dev"], pwd: None
20522024-08-24T16:32:07.678Z[ host-package] Compiling ipnetwork v0.20.0
20532024-08-24T16:32:07.716Z[ host-package] Compiling serde_path_to_error v0.1.16
20542024-08-24T16:32:07.865Z[ host-package] Compiling hostname v0.4.0
20552024-08-24T16:32:07.965Z[ helios-setup] Aug 24 16:32:07.099 INFO repository /work/oxidecomputer/helios/packages/other for publisher helios-dev created
20562024-08-24T16:32:07.968Z[ helios-setup] Aug 24 16:32:07.099 INFO exec: ["/usr/bin/pkgrepo", "create", "/work/oxidecomputer/helios/packages/combined"], pwd: None
20572024-08-24T16:32:08.165Z[ host-package] Compiling instant v0.1.12
20582024-08-24T16:32:08.346Z[ host-package] Compiling debug-ignore v1.0.5
20592024-08-24T16:32:08.560Z[ helios-setup] Aug 24 16:32:07.694 INFO exec: ["/usr/bin/pkgrepo", "add-publisher", "-s", "/work/oxidecomputer/helios/packages/combined", "helios-dev"], pwd: None
20602024-08-24T16:32:08.606Z[ host-package] Compiling backoff v0.4.0
20612024-08-24T16:32:08.666Z[ host-package] Compiling oxnet v0.1.0 (https://github.com/oxidecomputer/oxnet#2612d220)
20622024-08-24T16:32:09.117Z[ helios-setup] Aug 24 16:32:08.250 INFO repository /work/oxidecomputer/helios/packages/combined for publisher helios-dev created
20632024-08-24T16:32:09.119Z[ helios-setup] Aug 24 16:32:08.250 INFO file /work/oxidecomputer/helios/packages/publisher.mogrify does not exist
20642024-08-24T16:32:09.119Z[ helios-setup] Aug 24 16:32:08.250 INFO writing /work/oxidecomputer/helios/packages/publisher.mogrify ...
20652024-08-24T16:32:09.119Z[ helios-setup] Aug 24 16:32:08.250 INFO ok!
20662024-08-24T16:32:09.119Z[ helios-setup] Aug 24 16:32:08.250 INFO link /work/oxidecomputer/helios/packages/os-conflicts.mogrify does not exist
20672024-08-24T16:32:09.120Z[ helios-setup] Aug 24 16:32:08.250 INFO linking /work/oxidecomputer/helios/packages/os-conflicts.mogrify -> ../tools/packages/os-conflicts.mogrify ...
20682024-08-24T16:32:09.120Z[ helios-setup] Aug 24 16:32:08.251 INFO ok!
20692024-08-24T16:32:09.120Z[ helios-setup] Aug 24 16:32:08.251 INFO link /work/oxidecomputer/helios/packages/os-deps.mogrify does not exist
20702024-08-24T16:32:09.120Z[ helios-setup] Aug 24 16:32:08.251 INFO linking /work/oxidecomputer/helios/packages/os-deps.mogrify -> ../tools/packages/os-deps.mogrify ...
20712024-08-24T16:32:09.120Z[ helios-setup] Aug 24 16:32:08.251 INFO ok!
20722024-08-24T16:32:09.120Z[ helios-setup] Aug 24 16:32:08.251 INFO building project "pilot" at /work/oxidecomputer/helios/projects/pilot
20732024-08-24T16:32:09.120Z[ helios-setup] Aug 24 16:32:08.251 INFO exec: ["cargo", "build", "--locked", "--release"], pwd: Some("/work/oxidecomputer/helios/projects/pilot")
20742024-08-24T16:32:09.135Z[ host-package] Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
20752024-08-24T16:32:09.472Z[ host-package] Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=9e0fe45ca3862176dc31ad8cc83f605f8a7e1a42#9e0fe45c)
20762024-08-24T16:32:09.531Z[ host-package] Compiling parse-display v0.10.0
20772024-08-24T16:32:09.659Z[ helios-setup] Aug 24 16:32:08.792 INFO E| Updating git repository `https://github.com/jclulow/hiercmd`
20782024-08-24T16:32:10.141Z[ helios-setup] Aug 24 16:32:09.275 INFO E| From https://github.com/jclulow/hiercmd
20792024-08-24T16:32:10.141Z[ helios-setup] Aug 24 16:32:09.275 INFO E| * [new ref] d9d28d6aa06f0740b8668b9e64c0f4bb69243aad -> refs/commit/d9d28d6aa06f0740b8668b9e64c0f4bb69243aad
20802024-08-24T16:32:10.163Z[ helios-setup] Aug 24 16:32:09.297 INFO E| Updating git repository `https://github.com/jclulow/network-interface`
20812024-08-24T16:32:10.188Z[ host-package] Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
20822024-08-24T16:32:10.248Z[ host-package] Compiling serde_with v3.9.0
20832024-08-24T16:32:10.389Z[ host-package] Compiling strum v0.26.3
20842024-08-24T16:32:10.607Z[ host-package] Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945)
20852024-08-24T16:32:10.621Z[ helios-setup] Aug 24 16:32:09.755 INFO E| From https://github.com/jclulow/network-interface
20862024-08-24T16:32:10.621Z[ helios-setup] Aug 24 16:32:09.755 INFO E| * [new ref] 827e6b7ba62ea32474ef38b1b02942bdf3933624 -> refs/commit/827e6b7ba62ea32474ef38b1b02942bdf3933624
20872024-08-24T16:32:10.661Z[ helios-setup] Aug 24 16:32:09.794 INFO E| Updating git repository `https://github.com/oxidecomputer/boot-image-tools.git`
20882024-08-24T16:32:11.128Z[ helios-setup] Aug 24 16:32:10.262 INFO E| From https://github.com/oxidecomputer/boot-image-tools
20892024-08-24T16:32:11.128Z[ helios-setup] Aug 24 16:32:10.262 INFO E| * [new ref] 300caa098652a2988eb3cbf936868cb719a155ff -> refs/commit/300caa098652a2988eb3cbf936868cb719a155ff
20902024-08-24T16:32:11.164Z[ helios-setup] Aug 24 16:32:10.298 INFO E| Updating git repository `git+ssh://git@github.com/oxidecomputer/facade`
20912024-08-24T16:32:11.941Z[ helios-setup] Aug 24 16:32:11.074 INFO E| From https://github.com/oxidecomputer/facade
20922024-08-24T16:32:11.941Z[ helios-setup] Aug 24 16:32:11.074 INFO E| * [new ref] aadb1404d3e53f6d1b5928a1aa09dcec0e0a3892 -> refs/commit/aadb1404d3e53f6d1b5928a1aa09dcec0e0a3892
20932024-08-24T16:32:12.035Z[ helios-setup] Aug 24 16:32:11.169 INFO E| Updating crates.io index
20942024-08-24T16:32:13.042Z[ helios-setup] Aug 24 16:32:12.176 INFO E| Downloading crates ...
20952024-08-24T16:32:13.299Z[ helios-setup] Aug 24 16:32:12.433 INFO E| Downloaded block-buffer v0.10.3
20962024-08-24T16:32:13.371Z[ helios-setup] Aug 24 16:32:12.504 INFO E| Downloaded fastrand v1.9.0
20972024-08-24T16:32:13.373Z[ helios-setup] Aug 24 16:32:12.507 INFO E| Downloaded sha1 v0.10.5
20982024-08-24T16:32:13.376Z[ helios-setup] Aug 24 16:32:12.510 INFO E| Downloaded serde_derive_internals v0.26.0
20992024-08-24T16:32:13.381Z[ helios-setup] Aug 24 16:32:12.515 INFO E| Downloaded scopeguard v1.1.0
21002024-08-24T16:32:13.383Z[ helios-setup] Aug 24 16:32:12.517 INFO E| Downloaded num_enum_derive v0.5.7
21012024-08-24T16:32:13.387Z[ helios-setup] Aug 24 16:32:12.519 INFO E| Downloaded toolchain_find v0.2.0
21022024-08-24T16:32:13.391Z[ helios-setup] Aug 24 16:32:12.521 INFO E| Downloaded const-random v0.1.15
21032024-08-24T16:32:13.393Z[ helios-setup] Aug 24 16:32:12.524 INFO E| Downloaded lazy_static v1.4.0
21042024-08-24T16:32:13.393Z[ helios-setup] Aug 24 16:32:12.526 INFO E| Downloaded http-body v0.4.5
21052024-08-24T16:32:13.396Z[ helios-setup] Aug 24 16:32:12.529 INFO E| Downloaded home v0.5.4
21062024-08-24T16:32:13.398Z[ helios-setup] Aug 24 16:32:12.531 INFO E| Downloaded project-root v0.2.2
21072024-08-24T16:32:13.400Z[ helios-setup] Aug 24 16:32:12.533 INFO E| Downloaded futures-sink v0.3.28
21082024-08-24T16:32:13.400Z[ helios-setup] Aug 24 16:32:12.534 INFO E| Downloaded futures-macro v0.3.28
21092024-08-24T16:32:13.407Z[ helios-setup] Aug 24 16:32:12.540 INFO E| Downloaded futures-executor v0.3.28
21102024-08-24T16:32:13.407Z[ helios-setup] Aug 24 16:32:12.540 INFO E| Downloaded form_urlencoded v1.1.0
21112024-08-24T16:32:13.409Z[ helios-setup] Aug 24 16:32:12.540 INFO E| Downloaded dyn-clone v1.0.11
21122024-08-24T16:32:13.409Z[ helios-setup] Aug 24 16:32:12.543 INFO E| Downloaded serde_path_to_error v0.1.11
21132024-08-24T16:32:13.412Z[ helios-setup] Aug 24 16:32:12.545 INFO E| Downloaded is-terminal v0.4.7
21142024-08-24T16:32:13.414Z[ helios-setup] Aug 24 16:32:12.547 INFO E| Downloaded proc-macro-hack v0.5.20+deprecated
21152024-08-24T16:32:13.417Z[ helios-setup] Aug 24 16:32:12.551 INFO E| Downloaded futures-channel v0.3.28
21162024-08-24T16:32:13.420Z[ helios-setup] Aug 24 16:32:12.554 INFO E| Downloaded getrandom v0.2.8
21172024-08-24T16:32:13.425Z[ helios-setup] Aug 24 16:32:12.559 INFO E| Downloaded signal-hook-registry v1.4.0
21182024-08-24T16:32:13.428Z[ helios-setup] Aug 24 16:32:12.561 INFO E| Downloaded futures-core v0.3.28
21192024-08-24T16:32:13.441Z[ helios-setup] Aug 24 16:32:12.563 INFO E| Downloaded futures-task v0.3.28
21202024-08-24T16:32:13.441Z[ helios-setup] Aug 24 16:32:12.566 INFO E| Downloaded futures-io v0.3.28
21212024-08-24T16:32:13.441Z[ helios-setup] Aug 24 16:32:12.567 INFO E| Downloaded walkdir v2.3.3
21222024-08-24T16:32:13.441Z[ helios-setup] Aug 24 16:32:12.570 INFO E| Downloaded iana-time-zone v0.1.56
21232024-08-24T16:32:13.447Z[ helios-setup] Aug 24 16:32:12.575 INFO E| Downloaded rustls-pemfile v1.0.2
21242024-08-24T16:32:13.447Z[ helios-setup] Aug 24 16:32:12.578 INFO E| Downloaded try-lock v0.2.4
21252024-08-24T16:32:13.447Z[ helios-setup] Aug 24 16:32:12.580 INFO E| Downloaded built v0.6.0
21262024-08-24T16:32:13.449Z[ helios-setup] Aug 24 16:32:12.582 INFO E| Downloaded thiserror-impl v1.0.38
21272024-08-24T16:32:13.452Z[ helios-setup] Aug 24 16:32:12.585 INFO E| Downloaded schemars_derive v0.8.12
21282024-08-24T16:32:13.455Z[ helios-setup] Aug 24 16:32:12.589 INFO E| Downloaded jobserver v0.1.26
21292024-08-24T16:32:13.459Z[ helios-setup] Aug 24 16:32:12.593 INFO E| Downloaded sha2 v0.10.6
21302024-08-24T16:32:13.464Z[ helios-setup] Aug 24 16:32:12.597 INFO E| Downloaded serde_tokenstream v0.2.0
21312024-08-24T16:32:13.470Z[ helios-setup] Aug 24 16:32:12.604 INFO E| Downloaded slog-bunyan v2.4.0
21322024-08-24T16:32:13.473Z[ helios-setup] Aug 24 16:32:12.607 INFO E| Downloaded toml_datetime v0.6.1
21332024-08-24T16:32:13.475Z[ helios-setup] Aug 24 16:32:12.609 INFO E| Downloaded want v0.3.0
21342024-08-24T16:32:13.478Z[ helios-setup] Aug 24 16:32:12.611 INFO E| Downloaded tokio-rustls v0.24.0
21352024-08-24T16:32:13.481Z[ helios-setup] Aug 24 16:32:12.615 INFO E| Downloaded pin-project-lite v0.2.9
21362024-08-24T16:32:13.491Z[ helios-setup] Aug 24 16:32:12.624 INFO E| Downloaded tokio-macros v2.0.0
21372024-08-24T16:32:13.493Z[ helios-setup] Aug 24 16:32:12.626 INFO E| Downloaded log v0.4.17
21382024-08-24T16:32:13.497Z[ helios-setup] Aug 24 16:32:12.631 INFO E| Downloaded slog-async v2.7.0
21392024-08-24T16:32:13.500Z[ helios-setup] Aug 24 16:32:12.634 INFO E| Downloaded unicode-width v0.1.10
21402024-08-24T16:32:13.503Z[ helios-setup] Aug 24 16:32:12.637 INFO E| Downloaded terminal_size v0.2.6
21412024-08-24T16:32:13.506Z[ helios-setup] Aug 24 16:32:12.640 INFO E| Downloaded semver v1.0.17
21422024-08-24T16:32:13.511Z[ helios-setup] Aug 24 16:32:12.645 INFO E| Downloaded toml v0.7.3
21432024-08-24T16:32:13.518Z[ helios-setup] Aug 24 16:32:12.652 INFO E| Downloaded ryu v1.0.13
21442024-08-24T16:32:13.524Z[ helios-setup] Aug 24 16:32:12.658 INFO E| Downloaded miniz_oxide v0.6.2
21452024-08-24T16:32:13.529Z[ helios-setup] Aug 24 16:32:12.663 INFO E| Downloaded tungstenite v0.18.0
21462024-08-24T16:32:13.535Z[ helios-setup] Aug 24 16:32:12.669 INFO E| Downloaded rayon-core v1.10.2
21472024-08-24T16:32:13.543Z[ helios-setup] Aug 24 16:32:12.677 INFO E| Downloaded toml v0.5.11
21482024-08-24T16:32:13.548Z[ helios-setup] Aug 24 16:32:12.682 INFO E| Downloaded unicode-bidi v0.3.13
21492024-08-24T16:32:13.553Z[ helios-setup] Aug 24 16:32:12.687 INFO E| Downloaded typenum v1.16.0
21502024-08-24T16:32:13.559Z[ helios-setup] Aug 24 16:32:12.692 INFO E| Downloaded schemars v0.8.12
21512024-08-24T16:32:13.582Z[ helios-setup] Aug 24 16:32:12.715 INFO E| Downloaded url v2.3.1
21522024-08-24T16:32:13.586Z[ helios-setup] Aug 24 16:32:12.720 INFO E| Downloaded rustls-webpki v0.100.1
21532024-08-24T16:32:13.598Z[ helios-setup] Aug 24 16:32:12.731 INFO E| Downloaded mio v0.8.5
21542024-08-24T16:32:13.609Z[ helios-setup] Aug 24 16:32:12.743 INFO E| Downloaded toml_edit v0.19.8
21552024-08-24T16:32:13.708Z[ helios-setup] Aug 24 16:32:12.841 INFO E| Downloaded winnow v0.4.1
21562024-08-24T16:32:13.720Z[ helios-setup] Aug 24 16:32:12.853 INFO E| Downloaded unicode-normalization v0.1.22
21572024-08-24T16:32:13.725Z[ helios-setup] Aug 24 16:32:12.859 INFO E| Downloaded rustls v0.21.0
21582024-08-24T16:32:13.739Z[ host-package] Compiling macaddr v1.0.1
21592024-08-24T16:32:13.743Z[ helios-setup] Aug 24 16:32:12.877 INFO E| Downloaded syn v1.0.107
21602024-08-24T16:32:13.758Z[ helios-setup] Aug 24 16:32:12.892 INFO E| Downloaded syn v2.0.72
21612024-08-24T16:32:13.774Z[ helios-setup] Aug 24 16:32:12.908 INFO E| Downloaded h2 v0.3.16
21622024-08-24T16:32:13.784Z[ helios-setup] Aug 24 16:32:12.917 INFO E| Downloaded tokio v1.27.0
21632024-08-24T16:32:13.840Z[ helios-setup] Aug 24 16:32:12.974 INFO E| Downloaded regex v1.7.3
21642024-08-24T16:32:13.854Z[ helios-setup] Aug 24 16:32:12.988 INFO E| Downloaded regress v0.5.0
21652024-08-24T16:32:13.867Z[ helios-setup] Aug 24 16:32:13.000 INFO E| Downloaded hyper v0.14.25
21662024-08-24T16:32:13.881Z[ helios-setup] Aug 24 16:32:13.014 INFO E| Downloaded git2 v0.16.1
21672024-08-24T16:32:13.894Z[ helios-setup] Aug 24 16:32:13.028 INFO E| Downloaded rustix v0.37.3
21682024-08-24T16:32:13.948Z[ helios-setup] Aug 24 16:32:13.081 INFO E| Downloaded rhai v1.14.0
21692024-08-24T16:32:13.967Z[ helios-setup] Aug 24 16:32:13.101 INFO E| Downloaded openapiv3 v1.0.2
21702024-08-24T16:32:13.986Z[ helios-setup] Aug 24 16:32:13.120 INFO E| Downloaded chrono v0.4.24
21712024-08-24T16:32:13.998Z[ helios-setup] Aug 24 16:32:13.132 INFO E| Downloaded rayon v1.6.1
21722024-08-24T16:32:14.013Z[ helios-setup] Aug 24 16:32:13.147 INFO E| Downloaded clap_builder v4.2.1
21732024-08-24T16:32:14.024Z[ helios-setup] Aug 24 16:32:13.158 INFO E| Downloaded reqwest v0.11.16
21742024-08-24T16:32:14.037Z[ helios-setup] Aug 24 16:32:13.170 INFO E| Downloaded libc v0.2.139
21752024-08-24T16:32:14.077Z[ helios-setup] Aug 24 16:32:13.210 INFO E| Downloaded serde_json v1.0.95
21762024-08-24T16:32:14.093Z[ helios-setup] Aug 24 16:32:13.227 INFO E| Downloaded pest v2.5.7
21772024-08-24T16:32:14.102Z[ helios-setup] Aug 24 16:32:13.236 INFO E| Downloaded futures-util v0.3.28
21782024-08-24T16:32:14.122Z[ helios-setup] Aug 24 16:32:13.255 INFO E| Downloaded uuid v1.3.0
21792024-08-24T16:32:14.129Z[ helios-setup] Aug 24 16:32:13.262 INFO E| Downloaded unicode-linebreak v0.1.4
21802024-08-24T16:32:14.132Z[ helios-setup] Aug 24 16:32:13.266 INFO E| Downloaded tracing v0.1.37
21812024-08-24T16:32:14.140Z[ helios-setup] Aug 24 16:32:13.273 INFO E| Downloaded tokio-util v0.7.7
21822024-08-24T16:32:14.155Z[ helios-setup] Aug 24 16:32:13.288 INFO E| Downloaded serde_derive v1.0.204
21832024-08-24T16:32:14.159Z[ helios-setup] Aug 24 16:32:13.293 INFO E| Downloaded serde v1.0.204
21842024-08-24T16:32:14.165Z[ helios-setup] Aug 24 16:32:13.299 INFO E| Downloaded http v0.2.9
21852024-08-24T16:32:14.172Z[ helios-setup] Aug 24 16:32:13.306 INFO E| Downloaded crossbeam-channel v0.5.6
21862024-08-24T16:32:14.179Z[ helios-setup] Aug 24 16:32:13.313 INFO E| Downloaded unsafe-libyaml v0.2.8
21872024-08-24T16:32:14.186Z[ helios-setup] Aug 24 16:32:13.319 INFO E| Downloaded encoding_rs v0.8.32
21882024-08-24T16:32:14.218Z[ helios-setup] Aug 24 16:32:13.352 INFO E| Downloaded serde_yaml v0.9.21
21892024-08-24T16:32:14.224Z[ helios-setup] Aug 24 16:32:13.357 INFO E| Downloaded tracing-core v0.1.30
21902024-08-24T16:32:14.229Z[ helios-setup] Aug 24 16:32:13.363 INFO E| Downloaded tempfile v3.5.0
21912024-08-24T16:32:14.233Z[ helios-setup] Aug 24 16:32:13.366 INFO E| Downloaded flate2 v1.0.25
21922024-08-24T16:32:14.240Z[ helios-setup] Aug 24 16:32:13.373 INFO E| Downloaded textwrap v0.16.0
21932024-08-24T16:32:14.243Z[ helios-setup] Aug 24 16:32:13.377 INFO E| Downloaded socket2 v0.4.9
21942024-08-24T16:32:14.246Z[ helios-setup] Aug 24 16:32:13.379 INFO E| Downloaded smallvec v1.10.0
21952024-08-24T16:32:14.249Z[ helios-setup] Aug 24 16:32:13.382 INFO E| Downloaded base64 v0.21.0
21962024-08-24T16:32:14.254Z[ helios-setup] Aug 24 16:32:13.388 INFO E| Downloaded bytes v1.4.0
21972024-08-24T16:32:14.259Z[ helios-setup] Aug 24 16:32:13.393 INFO E| Downloaded libgit2-sys v0.14.2+1.5.1
21982024-08-24T16:32:14.341Z[ helios-setup] Aug 24 16:32:13.474 INFO E| Downloaded tokio-tungstenite v0.18.0
21992024-08-24T16:32:14.343Z[ helios-setup] Aug 24 16:32:13.477 INFO E| Downloaded memchr v2.5.0
22002024-08-24T16:32:14.349Z[ helios-setup] Aug 24 16:32:13.483 INFO E| Downloaded unicode-ident v1.0.8
22012024-08-24T16:32:14.353Z[ helios-setup] Aug 24 16:32:13.486 INFO E| Downloaded ucd-trie v0.1.5
22022024-08-24T16:32:14.356Z[ helios-setup] Aug 24 16:32:13.489 INFO E| Downloaded thiserror v1.0.38
22032024-08-24T16:32:14.362Z[ helios-setup] Aug 24 16:32:13.495 INFO E| Downloaded parking_lot v0.12.1
22042024-08-24T16:32:14.366Z[ helios-setup] Aug 24 16:32:13.498 INFO E| Downloaded time v0.1.45
22052024-08-24T16:32:14.366Z[ host-package] Compiling slog-dtrace v0.3.0
22062024-08-24T16:32:14.383Z[ helios-setup] Aug 24 16:32:13.501 INFO E| Downloaded num-traits v0.2.15
22072024-08-24T16:32:14.383Z[ helios-setup] Aug 24 16:32:13.504 INFO E| Downloaded futures v0.3.28
22082024-08-24T16:32:14.383Z[ helios-setup] Aug 24 16:32:13.512 INFO E| Downloaded async-trait v0.1.68
22092024-08-24T16:32:14.383Z[ helios-setup] Aug 24 16:32:13.517 INFO E| Downloaded libz-sys v1.1.8
22102024-08-24T16:32:14.456Z[ helios-setup] Aug 24 16:32:13.589 INFO E| Downloaded smartstring v1.0.1
22112024-08-24T16:32:14.459Z[ helios-setup] Aug 24 16:32:13.592 INFO E| Downloaded sct v0.7.0
22122024-08-24T16:32:14.464Z[ helios-setup] Aug 24 16:32:13.597 INFO E| Downloaded crossbeam-epoch v0.9.13
22132024-08-24T16:32:14.467Z[ helios-setup] Aug 24 16:32:13.601 INFO E| Downloaded cc v1.0.78
22142024-08-24T16:32:14.471Z[ helios-setup] Aug 24 16:32:13.605 INFO E| Downloaded once_cell v1.17.0
22152024-08-24T16:32:14.475Z[ helios-setup] Aug 24 16:32:13.609 INFO E| Downloaded ipnet v2.7.2
22162024-08-24T16:32:14.478Z[ helios-setup] Aug 24 16:32:13.612 INFO E| Downloaded strsim v0.10.0
22172024-08-24T16:32:14.480Z[ helios-setup] Aug 24 16:32:13.614 INFO E| Downloaded smawk v0.3.1
22182024-08-24T16:32:14.483Z[ helios-setup] Aug 24 16:32:13.616 INFO E| Downloaded clap_derive v4.2.0
22192024-08-24T16:32:14.485Z[ helios-setup] Aug 24 16:32:13.619 INFO E| Downloaded cargo-lock v8.0.3
22202024-08-24T16:32:14.489Z[ helios-setup] Aug 24 16:32:13.623 INFO E| Downloaded bincode v1.3.3
22212024-08-24T16:32:14.492Z[ helios-setup] Aug 24 16:32:13.626 INFO E| Downloaded slab v0.4.7
22222024-08-24T16:32:14.495Z[ helios-setup] Aug 24 16:32:13.628 INFO E| Downloaded crossbeam-utils v0.8.14
22232024-08-24T16:32:14.498Z[ helios-setup] Aug 24 16:32:13.632 INFO E| Downloaded anyhow v1.0.68
22242024-08-24T16:32:14.504Z[ helios-setup] Aug 24 16:32:13.638 INFO E| Downloaded clap v4.2.1
22252024-08-24T16:32:14.518Z[ helios-setup] Aug 24 16:32:13.652 INFO E| Downloaded ahash v0.8.3
22262024-08-24T16:32:14.522Z[ helios-setup] Aug 24 16:32:13.655 INFO E| Downloaded semver v0.11.0
22272024-08-24T16:32:14.527Z[ helios-setup] Aug 24 16:32:13.658 INFO E| Downloaded rhai_codegen v1.5.0
22282024-08-24T16:32:14.537Z[ helios-setup] Aug 24 16:32:13.671 INFO E| Downloaded proc-macro-crate v1.2.1
22292024-08-24T16:32:14.539Z[ helios-setup] Aug 24 16:32:13.672 INFO E| Downloaded parking_lot_core v0.9.6
22302024-08-24T16:32:14.542Z[ helios-setup] Aug 24 16:32:13.676 INFO E| Downloaded num_enum v0.5.7
22312024-08-24T16:32:14.548Z[ helios-setup] Aug 24 16:32:13.682 INFO E| Downloaded serde_spanned v0.6.1
22322024-08-24T16:32:14.550Z[ helios-setup] Aug 24 16:32:13.683 INFO E| Downloaded memoffset v0.7.1
22332024-08-24T16:32:14.553Z[ helios-setup] Aug 24 16:32:13.685 INFO E| Downloaded io-lifetimes v1.0.10
22342024-08-24T16:32:14.555Z[ helios-setup] Aug 24 16:32:13.689 INFO E| Downloaded paste v1.0.12
22352024-08-24T16:32:14.560Z[ helios-setup] Aug 24 16:32:13.693 INFO E| Downloaded itoa v1.0.6
22362024-08-24T16:32:14.562Z[ helios-setup] Aug 24 16:32:13.695 INFO E| Downloaded ahash v0.7.6
22372024-08-24T16:32:14.566Z[ helios-setup] Aug 24 16:32:13.699 INFO E| Downloaded either v1.8.0
22382024-08-24T16:32:14.568Z[ helios-setup] Aug 24 16:32:13.701 INFO E| Downloaded autocfg v1.1.0
22392024-08-24T16:32:14.570Z[ helios-setup] Aug 24 16:32:13.704 INFO E| Downloaded semver-parser v0.10.2
22402024-08-24T16:32:14.573Z[ helios-setup] Aug 24 16:32:13.706 INFO E| Downloaded rustfmt-wrapper v0.2.0
22412024-08-24T16:32:14.575Z[ helios-setup] Aug 24 16:32:13.708 INFO E| Downloaded httpdate v1.0.2
22422024-08-24T16:32:14.578Z[ helios-setup] Aug 24 16:32:13.710 INFO E| Downloaded generic-array v0.14.6
22432024-08-24T16:32:14.580Z[ helios-setup] Aug 24 16:32:13.712 INFO E| Downloaded errno v0.3.1
22442024-08-24T16:32:14.582Z[ helios-setup] Aug 24 16:32:13.714 INFO E| Downloaded cpufeatures v0.2.5
22452024-08-24T16:32:14.584Z[ helios-setup] Aug 24 16:32:13.716 INFO E| Downloaded digest v0.10.6
22462024-08-24T16:32:14.587Z[ helios-setup] Aug 24 16:32:13.719 INFO E| Downloaded pkg-config v0.3.26
22472024-08-24T16:32:14.589Z[ helios-setup] Aug 24 16:32:13.721 INFO E| Downloaded num_cpus v1.15.0
22482024-08-24T16:32:14.592Z[ helios-setup] Aug 24 16:32:13.725 INFO E| Downloaded lock_api v0.4.9
22492024-08-24T16:32:14.595Z[ helios-setup] Aug 24 16:32:13.728 INFO E| Downloaded concolor-override v1.0.0
22502024-08-24T16:32:14.597Z[ helios-setup] Aug 24 16:32:13.729 INFO E| Downloaded camino v1.1.4
22512024-08-24T16:32:14.600Z[ helios-setup] Aug 24 16:32:13.732 INFO E| Downloaded byteorder v1.4.3
22522024-08-24T16:32:14.602Z[ helios-setup] Aug 24 16:32:13.734 INFO E| Downloaded anstyle-parse v0.1.1
22532024-08-24T16:32:14.605Z[ helios-setup] Aug 24 16:32:13.737 INFO E| Downloaded percent-encoding v2.2.0
22542024-08-24T16:32:14.605Z[ helios-setup] Aug 24 16:32:13.738 INFO E| Downloaded num-integer v0.1.45
22552024-08-24T16:32:14.607Z[ helios-setup] Aug 24 16:32:13.741 INFO E| Downloaded clap_lex v0.4.1
22562024-08-24T16:32:14.610Z[ helios-setup] Aug 24 16:32:13.742 INFO E| Downloaded crossbeam-deque v0.8.2
22572024-08-24T16:32:14.612Z[ helios-setup] Aug 24 16:32:13.745 INFO E| Downloaded concolor-query v0.3.3
22582024-08-24T16:32:14.612Z[ helios-setup] Aug 24 16:32:13.746 INFO E| Downloaded anstyle v0.3.5
22592024-08-24T16:32:14.615Z[ helios-setup] Aug 24 16:32:13.748 INFO E| Downloaded anstream v0.2.6
22602024-08-24T16:32:14.617Z[ helios-setup] Aug 24 16:32:13.751 INFO E| Downloaded const-random-macro v0.1.15
22612024-08-24T16:32:14.620Z[ helios-setup] Aug 24 16:32:13.752 INFO E| Downloaded aho-corasick v0.7.20
22622024-08-24T16:32:14.840Z[ host-package] Compiling linked-hash-map v0.5.6
22632024-08-24T16:32:14.912Z[ helios-setup] Aug 24 16:32:14.045 INFO E| Compiling proc-macro2 v1.0.86
22642024-08-24T16:32:14.912Z[ helios-setup] Aug 24 16:32:14.045 INFO E| Compiling libc v0.2.139
22652024-08-24T16:32:14.914Z[ helios-setup] Aug 24 16:32:14.046 INFO E| Compiling unicode-ident v1.0.8
22662024-08-24T16:32:14.915Z[ helios-setup] Aug 24 16:32:14.046 INFO E| Compiling autocfg v1.1.0
22672024-08-24T16:32:14.915Z[ helios-setup] Aug 24 16:32:14.046 INFO E| Compiling cfg-if v1.0.0
22682024-08-24T16:32:14.915Z[ helios-setup] Aug 24 16:32:14.046 INFO E| Compiling version_check v0.9.4
22692024-08-24T16:32:14.915Z[ helios-setup] Aug 24 16:32:14.046 INFO E| Compiling serde v1.0.204
22702024-08-24T16:32:14.915Z[ helios-setup] Aug 24 16:32:14.046 INFO E| Compiling syn v1.0.107
22712024-08-24T16:32:15.318Z[ helios-setup] Aug 24 16:32:14.452 INFO E| Compiling memchr v2.5.0
22722024-08-24T16:32:15.437Z[ host-package] Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
22732024-08-24T16:32:15.817Z[ helios-setup] Aug 24 16:32:14.950 INFO E| Compiling once_cell v1.17.0
22742024-08-24T16:32:16.189Z[ helios-setup] Aug 24 16:32:15.322 INFO E| Compiling log v0.4.17
22752024-08-24T16:32:16.433Z[ helios-setup] Aug 24 16:32:15.566 INFO E| Compiling thiserror v1.0.38
22762024-08-24T16:32:17.071Z[ helios-setup] Aug 24 16:32:16.205 INFO E| Compiling itoa v1.0.6
22772024-08-24T16:32:17.401Z[ host-package] Compiling lru-cache v0.1.2
22782024-08-24T16:32:17.433Z[ helios-setup] Aug 24 16:32:16.567 INFO E| Compiling serde_json v1.0.95
22792024-08-24T16:32:17.956Z[ helios-setup] Aug 24 16:32:17.090 INFO E| Compiling indexmap v1.9.3
22802024-08-24T16:32:18.014Z[ host-package] Compiling quick-error v1.2.3
22812024-08-24T16:32:18.463Z[ host-package] Compiling resolv-conf v0.7.0
22822024-08-24T16:32:18.583Z[ helios-setup] Aug 24 16:32:17.710 INFO E| Compiling quote v1.0.36
22832024-08-24T16:32:18.744Z[ helios-setup] Aug 24 16:32:17.748 INFO E| Compiling pin-project-lite v0.2.9
22842024-08-24T16:32:18.914Z[ host-package] Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
22852024-08-24T16:32:18.985Z[ helios-setup] Aug 24 16:32:18.118 INFO E| Compiling scopeguard v1.1.0
22862024-08-24T16:32:19.086Z[ host-package] Compiling swrite v0.1.0
22872024-08-24T16:32:19.129Z[ helios-setup] Aug 24 16:32:18.260 INFO E| Compiling num-integer v0.1.45
22882024-08-24T16:32:19.175Z[ helios-setup] Aug 24 16:32:18.308 INFO E| Compiling futures-core v0.3.28
22892024-08-24T16:32:19.299Z[ helios-setup] Aug 24 16:32:18.432 INFO E| Compiling getrandom v0.2.8
22902024-08-24T16:32:19.408Z[ host-package] Compiling hickory-resolver v0.24.1
22912024-08-24T16:32:19.507Z[ helios-setup] Aug 24 16:32:18.640 INFO E| Compiling syn v2.0.72
22922024-08-24T16:32:19.986Z[ helios-setup] Aug 24 16:32:19.119 INFO E| Compiling jobserver v0.1.26
22932024-08-24T16:32:20.083Z[ helios-setup] Aug 24 16:32:19.217 INFO E| Compiling bytes v1.4.0
22942024-08-24T16:32:20.446Z[ helios-setup] Aug 24 16:32:19.579 INFO E| Compiling ryu v1.0.13
22952024-08-24T16:32:20.969Z[ host-package] Compiling utf-8 v0.7.6
22962024-08-24T16:32:21.359Z[ host-package] Compiling oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
22972024-08-24T16:32:21.462Z[ helios-setup] Aug 24 16:32:20.595 INFO E| Compiling cc v1.0.78
22982024-08-24T16:32:21.885Z[ host-package] Compiling rayon-core v1.12.1
22992024-08-24T16:32:21.951Z[ host-package] Compiling nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
23002024-08-24T16:32:21.999Z[ helios-setup] Aug 24 16:32:21.132 INFO E| Compiling lock_api v0.4.9
23012024-08-24T16:32:22.202Z[ helios-setup] Aug 24 16:32:21.335 INFO E| Compiling bitflags v1.3.2
23022024-08-24T16:32:22.410Z[ helios-setup] Aug 24 16:32:21.543 INFO E| Compiling typenum v1.16.0
23032024-08-24T16:32:22.568Z[ helios-setup] Aug 24 16:32:21.696 INFO E| Compiling parking_lot_core v0.9.6
23042024-08-24T16:32:22.653Z[ helios-setup] Aug 24 16:32:21.785 INFO E| Compiling num_cpus v1.15.0
23052024-08-24T16:32:23.212Z[ helios-setup] Aug 24 16:32:22.345 INFO E| Compiling slab v0.4.7
23062024-08-24T16:32:23.282Z[ helios-setup] Aug 24 16:32:22.415 INFO E| Compiling generic-array v0.14.6
23072024-08-24T16:32:23.800Z[ helios-setup] Aug 24 16:32:22.933 INFO E| Compiling futures-channel v0.3.28
23082024-08-24T16:32:23.837Z[ helios-setup] Aug 24 16:32:22.971 INFO E| Compiling futures-sink v0.3.28
23092024-08-24T16:32:24.157Z[ helios-setup] Aug 24 16:32:23.290 INFO E| Compiling futures-task v0.3.28
23102024-08-24T16:32:24.791Z[ helios-setup] Aug 24 16:32:23.925 INFO E| Compiling tokio v1.27.0
23112024-08-24T16:32:25.092Z[ helios-setup] Aug 24 16:32:24.223 INFO E| Compiling schemars v0.8.12
23122024-08-24T16:32:25.286Z[ helios-setup] Aug 24 16:32:24.419 INFO E| Compiling futures-util v0.3.28
23132024-08-24T16:32:25.608Z[ host-package] Compiling crossbeam-deque v0.8.5
23142024-08-24T16:32:26.171Z[ helios-setup] Aug 24 16:32:25.301 INFO E| Compiling signal-hook-registry v1.4.0
23152024-08-24T16:32:26.291Z[ helios-setup] Aug 24 16:32:25.424 INFO E| Compiling mio v0.8.5
23162024-08-24T16:32:26.294Z[ helios-setup] Aug 24 16:32:25.425 INFO E| Compiling socket2 v0.4.9
23172024-08-24T16:32:26.518Z[ host-package] Compiling half v2.4.1
23182024-08-24T16:32:26.612Z[ helios-setup] Aug 24 16:32:25.745 INFO E| Compiling num-traits v0.2.15
23192024-08-24T16:32:26.660Z[ helios-setup] Aug 24 16:32:25.793 INFO E| Compiling ahash v0.7.6
23202024-08-24T16:32:27.250Z[ host-package] Compiling same-file v1.0.6
23212024-08-24T16:32:27.556Z[ helios-setup] Aug 24 16:32:26.689 INFO E| Compiling io-lifetimes v1.0.10
23222024-08-24T16:32:27.647Z[ helios-setup] Aug 24 16:32:26.780 INFO E| Compiling crunchy v0.2.2
23232024-08-24T16:32:27.928Z[ host-package] Compiling display-error-chain v0.2.0
23242024-08-24T16:32:28.171Z[ host-package] Compiling ciborium-io v0.2.2
23252024-08-24T16:32:28.424Z[ host-package] Compiling fastrand v2.1.0
23262024-08-24T16:32:28.660Z[ host-package] Compiling ciborium-ll v0.2.2
23272024-08-24T16:32:28.784Z[ helios-setup] Aug 24 16:32:27.912 INFO E| Compiling futures-io v0.3.28
23282024-08-24T16:32:28.931Z[ helios-setup] Aug 24 16:32:28.064 INFO E| Compiling pin-utils v0.1.0
23292024-08-24T16:32:29.754Z[ host-package] Compiling tempfile v3.10.1
23302024-08-24T16:32:29.833Z[ helios-setup] Aug 24 16:32:28.966 INFO E| Compiling ahash v0.8.3
23312024-08-24T16:32:29.944Z[ helios-setup] Aug 24 16:32:29.077 INFO E| Compiling tiny-keccak v2.0.2
23322024-08-24T16:32:30.175Z[ host-package] Compiling walkdir v2.5.0
23332024-08-24T16:32:30.685Z[ helios-setup] Aug 24 16:32:29.818 INFO E| Compiling proc-macro-hack v0.5.20+deprecated
23342024-08-24T16:32:30.756Z[ helios-setup] Aug 24 16:32:29.890 INFO E| Compiling rustix v0.37.3
23352024-08-24T16:32:31.076Z[ helios-setup] Aug 24 16:32:30.209 INFO E| Compiling hashbrown v0.12.3
23362024-08-24T16:32:31.351Z[ helios-setup] Aug 24 16:32:30.484 INFO E| Compiling crypto-common v0.1.6
23372024-08-24T16:32:31.500Z[ host-package] Compiling internal-dns v0.1.0 (/work/oxidecomputer/omicron/internal-dns)
23382024-08-24T16:32:31.582Z[ helios-setup] Aug 24 16:32:30.715 INFO E| Compiling serde_derive_internals v0.26.0
23392024-08-24T16:32:32.070Z[ helios-setup] Aug 24 16:32:31.203 INFO E| Compiling block-buffer v0.10.3
23402024-08-24T16:32:32.987Z[ helios-setup] Aug 24 16:32:32.120 INFO E| Compiling errno v0.3.1
23412024-08-24T16:32:33.543Z[ helios-setup] Aug 24 16:32:32.676 INFO E| Compiling fnv v1.0.7
23422024-08-24T16:32:33.623Z[ helios-setup] Aug 24 16:32:32.756 INFO E| Compiling crossbeam-utils v0.8.14
23432024-08-24T16:32:33.768Z[ host-package] Compiling ring v0.16.20
23442024-08-24T16:32:33.919Z[ helios-setup] Aug 24 16:32:33.052 INFO E| Compiling slog v2.7.0
23452024-08-24T16:32:33.990Z[ host-package] Compiling blake3 v1.5.1
23462024-08-24T16:32:34.007Z[ helios-setup] Aug 24 16:32:33.131 INFO E| Compiling pkg-config v0.3.26
23472024-08-24T16:32:35.243Z[ host-package] Compiling rayon v1.10.0
23482024-08-24T16:32:35.324Z[ helios-setup] Aug 24 16:32:34.457 INFO E| Compiling http v0.2.9
23492024-08-24T16:32:36.274Z[ helios-setup] Aug 24 16:32:35.407 INFO E| Compiling digest v0.10.6
23502024-08-24T16:32:37.112Z[ helios-setup] Aug 24 16:32:36.245 INFO E| Compiling aho-corasick v0.7.20
23512024-08-24T16:32:37.235Z[ helios-setup] Aug 24 16:32:36.368 INFO E| Compiling heck v0.4.1
23522024-08-24T16:32:38.041Z[ helios-setup] Aug 24 16:32:37.174 INFO E| Compiling httparse v1.8.0
23532024-08-24T16:32:38.805Z[ helios-setup] Aug 24 16:32:37.937 INFO E| Compiling percent-encoding v2.2.0
23542024-08-24T16:32:39.171Z[ helios-setup] Aug 24 16:32:38.303 INFO E| Compiling anyhow v1.0.68
23552024-08-24T16:32:39.824Z[ helios-setup] Aug 24 16:32:38.956 INFO E| Compiling tinyvec_macros v0.1.1
23562024-08-24T16:32:40.046Z[ helios-setup] Aug 24 16:32:39.177 INFO E| Compiling regex-syntax v0.6.29
23572024-08-24T16:32:40.483Z[ helios-setup] Aug 24 16:32:39.615 INFO E| Compiling cpufeatures v0.2.5
23582024-08-24T16:32:40.642Z[ helios-setup] Aug 24 16:32:39.775 INFO E| Compiling unicode-width v0.1.10
23592024-08-24T16:32:40.894Z[ helios-setup] Aug 24 16:32:40.026 INFO E| Compiling tinyvec v1.6.0
23602024-08-24T16:32:41.120Z[ helios-setup] Aug 24 16:32:40.252 INFO E| Compiling const-random-macro v0.1.15
23612024-08-24T16:32:41.629Z[ helios-setup] Aug 24 16:32:40.761 INFO E| Compiling form_urlencoded v1.1.0
23622024-08-24T16:32:41.712Z[ helios-setup] Aug 24 16:32:40.845 INFO E| Compiling thiserror-impl v1.0.38
23632024-08-24T16:32:42.738Z[ helios-setup] Aug 24 16:32:41.871 INFO E| Compiling serde_derive v1.0.204
23642024-08-24T16:32:42.918Z[ helios-setup] Aug 24 16:32:42.051 INFO E| Compiling futures-macro v0.3.28
23652024-08-24T16:32:43.158Z[ helios-setup] Aug 24 16:32:42.290 INFO E| Compiling tokio-macros v2.0.0
23662024-08-24T16:32:44.393Z[ helios-setup] Aug 24 16:32:43.526 INFO E| Compiling schemars_derive v0.8.12
23672024-08-24T16:32:45.046Z[ helios-setup] Aug 24 16:32:44.178 INFO E| Compiling hashbrown v0.13.2
23682024-08-24T16:32:45.499Z[ host-package] Compiling ciborium v0.2.2
23692024-08-24T16:32:46.257Z[ helios-setup] Aug 24 16:32:45.390 INFO E| Compiling libz-sys v1.1.8
23702024-08-24T16:32:47.003Z[ host-package] Compiling sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
23712024-08-24T16:32:47.642Z[ helios-setup] Aug 24 16:32:46.775 INFO E| Compiling regex v1.7.3
23722024-08-24T16:32:47.724Z[ helios-setup] Aug 24 16:32:46.857 INFO E| Compiling chrono v0.4.24
23732024-08-24T16:32:50.332Z[ host-package] Compiling xattr v1.3.1
23742024-08-24T16:32:50.388Z[ helios-setup] Aug 24 16:32:49.521 INFO E| Compiling uuid v1.3.0
23752024-08-24T16:32:50.774Z[ helios-setup] Aug 24 16:32:49.906 INFO E| Compiling dyn-clone v1.0.11
23762024-08-24T16:32:51.104Z[ host-package] Compiling memmap2 v0.9.4
23772024-08-24T16:32:51.753Z[ helios-setup] Aug 24 16:32:50.886 INFO E| Compiling regress v0.5.0
23782024-08-24T16:32:52.074Z[ helios-setup] Aug 24 16:32:51.206 INFO E| Compiling unicode-normalization v0.1.22
23792024-08-24T16:32:52.147Z[ host-package] Compiling filetime v0.2.24
23802024-08-24T16:32:52.497Z[ helios-setup] Aug 24 16:32:51.630 INFO E| Compiling const-random v0.1.15
23812024-08-24T16:32:53.007Z[ host-package] Compiling untrusted v0.7.1
23822024-08-24T16:32:53.961Z[ host-package] Compiling constant_time_eq v0.3.0
23832024-08-24T16:32:54.060Z[ helios-setup] Aug 24 16:32:53.192 INFO E| Compiling getopts v0.2.21
23842024-08-24T16:32:54.501Z[ host-package] Compiling arrayvec v0.7.4
23852024-08-24T16:32:54.905Z[ host-package] Compiling arrayref v0.3.7
23862024-08-24T16:32:55.106Z[ helios-setup] Aug 24 16:32:54.239 INFO E| Compiling tracing-core v0.1.30
23872024-08-24T16:32:55.237Z[ host-package] Compiling cancel-safe-futures v0.1.5
23882024-08-24T16:32:55.500Z[ helios-setup] Aug 24 16:32:54.633 INFO E| Compiling memoffset v0.7.1
23892024-08-24T16:32:55.542Z[ host-package] Compiling spin v0.5.2
23902024-08-24T16:32:55.843Z[ helios-setup] Aug 24 16:32:54.975 INFO E| Compiling powerfmt v0.2.0
23912024-08-24T16:32:56.408Z[ helios-setup] Aug 24 16:32:55.540 INFO E| Compiling unicode-bidi v0.3.13
23922024-08-24T16:32:56.552Z[ helios-setup] Aug 24 16:32:55.685 INFO E| Compiling ucd-trie v0.1.5
23932024-08-24T16:32:56.692Z[ host-package] Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro)
23942024-08-24T16:32:56.713Z[ helios-setup] Aug 24 16:32:55.839 INFO E| Compiling time-core v0.1.2
23952024-08-24T16:32:57.993Z[ helios-setup] Aug 24 16:32:57.126 INFO E| Compiling num-conv v0.1.0
23962024-08-24T16:32:58.513Z[ host-package] Compiling tar v0.4.41
23972024-08-24T16:32:58.989Z[ helios-setup] Aug 24 16:32:58.121 INFO E| Compiling time-macros v0.2.18
23982024-08-24T16:33:00.768Z[ helios-setup] Aug 24 16:32:59.900 INFO E| Compiling idna v0.3.0
23992024-08-24T16:33:02.317Z[ host-package] Compiling toolchain_find v0.4.0
24002024-08-24T16:33:03.001Z[ helios-setup] Aug 24 16:33:02.133 INFO E| Compiling pest v2.5.7
24012024-08-24T16:33:03.327Z[ host-package] Compiling camino-tempfile v1.1.1
24022024-08-24T16:33:03.409Z[ host-package] Compiling nibble_vec v0.1.0
24032024-08-24T16:33:03.422Z[ host-package] Compiling atty v0.2.14
24042024-08-24T16:33:03.913Z[ host-package] Compiling topological-sort v0.2.2
24052024-08-24T16:33:04.095Z[ host-package] Compiling glob v0.3.1
24062024-08-24T16:33:04.153Z[ host-package] Compiling crunchy v0.2.2
24072024-08-24T16:33:04.192Z[ helios-setup] Aug 24 16:33:03.324 INFO E| Compiling tracing v0.1.37
24082024-08-24T16:33:04.291Z[ host-package] Compiling maplit v1.0.2
24092024-08-24T16:33:04.534Z[ host-package] Compiling endian-type v0.1.2
24102024-08-24T16:33:04.668Z[ host-package] Compiling oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
24112024-08-24T16:33:04.744Z[ helios-setup] Aug 24 16:33:03.877 INFO E| Compiling deranged v0.3.11
24122024-08-24T16:33:04.779Z[ host-package] Compiling omicron-zone-package v0.11.0
24132024-08-24T16:33:05.308Z[ host-package] Compiling radix_trie v0.2.1
24142024-08-24T16:33:05.429Z[ host-package] Compiling clang-sys v1.7.0
24152024-08-24T16:33:05.617Z[ host-package] Compiling rustfmt-wrapper v0.2.1
24162024-08-24T16:33:06.786Z[ helios-setup] Aug 24 16:33:05.918 INFO E| Compiling libgit2-sys v0.14.2+1.5.1
24172024-08-24T16:33:07.047Z[ host-package] Compiling tungstenite v0.21.0
24182024-08-24T16:33:07.181Z[ host-package] Compiling tiny-keccak v2.0.2
24192024-08-24T16:33:07.445Z[ host-package] Compiling nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
24202024-08-24T16:33:07.586Z[ host-package] Compiling dsl_auto_type v0.1.2
24212024-08-24T16:33:07.677Z[ helios-setup] Aug 24 16:33:06.809 INFO E| Compiling time v0.1.45
24222024-08-24T16:33:08.163Z[ host-package] Compiling scheduled-thread-pool v0.2.7
24232024-08-24T16:33:08.181Z[ helios-setup] Aug 24 16:33:07.311 INFO E| Compiling crossbeam-epoch v0.9.13
24242024-08-24T16:33:09.294Z[ helios-setup] Aug 24 16:33:08.426 INFO E| Compiling semver v1.0.17
24252024-08-24T16:33:09.537Z[ helios-setup] Aug 24 16:33:08.669 INFO E| Compiling iana-time-zone v0.1.56
24262024-08-24T16:33:09.651Z[ helios-setup] Aug 24 16:33:08.783 INFO E| Compiling num_threads v0.1.6
24272024-08-24T16:33:10.300Z[ host-package] Compiling tokio-tungstenite v0.21.0
24282024-08-24T16:33:10.372Z[ host-package] Compiling diesel_table_macro_syntax v0.2.0
24292024-08-24T16:33:10.549Z[ helios-setup] Aug 24 16:33:09.681 INFO E| Compiling time v0.3.36
24302024-08-24T16:33:10.630Z[ helios-setup] Aug 24 16:33:09.763 INFO E| Compiling toml v0.5.11
24312024-08-24T16:33:10.696Z[ helios-setup] Aug 24 16:33:09.828 INFO E| Compiling serde_tokenstream v0.2.0
24322024-08-24T16:33:11.042Z[ host-package] Compiling arc-swap v1.7.1
24332024-08-24T16:33:11.288Z[ helios-setup] Aug 24 16:33:10.420 INFO E| Compiling smallvec v1.10.0
24342024-08-24T16:33:12.066Z[ host-package] Compiling slog-scope v4.4.0
24352024-08-24T16:33:12.438Z[ host-package] Compiling diesel_derives v2.2.2
24362024-08-24T16:33:12.846Z[ host-package] Compiling r2d2 v0.8.10
24372024-08-24T16:33:13.854Z[ host-package] Compiling ascii-canvas v3.0.0
24382024-08-24T16:33:14.503Z[ helios-setup] Aug 24 16:33:13.634 INFO E| Compiling parking_lot v0.12.1
24392024-08-24T16:33:14.703Z[ host-package] Compiling ena v0.14.3
24402024-08-24T16:33:15.057Z[ host-package] Compiling libloading v0.8.3
24412024-08-24T16:33:15.229Z[ host-package] Compiling dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client)
24422024-08-24T16:33:15.502Z[ host-package] Compiling bindgen v0.69.4
24432024-08-24T16:33:16.174Z[ host-package] Compiling regex-syntax v0.6.29
24442024-08-24T16:33:16.685Z[ host-package] Compiling diff v0.1.13
24452024-08-24T16:33:18.309Z[ host-package] Compiling slog-stdlog v4.1.1
24462024-08-24T16:33:18.558Z[ helios-setup] Aug 24 16:33:17.690 INFO E| Compiling semver-parser v0.10.2
24472024-08-24T16:33:18.979Z[ helios-setup] Aug 24 16:33:18.110 INFO E| Compiling typify-impl v0.0.12-dev (https://github.com/oxidecomputer/typify#fec09bd1)
24482024-08-24T16:33:19.720Z[ host-package] Compiling omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates)
24492024-08-24T16:33:21.007Z[ helios-setup] Aug 24 16:33:20.138 INFO E| Compiling url v2.3.1
24502024-08-24T16:33:22.481Z[ host-package] Compiling which v4.4.2
24512024-08-24T16:33:24.028Z[ host-package] Compiling lalrpop v0.19.12
24522024-08-24T16:33:25.064Z[ helios-setup] Aug 24 16:33:24.196 INFO E| Compiling crossbeam-channel v0.5.6
24532024-08-24T16:33:26.709Z[ helios-setup] Aug 24 16:33:25.840 INFO E| Compiling dirs-sys-next v0.1.2
24542024-08-24T16:33:27.556Z[ host-package] Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common)
24552024-08-24T16:33:27.993Z[ host-package] Compiling cexpr v0.6.0
24562024-08-24T16:33:28.127Z[ helios-setup] Aug 24 16:33:27.259 INFO E| Compiling same-file v1.0.6
24572024-08-24T16:33:28.545Z[ helios-setup] Aug 24 16:33:27.677 INFO E| Compiling try-lock v0.2.4
24582024-08-24T16:33:28.894Z[ helios-setup] Aug 24 16:33:28.026 INFO E| Compiling crc32fast v1.3.2
24592024-08-24T16:33:29.118Z[ helios-setup] Aug 24 16:33:28.250 INFO E| Compiling want v0.3.0
24602024-08-24T16:33:29.172Z[ helios-setup] Aug 24 16:33:28.303 INFO E| Compiling walkdir v2.3.3
24612024-08-24T16:33:30.532Z[ helios-setup] Aug 24 16:33:29.663 INFO E| Compiling dirs-next v2.0.0
24622024-08-24T16:33:31.183Z[ helios-setup] Aug 24 16:33:30.314 INFO E| Compiling semver v0.11.0
24632024-08-24T16:33:31.488Z[ host-package] Compiling libsw v3.3.1
24642024-08-24T16:33:32.318Z[ host-package] Compiling ref-cast v1.0.23
24652024-08-24T16:33:32.377Z[ helios-setup] Aug 24 16:33:31.509 INFO E| Compiling proc-macro-crate v1.2.1
24662024-08-24T16:33:33.969Z[ helios-setup] Aug 24 16:33:33.100 INFO E| Compiling tokio-util v0.7.7
24672024-08-24T16:33:34.023Z[ host-package] Compiling linear-map v1.2.0
24682024-08-24T16:33:35.010Z[ host-package] Compiling diesel v2.2.2
24692024-08-24T16:33:35.071Z[ host-package] Compiling shlex v1.3.0
24702024-08-24T16:33:35.847Z[ host-package] Compiling rustc-hash v1.1.0
24712024-08-24T16:33:36.234Z[ helios-setup] Aug 24 16:33:35.365 INFO E| Compiling futures-executor v0.3.28
24722024-08-24T16:33:36.370Z[ host-package] Compiling lazycell v1.3.0
24732024-08-24T16:33:36.806Z[ host-package] Compiling owo-colors v4.0.0
24742024-08-24T16:33:37.586Z[ helios-setup] Aug 24 16:33:36.718 INFO E| Compiling typify-macro v0.0.12-dev (https://github.com/oxidecomputer/typify#fec09bd1)
24752024-08-24T16:33:37.774Z[ helios-setup] Aug 24 16:33:36.905 INFO E| Compiling h2 v0.3.16
24762024-08-24T16:33:38.577Z[ helios-setup] Aug 24 16:33:37.708 INFO E| Compiling http-body v0.4.5
24772024-08-24T16:33:38.630Z[ helios-setup] Aug 24 16:33:37.761 INFO E| Compiling ring v0.16.20
24782024-08-24T16:33:39.616Z[ helios-setup] Aug 24 16:33:38.748 INFO E| Compiling rand_core v0.6.4
24792024-08-24T16:33:40.831Z[ helios-setup] Aug 24 16:33:39.962 INFO E| Compiling thread_local v1.1.7
24802024-08-24T16:33:41.822Z[ helios-setup] Aug 24 16:33:40.953 INFO E| Compiling base64 v0.21.0
24812024-08-24T16:33:42.588Z[ helios-setup] Aug 24 16:33:41.719 INFO E| Compiling ppv-lite86 v0.2.17
24822024-08-24T16:33:43.268Z[ host-package] Compiling update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine)
24832024-08-24T16:33:43.336Z[ helios-setup] Aug 24 16:33:42.467 INFO E| Compiling fastrand v1.9.0
24842024-08-24T16:33:44.016Z[ helios-setup] Aug 24 16:33:43.146 INFO E| Compiling lazy_static v1.4.0
24852024-08-24T16:33:44.458Z[ helios-setup] Aug 24 16:33:43.589 INFO E| Compiling tower-service v0.3.2
24862024-08-24T16:33:44.627Z[ helios-setup] Aug 24 16:33:43.758 INFO E| Compiling adler v1.0.2
24872024-08-24T16:33:44.691Z[ helios-setup] Aug 24 16:33:43.823 INFO E| Compiling httpdate v1.0.2
24882024-08-24T16:33:44.906Z[ helios-setup] Aug 24 16:33:44.036 INFO E| Compiling utf8parse v0.2.1
24892024-08-24T16:33:45.749Z[ helios-setup] Aug 24 16:33:44.880 INFO E| Compiling rayon-core v1.10.2
24902024-08-24T16:33:46.213Z[ helios-setup] Aug 24 16:33:45.344 INFO E| Compiling home v0.5.4
24912024-08-24T16:33:46.441Z[ helios-setup] Aug 24 16:33:45.573 INFO E| Compiling anstyle-parse v0.1.1
24922024-08-24T16:33:46.919Z[ helios-setup] Aug 24 16:33:46.050 INFO E| Compiling toolchain_find v0.2.0
24932024-08-24T16:33:46.990Z[ helios-setup] Aug 24 16:33:46.121 INFO E| Compiling miniz_oxide v0.6.2
24942024-08-24T16:33:47.292Z[ helios-setup] Aug 24 16:33:46.422 INFO E| Compiling rand_chacha v0.3.1
24952024-08-24T16:33:48.007Z[ helios-setup] Aug 24 16:33:47.138 INFO E| Compiling tempfile v3.5.0
24962024-08-24T16:33:49.280Z[ helios-setup] Aug 24 16:33:48.411 INFO E| Compiling hyper v0.14.25
24972024-08-24T16:33:54.252Z[ helios-setup] Aug 24 16:33:53.383 INFO E| Compiling futures v0.3.28
24982024-08-24T16:33:57.886Z[ host-package] Compiling slog-envlogger v2.2.0
24992024-08-24T16:34:02.205Z[ host-package] Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model)
25002024-08-24T16:34:03.092Z[ host-package] Compiling derive_builder_core v0.20.0
25012024-08-24T16:34:06.554Z[ host-package] Compiling headers-core v0.2.0
25022024-08-24T16:34:07.046Z[ host-package] Compiling fxhash v0.2.1
25032024-08-24T16:34:07.795Z[ host-package] Compiling libxml v0.3.3
25042024-08-24T16:34:07.904Z[ host-package] Compiling ref-cast-impl v1.0.23
25052024-08-24T16:34:08.689Z[ host-package] Compiling derive_builder_macro v0.20.0
25062024-08-24T16:34:09.673Z[ helios-setup] Aug 24 16:34:08.804 INFO E| Compiling cargo-lock v8.0.3
25072024-08-24T16:34:09.858Z[ host-package] Compiling headers v0.3.9
25082024-08-24T16:34:10.428Z[ helios-setup] Aug 24 16:34:09.558 INFO E| Compiling num_enum_derive v0.5.7
25092024-08-24T16:34:11.026Z[ host-package] Compiling samael v0.0.15
25102024-08-24T16:34:11.256Z[ host-package] Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros)
25112024-08-24T16:34:13.488Z[ helios-setup] Aug 24 16:34:12.618 INFO E| Compiling crossbeam-deque v0.8.2
25122024-08-24T16:34:13.530Z[ host-package] Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data)
25132024-08-24T16:34:14.151Z[ host-package] Compiling nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults)
25142024-08-24T16:34:14.416Z[ helios-setup] Aug 24 16:34:13.541 INFO E| Compiling term v0.7.0
25152024-08-24T16:34:15.110Z[ host-package] Compiling strum_macros v0.24.3
25162024-08-24T16:34:15.849Z[ helios-setup] Aug 24 16:34:14.979 INFO E| Compiling serde_urlencoded v0.7.1
25172024-08-24T16:34:16.274Z[ helios-setup] Aug 24 16:34:15.405 INFO E| Compiling sha1 v0.10.5
25182024-08-24T16:34:16.496Z[ helios-setup] Aug 24 16:34:15.626 INFO E| Compiling sha2 v0.10.6
25192024-08-24T16:34:17.001Z[ host-package] Compiling unicase v2.7.0
25202024-08-24T16:34:17.565Z[ helios-setup] Aug 24 16:34:16.695 INFO E| Compiling is-terminal v0.4.7
25212024-08-24T16:34:17.685Z[ host-package] Compiling indoc v1.0.9
25222024-08-24T16:34:17.900Z[ helios-setup] Aug 24 16:34:17.031 INFO E| Compiling atty v0.2.14
25232024-08-24T16:34:18.000Z[ helios-setup] Aug 24 16:34:17.130 INFO E| Compiling network-interface v0.1.6 (https://github.com/jclulow/network-interface?branch=illumos#827e6b7b)
25242024-08-24T16:34:18.997Z[ helios-setup] Aug 24 16:34:18.127 INFO E| Compiling anstyle v0.3.5
25252024-08-24T16:34:19.313Z[ host-package] Compiling polar-core v0.27.3
25262024-08-24T16:34:19.846Z[ host-package] Compiling derive_builder v0.20.0
25272024-08-24T16:34:20.907Z[ helios-setup] Aug 24 16:34:20.037 INFO E| Compiling concolor-query v0.3.3
25282024-08-24T16:34:21.321Z[ helios-setup] Aug 24 16:34:20.452 INFO E| Compiling concolor-override v1.0.0
25292024-08-24T16:34:21.757Z[ helios-setup] Aug 24 16:34:20.887 INFO E| Compiling anstream v0.2.6
25302024-08-24T16:34:21.796Z[ host-package] Compiling oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
25312024-08-24T16:34:24.559Z[ helios-setup] Aug 24 16:34:23.689 INFO E| Compiling slog-term v2.9.0
25322024-08-24T16:34:24.745Z[ host-package] Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth)
25332024-08-24T16:34:25.264Z[ helios-setup] Aug 24 16:34:24.394 INFO E| Compiling flate2 v1.0.25
25342024-08-24T16:34:25.308Z[ helios-setup] Aug 24 16:34:24.438 INFO E| Compiling num_enum v0.5.7
25352024-08-24T16:34:25.636Z[ host-package] Compiling crossterm v0.28.1
25362024-08-24T16:34:25.805Z[ helios-setup] Aug 24 16:34:24.935 INFO E| Compiling rustfmt-wrapper v0.2.0
25372024-08-24T16:34:26.991Z[ helios-setup] Aug 24 16:34:26.121 INFO E| Compiling rand v0.8.5
25382024-08-24T16:34:27.036Z[ helios-setup] Aug 24 16:34:26.165 INFO E| Compiling typify v0.0.12-dev (https://github.com/oxidecomputer/typify#fec09bd1)
25392024-08-24T16:34:27.132Z[ helios-setup] Aug 24 16:34:26.262 INFO E| Compiling openapiv3 v1.0.2
25402024-08-24T16:34:27.416Z[ host-package] Compiling curve25519-dalek v4.1.3
25412024-08-24T16:34:27.741Z[ helios-setup] Aug 24 16:34:26.871 INFO E| Compiling encoding_rs v0.8.32
25422024-08-24T16:34:28.567Z[ host-package] Compiling impl-trait-for-tuples v0.2.2
25432024-08-24T16:34:29.977Z[ helios-setup] Aug 24 16:34:29.107 INFO E| Compiling byteorder v1.4.3
25442024-08-24T16:34:30.557Z[ helios-setup] Aug 24 16:34:29.687 INFO E| Compiling clap_lex v0.4.1
25452024-08-24T16:34:31.123Z[ host-package] Compiling oso-derive v0.27.3
25462024-08-24T16:34:31.558Z[ helios-setup] Aug 24 16:34:30.688 INFO E| Compiling either v1.8.0
25472024-08-24T16:34:32.189Z[ helios-setup] Aug 24 16:34:31.318 INFO E| Compiling spin v0.5.2
25482024-08-24T16:34:32.380Z[ helios-setup] Aug 24 16:34:31.509 INFO E| Compiling strsim v0.10.0
25492024-08-24T16:34:33.039Z[ helios-setup] Aug 24 16:34:32.169 INFO E| Compiling mime v0.3.17
25502024-08-24T16:34:33.324Z[ host-package] Compiling libz-sys v1.1.16
25512024-08-24T16:34:35.052Z[ host-package] Compiling quick-xml v0.31.0
25522024-08-24T16:34:35.119Z[ helios-setup] Aug 24 16:34:34.249 INFO E| Compiling unsafe-libyaml v0.2.8
25532024-08-24T16:34:36.231Z[ helios-setup] Aug 24 16:34:35.360 INFO E| Compiling base64 v0.13.1
25542024-08-24T16:34:36.374Z[ helios-setup] Aug 24 16:34:35.503 INFO E| Compiling utf-8 v0.7.6
25552024-08-24T16:34:37.153Z[ helios-setup] Aug 24 16:34:36.282 INFO E| Compiling project-root v0.2.2
25562024-08-24T16:34:37.868Z[ helios-setup] Aug 24 16:34:36.997 INFO E| Compiling ipnet v2.7.2
25572024-08-24T16:34:38.000Z[ helios-setup] Aug 24 16:34:37.130 INFO E| Compiling untrusted v0.7.1
25582024-08-24T16:34:38.231Z[ helios-setup] Aug 24 16:34:37.361 INFO E| Compiling serde_yaml v0.9.21
25592024-08-24T16:34:38.587Z[ helios-setup] Aug 24 16:34:37.717 INFO E| Compiling tungstenite v0.18.0
25602024-08-24T16:34:39.088Z[ helios-setup] Aug 24 16:34:38.217 INFO E| Compiling reqwest v0.11.16
25612024-08-24T16:34:40.042Z[ helios-setup] Aug 24 16:34:39.172 INFO E| Compiling progenitor-impl v0.2.1-dev (https://github.com/oxidecomputer/progenitor#3a5fe998)
25622024-08-24T16:34:41.074Z[ host-package] Compiling diesel-dtrace v0.3.0 (https://github.com/oxidecomputer/diesel-dtrace?branch=main#8fcc2bb3)
25632024-08-24T16:34:42.175Z[ host-package] Compiling parking_lot_core v0.8.6
25642024-08-24T16:34:42.403Z[ helios-setup] Aug 24 16:34:41.532 INFO E| Compiling clap_builder v4.2.1
25652024-08-24T16:34:42.840Z[ host-package] Compiling keccak v0.1.5
25662024-08-24T16:34:43.869Z[ host-package] Compiling sha3 v0.10.8
25672024-08-24T16:34:46.021Z[ host-package] Compiling installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
25682024-08-24T16:34:46.173Z[ host-package] Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros)
25692024-08-24T16:34:46.209Z[ helios-setup] Aug 24 16:34:45.339 INFO E| Compiling rayon v1.6.1
25702024-08-24T16:34:48.882Z[ helios-setup] Aug 24 16:34:48.012 INFO E| Compiling bootserver v0.1.0 (https://github.com/oxidecomputer/boot-image-tools.git#300caa09)
25712024-08-24T16:34:49.262Z[ helios-setup] Aug 24 16:34:48.391 INFO E| Compiling devinfo v0.1.0 (git+ssh://git@github.com/oxidecomputer/facade#aadb1404)
25722024-08-24T16:34:49.317Z[ host-package] Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=24a74d0c76b6a63961ecef76acb1516b6e66c5c9#24a74d0c)
25732024-08-24T16:34:51.981Z[ helios-setup] Aug 24 16:34:51.110 INFO E| Compiling bootserver v0.1.0 (https://github.com/oxidecomputer/boot-image-tools.git?rev=ab61443eae8c99b17aac82cbedb9a0c917828f57#ab61443e)
25742024-08-24T16:34:53.071Z[ helios-setup] Aug 24 16:34:52.200 INFO E| Compiling hiercmd v0.1.0 (https://github.com/jclulow/hiercmd#d9d28d6a)
25752024-08-24T16:34:53.942Z[ helios-setup] Aug 24 16:34:53.072 INFO E| Compiling clap_derive v4.2.0
25762024-08-24T16:34:55.745Z[ host-package] Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
25772024-08-24T16:34:55.935Z[ host-package] Compiling bb8 v0.8.5
25782024-08-24T16:34:56.487Z[ host-package] Compiling const_format_proc_macros v0.2.32
25792024-08-24T16:34:57.436Z[ host-package] Compiling universal-hash v0.5.1
25802024-08-24T16:34:57.682Z[ helios-setup] Aug 24 16:34:56.812 INFO E| Compiling pilot-common v0.1.0 (/work/oxidecomputer/helios/projects/pilot/common)
25812024-08-24T16:34:58.103Z[ host-package] Compiling secrecy v0.8.0
25822024-08-24T16:34:58.999Z[ host-package] Compiling thiserror-impl-no-std v2.0.2
25832024-08-24T16:35:00.059Z[ host-package] Compiling curve25519-dalek-derive v0.1.1
25842024-08-24T16:35:01.987Z[ host-package] Compiling vte_generate_state_changes v0.1.1
25852024-08-24T16:35:03.100Z[ host-package] Compiling opaque-debug v0.3.1
25862024-08-24T16:35:03.449Z[ host-package] Compiling poly1305 v0.8.0
25872024-08-24T16:35:03.854Z[ host-package] Compiling vte v0.11.1
25882024-08-24T16:35:03.927Z[ helios-setup] Aug 24 16:35:03.056 INFO E| Compiling clap v4.2.1
25892024-08-24T16:35:04.100Z[ host-package] Compiling thiserror-no-std v2.0.2
25902024-08-24T16:35:05.810Z[ helios-setup] Aug 24 16:35:04.939 INFO E| Compiling progenitor-macro v0.2.1-dev (https://github.com/oxidecomputer/progenitor#3a5fe998)
25912024-08-24T16:35:06.535Z[ host-package] Compiling const_format v0.2.32
25922024-08-24T16:35:07.075Z[ host-package] Compiling oso v0.27.3
25932024-08-24T16:35:14.773Z[ helios-setup] Aug 24 16:35:13.902 INFO E| Compiling progenitor-client v0.2.1-dev (https://github.com/oxidecomputer/progenitor#3a5fe998)
25942024-08-24T16:35:18.415Z[ helios-setup] Aug 24 16:35:17.543 INFO E| Compiling tokio-tungstenite v0.18.0
25952024-08-24T16:35:19.086Z[ host-package] Compiling async-bb8-diesel v0.1.0 (https://github.com/oxidecomputer/async-bb8-diesel?rev=ed7ab5ef0513ba303d33efd41d3e9e381169d59b#ed7ab5ef)
25962024-08-24T16:35:19.689Z[ helios-setup] Aug 24 16:35:18.818 INFO E| Compiling smartstring v1.0.1
25972024-08-24T16:35:20.691Z[ helios-setup] Aug 24 16:35:19.820 INFO E| Compiling rustls v0.21.0
25982024-08-24T16:35:22.642Z[ helios-setup] Aug 24 16:35:21.771 INFO E| Compiling toml_datetime v0.6.1
25992024-08-24T16:35:22.795Z[ host-package] Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
26002024-08-24T16:35:23.497Z[ host-package] Compiling chacha20 v0.9.1
26012024-08-24T16:35:23.602Z[ host-package] Compiling fd-lock v4.0.2
26022024-08-24T16:35:24.213Z[ helios-setup] Aug 24 16:35:23.342 INFO E| Compiling serde_spanned v0.6.1
26032024-08-24T16:35:24.530Z[ host-package] Compiling aead v0.5.2
26042024-08-24T16:35:24.660Z[ host-package] Compiling libgit2-sys v0.17.0+1.8.1
26052024-08-24T16:35:24.694Z[ helios-setup] Aug 24 16:35:23.822 INFO E| Compiling winnow v0.4.1
26062024-08-24T16:35:25.146Z[ host-package] Compiling ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc)
26072024-08-24T16:35:25.990Z[ host-package] Compiling bytecount v0.6.8
26082024-08-24T16:35:26.727Z[ host-package] Compiling papergrid v0.11.0
26092024-08-24T16:35:27.150Z[ host-package] Compiling chacha20poly1305 v0.10.1
26102024-08-24T16:35:28.631Z[ host-package] Compiling parking_lot v0.11.2
26112024-08-24T16:35:31.970Z[ host-package] Compiling vsss-rs v3.3.4
26122024-08-24T16:35:32.176Z[ helios-setup] Aug 24 16:35:31.305 INFO E| Compiling static_assertions v1.1.0
26132024-08-24T16:35:32.720Z[ helios-setup] Aug 24 16:35:31.848 INFO E| Compiling paste v1.0.12
26142024-08-24T16:35:33.851Z[ helios-setup] Aug 24 16:35:32.980 INFO E| Compiling camino v1.1.4
26152024-08-24T16:35:35.323Z[ helios-setup] Aug 24 16:35:34.451 INFO E| Compiling match_cfg v0.1.0
26162024-08-24T16:35:35.639Z[ helios-setup] Aug 24 16:35:34.767 INFO E| Compiling slog-async v2.7.0
26172024-08-24T16:35:35.771Z[ helios-setup] Aug 24 16:35:34.899 INFO E| Compiling async-trait v0.1.68
26182024-08-24T16:35:37.091Z[ helios-setup] Aug 24 16:35:36.219 INFO E| Compiling hostname v0.3.1
26192024-08-24T16:35:37.965Z[ helios-setup] Aug 24 16:35:37.093 INFO E| Compiling toml_edit v0.19.8
26202024-08-24T16:35:39.082Z[ helios-setup] Aug 24 16:35:38.210 INFO E| Compiling racktest-agent-protocol v0.0.0 (/work/oxidecomputer/helios/projects/pilot/racktest/agent/protocol)
26212024-08-24T16:35:40.710Z[ helios-setup] Aug 24 16:35:39.838 INFO E| Compiling slog-json v2.6.1
26222024-08-24T16:35:41.398Z[ host-package] Compiling strip-ansi-escapes v0.2.0
26232024-08-24T16:35:42.028Z[ helios-setup] Aug 24 16:35:41.156 INFO E| Compiling unicode-linebreak v0.1.4
26242024-08-24T16:35:42.415Z[ host-package] Compiling crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=e58ca3693cb9ce0438947beba10e97ee38a0966b#e58ca369)
26252024-08-24T16:35:42.755Z[ host-package] Compiling tabled_derive v0.7.0
26262024-08-24T16:35:43.626Z[ helios-setup] Aug 24 16:35:42.754 INFO E| Compiling async-stream-impl v0.3.5
26272024-08-24T16:35:46.487Z[ helios-setup] Aug 24 16:35:45.615 INFO E| Compiling rhai_codegen v1.5.0
26282024-08-24T16:35:47.233Z[ helios-setup] Aug 24 16:35:46.361 INFO E| Compiling dropshot v0.9.1-dev (https://github.com/oxidecomputer/dropshot.git?rev=9911f3cf00178e0ee64b99f2c59b5a5464075230#9911f3cf)
26292024-08-24T16:35:47.366Z[ host-package] Compiling crossterm v0.27.0
26302024-08-24T16:35:47.935Z[ helios-setup] Aug 24 16:35:47.063 INFO E| Compiling take_mut v0.2.2
26312024-08-24T16:35:49.951Z[ host-package] Compiling peg-macros v0.8.4
26322024-08-24T16:35:51.640Z[ host-package] Compiling kstat-rs v0.2.4
26332024-08-24T16:35:52.167Z[ helios-setup] Aug 24 16:35:51.294 INFO E| Compiling rhai v1.14.0
26342024-08-24T16:35:53.541Z[ host-package] Compiling sqlparser_derive v0.2.2
26352024-08-24T16:35:54.425Z[ helios-setup] Aug 24 16:35:53.553 INFO E| Compiling async-stream v0.3.5
26362024-08-24T16:35:55.180Z[ helios-setup] Aug 24 16:35:54.307 INFO E| Compiling toml v0.7.3
26372024-08-24T16:35:55.328Z[ helios-setup] Aug 24 16:35:54.456 INFO E| Compiling slog-bunyan v2.4.0
26382024-08-24T16:35:56.456Z[ host-package] Compiling unicode_categories v0.1.1
26392024-08-24T16:35:56.686Z[ host-package] Compiling nu-ansi-term v0.50.0
26402024-08-24T16:35:57.309Z[ host-package] Compiling sqlformat v0.2.4
26412024-08-24T16:35:58.847Z[ host-package] Compiling reedline v0.33.0
26422024-08-24T16:35:59.777Z[ host-package] Compiling peg v0.8.4
26432024-08-24T16:36:00.388Z[ host-package] Compiling rustyline v14.0.0
26442024-08-24T16:36:01.424Z[ helios-setup] Aug 24 16:36:00.552 INFO E| Compiling rustls-pemfile v1.0.2
26452024-08-24T16:36:01.794Z[ helios-setup] Aug 24 16:36:00.922 INFO E| Compiling dropshot_endpoint v0.9.1-dev (https://github.com/oxidecomputer/dropshot.git?rev=9911f3cf00178e0ee64b99f2c59b5a5464075230#9911f3cf)
26462024-08-24T16:36:02.778Z[ helios-setup] Aug 24 16:36:01.905 INFO E| Compiling serde_path_to_error v0.1.11
26472024-08-24T16:36:03.172Z[ helios-setup] Aug 24 16:36:02.299 INFO E| Compiling bincode v1.3.3
26482024-08-24T16:36:05.400Z[ helios-setup] Aug 24 16:36:04.527 INFO E| Compiling racktest-control-protocol v0.0.0 (/work/oxidecomputer/helios/projects/pilot/racktest/control/protocol)
26492024-08-24T16:36:05.754Z[ helios-setup] Aug 24 16:36:04.881 INFO E| Compiling terminal_size v0.2.6
26502024-08-24T16:36:06.196Z[ helios-setup] Aug 24 16:36:05.323 INFO E| Compiling smawk v0.3.1
26512024-08-24T16:36:07.000Z[ helios-setup] Aug 24 16:36:06.127 INFO E| Compiling textwrap v0.16.0
26522024-08-24T16:36:13.988Z[ helios-setup] Aug 24 16:36:13.115 INFO E| Compiling sct v0.7.0
26532024-08-24T16:36:14.120Z[ helios-setup] Aug 24 16:36:13.248 INFO E| Compiling rustls-webpki v0.100.1
26542024-08-24T16:36:18.288Z[ host-package] Compiling sqlparser v0.45.0
26552024-08-24T16:36:19.555Z[ host-package] Compiling oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
26562024-08-24T16:36:23.983Z[ helios-setup] Aug 24 16:36:23.110 INFO E| Compiling git2 v0.16.1
26572024-08-24T16:36:24.183Z[ helios-setup] Aug 24 16:36:23.310 INFO E| Compiling tokio-rustls v0.24.0
26582024-08-24T16:36:24.288Z[ host-package] Compiling tabled v0.15.0
26592024-08-24T16:36:31.002Z[ helios-setup] Aug 24 16:36:30.129 INFO E| Compiling built v0.6.0
26602024-08-24T16:36:36.119Z[ helios-setup] Aug 24 16:36:35.245 INFO E| Compiling progenitor v0.2.1-dev (https://github.com/oxidecomputer/progenitor#3a5fe998)
26612024-08-24T16:36:39.156Z[ helios-setup] Aug 24 16:36:38.283 INFO E| Compiling racktest-agent-openapi v0.1.0 (/work/oxidecomputer/helios/projects/pilot/racktest/agent/openapi)
26622024-08-24T16:36:39.896Z[ host-package] Compiling sled v0.34.7
26632024-08-24T16:36:40.173Z[ helios-setup] Aug 24 16:36:39.300 INFO E| Compiling racktest-agent v0.0.0 (/work/oxidecomputer/helios/projects/pilot/racktest/agent/server)
26642024-08-24T16:36:42.188Z[ host-package] Compiling mime_guess v2.0.4
26652024-08-24T16:36:48.069Z[ host-package] Compiling hickory-client v0.24.1
26662024-08-24T16:36:49.101Z[ host-package] Compiling env_logger v0.9.3
26672024-08-24T16:36:55.738Z[ host-package] Compiling tungstenite v0.20.1
26682024-08-24T16:36:56.765Z[ host-package] Compiling clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=ceec762e6a87d2a22bf56792a3025e145caa095e#ceec762e)
26692024-08-24T16:37:00.536Z[ host-package] Compiling bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client)
26702024-08-24T16:37:02.605Z[ host-package] Compiling oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client)
26712024-08-24T16:37:03.552Z[ host-package] Compiling ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=9e0fe45ca3862176dc31ad8cc83f605f8a7e1a42#9e0fe45c)
26722024-08-24T16:37:05.349Z[ host-package] Compiling dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api)
26732024-08-24T16:37:05.659Z[ host-package] Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
26742024-08-24T16:37:06.359Z[ host-package] Compiling hickory-server v0.24.1
26752024-08-24T16:37:08.861Z[ helios-setup] Aug 24 16:37:07.987 INFO E| Compiling racktest-driver v0.0.0 (/work/oxidecomputer/helios/projects/pilot/racktest/driver)
26762024-08-24T16:37:11.342Z[ helios-setup] Aug 24 16:37:10.468 INFO E| Compiling racktest-control-server v0.0.0 (/work/oxidecomputer/helios/projects/pilot/racktest/control/server)
26772024-08-24T16:37:12.506Z[ host-package] Compiling bcs v0.1.6
26782024-08-24T16:37:13.878Z[ host-package] Compiling vergen v8.3.2
26792024-08-24T16:37:14.874Z[ host-package] Compiling bitstruct_derive v0.1.0
26802024-08-24T16:37:14.913Z[ host-package] Compiling cargo-platform v0.1.8
26812024-08-24T16:37:15.049Z[ host-package] Compiling nanorand v0.7.0
26822024-08-24T16:37:15.874Z[ host-package] Compiling viona_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
26832024-08-24T16:37:16.502Z[ host-package] Compiling memoffset v0.9.1
26842024-08-24T16:37:16.523Z[ host-package] Compiling ascii v1.1.0
26852024-08-24T16:37:17.556Z[ host-package] Compiling bitstruct v0.1.1
26862024-08-24T16:37:17.899Z[ host-package] Compiling rfb v0.1.0 (https://github.com/oxidecomputer/rfb?rev=0cac8d9c25eb27acfa35df80f3b9d371de98ab3b#0cac8d9c)
26872024-08-24T16:37:17.979Z[ host-package] Compiling viona_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
26882024-08-24T16:37:18.378Z[ host-package] Compiling flume v0.11.0
26892024-08-24T16:37:18.902Z[ host-package] Compiling cargo_metadata v0.18.1
26902024-08-24T16:37:20.177Z[ host-package] Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
26912024-08-24T16:37:22.786Z[ host-package] Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
26922024-08-24T16:37:25.320Z[ host-package] Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
26932024-08-24T16:37:25.480Z[ host-package] Compiling omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
26942024-08-24T16:37:26.614Z[ host-package] Compiling tokio-tungstenite v0.20.1
26952024-08-24T16:37:29.002Z[ host-package] Compiling gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types)
26962024-08-24T16:37:32.705Z[ host-package] Compiling sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
26972024-08-24T16:37:35.118Z[ host-package] Compiling git2 v0.19.0
26982024-08-24T16:37:50.631Z[ host-package] Compiling dladm v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
26992024-08-24T16:37:52.539Z[ host-package] Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
27002024-08-24T16:37:52.589Z[ host-package] Compiling libsqlite3-sys v0.28.0
27012024-08-24T16:37:53.300Z[ host-package] Compiling erased-serde v0.3.31
27022024-08-24T16:37:55.455Z[ host-package] Compiling serde_arrays v0.1.0
27032024-08-24T16:37:55.726Z[ host-package] Compiling propolis v0.1.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
27042024-08-24T16:37:55.804Z[ helios-setup] Aug 24 16:37:54.929 INFO E| Compiling pilot v0.1.0 (/work/oxidecomputer/helios/projects/pilot)
27052024-08-24T16:38:06.873Z[ host-package] Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
27062024-08-24T16:38:07.786Z[ host-package] Compiling wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common)
27072024-08-24T16:38:21.070Z[ host-package] Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery)
27082024-08-24T16:38:21.804Z[ host-package] Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=24a74d0c76b6a63961ecef76acb1516b6e66c5c9#24a74d0c)
27092024-08-24T16:38:23.165Z[ host-package] Compiling heck v0.3.3
27102024-08-24T16:38:23.987Z[ host-package] Compiling rand_seeder v0.3.0
27112024-08-24T16:38:25.001Z[ host-package] Compiling castaway v0.2.3
27122024-08-24T16:38:25.004Z[ host-package] Compiling csv-core v0.1.11
27132024-08-24T16:38:25.461Z[ host-package] Compiling gateway-sp-comms v0.1.1 (https://github.com/oxidecomputer/management-gateway-service?rev=319e7b92db69792ab8efa4c68554ad0cf83adf93#319e7b92)
27142024-08-24T16:38:26.159Z[ host-package] Compiling http-range v0.1.5
27152024-08-24T16:38:27.141Z[ host-package] Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#4ceaf96e)
27162024-08-24T16:38:28.233Z[ host-package] Compiling sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
27172024-08-24T16:38:29.506Z[ host-package] Compiling hyper-staticfile v0.9.5
27182024-08-24T16:38:32.318Z[ host-package] Compiling csv v1.3.0
27192024-08-24T16:38:33.869Z[ host-package] Compiling compact_str v0.8.0
27202024-08-24T16:38:35.100Z[ host-package] Compiling typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng)
27212024-08-24T16:38:35.952Z[ host-package] Compiling zone_cfg_derive v0.1.2
27222024-08-24T16:38:38.212Z[ host-package] Compiling propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=24a74d0c76b6a63961ecef76acb1516b6e66c5c9#24a74d0c)
27232024-08-24T16:38:39.123Z[ host-package] Compiling cpuid_profile_config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
27242024-08-24T16:38:40.359Z[ host-package] Compiling nix v0.27.1
27252024-08-24T16:38:41.635Z[ host-package] Compiling crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=e58ca3693cb9ce0438947beba10e97ee38a0966b#e58ca369)
27262024-08-24T16:38:43.759Z[ host-package] Compiling update-common v0.1.0 (/work/oxidecomputer/omicron/update-common)
27272024-08-24T16:38:43.800Z[ host-package] Compiling sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api)
27282024-08-24T16:38:45.912Z[ host-package] Compiling bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api)
27292024-08-24T16:38:54.811Z[ host-package] Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a)
27302024-08-24T16:38:55.604Z[ host-package] Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
27312024-08-24T16:38:56.285Z[ host-package] Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc)
27322024-08-24T16:38:56.967Z[ host-package] Compiling unicode-truncate v1.0.0
27332024-08-24T16:38:57.416Z[ host-package] Compiling lru v0.12.3
27342024-08-24T16:38:58.014Z[ host-package] Compiling hashlink v0.9.1
27352024-08-24T16:38:58.718Z[ host-package] Compiling serde-big-array v0.5.1
27362024-08-24T16:38:59.122Z[ host-package] Compiling instability v0.3.2
27372024-08-24T16:38:59.176Z[ host-package] Compiling base64 v0.13.1
27382024-08-24T16:39:00.193Z[ host-package] Compiling fallible-streaming-iterator v0.1.9
27392024-08-24T16:39:00.301Z[ host-package] Compiling cassowary v0.3.0
27402024-08-24T16:39:00.880Z[ host-package] Compiling fallible-iterator v0.3.0
27412024-08-24T16:39:01.972Z[ host-package] Compiling rusqlite v0.31.0
27422024-08-24T16:39:02.986Z[ helios-setup] Aug 24 16:39:02.109 INFO E| Finished `release` profile [optimized] target(s) in 6m 53s
27432024-08-24T16:39:03.142Z[ helios-setup] Aug 24 16:39:02.265 INFO building project "pilot" ok (414 seconds)
27442024-08-24T16:39:03.145Z[ helios-setup] Aug 24 16:39:02.265 INFO building project "bootserver" at /work/oxidecomputer/helios/projects/bootserver
27452024-08-24T16:39:03.145Z[ helios-setup] Aug 24 16:39:02.265 INFO exec: ["cargo", "build", "--locked", "--release"], pwd: Some("/work/oxidecomputer/helios/projects/bootserver")
27462024-08-24T16:39:03.646Z[ helios-setup] Aug 24 16:39:02.769 INFO E| Downloading crates ...
27472024-08-24T16:39:03.845Z[ helios-setup] Aug 24 16:39:02.968 INFO E| Downloaded typenum v1.15.0
27482024-08-24T16:39:03.849Z[ helios-setup] Aug 24 16:39:02.972 INFO E| Downloaded sha2 v0.10.5
27492024-08-24T16:39:03.852Z[ helios-setup] Aug 24 16:39:02.976 INFO E| Downloaded digest v0.10.3
27502024-08-24T16:39:03.855Z[ helios-setup] Aug 24 16:39:02.978 INFO E| Downloaded bytes v1.2.1
27512024-08-24T16:39:03.861Z[ helios-setup] Aug 24 16:39:02.984 INFO E| Downloaded anyhow v1.0.62
27522024-08-24T16:39:04.073Z[ helios-setup] Aug 24 16:39:03.196 INFO E| Compiling version_check v0.9.4
27532024-08-24T16:39:04.073Z[ helios-setup] Aug 24 16:39:03.196 INFO E| Compiling typenum v1.15.0
27542024-08-24T16:39:04.073Z[ helios-setup] Aug 24 16:39:03.196 INFO E| Compiling crc32fast v1.3.2
27552024-08-24T16:39:04.076Z[ helios-setup] Aug 24 16:39:03.196 INFO E| Compiling cfg-if v1.0.0
27562024-08-24T16:39:04.076Z[ helios-setup] Aug 24 16:39:03.196 INFO E| Compiling anyhow v1.0.62
27572024-08-24T16:39:04.076Z[ helios-setup] Aug 24 16:39:03.196 INFO E| Compiling adler v1.0.2
27582024-08-24T16:39:04.078Z[ helios-setup] Aug 24 16:39:03.199 INFO E| Compiling unicode-width v0.1.10
27592024-08-24T16:39:04.078Z[ helios-setup] Aug 24 16:39:03.200 INFO E| Compiling cpufeatures v0.2.5
27602024-08-24T16:39:04.188Z[ helios-setup] Aug 24 16:39:03.311 INFO E| Compiling bitflags v1.3.2
27612024-08-24T16:39:04.359Z[ helios-setup] Aug 24 16:39:03.482 INFO E| Compiling miniz_oxide v0.6.2
27622024-08-24T16:39:04.490Z[ helios-setup] Aug 24 16:39:03.613 INFO E| Compiling getopts v0.2.21
27632024-08-24T16:39:04.582Z[ helios-setup] Aug 24 16:39:03.705 INFO E| Compiling bytes v1.2.1
27642024-08-24T16:39:04.692Z[ host-package] Compiling ratatui v0.28.0
27652024-08-24T16:39:05.243Z[ helios-setup] Aug 24 16:39:04.366 INFO E| Compiling generic-array v0.14.6
27662024-08-24T16:39:05.983Z[ helios-setup] Aug 24 16:39:05.106 INFO E| Compiling flate2 v1.0.25
27672024-08-24T16:39:08.732Z[ host-package] Compiling ron v0.7.1
27682024-08-24T16:39:10.171Z[ helios-setup] Aug 24 16:39:09.293 INFO E| Compiling block-buffer v0.10.3
27692024-08-24T16:39:10.171Z[ helios-setup] Aug 24 16:39:09.294 INFO E| Compiling crypto-common v0.1.6
27702024-08-24T16:39:10.495Z[ helios-setup] Aug 24 16:39:09.618 INFO E| Compiling digest v0.10.3
27712024-08-24T16:39:10.879Z[ helios-setup] Aug 24 16:39:10.001 INFO E| Compiling sha2 v0.10.5
27722024-08-24T16:39:11.390Z[ helios-setup] Aug 24 16:39:10.513 INFO E| Compiling bootserver v0.1.0 (/work/oxidecomputer/helios/projects/bootserver)
27732024-08-24T16:39:15.284Z[ host-package] Compiling nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
27742024-08-24T16:39:17.294Z[ helios-setup] Aug 24 16:39:16.417 INFO E| Finished `release` profile [optimized] target(s) in 14.03s
27752024-08-24T16:39:17.310Z[ helios-setup] Aug 24 16:39:16.432 INFO building project "bootserver" ok (14 seconds)
27762024-08-24T16:39:17.310Z[ helios-setup] Aug 24 16:39:16.433 INFO building project "pinprick" at /work/oxidecomputer/helios/projects/pinprick
27772024-08-24T16:39:17.310Z[ helios-setup] Aug 24 16:39:16.433 INFO exec: ["cargo", "build", "--locked", "--release"], pwd: Some("/work/oxidecomputer/helios/projects/pinprick")
27782024-08-24T16:39:17.400Z[ host-package] Compiling nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation)
27792024-08-24T16:39:17.786Z[ helios-setup] Aug 24 16:39:16.908 INFO E| Compiling adler v1.0.2
27802024-08-24T16:39:17.937Z[ helios-setup] Aug 24 16:39:17.060 INFO E| Compiling miniz_oxide v0.7.2
27812024-08-24T16:39:18.215Z[ host-package] Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
27822024-08-24T16:39:20.807Z[ helios-setup] Aug 24 16:39:19.930 INFO E| Compiling pinprick v0.1.0 (/work/oxidecomputer/helios/projects/pinprick)
27832024-08-24T16:39:21.731Z[ helios-setup] Aug 24 16:39:20.854 INFO E| Finished `release` profile [optimized] target(s) in 4.31s
27842024-08-24T16:39:21.739Z[ helios-setup] Aug 24 16:39:20.862 INFO building project "pinprick" ok (4 seconds)
27852024-08-24T16:39:21.739Z[ helios-setup] Aug 24 16:39:20.862 INFO building project "image-builder" at /work/oxidecomputer/helios/projects/image-builder
27862024-08-24T16:39:21.739Z[ helios-setup] Aug 24 16:39:20.862 INFO exec: ["cargo", "build", "--locked"], pwd: Some("/work/oxidecomputer/helios/projects/image-builder")
27872024-08-24T16:39:22.018Z[ helios-setup] Aug 24 16:39:21.141 INFO E| Blocking waiting for file lock on package cache
27882024-08-24T16:39:23.978Z[ host-package] Compiling propolis-server-config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
27892024-08-24T16:39:24.841Z[ host-package] Compiling zone v0.1.8
27902024-08-24T16:39:26.822Z[ host-package] Compiling nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
27912024-08-24T16:39:29.464Z[ host-package] Compiling wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client)
27922024-08-24T16:39:31.300Z[ helios-setup] Aug 24 16:39:30.421 INFO E| Updating git repository `https://github.com/jclulow/rust-jmclib`
27932024-08-24T16:39:31.728Z[ helios-setup] Aug 24 16:39:30.850 INFO E| From https://github.com/jclulow/rust-jmclib
27942024-08-24T16:39:31.728Z[ helios-setup] Aug 24 16:39:30.850 INFO E| * [new ref] 98fb2268f5a2f350e65ab5c8fc490b27eb1b3949 -> refs/commit/98fb2268f5a2f350e65ab5c8fc490b27eb1b3949
27952024-08-24T16:39:31.751Z[ helios-setup] Aug 24 16:39:30.873 INFO E| Updating crates.io index
27962024-08-24T16:39:31.938Z[ helios-setup] Aug 24 16:39:31.061 INFO E| Blocking waiting for file lock on package cache
27972024-08-24T16:39:32.008Z[ helios-setup] Aug 24 16:39:31.130 INFO E| Blocking waiting for file lock on package cache
27982024-08-24T16:39:36.999Z[ host-package] Compiling gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api)
27992024-08-24T16:39:37.535Z[ host-package] Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
28002024-08-24T16:39:38.008Z[ helios-setup] Aug 24 16:39:37.129 INFO E| Downloading crates ...
28012024-08-24T16:39:38.069Z[ helios-setup] Aug 24 16:39:37.191 INFO E| Downloaded block-buffer v0.9.0
28022024-08-24T16:39:38.079Z[ helios-setup] Aug 24 16:39:37.201 INFO E| Downloaded anyhow v1.0.72
28032024-08-24T16:39:38.086Z[ helios-setup] Aug 24 16:39:37.209 INFO E| Downloaded sha-1 v0.9.8
28042024-08-24T16:39:38.089Z[ helios-setup] Aug 24 16:39:37.211 INFO E| Downloaded serde_derive v1.0.193
28052024-08-24T16:39:38.094Z[ helios-setup] Aug 24 16:39:37.217 INFO E| Downloaded fastrand v2.0.0
28062024-08-24T16:39:38.097Z[ helios-setup] Aug 24 16:39:37.219 INFO E| Downloaded cpufeatures v0.2.9
28072024-08-24T16:39:38.099Z[ helios-setup] Aug 24 16:39:37.221 INFO E| Downloaded md-5 v0.9.1
28082024-08-24T16:39:38.102Z[ helios-setup] Aug 24 16:39:37.224 INFO E| Downloaded tempfile v3.7.0
28092024-08-24T16:39:38.105Z[ helios-setup] Aug 24 16:39:37.228 INFO E| Downloaded libdevinfo-sys v1.0.0
28102024-08-24T16:39:38.108Z[ helios-setup] Aug 24 16:39:37.229 INFO E| Downloaded uuid v0.8.2
28112024-08-24T16:39:38.112Z[ helios-setup] Aug 24 16:39:37.234 INFO E| Downloaded proc-macro2 v1.0.66
28122024-08-24T16:39:38.116Z[ helios-setup] Aug 24 16:39:37.238 INFO E| Downloaded quote v1.0.31
28132024-08-24T16:39:38.120Z[ helios-setup] Aug 24 16:39:37.242 INFO E| Downloaded unicode-ident v1.0.11
28142024-08-24T16:39:38.125Z[ helios-setup] Aug 24 16:39:37.247 INFO E| Downloaded once_cell v1.18.0
28152024-08-24T16:39:38.130Z[ helios-setup] Aug 24 16:39:37.252 INFO E| Downloaded getrandom v0.2.10
28162024-08-24T16:39:38.135Z[ helios-setup] Aug 24 16:39:37.257 INFO E| Downloaded serde v1.0.193
28172024-08-24T16:39:38.140Z[ helios-setup] Aug 24 16:39:37.262 INFO E| Downloaded bitflags v2.3.3
28182024-08-24T16:39:38.144Z[ helios-setup] Aug 24 16:39:37.267 INFO E| Downloaded digest v0.9.0
28192024-08-24T16:39:38.148Z[ helios-setup] Aug 24 16:39:37.270 INFO E| Downloaded serde_json v1.0.103
28202024-08-24T16:39:38.185Z[ helios-setup] Aug 24 16:39:37.307 INFO E| Downloaded syn v2.0.32
28212024-08-24T16:39:38.203Z[ helios-setup] Aug 24 16:39:37.325 INFO E| Downloaded rustix v0.38.4
28222024-08-24T16:39:38.234Z[ helios-setup] Aug 24 16:39:37.356 INFO E| Downloaded libc v0.2.147
28232024-08-24T16:39:38.439Z[ helios-setup] Aug 24 16:39:37.561 INFO E| Compiling libc v0.2.147
28242024-08-24T16:39:38.439Z[ helios-setup] Aug 24 16:39:37.561 INFO E| Compiling proc-macro2 v1.0.66
28252024-08-24T16:39:38.442Z[ helios-setup] Aug 24 16:39:37.561 INFO E| Compiling unicode-ident v1.0.11
28262024-08-24T16:39:38.442Z[ helios-setup] Aug 24 16:39:37.561 INFO E| Compiling cfg-if v1.0.0
28272024-08-24T16:39:38.442Z[ helios-setup] Aug 24 16:39:37.561 INFO E| Compiling version_check v0.9.4
28282024-08-24T16:39:38.442Z[ helios-setup] Aug 24 16:39:37.562 INFO E| Compiling typenum v1.16.0
28292024-08-24T16:39:38.442Z[ helios-setup] Aug 24 16:39:37.562 INFO E| Compiling serde v1.0.193
28302024-08-24T16:39:38.442Z[ helios-setup] Aug 24 16:39:37.562 INFO E| Compiling powerfmt v0.2.0
28312024-08-24T16:39:38.539Z[ host-package] Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
28322024-08-24T16:39:39.050Z[ helios-setup] Aug 24 16:39:38.172 INFO E| Compiling itoa v1.0.9
28332024-08-24T16:39:39.160Z[ helios-setup] Aug 24 16:39:38.282 INFO E| Compiling time-core v0.1.2
28342024-08-24T16:39:39.190Z[ host-package] Compiling cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client)
28352024-08-24T16:39:39.585Z[ helios-setup] Aug 24 16:39:38.707 INFO E| Compiling rustix v0.38.4
28362024-08-24T16:39:39.637Z[ helios-setup] Aug 24 16:39:38.759 INFO E| Compiling slog v2.7.0
28372024-08-24T16:39:39.743Z[ helios-setup] Aug 24 16:39:38.866 INFO E| Compiling num-conv v0.1.0
28382024-08-24T16:39:40.297Z[ helios-setup] Aug 24 16:39:39.419 INFO E| Compiling deranged v0.3.11
28392024-08-24T16:39:40.316Z[ helios-setup] Aug 24 16:39:39.438 INFO E| Compiling generic-array v0.14.7
28402024-08-24T16:39:40.428Z[ helios-setup] Aug 24 16:39:39.550 INFO E| Compiling time-macros v0.2.18
28412024-08-24T16:39:40.768Z[ helios-setup] Aug 24 16:39:39.890 INFO E| Compiling num_threads v0.1.6
28422024-08-24T16:39:40.984Z[ helios-setup] Aug 24 16:39:40.105 INFO E| Compiling bitflags v2.3.3
28432024-08-24T16:39:41.149Z[ helios-setup] Aug 24 16:39:40.271 INFO E| Compiling once_cell v1.18.0
28442024-08-24T16:39:41.382Z[ helios-setup] Aug 24 16:39:40.504 INFO E| Compiling quote v1.0.31
28452024-08-24T16:39:42.158Z[ helios-setup] Aug 24 16:39:41.280 INFO E| Compiling thread_local v1.1.7
28462024-08-24T16:39:42.790Z[ helios-setup] Aug 24 16:39:41.912 INFO E| Compiling syn v2.0.32
28472024-08-24T16:39:43.117Z[ helios-setup] Aug 24 16:39:42.239 INFO E| Compiling dirs-sys-next v0.1.2
28482024-08-24T16:39:43.254Z[ helios-setup] Aug 24 16:39:42.376 INFO E| Compiling errno v0.3.1
28492024-08-24T16:39:43.464Z[ helios-setup] Aug 24 16:39:42.586 INFO E| Compiling dirs-next v2.0.0
28502024-08-24T16:39:43.894Z[ helios-setup] Aug 24 16:39:43.016 INFO E| Compiling term v0.7.0
28512024-08-24T16:39:44.012Z[ helios-setup] Aug 24 16:39:43.134 INFO E| Compiling atty v0.2.14
28522024-08-24T16:39:44.184Z[ helios-setup] Aug 24 16:39:43.306 INFO E| Compiling serde_json v1.0.103
28532024-08-24T16:39:44.387Z[ helios-setup] Aug 24 16:39:43.509 INFO E| Compiling anyhow v1.0.72
28542024-08-24T16:39:44.526Z[ helios-setup] Aug 24 16:39:43.648 INFO E| Compiling fastrand v2.0.0
28552024-08-24T16:39:45.383Z[ helios-setup] Aug 24 16:39:44.505 INFO E| Compiling digest v0.9.0
28562024-08-24T16:39:45.644Z[ helios-setup] Aug 24 16:39:44.766 INFO E| Compiling block-buffer v0.9.0
28572024-08-24T16:39:45.644Z[ helios-setup] Aug 24 16:39:44.766 INFO E| Compiling opaque-debug v0.3.0
28582024-08-24T16:39:46.015Z[ helios-setup] Aug 24 16:39:45.137 INFO E| Compiling getrandom v0.2.10
28592024-08-24T16:39:46.071Z[ helios-setup] Aug 24 16:39:45.193 INFO E| Compiling cpufeatures v0.2.9
28602024-08-24T16:39:46.168Z[ helios-setup] Aug 24 16:39:45.290 INFO E| Compiling ryu v1.0.15
28612024-08-24T16:39:46.185Z[ helios-setup] Aug 24 16:39:45.307 INFO E| Compiling same-file v1.0.6
28622024-08-24T16:39:46.535Z[ helios-setup] Aug 24 16:39:45.654 INFO E| Compiling time v0.3.36
28632024-08-24T16:39:46.646Z[ helios-setup] Aug 24 16:39:45.768 INFO E| Compiling unicode-width v0.1.10
28642024-08-24T16:39:46.893Z[ helios-setup] Aug 24 16:39:46.015 INFO E| Compiling tempfile v3.7.0
28652024-08-24T16:39:47.026Z[ helios-setup] Aug 24 16:39:46.148 INFO E| Compiling getopts v0.2.21
28662024-08-24T16:39:47.040Z[ helios-setup] Aug 24 16:39:46.162 INFO E| Compiling walkdir v2.3.3
28672024-08-24T16:39:47.568Z[ helios-setup] Aug 24 16:39:46.689 INFO E| Compiling sha-1 v0.9.8
28682024-08-24T16:39:48.192Z[ helios-setup] Aug 24 16:39:47.313 INFO E| Compiling md-5 v0.9.1
28692024-08-24T16:39:48.456Z[ helios-setup] Aug 24 16:39:47.578 INFO E| Compiling glob v0.3.1
28702024-08-24T16:39:48.651Z[ helios-setup] Aug 24 16:39:47.773 INFO E| Compiling libdevinfo-sys v1.0.0
28712024-08-24T16:39:49.112Z[ host-package] Compiling twox-hash v1.6.3
28722024-08-24T16:39:50.184Z[ helios-setup] Aug 24 16:39:49.305 INFO E| Compiling slog-term v2.9.0
28732024-08-24T16:39:50.445Z[ host-package] Compiling signal-hook-tokio v0.3.1
28742024-08-24T16:39:50.845Z[ host-package] Compiling yasna v0.5.2
28752024-08-24T16:39:52.829Z[ host-package] Compiling portpicker v0.1.1
28762024-08-24T16:39:53.302Z[ helios-setup] Aug 24 16:39:52.423 INFO E| Compiling serde_derive v1.0.193
28772024-08-24T16:39:53.424Z[ host-package] Compiling smawk v0.3.2
28782024-08-24T16:39:53.804Z[ host-package] Compiling unicode-linebreak v0.1.5
28792024-08-24T16:39:54.459Z[ host-package] Compiling textwrap v0.16.1
28802024-08-24T16:39:54.621Z[ host-package] Compiling libfalcon v0.1.0 (https://github.com/oxidecomputer/falcon?rev=e69694a1f7cc9fe31fab27f321017280531fb5f7#e69694a1)
28812024-08-24T16:39:55.200Z[ host-package] Compiling rcgen v0.12.1
28822024-08-24T16:39:56.349Z[ host-package] Compiling omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway)
28832024-08-24T16:40:06.687Z[ host-package] Compiling nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
28842024-08-24T16:40:07.810Z[ helios-setup] Aug 24 16:40:06.931 INFO E| Compiling toml v0.5.11
28852024-08-24T16:40:07.810Z[ helios-setup] Aug 24 16:40:06.931 INFO E| Compiling uuid v0.8.2
28862024-08-24T16:40:10.175Z[ host-package] Compiling cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types)
28872024-08-24T16:40:10.288Z[ helios-setup] Aug 24 16:40:09.409 INFO E| Compiling jmclib v0.1.0 (https://github.com/jclulow/rust-jmclib#98fb2268)
28882024-08-24T16:40:11.800Z[ host-package] Compiling sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
28892024-08-24T16:40:13.643Z[ host-package] Compiling nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface)
28902024-08-24T16:40:14.105Z[ helios-setup] Aug 24 16:40:13.225 INFO E| Compiling illumos-image-builder v0.0.0 (/work/oxidecomputer/helios/projects/image-builder)
28912024-08-24T16:40:15.080Z[ host-package] Compiling nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api)
28922024-08-24T16:40:15.720Z[ host-package] Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin)
28932024-08-24T16:40:16.185Z[ host-package] Compiling crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=e58ca3693cb9ce0438947beba10e97ee38a0966b#e58ca369)
28942024-08-24T16:40:16.452Z[ host-package] Compiling atomicwrites v0.4.3
28952024-08-24T16:40:17.065Z[ host-package] Compiling oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api)
28962024-08-24T16:40:24.436Z[ host-package] Compiling fatfs v0.3.6
28972024-08-24T16:40:24.691Z[ host-package] Compiling rtoolbox v0.0.2
28982024-08-24T16:40:25.442Z[ host-package] Compiling subprocess v0.2.9
28992024-08-24T16:40:27.764Z[ host-package] Compiling assert_matches v1.5.0
29002024-08-24T16:40:27.945Z[ host-package] Compiling is_ci v1.2.0
29012024-08-24T16:40:28.061Z[ helios-setup] Aug 24 16:40:27.181 INFO E| Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 06s
29022024-08-24T16:40:28.095Z[ helios-setup] Aug 24 16:40:27.216 INFO building project "image-builder" ok (66 seconds)
29032024-08-24T16:40:28.095Z[ helios-setup] Aug 24 16:40:27.216 INFO building project "amd-host-image-builder" at /work/oxidecomputer/helios/projects/amd-host-image-builder
29042024-08-24T16:40:28.097Z[ helios-setup] Aug 24 16:40:27.216 INFO exec: ["cargo", "build", "--locked"], pwd: Some("/work/oxidecomputer/helios/projects/amd-host-image-builder")
29052024-08-24T16:40:28.105Z[ helios-setup] Aug 24 16:40:27.226 INFO E| info: syncing channel updates for 'nightly-2023-12-30-x86_64-unknown-illumos'
29062024-08-24T16:40:28.117Z[ host-package] Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
29072024-08-24T16:40:28.310Z[ host-package] Compiling supports-color v3.0.0
29082024-08-24T16:40:28.379Z[ helios-setup] Aug 24 16:40:27.500 INFO E| info: latest update on 2023-12-30, rust version 1.77.0-nightly (3cdd004e5 2023-12-29)
29092024-08-24T16:40:28.379Z[ helios-setup] Aug 24 16:40:27.500 INFO E| info: downloading component 'cargo'
29102024-08-24T16:40:28.980Z[ host-package] Compiling rpassword v7.3.1
29112024-08-24T16:40:29.544Z[ host-package] Compiling oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
29122024-08-24T16:40:29.653Z[ helios-setup] Aug 24 16:40:28.774 INFO E| info: downloading component 'clippy'
29132024-08-24T16:40:30.133Z[ helios-setup] Aug 24 16:40:29.254 INFO E| info: downloading component 'rust-docs'
29142024-08-24T16:40:30.743Z[ host-package] Compiling cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api)
29152024-08-24T16:40:31.880Z[ helios-setup] Aug 24 16:40:31.001 INFO E| info: downloading component 'rust-src'
29162024-08-24T16:40:32.086Z[ helios-setup] Aug 24 16:40:31.206 INFO E| info: downloading component 'rust-std'
29172024-08-24T16:40:34.193Z[ helios-setup] Aug 24 16:40:33.314 INFO E| info: downloading component 'rustc'
29182024-08-24T16:40:35.615Z[ host-package] Compiling tui-tree-widget v0.22.0
29192024-08-24T16:40:36.098Z[ host-package] Compiling wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api)
29202024-08-24T16:40:36.373Z[ host-package] Compiling installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api)
29212024-08-24T16:40:37.787Z[ host-package] Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb)
29222024-08-24T16:40:38.126Z[ host-package] Compiling clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api)
29232024-08-24T16:40:38.152Z[ host-package] Compiling uzers v0.11.3
29242024-08-24T16:40:39.721Z[ helios-setup] Aug 24 16:40:38.841 INFO E| info: downloading component 'rustfmt'
29252024-08-24T16:40:40.144Z[ helios-setup] Aug 24 16:40:39.264 INFO E| info: installing component 'cargo'
29262024-08-24T16:40:40.958Z[ host-package] Compiling wicket v0.1.0 (/work/oxidecomputer/omicron/wicket)
29272024-08-24T16:40:41.765Z[ helios-setup] Aug 24 16:40:40.886 INFO E| info: installing component 'clippy'
29282024-08-24T16:40:42.201Z[ helios-setup] Aug 24 16:40:41.321 INFO E| info: installing component 'rust-docs'
29292024-08-24T16:40:45.039Z[ host-package] Compiling zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup)
29302024-08-24T16:40:47.466Z[ host-package] Compiling omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin)
29312024-08-24T16:40:49.340Z[ helios-setup] Aug 24 16:40:48.460 INFO E| info: installing component 'rust-src'
29322024-08-24T16:40:50.555Z[ helios-setup] Aug 24 16:40:49.675 INFO E| info: installing component 'rust-std'
29332024-08-24T16:40:51.862Z[ host-package] Compiling wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd)
29342024-08-24T16:40:53.160Z[ helios-setup] Aug 24 16:40:52.280 INFO E| info: installing component 'rustc'
29352024-08-24T16:40:59.418Z[ helios-setup] Aug 24 16:40:58.538 INFO E| info: installing component 'rustfmt'
29362024-08-24T16:41:00.391Z[ helios-setup] Aug 24 16:40:59.511 INFO E| Updating git repository `https://github.com/oxidecomputer/amd-apcb.git`
29372024-08-24T16:41:01.222Z[ helios-setup] Aug 24 16:41:00.341 INFO E| From https://github.com/oxidecomputer/amd-apcb
29382024-08-24T16:41:01.222Z[ helios-setup] Aug 24 16:41:00.341 INFO E| * [new ref] db77d47bc0d73c4159aa0a82493ef11f5e599047 -> refs/commit/db77d47bc0d73c4159aa0a82493ef11f5e599047
29392024-08-24T16:41:01.224Z[ helios-setup] Aug 24 16:41:00.341 INFO E| * [new tag] v0.3.3 -> v0.3.3
29402024-08-24T16:41:01.257Z[ helios-setup] Aug 24 16:41:00.377 INFO E| * [new tag] v0.1.3 -> v0.1.3
29412024-08-24T16:41:01.257Z[ helios-setup] Aug 24 16:41:00.377 INFO E| * [new tag] v0.1.4 -> v0.1.4
29422024-08-24T16:41:01.260Z[ helios-setup] Aug 24 16:41:00.377 INFO E| * [new tag] v0.1.5 -> v0.1.5
29432024-08-24T16:41:01.260Z[ helios-setup] Aug 24 16:41:00.378 INFO E| * [new tag] v0.2.0 -> v0.2.0
29442024-08-24T16:41:01.260Z[ helios-setup] Aug 24 16:41:00.378 INFO E| * [new tag] v0.3.0 -> v0.3.0
29452024-08-24T16:41:01.260Z[ helios-setup] Aug 24 16:41:00.378 INFO E| * [new tag] v0.3.1 -> v0.3.1
29462024-08-24T16:41:01.260Z[ helios-setup] Aug 24 16:41:00.378 INFO E| * [new tag] v0.3.2 -> v0.3.2
29472024-08-24T16:41:01.311Z[ helios-setup] Aug 24 16:41:00.431 INFO E| Updating git repository `ssh://git@github.com/oxidecomputer/amd-efs.git`
29482024-08-24T16:41:02.202Z[ helios-setup] Aug 24 16:41:01.322 INFO E| From https://github.com/oxidecomputer/amd-efs
29492024-08-24T16:41:02.203Z[ helios-setup] Aug 24 16:41:01.322 INFO E| * [new branch] empty -> origin/empty
29502024-08-24T16:41:02.205Z[ helios-setup] Aug 24 16:41:01.322 INFO E| * [new branch] issue-99 -> origin/issue-99
29512024-08-24T16:41:02.205Z[ helios-setup] Aug 24 16:41:01.323 INFO E| * [new branch] main -> origin/main
29522024-08-24T16:41:02.205Z[ helios-setup] Aug 24 16:41:01.323 INFO E| * [new branch] review -> origin/review
29532024-08-24T16:41:02.205Z[ helios-setup] Aug 24 16:41:01.323 INFO E| * [new ref] -> origin/HEAD
29542024-08-24T16:41:02.205Z[ helios-setup] Aug 24 16:41:01.323 INFO E| * [new tag] v0.2.0 -> v0.2.0
29552024-08-24T16:41:02.205Z[ helios-setup] Aug 24 16:41:01.323 INFO E| * [new tag] v0.2.1 -> v0.2.1
29562024-08-24T16:41:02.206Z[ helios-setup] Aug 24 16:41:01.323 INFO E| * [new tag] v0.2.2 -> v0.2.2
29572024-08-24T16:41:02.206Z[ helios-setup] Aug 24 16:41:01.324 INFO E| * [new tag] v0.2.3 -> v0.2.3
29582024-08-24T16:41:02.206Z[ helios-setup] Aug 24 16:41:01.324 INFO E| * [new tag] v0.2.4 -> v0.2.4
29592024-08-24T16:41:02.206Z[ helios-setup] Aug 24 16:41:01.324 INFO E| * [new tag] v0.2.5 -> v0.2.5
29602024-08-24T16:41:02.206Z[ helios-setup] Aug 24 16:41:01.324 INFO E| * [new tag] v0.2.6 -> v0.2.6
29612024-08-24T16:41:02.206Z[ helios-setup] Aug 24 16:41:01.324 INFO E| * [new tag] v0.2.7 -> v0.2.7
29622024-08-24T16:41:02.206Z[ helios-setup] Aug 24 16:41:01.324 INFO E| * [new tag] v0.3.0 -> v0.3.0
29632024-08-24T16:41:02.206Z[ helios-setup] Aug 24 16:41:01.324 INFO E| * [new tag] v0.3.1 -> v0.3.1
29642024-08-24T16:41:02.206Z[ helios-setup] Aug 24 16:41:01.324 INFO E| * [new tag] v0.4.0 -> v0.4.0
29652024-08-24T16:41:02.230Z[ helios-setup] Aug 24 16:41:01.350 INFO E| Updating crates.io index
29662024-08-24T16:41:02.603Z[ helios-setup] Aug 24 16:41:01.723 INFO E| Downloading crates ...
29672024-08-24T16:41:02.773Z[ helios-setup] Aug 24 16:41:01.893 INFO E| Downloaded unic-ucd-ident v0.9.0
29682024-08-24T16:41:02.777Z[ helios-setup] Aug 24 16:41:01.897 INFO E| Downloaded unic-char-property v0.9.0
29692024-08-24T16:41:02.780Z[ helios-setup] Aug 24 16:41:01.899 INFO E| Downloaded memchr v2.7.4
29702024-08-24T16:41:02.788Z[ helios-setup] Aug 24 16:41:01.908 INFO E| Downloaded vec_map v0.8.2
29712024-08-24T16:41:02.790Z[ helios-setup] Aug 24 16:41:01.909 INFO E| Downloaded unic-char-range v0.9.0
29722024-08-24T16:41:02.793Z[ helios-setup] Aug 24 16:41:01.912 INFO E| Downloaded strum_macros v0.23.1
29732024-08-24T16:41:02.795Z[ helios-setup] Aug 24 16:41:01.915 INFO E| Downloaded modular-bitfield v0.11.2
29742024-08-24T16:41:02.813Z[ helios-setup] Aug 24 16:41:01.933 INFO E| Downloaded unic-ucd-version v0.9.0
29752024-08-24T16:41:02.816Z[ helios-setup] Aug 24 16:41:01.935 INFO E| Downloaded scroll v0.10.2
29762024-08-24T16:41:02.819Z[ helios-setup] Aug 24 16:41:01.938 INFO E| Downloaded pest_meta v2.7.11
29772024-08-24T16:41:02.822Z[ helios-setup] Aug 24 16:41:01.942 INFO E| Downloaded unic-common v0.9.0
29782024-08-24T16:41:02.824Z[ helios-setup] Aug 24 16:41:01.943 INFO E| Downloaded strum v0.23.0
29792024-08-24T16:41:02.824Z[ helios-setup] Aug 24 16:41:01.944 INFO E| Downloaded scroll_derive v0.10.5
29802024-08-24T16:41:02.827Z[ helios-setup] Aug 24 16:41:01.945 INFO E| Downloaded pest v2.7.11
29812024-08-24T16:41:02.833Z[ helios-setup] Aug 24 16:41:01.953 INFO E| Downloaded textwrap v0.11.0
29822024-08-24T16:41:02.836Z[ helios-setup] Aug 24 16:41:01.956 INFO E| Downloaded structopt v0.3.26
29832024-08-24T16:41:02.847Z[ helios-setup] Aug 24 16:41:01.967 INFO E| Downloaded goblin v0.4.3
29842024-08-24T16:41:02.856Z[ helios-setup] Aug 24 16:41:01.976 INFO E| Downloaded clap v2.34.0
29852024-08-24T16:41:02.867Z[ helios-setup] Aug 24 16:41:01.987 INFO E| Downloaded pest_derive v2.7.11
29862024-08-24T16:41:02.871Z[ helios-setup] Aug 24 16:41:01.991 INFO E| Downloaded semver-parser v0.7.0
29872024-08-24T16:41:02.873Z[ helios-setup] Aug 24 16:41:01.992 INFO E| Downloaded rustc_version v0.2.3
29882024-08-24T16:41:02.875Z[ helios-setup] Aug 24 16:41:01.994 INFO E| Downloaded modular-bitfield-impl v0.11.2
29892024-08-24T16:41:02.876Z[ helios-setup] Aug 24 16:41:01.996 INFO E| Downloaded four-cc v0.3.0
29902024-08-24T16:41:02.878Z[ helios-setup] Aug 24 16:41:01.997 INFO E| Downloaded libc v0.2.155
29912024-08-24T16:41:02.917Z[ helios-setup] Aug 24 16:41:02.037 INFO E| Downloaded parse_int v0.6.0
29922024-08-24T16:41:02.919Z[ helios-setup] Aug 24 16:41:02.037 INFO E| Downloaded memoffset v0.5.6
29932024-08-24T16:41:02.919Z[ helios-setup] Aug 24 16:41:02.039 INFO E| Downloaded bytesize v1.3.0
29942024-08-24T16:41:02.923Z[ helios-setup] Aug 24 16:41:02.040 INFO E| Downloaded structopt-derive v0.4.18
29952024-08-24T16:41:02.923Z[ helios-setup] Aug 24 16:41:02.041 INFO E| Downloaded strsim v0.8.0
29962024-08-24T16:41:02.925Z[ helios-setup] Aug 24 16:41:02.043 INFO E| Downloaded semver v0.9.0
29972024-08-24T16:41:02.947Z[ helios-setup] Aug 24 16:41:02.067 INFO E| Downloaded pre-proc-macro v0.2.1
29982024-08-24T16:41:02.950Z[ helios-setup] Aug 24 16:41:02.070 INFO E| Downloaded proc-macro-crate v0.1.5
29992024-08-24T16:41:02.952Z[ helios-setup] Aug 24 16:41:02.071 INFO E| Downloaded pre v0.2.1
30002024-08-24T16:41:02.954Z[ helios-setup] Aug 24 16:41:02.072 INFO E| Downloaded pest_generator v2.7.11
30012024-08-24T16:41:02.954Z[ helios-setup] Aug 24 16:41:02.074 INFO E| Downloaded num-derive v0.3.3
30022024-08-24T16:41:02.957Z[ helios-setup] Aug 24 16:41:02.077 INFO E| Downloaded ansi_term v0.12.1
30032024-08-24T16:41:02.959Z[ helios-setup] Aug 24 16:41:02.079 INFO E| Downloaded fletcher v0.1.0
30042024-08-24T16:41:02.962Z[ helios-setup] Aug 24 16:41:02.081 INFO E| Downloaded cfg-if v0.1.10
30052024-08-24T16:41:03.055Z[ helios-setup] Aug 24 16:41:02.175 INFO E| Compiling proc-macro2 v1.0.86
30062024-08-24T16:41:03.055Z[ helios-setup] Aug 24 16:41:02.175 INFO E| Compiling unicode-ident v1.0.12
30072024-08-24T16:41:03.055Z[ helios-setup] Aug 24 16:41:02.175 INFO E| Compiling syn v1.0.109
30082024-08-24T16:41:03.058Z[ helios-setup] Aug 24 16:41:02.175 INFO E| Compiling version_check v0.9.4
30092024-08-24T16:41:03.058Z[ helios-setup] Aug 24 16:41:02.175 INFO E| Compiling semver-parser v0.7.0
30102024-08-24T16:41:03.058Z[ helios-setup] Aug 24 16:41:02.175 INFO E| Compiling autocfg v1.3.0
30112024-08-24T16:41:03.058Z[ helios-setup] Aug 24 16:41:02.175 INFO E| Compiling thiserror v1.0.63
30122024-08-24T16:41:03.058Z[ helios-setup] Aug 24 16:41:02.175 INFO E| Compiling serde v1.0.204
30132024-08-24T16:41:03.618Z[ host-package] Compiling gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
30142024-08-24T16:41:04.124Z[ helios-setup] Aug 24 16:41:03.242 INFO E| Compiling proc-macro-error-attr v1.0.4
30152024-08-24T16:41:05.005Z[ helios-setup] Aug 24 16:41:04.125 INFO E| Compiling semver v0.9.0
30162024-08-24T16:41:05.125Z[ helios-setup] Aug 24 16:41:04.245 INFO E| Compiling proc-macro-error v1.0.4
30172024-08-24T16:41:05.216Z[ helios-setup] Aug 24 16:41:04.336 INFO E| Compiling serde_json v1.0.120
30182024-08-24T16:41:05.637Z[ helios-setup] Aug 24 16:41:04.757 INFO E| Compiling rustc_version v0.2.3
30192024-08-24T16:41:05.761Z[ helios-setup] Aug 24 16:41:04.881 INFO E| Compiling num-traits v0.2.19
30202024-08-24T16:41:05.787Z[ helios-setup] Aug 24 16:41:04.907 INFO E| Compiling schemars v0.8.21
30212024-08-24T16:41:05.943Z[ helios-setup] Aug 24 16:41:05.063 INFO E| Compiling unicode-segmentation v1.11.0
30222024-08-24T16:41:06.229Z[ helios-setup] Aug 24 16:41:05.348 INFO E| Compiling itoa v1.0.11
30232024-08-24T16:41:06.235Z[ helios-setup] Aug 24 16:41:05.355 INFO E| Compiling ryu v1.0.18
30242024-08-24T16:41:06.340Z[ helios-setup] Aug 24 16:41:05.460 INFO E| Compiling pre-proc-macro v0.2.1
30252024-08-24T16:41:06.556Z[ helios-setup] Aug 24 16:41:05.676 INFO E| Compiling memoffset v0.5.6
30262024-08-24T16:41:06.699Z[ helios-setup] Aug 24 16:41:05.819 INFO E| Compiling rustversion v1.0.17
30272024-08-24T16:41:06.952Z[ helios-setup] Aug 24 16:41:06.072 INFO E| Compiling ucd-trie v0.1.6
30282024-08-24T16:41:07.024Z[ helios-setup] Aug 24 16:41:06.144 INFO E| Compiling heck v0.3.3
30292024-08-24T16:41:07.050Z[ helios-setup] Aug 24 16:41:06.170 INFO E| Compiling dyn-clone v1.0.17
30302024-08-24T16:41:07.209Z[ helios-setup] Aug 24 16:41:06.329 INFO E| Compiling quote v1.0.36
30312024-08-24T16:41:07.271Z[ helios-setup] Aug 24 16:41:06.391 INFO E| Compiling lazy_static v1.5.0
30322024-08-24T16:41:07.450Z[ helios-setup] Aug 24 16:41:06.556 INFO E| Compiling libc v0.2.155
30332024-08-24T16:41:07.617Z[ helios-setup] Aug 24 16:41:06.737 INFO E| Compiling memchr v2.7.4
30342024-08-24T16:41:07.655Z[ helios-setup] Aug 24 16:41:06.775 INFO E| Compiling paste v1.0.15
30352024-08-24T16:41:08.024Z[ helios-setup] Aug 24 16:41:07.144 INFO E| Compiling syn v2.0.71
30362024-08-24T16:41:08.866Z[ helios-setup] Aug 24 16:41:07.985 INFO E| Compiling pre v0.2.1
30372024-08-24T16:41:08.898Z[ helios-setup] Aug 24 16:41:08.017 INFO E| Compiling static_assertions v1.1.0
30382024-08-24T16:41:08.991Z[ helios-setup] Aug 24 16:41:08.110 INFO E| Compiling byteorder v1.5.0
30392024-08-24T16:41:09.569Z[ helios-setup] Aug 24 16:41:08.689 INFO E| Compiling cfg-if v0.1.10
30402024-08-24T16:41:09.655Z[ helios-setup] Aug 24 16:41:08.774 INFO E| Compiling once_cell v1.19.0
30412024-08-24T16:41:11.921Z[ helios-setup] Aug 24 16:41:11.041 INFO E| Compiling unicode-width v0.1.13
30422024-08-24T16:41:12.097Z[ helios-setup] Aug 24 16:41:11.217 INFO E| Compiling atty v0.2.14
30432024-08-24T16:41:12.400Z[ helios-setup] Aug 24 16:41:11.519 INFO E| Compiling textwrap v0.11.0
30442024-08-24T16:41:12.696Z[ helios-setup] Aug 24 16:41:11.816 INFO E| Compiling vec_map v0.8.2
30452024-08-24T16:41:12.877Z[ helios-setup] Aug 24 16:41:11.997 INFO E| Compiling unic-char-range v0.9.0
30462024-08-24T16:41:13.213Z[ helios-setup] Aug 24 16:41:12.332 INFO E| Compiling fletcher v0.1.0
30472024-08-24T16:41:13.399Z[ helios-setup] Aug 24 16:41:12.519 INFO E| Compiling parse_int v0.6.0
30482024-08-24T16:41:13.442Z[ helios-setup] Aug 24 16:41:12.562 INFO E| Compiling strum v0.23.0
30492024-08-24T16:41:13.539Z[ helios-setup] Aug 24 16:41:12.659 INFO E| Compiling unic-common v0.9.0
30502024-08-24T16:41:13.668Z[ helios-setup] Aug 24 16:41:12.788 INFO E| Compiling ansi_term v0.12.1
30512024-08-24T16:41:13.741Z[ helios-setup] Aug 24 16:41:12.860 INFO E| Compiling bitflags v1.3.2
30522024-08-24T16:41:13.752Z[ helios-setup] Aug 24 16:41:12.872 INFO E| Compiling strsim v0.8.0
30532024-08-24T16:41:13.809Z[ helios-setup] Aug 24 16:41:12.929 INFO E| Compiling unic-ucd-version v0.9.0
30542024-08-24T16:41:13.925Z[ helios-setup] Aug 24 16:41:13.044 INFO E| Compiling unic-char-property v0.9.0
30552024-08-24T16:41:13.968Z[ helios-setup] Aug 24 16:41:13.088 INFO E| Compiling plain v0.2.3
30562024-08-24T16:41:13.979Z[ helios-setup] Aug 24 16:41:13.098 INFO E| Compiling log v0.4.22
30572024-08-24T16:41:14.214Z[ helios-setup] Aug 24 16:41:13.334 INFO E| Compiling unic-ucd-ident v0.9.0
30582024-08-24T16:41:14.381Z[ helios-setup] Aug 24 16:41:13.501 INFO E| Compiling clap v2.34.0
30592024-08-24T16:41:15.011Z[ helios-setup] Aug 24 16:41:14.106 INFO E| Compiling bytesize v1.3.0
30602024-08-24T16:41:16.914Z[ helios-setup] Aug 24 16:41:16.034 INFO E| Compiling serde_derive_internals v0.29.1
30612024-08-24T16:41:17.553Z[ helios-setup] Aug 24 16:41:16.673 INFO E| Compiling toml v0.5.11
30622024-08-24T16:41:21.077Z[ helios-setup] Aug 24 16:41:20.196 INFO E| Compiling proc-macro-crate v0.1.5
30632024-08-24T16:41:22.124Z[ helios-setup] Aug 24 16:41:21.244 INFO E| Compiling thiserror-impl v1.0.63
30642024-08-24T16:41:22.196Z[ helios-setup] Aug 24 16:41:21.315 INFO E| Compiling serde_derive v1.0.204
30652024-08-24T16:41:22.777Z[ host-package] Compiling multimap v0.10.0
30662024-08-24T16:41:22.794Z[ helios-setup] Aug 24 16:41:21.914 INFO E| Compiling schemars_derive v0.8.21
30672024-08-24T16:41:24.343Z[ helios-setup] Aug 24 16:41:23.461 INFO E| Compiling zerocopy-derive v0.6.6
30682024-08-24T16:41:28.064Z[ helios-setup] Aug 24 16:41:27.183 INFO E| Compiling zerocopy v0.6.6
30692024-08-24T16:41:28.198Z[ helios-setup] Aug 24 16:41:27.317 INFO E| Compiling pest v2.7.11
30702024-08-24T16:41:29.643Z[ helios-setup] Aug 24 16:41:28.762 INFO E| Compiling modular-bitfield-impl v0.11.2
30712024-08-24T16:41:30.672Z[ helios-setup] Aug 24 16:41:29.791 INFO E| Compiling num-derive v0.3.3
30722024-08-24T16:41:30.880Z[ helios-setup] Aug 24 16:41:29.999 INFO E| Compiling scroll_derive v0.10.5
30732024-08-24T16:41:31.628Z[ helios-setup] Aug 24 16:41:30.747 INFO E| Compiling strum_macros v0.23.1
30742024-08-24T16:41:32.133Z[ helios-setup] Aug 24 16:41:31.252 INFO E| Compiling structopt-derive v0.4.18
30752024-08-24T16:41:34.041Z[ helios-setup] Aug 24 16:41:33.160 INFO E| Compiling pest_meta v2.7.11
30762024-08-24T16:41:34.648Z[ helios-setup] Aug 24 16:41:33.767 INFO E| Compiling scroll v0.10.2
30772024-08-24T16:41:35.509Z[ helios-setup] Aug 24 16:41:34.628 INFO E| Compiling modular-bitfield v0.11.2
30782024-08-24T16:41:35.655Z[ helios-setup] Aug 24 16:41:34.774 INFO E| Compiling goblin v0.4.3
30792024-08-24T16:41:36.665Z[ helios-setup] Aug 24 16:41:35.784 INFO E| Compiling pest_generator v2.7.11
30802024-08-24T16:41:37.702Z[ helios-setup] Aug 24 16:41:36.821 INFO E| Compiling structopt v0.3.26
30812024-08-24T16:41:40.549Z[ helios-setup] Aug 24 16:41:39.668 INFO E| Compiling pest_derive v2.7.11
30822024-08-24T16:41:45.634Z[ helios-setup] Aug 24 16:41:44.753 INFO E| Compiling json5 v0.4.1
30832024-08-24T16:41:51.463Z[ helios-setup] Aug 24 16:41:50.581 INFO E| Compiling four-cc v0.3.0
30842024-08-24T16:41:51.463Z[ helios-setup] Aug 24 16:41:50.581 INFO E| Compiling amd-efs v0.4.0 (ssh://git@github.com/oxidecomputer/amd-efs.git?tag=v0.4.0#16afc05b)
30852024-08-24T16:41:51.697Z[ helios-setup] Aug 24 16:41:50.815 INFO E| Compiling amd-apcb v0.3.3 (https://github.com/oxidecomputer/amd-apcb.git?tag=v0.3.3#db77d47b)
30862024-08-24T16:42:35.190Z[ helios-setup] Aug 24 16:42:34.307 INFO E| Compiling amd-host-image-builder-config v0.1.0 (/work/oxidecomputer/helios/projects/amd-host-image-builder/amd-host-image-builder-config)
30872024-08-24T16:42:54.861Z[ helios-setup] Aug 24 16:42:53.978 INFO E| Compiling amd-host-image-builder v0.1.1 (/work/oxidecomputer/helios/projects/amd-host-image-builder)
30882024-08-24T16:43:45.270Z[ helios-setup] Aug 24 16:43:44.386 INFO E| Finished dev [unoptimized + debuginfo] target(s) in 2m 45s
30892024-08-24T16:43:45.306Z[ helios-setup] Aug 24 16:43:44.421 INFO building project "amd-host-image-builder" ok (197 seconds)
30902024-08-24T16:43:45.309Z[ helios-setup] rm -f helios-build
30912024-08-24T16:43:45.312Z[ helios-setup] ln -s tools/helios-build/target/debug/helios-build
30922024-08-24T16:43:45.314Z[ helios-setup]
30932024-08-24T16:43:45.317Z[ helios-setup] Setup complete! ./helios-build is now available.
30942024-08-24T16:43:45.319Z[ helios-setup]
30952024-08-24T16:43:45.322Z[ helios-setup]
30962024-08-24T16:43:45.322ZAug 24 16:43:44.436 INFO [helios-setup] process exited with exit status: 0 (760.958765193s)
30972024-08-24T16:43:45.322Z[ helios-setup] real 12:40.952700792
30982024-08-24T16:43:45.322Z[ helios-setup] user 29:16.286758956
30992024-08-24T16:43:45.322Z[ helios-setup] sys 3:35.483651107
31002024-08-24T16:43:45.322Z[ helios-setup] trap 1.712818385
31012024-08-24T16:43:45.322Z[ helios-setup] tflt 7.273933329
31022024-08-24T16:43:45.322Z[ helios-setup] dflt 42.302988874
31032024-08-24T16:43:45.322Z[ helios-setup] kflt 0.023084415
31042024-08-24T16:43:45.322Z[ helios-setup] lock 2:05:08.266877887
31052024-08-24T16:43:45.322Z[ helios-setup] slp 3:49:41.897954781
31062024-08-24T16:43:45.322Z[ helios-setup] lat 33:29.550659430
31072024-08-24T16:43:45.322Z[ helios-setup] stop 4:44.147366456
31082024-08-24T16:43:45.322ZAug 24 16:43:44.438 INFO [phbl-toolchain] running: /home/build/.cargo/bin/cargo --version
31092024-08-24T16:43:45.345Z[ phbl-toolchain] info: syncing channel updates for 'nightly-2024-03-19-x86_64-unknown-illumos'
31102024-08-24T16:43:45.651Z[ phbl-toolchain] info: latest update on 2024-03-19, rust version 1.79.0-nightly (3c85e5624 2024-03-18)
31112024-08-24T16:43:45.651Z[ phbl-toolchain] info: downloading component 'cargo'
31122024-08-24T16:43:46.535Z[ phbl-toolchain] info: downloading component 'clippy'
31132024-08-24T16:43:47.186Z[ phbl-toolchain] info: downloading component 'llvm-tools'
31142024-08-24T16:43:50.248Z[ host-package] Compiling internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns-cli)
31152024-08-24T16:43:51.832Z[ phbl-toolchain] info: downloading component 'miri'
31162024-08-24T16:43:52.087Z[ phbl-toolchain] info: downloading component 'rust-docs'
31172024-08-24T16:43:54.071Z[ phbl-toolchain] info: downloading component 'rust-src'
31182024-08-24T16:43:54.273Z[ phbl-toolchain] info: downloading component 'rust-std'
31192024-08-24T16:43:57.332Z[ phbl-toolchain] info: downloading component 'rustc'
31202024-08-24T16:43:57.536Z[ host-package] Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
31212024-08-24T16:44:03.519Z[ phbl-toolchain] info: downloading component 'rustfmt'
31222024-08-24T16:44:04.066Z[ phbl-toolchain] info: installing component 'cargo'
31232024-08-24T16:44:05.504Z[ phbl-toolchain] info: installing component 'clippy'
31242024-08-24T16:44:06.012Z[ phbl-toolchain] info: installing component 'llvm-tools'
31252024-08-24T16:44:11.638Z[ phbl-toolchain] info: installing component 'miri'
31262024-08-24T16:44:11.979Z[ phbl-toolchain] info: installing component 'rust-docs'
31272024-08-24T16:44:17.899Z[ phbl-toolchain] info: installing component 'rust-src'
31282024-08-24T16:44:18.706Z[ phbl-toolchain] info: installing component 'rust-std'
31292024-08-24T16:44:21.152Z[ phbl-toolchain] info: installing component 'rustc'
31302024-08-24T16:44:27.256Z[ phbl-toolchain] info: installing component 'rustfmt'
31312024-08-24T16:44:28.016Z[ phbl-toolchain] cargo 1.79.0-nightly (2fe739fcf 2024-03-15)
31322024-08-24T16:44:28.019ZAug 24 16:44:27.134 INFO [phbl-toolchain] process exited with exit status: 0 (42.696059626s)
31332024-08-24T16:50:34.919Z[ host-package] Finished `release` profile [optimized] target(s) in 18m 44s
31342024-08-24T16:51:36.072ZAug 24 16:51:35.176 INFO [host-package] process exited with exit status: 0 (1185.706083311s)
31352024-08-24T16:51:36.075ZAug 24 16:51:35.176 INFO [host-stamp] running task
31362024-08-24T16:51:36.075ZAug 24 16:51:35.176 INFO [recovery-package] running: /work/oxidecomputer/omicron/target/release/omicron-package --target recovery --artifacts /work/artifacts-recovery package
31372024-08-24T16:51:36.080ZAug 24 16:51:35.184 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+gite7d2430f1f0
31382024-08-24T16:51:36.086ZAug 24 16:51:35.190 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+gite7d2430f1f0
31392024-08-24T16:51:36.091Z[recovery-package] Logging to: /work/artifacts-recovery/LOG
31402024-08-24T16:51:36.094ZAug 24 16:51:35.197 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+gite7d2430f1f0
31412024-08-24T16:51:36.098Z[ stamp-overlay] Created: /work/oxidecomputer/omicron/out/versioned/overlay.tar.gz
31422024-08-24T16:51:36.100Z[ stamp-overlay] Logging to: /work/oxidecomputer/omicron/out/LOG
31432024-08-24T16:51:36.100ZAug 24 16:51:35.204 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+gite7d2430f1f0
31442024-08-24T16:51:36.106Z[stamp-omicron-sled-agent] Logging to: /work/oxidecomputer/omicron/out/LOG
31452024-08-24T16:51:36.108ZAug 24 16:51:35.212 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+gite7d2430f1f0
31462024-08-24T16:51:36.113Z[stamp-pumpkind-gz] Logging to: /work/oxidecomputer/omicron/out/LOG
31472024-08-24T16:51:36.116ZAug 24 16:51:35.220 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+gite7d2430f1f0
31482024-08-24T16:51:36.124Z[stamp-crucible-dtrace] Created: /work/oxidecomputer/omicron/out/versioned/crucible-dtrace.tar
31492024-08-24T16:51:36.126Z[stamp-crucible-dtrace] Logging to: /work/oxidecomputer/omicron/out/LOG
31502024-08-24T16:51:36.129ZAug 24 16:51:35.231 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+gite7d2430f1f0
31512024-08-24T16:51:36.135Z[ stamp-oxlog] Logging to: /work/oxidecomputer/omicron/out/LOG
31522024-08-24T16:51:36.138Z[ stamp-oxlog] Created: /work/oxidecomputer/omicron/out/versioned/oxlog.tar
31532024-08-24T16:51:36.141Z[ stamp-mg-ddm-gz] Logging to: /work/oxidecomputer/omicron/out/LOG
31542024-08-24T16:51:36.141ZAug 24 16:51:35.245 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+gite7d2430f1f0
31552024-08-24T16:51:36.151ZAug 24 16:51:35.255 INFO [stamp-overlay] process exited with exit status: 0 (70.563539ms)
31562024-08-24T16:51:36.151ZAug 24 16:51:35.255 INFO [stamp-crucible-dtrace] process exited with exit status: 0 (50.727373ms)
31572024-08-24T16:51:36.151ZAug 24 16:51:35.255 INFO [stamp-oxlog] process exited with exit status: 0 (43.244164ms)
31582024-08-24T16:51:36.154Z[stamp-switch-asic] Logging to: /work/oxidecomputer/omicron/out/LOG
31592024-08-24T16:51:36.160Z[stamp-propolis-server] Logging to: /work/oxidecomputer/omicron/out/LOG
31602024-08-24T16:51:36.222Z[stamp-pumpkind-gz] Created: /work/oxidecomputer/omicron/out/versioned/pumpkind-gz.tar
31612024-08-24T16:51:36.226ZAug 24 16:51:35.330 INFO [stamp-pumpkind-gz] process exited with exit status: 0 (132.942905ms)
31622024-08-24T16:51:36.349Z[ stamp-mg-ddm-gz] Created: /work/oxidecomputer/omicron/out/versioned/mg-ddm-gz.tar
31632024-08-24T16:51:36.352ZAug 24 16:51:35.456 INFO [stamp-mg-ddm-gz] process exited with exit status: 0 (235.953936ms)
31642024-08-24T16:51:36.415Z[stamp-omicron-sled-agent] Created: /work/oxidecomputer/omicron/out/versioned/omicron-sled-agent.tar
31652024-08-24T16:51:36.418ZAug 24 16:51:35.523 INFO [stamp-omicron-sled-agent] process exited with exit status: 0 (332.851738ms)
31662024-08-24T16:51:37.327Z[stamp-propolis-server] Created: /work/oxidecomputer/omicron/out/versioned/propolis-server.tar.gz
31672024-08-24T16:51:37.330ZAug 24 16:51:36.434 INFO [stamp-propolis-server] process exited with exit status: 0 (1.189717088s)
31682024-08-24T16:51:37.397Z[recovery-package] Compiling installinator-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-client)
31692024-08-24T16:51:39.881Z[recovery-package] Compiling installinator v0.1.0 (/work/oxidecomputer/omicron/installinator)
31702024-08-24T16:51:46.504Z[stamp-switch-asic] Created: /work/oxidecomputer/omicron/out/versioned/switch-asic.tar.gz
31712024-08-24T16:51:46.508ZAug 24 16:51:45.611 INFO [stamp-switch-asic] process exited with exit status: 0 (10.380446656s)
31722024-08-24T16:51:46.510ZAug 24 16:51:45.611 INFO [host-stamp] task succeeded (10.435309464s)
31732024-08-24T16:51:46.510ZAug 24 16:51:45.611 INFO [host-proto] running task
31742024-08-24T16:51:46.912ZAug 24 16:51:46.016 INFO [host-proto] task succeeded (404.26123ms)
31752024-08-24T16:51:46.912ZAug 24 16:51:46.016 INFO [host-profile] running task
31762024-08-24T16:51:46.915ZAug 24 16:51:46.016 INFO [host-profile] task succeeded (282.788µs)
31772024-08-24T16:51:46.915ZAug 24 16:51:46.016 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/.tmperXEre/proto/host/root -N 'ci e7d2430/${os_short_commit} 2024-08-24 16:31' -s host -B -p 'helios-dev=https://pkg.oxide.computer/helios/2/dev/'
31782024-08-24T16:51:46.930Z[ host-image] Aug 24 16:51:46.034 INFO using AMD firmware configuration file "/work/oxidecomputer/helios/image/amd/milan-gimlet-b.efs.json5"
31792024-08-24T16:51:46.930Z[ host-image] Aug 24 16:51:46.034 INFO using AMD firmware blob directories ["/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.a"]
31802024-08-24T16:51:46.946Z[ host-image] Aug 24 16:51:46.049 INFO generated template "/work/oxidecomputer/helios/tmp/image.host/genproto.json" for extra proto "/tmp/.tmperXEre/proto/host/root"
31812024-08-24T16:51:46.946Z[ host-image] Aug 24 16:51:46.050 INFO using external package repository https://pkg.oxide.computer/helios/2/dev/
31822024-08-24T16:51:46.948Z[ host-image] Aug 24 16:51:46.050 INFO image builder template: ramdisk-01-os...
31832024-08-24T16:51:46.948Z[ host-image] Aug 24 16:51:46.050 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/.tmperXEre/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
31842024-08-24T16:51:46.968Z[ host-image] Aug 24 16:51:46.072 INFO O| Aug 24 16:51:46.072 INFO CREATE DATASET: rpool/images/build/host/output
31852024-08-24T16:51:47.146Z[ host-image] Aug 24 16:51:46.249 INFO O| Aug 24 16:51:46.249 INFO temporary dataset: rpool/images/build/host/tmp/gimlet/ramdisk-01-os
31862024-08-24T16:51:47.150Z[ host-image] Aug 24 16:51:46.254 INFO O| Aug 24 16:51:46.254 INFO CREATE DATASET: rpool/images/build/host/tmp/gimlet/ramdisk-01-os
31872024-08-24T16:51:47.309Z[ host-image] Aug 24 16:51:46.413 INFO O| Aug 24 16:51:46.413 INFO SET DATASET PROPERTY ON rpool/images/build/host/tmp/gimlet/ramdisk-01-os: sync = disabled
31882024-08-24T16:51:47.359Z[ host-image] Aug 24 16:51:46.462 INFO O| Aug 24 16:51:46.462 INFO temporary directory: /rpool/images/build/host/tmp/gimlet/ramdisk-01-os
31892024-08-24T16:51:47.359Z[ host-image] Aug 24 16:51:46.462 INFO O| Aug 24 16:51:46.462 INFO work dataset: rpool/images/build/host/work/gimlet/ramdisk
31902024-08-24T16:51:47.364Z[ host-image] Aug 24 16:51:46.462 INFO O| Aug 24 16:51:46.462 INFO resetting by removing work dataset: rpool/images/build/host/work/gimlet/ramdisk
31912024-08-24T16:51:47.364Z[ host-image] Aug 24 16:51:46.462 INFO O| Aug 24 16:51:46.462 INFO DESTROY DATASET: rpool/images/build/host/work/gimlet/ramdisk
31922024-08-24T16:51:47.367Z[ host-image] Aug 24 16:51:46.470 INFO O| Aug 24 16:51:46.470 INFO CREATE DATASET: rpool/images/build/host/work/gimlet/ramdisk
31932024-08-24T16:51:47.546Z[ host-image] Aug 24 16:51:46.649 INFO O| Aug 24 16:51:46.649 INFO STEP 0: pkg_image_create, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
31942024-08-24T16:51:47.558Z[ host-image] Aug 24 16:51:46.662 INFO O| Aug 24 16:51:46.662 INFO exec: ["/usr/bin/pkg", "image-create", "--full", "/rpool/images/build/host/work/gimlet/ramdisk"]
31952024-08-24T16:51:48.001Z[ host-image] Aug 24 16:51:47.103 INFO O| Aug 24 16:51:47.103 INFO O| Caching catalogs ... Done
31962024-08-24T16:51:48.129Z[ host-image] Aug 24 16:51:47.232 INFO O| Aug 24 16:51:47.232 INFO STEP 0 (pkg_image_create) COMPLETE
31972024-08-24T16:51:48.129Z[ host-image] Aug 24 16:51:47.232 INFO O| Aug 24 16:51:47.232 INFO STEP 1: pkg_set_publisher, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
31982024-08-24T16:51:48.132Z[ host-image] Aug 24 16:51:47.232 INFO O| Aug 24 16:51:47.232 INFO skip step because feature "repo_redist" is not enabled
31992024-08-24T16:51:48.132Z[ host-image] Aug 24 16:51:47.232 INFO O| Aug 24 16:51:47.232 INFO STEP 2: pkg_set_publisher, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
32002024-08-24T16:51:48.146Z[ host-image] Aug 24 16:51:47.249 INFO O| Aug 24 16:51:47.249 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"]
32012024-08-24T16:51:48.735Z[ host-image] Aug 24 16:51:47.838 INFO O| Aug 24 16:51:47.838 INFO STEP 2 (pkg_set_publisher) COMPLETE
32022024-08-24T16:51:48.735Z[ host-image] Aug 24 16:51:47.838 INFO O| Aug 24 16:51:47.838 INFO STEP 3: pkg_set_publisher, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
32032024-08-24T16:51:48.757Z[ host-image] Aug 24 16:51:47.861 INFO O| Aug 24 16:51:47.861 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"]
32042024-08-24T16:51:49.360Z[ host-image] Aug 24 16:51:48.463 INFO O| Aug 24 16:51:48.462 INFO STEP 3 (pkg_set_publisher) COMPLETE
32052024-08-24T16:51:49.360Z[ host-image] Aug 24 16:51:48.463 INFO O| Aug 24 16:51:48.463 INFO STEP 4: pkg_set_publisher, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
32062024-08-24T16:51:49.363Z[ host-image] Aug 24 16:51:48.463 INFO O| Aug 24 16:51:48.463 INFO skip step because feature "repo_redist" is not enabled
32072024-08-24T16:51:49.363Z[ host-image] Aug 24 16:51:48.463 INFO O| Aug 24 16:51:48.463 INFO STEP 5: pkg_change_variant, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
32082024-08-24T16:51:49.922Z[ host-image] Aug 24 16:51:49.025 INFO O| Aug 24 16:51:49.025 INFO variant opensolaris.zone is already global
32092024-08-24T16:51:49.922Z[ host-image] Aug 24 16:51:49.025 INFO O| Aug 24 16:51:49.025 INFO STEP 5 (pkg_change_variant) COMPLETE
32102024-08-24T16:51:49.924Z[ host-image] Aug 24 16:51:49.025 INFO O| Aug 24 16:51:49.025 INFO STEP 6: pkg_change_variant, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
32112024-08-24T16:51:50.489Z[ host-image] Aug 24 16:51:49.592 INFO O| Aug 24 16:51:49.592 INFO variant opensolaris.imagetype is full; changing to partial
32122024-08-24T16:51:50.489Z[ host-image] Aug 24 16:51:49.592 INFO O| Aug 24 16:51:49.592 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/host/work/gimlet/ramdisk", "change-variant", "opensolaris.imagetype=partial"]
32132024-08-24T16:51:56.141Z[ host-image] Aug 24 16:51:55.244 INFO O| Aug 24 16:51:55.244 INFO O| Startup: Refreshing catalog 'helios-dev' ... Done
32142024-08-24T16:51:58.366Z[ host-image] Aug 24 16:51:57.469 INFO O| Aug 24 16:51:57.469 INFO O| Startup: Caching catalogs ... Done
32152024-08-24T16:51:58.416Z[ host-image] Aug 24 16:51:57.519 INFO O| Aug 24 16:51:57.519 INFO O| Planning: Planning completed in 0.00 seconds
32162024-08-24T16:51:58.419Z[ host-image] Aug 24 16:51:57.520 INFO O| Aug 24 16:51:57.520 INFO O| Planning: Consolidating action changes ... Done
32172024-08-24T16:51:58.419Z[ host-image] Aug 24 16:51:57.520 INFO O| Aug 24 16:51:57.520 INFO O| Planning: Evaluating mediators ... Done
32182024-08-24T16:51:58.419Z[ host-image] Aug 24 16:51:57.520 INFO O| Aug 24 16:51:57.520 INFO O| Planning: Planning completed in 0.00 seconds
32192024-08-24T16:51:58.419Z[ host-image] Aug 24 16:51:57.520 INFO O| Aug 24 16:51:57.520 INFO O| Variants/Facets to change: 1
32202024-08-24T16:51:58.434Z[ host-image] Aug 24 16:51:57.538 INFO O| Aug 24 16:51:57.538 INFO O| Done
32212024-08-24T16:51:58.434Z[ host-image] Aug 24 16:51:57.538 INFO O| Aug 24 16:51:57.538 INFO O| Done
32222024-08-24T16:51:58.798Z[ host-image] Aug 24 16:51:57.901 INFO O| Aug 24 16:51:57.901 INFO O| Done
32232024-08-24T16:51:58.828Z[ host-image] Aug 24 16:51:57.931 INFO O| Aug 24 16:51:57.931 INFO O| Done
32242024-08-24T16:51:58.831Z[ host-image] Aug 24 16:51:57.932 INFO O| Aug 24 16:51:57.932 INFO O| Done
32252024-08-24T16:51:58.831Z[ host-image] Aug 24 16:51:57.933 INFO O| Aug 24 16:51:57.933 INFO O| Done
32262024-08-24T16:51:58.831Z[ host-image] Aug 24 16:51:57.934 INFO O| Aug 24 16:51:57.934 INFO O| Done
32272024-08-24T16:51:59.139Z[ host-image] Aug 24 16:51:58.242 INFO O| Aug 24 16:51:58.242 INFO STEP 6 (pkg_change_variant) COMPLETE
32282024-08-24T16:51:59.139Z[ host-image] Aug 24 16:51:58.242 INFO O| Aug 24 16:51:58.242 INFO STEP 7: pkg_change_variant, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
32292024-08-24T16:51:59.142Z[ host-image] Aug 24 16:51:58.242 INFO O| Aug 24 16:51:58.242 INFO skip step because feature "debug_variant" is not enabled
32302024-08-24T16:51:59.142Z[ host-image] Aug 24 16:51:58.242 INFO O| Aug 24 16:51:58.242 INFO STEP 8: pkg_change_facet, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
32312024-08-24T16:51:59.272Z[recovery-package] Finished `release` profile [optimized] target(s) in 22.95s
32322024-08-24T16:51:59.484Z[ host-image] Aug 24 16:51:58.587 INFO O| Aug 24 16:51:58.587 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/host/work/gimlet/ramdisk", "change-facet", "openssl.10=false"]
32332024-08-24T16:51:59.934Z[ host-image] Aug 24 16:51:59.036 INFO O| Aug 24 16:51:59.035 INFO O| Startup: Refreshing catalog 'helios-dev' ... Done
32342024-08-24T16:51:59.938Z[ host-image] Aug 24 16:51:59.037 INFO O| Aug 24 16:51:59.037 INFO O| Planning: Planning completed in 0.00 seconds
32352024-08-24T16:51:59.938Z[ host-image] Aug 24 16:51:59.038 INFO O| Aug 24 16:51:59.038 INFO O| Planning: Consolidating action changes ... Done
32362024-08-24T16:51:59.938Z[ host-image] Aug 24 16:51:59.038 INFO O| Aug 24 16:51:59.038 INFO O| Planning: Evaluating mediators ... Done
32372024-08-24T16:51:59.939Z[ host-image] Aug 24 16:51:59.038 INFO O| Aug 24 16:51:59.038 INFO O| Planning: Planning completed in 0.00 seconds
32382024-08-24T16:51:59.939Z[ host-image] Aug 24 16:51:59.038 INFO O| Aug 24 16:51:59.038 INFO O| Variants/Facets to change: 1
32392024-08-24T16:51:59.958Z[ host-image] Aug 24 16:51:59.058 INFO O| Aug 24 16:51:59.058 INFO O| Done
32402024-08-24T16:51:59.958Z[ host-image] Aug 24 16:51:59.058 INFO O| Aug 24 16:51:59.058 INFO O| Done
32412024-08-24T16:52:00.240Z[ host-image] Aug 24 16:51:59.341 INFO O| Aug 24 16:51:59.341 INFO O| Done
32422024-08-24T16:52:00.278Z[ host-image] Aug 24 16:51:59.380 INFO O| Aug 24 16:51:59.380 INFO O| Done
32432024-08-24T16:52:00.281Z[ host-image] Aug 24 16:51:59.381 INFO O| Aug 24 16:51:59.381 INFO O| Done
32442024-08-24T16:52:00.281Z[ host-image] Aug 24 16:51:59.381 INFO O| Aug 24 16:51:59.381 INFO O| Done
32452024-08-24T16:52:00.282Z[ host-image] Aug 24 16:51:59.382 INFO O| Aug 24 16:51:59.382 INFO O| Done
32462024-08-24T16:52:00.339Z[ host-image] Aug 24 16:51:59.441 INFO O| Aug 24 16:51:59.441 INFO STEP 8 (pkg_change_facet) COMPLETE
32472024-08-24T16:52:00.339Z[ host-image] Aug 24 16:51:59.442 INFO O| Aug 24 16:51:59.441 INFO STEP 9: pkg_change_facet, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
32482024-08-24T16:52:00.339Z[ host-image] Aug 24 16:51:59.442 INFO O| Aug 24 16:51:59.441 INFO skip step because feature "recovery" is not enabled
32492024-08-24T16:52:00.344Z[ host-image] Aug 24 16:51:59.442 INFO O| Aug 24 16:51:59.441 INFO STEP 10: pkg_change_facet, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
32502024-08-24T16:52:00.344Z[ host-image] Aug 24 16:51:59.442 INFO O| Aug 24 16:51:59.441 INFO skip step because feature "recovery" is not enabled
32512024-08-24T16:52:00.344Z[ host-image] Aug 24 16:51:59.442 INFO O| Aug 24 16:51:59.441 INFO STEP 11: pkg_install, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
32522024-08-24T16:52:00.350Z[ host-image] Aug 24 16:51:59.453 INFO O| Aug 24 16:51:59.453 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"]
32532024-08-24T16:52:00.592ZAug 24 16:51:59.695 INFO [recovery-package] process exited with exit status: 0 (24.518516417s)
32542024-08-24T16:52:00.592ZAug 24 16:51:59.695 INFO [recovery-stamp] running task
32552024-08-24T16:52:00.595ZAug 24 16:51:59.695 INFO [verify-libraries] running: /home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/cargo xtask verify-libraries --release
32562024-08-24T16:52:00.595ZAug 24 16:51:59.695 INFO [stamp-installinator] running: /work/oxidecomputer/omicron/target/release/omicron-package --target recovery --artifacts /work/artifacts-recovery stamp installinator 10.0.0-0.ci+gite7d2430f1f0
32572024-08-24T16:52:00.606ZAug 24 16:51:59.709 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+gite7d2430f1f0
32582024-08-24T16:52:00.615Z[stamp-installinator] Logging to: /work/artifacts-recovery/LOG
32592024-08-24T16:52:00.623Z[ stamp-mg-ddm-gz] Logging to: /work/artifacts-recovery/LOG
32602024-08-24T16:52:00.679Z[stamp-installinator] Created: /work/artifacts-recovery/versioned/installinator.tar
32612024-08-24T16:52:00.682ZAug 24 16:51:59.786 INFO [stamp-installinator] process exited with exit status: 0 (90.424965ms)
32622024-08-24T16:52:00.744Z[ stamp-mg-ddm-gz] Created: /work/artifacts-recovery/versioned/mg-ddm-gz.tar
32632024-08-24T16:52:00.747ZAug 24 16:51:59.850 INFO [stamp-mg-ddm-gz] process exited with exit status: 0 (141.077787ms)
32642024-08-24T16:52:00.749ZAug 24 16:51:59.850 INFO [recovery-stamp] task succeeded (155.168101ms)
32652024-08-24T16:52:00.749ZAug 24 16:51:59.850 INFO [recovery-proto] running task
32662024-08-24T16:52:00.749ZAug 24 16:51:59.850 INFO [tuf-stamp] running task
32672024-08-24T16:52:00.749ZAug 24 16:51:59.852 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+gite7d2430f1f0
32682024-08-24T16:52:00.762ZAug 24 16:51:59.865 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+gite7d2430f1f0
32692024-08-24T16:52:00.772Z[stamp-clickhouse] Logging to: /work/oxidecomputer/omicron/out/LOG
32702024-08-24T16:52:00.775ZAug 24 16:51:59.876 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+gite7d2430f1f0
32712024-08-24T16:52:00.786Z[stamp-crucible-pantry-zone] Logging to: /work/oxidecomputer/omicron/out/LOG
32722024-08-24T16:52:00.788ZAug 24 16:51:59.889 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+gite7d2430f1f0
32732024-08-24T16:52:00.796Z[ stamp-oximeter] Logging to: /work/oxidecomputer/omicron/out/LOG
32742024-08-24T16:52:00.799Z[ host-image] Aug 24 16:51:59.902 INFO O| Aug 24 16:51:59.902 INFO O| Startup: Refreshing catalog 'helios-dev' ... Done
32752024-08-24T16:52:00.802ZAug 24 16:51:59.903 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+gite7d2430f1f0
32762024-08-24T16:52:00.819Z[stamp-cockroachdb] Logging to: /work/oxidecomputer/omicron/out/LOG
32772024-08-24T16:52:00.819ZAug 24 16:51:59.922 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+gite7d2430f1f0
32782024-08-24T16:52:00.837Z[stamp-external-dns] Logging to: /work/oxidecomputer/omicron/out/LOG
32792024-08-24T16:52:00.896ZAug 24 16:51:59.999 INFO [recovery-proto] task succeeded (148.580976ms)
32802024-08-24T16:52:00.896ZAug 24 16:51:59.999 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+gite7d2430f1f0
32812024-08-24T16:52:00.927ZAug 24 16:52:00.030 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/.tmperXEre/proto/recovery/root -N 'recovery e7d2430/${os_short_commit} 2024-08-24 16:31' -s recovery -R -p 'helios-dev=https://pkg.oxide.computer/helios/2/dev/'
32822024-08-24T16:52:00.948Z[ recovery-image] Aug 24 16:52:00.051 INFO using AMD firmware configuration file "/work/oxidecomputer/helios/image/amd/milan-gimlet-b.efs.json5"
32832024-08-24T16:52:00.948Z[ recovery-image] Aug 24 16:52:00.051 INFO using AMD firmware blob directories ["/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.a"]
32842024-08-24T16:52:00.958Z[stamp-internal-dns] Logging to: /work/oxidecomputer/omicron/out/LOG
32852024-08-24T16:52:00.961ZAug 24 16:52:00.062 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+gite7d2430f1f0
32862024-08-24T16:52:00.972Z[ recovery-image] Aug 24 16:52:00.075 INFO generated template "/work/oxidecomputer/helios/tmp/image.recovery/genproto.json" for extra proto "/tmp/.tmperXEre/proto/recovery/root"
32872024-08-24T16:52:00.974Z[ recovery-image] Aug 24 16:52:00.075 INFO using external package repository https://pkg.oxide.computer/helios/2/dev/
32882024-08-24T16:52:00.974Z[ recovery-image] Aug 24 16:52:00.075 INFO image builder template: ramdisk-01-os...
32892024-08-24T16:52:00.974Z[ recovery-image] Aug 24 16:52:00.075 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/.tmperXEre/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
32902024-08-24T16:52:00.974Z[stamp-clickhouse_keeper] Logging to: /work/oxidecomputer/omicron/out/LOG
32912024-08-24T16:52:00.975ZAug 24 16:52:00.076 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+gite7d2430f1f0
32922024-08-24T16:52:01.096Z[ recovery-image] Aug 24 16:52:00.123 INFO O| Aug 24 16:52:00.123 INFO CREATE DATASET: rpool/images/build/recovery/output
32932024-08-24T16:52:01.099Z[ stamp-ntp] Logging to: /work/oxidecomputer/omicron/out/LOG
32942024-08-24T16:52:01.105ZAug 24 16:52:00.199 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+gite7d2430f1f0
32952024-08-24T16:52:01.111ZAug 24 16:52:00.215[ stamp-probe] Logging to: /work/oxidecomputer/omicron/out/LOG
32962024-08-24T16:52:01.111Z 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+gite7d2430f1f0
32972024-08-24T16:52:01.125Z[ stamp-nexus] Logging to: /work/oxidecomputer/omicron/out/LOG
32982024-08-24T16:52:01.195Z[stamp-crucible-zone] Logging to: /work/oxidecomputer/omicron/out/LOG
32992024-08-24T16:52:01.263Z[ stamp-probe] Created: /work/oxidecomputer/omicron/out/versioned/probe.tar.gz
33002024-08-24T16:52:01.269ZAug 24 16:52:00.372 INFO [stamp-probe] process exited with exit status: 0 (295.667414ms)
33012024-08-24T16:52:01.419Z[ recovery-image] Aug 24 16:52:00.522 INFO O| Aug 24 16:52:00.521 INFO temporary dataset: rpool/images/build/recovery/tmp/gimlet/ramdisk-01-os
33022024-08-24T16:52:01.425Z[ recovery-image] Aug 24 16:52:00.528 INFO O| Aug 24 16:52:00.528 INFO CREATE DATASET: rpool/images/build/recovery/tmp/gimlet/ramdisk-01-os
33032024-08-24T16:52:01.579Z[ stamp-ntp] Created: /work/oxidecomputer/omicron/out/versioned/ntp.tar.gz
33042024-08-24T16:52:01.602ZAug 24 16:52:00.705 INFO [stamp-ntp] process exited with exit status: 0 (642.860654ms)
33052024-08-24T16:52:01.766Z[ recovery-image] Aug 24 16:52:00.869 INFO O| Aug 24 16:52:00.869 INFO SET DATASET PROPERTY ON rpool/images/build/recovery/tmp/gimlet/ramdisk-01-os: sync = disabled
33062024-08-24T16:52:01.886Z[ recovery-image] Aug 24 16:52:00.990 INFO O| Aug 24 16:52:00.989 INFO temporary directory: /rpool/images/build/recovery/tmp/gimlet/ramdisk-01-os
33072024-08-24T16:52:01.889Z[ recovery-image] Aug 24 16:52:00.990 INFO O| Aug 24 16:52:00.990 INFO work dataset: rpool/images/build/recovery/work/gimlet/ramdisk
33082024-08-24T16:52:01.889Z[ recovery-image] Aug 24 16:52:00.990 INFO O| Aug 24 16:52:00.990 INFO resetting by removing work dataset: rpool/images/build/recovery/work/gimlet/ramdisk
33092024-08-24T16:52:01.889Z[ recovery-image] Aug 24 16:52:00.990 INFO O| Aug 24 16:52:00.990 INFO DESTROY DATASET: rpool/images/build/recovery/work/gimlet/ramdisk
33102024-08-24T16:52:01.899Z[ recovery-image] Aug 24 16:52:01.002 INFO O| Aug 24 16:52:01.002 INFO CREATE DATASET: rpool/images/build/recovery/work/gimlet/ramdisk
33112024-08-24T16:52:02.085Z[verify-libraries] Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.47s
33122024-08-24T16:52:02.134Z[verify-libraries] Running `target/debug/xtask verify-libraries --release`
33132024-08-24T16:52:02.192Z[stamp-external-dns] Created: /work/oxidecomputer/omicron/out/versioned/external-dns.tar.gz
33142024-08-24T16:52:02.235Z[ recovery-image] Aug 24 16:52:01.338 INFO O| Aug 24 16:52:01.338 INFO STEP 0: pkg_image_create, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
33152024-08-24T16:52:02.251Z[ recovery-image] Aug 24 16:52:01.355 INFO O| Aug 24 16:52:01.354 INFO exec: ["/usr/bin/pkg", "image-create", "--full", "/rpool/images/build/recovery/work/gimlet/ramdisk"]
33162024-08-24T16:52:02.275ZAug 24 16:52:01.375 INFO [stamp-external-dns] process exited with exit status: 0 (1.47116718s)
33172024-08-24T16:52:02.280Z[stamp-internal-dns] Created: /work/oxidecomputer/omicron/out/versioned/internal-dns.tar.gz
33182024-08-24T16:52:02.317ZAug 24 16:52:01.420 INFO [stamp-internal-dns] process exited with exit status: 0 (1.497579533s)
33192024-08-24T16:52:02.411Z[stamp-crucible-pantry-zone] Created: /work/oxidecomputer/omicron/out/versioned/crucible-pantry-zone.tar.gz
33202024-08-24T16:52:02.429ZAug 24 16:52:01.532 INFO [stamp-crucible-pantry-zone] process exited with exit status: 0 (1.666788648s)
33212024-08-24T16:52:02.850Z[ recovery-image] Aug 24 16:52:01.953 INFO O| Aug 24 16:52:01.952 INFO O| Caching catalogs ... Done
33222024-08-24T16:52:02.944Z[ stamp-oximeter] Created: /work/oxidecomputer/omicron/out/versioned/oximeter.tar.gz
33232024-08-24T16:52:02.948ZAug 24 16:52:02.052 INFO [stamp-oximeter] process exited with exit status: 0 (2.175842834s)
33242024-08-24T16:52:02.961Z[stamp-crucible-zone] Created: /work/oxidecomputer/omicron/out/versioned/crucible-zone.tar.gz
33252024-08-24T16:52:02.965ZAug 24 16:52:02.069 INFO [stamp-crucible-zone] process exited with exit status: 0 (1.854263673s)
33262024-08-24T16:52:02.989Z[ recovery-image] Aug 24 16:52:02.092 INFO O| Aug 24 16:52:02.092 INFO STEP 0 (pkg_image_create) COMPLETE
33272024-08-24T16:52:02.989Z[ recovery-image] Aug 24 16:52:02.093 INFO O| Aug 24 16:52:02.092 INFO STEP 1: pkg_set_publisher, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
33282024-08-24T16:52:02.989Z[ recovery-image] Aug 24 16:52:02.093 INFO O| Aug 24 16:52:02.092 INFO skip step because feature "repo_redist" is not enabled
33292024-08-24T16:52:02.992Z[ recovery-image] Aug 24 16:52:02.093 INFO O| Aug 24 16:52:02.092 INFO STEP 2: pkg_set_publisher, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
33302024-08-24T16:52:03.005Z[ recovery-image] Aug 24 16:52:02.108 INFO O| Aug 24 16:52:02.108 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"]
33312024-08-24T16:52:03.482Z[ recovery-image] Aug 24 16:52:02.585 INFO O| Aug 24 16:52:02.585 INFO STEP 2 (pkg_set_publisher) COMPLETE
33322024-08-24T16:52:03.482Z[ recovery-image] Aug 24 16:52:02.585 INFO O| Aug 24 16:52:02.585 INFO STEP 3: pkg_set_publisher, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
33332024-08-24T16:52:03.497Z[ recovery-image] Aug 24 16:52:02.600 INFO O| Aug 24 16:52:02.600 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"]
33342024-08-24T16:52:03.987Z[ recovery-image] Aug 24 16:52:03.090 INFO O| Aug 24 16:52:03.090 INFO STEP 3 (pkg_set_publisher) COMPLETE
33352024-08-24T16:52:03.987Z[ recovery-image] Aug 24 16:52:03.090 INFO O| Aug 24 16:52:03.090 INFO STEP 4: pkg_set_publisher, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
33362024-08-24T16:52:03.990Z[ recovery-image] Aug 24 16:52:03.090 INFO O| Aug 24 16:52:03.090 INFO skip step because feature "repo_redist" is not enabled
33372024-08-24T16:52:03.990Z[ recovery-image] Aug 24 16:52:03.090 INFO O| Aug 24 16:52:03.090 INFO STEP 5: pkg_change_variant, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
33382024-08-24T16:52:04.485Z[ recovery-image] Aug 24 16:52:03.587 INFO O| Aug 24 16:52:03.587 INFO variant opensolaris.zone is already global
33392024-08-24T16:52:04.486Z[ recovery-image] Aug 24 16:52:03.587 INFO O| Aug 24 16:52:03.587 INFO STEP 5 (pkg_change_variant) COMPLETE
33402024-08-24T16:52:04.488Z[ recovery-image] Aug 24 16:52:03.587 INFO O| Aug 24 16:52:03.587 INFO STEP 6: pkg_change_variant, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
33412024-08-24T16:52:04.724Z[ stamp-nexus] Created: /work/oxidecomputer/omicron/out/versioned/nexus.tar.gz
33422024-08-24T16:52:04.728ZAug 24 16:52:03.832 INFO [stamp-nexus] process exited with exit status: 0 (3.632657301s)
33432024-08-24T16:52:04.903Z[ recovery-image] Aug 24 16:52:04.006 INFO O| Aug 24 16:52:04.006 INFO variant opensolaris.imagetype is full; changing to partial
33442024-08-24T16:52:04.903Z[ recovery-image] Aug 24 16:52:04.006 INFO O| Aug 24 16:52:04.006 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/recovery/work/gimlet/ramdisk", "change-variant", "opensolaris.imagetype=partial"]
33452024-08-24T16:52:06.159Z[stamp-cockroachdb] Created: /work/oxidecomputer/omicron/out/versioned/cockroachdb.tar.gz
33462024-08-24T16:52:06.163ZAug 24 16:52:05.266 INFO [stamp-cockroachdb] process exited with exit status: 0 (5.377358858s)
33472024-08-24T16:52:06.780Z[verify-libraries] Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
33482024-08-24T16:52:06.935Z[verify-libraries] Compiling heck v0.4.1
33492024-08-24T16:52:06.938Z[verify-libraries] Compiling wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg)
33502024-08-24T16:52:06.956Z[verify-libraries] Compiling reconfigurator-cli v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-cli)
33512024-08-24T16:52:06.959Z[verify-libraries] Compiling omicron-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev)
33522024-08-24T16:52:06.977Z[verify-libraries] Compiling ch-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ch-dev)
33532024-08-24T16:52:06.980Z[verify-libraries] Compiling db-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/db-dev)
33542024-08-24T16:52:07.006Z[verify-libraries] Compiling openapi-manager-types v0.1.0 (/work/oxidecomputer/omicron/dev-tools/openapi-manager/types)
33552024-08-24T16:52:07.381Z[verify-libraries] Compiling openapi-lint v0.4.0 (https://github.com/oxidecomputer/openapi-lint?branch=main#ef442ee4)
33562024-08-24T16:52:07.552Z[verify-libraries] Compiling indent_write v2.2.0
33572024-08-24T16:52:07.735Z[verify-libraries] Compiling tufaceous v0.1.0 (/work/oxidecomputer/omicron/tufaceous)
33582024-08-24T16:52:07.883Z[verify-libraries] Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
33592024-08-24T16:52:07.971Z[verify-libraries] Compiling termios v0.3.3
33602024-08-24T16:52:08.550Z[verify-libraries] Compiling openapi-manager v0.1.0 (/work/oxidecomputer/omicron/dev-tools/openapi-manager)
33612024-08-24T16:52:08.902Z[verify-libraries] Compiling gateway-cli v0.1.0 (/work/oxidecomputer/omicron/gateway-cli)
33622024-08-24T16:52:11.508Z[stamp-clickhouse] Created: /work/oxidecomputer/omicron/out/versioned/clickhouse.tar.gz
33632024-08-24T16:52:11.534ZAug 24 16:52:10.637 INFO [stamp-clickhouse] process exited with exit status: 0 (10.784924217s)
33642024-08-24T16:52:11.775Z[stamp-clickhouse_keeper] Created: /work/oxidecomputer/omicron/out/versioned/clickhouse_keeper.tar.gz
33652024-08-24T16:52:11.828ZAug 24 16:52:10.931 INFO [stamp-clickhouse_keeper] process exited with exit status: 0 (10.93146688s)
33662024-08-24T16:52:11.828ZAug 24 16:52:10.931 INFO [tuf-stamp] task succeeded (11.080223194s)
33672024-08-24T16:52:12.421Z[ recovery-image] Aug 24 16:52:11.524 INFO O| Aug 24 16:52:11.524 INFO O| Startup: Refreshing catalog 'helios-dev' ... Done
33682024-08-24T16:52:18.207Z[ recovery-image] Aug 24 16:52:17.310 INFO O| Aug 24 16:52:17.310 INFO O| Startup: Caching catalogs ... Done
33692024-08-24T16:52:18.296Z[ recovery-image] Aug 24 16:52:17.399 INFO O| Aug 24 16:52:17.398 INFO O| Planning: Planning completed in 0.00 seconds
33702024-08-24T16:52:18.299Z[ recovery-image] Aug 24 16:52:17.400 INFO O| Aug 24 16:52:17.399 INFO O| Planning: Consolidating action changes ... Done
33712024-08-24T16:52:18.299Z[ recovery-image] Aug 24 16:52:17.400 INFO O| Aug 24 16:52:17.400 INFO O| Planning: Evaluating mediators ... Done
33722024-08-24T16:52:18.299Z[ recovery-image] Aug 24 16:52:17.400 INFO O| Aug 24 16:52:17.400 INFO O| Planning: Planning completed in 0.00 seconds
33732024-08-24T16:52:18.299Z[ recovery-image] Aug 24 16:52:17.400 INFO O| Aug 24 16:52:17.400 INFO O| Variants/Facets to change: 1
33742024-08-24T16:52:18.472Z[ recovery-image] Aug 24 16:52:17.574 INFO O| Aug 24 16:52:17.574 INFO O| Done
33752024-08-24T16:52:18.472Z[ recovery-image] Aug 24 16:52:17.574 INFO O| Aug 24 16:52:17.574 INFO O| Done
33762024-08-24T16:52:19.097Z[ recovery-image] Aug 24 16:52:18.199 INFO O| Aug 24 16:52:18.199 INFO O| Done
33772024-08-24T16:52:19.142Z[ recovery-image] Aug 24 16:52:18.245 INFO O| Aug 24 16:52:18.245 INFO O| Done
33782024-08-24T16:52:19.146Z[ recovery-image] Aug 24 16:52:18.246 INFO O| Aug 24 16:52:18.246 INFO O| Done
33792024-08-24T16:52:19.146Z[ recovery-image] Aug 24 16:52:18.247 INFO O| Aug 24 16:52:18.246 INFO O| Done
33802024-08-24T16:52:19.150Z[ recovery-image] Aug 24 16:52:18.248 INFO O| Aug 24 16:52:18.248 INFO O| Done
33812024-08-24T16:52:19.710Z[ recovery-image] Aug 24 16:52:18.812 INFO O| Aug 24 16:52:18.812 INFO STEP 6 (pkg_change_variant) COMPLETE
33822024-08-24T16:52:19.710Z[ recovery-image] Aug 24 16:52:18.812 INFO O| Aug 24 16:52:18.812 INFO STEP 7: pkg_change_variant, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
33832024-08-24T16:52:19.714Z[ recovery-image] Aug 24 16:52:18.812 INFO O| Aug 24 16:52:18.812 INFO skip step because feature "debug_variant" is not enabled
33842024-08-24T16:52:19.714Z[ recovery-image] Aug 24 16:52:18.813 INFO O| Aug 24 16:52:18.812 INFO STEP 8: pkg_change_facet, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
33852024-08-24T16:52:20.684Z[ recovery-image] Aug 24 16:52:19.786 INFO O| Aug 24 16:52:19.786 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/recovery/work/gimlet/ramdisk", "change-facet", "openssl.10=false"]
33862024-08-24T16:52:21.686Z[ recovery-image] Aug 24 16:52:20.788 INFO O| Aug 24 16:52:20.788 INFO O| Startup: Refreshing catalog 'helios-dev' ... Done
33872024-08-24T16:52:21.689Z[ recovery-image] Aug 24 16:52:20.790 INFO O| Aug 24 16:52:20.790 INFO O| Planning: Planning completed in 0.00 seconds
33882024-08-24T16:52:21.689Z[ recovery-image] Aug 24 16:52:20.791 INFO O| Aug 24 16:52:20.791 INFO O| Planning: Consolidating action changes ... Done
33892024-08-24T16:52:21.691Z[ recovery-image] Aug 24 16:52:20.792 INFO O| Aug 24 16:52:20.792 INFO O| Planning: Evaluating mediators ... Done
33902024-08-24T16:52:21.691Z[ recovery-image] Aug 24 16:52:20.792 INFO O| Aug 24 16:52:20.792 INFO O| Planning: Planning completed in 0.00 seconds
33912024-08-24T16:52:21.691Z[ recovery-image] Aug 24 16:52:20.793 INFO O| Aug 24 16:52:20.793 INFO O| Variants/Facets to change: 1
33922024-08-24T16:52:21.785Z[ recovery-image] Aug 24 16:52:20.888 INFO O| Aug 24 16:52:20.887 INFO O| Done
33932024-08-24T16:52:21.785Z[ recovery-image] Aug 24 16:52:20.888 INFO O| Aug 24 16:52:20.888 INFO O| Done
33942024-08-24T16:52:22.339Z[ recovery-image] Aug 24 16:52:21.441 INFO O| Aug 24 16:52:21.441 INFO O| Done
33952024-08-24T16:52:22.414Z[ recovery-image] Aug 24 16:52:21.516 INFO O| Aug 24 16:52:21.516 INFO O| Done
33962024-08-24T16:52:22.417Z[ recovery-image] Aug 24 16:52:21.518 INFO O| Aug 24 16:52:21.517 INFO O| Done
33972024-08-24T16:52:22.417Z[ recovery-image] Aug 24 16:52:21.518 INFO O| Aug 24 16:52:21.518 INFO O| Done
33982024-08-24T16:52:22.420Z[ recovery-image] Aug 24 16:52:21.520 INFO O| Aug 24 16:52:21.520 INFO O| Done
33992024-08-24T16:52:22.519Z[ recovery-image] Aug 24 16:52:21.622 INFO O| Aug 24 16:52:21.622 INFO STEP 8 (pkg_change_facet) COMPLETE
34002024-08-24T16:52:22.519Z[ recovery-image] Aug 24 16:52:21.622 INFO O| Aug 24 16:52:21.622 INFO STEP 9: pkg_change_facet, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
34012024-08-24T16:52:23.251Z[ recovery-image] Aug 24 16:52:22.354 INFO O| Aug 24 16:52:22.353 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/recovery/work/gimlet/ramdisk", "change-facet", "doc=false"]
34022024-08-24T16:52:24.170Z[ recovery-image] Aug 24 16:52:23.272 INFO O| Aug 24 16:52:23.272 INFO O| Startup: Refreshing catalog 'helios-dev' ... Done
34032024-08-24T16:52:24.173Z[ recovery-image] Aug 24 16:52:23.274 INFO O| Aug 24 16:52:23.274 INFO O| Planning: Planning completed in 0.00 seconds
34042024-08-24T16:52:24.173Z[ recovery-image] Aug 24 16:52:23.275 INFO O| Aug 24 16:52:23.274 INFO O| Planning: Consolidating action changes ... Done
34052024-08-24T16:52:24.173Z[ recovery-image] Aug 24 16:52:23.275 INFO O| Aug 24 16:52:23.275 INFO O| Planning: Evaluating mediators ... Done
34062024-08-24T16:52:24.173Z[ recovery-image] Aug 24 16:52:23.275 INFO O| Aug 24 16:52:23.275 INFO O| Planning: Planning completed in 0.00 seconds
34072024-08-24T16:52:24.173Z[ recovery-image] Aug 24 16:52:23.275 INFO O| Aug 24 16:52:23.275 INFO O| Variants/Facets to change: 1
34082024-08-24T16:52:24.266Z[ recovery-image] Aug 24 16:52:23.368 INFO O| Aug 24 16:52:23.368 INFO O| Done
34092024-08-24T16:52:24.266Z[ recovery-image] Aug 24 16:52:23.368 INFO O| Aug 24 16:52:23.368 INFO O| Done
34102024-08-24T16:52:24.816Z[ recovery-image] Aug 24 16:52:23.918 INFO O| Aug 24 16:52:23.918 INFO O| Done
34112024-08-24T16:52:24.870Z[ recovery-image] Aug 24 16:52:23.972 INFO O| Aug 24 16:52:23.972 INFO O| Done
34122024-08-24T16:52:24.873Z[ recovery-image] Aug 24 16:52:23.973 INFO O| Aug 24 16:52:23.973 INFO O| Done
34132024-08-24T16:52:24.873Z[ recovery-image] Aug 24 16:52:23.973 INFO O| Aug 24 16:52:23.973 INFO O| Done
34142024-08-24T16:52:24.873Z[ recovery-image] Aug 24 16:52:23.975 INFO O| Aug 24 16:52:23.975 INFO O| Done
34152024-08-24T16:52:25.005Z[ recovery-image] Aug 24 16:52:24.107 INFO O| Aug 24 16:52:24.107 INFO STEP 9 (pkg_change_facet) COMPLETE
34162024-08-24T16:52:25.005Z[ recovery-image] Aug 24 16:52:24.107 INFO O| Aug 24 16:52:24.107 INFO STEP 10: pkg_change_facet, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
34172024-08-24T16:52:25.814Z[ recovery-image] Aug 24 16:52:24.916 INFO O| Aug 24 16:52:24.916 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/recovery/work/gimlet/ramdisk", "change-facet", "doc.man=false"]
34182024-08-24T16:52:27.030Z[ recovery-image] Aug 24 16:52:26.133 INFO O| Aug 24 16:52:26.132 INFO O| Startup: Refreshing catalog 'helios-dev' ... Done
34192024-08-24T16:52:27.033Z[ recovery-image] Aug 24 16:52:26.134 INFO O| Aug 24 16:52:26.134 INFO O| Planning: Planning completed in 0.00 seconds
34202024-08-24T16:52:27.033Z[ recovery-image] Aug 24 16:52:26.135 INFO O| Aug 24 16:52:26.135 INFO O| Planning: Consolidating action changes ... Done
34212024-08-24T16:52:27.033Z[ recovery-image] Aug 24 16:52:26.135 INFO O| Aug 24 16:52:26.135 INFO O| Planning: Evaluating mediators ... Done
34222024-08-24T16:52:27.048Z[ recovery-image] Aug 24 16:52:26.150 INFO O| Aug 24 16:52:26.150 INFO O| Planning: Planning completed in 0.02 seconds
34232024-08-24T16:52:27.048Z[ recovery-image] Aug 24 16:52:26.150 INFO O| Aug 24 16:52:26.150 INFO O| Variants/Facets to change: 1
34242024-08-24T16:52:27.076Z[ recovery-image] Aug 24 16:52:26.178 INFO O| Aug 24 16:52:26.178 INFO O| Done
34252024-08-24T16:52:27.076Z[ recovery-image] Aug 24 16:52:26.179 INFO O| Aug 24 16:52:26.178 INFO O| Done
34262024-08-24T16:52:27.569Z[ recovery-image] Aug 24 16:52:26.671 INFO O| Aug 24 16:52:26.671 INFO O| Done
34272024-08-24T16:52:27.628Z[ recovery-image] Aug 24 16:52:26.730 INFO O| Aug 24 16:52:26.730 INFO O| Done
34282024-08-24T16:52:27.631Z[ recovery-image] Aug 24 16:52:26.732 INFO O| Aug 24 16:52:26.732 INFO O| Done
34292024-08-24T16:52:27.631Z[ recovery-image] Aug 24 16:52:26.732 INFO O| Aug 24 16:52:26.732 INFO O| Done
34302024-08-24T16:52:27.633Z[ recovery-image] Aug 24 16:52:26.734 INFO O| Aug 24 16:52:26.734 INFO O| Done
34312024-08-24T16:52:27.729Z[ recovery-image] Aug 24 16:52:26.831 INFO O| Aug 24 16:52:26.831 INFO STEP 10 (pkg_change_facet) COMPLETE
34322024-08-24T16:52:27.729Z[ recovery-image] Aug 24 16:52:26.831 INFO O| Aug 24 16:52:26.831 INFO STEP 11: pkg_install, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
34332024-08-24T16:52:27.750Z[ recovery-image] Aug 24 16:52:26.852 INFO O| Aug 24 16:52:26.852 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"]
34342024-08-24T16:52:28.768Z[ recovery-image] Aug 24 16:52:27.871 INFO O| Aug 24 16:52:27.871 INFO O| Startup: Refreshing catalog 'helios-dev' ... Done
34352024-08-24T16:52:30.821Z[ host-image] Aug 24 16:52:29.923 INFO O| Aug 24 16:52:29.923 INFO O| Planning: Solver setup ... Done
34362024-08-24T16:52:41.220Z[verify-libraries] Compiling zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup)
34372024-08-24T16:52:43.673Z[verify-libraries] Compiling nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils)
34382024-08-24T16:52:54.756Z[verify-libraries] Compiling mgs-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/mgs-dev)
34392024-08-24T16:52:55.676Z[ host-image] Aug 24 16:52:54.777 INFO O| Aug 24 16:52:54.777 INFO O| Planning: Running solver ... Done
34402024-08-24T16:52:56.018Z[ host-image] Aug 24 16:52:55.120 INFO O| Aug 24 16:52:55.120 INFO O| Planning: Finding local manifests ... Done
34412024-08-24T16:52:56.045Z[ host-image] Aug 24 16:52:55.147 INFO O| Aug 24 16:52:55.147 INFO O| Planning: Fetching manifests: 0/124 0% complete
34422024-08-24T16:53:00.286Z[ recovery-image] Aug 24 16:52:59.388 INFO O| Aug 24 16:52:59.387 INFO O| Planning: Solver setup ... Done
34432024-08-24T16:53:00.753Z[ host-image] Aug 24 16:52:59.854 INFO O| Aug 24 16:52:59.854 INFO O| Planning: Fetching manifests: 124/124 100% complete
34442024-08-24T16:53:02.287Z[ host-image] Aug 24 16:53:01.387 INFO O| Aug 24 16:53:01.387 INFO O| Planning: Package planning ... Done
34452024-08-24T16:53:03.853Z[ host-image] Aug 24 16:53:02.954 INFO O| Aug 24 16:53:02.953 INFO O| Planning: Merging actions ... Done
34462024-08-24T16:53:04.356Z[ host-image] Aug 24 16:53:03.457 INFO O| Aug 24 16:53:03.457 INFO O| Planning: Checking for conflicting actions ... Done
34472024-08-24T16:53:04.679Z[ host-image] Aug 24 16:53:03.780 INFO O| Aug 24 16:53:03.780 INFO O| Planning: Consolidating action changes ... Done
34482024-08-24T16:53:05.227Z[ host-image] Aug 24 16:53:04.328 INFO O| Aug 24 16:53:04.328 INFO O| Planning: Evaluating mediators ... Done
34492024-08-24T16:53:11.897Z[ host-image] Aug 24 16:53:10.998 INFO O| Aug 24 16:53:10.998 INFO O| Planning: Planning completed in 71.10 seconds
34502024-08-24T16:53:11.904Z[ host-image] Aug 24 16:53:11.005 INFO O| Aug 24 16:53:11.005 INFO O| Packages to install: 124
34512024-08-24T16:53:11.906Z[ host-image] Aug 24 16:53:11.005 INFO O| Aug 24 16:53:11.005 INFO O| Mediators to change: 4
34522024-08-24T16:53:11.907Z[ host-image] Aug 24 16:53:11.005 INFO O| Aug 24 16:53:11.005 INFO O| Services to change: 6
34532024-08-24T16:53:12.017Z[ host-image] Aug 24 16:53:11.118 INFO O| Aug 24 16:53:11.118 INFO O| Download: 0/22728 items 0.0/196.4MB 0% complete
34542024-08-24T16:53:17.018Z[ host-image] Aug 24 16:53:16.119 INFO O| Aug 24 16:53:16.119 INFO O| Download: 1215/22728 items 6.8/196.4MB 3% complete (1.4M/s)
34552024-08-24T16:53:21.835Z[verify-libraries] Compiling crdb-seed v0.1.0 (/work/oxidecomputer/omicron/dev-tools/crdb-seed)
34562024-08-24T16:53:22.271Z[ host-image] Aug 24 16:53:21.372 INFO O| Aug 24 16:53:21.372 INFO O| Download: 1776/22728 items 12.0/196.4MB 6% complete (1.2M/s)
34572024-08-24T16:53:22.421Z[verify-libraries] Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
34582024-08-24T16:53:24.080Z[ recovery-image] Aug 24 16:53:23.180 INFO O| Aug 24 16:53:23.180 INFO O| Planning: Running solver ... Done
34592024-08-24T16:53:24.371Z[ recovery-image] Aug 24 16:53:23.472 INFO O| Aug 24 16:53:23.472 INFO O| Planning: Finding local manifests ... Done
34602024-08-24T16:53:24.387Z[ recovery-image] Aug 24 16:53:23.488 INFO O| Aug 24 16:53:23.488 INFO O| Planning: Fetching manifests: 0/124 0% complete
34612024-08-24T16:53:27.272Z[ host-image] Aug 24 16:53:26.372 INFO O| Aug 24 16:53:26.372 INFO O| Download: 2271/22728 items 24.9/196.4MB 12% complete (1.8M/s)
34622024-08-24T16:53:29.092Z[ recovery-image] Aug 24 16:53:28.183 INFO O| Aug 24 16:53:28.183 INFO O| Planning: Fetching manifests: 124/124 100% complete
34632024-08-24T16:53:29.269Z[verify-libraries] Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
34642024-08-24T16:53:30.138Z[ recovery-image] Aug 24 16:53:29.238 INFO O| Aug 24 16:53:29.238 INFO O| Planning: Package planning ... Done
34652024-08-24T16:53:30.794Z[ recovery-image] Aug 24 16:53:29.894 INFO O| Aug 24 16:53:29.894 INFO O| Planning: Merging actions ... Done
34662024-08-24T16:53:30.964Z[ recovery-image] Aug 24 16:53:30.064 INFO O| Aug 24 16:53:30.064 INFO O| Planning: Checking for conflicting actions ... Done
34672024-08-24T16:53:31.132Z[ recovery-image] Aug 24 16:53:30.231 INFO O| Aug 24 16:53:30.231 INFO O| Planning: Consolidating action changes ... Done
34682024-08-24T16:53:31.500Z[ recovery-image] Aug 24 16:53:30.600 INFO O| Aug 24 16:53:30.600 INFO O| Planning: Evaluating mediators ... Done
34692024-08-24T16:53:32.280Z[ host-image] Aug 24 16:53:31.380 INFO O| Aug 24 16:53:31.380 INFO O| Download: 3346/22728 items 34.1/196.4MB 17% complete (2.2M/s)
34702024-08-24T16:53:37.610Z[ host-image] Aug 24 16:53:36.710 INFO O| Aug 24 16:53:36.710 INFO O| Download: 4533/22728 items 42.3/196.4MB 21% complete (1.7M/s)
34712024-08-24T16:53:37.829Z[ recovery-image] Aug 24 16:53:36.929 INFO O| Aug 24 16:53:36.929 INFO O| Planning: Planning completed in 69.06 seconds
34722024-08-24T16:53:37.836Z[ recovery-image] Aug 24 16:53:36.936 INFO O| Aug 24 16:53:36.936 INFO O| Packages to install: 124
34732024-08-24T16:53:37.836Z[ recovery-image] Aug 24 16:53:36.936 INFO O| Aug 24 16:53:36.936 INFO O| Mediators to change: 4
34742024-08-24T16:53:37.838Z[ recovery-image] Aug 24 16:53:36.936 INFO O| Aug 24 16:53:36.936 INFO O| Services to change: 5
34752024-08-24T16:53:37.930Z[ recovery-image] Aug 24 16:53:37.030 INFO O| Aug 24 16:53:37.030 INFO O| Download: 0/15831 items 0.0/173.2MB 0% complete
34762024-08-24T16:53:42.623Z[ host-image] Aug 24 16:53:41.723 INFO O| Aug 24 16:53:41.723 INFO O| Download: 4926/22728 items 45.8/196.4MB 23% complete (1.1M/s)
34772024-08-24T16:53:42.930Z[ recovery-image] Aug 24 16:53:42.030 INFO O| Aug 24 16:53:42.030 INFO O| Download: 1009/15831 items 7.9/173.2MB 4% complete (1.6M/s)
34782024-08-24T16:53:45.834Z[verify-libraries] Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
34792024-08-24T16:53:47.682Z[ host-image] Aug 24 16:53:46.782 INFO O| Aug 24 16:53:46.782 INFO O| Download: 6070/22728 items 46.4/196.4MB 23% complete (427k/s)
34802024-08-24T16:53:47.932Z[ recovery-image] Aug 24 16:53:47.033 INFO O| Aug 24 16:53:47.033 INFO O| Download: 1286/15831 items 18.7/173.2MB 10% complete (1.8M/s)
34812024-08-24T16:53:50.847Z[verify-libraries] Compiling cert-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/cert-dev)
34822024-08-24T16:53:52.831Z[ host-image] Aug 24 16:53:51.931 INFO O| Aug 24 16:53:51.931 INFO O| Download: 6975/22728 items 50.2/196.4MB 25% complete (456k/s)
34832024-08-24T16:53:53.060Z[ recovery-image] Aug 24 16:53:52.160 INFO O| Aug 24 16:53:52.160 INFO O| Download: 1653/15831 items 25.8/173.2MB 14% complete (1.8M/s)
34842024-08-24T16:53:54.823Z[verify-libraries] Compiling oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
34852024-08-24T16:53:57.864Z[ host-image] Aug 24 16:53:56.964 INFO O| Aug 24 16:53:56.964 INFO O| Download: 7803/22728 items 59.0/196.4MB 30% complete (1.3M/s)
34862024-08-24T16:53:58.065Z[ recovery-image] Aug 24 16:53:57.165 INFO O| Aug 24 16:53:57.165 INFO O| Download: 2637/15831 items 32.9/173.2MB 19% complete (1.4M/s)
34872024-08-24T16:54:03.066Z[ recovery-image] Aug 24 16:54:02.166 INFO O| Aug 24 16:54:02.166 INFO O| Download: 3569/15831 items 38.7/173.2MB 22% complete (1.3M/s)
34882024-08-24T16:54:03.393Z[ host-image] Aug 24 16:54:02.493 INFO O| Aug 24 16:54:02.493 INFO O| Download: 8227/22728 items 63.2/196.4MB 32% complete (1.2M/s)
34892024-08-24T16:54:08.066Z[ recovery-image] Aug 24 16:54:07.166 INFO O| Aug 24 16:54:07.166 INFO O| Download: 4229/15831 items 42.7/173.2MB 24% complete (997k/s)
34902024-08-24T16:54:08.396Z[ host-image] Aug 24 16:54:07.495 INFO O| Aug 24 16:54:07.495 INFO O| Download: 8714/22728 items 71.1/196.4MB 36% complete (1.1M/s)
34912024-08-24T16:54:13.067Z[ recovery-image] Aug 24 16:54:12.166 INFO O| Aug 24 16:54:12.166 INFO O| Download: 5230/15831 items 43.2/173.2MB 24% complete (483k/s)
34922024-08-24T16:54:13.408Z[ host-image] Aug 24 16:54:12.507 INFO O| Aug 24 16:54:12.507 INFO O| Download: 9508/22728 items 83.0/196.4MB 42% complete (2.0M/s)
34932024-08-24T16:54:18.259Z[ recovery-image] Aug 24 16:54:17.359 INFO O| Aug 24 16:54:17.359 INFO O| Download: 5722/15831 items 46.1/173.2MB 26% complete (321k/s)
34942024-08-24T16:54:18.653Z[ host-image] Aug 24 16:54:17.752 INFO O| Aug 24 16:54:17.752 INFO O| Download: 10839/22728 items 89.9/196.4MB 45% complete (1.9M/s)
34952024-08-24T16:54:24.130Z[ recovery-image] Aug 24 16:54:23.229 INFO O| Aug 24 16:54:23.229 INFO O| Download: 5946/15831 items 53.6/173.2MB 30% complete (1.0M/s)
34962024-08-24T16:54:24.132Z[ host-image] Aug 24 16:54:23.229 INFO O| Aug 24 16:54:23.229 INFO O| Download: 11132/22728 items 93.2/196.4MB 47% complete (1.1M/s)
34972024-08-24T16:54:29.131Z[ recovery-image] Aug 24 16:54:28.230 INFO O| Aug 24 16:54:28.230 INFO O| Download: 6587/15831 items 64.2/173.2MB 37% complete (1.7M/s)
34982024-08-24T16:54:29.423Z[ host-image] Aug 24 16:54:28.523 INFO O| Aug 24 16:54:28.522 INFO O| Download: 12010/22728 items 100.4/196.4MB 51% complete (977k/s)
34992024-08-24T16:54:34.426Z[ host-image] Aug 24 16:54:33.525 INFO O| Aug 24 16:54:33.524 INFO O| Download: 12767/22728 items 109.6/196.4MB 55% complete (1.6M/s)
35002024-08-24T16:54:35.371Z[ recovery-image] Aug 24 16:54:34.470 INFO O| Aug 24 16:54:34.470 INFO O| Download: 7639/15831 items 73.7/173.2MB 42% complete (2.0M/s)
35012024-08-24T16:54:39.431Z[ host-image] Aug 24 16:54:38.530 INFO O| Aug 24 16:54:38.530 INFO O| Download: 13769/22728 items 110.1/196.4MB 56% complete (1010k/s)
35022024-08-24T16:54:40.382Z[ recovery-image] Aug 24 16:54:39.481 INFO O| Aug 24 16:54:39.481 INFO O| Download: 8377/15831 items 79.8/173.2MB 46% complete (824k/s)
35032024-08-24T16:54:44.431Z[ host-image] Aug 24 16:54:43.530 INFO O| Aug 24 16:54:43.530 INFO O| Download: 14459/22728 items 112.3/196.4MB 57% complete (251k/s)
35042024-08-24T16:54:45.466Z[ recovery-image] Aug 24 16:54:44.565 INFO O| Aug 24 16:54:44.564 INFO O| Download: 8774/15831 items 89.4/173.2MB 51% complete (1.5M/s)
35052024-08-24T16:54:49.435Z[ host-image] Aug 24 16:54:48.533 INFO O| Aug 24 16:54:48.533 INFO O| Download: 15535/22728 items 124.0/196.4MB 63% complete (1.4M/s)
35062024-08-24T16:54:50.470Z[ recovery-image] Aug 24 16:54:49.569 INFO O| Aug 24 16:54:49.569 INFO O| Download: 9671/15831 items 93.0/173.2MB 53% complete (1.3M/s)
35072024-08-24T16:54:54.441Z[ host-image] Aug 24 16:54:53.540 INFO O| Aug 24 16:54:53.540 INFO O| Download: 15824/22728 items 129.9/196.4MB 66% complete (1.7M/s)
35082024-08-24T16:54:55.848Z[ recovery-image] Aug 24 16:54:54.947 INFO O| Aug 24 16:54:54.947 INFO O| Download: 10428/15831 items 93.3/173.2MB 53% complete (412k/s)
35092024-08-24T16:54:59.726Z[ host-image] Aug 24 16:54:58.825 INFO O| Aug 24 16:54:58.824 INFO O| Download: 16884/22728 items 135.3/196.4MB 68% complete (1.1M/s)
35102024-08-24T16:55:00.935Z[ recovery-image] Aug 24 16:55:00.033 INFO O| Aug 24 16:55:00.033 INFO O| Download: 10900/15831 items 93.8/173.2MB 54% complete (82.2k/s)
35112024-08-24T16:55:04.838Z[ host-image] Aug 24 16:55:03.936 INFO O| Aug 24 16:55:03.936 INFO O| Download: 17858/22728 items 150.0/196.4MB 76% complete (2.4M/s)
35122024-08-24T16:55:05.936Z[ recovery-image] Aug 24 16:55:05.034 INFO O| Aug 24 16:55:05.034 INFO O| Download: 11131/15831 items 100.0/173.2MB 57% complete (647k/s)
35132024-08-24T16:55:09.942Z[ host-image] Aug 24 16:55:09.040 INFO O| Aug 24 16:55:09.040 INFO O| Download: 18940/22728 items 162.4/196.4MB 82% complete (2.7M/s)
35142024-08-24T16:55:11.919Z[ recovery-image] Aug 24 16:55:11.017 INFO O| Aug 24 16:55:11.017 INFO O| Download: 11397/15831 items 107.0/173.2MB 61% complete (1.4M/s)
35152024-08-24T16:55:15.232Z[ host-image] Aug 24 16:55:14.331 INFO O| Aug 24 16:55:14.330 INFO O| Download: 19987/22728 items 167.2/196.4MB 85% complete (1.7M/s)
35162024-08-24T16:55:16.930Z[ recovery-image] Aug 24 16:55:16.028 INFO O| Aug 24 16:55:16.028 INFO O| Download: 11876/15831 items 127.4/173.2MB 73% complete (2.2M/s)
35172024-08-24T16:55:20.410Z[ host-image] Aug 24 16:55:19.508 INFO O| Aug 24 16:55:19.508 INFO O| Download: 20792/22728 items 172.6/196.4MB 87% complete (1013k/s)
35182024-08-24T16:55:21.939Z[ recovery-image] Aug 24 16:55:21.037 INFO O| Aug 24 16:55:21.037 INFO O| Download: 12505/15831 items 138.8/173.2MB 80% complete (3.2M/s)
35192024-08-24T16:55:25.417Z[ host-image] Aug 24 16:55:24.515 INFO O| Aug 24 16:55:24.515 INFO O| Download: 21452/22728 items 177.3/196.4MB 90% complete (1.0M/s)
35202024-08-24T16:55:26.960Z[ recovery-image] Aug 24 16:55:26.058 INFO O| Aug 24 16:55:26.057 INFO O| Download: 13420/15831 items 143.2/173.2MB 82% complete (1.6M/s)
35212024-08-24T16:55:30.457Z[ host-image] Aug 24 16:55:29.554 INFO O| Aug 24 16:55:29.554 INFO O| Download: 21867/22728 items 187.6/196.4MB 95% complete (1.5M/s)
35222024-08-24T16:55:31.964Z[ recovery-image] Aug 24 16:55:31.062 INFO O| Aug 24 16:55:31.062 INFO O| Download: 14574/15831 items 147.1/173.2MB 84% complete (853k/s)
35232024-08-24T16:55:35.765Z[ host-image] Aug 24 16:55:34.863 INFO O| Aug 24 16:55:34.862 INFO O| Download: 22037/22728 items 190.0/196.4MB 96% complete (1.2M/s)
35242024-08-24T16:55:37.177Z[ recovery-image] Aug 24 16:55:36.274 INFO O| Aug 24 16:55:36.274 INFO O| Download: 15247/15831 items 157.9/173.2MB 91% complete (1.4M/s)
35252024-08-24T16:55:40.320Z[ host-image] Aug 24 16:55:39.417 INFO O| Aug 24 16:55:39.417 INFO O| Download: Completed 196.39 MB in 148.30 seconds (1.3M/s)
35262024-08-24T16:55:41.820Z[ host-image] Aug 24 16:55:40.917 INFO O| Aug 24 16:55:40.917 INFO O| Actions: 1/49261 actions (Installing new actions)
35272024-08-24T16:55:42.457Z[ recovery-image] Aug 24 16:55:41.555 INFO O| Aug 24 16:55:41.554 INFO O| Download: 15624/15831 items 167.1/173.2MB 96% complete (2.0M/s)
35282024-08-24T16:55:44.387Z[ recovery-image] Aug 24 16:55:43.485 INFO O| Aug 24 16:55:43.485 INFO O| Download: Completed 173.17 MB in 126.45 seconds (1.4M/s)
35292024-08-24T16:55:45.694Z[ recovery-image] Aug 24 16:55:44.791 INFO O| Aug 24 16:55:44.791 INFO O| Actions: 1/24964 actions (Installing new actions)
35302024-08-24T16:55:46.823Z[ host-image] Aug 24 16:55:45.920 INFO O| Aug 24 16:55:45.920 INFO O| Actions: 9088/49261 actions (Installing new actions)
35312024-08-24T16:55:50.695Z[ recovery-image] Aug 24 16:55:49.792 INFO O| Aug 24 16:55:49.792 INFO O| Actions: 8376/24964 actions (Installing new actions)
35322024-08-24T16:55:51.829Z[ host-image] Aug 24 16:55:50.926 INFO O| Aug 24 16:55:50.926 INFO O| Actions: 14757/49261 actions (Installing new actions)
35332024-08-24T16:55:55.703Z[ recovery-image] Aug 24 16:55:54.800 INFO O| Aug 24 16:55:54.799 INFO O| Actions: 15941/24964 actions (Installing new actions)
35342024-08-24T16:55:56.829Z[ host-image] Aug 24 16:55:55.926 INFO O| Aug 24 16:55:55.926 INFO O| Actions: 21994/49261 actions (Installing new actions)
35352024-08-24T16:56:01.829Z[ host-image] Aug 24 16:56:00.926 INFO O| Aug 24 16:56:00.926 INFO O| Actions: 43110/49261 actions (Installing new actions)
35362024-08-24T16:56:02.977Z[ recovery-image] Aug 24 16:56:02.074 INFO O| Aug 24 16:56:02.073 INFO O| Actions: 24411/24964 actions (Installing new actions)
35372024-08-24T16:56:06.850Z[ host-image] Aug 24 16:56:05.947 INFO O| Aug 24 16:56:05.947 INFO O| Actions: 48847/49261 actions (Installing new actions)
35382024-08-24T16:56:07.493Z[ recovery-image] Aug 24 16:56:06.589 INFO O| Aug 24 16:56:06.589 INFO O| Actions: Completed 24964 actions in 21.79 seconds.
35392024-08-24T16:56:07.973Z[ host-image] Aug 24 16:56:07.069 INFO O| Aug 24 16:56:07.069 INFO O| Actions: Completed 49261 actions in 26.15 seconds.
35402024-08-24T16:56:07.988Z[ recovery-image] Aug 24 16:56:07.071 INFO O| Aug 24 16:56:07.071 INFO O| Done
35412024-08-24T16:56:07.988Z[ recovery-image] Aug 24 16:56:07.071 INFO O| Aug 24 16:56:07.071 INFO O| Done
35422024-08-24T16:56:08.537Z[ host-image] Aug 24 16:56:07.633 INFO O| Aug 24 16:56:07.633 INFO O| Done
35432024-08-24T16:56:08.537Z[ host-image] Aug 24 16:56:07.633 INFO O| Aug 24 16:56:07.633 INFO O| Done
35442024-08-24T16:56:09.091Z[ recovery-image] Aug 24 16:56:08.187 INFO O| Aug 24 16:56:08.187 INFO O| Done
35452024-08-24T16:56:09.608Z[ host-image] Aug 24 16:56:08.704 INFO O| Aug 24 16:56:08.704 INFO O| Done
35462024-08-24T16:56:10.853Z[ recovery-image] Aug 24 16:56:09.949 INFO O| Aug 24 16:56:09.949 INFO O| Done
35472024-08-24T16:56:10.899Z[ recovery-image] Aug 24 16:56:09.970 INFO O| Aug 24 16:56:09.970 INFO O| Done
35482024-08-24T16:56:12.402Z[ host-image] Aug 24 16:56:11.498 INFO O| Aug 24 16:56:11.498 INFO O| Done
35492024-08-24T16:56:12.455Z[ host-image] Aug 24 16:56:11.552 INFO O| Aug 24 16:56:11.552 INFO O| Done
35502024-08-24T16:56:15.960Z[ recovery-image] Aug 24 16:56:15.057 INFO O| Aug 24 16:56:15.057 INFO O| Done
35512024-08-24T16:56:16.610Z[ recovery-image] Aug 24 16:56:15.706 INFO O| Aug 24 16:56:15.706 INFO O| Done
35522024-08-24T16:56:17.142Z[ recovery-image] Aug 24 16:56:16.239 INFO O| Aug 24 16:56:15.995 INFO STEP 11 (pkg_install) COMPLETE
35532024-08-24T16:56:17.142Z[ recovery-image] Aug 24 16:56:16.239 INFO O| Aug 24 16:56:15.995 INFO STEP 12: pkg_install, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
35542024-08-24T16:56:17.145Z[ recovery-image] Aug 24 16:56:16.239 INFO O| Aug 24 16:56:15.995 INFO skip step because feature "recovery" is enabled
35552024-08-24T16:56:17.145Z[ recovery-image] Aug 24 16:56:16.239 INFO O| Aug 24 16:56:15.995 INFO STEP 13: pkg_install, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
35562024-08-24T16:56:17.145Z[ recovery-image] Aug 24 16:56:16.239 INFO O| Aug 24 16:56:15.995 INFO skip step because feature "omicron1" is not enabled
35572024-08-24T16:56:17.145Z[ recovery-image] Aug 24 16:56:16.239 INFO O| Aug 24 16:56:15.995 INFO STEP 14: pkg_install, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
35582024-08-24T16:56:17.145Z[ recovery-image] Aug 24 16:56:16.239 INFO O| Aug 24 16:56:16.016 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/recovery/work/gimlet/ramdisk", "install", "/driver/network/opte@0.33.293"]
35592024-08-24T16:56:18.253Z[ recovery-image] Aug 24 16:56:17.349 INFO O| Aug 24 16:56:17.349 INFO O| Startup: Refreshing catalog 'helios-dev' ... Done
35602024-08-24T16:56:20.085Z[ host-image] Aug 24 16:56:19.181 INFO O| Aug 24 16:56:19.181 INFO O| Done
35612024-08-24T16:56:21.182Z[ recovery-image] Aug 24 16:56:20.278 INFO O| Aug 24 16:56:20.278 INFO O| Planning: Solver setup ... Done
35622024-08-24T16:56:21.188Z[ recovery-image] Aug 24 16:56:20.285 INFO O| Aug 24 16:56:20.285 INFO O| Planning: Running solver ... Done
35632024-08-24T16:56:21.218Z[ host-image] Aug 24 16:56:20.314 INFO O| Aug 24 16:56:20.314 INFO O| Done
35642024-08-24T16:56:21.255Z[ recovery-image] Aug 24 16:56:20.352 INFO O| Aug 24 16:56:20.352 INFO O| Planning: Finding local manifests ... Done
35652024-08-24T16:56:21.258Z[ recovery-image] Aug 24 16:56:20.353 INFO O| Aug 24 16:56:20.353 INFO O| Planning: Fetching manifests: 0/1 0% complete
35662024-08-24T16:56:21.395Z[ recovery-image] Aug 24 16:56:20.474 INFO O| Aug 24 16:56:20.474 INFO O| Planning: Fetching manifests: 1/1 100% complete
35672024-08-24T16:56:21.421Z[ recovery-image] Aug 24 16:56:20.506 INFO O| Aug 24 16:56:20.506 INFO O| Planning: Package planning ... Done
35682024-08-24T16:56:21.421Z[ recovery-image] Aug 24 16:56:20.507 INFO O| Aug 24 16:56:20.507 INFO O| Planning: Merging actions ... Done
35692024-08-24T16:56:21.559Z[ host-image] Aug 24 16:56:20.655 INFO O| Aug 24 16:56:20.655 INFO STEP 11 (pkg_install) COMPLETE
35702024-08-24T16:56:21.559Z[ host-image] Aug 24 16:56:20.655 INFO O| Aug 24 16:56:20.655 INFO STEP 12: pkg_install, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
35712024-08-24T16:56:21.576Z[ recovery-image] Aug 24 16:56:20.672 INFO O| Aug 24 16:56:20.672 INFO O| Planning: Checking for conflicting actions ... Done
35722024-08-24T16:56:21.578Z[ recovery-image] Aug 24 16:56:20.673 INFO O| Aug 24 16:56:20.673 INFO O| Planning: Consolidating action changes ... Done
35732024-08-24T16:56:21.578Z[ host-image] Aug 24 16:56:20.673 INFO O| Aug 24 16:56:20.673 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/host/work/gimlet/ramdisk", "install", "/system/man", "/developer/object-file", "/system/ksensor", "/driver/cpu/sensor"]
35742024-08-24T16:56:21.864Z[ recovery-image] Aug 24 16:56:20.961 INFO O| Aug 24 16:56:20.961 INFO O| Planning: Evaluating mediators ... Done
35752024-08-24T16:56:21.867Z[ recovery-image] Aug 24 16:56:20.962 INFO O| Aug 24 16:56:20.962 INFO O| Planning: Planning completed in 3.61 seconds
35762024-08-24T16:56:21.867Z[ recovery-image] Aug 24 16:56:20.964 INFO O| Aug 24 16:56:20.964 INFO O| Packages to install: 1
35772024-08-24T16:56:21.885Z[ recovery-image] Aug 24 16:56:20.981 INFO O| Aug 24 16:56:20.981 INFO O| Download: 0/4 items 0.0/20.8MB 0% complete
35782024-08-24T16:56:22.404Z[ host-image] Aug 24 16:56:21.500 INFO O| Aug 24 16:56:21.500 INFO O| Startup: Refreshing catalog 'helios-dev' ... Done
35792024-08-24T16:56:23.146Z[ recovery-image] Aug 24 16:56:22.242 INFO O| Aug 24 16:56:22.242 INFO O| Download: Completed 20.80 MB in 1.26 seconds (16.5M/s)
35802024-08-24T16:56:23.253Z[ recovery-image] Aug 24 16:56:22.349 INFO O| Aug 24 16:56:22.349 INFO O| Actions: 1/22 actions (Installing new actions)
35812024-08-24T16:56:24.069Z[ recovery-image] Aug 24 16:56:23.166 INFO O| Aug 24 16:56:23.165 INFO O| Actions: Completed 22 actions in 0.82 seconds.
35822024-08-24T16:56:24.946Z[ recovery-image] Aug 24 16:56:24.043 INFO O| Aug 24 16:56:24.042 INFO O| Done
35832024-08-24T16:56:24.946Z[ recovery-image] Aug 24 16:56:24.043 INFO O| Aug 24 16:56:24.043 INFO O| Done
35842024-08-24T16:56:25.667Z[ host-image] Aug 24 16:56:24.763 INFO O| Aug 24 16:56:24.763 INFO O| Planning: Solver setup ... Done
35852024-08-24T16:56:25.672Z[ host-image] Aug 24 16:56:24.769 INFO O| Aug 24 16:56:24.768 INFO O| Planning: Running solver ... Done
35862024-08-24T16:56:25.710Z[ recovery-image] Aug 24 16:56:24.806 INFO O| Aug 24 16:56:24.806 INFO O| Done
35872024-08-24T16:56:25.742Z[ host-image] Aug 24 16:56:24.838 INFO O| Aug 24 16:56:24.838 INFO O| Planning: Finding local manifests ... Done
35882024-08-24T16:56:25.745Z[ host-image] Aug 24 16:56:24.840 INFO O| Aug 24 16:56:24.839 INFO O| Planning: Fetching manifests: 0/4 0% complete
35892024-08-24T16:56:25.945Z[ host-image] Aug 24 16:56:25.041 INFO O| Aug 24 16:56:25.041 INFO O| Planning: Fetching manifests: 4/4 100% complete
35902024-08-24T16:56:25.993Z[ host-image] Aug 24 16:56:25.090 INFO O| Aug 24 16:56:25.089 INFO O| Planning: Package planning ... Done
35912024-08-24T16:56:26.002Z[ host-image] Aug 24 16:56:25.098 INFO O| Aug 24 16:56:25.098 INFO O| Planning: Merging actions ... Done
35922024-08-24T16:56:26.171Z[ host-image] Aug 24 16:56:25.267 INFO O| Aug 24 16:56:25.267 INFO O| Planning: Checking for conflicting actions ... Done
35932024-08-24T16:56:26.174Z[ host-image] Aug 24 16:56:25.269 INFO O| Aug 24 16:56:25.269 INFO O| Planning: Consolidating action changes ... Done
35942024-08-24T16:56:26.548Z[ host-image] Aug 24 16:56:25.644 INFO O| Aug 24 16:56:25.644 INFO O| Planning: Evaluating mediators ... Done
35952024-08-24T16:56:26.551Z[ host-image] Aug 24 16:56:25.646 INFO O| Aug 24 16:56:25.646 INFO O| Planning: Planning completed in 4.15 seconds
35962024-08-24T16:56:26.554Z[ host-image] Aug 24 16:56:25.649 INFO O| Aug 24 16:56:25.649 INFO O| Packages to install: 4
35972024-08-24T16:56:26.554Z[ host-image] Aug 24 16:56:25.649 INFO O| Aug 24 16:56:25.649 INFO O| Services to change: 2
35982024-08-24T16:56:26.599Z[ host-image] Aug 24 16:56:25.695 INFO O| Aug 24 16:56:25.695 INFO O| Download: 0/102 items 0.0/1.4MB 0% complete
35992024-08-24T16:56:27.365Z[ recovery-image] Aug 24 16:56:26.461 INFO O| Aug 24 16:56:26.461 INFO O| Done
36002024-08-24T16:56:27.387Z[ recovery-image] Aug 24 16:56:26.483 INFO O| Aug 24 16:56:26.483 INFO O| Done
36012024-08-24T16:56:27.387Z[ recovery-image] Aug 24 16:56:26.483 INFO O| Aug 24 16:56:26.483 INFO O| Done
36022024-08-24T16:56:27.397Z[ recovery-image] Aug 24 16:56:26.494 INFO O| Aug 24 16:56:26.494 INFO O| Done
36032024-08-24T16:56:27.517Z[ recovery-image] Aug 24 16:56:26.613 INFO O| Aug 24 16:56:26.613 INFO STEP 14 (pkg_install) COMPLETE
36042024-08-24T16:56:27.517Z[ recovery-image] Aug 24 16:56:26.613 INFO O| Aug 24 16:56:26.613 INFO STEP 15: pkg_install, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
36052024-08-24T16:56:27.519Z[ recovery-image] Aug 24 16:56:26.613 INFO O| Aug 24 16:56:26.613 INFO skip step because feature "mfg" is not enabled
36062024-08-24T16:56:27.519Z[ recovery-image] Aug 24 16:56:26.613 INFO O| Aug 24 16:56:26.613 INFO STEP 16: pkg_install, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
36072024-08-24T16:56:27.519Z[ recovery-image] Aug 24 16:56:26.613 INFO O| Aug 24 16:56:26.613 INFO skip step because feature "compliance" is not enabled
36082024-08-24T16:56:27.519Z[ recovery-image] Aug 24 16:56:26.613 INFO O| Aug 24 16:56:26.613 INFO STEP 17: pkg_install, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
36092024-08-24T16:56:27.520Z[ recovery-image] Aug 24 16:56:26.613 INFO O| Aug 24 16:56:26.613 INFO skip step because feature "stress" is not enabled
36102024-08-24T16:56:27.520Z[ recovery-image] Aug 24 16:56:26.613 INFO O| Aug 24 16:56:26.613 INFO STEP 18: pkg_install, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
36112024-08-24T16:56:27.520Z[ recovery-image] Aug 24 16:56:26.613 INFO O| Aug 24 16:56:26.613 INFO skip step because feature "nfs" is not enabled
36122024-08-24T16:56:27.520Z[ recovery-image] Aug 24 16:56:26.613 INFO O| Aug 24 16:56:26.613 INFO creating output snapshot rpool/images/build/recovery/work/gimlet/ramdisk@os
36132024-08-24T16:56:27.520Z[ recovery-image] Aug 24 16:56:26.613 INFO O| Aug 24 16:56:26.613 INFO CREATE SNAPSHOT: rpool/images/build/recovery/work/gimlet/ramdisk@os
36142024-08-24T16:56:27.591Z[ recovery-image] Aug 24 16:56:26.687 INFO O| Aug 24 16:56:26.687 INFO DESTROY DATASET: rpool/images/build/recovery/tmp/gimlet/ramdisk-01-os
36152024-08-24T16:56:27.664Z[ recovery-image] Aug 24 16:56:26.760 INFO O| Aug 24 16:56:26.760 INFO completed processing gimlet/ramdisk-01-os
36162024-08-24T16:56:27.667Z[ recovery-image] Aug 24 16:56:26.762 INFO image builder template: ramdisk-02-trim...
36172024-08-24T16:56:27.667Z[ recovery-image] Aug 24 16:56:26.763 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/.tmperXEre/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
36182024-08-24T16:56:27.692Z[ recovery-image] Aug 24 16:56:26.789 INFO O| Aug 24 16:56:26.788 INFO temporary dataset: rpool/images/build/recovery/tmp/gimlet/ramdisk-02-trim
36192024-08-24T16:56:27.697Z[ recovery-image] Aug 24 16:56:26.793 INFO O| Aug 24 16:56:26.793 INFO CREATE DATASET: rpool/images/build/recovery/tmp/gimlet/ramdisk-02-trim
36202024-08-24T16:56:27.729Z[ host-image] Aug 24 16:56:26.825 INFO O| Aug 24 16:56:26.825 INFO O| Download: Completed 1.39 MB in 1.13 seconds (1.2M/s)
36212024-08-24T16:56:27.768Z[ recovery-image] Aug 24 16:56:26.865 INFO O| Aug 24 16:56:26.865 INFO SET DATASET PROPERTY ON rpool/images/build/recovery/tmp/gimlet/ramdisk-02-trim: sync = disabled
36222024-08-24T16:56:27.781Z[ host-image] Aug 24 16:56:26.877 INFO O| Aug 24 16:56:26.877 INFO O| Actions: 1/238 actions (Installing new actions)
36232024-08-24T16:56:27.831Z[ recovery-image] Aug 24 16:56:26.927 INFO O| Aug 24 16:56:26.927 INFO temporary directory: /rpool/images/build/recovery/tmp/gimlet/ramdisk-02-trim
36242024-08-24T16:56:27.831Z[ recovery-image] Aug 24 16:56:26.927 INFO O| Aug 24 16:56:26.927 INFO work dataset: rpool/images/build/recovery/work/gimlet/ramdisk
36252024-08-24T16:56:27.839Z[ recovery-image] Aug 24 16:56:26.935 INFO O| Aug 24 16:56:26.935 INFO looking for output snapshot rpool/images/build/recovery/work/gimlet/ramdisk@trim
36262024-08-24T16:56:27.845Z[ recovery-image] Aug 24 16:56:26.942 INFO O| Aug 24 16:56:26.942 INFO looking for input snapshot rpool/images/build/recovery/work/gimlet/ramdisk@os
36272024-08-24T16:56:27.854Z[ recovery-image] Aug 24 16:56:26.950 INFO O| Aug 24 16:56:26.950 INFO ROLLBACK TO SNAPSHOT: rpool/images/build/recovery/work/gimlet/ramdisk@os
36282024-08-24T16:56:27.945Z[ host-image] Aug 24 16:56:27.041 INFO O| Aug 24 16:56:27.041 INFO O| Actions: Completed 238 actions in 0.16 seconds.
36292024-08-24T16:56:28.066Z[ recovery-image] Aug 24 16:56:27.162 INFO O| Aug 24 16:56:27.162 INFO rolled back to input snapshot; work may begin
36302024-08-24T16:56:28.066Z[ recovery-image] Aug 24 16:56:27.162 INFO O| Aug 24 16:56:27.162 INFO CREATE DATASET: rpool/images/build/recovery/work/gimlet/ramdisk
36312024-08-24T16:56:28.074Z[ recovery-image] Aug 24 16:56:27.171 INFO O| Aug 24 16:56:27.171 INFO STEP 0: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
36322024-08-24T16:56:28.092Z[ recovery-image] Aug 24 16:56:27.188 INFO O| Aug 24 16:56:27.188 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/var/pkg"
36332024-08-24T16:56:28.173Z[ recovery-image] Aug 24 16:56:27.269 INFO O| Aug 24 16:56:27.269 INFO STEP 0 (remove_files) COMPLETE
36342024-08-24T16:56:28.173Z[ recovery-image] Aug 24 16:56:27.269 INFO O| Aug 24 16:56:27.269 INFO STEP 1: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
36352024-08-24T16:56:28.190Z[ recovery-image] Aug 24 16:56:27.287 INFO O| Aug 24 16:56:27.286 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/xpg4"
36362024-08-24T16:56:28.193Z[ recovery-image] Aug 24 16:56:27.289 INFO O| Aug 24 16:56:27.289 INFO STEP 1 (remove_files) COMPLETE
36372024-08-24T16:56:28.193Z[ recovery-image] Aug 24 16:56:27.289 INFO O| Aug 24 16:56:27.289 INFO STEP 2: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
36382024-08-24T16:56:28.212Z[ recovery-image] Aug 24 16:56:27.308 INFO O| Aug 24 16:56:27.308 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/include"
36392024-08-24T16:56:28.237Z[ recovery-image] Aug 24 16:56:27.333 INFO O| Aug 24 16:56:27.333 INFO STEP 2 (remove_files) COMPLETE
36402024-08-24T16:56:28.237Z[ recovery-image] Aug 24 16:56:27.333 INFO O| Aug 24 16:56:27.333 INFO STEP 3: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
36412024-08-24T16:56:28.255Z[ recovery-image] Aug 24 16:56:27.352 INFO O| Aug 24 16:56:27.352 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/demo"
36422024-08-24T16:56:28.259Z[ recovery-image] Aug 24 16:56:27.355 INFO O| Aug 24 16:56:27.355 INFO STEP 3 (remove_files) COMPLETE
36432024-08-24T16:56:28.261Z[ recovery-image] Aug 24 16:56:27.355 INFO O| Aug 24 16:56:27.355 INFO STEP 4: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
36442024-08-24T16:56:28.273Z[ recovery-image] Aug 24 16:56:27.369 INFO O| Aug 24 16:56:27.369 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/help"
36452024-08-24T16:56:28.277Z[ recovery-image] Aug 24 16:56:27.373 INFO O| Aug 24 16:56:27.373 INFO STEP 4 (remove_files) COMPLETE
36462024-08-24T16:56:28.277Z[ recovery-image] Aug 24 16:56:27.373 INFO O| Aug 24 16:56:27.373 INFO STEP 5: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
36472024-08-24T16:56:28.285Z[ host-image] Aug 24 16:56:27.381 INFO O| Aug 24 16:56:27.381 INFO O| Done
36482024-08-24T16:56:28.285Z[ host-image] Aug 24 16:56:27.381 INFO O| Aug 24 16:56:27.381 INFO O| Done
36492024-08-24T16:56:28.292Z[ recovery-image] Aug 24 16:56:27.389 INFO O| Aug 24 16:56:27.389 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/share/doc"
36502024-08-24T16:56:28.295Z[ recovery-image] Aug 24 16:56:27.389 INFO O| Aug 24 16:56:27.389 INFO STEP 5 (remove_files) COMPLETE
36512024-08-24T16:56:28.295Z[ recovery-image] Aug 24 16:56:27.389 INFO O| Aug 24 16:56:27.389 INFO STEP 6: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
36522024-08-24T16:56:28.306Z[ recovery-image] Aug 24 16:56:27.402 INFO O| Aug 24 16:56:27.402 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/share/bash-completion"
36532024-08-24T16:56:28.325Z[ recovery-image] Aug 24 16:56:27.421 INFO O| Aug 24 16:56:27.421 INFO STEP 6 (remove_files) COMPLETE
36542024-08-24T16:56:28.325Z[ recovery-image] Aug 24 16:56:27.421 INFO O| Aug 24 16:56:27.421 INFO STEP 7: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
36552024-08-24T16:56:28.325Z[ recovery-image] Aug 24 16:56:27.421 INFO O| Aug 24 16:56:27.421 INFO skip step because feature "recovery" is enabled
36562024-08-24T16:56:28.330Z[ recovery-image] Aug 24 16:56:27.421 INFO O| Aug 24 16:56:27.421 INFO STEP 8: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
36572024-08-24T16:56:28.330Z[ recovery-image] Aug 24 16:56:27.421 INFO O| Aug 24 16:56:27.421 INFO skip step because feature "recovery" is enabled
36582024-08-24T16:56:28.330Z[ recovery-image] Aug 24 16:56:27.422 INFO O| Aug 24 16:56:27.421 INFO STEP 9: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
36592024-08-24T16:56:28.330Z[ recovery-image] Aug 24 16:56:27.422 INFO O| Aug 24 16:56:27.421 INFO skip step because feature "recovery" is enabled
36602024-08-24T16:56:28.330Z[ recovery-image] Aug 24 16:56:27.422 INFO O| Aug 24 16:56:27.421 INFO STEP 10: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
36612024-08-24T16:56:28.339Z[ recovery-image] Aug 24 16:56:27.434 INFO O| Aug 24 16:56:27.434 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/etc/net-snmp"
36622024-08-24T16:56:28.342Z[ recovery-image] Aug 24 16:56:27.438 INFO O| Aug 24 16:56:27.438 INFO STEP 10 (remove_files) COMPLETE
36632024-08-24T16:56:28.342Z[ recovery-image] Aug 24 16:56:27.438 INFO O| Aug 24 16:56:27.438 INFO STEP 11: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
36642024-08-24T16:56:28.355Z[ recovery-image] Aug 24 16:56:27.450 INFO O| Aug 24 16:56:27.450 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/i386"
36652024-08-24T16:56:28.358Z[ recovery-image] Aug 24 16:56:27.451 INFO O| Aug 24 16:56:27.451 INFO STEP 11 (remove_files) COMPLETE
36662024-08-24T16:56:28.358Z[ recovery-image] Aug 24 16:56:27.451 INFO O| Aug 24 16:56:27.451 INFO STEP 12: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
36672024-08-24T16:56:28.366Z[ recovery-image] Aug 24 16:56:27.462 INFO O| Aug 24 16:56:27.462 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/platform/i86xpv"
36682024-08-24T16:56:28.369Z[ recovery-image] Aug 24 16:56:27.464 INFO O| Aug 24 16:56:27.464 INFO STEP 12 (remove_files) COMPLETE
36692024-08-24T16:56:28.369Z[ recovery-image] Aug 24 16:56:27.464 INFO O| Aug 24 16:56:27.464 INFO STEP 13: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
36702024-08-24T16:56:28.499Z[ recovery-image] Aug 24 16:56:27.595 INFO O| Aug 24 16:56:27.595 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/libncurses++.a"
36712024-08-24T16:56:28.502Z[ recovery-image] Aug 24 16:56:27.597 INFO O| Aug 24 16:56:27.596 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/libtddl.a"
36722024-08-24T16:56:28.526Z[ recovery-image] Aug 24 16:56:27.622 INFO O| Aug 24 16:56:27.622 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libncurses++.a"
36732024-08-24T16:56:28.529Z[ recovery-image] Aug 24 16:56:27.625 INFO O| Aug 24 16:56:27.625 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libtddl.a"
36742024-08-24T16:56:28.643Z[ host-image] Aug 24 16:56:27.739 INFO O| Aug 24 16:56:27.739 INFO O| Done
36752024-08-24T16:56:28.656Z[ recovery-image] Aug 24 16:56:27.752 INFO O| Aug 24 16:56:27.752 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/opt/ooce/jq/lib/amd64/libjq.a"
36762024-08-24T16:56:28.658Z[ recovery-image] Aug 24 16:56:27.753 INFO O| Aug 24 16:56:27.753 INFO STEP 13 (remove_files) COMPLETE
36772024-08-24T16:56:28.658Z[ recovery-image] Aug 24 16:56:27.753 INFO O| Aug 24 16:56:27.753 INFO STEP 14: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
36782024-08-24T16:56:28.672Z[ recovery-image] Aug 24 16:56:27.768 INFO O| Aug 24 16:56:27.768 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/boot"
36792024-08-24T16:56:28.678Z[ recovery-image] Aug 24 16:56:27.770 INFO O| Aug 24 16:56:27.770 INFO STEP 14 (remove_files) COMPLETE
36802024-08-24T16:56:28.678Z[ recovery-image] Aug 24 16:56:27.770 INFO O| Aug 24 16:56:27.770 INFO STEP 15: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
36812024-08-24T16:56:28.688Z[ recovery-image] Aug 24 16:56:27.785 INFO O| Aug 24 16:56:27.784 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/platform/i86pc"
36822024-08-24T16:56:28.695Z[ recovery-image] Aug 24 16:56:27.791 INFO O| Aug 24 16:56:27.791 INFO STEP 15 (remove_files) COMPLETE
36832024-08-24T16:56:28.695Z[ recovery-image] Aug 24 16:56:27.791 INFO O| Aug 24 16:56:27.791 INFO STEP 16: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
36842024-08-24T16:56:28.706Z[ recovery-image] Aug 24 16:56:27.802 INFO O| Aug 24 16:56:27.802 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/platform/i86xpv"
36852024-08-24T16:56:28.709Z[ recovery-image] Aug 24 16:56:27.803 INFO O| Aug 24 16:56:27.803 INFO STEP 16 (remove_files) COMPLETE
36862024-08-24T16:56:28.709Z[ recovery-image] Aug 24 16:56:27.803 INFO O| Aug 24 16:56:27.803 INFO STEP 17: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
36872024-08-24T16:56:28.717Z[ recovery-image] Aug 24 16:56:27.813 INFO O| Aug 24 16:56:27.813 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/platform/i86pc"
36882024-08-24T16:56:28.720Z[ recovery-image] Aug 24 16:56:27.815 INFO O| Aug 24 16:56:27.815 INFO STEP 17 (remove_files) COMPLETE
36892024-08-24T16:56:28.720Z[ recovery-image] Aug 24 16:56:27.815 INFO O| Aug 24 16:56:27.815 INFO STEP 18: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
36902024-08-24T16:56:28.730Z[ recovery-image] Aug 24 16:56:27.826 INFO O| Aug 24 16:56:27.826 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/misc/amd64/acpica"
36912024-08-24T16:56:28.730Z[ recovery-image] Aug 24 16:56:27.826 INFO O| Aug 24 16:56:27.826 INFO STEP 18 (remove_files) COMPLETE
36922024-08-24T16:56:28.730Z[ recovery-image] Aug 24 16:56:27.826 INFO O| Aug 24 16:56:27.826 INFO STEP 19: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
36932024-08-24T16:56:28.741Z[ recovery-image] Aug 24 16:56:27.837 INFO O| Aug 24 16:56:27.837 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/misc/amd64/tem"
36942024-08-24T16:56:28.741Z[ recovery-image] Aug 24 16:56:27.837 INFO O| Aug 24 16:56:27.837 INFO STEP 19 (remove_files) COMPLETE
36952024-08-24T16:56:28.744Z[ recovery-image] Aug 24 16:56:27.838 INFO O| Aug 24 16:56:27.837 INFO STEP 20: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
36962024-08-24T16:56:28.752Z[ recovery-image] Aug 24 16:56:27.849 INFO O| Aug 24 16:56:27.849 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/misc/amd64/kbtrans"
36972024-08-24T16:56:28.752Z[ recovery-image] Aug 24 16:56:27.849 INFO O| Aug 24 16:56:27.849 INFO STEP 20 (remove_files) COMPLETE
36982024-08-24T16:56:28.753Z[ recovery-image] Aug 24 16:56:27.849 INFO O| Aug 24 16:56:27.849 INFO STEP 21: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
36992024-08-24T16:56:28.764Z[ recovery-image] Aug 24 16:56:27.861 INFO O| Aug 24 16:56:27.861 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/wc"
37002024-08-24T16:56:28.764Z[ recovery-image] Aug 24 16:56:27.861 INFO O| Aug 24 16:56:27.861 INFO STEP 21 (remove_files) COMPLETE
37012024-08-24T16:56:28.767Z[ recovery-image] Aug 24 16:56:27.861 INFO O| Aug 24 16:56:27.861 INFO STEP 22: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
37022024-08-24T16:56:28.776Z[ recovery-image] Aug 24 16:56:27.872 INFO O| Aug 24 16:56:27.872 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/acpi_drv"
37032024-08-24T16:56:28.776Z[ recovery-image] Aug 24 16:56:27.872 INFO O| Aug 24 16:56:27.872 INFO STEP 22 (remove_files) COMPLETE
37042024-08-24T16:56:28.778Z[ recovery-image] Aug 24 16:56:27.872 INFO O| Aug 24 16:56:27.872 INFO STEP 23: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
37052024-08-24T16:56:28.788Z[ recovery-image] Aug 24 16:56:27.884 INFO O| Aug 24 16:56:27.884 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/conskbd"
37062024-08-24T16:56:28.788Z[ recovery-image] Aug 24 16:56:27.884 INFO O| Aug 24 16:56:27.884 INFO STEP 23 (remove_files) COMPLETE
37072024-08-24T16:56:28.790Z[ recovery-image] Aug 24 16:56:27.884 INFO O| Aug 24 16:56:27.884 INFO STEP 24: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
37082024-08-24T16:56:28.798Z[ recovery-image] Aug 24 16:56:27.895 INFO O| Aug 24 16:56:27.895 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/tzmon"
37092024-08-24T16:56:28.798Z[ recovery-image] Aug 24 16:56:27.895 INFO O| Aug 24 16:56:27.895 INFO STEP 24 (remove_files) COMPLETE
37102024-08-24T16:56:28.801Z[ recovery-image] Aug 24 16:56:27.895 INFO O| Aug 24 16:56:27.895 INFO STEP 25: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
37112024-08-24T16:56:28.810Z[ recovery-image] Aug 24 16:56:27.906 INFO O| Aug 24 16:56:27.906 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/power"
37122024-08-24T16:56:28.810Z[ recovery-image] Aug 24 16:56:27.907 INFO O| Aug 24 16:56:27.907 INFO STEP 25 (remove_files) COMPLETE
37132024-08-24T16:56:28.810Z[ recovery-image] Aug 24 16:56:27.907 INFO O| Aug 24 16:56:27.907 INFO STEP 26: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
37142024-08-24T16:56:28.820Z[ recovery-image] Aug 24 16:56:27.917 INFO O| Aug 24 16:56:27.917 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/audio"
37152024-08-24T16:56:28.823Z[ recovery-image] Aug 24 16:56:27.917 INFO O| Aug 24 16:56:27.917 INFO STEP 26 (remove_files) COMPLETE
37162024-08-24T16:56:28.823Z[ recovery-image] Aug 24 16:56:27.917 INFO O| Aug 24 16:56:27.917 INFO STEP 27: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
37172024-08-24T16:56:28.833Z[ recovery-image] Aug 24 16:56:27.929 INFO O| Aug 24 16:56:27.929 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/audio1575"
37182024-08-24T16:56:28.833Z[ recovery-image] Aug 24 16:56:27.930 INFO O| Aug 24 16:56:27.930 INFO STEP 27 (remove_files) COMPLETE
37192024-08-24T16:56:28.836Z[ recovery-image] Aug 24 16:56:27.930 INFO O| Aug 24 16:56:27.930 INFO STEP 28: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
37202024-08-24T16:56:28.845Z[ recovery-image] Aug 24 16:56:27.942 INFO O| Aug 24 16:56:27.942 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/audioens"
37212024-08-24T16:56:28.845Z[ recovery-image] Aug 24 16:56:27.942 INFO O| Aug 24 16:56:27.942 INFO STEP 28 (remove_files) COMPLETE
37222024-08-24T16:56:28.848Z[ recovery-image] Aug 24 16:56:27.942 INFO O| Aug 24 16:56:27.942 INFO STEP 29: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
37232024-08-24T16:56:28.857Z[ recovery-image] Aug 24 16:56:27.954 INFO O| Aug 24 16:56:27.954 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/audiopci"
37242024-08-24T16:56:28.860Z[ recovery-image] Aug 24 16:56:27.954 INFO O| Aug 24 16:56:27.954 INFO STEP 29 (remove_files) COMPLETE
37252024-08-24T16:56:28.860Z[ recovery-image] Aug 24 16:56:27.954 INFO O| Aug 24 16:56:27.954 INFO STEP 30: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
37262024-08-24T16:56:28.869Z[ recovery-image] Aug 24 16:56:27.965 INFO O| Aug 24 16:56:27.965 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/audiots"
37272024-08-24T16:56:28.872Z[ recovery-image] Aug 24 16:56:27.965 INFO O| Aug 24 16:56:27.965 INFO STEP 30 (remove_files) COMPLETE
37282024-08-24T16:56:28.872Z[ recovery-image] Aug 24 16:56:27.965 INFO O| Aug 24 16:56:27.965 INFO STEP 31: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
37292024-08-24T16:56:28.880Z[ recovery-image] Aug 24 16:56:27.977 INFO O| Aug 24 16:56:27.977 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/ehci"
37302024-08-24T16:56:28.880Z[ recovery-image] Aug 24 16:56:27.977 INFO O| Aug 24 16:56:27.977 INFO STEP 31 (remove_files) COMPLETE
37312024-08-24T16:56:28.880Z[ recovery-image] Aug 24 16:56:27.977 INFO O| Aug 24 16:56:27.977 INFO STEP 32: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
37322024-08-24T16:56:28.892Z[ recovery-image] Aug 24 16:56:27.988 INFO O| Aug 24 16:56:27.988 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/hid"
37332024-08-24T16:56:28.892Z[ recovery-image] Aug 24 16:56:27.988 INFO O| Aug 24 16:56:27.988 INFO STEP 32 (remove_files) COMPLETE
37342024-08-24T16:56:28.894Z[ recovery-image] Aug 24 16:56:27.988 INFO O| Aug 24 16:56:27.988 INFO STEP 33: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
37352024-08-24T16:56:28.903Z[ recovery-image] Aug 24 16:56:27.999 INFO O| Aug 24 16:56:27.999 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/hubd"
37362024-08-24T16:56:28.903Z[ recovery-image] Aug 24 16:56:27.999 INFO O| Aug 24 16:56:27.999 INFO STEP 33 (remove_files) COMPLETE
37372024-08-24T16:56:28.903Z[ recovery-image] Aug 24 16:56:27.999 INFO O| Aug 24 16:56:27.999 INFO STEP 34: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
37382024-08-24T16:56:28.914Z[ recovery-image] Aug 24 16:56:28.011 INFO O| Aug 24 16:56:28.011 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/ohci"
37392024-08-24T16:56:28.917Z[ recovery-image] Aug 24 16:56:28.011 INFO O| Aug 24 16:56:28.011 INFO STEP 34 (remove_files) COMPLETE
37402024-08-24T16:56:28.917Z[ recovery-image] Aug 24 16:56:28.011 INFO O| Aug 24 16:56:28.011 INFO STEP 35: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
37412024-08-24T16:56:28.926Z[ recovery-image] Aug 24 16:56:28.022 INFO O| Aug 24 16:56:28.022 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/scsa2usb"
37422024-08-24T16:56:28.926Z[ recovery-image] Aug 24 16:56:28.022 INFO O| Aug 24 16:56:28.022 INFO STEP 35 (remove_files) COMPLETE
37432024-08-24T16:56:28.928Z[ recovery-image] Aug 24 16:56:28.022 INFO O| Aug 24 16:56:28.022 INFO STEP 36: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
37442024-08-24T16:56:28.937Z[ recovery-image] Aug 24 16:56:28.034 INFO O| Aug 24 16:56:28.034 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/uhci"
37452024-08-24T16:56:28.940Z[ recovery-image] Aug 24 16:56:28.034 INFO O| Aug 24 16:56:28.034 INFO STEP 36 (remove_files) COMPLETE
37462024-08-24T16:56:28.940Z[ recovery-image] Aug 24 16:56:28.034 INFO O| Aug 24 16:56:28.034 INFO STEP 37: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
37472024-08-24T16:56:28.947Z[ recovery-image] Aug 24 16:56:28.043 INFO O| Aug 24 16:56:28.043 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/usb_ac"
37482024-08-24T16:56:28.949Z[ recovery-image] Aug 24 16:56:28.043 INFO O| Aug 24 16:56:28.043 INFO STEP 37 (remove_files) COMPLETE
37492024-08-24T16:56:28.949Z[ recovery-image] Aug 24 16:56:28.044 INFO O| Aug 24 16:56:28.043 INFO STEP 38: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
37502024-08-24T16:56:28.958Z[ recovery-image] Aug 24 16:56:28.054 INFO O| Aug 24 16:56:28.054 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/usb_as"
37512024-08-24T16:56:28.958Z[ recovery-image] Aug 24 16:56:28.054 INFO O| Aug 24 16:56:28.054 INFO STEP 38 (remove_files) COMPLETE
37522024-08-24T16:56:28.960Z[ recovery-image] Aug 24 16:56:28.054 INFO O| Aug 24 16:56:28.054 INFO STEP 39: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
37532024-08-24T16:56:28.968Z[ recovery-image] Aug 24 16:56:28.064 INFO O| Aug 24 16:56:28.064 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/usb_ia"
37542024-08-24T16:56:28.970Z[ recovery-image] Aug 24 16:56:28.064 INFO O| Aug 24 16:56:28.064 INFO STEP 39 (remove_files) COMPLETE
37552024-08-24T16:56:28.970Z[ recovery-image] Aug 24 16:56:28.064 INFO O| Aug 24 16:56:28.064 INFO STEP 40: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
37562024-08-24T16:56:28.977Z[ recovery-image] Aug 24 16:56:28.074 INFO O| Aug 24 16:56:28.074 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/usb_mid"
37572024-08-24T16:56:28.977Z[ recovery-image] Aug 24 16:56:28.074 INFO O| Aug 24 16:56:28.074 INFO STEP 40 (remove_files) COMPLETE
37582024-08-24T16:56:28.980Z[ recovery-image] Aug 24 16:56:28.074 INFO O| Aug 24 16:56:28.074 INFO STEP 41: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
37592024-08-24T16:56:28.987Z[ recovery-image] Aug 24 16:56:28.083 INFO O| Aug 24 16:56:28.083 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/usbprn"
37602024-08-24T16:56:28.987Z[ recovery-image] Aug 24 16:56:28.083 INFO O| Aug 24 16:56:28.083 INFO STEP 41 (remove_files) COMPLETE
37612024-08-24T16:56:28.987Z[ recovery-image] Aug 24 16:56:28.084 INFO O| Aug 24 16:56:28.083 INFO STEP 42: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
37622024-08-24T16:56:28.997Z[ recovery-image] Aug 24 16:56:28.094 INFO O| Aug 24 16:56:28.094 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/xhci"
37632024-08-24T16:56:28.997Z[ recovery-image] Aug 24 16:56:28.094 INFO O| Aug 24 16:56:28.094 INFO STEP 42 (remove_files) COMPLETE
37642024-08-24T16:56:29.000Z[ recovery-image] Aug 24 16:56:28.094 INFO O| Aug 24 16:56:28.094 INFO STEP 43: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
37652024-08-24T16:56:29.007Z[ recovery-image] Aug 24 16:56:28.104 INFO O| Aug 24 16:56:28.104 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/intel_nhm"
37662024-08-24T16:56:29.007Z[ recovery-image] Aug 24 16:56:28.104 INFO O| Aug 24 16:56:28.104 INFO STEP 43 (remove_files) COMPLETE
37672024-08-24T16:56:29.010Z[ recovery-image] Aug 24 16:56:28.104 INFO O| Aug 24 16:56:28.104 INFO STEP 44: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
37682024-08-24T16:56:29.019Z[ recovery-image] Aug 24 16:56:28.115 INFO O| Aug 24 16:56:28.115 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/intel_nb5000"
37692024-08-24T16:56:29.019Z[ recovery-image] Aug 24 16:56:28.116 INFO O| Aug 24 16:56:28.116 INFO STEP 44 (remove_files) COMPLETE
37702024-08-24T16:56:29.022Z[ recovery-image] Aug 24 16:56:28.116 INFO O| Aug 24 16:56:28.116 INFO STEP 45: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
37712024-08-24T16:56:29.029Z[ recovery-image] Aug 24 16:56:28.126 INFO O| Aug 24 16:56:28.125 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/mc-amd"
37722024-08-24T16:56:29.029Z[ recovery-image] Aug 24 16:56:28.126 INFO O| Aug 24 16:56:28.126 INFO STEP 45 (remove_files) COMPLETE
37732024-08-24T16:56:29.029Z[ recovery-image] Aug 24 16:56:28.126 INFO O| Aug 24 16:56:28.126 INFO STEP 46: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
37742024-08-24T16:56:29.040Z[ recovery-image] Aug 24 16:56:28.136 INFO O| Aug 24 16:56:28.136 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/acpi_toshiba"
37752024-08-24T16:56:29.040Z[ recovery-image] Aug 24 16:56:28.137 INFO O| Aug 24 16:56:28.137 INFO STEP 46 (remove_files) COMPLETE
37762024-08-24T16:56:29.043Z[ recovery-image] Aug 24 16:56:28.137 INFO O| Aug 24 16:56:28.137 INFO STEP 47: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
37772024-08-24T16:56:29.051Z[ recovery-image] Aug 24 16:56:28.147 INFO O| Aug 24 16:56:28.147 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/intel_nhmex"
37782024-08-24T16:56:29.051Z[ recovery-image] Aug 24 16:56:28.147 INFO O| Aug 24 16:56:28.147 INFO STEP 47 (remove_files) COMPLETE
37792024-08-24T16:56:29.053Z[ recovery-image] Aug 24 16:56:28.147 INFO O| Aug 24 16:56:28.147 INFO STEP 48: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
37802024-08-24T16:56:29.062Z[ recovery-image] Aug 24 16:56:28.158 INFO O| Aug 24 16:56:28.158 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/intel_nhmex.conf"
37812024-08-24T16:56:29.062Z[ recovery-image] Aug 24 16:56:28.158 INFO O| Aug 24 16:56:28.158 INFO STEP 48 (remove_files) COMPLETE
37822024-08-24T16:56:29.064Z[ recovery-image] Aug 24 16:56:28.158 INFO O| Aug 24 16:56:28.158 INFO STEP 49: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
37832024-08-24T16:56:29.072Z[ recovery-image] Aug 24 16:56:28.169 INFO O| Aug 24 16:56:28.169 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/mpt"
37842024-08-24T16:56:29.072Z[ recovery-image] Aug 24 16:56:28.169 INFO O| Aug 24 16:56:28.169 INFO STEP 49 (remove_files) COMPLETE
37852024-08-24T16:56:29.075Z[ recovery-image] Aug 24 16:56:28.169 INFO O| Aug 24 16:56:28.169 INFO STEP 50: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
37862024-08-24T16:56:29.083Z[ recovery-image] Aug 24 16:56:28.179 INFO O| Aug 24 16:56:28.179 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/mpt.conf"
37872024-08-24T16:56:29.083Z[ recovery-image] Aug 24 16:56:28.179 INFO O| Aug 24 16:56:28.179 INFO STEP 50 (remove_files) COMPLETE
37882024-08-24T16:56:29.085Z[ recovery-image] Aug 24 16:56:28.179 INFO O| Aug 24 16:56:28.179 INFO STEP 51: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
37892024-08-24T16:56:29.094Z[ recovery-image] Aug 24 16:56:28.190 INFO O| Aug 24 16:56:28.190 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/plugins/ses-log-transport.so"
37902024-08-24T16:56:29.094Z[ recovery-image] Aug 24 16:56:28.190 INFO O| Aug 24 16:56:28.190 INFO STEP 51 (remove_files) COMPLETE
37912024-08-24T16:56:29.096Z[ recovery-image] Aug 24 16:56:28.190 INFO O| Aug 24 16:56:28.190 INFO STEP 52: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
37922024-08-24T16:56:29.105Z[ recovery-image] Aug 24 16:56:28.202 INFO O| Aug 24 16:56:28.201 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/plugins/ses-log-transport.conf"
37932024-08-24T16:56:29.105Z[ recovery-image] Aug 24 16:56:28.202 INFO O| Aug 24 16:56:28.202 INFO STEP 52 (remove_files) COMPLETE
37942024-08-24T16:56:29.108Z[ recovery-image] Aug 24 16:56:28.202 INFO O| Aug 24 16:56:28.202 INFO STEP 53: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
37952024-08-24T16:56:29.117Z[ recovery-image] Aug 24 16:56:28.214 INFO O| Aug 24 16:56:28.213 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/sbin/bootadm"
37962024-08-24T16:56:29.117Z[ recovery-image] Aug 24 16:56:28.214 INFO O| Aug 24 16:56:28.214 INFO STEP 53 (remove_files) COMPLETE
37972024-08-24T16:56:29.117Z[ recovery-image] Aug 24 16:56:28.214 INFO O| Aug 24 16:56:28.214 INFO STEP 54: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
37982024-08-24T16:56:29.129Z[ recovery-image] Aug 24 16:56:28.225 INFO O| Aug 24 16:56:28.225 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/bootadm"
37992024-08-24T16:56:29.129Z[ recovery-image] Aug 24 16:56:28.225 INFO O| Aug 24 16:56:28.225 INFO STEP 54 (remove_files) COMPLETE
38002024-08-24T16:56:29.129Z[ recovery-image] Aug 24 16:56:28.226 INFO O| Aug 24 16:56:28.225 INFO STEP 55: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
38012024-08-24T16:56:29.141Z[ recovery-image] Aug 24 16:56:28.237 INFO O| Aug 24 16:56:28.237 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/sbin/beadm"
38022024-08-24T16:56:29.141Z[ recovery-image] Aug 24 16:56:28.237 INFO O| Aug 24 16:56:28.237 INFO STEP 55 (remove_files) COMPLETE
38032024-08-24T16:56:29.141Z[ recovery-image] Aug 24 16:56:28.237 INFO O| Aug 24 16:56:28.237 INFO STEP 56: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
38042024-08-24T16:56:29.152Z[ recovery-image] Aug 24 16:56:28.248 INFO O| Aug 24 16:56:28.248 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/beadm"
38052024-08-24T16:56:29.152Z[ recovery-image] Aug 24 16:56:28.248 INFO O| Aug 24 16:56:28.248 INFO STEP 56 (remove_files) COMPLETE
38062024-08-24T16:56:29.155Z[ recovery-image] Aug 24 16:56:28.248 INFO O| Aug 24 16:56:28.248 INFO STEP 57: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
38072024-08-24T16:56:29.164Z[ recovery-image] Aug 24 16:56:28.260 INFO O| Aug 24 16:56:28.260 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/etc/default/tar"
38082024-08-24T16:56:29.164Z[ recovery-image] Aug 24 16:56:28.260 INFO O| Aug 24 16:56:28.260 INFO STEP 57 (remove_files) COMPLETE
38092024-08-24T16:56:29.166Z[ recovery-image] Aug 24 16:56:28.260 INFO O| Aug 24 16:56:28.260 INFO STEP 58: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
38102024-08-24T16:56:29.174Z[ recovery-image] Aug 24 16:56:28.271 INFO O| Aug 24 16:56:28.271 WARN file /rpool/images/build/recovery/work/gimlet/ramdisk/lib/svc/method/keymap exists, with wrong contents, unlinking
38112024-08-24T16:56:29.174Z[ recovery-image] Aug 24 16:56:28.271 INFO O| Aug 24 16:56:28.271 INFO writing /rpool/images/build/recovery/work/gimlet/ramdisk/lib/svc/method/keymap ...
38122024-08-24T16:56:29.177Z[ recovery-image] Aug 24 16:56:28.271 INFO O| Aug 24 16:56:28.271 INFO perms are 644, should be 755, path: /rpool/images/build/recovery/work/gimlet/ramdisk/lib/svc/method/keymap
38132024-08-24T16:56:29.177Z[ recovery-image] Aug 24 16:56:28.271 INFO O| Aug 24 16:56:28.271 INFO chmod ok, path: /rpool/images/build/recovery/work/gimlet/ramdisk/lib/svc/method/keymap
38142024-08-24T16:56:29.177Z[ recovery-image] Aug 24 16:56:28.271 INFO O| Aug 24 16:56:28.271 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/recovery/work/gimlet/ramdisk/lib/svc/method/keymap
38152024-08-24T16:56:29.177Z[ recovery-image] Aug 24 16:56:28.271 INFO O| Aug 24 16:56:28.271 INFO chown ok, path: /rpool/images/build/recovery/work/gimlet/ramdisk/lib/svc/method/keymap
38162024-08-24T16:56:29.177Z[ recovery-image] Aug 24 16:56:28.271 INFO O| Aug 24 16:56:28.271 INFO ok!
38172024-08-24T16:56:29.177Z[ recovery-image] Aug 24 16:56:28.271 INFO O| Aug 24 16:56:28.271 INFO STEP 58 (ensure_file) COMPLETE
38182024-08-24T16:56:29.177Z[ recovery-image] Aug 24 16:56:28.271 INFO O| Aug 24 16:56:28.271 INFO STEP 59: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
38192024-08-24T16:56:29.189Z[ recovery-image] Aug 24 16:56:28.285 INFO O| Aug 24 16:56:28.285 WARN file /rpool/images/build/recovery/work/gimlet/ramdisk/lib/svc/bin/rootisramdisk exists, with wrong contents, unlinking
38202024-08-24T16:56:29.189Z[ recovery-image] Aug 24 16:56:28.285 INFO O| Aug 24 16:56:28.285 INFO copying /work/oxidecomputer/helios/image/templates/files/rootisramdisk -> /rpool/images/build/recovery/work/gimlet/ramdisk/lib/svc/bin/rootisramdisk ...
38212024-08-24T16:56:29.191Z[ recovery-image] Aug 24 16:56:28.285 INFO O| Aug 24 16:56:28.285 INFO perms are 644, should be 755, path: /rpool/images/build/recovery/work/gimlet/ramdisk/lib/svc/bin/rootisramdisk
38222024-08-24T16:56:29.191Z[ recovery-image] Aug 24 16:56:28.285 INFO O| Aug 24 16:56:28.285 INFO chmod ok, path: /rpool/images/build/recovery/work/gimlet/ramdisk/lib/svc/bin/rootisramdisk
38232024-08-24T16:56:29.191Z[ recovery-image] Aug 24 16:56:28.285 INFO O| Aug 24 16:56:28.285 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/gimlet/ramdisk/lib/svc/bin/rootisramdisk
38242024-08-24T16:56:29.191Z[ recovery-image] Aug 24 16:56:28.285 INFO O| Aug 24 16:56:28.285 INFO chown ok, path: /rpool/images/build/recovery/work/gimlet/ramdisk/lib/svc/bin/rootisramdisk
38252024-08-24T16:56:29.191Z[ recovery-image] Aug 24 16:56:28.285 INFO O| Aug 24 16:56:28.285 INFO ok!
38262024-08-24T16:56:29.191Z[ recovery-image] Aug 24 16:56:28.285 INFO O| Aug 24 16:56:28.285 INFO STEP 59 (ensure_file) COMPLETE
38272024-08-24T16:56:29.191Z[ recovery-image] Aug 24 16:56:28.285 INFO O| Aug 24 16:56:28.285 INFO STEP 60: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
38282024-08-24T16:56:29.201Z[ recovery-image] Aug 24 16:56:28.297 INFO O| Aug 24 16:56:28.297 INFO file /rpool/images/build/recovery/work/gimlet/ramdisk/root/.bash_profile does not exist
38292024-08-24T16:56:29.201Z[ recovery-image] Aug 24 16:56:28.298 INFO O| Aug 24 16:56:28.297 INFO copying /work/oxidecomputer/helios/image/templates/files/bash_profile -> /rpool/images/build/recovery/work/gimlet/ramdisk/root/.bash_profile ...
38302024-08-24T16:56:29.204Z[ recovery-image] Aug 24 16:56:28.298 INFO O| Aug 24 16:56:28.298 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/ramdisk/root/.bash_profile
38312024-08-24T16:56:29.204Z[ recovery-image] Aug 24 16:56:28.298 INFO O| Aug 24 16:56:28.298 INFO ok!
38322024-08-24T16:56:29.204Z[ recovery-image] Aug 24 16:56:28.298 INFO O| Aug 24 16:56:28.298 INFO STEP 60 (ensure_file) COMPLETE
38332024-08-24T16:56:29.204Z[ recovery-image] Aug 24 16:56:28.298 INFO O| Aug 24 16:56:28.298 INFO STEP 61: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
38342024-08-24T16:56:29.214Z[ recovery-image] Aug 24 16:56:28.310 INFO O| Aug 24 16:56:28.310 WARN file /rpool/images/build/recovery/work/gimlet/ramdisk/root/.bashrc exists, with wrong contents, unlinking
38352024-08-24T16:56:29.214Z[ recovery-image] Aug 24 16:56:28.310 INFO O| Aug 24 16:56:28.310 INFO copying /work/oxidecomputer/helios/image/templates/files/bashrc -> /rpool/images/build/recovery/work/gimlet/ramdisk/root/.bashrc ...
38362024-08-24T16:56:29.216Z[ recovery-image] Aug 24 16:56:28.310 INFO O| Aug 24 16:56:28.310 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/ramdisk/root/.bashrc
38372024-08-24T16:56:29.216Z[ recovery-image] Aug 24 16:56:28.310 INFO O| Aug 24 16:56:28.310 INFO ok!
38382024-08-24T16:56:29.216Z[ recovery-image] Aug 24 16:56:28.310 INFO O| Aug 24 16:56:28.310 INFO STEP 61 (ensure_file) COMPLETE
38392024-08-24T16:56:29.216Z[ recovery-image] Aug 24 16:56:28.310 INFO O| Aug 24 16:56:28.310 INFO STEP 62: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
38402024-08-24T16:56:29.226Z[ recovery-image] Aug 24 16:56:28.323 INFO O| Aug 24 16:56:28.322 WARN file /rpool/images/build/recovery/work/gimlet/ramdisk/etc/motd exists, with wrong contents, unlinking
38412024-08-24T16:56:29.226Z[ recovery-image] Aug 24 16:56:28.323 INFO O| Aug 24 16:56:28.323 INFO copying /work/oxidecomputer/helios/image/templates/files/motd -> /rpool/images/build/recovery/work/gimlet/ramdisk/etc/motd ...
38422024-08-24T16:56:29.229Z[ recovery-image] Aug 24 16:56:28.323 INFO O| Aug 24 16:56:28.323 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/gimlet/ramdisk/etc/motd
38432024-08-24T16:56:29.229Z[ recovery-image] Aug 24 16:56:28.323 INFO O| Aug 24 16:56:28.323 INFO chown ok, path: /rpool/images/build/recovery/work/gimlet/ramdisk/etc/motd
38442024-08-24T16:56:29.229Z[ recovery-image] Aug 24 16:56:28.323 INFO O| Aug 24 16:56:28.323 INFO ok!
38452024-08-24T16:56:29.229Z[ recovery-image] Aug 24 16:56:28.323 INFO O| Aug 24 16:56:28.323 INFO STEP 62 (ensure_file) COMPLETE
38462024-08-24T16:56:29.229Z[ recovery-image] Aug 24 16:56:28.323 INFO O| Aug 24 16:56:28.323 INFO STEP 63: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
38472024-08-24T16:56:29.238Z[ recovery-image] Aug 24 16:56:28.335 INFO O| Aug 24 16:56:28.335 INFO file /rpool/images/build/recovery/work/gimlet/ramdisk/etc/system.d/zfs:dbuf does not exist
38482024-08-24T16:56:29.238Z[ recovery-image] Aug 24 16:56:28.335 INFO O| Aug 24 16:56:28.335 INFO copying /work/oxidecomputer/helios/image/templates/files/gimlet-system-zfs:dbuf -> /rpool/images/build/recovery/work/gimlet/ramdisk/etc/system.d/zfs:dbuf ...
38492024-08-24T16:56:29.241Z[ recovery-image] Aug 24 16:56:28.335 INFO O| Aug 24 16:56:28.335 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/gimlet/ramdisk/etc/system.d/zfs:dbuf
38502024-08-24T16:56:29.241Z[ recovery-image] Aug 24 16:56:28.335 INFO O| Aug 24 16:56:28.335 INFO chown ok, path: /rpool/images/build/recovery/work/gimlet/ramdisk/etc/system.d/zfs:dbuf
38512024-08-24T16:56:29.241Z[ recovery-image] Aug 24 16:56:28.335 INFO O| Aug 24 16:56:28.335 INFO ok!
38522024-08-24T16:56:29.241Z[ recovery-image] Aug 24 16:56:28.335 INFO O| Aug 24 16:56:28.335 INFO STEP 63 (ensure_file) COMPLETE
38532024-08-24T16:56:29.241Z[ recovery-image] Aug 24 16:56:28.335 INFO O| Aug 24 16:56:28.335 INFO STEP 64: assemble_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
38542024-08-24T16:56:29.250Z[ recovery-image] Aug 24 16:56:28.346 INFO O| Aug 24 16:56:28.346 INFO file /rpool/images/build/recovery/work/gimlet/ramdisk/etc/system.d/.self-assembly does not exist
38552024-08-24T16:56:29.250Z[ recovery-image] Aug 24 16:56:28.346 INFO O| Aug 24 16:56:28.346 INFO writing /rpool/images/build/recovery/work/gimlet/ramdisk/etc/system.d/.self-assembly ...
38562024-08-24T16:56:29.253Z[ recovery-image] Aug 24 16:56:28.347 INFO O| Aug 24 16:56:28.346 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/ramdisk/etc/system.d/.self-assembly
38572024-08-24T16:56:29.253Z[ recovery-image] Aug 24 16:56:28.347 INFO O| Aug 24 16:56:28.347 INFO ok!
38582024-08-24T16:56:29.253Z[ recovery-image] Aug 24 16:56:28.347 INFO O| Aug 24 16:56:28.347 INFO STEP 64 (assemble_files) COMPLETE
38592024-08-24T16:56:29.253Z[ recovery-image] Aug 24 16:56:28.347 INFO O| Aug 24 16:56:28.347 INFO STEP 65: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
38602024-08-24T16:56:29.264Z[ recovery-image] Aug 24 16:56:28.360 INFO O| Aug 24 16:56:28.360 INFO file /rpool/images/build/recovery/work/gimlet/ramdisk/etc/dumpadm.conf does not exist
38612024-08-24T16:56:29.264Z[ recovery-image] Aug 24 16:56:28.360 INFO O| Aug 24 16:56:28.360 INFO copying /work/oxidecomputer/helios/image/templates/files/dumpadm.conf -> /rpool/images/build/recovery/work/gimlet/ramdisk/etc/dumpadm.conf ...
38622024-08-24T16:56:29.264Z[ recovery-image] Aug 24 16:56:28.360 INFO O| Aug 24 16:56:28.360 INFO ownership wrong (Id(0):Id(0), not 0:1), path: /rpool/images/build/recovery/work/gimlet/ramdisk/etc/dumpadm.conf
38632024-08-24T16:56:29.267Z[ recovery-image] Aug 24 16:56:28.360 INFO O| Aug 24 16:56:28.360 INFO chown ok, path: /rpool/images/build/recovery/work/gimlet/ramdisk/etc/dumpadm.conf
38642024-08-24T16:56:29.267Z[ recovery-image] Aug 24 16:56:28.360 INFO O| Aug 24 16:56:28.360 INFO ok!
38652024-08-24T16:56:29.267Z[ recovery-image] Aug 24 16:56:28.360 INFO O| Aug 24 16:56:28.360 INFO STEP 65 (ensure_file) COMPLETE
38662024-08-24T16:56:29.267Z[ recovery-image] Aug 24 16:56:28.361 INFO O| Aug 24 16:56:28.360 INFO STEP 66: ensure_dir, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
38672024-08-24T16:56:29.267Z[ recovery-image] Aug 24 16:56:28.361 INFO O| Aug 24 16:56:28.361 INFO skip step because feature "omicron1" is not enabled
38682024-08-24T16:56:29.267Z[ recovery-image] Aug 24 16:56:28.361 INFO O| Aug 24 16:56:28.361 INFO STEP 67: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
38692024-08-24T16:56:29.267Z[ recovery-image] Aug 24 16:56:28.361 INFO O| Aug 24 16:56:28.361 INFO skip step because feature "omicron1" is not enabled
38702024-08-24T16:56:29.267Z[ recovery-image] Aug 24 16:56:28.361 INFO O| Aug 24 16:56:28.361 INFO STEP 68: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
38712024-08-24T16:56:29.267Z[ recovery-image] Aug 24 16:56:28.361 INFO O| Aug 24 16:56:28.361 INFO skip step because feature "omicron1" is not enabled
38722024-08-24T16:56:29.267Z[ recovery-image] Aug 24 16:56:28.361 INFO O| Aug 24 16:56:28.361 INFO STEP 69: pack_tar, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
38732024-08-24T16:56:29.284Z[ recovery-image] Aug 24 16:56:28.380 INFO O| Aug 24 16:56:28.380 INFO file /rpool/images/build/recovery/output/gimlet-ramdisk.tar does not already exist, skipping removal
38742024-08-24T16:56:29.284Z[ recovery-image] Aug 24 16:56:28.380 INFO O| Aug 24 16:56:28.380 INFO exec: ["/usr/sbin/tar", "ceEp@/f", "/rpool/images/build/recovery/output/gimlet-ramdisk.tar", "-C", "/rpool/images/build/recovery/work/gimlet/ramdisk", "."]
38752024-08-24T16:56:29.869Z[ host-image] Aug 24 16:56:28.965 INFO O| Aug 24 16:56:28.965 INFO O| Done
38762024-08-24T16:56:29.894Z[ host-image] Aug 24 16:56:28.990 INFO O| Aug 24 16:56:28.990 INFO O| Done
38772024-08-24T16:56:29.894Z[ host-image] Aug 24 16:56:28.990 INFO O| Aug 24 16:56:28.990 INFO O| Done
38782024-08-24T16:56:29.909Z[ host-image] Aug 24 16:56:29.006 INFO O| Aug 24 16:56:29.006 INFO O| Done
38792024-08-24T16:56:30.018Z[ host-image] Aug 24 16:56:29.114 INFO O| Aug 24 16:56:29.114 INFO STEP 12 (pkg_install) COMPLETE
38802024-08-24T16:56:30.018Z[ host-image] Aug 24 16:56:29.115 INFO O| Aug 24 16:56:29.114 INFO STEP 13: pkg_install, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
38812024-08-24T16:56:30.033Z[ host-image] Aug 24 16:56:29.129 INFO O| Aug 24 16:56:29.129 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/host/work/gimlet/ramdisk", "install", "/library/libxmlsec1", "/ooce/library/postgresql-13", "/system/zones/brand/omicron1"]
38822024-08-24T16:56:30.499Z[ host-image] Aug 24 16:56:29.595 INFO O| Aug 24 16:56:29.595 INFO O| Startup: Refreshing catalog 'helios-dev' ... Done
38832024-08-24T16:56:30.929Z[ recovery-image] Aug 24 16:56:30.025 INFO O| Aug 24 16:56:30.024 INFO STEP 69 (pack_tar) COMPLETE
38842024-08-24T16:56:30.929Z[ recovery-image] Aug 24 16:56:30.025 INFO O| Aug 24 16:56:30.024 INFO creating output snapshot rpool/images/build/recovery/work/gimlet/ramdisk@trim
38852024-08-24T16:56:30.929Z[ recovery-image] Aug 24 16:56:30.025 INFO O| Aug 24 16:56:30.024 INFO CREATE SNAPSHOT: rpool/images/build/recovery/work/gimlet/ramdisk@trim
38862024-08-24T16:56:31.412Z[ recovery-image] Aug 24 16:56:30.508 INFO O| Aug 24 16:56:30.508 INFO DESTROY DATASET: rpool/images/build/recovery/tmp/gimlet/ramdisk-02-trim
38872024-08-24T16:56:31.485Z[ recovery-image] Aug 24 16:56:30.581 INFO O| Aug 24 16:56:30.581 INFO completed processing gimlet/ramdisk-02-trim
38882024-08-24T16:56:31.487Z[ recovery-image] Aug 24 16:56:30.583 INFO image builder template: ramdisk-03-recovery-trim...
38892024-08-24T16:56:31.487Z[ recovery-image] Aug 24 16:56:30.583 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/.tmperXEre/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
38902024-08-24T16:56:31.602Z[ recovery-image] Aug 24 16:56:30.698 INFO O| Aug 24 16:56:30.698 INFO temporary dataset: rpool/images/build/recovery/tmp/gimlet/ramdisk-03-recovery-trim
38912024-08-24T16:56:31.608Z[ recovery-image] Aug 24 16:56:30.704 INFO O| Aug 24 16:56:30.704 INFO CREATE DATASET: rpool/images/build/recovery/tmp/gimlet/ramdisk-03-recovery-trim
38922024-08-24T16:56:31.674Z[ recovery-image] Aug 24 16:56:30.771 INFO O| Aug 24 16:56:30.771 INFO SET DATASET PROPERTY ON rpool/images/build/recovery/tmp/gimlet/ramdisk-03-recovery-trim: sync = disabled
38932024-08-24T16:56:31.735Z[ recovery-image] Aug 24 16:56:30.832 INFO O| Aug 24 16:56:30.832 INFO temporary directory: /rpool/images/build/recovery/tmp/gimlet/ramdisk-03-recovery-trim
38942024-08-24T16:56:31.736Z[ recovery-image] Aug 24 16:56:30.832 INFO O| Aug 24 16:56:30.832 INFO work dataset: rpool/images/build/recovery/work/gimlet/ramdisk
38952024-08-24T16:56:31.746Z[ recovery-image] Aug 24 16:56:30.842 INFO O| Aug 24 16:56:30.842 INFO looking for output snapshot rpool/images/build/recovery/work/gimlet/ramdisk@recovery-trim
38962024-08-24T16:56:31.751Z[ recovery-image] Aug 24 16:56:30.847 INFO O| Aug 24 16:56:30.847 INFO looking for input snapshot rpool/images/build/recovery/work/gimlet/ramdisk@trim
38972024-08-24T16:56:31.756Z[ recovery-image] Aug 24 16:56:30.852 INFO O| Aug 24 16:56:30.852 INFO ROLLBACK TO SNAPSHOT: rpool/images/build/recovery/work/gimlet/ramdisk@trim
38982024-08-24T16:56:31.981Z[ recovery-image] Aug 24 16:56:31.077 INFO O| Aug 24 16:56:31.077 INFO rolled back to input snapshot; work may begin
38992024-08-24T16:56:31.981Z[ recovery-image] Aug 24 16:56:31.077 INFO O| Aug 24 16:56:31.077 INFO CREATE DATASET: rpool/images/build/recovery/work/gimlet/ramdisk
39002024-08-24T16:56:31.988Z[ recovery-image] Aug 24 16:56:31.085 INFO O| Aug 24 16:56:31.085 INFO STEP 0: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
39012024-08-24T16:56:32.001Z[ recovery-image] Aug 24 16:56:31.097 INFO O| Aug 24 16:56:31.097 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gcc/7"
39022024-08-24T16:56:32.004Z[ recovery-image] Aug 24 16:56:31.100 INFO O| Aug 24 16:56:31.100 INFO STEP 0 (remove_files) COMPLETE
39032024-08-24T16:56:32.004Z[ recovery-image] Aug 24 16:56:31.100 INFO O| Aug 24 16:56:31.100 INFO STEP 1: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
39042024-08-24T16:56:32.016Z[ recovery-image] Aug 24 16:56:31.112 INFO O| Aug 24 16:56:31.112 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gnu/share"
39052024-08-24T16:56:32.073Z[ recovery-image] Aug 24 16:56:31.169 INFO O| Aug 24 16:56:31.169 INFO STEP 1 (remove_files) COMPLETE
39062024-08-24T16:56:32.073Z[ recovery-image] Aug 24 16:56:31.169 INFO O| Aug 24 16:56:31.169 INFO STEP 2: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
39072024-08-24T16:56:32.091Z[ recovery-image] Aug 24 16:56:31.187 INFO O| Aug 24 16:56:31.187 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/dns"
39082024-08-24T16:56:32.094Z[ recovery-image] Aug 24 16:56:31.189 INFO O| Aug 24 16:56:31.189 INFO STEP 2 (remove_files) COMPLETE
39092024-08-24T16:56:32.094Z[ recovery-image] Aug 24 16:56:31.189 INFO O| Aug 24 16:56:31.189 INFO STEP 3: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
39102024-08-24T16:56:32.105Z[ recovery-image] Aug 24 16:56:31.202 INFO O| Aug 24 16:56:31.201 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/iconv"
39112024-08-24T16:56:32.151Z[ recovery-image] Aug 24 16:56:31.247 INFO O| Aug 24 16:56:31.247 INFO STEP 3 (remove_files) COMPLETE
39122024-08-24T16:56:32.151Z[ recovery-image] Aug 24 16:56:31.247 INFO O| Aug 24 16:56:31.247 INFO STEP 4: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
39132024-08-24T16:56:32.164Z[ recovery-image] Aug 24 16:56:31.260 INFO O| Aug 24 16:56:31.260 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/locale"
39142024-08-24T16:56:32.177Z[ recovery-image] Aug 24 16:56:31.273 INFO O| Aug 24 16:56:31.273 INFO STEP 4 (remove_files) COMPLETE
39152024-08-24T16:56:32.177Z[ recovery-image] Aug 24 16:56:31.273 INFO O| Aug 24 16:56:31.273 INFO STEP 5: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
39162024-08-24T16:56:32.191Z[ recovery-image] Aug 24 16:56:31.287 INFO O| Aug 24 16:56:31.287 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/mdb"
39172024-08-24T16:56:32.195Z[ recovery-image] Aug 24 16:56:31.291 INFO O| Aug 24 16:56:31.291 INFO STEP 5 (remove_files) COMPLETE
39182024-08-24T16:56:32.195Z[ recovery-image] Aug 24 16:56:31.291 INFO O| Aug 24 16:56:31.291 INFO STEP 6: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
39192024-08-24T16:56:32.207Z[ recovery-image] Aug 24 16:56:31.303 INFO O| Aug 24 16:56:31.303 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/mps"
39202024-08-24T16:56:32.210Z[ recovery-image] Aug 24 16:56:31.305 INFO O| Aug 24 16:56:31.305 INFO STEP 6 (remove_files) COMPLETE
39212024-08-24T16:56:32.210Z[ recovery-image] Aug 24 16:56:31.305 INFO O| Aug 24 16:56:31.305 INFO STEP 7: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
39222024-08-24T16:56:32.217Z[ host-image] Aug 24 16:56:31.314 INFO O| Aug 24 16:56:31.314 INFO O| Planning: Solver setup ... Done
39232024-08-24T16:56:32.220Z[ recovery-image] Aug 24 16:56:31.315 INFO O| Aug 24 16:56:31.315 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/pkgconfig"
39242024-08-24T16:56:32.223Z[ recovery-image] Aug 24 16:56:31.317 INFO O| Aug 24 16:56:31.317 INFO STEP 7 (remove_files) COMPLETE
39252024-08-24T16:56:32.223Z[ recovery-image] Aug 24 16:56:31.317 INFO O| Aug 24 16:56:31.317 INFO STEP 8: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
39262024-08-24T16:56:32.223Z[ host-image] Aug 24 16:56:31.318 INFO O| Aug 24 16:56:31.318 INFO O| Planning: Running solver ... Done
39272024-08-24T16:56:32.232Z[ recovery-image] Aug 24 16:56:31.328 INFO O| Aug 24 16:56:31.328 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/scsi"
39282024-08-24T16:56:32.239Z[ recovery-image] Aug 24 16:56:31.335 INFO O| Aug 24 16:56:31.335 INFO STEP 8 (remove_files) COMPLETE
39292024-08-24T16:56:32.239Z[ recovery-image] Aug 24 16:56:31.335 INFO O| Aug 24 16:56:31.335 INFO STEP 9: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
39302024-08-24T16:56:32.250Z[ recovery-image] Aug 24 16:56:31.346 INFO O| Aug 24 16:56:31.346 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/smbfs"
39312024-08-24T16:56:32.252Z[ recovery-image] Aug 24 16:56:31.346 INFO O| Aug 24 16:56:31.346 INFO STEP 9 (remove_files) COMPLETE
39322024-08-24T16:56:32.252Z[ recovery-image] Aug 24 16:56:31.346 INFO O| Aug 24 16:56:31.346 INFO STEP 10: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
39332024-08-24T16:56:32.262Z[ recovery-image] Aug 24 16:56:31.359 INFO O| Aug 24 16:56:31.359 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/smbsrv"
39342024-08-24T16:56:32.265Z[ host-image] Aug 24 16:56:31.359 INFO O| Aug 24 16:56:31.359 INFO O| Planning: Finding local manifests ... Done
39352024-08-24T16:56:32.265Z[ recovery-image] Aug 24 16:56:31.360 INFO O| Aug 24 16:56:31.360 INFO STEP 10 (remove_files) COMPLETE
39362024-08-24T16:56:32.265Z[ recovery-image] Aug 24 16:56:31.360 INFO O| Aug 24 16:56:31.360 INFO STEP 11: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
39372024-08-24T16:56:32.265Z[ host-image] Aug 24 16:56:31.361 INFO O| Aug 24 16:56:31.360 INFO O| Planning: Fetching manifests: 0/6 0% complete
39382024-08-24T16:56:32.276Z[ recovery-image] Aug 24 16:56:31.372 INFO O| Aug 24 16:56:31.372 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/perl5"
39392024-08-24T16:56:32.346Z[ recovery-image] Aug 24 16:56:31.443 INFO O| Aug 24 16:56:31.442 INFO STEP 11 (remove_files) COMPLETE
39402024-08-24T16:56:32.346Z[ recovery-image] Aug 24 16:56:31.443 INFO O| Aug 24 16:56:31.442 INFO STEP 12: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
39412024-08-24T16:56:32.360Z[ recovery-image] Aug 24 16:56:31.456 INFO O| Aug 24 16:56:31.456 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/share/bash"
39422024-08-24T16:56:32.363Z[ recovery-image] Aug 24 16:56:31.459 INFO O| Aug 24 16:56:31.459 INFO STEP 12 (remove_files) COMPLETE
39432024-08-24T16:56:32.363Z[ recovery-image] Aug 24 16:56:31.459 INFO O| Aug 24 16:56:31.459 INFO STEP 13: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
39442024-08-24T16:56:32.376Z[ recovery-image] Aug 24 16:56:31.472 INFO O| Aug 24 16:56:31.472 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/share/bhyve"
39452024-08-24T16:56:32.379Z[ recovery-image] Aug 24 16:56:31.475 INFO O| Aug 24 16:56:31.475 INFO STEP 13 (remove_files) COMPLETE
39462024-08-24T16:56:32.379Z[ recovery-image] Aug 24 16:56:31.476 INFO O| Aug 24 16:56:31.475 INFO STEP 14: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
39472024-08-24T16:56:32.392Z[ recovery-image] Aug 24 16:56:31.488 INFO O| Aug 24 16:56:31.488 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/share/emacs"
39482024-08-24T16:56:32.395Z[ recovery-image] Aug 24 16:56:31.488 INFO O| Aug 24 16:56:31.488 INFO STEP 14 (remove_files) COMPLETE
39492024-08-24T16:56:32.395Z[ recovery-image] Aug 24 16:56:31.488 INFO O| Aug 24 16:56:31.488 INFO STEP 15: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
39502024-08-24T16:56:32.402Z[ host-image] Aug 24 16:56:31.498 INFO O| Aug 24 16:56:31.498 INFO O| Planning: Fetching manifests: 6/6 100% complete
39512024-08-24T16:56:32.404Z[ recovery-image] Aug 24 16:56:31.501 INFO O| Aug 24 16:56:31.501 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/share/icons"
39522024-08-24T16:56:32.407Z[ recovery-image] Aug 24 16:56:31.502 INFO O| Aug 24 16:56:31.502 INFO STEP 15 (remove_files) COMPLETE
39532024-08-24T16:56:32.407Z[ recovery-image] Aug 24 16:56:31.502 INFO O| Aug 24 16:56:31.502 INFO STEP 16: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
39542024-08-24T16:56:32.419Z[ recovery-image] Aug 24 16:56:31.515 INFO O| Aug 24 16:56:31.515 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/share/locale"
39552024-08-24T16:56:32.428Z[ recovery-image] Aug 24 16:56:31.525 INFO O| Aug 24 16:56:31.525 INFO STEP 16 (remove_files) COMPLETE
39562024-08-24T16:56:32.431Z[ recovery-image] Aug 24 16:56:31.525 INFO O| Aug 24 16:56:31.525 INFO STEP 17: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
39572024-08-24T16:56:32.437Z[ host-image] Aug 24 16:56:31.534 INFO O| Aug 24 16:56:31.533 INFO O| Planning: Package planning ... Done
39582024-08-24T16:56:32.442Z[ recovery-image] Aug 24 16:56:31.538 INFO O| Aug 24 16:56:31.538 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/share/src"
39592024-08-24T16:56:32.445Z[ recovery-image] Aug 24 16:56:31.539 INFO O| Aug 24 16:56:31.538 INFO STEP 17 (remove_files) COMPLETE
39602024-08-24T16:56:32.445Z[ recovery-image] Aug 24 16:56:31.539 INFO O| Aug 24 16:56:31.539 INFO STEP 18: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
39612024-08-24T16:56:32.454Z[ recovery-image] Aug 24 16:56:31.550 INFO O| Aug 24 16:56:31.550 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/share/terminfo"
39622024-08-24T16:56:32.456Z[ recovery-image] Aug 24 16:56:31.551 INFO O| Aug 24 16:56:31.551 INFO STEP 18 (remove_files) COMPLETE
39632024-08-24T16:56:32.456Z[ recovery-image] Aug 24 16:56:31.551 INFO O| Aug 24 16:56:31.551 INFO STEP 19: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
39642024-08-24T16:56:32.459Z[ host-image] Aug 24 16:56:31.553 INFO O| Aug 24 16:56:31.553 INFO O| Planning: Merging actions ... Done
39652024-08-24T16:56:32.469Z[ recovery-image] Aug 24 16:56:31.566 INFO O| Aug 24 16:56:31.565 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/share/vim"
39662024-08-24T16:56:32.513Z[ recovery-image] Aug 24 16:56:31.609 INFO O| Aug 24 16:56:31.609 INFO STEP 19 (remove_files) COMPLETE
39672024-08-24T16:56:32.513Z[ recovery-image] Aug 24 16:56:31.609 INFO O| Aug 24 16:56:31.609 INFO STEP 20: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
39682024-08-24T16:56:32.527Z[ recovery-image] Aug 24 16:56:31.623 INFO O| Aug 24 16:56:31.623 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/lib/svc/manifest/network/ssh.xml"
39692024-08-24T16:56:32.529Z[ recovery-image] Aug 24 16:56:31.624 INFO O| Aug 24 16:56:31.624 INFO STEP 20 (remove_files) COMPLETE
39702024-08-24T16:56:32.529Z[ recovery-image] Aug 24 16:56:31.624 INFO O| Aug 24 16:56:31.624 INFO STEP 21: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
39712024-08-24T16:56:32.539Z[ host-image] Aug 24 16:56:31.635 INFO O| Aug 24 16:56:31.635 INFO O| Planning: Checking for conflicting actions ... Done
39722024-08-24T16:56:32.541Z[ recovery-image] Aug 24 16:56:31.636 INFO O| Aug 24 16:56:31.636 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/lib/svc/manifest/system/fmd.xml"
39732024-08-24T16:56:32.541Z[ recovery-image] Aug 24 16:56:31.638 INFO O| Aug 24 16:56:31.638 INFO STEP 21 (remove_files) COMPLETE
39742024-08-24T16:56:32.541Z[ recovery-image] Aug 24 16:56:31.638 INFO O| Aug 24 16:56:31.638 INFO STEP 22: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
39752024-08-24T16:56:32.544Z[ host-image] Aug 24 16:56:31.639 INFO O| Aug 24 16:56:31.639 INFO O| Planning: Consolidating action changes ... Done
39762024-08-24T16:56:32.553Z[ recovery-image] Aug 24 16:56:31.650 INFO O| Aug 24 16:56:31.650 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/adb"
39772024-08-24T16:56:32.556Z[ recovery-image] Aug 24 16:56:31.650 INFO O| Aug 24 16:56:31.650 INFO STEP 22 (remove_files) COMPLETE
39782024-08-24T16:56:32.556Z[ recovery-image] Aug 24 16:56:31.650 INFO O| Aug 24 16:56:31.650 INFO STEP 23: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
39792024-08-24T16:56:32.565Z[ recovery-image] Aug 24 16:56:31.661 INFO O| Aug 24 16:56:31.661 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/addbadsec"
39802024-08-24T16:56:32.565Z[ recovery-image] Aug 24 16:56:31.662 INFO O| Aug 24 16:56:31.662 INFO STEP 23 (remove_files) COMPLETE
39812024-08-24T16:56:32.565Z[ recovery-image] Aug 24 16:56:31.662 INFO O| Aug 24 16:56:31.662 INFO STEP 24: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
39822024-08-24T16:56:32.576Z[ recovery-image] Aug 24 16:56:31.673 INFO O| Aug 24 16:56:31.673 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/agentxtrap"
39832024-08-24T16:56:32.579Z[ recovery-image] Aug 24 16:56:31.674 INFO O| Aug 24 16:56:31.674 INFO STEP 24 (remove_files) COMPLETE
39842024-08-24T16:56:32.579Z[ recovery-image] Aug 24 16:56:31.674 INFO O| Aug 24 16:56:31.674 INFO STEP 25: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
39852024-08-24T16:56:32.589Z[ recovery-image] Aug 24 16:56:31.686 INFO O| Aug 24 16:56:31.686 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/alias"
39862024-08-24T16:56:32.589Z[ recovery-image] Aug 24 16:56:31.686 INFO O| Aug 24 16:56:31.686 INFO STEP 25 (remove_files) COMPLETE
39872024-08-24T16:56:32.589Z[ recovery-image] Aug 24 16:56:31.686 INFO O| Aug 24 16:56:31.686 INFO STEP 26: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
39882024-08-24T16:56:32.602Z[ recovery-image] Aug 24 16:56:31.697 INFO O| Aug 24 16:56:31.697 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/adb"
39892024-08-24T16:56:32.604Z[ recovery-image] Aug 24 16:56:31.698 INFO O| Aug 24 16:56:31.698 INFO STEP 26 (remove_files) COMPLETE
39902024-08-24T16:56:32.604Z[ recovery-image] Aug 24 16:56:31.698 INFO O| Aug 24 16:56:31.698 INFO STEP 27: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
39912024-08-24T16:56:32.612Z[ recovery-image] Aug 24 16:56:31.709 INFO O| Aug 24 16:56:31.709 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/amt"
39922024-08-24T16:56:32.612Z[ recovery-image] Aug 24 16:56:31.709 INFO O| Aug 24 16:56:31.709 INFO STEP 27 (remove_files) COMPLETE
39932024-08-24T16:56:32.615Z[ recovery-image] Aug 24 16:56:31.709 INFO O| Aug 24 16:56:31.709 INFO STEP 28: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
39942024-08-24T16:56:32.624Z[ recovery-image] Aug 24 16:56:31.721 INFO O| Aug 24 16:56:31.720 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/cputrack"
39952024-08-24T16:56:32.624Z[ recovery-image] Aug 24 16:56:31.721 INFO O| Aug 24 16:56:31.721 INFO STEP 28 (remove_files) COMPLETE
39962024-08-24T16:56:32.627Z[ recovery-image] Aug 24 16:56:31.721 INFO O| Aug 24 16:56:31.721 INFO STEP 29: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
39972024-08-24T16:56:32.637Z[ recovery-image] Aug 24 16:56:31.734 INFO O| Aug 24 16:56:31.734 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/crle"
39982024-08-24T16:56:32.637Z[ recovery-image] Aug 24 16:56:31.734 INFO O| Aug 24 16:56:31.734 INFO STEP 29 (remove_files) COMPLETE
39992024-08-24T16:56:32.637Z[ recovery-image] Aug 24 16:56:31.734 INFO O| Aug 24 16:56:31.734 INFO STEP 30: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
40002024-08-24T16:56:32.649Z[ recovery-image] Aug 24 16:56:31.745 INFO O| Aug 24 16:56:31.745 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/curl"
40012024-08-24T16:56:32.649Z[ recovery-image] Aug 24 16:56:31.745 INFO O| Aug 24 16:56:31.745 INFO STEP 30 (remove_files) COMPLETE
40022024-08-24T16:56:32.649Z[ recovery-image] Aug 24 16:56:31.745 INFO O| Aug 24 16:56:31.745 INFO STEP 31: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
40032024-08-24T16:56:32.661Z[ recovery-image] Aug 24 16:56:31.757 INFO O| Aug 24 16:56:31.757 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/curl-config"
40042024-08-24T16:56:32.669Z[ recovery-image] Aug 24 16:56:31.757 INFO O| Aug 24 16:56:31.757 INFO STEP 31 (remove_files) COMPLETE
40052024-08-24T16:56:32.669Z[ recovery-image] Aug 24 16:56:31.757 INFO O| Aug 24 16:56:31.757 INFO STEP 32: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
40062024-08-24T16:56:32.678Z[ recovery-image] Aug 24 16:56:31.771 INFO O| Aug 24 16:56:31.771 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/decrypt"
40072024-08-24T16:56:32.678Z[ recovery-image] Aug 24 16:56:31.772 INFO O| Aug 24 16:56:31.772 INFO STEP 32 (remove_files) COMPLETE
40082024-08-24T16:56:32.678Z[ recovery-image] Aug 24 16:56:31.772 INFO O| Aug 24 16:56:31.772 INFO STEP 33: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
40092024-08-24T16:56:32.687Z[ recovery-image] Aug 24 16:56:31.784 INFO O| Aug 24 16:56:31.784 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/digest"
40102024-08-24T16:56:32.695Z[ recovery-image] Aug 24 16:56:31.784 INFO O| Aug 24 16:56:31.784 INFO STEP 33 (remove_files) COMPLETE
40112024-08-24T16:56:32.695Z[ recovery-image] Aug 24 16:56:31.784 INFO O| Aug 24 16:56:31.784 INFO STEP 34: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
40122024-08-24T16:56:32.703Z[ recovery-image] Aug 24 16:56:31.797 INFO O| Aug 24 16:56:31.797 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/elfwrap"
40132024-08-24T16:56:32.703Z[ recovery-image] Aug 24 16:56:31.797 INFO O| Aug 24 16:56:31.797 INFO STEP 34 (remove_files) COMPLETE
40142024-08-24T16:56:32.703Z[ recovery-image] Aug 24 16:56:31.797 INFO O| Aug 24 16:56:31.797 INFO STEP 35: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
40152024-08-24T16:56:32.714Z[ recovery-image] Aug 24 16:56:31.811 INFO O| Aug 24 16:56:31.811 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/encrypt"
40162024-08-24T16:56:32.718Z[ recovery-image] Aug 24 16:56:31.811 INFO O| Aug 24 16:56:31.811 INFO STEP 35 (remove_files) COMPLETE
40172024-08-24T16:56:32.718Z[ recovery-image] Aug 24 16:56:31.811 INFO O| Aug 24 16:56:31.811 INFO STEP 36: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
40182024-08-24T16:56:32.726Z[ recovery-image] Aug 24 16:56:31.822 INFO O| Aug 24 16:56:31.822 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/gclear"
40192024-08-24T16:56:32.726Z[ recovery-image] Aug 24 16:56:31.822 INFO O| Aug 24 16:56:31.822 INFO STEP 36 (remove_files) COMPLETE
40202024-08-24T16:56:32.726Z[ recovery-image] Aug 24 16:56:31.822 INFO O| Aug 24 16:56:31.822 INFO STEP 37: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
40212024-08-24T16:56:32.738Z[ host-image] Aug 24 16:56:31.834 INFO O| Aug 24 16:56:31.834 INFO O| Planning: Evaluating mediators ... Done
40222024-08-24T16:56:32.740Z[ recovery-image] Aug 24 16:56:31.836 INFO O| Aug 24 16:56:31.836 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/gcore"
40232024-08-24T16:56:32.742Z[ recovery-image] Aug 24 16:56:31.837 INFO O| Aug 24 16:56:31.837 INFO STEP 37 (remove_files) COMPLETE
40242024-08-24T16:56:32.742Z[ recovery-image] Aug 24 16:56:31.837 INFO O| Aug 24 16:56:31.837 INFO STEP 38: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
40252024-08-24T16:56:32.745Z[ host-image] Aug 24 16:56:31.839 INFO O| Aug 24 16:56:31.839 INFO O| Planning: Planning completed in 2.24 seconds
40262024-08-24T16:56:32.745Z[ host-image] Aug 24 16:56:31.841 INFO O| Aug 24 16:56:31.841 INFO O| Packages to install: 6
40272024-08-24T16:56:32.745Z[ host-image] Aug 24 16:56:31.841 INFO O| Aug 24 16:56:31.841 INFO O| Mediators to change: 1
40282024-08-24T16:56:32.747Z[ host-image] Aug 24 16:56:31.841 INFO O| Aug 24 16:56:31.841 INFO O| Services to change: 1
40292024-08-24T16:56:32.754Z[ recovery-image] Aug 24 16:56:31.851 INFO O| Aug 24 16:56:31.850 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/ginfocmp"
40302024-08-24T16:56:32.754Z[ recovery-image] Aug 24 16:56:31.851 INFO O| Aug 24 16:56:31.851 INFO STEP 38 (remove_files) COMPLETE
40312024-08-24T16:56:32.754Z[ recovery-image] Aug 24 16:56:31.851 INFO O| Aug 24 16:56:31.851 INFO STEP 39: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
40322024-08-24T16:56:32.759Z[ host-image] Aug 24 16:56:31.854 INFO O| Aug 24 16:56:31.854 INFO O| Download: 0/1140 items 0.0/8.4MB 0% complete
40332024-08-24T16:56:32.766Z[ recovery-image] Aug 24 16:56:31.863 INFO O| Aug 24 16:56:31.862 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/gtabs"
40342024-08-24T16:56:32.766Z[ recovery-image] Aug 24 16:56:31.863 INFO O| Aug 24 16:56:31.863 INFO STEP 39 (remove_files) COMPLETE
40352024-08-24T16:56:32.768Z[ recovery-image] Aug 24 16:56:31.863 INFO O| Aug 24 16:56:31.863 INFO STEP 40: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
40362024-08-24T16:56:32.777Z[ recovery-image] Aug 24 16:56:31.874 INFO O| Aug 24 16:56:31.874 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/gtic"
40372024-08-24T16:56:32.780Z[ recovery-image] Aug 24 16:56:31.874 INFO O| Aug 24 16:56:31.874 INFO STEP 40 (remove_files) COMPLETE
40382024-08-24T16:56:32.780Z[ recovery-image] Aug 24 16:56:31.874 INFO O| Aug 24 16:56:31.874 INFO STEP 41: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
40392024-08-24T16:56:32.788Z[ recovery-image] Aug 24 16:56:31.885 INFO O| Aug 24 16:56:31.885 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/gtoe"
40402024-08-24T16:56:32.788Z[ recovery-image] Aug 24 16:56:31.885 INFO O| Aug 24 16:56:31.885 INFO STEP 41 (remove_files) COMPLETE
40412024-08-24T16:56:32.791Z[ recovery-image] Aug 24 16:56:31.885 INFO O| Aug 24 16:56:31.885 INFO STEP 42: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
40422024-08-24T16:56:32.799Z[ recovery-image] Aug 24 16:56:31.896 INFO O| Aug 24 16:56:31.896 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/gtput"
40432024-08-24T16:56:32.801Z[ recovery-image] Aug 24 16:56:31.896 INFO O| Aug 24 16:56:31.896 INFO STEP 42 (remove_files) COMPLETE
40442024-08-24T16:56:32.802Z[ recovery-image] Aug 24 16:56:31.896 INFO O| Aug 24 16:56:31.896 INFO STEP 43: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
40452024-08-24T16:56:32.810Z[ recovery-image] Aug 24 16:56:31.907 INFO O| Aug 24 16:56:31.907 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/gtset"
40462024-08-24T16:56:32.810Z[ recovery-image] Aug 24 16:56:31.907 INFO O| Aug 24 16:56:31.907 INFO STEP 43 (remove_files) COMPLETE
40472024-08-24T16:56:32.813Z[ recovery-image] Aug 24 16:56:31.907 INFO O| Aug 24 16:56:31.907 INFO STEP 44: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
40482024-08-24T16:56:32.823Z[ recovery-image] Aug 24 16:56:31.919 INFO O| Aug 24 16:56:31.919 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/idn"
40492024-08-24T16:56:32.823Z[ recovery-image] Aug 24 16:56:31.920 INFO O| Aug 24 16:56:31.920 INFO STEP 44 (remove_files) COMPLETE
40502024-08-24T16:56:32.823Z[ recovery-image] Aug 24 16:56:31.920 INFO O| Aug 24 16:56:31.920 INFO STEP 45: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
40512024-08-24T16:56:32.837Z[ recovery-image] Aug 24 16:56:31.933 INFO O| Aug 24 16:56:31.933 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/ksh93"
40522024-08-24T16:56:32.839Z[ recovery-image] Aug 24 16:56:31.934 INFO O| Aug 24 16:56:31.934 INFO STEP 45 (remove_files) COMPLETE
40532024-08-24T16:56:32.839Z[ recovery-image] Aug 24 16:56:31.934 INFO O| Aug 24 16:56:31.934 INFO STEP 46: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
40542024-08-24T16:56:32.850Z[ recovery-image] Aug 24 16:56:31.946 INFO O| Aug 24 16:56:31.946 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/ls"
40552024-08-24T16:56:32.850Z[ recovery-image] Aug 24 16:56:31.946 INFO O| Aug 24 16:56:31.946 INFO STEP 46 (remove_files) COMPLETE
40562024-08-24T16:56:32.856Z[ recovery-image] Aug 24 16:56:31.946 INFO O| Aug 24 16:56:31.946 INFO STEP 47: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
40572024-08-24T16:56:32.861Z[ recovery-image] Aug 24 16:56:31.958 INFO O| Aug 24 16:56:31.958 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/mac"
40582024-08-24T16:56:32.865Z[ recovery-image] Aug 24 16:56:31.958 INFO O| Aug 24 16:56:31.958 INFO STEP 47 (remove_files) COMPLETE
40592024-08-24T16:56:32.865Z[ recovery-image] Aug 24 16:56:31.958 INFO O| Aug 24 16:56:31.958 INFO STEP 48: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
40602024-08-24T16:56:32.873Z[ recovery-image] Aug 24 16:56:31.969 INFO O| Aug 24 16:56:31.969 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/mdb"
40612024-08-24T16:56:32.873Z[ recovery-image] Aug 24 16:56:31.969 INFO O| Aug 24 16:56:31.969 INFO STEP 48 (remove_files) COMPLETE
40622024-08-24T16:56:32.875Z[ recovery-image] Aug 24 16:56:31.969 INFO O| Aug 24 16:56:31.969 INFO STEP 49: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
40632024-08-24T16:56:32.884Z[ recovery-image] Aug 24 16:56:31.981 INFO O| Aug 24 16:56:31.981 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/moe"
40642024-08-24T16:56:32.884Z[ recovery-image] Aug 24 16:56:31.981 INFO O| Aug 24 16:56:31.981 INFO STEP 49 (remove_files) COMPLETE
40652024-08-24T16:56:32.885Z[ recovery-image] Aug 24 16:56:31.981 INFO O| Aug 24 16:56:31.981 INFO STEP 50: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
40662024-08-24T16:56:32.896Z[ recovery-image] Aug 24 16:56:31.992 INFO O| Aug 24 16:56:31.992 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/ncurses6-config"
40672024-08-24T16:56:32.904Z[ recovery-image] Aug 24 16:56:31.992 INFO O| Aug 24 16:56:31.992 INFO STEP 50 (remove_files) COMPLETE
40682024-08-24T16:56:32.904Z[ recovery-image] Aug 24 16:56:31.992 INFO O| Aug 24 16:56:31.992 INFO STEP 51: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
40692024-08-24T16:56:32.908Z[ recovery-image] Aug 24 16:56:32.004 INFO O| Aug 24 16:56:32.004 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/newtask"
40702024-08-24T16:56:32.910Z[ recovery-image] Aug 24 16:56:32.004 INFO O| Aug 24 16:56:32.004 INFO STEP 51 (remove_files) COMPLETE
40712024-08-24T16:56:32.910Z[ recovery-image] Aug 24 16:56:32.004 INFO O| Aug 24 16:56:32.004 INFO STEP 52: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
40722024-08-24T16:56:32.919Z[ recovery-image] Aug 24 16:56:32.015 INFO O| Aug 24 16:56:32.015 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/nohup"
40732024-08-24T16:56:32.919Z[ recovery-image] Aug 24 16:56:32.015 INFO O| Aug 24 16:56:32.015 INFO STEP 52 (remove_files) COMPLETE
40742024-08-24T16:56:32.925Z[ recovery-image] Aug 24 16:56:32.015 INFO O| Aug 24 16:56:32.015 INFO STEP 53: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
40752024-08-24T16:56:32.934Z[ recovery-image] Aug 24 16:56:32.026 INFO O| Aug 24 16:56:32.025 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pargs"
40762024-08-24T16:56:32.934Z[ recovery-image] Aug 24 16:56:32.026 INFO O| Aug 24 16:56:32.026 INFO STEP 53 (remove_files) COMPLETE
40772024-08-24T16:56:32.934Z[ recovery-image] Aug 24 16:56:32.026 INFO O| Aug 24 16:56:32.026 INFO STEP 54: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
40782024-08-24T16:56:32.941Z[ recovery-image] Aug 24 16:56:32.037 INFO O| Aug 24 16:56:32.037 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pauxv"
40792024-08-24T16:56:32.943Z[ recovery-image] Aug 24 16:56:32.038 INFO O| Aug 24 16:56:32.038 INFO STEP 54 (remove_files) COMPLETE
40802024-08-24T16:56:32.943Z[ recovery-image] Aug 24 16:56:32.038 INFO O| Aug 24 16:56:32.038 INFO STEP 55: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
40812024-08-24T16:56:32.953Z[ recovery-image] Aug 24 16:56:32.049 INFO O| Aug 24 16:56:32.049 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pcap-config"
40822024-08-24T16:56:32.955Z[ recovery-image] Aug 24 16:56:32.050 INFO O| Aug 24 16:56:32.050 INFO STEP 55 (remove_files) COMPLETE
40832024-08-24T16:56:32.955Z[ recovery-image] Aug 24 16:56:32.050 INFO O| Aug 24 16:56:32.050 INFO STEP 56: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
40842024-08-24T16:56:32.966Z[ recovery-image] Aug 24 16:56:32.063 INFO O| Aug 24 16:56:32.063 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pcre-config"
40852024-08-24T16:56:32.966Z[ recovery-image] Aug 24 16:56:32.063 INFO O| Aug 24 16:56:32.063 INFO STEP 56 (remove_files) COMPLETE
40862024-08-24T16:56:32.969Z[ recovery-image] Aug 24 16:56:32.063 INFO O| Aug 24 16:56:32.063 INFO STEP 57: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
40872024-08-24T16:56:32.979Z[ recovery-image] Aug 24 16:56:32.075 INFO O| Aug 24 16:56:32.075 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pcre2-config"
40882024-08-24T16:56:32.979Z[ recovery-image] Aug 24 16:56:32.075 INFO O| Aug 24 16:56:32.075 INFO STEP 57 (remove_files) COMPLETE
40892024-08-24T16:56:32.981Z[ recovery-image] Aug 24 16:56:32.075 INFO O| Aug 24 16:56:32.075 INFO STEP 58: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
40902024-08-24T16:56:32.990Z[ recovery-image] Aug 24 16:56:32.086 INFO O| Aug 24 16:56:32.086 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pcre2grep"
40912024-08-24T16:56:32.990Z[ recovery-image] Aug 24 16:56:32.086 INFO O| Aug 24 16:56:32.086 INFO STEP 58 (remove_files) COMPLETE
40922024-08-24T16:56:32.992Z[ recovery-image] Aug 24 16:56:32.086 INFO O| Aug 24 16:56:32.086 INFO STEP 59: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
40932024-08-24T16:56:33.001Z[ recovery-image] Aug 24 16:56:32.097 INFO O| Aug 24 16:56:32.097 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pcre2test"
40942024-08-24T16:56:33.001Z[ recovery-image] Aug 24 16:56:32.097 INFO O| Aug 24 16:56:32.097 INFO STEP 59 (remove_files) COMPLETE
40952024-08-24T16:56:33.001Z[ recovery-image] Aug 24 16:56:32.097 INFO O| Aug 24 16:56:32.097 INFO STEP 60: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
40962024-08-24T16:56:33.011Z[ recovery-image] Aug 24 16:56:32.107 INFO O| Aug 24 16:56:32.107 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pcred"
40972024-08-24T16:56:33.013Z[ recovery-image] Aug 24 16:56:32.108 INFO O| Aug 24 16:56:32.108 INFO STEP 60 (remove_files) COMPLETE
40982024-08-24T16:56:33.013Z[ recovery-image] Aug 24 16:56:32.108 INFO O| Aug 24 16:56:32.108 INFO STEP 61: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
40992024-08-24T16:56:33.023Z[ recovery-image] Aug 24 16:56:32.119 INFO O| Aug 24 16:56:32.119 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pcregrep"
41002024-08-24T16:56:33.023Z[ recovery-image] Aug 24 16:56:32.119 INFO O| Aug 24 16:56:32.119 INFO STEP 61 (remove_files) COMPLETE
41012024-08-24T16:56:33.023Z[ recovery-image] Aug 24 16:56:32.119 INFO O| Aug 24 16:56:32.119 INFO STEP 62: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
41022024-08-24T16:56:33.034Z[ recovery-image] Aug 24 16:56:32.130 INFO O| Aug 24 16:56:32.130 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pcretest"
41032024-08-24T16:56:33.034Z[ recovery-image] Aug 24 16:56:32.130 INFO O| Aug 24 16:56:32.130 INFO STEP 62 (remove_files) COMPLETE
41042024-08-24T16:56:33.036Z[ recovery-image] Aug 24 16:56:32.130 INFO O| Aug 24 16:56:32.130 INFO STEP 63: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
41052024-08-24T16:56:33.047Z[ recovery-image] Aug 24 16:56:32.143 INFO O| Aug 24 16:56:32.143 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/penv"
41062024-08-24T16:56:33.047Z[ recovery-image] Aug 24 16:56:32.143 INFO O| Aug 24 16:56:32.143 INFO STEP 63 (remove_files) COMPLETE
41072024-08-24T16:56:33.047Z[ recovery-image] Aug 24 16:56:32.143 INFO O| Aug 24 16:56:32.143 INFO STEP 64: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
41082024-08-24T16:56:33.059Z[ recovery-image] Aug 24 16:56:32.155 INFO O| Aug 24 16:56:32.155 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pfiles"
41092024-08-24T16:56:33.062Z[ recovery-image] Aug 24 16:56:32.156 INFO O| Aug 24 16:56:32.156 INFO STEP 64 (remove_files) COMPLETE
41102024-08-24T16:56:33.062Z[ recovery-image] Aug 24 16:56:32.156 INFO O| Aug 24 16:56:32.156 INFO STEP 65: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
41112024-08-24T16:56:33.072Z[ recovery-image] Aug 24 16:56:32.169 INFO O| Aug 24 16:56:32.169 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pflags"
41122024-08-24T16:56:33.075Z[ recovery-image] Aug 24 16:56:32.170 INFO O| Aug 24 16:56:32.170 INFO STEP 65 (remove_files) COMPLETE
41132024-08-24T16:56:33.075Z[ recovery-image] Aug 24 16:56:32.170 INFO O| Aug 24 16:56:32.170 INFO STEP 66: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
41142024-08-24T16:56:33.084Z[ recovery-image] Aug 24 16:56:32.180 INFO O| Aug 24 16:56:32.180 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pldd"
41152024-08-24T16:56:33.084Z[ recovery-image] Aug 24 16:56:32.180 INFO O| Aug 24 16:56:32.180 INFO STEP 66 (remove_files) COMPLETE
41162024-08-24T16:56:33.084Z[ recovery-image] Aug 24 16:56:32.180 INFO O| Aug 24 16:56:32.180 INFO STEP 67: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
41172024-08-24T16:56:33.094Z[ recovery-image] Aug 24 16:56:32.191 INFO O| Aug 24 16:56:32.191 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/plgrp"
41182024-08-24T16:56:33.095Z[ recovery-image] Aug 24 16:56:32.191 INFO O| Aug 24 16:56:32.191 INFO STEP 67 (remove_files) COMPLETE
41192024-08-24T16:56:33.095Z[ recovery-image] Aug 24 16:56:32.191 INFO O| Aug 24 16:56:32.191 INFO STEP 68: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
41202024-08-24T16:56:33.106Z[ recovery-image] Aug 24 16:56:32.202 INFO O| Aug 24 16:56:32.202 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/plimit"
41212024-08-24T16:56:33.106Z[ recovery-image] Aug 24 16:56:32.202 INFO O| Aug 24 16:56:32.202 INFO STEP 68 (remove_files) COMPLETE
41222024-08-24T16:56:33.108Z[ recovery-image] Aug 24 16:56:32.202 INFO O| Aug 24 16:56:32.202 INFO STEP 69: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
41232024-08-24T16:56:33.118Z[ recovery-image] Aug 24 16:56:32.214 INFO O| Aug 24 16:56:32.214 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pmadvise"
41242024-08-24T16:56:33.118Z[ recovery-image] Aug 24 16:56:32.214 INFO O| Aug 24 16:56:32.214 INFO STEP 69 (remove_files) COMPLETE
41252024-08-24T16:56:33.120Z[ recovery-image] Aug 24 16:56:32.214 INFO O| Aug 24 16:56:32.214 INFO STEP 70: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
41262024-08-24T16:56:33.129Z[ recovery-image] Aug 24 16:56:32.225 INFO O| Aug 24 16:56:32.225 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pmap"
41272024-08-24T16:56:33.129Z[ recovery-image] Aug 24 16:56:32.225 INFO O| Aug 24 16:56:32.225 INFO STEP 70 (remove_files) COMPLETE
41282024-08-24T16:56:33.131Z[ recovery-image] Aug 24 16:56:32.225 INFO O| Aug 24 16:56:32.225 INFO STEP 71: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
41292024-08-24T16:56:33.140Z[ recovery-image] Aug 24 16:56:32.236 INFO O| Aug 24 16:56:32.236 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/ppgsz"
41302024-08-24T16:56:33.140Z[ recovery-image] Aug 24 16:56:32.236 INFO O| Aug 24 16:56:32.236 INFO STEP 71 (remove_files) COMPLETE
41312024-08-24T16:56:33.140Z[ recovery-image] Aug 24 16:56:32.236 INFO O| Aug 24 16:56:32.236 INFO STEP 72: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
41322024-08-24T16:56:33.150Z[ recovery-image] Aug 24 16:56:32.246 INFO O| Aug 24 16:56:32.246 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/ppriv"
41332024-08-24T16:56:33.152Z[ recovery-image] Aug 24 16:56:32.247 INFO O| Aug 24 16:56:32.247 INFO STEP 72 (remove_files) COMPLETE
41342024-08-24T16:56:33.152Z[ recovery-image] Aug 24 16:56:32.247 INFO O| Aug 24 16:56:32.247 INFO STEP 73: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
41352024-08-24T16:56:33.161Z[ recovery-image] Aug 24 16:56:32.258 INFO O| Aug 24 16:56:32.258 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/prctl"
41362024-08-24T16:56:33.161Z[ recovery-image] Aug 24 16:56:32.258 INFO O| Aug 24 16:56:32.258 INFO STEP 73 (remove_files) COMPLETE
41372024-08-24T16:56:33.164Z[ recovery-image] Aug 24 16:56:32.258 INFO O| Aug 24 16:56:32.258 INFO STEP 74: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
41382024-08-24T16:56:33.172Z[ recovery-image] Aug 24 16:56:32.268 INFO O| Aug 24 16:56:32.268 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/preap"
41392024-08-24T16:56:33.172Z[ recovery-image] Aug 24 16:56:32.268 INFO O| Aug 24 16:56:32.268 INFO STEP 74 (remove_files) COMPLETE
41402024-08-24T16:56:33.175Z[ recovery-image] Aug 24 16:56:32.268 INFO O| Aug 24 16:56:32.268 INFO STEP 75: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
41412024-08-24T16:56:33.182Z[ recovery-image] Aug 24 16:56:32.279 INFO O| Aug 24 16:56:32.279 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/prstat"
41422024-08-24T16:56:33.183Z[ recovery-image] Aug 24 16:56:32.279 INFO O| Aug 24 16:56:32.279 INFO STEP 75 (remove_files) COMPLETE
41432024-08-24T16:56:33.183Z[ recovery-image] Aug 24 16:56:32.279 INFO O| Aug 24 16:56:32.279 INFO STEP 76: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
41442024-08-24T16:56:33.193Z[ recovery-image] Aug 24 16:56:32.289 INFO O| Aug 24 16:56:32.289 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/prun"
41452024-08-24T16:56:33.193Z[ recovery-image] Aug 24 16:56:32.289 INFO O| Aug 24 16:56:32.289 INFO STEP 76 (remove_files) COMPLETE
41462024-08-24T16:56:33.195Z[ recovery-image] Aug 24 16:56:32.289 INFO O| Aug 24 16:56:32.289 INFO STEP 77: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
41472024-08-24T16:56:33.203Z[ recovery-image] Aug 24 16:56:32.299 INFO O| Aug 24 16:56:32.299 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/psecflags"
41482024-08-24T16:56:33.203Z[ recovery-image] Aug 24 16:56:32.299 INFO O| Aug 24 16:56:32.299 INFO STEP 77 (remove_files) COMPLETE
41492024-08-24T16:56:33.205Z[ recovery-image] Aug 24 16:56:32.299 INFO O| Aug 24 16:56:32.299 INFO STEP 78: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
41502024-08-24T16:56:33.213Z[ recovery-image] Aug 24 16:56:32.309 INFO O| Aug 24 16:56:32.309 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/psig"
41512024-08-24T16:56:33.213Z[ recovery-image] Aug 24 16:56:32.309 INFO O| Aug 24 16:56:32.309 INFO STEP 78 (remove_files) COMPLETE
41522024-08-24T16:56:33.213Z[ recovery-image] Aug 24 16:56:32.309 INFO O| Aug 24 16:56:32.309 INFO STEP 79: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
41532024-08-24T16:56:33.225Z[ recovery-image] Aug 24 16:56:32.321 INFO O| Aug 24 16:56:32.321 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pstack"
41542024-08-24T16:56:33.225Z[ recovery-image] Aug 24 16:56:32.321 INFO O| Aug 24 16:56:32.321 INFO STEP 79 (remove_files) COMPLETE
41552024-08-24T16:56:33.227Z[ recovery-image] Aug 24 16:56:32.321 INFO O| Aug 24 16:56:32.321 INFO STEP 80: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
41562024-08-24T16:56:33.239Z[ recovery-image] Aug 24 16:56:32.335 INFO O| Aug 24 16:56:32.335 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pstop"
41572024-08-24T16:56:33.239Z[ recovery-image] Aug 24 16:56:32.335 INFO O| Aug 24 16:56:32.335 INFO STEP 80 (remove_files) COMPLETE
41582024-08-24T16:56:33.241Z[ recovery-image] Aug 24 16:56:32.335 INFO O| Aug 24 16:56:32.335 INFO STEP 81: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
41592024-08-24T16:56:33.250Z[ recovery-image] Aug 24 16:56:32.345 INFO O| Aug 24 16:56:32.345 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/ptime"
41602024-08-24T16:56:33.252Z[ recovery-image] Aug 24 16:56:32.345 INFO O| Aug 24 16:56:32.345 INFO STEP 81 (remove_files) COMPLETE
41612024-08-24T16:56:33.252Z[ recovery-image] Aug 24 16:56:32.345 INFO O| Aug 24 16:56:32.345 INFO STEP 82: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
41622024-08-24T16:56:33.259Z[ recovery-image] Aug 24 16:56:32.355 INFO O| Aug 24 16:56:32.355 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/ptree"
41632024-08-24T16:56:33.259Z[ recovery-image] Aug 24 16:56:32.355 INFO O| Aug 24 16:56:32.355 INFO STEP 82 (remove_files) COMPLETE
41642024-08-24T16:56:33.261Z[ recovery-image] Aug 24 16:56:32.355 INFO O| Aug 24 16:56:32.355 INFO STEP 83: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
41652024-08-24T16:56:33.268Z[ recovery-image] Aug 24 16:56:32.365 INFO O| Aug 24 16:56:32.365 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pwait"
41662024-08-24T16:56:33.268Z[ recovery-image] Aug 24 16:56:32.365 INFO O| Aug 24 16:56:32.365 INFO STEP 83 (remove_files) COMPLETE
41672024-08-24T16:56:33.271Z[ recovery-image] Aug 24 16:56:32.365 INFO O| Aug 24 16:56:32.365 INFO STEP 84: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
41682024-08-24T16:56:33.279Z[ recovery-image] Aug 24 16:56:32.375 INFO O| Aug 24 16:56:32.375 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pwdx"
41692024-08-24T16:56:33.279Z[ recovery-image] Aug 24 16:56:32.375 INFO O| Aug 24 16:56:32.375 INFO STEP 84 (remove_files) COMPLETE
41702024-08-24T16:56:33.281Z[ recovery-image] Aug 24 16:56:32.375 INFO O| Aug 24 16:56:32.375 INFO STEP 85: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
41712024-08-24T16:56:33.291Z[ recovery-image] Aug 24 16:56:32.387 INFO O| Aug 24 16:56:32.387 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/rksh"
41722024-08-24T16:56:33.293Z[ recovery-image] Aug 24 16:56:32.387 INFO O| Aug 24 16:56:32.387 INFO STEP 85 (remove_files) COMPLETE
41732024-08-24T16:56:33.293Z[ recovery-image] Aug 24 16:56:32.387 INFO O| Aug 24 16:56:32.387 INFO STEP 86: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
41742024-08-24T16:56:33.302Z[ recovery-image] Aug 24 16:56:32.398 INFO O| Aug 24 16:56:32.398 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/rksh93"
41752024-08-24T16:56:33.302Z[ recovery-image] Aug 24 16:56:32.398 INFO O| Aug 24 16:56:32.398 INFO STEP 86 (remove_files) COMPLETE
41762024-08-24T16:56:33.304Z[ recovery-image] Aug 24 16:56:32.398 INFO O| Aug 24 16:56:32.398 INFO STEP 87: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
41772024-08-24T16:56:33.315Z[ recovery-image] Aug 24 16:56:32.411 INFO O| Aug 24 16:56:32.411 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/sqlite3"
41782024-08-24T16:56:33.315Z[ recovery-image] Aug 24 16:56:32.411 INFO O| Aug 24 16:56:32.411 INFO STEP 87 (remove_files) COMPLETE
41792024-08-24T16:56:33.317Z[ recovery-image] Aug 24 16:56:32.411 INFO O| Aug 24 16:56:32.411 INFO STEP 88: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
41802024-08-24T16:56:33.326Z[ recovery-image] Aug 24 16:56:32.423 INFO O| Aug 24 16:56:32.423 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/strings"
41812024-08-24T16:56:33.327Z[ recovery-image] Aug 24 16:56:32.423 INFO O| Aug 24 16:56:32.423 INFO STEP 88 (remove_files) COMPLETE
41822024-08-24T16:56:33.329Z[ recovery-image] Aug 24 16:56:32.423 INFO O| Aug 24 16:56:32.423 INFO STEP 89: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
41832024-08-24T16:56:33.339Z[ recovery-image] Aug 24 16:56:32.435 INFO O| Aug 24 16:56:32.435 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/xml2-config"
41842024-08-24T16:56:33.339Z[ recovery-image] Aug 24 16:56:32.435 INFO O| Aug 24 16:56:32.435 INFO STEP 89 (remove_files) COMPLETE
41852024-08-24T16:56:33.341Z[ recovery-image] Aug 24 16:56:32.435 INFO O| Aug 24 16:56:32.435 INFO STEP 90: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
41862024-08-24T16:56:33.349Z[ recovery-image] Aug 24 16:56:32.446 INFO O| Aug 24 16:56:32.446 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/xmlcatalog"
41872024-08-24T16:56:33.349Z[ recovery-image] Aug 24 16:56:32.446 INFO O| Aug 24 16:56:32.446 INFO STEP 90 (remove_files) COMPLETE
41882024-08-24T16:56:33.349Z[ recovery-image] Aug 24 16:56:32.446 INFO O| Aug 24 16:56:32.446 INFO STEP 91: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
41892024-08-24T16:56:33.360Z[ recovery-image] Aug 24 16:56:32.456 INFO O| Aug 24 16:56:32.456 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/xmllint"
41902024-08-24T16:56:33.360Z[ recovery-image] Aug 24 16:56:32.456 INFO O| Aug 24 16:56:32.456 INFO STEP 91 (remove_files) COMPLETE
41912024-08-24T16:56:33.362Z[ recovery-image] Aug 24 16:56:32.456 INFO O| Aug 24 16:56:32.456 INFO STEP 92: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
41922024-08-24T16:56:33.371Z[ recovery-image] Aug 24 16:56:32.467 INFO O| Aug 24 16:56:32.467 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amt"
41932024-08-24T16:56:33.371Z[ recovery-image] Aug 24 16:56:32.467 INFO O| Aug 24 16:56:32.467 INFO STEP 92 (remove_files) COMPLETE
41942024-08-24T16:56:33.373Z[ recovery-image] Aug 24 16:56:32.467 INFO O| Aug 24 16:56:32.467 INFO STEP 93: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
41952024-08-24T16:56:33.381Z[ recovery-image] Aug 24 16:56:32.477 INFO O| Aug 24 16:56:32.477 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/arch"
41962024-08-24T16:56:33.381Z[ recovery-image] Aug 24 16:56:32.477 INFO O| Aug 24 16:56:32.477 INFO STEP 93 (remove_files) COMPLETE
41972024-08-24T16:56:33.381Z[ recovery-image] Aug 24 16:56:32.478 INFO O| Aug 24 16:56:32.477 INFO STEP 94: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
41982024-08-24T16:56:33.391Z[ recovery-image] Aug 24 16:56:32.488 INFO O| Aug 24 16:56:32.488 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/asa"
41992024-08-24T16:56:33.394Z[ recovery-image] Aug 24 16:56:32.489 INFO O| Aug 24 16:56:32.489 INFO STEP 94 (remove_files) COMPLETE
42002024-08-24T16:56:33.394Z[ recovery-image] Aug 24 16:56:32.489 INFO O| Aug 24 16:56:32.489 INFO STEP 95: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
42012024-08-24T16:56:33.403Z[ recovery-image] Aug 24 16:56:32.499 INFO O| Aug 24 16:56:32.499 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/at"
42022024-08-24T16:56:33.405Z[ recovery-image] Aug 24 16:56:32.499 INFO O| Aug 24 16:56:32.499 INFO STEP 95 (remove_files) COMPLETE
42032024-08-24T16:56:33.405Z[ recovery-image] Aug 24 16:56:32.499 INFO O| Aug 24 16:56:32.499 INFO STEP 96: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
42042024-08-24T16:56:33.413Z[ recovery-image] Aug 24 16:56:32.509 INFO O| Aug 24 16:56:32.509 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/atq"
42052024-08-24T16:56:33.413Z[ recovery-image] Aug 24 16:56:32.509 INFO O| Aug 24 16:56:32.509 INFO STEP 96 (remove_files) COMPLETE
42062024-08-24T16:56:33.413Z[ recovery-image] Aug 24 16:56:32.509 INFO O| Aug 24 16:56:32.509 INFO STEP 97: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
42072024-08-24T16:56:33.424Z[ recovery-image] Aug 24 16:56:32.520 INFO O| Aug 24 16:56:32.520 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/atrm"
42082024-08-24T16:56:33.424Z[ recovery-image] Aug 24 16:56:32.520 INFO O| Aug 24 16:56:32.520 INFO STEP 97 (remove_files) COMPLETE
42092024-08-24T16:56:33.426Z[ recovery-image] Aug 24 16:56:32.520 INFO O| Aug 24 16:56:32.520 INFO STEP 98: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
42102024-08-24T16:56:33.434Z[ recovery-image] Aug 24 16:56:32.531 INFO O| Aug 24 16:56:32.531 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/auths"
42112024-08-24T16:56:33.434Z[ recovery-image] Aug 24 16:56:32.531 INFO O| Aug 24 16:56:32.531 INFO STEP 98 (remove_files) COMPLETE
42122024-08-24T16:56:33.437Z[ recovery-image] Aug 24 16:56:32.531 INFO O| Aug 24 16:56:32.531 INFO STEP 99: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
42132024-08-24T16:56:33.445Z[ recovery-image] Aug 24 16:56:32.541 INFO O| Aug 24 16:56:32.541 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/banner"
42142024-08-24T16:56:33.445Z[ recovery-image] Aug 24 16:56:32.541 INFO O| Aug 24 16:56:32.541 INFO STEP 99 (remove_files) COMPLETE
42152024-08-24T16:56:33.445Z[ recovery-image] Aug 24 16:56:32.541 INFO O| Aug 24 16:56:32.541 INFO STEP 100: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
42162024-08-24T16:56:33.455Z[ recovery-image] Aug 24 16:56:32.551 INFO O| Aug 24 16:56:32.551 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/bashbug"
42172024-08-24T16:56:33.455Z[ recovery-image] Aug 24 16:56:32.551 INFO O| Aug 24 16:56:32.551 INFO STEP 100 (remove_files) COMPLETE
42182024-08-24T16:56:33.457Z[ recovery-image] Aug 24 16:56:32.551 INFO O| Aug 24 16:56:32.551 INFO STEP 101: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
42192024-08-24T16:56:33.465Z[ recovery-image] Aug 24 16:56:32.561 INFO O| Aug 24 16:56:32.561 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/batch"
42202024-08-24T16:56:33.465Z[ recovery-image] Aug 24 16:56:32.561 INFO O| Aug 24 16:56:32.561 INFO STEP 101 (remove_files) COMPLETE
42212024-08-24T16:56:33.467Z[ recovery-image] Aug 24 16:56:32.561 INFO O| Aug 24 16:56:32.561 INFO STEP 102: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
42222024-08-24T16:56:33.475Z[ recovery-image] Aug 24 16:56:32.571 INFO O| Aug 24 16:56:32.571 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/bc"
42232024-08-24T16:56:33.475Z[ recovery-image] Aug 24 16:56:32.571 INFO O| Aug 24 16:56:32.571 INFO STEP 102 (remove_files) COMPLETE
42242024-08-24T16:56:33.475Z[ recovery-image] Aug 24 16:56:32.571 INFO O| Aug 24 16:56:32.571 INFO STEP 103: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
42252024-08-24T16:56:33.485Z[ recovery-image] Aug 24 16:56:32.582 INFO O| Aug 24 16:56:32.581 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/bdiff"
42262024-08-24T16:56:33.485Z[ recovery-image] Aug 24 16:56:32.582 INFO O| Aug 24 16:56:32.582 INFO STEP 103 (remove_files) COMPLETE
42272024-08-24T16:56:33.488Z[ recovery-image] Aug 24 16:56:32.582 INFO O| Aug 24 16:56:32.582 INFO STEP 104: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
42282024-08-24T16:56:33.496Z[ recovery-image] Aug 24 16:56:32.592 INFO O| Aug 24 16:56:32.592 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/bg"
42292024-08-24T16:56:33.496Z[ recovery-image] Aug 24 16:56:32.592 INFO O| Aug 24 16:56:32.592 INFO STEP 104 (remove_files) COMPLETE
42302024-08-24T16:56:33.499Z[ recovery-image] Aug 24 16:56:32.593 INFO O| Aug 24 16:56:32.592 INFO STEP 105: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
42312024-08-24T16:56:33.507Z[ recovery-image] Aug 24 16:56:32.604 INFO O| Aug 24 16:56:32.603 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/brotli"
42322024-08-24T16:56:33.507Z[ recovery-image] Aug 24 16:56:32.604 INFO O| Aug 24 16:56:32.604 INFO STEP 105 (remove_files) COMPLETE
42332024-08-24T16:56:33.510Z[ recovery-image] Aug 24 16:56:32.604 INFO O| Aug 24 16:56:32.604 INFO STEP 106: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
42342024-08-24T16:56:33.518Z[ recovery-image] Aug 24 16:56:32.615 INFO O| Aug 24 16:56:32.614 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/bunzip2"
42352024-08-24T16:56:33.518Z[ recovery-image] Aug 24 16:56:32.615 INFO O| Aug 24 16:56:32.615 INFO STEP 106 (remove_files) COMPLETE
42362024-08-24T16:56:33.518Z[ recovery-image] Aug 24 16:56:32.615 INFO O| Aug 24 16:56:32.615 INFO STEP 107: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
42372024-08-24T16:56:33.529Z[ recovery-image] Aug 24 16:56:32.625 INFO O| Aug 24 16:56:32.625 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/busstat"
42382024-08-24T16:56:33.529Z[ recovery-image] Aug 24 16:56:32.625 INFO O| Aug 24 16:56:32.625 INFO STEP 107 (remove_files) COMPLETE
42392024-08-24T16:56:33.531Z[ recovery-image] Aug 24 16:56:32.625 INFO O| Aug 24 16:56:32.625 INFO STEP 108: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
42402024-08-24T16:56:33.539Z[ recovery-image] Aug 24 16:56:32.636 INFO O| Aug 24 16:56:32.635 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/bzcat"
42412024-08-24T16:56:33.539Z[ recovery-image] Aug 24 16:56:32.636 INFO O| Aug 24 16:56:32.636 INFO STEP 108 (remove_files) COMPLETE
42422024-08-24T16:56:33.542Z[ recovery-image] Aug 24 16:56:32.636 INFO O| Aug 24 16:56:32.636 INFO STEP 109: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
42432024-08-24T16:56:33.550Z[ recovery-image] Aug 24 16:56:32.646 INFO O| Aug 24 16:56:32.646 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/bzdiff"
42442024-08-24T16:56:33.550Z[ recovery-image] Aug 24 16:56:32.646 INFO O| Aug 24 16:56:32.646 INFO STEP 109 (remove_files) COMPLETE
42452024-08-24T16:56:33.550Z[ recovery-image] Aug 24 16:56:32.646 INFO O| Aug 24 16:56:32.646 INFO STEP 110: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
42462024-08-24T16:56:33.560Z[ recovery-image] Aug 24 16:56:32.656 INFO O| Aug 24 16:56:32.656 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/bzgrep"
42472024-08-24T16:56:33.560Z[ recovery-image] Aug 24 16:56:32.656 INFO O| Aug 24 16:56:32.656 INFO STEP 110 (remove_files) COMPLETE
42482024-08-24T16:56:33.563Z[ recovery-image] Aug 24 16:56:32.657 INFO O| Aug 24 16:56:32.656 INFO STEP 111: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
42492024-08-24T16:56:33.571Z[ recovery-image] Aug 24 16:56:32.667 INFO O| Aug 24 16:56:32.667 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/bzip2"
42502024-08-24T16:56:33.571Z[ recovery-image] Aug 24 16:56:32.667 INFO O| Aug 24 16:56:32.667 INFO STEP 111 (remove_files) COMPLETE
42512024-08-24T16:56:33.573Z[ recovery-image] Aug 24 16:56:32.667 INFO O| Aug 24 16:56:32.667 INFO STEP 112: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
42522024-08-24T16:56:33.581Z[ recovery-image] Aug 24 16:56:32.678 INFO O| Aug 24 16:56:32.678 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/bzip2recover"
42532024-08-24T16:56:33.581Z[ recovery-image] Aug 24 16:56:32.678 INFO O| Aug 24 16:56:32.678 INFO STEP 112 (remove_files) COMPLETE
42542024-08-24T16:56:33.581Z[ recovery-image] Aug 24 16:56:32.678 INFO O| Aug 24 16:56:32.678 INFO STEP 113: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
42552024-08-24T16:56:33.592Z[ recovery-image] Aug 24 16:56:32.689 INFO O| Aug 24 16:56:32.688 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/bzmore"
42562024-08-24T16:56:33.592Z[ recovery-image] Aug 24 16:56:32.689 INFO O| Aug 24 16:56:32.689 INFO STEP 113 (remove_files) COMPLETE
42572024-08-24T16:56:33.594Z[ recovery-image] Aug 24 16:56:32.689 INFO O| Aug 24 16:56:32.689 INFO STEP 114: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
42582024-08-24T16:56:33.602Z[ recovery-image] Aug 24 16:56:32.699 INFO O| Aug 24 16:56:32.699 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/cal"
42592024-08-24T16:56:33.602Z[ recovery-image] Aug 24 16:56:32.699 INFO O| Aug 24 16:56:32.699 INFO STEP 114 (remove_files) COMPLETE
42602024-08-24T16:56:33.602Z[ recovery-image] Aug 24 16:56:32.699 INFO O| Aug 24 16:56:32.699 INFO STEP 115: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
42612024-08-24T16:56:33.612Z[ recovery-image] Aug 24 16:56:32.709 INFO O| Aug 24 16:56:32.709 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/captoinfo"
42622024-08-24T16:56:33.612Z[ recovery-image] Aug 24 16:56:32.709 INFO O| Aug 24 16:56:32.709 INFO STEP 115 (remove_files) COMPLETE
42632024-08-24T16:56:33.615Z[ recovery-image] Aug 24 16:56:32.709 INFO O| Aug 24 16:56:32.709 INFO STEP 116: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
42642024-08-24T16:56:33.623Z[ recovery-image] Aug 24 16:56:32.719 INFO O| Aug 24 16:56:32.719 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/cd"
42652024-08-24T16:56:33.623Z[ recovery-image] Aug 24 16:56:32.719 INFO O| Aug 24 16:56:32.719 INFO STEP 116 (remove_files) COMPLETE
42662024-08-24T16:56:33.625Z[ recovery-image] Aug 24 16:56:32.719 INFO O| Aug 24 16:56:32.719 INFO STEP 117: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
42672024-08-24T16:56:33.634Z[ recovery-image] Aug 24 16:56:32.731 INFO O| Aug 24 16:56:32.731 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/certutil"
42682024-08-24T16:56:33.634Z[ recovery-image] Aug 24 16:56:32.731 INFO O| Aug 24 16:56:32.731 INFO STEP 117 (remove_files) COMPLETE
42692024-08-24T16:56:33.637Z[ recovery-image] Aug 24 16:56:32.731 INFO O| Aug 24 16:56:32.731 INFO STEP 118: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
42702024-08-24T16:56:33.645Z[ recovery-image] Aug 24 16:56:32.741 INFO O| Aug 24 16:56:32.741 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/checkbandwidth"
42712024-08-24T16:56:33.647Z[ recovery-image] Aug 24 16:56:32.742 INFO O| Aug 24 16:56:32.742 INFO STEP 118 (remove_files) COMPLETE
42722024-08-24T16:56:33.648Z[ recovery-image] Aug 24 16:56:32.742 INFO O| Aug 24 16:56:32.742 INFO STEP 119: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
42732024-08-24T16:56:33.657Z[ recovery-image] Aug 24 16:56:32.753 INFO O| Aug 24 16:56:32.753 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/chgrp"
42742024-08-24T16:56:33.657Z[ recovery-image] Aug 24 16:56:32.753 INFO O| Aug 24 16:56:32.753 INFO STEP 119 (remove_files) COMPLETE
42752024-08-24T16:56:33.659Z[ recovery-image] Aug 24 16:56:32.753 INFO O| Aug 24 16:56:32.753 INFO STEP 120: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
42762024-08-24T16:56:33.668Z[ recovery-image] Aug 24 16:56:32.764 INFO O| Aug 24 16:56:32.764 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/chronyc"
42772024-08-24T16:56:33.670Z[ recovery-image] Aug 24 16:56:32.764 INFO O| Aug 24 16:56:32.764 INFO STEP 120 (remove_files) COMPLETE
42782024-08-24T16:56:33.670Z[ recovery-image] Aug 24 16:56:32.764 INFO O| Aug 24 16:56:32.764 INFO STEP 121: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
42792024-08-24T16:56:33.678Z[ recovery-image] Aug 24 16:56:32.775 INFO O| Aug 24 16:56:32.775 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ckdate"
42802024-08-24T16:56:33.678Z[ recovery-image] Aug 24 16:56:32.775 INFO O| Aug 24 16:56:32.775 INFO STEP 121 (remove_files) COMPLETE
42812024-08-24T16:56:33.678Z[ recovery-image] Aug 24 16:56:32.775 INFO O| Aug 24 16:56:32.775 INFO STEP 122: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
42822024-08-24T16:56:33.689Z[ recovery-image] Aug 24 16:56:32.785 INFO O| Aug 24 16:56:32.785 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ckgid"
42832024-08-24T16:56:33.689Z[ recovery-image] Aug 24 16:56:32.785 INFO O| Aug 24 16:56:32.785 INFO STEP 122 (remove_files) COMPLETE
42842024-08-24T16:56:33.689Z[ recovery-image] Aug 24 16:56:32.785 INFO O| Aug 24 16:56:32.785 INFO STEP 123: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
42852024-08-24T16:56:33.701Z[ recovery-image] Aug 24 16:56:32.798 INFO O| Aug 24 16:56:32.797 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ckint"
42862024-08-24T16:56:33.704Z[ recovery-image] Aug 24 16:56:32.798 INFO O| Aug 24 16:56:32.798 INFO STEP 123 (remove_files) COMPLETE
42872024-08-24T16:56:33.704Z[ recovery-image] Aug 24 16:56:32.798 INFO O| Aug 24 16:56:32.798 INFO STEP 124: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
42882024-08-24T16:56:33.712Z[ recovery-image] Aug 24 16:56:32.808 INFO O| Aug 24 16:56:32.808 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ckitem"
42892024-08-24T16:56:33.712Z[ recovery-image] Aug 24 16:56:32.808 INFO O| Aug 24 16:56:32.808 INFO STEP 124 (remove_files) COMPLETE
42902024-08-24T16:56:33.714Z[ recovery-image] Aug 24 16:56:32.808 INFO O| Aug 24 16:56:32.808 INFO STEP 125: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
42912024-08-24T16:56:33.723Z[ recovery-image] Aug 24 16:56:32.819 INFO O| Aug 24 16:56:32.819 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ckkeywd"
42922024-08-24T16:56:33.723Z[ recovery-image] Aug 24 16:56:32.820 INFO O| Aug 24 16:56:32.819 INFO STEP 125 (remove_files) COMPLETE
42932024-08-24T16:56:33.726Z[ recovery-image] Aug 24 16:56:32.820 INFO O| Aug 24 16:56:32.820 INFO STEP 126: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
42942024-08-24T16:56:33.734Z[ recovery-image] Aug 24 16:56:32.830 INFO O| Aug 24 16:56:32.830 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ckpath"
42952024-08-24T16:56:33.734Z[ recovery-image] Aug 24 16:56:32.830 INFO O| Aug 24 16:56:32.830 INFO STEP 126 (remove_files) COMPLETE
42962024-08-24T16:56:33.736Z[ recovery-image] Aug 24 16:56:32.830 INFO O| Aug 24 16:56:32.830 INFO STEP 127: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
42972024-08-24T16:56:33.745Z[ recovery-image] Aug 24 16:56:32.841 INFO O| Aug 24 16:56:32.841 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ckrange"
42982024-08-24T16:56:33.745Z[ recovery-image] Aug 24 16:56:32.841 INFO O| Aug 24 16:56:32.841 INFO STEP 127 (remove_files) COMPLETE
42992024-08-24T16:56:33.747Z[ recovery-image] Aug 24 16:56:32.841 INFO O| Aug 24 16:56:32.841 INFO STEP 128: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43002024-08-24T16:56:33.756Z[ recovery-image] Aug 24 16:56:32.853 INFO O| Aug 24 16:56:32.853 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ckstr"
43012024-08-24T16:56:33.757Z[ recovery-image] Aug 24 16:56:32.853 INFO O| Aug 24 16:56:32.853 INFO STEP 128 (remove_files) COMPLETE
43022024-08-24T16:56:33.759Z[ recovery-image] Aug 24 16:56:32.853 INFO O| Aug 24 16:56:32.853 INFO STEP 129: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43032024-08-24T16:56:33.768Z[ recovery-image] Aug 24 16:56:32.864 INFO O| Aug 24 16:56:32.864 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/cksum"
43042024-08-24T16:56:33.768Z[ recovery-image] Aug 24 16:56:32.864 INFO O| Aug 24 16:56:32.864 INFO STEP 129 (remove_files) COMPLETE
43052024-08-24T16:56:33.768Z[ recovery-image] Aug 24 16:56:32.864 INFO O| Aug 24 16:56:32.864 INFO STEP 130: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43062024-08-24T16:56:33.778Z[ recovery-image] Aug 24 16:56:32.875 INFO O| Aug 24 16:56:32.875 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/cktime"
43072024-08-24T16:56:33.778Z[ recovery-image] Aug 24 16:56:32.875 INFO O| Aug 24 16:56:32.875 INFO STEP 130 (remove_files) COMPLETE
43082024-08-24T16:56:33.778Z[ recovery-image] Aug 24 16:56:32.875 INFO O| Aug 24 16:56:32.875 INFO STEP 131: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43092024-08-24T16:56:33.789Z[ recovery-image] Aug 24 16:56:32.885 INFO O| Aug 24 16:56:32.885 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ckuid"
43102024-08-24T16:56:33.791Z[ recovery-image] Aug 24 16:56:32.885 INFO O| Aug 24 16:56:32.885 INFO STEP 131 (remove_files) COMPLETE
43112024-08-24T16:56:33.791Z[ recovery-image] Aug 24 16:56:32.885 INFO O| Aug 24 16:56:32.885 INFO STEP 132: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43122024-08-24T16:56:33.799Z[ recovery-image] Aug 24 16:56:32.895 INFO O| Aug 24 16:56:32.895 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ckyorn"
43132024-08-24T16:56:33.799Z[ recovery-image] Aug 24 16:56:32.895 INFO O| Aug 24 16:56:32.895 INFO STEP 132 (remove_files) COMPLETE
43142024-08-24T16:56:33.801Z[ recovery-image] Aug 24 16:56:32.895 INFO O| Aug 24 16:56:32.895 INFO STEP 133: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43152024-08-24T16:56:33.810Z[ recovery-image] Aug 24 16:56:32.906 INFO O| Aug 24 16:56:32.906 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/clear"
43162024-08-24T16:56:33.810Z[ recovery-image] Aug 24 16:56:32.906 INFO O| Aug 24 16:56:32.906 INFO STEP 133 (remove_files) COMPLETE
43172024-08-24T16:56:33.812Z[ recovery-image] Aug 24 16:56:32.906 INFO O| Aug 24 16:56:32.906 INFO STEP 134: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43182024-08-24T16:56:33.821Z[ recovery-image] Aug 24 16:56:32.917 INFO O| Aug 24 16:56:32.917 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/cmp"
43192024-08-24T16:56:33.821Z[ recovery-image] Aug 24 16:56:32.917 INFO O| Aug 24 16:56:32.917 INFO STEP 134 (remove_files) COMPLETE
43202024-08-24T16:56:33.821Z[ recovery-image] Aug 24 16:56:32.917 INFO O| Aug 24 16:56:32.917 INFO STEP 135: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43212024-08-24T16:56:33.833Z[ recovery-image] Aug 24 16:56:32.929 INFO O| Aug 24 16:56:32.929 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/col"
43222024-08-24T16:56:33.833Z[ recovery-image] Aug 24 16:56:32.929 INFO O| Aug 24 16:56:32.929 INFO STEP 135 (remove_files) COMPLETE
43232024-08-24T16:56:33.836Z[ recovery-image] Aug 24 16:56:32.929 INFO O| Aug 24 16:56:32.929 INFO STEP 136: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43242024-08-24T16:56:33.842Z[ recovery-image] Aug 24 16:56:32.939 INFO O| Aug 24 16:56:32.939 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/comm"
43252024-08-24T16:56:33.845Z[ recovery-image] Aug 24 16:56:32.939 INFO O| Aug 24 16:56:32.939 INFO STEP 136 (remove_files) COMPLETE
43262024-08-24T16:56:33.845Z[ recovery-image] Aug 24 16:56:32.939 INFO O| Aug 24 16:56:32.939 INFO STEP 137: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43272024-08-24T16:56:33.855Z[ recovery-image] Aug 24 16:56:32.949 INFO O| Aug 24 16:56:32.949 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/command"
43282024-08-24T16:56:33.855Z[ recovery-image] Aug 24 16:56:32.949 INFO O| Aug 24 16:56:32.949 INFO STEP 137 (remove_files) COMPLETE
43292024-08-24T16:56:33.857Z[ recovery-image] Aug 24 16:56:32.949 INFO O| Aug 24 16:56:32.949 INFO STEP 138: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43302024-08-24T16:56:33.865Z[ recovery-image] Aug 24 16:56:32.962 INFO O| Aug 24 16:56:32.962 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/compress"
43312024-08-24T16:56:33.868Z[ recovery-image] Aug 24 16:56:32.962 INFO O| Aug 24 16:56:32.962 INFO STEP 138 (remove_files) COMPLETE
43322024-08-24T16:56:33.868Z[ recovery-image] Aug 24 16:56:32.962 INFO O| Aug 24 16:56:32.962 INFO STEP 139: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43332024-08-24T16:56:33.880Z[ recovery-image] Aug 24 16:56:32.976 INFO O| Aug 24 16:56:32.976 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/connstat"
43342024-08-24T16:56:33.880Z[ recovery-image] Aug 24 16:56:32.976 INFO O| Aug 24 16:56:32.976 INFO STEP 139 (remove_files) COMPLETE
43352024-08-24T16:56:33.883Z[ recovery-image] Aug 24 16:56:32.976 INFO O| Aug 24 16:56:32.976 INFO STEP 140: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43362024-08-24T16:56:33.893Z[ recovery-image] Aug 24 16:56:32.989 INFO O| Aug 24 16:56:32.989 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/cpio"
43372024-08-24T16:56:33.896Z[ recovery-image] Aug 24 16:56:32.990 INFO O| Aug 24 16:56:32.989 INFO STEP 140 (remove_files) COMPLETE
43382024-08-24T16:56:33.896Z[ recovery-image] Aug 24 16:56:32.990 INFO O| Aug 24 16:56:32.990 INFO STEP 141: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43392024-08-24T16:56:33.904Z[ recovery-image] Aug 24 16:56:33.000 INFO O| Aug 24 16:56:33.000 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/cputrack"
43402024-08-24T16:56:33.904Z[ recovery-image] Aug 24 16:56:33.000 INFO O| Aug 24 16:56:33.000 INFO STEP 141 (remove_files) COMPLETE
43412024-08-24T16:56:33.904Z[ recovery-image] Aug 24 16:56:33.000 INFO O| Aug 24 16:56:33.000 INFO STEP 142: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43422024-08-24T16:56:33.915Z[ recovery-image] Aug 24 16:56:33.011 INFO O| Aug 24 16:56:33.011 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/crle"
43432024-08-24T16:56:33.915Z[ recovery-image] Aug 24 16:56:33.011 INFO O| Aug 24 16:56:33.011 INFO STEP 142 (remove_files) COMPLETE
43442024-08-24T16:56:33.917Z[ recovery-image] Aug 24 16:56:33.011 INFO O| Aug 24 16:56:33.011 INFO STEP 143: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43452024-08-24T16:56:33.925Z[ recovery-image] Aug 24 16:56:33.021 INFO O| Aug 24 16:56:33.021 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/crontab"
43462024-08-24T16:56:33.925Z[ recovery-image] Aug 24 16:56:33.021 INFO O| Aug 24 16:56:33.021 INFO STEP 143 (remove_files) COMPLETE
43472024-08-24T16:56:33.927Z[ recovery-image] Aug 24 16:56:33.021 INFO O| Aug 24 16:56:33.021 INFO STEP 144: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43482024-08-24T16:56:33.935Z[ recovery-image] Aug 24 16:56:33.031 INFO O| Aug 24 16:56:33.031 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/crypt"
43492024-08-24T16:56:33.935Z[ recovery-image] Aug 24 16:56:33.031 INFO O| Aug 24 16:56:33.031 INFO STEP 144 (remove_files) COMPLETE
43502024-08-24T16:56:33.937Z[ recovery-image] Aug 24 16:56:33.031 INFO O| Aug 24 16:56:33.031 INFO STEP 145: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43512024-08-24T16:56:33.945Z[ recovery-image] Aug 24 16:56:33.041 INFO O| Aug 24 16:56:33.041 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/csh"
43522024-08-24T16:56:33.945Z[ recovery-image] Aug 24 16:56:33.041 INFO O| Aug 24 16:56:33.041 INFO STEP 145 (remove_files) COMPLETE
43532024-08-24T16:56:33.957Z[ recovery-image] Aug 24 16:56:33.041 INFO O| Aug 24 16:56:33.041 INFO STEP 146: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43542024-08-24T16:56:33.957Z[ recovery-image] Aug 24 16:56:33.051 INFO O| Aug 24 16:56:33.051 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/csplit"
43552024-08-24T16:56:33.957Z[ recovery-image] Aug 24 16:56:33.051 INFO O| Aug 24 16:56:33.051 INFO STEP 146 (remove_files) COMPLETE
43562024-08-24T16:56:33.957Z[ recovery-image] Aug 24 16:56:33.051 INFO O| Aug 24 16:56:33.051 INFO STEP 147: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43572024-08-24T16:56:33.966Z[ recovery-image] Aug 24 16:56:33.061 INFO O| Aug 24 16:56:33.061 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/curl"
43582024-08-24T16:56:33.966Z[ recovery-image] Aug 24 16:56:33.061 INFO O| Aug 24 16:56:33.061 INFO STEP 147 (remove_files) COMPLETE
43592024-08-24T16:56:33.966Z[ recovery-image] Aug 24 16:56:33.061 INFO O| Aug 24 16:56:33.061 INFO STEP 148: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43602024-08-24T16:56:33.975Z[ recovery-image] Aug 24 16:56:33.071 INFO O| Aug 24 16:56:33.071 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/curl-config"
43612024-08-24T16:56:33.975Z[ recovery-image] Aug 24 16:56:33.071 INFO O| Aug 24 16:56:33.071 INFO STEP 148 (remove_files) COMPLETE
43622024-08-24T16:56:33.977Z[ recovery-image] Aug 24 16:56:33.071 INFO O| Aug 24 16:56:33.071 INFO STEP 149: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43632024-08-24T16:56:33.985Z[ recovery-image] Aug 24 16:56:33.081 INFO O| Aug 24 16:56:33.081 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/dc"
43642024-08-24T16:56:33.993Z[ recovery-image] Aug 24 16:56:33.081 INFO O| Aug 24 16:56:33.081 INFO STEP 149 (remove_files) COMPLETE
43652024-08-24T16:56:33.993Z[ recovery-image] Aug 24 16:56:33.081 INFO O| Aug 24 16:56:33.081 INFO STEP 150: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43662024-08-24T16:56:33.999Z[ recovery-image] Aug 24 16:56:33.091 INFO O| Aug 24 16:56:33.091 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/decrypt"
43672024-08-24T16:56:33.999Z[ recovery-image] Aug 24 16:56:33.092 INFO O| Aug 24 16:56:33.092 INFO STEP 150 (remove_files) COMPLETE
43682024-08-24T16:56:33.999Z[ recovery-image] Aug 24 16:56:33.092 INFO O| Aug 24 16:56:33.092 INFO STEP 151: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43692024-08-24T16:56:34.005Z[ recovery-image] Aug 24 16:56:33.102 INFO O| Aug 24 16:56:33.102 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/devattr"
43702024-08-24T16:56:34.006Z[ recovery-image] Aug 24 16:56:33.102 INFO O| Aug 24 16:56:33.102 INFO STEP 151 (remove_files) COMPLETE
43712024-08-24T16:56:34.006Z[ recovery-image] Aug 24 16:56:33.102 INFO O| Aug 24 16:56:33.102 INFO STEP 152: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43722024-08-24T16:56:34.016Z[ recovery-image] Aug 24 16:56:33.112 INFO O| Aug 24 16:56:33.112 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/devfree"
43732024-08-24T16:56:34.016Z[ recovery-image] Aug 24 16:56:33.112 INFO O| Aug 24 16:56:33.112 INFO STEP 152 (remove_files) COMPLETE
43742024-08-24T16:56:34.018Z[ recovery-image] Aug 24 16:56:33.112 INFO O| Aug 24 16:56:33.112 INFO STEP 153: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43752024-08-24T16:56:34.027Z[ recovery-image] Aug 24 16:56:33.123 INFO O| Aug 24 16:56:33.123 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/devreserv"
43762024-08-24T16:56:34.027Z[ recovery-image] Aug 24 16:56:33.123 INFO O| Aug 24 16:56:33.123 INFO STEP 153 (remove_files) COMPLETE
43772024-08-24T16:56:34.029Z[ recovery-image] Aug 24 16:56:33.123 INFO O| Aug 24 16:56:33.123 INFO STEP 154: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43782024-08-24T16:56:34.037Z[ recovery-image] Aug 24 16:56:33.134 INFO O| Aug 24 16:56:33.134 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/diff3"
43792024-08-24T16:56:34.037Z[ recovery-image] Aug 24 16:56:33.134 INFO O| Aug 24 16:56:33.134 INFO STEP 154 (remove_files) COMPLETE
43802024-08-24T16:56:34.040Z[ recovery-image] Aug 24 16:56:33.134 INFO O| Aug 24 16:56:33.134 INFO STEP 155: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43812024-08-24T16:56:34.048Z[ recovery-image] Aug 24 16:56:33.144 INFO O| Aug 24 16:56:33.144 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/digest"
43822024-08-24T16:56:34.048Z[ recovery-image] Aug 24 16:56:33.144 INFO O| Aug 24 16:56:33.144 INFO STEP 155 (remove_files) COMPLETE
43832024-08-24T16:56:34.048Z[ recovery-image] Aug 24 16:56:33.144 INFO O| Aug 24 16:56:33.144 INFO STEP 156: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43842024-08-24T16:56:34.058Z[ recovery-image] Aug 24 16:56:33.155 INFO O| Aug 24 16:56:33.155 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/dircmp"
43852024-08-24T16:56:34.058Z[ recovery-image] Aug 24 16:56:33.155 INFO O| Aug 24 16:56:33.155 INFO STEP 156 (remove_files) COMPLETE
43862024-08-24T16:56:34.059Z[ recovery-image] Aug 24 16:56:33.155 INFO O| Aug 24 16:56:33.155 INFO STEP 157: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43872024-08-24T16:56:34.068Z[ recovery-image] Aug 24 16:56:33.165 INFO O| Aug 24 16:56:33.165 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/dirname"
43882024-08-24T16:56:34.068Z[ recovery-image] Aug 24 16:56:33.165 INFO O| Aug 24 16:56:33.165 INFO STEP 157 (remove_files) COMPLETE
43892024-08-24T16:56:34.071Z[ recovery-image] Aug 24 16:56:33.165 INFO O| Aug 24 16:56:33.165 INFO STEP 158: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43902024-08-24T16:56:34.078Z[ recovery-image] Aug 24 16:56:33.175 INFO O| Aug 24 16:56:33.175 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/diskinfo"
43912024-08-24T16:56:34.081Z[ recovery-image] Aug 24 16:56:33.175 INFO O| Aug 24 16:56:33.175 INFO STEP 158 (remove_files) COMPLETE
43922024-08-24T16:56:34.081Z[ recovery-image] Aug 24 16:56:33.175 INFO O| Aug 24 16:56:33.175 INFO STEP 159: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43932024-08-24T16:56:34.088Z[ recovery-image] Aug 24 16:56:33.185 INFO O| Aug 24 16:56:33.185 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/diskscan"
43942024-08-24T16:56:34.088Z[ recovery-image] Aug 24 16:56:33.185 INFO O| Aug 24 16:56:33.185 INFO STEP 159 (remove_files) COMPLETE
43952024-08-24T16:56:34.091Z[ recovery-image] Aug 24 16:56:33.185 INFO O| Aug 24 16:56:33.185 INFO STEP 160: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43962024-08-24T16:56:34.099Z[ recovery-image] Aug 24 16:56:33.195 INFO O| Aug 24 16:56:33.195 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/dispgid"
43972024-08-24T16:56:34.099Z[ recovery-image] Aug 24 16:56:33.195 INFO O| Aug 24 16:56:33.195 INFO STEP 160 (remove_files) COMPLETE
43982024-08-24T16:56:34.101Z[ recovery-image] Aug 24 16:56:33.195 INFO O| Aug 24 16:56:33.195 INFO STEP 161: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43992024-08-24T16:56:34.110Z[ recovery-image] Aug 24 16:56:33.206 INFO O| Aug 24 16:56:33.206 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/dispuid"
44002024-08-24T16:56:34.112Z[ recovery-image] Aug 24 16:56:33.206 INFO O| Aug 24 16:56:33.206 INFO STEP 161 (remove_files) COMPLETE
44012024-08-24T16:56:34.112Z[ recovery-image] Aug 24 16:56:33.206 INFO O| Aug 24 16:56:33.206 INFO STEP 162: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44022024-08-24T16:56:34.120Z[ recovery-image] Aug 24 16:56:33.217 INFO O| Aug 24 16:56:33.217 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/dos2unix"
44032024-08-24T16:56:34.120Z[ recovery-image] Aug 24 16:56:33.217 INFO O| Aug 24 16:56:33.217 INFO STEP 162 (remove_files) COMPLETE
44042024-08-24T16:56:34.123Z[ recovery-image] Aug 24 16:56:33.217 INFO O| Aug 24 16:56:33.217 INFO STEP 163: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44052024-08-24T16:56:34.131Z[ recovery-image] Aug 24 16:56:33.227 INFO O| Aug 24 16:56:33.227 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/du"
44062024-08-24T16:56:34.131Z[ recovery-image] Aug 24 16:56:33.227 INFO O| Aug 24 16:56:33.227 INFO STEP 163 (remove_files) COMPLETE
44072024-08-24T16:56:34.133Z[ recovery-image] Aug 24 16:56:33.227 INFO O| Aug 24 16:56:33.227 INFO STEP 164: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44082024-08-24T16:56:34.141Z[ recovery-image] Aug 24 16:56:33.238 INFO O| Aug 24 16:56:33.238 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/dumpcs"
44092024-08-24T16:56:34.141Z[ recovery-image] Aug 24 16:56:33.238 INFO O| Aug 24 16:56:33.238 INFO STEP 164 (remove_files) COMPLETE
44102024-08-24T16:56:34.144Z[ recovery-image] Aug 24 16:56:33.238 INFO O| Aug 24 16:56:33.238 INFO STEP 165: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44112024-08-24T16:56:34.152Z[ recovery-image] Aug 24 16:56:33.248 INFO O| Aug 24 16:56:33.248 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/dumpkeys"
44122024-08-24T16:56:34.154Z[ recovery-image] Aug 24 16:56:33.248 INFO O| Aug 24 16:56:33.248 INFO STEP 165 (remove_files) COMPLETE
44132024-08-24T16:56:34.154Z[ recovery-image] Aug 24 16:56:33.248 INFO O| Aug 24 16:56:33.248 INFO STEP 166: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44142024-08-24T16:56:34.162Z[ recovery-image] Aug 24 16:56:33.258 INFO O| Aug 24 16:56:33.258 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/edit"
44152024-08-24T16:56:34.162Z[ recovery-image] Aug 24 16:56:33.258 INFO O| Aug 24 16:56:33.258 INFO STEP 166 (remove_files) COMPLETE
44162024-08-24T16:56:34.165Z[ recovery-image] Aug 24 16:56:33.258 INFO O| Aug 24 16:56:33.258 INFO STEP 167: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44172024-08-24T16:56:34.173Z[ recovery-image] Aug 24 16:56:33.270 INFO O| Aug 24 16:56:33.270 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/eject"
44182024-08-24T16:56:34.173Z[ recovery-image] Aug 24 16:56:33.270 INFO O| Aug 24 16:56:33.270 INFO STEP 167 (remove_files) COMPLETE
44192024-08-24T16:56:34.173Z[ recovery-image] Aug 24 16:56:33.270 INFO O| Aug 24 16:56:33.270 INFO STEP 168: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44202024-08-24T16:56:34.187Z[ recovery-image] Aug 24 16:56:33.283 INFO O| Aug 24 16:56:33.283 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/elfsign"
44212024-08-24T16:56:34.187Z[ recovery-image] Aug 24 16:56:33.283 INFO O| Aug 24 16:56:33.283 INFO STEP 168 (remove_files) COMPLETE
44222024-08-24T16:56:34.189Z[ recovery-image] Aug 24 16:56:33.283 INFO O| Aug 24 16:56:33.283 INFO STEP 169: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44232024-08-24T16:56:34.199Z[ recovery-image] Aug 24 16:56:33.295 INFO O| Aug 24 16:56:33.295 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/elfwrap"
44242024-08-24T16:56:34.199Z[ recovery-image] Aug 24 16:56:33.295 INFO O| Aug 24 16:56:33.295 INFO STEP 169 (remove_files) COMPLETE
44252024-08-24T16:56:34.201Z[ recovery-image] Aug 24 16:56:33.296 INFO O| Aug 24 16:56:33.295 INFO STEP 170: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44262024-08-24T16:56:34.210Z[ recovery-image] Aug 24 16:56:33.307 INFO O| Aug 24 16:56:33.307 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/encode_keychange"
44272024-08-24T16:56:34.210Z[ recovery-image] Aug 24 16:56:33.307 INFO O| Aug 24 16:56:33.307 INFO STEP 170 (remove_files) COMPLETE
44282024-08-24T16:56:34.213Z[ recovery-image] Aug 24 16:56:33.307 INFO O| Aug 24 16:56:33.307 INFO STEP 171: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44292024-08-24T16:56:34.224Z[ recovery-image] Aug 24 16:56:33.320 INFO O| Aug 24 16:56:33.320 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/encrypt"
44302024-08-24T16:56:34.224Z[ recovery-image] Aug 24 16:56:33.320 INFO O| Aug 24 16:56:33.320 INFO STEP 171 (remove_files) COMPLETE
44312024-08-24T16:56:34.226Z[ recovery-image] Aug 24 16:56:33.320 INFO O| Aug 24 16:56:33.320 INFO STEP 172: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44322024-08-24T16:56:34.237Z[ recovery-image] Aug 24 16:56:33.334 INFO O| Aug 24 16:56:33.333 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/enhance"
44332024-08-24T16:56:34.241Z[ recovery-image] Aug 24 16:56:33.334 INFO O| Aug 24 16:56:33.334 INFO STEP 172 (remove_files) COMPLETE
44342024-08-24T16:56:34.241Z[ recovery-image] Aug 24 16:56:33.334 INFO O| Aug 24 16:56:33.334 INFO STEP 173: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44352024-08-24T16:56:34.251Z[ recovery-image] Aug 24 16:56:33.347 INFO O| Aug 24 16:56:33.347 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/env"
44362024-08-24T16:56:34.251Z[ recovery-image] Aug 24 16:56:33.347 INFO O| Aug 24 16:56:33.347 INFO STEP 173 (remove_files) COMPLETE
44372024-08-24T16:56:34.254Z[ recovery-image] Aug 24 16:56:33.347 INFO O| Aug 24 16:56:33.347 INFO STEP 174: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44382024-08-24T16:56:34.264Z[ recovery-image] Aug 24 16:56:33.360 INFO O| Aug 24 16:56:33.360 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/etdump"
44392024-08-24T16:56:34.264Z[ recovery-image] Aug 24 16:56:33.360 INFO O| Aug 24 16:56:33.360 INFO STEP 174 (remove_files) COMPLETE
44402024-08-24T16:56:34.264Z[ recovery-image] Aug 24 16:56:33.360 INFO O| Aug 24 16:56:33.360 INFO STEP 175: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44412024-08-24T16:56:34.276Z[ recovery-image] Aug 24 16:56:33.373 INFO O| Aug 24 16:56:33.373 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/expand"
44422024-08-24T16:56:34.276Z[ recovery-image] Aug 24 16:56:33.373 INFO O| Aug 24 16:56:33.373 INFO STEP 175 (remove_files) COMPLETE
44432024-08-24T16:56:34.277Z[ recovery-image] Aug 24 16:56:33.373 INFO O| Aug 24 16:56:33.373 INFO STEP 176: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44442024-08-24T16:56:34.289Z[ recovery-image] Aug 24 16:56:33.385 INFO O| Aug 24 16:56:33.385 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/exstr"
44452024-08-24T16:56:34.289Z[ recovery-image] Aug 24 16:56:33.385 INFO O| Aug 24 16:56:33.385 INFO STEP 176 (remove_files) COMPLETE
44462024-08-24T16:56:34.291Z[ recovery-image] Aug 24 16:56:33.385 INFO O| Aug 24 16:56:33.385 INFO STEP 177: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44472024-08-24T16:56:34.301Z[ recovery-image] Aug 24 16:56:33.397 INFO O| Aug 24 16:56:33.397 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/factor"
44482024-08-24T16:56:34.301Z[ recovery-image] Aug 24 16:56:33.397 INFO O| Aug 24 16:56:33.397 INFO STEP 177 (remove_files) COMPLETE
44492024-08-24T16:56:34.303Z[ recovery-image] Aug 24 16:56:33.397 INFO O| Aug 24 16:56:33.397 INFO STEP 178: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44502024-08-24T16:56:34.312Z[ recovery-image] Aug 24 16:56:33.408 INFO O| Aug 24 16:56:33.408 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/false"
44512024-08-24T16:56:34.314Z[ recovery-image] Aug 24 16:56:33.409 INFO O| Aug 24 16:56:33.409 INFO STEP 178 (remove_files) COMPLETE
44522024-08-24T16:56:34.314Z[ recovery-image] Aug 24 16:56:33.409 INFO O| Aug 24 16:56:33.409 INFO STEP 179: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44532024-08-24T16:56:34.322Z[ recovery-image] Aug 24 16:56:33.419 INFO O| Aug 24 16:56:33.419 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/fc"
44542024-08-24T16:56:34.322Z[ recovery-image] Aug 24 16:56:33.419 INFO O| Aug 24 16:56:33.419 INFO STEP 179 (remove_files) COMPLETE
44552024-08-24T16:56:34.325Z[ recovery-image] Aug 24 16:56:33.419 INFO O| Aug 24 16:56:33.419 INFO STEP 180: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44562024-08-24T16:56:34.333Z[ recovery-image] Aug 24 16:56:33.429 INFO O| Aug 24 16:56:33.429 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/fdetach"
44572024-08-24T16:56:34.335Z[ recovery-image] Aug 24 16:56:33.429 INFO O| Aug 24 16:56:33.429 INFO STEP 180 (remove_files) COMPLETE
44582024-08-24T16:56:34.335Z[ recovery-image] Aug 24 16:56:33.429 INFO O| Aug 24 16:56:33.429 INFO STEP 181: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44592024-08-24T16:56:34.343Z[ recovery-image] Aug 24 16:56:33.439 INFO O| Aug 24 16:56:33.439 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/fdformat"
44602024-08-24T16:56:34.343Z[ recovery-image] Aug 24 16:56:33.439 INFO O| Aug 24 16:56:33.439 INFO STEP 181 (remove_files) COMPLETE
44612024-08-24T16:56:34.343Z[ recovery-image] Aug 24 16:56:33.439 INFO O| Aug 24 16:56:33.439 INFO STEP 182: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44622024-08-24T16:56:34.345Z[verify-libraries] Finished `release` profile [optimized] target(s) in 4m 29s
44632024-08-24T16:56:34.353Z[ recovery-image] Aug 24 16:56:33.450 INFO O| Aug 24 16:56:33.450 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/fg"
44642024-08-24T16:56:34.356Z[ recovery-image] Aug 24 16:56:33.450 INFO O| Aug 24 16:56:33.450 INFO STEP 182 (remove_files) COMPLETE
44652024-08-24T16:56:34.356Z[ recovery-image] Aug 24 16:56:33.450 INFO O| Aug 24 16:56:33.450 INFO STEP 183: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44662024-08-24T16:56:34.365Z[ recovery-image] Aug 24 16:56:33.462 INFO O| Aug 24 16:56:33.462 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/fgrep"
44672024-08-24T16:56:34.368Z[ recovery-image] Aug 24 16:56:33.462 INFO O| Aug 24 16:56:33.462 INFO STEP 183 (remove_files) COMPLETE
44682024-08-24T16:56:34.368Z[ recovery-image] Aug 24 16:56:33.463 INFO O| Aug 24 16:56:33.462 INFO STEP 184: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44692024-08-24T16:56:34.377Z[ recovery-image] Aug 24 16:56:33.473 INFO O| Aug 24 16:56:33.473 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/file"
44702024-08-24T16:56:34.377Z[ recovery-image] Aug 24 16:56:33.473 INFO O| Aug 24 16:56:33.473 INFO STEP 184 (remove_files) COMPLETE
44712024-08-24T16:56:34.377Z[ recovery-image] Aug 24 16:56:33.473 INFO O| Aug 24 16:56:33.473 INFO STEP 185: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44722024-08-24T16:56:34.388Z[ recovery-image] Aug 24 16:56:33.484 INFO O| Aug 24 16:56:33.484 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/fixproc"
44732024-08-24T16:56:34.388Z[ recovery-image] Aug 24 16:56:33.484 INFO O| Aug 24 16:56:33.484 INFO STEP 185 (remove_files) COMPLETE
44742024-08-24T16:56:34.388Z[ recovery-image] Aug 24 16:56:33.484 INFO O| Aug 24 16:56:33.484 INFO STEP 186: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44752024-08-24T16:56:34.398Z[ recovery-image] Aug 24 16:56:33.495 INFO O| Aug 24 16:56:33.495 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/fmt"
44762024-08-24T16:56:34.398Z[ recovery-image] Aug 24 16:56:33.495 INFO O| Aug 24 16:56:33.495 INFO STEP 186 (remove_files) COMPLETE
44772024-08-24T16:56:34.401Z[ recovery-image] Aug 24 16:56:33.495 INFO O| Aug 24 16:56:33.495 INFO STEP 187: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44782024-08-24T16:56:34.409Z[ recovery-image] Aug 24 16:56:33.505 INFO O| Aug 24 16:56:33.505 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/fmtmsg"
44792024-08-24T16:56:34.409Z[ recovery-image] Aug 24 16:56:33.505 INFO O| Aug 24 16:56:33.505 INFO STEP 187 (remove_files) COMPLETE
44802024-08-24T16:56:34.409Z[ recovery-image] Aug 24 16:56:33.505 INFO O| Aug 24 16:56:33.505 INFO STEP 188: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44812024-08-24T16:56:34.422Z[ recovery-image] Aug 24 16:56:33.518 INFO O| Aug 24 16:56:33.518 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/fold"
44822024-08-24T16:56:34.422Z[ recovery-image] Aug 24 16:56:33.518 INFO O| Aug 24 16:56:33.518 INFO STEP 188 (remove_files) COMPLETE
44832024-08-24T16:56:34.424Z[ recovery-image] Aug 24 16:56:33.518 INFO O| Aug 24 16:56:33.518 INFO STEP 189: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44842024-08-24T16:56:34.434Z[ recovery-image] Aug 24 16:56:33.530 INFO O| Aug 24 16:56:33.530 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/fsstat"
44852024-08-24T16:56:34.436Z[ recovery-image] Aug 24 16:56:33.530 INFO O| Aug 24 16:56:33.530 INFO STEP 189 (remove_files) COMPLETE
44862024-08-24T16:56:34.436Z[ recovery-image] Aug 24 16:56:33.530 INFO O| Aug 24 16:56:33.530 INFO STEP 190: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44872024-08-24T16:56:34.446Z[ recovery-image] Aug 24 16:56:33.542 INFO O| Aug 24 16:56:33.542 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gclear"
44882024-08-24T16:56:34.446Z[ recovery-image] Aug 24 16:56:33.542 INFO O| Aug 24 16:56:33.542 INFO STEP 190 (remove_files) COMPLETE
44892024-08-24T16:56:34.448Z[ recovery-image] Aug 24 16:56:33.542 INFO O| Aug 24 16:56:33.542 INFO STEP 191: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44902024-08-24T16:56:34.458Z[ recovery-image] Aug 24 16:56:33.554 INFO O| Aug 24 16:56:33.554 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gcore"
44912024-08-24T16:56:34.458Z[ recovery-image] Aug 24 16:56:33.554 INFO O| Aug 24 16:56:33.554 INFO STEP 191 (remove_files) COMPLETE
44922024-08-24T16:56:34.461Z[ recovery-image] Aug 24 16:56:33.554 INFO O| Aug 24 16:56:33.554 INFO STEP 192: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44932024-08-24T16:56:34.471Z[ recovery-image] Aug 24 16:56:33.567 INFO O| Aug 24 16:56:33.567 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/geniconvtbl"
44942024-08-24T16:56:34.471Z[ recovery-image] Aug 24 16:56:33.567 INFO O| Aug 24 16:56:33.567 INFO STEP 192 (remove_files) COMPLETE
44952024-08-24T16:56:34.471Z[ recovery-image] Aug 24 16:56:33.567 INFO O| Aug 24 16:56:33.567 INFO STEP 193: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44962024-08-24T16:56:34.482Z[ recovery-image] Aug 24 16:56:33.579 INFO O| Aug 24 16:56:33.579 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/getconf"
44972024-08-24T16:56:34.482Z[ recovery-image] Aug 24 16:56:33.579 INFO O| Aug 24 16:56:33.579 INFO STEP 193 (remove_files) COMPLETE
44982024-08-24T16:56:34.482Z[ recovery-image] Aug 24 16:56:33.579 INFO O| Aug 24 16:56:33.579 INFO STEP 194: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44992024-08-24T16:56:34.495Z[ recovery-image] Aug 24 16:56:33.591 INFO O| Aug 24 16:56:33.591 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/getdev"
45002024-08-24T16:56:34.495Z[ recovery-image] Aug 24 16:56:33.591 INFO O| Aug 24 16:56:33.591 INFO STEP 194 (remove_files) COMPLETE
45012024-08-24T16:56:34.497Z[ recovery-image] Aug 24 16:56:33.591 INFO O| Aug 24 16:56:33.591 INFO STEP 195: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45022024-08-24T16:56:34.505Z[ recovery-image] Aug 24 16:56:33.602 INFO O| Aug 24 16:56:33.602 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/getdgrp"
45032024-08-24T16:56:34.505Z[ recovery-image] Aug 24 16:56:33.602 INFO O| Aug 24 16:56:33.602 INFO STEP 195 (remove_files) COMPLETE
45042024-08-24T16:56:34.508Z[ recovery-image] Aug 24 16:56:33.602 INFO O| Aug 24 16:56:33.602 INFO STEP 196: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45052024-08-24T16:56:34.516Z[ recovery-image] Aug 24 16:56:33.612 INFO O| Aug 24 16:56:33.612 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/getent"
45062024-08-24T16:56:34.516Z[ recovery-image] Aug 24 16:56:33.613 INFO O| Aug 24 16:56:33.612 INFO STEP 196 (remove_files) COMPLETE
45072024-08-24T16:56:34.519Z[ recovery-image] Aug 24 16:56:33.613 INFO O| Aug 24 16:56:33.612 INFO STEP 197: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45082024-08-24T16:56:34.526Z[ recovery-image] Aug 24 16:56:33.623 INFO O| Aug 24 16:56:33.623 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/getfacl"
45092024-08-24T16:56:34.526Z[ recovery-image] Aug 24 16:56:33.623 INFO O| Aug 24 16:56:33.623 INFO STEP 197 (remove_files) COMPLETE
45102024-08-24T16:56:34.527Z[ recovery-image] Aug 24 16:56:33.623 INFO O| Aug 24 16:56:33.623 INFO STEP 198: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45112024-08-24T16:56:34.536Z[ recovery-image] Aug 24 16:56:33.633 INFO O| Aug 24 16:56:33.633 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/getopt"
45122024-08-24T16:56:34.539Z[ recovery-image] Aug 24 16:56:33.633 INFO O| Aug 24 16:56:33.633 INFO STEP 198 (remove_files) COMPLETE
45132024-08-24T16:56:34.539Z[ recovery-image] Aug 24 16:56:33.633 INFO O| Aug 24 16:56:33.633 INFO STEP 199: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45142024-08-24T16:56:34.546Z[ recovery-image] Aug 24 16:56:33.643 INFO O| Aug 24 16:56:33.643 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/getopts"
45152024-08-24T16:56:34.546Z[ recovery-image] Aug 24 16:56:33.643 INFO O| Aug 24 16:56:33.643 INFO STEP 199 (remove_files) COMPLETE
45162024-08-24T16:56:34.549Z[ recovery-image] Aug 24 16:56:33.643 INFO O| Aug 24 16:56:33.643 INFO STEP 200: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45172024-08-24T16:56:34.556Z[ recovery-image] Aug 24 16:56:33.653 INFO O| Aug 24 16:56:33.652 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gettext"
45182024-08-24T16:56:34.556Z[ recovery-image] Aug 24 16:56:33.653 INFO O| Aug 24 16:56:33.653 INFO STEP 200 (remove_files) COMPLETE
45192024-08-24T16:56:34.558Z[ recovery-image] Aug 24 16:56:33.653 INFO O| Aug 24 16:56:33.653 INFO STEP 201: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45202024-08-24T16:56:34.566Z[ recovery-image] Aug 24 16:56:33.663 INFO O| Aug 24 16:56:33.663 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/getvol"
45212024-08-24T16:56:34.569Z[ recovery-image] Aug 24 16:56:33.664 INFO O| Aug 24 16:56:33.663 INFO STEP 201 (remove_files) COMPLETE
45222024-08-24T16:56:34.569Z[ recovery-image] Aug 24 16:56:33.664 INFO O| Aug 24 16:56:33.664 INFO STEP 202: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45232024-08-24T16:56:34.578Z[ recovery-image] Aug 24 16:56:33.674 INFO O| Aug 24 16:56:33.674 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ginfocmp"
45242024-08-24T16:56:34.580Z[ recovery-image] Aug 24 16:56:33.674 INFO O| Aug 24 16:56:33.674 INFO STEP 202 (remove_files) COMPLETE
45252024-08-24T16:56:34.580Z[ recovery-image] Aug 24 16:56:33.674 INFO O| Aug 24 16:56:33.674 INFO STEP 203: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45262024-08-24T16:56:34.588Z[ recovery-image] Aug 24 16:56:33.684 INFO O| Aug 24 16:56:33.684 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/groups"
45272024-08-24T16:56:34.588Z[ recovery-image] Aug 24 16:56:33.684 INFO O| Aug 24 16:56:33.684 INFO STEP 203 (remove_files) COMPLETE
45282024-08-24T16:56:34.590Z[ recovery-image] Aug 24 16:56:33.684 INFO O| Aug 24 16:56:33.684 INFO STEP 204: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45292024-08-24T16:56:34.598Z[ recovery-image] Aug 24 16:56:33.694 INFO O| Aug 24 16:56:33.694 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gtabs"
45302024-08-24T16:56:34.598Z[ recovery-image] Aug 24 16:56:33.694 INFO O| Aug 24 16:56:33.694 INFO STEP 204 (remove_files) COMPLETE
45312024-08-24T16:56:34.598Z[ recovery-image] Aug 24 16:56:33.694 INFO O| Aug 24 16:56:33.694 INFO STEP 205: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45322024-08-24T16:56:34.608Z[ recovery-image] Aug 24 16:56:33.704 INFO O| Aug 24 16:56:33.704 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gtic"
45332024-08-24T16:56:34.610Z[ recovery-image] Aug 24 16:56:33.704 INFO O| Aug 24 16:56:33.704 INFO STEP 205 (remove_files) COMPLETE
45342024-08-24T16:56:34.610Z[ recovery-image] Aug 24 16:56:33.704 INFO O| Aug 24 16:56:33.704 INFO STEP 206: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45352024-08-24T16:56:34.618Z[ recovery-image] Aug 24 16:56:33.714 INFO O| Aug 24 16:56:33.714 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gtoe"
45362024-08-24T16:56:34.618Z[ recovery-image] Aug 24 16:56:33.714 INFO O| Aug 24 16:56:33.714 INFO STEP 206 (remove_files) COMPLETE
45372024-08-24T16:56:34.618Z[ recovery-image] Aug 24 16:56:33.714 INFO O| Aug 24 16:56:33.714 INFO STEP 207: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45382024-08-24T16:56:34.628Z[ recovery-image] Aug 24 16:56:33.724 INFO O| Aug 24 16:56:33.724 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gtput"
45392024-08-24T16:56:34.628Z[ recovery-image] Aug 24 16:56:33.724 INFO O| Aug 24 16:56:33.724 INFO STEP 207 (remove_files) COMPLETE
45402024-08-24T16:56:34.630Z[ recovery-image] Aug 24 16:56:33.724 INFO O| Aug 24 16:56:33.724 INFO STEP 208: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45412024-08-24T16:56:34.632ZAug 24 16:56:33.728 INFO [verify-libraries] process exited with exit status: 0 (274.032841289s)
45422024-08-24T16:56:34.637Z[ recovery-image] Aug 24 16:56:33.734 INFO O| Aug 24 16:56:33.734 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gtset"
45432024-08-24T16:56:34.637Z[ recovery-image] Aug 24 16:56:33.734 INFO O| Aug 24 16:56:33.734 INFO STEP 208 (remove_files) COMPLETE
45442024-08-24T16:56:34.640Z[ recovery-image] Aug 24 16:56:33.734 INFO O| Aug 24 16:56:33.734 INFO STEP 209: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45452024-08-24T16:56:34.647Z[ recovery-image] Aug 24 16:56:33.743 INFO O| Aug 24 16:56:33.743 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gunzip"
45462024-08-24T16:56:34.649Z[ recovery-image] Aug 24 16:56:33.743 INFO O| Aug 24 16:56:33.743 INFO STEP 209 (remove_files) COMPLETE
45472024-08-24T16:56:34.649Z[ recovery-image] Aug 24 16:56:33.743 INFO O| Aug 24 16:56:33.743 INFO STEP 210: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45482024-08-24T16:56:34.656Z[ recovery-image] Aug 24 16:56:33.753 INFO O| Aug 24 16:56:33.753 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gzcat"
45492024-08-24T16:56:34.656Z[ recovery-image] Aug 24 16:56:33.753 INFO O| Aug 24 16:56:33.753 INFO STEP 210 (remove_files) COMPLETE
45502024-08-24T16:56:34.659Z[ recovery-image] Aug 24 16:56:33.753 INFO O| Aug 24 16:56:33.753 INFO STEP 211: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45512024-08-24T16:56:34.666Z[ recovery-image] Aug 24 16:56:33.762 INFO O| Aug 24 16:56:33.762 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gzcmp"
45522024-08-24T16:56:34.666Z[ recovery-image] Aug 24 16:56:33.762 INFO O| Aug 24 16:56:33.762 INFO STEP 211 (remove_files) COMPLETE
45532024-08-24T16:56:34.668Z[ recovery-image] Aug 24 16:56:33.762 INFO O| Aug 24 16:56:33.762 INFO STEP 212: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45542024-08-24T16:56:34.676Z[ recovery-image] Aug 24 16:56:33.772 INFO O| Aug 24 16:56:33.772 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gzdiff"
45552024-08-24T16:56:34.676Z[ recovery-image] Aug 24 16:56:33.772 INFO O| Aug 24 16:56:33.772 INFO STEP 212 (remove_files) COMPLETE
45562024-08-24T16:56:34.678Z[ recovery-image] Aug 24 16:56:33.772 INFO O| Aug 24 16:56:33.772 INFO STEP 213: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45572024-08-24T16:56:34.685Z[ recovery-image] Aug 24 16:56:33.782 INFO O| Aug 24 16:56:33.782 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gzegrep"
45582024-08-24T16:56:34.685Z[ recovery-image] Aug 24 16:56:33.782 INFO O| Aug 24 16:56:33.782 INFO STEP 213 (remove_files) COMPLETE
45592024-08-24T16:56:34.688Z[ recovery-image] Aug 24 16:56:33.782 INFO O| Aug 24 16:56:33.782 INFO STEP 214: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45602024-08-24T16:56:34.695Z[ recovery-image] Aug 24 16:56:33.792 INFO O| Aug 24 16:56:33.792 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gzexe"
45612024-08-24T16:56:34.695Z[ recovery-image] Aug 24 16:56:33.792 INFO O| Aug 24 16:56:33.792 INFO STEP 214 (remove_files) COMPLETE
45622024-08-24T16:56:34.696Z[ recovery-image] Aug 24 16:56:33.792 INFO O| Aug 24 16:56:33.792 INFO STEP 215: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45632024-08-24T16:56:34.705Z[ recovery-image] Aug 24 16:56:33.802 INFO O| Aug 24 16:56:33.802 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gzfgrep"
45642024-08-24T16:56:34.705Z[ recovery-image] Aug 24 16:56:33.802 INFO O| Aug 24 16:56:33.802 INFO STEP 215 (remove_files) COMPLETE
45652024-08-24T16:56:34.708Z[ recovery-image] Aug 24 16:56:33.802 INFO O| Aug 24 16:56:33.802 INFO STEP 216: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45662024-08-24T16:56:34.715Z[ recovery-image] Aug 24 16:56:33.812 INFO O| Aug 24 16:56:33.812 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gzforce"
45672024-08-24T16:56:34.715Z[ recovery-image] Aug 24 16:56:33.812 INFO O| Aug 24 16:56:33.812 INFO STEP 216 (remove_files) COMPLETE
45682024-08-24T16:56:34.718Z[ recovery-image] Aug 24 16:56:33.812 INFO O| Aug 24 16:56:33.812 INFO STEP 217: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45692024-08-24T16:56:34.725Z[ recovery-image] Aug 24 16:56:33.821 INFO O| Aug 24 16:56:33.821 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gzgrep"
45702024-08-24T16:56:34.725Z[ recovery-image] Aug 24 16:56:33.821 INFO O| Aug 24 16:56:33.821 INFO STEP 217 (remove_files) COMPLETE
45712024-08-24T16:56:34.727Z[ recovery-image] Aug 24 16:56:33.821 INFO O| Aug 24 16:56:33.821 INFO STEP 218: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45722024-08-24T16:56:34.735Z[ recovery-image] Aug 24 16:56:33.831 INFO O| Aug 24 16:56:33.831 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gzip"
45732024-08-24T16:56:34.735Z[ recovery-image] Aug 24 16:56:33.831 INFO O| Aug 24 16:56:33.831 INFO STEP 218 (remove_files) COMPLETE
45742024-08-24T16:56:34.737Z[ recovery-image] Aug 24 16:56:33.831 INFO O| Aug 24 16:56:33.831 INFO STEP 219: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45752024-08-24T16:56:34.745Z[ recovery-image] Aug 24 16:56:33.841 INFO O| Aug 24 16:56:33.841 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gzless"
45762024-08-24T16:56:34.745Z[ recovery-image] Aug 24 16:56:33.841 INFO O| Aug 24 16:56:33.841 INFO STEP 219 (remove_files) COMPLETE
45772024-08-24T16:56:34.747Z[ recovery-image] Aug 24 16:56:33.841 INFO O| Aug 24 16:56:33.841 INFO STEP 220: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45782024-08-24T16:56:34.754Z[ recovery-image] Aug 24 16:56:33.850 INFO O| Aug 24 16:56:33.850 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gzmore"
45792024-08-24T16:56:34.754Z[ recovery-image] Aug 24 16:56:33.850 INFO O| Aug 24 16:56:33.850 INFO STEP 220 (remove_files) COMPLETE
45802024-08-24T16:56:34.756Z[ recovery-image] Aug 24 16:56:33.850 INFO O| Aug 24 16:56:33.850 INFO STEP 221: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45812024-08-24T16:56:34.764Z[ recovery-image] Aug 24 16:56:33.860 INFO O| Aug 24 16:56:33.860 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gznew"
45822024-08-24T16:56:34.764Z[ recovery-image] Aug 24 16:56:33.860 INFO O| Aug 24 16:56:33.860 INFO STEP 221 (remove_files) COMPLETE
45832024-08-24T16:56:34.766Z[ recovery-image] Aug 24 16:56:33.860 INFO O| Aug 24 16:56:33.860 INFO STEP 222: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45842024-08-24T16:56:34.787Z[ recovery-image] Aug 24 16:56:33.870 INFO O| Aug 24 16:56:33.869 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/hash"
45852024-08-24T16:56:34.789Z[ recovery-image] Aug 24 16:56:33.870 INFO O| Aug 24 16:56:33.870 INFO STEP 222 (remove_files) COMPLETE
45862024-08-24T16:56:34.789Z[ recovery-image] Aug 24 16:56:33.870 INFO O| Aug 24 16:56:33.870 INFO STEP 223: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45872024-08-24T16:56:34.789Z[ recovery-image] Aug 24 16:56:33.879 INFO O| Aug 24 16:56:33.879 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/hostid"
45882024-08-24T16:56:34.789Z[ recovery-image] Aug 24 16:56:33.879 INFO O| Aug 24 16:56:33.879 INFO STEP 223 (remove_files) COMPLETE
45892024-08-24T16:56:34.789Z[ recovery-image] Aug 24 16:56:33.879 INFO O| Aug 24 16:56:33.879 INFO STEP 224: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45902024-08-24T16:56:34.792Z[ recovery-image] Aug 24 16:56:33.889 INFO O| Aug 24 16:56:33.889 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/hostname"
45912024-08-24T16:56:34.792Z[ recovery-image] Aug 24 16:56:33.889 INFO O| Aug 24 16:56:33.889 INFO STEP 224 (remove_files) COMPLETE
45922024-08-24T16:56:34.795Z[ recovery-image] Aug 24 16:56:33.889 INFO O| Aug 24 16:56:33.889 INFO STEP 225: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45932024-08-24T16:56:34.802Z[ recovery-image] Aug 24 16:56:33.898 INFO O| Aug 24 16:56:33.898 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/i86/adb"
45942024-08-24T16:56:34.804Z[ recovery-image] Aug 24 16:56:33.898 INFO O| Aug 24 16:56:33.898 INFO STEP 225 (remove_files) COMPLETE
45952024-08-24T16:56:34.805Z[ recovery-image] Aug 24 16:56:33.899 INFO O| Aug 24 16:56:33.898 INFO STEP 226: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45962024-08-24T16:56:34.812Z[ recovery-image] Aug 24 16:56:33.908 INFO O| Aug 24 16:56:33.908 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/i86/amt"
45972024-08-24T16:56:34.814Z[ recovery-image] Aug 24 16:56:33.908 INFO O| Aug 24 16:56:33.908 INFO STEP 226 (remove_files) COMPLETE
45982024-08-24T16:56:34.814Z[ recovery-image] Aug 24 16:56:33.908 INFO O| Aug 24 16:56:33.908 INFO STEP 227: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45992024-08-24T16:56:34.821Z[ recovery-image] Aug 24 16:56:33.917 INFO O| Aug 24 16:56:33.917 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/i86/ksh"
46002024-08-24T16:56:34.821Z[ recovery-image] Aug 24 16:56:33.918 INFO O| Aug 24 16:56:33.918 INFO STEP 227 (remove_files) COMPLETE
46012024-08-24T16:56:34.821Z[ recovery-image] Aug 24 16:56:33.918 INFO O| Aug 24 16:56:33.918 INFO STEP 228: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46022024-08-24T16:56:34.831Z[ recovery-image] Aug 24 16:56:33.927 INFO O| Aug 24 16:56:33.927 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/i86/mdb"
46032024-08-24T16:56:34.831Z[ recovery-image] Aug 24 16:56:33.927 INFO O| Aug 24 16:56:33.927 INFO STEP 228 (remove_files) COMPLETE
46042024-08-24T16:56:34.831Z[ recovery-image] Aug 24 16:56:33.927 INFO O| Aug 24 16:56:33.927 INFO STEP 229: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46052024-08-24T16:56:34.841Z[ recovery-image] Aug 24 16:56:33.937 INFO O| Aug 24 16:56:33.937 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/i86/rksh"
46062024-08-24T16:56:34.841Z[ recovery-image] Aug 24 16:56:33.937 INFO O| Aug 24 16:56:33.937 INFO STEP 229 (remove_files) COMPLETE
46072024-08-24T16:56:34.841Z[ recovery-image] Aug 24 16:56:33.937 INFO O| Aug 24 16:56:33.937 INFO STEP 230: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46082024-08-24T16:56:34.850Z[ recovery-image] Aug 24 16:56:33.947 INFO O| Aug 24 16:56:33.947 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/i86/rksh93"
46092024-08-24T16:56:34.850Z[ recovery-image] Aug 24 16:56:33.947 INFO O| Aug 24 16:56:33.947 INFO STEP 230 (remove_files) COMPLETE
46102024-08-24T16:56:34.850Z[ recovery-image] Aug 24 16:56:33.947 INFO O| Aug 24 16:56:33.947 INFO STEP 231: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46112024-08-24T16:56:34.860Z[ recovery-image] Aug 24 16:56:33.956 INFO O| Aug 24 16:56:33.956 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/iconv"
46122024-08-24T16:56:34.860Z[ recovery-image] Aug 24 16:56:33.956 INFO O| Aug 24 16:56:33.956 INFO STEP 231 (remove_files) COMPLETE
46132024-08-24T16:56:34.860Z[ recovery-image] Aug 24 16:56:33.956 INFO O| Aug 24 16:56:33.956 INFO STEP 232: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46142024-08-24T16:56:34.869Z[ recovery-image] Aug 24 16:56:33.966 INFO O| Aug 24 16:56:33.966 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/id"
46152024-08-24T16:56:34.869Z[ recovery-image] Aug 24 16:56:33.966 INFO O| Aug 24 16:56:33.966 INFO STEP 232 (remove_files) COMPLETE
46162024-08-24T16:56:34.872Z[ recovery-image] Aug 24 16:56:33.966 INFO O| Aug 24 16:56:33.966 INFO STEP 233: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46172024-08-24T16:56:34.879Z[ recovery-image] Aug 24 16:56:33.975 INFO O| Aug 24 16:56:33.975 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/idn"
46182024-08-24T16:56:34.879Z[ recovery-image] Aug 24 16:56:33.975 INFO O| Aug 24 16:56:33.975 INFO STEP 233 (remove_files) COMPLETE
46192024-08-24T16:56:34.881Z[ recovery-image] Aug 24 16:56:33.975 INFO O| Aug 24 16:56:33.975 INFO STEP 234: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46202024-08-24T16:56:34.888Z[ recovery-image] Aug 24 16:56:33.985 INFO O| Aug 24 16:56:33.985 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/infocmp"
46212024-08-24T16:56:34.891Z[ recovery-image] Aug 24 16:56:33.985 INFO O| Aug 24 16:56:33.985 INFO STEP 234 (remove_files) COMPLETE
46222024-08-24T16:56:34.891Z[ recovery-image] Aug 24 16:56:33.985 INFO O| Aug 24 16:56:33.985 INFO STEP 235: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46232024-08-24T16:56:34.898Z[ recovery-image] Aug 24 16:56:33.994 INFO O| Aug 24 16:56:33.994 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/iostat"
46242024-08-24T16:56:34.898Z[ recovery-image] Aug 24 16:56:33.995 INFO O| Aug 24 16:56:33.994 INFO STEP 235 (remove_files) COMPLETE
46252024-08-24T16:56:34.901Z[ recovery-image] Aug 24 16:56:33.995 INFO O| Aug 24 16:56:33.995 INFO STEP 236: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46262024-08-24T16:56:34.909Z[ recovery-image] Aug 24 16:56:34.005 INFO O| Aug 24 16:56:34.005 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ipf-mod.pl"
46272024-08-24T16:56:34.909Z[ recovery-image] Aug 24 16:56:34.005 INFO O| Aug 24 16:56:34.005 INFO STEP 236 (remove_files) COMPLETE
46282024-08-24T16:56:34.911Z[ recovery-image] Aug 24 16:56:34.005 INFO O| Aug 24 16:56:34.005 INFO STEP 237: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46292024-08-24T16:56:34.919Z[ recovery-image] Aug 24 16:56:34.015 INFO O| Aug 24 16:56:34.015 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/isainfo"
46302024-08-24T16:56:34.919Z[ recovery-image] Aug 24 16:56:34.015 INFO O| Aug 24 16:56:34.015 INFO STEP 237 (remove_files) COMPLETE
46312024-08-24T16:56:34.921Z[ recovery-image] Aug 24 16:56:34.015 INFO O| Aug 24 16:56:34.015 INFO STEP 238: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46322024-08-24T16:56:34.929Z[ recovery-image] Aug 24 16:56:34.025 INFO O| Aug 24 16:56:34.025 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/isalist"
46332024-08-24T16:56:34.931Z[ recovery-image] Aug 24 16:56:34.025 INFO O| Aug 24 16:56:34.025 INFO STEP 238 (remove_files) COMPLETE
46342024-08-24T16:56:34.931Z[ recovery-image] Aug 24 16:56:34.025 INFO O| Aug 24 16:56:34.025 INFO STEP 239: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46352024-08-24T16:56:34.938Z[ recovery-image] Aug 24 16:56:34.035 INFO O| Aug 24 16:56:34.035 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/jobs"
46362024-08-24T16:56:34.938Z[ recovery-image] Aug 24 16:56:34.035 INFO O| Aug 24 16:56:34.035 INFO STEP 239 (remove_files) COMPLETE
46372024-08-24T16:56:34.941Z[ recovery-image] Aug 24 16:56:34.035 INFO O| Aug 24 16:56:34.035 INFO STEP 240: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46382024-08-24T16:56:34.948Z[ recovery-image] Aug 24 16:56:34.045 INFO O| Aug 24 16:56:34.045 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/join"
46392024-08-24T16:56:34.950Z[ recovery-image] Aug 24 16:56:34.045 INFO O| Aug 24 16:56:34.045 INFO STEP 240 (remove_files) COMPLETE
46402024-08-24T16:56:34.950Z[ recovery-image] Aug 24 16:56:34.045 INFO O| Aug 24 16:56:34.045 INFO STEP 241: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46412024-08-24T16:56:34.958Z[ recovery-image] Aug 24 16:56:34.054 INFO O| Aug 24 16:56:34.054 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/kbd"
46422024-08-24T16:56:34.958Z[ recovery-image] Aug 24 16:56:34.054 INFO O| Aug 24 16:56:34.054 INFO STEP 241 (remove_files) COMPLETE
46432024-08-24T16:56:34.960Z[ recovery-image] Aug 24 16:56:34.054 INFO O| Aug 24 16:56:34.054 INFO STEP 242: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46442024-08-24T16:56:34.968Z[ recovery-image] Aug 24 16:56:34.064 INFO O| Aug 24 16:56:34.064 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/kdestroy"
46452024-08-24T16:56:34.968Z[ recovery-image] Aug 24 16:56:34.064 INFO O| Aug 24 16:56:34.064 INFO STEP 242 (remove_files) COMPLETE
46462024-08-24T16:56:34.970Z[ recovery-image] Aug 24 16:56:34.064 INFO O| Aug 24 16:56:34.064 INFO STEP 243: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46472024-08-24T16:56:34.977Z[ recovery-image] Aug 24 16:56:34.074 INFO O| Aug 24 16:56:34.074 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/keylogin"
46482024-08-24T16:56:34.977Z[ recovery-image] Aug 24 16:56:34.074 INFO O| Aug 24 16:56:34.074 INFO STEP 243 (remove_files) COMPLETE
46492024-08-24T16:56:34.980Z[ recovery-image] Aug 24 16:56:34.074 INFO O| Aug 24 16:56:34.074 INFO STEP 244: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46502024-08-24T16:56:34.987Z[ recovery-image] Aug 24 16:56:34.083 INFO O| Aug 24 16:56:34.083 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/keylogout"
46512024-08-24T16:56:34.987Z[ recovery-image] Aug 24 16:56:34.083 INFO O| Aug 24 16:56:34.083 INFO STEP 244 (remove_files) COMPLETE
46522024-08-24T16:56:34.987Z[ recovery-image] Aug 24 16:56:34.083 INFO O| Aug 24 16:56:34.083 INFO STEP 245: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46532024-08-24T16:56:34.996Z[ recovery-image] Aug 24 16:56:34.093 INFO O| Aug 24 16:56:34.093 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/kill"
46542024-08-24T16:56:34.996Z[ recovery-image] Aug 24 16:56:34.093 INFO O| Aug 24 16:56:34.093 INFO STEP 245 (remove_files) COMPLETE
46552024-08-24T16:56:34.999Z[ recovery-image] Aug 24 16:56:34.093 INFO O| Aug 24 16:56:34.093 INFO STEP 246: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46562024-08-24T16:56:35.006Z[ recovery-image] Aug 24 16:56:34.102 INFO O| Aug 24 16:56:34.102 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/kinit"
46572024-08-24T16:56:35.006Z[ recovery-image] Aug 24 16:56:34.102 INFO O| Aug 24 16:56:34.102 INFO STEP 246 (remove_files) COMPLETE
46582024-08-24T16:56:35.009Z[ recovery-image] Aug 24 16:56:34.103 INFO O| Aug 24 16:56:34.102 INFO STEP 247: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46592024-08-24T16:56:35.016Z[ recovery-image] Aug 24 16:56:34.112 INFO O| Aug 24 16:56:34.112 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/klist"
46602024-08-24T16:56:35.016Z[ recovery-image] Aug 24 16:56:34.112 INFO O| Aug 24 16:56:34.112 INFO STEP 247 (remove_files) COMPLETE
46612024-08-24T16:56:35.018Z[ recovery-image] Aug 24 16:56:34.112 INFO O| Aug 24 16:56:34.112 INFO STEP 248: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46622024-08-24T16:56:35.025Z[ recovery-image] Aug 24 16:56:34.121 INFO O| Aug 24 16:56:34.121 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/kmfcfg"
46632024-08-24T16:56:35.025Z[ recovery-image] Aug 24 16:56:34.122 INFO O| Aug 24 16:56:34.122 INFO STEP 248 (remove_files) COMPLETE
46642024-08-24T16:56:35.025Z[ recovery-image] Aug 24 16:56:34.122 INFO O| Aug 24 16:56:34.122 INFO STEP 249: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46652024-08-24T16:56:35.035Z[ recovery-image] Aug 24 16:56:34.131 INFO O| Aug 24 16:56:34.131 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/kpasswd"
46662024-08-24T16:56:35.035Z[ recovery-image] Aug 24 16:56:34.131 INFO O| Aug 24 16:56:34.131 INFO STEP 249 (remove_files) COMPLETE
46672024-08-24T16:56:35.037Z[ recovery-image] Aug 24 16:56:34.131 INFO O| Aug 24 16:56:34.131 INFO STEP 250: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46682024-08-24T16:56:35.044Z[ recovery-image] Aug 24 16:56:34.141 INFO O| Aug 24 16:56:34.141 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/krb5-config"
46692024-08-24T16:56:35.047Z[ recovery-image] Aug 24 16:56:34.141 INFO O| Aug 24 16:56:34.141 INFO STEP 250 (remove_files) COMPLETE
46702024-08-24T16:56:35.047Z[ recovery-image] Aug 24 16:56:34.141 INFO O| Aug 24 16:56:34.141 INFO STEP 251: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46712024-08-24T16:56:35.054Z[ recovery-image] Aug 24 16:56:34.150 INFO O| Aug 24 16:56:34.150 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ksh93"
46722024-08-24T16:56:35.054Z[ recovery-image] Aug 24 16:56:34.150 INFO O| Aug 24 16:56:34.150 INFO STEP 251 (remove_files) COMPLETE
46732024-08-24T16:56:35.056Z[ recovery-image] Aug 24 16:56:34.150 INFO O| Aug 24 16:56:34.150 INFO STEP 252: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46742024-08-24T16:56:35.064Z[ recovery-image] Aug 24 16:56:34.160 INFO O| Aug 24 16:56:34.160 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ktutil"
46752024-08-24T16:56:35.064Z[ recovery-image] Aug 24 16:56:34.160 INFO O| Aug 24 16:56:34.160 INFO STEP 252 (remove_files) COMPLETE
46762024-08-24T16:56:35.064Z[ recovery-image] Aug 24 16:56:34.160 INFO O| Aug 24 16:56:34.160 INFO STEP 253: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46772024-08-24T16:56:35.074Z[ recovery-image] Aug 24 16:56:34.170 INFO O| Aug 24 16:56:34.170 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/kvmstat"
46782024-08-24T16:56:35.074Z[ recovery-image] Aug 24 16:56:34.170 INFO O| Aug 24 16:56:34.170 INFO STEP 253 (remove_files) COMPLETE
46792024-08-24T16:56:35.076Z[ recovery-image] Aug 24 16:56:34.170 INFO O| Aug 24 16:56:34.170 INFO STEP 254: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46802024-08-24T16:56:35.083Z[ recovery-image] Aug 24 16:56:34.179 INFO O| Aug 24 16:56:34.179 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/last"
46812024-08-24T16:56:35.083Z[ recovery-image] Aug 24 16:56:34.180 INFO O| Aug 24 16:56:34.179 INFO STEP 254 (remove_files) COMPLETE
46822024-08-24T16:56:35.085Z[ recovery-image] Aug 24 16:56:34.180 INFO O| Aug 24 16:56:34.179 INFO STEP 255: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46832024-08-24T16:56:35.093Z[ recovery-image] Aug 24 16:56:34.189 INFO O| Aug 24 16:56:34.189 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/lastcomm"
46842024-08-24T16:56:35.093Z[ recovery-image] Aug 24 16:56:34.190 INFO O| Aug 24 16:56:34.189 INFO STEP 255 (remove_files) COMPLETE
46852024-08-24T16:56:35.093Z[ recovery-image] Aug 24 16:56:34.190 INFO O| Aug 24 16:56:34.190 INFO STEP 256: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46862024-08-24T16:56:35.103Z[ recovery-image] Aug 24 16:56:34.199 INFO O| Aug 24 16:56:34.199 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ld"
46872024-08-24T16:56:35.103Z[ recovery-image] Aug 24 16:56:34.199 INFO O| Aug 24 16:56:34.199 INFO STEP 256 (remove_files) COMPLETE
46882024-08-24T16:56:35.105Z[ recovery-image] Aug 24 16:56:34.199 INFO O| Aug 24 16:56:34.199 INFO STEP 257: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46892024-08-24T16:56:35.112Z[ recovery-image] Aug 24 16:56:34.209 INFO O| Aug 24 16:56:34.209 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ldd"
46902024-08-24T16:56:35.112Z[ recovery-image] Aug 24 16:56:34.209 INFO O| Aug 24 16:56:34.209 INFO STEP 257 (remove_files) COMPLETE
46912024-08-24T16:56:35.112Z[ recovery-image] Aug 24 16:56:34.209 INFO O| Aug 24 16:56:34.209 INFO STEP 258: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46922024-08-24T16:56:35.122Z[ recovery-image] Aug 24 16:56:34.218 INFO O| Aug 24 16:56:34.218 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/less"
46932024-08-24T16:56:35.124Z[ recovery-image] Aug 24 16:56:34.218 INFO O| Aug 24 16:56:34.218 INFO STEP 258 (remove_files) COMPLETE
46942024-08-24T16:56:35.124Z[ recovery-image] Aug 24 16:56:34.218 INFO O| Aug 24 16:56:34.218 INFO STEP 259: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46952024-08-24T16:56:35.132Z[ recovery-image] Aug 24 16:56:34.229 INFO O| Aug 24 16:56:34.229 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/lessecho"
46962024-08-24T16:56:35.132Z[ recovery-image] Aug 24 16:56:34.229 INFO O| Aug 24 16:56:34.229 INFO STEP 259 (remove_files) COMPLETE
46972024-08-24T16:56:35.133Z[ recovery-image] Aug 24 16:56:34.229 INFO O| Aug 24 16:56:34.229 INFO STEP 260: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46982024-08-24T16:56:35.142Z[ recovery-image] Aug 24 16:56:34.239 INFO O| Aug 24 16:56:34.239 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/lesskey"
46992024-08-24T16:56:35.142Z[ recovery-image] Aug 24 16:56:34.239 INFO O| Aug 24 16:56:34.239 INFO STEP 260 (remove_files) COMPLETE
47002024-08-24T16:56:35.145Z[ recovery-image] Aug 24 16:56:34.239 INFO O| Aug 24 16:56:34.239 INFO STEP 261: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47012024-08-24T16:56:35.152Z[ recovery-image] Aug 24 16:56:34.249 INFO O| Aug 24 16:56:34.249 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/lgrpinfo"
47022024-08-24T16:56:35.152Z[ recovery-image] Aug 24 16:56:34.249 INFO O| Aug 24 16:56:34.249 INFO STEP 261 (remove_files) COMPLETE
47032024-08-24T16:56:35.152Z[ recovery-image] Aug 24 16:56:34.249 INFO O| Aug 24 16:56:34.249 INFO STEP 262: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47042024-08-24T16:56:35.162Z[ recovery-image] Aug 24 16:56:34.258 INFO O| Aug 24 16:56:34.258 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/line"
47052024-08-24T16:56:35.162Z[ recovery-image] Aug 24 16:56:34.258 INFO O| Aug 24 16:56:34.258 INFO STEP 262 (remove_files) COMPLETE
47062024-08-24T16:56:35.164Z[ recovery-image] Aug 24 16:56:34.258 INFO O| Aug 24 16:56:34.258 INFO STEP 263: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47072024-08-24T16:56:35.172Z[ recovery-image] Aug 24 16:56:34.268 INFO O| Aug 24 16:56:34.268 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/listdgrp"
47082024-08-24T16:56:35.172Z[ recovery-image] Aug 24 16:56:34.268 INFO O| Aug 24 16:56:34.268 INFO STEP 263 (remove_files) COMPLETE
47092024-08-24T16:56:35.172Z[ recovery-image] Aug 24 16:56:34.268 INFO O| Aug 24 16:56:34.268 INFO STEP 264: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47102024-08-24T16:56:35.181Z[ recovery-image] Aug 24 16:56:34.278 INFO O| Aug 24 16:56:34.278 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/listusers"
47112024-08-24T16:56:35.181Z[ recovery-image] Aug 24 16:56:34.278 INFO O| Aug 24 16:56:34.278 INFO STEP 264 (remove_files) COMPLETE
47122024-08-24T16:56:35.187Z[ recovery-image] Aug 24 16:56:34.278 INFO O| Aug 24 16:56:34.278 INFO STEP 265: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47132024-08-24T16:56:35.191Z[ recovery-image] Aug 24 16:56:34.288 INFO O| Aug 24 16:56:34.288 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/loadkeys"
47142024-08-24T16:56:35.193Z[ recovery-image] Aug 24 16:56:34.288 INFO O| Aug 24 16:56:34.288 INFO STEP 265 (remove_files) COMPLETE
47152024-08-24T16:56:35.194Z[ recovery-image] Aug 24 16:56:34.288 INFO O| Aug 24 16:56:34.288 INFO STEP 266: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47162024-08-24T16:56:35.201Z[ recovery-image] Aug 24 16:56:34.297 INFO O| Aug 24 16:56:34.297 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/logger"
47172024-08-24T16:56:35.201Z[ recovery-image] Aug 24 16:56:34.297 INFO O| Aug 24 16:56:34.297 INFO STEP 266 (remove_files) COMPLETE
47182024-08-24T16:56:35.201Z[ recovery-image] Aug 24 16:56:34.297 INFO O| Aug 24 16:56:34.297 INFO STEP 267: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47192024-08-24T16:56:35.211Z[ recovery-image] Aug 24 16:56:34.307 INFO O| Aug 24 16:56:34.307 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/logins"
47202024-08-24T16:56:35.211Z[ recovery-image] Aug 24 16:56:34.307 INFO O| Aug 24 16:56:34.307 INFO STEP 267 (remove_files) COMPLETE
47212024-08-24T16:56:35.211Z[ recovery-image] Aug 24 16:56:34.307 INFO O| Aug 24 16:56:34.307 INFO STEP 268: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47222024-08-24T16:56:35.220Z[ recovery-image] Aug 24 16:56:34.317 INFO O| Aug 24 16:56:34.317 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/logname"
47232024-08-24T16:56:35.220Z[ recovery-image] Aug 24 16:56:34.317 INFO O| Aug 24 16:56:34.317 INFO STEP 268 (remove_files) COMPLETE
47242024-08-24T16:56:35.220Z[ recovery-image] Aug 24 16:56:34.317 INFO O| Aug 24 16:56:34.317 INFO STEP 269: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47252024-08-24T16:56:35.230Z[ recovery-image] Aug 24 16:56:34.326 INFO O| Aug 24 16:56:34.326 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/look"
47262024-08-24T16:56:35.230Z[ recovery-image] Aug 24 16:56:34.326 INFO O| Aug 24 16:56:34.326 INFO STEP 269 (remove_files) COMPLETE
47272024-08-24T16:56:35.230Z[ recovery-image] Aug 24 16:56:34.326 INFO O| Aug 24 16:56:34.326 INFO STEP 270: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47282024-08-24T16:56:35.239Z[ recovery-image] Aug 24 16:56:34.336 INFO O| Aug 24 16:56:34.336 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/looker"
47292024-08-24T16:56:35.239Z[ recovery-image] Aug 24 16:56:34.336 INFO O| Aug 24 16:56:34.336 INFO STEP 270 (remove_files) COMPLETE
47302024-08-24T16:56:35.242Z[ recovery-image] Aug 24 16:56:34.336 INFO O| Aug 24 16:56:34.336 INFO STEP 271: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47312024-08-24T16:56:35.249Z[ recovery-image] Aug 24 16:56:34.345 INFO O| Aug 24 16:56:34.345 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/lz4"
47322024-08-24T16:56:35.251Z[ recovery-image] Aug 24 16:56:34.346 INFO O| Aug 24 16:56:34.346 INFO STEP 271 (remove_files) COMPLETE
47332024-08-24T16:56:35.251Z[ recovery-image] Aug 24 16:56:34.346 INFO O| Aug 24 16:56:34.346 INFO STEP 272: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47342024-08-24T16:56:35.259Z[ recovery-image] Aug 24 16:56:34.355 INFO O| Aug 24 16:56:34.355 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/lzmadec"
47352024-08-24T16:56:35.259Z[ recovery-image] Aug 24 16:56:34.355 INFO O| Aug 24 16:56:34.355 INFO STEP 272 (remove_files) COMPLETE
47362024-08-24T16:56:35.259Z[ recovery-image] Aug 24 16:56:34.355 INFO O| Aug 24 16:56:34.355 INFO STEP 273: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47372024-08-24T16:56:35.269Z[ recovery-image] Aug 24 16:56:34.365 INFO O| Aug 24 16:56:34.365 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/lzmainfo"
47382024-08-24T16:56:35.269Z[ recovery-image] Aug 24 16:56:34.365 INFO O| Aug 24 16:56:34.365 INFO STEP 273 (remove_files) COMPLETE
47392024-08-24T16:56:35.271Z[ recovery-image] Aug 24 16:56:34.365 INFO O| Aug 24 16:56:34.365 INFO STEP 274: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47402024-08-24T16:56:35.278Z[ recovery-image] Aug 24 16:56:34.375 INFO O| Aug 24 16:56:34.375 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/mac"
47412024-08-24T16:56:35.278Z[ recovery-image] Aug 24 16:56:34.375 INFO O| Aug 24 16:56:34.375 INFO STEP 274 (remove_files) COMPLETE
47422024-08-24T16:56:35.278Z[ recovery-image] Aug 24 16:56:34.375 INFO O| Aug 24 16:56:34.375 INFO STEP 275: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47432024-08-24T16:56:35.288Z[ recovery-image] Aug 24 16:56:34.385 INFO O| Aug 24 16:56:34.384 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/mach"
47442024-08-24T16:56:35.288Z[ recovery-image] Aug 24 16:56:34.385 INFO O| Aug 24 16:56:34.385 INFO STEP 275 (remove_files) COMPLETE
47452024-08-24T16:56:35.288Z[ recovery-image] Aug 24 16:56:34.385 INFO O| Aug 24 16:56:34.385 INFO STEP 276: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47462024-08-24T16:56:35.299Z[ recovery-image] Aug 24 16:56:34.395 INFO O| Aug 24 16:56:34.395 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/mailx"
47472024-08-24T16:56:35.299Z[ recovery-image] Aug 24 16:56:34.395 INFO O| Aug 24 16:56:34.395 INFO STEP 276 (remove_files) COMPLETE
47482024-08-24T16:56:35.299Z[ recovery-image] Aug 24 16:56:34.395 INFO O| Aug 24 16:56:34.395 INFO STEP 277: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47492024-08-24T16:56:35.308Z[ recovery-image] Aug 24 16:56:34.405 INFO O| Aug 24 16:56:34.405 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/makedev"
47502024-08-24T16:56:35.308Z[ recovery-image] Aug 24 16:56:34.405 INFO O| Aug 24 16:56:34.405 INFO STEP 277 (remove_files) COMPLETE
47512024-08-24T16:56:35.311Z[ recovery-image] Aug 24 16:56:34.405 INFO O| Aug 24 16:56:34.405 INFO STEP 278: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47522024-08-24T16:56:35.318Z[ recovery-image] Aug 24 16:56:34.415 INFO O| Aug 24 16:56:34.415 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/mdb"
47532024-08-24T16:56:35.318Z[ recovery-image] Aug 24 16:56:34.415 INFO O| Aug 24 16:56:34.415 INFO STEP 278 (remove_files) COMPLETE
47542024-08-24T16:56:35.321Z[ recovery-image] Aug 24 16:56:34.415 INFO O| Aug 24 16:56:34.415 INFO STEP 279: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47552024-08-24T16:56:35.328Z[ recovery-image] Aug 24 16:56:34.425 INFO O| Aug 24 16:56:34.425 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/mesg"
47562024-08-24T16:56:35.328Z[ recovery-image] Aug 24 16:56:34.425 INFO O| Aug 24 16:56:34.425 INFO STEP 279 (remove_files) COMPLETE
47572024-08-24T16:56:35.328Z[ recovery-image] Aug 24 16:56:34.425 INFO O| Aug 24 16:56:34.425 INFO STEP 280: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47582024-08-24T16:56:35.338Z[ recovery-image] Aug 24 16:56:34.435 INFO O| Aug 24 16:56:34.435 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/mib2c"
47592024-08-24T16:56:35.341Z[ recovery-image] Aug 24 16:56:34.435 INFO O| Aug 24 16:56:34.435 INFO STEP 280 (remove_files) COMPLETE
47602024-08-24T16:56:35.341Z[ recovery-image] Aug 24 16:56:34.435 INFO O| Aug 24 16:56:34.435 INFO STEP 281: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47612024-08-24T16:56:35.349Z[ recovery-image] Aug 24 16:56:34.445 INFO O| Aug 24 16:56:34.445 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/mib2c-update"
47622024-08-24T16:56:35.349Z[ recovery-image] Aug 24 16:56:34.445 INFO O| Aug 24 16:56:34.445 INFO STEP 281 (remove_files) COMPLETE
47632024-08-24T16:56:35.352Z[ recovery-image] Aug 24 16:56:34.445 INFO O| Aug 24 16:56:34.445 INFO STEP 282: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47642024-08-24T16:56:35.359Z[ recovery-image] Aug 24 16:56:34.455 INFO O| Aug 24 16:56:34.455 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/mkfifo"
47652024-08-24T16:56:35.359Z[ recovery-image] Aug 24 16:56:34.455 INFO O| Aug 24 16:56:34.455 INFO STEP 282 (remove_files) COMPLETE
47662024-08-24T16:56:35.361Z[ recovery-image] Aug 24 16:56:34.456 INFO O| Aug 24 16:56:34.455 INFO STEP 283: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47672024-08-24T16:56:35.369Z[ recovery-image] Aug 24 16:56:34.466 INFO O| Aug 24 16:56:34.466 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/mkpwdict"
47682024-08-24T16:56:35.369Z[ recovery-image] Aug 24 16:56:34.466 INFO O| Aug 24 16:56:34.466 INFO STEP 283 (remove_files) COMPLETE
47692024-08-24T16:56:35.369Z[ recovery-image] Aug 24 16:56:34.466 INFO O| Aug 24 16:56:34.466 INFO STEP 284: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47702024-08-24T16:56:35.379Z[ recovery-image] Aug 24 16:56:34.476 INFO O| Aug 24 16:56:34.476 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/moe"
47712024-08-24T16:56:35.381Z[ recovery-image] Aug 24 16:56:34.476 INFO O| Aug 24 16:56:34.476 INFO STEP 284 (remove_files) COMPLETE
47722024-08-24T16:56:35.382Z[ recovery-image] Aug 24 16:56:34.476 INFO O| Aug 24 16:56:34.476 INFO STEP 285: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47732024-08-24T16:56:35.389Z[ recovery-image] Aug 24 16:56:34.486 INFO O| Aug 24 16:56:34.486 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/mpstat"
47742024-08-24T16:56:35.389Z[ recovery-image] Aug 24 16:56:34.486 INFO O| Aug 24 16:56:34.486 INFO STEP 285 (remove_files) COMPLETE
47752024-08-24T16:56:35.392Z[ recovery-image] Aug 24 16:56:34.486 INFO O| Aug 24 16:56:34.486 INFO STEP 286: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47762024-08-24T16:56:35.399Z[ recovery-image] Aug 24 16:56:34.495 INFO O| Aug 24 16:56:34.495 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/mt"
47772024-08-24T16:56:35.399Z[ recovery-image] Aug 24 16:56:34.495 INFO O| Aug 24 16:56:34.495 INFO STEP 286 (remove_files) COMPLETE
47782024-08-24T16:56:35.399Z[ recovery-image] Aug 24 16:56:34.495 INFO O| Aug 24 16:56:34.495 INFO STEP 287: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47792024-08-24T16:56:35.409Z[ recovery-image] Aug 24 16:56:34.505 INFO O| Aug 24 16:56:34.505 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ncurses6-config"
47802024-08-24T16:56:35.409Z[ recovery-image] Aug 24 16:56:34.506 INFO O| Aug 24 16:56:34.506 INFO STEP 287 (remove_files) COMPLETE
47812024-08-24T16:56:35.409Z[ recovery-image] Aug 24 16:56:34.506 INFO O| Aug 24 16:56:34.506 INFO STEP 288: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47822024-08-24T16:56:35.419Z[ recovery-image] Aug 24 16:56:34.515 INFO O| Aug 24 16:56:34.515 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/net-snmp-cert"
47832024-08-24T16:56:35.419Z[ recovery-image] Aug 24 16:56:34.515 INFO O| Aug 24 16:56:34.515 INFO STEP 288 (remove_files) COMPLETE
47842024-08-24T16:56:35.421Z[ recovery-image] Aug 24 16:56:34.515 INFO O| Aug 24 16:56:34.515 INFO STEP 289: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47852024-08-24T16:56:35.428Z[ recovery-image] Aug 24 16:56:34.525 INFO O| Aug 24 16:56:34.525 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/net-snmp-config"
47862024-08-24T16:56:35.428Z[ recovery-image] Aug 24 16:56:34.525 INFO O| Aug 24 16:56:34.525 INFO STEP 289 (remove_files) COMPLETE
47872024-08-24T16:56:35.430Z[ recovery-image] Aug 24 16:56:34.525 INFO O| Aug 24 16:56:34.525 INFO STEP 290: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47882024-08-24T16:56:35.438Z[ recovery-image] Aug 24 16:56:34.534 INFO O| Aug 24 16:56:34.534 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/net-snmp-create-v3-user"
47892024-08-24T16:56:35.438Z[ recovery-image] Aug 24 16:56:34.534 INFO O| Aug 24 16:56:34.534 INFO STEP 290 (remove_files) COMPLETE
47902024-08-24T16:56:35.438Z[ recovery-image] Aug 24 16:56:34.534 INFO O| Aug 24 16:56:34.534 INFO STEP 291: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47912024-08-24T16:56:35.448Z[ recovery-image] Aug 24 16:56:34.544 INFO O| Aug 24 16:56:34.544 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/newform"
47922024-08-24T16:56:35.448Z[ recovery-image] Aug 24 16:56:34.544 INFO O| Aug 24 16:56:34.544 INFO STEP 291 (remove_files) COMPLETE
47932024-08-24T16:56:35.448Z[ recovery-image] Aug 24 16:56:34.544 INFO O| Aug 24 16:56:34.544 INFO STEP 292: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47942024-08-24T16:56:35.458Z[ recovery-image] Aug 24 16:56:34.554 INFO O| Aug 24 16:56:34.554 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/newgrp"
47952024-08-24T16:56:35.458Z[ recovery-image] Aug 24 16:56:34.554 INFO O| Aug 24 16:56:34.554 INFO STEP 292 (remove_files) COMPLETE
47962024-08-24T16:56:35.460Z[ recovery-image] Aug 24 16:56:34.554 INFO O| Aug 24 16:56:34.554 INFO STEP 293: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47972024-08-24T16:56:35.468Z[ recovery-image] Aug 24 16:56:34.564 INFO O| Aug 24 16:56:34.564 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/news"
47982024-08-24T16:56:35.468Z[ recovery-image] Aug 24 16:56:34.565 INFO O| Aug 24 16:56:34.565 INFO STEP 293 (remove_files) COMPLETE
47992024-08-24T16:56:35.468Z[ recovery-image] Aug 24 16:56:34.565 INFO O| Aug 24 16:56:34.565 INFO STEP 294: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48002024-08-24T16:56:35.480Z[ recovery-image] Aug 24 16:56:34.576 INFO O| Aug 24 16:56:34.576 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/newtask"
48012024-08-24T16:56:35.480Z[ recovery-image] Aug 24 16:56:34.576 INFO O| Aug 24 16:56:34.576 INFO STEP 294 (remove_files) COMPLETE
48022024-08-24T16:56:35.480Z[ recovery-image] Aug 24 16:56:34.576 INFO O| Aug 24 16:56:34.576 INFO STEP 295: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48032024-08-24T16:56:35.491Z[ recovery-image] Aug 24 16:56:34.587 INFO O| Aug 24 16:56:34.587 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/nice"
48042024-08-24T16:56:35.491Z[ recovery-image] Aug 24 16:56:34.587 INFO O| Aug 24 16:56:34.587 INFO STEP 295 (remove_files) COMPLETE
48052024-08-24T16:56:35.493Z[ recovery-image] Aug 24 16:56:34.587 INFO O| Aug 24 16:56:34.587 INFO STEP 296: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48062024-08-24T16:56:35.500Z[ recovery-image] Aug 24 16:56:34.597 INFO O| Aug 24 16:56:34.597 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/nl"
48072024-08-24T16:56:35.500Z[ recovery-image] Aug 24 16:56:34.597 INFO O| Aug 24 16:56:34.597 INFO STEP 296 (remove_files) COMPLETE
48082024-08-24T16:56:35.503Z[ recovery-image] Aug 24 16:56:34.597 INFO O| Aug 24 16:56:34.597 INFO STEP 297: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48092024-08-24T16:56:35.510Z[ recovery-image] Aug 24 16:56:34.606 INFO O| Aug 24 16:56:34.606 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/oawk"
48102024-08-24T16:56:35.510Z[ recovery-image] Aug 24 16:56:34.607 INFO O| Aug 24 16:56:34.606 INFO STEP 297 (remove_files) COMPLETE
48112024-08-24T16:56:35.512Z[ recovery-image] Aug 24 16:56:34.607 INFO O| Aug 24 16:56:34.607 INFO STEP 298: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48122024-08-24T16:56:35.520Z[ recovery-image] Aug 24 16:56:34.616 INFO O| Aug 24 16:56:34.616 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/od"
48132024-08-24T16:56:35.522Z[ recovery-image] Aug 24 16:56:34.616 INFO O| Aug 24 16:56:34.616 INFO STEP 298 (remove_files) COMPLETE
48142024-08-24T16:56:35.522Z[ recovery-image] Aug 24 16:56:34.616 INFO O| Aug 24 16:56:34.616 INFO STEP 299: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48152024-08-24T16:56:35.530Z[ recovery-image] Aug 24 16:56:34.626 INFO O| Aug 24 16:56:34.626 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/optisa"
48162024-08-24T16:56:35.530Z[ recovery-image] Aug 24 16:56:34.626 INFO O| Aug 24 16:56:34.626 INFO STEP 299 (remove_files) COMPLETE
48172024-08-24T16:56:35.530Z[ recovery-image] Aug 24 16:56:34.626 INFO O| Aug 24 16:56:34.626 INFO STEP 300: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48182024-08-24T16:56:35.540Z[ recovery-image] Aug 24 16:56:34.636 INFO O| Aug 24 16:56:34.636 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pack"
48192024-08-24T16:56:35.540Z[ recovery-image] Aug 24 16:56:34.636 INFO O| Aug 24 16:56:34.636 INFO STEP 300 (remove_files) COMPLETE
48202024-08-24T16:56:35.542Z[ recovery-image] Aug 24 16:56:34.636 INFO O| Aug 24 16:56:34.636 INFO STEP 301: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48212024-08-24T16:56:35.550Z[ recovery-image] Aug 24 16:56:34.646 INFO O| Aug 24 16:56:34.646 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/page"
48222024-08-24T16:56:35.550Z[ recovery-image] Aug 24 16:56:34.646 INFO O| Aug 24 16:56:34.646 INFO STEP 301 (remove_files) COMPLETE
48232024-08-24T16:56:35.552Z[ recovery-image] Aug 24 16:56:34.646 INFO O| Aug 24 16:56:34.646 INFO STEP 302: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48242024-08-24T16:56:35.560Z[ recovery-image] Aug 24 16:56:34.656 INFO O| Aug 24 16:56:34.656 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pagesize"
48252024-08-24T16:56:35.560Z[ recovery-image] Aug 24 16:56:34.656 INFO O| Aug 24 16:56:34.656 INFO STEP 302 (remove_files) COMPLETE
48262024-08-24T16:56:35.560Z[ recovery-image] Aug 24 16:56:34.656 INFO O| Aug 24 16:56:34.656 INFO STEP 303: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48272024-08-24T16:56:35.569Z[ recovery-image] Aug 24 16:56:34.666 INFO O| Aug 24 16:56:34.666 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pargs"
48282024-08-24T16:56:35.569Z[ recovery-image] Aug 24 16:56:34.666 INFO O| Aug 24 16:56:34.666 INFO STEP 303 (remove_files) COMPLETE
48292024-08-24T16:56:35.569Z[ recovery-image] Aug 24 16:56:34.666 INFO O| Aug 24 16:56:34.666 INFO STEP 304: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48302024-08-24T16:56:35.579Z[ recovery-image] Aug 24 16:56:34.675 INFO O| Aug 24 16:56:34.675 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/passwd"
48312024-08-24T16:56:35.581Z[ recovery-image] Aug 24 16:56:34.675 INFO O| Aug 24 16:56:34.675 INFO STEP 304 (remove_files) COMPLETE
48322024-08-24T16:56:35.581Z[ recovery-image] Aug 24 16:56:34.675 INFO O| Aug 24 16:56:34.675 INFO STEP 305: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48332024-08-24T16:56:35.589Z[ recovery-image] Aug 24 16:56:34.685 INFO O| Aug 24 16:56:34.685 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/paste"
48342024-08-24T16:56:35.589Z[ recovery-image] Aug 24 16:56:34.685 INFO O| Aug 24 16:56:34.685 INFO STEP 305 (remove_files) COMPLETE
48352024-08-24T16:56:35.591Z[ recovery-image] Aug 24 16:56:34.685 INFO O| Aug 24 16:56:34.685 INFO STEP 306: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48362024-08-24T16:56:35.598Z[ recovery-image] Aug 24 16:56:34.694 INFO O| Aug 24 16:56:34.694 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pathchk"
48372024-08-24T16:56:35.598Z[ recovery-image] Aug 24 16:56:34.694 INFO O| Aug 24 16:56:34.694 INFO STEP 306 (remove_files) COMPLETE
48382024-08-24T16:56:35.598Z[ recovery-image] Aug 24 16:56:34.694 INFO O| Aug 24 16:56:34.694 INFO STEP 307: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48392024-08-24T16:56:35.607Z[ recovery-image] Aug 24 16:56:34.704 INFO O| Aug 24 16:56:34.704 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pauxv"
48402024-08-24T16:56:35.607Z[ recovery-image] Aug 24 16:56:34.704 INFO O| Aug 24 16:56:34.704 INFO STEP 307 (remove_files) COMPLETE
48412024-08-24T16:56:35.610Z[ recovery-image] Aug 24 16:56:34.704 INFO O| Aug 24 16:56:34.704 INFO STEP 308: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48422024-08-24T16:56:35.617Z[ recovery-image] Aug 24 16:56:34.713 INFO O| Aug 24 16:56:34.713 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pax"
48432024-08-24T16:56:35.619Z[ recovery-image] Aug 24 16:56:34.713 INFO O| Aug 24 16:56:34.713 INFO STEP 308 (remove_files) COMPLETE
48442024-08-24T16:56:35.619Z[ recovery-image] Aug 24 16:56:34.713 INFO O| Aug 24 16:56:34.713 INFO STEP 309: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48452024-08-24T16:56:35.626Z[ recovery-image] Aug 24 16:56:34.723 INFO O| Aug 24 16:56:34.723 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pcap-config"
48462024-08-24T16:56:35.626Z[ recovery-image] Aug 24 16:56:34.723 INFO O| Aug 24 16:56:34.723 INFO STEP 309 (remove_files) COMPLETE
48472024-08-24T16:56:35.629Z[ recovery-image] Aug 24 16:56:34.723 INFO O| Aug 24 16:56:34.723 INFO STEP 310: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48482024-08-24T16:56:35.636Z[ recovery-image] Aug 24 16:56:34.732 INFO O| Aug 24 16:56:34.732 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pcre-config"
48492024-08-24T16:56:35.638Z[ recovery-image] Aug 24 16:56:34.732 INFO O| Aug 24 16:56:34.732 INFO STEP 310 (remove_files) COMPLETE
48502024-08-24T16:56:35.638Z[ recovery-image] Aug 24 16:56:34.732 INFO O| Aug 24 16:56:34.732 INFO STEP 311: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48512024-08-24T16:56:35.645Z[ recovery-image] Aug 24 16:56:34.742 INFO O| Aug 24 16:56:34.742 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pcre2-config"
48522024-08-24T16:56:35.646Z[ recovery-image] Aug 24 16:56:34.742 INFO O| Aug 24 16:56:34.742 INFO STEP 311 (remove_files) COMPLETE
48532024-08-24T16:56:35.648Z[ recovery-image] Aug 24 16:56:34.742 INFO O| Aug 24 16:56:34.742 INFO STEP 312: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48542024-08-24T16:56:35.656Z[ recovery-image] Aug 24 16:56:34.752 INFO O| Aug 24 16:56:34.752 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pcre2grep"
48552024-08-24T16:56:35.658Z[ recovery-image] Aug 24 16:56:34.752 INFO O| Aug 24 16:56:34.752 INFO STEP 312 (remove_files) COMPLETE
48562024-08-24T16:56:35.658Z[ recovery-image] Aug 24 16:56:34.752 INFO O| Aug 24 16:56:34.752 INFO STEP 313: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48572024-08-24T16:56:35.665Z[ recovery-image] Aug 24 16:56:34.762 INFO O| Aug 24 16:56:34.762 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pcre2test"
48582024-08-24T16:56:35.665Z[ recovery-image] Aug 24 16:56:34.762 INFO O| Aug 24 16:56:34.762 INFO STEP 313 (remove_files) COMPLETE
48592024-08-24T16:56:35.668Z[ recovery-image] Aug 24 16:56:34.762 INFO O| Aug 24 16:56:34.762 INFO STEP 314: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48602024-08-24T16:56:35.675Z[ recovery-image] Aug 24 16:56:34.771 INFO O| Aug 24 16:56:34.771 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pcred"
48612024-08-24T16:56:35.675Z[ recovery-image] Aug 24 16:56:34.771 INFO O| Aug 24 16:56:34.771 INFO STEP 314 (remove_files) COMPLETE
48622024-08-24T16:56:35.677Z[ recovery-image] Aug 24 16:56:34.771 INFO O| Aug 24 16:56:34.771 INFO STEP 315: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48632024-08-24T16:56:35.685Z[ recovery-image] Aug 24 16:56:34.781 INFO O| Aug 24 16:56:34.781 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pcregrep"
48642024-08-24T16:56:35.687Z[ recovery-image] Aug 24 16:56:34.781 INFO O| Aug 24 16:56:34.781 INFO STEP 315 (remove_files) COMPLETE
48652024-08-24T16:56:35.687Z[ recovery-image] Aug 24 16:56:34.781 INFO O| Aug 24 16:56:34.781 INFO STEP 316: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48662024-08-24T16:56:35.694Z[ recovery-image] Aug 24 16:56:34.791 INFO O| Aug 24 16:56:34.790 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pcretest"
48672024-08-24T16:56:35.694Z[ recovery-image] Aug 24 16:56:34.791 INFO O| Aug 24 16:56:34.791 INFO STEP 316 (remove_files) COMPLETE
48682024-08-24T16:56:35.696Z[ recovery-image] Aug 24 16:56:34.791 INFO O| Aug 24 16:56:34.791 INFO STEP 317: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48692024-08-24T16:56:35.704Z[ recovery-image] Aug 24 16:56:34.800 INFO O| Aug 24 16:56:34.800 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/penv"
48702024-08-24T16:56:35.706Z[ recovery-image] Aug 24 16:56:34.800 INFO O| Aug 24 16:56:34.800 INFO STEP 317 (remove_files) COMPLETE
48712024-08-24T16:56:35.706Z[ recovery-image] Aug 24 16:56:34.800 INFO O| Aug 24 16:56:34.800 INFO STEP 318: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48722024-08-24T16:56:35.713Z[ recovery-image] Aug 24 16:56:34.809 INFO O| Aug 24 16:56:34.809 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pfbash"
48732024-08-24T16:56:35.713Z[ recovery-image] Aug 24 16:56:34.810 INFO O| Aug 24 16:56:34.809 INFO STEP 318 (remove_files) COMPLETE
48742024-08-24T16:56:35.715Z[ recovery-image] Aug 24 16:56:34.810 INFO O| Aug 24 16:56:34.809 INFO STEP 319: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48752024-08-24T16:56:35.723Z[ recovery-image] Aug 24 16:56:34.819 INFO O| Aug 24 16:56:34.819 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pfcsh"
48762024-08-24T16:56:35.725Z[ recovery-image] Aug 24 16:56:34.819 INFO O| Aug 24 16:56:34.819 INFO STEP 319 (remove_files) COMPLETE
48772024-08-24T16:56:35.725Z[ recovery-image] Aug 24 16:56:34.819 INFO O| Aug 24 16:56:34.819 INFO STEP 320: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48782024-08-24T16:56:35.732Z[ recovery-image] Aug 24 16:56:34.828 INFO O| Aug 24 16:56:34.828 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pfiles"
48792024-08-24T16:56:35.732Z[ recovery-image] Aug 24 16:56:34.828 INFO O| Aug 24 16:56:34.828 INFO STEP 320 (remove_files) COMPLETE
48802024-08-24T16:56:35.735Z[ recovery-image] Aug 24 16:56:34.828 INFO O| Aug 24 16:56:34.828 INFO STEP 321: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48812024-08-24T16:56:35.742Z[ recovery-image] Aug 24 16:56:34.838 INFO O| Aug 24 16:56:34.838 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pfksh"
48822024-08-24T16:56:35.742Z[ recovery-image] Aug 24 16:56:34.838 INFO O| Aug 24 16:56:34.838 INFO STEP 321 (remove_files) COMPLETE
48832024-08-24T16:56:35.744Z[ recovery-image] Aug 24 16:56:34.838 INFO O| Aug 24 16:56:34.838 INFO STEP 322: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48842024-08-24T16:56:35.751Z[ recovery-image] Aug 24 16:56:34.847 INFO O| Aug 24 16:56:34.847 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pfksh93"
48852024-08-24T16:56:35.751Z[ recovery-image] Aug 24 16:56:34.847 INFO O| Aug 24 16:56:34.847 INFO STEP 322 (remove_files) COMPLETE
48862024-08-24T16:56:35.754Z[ recovery-image] Aug 24 16:56:34.847 INFO O| Aug 24 16:56:34.847 INFO STEP 323: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48872024-08-24T16:56:35.760Z[ recovery-image] Aug 24 16:56:34.857 INFO O| Aug 24 16:56:34.857 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pflags"
48882024-08-24T16:56:35.760Z[ recovery-image] Aug 24 16:56:34.857 INFO O| Aug 24 16:56:34.857 INFO STEP 323 (remove_files) COMPLETE
48892024-08-24T16:56:35.763Z[ recovery-image] Aug 24 16:56:34.857 INFO O| Aug 24 16:56:34.857 INFO STEP 324: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48902024-08-24T16:56:35.770Z[ recovery-image] Aug 24 16:56:34.866 INFO O| Aug 24 16:56:34.866 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pfrksh"
48912024-08-24T16:56:35.770Z[ recovery-image] Aug 24 16:56:34.866 INFO O| Aug 24 16:56:34.866 INFO STEP 324 (remove_files) COMPLETE
48922024-08-24T16:56:35.770Z[ recovery-image] Aug 24 16:56:34.866 INFO O| Aug 24 16:56:34.866 INFO STEP 325: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48932024-08-24T16:56:35.779Z[ recovery-image] Aug 24 16:56:34.876 INFO O| Aug 24 16:56:34.876 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pfrksh93"
48942024-08-24T16:56:35.779Z[ recovery-image] Aug 24 16:56:34.876 INFO O| Aug 24 16:56:34.876 INFO STEP 325 (remove_files) COMPLETE
48952024-08-24T16:56:35.782Z[ recovery-image] Aug 24 16:56:34.876 INFO O| Aug 24 16:56:34.876 INFO STEP 326: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48962024-08-24T16:56:35.789Z[ recovery-image] Aug 24 16:56:34.885 INFO O| Aug 24 16:56:34.885 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pfsh"
48972024-08-24T16:56:35.789Z[ recovery-image] Aug 24 16:56:34.885 INFO O| Aug 24 16:56:34.885 INFO STEP 326 (remove_files) COMPLETE
48982024-08-24T16:56:35.789Z[ recovery-image] Aug 24 16:56:34.885 INFO O| Aug 24 16:56:34.885 INFO STEP 327: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48992024-08-24T16:56:35.798Z[ recovery-image] Aug 24 16:56:34.894 INFO O| Aug 24 16:56:34.894 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pftcsh"
49002024-08-24T16:56:35.798Z[ recovery-image] Aug 24 16:56:34.895 INFO O| Aug 24 16:56:34.894 INFO STEP 327 (remove_files) COMPLETE
49012024-08-24T16:56:35.798Z[ recovery-image] Aug 24 16:56:34.895 INFO O| Aug 24 16:56:34.895 INFO STEP 328: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49022024-08-24T16:56:35.808Z[ recovery-image] Aug 24 16:56:34.904 INFO O| Aug 24 16:56:34.904 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pfzsh"
49032024-08-24T16:56:35.808Z[ recovery-image] Aug 24 16:56:34.904 INFO O| Aug 24 16:56:34.904 INFO STEP 328 (remove_files) COMPLETE
49042024-08-24T16:56:35.808Z[ recovery-image] Aug 24 16:56:34.904 INFO O| Aug 24 16:56:34.904 INFO STEP 329: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49052024-08-24T16:56:35.817Z[ recovery-image] Aug 24 16:56:34.913 INFO O| Aug 24 16:56:34.913 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pg"
49062024-08-24T16:56:35.817Z[ recovery-image] Aug 24 16:56:34.914 INFO O| Aug 24 16:56:34.914 INFO STEP 329 (remove_files) COMPLETE
49072024-08-24T16:56:35.820Z[ recovery-image] Aug 24 16:56:34.914 INFO O| Aug 24 16:56:34.914 INFO STEP 330: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49082024-08-24T16:56:35.827Z[ recovery-image] Aug 24 16:56:34.923 INFO O| Aug 24 16:56:34.923 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pginfo"
49092024-08-24T16:56:35.829Z[ recovery-image] Aug 24 16:56:34.923 INFO O| Aug 24 16:56:34.923 INFO STEP 330 (remove_files) COMPLETE
49102024-08-24T16:56:35.829Z[ recovery-image] Aug 24 16:56:34.923 INFO O| Aug 24 16:56:34.923 INFO STEP 331: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49112024-08-24T16:56:35.836Z[ recovery-image] Aug 24 16:56:34.933 INFO O| Aug 24 16:56:34.933 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pgstat"
49122024-08-24T16:56:35.839Z[ recovery-image] Aug 24 16:56:34.933 INFO O| Aug 24 16:56:34.933 INFO STEP 331 (remove_files) COMPLETE
49132024-08-24T16:56:35.839Z[ recovery-image] Aug 24 16:56:34.933 INFO O| Aug 24 16:56:34.933 INFO STEP 332: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49142024-08-24T16:56:35.846Z[ recovery-image] Aug 24 16:56:34.942 INFO O| Aug 24 16:56:34.942 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pkgadm"
49152024-08-24T16:56:35.846Z[ recovery-image] Aug 24 16:56:34.942 INFO O| Aug 24 16:56:34.942 INFO STEP 332 (remove_files) COMPLETE
49162024-08-24T16:56:35.846Z[ recovery-image] Aug 24 16:56:34.942 INFO O| Aug 24 16:56:34.942 INFO STEP 333: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49172024-08-24T16:56:35.855Z[ recovery-image] Aug 24 16:56:34.952 INFO O| Aug 24 16:56:34.952 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pkgcond"
49182024-08-24T16:56:35.855Z[ recovery-image] Aug 24 16:56:34.952 INFO O| Aug 24 16:56:34.952 INFO STEP 333 (remove_files) COMPLETE
49192024-08-24T16:56:35.855Z[ recovery-image] Aug 24 16:56:34.952 INFO O| Aug 24 16:56:34.952 INFO STEP 334: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49202024-08-24T16:56:35.865Z[ recovery-image] Aug 24 16:56:34.962 INFO O| Aug 24 16:56:34.961 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pkginfo"
49212024-08-24T16:56:35.865Z[ recovery-image] Aug 24 16:56:34.962 INFO O| Aug 24 16:56:34.962 INFO STEP 334 (remove_files) COMPLETE
49222024-08-24T16:56:35.868Z[ recovery-image] Aug 24 16:56:34.962 INFO O| Aug 24 16:56:34.962 INFO STEP 335: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49232024-08-24T16:56:35.875Z[ recovery-image] Aug 24 16:56:34.971 INFO O| Aug 24 16:56:34.971 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pkgmk"
49242024-08-24T16:56:35.877Z[ recovery-image] Aug 24 16:56:34.971 INFO O| Aug 24 16:56:34.971 INFO STEP 335 (remove_files) COMPLETE
49252024-08-24T16:56:35.877Z[ recovery-image] Aug 24 16:56:34.971 INFO O| Aug 24 16:56:34.971 INFO STEP 336: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49262024-08-24T16:56:35.884Z[ recovery-image] Aug 24 16:56:34.981 INFO O| Aug 24 16:56:34.981 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pkgparam"
49272024-08-24T16:56:35.884Z[ recovery-image] Aug 24 16:56:34.981 INFO O| Aug 24 16:56:34.981 INFO STEP 336 (remove_files) COMPLETE
49282024-08-24T16:56:35.887Z[ recovery-image] Aug 24 16:56:34.981 INFO O| Aug 24 16:56:34.981 INFO STEP 337: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49292024-08-24T16:56:35.894Z[ recovery-image] Aug 24 16:56:34.990 INFO O| Aug 24 16:56:34.990 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pkgproto"
49302024-08-24T16:56:35.894Z[ recovery-image] Aug 24 16:56:34.990 INFO O| Aug 24 16:56:34.990 INFO STEP 337 (remove_files) COMPLETE
49312024-08-24T16:56:35.896Z[ recovery-image] Aug 24 16:56:34.990 INFO O| Aug 24 16:56:34.990 INFO STEP 338: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49322024-08-24T16:56:35.903Z[ recovery-image] Aug 24 16:56:35.000 INFO O| Aug 24 16:56:35.000 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pkgtrans"
49332024-08-24T16:56:35.903Z[ recovery-image] Aug 24 16:56:35.000 INFO O| Aug 24 16:56:35.000 INFO STEP 338 (remove_files) COMPLETE
49342024-08-24T16:56:35.906Z[ recovery-image] Aug 24 16:56:35.000 INFO O| Aug 24 16:56:35.000 INFO STEP 339: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49352024-08-24T16:56:35.914Z[ recovery-image] Aug 24 16:56:35.010 INFO O| Aug 24 16:56:35.010 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pkill"
49362024-08-24T16:56:35.914Z[ recovery-image] Aug 24 16:56:35.010 INFO O| Aug 24 16:56:35.010 INFO STEP 339 (remove_files) COMPLETE
49372024-08-24T16:56:35.916Z[ recovery-image] Aug 24 16:56:35.010 INFO O| Aug 24 16:56:35.010 INFO STEP 340: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49382024-08-24T16:56:35.923Z[ recovery-image] Aug 24 16:56:35.020 INFO O| Aug 24 16:56:35.020 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pktool"
49392024-08-24T16:56:35.926Z[ recovery-image] Aug 24 16:56:35.020 INFO O| Aug 24 16:56:35.020 INFO STEP 340 (remove_files) COMPLETE
49402024-08-24T16:56:35.926Z[ recovery-image] Aug 24 16:56:35.020 INFO O| Aug 24 16:56:35.020 INFO STEP 341: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49412024-08-24T16:56:35.933Z[ recovery-image] Aug 24 16:56:35.029 INFO O| Aug 24 16:56:35.029 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pldd"
49422024-08-24T16:56:35.933Z[ recovery-image] Aug 24 16:56:35.030 INFO O| Aug 24 16:56:35.029 INFO STEP 341 (remove_files) COMPLETE
49432024-08-24T16:56:35.933Z[ recovery-image] Aug 24 16:56:35.030 INFO O| Aug 24 16:56:35.029 INFO STEP 342: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49442024-08-24T16:56:35.942Z[ recovery-image] Aug 24 16:56:35.039 INFO O| Aug 24 16:56:35.039 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/plgrp"
49452024-08-24T16:56:35.945Z[ recovery-image] Aug 24 16:56:35.039 INFO O| Aug 24 16:56:35.039 INFO STEP 342 (remove_files) COMPLETE
49462024-08-24T16:56:35.945Z[ recovery-image] Aug 24 16:56:35.039 INFO O| Aug 24 16:56:35.039 INFO STEP 343: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49472024-08-24T16:56:35.952Z[ recovery-image] Aug 24 16:56:35.048 INFO O| Aug 24 16:56:35.048 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/plimit"
49482024-08-24T16:56:35.952Z[ recovery-image] Aug 24 16:56:35.048 INFO O| Aug 24 16:56:35.048 INFO STEP 343 (remove_files) COMPLETE
49492024-08-24T16:56:35.954Z[ recovery-image] Aug 24 16:56:35.049 INFO O| Aug 24 16:56:35.048 INFO STEP 344: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49502024-08-24T16:56:35.961Z[ recovery-image] Aug 24 16:56:35.058 INFO O| Aug 24 16:56:35.058 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pmadvise"
49512024-08-24T16:56:35.961Z[ recovery-image] Aug 24 16:56:35.058 INFO O| Aug 24 16:56:35.058 INFO STEP 344 (remove_files) COMPLETE
49522024-08-24T16:56:35.964Z[ recovery-image] Aug 24 16:56:35.058 INFO O| Aug 24 16:56:35.058 INFO STEP 345: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49532024-08-24T16:56:35.971Z[ recovery-image] Aug 24 16:56:35.067 INFO O| Aug 24 16:56:35.067 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pmap"
49542024-08-24T16:56:35.973Z[ recovery-image] Aug 24 16:56:35.067 INFO O| Aug 24 16:56:35.067 INFO STEP 345 (remove_files) COMPLETE
49552024-08-24T16:56:35.973Z[ recovery-image] Aug 24 16:56:35.067 INFO O| Aug 24 16:56:35.067 INFO STEP 346: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49562024-08-24T16:56:35.981Z[ recovery-image] Aug 24 16:56:35.077 INFO O| Aug 24 16:56:35.077 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/poolstat"
49572024-08-24T16:56:35.981Z[ recovery-image] Aug 24 16:56:35.077 INFO O| Aug 24 16:56:35.077 INFO STEP 346 (remove_files) COMPLETE
49582024-08-24T16:56:35.983Z[ recovery-image] Aug 24 16:56:35.077 INFO O| Aug 24 16:56:35.077 INFO STEP 347: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49592024-08-24T16:56:35.990Z[ recovery-image] Aug 24 16:56:35.087 INFO O| Aug 24 16:56:35.087 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ppgsz"
49602024-08-24T16:56:35.990Z[ recovery-image] Aug 24 16:56:35.087 INFO O| Aug 24 16:56:35.087 INFO STEP 347 (remove_files) COMPLETE
49612024-08-24T16:56:35.993Z[ recovery-image] Aug 24 16:56:35.087 INFO O| Aug 24 16:56:35.087 INFO STEP 348: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49622024-08-24T16:56:36.000Z[ recovery-image] Aug 24 16:56:35.096 INFO O| Aug 24 16:56:35.096 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ppriv"
49632024-08-24T16:56:36.000Z[ recovery-image] Aug 24 16:56:35.096 INFO O| Aug 24 16:56:35.096 INFO STEP 348 (remove_files) COMPLETE
49642024-08-24T16:56:36.000Z[ recovery-image] Aug 24 16:56:35.096 INFO O| Aug 24 16:56:35.096 INFO STEP 349: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49652024-08-24T16:56:36.010Z[ recovery-image] Aug 24 16:56:35.106 INFO O| Aug 24 16:56:35.106 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pr"
49662024-08-24T16:56:36.012Z[ recovery-image] Aug 24 16:56:35.106 INFO O| Aug 24 16:56:35.106 INFO STEP 349 (remove_files) COMPLETE
49672024-08-24T16:56:36.012Z[ recovery-image] Aug 24 16:56:35.106 INFO O| Aug 24 16:56:35.106 INFO STEP 350: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49682024-08-24T16:56:36.019Z[ recovery-image] Aug 24 16:56:35.115 INFO O| Aug 24 16:56:35.115 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/prctl"
49692024-08-24T16:56:36.021Z[ recovery-image] Aug 24 16:56:35.115 INFO O| Aug 24 16:56:35.115 INFO STEP 350 (remove_files) COMPLETE
49702024-08-24T16:56:36.021Z[ recovery-image] Aug 24 16:56:35.115 INFO O| Aug 24 16:56:35.115 INFO STEP 351: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49712024-08-24T16:56:36.028Z[ recovery-image] Aug 24 16:56:35.125 INFO O| Aug 24 16:56:35.125 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/preap"
49722024-08-24T16:56:36.029Z[ recovery-image] Aug 24 16:56:35.125 INFO O| Aug 24 16:56:35.125 INFO STEP 351 (remove_files) COMPLETE
49732024-08-24T16:56:36.031Z[ recovery-image] Aug 24 16:56:35.125 INFO O| Aug 24 16:56:35.125 INFO STEP 352: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49742024-08-24T16:56:36.038Z[ recovery-image] Aug 24 16:56:35.134 INFO O| Aug 24 16:56:35.134 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/print"
49752024-08-24T16:56:36.038Z[ recovery-image] Aug 24 16:56:35.134 INFO O| Aug 24 16:56:35.134 INFO STEP 352 (remove_files) COMPLETE
49762024-08-24T16:56:36.040Z[ recovery-image] Aug 24 16:56:35.134 INFO O| Aug 24 16:56:35.134 INFO STEP 353: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49772024-08-24T16:56:36.047Z[ recovery-image] Aug 24 16:56:35.144 INFO O| Aug 24 16:56:35.144 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/printf"
49782024-08-24T16:56:36.047Z[ recovery-image] Aug 24 16:56:35.144 INFO O| Aug 24 16:56:35.144 INFO STEP 353 (remove_files) COMPLETE
49792024-08-24T16:56:36.047Z[ recovery-image] Aug 24 16:56:35.144 INFO O| Aug 24 16:56:35.144 INFO STEP 354: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49802024-08-24T16:56:36.057Z[ recovery-image] Aug 24 16:56:35.153 INFO O| Aug 24 16:56:35.153 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/priocntl"
49812024-08-24T16:56:36.057Z[ recovery-image] Aug 24 16:56:35.153 INFO O| Aug 24 16:56:35.153 INFO STEP 354 (remove_files) COMPLETE
49822024-08-24T16:56:36.057Z[ recovery-image] Aug 24 16:56:35.153 INFO O| Aug 24 16:56:35.153 INFO STEP 355: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49832024-08-24T16:56:36.066Z[ recovery-image] Aug 24 16:56:35.163 INFO O| Aug 24 16:56:35.163 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/profiles"
49842024-08-24T16:56:36.069Z[ recovery-image] Aug 24 16:56:35.163 INFO O| Aug 24 16:56:35.163 INFO STEP 355 (remove_files) COMPLETE
49852024-08-24T16:56:36.069Z[ recovery-image] Aug 24 16:56:35.163 INFO O| Aug 24 16:56:35.163 INFO STEP 356: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49862024-08-24T16:56:36.076Z[ recovery-image] Aug 24 16:56:35.173 INFO O| Aug 24 16:56:35.172 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/projects"
49872024-08-24T16:56:36.076Z[ recovery-image] Aug 24 16:56:35.173 INFO O| Aug 24 16:56:35.173 INFO STEP 356 (remove_files) COMPLETE
49882024-08-24T16:56:36.079Z[ recovery-image] Aug 24 16:56:35.173 INFO O| Aug 24 16:56:35.173 INFO STEP 357: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49892024-08-24T16:56:36.086Z[ recovery-image] Aug 24 16:56:35.182 INFO O| Aug 24 16:56:35.182 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/prstat"
49902024-08-24T16:56:36.086Z[ recovery-image] Aug 24 16:56:35.183 INFO O| Aug 24 16:56:35.182 INFO STEP 357 (remove_files) COMPLETE
49912024-08-24T16:56:36.089Z[ recovery-image] Aug 24 16:56:35.183 INFO O| Aug 24 16:56:35.182 INFO STEP 358: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49922024-08-24T16:56:36.096Z[ recovery-image] Aug 24 16:56:35.192 INFO O| Aug 24 16:56:35.192 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/prun"
49932024-08-24T16:56:36.096Z[ recovery-image] Aug 24 16:56:35.192 INFO O| Aug 24 16:56:35.192 INFO STEP 358 (remove_files) COMPLETE
49942024-08-24T16:56:36.096Z[ recovery-image] Aug 24 16:56:35.192 INFO O| Aug 24 16:56:35.192 INFO STEP 359: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49952024-08-24T16:56:36.105Z[ recovery-image] Aug 24 16:56:35.201 INFO O| Aug 24 16:56:35.201 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/psecflags"
49962024-08-24T16:56:36.105Z[ recovery-image] Aug 24 16:56:35.201 INFO O| Aug 24 16:56:35.201 INFO STEP 359 (remove_files) COMPLETE
49972024-08-24T16:56:36.108Z[ recovery-image] Aug 24 16:56:35.201 INFO O| Aug 24 16:56:35.201 INFO STEP 360: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49982024-08-24T16:56:36.114Z[ recovery-image] Aug 24 16:56:35.211 INFO O| Aug 24 16:56:35.211 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/psig"
49992024-08-24T16:56:36.114Z[ recovery-image] Aug 24 16:56:35.211 INFO O| Aug 24 16:56:35.211 INFO STEP 360 (remove_files) COMPLETE
50002024-08-24T16:56:36.117Z[ recovery-image] Aug 24 16:56:35.211 INFO O| Aug 24 16:56:35.211 INFO STEP 361: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50012024-08-24T16:56:36.124Z[ recovery-image] Aug 24 16:56:35.220 INFO O| Aug 24 16:56:35.220 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pstack"
50022024-08-24T16:56:36.124Z[ recovery-image] Aug 24 16:56:35.220 INFO O| Aug 24 16:56:35.220 INFO STEP 361 (remove_files) COMPLETE
50032024-08-24T16:56:36.124Z[ recovery-image] Aug 24 16:56:35.220 INFO O| Aug 24 16:56:35.220 INFO STEP 362: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50042024-08-24T16:56:36.133Z[ recovery-image] Aug 24 16:56:35.229 INFO O| Aug 24 16:56:35.229 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pstop"
50052024-08-24T16:56:36.133Z[ recovery-image] Aug 24 16:56:35.230 INFO O| Aug 24 16:56:35.230 INFO STEP 362 (remove_files) COMPLETE
50062024-08-24T16:56:36.133Z[ recovery-image] Aug 24 16:56:35.230 INFO O| Aug 24 16:56:35.230 INFO STEP 363: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50072024-08-24T16:56:36.143Z[ recovery-image] Aug 24 16:56:35.239 INFO O| Aug 24 16:56:35.239 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ptime"
50082024-08-24T16:56:36.143Z[ recovery-image] Aug 24 16:56:35.239 INFO O| Aug 24 16:56:35.239 INFO STEP 363 (remove_files) COMPLETE
50092024-08-24T16:56:36.145Z[ recovery-image] Aug 24 16:56:35.239 INFO O| Aug 24 16:56:35.239 INFO STEP 364: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50102024-08-24T16:56:36.152Z[ recovery-image] Aug 24 16:56:35.249 INFO O| Aug 24 16:56:35.249 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ptree"
50112024-08-24T16:56:36.152Z[ recovery-image] Aug 24 16:56:35.249 INFO O| Aug 24 16:56:35.249 INFO STEP 364 (remove_files) COMPLETE
50122024-08-24T16:56:36.152Z[ recovery-image] Aug 24 16:56:35.249 INFO O| Aug 24 16:56:35.249 INFO STEP 365: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50132024-08-24T16:56:36.162Z[ recovery-image] Aug 24 16:56:35.258 INFO O| Aug 24 16:56:35.258 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/putdev"
50142024-08-24T16:56:36.164Z[ recovery-image] Aug 24 16:56:35.258 INFO O| Aug 24 16:56:35.258 INFO STEP 365 (remove_files) COMPLETE
50152024-08-24T16:56:36.164Z[ recovery-image] Aug 24 16:56:35.258 INFO O| Aug 24 16:56:35.258 INFO STEP 366: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50162024-08-24T16:56:36.171Z[ recovery-image] Aug 24 16:56:35.267 INFO O| Aug 24 16:56:35.267 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/putdgrp"
50172024-08-24T16:56:36.171Z[ recovery-image] Aug 24 16:56:35.268 INFO O| Aug 24 16:56:35.268 INFO STEP 366 (remove_files) COMPLETE
50182024-08-24T16:56:36.174Z[ recovery-image] Aug 24 16:56:35.268 INFO O| Aug 24 16:56:35.268 INFO STEP 367: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50192024-08-24T16:56:36.181Z[ recovery-image] Aug 24 16:56:35.277 INFO O| Aug 24 16:56:35.277 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pvs"
50202024-08-24T16:56:36.181Z[ recovery-image] Aug 24 16:56:35.277 INFO O| Aug 24 16:56:35.277 INFO STEP 367 (remove_files) COMPLETE
50212024-08-24T16:56:36.181Z[ recovery-image] Aug 24 16:56:35.277 INFO O| Aug 24 16:56:35.277 INFO STEP 368: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50222024-08-24T16:56:36.190Z[ recovery-image] Aug 24 16:56:35.287 INFO O| Aug 24 16:56:35.286 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pwait"
50232024-08-24T16:56:36.190Z[ recovery-image] Aug 24 16:56:35.287 INFO O| Aug 24 16:56:35.287 INFO STEP 368 (remove_files) COMPLETE
50242024-08-24T16:56:36.190Z[ recovery-image] Aug 24 16:56:35.287 INFO O| Aug 24 16:56:35.287 INFO STEP 369: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50252024-08-24T16:56:36.200Z[ recovery-image] Aug 24 16:56:35.296 INFO O| Aug 24 16:56:35.296 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pwd"
50262024-08-24T16:56:36.200Z[ recovery-image] Aug 24 16:56:35.296 INFO O| Aug 24 16:56:35.296 INFO STEP 369 (remove_files) COMPLETE
50272024-08-24T16:56:36.202Z[ recovery-image] Aug 24 16:56:35.296 INFO O| Aug 24 16:56:35.296 INFO STEP 370: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50282024-08-24T16:56:36.210Z[ recovery-image] Aug 24 16:56:35.306 INFO O| Aug 24 16:56:35.306 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pwdx"
50292024-08-24T16:56:36.210Z[ recovery-image] Aug 24 16:56:35.306 INFO O| Aug 24 16:56:35.306 INFO STEP 370 (remove_files) COMPLETE
50302024-08-24T16:56:36.210Z[ recovery-image] Aug 24 16:56:35.306 INFO O| Aug 24 16:56:35.306 INFO STEP 371: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50312024-08-24T16:56:36.219Z[ recovery-image] Aug 24 16:56:35.315 INFO O| Aug 24 16:56:35.315 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/read"
50322024-08-24T16:56:36.221Z[ recovery-image] Aug 24 16:56:35.315 INFO O| Aug 24 16:56:35.315 INFO STEP 371 (remove_files) COMPLETE
50332024-08-24T16:56:36.222Z[ recovery-image] Aug 24 16:56:35.316 INFO O| Aug 24 16:56:35.315 INFO STEP 372: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50342024-08-24T16:56:36.229Z[ recovery-image] Aug 24 16:56:35.325 INFO O| Aug 24 16:56:35.325 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/red"
50352024-08-24T16:56:36.231Z[ recovery-image] Aug 24 16:56:35.325 INFO O| Aug 24 16:56:35.325 INFO STEP 372 (remove_files) COMPLETE
50362024-08-24T16:56:36.231Z[ recovery-image] Aug 24 16:56:35.325 INFO O| Aug 24 16:56:35.325 INFO STEP 373: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50372024-08-24T16:56:36.238Z[ recovery-image] Aug 24 16:56:35.334 INFO O| Aug 24 16:56:35.334 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/regcmp"
50382024-08-24T16:56:36.238Z[ recovery-image] Aug 24 16:56:35.334 INFO O| Aug 24 16:56:35.334 INFO STEP 373 (remove_files) COMPLETE
50392024-08-24T16:56:36.238Z[ recovery-image] Aug 24 16:56:35.335 INFO O| Aug 24 16:56:35.334 INFO STEP 374: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50402024-08-24T16:56:36.248Z[ recovery-image] Aug 24 16:56:35.344 INFO O| Aug 24 16:56:35.344 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/renice"
50412024-08-24T16:56:36.248Z[ recovery-image] Aug 24 16:56:35.344 INFO O| Aug 24 16:56:35.344 INFO STEP 374 (remove_files) COMPLETE
50422024-08-24T16:56:36.250Z[ recovery-image] Aug 24 16:56:35.344 INFO O| Aug 24 16:56:35.344 INFO STEP 375: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50432024-08-24T16:56:36.257Z[ recovery-image] Aug 24 16:56:35.354 INFO O| Aug 24 16:56:35.354 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/resize"
50442024-08-24T16:56:36.257Z[ recovery-image] Aug 24 16:56:35.354 INFO O| Aug 24 16:56:35.354 INFO STEP 375 (remove_files) COMPLETE
50452024-08-24T16:56:36.260Z[ recovery-image] Aug 24 16:56:35.354 INFO O| Aug 24 16:56:35.354 INFO STEP 376: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50462024-08-24T16:56:36.267Z[ recovery-image] Aug 24 16:56:35.363 INFO O| Aug 24 16:56:35.363 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/rev"
50472024-08-24T16:56:36.269Z[ recovery-image] Aug 24 16:56:35.363 INFO O| Aug 24 16:56:35.363 INFO STEP 376 (remove_files) COMPLETE
50482024-08-24T16:56:36.269Z[ recovery-image] Aug 24 16:56:35.363 INFO O| Aug 24 16:56:35.363 INFO STEP 377: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50492024-08-24T16:56:36.276Z[ recovery-image] Aug 24 16:56:35.372 INFO O| Aug 24 16:56:35.372 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/rksh"
50502024-08-24T16:56:36.276Z[ recovery-image] Aug 24 16:56:35.373 INFO O| Aug 24 16:56:35.373 INFO STEP 377 (remove_files) COMPLETE
50512024-08-24T16:56:36.279Z[ recovery-image] Aug 24 16:56:35.373 INFO O| Aug 24 16:56:35.373 INFO STEP 378: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50522024-08-24T16:56:36.286Z[ recovery-image] Aug 24 16:56:35.382 INFO O| Aug 24 16:56:35.382 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/rksh93"
50532024-08-24T16:56:36.288Z[ recovery-image] Aug 24 16:56:35.382 INFO O| Aug 24 16:56:35.382 INFO STEP 378 (remove_files) COMPLETE
50542024-08-24T16:56:36.288Z[ recovery-image] Aug 24 16:56:35.382 INFO O| Aug 24 16:56:35.382 INFO STEP 379: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50552024-08-24T16:56:36.295Z[ recovery-image] Aug 24 16:56:35.392 INFO O| Aug 24 16:56:35.392 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/roles"
50562024-08-24T16:56:36.295Z[ recovery-image] Aug 24 16:56:35.392 INFO O| Aug 24 16:56:35.392 INFO STEP 379 (remove_files) COMPLETE
50572024-08-24T16:56:36.295Z[ recovery-image] Aug 24 16:56:35.392 INFO O| Aug 24 16:56:35.392 INFO STEP 380: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50582024-08-24T16:56:36.305Z[ recovery-image] Aug 24 16:56:35.401 INFO O| Aug 24 16:56:35.401 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/rpcinfo"
50592024-08-24T16:56:36.305Z[ recovery-image] Aug 24 16:56:35.401 INFO O| Aug 24 16:56:35.401 INFO STEP 380 (remove_files) COMPLETE
50602024-08-24T16:56:36.307Z[ recovery-image] Aug 24 16:56:35.401 INFO O| Aug 24 16:56:35.401 INFO STEP 381: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50612024-08-24T16:56:36.314Z[ recovery-image] Aug 24 16:56:35.411 INFO O| Aug 24 16:56:35.410 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/rsync"
50622024-08-24T16:56:36.317Z[ recovery-image] Aug 24 16:56:35.411 INFO O| Aug 24 16:56:35.411 INFO STEP 381 (remove_files) COMPLETE
50632024-08-24T16:56:36.317Z[ recovery-image] Aug 24 16:56:35.411 INFO O| Aug 24 16:56:35.411 INFO STEP 382: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50642024-08-24T16:56:36.324Z[ recovery-image] Aug 24 16:56:35.420 INFO O| Aug 24 16:56:35.420 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/rsync-ssl"
50652024-08-24T16:56:36.326Z[ recovery-image] Aug 24 16:56:35.420 INFO O| Aug 24 16:56:35.420 INFO STEP 382 (remove_files) COMPLETE
50662024-08-24T16:56:36.326Z[ recovery-image] Aug 24 16:56:35.420 INFO O| Aug 24 16:56:35.420 INFO STEP 383: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50672024-08-24T16:56:36.333Z[ recovery-image] Aug 24 16:56:35.430 INFO O| Aug 24 16:56:35.430 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/runat"
50682024-08-24T16:56:36.333Z[ recovery-image] Aug 24 16:56:35.430 INFO O| Aug 24 16:56:35.430 INFO STEP 383 (remove_files) COMPLETE
50692024-08-24T16:56:36.336Z[ recovery-image] Aug 24 16:56:35.430 INFO O| Aug 24 16:56:35.430 INFO STEP 384: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50702024-08-24T16:56:36.343Z[ recovery-image] Aug 24 16:56:35.439 INFO O| Aug 24 16:56:35.439 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/scp"
50712024-08-24T16:56:36.343Z[ recovery-image] Aug 24 16:56:35.439 INFO O| Aug 24 16:56:35.439 INFO STEP 384 (remove_files) COMPLETE
50722024-08-24T16:56:36.345Z[ recovery-image] Aug 24 16:56:35.439 INFO O| Aug 24 16:56:35.439 INFO STEP 385: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50732024-08-24T16:56:36.352Z[ recovery-image] Aug 24 16:56:35.449 INFO O| Aug 24 16:56:35.449 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/script"
50742024-08-24T16:56:36.355Z[ recovery-image] Aug 24 16:56:35.449 INFO O| Aug 24 16:56:35.449 INFO STEP 385 (remove_files) COMPLETE
50752024-08-24T16:56:36.355Z[ recovery-image] Aug 24 16:56:35.449 INFO O| Aug 24 16:56:35.449 INFO STEP 386: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50762024-08-24T16:56:36.362Z[ recovery-image] Aug 24 16:56:35.458 INFO O| Aug 24 16:56:35.458 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/sdiff"
50772024-08-24T16:56:36.362Z[ recovery-image] Aug 24 16:56:35.458 INFO O| Aug 24 16:56:35.458 INFO STEP 386 (remove_files) COMPLETE
50782024-08-24T16:56:36.365Z[ recovery-image] Aug 24 16:56:35.458 INFO O| Aug 24 16:56:35.458 INFO STEP 387: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50792024-08-24T16:56:36.371Z[ recovery-image] Aug 24 16:56:35.468 INFO O| Aug 24 16:56:35.468 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/setpgrp"
50802024-08-24T16:56:36.374Z[ recovery-image] Aug 24 16:56:35.468 INFO O| Aug 24 16:56:35.468 INFO STEP 387 (remove_files) COMPLETE
50812024-08-24T16:56:36.374Z[ recovery-image] Aug 24 16:56:35.468 INFO O| Aug 24 16:56:35.468 INFO STEP 388: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50822024-08-24T16:56:36.381Z[ recovery-image] Aug 24 16:56:35.477 INFO O| Aug 24 16:56:35.477 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/sftp"
50832024-08-24T16:56:36.384Z[ recovery-image] Aug 24 16:56:35.478 INFO O| Aug 24 16:56:35.477 INFO STEP 388 (remove_files) COMPLETE
50842024-08-24T16:56:36.384Z[ recovery-image] Aug 24 16:56:35.478 INFO O| Aug 24 16:56:35.477 INFO STEP 389: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50852024-08-24T16:56:36.391Z[ recovery-image] Aug 24 16:56:35.487 INFO O| Aug 24 16:56:35.487 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/shcomp"
50862024-08-24T16:56:36.393Z[ recovery-image] Aug 24 16:56:35.487 INFO O| Aug 24 16:56:35.487 INFO STEP 389 (remove_files) COMPLETE
50872024-08-24T16:56:36.393Z[ recovery-image] Aug 24 16:56:35.487 INFO O| Aug 24 16:56:35.487 INFO STEP 390: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50882024-08-24T16:56:36.400Z[ recovery-image] Aug 24 16:56:35.497 INFO O| Aug 24 16:56:35.497 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/smbutil"
50892024-08-24T16:56:36.403Z[ recovery-image] Aug 24 16:56:35.497 INFO O| Aug 24 16:56:35.497 INFO STEP 390 (remove_files) COMPLETE
50902024-08-24T16:56:36.403Z[ recovery-image] Aug 24 16:56:35.497 INFO O| Aug 24 16:56:35.497 INFO STEP 391: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50912024-08-24T16:56:36.410Z[ recovery-image] Aug 24 16:56:35.506 INFO O| Aug 24 16:56:35.506 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmp-bridge-mib"
50922024-08-24T16:56:36.410Z[ recovery-image] Aug 24 16:56:35.506 INFO O| Aug 24 16:56:35.506 INFO STEP 391 (remove_files) COMPLETE
50932024-08-24T16:56:36.412Z[ recovery-image] Aug 24 16:56:35.506 INFO O| Aug 24 16:56:35.506 INFO STEP 392: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50942024-08-24T16:56:36.419Z[ recovery-image] Aug 24 16:56:35.516 INFO O| Aug 24 16:56:35.516 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmpbulkget"
50952024-08-24T16:56:36.422Z[ recovery-image] Aug 24 16:56:35.516 INFO O| Aug 24 16:56:35.516 INFO STEP 392 (remove_files) COMPLETE
50962024-08-24T16:56:36.422Z[ recovery-image] Aug 24 16:56:35.516 INFO O| Aug 24 16:56:35.516 INFO STEP 393: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50972024-08-24T16:56:36.429Z[ recovery-image] Aug 24 16:56:35.525 INFO O| Aug 24 16:56:35.525 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmpbulkwalk"
50982024-08-24T16:56:36.431Z[ recovery-image] Aug 24 16:56:35.525 INFO O| Aug 24 16:56:35.525 INFO STEP 393 (remove_files) COMPLETE
50992024-08-24T16:56:36.431Z[ recovery-image] Aug 24 16:56:35.525 INFO O| Aug 24 16:56:35.525 INFO STEP 394: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51002024-08-24T16:56:36.438Z[ recovery-image] Aug 24 16:56:35.535 INFO O| Aug 24 16:56:35.535 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmpcheck"
51012024-08-24T16:56:36.438Z[ recovery-image] Aug 24 16:56:35.535 INFO O| Aug 24 16:56:35.535 INFO STEP 394 (remove_files) COMPLETE
51022024-08-24T16:56:36.438Z[ recovery-image] Aug 24 16:56:35.535 INFO O| Aug 24 16:56:35.535 INFO STEP 395: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51032024-08-24T16:56:36.448Z[ recovery-image] Aug 24 16:56:35.544 INFO O| Aug 24 16:56:35.544 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmpconf"
51042024-08-24T16:56:36.450Z[ recovery-image] Aug 24 16:56:35.544 INFO O| Aug 24 16:56:35.544 INFO STEP 395 (remove_files) COMPLETE
51052024-08-24T16:56:36.450Z[ recovery-image] Aug 24 16:56:35.544 INFO O| Aug 24 16:56:35.544 INFO STEP 396: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51062024-08-24T16:56:36.457Z[ recovery-image] Aug 24 16:56:35.554 INFO O| Aug 24 16:56:35.553 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmpdelta"
51072024-08-24T16:56:36.457Z[ recovery-image] Aug 24 16:56:35.554 INFO O| Aug 24 16:56:35.554 INFO STEP 396 (remove_files) COMPLETE
51082024-08-24T16:56:36.457Z[ recovery-image] Aug 24 16:56:35.554 INFO O| Aug 24 16:56:35.554 INFO STEP 397: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51092024-08-24T16:56:36.467Z[ recovery-image] Aug 24 16:56:35.563 INFO O| Aug 24 16:56:35.563 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmpdf"
51102024-08-24T16:56:36.467Z[ recovery-image] Aug 24 16:56:35.563 INFO O| Aug 24 16:56:35.563 INFO STEP 397 (remove_files) COMPLETE
51112024-08-24T16:56:36.467Z[ recovery-image] Aug 24 16:56:35.563 INFO O| Aug 24 16:56:35.563 INFO STEP 398: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51122024-08-24T16:56:36.476Z[ recovery-image] Aug 24 16:56:35.572 INFO O| Aug 24 16:56:35.572 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmpget"
51132024-08-24T16:56:36.476Z[ recovery-image] Aug 24 16:56:35.573 INFO O| Aug 24 16:56:35.573 INFO STEP 398 (remove_files) COMPLETE
51142024-08-24T16:56:36.479Z[ recovery-image] Aug 24 16:56:35.573 INFO O| Aug 24 16:56:35.573 INFO STEP 399: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51152024-08-24T16:56:36.486Z[ recovery-image] Aug 24 16:56:35.582 INFO O| Aug 24 16:56:35.582 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmpgetnext"
51162024-08-24T16:56:36.486Z[ recovery-image] Aug 24 16:56:35.582 INFO O| Aug 24 16:56:35.582 INFO STEP 399 (remove_files) COMPLETE
51172024-08-24T16:56:36.488Z[ recovery-image] Aug 24 16:56:35.582 INFO O| Aug 24 16:56:35.582 INFO STEP 400: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51182024-08-24T16:56:36.495Z[ recovery-image] Aug 24 16:56:35.591 INFO O| Aug 24 16:56:35.591 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmpnetstat"
51192024-08-24T16:56:36.497Z[ recovery-image] Aug 24 16:56:35.592 INFO O| Aug 24 16:56:35.591 INFO STEP 400 (remove_files) COMPLETE
51202024-08-24T16:56:36.497Z[ recovery-image] Aug 24 16:56:35.592 INFO O| Aug 24 16:56:35.591 INFO STEP 401: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51212024-08-24T16:56:36.506Z[ recovery-image] Aug 24 16:56:35.602 INFO O| Aug 24 16:56:35.602 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmppcap"
51222024-08-24T16:56:36.506Z[ recovery-image] Aug 24 16:56:35.602 INFO O| Aug 24 16:56:35.602 INFO STEP 401 (remove_files) COMPLETE
51232024-08-24T16:56:36.508Z[ recovery-image] Aug 24 16:56:35.602 INFO O| Aug 24 16:56:35.602 INFO STEP 402: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51242024-08-24T16:56:36.516Z[ recovery-image] Aug 24 16:56:35.612 INFO O| Aug 24 16:56:35.612 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmpping"
51252024-08-24T16:56:36.516Z[ recovery-image] Aug 24 16:56:35.613 INFO O| Aug 24 16:56:35.613 INFO STEP 402 (remove_files) COMPLETE
51262024-08-24T16:56:36.516Z[ recovery-image] Aug 24 16:56:35.613 INFO O| Aug 24 16:56:35.613 INFO STEP 403: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51272024-08-24T16:56:36.529Z[ recovery-image] Aug 24 16:56:35.624 INFO O| Aug 24 16:56:35.624 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmpps"
51282024-08-24T16:56:36.529Z[ recovery-image] Aug 24 16:56:35.624 INFO O| Aug 24 16:56:35.624 INFO STEP 403 (remove_files) COMPLETE
51292024-08-24T16:56:36.531Z[ recovery-image] Aug 24 16:56:35.624 INFO O| Aug 24 16:56:35.624 INFO STEP 404: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51302024-08-24T16:56:36.538Z[ recovery-image] Aug 24 16:56:35.634 INFO O| Aug 24 16:56:35.634 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmpset"
51312024-08-24T16:56:36.538Z[ recovery-image] Aug 24 16:56:35.634 INFO O| Aug 24 16:56:35.634 INFO STEP 404 (remove_files) COMPLETE
51322024-08-24T16:56:36.540Z[ recovery-image] Aug 24 16:56:35.634 INFO O| Aug 24 16:56:35.634 INFO STEP 405: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51332024-08-24T16:56:36.549Z[ recovery-image] Aug 24 16:56:35.645 INFO O| Aug 24 16:56:35.645 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmpstatus"
51342024-08-24T16:56:36.549Z[ recovery-image] Aug 24 16:56:35.645 INFO O| Aug 24 16:56:35.645 INFO STEP 405 (remove_files) COMPLETE
51352024-08-24T16:56:36.551Z[ recovery-image] Aug 24 16:56:35.645 INFO O| Aug 24 16:56:35.645 INFO STEP 406: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51362024-08-24T16:56:36.559Z[ recovery-image] Aug 24 16:56:35.655 INFO O| Aug 24 16:56:35.655 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmptable"
51372024-08-24T16:56:36.559Z[ recovery-image] Aug 24 16:56:35.655 INFO O| Aug 24 16:56:35.655 INFO STEP 406 (remove_files) COMPLETE
51382024-08-24T16:56:36.561Z[ recovery-image] Aug 24 16:56:35.655 INFO O| Aug 24 16:56:35.655 INFO STEP 407: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51392024-08-24T16:56:36.568Z[ recovery-image] Aug 24 16:56:35.664 INFO O| Aug 24 16:56:35.664 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmptest"
51402024-08-24T16:56:36.568Z[ recovery-image] Aug 24 16:56:35.665 INFO O| Aug 24 16:56:35.664 INFO STEP 407 (remove_files) COMPLETE
51412024-08-24T16:56:36.571Z[ recovery-image] Aug 24 16:56:35.665 INFO O| Aug 24 16:56:35.665 INFO STEP 408: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51422024-08-24T16:56:36.578Z[ recovery-image] Aug 24 16:56:35.674 INFO O| Aug 24 16:56:35.674 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmptranslate"
51432024-08-24T16:56:36.578Z[ recovery-image] Aug 24 16:56:35.674 INFO O| Aug 24 16:56:35.674 INFO STEP 408 (remove_files) COMPLETE
51442024-08-24T16:56:36.578Z[ recovery-image] Aug 24 16:56:35.674 INFO O| Aug 24 16:56:35.674 INFO STEP 409: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51452024-08-24T16:56:36.587Z[ recovery-image] Aug 24 16:56:35.683 INFO O| Aug 24 16:56:35.683 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmptrap"
51462024-08-24T16:56:36.587Z[ recovery-image] Aug 24 16:56:35.683 INFO O| Aug 24 16:56:35.683 INFO STEP 409 (remove_files) COMPLETE
51472024-08-24T16:56:36.590Z[ recovery-image] Aug 24 16:56:35.683 INFO O| Aug 24 16:56:35.683 INFO STEP 410: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51482024-08-24T16:56:36.596Z[ recovery-image] Aug 24 16:56:35.693 INFO O| Aug 24 16:56:35.693 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmpusm"
51492024-08-24T16:56:36.597Z[ recovery-image] Aug 24 16:56:35.693 INFO O| Aug 24 16:56:35.693 INFO STEP 410 (remove_files) COMPLETE
51502024-08-24T16:56:36.599Z[ recovery-image] Aug 24 16:56:35.693 INFO O| Aug 24 16:56:35.693 INFO STEP 411: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51512024-08-24T16:56:36.606Z[ recovery-image] Aug 24 16:56:35.702 INFO O| Aug 24 16:56:35.702 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmpvacm"
51522024-08-24T16:56:36.606Z[ recovery-image] Aug 24 16:56:35.703 INFO O| Aug 24 16:56:35.703 INFO STEP 411 (remove_files) COMPLETE
51532024-08-24T16:56:36.609Z[ recovery-image] Aug 24 16:56:35.703 INFO O| Aug 24 16:56:35.703 INFO STEP 412: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51542024-08-24T16:56:36.616Z[ recovery-image] Aug 24 16:56:35.712 INFO O| Aug 24 16:56:35.712 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmpwalk"
51552024-08-24T16:56:36.618Z[ recovery-image] Aug 24 16:56:35.712 INFO O| Aug 24 16:56:35.712 INFO STEP 412 (remove_files) COMPLETE
51562024-08-24T16:56:36.618Z[ recovery-image] Aug 24 16:56:35.712 INFO O| Aug 24 16:56:35.712 INFO STEP 413: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51572024-08-24T16:56:36.625Z[ recovery-image] Aug 24 16:56:35.722 INFO O| Aug 24 16:56:35.722 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/sotruss"
51582024-08-24T16:56:36.625Z[ recovery-image] Aug 24 16:56:35.722 INFO O| Aug 24 16:56:35.722 INFO STEP 413 (remove_files) COMPLETE
51592024-08-24T16:56:36.626Z[ recovery-image] Aug 24 16:56:35.722 INFO O| Aug 24 16:56:35.722 INFO STEP 414: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51602024-08-24T16:56:36.635Z[ recovery-image] Aug 24 16:56:35.731 INFO O| Aug 24 16:56:35.731 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/spell"
51612024-08-24T16:56:36.635Z[ recovery-image] Aug 24 16:56:35.731 INFO O| Aug 24 16:56:35.731 INFO STEP 414 (remove_files) COMPLETE
51622024-08-24T16:56:36.635Z[ recovery-image] Aug 24 16:56:35.731 INFO O| Aug 24 16:56:35.731 INFO STEP 415: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51632024-08-24T16:56:36.645Z[ recovery-image] Aug 24 16:56:35.741 INFO O| Aug 24 16:56:35.741 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/split"
51642024-08-24T16:56:36.645Z[ recovery-image] Aug 24 16:56:35.741 INFO O| Aug 24 16:56:35.741 INFO STEP 415 (remove_files) COMPLETE
51652024-08-24T16:56:36.647Z[ recovery-image] Aug 24 16:56:35.741 INFO O| Aug 24 16:56:35.741 INFO STEP 416: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51662024-08-24T16:56:36.654Z[ recovery-image] Aug 24 16:56:35.750 INFO O| Aug 24 16:56:35.750 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/sqlite3"
51672024-08-24T16:56:36.654Z[ recovery-image] Aug 24 16:56:35.751 INFO O| Aug 24 16:56:35.751 INFO STEP 416 (remove_files) COMPLETE
51682024-08-24T16:56:36.654Z[ recovery-image] Aug 24 16:56:35.751 INFO O| Aug 24 16:56:35.751 INFO STEP 417: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51692024-08-24T16:56:36.664Z[ recovery-image] Aug 24 16:56:35.760 INFO O| Aug 24 16:56:35.760 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ssh"
51702024-08-24T16:56:36.664Z[ recovery-image] Aug 24 16:56:35.760 INFO O| Aug 24 16:56:35.760 INFO STEP 417 (remove_files) COMPLETE
51712024-08-24T16:56:36.664Z[ recovery-image] Aug 24 16:56:35.760 INFO O| Aug 24 16:56:35.760 INFO STEP 418: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51722024-08-24T16:56:36.673Z[ recovery-image] Aug 24 16:56:35.770 INFO O| Aug 24 16:56:35.770 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ssh-add"
51732024-08-24T16:56:36.676Z[ recovery-image] Aug 24 16:56:35.770 INFO O| Aug 24 16:56:35.770 INFO STEP 418 (remove_files) COMPLETE
51742024-08-24T16:56:36.676Z[ recovery-image] Aug 24 16:56:35.770 INFO O| Aug 24 16:56:35.770 INFO STEP 419: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51752024-08-24T16:56:36.683Z[ recovery-image] Aug 24 16:56:35.779 INFO O| Aug 24 16:56:35.779 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ssh-agent"
51762024-08-24T16:56:36.683Z[ recovery-image] Aug 24 16:56:35.779 INFO O| Aug 24 16:56:35.779 INFO STEP 419 (remove_files) COMPLETE
51772024-08-24T16:56:36.683Z[ recovery-image] Aug 24 16:56:35.780 INFO O| Aug 24 16:56:35.779 INFO STEP 420: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51782024-08-24T16:56:36.693Z[ recovery-image] Aug 24 16:56:35.789 INFO O| Aug 24 16:56:35.789 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ssh-copy-id"
51792024-08-24T16:56:36.693Z[ recovery-image] Aug 24 16:56:35.789 INFO O| Aug 24 16:56:35.789 INFO STEP 420 (remove_files) COMPLETE
51802024-08-24T16:56:36.695Z[ recovery-image] Aug 24 16:56:35.789 INFO O| Aug 24 16:56:35.789 INFO STEP 421: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51812024-08-24T16:56:36.702Z[ recovery-image] Aug 24 16:56:35.799 INFO O| Aug 24 16:56:35.799 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ssh-keyscan"
51822024-08-24T16:56:36.702Z[ recovery-image] Aug 24 16:56:35.799 INFO O| Aug 24 16:56:35.799 INFO STEP 421 (remove_files) COMPLETE
51832024-08-24T16:56:36.705Z[ recovery-image] Aug 24 16:56:35.799 INFO O| Aug 24 16:56:35.799 INFO STEP 422: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51842024-08-24T16:56:36.712Z[ recovery-image] Aug 24 16:56:35.808 INFO O| Aug 24 16:56:35.808 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/strings"
51852024-08-24T16:56:36.712Z[ recovery-image] Aug 24 16:56:35.808 INFO O| Aug 24 16:56:35.808 INFO STEP 422 (remove_files) COMPLETE
51862024-08-24T16:56:36.712Z[ recovery-image] Aug 24 16:56:35.808 INFO O| Aug 24 16:56:35.808 INFO STEP 423: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51872024-08-24T16:56:36.722Z[ recovery-image] Aug 24 16:56:35.819 INFO O| Aug 24 16:56:35.819 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/sum"
51882024-08-24T16:56:36.722Z[ recovery-image] Aug 24 16:56:35.819 INFO O| Aug 24 16:56:35.819 INFO STEP 423 (remove_files) COMPLETE
51892024-08-24T16:56:36.725Z[ recovery-image] Aug 24 16:56:35.819 INFO O| Aug 24 16:56:35.819 INFO STEP 424: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51902024-08-24T16:56:36.732Z[ recovery-image] Aug 24 16:56:35.828 INFO O| Aug 24 16:56:35.828 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/tabs"
51912024-08-24T16:56:36.732Z[ recovery-image] Aug 24 16:56:35.828 INFO O| Aug 24 16:56:35.828 INFO STEP 424 (remove_files) COMPLETE
51922024-08-24T16:56:36.732Z[ recovery-image] Aug 24 16:56:35.828 INFO O| Aug 24 16:56:35.828 INFO STEP 425: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51932024-08-24T16:56:36.741Z[ recovery-image] Aug 24 16:56:35.838 INFO O| Aug 24 16:56:35.838 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/tcopy"
51942024-08-24T16:56:36.741Z[ recovery-image] Aug 24 16:56:35.838 INFO O| Aug 24 16:56:35.838 INFO STEP 425 (remove_files) COMPLETE
51952024-08-24T16:56:36.744Z[ recovery-image] Aug 24 16:56:35.838 INFO O| Aug 24 16:56:35.838 INFO STEP 426: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51962024-08-24T16:56:36.752Z[ recovery-image] Aug 24 16:56:35.848 INFO O| Aug 24 16:56:35.848 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/test"
51972024-08-24T16:56:36.755Z[ recovery-image] Aug 24 16:56:35.849 INFO O| Aug 24 16:56:35.848 INFO STEP 426 (remove_files) COMPLETE
51982024-08-24T16:56:36.755Z[ recovery-image] Aug 24 16:56:35.849 INFO O| Aug 24 16:56:35.849 INFO STEP 427: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51992024-08-24T16:56:36.763Z[ recovery-image] Aug 24 16:56:35.860 INFO O| Aug 24 16:56:35.859 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/tic"
52002024-08-24T16:56:36.763Z[ recovery-image] Aug 24 16:56:35.860 INFO O| Aug 24 16:56:35.860 INFO STEP 427 (remove_files) COMPLETE
52012024-08-24T16:56:36.766Z[ recovery-image] Aug 24 16:56:35.860 INFO O| Aug 24 16:56:35.860 INFO STEP 428: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52022024-08-24T16:56:36.769Z[ host-image] Aug 24 16:56:35.866 INFO O| Aug 24 16:56:35.866 INFO O| Download: Completed 8.42 MB in 4.01 seconds (2.1M/s)
52032024-08-24T16:56:36.773Z[ recovery-image] Aug 24 16:56:35.869 INFO O| Aug 24 16:56:35.869 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/time"
52042024-08-24T16:56:36.773Z[ recovery-image] Aug 24 16:56:35.870 INFO O| Aug 24 16:56:35.870 INFO STEP 428 (remove_files) COMPLETE
52052024-08-24T16:56:36.776Z[ recovery-image] Aug 24 16:56:35.870 INFO O| Aug 24 16:56:35.870 INFO STEP 429: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52062024-08-24T16:56:36.786Z[ recovery-image] Aug 24 16:56:35.882 INFO O| Aug 24 16:56:35.882 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/tip"
52072024-08-24T16:56:36.786Z[ recovery-image] Aug 24 16:56:35.882 INFO O| Aug 24 16:56:35.882 INFO STEP 429 (remove_files) COMPLETE
52082024-08-24T16:56:36.786Z[ recovery-image] Aug 24 16:56:35.882 INFO O| Aug 24 16:56:35.882 INFO STEP 430: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52092024-08-24T16:56:36.796Z[ recovery-image] Aug 24 16:56:35.892 INFO O| Aug 24 16:56:35.892 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/tkmib"
52102024-08-24T16:56:36.798Z[ recovery-image] Aug 24 16:56:35.893 INFO O| Aug 24 16:56:35.893 INFO STEP 430 (remove_files) COMPLETE
52112024-08-24T16:56:36.798Z[ recovery-image] Aug 24 16:56:35.893 INFO O| Aug 24 16:56:35.893 INFO STEP 431: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52122024-08-24T16:56:36.806Z[ recovery-image] Aug 24 16:56:35.902 INFO O| Aug 24 16:56:35.902 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/tpmadm"
52132024-08-24T16:56:36.806Z[ recovery-image] Aug 24 16:56:35.903 INFO O| Aug 24 16:56:35.903 INFO STEP 431 (remove_files) COMPLETE
52142024-08-24T16:56:36.809Z[ recovery-image] Aug 24 16:56:35.903 INFO O| Aug 24 16:56:35.903 INFO STEP 432: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52152024-08-24T16:56:36.816Z[ recovery-image] Aug 24 16:56:35.912 INFO O| Aug 24 16:56:35.912 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/traptoemail"
52162024-08-24T16:56:36.818Z[ recovery-image] Aug 24 16:56:35.912 INFO O| Aug 24 16:56:35.912 INFO STEP 432 (remove_files) COMPLETE
52172024-08-24T16:56:36.818Z[ recovery-image] Aug 24 16:56:35.912 INFO O| Aug 24 16:56:35.912 INFO STEP 433: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52182024-08-24T16:56:36.826Z[ recovery-image] Aug 24 16:56:35.922 INFO O| Aug 24 16:56:35.922 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/true"
52192024-08-24T16:56:36.826Z[ recovery-image] Aug 24 16:56:35.922 INFO O| Aug 24 16:56:35.922 INFO STEP 433 (remove_files) COMPLETE
52202024-08-24T16:56:36.828Z[ recovery-image] Aug 24 16:56:35.922 INFO O| Aug 24 16:56:35.922 INFO STEP 434: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52212024-08-24T16:56:36.832Z[ host-image] Aug 24 16:56:35.927 INFO O| Aug 24 16:56:35.927 INFO O| Actions: 1/1361 actions (Installing new actions)
52222024-08-24T16:56:36.836Z[ recovery-image] Aug 24 16:56:35.932 INFO O| Aug 24 16:56:35.932 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/tty"
52232024-08-24T16:56:36.836Z[ recovery-image] Aug 24 16:56:35.932 INFO O| Aug 24 16:56:35.932 INFO STEP 434 (remove_files) COMPLETE
52242024-08-24T16:56:36.838Z[ recovery-image] Aug 24 16:56:35.932 INFO O| Aug 24 16:56:35.932 INFO STEP 435: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52252024-08-24T16:56:36.846Z[ recovery-image] Aug 24 16:56:35.942 INFO O| Aug 24 16:56:35.942 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/type"
52262024-08-24T16:56:36.846Z[ recovery-image] Aug 24 16:56:35.942 INFO O| Aug 24 16:56:35.942 INFO STEP 435 (remove_files) COMPLETE
52272024-08-24T16:56:36.848Z[ recovery-image] Aug 24 16:56:35.942 INFO O| Aug 24 16:56:35.942 INFO STEP 436: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52282024-08-24T16:56:36.856Z[ recovery-image] Aug 24 16:56:35.952 INFO O| Aug 24 16:56:35.952 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/tzselect"
52292024-08-24T16:56:36.856Z[ recovery-image] Aug 24 16:56:35.952 INFO O| Aug 24 16:56:35.952 INFO STEP 436 (remove_files) COMPLETE
52302024-08-24T16:56:36.864Z[ recovery-image] Aug 24 16:56:35.952 INFO O| Aug 24 16:56:35.952 INFO STEP 437: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52312024-08-24T16:56:36.866Z[ recovery-image] Aug 24 16:56:35.962 INFO O| Aug 24 16:56:35.962 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ulimit"
52322024-08-24T16:56:36.866Z[ recovery-image] Aug 24 16:56:35.962 INFO O| Aug 24 16:56:35.962 INFO STEP 437 (remove_files) COMPLETE
52332024-08-24T16:56:36.866Z[ recovery-image] Aug 24 16:56:35.962 INFO O| Aug 24 16:56:35.962 INFO STEP 438: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52342024-08-24T16:56:36.876Z[ recovery-image] Aug 24 16:56:35.972 INFO O| Aug 24 16:56:35.972 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/umask"
52352024-08-24T16:56:36.876Z[ recovery-image] Aug 24 16:56:35.972 INFO O| Aug 24 16:56:35.972 INFO STEP 438 (remove_files) COMPLETE
52362024-08-24T16:56:36.878Z[ recovery-image] Aug 24 16:56:35.972 INFO O| Aug 24 16:56:35.972 INFO STEP 439: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52372024-08-24T16:56:36.886Z[ recovery-image] Aug 24 16:56:35.982 INFO O| Aug 24 16:56:35.982 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/unalias"
52382024-08-24T16:56:36.886Z[ recovery-image] Aug 24 16:56:35.982 INFO O| Aug 24 16:56:35.982 INFO STEP 439 (remove_files) COMPLETE
52392024-08-24T16:56:36.888Z[ recovery-image] Aug 24 16:56:35.982 INFO O| Aug 24 16:56:35.982 INFO STEP 440: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52402024-08-24T16:56:36.895Z[ recovery-image] Aug 24 16:56:35.992 INFO O| Aug 24 16:56:35.992 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/uncompress"
52412024-08-24T16:56:36.895Z[ recovery-image] Aug 24 16:56:35.992 INFO O| Aug 24 16:56:35.992 INFO STEP 440 (remove_files) COMPLETE
52422024-08-24T16:56:36.898Z[ recovery-image] Aug 24 16:56:35.992 INFO O| Aug 24 16:56:35.992 INFO STEP 441: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52432024-08-24T16:56:36.906Z[ recovery-image] Aug 24 16:56:36.002 INFO O| Aug 24 16:56:36.002 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/unexpand"
52442024-08-24T16:56:36.906Z[ recovery-image] Aug 24 16:56:36.002 INFO O| Aug 24 16:56:36.002 INFO STEP 441 (remove_files) COMPLETE
52452024-08-24T16:56:36.909Z[ recovery-image] Aug 24 16:56:36.002 INFO O| Aug 24 16:56:36.002 INFO STEP 442: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52462024-08-24T16:56:36.916Z[ recovery-image] Aug 24 16:56:36.013 INFO O| Aug 24 16:56:36.013 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/uniq"
52472024-08-24T16:56:36.916Z[ recovery-image] Aug 24 16:56:36.013 INFO O| Aug 24 16:56:36.013 INFO STEP 442 (remove_files) COMPLETE
52482024-08-24T16:56:36.916Z[ recovery-image] Aug 24 16:56:36.013 INFO O| Aug 24 16:56:36.013 INFO STEP 443: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52492024-08-24T16:56:36.928Z[ recovery-image] Aug 24 16:56:36.025 INFO O| Aug 24 16:56:36.024 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/units"
52502024-08-24T16:56:36.931Z[ recovery-image] Aug 24 16:56:36.025 INFO O| Aug 24 16:56:36.025 INFO STEP 443 (remove_files) COMPLETE
52512024-08-24T16:56:36.931Z[ recovery-image] Aug 24 16:56:36.025 INFO O| Aug 24 16:56:36.025 INFO STEP 444: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52522024-08-24T16:56:36.966Z[ recovery-image] Aug 24 16:56:36.061 INFO O| Aug 24 16:56:36.060 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/unix2dos"
52532024-08-24T16:56:36.969Z[ recovery-image] Aug 24 16:56:36.061 INFO O| Aug 24 16:56:36.061 INFO STEP 444 (remove_files) COMPLETE
52542024-08-24T16:56:36.969Z[ recovery-image] Aug 24 16:56:36.061 INFO O| Aug 24 16:56:36.061 INFO STEP 445: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52552024-08-24T16:56:36.992Z[ recovery-image] Aug 24 16:56:36.087 INFO O| Aug 24 16:56:36.086 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/unpack"
52562024-08-24T16:56:36.994Z[ recovery-image] Aug 24 16:56:36.087 INFO O| Aug 24 16:56:36.087 INFO STEP 445 (remove_files) COMPLETE
52572024-08-24T16:56:36.994Z[ recovery-image] Aug 24 16:56:36.087 INFO O| Aug 24 16:56:36.087 INFO STEP 446: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52582024-08-24T16:56:37.016Z[ recovery-image] Aug 24 16:56:36.111 INFO O| Aug 24 16:56:36.110 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/uptime"
52592024-08-24T16:56:37.016Z[ recovery-image] Aug 24 16:56:36.111 INFO O| Aug 24 16:56:36.111 INFO STEP 446 (remove_files) COMPLETE
52602024-08-24T16:56:37.016Z[ recovery-image] Aug 24 16:56:36.112 INFO O| Aug 24 16:56:36.111 INFO STEP 447: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52612024-08-24T16:56:37.029Z[ recovery-image] Aug 24 16:56:36.125 INFO O| Aug 24 16:56:36.125 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/userattr"
52622024-08-24T16:56:37.029Z[ recovery-image] Aug 24 16:56:36.125 INFO O| Aug 24 16:56:36.125 INFO STEP 447 (remove_files) COMPLETE
52632024-08-24T16:56:37.031Z[ recovery-image] Aug 24 16:56:36.125 INFO O| Aug 24 16:56:36.125 INFO STEP 448: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52642024-08-24T16:56:37.042Z[ recovery-image] Aug 24 16:56:36.138 INFO O| Aug 24 16:56:36.138 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/uudecode"
52652024-08-24T16:56:37.042Z[ recovery-image] Aug 24 16:56:36.138 INFO O| Aug 24 16:56:36.138 INFO STEP 448 (remove_files) COMPLETE
52662024-08-24T16:56:37.042Z[ recovery-image] Aug 24 16:56:36.138 INFO O| Aug 24 16:56:36.138 INFO STEP 449: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52672024-08-24T16:56:37.055Z[ recovery-image] Aug 24 16:56:36.152 INFO O| Aug 24 16:56:36.151 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/uuencode"
52682024-08-24T16:56:37.056Z[ recovery-image] Aug 24 16:56:36.152 INFO O| Aug 24 16:56:36.152 INFO STEP 449 (remove_files) COMPLETE
52692024-08-24T16:56:37.058Z[ recovery-image] Aug 24 16:56:36.152 INFO O| Aug 24 16:56:36.152 INFO STEP 450: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52702024-08-24T16:56:37.066Z[ recovery-image] Aug 24 16:56:36.162 INFO O| Aug 24 16:56:36.162 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/uuidgen"
52712024-08-24T16:56:37.066Z[ recovery-image] Aug 24 16:56:36.162 INFO O| Aug 24 16:56:36.162 INFO STEP 450 (remove_files) COMPLETE
52722024-08-24T16:56:37.066Z[ recovery-image] Aug 24 16:56:36.162 INFO O| Aug 24 16:56:36.162 INFO STEP 451: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52732024-08-24T16:56:37.076Z[ recovery-image] Aug 24 16:56:36.172 INFO O| Aug 24 16:56:36.172 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/vedit"
52742024-08-24T16:56:37.078Z[ recovery-image] Aug 24 16:56:36.172 INFO O| Aug 24 16:56:36.172 INFO STEP 451 (remove_files) COMPLETE
52752024-08-24T16:56:37.078Z[ recovery-image] Aug 24 16:56:36.172 INFO O| Aug 24 16:56:36.172 INFO STEP 452: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52762024-08-24T16:56:37.086Z[ recovery-image] Aug 24 16:56:36.183 INFO O| Aug 24 16:56:36.183 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/vim"
52772024-08-24T16:56:37.086Z[ recovery-image] Aug 24 16:56:36.183 INFO O| Aug 24 16:56:36.183 INFO STEP 452 (remove_files) COMPLETE
52782024-08-24T16:56:37.089Z[ recovery-image] Aug 24 16:56:36.183 INFO O| Aug 24 16:56:36.183 INFO STEP 453: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52792024-08-24T16:56:37.100Z[ recovery-image] Aug 24 16:56:36.196 INFO O| Aug 24 16:56:36.196 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/vimtutor"
52802024-08-24T16:56:37.100Z[ recovery-image] Aug 24 16:56:36.196 INFO O| Aug 24 16:56:36.196 INFO STEP 453 (remove_files) COMPLETE
52812024-08-24T16:56:37.100Z[ recovery-image] Aug 24 16:56:36.196 INFO O| Aug 24 16:56:36.196 INFO STEP 454: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52822024-08-24T16:56:37.110Z[ recovery-image] Aug 24 16:56:36.207 INFO O| Aug 24 16:56:36.207 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/vmstat"
52832024-08-24T16:56:37.110Z[ recovery-image] Aug 24 16:56:36.207 INFO O| Aug 24 16:56:36.207 INFO STEP 454 (remove_files) COMPLETE
52842024-08-24T16:56:37.110Z[ recovery-image] Aug 24 16:56:36.207 INFO O| Aug 24 16:56:36.207 INFO STEP 455: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52852024-08-24T16:56:37.121Z[ recovery-image] Aug 24 16:56:36.217 INFO O| Aug 24 16:56:36.217 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/vtfontcvt"
52862024-08-24T16:56:37.121Z[ recovery-image] Aug 24 16:56:36.217 INFO O| Aug 24 16:56:36.217 INFO STEP 455 (remove_files) COMPLETE
52872024-08-24T16:56:37.121Z[ recovery-image] Aug 24 16:56:36.217 INFO O| Aug 24 16:56:36.217 INFO STEP 456: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52882024-08-24T16:56:37.131Z[ recovery-image] Aug 24 16:56:36.227 INFO O| Aug 24 16:56:36.227 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/w"
52892024-08-24T16:56:37.134Z[ recovery-image] Aug 24 16:56:36.227 INFO O| Aug 24 16:56:36.227 INFO STEP 456 (remove_files) COMPLETE
52902024-08-24T16:56:37.134Z[ recovery-image] Aug 24 16:56:36.227 INFO O| Aug 24 16:56:36.227 INFO STEP 457: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52912024-08-24T16:56:37.141Z[ recovery-image] Aug 24 16:56:36.237 INFO O| Aug 24 16:56:36.237 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/wait"
52922024-08-24T16:56:37.141Z[ recovery-image] Aug 24 16:56:36.237 INFO O| Aug 24 16:56:36.237 INFO STEP 457 (remove_files) COMPLETE
52932024-08-24T16:56:37.141Z[ recovery-image] Aug 24 16:56:36.237 INFO O| Aug 24 16:56:36.237 INFO STEP 458: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52942024-08-24T16:56:37.150Z[ recovery-image] Aug 24 16:56:36.246 INFO O| Aug 24 16:56:36.246 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/watch"
52952024-08-24T16:56:37.150Z[ recovery-image] Aug 24 16:56:36.246 INFO O| Aug 24 16:56:36.246 INFO STEP 458 (remove_files) COMPLETE
52962024-08-24T16:56:37.150Z[ recovery-image] Aug 24 16:56:36.246 INFO O| Aug 24 16:56:36.246 INFO STEP 459: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52972024-08-24T16:56:37.159Z[ recovery-image] Aug 24 16:56:36.256 INFO O| Aug 24 16:56:36.256 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/wc"
52982024-08-24T16:56:37.160Z[ recovery-image] Aug 24 16:56:36.256 INFO O| Aug 24 16:56:36.256 INFO STEP 459 (remove_files) COMPLETE
52992024-08-24T16:56:37.162Z[ recovery-image] Aug 24 16:56:36.256 INFO O| Aug 24 16:56:36.256 INFO STEP 460: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53002024-08-24T16:56:37.169Z[ recovery-image] Aug 24 16:56:36.265 INFO O| Aug 24 16:56:36.265 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/which"
53012024-08-24T16:56:37.169Z[ recovery-image] Aug 24 16:56:36.265 INFO O| Aug 24 16:56:36.265 INFO STEP 460 (remove_files) COMPLETE
53022024-08-24T16:56:37.169Z[ recovery-image] Aug 24 16:56:36.266 INFO O| Aug 24 16:56:36.265 INFO STEP 461: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53032024-08-24T16:56:37.179Z[ recovery-image] Aug 24 16:56:36.275 INFO O| Aug 24 16:56:36.275 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/whocalls"
53042024-08-24T16:56:37.179Z[ recovery-image] Aug 24 16:56:36.275 INFO O| Aug 24 16:56:36.275 INFO STEP 461 (remove_files) COMPLETE
53052024-08-24T16:56:37.181Z[ recovery-image] Aug 24 16:56:36.275 INFO O| Aug 24 16:56:36.275 INFO STEP 462: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53062024-08-24T16:56:37.189Z[ recovery-image] Aug 24 16:56:36.285 INFO O| Aug 24 16:56:36.285 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/wracct"
53072024-08-24T16:56:37.189Z[ recovery-image] Aug 24 16:56:36.285 INFO O| Aug 24 16:56:36.285 INFO STEP 462 (remove_files) COMPLETE
53082024-08-24T16:56:37.191Z[ recovery-image] Aug 24 16:56:36.285 INFO O| Aug 24 16:56:36.285 INFO STEP 463: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53092024-08-24T16:56:37.198Z[ recovery-image] Aug 24 16:56:36.295 INFO O| Aug 24 16:56:36.295 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/write"
53102024-08-24T16:56:37.198Z[ recovery-image] Aug 24 16:56:36.295 INFO O| Aug 24 16:56:36.295 INFO STEP 463 (remove_files) COMPLETE
53112024-08-24T16:56:37.198Z[ recovery-image] Aug 24 16:56:36.295 INFO O| Aug 24 16:56:36.295 INFO STEP 464: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53122024-08-24T16:56:37.208Z[ recovery-image] Aug 24 16:56:36.304 INFO O| Aug 24 16:56:36.304 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/xargs"
53132024-08-24T16:56:37.211Z[ recovery-image] Aug 24 16:56:36.304 INFO O| Aug 24 16:56:36.304 INFO STEP 464 (remove_files) COMPLETE
53142024-08-24T16:56:37.211Z[ recovery-image] Aug 24 16:56:36.304 INFO O| Aug 24 16:56:36.304 INFO STEP 465: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53152024-08-24T16:56:37.218Z[ recovery-image] Aug 24 16:56:36.314 INFO O| Aug 24 16:56:36.314 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/xml2-config"
53162024-08-24T16:56:37.218Z[ recovery-image] Aug 24 16:56:36.314 INFO O| Aug 24 16:56:36.314 INFO STEP 465 (remove_files) COMPLETE
53172024-08-24T16:56:37.218Z[ recovery-image] Aug 24 16:56:36.314 INFO O| Aug 24 16:56:36.314 INFO STEP 466: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53182024-08-24T16:56:37.227Z[ recovery-image] Aug 24 16:56:36.324 INFO O| Aug 24 16:56:36.324 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/xmlcatalog"
53192024-08-24T16:56:37.230Z[ recovery-image] Aug 24 16:56:36.324 INFO O| Aug 24 16:56:36.324 INFO STEP 466 (remove_files) COMPLETE
53202024-08-24T16:56:37.230Z[ recovery-image] Aug 24 16:56:36.324 INFO O| Aug 24 16:56:36.324 INFO STEP 467: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53212024-08-24T16:56:37.238Z[ recovery-image] Aug 24 16:56:36.334 INFO O| Aug 24 16:56:36.334 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/xmllint"
53222024-08-24T16:56:37.238Z[ recovery-image] Aug 24 16:56:36.334 INFO O| Aug 24 16:56:36.334 INFO STEP 467 (remove_files) COMPLETE
53232024-08-24T16:56:37.238Z[ recovery-image] Aug 24 16:56:36.334 INFO O| Aug 24 16:56:36.334 INFO STEP 468: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53242024-08-24T16:56:37.249Z[ recovery-image] Aug 24 16:56:36.345 INFO O| Aug 24 16:56:36.345 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/xmlwf"
53252024-08-24T16:56:37.249Z[ recovery-image] Aug 24 16:56:36.345 INFO O| Aug 24 16:56:36.345 INFO STEP 468 (remove_files) COMPLETE
53262024-08-24T16:56:37.252Z[ recovery-image] Aug 24 16:56:36.345 INFO O| Aug 24 16:56:36.345 INFO STEP 469: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53272024-08-24T16:56:37.259Z[ recovery-image] Aug 24 16:56:36.355 INFO O| Aug 24 16:56:36.355 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/xstr"
53282024-08-24T16:56:37.259Z[ recovery-image] Aug 24 16:56:36.355 INFO O| Aug 24 16:56:36.355 INFO STEP 469 (remove_files) COMPLETE
53292024-08-24T16:56:37.259Z[ recovery-image] Aug 24 16:56:36.355 INFO O| Aug 24 16:56:36.355 INFO STEP 470: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53302024-08-24T16:56:37.268Z[ recovery-image] Aug 24 16:56:36.365 INFO O| Aug 24 16:56:36.365 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/xxd"
53312024-08-24T16:56:37.268Z[ recovery-image] Aug 24 16:56:36.365 INFO O| Aug 24 16:56:36.365 INFO STEP 470 (remove_files) COMPLETE
53322024-08-24T16:56:37.271Z[ recovery-image] Aug 24 16:56:36.365 INFO O| Aug 24 16:56:36.365 INFO STEP 471: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53332024-08-24T16:56:37.278Z[ recovery-image] Aug 24 16:56:36.375 INFO O| Aug 24 16:56:36.375 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/xz"
53342024-08-24T16:56:37.279Z[ recovery-image] Aug 24 16:56:36.375 INFO O| Aug 24 16:56:36.375 INFO STEP 471 (remove_files) COMPLETE
53352024-08-24T16:56:37.281Z[ recovery-image] Aug 24 16:56:36.375 INFO O| Aug 24 16:56:36.375 INFO STEP 472: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53362024-08-24T16:56:37.288Z[ recovery-image] Aug 24 16:56:36.385 INFO O| Aug 24 16:56:36.385 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/xzdec"
53372024-08-24T16:56:37.291Z[ recovery-image] Aug 24 16:56:36.385 INFO O| Aug 24 16:56:36.385 INFO STEP 472 (remove_files) COMPLETE
53382024-08-24T16:56:37.291Z[ recovery-image] Aug 24 16:56:36.385 INFO O| Aug 24 16:56:36.385 INFO STEP 473: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53392024-08-24T16:56:37.298Z[ recovery-image] Aug 24 16:56:36.394 INFO O| Aug 24 16:56:36.394 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/xzdiff"
53402024-08-24T16:56:37.298Z[ recovery-image] Aug 24 16:56:36.394 INFO O| Aug 24 16:56:36.394 INFO STEP 473 (remove_files) COMPLETE
53412024-08-24T16:56:37.298Z[ recovery-image] Aug 24 16:56:36.394 INFO O| Aug 24 16:56:36.394 INFO STEP 474: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53422024-08-24T16:56:37.308Z[ recovery-image] Aug 24 16:56:36.404 INFO O| Aug 24 16:56:36.404 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/xzgrep"
53432024-08-24T16:56:37.308Z[ recovery-image] Aug 24 16:56:36.404 INFO O| Aug 24 16:56:36.404 INFO STEP 474 (remove_files) COMPLETE
53442024-08-24T16:56:37.310Z[ recovery-image] Aug 24 16:56:36.404 INFO O| Aug 24 16:56:36.404 INFO STEP 475: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53452024-08-24T16:56:37.316Z[ host-image] Aug 24 16:56:36.412 INFO O| Aug 24 16:56:36.412 INFO O| Actions: Completed 1361 actions in 0.48 seconds.
53462024-08-24T16:56:37.319Z[ recovery-image] Aug 24 16:56:36.414 INFO O| Aug 24 16:56:36.414 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/xzless"
53472024-08-24T16:56:37.319Z[ recovery-image] Aug 24 16:56:36.414 INFO O| Aug 24 16:56:36.414 INFO STEP 475 (remove_files) COMPLETE
53482024-08-24T16:56:37.319Z[ recovery-image] Aug 24 16:56:36.414 INFO O| Aug 24 16:56:36.414 INFO STEP 476: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53492024-08-24T16:56:37.327Z[ recovery-image] Aug 24 16:56:36.423 INFO O| Aug 24 16:56:36.423 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/xzmore"
53502024-08-24T16:56:37.327Z[ recovery-image] Aug 24 16:56:36.424 INFO O| Aug 24 16:56:36.423 INFO STEP 476 (remove_files) COMPLETE
53512024-08-24T16:56:37.327Z[ recovery-image] Aug 24 16:56:36.424 INFO O| Aug 24 16:56:36.423 INFO STEP 477: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53522024-08-24T16:56:37.337Z[ recovery-image] Aug 24 16:56:36.433 INFO O| Aug 24 16:56:36.433 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/yes"
53532024-08-24T16:56:37.337Z[ recovery-image] Aug 24 16:56:36.433 INFO O| Aug 24 16:56:36.433 INFO STEP 477 (remove_files) COMPLETE
53542024-08-24T16:56:37.337Z[ recovery-image] Aug 24 16:56:36.434 INFO O| Aug 24 16:56:36.433 INFO STEP 478: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53552024-08-24T16:56:37.347Z[ recovery-image] Aug 24 16:56:36.443 INFO O| Aug 24 16:56:36.443 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/zcat"
53562024-08-24T16:56:37.347Z[ recovery-image] Aug 24 16:56:36.443 INFO O| Aug 24 16:56:36.443 INFO STEP 478 (remove_files) COMPLETE
53572024-08-24T16:56:37.347Z[ recovery-image] Aug 24 16:56:36.443 INFO O| Aug 24 16:56:36.443 INFO STEP 479: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53582024-08-24T16:56:37.357Z[ recovery-image] Aug 24 16:56:36.453 INFO O| Aug 24 16:56:36.453 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/zonestat"
53592024-08-24T16:56:37.359Z[ recovery-image] Aug 24 16:56:36.454 INFO O| Aug 24 16:56:36.454 INFO STEP 479 (remove_files) COMPLETE
53602024-08-24T16:56:37.360Z[ recovery-image] Aug 24 16:56:36.454 INFO O| Aug 24 16:56:36.454 INFO STEP 480: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53612024-08-24T16:56:37.368Z[ recovery-image] Aug 24 16:56:36.464 INFO O| Aug 24 16:56:36.464 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/zstd"
53622024-08-24T16:56:37.370Z[ recovery-image] Aug 24 16:56:36.464 INFO O| Aug 24 16:56:36.464 INFO STEP 480 (remove_files) COMPLETE
53632024-08-24T16:56:37.370Z[ recovery-image] Aug 24 16:56:36.464 INFO O| Aug 24 16:56:36.464 INFO STEP 481: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53642024-08-24T16:56:37.378Z[ recovery-image] Aug 24 16:56:36.474 INFO O| Aug 24 16:56:36.474 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/zstdgrep"
53652024-08-24T16:56:37.378Z[ recovery-image] Aug 24 16:56:36.474 INFO O| Aug 24 16:56:36.474 INFO STEP 481 (remove_files) COMPLETE
53662024-08-24T16:56:37.380Z[ recovery-image] Aug 24 16:56:36.474 INFO O| Aug 24 16:56:36.474 INFO STEP 482: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53672024-08-24T16:56:37.388Z[ recovery-image] Aug 24 16:56:36.485 INFO O| Aug 24 16:56:36.485 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/zstdless"
53682024-08-24T16:56:37.388Z[ recovery-image] Aug 24 16:56:36.485 INFO O| Aug 24 16:56:36.485 INFO STEP 482 (remove_files) COMPLETE
53692024-08-24T16:56:37.391Z[ recovery-image] Aug 24 16:56:36.485 INFO O| Aug 24 16:56:36.485 INFO STEP 483: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53702024-08-24T16:56:37.399Z[ recovery-image] Aug 24 16:56:36.495 INFO O| Aug 24 16:56:36.495 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gcc/10/lib/amd64/libatomic.so.1.2.0"
53712024-08-24T16:56:37.402Z[ recovery-image] Aug 24 16:56:36.495 INFO O| Aug 24 16:56:36.495 INFO STEP 483 (remove_files) COMPLETE
53722024-08-24T16:56:37.402Z[ recovery-image] Aug 24 16:56:36.496 INFO O| Aug 24 16:56:36.495 INFO STEP 484: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53732024-08-24T16:56:37.410Z[ recovery-image] Aug 24 16:56:36.506 INFO O| Aug 24 16:56:36.506 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gcc/10/lib/amd64/libgomp.so.1.0.0"
53742024-08-24T16:56:37.410Z[ recovery-image] Aug 24 16:56:36.506 INFO O| Aug 24 16:56:36.506 INFO STEP 484 (remove_files) COMPLETE
53752024-08-24T16:56:37.412Z[ recovery-image] Aug 24 16:56:36.506 INFO O| Aug 24 16:56:36.506 INFO STEP 485: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53762024-08-24T16:56:37.420Z[ recovery-image] Aug 24 16:56:36.516 INFO O| Aug 24 16:56:36.516 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gcc/10/lib/amd64/libssp.so.0.0.0"
53772024-08-24T16:56:37.420Z[ recovery-image] Aug 24 16:56:36.516 INFO O| Aug 24 16:56:36.516 INFO STEP 485 (remove_files) COMPLETE
53782024-08-24T16:56:37.423Z[ recovery-image] Aug 24 16:56:36.516 INFO O| Aug 24 16:56:36.516 INFO STEP 486: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53792024-08-24T16:56:37.430Z[ recovery-image] Aug 24 16:56:36.526 INFO O| Aug 24 16:56:36.526 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gcc/10/lib/amd64/libstdc++.so.6.0.28"
53802024-08-24T16:56:37.430Z[ recovery-image] Aug 24 16:56:36.527 INFO O| Aug 24 16:56:36.526 INFO STEP 486 (remove_files) COMPLETE
53812024-08-24T16:56:37.433Z[ recovery-image] Aug 24 16:56:36.527 INFO O| Aug 24 16:56:36.527 INFO STEP 487: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53822024-08-24T16:56:37.440Z[ recovery-image] Aug 24 16:56:36.536 INFO O| Aug 24 16:56:36.536 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gcc/10/lib/libatomic.so.1.2.0"
53832024-08-24T16:56:37.443Z[ recovery-image] Aug 24 16:56:36.537 INFO O| Aug 24 16:56:36.536 INFO STEP 487 (remove_files) COMPLETE
53842024-08-24T16:56:37.443Z[ recovery-image] Aug 24 16:56:36.537 INFO O| Aug 24 16:56:36.537 INFO STEP 488: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53852024-08-24T16:56:37.450Z[ recovery-image] Aug 24 16:56:36.547 INFO O| Aug 24 16:56:36.546 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gcc/10/lib/libgcc_s.so.1"
53862024-08-24T16:56:37.450Z[ recovery-image] Aug 24 16:56:36.547 INFO O| Aug 24 16:56:36.547 INFO STEP 488 (remove_files) COMPLETE
53872024-08-24T16:56:37.453Z[ recovery-image] Aug 24 16:56:36.547 INFO O| Aug 24 16:56:36.547 INFO STEP 489: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53882024-08-24T16:56:37.462Z[ recovery-image] Aug 24 16:56:36.559 INFO O| Aug 24 16:56:36.558 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gcc/10/lib/libgomp.so.1.0.0"
53892024-08-24T16:56:37.462Z[ recovery-image] Aug 24 16:56:36.559 INFO O| Aug 24 16:56:36.559 INFO STEP 489 (remove_files) COMPLETE
53902024-08-24T16:56:37.465Z[ recovery-image] Aug 24 16:56:36.559 INFO O| Aug 24 16:56:36.559 INFO STEP 490: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53912024-08-24T16:56:37.473Z[ recovery-image] Aug 24 16:56:36.569 INFO O| Aug 24 16:56:36.569 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gcc/10/lib/libssp.so.0.0.0"
53922024-08-24T16:56:37.473Z[ recovery-image] Aug 24 16:56:36.570 INFO O| Aug 24 16:56:36.570 INFO STEP 490 (remove_files) COMPLETE
53932024-08-24T16:56:37.476Z[ recovery-image] Aug 24 16:56:36.570 INFO O| Aug 24 16:56:36.570 INFO STEP 491: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53942024-08-24T16:56:37.484Z[ recovery-image] Aug 24 16:56:36.581 INFO O| Aug 24 16:56:36.580 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gcc/10/lib/libstdc++.so.6.0.28"
53952024-08-24T16:56:37.488Z[ recovery-image] Aug 24 16:56:36.581 INFO O| Aug 24 16:56:36.581 INFO STEP 491 (remove_files) COMPLETE
53962024-08-24T16:56:37.488Z[ recovery-image] Aug 24 16:56:36.581 INFO O| Aug 24 16:56:36.581 INFO STEP 492: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53972024-08-24T16:56:37.495Z[ recovery-image] Aug 24 16:56:36.591 INFO O| Aug 24 16:56:36.591 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gnu/lib/amd64/libform.so.5.9"
53982024-08-24T16:56:37.498Z[ recovery-image] Aug 24 16:56:36.592 INFO O| Aug 24 16:56:36.591 INFO STEP 492 (remove_files) COMPLETE
53992024-08-24T16:56:37.498Z[ recovery-image] Aug 24 16:56:36.592 INFO O| Aug 24 16:56:36.592 INFO STEP 493: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54002024-08-24T16:56:37.506Z[ recovery-image] Aug 24 16:56:36.602 INFO O| Aug 24 16:56:36.602 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gnu/lib/amd64/libmenu.so.5.9"
54012024-08-24T16:56:37.506Z[ recovery-image] Aug 24 16:56:36.603 INFO O| Aug 24 16:56:36.603 INFO STEP 493 (remove_files) COMPLETE
54022024-08-24T16:56:37.509Z[ recovery-image] Aug 24 16:56:36.603 INFO O| Aug 24 16:56:36.603 INFO STEP 494: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54032024-08-24T16:56:37.518Z[ recovery-image] Aug 24 16:56:36.614 INFO O| Aug 24 16:56:36.614 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gnu/lib/amd64/libpanel.so.5.9"
54042024-08-24T16:56:37.518Z[ recovery-image] Aug 24 16:56:36.614 INFO O| Aug 24 16:56:36.614 INFO STEP 494 (remove_files) COMPLETE
54052024-08-24T16:56:37.520Z[ recovery-image] Aug 24 16:56:36.614 INFO O| Aug 24 16:56:36.614 INFO STEP 495: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54062024-08-24T16:56:37.530Z[ recovery-image] Aug 24 16:56:36.627 INFO O| Aug 24 16:56:36.626 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gnu/lib/libform.so.5.9"
54072024-08-24T16:56:37.530Z[ recovery-image] Aug 24 16:56:36.627 INFO O| Aug 24 16:56:36.627 INFO STEP 495 (remove_files) COMPLETE
54082024-08-24T16:56:37.530Z[ recovery-image] Aug 24 16:56:36.627 INFO O| Aug 24 16:56:36.627 INFO STEP 496: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54092024-08-24T16:56:37.542Z[ recovery-image] Aug 24 16:56:36.638 INFO O| Aug 24 16:56:36.638 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gnu/lib/libmenu.so.5.9"
54102024-08-24T16:56:37.544Z[ recovery-image] Aug 24 16:56:36.638 INFO O| Aug 24 16:56:36.638 INFO STEP 496 (remove_files) COMPLETE
54112024-08-24T16:56:37.544Z[ recovery-image] Aug 24 16:56:36.638 INFO O| Aug 24 16:56:36.638 INFO STEP 497: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54122024-08-24T16:56:37.553Z[ recovery-image] Aug 24 16:56:36.649 INFO O| Aug 24 16:56:36.649 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gnu/lib/libpanel.so.5.9"
54132024-08-24T16:56:37.553Z[ recovery-image] Aug 24 16:56:36.649 INFO O| Aug 24 16:56:36.649 INFO STEP 497 (remove_files) COMPLETE
54142024-08-24T16:56:37.553Z[ recovery-image] Aug 24 16:56:36.649 INFO O| Aug 24 16:56:36.649 INFO STEP 498: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54152024-08-24T16:56:37.562Z[ host-image] Aug 24 16:56:36.658 INFO O| Aug 24 16:56:36.658 INFO O| Done
54162024-08-24T16:56:37.562Z[ host-image] Aug 24 16:56:36.658 INFO O| Aug 24 16:56:36.658 INFO O| Done
54172024-08-24T16:56:37.564Z[ recovery-image] Aug 24 16:56:36.660 INFO O| Aug 24 16:56:36.660 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/has/bin/ctags"
54182024-08-24T16:56:37.564Z[ recovery-image] Aug 24 16:56:36.660 INFO O| Aug 24 16:56:36.660 INFO STEP 498 (remove_files) COMPLETE
54192024-08-24T16:56:37.564Z[ recovery-image] Aug 24 16:56:36.660 INFO O| Aug 24 16:56:36.660 INFO STEP 499: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54202024-08-24T16:56:37.574Z[ recovery-image] Aug 24 16:56:36.671 INFO O| Aug 24 16:56:36.671 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/has/bin/edit"
54212024-08-24T16:56:37.574Z[ recovery-image] Aug 24 16:56:36.671 INFO O| Aug 24 16:56:36.671 INFO STEP 499 (remove_files) COMPLETE
54222024-08-24T16:56:37.575Z[ recovery-image] Aug 24 16:56:36.671 INFO O| Aug 24 16:56:36.671 INFO STEP 500: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54232024-08-24T16:56:37.585Z[ recovery-image] Aug 24 16:56:36.681 INFO O| Aug 24 16:56:36.681 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/has/bin/ex"
54242024-08-24T16:56:37.585Z[ recovery-image] Aug 24 16:56:36.681 INFO O| Aug 24 16:56:36.681 INFO STEP 500 (remove_files) COMPLETE
54252024-08-24T16:56:37.585Z[ recovery-image] Aug 24 16:56:36.681 INFO O| Aug 24 16:56:36.681 INFO STEP 501: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54262024-08-24T16:56:37.598Z[ recovery-image] Aug 24 16:56:36.692 INFO O| Aug 24 16:56:36.692 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/has/bin/pfsh"
54272024-08-24T16:56:37.598Z[ recovery-image] Aug 24 16:56:36.692 INFO O| Aug 24 16:56:36.692 INFO STEP 501 (remove_files) COMPLETE
54282024-08-24T16:56:37.598Z[ recovery-image] Aug 24 16:56:36.692 INFO O| Aug 24 16:56:36.692 INFO STEP 502: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54292024-08-24T16:56:37.606Z[ recovery-image] Aug 24 16:56:36.703 INFO O| Aug 24 16:56:36.703 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/has/bin/sh"
54302024-08-24T16:56:37.606Z[ recovery-image] Aug 24 16:56:36.703 INFO O| Aug 24 16:56:36.703 INFO STEP 502 (remove_files) COMPLETE
54312024-08-24T16:56:37.606Z[ recovery-image] Aug 24 16:56:36.703 INFO O| Aug 24 16:56:36.703 INFO STEP 503: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54322024-08-24T16:56:37.616Z[ recovery-image] Aug 24 16:56:36.713 INFO O| Aug 24 16:56:36.713 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/has/bin/vedit"
54332024-08-24T16:56:37.617Z[ recovery-image] Aug 24 16:56:36.713 INFO O| Aug 24 16:56:36.713 INFO STEP 503 (remove_files) COMPLETE
54342024-08-24T16:56:37.617Z[ recovery-image] Aug 24 16:56:36.713 INFO O| Aug 24 16:56:36.713 INFO STEP 504: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54352024-08-24T16:56:37.627Z[ recovery-image] Aug 24 16:56:36.723 INFO O| Aug 24 16:56:36.723 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/has/bin/vi"
54362024-08-24T16:56:37.627Z[ recovery-image] Aug 24 16:56:36.723 INFO O| Aug 24 16:56:36.723 INFO STEP 504 (remove_files) COMPLETE
54372024-08-24T16:56:37.629Z[ recovery-image] Aug 24 16:56:36.723 INFO O| Aug 24 16:56:36.723 INFO STEP 505: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54382024-08-24T16:56:37.637Z[ recovery-image] Aug 24 16:56:36.734 INFO O| Aug 24 16:56:36.734 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/has/bin/view"
54392024-08-24T16:56:37.637Z[ recovery-image] Aug 24 16:56:36.734 INFO O| Aug 24 16:56:36.734 INFO STEP 505 (remove_files) COMPLETE
54402024-08-24T16:56:37.640Z[ recovery-image] Aug 24 16:56:36.734 INFO O| Aug 24 16:56:36.734 INFO STEP 506: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54412024-08-24T16:56:37.647Z[ recovery-image] Aug 24 16:56:36.743 INFO O| Aug 24 16:56:36.743 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/amd64/logindmux"
54422024-08-24T16:56:37.651Z[ recovery-image] Aug 24 16:56:36.744 INFO O| Aug 24 16:56:36.744 INFO STEP 506 (remove_files) COMPLETE
54432024-08-24T16:56:37.651Z[ recovery-image] Aug 24 16:56:36.744 INFO O| Aug 24 16:56:36.744 INFO STEP 507: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54442024-08-24T16:56:37.657Z[ recovery-image] Aug 24 16:56:36.754 INFO O| Aug 24 16:56:36.754 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/amd64/pool"
54452024-08-24T16:56:37.657Z[ recovery-image] Aug 24 16:56:36.754 INFO O| Aug 24 16:56:36.754 INFO STEP 507 (remove_files) COMPLETE
54462024-08-24T16:56:37.660Z[ recovery-image] Aug 24 16:56:36.754 INFO O| Aug 24 16:56:36.754 INFO STEP 508: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54472024-08-24T16:56:37.667Z[ recovery-image] Aug 24 16:56:36.763 INFO O| Aug 24 16:56:36.763 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/amd64/ppt"
54482024-08-24T16:56:37.667Z[ recovery-image] Aug 24 16:56:36.764 INFO O| Aug 24 16:56:36.764 INFO STEP 508 (remove_files) COMPLETE
54492024-08-24T16:56:37.667Z[ recovery-image] Aug 24 16:56:36.764 INFO O| Aug 24 16:56:36.764 INFO STEP 509: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54502024-08-24T16:56:37.677Z[ recovery-image] Aug 24 16:56:36.773 INFO O| Aug 24 16:56:36.773 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/amd64/ptm"
54512024-08-24T16:56:37.677Z[ recovery-image] Aug 24 16:56:36.774 INFO O| Aug 24 16:56:36.774 INFO STEP 509 (remove_files) COMPLETE
54522024-08-24T16:56:37.680Z[ recovery-image] Aug 24 16:56:36.774 INFO O| Aug 24 16:56:36.774 INFO STEP 510: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54532024-08-24T16:56:37.688Z[ recovery-image] Aug 24 16:56:36.784 INFO O| Aug 24 16:56:36.784 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/amd64/pts"
54542024-08-24T16:56:37.688Z[ recovery-image] Aug 24 16:56:36.784 INFO O| Aug 24 16:56:36.784 INFO STEP 510 (remove_files) COMPLETE
54552024-08-24T16:56:37.691Z[ recovery-image] Aug 24 16:56:36.784 INFO O| Aug 24 16:56:36.784 INFO STEP 511: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54562024-08-24T16:56:37.698Z[ recovery-image] Aug 24 16:56:36.795 INFO O| Aug 24 16:56:36.795 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/amd64/vmm"
54572024-08-24T16:56:37.698Z[ recovery-image] Aug 24 16:56:36.795 INFO O| Aug 24 16:56:36.795 INFO STEP 511 (remove_files) COMPLETE
54582024-08-24T16:56:37.698Z[ recovery-image] Aug 24 16:56:36.795 INFO O| Aug 24 16:56:36.795 INFO STEP 512: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54592024-08-24T16:56:37.709Z[ recovery-image] Aug 24 16:56:36.805 INFO O| Aug 24 16:56:36.805 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/amd64/zcons"
54602024-08-24T16:56:37.711Z[ recovery-image] Aug 24 16:56:36.805 INFO O| Aug 24 16:56:36.805 INFO STEP 512 (remove_files) COMPLETE
54612024-08-24T16:56:37.711Z[ recovery-image] Aug 24 16:56:36.805 INFO O| Aug 24 16:56:36.805 INFO STEP 513: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54622024-08-24T16:56:37.718Z[ recovery-image] Aug 24 16:56:36.815 INFO O| Aug 24 16:56:36.815 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/fssnap.conf"
54632024-08-24T16:56:37.718Z[ recovery-image] Aug 24 16:56:36.815 INFO O| Aug 24 16:56:36.815 INFO STEP 513 (remove_files) COMPLETE
54642024-08-24T16:56:37.721Z[ recovery-image] Aug 24 16:56:36.815 INFO O| Aug 24 16:56:36.815 INFO STEP 514: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54652024-08-24T16:56:37.728Z[ recovery-image] Aug 24 16:56:36.824 INFO O| Aug 24 16:56:36.824 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/ksyms.conf"
54662024-08-24T16:56:37.731Z[ recovery-image] Aug 24 16:56:36.824 INFO O| Aug 24 16:56:36.824 INFO STEP 514 (remove_files) COMPLETE
54672024-08-24T16:56:37.731Z[ recovery-image] Aug 24 16:56:36.825 INFO O| Aug 24 16:56:36.824 INFO STEP 515: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54682024-08-24T16:56:37.738Z[ recovery-image] Aug 24 16:56:36.834 INFO O| Aug 24 16:56:36.834 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/logindmux.conf"
54692024-08-24T16:56:37.738Z[ recovery-image] Aug 24 16:56:36.834 INFO O| Aug 24 16:56:36.834 INFO STEP 515 (remove_files) COMPLETE
54702024-08-24T16:56:37.740Z[ recovery-image] Aug 24 16:56:36.834 INFO O| Aug 24 16:56:36.834 INFO STEP 516: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54712024-08-24T16:56:37.748Z[ recovery-image] Aug 24 16:56:36.844 INFO O| Aug 24 16:56:36.844 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/nsmb.conf"
54722024-08-24T16:56:37.748Z[ recovery-image] Aug 24 16:56:36.844 INFO O| Aug 24 16:56:36.844 INFO STEP 516 (remove_files) COMPLETE
54732024-08-24T16:56:37.750Z[ recovery-image] Aug 24 16:56:36.844 INFO O| Aug 24 16:56:36.844 INFO STEP 517: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54742024-08-24T16:56:37.758Z[ recovery-image] Aug 24 16:56:36.855 INFO O| Aug 24 16:56:36.855 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/pool.conf"
54752024-08-24T16:56:37.761Z[ recovery-image] Aug 24 16:56:36.855 INFO O| Aug 24 16:56:36.855 INFO STEP 517 (remove_files) COMPLETE
54762024-08-24T16:56:37.761Z[ recovery-image] Aug 24 16:56:36.855 INFO O| Aug 24 16:56:36.855 INFO STEP 518: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54772024-08-24T16:56:37.768Z[ recovery-image] Aug 24 16:56:36.865 INFO O| Aug 24 16:56:36.865 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/ppt.conf"
54782024-08-24T16:56:37.768Z[ recovery-image] Aug 24 16:56:36.865 INFO O| Aug 24 16:56:36.865 INFO STEP 518 (remove_files) COMPLETE
54792024-08-24T16:56:37.771Z[ recovery-image] Aug 24 16:56:36.865 INFO O| Aug 24 16:56:36.865 INFO STEP 519: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54802024-08-24T16:56:37.778Z[ recovery-image] Aug 24 16:56:36.874 INFO O| Aug 24 16:56:36.874 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/ptm.conf"
54812024-08-24T16:56:37.778Z[ recovery-image] Aug 24 16:56:36.875 INFO O| Aug 24 16:56:36.875 INFO STEP 519 (remove_files) COMPLETE
54822024-08-24T16:56:37.778Z[ recovery-image] Aug 24 16:56:36.875 INFO O| Aug 24 16:56:36.875 INFO STEP 520: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54832024-08-24T16:56:37.788Z[ recovery-image] Aug 24 16:56:36.884 INFO O| Aug 24 16:56:36.884 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/pts.conf"
54842024-08-24T16:56:37.788Z[ recovery-image] Aug 24 16:56:36.884 INFO O| Aug 24 16:56:36.884 INFO STEP 520 (remove_files) COMPLETE
54852024-08-24T16:56:37.788Z[ recovery-image] Aug 24 16:56:36.884 INFO O| Aug 24 16:56:36.884 INFO STEP 521: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54862024-08-24T16:56:37.798Z[ recovery-image] Aug 24 16:56:36.894 INFO O| Aug 24 16:56:36.894 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/signalfd.conf"
54872024-08-24T16:56:37.798Z[ recovery-image] Aug 24 16:56:36.894 INFO O| Aug 24 16:56:36.894 INFO STEP 521 (remove_files) COMPLETE
54882024-08-24T16:56:37.801Z[ recovery-image] Aug 24 16:56:36.894 INFO O| Aug 24 16:56:36.894 INFO STEP 522: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54892024-08-24T16:56:37.808Z[ recovery-image] Aug 24 16:56:36.904 INFO O| Aug 24 16:56:36.904 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/smbsrv.conf"
54902024-08-24T16:56:37.808Z[ recovery-image] Aug 24 16:56:36.904 INFO O| Aug 24 16:56:36.904 INFO STEP 522 (remove_files) COMPLETE
54912024-08-24T16:56:37.808Z[ recovery-image] Aug 24 16:56:36.904 INFO O| Aug 24 16:56:36.904 INFO STEP 523: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54922024-08-24T16:56:37.817Z[ recovery-image] Aug 24 16:56:36.914 INFO O| Aug 24 16:56:36.914 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/timerfd.conf"
54932024-08-24T16:56:37.817Z[ recovery-image] Aug 24 16:56:36.914 INFO O| Aug 24 16:56:36.914 INFO STEP 523 (remove_files) COMPLETE
54942024-08-24T16:56:37.818Z[ recovery-image] Aug 24 16:56:36.914 INFO O| Aug 24 16:56:36.914 INFO STEP 524: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54952024-08-24T16:56:37.827Z[ recovery-image] Aug 24 16:56:36.923 INFO O| Aug 24 16:56:36.923 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/viona.conf"
54962024-08-24T16:56:37.827Z[ recovery-image] Aug 24 16:56:36.923 INFO O| Aug 24 16:56:36.923 INFO STEP 524 (remove_files) COMPLETE
54972024-08-24T16:56:37.830Z[ recovery-image] Aug 24 16:56:36.923 INFO O| Aug 24 16:56:36.923 INFO STEP 525: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54982024-08-24T16:56:37.837Z[ recovery-image] Aug 24 16:56:36.933 INFO O| Aug 24 16:56:36.933 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/vmm.conf"
54992024-08-24T16:56:37.837Z[ recovery-image] Aug 24 16:56:36.933 INFO O| Aug 24 16:56:36.933 INFO STEP 525 (remove_files) COMPLETE
55002024-08-24T16:56:37.837Z[ recovery-image] Aug 24 16:56:36.933 INFO O| Aug 24 16:56:36.933 INFO STEP 526: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55012024-08-24T16:56:37.846Z[ recovery-image] Aug 24 16:56:36.943 INFO O| Aug 24 16:56:36.943 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/exec/amd64/javaexec"
55022024-08-24T16:56:37.849Z[ recovery-image] Aug 24 16:56:36.943 INFO O| Aug 24 16:56:36.943 INFO STEP 526 (remove_files) COMPLETE
55032024-08-24T16:56:37.849Z[ recovery-image] Aug 24 16:56:36.943 INFO O| Aug 24 16:56:36.943 INFO STEP 527: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55042024-08-24T16:56:37.856Z[ recovery-image] Aug 24 16:56:36.953 INFO O| Aug 24 16:56:36.953 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/exec/amd64/shbinexec"
55052024-08-24T16:56:37.857Z[ recovery-image] Aug 24 16:56:36.953 INFO O| Aug 24 16:56:36.953 INFO STEP 527 (remove_files) COMPLETE
55062024-08-24T16:56:37.859Z[ recovery-image] Aug 24 16:56:36.953 INFO O| Aug 24 16:56:36.953 INFO STEP 528: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55072024-08-24T16:56:37.866Z[ recovery-image] Aug 24 16:56:36.963 INFO O| Aug 24 16:56:36.963 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/fs/amd64/pcfs"
55082024-08-24T16:56:37.866Z[ recovery-image] Aug 24 16:56:36.963 INFO O| Aug 24 16:56:36.963 INFO STEP 528 (remove_files) COMPLETE
55092024-08-24T16:56:37.869Z[ recovery-image] Aug 24 16:56:36.963 INFO O| Aug 24 16:56:36.963 INFO STEP 529: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55102024-08-24T16:56:37.876Z[ recovery-image] Aug 24 16:56:36.973 INFO O| Aug 24 16:56:36.973 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/fs/amd64/smbfs"
55112024-08-24T16:56:37.879Z[ recovery-image] Aug 24 16:56:36.973 INFO O| Aug 24 16:56:36.973 INFO STEP 529 (remove_files) COMPLETE
55122024-08-24T16:56:37.879Z[ recovery-image] Aug 24 16:56:36.973 INFO O| Aug 24 16:56:36.973 INFO STEP 530: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55132024-08-24T16:56:37.886Z[ recovery-image] Aug 24 16:56:36.982 INFO O| Aug 24 16:56:36.982 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/kmdb/amd64/nsmb"
55142024-08-24T16:56:37.889Z[ recovery-image] Aug 24 16:56:36.982 INFO O| Aug 24 16:56:36.982 INFO STEP 530 (remove_files) COMPLETE
55152024-08-24T16:56:37.889Z[ recovery-image] Aug 24 16:56:36.982 INFO O| Aug 24 16:56:36.982 INFO STEP 531: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55162024-08-24T16:56:37.896Z[ recovery-image] Aug 24 16:56:36.992 INFO O| Aug 24 16:56:36.992 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/kmdb/amd64/smbfs"
55172024-08-24T16:56:37.896Z[ recovery-image] Aug 24 16:56:36.992 INFO O| Aug 24 16:56:36.992 INFO STEP 531 (remove_files) COMPLETE
55182024-08-24T16:56:37.898Z[ recovery-image] Aug 24 16:56:36.992 INFO O| Aug 24 16:56:36.992 INFO STEP 532: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55192024-08-24T16:56:37.906Z[ recovery-image] Aug 24 16:56:37.002 INFO O| Aug 24 16:56:37.002 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/kmdb/amd64/smbsrv"
55202024-08-24T16:56:37.906Z[ recovery-image] Aug 24 16:56:37.002 INFO O| Aug 24 16:56:37.002 INFO STEP 532 (remove_files) COMPLETE
55212024-08-24T16:56:37.908Z[ recovery-image] Aug 24 16:56:37.002 INFO O| Aug 24 16:56:37.002 INFO STEP 533: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55222024-08-24T16:56:37.916Z[ recovery-image] Aug 24 16:56:37.013 INFO O| Aug 24 16:56:37.012 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/misc/amd64/vmm_vtd"
55232024-08-24T16:56:37.919Z[ recovery-image] Aug 24 16:56:37.013 INFO O| Aug 24 16:56:37.013 INFO STEP 533 (remove_files) COMPLETE
55242024-08-24T16:56:37.919Z[ recovery-image] Aug 24 16:56:37.013 INFO O| Aug 24 16:56:37.013 INFO STEP 534: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55252024-08-24T16:56:37.926Z[ recovery-image] Aug 24 16:56:37.022 INFO O| Aug 24 16:56:37.022 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/pcbe/amd64/pcbe.GenuineIntel.15"
55262024-08-24T16:56:37.928Z[ recovery-image] Aug 24 16:56:37.022 INFO O| Aug 24 16:56:37.022 INFO STEP 534 (remove_files) COMPLETE
55272024-08-24T16:56:37.928Z[ recovery-image] Aug 24 16:56:37.023 INFO O| Aug 24 16:56:37.022 INFO STEP 535: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55282024-08-24T16:56:37.929Z[ host-image] Aug 24 16:56:37.025 INFO O| Aug 24 16:56:37.025 INFO O| Done
55292024-08-24T16:56:37.937Z[ recovery-image] Aug 24 16:56:37.034 INFO O| Aug 24 16:56:37.033 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/pcbe/amd64/pcbe.GenuineIntel.6.15"
55302024-08-24T16:56:37.940Z[ recovery-image] Aug 24 16:56:37.034 INFO O| Aug 24 16:56:37.034 INFO STEP 535 (remove_files) COMPLETE
55312024-08-24T16:56:37.940Z[ recovery-image] Aug 24 16:56:37.034 INFO O| Aug 24 16:56:37.034 INFO STEP 536: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55322024-08-24T16:56:37.947Z[ recovery-image] Aug 24 16:56:37.043 INFO O| Aug 24 16:56:37.043 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/sched/amd64/IA"
55332024-08-24T16:56:37.950Z[ recovery-image] Aug 24 16:56:37.044 INFO O| Aug 24 16:56:37.044 INFO STEP 536 (remove_files) COMPLETE
55342024-08-24T16:56:37.950Z[ recovery-image] Aug 24 16:56:37.044 INFO O| Aug 24 16:56:37.044 INFO STEP 537: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55352024-08-24T16:56:37.957Z[ recovery-image] Aug 24 16:56:37.054 INFO O| Aug 24 16:56:37.053 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/sched/amd64/RT"
55362024-08-24T16:56:37.957Z[ recovery-image] Aug 24 16:56:37.054 INFO O| Aug 24 16:56:37.054 INFO STEP 537 (remove_files) COMPLETE
55372024-08-24T16:56:37.957Z[ recovery-image] Aug 24 16:56:37.054 INFO O| Aug 24 16:56:37.054 INFO STEP 538: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55382024-08-24T16:56:37.967Z[ recovery-image] Aug 24 16:56:37.064 INFO O| Aug 24 16:56:37.064 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/sched/amd64/RT_DPTBL"
55392024-08-24T16:56:37.967Z[ recovery-image] Aug 24 16:56:37.064 INFO O| Aug 24 16:56:37.064 INFO STEP 538 (remove_files) COMPLETE
55402024-08-24T16:56:37.970Z[ recovery-image] Aug 24 16:56:37.064 INFO O| Aug 24 16:56:37.064 INFO STEP 539: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55412024-08-24T16:56:37.977Z[ recovery-image] Aug 24 16:56:37.074 INFO O| Aug 24 16:56:37.073 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/strmod/amd64/cryptmod"
55422024-08-24T16:56:37.980Z[ recovery-image] Aug 24 16:56:37.074 INFO O| Aug 24 16:56:37.074 INFO STEP 539 (remove_files) COMPLETE
55432024-08-24T16:56:37.980Z[ recovery-image] Aug 24 16:56:37.074 INFO O| Aug 24 16:56:37.074 INFO STEP 540: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55442024-08-24T16:56:37.987Z[ recovery-image] Aug 24 16:56:37.084 INFO O| Aug 24 16:56:37.083 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/strmod/amd64/rlmod"
55452024-08-24T16:56:37.987Z[ recovery-image] Aug 24 16:56:37.084 INFO O| Aug 24 16:56:37.084 INFO STEP 540 (remove_files) COMPLETE
55462024-08-24T16:56:37.990Z[ recovery-image] Aug 24 16:56:37.084 INFO O| Aug 24 16:56:37.084 INFO STEP 541: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55472024-08-24T16:56:37.997Z[ recovery-image] Aug 24 16:56:37.094 INFO O| Aug 24 16:56:37.094 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/strmod/amd64/telmod"
55482024-08-24T16:56:37.997Z[ recovery-image] Aug 24 16:56:37.094 INFO O| Aug 24 16:56:37.094 INFO STEP 541 (remove_files) COMPLETE
55492024-08-24T16:56:37.997Z[ recovery-image] Aug 24 16:56:37.094 INFO O| Aug 24 16:56:37.094 INFO STEP 542: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55502024-08-24T16:56:38.008Z[ recovery-image] Aug 24 16:56:37.104 INFO O| Aug 24 16:56:37.104 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/sys/amd64/acctctl"
55512024-08-24T16:56:38.008Z[ recovery-image] Aug 24 16:56:37.104 INFO O| Aug 24 16:56:37.104 INFO STEP 542 (remove_files) COMPLETE
55522024-08-24T16:56:38.008Z[ recovery-image] Aug 24 16:56:37.104 INFO O| Aug 24 16:56:37.104 INFO STEP 543: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55532024-08-24T16:56:38.018Z[ recovery-image] Aug 24 16:56:37.114 INFO O| Aug 24 16:56:37.114 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/sys/amd64/exacctsys"
55542024-08-24T16:56:38.018Z[ recovery-image] Aug 24 16:56:37.114 INFO O| Aug 24 16:56:37.114 INFO STEP 543 (remove_files) COMPLETE
55552024-08-24T16:56:38.018Z[ recovery-image] Aug 24 16:56:37.114 INFO O| Aug 24 16:56:37.114 INFO STEP 544: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55562024-08-24T16:56:38.028Z[ recovery-image] Aug 24 16:56:37.125 INFO O| Aug 24 16:56:37.124 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/sys/amd64/sysacct"
55572024-08-24T16:56:38.028Z[ recovery-image] Aug 24 16:56:37.125 INFO O| Aug 24 16:56:37.125 INFO STEP 544 (remove_files) COMPLETE
55582024-08-24T16:56:38.028Z[ recovery-image] Aug 24 16:56:37.125 INFO O| Aug 24 16:56:37.125 INFO STEP 545: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55592024-08-24T16:56:38.039Z[ recovery-image] Aug 24 16:56:37.135 INFO O| Aug 24 16:56:37.135 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kvm/README"
55602024-08-24T16:56:38.039Z[ recovery-image] Aug 24 16:56:37.135 INFO O| Aug 24 16:56:37.135 INFO STEP 545 (remove_files) COMPLETE
55612024-08-24T16:56:38.039Z[ recovery-image] Aug 24 16:56:37.135 INFO O| Aug 24 16:56:37.135 INFO STEP 546: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55622024-08-24T16:56:38.049Z[ recovery-image] Aug 24 16:56:37.145 INFO O| Aug 24 16:56:37.145 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/abi/spec2map"
55632024-08-24T16:56:38.049Z[ recovery-image] Aug 24 16:56:37.145 INFO O| Aug 24 16:56:37.145 INFO STEP 546 (remove_files) COMPLETE
55642024-08-24T16:56:38.051Z[ recovery-image] Aug 24 16:56:37.145 INFO O| Aug 24 16:56:37.145 INFO STEP 547: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55652024-08-24T16:56:38.059Z[ recovery-image] Aug 24 16:56:37.155 INFO O| Aug 24 16:56:37.155 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/abi/spec2trace"
55662024-08-24T16:56:38.059Z[ recovery-image] Aug 24 16:56:37.155 INFO O| Aug 24 16:56:37.155 INFO STEP 547 (remove_files) COMPLETE
55672024-08-24T16:56:38.059Z[ recovery-image] Aug 24 16:56:37.155 INFO O| Aug 24 16:56:37.155 INFO STEP 548: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55682024-08-24T16:56:38.069Z[ recovery-image] Aug 24 16:56:37.165 INFO O| Aug 24 16:56:37.165 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/adb/adbgen"
55692024-08-24T16:56:38.071Z[ recovery-image] Aug 24 16:56:37.165 INFO O| Aug 24 16:56:37.165 INFO STEP 548 (remove_files) COMPLETE
55702024-08-24T16:56:38.071Z[ recovery-image] Aug 24 16:56:37.165 INFO O| Aug 24 16:56:37.165 INFO STEP 549: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55712024-08-24T16:56:38.079Z[ recovery-image] Aug 24 16:56:37.175 INFO O| Aug 24 16:56:37.175 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/adb/adbgen1"
55722024-08-24T16:56:38.079Z[ recovery-image] Aug 24 16:56:37.175 INFO O| Aug 24 16:56:37.175 INFO STEP 549 (remove_files) COMPLETE
55732024-08-24T16:56:38.079Z[ recovery-image] Aug 24 16:56:37.175 INFO O| Aug 24 16:56:37.175 INFO STEP 550: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55742024-08-24T16:56:38.089Z[ recovery-image] Aug 24 16:56:37.185 INFO O| Aug 24 16:56:37.185 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/adb/adbgen3"
55752024-08-24T16:56:38.089Z[ recovery-image] Aug 24 16:56:37.185 INFO O| Aug 24 16:56:37.185 INFO STEP 550 (remove_files) COMPLETE
55762024-08-24T16:56:38.089Z[ recovery-image] Aug 24 16:56:37.185 INFO O| Aug 24 16:56:37.185 INFO STEP 551: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55772024-08-24T16:56:38.099Z[ recovery-image] Aug 24 16:56:37.195 INFO O| Aug 24 16:56:37.195 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/adb/adbgen4"
55782024-08-24T16:56:38.102Z[ recovery-image] Aug 24 16:56:37.195 INFO O| Aug 24 16:56:37.195 INFO STEP 551 (remove_files) COMPLETE
55792024-08-24T16:56:38.102Z[ recovery-image] Aug 24 16:56:37.195 INFO O| Aug 24 16:56:37.195 INFO STEP 552: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55802024-08-24T16:56:38.109Z[ recovery-image] Aug 24 16:56:37.205 INFO O| Aug 24 16:56:37.205 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/adb/adbsub.o"
55812024-08-24T16:56:38.111Z[ recovery-image] Aug 24 16:56:37.205 INFO O| Aug 24 16:56:37.205 INFO STEP 552 (remove_files) COMPLETE
55822024-08-24T16:56:38.111Z[ recovery-image] Aug 24 16:56:37.205 INFO O| Aug 24 16:56:37.205 INFO STEP 553: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55832024-08-24T16:56:38.119Z[ recovery-image] Aug 24 16:56:37.215 INFO O| Aug 24 16:56:37.215 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/adb/amd64/adbsub.o"
55842024-08-24T16:56:38.122Z[ recovery-image] Aug 24 16:56:37.215 INFO O| Aug 24 16:56:37.215 INFO STEP 553 (remove_files) COMPLETE
55852024-08-24T16:56:38.122Z[ recovery-image] Aug 24 16:56:37.215 INFO O| Aug 24 16:56:37.215 INFO STEP 554: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55862024-08-24T16:56:38.129Z[ recovery-image] Aug 24 16:56:37.225 INFO O| Aug 24 16:56:37.225 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/0@0.so.1"
55872024-08-24T16:56:38.132Z[ recovery-image] Aug 24 16:56:37.226 INFO O| Aug 24 16:56:37.226 INFO STEP 554 (remove_files) COMPLETE
55882024-08-24T16:56:38.132Z[ recovery-image] Aug 24 16:56:37.226 INFO O| Aug 24 16:56:37.226 INFO STEP 555: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55892024-08-24T16:56:38.139Z[ recovery-image] Aug 24 16:56:37.235 INFO O| Aug 24 16:56:37.235 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/Makefile.inc"
55902024-08-24T16:56:38.142Z[ recovery-image] Aug 24 16:56:37.236 INFO O| Aug 24 16:56:37.236 INFO STEP 555 (remove_files) COMPLETE
55912024-08-24T16:56:38.142Z[ recovery-image] Aug 24 16:56:37.236 INFO O| Aug 24 16:56:37.236 INFO STEP 556: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55922024-08-24T16:56:38.150Z[ recovery-image] Aug 24 16:56:37.246 INFO O| Aug 24 16:56:37.246 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/accept"
55932024-08-24T16:56:38.152Z[ recovery-image] Aug 24 16:56:37.247 INFO O| Aug 24 16:56:37.247 INFO STEP 556 (remove_files) COMPLETE
55942024-08-24T16:56:38.152Z[ recovery-image] Aug 24 16:56:37.247 INFO O| Aug 24 16:56:37.247 INFO STEP 557: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55952024-08-24T16:56:38.160Z[ recovery-image] Aug 24 16:56:37.256 INFO O| Aug 24 16:56:37.256 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/basename"
55962024-08-24T16:56:38.163Z[ recovery-image] Aug 24 16:56:37.257 INFO O| Aug 24 16:56:37.256 INFO STEP 557 (remove_files) COMPLETE
55972024-08-24T16:56:38.163Z[ recovery-image] Aug 24 16:56:37.257 INFO O| Aug 24 16:56:37.257 INFO STEP 558: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55982024-08-24T16:56:38.170Z[ recovery-image] Aug 24 16:56:37.266 INFO O| Aug 24 16:56:37.266 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/csv"
55992024-08-24T16:56:38.170Z[ recovery-image] Aug 24 16:56:37.266 INFO O| Aug 24 16:56:37.266 INFO STEP 558 (remove_files) COMPLETE
56002024-08-24T16:56:38.170Z[ recovery-image] Aug 24 16:56:37.266 INFO O| Aug 24 16:56:37.266 INFO STEP 559: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56012024-08-24T16:56:38.180Z[ recovery-image] Aug 24 16:56:37.276 INFO O| Aug 24 16:56:37.276 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/cut"
56022024-08-24T16:56:38.180Z[ recovery-image] Aug 24 16:56:37.276 INFO O| Aug 24 16:56:37.276 INFO STEP 559 (remove_files) COMPLETE
56032024-08-24T16:56:38.180Z[ recovery-image] Aug 24 16:56:37.276 INFO O| Aug 24 16:56:37.276 INFO STEP 560: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56042024-08-24T16:56:38.190Z[ recovery-image] Aug 24 16:56:37.286 INFO O| Aug 24 16:56:37.286 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/dirname"
56052024-08-24T16:56:38.190Z[ recovery-image] Aug 24 16:56:37.286 INFO O| Aug 24 16:56:37.286 INFO STEP 560 (remove_files) COMPLETE
56062024-08-24T16:56:38.192Z[ recovery-image] Aug 24 16:56:37.286 INFO O| Aug 24 16:56:37.286 INFO STEP 561: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56072024-08-24T16:56:38.200Z[ recovery-image] Aug 24 16:56:37.296 INFO O| Aug 24 16:56:37.296 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/fdflags"
56082024-08-24T16:56:38.202Z[ recovery-image] Aug 24 16:56:37.296 INFO O| Aug 24 16:56:37.296 INFO STEP 561 (remove_files) COMPLETE
56092024-08-24T16:56:38.202Z[ recovery-image] Aug 24 16:56:37.296 INFO O| Aug 24 16:56:37.296 INFO STEP 562: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56102024-08-24T16:56:38.209Z[ recovery-image] Aug 24 16:56:37.306 INFO O| Aug 24 16:56:37.306 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/finfo"
56112024-08-24T16:56:38.210Z[ recovery-image] Aug 24 16:56:37.306 INFO O| Aug 24 16:56:37.306 INFO STEP 562 (remove_files) COMPLETE
56122024-08-24T16:56:38.210Z[ recovery-image] Aug 24 16:56:37.306 INFO O| Aug 24 16:56:37.306 INFO STEP 563: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56132024-08-24T16:56:38.220Z[ recovery-image] Aug 24 16:56:37.316 INFO O| Aug 24 16:56:37.316 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/head"
56142024-08-24T16:56:38.220Z[ recovery-image] Aug 24 16:56:37.316 INFO O| Aug 24 16:56:37.316 INFO STEP 563 (remove_files) COMPLETE
56152024-08-24T16:56:38.220Z[ recovery-image] Aug 24 16:56:37.316 INFO O| Aug 24 16:56:37.316 INFO STEP 564: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56162024-08-24T16:56:38.230Z[ recovery-image] Aug 24 16:56:37.326 INFO O| Aug 24 16:56:37.326 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/id"
56172024-08-24T16:56:38.230Z[ recovery-image] Aug 24 16:56:37.326 INFO O| Aug 24 16:56:37.326 INFO STEP 564 (remove_files) COMPLETE
56182024-08-24T16:56:38.233Z[ recovery-image] Aug 24 16:56:37.326 INFO O| Aug 24 16:56:37.326 INFO STEP 565: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56192024-08-24T16:56:38.241Z[ recovery-image] Aug 24 16:56:37.337 INFO O| Aug 24 16:56:37.337 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/ln"
56202024-08-24T16:56:38.241Z[ recovery-image] Aug 24 16:56:37.337 INFO O| Aug 24 16:56:37.337 INFO STEP 565 (remove_files) COMPLETE
56212024-08-24T16:56:38.241Z[ recovery-image] Aug 24 16:56:37.337 INFO O| Aug 24 16:56:37.337 INFO STEP 566: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56222024-08-24T16:56:38.251Z[ recovery-image] Aug 24 16:56:37.347 INFO O| Aug 24 16:56:37.347 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/loadables.h"
56232024-08-24T16:56:38.251Z[ recovery-image] Aug 24 16:56:37.347 INFO O| Aug 24 16:56:37.347 INFO STEP 566 (remove_files) COMPLETE
56242024-08-24T16:56:38.254Z[ recovery-image] Aug 24 16:56:37.347 INFO O| Aug 24 16:56:37.347 INFO STEP 567: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56252024-08-24T16:56:38.261Z[ recovery-image] Aug 24 16:56:37.357 INFO O| Aug 24 16:56:37.357 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/logname"
56262024-08-24T16:56:38.261Z[ recovery-image] Aug 24 16:56:37.358 INFO O| Aug 24 16:56:37.357 INFO STEP 567 (remove_files) COMPLETE
56272024-08-24T16:56:38.261Z[ recovery-image] Aug 24 16:56:37.358 INFO O| Aug 24 16:56:37.358 INFO STEP 568: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56282024-08-24T16:56:38.271Z[ recovery-image] Aug 24 16:56:37.368 INFO O| Aug 24 16:56:37.368 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/mkdir"
56292024-08-24T16:56:38.271Z[ recovery-image] Aug 24 16:56:37.368 INFO O| Aug 24 16:56:37.368 INFO STEP 568 (remove_files) COMPLETE
56302024-08-24T16:56:38.271Z[ recovery-image] Aug 24 16:56:37.368 INFO O| Aug 24 16:56:37.368 INFO STEP 569: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56312024-08-24T16:56:38.281Z[ recovery-image] Aug 24 16:56:37.378 INFO O| Aug 24 16:56:37.377 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/mkfifo"
56322024-08-24T16:56:38.284Z[ recovery-image] Aug 24 16:56:37.378 INFO O| Aug 24 16:56:37.378 INFO STEP 569 (remove_files) COMPLETE
56332024-08-24T16:56:38.284Z[ recovery-image] Aug 24 16:56:37.378 INFO O| Aug 24 16:56:37.378 INFO STEP 570: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56342024-08-24T16:56:38.292Z[ recovery-image] Aug 24 16:56:37.388 INFO O| Aug 24 16:56:37.388 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/mktemp"
56352024-08-24T16:56:38.292Z[ recovery-image] Aug 24 16:56:37.388 INFO O| Aug 24 16:56:37.388 INFO STEP 570 (remove_files) COMPLETE
56362024-08-24T16:56:38.294Z[ recovery-image] Aug 24 16:56:37.388 INFO O| Aug 24 16:56:37.388 INFO STEP 571: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56372024-08-24T16:56:38.302Z[ recovery-image] Aug 24 16:56:37.398 INFO O| Aug 24 16:56:37.398 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/mypid"
56382024-08-24T16:56:38.302Z[ recovery-image] Aug 24 16:56:37.398 INFO O| Aug 24 16:56:37.398 INFO STEP 571 (remove_files) COMPLETE
56392024-08-24T16:56:38.302Z[ recovery-image] Aug 24 16:56:37.398 INFO O| Aug 24 16:56:37.398 INFO STEP 572: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56402024-08-24T16:56:38.312Z[ recovery-image] Aug 24 16:56:37.408 INFO O| Aug 24 16:56:37.408 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/pathchk"
56412024-08-24T16:56:38.312Z[ recovery-image] Aug 24 16:56:37.408 INFO O| Aug 24 16:56:37.408 INFO STEP 572 (remove_files) COMPLETE
56422024-08-24T16:56:38.315Z[ recovery-image] Aug 24 16:56:37.408 INFO O| Aug 24 16:56:37.408 INFO STEP 573: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56432024-08-24T16:56:38.322Z[ recovery-image] Aug 24 16:56:37.419 INFO O| Aug 24 16:56:37.419 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/print"
56442024-08-24T16:56:38.322Z[ recovery-image] Aug 24 16:56:37.419 INFO O| Aug 24 16:56:37.419 INFO STEP 573 (remove_files) COMPLETE
56452024-08-24T16:56:38.322Z[ recovery-image] Aug 24 16:56:37.419 INFO O| Aug 24 16:56:37.419 INFO STEP 574: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56462024-08-24T16:56:38.333Z[ recovery-image] Aug 24 16:56:37.429 INFO O| Aug 24 16:56:37.429 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/printenv"
56472024-08-24T16:56:38.333Z[ recovery-image] Aug 24 16:56:37.429 INFO O| Aug 24 16:56:37.429 INFO STEP 574 (remove_files) COMPLETE
56482024-08-24T16:56:38.335Z[ recovery-image] Aug 24 16:56:37.429 INFO O| Aug 24 16:56:37.429 INFO STEP 575: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56492024-08-24T16:56:38.343Z[ recovery-image] Aug 24 16:56:37.439 INFO O| Aug 24 16:56:37.439 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/push"
56502024-08-24T16:56:38.345Z[ recovery-image] Aug 24 16:56:37.439 INFO O| Aug 24 16:56:37.439 INFO STEP 575 (remove_files) COMPLETE
56512024-08-24T16:56:38.345Z[ recovery-image] Aug 24 16:56:37.439 INFO O| Aug 24 16:56:37.439 INFO STEP 576: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56522024-08-24T16:56:38.353Z[ recovery-image] Aug 24 16:56:37.449 INFO O| Aug 24 16:56:37.449 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/realpath"
56532024-08-24T16:56:38.353Z[ recovery-image] Aug 24 16:56:37.449 INFO O| Aug 24 16:56:37.449 INFO STEP 576 (remove_files) COMPLETE
56542024-08-24T16:56:38.353Z[ recovery-image] Aug 24 16:56:37.449 INFO O| Aug 24 16:56:37.449 INFO STEP 577: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56552024-08-24T16:56:38.363Z[ recovery-image] Aug 24 16:56:37.459 INFO O| Aug 24 16:56:37.459 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/rm"
56562024-08-24T16:56:38.363Z[ recovery-image] Aug 24 16:56:37.459 INFO O| Aug 24 16:56:37.459 INFO STEP 577 (remove_files) COMPLETE
56572024-08-24T16:56:38.365Z[ recovery-image] Aug 24 16:56:37.459 INFO O| Aug 24 16:56:37.459 INFO STEP 578: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56582024-08-24T16:56:38.375Z[ recovery-image] Aug 24 16:56:37.471 INFO O| Aug 24 16:56:37.471 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/rmdir"
56592024-08-24T16:56:38.375Z[ recovery-image] Aug 24 16:56:37.471 INFO O| Aug 24 16:56:37.471 INFO STEP 578 (remove_files) COMPLETE
56602024-08-24T16:56:38.375Z[ recovery-image] Aug 24 16:56:37.471 INFO O| Aug 24 16:56:37.471 INFO STEP 579: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56612024-08-24T16:56:38.387Z[ recovery-image] Aug 24 16:56:37.483 INFO O| Aug 24 16:56:37.483 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/seq"
56622024-08-24T16:56:38.387Z[ recovery-image] Aug 24 16:56:37.483 INFO O| Aug 24 16:56:37.483 INFO STEP 579 (remove_files) COMPLETE
56632024-08-24T16:56:38.390Z[ recovery-image] Aug 24 16:56:37.483 INFO O| Aug 24 16:56:37.483 INFO STEP 580: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56642024-08-24T16:56:38.398Z[ recovery-image] Aug 24 16:56:37.494 INFO O| Aug 24 16:56:37.494 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/setpgid"
56652024-08-24T16:56:38.398Z[ recovery-image] Aug 24 16:56:37.494 INFO O| Aug 24 16:56:37.494 INFO STEP 580 (remove_files) COMPLETE
56662024-08-24T16:56:38.400Z[ recovery-image] Aug 24 16:56:37.494 INFO O| Aug 24 16:56:37.494 INFO STEP 581: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56672024-08-24T16:56:38.409Z[ recovery-image] Aug 24 16:56:37.505 INFO O| Aug 24 16:56:37.505 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/sleep"
56682024-08-24T16:56:38.409Z[ recovery-image] Aug 24 16:56:37.506 INFO O| Aug 24 16:56:37.506 INFO STEP 581 (remove_files) COMPLETE
56692024-08-24T16:56:38.409Z[ recovery-image] Aug 24 16:56:37.506 INFO O| Aug 24 16:56:37.506 INFO STEP 582: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56702024-08-24T16:56:38.419Z[ recovery-image] Aug 24 16:56:37.516 INFO O| Aug 24 16:56:37.515 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/strftime"
56712024-08-24T16:56:38.422Z[ recovery-image] Aug 24 16:56:37.516 INFO O| Aug 24 16:56:37.516 INFO STEP 582 (remove_files) COMPLETE
56722024-08-24T16:56:38.422Z[ recovery-image] Aug 24 16:56:37.516 INFO O| Aug 24 16:56:37.516 INFO STEP 583: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56732024-08-24T16:56:38.429Z[ recovery-image] Aug 24 16:56:37.525 INFO O| Aug 24 16:56:37.525 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/sync"
56742024-08-24T16:56:38.432Z[ recovery-image] Aug 24 16:56:37.526 INFO O| Aug 24 16:56:37.525 INFO STEP 583 (remove_files) COMPLETE
56752024-08-24T16:56:38.432Z[ recovery-image] Aug 24 16:56:37.526 INFO O| Aug 24 16:56:37.525 INFO STEP 584: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56762024-08-24T16:56:38.439Z[ recovery-image] Aug 24 16:56:37.535 INFO O| Aug 24 16:56:37.535 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/tee"
56772024-08-24T16:56:38.442Z[ recovery-image] Aug 24 16:56:37.535 INFO O| Aug 24 16:56:37.535 INFO STEP 584 (remove_files) COMPLETE
56782024-08-24T16:56:38.442Z[ recovery-image] Aug 24 16:56:37.535 INFO O| Aug 24 16:56:37.535 INFO STEP 585: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56792024-08-24T16:56:38.449Z[ recovery-image] Aug 24 16:56:37.545 INFO O| Aug 24 16:56:37.545 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/truefalse"
56802024-08-24T16:56:38.449Z[ recovery-image] Aug 24 16:56:37.545 INFO O| Aug 24 16:56:37.545 INFO STEP 585 (remove_files) COMPLETE
56812024-08-24T16:56:38.451Z[ recovery-image] Aug 24 16:56:37.545 INFO O| Aug 24 16:56:37.545 INFO STEP 586: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56822024-08-24T16:56:38.459Z[ recovery-image] Aug 24 16:56:37.555 INFO O| Aug 24 16:56:37.555 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/tty"
56832024-08-24T16:56:38.462Z[ recovery-image] Aug 24 16:56:37.555 INFO O| Aug 24 16:56:37.555 INFO STEP 586 (remove_files) COMPLETE
56842024-08-24T16:56:38.462Z[ recovery-image] Aug 24 16:56:37.555 INFO O| Aug 24 16:56:37.555 INFO STEP 587: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56852024-08-24T16:56:38.469Z[ recovery-image] Aug 24 16:56:37.565 INFO O| Aug 24 16:56:37.565 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/uname"
56862024-08-24T16:56:38.469Z[ recovery-image] Aug 24 16:56:37.565 INFO O| Aug 24 16:56:37.565 INFO STEP 587 (remove_files) COMPLETE
56872024-08-24T16:56:38.471Z[ recovery-image] Aug 24 16:56:37.565 INFO O| Aug 24 16:56:37.565 INFO STEP 588: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56882024-08-24T16:56:38.479Z[ recovery-image] Aug 24 16:56:37.575 INFO O| Aug 24 16:56:37.575 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/unlink"
56892024-08-24T16:56:38.481Z[ recovery-image] Aug 24 16:56:37.575 INFO O| Aug 24 16:56:37.575 INFO STEP 588 (remove_files) COMPLETE
56902024-08-24T16:56:38.481Z[ recovery-image] Aug 24 16:56:37.575 INFO O| Aug 24 16:56:37.575 INFO STEP 589: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56912024-08-24T16:56:38.488Z[ recovery-image] Aug 24 16:56:37.585 INFO O| Aug 24 16:56:37.585 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/whoami"
56922024-08-24T16:56:38.496Z[ recovery-image] Aug 24 16:56:37.585 INFO O| Aug 24 16:56:37.585 INFO STEP 589 (remove_files) COMPLETE
56932024-08-24T16:56:38.496Z[ recovery-image] Aug 24 16:56:37.585 INFO O| Aug 24 16:56:37.585 INFO STEP 590: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56942024-08-24T16:56:38.500Z[ recovery-image] Aug 24 16:56:37.595 INFO O| Aug 24 16:56:37.595 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/cmake/libxml2/libxml2-config.cmake"
56952024-08-24T16:56:38.500Z[ recovery-image] Aug 24 16:56:37.595 INFO O| Aug 24 16:56:37.595 INFO STEP 590 (remove_files) COMPLETE
56962024-08-24T16:56:38.500Z[ recovery-image] Aug 24 16:56:37.595 INFO O| Aug 24 16:56:37.595 INFO STEP 591: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56972024-08-24T16:56:38.508Z[ recovery-image] Aug 24 16:56:37.605 INFO O| Aug 24 16:56:37.605 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/dbus-1.0/include/dbus/dbus-arch-deps.h"
56982024-08-24T16:56:38.511Z[ recovery-image] Aug 24 16:56:37.605 INFO O| Aug 24 16:56:37.605 INFO STEP 591 (remove_files) COMPLETE
56992024-08-24T16:56:38.511Z[ recovery-image] Aug 24 16:56:37.605 INFO O| Aug 24 16:56:37.605 INFO STEP 592: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57002024-08-24T16:56:38.519Z[ recovery-image] Aug 24 16:56:37.615 INFO O| Aug 24 16:56:37.615 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/getloginx.so.1"
57012024-08-24T16:56:38.519Z[ recovery-image] Aug 24 16:56:37.615 INFO O| Aug 24 16:56:37.615 INFO STEP 592 (remove_files) COMPLETE
57022024-08-24T16:56:38.521Z[ recovery-image] Aug 24 16:56:37.615 INFO O| Aug 24 16:56:37.615 INFO STEP 593: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57032024-08-24T16:56:38.528Z[ recovery-image] Aug 24 16:56:37.625 INFO O| Aug 24 16:56:37.625 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/gss/dh1024-0.so.1"
57042024-08-24T16:56:38.531Z[ recovery-image] Aug 24 16:56:37.626 INFO O| Aug 24 16:56:37.626 INFO STEP 593 (remove_files) COMPLETE
57052024-08-24T16:56:38.531Z[ recovery-image] Aug 24 16:56:37.626 INFO O| Aug 24 16:56:37.626 INFO STEP 594: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57062024-08-24T16:56:38.539Z[ recovery-image] Aug 24 16:56:37.636 INFO O| Aug 24 16:56:37.635 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/gss/dh640-0.so.1"
57072024-08-24T16:56:38.539Z[ recovery-image] Aug 24 16:56:37.636 INFO O| Aug 24 16:56:37.636 INFO STEP 594 (remove_files) COMPLETE
57082024-08-24T16:56:38.539Z[ recovery-image] Aug 24 16:56:37.636 INFO O| Aug 24 16:56:37.636 INFO STEP 595: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57092024-08-24T16:56:38.550Z[ recovery-image] Aug 24 16:56:37.646 INFO O| Aug 24 16:56:37.646 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/gss/mech_dh.so.1"
57102024-08-24T16:56:38.550Z[ recovery-image] Aug 24 16:56:37.646 INFO O| Aug 24 16:56:37.646 INFO STEP 595 (remove_files) COMPLETE
57112024-08-24T16:56:38.552Z[ recovery-image] Aug 24 16:56:37.646 INFO O| Aug 24 16:56:37.646 INFO STEP 596: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57122024-08-24T16:56:38.560Z[ recovery-image] Aug 24 16:56:37.656 INFO O| Aug 24 16:56:37.656 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/gss/mech_spnego.so.1"
57132024-08-24T16:56:38.562Z[ recovery-image] Aug 24 16:56:37.656 INFO O| Aug 24 16:56:37.656 INFO STEP 596 (remove_files) COMPLETE
57142024-08-24T16:56:38.562Z[ recovery-image] Aug 24 16:56:37.656 INFO O| Aug 24 16:56:37.656 INFO STEP 597: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57152024-08-24T16:56:38.569Z[ recovery-image] Aug 24 16:56:37.666 INFO O| Aug 24 16:56:37.666 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/lddstub"
57162024-08-24T16:56:38.572Z[ recovery-image] Aug 24 16:56:37.666 INFO O| Aug 24 16:56:37.666 INFO STEP 597 (remove_files) COMPLETE
57172024-08-24T16:56:38.572Z[ recovery-image] Aug 24 16:56:37.666 INFO O| Aug 24 16:56:37.666 INFO STEP 598: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57182024-08-24T16:56:38.579Z[ recovery-image] Aug 24 16:56:37.675 INFO O| Aug 24 16:56:37.675 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/lib9p.so.1"
57192024-08-24T16:56:38.579Z[ recovery-image] Aug 24 16:56:37.676 INFO O| Aug 24 16:56:37.676 INFO STEP 598 (remove_files) COMPLETE
57202024-08-24T16:56:38.582Z[ recovery-image] Aug 24 16:56:37.676 INFO O| Aug 24 16:56:37.676 INFO STEP 599: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57212024-08-24T16:56:38.589Z[ recovery-image] Aug 24 16:56:37.686 INFO O| Aug 24 16:56:37.686 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libads.so.1"
57222024-08-24T16:56:38.589Z[ recovery-image] Aug 24 16:56:37.686 INFO O| Aug 24 16:56:37.686 INFO STEP 599 (remove_files) COMPLETE
57232024-08-24T16:56:38.592Z[ recovery-image] Aug 24 16:56:37.686 INFO O| Aug 24 16:56:37.686 INFO STEP 600: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57242024-08-24T16:56:38.599Z[ recovery-image] Aug 24 16:56:37.696 INFO O| Aug 24 16:56:37.696 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libadutils.so.1"
57252024-08-24T16:56:38.599Z[ recovery-image] Aug 24 16:56:37.696 INFO O| Aug 24 16:56:37.696 INFO STEP 600 (remove_files) COMPLETE
57262024-08-24T16:56:38.602Z[ recovery-image] Aug 24 16:56:37.696 INFO O| Aug 24 16:56:37.696 INFO STEP 601: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57272024-08-24T16:56:38.609Z[ recovery-image] Aug 24 16:56:37.705 INFO O| Aug 24 16:56:37.705 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libbe.so.1"
57282024-08-24T16:56:38.612Z[ recovery-image] Aug 24 16:56:37.705 INFO O| Aug 24 16:56:37.705 INFO STEP 601 (remove_files) COMPLETE
57292024-08-24T16:56:38.612Z[ recovery-image] Aug 24 16:56:37.705 INFO O| Aug 24 16:56:37.705 INFO STEP 602: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57302024-08-24T16:56:38.620Z[ recovery-image] Aug 24 16:56:37.716 INFO O| Aug 24 16:56:37.716 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libbrand.so.1"
57312024-08-24T16:56:38.620Z[ recovery-image] Aug 24 16:56:37.717 INFO O| Aug 24 16:56:37.717 INFO STEP 602 (remove_files) COMPLETE
57322024-08-24T16:56:38.620Z[ recovery-image] Aug 24 16:56:37.717 INFO O| Aug 24 16:56:37.717 INFO STEP 603: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57332024-08-24T16:56:38.633Z[ recovery-image] Aug 24 16:56:37.729 INFO O| Aug 24 16:56:37.729 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libbrotlicommon.so.1.0.9"
57342024-08-24T16:56:38.633Z[ recovery-image] Aug 24 16:56:37.729 INFO O| Aug 24 16:56:37.729 INFO STEP 603 (remove_files) COMPLETE
57352024-08-24T16:56:38.633Z[ recovery-image] Aug 24 16:56:37.730 INFO O| Aug 24 16:56:37.729 INFO STEP 604: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57362024-08-24T16:56:38.645Z[ recovery-image] Aug 24 16:56:37.741 INFO O| Aug 24 16:56:37.741 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libbrotlidec.so.1.0.9"
57372024-08-24T16:56:38.645Z[ recovery-image] Aug 24 16:56:37.741 INFO O| Aug 24 16:56:37.741 INFO STEP 604 (remove_files) COMPLETE
57382024-08-24T16:56:38.645Z[ recovery-image] Aug 24 16:56:37.741 INFO O| Aug 24 16:56:37.741 INFO STEP 605: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57392024-08-24T16:56:38.656Z[ recovery-image] Aug 24 16:56:37.752 INFO O| Aug 24 16:56:37.752 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libbrotlienc.so.1.0.9"
57402024-08-24T16:56:38.656Z[ recovery-image] Aug 24 16:56:37.752 INFO O| Aug 24 16:56:37.752 INFO STEP 605 (remove_files) COMPLETE
57412024-08-24T16:56:38.656Z[ recovery-image] Aug 24 16:56:37.752 INFO O| Aug 24 16:56:37.752 INFO STEP 606: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57422024-08-24T16:56:38.666Z[ recovery-image] Aug 24 16:56:37.762 INFO O| Aug 24 16:56:37.762 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libbsdmalloc.so.1"
57432024-08-24T16:56:38.666Z[ recovery-image] Aug 24 16:56:37.762 INFO O| Aug 24 16:56:37.762 INFO STEP 606 (remove_files) COMPLETE
57442024-08-24T16:56:38.666Z[ recovery-image] Aug 24 16:56:37.762 INFO O| Aug 24 16:56:37.762 INFO STEP 607: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57452024-08-24T16:56:38.676Z[ recovery-image] Aug 24 16:56:37.772 INFO O| Aug 24 16:56:37.772 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libbz2.so.1.0.8"
57462024-08-24T16:56:38.676Z[ recovery-image] Aug 24 16:56:37.772 INFO O| Aug 24 16:56:37.772 INFO STEP 607 (remove_files) COMPLETE
57472024-08-24T16:56:38.676Z[ recovery-image] Aug 24 16:56:37.772 INFO O| Aug 24 16:56:37.772 INFO STEP 608: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57482024-08-24T16:56:38.686Z[ recovery-image] Aug 24 16:56:37.782 INFO O| Aug 24 16:56:37.782 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libcommputil.so.1"
57492024-08-24T16:56:38.686Z[ recovery-image] Aug 24 16:56:37.782 INFO O| Aug 24 16:56:37.782 INFO STEP 608 (remove_files) COMPLETE
57502024-08-24T16:56:38.686Z[ recovery-image] Aug 24 16:56:37.782 INFO O| Aug 24 16:56:37.782 INFO STEP 609: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57512024-08-24T16:56:38.695Z[ recovery-image] Aug 24 16:56:37.792 INFO O| Aug 24 16:56:37.792 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libcpc.so.1"
57522024-08-24T16:56:38.695Z[ recovery-image] Aug 24 16:56:37.792 INFO O| Aug 24 16:56:37.792 INFO STEP 609 (remove_files) COMPLETE
57532024-08-24T16:56:38.698Z[ recovery-image] Aug 24 16:56:37.792 INFO O| Aug 24 16:56:37.792 INFO STEP 610: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57542024-08-24T16:56:38.706Z[ recovery-image] Aug 24 16:56:37.802 INFO O| Aug 24 16:56:37.801 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libcrle.so.1"
57552024-08-24T16:56:38.708Z[ recovery-image] Aug 24 16:56:37.802 INFO O| Aug 24 16:56:37.802 INFO STEP 610 (remove_files) COMPLETE
57562024-08-24T16:56:38.708Z[ recovery-image] Aug 24 16:56:37.802 INFO O| Aug 24 16:56:37.802 INFO STEP 611: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57572024-08-24T16:56:38.715Z[ recovery-image] Aug 24 16:56:37.811 INFO O| Aug 24 16:56:37.811 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libcrypt.so.1"
57582024-08-24T16:56:38.715Z[ recovery-image] Aug 24 16:56:37.812 INFO O| Aug 24 16:56:37.811 INFO STEP 611 (remove_files) COMPLETE
57592024-08-24T16:56:38.718Z[ recovery-image] Aug 24 16:56:37.812 INFO O| Aug 24 16:56:37.812 INFO STEP 612: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57602024-08-24T16:56:38.725Z[ recovery-image] Aug 24 16:56:37.821 INFO O| Aug 24 16:56:37.821 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libcurl.so.4.8.0"
57612024-08-24T16:56:38.728Z[ recovery-image] Aug 24 16:56:37.821 INFO O| Aug 24 16:56:37.821 INFO STEP 612 (remove_files) COMPLETE
57622024-08-24T16:56:38.728Z[ recovery-image] Aug 24 16:56:37.821 INFO O| Aug 24 16:56:37.821 INFO STEP 613: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57632024-08-24T16:56:38.735Z[ recovery-image] Aug 24 16:56:37.831 INFO O| Aug 24 16:56:37.831 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libdemangle-sys.so.1"
57642024-08-24T16:56:38.737Z[ recovery-image] Aug 24 16:56:37.832 INFO O| Aug 24 16:56:37.832 INFO STEP 613 (remove_files) COMPLETE
57652024-08-24T16:56:38.737Z[ recovery-image] Aug 24 16:56:37.832 INFO O| Aug 24 16:56:37.832 INFO STEP 614: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57662024-08-24T16:56:38.746Z[ recovery-image] Aug 24 16:56:37.842 INFO O| Aug 24 16:56:37.842 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libdll.so.1"
57672024-08-24T16:56:38.746Z[ recovery-image] Aug 24 16:56:37.842 INFO O| Aug 24 16:56:37.842 INFO STEP 614 (remove_files) COMPLETE
57682024-08-24T16:56:38.748Z[ recovery-image] Aug 24 16:56:37.842 INFO O| Aug 24 16:56:37.842 INFO STEP 615: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57692024-08-24T16:56:38.756Z[ recovery-image] Aug 24 16:56:37.852 INFO O| Aug 24 16:56:37.852 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libdtrace_jni.so.1"
57702024-08-24T16:56:38.756Z[ recovery-image] Aug 24 16:56:37.852 INFO O| Aug 24 16:56:37.852 INFO STEP 615 (remove_files) COMPLETE
57712024-08-24T16:56:38.758Z[ recovery-image] Aug 24 16:56:37.852 INFO O| Aug 24 16:56:37.852 INFO STEP 616: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57722024-08-24T16:56:38.766Z[ recovery-image] Aug 24 16:56:37.862 INFO O| Aug 24 16:56:37.862 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libform.so.1"
57732024-08-24T16:56:38.768Z[ recovery-image] Aug 24 16:56:37.862 INFO O| Aug 24 16:56:37.862 INFO STEP 616 (remove_files) COMPLETE
57742024-08-24T16:56:38.768Z[ recovery-image] Aug 24 16:56:37.862 INFO O| Aug 24 16:56:37.862 INFO STEP 617: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57752024-08-24T16:56:38.775Z[ recovery-image] Aug 24 16:56:37.872 INFO O| Aug 24 16:56:37.872 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libfstyp.so.1"
57762024-08-24T16:56:38.776Z[ recovery-image] Aug 24 16:56:37.872 INFO O| Aug 24 16:56:37.872 INFO STEP 617 (remove_files) COMPLETE
57772024-08-24T16:56:38.776Z[ recovery-image] Aug 24 16:56:37.872 INFO O| Aug 24 16:56:37.872 INFO STEP 618: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57782024-08-24T16:56:38.785Z[ recovery-image] Aug 24 16:56:37.882 INFO O| Aug 24 16:56:37.881 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libidspace.so.1"
57792024-08-24T16:56:38.788Z[ recovery-image] Aug 24 16:56:37.882 INFO O| Aug 24 16:56:37.882 INFO STEP 618 (remove_files) COMPLETE
57802024-08-24T16:56:38.788Z[ recovery-image] Aug 24 16:56:37.882 INFO O| Aug 24 16:56:37.882 INFO STEP 619: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57812024-08-24T16:56:38.795Z[ recovery-image] Aug 24 16:56:37.891 INFO O| Aug 24 16:56:37.891 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libike.so.1"
57822024-08-24T16:56:38.795Z[ recovery-image] Aug 24 16:56:37.891 INFO O| Aug 24 16:56:37.891 INFO STEP 619 (remove_files) COMPLETE
57832024-08-24T16:56:38.795Z[ recovery-image] Aug 24 16:56:37.891 INFO O| Aug 24 16:56:37.891 INFO STEP 620: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57842024-08-24T16:56:38.805Z[ recovery-image] Aug 24 16:56:37.901 INFO O| Aug 24 16:56:37.901 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libinstzones.so.1"
57852024-08-24T16:56:38.805Z[ recovery-image] Aug 24 16:56:37.901 INFO O| Aug 24 16:56:37.901 INFO STEP 620 (remove_files) COMPLETE
57862024-08-24T16:56:38.805Z[ recovery-image] Aug 24 16:56:37.901 INFO O| Aug 24 16:56:37.901 INFO STEP 621: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57872024-08-24T16:56:38.814Z[ recovery-image] Aug 24 16:56:37.911 INFO O| Aug 24 16:56:37.911 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libipmi.so.1"
57882024-08-24T16:56:38.817Z[ recovery-image] Aug 24 16:56:37.911 INFO O| Aug 24 16:56:37.911 INFO STEP 621 (remove_files) COMPLETE
57892024-08-24T16:56:38.817Z[ recovery-image] Aug 24 16:56:37.911 INFO O| Aug 24 16:56:37.911 INFO STEP 622: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57902024-08-24T16:56:38.824Z[ recovery-image] Aug 24 16:56:37.920 INFO O| Aug 24 16:56:37.920 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libipp.so.1"
57912024-08-24T16:56:38.824Z[ recovery-image] Aug 24 16:56:37.920 INFO O| Aug 24 16:56:37.920 INFO STEP 622 (remove_files) COMPLETE
57922024-08-24T16:56:38.827Z[ recovery-image] Aug 24 16:56:37.921 INFO O| Aug 24 16:56:37.920 INFO STEP 623: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57932024-08-24T16:56:38.834Z[ recovery-image] Aug 24 16:56:37.930 INFO O| Aug 24 16:56:37.930 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libipsecutil.so.1"
57942024-08-24T16:56:38.834Z[ recovery-image] Aug 24 16:56:37.930 INFO O| Aug 24 16:56:37.930 INFO STEP 623 (remove_files) COMPLETE
57952024-08-24T16:56:38.834Z[ recovery-image] Aug 24 16:56:37.930 INFO O| Aug 24 16:56:37.930 INFO STEP 624: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57962024-08-24T16:56:38.844Z[ recovery-image] Aug 24 16:56:37.940 INFO O| Aug 24 16:56:37.940 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libjedec.so.1"
57972024-08-24T16:56:38.844Z[ recovery-image] Aug 24 16:56:37.940 INFO O| Aug 24 16:56:37.940 INFO STEP 624 (remove_files) COMPLETE
57982024-08-24T16:56:38.844Z[ recovery-image] Aug 24 16:56:37.940 INFO O| Aug 24 16:56:37.940 INFO STEP 625: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57992024-08-24T16:56:38.854Z[ recovery-image] Aug 24 16:56:37.950 INFO O| Aug 24 16:56:37.950 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libkvm.so.1"
58002024-08-24T16:56:38.854Z[ recovery-image] Aug 24 16:56:37.950 INFO O| Aug 24 16:56:37.950 INFO STEP 625 (remove_files) COMPLETE
58012024-08-24T16:56:38.856Z[ recovery-image] Aug 24 16:56:37.950 INFO O| Aug 24 16:56:37.950 INFO STEP 626: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58022024-08-24T16:56:38.863Z[ recovery-image] Aug 24 16:56:37.960 INFO O| Aug 24 16:56:37.960 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libl.so.1"
58032024-08-24T16:56:38.863Z[ recovery-image] Aug 24 16:56:37.960 INFO O| Aug 24 16:56:37.960 INFO STEP 626 (remove_files) COMPLETE
58042024-08-24T16:56:38.866Z[ recovery-image] Aug 24 16:56:37.960 INFO O| Aug 24 16:56:37.960 INFO STEP 627: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58052024-08-24T16:56:38.873Z[ recovery-image] Aug 24 16:56:37.969 INFO O| Aug 24 16:56:37.969 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libldap.so.5"
58062024-08-24T16:56:38.873Z[ recovery-image] Aug 24 16:56:37.969 INFO O| Aug 24 16:56:37.969 INFO STEP 627 (remove_files) COMPLETE
58072024-08-24T16:56:38.876Z[ recovery-image] Aug 24 16:56:37.969 INFO O| Aug 24 16:56:37.969 INFO STEP 628: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58082024-08-24T16:56:38.883Z[ recovery-image] Aug 24 16:56:37.979 INFO O| Aug 24 16:56:37.979 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libldstab.so.1"
58092024-08-24T16:56:38.886Z[ recovery-image] Aug 24 16:56:37.980 INFO O| Aug 24 16:56:37.980 INFO STEP 628 (remove_files) COMPLETE
58102024-08-24T16:56:38.886Z[ recovery-image] Aug 24 16:56:37.980 INFO O| Aug 24 16:56:37.980 INFO STEP 629: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58112024-08-24T16:56:38.894Z[ recovery-image] Aug 24 16:56:37.990 INFO O| Aug 24 16:56:37.990 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/liblgrp.so.1"
58122024-08-24T16:56:38.894Z[ recovery-image] Aug 24 16:56:37.990 INFO O| Aug 24 16:56:37.990 INFO STEP 629 (remove_files) COMPLETE
58132024-08-24T16:56:38.894Z[ recovery-image] Aug 24 16:56:37.990 INFO O| Aug 24 16:56:37.990 INFO STEP 630: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58142024-08-24T16:56:38.905Z[ recovery-image] Aug 24 16:56:38.001 INFO O| Aug 24 16:56:38.000 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/liblm.so.1"
58152024-08-24T16:56:38.905Z[ recovery-image] Aug 24 16:56:38.001 INFO O| Aug 24 16:56:38.001 INFO STEP 630 (remove_files) COMPLETE
58162024-08-24T16:56:38.907Z[ recovery-image] Aug 24 16:56:38.001 INFO O| Aug 24 16:56:38.001 INFO STEP 631: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58172024-08-24T16:56:38.916Z[ recovery-image] Aug 24 16:56:38.012 INFO O| Aug 24 16:56:38.012 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libmail.so.1"
58182024-08-24T16:56:38.919Z[ recovery-image] Aug 24 16:56:38.013 INFO O| Aug 24 16:56:38.013 INFO STEP 631 (remove_files) COMPLETE
58192024-08-24T16:56:38.919Z[ recovery-image] Aug 24 16:56:38.013 INFO O| Aug 24 16:56:38.013 INFO STEP 632: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58202024-08-24T16:56:38.927Z[ recovery-image] Aug 24 16:56:38.023 INFO O| Aug 24 16:56:38.023 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libmalloc.so.1"
58212024-08-24T16:56:38.927Z[ recovery-image] Aug 24 16:56:38.024 INFO O| Aug 24 16:56:38.023 INFO STEP 632 (remove_files) COMPLETE
58222024-08-24T16:56:38.930Z[ recovery-image] Aug 24 16:56:38.024 INFO O| Aug 24 16:56:38.024 INFO STEP 633: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58232024-08-24T16:56:38.937Z[ recovery-image] Aug 24 16:56:38.033 INFO O| Aug 24 16:56:38.033 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libmapmalloc.so.1"
58242024-08-24T16:56:38.937Z[ recovery-image] Aug 24 16:56:38.034 INFO O| Aug 24 16:56:38.034 INFO STEP 633 (remove_files) COMPLETE
58252024-08-24T16:56:38.940Z[ recovery-image] Aug 24 16:56:38.034 INFO O| Aug 24 16:56:38.034 INFO STEP 634: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58262024-08-24T16:56:38.948Z[ recovery-image] Aug 24 16:56:38.044 INFO O| Aug 24 16:56:38.044 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libmenu.so.1"
58272024-08-24T16:56:38.948Z[ recovery-image] Aug 24 16:56:38.044 INFO O| Aug 24 16:56:38.044 INFO STEP 634 (remove_files) COMPLETE
58282024-08-24T16:56:38.950Z[ recovery-image] Aug 24 16:56:38.044 INFO O| Aug 24 16:56:38.044 INFO STEP 635: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58292024-08-24T16:56:38.957Z[ recovery-image] Aug 24 16:56:38.053 INFO O| Aug 24 16:56:38.053 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libmtmalloc.so.1"
58302024-08-24T16:56:38.957Z[ recovery-image] Aug 24 16:56:38.054 INFO O| Aug 24 16:56:38.054 INFO STEP 635 (remove_files) COMPLETE
58312024-08-24T16:56:38.960Z[ recovery-image] Aug 24 16:56:38.054 INFO O| Aug 24 16:56:38.054 INFO STEP 636: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58322024-08-24T16:56:38.969Z[ recovery-image] Aug 24 16:56:38.063 INFO O| Aug 24 16:56:38.063 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libncurses.so.5.9"
58332024-08-24T16:56:38.972Z[ recovery-image] Aug 24 16:56:38.063 INFO O| Aug 24 16:56:38.063 INFO STEP 636 (remove_files) COMPLETE
58342024-08-24T16:56:38.972Z[ recovery-image] Aug 24 16:56:38.063 INFO O| Aug 24 16:56:38.063 INFO STEP 637: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58352024-08-24T16:56:38.977Z[ recovery-image] Aug 24 16:56:38.073 INFO O| Aug 24 16:56:38.073 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libnls.so.1"
58362024-08-24T16:56:38.977Z[ recovery-image] Aug 24 16:56:38.073 INFO O| Aug 24 16:56:38.073 INFO STEP 637 (remove_files) COMPLETE
58372024-08-24T16:56:38.977Z[ recovery-image] Aug 24 16:56:38.073 INFO O| Aug 24 16:56:38.073 INFO STEP 638: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58382024-08-24T16:56:38.989Z[ recovery-image] Aug 24 16:56:38.083 INFO O| Aug 24 16:56:38.083 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libpanel.so.1"
58392024-08-24T16:56:38.989Z[ recovery-image] Aug 24 16:56:38.083 INFO O| Aug 24 16:56:38.083 INFO STEP 638 (remove_files) COMPLETE
58402024-08-24T16:56:38.989Z[ recovery-image] Aug 24 16:56:38.083 INFO O| Aug 24 16:56:38.083 INFO STEP 639: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58412024-08-24T16:56:38.996Z[ recovery-image] Aug 24 16:56:38.092 INFO O| Aug 24 16:56:38.092 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libpcrecpp.so.0.0.2"
58422024-08-24T16:56:38.996Z[ recovery-image] Aug 24 16:56:38.092 INFO O| Aug 24 16:56:38.092 INFO STEP 639 (remove_files) COMPLETE
58432024-08-24T16:56:39.000Z[ recovery-image] Aug 24 16:56:38.092 INFO O| Aug 24 16:56:38.092 INFO STEP 640: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58442024-08-24T16:56:39.006Z[ recovery-image] Aug 24 16:56:38.102 INFO O| Aug 24 16:56:38.102 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libpcreposix.so.0.0.7"
58452024-08-24T16:56:39.009Z[ recovery-image] Aug 24 16:56:38.102 INFO O| Aug 24 16:56:38.102 INFO STEP 640 (remove_files) COMPLETE
58462024-08-24T16:56:39.009Z[ recovery-image] Aug 24 16:56:38.102 INFO O| Aug 24 16:56:38.102 INFO STEP 641: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58472024-08-24T16:56:39.016Z[ recovery-image] Aug 24 16:56:38.112 INFO O| Aug 24 16:56:38.112 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libpctx.so.1"
58482024-08-24T16:56:39.016Z[ recovery-image] Aug 24 16:56:38.112 INFO O| Aug 24 16:56:38.112 INFO STEP 641 (remove_files) COMPLETE
58492024-08-24T16:56:39.016Z[ recovery-image] Aug 24 16:56:38.112 INFO O| Aug 24 16:56:38.112 INFO STEP 642: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58502024-08-24T16:56:39.026Z[ recovery-image] Aug 24 16:56:38.122 INFO O| Aug 24 16:56:38.122 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libpicl.so.1"
58512024-08-24T16:56:39.028Z[ recovery-image] Aug 24 16:56:38.122 INFO O| Aug 24 16:56:38.122 INFO STEP 642 (remove_files) COMPLETE
58522024-08-24T16:56:39.029Z[ recovery-image] Aug 24 16:56:38.122 INFO O| Aug 24 16:56:38.122 INFO STEP 643: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58532024-08-24T16:56:39.036Z[ recovery-image] Aug 24 16:56:38.132 INFO O| Aug 24 16:56:38.132 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libppt.so.1"
58542024-08-24T16:56:39.036Z[ recovery-image] Aug 24 16:56:38.132 INFO O| Aug 24 16:56:38.132 INFO STEP 643 (remove_files) COMPLETE
58552024-08-24T16:56:39.039Z[ recovery-image] Aug 24 16:56:38.132 INFO O| Aug 24 16:56:38.132 INFO STEP 644: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58562024-08-24T16:56:39.045Z[ recovery-image] Aug 24 16:56:38.141 INFO O| Aug 24 16:56:38.141 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libraidcfg.so.1"
58572024-08-24T16:56:39.045Z[ recovery-image] Aug 24 16:56:38.142 INFO O| Aug 24 16:56:38.142 INFO STEP 644 (remove_files) COMPLETE
58582024-08-24T16:56:39.048Z[ recovery-image] Aug 24 16:56:38.142 INFO O| Aug 24 16:56:38.142 INFO STEP 645: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58592024-08-24T16:56:39.055Z[ recovery-image] Aug 24 16:56:38.151 INFO O| Aug 24 16:56:38.151 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/librename.so.1"
58602024-08-24T16:56:39.055Z[ recovery-image] Aug 24 16:56:38.151 INFO O| Aug 24 16:56:38.151 INFO STEP 645 (remove_files) COMPLETE
58612024-08-24T16:56:39.058Z[ recovery-image] Aug 24 16:56:38.151 INFO O| Aug 24 16:56:38.151 INFO STEP 646: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58622024-08-24T16:56:39.065Z[ recovery-image] Aug 24 16:56:38.161 INFO O| Aug 24 16:56:38.161 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libreparse.so.1"
58632024-08-24T16:56:39.065Z[ recovery-image] Aug 24 16:56:38.161 INFO O| Aug 24 16:56:38.161 INFO STEP 646 (remove_files) COMPLETE
58642024-08-24T16:56:39.067Z[ recovery-image] Aug 24 16:56:38.161 INFO O| Aug 24 16:56:38.161 INFO STEP 647: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58652024-08-24T16:56:39.074Z[ recovery-image] Aug 24 16:56:38.171 INFO O| Aug 24 16:56:38.171 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libsasl.so.1"
58662024-08-24T16:56:39.075Z[ recovery-image] Aug 24 16:56:38.171 INFO O| Aug 24 16:56:38.171 INFO STEP 647 (remove_files) COMPLETE
58672024-08-24T16:56:39.077Z[ recovery-image] Aug 24 16:56:38.171 INFO O| Aug 24 16:56:38.171 INFO STEP 648: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58682024-08-24T16:56:39.084Z[ recovery-image] Aug 24 16:56:38.180 INFO O| Aug 24 16:56:38.180 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libsched.so.1"
58692024-08-24T16:56:39.087Z[ recovery-image] Aug 24 16:56:38.180 INFO O| Aug 24 16:56:38.180 INFO STEP 648 (remove_files) COMPLETE
58702024-08-24T16:56:39.087Z[ recovery-image] Aug 24 16:56:38.180 INFO O| Aug 24 16:56:38.180 INFO STEP 649: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58712024-08-24T16:56:39.094Z[ recovery-image] Aug 24 16:56:38.190 INFO O| Aug 24 16:56:38.190 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libsctp.so.1"
58722024-08-24T16:56:39.094Z[ recovery-image] Aug 24 16:56:38.190 INFO O| Aug 24 16:56:38.190 INFO STEP 649 (remove_files) COMPLETE
58732024-08-24T16:56:39.094Z[ recovery-image] Aug 24 16:56:38.190 INFO O| Aug 24 16:56:38.190 INFO STEP 650: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58742024-08-24T16:56:39.104Z[ recovery-image] Aug 24 16:56:38.200 INFO O| Aug 24 16:56:38.200 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libsff.so.1"
58752024-08-24T16:56:39.104Z[ recovery-image] Aug 24 16:56:38.200 INFO O| Aug 24 16:56:38.200 INFO STEP 650 (remove_files) COMPLETE
58762024-08-24T16:56:39.107Z[ recovery-image] Aug 24 16:56:38.200 INFO O| Aug 24 16:56:38.200 INFO STEP 651: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58772024-08-24T16:56:39.114Z[ recovery-image] Aug 24 16:56:38.210 INFO O| Aug 24 16:56:38.210 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libsip.so.1"
58782024-08-24T16:56:39.114Z[ recovery-image] Aug 24 16:56:38.210 INFO O| Aug 24 16:56:38.210 INFO STEP 651 (remove_files) COMPLETE
58792024-08-24T16:56:39.117Z[ recovery-image] Aug 24 16:56:38.210 INFO O| Aug 24 16:56:38.210 INFO STEP 652: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58802024-08-24T16:56:39.120Z[ host-image] Aug 24 16:56:38.214 INFO O| Aug 24 16:56:38.214 INFO O| Done
58812024-08-24T16:56:39.124Z[ recovery-image] Aug 24 16:56:38.220 INFO O| Aug 24 16:56:38.220 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libsldap.so.1"
58822024-08-24T16:56:39.127Z[ recovery-image] Aug 24 16:56:38.220 INFO O| Aug 24 16:56:38.220 INFO STEP 652 (remove_files) COMPLETE
58832024-08-24T16:56:39.127Z[ recovery-image] Aug 24 16:56:38.220 INFO O| Aug 24 16:56:38.220 INFO STEP 653: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58842024-08-24T16:56:39.134Z[ recovery-image] Aug 24 16:56:38.231 INFO O| Aug 24 16:56:38.231 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libsmbfs.so.1"
58852024-08-24T16:56:39.134Z[ recovery-image] Aug 24 16:56:38.231 INFO O| Aug 24 16:56:38.231 INFO STEP 653 (remove_files) COMPLETE
58862024-08-24T16:56:39.137Z[ recovery-image] Aug 24 16:56:38.231 INFO O| Aug 24 16:56:38.231 INFO STEP 654: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58872024-08-24T16:56:39.143Z[ host-image] Aug 24 16:56:38.239 INFO O| Aug 24 16:56:38.239 INFO O| Done
58882024-08-24T16:56:39.146Z[ host-image] Aug 24 16:56:38.240 INFO O| Aug 24 16:56:38.240 INFO O| Done
58892024-08-24T16:56:39.146Z[ recovery-image] Aug 24 16:56:38.241 INFO O| Aug 24 16:56:38.241 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libsoftcrypto.so.1"
58902024-08-24T16:56:39.146Z[ recovery-image] Aug 24 16:56:38.242 INFO O| Aug 24 16:56:38.241 INFO STEP 654 (remove_files) COMPLETE
58912024-08-24T16:56:39.146Z[ recovery-image] Aug 24 16:56:38.242 INFO O| Aug 24 16:56:38.242 INFO STEP 655: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58922024-08-24T16:56:39.155Z[ recovery-image] Aug 24 16:56:38.251 INFO O| Aug 24 16:56:38.251 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libsqlite3.so.0.8.6"
58932024-08-24T16:56:39.155Z[ recovery-image] Aug 24 16:56:38.251 INFO O| Aug 24 16:56:38.251 INFO STEP 655 (remove_files) COMPLETE
58942024-08-24T16:56:39.155Z[ recovery-image] Aug 24 16:56:38.251 INFO O| Aug 24 16:56:38.251 INFO STEP 656: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58952024-08-24T16:56:39.165Z[ recovery-image] Aug 24 16:56:38.261 INFO O| Aug 24 16:56:38.261 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libsum.so.1"
58962024-08-24T16:56:39.165Z[ recovery-image] Aug 24 16:56:38.262 INFO O| Aug 24 16:56:38.262 INFO STEP 656 (remove_files) COMPLETE
58972024-08-24T16:56:39.168Z[ recovery-image] Aug 24 16:56:38.262 INFO O| Aug 24 16:56:38.262 INFO STEP 657: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58982024-08-24T16:56:39.175Z[ recovery-image] Aug 24 16:56:38.271 INFO O| Aug 24 16:56:38.271 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libtecla.so.1"
58992024-08-24T16:56:39.178Z[ recovery-image] Aug 24 16:56:38.271 INFO O| Aug 24 16:56:38.271 INFO STEP 657 (remove_files) COMPLETE
59002024-08-24T16:56:39.178Z[ recovery-image] Aug 24 16:56:38.271 INFO O| Aug 24 16:56:38.271 INFO STEP 658: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59012024-08-24T16:56:39.182Z[ host-image] Aug 24 16:56:38.278 INFO O| Aug 24 16:56:38.278 INFO O| Done
59022024-08-24T16:56:39.185Z[ recovery-image] Aug 24 16:56:38.281 INFO O| Aug 24 16:56:38.281 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libtspi.so.1.2.0"
59032024-08-24T16:56:39.187Z[ recovery-image] Aug 24 16:56:38.281 INFO O| Aug 24 16:56:38.281 INFO STEP 658 (remove_files) COMPLETE
59042024-08-24T16:56:39.187Z[ recovery-image] Aug 24 16:56:38.281 INFO O| Aug 24 16:56:38.281 INFO STEP 659: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59052024-08-24T16:56:39.196Z[ recovery-image] Aug 24 16:56:38.292 INFO O| Aug 24 16:56:38.292 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libvolmgt.so.1"
59062024-08-24T16:56:39.196Z[ recovery-image] Aug 24 16:56:38.292 INFO O| Aug 24 16:56:38.292 INFO STEP 659 (remove_files) COMPLETE
59072024-08-24T16:56:39.199Z[ recovery-image] Aug 24 16:56:38.292 INFO O| Aug 24 16:56:38.292 INFO STEP 660: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59082024-08-24T16:56:39.207Z[ recovery-image] Aug 24 16:56:38.304 INFO O| Aug 24 16:56:38.303 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/liby.so.1"
59092024-08-24T16:56:39.208Z[ recovery-image] Aug 24 16:56:38.304 INFO O| Aug 24 16:56:38.304 INFO STEP 660 (remove_files) COMPLETE
59102024-08-24T16:56:39.208Z[ recovery-image] Aug 24 16:56:38.304 INFO O| Aug 24 16:56:38.304 INFO STEP 661: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59112024-08-24T16:56:39.218Z[ recovery-image] Aug 24 16:56:38.314 INFO O| Aug 24 16:56:38.314 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libzfs_jni.so.1"
59122024-08-24T16:56:39.218Z[ recovery-image] Aug 24 16:56:38.315 INFO O| Aug 24 16:56:38.315 INFO STEP 661 (remove_files) COMPLETE
59132024-08-24T16:56:39.218Z[ recovery-image] Aug 24 16:56:38.315 INFO O| Aug 24 16:56:38.315 INFO STEP 662: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59142024-08-24T16:56:39.229Z[ recovery-image] Aug 24 16:56:38.325 INFO O| Aug 24 16:56:38.325 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libzfsbootenv.so.1"
59152024-08-24T16:56:39.229Z[ recovery-image] Aug 24 16:56:38.325 INFO O| Aug 24 16:56:38.325 INFO STEP 662 (remove_files) COMPLETE
59162024-08-24T16:56:39.231Z[ recovery-image] Aug 24 16:56:38.325 INFO O| Aug 24 16:56:38.325 INFO STEP 663: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59172024-08-24T16:56:39.241Z[ recovery-image] Aug 24 16:56:38.337 INFO O| Aug 24 16:56:38.337 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libzonecfg.so.1"
59182024-08-24T16:56:39.241Z[ recovery-image] Aug 24 16:56:38.337 INFO O| Aug 24 16:56:38.337 INFO STEP 663 (remove_files) COMPLETE
59192024-08-24T16:56:39.244Z[ recovery-image] Aug 24 16:56:38.337 INFO O| Aug 24 16:56:38.337 INFO STEP 664: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59202024-08-24T16:56:39.253Z[ recovery-image] Aug 24 16:56:38.349 INFO O| Aug 24 16:56:38.349 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libzoneinfo.so.1"
59212024-08-24T16:56:39.253Z[ recovery-image] Aug 24 16:56:38.349 INFO O| Aug 24 16:56:38.349 INFO STEP 664 (remove_files) COMPLETE
59222024-08-24T16:56:39.253Z[ recovery-image] Aug 24 16:56:38.349 INFO O| Aug 24 16:56:38.349 INFO STEP 665: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59232024-08-24T16:56:39.263Z[ recovery-image] Aug 24 16:56:38.359 INFO O| Aug 24 16:56:38.359 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libzonestat.so.1"
59242024-08-24T16:56:39.263Z[ recovery-image] Aug 24 16:56:38.359 INFO O| Aug 24 16:56:38.359 INFO STEP 665 (remove_files) COMPLETE
59252024-08-24T16:56:39.266Z[ recovery-image] Aug 24 16:56:38.359 INFO O| Aug 24 16:56:38.359 INFO STEP 666: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59262024-08-24T16:56:39.274Z[ recovery-image] Aug 24 16:56:38.370 INFO O| Aug 24 16:56:38.370 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libzpool.so.1"
59272024-08-24T16:56:39.274Z[ recovery-image] Aug 24 16:56:38.370 INFO O| Aug 24 16:56:38.370 INFO STEP 666 (remove_files) COMPLETE
59282024-08-24T16:56:39.274Z[ recovery-image] Aug 24 16:56:38.370 INFO O| Aug 24 16:56:38.370 INFO STEP 667: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59292024-08-24T16:56:39.284Z[ recovery-image] Aug 24 16:56:38.380 INFO O| Aug 24 16:56:38.380 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/madv.so.1"
59302024-08-24T16:56:39.284Z[ recovery-image] Aug 24 16:56:38.380 INFO O| Aug 24 16:56:38.380 INFO STEP 667 (remove_files) COMPLETE
59312024-08-24T16:56:39.284Z[ recovery-image] Aug 24 16:56:38.380 INFO O| Aug 24 16:56:38.380 INFO STEP 668: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59322024-08-24T16:56:39.287Z[ host-image] Aug 24 16:56:38.382 INFO O| Aug 24 16:56:38.382 INFO STEP 13 (pkg_install) COMPLETE
59332024-08-24T16:56:39.287Z[ host-image] Aug 24 16:56:38.382 INFO O| Aug 24 16:56:38.382 INFO STEP 14: pkg_install, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
59342024-08-24T16:56:39.294Z[ recovery-image] Aug 24 16:56:38.391 INFO O| Aug 24 16:56:38.390 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/mpss.so.1"
59352024-08-24T16:56:39.297Z[ recovery-image] Aug 24 16:56:38.391 INFO O| Aug 24 16:56:38.391 INFO STEP 668 (remove_files) COMPLETE
59362024-08-24T16:56:39.297Z[ recovery-image] Aug 24 16:56:38.391 INFO O| Aug 24 16:56:38.391 INFO STEP 669: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59372024-08-24T16:56:39.297Z[ host-image] Aug 24 16:56:38.392 INFO O| Aug 24 16:56:38.392 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/host/work/gimlet/ramdisk", "install", "/driver/network/opte@0.33.293"]
59382024-08-24T16:56:39.306Z[ recovery-image] Aug 24 16:56:38.402 INFO O| Aug 24 16:56:38.402 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/nss_ad.so.1"
59392024-08-24T16:56:39.306Z[ recovery-image] Aug 24 16:56:38.402 INFO O| Aug 24 16:56:38.402 INFO STEP 669 (remove_files) COMPLETE
59402024-08-24T16:56:39.309Z[ recovery-image] Aug 24 16:56:38.402 INFO O| Aug 24 16:56:38.402 INFO STEP 670: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59412024-08-24T16:56:39.316Z[ recovery-image] Aug 24 16:56:38.413 INFO O| Aug 24 16:56:38.413 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/nss_ldap.so.1"
59422024-08-24T16:56:39.316Z[ recovery-image] Aug 24 16:56:38.413 INFO O| Aug 24 16:56:38.413 INFO STEP 670 (remove_files) COMPLETE
59432024-08-24T16:56:39.319Z[ recovery-image] Aug 24 16:56:38.413 INFO O| Aug 24 16:56:38.413 INFO STEP 671: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59442024-08-24T16:56:39.327Z[ recovery-image] Aug 24 16:56:38.423 INFO O| Aug 24 16:56:38.423 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/passwdutil.so.1"
59452024-08-24T16:56:39.330Z[ recovery-image] Aug 24 16:56:38.423 INFO O| Aug 24 16:56:38.423 INFO STEP 671 (remove_files) COMPLETE
59462024-08-24T16:56:39.330Z[ recovery-image] Aug 24 16:56:38.423 INFO O| Aug 24 16:56:38.423 INFO STEP 672: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59472024-08-24T16:56:39.337Z[ recovery-image] Aug 24 16:56:38.434 INFO O| Aug 24 16:56:38.434 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/bash.pc"
59482024-08-24T16:56:39.340Z[ recovery-image] Aug 24 16:56:38.434 INFO O| Aug 24 16:56:38.434 INFO STEP 672 (remove_files) COMPLETE
59492024-08-24T16:56:39.340Z[ recovery-image] Aug 24 16:56:38.434 INFO O| Aug 24 16:56:38.434 INFO STEP 673: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59502024-08-24T16:56:39.348Z[ recovery-image] Aug 24 16:56:38.444 INFO O| Aug 24 16:56:38.444 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/dbus-1.pc"
59512024-08-24T16:56:39.348Z[ recovery-image] Aug 24 16:56:38.444 INFO O| Aug 24 16:56:38.444 INFO STEP 673 (remove_files) COMPLETE
59522024-08-24T16:56:39.348Z[ recovery-image] Aug 24 16:56:38.444 INFO O| Aug 24 16:56:38.444 INFO STEP 674: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59532024-08-24T16:56:39.358Z[ recovery-image] Aug 24 16:56:38.454 INFO O| Aug 24 16:56:38.454 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/expat.pc"
59542024-08-24T16:56:39.358Z[ recovery-image] Aug 24 16:56:38.454 INFO O| Aug 24 16:56:38.454 INFO STEP 674 (remove_files) COMPLETE
59552024-08-24T16:56:39.361Z[ recovery-image] Aug 24 16:56:38.454 INFO O| Aug 24 16:56:38.454 INFO STEP 675: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59562024-08-24T16:56:39.368Z[ recovery-image] Aug 24 16:56:38.464 INFO O| Aug 24 16:56:38.464 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/form.pc"
59572024-08-24T16:56:39.368Z[ recovery-image] Aug 24 16:56:38.464 INFO O| Aug 24 16:56:38.464 INFO STEP 675 (remove_files) COMPLETE
59582024-08-24T16:56:39.368Z[ recovery-image] Aug 24 16:56:38.464 INFO O| Aug 24 16:56:38.464 INFO STEP 676: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59592024-08-24T16:56:39.378Z[ recovery-image] Aug 24 16:56:38.474 INFO O| Aug 24 16:56:38.474 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/libbrotlicommon.pc"
59602024-08-24T16:56:39.378Z[ recovery-image] Aug 24 16:56:38.474 INFO O| Aug 24 16:56:38.474 INFO STEP 676 (remove_files) COMPLETE
59612024-08-24T16:56:39.378Z[ recovery-image] Aug 24 16:56:38.474 INFO O| Aug 24 16:56:38.474 INFO STEP 677: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59622024-08-24T16:56:39.387Z[ recovery-image] Aug 24 16:56:38.484 INFO O| Aug 24 16:56:38.483 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/libbrotlidec.pc"
59632024-08-24T16:56:39.387Z[ recovery-image] Aug 24 16:56:38.484 INFO O| Aug 24 16:56:38.484 INFO STEP 677 (remove_files) COMPLETE
59642024-08-24T16:56:39.387Z[ recovery-image] Aug 24 16:56:38.484 INFO O| Aug 24 16:56:38.484 INFO STEP 678: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59652024-08-24T16:56:39.397Z[ recovery-image] Aug 24 16:56:38.494 INFO O| Aug 24 16:56:38.493 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/libbrotlienc.pc"
59662024-08-24T16:56:39.397Z[ recovery-image] Aug 24 16:56:38.494 INFO O| Aug 24 16:56:38.494 INFO STEP 678 (remove_files) COMPLETE
59672024-08-24T16:56:39.400Z[ recovery-image] Aug 24 16:56:38.494 INFO O| Aug 24 16:56:38.494 INFO STEP 679: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59682024-08-24T16:56:39.407Z[ recovery-image] Aug 24 16:56:38.503 INFO O| Aug 24 16:56:38.503 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/libcurl.pc"
59692024-08-24T16:56:39.407Z[ recovery-image] Aug 24 16:56:38.503 INFO O| Aug 24 16:56:38.503 INFO STEP 679 (remove_files) COMPLETE
59702024-08-24T16:56:39.410Z[ recovery-image] Aug 24 16:56:38.503 INFO O| Aug 24 16:56:38.503 INFO STEP 680: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59712024-08-24T16:56:39.418Z[ recovery-image] Aug 24 16:56:38.514 INFO O| Aug 24 16:56:38.514 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/libedit.pc"
59722024-08-24T16:56:39.418Z[ recovery-image] Aug 24 16:56:38.514 INFO O| Aug 24 16:56:38.514 INFO STEP 680 (remove_files) COMPLETE
59732024-08-24T16:56:39.420Z[ recovery-image] Aug 24 16:56:38.514 INFO O| Aug 24 16:56:38.514 INFO STEP 681: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59742024-08-24T16:56:39.428Z[ recovery-image] Aug 24 16:56:38.524 INFO O| Aug 24 16:56:38.524 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/libidn.pc"
59752024-08-24T16:56:39.428Z[ recovery-image] Aug 24 16:56:38.524 INFO O| Aug 24 16:56:38.524 INFO STEP 681 (remove_files) COMPLETE
59762024-08-24T16:56:39.431Z[ recovery-image] Aug 24 16:56:38.524 INFO O| Aug 24 16:56:38.524 INFO STEP 682: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59772024-08-24T16:56:39.438Z[ recovery-image] Aug 24 16:56:38.535 INFO O| Aug 24 16:56:38.534 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/liblz4.pc"
59782024-08-24T16:56:39.438Z[ recovery-image] Aug 24 16:56:38.535 INFO O| Aug 24 16:56:38.535 INFO STEP 682 (remove_files) COMPLETE
59792024-08-24T16:56:39.441Z[ recovery-image] Aug 24 16:56:38.535 INFO O| Aug 24 16:56:38.535 INFO STEP 683: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59802024-08-24T16:56:39.448Z[ recovery-image] Aug 24 16:56:38.545 INFO O| Aug 24 16:56:38.545 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/liblzma.pc"
59812024-08-24T16:56:39.451Z[ recovery-image] Aug 24 16:56:38.545 INFO O| Aug 24 16:56:38.545 INFO STEP 683 (remove_files) COMPLETE
59822024-08-24T16:56:39.451Z[ recovery-image] Aug 24 16:56:38.545 INFO O| Aug 24 16:56:38.545 INFO STEP 684: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59832024-08-24T16:56:39.458Z[ recovery-image] Aug 24 16:56:38.555 INFO O| Aug 24 16:56:38.554 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/libnghttp2.pc"
59842024-08-24T16:56:39.458Z[ recovery-image] Aug 24 16:56:38.555 INFO O| Aug 24 16:56:38.555 INFO STEP 684 (remove_files) COMPLETE
59852024-08-24T16:56:39.458Z[ recovery-image] Aug 24 16:56:38.555 INFO O| Aug 24 16:56:38.555 INFO STEP 685: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59862024-08-24T16:56:39.470Z[ recovery-image] Aug 24 16:56:38.566 INFO O| Aug 24 16:56:38.566 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/libpcap.pc"
59872024-08-24T16:56:39.470Z[ recovery-image] Aug 24 16:56:38.566 INFO O| Aug 24 16:56:38.566 INFO STEP 685 (remove_files) COMPLETE
59882024-08-24T16:56:39.472Z[ recovery-image] Aug 24 16:56:38.566 INFO O| Aug 24 16:56:38.566 INFO STEP 686: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59892024-08-24T16:56:39.479Z[ recovery-image] Aug 24 16:56:38.576 INFO O| Aug 24 16:56:38.576 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/libpcre.pc"
59902024-08-24T16:56:39.479Z[ recovery-image] Aug 24 16:56:38.576 INFO O| Aug 24 16:56:38.576 INFO STEP 686 (remove_files) COMPLETE
59912024-08-24T16:56:39.480Z[ recovery-image] Aug 24 16:56:38.576 INFO O| Aug 24 16:56:38.576 INFO STEP 687: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59922024-08-24T16:56:39.489Z[ recovery-image] Aug 24 16:56:38.585 INFO O| Aug 24 16:56:38.585 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/libpcre2-8.pc"
59932024-08-24T16:56:39.489Z[ recovery-image] Aug 24 16:56:38.586 INFO O| Aug 24 16:56:38.585 INFO STEP 687 (remove_files) COMPLETE
59942024-08-24T16:56:39.492Z[ recovery-image] Aug 24 16:56:38.586 INFO O| Aug 24 16:56:38.585 INFO STEP 688: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59952024-08-24T16:56:39.499Z[ recovery-image] Aug 24 16:56:38.595 INFO O| Aug 24 16:56:38.595 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/libpcre2-posix.pc"
59962024-08-24T16:56:39.501Z[ recovery-image] Aug 24 16:56:38.595 INFO O| Aug 24 16:56:38.595 INFO STEP 688 (remove_files) COMPLETE
59972024-08-24T16:56:39.502Z[ recovery-image] Aug 24 16:56:38.596 INFO O| Aug 24 16:56:38.595 INFO STEP 689: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59982024-08-24T16:56:39.509Z[ recovery-image] Aug 24 16:56:38.605 INFO O| Aug 24 16:56:38.605 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/libpcrecpp.pc"
59992024-08-24T16:56:39.512Z[ recovery-image] Aug 24 16:56:38.605 INFO O| Aug 24 16:56:38.605 INFO STEP 689 (remove_files) COMPLETE
60002024-08-24T16:56:39.512Z[ recovery-image] Aug 24 16:56:38.605 INFO O| Aug 24 16:56:38.605 INFO STEP 690: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60012024-08-24T16:56:39.518Z[ recovery-image] Aug 24 16:56:38.615 INFO O| Aug 24 16:56:38.615 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/libpcreposix.pc"
60022024-08-24T16:56:39.521Z[ recovery-image] Aug 24 16:56:38.615 INFO O| Aug 24 16:56:38.615 INFO STEP 690 (remove_files) COMPLETE
60032024-08-24T16:56:39.521Z[ recovery-image] Aug 24 16:56:38.615 INFO O| Aug 24 16:56:38.615 INFO STEP 691: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60042024-08-24T16:56:39.528Z[ recovery-image] Aug 24 16:56:38.625 INFO O| Aug 24 16:56:38.625 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/libxml-2.0.pc"
60052024-08-24T16:56:39.531Z[ recovery-image] Aug 24 16:56:38.625 INFO O| Aug 24 16:56:38.625 INFO STEP 691 (remove_files) COMPLETE
60062024-08-24T16:56:39.531Z[ recovery-image] Aug 24 16:56:38.626 INFO O| Aug 24 16:56:38.625 INFO STEP 692: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60072024-08-24T16:56:39.539Z[ recovery-image] Aug 24 16:56:38.635 INFO O| Aug 24 16:56:38.635 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/libzstd.pc"
60082024-08-24T16:56:39.542Z[ recovery-image] Aug 24 16:56:38.635 INFO O| Aug 24 16:56:38.635 INFO STEP 692 (remove_files) COMPLETE
60092024-08-24T16:56:39.542Z[ recovery-image] Aug 24 16:56:38.635 INFO O| Aug 24 16:56:38.635 INFO STEP 693: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60102024-08-24T16:56:39.549Z[ recovery-image] Aug 24 16:56:38.645 INFO O| Aug 24 16:56:38.645 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/menu.pc"
60112024-08-24T16:56:39.549Z[ recovery-image] Aug 24 16:56:38.645 INFO O| Aug 24 16:56:38.645 INFO STEP 693 (remove_files) COMPLETE
60122024-08-24T16:56:39.552Z[ recovery-image] Aug 24 16:56:38.645 INFO O| Aug 24 16:56:38.645 INFO STEP 694: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60132024-08-24T16:56:39.559Z[ recovery-image] Aug 24 16:56:38.655 INFO O| Aug 24 16:56:38.655 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/ncurses++.pc"
60142024-08-24T16:56:39.559Z[ recovery-image] Aug 24 16:56:38.655 INFO O| Aug 24 16:56:38.655 INFO STEP 694 (remove_files) COMPLETE
60152024-08-24T16:56:39.562Z[ recovery-image] Aug 24 16:56:38.656 INFO O| Aug 24 16:56:38.655 INFO STEP 695: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60162024-08-24T16:56:39.569Z[ recovery-image] Aug 24 16:56:38.665 INFO O| Aug 24 16:56:38.665 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/ncurses.pc"
60172024-08-24T16:56:39.572Z[ recovery-image] Aug 24 16:56:38.665 INFO O| Aug 24 16:56:38.665 INFO STEP 695 (remove_files) COMPLETE
60182024-08-24T16:56:39.572Z[ recovery-image] Aug 24 16:56:38.665 INFO O| Aug 24 16:56:38.665 INFO STEP 696: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60192024-08-24T16:56:39.579Z[ recovery-image] Aug 24 16:56:38.675 INFO O| Aug 24 16:56:38.675 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/netsnmp-agent.pc"
60202024-08-24T16:56:39.579Z[ recovery-image] Aug 24 16:56:38.675 INFO O| Aug 24 16:56:38.675 INFO STEP 696 (remove_files) COMPLETE
60212024-08-24T16:56:39.579Z[ recovery-image] Aug 24 16:56:38.675 INFO O| Aug 24 16:56:38.675 INFO STEP 697: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60222024-08-24T16:56:39.589Z[ recovery-image] Aug 24 16:56:38.685 INFO O| Aug 24 16:56:38.685 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/netsnmp.pc"
60232024-08-24T16:56:39.589Z[ recovery-image] Aug 24 16:56:38.685 INFO O| Aug 24 16:56:38.685 INFO STEP 697 (remove_files) COMPLETE
60242024-08-24T16:56:39.589Z[ recovery-image] Aug 24 16:56:38.685 INFO O| Aug 24 16:56:38.685 INFO STEP 698: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60252024-08-24T16:56:39.599Z[ recovery-image] Aug 24 16:56:38.695 INFO O| Aug 24 16:56:38.695 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/panel.pc"
60262024-08-24T16:56:39.599Z[ recovery-image] Aug 24 16:56:38.695 INFO O| Aug 24 16:56:38.695 INFO STEP 698 (remove_files) COMPLETE
60272024-08-24T16:56:39.602Z[ recovery-image] Aug 24 16:56:38.695 INFO O| Aug 24 16:56:38.695 INFO STEP 699: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60282024-08-24T16:56:39.609Z[ recovery-image] Aug 24 16:56:38.705 INFO O| Aug 24 16:56:38.705 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/readline.pc"
60292024-08-24T16:56:39.609Z[ recovery-image] Aug 24 16:56:38.705 INFO O| Aug 24 16:56:38.705 INFO STEP 699 (remove_files) COMPLETE
60302024-08-24T16:56:39.611Z[ recovery-image] Aug 24 16:56:38.705 INFO O| Aug 24 16:56:38.705 INFO STEP 700: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60312024-08-24T16:56:39.620Z[ recovery-image] Aug 24 16:56:38.717 INFO O| Aug 24 16:56:38.717 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/sqlite3.pc"
60322024-08-24T16:56:39.620Z[ recovery-image] Aug 24 16:56:38.717 INFO O| Aug 24 16:56:38.717 INFO STEP 700 (remove_files) COMPLETE
60332024-08-24T16:56:39.620Z[ recovery-image] Aug 24 16:56:38.717 INFO O| Aug 24 16:56:38.717 INFO STEP 701: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60342024-08-24T16:56:39.630Z[ recovery-image] Aug 24 16:56:38.726 INFO O| Aug 24 16:56:38.726 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/zlib.pc"
60352024-08-24T16:56:39.633Z[ recovery-image] Aug 24 16:56:38.727 INFO O| Aug 24 16:56:38.726 INFO STEP 701 (remove_files) COMPLETE
60362024-08-24T16:56:39.633Z[ recovery-image] Aug 24 16:56:38.727 INFO O| Aug 24 16:56:38.726 INFO STEP 702: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60372024-08-24T16:56:39.641Z[ recovery-image] Aug 24 16:56:38.737 INFO O| Aug 24 16:56:38.737 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/straddr.so.2"
60382024-08-24T16:56:39.641Z[ recovery-image] Aug 24 16:56:38.737 INFO O| Aug 24 16:56:38.737 INFO STEP 702 (remove_files) COMPLETE
60392024-08-24T16:56:39.641Z[ recovery-image] Aug 24 16:56:38.737 INFO O| Aug 24 16:56:38.737 INFO STEP 703: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60402024-08-24T16:56:39.652Z[ recovery-image] Aug 24 16:56:38.748 INFO O| Aug 24 16:56:38.748 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/watchmalloc.so.1"
60412024-08-24T16:56:39.652Z[ recovery-image] Aug 24 16:56:38.748 INFO O| Aug 24 16:56:38.748 INFO STEP 703 (remove_files) COMPLETE
60422024-08-24T16:56:39.652Z[ recovery-image] Aug 24 16:56:38.748 INFO O| Aug 24 16:56:38.748 INFO STEP 704: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60432024-08-24T16:56:39.662Z[ recovery-image] Aug 24 16:56:38.758 INFO O| Aug 24 16:56:38.758 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/audit/audit_record_attr"
60442024-08-24T16:56:39.664Z[ recovery-image] Aug 24 16:56:38.758 INFO O| Aug 24 16:56:38.758 INFO STEP 704 (remove_files) COMPLETE
60452024-08-24T16:56:39.664Z[ recovery-image] Aug 24 16:56:38.758 INFO O| Aug 24 16:56:38.758 INFO STEP 705: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60462024-08-24T16:56:39.672Z[ recovery-image] Aug 24 16:56:38.768 INFO O| Aug 24 16:56:38.768 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/brand/shared/common.ksh"
60472024-08-24T16:56:39.674Z[ recovery-image] Aug 24 16:56:38.768 INFO O| Aug 24 16:56:38.768 INFO STEP 705 (remove_files) COMPLETE
60482024-08-24T16:56:39.674Z[ recovery-image] Aug 24 16:56:38.768 INFO O| Aug 24 16:56:38.768 INFO STEP 706: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60492024-08-24T16:56:39.682Z[ recovery-image] Aug 24 16:56:38.778 INFO O| Aug 24 16:56:38.778 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/brand/shared/query"
60502024-08-24T16:56:39.682Z[ recovery-image] Aug 24 16:56:38.778 INFO O| Aug 24 16:56:38.778 INFO STEP 706 (remove_files) COMPLETE
60512024-08-24T16:56:39.685Z[ recovery-image] Aug 24 16:56:38.778 INFO O| Aug 24 16:56:38.778 INFO STEP 707: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60522024-08-24T16:56:39.692Z[ recovery-image] Aug 24 16:56:38.788 INFO O| Aug 24 16:56:38.788 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/brand/shared/uninstall.ksh"
60532024-08-24T16:56:39.692Z[ recovery-image] Aug 24 16:56:38.789 INFO O| Aug 24 16:56:38.788 INFO STEP 707 (remove_files) COMPLETE
60542024-08-24T16:56:39.695Z[ recovery-image] Aug 24 16:56:38.789 INFO O| Aug 24 16:56:38.789 INFO STEP 708: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60552024-08-24T16:56:39.702Z[ recovery-image] Aug 24 16:56:38.798 INFO O| Aug 24 16:56:38.798 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/cfgadm/amd64/ib.so.1"
60562024-08-24T16:56:39.705Z[ recovery-image] Aug 24 16:56:38.799 INFO O| Aug 24 16:56:38.799 INFO STEP 708 (remove_files) COMPLETE
60572024-08-24T16:56:39.705Z[ recovery-image] Aug 24 16:56:38.799 INFO O| Aug 24 16:56:38.799 INFO STEP 709: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60582024-08-24T16:56:39.713Z[ recovery-image] Aug 24 16:56:38.809 INFO O| Aug 24 16:56:38.809 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/cfgadm/amd64/pci.so.1"
60592024-08-24T16:56:39.713Z[ recovery-image] Aug 24 16:56:38.809 INFO O| Aug 24 16:56:38.809 INFO STEP 709 (remove_files) COMPLETE
60602024-08-24T16:56:39.715Z[ recovery-image] Aug 24 16:56:38.809 INFO O| Aug 24 16:56:38.809 INFO STEP 710: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60612024-08-24T16:56:39.723Z[ recovery-image] Aug 24 16:56:38.819 INFO O| Aug 24 16:56:38.819 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/cfgadm/amd64/sata.so.1"
60622024-08-24T16:56:39.725Z[ recovery-image] Aug 24 16:56:38.819 INFO O| Aug 24 16:56:38.819 INFO STEP 710 (remove_files) COMPLETE
60632024-08-24T16:56:39.725Z[ recovery-image] Aug 24 16:56:38.819 INFO O| Aug 24 16:56:38.819 INFO STEP 711: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60642024-08-24T16:56:39.733Z[ recovery-image] Aug 24 16:56:38.829 INFO O| Aug 24 16:56:38.829 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/cfgadm/amd64/scsi.so.1"
60652024-08-24T16:56:39.733Z[ recovery-image] Aug 24 16:56:38.829 INFO O| Aug 24 16:56:38.829 INFO STEP 711 (remove_files) COMPLETE
60662024-08-24T16:56:39.733Z[ recovery-image] Aug 24 16:56:38.829 INFO O| Aug 24 16:56:38.829 INFO STEP 712: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60672024-08-24T16:56:39.743Z[ recovery-image] Aug 24 16:56:38.839 INFO O| Aug 24 16:56:38.839 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/cfgadm/amd64/usb.so.1"
60682024-08-24T16:56:39.743Z[ recovery-image] Aug 24 16:56:38.839 INFO O| Aug 24 16:56:38.839 INFO STEP 712 (remove_files) COMPLETE
60692024-08-24T16:56:39.743Z[ recovery-image] Aug 24 16:56:38.839 INFO O| Aug 24 16:56:38.839 INFO STEP 713: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60702024-08-24T16:56:39.753Z[ recovery-image] Aug 24 16:56:38.849 INFO O| Aug 24 16:56:38.849 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/cfgadm/ib.so.1"
60712024-08-24T16:56:39.753Z[ recovery-image] Aug 24 16:56:38.849 INFO O| Aug 24 16:56:38.849 INFO STEP 713 (remove_files) COMPLETE
60722024-08-24T16:56:39.756Z[ recovery-image] Aug 24 16:56:38.849 INFO O| Aug 24 16:56:38.849 INFO STEP 714: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60732024-08-24T16:56:39.762Z[ host-image] Aug 24 16:56:38.859 INFO O| Aug 24 16:56:38.858 INFO O| Startup: Refreshing catalog 'helios-dev' ... Done
60742024-08-24T16:56:39.765Z[ recovery-image] Aug 24 16:56:38.859 INFO O| Aug 24 16:56:38.859 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/cfgadm/pci.so.1"
60752024-08-24T16:56:39.765Z[ recovery-image] Aug 24 16:56:38.859 INFO O| Aug 24 16:56:38.859 INFO STEP 714 (remove_files) COMPLETE
60762024-08-24T16:56:39.765Z[ recovery-image] Aug 24 16:56:38.859 INFO O| Aug 24 16:56:38.859 INFO STEP 715: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60772024-08-24T16:56:39.773Z[ recovery-image] Aug 24 16:56:38.869 INFO O| Aug 24 16:56:38.869 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/cfgadm/sata.so.1"
60782024-08-24T16:56:39.773Z[ recovery-image] Aug 24 16:56:38.869 INFO O| Aug 24 16:56:38.869 INFO STEP 715 (remove_files) COMPLETE
60792024-08-24T16:56:39.776Z[ recovery-image] Aug 24 16:56:38.869 INFO O| Aug 24 16:56:38.869 INFO STEP 716: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60802024-08-24T16:56:39.783Z[ recovery-image] Aug 24 16:56:38.879 INFO O| Aug 24 16:56:38.879 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/cfgadm/scsi.so.1"
60812024-08-24T16:56:39.783Z[ recovery-image] Aug 24 16:56:38.879 INFO O| Aug 24 16:56:38.879 INFO STEP 716 (remove_files) COMPLETE
60822024-08-24T16:56:39.783Z[ recovery-image] Aug 24 16:56:38.879 INFO O| Aug 24 16:56:38.879 INFO STEP 717: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60832024-08-24T16:56:39.793Z[ recovery-image] Aug 24 16:56:38.890 INFO O| Aug 24 16:56:38.890 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/cfgadm/shp.so.1"
60842024-08-24T16:56:39.793Z[ recovery-image] Aug 24 16:56:38.890 INFO O| Aug 24 16:56:38.890 INFO STEP 717 (remove_files) COMPLETE
60852024-08-24T16:56:39.794Z[ recovery-image] Aug 24 16:56:38.890 INFO O| Aug 24 16:56:38.890 INFO STEP 718: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60862024-08-24T16:56:39.805Z[ recovery-image] Aug 24 16:56:38.900 INFO O| Aug 24 16:56:38.900 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/cfgadm/usb.so.1"
60872024-08-24T16:56:39.805Z[ recovery-image] Aug 24 16:56:38.900 INFO O| Aug 24 16:56:38.900 INFO STEP 718 (remove_files) COMPLETE
60882024-08-24T16:56:39.805Z[ recovery-image] Aug 24 16:56:38.900 INFO O| Aug 24 16:56:38.900 INFO STEP 719: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60892024-08-24T16:56:39.814Z[ recovery-image] Aug 24 16:56:38.910 INFO O| Aug 24 16:56:38.910 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/class/FX/FXdispadmin"
60902024-08-24T16:56:39.816Z[ recovery-image] Aug 24 16:56:38.910 INFO O| Aug 24 16:56:38.910 INFO STEP 719 (remove_files) COMPLETE
60912024-08-24T16:56:39.817Z[ recovery-image] Aug 24 16:56:38.910 INFO O| Aug 24 16:56:38.910 INFO STEP 720: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60922024-08-24T16:56:39.824Z[ recovery-image] Aug 24 16:56:38.920 INFO O| Aug 24 16:56:38.920 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/class/FX/FXpriocntl"
60932024-08-24T16:56:39.826Z[ recovery-image] Aug 24 16:56:38.920 INFO O| Aug 24 16:56:38.920 INFO STEP 720 (remove_files) COMPLETE
60942024-08-24T16:56:39.826Z[ recovery-image] Aug 24 16:56:38.920 INFO O| Aug 24 16:56:38.920 INFO STEP 721: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60952024-08-24T16:56:39.834Z[ recovery-image] Aug 24 16:56:38.930 INFO O| Aug 24 16:56:38.930 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/class/IA/IAdispadmin"
60962024-08-24T16:56:39.834Z[ recovery-image] Aug 24 16:56:38.930 INFO O| Aug 24 16:56:38.930 INFO STEP 721 (remove_files) COMPLETE
60972024-08-24T16:56:39.837Z[ recovery-image] Aug 24 16:56:38.930 INFO O| Aug 24 16:56:38.930 INFO STEP 722: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60982024-08-24T16:56:39.844Z[ recovery-image] Aug 24 16:56:38.940 INFO O| Aug 24 16:56:38.940 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/class/IA/IApriocntl"
60992024-08-24T16:56:39.844Z[ recovery-image] Aug 24 16:56:38.940 INFO O| Aug 24 16:56:38.940 INFO STEP 722 (remove_files) COMPLETE
61002024-08-24T16:56:39.847Z[ recovery-image] Aug 24 16:56:38.940 INFO O| Aug 24 16:56:38.940 INFO STEP 723: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61012024-08-24T16:56:39.854Z[ recovery-image] Aug 24 16:56:38.950 INFO O| Aug 24 16:56:38.950 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/class/RT/RTdispadmin"
61022024-08-24T16:56:39.854Z[ recovery-image] Aug 24 16:56:38.951 INFO O| Aug 24 16:56:38.951 INFO STEP 723 (remove_files) COMPLETE
61032024-08-24T16:56:39.854Z[ recovery-image] Aug 24 16:56:38.951 INFO O| Aug 24 16:56:38.951 INFO STEP 724: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61042024-08-24T16:56:39.866Z[ recovery-image] Aug 24 16:56:38.962 INFO O| Aug 24 16:56:38.962 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/class/RT/RTpriocntl"
61052024-08-24T16:56:39.866Z[ recovery-image] Aug 24 16:56:38.962 INFO O| Aug 24 16:56:38.962 INFO STEP 724 (remove_files) COMPLETE
61062024-08-24T16:56:39.866Z[ recovery-image] Aug 24 16:56:38.962 INFO O| Aug 24 16:56:38.962 INFO STEP 725: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61072024-08-24T16:56:39.877Z[ recovery-image] Aug 24 16:56:38.973 INFO O| Aug 24 16:56:38.973 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/class/SDC/SDCdispadmin"
61082024-08-24T16:56:39.877Z[ recovery-image] Aug 24 16:56:38.973 INFO O| Aug 24 16:56:38.973 INFO STEP 725 (remove_files) COMPLETE
61092024-08-24T16:56:39.879Z[ recovery-image] Aug 24 16:56:38.973 INFO O| Aug 24 16:56:38.973 INFO STEP 726: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61102024-08-24T16:56:39.886Z[ recovery-image] Aug 24 16:56:38.983 INFO O| Aug 24 16:56:38.983 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/class/SDC/SDCpriocntl"
61112024-08-24T16:56:39.887Z[ recovery-image] Aug 24 16:56:38.983 INFO O| Aug 24 16:56:38.983 INFO STEP 726 (remove_files) COMPLETE
61122024-08-24T16:56:39.889Z[ recovery-image] Aug 24 16:56:38.983 INFO O| Aug 24 16:56:38.983 INFO STEP 727: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61132024-08-24T16:56:39.897Z[ recovery-image] Aug 24 16:56:38.993 INFO O| Aug 24 16:56:38.993 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/class/TS/TSdispadmin"
61142024-08-24T16:56:39.897Z[ recovery-image] Aug 24 16:56:38.994 INFO O| Aug 24 16:56:38.993 INFO STEP 727 (remove_files) COMPLETE
61152024-08-24T16:56:39.897Z[ recovery-image] Aug 24 16:56:38.994 INFO O| Aug 24 16:56:38.993 INFO STEP 728: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61162024-08-24T16:56:39.910Z[ recovery-image] Aug 24 16:56:39.006 INFO O| Aug 24 16:56:39.006 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/class/TS/TSpriocntl"
61172024-08-24T16:56:39.910Z[ recovery-image] Aug 24 16:56:39.007 INFO O| Aug 24 16:56:39.007 INFO STEP 728 (remove_files) COMPLETE
61182024-08-24T16:56:39.913Z[ recovery-image] Aug 24 16:56:39.007 INFO O| Aug 24 16:56:39.007 INFO STEP 729: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61192024-08-24T16:56:39.922Z[ recovery-image] Aug 24 16:56:39.018 INFO O| Aug 24 16:56:39.018 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/cmake/libxml2/libxml2-config.cmake"
61202024-08-24T16:56:39.925Z[ recovery-image] Aug 24 16:56:39.019 INFO O| Aug 24 16:56:39.019 INFO STEP 729 (remove_files) COMPLETE
61212024-08-24T16:56:39.925Z[ recovery-image] Aug 24 16:56:39.019 INFO O| Aug 24 16:56:39.019 INFO STEP 730: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61222024-08-24T16:56:39.933Z[ recovery-image] Aug 24 16:56:39.029 INFO O| Aug 24 16:56:39.029 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/dbus-1.0/include/dbus/dbus-arch-deps.h"
61232024-08-24T16:56:39.933Z[ recovery-image] Aug 24 16:56:39.029 INFO O| Aug 24 16:56:39.029 INFO STEP 730 (remove_files) COMPLETE
61242024-08-24T16:56:39.933Z[ recovery-image] Aug 24 16:56:39.030 INFO O| Aug 24 16:56:39.029 INFO STEP 731: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61252024-08-24T16:56:39.944Z[ recovery-image] Aug 24 16:56:39.040 INFO O| Aug 24 16:56:39.040 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/dl/dlled"
61262024-08-24T16:56:39.946Z[ recovery-image] Aug 24 16:56:39.040 INFO O| Aug 24 16:56:39.040 INFO STEP 731 (remove_files) COMPLETE
61272024-08-24T16:56:39.946Z[ recovery-image] Aug 24 16:56:39.040 INFO O| Aug 24 16:56:39.040 INFO STEP 732: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61282024-08-24T16:56:39.955Z[ recovery-image] Aug 24 16:56:39.052 INFO O| Aug 24 16:56:39.052 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/dl/dlrecv"
61292024-08-24T16:56:39.955Z[ recovery-image] Aug 24 16:56:39.052 INFO O| Aug 24 16:56:39.052 INFO STEP 732 (remove_files) COMPLETE
61302024-08-24T16:56:39.958Z[ recovery-image] Aug 24 16:56:39.052 INFO O| Aug 24 16:56:39.052 INFO STEP 733: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61312024-08-24T16:56:39.966Z[ recovery-image] Aug 24 16:56:39.063 INFO O| Aug 24 16:56:39.063 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/dl/dlsend"
61322024-08-24T16:56:39.966Z[ recovery-image] Aug 24 16:56:39.063 INFO O| Aug 24 16:56:39.063 INFO STEP 733 (remove_files) COMPLETE
61332024-08-24T16:56:39.969Z[ recovery-image] Aug 24 16:56:39.063 INFO O| Aug 24 16:56:39.063 INFO STEP 734: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61342024-08-24T16:56:39.978Z[ recovery-image] Aug 24 16:56:39.075 INFO O| Aug 24 16:56:39.075 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/dl/dltraninfo"
61352024-08-24T16:56:39.978Z[ recovery-image] Aug 24 16:56:39.075 INFO O| Aug 24 16:56:39.075 INFO STEP 734 (remove_files) COMPLETE
61362024-08-24T16:56:39.978Z[ recovery-image] Aug 24 16:56:39.075 INFO O| Aug 24 16:56:39.075 INFO STEP 735: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61372024-08-24T16:56:39.990Z[ recovery-image] Aug 24 16:56:39.086 INFO O| Aug 24 16:56:39.086 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/dtrace/64/drti.o"
61382024-08-24T16:56:39.993Z[ recovery-image] Aug 24 16:56:39.086 INFO O| Aug 24 16:56:39.086 INFO STEP 735 (remove_files) COMPLETE
61392024-08-24T16:56:39.993Z[ recovery-image] Aug 24 16:56:39.087 INFO O| Aug 24 16:56:39.086 INFO STEP 736: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61402024-08-24T16:56:40.002Z[ recovery-image] Aug 24 16:56:39.098 INFO O| Aug 24 16:56:39.098 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/dtrace/64/libdtrace_forceload.so"
61412024-08-24T16:56:40.005Z[ recovery-image] Aug 24 16:56:39.098 INFO O| Aug 24 16:56:39.098 INFO STEP 736 (remove_files) COMPLETE
61422024-08-24T16:56:40.005Z[ recovery-image] Aug 24 16:56:39.098 INFO O| Aug 24 16:56:39.098 INFO STEP 737: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61432024-08-24T16:56:40.014Z[ recovery-image] Aug 24 16:56:39.110 INFO O| Aug 24 16:56:39.110 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/dtrace/64/sftp64.d"
61442024-08-24T16:56:40.014Z[ recovery-image] Aug 24 16:56:39.110 INFO O| Aug 24 16:56:39.110 INFO STEP 737 (remove_files) COMPLETE
61452024-08-24T16:56:40.017Z[ recovery-image] Aug 24 16:56:39.110 INFO O| Aug 24 16:56:39.110 INFO STEP 738: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61462024-08-24T16:56:40.028Z[ recovery-image] Aug 24 16:56:39.124 INFO O| Aug 24 16:56:39.124 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/dtrace/drti.o"
61472024-08-24T16:56:40.028Z[ recovery-image] Aug 24 16:56:39.124 INFO O| Aug 24 16:56:39.124 INFO STEP 738 (remove_files) COMPLETE
61482024-08-24T16:56:40.031Z[ recovery-image] Aug 24 16:56:39.124 INFO O| Aug 24 16:56:39.124 INFO STEP 739: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61492024-08-24T16:56:40.042Z[ recovery-image] Aug 24 16:56:39.139 INFO O| Aug 24 16:56:39.139 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/dtrace/libdtrace_forceload.so"
61502024-08-24T16:56:40.042Z[ recovery-image] Aug 24 16:56:39.139 INFO O| Aug 24 16:56:39.139 INFO STEP 739 (remove_files) COMPLETE
61512024-08-24T16:56:40.045Z[ recovery-image] Aug 24 16:56:39.139 INFO O| Aug 24 16:56:39.139 INFO STEP 740: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61522024-08-24T16:56:40.054Z[ recovery-image] Aug 24 16:56:39.150 INFO O| Aug 24 16:56:39.150 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/amd64/libdiagcode.so.1"
61532024-08-24T16:56:40.057Z[ recovery-image] Aug 24 16:56:39.150 INFO O| Aug 24 16:56:39.150 INFO STEP 740 (remove_files) COMPLETE
61542024-08-24T16:56:40.057Z[ recovery-image] Aug 24 16:56:39.150 INFO O| Aug 24 16:56:39.150 INFO STEP 741: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61552024-08-24T16:56:40.065Z[ recovery-image] Aug 24 16:56:39.161 INFO O| Aug 24 16:56:39.161 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/amd64/libdiskstatus.so.1"
61562024-08-24T16:56:40.068Z[ recovery-image] Aug 24 16:56:39.162 INFO O| Aug 24 16:56:39.162 INFO STEP 741 (remove_files) COMPLETE
61572024-08-24T16:56:40.068Z[ recovery-image] Aug 24 16:56:39.162 INFO O| Aug 24 16:56:39.162 INFO STEP 742: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61582024-08-24T16:56:40.077Z[ recovery-image] Aug 24 16:56:39.173 INFO O| Aug 24 16:56:39.173 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/amd64/libfmd_adm.so.1"
61592024-08-24T16:56:40.077Z[ recovery-image] Aug 24 16:56:39.173 INFO O| Aug 24 16:56:39.173 INFO STEP 742 (remove_files) COMPLETE
61602024-08-24T16:56:40.077Z[ recovery-image] Aug 24 16:56:39.173 INFO O| Aug 24 16:56:39.173 INFO STEP 743: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61612024-08-24T16:56:40.089Z[ recovery-image] Aug 24 16:56:39.185 INFO O| Aug 24 16:56:39.185 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/amd64/libfmd_agent.so.1"
61622024-08-24T16:56:40.089Z[ recovery-image] Aug 24 16:56:39.186 INFO O| Aug 24 16:56:39.186 INFO STEP 743 (remove_files) COMPLETE
61632024-08-24T16:56:40.092Z[ recovery-image] Aug 24 16:56:39.186 INFO O| Aug 24 16:56:39.186 INFO STEP 744: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61642024-08-24T16:56:40.100Z[ recovery-image] Aug 24 16:56:39.196 INFO O| Aug 24 16:56:39.196 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/amd64/libfmd_log.so.1"
61652024-08-24T16:56:40.103Z[ recovery-image] Aug 24 16:56:39.196 INFO O| Aug 24 16:56:39.196 INFO STEP 744 (remove_files) COMPLETE
61662024-08-24T16:56:40.103Z[ recovery-image] Aug 24 16:56:39.196 INFO O| Aug 24 16:56:39.196 INFO STEP 745: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61672024-08-24T16:56:40.110Z[ recovery-image] Aug 24 16:56:39.206 INFO O| Aug 24 16:56:39.206 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/amd64/libfmd_msg.so.1"
61682024-08-24T16:56:40.110Z[ recovery-image] Aug 24 16:56:39.207 INFO O| Aug 24 16:56:39.207 INFO STEP 745 (remove_files) COMPLETE
61692024-08-24T16:56:40.110Z[ recovery-image] Aug 24 16:56:39.207 INFO O| Aug 24 16:56:39.207 INFO STEP 746: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61702024-08-24T16:56:40.120Z[ recovery-image] Aug 24 16:56:39.217 INFO O| Aug 24 16:56:39.217 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/amd64/libfmd_snmp.so.1"
61712024-08-24T16:56:40.120Z[ recovery-image] Aug 24 16:56:39.217 INFO O| Aug 24 16:56:39.217 INFO STEP 746 (remove_files) COMPLETE
61722024-08-24T16:56:40.120Z[ recovery-image] Aug 24 16:56:39.217 INFO O| Aug 24 16:56:39.217 INFO STEP 747: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61732024-08-24T16:56:40.131Z[ recovery-image] Aug 24 16:56:39.227 INFO O| Aug 24 16:56:39.227 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/amd64/libfmnotify.so.1"
61742024-08-24T16:56:40.131Z[ recovery-image] Aug 24 16:56:39.227 INFO O| Aug 24 16:56:39.227 INFO STEP 747 (remove_files) COMPLETE
61752024-08-24T16:56:40.134Z[ recovery-image] Aug 24 16:56:39.227 INFO O| Aug 24 16:56:39.227 INFO STEP 748: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61762024-08-24T16:56:40.141Z[ recovery-image] Aug 24 16:56:39.237 INFO O| Aug 24 16:56:39.237 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/amd64/libseslog.so.1"
61772024-08-24T16:56:40.143Z[ recovery-image] Aug 24 16:56:39.237 INFO O| Aug 24 16:56:39.237 INFO STEP 748 (remove_files) COMPLETE
61782024-08-24T16:56:40.143Z[ recovery-image] Aug 24 16:56:39.237 INFO O| Aug 24 16:56:39.237 INFO STEP 749: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61792024-08-24T16:56:40.151Z[ recovery-image] Aug 24 16:56:39.247 INFO O| Aug 24 16:56:39.247 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/dict/AMD.dict"
61802024-08-24T16:56:40.153Z[ recovery-image] Aug 24 16:56:39.247 INFO O| Aug 24 16:56:39.247 INFO STEP 749 (remove_files) COMPLETE
61812024-08-24T16:56:40.153Z[ recovery-image] Aug 24 16:56:39.247 INFO O| Aug 24 16:56:39.247 INFO STEP 750: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61822024-08-24T16:56:40.161Z[ recovery-image] Aug 24 16:56:39.257 INFO O| Aug 24 16:56:39.257 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/dict/FMNOTIFY.dict"
61832024-08-24T16:56:40.161Z[ recovery-image] Aug 24 16:56:39.257 INFO O| Aug 24 16:56:39.257 INFO STEP 750 (remove_files) COMPLETE
61842024-08-24T16:56:40.164Z[ recovery-image] Aug 24 16:56:39.257 INFO O| Aug 24 16:56:39.257 INFO STEP 751: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61852024-08-24T16:56:40.173Z[ recovery-image] Aug 24 16:56:39.269 INFO O| Aug 24 16:56:39.269 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/dict/GMCA.dict"
61862024-08-24T16:56:40.173Z[ recovery-image] Aug 24 16:56:39.269 INFO O| Aug 24 16:56:39.269 INFO STEP 751 (remove_files) COMPLETE
61872024-08-24T16:56:40.175Z[ recovery-image] Aug 24 16:56:39.269 INFO O| Aug 24 16:56:39.269 INFO STEP 752: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61882024-08-24T16:56:40.184Z[ recovery-image] Aug 24 16:56:39.280 INFO O| Aug 24 16:56:39.280 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/dict/INTEL.dict"
61892024-08-24T16:56:40.184Z[ recovery-image] Aug 24 16:56:39.280 INFO O| Aug 24 16:56:39.280 INFO STEP 752 (remove_files) COMPLETE
61902024-08-24T16:56:40.184Z[ recovery-image] Aug 24 16:56:39.280 INFO O| Aug 24 16:56:39.280 INFO STEP 753: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61912024-08-24T16:56:40.194Z[ recovery-image] Aug 24 16:56:39.290 INFO O| Aug 24 16:56:39.290 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/fminject"
61922024-08-24T16:56:40.194Z[ recovery-image] Aug 24 16:56:39.290 INFO O| Aug 24 16:56:39.290 INFO STEP 753 (remove_files) COMPLETE
61932024-08-24T16:56:40.197Z[ recovery-image] Aug 24 16:56:39.290 INFO O| Aug 24 16:56:39.290 INFO STEP 754: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61942024-08-24T16:56:40.204Z[ recovery-image] Aug 24 16:56:39.301 INFO O| Aug 24 16:56:39.301 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/fmsim"
61952024-08-24T16:56:40.205Z[ recovery-image] Aug 24 16:56:39.301 INFO O| Aug 24 16:56:39.301 INFO STEP 754 (remove_files) COMPLETE
61962024-08-24T16:56:40.207Z[ recovery-image] Aug 24 16:56:39.301 INFO O| Aug 24 16:56:39.301 INFO STEP 755: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61972024-08-24T16:56:40.215Z[ recovery-image] Aug 24 16:56:39.312 INFO O| Aug 24 16:56:39.312 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/fmtopo"
61982024-08-24T16:56:40.215Z[ recovery-image] Aug 24 16:56:39.312 INFO O| Aug 24 16:56:39.312 INFO STEP 755 (remove_files) COMPLETE
61992024-08-24T16:56:40.218Z[ recovery-image] Aug 24 16:56:39.312 INFO O| Aug 24 16:56:39.312 INFO STEP 756: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62002024-08-24T16:56:40.226Z[ recovery-image] Aug 24 16:56:39.322 INFO O| Aug 24 16:56:39.322 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/ipmitopo"
62012024-08-24T16:56:40.226Z[ recovery-image] Aug 24 16:56:39.322 INFO O| Aug 24 16:56:39.322 INFO STEP 756 (remove_files) COMPLETE
62022024-08-24T16:56:40.228Z[ recovery-image] Aug 24 16:56:39.322 INFO O| Aug 24 16:56:39.322 INFO STEP 757: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62032024-08-24T16:56:40.236Z[ recovery-image] Aug 24 16:56:39.333 INFO O| Aug 24 16:56:39.332 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/mcdecode"
62042024-08-24T16:56:40.236Z[ recovery-image] Aug 24 16:56:39.333 INFO O| Aug 24 16:56:39.333 INFO STEP 757 (remove_files) COMPLETE
62052024-08-24T16:56:40.236Z[ recovery-image] Aug 24 16:56:39.333 INFO O| Aug 24 16:56:39.333 INFO STEP 758: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62062024-08-24T16:56:40.246Z[ recovery-image] Aug 24 16:56:39.343 INFO O| Aug 24 16:56:39.343 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/plugins/cpumem-retire.conf"
62072024-08-24T16:56:40.249Z[ recovery-image] Aug 24 16:56:39.343 INFO O| Aug 24 16:56:39.343 INFO STEP 758 (remove_files) COMPLETE
62082024-08-24T16:56:40.249Z[ recovery-image] Aug 24 16:56:39.343 INFO O| Aug 24 16:56:39.343 INFO STEP 759: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62092024-08-24T16:56:40.257Z[ recovery-image] Aug 24 16:56:39.353 INFO O| Aug 24 16:56:39.353 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/amd64/cpu.so"
62102024-08-24T16:56:40.257Z[ recovery-image] Aug 24 16:56:39.353 INFO O| Aug 24 16:56:39.353 INFO STEP 759 (remove_files) COMPLETE
62112024-08-24T16:56:40.259Z[ recovery-image] Aug 24 16:56:39.353 INFO O| Aug 24 16:56:39.353 INFO STEP 760: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62122024-08-24T16:56:40.267Z[ recovery-image] Aug 24 16:56:39.363 INFO O| Aug 24 16:56:39.363 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/amd64/dev.so"
62132024-08-24T16:56:40.267Z[ recovery-image] Aug 24 16:56:39.363 INFO O| Aug 24 16:56:39.363 INFO STEP 760 (remove_files) COMPLETE
62142024-08-24T16:56:40.267Z[ recovery-image] Aug 24 16:56:39.363 INFO O| Aug 24 16:56:39.363 INFO STEP 761: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62152024-08-24T16:56:40.277Z[ recovery-image] Aug 24 16:56:39.373 INFO O| Aug 24 16:56:39.373 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/amd64/fmd.so"
62162024-08-24T16:56:40.277Z[ recovery-image] Aug 24 16:56:39.373 INFO O| Aug 24 16:56:39.373 INFO STEP 761 (remove_files) COMPLETE
62172024-08-24T16:56:40.277Z[ recovery-image] Aug 24 16:56:39.373 INFO O| Aug 24 16:56:39.373 INFO STEP 762: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62182024-08-24T16:56:40.287Z[ recovery-image] Aug 24 16:56:39.384 INFO O| Aug 24 16:56:39.383 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/amd64/hc.so"
62192024-08-24T16:56:40.290Z[ recovery-image] Aug 24 16:56:39.384 INFO O| Aug 24 16:56:39.384 INFO STEP 762 (remove_files) COMPLETE
62202024-08-24T16:56:40.290Z[ recovery-image] Aug 24 16:56:39.384 INFO O| Aug 24 16:56:39.384 INFO STEP 763: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62212024-08-24T16:56:40.298Z[ recovery-image] Aug 24 16:56:39.394 INFO O| Aug 24 16:56:39.394 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/amd64/legacy-hc.so"
62222024-08-24T16:56:40.298Z[ recovery-image] Aug 24 16:56:39.394 INFO O| Aug 24 16:56:39.394 INFO STEP 763 (remove_files) COMPLETE
62232024-08-24T16:56:40.300Z[ recovery-image] Aug 24 16:56:39.394 INFO O| Aug 24 16:56:39.394 INFO STEP 764: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62242024-08-24T16:56:40.307Z[ recovery-image] Aug 24 16:56:39.404 INFO O| Aug 24 16:56:39.404 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/amd64/mem.so"
62252024-08-24T16:56:40.307Z[ recovery-image] Aug 24 16:56:39.404 INFO O| Aug 24 16:56:39.404 INFO STEP 764 (remove_files) COMPLETE
62262024-08-24T16:56:40.310Z[ recovery-image] Aug 24 16:56:39.404 INFO O| Aug 24 16:56:39.404 INFO STEP 765: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62272024-08-24T16:56:40.317Z[ recovery-image] Aug 24 16:56:39.414 INFO O| Aug 24 16:56:39.414 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/amd64/mod.so"
62282024-08-24T16:56:40.320Z[ recovery-image] Aug 24 16:56:39.414 INFO O| Aug 24 16:56:39.414 INFO STEP 765 (remove_files) COMPLETE
62292024-08-24T16:56:40.320Z[ recovery-image] Aug 24 16:56:39.414 INFO O| Aug 24 16:56:39.414 INFO STEP 766: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62302024-08-24T16:56:40.327Z[ recovery-image] Aug 24 16:56:39.423 INFO O| Aug 24 16:56:39.423 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/amd64/pkg.so"
62312024-08-24T16:56:40.330Z[ recovery-image] Aug 24 16:56:39.424 INFO O| Aug 24 16:56:39.423 INFO STEP 766 (remove_files) COMPLETE
62322024-08-24T16:56:40.330Z[ recovery-image] Aug 24 16:56:39.424 INFO O| Aug 24 16:56:39.424 INFO STEP 767: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62332024-08-24T16:56:40.337Z[ recovery-image] Aug 24 16:56:39.433 INFO O| Aug 24 16:56:39.433 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/amd64/svc.so"
62342024-08-24T16:56:40.339Z[ recovery-image] Aug 24 16:56:39.433 INFO O| Aug 24 16:56:39.433 INFO STEP 767 (remove_files) COMPLETE
62352024-08-24T16:56:40.339Z[ recovery-image] Aug 24 16:56:39.433 INFO O| Aug 24 16:56:39.433 INFO STEP 768: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62362024-08-24T16:56:40.347Z[ recovery-image] Aug 24 16:56:39.443 INFO O| Aug 24 16:56:39.443 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/amd64/sw.so"
62372024-08-24T16:56:40.350Z[ recovery-image] Aug 24 16:56:39.443 INFO O| Aug 24 16:56:39.443 INFO STEP 768 (remove_files) COMPLETE
62382024-08-24T16:56:40.350Z[ recovery-image] Aug 24 16:56:39.443 INFO O| Aug 24 16:56:39.443 INFO STEP 769: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62392024-08-24T16:56:40.356Z[ recovery-image] Aug 24 16:56:39.453 INFO O| Aug 24 16:56:39.452 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/amd64/zfs.so"
62402024-08-24T16:56:40.356Z[ recovery-image] Aug 24 16:56:39.453 INFO O| Aug 24 16:56:39.453 INFO STEP 769 (remove_files) COMPLETE
62412024-08-24T16:56:40.356Z[ recovery-image] Aug 24 16:56:39.453 INFO O| Aug 24 16:56:39.453 INFO STEP 770: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62422024-08-24T16:56:40.366Z[ recovery-image] Aug 24 16:56:39.462 INFO O| Aug 24 16:56:39.462 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/cpu.so"
62432024-08-24T16:56:40.368Z[ recovery-image] Aug 24 16:56:39.462 INFO O| Aug 24 16:56:39.462 INFO STEP 770 (remove_files) COMPLETE
62442024-08-24T16:56:40.369Z[ recovery-image] Aug 24 16:56:39.462 INFO O| Aug 24 16:56:39.462 INFO STEP 771: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62452024-08-24T16:56:40.376Z[ recovery-image] Aug 24 16:56:39.472 INFO O| Aug 24 16:56:39.472 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/dev.so"
62462024-08-24T16:56:40.376Z[ recovery-image] Aug 24 16:56:39.472 INFO O| Aug 24 16:56:39.472 INFO STEP 771 (remove_files) COMPLETE
62472024-08-24T16:56:40.379Z[ recovery-image] Aug 24 16:56:39.472 INFO O| Aug 24 16:56:39.472 INFO STEP 772: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62482024-08-24T16:56:40.385Z[ recovery-image] Aug 24 16:56:39.482 INFO O| Aug 24 16:56:39.482 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/fmd.so"
62492024-08-24T16:56:40.386Z[ recovery-image] Aug 24 16:56:39.482 INFO O| Aug 24 16:56:39.482 INFO STEP 772 (remove_files) COMPLETE
62502024-08-24T16:56:40.388Z[ recovery-image] Aug 24 16:56:39.482 INFO O| Aug 24 16:56:39.482 INFO STEP 773: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62512024-08-24T16:56:40.396Z[ recovery-image] Aug 24 16:56:39.492 INFO O| Aug 24 16:56:39.492 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/hc.so"
62522024-08-24T16:56:40.396Z[ recovery-image] Aug 24 16:56:39.492 INFO O| Aug 24 16:56:39.492 INFO STEP 773 (remove_files) COMPLETE
62532024-08-24T16:56:40.396Z[ recovery-image] Aug 24 16:56:39.492 INFO O| Aug 24 16:56:39.492 INFO STEP 774: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62542024-08-24T16:56:40.408Z[ recovery-image] Aug 24 16:56:39.504 INFO O| Aug 24 16:56:39.504 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/legacy-hc.so"
62552024-08-24T16:56:40.410Z[ recovery-image] Aug 24 16:56:39.504 INFO O| Aug 24 16:56:39.504 INFO STEP 774 (remove_files) COMPLETE
62562024-08-24T16:56:40.410Z[ recovery-image] Aug 24 16:56:39.504 INFO O| Aug 24 16:56:39.504 INFO STEP 775: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62572024-08-24T16:56:40.418Z[ recovery-image] Aug 24 16:56:39.514 INFO O| Aug 24 16:56:39.514 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/mem.so"
62582024-08-24T16:56:40.418Z[ recovery-image] Aug 24 16:56:39.514 INFO O| Aug 24 16:56:39.514 INFO STEP 775 (remove_files) COMPLETE
62592024-08-24T16:56:40.421Z[ recovery-image] Aug 24 16:56:39.514 INFO O| Aug 24 16:56:39.514 INFO STEP 776: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62602024-08-24T16:56:40.428Z[ recovery-image] Aug 24 16:56:39.524 INFO O| Aug 24 16:56:39.524 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/mod.so"
62612024-08-24T16:56:40.428Z[ recovery-image] Aug 24 16:56:39.525 INFO O| Aug 24 16:56:39.525 INFO STEP 776 (remove_files) COMPLETE
62622024-08-24T16:56:40.431Z[ recovery-image] Aug 24 16:56:39.525 INFO O| Aug 24 16:56:39.525 INFO STEP 777: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62632024-08-24T16:56:40.438Z[ recovery-image] Aug 24 16:56:39.535 INFO O| Aug 24 16:56:39.534 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/pkg.so"
62642024-08-24T16:56:40.441Z[ recovery-image] Aug 24 16:56:39.535 INFO O| Aug 24 16:56:39.535 INFO STEP 777 (remove_files) COMPLETE
62652024-08-24T16:56:40.441Z[ recovery-image] Aug 24 16:56:39.535 INFO O| Aug 24 16:56:39.535 INFO STEP 778: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62662024-08-24T16:56:40.449Z[ recovery-image] Aug 24 16:56:39.545 INFO O| Aug 24 16:56:39.545 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/sw.so"
62672024-08-24T16:56:40.449Z[ recovery-image] Aug 24 16:56:39.545 INFO O| Aug 24 16:56:39.545 INFO STEP 778 (remove_files) COMPLETE
62682024-08-24T16:56:40.452Z[ recovery-image] Aug 24 16:56:39.545 INFO O| Aug 24 16:56:39.545 INFO STEP 779: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62692024-08-24T16:56:40.459Z[ recovery-image] Aug 24 16:56:39.555 INFO O| Aug 24 16:56:39.555 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/libdiskstatus.so.1"
62702024-08-24T16:56:40.459Z[ recovery-image] Aug 24 16:56:39.555 INFO O| Aug 24 16:56:39.555 INFO STEP 779 (remove_files) COMPLETE
62712024-08-24T16:56:40.459Z[ recovery-image] Aug 24 16:56:39.555 INFO O| Aug 24 16:56:39.555 INFO STEP 780: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62722024-08-24T16:56:40.469Z[ recovery-image] Aug 24 16:56:39.565 INFO O| Aug 24 16:56:39.565 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/libfmd_adm.so.1"
62732024-08-24T16:56:40.469Z[ recovery-image] Aug 24 16:56:39.565 INFO O| Aug 24 16:56:39.565 INFO STEP 780 (remove_files) COMPLETE
62742024-08-24T16:56:40.472Z[ recovery-image] Aug 24 16:56:39.565 INFO O| Aug 24 16:56:39.565 INFO STEP 781: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62752024-08-24T16:56:40.479Z[ recovery-image] Aug 24 16:56:39.575 INFO O| Aug 24 16:56:39.575 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/libfmd_log.so.1"
62762024-08-24T16:56:40.479Z[ recovery-image] Aug 24 16:56:39.575 INFO O| Aug 24 16:56:39.575 INFO STEP 781 (remove_files) COMPLETE
62772024-08-24T16:56:40.481Z[ recovery-image] Aug 24 16:56:39.575 INFO O| Aug 24 16:56:39.575 INFO STEP 782: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62782024-08-24T16:56:40.489Z[ recovery-image] Aug 24 16:56:39.585 INFO O| Aug 24 16:56:39.585 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/libfmd_snmp.so.1"
62792024-08-24T16:56:40.491Z[ recovery-image] Aug 24 16:56:39.585 INFO O| Aug 24 16:56:39.585 INFO STEP 782 (remove_files) COMPLETE
62802024-08-24T16:56:40.491Z[ recovery-image] Aug 24 16:56:39.585 INFO O| Aug 24 16:56:39.585 INFO STEP 783: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62812024-08-24T16:56:40.498Z[ recovery-image] Aug 24 16:56:39.595 INFO O| Aug 24 16:56:39.595 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/libfmnotify.so.1"
62822024-08-24T16:56:40.498Z[ recovery-image] Aug 24 16:56:39.595 INFO O| Aug 24 16:56:39.595 INFO STEP 783 (remove_files) COMPLETE
62832024-08-24T16:56:40.501Z[ recovery-image] Aug 24 16:56:39.595 INFO O| Aug 24 16:56:39.595 INFO STEP 784: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62842024-08-24T16:56:40.508Z[ recovery-image] Aug 24 16:56:39.604 INFO O| Aug 24 16:56:39.604 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/libseslog.so.1"
62852024-08-24T16:56:40.508Z[ recovery-image] Aug 24 16:56:39.604 INFO O| Aug 24 16:56:39.604 INFO STEP 784 (remove_files) COMPLETE
62862024-08-24T16:56:40.511Z[ recovery-image] Aug 24 16:56:39.605 INFO O| Aug 24 16:56:39.604 INFO STEP 785: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62872024-08-24T16:56:40.520Z[ recovery-image] Aug 24 16:56:39.617 INFO O| Aug 24 16:56:39.616 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/topo/maps/xfp-hc-topology.xml"
62882024-08-24T16:56:40.523Z[ recovery-image] Aug 24 16:56:39.617 INFO O| Aug 24 16:56:39.617 INFO STEP 785 (remove_files) COMPLETE
62892024-08-24T16:56:40.523Z[ recovery-image] Aug 24 16:56:39.617 INFO O| Aug 24 16:56:39.617 INFO STEP 786: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62902024-08-24T16:56:40.532Z[ recovery-image] Aug 24 16:56:39.628 INFO O| Aug 24 16:56:39.628 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/topo/plugins/disk.so"
62912024-08-24T16:56:40.535Z[ recovery-image] Aug 24 16:56:39.628 INFO O| Aug 24 16:56:39.628 INFO STEP 786 (remove_files) COMPLETE
62922024-08-24T16:56:40.535Z[ recovery-image] Aug 24 16:56:39.628 INFO O| Aug 24 16:56:39.628 INFO STEP 787: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62932024-08-24T16:56:40.542Z[ recovery-image] Aug 24 16:56:39.639 INFO O| Aug 24 16:56:39.639 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/topo/plugins/fac_prov_ahci.so"
62942024-08-24T16:56:40.542Z[ recovery-image] Aug 24 16:56:39.639 INFO O| Aug 24 16:56:39.639 INFO STEP 787 (remove_files) COMPLETE
62952024-08-24T16:56:40.545Z[ recovery-image] Aug 24 16:56:39.639 INFO O| Aug 24 16:56:39.639 INFO STEP 788: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62962024-08-24T16:56:40.552Z[ recovery-image] Aug 24 16:56:39.649 INFO O| Aug 24 16:56:39.649 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/topo/plugins/fac_prov_ipmi.so"
62972024-08-24T16:56:40.555Z[ recovery-image] Aug 24 16:56:39.649 INFO O| Aug 24 16:56:39.649 INFO STEP 788 (remove_files) COMPLETE
62982024-08-24T16:56:40.555Z[ recovery-image] Aug 24 16:56:39.649 INFO O| Aug 24 16:56:39.649 INFO STEP 789: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62992024-08-24T16:56:40.562Z[ recovery-image] Aug 24 16:56:39.659 INFO O| Aug 24 16:56:39.659 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/topo/plugins/fac_prov_mptsas.so"
63002024-08-24T16:56:40.562Z[ recovery-image] Aug 24 16:56:39.659 INFO O| Aug 24 16:56:39.659 INFO STEP 789 (remove_files) COMPLETE
63012024-08-24T16:56:40.565Z[ recovery-image] Aug 24 16:56:39.659 INFO O| Aug 24 16:56:39.659 INFO STEP 790: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63022024-08-24T16:56:40.574Z[ recovery-image] Aug 24 16:56:39.670 INFO O| Aug 24 16:56:39.670 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/topo/plugins/ipmi.so"
63032024-08-24T16:56:40.574Z[ recovery-image] Aug 24 16:56:39.670 INFO O| Aug 24 16:56:39.670 INFO STEP 790 (remove_files) COMPLETE
63042024-08-24T16:56:40.577Z[ recovery-image] Aug 24 16:56:39.670 INFO O| Aug 24 16:56:39.670 INFO STEP 791: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63052024-08-24T16:56:40.584Z[ recovery-image] Aug 24 16:56:39.681 INFO O| Aug 24 16:56:39.681 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/topo/plugins/nic.so"
63062024-08-24T16:56:40.587Z[ recovery-image] Aug 24 16:56:39.681 INFO O| Aug 24 16:56:39.681 INFO STEP 791 (remove_files) COMPLETE
63072024-08-24T16:56:40.587Z[ recovery-image] Aug 24 16:56:39.681 INFO O| Aug 24 16:56:39.681 INFO STEP 792: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63082024-08-24T16:56:40.594Z[ recovery-image] Aug 24 16:56:39.690 INFO O| Aug 24 16:56:39.690 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/topo/plugins/ses.so"
63092024-08-24T16:56:40.594Z[ recovery-image] Aug 24 16:56:39.690 INFO O| Aug 24 16:56:39.690 INFO STEP 792 (remove_files) COMPLETE
63102024-08-24T16:56:40.594Z[ recovery-image] Aug 24 16:56:39.690 INFO O| Aug 24 16:56:39.690 INFO STEP 793: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63112024-08-24T16:56:40.604Z[ recovery-image] Aug 24 16:56:39.700 INFO O| Aug 24 16:56:39.700 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/topo/plugins/smbios.so"
63122024-08-24T16:56:40.604Z[ recovery-image] Aug 24 16:56:39.700 INFO O| Aug 24 16:56:39.700 INFO STEP 793 (remove_files) COMPLETE
63132024-08-24T16:56:40.607Z[ recovery-image] Aug 24 16:56:39.700 INFO O| Aug 24 16:56:39.700 INFO STEP 794: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63142024-08-24T16:56:40.613Z[ recovery-image] Aug 24 16:56:39.709 INFO O| Aug 24 16:56:39.709 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/topo/plugins/usb.so"
63152024-08-24T16:56:40.616Z[ recovery-image] Aug 24 16:56:39.710 INFO O| Aug 24 16:56:39.710 INFO STEP 794 (remove_files) COMPLETE
63162024-08-24T16:56:40.616Z[ recovery-image] Aug 24 16:56:39.710 INFO O| Aug 24 16:56:39.710 INFO STEP 795: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63172024-08-24T16:56:40.623Z[ recovery-image] Aug 24 16:56:39.719 INFO O| Aug 24 16:56:39.719 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/topo/plugins/xfp.so"
63182024-08-24T16:56:40.623Z[ recovery-image] Aug 24 16:56:39.719 INFO O| Aug 24 16:56:39.719 INFO STEP 795 (remove_files) COMPLETE
63192024-08-24T16:56:40.623Z[ recovery-image] Aug 24 16:56:39.719 INFO O| Aug 24 16:56:39.719 INFO STEP 796: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63202024-08-24T16:56:40.633Z[ recovery-image] Aug 24 16:56:39.729 INFO O| Aug 24 16:56:39.729 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/bootfs/mount"
63212024-08-24T16:56:40.635Z[ recovery-image] Aug 24 16:56:39.730 INFO O| Aug 24 16:56:39.730 INFO STEP 796 (remove_files) COMPLETE
63222024-08-24T16:56:40.635Z[ recovery-image] Aug 24 16:56:39.730 INFO O| Aug 24 16:56:39.730 INFO STEP 797: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63232024-08-24T16:56:40.644Z[ recovery-image] Aug 24 16:56:39.740 INFO O| Aug 24 16:56:39.740 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/hsfs/fstyp"
63242024-08-24T16:56:40.644Z[ recovery-image] Aug 24 16:56:39.740 INFO O| Aug 24 16:56:39.740 INFO STEP 797 (remove_files) COMPLETE
63252024-08-24T16:56:40.646Z[ recovery-image] Aug 24 16:56:39.740 INFO O| Aug 24 16:56:39.740 INFO STEP 798: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63262024-08-24T16:56:40.654Z[ recovery-image] Aug 24 16:56:39.750 INFO O| Aug 24 16:56:39.750 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/hsfs/fstyp.so.1"
63272024-08-24T16:56:40.654Z[ recovery-image] Aug 24 16:56:39.750 INFO O| Aug 24 16:56:39.750 INFO STEP 798 (remove_files) COMPLETE
63282024-08-24T16:56:40.656Z[ recovery-image] Aug 24 16:56:39.750 INFO O| Aug 24 16:56:39.750 INFO STEP 799: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63292024-08-24T16:56:40.663Z[ recovery-image] Aug 24 16:56:39.760 INFO O| Aug 24 16:56:39.760 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/hsfs/labelit"
63302024-08-24T16:56:40.663Z[ recovery-image] Aug 24 16:56:39.760 INFO O| Aug 24 16:56:39.760 INFO STEP 799 (remove_files) COMPLETE
63312024-08-24T16:56:40.663Z[ recovery-image] Aug 24 16:56:39.760 INFO O| Aug 24 16:56:39.760 INFO STEP 800: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63322024-08-24T16:56:40.673Z[ recovery-image] Aug 24 16:56:39.769 INFO O| Aug 24 16:56:39.769 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/lofs/mount"
63332024-08-24T16:56:40.673Z[ recovery-image] Aug 24 16:56:39.769 INFO O| Aug 24 16:56:39.769 INFO STEP 800 (remove_files) COMPLETE
63342024-08-24T16:56:40.676Z[ recovery-image] Aug 24 16:56:39.769 INFO O| Aug 24 16:56:39.769 INFO STEP 801: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63352024-08-24T16:56:40.683Z[ recovery-image] Aug 24 16:56:39.779 INFO O| Aug 24 16:56:39.779 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/mntfs/mount"
63362024-08-24T16:56:40.686Z[ recovery-image] Aug 24 16:56:39.779 INFO O| Aug 24 16:56:39.779 INFO STEP 801 (remove_files) COMPLETE
63372024-08-24T16:56:40.686Z[ recovery-image] Aug 24 16:56:39.779 INFO O| Aug 24 16:56:39.779 INFO STEP 802: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63382024-08-24T16:56:40.693Z[ recovery-image] Aug 24 16:56:39.789 INFO O| Aug 24 16:56:39.789 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/pcfs/fsck"
63392024-08-24T16:56:40.693Z[ recovery-image] Aug 24 16:56:39.789 INFO O| Aug 24 16:56:39.789 INFO STEP 802 (remove_files) COMPLETE
63402024-08-24T16:56:40.693Z[ recovery-image] Aug 24 16:56:39.789 INFO O| Aug 24 16:56:39.789 INFO STEP 803: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63412024-08-24T16:56:40.706Z[ recovery-image] Aug 24 16:56:39.802 INFO O| Aug 24 16:56:39.802 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/pcfs/fstyp"
63422024-08-24T16:56:40.706Z[ recovery-image] Aug 24 16:56:39.802 INFO O| Aug 24 16:56:39.802 INFO STEP 803 (remove_files) COMPLETE
63432024-08-24T16:56:40.706Z[ recovery-image] Aug 24 16:56:39.802 INFO O| Aug 24 16:56:39.802 INFO STEP 804: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63442024-08-24T16:56:40.716Z[ recovery-image] Aug 24 16:56:39.812 INFO O| Aug 24 16:56:39.812 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/pcfs/fstyp.so.1"
63452024-08-24T16:56:40.716Z[ recovery-image] Aug 24 16:56:39.813 INFO O| Aug 24 16:56:39.812 INFO STEP 804 (remove_files) COMPLETE
63462024-08-24T16:56:40.719Z[ recovery-image] Aug 24 16:56:39.813 INFO O| Aug 24 16:56:39.813 INFO STEP 805: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63472024-08-24T16:56:40.727Z[ recovery-image] Aug 24 16:56:39.823 INFO O| Aug 24 16:56:39.823 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/pcfs/mkfs"
63482024-08-24T16:56:40.727Z[ recovery-image] Aug 24 16:56:39.823 INFO O| Aug 24 16:56:39.823 INFO STEP 805 (remove_files) COMPLETE
63492024-08-24T16:56:40.730Z[ recovery-image] Aug 24 16:56:39.823 INFO O| Aug 24 16:56:39.823 INFO STEP 806: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63502024-08-24T16:56:40.737Z[ recovery-image] Aug 24 16:56:39.833 INFO O| Aug 24 16:56:39.833 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/pcfs/mount"
63512024-08-24T16:56:40.740Z[ recovery-image] Aug 24 16:56:39.834 INFO O| Aug 24 16:56:39.833 INFO STEP 806 (remove_files) COMPLETE
63522024-08-24T16:56:40.740Z[ recovery-image] Aug 24 16:56:39.834 INFO O| Aug 24 16:56:39.833 INFO STEP 807: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63532024-08-24T16:56:40.748Z[ recovery-image] Aug 24 16:56:39.844 INFO O| Aug 24 16:56:39.844 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/sharefs/mount"
63542024-08-24T16:56:40.748Z[ recovery-image] Aug 24 16:56:39.844 INFO O| Aug 24 16:56:39.844 INFO STEP 807 (remove_files) COMPLETE
63552024-08-24T16:56:40.750Z[ recovery-image] Aug 24 16:56:39.844 INFO O| Aug 24 16:56:39.844 INFO STEP 808: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63562024-08-24T16:56:40.759Z[ recovery-image] Aug 24 16:56:39.855 INFO O| Aug 24 16:56:39.855 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/smb/amd64/libshare_smb.so.1"
63572024-08-24T16:56:40.759Z[ recovery-image] Aug 24 16:56:39.855 INFO O| Aug 24 16:56:39.855 INFO STEP 808 (remove_files) COMPLETE
63582024-08-24T16:56:40.759Z[ recovery-image] Aug 24 16:56:39.855 INFO O| Aug 24 16:56:39.855 INFO STEP 809: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63592024-08-24T16:56:40.771Z[ recovery-image] Aug 24 16:56:39.866 INFO O| Aug 24 16:56:39.866 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/smb/libshare_smb.so.1"
63602024-08-24T16:56:40.771Z[ recovery-image] Aug 24 16:56:39.866 INFO O| Aug 24 16:56:39.866 INFO STEP 809 (remove_files) COMPLETE
63612024-08-24T16:56:40.773Z[ recovery-image] Aug 24 16:56:39.866 INFO O| Aug 24 16:56:39.866 INFO STEP 810: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63622024-08-24T16:56:40.780Z[ recovery-image] Aug 24 16:56:39.876 INFO O| Aug 24 16:56:39.876 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/smbfs/amd64/libshare_smbfs.so.1"
63632024-08-24T16:56:40.782Z[ recovery-image] Aug 24 16:56:39.876 INFO O| Aug 24 16:56:39.876 INFO STEP 810 (remove_files) COMPLETE
63642024-08-24T16:56:40.782Z[ recovery-image] Aug 24 16:56:39.876 INFO O| Aug 24 16:56:39.876 INFO STEP 811: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63652024-08-24T16:56:40.789Z[ recovery-image] Aug 24 16:56:39.886 INFO O| Aug 24 16:56:39.886 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/smbfs/dfshares"
63662024-08-24T16:56:40.790Z[ recovery-image] Aug 24 16:56:39.886 INFO O| Aug 24 16:56:39.886 INFO STEP 811 (remove_files) COMPLETE
63672024-08-24T16:56:40.792Z[ recovery-image] Aug 24 16:56:39.886 INFO O| Aug 24 16:56:39.886 INFO STEP 812: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63682024-08-24T16:56:40.799Z[ recovery-image] Aug 24 16:56:39.895 INFO O| Aug 24 16:56:39.895 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/smbfs/libshare_smbfs.so.1"
63692024-08-24T16:56:40.799Z[ recovery-image] Aug 24 16:56:39.896 INFO O| Aug 24 16:56:39.895 INFO STEP 812 (remove_files) COMPLETE
63702024-08-24T16:56:40.799Z[ recovery-image] Aug 24 16:56:39.896 INFO O| Aug 24 16:56:39.896 INFO STEP 813: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63712024-08-24T16:56:40.809Z[ recovery-image] Aug 24 16:56:39.905 INFO O| Aug 24 16:56:39.905 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/smbfs/mount"
63722024-08-24T16:56:40.809Z[ recovery-image] Aug 24 16:56:39.905 INFO O| Aug 24 16:56:39.905 INFO STEP 813 (remove_files) COMPLETE
63732024-08-24T16:56:40.809Z[ recovery-image] Aug 24 16:56:39.905 INFO O| Aug 24 16:56:39.905 INFO STEP 814: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63742024-08-24T16:56:40.819Z[ recovery-image] Aug 24 16:56:39.915 INFO O| Aug 24 16:56:39.915 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/smbfs/share"
63752024-08-24T16:56:40.819Z[ recovery-image] Aug 24 16:56:39.915 INFO O| Aug 24 16:56:39.915 INFO STEP 814 (remove_files) COMPLETE
63762024-08-24T16:56:40.819Z[ recovery-image] Aug 24 16:56:39.915 INFO O| Aug 24 16:56:39.915 INFO STEP 815: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63772024-08-24T16:56:40.828Z[ recovery-image] Aug 24 16:56:39.924 INFO O| Aug 24 16:56:39.924 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/smbfs/umount"
63782024-08-24T16:56:40.828Z[ recovery-image] Aug 24 16:56:39.925 INFO O| Aug 24 16:56:39.924 INFO STEP 815 (remove_files) COMPLETE
63792024-08-24T16:56:40.828Z[ recovery-image] Aug 24 16:56:39.925 INFO O| Aug 24 16:56:39.925 INFO STEP 816: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63802024-08-24T16:56:40.838Z[ recovery-image] Aug 24 16:56:39.934 INFO O| Aug 24 16:56:39.934 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/smbfs/unshare"
63812024-08-24T16:56:40.838Z[ recovery-image] Aug 24 16:56:39.935 INFO O| Aug 24 16:56:39.935 INFO STEP 816 (remove_files) COMPLETE
63822024-08-24T16:56:40.841Z[ recovery-image] Aug 24 16:56:39.935 INFO O| Aug 24 16:56:39.935 INFO STEP 817: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63832024-08-24T16:56:40.848Z[ recovery-image] Aug 24 16:56:39.944 INFO O| Aug 24 16:56:39.944 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/clri"
63842024-08-24T16:56:40.848Z[ recovery-image] Aug 24 16:56:39.944 INFO O| Aug 24 16:56:39.944 INFO STEP 817 (remove_files) COMPLETE
63852024-08-24T16:56:40.848Z[ recovery-image] Aug 24 16:56:39.944 INFO O| Aug 24 16:56:39.944 INFO STEP 818: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63862024-08-24T16:56:40.858Z[ recovery-image] Aug 24 16:56:39.954 INFO O| Aug 24 16:56:39.954 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/dcopy"
63872024-08-24T16:56:40.858Z[ recovery-image] Aug 24 16:56:39.954 INFO O| Aug 24 16:56:39.954 INFO STEP 818 (remove_files) COMPLETE
63882024-08-24T16:56:40.861Z[ recovery-image] Aug 24 16:56:39.954 INFO O| Aug 24 16:56:39.954 INFO STEP 819: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63892024-08-24T16:56:40.868Z[ recovery-image] Aug 24 16:56:39.964 INFO O| Aug 24 16:56:39.964 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/df"
63902024-08-24T16:56:40.868Z[ recovery-image] Aug 24 16:56:39.964 INFO O| Aug 24 16:56:39.964 INFO STEP 819 (remove_files) COMPLETE
63912024-08-24T16:56:40.870Z[ recovery-image] Aug 24 16:56:39.964 INFO O| Aug 24 16:56:39.964 INFO STEP 820: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63922024-08-24T16:56:40.877Z[ recovery-image] Aug 24 16:56:39.974 INFO O| Aug 24 16:56:39.973 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/edquota"
63932024-08-24T16:56:40.877Z[ recovery-image] Aug 24 16:56:39.974 INFO O| Aug 24 16:56:39.974 INFO STEP 820 (remove_files) COMPLETE
63942024-08-24T16:56:40.880Z[ recovery-image] Aug 24 16:56:39.974 INFO O| Aug 24 16:56:39.974 INFO STEP 821: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63952024-08-24T16:56:40.887Z[ recovery-image] Aug 24 16:56:39.983 INFO O| Aug 24 16:56:39.983 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/ff"
63962024-08-24T16:56:40.887Z[ recovery-image] Aug 24 16:56:39.983 INFO O| Aug 24 16:56:39.983 INFO STEP 821 (remove_files) COMPLETE
63972024-08-24T16:56:40.887Z[ recovery-image] Aug 24 16:56:39.983 INFO O| Aug 24 16:56:39.983 INFO STEP 822: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63982024-08-24T16:56:40.897Z[ recovery-image] Aug 24 16:56:39.993 INFO O| Aug 24 16:56:39.993 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/fsck"
63992024-08-24T16:56:40.897Z[ recovery-image] Aug 24 16:56:39.993 INFO O| Aug 24 16:56:39.993 INFO STEP 822 (remove_files) COMPLETE
64002024-08-24T16:56:40.900Z[ recovery-image] Aug 24 16:56:39.993 INFO O| Aug 24 16:56:39.993 INFO STEP 823: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64012024-08-24T16:56:40.907Z[ recovery-image] Aug 24 16:56:40.003 INFO O| Aug 24 16:56:40.003 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/fsckall"
64022024-08-24T16:56:40.907Z[ recovery-image] Aug 24 16:56:40.003 INFO O| Aug 24 16:56:40.003 INFO STEP 823 (remove_files) COMPLETE
64032024-08-24T16:56:40.910Z[ recovery-image] Aug 24 16:56:40.003 INFO O| Aug 24 16:56:40.003 INFO STEP 824: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64042024-08-24T16:56:40.919Z[ recovery-image] Aug 24 16:56:40.014 INFO O| Aug 24 16:56:40.014 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/fsdb"
64052024-08-24T16:56:40.919Z[ recovery-image] Aug 24 16:56:40.014 INFO O| Aug 24 16:56:40.014 INFO STEP 824 (remove_files) COMPLETE
64062024-08-24T16:56:40.919Z[ recovery-image] Aug 24 16:56:40.014 INFO O| Aug 24 16:56:40.014 INFO STEP 825: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64072024-08-24T16:56:40.927Z[ recovery-image] Aug 24 16:56:40.023 INFO O| Aug 24 16:56:40.023 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/fsirand"
64082024-08-24T16:56:40.927Z[ recovery-image] Aug 24 16:56:40.023 INFO O| Aug 24 16:56:40.023 INFO STEP 825 (remove_files) COMPLETE
64092024-08-24T16:56:40.930Z[ recovery-image] Aug 24 16:56:40.023 INFO O| Aug 24 16:56:40.023 INFO STEP 826: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64102024-08-24T16:56:40.937Z[ recovery-image] Aug 24 16:56:40.033 INFO O| Aug 24 16:56:40.033 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/fssnap"
64112024-08-24T16:56:40.937Z[ recovery-image] Aug 24 16:56:40.033 INFO O| Aug 24 16:56:40.033 INFO STEP 826 (remove_files) COMPLETE
64122024-08-24T16:56:40.939Z[ recovery-image] Aug 24 16:56:40.033 INFO O| Aug 24 16:56:40.033 INFO STEP 827: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64132024-08-24T16:56:40.946Z[ recovery-image] Aug 24 16:56:40.043 INFO O| Aug 24 16:56:40.043 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/fstyp"
64142024-08-24T16:56:40.949Z[ recovery-image] Aug 24 16:56:40.043 INFO O| Aug 24 16:56:40.043 INFO STEP 827 (remove_files) COMPLETE
64152024-08-24T16:56:40.949Z[ recovery-image] Aug 24 16:56:40.043 INFO O| Aug 24 16:56:40.043 INFO STEP 828: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64162024-08-24T16:56:40.956Z[ recovery-image] Aug 24 16:56:40.052 INFO O| Aug 24 16:56:40.052 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/fstyp.so.1"
64172024-08-24T16:56:40.959Z[ recovery-image] Aug 24 16:56:40.052 INFO O| Aug 24 16:56:40.052 INFO STEP 828 (remove_files) COMPLETE
64182024-08-24T16:56:40.959Z[ recovery-image] Aug 24 16:56:40.052 INFO O| Aug 24 16:56:40.052 INFO STEP 829: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64192024-08-24T16:56:40.966Z[ recovery-image] Aug 24 16:56:40.062 INFO O| Aug 24 16:56:40.062 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/labelit"
64202024-08-24T16:56:40.966Z[ recovery-image] Aug 24 16:56:40.062 INFO O| Aug 24 16:56:40.062 INFO STEP 829 (remove_files) COMPLETE
64212024-08-24T16:56:40.968Z[ recovery-image] Aug 24 16:56:40.062 INFO O| Aug 24 16:56:40.062 INFO STEP 830: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64222024-08-24T16:56:40.975Z[ recovery-image] Aug 24 16:56:40.072 INFO O| Aug 24 16:56:40.072 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/lockfs"
64232024-08-24T16:56:40.975Z[ recovery-image] Aug 24 16:56:40.072 INFO O| Aug 24 16:56:40.072 INFO STEP 830 (remove_files) COMPLETE
64242024-08-24T16:56:40.975Z[ recovery-image] Aug 24 16:56:40.072 INFO O| Aug 24 16:56:40.072 INFO STEP 831: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64252024-08-24T16:56:40.985Z[ recovery-image] Aug 24 16:56:40.081 INFO O| Aug 24 16:56:40.081 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/mkfs"
64262024-08-24T16:56:40.985Z[ recovery-image] Aug 24 16:56:40.082 INFO O| Aug 24 16:56:40.081 INFO STEP 831 (remove_files) COMPLETE
64272024-08-24T16:56:40.988Z[ recovery-image] Aug 24 16:56:40.082 INFO O| Aug 24 16:56:40.082 INFO STEP 832: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64282024-08-24T16:56:40.995Z[ recovery-image] Aug 24 16:56:40.091 INFO O| Aug 24 16:56:40.091 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/ncheck"
64292024-08-24T16:56:40.995Z[ recovery-image] Aug 24 16:56:40.091 INFO O| Aug 24 16:56:40.091 INFO STEP 832 (remove_files) COMPLETE
64302024-08-24T16:56:40.998Z[ recovery-image] Aug 24 16:56:40.091 INFO O| Aug 24 16:56:40.091 INFO STEP 833: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64312024-08-24T16:56:41.005Z[ recovery-image] Aug 24 16:56:40.101 INFO O| Aug 24 16:56:40.101 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/newfs"
64322024-08-24T16:56:41.005Z[ recovery-image] Aug 24 16:56:40.101 INFO O| Aug 24 16:56:40.101 INFO STEP 833 (remove_files) COMPLETE
64332024-08-24T16:56:41.005Z[ recovery-image] Aug 24 16:56:40.101 INFO O| Aug 24 16:56:40.101 INFO STEP 834: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64342024-08-24T16:56:41.015Z[ recovery-image] Aug 24 16:56:40.111 INFO O| Aug 24 16:56:40.111 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/quot"
64352024-08-24T16:56:41.015Z[ recovery-image] Aug 24 16:56:40.111 INFO O| Aug 24 16:56:40.111 INFO STEP 834 (remove_files) COMPLETE
64362024-08-24T16:56:41.017Z[ recovery-image] Aug 24 16:56:40.111 INFO O| Aug 24 16:56:40.111 INFO STEP 835: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64372024-08-24T16:56:41.024Z[ recovery-image] Aug 24 16:56:40.121 INFO O| Aug 24 16:56:40.121 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/quotacheck"
64382024-08-24T16:56:41.024Z[ recovery-image] Aug 24 16:56:40.121 INFO O| Aug 24 16:56:40.121 INFO STEP 835 (remove_files) COMPLETE
64392024-08-24T16:56:41.024Z[ recovery-image] Aug 24 16:56:40.121 INFO O| Aug 24 16:56:40.121 INFO STEP 836: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64402024-08-24T16:56:41.034Z[ recovery-image] Aug 24 16:56:40.130 INFO O| Aug 24 16:56:40.130 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/quotaoff"
64412024-08-24T16:56:41.034Z[ recovery-image] Aug 24 16:56:40.131 INFO O| Aug 24 16:56:40.131 INFO STEP 836 (remove_files) COMPLETE
64422024-08-24T16:56:41.037Z[ recovery-image] Aug 24 16:56:40.131 INFO O| Aug 24 16:56:40.131 INFO STEP 837: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64432024-08-24T16:56:41.044Z[ recovery-image] Aug 24 16:56:40.140 INFO O| Aug 24 16:56:40.140 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/quotaon"
64442024-08-24T16:56:41.044Z[ recovery-image] Aug 24 16:56:40.141 INFO O| Aug 24 16:56:40.140 INFO STEP 837 (remove_files) COMPLETE
64452024-08-24T16:56:41.044Z[ recovery-image] Aug 24 16:56:40.141 INFO O| Aug 24 16:56:40.141 INFO STEP 838: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64462024-08-24T16:56:41.054Z[ recovery-image] Aug 24 16:56:40.150 INFO O| Aug 24 16:56:40.150 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/repquota"
64472024-08-24T16:56:41.054Z[ recovery-image] Aug 24 16:56:40.150 INFO O| Aug 24 16:56:40.150 INFO STEP 838 (remove_files) COMPLETE
64482024-08-24T16:56:41.057Z[ recovery-image] Aug 24 16:56:40.150 INFO O| Aug 24 16:56:40.150 INFO STEP 839: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64492024-08-24T16:56:41.065Z[ recovery-image] Aug 24 16:56:40.161 INFO O| Aug 24 16:56:40.161 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/tunefs"
64502024-08-24T16:56:41.065Z[ recovery-image] Aug 24 16:56:40.161 INFO O| Aug 24 16:56:40.161 INFO STEP 839 (remove_files) COMPLETE
64512024-08-24T16:56:41.065Z[ recovery-image] Aug 24 16:56:40.161 INFO O| Aug 24 16:56:40.161 INFO STEP 840: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64522024-08-24T16:56:41.077Z[ recovery-image] Aug 24 16:56:40.173 INFO O| Aug 24 16:56:40.173 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/ufsdump"
64532024-08-24T16:56:41.077Z[ recovery-image] Aug 24 16:56:40.173 INFO O| Aug 24 16:56:40.173 INFO STEP 840 (remove_files) COMPLETE
64542024-08-24T16:56:41.080Z[ recovery-image] Aug 24 16:56:40.173 INFO O| Aug 24 16:56:40.173 INFO STEP 841: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64552024-08-24T16:56:41.087Z[ recovery-image] Aug 24 16:56:40.184 INFO O| Aug 24 16:56:40.184 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/ufsrestore"
64562024-08-24T16:56:41.087Z[ recovery-image] Aug 24 16:56:40.184 INFO O| Aug 24 16:56:40.184 INFO STEP 841 (remove_files) COMPLETE
64572024-08-24T16:56:41.088Z[ recovery-image] Aug 24 16:56:40.184 INFO O| Aug 24 16:56:40.184 INFO STEP 842: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64582024-08-24T16:56:41.098Z[ recovery-image] Aug 24 16:56:40.195 INFO O| Aug 24 16:56:40.195 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/volcopy"
64592024-08-24T16:56:41.101Z[ recovery-image] Aug 24 16:56:40.195 INFO O| Aug 24 16:56:40.195 INFO STEP 842 (remove_files) COMPLETE
64602024-08-24T16:56:41.101Z[ recovery-image] Aug 24 16:56:40.195 INFO O| Aug 24 16:56:40.195 INFO STEP 843: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64612024-08-24T16:56:41.109Z[ recovery-image] Aug 24 16:56:40.206 INFO O| Aug 24 16:56:40.206 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/gss/dh1024-0.so.1"
64622024-08-24T16:56:41.110Z[ recovery-image] Aug 24 16:56:40.206 INFO O| Aug 24 16:56:40.206 INFO STEP 843 (remove_files) COMPLETE
64632024-08-24T16:56:41.112Z[ recovery-image] Aug 24 16:56:40.206 INFO O| Aug 24 16:56:40.206 INFO STEP 844: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64642024-08-24T16:56:41.120Z[ recovery-image] Aug 24 16:56:40.217 INFO O| Aug 24 16:56:40.217 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/gss/dh640-0.so.1"
64652024-08-24T16:56:41.120Z[ recovery-image] Aug 24 16:56:40.217 INFO O| Aug 24 16:56:40.217 INFO STEP 844 (remove_files) COMPLETE
64662024-08-24T16:56:41.123Z[ recovery-image] Aug 24 16:56:40.217 INFO O| Aug 24 16:56:40.217 INFO STEP 845: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64672024-08-24T16:56:41.132Z[ recovery-image] Aug 24 16:56:40.228 INFO O| Aug 24 16:56:40.228 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/gss/gsscred_clean"
64682024-08-24T16:56:41.132Z[ recovery-image] Aug 24 16:56:40.228 INFO O| Aug 24 16:56:40.228 INFO STEP 845 (remove_files) COMPLETE
64692024-08-24T16:56:41.132Z[ recovery-image] Aug 24 16:56:40.228 INFO O| Aug 24 16:56:40.228 INFO STEP 846: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64702024-08-24T16:56:41.145Z[ recovery-image] Aug 24 16:56:40.241 INFO O| Aug 24 16:56:40.241 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/gss/gssd"
64712024-08-24T16:56:41.145Z[ recovery-image] Aug 24 16:56:40.241 INFO O| Aug 24 16:56:40.241 INFO STEP 846 (remove_files) COMPLETE
64722024-08-24T16:56:41.145Z[ recovery-image] Aug 24 16:56:40.241 INFO O| Aug 24 16:56:40.241 INFO STEP 847: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64732024-08-24T16:56:41.158Z[ recovery-image] Aug 24 16:56:40.254 INFO O| Aug 24 16:56:40.254 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/gss/mech_dh.so.1"
64742024-08-24T16:56:41.158Z[ recovery-image] Aug 24 16:56:40.254 INFO O| Aug 24 16:56:40.254 INFO STEP 847 (remove_files) COMPLETE
64752024-08-24T16:56:41.160Z[ recovery-image] Aug 24 16:56:40.254 INFO O| Aug 24 16:56:40.254 INFO STEP 848: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64762024-08-24T16:56:41.169Z[ recovery-image] Aug 24 16:56:40.265 INFO O| Aug 24 16:56:40.265 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/gss/mech_krb5.so.1"
64772024-08-24T16:56:41.172Z[ recovery-image] Aug 24 16:56:40.265 INFO O| Aug 24 16:56:40.265 INFO STEP 848 (remove_files) COMPLETE
64782024-08-24T16:56:41.172Z[ recovery-image] Aug 24 16:56:40.265 INFO O| Aug 24 16:56:40.265 INFO STEP 849: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64792024-08-24T16:56:41.179Z[ recovery-image] Aug 24 16:56:40.276 INFO O| Aug 24 16:56:40.276 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/gss/mech_spnego.so.1"
64802024-08-24T16:56:41.179Z[ recovery-image] Aug 24 16:56:40.276 INFO O| Aug 24 16:56:40.276 INFO STEP 849 (remove_files) COMPLETE
64812024-08-24T16:56:41.182Z[ recovery-image] Aug 24 16:56:40.276 INFO O| Aug 24 16:56:40.276 INFO STEP 850: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64822024-08-24T16:56:41.189Z[ recovery-image] Aug 24 16:56:40.286 INFO O| Aug 24 16:56:40.286 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/inet/amd64/in.iked"
64832024-08-24T16:56:41.192Z[ recovery-image] Aug 24 16:56:40.286 INFO O| Aug 24 16:56:40.286 INFO STEP 850 (remove_files) COMPLETE
64842024-08-24T16:56:41.192Z[ recovery-image] Aug 24 16:56:40.286 INFO O| Aug 24 16:56:40.286 INFO STEP 851: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64852024-08-24T16:56:41.200Z[ recovery-image] Aug 24 16:56:40.296 INFO O| Aug 24 16:56:40.296 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/inet/certdb"
64862024-08-24T16:56:41.200Z[ recovery-image] Aug 24 16:56:40.296 INFO O| Aug 24 16:56:40.296 INFO STEP 851 (remove_files) COMPLETE
64872024-08-24T16:56:41.200Z[ recovery-image] Aug 24 16:56:40.296 INFO O| Aug 24 16:56:40.296 INFO STEP 852: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64882024-08-24T16:56:41.210Z[ recovery-image] Aug 24 16:56:40.306 INFO O| Aug 24 16:56:40.306 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/inet/certlocal"
64892024-08-24T16:56:41.210Z[ recovery-image] Aug 24 16:56:40.306 INFO O| Aug 24 16:56:40.306 INFO STEP 852 (remove_files) COMPLETE
64902024-08-24T16:56:41.210Z[ recovery-image] Aug 24 16:56:40.306 INFO O| Aug 24 16:56:40.306 INFO STEP 853: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64912024-08-24T16:56:41.220Z[ recovery-image] Aug 24 16:56:40.316 INFO O| Aug 24 16:56:40.316 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/inet/certrldb"
64922024-08-24T16:56:41.220Z[ recovery-image] Aug 24 16:56:40.316 INFO O| Aug 24 16:56:40.316 INFO STEP 853 (remove_files) COMPLETE
64932024-08-24T16:56:41.220Z[ recovery-image] Aug 24 16:56:40.316 INFO O| Aug 24 16:56:40.316 INFO STEP 854: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64942024-08-24T16:56:41.229Z[ recovery-image] Aug 24 16:56:40.326 INFO O| Aug 24 16:56:40.326 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/inet/in.iked"
64952024-08-24T16:56:41.229Z[ recovery-image] Aug 24 16:56:40.326 INFO O| Aug 24 16:56:40.326 INFO STEP 854 (remove_files) COMPLETE
64962024-08-24T16:56:41.229Z[ recovery-image] Aug 24 16:56:40.326 INFO O| Aug 24 16:56:40.326 INFO STEP 855: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64972024-08-24T16:56:41.239Z[ recovery-image] Aug 24 16:56:40.335 INFO O| Aug 24 16:56:40.335 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/inet/in.ripngd"
64982024-08-24T16:56:41.239Z[ recovery-image] Aug 24 16:56:40.335 INFO O| Aug 24 16:56:40.335 INFO STEP 855 (remove_files) COMPLETE
64992024-08-24T16:56:41.239Z[ recovery-image] Aug 24 16:56:40.335 INFO O| Aug 24 16:56:40.335 INFO STEP 856: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65002024-08-24T16:56:41.249Z[ recovery-image] Aug 24 16:56:40.345 INFO O| Aug 24 16:56:40.345 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/inet/inetd"
65012024-08-24T16:56:41.249Z[ recovery-image] Aug 24 16:56:40.345 INFO O| Aug 24 16:56:40.345 INFO STEP 856 (remove_files) COMPLETE
65022024-08-24T16:56:41.252Z[ recovery-image] Aug 24 16:56:40.345 INFO O| Aug 24 16:56:40.345 INFO STEP 857: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65032024-08-24T16:56:41.259Z[ recovery-image] Aug 24 16:56:40.355 INFO O| Aug 24 16:56:40.355 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/krb5/amd64/libkadm5clnt.so.1"
65042024-08-24T16:56:41.261Z[ recovery-image] Aug 24 16:56:40.355 INFO O| Aug 24 16:56:40.355 INFO STEP 857 (remove_files) COMPLETE
65052024-08-24T16:56:41.261Z[ recovery-image] Aug 24 16:56:40.355 INFO O| Aug 24 16:56:40.355 INFO STEP 858: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65062024-08-24T16:56:41.268Z[ recovery-image] Aug 24 16:56:40.365 INFO O| Aug 24 16:56:40.364 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/krb5/ktkt_warnd"
65072024-08-24T16:56:41.271Z[ recovery-image] Aug 24 16:56:40.365 INFO O| Aug 24 16:56:40.365 INFO STEP 858 (remove_files) COMPLETE
65082024-08-24T16:56:41.271Z[ recovery-image] Aug 24 16:56:40.365 INFO O| Aug 24 16:56:40.365 INFO STEP 859: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65092024-08-24T16:56:41.278Z[ recovery-image] Aug 24 16:56:40.374 INFO O| Aug 24 16:56:40.374 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/krb5/libkadm5clnt.so.1"
65102024-08-24T16:56:41.281Z[ recovery-image] Aug 24 16:56:40.374 INFO O| Aug 24 16:56:40.374 INFO STEP 859 (remove_files) COMPLETE
65112024-08-24T16:56:41.281Z[ recovery-image] Aug 24 16:56:40.374 INFO O| Aug 24 16:56:40.374 INFO STEP 860: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65122024-08-24T16:56:41.288Z[ recovery-image] Aug 24 16:56:40.384 INFO O| Aug 24 16:56:40.384 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/krb5/libss.so.1"
65132024-08-24T16:56:41.288Z[ recovery-image] Aug 24 16:56:40.384 INFO O| Aug 24 16:56:40.384 INFO STEP 860 (remove_files) COMPLETE
65142024-08-24T16:56:41.288Z[ recovery-image] Aug 24 16:56:40.384 INFO O| Aug 24 16:56:40.384 INFO STEP 861: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65152024-08-24T16:56:41.293Z[ host-image] Aug 24 16:56:40.390 INFO O| Aug 24 16:56:40.390 INFO O| Planning: Solver setup ... Done
65162024-08-24T16:56:41.298Z[ host-image] Aug 24 16:56:40.393 INFO O| Aug 24 16:56:40.393 INFO O| Planning: Running solver ... Done
65172024-08-24T16:56:41.300Z[ recovery-image] Aug 24 16:56:40.393 INFO O| Aug 24 16:56:40.393 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/krb5/plugins/preauth/pkinit.so.1"
65182024-08-24T16:56:41.301Z[ recovery-image] Aug 24 16:56:40.394 INFO O| Aug 24 16:56:40.394 INFO STEP 861 (remove_files) COMPLETE
65192024-08-24T16:56:41.301Z[ recovery-image] Aug 24 16:56:40.394 INFO O| Aug 24 16:56:40.394 INFO STEP 862: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65202024-08-24T16:56:41.308Z[ recovery-image] Aug 24 16:56:40.404 INFO O| Aug 24 16:56:40.404 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/ld/map.above4G"
65212024-08-24T16:56:41.308Z[ recovery-image] Aug 24 16:56:40.404 INFO O| Aug 24 16:56:40.404 INFO STEP 862 (remove_files) COMPLETE
65222024-08-24T16:56:41.308Z[ recovery-image] Aug 24 16:56:40.404 INFO O| Aug 24 16:56:40.404 INFO STEP 863: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65232024-08-24T16:56:41.318Z[ recovery-image] Aug 24 16:56:40.414 INFO O| Aug 24 16:56:40.414 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/ld/map.below4G"
65242024-08-24T16:56:41.320Z[ recovery-image] Aug 24 16:56:40.414 INFO O| Aug 24 16:56:40.414 INFO STEP 863 (remove_files) COMPLETE
65252024-08-24T16:56:41.320Z[ recovery-image] Aug 24 16:56:40.414 INFO O| Aug 24 16:56:40.414 INFO STEP 864: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65262024-08-24T16:56:41.328Z[ recovery-image] Aug 24 16:56:40.424 INFO O| Aug 24 16:56:40.424 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/ld/map.bssalign"
65272024-08-24T16:56:41.328Z[ recovery-image] Aug 24 16:56:40.424 INFO O| Aug 24 16:56:40.424 INFO STEP 864 (remove_files) COMPLETE
65282024-08-24T16:56:41.328Z[ recovery-image] Aug 24 16:56:40.424 INFO O| Aug 24 16:56:40.424 INFO STEP 865: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65292024-08-24T16:56:41.337Z[ host-image] Aug 24 16:56:40.433 INFO O| Aug 24 16:56:40.433 INFO O| Planning: Finding local manifests ... Done
65302024-08-24T16:56:41.339Z[ host-image] Aug 24 16:56:40.434 INFO O| Aug 24 16:56:40.434 INFO O| Planning: Fetching manifests: 0/1 0% complete
65312024-08-24T16:56:41.339Z[ recovery-image] Aug 24 16:56:40.434 INFO O| Aug 24 16:56:40.434 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/ld/map.default"
65322024-08-24T16:56:41.339Z[ recovery-image] Aug 24 16:56:40.434 INFO O| Aug 24 16:56:40.434 INFO STEP 865 (remove_files) COMPLETE
65332024-08-24T16:56:41.339Z[ recovery-image] Aug 24 16:56:40.434 INFO O| Aug 24 16:56:40.434 INFO STEP 866: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65342024-08-24T16:56:41.349Z[ recovery-image] Aug 24 16:56:40.444 INFO O| Aug 24 16:56:40.444 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/ld/map.execdata"
65352024-08-24T16:56:41.349Z[ recovery-image] Aug 24 16:56:40.444 INFO O| Aug 24 16:56:40.444 INFO STEP 866 (remove_files) COMPLETE
65362024-08-24T16:56:41.351Z[ recovery-image] Aug 24 16:56:40.444 INFO O| Aug 24 16:56:40.444 INFO STEP 867: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65372024-08-24T16:56:41.357Z[ recovery-image] Aug 24 16:56:40.454 INFO O| Aug 24 16:56:40.454 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/ld/map.filter"
65382024-08-24T16:56:41.360Z[ recovery-image] Aug 24 16:56:40.454 INFO O| Aug 24 16:56:40.454 INFO STEP 867 (remove_files) COMPLETE
65392024-08-24T16:56:41.360Z[ recovery-image] Aug 24 16:56:40.454 INFO O| Aug 24 16:56:40.454 INFO STEP 868: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65402024-08-24T16:56:41.367Z[ recovery-image] Aug 24 16:56:40.464 INFO O| Aug 24 16:56:40.463 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/ld/map.noexbss"
65412024-08-24T16:56:41.370Z[ recovery-image] Aug 24 16:56:40.464 INFO O| Aug 24 16:56:40.464 INFO STEP 868 (remove_files) COMPLETE
65422024-08-24T16:56:41.370Z[ recovery-image] Aug 24 16:56:40.464 INFO O| Aug 24 16:56:40.464 INFO STEP 869: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65432024-08-24T16:56:41.377Z[ recovery-image] Aug 24 16:56:40.473 INFO O| Aug 24 16:56:40.473 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/ld/map.noexdata"
65442024-08-24T16:56:41.380Z[ recovery-image] Aug 24 16:56:40.473 INFO O| Aug 24 16:56:40.473 INFO STEP 869 (remove_files) COMPLETE
65452024-08-24T16:56:41.380Z[ recovery-image] Aug 24 16:56:40.473 INFO O| Aug 24 16:56:40.473 INFO STEP 870: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65462024-08-24T16:56:41.387Z[ recovery-image] Aug 24 16:56:40.483 INFO O| Aug 24 16:56:40.483 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/ld/map.noexstk"
65472024-08-24T16:56:41.387Z[ recovery-image] Aug 24 16:56:40.483 INFO O| Aug 24 16:56:40.483 INFO STEP 870 (remove_files) COMPLETE
65482024-08-24T16:56:41.390Z[ recovery-image] Aug 24 16:56:40.483 INFO O| Aug 24 16:56:40.483 INFO STEP 871: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65492024-08-24T16:56:41.397Z[ recovery-image] Aug 24 16:56:40.493 INFO O| Aug 24 16:56:40.493 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/ld/map.pagealign"
65502024-08-24T16:56:41.399Z[ recovery-image] Aug 24 16:56:40.493 INFO O| Aug 24 16:56:40.493 INFO STEP 871 (remove_files) COMPLETE
65512024-08-24T16:56:41.399Z[ recovery-image] Aug 24 16:56:40.493 INFO O| Aug 24 16:56:40.493 INFO STEP 872: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65522024-08-24T16:56:41.402Z[ host-image] Aug 24 16:56:40.497 INFO O| Aug 24 16:56:40.497 INFO O| Planning: Fetching manifests: 1/1 100% complete
65532024-08-24T16:56:41.408Z[ recovery-image] Aug 24 16:56:40.503 INFO O| Aug 24 16:56:40.503 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/libc/libc_hwcap1.so.1"
65542024-08-24T16:56:41.411Z[ recovery-image] Aug 24 16:56:40.504 INFO O| Aug 24 16:56:40.504 INFO STEP 872 (remove_files) COMPLETE
65552024-08-24T16:56:41.411Z[ recovery-image] Aug 24 16:56:40.504 INFO O| Aug 24 16:56:40.504 INFO STEP 873: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65562024-08-24T16:56:41.417Z[ recovery-image] Aug 24 16:56:40.514 INFO O| Aug 24 16:56:40.513 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/libc/libc_hwcap3.so.1"
65572024-08-24T16:56:41.420Z[ recovery-image] Aug 24 16:56:40.514 INFO O| Aug 24 16:56:40.514 INFO STEP 873 (remove_files) COMPLETE
65582024-08-24T16:56:41.420Z[ recovery-image] Aug 24 16:56:40.514 INFO O| Aug 24 16:56:40.514 INFO STEP 874: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65592024-08-24T16:56:41.420Z[ host-image] Aug 24 16:56:40.515 INFO O| Aug 24 16:56:40.515 INFO O| Planning: Package planning ... Done
65602024-08-24T16:56:41.420Z[ host-image] Aug 24 16:56:40.516 INFO O| Aug 24 16:56:40.516 INFO O| Planning: Merging actions ... Done
65612024-08-24T16:56:41.428Z[ recovery-image] Aug 24 16:56:40.523 INFO O| Aug 24 16:56:40.523 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/link_audit/amd64/ldprof.so.1"
65622024-08-24T16:56:41.430Z[ recovery-image] Aug 24 16:56:40.524 INFO O| Aug 24 16:56:40.524 INFO STEP 874 (remove_files) COMPLETE
65632024-08-24T16:56:41.430Z[ recovery-image] Aug 24 16:56:40.524 INFO O| Aug 24 16:56:40.524 INFO STEP 875: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65642024-08-24T16:56:41.437Z[ recovery-image] Aug 24 16:56:40.533 INFO O| Aug 24 16:56:40.533 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/link_audit/amd64/truss.so.1"
65652024-08-24T16:56:41.437Z[ recovery-image] Aug 24 16:56:40.533 INFO O| Aug 24 16:56:40.533 INFO STEP 875 (remove_files) COMPLETE
65662024-08-24T16:56:41.440Z[ recovery-image] Aug 24 16:56:40.533 INFO O| Aug 24 16:56:40.533 INFO STEP 876: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65672024-08-24T16:56:41.448Z[ recovery-image] Aug 24 16:56:40.544 INFO O| Aug 24 16:56:40.544 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/link_audit/amd64/who.so.1"
65682024-08-24T16:56:41.448Z[ recovery-image] Aug 24 16:56:40.544 INFO O| Aug 24 16:56:40.544 INFO STEP 876 (remove_files) COMPLETE
65692024-08-24T16:56:41.451Z[ recovery-image] Aug 24 16:56:40.544 INFO O| Aug 24 16:56:40.544 INFO STEP 877: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65702024-08-24T16:56:41.458Z[ recovery-image] Aug 24 16:56:40.554 INFO O| Aug 24 16:56:40.554 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/link_audit/ldprof.so.1"
65712024-08-24T16:56:41.458Z[ recovery-image] Aug 24 16:56:40.555 INFO O| Aug 24 16:56:40.554 INFO STEP 877 (remove_files) COMPLETE
65722024-08-24T16:56:41.461Z[ recovery-image] Aug 24 16:56:40.555 INFO O| Aug 24 16:56:40.554 INFO STEP 878: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65732024-08-24T16:56:41.469Z[ recovery-image] Aug 24 16:56:40.565 INFO O| Aug 24 16:56:40.565 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/link_audit/truss.so.1"
65742024-08-24T16:56:41.469Z[ recovery-image] Aug 24 16:56:40.565 INFO O| Aug 24 16:56:40.565 INFO STEP 878 (remove_files) COMPLETE
65752024-08-24T16:56:41.471Z[ recovery-image] Aug 24 16:56:40.565 INFO O| Aug 24 16:56:40.565 INFO STEP 879: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65762024-08-24T16:56:41.479Z[ recovery-image] Aug 24 16:56:40.575 INFO O| Aug 24 16:56:40.575 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/link_audit/who.so.1"
65772024-08-24T16:56:41.479Z[ recovery-image] Aug 24 16:56:40.575 INFO O| Aug 24 16:56:40.575 INFO STEP 879 (remove_files) COMPLETE
65782024-08-24T16:56:41.479Z[ recovery-image] Aug 24 16:56:40.575 INFO O| Aug 24 16:56:40.575 INFO STEP 880: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65792024-08-24T16:56:41.481Z[ host-image] Aug 24 16:56:40.577 INFO O| Aug 24 16:56:40.577 INFO O| Planning: Checking for conflicting actions ... Done
65802024-08-24T16:56:41.481Z[ host-image] Aug 24 16:56:40.577 INFO O| Aug 24 16:56:40.577 INFO O| Planning: Consolidating action changes ... Done
65812024-08-24T16:56:41.490Z[ recovery-image] Aug 24 16:56:40.585 INFO O| Aug 24 16:56:40.585 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/pci/pcidb"
65822024-08-24T16:56:41.490Z[ recovery-image] Aug 24 16:56:40.586 INFO O| Aug 24 16:56:40.586 INFO STEP 880 (remove_files) COMPLETE
65832024-08-24T16:56:41.493Z[ recovery-image] Aug 24 16:56:40.586 INFO O| Aug 24 16:56:40.586 INFO STEP 881: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65842024-08-24T16:56:41.499Z[ recovery-image] Aug 24 16:56:40.595 INFO O| Aug 24 16:56:40.595 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/pci/pcidr_plugin.so"
65852024-08-24T16:56:41.502Z[ recovery-image] Aug 24 16:56:40.596 INFO O| Aug 24 16:56:40.595 INFO STEP 881 (remove_files) COMPLETE
65862024-08-24T16:56:41.502Z[ recovery-image] Aug 24 16:56:40.596 INFO O| Aug 24 16:56:40.596 INFO STEP 882: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65872024-08-24T16:56:41.509Z[ recovery-image] Aug 24 16:56:40.605 INFO O| Aug 24 16:56:40.605 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/pci/pcieb"
65882024-08-24T16:56:41.509Z[ recovery-image] Aug 24 16:56:40.605 INFO O| Aug 24 16:56:40.605 INFO STEP 882 (remove_files) COMPLETE
65892024-08-24T16:56:41.509Z[ recovery-image] Aug 24 16:56:40.605 INFO O| Aug 24 16:56:40.605 INFO STEP 883: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65902024-08-24T16:56:41.519Z[ recovery-image] Aug 24 16:56:40.615 INFO O| Aug 24 16:56:40.615 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/raidcfg/amd64/mpt.so.1"
65912024-08-24T16:56:41.522Z[ recovery-image] Aug 24 16:56:40.615 INFO O| Aug 24 16:56:40.615 INFO STEP 883 (remove_files) COMPLETE
65922024-08-24T16:56:41.522Z[ recovery-image] Aug 24 16:56:40.615 INFO O| Aug 24 16:56:40.615 INFO STEP 884: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65932024-08-24T16:56:41.529Z[ recovery-image] Aug 24 16:56:40.625 INFO O| Aug 24 16:56:40.625 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/raidcfg/mpt.so.1"
65942024-08-24T16:56:41.531Z[ recovery-image] Aug 24 16:56:40.625 INFO O| Aug 24 16:56:40.625 INFO STEP 884 (remove_files) COMPLETE
65952024-08-24T16:56:41.531Z[ recovery-image] Aug 24 16:56:40.625 INFO O| Aug 24 16:56:40.625 INFO STEP 885: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65962024-08-24T16:56:41.539Z[ recovery-image] Aug 24 16:56:40.635 INFO O| Aug 24 16:56:40.635 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/reparse/libreparse_smb.so.1"
65972024-08-24T16:56:41.539Z[ recovery-image] Aug 24 16:56:40.635 INFO O| Aug 24 16:56:40.635 INFO STEP 885 (remove_files) COMPLETE
65982024-08-24T16:56:41.541Z[ recovery-image] Aug 24 16:56:40.635 INFO O| Aug 24 16:56:40.635 INFO STEP 886: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65992024-08-24T16:56:41.548Z[ recovery-image] Aug 24 16:56:40.645 INFO O| Aug 24 16:56:40.645 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/reparse/reparsed"
66002024-08-24T16:56:41.549Z[ recovery-image] Aug 24 16:56:40.645 INFO O| Aug 24 16:56:40.645 INFO STEP 886 (remove_files) COMPLETE
66012024-08-24T16:56:41.551Z[ recovery-image] Aug 24 16:56:40.645 INFO O| Aug 24 16:56:40.645 INFO STEP 887: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66022024-08-24T16:56:41.558Z[ recovery-image] Aug 24 16:56:40.654 INFO O| Aug 24 16:56:40.654 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/saf/listen"
66032024-08-24T16:56:41.561Z[ recovery-image] Aug 24 16:56:40.654 INFO O| Aug 24 16:56:40.654 INFO STEP 887 (remove_files) COMPLETE
66042024-08-24T16:56:41.561Z[ recovery-image] Aug 24 16:56:40.654 INFO O| Aug 24 16:56:40.654 INFO STEP 888: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66052024-08-24T16:56:41.568Z[ recovery-image] Aug 24 16:56:40.664 INFO O| Aug 24 16:56:40.664 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/saf/nlps_server"
66062024-08-24T16:56:41.568Z[ recovery-image] Aug 24 16:56:40.664 INFO O| Aug 24 16:56:40.664 INFO STEP 888 (remove_files) COMPLETE
66072024-08-24T16:56:41.571Z[ recovery-image] Aug 24 16:56:40.664 INFO O| Aug 24 16:56:40.664 INFO STEP 889: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66082024-08-24T16:56:41.577Z[ recovery-image] Aug 24 16:56:40.673 INFO O| Aug 24 16:56:40.673 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/sasl/amd64/crammd5.so.1"
66092024-08-24T16:56:41.580Z[ recovery-image] Aug 24 16:56:40.673 INFO O| Aug 24 16:56:40.673 INFO STEP 889 (remove_files) COMPLETE
66102024-08-24T16:56:41.580Z[ recovery-image] Aug 24 16:56:40.673 INFO O| Aug 24 16:56:40.673 INFO STEP 890: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66112024-08-24T16:56:41.586Z[ recovery-image] Aug 24 16:56:40.683 INFO O| Aug 24 16:56:40.683 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/sasl/amd64/digestmd5.so.1"
66122024-08-24T16:56:41.589Z[ recovery-image] Aug 24 16:56:40.683 INFO O| Aug 24 16:56:40.683 INFO STEP 890 (remove_files) COMPLETE
66132024-08-24T16:56:41.589Z[ recovery-image] Aug 24 16:56:40.683 INFO O| Aug 24 16:56:40.683 INFO STEP 891: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66142024-08-24T16:56:41.596Z[ recovery-image] Aug 24 16:56:40.692 INFO O| Aug 24 16:56:40.692 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/sasl/amd64/gssapi.so.1"
66152024-08-24T16:56:41.599Z[ recovery-image] Aug 24 16:56:40.693 INFO O| Aug 24 16:56:40.693 INFO STEP 891 (remove_files) COMPLETE
66162024-08-24T16:56:41.599Z[ recovery-image] Aug 24 16:56:40.693 INFO O| Aug 24 16:56:40.693 INFO STEP 892: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66172024-08-24T16:56:41.607Z[ recovery-image] Aug 24 16:56:40.703 INFO O| Aug 24 16:56:40.703 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/sasl/amd64/login.so.1"
66182024-08-24T16:56:41.609Z[ recovery-image] Aug 24 16:56:40.703 INFO O| Aug 24 16:56:40.703 INFO STEP 892 (remove_files) COMPLETE
66192024-08-24T16:56:41.609Z[ recovery-image] Aug 24 16:56:40.703 INFO O| Aug 24 16:56:40.703 INFO STEP 893: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66202024-08-24T16:56:41.616Z[ recovery-image] Aug 24 16:56:40.713 INFO O| Aug 24 16:56:40.713 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/sasl/amd64/plain.so.1"
66212024-08-24T16:56:41.616Z[ recovery-image] Aug 24 16:56:40.713 INFO O| Aug 24 16:56:40.713 INFO STEP 893 (remove_files) COMPLETE
66222024-08-24T16:56:41.616Z[ recovery-image] Aug 24 16:56:40.713 INFO O| Aug 24 16:56:40.713 INFO STEP 894: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66232024-08-24T16:56:41.626Z[ recovery-image] Aug 24 16:56:40.722 INFO O| Aug 24 16:56:40.722 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/sasl/crammd5.so.1"
66242024-08-24T16:56:41.626Z[ recovery-image] Aug 24 16:56:40.722 INFO O| Aug 24 16:56:40.722 INFO STEP 894 (remove_files) COMPLETE
66252024-08-24T16:56:41.626Z[ recovery-image] Aug 24 16:56:40.722 INFO O| Aug 24 16:56:40.722 INFO STEP 895: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66262024-08-24T16:56:41.636Z[ recovery-image] Aug 24 16:56:40.732 INFO O| Aug 24 16:56:40.732 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/sasl/digestmd5.so.1"
66272024-08-24T16:56:41.636Z[ recovery-image] Aug 24 16:56:40.732 INFO O| Aug 24 16:56:40.732 INFO STEP 895 (remove_files) COMPLETE
66282024-08-24T16:56:41.636Z[ recovery-image] Aug 24 16:56:40.732 INFO O| Aug 24 16:56:40.732 INFO STEP 896: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66292024-08-24T16:56:41.645Z[ recovery-image] Aug 24 16:56:40.742 INFO O| Aug 24 16:56:40.742 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/sasl/gssapi.so.1"
66302024-08-24T16:56:41.649Z[ recovery-image] Aug 24 16:56:40.742 INFO O| Aug 24 16:56:40.742 INFO STEP 896 (remove_files) COMPLETE
66312024-08-24T16:56:41.649Z[ recovery-image] Aug 24 16:56:40.742 INFO O| Aug 24 16:56:40.742 INFO STEP 897: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66322024-08-24T16:56:41.655Z[ recovery-image] Aug 24 16:56:40.751 INFO O| Aug 24 16:56:40.751 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/sasl/login.so.1"
66332024-08-24T16:56:41.655Z[ recovery-image] Aug 24 16:56:40.751 INFO O| Aug 24 16:56:40.751 INFO STEP 897 (remove_files) COMPLETE
66342024-08-24T16:56:41.655Z[ recovery-image] Aug 24 16:56:40.751 INFO O| Aug 24 16:56:40.751 INFO STEP 898: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66352024-08-24T16:56:41.659Z[ host-image] Aug 24 16:56:40.756 INFO O| Aug 24 16:56:40.755 INFO O| Planning: Evaluating mediators ... Done
66362024-08-24T16:56:41.662Z[ host-image] Aug 24 16:56:40.756 INFO O| Aug 24 16:56:40.756 INFO O| Planning: Planning completed in 1.90 seconds
66372024-08-24T16:56:41.662Z[ host-image] Aug 24 16:56:40.758 INFO O| Aug 24 16:56:40.758 INFO O| Packages to install: 1
66382024-08-24T16:56:41.665Z[ recovery-image] Aug 24 16:56:40.761 INFO O| Aug 24 16:56:40.761 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/sasl/plain.so.1"
66392024-08-24T16:56:41.668Z[ recovery-image] Aug 24 16:56:40.761 INFO O| Aug 24 16:56:40.761 INFO STEP 898 (remove_files) COMPLETE
66402024-08-24T16:56:41.668Z[ recovery-image] Aug 24 16:56:40.761 INFO O| Aug 24 16:56:40.761 INFO STEP 899: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66412024-08-24T16:56:41.672Z[ host-image] Aug 24 16:56:40.768 INFO O| Aug 24 16:56:40.768 INFO O| Download: 0/4 items 0.0/20.8MB 0% complete
66422024-08-24T16:56:41.675Z[ recovery-image] Aug 24 16:56:40.771 INFO O| Aug 24 16:56:40.771 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/crypt_bsdbf.so.1"
66432024-08-24T16:56:41.677Z[ recovery-image] Aug 24 16:56:40.772 INFO O| Aug 24 16:56:40.771 INFO STEP 899 (remove_files) COMPLETE
66442024-08-24T16:56:41.678Z[ recovery-image] Aug 24 16:56:40.772 INFO O| Aug 24 16:56:40.771 INFO STEP 900: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66452024-08-24T16:56:41.686Z[ recovery-image] Aug 24 16:56:40.782 INFO O| Aug 24 16:56:40.782 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/crypt_bsdmd5.so.1"
66462024-08-24T16:56:41.689Z[ recovery-image] Aug 24 16:56:40.782 INFO O| Aug 24 16:56:40.782 INFO STEP 900 (remove_files) COMPLETE
66472024-08-24T16:56:41.689Z[ recovery-image] Aug 24 16:56:40.782 INFO O| Aug 24 16:56:40.782 INFO STEP 901: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66482024-08-24T16:56:41.697Z[ recovery-image] Aug 24 16:56:40.793 INFO O| Aug 24 16:56:40.793 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/crypt_sha256.so.1"
66492024-08-24T16:56:41.699Z[ recovery-image] Aug 24 16:56:40.793 INFO O| Aug 24 16:56:40.793 INFO STEP 901 (remove_files) COMPLETE
66502024-08-24T16:56:41.699Z[ recovery-image] Aug 24 16:56:40.793 INFO O| Aug 24 16:56:40.793 INFO STEP 902: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66512024-08-24T16:56:41.707Z[ recovery-image] Aug 24 16:56:40.803 INFO O| Aug 24 16:56:40.803 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/crypt_sha512.so.1"
66522024-08-24T16:56:41.710Z[ recovery-image] Aug 24 16:56:40.804 INFO O| Aug 24 16:56:40.804 INFO STEP 902 (remove_files) COMPLETE
66532024-08-24T16:56:41.710Z[ recovery-image] Aug 24 16:56:40.804 INFO O| Aug 24 16:56:40.804 INFO STEP 903: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66542024-08-24T16:56:41.718Z[ recovery-image] Aug 24 16:56:40.815 INFO O| Aug 24 16:56:40.815 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/crypt_sunmd5.so.1"
66552024-08-24T16:56:41.719Z[ recovery-image] Aug 24 16:56:40.815 INFO O| Aug 24 16:56:40.815 INFO STEP 903 (remove_files) COMPLETE
66562024-08-24T16:56:41.721Z[ recovery-image] Aug 24 16:56:40.815 INFO O| Aug 24 16:56:40.815 INFO STEP 904: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66572024-08-24T16:56:41.732Z[ recovery-image] Aug 24 16:56:40.828 INFO O| Aug 24 16:56:40.828 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_allow.so.1"
66582024-08-24T16:56:41.732Z[ recovery-image] Aug 24 16:56:40.828 INFO O| Aug 24 16:56:40.828 INFO STEP 904 (remove_files) COMPLETE
66592024-08-24T16:56:41.735Z[ recovery-image] Aug 24 16:56:40.828 INFO O| Aug 24 16:56:40.828 INFO STEP 905: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66602024-08-24T16:56:41.744Z[ recovery-image] Aug 24 16:56:40.840 INFO O| Aug 24 16:56:40.840 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_authtok_check.so.1"
66612024-08-24T16:56:41.744Z[ recovery-image] Aug 24 16:56:40.840 INFO O| Aug 24 16:56:40.840 INFO STEP 905 (remove_files) COMPLETE
66622024-08-24T16:56:41.748Z[ recovery-image] Aug 24 16:56:40.840 INFO O| Aug 24 16:56:40.840 INFO STEP 906: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66632024-08-24T16:56:41.757Z[ recovery-image] Aug 24 16:56:40.853 INFO O| Aug 24 16:56:40.853 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_authtok_get.so.1"
66642024-08-24T16:56:41.757Z[ recovery-image] Aug 24 16:56:40.853 INFO O| Aug 24 16:56:40.853 INFO STEP 906 (remove_files) COMPLETE
66652024-08-24T16:56:41.759Z[ recovery-image] Aug 24 16:56:40.853 INFO O| Aug 24 16:56:40.853 INFO STEP 907: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66662024-08-24T16:56:41.767Z[ recovery-image] Aug 24 16:56:40.863 INFO O| Aug 24 16:56:40.863 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_authtok_store.so.1"
66672024-08-24T16:56:41.769Z[ recovery-image] Aug 24 16:56:40.863 INFO O| Aug 24 16:56:40.863 INFO STEP 907 (remove_files) COMPLETE
66682024-08-24T16:56:41.769Z[ recovery-image] Aug 24 16:56:40.863 INFO O| Aug 24 16:56:40.863 INFO STEP 908: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66692024-08-24T16:56:41.778Z[ recovery-image] Aug 24 16:56:40.874 INFO O| Aug 24 16:56:40.874 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_deny.so.1"
66702024-08-24T16:56:41.778Z[ recovery-image] Aug 24 16:56:40.874 INFO O| Aug 24 16:56:40.874 INFO STEP 908 (remove_files) COMPLETE
66712024-08-24T16:56:41.781Z[ recovery-image] Aug 24 16:56:40.874 INFO O| Aug 24 16:56:40.874 INFO STEP 909: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66722024-08-24T16:56:41.792Z[ recovery-image] Aug 24 16:56:40.888 INFO O| Aug 24 16:56:40.888 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_dhkeys.so.1"
66732024-08-24T16:56:41.792Z[ recovery-image] Aug 24 16:56:40.888 INFO O| Aug 24 16:56:40.888 INFO STEP 909 (remove_files) COMPLETE
66742024-08-24T16:56:41.794Z[ recovery-image] Aug 24 16:56:40.888 INFO O| Aug 24 16:56:40.888 INFO STEP 910: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66752024-08-24T16:56:41.806Z[ recovery-image] Aug 24 16:56:40.902 INFO O| Aug 24 16:56:40.902 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_dial_auth.so.1"
66762024-08-24T16:56:41.806Z[ recovery-image] Aug 24 16:56:40.902 INFO O| Aug 24 16:56:40.902 INFO STEP 910 (remove_files) COMPLETE
66772024-08-24T16:56:41.809Z[ recovery-image] Aug 24 16:56:40.902 INFO O| Aug 24 16:56:40.902 INFO STEP 911: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66782024-08-24T16:56:41.818Z[ recovery-image] Aug 24 16:56:40.914 INFO O| Aug 24 16:56:40.914 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_krb5.so.1"
66792024-08-24T16:56:41.818Z[ recovery-image] Aug 24 16:56:40.914 INFO O| Aug 24 16:56:40.914 INFO STEP 911 (remove_files) COMPLETE
66802024-08-24T16:56:41.818Z[ recovery-image] Aug 24 16:56:40.914 INFO O| Aug 24 16:56:40.914 INFO STEP 912: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66812024-08-24T16:56:41.828Z[ recovery-image] Aug 24 16:56:40.924 INFO O| Aug 24 16:56:40.924 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_krb5_migrate.so.1"
66822024-08-24T16:56:41.828Z[ recovery-image] Aug 24 16:56:40.924 INFO O| Aug 24 16:56:40.924 INFO STEP 912 (remove_files) COMPLETE
66832024-08-24T16:56:41.830Z[ recovery-image] Aug 24 16:56:40.924 INFO O| Aug 24 16:56:40.924 INFO STEP 913: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66842024-08-24T16:56:41.840Z[ recovery-image] Aug 24 16:56:40.936 INFO O| Aug 24 16:56:40.936 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_ldap.so.1"
66852024-08-24T16:56:41.840Z[ recovery-image] Aug 24 16:56:40.936 INFO O| Aug 24 16:56:40.936 INFO STEP 913 (remove_files) COMPLETE
66862024-08-24T16:56:41.842Z[ recovery-image] Aug 24 16:56:40.936 INFO O| Aug 24 16:56:40.936 INFO STEP 914: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66872024-08-24T16:56:41.850Z[ recovery-image] Aug 24 16:56:40.946 INFO O| Aug 24 16:56:40.946 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_list.so.1"
66882024-08-24T16:56:41.850Z[ recovery-image] Aug 24 16:56:40.946 INFO O| Aug 24 16:56:40.946 INFO STEP 914 (remove_files) COMPLETE
66892024-08-24T16:56:41.852Z[ recovery-image] Aug 24 16:56:40.946 INFO O| Aug 24 16:56:40.946 INFO STEP 915: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66902024-08-24T16:56:41.862Z[ recovery-image] Aug 24 16:56:40.956 INFO O| Aug 24 16:56:40.956 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_passwd_auth.so.1"
66912024-08-24T16:56:41.862Z[ recovery-image] Aug 24 16:56:40.956 INFO O| Aug 24 16:56:40.956 INFO STEP 915 (remove_files) COMPLETE
66922024-08-24T16:56:41.862Z[ recovery-image] Aug 24 16:56:40.956 INFO O| Aug 24 16:56:40.956 INFO STEP 916: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66932024-08-24T16:56:41.872Z[ recovery-image] Aug 24 16:56:40.968 INFO O| Aug 24 16:56:40.968 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_rhosts_auth.so.1"
66942024-08-24T16:56:41.872Z[ recovery-image] Aug 24 16:56:40.968 INFO O| Aug 24 16:56:40.968 INFO STEP 916 (remove_files) COMPLETE
66952024-08-24T16:56:41.875Z[ recovery-image] Aug 24 16:56:40.968 INFO O| Aug 24 16:56:40.968 INFO STEP 917: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66962024-08-24T16:56:41.884Z[ recovery-image] Aug 24 16:56:40.980 INFO O| Aug 24 16:56:40.980 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_roles.so.1"
66972024-08-24T16:56:41.884Z[ recovery-image] Aug 24 16:56:40.980 INFO O| Aug 24 16:56:40.980 INFO STEP 917 (remove_files) COMPLETE
66982024-08-24T16:56:41.886Z[ recovery-image] Aug 24 16:56:40.980 INFO O| Aug 24 16:56:40.980 INFO STEP 918: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66992024-08-24T16:56:41.898Z[ recovery-image] Aug 24 16:56:40.994 INFO O| Aug 24 16:56:40.994 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_sample.so.1"
67002024-08-24T16:56:41.900Z[ recovery-image] Aug 24 16:56:40.994 INFO O| Aug 24 16:56:40.994 INFO STEP 918 (remove_files) COMPLETE
67012024-08-24T16:56:41.900Z[ recovery-image] Aug 24 16:56:40.994 INFO O| Aug 24 16:56:40.994 INFO STEP 919: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67022024-08-24T16:56:41.910Z[ recovery-image] Aug 24 16:56:41.006 INFO O| Aug 24 16:56:41.006 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_smb_passwd.so.1"
67032024-08-24T16:56:41.910Z[ recovery-image] Aug 24 16:56:41.006 INFO O| Aug 24 16:56:41.006 INFO STEP 919 (remove_files) COMPLETE
67042024-08-24T16:56:41.910Z[ recovery-image] Aug 24 16:56:41.006 INFO O| Aug 24 16:56:41.006 INFO STEP 920: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67052024-08-24T16:56:41.924Z[ recovery-image] Aug 24 16:56:41.020 INFO O| Aug 24 16:56:41.020 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_smbfs_login.so.1"
67062024-08-24T16:56:41.924Z[ recovery-image] Aug 24 16:56:41.020 INFO O| Aug 24 16:56:41.020 INFO STEP 920 (remove_files) COMPLETE
67072024-08-24T16:56:41.924Z[ recovery-image] Aug 24 16:56:41.020 INFO O| Aug 24 16:56:41.020 INFO STEP 921: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67082024-08-24T16:56:41.944Z[ recovery-image] Aug 24 16:56:41.039 INFO O| Aug 24 16:56:41.039 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_timestamp.so.1"
67092024-08-24T16:56:41.944Z[ recovery-image] Aug 24 16:56:41.039 INFO O| Aug 24 16:56:41.039 INFO STEP 921 (remove_files) COMPLETE
67102024-08-24T16:56:41.944Z[ recovery-image] Aug 24 16:56:41.039 INFO O| Aug 24 16:56:41.039 INFO STEP 922: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67112024-08-24T16:56:41.970Z[ recovery-image] Aug 24 16:56:41.066 INFO O| Aug 24 16:56:41.066 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_tsol_account.so.1"
67122024-08-24T16:56:41.970Z[ recovery-image] Aug 24 16:56:41.066 INFO O| Aug 24 16:56:41.066 INFO STEP 922 (remove_files) COMPLETE
67132024-08-24T16:56:41.972Z[ recovery-image] Aug 24 16:56:41.066 INFO O| Aug 24 16:56:41.066 INFO STEP 923: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67142024-08-24T16:56:41.983Z[ recovery-image] Aug 24 16:56:41.080 INFO O| Aug 24 16:56:41.079 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_unix_account.so.1"
67152024-08-24T16:56:41.983Z[ recovery-image] Aug 24 16:56:41.080 INFO O| Aug 24 16:56:41.080 INFO STEP 923 (remove_files) COMPLETE
67162024-08-24T16:56:41.983Z[ recovery-image] Aug 24 16:56:41.080 INFO O| Aug 24 16:56:41.080 INFO STEP 924: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67172024-08-24T16:56:41.993Z[ recovery-image] Aug 24 16:56:41.089 INFO O| Aug 24 16:56:41.089 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_unix_auth.so.1"
67182024-08-24T16:56:41.993Z[ recovery-image] Aug 24 16:56:41.090 INFO O| Aug 24 16:56:41.089 INFO STEP 924 (remove_files) COMPLETE
67192024-08-24T16:56:41.996Z[ recovery-image] Aug 24 16:56:41.090 INFO O| Aug 24 16:56:41.090 INFO STEP 925: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67202024-08-24T16:56:42.003Z[ recovery-image] Aug 24 16:56:41.099 INFO O| Aug 24 16:56:41.099 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_unix_cred.so.1"
67212024-08-24T16:56:42.006Z[ recovery-image] Aug 24 16:56:41.099 INFO O| Aug 24 16:56:41.099 INFO STEP 925 (remove_files) COMPLETE
67222024-08-24T16:56:42.006Z[ recovery-image] Aug 24 16:56:41.099 INFO O| Aug 24 16:56:41.099 INFO STEP 926: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67232024-08-24T16:56:42.012Z[ recovery-image] Aug 24 16:56:41.109 INFO O| Aug 24 16:56:41.109 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_unix_session.so.1"
67242024-08-24T16:56:42.012Z[ recovery-image] Aug 24 16:56:41.109 INFO O| Aug 24 16:56:41.109 INFO STEP 926 (remove_files) COMPLETE
67252024-08-24T16:56:42.015Z[ recovery-image] Aug 24 16:56:41.109 INFO O| Aug 24 16:56:41.109 INFO STEP 927: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67262024-08-24T16:56:42.023Z[ recovery-image] Aug 24 16:56:41.119 INFO O| Aug 24 16:56:41.119 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pkcs11_kernel.so.1"
67272024-08-24T16:56:42.023Z[ recovery-image] Aug 24 16:56:41.119 INFO O| Aug 24 16:56:41.119 INFO STEP 927 (remove_files) COMPLETE
67282024-08-24T16:56:42.025Z[ recovery-image] Aug 24 16:56:41.119 INFO O| Aug 24 16:56:41.119 INFO STEP 928: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67292024-08-24T16:56:42.033Z[ recovery-image] Aug 24 16:56:41.129 INFO O| Aug 24 16:56:41.129 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pkcs11_softtoken.so.1"
67302024-08-24T16:56:42.033Z[ recovery-image] Aug 24 16:56:41.129 INFO O| Aug 24 16:56:41.129 INFO STEP 928 (remove_files) COMPLETE
67312024-08-24T16:56:42.033Z[ recovery-image] Aug 24 16:56:41.129 INFO O| Aug 24 16:56:41.129 INFO STEP 929: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67322024-08-24T16:56:42.043Z[ recovery-image] Aug 24 16:56:41.139 INFO O| Aug 24 16:56:41.139 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pkcs11_tpm.so.1"
67332024-08-24T16:56:42.043Z[ recovery-image] Aug 24 16:56:41.139 INFO O| Aug 24 16:56:41.139 INFO STEP 929 (remove_files) COMPLETE
67342024-08-24T16:56:42.046Z[ recovery-image] Aug 24 16:56:41.139 INFO O| Aug 24 16:56:41.139 INFO STEP 930: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67352024-08-24T16:56:42.053Z[ recovery-image] Aug 24 16:56:41.149 INFO O| Aug 24 16:56:41.149 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/audit_binfile.so.1"
67362024-08-24T16:56:42.055Z[ recovery-image] Aug 24 16:56:41.149 INFO O| Aug 24 16:56:41.149 INFO STEP 930 (remove_files) COMPLETE
67372024-08-24T16:56:42.055Z[ recovery-image] Aug 24 16:56:41.149 INFO O| Aug 24 16:56:41.149 INFO STEP 931: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67382024-08-24T16:56:42.063Z[ recovery-image] Aug 24 16:56:41.159 INFO O| Aug 24 16:56:41.159 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/audit_remote.so.1"
67392024-08-24T16:56:42.065Z[ recovery-image] Aug 24 16:56:41.159 INFO O| Aug 24 16:56:41.159 INFO STEP 931 (remove_files) COMPLETE
67402024-08-24T16:56:42.065Z[ recovery-image] Aug 24 16:56:41.159 INFO O| Aug 24 16:56:41.159 INFO STEP 932: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67412024-08-24T16:56:42.072Z[ recovery-image] Aug 24 16:56:41.169 INFO O| Aug 24 16:56:41.169 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/audit_syslog.so.1"
67422024-08-24T16:56:42.072Z[ recovery-image] Aug 24 16:56:41.169 INFO O| Aug 24 16:56:41.169 INFO STEP 932 (remove_files) COMPLETE
67432024-08-24T16:56:42.075Z[ recovery-image] Aug 24 16:56:41.169 INFO O| Aug 24 16:56:41.169 INFO STEP 933: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67442024-08-24T16:56:42.082Z[ recovery-image] Aug 24 16:56:41.178 INFO O| Aug 24 16:56:41.178 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/crypt_bsdbf.so.1"
67452024-08-24T16:56:42.082Z[ recovery-image] Aug 24 16:56:41.178 INFO O| Aug 24 16:56:41.178 INFO STEP 933 (remove_files) COMPLETE
67462024-08-24T16:56:42.085Z[ recovery-image] Aug 24 16:56:41.178 INFO O| Aug 24 16:56:41.178 INFO STEP 934: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67472024-08-24T16:56:42.092Z[ recovery-image] Aug 24 16:56:41.188 INFO O| Aug 24 16:56:41.188 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/crypt_bsdmd5.so.1"
67482024-08-24T16:56:42.092Z[ recovery-image] Aug 24 16:56:41.188 INFO O| Aug 24 16:56:41.188 INFO STEP 934 (remove_files) COMPLETE
67492024-08-24T16:56:42.094Z[ recovery-image] Aug 24 16:56:41.188 INFO O| Aug 24 16:56:41.188 INFO STEP 935: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67502024-08-24T16:56:42.101Z[ recovery-image] Aug 24 16:56:41.197 INFO O| Aug 24 16:56:41.197 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/crypt_sha256.so.1"
67512024-08-24T16:56:42.101Z[ recovery-image] Aug 24 16:56:41.198 INFO O| Aug 24 16:56:41.197 INFO STEP 935 (remove_files) COMPLETE
67522024-08-24T16:56:42.104Z[ recovery-image] Aug 24 16:56:41.198 INFO O| Aug 24 16:56:41.198 INFO STEP 936: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67532024-08-24T16:56:42.111Z[ recovery-image] Aug 24 16:56:41.207 INFO O| Aug 24 16:56:41.207 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/crypt_sha512.so.1"
67542024-08-24T16:56:42.111Z[ recovery-image] Aug 24 16:56:41.207 INFO O| Aug 24 16:56:41.207 INFO STEP 936 (remove_files) COMPLETE
67552024-08-24T16:56:42.113Z[ recovery-image] Aug 24 16:56:41.207 INFO O| Aug 24 16:56:41.207 INFO STEP 937: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67562024-08-24T16:56:42.120Z[ recovery-image] Aug 24 16:56:41.217 INFO O| Aug 24 16:56:41.216 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/crypt_sunmd5.so.1"
67572024-08-24T16:56:42.120Z[ recovery-image] Aug 24 16:56:41.217 INFO O| Aug 24 16:56:41.217 INFO STEP 937 (remove_files) COMPLETE
67582024-08-24T16:56:42.123Z[ recovery-image] Aug 24 16:56:41.217 INFO O| Aug 24 16:56:41.217 INFO STEP 938: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67592024-08-24T16:56:42.130Z[ recovery-image] Aug 24 16:56:41.226 INFO O| Aug 24 16:56:41.226 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pam_allow.so.1"
67602024-08-24T16:56:42.130Z[ recovery-image] Aug 24 16:56:41.226 INFO O| Aug 24 16:56:41.226 INFO STEP 938 (remove_files) COMPLETE
67612024-08-24T16:56:42.133Z[ recovery-image] Aug 24 16:56:41.226 INFO O| Aug 24 16:56:41.226 INFO STEP 939: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67622024-08-24T16:56:42.139Z[ recovery-image] Aug 24 16:56:41.236 INFO O| Aug 24 16:56:41.236 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pam_authtok_check.so.1"
67632024-08-24T16:56:42.139Z[ recovery-image] Aug 24 16:56:41.236 INFO O| Aug 24 16:56:41.236 INFO STEP 939 (remove_files) COMPLETE
67642024-08-24T16:56:42.139Z[ recovery-image] Aug 24 16:56:41.236 INFO O| Aug 24 16:56:41.236 INFO STEP 940: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67652024-08-24T16:56:42.149Z[ recovery-image] Aug 24 16:56:41.245 INFO O| Aug 24 16:56:41.245 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pam_authtok_store.so.1"
67662024-08-24T16:56:42.151Z[ recovery-image] Aug 24 16:56:41.245 INFO O| Aug 24 16:56:41.245 INFO STEP 940 (remove_files) COMPLETE
67672024-08-24T16:56:42.152Z[ recovery-image] Aug 24 16:56:41.245 INFO O| Aug 24 16:56:41.245 INFO STEP 941: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67682024-08-24T16:56:42.159Z[ recovery-image] Aug 24 16:56:41.255 INFO O| Aug 24 16:56:41.255 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pam_deny.so.1"
67692024-08-24T16:56:42.161Z[ recovery-image] Aug 24 16:56:41.255 INFO O| Aug 24 16:56:41.255 INFO STEP 941 (remove_files) COMPLETE
67702024-08-24T16:56:42.161Z[ recovery-image] Aug 24 16:56:41.255 INFO O| Aug 24 16:56:41.255 INFO STEP 942: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67712024-08-24T16:56:42.168Z[ recovery-image] Aug 24 16:56:41.264 INFO O| Aug 24 16:56:41.264 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pam_krb5.so.1"
67722024-08-24T16:56:42.168Z[ recovery-image] Aug 24 16:56:41.264 INFO O| Aug 24 16:56:41.264 INFO STEP 942 (remove_files) COMPLETE
67732024-08-24T16:56:42.168Z[ recovery-image] Aug 24 16:56:41.264 INFO O| Aug 24 16:56:41.264 INFO STEP 943: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67742024-08-24T16:56:42.178Z[ recovery-image] Aug 24 16:56:41.274 INFO O| Aug 24 16:56:41.274 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pam_krb5_migrate.so.1"
67752024-08-24T16:56:42.178Z[ recovery-image] Aug 24 16:56:41.274 INFO O| Aug 24 16:56:41.274 INFO STEP 943 (remove_files) COMPLETE
67762024-08-24T16:56:42.180Z[ recovery-image] Aug 24 16:56:41.274 INFO O| Aug 24 16:56:41.274 INFO STEP 944: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67772024-08-24T16:56:42.187Z[ recovery-image] Aug 24 16:56:41.283 INFO O| Aug 24 16:56:41.283 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pam_ldap.so.1"
67782024-08-24T16:56:42.187Z[ recovery-image] Aug 24 16:56:41.284 INFO O| Aug 24 16:56:41.283 INFO STEP 944 (remove_files) COMPLETE
67792024-08-24T16:56:42.190Z[ recovery-image] Aug 24 16:56:41.284 INFO O| Aug 24 16:56:41.284 INFO STEP 945: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67802024-08-24T16:56:42.197Z[ recovery-image] Aug 24 16:56:41.293 INFO O| Aug 24 16:56:41.293 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pam_list.so.1"
67812024-08-24T16:56:42.199Z[ recovery-image] Aug 24 16:56:41.293 INFO O| Aug 24 16:56:41.293 INFO STEP 945 (remove_files) COMPLETE
67822024-08-24T16:56:42.199Z[ recovery-image] Aug 24 16:56:41.293 INFO O| Aug 24 16:56:41.293 INFO STEP 946: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67832024-08-24T16:56:42.206Z[ recovery-image] Aug 24 16:56:41.303 INFO O| Aug 24 16:56:41.302 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pam_passwd_auth.so.1"
67842024-08-24T16:56:42.206Z[ recovery-image] Aug 24 16:56:41.303 INFO O| Aug 24 16:56:41.303 INFO STEP 946 (remove_files) COMPLETE
67852024-08-24T16:56:42.209Z[ recovery-image] Aug 24 16:56:41.303 INFO O| Aug 24 16:56:41.303 INFO STEP 947: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67862024-08-24T16:56:42.217Z[ recovery-image] Aug 24 16:56:41.313 INFO O| Aug 24 16:56:41.313 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pam_rhosts_auth.so.1"
67872024-08-24T16:56:42.217Z[ recovery-image] Aug 24 16:56:41.313 INFO O| Aug 24 16:56:41.313 INFO STEP 947 (remove_files) COMPLETE
67882024-08-24T16:56:42.219Z[ recovery-image] Aug 24 16:56:41.313 INFO O| Aug 24 16:56:41.313 INFO STEP 948: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67892024-08-24T16:56:42.227Z[ recovery-image] Aug 24 16:56:41.323 INFO O| Aug 24 16:56:41.323 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pam_sample.so.1"
67902024-08-24T16:56:42.227Z[ recovery-image] Aug 24 16:56:41.323 INFO O| Aug 24 16:56:41.323 INFO STEP 948 (remove_files) COMPLETE
67912024-08-24T16:56:42.227Z[ recovery-image] Aug 24 16:56:41.323 INFO O| Aug 24 16:56:41.323 INFO STEP 949: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67922024-08-24T16:56:42.236Z[ recovery-image] Aug 24 16:56:41.332 INFO O| Aug 24 16:56:41.332 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pam_smb_passwd.so.1"
67932024-08-24T16:56:42.236Z[ recovery-image] Aug 24 16:56:41.333 INFO O| Aug 24 16:56:41.333 INFO STEP 949 (remove_files) COMPLETE
67942024-08-24T16:56:42.239Z[ recovery-image] Aug 24 16:56:41.333 INFO O| Aug 24 16:56:41.333 INFO STEP 950: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67952024-08-24T16:56:42.246Z[ recovery-image] Aug 24 16:56:41.342 INFO O| Aug 24 16:56:41.342 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pam_smbfs_login.so.1"
67962024-08-24T16:56:42.246Z[ recovery-image] Aug 24 16:56:41.342 INFO O| Aug 24 16:56:41.342 INFO STEP 950 (remove_files) COMPLETE
67972024-08-24T16:56:42.248Z[ recovery-image] Aug 24 16:56:41.342 INFO O| Aug 24 16:56:41.342 INFO STEP 951: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67982024-08-24T16:56:42.255Z[ recovery-image] Aug 24 16:56:41.352 INFO O| Aug 24 16:56:41.351 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pam_timestamp.so.1"
67992024-08-24T16:56:42.255Z[ recovery-image] Aug 24 16:56:41.352 INFO O| Aug 24 16:56:41.352 INFO STEP 951 (remove_files) COMPLETE
68002024-08-24T16:56:42.255Z[ recovery-image] Aug 24 16:56:41.352 INFO O| Aug 24 16:56:41.352 INFO STEP 952: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68012024-08-24T16:56:42.265Z[ recovery-image] Aug 24 16:56:41.361 INFO O| Aug 24 16:56:41.361 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pam_tsol_account.so.1"
68022024-08-24T16:56:42.265Z[ recovery-image] Aug 24 16:56:41.361 INFO O| Aug 24 16:56:41.361 INFO STEP 952 (remove_files) COMPLETE
68032024-08-24T16:56:42.267Z[ recovery-image] Aug 24 16:56:41.361 INFO O| Aug 24 16:56:41.361 INFO STEP 953: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68042024-08-24T16:56:42.274Z[ recovery-image] Aug 24 16:56:41.371 INFO O| Aug 24 16:56:41.370 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pkcs11_kernel.so.1"
68052024-08-24T16:56:42.277Z[ recovery-image] Aug 24 16:56:41.371 INFO O| Aug 24 16:56:41.371 INFO STEP 953 (remove_files) COMPLETE
68062024-08-24T16:56:42.277Z[ recovery-image] Aug 24 16:56:41.371 INFO O| Aug 24 16:56:41.371 INFO STEP 954: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68072024-08-24T16:56:42.284Z[ recovery-image] Aug 24 16:56:41.380 INFO O| Aug 24 16:56:41.380 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pkcs11_softtoken.so.1"
68082024-08-24T16:56:42.286Z[ recovery-image] Aug 24 16:56:41.381 INFO O| Aug 24 16:56:41.381 INFO STEP 954 (remove_files) COMPLETE
68092024-08-24T16:56:42.286Z[ recovery-image] Aug 24 16:56:41.381 INFO O| Aug 24 16:56:41.381 INFO STEP 955: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68102024-08-24T16:56:42.294Z[ recovery-image] Aug 24 16:56:41.391 INFO O| Aug 24 16:56:41.390 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pkcs11_tpm.so.1"
68112024-08-24T16:56:42.294Z[ recovery-image] Aug 24 16:56:41.391 INFO O| Aug 24 16:56:41.391 INFO STEP 955 (remove_files) COMPLETE
68122024-08-24T16:56:42.297Z[ recovery-image] Aug 24 16:56:41.391 INFO O| Aug 24 16:56:41.391 INFO STEP 956: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68132024-08-24T16:56:42.304Z[ recovery-image] Aug 24 16:56:41.400 INFO O| Aug 24 16:56:41.400 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/spell/compress"
68142024-08-24T16:56:42.307Z[ recovery-image] Aug 24 16:56:41.400 INFO O| Aug 24 16:56:41.400 INFO STEP 956 (remove_files) COMPLETE
68152024-08-24T16:56:42.307Z[ recovery-image] Aug 24 16:56:41.400 INFO O| Aug 24 16:56:41.400 INFO STEP 957: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68162024-08-24T16:56:42.313Z[ recovery-image] Aug 24 16:56:41.410 INFO O| Aug 24 16:56:41.410 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/spell/hashcheck"
68172024-08-24T16:56:42.313Z[ recovery-image] Aug 24 16:56:41.410 INFO O| Aug 24 16:56:41.410 INFO STEP 957 (remove_files) COMPLETE
68182024-08-24T16:56:42.316Z[ recovery-image] Aug 24 16:56:41.410 INFO O| Aug 24 16:56:41.410 INFO STEP 958: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68192024-08-24T16:56:42.323Z[ recovery-image] Aug 24 16:56:41.419 INFO O| Aug 24 16:56:41.419 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/spell/hashmake"
68202024-08-24T16:56:42.326Z[ recovery-image] Aug 24 16:56:41.419 INFO O| Aug 24 16:56:41.419 INFO STEP 958 (remove_files) COMPLETE
68212024-08-24T16:56:42.326Z[ recovery-image] Aug 24 16:56:41.419 INFO O| Aug 24 16:56:41.419 INFO STEP 959: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68222024-08-24T16:56:42.333Z[ recovery-image] Aug 24 16:56:41.429 INFO O| Aug 24 16:56:41.429 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/spell/hlista"
68232024-08-24T16:56:42.333Z[ recovery-image] Aug 24 16:56:41.429 INFO O| Aug 24 16:56:41.429 INFO STEP 959 (remove_files) COMPLETE
68242024-08-24T16:56:42.336Z[ recovery-image] Aug 24 16:56:41.429 INFO O| Aug 24 16:56:41.429 INFO STEP 960: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68252024-08-24T16:56:42.342Z[ recovery-image] Aug 24 16:56:41.438 INFO O| Aug 24 16:56:41.438 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/spell/hlistb"
68262024-08-24T16:56:42.342Z[ recovery-image] Aug 24 16:56:41.438 INFO O| Aug 24 16:56:41.438 INFO STEP 960 (remove_files) COMPLETE
68272024-08-24T16:56:42.345Z[ recovery-image] Aug 24 16:56:41.438 INFO O| Aug 24 16:56:41.438 INFO STEP 961: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68282024-08-24T16:56:42.352Z[ recovery-image] Aug 24 16:56:41.448 INFO O| Aug 24 16:56:41.448 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/spell/hstop"
68292024-08-24T16:56:42.352Z[ recovery-image] Aug 24 16:56:41.448 INFO O| Aug 24 16:56:41.448 INFO STEP 961 (remove_files) COMPLETE
68302024-08-24T16:56:42.354Z[ recovery-image] Aug 24 16:56:41.448 INFO O| Aug 24 16:56:41.448 INFO STEP 962: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68312024-08-24T16:56:42.361Z[ recovery-image] Aug 24 16:56:41.457 INFO O| Aug 24 16:56:41.457 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/spell/spellin"
68322024-08-24T16:56:42.361Z[ recovery-image] Aug 24 16:56:41.457 INFO O| Aug 24 16:56:41.457 INFO STEP 962 (remove_files) COMPLETE
68332024-08-24T16:56:42.364Z[ recovery-image] Aug 24 16:56:41.457 INFO O| Aug 24 16:56:41.457 INFO STEP 963: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68342024-08-24T16:56:42.371Z[ recovery-image] Aug 24 16:56:41.467 INFO O| Aug 24 16:56:41.467 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/spell/spellprog"
68352024-08-24T16:56:42.371Z[ recovery-image] Aug 24 16:56:41.467 INFO O| Aug 24 16:56:41.467 INFO STEP 963 (remove_files) COMPLETE
68362024-08-24T16:56:42.371Z[ recovery-image] Aug 24 16:56:41.467 INFO O| Aug 24 16:56:41.467 INFO STEP 964: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68372024-08-24T16:56:42.380Z[ recovery-image] Aug 24 16:56:41.476 INFO O| Aug 24 16:56:41.476 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/sysevent/syseventconfd"
68382024-08-24T16:56:42.383Z[ recovery-image] Aug 24 16:56:41.477 INFO O| Aug 24 16:56:41.476 INFO STEP 964 (remove_files) COMPLETE
68392024-08-24T16:56:42.383Z[ recovery-image] Aug 24 16:56:41.477 INFO O| Aug 24 16:56:41.477 INFO STEP 965: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68402024-08-24T16:56:42.390Z[ recovery-image] Aug 24 16:56:41.487 INFO O| Aug 24 16:56:41.487 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/varpd/amd64/libvarpd_direct.so.1"
68412024-08-24T16:56:42.393Z[ recovery-image] Aug 24 16:56:41.487 INFO O| Aug 24 16:56:41.487 INFO STEP 965 (remove_files) COMPLETE
68422024-08-24T16:56:42.393Z[ recovery-image] Aug 24 16:56:41.487 INFO O| Aug 24 16:56:41.487 INFO STEP 966: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68432024-08-24T16:56:42.400Z[ recovery-image] Aug 24 16:56:41.496 INFO O| Aug 24 16:56:41.496 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/varpd/amd64/libvarpd_files.so.1"
68442024-08-24T16:56:42.400Z[ recovery-image] Aug 24 16:56:41.496 INFO O| Aug 24 16:56:41.496 INFO STEP 966 (remove_files) COMPLETE
68452024-08-24T16:56:42.400Z[ recovery-image] Aug 24 16:56:41.496 INFO O| Aug 24 16:56:41.496 INFO STEP 967: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68462024-08-24T16:56:42.410Z[ recovery-image] Aug 24 16:56:41.506 INFO O| Aug 24 16:56:41.506 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/varpd/libvarpd_direct.so.1"
68472024-08-24T16:56:42.410Z[ recovery-image] Aug 24 16:56:41.506 INFO O| Aug 24 16:56:41.506 INFO STEP 967 (remove_files) COMPLETE
68482024-08-24T16:56:42.412Z[ recovery-image] Aug 24 16:56:41.506 INFO O| Aug 24 16:56:41.506 INFO STEP 968: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68492024-08-24T16:56:42.419Z[ recovery-image] Aug 24 16:56:41.516 INFO O| Aug 24 16:56:41.515 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/varpd/libvarpd_files.so.1"
68502024-08-24T16:56:42.419Z[ recovery-image] Aug 24 16:56:41.516 INFO O| Aug 24 16:56:41.516 INFO STEP 968 (remove_files) COMPLETE
68512024-08-24T16:56:42.419Z[ recovery-image] Aug 24 16:56:41.516 INFO O| Aug 24 16:56:41.516 INFO STEP 969: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68522024-08-24T16:56:42.429Z[ recovery-image] Aug 24 16:56:41.525 INFO O| Aug 24 16:56:41.525 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/varpd/varpd"
68532024-08-24T16:56:42.429Z[ recovery-image] Aug 24 16:56:41.525 INFO O| Aug 24 16:56:41.525 INFO STEP 969 (remove_files) COMPLETE
68542024-08-24T16:56:42.429Z[ recovery-image] Aug 24 16:56:41.525 INFO O| Aug 24 16:56:41.525 INFO STEP 970: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68552024-08-24T16:56:42.432Z[ host-image] Aug 24 16:56:41.527 INFO O| Aug 24 16:56:41.527 INFO O| Download: Completed 20.80 MB in 0.76 seconds (27.4M/s)
68562024-08-24T16:56:42.438Z[ recovery-image] Aug 24 16:56:41.535 INFO O| Aug 24 16:56:41.535 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/xhci/xhci_portsc"
68572024-08-24T16:56:42.439Z[ recovery-image] Aug 24 16:56:41.535 INFO O| Aug 24 16:56:41.535 INFO STEP 970 (remove_files) COMPLETE
68582024-08-24T16:56:42.439Z[ recovery-image] Aug 24 16:56:41.535 INFO O| Aug 24 16:56:41.535 INFO STEP 971: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68592024-08-24T16:56:42.449Z[ recovery-image] Aug 24 16:56:41.545 INFO O| Aug 24 16:56:41.545 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/zfs/availdevs"
68602024-08-24T16:56:42.452Z[ recovery-image] Aug 24 16:56:41.545 INFO O| Aug 24 16:56:41.545 INFO STEP 971 (remove_files) COMPLETE
68612024-08-24T16:56:42.452Z[ recovery-image] Aug 24 16:56:41.545 INFO O| Aug 24 16:56:41.545 INFO STEP 972: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68622024-08-24T16:56:42.457Z[ host-image] Aug 24 16:56:41.553 INFO O| Aug 24 16:56:41.553 INFO O| Actions: 1/22 actions (Installing new actions)
68632024-08-24T16:56:42.461Z[ recovery-image] Aug 24 16:56:41.555 INFO O| Aug 24 16:56:41.554 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/zones/zoneadmd"
68642024-08-24T16:56:42.461Z[ recovery-image] Aug 24 16:56:41.555 INFO O| Aug 24 16:56:41.555 INFO STEP 972 (remove_files) COMPLETE
68652024-08-24T16:56:42.461Z[ recovery-image] Aug 24 16:56:41.555 INFO O| Aug 24 16:56:41.555 INFO STEP 973: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68662024-08-24T16:56:42.468Z[ recovery-image] Aug 24 16:56:41.564 INFO O| Aug 24 16:56:41.564 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/libexec/amd64/sftp-server"
68672024-08-24T16:56:42.471Z[ recovery-image] Aug 24 16:56:41.564 INFO O| Aug 24 16:56:41.564 INFO STEP 973 (remove_files) COMPLETE
68682024-08-24T16:56:42.471Z[ recovery-image] Aug 24 16:56:41.565 INFO O| Aug 24 16:56:41.564 INFO STEP 974: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68692024-08-24T16:56:42.478Z[ recovery-image] Aug 24 16:56:41.574 INFO O| Aug 24 16:56:41.574 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/libexec/amd64/ssh-keysign"
68702024-08-24T16:56:42.480Z[ recovery-image] Aug 24 16:56:41.574 INFO O| Aug 24 16:56:41.574 INFO STEP 974 (remove_files) COMPLETE
68712024-08-24T16:56:42.481Z[ recovery-image] Aug 24 16:56:41.574 INFO O| Aug 24 16:56:41.574 INFO STEP 975: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68722024-08-24T16:56:42.488Z[ recovery-image] Aug 24 16:56:41.584 INFO O| Aug 24 16:56:41.584 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/libexec/amd64/ssh-pkcs11-helper"
68732024-08-24T16:56:42.488Z[ recovery-image] Aug 24 16:56:41.584 INFO O| Aug 24 16:56:41.584 INFO STEP 975 (remove_files) COMPLETE
68742024-08-24T16:56:42.488Z[ recovery-image] Aug 24 16:56:41.584 INFO O| Aug 24 16:56:41.584 INFO STEP 976: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68752024-08-24T16:56:42.497Z[ recovery-image] Aug 24 16:56:41.594 INFO O| Aug 24 16:56:41.593 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/libexec/amd64/ssh-sk-helper"
68762024-08-24T16:56:42.497Z[ recovery-image] Aug 24 16:56:41.594 INFO O| Aug 24 16:56:41.594 INFO STEP 976 (remove_files) COMPLETE
68772024-08-24T16:56:42.500Z[ recovery-image] Aug 24 16:56:41.594 INFO O| Aug 24 16:56:41.594 INFO STEP 977: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68782024-08-24T16:56:42.507Z[ recovery-image] Aug 24 16:56:41.603 INFO O| Aug 24 16:56:41.603 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/platform/oxide/bin/ipcc"
68792024-08-24T16:56:42.510Z[ recovery-image] Aug 24 16:56:41.604 INFO O| Aug 24 16:56:41.603 INFO STEP 977 (remove_files) COMPLETE
68802024-08-24T16:56:42.510Z[ recovery-image] Aug 24 16:56:41.604 INFO O| Aug 24 16:56:41.604 INFO STEP 978: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68812024-08-24T16:56:42.517Z[ recovery-image] Aug 24 16:56:41.613 INFO O| Aug 24 16:56:41.613 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/platform/oxide/lib/mdb/kvm/amd64/apix.so"
68822024-08-24T16:56:42.519Z[ recovery-image] Aug 24 16:56:41.613 INFO O| Aug 24 16:56:41.613 INFO STEP 978 (remove_files) COMPLETE
68832024-08-24T16:56:42.519Z[ recovery-image] Aug 24 16:56:41.613 INFO O| Aug 24 16:56:41.613 INFO STEP 979: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68842024-08-24T16:56:42.527Z[ recovery-image] Aug 24 16:56:41.623 INFO O| Aug 24 16:56:41.623 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/platform/oxide/lib/mdb/kvm/amd64/ipcc.so"
68852024-08-24T16:56:42.529Z[ recovery-image] Aug 24 16:56:41.623 INFO O| Aug 24 16:56:41.623 INFO STEP 979 (remove_files) COMPLETE
68862024-08-24T16:56:42.529Z[ recovery-image] Aug 24 16:56:41.623 INFO O| Aug 24 16:56:41.623 INFO STEP 980: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68872024-08-24T16:56:42.536Z[ recovery-image] Aug 24 16:56:41.633 INFO O| Aug 24 16:56:41.633 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/platform/oxide/lib/mdb/kvm/amd64/unix.so"
68882024-08-24T16:56:42.539Z[ recovery-image] Aug 24 16:56:41.633 INFO O| Aug 24 16:56:41.633 INFO STEP 980 (remove_files) COMPLETE
68892024-08-24T16:56:42.539Z[ recovery-image] Aug 24 16:56:41.633 INFO O| Aug 24 16:56:41.633 INFO STEP 981: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68902024-08-24T16:56:42.546Z[ recovery-image] Aug 24 16:56:41.642 INFO O| Aug 24 16:56:41.642 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/dispgid"
68912024-08-24T16:56:42.549Z[ recovery-image] Aug 24 16:56:41.642 INFO O| Aug 24 16:56:41.642 INFO STEP 981 (remove_files) COMPLETE
68922024-08-24T16:56:42.549Z[ recovery-image] Aug 24 16:56:41.642 INFO O| Aug 24 16:56:41.642 INFO STEP 982: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68932024-08-24T16:56:42.556Z[ recovery-image] Aug 24 16:56:41.652 INFO O| Aug 24 16:56:41.652 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/dispuid"
68942024-08-24T16:56:42.556Z[ recovery-image] Aug 24 16:56:41.652 INFO O| Aug 24 16:56:41.652 INFO STEP 982 (remove_files) COMPLETE
68952024-08-24T16:56:42.556Z[ recovery-image] Aug 24 16:56:41.652 INFO O| Aug 24 16:56:41.652 INFO STEP 983: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68962024-08-24T16:56:42.565Z[ recovery-image] Aug 24 16:56:41.662 INFO O| Aug 24 16:56:41.661 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/errange"
68972024-08-24T16:56:42.568Z[ recovery-image] Aug 24 16:56:41.662 INFO O| Aug 24 16:56:41.662 INFO STEP 983 (remove_files) COMPLETE
68982024-08-24T16:56:42.568Z[ recovery-image] Aug 24 16:56:41.662 INFO O| Aug 24 16:56:41.662 INFO STEP 984: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68992024-08-24T16:56:42.575Z[ recovery-image] Aug 24 16:56:41.671 INFO O| Aug 24 16:56:41.671 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/errdate"
69002024-08-24T16:56:42.575Z[ recovery-image] Aug 24 16:56:41.671 INFO O| Aug 24 16:56:41.671 INFO STEP 984 (remove_files) COMPLETE
69012024-08-24T16:56:42.575Z[ recovery-image] Aug 24 16:56:41.671 INFO O| Aug 24 16:56:41.671 INFO STEP 985: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69022024-08-24T16:56:42.585Z[ recovery-image] Aug 24 16:56:41.681 INFO O| Aug 24 16:56:41.681 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/errgid"
69032024-08-24T16:56:42.585Z[ recovery-image] Aug 24 16:56:41.681 INFO O| Aug 24 16:56:41.681 INFO STEP 985 (remove_files) COMPLETE
69042024-08-24T16:56:42.587Z[ recovery-image] Aug 24 16:56:41.681 INFO O| Aug 24 16:56:41.681 INFO STEP 986: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69052024-08-24T16:56:42.594Z[ recovery-image] Aug 24 16:56:41.691 INFO O| Aug 24 16:56:41.691 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/errint"
69062024-08-24T16:56:42.597Z[ recovery-image] Aug 24 16:56:41.691 INFO O| Aug 24 16:56:41.691 INFO STEP 986 (remove_files) COMPLETE
69072024-08-24T16:56:42.597Z[ recovery-image] Aug 24 16:56:41.691 INFO O| Aug 24 16:56:41.691 INFO STEP 987: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69082024-08-24T16:56:42.604Z[ recovery-image] Aug 24 16:56:41.700 INFO O| Aug 24 16:56:41.700 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/erritem"
69092024-08-24T16:56:42.604Z[ recovery-image] Aug 24 16:56:41.700 INFO O| Aug 24 16:56:41.700 INFO STEP 987 (remove_files) COMPLETE
69102024-08-24T16:56:42.607Z[ recovery-image] Aug 24 16:56:41.700 INFO O| Aug 24 16:56:41.700 INFO STEP 988: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69112024-08-24T16:56:42.614Z[ recovery-image] Aug 24 16:56:41.710 INFO O| Aug 24 16:56:41.710 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/errpath"
69122024-08-24T16:56:42.614Z[ recovery-image] Aug 24 16:56:41.710 INFO O| Aug 24 16:56:41.710 INFO STEP 988 (remove_files) COMPLETE
69132024-08-24T16:56:42.616Z[ recovery-image] Aug 24 16:56:41.710 INFO O| Aug 24 16:56:41.710 INFO STEP 989: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69142024-08-24T16:56:42.623Z[ recovery-image] Aug 24 16:56:41.720 INFO O| Aug 24 16:56:41.720 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/errstr"
69152024-08-24T16:56:42.624Z[ recovery-image] Aug 24 16:56:41.720 INFO O| Aug 24 16:56:41.720 INFO STEP 989 (remove_files) COMPLETE
69162024-08-24T16:56:42.626Z[ recovery-image] Aug 24 16:56:41.720 INFO O| Aug 24 16:56:41.720 INFO STEP 990: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69172024-08-24T16:56:42.633Z[ recovery-image] Aug 24 16:56:41.729 INFO O| Aug 24 16:56:41.729 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/errtime"
69182024-08-24T16:56:42.633Z[ recovery-image] Aug 24 16:56:41.729 INFO O| Aug 24 16:56:41.729 INFO STEP 990 (remove_files) COMPLETE
69192024-08-24T16:56:42.636Z[ recovery-image] Aug 24 16:56:41.729 INFO O| Aug 24 16:56:41.729 INFO STEP 991: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69202024-08-24T16:56:42.643Z[ recovery-image] Aug 24 16:56:41.739 INFO O| Aug 24 16:56:41.739 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/erruid"
69212024-08-24T16:56:42.643Z[ recovery-image] Aug 24 16:56:41.739 INFO O| Aug 24 16:56:41.739 INFO STEP 991 (remove_files) COMPLETE
69222024-08-24T16:56:42.645Z[ recovery-image] Aug 24 16:56:41.739 INFO O| Aug 24 16:56:41.739 INFO STEP 992: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69232024-08-24T16:56:42.653Z[ recovery-image] Aug 24 16:56:41.749 INFO O| Aug 24 16:56:41.749 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/erryorn"
69242024-08-24T16:56:42.653Z[ recovery-image] Aug 24 16:56:41.749 INFO O| Aug 24 16:56:41.749 INFO STEP 992 (remove_files) COMPLETE
69252024-08-24T16:56:42.653Z[ recovery-image] Aug 24 16:56:41.749 INFO O| Aug 24 16:56:41.749 INFO STEP 993: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69262024-08-24T16:56:42.663Z[ recovery-image] Aug 24 16:56:41.759 INFO O| Aug 24 16:56:41.759 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/helpdate"
69272024-08-24T16:56:42.666Z[ recovery-image] Aug 24 16:56:41.759 INFO O| Aug 24 16:56:41.759 INFO STEP 993 (remove_files) COMPLETE
69282024-08-24T16:56:42.666Z[ recovery-image] Aug 24 16:56:41.759 INFO O| Aug 24 16:56:41.759 INFO STEP 994: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69292024-08-24T16:56:42.673Z[ recovery-image] Aug 24 16:56:41.769 INFO O| Aug 24 16:56:41.769 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/helpgid"
69302024-08-24T16:56:42.673Z[ recovery-image] Aug 24 16:56:41.769 INFO O| Aug 24 16:56:41.769 INFO STEP 994 (remove_files) COMPLETE
69312024-08-24T16:56:42.673Z[ recovery-image] Aug 24 16:56:41.769 INFO O| Aug 24 16:56:41.769 INFO STEP 995: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69322024-08-24T16:56:42.682Z[ recovery-image] Aug 24 16:56:41.778 INFO O| Aug 24 16:56:41.778 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/helpint"
69332024-08-24T16:56:42.682Z[ recovery-image] Aug 24 16:56:41.779 INFO O| Aug 24 16:56:41.778 INFO STEP 995 (remove_files) COMPLETE
69342024-08-24T16:56:42.685Z[ recovery-image] Aug 24 16:56:41.779 INFO O| Aug 24 16:56:41.779 INFO STEP 996: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69352024-08-24T16:56:42.692Z[ recovery-image] Aug 24 16:56:41.788 INFO O| Aug 24 16:56:41.788 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/helpitem"
69362024-08-24T16:56:42.692Z[ recovery-image] Aug 24 16:56:41.788 INFO O| Aug 24 16:56:41.788 INFO STEP 996 (remove_files) COMPLETE
69372024-08-24T16:56:42.695Z[ recovery-image] Aug 24 16:56:41.789 INFO O| Aug 24 16:56:41.788 INFO STEP 997: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69382024-08-24T16:56:42.702Z[ recovery-image] Aug 24 16:56:41.798 INFO O| Aug 24 16:56:41.798 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/helppath"
69392024-08-24T16:56:42.702Z[ recovery-image] Aug 24 16:56:41.798 INFO O| Aug 24 16:56:41.798 INFO STEP 997 (remove_files) COMPLETE
69402024-08-24T16:56:42.705Z[ recovery-image] Aug 24 16:56:41.798 INFO O| Aug 24 16:56:41.798 INFO STEP 998: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69412024-08-24T16:56:42.712Z[ recovery-image] Aug 24 16:56:41.808 INFO O| Aug 24 16:56:41.808 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/helprange"
69422024-08-24T16:56:42.712Z[ recovery-image] Aug 24 16:56:41.808 INFO O| Aug 24 16:56:41.808 INFO STEP 998 (remove_files) COMPLETE
69432024-08-24T16:56:42.714Z[ recovery-image] Aug 24 16:56:41.808 INFO O| Aug 24 16:56:41.808 INFO STEP 999: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69442024-08-24T16:56:42.722Z[ recovery-image] Aug 24 16:56:41.818 INFO O| Aug 24 16:56:41.818 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/helpstr"
69452024-08-24T16:56:42.722Z[ recovery-image] Aug 24 16:56:41.818 INFO O| Aug 24 16:56:41.818 INFO STEP 999 (remove_files) COMPLETE
69462024-08-24T16:56:42.722Z[ recovery-image] Aug 24 16:56:41.818 INFO O| Aug 24 16:56:41.818 INFO STEP 1000: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69472024-08-24T16:56:42.736Z[ recovery-image] Aug 24 16:56:41.828 INFO O| Aug 24 16:56:41.828 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/helptime"
69482024-08-24T16:56:42.736Z[ recovery-image] Aug 24 16:56:41.828 INFO O| Aug 24 16:56:41.828 INFO STEP 1000 (remove_files) COMPLETE
69492024-08-24T16:56:42.736Z[ recovery-image] Aug 24 16:56:41.828 INFO O| Aug 24 16:56:41.828 INFO STEP 1001: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69502024-08-24T16:56:42.742Z[ recovery-image] Aug 24 16:56:41.838 INFO O| Aug 24 16:56:41.838 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/helpuid"
69512024-08-24T16:56:42.742Z[ recovery-image] Aug 24 16:56:41.838 INFO O| Aug 24 16:56:41.838 INFO STEP 1001 (remove_files) COMPLETE
69522024-08-24T16:56:42.742Z[ recovery-image] Aug 24 16:56:41.838 INFO O| Aug 24 16:56:41.838 INFO STEP 1002: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69532024-08-24T16:56:42.752Z[ recovery-image] Aug 24 16:56:41.848 INFO O| Aug 24 16:56:41.848 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/helpyorn"
69542024-08-24T16:56:42.752Z[ recovery-image] Aug 24 16:56:41.848 INFO O| Aug 24 16:56:41.848 INFO STEP 1002 (remove_files) COMPLETE
69552024-08-24T16:56:42.752Z[ recovery-image] Aug 24 16:56:41.848 INFO O| Aug 24 16:56:41.848 INFO STEP 1003: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69562024-08-24T16:56:42.762Z[ recovery-image] Aug 24 16:56:41.858 INFO O| Aug 24 16:56:41.858 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/puttext"
69572024-08-24T16:56:42.762Z[ recovery-image] Aug 24 16:56:41.858 INFO O| Aug 24 16:56:41.858 INFO STEP 1003 (remove_files) COMPLETE
69582024-08-24T16:56:42.762Z[ recovery-image] Aug 24 16:56:41.858 INFO O| Aug 24 16:56:41.858 INFO STEP 1004: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69592024-08-24T16:56:42.772Z[ recovery-image] Aug 24 16:56:41.868 INFO O| Aug 24 16:56:41.868 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/valdate"
69602024-08-24T16:56:42.772Z[ recovery-image] Aug 24 16:56:41.868 INFO O| Aug 24 16:56:41.868 INFO STEP 1004 (remove_files) COMPLETE
69612024-08-24T16:56:42.774Z[ recovery-image] Aug 24 16:56:41.868 INFO O| Aug 24 16:56:41.868 INFO STEP 1005: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69622024-08-24T16:56:42.782Z[ recovery-image] Aug 24 16:56:41.878 INFO O| Aug 24 16:56:41.878 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/valgid"
69632024-08-24T16:56:42.784Z[ recovery-image] Aug 24 16:56:41.878 INFO O| Aug 24 16:56:41.878 INFO STEP 1005 (remove_files) COMPLETE
69642024-08-24T16:56:42.784Z[ recovery-image] Aug 24 16:56:41.878 INFO O| Aug 24 16:56:41.878 INFO STEP 1006: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69652024-08-24T16:56:42.792Z[ recovery-image] Aug 24 16:56:41.888 INFO O| Aug 24 16:56:41.888 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/valint"
69662024-08-24T16:56:42.794Z[ recovery-image] Aug 24 16:56:41.888 INFO O| Aug 24 16:56:41.888 INFO STEP 1006 (remove_files) COMPLETE
69672024-08-24T16:56:42.794Z[ recovery-image] Aug 24 16:56:41.888 INFO O| Aug 24 16:56:41.888 INFO STEP 1007: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69682024-08-24T16:56:42.801Z[ recovery-image] Aug 24 16:56:41.897 INFO O| Aug 24 16:56:41.897 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/valpath"
69692024-08-24T16:56:42.801Z[ recovery-image] Aug 24 16:56:41.898 INFO O| Aug 24 16:56:41.898 INFO STEP 1007 (remove_files) COMPLETE
69702024-08-24T16:56:42.801Z[ recovery-image] Aug 24 16:56:41.898 INFO O| Aug 24 16:56:41.898 INFO STEP 1008: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69712024-08-24T16:56:42.811Z[ recovery-image] Aug 24 16:56:41.907 INFO O| Aug 24 16:56:41.907 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/valrange"
69722024-08-24T16:56:42.811Z[ recovery-image] Aug 24 16:56:41.907 INFO O| Aug 24 16:56:41.907 INFO STEP 1008 (remove_files) COMPLETE
69732024-08-24T16:56:42.814Z[ recovery-image] Aug 24 16:56:41.908 INFO O| Aug 24 16:56:41.907 INFO STEP 1009: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69742024-08-24T16:56:42.822Z[ recovery-image] Aug 24 16:56:41.918 INFO O| Aug 24 16:56:41.918 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/valstr"
69752024-08-24T16:56:42.822Z[ recovery-image] Aug 24 16:56:41.919 INFO O| Aug 24 16:56:41.919 INFO STEP 1009 (remove_files) COMPLETE
69762024-08-24T16:56:42.822Z[ recovery-image] Aug 24 16:56:41.919 INFO O| Aug 24 16:56:41.919 INFO STEP 1010: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69772024-08-24T16:56:42.833Z[ recovery-image] Aug 24 16:56:41.929 INFO O| Aug 24 16:56:41.929 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/valtime"
69782024-08-24T16:56:42.833Z[ recovery-image] Aug 24 16:56:41.929 INFO O| Aug 24 16:56:41.929 INFO STEP 1010 (remove_files) COMPLETE
69792024-08-24T16:56:42.833Z[ recovery-image] Aug 24 16:56:41.929 INFO O| Aug 24 16:56:41.929 INFO STEP 1011: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69802024-08-24T16:56:42.843Z[ recovery-image] Aug 24 16:56:41.939 INFO O| Aug 24 16:56:41.939 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/valuid"
69812024-08-24T16:56:42.846Z[ recovery-image] Aug 24 16:56:41.940 INFO O| Aug 24 16:56:41.939 INFO STEP 1011 (remove_files) COMPLETE
69822024-08-24T16:56:42.846Z[ recovery-image] Aug 24 16:56:41.940 INFO O| Aug 24 16:56:41.939 INFO STEP 1012: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69832024-08-24T16:56:42.853Z[ recovery-image] Aug 24 16:56:41.949 INFO O| Aug 24 16:56:41.949 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/valyorn"
69842024-08-24T16:56:42.853Z[ recovery-image] Aug 24 16:56:41.949 INFO O| Aug 24 16:56:41.949 INFO STEP 1012 (remove_files) COMPLETE
69852024-08-24T16:56:42.855Z[ recovery-image] Aug 24 16:56:41.949 INFO O| Aug 24 16:56:41.949 INFO STEP 1013: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69862024-08-24T16:56:42.863Z[ recovery-image] Aug 24 16:56:41.959 INFO O| Aug 24 16:56:41.959 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/install/bin/pkginstall"
69872024-08-24T16:56:42.865Z[ recovery-image] Aug 24 16:56:41.959 INFO O| Aug 24 16:56:41.959 INFO STEP 1013 (remove_files) COMPLETE
69882024-08-24T16:56:42.865Z[ recovery-image] Aug 24 16:56:41.959 INFO O| Aug 24 16:56:41.959 INFO STEP 1014: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69892024-08-24T16:56:42.873Z[ recovery-image] Aug 24 16:56:41.969 INFO O| Aug 24 16:56:41.969 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/install/bin/pkgname"
69902024-08-24T16:56:42.873Z[ recovery-image] Aug 24 16:56:41.969 INFO O| Aug 24 16:56:41.969 INFO STEP 1014 (remove_files) COMPLETE
69912024-08-24T16:56:42.875Z[ recovery-image] Aug 24 16:56:41.969 INFO O| Aug 24 16:56:41.969 INFO STEP 1015: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69922024-08-24T16:56:42.882Z[ recovery-image] Aug 24 16:56:41.979 INFO O| Aug 24 16:56:41.979 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/install/bin/pkgremove"
69932024-08-24T16:56:42.885Z[ recovery-image] Aug 24 16:56:41.979 INFO O| Aug 24 16:56:41.979 INFO STEP 1015 (remove_files) COMPLETE
69942024-08-24T16:56:42.885Z[ recovery-image] Aug 24 16:56:41.979 INFO O| Aug 24 16:56:41.979 INFO STEP 1016: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69952024-08-24T16:56:42.892Z[ recovery-image] Aug 24 16:56:41.988 INFO O| Aug 24 16:56:41.988 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/install/bin/pkgserv"
69962024-08-24T16:56:42.892Z[ recovery-image] Aug 24 16:56:41.989 INFO O| Aug 24 16:56:41.989 INFO STEP 1016 (remove_files) COMPLETE
69972024-08-24T16:56:42.895Z[ recovery-image] Aug 24 16:56:41.989 INFO O| Aug 24 16:56:41.989 INFO STEP 1017: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69982024-08-24T16:56:42.908Z[ recovery-image] Aug 24 16:56:42.004 INFO O| Aug 24 16:56:42.004 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/install/miniroot.db"
69992024-08-24T16:56:42.908Z[ recovery-image] Aug 24 16:56:42.004 INFO O| Aug 24 16:56:42.004 INFO STEP 1017 (remove_files) COMPLETE
70002024-08-24T16:56:42.908Z[ recovery-image] Aug 24 16:56:42.004 INFO O| Aug 24 16:56:42.004 INFO STEP 1018: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70012024-08-24T16:56:42.923Z[ recovery-image] Aug 24 16:56:42.019 INFO O| Aug 24 16:56:42.019 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/install/scripts/i.preserve"
70022024-08-24T16:56:42.926Z[ recovery-image] Aug 24 16:56:42.019 INFO O| Aug 24 16:56:42.019 INFO STEP 1018 (remove_files) COMPLETE
70032024-08-24T16:56:42.926Z[ recovery-image] Aug 24 16:56:42.019 INFO O| Aug 24 16:56:42.019 INFO STEP 1019: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70042024-08-24T16:56:42.937Z[ recovery-image] Aug 24 16:56:42.034 INFO O| Aug 24 16:56:42.033 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/ugdates"
70052024-08-24T16:56:42.938Z[ recovery-image] Aug 24 16:56:42.034 INFO O| Aug 24 16:56:42.034 INFO STEP 1019 (remove_files) COMPLETE
70062024-08-24T16:56:42.938Z[ recovery-image] Aug 24 16:56:42.034 INFO O| Aug 24 16:56:42.034 INFO STEP 1020: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70072024-08-24T16:56:42.948Z[ recovery-image] Aug 24 16:56:42.044 INFO O| Aug 24 16:56:42.044 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/6to4relay"
70082024-08-24T16:56:42.950Z[ recovery-image] Aug 24 16:56:42.044 INFO O| Aug 24 16:56:42.044 INFO STEP 1020 (remove_files) COMPLETE
70092024-08-24T16:56:42.951Z[ recovery-image] Aug 24 16:56:42.044 INFO O| Aug 24 16:56:42.044 INFO STEP 1021: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70102024-08-24T16:56:42.958Z[ recovery-image] Aug 24 16:56:42.054 INFO O| Aug 24 16:56:42.054 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/acctadm"
70112024-08-24T16:56:42.958Z[ recovery-image] Aug 24 16:56:42.054 INFO O| Aug 24 16:56:42.054 INFO STEP 1021 (remove_files) COMPLETE
70122024-08-24T16:56:42.961Z[ recovery-image] Aug 24 16:56:42.054 INFO O| Aug 24 16:56:42.054 INFO STEP 1022: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70132024-08-24T16:56:42.964Z[ host-image] Aug 24 16:56:42.060 INFO O| Aug 24 16:56:42.060 INFO O| Actions: Completed 22 actions in 0.51 seconds.
70142024-08-24T16:56:42.969Z[ recovery-image] Aug 24 16:56:42.065 INFO O| Aug 24 16:56:42.065 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/acpidump"
70152024-08-24T16:56:42.969Z[ recovery-image] Aug 24 16:56:42.065 INFO O| Aug 24 16:56:42.065 INFO STEP 1022 (remove_files) COMPLETE
70162024-08-24T16:56:42.971Z[ recovery-image] Aug 24 16:56:42.065 INFO O| Aug 24 16:56:42.065 INFO STEP 1023: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70172024-08-24T16:56:42.979Z[ recovery-image] Aug 24 16:56:42.076 INFO O| Aug 24 16:56:42.075 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/acpixtract"
70182024-08-24T16:56:42.980Z[ recovery-image] Aug 24 16:56:42.076 INFO O| Aug 24 16:56:42.076 INFO STEP 1023 (remove_files) COMPLETE
70192024-08-24T16:56:42.980Z[ recovery-image] Aug 24 16:56:42.076 INFO O| Aug 24 16:56:42.076 INFO STEP 1024: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70202024-08-24T16:56:42.991Z[ recovery-image] Aug 24 16:56:42.087 INFO O| Aug 24 16:56:42.087 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/add_drv"
70212024-08-24T16:56:42.991Z[ recovery-image] Aug 24 16:56:42.088 INFO O| Aug 24 16:56:42.088 INFO STEP 1024 (remove_files) COMPLETE
70222024-08-24T16:56:42.994Z[ recovery-image] Aug 24 16:56:42.088 INFO O| Aug 24 16:56:42.088 INFO STEP 1025: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70232024-08-24T16:56:43.002Z[ recovery-image] Aug 24 16:56:42.098 INFO O| Aug 24 16:56:42.098 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/allocate"
70242024-08-24T16:56:43.002Z[ recovery-image] Aug 24 16:56:42.098 INFO O| Aug 24 16:56:42.098 INFO STEP 1025 (remove_files) COMPLETE
70252024-08-24T16:56:43.004Z[ recovery-image] Aug 24 16:56:42.098 INFO O| Aug 24 16:56:42.098 INFO STEP 1026: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70262024-08-24T16:56:43.012Z[ recovery-image] Aug 24 16:56:42.108 INFO O| Aug 24 16:56:42.108 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/amd64/intrstat"
70272024-08-24T16:56:43.015Z[ recovery-image] Aug 24 16:56:42.108 INFO O| Aug 24 16:56:42.108 INFO STEP 1026 (remove_files) COMPLETE
70282024-08-24T16:56:43.015Z[ recovery-image] Aug 24 16:56:42.108 INFO O| Aug 24 16:56:42.108 INFO STEP 1027: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70292024-08-24T16:56:43.022Z[ recovery-image] Aug 24 16:56:42.118 INFO O| Aug 24 16:56:42.118 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/amd64/lockstat"
70302024-08-24T16:56:43.022Z[ recovery-image] Aug 24 16:56:42.119 INFO O| Aug 24 16:56:42.119 INFO STEP 1027 (remove_files) COMPLETE
70312024-08-24T16:56:43.022Z[ recovery-image] Aug 24 16:56:42.119 INFO O| Aug 24 16:56:42.119 INFO STEP 1028: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70322024-08-24T16:56:43.033Z[ recovery-image] Aug 24 16:56:42.129 INFO O| Aug 24 16:56:42.129 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/amd64/plockstat"
70332024-08-24T16:56:43.033Z[ recovery-image] Aug 24 16:56:42.129 INFO O| Aug 24 16:56:42.129 INFO STEP 1028 (remove_files) COMPLETE
70342024-08-24T16:56:43.036Z[ recovery-image] Aug 24 16:56:42.129 INFO O| Aug 24 16:56:42.129 INFO STEP 1029: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70352024-08-24T16:56:43.043Z[ recovery-image] Aug 24 16:56:42.139 INFO O| Aug 24 16:56:42.139 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/arp"
70362024-08-24T16:56:43.043Z[ recovery-image] Aug 24 16:56:42.139 INFO O| Aug 24 16:56:42.139 INFO STEP 1029 (remove_files) COMPLETE
70372024-08-24T16:56:43.046Z[ recovery-image] Aug 24 16:56:42.139 INFO O| Aug 24 16:56:42.139 INFO STEP 1030: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70382024-08-24T16:56:43.053Z[ recovery-image] Aug 24 16:56:42.150 INFO O| Aug 24 16:56:42.149 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/audit"
70392024-08-24T16:56:43.053Z[ recovery-image] Aug 24 16:56:42.150 INFO O| Aug 24 16:56:42.150 INFO STEP 1030 (remove_files) COMPLETE
70402024-08-24T16:56:43.054Z[ recovery-image] Aug 24 16:56:42.150 INFO O| Aug 24 16:56:42.150 INFO STEP 1031: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70412024-08-24T16:56:43.064Z[ recovery-image] Aug 24 16:56:42.160 INFO O| Aug 24 16:56:42.160 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/auditconfig"
70422024-08-24T16:56:43.064Z[ recovery-image] Aug 24 16:56:42.160 INFO O| Aug 24 16:56:42.160 INFO STEP 1031 (remove_files) COMPLETE
70432024-08-24T16:56:43.064Z[ recovery-image] Aug 24 16:56:42.160 INFO O| Aug 24 16:56:42.160 INFO STEP 1032: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70442024-08-24T16:56:43.074Z[ recovery-image] Aug 24 16:56:42.170 INFO O| Aug 24 16:56:42.170 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/auditd"
70452024-08-24T16:56:43.076Z[ recovery-image] Aug 24 16:56:42.170 INFO O| Aug 24 16:56:42.170 INFO STEP 1032 (remove_files) COMPLETE
70462024-08-24T16:56:43.076Z[ recovery-image] Aug 24 16:56:42.170 INFO O| Aug 24 16:56:42.170 INFO STEP 1033: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70472024-08-24T16:56:43.084Z[ recovery-image] Aug 24 16:56:42.181 INFO O| Aug 24 16:56:42.181 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/auditrecord"
70482024-08-24T16:56:43.087Z[ recovery-image] Aug 24 16:56:42.181 INFO O| Aug 24 16:56:42.181 INFO STEP 1033 (remove_files) COMPLETE
70492024-08-24T16:56:43.087Z[ recovery-image] Aug 24 16:56:42.181 INFO O| Aug 24 16:56:42.181 INFO STEP 1034: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70502024-08-24T16:56:43.095Z[ recovery-image] Aug 24 16:56:42.191 INFO O| Aug 24 16:56:42.191 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/auditreduce"
70512024-08-24T16:56:43.095Z[ recovery-image] Aug 24 16:56:42.191 INFO O| Aug 24 16:56:42.191 INFO STEP 1034 (remove_files) COMPLETE
70522024-08-24T16:56:43.097Z[ recovery-image] Aug 24 16:56:42.191 INFO O| Aug 24 16:56:42.191 INFO STEP 1035: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70532024-08-24T16:56:43.105Z[ recovery-image] Aug 24 16:56:42.201 INFO O| Aug 24 16:56:42.201 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/auditstat"
70542024-08-24T16:56:43.105Z[ recovery-image] Aug 24 16:56:42.201 INFO O| Aug 24 16:56:42.201 INFO STEP 1035 (remove_files) COMPLETE
70552024-08-24T16:56:43.105Z[ recovery-image] Aug 24 16:56:42.201 INFO O| Aug 24 16:56:42.201 INFO STEP 1036: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70562024-08-24T16:56:43.116Z[ recovery-image] Aug 24 16:56:42.212 INFO O| Aug 24 16:56:42.212 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/audlinks"
70572024-08-24T16:56:43.117Z[ recovery-image] Aug 24 16:56:42.213 INFO O| Aug 24 16:56:42.212 INFO STEP 1036 (remove_files) COMPLETE
70582024-08-24T16:56:43.117Z[ recovery-image] Aug 24 16:56:42.213 INFO O| Aug 24 16:56:42.213 INFO STEP 1037: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70592024-08-24T16:56:43.128Z[ recovery-image] Aug 24 16:56:42.224 INFO O| Aug 24 16:56:42.224 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/bhyve"
70602024-08-24T16:56:43.129Z[ recovery-image] Aug 24 16:56:42.225 INFO O| Aug 24 16:56:42.225 INFO STEP 1037 (remove_files) COMPLETE
70612024-08-24T16:56:43.131Z[ recovery-image] Aug 24 16:56:42.225 INFO O| Aug 24 16:56:42.225 INFO STEP 1038: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70622024-08-24T16:56:43.141Z[ recovery-image] Aug 24 16:56:42.237 INFO O| Aug 24 16:56:42.237 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/bhyvectl"
70632024-08-24T16:56:43.141Z[ recovery-image] Aug 24 16:56:42.237 INFO O| Aug 24 16:56:42.237 INFO STEP 1038 (remove_files) COMPLETE
70642024-08-24T16:56:43.143Z[ recovery-image] Aug 24 16:56:42.237 INFO O| Aug 24 16:56:42.237 INFO STEP 1039: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70652024-08-24T16:56:43.152Z[ recovery-image] Aug 24 16:56:42.248 INFO O| Aug 24 16:56:42.248 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/cfgadm"
70662024-08-24T16:56:43.152Z[ recovery-image] Aug 24 16:56:42.248 INFO O| Aug 24 16:56:42.248 INFO STEP 1039 (remove_files) COMPLETE
70672024-08-24T16:56:43.152Z[ recovery-image] Aug 24 16:56:42.248 INFO O| Aug 24 16:56:42.248 INFO STEP 1040: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70682024-08-24T16:56:43.164Z[ recovery-image] Aug 24 16:56:42.260 INFO O| Aug 24 16:56:42.260 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/chronyd"
70692024-08-24T16:56:43.164Z[ recovery-image] Aug 24 16:56:42.260 INFO O| Aug 24 16:56:42.260 INFO STEP 1040 (remove_files) COMPLETE
70702024-08-24T16:56:43.164Z[ recovery-image] Aug 24 16:56:42.260 INFO O| Aug 24 16:56:42.260 INFO STEP 1041: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70712024-08-24T16:56:43.175Z[ recovery-image] Aug 24 16:56:42.271 INFO O| Aug 24 16:56:42.271 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/chroot"
70722024-08-24T16:56:43.175Z[ recovery-image] Aug 24 16:56:42.271 INFO O| Aug 24 16:56:42.271 INFO STEP 1041 (remove_files) COMPLETE
70732024-08-24T16:56:43.178Z[ recovery-image] Aug 24 16:56:42.271 INFO O| Aug 24 16:56:42.271 INFO STEP 1042: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70742024-08-24T16:56:43.188Z[ recovery-image] Aug 24 16:56:42.284 INFO O| Aug 24 16:56:42.284 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/clear_locks"
70752024-08-24T16:56:43.188Z[ recovery-image] Aug 24 16:56:42.284 INFO O| Aug 24 16:56:42.284 INFO STEP 1042 (remove_files) COMPLETE
70762024-08-24T16:56:43.188Z[ recovery-image] Aug 24 16:56:42.284 INFO O| Aug 24 16:56:42.284 INFO STEP 1043: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70772024-08-24T16:56:43.199Z[ recovery-image] Aug 24 16:56:42.295 INFO O| Aug 24 16:56:42.295 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/clinfo"
70782024-08-24T16:56:43.199Z[ recovery-image] Aug 24 16:56:42.296 INFO O| Aug 24 16:56:42.296 INFO STEP 1043 (remove_files) COMPLETE
70792024-08-24T16:56:43.203Z[ recovery-image] Aug 24 16:56:42.296 INFO O| Aug 24 16:56:42.296 INFO STEP 1044: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70802024-08-24T16:56:43.208Z[ host-image] Aug 24 16:56:42.304 INFO O| Aug 24 16:56:42.304 INFO O| Done
70812024-08-24T16:56:43.208Z[ host-image] Aug 24 16:56:42.304 INFO O| Aug 24 16:56:42.304 INFO O| Done
70822024-08-24T16:56:43.210Z[ recovery-image] Aug 24 16:56:42.306 INFO O| Aug 24 16:56:42.306 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/clri"
70832024-08-24T16:56:43.213Z[ recovery-image] Aug 24 16:56:42.307 INFO O| Aug 24 16:56:42.306 INFO STEP 1044 (remove_files) COMPLETE
70842024-08-24T16:56:43.213Z[ recovery-image] Aug 24 16:56:42.307 INFO O| Aug 24 16:56:42.307 INFO STEP 1045: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70852024-08-24T16:56:43.221Z[ recovery-image] Aug 24 16:56:42.317 INFO O| Aug 24 16:56:42.317 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/consadm"
70862024-08-24T16:56:43.221Z[ recovery-image] Aug 24 16:56:42.317 INFO O| Aug 24 16:56:42.317 INFO STEP 1045 (remove_files) COMPLETE
70872024-08-24T16:56:43.221Z[ recovery-image] Aug 24 16:56:42.317 INFO O| Aug 24 16:56:42.317 INFO STEP 1046: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70882024-08-24T16:56:43.231Z[ recovery-image] Aug 24 16:56:42.327 INFO O| Aug 24 16:56:42.327 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/consadmd"
70892024-08-24T16:56:43.231Z[ recovery-image] Aug 24 16:56:42.327 INFO O| Aug 24 16:56:42.327 INFO STEP 1046 (remove_files) COMPLETE
70902024-08-24T16:56:43.233Z[ recovery-image] Aug 24 16:56:42.327 INFO O| Aug 24 16:56:42.327 INFO STEP 1047: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70912024-08-24T16:56:43.240Z[ recovery-image] Aug 24 16:56:42.336 INFO O| Aug 24 16:56:42.336 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/cpustat"
70922024-08-24T16:56:43.240Z[ recovery-image] Aug 24 16:56:42.337 INFO O| Aug 24 16:56:42.337 INFO STEP 1047 (remove_files) COMPLETE
70932024-08-24T16:56:43.243Z[ recovery-image] Aug 24 16:56:42.337 INFO O| Aug 24 16:56:42.337 INFO STEP 1048: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70942024-08-24T16:56:43.250Z[ recovery-image] Aug 24 16:56:42.346 INFO O| Aug 24 16:56:42.346 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/deallocate"
70952024-08-24T16:56:43.253Z[ recovery-image] Aug 24 16:56:42.346 INFO O| Aug 24 16:56:42.346 INFO STEP 1048 (remove_files) COMPLETE
70962024-08-24T16:56:43.253Z[ recovery-image] Aug 24 16:56:42.346 INFO O| Aug 24 16:56:42.346 INFO STEP 1049: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70972024-08-24T16:56:43.260Z[ recovery-image] Aug 24 16:56:42.356 INFO O| Aug 24 16:56:42.356 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/devinfo"
70982024-08-24T16:56:43.260Z[ recovery-image] Aug 24 16:56:42.356 INFO O| Aug 24 16:56:42.356 INFO STEP 1049 (remove_files) COMPLETE
70992024-08-24T16:56:43.262Z[ recovery-image] Aug 24 16:56:42.356 INFO O| Aug 24 16:56:42.356 INFO STEP 1050: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71002024-08-24T16:56:43.269Z[ recovery-image] Aug 24 16:56:42.365 INFO O| Aug 24 16:56:42.365 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/devlinks"
71012024-08-24T16:56:43.269Z[ recovery-image] Aug 24 16:56:42.365 INFO O| Aug 24 16:56:42.365 INFO STEP 1050 (remove_files) COMPLETE
71022024-08-24T16:56:43.269Z[ recovery-image] Aug 24 16:56:42.366 INFO O| Aug 24 16:56:42.365 INFO STEP 1051: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71032024-08-24T16:56:43.279Z[ recovery-image] Aug 24 16:56:42.375 INFO O| Aug 24 16:56:42.375 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/df"
71042024-08-24T16:56:43.279Z[ recovery-image] Aug 24 16:56:42.375 INFO O| Aug 24 16:56:42.375 INFO STEP 1051 (remove_files) COMPLETE
71052024-08-24T16:56:43.282Z[ recovery-image] Aug 24 16:56:42.375 INFO O| Aug 24 16:56:42.375 INFO STEP 1052: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71062024-08-24T16:56:43.289Z[ recovery-image] Aug 24 16:56:42.385 INFO O| Aug 24 16:56:42.385 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/dfmounts"
71072024-08-24T16:56:43.289Z[ recovery-image] Aug 24 16:56:42.385 INFO O| Aug 24 16:56:42.385 INFO STEP 1052 (remove_files) COMPLETE
71082024-08-24T16:56:43.289Z[ recovery-image] Aug 24 16:56:42.385 INFO O| Aug 24 16:56:42.385 INFO STEP 1053: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71092024-08-24T16:56:43.298Z[ recovery-image] Aug 24 16:56:42.395 INFO O| Aug 24 16:56:42.394 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/dfshares"
71102024-08-24T16:56:43.298Z[ recovery-image] Aug 24 16:56:42.395 INFO O| Aug 24 16:56:42.395 INFO STEP 1053 (remove_files) COMPLETE
71112024-08-24T16:56:43.301Z[ recovery-image] Aug 24 16:56:42.395 INFO O| Aug 24 16:56:42.395 INFO STEP 1054: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71122024-08-24T16:56:43.308Z[ recovery-image] Aug 24 16:56:42.404 INFO O| Aug 24 16:56:42.404 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/disks"
71132024-08-24T16:56:43.308Z[ recovery-image] Aug 24 16:56:42.404 INFO O| Aug 24 16:56:42.404 INFO STEP 1054 (remove_files) COMPLETE
71142024-08-24T16:56:43.308Z[ recovery-image] Aug 24 16:56:42.404 INFO O| Aug 24 16:56:42.404 INFO STEP 1055: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71152024-08-24T16:56:43.319Z[ recovery-image] Aug 24 16:56:42.415 INFO O| Aug 24 16:56:42.415 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/dispadmin"
71162024-08-24T16:56:43.319Z[ recovery-image] Aug 24 16:56:42.416 INFO O| Aug 24 16:56:42.415 INFO STEP 1055 (remove_files) COMPLETE
71172024-08-24T16:56:43.319Z[ recovery-image] Aug 24 16:56:42.416 INFO O| Aug 24 16:56:42.416 INFO STEP 1056: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71182024-08-24T16:56:43.330Z[ recovery-image] Aug 24 16:56:42.426 INFO O| Aug 24 16:56:42.426 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/dminfo"
71192024-08-24T16:56:43.333Z[ recovery-image] Aug 24 16:56:42.426 INFO O| Aug 24 16:56:42.426 INFO STEP 1056 (remove_files) COMPLETE
71202024-08-24T16:56:43.333Z[ recovery-image] Aug 24 16:56:42.426 INFO O| Aug 24 16:56:42.426 INFO STEP 1057: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71212024-08-24T16:56:43.340Z[ recovery-image] Aug 24 16:56:42.436 INFO O| Aug 24 16:56:42.436 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/drvconfig"
71222024-08-24T16:56:43.340Z[ recovery-image] Aug 24 16:56:42.437 INFO O| Aug 24 16:56:42.436 INFO STEP 1057 (remove_files) COMPLETE
71232024-08-24T16:56:43.343Z[ recovery-image] Aug 24 16:56:42.437 INFO O| Aug 24 16:56:42.436 INFO STEP 1058: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71242024-08-24T16:56:43.350Z[ recovery-image] Aug 24 16:56:42.446 INFO O| Aug 24 16:56:42.446 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/dtrace"
71252024-08-24T16:56:43.350Z[ recovery-image] Aug 24 16:56:42.446 INFO O| Aug 24 16:56:42.446 INFO STEP 1058 (remove_files) COMPLETE
71262024-08-24T16:56:43.354Z[ recovery-image] Aug 24 16:56:42.446 INFO O| Aug 24 16:56:42.446 INFO STEP 1059: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71272024-08-24T16:56:43.360Z[ recovery-image] Aug 24 16:56:42.456 INFO O| Aug 24 16:56:42.456 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/eeprom"
71282024-08-24T16:56:43.360Z[ recovery-image] Aug 24 16:56:42.456 INFO O| Aug 24 16:56:42.456 INFO STEP 1059 (remove_files) COMPLETE
71292024-08-24T16:56:43.360Z[ recovery-image] Aug 24 16:56:42.456 INFO O| Aug 24 16:56:42.456 INFO STEP 1060: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71302024-08-24T16:56:43.370Z[ recovery-image] Aug 24 16:56:42.466 INFO O| Aug 24 16:56:42.466 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/ff"
71312024-08-24T16:56:43.370Z[ recovery-image] Aug 24 16:56:42.466 INFO O| Aug 24 16:56:42.466 INFO STEP 1060 (remove_files) COMPLETE
71322024-08-24T16:56:43.372Z[ recovery-image] Aug 24 16:56:42.466 INFO O| Aug 24 16:56:42.466 INFO STEP 1061: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71332024-08-24T16:56:43.380Z[ recovery-image] Aug 24 16:56:42.476 INFO O| Aug 24 16:56:42.476 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/fmadm"
71342024-08-24T16:56:43.380Z[ recovery-image] Aug 24 16:56:42.476 INFO O| Aug 24 16:56:42.476 INFO STEP 1061 (remove_files) COMPLETE
71352024-08-24T16:56:43.382Z[ recovery-image] Aug 24 16:56:42.476 INFO O| Aug 24 16:56:42.476 INFO STEP 1062: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71362024-08-24T16:56:43.390Z[ recovery-image] Aug 24 16:56:42.486 INFO O| Aug 24 16:56:42.486 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/fmdump"
71372024-08-24T16:56:43.392Z[ recovery-image] Aug 24 16:56:42.486 INFO O| Aug 24 16:56:42.486 INFO STEP 1062 (remove_files) COMPLETE
71382024-08-24T16:56:43.392Z[ recovery-image] Aug 24 16:56:42.486 INFO O| Aug 24 16:56:42.486 INFO STEP 1063: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71392024-08-24T16:56:43.400Z[ recovery-image] Aug 24 16:56:42.496 INFO O| Aug 24 16:56:42.496 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/fmstat"
71402024-08-24T16:56:43.400Z[ recovery-image] Aug 24 16:56:42.496 INFO O| Aug 24 16:56:42.496 INFO STEP 1063 (remove_files) COMPLETE
71412024-08-24T16:56:43.403Z[ recovery-image] Aug 24 16:56:42.496 INFO O| Aug 24 16:56:42.496 INFO STEP 1064: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71422024-08-24T16:56:43.410Z[ recovery-image] Aug 24 16:56:42.506 INFO O| Aug 24 16:56:42.506 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/fmthard"
71432024-08-24T16:56:43.413Z[ recovery-image] Aug 24 16:56:42.507 INFO O| Aug 24 16:56:42.506 INFO STEP 1064 (remove_files) COMPLETE
71442024-08-24T16:56:43.413Z[ recovery-image] Aug 24 16:56:42.507 INFO O| Aug 24 16:56:42.507 INFO STEP 1065: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71452024-08-24T16:56:43.420Z[ recovery-image] Aug 24 16:56:42.517 INFO O| Aug 24 16:56:42.516 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/format"
71462024-08-24T16:56:43.420Z[ recovery-image] Aug 24 16:56:42.517 INFO O| Aug 24 16:56:42.517 INFO STEP 1065 (remove_files) COMPLETE
71472024-08-24T16:56:43.423Z[ recovery-image] Aug 24 16:56:42.517 INFO O| Aug 24 16:56:42.517 INFO STEP 1066: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71482024-08-24T16:56:43.430Z[ recovery-image] Aug 24 16:56:42.527 INFO O| Aug 24 16:56:42.526 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/fsck"
71492024-08-24T16:56:43.430Z[ recovery-image] Aug 24 16:56:42.527 INFO O| Aug 24 16:56:42.527 INFO STEP 1066 (remove_files) COMPLETE
71502024-08-24T16:56:43.433Z[ recovery-image] Aug 24 16:56:42.527 INFO O| Aug 24 16:56:42.527 INFO STEP 1067: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71512024-08-24T16:56:43.441Z[ recovery-image] Aug 24 16:56:42.537 INFO O| Aug 24 16:56:42.537 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/fuser"
71522024-08-24T16:56:43.441Z[ recovery-image] Aug 24 16:56:42.537 INFO O| Aug 24 16:56:42.537 INFO STEP 1067 (remove_files) COMPLETE
71532024-08-24T16:56:43.441Z[ recovery-image] Aug 24 16:56:42.537 INFO O| Aug 24 16:56:42.537 INFO STEP 1068: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71542024-08-24T16:56:43.451Z[ recovery-image] Aug 24 16:56:42.547 INFO O| Aug 24 16:56:42.547 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/getdevpolicy"
71552024-08-24T16:56:43.451Z[ recovery-image] Aug 24 16:56:42.547 INFO O| Aug 24 16:56:42.547 INFO STEP 1068 (remove_files) COMPLETE
71562024-08-24T16:56:43.453Z[ recovery-image] Aug 24 16:56:42.547 INFO O| Aug 24 16:56:42.547 INFO STEP 1069: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71572024-08-24T16:56:43.461Z[ recovery-image] Aug 24 16:56:42.557 INFO O| Aug 24 16:56:42.557 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/getmajor"
71582024-08-24T16:56:43.461Z[ recovery-image] Aug 24 16:56:42.557 INFO O| Aug 24 16:56:42.557 INFO STEP 1069 (remove_files) COMPLETE
71592024-08-24T16:56:43.463Z[ recovery-image] Aug 24 16:56:42.557 INFO O| Aug 24 16:56:42.557 INFO STEP 1070: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71602024-08-24T16:56:43.471Z[ recovery-image] Aug 24 16:56:42.567 INFO O| Aug 24 16:56:42.567 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/groupadd"
71612024-08-24T16:56:43.471Z[ recovery-image] Aug 24 16:56:42.567 INFO O| Aug 24 16:56:42.567 INFO STEP 1070 (remove_files) COMPLETE
71622024-08-24T16:56:43.471Z[ recovery-image] Aug 24 16:56:42.567 INFO O| Aug 24 16:56:42.567 INFO STEP 1071: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71632024-08-24T16:56:43.481Z[ recovery-image] Aug 24 16:56:42.577 INFO O| Aug 24 16:56:42.577 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/groupdel"
71642024-08-24T16:56:43.481Z[ recovery-image] Aug 24 16:56:42.577 INFO O| Aug 24 16:56:42.577 INFO STEP 1071 (remove_files) COMPLETE
71652024-08-24T16:56:43.481Z[ recovery-image] Aug 24 16:56:42.577 INFO O| Aug 24 16:56:42.577 INFO STEP 1072: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71662024-08-24T16:56:43.491Z[ recovery-image] Aug 24 16:56:42.587 INFO O| Aug 24 16:56:42.587 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/groupmod"
71672024-08-24T16:56:43.491Z[ recovery-image] Aug 24 16:56:42.587 INFO O| Aug 24 16:56:42.587 INFO STEP 1072 (remove_files) COMPLETE
71682024-08-24T16:56:43.494Z[ recovery-image] Aug 24 16:56:42.587 INFO O| Aug 24 16:56:42.587 INFO STEP 1073: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71692024-08-24T16:56:43.501Z[ recovery-image] Aug 24 16:56:42.597 INFO O| Aug 24 16:56:42.597 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/growfs"
71702024-08-24T16:56:43.504Z[ recovery-image] Aug 24 16:56:42.597 INFO O| Aug 24 16:56:42.597 INFO STEP 1073 (remove_files) COMPLETE
71712024-08-24T16:56:43.504Z[ recovery-image] Aug 24 16:56:42.597 INFO O| Aug 24 16:56:42.597 INFO STEP 1074: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71722024-08-24T16:56:43.511Z[ recovery-image] Aug 24 16:56:42.607 INFO O| Aug 24 16:56:42.607 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/grpck"
71732024-08-24T16:56:43.514Z[ recovery-image] Aug 24 16:56:42.608 INFO O| Aug 24 16:56:42.607 INFO STEP 1074 (remove_files) COMPLETE
71742024-08-24T16:56:43.514Z[ recovery-image] Aug 24 16:56:42.608 INFO O| Aug 24 16:56:42.607 INFO STEP 1075: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71752024-08-24T16:56:43.521Z[ recovery-image] Aug 24 16:56:42.617 INFO O| Aug 24 16:56:42.617 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/gsscred"
71762024-08-24T16:56:43.521Z[ recovery-image] Aug 24 16:56:42.617 INFO O| Aug 24 16:56:42.617 INFO STEP 1075 (remove_files) COMPLETE
71772024-08-24T16:56:43.524Z[ recovery-image] Aug 24 16:56:42.617 INFO O| Aug 24 16:56:42.617 INFO STEP 1076: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71782024-08-24T16:56:43.531Z[ recovery-image] Aug 24 16:56:42.627 INFO O| Aug 24 16:56:42.627 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/halt"
71792024-08-24T16:56:43.533Z[ recovery-image] Aug 24 16:56:42.627 INFO O| Aug 24 16:56:42.627 INFO STEP 1076 (remove_files) COMPLETE
71802024-08-24T16:56:43.533Z[ recovery-image] Aug 24 16:56:42.627 INFO O| Aug 24 16:56:42.627 INFO STEP 1077: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71812024-08-24T16:56:43.540Z[ recovery-image] Aug 24 16:56:42.637 INFO O| Aug 24 16:56:42.637 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/hotplug"
71822024-08-24T16:56:43.540Z[ recovery-image] Aug 24 16:56:42.637 INFO O| Aug 24 16:56:42.637 INFO STEP 1077 (remove_files) COMPLETE
71832024-08-24T16:56:43.545Z[ recovery-image] Aug 24 16:56:42.637 INFO O| Aug 24 16:56:42.637 INFO STEP 1078: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71842024-08-24T16:56:43.550Z[ recovery-image] Aug 24 16:56:42.646 INFO O| Aug 24 16:56:42.646 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/iasl"
71852024-08-24T16:56:43.553Z[ recovery-image] Aug 24 16:56:42.647 INFO O| Aug 24 16:56:42.647 INFO STEP 1078 (remove_files) COMPLETE
71862024-08-24T16:56:43.553Z[ recovery-image] Aug 24 16:56:42.647 INFO O| Aug 24 16:56:42.647 INFO STEP 1079: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71872024-08-24T16:56:43.560Z[ recovery-image] Aug 24 16:56:42.656 INFO O| Aug 24 16:56:42.656 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/idmap"
71882024-08-24T16:56:43.560Z[ recovery-image] Aug 24 16:56:42.656 INFO O| Aug 24 16:56:42.656 INFO STEP 1079 (remove_files) COMPLETE
71892024-08-24T16:56:43.563Z[ recovery-image] Aug 24 16:56:42.657 INFO O| Aug 24 16:56:42.656 INFO STEP 1080: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71902024-08-24T16:56:43.563Z[ host-image] Aug 24 16:56:42.659 INFO O| Aug 24 16:56:42.659 INFO O| Done
71912024-08-24T16:56:43.571Z[ recovery-image] Aug 24 16:56:42.667 INFO O| Aug 24 16:56:42.667 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/if_mpadm"
71922024-08-24T16:56:43.571Z[ recovery-image] Aug 24 16:56:42.667 INFO O| Aug 24 16:56:42.667 INFO STEP 1080 (remove_files) COMPLETE
71932024-08-24T16:56:43.571Z[ recovery-image] Aug 24 16:56:42.667 INFO O| Aug 24 16:56:42.667 INFO STEP 1081: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71942024-08-24T16:56:43.581Z[ recovery-image] Aug 24 16:56:42.677 INFO O| Aug 24 16:56:42.677 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/ikeadm"
71952024-08-24T16:56:43.581Z[ recovery-image] Aug 24 16:56:42.677 INFO O| Aug 24 16:56:42.677 INFO STEP 1081 (remove_files) COMPLETE
71962024-08-24T16:56:43.581Z[ recovery-image] Aug 24 16:56:42.677 INFO O| Aug 24 16:56:42.677 INFO STEP 1082: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71972024-08-24T16:56:43.591Z[ recovery-image] Aug 24 16:56:42.687 INFO O| Aug 24 16:56:42.687 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/ikecert"
71982024-08-24T16:56:43.593Z[ recovery-image] Aug 24 16:56:42.687 INFO O| Aug 24 16:56:42.687 INFO STEP 1082 (remove_files) COMPLETE
71992024-08-24T16:56:43.593Z[ recovery-image] Aug 24 16:56:42.687 INFO O| Aug 24 16:56:42.687 INFO STEP 1083: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72002024-08-24T16:56:43.601Z[ recovery-image] Aug 24 16:56:42.697 INFO O| Aug 24 16:56:42.697 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/in.rdisc"
72012024-08-24T16:56:43.601Z[ recovery-image] Aug 24 16:56:42.697 INFO O| Aug 24 16:56:42.697 INFO STEP 1083 (remove_files) COMPLETE
72022024-08-24T16:56:43.603Z[ recovery-image] Aug 24 16:56:42.697 INFO O| Aug 24 16:56:42.697 INFO STEP 1084: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72032024-08-24T16:56:43.611Z[ recovery-image] Aug 24 16:56:42.707 INFO O| Aug 24 16:56:42.707 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/in.routed"
72042024-08-24T16:56:43.611Z[ recovery-image] Aug 24 16:56:42.707 INFO O| Aug 24 16:56:42.707 INFO STEP 1084 (remove_files) COMPLETE
72052024-08-24T16:56:43.614Z[ recovery-image] Aug 24 16:56:42.707 INFO O| Aug 24 16:56:42.707 INFO STEP 1085: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72062024-08-24T16:56:43.621Z[ recovery-image] Aug 24 16:56:42.717 INFO O| Aug 24 16:56:42.717 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/inetadm"
72072024-08-24T16:56:43.621Z[ recovery-image] Aug 24 16:56:42.717 INFO O| Aug 24 16:56:42.717 INFO STEP 1085 (remove_files) COMPLETE
72082024-08-24T16:56:43.621Z[ recovery-image] Aug 24 16:56:42.717 INFO O| Aug 24 16:56:42.717 INFO STEP 1086: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72092024-08-24T16:56:43.631Z[ recovery-image] Aug 24 16:56:42.727 INFO O| Aug 24 16:56:42.727 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/inetconv"
72102024-08-24T16:56:43.633Z[ recovery-image] Aug 24 16:56:42.727 INFO O| Aug 24 16:56:42.727 INFO STEP 1086 (remove_files) COMPLETE
72112024-08-24T16:56:43.634Z[ recovery-image] Aug 24 16:56:42.727 INFO O| Aug 24 16:56:42.727 INFO STEP 1087: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72122024-08-24T16:56:43.641Z[ recovery-image] Aug 24 16:56:42.737 INFO O| Aug 24 16:56:42.737 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/install"
72132024-08-24T16:56:43.641Z[ recovery-image] Aug 24 16:56:42.737 INFO O| Aug 24 16:56:42.737 INFO STEP 1087 (remove_files) COMPLETE
72142024-08-24T16:56:43.644Z[ recovery-image] Aug 24 16:56:42.737 INFO O| Aug 24 16:56:42.737 INFO STEP 1088: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72152024-08-24T16:56:43.652Z[ recovery-image] Aug 24 16:56:42.748 INFO O| Aug 24 16:56:42.748 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/installboot"
72162024-08-24T16:56:43.652Z[ recovery-image] Aug 24 16:56:42.748 INFO O| Aug 24 16:56:42.748 INFO STEP 1088 (remove_files) COMPLETE
72172024-08-24T16:56:43.652Z[ recovery-image] Aug 24 16:56:42.748 INFO O| Aug 24 16:56:42.748 INFO STEP 1089: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72182024-08-24T16:56:43.663Z[ recovery-image] Aug 24 16:56:42.759 INFO O| Aug 24 16:56:42.759 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/installf"
72192024-08-24T16:56:43.663Z[ recovery-image] Aug 24 16:56:42.759 INFO O| Aug 24 16:56:42.759 INFO STEP 1089 (remove_files) COMPLETE
72202024-08-24T16:56:43.663Z[ recovery-image] Aug 24 16:56:42.759 INFO O| Aug 24 16:56:42.759 INFO STEP 1090: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72212024-08-24T16:56:43.674Z[ recovery-image] Aug 24 16:56:42.770 INFO O| Aug 24 16:56:42.770 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/intrstat"
72222024-08-24T16:56:43.676Z[ recovery-image] Aug 24 16:56:42.770 INFO O| Aug 24 16:56:42.770 INFO STEP 1090 (remove_files) COMPLETE
72232024-08-24T16:56:43.676Z[ recovery-image] Aug 24 16:56:42.770 INFO O| Aug 24 16:56:42.770 INFO STEP 1091: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72242024-08-24T16:56:43.686Z[ recovery-image] Aug 24 16:56:42.782 INFO O| Aug 24 16:56:42.782 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/ipsecalgs"
72252024-08-24T16:56:43.689Z[ recovery-image] Aug 24 16:56:42.782 INFO O| Aug 24 16:56:42.782 INFO STEP 1091 (remove_files) COMPLETE
72262024-08-24T16:56:43.689Z[ recovery-image] Aug 24 16:56:42.782 INFO O| Aug 24 16:56:42.782 INFO STEP 1092: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72272024-08-24T16:56:43.697Z[ recovery-image] Aug 24 16:56:42.793 INFO O| Aug 24 16:56:42.793 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/ipsecconf"
72282024-08-24T16:56:43.697Z[ recovery-image] Aug 24 16:56:42.793 INFO O| Aug 24 16:56:42.793 INFO STEP 1092 (remove_files) COMPLETE
72292024-08-24T16:56:43.697Z[ recovery-image] Aug 24 16:56:42.793 INFO O| Aug 24 16:56:42.793 INFO STEP 1093: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72302024-08-24T16:56:43.708Z[ recovery-image] Aug 24 16:56:42.804 INFO O| Aug 24 16:56:42.804 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/ipseckey"
72312024-08-24T16:56:43.708Z[ recovery-image] Aug 24 16:56:42.804 INFO O| Aug 24 16:56:42.804 INFO STEP 1093 (remove_files) COMPLETE
72322024-08-24T16:56:43.708Z[ recovery-image] Aug 24 16:56:42.804 INFO O| Aug 24 16:56:42.804 INFO STEP 1094: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72332024-08-24T16:56:43.718Z[ recovery-image] Aug 24 16:56:42.814 INFO O| Aug 24 16:56:42.814 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/keyserv"
72342024-08-24T16:56:43.718Z[ recovery-image] Aug 24 16:56:42.815 INFO O| Aug 24 16:56:42.815 INFO STEP 1094 (remove_files) COMPLETE
72352024-08-24T16:56:43.719Z[ recovery-image] Aug 24 16:56:42.815 INFO O| Aug 24 16:56:42.815 INFO STEP 1095: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72362024-08-24T16:56:43.728Z[ recovery-image] Aug 24 16:56:42.825 INFO O| Aug 24 16:56:42.824 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/killall"
72372024-08-24T16:56:43.728Z[ recovery-image] Aug 24 16:56:42.825 INFO O| Aug 24 16:56:42.825 INFO STEP 1095 (remove_files) COMPLETE
72382024-08-24T16:56:43.731Z[ recovery-image] Aug 24 16:56:42.825 INFO O| Aug 24 16:56:42.825 INFO STEP 1096: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72392024-08-24T16:56:43.738Z[ recovery-image] Aug 24 16:56:42.834 INFO O| Aug 24 16:56:42.834 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/link"
72402024-08-24T16:56:43.738Z[ recovery-image] Aug 24 16:56:42.835 INFO O| Aug 24 16:56:42.835 INFO STEP 1096 (remove_files) COMPLETE
72412024-08-24T16:56:43.741Z[ recovery-image] Aug 24 16:56:42.835 INFO O| Aug 24 16:56:42.835 INFO STEP 1097: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72422024-08-24T16:56:43.748Z[ recovery-image] Aug 24 16:56:42.845 INFO O| Aug 24 16:56:42.845 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/list_devices"
72432024-08-24T16:56:43.749Z[ recovery-image] Aug 24 16:56:42.845 INFO O| Aug 24 16:56:42.845 INFO STEP 1097 (remove_files) COMPLETE
72442024-08-24T16:56:43.751Z[ recovery-image] Aug 24 16:56:42.845 INFO O| Aug 24 16:56:42.845 INFO STEP 1098: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72452024-08-24T16:56:43.759Z[ recovery-image] Aug 24 16:56:42.855 INFO O| Aug 24 16:56:42.855 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/locator"
72462024-08-24T16:56:43.759Z[ recovery-image] Aug 24 16:56:42.855 INFO O| Aug 24 16:56:42.855 INFO STEP 1098 (remove_files) COMPLETE
72472024-08-24T16:56:43.761Z[ recovery-image] Aug 24 16:56:42.855 INFO O| Aug 24 16:56:42.855 INFO STEP 1099: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72482024-08-24T16:56:43.770Z[ recovery-image] Aug 24 16:56:42.866 INFO O| Aug 24 16:56:42.865 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/lockstat"
72492024-08-24T16:56:43.770Z[ recovery-image] Aug 24 16:56:42.866 INFO O| Aug 24 16:56:42.866 INFO STEP 1099 (remove_files) COMPLETE
72502024-08-24T16:56:43.772Z[ recovery-image] Aug 24 16:56:42.866 INFO O| Aug 24 16:56:42.866 INFO STEP 1100: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72512024-08-24T16:56:43.780Z[ recovery-image] Aug 24 16:56:42.876 INFO O| Aug 24 16:56:42.876 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/lofiadm"
72522024-08-24T16:56:43.780Z[ recovery-image] Aug 24 16:56:42.876 INFO O| Aug 24 16:56:42.876 INFO STEP 1100 (remove_files) COMPLETE
72532024-08-24T16:56:43.782Z[ recovery-image] Aug 24 16:56:42.876 INFO O| Aug 24 16:56:42.876 INFO STEP 1101: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72542024-08-24T16:56:43.790Z[ recovery-image] Aug 24 16:56:42.886 INFO O| Aug 24 16:56:42.886 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/logadm"
72552024-08-24T16:56:43.790Z[ recovery-image] Aug 24 16:56:42.887 INFO O| Aug 24 16:56:42.887 INFO STEP 1101 (remove_files) COMPLETE
72562024-08-24T16:56:43.793Z[ recovery-image] Aug 24 16:56:42.887 INFO O| Aug 24 16:56:42.887 INFO STEP 1102: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72572024-08-24T16:56:43.800Z[ recovery-image] Aug 24 16:56:42.897 INFO O| Aug 24 16:56:42.897 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/makedbm"
72582024-08-24T16:56:43.800Z[ recovery-image] Aug 24 16:56:42.897 INFO O| Aug 24 16:56:42.897 INFO STEP 1102 (remove_files) COMPLETE
72592024-08-24T16:56:43.801Z[ recovery-image] Aug 24 16:56:42.897 INFO O| Aug 24 16:56:42.897 INFO STEP 1103: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72602024-08-24T16:56:43.811Z[ recovery-image] Aug 24 16:56:42.907 INFO O| Aug 24 16:56:42.907 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/mkdevalloc"
72612024-08-24T16:56:43.811Z[ recovery-image] Aug 24 16:56:42.907 INFO O| Aug 24 16:56:42.907 INFO STEP 1103 (remove_files) COMPLETE
72622024-08-24T16:56:43.813Z[ recovery-image] Aug 24 16:56:42.907 INFO O| Aug 24 16:56:42.907 INFO STEP 1104: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72632024-08-24T16:56:43.821Z[ recovery-image] Aug 24 16:56:42.917 INFO O| Aug 24 16:56:42.917 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/mkdevmaps"
72642024-08-24T16:56:43.823Z[ recovery-image] Aug 24 16:56:42.917 INFO O| Aug 24 16:56:42.917 INFO STEP 1104 (remove_files) COMPLETE
72652024-08-24T16:56:43.823Z[ recovery-image] Aug 24 16:56:42.917 INFO O| Aug 24 16:56:42.917 INFO STEP 1105: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72662024-08-24T16:56:43.831Z[ recovery-image] Aug 24 16:56:42.927 INFO O| Aug 24 16:56:42.927 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/mkfile"
72672024-08-24T16:56:43.831Z[ recovery-image] Aug 24 16:56:42.927 INFO O| Aug 24 16:56:42.927 INFO STEP 1105 (remove_files) COMPLETE
72682024-08-24T16:56:43.831Z[ recovery-image] Aug 24 16:56:42.927 INFO O| Aug 24 16:56:42.927 INFO STEP 1106: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72692024-08-24T16:56:43.841Z[ recovery-image] Aug 24 16:56:42.937 INFO O| Aug 24 16:56:42.937 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/mknod"
72702024-08-24T16:56:43.841Z[ recovery-image] Aug 24 16:56:42.937 INFO O| Aug 24 16:56:42.937 INFO STEP 1106 (remove_files) COMPLETE
72712024-08-24T16:56:43.841Z[ recovery-image] Aug 24 16:56:42.937 INFO O| Aug 24 16:56:42.937 INFO STEP 1107: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72722024-08-24T16:56:43.851Z[ recovery-image] Aug 24 16:56:42.947 INFO O| Aug 24 16:56:42.947 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/modinfo"
72732024-08-24T16:56:43.851Z[ recovery-image] Aug 24 16:56:42.947 INFO O| Aug 24 16:56:42.947 INFO STEP 1107 (remove_files) COMPLETE
72742024-08-24T16:56:43.851Z[ recovery-image] Aug 24 16:56:42.947 INFO O| Aug 24 16:56:42.947 INFO STEP 1108: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72752024-08-24T16:56:43.861Z[ recovery-image] Aug 24 16:56:42.957 INFO O| Aug 24 16:56:42.957 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/modload"
72762024-08-24T16:56:43.861Z[ recovery-image] Aug 24 16:56:42.957 INFO O| Aug 24 16:56:42.957 INFO STEP 1108 (remove_files) COMPLETE
72772024-08-24T16:56:43.861Z[ recovery-image] Aug 24 16:56:42.957 INFO O| Aug 24 16:56:42.957 INFO STEP 1109: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72782024-08-24T16:56:43.871Z[ recovery-image] Aug 24 16:56:42.967 INFO O| Aug 24 16:56:42.967 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/mountall"
72792024-08-24T16:56:43.871Z[ recovery-image] Aug 24 16:56:42.967 INFO O| Aug 24 16:56:42.967 INFO STEP 1109 (remove_files) COMPLETE
72802024-08-24T16:56:43.873Z[ recovery-image] Aug 24 16:56:42.967 INFO O| Aug 24 16:56:42.967 INFO STEP 1110: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72812024-08-24T16:56:43.881Z[ recovery-image] Aug 24 16:56:42.977 INFO O| Aug 24 16:56:42.977 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/msgid"
72822024-08-24T16:56:43.883Z[ recovery-image] Aug 24 16:56:42.977 INFO O| Aug 24 16:56:42.977 INFO STEP 1110 (remove_files) COMPLETE
72832024-08-24T16:56:43.883Z[ recovery-image] Aug 24 16:56:42.977 INFO O| Aug 24 16:56:42.977 INFO STEP 1111: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72842024-08-24T16:56:43.891Z[ recovery-image] Aug 24 16:56:42.987 INFO O| Aug 24 16:56:42.987 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/mvdir"
72852024-08-24T16:56:43.891Z[ recovery-image] Aug 24 16:56:42.987 INFO O| Aug 24 16:56:42.987 INFO STEP 1111 (remove_files) COMPLETE
72862024-08-24T16:56:43.893Z[ recovery-image] Aug 24 16:56:42.987 INFO O| Aug 24 16:56:42.987 INFO STEP 1112: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72872024-08-24T16:56:43.901Z[ recovery-image] Aug 24 16:56:42.998 INFO O| Aug 24 16:56:42.997 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/ndp"
72882024-08-24T16:56:43.902Z[ recovery-image] Aug 24 16:56:42.998 INFO O| Aug 24 16:56:42.998 INFO STEP 1112 (remove_files) COMPLETE
72892024-08-24T16:56:43.904Z[ recovery-image] Aug 24 16:56:42.998 INFO O| Aug 24 16:56:42.998 INFO STEP 1113: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72902024-08-24T16:56:43.914Z[ recovery-image] Aug 24 16:56:43.010 INFO O| Aug 24 16:56:43.010 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/nlsadmin"
72912024-08-24T16:56:43.914Z[ recovery-image] Aug 24 16:56:43.010 INFO O| Aug 24 16:56:43.010 INFO STEP 1113 (remove_files) COMPLETE
72922024-08-24T16:56:43.917Z[ recovery-image] Aug 24 16:56:43.010 INFO O| Aug 24 16:56:43.010 INFO STEP 1114: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72932024-08-24T16:56:43.924Z[ recovery-image] Aug 24 16:56:43.020 INFO O| Aug 24 16:56:43.020 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/nltest"
72942024-08-24T16:56:43.924Z[ recovery-image] Aug 24 16:56:43.020 INFO O| Aug 24 16:56:43.020 INFO STEP 1114 (remove_files) COMPLETE
72952024-08-24T16:56:43.924Z[ recovery-image] Aug 24 16:56:43.021 INFO O| Aug 24 16:56:43.020 INFO STEP 1115: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72962024-08-24T16:56:43.934Z[ recovery-image] Aug 24 16:56:43.030 INFO O| Aug 24 16:56:43.030 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/nvmeadm"
72972024-08-24T16:56:43.937Z[ recovery-image] Aug 24 16:56:43.030 INFO O| Aug 24 16:56:43.030 INFO STEP 1115 (remove_files) COMPLETE
72982024-08-24T16:56:43.937Z[ recovery-image] Aug 24 16:56:43.030 INFO O| Aug 24 16:56:43.030 INFO STEP 1116: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72992024-08-24T16:56:43.944Z[ recovery-image] Aug 24 16:56:43.040 INFO O| Aug 24 16:56:43.040 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/nwamadm"
73002024-08-24T16:56:43.944Z[ recovery-image] Aug 24 16:56:43.040 INFO O| Aug 24 16:56:43.040 INFO STEP 1116 (remove_files) COMPLETE
73012024-08-24T16:56:43.947Z[ recovery-image] Aug 24 16:56:43.040 INFO O| Aug 24 16:56:43.040 INFO STEP 1117: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73022024-08-24T16:56:43.954Z[ recovery-image] Aug 24 16:56:43.050 INFO O| Aug 24 16:56:43.050 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/nwamcfg"
73032024-08-24T16:56:43.956Z[ recovery-image] Aug 24 16:56:43.050 INFO O| Aug 24 16:56:43.050 INFO STEP 1117 (remove_files) COMPLETE
73042024-08-24T16:56:43.957Z[ recovery-image] Aug 24 16:56:43.050 INFO O| Aug 24 16:56:43.050 INFO STEP 1118: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73052024-08-24T16:56:43.964Z[ recovery-image] Aug 24 16:56:43.060 INFO O| Aug 24 16:56:43.060 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/pbind"
73062024-08-24T16:56:43.964Z[ recovery-image] Aug 24 16:56:43.060 INFO O| Aug 24 16:56:43.060 INFO STEP 1118 (remove_files) COMPLETE
73072024-08-24T16:56:43.967Z[ recovery-image] Aug 24 16:56:43.060 INFO O| Aug 24 16:56:43.060 INFO STEP 1119: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73082024-08-24T16:56:43.974Z[ recovery-image] Aug 24 16:56:43.070 INFO O| Aug 24 16:56:43.070 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/ping"
73092024-08-24T16:56:43.976Z[ recovery-image] Aug 24 16:56:43.070 INFO O| Aug 24 16:56:43.070 INFO STEP 1119 (remove_files) COMPLETE
73102024-08-24T16:56:43.976Z[ recovery-image] Aug 24 16:56:43.070 INFO O| Aug 24 16:56:43.070 INFO STEP 1120: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73112024-08-24T16:56:43.984Z[ recovery-image] Aug 24 16:56:43.080 INFO O| Aug 24 16:56:43.080 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/pkgadd"
73122024-08-24T16:56:43.986Z[ recovery-image] Aug 24 16:56:43.080 INFO O| Aug 24 16:56:43.080 INFO STEP 1120 (remove_files) COMPLETE
73132024-08-24T16:56:43.986Z[ recovery-image] Aug 24 16:56:43.080 INFO O| Aug 24 16:56:43.080 INFO STEP 1121: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73142024-08-24T16:56:43.993Z[ recovery-image] Aug 24 16:56:43.090 INFO O| Aug 24 16:56:43.090 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/pkgask"
73152024-08-24T16:56:43.993Z[ recovery-image] Aug 24 16:56:43.090 INFO O| Aug 24 16:56:43.090 INFO STEP 1121 (remove_files) COMPLETE
73162024-08-24T16:56:43.996Z[ recovery-image] Aug 24 16:56:43.090 INFO O| Aug 24 16:56:43.090 INFO STEP 1122: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73172024-08-24T16:56:44.004Z[ recovery-image] Aug 24 16:56:43.100 INFO O| Aug 24 16:56:43.100 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/pkgchk"
73182024-08-24T16:56:44.004Z[ recovery-image] Aug 24 16:56:43.100 INFO O| Aug 24 16:56:43.100 INFO STEP 1122 (remove_files) COMPLETE
73192024-08-24T16:56:44.004Z[ recovery-image] Aug 24 16:56:43.100 INFO O| Aug 24 16:56:43.100 INFO STEP 1123: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73202024-08-24T16:56:44.014Z[ recovery-image] Aug 24 16:56:43.110 INFO O| Aug 24 16:56:43.110 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/pkgrm"
73212024-08-24T16:56:44.014Z[ recovery-image] Aug 24 16:56:43.110 INFO O| Aug 24 16:56:43.110 INFO STEP 1123 (remove_files) COMPLETE
73222024-08-24T16:56:44.017Z[ recovery-image] Aug 24 16:56:43.110 INFO O| Aug 24 16:56:43.110 INFO STEP 1124: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73232024-08-24T16:56:44.024Z[ recovery-image] Aug 24 16:56:43.120 INFO O| Aug 24 16:56:43.120 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/plockstat"
73242024-08-24T16:56:44.024Z[ recovery-image] Aug 24 16:56:43.120 INFO O| Aug 24 16:56:43.120 INFO STEP 1124 (remove_files) COMPLETE
73252024-08-24T16:56:44.026Z[ recovery-image] Aug 24 16:56:43.120 INFO O| Aug 24 16:56:43.120 INFO STEP 1125: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73262024-08-24T16:56:44.034Z[ recovery-image] Aug 24 16:56:43.130 INFO O| Aug 24 16:56:43.130 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/pooladm"
73272024-08-24T16:56:44.034Z[ recovery-image] Aug 24 16:56:43.130 INFO O| Aug 24 16:56:43.130 INFO STEP 1125 (remove_files) COMPLETE
73282024-08-24T16:56:44.036Z[ recovery-image] Aug 24 16:56:43.130 INFO O| Aug 24 16:56:43.130 INFO STEP 1126: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73292024-08-24T16:56:44.045Z[ recovery-image] Aug 24 16:56:43.141 INFO O| Aug 24 16:56:43.140 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/poolbind"
73302024-08-24T16:56:44.045Z[ recovery-image] Aug 24 16:56:43.141 INFO O| Aug 24 16:56:43.141 INFO STEP 1126 (remove_files) COMPLETE
73312024-08-24T16:56:44.045Z[ recovery-image] Aug 24 16:56:43.141 INFO O| Aug 24 16:56:43.141 INFO STEP 1127: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73322024-08-24T16:56:44.056Z[ recovery-image] Aug 24 16:56:43.152 INFO O| Aug 24 16:56:43.151 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/poolcfg"
73332024-08-24T16:56:44.056Z[ recovery-image] Aug 24 16:56:43.152 INFO O| Aug 24 16:56:43.152 INFO STEP 1127 (remove_files) COMPLETE
73342024-08-24T16:56:44.056Z[ recovery-image] Aug 24 16:56:43.152 INFO O| Aug 24 16:56:43.152 INFO STEP 1128: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73352024-08-24T16:56:44.067Z[ recovery-image] Aug 24 16:56:43.163 INFO O| Aug 24 16:56:43.163 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/ports"
73362024-08-24T16:56:44.067Z[ recovery-image] Aug 24 16:56:43.163 INFO O| Aug 24 16:56:43.163 INFO STEP 1128 (remove_files) COMPLETE
73372024-08-24T16:56:44.070Z[ recovery-image] Aug 24 16:56:43.163 INFO O| Aug 24 16:56:43.163 INFO STEP 1129: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73382024-08-24T16:56:44.077Z[ recovery-image] Aug 24 16:56:43.173 INFO O| Aug 24 16:56:43.173 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/poweroff"
73392024-08-24T16:56:44.080Z[ recovery-image] Aug 24 16:56:43.174 INFO O| Aug 24 16:56:43.173 INFO STEP 1129 (remove_files) COMPLETE
73402024-08-24T16:56:44.080Z[ recovery-image] Aug 24 16:56:43.174 INFO O| Aug 24 16:56:43.173 INFO STEP 1130: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73412024-08-24T16:56:44.087Z[ recovery-image] Aug 24 16:56:43.183 INFO O| Aug 24 16:56:43.183 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/pptadm"
73422024-08-24T16:56:44.087Z[ recovery-image] Aug 24 16:56:43.183 INFO O| Aug 24 16:56:43.183 INFO STEP 1130 (remove_files) COMPLETE
73432024-08-24T16:56:44.087Z[ recovery-image] Aug 24 16:56:43.183 INFO O| Aug 24 16:56:43.183 INFO STEP 1131: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73442024-08-24T16:56:44.097Z[ recovery-image] Aug 24 16:56:43.193 INFO O| Aug 24 16:56:43.193 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/praudit"
73452024-08-24T16:56:44.097Z[ recovery-image] Aug 24 16:56:43.193 INFO O| Aug 24 16:56:43.193 INFO STEP 1131 (remove_files) COMPLETE
73462024-08-24T16:56:44.097Z[ recovery-image] Aug 24 16:56:43.193 INFO O| Aug 24 16:56:43.193 INFO STEP 1132: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73472024-08-24T16:56:44.107Z[ recovery-image] Aug 24 16:56:43.203 INFO O| Aug 24 16:56:43.203 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/projadd"
73482024-08-24T16:56:44.107Z[ recovery-image] Aug 24 16:56:43.203 INFO O| Aug 24 16:56:43.203 INFO STEP 1132 (remove_files) COMPLETE
73492024-08-24T16:56:44.110Z[ recovery-image] Aug 24 16:56:43.203 INFO O| Aug 24 16:56:43.203 INFO STEP 1133: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73502024-08-24T16:56:44.117Z[ recovery-image] Aug 24 16:56:43.213 INFO O| Aug 24 16:56:43.213 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/projdel"
73512024-08-24T16:56:44.119Z[ recovery-image] Aug 24 16:56:43.213 INFO O| Aug 24 16:56:43.213 INFO STEP 1133 (remove_files) COMPLETE
73522024-08-24T16:56:44.119Z[ recovery-image] Aug 24 16:56:43.213 INFO O| Aug 24 16:56:43.213 INFO STEP 1134: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73532024-08-24T16:56:44.126Z[ recovery-image] Aug 24 16:56:43.223 INFO O| Aug 24 16:56:43.222 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/projmod"
73542024-08-24T16:56:44.126Z[ recovery-image] Aug 24 16:56:43.223 INFO O| Aug 24 16:56:43.223 INFO STEP 1134 (remove_files) COMPLETE
73552024-08-24T16:56:44.129Z[ recovery-image] Aug 24 16:56:43.223 INFO O| Aug 24 16:56:43.223 INFO STEP 1135: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73562024-08-24T16:56:44.136Z[ recovery-image] Aug 24 16:56:43.232 INFO O| Aug 24 16:56:43.232 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/prtdiag"
73572024-08-24T16:56:44.139Z[ recovery-image] Aug 24 16:56:43.232 INFO O| Aug 24 16:56:43.232 INFO STEP 1135 (remove_files) COMPLETE
73582024-08-24T16:56:44.139Z[ recovery-image] Aug 24 16:56:43.232 INFO O| Aug 24 16:56:43.232 INFO STEP 1136: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73592024-08-24T16:56:44.147Z[ recovery-image] Aug 24 16:56:43.242 INFO O| Aug 24 16:56:43.242 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/prtpicl"
73602024-08-24T16:56:44.147Z[ recovery-image] Aug 24 16:56:43.242 INFO O| Aug 24 16:56:43.242 INFO STEP 1136 (remove_files) COMPLETE
73612024-08-24T16:56:44.149Z[ recovery-image] Aug 24 16:56:43.242 INFO O| Aug 24 16:56:43.242 INFO STEP 1137: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73622024-08-24T16:56:44.156Z[ recovery-image] Aug 24 16:56:43.252 INFO O| Aug 24 16:56:43.252 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/prtvtoc"
73632024-08-24T16:56:44.156Z[ recovery-image] Aug 24 16:56:43.252 INFO O| Aug 24 16:56:43.252 INFO STEP 1137 (remove_files) COMPLETE
73642024-08-24T16:56:44.156Z[ recovery-image] Aug 24 16:56:43.252 INFO O| Aug 24 16:56:43.252 INFO STEP 1138: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73652024-08-24T16:56:44.166Z[ recovery-image] Aug 24 16:56:43.262 INFO O| Aug 24 16:56:43.262 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/psradm"
73662024-08-24T16:56:44.166Z[ recovery-image] Aug 24 16:56:43.262 INFO O| Aug 24 16:56:43.262 INFO STEP 1138 (remove_files) COMPLETE
73672024-08-24T16:56:44.167Z[ recovery-image] Aug 24 16:56:43.262 INFO O| Aug 24 16:56:43.262 INFO STEP 1139: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73682024-08-24T16:56:44.177Z[ recovery-image] Aug 24 16:56:43.273 INFO O| Aug 24 16:56:43.273 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/psrinfo"
73692024-08-24T16:56:44.177Z[ recovery-image] Aug 24 16:56:43.273 INFO O| Aug 24 16:56:43.273 INFO STEP 1139 (remove_files) COMPLETE
73702024-08-24T16:56:44.180Z[ recovery-image] Aug 24 16:56:43.273 INFO O| Aug 24 16:56:43.273 INFO STEP 1140: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73712024-08-24T16:56:44.187Z[ recovery-image] Aug 24 16:56:43.283 INFO O| Aug 24 16:56:43.283 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/psrset"
73722024-08-24T16:56:44.187Z[ recovery-image] Aug 24 16:56:43.283 INFO O| Aug 24 16:56:43.283 INFO STEP 1140 (remove_files) COMPLETE
73732024-08-24T16:56:44.190Z[ recovery-image] Aug 24 16:56:43.283 INFO O| Aug 24 16:56:43.283 INFO STEP 1141: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73742024-08-24T16:56:44.198Z[ recovery-image] Aug 24 16:56:43.294 INFO O| Aug 24 16:56:43.294 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/pwck"
73752024-08-24T16:56:44.198Z[ recovery-image] Aug 24 16:56:43.294 INFO O| Aug 24 16:56:43.294 INFO STEP 1141 (remove_files) COMPLETE
73762024-08-24T16:56:44.201Z[ recovery-image] Aug 24 16:56:43.294 INFO O| Aug 24 16:56:43.294 INFO STEP 1142: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73772024-08-24T16:56:44.208Z[ recovery-image] Aug 24 16:56:43.304 INFO O| Aug 24 16:56:43.304 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/pwconv"
73782024-08-24T16:56:44.208Z[ recovery-image] Aug 24 16:56:43.304 INFO O| Aug 24 16:56:43.304 INFO STEP 1142 (remove_files) COMPLETE
73792024-08-24T16:56:44.208Z[ recovery-image] Aug 24 16:56:43.304 INFO O| Aug 24 16:56:43.304 INFO STEP 1143: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73802024-08-24T16:56:44.219Z[ recovery-image] Aug 24 16:56:43.315 INFO O| Aug 24 16:56:43.315 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/raidctl"
73812024-08-24T16:56:44.222Z[ recovery-image] Aug 24 16:56:43.315 INFO O| Aug 24 16:56:43.315 INFO STEP 1143 (remove_files) COMPLETE
73822024-08-24T16:56:44.222Z[ recovery-image] Aug 24 16:56:43.315 INFO O| Aug 24 16:56:43.315 INFO STEP 1144: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73832024-08-24T16:56:44.229Z[ recovery-image] Aug 24 16:56:43.326 INFO O| Aug 24 16:56:43.325 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/ramdiskadm"
73842024-08-24T16:56:44.229Z[ recovery-image] Aug 24 16:56:43.326 INFO O| Aug 24 16:56:43.326 INFO STEP 1144 (remove_files) COMPLETE
73852024-08-24T16:56:44.232Z[ recovery-image] Aug 24 16:56:43.326 INFO O| Aug 24 16:56:43.326 INFO STEP 1145: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73862024-08-24T16:56:44.239Z[ recovery-image] Aug 24 16:56:43.335 INFO O| Aug 24 16:56:43.335 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/rctladm"
73872024-08-24T16:56:44.242Z[ recovery-image] Aug 24 16:56:43.336 INFO O| Aug 24 16:56:43.335 INFO STEP 1145 (remove_files) COMPLETE
73882024-08-24T16:56:44.242Z[ recovery-image] Aug 24 16:56:43.336 INFO O| Aug 24 16:56:43.336 INFO STEP 1146: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73892024-08-24T16:56:44.249Z[ recovery-image] Aug 24 16:56:43.345 INFO O| Aug 24 16:56:43.345 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/rdmsr"
73902024-08-24T16:56:44.249Z[ recovery-image] Aug 24 16:56:43.346 INFO O| Aug 24 16:56:43.345 INFO STEP 1146 (remove_files) COMPLETE
73912024-08-24T16:56:44.252Z[ recovery-image] Aug 24 16:56:43.346 INFO O| Aug 24 16:56:43.346 INFO STEP 1147: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73922024-08-24T16:56:44.259Z[ recovery-image] Aug 24 16:56:43.355 INFO O| Aug 24 16:56:43.355 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/reboot"
73932024-08-24T16:56:44.259Z[ recovery-image] Aug 24 16:56:43.356 INFO O| Aug 24 16:56:43.355 INFO STEP 1147 (remove_files) COMPLETE
73942024-08-24T16:56:44.262Z[ recovery-image] Aug 24 16:56:43.356 INFO O| Aug 24 16:56:43.355 INFO STEP 1148: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73952024-08-24T16:56:44.269Z[ recovery-image] Aug 24 16:56:43.365 INFO O| Aug 24 16:56:43.365 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/rem_drv"
73962024-08-24T16:56:44.269Z[ recovery-image] Aug 24 16:56:43.365 INFO O| Aug 24 16:56:43.365 INFO STEP 1148 (remove_files) COMPLETE
73972024-08-24T16:56:44.269Z[ recovery-image] Aug 24 16:56:43.366 INFO O| Aug 24 16:56:43.365 INFO STEP 1149: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73982024-08-24T16:56:44.280Z[ recovery-image] Aug 24 16:56:43.376 INFO O| Aug 24 16:56:43.376 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/removef"
73992024-08-24T16:56:44.280Z[ recovery-image] Aug 24 16:56:43.376 INFO O| Aug 24 16:56:43.376 INFO STEP 1149 (remove_files) COMPLETE
74002024-08-24T16:56:44.282Z[ recovery-image] Aug 24 16:56:43.376 INFO O| Aug 24 16:56:43.376 INFO STEP 1150: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74012024-08-24T16:56:44.290Z[ recovery-image] Aug 24 16:56:43.386 INFO O| Aug 24 16:56:43.386 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/roleadd"
74022024-08-24T16:56:44.290Z[ recovery-image] Aug 24 16:56:43.386 INFO O| Aug 24 16:56:43.386 INFO STEP 1150 (remove_files) COMPLETE
74032024-08-24T16:56:44.292Z[ recovery-image] Aug 24 16:56:43.386 INFO O| Aug 24 16:56:43.386 INFO STEP 1151: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74042024-08-24T16:56:44.299Z[ recovery-image] Aug 24 16:56:43.396 INFO O| Aug 24 16:56:43.396 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/roledel"
74052024-08-24T16:56:44.299Z[ recovery-image] Aug 24 16:56:43.396 INFO O| Aug 24 16:56:43.396 INFO STEP 1151 (remove_files) COMPLETE
74062024-08-24T16:56:44.299Z[ recovery-image] Aug 24 16:56:43.396 INFO O| Aug 24 16:56:43.396 INFO STEP 1152: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74072024-08-24T16:56:44.309Z[ recovery-image] Aug 24 16:56:43.405 INFO O| Aug 24 16:56:43.405 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/rolemod"
74082024-08-24T16:56:44.309Z[ recovery-image] Aug 24 16:56:43.406 INFO O| Aug 24 16:56:43.405 INFO STEP 1152 (remove_files) COMPLETE
74092024-08-24T16:56:44.309Z[ recovery-image] Aug 24 16:56:43.406 INFO O| Aug 24 16:56:43.406 INFO STEP 1153: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74102024-08-24T16:56:44.320Z[ recovery-image] Aug 24 16:56:43.416 INFO O| Aug 24 16:56:43.415 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/root_archive"
74112024-08-24T16:56:44.320Z[ recovery-image] Aug 24 16:56:43.416 INFO O| Aug 24 16:56:43.416 INFO STEP 1153 (remove_files) COMPLETE
74122024-08-24T16:56:44.322Z[ recovery-image] Aug 24 16:56:43.416 INFO O| Aug 24 16:56:43.416 INFO STEP 1154: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74132024-08-24T16:56:44.331Z[ recovery-image] Aug 24 16:56:43.427 INFO O| Aug 24 16:56:43.427 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/rpcbind"
74142024-08-24T16:56:44.331Z[ recovery-image] Aug 24 16:56:43.427 INFO O| Aug 24 16:56:43.427 INFO STEP 1154 (remove_files) COMPLETE
74152024-08-24T16:56:44.333Z[ recovery-image] Aug 24 16:56:43.427 INFO O| Aug 24 16:56:43.427 INFO STEP 1155: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74162024-08-24T16:56:44.342Z[ recovery-image] Aug 24 16:56:43.438 INFO O| Aug 24 16:56:43.438 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/rtc"
74172024-08-24T16:56:44.344Z[ recovery-image] Aug 24 16:56:43.438 INFO O| Aug 24 16:56:43.438 INFO STEP 1155 (remove_files) COMPLETE
74182024-08-24T16:56:44.344Z[ recovery-image] Aug 24 16:56:43.438 INFO O| Aug 24 16:56:43.438 INFO STEP 1156: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74192024-08-24T16:56:44.353Z[ recovery-image] Aug 24 16:56:43.449 INFO O| Aug 24 16:56:43.449 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/rtquery"
74202024-08-24T16:56:44.353Z[ recovery-image] Aug 24 16:56:43.449 INFO O| Aug 24 16:56:43.449 INFO STEP 1156 (remove_files) COMPLETE
74212024-08-24T16:56:44.356Z[ recovery-image] Aug 24 16:56:43.449 INFO O| Aug 24 16:56:43.449 INFO STEP 1157: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74222024-08-24T16:56:44.364Z[ recovery-image] Aug 24 16:56:43.460 INFO O| Aug 24 16:56:43.460 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/setmnt"
74232024-08-24T16:56:44.364Z[ recovery-image] Aug 24 16:56:43.460 INFO O| Aug 24 16:56:43.460 INFO STEP 1157 (remove_files) COMPLETE
74242024-08-24T16:56:44.367Z[ recovery-image] Aug 24 16:56:43.460 INFO O| Aug 24 16:56:43.460 INFO STEP 1158: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74252024-08-24T16:56:44.374Z[ recovery-image] Aug 24 16:56:43.470 INFO O| Aug 24 16:56:43.470 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/share"
74262024-08-24T16:56:44.374Z[ recovery-image] Aug 24 16:56:43.470 INFO O| Aug 24 16:56:43.470 INFO STEP 1158 (remove_files) COMPLETE
74272024-08-24T16:56:44.376Z[ recovery-image] Aug 24 16:56:43.470 INFO O| Aug 24 16:56:43.470 INFO STEP 1159: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74282024-08-24T16:56:44.384Z[ recovery-image] Aug 24 16:56:43.480 INFO O| Aug 24 16:56:43.480 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/shareall"
74292024-08-24T16:56:44.384Z[ recovery-image] Aug 24 16:56:43.480 INFO O| Aug 24 16:56:43.480 INFO STEP 1159 (remove_files) COMPLETE
74302024-08-24T16:56:44.384Z[ recovery-image] Aug 24 16:56:43.480 INFO O| Aug 24 16:56:43.480 INFO STEP 1160: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74312024-08-24T16:56:44.394Z[ recovery-image] Aug 24 16:56:43.490 INFO O| Aug 24 16:56:43.490 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/sharectl"
74322024-08-24T16:56:44.394Z[ recovery-image] Aug 24 16:56:43.490 INFO O| Aug 24 16:56:43.490 INFO STEP 1160 (remove_files) COMPLETE
74332024-08-24T16:56:44.396Z[ recovery-image] Aug 24 16:56:43.490 INFO O| Aug 24 16:56:43.490 INFO STEP 1161: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74342024-08-24T16:56:44.404Z[ recovery-image] Aug 24 16:56:43.500 INFO O| Aug 24 16:56:43.500 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/sharemgr"
74352024-08-24T16:56:44.404Z[ recovery-image] Aug 24 16:56:43.500 INFO O| Aug 24 16:56:43.500 INFO STEP 1161 (remove_files) COMPLETE
74362024-08-24T16:56:44.407Z[ recovery-image] Aug 24 16:56:43.500 INFO O| Aug 24 16:56:43.500 INFO STEP 1162: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74372024-08-24T16:56:44.413Z[ recovery-image] Aug 24 16:56:43.509 INFO O| Aug 24 16:56:43.509 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/shutdown"
74382024-08-24T16:56:44.413Z[ recovery-image] Aug 24 16:56:43.510 INFO O| Aug 24 16:56:43.509 INFO STEP 1162 (remove_files) COMPLETE
74392024-08-24T16:56:44.416Z[ recovery-image] Aug 24 16:56:43.510 INFO O| Aug 24 16:56:43.509 INFO STEP 1163: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74402024-08-24T16:56:44.423Z[ recovery-image] Aug 24 16:56:43.519 INFO O| Aug 24 16:56:43.519 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/smbadm"
74412024-08-24T16:56:44.423Z[ recovery-image] Aug 24 16:56:43.520 INFO O| Aug 24 16:56:43.520 INFO STEP 1163 (remove_files) COMPLETE
74422024-08-24T16:56:44.426Z[ recovery-image] Aug 24 16:56:43.520 INFO O| Aug 24 16:56:43.520 INFO STEP 1164: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74432024-08-24T16:56:44.433Z[ recovery-image] Aug 24 16:56:43.529 INFO O| Aug 24 16:56:43.529 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/smbios"
74442024-08-24T16:56:44.433Z[ recovery-image] Aug 24 16:56:43.530 INFO O| Aug 24 16:56:43.530 INFO STEP 1164 (remove_files) COMPLETE
74452024-08-24T16:56:44.433Z[ recovery-image] Aug 24 16:56:43.530 INFO O| Aug 24 16:56:43.530 INFO STEP 1165: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74462024-08-24T16:56:44.443Z[ recovery-image] Aug 24 16:56:43.539 INFO O| Aug 24 16:56:43.539 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/smbstat"
74472024-08-24T16:56:44.446Z[ recovery-image] Aug 24 16:56:43.540 INFO O| Aug 24 16:56:43.539 INFO STEP 1165 (remove_files) COMPLETE
74482024-08-24T16:56:44.446Z[ recovery-image] Aug 24 16:56:43.540 INFO O| Aug 24 16:56:43.539 INFO STEP 1166: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74492024-08-24T16:56:44.453Z[ recovery-image] Aug 24 16:56:43.549 INFO O| Aug 24 16:56:43.549 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/snmpd"
74502024-08-24T16:56:44.453Z[ recovery-image] Aug 24 16:56:43.549 INFO O| Aug 24 16:56:43.549 INFO STEP 1166 (remove_files) COMPLETE
74512024-08-24T16:56:44.456Z[ recovery-image] Aug 24 16:56:43.549 INFO O| Aug 24 16:56:43.549 INFO STEP 1167: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74522024-08-24T16:56:44.463Z[ recovery-image] Aug 24 16:56:43.559 INFO O| Aug 24 16:56:43.559 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/snmptrapd"
74532024-08-24T16:56:44.466Z[ recovery-image] Aug 24 16:56:43.559 INFO O| Aug 24 16:56:43.559 INFO STEP 1167 (remove_files) COMPLETE
74542024-08-24T16:56:44.466Z[ recovery-image] Aug 24 16:56:43.559 INFO O| Aug 24 16:56:43.559 INFO STEP 1168: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74552024-08-24T16:56:44.473Z[ recovery-image] Aug 24 16:56:43.569 INFO O| Aug 24 16:56:43.569 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/snoop"
74562024-08-24T16:56:44.475Z[ recovery-image] Aug 24 16:56:43.569 INFO O| Aug 24 16:56:43.569 INFO STEP 1168 (remove_files) COMPLETE
74572024-08-24T16:56:44.475Z[ recovery-image] Aug 24 16:56:43.569 INFO O| Aug 24 16:56:43.569 INFO STEP 1169: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74582024-08-24T16:56:44.484Z[ recovery-image] Aug 24 16:56:43.580 INFO O| Aug 24 16:56:43.580 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/sshd"
74592024-08-24T16:56:44.484Z[ recovery-image] Aug 24 16:56:43.580 INFO O| Aug 24 16:56:43.580 INFO STEP 1169 (remove_files) COMPLETE
74602024-08-24T16:56:44.484Z[ recovery-image] Aug 24 16:56:43.580 INFO O| Aug 24 16:56:43.580 INFO STEP 1170: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74612024-08-24T16:56:44.494Z[ recovery-image] Aug 24 16:56:43.590 INFO O| Aug 24 16:56:43.590 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/stmsboot"
74622024-08-24T16:56:44.494Z[ recovery-image] Aug 24 16:56:43.590 INFO O| Aug 24 16:56:43.590 INFO STEP 1170 (remove_files) COMPLETE
74632024-08-24T16:56:44.497Z[ recovery-image] Aug 24 16:56:43.590 INFO O| Aug 24 16:56:43.590 INFO STEP 1171: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74642024-08-24T16:56:44.504Z[ recovery-image] Aug 24 16:56:43.600 INFO O| Aug 24 16:56:43.600 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/strace"
74652024-08-24T16:56:44.504Z[ recovery-image] Aug 24 16:56:43.600 INFO O| Aug 24 16:56:43.600 INFO STEP 1171 (remove_files) COMPLETE
74662024-08-24T16:56:44.506Z[ recovery-image] Aug 24 16:56:43.600 INFO O| Aug 24 16:56:43.600 INFO STEP 1172: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74672024-08-24T16:56:44.514Z[ recovery-image] Aug 24 16:56:43.610 INFO O| Aug 24 16:56:43.610 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/strclean"
74682024-08-24T16:56:44.516Z[ recovery-image] Aug 24 16:56:43.610 INFO O| Aug 24 16:56:43.610 INFO STEP 1172 (remove_files) COMPLETE
74692024-08-24T16:56:44.516Z[ recovery-image] Aug 24 16:56:43.610 INFO O| Aug 24 16:56:43.610 INFO STEP 1173: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74702024-08-24T16:56:44.524Z[ recovery-image] Aug 24 16:56:43.620 INFO O| Aug 24 16:56:43.620 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/strerr"
74712024-08-24T16:56:44.526Z[ recovery-image] Aug 24 16:56:43.620 INFO O| Aug 24 16:56:43.620 INFO STEP 1173 (remove_files) COMPLETE
74722024-08-24T16:56:44.526Z[ recovery-image] Aug 24 16:56:43.620 INFO O| Aug 24 16:56:43.620 INFO STEP 1174: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74732024-08-24T16:56:44.533Z[ recovery-image] Aug 24 16:56:43.629 INFO O| Aug 24 16:56:43.629 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/sttydefs"
74742024-08-24T16:56:44.533Z[ recovery-image] Aug 24 16:56:43.630 INFO O| Aug 24 16:56:43.630 INFO STEP 1174 (remove_files) COMPLETE
74752024-08-24T16:56:44.537Z[ recovery-image] Aug 24 16:56:43.630 INFO O| Aug 24 16:56:43.630 INFO STEP 1175: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74762024-08-24T16:56:44.543Z[ recovery-image] Aug 24 16:56:43.640 INFO O| Aug 24 16:56:43.639 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/syncinit"
74772024-08-24T16:56:44.543Z[ recovery-image] Aug 24 16:56:43.640 INFO O| Aug 24 16:56:43.640 INFO STEP 1175 (remove_files) COMPLETE
74782024-08-24T16:56:44.546Z[ recovery-image] Aug 24 16:56:43.640 INFO O| Aug 24 16:56:43.640 INFO STEP 1176: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74792024-08-24T16:56:44.553Z[ recovery-image] Aug 24 16:56:43.649 INFO O| Aug 24 16:56:43.649 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/syncloop"
74802024-08-24T16:56:44.553Z[ recovery-image] Aug 24 16:56:43.649 INFO O| Aug 24 16:56:43.649 INFO STEP 1176 (remove_files) COMPLETE
74812024-08-24T16:56:44.553Z[ recovery-image] Aug 24 16:56:43.649 INFO O| Aug 24 16:56:43.649 INFO STEP 1177: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74822024-08-24T16:56:44.563Z[ recovery-image] Aug 24 16:56:43.659 INFO O| Aug 24 16:56:43.659 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/syncstat"
74832024-08-24T16:56:44.565Z[ recovery-image] Aug 24 16:56:43.659 INFO O| Aug 24 16:56:43.659 INFO STEP 1177 (remove_files) COMPLETE
74842024-08-24T16:56:44.565Z[ recovery-image] Aug 24 16:56:43.659 INFO O| Aug 24 16:56:43.659 INFO STEP 1178: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74852024-08-24T16:56:44.572Z[ recovery-image] Aug 24 16:56:43.669 INFO O| Aug 24 16:56:43.669 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/sysdef"
74862024-08-24T16:56:44.575Z[ recovery-image] Aug 24 16:56:43.669 INFO O| Aug 24 16:56:43.669 INFO STEP 1178 (remove_files) COMPLETE
74872024-08-24T16:56:44.575Z[ recovery-image] Aug 24 16:56:43.669 INFO O| Aug 24 16:56:43.669 INFO STEP 1179: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74882024-08-24T16:56:44.582Z[ recovery-image] Aug 24 16:56:43.678 INFO O| Aug 24 16:56:43.678 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/syseventadm"
74892024-08-24T16:56:44.582Z[ recovery-image] Aug 24 16:56:43.678 INFO O| Aug 24 16:56:43.678 INFO STEP 1179 (remove_files) COMPLETE
74902024-08-24T16:56:44.585Z[ recovery-image] Aug 24 16:56:43.679 INFO O| Aug 24 16:56:43.678 INFO STEP 1180: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74912024-08-24T16:56:44.592Z[ recovery-image] Aug 24 16:56:43.688 INFO O| Aug 24 16:56:43.688 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/t6mfgadm"
74922024-08-24T16:56:44.592Z[ recovery-image] Aug 24 16:56:43.688 INFO O| Aug 24 16:56:43.688 INFO STEP 1180 (remove_files) COMPLETE
74932024-08-24T16:56:44.592Z[ recovery-image] Aug 24 16:56:43.688 INFO O| Aug 24 16:56:43.688 INFO STEP 1181: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74942024-08-24T16:56:44.602Z[ recovery-image] Aug 24 16:56:43.698 INFO O| Aug 24 16:56:43.698 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/tapes"
74952024-08-24T16:56:44.602Z[ recovery-image] Aug 24 16:56:43.698 INFO O| Aug 24 16:56:43.698 INFO STEP 1181 (remove_files) COMPLETE
74962024-08-24T16:56:44.604Z[ recovery-image] Aug 24 16:56:43.698 INFO O| Aug 24 16:56:43.698 INFO STEP 1182: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74972024-08-24T16:56:44.611Z[ recovery-image] Aug 24 16:56:43.708 INFO O| Aug 24 16:56:43.707 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/tar"
74982024-08-24T16:56:44.611Z[ recovery-image] Aug 24 16:56:43.708 INFO O| Aug 24 16:56:43.708 INFO STEP 1182 (remove_files) COMPLETE
74992024-08-24T16:56:44.614Z[ recovery-image] Aug 24 16:56:43.708 INFO O| Aug 24 16:56:43.708 INFO STEP 1183: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75002024-08-24T16:56:44.621Z[ recovery-image] Aug 24 16:56:43.718 INFO O| Aug 24 16:56:43.718 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/tcsd"
75012024-08-24T16:56:44.622Z[ recovery-image] Aug 24 16:56:43.718 INFO O| Aug 24 16:56:43.718 INFO STEP 1183 (remove_files) COMPLETE
75022024-08-24T16:56:44.624Z[ recovery-image] Aug 24 16:56:43.718 INFO O| Aug 24 16:56:43.718 INFO STEP 1184: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75032024-08-24T16:56:44.631Z[ recovery-image] Aug 24 16:56:43.727 INFO O| Aug 24 16:56:43.727 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/traceroute"
75042024-08-24T16:56:44.631Z[ recovery-image] Aug 24 16:56:43.728 INFO O| Aug 24 16:56:43.728 INFO STEP 1184 (remove_files) COMPLETE
75052024-08-24T16:56:44.634Z[ recovery-image] Aug 24 16:56:43.728 INFO O| Aug 24 16:56:43.728 INFO STEP 1185: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75062024-08-24T16:56:44.641Z[ recovery-image] Aug 24 16:56:43.737 INFO O| Aug 24 16:56:43.737 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/trapstat"
75072024-08-24T16:56:44.641Z[ recovery-image] Aug 24 16:56:43.737 INFO O| Aug 24 16:56:43.737 INFO STEP 1185 (remove_files) COMPLETE
75082024-08-24T16:56:44.644Z[ recovery-image] Aug 24 16:56:43.737 INFO O| Aug 24 16:56:43.737 INFO STEP 1186: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75092024-08-24T16:56:44.651Z[ recovery-image] Aug 24 16:56:43.747 INFO O| Aug 24 16:56:43.747 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/ttyadm"
75102024-08-24T16:56:44.651Z[ recovery-image] Aug 24 16:56:43.747 INFO O| Aug 24 16:56:43.747 INFO STEP 1186 (remove_files) COMPLETE
75112024-08-24T16:56:44.654Z[ recovery-image] Aug 24 16:56:43.747 INFO O| Aug 24 16:56:43.747 INFO STEP 1187: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75122024-08-24T16:56:44.661Z[ recovery-image] Aug 24 16:56:43.757 INFO O| Aug 24 16:56:43.757 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/ucodeadm"
75132024-08-24T16:56:44.664Z[ recovery-image] Aug 24 16:56:43.757 INFO O| Aug 24 16:56:43.757 INFO STEP 1187 (remove_files) COMPLETE
75142024-08-24T16:56:44.664Z[ recovery-image] Aug 24 16:56:43.757 INFO O| Aug 24 16:56:43.757 INFO STEP 1188: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75152024-08-24T16:56:44.672Z[ recovery-image] Aug 24 16:56:43.768 INFO O| Aug 24 16:56:43.767 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/umountall"
75162024-08-24T16:56:44.672Z[ recovery-image] Aug 24 16:56:43.768 INFO O| Aug 24 16:56:43.768 INFO STEP 1188 (remove_files) COMPLETE
75172024-08-24T16:56:44.674Z[ recovery-image] Aug 24 16:56:43.768 INFO O| Aug 24 16:56:43.768 INFO STEP 1189: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75182024-08-24T16:56:44.682Z[ recovery-image] Aug 24 16:56:43.778 INFO O| Aug 24 16:56:43.778 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/unlink"
75192024-08-24T16:56:44.682Z[ recovery-image] Aug 24 16:56:43.778 INFO O| Aug 24 16:56:43.778 INFO STEP 1189 (remove_files) COMPLETE
75202024-08-24T16:56:44.682Z[ recovery-image] Aug 24 16:56:43.778 INFO O| Aug 24 16:56:43.778 INFO STEP 1190: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75212024-08-24T16:56:44.691Z[ recovery-image] Aug 24 16:56:43.788 INFO O| Aug 24 16:56:43.788 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/unshare"
75222024-08-24T16:56:44.691Z[ recovery-image] Aug 24 16:56:43.788 INFO O| Aug 24 16:56:43.788 INFO STEP 1190 (remove_files) COMPLETE
75232024-08-24T16:56:44.694Z[ recovery-image] Aug 24 16:56:43.788 INFO O| Aug 24 16:56:43.788 INFO STEP 1191: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75242024-08-24T16:56:44.701Z[ recovery-image] Aug 24 16:56:43.797 INFO O| Aug 24 16:56:43.797 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/unshareall"
75252024-08-24T16:56:44.701Z[ recovery-image] Aug 24 16:56:43.798 INFO O| Aug 24 16:56:43.797 INFO STEP 1191 (remove_files) COMPLETE
75262024-08-24T16:56:44.704Z[ recovery-image] Aug 24 16:56:43.798 INFO O| Aug 24 16:56:43.798 INFO STEP 1192: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75272024-08-24T16:56:44.712Z[ recovery-image] Aug 24 16:56:43.808 INFO O| Aug 24 16:56:43.808 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/update_drv"
75282024-08-24T16:56:44.712Z[ recovery-image] Aug 24 16:56:43.808 INFO O| Aug 24 16:56:43.808 INFO STEP 1192 (remove_files) COMPLETE
75292024-08-24T16:56:44.712Z[ recovery-image] Aug 24 16:56:43.808 INFO O| Aug 24 16:56:43.808 INFO STEP 1193: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75302024-08-24T16:56:44.722Z[ recovery-image] Aug 24 16:56:43.818 INFO O| Aug 24 16:56:43.818 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/useradd"
75312024-08-24T16:56:44.724Z[ recovery-image] Aug 24 16:56:43.818 INFO O| Aug 24 16:56:43.818 INFO STEP 1193 (remove_files) COMPLETE
75322024-08-24T16:56:44.724Z[ recovery-image] Aug 24 16:56:43.818 INFO O| Aug 24 16:56:43.818 INFO STEP 1194: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75332024-08-24T16:56:44.732Z[ recovery-image] Aug 24 16:56:43.828 INFO O| Aug 24 16:56:43.828 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/userdel"
75342024-08-24T16:56:44.732Z[ recovery-image] Aug 24 16:56:43.828 INFO O| Aug 24 16:56:43.828 INFO STEP 1194 (remove_files) COMPLETE
75352024-08-24T16:56:44.732Z[ recovery-image] Aug 24 16:56:43.828 INFO O| Aug 24 16:56:43.828 INFO STEP 1195: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75362024-08-24T16:56:44.742Z[ recovery-image] Aug 24 16:56:43.838 INFO O| Aug 24 16:56:43.838 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/usermod"
75372024-08-24T16:56:44.742Z[ recovery-image] Aug 24 16:56:43.838 INFO O| Aug 24 16:56:43.838 INFO STEP 1195 (remove_files) COMPLETE
75382024-08-24T16:56:44.745Z[ recovery-image] Aug 24 16:56:43.838 INFO O| Aug 24 16:56:43.838 INFO STEP 1196: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75392024-08-24T16:56:44.752Z[ recovery-image] Aug 24 16:56:43.848 INFO O| Aug 24 16:56:43.848 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/volcopy"
75402024-08-24T16:56:44.752Z[ recovery-image] Aug 24 16:56:43.848 INFO O| Aug 24 16:56:43.848 INFO STEP 1196 (remove_files) COMPLETE
75412024-08-24T16:56:44.752Z[ recovery-image] Aug 24 16:56:43.848 INFO O| Aug 24 16:56:43.848 INFO STEP 1197: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75422024-08-24T16:56:44.762Z[ recovery-image] Aug 24 16:56:43.858 INFO O| Aug 24 16:56:43.858 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/wall"
75432024-08-24T16:56:44.765Z[ recovery-image] Aug 24 16:56:43.858 INFO O| Aug 24 16:56:43.858 INFO STEP 1197 (remove_files) COMPLETE
75442024-08-24T16:56:44.765Z[ recovery-image] Aug 24 16:56:43.858 INFO O| Aug 24 16:56:43.858 INFO STEP 1198: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75452024-08-24T16:56:44.772Z[ recovery-image] Aug 24 16:56:43.868 INFO O| Aug 24 16:56:43.868 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/whodo"
75462024-08-24T16:56:44.772Z[ recovery-image] Aug 24 16:56:43.868 INFO O| Aug 24 16:56:43.868 INFO STEP 1198 (remove_files) COMPLETE
75472024-08-24T16:56:44.772Z[ recovery-image] Aug 24 16:56:43.868 INFO O| Aug 24 16:56:43.868 INFO STEP 1199: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75482024-08-24T16:56:44.778Z[ host-image] Aug 24 16:56:43.874 INFO O| Aug 24 16:56:43.874 INFO O| Done
75492024-08-24T16:56:44.782Z[ recovery-image] Aug 24 16:56:43.878 INFO O| Aug 24 16:56:43.878 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/zdb"
75502024-08-24T16:56:44.784Z[ recovery-image] Aug 24 16:56:43.878 INFO O| Aug 24 16:56:43.878 INFO STEP 1199 (remove_files) COMPLETE
75512024-08-24T16:56:44.784Z[ recovery-image] Aug 24 16:56:43.878 INFO O| Aug 24 16:56:43.878 INFO STEP 1200: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75522024-08-24T16:56:44.793Z[ recovery-image] Aug 24 16:56:43.889 INFO O| Aug 24 16:56:43.889 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/zdump"
75532024-08-24T16:56:44.793Z[ recovery-image] Aug 24 16:56:43.889 INFO O| Aug 24 16:56:43.889 INFO STEP 1200 (remove_files) COMPLETE
75542024-08-24T16:56:44.798Z[ recovery-image] Aug 24 16:56:43.889 INFO O| Aug 24 16:56:43.889 INFO STEP 1201: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75552024-08-24T16:56:44.804Z[ recovery-image] Aug 24 16:56:43.899 INFO O| Aug 24 16:56:43.899 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/zic"
75562024-08-24T16:56:44.804Z[ recovery-image] Aug 24 16:56:43.900 INFO O| Aug 24 16:56:43.900 INFO STEP 1201 (remove_files) COMPLETE
75572024-08-24T16:56:44.806Z[ recovery-image] Aug 24 16:56:43.900 INFO O| Aug 24 16:56:43.900 INFO STEP 1202: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75582024-08-24T16:56:44.806Z[ host-image] Aug 24 16:56:43.901 INFO O| Aug 24 16:56:43.901 INFO O| Done
75592024-08-24T16:56:44.806Z[ host-image] Aug 24 16:56:43.901 INFO O| Aug 24 16:56:43.901 INFO O| Done
75602024-08-24T16:56:44.814Z[ recovery-image] Aug 24 16:56:43.910 INFO O| Aug 24 16:56:43.910 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/zlogin"
75612024-08-24T16:56:44.814Z[ recovery-image] Aug 24 16:56:43.910 INFO O| Aug 24 16:56:43.910 INFO STEP 1202 (remove_files) COMPLETE
75622024-08-24T16:56:44.814Z[ recovery-image] Aug 24 16:56:43.910 INFO O| Aug 24 16:56:43.910 INFO STEP 1203: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75632024-08-24T16:56:44.816Z[ host-image] Aug 24 16:56:43.911 INFO O| Aug 24 16:56:43.911 INFO O| Done
75642024-08-24T16:56:44.825Z[ recovery-image] Aug 24 16:56:43.920 INFO O| Aug 24 16:56:43.920 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/zoneadm"
75652024-08-24T16:56:44.825Z[ recovery-image] Aug 24 16:56:43.920 INFO O| Aug 24 16:56:43.920 INFO STEP 1203 (remove_files) COMPLETE
75662024-08-24T16:56:44.825Z[ recovery-image] Aug 24 16:56:43.920 INFO O| Aug 24 16:56:43.920 INFO STEP 1204: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75672024-08-24T16:56:44.835Z[ recovery-image] Aug 24 16:56:43.931 INFO O| Aug 24 16:56:43.931 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/zonecfg"
75682024-08-24T16:56:44.835Z[ recovery-image] Aug 24 16:56:43.931 INFO O| Aug 24 16:56:43.931 INFO STEP 1204 (remove_files) COMPLETE
75692024-08-24T16:56:44.836Z[ recovery-image] Aug 24 16:56:43.931 INFO O| Aug 24 16:56:43.931 INFO STEP 1205: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75702024-08-24T16:56:44.847Z[ recovery-image] Aug 24 16:56:43.942 INFO O| Aug 24 16:56:43.942 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/zstreamdump"
75712024-08-24T16:56:44.847Z[ recovery-image] Aug 24 16:56:43.943 INFO O| Aug 24 16:56:43.942 INFO STEP 1205 (remove_files) COMPLETE
75722024-08-24T16:56:44.851Z[ recovery-image] Aug 24 16:56:43.943 INFO O| Aug 24 16:56:43.943 INFO STEP 1206: pack_tar, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-03-recovery-trim.json
75732024-08-24T16:56:44.863Z[ recovery-image] Aug 24 16:56:43.958 INFO O| Aug 24 16:56:43.957 INFO file /rpool/images/build/recovery/output/gimlet-recovery-ramdisk.tar does not already exist, skipping removal
75742024-08-24T16:56:44.863Z[ recovery-image] Aug 24 16:56:43.958 INFO O| Aug 24 16:56:43.958 INFO exec: ["/usr/sbin/tar", "ceEp@/f", "/rpool/images/build/recovery/output/gimlet-recovery-ramdisk.tar", "-C", "/rpool/images/build/recovery/work/gimlet/ramdisk", "."]
75752024-08-24T16:56:44.925Z[ host-image] Aug 24 16:56:44.021 INFO O| Aug 24 16:56:44.021 INFO STEP 14 (pkg_install) COMPLETE
75762024-08-24T16:56:44.925Z[ host-image] Aug 24 16:56:44.021 INFO O| Aug 24 16:56:44.021 INFO STEP 15: pkg_install, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
75772024-08-24T16:56:44.928Z[ host-image] Aug 24 16:56:44.021 INFO O| Aug 24 16:56:44.021 INFO skip step because feature "mfg" is not enabled
75782024-08-24T16:56:44.928Z[ host-image] Aug 24 16:56:44.021 INFO O| Aug 24 16:56:44.021 INFO STEP 16: pkg_install, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
75792024-08-24T16:56:44.929Z[ host-image] Aug 24 16:56:44.021 INFO O| Aug 24 16:56:44.021 INFO skip step because feature "compliance" is not enabled
75802024-08-24T16:56:44.929Z[ host-image] Aug 24 16:56:44.021 INFO O| Aug 24 16:56:44.021 INFO STEP 17: pkg_install, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
75812024-08-24T16:56:44.929Z[ host-image] Aug 24 16:56:44.021 INFO O| Aug 24 16:56:44.021 INFO skip step because feature "stress" is not enabled
75822024-08-24T16:56:44.929Z[ host-image] Aug 24 16:56:44.021 INFO O| Aug 24 16:56:44.021 INFO STEP 18: pkg_install, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
75832024-08-24T16:56:44.929Z[ host-image] Aug 24 16:56:44.021 INFO O| Aug 24 16:56:44.021 INFO skip step because feature "nfs" is not enabled
75842024-08-24T16:56:44.929Z[ host-image] Aug 24 16:56:44.021 INFO O| Aug 24 16:56:44.021 INFO creating output snapshot rpool/images/build/host/work/gimlet/ramdisk@os
75852024-08-24T16:56:44.929Z[ host-image] Aug 24 16:56:44.021 INFO O| Aug 24 16:56:44.021 INFO CREATE SNAPSHOT: rpool/images/build/host/work/gimlet/ramdisk@os
75862024-08-24T16:56:45.019Z[ host-image] Aug 24 16:56:44.115 INFO O| Aug 24 16:56:44.115 INFO DESTROY DATASET: rpool/images/build/host/tmp/gimlet/ramdisk-01-os
75872024-08-24T16:56:45.116Z[ host-image] Aug 24 16:56:44.211 INFO O| Aug 24 16:56:44.211 INFO completed processing gimlet/ramdisk-01-os
75882024-08-24T16:56:45.118Z[ host-image] Aug 24 16:56:44.213 INFO omicron1 baseline generation...
75892024-08-24T16:56:45.118Z[ host-image] Aug 24 16:56:44.214 INFO exec: ["/usr/lib/brand/omicron1/baseline", "-R", "/rpool/images/build/host/work/gimlet/ramdisk", "/work/oxidecomputer/helios/tmp/image.host/omicron1"], pwd: None
75902024-08-24T16:56:45.520Z[ host-image] Aug 24 16:56:44.616 INFO O| incorp = pkg://helios-dev/consolidation/osnet/osnet-incorporation@0.5.11-2.0.22828:20240823T105132Z
75912024-08-24T16:56:45.607Z[ recovery-image] Aug 24 16:56:44.703 INFO O| Aug 24 16:56:44.703 INFO STEP 1206 (pack_tar) COMPLETE
75922024-08-24T16:56:45.607Z[ recovery-image] Aug 24 16:56:44.703 INFO O| Aug 24 16:56:44.703 INFO creating output snapshot rpool/images/build/recovery/work/gimlet/ramdisk@recovery-trim
75932024-08-24T16:56:45.610Z[ recovery-image] Aug 24 16:56:44.703 INFO O| Aug 24 16:56:44.703 INFO CREATE SNAPSHOT: rpool/images/build/recovery/work/gimlet/ramdisk@recovery-trim
75942024-08-24T16:56:45.785Z[ recovery-image] Aug 24 16:56:44.881 INFO O| Aug 24 16:56:44.881 INFO DESTROY DATASET: rpool/images/build/recovery/tmp/gimlet/ramdisk-03-recovery-trim
75952024-08-24T16:56:45.844Z[ recovery-image] Aug 24 16:56:44.940 INFO O| Aug 24 16:56:44.940 INFO completed processing gimlet/ramdisk-03-recovery-trim
75962024-08-24T16:56:45.851Z[ recovery-image] Aug 24 16:56:44.947 INFO image builder template: zfs-recovery...
75972024-08-24T16:56:45.851Z[ recovery-image] Aug 24 16:56:44.947 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/.tmperXEre/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
75982024-08-24T16:56:45.883Z[ recovery-image] Aug 24 16:56:44.979 INFO O| Aug 24 16:56:44.979 INFO temporary dataset: rpool/images/build/recovery/tmp/gimlet/zfs-recovery
75992024-08-24T16:56:45.887Z[ recovery-image] Aug 24 16:56:44.983 INFO O| Aug 24 16:56:44.983 INFO CREATE DATASET: rpool/images/build/recovery/tmp/gimlet/zfs-recovery
76002024-08-24T16:56:45.940Z[ recovery-image] Aug 24 16:56:45.036 INFO O| Aug 24 16:56:45.035 INFO SET DATASET PROPERTY ON rpool/images/build/recovery/tmp/gimlet/zfs-recovery: sync = disabled
76012024-08-24T16:56:45.990Z[ recovery-image] Aug 24 16:56:45.086 INFO O| Aug 24 16:56:45.086 INFO temporary directory: /rpool/images/build/recovery/tmp/gimlet/zfs-recovery
76022024-08-24T16:56:45.990Z[ recovery-image] Aug 24 16:56:45.086 INFO O| Aug 24 16:56:45.086 INFO work dataset: rpool/images/build/recovery/work/gimlet/zfs-recovery
76032024-08-24T16:56:45.994Z[ recovery-image] Aug 24 16:56:45.090 INFO O| Aug 24 16:56:45.090 INFO CREATE DATASET: rpool/images/build/recovery/work/gimlet/zfs-recovery
76042024-08-24T16:56:46.052Z[ recovery-image] Aug 24 16:56:45.148 INFO O| Aug 24 16:56:45.148 INFO SET DATASET PROPERTY ON rpool/images/build/recovery/work/gimlet/zfs-recovery: sync = disabled
76052024-08-24T16:56:46.099Z[ recovery-image] Aug 24 16:56:45.195 INFO O| Aug 24 16:56:45.194 INFO DESTROY POOL: TEMPORARY-gimlet-zfs-recovery
76062024-08-24T16:56:46.109Z[ recovery-image] Aug 24 16:56:45.205 INFO O| Aug 24 16:56:45.205 INFO image file: /rpool/images/build/recovery/work/gimlet/zfs-recovery/lofi.raw
76072024-08-24T16:56:46.115Z[ recovery-image] Aug 24 16:56:45.211 INFO O| Aug 24 16:56:45.211 INFO pool altroot: /rpool/images/build/recovery/work/gimlet/zfs-recovery/altroot
76082024-08-24T16:56:46.117Z[ recovery-image] Aug 24 16:56:45.212 INFO O| Aug 24 16:56:45.212 INFO no lofi found
76092024-08-24T16:56:46.117Z[ recovery-image] Aug 24 16:56:45.212 INFO O| Aug 24 16:56:45.212 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/lofi.raw does not already exist, skipping removal
76102024-08-24T16:56:46.118Z[ recovery-image] Aug 24 16:56:45.212 INFO O| Aug 24 16:56:45.212 INFO CREATE IMAGE (2000MB): /rpool/images/build/recovery/work/gimlet/zfs-recovery/lofi.raw
76112024-08-24T16:56:47.915Z[ recovery-image] Aug 24 16:56:47.011 INFO O| Aug 24 16:56:47.010 INFO lofi device = /dev/dsk/c2t1d0p0
76122024-08-24T16:56:47.915Z[ recovery-image] Aug 24 16:56:47.011 INFO O| Aug 24 16:56:47.010 INFO pool device = /dev/dsk/c2t1d0p0
76132024-08-24T16:56:47.917Z[ recovery-image] Aug 24 16:56:47.011 INFO O| Aug 24 16:56:47.011 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"]
76142024-08-24T16:56:47.990Z[ recovery-image] Aug 24 16:56:47.086 INFO O| Aug 24 16:56:47.086 INFO STEP 0: create_be, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs-recovery.json
76152024-08-24T16:56:47.990Z[ recovery-image] Aug 24 16:56:47.086 INFO O| Aug 24 16:56:47.086 INFO CREATE DATASET: TEMPORARY-gimlet-zfs-recovery/ROOT
76162024-08-24T16:56:48.037Z[ recovery-image] Aug 24 16:56:47.133 INFO O| Aug 24 16:56:47.133 INFO SET DATASET PROPERTY ON TEMPORARY-gimlet-zfs-recovery/ROOT: canmount = off
76172024-08-24T16:56:48.098Z[ recovery-image] Aug 24 16:56:47.194 INFO O| Aug 24 16:56:47.194 INFO SET DATASET PROPERTY ON TEMPORARY-gimlet-zfs-recovery/ROOT: mountpoint = legacy
76182024-08-24T16:56:48.136Z[ recovery-image] Aug 24 16:56:47.231 INFO O| Aug 24 16:56:47.231 INFO CREATE DATASET: TEMPORARY-gimlet-zfs-recovery/ROOT/ramdisk
76192024-08-24T16:56:48.151Z[ recovery-image] Aug 24 16:56:47.247 INFO O| Aug 24 16:56:47.247 INFO SET DATASET PROPERTY ON TEMPORARY-gimlet-zfs-recovery/ROOT/ramdisk: canmount = noauto
76202024-08-24T16:56:48.161Z[ recovery-image] Aug 24 16:56:47.257 INFO O| Aug 24 16:56:47.257 INFO SET DATASET PROPERTY ON TEMPORARY-gimlet-zfs-recovery/ROOT/ramdisk: mountpoint = legacy
76212024-08-24T16:56:48.215Z[ recovery-image] Aug 24 16:56:47.311 INFO O| Aug 24 16:56:47.311 INFO creating directory: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a
76222024-08-24T16:56:48.215Z[ recovery-image] Aug 24 16:56:47.311 INFO O| Aug 24 16:56:47.311 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a
76232024-08-24T16:56:48.218Z[ recovery-image] Aug 24 16:56:47.311 INFO O| Aug 24 16:56:47.311 INFO exec: ["/sbin/mount", "-F", "zfs", "TEMPORARY-gimlet-zfs-recovery/ROOT/ramdisk", "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a"]
76242024-08-24T16:56:48.225Z[ recovery-image] Aug 24 16:56:47.321 INFO O| Aug 24 16:56:47.321 INFO boot environment UUID: af5da7cc-1ac1-4b58-bc3a-de330c6a404d
76252024-08-24T16:56:48.225Z[ recovery-image] Aug 24 16:56:47.321 INFO O| Aug 24 16:56:47.321 INFO SET DATASET PROPERTY ON TEMPORARY-gimlet-zfs-recovery/ROOT/ramdisk: org.opensolaris.libbe:uuid = af5da7cc-1ac1-4b58-bc3a-de330c6a404d
76262024-08-24T16:56:48.236Z[ recovery-image] Aug 24 16:56:47.332 INFO O| Aug 24 16:56:47.332 INFO SET DATASET PROPERTY ON TEMPORARY-gimlet-zfs-recovery/ROOT/ramdisk: org.opensolaris.libbe:policy = static
76272024-08-24T16:56:48.262Z[ recovery-image] Aug 24 16:56:47.358 INFO O| Aug 24 16:56:47.358 INFO STEP 0 (create_be) COMPLETE
76282024-08-24T16:56:48.262Z[ recovery-image] Aug 24 16:56:47.358 INFO O| Aug 24 16:56:47.358 INFO STEP 1: unpack_tar, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs-recovery.json
76292024-08-24T16:56:48.279Z[ recovery-image] Aug 24 16:56:47.374 INFO O| Aug 24 16:56:47.374 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"]
76302024-08-24T16:56:50.330Z[ recovery-image] Aug 24 16:56:49.426 INFO O| Aug 24 16:56:49.426 INFO STEP 1 (unpack_tar) COMPLETE
76312024-08-24T16:56:50.331Z[ recovery-image] Aug 24 16:56:49.426 INFO O| Aug 24 16:56:49.426 INFO STEP 2: devfsadm, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
76322024-08-24T16:56:50.342Z[ recovery-image] Aug 24 16:56:49.438 INFO O| Aug 24 16:56:49.438 INFO exec: ["/usr/sbin/devfsadm", "-r", "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a"]
76332024-08-24T16:56:50.775Z[ recovery-image] Aug 24 16:56:49.870 INFO O| Aug 24 16:56:49.870 INFO STEP 2 (devfsadm) COMPLETE
76342024-08-24T16:56:50.775Z[ recovery-image] Aug 24 16:56:49.870 INFO O| Aug 24 16:56:49.870 INFO STEP 3: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
76352024-08-24T16:56:50.786Z[ recovery-image] Aug 24 16:56:49.882 INFO O| Aug 24 16:56:49.882 INFO creating directory: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/cfg
76362024-08-24T16:56:50.789Z[ recovery-image] Aug 24 16:56:49.882 INFO O| Aug 24 16:56:49.882 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/cfg
76372024-08-24T16:56:50.789Z[ recovery-image] Aug 24 16:56:49.882 INFO O| Aug 24 16:56:49.882 INFO STEP 3 (ensure_dir) COMPLETE
76382024-08-24T16:56:50.789Z[ recovery-image] Aug 24 16:56:49.882 INFO O| Aug 24 16:56:49.882 INFO STEP 4: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
76392024-08-24T16:56:50.797Z[ recovery-image] Aug 24 16:56:49.893 INFO O| Aug 24 16:56:49.893 INFO ownership already OK (0:3), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/dsk
76402024-08-24T16:56:50.797Z[ recovery-image] Aug 24 16:56:49.893 INFO O| Aug 24 16:56:49.893 INFO STEP 4 (ensure_dir) COMPLETE
76412024-08-24T16:56:50.799Z[ recovery-image] Aug 24 16:56:49.893 INFO O| Aug 24 16:56:49.893 INFO STEP 5: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
76422024-08-24T16:56:50.807Z[ recovery-image] Aug 24 16:56:49.903 INFO O| Aug 24 16:56:49.903 INFO ownership already OK (0:3), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/rdsk
76432024-08-24T16:56:50.807Z[ recovery-image] Aug 24 16:56:49.903 INFO O| Aug 24 16:56:49.903 INFO STEP 5 (ensure_dir) COMPLETE
76442024-08-24T16:56:50.810Z[ recovery-image] Aug 24 16:56:49.903 INFO O| Aug 24 16:56:49.903 INFO STEP 6: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
76452024-08-24T16:56:50.817Z[ recovery-image] Aug 24 16:56:49.913 INFO O| Aug 24 16:56:49.913 INFO creating directory: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/sensors
76462024-08-24T16:56:50.817Z[ recovery-image] Aug 24 16:56:49.913 INFO O| Aug 24 16:56:49.913 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/sensors
76472024-08-24T16:56:50.819Z[ recovery-image] Aug 24 16:56:49.913 INFO O| Aug 24 16:56:49.913 INFO STEP 6 (ensure_dir) COMPLETE
76482024-08-24T16:56:50.819Z[ recovery-image] Aug 24 16:56:49.913 INFO O| Aug 24 16:56:49.913 INFO STEP 7: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
76492024-08-24T16:56:50.828Z[ recovery-image] Aug 24 16:56:49.924 INFO O| Aug 24 16:56:49.924 INFO creating directory: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/usb
76502024-08-24T16:56:50.828Z[ recovery-image] Aug 24 16:56:49.924 INFO O| Aug 24 16:56:49.924 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/usb
76512024-08-24T16:56:50.831Z[ recovery-image] Aug 24 16:56:49.924 INFO O| Aug 24 16:56:49.924 INFO STEP 7 (ensure_dir) COMPLETE
76522024-08-24T16:56:50.831Z[ recovery-image] Aug 24 16:56:49.924 INFO O| Aug 24 16:56:49.924 INFO STEP 8: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
76532024-08-24T16:56:50.842Z[ recovery-image] Aug 24 16:56:49.938 INFO O| Aug 24 16:56:49.938 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/cfg"
76542024-08-24T16:56:50.845Z[ recovery-image] Aug 24 16:56:49.938 INFO O| Aug 24 16:56:49.938 INFO STEP 8 (remove_files) COMPLETE
76552024-08-24T16:56:50.845Z[ recovery-image] Aug 24 16:56:49.938 INFO O| Aug 24 16:56:49.938 INFO STEP 9: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
76562024-08-24T16:56:50.853Z[ recovery-image] Aug 24 16:56:49.949 INFO O| Aug 24 16:56:49.949 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/dsk"
76572024-08-24T16:56:50.855Z[ recovery-image] Aug 24 16:56:49.950 INFO O| Aug 24 16:56:49.950 INFO STEP 9 (remove_files) COMPLETE
76582024-08-24T16:56:50.855Z[ recovery-image] Aug 24 16:56:49.950 INFO O| Aug 24 16:56:49.950 INFO STEP 10: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
76592024-08-24T16:56:50.867Z[ recovery-image] Aug 24 16:56:49.963 INFO O| Aug 24 16:56:49.963 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/rdsk"
76602024-08-24T16:56:50.870Z[ recovery-image] Aug 24 16:56:49.964 INFO O| Aug 24 16:56:49.964 INFO STEP 10 (remove_files) COMPLETE
76612024-08-24T16:56:50.870Z[ recovery-image] Aug 24 16:56:49.964 INFO O| Aug 24 16:56:49.964 INFO STEP 11: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
76622024-08-24T16:56:50.882Z[ recovery-image] Aug 24 16:56:49.978 INFO O| Aug 24 16:56:49.977 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/sensors"
76632024-08-24T16:56:50.885Z[ recovery-image] Aug 24 16:56:49.978 INFO O| Aug 24 16:56:49.978 INFO STEP 11 (remove_files) COMPLETE
76642024-08-24T16:56:50.885Z[ recovery-image] Aug 24 16:56:49.978 INFO O| Aug 24 16:56:49.978 INFO STEP 12: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
76652024-08-24T16:56:50.893Z[ recovery-image] Aug 24 16:56:49.989 INFO O| Aug 24 16:56:49.989 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/usb"
76662024-08-24T16:56:50.896Z[ recovery-image] Aug 24 16:56:49.989 INFO O| Aug 24 16:56:49.989 INFO STEP 12 (remove_files) COMPLETE
76672024-08-24T16:56:50.896Z[ recovery-image] Aug 24 16:56:49.989 INFO O| Aug 24 16:56:49.989 INFO STEP 13: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
76682024-08-24T16:56:50.904Z[ recovery-image] Aug 24 16:56:50.000 INFO O| Aug 24 16:56:50.000 INFO creating directory: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/cfg
76692024-08-24T16:56:50.904Z[ recovery-image] Aug 24 16:56:50.000 INFO O| Aug 24 16:56:50.000 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/cfg
76702024-08-24T16:56:50.907Z[ recovery-image] Aug 24 16:56:50.000 INFO O| Aug 24 16:56:50.000 INFO STEP 13 (ensure_dir) COMPLETE
76712024-08-24T16:56:50.907Z[ recovery-image] Aug 24 16:56:50.000 INFO O| Aug 24 16:56:50.000 INFO STEP 14: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
76722024-08-24T16:56:50.917Z[ recovery-image] Aug 24 16:56:50.013 INFO O| Aug 24 16:56:50.013 INFO creating directory: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/dsk
76732024-08-24T16:56:50.917Z[ recovery-image] Aug 24 16:56:50.013 INFO O| Aug 24 16:56:50.013 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/dsk
76742024-08-24T16:56:50.920Z[ recovery-image] Aug 24 16:56:50.013 INFO O| Aug 24 16:56:50.013 INFO chown ok, path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/dsk
76752024-08-24T16:56:50.920Z[ recovery-image] Aug 24 16:56:50.013 INFO O| Aug 24 16:56:50.013 INFO STEP 14 (ensure_dir) COMPLETE
76762024-08-24T16:56:50.920Z[ recovery-image] Aug 24 16:56:50.014 INFO O| Aug 24 16:56:50.013 INFO STEP 15: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
76772024-08-24T16:56:50.928Z[ recovery-image] Aug 24 16:56:50.024 INFO O| Aug 24 16:56:50.024 INFO creating directory: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/rdsk
76782024-08-24T16:56:50.931Z[ recovery-image] Aug 24 16:56:50.024 INFO O| Aug 24 16:56:50.024 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/rdsk
76792024-08-24T16:56:50.931Z[ recovery-image] Aug 24 16:56:50.024 INFO O| Aug 24 16:56:50.024 INFO chown ok, path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/rdsk
76802024-08-24T16:56:50.931Z[ recovery-image] Aug 24 16:56:50.024 INFO O| Aug 24 16:56:50.024 INFO STEP 15 (ensure_dir) COMPLETE
76812024-08-24T16:56:50.931Z[ recovery-image] Aug 24 16:56:50.024 INFO O| Aug 24 16:56:50.024 INFO STEP 16: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
76822024-08-24T16:56:50.938Z[ recovery-image] Aug 24 16:56:50.034 INFO O| Aug 24 16:56:50.034 INFO creating directory: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/sensors
76832024-08-24T16:56:50.938Z[ recovery-image] Aug 24 16:56:50.034 INFO O| Aug 24 16:56:50.034 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/sensors
76842024-08-24T16:56:50.941Z[ recovery-image] Aug 24 16:56:50.034 INFO O| Aug 24 16:56:50.034 INFO STEP 16 (ensure_dir) COMPLETE
76852024-08-24T16:56:50.941Z[ recovery-image] Aug 24 16:56:50.034 INFO O| Aug 24 16:56:50.034 INFO STEP 17: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
76862024-08-24T16:56:50.949Z[ recovery-image] Aug 24 16:56:50.045 INFO O| Aug 24 16:56:50.045 INFO creating directory: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/usb
76872024-08-24T16:56:50.949Z[ recovery-image] Aug 24 16:56:50.045 INFO O| Aug 24 16:56:50.045 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/usb
76882024-08-24T16:56:50.949Z[ recovery-image] Aug 24 16:56:50.045 INFO O| Aug 24 16:56:50.045 INFO STEP 17 (ensure_dir) COMPLETE
76892024-08-24T16:56:50.949Z[ recovery-image] Aug 24 16:56:50.045 INFO O| Aug 24 16:56:50.045 INFO STEP 18: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
76902024-08-24T16:56:50.960Z[ recovery-image] Aug 24 16:56:50.056 INFO O| Aug 24 16:56:50.055 INFO link target ok (../devices/pseudo/sysmsg@0:msglog)
76912024-08-24T16:56:50.960Z[ recovery-image] Aug 24 16:56:50.056 INFO O| Aug 24 16:56:50.055 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/msglog
76922024-08-24T16:56:50.960Z[ recovery-image] Aug 24 16:56:50.056 INFO O| Aug 24 16:56:50.056 INFO ok!
76932024-08-24T16:56:50.962Z[ recovery-image] Aug 24 16:56:50.056 INFO O| Aug 24 16:56:50.056 INFO STEP 18 (ensure_symlink) COMPLETE
76942024-08-24T16:56:50.962Z[ recovery-image] Aug 24 16:56:50.056 INFO O| Aug 24 16:56:50.056 INFO STEP 19: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
76952024-08-24T16:56:50.971Z[ recovery-image] Aug 24 16:56:50.066 INFO O| Aug 24 16:56:50.066 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/reconfigure exists, with correct contents
76962024-08-24T16:56:50.971Z[ recovery-image] Aug 24 16:56:50.067 INFO O| Aug 24 16:56:50.066 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/reconfigure
76972024-08-24T16:56:50.973Z[ recovery-image] Aug 24 16:56:50.067 INFO O| Aug 24 16:56:50.066 INFO ok!
76982024-08-24T16:56:50.973Z[ recovery-image] Aug 24 16:56:50.067 INFO O| Aug 24 16:56:50.066 INFO STEP 19 (ensure_file) COMPLETE
76992024-08-24T16:56:50.973Z[ recovery-image] Aug 24 16:56:50.067 INFO O| Aug 24 16:56:50.066 INFO STEP 20: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/common.json
77002024-08-24T16:56:50.981Z[ recovery-image] Aug 24 16:56:50.077 INFO O| Aug 24 16:56:50.077 INFO link /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/svc/profile/generic.xml does not exist
77012024-08-24T16:56:50.981Z[ recovery-image] Aug 24 16:56:50.077 INFO O| Aug 24 16:56:50.077 INFO linking /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/svc/profile/generic.xml -> generic_limited_net.xml ...
77022024-08-24T16:56:50.983Z[ recovery-image] Aug 24 16:56:50.077 INFO O| Aug 24 16:56:50.077 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/svc/profile/generic.xml
77032024-08-24T16:56:50.984Z[ recovery-image] Aug 24 16:56:50.077 INFO O| Aug 24 16:56:50.077 INFO ok!
77042024-08-24T16:56:50.984Z[ recovery-image] Aug 24 16:56:50.077 INFO O| Aug 24 16:56:50.077 INFO STEP 20 (ensure_symlink) COMPLETE
77052024-08-24T16:56:50.984Z[ recovery-image] Aug 24 16:56:50.077 INFO O| Aug 24 16:56:50.077 INFO STEP 21: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/common.json
77062024-08-24T16:56:50.991Z[ recovery-image] Aug 24 16:56:50.087 INFO O| Aug 24 16:56:50.087 INFO link /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/svc/profile/inetd_services.xml does not exist
77072024-08-24T16:56:50.992Z[ recovery-image] Aug 24 16:56:50.087 INFO O| Aug 24 16:56:50.087 INFO linking /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/svc/profile/inetd_services.xml -> inetd_generic.xml ...
77082024-08-24T16:56:50.994Z[ recovery-image] Aug 24 16:56:50.088 INFO O| Aug 24 16:56:50.088 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/svc/profile/inetd_services.xml
77092024-08-24T16:56:50.994Z[ recovery-image] Aug 24 16:56:50.088 INFO O| Aug 24 16:56:50.088 INFO ok!
77102024-08-24T16:56:50.994Z[ recovery-image] Aug 24 16:56:50.088 INFO O| Aug 24 16:56:50.088 INFO STEP 21 (ensure_symlink) COMPLETE
77112024-08-24T16:56:50.994Z[ recovery-image] Aug 24 16:56:50.088 INFO O| Aug 24 16:56:50.088 INFO STEP 22: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/common.json
77122024-08-24T16:56:51.002Z[ recovery-image] Aug 24 16:56:50.098 INFO O| Aug 24 16:56:50.098 INFO link /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/svc/profile/platform.xml does not exist
77132024-08-24T16:56:51.002Z[ recovery-image] Aug 24 16:56:50.098 INFO O| Aug 24 16:56:50.098 INFO linking /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/svc/profile/platform.xml -> platform_oxide.xml ...
77142024-08-24T16:56:51.004Z[ recovery-image] Aug 24 16:56:50.098 INFO O| Aug 24 16:56:50.098 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/svc/profile/platform.xml
77152024-08-24T16:56:51.004Z[ recovery-image] Aug 24 16:56:50.098 INFO O| Aug 24 16:56:50.098 INFO ok!
77162024-08-24T16:56:51.004Z[ recovery-image] Aug 24 16:56:50.098 INFO O| Aug 24 16:56:50.098 INFO STEP 22 (ensure_symlink) COMPLETE
77172024-08-24T16:56:51.004Z[ recovery-image] Aug 24 16:56:50.098 INFO O| Aug 24 16:56:50.098 INFO STEP 23: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/common.json
77182024-08-24T16:56:51.012Z[ recovery-image] Aug 24 16:56:50.108 INFO O| Aug 24 16:56:50.108 INFO link /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/svc/profile/name_service.xml does not exist
77192024-08-24T16:56:51.012Z[ recovery-image] Aug 24 16:56:50.108 INFO O| Aug 24 16:56:50.108 INFO linking /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/svc/profile/name_service.xml -> ns_dns.xml ...
77202024-08-24T16:56:51.012Z[ recovery-image] Aug 24 16:56:50.108 INFO O| Aug 24 16:56:50.108 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/svc/profile/name_service.xml
77212024-08-24T16:56:51.015Z[ recovery-image] Aug 24 16:56:50.108 INFO O| Aug 24 16:56:50.108 INFO ok!
77222024-08-24T16:56:51.015Z[ recovery-image] Aug 24 16:56:50.108 INFO O| Aug 24 16:56:50.108 INFO STEP 23 (ensure_symlink) COMPLETE
77232024-08-24T16:56:51.015Z[ recovery-image] Aug 24 16:56:50.108 INFO O| Aug 24 16:56:50.108 INFO STEP 24: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
77242024-08-24T16:56:51.022Z[ recovery-image] Aug 24 16:56:50.118 INFO O| Aug 24 16:56:50.118 WARN file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/nsswitch.conf exists, with wrong contents, unlinking
77252024-08-24T16:56:51.025Z[ recovery-image] Aug 24 16:56:50.118 INFO O| Aug 24 16:56:50.118 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 ...
77262024-08-24T16:56:51.025Z[ recovery-image] Aug 24 16:56:50.118 INFO O| Aug 24 16:56:50.118 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/nsswitch.conf
77272024-08-24T16:56:51.025Z[ recovery-image] Aug 24 16:56:50.118 INFO O| Aug 24 16:56:50.118 INFO ok!
77282024-08-24T16:56:51.025Z[ recovery-image] Aug 24 16:56:50.118 INFO O| Aug 24 16:56:50.118 INFO STEP 24 (ensure_file) COMPLETE
77292024-08-24T16:56:51.025Z[ recovery-image] Aug 24 16:56:50.118 INFO O| Aug 24 16:56:50.118 INFO STEP 25: shadow, from: /work/oxidecomputer/helios/image/templates/include/common.json
77302024-08-24T16:56:51.033Z[ recovery-image] Aug 24 16:56:50.129 INFO O| Aug 24 16:56:50.129 INFO updating shadow file
77312024-08-24T16:56:51.035Z[ recovery-image] Aug 24 16:56:50.129 INFO O| Aug 24 16:56:50.129 INFO ownership wrong (Id(0):Id(3), not 0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/shadow
77322024-08-24T16:56:51.035Z[ recovery-image] Aug 24 16:56:50.129 INFO O| Aug 24 16:56:50.129 INFO chown ok, path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/shadow
77332024-08-24T16:56:51.035Z[ recovery-image] Aug 24 16:56:50.129 INFO O| Aug 24 16:56:50.129 INFO STEP 25 (shadow) COMPLETE
77342024-08-24T16:56:51.035Z[ recovery-image] Aug 24 16:56:50.129 INFO O| Aug 24 16:56:50.129 INFO STEP 26: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
77352024-08-24T16:56:51.043Z[ recovery-image] Aug 24 16:56:50.139 INFO O| Aug 24 16:56:50.139 WARN file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/inet/hosts exists, with wrong contents, unlinking
77362024-08-24T16:56:51.043Z[ recovery-image] Aug 24 16:56:50.139 INFO O| Aug 24 16:56:50.139 INFO copying /work/oxidecomputer/helios/image/templates/files/hosts -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/inet/hosts ...
77372024-08-24T16:56:51.046Z[ recovery-image] Aug 24 16:56:50.139 INFO O| Aug 24 16:56:50.139 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/inet/hosts
77382024-08-24T16:56:51.046Z[ recovery-image] Aug 24 16:56:50.139 INFO O| Aug 24 16:56:50.139 INFO ok!
77392024-08-24T16:56:51.046Z[ recovery-image] Aug 24 16:56:50.139 INFO O| Aug 24 16:56:50.139 INFO STEP 26 (ensure_file) COMPLETE
77402024-08-24T16:56:51.046Z[ recovery-image] Aug 24 16:56:50.139 INFO O| Aug 24 16:56:50.139 INFO STEP 27: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
77412024-08-24T16:56:51.054Z[ recovery-image] Aug 24 16:56:50.150 INFO O| Aug 24 16:56:50.150 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/nodename does not exist
77422024-08-24T16:56:51.054Z[ recovery-image] Aug 24 16:56:50.150 INFO O| Aug 24 16:56:50.150 INFO writing /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/nodename ...
77432024-08-24T16:56:51.057Z[ recovery-image] Aug 24 16:56:50.150 INFO O| Aug 24 16:56:50.150 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/nodename
77442024-08-24T16:56:51.057Z[ recovery-image] Aug 24 16:56:50.150 INFO O| Aug 24 16:56:50.150 INFO ok!
77452024-08-24T16:56:51.057Z[ recovery-image] Aug 24 16:56:50.150 INFO O| Aug 24 16:56:50.150 INFO STEP 27 (ensure_file) COMPLETE
77462024-08-24T16:56:51.057Z[ recovery-image] Aug 24 16:56:50.150 INFO O| Aug 24 16:56:50.150 INFO STEP 28: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
77472024-08-24T16:56:51.065Z[ recovery-image] Aug 24 16:56:50.161 INFO O| Aug 24 16:56:50.161 WARN file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/default/dhcpagent exists, with wrong contents, unlinking
77482024-08-24T16:56:51.068Z[ recovery-image] Aug 24 16:56:50.161 INFO O| Aug 24 16:56:50.161 INFO copying /work/oxidecomputer/helios/image/templates/files/dhcpagent -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/default/dhcpagent ...
77492024-08-24T16:56:51.068Z[ recovery-image] Aug 24 16:56:50.161 INFO O| Aug 24 16:56:50.161 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/default/dhcpagent
77502024-08-24T16:56:51.068Z[ recovery-image] Aug 24 16:56:50.161 INFO O| Aug 24 16:56:50.161 INFO chown ok, path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/default/dhcpagent
77512024-08-24T16:56:51.068Z[ recovery-image] Aug 24 16:56:50.161 INFO O| Aug 24 16:56:50.161 INFO ok!
77522024-08-24T16:56:51.068Z[ recovery-image] Aug 24 16:56:50.161 INFO O| Aug 24 16:56:50.161 INFO STEP 28 (ensure_file) COMPLETE
77532024-08-24T16:56:51.068Z[ recovery-image] Aug 24 16:56:50.161 INFO O| Aug 24 16:56:50.161 INFO STEP 29: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
77542024-08-24T16:56:51.076Z[ recovery-image] Aug 24 16:56:50.172 INFO O| Aug 24 16:56:50.171 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/resolv.conf does not exist
77552024-08-24T16:56:51.076Z[ recovery-image] Aug 24 16:56:50.172 INFO O| Aug 24 16:56:50.171 INFO writing /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/resolv.conf ...
77562024-08-24T16:56:51.078Z[ recovery-image] Aug 24 16:56:50.172 INFO O| Aug 24 16:56:50.172 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/resolv.conf
77572024-08-24T16:56:51.078Z[ recovery-image] Aug 24 16:56:50.172 INFO O| Aug 24 16:56:50.172 INFO ok!
77582024-08-24T16:56:51.078Z[ recovery-image] Aug 24 16:56:50.172 INFO O| Aug 24 16:56:50.172 INFO STEP 29 (ensure_file) COMPLETE
77592024-08-24T16:56:51.078Z[ recovery-image] Aug 24 16:56:50.172 INFO O| Aug 24 16:56:50.172 INFO STEP 30: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs-recovery.json
77602024-08-24T16:56:51.086Z[ recovery-image] Aug 24 16:56:50.182 INFO O| Aug 24 16:56:50.182 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/auto_master does not exist
77612024-08-24T16:56:51.086Z[ recovery-image] Aug 24 16:56:50.182 INFO O| Aug 24 16:56:50.182 INFO copying /work/oxidecomputer/helios/image/templates/files/auto_master -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/auto_master ...
77622024-08-24T16:56:51.088Z[ recovery-image] Aug 24 16:56:50.182 INFO O| Aug 24 16:56:50.182 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/auto_master
77632024-08-24T16:56:51.088Z[ recovery-image] Aug 24 16:56:50.182 INFO O| Aug 24 16:56:50.182 INFO ok!
77642024-08-24T16:56:51.088Z[ recovery-image] Aug 24 16:56:50.182 INFO O| Aug 24 16:56:50.182 INFO STEP 30 (ensure_file) COMPLETE
77652024-08-24T16:56:51.088Z[ recovery-image] Aug 24 16:56:50.182 INFO O| Aug 24 16:56:50.182 INFO STEP 31: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs-recovery.json
77662024-08-24T16:56:51.096Z[ recovery-image] Aug 24 16:56:50.192 INFO O| Aug 24 16:56:50.192 WARN file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/ttydefs exists, with wrong contents, unlinking
77672024-08-24T16:56:51.097Z[ recovery-image] Aug 24 16:56:50.193 INFO O| Aug 24 16:56:50.193 INFO copying /work/oxidecomputer/helios/image/templates/files/ttydefs.3000000 -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/ttydefs ...
77682024-08-24T16:56:51.099Z[ recovery-image] Aug 24 16:56:50.193 INFO O| Aug 24 16:56:50.193 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/ttydefs
77692024-08-24T16:56:51.099Z[ recovery-image] Aug 24 16:56:50.193 INFO O| Aug 24 16:56:50.193 INFO chown ok, path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/ttydefs
77702024-08-24T16:56:51.099Z[ recovery-image] Aug 24 16:56:50.193 INFO O| Aug 24 16:56:50.193 INFO ok!
77712024-08-24T16:56:51.099Z[ recovery-image] Aug 24 16:56:50.193 INFO O| Aug 24 16:56:50.193 INFO STEP 31 (ensure_file) COMPLETE
77722024-08-24T16:56:51.099Z[ recovery-image] Aug 24 16:56:50.193 INFO O| Aug 24 16:56:50.193 INFO STEP 32: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs-recovery.json
77732024-08-24T16:56:51.107Z[ recovery-image] Aug 24 16:56:50.203 INFO O| Aug 24 16:56:50.203 WARN file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/default/init exists, with wrong contents, unlinking
77742024-08-24T16:56:51.107Z[ recovery-image] Aug 24 16:56:50.203 INFO O| Aug 24 16:56:50.203 INFO copying /work/oxidecomputer/helios/image/templates/files/default_init -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/default/init ...
77752024-08-24T16:56:51.109Z[ recovery-image] Aug 24 16:56:50.203 INFO O| Aug 24 16:56:50.203 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/default/init
77762024-08-24T16:56:51.109Z[ recovery-image] Aug 24 16:56:50.203 INFO O| Aug 24 16:56:50.203 INFO ok!
77772024-08-24T16:56:51.109Z[ recovery-image] Aug 24 16:56:50.203 INFO O| Aug 24 16:56:50.203 INFO STEP 32 (ensure_file) COMPLETE
77782024-08-24T16:56:51.110Z[ recovery-image] Aug 24 16:56:50.203 INFO O| Aug 24 16:56:50.203 INFO STEP 33: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs-recovery.json
77792024-08-24T16:56:51.117Z[ recovery-image] Aug 24 16:56:50.213 INFO O| Aug 24 16:56:50.213 WARN file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/ssh/sshd_config exists, with wrong contents, unlinking
77802024-08-24T16:56:51.117Z[ recovery-image] Aug 24 16:56:50.213 INFO O| Aug 24 16:56:50.213 INFO copying /work/oxidecomputer/helios/image/templates/files/sshd_config -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/ssh/sshd_config ...
77812024-08-24T16:56:51.120Z[ recovery-image] Aug 24 16:56:50.213 INFO O| Aug 24 16:56:50.213 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/ssh/sshd_config
77822024-08-24T16:56:51.120Z[ recovery-image] Aug 24 16:56:50.213 INFO O| Aug 24 16:56:50.213 INFO ok!
77832024-08-24T16:56:51.120Z[ recovery-image] Aug 24 16:56:50.213 INFO O| Aug 24 16:56:50.213 INFO STEP 33 (ensure_file) COMPLETE
77842024-08-24T16:56:51.120Z[ recovery-image] Aug 24 16:56:50.213 INFO O| Aug 24 16:56:50.213 INFO STEP 34: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs-recovery.json
77852024-08-24T16:56:51.127Z[ recovery-image] Aug 24 16:56:50.223 INFO O| Aug 24 16:56:50.223 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/usr/lib/bootparams does not exist
77862024-08-24T16:56:51.127Z[ recovery-image] Aug 24 16:56:50.223 INFO O| Aug 24 16:56:50.223 INFO copying /work/oxidecomputer/helios/image/templates/files/bootparams.sh -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/usr/lib/bootparams ...
77872024-08-24T16:56:51.130Z[ recovery-image] Aug 24 16:56:50.224 INFO O| Aug 24 16:56:50.223 INFO perms are 644, should be 755, path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/usr/lib/bootparams
77882024-08-24T16:56:51.130Z[ recovery-image] Aug 24 16:56:50.224 INFO O| Aug 24 16:56:50.224 INFO chmod ok, path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/usr/lib/bootparams
77892024-08-24T16:56:51.130Z[ recovery-image] Aug 24 16:56:50.224 INFO O| Aug 24 16:56:50.224 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/usr/lib/bootparams
77902024-08-24T16:56:51.130Z[ recovery-image] Aug 24 16:56:50.224 INFO O| Aug 24 16:56:50.224 INFO chown ok, path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/usr/lib/bootparams
77912024-08-24T16:56:51.130Z[ recovery-image] Aug 24 16:56:50.224 INFO O| Aug 24 16:56:50.224 INFO ok!
77922024-08-24T16:56:51.130Z[ recovery-image] Aug 24 16:56:50.224 INFO O| Aug 24 16:56:50.224 INFO STEP 34 (ensure_file) COMPLETE
77932024-08-24T16:56:51.130Z[ recovery-image] Aug 24 16:56:50.224 INFO O| Aug 24 16:56:50.224 INFO STEP 35: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/t6-firmware.json
77942024-08-24T16:56:51.138Z[ recovery-image] Aug 24 16:56:50.234 INFO O| Aug 24 16:56:50.234 INFO creating directory: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/platform/Oxide,Gimlet/firmware
77952024-08-24T16:56:51.140Z[ recovery-image] Aug 24 16:56:50.234 INFO O| Aug 24 16:56:50.234 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/platform/Oxide,Gimlet/firmware
77962024-08-24T16:56:51.140Z[ recovery-image] Aug 24 16:56:50.234 INFO O| Aug 24 16:56:50.234 INFO chown ok, path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/platform/Oxide,Gimlet/firmware
77972024-08-24T16:56:51.140Z[ recovery-image] Aug 24 16:56:50.234 INFO O| Aug 24 16:56:50.234 INFO STEP 35 (ensure_dir) COMPLETE
77982024-08-24T16:56:51.140Z[ recovery-image] Aug 24 16:56:50.234 INFO O| Aug 24 16:56:50.234 INFO STEP 36: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/t6-firmware.json
77992024-08-24T16:56:51.148Z[ recovery-image] Aug 24 16:56:50.244 INFO O| Aug 24 16:56:50.244 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
78002024-08-24T16:56:51.148Z[ recovery-image] Aug 24 16:56:50.244 INFO O| Aug 24 16:56:50.244 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 ...
78012024-08-24T16:56:51.151Z[ recovery-image] Aug 24 16:56:50.244 INFO O| Aug 24 16:56:50.244 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
78022024-08-24T16:56:51.151Z[ recovery-image] Aug 24 16:56:50.244 INFO O| Aug 24 16:56:50.244 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
78032024-08-24T16:56:51.151Z[ recovery-image] Aug 24 16:56:50.244 INFO O| Aug 24 16:56:50.244 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
78042024-08-24T16:56:51.151Z[ recovery-image] Aug 24 16:56:50.244 INFO O| Aug 24 16:56:50.244 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
78052024-08-24T16:56:51.151Z[ recovery-image] Aug 24 16:56:50.244 INFO O| Aug 24 16:56:50.244 INFO ok!
78062024-08-24T16:56:51.151Z[ recovery-image] Aug 24 16:56:50.244 INFO O| Aug 24 16:56:50.244 INFO STEP 36 (ensure_file) COMPLETE
78072024-08-24T16:56:51.151Z[ recovery-image] Aug 24 16:56:50.244 INFO O| Aug 24 16:56:50.244 INFO STEP 37: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/t6-firmware.json
78082024-08-24T16:56:51.159Z[ recovery-image] Aug 24 16:56:50.255 INFO O| Aug 24 16:56:50.255 INFO link /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/platform/Oxide,Gimlet/firmware/t6srom.bin does not exist
78092024-08-24T16:56:51.162Z[ recovery-image] Aug 24 16:56:50.255 INFO O| Aug 24 16:56:50.255 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 ...
78102024-08-24T16:56:51.162Z[ recovery-image] Aug 24 16:56:50.255 INFO O| Aug 24 16:56:50.255 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/platform/Oxide,Gimlet/firmware/t6srom.bin
78112024-08-24T16:56:51.162Z[ recovery-image] Aug 24 16:56:50.255 INFO O| Aug 24 16:56:50.255 INFO ok!
78122024-08-24T16:56:51.162Z[ recovery-image] Aug 24 16:56:50.255 INFO O| Aug 24 16:56:50.255 INFO STEP 37 (ensure_symlink) COMPLETE
78132024-08-24T16:56:51.162Z[ recovery-image] Aug 24 16:56:50.255 INFO O| Aug 24 16:56:50.255 INFO STEP 38: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs-recovery.json
78142024-08-24T16:56:51.170Z[ recovery-image] Aug 24 16:56:50.266 INFO O| Aug 24 16:56:50.266 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/usr/lib/recovery-hostname does not exist
78152024-08-24T16:56:51.170Z[ recovery-image] Aug 24 16:56:50.266 INFO O| Aug 24 16:56:50.266 INFO copying /work/oxidecomputer/helios/image/templates/files/recovery-hostname.sh -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/usr/lib/recovery-hostname ...
78162024-08-24T16:56:51.170Z[ recovery-image] Aug 24 16:56:50.266 INFO O| Aug 24 16:56:50.266 INFO perms are 644, should be 755, path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/usr/lib/recovery-hostname
78172024-08-24T16:56:51.173Z[ recovery-image] Aug 24 16:56:50.266 INFO O| Aug 24 16:56:50.266 INFO chmod ok, path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/usr/lib/recovery-hostname
78182024-08-24T16:56:51.173Z[ recovery-image] Aug 24 16:56:50.266 INFO O| Aug 24 16:56:50.266 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/usr/lib/recovery-hostname
78192024-08-24T16:56:51.173Z[ recovery-image] Aug 24 16:56:50.266 INFO O| Aug 24 16:56:50.266 INFO chown ok, path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/usr/lib/recovery-hostname
78202024-08-24T16:56:51.173Z[ recovery-image] Aug 24 16:56:50.266 INFO O| Aug 24 16:56:50.266 INFO ok!
78212024-08-24T16:56:51.173Z[ recovery-image] Aug 24 16:56:50.266 INFO O| Aug 24 16:56:50.266 INFO STEP 38 (ensure_file) COMPLETE
78222024-08-24T16:56:51.173Z[ recovery-image] Aug 24 16:56:50.266 INFO O| Aug 24 16:56:50.266 INFO STEP 39: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs-recovery.json
78232024-08-24T16:56:51.181Z[ recovery-image] Aug 24 16:56:50.277 INFO O| Aug 24 16:56:50.277 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/site/recovery-hostname.xml does not exist
78242024-08-24T16:56:51.181Z[ recovery-image] Aug 24 16:56:50.277 INFO O| Aug 24 16:56:50.277 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 ...
78252024-08-24T16:56:51.184Z[ recovery-image] Aug 24 16:56:50.277 INFO O| Aug 24 16:56:50.277 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
78262024-08-24T16:56:51.184Z[ recovery-image] Aug 24 16:56:50.277 INFO O| Aug 24 16:56:50.277 INFO chown ok, path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/site/recovery-hostname.xml
78272024-08-24T16:56:51.184Z[ recovery-image] Aug 24 16:56:50.277 INFO O| Aug 24 16:56:50.277 INFO ok!
78282024-08-24T16:56:51.184Z[ recovery-image] Aug 24 16:56:50.277 INFO O| Aug 24 16:56:50.277 INFO STEP 39 (ensure_file) COMPLETE
78292024-08-24T16:56:51.184Z[ recovery-image] Aug 24 16:56:50.277 INFO O| Aug 24 16:56:50.277 INFO STEP 40: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs-recovery.json
78302024-08-24T16:56:51.193Z[ recovery-image] Aug 24 16:56:50.289 INFO O| Aug 24 16:56:50.289 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/var/svc/profile/site.xml does not exist
78312024-08-24T16:56:51.193Z[ recovery-image] Aug 24 16:56:50.289 INFO O| Aug 24 16:56:50.289 INFO copying /work/oxidecomputer/helios/image/templates/files/site.xml -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/var/svc/profile/site.xml ...
78322024-08-24T16:56:51.196Z[ recovery-image] Aug 24 16:56:50.289 INFO O| Aug 24 16:56:50.289 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/var/svc/profile/site.xml
78332024-08-24T16:56:51.196Z[ recovery-image] Aug 24 16:56:50.289 INFO O| Aug 24 16:56:50.289 INFO ok!
78342024-08-24T16:56:51.196Z[ recovery-image] Aug 24 16:56:50.289 INFO O| Aug 24 16:56:50.289 INFO STEP 40 (ensure_file) COMPLETE
78352024-08-24T16:56:51.196Z[ recovery-image] Aug 24 16:56:50.289 INFO O| Aug 24 16:56:50.289 INFO STEP 41: shadow, from: /work/oxidecomputer/helios/image/templates/include/root-noauth.json
78362024-08-24T16:56:51.204Z[ recovery-image] Aug 24 16:56:50.300 INFO O| Aug 24 16:56:50.300 INFO updating shadow file
78372024-08-24T16:56:51.207Z[ recovery-image] Aug 24 16:56:50.300 INFO O| Aug 24 16:56:50.300 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/shadow
78382024-08-24T16:56:51.207Z[ recovery-image] Aug 24 16:56:50.300 INFO O| Aug 24 16:56:50.300 INFO STEP 41 (shadow) COMPLETE
78392024-08-24T16:56:51.207Z[ recovery-image] Aug 24 16:56:50.300 INFO O| Aug 24 16:56:50.300 INFO STEP 42: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/root-noauth.json
78402024-08-24T16:56:51.216Z[ recovery-image] Aug 24 16:56:50.312 INFO O| Aug 24 16:56:50.312 WARN file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/default/login exists, with wrong contents, unlinking
78412024-08-24T16:56:51.216Z[ recovery-image] Aug 24 16:56:50.312 INFO O| Aug 24 16:56:50.312 INFO copying /work/oxidecomputer/helios/image/templates/files/mfg_default_login -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/default/login ...
78422024-08-24T16:56:51.218Z[ recovery-image] Aug 24 16:56:50.312 INFO O| Aug 24 16:56:50.312 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/default/login
78432024-08-24T16:56:51.218Z[ recovery-image] Aug 24 16:56:50.312 INFO O| Aug 24 16:56:50.312 INFO chown ok, path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/default/login
78442024-08-24T16:56:51.218Z[ recovery-image] Aug 24 16:56:50.312 INFO O| Aug 24 16:56:50.312 INFO ok!
78452024-08-24T16:56:51.218Z[ recovery-image] Aug 24 16:56:50.312 INFO O| Aug 24 16:56:50.312 INFO STEP 42 (ensure_file) COMPLETE
78462024-08-24T16:56:51.218Z[ recovery-image] Aug 24 16:56:50.312 INFO O| Aug 24 16:56:50.312 INFO STEP 43: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
78472024-08-24T16:56:51.226Z[ recovery-image] Aug 24 16:56:50.322 INFO O| Aug 24 16:56:50.322 INFO ownership already OK (0:3), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt
78482024-08-24T16:56:51.229Z[ recovery-image] Aug 24 16:56:50.322 INFO O| Aug 24 16:56:50.322 INFO STEP 43 (ensure_dir) COMPLETE
78492024-08-24T16:56:51.229Z[ recovery-image] Aug 24 16:56:50.322 INFO O| Aug 24 16:56:50.322 INFO STEP 44: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
78502024-08-24T16:56:51.237Z[ recovery-image] Aug 24 16:56:50.332 INFO O| Aug 24 16:56:50.332 INFO ownership wrong (Id(0):Id(2), not 0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide
78512024-08-24T16:56:51.237Z[ recovery-image] Aug 24 16:56:50.332 INFO O| Aug 24 16:56:50.332 INFO chown ok, path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide
78522024-08-24T16:56:51.237Z[ recovery-image] Aug 24 16:56:50.332 INFO O| Aug 24 16:56:50.332 INFO STEP 44 (ensure_dir) COMPLETE
78532024-08-24T16:56:51.239Z[ recovery-image] Aug 24 16:56:50.332 INFO O| Aug 24 16:56:50.332 INFO STEP 45: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
78542024-08-24T16:56:51.247Z[ recovery-image] Aug 24 16:56:50.343 INFO O| Aug 24 16:56:50.343 INFO creating directory: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/installinator
78552024-08-24T16:56:51.247Z[ recovery-image] Aug 24 16:56:50.343 INFO O| Aug 24 16:56:50.343 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/installinator
78562024-08-24T16:56:51.250Z[ recovery-image] Aug 24 16:56:50.343 INFO O| Aug 24 16:56:50.343 INFO STEP 45 (ensure_dir) COMPLETE
78572024-08-24T16:56:51.250Z[ recovery-image] Aug 24 16:56:50.343 INFO O| Aug 24 16:56:50.343 INFO STEP 46: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
78582024-08-24T16:56:51.257Z[ recovery-image] Aug 24 16:56:50.353 INFO O| Aug 24 16:56:50.353 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/installinator/installinator does not exist
78592024-08-24T16:56:51.257Z[ recovery-image] Aug 24 16:56:50.353 INFO O| Aug 24 16:56:50.353 INFO copying /tmp/.tmperXEre/proto/recovery/root/opt/oxide/installinator/installinator -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/installinator/installinator ...
78602024-08-24T16:56:51.294Z[ recovery-image] Aug 24 16:56:50.390 INFO O| Aug 24 16:56:50.390 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/installinator/installinator
78612024-08-24T16:56:51.295Z[ recovery-image] Aug 24 16:56:50.390 INFO O| Aug 24 16:56:50.390 INFO ok!
78622024-08-24T16:56:51.297Z[ recovery-image] Aug 24 16:56:50.390 INFO O| Aug 24 16:56:50.390 INFO STEP 46 (ensure_file) COMPLETE
78632024-08-24T16:56:51.297Z[ recovery-image] Aug 24 16:56:50.390 INFO O| Aug 24 16:56:50.390 INFO STEP 47: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
78642024-08-24T16:56:51.306Z[ recovery-image] Aug 24 16:56:50.402 INFO O| Aug 24 16:56:50.402 INFO creating directory: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/installinator/pkg
78652024-08-24T16:56:51.306Z[ recovery-image] Aug 24 16:56:50.402 INFO O| Aug 24 16:56:50.402 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/installinator/pkg
78662024-08-24T16:56:51.308Z[ recovery-image] Aug 24 16:56:50.402 INFO O| Aug 24 16:56:50.402 INFO STEP 47 (ensure_dir) COMPLETE
78672024-08-24T16:56:51.308Z[ recovery-image] Aug 24 16:56:50.402 INFO O| Aug 24 16:56:50.402 INFO STEP 48: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
78682024-08-24T16:56:51.317Z[ recovery-image] Aug 24 16:56:50.413 INFO O| Aug 24 16:56:50.413 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/installinator/VERSION does not exist
78692024-08-24T16:56:51.317Z[ recovery-image] Aug 24 16:56:50.413 INFO O| Aug 24 16:56:50.413 INFO copying /tmp/.tmperXEre/proto/recovery/root/opt/oxide/installinator/VERSION -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/installinator/VERSION ...
78702024-08-24T16:56:51.320Z[ recovery-image] Aug 24 16:56:50.413 INFO O| Aug 24 16:56:50.413 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/installinator/VERSION
78712024-08-24T16:56:51.320Z[ recovery-image] Aug 24 16:56:50.413 INFO O| Aug 24 16:56:50.413 INFO ok!
78722024-08-24T16:56:51.320Z[ recovery-image] Aug 24 16:56:50.413 INFO O| Aug 24 16:56:50.413 INFO STEP 48 (ensure_file) COMPLETE
78732024-08-24T16:56:51.320Z[ recovery-image] Aug 24 16:56:50.413 INFO O| Aug 24 16:56:50.413 INFO STEP 49: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
78742024-08-24T16:56:51.328Z[ recovery-image] Aug 24 16:56:50.424 INFO O| Aug 24 16:56:50.424 INFO creating directory: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm
78752024-08-24T16:56:51.328Z[ recovery-image] Aug 24 16:56:50.424 INFO O| Aug 24 16:56:50.424 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm
78762024-08-24T16:56:51.328Z[ recovery-image] Aug 24 16:56:50.424 INFO O| Aug 24 16:56:50.424 INFO STEP 49 (ensure_dir) COMPLETE
78772024-08-24T16:56:51.331Z[ recovery-image] Aug 24 16:56:50.424 INFO O| Aug 24 16:56:50.424 INFO STEP 50: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
78782024-08-24T16:56:51.340Z[ recovery-image] Aug 24 16:56:50.436 INFO O| Aug 24 16:56:50.435 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/ddmadm does not exist
78792024-08-24T16:56:51.340Z[ recovery-image] Aug 24 16:56:50.436 INFO O| Aug 24 16:56:50.436 INFO copying /tmp/.tmperXEre/proto/recovery/root/opt/oxide/mg-ddm/ddmadm -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/ddmadm ...
78802024-08-24T16:56:51.362Z[ recovery-image] Aug 24 16:56:50.458 INFO O| Aug 24 16:56:50.458 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/ddmadm
78812024-08-24T16:56:51.362Z[ recovery-image] Aug 24 16:56:50.458 INFO O| Aug 24 16:56:50.458 INFO ok!
78822024-08-24T16:56:51.364Z[ recovery-image] Aug 24 16:56:50.458 INFO O| Aug 24 16:56:50.458 INFO STEP 50 (ensure_file) COMPLETE
78832024-08-24T16:56:51.365Z[ recovery-image] Aug 24 16:56:50.458 INFO O| Aug 24 16:56:50.458 INFO STEP 51: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
78842024-08-24T16:56:51.373Z[ recovery-image] Aug 24 16:56:50.469 INFO O| Aug 24 16:56:50.469 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/ddmd does not exist
78852024-08-24T16:56:51.373Z[ recovery-image] Aug 24 16:56:50.469 INFO O| Aug 24 16:56:50.469 INFO copying /tmp/.tmperXEre/proto/recovery/root/opt/oxide/mg-ddm/ddmd -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/ddmd ...
78862024-08-24T16:56:52.009Z[ recovery-image] Aug 24 16:56:51.105 INFO O| Aug 24 16:56:51.105 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/ddmd
78872024-08-24T16:56:52.009Z[ recovery-image] Aug 24 16:56:51.105 INFO O| Aug 24 16:56:51.105 INFO ok!
78882024-08-24T16:56:52.012Z[ recovery-image] Aug 24 16:56:51.105 INFO O| Aug 24 16:56:51.105 INFO STEP 51 (ensure_file) COMPLETE
78892024-08-24T16:56:52.012Z[ recovery-image] Aug 24 16:56:51.105 INFO O| Aug 24 16:56:51.105 INFO STEP 52: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
78902024-08-24T16:56:52.020Z[ recovery-image] Aug 24 16:56:51.116 INFO O| Aug 24 16:56:51.116 INFO creating directory: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/pkg
78912024-08-24T16:56:52.020Z[ recovery-image] Aug 24 16:56:51.116 INFO O| Aug 24 16:56:51.116 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/pkg
78922024-08-24T16:56:52.023Z[ recovery-image] Aug 24 16:56:51.116 INFO O| Aug 24 16:56:51.116 INFO STEP 52 (ensure_dir) COMPLETE
78932024-08-24T16:56:52.023Z[ recovery-image] Aug 24 16:56:51.116 INFO O| Aug 24 16:56:51.116 INFO STEP 53: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
78942024-08-24T16:56:52.031Z[ recovery-image] Aug 24 16:56:51.127 INFO O| Aug 24 16:56:51.127 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/pkg/refresh_ctrun_child.sh does not exist
78952024-08-24T16:56:52.031Z[ recovery-image] Aug 24 16:56:51.127 INFO O| Aug 24 16:56:51.127 INFO copying /tmp/.tmperXEre/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 ...
78962024-08-24T16:56:52.034Z[ recovery-image] Aug 24 16:56:51.127 INFO O| Aug 24 16:56:51.127 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
78972024-08-24T16:56:52.034Z[ recovery-image] Aug 24 16:56:51.127 INFO O| Aug 24 16:56:51.127 INFO ok!
78982024-08-24T16:56:52.034Z[ recovery-image] Aug 24 16:56:51.127 INFO O| Aug 24 16:56:51.127 INFO STEP 53 (ensure_file) COMPLETE
78992024-08-24T16:56:52.034Z[ recovery-image] Aug 24 16:56:51.127 INFO O| Aug 24 16:56:51.127 INFO STEP 54: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
79002024-08-24T16:56:52.041Z[ recovery-image] Aug 24 16:56:51.137 INFO O| Aug 24 16:56:51.137 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/pkg/mgd_method_script.sh does not exist
79012024-08-24T16:56:52.041Z[ recovery-image] Aug 24 16:56:51.137 INFO O| Aug 24 16:56:51.137 INFO copying /tmp/.tmperXEre/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 ...
79022024-08-24T16:56:52.044Z[ recovery-image] Aug 24 16:56:51.137 INFO O| Aug 24 16:56:51.137 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
79032024-08-24T16:56:52.044Z[ recovery-image] Aug 24 16:56:51.137 INFO O| Aug 24 16:56:51.137 INFO ok!
79042024-08-24T16:56:52.044Z[ recovery-image] Aug 24 16:56:51.137 INFO O| Aug 24 16:56:51.137 INFO STEP 54 (ensure_file) COMPLETE
79052024-08-24T16:56:52.044Z[ recovery-image] Aug 24 16:56:51.138 INFO O| Aug 24 16:56:51.137 INFO STEP 55: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
79062024-08-24T16:56:52.052Z[ recovery-image] Aug 24 16:56:51.147 INFO O| Aug 24 16:56:51.147 INFO creating directory: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/pkg/mgd
79072024-08-24T16:56:52.052Z[ recovery-image] Aug 24 16:56:51.148 INFO O| Aug 24 16:56:51.148 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/pkg/mgd
79082024-08-24T16:56:52.052Z[ recovery-image] Aug 24 16:56:51.148 INFO O| Aug 24 16:56:51.148 INFO STEP 55 (ensure_dir) COMPLETE
79092024-08-24T16:56:52.054Z[ recovery-image] Aug 24 16:56:51.148 INFO O| Aug 24 16:56:51.148 INFO STEP 56: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
79102024-08-24T16:56:52.063Z[ recovery-image] Aug 24 16:56:51.158 INFO O| Aug 24 16:56:51.158 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/pkg/mgd/manifest.xml does not exist
79112024-08-24T16:56:52.063Z[ recovery-image] Aug 24 16:56:51.158 INFO O| Aug 24 16:56:51.158 INFO copying /tmp/.tmperXEre/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 ...
79122024-08-24T16:56:52.066Z[ recovery-image] Aug 24 16:56:51.159 INFO O| Aug 24 16:56:51.159 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/pkg/mgd/manifest.xml
79132024-08-24T16:56:52.066Z[ recovery-image] Aug 24 16:56:51.159 INFO O| Aug 24 16:56:51.159 INFO ok!
79142024-08-24T16:56:52.066Z[ recovery-image] Aug 24 16:56:51.159 INFO O| Aug 24 16:56:51.159 INFO STEP 56 (ensure_file) COMPLETE
79152024-08-24T16:56:52.066Z[ recovery-image] Aug 24 16:56:51.159 INFO O| Aug 24 16:56:51.159 INFO STEP 57: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
79162024-08-24T16:56:52.073Z[ recovery-image] Aug 24 16:56:51.169 INFO O| Aug 24 16:56:51.169 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/pkg/ddm_method_script.sh does not exist
79172024-08-24T16:56:52.073Z[ recovery-image] Aug 24 16:56:51.169 INFO O| Aug 24 16:56:51.169 INFO copying /tmp/.tmperXEre/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 ...
79182024-08-24T16:56:52.076Z[ recovery-image] Aug 24 16:56:51.169 INFO O| Aug 24 16:56:51.169 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
79192024-08-24T16:56:52.076Z[ recovery-image] Aug 24 16:56:51.169 INFO O| Aug 24 16:56:51.169 INFO ok!
79202024-08-24T16:56:52.076Z[ recovery-image] Aug 24 16:56:51.169 INFO O| Aug 24 16:56:51.169 INFO STEP 57 (ensure_file) COMPLETE
79212024-08-24T16:56:52.076Z[ recovery-image] Aug 24 16:56:51.169 INFO O| Aug 24 16:56:51.169 INFO STEP 58: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
79222024-08-24T16:56:52.084Z[ recovery-image] Aug 24 16:56:51.179 INFO O| Aug 24 16:56:51.179 INFO creating directory: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/pkg/ddm
79232024-08-24T16:56:52.086Z[ recovery-image] Aug 24 16:56:51.180 INFO O| Aug 24 16:56:51.179 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/pkg/ddm
79242024-08-24T16:56:52.086Z[ recovery-image] Aug 24 16:56:51.180 INFO O| Aug 24 16:56:51.180 INFO STEP 58 (ensure_dir) COMPLETE
79252024-08-24T16:56:52.086Z[ recovery-image] Aug 24 16:56:51.180 INFO O| Aug 24 16:56:51.180 INFO STEP 59: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
79262024-08-24T16:56:52.094Z[ recovery-image] Aug 24 16:56:51.190 INFO O| Aug 24 16:56:51.189 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/pkg/ddm/manifest.xml does not exist
79272024-08-24T16:56:52.094Z[ recovery-image] Aug 24 16:56:51.190 INFO O| Aug 24 16:56:51.190 INFO copying /tmp/.tmperXEre/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 ...
79282024-08-24T16:56:52.096Z[ recovery-image] Aug 24 16:56:51.190 INFO O| Aug 24 16:56:51.190 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/pkg/ddm/manifest.xml
79292024-08-24T16:56:52.096Z[ recovery-image] Aug 24 16:56:51.190 INFO O| Aug 24 16:56:51.190 INFO ok!
79302024-08-24T16:56:52.096Z[ recovery-image] Aug 24 16:56:51.190 INFO O| Aug 24 16:56:51.190 INFO STEP 59 (ensure_file) COMPLETE
79312024-08-24T16:56:52.096Z[ recovery-image] Aug 24 16:56:51.190 INFO O| Aug 24 16:56:51.190 INFO STEP 60: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
79322024-08-24T16:56:52.104Z[ recovery-image] Aug 24 16:56:51.200 INFO O| Aug 24 16:56:51.200 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/VERSION does not exist
79332024-08-24T16:56:52.104Z[ recovery-image] Aug 24 16:56:51.200 INFO O| Aug 24 16:56:51.200 INFO copying /tmp/.tmperXEre/proto/recovery/root/opt/oxide/mg-ddm/VERSION -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/VERSION ...
79342024-08-24T16:56:52.107Z[ recovery-image] Aug 24 16:56:51.200 INFO O| Aug 24 16:56:51.200 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/VERSION
79352024-08-24T16:56:52.107Z[ recovery-image] Aug 24 16:56:51.200 INFO O| Aug 24 16:56:51.200 INFO ok!
79362024-08-24T16:56:52.107Z[ recovery-image] Aug 24 16:56:51.200 INFO O| Aug 24 16:56:51.200 INFO STEP 60 (ensure_file) COMPLETE
79372024-08-24T16:56:52.107Z[ recovery-image] Aug 24 16:56:51.200 INFO O| Aug 24 16:56:51.200 INFO STEP 61: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
79382024-08-24T16:56:52.115Z[ recovery-image] Aug 24 16:56:51.211 INFO O| Aug 24 16:56:51.211 INFO ownership already OK (0:2), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib
79392024-08-24T16:56:52.115Z[ recovery-image] Aug 24 16:56:51.211 INFO O| Aug 24 16:56:51.211 INFO STEP 61 (ensure_dir) COMPLETE
79402024-08-24T16:56:52.117Z[ recovery-image] Aug 24 16:56:51.211 INFO O| Aug 24 16:56:51.211 INFO STEP 62: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
79412024-08-24T16:56:52.128Z[ recovery-image] Aug 24 16:56:51.224 INFO O| Aug 24 16:56:51.224 INFO ownership already OK (0:2), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc
79422024-08-24T16:56:52.128Z[ recovery-image] Aug 24 16:56:51.224 INFO O| Aug 24 16:56:51.224 INFO STEP 62 (ensure_dir) COMPLETE
79432024-08-24T16:56:52.128Z[ recovery-image] Aug 24 16:56:51.224 INFO O| Aug 24 16:56:51.224 INFO STEP 63: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
79442024-08-24T16:56:52.138Z[ recovery-image] Aug 24 16:56:51.234 INFO O| Aug 24 16:56:51.234 INFO ownership already OK (0:3), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest
79452024-08-24T16:56:52.138Z[ recovery-image] Aug 24 16:56:51.234 INFO O| Aug 24 16:56:51.234 INFO STEP 63 (ensure_dir) COMPLETE
79462024-08-24T16:56:52.141Z[ recovery-image] Aug 24 16:56:51.234 INFO O| Aug 24 16:56:51.234 INFO STEP 64: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
79472024-08-24T16:56:52.149Z[ recovery-image] Aug 24 16:56:51.244 INFO O| Aug 24 16:56:51.244 INFO ownership already OK (0:3), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/site
79482024-08-24T16:56:52.149Z[ recovery-image] Aug 24 16:56:51.244 INFO O| Aug 24 16:56:51.244 INFO STEP 64 (ensure_dir) COMPLETE
79492024-08-24T16:56:52.151Z[ recovery-image] Aug 24 16:56:51.244 INFO O| Aug 24 16:56:51.244 INFO STEP 65: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
79502024-08-24T16:56:52.158Z[ recovery-image] Aug 24 16:56:51.254 INFO O| Aug 24 16:56:51.254 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/site/installinator.xml does not exist
79512024-08-24T16:56:52.158Z[ recovery-image] Aug 24 16:56:51.254 INFO O| Aug 24 16:56:51.254 INFO copying /tmp/.tmperXEre/proto/recovery/root/lib/svc/manifest/site/installinator.xml -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/site/installinator.xml ...
79522024-08-24T16:56:52.161Z[ recovery-image] Aug 24 16:56:51.255 INFO O| Aug 24 16:56:51.254 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/site/installinator.xml
79532024-08-24T16:56:52.161Z[ recovery-image] Aug 24 16:56:51.255 INFO O| Aug 24 16:56:51.254 INFO ok!
79542024-08-24T16:56:52.161Z[ recovery-image] Aug 24 16:56:51.255 INFO O| Aug 24 16:56:51.255 INFO STEP 65 (ensure_file) COMPLETE
79552024-08-24T16:56:52.161Z[ recovery-image] Aug 24 16:56:51.255 INFO O| Aug 24 16:56:51.255 INFO STEP 66: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
79562024-08-24T16:56:52.169Z[ recovery-image] Aug 24 16:56:51.265 INFO O| Aug 24 16:56:51.265 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/ipsec"
79572024-08-24T16:56:52.171Z[ recovery-image] Aug 24 16:56:51.265 INFO O| Aug 24 16:56:51.265 INFO STEP 66 (remove_files) COMPLETE
79582024-08-24T16:56:52.171Z[ recovery-image] Aug 24 16:56:51.265 INFO O| Aug 24 16:56:51.265 INFO STEP 67: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
79592024-08-24T16:56:52.179Z[ recovery-image] Aug 24 16:56:51.275 INFO O| Aug 24 16:56:51.275 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/ldap"
79602024-08-24T16:56:52.182Z[ recovery-image] Aug 24 16:56:51.275 INFO O| Aug 24 16:56:51.275 INFO STEP 67 (remove_files) COMPLETE
79612024-08-24T16:56:52.182Z[ recovery-image] Aug 24 16:56:51.275 INFO O| Aug 24 16:56:51.275 INFO STEP 68: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
79622024-08-24T16:56:52.191Z[ recovery-image] Aug 24 16:56:51.286 INFO O| Aug 24 16:56:51.286 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/rpc"
79632024-08-24T16:56:52.193Z[ recovery-image] Aug 24 16:56:51.287 INFO O| Aug 24 16:56:51.287 INFO STEP 68 (remove_files) COMPLETE
79642024-08-24T16:56:52.193Z[ recovery-image] Aug 24 16:56:51.287 INFO O| Aug 24 16:56:51.287 INFO STEP 69: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
79652024-08-24T16:56:52.202Z[ recovery-image] Aug 24 16:56:51.297 INFO O| Aug 24 16:56:51.297 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/security"
79662024-08-24T16:56:52.204Z[ recovery-image] Aug 24 16:56:51.298 INFO O| Aug 24 16:56:51.298 INFO STEP 69 (remove_files) COMPLETE
79672024-08-24T16:56:52.204Z[ recovery-image] Aug 24 16:56:51.298 INFO O| Aug 24 16:56:51.298 INFO STEP 70: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
79682024-08-24T16:56:52.212Z[ recovery-image] Aug 24 16:56:51.308 INFO O| Aug 24 16:56:51.308 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/shares"
79692024-08-24T16:56:52.215Z[ recovery-image] Aug 24 16:56:51.308 INFO O| Aug 24 16:56:51.308 INFO STEP 70 (remove_files) COMPLETE
79702024-08-24T16:56:52.215Z[ recovery-image] Aug 24 16:56:51.308 INFO O| Aug 24 16:56:51.308 INFO STEP 71: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
79712024-08-24T16:56:52.223Z[ recovery-image] Aug 24 16:56:51.318 INFO O| Aug 24 16:56:51.318 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/smb"
79722024-08-24T16:56:52.226Z[ recovery-image] Aug 24 16:56:51.319 INFO O| Aug 24 16:56:51.319 INFO STEP 71 (remove_files) COMPLETE
79732024-08-24T16:56:52.226Z[ recovery-image] Aug 24 16:56:51.319 INFO O| Aug 24 16:56:51.319 INFO STEP 72: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
79742024-08-24T16:56:52.233Z[ recovery-image] Aug 24 16:56:51.329 INFO O| Aug 24 16:56:51.329 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/application/management/net-snmp.xml"
79752024-08-24T16:56:52.233Z[ recovery-image] Aug 24 16:56:51.329 INFO O| Aug 24 16:56:51.329 INFO STEP 72 (remove_files) COMPLETE
79762024-08-24T16:56:52.233Z[ recovery-image] Aug 24 16:56:51.329 INFO O| Aug 24 16:56:51.329 INFO STEP 73: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
79772024-08-24T16:56:52.243Z[ recovery-image] Aug 24 16:56:51.339 INFO O| Aug 24 16:56:51.339 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/application/security/tcsd.xml"
79782024-08-24T16:56:52.243Z[ recovery-image] Aug 24 16:56:51.339 INFO O| Aug 24 16:56:51.339 INFO STEP 73 (remove_files) COMPLETE
79792024-08-24T16:56:52.243Z[ recovery-image] Aug 24 16:56:51.339 INFO O| Aug 24 16:56:51.339 INFO STEP 74: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
79802024-08-24T16:56:52.255Z[ recovery-image] Aug 24 16:56:51.351 INFO O| Aug 24 16:56:51.351 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/dns/install.xml"
79812024-08-24T16:56:52.255Z[ recovery-image] Aug 24 16:56:51.351 INFO O| Aug 24 16:56:51.351 INFO STEP 74 (remove_files) COMPLETE
79822024-08-24T16:56:52.258Z[ recovery-image] Aug 24 16:56:51.351 INFO O| Aug 24 16:56:51.351 INFO STEP 75: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
79832024-08-24T16:56:52.266Z[ recovery-image] Aug 24 16:56:51.362 INFO O| Aug 24 16:56:51.362 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/inetd-upgrade.xml"
79842024-08-24T16:56:52.266Z[ recovery-image] Aug 24 16:56:51.362 INFO O| Aug 24 16:56:51.362 INFO STEP 75 (remove_files) COMPLETE
79852024-08-24T16:56:52.269Z[ recovery-image] Aug 24 16:56:51.362 INFO O| Aug 24 16:56:51.362 INFO STEP 76: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
79862024-08-24T16:56:52.277Z[ recovery-image] Aug 24 16:56:51.373 INFO O| Aug 24 16:56:51.373 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/inetd.xml"
79872024-08-24T16:56:52.280Z[ recovery-image] Aug 24 16:56:51.373 INFO O| Aug 24 16:56:51.373 INFO STEP 76 (remove_files) COMPLETE
79882024-08-24T16:56:52.280Z[ recovery-image] Aug 24 16:56:51.373 INFO O| Aug 24 16:56:51.373 INFO STEP 77: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
79892024-08-24T16:56:52.287Z[ recovery-image] Aug 24 16:56:51.383 INFO O| Aug 24 16:56:51.383 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/network-install.xml"
79902024-08-24T16:56:52.287Z[ recovery-image] Aug 24 16:56:51.383 INFO O| Aug 24 16:56:51.383 INFO STEP 77 (remove_files) COMPLETE
79912024-08-24T16:56:52.290Z[ recovery-image] Aug 24 16:56:51.383 INFO O| Aug 24 16:56:51.383 INFO STEP 78: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
79922024-08-24T16:56:52.298Z[ recovery-image] Aug 24 16:56:51.394 INFO O| Aug 24 16:56:51.394 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/network-ipmp.xml"
79932024-08-24T16:56:52.300Z[ recovery-image] Aug 24 16:56:51.394 INFO O| Aug 24 16:56:51.394 INFO STEP 78 (remove_files) COMPLETE
79942024-08-24T16:56:52.300Z[ recovery-image] Aug 24 16:56:51.394 INFO O| Aug 24 16:56:51.394 INFO STEP 79: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
79952024-08-24T16:56:52.308Z[ recovery-image] Aug 24 16:56:51.404 INFO O| Aug 24 16:56:51.404 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/network-iptun.xml"
79962024-08-24T16:56:52.308Z[ recovery-image] Aug 24 16:56:51.404 INFO O| Aug 24 16:56:51.404 INFO STEP 79 (remove_files) COMPLETE
79972024-08-24T16:56:52.311Z[ recovery-image] Aug 24 16:56:51.404 INFO O| Aug 24 16:56:51.404 INFO STEP 80: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
79982024-08-24T16:56:52.319Z[ recovery-image] Aug 24 16:56:51.415 INFO O| Aug 24 16:56:51.415 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/network-location.xml"
79992024-08-24T16:56:52.319Z[ recovery-image] Aug 24 16:56:51.415 INFO O| Aug 24 16:56:51.415 INFO STEP 80 (remove_files) COMPLETE
80002024-08-24T16:56:52.319Z[ recovery-image] Aug 24 16:56:51.415 INFO O| Aug 24 16:56:51.415 INFO STEP 81: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
80012024-08-24T16:56:52.330Z[ recovery-image] Aug 24 16:56:51.426 INFO O| Aug 24 16:56:51.426 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/network-netcfg.xml"
80022024-08-24T16:56:52.330Z[ recovery-image] Aug 24 16:56:51.426 INFO O| Aug 24 16:56:51.426 INFO STEP 81 (remove_files) COMPLETE
80032024-08-24T16:56:52.330Z[ recovery-image] Aug 24 16:56:51.426 INFO O| Aug 24 16:56:51.426 INFO STEP 82: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
80042024-08-24T16:56:52.341Z[ recovery-image] Aug 24 16:56:51.437 INFO O| Aug 24 16:56:51.437 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/routing/rdisc.xml"
80052024-08-24T16:56:52.341Z[ recovery-image] Aug 24 16:56:51.437 INFO O| Aug 24 16:56:51.437 INFO STEP 82 (remove_files) COMPLETE
80062024-08-24T16:56:52.344Z[ recovery-image] Aug 24 16:56:51.437 INFO O| Aug 24 16:56:51.437 INFO STEP 83: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
80072024-08-24T16:56:52.352Z[ recovery-image] Aug 24 16:56:51.448 INFO O| Aug 24 16:56:51.448 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/varpd.xml"
80082024-08-24T16:56:52.352Z[ recovery-image] Aug 24 16:56:51.448 INFO O| Aug 24 16:56:51.448 INFO STEP 83 (remove_files) COMPLETE
80092024-08-24T16:56:52.355Z[ recovery-image] Aug 24 16:56:51.448 INFO O| Aug 24 16:56:51.448 INFO STEP 84: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
80102024-08-24T16:56:52.362Z[ recovery-image] Aug 24 16:56:51.458 INFO O| Aug 24 16:56:51.458 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/system/device/allocate.xml"
80112024-08-24T16:56:52.362Z[ recovery-image] Aug 24 16:56:51.458 INFO O| Aug 24 16:56:51.458 INFO STEP 84 (remove_files) COMPLETE
80122024-08-24T16:56:52.365Z[ recovery-image] Aug 24 16:56:51.458 INFO O| Aug 24 16:56:51.458 INFO STEP 85: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
80132024-08-24T16:56:52.372Z[ recovery-image] Aug 24 16:56:51.468 INFO O| Aug 24 16:56:51.468 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/system/device/devices-audio.xml"
80142024-08-24T16:56:52.372Z[ recovery-image] Aug 24 16:56:51.468 INFO O| Aug 24 16:56:51.468 INFO STEP 85 (remove_files) COMPLETE
80152024-08-24T16:56:52.372Z[ recovery-image] Aug 24 16:56:51.468 INFO O| Aug 24 16:56:51.468 INFO STEP 86: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
80162024-08-24T16:56:52.382Z[ recovery-image] Aug 24 16:56:51.478 INFO O| Aug 24 16:56:51.478 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/usr/lib/devfsadm/linkmod/SUNW_audio_link.so"
80172024-08-24T16:56:52.385Z[ recovery-image] Aug 24 16:56:51.478 INFO O| Aug 24 16:56:51.478 INFO STEP 86 (remove_files) COMPLETE
80182024-08-24T16:56:52.385Z[ recovery-image] Aug 24 16:56:51.478 INFO O| Aug 24 16:56:51.478 INFO STEP 87: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
80192024-08-24T16:56:52.392Z[ recovery-image] Aug 24 16:56:51.488 INFO O| Aug 24 16:56:51.488 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/sndstat"
80202024-08-24T16:56:52.392Z[ recovery-image] Aug 24 16:56:51.488 INFO O| Aug 24 16:56:51.488 INFO STEP 87 (remove_files) COMPLETE
80212024-08-24T16:56:52.392Z[ recovery-image] Aug 24 16:56:51.488 INFO O| Aug 24 16:56:51.488 INFO STEP 88: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
80222024-08-24T16:56:52.403Z[ recovery-image] Aug 24 16:56:51.499 INFO O| Aug 24 16:56:51.499 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/system/device/mpxio-upgrade.xml"
80232024-08-24T16:56:52.403Z[ recovery-image] Aug 24 16:56:51.499 INFO O| Aug 24 16:56:51.499 INFO STEP 88 (remove_files) COMPLETE
80242024-08-24T16:56:52.406Z[ recovery-image] Aug 24 16:56:51.499 INFO O| Aug 24 16:56:51.499 INFO STEP 89: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
80252024-08-24T16:56:52.413Z[ recovery-image] Aug 24 16:56:51.509 INFO O| Aug 24 16:56:51.509 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/system/hostid.xml"
80262024-08-24T16:56:52.413Z[ recovery-image] Aug 24 16:56:51.509 INFO O| Aug 24 16:56:51.509 INFO STEP 89 (remove_files) COMPLETE
80272024-08-24T16:56:52.416Z[ recovery-image] Aug 24 16:56:51.509 INFO O| Aug 24 16:56:51.509 INFO STEP 90: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
80282024-08-24T16:56:52.424Z[ recovery-image] Aug 24 16:56:51.520 INFO O| Aug 24 16:56:51.520 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/system/idmap.xml"
80292024-08-24T16:56:52.424Z[ recovery-image] Aug 24 16:56:51.520 INFO O| Aug 24 16:56:51.520 INFO STEP 90 (remove_files) COMPLETE
80302024-08-24T16:56:52.424Z[ recovery-image] Aug 24 16:56:51.520 INFO O| Aug 24 16:56:51.520 INFO STEP 91: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
80312024-08-24T16:56:52.438Z[ recovery-image] Aug 24 16:56:51.534 INFO O| Aug 24 16:56:51.534 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/system/pkgserv.xml"
80322024-08-24T16:56:52.438Z[ recovery-image] Aug 24 16:56:51.534 INFO O| Aug 24 16:56:51.534 INFO STEP 91 (remove_files) COMPLETE
80332024-08-24T16:56:52.438Z[ recovery-image] Aug 24 16:56:51.534 INFO O| Aug 24 16:56:51.534 INFO STEP 92: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
80342024-08-24T16:56:52.448Z[ recovery-image] Aug 24 16:56:51.544 INFO O| Aug 24 16:56:51.544 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/system/zones.xml"
80352024-08-24T16:56:52.448Z[ recovery-image] Aug 24 16:56:51.544 INFO O| Aug 24 16:56:51.544 INFO STEP 92 (remove_files) COMPLETE
80362024-08-24T16:56:52.451Z[ recovery-image] Aug 24 16:56:51.544 INFO O| Aug 24 16:56:51.544 INFO STEP 93: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
80372024-08-24T16:56:52.458Z[ recovery-image] Aug 24 16:56:51.554 INFO O| Aug 24 16:56:51.554 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/system/intrd.xml"
80382024-08-24T16:56:52.458Z[ recovery-image] Aug 24 16:56:51.554 INFO O| Aug 24 16:56:51.554 INFO STEP 93 (remove_files) COMPLETE
80392024-08-24T16:56:52.458Z[ recovery-image] Aug 24 16:56:51.554 INFO O| Aug 24 16:56:51.554 INFO STEP 94: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
80402024-08-24T16:56:52.468Z[ recovery-image] Aug 24 16:56:51.564 INFO O| Aug 24 16:56:51.564 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/chrony.xml"
80412024-08-24T16:56:52.468Z[ recovery-image] Aug 24 16:56:51.564 INFO O| Aug 24 16:56:51.564 INFO STEP 94 (remove_files) COMPLETE
80422024-08-24T16:56:52.471Z[ recovery-image] Aug 24 16:56:51.564 INFO O| Aug 24 16:56:51.564 INFO STEP 95: seed_smf, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs-recovery.json
80432024-08-24T16:56:52.483Z[ recovery-image] Aug 24 16:56:51.579 INFO O| Aug 24 16:56:51.579 INFO file /rpool/images/build/recovery/tmp/gimlet/zfs-recovery/repo.db does not already exist, skipping removal
80442024-08-24T16:56:52.483Z[ recovery-image] Aug 24 16:56:51.579 INFO O| Aug 24 16:56:51.579 INFO exec: ["/usr/sbin/svccfg", "import", "-p", "/dev/stdout", "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest"], env: {"SVCCFG_REPOSITORY": "/rpool/images/build/recovery/tmp/gimlet/zfs-recovery/repo.db", "SVCCFG_DTD": "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/usr/share/lib/xml/dtd/service_bundle.dtd.1", "SVCCFG_CHECKHASH": "1", "PKG_INSTALL_ROOT": "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a"}
80452024-08-24T16:57:01.623Z[ recovery-image] Aug 24 16:57:00.718 INFO O| Aug 24 16:57:00.718 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
80462024-08-24T16:57:01.623Z[ recovery-image] Aug 24 16:57:00.718 INFO O| Aug 24 16:57:00.718 INFO E| svccfg: Loaded 67 smf(7) service descriptions
80472024-08-24T16:57:01.636Z[ recovery-image] Aug 24 16:57:00.732 INFO O| Aug 24 16:57:00.732 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_REPOSITORY": "/rpool/images/build/recovery/tmp/gimlet/zfs-recovery/repo.db", "PKG_INSTALL_ROOT": "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a", "SVCCFG_CHECKHASH": "1"}
80482024-08-24T16:57:01.713Z[ recovery-image] Aug 24 16:57:00.809 INFO O| Aug 24 16:57:00.808 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/svc/repository.db does not exist
80492024-08-24T16:57:01.713Z[ recovery-image] Aug 24 16:57:00.809 INFO O| Aug 24 16:57:00.808 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 ...
80502024-08-24T16:57:01.716Z[ recovery-image] Aug 24 16:57:00.810 INFO O| Aug 24 16:57:00.810 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/svc/repository.db
80512024-08-24T16:57:01.716Z[ recovery-image] Aug 24 16:57:00.810 INFO O| Aug 24 16:57:00.810 INFO ok!
80522024-08-24T16:57:01.716Z[ recovery-image] Aug 24 16:57:00.810 INFO O| Aug 24 16:57:00.810 INFO file /rpool/images/build/recovery/tmp/gimlet/zfs-recovery/repo.db exists (as File), removing
80532024-08-24T16:57:01.716Z[ recovery-image] Aug 24 16:57:00.810 INFO O| Aug 24 16:57:00.810 INFO STEP 95 (seed_smf) COMPLETE
80542024-08-24T16:57:01.716Z[ recovery-image] Aug 24 16:57:00.811 INFO O| Aug 24 16:57:00.810 INFO steps complete; finalising image!
80552024-08-24T16:57:01.716Z[ recovery-image] Aug 24 16:57:00.811 INFO O| Aug 24 16:57:00.810 INFO TRIM POOL: TEMPORARY-gimlet-zfs-recovery
80562024-08-24T16:57:01.750Z[ recovery-image] Aug 24 16:57:00.845 INFO O| Aug 24 16:57:00.845 INFO trim TEMPORARY-gimlet-zfs-recovery: (9% trimmed, started at Sat Aug 24 16:57:00 2024)
80572024-08-24T16:57:01.973Z[ recovery-image] Aug 24 16:57:01.069 INFO O| Aug 24 16:57:01.069 INFO temporary pool has 398M used, 1.36G avail, 1.00x compressratio
80582024-08-24T16:57:01.974Z[ recovery-image] Aug 24 16:57:01.069 INFO O| Aug 24 16:57:01.069 INFO EXPORT POOL: TEMPORARY-gimlet-zfs-recovery
80592024-08-24T16:57:02.222Z[ recovery-image] Aug 24 16:57:01.317 INFO O| Aug 24 16:57:01.317 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
80602024-08-24T16:57:02.222Z[ recovery-image] Aug 24 16:57:01.317 INFO O| Aug 24 16:57:01.317 INFO file /rpool/images/build/recovery/output/gimlet-zfs-recovery.raw does not already exist, skipping removal
80612024-08-24T16:57:05.373Z[ recovery-image] Aug 24 16:57:04.468 INFO O| Aug 24 16:57:04.468 INFO perms are 1600, should be 644, path: /rpool/images/build/recovery/output/gimlet-zfs-recovery.raw
80622024-08-24T16:57:05.373Z[ recovery-image] Aug 24 16:57:04.468 INFO O| Aug 24 16:57:04.468 INFO chmod ok, path: /rpool/images/build/recovery/output/gimlet-zfs-recovery.raw
80632024-08-24T16:57:05.376Z[ recovery-image] Aug 24 16:57:04.468 INFO O| Aug 24 16:57:04.468 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/output/gimlet-zfs-recovery.raw
80642024-08-24T16:57:05.376Z[ recovery-image] Aug 24 16:57:04.468 INFO O| Aug 24 16:57:04.468 INFO completed processing gimlet/zfs-recovery
80652024-08-24T16:57:05.376Z[ recovery-image] Aug 24 16:57:04.468 INFO O| Aug 24 16:57:04.468 INFO DESTROY DATASET: rpool/images/build/recovery/work/gimlet/zfs-recovery
80662024-08-24T16:57:05.839Z[ recovery-image] Aug 24 16:57:04.934 INFO O| Aug 24 16:57:04.934 INFO DESTROY DATASET: rpool/images/build/recovery/tmp/gimlet/zfs-recovery
80672024-08-24T16:57:05.925Z[ recovery-image] Aug 24 16:57:05.020 INFO BUILD STRING "heads/stlouis-0-g8a4b91828c\n"
80682024-08-24T16:57:05.929Z[ recovery-image] Aug 24 16:57:05.021 INFO expanded image name: "recovery e7d2430/${os_short_commit} 2024-08-24 16:31" -> "recovery e7d2430/8a4b918 2024-08-24 16:31"
80692024-08-24T16:57:05.929Z[ recovery-image] Aug 24 16:57:05.021 INFO output artefacts stored in: "/work/os-recovery"
80702024-08-24T16:57:05.929Z[ recovery-image] Aug 24 16:57:05.021 INFO collecting git info from project "pinprick"...
80712024-08-24T16:57:05.934Z[ recovery-image] Aug 24 16:57:05.030 INFO collecting git info from project "chelsio-t6-roms"...
80722024-08-24T16:57:05.957Z[ recovery-image] Aug 24 16:57:05.052 INFO collecting git info from project "pilot"...
80732024-08-24T16:57:05.969Z[ recovery-image] Aug 24 16:57:05.064 INFO collecting git info from project "amd-host-image-builder"...
80742024-08-24T16:57:06.213Z[ recovery-image] Aug 24 16:57:05.308 INFO collecting git info from project "image-builder"...
80752024-08-24T16:57:06.219Z[ recovery-image] Aug 24 16:57:05.315 INFO collecting git info from project "amd-firmware"...
80762024-08-24T16:57:06.250Z[ recovery-image] Aug 24 16:57:05.345 INFO collecting git info from project "bootserver"...
80772024-08-24T16:57:06.256Z[ recovery-image] Aug 24 16:57:05.351 INFO collecting git info from project "phbl"...
80782024-08-24T16:57:06.262Z[ recovery-image] Aug 24 16:57:05.358 INFO collecting packaging info "pkg-publishers.txt": ["publisher", "-F", "tsv"]...
80792024-08-24T16:57:06.632Z[ recovery-image] Aug 24 16:57:05.727 INFO collecting packaging info "pkg-list.txt": ["list", "-H", "-v"]...
80802024-08-24T16:57:06.995Z[ recovery-image] Aug 24 16:57:06.091 INFO creating Oxide boot image...
80812024-08-24T16:57:06.998Z[ recovery-image] Aug 24 16:57:06.091 INFO exec: ["/work/oxidecomputer/helios/projects/bootserver/target/release/mkimage", "-i", "/rpool/images/build/recovery/output/gimlet-zfs-recovery.raw", "-N", "recovery e7d2430/8a4b918 2024-08-24 16:31", "-o", "/work/os-recovery/zfs.img", "-O", "/work/oxidecomputer/helios/tmp/image.recovery/boot_image_csum", "-s", "4096", "-z"], pwd: None
80822024-08-24T16:57:35.756Z[ host-image] Aug 24 16:57:34.850 INFO O| install = pkg://helios-dev/SUNWcs@0.5.11-2.0.22828:20240823T105206Z
80832024-08-24T16:57:35.756Z[ host-image] Aug 24 16:57:34.851 INFO O| install = pkg://helios-dev/SUNWcsd@0.5.11-2.0.22828:20240823T105206Z
80842024-08-24T16:57:35.759Z[ host-image] Aug 24 16:57:34.851 INFO O| install = pkg://helios-dev/compress/brotli@1.0.9-2.0:20230621T185813Z
80852024-08-24T16:57:35.759Z[ host-image] Aug 24 16:57:34.851 INFO O| install = pkg://helios-dev/compress/bzip2@1.0.8-2.0:20230621T185759Z
80862024-08-24T16:57:35.759Z[ host-image] Aug 24 16:57:34.851 INFO O| install = pkg://helios-dev/compress/gzip@1.12-2.0:20230621T185838Z
80872024-08-24T16:57:35.759Z[ host-image] Aug 24 16:57:34.851 INFO O| install = pkg://helios-dev/compress/lz4@1.9.4-2.0:20230621T185820Z
80882024-08-24T16:57:35.759Z[ host-image] Aug 24 16:57:34.852 INFO O| install = pkg://helios-dev/compress/xz@5.4.2-2.0:20230621T190107Z
80892024-08-24T16:57:35.759Z[ host-image] Aug 24 16:57:34.852 INFO O| install = pkg://helios-dev/compress/zstd@1.5.5-2.0:20230621T190025Z
80902024-08-24T16:57:35.759Z[ host-image] Aug 24 16:57:34.852 INFO O| install = pkg://helios-dev/consolidation/oxide/omicron1-brand-incorporation@1.0.22:20240315T231141Z
80912024-08-24T16:57:35.759Z[ host-image] Aug 24 16:57:34.852 INFO O| install = pkg://helios-dev/database/sqlite-3@3.41.2-2.0:20230621T190437Z
80922024-08-24T16:57:35.759Z[ host-image] Aug 24 16:57:34.853 INFO O| install = pkg://helios-dev/developer/acpi@0.5.11-2.0.22828:20240823T105207Z
80932024-08-24T16:57:35.762Z[ host-image] Aug 24 16:57:34.854 INFO O| install = pkg://helios-dev/developer/debug/mdb@0.5.11-2.0.22828:20240823T105208Z
80942024-08-24T16:57:35.762Z[ host-image] Aug 24 16:57:34.855 INFO O| install = pkg://helios-dev/developer/dtrace@0.5.11-2.0.22828:20240823T105208Z
80952024-08-24T16:57:35.762Z[ host-image] Aug 24 16:57:34.856 INFO O| install = pkg://helios-dev/developer/linker@0.5.11-2.0.22828:20240823T105208Z
80962024-08-24T16:57:35.762Z[ host-image] Aug 24 16:57:34.856 INFO O| install = pkg://helios-dev/developer/macro/cpp@20220808-2.0:20230621T191251Z
80972024-08-24T16:57:35.762Z[ host-image] Aug 24 16:57:34.856 INFO O| install = pkg://helios-dev/developer/object-file@0.5.11-2.0.22828:20240823T105208Z
80982024-08-24T16:57:35.765Z[ host-image] Aug 24 16:57:34.857 INFO O| install = pkg://helios-dev/diagnostic/cpu-counters@0.5.11-2.0.22828:20240823T105208Z
80992024-08-24T16:57:35.765Z[ host-image] Aug 24 16:57:34.857 INFO O| install = pkg://helios-dev/diagnostic/diskinfo@0.5.11-2.0.22828:20240823T105208Z
81002024-08-24T16:57:35.765Z[ host-image] Aug 24 16:57:34.857 INFO O| install = pkg://helios-dev/diagnostic/pci@0.5.11-2.0.22828:20240823T105209Z
81012024-08-24T16:57:35.765Z[ host-image] Aug 24 16:57:34.858 INFO O| install = pkg://helios-dev/driver/audio@0.5.11-2.0.22828:20240823T105210Z
81022024-08-24T16:57:35.765Z[ host-image] Aug 24 16:57:34.858 INFO O| install = pkg://helios-dev/driver/cpu/amd/zen@0.5.11-2.0.22828:20240823T105210Z
81032024-08-24T16:57:35.765Z[ host-image] Aug 24 16:57:34.858 INFO O| install = pkg://helios-dev/driver/cpu/sensor@0.5.11-2.0.22828:20240823T105210Z
81042024-08-24T16:57:35.765Z[ host-image] Aug 24 16:57:34.858 INFO O| install = pkg://helios-dev/driver/gpio/amd/zen@0.5.11-2.0.22828:20240823T105210Z
81052024-08-24T16:57:35.765Z[ host-image] Aug 24 16:57:34.858 INFO O| install = pkg://helios-dev/driver/misc/tofino@0.5.11-2.0.22828:20240823T105211Z
81062024-08-24T16:57:35.765Z[ host-image] Aug 24 16:57:34.858 INFO O| install = pkg://helios-dev/driver/network/cxgbe@0.5.11-2.0.22828:20240823T105212Z
81072024-08-24T16:57:35.765Z[ host-image] Aug 24 16:57:34.859 INFO O| install = pkg://helios-dev/driver/network/e1000g@0.5.11-2.0.22828:20240823T105212Z
81082024-08-24T16:57:35.765Z[ host-image] Aug 24 16:57:34.859 INFO O| install = pkg://helios-dev/driver/network/igb@0.5.11-2.0.22828:20240823T105214Z
81092024-08-24T16:57:35.765Z[ host-image] Aug 24 16:57:34.859 INFO O| install = pkg://helios-dev/driver/network/ixgbe@0.5.11-2.0.22828:20240823T105215Z
81102024-08-24T16:57:35.765Z[ host-image] Aug 24 16:57:34.859 INFO O| install = pkg://helios-dev/driver/network/opte@0.33.293:20240820T211830Z
81112024-08-24T16:57:35.765Z[ host-image] Aug 24 16:57:34.859 INFO O| install = pkg://helios-dev/driver/network/rge@0.5.11-2.0.22828:20240823T105216Z
81122024-08-24T16:57:35.765Z[ host-image] Aug 24 16:57:34.859 INFO O| install = pkg://helios-dev/driver/serial/usbser@0.5.11-2.0.22828:20240823T105218Z
81132024-08-24T16:57:35.765Z[ host-image] Aug 24 16:57:34.859 INFO O| install = pkg://helios-dev/driver/storage/blkdev@0.5.11-2.0.22828:20240823T105219Z
81142024-08-24T16:57:35.765Z[ host-image] Aug 24 16:57:34.859 INFO O| install = pkg://helios-dev/driver/storage/nvme@0.5.11-2.0.22828:20240823T105220Z
81152024-08-24T16:57:35.768Z[ host-image] Aug 24 16:57:34.860 INFO O| install = pkg://helios-dev/driver/usb@0.5.11-2.0.22828:20240823T105221Z
81162024-08-24T16:57:35.768Z[ host-image] Aug 24 16:57:34.860 INFO O| install = pkg://helios-dev/driver/x11/xsvc@0.5.11-2.0.22828:20240823T105221Z
81172024-08-24T16:57:35.775Z[ host-image] Aug 24 16:57:34.870 INFO O| install = pkg://helios-dev/editor/vim@9.0.1443-2.0:20230621T192540Z
81182024-08-24T16:57:35.777Z[ host-image] Aug 24 16:57:34.870 INFO O| install = pkg://helios-dev/install/beadm@0.5.11-2.0.22828:20240823T105221Z
81192024-08-24T16:57:35.778Z[ host-image] Aug 24 16:57:34.870 INFO O| install = pkg://helios-dev/library/expat@2.5.0-2.0:20230621T192934Z
81202024-08-24T16:57:35.778Z[ host-image] Aug 24 16:57:34.870 INFO O| install = pkg://helios-dev/library/libedit@3.1-2.0:20230621T193242Z
81212024-08-24T16:57:35.778Z[ host-image] Aug 24 16:57:34.871 INFO O| install = pkg://helios-dev/library/libidn@1.41-2.0:20230621T193402Z
81222024-08-24T16:57:35.778Z[ host-image] Aug 24 16:57:34.871 INFO O| install = pkg://helios-dev/library/libtecla@1.6.0-2.0.22828:20240823T105222Z
81232024-08-24T16:57:35.778Z[ host-image] Aug 24 16:57:34.871 INFO O| install = pkg://helios-dev/library/libtool/libltdl@2.4.6-2.0:20230621T190218Z
81242024-08-24T16:57:35.778Z[ host-image] Aug 24 16:57:34.872 INFO O| install = pkg://helios-dev/library/libxml2@2.11.7-2.0:20240215T135051Z
81252024-08-24T16:57:35.780Z[ host-image] Aug 24 16:57:34.873 INFO O| install = pkg://helios-dev/library/libxmlsec1@1.2.35-2.0:20230624T123441Z
81262024-08-24T16:57:35.780Z[ host-image] Aug 24 16:57:34.873 INFO O| install = pkg://helios-dev/library/libxslt@1.1.30-2.0:20230621T193447Z
81272024-08-24T16:57:35.790Z[ host-image] Aug 24 16:57:34.885 INFO O| install = pkg://helios-dev/library/ncurses@6.4.20240309-2.0:20240523T185257Z
81282024-08-24T16:57:35.791Z[ host-image] Aug 24 16:57:34.885 INFO O| install = pkg://helios-dev/library/nghttp2@1.52.0-2.0:20230621T193608Z
81292024-08-24T16:57:35.793Z[ host-image] Aug 24 16:57:34.885 INFO O| install = pkg://helios-dev/library/nspr@4.35-2.0:20230621T193601Z
81302024-08-24T16:57:35.793Z[ host-image] Aug 24 16:57:34.886 INFO O| install = pkg://helios-dev/library/pcre@8.45-2.0:20230621T193733Z
81312024-08-24T16:57:35.793Z[ host-image] Aug 24 16:57:34.887 INFO O| install = pkg://helios-dev/library/pcre2@10.42-2.0:20230621T193725Z
81322024-08-24T16:57:35.793Z[ host-image] Aug 24 16:57:34.887 INFO O| install = pkg://helios-dev/library/readline@8.2-2.1:20240418T211117Z
81332024-08-24T16:57:35.828Z[ host-image] Aug 24 16:57:34.923 INFO O| install = pkg://helios-dev/library/security/openssl-3@3.0.14-2.0:20240604T174838Z
81342024-08-24T16:57:35.831Z[ host-image] Aug 24 16:57:34.924 INFO O| install = pkg://helios-dev/library/security/trousers@0.3.15-2.0:20230621T194405Z
81352024-08-24T16:57:35.831Z[ host-image] Aug 24 16:57:34.924 INFO O| install = pkg://helios-dev/library/zlib@1.2.13-2.0:20230621T194146Z
81362024-08-24T16:57:35.831Z[ host-image] Aug 24 16:57:34.925 INFO O| install = pkg://helios-dev/locale/en@0.5.11-2.0.22828:20240823T105223Z
81372024-08-24T16:57:35.831Z[ host-image] Aug 24 16:57:34.925 INFO O| install = pkg://helios-dev/network/bridging@0.5.11-2.0.22828:20240823T105229Z
81382024-08-24T16:57:35.831Z[ host-image] Aug 24 16:57:34.925 INFO O| install = pkg://helios-dev/network/dns/bind@9.18.14-2.0:20230621T194546Z
81392024-08-24T16:57:35.831Z[ host-image] Aug 24 16:57:34.925 INFO O| install = pkg://helios-dev/network/netcat@0.5.11-2.0.22828:20240823T105230Z
81402024-08-24T16:57:35.831Z[ host-image] Aug 24 16:57:34.925 INFO O| install = pkg://helios-dev/network/openssh@9.6.1-2.1:20240701T171301Z
81412024-08-24T16:57:35.831Z[ host-image] Aug 24 16:57:34.925 INFO O| install = pkg://helios-dev/network/openssh-server@9.6.1-2.1:20240701T171311Z
81422024-08-24T16:57:35.831Z[ host-image] Aug 24 16:57:34.925 INFO O| install = pkg://helios-dev/network/rsync@3.2.7-2.1:20240627T120527Z
81432024-08-24T16:57:35.831Z[ host-image] Aug 24 16:57:34.925 INFO O| install = pkg://helios-dev/network/snoop@0.5.11-2.0.22828:20240823T105230Z
81442024-08-24T16:57:35.831Z[ host-image] Aug 24 16:57:34.926 INFO O| install = pkg://helios-dev/ooce/library/onig@6.9.8-2.0:20230623T150226Z
81452024-08-24T16:57:35.836Z[ host-image] Aug 24 16:57:34.930 INFO O| install = pkg://helios-dev/ooce/library/postgresql-13@13.11-2.0:20230623T123131Z
81462024-08-24T16:57:35.838Z[ host-image] Aug 24 16:57:34.930 INFO O| install = pkg://helios-dev/ooce/util/jq@1.6-2.0:20230623T172253Z
81472024-08-24T16:57:35.838Z[ host-image] Aug 24 16:57:34.930 INFO O| install = pkg://helios-dev/oxide/platform-identity-cacerts@1.0-2.0:20240719T230730Z
81482024-08-24T16:57:35.838Z[ host-image] Aug 24 16:57:34.931 INFO O| install = pkg://helios-dev/package/svr4@0.5.11-2.0.22828:20240823T105230Z
81492024-08-24T16:57:35.838Z[ host-image] Aug 24 16:57:34.931 INFO O| install = pkg://helios-dev/release/name@0.5.11-2.0:20230621T194601Z
81502024-08-24T16:57:35.851Z[ host-image] Aug 24 16:57:34.946 INFO O| install = pkg://helios-dev/runtime/perl@5.36.1-2.0:20230621T195846Z
81512024-08-24T16:57:35.854Z[ host-image] Aug 24 16:57:34.946 INFO O| install = pkg://helios-dev/runtime/perl/module/sun-solaris@0.5.11-2.0.22828:20240823T105231Z
81522024-08-24T16:57:35.854Z[ host-image] Aug 24 16:57:34.948 INFO O| install = pkg://helios-dev/service/fault-management@0.5.11-2.0.22828:20240823T105231Z
81532024-08-24T16:57:35.854Z[ host-image] Aug 24 16:57:34.949 INFO O| install = pkg://helios-dev/service/file-system/smb@0.5.11-2.0.22828:20240823T105231Z
81542024-08-24T16:57:35.854Z[ host-image] Aug 24 16:57:34.949 INFO O| install = pkg://helios-dev/service/network/chrony@4.5-2.0:20240418T211951Z
81552024-08-24T16:57:35.856Z[ host-image] Aug 24 16:57:34.949 INFO O| install = pkg://helios-dev/service/picl@0.5.11-2.0.22828:20240823T105233Z
81562024-08-24T16:57:35.857Z[ host-image] Aug 24 16:57:34.950 INFO O| install = pkg://helios-dev/service/resource-pools@0.5.11-2.0.22828:20240823T105233Z
81572024-08-24T16:57:35.857Z[ host-image] Aug 24 16:57:34.950 INFO O| install = pkg://helios-dev/service/security/gss@0.5.11-2.0.22828:20240823T105233Z
81582024-08-24T16:57:35.857Z[ host-image] Aug 24 16:57:34.950 INFO O| install = pkg://helios-dev/service/security/kerberos-5@0.5.11-2.0.22828:20240823T105233Z
81592024-08-24T16:57:35.859Z[ host-image] Aug 24 16:57:34.954 INFO O| install = pkg://helios-dev/shell/bash@5.2.15-2.0:20230621T200617Z
81602024-08-24T16:57:35.868Z[ host-image] Aug 24 16:57:34.955 INFO O| install = pkg://helios-dev/shell/ksh93@93.21.1.20120801-2.0.22828:20240823T105234Z
81612024-08-24T16:57:35.868Z[ host-image] Aug 24 16:57:34.955 INFO O| install = pkg://helios-dev/system/bhyve@0.5.11-2.0.22828:20240823T105235Z
81622024-08-24T16:57:35.868Z[ host-image] Aug 24 16:57:34.955 INFO O| install = pkg://helios-dev/system/bhyve/firmware@20230201-2.0:20230621T201619Z
81632024-08-24T16:57:35.868Z[ host-image] Aug 24 16:57:34.956 INFO O| install = pkg://helios-dev/system/boot/loader@1.1-2.0.22828:20240823T105235Z
81642024-08-24T16:57:35.868Z[ host-image] Aug 24 16:57:34.956 INFO O| install = pkg://helios-dev/system/data/console/fonts@0.5.11-2.0.22828:20240823T105235Z
81652024-08-24T16:57:35.868Z[ host-image] Aug 24 16:57:34.956 INFO O| install = pkg://helios-dev/system/data/hardware-registry@2024.3.31-2.0.22828:20240823T105235Z
81662024-08-24T16:57:35.868Z[ host-image] Aug 24 16:57:34.956 INFO O| install = pkg://helios-dev/system/data/keyboard/keytables@0.5.11-2.0.22828:20240823T105236Z
81672024-08-24T16:57:35.871Z[ host-image] Aug 24 16:57:34.965 INFO O| install = pkg://helios-dev/system/data/terminfo@0.5.11-2.0.22828:20240823T105236Z
81682024-08-24T16:57:35.871Z[ host-image] Aug 24 16:57:34.965 INFO O| install = pkg://helios-dev/system/data/urxvt-terminfo@9.31-2.0:20230621T200815Z
81692024-08-24T16:57:35.874Z[ host-image] Aug 24 16:57:34.967 INFO O| install = pkg://helios-dev/system/data/zoneinfo@2024.1-2.0.22828:20240823T105236Z
81702024-08-24T16:57:35.876Z[ host-image] Aug 24 16:57:34.969 INFO O| install = pkg://helios-dev/system/extended-system-utilities@0.5.11-2.0.22828:20240823T105236Z
81712024-08-24T16:57:35.876Z[ host-image] Aug 24 16:57:34.969 INFO O| install = pkg://helios-dev/system/ficl@4.1.0-2.0.22828:20240823T105236Z
81722024-08-24T16:57:35.876Z[ host-image] Aug 24 16:57:34.969 INFO O| install = pkg://helios-dev/system/file-system/smb@0.5.11-2.0.22828:20240823T105236Z
81732024-08-24T16:57:35.876Z[ host-image] Aug 24 16:57:34.970 INFO O| install = pkg://helios-dev/system/file-system/zfs@0.5.11-2.0.22828:20240823T105236Z
81742024-08-24T16:57:35.876Z[ host-image] Aug 24 16:57:34.970 INFO O| install = pkg://helios-dev/system/gpio@0.5.11-2.0.22828:20240823T105237Z
81752024-08-24T16:57:35.886Z[ host-image] Aug 24 16:57:34.980 INFO O| install = pkg://helios-dev/system/kernel@0.5.11-2.0.22828:20240823T105238Z
81762024-08-24T16:57:35.888Z[ host-image] Aug 24 16:57:34.981 INFO O| install = pkg://helios-dev/system/kernel/cpu-counters@0.5.11-2.0.22828:20240823T105237Z
81772024-08-24T16:57:35.888Z[ host-image] Aug 24 16:57:34.981 INFO O| install = pkg://helios-dev/system/kernel/dtrace/providers@0.5.11-2.0.22828:20240823T105238Z
81782024-08-24T16:57:35.888Z[ host-image] Aug 24 16:57:34.982 INFO O| install = pkg://helios-dev/system/kernel/platform@0.5.11-2.0.22828:20240823T105238Z
81792024-08-24T16:57:35.888Z[ host-image] Aug 24 16:57:34.982 INFO O| install = pkg://helios-dev/system/ksensor@0.5.11-2.0.22828:20240823T105238Z
81802024-08-24T16:57:35.915Z[ host-image] Aug 24 16:57:35.009 INFO O| install = pkg://helios-dev/system/library@0.5.11-2.0.22828:20240823T105241Z
81812024-08-24T16:57:35.915Z[ host-image] Aug 24 16:57:35.009 INFO O| install = pkg://helios-dev/system/library/bhyve@0.5.11-2.0.22828:20240823T105238Z
81822024-08-24T16:57:35.917Z[ host-image] Aug 24 16:57:35.010 INFO O| install = pkg://helios-dev/system/library/demangle@0.5.11-2.0.22828:20240823T105239Z
81832024-08-24T16:57:35.917Z[ host-image] Aug 24 16:57:35.010 INFO O| install = pkg://helios-dev/system/library/g++-runtime@13-2.0:20231118T213948Z
81842024-08-24T16:57:35.917Z[ host-image] Aug 24 16:57:35.010 INFO O| install = pkg://helios-dev/system/library/gcc-runtime@13-2.0:20231118T213832Z
81852024-08-24T16:57:35.945Z[ host-image] Aug 24 16:57:35.040 INFO O| install = pkg://helios-dev/system/library/iconv/utf-8@0.5.11-2.0.22828:20240823T105239Z
81862024-08-24T16:57:35.948Z[ host-image] Aug 24 16:57:35.040 INFO O| install = pkg://helios-dev/system/library/libdbus@1.14.6-2.0:20230621T201340Z
81872024-08-24T16:57:35.948Z[ host-image] Aug 24 16:57:35.040 INFO O| install = pkg://helios-dev/system/library/libdiskmgt@0.5.11-2.0.22828:20240823T105239Z
81882024-08-24T16:57:35.948Z[ host-image] Aug 24 16:57:35.041 INFO O| install = pkg://helios-dev/system/library/libispi@0.5.11-2.0.22828:20240823T105239Z
81892024-08-24T16:57:35.948Z[ host-image] Aug 24 16:57:35.042 INFO O| install = pkg://helios-dev/system/library/math@0.5.11-2.0.22828:20240823T105239Z
81902024-08-24T16:57:35.948Z[ host-image] Aug 24 16:57:35.042 INFO O| install = pkg://helios-dev/system/library/mozilla-nss@3.89-2.0:20230621T201725Z
81912024-08-24T16:57:35.948Z[ host-image] Aug 24 16:57:35.043 INFO O| install = pkg://helios-dev/system/library/pcap@1.10.3-2.0:20230621T201732Z
81922024-08-24T16:57:35.951Z[ host-image] Aug 24 16:57:35.043 INFO O| install = pkg://helios-dev/system/library/security/gss@0.5.11-2.0.22828:20240823T105240Z
81932024-08-24T16:57:35.951Z[ host-image] Aug 24 16:57:35.043 INFO O| install = pkg://helios-dev/system/library/security/gss/diffie-hellman@0.5.11-2.0.22828:20240823T105240Z
81942024-08-24T16:57:35.951Z[ host-image] Aug 24 16:57:35.043 INFO O| install = pkg://helios-dev/system/library/security/gss/spnego@0.5.11-2.0.22828:20240823T105240Z
81952024-08-24T16:57:35.951Z[ host-image] Aug 24 16:57:35.044 INFO O| install = pkg://helios-dev/system/library/security/libsasl@0.5.11-2.0.22828:20240823T105240Z
81962024-08-24T16:57:35.951Z[ host-image] Aug 24 16:57:35.044 INFO O| install = pkg://helios-dev/system/library/storage/scsi-plugins@0.5.11-2.0.22828:20240823T105241Z
81972024-08-24T16:57:35.951Z[ host-image] Aug 24 16:57:35.044 INFO O| install = pkg://helios-dev/system/man@0.5.11-2.0.22828:20240823T105241Z
81982024-08-24T16:57:35.954Z[ host-image] Aug 24 16:57:35.048 INFO O| install = pkg://helios-dev/system/management/snmp/net-snmp@5.9.3-2.0:20230621T192215Z
81992024-08-24T16:57:35.954Z[ host-image] Aug 24 16:57:35.048 INFO O| install = pkg://helios-dev/system/microcode/amd@20240710-2.0.22828:20240823T105242Z
82002024-08-24T16:57:35.956Z[ host-image] Aug 24 16:57:35.050 INFO O| install = pkg://helios-dev/system/microcode/intel@20240312-2.0.22828:20240823T105242Z
82012024-08-24T16:57:35.956Z[ host-image] Aug 24 16:57:35.050 INFO O| install = pkg://helios-dev/system/microcode/oxide@20240710-2.0.22828:20240823T105242Z
82022024-08-24T16:57:35.956Z[ host-image] Aug 24 16:57:35.050 INFO O| install = pkg://helios-dev/system/network@0.5.11-2.0.22828:20240823T105243Z
82032024-08-24T16:57:35.956Z[ host-image] Aug 24 16:57:35.051 INFO O| install = pkg://helios-dev/system/network/overlay@0.5.11-2.0.22828:20240823T105242Z
82042024-08-24T16:57:35.956Z[ host-image] Aug 24 16:57:35.051 INFO O| install = pkg://helios-dev/system/network/routing@0.5.11-2.0.22828:20240823T105243Z
82052024-08-24T16:57:35.957Z[ host-image] Aug 24 16:57:35.051 INFO O| install = pkg://helios-dev/system/prerequisite/gnu@0.5.11-2.0:20230621T201805Z
82062024-08-24T16:57:35.957Z[ host-image] Aug 24 16:57:35.051 INFO O| install = pkg://helios-dev/system/watch@3.3.16-2.0:20230621T201923Z
82072024-08-24T16:57:35.959Z[ host-image] Aug 24 16:57:35.051 INFO O| install = pkg://helios-dev/system/xopen/xcu4@0.5.11-2.0.22828:20240823T105245Z
82082024-08-24T16:57:35.959Z[ host-image] Aug 24 16:57:35.052 INFO O| install = pkg://helios-dev/system/zones@0.5.11-2.0.22828:20240823T105246Z
82092024-08-24T16:57:35.959Z[ host-image] Aug 24 16:57:35.052 INFO O| install = pkg://helios-dev/system/zones/brand/omicron1@1.0.22:20240315T231124Z
82102024-08-24T16:57:35.959Z[ host-image] Aug 24 16:57:35.052 INFO O| install = pkg://helios-dev/terminal/resize@352-2.0:20230621T201859Z
82112024-08-24T16:57:35.959Z[ host-image] Aug 24 16:57:35.052 INFO O| install = pkg://helios-dev/text/column@0.0.0.20181004-2.0:20230925T235046Z
82122024-08-24T16:57:35.959Z[ host-image] Aug 24 16:57:35.052 INFO O| install = pkg://helios-dev/text/less@608-2.0:20230621T202237Z
82132024-08-24T16:57:35.959Z[ host-image] Aug 24 16:57:35.052 INFO O| install = pkg://helios-dev/text/looker@0.1.0.12-2.0:20230624T124603Z
82142024-08-24T16:57:35.959Z[ host-image] Aug 24 16:57:35.053 INFO O| install = pkg://helios-dev/web/ca-bundle@5.11-2.0:20230621T202542Z
82152024-08-24T16:57:35.962Z[ host-image] Aug 24 16:57:35.054 INFO O| install = pkg://helios-dev/web/curl@8.9.1-2.0:20240806T172300Z
82162024-08-24T16:57:35.962Z[ host-image] Aug 24 16:57:35.055 INFO O| tempdir @ "/tmp/.tmp3ESnOJ/tmp"
82172024-08-24T16:57:35.962Z[ host-image] Aug 24 16:57:35.055 INFO O| image root @ "/tmp/.tmp3ESnOJ/tmp/root"
82182024-08-24T16:57:35.962Z[ host-image] Aug 24 16:57:35.055 INFO O| creating image...
82192024-08-24T16:57:36.469Z[ host-image] Aug 24 16:57:35.564 INFO O| copying publishers...
82202024-08-24T16:57:42.510Z[ host-image] Aug 24 16:57:41.605 INFO O| adding properties...
82212024-08-24T16:57:43.571Z[ host-image] Aug 24 16:57:42.665 INFO O| installing packages...
82222024-08-24T16:57:59.146Z[ host-image] Aug 24 16:57:58.239 INFO O| seeding SMF database...
82232024-08-24T16:57:59.446Z[ recovery-image] Aug 24 16:57:58.540 INFO O| ok, image written!
82242024-08-24T16:57:59.447Z[ recovery-image] Aug 24 16:57:58.540 INFO O| ok, boot_image_csum file written!
82252024-08-24T16:57:59.451Z[ recovery-image] Aug 24 16:57:58.545 INFO creating boot archive (CPIO)...
82262024-08-24T16:57:59.451Z[ recovery-image] Aug 24 16:57:58.545 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
82272024-08-24T16:57:59.459Z[ recovery-image] Aug 24 16:57:58.553 INFO E| + root=/rpool/images/build/recovery/work/gimlet/ramdisk
82282024-08-24T16:57:59.459Z[ recovery-image] Aug 24 16:57:58.553 INFO E| + outfile=/work/os-recovery/cpio
82292024-08-24T16:57:59.462Z[ recovery-image] Aug 24 16:57:58.553 INFO E| + tmpdir=/work/oxidecomputer/helios/tmp/image.recovery
82302024-08-24T16:57:59.462Z[ recovery-image] Aug 24 16:57:58.555 INFO E| + cd /rpool/images/build/recovery/work/gimlet/ramdisk
82312024-08-24T16:57:59.462Z[ recovery-image] Aug 24 16:57:58.555 INFO E| + cpio -qo -H odc -O /work/os-recovery/cpio
82322024-08-24T16:57:59.493Z[ recovery-image] Aug 24 16:57:58.587 INFO E| + cd /work/oxidecomputer/helios/tmp/image.recovery
82332024-08-24T16:57:59.493Z[ recovery-image] Aug 24 16:57:58.587 INFO E| + cpio -qo -H odc -AO /work/os-recovery/cpio
82342024-08-24T16:57:59.500Z[ recovery-image] Aug 24 16:57:58.594 INFO creating compressed cpio/unix for nanobl-rs...
82352024-08-24T16:57:59.500Z[ recovery-image] Aug 24 16:57:58.594 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
82362024-08-24T16:57:59.782Z[ recovery-image] Aug 24 16:57:58.875 INFO exec: ["bash", "-c", "\'/work/oxidecomputer/helios/projects/pinprick/target/release/pinprick\' \'/work/os-recovery/cpio\' >\'/work/os-recovery/cpio.z\'"], pwd: None
82372024-08-24T16:58:04.132Z[ recovery-image] Aug 24 16:58:03.226 INFO creating reset image...
82382024-08-24T16:58:04.135Z[ recovery-image] Aug 24 16:58:03.226 INFO exec: ["cargo", "xtask", "build", "--release", "--cpioz", "/work/os-recovery/cpio.z"], pwd: Some("/work/oxidecomputer/helios/projects/phbl")
82392024-08-24T16:58:04.375Z[ recovery-image] Aug 24 16:58:03.469 INFO E| Updating crates.io index
82402024-08-24T16:58:04.524Z[ recovery-image] Aug 24 16:58:03.618 INFO E| Downloading crates ...
82412024-08-24T16:58:04.611Z[ recovery-image] Aug 24 16:58:03.704 INFO E| Downloaded os_pipe v1.1.5
82422024-08-24T16:58:04.616Z[ recovery-image] Aug 24 16:58:03.711 INFO E| Downloaded duct v0.13.7
82432024-08-24T16:58:04.619Z[ recovery-image] Aug 24 16:58:03.713 INFO E| Downloaded shared_child v1.0.0
82442024-08-24T16:58:04.621Z[ recovery-image] Aug 24 16:58:03.714 INFO E| Downloaded anstyle-parse v0.2.3
82452024-08-24T16:58:04.624Z[ recovery-image] Aug 24 16:58:03.716 INFO E| Downloaded anstyle-query v1.0.2
82462024-08-24T16:58:04.627Z[ recovery-image] Aug 24 16:58:03.719 INFO E| Downloaded clap_derive v4.5.3
82472024-08-24T16:58:04.630Z[ recovery-image] Aug 24 16:58:03.724 INFO E| Downloaded proc-macro2 v1.0.79
82482024-08-24T16:58:04.632Z[ recovery-image] Aug 24 16:58:03.727 INFO E| Downloaded anstyle v1.0.6
82492024-08-24T16:58:04.635Z[ recovery-image] Aug 24 16:58:03.728 INFO E| Downloaded anstream v0.6.13
82502024-08-24T16:58:04.644Z[ recovery-image] Aug 24 16:58:03.738 INFO E| Downloaded clap v4.5.3
82512024-08-24T16:58:04.660Z[ recovery-image] Aug 24 16:58:03.755 INFO E| Downloaded syn v2.0.53
82522024-08-24T16:58:04.687Z[ recovery-image] Aug 24 16:58:03.781 INFO E| Downloaded libc v0.2.153
82532024-08-24T16:58:04.766Z[ recovery-image] Aug 24 16:58:03.860 INFO E| Compiling proc-macro2 v1.0.79
82542024-08-24T16:58:04.766Z[ recovery-image] Aug 24 16:58:03.860 INFO E| Compiling unicode-ident v1.0.12
82552024-08-24T16:58:04.769Z[ recovery-image] Aug 24 16:58:03.860 INFO E| Compiling libc v0.2.153
82562024-08-24T16:58:04.769Z[ recovery-image] Aug 24 16:58:03.860 INFO E| Compiling utf8parse v0.2.1
82572024-08-24T16:58:04.769Z[ recovery-image] Aug 24 16:58:03.860 INFO E| Compiling anstyle-query v1.0.2
82582024-08-24T16:58:04.769Z[ recovery-image] Aug 24 16:58:03.860 INFO E| Compiling anstyle v1.0.6
82592024-08-24T16:58:04.769Z[ recovery-image] Aug 24 16:58:03.860 INFO E| Compiling colorchoice v1.0.0
82602024-08-24T16:58:04.769Z[ recovery-image] Aug 24 16:58:03.860 INFO E| Compiling clap_lex v0.7.0
82612024-08-24T16:58:04.978Z[ recovery-image] Aug 24 16:58:04.072 INFO E| Compiling anstyle-parse v0.2.3
82622024-08-24T16:58:05.021Z[ recovery-image] Aug 24 16:58:04.115 INFO E| Compiling strsim v0.11.0
82632024-08-24T16:58:05.022Z[ recovery-image] Aug 24 16:58:04.115 INFO E| Compiling heck v0.5.0
82642024-08-24T16:58:05.032Z[ recovery-image] Aug 24 16:58:04.126 INFO E| Compiling once_cell v1.19.0
82652024-08-24T16:58:05.384Z[ recovery-image] Aug 24 16:58:04.478 INFO E| Compiling anstream v0.6.13
82662024-08-24T16:58:05.752Z[ recovery-image] Aug 24 16:58:04.845 INFO E| Compiling clap_builder v4.5.2
82672024-08-24T16:58:06.284Z[ recovery-image] Aug 24 16:58:05.378 INFO E| Compiling os_pipe v1.1.5
82682024-08-24T16:58:06.285Z[ recovery-image] Aug 24 16:58:05.378 INFO E| Compiling shared_child v1.0.0
82692024-08-24T16:58:06.324Z[ recovery-image] Aug 24 16:58:05.418 INFO E| Compiling quote v1.0.35
82702024-08-24T16:58:06.438Z[ recovery-image] Aug 24 16:58:05.531 INFO E| Compiling duct v0.13.7
82712024-08-24T16:58:06.689Z[ recovery-image] Aug 24 16:58:05.782 INFO E| Compiling syn v2.0.53
82722024-08-24T16:58:07.676Z[ host-image] Aug 24 16:58:06.770 INFO O| configuring SMF profile...
82732024-08-24T16:58:07.680Z[ host-image] Aug 24 16:58:06.770 INFO O| modifying shadow(5)...
82742024-08-24T16:58:07.680Z[ host-image] Aug 24 16:58:06.771 INFO O| loading user and group database...
82752024-08-24T16:58:07.680Z[ host-image] Aug 24 16:58:06.771 INFO O| assessing packaged files...
82762024-08-24T16:58:10.211Z[ host-image] Aug 24 16:58:09.305 INFO O| creating archive...
82772024-08-24T16:58:10.249Z[ host-image] Aug 24 16:58:09.343 INFO O| missing from packaging:
82782024-08-24T16:58:10.249Z[ host-image] Aug 24 16:58:09.343 INFO O| "etc/.pwd.lock"
82792024-08-24T16:58:10.252Z[ host-image] Aug 24 16:58:09.343 INFO O| "etc/bash"
82802024-08-24T16:58:10.258Z[ host-image] Aug 24 16:58:09.352 INFO O| "etc/svc/profile/generic.xml"
82812024-08-24T16:58:10.258Z[ host-image] Aug 24 16:58:09.352 INFO O| "etc/svc/profile/inetd_services.xml"
82822024-08-24T16:58:10.260Z[ host-image] Aug 24 16:58:09.352 INFO O| "etc/svc/profile/name_service.xml"
82832024-08-24T16:58:10.260Z[ host-image] Aug 24 16:58:09.352 INFO O| "etc/svc/profile/platform.xml"
82842024-08-24T16:58:10.260Z[ host-image] Aug 24 16:58:09.352 INFO O| "etc/svc/profile/platform_omicron1.xml"
82852024-08-24T16:58:10.260Z[ host-image] Aug 24 16:58:09.352 INFO O| "etc/svc/repository.db"
82862024-08-24T16:58:10.273Z[ host-image] Aug 24 16:58:09.367 INFO O| "opt/ooce/share"
82872024-08-24T16:58:10.274Z[ host-image] Aug 24 16:58:09.367 INFO O| "opt/ooce/share/man"
82882024-08-24T16:58:10.276Z[ host-image] Aug 24 16:58:09.367 INFO O| "opt/ooce/share/man/man1"
82892024-08-24T16:58:10.283Z[ host-image] Aug 24 16:58:09.377 INFO O| finishing archive...
82902024-08-24T16:58:11.833Z[ recovery-image] Aug 24 16:58:10.925 INFO E| Compiling clap_derive v4.5.3
82912024-08-24T16:58:13.406Z[ host-image] Aug 24 16:58:12.500 INFO O| creating gzonly manifest...
82922024-08-24T16:58:13.461Z[ host-image] Aug 24 16:58:12.555 INFO O| ok
82932024-08-24T16:58:13.564Z[ host-image] Aug 24 16:58:12.658 INFO image builder template: ramdisk-02-trim...
82942024-08-24T16:58:13.564Z[ host-image] Aug 24 16:58:12.658 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/.tmperXEre/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
82952024-08-24T16:58:13.589Z[ host-image] Aug 24 16:58:12.683 INFO O| Aug 24 16:58:12.682 INFO temporary dataset: rpool/images/build/host/tmp/gimlet/ramdisk-02-trim
82962024-08-24T16:58:13.593Z[ host-image] Aug 24 16:58:12.687 INFO O| Aug 24 16:58:12.687 INFO CREATE DATASET: rpool/images/build/host/tmp/gimlet/ramdisk-02-trim
82972024-08-24T16:58:13.664Z[ host-image] Aug 24 16:58:12.758 INFO O| Aug 24 16:58:12.758 INFO SET DATASET PROPERTY ON rpool/images/build/host/tmp/gimlet/ramdisk-02-trim: sync = disabled
82982024-08-24T16:58:13.702Z[ host-image] Aug 24 16:58:12.796 INFO O| Aug 24 16:58:12.796 INFO temporary directory: /rpool/images/build/host/tmp/gimlet/ramdisk-02-trim
82992024-08-24T16:58:13.702Z[ host-image] Aug 24 16:58:12.796 INFO O| Aug 24 16:58:12.796 INFO work dataset: rpool/images/build/host/work/gimlet/ramdisk
83002024-08-24T16:58:13.709Z[ host-image] Aug 24 16:58:12.803 INFO O| Aug 24 16:58:12.803 INFO looking for output snapshot rpool/images/build/host/work/gimlet/ramdisk@trim
83012024-08-24T16:58:13.714Z[ host-image] Aug 24 16:58:12.808 INFO O| Aug 24 16:58:12.808 INFO looking for input snapshot rpool/images/build/host/work/gimlet/ramdisk@os
83022024-08-24T16:58:13.719Z[ host-image] Aug 24 16:58:12.813 INFO O| Aug 24 16:58:12.813 INFO ROLLBACK TO SNAPSHOT: rpool/images/build/host/work/gimlet/ramdisk@os
83032024-08-24T16:58:13.869Z[ host-image] Aug 24 16:58:12.962 INFO O| Aug 24 16:58:12.962 INFO rolled back to input snapshot; work may begin
83042024-08-24T16:58:13.869Z[ host-image] Aug 24 16:58:12.962 INFO O| Aug 24 16:58:12.962 INFO CREATE DATASET: rpool/images/build/host/work/gimlet/ramdisk
83052024-08-24T16:58:13.874Z[ host-image] Aug 24 16:58:12.968 INFO O| Aug 24 16:58:12.968 INFO STEP 0: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
83062024-08-24T16:58:13.885Z[ host-image] Aug 24 16:58:12.979 INFO O| Aug 24 16:58:12.979 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/var/pkg"
83072024-08-24T16:58:13.939Z[ host-image] Aug 24 16:58:13.032 INFO O| Aug 24 16:58:13.032 INFO STEP 0 (remove_files) COMPLETE
83082024-08-24T16:58:13.941Z[ host-image] Aug 24 16:58:13.032 INFO O| Aug 24 16:58:13.032 INFO STEP 1: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
83092024-08-24T16:58:13.950Z[ recovery-image] Aug 24 16:58:13.044 INFO E| Compiling clap v4.5.3
83102024-08-24T16:58:13.950Z[ host-image] Aug 24 16:58:13.044 INFO O| Aug 24 16:58:13.043 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/usr/xpg4"
83112024-08-24T16:58:13.953Z[ host-image] Aug 24 16:58:13.045 INFO O| Aug 24 16:58:13.045 INFO STEP 1 (remove_files) COMPLETE
83122024-08-24T16:58:13.953Z[ host-image] Aug 24 16:58:13.045 INFO O| Aug 24 16:58:13.045 INFO STEP 2: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
83132024-08-24T16:58:13.962Z[ host-image] Aug 24 16:58:13.056 INFO O| Aug 24 16:58:13.056 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/usr/include"
83142024-08-24T16:58:13.977Z[ host-image] Aug 24 16:58:13.071 INFO O| Aug 24 16:58:13.071 INFO STEP 2 (remove_files) COMPLETE
83152024-08-24T16:58:13.979Z[ host-image] Aug 24 16:58:13.071 INFO O| Aug 24 16:58:13.071 INFO STEP 3: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
83162024-08-24T16:58:13.988Z[ host-image] Aug 24 16:58:13.082 INFO O| Aug 24 16:58:13.082 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/usr/demo"
83172024-08-24T16:58:13.991Z[ host-image] Aug 24 16:58:13.084 INFO O| Aug 24 16:58:13.083 INFO STEP 3 (remove_files) COMPLETE
83182024-08-24T16:58:13.991Z[ host-image] Aug 24 16:58:13.084 INFO O| Aug 24 16:58:13.084 INFO STEP 4: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
83192024-08-24T16:58:14.000Z[ host-image] Aug 24 16:58:13.094 INFO O| Aug 24 16:58:13.094 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/usr/lib/help"
83202024-08-24T16:58:14.004Z[ host-image] Aug 24 16:58:13.098 INFO O| Aug 24 16:58:13.098 INFO STEP 4 (remove_files) COMPLETE
83212024-08-24T16:58:14.007Z[ host-image] Aug 24 16:58:13.098 INFO O| Aug 24 16:58:13.098 INFO STEP 5: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
83222024-08-24T16:58:14.010Z[ recovery-image] Aug 24 16:58:13.102 INFO E| Compiling xtask v0.1.0 (/work/oxidecomputer/helios/projects/phbl/xtask)
83232024-08-24T16:58:14.015Z[ host-image] Aug 24 16:58:13.109 INFO O| Aug 24 16:58:13.109 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/usr/share/doc"
83242024-08-24T16:58:14.018Z[ host-image] Aug 24 16:58:13.112 INFO O| Aug 24 16:58:13.112 INFO STEP 5 (remove_files) COMPLETE
83252024-08-24T16:58:14.020Z[ host-image] Aug 24 16:58:13.112 INFO O| Aug 24 16:58:13.112 INFO STEP 6: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
83262024-08-24T16:58:14.028Z[ host-image] Aug 24 16:58:13.122 INFO O| Aug 24 16:58:13.122 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/usr/share/bash-completion"
83272024-08-24T16:58:14.039Z[ host-image] Aug 24 16:58:13.132 INFO O| Aug 24 16:58:13.132 INFO STEP 6 (remove_files) COMPLETE
83282024-08-24T16:58:14.039Z[ host-image] Aug 24 16:58:13.132 INFO O| Aug 24 16:58:13.132 INFO STEP 7: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
83292024-08-24T16:58:14.050Z[ host-image] Aug 24 16:58:13.144 INFO O| Aug 24 16:58:13.143 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/usr/perl5/5.36/man"
83302024-08-24T16:58:14.063Z[ host-image] Aug 24 16:58:13.156 INFO O| Aug 24 16:58:13.156 INFO STEP 7 (remove_files) COMPLETE
83312024-08-24T16:58:14.063Z[ host-image] Aug 24 16:58:13.156 INFO O| Aug 24 16:58:13.156 INFO STEP 8: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
83322024-08-24T16:58:14.074Z[ host-image] Aug 24 16:58:13.168 INFO O| Aug 24 16:58:13.167 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/usr/share/man/man3ssl"
83332024-08-24T16:58:14.148Z[ host-image] Aug 24 16:58:13.241 INFO O| Aug 24 16:58:13.241 INFO STEP 8 (remove_files) COMPLETE
83342024-08-24T16:58:14.148Z[ host-image] Aug 24 16:58:13.241 INFO O| Aug 24 16:58:13.241 INFO STEP 9: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
83352024-08-24T16:58:14.159Z[ host-image] Aug 24 16:58:13.252 INFO O| Aug 24 16:58:13.252 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/usr/ssl-3/man"
83362024-08-24T16:58:14.248Z[ host-image] Aug 24 16:58:13.342 INFO O| Aug 24 16:58:13.342 INFO STEP 9 (remove_files) COMPLETE
83372024-08-24T16:58:14.248Z[ host-image] Aug 24 16:58:13.342 INFO O| Aug 24 16:58:13.342 INFO STEP 10: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
83382024-08-24T16:58:14.260Z[ host-image] Aug 24 16:58:13.353 INFO O| Aug 24 16:58:13.353 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/etc/net-snmp"
83392024-08-24T16:58:14.263Z[ host-image] Aug 24 16:58:13.357 INFO O| Aug 24 16:58:13.357 INFO STEP 10 (remove_files) COMPLETE
83402024-08-24T16:58:14.267Z[ host-image] Aug 24 16:58:13.357 INFO O| Aug 24 16:58:13.357 INFO STEP 11: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
83412024-08-24T16:58:14.274Z[ host-image] Aug 24 16:58:13.367 INFO O| Aug 24 16:58:13.367 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/usr/bin/i386"
83422024-08-24T16:58:14.278Z[ host-image] Aug 24 16:58:13.368 INFO O| Aug 24 16:58:13.368 INFO STEP 11 (remove_files) COMPLETE
83432024-08-24T16:58:14.278Z[ host-image] Aug 24 16:58:13.369 INFO O| Aug 24 16:58:13.368 INFO STEP 12: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
83442024-08-24T16:58:14.284Z[ host-image] Aug 24 16:58:13.378 INFO O| Aug 24 16:58:13.378 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/platform/i86xpv"
83452024-08-24T16:58:14.287Z[ host-image] Aug 24 16:58:13.380 INFO O| Aug 24 16:58:13.380 INFO STEP 12 (remove_files) COMPLETE
83462024-08-24T16:58:14.287Z[ host-image] Aug 24 16:58:13.380 INFO O| Aug 24 16:58:13.380 INFO STEP 13: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
83472024-08-24T16:58:14.317Z[ host-image] Aug 24 16:58:13.410 INFO O| Aug 24 16:58:13.410 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/pgsql-13/lib/amd64/libpq.a"
83482024-08-24T16:58:14.317Z[ host-image] Aug 24 16:58:13.410 INFO O| Aug 24 16:58:13.410 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/pgsql-13/lib/amd64/libpgcommon.a"
83492024-08-24T16:58:14.320Z[ host-image] Aug 24 16:58:13.411 INFO O| Aug 24 16:58:13.410 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/pgsql-13/lib/amd64/libpgtypes.a"
83502024-08-24T16:58:14.320Z[ host-image] Aug 24 16:58:13.411 INFO O| Aug 24 16:58:13.411 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/pgsql-13/lib/amd64/libecpg.a"
83512024-08-24T16:58:14.320Z[ host-image] Aug 24 16:58:13.411 INFO O| Aug 24 16:58:13.411 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/pgsql-13/lib/amd64/libpgport.a"
83522024-08-24T16:58:14.320Z[ host-image] Aug 24 16:58:13.411 INFO O| Aug 24 16:58:13.411 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/pgsql-13/lib/amd64/libecpg_compat.a"
83532024-08-24T16:58:14.320Z[ host-image] Aug 24 16:58:13.411 INFO O| Aug 24 16:58:13.411 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/pgsql-13/lib/amd64/libpgport_shlib.a"
83542024-08-24T16:58:14.320Z[ host-image] Aug 24 16:58:13.411 INFO O| Aug 24 16:58:13.411 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/pgsql-13/lib/amd64/libpgcommon_shlib.a"
83552024-08-24T16:58:14.320Z[ host-image] Aug 24 16:58:13.412 INFO O| Aug 24 16:58:13.411 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/pgsql-13/lib/libpgport_shlib.a"
83562024-08-24T16:58:14.320Z[ host-image] Aug 24 16:58:13.412 INFO O| Aug 24 16:58:13.412 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/pgsql-13/lib/libpq.a"
83572024-08-24T16:58:14.320Z[ host-image] Aug 24 16:58:13.412 INFO O| Aug 24 16:58:13.412 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/pgsql-13/lib/libpgtypes.a"
83582024-08-24T16:58:14.320Z[ host-image] Aug 24 16:58:13.412 INFO O| Aug 24 16:58:13.412 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/pgsql-13/lib/libpgcommon.a"
83592024-08-24T16:58:14.320Z[ host-image] Aug 24 16:58:13.412 INFO O| Aug 24 16:58:13.412 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/pgsql-13/lib/libpgcommon_shlib.a"
83602024-08-24T16:58:14.320Z[ host-image] Aug 24 16:58:13.412 INFO O| Aug 24 16:58:13.412 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/pgsql-13/lib/libecpg.a"
83612024-08-24T16:58:14.320Z[ host-image] Aug 24 16:58:13.412 INFO O| Aug 24 16:58:13.412 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/pgsql-13/lib/libecpg_compat.a"
83622024-08-24T16:58:14.320Z[ host-image] Aug 24 16:58:13.412 INFO O| Aug 24 16:58:13.412 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/pgsql-13/lib/libpgport.a"
83632024-08-24T16:58:14.320Z[ host-image] Aug 24 16:58:13.413 INFO O| Aug 24 16:58:13.413 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/jq/lib/amd64/libjq.a"
83642024-08-24T16:58:14.658Z[ host-image] Aug 24 16:58:13.752 INFO O| Aug 24 16:58:13.751 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/usr/lib/libtddl.a"
83652024-08-24T16:58:14.667Z[ host-image] Aug 24 16:58:13.760 INFO O| Aug 24 16:58:13.760 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/usr/lib/amd64/libtddl.a"
83662024-08-24T16:58:14.669Z[ host-image] Aug 24 16:58:13.762 INFO O| Aug 24 16:58:13.761 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/usr/lib/amd64/libncurses++.a"
83672024-08-24T16:58:14.703Z[ host-image] Aug 24 16:58:13.797 INFO O| Aug 24 16:58:13.797 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/usr/lib/libncurses++.a"
83682024-08-24T16:58:14.707Z[ host-image] Aug 24 16:58:13.801 INFO O| Aug 24 16:58:13.801 INFO STEP 13 (remove_files) COMPLETE
83692024-08-24T16:58:14.707Z[ host-image] Aug 24 16:58:13.801 INFO O| Aug 24 16:58:13.801 INFO STEP 14: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
83702024-08-24T16:58:14.719Z[ host-image] Aug 24 16:58:13.812 INFO O| Aug 24 16:58:13.812 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/boot"
83712024-08-24T16:58:14.721Z[ host-image] Aug 24 16:58:13.814 INFO O| Aug 24 16:58:13.814 INFO STEP 14 (remove_files) COMPLETE
83722024-08-24T16:58:14.721Z[ host-image] Aug 24 16:58:13.814 INFO O| Aug 24 16:58:13.814 INFO STEP 15: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
83732024-08-24T16:58:14.730Z[ host-image] Aug 24 16:58:13.824 INFO O| Aug 24 16:58:13.824 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/platform/i86pc"
83742024-08-24T16:58:14.737Z[ host-image] Aug 24 16:58:13.831 INFO O| Aug 24 16:58:13.831 INFO STEP 15 (remove_files) COMPLETE
83752024-08-24T16:58:14.737Z[ host-image] Aug 24 16:58:13.831 INFO O| Aug 24 16:58:13.831 INFO STEP 16: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
83762024-08-24T16:58:14.747Z[ host-image] Aug 24 16:58:13.841 INFO O| Aug 24 16:58:13.841 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/usr/platform/i86xpv"
83772024-08-24T16:58:14.750Z[ host-image] Aug 24 16:58:13.842 INFO O| Aug 24 16:58:13.842 INFO STEP 16 (remove_files) COMPLETE
83782024-08-24T16:58:14.750Z[ host-image] Aug 24 16:58:13.842 INFO O| Aug 24 16:58:13.842 INFO STEP 17: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
83792024-08-24T16:58:14.757Z[ host-image] Aug 24 16:58:13.851 INFO O| Aug 24 16:58:13.851 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/usr/platform/i86pc"
83802024-08-24T16:58:14.760Z[ host-image] Aug 24 16:58:13.853 INFO O| Aug 24 16:58:13.853 INFO STEP 17 (remove_files) COMPLETE
83812024-08-24T16:58:14.760Z[ host-image] Aug 24 16:58:13.853 INFO O| Aug 24 16:58:13.853 INFO STEP 18: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
83822024-08-24T16:58:14.769Z[ host-image] Aug 24 16:58:13.862 INFO O| Aug 24 16:58:13.862 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/misc/amd64/acpica"
83832024-08-24T16:58:14.769Z[ host-image] Aug 24 16:58:13.862 INFO O| Aug 24 16:58:13.862 INFO STEP 18 (remove_files) COMPLETE
83842024-08-24T16:58:14.771Z[ host-image] Aug 24 16:58:13.863 INFO O| Aug 24 16:58:13.862 INFO STEP 19: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
83852024-08-24T16:58:14.778Z[ host-image] Aug 24 16:58:13.872 INFO O| Aug 24 16:58:13.872 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/misc/amd64/tem"
83862024-08-24T16:58:14.778Z[ host-image] Aug 24 16:58:13.872 INFO O| Aug 24 16:58:13.872 INFO STEP 19 (remove_files) COMPLETE
83872024-08-24T16:58:14.778Z[ host-image] Aug 24 16:58:13.872 INFO O| Aug 24 16:58:13.872 INFO STEP 20: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
83882024-08-24T16:58:14.788Z[ host-image] Aug 24 16:58:13.882 INFO O| Aug 24 16:58:13.882 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/misc/amd64/kbtrans"
83892024-08-24T16:58:14.788Z[ host-image] Aug 24 16:58:13.882 INFO O| Aug 24 16:58:13.882 INFO STEP 20 (remove_files) COMPLETE
83902024-08-24T16:58:14.788Z[ host-image] Aug 24 16:58:13.882 INFO O| Aug 24 16:58:13.882 INFO STEP 21: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
83912024-08-24T16:58:14.798Z[ host-image] Aug 24 16:58:13.891 INFO O| Aug 24 16:58:13.891 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/wc"
83922024-08-24T16:58:14.800Z[ host-image] Aug 24 16:58:13.892 INFO O| Aug 24 16:58:13.891 INFO STEP 21 (remove_files) COMPLETE
83932024-08-24T16:58:14.800Z[ host-image] Aug 24 16:58:13.892 INFO O| Aug 24 16:58:13.892 INFO STEP 22: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
83942024-08-24T16:58:14.807Z[ host-image] Aug 24 16:58:13.901 INFO O| Aug 24 16:58:13.901 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/acpi_drv"
83952024-08-24T16:58:14.810Z[ host-image] Aug 24 16:58:13.901 INFO O| Aug 24 16:58:13.901 INFO STEP 22 (remove_files) COMPLETE
83962024-08-24T16:58:14.810Z[ host-image] Aug 24 16:58:13.901 INFO O| Aug 24 16:58:13.901 INFO STEP 23: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
83972024-08-24T16:58:14.817Z[ host-image] Aug 24 16:58:13.911 INFO O| Aug 24 16:58:13.911 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/conskbd"
83982024-08-24T16:58:14.817Z[ host-image] Aug 24 16:58:13.911 INFO O| Aug 24 16:58:13.911 INFO STEP 23 (remove_files) COMPLETE
83992024-08-24T16:58:14.820Z[ host-image] Aug 24 16:58:13.911 INFO O| Aug 24 16:58:13.911 INFO STEP 24: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
84002024-08-24T16:58:14.828Z[ host-image] Aug 24 16:58:13.921 INFO O| Aug 24 16:58:13.921 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/tzmon"
84012024-08-24T16:58:14.828Z[ host-image] Aug 24 16:58:13.921 INFO O| Aug 24 16:58:13.921 INFO STEP 24 (remove_files) COMPLETE
84022024-08-24T16:58:14.830Z[ host-image] Aug 24 16:58:13.921 INFO O| Aug 24 16:58:13.921 INFO STEP 25: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
84032024-08-24T16:58:14.838Z[ host-image] Aug 24 16:58:13.932 INFO O| Aug 24 16:58:13.932 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/power"
84042024-08-24T16:58:14.838Z[ host-image] Aug 24 16:58:13.932 INFO O| Aug 24 16:58:13.932 INFO STEP 25 (remove_files) COMPLETE
84052024-08-24T16:58:14.841Z[ host-image] Aug 24 16:58:13.932 INFO O| Aug 24 16:58:13.932 INFO STEP 26: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
84062024-08-24T16:58:14.849Z[ host-image] Aug 24 16:58:13.942 INFO O| Aug 24 16:58:13.942 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/audio"
84072024-08-24T16:58:14.849Z[ host-image] Aug 24 16:58:13.942 INFO O| Aug 24 16:58:13.942 INFO STEP 26 (remove_files) COMPLETE
84082024-08-24T16:58:14.849Z[ host-image] Aug 24 16:58:13.943 INFO O| Aug 24 16:58:13.942 INFO STEP 27: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
84092024-08-24T16:58:14.858Z[ host-image] Aug 24 16:58:13.952 INFO O| Aug 24 16:58:13.952 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/audio1575"
84102024-08-24T16:58:14.858Z[ host-image] Aug 24 16:58:13.952 INFO O| Aug 24 16:58:13.952 INFO STEP 27 (remove_files) COMPLETE
84112024-08-24T16:58:14.858Z[ host-image] Aug 24 16:58:13.952 INFO O| Aug 24 16:58:13.952 INFO STEP 28: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
84122024-08-24T16:58:14.868Z[ host-image] Aug 24 16:58:13.962 INFO O| Aug 24 16:58:13.962 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/audioens"
84132024-08-24T16:58:14.868Z[ host-image] Aug 24 16:58:13.962 INFO O| Aug 24 16:58:13.962 INFO STEP 28 (remove_files) COMPLETE
84142024-08-24T16:58:14.870Z[ host-image] Aug 24 16:58:13.962 INFO O| Aug 24 16:58:13.962 INFO STEP 29: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
84152024-08-24T16:58:14.878Z[ host-image] Aug 24 16:58:13.971 INFO O| Aug 24 16:58:13.971 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/audiopci"
84162024-08-24T16:58:14.878Z[ host-image] Aug 24 16:58:13.971 INFO O| Aug 24 16:58:13.971 INFO STEP 29 (remove_files) COMPLETE
84172024-08-24T16:58:14.881Z[ host-image] Aug 24 16:58:13.971 INFO O| Aug 24 16:58:13.971 INFO STEP 30: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
84182024-08-24T16:58:14.888Z[ host-image] Aug 24 16:58:13.981 INFO O| Aug 24 16:58:13.981 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/audiots"
84192024-08-24T16:58:14.888Z[ host-image] Aug 24 16:58:13.981 INFO O| Aug 24 16:58:13.981 INFO STEP 30 (remove_files) COMPLETE
84202024-08-24T16:58:14.890Z[ host-image] Aug 24 16:58:13.981 INFO O| Aug 24 16:58:13.981 INFO STEP 31: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
84212024-08-24T16:58:14.897Z[ host-image] Aug 24 16:58:13.991 INFO O| Aug 24 16:58:13.991 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/ehci"
84222024-08-24T16:58:14.897Z[ host-image] Aug 24 16:58:13.991 INFO O| Aug 24 16:58:13.991 INFO STEP 31 (remove_files) COMPLETE
84232024-08-24T16:58:14.900Z[ host-image] Aug 24 16:58:13.991 INFO O| Aug 24 16:58:13.991 INFO STEP 32: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
84242024-08-24T16:58:14.907Z[ host-image] Aug 24 16:58:14.001 INFO O| Aug 24 16:58:14.001 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/hid"
84252024-08-24T16:58:14.907Z[ host-image] Aug 24 16:58:14.001 INFO O| Aug 24 16:58:14.001 INFO STEP 32 (remove_files) COMPLETE
84262024-08-24T16:58:14.910Z[ host-image] Aug 24 16:58:14.001 INFO O| Aug 24 16:58:14.001 INFO STEP 33: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
84272024-08-24T16:58:14.918Z[ host-image] Aug 24 16:58:14.011 INFO O| Aug 24 16:58:14.011 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/hubd"
84282024-08-24T16:58:14.918Z[ host-image] Aug 24 16:58:14.011 INFO O| Aug 24 16:58:14.011 INFO STEP 33 (remove_files) COMPLETE
84292024-08-24T16:58:14.920Z[ host-image] Aug 24 16:58:14.012 INFO O| Aug 24 16:58:14.011 INFO STEP 34: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
84302024-08-24T16:58:14.927Z[ host-image] Aug 24 16:58:14.021 INFO O| Aug 24 16:58:14.021 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/ohci"
84312024-08-24T16:58:14.927Z[ host-image] Aug 24 16:58:14.021 INFO O| Aug 24 16:58:14.021 INFO STEP 34 (remove_files) COMPLETE
84322024-08-24T16:58:14.927Z[ host-image] Aug 24 16:58:14.021 INFO O| Aug 24 16:58:14.021 INFO STEP 35: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
84332024-08-24T16:58:14.936Z[ host-image] Aug 24 16:58:14.030 INFO O| Aug 24 16:58:14.030 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/scsa2usb"
84342024-08-24T16:58:14.939Z[ host-image] Aug 24 16:58:14.030 INFO O| Aug 24 16:58:14.030 INFO STEP 35 (remove_files) COMPLETE
84352024-08-24T16:58:14.939Z[ host-image] Aug 24 16:58:14.030 INFO O| Aug 24 16:58:14.030 INFO STEP 36: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
84362024-08-24T16:58:14.946Z[ host-image] Aug 24 16:58:14.040 INFO O| Aug 24 16:58:14.040 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/uhci"
84372024-08-24T16:58:14.949Z[ host-image] Aug 24 16:58:14.040 INFO O| Aug 24 16:58:14.040 INFO STEP 36 (remove_files) COMPLETE
84382024-08-24T16:58:14.949Z[ host-image] Aug 24 16:58:14.040 INFO O| Aug 24 16:58:14.040 INFO STEP 37: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
84392024-08-24T16:58:14.956Z[ host-image] Aug 24 16:58:14.050 INFO O| Aug 24 16:58:14.049 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/usb_ac"
84402024-08-24T16:58:14.958Z[ host-image] Aug 24 16:58:14.050 INFO O| Aug 24 16:58:14.050 INFO STEP 37 (remove_files) COMPLETE
84412024-08-24T16:58:14.958Z[ host-image] Aug 24 16:58:14.050 INFO O| Aug 24 16:58:14.050 INFO STEP 38: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
84422024-08-24T16:58:14.965Z[ host-image] Aug 24 16:58:14.059 INFO O| Aug 24 16:58:14.059 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/usb_as"
84432024-08-24T16:58:14.965Z[ host-image] Aug 24 16:58:14.059 INFO O| Aug 24 16:58:14.059 INFO STEP 38 (remove_files) COMPLETE
84442024-08-24T16:58:14.968Z[ host-image] Aug 24 16:58:14.059 INFO O| Aug 24 16:58:14.059 INFO STEP 39: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
84452024-08-24T16:58:14.975Z[ host-image] Aug 24 16:58:14.069 INFO O| Aug 24 16:58:14.069 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/usb_ia"
84462024-08-24T16:58:14.975Z[ host-image] Aug 24 16:58:14.069 INFO O| Aug 24 16:58:14.069 INFO STEP 39 (remove_files) COMPLETE
84472024-08-24T16:58:14.978Z[ host-image] Aug 24 16:58:14.069 INFO O| Aug 24 16:58:14.069 INFO STEP 40: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
84482024-08-24T16:58:14.985Z[ host-image] Aug 24 16:58:14.079 INFO O| Aug 24 16:58:14.079 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/usb_mid"
84492024-08-24T16:58:14.985Z[ host-image] Aug 24 16:58:14.079 INFO O| Aug 24 16:58:14.079 INFO STEP 40 (remove_files) COMPLETE
84502024-08-24T16:58:14.988Z[ host-image] Aug 24 16:58:14.079 INFO O| Aug 24 16:58:14.079 INFO STEP 41: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
84512024-08-24T16:58:14.995Z[ host-image] Aug 24 16:58:14.089 INFO O| Aug 24 16:58:14.089 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/usbprn"
84522024-08-24T16:58:14.995Z[ host-image] Aug 24 16:58:14.089 INFO O| Aug 24 16:58:14.089 INFO STEP 41 (remove_files) COMPLETE
84532024-08-24T16:58:14.997Z[ host-image] Aug 24 16:58:14.089 INFO O| Aug 24 16:58:14.089 INFO STEP 42: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
84542024-08-24T16:58:15.004Z[ host-image] Aug 24 16:58:14.098 INFO O| Aug 24 16:58:14.098 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/xhci"
84552024-08-24T16:58:15.007Z[ host-image] Aug 24 16:58:14.098 INFO O| Aug 24 16:58:14.098 INFO STEP 42 (remove_files) COMPLETE
84562024-08-24T16:58:15.007Z[ host-image] Aug 24 16:58:14.098 INFO O| Aug 24 16:58:14.098 INFO STEP 43: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
84572024-08-24T16:58:15.014Z[ host-image] Aug 24 16:58:14.108 INFO O| Aug 24 16:58:14.108 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/intel_nhm"
84582024-08-24T16:58:15.014Z[ host-image] Aug 24 16:58:14.108 INFO O| Aug 24 16:58:14.108 INFO STEP 43 (remove_files) COMPLETE
84592024-08-24T16:58:15.016Z[ host-image] Aug 24 16:58:14.108 INFO O| Aug 24 16:58:14.108 INFO STEP 44: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
84602024-08-24T16:58:15.024Z[ host-image] Aug 24 16:58:14.117 INFO O| Aug 24 16:58:14.117 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/intel_nb5000"
84612024-08-24T16:58:15.024Z[ host-image] Aug 24 16:58:14.118 INFO O| Aug 24 16:58:14.117 INFO STEP 44 (remove_files) COMPLETE
84622024-08-24T16:58:15.026Z[ host-image] Aug 24 16:58:14.118 INFO O| Aug 24 16:58:14.117 INFO STEP 45: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
84632024-08-24T16:58:15.033Z[ host-image] Aug 24 16:58:14.127 INFO O| Aug 24 16:58:14.127 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/mc-amd"
84642024-08-24T16:58:15.033Z[ host-image] Aug 24 16:58:14.127 INFO O| Aug 24 16:58:14.127 INFO STEP 45 (remove_files) COMPLETE
84652024-08-24T16:58:15.036Z[ host-image] Aug 24 16:58:14.127 INFO O| Aug 24 16:58:14.127 INFO STEP 46: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
84662024-08-24T16:58:15.043Z[ host-image] Aug 24 16:58:14.137 INFO O| Aug 24 16:58:14.136 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/acpi_toshiba"
84672024-08-24T16:58:15.043Z[ host-image] Aug 24 16:58:14.137 INFO O| Aug 24 16:58:14.137 INFO STEP 46 (remove_files) COMPLETE
84682024-08-24T16:58:15.043Z[ host-image] Aug 24 16:58:14.137 INFO O| Aug 24 16:58:14.137 INFO STEP 47: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
84692024-08-24T16:58:15.052Z[ host-image] Aug 24 16:58:14.146 INFO O| Aug 24 16:58:14.146 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/intel_nhmex"
84702024-08-24T16:58:15.052Z[ host-image] Aug 24 16:58:14.146 INFO O| Aug 24 16:58:14.146 INFO STEP 47 (remove_files) COMPLETE
84712024-08-24T16:58:15.052Z[ host-image] Aug 24 16:58:14.146 INFO O| Aug 24 16:58:14.146 INFO STEP 48: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
84722024-08-24T16:58:15.062Z[ host-image] Aug 24 16:58:14.155 INFO O| Aug 24 16:58:14.155 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/intel_nhmex.conf"
84732024-08-24T16:58:15.062Z[ host-image] Aug 24 16:58:14.155 INFO O| Aug 24 16:58:14.155 INFO STEP 48 (remove_files) COMPLETE
84742024-08-24T16:58:15.064Z[ host-image] Aug 24 16:58:14.156 INFO O| Aug 24 16:58:14.155 INFO STEP 49: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
84752024-08-24T16:58:15.071Z[ host-image] Aug 24 16:58:14.165 INFO O| Aug 24 16:58:14.165 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/mpt"
84762024-08-24T16:58:15.071Z[ host-image] Aug 24 16:58:14.165 INFO O| Aug 24 16:58:14.165 INFO STEP 49 (remove_files) COMPLETE
84772024-08-24T16:58:15.074Z[ host-image] Aug 24 16:58:14.165 INFO O| Aug 24 16:58:14.165 INFO STEP 50: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
84782024-08-24T16:58:15.081Z[ host-image] Aug 24 16:58:14.175 INFO O| Aug 24 16:58:14.175 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/mpt.conf"
84792024-08-24T16:58:15.081Z[ host-image] Aug 24 16:58:14.175 INFO O| Aug 24 16:58:14.175 INFO STEP 50 (remove_files) COMPLETE
84802024-08-24T16:58:15.084Z[ host-image] Aug 24 16:58:14.175 INFO O| Aug 24 16:58:14.175 INFO STEP 51: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
84812024-08-24T16:58:15.091Z[ host-image] Aug 24 16:58:14.185 INFO O| Aug 24 16:58:14.185 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/usr/lib/fm/fmd/plugins/ses-log-transport.so"
84822024-08-24T16:58:15.094Z[ host-image] Aug 24 16:58:14.185 INFO O| Aug 24 16:58:14.185 INFO STEP 51 (remove_files) COMPLETE
84832024-08-24T16:58:15.094Z[ host-image] Aug 24 16:58:14.185 INFO O| Aug 24 16:58:14.185 INFO STEP 52: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
84842024-08-24T16:58:15.102Z[ host-image] Aug 24 16:58:14.195 INFO O| Aug 24 16:58:14.195 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/usr/lib/fm/fmd/plugins/ses-log-transport.conf"
84852024-08-24T16:58:15.102Z[ host-image] Aug 24 16:58:14.195 INFO O| Aug 24 16:58:14.195 INFO STEP 52 (remove_files) COMPLETE
84862024-08-24T16:58:15.104Z[ host-image] Aug 24 16:58:14.195 INFO O| Aug 24 16:58:14.195 INFO STEP 53: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
84872024-08-24T16:58:15.112Z[ host-image] Aug 24 16:58:14.206 INFO O| Aug 24 16:58:14.206 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/sbin/bootadm"
84882024-08-24T16:58:15.112Z[ host-image] Aug 24 16:58:14.206 INFO O| Aug 24 16:58:14.206 INFO STEP 53 (remove_files) COMPLETE
84892024-08-24T16:58:15.115Z[ host-image] Aug 24 16:58:14.206 INFO O| Aug 24 16:58:14.206 INFO STEP 54: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
84902024-08-24T16:58:15.124Z[ host-image] Aug 24 16:58:14.217 INFO O| Aug 24 16:58:14.217 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/usr/sbin/bootadm"
84912024-08-24T16:58:15.124Z[ host-image] Aug 24 16:58:14.218 INFO O| Aug 24 16:58:14.217 INFO STEP 54 (remove_files) COMPLETE
84922024-08-24T16:58:15.124Z[ host-image] Aug 24 16:58:14.218 INFO O| Aug 24 16:58:14.218 INFO STEP 55: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
84932024-08-24T16:58:15.135Z[ host-image] Aug 24 16:58:14.228 INFO O| Aug 24 16:58:14.228 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/sbin/beadm"
84942024-08-24T16:58:15.135Z[ host-image] Aug 24 16:58:14.229 INFO O| Aug 24 16:58:14.228 INFO STEP 55 (remove_files) COMPLETE
84952024-08-24T16:58:15.135Z[ host-image] Aug 24 16:58:14.229 INFO O| Aug 24 16:58:14.229 INFO STEP 56: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
84962024-08-24T16:58:15.145Z[ host-image] Aug 24 16:58:14.239 INFO O| Aug 24 16:58:14.239 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/usr/sbin/beadm"
84972024-08-24T16:58:15.145Z[ host-image] Aug 24 16:58:14.239 INFO O| Aug 24 16:58:14.239 INFO STEP 56 (remove_files) COMPLETE
84982024-08-24T16:58:15.148Z[ host-image] Aug 24 16:58:14.239 INFO O| Aug 24 16:58:14.239 INFO STEP 57: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
84992024-08-24T16:58:15.155Z[ host-image] Aug 24 16:58:14.249 INFO O| Aug 24 16:58:14.249 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/etc/default/tar"
85002024-08-24T16:58:15.159Z[ host-image] Aug 24 16:58:14.249 INFO O| Aug 24 16:58:14.249 INFO STEP 57 (remove_files) COMPLETE
85012024-08-24T16:58:15.159Z[ host-image] Aug 24 16:58:14.249 INFO O| Aug 24 16:58:14.249 INFO STEP 58: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
85022024-08-24T16:58:15.165Z[ host-image] Aug 24 16:58:14.259 INFO O| Aug 24 16:58:14.259 WARN file /rpool/images/build/host/work/gimlet/ramdisk/lib/svc/method/keymap exists, with wrong contents, unlinking
85032024-08-24T16:58:15.165Z[ host-image] Aug 24 16:58:14.259 INFO O| Aug 24 16:58:14.259 INFO writing /rpool/images/build/host/work/gimlet/ramdisk/lib/svc/method/keymap ...
85042024-08-24T16:58:15.168Z[ host-image] Aug 24 16:58:14.259 INFO O| Aug 24 16:58:14.259 INFO perms are 644, should be 755, path: /rpool/images/build/host/work/gimlet/ramdisk/lib/svc/method/keymap
85052024-08-24T16:58:15.168Z[ host-image] Aug 24 16:58:14.260 INFO O| Aug 24 16:58:14.259 INFO chmod ok, path: /rpool/images/build/host/work/gimlet/ramdisk/lib/svc/method/keymap
85062024-08-24T16:58:15.168Z[ host-image] Aug 24 16:58:14.260 INFO O| Aug 24 16:58:14.260 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/gimlet/ramdisk/lib/svc/method/keymap
85072024-08-24T16:58:15.168Z[ host-image] Aug 24 16:58:14.260 INFO O| Aug 24 16:58:14.260 INFO chown ok, path: /rpool/images/build/host/work/gimlet/ramdisk/lib/svc/method/keymap
85082024-08-24T16:58:15.168Z[ host-image] Aug 24 16:58:14.260 INFO O| Aug 24 16:58:14.260 INFO ok!
85092024-08-24T16:58:15.168Z[ host-image] Aug 24 16:58:14.260 INFO O| Aug 24 16:58:14.260 INFO STEP 58 (ensure_file) COMPLETE
85102024-08-24T16:58:15.168Z[ host-image] Aug 24 16:58:14.260 INFO O| Aug 24 16:58:14.260 INFO STEP 59: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
85112024-08-24T16:58:15.176Z[ host-image] Aug 24 16:58:14.270 INFO O| Aug 24 16:58:14.269 WARN file /rpool/images/build/host/work/gimlet/ramdisk/lib/svc/bin/rootisramdisk exists, with wrong contents, unlinking
85122024-08-24T16:58:15.178Z[ host-image] Aug 24 16:58:14.270 INFO O| Aug 24 16:58:14.270 INFO copying /work/oxidecomputer/helios/image/templates/files/rootisramdisk -> /rpool/images/build/host/work/gimlet/ramdisk/lib/svc/bin/rootisramdisk ...
85132024-08-24T16:58:15.179Z[ host-image] Aug 24 16:58:14.270 INFO O| Aug 24 16:58:14.270 INFO perms are 644, should be 755, path: /rpool/images/build/host/work/gimlet/ramdisk/lib/svc/bin/rootisramdisk
85142024-08-24T16:58:15.179Z[ host-image] Aug 24 16:58:14.270 INFO O| Aug 24 16:58:14.270 INFO chmod ok, path: /rpool/images/build/host/work/gimlet/ramdisk/lib/svc/bin/rootisramdisk
85152024-08-24T16:58:15.179Z[ host-image] Aug 24 16:58:14.270 INFO O| Aug 24 16:58:14.270 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/gimlet/ramdisk/lib/svc/bin/rootisramdisk
85162024-08-24T16:58:15.179Z[ host-image] Aug 24 16:58:14.270 INFO O| Aug 24 16:58:14.270 INFO chown ok, path: /rpool/images/build/host/work/gimlet/ramdisk/lib/svc/bin/rootisramdisk
85172024-08-24T16:58:15.179Z[ host-image] Aug 24 16:58:14.270 INFO O| Aug 24 16:58:14.270 INFO ok!
85182024-08-24T16:58:15.179Z[ host-image] Aug 24 16:58:14.270 INFO O| Aug 24 16:58:14.270 INFO STEP 59 (ensure_file) COMPLETE
85192024-08-24T16:58:15.179Z[ host-image] Aug 24 16:58:14.270 INFO O| Aug 24 16:58:14.270 INFO STEP 60: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
85202024-08-24T16:58:15.186Z[ host-image] Aug 24 16:58:14.280 INFO O| Aug 24 16:58:14.280 INFO file /rpool/images/build/host/work/gimlet/ramdisk/root/.bash_profile does not exist
85212024-08-24T16:58:15.186Z[ host-image] Aug 24 16:58:14.280 INFO O| Aug 24 16:58:14.280 INFO copying /work/oxidecomputer/helios/image/templates/files/bash_profile -> /rpool/images/build/host/work/gimlet/ramdisk/root/.bash_profile ...
85222024-08-24T16:58:15.189Z[ host-image] Aug 24 16:58:14.280 INFO O| Aug 24 16:58:14.280 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/ramdisk/root/.bash_profile
85232024-08-24T16:58:15.189Z[ host-image] Aug 24 16:58:14.280 INFO O| Aug 24 16:58:14.280 INFO ok!
85242024-08-24T16:58:15.189Z[ host-image] Aug 24 16:58:14.280 INFO O| Aug 24 16:58:14.280 INFO STEP 60 (ensure_file) COMPLETE
85252024-08-24T16:58:15.189Z[ host-image] Aug 24 16:58:14.280 INFO O| Aug 24 16:58:14.280 INFO STEP 61: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
85262024-08-24T16:58:15.197Z[ host-image] Aug 24 16:58:14.291 INFO O| Aug 24 16:58:14.291 WARN file /rpool/images/build/host/work/gimlet/ramdisk/root/.bashrc exists, with wrong contents, unlinking
85272024-08-24T16:58:15.197Z[ host-image] Aug 24 16:58:14.291 INFO O| Aug 24 16:58:14.291 INFO copying /work/oxidecomputer/helios/image/templates/files/bashrc -> /rpool/images/build/host/work/gimlet/ramdisk/root/.bashrc ...
85282024-08-24T16:58:15.199Z[ host-image] Aug 24 16:58:14.291 INFO O| Aug 24 16:58:14.291 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/ramdisk/root/.bashrc
85292024-08-24T16:58:15.200Z[ host-image] Aug 24 16:58:14.291 INFO O| Aug 24 16:58:14.291 INFO ok!
85302024-08-24T16:58:15.200Z[ host-image] Aug 24 16:58:14.291 INFO O| Aug 24 16:58:14.291 INFO STEP 61 (ensure_file) COMPLETE
85312024-08-24T16:58:15.200Z[ host-image] Aug 24 16:58:14.291 INFO O| Aug 24 16:58:14.291 INFO STEP 62: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
85322024-08-24T16:58:15.207Z[ host-image] Aug 24 16:58:14.301 INFO O| Aug 24 16:58:14.301 WARN file /rpool/images/build/host/work/gimlet/ramdisk/etc/motd exists, with wrong contents, unlinking
85332024-08-24T16:58:15.210Z[ host-image] Aug 24 16:58:14.301 INFO O| Aug 24 16:58:14.301 INFO copying /work/oxidecomputer/helios/image/templates/files/motd -> /rpool/images/build/host/work/gimlet/ramdisk/etc/motd ...
85342024-08-24T16:58:15.210Z[ host-image] Aug 24 16:58:14.301 INFO O| Aug 24 16:58:14.301 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/gimlet/ramdisk/etc/motd
85352024-08-24T16:58:15.210Z[ host-image] Aug 24 16:58:14.301 INFO O| Aug 24 16:58:14.301 INFO chown ok, path: /rpool/images/build/host/work/gimlet/ramdisk/etc/motd
85362024-08-24T16:58:15.210Z[ host-image] Aug 24 16:58:14.301 INFO O| Aug 24 16:58:14.301 INFO ok!
85372024-08-24T16:58:15.210Z[ host-image] Aug 24 16:58:14.301 INFO O| Aug 24 16:58:14.301 INFO STEP 62 (ensure_file) COMPLETE
85382024-08-24T16:58:15.210Z[ host-image] Aug 24 16:58:14.301 INFO O| Aug 24 16:58:14.301 INFO STEP 63: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
85392024-08-24T16:58:15.217Z[ host-image] Aug 24 16:58:14.311 INFO O| Aug 24 16:58:14.311 INFO file /rpool/images/build/host/work/gimlet/ramdisk/etc/system.d/zfs:dbuf does not exist
85402024-08-24T16:58:15.220Z[ host-image] Aug 24 16:58:14.311 INFO O| Aug 24 16:58:14.311 INFO copying /work/oxidecomputer/helios/image/templates/files/gimlet-system-zfs:dbuf -> /rpool/images/build/host/work/gimlet/ramdisk/etc/system.d/zfs:dbuf ...
85412024-08-24T16:58:15.220Z[ host-image] Aug 24 16:58:14.311 INFO O| Aug 24 16:58:14.311 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/gimlet/ramdisk/etc/system.d/zfs:dbuf
85422024-08-24T16:58:15.220Z[ host-image] Aug 24 16:58:14.311 INFO O| Aug 24 16:58:14.311 INFO chown ok, path: /rpool/images/build/host/work/gimlet/ramdisk/etc/system.d/zfs:dbuf
85432024-08-24T16:58:15.220Z[ host-image] Aug 24 16:58:14.311 INFO O| Aug 24 16:58:14.311 INFO ok!
85442024-08-24T16:58:15.220Z[ host-image] Aug 24 16:58:14.311 INFO O| Aug 24 16:58:14.311 INFO STEP 63 (ensure_file) COMPLETE
85452024-08-24T16:58:15.220Z[ host-image] Aug 24 16:58:14.311 INFO O| Aug 24 16:58:14.311 INFO STEP 64: assemble_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
85462024-08-24T16:58:15.223Z[ recovery-image] Aug 24 16:58:14.314 INFO E| Finished `dev` profile [unoptimized + debuginfo] target(s) in 11.02s
85472024-08-24T16:58:15.227Z[ host-image] Aug 24 16:58:14.321 INFO O| Aug 24 16:58:14.321 INFO file /rpool/images/build/host/work/gimlet/ramdisk/etc/system.d/.self-assembly does not exist
85482024-08-24T16:58:15.230Z[ host-image] Aug 24 16:58:14.321 INFO O| Aug 24 16:58:14.321 INFO writing /rpool/images/build/host/work/gimlet/ramdisk/etc/system.d/.self-assembly ...
85492024-08-24T16:58:15.230Z[ host-image] Aug 24 16:58:14.321 INFO O| Aug 24 16:58:14.321 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/ramdisk/etc/system.d/.self-assembly
85502024-08-24T16:58:15.230Z[ host-image] Aug 24 16:58:14.321 INFO O| Aug 24 16:58:14.321 INFO ok!
85512024-08-24T16:58:15.230Z[ host-image] Aug 24 16:58:14.321 INFO O| Aug 24 16:58:14.321 INFO STEP 64 (assemble_files) COMPLETE
85522024-08-24T16:58:15.230Z[ host-image] Aug 24 16:58:14.321 INFO O| Aug 24 16:58:14.321 INFO STEP 65: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
85532024-08-24T16:58:15.230Z[ recovery-image] Aug 24 16:58:14.323 INFO E| Running `xtask/target/debug/xtask build --release --cpioz /work/os-recovery/cpio.z`
85542024-08-24T16:58:15.238Z[ host-image] Aug 24 16:58:14.331 INFO O| Aug 24 16:58:14.331 INFO file /rpool/images/build/host/work/gimlet/ramdisk/etc/dumpadm.conf does not exist
85552024-08-24T16:58:15.238Z[ host-image] Aug 24 16:58:14.331 INFO O| Aug 24 16:58:14.331 INFO copying /work/oxidecomputer/helios/image/templates/files/dumpadm.conf -> /rpool/images/build/host/work/gimlet/ramdisk/etc/dumpadm.conf ...
85562024-08-24T16:58:15.240Z[ host-image] Aug 24 16:58:14.331 INFO O| Aug 24 16:58:14.331 INFO ownership wrong (Id(0):Id(0), not 0:1), path: /rpool/images/build/host/work/gimlet/ramdisk/etc/dumpadm.conf
85572024-08-24T16:58:15.240Z[ host-image] Aug 24 16:58:14.331 INFO O| Aug 24 16:58:14.331 INFO chown ok, path: /rpool/images/build/host/work/gimlet/ramdisk/etc/dumpadm.conf
85582024-08-24T16:58:15.240Z[ host-image] Aug 24 16:58:14.332 INFO O| Aug 24 16:58:14.331 INFO ok!
85592024-08-24T16:58:15.240Z[ host-image] Aug 24 16:58:14.332 INFO O| Aug 24 16:58:14.332 INFO STEP 65 (ensure_file) COMPLETE
85602024-08-24T16:58:15.240Z[ host-image] Aug 24 16:58:14.332 INFO O| Aug 24 16:58:14.332 INFO STEP 66: ensure_dir, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
85612024-08-24T16:58:15.247Z[ host-image] Aug 24 16:58:14.341 INFO O| Aug 24 16:58:14.341 INFO creating directory: /rpool/images/build/host/work/gimlet/ramdisk/usr/lib/brand/omicron1/baseline
85622024-08-24T16:58:15.250Z[ host-image] Aug 24 16:58:14.341 INFO O| Aug 24 16:58:14.341 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/gimlet/ramdisk/usr/lib/brand/omicron1/baseline
85632024-08-24T16:58:15.250Z[ host-image] Aug 24 16:58:14.341 INFO O| Aug 24 16:58:14.341 INFO chown ok, path: /rpool/images/build/host/work/gimlet/ramdisk/usr/lib/brand/omicron1/baseline
85642024-08-24T16:58:15.250Z[ host-image] Aug 24 16:58:14.341 INFO O| Aug 24 16:58:14.341 INFO STEP 66 (ensure_dir) COMPLETE
85652024-08-24T16:58:15.250Z[ host-image] Aug 24 16:58:14.341 INFO O| Aug 24 16:58:14.341 INFO STEP 67: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
85662024-08-24T16:58:15.257Z[ host-image] Aug 24 16:58:14.351 INFO O| Aug 24 16:58:14.351 INFO file /rpool/images/build/host/work/gimlet/ramdisk/usr/lib/brand/omicron1/baseline/files.tar.gz does not exist
85672024-08-24T16:58:15.257Z[ host-image] Aug 24 16:58:14.351 INFO O| Aug 24 16:58:14.351 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 ...
85682024-08-24T16:58:15.264Z[ host-image] Aug 24 16:58:14.358 INFO O| Aug 24 16:58:14.358 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
85692024-08-24T16:58:15.264Z[ host-image] Aug 24 16:58:14.358 INFO O| Aug 24 16:58:14.358 INFO chown ok, path: /rpool/images/build/host/work/gimlet/ramdisk/usr/lib/brand/omicron1/baseline/files.tar.gz
85702024-08-24T16:58:15.267Z[ host-image] Aug 24 16:58:14.358 INFO O| Aug 24 16:58:14.358 INFO ok!
85712024-08-24T16:58:15.267Z[ host-image] Aug 24 16:58:14.358 INFO O| Aug 24 16:58:14.358 INFO STEP 67 (ensure_file) COMPLETE
85722024-08-24T16:58:15.267Z[ host-image] Aug 24 16:58:14.358 INFO O| Aug 24 16:58:14.358 INFO STEP 68: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
85732024-08-24T16:58:15.275Z[ host-image] Aug 24 16:58:14.369 INFO O| Aug 24 16:58:14.369 INFO file /rpool/images/build/host/work/gimlet/ramdisk/usr/lib/brand/omicron1/baseline/gzonly.txt does not exist
85742024-08-24T16:58:15.275Z[ host-image] Aug 24 16:58:14.369 INFO O| Aug 24 16:58:14.369 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 ...
85752024-08-24T16:58:15.278Z[ host-image] Aug 24 16:58:14.369 INFO O| Aug 24 16:58:14.369 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
85762024-08-24T16:58:15.278Z[ host-image] Aug 24 16:58:14.369 INFO O| Aug 24 16:58:14.369 INFO chown ok, path: /rpool/images/build/host/work/gimlet/ramdisk/usr/lib/brand/omicron1/baseline/gzonly.txt
85772024-08-24T16:58:15.278Z[ host-image] Aug 24 16:58:14.369 INFO O| Aug 24 16:58:14.369 INFO ok!
85782024-08-24T16:58:15.278Z[ host-image] Aug 24 16:58:14.369 INFO O| Aug 24 16:58:14.369 INFO STEP 68 (ensure_file) COMPLETE
85792024-08-24T16:58:15.278Z[ host-image] Aug 24 16:58:14.369 INFO O| Aug 24 16:58:14.369 INFO STEP 69: pack_tar, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
85802024-08-24T16:58:15.290Z[ host-image] Aug 24 16:58:14.384 INFO O| Aug 24 16:58:14.384 INFO file /rpool/images/build/host/output/gimlet-ramdisk.tar does not already exist, skipping removal
85812024-08-24T16:58:15.290Z[ host-image] Aug 24 16:58:14.384 INFO O| Aug 24 16:58:14.384 INFO exec: ["/usr/sbin/tar", "ceEp@/f", "/rpool/images/build/host/output/gimlet-ramdisk.tar", "-C", "/rpool/images/build/host/work/gimlet/ramdisk", "."]
85822024-08-24T16:58:15.358Z[ recovery-image] Aug 24 16:58:14.452 INFO E| Updating crates.io index
85832024-08-24T16:58:15.516Z[ recovery-image] Aug 24 16:58:14.609 INFO E| Downloading crates ...
85842024-08-24T16:58:15.563Z[ recovery-image] Aug 24 16:58:14.656 INFO E| Downloaded bit_field v0.10.2
85852024-08-24T16:58:15.577Z[ recovery-image] Aug 24 16:58:14.671 INFO E| Downloaded seq-macro v0.3.5
85862024-08-24T16:58:15.580Z[ recovery-image] Aug 24 16:58:14.673 INFO E| Downloaded raw-cpuid v10.7.0
85872024-08-24T16:58:15.583Z[ recovery-image] Aug 24 16:58:14.677 INFO E| Downloaded cpio_reader v0.1.1
85882024-08-24T16:58:15.686Z[ recovery-image] Aug 24 16:58:14.780 INFO E| Downloaded x86 v0.52.0
85892024-08-24T16:58:15.756Z[ recovery-image] Aug 24 16:58:14.849 INFO E| Updating crates.io index
85902024-08-24T16:58:15.921Z[ recovery-image] Aug 24 16:58:15.014 INFO E| Downloading crates ...
85912024-08-24T16:58:15.990Z[ recovery-image] Aug 24 16:58:15.084 INFO E| Downloaded compiler_builtins v0.1.108
85922024-08-24T16:58:16.060Z[ recovery-image] Aug 24 16:58:15.154 INFO E| Compiling compiler_builtins v0.1.108
85932024-08-24T16:58:16.060Z[ recovery-image] Aug 24 16:58:15.154 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)
85942024-08-24T16:58:16.063Z[ recovery-image] Aug 24 16:58:15.154 INFO E| Compiling proc-macro2 v1.0.79
85952024-08-24T16:58:16.063Z[ recovery-image] Aug 24 16:58:15.154 INFO E| Compiling unicode-ident v1.0.12
85962024-08-24T16:58:16.063Z[ recovery-image] Aug 24 16:58:15.154 INFO E| Compiling syn v1.0.109
85972024-08-24T16:58:16.063Z[ recovery-image] Aug 24 16:58:15.154 INFO E| Compiling x86 v0.52.0
85982024-08-24T16:58:16.063Z[ recovery-image] Aug 24 16:58:15.154 INFO E| Compiling phbl v0.1.0 (/work/oxidecomputer/helios/projects/phbl)
85992024-08-24T16:58:16.066Z[ recovery-image] Aug 24 16:58:15.160 INFO E| Compiling seq-macro v0.3.5
86002024-08-24T16:58:17.337Z[ recovery-image] Aug 24 16:58:16.430 INFO E| Compiling quote v1.0.35
86012024-08-24T16:58:17.711Z[ recovery-image] Aug 24 16:58:16.805 INFO E| Compiling syn v2.0.53
86022024-08-24T16:58:17.774Z[ host-image] Aug 24 16:58:16.868 INFO O| Aug 24 16:58:16.868 INFO STEP 69 (pack_tar) COMPLETE
86032024-08-24T16:58:17.774Z[ host-image] Aug 24 16:58:16.868 INFO O| Aug 24 16:58:16.868 INFO creating output snapshot rpool/images/build/host/work/gimlet/ramdisk@trim
86042024-08-24T16:58:17.777Z[ host-image] Aug 24 16:58:16.868 INFO O| Aug 24 16:58:16.868 INFO CREATE SNAPSHOT: rpool/images/build/host/work/gimlet/ramdisk@trim
86052024-08-24T16:58:17.982Z[ host-image] Aug 24 16:58:17.075 INFO O| Aug 24 16:58:17.075 INFO DESTROY DATASET: rpool/images/build/host/tmp/gimlet/ramdisk-02-trim
86062024-08-24T16:58:18.051Z[ host-image] Aug 24 16:58:17.145 INFO O| Aug 24 16:58:17.145 INFO completed processing gimlet/ramdisk-02-trim
86072024-08-24T16:58:18.054Z[ host-image] Aug 24 16:58:17.147 INFO image builder template: zfs...
86082024-08-24T16:58:18.054Z[ host-image] Aug 24 16:58:17.147 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/.tmperXEre/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
86092024-08-24T16:58:18.068Z[ host-image] Aug 24 16:58:17.162 INFO O| Aug 24 16:58:17.162 INFO skip include "stress" because feature "stress" is not enabled
86102024-08-24T16:58:18.104Z[ host-image] Aug 24 16:58:17.198 INFO O| Aug 24 16:58:17.198 INFO temporary dataset: rpool/images/build/host/tmp/gimlet/zfs
86112024-08-24T16:58:18.110Z[ host-image] Aug 24 16:58:17.203 INFO O| Aug 24 16:58:17.203 INFO CREATE DATASET: rpool/images/build/host/tmp/gimlet/zfs
86122024-08-24T16:58:18.162Z[ host-image] Aug 24 16:58:17.256 INFO O| Aug 24 16:58:17.256 INFO SET DATASET PROPERTY ON rpool/images/build/host/tmp/gimlet/zfs: sync = disabled
86132024-08-24T16:58:18.221Z[ host-image] Aug 24 16:58:17.314 INFO O| Aug 24 16:58:17.314 INFO temporary directory: /rpool/images/build/host/tmp/gimlet/zfs
86142024-08-24T16:58:18.221Z[ host-image] Aug 24 16:58:17.314 INFO O| Aug 24 16:58:17.314 INFO work dataset: rpool/images/build/host/work/gimlet/zfs
86152024-08-24T16:58:18.226Z[ host-image] Aug 24 16:58:17.320 INFO O| Aug 24 16:58:17.320 INFO CREATE DATASET: rpool/images/build/host/work/gimlet/zfs
86162024-08-24T16:58:18.289Z[ host-image] Aug 24 16:58:17.382 INFO O| Aug 24 16:58:17.382 INFO SET DATASET PROPERTY ON rpool/images/build/host/work/gimlet/zfs: sync = disabled
86172024-08-24T16:58:18.334Z[ host-image] Aug 24 16:58:17.428 INFO O| Aug 24 16:58:17.428 INFO DESTROY POOL: TEMPORARY-gimlet-zfs
86182024-08-24T16:58:18.350Z[ host-image] Aug 24 16:58:17.443 INFO O| Aug 24 16:58:17.443 INFO image file: /rpool/images/build/host/work/gimlet/zfs/lofi.raw
86192024-08-24T16:58:18.357Z[ host-image] Aug 24 16:58:17.451 INFO O| Aug 24 16:58:17.451 INFO pool altroot: /rpool/images/build/host/work/gimlet/zfs/altroot
86202024-08-24T16:58:18.357Z[ host-image] Aug 24 16:58:17.451 INFO O| Aug 24 16:58:17.451 INFO no lofi found
86212024-08-24T16:58:18.358Z[ host-image] Aug 24 16:58:17.451 INFO O| Aug 24 16:58:17.451 INFO file /rpool/images/build/host/work/gimlet/zfs/lofi.raw does not already exist, skipping removal
86222024-08-24T16:58:18.360Z[ host-image] Aug 24 16:58:17.451 INFO O| Aug 24 16:58:17.451 INFO CREATE IMAGE (1000MB): /rpool/images/build/host/work/gimlet/zfs/lofi.raw
86232024-08-24T16:58:19.918Z[ host-image] Aug 24 16:58:19.011 INFO O| Aug 24 16:58:19.011 INFO lofi device = /dev/dsk/c2t1d0p0
86242024-08-24T16:58:19.918Z[ host-image] Aug 24 16:58:19.011 INFO O| Aug 24 16:58:19.011 INFO pool device = /dev/dsk/c2t1d0p0
86252024-08-24T16:58:19.921Z[ host-image] Aug 24 16:58:19.011 INFO O| Aug 24 16:58:19.011 INFO exec: ["/sbin/zpool", "create", "-t", "TEMPORARY-gimlet-zfs", "-O", "compression=gzip-9", "-R", "/rpool/images/build/host/work/gimlet/zfs/altroot", "-o", "ashift=9", "-o", "autoexpand=on", "-o", "failmode=panic", "rpool", "/dev/dsk/c2t1d0p0"]
86262024-08-24T16:58:20.018Z[ host-image] Aug 24 16:58:19.112 INFO O| Aug 24 16:58:19.111 INFO STEP 0: create_be, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs.json
86272024-08-24T16:58:20.018Z[ host-image] Aug 24 16:58:19.112 INFO O| Aug 24 16:58:19.112 INFO CREATE DATASET: TEMPORARY-gimlet-zfs/ROOT
86282024-08-24T16:58:20.052Z[ host-image] Aug 24 16:58:19.146 INFO O| Aug 24 16:58:19.146 INFO SET DATASET PROPERTY ON TEMPORARY-gimlet-zfs/ROOT: canmount = off
86292024-08-24T16:58:20.133Z[ host-image] Aug 24 16:58:19.227 INFO O| Aug 24 16:58:19.227 INFO SET DATASET PROPERTY ON TEMPORARY-gimlet-zfs/ROOT: mountpoint = legacy
86302024-08-24T16:58:20.190Z[ host-image] Aug 24 16:58:19.283 INFO O| Aug 24 16:58:19.283 INFO CREATE DATASET: TEMPORARY-gimlet-zfs/ROOT/ramdisk
86312024-08-24T16:58:20.213Z[ host-image] Aug 24 16:58:19.306 INFO O| Aug 24 16:58:19.306 INFO SET DATASET PROPERTY ON TEMPORARY-gimlet-zfs/ROOT/ramdisk: canmount = noauto
86322024-08-24T16:58:20.231Z[ host-image] Aug 24 16:58:19.324 INFO O| Aug 24 16:58:19.324 INFO SET DATASET PROPERTY ON TEMPORARY-gimlet-zfs/ROOT/ramdisk: mountpoint = legacy
86332024-08-24T16:58:20.297Z[ host-image] Aug 24 16:58:19.391 INFO O| Aug 24 16:58:19.391 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a
86342024-08-24T16:58:20.300Z[ host-image] Aug 24 16:58:19.391 INFO O| Aug 24 16:58:19.391 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a
86352024-08-24T16:58:20.300Z[ host-image] Aug 24 16:58:19.391 INFO O| Aug 24 16:58:19.391 INFO exec: ["/sbin/mount", "-F", "zfs", "TEMPORARY-gimlet-zfs/ROOT/ramdisk", "/rpool/images/build/host/work/gimlet/zfs/a"]
86362024-08-24T16:58:20.309Z[ host-image] Aug 24 16:58:19.402 INFO O| Aug 24 16:58:19.402 INFO boot environment UUID: d3f03dd6-9fe9-4942-951e-685fafc7c764
86372024-08-24T16:58:20.309Z[ host-image] Aug 24 16:58:19.403 INFO O| Aug 24 16:58:19.402 INFO SET DATASET PROPERTY ON TEMPORARY-gimlet-zfs/ROOT/ramdisk: org.opensolaris.libbe:uuid = d3f03dd6-9fe9-4942-951e-685fafc7c764
86382024-08-24T16:58:20.328Z[ host-image] Aug 24 16:58:19.421 INFO O| Aug 24 16:58:19.421 INFO SET DATASET PROPERTY ON TEMPORARY-gimlet-zfs/ROOT/ramdisk: org.opensolaris.libbe:policy = static
86392024-08-24T16:58:20.348Z[ host-image] Aug 24 16:58:19.440 INFO O| Aug 24 16:58:19.440 INFO STEP 0 (create_be) COMPLETE
86402024-08-24T16:58:20.348Z[ host-image] Aug 24 16:58:19.441 INFO O| Aug 24 16:58:19.440 INFO STEP 1: unpack_tar, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs.json
86412024-08-24T16:58:20.374Z[ host-image] Aug 24 16:58:19.467 INFO O| Aug 24 16:58:19.467 INFO exec: ["/usr/sbin/tar", "xeEp@/f", "/rpool/images/build/host/output/gimlet-ramdisk.tar", "-C", "/rpool/images/build/host/work/gimlet/zfs/a"]
86422024-08-24T16:58:21.738Z[ recovery-image] Aug 24 16:58:20.827 INFO E| Compiling scroll_derive v0.12.0
86432024-08-24T16:58:27.124Z[ recovery-image] Aug 24 16:58:26.217 INFO E| Compiling bitstruct_derive v0.1.0
86442024-08-24T16:58:41.188Z[ host-image] Aug 24 16:58:40.280 INFO O| Aug 24 16:58:40.280 INFO STEP 1 (unpack_tar) COMPLETE
86452024-08-24T16:58:41.188Z[ host-image] Aug 24 16:58:40.280 INFO O| Aug 24 16:58:40.280 INFO STEP 2: devfsadm, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
86462024-08-24T16:58:41.199Z[ host-image] Aug 24 16:58:40.292 INFO O| Aug 24 16:58:40.292 INFO exec: ["/usr/sbin/devfsadm", "-r", "/rpool/images/build/host/work/gimlet/zfs/a"]
86472024-08-24T16:58:41.325Z[ host-image] Aug 24 16:58:40.418 INFO O| Aug 24 16:58:40.417 INFO STEP 2 (devfsadm) COMPLETE
86482024-08-24T16:58:41.325Z[ host-image] Aug 24 16:58:40.418 INFO O| Aug 24 16:58:40.418 INFO STEP 3: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
86492024-08-24T16:58:41.337Z[ host-image] Aug 24 16:58:40.430 INFO O| Aug 24 16:58:40.429 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/dev/cfg
86502024-08-24T16:58:41.337Z[ host-image] Aug 24 16:58:40.430 INFO O| Aug 24 16:58:40.430 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/dev/cfg
86512024-08-24T16:58:41.339Z[ host-image] Aug 24 16:58:40.430 INFO O| Aug 24 16:58:40.430 INFO STEP 3 (ensure_dir) COMPLETE
86522024-08-24T16:58:41.339Z[ host-image] Aug 24 16:58:40.430 INFO O| Aug 24 16:58:40.430 INFO STEP 4: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
86532024-08-24T16:58:41.347Z[ host-image] Aug 24 16:58:40.440 INFO O| Aug 24 16:58:40.440 INFO ownership already OK (0:3), path: /rpool/images/build/host/work/gimlet/zfs/a/dev/dsk
86542024-08-24T16:58:41.347Z[ host-image] Aug 24 16:58:40.440 INFO O| Aug 24 16:58:40.440 INFO STEP 4 (ensure_dir) COMPLETE
86552024-08-24T16:58:41.349Z[ host-image] Aug 24 16:58:40.440 INFO O| Aug 24 16:58:40.440 INFO STEP 5: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
86562024-08-24T16:58:41.357Z[ host-image] Aug 24 16:58:40.450 INFO O| Aug 24 16:58:40.450 INFO ownership already OK (0:3), path: /rpool/images/build/host/work/gimlet/zfs/a/dev/rdsk
86572024-08-24T16:58:41.357Z[ host-image] Aug 24 16:58:40.450 INFO O| Aug 24 16:58:40.450 INFO STEP 5 (ensure_dir) COMPLETE
86582024-08-24T16:58:41.357Z[ host-image] Aug 24 16:58:40.450 INFO O| Aug 24 16:58:40.450 INFO STEP 6: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
86592024-08-24T16:58:41.366Z[ host-image] Aug 24 16:58:40.460 INFO O| Aug 24 16:58:40.459 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/dev/sensors
86602024-08-24T16:58:41.369Z[ host-image] Aug 24 16:58:40.460 INFO O| Aug 24 16:58:40.460 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/dev/sensors
86612024-08-24T16:58:41.369Z[ host-image] Aug 24 16:58:40.460 INFO O| Aug 24 16:58:40.460 INFO STEP 6 (ensure_dir) COMPLETE
86622024-08-24T16:58:41.369Z[ host-image] Aug 24 16:58:40.460 INFO O| Aug 24 16:58:40.460 INFO STEP 7: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
86632024-08-24T16:58:41.376Z[ host-image] Aug 24 16:58:40.469 INFO O| Aug 24 16:58:40.469 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/dev/usb
86642024-08-24T16:58:41.379Z[ host-image] Aug 24 16:58:40.469 INFO O| Aug 24 16:58:40.469 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/dev/usb
86652024-08-24T16:58:41.379Z[ host-image] Aug 24 16:58:40.469 INFO O| Aug 24 16:58:40.469 INFO STEP 7 (ensure_dir) COMPLETE
86662024-08-24T16:58:41.379Z[ host-image] Aug 24 16:58:40.469 INFO O| Aug 24 16:58:40.469 INFO STEP 8: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
86672024-08-24T16:58:41.386Z[ host-image] Aug 24 16:58:40.479 INFO O| Aug 24 16:58:40.479 INFO remove tree: "/rpool/images/build/host/work/gimlet/zfs/a/dev/cfg"
86682024-08-24T16:58:41.388Z[ host-image] Aug 24 16:58:40.479 INFO O| Aug 24 16:58:40.479 INFO STEP 8 (remove_files) COMPLETE
86692024-08-24T16:58:41.388Z[ host-image] Aug 24 16:58:40.479 INFO O| Aug 24 16:58:40.479 INFO STEP 9: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
86702024-08-24T16:58:41.395Z[ host-image] Aug 24 16:58:40.489 INFO O| Aug 24 16:58:40.489 INFO remove tree: "/rpool/images/build/host/work/gimlet/zfs/a/dev/dsk"
86712024-08-24T16:58:41.398Z[ host-image] Aug 24 16:58:40.489 INFO O| Aug 24 16:58:40.489 INFO STEP 9 (remove_files) COMPLETE
86722024-08-24T16:58:41.398Z[ host-image] Aug 24 16:58:40.489 INFO O| Aug 24 16:58:40.489 INFO STEP 10: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
86732024-08-24T16:58:41.406Z[ host-image] Aug 24 16:58:40.499 INFO O| Aug 24 16:58:40.499 INFO remove tree: "/rpool/images/build/host/work/gimlet/zfs/a/dev/rdsk"
86742024-08-24T16:58:41.408Z[ host-image] Aug 24 16:58:40.500 INFO O| Aug 24 16:58:40.500 INFO STEP 10 (remove_files) COMPLETE
86752024-08-24T16:58:41.408Z[ host-image] Aug 24 16:58:40.500 INFO O| Aug 24 16:58:40.500 INFO STEP 11: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
86762024-08-24T16:58:41.416Z[ host-image] Aug 24 16:58:40.509 INFO O| Aug 24 16:58:40.509 INFO remove tree: "/rpool/images/build/host/work/gimlet/zfs/a/dev/sensors"
86772024-08-24T16:58:41.419Z[ host-image] Aug 24 16:58:40.509 INFO O| Aug 24 16:58:40.509 INFO STEP 11 (remove_files) COMPLETE
86782024-08-24T16:58:41.419Z[ host-image] Aug 24 16:58:40.510 INFO O| Aug 24 16:58:40.509 INFO STEP 12: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
86792024-08-24T16:58:41.426Z[ host-image] Aug 24 16:58:40.519 INFO O| Aug 24 16:58:40.519 INFO remove tree: "/rpool/images/build/host/work/gimlet/zfs/a/dev/usb"
86802024-08-24T16:58:41.429Z[ host-image] Aug 24 16:58:40.519 INFO O| Aug 24 16:58:40.519 INFO STEP 12 (remove_files) COMPLETE
86812024-08-24T16:58:41.429Z[ host-image] Aug 24 16:58:40.519 INFO O| Aug 24 16:58:40.519 INFO STEP 13: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
86822024-08-24T16:58:41.437Z[ host-image] Aug 24 16:58:40.530 INFO O| Aug 24 16:58:40.530 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/dev/cfg
86832024-08-24T16:58:41.437Z[ host-image] Aug 24 16:58:40.530 INFO O| Aug 24 16:58:40.530 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/dev/cfg
86842024-08-24T16:58:41.440Z[ host-image] Aug 24 16:58:40.530 INFO O| Aug 24 16:58:40.530 INFO STEP 13 (ensure_dir) COMPLETE
86852024-08-24T16:58:41.440Z[ host-image] Aug 24 16:58:40.530 INFO O| Aug 24 16:58:40.530 INFO STEP 14: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
86862024-08-24T16:58:41.449Z[ host-image] Aug 24 16:58:40.542 INFO O| Aug 24 16:58:40.542 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/dev/dsk
86872024-08-24T16:58:41.451Z[ host-image] Aug 24 16:58:40.542 INFO O| Aug 24 16:58:40.542 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/gimlet/zfs/a/dev/dsk
86882024-08-24T16:58:41.451Z[ host-image] Aug 24 16:58:40.542 INFO O| Aug 24 16:58:40.542 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/dev/dsk
86892024-08-24T16:58:41.451Z[ host-image] Aug 24 16:58:40.542 INFO O| Aug 24 16:58:40.542 INFO STEP 14 (ensure_dir) COMPLETE
86902024-08-24T16:58:41.451Z[ host-image] Aug 24 16:58:40.542 INFO O| Aug 24 16:58:40.542 INFO STEP 15: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
86912024-08-24T16:58:41.460Z[ host-image] Aug 24 16:58:40.553 INFO O| Aug 24 16:58:40.553 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/dev/rdsk
86922024-08-24T16:58:41.460Z[ host-image] Aug 24 16:58:40.553 INFO O| Aug 24 16:58:40.553 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/gimlet/zfs/a/dev/rdsk
86932024-08-24T16:58:41.460Z[ host-image] Aug 24 16:58:40.553 INFO O| Aug 24 16:58:40.553 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/dev/rdsk
86942024-08-24T16:58:41.463Z[ host-image] Aug 24 16:58:40.553 INFO O| Aug 24 16:58:40.553 INFO STEP 15 (ensure_dir) COMPLETE
86952024-08-24T16:58:41.463Z[ host-image] Aug 24 16:58:40.553 INFO O| Aug 24 16:58:40.553 INFO STEP 16: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
86962024-08-24T16:58:41.470Z[ host-image] Aug 24 16:58:40.563 INFO O| Aug 24 16:58:40.563 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/dev/sensors
86972024-08-24T16:58:41.470Z[ host-image] Aug 24 16:58:40.563 INFO O| Aug 24 16:58:40.563 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/dev/sensors
86982024-08-24T16:58:41.473Z[ host-image] Aug 24 16:58:40.563 INFO O| Aug 24 16:58:40.563 INFO STEP 16 (ensure_dir) COMPLETE
86992024-08-24T16:58:41.473Z[ host-image] Aug 24 16:58:40.563 INFO O| Aug 24 16:58:40.563 INFO STEP 17: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
87002024-08-24T16:58:41.480Z[ host-image] Aug 24 16:58:40.573 INFO O| Aug 24 16:58:40.573 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/dev/usb
87012024-08-24T16:58:41.480Z[ host-image] Aug 24 16:58:40.573 INFO O| Aug 24 16:58:40.573 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/dev/usb
87022024-08-24T16:58:41.482Z[ host-image] Aug 24 16:58:40.573 INFO O| Aug 24 16:58:40.573 INFO STEP 17 (ensure_dir) COMPLETE
87032024-08-24T16:58:41.482Z[ host-image] Aug 24 16:58:40.573 INFO O| Aug 24 16:58:40.573 INFO STEP 18: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
87042024-08-24T16:58:41.490Z[ host-image] Aug 24 16:58:40.583 INFO O| Aug 24 16:58:40.583 INFO link target ok (../devices/pseudo/sysmsg@0:msglog)
87052024-08-24T16:58:41.490Z[ host-image] Aug 24 16:58:40.583 INFO O| Aug 24 16:58:40.583 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/dev/msglog
87062024-08-24T16:58:41.492Z[ host-image] Aug 24 16:58:40.583 INFO O| Aug 24 16:58:40.583 INFO ok!
87072024-08-24T16:58:41.492Z[ host-image] Aug 24 16:58:40.583 INFO O| Aug 24 16:58:40.583 INFO STEP 18 (ensure_symlink) COMPLETE
87082024-08-24T16:58:41.492Z[ host-image] Aug 24 16:58:40.583 INFO O| Aug 24 16:58:40.583 INFO STEP 19: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
87092024-08-24T16:58:41.500Z[ host-image] Aug 24 16:58:40.593 INFO O| Aug 24 16:58:40.593 INFO file /rpool/images/build/host/work/gimlet/zfs/a/reconfigure exists, with correct contents
87102024-08-24T16:58:41.500Z[ host-image] Aug 24 16:58:40.593 INFO O| Aug 24 16:58:40.593 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/reconfigure
87112024-08-24T16:58:41.502Z[ host-image] Aug 24 16:58:40.593 INFO O| Aug 24 16:58:40.593 INFO ok!
87122024-08-24T16:58:41.502Z[ host-image] Aug 24 16:58:40.593 INFO O| Aug 24 16:58:40.593 INFO STEP 19 (ensure_file) COMPLETE
87132024-08-24T16:58:41.502Z[ host-image] Aug 24 16:58:40.593 INFO O| Aug 24 16:58:40.593 INFO STEP 20: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/common.json
87142024-08-24T16:58:41.510Z[ host-image] Aug 24 16:58:40.603 INFO O| Aug 24 16:58:40.603 INFO link /rpool/images/build/host/work/gimlet/zfs/a/etc/svc/profile/generic.xml does not exist
87152024-08-24T16:58:41.510Z[ host-image] Aug 24 16:58:40.604 INFO O| Aug 24 16:58:40.603 INFO linking /rpool/images/build/host/work/gimlet/zfs/a/etc/svc/profile/generic.xml -> generic_limited_net.xml ...
87162024-08-24T16:58:41.513Z[ host-image] Aug 24 16:58:40.604 INFO O| Aug 24 16:58:40.604 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/svc/profile/generic.xml
87172024-08-24T16:58:41.513Z[ host-image] Aug 24 16:58:40.604 INFO O| Aug 24 16:58:40.604 INFO ok!
87182024-08-24T16:58:41.513Z[ host-image] Aug 24 16:58:40.604 INFO O| Aug 24 16:58:40.604 INFO STEP 20 (ensure_symlink) COMPLETE
87192024-08-24T16:58:41.513Z[ host-image] Aug 24 16:58:40.604 INFO O| Aug 24 16:58:40.604 INFO STEP 21: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/common.json
87202024-08-24T16:58:41.521Z[ host-image] Aug 24 16:58:40.614 INFO O| Aug 24 16:58:40.614 INFO link /rpool/images/build/host/work/gimlet/zfs/a/etc/svc/profile/inetd_services.xml does not exist
87212024-08-24T16:58:41.521Z[ host-image] Aug 24 16:58:40.614 INFO O| Aug 24 16:58:40.614 INFO linking /rpool/images/build/host/work/gimlet/zfs/a/etc/svc/profile/inetd_services.xml -> inetd_generic.xml ...
87222024-08-24T16:58:41.521Z[ host-image] Aug 24 16:58:40.614 INFO O| Aug 24 16:58:40.614 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/svc/profile/inetd_services.xml
87232024-08-24T16:58:41.524Z[ host-image] Aug 24 16:58:40.614 INFO O| Aug 24 16:58:40.614 INFO ok!
87242024-08-24T16:58:41.524Z[ host-image] Aug 24 16:58:40.614 INFO O| Aug 24 16:58:40.614 INFO STEP 21 (ensure_symlink) COMPLETE
87252024-08-24T16:58:41.524Z[ host-image] Aug 24 16:58:40.614 INFO O| Aug 24 16:58:40.614 INFO STEP 22: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/common.json
87262024-08-24T16:58:41.531Z[ host-image] Aug 24 16:58:40.625 INFO O| Aug 24 16:58:40.625 INFO link /rpool/images/build/host/work/gimlet/zfs/a/etc/svc/profile/platform.xml does not exist
87272024-08-24T16:58:41.532Z[ host-image] Aug 24 16:58:40.625 INFO O| Aug 24 16:58:40.625 INFO linking /rpool/images/build/host/work/gimlet/zfs/a/etc/svc/profile/platform.xml -> platform_oxide.xml ...
87282024-08-24T16:58:41.534Z[ host-image] Aug 24 16:58:40.625 INFO O| Aug 24 16:58:40.625 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/svc/profile/platform.xml
87292024-08-24T16:58:41.534Z[ host-image] Aug 24 16:58:40.625 INFO O| Aug 24 16:58:40.625 INFO ok!
87302024-08-24T16:58:41.534Z[ host-image] Aug 24 16:58:40.625 INFO O| Aug 24 16:58:40.625 INFO STEP 22 (ensure_symlink) COMPLETE
87312024-08-24T16:58:41.534Z[ host-image] Aug 24 16:58:40.625 INFO O| Aug 24 16:58:40.625 INFO STEP 23: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/common.json
87322024-08-24T16:58:41.541Z[ host-image] Aug 24 16:58:40.634 INFO O| Aug 24 16:58:40.634 INFO link /rpool/images/build/host/work/gimlet/zfs/a/etc/svc/profile/name_service.xml does not exist
87332024-08-24T16:58:41.541Z[ host-image] Aug 24 16:58:40.635 INFO O| Aug 24 16:58:40.634 INFO linking /rpool/images/build/host/work/gimlet/zfs/a/etc/svc/profile/name_service.xml -> ns_dns.xml ...
87342024-08-24T16:58:41.544Z[ host-image] Aug 24 16:58:40.635 INFO O| Aug 24 16:58:40.635 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/svc/profile/name_service.xml
87352024-08-24T16:58:41.544Z[ host-image] Aug 24 16:58:40.635 INFO O| Aug 24 16:58:40.635 INFO ok!
87362024-08-24T16:58:41.544Z[ host-image] Aug 24 16:58:40.635 INFO O| Aug 24 16:58:40.635 INFO STEP 23 (ensure_symlink) COMPLETE
87372024-08-24T16:58:41.544Z[ host-image] Aug 24 16:58:40.635 INFO O| Aug 24 16:58:40.635 INFO STEP 24: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
87382024-08-24T16:58:41.551Z[ host-image] Aug 24 16:58:40.644 INFO O| Aug 24 16:58:40.644 WARN file /rpool/images/build/host/work/gimlet/zfs/a/etc/nsswitch.conf exists, with wrong contents, unlinking
87392024-08-24T16:58:41.554Z[ host-image] Aug 24 16:58:40.645 INFO O| Aug 24 16:58:40.645 INFO copying /rpool/images/build/host/work/gimlet/zfs/a/etc/nsswitch.dns -> /rpool/images/build/host/work/gimlet/zfs/a/etc/nsswitch.conf ...
87402024-08-24T16:58:41.554Z[ host-image] Aug 24 16:58:40.645 INFO O| Aug 24 16:58:40.645 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/nsswitch.conf
87412024-08-24T16:58:41.554Z[ host-image] Aug 24 16:58:40.645 INFO O| Aug 24 16:58:40.645 INFO ok!
87422024-08-24T16:58:41.554Z[ host-image] Aug 24 16:58:40.645 INFO O| Aug 24 16:58:40.645 INFO STEP 24 (ensure_file) COMPLETE
87432024-08-24T16:58:41.554Z[ host-image] Aug 24 16:58:40.645 INFO O| Aug 24 16:58:40.645 INFO STEP 25: shadow, from: /work/oxidecomputer/helios/image/templates/include/common.json
87442024-08-24T16:58:41.561Z[ host-image] Aug 24 16:58:40.654 INFO O| Aug 24 16:58:40.654 INFO updating shadow file
87452024-08-24T16:58:41.564Z[ host-image] Aug 24 16:58:40.655 INFO O| Aug 24 16:58:40.655 INFO ownership wrong (Id(0):Id(3), not 0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/shadow
87462024-08-24T16:58:41.564Z[ host-image] Aug 24 16:58:40.655 INFO O| Aug 24 16:58:40.655 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/etc/shadow
87472024-08-24T16:58:41.564Z[ host-image] Aug 24 16:58:40.655 INFO O| Aug 24 16:58:40.655 INFO STEP 25 (shadow) COMPLETE
87482024-08-24T16:58:41.564Z[ host-image] Aug 24 16:58:40.655 INFO O| Aug 24 16:58:40.655 INFO STEP 26: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
87492024-08-24T16:58:41.572Z[ host-image] Aug 24 16:58:40.665 INFO O| Aug 24 16:58:40.665 WARN file /rpool/images/build/host/work/gimlet/zfs/a/etc/inet/hosts exists, with wrong contents, unlinking
87502024-08-24T16:58:41.572Z[ host-image] Aug 24 16:58:40.665 INFO O| Aug 24 16:58:40.665 INFO copying /work/oxidecomputer/helios/image/templates/files/hosts -> /rpool/images/build/host/work/gimlet/zfs/a/etc/inet/hosts ...
87512024-08-24T16:58:41.574Z[ host-image] Aug 24 16:58:40.665 INFO O| Aug 24 16:58:40.665 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/inet/hosts
87522024-08-24T16:58:41.574Z[ host-image] Aug 24 16:58:40.665 INFO O| Aug 24 16:58:40.665 INFO ok!
87532024-08-24T16:58:41.574Z[ host-image] Aug 24 16:58:40.665 INFO O| Aug 24 16:58:40.665 INFO STEP 26 (ensure_file) COMPLETE
87542024-08-24T16:58:41.574Z[ host-image] Aug 24 16:58:40.665 INFO O| Aug 24 16:58:40.665 INFO STEP 27: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
87552024-08-24T16:58:41.582Z[ host-image] Aug 24 16:58:40.675 INFO O| Aug 24 16:58:40.675 INFO file /rpool/images/build/host/work/gimlet/zfs/a/etc/nodename does not exist
87562024-08-24T16:58:41.582Z[ host-image] Aug 24 16:58:40.675 INFO O| Aug 24 16:58:40.675 INFO writing /rpool/images/build/host/work/gimlet/zfs/a/etc/nodename ...
87572024-08-24T16:58:41.584Z[ host-image] Aug 24 16:58:40.675 INFO O| Aug 24 16:58:40.675 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/nodename
87582024-08-24T16:58:41.584Z[ host-image] Aug 24 16:58:40.675 INFO O| Aug 24 16:58:40.675 INFO ok!
87592024-08-24T16:58:41.584Z[ host-image] Aug 24 16:58:40.675 INFO O| Aug 24 16:58:40.675 INFO STEP 27 (ensure_file) COMPLETE
87602024-08-24T16:58:41.584Z[ host-image] Aug 24 16:58:40.675 INFO O| Aug 24 16:58:40.675 INFO STEP 28: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
87612024-08-24T16:58:41.592Z[ host-image] Aug 24 16:58:40.685 INFO O| Aug 24 16:58:40.685 WARN file /rpool/images/build/host/work/gimlet/zfs/a/etc/default/dhcpagent exists, with wrong contents, unlinking
87622024-08-24T16:58:41.592Z[ host-image] Aug 24 16:58:40.685 INFO O| Aug 24 16:58:40.685 INFO copying /work/oxidecomputer/helios/image/templates/files/dhcpagent -> /rpool/images/build/host/work/gimlet/zfs/a/etc/default/dhcpagent ...
87632024-08-24T16:58:41.594Z[ host-image] Aug 24 16:58:40.685 INFO O| Aug 24 16:58:40.685 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/default/dhcpagent
87642024-08-24T16:58:41.594Z[ host-image] Aug 24 16:58:40.685 INFO O| Aug 24 16:58:40.685 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/etc/default/dhcpagent
87652024-08-24T16:58:41.594Z[ host-image] Aug 24 16:58:40.685 INFO O| Aug 24 16:58:40.685 INFO ok!
87662024-08-24T16:58:41.595Z[ host-image] Aug 24 16:58:40.685 INFO O| Aug 24 16:58:40.685 INFO STEP 28 (ensure_file) COMPLETE
87672024-08-24T16:58:41.595Z[ host-image] Aug 24 16:58:40.685 INFO O| Aug 24 16:58:40.685 INFO STEP 29: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
87682024-08-24T16:58:41.602Z[ host-image] Aug 24 16:58:40.695 INFO O| Aug 24 16:58:40.695 INFO file /rpool/images/build/host/work/gimlet/zfs/a/etc/resolv.conf does not exist
87692024-08-24T16:58:41.602Z[ host-image] Aug 24 16:58:40.695 INFO O| Aug 24 16:58:40.695 INFO writing /rpool/images/build/host/work/gimlet/zfs/a/etc/resolv.conf ...
87702024-08-24T16:58:41.605Z[ host-image] Aug 24 16:58:40.695 INFO O| Aug 24 16:58:40.695 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/resolv.conf
87712024-08-24T16:58:41.605Z[ host-image] Aug 24 16:58:40.695 INFO O| Aug 24 16:58:40.695 INFO ok!
87722024-08-24T16:58:41.605Z[ host-image] Aug 24 16:58:40.695 INFO O| Aug 24 16:58:40.695 INFO STEP 29 (ensure_file) COMPLETE
87732024-08-24T16:58:41.605Z[ host-image] Aug 24 16:58:40.695 INFO O| Aug 24 16:58:40.695 INFO STEP 30: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs.json
87742024-08-24T16:58:41.612Z[ host-image] Aug 24 16:58:40.705 INFO O| Aug 24 16:58:40.705 INFO file /rpool/images/build/host/work/gimlet/zfs/a/etc/auto_master does not exist
87752024-08-24T16:58:41.612Z[ host-image] Aug 24 16:58:40.705 INFO O| Aug 24 16:58:40.705 INFO copying /work/oxidecomputer/helios/image/templates/files/auto_master -> /rpool/images/build/host/work/gimlet/zfs/a/etc/auto_master ...
87762024-08-24T16:58:41.615Z[ host-image] Aug 24 16:58:40.705 INFO O| Aug 24 16:58:40.705 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/auto_master
87772024-08-24T16:58:41.615Z[ host-image] Aug 24 16:58:40.705 INFO O| Aug 24 16:58:40.705 INFO ok!
87782024-08-24T16:58:41.615Z[ host-image] Aug 24 16:58:40.705 INFO O| Aug 24 16:58:40.705 INFO STEP 30 (ensure_file) COMPLETE
87792024-08-24T16:58:41.615Z[ host-image] Aug 24 16:58:40.705 INFO O| Aug 24 16:58:40.705 INFO STEP 31: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs.json
87802024-08-24T16:58:41.623Z[ host-image] Aug 24 16:58:40.716 INFO O| Aug 24 16:58:40.716 WARN file /rpool/images/build/host/work/gimlet/zfs/a/etc/ttydefs exists, with wrong contents, unlinking
87812024-08-24T16:58:41.623Z[ host-image] Aug 24 16:58:40.716 INFO O| Aug 24 16:58:40.716 INFO copying /work/oxidecomputer/helios/image/templates/files/ttydefs.3000000 -> /rpool/images/build/host/work/gimlet/zfs/a/etc/ttydefs ...
87822024-08-24T16:58:41.626Z[ host-image] Aug 24 16:58:40.716 INFO O| Aug 24 16:58:40.716 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/ttydefs
87832024-08-24T16:58:41.626Z[ host-image] Aug 24 16:58:40.716 INFO O| Aug 24 16:58:40.716 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/etc/ttydefs
87842024-08-24T16:58:41.626Z[ host-image] Aug 24 16:58:40.716 INFO O| Aug 24 16:58:40.716 INFO ok!
87852024-08-24T16:58:41.626Z[ host-image] Aug 24 16:58:40.716 INFO O| Aug 24 16:58:40.716 INFO STEP 31 (ensure_file) COMPLETE
87862024-08-24T16:58:41.626Z[ host-image] Aug 24 16:58:40.716 INFO O| Aug 24 16:58:40.716 INFO STEP 32: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs.json
87872024-08-24T16:58:41.634Z[ host-image] Aug 24 16:58:40.727 INFO O| Aug 24 16:58:40.727 WARN file /rpool/images/build/host/work/gimlet/zfs/a/etc/default/init exists, with wrong contents, unlinking
87882024-08-24T16:58:41.634Z[ host-image] Aug 24 16:58:40.727 INFO O| Aug 24 16:58:40.727 INFO copying /work/oxidecomputer/helios/image/templates/files/default_init -> /rpool/images/build/host/work/gimlet/zfs/a/etc/default/init ...
87892024-08-24T16:58:41.637Z[ host-image] Aug 24 16:58:40.727 INFO O| Aug 24 16:58:40.727 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/default/init
87902024-08-24T16:58:41.637Z[ host-image] Aug 24 16:58:40.727 INFO O| Aug 24 16:58:40.727 INFO ok!
87912024-08-24T16:58:41.637Z[ host-image] Aug 24 16:58:40.727 INFO O| Aug 24 16:58:40.727 INFO STEP 32 (ensure_file) COMPLETE
87922024-08-24T16:58:41.637Z[ host-image] Aug 24 16:58:40.727 INFO O| Aug 24 16:58:40.727 INFO STEP 33: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs.json
87932024-08-24T16:58:41.645Z[ host-image] Aug 24 16:58:40.738 INFO O| Aug 24 16:58:40.738 WARN file /rpool/images/build/host/work/gimlet/zfs/a/etc/ssh/sshd_config exists, with wrong contents, unlinking
87942024-08-24T16:58:41.645Z[ host-image] Aug 24 16:58:40.738 INFO O| Aug 24 16:58:40.738 INFO copying /work/oxidecomputer/helios/image/templates/files/sshd_config -> /rpool/images/build/host/work/gimlet/zfs/a/etc/ssh/sshd_config ...
87952024-08-24T16:58:41.647Z[ host-image] Aug 24 16:58:40.738 INFO O| Aug 24 16:58:40.738 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/ssh/sshd_config
87962024-08-24T16:58:41.647Z[ host-image] Aug 24 16:58:40.738 INFO O| Aug 24 16:58:40.738 INFO ok!
87972024-08-24T16:58:41.647Z[ host-image] Aug 24 16:58:40.738 INFO O| Aug 24 16:58:40.738 INFO STEP 33 (ensure_file) COMPLETE
87982024-08-24T16:58:41.647Z[ host-image] Aug 24 16:58:40.738 INFO O| Aug 24 16:58:40.738 INFO STEP 34: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs.json
87992024-08-24T16:58:41.655Z[ host-image] Aug 24 16:58:40.748 INFO O| Aug 24 16:58:40.748 INFO file /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/bootparams does not exist
88002024-08-24T16:58:41.655Z[ host-image] Aug 24 16:58:40.748 INFO O| Aug 24 16:58:40.748 INFO copying /work/oxidecomputer/helios/image/templates/files/bootparams.sh -> /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/bootparams ...
88012024-08-24T16:58:41.658Z[ host-image] Aug 24 16:58:40.748 INFO O| Aug 24 16:58:40.748 INFO perms are 644, should be 755, path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/bootparams
88022024-08-24T16:58:41.658Z[ host-image] Aug 24 16:58:40.748 INFO O| Aug 24 16:58:40.748 INFO chmod ok, path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/bootparams
88032024-08-24T16:58:41.658Z[ host-image] Aug 24 16:58:40.748 INFO O| Aug 24 16:58:40.748 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/bootparams
88042024-08-24T16:58:41.658Z[ host-image] Aug 24 16:58:40.748 INFO O| Aug 24 16:58:40.748 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/bootparams
88052024-08-24T16:58:41.658Z[ host-image] Aug 24 16:58:40.748 INFO O| Aug 24 16:58:40.748 INFO ok!
88062024-08-24T16:58:41.658Z[ host-image] Aug 24 16:58:40.748 INFO O| Aug 24 16:58:40.748 INFO STEP 34 (ensure_file) COMPLETE
88072024-08-24T16:58:41.658Z[ host-image] Aug 24 16:58:40.748 INFO O| Aug 24 16:58:40.748 INFO STEP 35: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/t6-firmware.json
88082024-08-24T16:58:41.665Z[ host-image] Aug 24 16:58:40.759 INFO O| Aug 24 16:58:40.759 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/platform/Oxide,Gimlet/firmware
88092024-08-24T16:58:41.668Z[ host-image] Aug 24 16:58:40.759 INFO O| Aug 24 16:58:40.759 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/gimlet/zfs/a/platform/Oxide,Gimlet/firmware
88102024-08-24T16:58:41.668Z[ host-image] Aug 24 16:58:40.759 INFO O| Aug 24 16:58:40.759 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/platform/Oxide,Gimlet/firmware
88112024-08-24T16:58:41.668Z[ host-image] Aug 24 16:58:40.759 INFO O| Aug 24 16:58:40.759 INFO STEP 35 (ensure_dir) COMPLETE
88122024-08-24T16:58:41.668Z[ host-image] Aug 24 16:58:40.759 INFO O| Aug 24 16:58:40.759 INFO STEP 36: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/t6-firmware.json
88132024-08-24T16:58:41.676Z[ host-image] Aug 24 16:58:40.769 INFO O| Aug 24 16:58:40.769 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
88142024-08-24T16:58:41.678Z[ host-image] Aug 24 16:58:40.769 INFO O| Aug 24 16:58:40.769 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 ...
88152024-08-24T16:58:41.678Z[ host-image] Aug 24 16:58:40.769 INFO O| Aug 24 16:58:40.769 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
88162024-08-24T16:58:41.678Z[ host-image] Aug 24 16:58:40.769 INFO O| Aug 24 16:58:40.769 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
88172024-08-24T16:58:41.678Z[ host-image] Aug 24 16:58:40.769 INFO O| Aug 24 16:58:40.769 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
88182024-08-24T16:58:41.678Z[ host-image] Aug 24 16:58:40.769 INFO O| Aug 24 16:58:40.769 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
88192024-08-24T16:58:41.678Z[ host-image] Aug 24 16:58:40.769 INFO O| Aug 24 16:58:40.769 INFO ok!
88202024-08-24T16:58:41.678Z[ host-image] Aug 24 16:58:40.769 INFO O| Aug 24 16:58:40.769 INFO STEP 36 (ensure_file) COMPLETE
88212024-08-24T16:58:41.678Z[ host-image] Aug 24 16:58:40.769 INFO O| Aug 24 16:58:40.769 INFO STEP 37: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/t6-firmware.json
88222024-08-24T16:58:41.686Z[ host-image] Aug 24 16:58:40.779 INFO O| Aug 24 16:58:40.779 INFO link /rpool/images/build/host/work/gimlet/zfs/a/platform/Oxide,Gimlet/firmware/t6srom.bin does not exist
88232024-08-24T16:58:41.688Z[ host-image] Aug 24 16:58:40.779 INFO O| Aug 24 16:58:40.779 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 ...
88242024-08-24T16:58:41.689Z[ host-image] Aug 24 16:58:40.779 INFO O| Aug 24 16:58:40.779 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/platform/Oxide,Gimlet/firmware/t6srom.bin
88252024-08-24T16:58:41.689Z[ host-image] Aug 24 16:58:40.779 INFO O| Aug 24 16:58:40.779 INFO ok!
88262024-08-24T16:58:41.689Z[ host-image] Aug 24 16:58:40.779 INFO O| Aug 24 16:58:40.779 INFO STEP 37 (ensure_symlink) COMPLETE
88272024-08-24T16:58:41.689Z[ host-image] Aug 24 16:58:40.779 INFO O| Aug 24 16:58:40.779 INFO STEP 38: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs.json
88282024-08-24T16:58:41.696Z[ host-image] Aug 24 16:58:40.789 INFO O| Aug 24 16:58:40.789 INFO file /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/postboot does not exist
88292024-08-24T16:58:41.696Z[ host-image] Aug 24 16:58:40.789 INFO O| Aug 24 16:58:40.789 INFO copying /work/oxidecomputer/helios/image/templates/files/gimlet-postboot.sh -> /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/postboot ...
88302024-08-24T16:58:41.699Z[ host-image] Aug 24 16:58:40.789 INFO O| Aug 24 16:58:40.789 INFO perms are 644, should be 755, path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/postboot
88312024-08-24T16:58:41.699Z[ host-image] Aug 24 16:58:40.789 INFO O| Aug 24 16:58:40.789 INFO chmod ok, path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/postboot
88322024-08-24T16:58:41.699Z[ host-image] Aug 24 16:58:40.789 INFO O| Aug 24 16:58:40.789 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/postboot
88332024-08-24T16:58:41.699Z[ host-image] Aug 24 16:58:40.789 INFO O| Aug 24 16:58:40.789 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/postboot
88342024-08-24T16:58:41.699Z[ host-image] Aug 24 16:58:40.789 INFO O| Aug 24 16:58:40.789 INFO ok!
88352024-08-24T16:58:41.699Z[ host-image] Aug 24 16:58:40.789 INFO O| Aug 24 16:58:40.789 INFO STEP 38 (ensure_file) COMPLETE
88362024-08-24T16:58:41.699Z[ host-image] Aug 24 16:58:40.789 INFO O| Aug 24 16:58:40.789 INFO STEP 39: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs.json
88372024-08-24T16:58:41.706Z[ host-image] Aug 24 16:58:40.799 INFO O| Aug 24 16:58:40.799 INFO file /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/site/postboot.xml does not exist
88382024-08-24T16:58:41.706Z[ host-image] Aug 24 16:58:40.799 INFO O| Aug 24 16:58:40.799 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 ...
88392024-08-24T16:58:41.708Z[ host-image] Aug 24 16:58:40.799 INFO O| Aug 24 16:58:40.799 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
88402024-08-24T16:58:41.708Z[ host-image] Aug 24 16:58:40.799 INFO O| Aug 24 16:58:40.799 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/site/postboot.xml
88412024-08-24T16:58:41.708Z[ host-image] Aug 24 16:58:40.799 INFO O| Aug 24 16:58:40.799 INFO ok!
88422024-08-24T16:58:41.709Z[ host-image] Aug 24 16:58:40.799 INFO O| Aug 24 16:58:40.799 INFO STEP 39 (ensure_file) COMPLETE
88432024-08-24T16:58:41.709Z[ host-image] Aug 24 16:58:40.799 INFO O| Aug 24 16:58:40.799 INFO STEP 40: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs.json
88442024-08-24T16:58:41.716Z[ host-image] Aug 24 16:58:40.809 INFO O| Aug 24 16:58:40.809 INFO file /rpool/images/build/host/work/gimlet/zfs/a/var/svc/profile/site.xml does not exist
88452024-08-24T16:58:41.716Z[ host-image] Aug 24 16:58:40.809 INFO O| Aug 24 16:58:40.809 INFO copying /work/oxidecomputer/helios/image/templates/files/site.xml -> /rpool/images/build/host/work/gimlet/zfs/a/var/svc/profile/site.xml ...
88462024-08-24T16:58:41.718Z[ host-image] Aug 24 16:58:40.809 INFO O| Aug 24 16:58:40.809 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/var/svc/profile/site.xml
88472024-08-24T16:58:41.718Z[ host-image] Aug 24 16:58:40.809 INFO O| Aug 24 16:58:40.809 INFO ok!
88482024-08-24T16:58:41.719Z[ host-image] Aug 24 16:58:40.809 INFO O| Aug 24 16:58:40.809 INFO STEP 40 (ensure_file) COMPLETE
88492024-08-24T16:58:41.719Z[ host-image] Aug 24 16:58:40.809 INFO O| Aug 24 16:58:40.809 INFO STEP 41: shadow, from: /work/oxidecomputer/helios/image/templates/include/root-noauth.json
88502024-08-24T16:58:41.726Z[ host-image] Aug 24 16:58:40.819 INFO O| Aug 24 16:58:40.819 INFO updating shadow file
88512024-08-24T16:58:41.728Z[ host-image] Aug 24 16:58:40.819 INFO O| Aug 24 16:58:40.819 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/shadow
88522024-08-24T16:58:41.729Z[ host-image] Aug 24 16:58:40.819 INFO O| Aug 24 16:58:40.819 INFO STEP 41 (shadow) COMPLETE
88532024-08-24T16:58:41.729Z[ host-image] Aug 24 16:58:40.819 INFO O| Aug 24 16:58:40.819 INFO STEP 42: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/root-noauth.json
88542024-08-24T16:58:41.736Z[ host-image] Aug 24 16:58:40.829 INFO O| Aug 24 16:58:40.829 WARN file /rpool/images/build/host/work/gimlet/zfs/a/etc/default/login exists, with wrong contents, unlinking
88552024-08-24T16:58:41.739Z[ host-image] Aug 24 16:58:40.829 INFO O| Aug 24 16:58:40.829 INFO copying /work/oxidecomputer/helios/image/templates/files/mfg_default_login -> /rpool/images/build/host/work/gimlet/zfs/a/etc/default/login ...
88562024-08-24T16:58:41.739Z[ host-image] Aug 24 16:58:40.829 INFO O| Aug 24 16:58:40.829 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/default/login
88572024-08-24T16:58:41.739Z[ host-image] Aug 24 16:58:40.829 INFO O| Aug 24 16:58:40.829 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/etc/default/login
88582024-08-24T16:58:41.739Z[ host-image] Aug 24 16:58:40.829 INFO O| Aug 24 16:58:40.829 INFO ok!
88592024-08-24T16:58:41.739Z[ host-image] Aug 24 16:58:40.829 INFO O| Aug 24 16:58:40.829 INFO STEP 42 (ensure_file) COMPLETE
88602024-08-24T16:58:41.739Z[ host-image] Aug 24 16:58:40.829 INFO O| Aug 24 16:58:40.829 INFO STEP 43: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs.json
88612024-08-24T16:58:41.739Z[ host-image] Aug 24 16:58:40.829 INFO O| Aug 24 16:58:40.829 INFO skip step because feature "mfg" is not enabled
88622024-08-24T16:58:41.739Z[ host-image] Aug 24 16:58:40.829 INFO O| Aug 24 16:58:40.829 INFO STEP 44: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs.json
88632024-08-24T16:58:41.739Z[ host-image] Aug 24 16:58:40.829 INFO O| Aug 24 16:58:40.829 INFO skip step because feature "mfg" is not enabled
88642024-08-24T16:58:41.739Z[ host-image] Aug 24 16:58:40.829 INFO O| Aug 24 16:58:40.829 INFO STEP 45: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs.json
88652024-08-24T16:58:41.747Z[ host-image] Aug 24 16:58:40.840 INFO O| Aug 24 16:58:40.840 INFO file /rpool/images/build/host/work/gimlet/zfs/a/usr/bin/pilot does not exist
88662024-08-24T16:58:41.747Z[ host-image] Aug 24 16:58:40.840 INFO O| Aug 24 16:58:40.840 INFO copying /work/oxidecomputer/helios/projects/pilot/target/release/pilot -> /rpool/images/build/host/work/gimlet/zfs/a/usr/bin/pilot ...
88672024-08-24T16:58:42.387Z[ host-image] Aug 24 16:58:41.480 INFO O| Aug 24 16:58:41.480 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/gimlet/zfs/a/usr/bin/pilot
88682024-08-24T16:58:42.387Z[ host-image] Aug 24 16:58:41.480 INFO O| Aug 24 16:58:41.480 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/usr/bin/pilot
88692024-08-24T16:58:42.390Z[ host-image] Aug 24 16:58:41.480 INFO O| Aug 24 16:58:41.480 INFO ok!
88702024-08-24T16:58:42.390Z[ host-image] Aug 24 16:58:41.480 INFO O| Aug 24 16:58:41.480 INFO STEP 45 (ensure_file) COMPLETE
88712024-08-24T16:58:42.390Z[ host-image] Aug 24 16:58:41.480 INFO O| Aug 24 16:58:41.480 INFO STEP 46: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json
88722024-08-24T16:58:42.399Z[ host-image] Aug 24 16:58:41.492 INFO O| Aug 24 16:58:41.492 WARN file /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/postboot exists, with wrong contents, unlinking
88732024-08-24T16:58:42.399Z[ host-image] Aug 24 16:58:41.492 INFO O| Aug 24 16:58:41.492 INFO copying /work/oxidecomputer/helios/image/templates/files/compliance-postboot.sh -> /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/postboot ...
88742024-08-24T16:58:42.402Z[ host-image] Aug 24 16:58:41.492 INFO O| Aug 24 16:58:41.492 INFO perms are 644, should be 755, path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/postboot
88752024-08-24T16:58:42.402Z[ host-image] Aug 24 16:58:41.492 INFO O| Aug 24 16:58:41.492 INFO chmod ok, path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/postboot
88762024-08-24T16:58:42.402Z[ host-image] Aug 24 16:58:41.492 INFO O| Aug 24 16:58:41.492 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/postboot
88772024-08-24T16:58:42.402Z[ host-image] Aug 24 16:58:41.492 INFO O| Aug 24 16:58:41.492 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/postboot
88782024-08-24T16:58:42.402Z[ host-image] Aug 24 16:58:41.492 INFO O| Aug 24 16:58:41.492 INFO ok!
88792024-08-24T16:58:42.402Z[ host-image] Aug 24 16:58:41.492 INFO O| Aug 24 16:58:41.492 INFO STEP 46 (ensure_file) COMPLETE
88802024-08-24T16:58:42.402Z[ host-image] Aug 24 16:58:41.493 INFO O| Aug 24 16:58:41.492 INFO STEP 47: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json
88812024-08-24T16:58:42.410Z[ host-image] Aug 24 16:58:41.503 INFO O| Aug 24 16:58:41.503 WARN file /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/site/postboot.xml exists, with wrong contents, unlinking
88822024-08-24T16:58:42.410Z[ host-image] Aug 24 16:58:41.503 INFO O| Aug 24 16:58:41.503 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 ...
88832024-08-24T16:58:42.413Z[ host-image] Aug 24 16:58:41.503 INFO O| Aug 24 16:58:41.503 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
88842024-08-24T16:58:42.413Z[ host-image] Aug 24 16:58:41.503 INFO O| Aug 24 16:58:41.503 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/site/postboot.xml
88852024-08-24T16:58:42.413Z[ host-image] Aug 24 16:58:41.503 INFO O| Aug 24 16:58:41.503 INFO ok!
88862024-08-24T16:58:42.413Z[ host-image] Aug 24 16:58:41.503 INFO O| Aug 24 16:58:41.503 INFO STEP 47 (ensure_file) COMPLETE
88872024-08-24T16:58:42.413Z[ host-image] Aug 24 16:58:41.503 INFO O| Aug 24 16:58:41.503 INFO STEP 48: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json
88882024-08-24T16:58:42.420Z[ host-image] Aug 24 16:58:41.513 INFO O| Aug 24 16:58:41.513 INFO file /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/compliance-hostname does not exist
88892024-08-24T16:58:42.420Z[ host-image] Aug 24 16:58:41.513 INFO O| Aug 24 16:58:41.513 INFO copying /work/oxidecomputer/helios/image/templates/files/compliance-hostname.sh -> /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/compliance-hostname ...
88902024-08-24T16:58:42.425Z[ host-image] Aug 24 16:58:41.513 INFO O| Aug 24 16:58:41.513 INFO perms are 644, should be 755, path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/compliance-hostname
88912024-08-24T16:58:42.425Z[ host-image] Aug 24 16:58:41.513 INFO O| Aug 24 16:58:41.513 INFO chmod ok, path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/compliance-hostname
88922024-08-24T16:58:42.425Z[ host-image] Aug 24 16:58:41.513 INFO O| Aug 24 16:58:41.513 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/compliance-hostname
88932024-08-24T16:58:42.425Z[ host-image] Aug 24 16:58:41.513 INFO O| Aug 24 16:58:41.513 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/compliance-hostname
88942024-08-24T16:58:42.425Z[ host-image] Aug 24 16:58:41.513 INFO O| Aug 24 16:58:41.513 INFO ok!
88952024-08-24T16:58:42.425Z[ host-image] Aug 24 16:58:41.513 INFO O| Aug 24 16:58:41.513 INFO STEP 48 (ensure_file) COMPLETE
88962024-08-24T16:58:42.425Z[ host-image] Aug 24 16:58:41.513 INFO O| Aug 24 16:58:41.513 INFO STEP 49: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json
88972024-08-24T16:58:42.430Z[ host-image] Aug 24 16:58:41.523 INFO O| Aug 24 16:58:41.523 INFO file /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/site/compliance-hostname.xml does not exist
88982024-08-24T16:58:42.430Z[ host-image] Aug 24 16:58:41.523 INFO O| Aug 24 16:58:41.523 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 ...
88992024-08-24T16:58:42.432Z[ host-image] Aug 24 16:58:41.523 INFO O| Aug 24 16:58:41.523 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
89002024-08-24T16:58:42.432Z[ host-image] Aug 24 16:58:41.523 INFO O| Aug 24 16:58:41.523 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/site/compliance-hostname.xml
89012024-08-24T16:58:42.432Z[ host-image] Aug 24 16:58:41.523 INFO O| Aug 24 16:58:41.523 INFO ok!
89022024-08-24T16:58:42.432Z[ host-image] Aug 24 16:58:41.523 INFO O| Aug 24 16:58:41.523 INFO STEP 49 (ensure_file) COMPLETE
89032024-08-24T16:58:42.432Z[ host-image] Aug 24 16:58:41.523 INFO O| Aug 24 16:58:41.523 INFO STEP 50: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json
89042024-08-24T16:58:42.440Z[ host-image] Aug 24 16:58:41.533 INFO O| Aug 24 16:58:41.533 INFO file /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/compliance-beacon does not exist
89052024-08-24T16:58:42.440Z[ host-image] Aug 24 16:58:41.533 INFO O| Aug 24 16:58:41.533 INFO copying /work/oxidecomputer/helios/image/templates/files/compliance-beacon.sh -> /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/compliance-beacon ...
89062024-08-24T16:58:42.442Z[ host-image] Aug 24 16:58:41.533 INFO O| Aug 24 16:58:41.533 INFO perms are 644, should be 755, path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/compliance-beacon
89072024-08-24T16:58:42.443Z[ host-image] Aug 24 16:58:41.533 INFO O| Aug 24 16:58:41.533 INFO chmod ok, path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/compliance-beacon
89082024-08-24T16:58:42.443Z[ host-image] Aug 24 16:58:41.533 INFO O| Aug 24 16:58:41.533 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/compliance-beacon
89092024-08-24T16:58:42.443Z[ host-image] Aug 24 16:58:41.533 INFO O| Aug 24 16:58:41.533 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/compliance-beacon
89102024-08-24T16:58:42.443Z[ host-image] Aug 24 16:58:41.533 INFO O| Aug 24 16:58:41.533 INFO ok!
89112024-08-24T16:58:42.443Z[ host-image] Aug 24 16:58:41.533 INFO O| Aug 24 16:58:41.533 INFO STEP 50 (ensure_file) COMPLETE
89122024-08-24T16:58:42.443Z[ host-image] Aug 24 16:58:41.533 INFO O| Aug 24 16:58:41.533 INFO STEP 51: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json
89132024-08-24T16:58:42.450Z[ host-image] Aug 24 16:58:41.543 INFO O| Aug 24 16:58:41.543 INFO file /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/site/compliance-beacon.xml does not exist
89142024-08-24T16:58:42.450Z[ host-image] Aug 24 16:58:41.543 INFO O| Aug 24 16:58:41.543 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 ...
89152024-08-24T16:58:42.452Z[ host-image] Aug 24 16:58:41.543 INFO O| Aug 24 16:58:41.543 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
89162024-08-24T16:58:42.452Z[ host-image] Aug 24 16:58:41.543 INFO O| Aug 24 16:58:41.543 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/site/compliance-beacon.xml
89172024-08-24T16:58:42.452Z[ host-image] Aug 24 16:58:41.543 INFO O| Aug 24 16:58:41.543 INFO ok!
89182024-08-24T16:58:42.452Z[ host-image] Aug 24 16:58:41.543 INFO O| Aug 24 16:58:41.543 INFO STEP 51 (ensure_file) COMPLETE
89192024-08-24T16:58:42.452Z[ host-image] Aug 24 16:58:41.543 INFO O| Aug 24 16:58:41.543 INFO STEP 52: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json
89202024-08-24T16:58:42.460Z[ host-image] Aug 24 16:58:41.553 INFO O| Aug 24 16:58:41.553 INFO file /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/site/compliance-time.xml does not exist
89212024-08-24T16:58:42.462Z[ host-image] Aug 24 16:58:41.553 INFO O| Aug 24 16:58:41.553 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 ...
89222024-08-24T16:58:42.462Z[ host-image] Aug 24 16:58:41.553 INFO O| Aug 24 16:58:41.553 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
89232024-08-24T16:58:42.462Z[ host-image] Aug 24 16:58:41.553 INFO O| Aug 24 16:58:41.553 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/site/compliance-time.xml
89242024-08-24T16:58:42.462Z[ host-image] Aug 24 16:58:41.553 INFO O| Aug 24 16:58:41.553 INFO ok!
89252024-08-24T16:58:42.462Z[ host-image] Aug 24 16:58:41.553 INFO O| Aug 24 16:58:41.553 INFO STEP 52 (ensure_file) COMPLETE
89262024-08-24T16:58:42.462Z[ host-image] Aug 24 16:58:41.553 INFO O| Aug 24 16:58:41.553 INFO STEP 53: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json
89272024-08-24T16:58:42.470Z[ host-image] Aug 24 16:58:41.563 INFO O| Aug 24 16:58:41.563 INFO file /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/site/compliance-dump.xml does not exist
89282024-08-24T16:58:42.470Z[ host-image] Aug 24 16:58:41.563 INFO O| Aug 24 16:58:41.563 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 ...
89292024-08-24T16:58:42.472Z[ host-image] Aug 24 16:58:41.563 INFO O| Aug 24 16:58:41.563 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
89302024-08-24T16:58:42.472Z[ host-image] Aug 24 16:58:41.563 INFO O| Aug 24 16:58:41.563 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/site/compliance-dump.xml
89312024-08-24T16:58:42.472Z[ host-image] Aug 24 16:58:41.563 INFO O| Aug 24 16:58:41.563 INFO ok!
89322024-08-24T16:58:42.472Z[ host-image] Aug 24 16:58:41.563 INFO O| Aug 24 16:58:41.563 INFO STEP 53 (ensure_file) COMPLETE
89332024-08-24T16:58:42.472Z[ host-image] Aug 24 16:58:41.563 INFO O| Aug 24 16:58:41.563 INFO STEP 54: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
89342024-08-24T16:58:42.480Z[ host-image] Aug 24 16:58:41.573 INFO O| Aug 24 16:58:41.573 INFO ownership already OK (0:3), path: /rpool/images/build/host/work/gimlet/zfs/a/opt
89352024-08-24T16:58:42.480Z[ host-image] Aug 24 16:58:41.573 INFO O| Aug 24 16:58:41.573 INFO STEP 54 (ensure_dir) COMPLETE
89362024-08-24T16:58:42.480Z[ host-image] Aug 24 16:58:41.573 INFO O| Aug 24 16:58:41.573 INFO STEP 55: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
89372024-08-24T16:58:42.490Z[ host-image] Aug 24 16:58:41.583 INFO O| Aug 24 16:58:41.583 INFO ownership wrong (Id(0):Id(2), not 0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide
89382024-08-24T16:58:42.490Z[ host-image] Aug 24 16:58:41.583 INFO O| Aug 24 16:58:41.583 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide
89392024-08-24T16:58:42.494Z[ host-image] Aug 24 16:58:41.583 INFO O| Aug 24 16:58:41.583 INFO STEP 55 (ensure_dir) COMPLETE
89402024-08-24T16:58:42.494Z[ host-image] Aug 24 16:58:41.583 INFO O| Aug 24 16:58:41.583 INFO STEP 56: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
89412024-08-24T16:58:42.499Z[ host-image] Aug 24 16:58:41.592 INFO O| Aug 24 16:58:41.592 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm
89422024-08-24T16:58:42.502Z[ host-image] Aug 24 16:58:41.593 INFO O| Aug 24 16:58:41.592 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm
89432024-08-24T16:58:42.502Z[ host-image] Aug 24 16:58:41.593 INFO O| Aug 24 16:58:41.592 INFO STEP 56 (ensure_dir) COMPLETE
89442024-08-24T16:58:42.502Z[ host-image] Aug 24 16:58:41.593 INFO O| Aug 24 16:58:41.593 INFO STEP 57: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
89452024-08-24T16:58:42.509Z[ host-image] Aug 24 16:58:41.602 INFO O| Aug 24 16:58:41.602 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/ddmadm does not exist
89462024-08-24T16:58:42.509Z[ host-image] Aug 24 16:58:41.602 INFO O| Aug 24 16:58:41.602 INFO copying /tmp/.tmperXEre/proto/host/root/opt/oxide/mg-ddm/ddmadm -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/ddmadm ...
89472024-08-24T16:58:42.524Z[ host-image] Aug 24 16:58:41.617 INFO O| Aug 24 16:58:41.617 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/ddmadm
89482024-08-24T16:58:42.526Z[ host-image] Aug 24 16:58:41.617 INFO O| Aug 24 16:58:41.617 INFO ok!
89492024-08-24T16:58:42.526Z[ host-image] Aug 24 16:58:41.617 INFO O| Aug 24 16:58:41.617 INFO STEP 57 (ensure_file) COMPLETE
89502024-08-24T16:58:42.526Z[ host-image] Aug 24 16:58:41.617 INFO O| Aug 24 16:58:41.617 INFO STEP 58: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
89512024-08-24T16:58:42.535Z[ host-image] Aug 24 16:58:41.628 INFO O| Aug 24 16:58:41.628 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/ddmd does not exist
89522024-08-24T16:58:42.538Z[ host-image] Aug 24 16:58:41.628 INFO O| Aug 24 16:58:41.628 INFO copying /tmp/.tmperXEre/proto/host/root/opt/oxide/mg-ddm/ddmd -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/ddmd ...
89532024-08-24T16:58:43.651Z[ host-image] Aug 24 16:58:42.743 INFO O| Aug 24 16:58:42.743 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/ddmd
89542024-08-24T16:58:43.651Z[ host-image] Aug 24 16:58:42.743 INFO O| Aug 24 16:58:42.743 INFO ok!
89552024-08-24T16:58:43.653Z[ host-image] Aug 24 16:58:42.743 INFO O| Aug 24 16:58:42.743 INFO STEP 58 (ensure_file) COMPLETE
89562024-08-24T16:58:43.653Z[ host-image] Aug 24 16:58:42.743 INFO O| Aug 24 16:58:42.743 INFO STEP 59: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
89572024-08-24T16:58:43.665Z[ host-image] Aug 24 16:58:42.758 INFO O| Aug 24 16:58:42.758 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/pkg
89582024-08-24T16:58:43.665Z[ host-image] Aug 24 16:58:42.758 INFO O| Aug 24 16:58:42.758 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/pkg
89592024-08-24T16:58:43.668Z[ host-image] Aug 24 16:58:42.758 INFO O| Aug 24 16:58:42.758 INFO STEP 59 (ensure_dir) COMPLETE
89602024-08-24T16:58:43.668Z[ host-image] Aug 24 16:58:42.758 INFO O| Aug 24 16:58:42.758 INFO STEP 60: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
89612024-08-24T16:58:43.676Z[ host-image] Aug 24 16:58:42.769 INFO O| Aug 24 16:58:42.769 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/pkg/refresh_ctrun_child.sh does not exist
89622024-08-24T16:58:43.677Z[ host-image] Aug 24 16:58:42.770 INFO O| Aug 24 16:58:42.769 INFO copying /tmp/.tmperXEre/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 ...
89632024-08-24T16:58:43.679Z[ host-image] Aug 24 16:58:42.770 INFO O| Aug 24 16:58:42.770 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/pkg/refresh_ctrun_child.sh
89642024-08-24T16:58:43.679Z[ host-image] Aug 24 16:58:42.770 INFO O| Aug 24 16:58:42.770 INFO ok!
89652024-08-24T16:58:43.679Z[ host-image] Aug 24 16:58:42.770 INFO O| Aug 24 16:58:42.770 INFO STEP 60 (ensure_file) COMPLETE
89662024-08-24T16:58:43.679Z[ host-image] Aug 24 16:58:42.770 INFO O| Aug 24 16:58:42.770 INFO STEP 61: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
89672024-08-24T16:58:43.688Z[ host-image] Aug 24 16:58:42.781 INFO O| Aug 24 16:58:42.781 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/pkg/mgd_method_script.sh does not exist
89682024-08-24T16:58:43.690Z[ host-image] Aug 24 16:58:42.781 INFO O| Aug 24 16:58:42.781 INFO copying /tmp/.tmperXEre/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 ...
89692024-08-24T16:58:43.690Z[ host-image] Aug 24 16:58:42.781 INFO O| Aug 24 16:58:42.781 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/pkg/mgd_method_script.sh
89702024-08-24T16:58:43.690Z[ host-image] Aug 24 16:58:42.781 INFO O| Aug 24 16:58:42.781 INFO ok!
89712024-08-24T16:58:43.690Z[ host-image] Aug 24 16:58:42.781 INFO O| Aug 24 16:58:42.781 INFO STEP 61 (ensure_file) COMPLETE
89722024-08-24T16:58:43.690Z[ host-image] Aug 24 16:58:42.781 INFO O| Aug 24 16:58:42.781 INFO STEP 62: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
89732024-08-24T16:58:43.699Z[ host-image] Aug 24 16:58:42.792 INFO O| Aug 24 16:58:42.792 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/pkg/mgd
89742024-08-24T16:58:43.699Z[ host-image] Aug 24 16:58:42.792 INFO O| Aug 24 16:58:42.792 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/pkg/mgd
89752024-08-24T16:58:43.699Z[ host-image] Aug 24 16:58:42.792 INFO O| Aug 24 16:58:42.792 INFO STEP 62 (ensure_dir) COMPLETE
89762024-08-24T16:58:43.702Z[ host-image] Aug 24 16:58:42.792 INFO O| Aug 24 16:58:42.792 INFO STEP 63: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
89772024-08-24T16:58:43.710Z[ host-image] Aug 24 16:58:42.803 INFO O| Aug 24 16:58:42.803 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/pkg/mgd/manifest.xml does not exist
89782024-08-24T16:58:43.710Z[ host-image] Aug 24 16:58:42.803 INFO O| Aug 24 16:58:42.803 INFO copying /tmp/.tmperXEre/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 ...
89792024-08-24T16:58:43.712Z[ host-image] Aug 24 16:58:42.803 INFO O| Aug 24 16:58:42.803 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/pkg/mgd/manifest.xml
89802024-08-24T16:58:43.712Z[ host-image] Aug 24 16:58:42.803 INFO O| Aug 24 16:58:42.803 INFO ok!
89812024-08-24T16:58:43.712Z[ host-image] Aug 24 16:58:42.803 INFO O| Aug 24 16:58:42.803 INFO STEP 63 (ensure_file) COMPLETE
89822024-08-24T16:58:43.712Z[ host-image] Aug 24 16:58:42.803 INFO O| Aug 24 16:58:42.803 INFO STEP 64: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
89832024-08-24T16:58:43.721Z[ host-image] Aug 24 16:58:42.814 INFO O| Aug 24 16:58:42.814 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/pkg/ddm_method_script.sh does not exist
89842024-08-24T16:58:43.721Z[ host-image] Aug 24 16:58:42.814 INFO O| Aug 24 16:58:42.814 INFO copying /tmp/.tmperXEre/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 ...
89852024-08-24T16:58:43.723Z[ host-image] Aug 24 16:58:42.814 INFO O| Aug 24 16:58:42.814 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/pkg/ddm_method_script.sh
89862024-08-24T16:58:43.723Z[ host-image] Aug 24 16:58:42.814 INFO O| Aug 24 16:58:42.814 INFO ok!
89872024-08-24T16:58:43.723Z[ host-image] Aug 24 16:58:42.814 INFO O| Aug 24 16:58:42.814 INFO STEP 64 (ensure_file) COMPLETE
89882024-08-24T16:58:43.723Z[ host-image] Aug 24 16:58:42.814 INFO O| Aug 24 16:58:42.814 INFO STEP 65: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
89892024-08-24T16:58:43.731Z[ host-image] Aug 24 16:58:42.824 INFO O| Aug 24 16:58:42.824 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/pkg/ddm
89902024-08-24T16:58:43.734Z[ host-image] Aug 24 16:58:42.824 INFO O| Aug 24 16:58:42.824 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/pkg/ddm
89912024-08-24T16:58:43.734Z[ host-image] Aug 24 16:58:42.824 INFO O| Aug 24 16:58:42.824 INFO STEP 65 (ensure_dir) COMPLETE
89922024-08-24T16:58:43.734Z[ host-image] Aug 24 16:58:42.824 INFO O| Aug 24 16:58:42.824 INFO STEP 66: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
89932024-08-24T16:58:43.742Z[ host-image] Aug 24 16:58:42.835 INFO O| Aug 24 16:58:42.835 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/pkg/ddm/manifest.xml does not exist
89942024-08-24T16:58:43.744Z[ host-image] Aug 24 16:58:42.835 INFO O| Aug 24 16:58:42.835 INFO copying /tmp/.tmperXEre/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 ...
89952024-08-24T16:58:43.744Z[ host-image] Aug 24 16:58:42.835 INFO O| Aug 24 16:58:42.835 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/pkg/ddm/manifest.xml
89962024-08-24T16:58:43.744Z[ host-image] Aug 24 16:58:42.835 INFO O| Aug 24 16:58:42.835 INFO ok!
89972024-08-24T16:58:43.744Z[ host-image] Aug 24 16:58:42.835 INFO O| Aug 24 16:58:42.835 INFO STEP 66 (ensure_file) COMPLETE
89982024-08-24T16:58:43.744Z[ host-image] Aug 24 16:58:42.835 INFO O| Aug 24 16:58:42.835 INFO STEP 67: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
89992024-08-24T16:58:43.752Z[ host-image] Aug 24 16:58:42.845 INFO O| Aug 24 16:58:42.845 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/VERSION does not exist
90002024-08-24T16:58:43.755Z[ host-image] Aug 24 16:58:42.845 INFO O| Aug 24 16:58:42.845 INFO copying /tmp/.tmperXEre/proto/host/root/opt/oxide/mg-ddm/VERSION -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/VERSION ...
90012024-08-24T16:58:43.755Z[ host-image] Aug 24 16:58:42.845 INFO O| Aug 24 16:58:42.845 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/VERSION
90022024-08-24T16:58:43.755Z[ host-image] Aug 24 16:58:42.846 INFO O| Aug 24 16:58:42.845 INFO ok!
90032024-08-24T16:58:43.755Z[ host-image] Aug 24 16:58:42.846 INFO O| Aug 24 16:58:42.846 INFO STEP 67 (ensure_file) COMPLETE
90042024-08-24T16:58:43.755Z[ host-image] Aug 24 16:58:42.846 INFO O| Aug 24 16:58:42.846 INFO STEP 68: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
90052024-08-24T16:58:43.841Z[ host-image] Aug 24 16:58:42.856 INFO O| Aug 24 16:58:42.855 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent
90062024-08-24T16:58:43.844Z[ host-image] Aug 24 16:58:42.856 INFO O| Aug 24 16:58:42.856 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent
90072024-08-24T16:58:43.844Z[ host-image] Aug 24 16:58:42.856 INFO O| Aug 24 16:58:42.856 INFO STEP 68 (ensure_dir) COMPLETE
90082024-08-24T16:58:43.844Z[ host-image] Aug 24 16:58:42.856 INFO O| Aug 24 16:58:42.856 INFO STEP 69: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
90092024-08-24T16:58:43.844Z[ host-image] Aug 24 16:58:42.866 INFO O| Aug 24 16:58:42.866 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent/zone-bundle does not exist
90102024-08-24T16:58:43.844Z[ host-image] Aug 24 16:58:42.866 INFO O| Aug 24 16:58:42.866 INFO copying /tmp/.tmperXEre/proto/host/root/opt/oxide/sled-agent/zone-bundle -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent/zone-bundle ...
90112024-08-24T16:58:44.345Z[ host-image] Aug 24 16:58:43.437 INFO O| Aug 24 16:58:43.437 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent/zone-bundle
90122024-08-24T16:58:44.345Z[ host-image] Aug 24 16:58:43.438 INFO O| Aug 24 16:58:43.437 INFO ok!
90132024-08-24T16:58:44.345Z[ host-image] Aug 24 16:58:43.438 INFO O| Aug 24 16:58:43.437 INFO STEP 69 (ensure_file) COMPLETE
90142024-08-24T16:58:44.347Z[ host-image] Aug 24 16:58:43.438 INFO O| Aug 24 16:58:43.437 INFO STEP 70: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
90152024-08-24T16:58:44.357Z[ host-image] Aug 24 16:58:43.450 INFO O| Aug 24 16:58:43.449 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent/sled-agent does not exist
90162024-08-24T16:58:44.357Z[ host-image] Aug 24 16:58:43.450 INFO O| Aug 24 16:58:43.450 INFO copying /tmp/.tmperXEre/proto/host/root/opt/oxide/sled-agent/sled-agent -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent/sled-agent ...
90172024-08-24T16:58:44.372Z[ recovery-image] Aug 24 16:58:43.465 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)
90182024-08-24T16:58:46.180Z[ host-image] Aug 24 16:58:45.272 INFO O| Aug 24 16:58:45.272 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent/sled-agent
90192024-08-24T16:58:46.180Z[ host-image] Aug 24 16:58:45.272 INFO O| Aug 24 16:58:45.272 INFO ok!
90202024-08-24T16:58:46.180Z[ host-image] Aug 24 16:58:45.272 INFO O| Aug 24 16:58:45.272 INFO STEP 70 (ensure_file) COMPLETE
90212024-08-24T16:58:46.183Z[ host-image] Aug 24 16:58:45.272 INFO O| Aug 24 16:58:45.272 INFO STEP 71: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
90222024-08-24T16:58:46.201Z[ host-image] Aug 24 16:58:45.293 INFO O| Aug 24 16:58:45.293 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent/pkg
90232024-08-24T16:58:46.201Z[ host-image] Aug 24 16:58:45.294 INFO O| Aug 24 16:58:45.294 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent/pkg
90242024-08-24T16:58:46.201Z[ host-image] Aug 24 16:58:45.294 INFO O| Aug 24 16:58:45.294 INFO STEP 71 (ensure_dir) COMPLETE
90252024-08-24T16:58:46.201Z[ host-image] Aug 24 16:58:45.294 INFO O| Aug 24 16:58:45.294 INFO STEP 72: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
90262024-08-24T16:58:46.238Z[ host-image] Aug 24 16:58:45.330 INFO O| Aug 24 16:58:45.330 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent/pkg/config.toml does not exist
90272024-08-24T16:58:46.238Z[ host-image] Aug 24 16:58:45.331 INFO O| Aug 24 16:58:45.330 INFO copying /tmp/.tmperXEre/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 ...
90282024-08-24T16:58:46.240Z[ host-image] Aug 24 16:58:45.331 INFO O| Aug 24 16:58:45.331 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent/pkg/config.toml
90292024-08-24T16:58:46.240Z[ host-image] Aug 24 16:58:45.331 INFO O| Aug 24 16:58:45.331 INFO ok!
90302024-08-24T16:58:46.240Z[ host-image] Aug 24 16:58:45.331 INFO O| Aug 24 16:58:45.331 INFO STEP 72 (ensure_file) COMPLETE
90312024-08-24T16:58:46.240Z[ host-image] Aug 24 16:58:45.331 INFO O| Aug 24 16:58:45.331 INFO STEP 73: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
90322024-08-24T16:58:46.273Z[ host-image] Aug 24 16:58:45.366 INFO O| Aug 24 16:58:45.366 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent/pkg/README.md does not exist
90332024-08-24T16:58:46.273Z[ host-image] Aug 24 16:58:45.366 INFO O| Aug 24 16:58:45.366 INFO copying /tmp/.tmperXEre/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 ...
90342024-08-24T16:58:46.276Z[ host-image] Aug 24 16:58:45.366 INFO O| Aug 24 16:58:45.366 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent/pkg/README.md
90352024-08-24T16:58:46.276Z[ host-image] Aug 24 16:58:45.366 INFO O| Aug 24 16:58:45.366 INFO ok!
90362024-08-24T16:58:46.276Z[ host-image] Aug 24 16:58:45.366 INFO O| Aug 24 16:58:45.366 INFO STEP 73 (ensure_file) COMPLETE
90372024-08-24T16:58:46.276Z[ host-image] Aug 24 16:58:45.366 INFO O| Aug 24 16:58:45.366 INFO STEP 74: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
90382024-08-24T16:58:46.295Z[ host-image] Aug 24 16:58:45.387 INFO O| Aug 24 16:58:45.387 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent/VERSION does not exist
90392024-08-24T16:58:46.295Z[ host-image] Aug 24 16:58:45.388 INFO O| Aug 24 16:58:45.387 INFO copying /tmp/.tmperXEre/proto/host/root/opt/oxide/sled-agent/VERSION -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent/VERSION ...
90402024-08-24T16:58:46.295Z[ host-image] Aug 24 16:58:45.388 INFO O| Aug 24 16:58:45.388 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent/VERSION
90412024-08-24T16:58:46.297Z[ host-image] Aug 24 16:58:45.388 INFO O| Aug 24 16:58:45.388 INFO ok!
90422024-08-24T16:58:46.297Z[ host-image] Aug 24 16:58:45.388 INFO O| Aug 24 16:58:45.388 INFO STEP 74 (ensure_file) COMPLETE
90432024-08-24T16:58:46.297Z[ host-image] Aug 24 16:58:45.388 INFO O| Aug 24 16:58:45.388 INFO STEP 75: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
90442024-08-24T16:58:46.326Z[ host-image] Aug 24 16:58:45.418 INFO O| Aug 24 16:58:45.418 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/overlay.tar.gz does not exist
90452024-08-24T16:58:46.326Z[ host-image] Aug 24 16:58:45.419 INFO O| Aug 24 16:58:45.418 INFO copying /tmp/.tmperXEre/proto/host/root/opt/oxide/overlay.tar.gz -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/overlay.tar.gz ...
90462024-08-24T16:58:46.328Z[ host-image] Aug 24 16:58:45.419 INFO O| Aug 24 16:58:45.419 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/overlay.tar.gz
90472024-08-24T16:58:46.328Z[ host-image] Aug 24 16:58:45.419 INFO O| Aug 24 16:58:45.419 INFO ok!
90482024-08-24T16:58:46.328Z[ host-image] Aug 24 16:58:45.419 INFO O| Aug 24 16:58:45.419 INFO STEP 75 (ensure_file) COMPLETE
90492024-08-24T16:58:46.328Z[ host-image] Aug 24 16:58:45.419 INFO O| Aug 24 16:58:45.419 INFO STEP 76: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
90502024-08-24T16:58:46.366Z[ host-image] Aug 24 16:58:45.459 INFO O| Aug 24 16:58:45.459 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/oxlog
90512024-08-24T16:58:46.368Z[ host-image] Aug 24 16:58:45.459 INFO O| Aug 24 16:58:45.459 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/oxlog
90522024-08-24T16:58:46.369Z[ host-image] Aug 24 16:58:45.460 INFO O| Aug 24 16:58:45.459 INFO STEP 76 (ensure_dir) COMPLETE
90532024-08-24T16:58:46.369Z[ host-image] Aug 24 16:58:45.460 INFO O| Aug 24 16:58:45.459 INFO STEP 77: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
90542024-08-24T16:58:46.390Z[ host-image] Aug 24 16:58:45.483 INFO O| Aug 24 16:58:45.482 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/oxlog/oxlog does not exist
90552024-08-24T16:58:46.390Z[ host-image] Aug 24 16:58:45.483 INFO O| Aug 24 16:58:45.482 INFO copying /tmp/.tmperXEre/proto/host/root/opt/oxide/oxlog/oxlog -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/oxlog/oxlog ...
90562024-08-24T16:58:47.005Z[ host-image] Aug 24 16:58:46.097 INFO O| Aug 24 16:58:46.097 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/oxlog/oxlog
90572024-08-24T16:58:47.005Z[ host-image] Aug 24 16:58:46.097 INFO O| Aug 24 16:58:46.097 INFO ok!
90582024-08-24T16:58:47.005Z[ host-image] Aug 24 16:58:46.097 INFO O| Aug 24 16:58:46.097 INFO STEP 77 (ensure_file) COMPLETE
90592024-08-24T16:58:47.007Z[ host-image] Aug 24 16:58:46.097 INFO O| Aug 24 16:58:46.097 INFO STEP 78: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
90602024-08-24T16:58:47.027Z[ host-image] Aug 24 16:58:46.120 INFO O| Aug 24 16:58:46.120 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/oxlog/VERSION does not exist
90612024-08-24T16:58:47.027Z[ host-image] Aug 24 16:58:46.120 INFO O| Aug 24 16:58:46.120 INFO copying /tmp/.tmperXEre/proto/host/root/opt/oxide/oxlog/VERSION -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/oxlog/VERSION ...
90622024-08-24T16:58:47.030Z[ host-image] Aug 24 16:58:46.120 INFO O| Aug 24 16:58:46.120 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/oxlog/VERSION
90632024-08-24T16:58:47.030Z[ host-image] Aug 24 16:58:46.120 INFO O| Aug 24 16:58:46.120 INFO ok!
90642024-08-24T16:58:47.030Z[ host-image] Aug 24 16:58:46.120 INFO O| Aug 24 16:58:46.120 INFO STEP 78 (ensure_file) COMPLETE
90652024-08-24T16:58:47.030Z[ host-image] Aug 24 16:58:46.120 INFO O| Aug 24 16:58:46.120 INFO STEP 79: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
90662024-08-24T16:58:47.046Z[ host-image] Aug 24 16:58:46.139 INFO O| Aug 24 16:58:46.139 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/propolis-server.tar.gz does not exist
90672024-08-24T16:58:47.046Z[ host-image] Aug 24 16:58:46.139 INFO O| Aug 24 16:58:46.139 INFO copying /tmp/.tmperXEre/proto/host/root/opt/oxide/propolis-server.tar.gz -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/propolis-server.tar.gz ...
90682024-08-24T16:58:47.466Z[ recovery-image] Aug 24 16:58:46.559 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)
90692024-08-24T16:58:48.405Z[ host-image] Aug 24 16:58:47.498 INFO O| Aug 24 16:58:47.498 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/propolis-server.tar.gz
90702024-08-24T16:58:48.405Z[ host-image] Aug 24 16:58:47.498 INFO O| Aug 24 16:58:47.498 INFO ok!
90712024-08-24T16:58:48.408Z[ host-image] Aug 24 16:58:47.498 INFO O| Aug 24 16:58:47.498 INFO STEP 79 (ensure_file) COMPLETE
90722024-08-24T16:58:48.408Z[ host-image] Aug 24 16:58:47.498 INFO O| Aug 24 16:58:47.498 INFO STEP 80: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
90732024-08-24T16:58:48.418Z[ host-image] Aug 24 16:58:47.511 INFO O| Aug 24 16:58:47.511 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind
90742024-08-24T16:58:48.418Z[ host-image] Aug 24 16:58:47.511 INFO O| Aug 24 16:58:47.511 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind
90752024-08-24T16:58:48.418Z[ host-image] Aug 24 16:58:47.511 INFO O| Aug 24 16:58:47.511 INFO STEP 80 (ensure_dir) COMPLETE
90762024-08-24T16:58:48.420Z[ host-image] Aug 24 16:58:47.511 INFO O| Aug 24 16:58:47.511 INFO STEP 81: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
90772024-08-24T16:58:48.428Z[ host-image] Aug 24 16:58:47.521 INFO O| Aug 24 16:58:47.521 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/lib
90782024-08-24T16:58:48.431Z[ host-image] Aug 24 16:58:47.522 INFO O| Aug 24 16:58:47.522 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/lib
90792024-08-24T16:58:48.431Z[ host-image] Aug 24 16:58:47.522 INFO O| Aug 24 16:58:47.522 INFO STEP 81 (ensure_dir) COMPLETE
90802024-08-24T16:58:48.431Z[ host-image] Aug 24 16:58:47.522 INFO O| Aug 24 16:58:47.522 INFO STEP 82: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
90812024-08-24T16:58:48.438Z[ host-image] Aug 24 16:58:47.531 INFO O| Aug 24 16:58:47.531 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/lib/svc
90822024-08-24T16:58:48.438Z[ host-image] Aug 24 16:58:47.531 INFO O| Aug 24 16:58:47.531 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/lib/svc
90832024-08-24T16:58:48.441Z[ host-image] Aug 24 16:58:47.531 INFO O| Aug 24 16:58:47.531 INFO STEP 82 (ensure_dir) COMPLETE
90842024-08-24T16:58:48.441Z[ host-image] Aug 24 16:58:47.531 INFO O| Aug 24 16:58:47.531 INFO STEP 83: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
90852024-08-24T16:58:48.448Z[ host-image] Aug 24 16:58:47.541 INFO O| Aug 24 16:58:47.541 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/lib/svc/manifest
90862024-08-24T16:58:48.448Z[ host-image] Aug 24 16:58:47.541 INFO O| Aug 24 16:58:47.541 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/lib/svc/manifest
90872024-08-24T16:58:48.448Z[ host-image] Aug 24 16:58:47.542 INFO O| Aug 24 16:58:47.541 INFO STEP 83 (ensure_dir) COMPLETE
90882024-08-24T16:58:48.451Z[ host-image] Aug 24 16:58:47.542 INFO O| Aug 24 16:58:47.542 INFO STEP 84: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
90892024-08-24T16:58:48.458Z[ host-image] Aug 24 16:58:47.551 INFO O| Aug 24 16:58:47.551 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/lib/svc/manifest/system
90902024-08-24T16:58:48.458Z[ host-image] Aug 24 16:58:47.551 INFO O| Aug 24 16:58:47.551 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/lib/svc/manifest/system
90912024-08-24T16:58:48.458Z[ host-image] Aug 24 16:58:47.551 INFO O| Aug 24 16:58:47.551 INFO STEP 84 (ensure_dir) COMPLETE
90922024-08-24T16:58:48.458Z[ host-image] Aug 24 16:58:47.551 INFO O| Aug 24 16:58:47.551 INFO STEP 85: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
90932024-08-24T16:58:48.468Z[ host-image] Aug 24 16:58:47.561 INFO O| Aug 24 16:58:47.561 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/lib/svc/manifest/system/pumpkind.xml does not exist
90942024-08-24T16:58:48.468Z[ host-image] Aug 24 16:58:47.561 INFO O| Aug 24 16:58:47.561 INFO copying /tmp/.tmperXEre/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 ...
90952024-08-24T16:58:48.471Z[ host-image] Aug 24 16:58:47.561 INFO O| Aug 24 16:58:47.561 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/lib/svc/manifest/system/pumpkind.xml
90962024-08-24T16:58:48.471Z[ host-image] Aug 24 16:58:47.562 INFO O| Aug 24 16:58:47.561 INFO ok!
90972024-08-24T16:58:48.471Z[ host-image] Aug 24 16:58:47.562 INFO O| Aug 24 16:58:47.561 INFO STEP 85 (ensure_file) COMPLETE
90982024-08-24T16:58:48.471Z[ host-image] Aug 24 16:58:47.562 INFO O| Aug 24 16:58:47.561 INFO STEP 86: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
90992024-08-24T16:58:48.478Z[ host-image] Aug 24 16:58:47.571 INFO O| Aug 24 16:58:47.571 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/bin
91002024-08-24T16:58:48.481Z[ host-image] Aug 24 16:58:47.571 INFO O| Aug 24 16:58:47.571 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/bin
91012024-08-24T16:58:48.481Z[ host-image] Aug 24 16:58:47.572 INFO O| Aug 24 16:58:47.571 INFO STEP 86 (ensure_dir) COMPLETE
91022024-08-24T16:58:48.481Z[ host-image] Aug 24 16:58:47.572 INFO O| Aug 24 16:58:47.571 INFO STEP 87: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
91032024-08-24T16:58:48.489Z[ host-image] Aug 24 16:58:47.582 INFO O| Aug 24 16:58:47.582 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/bin/svc-pumpkind does not exist
91042024-08-24T16:58:48.489Z[ host-image] Aug 24 16:58:47.582 INFO O| Aug 24 16:58:47.582 INFO copying /tmp/.tmperXEre/proto/host/root/opt/oxide/pumpkind/bin/svc-pumpkind -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/bin/svc-pumpkind ...
91052024-08-24T16:58:48.489Z[ host-image] Aug 24 16:58:47.582 INFO O| Aug 24 16:58:47.582 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/bin/svc-pumpkind
91062024-08-24T16:58:48.491Z[ host-image] Aug 24 16:58:47.582 INFO O| Aug 24 16:58:47.582 INFO ok!
91072024-08-24T16:58:48.492Z[ host-image] Aug 24 16:58:47.582 INFO O| Aug 24 16:58:47.582 INFO STEP 87 (ensure_file) COMPLETE
91082024-08-24T16:58:48.492Z[ host-image] Aug 24 16:58:47.582 INFO O| Aug 24 16:58:47.582 INFO STEP 88: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
91092024-08-24T16:58:48.502Z[ host-image] Aug 24 16:58:47.595 INFO O| Aug 24 16:58:47.595 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/bin/pumpkinadm does not exist
91102024-08-24T16:58:48.502Z[ host-image] Aug 24 16:58:47.595 INFO O| Aug 24 16:58:47.595 INFO copying /tmp/.tmperXEre/proto/host/root/opt/oxide/pumpkind/bin/pumpkinadm -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/bin/pumpkinadm ...
91112024-08-24T16:58:48.513Z[ host-image] Aug 24 16:58:47.606 INFO O| Aug 24 16:58:47.606 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/bin/pumpkinadm
91122024-08-24T16:58:48.513Z[ host-image] Aug 24 16:58:47.606 INFO O| Aug 24 16:58:47.606 INFO ok!
91132024-08-24T16:58:48.513Z[ host-image] Aug 24 16:58:47.606 INFO O| Aug 24 16:58:47.606 INFO STEP 88 (ensure_file) COMPLETE
91142024-08-24T16:58:48.516Z[ host-image] Aug 24 16:58:47.606 INFO O| Aug 24 16:58:47.606 INFO STEP 89: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
91152024-08-24T16:58:48.526Z[ host-image] Aug 24 16:58:47.618 INFO O| Aug 24 16:58:47.618 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/bin/pumpkind does not exist
91162024-08-24T16:58:48.526Z[ host-image] Aug 24 16:58:47.619 INFO O| Aug 24 16:58:47.618 INFO copying /tmp/.tmperXEre/proto/host/root/opt/oxide/pumpkind/bin/pumpkind -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/bin/pumpkind ...
91172024-08-24T16:58:49.031Z[ host-image] Aug 24 16:58:48.123 INFO O| Aug 24 16:58:48.123 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/bin/pumpkind
91182024-08-24T16:58:49.031Z[ host-image] Aug 24 16:58:48.123 INFO O| Aug 24 16:58:48.123 INFO ok!
91192024-08-24T16:58:49.033Z[ host-image] Aug 24 16:58:48.123 INFO O| Aug 24 16:58:48.123 INFO STEP 89 (ensure_file) COMPLETE
91202024-08-24T16:58:49.033Z[ host-image] Aug 24 16:58:48.123 INFO O| Aug 24 16:58:48.123 INFO STEP 90: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
91212024-08-24T16:58:49.042Z[ host-image] Aug 24 16:58:48.135 INFO O| Aug 24 16:58:48.135 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/VERSION does not exist
91222024-08-24T16:58:49.045Z[ host-image] Aug 24 16:58:48.135 INFO O| Aug 24 16:58:48.135 INFO copying /tmp/.tmperXEre/proto/host/root/opt/oxide/pumpkind/VERSION -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/VERSION ...
91232024-08-24T16:58:49.045Z[ host-image] Aug 24 16:58:48.136 INFO O| Aug 24 16:58:48.136 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/VERSION
91242024-08-24T16:58:49.045Z[ host-image] Aug 24 16:58:48.136 INFO O| Aug 24 16:58:48.136 INFO ok!
91252024-08-24T16:58:49.045Z[ host-image] Aug 24 16:58:48.136 INFO O| Aug 24 16:58:48.136 INFO STEP 90 (ensure_file) COMPLETE
91262024-08-24T16:58:49.045Z[ host-image] Aug 24 16:58:48.136 INFO O| Aug 24 16:58:48.136 INFO STEP 91: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
91272024-08-24T16:58:49.053Z[ host-image] Aug 24 16:58:48.146 INFO O| Aug 24 16:58:48.146 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace
91282024-08-24T16:58:49.053Z[ host-image] Aug 24 16:58:48.146 INFO O| Aug 24 16:58:48.146 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace
91292024-08-24T16:58:49.056Z[ host-image] Aug 24 16:58:48.146 INFO O| Aug 24 16:58:48.146 INFO STEP 91 (ensure_dir) COMPLETE
91302024-08-24T16:58:49.056Z[ host-image] Aug 24 16:58:48.146 INFO O| Aug 24 16:58:48.146 INFO STEP 92: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
91312024-08-24T16:58:49.064Z[ host-image] Aug 24 16:58:48.157 INFO O| Aug 24 16:58:48.157 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/upstairs_repair.d does not exist
91322024-08-24T16:58:49.066Z[ host-image] Aug 24 16:58:48.157 INFO O| Aug 24 16:58:48.157 INFO copying /tmp/.tmperXEre/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 ...
91332024-08-24T16:58:49.066Z[ host-image] Aug 24 16:58:48.157 INFO O| Aug 24 16:58:48.157 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/upstairs_repair.d
91342024-08-24T16:58:49.066Z[ host-image] Aug 24 16:58:48.157 INFO O| Aug 24 16:58:48.157 INFO ok!
91352024-08-24T16:58:49.066Z[ host-image] Aug 24 16:58:48.157 INFO O| Aug 24 16:58:48.157 INFO STEP 92 (ensure_file) COMPLETE
91362024-08-24T16:58:49.066Z[ host-image] Aug 24 16:58:48.157 INFO O| Aug 24 16:58:48.157 INFO STEP 93: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
91372024-08-24T16:58:49.075Z[ host-image] Aug 24 16:58:48.168 INFO O| Aug 24 16:58:48.168 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/upstairs_raw.d does not exist
91382024-08-24T16:58:49.077Z[ host-image] Aug 24 16:58:48.168 INFO O| Aug 24 16:58:48.168 INFO copying /tmp/.tmperXEre/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 ...
91392024-08-24T16:58:49.077Z[ host-image] Aug 24 16:58:48.168 INFO O| Aug 24 16:58:48.168 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/upstairs_raw.d
91402024-08-24T16:58:49.077Z[ host-image] Aug 24 16:58:48.168 INFO O| Aug 24 16:58:48.168 INFO ok!
91412024-08-24T16:58:49.077Z[ host-image] Aug 24 16:58:48.168 INFO O| Aug 24 16:58:48.168 INFO STEP 93 (ensure_file) COMPLETE
91422024-08-24T16:58:49.078Z[ host-image] Aug 24 16:58:48.168 INFO O| Aug 24 16:58:48.168 INFO STEP 94: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
91432024-08-24T16:58:49.086Z[ host-image] Aug 24 16:58:48.179 INFO O| Aug 24 16:58:48.179 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/upstairs_info.d does not exist
91442024-08-24T16:58:49.086Z[ host-image] Aug 24 16:58:48.179 INFO O| Aug 24 16:58:48.179 INFO copying /tmp/.tmperXEre/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 ...
91452024-08-24T16:58:49.086Z[ host-image] Aug 24 16:58:48.179 INFO O| Aug 24 16:58:48.179 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/upstairs_info.d
91462024-08-24T16:58:49.088Z[ host-image] Aug 24 16:58:48.179 INFO O| Aug 24 16:58:48.179 INFO ok!
91472024-08-24T16:58:49.088Z[ host-image] Aug 24 16:58:48.179 INFO O| Aug 24 16:58:48.179 INFO STEP 94 (ensure_file) COMPLETE
91482024-08-24T16:58:49.088Z[ host-image] Aug 24 16:58:48.179 INFO O| Aug 24 16:58:48.179 INFO STEP 95: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
91492024-08-24T16:58:49.097Z[ host-image] Aug 24 16:58:48.190 INFO O| Aug 24 16:58:48.190 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/upstairs_count.d does not exist
91502024-08-24T16:58:49.097Z[ host-image] Aug 24 16:58:48.190 INFO O| Aug 24 16:58:48.190 INFO copying /tmp/.tmperXEre/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 ...
91512024-08-24T16:58:49.099Z[ host-image] Aug 24 16:58:48.190 INFO O| Aug 24 16:58:48.190 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/upstairs_count.d
91522024-08-24T16:58:49.099Z[ host-image] Aug 24 16:58:48.190 INFO O| Aug 24 16:58:48.190 INFO ok!
91532024-08-24T16:58:49.099Z[ host-image] Aug 24 16:58:48.190 INFO O| Aug 24 16:58:48.190 INFO STEP 95 (ensure_file) COMPLETE
91542024-08-24T16:58:49.099Z[ host-image] Aug 24 16:58:48.190 INFO O| Aug 24 16:58:48.190 INFO STEP 96: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
91552024-08-24T16:58:49.108Z[ host-image] Aug 24 16:58:48.201 INFO O| Aug 24 16:58:48.201 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/upstairs_action.d does not exist
91562024-08-24T16:58:49.108Z[ host-image] Aug 24 16:58:48.201 INFO O| Aug 24 16:58:48.201 INFO copying /tmp/.tmperXEre/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 ...
91572024-08-24T16:58:49.110Z[ host-image] Aug 24 16:58:48.201 INFO O| Aug 24 16:58:48.201 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/upstairs_action.d
91582024-08-24T16:58:49.110Z[ host-image] Aug 24 16:58:48.201 INFO O| Aug 24 16:58:48.201 INFO ok!
91592024-08-24T16:58:49.110Z[ host-image] Aug 24 16:58:48.201 INFO O| Aug 24 16:58:48.201 INFO STEP 96 (ensure_file) COMPLETE
91602024-08-24T16:58:49.110Z[ host-image] Aug 24 16:58:48.201 INFO O| Aug 24 16:58:48.201 INFO STEP 97: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
91612024-08-24T16:58:49.119Z[ host-image] Aug 24 16:58:48.212 INFO O| Aug 24 16:58:48.212 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/tracegw.d does not exist
91622024-08-24T16:58:49.119Z[ host-image] Aug 24 16:58:48.212 INFO O| Aug 24 16:58:48.212 INFO copying /tmp/.tmperXEre/proto/host/root/opt/oxide/crucible_dtrace/tracegw.d -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/tracegw.d ...
91632024-08-24T16:58:49.122Z[ host-image] Aug 24 16:58:48.212 INFO O| Aug 24 16:58:48.212 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/tracegw.d
91642024-08-24T16:58:49.122Z[ host-image] Aug 24 16:58:48.212 INFO O| Aug 24 16:58:48.212 INFO ok!
91652024-08-24T16:58:49.122Z[ host-image] Aug 24 16:58:48.212 INFO O| Aug 24 16:58:48.212 INFO STEP 97 (ensure_file) COMPLETE
91662024-08-24T16:58:49.122Z[ host-image] Aug 24 16:58:48.212 INFO O| Aug 24 16:58:48.212 INFO STEP 98: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
91672024-08-24T16:58:49.130Z[ host-image] Aug 24 16:58:48.223 INFO O| Aug 24 16:58:48.223 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/trace-vol.d does not exist
91682024-08-24T16:58:49.130Z[ host-image] Aug 24 16:58:48.223 INFO O| Aug 24 16:58:48.223 INFO copying /tmp/.tmperXEre/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 ...
91692024-08-24T16:58:49.132Z[ host-image] Aug 24 16:58:48.223 INFO O| Aug 24 16:58:48.223 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/trace-vol.d
91702024-08-24T16:58:49.132Z[ host-image] Aug 24 16:58:48.223 INFO O| Aug 24 16:58:48.223 INFO ok!
91712024-08-24T16:58:49.132Z[ host-image] Aug 24 16:58:48.223 INFO O| Aug 24 16:58:48.223 INFO STEP 98 (ensure_file) COMPLETE
91722024-08-24T16:58:49.132Z[ host-image] Aug 24 16:58:48.223 INFO O| Aug 24 16:58:48.223 INFO STEP 99: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
91732024-08-24T16:58:49.141Z[ host-image] Aug 24 16:58:48.234 INFO O| Aug 24 16:58:48.234 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/sled_upstairs_info.d does not exist
91742024-08-24T16:58:49.143Z[ host-image] Aug 24 16:58:48.234 INFO O| Aug 24 16:58:48.234 INFO copying /tmp/.tmperXEre/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 ...
91752024-08-24T16:58:49.143Z[ host-image] Aug 24 16:58:48.234 INFO O| Aug 24 16:58:48.234 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/sled_upstairs_info.d
91762024-08-24T16:58:49.143Z[ host-image] Aug 24 16:58:48.234 INFO O| Aug 24 16:58:48.234 INFO ok!
91772024-08-24T16:58:49.143Z[ host-image] Aug 24 16:58:48.234 INFO O| Aug 24 16:58:48.234 INFO STEP 99 (ensure_file) COMPLETE
91782024-08-24T16:58:49.143Z[ host-image] Aug 24 16:58:48.234 INFO O| Aug 24 16:58:48.234 INFO STEP 100: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
91792024-08-24T16:58:49.151Z[ host-image] Aug 24 16:58:48.244 INFO O| Aug 24 16:58:48.244 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/single_up_info.d does not exist
91802024-08-24T16:58:49.151Z[ host-image] Aug 24 16:58:48.244 INFO O| Aug 24 16:58:48.244 INFO copying /tmp/.tmperXEre/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 ...
91812024-08-24T16:58:49.154Z[ host-image] Aug 24 16:58:48.244 INFO O| Aug 24 16:58:48.244 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/single_up_info.d
91822024-08-24T16:58:49.154Z[ host-image] Aug 24 16:58:48.244 INFO O| Aug 24 16:58:48.244 INFO ok!
91832024-08-24T16:58:49.154Z[ host-image] Aug 24 16:58:48.244 INFO O| Aug 24 16:58:48.244 INFO STEP 100 (ensure_file) COMPLETE
91842024-08-24T16:58:49.154Z[ host-image] Aug 24 16:58:48.244 INFO O| Aug 24 16:58:48.244 INFO STEP 101: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
91852024-08-24T16:58:49.162Z[ host-image] Aug 24 16:58:48.255 INFO O| Aug 24 16:58:48.255 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perfgw.d does not exist
91862024-08-24T16:58:49.162Z[ host-image] Aug 24 16:58:48.255 INFO O| Aug 24 16:58:48.255 INFO copying /tmp/.tmperXEre/proto/host/root/opt/oxide/crucible_dtrace/perfgw.d -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perfgw.d ...
91872024-08-24T16:58:49.165Z[ host-image] Aug 24 16:58:48.255 INFO O| Aug 24 16:58:48.255 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perfgw.d
91882024-08-24T16:58:49.165Z[ host-image] Aug 24 16:58:48.255 INFO O| Aug 24 16:58:48.255 INFO ok!
91892024-08-24T16:58:49.165Z[ host-image] Aug 24 16:58:48.255 INFO O| Aug 24 16:58:48.255 INFO STEP 101 (ensure_file) COMPLETE
91902024-08-24T16:58:49.165Z[ host-image] Aug 24 16:58:48.255 INFO O| Aug 24 16:58:48.255 INFO STEP 102: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
91912024-08-24T16:58:49.173Z[ host-image] Aug 24 16:58:48.266 INFO O| Aug 24 16:58:48.266 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-vol.d does not exist
91922024-08-24T16:58:49.173Z[ host-image] Aug 24 16:58:48.266 INFO O| Aug 24 16:58:48.266 INFO copying /tmp/.tmperXEre/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 ...
91932024-08-24T16:58:49.175Z[ host-image] Aug 24 16:58:48.266 INFO O| Aug 24 16:58:48.266 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-vol.d
91942024-08-24T16:58:49.175Z[ host-image] Aug 24 16:58:48.266 INFO O| Aug 24 16:58:48.266 INFO ok!
91952024-08-24T16:58:49.175Z[ host-image] Aug 24 16:58:48.266 INFO O| Aug 24 16:58:48.266 INFO STEP 102 (ensure_file) COMPLETE
91962024-08-24T16:58:49.175Z[ host-image] Aug 24 16:58:48.266 INFO O| Aug 24 16:58:48.266 INFO STEP 103: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
91972024-08-24T16:58:49.184Z[ host-image] Aug 24 16:58:48.277 INFO O| Aug 24 16:58:48.276 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-upstairs-wf.d does not exist
91982024-08-24T16:58:49.184Z[ host-image] Aug 24 16:58:48.277 INFO O| Aug 24 16:58:48.277 INFO copying /tmp/.tmperXEre/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 ...
91992024-08-24T16:58:49.184Z[ host-image] Aug 24 16:58:48.277 INFO O| Aug 24 16:58:48.277 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-upstairs-wf.d
92002024-08-24T16:58:49.186Z[ host-image] Aug 24 16:58:48.277 INFO O| Aug 24 16:58:48.277 INFO ok!
92012024-08-24T16:58:49.186Z[ host-image] Aug 24 16:58:48.277 INFO O| Aug 24 16:58:48.277 INFO STEP 103 (ensure_file) COMPLETE
92022024-08-24T16:58:49.186Z[ host-image] Aug 24 16:58:48.277 INFO O| Aug 24 16:58:48.277 INFO STEP 104: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
92032024-08-24T16:58:49.194Z[ host-image] Aug 24 16:58:48.287 INFO O| Aug 24 16:58:48.287 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-reqwest.d does not exist
92042024-08-24T16:58:49.197Z[ host-image] Aug 24 16:58:48.287 INFO O| Aug 24 16:58:48.287 INFO copying /tmp/.tmperXEre/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 ...
92052024-08-24T16:58:49.197Z[ host-image] Aug 24 16:58:48.287 INFO O| Aug 24 16:58:48.287 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-reqwest.d
92062024-08-24T16:58:49.197Z[ host-image] Aug 24 16:58:48.287 INFO O| Aug 24 16:58:48.287 INFO ok!
92072024-08-24T16:58:49.197Z[ host-image] Aug 24 16:58:48.287 INFO O| Aug 24 16:58:48.287 INFO STEP 104 (ensure_file) COMPLETE
92082024-08-24T16:58:49.197Z[ host-image] Aug 24 16:58:48.287 INFO O| Aug 24 16:58:48.287 INFO STEP 105: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
92092024-08-24T16:58:49.206Z[ host-image] Aug 24 16:58:48.298 INFO O| Aug 24 16:58:48.298 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-online-repair.d does not exist
92102024-08-24T16:58:49.206Z[ host-image] Aug 24 16:58:48.298 INFO O| Aug 24 16:58:48.298 INFO copying /tmp/.tmperXEre/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 ...
92112024-08-24T16:58:49.208Z[ host-image] Aug 24 16:58:48.298 INFO O| Aug 24 16:58:48.298 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-online-repair.d
92122024-08-24T16:58:49.208Z[ host-image] Aug 24 16:58:48.298 INFO O| Aug 24 16:58:48.298 INFO ok!
92132024-08-24T16:58:49.208Z[ host-image] Aug 24 16:58:48.298 INFO O| Aug 24 16:58:48.298 INFO STEP 105 (ensure_file) COMPLETE
92142024-08-24T16:58:49.208Z[ host-image] Aug 24 16:58:48.298 INFO O| Aug 24 16:58:48.298 INFO STEP 106: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
92152024-08-24T16:58:49.216Z[ host-image] Aug 24 16:58:48.309 INFO O| Aug 24 16:58:48.309 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-ds-net.d does not exist
92162024-08-24T16:58:49.218Z[ host-image] Aug 24 16:58:48.309 INFO O| Aug 24 16:58:48.309 INFO copying /tmp/.tmperXEre/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 ...
92172024-08-24T16:58:49.218Z[ host-image] Aug 24 16:58:48.309 INFO O| Aug 24 16:58:48.309 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-ds-net.d
92182024-08-24T16:58:49.218Z[ host-image] Aug 24 16:58:48.309 INFO O| Aug 24 16:58:48.309 INFO ok!
92192024-08-24T16:58:49.218Z[ host-image] Aug 24 16:58:48.309 INFO O| Aug 24 16:58:48.309 INFO STEP 106 (ensure_file) COMPLETE
92202024-08-24T16:58:49.218Z[ host-image] Aug 24 16:58:48.309 INFO O| Aug 24 16:58:48.309 INFO STEP 107: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
92212024-08-24T16:58:49.227Z[ host-image] Aug 24 16:58:48.320 INFO O| Aug 24 16:58:48.320 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-ds-client.d does not exist
92222024-08-24T16:58:49.227Z[ host-image] Aug 24 16:58:48.320 INFO O| Aug 24 16:58:48.320 INFO copying /tmp/.tmperXEre/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 ...
92232024-08-24T16:58:49.230Z[ host-image] Aug 24 16:58:48.320 INFO O| Aug 24 16:58:48.320 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-ds-client.d
92242024-08-24T16:58:49.230Z[ host-image] Aug 24 16:58:48.320 INFO O| Aug 24 16:58:48.320 INFO ok!
92252024-08-24T16:58:49.230Z[ host-image] Aug 24 16:58:48.320 INFO O| Aug 24 16:58:48.320 INFO STEP 107 (ensure_file) COMPLETE
92262024-08-24T16:58:49.230Z[ host-image] Aug 24 16:58:48.320 INFO O| Aug 24 16:58:48.320 INFO STEP 108: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
92272024-08-24T16:58:49.239Z[ host-image] Aug 24 16:58:48.332 INFO O| Aug 24 16:58:48.332 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-downstairs.d does not exist
92282024-08-24T16:58:49.239Z[ host-image] Aug 24 16:58:48.332 INFO O| Aug 24 16:58:48.332 INFO copying /tmp/.tmperXEre/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 ...
92292024-08-24T16:58:49.242Z[ host-image] Aug 24 16:58:48.332 INFO O| Aug 24 16:58:48.332 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-downstairs.d
92302024-08-24T16:58:49.242Z[ host-image] Aug 24 16:58:48.332 INFO O| Aug 24 16:58:48.332 INFO ok!
92312024-08-24T16:58:49.242Z[ host-image] Aug 24 16:58:48.332 INFO O| Aug 24 16:58:48.332 INFO STEP 108 (ensure_file) COMPLETE
92322024-08-24T16:58:49.242Z[ host-image] Aug 24 16:58:48.332 INFO O| Aug 24 16:58:48.332 INFO STEP 109: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
92332024-08-24T16:58:49.252Z[ host-image] Aug 24 16:58:48.345 INFO O| Aug 24 16:58:48.345 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-downstairs-tick.d does not exist
92342024-08-24T16:58:49.252Z[ host-image] Aug 24 16:58:48.345 INFO O| Aug 24 16:58:48.345 INFO copying /tmp/.tmperXEre/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 ...
92352024-08-24T16:58:49.254Z[ host-image] Aug 24 16:58:48.345 INFO O| Aug 24 16:58:48.345 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-downstairs-tick.d
92362024-08-24T16:58:49.254Z[ host-image] Aug 24 16:58:48.345 INFO O| Aug 24 16:58:48.345 INFO ok!
92372024-08-24T16:58:49.254Z[ host-image] Aug 24 16:58:48.345 INFO O| Aug 24 16:58:48.345 INFO STEP 109 (ensure_file) COMPLETE
92382024-08-24T16:58:49.254Z[ host-image] Aug 24 16:58:48.345 INFO O| Aug 24 16:58:48.345 INFO STEP 110: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
92392024-08-24T16:58:49.264Z[ host-image] Aug 24 16:58:48.357 INFO O| Aug 24 16:58:48.357 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-downstairs-three.d does not exist
92402024-08-24T16:58:49.266Z[ host-image] Aug 24 16:58:48.357 INFO O| Aug 24 16:58:48.357 INFO copying /tmp/.tmperXEre/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 ...
92412024-08-24T16:58:49.266Z[ host-image] Aug 24 16:58:48.357 INFO O| Aug 24 16:58:48.357 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-downstairs-three.d
92422024-08-24T16:58:49.266Z[ host-image] Aug 24 16:58:48.357 INFO O| Aug 24 16:58:48.357 INFO ok!
92432024-08-24T16:58:49.266Z[ host-image] Aug 24 16:58:48.357 INFO O| Aug 24 16:58:48.357 INFO STEP 110 (ensure_file) COMPLETE
92442024-08-24T16:58:49.266Z[ host-image] Aug 24 16:58:48.357 INFO O| Aug 24 16:58:48.357 INFO STEP 111: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
92452024-08-24T16:58:49.276Z[ host-image] Aug 24 16:58:48.369 INFO O| Aug 24 16:58:48.368 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-downstairs-os.d does not exist
92462024-08-24T16:58:49.276Z[ host-image] Aug 24 16:58:48.369 INFO O| Aug 24 16:58:48.369 INFO copying /tmp/.tmperXEre/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 ...
92472024-08-24T16:58:49.278Z[ host-image] Aug 24 16:58:48.369 INFO O| Aug 24 16:58:48.369 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-downstairs-os.d
92482024-08-24T16:58:49.278Z[ host-image] Aug 24 16:58:48.369 INFO O| Aug 24 16:58:48.369 INFO ok!
92492024-08-24T16:58:49.278Z[ host-image] Aug 24 16:58:48.369 INFO O| Aug 24 16:58:48.369 INFO STEP 111 (ensure_file) COMPLETE
92502024-08-24T16:58:49.278Z[ host-image] Aug 24 16:58:48.369 INFO O| Aug 24 16:58:48.369 INFO STEP 112: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
92512024-08-24T16:58:49.287Z[ host-image] Aug 24 16:58:48.380 INFO O| Aug 24 16:58:48.380 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/get-lr-state.sh does not exist
92522024-08-24T16:58:49.287Z[ host-image] Aug 24 16:58:48.380 INFO O| Aug 24 16:58:48.380 INFO copying /tmp/.tmperXEre/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 ...
92532024-08-24T16:58:49.287Z[ host-image] Aug 24 16:58:48.380 INFO O| Aug 24 16:58:48.380 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/get-lr-state.sh
92542024-08-24T16:58:49.289Z[ host-image] Aug 24 16:58:48.380 INFO O| Aug 24 16:58:48.380 INFO ok!
92552024-08-24T16:58:49.289Z[ host-image] Aug 24 16:58:48.380 INFO O| Aug 24 16:58:48.380 INFO STEP 112 (ensure_file) COMPLETE
92562024-08-24T16:58:49.289Z[ host-image] Aug 24 16:58:48.380 INFO O| Aug 24 16:58:48.380 INFO STEP 113: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
92572024-08-24T16:58:49.298Z[ host-image] Aug 24 16:58:48.391 INFO O| Aug 24 16:58:48.391 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/get-ds-state.sh does not exist
92582024-08-24T16:58:49.298Z[ host-image] Aug 24 16:58:48.391 INFO O| Aug 24 16:58:48.391 INFO copying /tmp/.tmperXEre/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 ...
92592024-08-24T16:58:49.300Z[ host-image] Aug 24 16:58:48.391 INFO O| Aug 24 16:58:48.391 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/get-ds-state.sh
92602024-08-24T16:58:49.300Z[ host-image] Aug 24 16:58:48.391 INFO O| Aug 24 16:58:48.391 INFO ok!
92612024-08-24T16:58:49.301Z[ host-image] Aug 24 16:58:48.391 INFO O| Aug 24 16:58:48.391 INFO STEP 113 (ensure_file) COMPLETE
92622024-08-24T16:58:49.301Z[ host-image] Aug 24 16:58:48.391 INFO O| Aug 24 16:58:48.391 INFO STEP 114: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
92632024-08-24T16:58:49.309Z[ host-image] Aug 24 16:58:48.402 INFO O| Aug 24 16:58:48.402 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/downstairs_count.d does not exist
92642024-08-24T16:58:49.312Z[ host-image] Aug 24 16:58:48.402 INFO O| Aug 24 16:58:48.402 INFO copying /tmp/.tmperXEre/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 ...
92652024-08-24T16:58:49.312Z[ host-image] Aug 24 16:58:48.402 INFO O| Aug 24 16:58:48.402 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/downstairs_count.d
92662024-08-24T16:58:49.312Z[ host-image] Aug 24 16:58:48.402 INFO O| Aug 24 16:58:48.402 INFO ok!
92672024-08-24T16:58:49.312Z[ host-image] Aug 24 16:58:48.402 INFO O| Aug 24 16:58:48.402 INFO STEP 114 (ensure_file) COMPLETE
92682024-08-24T16:58:49.312Z[ host-image] Aug 24 16:58:48.402 INFO O| Aug 24 16:58:48.402 INFO STEP 115: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
92692024-08-24T16:58:49.320Z[ host-image] Aug 24 16:58:48.413 INFO O| Aug 24 16:58:48.413 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/all_downstairs.d does not exist
92702024-08-24T16:58:49.320Z[ host-image] Aug 24 16:58:48.413 INFO O| Aug 24 16:58:48.413 INFO copying /tmp/.tmperXEre/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 ...
92712024-08-24T16:58:49.323Z[ host-image] Aug 24 16:58:48.414 INFO O| Aug 24 16:58:48.414 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/all_downstairs.d
92722024-08-24T16:58:49.323Z[ host-image] Aug 24 16:58:48.414 INFO O| Aug 24 16:58:48.414 INFO ok!
92732024-08-24T16:58:49.323Z[ host-image] Aug 24 16:58:48.414 INFO O| Aug 24 16:58:48.414 INFO STEP 115 (ensure_file) COMPLETE
92742024-08-24T16:58:49.323Z[ host-image] Aug 24 16:58:48.414 INFO O| Aug 24 16:58:48.414 INFO STEP 116: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
92752024-08-24T16:58:49.331Z[ host-image] Aug 24 16:58:48.424 INFO O| Aug 24 16:58:48.424 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/README.md does not exist
92762024-08-24T16:58:49.334Z[ host-image] Aug 24 16:58:48.424 INFO O| Aug 24 16:58:48.424 INFO copying /tmp/.tmperXEre/proto/host/root/opt/oxide/crucible_dtrace/README.md -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/README.md ...
92772024-08-24T16:58:49.334Z[ host-image] Aug 24 16:58:48.425 INFO O| Aug 24 16:58:48.425 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/README.md
92782024-08-24T16:58:49.334Z[ host-image] Aug 24 16:58:48.425 INFO O| Aug 24 16:58:48.425 INFO ok!
92792024-08-24T16:58:49.334Z[ host-image] Aug 24 16:58:48.425 INFO O| Aug 24 16:58:48.425 INFO STEP 116 (ensure_file) COMPLETE
92802024-08-24T16:58:49.334Z[ host-image] Aug 24 16:58:48.425 INFO O| Aug 24 16:58:48.425 INFO STEP 117: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
92812024-08-24T16:58:49.343Z[ host-image] Aug 24 16:58:48.436 INFO O| Aug 24 16:58:48.436 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/dtrace-info.txt does not exist
92822024-08-24T16:58:49.343Z[ host-image] Aug 24 16:58:48.436 INFO O| Aug 24 16:58:48.436 INFO copying /tmp/.tmperXEre/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 ...
92832024-08-24T16:58:49.343Z[ host-image] Aug 24 16:58:48.436 INFO O| Aug 24 16:58:48.436 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/dtrace-info.txt
92842024-08-24T16:58:49.346Z[ host-image] Aug 24 16:58:48.436 INFO O| Aug 24 16:58:48.436 INFO ok!
92852024-08-24T16:58:49.346Z[ host-image] Aug 24 16:58:48.436 INFO O| Aug 24 16:58:48.436 INFO STEP 117 (ensure_file) COMPLETE
92862024-08-24T16:58:49.346Z[ host-image] Aug 24 16:58:48.436 INFO O| Aug 24 16:58:48.436 INFO STEP 118: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
92872024-08-24T16:58:49.355Z[ host-image] Aug 24 16:58:48.448 INFO O| Aug 24 16:58:48.448 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/VERSION does not exist
92882024-08-24T16:58:49.355Z[ host-image] Aug 24 16:58:48.448 INFO O| Aug 24 16:58:48.448 INFO copying /tmp/.tmperXEre/proto/host/root/opt/oxide/crucible_dtrace/VERSION -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/VERSION ...
92892024-08-24T16:58:49.357Z[ host-image] Aug 24 16:58:48.448 INFO O| Aug 24 16:58:48.448 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/VERSION
92902024-08-24T16:58:49.357Z[ host-image] Aug 24 16:58:48.448 INFO O| Aug 24 16:58:48.448 INFO ok!
92912024-08-24T16:58:49.357Z[ host-image] Aug 24 16:58:48.448 INFO O| Aug 24 16:58:48.448 INFO STEP 118 (ensure_file) COMPLETE
92922024-08-24T16:58:49.357Z[ host-image] Aug 24 16:58:48.448 INFO O| Aug 24 16:58:48.448 INFO STEP 119: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
92932024-08-24T16:58:49.366Z[ host-image] Aug 24 16:58:48.459 INFO O| Aug 24 16:58:48.459 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/switch.tar.gz does not exist
92942024-08-24T16:58:49.366Z[ host-image] Aug 24 16:58:48.459 INFO O| Aug 24 16:58:48.459 INFO copying /tmp/.tmperXEre/proto/host/root/opt/oxide/switch.tar.gz -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/switch.tar.gz ...
92952024-08-24T16:58:52.410Z[ recovery-image] Aug 24 16:58:51.503 INFO E| Compiling bitflags v1.3.2
92962024-08-24T16:58:52.410Z[ recovery-image] Aug 24 16:58:51.503 INFO E| Compiling plain v0.2.3
92972024-08-24T16:58:52.413Z[ recovery-image] Aug 24 16:58:51.503 INFO E| Compiling adler v1.0.2
92982024-08-24T16:58:52.413Z[ recovery-image] Aug 24 16:58:51.503 INFO E| Compiling bit_field v0.10.2
92992024-08-24T16:58:52.413Z[ recovery-image] Aug 24 16:58:51.503 INFO E| Compiling log v0.4.21
93002024-08-24T16:58:52.413Z[ recovery-image] Aug 24 16:58:51.503 INFO E| Compiling scroll v0.12.0
93012024-08-24T16:58:52.413Z[ recovery-image] Aug 24 16:58:51.503 INFO E| Compiling bitstruct v0.1.1
93022024-08-24T16:58:52.516Z[ recovery-image] Aug 24 16:58:51.609 INFO E| Compiling raw-cpuid v10.7.0
93032024-08-24T16:58:52.534Z[ recovery-image] Aug 24 16:58:51.626 INFO E| Compiling cpio_reader v0.1.1
93042024-08-24T16:58:52.606Z[ recovery-image] Aug 24 16:58:51.698 INFO E| Compiling miniz_oxide v0.7.2
93052024-08-24T16:58:52.759Z[ recovery-image] Aug 24 16:58:51.851 INFO E| Compiling static_assertions v1.1.0
93062024-08-24T16:58:53.133Z[ recovery-image] Aug 24 16:58:52.225 INFO E| Compiling goblin v0.8.0
93072024-08-24T16:58:55.403Z[ host-image] Aug 24 16:58:54.496 INFO O| Aug 24 16:58:54.496 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/switch.tar.gz
93082024-08-24T16:58:55.403Z[ host-image] Aug 24 16:58:54.496 INFO O| Aug 24 16:58:54.496 INFO ok!
93092024-08-24T16:58:55.406Z[ host-image] Aug 24 16:58:54.496 INFO O| Aug 24 16:58:54.496 INFO STEP 119 (ensure_file) COMPLETE
93102024-08-24T16:58:55.406Z[ host-image] Aug 24 16:58:54.496 INFO O| Aug 24 16:58:54.496 INFO STEP 120: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
93112024-08-24T16:58:55.417Z[ host-image] Aug 24 16:58:54.510 INFO O| Aug 24 16:58:54.510 INFO ownership already OK (0:2), path: /rpool/images/build/host/work/gimlet/zfs/a/lib
93122024-08-24T16:58:55.417Z[ host-image] Aug 24 16:58:54.510 INFO O| Aug 24 16:58:54.510 INFO STEP 120 (ensure_dir) COMPLETE
93132024-08-24T16:58:55.417Z[ host-image] Aug 24 16:58:54.510 INFO O| Aug 24 16:58:54.510 INFO STEP 121: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
93142024-08-24T16:58:55.430Z[ host-image] Aug 24 16:58:54.523 INFO O| Aug 24 16:58:54.523 INFO ownership already OK (0:2), path: /rpool/images/build/host/work/gimlet/zfs/a/lib/svc
93152024-08-24T16:58:55.430Z[ host-image] Aug 24 16:58:54.523 INFO O| Aug 24 16:58:54.523 INFO STEP 121 (ensure_dir) COMPLETE
93162024-08-24T16:58:55.433Z[ host-image] Aug 24 16:58:54.523 INFO O| Aug 24 16:58:54.523 INFO STEP 122: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
93172024-08-24T16:58:55.444Z[ host-image] Aug 24 16:58:54.537 INFO O| Aug 24 16:58:54.537 INFO ownership already OK (0:3), path: /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest
93182024-08-24T16:58:55.444Z[ host-image] Aug 24 16:58:54.537 INFO O| Aug 24 16:58:54.537 INFO STEP 122 (ensure_dir) COMPLETE
93192024-08-24T16:58:55.444Z[ host-image] Aug 24 16:58:54.537 INFO O| Aug 24 16:58:54.537 INFO STEP 123: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
93202024-08-24T16:58:55.459Z[ host-image] Aug 24 16:58:54.552 INFO O| Aug 24 16:58:54.551 INFO ownership already OK (0:3), path: /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/site
93212024-08-24T16:58:55.459Z[ host-image] Aug 24 16:58:54.552 INFO O| Aug 24 16:58:54.552 INFO STEP 123 (ensure_dir) COMPLETE
93222024-08-24T16:58:55.461Z[ host-image] Aug 24 16:58:54.552 INFO O| Aug 24 16:58:54.552 INFO STEP 124: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
93232024-08-24T16:58:55.473Z[ host-image] Aug 24 16:58:54.566 INFO O| Aug 24 16:58:54.566 INFO file /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/site/sled-agent.xml does not exist
93242024-08-24T16:58:55.473Z[ host-image] Aug 24 16:58:54.566 INFO O| Aug 24 16:58:54.566 INFO copying /tmp/.tmperXEre/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 ...
93252024-08-24T16:58:55.476Z[ host-image] Aug 24 16:58:54.566 INFO O| Aug 24 16:58:54.566 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/site/sled-agent.xml
93262024-08-24T16:58:55.476Z[ host-image] Aug 24 16:58:54.566 INFO O| Aug 24 16:58:54.566 INFO ok!
93272024-08-24T16:58:55.476Z[ host-image] Aug 24 16:58:54.566 INFO O| Aug 24 16:58:54.566 INFO STEP 124 (ensure_file) COMPLETE
93282024-08-24T16:58:55.476Z[ host-image] Aug 24 16:58:54.566 INFO O| Aug 24 16:58:54.566 INFO STEP 125: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
93292024-08-24T16:58:55.490Z[ host-image] Aug 24 16:58:54.583 INFO O| Aug 24 16:58:54.583 INFO perms are 700, should be 755, path: /rpool/images/build/host/work/gimlet/zfs/a/root
93302024-08-24T16:58:55.490Z[ host-image] Aug 24 16:58:54.583 INFO O| Aug 24 16:58:54.583 INFO chmod ok, path: /rpool/images/build/host/work/gimlet/zfs/a/root
93312024-08-24T16:58:55.490Z[ host-image] Aug 24 16:58:54.583 INFO O| Aug 24 16:58:54.583 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/root
93322024-08-24T16:58:55.498Z[ host-image] Aug 24 16:58:54.583 INFO O| Aug 24 16:58:54.583 INFO STEP 125 (ensure_dir) COMPLETE
93332024-08-24T16:58:55.498Z[ host-image] Aug 24 16:58:54.583 INFO O| Aug 24 16:58:54.583 INFO STEP 126: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
93342024-08-24T16:58:55.507Z[ host-image] Aug 24 16:58:54.599 INFO O| Aug 24 16:58:54.599 WARN file /rpool/images/build/host/work/gimlet/zfs/a/root/.profile exists, with wrong contents, unlinking
93352024-08-24T16:58:55.507Z[ host-image] Aug 24 16:58:54.600 INFO O| Aug 24 16:58:54.599 INFO copying /tmp/.tmperXEre/proto/host/root/root/.profile -> /rpool/images/build/host/work/gimlet/zfs/a/root/.profile ...
93362024-08-24T16:58:55.509Z[ host-image] Aug 24 16:58:54.600 INFO O| Aug 24 16:58:54.599 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/root/.profile
93372024-08-24T16:58:55.509Z[ host-image] Aug 24 16:58:54.600 INFO O| Aug 24 16:58:54.599 INFO ok!
93382024-08-24T16:58:55.509Z[ host-image] Aug 24 16:58:54.600 INFO O| Aug 24 16:58:54.600 INFO STEP 126 (ensure_file) COMPLETE
93392024-08-24T16:58:55.509Z[ host-image] Aug 24 16:58:54.600 INFO O| Aug 24 16:58:54.600 INFO STEP 127: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
93402024-08-24T16:58:55.522Z[ host-image] Aug 24 16:58:54.615 INFO O| Aug 24 16:58:54.615 INFO remove tree: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/ipsec"
93412024-08-24T16:58:55.524Z[ host-image] Aug 24 16:58:54.615 INFO O| Aug 24 16:58:54.615 INFO STEP 127 (remove_files) COMPLETE
93422024-08-24T16:58:55.524Z[ host-image] Aug 24 16:58:54.615 INFO O| Aug 24 16:58:54.615 INFO STEP 128: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
93432024-08-24T16:58:55.538Z[ host-image] Aug 24 16:58:54.631 INFO O| Aug 24 16:58:54.631 INFO remove tree: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/ldap"
93442024-08-24T16:58:55.541Z[ host-image] Aug 24 16:58:54.631 INFO O| Aug 24 16:58:54.631 INFO STEP 128 (remove_files) COMPLETE
93452024-08-24T16:58:55.541Z[ host-image] Aug 24 16:58:54.631 INFO O| Aug 24 16:58:54.631 INFO STEP 129: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
93462024-08-24T16:58:55.554Z[ host-image] Aug 24 16:58:54.647 INFO O| Aug 24 16:58:54.646 INFO remove tree: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/rpc"
93472024-08-24T16:58:55.557Z[ host-image] Aug 24 16:58:54.647 INFO O| Aug 24 16:58:54.647 INFO STEP 129 (remove_files) COMPLETE
93482024-08-24T16:58:55.557Z[ host-image] Aug 24 16:58:54.647 INFO O| Aug 24 16:58:54.647 INFO STEP 130: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
93492024-08-24T16:58:55.572Z[ host-image] Aug 24 16:58:54.664 INFO O| Aug 24 16:58:54.664 INFO remove tree: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/security"
93502024-08-24T16:58:55.574Z[ host-image] Aug 24 16:58:54.665 INFO O| Aug 24 16:58:54.665 INFO STEP 130 (remove_files) COMPLETE
93512024-08-24T16:58:55.574Z[ host-image] Aug 24 16:58:54.665 INFO O| Aug 24 16:58:54.665 INFO STEP 131: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
93522024-08-24T16:58:55.589Z[ host-image] Aug 24 16:58:54.682 INFO O| Aug 24 16:58:54.682 INFO remove tree: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/shares"
93532024-08-24T16:58:55.589Z[ host-image] Aug 24 16:58:54.682 INFO O| Aug 24 16:58:54.682 INFO STEP 131 (remove_files) COMPLETE
93542024-08-24T16:58:55.589Z[ host-image] Aug 24 16:58:54.682 INFO O| Aug 24 16:58:54.682 INFO STEP 132: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
93552024-08-24T16:58:55.608Z[ host-image] Aug 24 16:58:54.701 INFO O| Aug 24 16:58:54.701 INFO remove tree: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/smb"
93562024-08-24T16:58:55.611Z[ host-image] Aug 24 16:58:54.701 INFO O| Aug 24 16:58:54.701 INFO STEP 132 (remove_files) COMPLETE
93572024-08-24T16:58:55.611Z[ host-image] Aug 24 16:58:54.701 INFO O| Aug 24 16:58:54.701 INFO STEP 133: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
93582024-08-24T16:58:55.628Z[ host-image] Aug 24 16:58:54.721 INFO O| Aug 24 16:58:54.721 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/application/management/net-snmp.xml"
93592024-08-24T16:58:55.628Z[ host-image] Aug 24 16:58:54.721 INFO O| Aug 24 16:58:54.721 INFO STEP 133 (remove_files) COMPLETE
93602024-08-24T16:58:55.630Z[ host-image] Aug 24 16:58:54.721 INFO O| Aug 24 16:58:54.721 INFO STEP 134: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
93612024-08-24T16:58:55.645Z[ host-image] Aug 24 16:58:54.738 INFO O| Aug 24 16:58:54.738 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/application/security/tcsd.xml"
93622024-08-24T16:58:55.645Z[ host-image] Aug 24 16:58:54.738 INFO O| Aug 24 16:58:54.738 INFO STEP 134 (remove_files) COMPLETE
93632024-08-24T16:58:55.648Z[ host-image] Aug 24 16:58:54.738 INFO O| Aug 24 16:58:54.738 INFO STEP 135: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
93642024-08-24T16:58:55.663Z[ host-image] Aug 24 16:58:54.755 INFO O| Aug 24 16:58:54.755 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/dns/install.xml"
93652024-08-24T16:58:55.663Z[ host-image] Aug 24 16:58:54.756 INFO O| Aug 24 16:58:54.755 INFO STEP 135 (remove_files) COMPLETE
93662024-08-24T16:58:55.665Z[ host-image] Aug 24 16:58:54.756 INFO O| Aug 24 16:58:54.756 INFO STEP 136: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
93672024-08-24T16:58:55.682Z[ host-image] Aug 24 16:58:54.775 INFO O| Aug 24 16:58:54.775 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/inetd-upgrade.xml"
93682024-08-24T16:58:55.685Z[ host-image] Aug 24 16:58:54.775 INFO O| Aug 24 16:58:54.775 INFO STEP 136 (remove_files) COMPLETE
93692024-08-24T16:58:55.685Z[ host-image] Aug 24 16:58:54.775 INFO O| Aug 24 16:58:54.775 INFO STEP 137: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
93702024-08-24T16:58:55.702Z[ host-image] Aug 24 16:58:54.794 INFO O| Aug 24 16:58:54.794 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/inetd.xml"
93712024-08-24T16:58:55.704Z[ host-image] Aug 24 16:58:54.794 INFO O| Aug 24 16:58:54.794 INFO STEP 137 (remove_files) COMPLETE
93722024-08-24T16:58:55.704Z[ host-image] Aug 24 16:58:54.795 INFO O| Aug 24 16:58:54.795 INFO STEP 138: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
93732024-08-24T16:58:55.726Z[ host-image] Aug 24 16:58:54.818 INFO O| Aug 24 16:58:54.818 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/network-install.xml"
93742024-08-24T16:58:55.726Z[ host-image] Aug 24 16:58:54.818 INFO O| Aug 24 16:58:54.818 INFO STEP 138 (remove_files) COMPLETE
93752024-08-24T16:58:55.726Z[ host-image] Aug 24 16:58:54.818 INFO O| Aug 24 16:58:54.818 INFO STEP 139: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
93762024-08-24T16:58:55.748Z[ host-image] Aug 24 16:58:54.840 INFO O| Aug 24 16:58:54.840 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/network-ipmp.xml"
93772024-08-24T16:58:55.748Z[ host-image] Aug 24 16:58:54.840 INFO O| Aug 24 16:58:54.840 INFO STEP 139 (remove_files) COMPLETE
93782024-08-24T16:58:55.748Z[ host-image] Aug 24 16:58:54.840 INFO O| Aug 24 16:58:54.840 INFO STEP 140: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
93792024-08-24T16:58:55.766Z[ host-image] Aug 24 16:58:54.858 INFO O| Aug 24 16:58:54.858 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/network-iptun.xml"
93802024-08-24T16:58:55.767Z[ host-image] Aug 24 16:58:54.858 INFO O| Aug 24 16:58:54.858 INFO STEP 140 (remove_files) COMPLETE
93812024-08-24T16:58:55.767Z[ host-image] Aug 24 16:58:54.859 INFO O| Aug 24 16:58:54.858 INFO STEP 141: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
93822024-08-24T16:58:55.785Z[ host-image] Aug 24 16:58:54.877 INFO O| Aug 24 16:58:54.877 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/network-location.xml"
93832024-08-24T16:58:55.787Z[ host-image] Aug 24 16:58:54.878 INFO O| Aug 24 16:58:54.878 INFO STEP 141 (remove_files) COMPLETE
93842024-08-24T16:58:55.788Z[ host-image] Aug 24 16:58:54.878 INFO O| Aug 24 16:58:54.878 INFO STEP 142: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
93852024-08-24T16:58:55.806Z[ host-image] Aug 24 16:58:54.899 INFO O| Aug 24 16:58:54.899 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/network-netcfg.xml"
93862024-08-24T16:58:55.809Z[ host-image] Aug 24 16:58:54.899 INFO O| Aug 24 16:58:54.899 INFO STEP 142 (remove_files) COMPLETE
93872024-08-24T16:58:55.809Z[ host-image] Aug 24 16:58:54.899 INFO O| Aug 24 16:58:54.899 INFO STEP 143: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
93882024-08-24T16:58:55.826Z[ host-image] Aug 24 16:58:54.918 INFO O| Aug 24 16:58:54.918 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/routing/rdisc.xml"
93892024-08-24T16:58:55.826Z[ host-image] Aug 24 16:58:54.918 INFO O| Aug 24 16:58:54.918 INFO STEP 143 (remove_files) COMPLETE
93902024-08-24T16:58:55.826Z[ host-image] Aug 24 16:58:54.918 INFO O| Aug 24 16:58:54.918 INFO STEP 144: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
93912024-08-24T16:58:55.845Z[ host-image] Aug 24 16:58:54.938 INFO O| Aug 24 16:58:54.937 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/varpd.xml"
93922024-08-24T16:58:55.845Z[ host-image] Aug 24 16:58:54.938 INFO O| Aug 24 16:58:54.938 INFO STEP 144 (remove_files) COMPLETE
93932024-08-24T16:58:55.845Z[ host-image] Aug 24 16:58:54.938 INFO O| Aug 24 16:58:54.938 INFO STEP 145: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
93942024-08-24T16:58:55.865Z[ host-image] Aug 24 16:58:54.958 INFO O| Aug 24 16:58:54.958 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/system/device/allocate.xml"
93952024-08-24T16:58:55.865Z[ host-image] Aug 24 16:58:54.958 INFO O| Aug 24 16:58:54.958 INFO STEP 145 (remove_files) COMPLETE
93962024-08-24T16:58:55.865Z[ host-image] Aug 24 16:58:54.958 INFO O| Aug 24 16:58:54.958 INFO STEP 146: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
93972024-08-24T16:58:55.884Z[ host-image] Aug 24 16:58:54.976 INFO O| Aug 24 16:58:54.976 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/system/device/devices-audio.xml"
93982024-08-24T16:58:55.884Z[ host-image] Aug 24 16:58:54.976 INFO O| Aug 24 16:58:54.976 INFO STEP 146 (remove_files) COMPLETE
93992024-08-24T16:58:55.884Z[ host-image] Aug 24 16:58:54.976 INFO O| Aug 24 16:58:54.976 INFO STEP 147: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
94002024-08-24T16:58:55.902Z[ host-image] Aug 24 16:58:54.995 INFO O| Aug 24 16:58:54.994 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/usr/lib/devfsadm/linkmod/SUNW_audio_link.so"
94012024-08-24T16:58:55.902Z[ host-image] Aug 24 16:58:54.995 INFO O| Aug 24 16:58:54.995 INFO STEP 147 (remove_files) COMPLETE
94022024-08-24T16:58:55.905Z[ host-image] Aug 24 16:58:54.995 INFO O| Aug 24 16:58:54.995 INFO STEP 148: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
94032024-08-24T16:58:55.925Z[ host-image] Aug 24 16:58:55.018 INFO O| Aug 24 16:58:55.017 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/dev/sndstat"
94042024-08-24T16:58:55.927Z[ host-image] Aug 24 16:58:55.018 INFO O| Aug 24 16:58:55.018 INFO STEP 148 (remove_files) COMPLETE
94052024-08-24T16:58:55.927Z[ host-image] Aug 24 16:58:55.018 INFO O| Aug 24 16:58:55.018 INFO STEP 149: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
94062024-08-24T16:58:55.943Z[ host-image] Aug 24 16:58:55.036 INFO O| Aug 24 16:58:55.036 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/system/device/mpxio-upgrade.xml"
94072024-08-24T16:58:55.943Z[ host-image] Aug 24 16:58:55.036 INFO O| Aug 24 16:58:55.036 INFO STEP 149 (remove_files) COMPLETE
94082024-08-24T16:58:55.943Z[ host-image] Aug 24 16:58:55.036 INFO O| Aug 24 16:58:55.036 INFO STEP 150: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
94092024-08-24T16:58:55.962Z[ host-image] Aug 24 16:58:55.055 INFO O| Aug 24 16:58:55.055 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/system/hostid.xml"
94102024-08-24T16:58:55.965Z[ host-image] Aug 24 16:58:55.055 INFO O| Aug 24 16:58:55.055 INFO STEP 150 (remove_files) COMPLETE
94112024-08-24T16:58:55.965Z[ host-image] Aug 24 16:58:55.055 INFO O| Aug 24 16:58:55.055 INFO STEP 151: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
94122024-08-24T16:58:55.983Z[ host-image] Aug 24 16:58:55.076 INFO O| Aug 24 16:58:55.076 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/system/idmap.xml"
94132024-08-24T16:58:55.983Z[ host-image] Aug 24 16:58:55.076 INFO O| Aug 24 16:58:55.076 INFO STEP 151 (remove_files) COMPLETE
94142024-08-24T16:58:55.986Z[ host-image] Aug 24 16:58:55.076 INFO O| Aug 24 16:58:55.076 INFO STEP 152: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
94152024-08-24T16:58:56.002Z[ host-image] Aug 24 16:58:55.095 INFO O| Aug 24 16:58:55.095 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/system/pkgserv.xml"
94162024-08-24T16:58:56.002Z[ host-image] Aug 24 16:58:55.095 INFO O| Aug 24 16:58:55.095 INFO STEP 152 (remove_files) COMPLETE
94172024-08-24T16:58:56.005Z[ host-image] Aug 24 16:58:55.095 INFO O| Aug 24 16:58:55.095 INFO STEP 153: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
94182024-08-24T16:58:56.020Z[ host-image] Aug 24 16:58:55.112 INFO O| Aug 24 16:58:55.112 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/system/zones.xml"
94192024-08-24T16:58:56.020Z[ host-image] Aug 24 16:58:55.112 INFO O| Aug 24 16:58:55.112 INFO STEP 153 (remove_files) COMPLETE
94202024-08-24T16:58:56.020Z[ host-image] Aug 24 16:58:55.112 INFO O| Aug 24 16:58:55.112 INFO STEP 154: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
94212024-08-24T16:58:56.038Z[ host-image] Aug 24 16:58:55.131 INFO O| Aug 24 16:58:55.131 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/system/intrd.xml"
94222024-08-24T16:58:56.038Z[ host-image] Aug 24 16:58:55.131 INFO O| Aug 24 16:58:55.131 INFO STEP 154 (remove_files) COMPLETE
94232024-08-24T16:58:56.038Z[ host-image] Aug 24 16:58:55.131 INFO O| Aug 24 16:58:55.131 INFO STEP 155: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
94242024-08-24T16:58:56.052Z[ host-image] Aug 24 16:58:55.145 INFO O| Aug 24 16:58:55.145 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/chrony.xml"
94252024-08-24T16:58:56.052Z[ host-image] Aug 24 16:58:55.145 INFO O| Aug 24 16:58:55.145 INFO STEP 155 (remove_files) COMPLETE
94262024-08-24T16:58:56.052Z[ host-image] Aug 24 16:58:55.145 INFO O| Aug 24 16:58:55.145 INFO STEP 156: seed_smf, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs.json
94272024-08-24T16:58:56.076Z[ host-image] Aug 24 16:58:55.169 INFO O| Aug 24 16:58:55.169 INFO file /rpool/images/build/host/tmp/gimlet/zfs/repo.db does not already exist, skipping removal
94282024-08-24T16:58:56.076Z[ host-image] Aug 24 16:58:55.169 INFO O| Aug 24 16:58:55.169 INFO exec: ["/usr/sbin/svccfg", "import", "-p", "/dev/stdout", "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest"], env: {"SVCCFG_DTD": "/rpool/images/build/host/work/gimlet/zfs/a/usr/share/lib/xml/dtd/service_bundle.dtd.1", "PKG_INSTALL_ROOT": "/rpool/images/build/host/work/gimlet/zfs/a", "SVCCFG_CHECKHASH": "1", "SVCCFG_REPOSITORY": "/rpool/images/build/host/tmp/gimlet/zfs/repo.db"}
94292024-08-24T16:59:00.522Z[ recovery-image] Aug 24 16:58:59.614 INFO E| Finished `release` profile [optimized] target(s) in 45.27s
94302024-08-24T16:59:00.542Z[ recovery-image] Aug 24 16:58:59.635 INFO building host image...
94312024-08-24T16:59:00.545Z[ recovery-image] Aug 24 16:58:59.635 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")
94322024-08-24T16:59:00.989Z[ recovery-image] Aug 24 16:59:00.081 INFO finishing image archive at "/work/os-recovery/os.tar.gz"...
94332024-08-24T16:59:02.396Z[ recovery-image] Aug 24 16:59:01.488 INFO image complete! materials are in "/work/os-recovery"
94342024-08-24T16:59:02.399Z[ recovery-image]
94352024-08-24T16:59:02.402Z[ recovery-image] real 7:01.445095336
94362024-08-24T16:59:02.402Z[ recovery-image] user 4:48.313484371
94372024-08-24T16:59:02.402Z[ recovery-image] sys 1:02.579211948
94382024-08-24T16:59:02.402Z[ recovery-image] trap 0.252989746
94392024-08-24T16:59:02.402Z[ recovery-image] tflt 0.323617114
94402024-08-24T16:59:02.402Z[ recovery-image] dflt 1.030466034
94412024-08-24T16:59:02.402Z[ recovery-image] kflt 0.000315126
94422024-08-24T16:59:02.402Z[ recovery-image] lock 16:24.680904003
94432024-08-24T16:59:02.402Z[ recovery-image] slp 42:06.305609473
94442024-08-24T16:59:02.402Z[ recovery-image] lat 1:27.824199771
94452024-08-24T16:59:02.402Z[ recovery-image] stop 2.690155651
94462024-08-24T16:59:02.402ZAug 24 16:59:01.493 INFO [recovery-image] process exited with exit status: 0 (421.462975719s)
94472024-08-24T16:59:04.602Z[ host-image] Aug 24 16:59:03.694 INFO O| Aug 24 16:59:03.694 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
94482024-08-24T16:59:04.602Z[ host-image] Aug 24 16:59:03.694 INFO O| Aug 24 16:59:03.694 INFO E| svccfg: Loaded 74 smf(7) service descriptions
94492024-08-24T16:59:04.616Z[ host-image] Aug 24 16:59:03.708 INFO O| Aug 24 16:59:03.708 INFO exec: ["/usr/sbin/svccfg", "apply", "/rpool/images/build/host/work/gimlet/zfs/a/var/svc/profile/site.xml"], env: {"SVCCFG_REPOSITORY": "/rpool/images/build/host/tmp/gimlet/zfs/repo.db", "SVCCFG_CHECKHASH": "1", "SVCCFG_DTD": "/rpool/images/build/host/work/gimlet/zfs/a/usr/share/lib/xml/dtd/service_bundle.dtd.1", "PKG_INSTALL_ROOT": "/rpool/images/build/host/work/gimlet/zfs/a"}
94502024-08-24T16:59:04.696Z[ host-image] Aug 24 16:59:03.789 INFO O| Aug 24 16:59:03.789 INFO file /rpool/images/build/host/work/gimlet/zfs/a/etc/svc/repository.db does not exist
94512024-08-24T16:59:04.696Z[ host-image] Aug 24 16:59:03.789 INFO O| Aug 24 16:59:03.789 INFO copying /rpool/images/build/host/tmp/gimlet/zfs/repo.db -> /rpool/images/build/host/work/gimlet/zfs/a/etc/svc/repository.db ...
94522024-08-24T16:59:04.699Z[ host-image] Aug 24 16:59:03.791 INFO O| Aug 24 16:59:03.791 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/svc/repository.db
94532024-08-24T16:59:04.699Z[ host-image] Aug 24 16:59:03.791 INFO O| Aug 24 16:59:03.791 INFO ok!
94542024-08-24T16:59:04.699Z[ host-image] Aug 24 16:59:03.791 INFO O| Aug 24 16:59:03.791 INFO file /rpool/images/build/host/tmp/gimlet/zfs/repo.db exists (as File), removing
94552024-08-24T16:59:04.699Z[ host-image] Aug 24 16:59:03.791 INFO O| Aug 24 16:59:03.791 INFO STEP 156 (seed_smf) COMPLETE
94562024-08-24T16:59:04.699Z[ host-image] Aug 24 16:59:03.791 INFO O| Aug 24 16:59:03.791 INFO steps complete; finalising image!
94572024-08-24T16:59:04.699Z[ host-image] Aug 24 16:59:03.791 INFO O| Aug 24 16:59:03.791 INFO TRIM POOL: TEMPORARY-gimlet-zfs
94582024-08-24T16:59:04.839Z[ host-image] Aug 24 16:59:03.932 INFO O| Aug 24 16:59:03.932 INFO trim TEMPORARY-gimlet-zfs: (0% trimmed, started at Sat Aug 24 16:59:03 2024)
94592024-08-24T16:59:05.062Z[ host-image] Aug 24 16:59:04.155 INFO O| Aug 24 16:59:04.154 INFO temporary pool has 671M used, 161M avail, 1.87x compressratio
94602024-08-24T16:59:05.062Z[ host-image] Aug 24 16:59:04.155 INFO O| Aug 24 16:59:04.155 INFO EXPORT POOL: TEMPORARY-gimlet-zfs
94612024-08-24T16:59:05.342Z[ host-image] Aug 24 16:59:04.434 INFO O| Aug 24 16:59:04.434 INFO copying image /rpool/images/build/host/work/gimlet/zfs/lofi.raw to output file /rpool/images/build/host/output/gimlet-zfs.raw
94622024-08-24T16:59:05.342Z[ host-image] Aug 24 16:59:04.434 INFO O| Aug 24 16:59:04.434 INFO file /rpool/images/build/host/output/gimlet-zfs.raw does not already exist, skipping removal
94632024-08-24T16:59:06.392Z[ host-image] Aug 24 16:59:05.485 INFO O| Aug 24 16:59:05.484 INFO perms are 1600, should be 644, path: /rpool/images/build/host/output/gimlet-zfs.raw
94642024-08-24T16:59:06.392Z[ host-image] Aug 24 16:59:05.485 INFO O| Aug 24 16:59:05.485 INFO chmod ok, path: /rpool/images/build/host/output/gimlet-zfs.raw
94652024-08-24T16:59:06.395Z[ host-image] Aug 24 16:59:05.485 INFO O| Aug 24 16:59:05.485 INFO ownership already OK (0:0), path: /rpool/images/build/host/output/gimlet-zfs.raw
94662024-08-24T16:59:06.395Z[ host-image] Aug 24 16:59:05.485 INFO O| Aug 24 16:59:05.485 INFO completed processing gimlet/zfs
94672024-08-24T16:59:06.395Z[ host-image] Aug 24 16:59:05.485 INFO O| Aug 24 16:59:05.485 INFO DESTROY DATASET: rpool/images/build/host/work/gimlet/zfs
94682024-08-24T16:59:12.672Z[ host-image] Aug 24 16:59:11.764 INFO O| Aug 24 16:59:11.764 INFO DESTROY DATASET: rpool/images/build/host/tmp/gimlet/zfs
94692024-08-24T16:59:12.757Z[ host-image] Aug 24 16:59:11.849 INFO BUILD STRING "heads/stlouis-0-g8a4b91828c\n"
94702024-08-24T16:59:12.757Z[ host-image] Aug 24 16:59:11.849 INFO expanded image name: "ci e7d2430/${os_short_commit} 2024-08-24 16:31" -> "ci e7d2430/8a4b918 2024-08-24 16:31"
94712024-08-24T16:59:12.760Z[ host-image] Aug 24 16:59:11.850 INFO output artefacts stored in: "/work/os-host"
94722024-08-24T16:59:12.760Z[ host-image] Aug 24 16:59:11.850 INFO collecting git info from project "pinprick"...
94732024-08-24T16:59:12.763Z[ host-image] Aug 24 16:59:11.855 INFO collecting git info from project "chelsio-t6-roms"...
94742024-08-24T16:59:12.767Z[ host-image] Aug 24 16:59:11.860 INFO collecting git info from project "pilot"...
94752024-08-24T16:59:12.773Z[ host-image] Aug 24 16:59:11.865 INFO collecting git info from project "amd-host-image-builder"...
94762024-08-24T16:59:12.787Z[ host-image] Aug 24 16:59:11.879 INFO collecting git info from project "image-builder"...
94772024-08-24T16:59:12.791Z[ host-image] Aug 24 16:59:11.884 INFO collecting git info from project "amd-firmware"...
94782024-08-24T16:59:12.799Z[ host-image] Aug 24 16:59:11.892 INFO collecting git info from project "bootserver"...
94792024-08-24T16:59:12.804Z[ host-image] Aug 24 16:59:11.896 INFO collecting git info from project "phbl"...
94802024-08-24T16:59:12.809Z[ host-image] Aug 24 16:59:11.901 INFO collecting packaging info "pkg-publishers.txt": ["publisher", "-F", "tsv"]...
94812024-08-24T16:59:13.193Z[ host-image] Aug 24 16:59:12.285 INFO collecting packaging info "pkg-list.txt": ["list", "-H", "-v"]...
94822024-08-24T16:59:13.554Z[ host-image] Aug 24 16:59:12.647 INFO creating Oxide boot image...
94832024-08-24T16:59:13.554Z[ host-image] Aug 24 16:59:12.647 INFO exec: ["/work/oxidecomputer/helios/projects/bootserver/target/release/mkimage", "-i", "/rpool/images/build/host/output/gimlet-zfs.raw", "-N", "ci e7d2430/8a4b918 2024-08-24 16:31", "-o", "/work/os-host/zfs.img", "-O", "/work/oxidecomputer/helios/tmp/image.host/boot_image_csum", "-s", "4096"], pwd: None
94842024-08-24T16:59:14.487Z[ host-image] Aug 24 16:59:13.579 INFO O| ok, image written!
94852024-08-24T16:59:14.487Z[ host-image] Aug 24 16:59:13.579 INFO O| ok, boot_image_csum file written!
94862024-08-24T16:59:14.490Z[ host-image] Aug 24 16:59:13.582 INFO creating boot archive (CPIO)...
94872024-08-24T16:59:14.490Z[ host-image] Aug 24 16:59:13.582 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
94882024-08-24T16:59:14.502Z[ host-image] Aug 24 16:59:13.595 INFO E| + root=/rpool/images/build/host/work/gimlet/ramdisk
94892024-08-24T16:59:14.502Z[ host-image] Aug 24 16:59:13.595 INFO E| + outfile=/work/os-host/cpio
94902024-08-24T16:59:14.505Z[ host-image] Aug 24 16:59:13.595 INFO E| + tmpdir=/work/oxidecomputer/helios/tmp/image.host
94912024-08-24T16:59:14.505Z[ host-image] Aug 24 16:59:13.597 INFO E| + cd /rpool/images/build/host/work/gimlet/ramdisk
94922024-08-24T16:59:14.505Z[ host-image] Aug 24 16:59:13.597 INFO E| + cpio -qo -H odc -O /work/os-host/cpio
94932024-08-24T16:59:14.541Z[ host-image] Aug 24 16:59:13.633 INFO E| + cd /work/oxidecomputer/helios/tmp/image.host
94942024-08-24T16:59:14.541Z[ host-image] Aug 24 16:59:13.633 INFO E| + cpio -qo -H odc -AO /work/os-host/cpio
94952024-08-24T16:59:14.549Z[ host-image] Aug 24 16:59:13.641 INFO creating compressed cpio/unix for nanobl-rs...
94962024-08-24T16:59:14.549Z[ host-image] Aug 24 16:59:13.641 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
94972024-08-24T16:59:14.839Z[ host-image] Aug 24 16:59:13.931 INFO exec: ["bash", "-c", "\'/work/oxidecomputer/helios/projects/pinprick/target/release/pinprick\' \'/work/os-host/cpio\' >\'/work/os-host/cpio.z\'"], pwd: None
94982024-08-24T16:59:19.174Z[ host-image] Aug 24 16:59:18.266 INFO creating reset image...
94992024-08-24T16:59:19.174Z[ host-image] Aug 24 16:59:18.266 INFO exec: ["cargo", "xtask", "build", "--release", "--cpioz", "/work/os-host/cpio.z"], pwd: Some("/work/oxidecomputer/helios/projects/phbl")
95002024-08-24T16:59:19.262Z[ host-image] Aug 24 16:59:18.354 INFO E| Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.03s
95012024-08-24T16:59:19.265Z[ host-image] Aug 24 16:59:18.355 INFO E| Running `xtask/target/debug/xtask build --release --cpioz /work/os-host/cpio.z`
95022024-08-24T16:59:19.331Z[ host-image] Aug 24 16:59:18.423 INFO E| Compiling phbl v0.1.0 (/work/oxidecomputer/helios/projects/phbl)
95032024-08-24T16:59:21.569Z[ host-image] Aug 24 16:59:20.660 INFO E| Finished `release` profile [optimized] target(s) in 2.29s
95042024-08-24T16:59:21.580Z[ host-image] Aug 24 16:59:20.672 INFO building host image...
95052024-08-24T16:59:21.583Z[ host-image] Aug 24 16:59:20.672 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")
95062024-08-24T16:59:22.023Z[ host-image] Aug 24 16:59:21.115 INFO finishing image archive at "/work/os-host/os.tar.gz"...
95072024-08-24T17:00:09.282Z[ host-image] Aug 24 17:00:08.372 INFO image complete! materials are in "/work/os-host"
95082024-08-24T17:00:09.284Z[ host-image]
95092024-08-24T17:00:09.284Z[ host-image] real 8:22.343261796
95102024-08-24T17:00:09.284Z[ host-image] user 4:05.779555077
95112024-08-24T17:00:09.284Z[ host-image] sys 51.446565552
95122024-08-24T17:00:09.284Z[ host-image] trap 0.148879754
95132024-08-24T17:00:09.285Z[ host-image] tflt 0.006295735
95142024-08-24T17:00:09.285Z[ host-image] dflt 0.057952806
95152024-08-24T17:00:09.285Z[ host-image] kflt 0.000008419
95162024-08-24T17:00:09.285Z[ host-image] lock 8:43.946829139
95172024-08-24T17:00:09.287Z[ host-image] slp 45:15.850092930
95182024-08-24T17:00:09.287Z[ host-image] lat 1:10.654372172
95192024-08-24T17:00:09.287Z[ host-image] stop 0.769718989
95202024-08-24T17:00:09.287ZAug 24 17:00:08.376 INFO [host-image] process exited with exit status: 0 (502.359283734s)
95212024-08-24T17:00:09.287ZAug 24 17:00:08.376 INFO [tuf-repo] running task
95222024-08-24T17:00:16.412ZAug 24 17:00:15.503 INFO assembling repository in `/tmp/tufaceousZEtt3o`, component: OmicronRepoAssembler
95232024-08-24T17:00:21.194ZAug 24 17:00:20.284 DEBG assembly successful, cleaning up, component: OmicronRepoAssembler
95242024-08-24T17:00:21.464ZAug 24 17:00:20.554 INFO artifacts assembled and archived to `/work/repo.zip`, component: OmicronRepoAssembler
95252024-08-24T17:00:32.925ZAug 24 17:00:32.016 INFO [tuf-repo] task succeeded (23.639753518s)
95262024-08-24T17:00:32.925ZAug 24 17:00:32.016 INFO all jobs completed in 1768.538910357s
95272024-08-24T17:00:33.465Zprocess exited: duration 2296201 ms, exit code 0
 
95282024-08-24T17:00:33.475Zfound 33 output files
95292024-08-24T17:00:33.475Zuploading: /work/manifest.toml (8404 bytes)
95302024-08-24T17:00:34.486Zuploaded: /work/manifest.toml
95312024-08-24T17:00:34.486Zuploading: /work/repo.zip (1789641045 bytes)
95322024-08-24T17:01:06.453Zuploaded: /work/repo.zip
95332024-08-24T17:01:06.453Zuploading: /work/repo.zip.sha256.txt (65 bytes)
95342024-08-24T17:01:07.487Zuploaded: /work/repo.zip.sha256.txt
95352024-08-24T17:01:07.487Zuploading: /work/helios-setup.log (52296 bytes)
95362024-08-24T17:01:08.497Zuploaded: /work/helios-setup.log
95372024-08-24T17:01:08.497Zuploading: /work/host-image.log (194382 bytes)
95382024-08-24T17:01:09.515Zuploaded: /work/host-image.log
95392024-08-24T17:01:09.515Zuploading: /work/host-package.log (18948 bytes)
95402024-08-24T17:01:10.523Zuploaded: /work/host-package.log
95412024-08-24T17:01:10.523Zuploading: /work/host-target.log (101 bytes)
95422024-08-24T17:01:11.530Zuploaded: /work/host-target.log
95432024-08-24T17:01:11.530Zuploading: /work/omicron-package.log (4543 bytes)
95442024-08-24T17:01:12.537Zuploaded: /work/omicron-package.log
95452024-08-24T17:01:12.538Zuploading: /work/phbl-toolchain.log (881 bytes)
95462024-08-24T17:01:13.545Zuploaded: /work/phbl-toolchain.log
95472024-08-24T17:01:13.545Zuploading: /work/recovery-image.log (590501 bytes)
95482024-08-24T17:01:14.574Zuploaded: /work/recovery-image.log
95492024-08-24T17:01:14.574Zuploading: /work/recovery-package.log (282 bytes)
95502024-08-24T17:01:15.582Zuploaded: /work/recovery-package.log
95512024-08-24T17:01:15.582Zuploading: /work/recovery-target.log (98 bytes)
95522024-08-24T17:01:16.589Zuploaded: /work/recovery-target.log
95532024-08-24T17:01:16.589Zuploading: /work/stamp-clickhouse.log (117 bytes)
95542024-08-24T17:01:17.597Zuploaded: /work/stamp-clickhouse.log
95552024-08-24T17:01:17.597Zuploading: /work/stamp-clickhouse_keeper.log (124 bytes)
95562024-08-24T17:01:18.603Zuploaded: /work/stamp-clickhouse_keeper.log
95572024-08-24T17:01:18.603Zuploading: /work/stamp-cockroachdb.log (118 bytes)
95582024-08-24T17:01:19.610Zuploaded: /work/stamp-cockroachdb.log
95592024-08-24T17:01:19.610Zuploading: /work/stamp-crucible-dtrace.log (71 bytes)
95602024-08-24T17:01:20.618Zuploaded: /work/stamp-crucible-dtrace.log
95612024-08-24T17:01:20.618Zuploading: /work/stamp-crucible-pantry-zone.log (127 bytes)
95622024-08-24T17:01:21.625Zuploaded: /work/stamp-crucible-pantry-zone.log
95632024-08-24T17:01:21.625Zuploading: /work/stamp-crucible-zone.log (120 bytes)
95642024-08-24T17:01:22.632Zuploaded: /work/stamp-crucible-zone.log
95652024-08-24T17:01:22.633Zuploading: /work/stamp-external-dns.log (119 bytes)
95662024-08-24T17:01:23.640Zuploaded: /work/stamp-external-dns.log
95672024-08-24T17:01:23.640Zuploading: /work/stamp-installinator.log (103 bytes)
95682024-08-24T17:01:24.648Zuploaded: /work/stamp-installinator.log
95692024-08-24T17:01:24.648Zuploading: /work/stamp-internal-dns.log (119 bytes)
95702024-08-24T17:01:25.655Zuploaded: /work/stamp-internal-dns.log
95712024-08-24T17:01:25.655Zuploading: /work/stamp-mg-ddm-gz.log (99 bytes)
95722024-08-24T17:01:26.662Zuploaded: /work/stamp-mg-ddm-gz.log
95732024-08-24T17:01:26.662Zuploading: /work/stamp-nexus.log (112 bytes)
95742024-08-24T17:01:27.670Zuploaded: /work/stamp-nexus.log
95752024-08-24T17:01:27.670Zuploading: /work/stamp-ntp.log (110 bytes)
95762024-08-24T17:01:28.677Zuploaded: /work/stamp-ntp.log
95772024-08-24T17:01:28.679Zuploading: /work/stamp-omicron-sled-agent.log (122 bytes)
95782024-08-24T17:01:29.685Zuploaded: /work/stamp-omicron-sled-agent.log
95792024-08-24T17:01:29.685Zuploading: /work/stamp-overlay.log (114 bytes)
95802024-08-24T17:01:30.691Zuploaded: /work/stamp-overlay.log
95812024-08-24T17:01:30.691Zuploading: /work/stamp-oximeter.log (115 bytes)
95822024-08-24T17:01:31.699Zuploaded: /work/stamp-oximeter.log
95832024-08-24T17:01:31.699Zuploading: /work/stamp-oxlog.log (109 bytes)
95842024-08-24T17:01:32.706Zuploaded: /work/stamp-oxlog.log
95852024-08-24T17:01:32.706Zuploading: /work/stamp-probe.log (112 bytes)
95862024-08-24T17:01:33.713Zuploaded: /work/stamp-probe.log
95872024-08-24T17:01:33.714Zuploading: /work/stamp-propolis-server.log (122 bytes)
95882024-08-24T17:01:34.721Zuploaded: /work/stamp-propolis-server.log
95892024-08-24T17:01:34.721Zuploading: /work/stamp-pumpkind-gz.log (115 bytes)
95902024-08-24T17:01:35.728Zuploaded: /work/stamp-pumpkind-gz.log
95912024-08-24T17:01:35.728Zuploading: /work/stamp-switch-asic.log (118 bytes)
95922024-08-24T17:01:36.735Zuploaded: /work/stamp-switch-asic.log
95932024-08-24T17:01:36.735Zuploading: /work/verify-libraries.log (1992 bytes)
95942024-08-24T17:01:37.744Zuploaded: /work/verify-libraries.log