01J8GD53HWHWZPCTDCP36EW3RM: 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: 01J8GD5RRWZM02ZXVBVKGTCHZB

Tags:

Artefacts:

Output:

SEQ GLOBAL TIME DETAILS
12024-09-23T21:43:09.647Zjob assigned to worker 01J8GDBX5JC9VTB6JT36F5TNXA (queued for 4 m 5 s)
 
22024-09-23T21:43:16.728Zstarting task 0: "setup"
32024-09-23T21:43:16.736Z++ uname -s
42024-09-23T21:43:16.740Z+ kern=SunOS
52024-09-23T21:43:16.740Z+ case "$kern" in
62024-09-23T21:43:16.740Z+ groupadd -g 12345 build
72024-09-23T21:43:16.742Z+ useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build
82024-09-23T21:43:18.753Z+ zfs create -o mountpoint=/work rpool/work
92024-09-23T21:43:18.843Z++ awk '$2 == "/home" { print $3 }' /etc/mnttab
102024-09-23T21:43:18.846Z+ home_fs=zfs
112024-09-23T21:43:18.846Z+ [[ zfs == autofs ]]
122024-09-23T21:43:18.846Z+ mkdir -p /home/build
132024-09-23T21:43:18.848Z+ chown build:build /home/build /work
142024-09-23T21:43:20.850Z+ chmod 0700 /home/build /work
152024-09-23T21:43:20.853Zprocess exited: duration 4126 ms, exit code 0
 
162024-09-23T21:43:20.860Zstarting task 1: "rust-toolchain"
172024-09-23T21:43:20.863Z+ printf ' * toolchain channel = "%s"
182024-09-23T21:43:20.863Z' 1.80.1
192024-09-23T21:43:20.863Z+ printf ' * toolchain profile = "%s"
202024-09-23T21:43:20.863Z' default
212024-09-23T21:43:20.863Z * toolchain channel = "1.80.1"
222024-09-23T21:43:20.863Z * toolchain profile = "default"
232024-09-23T21:43:20.865Z+ curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs
242024-09-23T21:43:20.865Z+ /bin/bash -s - -y --no-modify-path --default-toolchain 1.80.1 --profile default
252024-09-23T21:43:20.996Zinfo: downloading installer
262024-09-23T21:43:22.076Zinfo: profile set to 'default'
272024-09-23T21:43:22.076Zinfo: default host triple is x86_64-unknown-illumos
282024-09-23T21:43:22.078Zinfo: syncing channel updates for '1.80.1-x86_64-unknown-illumos'
292024-09-23T21:43:22.197Zinfo: latest update on 2024-08-08, rust version 1.80.1 (3f5fd8dd4 2024-08-06)
302024-09-23T21:43:22.197Zinfo: downloading component 'cargo'
312024-09-23T21:43:22.873Zinfo: downloading component 'clippy'
322024-09-23T21:43:23.098Zinfo: downloading component 'rust-docs'
332024-09-23T21:43:23.981Zinfo: downloading component 'rust-std'
342024-09-23T21:43:25.203Zinfo: downloading component 'rustc'
352024-09-23T21:43:28.932Zinfo: downloading component 'rustfmt'
362024-09-23T21:43:29.111Zinfo: installing component 'cargo'
372024-09-23T21:43:29.965Zinfo: installing component 'clippy'
382024-09-23T21:43:30.343Zinfo: installing component 'rust-docs'
392024-09-23T21:43:32.027Zinfo: installing component 'rust-std'
402024-09-23T21:43:33.701Zinfo: installing component 'rustc'
412024-09-23T21:43:37.955Zinfo: installing component 'rustfmt'
422024-09-23T21:43:38.297Zinfo: default toolchain set to '1.80.1-x86_64-unknown-illumos'
432024-09-23T21:43:38.297Z
442024-09-23T21:43:38.548Z 1.80.1-x86_64-unknown-illumos installed - rustc 1.80.1 (3f5fd8dd4 2024-08-06)
452024-09-23T21:43:38.548Z
462024-09-23T21:43:38.551Z
472024-09-23T21:43:38.551ZRust is installed now. Great!
482024-09-23T21:43:38.551Z
492024-09-23T21:43:38.551ZTo get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
502024-09-23T21:43:38.551Zenvironment variable. This has not been done automatically.
512024-09-23T21:43:38.551Z
522024-09-23T21:43:38.551ZTo configure your current shell, you need to source
532024-09-23T21:43:38.551Zthe corresponding env file under $HOME/.cargo.
542024-09-23T21:43:38.551Z
552024-09-23T21:43:38.551ZThis is usually done by running one of the following (note the leading DOT):
562024-09-23T21:43:38.551Z. "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh
572024-09-23T21:43:38.551Zsource "$HOME/.cargo/env.fish" # For fish
582024-09-23T21:43:38.603Z+ rustc --version
592024-09-23T21:43:38.667Zrustc 1.80.1 (3f5fd8dd4 2024-08-06)
602024-09-23T21:43:38.670Zprocess exited: duration 17812 ms, exit code 0
 
612024-09-23T21:43:38.675Zstarting task 2: "authentication"
622024-09-23T21:43:38.695Zprocess exited: duration 19 ms, exit code 0
 
632024-09-23T21:43:38.700Zstarting task 3: "clone repository"
642024-09-23T21:43:38.705Z+ mkdir -p /work/oxidecomputer/omicron
652024-09-23T21:43:38.708Z+ git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron
662024-09-23T21:43:38.743ZCloning into '/work/oxidecomputer/omicron'...
672024-09-23T21:43:44.686Z+ cd /work/oxidecomputer/omicron
682024-09-23T21:43:44.686Z+ git fetch origin 92037c9a6476ef9fcd3f5695dbef7ad73a917fc5
692024-09-23T21:43:45.029ZFrom https://github.com/oxidecomputer/omicron
702024-09-23T21:43:45.029Z * branch 92037c9a6476ef9fcd3f5695dbef7ad73a917fc5 -> FETCH_HEAD
712024-09-23T21:43:45.040Z+ [[ -n representative-collection-check ]]
722024-09-23T21:43:45.043Z++ git branch --show-current
732024-09-23T21:43:45.045Z+ current=main
742024-09-23T21:43:45.045Z+ [[ main != representative-collection-check ]]
752024-09-23T21:43:45.045Z+ git branch -f representative-collection-check 92037c9a6476ef9fcd3f5695dbef7ad73a917fc5
762024-09-23T21:43:45.048Z+ git checkout -f representative-collection-check
772024-09-23T21:43:45.208ZSwitched to branch 'representative-collection-check'
782024-09-23T21:43:45.210Z+ git reset --hard 92037c9a6476ef9fcd3f5695dbef7ad73a917fc5
792024-09-23T21:43:45.369ZHEAD is now at 92037c9a6 results not annotations
802024-09-23T21:43:45.382Zprocess exited: duration 6670 ms, exit code 0
 
812024-09-23T21:43:45.388Zstarting task 4: "build"
822024-09-23T21:43:45.394Z+ cargo --version
832024-09-23T21:43:45.451Zcargo 1.80.1 (376290515 2024-07-16)
842024-09-23T21:43:45.453Z+ rustc --version
852024-09-23T21:43:45.513Zrustc 1.80.1 (3f5fd8dd4 2024-08-06)
862024-09-23T21:43:45.515Z+ ptime -m ./tools/install_builder_prerequisites.sh -yp
872024-09-23T21:43:51.467Z Startup: Refreshing catalog 'helios-dev' ... Done
882024-09-23T21:43:53.968Z Startup: Caching catalogs ... Done
892024-09-23T21:43:57.285ZPlanning: Solver setup ... Done (2.641s)
902024-09-23T21:43:57.328ZPlanning: Running solver ... Done (0.043s)
912024-09-23T21:43:57.385ZPlanning: Finding local manifests ... Done (0.004s)
922024-09-23T21:43:57.398ZPlanning: Fetching manifests: 0/5 0% complete
932024-09-23T21:43:57.739ZPlanning: Fetching manifests: 5/5 100% complete
942024-09-23T21:43:57.840ZPlanning: Package planning ... Done (0.101s)
952024-09-23T21:43:57.897ZPlanning: Merging actions ... Done (0.057s)
962024-09-23T21:43:58.106ZPlanning: Checking for conflicting actions ... Done (0.209s)
972024-09-23T21:43:59.973ZPlanning: Consolidating action changes ... Done (1.866s)
982024-09-23T21:44:00.391ZPlanning: Evaluating mediators ... Done (0.418s)
992024-09-23T21:44:00.472ZPlanning: Planning completed in 6.43 seconds
1002024-09-23T21:44:00.488Z Packages to install: 4
1012024-09-23T21:44:00.488Z Packages to update: 1
1022024-09-23T21:44:00.491Z Mediators to change: 2
1032024-09-23T21:44:00.491Z Services to change: 1
1042024-09-23T21:44:00.491Z Estimated space available: 155.71 GB
1052024-09-23T21:44:00.491ZEstimated space to be consumed: 1.54 GB
1062024-09-23T21:44:00.491Z Create boot environment: No
1072024-09-23T21:44:00.491ZCreate backup boot environment: Yes
1082024-09-23T21:44:00.491Z Rebuild boot archive: No
1092024-09-23T21:44:00.491Z
1102024-09-23T21:44:00.491ZChanged mediators:
1112024-09-23T21:44:00.491Z mediator clang:
1122024-09-23T21:44:00.491Z version: None -> 15 (system default)
1132024-09-23T21:44:00.491Z
1142024-09-23T21:44:00.491Z mediator llvm:
1152024-09-23T21:44:00.491Z version: 14 (system default) -> 15 (system default)
1162024-09-23T21:44:00.491Z
1172024-09-23T21:44:00.491ZChanged packages:
1182024-09-23T21:44:00.491Zhelios-dev
1192024-09-23T21:44:00.491Z developer/build-essential
1202024-09-23T21:44:00.491Z None -> 11-2.0
1212024-09-23T21:44:00.491Z library/libxmlsec1
1222024-09-23T21:44:00.491Z None -> 1.2.35-2.0
1232024-09-23T21:44:00.491Z ooce/developer/clang-15
1242024-09-23T21:44:00.491Z None -> 15.0.7-2.0
1252024-09-23T21:44:00.491Z ooce/developer/llvm-15
1262024-09-23T21:44:00.491Z None -> 15.0.7-2.0
1272024-09-23T21:44:00.491Z package/pkg
1282024-09-23T21:44:00.491Z 0.5.11-2.0 -> 0.5.11-2.1.6412
1292024-09-23T21:44:00.491Z
1302024-09-23T21:44:00.491ZServices:
1312024-09-23T21:44:00.491Z restart_fmri:
1322024-09-23T21:44:00.491Z svc:/system/update-man-index:default
1332024-09-23T21:44:00.491Z
1342024-09-23T21:44:00.491ZEditable files to change:
1352024-09-23T21:44:00.491Z Update:
1362024-09-23T21:44:00.491Z usr/share/lib/pkg/web/config.shtml
1372024-09-23T21:44:00.567Z
1382024-09-23T21:44:00.567ZDownload: 0/4281 items 0.0/220.6MB 0% complete
1392024-09-23T21:44:05.567ZDownload: 1394/4281 items 116.7/220.6MB 52% complete (23.4M/s)
1402024-09-23T21:44:10.567ZDownload: 3217/4281 items 158.9/220.6MB 72% complete (15.9M/s)
1412024-09-23T21:44:15.737ZDownload: 4206/4281 items 220.6/220.6MB 99% complete (13.5M/s)
1422024-09-23T21:44:17.019ZDownload: Completed 220.60 MB in 15.32 seconds (14.4M/s)
1432024-09-23T21:44:17.747Z Actions: 1/5063 actions (Removing old actions)
1442024-09-23T21:44:17.767Z Actions: 194/5063 actions (Installing new actions)
1452024-09-23T21:44:22.500Z Actions: 4226/5063 actions (Updating modified actions)
1462024-09-23T21:44:22.815Z Actions: Completed 5063 actions in 5.07 seconds.
1472024-09-23T21:44:23.130Z Done (0.308s)
1482024-09-23T21:44:23.133Z Done (0.000s)
1492024-09-23T21:44:23.553Z Done (0.422s)
1502024-09-23T21:44:28.032Z Done (4.296s)
1512024-09-23T21:44:28.128Z Done (0.021s)
1522024-09-23T21:44:28.130Z Done (0.000s)
1532024-09-23T21:44:28.365Z Done (0.000s)
1542024-09-23T21:44:28.995ZPlanning: Evaluating mediator changes ... Done
1552024-09-23T21:44:29.160ZPlanning: Checking for conflicting actions ... Done
1562024-09-23T21:44:29.163ZPlanning: Consolidating action changes ... Done
1572024-09-23T21:44:29.439ZPlanning: Evaluating mediators ... Done
1582024-09-23T21:44:29.442ZPlanning: Planning completed in 0.45 seconds
1592024-09-23T21:44:29.480Z Mediators to change: 2
1602024-09-23T21:44:29.480Z Create boot environment: No
1612024-09-23T21:44:29.480ZCreate backup boot environment: No
1622024-09-23T21:44:29.550Z Done
1632024-09-23T21:44:29.550Z Done
1642024-09-23T21:44:29.807Z Done
1652024-09-23T21:44:33.625Z Done
1662024-09-23T21:44:33.717Z Done
1672024-09-23T21:44:33.719Z Done
1682024-09-23T21:44:33.820Z Done
1692024-09-23T21:44:34.453ZPlanning: Evaluating mediator changes ... Done
1702024-09-23T21:44:34.455ZPlanning: Merging actions ... Done
1712024-09-23T21:44:34.646ZPlanning: Checking for conflicting actions ... Done
1722024-09-23T21:44:34.648ZPlanning: Consolidating action changes ... Done
1732024-09-23T21:44:34.915ZPlanning: Evaluating mediators ... Done
1742024-09-23T21:44:34.972ZPlanning: Planning completed in 0.77 seconds
1752024-09-23T21:44:35.014Z Packages to change: 1
1762024-09-23T21:44:35.014Z Mediators to change: 1
1772024-09-23T21:44:35.016Z Services to change: 1
1782024-09-23T21:44:35.016Z Create boot environment: No
1792024-09-23T21:44:35.016ZCreate backup boot environment: Yes
1802024-09-23T21:44:36.915Z Actions: 1/6 actions (Updating modified actions)
1812024-09-23T21:44:36.918Z Actions: Completed 6 actions in 0.00 seconds.
1822024-09-23T21:44:36.918Z Done
1832024-09-23T21:44:36.918Z Done
1842024-09-23T21:44:37.004Z Done
1852024-09-23T21:44:40.798Z Done
1862024-09-23T21:44:40.889Z Done
1872024-09-23T21:44:40.893Z Done
1882024-09-23T21:44:41.029Z Done
1892024-09-23T21:44:41.481ZMEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION
1902024-09-23T21:44:41.481Zclang system 15 system
1912024-09-23T21:44:41.481Zcsh system system illumos
1922024-09-23T21:44:41.481Zctags system system illumos
1932024-09-23T21:44:41.481Zgcc vendor 12 vendor
1942024-09-23T21:44:41.481Zgcc system 10 system
1952024-09-23T21:44:41.481Zgcc system 7 system
1962024-09-23T21:44:41.481Zgo system 1.20 system
1972024-09-23T21:44:41.481Zgo system 1.19 system
1982024-09-23T21:44:41.481Zllvm system 15 system
1992024-09-23T21:44:41.481Zllvm system 14 system
2002024-09-23T21:44:41.481Zmariadb system 10.6 system
2012024-09-23T21:44:41.481Zmta vendor vendor dma
2022024-09-23T21:44:41.481Zopenjdk system 17 system
2032024-09-23T21:44:41.481Zopenjdk system 11 system
2042024-09-23T21:44:41.481Zopenjdk system 1.8 system
2052024-09-23T21:44:41.481Zopenssl vendor 3 vendor
2062024-09-23T21:44:41.481Zperl system 5.36 system
2072024-09-23T21:44:41.481Zpostgresql system 15 system
2082024-09-23T21:44:41.481Zpostgresql system 13 system
2092024-09-23T21:44:41.481Zpython vendor 3 vendor
2102024-09-23T21:44:41.481Zpython system 2 system
2112024-09-23T21:44:41.481Zpython3 system 3.11 system
2122024-09-23T21:44:41.481Zruby system 3.0 system
2132024-09-23T21:44:41.481Zwords vendor vendor american-english
2142024-09-23T21:44:41.481Zwords system system australian-english
2152024-09-23T21:44:41.481Zwords system system british-english
2162024-09-23T21:44:41.481Zwords system system canadian-english
2172024-09-23T21:44:41.481Zwords system system french
2182024-09-23T21:44:41.481Zwords system system italian
2192024-09-23T21:44:41.482Zwords system system ngerman
2202024-09-23T21:44:41.482Zwords system system ogerman
2212024-09-23T21:44:41.482Zwords system system spanish
2222024-09-23T21:44:41.821ZPUBLISHER TYPE STATUS P LOCATION
2232024-09-23T21:44:41.821Zhelios-dev origin online F https://pkg.oxide.computer/helios/2/dev/
2242024-09-23T21:44:43.769ZFMRI IFO
2252024-09-23T21:44:43.769Zpkg://helios-dev/developer/build-essential@11-2.0:20230623T110919Z im-
2262024-09-23T21:44:43.769Zpkg://helios-dev/developer/pkg-config@0.29.2-2.0:20230621T191911Z i--
2272024-09-23T21:44:43.769Zpkg://helios-dev/library/libxmlsec1@1.2.35-2.0:20230624T123441Z im-
2282024-09-23T21:44:43.769Zpkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20231012T123315Z im-
2292024-09-23T21:44:43.769Zpkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20230623T141037Z ---
2302024-09-23T21:44:43.769Zpkg://helios-dev/ooce/library/postgresql-13@13.11-2.0:20230623T123131Z i--
2312024-09-23T21:44:43.769Zpkg://helios-dev/package/pkg@0.5.11-2.1.6412:20240822T193324Z im-
2322024-09-23T21:44:43.769Zpkg://helios-dev/package/pkg@0.5.11-2.0:20231020T135332Z ---
2332024-09-23T21:44:43.769Zpkg://helios-dev/package/pkg@0.5.11-2.0:20230621T202036Z ---
2342024-09-23T21:44:43.769Zpkg://helios-dev/system/library/g++-runtime@13-2.0:20231118T213948Z i--
2352024-09-23T21:44:43.769Zpkg://helios-dev/system/library/g++-runtime@12-2.0:20230621T201406Z ---
2362024-09-23T21:44:43.769Zpkg://helios-dev/system/library/gcc-runtime@13-2.0:20231118T213832Z i--
2372024-09-23T21:44:43.769Zpkg://helios-dev/system/library/gcc-runtime@12-2.0:20230621T201432Z ---
2382024-09-23T21:44:44.440Z Updating git repository `https://github.com/oxidecomputer/pq-sys`
2392024-09-23T21:44:44.741Z Updating crates.io index
2402024-09-23T21:44:44.743Z Updating git repository `https://github.com/oxidecomputer/dropshot`
2412024-09-23T21:44:45.909Z Updating git repository `https://github.com/oxidecomputer/maghemite`
2422024-09-23T21:44:46.669Z Updating git repository `https://github.com/oxidecomputer/oxnet`
2432024-09-23T21:44:46.964Z Updating git repository `https://github.com/oxidecomputer/progenitor`
2442024-09-23T21:44:48.472Z Updating git repository `https://github.com/oxidecomputer/serde_human_bytes`
2452024-09-23T21:44:48.758Z Updating git repository `https://github.com/oxidecomputer/slog-error-chain`
2462024-09-23T21:44:49.043Z Updating git repository `https://github.com/oxidecomputer/propolis`
2472024-09-23T21:44:50.130Z Updating git repository `https://github.com/oxidecomputer/crucible`
2482024-09-23T21:44:52.139Z Updating git repository `https://github.com/oxidecomputer/opte`
2492024-09-23T21:44:53.101Z Updating git repository `https://github.com/oxidecomputer/falcon`
2502024-09-23T21:44:53.843Z Updating git repository `https://github.com/oxidecomputer/clickward`
2512024-09-23T21:44:54.197Z Updating git repository `https://github.com/oxidecomputer/openapi-lint`
2522024-09-23T21:44:54.463Z Updating git repository `https://github.com/oxidecomputer/management-gateway-service`
2532024-09-23T21:44:55.055Z Updating git repository `https://github.com/oxidecomputer/libipcc`
2542024-09-23T21:44:55.408Z Updating git repository `https://github.com/oxidecomputer/diesel-dtrace`
2552024-09-23T21:44:55.744Z Updating git repository `https://github.com/oxidecomputer/qorb`
2562024-09-23T21:44:56.048Z Updating git repository `https://github.com/oxidecomputer/propolis`
2572024-09-23T21:44:56.677Z Updating git repository `https://github.com/oxidecomputer/sprockets.git`
2582024-09-23T21:44:57.000Z Updating git repository `https://github.com/oxidecomputer/tofino`
2592024-09-23T21:44:57.273Z Updating git repository `https://github.com/oxidecomputer/illumos-devinfo`
2602024-09-23T21:44:57.528Z Updating git repository `https://github.com/oxidecomputer/libefi-illumos`
2612024-09-23T21:44:57.756Z Updating git repository `https://github.com/oxidecomputer/libnvme`
2622024-09-23T21:44:58.051Z Updating git repository `https://github.com/oxidecomputer/hubtools.git`
2632024-09-23T21:44:58.474Z Updating git repository `https://github.com/oxidecomputer/ispf`
2642024-09-23T21:44:58.776Z Updating git repository `https://github.com/oxidecomputer/poptrie`
2652024-09-23T21:44:59.209Z Updating git repository `https://github.com/oxidecomputer/netadm-sys`
2662024-09-23T21:44:59.744Z Updating git repository `https://github.com/oxidecomputer/tlvc.git`
2672024-09-23T21:45:00.127Z Updating git repository `https://github.com/oxidecomputer/dice-util`
2682024-09-23T21:45:00.518Z Updating git repository `https://github.com/oxidecomputer/lpc55_support`
2692024-09-23T21:45:01.036Z Updating git repository `https://github.com/oxidecomputer/typify`
2702024-09-23T21:45:03.318Z Updating git repository `https://github.com/oxidecomputer/dlpi-sys`
2712024-09-23T21:45:03.564Z Updating git repository `https://github.com/jmesmon/rust-libzfs`
2722024-09-23T21:45:03.824Z Updating git repository `https://github.com/oxidecomputer/rusty-doors`
2732024-09-23T21:45:04.407Z Updating git repository `https://github.com/oxidecomputer/rfb`
2742024-09-23T21:45:05.625Z Downloading crates ...
2752024-09-23T21:45:05.686Z Downloaded cpufeatures v0.2.12
2762024-09-23T21:45:05.689Z Downloaded cfg-if v1.0.0
2772024-09-23T21:45:05.689Z Downloaded digest v0.10.7
2782024-09-23T21:45:05.693Z Downloaded heck v0.4.1
2792024-09-23T21:45:05.700Z Downloaded itoa v1.0.11
2802024-09-23T21:45:05.701Z Downloaded fastrand v2.1.0
2812024-09-23T21:45:05.701Z Downloaded equivalent v1.0.1
2822024-09-23T21:45:05.701Z Downloaded cargo_metadata v0.18.1
2832024-09-23T21:45:05.703Z Downloaded autocfg v1.3.0
2842024-09-23T21:45:05.707Z Downloaded camino-tempfile v1.1.1
2852024-09-23T21:45:05.715Z Downloaded byteorder v1.5.0
2862024-09-23T21:45:05.719Z Downloaded block-buffer v0.10.4
2872024-09-23T21:45:05.719Z Downloaded fs-err v2.11.0
2882024-09-23T21:45:05.719Z Downloaded anstyle-parse v0.2.4
2892024-09-23T21:45:05.719Z Downloaded usdt v0.5.0
2902024-09-23T21:45:05.719Z Downloaded serde_spanned v0.6.7
2912024-09-23T21:45:05.722Z Downloaded usdt-macro v0.5.0
2922024-09-23T21:45:05.725Z Downloaded thiserror-impl v1.0.63
2932024-09-23T21:45:05.725Z Downloaded plain v0.2.3
2942024-09-23T21:45:05.727Z Downloaded strsim v0.11.1
2952024-09-23T21:45:05.730Z Downloaded pest_generator v2.7.10
2962024-09-23T21:45:05.733Z Downloaded version_check v0.9.5
2972024-09-23T21:45:05.735Z Downloaded unicode-linebreak v0.1.5
2982024-09-23T21:45:05.735Z Downloaded clap_lex v0.7.0
2992024-09-23T21:45:05.738Z Downloaded is_terminal_polyfill v1.70.0
3002024-09-23T21:45:05.741Z Downloaded dtrace-parser v0.2.0
3012024-09-23T21:45:05.744Z Downloaded clap_derive v4.5.13
3022024-09-23T21:45:05.772Z Downloaded proc-macro-error v1.0.4
3032024-09-23T21:45:05.773Z Downloaded anstyle v1.0.8
3042024-09-23T21:45:05.773Z Downloaded once_cell v1.19.0
3052024-09-23T21:45:05.783Z Downloaded scroll v0.12.0
3062024-09-23T21:45:05.783Z Downloaded tempfile v3.10.1
3072024-09-23T21:45:05.783Z Downloaded semver v1.0.23
3082024-09-23T21:45:05.783Z Downloaded sha2 v0.10.8
3092024-09-23T21:45:05.783Z Downloaded scroll_derive v0.12.0
3102024-09-23T21:45:05.783Z Downloaded pretty-hex v0.4.1
3112024-09-23T21:45:05.783Z Downloaded usdt-attr-macro v0.5.0
3122024-09-23T21:45:05.783Z Downloaded swrite v0.1.0
3132024-09-23T21:45:05.783Z Downloaded heck v0.5.0
3142024-09-23T21:45:05.783Z Downloaded dof v0.3.0
3152024-09-23T21:45:05.783Z Downloaded bytecount v0.6.8
3162024-09-23T21:45:05.786Z Downloaded anstyle-query v1.0.3
3172024-09-23T21:45:05.786Z Downloaded usdt-impl v0.5.0
3182024-09-23T21:45:05.786Z Downloaded smawk v0.3.2
3192024-09-23T21:45:05.786Z Downloaded generic-array v0.14.7
3202024-09-23T21:45:05.787Z Downloaded fnv v1.0.7
3212024-09-23T21:45:05.787Z Downloaded errno v0.3.9
3222024-09-23T21:45:05.787Z Downloaded colorchoice v1.0.1
3232024-09-23T21:45:05.787Z Downloaded anstream v0.6.14
3242024-09-23T21:45:05.789Z Downloaded proc-macro2 v1.0.86
3252024-09-23T21:45:05.792Z Downloaded textwrap v0.16.1
3262024-09-23T21:45:05.794Z Downloaded toml v0.8.19
3272024-09-23T21:45:05.799Z Downloaded terminal_size v0.3.0
3282024-09-23T21:45:05.802Z Downloaded macaddr v1.0.1
3292024-09-23T21:45:05.806Z Downloaded tabled_derive v0.7.0
3302024-09-23T21:45:05.808Z Downloaded cargo_toml v0.20.4
3312024-09-23T21:45:05.811Z Downloaded thread-id v4.2.1
3322024-09-23T21:45:05.811Z Downloaded utf8parse v0.2.1
3332024-09-23T21:45:05.814Z Downloaded toml_datetime v0.6.8
3342024-09-23T21:45:05.814Z Downloaded proc-macro-error-attr v1.0.4
3352024-09-23T21:45:05.814Z Downloaded memmap v0.7.0
3362024-09-23T21:45:05.817Z Downloaded crypto-common v0.1.6
3372024-09-23T21:45:05.817Z Downloaded cargo-platform v0.1.8
3382024-09-23T21:45:05.819Z Downloaded camino v1.1.9
3392024-09-23T21:45:05.822Z Downloaded ucd-trie v0.1.6
3402024-09-23T21:45:05.824Z Downloaded serde_derive v1.0.208
3412024-09-23T21:45:05.828Z Downloaded pest_derive v2.7.10
3422024-09-23T21:45:05.831Z Downloaded quote v1.0.36
3432024-09-23T21:45:05.835Z Downloaded thiserror v1.0.63
3442024-09-23T21:45:05.838Z Downloaded zerocopy-derive v0.7.34
3452024-09-23T21:45:05.842Z Downloaded serde_tokenstream v0.2.2
3462024-09-23T21:45:05.844Z Downloaded indexmap v2.4.0
3472024-09-23T21:45:05.848Z Downloaded log v0.4.21
3482024-09-23T21:45:05.853Z Downloaded bitflags v2.6.0
3492024-09-23T21:45:05.855Z Downloaded unicode-ident v1.0.12
3502024-09-23T21:45:05.858Z Downloaded anyhow v1.0.89
3512024-09-23T21:45:05.861Z Downloaded clap v4.5.16
3522024-09-23T21:45:05.870Z Downloaded memchr v2.7.2
3532024-09-23T21:45:05.875Z Downloaded papergrid v0.11.0
3542024-09-23T21:45:05.880Z Downloaded toml_edit v0.22.20
3552024-09-23T21:45:05.903Z Downloaded serde v1.0.208
3562024-09-23T21:45:05.907Z Downloaded pest v2.7.10
3572024-09-23T21:45:05.910Z Downloaded typenum v1.17.0
3582024-09-23T21:45:05.915Z Downloaded ryu v1.0.18
3592024-09-23T21:45:05.915Z Downloaded pest_meta v2.7.10
3602024-09-23T21:45:05.918Z Downloaded hashbrown v0.14.5
3612024-09-23T21:45:05.928Z Downloaded zerocopy v0.7.34
3622024-09-23T21:45:05.946Z Downloaded winnow v0.6.18
3632024-09-23T21:45:05.955Z Downloaded serde_json v1.0.125
3642024-09-23T21:45:05.963Z Downloaded tabled v0.15.0
3652024-09-23T21:45:05.980Z Downloaded syn v1.0.109
3662024-09-23T21:45:05.992Z Downloaded syn v2.0.74
3672024-09-23T21:45:06.004Z Downloaded rustix v0.38.34
3682024-09-23T21:45:06.039Z Downloaded unicode-width v0.1.13
3692024-09-23T21:45:06.046Z Downloaded clap_builder v4.5.15
3702024-09-23T21:45:06.053Z Downloaded libc v0.2.158
3712024-09-23T21:45:06.081Z Downloaded goblin v0.8.2
3722024-09-23T21:45:06.380Z Compiling proc-macro2 v1.0.86
3732024-09-23T21:45:06.384Z Compiling unicode-ident v1.0.12
3742024-09-23T21:45:06.384Z Compiling version_check v0.9.5
3752024-09-23T21:45:06.384Z Compiling serde v1.0.208
3762024-09-23T21:45:06.384Z Compiling thiserror v1.0.63
3772024-09-23T21:45:06.384Z Compiling memchr v2.7.2
3782024-09-23T21:45:06.419Z Compiling libc v0.2.158
3792024-09-23T21:45:06.423Z Compiling ryu v1.0.18
3802024-09-23T21:45:06.672Z Compiling itoa v1.0.11
3812024-09-23T21:45:06.875Z Compiling ucd-trie v0.1.6
3822024-09-23T21:45:07.229Z Compiling once_cell v1.19.0
3832024-09-23T21:45:07.253Z Compiling byteorder v1.5.0
3842024-09-23T21:45:07.328Z Compiling serde_json v1.0.125
3852024-09-23T21:45:07.499Z Compiling rustix v0.38.34
3862024-09-23T21:45:07.641Z Compiling bitflags v2.6.0
3872024-09-23T21:45:07.734Z Compiling usdt-impl v0.5.0
3882024-09-23T21:45:08.100Z Compiling proc-macro-error-attr v1.0.4
3892024-09-23T21:45:08.127Z Compiling quote v1.0.36
3902024-09-23T21:45:08.127Z Compiling syn v1.0.109
3912024-09-23T21:45:08.354Z Compiling proc-macro-error v1.0.4
3922024-09-23T21:45:08.426Z Compiling log v0.4.21
3932024-09-23T21:45:08.477Z Compiling syn v2.0.74
3942024-09-23T21:45:08.661Z Compiling errno v0.3.9
3952024-09-23T21:45:08.817Z Compiling equivalent v1.0.1
3962024-09-23T21:45:08.848Z Compiling hashbrown v0.14.5
3972024-09-23T21:45:08.876Z Compiling plain v0.2.3
3982024-09-23T21:45:08.928Z Compiling utf8parse v0.2.1
3992024-09-23T21:45:08.931Z Compiling camino v1.1.9
4002024-09-23T21:45:09.111Z Compiling thread-id v4.2.1
4012024-09-23T21:45:09.171Z Compiling anstyle-parse v0.2.4
4022024-09-23T21:45:09.539Z Compiling unicode-width v0.1.13
4032024-09-23T21:45:09.692Z Compiling colorchoice v1.0.1
4042024-09-23T21:45:09.776Z Compiling pretty-hex v0.4.1
4052024-09-23T21:45:09.801Z Compiling winnow v0.6.18
4062024-09-23T21:45:09.870Z Compiling is_terminal_polyfill v1.70.0
4072024-09-23T21:45:09.971Z Compiling autocfg v1.3.0
4082024-09-23T21:45:09.998Z Compiling semver v1.0.23
4092024-09-23T21:45:10.024Z Compiling anstyle v1.0.8
4102024-09-23T21:45:10.214Z Compiling indexmap v2.4.0
4112024-09-23T21:45:10.530Z Compiling anstyle-query v1.0.3
4122024-09-23T21:45:10.688Z Compiling anstream v0.6.14
4132024-09-23T21:45:10.934Z Compiling fs-err v2.11.0
4142024-09-23T21:45:11.004Z Compiling terminal_size v0.3.0
4152024-09-23T21:45:11.216Z Compiling fastrand v2.1.0
4162024-09-23T21:45:11.275Z Compiling bytecount v0.6.8
4172024-09-23T21:45:11.554Z Compiling anyhow v1.0.89
4182024-09-23T21:45:11.600Z Compiling cfg-if v1.0.0
4192024-09-23T21:45:11.670Z Compiling clap_lex v0.7.0
4202024-09-23T21:45:11.703Z Compiling strsim v0.11.1
4212024-09-23T21:45:11.786Z Compiling heck v0.5.0
4222024-09-23T21:45:11.842Z Compiling fnv v1.0.7
4232024-09-23T21:45:11.994Z Compiling heck v0.4.1
4242024-09-23T21:45:12.326Z Compiling clap_builder v4.5.15
4252024-09-23T21:45:12.429Z Compiling papergrid v0.11.0
4262024-09-23T21:45:12.503Z Compiling tempfile v3.10.1
4272024-09-23T21:45:12.797Z Compiling memmap v0.7.0
4282024-09-23T21:45:12.959Z Compiling smawk v0.3.2
4292024-09-23T21:45:13.157Z Compiling unicode-linebreak v0.1.5
4302024-09-23T21:45:13.675Z Compiling textwrap v0.16.1
4312024-09-23T21:45:13.771Z Compiling swrite v0.1.0
4322024-09-23T21:45:14.959Z Compiling tabled_derive v0.7.0
4332024-09-23T21:45:16.741Z Compiling tabled v0.15.0
4342024-09-23T21:45:17.597Z Compiling serde_derive v1.0.208
4352024-09-23T21:45:17.597Z Compiling thiserror-impl v1.0.63
4362024-09-23T21:45:17.622Z Compiling zerocopy-derive v0.7.34
4372024-09-23T21:45:17.666Z Compiling scroll_derive v0.12.0
4382024-09-23T21:45:17.860Z Compiling clap_derive v4.5.13
4392024-09-23T21:45:19.217Z Compiling scroll v0.12.0
4402024-09-23T21:45:19.628Z Compiling zerocopy v0.7.34
4412024-09-23T21:45:19.701Z Compiling goblin v0.8.2
4422024-09-23T21:45:24.276Z Compiling pest v2.7.10
4432024-09-23T21:45:24.403Z Compiling clap v4.5.16
4442024-09-23T21:45:24.403Z Compiling pest_meta v2.7.10
4452024-09-23T21:45:24.403Z Compiling pest_generator v2.7.10
4462024-09-23T21:45:25.327Z Compiling pest_derive v2.7.10
4472024-09-23T21:45:26.037Z Compiling dtrace-parser v0.2.0
4482024-09-23T21:45:28.268Z Compiling toml_datetime v0.6.8
4492024-09-23T21:45:28.268Z Compiling serde_spanned v0.6.7
4502024-09-23T21:45:28.272Z Compiling cargo-platform v0.1.8
4512024-09-23T21:45:28.647Z Compiling serde_tokenstream v0.2.2
4522024-09-23T21:45:28.755Z Compiling toml_edit v0.22.20
4532024-09-23T21:45:28.820Z Compiling macaddr v1.0.1
4542024-09-23T21:45:28.907Z Compiling camino-tempfile v1.1.1
4552024-09-23T21:45:29.769Z Compiling dof v0.3.0
4562024-09-23T21:45:29.770Z Compiling cargo_metadata v0.18.1
4572024-09-23T21:45:31.677Z Compiling toml v0.8.19
4582024-09-23T21:45:31.803Z Compiling usdt-macro v0.5.0
4592024-09-23T21:45:31.803Z Compiling usdt-attr-macro v0.5.0
4602024-09-23T21:45:32.524Z Compiling cargo_toml v0.20.4
4612024-09-23T21:45:33.178Z Compiling usdt v0.5.0
4622024-09-23T21:45:36.304Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
4632024-09-23T21:45:40.653Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 56.46s
4642024-09-23T21:45:40.919Z Running `target/debug/xtask download cockroach clickhouse console dendrite-openapi dendrite-stub maghemite-mgd transceiver-control`
4652024-09-23T21:45:41.563Z Downloading crates ...
4662024-09-23T21:45:41.693Z Downloaded atty v0.2.14
4672024-09-23T21:45:41.696Z Downloaded async-stream-impl v0.3.5
4682024-09-23T21:45:41.702Z Downloaded adler2 v2.0.0
4692024-09-23T21:45:41.717Z Downloaded ciborium-io v0.2.2
4702024-09-23T21:45:41.721Z Downloaded bitstruct v0.1.1
4712024-09-23T21:45:41.721Z Downloaded crucible-workspace-hack v0.1.0
4722024-09-23T21:45:41.726Z Downloaded allocator-api2 v0.2.18
4732024-09-23T21:45:41.729Z Downloaded bb8 v0.8.5
4742024-09-23T21:45:41.730Z Downloaded is-terminal v0.4.12
4752024-09-23T21:45:41.732Z Downloaded adler v1.0.2
4762024-09-23T21:45:41.734Z Downloaded hostname v0.3.1
4772024-09-23T21:45:41.736Z Downloaded convert_case v0.4.0
4782024-09-23T21:45:41.739Z Downloaded ident_case v1.0.1
4792024-09-23T21:45:41.741Z Downloaded crossbeam-deque v0.8.5
4802024-09-23T21:45:41.743Z Downloaded new_debug_unreachable v1.0.6
4812024-09-23T21:45:41.743Z Downloaded match_cfg v0.1.0
4822024-09-23T21:45:41.746Z Downloaded buf-list v1.0.3
4832024-09-23T21:45:41.748Z Downloaded cobs v0.2.3
4842024-09-23T21:45:41.751Z Downloaded newtype_derive v0.1.6
4852024-09-23T21:45:41.753Z Downloaded md5 v0.7.0
4862024-09-23T21:45:41.753Z Downloaded castaway v0.2.3
4872024-09-23T21:45:41.755Z Downloaded bitfield-struct v0.6.1
4882024-09-23T21:45:41.758Z Downloaded normalize-line-endings v0.3.0
4892024-09-23T21:45:41.758Z Downloaded humantime v2.1.0
4902024-09-23T21:45:41.762Z Downloaded indent_write v2.2.0
4912024-09-23T21:45:41.762Z Downloaded hyper-staticfile v0.9.5
4922024-09-23T21:45:41.765Z Downloaded curve25519-dalek-derive v0.1.1
4932024-09-23T21:45:41.765Z Downloaded ipnetwork v0.20.0
4942024-09-23T21:45:41.768Z Downloaded instability v0.3.2
4952024-09-23T21:45:41.770Z Downloaded memoffset v0.9.1
4962024-09-23T21:45:41.772Z Downloaded maybe-uninit v2.0.0
4972024-09-23T21:45:41.772Z Downloaded maplit v1.0.2
4982024-09-23T21:45:41.774Z Downloaded lru-cache v0.1.2
4992024-09-23T21:45:41.777Z Downloaded lazy_static v1.5.0
5002024-09-23T21:45:41.780Z Downloaded nanorand v0.7.0
5012024-09-23T21:45:41.782Z Downloaded bcrypt-pbkdf v0.10.0
5022024-09-23T21:45:41.784Z Downloaded httparse v1.8.0
5032024-09-23T21:45:41.786Z Downloaded async-stream v0.3.5
5042024-09-23T21:45:41.788Z Downloaded http-range v0.1.5
5052024-09-23T21:45:41.791Z Downloaded libefi-sys v0.1.0
5062024-09-23T21:45:41.793Z Downloaded cookie_store v0.20.0
5072024-09-23T21:45:41.795Z Downloaded jobserver v0.1.32
5082024-09-23T21:45:41.797Z Downloaded home v0.5.9
5092024-09-23T21:45:41.799Z Downloaded rpassword v7.3.1
5102024-09-23T21:45:41.801Z Downloaded multer v3.1.0
5112024-09-23T21:45:41.804Z Downloaded ahash v0.8.11
5122024-09-23T21:45:41.807Z Downloaded instant v0.1.12
5132024-09-23T21:45:41.809Z Downloaded mime_guess v2.0.4
5142024-09-23T21:45:41.811Z Downloaded constant_time_eq v0.3.0
5152024-09-23T21:45:41.814Z Downloaded block-padding v0.3.3
5162024-09-23T21:45:41.816Z Downloaded matches v0.1.10
5172024-09-23T21:45:41.816Z Downloaded is_ci v1.2.0
5182024-09-23T21:45:41.818Z Downloaded cbc v0.1.2
5192024-09-23T21:45:41.818Z Downloaded hubpack_derive v0.1.1
5202024-09-23T21:45:41.821Z Downloaded ciborium-ll v0.2.2
5212024-09-23T21:45:41.823Z Downloaded cexpr v0.6.0
5222024-09-23T21:45:41.826Z Downloaded crc-catalog v2.4.0
5232024-09-23T21:45:41.826Z Downloaded newline-converter v0.3.0
5242024-09-23T21:45:41.828Z Downloaded crc v3.2.1
5252024-09-23T21:45:41.830Z Downloaded serde-big-array v0.5.1
5262024-09-23T21:45:41.833Z Downloaded nu-ansi-term v0.50.0
5272024-09-23T21:45:41.837Z Downloaded lock_api v0.4.12
5282024-09-23T21:45:41.839Z Downloaded crc-any v2.5.0
5292024-09-23T21:45:41.842Z Downloaded const-oid v0.9.6
5302024-09-23T21:45:41.845Z Downloaded cipher v0.4.4
5312024-09-23T21:45:41.847Z Downloaded resolv-conf v0.7.0
5322024-09-23T21:45:41.849Z Downloaded indicatif v0.17.8
5332024-09-23T21:45:41.854Z Downloaded rustc_version v0.1.7
5342024-09-23T21:45:41.857Z Downloaded vte_generate_state_changes v0.1.1
5352024-09-23T21:45:41.860Z Downloaded base64 v0.13.1
5362024-09-23T21:45:41.864Z Downloaded foreign-types v0.5.0
5372024-09-23T21:45:41.864Z Downloaded rustversion v1.0.17
5382024-09-23T21:45:41.866Z Downloaded serde-hex v0.1.0
5392024-09-23T21:45:41.868Z Downloaded smf v0.2.3
5402024-09-23T21:45:41.871Z Downloaded mime v0.3.17
5412024-09-23T21:45:41.873Z Downloaded multimap v0.10.0
5422024-09-23T21:45:41.875Z Downloaded mockall v0.13.0
5432024-09-23T21:45:41.877Z Downloaded csv-core v0.1.11
5442024-09-23T21:45:41.880Z Downloaded wait-timeout v0.2.0
5452024-09-23T21:45:41.882Z Downloaded strum_macros v0.25.3
5462024-09-23T21:45:41.884Z Downloaded spki v0.7.3
5472024-09-23T21:45:41.886Z Downloaded newtype-uuid v1.1.0
5482024-09-23T21:45:41.888Z Downloaded termtree v0.4.1
5492024-09-23T21:45:41.890Z Downloaded num v0.4.3
5502024-09-23T21:45:41.890Z Downloaded nibble_vec v0.1.0
5512024-09-23T21:45:41.893Z Downloaded managed v0.8.0
5522024-09-23T21:45:41.895Z Downloaded unicode-truncate v1.0.0
5532024-09-23T21:45:41.897Z Downloaded compact_str v0.8.0
5542024-09-23T21:45:41.900Z Downloaded hyper-rustls v0.24.2
5552024-09-23T21:45:41.902Z Downloaded base64 v0.22.1
5562024-09-23T21:45:41.908Z Downloaded precomputed-hash v0.1.1
5572024-09-23T21:45:41.911Z Downloaded fallible-iterator v0.3.0
5582024-09-23T21:45:41.911Z Downloaded fallible-iterator v0.2.0
5592024-09-23T21:45:41.913Z Downloaded blake2 v0.10.6
5602024-09-23T21:45:41.915Z Downloaded thiserror-no-std v2.0.2
5612024-09-23T21:45:41.920Z Downloaded static_assertions v1.1.0
5622024-09-23T21:45:41.922Z Downloaded proc-macro-crate v1.3.1
5632024-09-23T21:45:41.924Z Downloaded peg-runtime v0.8.3
5642024-09-23T21:45:41.927Z Downloaded glob v0.3.1
5652024-09-23T21:45:41.927Z Downloaded iana-time-zone v0.1.60
5662024-09-23T21:45:41.929Z Downloaded strum_macros v0.26.4
5672024-09-23T21:45:41.932Z Downloaded ipnet v2.9.0
5682024-09-23T21:45:41.934Z Downloaded hex-literal v0.4.1
5692024-09-23T21:45:41.936Z Downloaded ed25519 v2.2.3
5702024-09-23T21:45:41.939Z Downloaded md-5 v0.10.6
5712024-09-23T21:45:41.942Z Downloaded futures-macro v0.3.30
5722024-09-23T21:45:41.942Z Downloaded tokio-tungstenite v0.20.1
5732024-09-23T21:45:41.944Z Downloaded futures-io v0.3.30
5742024-09-23T21:45:41.946Z Downloaded foreign-types-macros v0.2.3
5752024-09-23T21:45:41.949Z Downloaded num-complex v0.4.6
5762024-09-23T21:45:41.951Z Downloaded memmap2 v0.9.4
5772024-09-23T21:45:41.953Z Downloaded lru v0.12.3
5782024-09-23T21:45:41.953Z Downloaded peg v0.8.4
5792024-09-23T21:45:41.957Z Downloaded packed_struct_codegen v0.10.1
5802024-09-23T21:45:41.959Z Downloaded primeorder v0.13.6
5812024-09-23T21:45:41.962Z Downloaded erased-serde v0.3.31
5822024-09-23T21:45:41.964Z Downloaded native-tls v0.2.11
5832024-09-23T21:45:41.967Z Downloaded smallvec v1.13.2
5842024-09-23T21:45:41.971Z Downloaded opaque-debug v0.3.1
5852024-09-23T21:45:41.974Z Downloaded funty v2.0.0
5862024-09-23T21:45:41.974Z Downloaded thiserror-impl-no-std v2.0.2
5872024-09-23T21:45:41.976Z Downloaded serde_repr v0.1.19
5882024-09-23T21:45:41.976Z Downloaded serde_urlencoded v0.7.1
5892024-09-23T21:45:41.980Z Downloaded serde_plain v1.0.2
5902024-09-23T21:45:41.982Z Downloaded diesel_table_macro_syntax v0.2.0
5912024-09-23T21:45:41.982Z Downloaded zone_cfg_derive v0.1.2
5922024-09-23T21:45:41.984Z Downloaded hickory-client v0.24.1
5932024-09-23T21:45:41.986Z Downloaded pem v3.0.4
5942024-09-23T21:45:41.989Z Downloaded sqlformat v0.2.4
5952024-09-23T21:45:42.001Z Downloaded tls_codec_derive v0.4.1
5962024-09-23T21:45:42.004Z Downloaded portpicker v0.1.1
5972024-09-23T21:45:42.007Z Downloaded miniz_oxide v0.8.0
5982024-09-23T21:45:42.009Z Downloaded zeroize_derive v1.4.2
5992024-09-23T21:45:42.011Z Downloaded rustls-pemfile v1.0.4
6002024-09-23T21:45:42.014Z Downloaded unarray v0.1.4
6012024-09-23T21:45:42.016Z Downloaded termios v0.3.3
6022024-09-23T21:45:42.018Z Downloaded mockall_derive v0.13.0
6032024-09-23T21:45:42.021Z Downloaded const_format v0.2.33
6042024-09-23T21:45:42.025Z Downloaded http v0.2.12
6052024-09-23T21:45:42.029Z Downloaded time-core v0.1.2
6062024-09-23T21:45:42.032Z Downloaded tower-layer v0.3.2
6072024-09-23T21:45:42.034Z Downloaded sync_wrapper v0.1.2
6082024-09-23T21:45:42.034Z Downloaded sqlparser_derive v0.2.2
6092024-09-23T21:45:42.036Z Downloaded mio v0.8.11
6102024-09-23T21:45:42.041Z Downloaded tower-service v0.3.2
6112024-09-23T21:45:42.043Z Downloaded oso-derive v0.27.3
6122024-09-23T21:45:42.046Z Downloaded dhcproto-macros v0.1.0
6132024-09-23T21:45:42.046Z Downloaded num-integer v0.1.46
6142024-09-23T21:45:42.048Z Downloaded num-iter v0.1.45
6152024-09-23T21:45:42.050Z Downloaded derive_builder_macro v0.20.0
6162024-09-23T21:45:42.053Z Downloaded fxhash v0.2.1
6172024-09-23T21:45:42.053Z Downloaded phf_shared v0.10.0
6182024-09-23T21:45:42.053Z Downloaded rfc6979 v0.4.0
6192024-09-23T21:45:42.055Z Downloaded unicase v2.7.0
6202024-09-23T21:45:42.057Z Downloaded dhcproto v0.12.0
6212024-09-23T21:45:42.061Z Downloaded slog-bunyan v2.5.0
6222024-09-23T21:45:42.064Z Downloaded env_logger v0.10.2
6232024-09-23T21:45:42.067Z Downloaded env_logger v0.9.3
6242024-09-23T21:45:42.072Z Downloaded crossbeam-channel v0.5.12
6252024-09-23T21:45:42.074Z Downloaded powerfmt v0.2.0
6262024-09-23T21:45:42.076Z Downloaded percent-encoding v2.3.1
6272024-09-23T21:45:42.076Z Downloaded thread_local v1.1.8
6282024-09-23T21:45:42.078Z Downloaded structmeta v0.3.0
6292024-09-23T21:45:42.081Z Downloaded fragile v2.0.0
6302024-09-23T21:45:42.083Z Downloaded slog-stdlog v4.1.1
6312024-09-23T21:45:42.085Z Downloaded chacha20poly1305 v0.10.1
6322024-09-23T21:45:42.085Z Downloaded derive_more v0.99.18
6332024-09-23T21:45:42.091Z Downloaded which v4.4.2
6342024-09-23T21:45:42.094Z Downloaded postgres-protocol v0.6.7
6352024-09-23T21:45:42.096Z Downloaded ssh-cipher v0.2.0
6362024-09-23T21:45:42.099Z Downloaded signal-hook-registry v1.4.2
6372024-09-23T21:45:42.101Z Downloaded display-error-chain v0.2.1
6382024-09-23T21:45:42.101Z Downloaded dirs-sys-next v0.1.2
6392024-09-23T21:45:42.103Z Downloaded strum v0.26.3
6402024-09-23T21:45:42.105Z Downloaded owo-colors v4.0.0
6412024-09-23T21:45:42.108Z Downloaded env_logger v0.11.5
6422024-09-23T21:45:42.110Z Downloaded hash32 v0.3.1
6432024-09-23T21:45:42.112Z Downloaded debug-ignore v1.0.5
6442024-09-23T21:45:42.115Z Downloaded prettyplease v0.2.20
6452024-09-23T21:45:42.118Z Downloaded data-encoding v2.6.0
6462024-09-23T21:45:42.120Z Downloaded fixedbitset v0.4.2
6472024-09-23T21:45:42.123Z Downloaded utf-8 v0.7.6
6482024-09-23T21:45:42.123Z Downloaded hash32 v0.2.1
6492024-09-23T21:45:42.125Z Downloaded phf_shared v0.11.2
6502024-09-23T21:45:42.127Z Downloaded rtoolbox v0.0.2
6512024-09-23T21:45:42.129Z Downloaded futures v0.3.30
6522024-09-23T21:45:42.134Z Downloaded quick-error v1.2.3
6532024-09-23T21:45:42.136Z Downloaded rusty-fork v0.3.0
6542024-09-23T21:45:42.139Z Downloaded openssl-macros v0.1.1
6552024-09-23T21:45:42.139Z Downloaded salsa20 v0.10.2
6562024-09-23T21:45:42.142Z Downloaded flagset v0.4.5
6572024-09-23T21:45:42.145Z Downloaded itertools v0.10.5
6582024-09-23T21:45:42.150Z Downloaded base64 v0.21.7
6592024-09-23T21:45:42.155Z Downloaded tinyvec_macros v0.1.1
6602024-09-23T21:45:42.157Z Downloaded num-conv v0.1.0
6612024-09-23T21:45:42.159Z Downloaded enum-as-inner v0.6.0
6622024-09-23T21:45:42.162Z Downloaded want v0.3.1
6632024-09-23T21:45:42.162Z Downloaded ena v0.14.3
6642024-09-23T21:45:42.164Z Downloaded structmeta v0.2.0
6652024-09-23T21:45:42.167Z Downloaded strip-ansi-escapes v0.2.0
6662024-09-23T21:45:42.169Z Downloaded r2d2 v0.8.10
6672024-09-23T21:45:42.169Z Downloaded zip v0.6.6
6682024-09-23T21:45:42.174Z Downloaded tabwriter v1.4.0
6692024-09-23T21:45:42.176Z Downloaded foreign-types-shared v0.3.1
6702024-09-23T21:45:42.179Z Downloaded structmeta-derive v0.3.0
6712024-09-23T21:45:42.179Z Downloaded structmeta-derive v0.2.0
6722024-09-23T21:45:42.181Z Downloaded signal-hook-tokio v0.3.1
6732024-09-23T21:45:42.183Z Downloaded psl-types v2.0.11
6742024-09-23T21:45:42.183Z Downloaded signal-hook-mio v0.2.4
6752024-09-23T21:45:42.186Z Downloaded futures-channel v0.3.30
6762024-09-23T21:45:42.186Z Downloaded diff v0.1.13
6772024-09-23T21:45:42.189Z Downloaded whoami v1.5.1
6782024-09-23T21:45:42.193Z Downloaded tap v1.0.1
6792024-09-23T21:45:42.195Z Downloaded radium v0.7.0
6802024-09-23T21:45:42.199Z Downloaded getopts v0.2.21
6812024-09-23T21:45:42.199Z Downloaded crossterm v0.27.0
6822024-09-23T21:45:42.205Z Downloaded num-bigint v0.4.5
6832024-09-23T21:45:42.211Z Downloaded foreign-types-shared v0.1.1
6842024-09-23T21:45:42.213Z Downloaded rand_chacha v0.3.1
6852024-09-23T21:45:42.215Z Downloaded parking_lot v0.12.2
6862024-09-23T21:45:42.217Z Downloaded waitgroup v0.1.2
6872024-09-23T21:45:42.219Z Downloaded x509-cert v0.2.5
6882024-09-23T21:45:42.227Z Downloaded pin-project-internal v1.1.5
6892024-09-23T21:45:42.230Z Downloaded num_enum v0.5.11
6902024-09-23T21:45:42.233Z Downloaded rustc-demangle v0.1.24
6912024-09-23T21:45:42.236Z Downloaded heapless v0.7.17
6922024-09-23T21:45:42.240Z Downloaded predicates-tree v1.0.9
6932024-09-23T21:45:42.243Z Downloaded enum-as-inner v0.5.1
6942024-09-23T21:45:42.245Z Downloaded downcast v0.11.0
6952024-09-23T21:45:42.247Z Downloaded serde_path_to_error v0.1.16
6962024-09-23T21:45:42.250Z Downloaded derive_builder v0.20.0
6972024-09-23T21:45:42.255Z Downloaded tokio-rustls v0.26.0
6982024-09-23T21:45:42.258Z Downloaded env_filter v0.1.2
6992024-09-23T21:45:42.260Z Downloaded parse-size v1.0.0
7002024-09-23T21:45:42.261Z Downloaded olpc-cjson v0.1.3
7012024-09-23T21:45:42.263Z Downloaded tui-tree-widget v0.22.0
7022024-09-23T21:45:42.265Z Downloaded toml_edit v0.19.15
7032024-09-23T21:45:42.284Z Downloaded der_derive v0.7.2
7042024-09-23T21:45:42.286Z Downloaded headers-core v0.2.0
7052024-09-23T21:45:42.286Z Downloaded path-slash v0.1.5
7062024-09-23T21:45:42.288Z Downloaded pbkdf2 v0.11.0
7072024-09-23T21:45:42.291Z Downloaded parse-display v0.10.0
7082024-09-23T21:45:42.293Z Downloaded pem-rfc7468 v0.7.0
7092024-09-23T21:45:42.295Z Downloaded num-rational v0.4.2
7102024-09-23T21:45:42.295Z Downloaded heck v0.3.3
7112024-09-23T21:45:42.297Z Downloaded parking_lot_core v0.9.10
7122024-09-23T21:45:42.300Z Downloaded pretty-hex v0.2.1
7132024-09-23T21:45:42.303Z Downloaded smallvec v0.6.14
7142024-09-23T21:45:42.305Z Downloaded slog-envlogger v2.2.0
7152024-09-23T21:45:42.305Z Downloaded sct v0.7.1
7162024-09-23T21:45:42.310Z Downloaded defmt-parser v0.3.4
7172024-09-23T21:45:42.312Z Downloaded russh-cryptovec v0.7.2
7182024-09-23T21:45:42.312Z Downloaded tokio-macros v2.4.0
7192024-09-23T21:45:42.312Z Downloaded paste v1.0.15
7202024-09-23T21:45:42.315Z Downloaded parse-display-derive v0.10.0
7212024-09-23T21:45:42.317Z Downloaded tls_codec v0.4.1
7222024-09-23T21:45:42.320Z Downloaded fatfs v0.3.6
7232024-09-23T21:45:42.325Z Downloaded derive-where v1.2.7
7242024-09-23T21:45:42.330Z Downloaded defmt-macros v0.3.9
7252024-09-23T21:45:42.332Z Downloaded zone_cfg_derive v0.3.0
7262024-09-23T21:45:42.332Z Downloaded headers v0.3.9
7272024-09-23T21:45:42.337Z Downloaded rustc-hash v1.1.0
7282024-09-23T21:45:42.339Z Downloaded getrandom v0.2.14
7292024-09-23T21:45:42.342Z Downloaded publicsuffix v2.2.3
7302024-09-23T21:45:42.344Z Downloaded num-traits v0.2.19
7312024-09-23T21:45:42.347Z Downloaded ff v0.13.0
7322024-09-23T21:45:42.349Z Downloaded untrusted v0.9.0
7332024-09-23T21:45:42.351Z Downloaded uzers v0.11.3
7342024-09-23T21:45:42.353Z Downloaded ppv-lite86 v0.2.17
7352024-09-23T21:45:42.355Z Downloaded derive_builder_core v0.20.0
7362024-09-23T21:45:42.358Z Downloaded slog-json v2.6.1
7372024-09-23T21:45:42.360Z Downloaded float-ord v0.3.2
7382024-09-23T21:45:42.362Z Downloaded endian-type v0.1.2
7392024-09-23T21:45:42.362Z Downloaded vergen v8.3.2
7402024-09-23T21:45:42.364Z Downloaded toml v0.7.8
7412024-09-23T21:45:42.369Z Downloaded password-hash v0.5.0
7422024-09-23T21:45:42.371Z Downloaded foreign-types v0.3.2
7432024-09-23T21:45:42.373Z Downloaded num_threads v0.1.7
7442024-09-23T21:45:42.373Z Downloaded hashbrown v0.12.3
7452024-09-23T21:45:42.378Z Downloaded hmac v0.12.1
7462024-09-23T21:45:42.380Z Downloaded ref-cast v1.0.23
7472024-09-23T21:45:42.383Z Downloaded scopeguard v1.2.0
7482024-09-23T21:45:42.385Z Downloaded ghash v0.5.1
7492024-09-23T21:45:42.388Z Downloaded tokio-native-tls v0.3.1
7502024-09-23T21:45:42.390Z Downloaded rustls-pemfile v2.1.3
7512024-09-23T21:45:42.391Z Downloaded tiny-keccak v2.0.2
7522024-09-23T21:45:42.394Z Downloaded scrypt v0.11.0
7532024-09-23T21:45:42.400Z Downloaded either v1.13.0
7542024-09-23T21:45:42.402Z Downloaded wyz v0.5.1
7552024-09-23T21:45:42.402Z Downloaded similar v2.6.0
7562024-09-23T21:45:42.405Z Downloaded nom v7.1.3
7572024-09-23T21:45:42.410Z Downloaded fd-lock v4.0.2
7582024-09-23T21:45:42.414Z Downloaded pkcs8 v0.10.2
7592024-09-23T21:45:42.416Z Downloaded poly1305 v0.8.0
7602024-09-23T21:45:42.418Z Downloaded value-bag v1.9.0
7612024-09-23T21:45:42.421Z Downloaded num_enum_derive v0.5.11
7622024-09-23T21:45:42.423Z Downloaded socket2 v0.4.10
7632024-09-23T21:45:42.426Z Downloaded time v0.3.36
7642024-09-23T21:45:42.432Z Downloaded openssl-sys v0.9.103
7652024-09-23T21:45:42.438Z Downloaded vsss-rs v3.3.4
7662024-09-23T21:45:42.442Z Downloaded tracing-attributes v0.1.27
7672024-09-23T21:45:42.444Z Downloaded rustls-webpki v0.102.4
7682024-09-23T21:45:42.463Z Downloaded reedline v0.33.0
7692024-09-23T21:45:42.471Z Downloaded russh-keys v0.45.0
7702024-09-23T21:45:42.474Z Downloaded ed25519-dalek v2.1.1
7712024-09-23T21:45:42.478Z Downloaded ssh-key v0.6.6
7722024-09-23T21:45:42.486Z Downloaded p521 v0.13.3
7732024-09-23T21:45:42.491Z Downloaded tungstenite v0.21.0
7742024-09-23T21:45:42.494Z Downloaded signature v2.2.0
7752024-09-23T21:45:42.496Z Downloaded shell-words v1.1.0
7762024-09-23T21:45:42.502Z Downloaded rand v0.8.5
7772024-09-23T21:45:42.502Z Downloaded p256 v0.13.2
7782024-09-23T21:45:42.505Z Downloaded tokio-postgres v0.7.11
7792024-09-23T21:45:42.510Z Downloaded salty v0.3.0
7802024-09-23T21:45:42.518Z Downloaded itertools v0.13.0
7812024-09-23T21:45:42.527Z Downloaded russh v0.45.0
7822024-09-23T21:45:42.533Z Downloaded half v2.4.1
7832024-09-23T21:45:42.536Z Downloaded tough v0.17.1
7842024-09-23T21:45:42.546Z Downloaded tar v0.4.41
7852024-09-23T21:45:42.549Z Downloaded tungstenite v0.23.0
7862024-09-23T21:45:42.553Z Downloaded snafu v0.8.2
7872024-09-23T21:45:42.559Z Downloaded bitvec v1.0.1
7882024-09-23T21:45:42.577Z Downloaded tracing-core v0.1.32
7892024-09-23T21:45:42.580Z Downloaded curve25519-dalek v4.1.3
7902024-09-23T21:45:42.590Z Downloaded hashbrown v0.13.2
7912024-09-23T21:45:42.595Z Downloaded rsa v0.9.6
7922024-09-23T21:45:42.601Z Downloaded tinyvec v1.6.0
7932024-09-23T21:45:42.604Z Downloaded hkdf v0.12.4
7942024-09-23T21:45:42.607Z Downloaded rustls v0.21.12
7952024-09-23T21:45:42.620Z Downloaded group v0.13.0
7962024-09-23T21:45:42.623Z Downloaded flume v0.11.0
7972024-09-23T21:45:42.626Z Downloaded regex-syntax v0.6.29
7982024-09-23T21:45:42.634Z Downloaded lalrpop v0.19.12
7992024-09-23T21:45:42.646Z Downloaded openssl v0.10.66
8002024-09-23T21:45:42.657Z Downloaded webpki-roots v0.25.4
8012024-09-23T21:45:42.661Z Downloaded elliptic-curve v0.13.8
8022024-09-23T21:45:42.667Z Downloaded rustls v0.22.4
8032024-09-23T21:45:42.680Z Downloaded bstr v1.9.1
8042024-09-23T21:45:42.692Z Downloaded typed-path v0.7.1
8052024-09-23T21:45:42.699Z Downloaded rayon-core v1.12.1
8062024-09-23T21:45:42.703Z Downloaded tower v0.4.13
8072024-09-23T21:45:42.713Z Downloaded object v0.32.2
8082024-09-23T21:45:42.725Z Downloaded sqlparser v0.45.0
8092024-09-23T21:45:42.731Z Downloaded sled v0.34.7
8102024-09-23T21:45:42.742Z Downloaded idna v0.3.0
8112024-09-23T21:45:42.751Z Downloaded rustls v0.23.10
8122024-09-23T21:45:42.769Z Downloaded diesel v2.2.4
8132024-09-23T21:45:42.789Z Downloaded futures-util v0.3.30
8142024-09-23T21:45:42.802Z Downloaded regex-automata v0.4.6
8152024-09-23T21:45:42.821Z Downloaded nix v0.27.1
8162024-09-23T21:45:42.832Z Downloaded winnow v0.5.40
8172024-09-23T21:45:42.843Z Downloaded tokio v1.39.3
8182024-09-23T21:45:42.882Z Downloaded idna v0.4.0
8192024-09-23T21:45:42.890Z Downloaded reqwest v0.11.27
8202024-09-23T21:45:42.898Z Downloaded csv v1.3.0
8212024-09-23T21:45:42.919Z Downloaded encoding_rs v0.8.34
8222024-09-23T21:45:42.941Z Downloaded h2 v0.4.6
8232024-09-23T21:45:42.948Z Downloaded rayon v1.10.0
8242024-09-23T21:45:42.957Z Downloaded rustls-webpki v0.101.7
8252024-09-23T21:45:42.972Z Downloaded h2 v0.3.26
8262024-09-23T21:45:42.978Z Downloaded proptest v1.5.0
8272024-09-23T21:45:42.988Z Downloaded git2 v0.19.0
8282024-09-23T21:45:42.997Z Downloaded p384 v0.13.0
8292024-09-23T21:45:43.003Z Downloaded nix v0.28.0
8302024-09-23T21:45:43.015Z Downloaded rusqlite v0.32.1
8312024-09-23T21:45:43.022Z Downloaded radix_trie v0.2.1
8322024-09-23T21:45:43.028Z Downloaded quick-xml v0.33.0
8332024-09-23T21:45:43.034Z Downloaded finl_unicode v1.2.0
8342024-09-23T21:45:43.048Z Downloaded vcpkg v0.2.15
8352024-09-23T21:45:43.087Z Downloaded regex v1.10.6
8362024-09-23T21:45:43.100Z Downloaded regress v0.9.1
8372024-09-23T21:45:43.109Z Downloaded gimli v0.28.1
8382024-09-23T21:45:43.118Z Downloaded object v0.30.4
8392024-09-23T21:45:43.128Z Downloaded hickory-proto v0.24.1
8402024-09-23T21:45:43.144Z Downloaded smoltcp v0.11.0
8412024-09-23T21:45:43.156Z Downloaded polar-core v0.27.3
8422024-09-23T21:45:43.165Z Downloaded trust-dns-proto v0.22.0
8432024-09-23T21:45:43.179Z Downloaded regex-syntax v0.8.4
8442024-09-23T21:45:43.187Z Downloaded dropshot v0.10.1
8452024-09-23T21:45:43.198Z Downloaded smoltcp v0.9.1
8462024-09-23T21:45:43.209Z Downloaded nix v0.29.0
8472024-09-23T21:45:43.222Z Downloaded idna v0.2.3
8482024-09-23T21:45:43.228Z Downloaded idna v0.5.0
8492024-09-23T21:45:43.236Z Downloaded bzip2-sys v0.1.11+1.0.8
8502024-09-23T21:45:43.248Z Downloaded openapiv3 v2.0.0
8512024-09-23T21:45:43.261Z Downloaded zerocopy-derive v0.6.6
8522024-09-23T21:45:43.271Z Downloaded hyper v0.14.30
8532024-09-23T21:45:43.279Z Downloaded darling_core v0.20.9
8542024-09-23T21:45:43.284Z Downloaded ratatui v0.28.0
8552024-09-23T21:45:43.304Z Downloaded pkcs1 v0.7.5
8562024-09-23T21:45:43.306Z Downloaded heapless v0.8.0
8572024-09-23T21:45:43.310Z Downloaded flate2 v1.0.33
8582024-09-23T21:45:43.315Z Downloaded rustyline v14.0.0
8592024-09-23T21:45:43.320Z Downloaded serde_with v3.9.0
8602024-09-23T21:45:43.329Z Downloaded time-macros v0.2.18
8612024-09-23T21:45:43.331Z Downloaded ref-cast-impl v1.0.23
8622024-09-23T21:45:43.333Z Downloaded pkg-config v0.3.30
8632024-09-23T21:45:43.333Z Downloaded number_prefix v0.4.0
8642024-09-23T21:45:43.335Z Downloaded tracing v0.1.40
8652024-09-23T21:45:43.338Z Downloaded chrono v0.4.38
8662024-09-23T21:45:43.346Z Downloaded bindgen v0.69.4
8672024-09-23T21:45:43.353Z Downloaded tokio-util v0.7.11
8682024-09-23T21:45:43.360Z Downloaded tungstenite v0.20.1
8692024-09-23T21:45:43.363Z Downloaded portable-atomic v1.6.0
8702024-09-23T21:45:43.369Z Downloaded embedded-io v0.4.0
8712024-09-23T21:45:43.372Z Downloaded filetime v0.2.25
8722024-09-23T21:45:43.374Z Downloaded dropshot_endpoint v0.10.1
8732024-09-23T21:45:43.377Z Downloaded petgraph v0.6.5
8742024-09-23T21:45:43.392Z Downloaded vte v0.11.1
8752024-09-23T21:45:43.395Z Downloaded predicates v3.1.2
8762024-09-23T21:45:43.397Z Downloaded slog-term v2.9.1
8772024-09-23T21:45:43.403Z Downloaded der v0.7.9
8782024-09-23T21:45:43.405Z Downloaded rustls-pki-types v1.7.0
8792024-09-23T21:45:43.408Z Downloaded schemars_derive v0.8.21
8802024-09-23T21:45:43.410Z Downloaded url v2.5.2
8812024-09-23T21:45:43.413Z Downloaded walkdir v2.5.0
8822024-09-23T21:45:43.415Z Downloaded snafu-derive v0.8.2
8832024-09-23T21:45:43.415Z Downloaded aho-corasick v1.1.3
8842024-09-23T21:45:43.421Z Downloaded untrusted v0.7.1
8852024-09-23T21:45:43.423Z Downloaded serde_yaml v0.9.34+deprecated
8862024-09-23T21:45:43.426Z Downloaded hyper v1.4.1
8872024-09-23T21:45:43.432Z Downloaded libm v0.2.8
8882024-09-23T21:45:43.441Z Downloaded sha3 v0.10.8
8892024-09-23T21:45:43.445Z Downloaded schemars v0.8.21
8902024-09-23T21:45:43.457Z Downloaded samael v0.0.17
8912024-09-23T21:45:43.463Z Downloaded unicode_categories v0.1.1
8922024-09-23T21:45:43.465Z Downloaded hickory-resolver v0.24.1
8932024-09-23T21:45:43.470Z Downloaded slog-dtrace v0.3.0
8942024-09-23T21:45:43.473Z Downloaded serde_derive_internals v0.29.1
8952024-09-23T21:45:43.475Z Downloaded pin-project-lite v0.2.14
8962024-09-23T21:45:43.477Z Downloaded tokio-rustls v0.24.1
8972024-09-23T21:45:43.480Z Downloaded omicron-zone-package v0.11.0
8982024-09-23T21:45:43.483Z Downloaded signal-hook v0.3.17
8992024-09-23T21:45:43.486Z Downloaded minimal-lexical v0.2.1
9002024-09-23T21:45:43.490Z Downloaded darling_macro v0.20.9
9012024-09-23T21:45:43.493Z Downloaded sigpipe v0.1.3
9022024-09-23T21:45:43.493Z Downloaded tokio-rustls v0.25.0
9032024-09-23T21:45:43.495Z Downloaded unicode-normalization v0.1.23
9042024-09-23T21:45:43.498Z Downloaded crossterm v0.28.1
9052024-09-23T21:45:43.504Z Downloaded futures-task v0.3.30
9062024-09-23T21:45:43.507Z Downloaded form_urlencoded v1.2.1
9072024-09-23T21:45:43.507Z Downloaded deranged v0.3.11
9082024-09-23T21:45:43.509Z Downloaded defmt v0.3.8
9092024-09-23T21:45:43.511Z Downloaded supports-color v3.0.1
9102024-09-23T21:45:43.513Z Downloaded uuid v1.10.0
9112024-09-23T21:45:43.516Z Downloaded http v1.1.0
9122024-09-23T21:45:43.520Z Downloaded predicates-core v1.0.6
9132024-09-23T21:45:43.524Z Downloaded pin-utils v0.1.0
9142024-09-23T21:45:43.524Z Downloaded unsafe-libyaml v0.2.11
9152024-09-23T21:45:43.526Z Downloaded blake3 v1.5.1
9162024-09-23T21:45:43.532Z Downloaded sha1 v0.10.6
9172024-09-23T21:45:43.534Z Downloaded term v0.7.0
9182024-09-23T21:45:43.537Z Downloaded expectorate v1.1.0
9192024-09-23T21:45:43.540Z Downloaded take_mut v0.2.2
9202024-09-23T21:45:43.542Z Downloaded rand_seeder v0.3.0
9212024-09-23T21:45:43.542Z Downloaded diesel_derives v2.2.2
9222024-09-23T21:45:43.546Z Downloaded try-lock v0.2.5
9232024-09-23T21:45:43.549Z Downloaded ron v0.7.1
9242024-09-23T21:45:43.552Z Downloaded num-bigint-dig v0.8.4
9252024-09-23T21:45:43.557Z Downloaded libxml v0.3.3
9262024-09-23T21:45:43.563Z Downloaded aes-gcm v0.10.3
9272024-09-23T21:45:43.566Z Downloaded mio v1.0.2
9282024-09-23T21:45:43.572Z Downloaded itertools v0.12.1
9292024-09-23T21:45:43.579Z Downloaded gethostname v0.5.0
9302024-09-23T21:45:43.582Z Downloaded float-cmp v0.9.0
9312024-09-23T21:45:43.582Z Downloaded unicode-segmentation v1.11.0
9322024-09-23T21:45:43.585Z Downloaded steno v0.4.1
9332024-09-23T21:45:43.590Z Downloaded rcgen v0.12.1
9342024-09-23T21:45:43.593Z Downloaded parking_lot_core v0.8.6
9352024-09-23T21:45:43.596Z Downloaded slog v2.7.0
9362024-09-23T21:45:43.599Z Downloaded unicode-bidi v0.3.15
9372024-09-23T21:45:43.603Z Downloaded oso v0.27.3
9382024-09-23T21:45:43.606Z Downloaded rand_xorshift v0.3.0
9392024-09-23T21:45:43.606Z Downloaded stringprep v0.1.4
9402024-09-23T21:45:43.606Z Downloaded stable_deref_trait v1.2.0
9412024-09-23T21:45:43.609Z Downloaded postgres-types v0.2.7
9422024-09-23T21:45:43.609Z Downloaded openssl-probe v0.1.5
9432024-09-23T21:45:43.609Z Downloaded string_cache v0.8.7
9442024-09-23T21:45:43.612Z Downloaded ssh-encoding v0.2.0
9452024-09-23T21:45:43.615Z Downloaded shlex v1.3.0
9462024-09-23T21:45:43.617Z Downloaded postcard v1.0.8
9472024-09-23T21:45:43.619Z Downloaded pkcs5 v0.7.1
9482024-09-23T21:45:43.623Z Downloaded pin-project v1.1.5
9492024-09-23T21:45:43.634Z Downloaded phf v0.11.2
9502024-09-23T21:45:43.636Z Downloaded dirs-next v2.0.0
9512024-09-23T21:45:43.636Z Downloaded polyval v0.6.2
9522024-09-23T21:45:43.639Z Downloaded same-file v1.0.6
9532024-09-23T21:45:43.641Z Downloaded socket2 v0.5.7
9542024-09-23T21:45:43.645Z Downloaded password-hash v0.4.2
9552024-09-23T21:45:43.645Z Downloaded slog-async v2.8.0
9562024-09-23T21:45:43.649Z Downloaded peg-macros v0.8.4
9572024-09-23T21:45:43.649Z Downloaded futures-sink v0.3.30
9582024-09-23T21:45:43.649Z Downloaded termcolor v1.4.1
9592024-09-23T21:45:43.652Z Downloaded futures-core v0.3.30
9602024-09-23T21:45:43.652Z Downloaded fallible-streaming-iterator v0.1.9
9612024-09-23T21:45:43.652Z Downloaded difflib v0.4.0
9622024-09-23T21:45:43.652Z Downloaded zone v0.3.0
9632024-09-23T21:45:43.654Z Downloaded zone v0.1.8
9642024-09-23T21:45:43.654Z Downloaded aes v0.8.4
9652024-09-23T21:45:43.657Z Downloaded num-derive v0.4.2
9662024-09-23T21:45:43.659Z Downloaded universal-hash v0.5.1
9672024-09-23T21:45:43.659Z Downloaded topological-sort v0.2.2
9682024-09-23T21:45:43.662Z Downloaded zerocopy v0.6.6
9692024-09-23T21:45:43.665Z Downloaded yasna v0.5.2
9702024-09-23T21:45:43.667Z Downloaded hickory-server v0.24.1
9712024-09-23T21:45:43.670Z Downloaded ron v0.8.1
9722024-09-23T21:45:43.676Z Downloaded strum_macros v0.24.3
9732024-09-23T21:45:43.678Z Downloaded pbkdf2 v0.12.2
9742024-09-23T21:45:43.681Z Downloaded parking_lot v0.11.2
9752024-09-23T21:45:43.685Z Downloaded highway v1.2.0
9762024-09-23T21:45:43.685Z Downloaded hashlink v0.9.1
9772024-09-23T21:45:43.687Z Downloaded globset v0.4.14
9782024-09-23T21:45:43.687Z Downloaded ecdsa v0.16.9
9792024-09-23T21:45:43.689Z Downloaded des v0.8.1
9802024-09-23T21:45:43.691Z Downloaded crypto-bigint v0.5.5
9812024-09-23T21:45:43.697Z Downloaded subtle v2.5.0
9822024-09-23T21:45:43.699Z Downloaded rand_core v0.6.4
9832024-09-23T21:45:43.699Z Downloaded indexmap v1.9.3
9842024-09-23T21:45:43.703Z Downloaded spin v0.5.2
9852024-09-23T21:45:43.705Z Downloaded slog-scope v4.4.0
9862024-09-23T21:45:43.707Z Downloaded libgit2-sys v0.17.0+1.8.1
9872024-09-23T21:45:43.766Z Downloaded serde_with_macros v3.9.0
9882024-09-23T21:45:43.769Z Downloaded subprocess v0.2.9
9892024-09-23T21:45:43.771Z Downloaded tokio-tungstenite v0.23.1
9902024-09-23T21:45:43.771Z Downloaded test-strategy v0.3.1
9912024-09-23T21:45:43.775Z Downloaded rustfmt-wrapper v0.2.1
9922024-09-23T21:45:43.777Z Downloaded rustc_version v0.4.0
9932024-09-23T21:45:43.777Z Downloaded toolchain_find v0.4.0
9942024-09-23T21:45:43.779Z Downloaded tokio-tungstenite v0.21.0
9952024-09-23T21:45:43.782Z Downloaded bytes v1.7.1
9962024-09-23T21:45:43.784Z Downloaded hyper-util v0.1.7
9972024-09-23T21:45:43.788Z Downloaded packed_struct v0.10.1
9982024-09-23T21:45:43.790Z Downloaded xattr v1.3.1
9992024-09-23T21:45:43.792Z Downloaded clang-sys v1.7.0
10002024-09-23T21:45:43.794Z Downloaded tokio-stream v0.1.15
10012024-09-23T21:45:43.797Z Downloaded cc v1.0.97
10022024-09-23T21:45:43.801Z Downloaded backtrace v0.3.71
10032024-09-23T21:45:43.806Z Downloaded hyper-tls v0.5.0
10042024-09-23T21:45:43.808Z Downloaded futures-executor v0.3.30
10052024-09-23T21:45:43.810Z Downloaded spin v0.9.8
10062024-09-23T21:45:43.814Z Downloaded zeroize v1.8.1
10072024-09-23T21:45:43.814Z Downloaded unicode-xid v0.2.4
10082024-09-23T21:45:43.817Z Downloaded twox-hash v1.6.3
10092024-09-23T21:45:43.817Z Downloaded serde_arrays v0.1.0
10102024-09-23T21:45:43.819Z Downloaded crossbeam-epoch v0.9.18
10112024-09-23T21:45:43.821Z Downloaded dyn-clone v1.0.17
10122024-09-23T21:45:43.823Z Downloaded dsl_auto_type v0.1.2
10132024-09-23T21:45:43.823Z Downloaded semver v0.1.20
10142024-09-23T21:45:43.826Z Downloaded scheduled-thread-pool v0.2.7
10152024-09-23T21:45:43.826Z Downloaded slab v0.4.9
10162024-09-23T21:45:43.828Z Downloaded siphasher v0.3.11
10172024-09-23T21:45:43.828Z Downloaded nodrop v0.1.14
10182024-09-23T21:45:43.830Z Downloaded linked-hash-map v0.5.6
10192024-09-23T21:45:43.830Z Downloaded arc-swap v1.7.1
10202024-09-23T21:45:43.834Z Downloaded libsw v3.3.1
10212024-09-23T21:45:43.836Z Downloaded lazycell v1.3.0
10222024-09-23T21:45:43.838Z Downloaded cookie v0.17.0
10232024-09-23T21:45:43.841Z Downloaded console v0.15.8
10242024-09-23T21:45:43.843Z Downloaded lalrpop-util v0.19.12
10252024-09-23T21:45:43.845Z Downloaded indoc v1.0.9
10262024-09-23T21:45:43.847Z Downloaded cassowary v0.3.0
10272024-09-23T21:45:43.847Z Downloaded bcs v0.1.6
10282024-09-23T21:45:43.850Z Downloaded secrecy v0.8.0
10292024-09-23T21:45:43.852Z Downloaded sec1 v0.7.3
10302024-09-23T21:45:43.854Z Downloaded keccak v0.1.5
10312024-09-23T21:45:43.854Z Downloaded inout v0.1.3
10322024-09-23T21:45:43.856Z Downloaded bitfield v0.14.0
10332024-09-23T21:45:43.856Z Downloaded impl-trait-for-tuples v0.2.2
10342024-09-23T21:45:43.859Z Downloaded httpdate v1.0.3
10352024-09-23T21:45:43.861Z Downloaded hostname v0.4.0
10362024-09-23T21:45:43.861Z Downloaded ciborium v0.2.2
10372024-09-23T21:45:43.863Z Downloaded async-bb8-diesel v0.2.1
10382024-09-23T21:45:43.866Z Downloaded cookie v0.18.1
10392024-09-23T21:45:43.868Z Downloaded backoff v0.4.0
10402024-09-23T21:45:43.871Z Downloaded async-trait v0.1.82
10412024-09-23T21:45:43.873Z Downloaded miniz_oxide v0.7.2
10422024-09-23T21:45:43.876Z Downloaded cancel-safe-futures v0.1.5
10432024-09-23T21:45:43.878Z Downloaded addr2line v0.21.0
10442024-09-23T21:45:43.881Z Downloaded hex v0.4.3
10452024-09-23T21:45:43.884Z Downloaded crossbeam-utils v0.8.19
10462024-09-23T21:45:43.890Z Downloaded crc32fast v1.4.0
10472024-09-23T21:45:43.890Z Downloaded bzip2 v0.4.4
10482024-09-23T21:45:43.894Z Downloaded http-body v0.4.6
10492024-09-23T21:45:43.894Z Downloaded base64ct v1.6.0
10502024-09-23T21:45:43.894Z Downloaded argon2 v0.5.3
10512024-09-23T21:45:43.897Z Downloaded colored v2.1.0
10522024-09-23T21:45:43.897Z Downloaded bitflags v1.3.2
10532024-09-23T21:45:43.899Z Downloaded bit-set v0.5.3
10542024-09-23T21:45:43.901Z Downloaded libloading v0.8.3
10552024-09-23T21:45:43.902Z Downloaded ascii-canvas v3.0.0
10562024-09-23T21:45:43.904Z Downloaded const_format_proc_macros v0.2.33
10572024-09-23T21:45:43.906Z Downloaded base16ct v0.2.0
10582024-09-23T21:45:43.906Z Downloaded arrayvec v0.7.4
10592024-09-23T21:45:43.908Z Downloaded arrayref v0.3.7
10602024-09-23T21:45:43.910Z Downloaded kstat-rs v0.2.4
10612024-09-23T21:45:43.910Z Downloaded cstr-argument v0.1.2
10622024-09-23T21:45:43.913Z Downloaded crunchy v0.2.2
10632024-09-23T21:45:43.913Z Downloaded linear-map v1.2.0
10642024-09-23T21:45:43.913Z Downloaded internet-checksum v0.2.1
10652024-09-23T21:45:43.915Z Downloaded cfg_aliases v0.2.1
10662024-09-23T21:45:43.915Z Downloaded bitstruct_derive v0.1.0
10672024-09-23T21:45:43.917Z Downloaded ctr v0.9.2
10682024-09-23T21:45:43.919Z Downloaded aead v0.5.2
10692024-09-23T21:45:43.919Z Downloaded hubpack v0.1.2
10702024-09-23T21:45:43.921Z Downloaded blowfish v0.9.1
10712024-09-23T21:45:43.921Z Downloaded ascii v1.1.0
10722024-09-23T21:45:43.923Z Downloaded bit-vec v0.6.3
10732024-09-23T21:45:43.929Z Downloaded assert_matches v1.5.0
10742024-09-23T21:45:43.930Z Downloaded http-body v1.0.0
10752024-09-23T21:45:43.930Z Downloaded chacha20 v0.9.1
10762024-09-23T21:45:43.930Z Downloaded async-recursion v1.1.1
10772024-09-23T21:45:43.932Z Downloaded darling v0.20.9
10782024-09-23T21:45:43.935Z Downloaded cfg_aliases v0.1.1
10792024-09-23T21:45:43.937Z Downloaded atomicwrites v0.4.3
10802024-09-23T21:45:43.937Z Downloaded atomic-waker v1.1.2
10812024-09-23T21:45:43.939Z Downloaded array-init v0.0.4
10822024-09-23T21:45:44.337Z Downloaded libz-sys v1.1.16
10832024-09-23T21:45:44.417Z Downloaded ring v0.17.8
10842024-09-23T21:45:44.597Z Downloaded libsqlite3-sys v0.30.1
10852024-09-23T21:45:44.676Z Downloaded ring v0.16.20
10862024-09-23T21:45:44.851Z Compiling serde v1.0.208
10872024-09-23T21:45:44.854Z Compiling typenum v1.17.0
10882024-09-23T21:45:44.854Z Compiling generic-array v0.14.7
10892024-09-23T21:45:44.854Z Compiling lock_api v0.4.12
10902024-09-23T21:45:45.020Z Compiling scopeguard v1.2.0
10912024-09-23T21:45:45.023Z Compiling value-bag v1.9.0
10922024-09-23T21:45:45.034Z Compiling syn v2.0.74
10932024-09-23T21:45:45.047Z Compiling getrandom v0.2.14
10942024-09-23T21:45:45.200Z Compiling const-oid v0.9.6
10952024-09-23T21:45:45.369Z Compiling rand_core v0.6.4
10962024-09-23T21:45:45.589Z Compiling log v0.4.21
10972024-09-23T21:45:45.614Z Compiling subtle v2.5.0
10982024-09-23T21:45:45.656Z Compiling jobserver v0.1.32
10992024-09-23T21:45:45.917Z Compiling smallvec v1.13.2
11002024-09-23T21:45:46.040Z Compiling pin-project-lite v0.2.14
11012024-09-23T21:45:46.095Z Compiling cc v1.0.97
11022024-09-23T21:45:46.207Z Compiling parking_lot_core v0.9.10
11032024-09-23T21:45:46.514Z Compiling signal-hook-registry v1.4.2
11042024-09-23T21:45:46.686Z Compiling mio v1.0.2
11052024-09-23T21:45:46.689Z Compiling socket2 v0.5.7
11062024-09-23T21:45:47.324Z Compiling parking_lot v0.12.2
11072024-09-23T21:45:47.404Z Compiling ahash v0.8.11
11082024-09-23T21:45:47.446Z Compiling futures-core v0.3.30
11092024-09-23T21:45:47.730Z Compiling futures-sink v0.3.30
11102024-09-23T21:45:47.818Z Compiling cpufeatures v0.2.12
11112024-09-23T21:45:47.909Z Compiling slab v0.4.9
11122024-09-23T21:45:47.911Z Compiling allocator-api2 v0.2.18
11132024-09-23T21:45:47.945Z Compiling spin v0.9.8
11142024-09-23T21:45:47.948Z Compiling tinyvec_macros v0.1.1
11152024-09-23T21:45:47.977Z Compiling futures-channel v0.3.30
11162024-09-23T21:45:48.316Z Compiling tinyvec v1.6.0
11172024-09-23T21:45:48.337Z Compiling serde_json v1.0.125
11182024-09-23T21:45:48.356Z Compiling libm v0.2.8
11192024-09-23T21:45:48.413Z Compiling futures-io v0.3.30
11202024-09-23T21:45:48.691Z Compiling futures-task v0.3.30
11212024-09-23T21:45:48.710Z Compiling pin-utils v0.1.0
11222024-09-23T21:45:48.745Z Compiling base64ct v1.6.0
11232024-09-23T21:45:48.809Z Compiling num-traits v0.2.19
11242024-09-23T21:45:48.830Z Compiling unicode-bidi v0.3.15
11252024-09-23T21:45:48.833Z Compiling flagset v0.4.5
11262024-09-23T21:45:49.071Z Compiling tracing-core v0.1.32
11272024-09-23T21:45:49.340Z Compiling pem-rfc7468 v0.7.0
11282024-09-23T21:45:49.377Z Compiling vcpkg v0.2.15
11292024-09-23T21:45:49.864Z Compiling unicode-normalization v0.1.23
11302024-09-23T21:45:50.371Z Compiling pkg-config v0.3.30
11312024-09-23T21:45:50.390Z Compiling ring v0.17.8
11322024-09-23T21:45:50.425Z Compiling httparse v1.8.0
11332024-09-23T21:45:50.446Z Compiling percent-encoding v2.3.1
11342024-09-23T21:45:50.825Z Compiling ppv-lite86 v0.2.17
11352024-09-23T21:45:50.912Z Compiling untrusted v0.9.0
11362024-09-23T21:45:51.035Z Compiling rustix v0.38.34
11372024-09-23T21:45:51.121Z Compiling try-lock v0.2.5
11382024-09-23T21:45:51.288Z Compiling want v0.3.1
11392024-09-23T21:45:51.727Z Compiling time-core v0.1.2
11402024-09-23T21:45:51.731Z Compiling rand_chacha v0.3.1
11412024-09-23T21:45:51.764Z Compiling openssl v0.10.66
11422024-09-23T21:45:51.914Z Compiling openssl-sys v0.9.103
11432024-09-23T21:45:51.948Z Compiling tower-service v0.3.2
11442024-09-23T21:45:52.064Z Compiling rand v0.8.5
11452024-09-23T21:45:52.107Z Compiling foreign-types-shared v0.1.1
11462024-09-23T21:45:52.176Z Compiling httpdate v1.0.3
11472024-09-23T21:45:52.217Z Compiling powerfmt v0.2.0
11482024-09-23T21:45:52.257Z Compiling num-conv v0.1.0
11492024-09-23T21:45:52.551Z Compiling rustversion v1.0.17
11502024-09-23T21:45:52.571Z Compiling time-macros v0.2.18
11512024-09-23T21:45:52.646Z Compiling deranged v0.3.11
11522024-09-23T21:45:53.369Z Compiling foreign-types v0.3.2
11532024-09-23T21:45:53.468Z Compiling form_urlencoded v1.2.1
11542024-09-23T21:45:53.803Z Compiling aho-corasick v1.1.3
11552024-09-23T21:45:53.879Z Compiling native-tls v0.2.11
11562024-09-23T21:45:54.008Z Compiling rustls v0.21.12
11572024-09-23T21:45:54.224Z Compiling siphasher v0.3.11
11582024-09-23T21:45:54.282Z Compiling syn v1.0.109
11592024-09-23T21:45:54.408Z Compiling regex-syntax v0.8.4
11602024-09-23T21:45:54.502Z Compiling num_threads v0.1.7
11612024-09-23T21:45:54.616Z Compiling crossbeam-utils v0.8.19
11622024-09-23T21:45:54.985Z Compiling idna v0.5.0
11632024-09-23T21:45:55.273Z Compiling socket2 v0.4.10
11642024-09-23T21:45:55.816Z Compiling time v0.3.36
11652024-09-23T21:45:56.134Z Compiling cookie v0.17.0
11662024-09-23T21:45:56.169Z Compiling iana-time-zone v0.1.60
11672024-09-23T21:45:56.441Z Compiling finl_unicode v1.2.0
11682024-09-23T21:45:56.602Z Compiling slog v2.7.0
11692024-09-23T21:45:56.623Z Compiling openssl-probe v0.1.5
11702024-09-23T21:45:56.997Z Compiling stringprep v0.1.4
11712024-09-23T21:45:57.090Z Compiling url v2.5.2
11722024-09-23T21:45:58.173Z Compiling regex-automata v0.4.6
11732024-09-23T21:45:59.006Z Compiling num-integer v0.1.46
11742024-09-23T21:45:59.219Z Compiling idna v0.3.0
11752024-09-23T21:45:59.676Z Compiling serde_derive v1.0.208
11762024-09-23T21:45:59.817Z Compiling zeroize_derive v1.4.2
11772024-09-23T21:46:00.866Z Compiling zerocopy-derive v0.7.34
11782024-09-23T21:46:01.089Z Compiling tokio-macros v2.4.0
11792024-09-23T21:46:01.254Z Compiling futures-macro v0.3.30
11802024-09-23T21:46:01.386Z Compiling der_derive v0.7.2
11812024-09-23T21:46:01.556Z Compiling zeroize v1.8.1
11822024-09-23T21:46:02.764Z Compiling thiserror-impl v1.0.63
11832024-09-23T21:46:03.287Z Compiling zerocopy v0.7.34
11842024-09-23T21:46:03.357Z Compiling crypto-common v0.1.6
11852024-09-23T21:46:03.438Z Compiling block-buffer v0.10.4
11862024-09-23T21:46:03.607Z Compiling block-padding v0.3.3
11872024-09-23T21:46:03.720Z Compiling digest v0.10.7
11882024-09-23T21:46:03.870Z Compiling inout v0.1.3
11892024-09-23T21:46:03.994Z Compiling futures-util v0.3.30
11902024-09-23T21:46:04.162Z Compiling hmac v0.12.1
11912024-09-23T21:46:04.230Z Compiling sha2 v0.10.8
11922024-09-23T21:46:04.422Z Compiling cipher v0.4.4
11932024-09-23T21:46:04.977Z Compiling der v0.7.9
11942024-09-23T21:46:05.602Z Compiling hashbrown v0.14.5
11952024-09-23T21:46:06.094Z Compiling thiserror v1.0.63
11962024-09-23T21:46:06.250Z Compiling salsa20 v0.10.2
11972024-09-23T21:46:06.503Z Compiling pbkdf2 v0.12.2
11982024-09-23T21:46:06.691Z Compiling tracing-attributes v0.1.27
11992024-09-23T21:46:07.108Z Compiling scrypt v0.11.0
12002024-09-23T21:46:07.725Z Compiling spki v0.7.3
12012024-09-23T21:46:07.959Z Compiling cbc v0.1.2
12022024-09-23T21:46:08.112Z Compiling aes v0.8.4
12032024-09-23T21:46:08.210Z Compiling pest v2.7.10
12042024-09-23T21:46:08.437Z Compiling scroll_derive v0.12.0
12052024-09-23T21:46:09.979Z Compiling pkcs5 v0.7.1
12062024-09-23T21:46:10.358Z Compiling scroll v0.12.0
12072024-09-23T21:46:10.653Z Compiling tracing v0.1.40
12082024-09-23T21:46:10.915Z Compiling pest_meta v2.7.10
12092024-09-23T21:46:11.005Z Compiling pkcs8 v0.10.2
12102024-09-23T21:46:11.202Z Compiling goblin v0.8.2
12112024-09-23T21:46:11.234Z Compiling openssl-macros v0.1.1
12122024-09-23T21:46:11.257Z Compiling signature v2.2.0
12132024-09-23T21:46:11.472Z Compiling sct v0.7.1
12142024-09-23T21:46:11.549Z Compiling rustls-webpki v0.101.7
12152024-09-23T21:46:11.777Z Compiling md-5 v0.10.6
12162024-09-23T21:46:11.806Z Compiling pin-project-internal v1.1.5
12172024-09-23T21:46:12.013Z Compiling backtrace v0.3.71
12182024-09-23T21:46:12.045Z Compiling lazy_static v1.5.0
12192024-09-23T21:46:12.170Z Compiling ff v0.13.0
12202024-09-23T21:46:12.408Z Compiling pest_generator v2.7.10
12212024-09-23T21:46:12.983Z Compiling hash32 v0.2.1
12222024-09-23T21:46:13.374Z Compiling atomic-waker v1.1.2
12232024-09-23T21:46:13.498Z Compiling crc32fast v1.4.0
12242024-09-23T21:46:13.572Z Compiling smoltcp v0.9.1
12252024-09-23T21:46:14.053Z Compiling fallible-iterator v0.2.0
12262024-09-23T21:46:14.324Z Compiling bytes v1.7.1
12272024-09-23T21:46:14.562Z Compiling indexmap v2.4.0
12282024-09-23T21:46:14.701Z Compiling bitflags v2.6.0
12292024-09-23T21:46:14.913Z Compiling semver v1.0.23
12302024-09-23T21:46:15.650Z Compiling tokio v1.39.3
12312024-09-23T21:46:15.692Z Compiling rustc_version v0.4.0
12322024-09-23T21:46:16.057Z Compiling http v0.2.12
12332024-09-23T21:46:16.243Z Compiling pest_derive v2.7.10
12342024-09-23T21:46:16.488Z Compiling heapless v0.7.17
12352024-09-23T21:46:16.954Z Compiling http v1.1.0
12362024-09-23T21:46:17.081Z Compiling dtrace-parser v0.2.0
12372024-09-23T21:46:18.038Z Compiling http-body v0.4.6
12382024-09-23T21:46:18.535Z Compiling dof v0.3.0
12392024-09-23T21:46:19.320Z Compiling uuid v1.10.0
12402024-09-23T21:46:19.574Z Compiling usdt-impl v0.5.0
12412024-09-23T21:46:20.753Z Compiling curve25519-dalek v4.1.3
12422024-09-23T21:46:20.803Z Compiling toml_datetime v0.6.8
12432024-09-23T21:46:20.832Z Compiling serde_tokenstream v0.2.2
12442024-09-23T21:46:21.241Z Compiling serde_spanned v0.6.7
12452024-09-23T21:46:21.394Z Compiling chrono v0.4.38
12462024-09-23T21:46:21.454Z Compiling psl-types v2.0.11
12472024-09-23T21:46:21.499Z Compiling base64 v0.22.1
12482024-09-23T21:46:21.502Z Compiling stable_deref_trait v1.2.0
12492024-09-23T21:46:21.613Z Compiling num-bigint-dig v0.8.4
12502024-09-23T21:46:21.665Z Compiling gimli v0.28.1
12512024-09-23T21:46:21.828Z Compiling base16ct v0.2.0
12522024-09-23T21:46:21.914Z Compiling adler v1.0.2
12532024-09-23T21:46:21.979Z Compiling signal-hook v0.3.17
12542024-09-23T21:46:22.146Z Compiling miniz_oxide v0.7.2
12552024-09-23T21:46:22.163Z Compiling postgres-protocol v0.6.7
12562024-09-23T21:46:22.303Z Compiling sec1 v0.7.3
12572024-09-23T21:46:22.352Z Compiling publicsuffix v2.2.3
12582024-09-23T21:46:22.947Z Compiling terminal_size v0.3.0
12592024-09-23T21:46:23.046Z Compiling http-body v1.0.0
12602024-09-23T21:46:23.146Z Compiling pin-project v1.1.5
12612024-09-23T21:46:23.326Z Compiling hubpack_derive v0.1.1
12622024-09-23T21:46:23.406Z Compiling group v0.13.0
12632024-09-23T21:46:23.609Z Compiling hkdf v0.12.4
12642024-09-23T21:46:23.737Z Compiling crypto-bigint v0.5.5
12652024-09-23T21:46:23.834Z Compiling curve25519-dalek-derive v0.1.1
12662024-09-23T21:46:23.872Z Compiling async-trait v0.1.82
12672024-09-23T21:46:24.254Z Compiling tokio-util v0.7.11
12682024-09-23T21:46:25.422Z Compiling h2 v0.3.26
12692024-09-23T21:46:25.686Z Compiling tokio-native-tls v0.3.1
12702024-09-23T21:46:25.825Z Compiling h2 v0.4.6
12712024-09-23T21:46:26.024Z Compiling tokio-rustls v0.24.1
12722024-09-23T21:46:26.515Z Compiling addr2line v0.21.0
12732024-09-23T21:46:26.754Z Compiling zerocopy-derive v0.6.6
12742024-09-23T21:46:26.791Z Compiling num-iter v0.1.45
12752024-09-23T21:46:27.533Z Compiling phf_shared v0.11.2
12762024-09-23T21:46:27.938Z Compiling serde_derive_internals v0.29.1
12772024-09-23T21:46:27.978Z Compiling object v0.32.2
12782024-09-23T21:46:28.150Z Compiling fs-err v2.11.0
12792024-09-23T21:46:28.457Z Compiling either v1.13.0
12802024-09-23T21:46:28.873Z Compiling managed v0.8.0
12812024-09-23T21:46:28.915Z Compiling base64 v0.21.7
12822024-09-23T21:46:29.342Z Compiling winnow v0.5.40
12832024-09-23T21:46:29.708Z Compiling bitflags v1.3.2
12842024-09-23T21:46:29.826Z Compiling rustc-demangle v0.1.24
12852024-09-23T21:46:30.001Z Compiling ipnet v2.9.0
12862024-09-23T21:46:30.849Z Compiling tower-layer v0.3.2
12872024-09-23T21:46:30.851Z Compiling adler2 v2.0.0
12882024-09-23T21:46:31.123Z Compiling anyhow v1.0.89
12892024-09-23T21:46:31.189Z Compiling schemars v0.8.21
12902024-09-23T21:46:31.260Z Compiling tower v0.4.13
12912024-09-23T21:46:31.499Z Compiling miniz_oxide v0.8.0
12922024-09-23T21:46:31.604Z Compiling clap_builder v4.5.15
12932024-09-23T21:46:31.950Z Compiling schemars_derive v0.8.21
12942024-09-23T21:46:33.103Z Compiling hyper v0.14.30
12952024-09-23T21:46:33.299Z Compiling hyper v1.4.1
12962024-09-23T21:46:34.360Z Compiling toml_edit v0.19.15
12972024-09-23T21:46:35.528Z Compiling rustls-pemfile v1.0.4
12982024-09-23T21:46:36.030Z Compiling zerocopy v0.6.6
12992024-09-23T21:46:36.639Z Compiling phf v0.11.2
13002024-09-23T21:46:36.885Z Compiling cookie_store v0.20.0
13012024-09-23T21:46:36.938Z Compiling elliptic-curve v0.13.8
13022024-09-23T21:46:37.815Z Compiling hubpack v0.1.2
13032024-09-23T21:46:38.295Z Compiling postgres-types v0.2.7
13042024-09-23T21:46:39.082Z Compiling usdt-macro v0.5.0
13052024-09-23T21:46:39.779Z Compiling usdt-attr-macro v0.5.0
13062024-09-23T21:46:39.811Z Compiling serde-big-array v0.5.1
13072024-09-23T21:46:40.054Z Compiling serde_urlencoded v0.7.1
13082024-09-23T21:46:40.633Z Compiling hyper-rustls v0.24.2
13092024-09-23T21:46:40.653Z Compiling hyper-tls v0.5.0
13102024-09-23T21:46:41.042Z Compiling ed25519 v2.2.3
13112024-09-23T21:46:41.061Z Compiling pkcs1 v0.7.5
13122024-09-23T21:46:41.252Z Compiling futures-executor v0.3.30
13132024-09-23T21:46:41.481Z Compiling rfc6979 v0.4.0
13142024-09-23T21:46:41.675Z Compiling regex v1.10.6
13152024-09-23T21:46:41.854Z Compiling bstr v1.9.1
13162024-09-23T21:46:42.123Z Compiling enum-as-inner v0.6.0
13172024-09-23T21:46:42.549Z Compiling serde_repr v0.1.19
13182024-09-23T21:46:42.782Z Compiling clap_derive v4.5.13
13192024-09-23T21:46:43.125Z Compiling strum_macros v0.25.3
13202024-09-23T21:46:43.267Z Compiling phf_shared v0.10.0
13212024-09-23T21:46:43.584Z Compiling float-cmp v0.9.0
13222024-09-23T21:46:43.641Z Compiling idna v0.4.0
13232024-09-23T21:46:43.705Z Compiling mio v0.8.11
13242024-09-23T21:46:43.785Z Compiling encoding_rs v0.8.34
13252024-09-23T21:46:43.826Z Compiling bit-vec v0.6.3
13262024-09-23T21:46:44.323Z Compiling unicode-segmentation v1.11.0
13272024-09-23T21:46:45.005Z Compiling predicates-core v1.0.6
13282024-09-23T21:46:45.217Z Compiling dyn-clone v1.0.17
13292024-09-23T21:46:45.260Z Compiling precomputed-hash v0.1.1
13302024-09-23T21:46:45.380Z Compiling webpki-roots v0.25.4
13312024-09-23T21:46:45.400Z Compiling static_assertions v1.1.0
13322024-09-23T21:46:45.452Z Compiling difflib v0.4.0
13332024-09-23T21:46:45.507Z Compiling data-encoding v2.6.0
13342024-09-23T21:46:45.547Z Compiling whoami v1.5.1
13352024-09-23T21:46:45.898Z Compiling normalize-line-endings v0.3.0
13362024-09-23T21:46:46.079Z Compiling sync_wrapper v0.1.2
13372024-09-23T21:46:46.227Z Compiling minimal-lexical v0.2.1
13382024-09-23T21:46:46.253Z Compiling new_debug_unreachable v1.0.6
13392024-09-23T21:46:46.360Z Compiling fixedbitset v0.4.2
13402024-09-23T21:46:46.790Z Compiling mime v0.3.17
13412024-09-23T21:46:46.845Z Compiling nom v7.1.3
13422024-09-23T21:46:47.117Z Compiling petgraph v0.6.5
13432024-09-23T21:46:47.352Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=9bbac475dcaac88286c07a20b6bd3e94fc81d7f0#9bbac475)
13442024-09-23T21:46:47.414Z Compiling reqwest v0.11.27
13452024-09-23T21:46:47.947Z Compiling clap v4.5.16
13462024-09-23T21:46:48.030Z Compiling string_cache v0.8.7
13472024-09-23T21:46:48.080Z Compiling hickory-proto v0.24.1
13482024-09-23T21:46:48.451Z Compiling predicates v3.1.2
13492024-09-23T21:46:48.514Z Compiling tokio-postgres v0.7.11
13502024-09-23T21:46:50.296Z Compiling toml_edit v0.22.20
13512024-09-23T21:46:51.217Z Compiling console v0.15.8
13522024-09-23T21:46:52.025Z Compiling similar v2.6.0
13532024-09-23T21:46:52.756Z Compiling signal-hook-mio v0.2.4
13542024-09-23T21:46:52.939Z Compiling bit-set v0.5.3
13552024-09-23T21:46:53.245Z Compiling usdt v0.5.0
13562024-09-23T21:46:53.768Z Compiling ecdsa v0.16.9
13572024-09-23T21:46:54.407Z Compiling futures v0.3.30
13582024-09-23T21:46:54.493Z Compiling rsa v0.9.6
13592024-09-23T21:46:54.495Z Compiling ed25519-dalek v2.1.1
13602024-09-23T21:46:54.495Z Compiling flate2 v1.0.33
13612024-09-23T21:46:54.552Z Compiling toml v0.7.8
13622024-09-23T21:46:55.509Z Compiling hyper-util v0.1.7
13632024-09-23T21:46:55.842Z Compiling itertools v0.12.1
13642024-09-23T21:46:56.303Z Compiling itertools v0.10.5
13652024-09-23T21:46:56.478Z Compiling tokio-stream v0.1.15
13662024-09-23T21:46:57.603Z Compiling openapiv3 v2.0.0
13672024-09-23T21:46:58.735Z Compiling hex v0.4.3
13682024-09-23T21:46:58.789Z Compiling x509-cert v0.2.5
13692024-09-23T21:46:58.876Z Compiling sha1 v0.10.6
13702024-09-23T21:46:59.145Z Compiling crossbeam-epoch v0.9.18
13712024-09-23T21:46:59.263Z Compiling dirs-sys-next v0.1.2
13722024-09-23T21:46:59.284Z Compiling unicode-xid v0.2.4
13732024-09-23T21:46:59.357Z Compiling peg-runtime v0.8.3
13742024-09-23T21:46:59.466Z Compiling lalrpop-util v0.19.12
13752024-09-23T21:46:59.834Z Compiling dirs-next v2.0.0
13762024-09-23T21:46:59.941Z Compiling thread_local v1.1.8
13772024-09-23T21:46:59.961Z Compiling slog-async v2.8.0
13782024-09-23T21:47:00.047Z Compiling term v0.7.0
13792024-09-23T21:47:00.062Z Compiling xattr v1.3.1
13802024-09-23T21:47:00.340Z Compiling strum_macros v0.26.4
13812024-09-23T21:47:00.517Z Compiling crossbeam-channel v0.5.12
13822024-09-23T21:47:00.611Z Compiling is-terminal v0.4.12
13832024-09-23T21:47:00.747Z Compiling filetime v0.2.25
13842024-09-23T21:47:01.111Z Compiling take_mut v0.2.2
13852024-09-23T21:47:01.282Z Compiling tar v0.4.41
13862024-09-23T21:47:01.692Z Compiling slog-term v2.9.1
13872024-09-23T21:47:02.173Z Compiling camino v1.1.9
13882024-09-23T21:47:03.260Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
13892024-09-23T21:47:04.050Z Compiling strum v0.26.3
13902024-09-23T21:47:04.132Z Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
13912024-09-23T21:47:09.707Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 28s
13922024-09-23T21:47:09.860Z Running `target/debug/xtask-downloader cockroach clickhouse console dendrite-openapi dendrite-stub maghemite-mgd transceiver-control`
13932024-09-23T21:47:09.911ZSep 23 21:47:08.547 INFO Starting download, target: Clickhouse
13942024-09-23T21:47:09.914ZSep 23 21:47:08.547 INFO Starting download, target: Cockroach
13952024-09-23T21:47:09.915ZSep 23 21:47:08.547 INFO Starting download, target: Console
13962024-09-23T21:47:09.915ZSep 23 21:47:08.547 INFO Starting download, target: DendriteOpenapi
13972024-09-23T21:47:09.915ZSep 23 21:47:08.547 INFO Starting download, target: DendriteStub
13982024-09-23T21:47:09.915ZSep 23 21:47:08.547 INFO Starting download, target: MaghemiteMgd
13992024-09-23T21:47:09.915ZSep 23 21:47:08.547 INFO Starting download, target: TransceiverControl
14002024-09-23T21:47:09.915ZSep 23 21:47:08.547 INFO Downloading out/downloads/dpd-76c735d472e3badaeca08982e22496fccb1ce210.json (attempt 1/3), target: DendriteOpenapi
14012024-09-23T21:47:09.915ZSep 23 21:47:08.548 INFO Downloading out/downloads/console.tar.gz (attempt 1/3), target: Console
14022024-09-23T21:47:09.915ZSep 23 21:47:08.548 INFO Downloading out/downloads/xcvradm.gz (attempt 1/3), target: TransceiverControl
14032024-09-23T21:47:09.915ZSep 23 21:47:08.548 INFO Downloading out/downloads/mgd.tar.gz (attempt 1/3), target: MaghemiteMgd
14042024-09-23T21:47:09.915ZSep 23 21:47:08.548 INFO Downloading out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz (attempt 1/3), target: Clickhouse
14052024-09-23T21:47:09.915ZSep 23 21:47:08.548 INFO Downloading out/downloads/dendrite-stub.tar.gz (attempt 1/3), target: DendriteStub
14062024-09-23T21:47:09.915ZSep 23 21:47:08.548 INFO Downloading out/downloads/cockroach-v22.1.9.illumos.tar.gz (attempt 1/3), target: Cockroach
14072024-09-23T21:47:10.097ZSep 23 21:47:08.731 INFO Download complete, target: DendriteOpenapi
14082024-09-23T21:47:10.311ZSep 23 21:47:08.925 INFO Unpacking out/downloads/xcvradm.gz to out/downloads/root/opt/oxide/bin/xcvradm, target: TransceiverControl
14092024-09-23T21:47:10.522ZSep 23 21:47:09.151 INFO Unpacking out/downloads/console.tar.gz to out/console-assets, target: Console
14102024-09-23T21:47:10.657ZSep 23 21:47:09.294 INFO Unpacking out/downloads/mgd.tar.gz to out/downloads, target: MaghemiteMgd
14112024-09-23T21:47:10.902ZSep 23 21:47:09.531 INFO Download complete, target: Console
14122024-09-23T21:47:11.021ZSep 23 21:47:09.656 INFO Download complete, target: TransceiverControl
14132024-09-23T21:47:11.279ZSep 23 21:47:09.854 INFO tarball path: out/downloads/cockroach-v22.1.9.illumos.tar.gz, target: Cockroach
14142024-09-23T21:47:11.280ZSep 23 21:47:09.854 INFO Unpacking out/downloads/cockroach-v22.1.9.illumos.tar.gz to out/downloads, target: Cockroach
14152024-09-23T21:47:11.927ZSep 23 21:47:10.551 INFO Unpacking out/downloads/dendrite-stub.tar.gz to out/downloads, target: DendriteStub
14162024-09-23T21:47:12.437ZSep 23 21:47:11.073 INFO Unpacking out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz to out/clickhouse, target: Clickhouse
14172024-09-23T21:47:13.992ZSep 23 21:47:12.628 INFO Download complete, target: MaghemiteMgd
14182024-09-23T21:47:14.938ZSep 23 21:47:13.574 INFO Download complete, target: DendriteStub
14192024-09-23T21:47:19.815ZSep 23 21:47:18.450 INFO Copying from out/downloads/cockroach-v22.1.9 to out/cockroachdb, target: Cockroach
14202024-09-23T21:47:20.078ZSep 23 21:47:18.714 INFO Checking that binary works, target: Cockroach
14212024-09-23T21:47:20.243ZSep 23 21:47:18.879 INFO Download complete, target: Cockroach
14222024-09-23T21:47:26.852ZSep 23 21:47:25.270 INFO Checking that binary works, target: Clickhouse
14232024-09-23T21:47:26.872ZSep 23 21:47:25.408 INFO Download complete, target: Clickhouse
14242024-09-23T21:47:26.872ZAll prerequisites installed successfully
14252024-09-23T21:47:26.872Z
14262024-09-23T21:47:26.872Zreal 3:41.264208859
14272024-09-23T21:47:26.872Zuser 12:27.243719046
14282024-09-23T21:47:26.872Zsys 2:36.478180765
14292024-09-23T21:47:26.872Ztrap 0.482672077
14302024-09-23T21:47:26.872Ztflt 1.618207067
14312024-09-23T21:47:26.872Zdflt 1.500274203
14322024-09-23T21:47:26.872Zkflt 0.025824011
14332024-09-23T21:47:26.872Zlock 24:20.633860950
14342024-09-23T21:47:26.873Zslp 47:32.243371736
14352024-09-23T21:47:26.873Zlat 44.989124618
14362024-09-23T21:47:26.873Zstop 2:00.439016729
14372024-09-23T21:47:26.873Z+ source ./tools/include/force-git-over-https.sh
14382024-09-23T21:47:26.873Z++ override_urls=('git://github.com/' 'git@github.com:' 'ssh://github.com/' 'ssh://git@github.com/' 'git+ssh://git@github.com/')
14392024-09-23T21:47:26.873Z++ (( i = 0 ))
14402024-09-23T21:47:26.873Z++ (( i < 5 ))
14412024-09-23T21:47:26.873Z++ git config --add --global url.https://github.com/.insteadOf git://github.com/
14422024-09-23T21:47:26.873Z++ (( i++ ))
14432024-09-23T21:47:26.873Z++ (( i < 5 ))
14442024-09-23T21:47:26.873Z++ git config --add --global url.https://github.com/.insteadOf git@github.com:
14452024-09-23T21:47:26.873Z++ (( i++ ))
14462024-09-23T21:47:26.873Z++ (( i < 5 ))
14472024-09-23T21:47:26.873Z++ git config --add --global url.https://github.com/.insteadOf ssh://github.com/
14482024-09-23T21:47:26.873Z++ (( i++ ))
14492024-09-23T21:47:26.873Z++ (( i < 5 ))
14502024-09-23T21:47:26.874Z++ git config --add --global url.https://github.com/.insteadOf ssh://git@github.com/
14512024-09-23T21:47:26.874Z++ (( i++ ))
14522024-09-23T21:47:26.874Z++ (( i < 5 ))
14532024-09-23T21:47:26.874Z++ git config --add --global url.https://github.com/.insteadOf git+ssh://git@github.com/
14542024-09-23T21:47:26.874Z++ (( i++ ))
14552024-09-23T21:47:26.874Z++ (( i < 5 ))
14562024-09-23T21:47:26.874Z++ export CARGO_NET_GIT_FETCH_WITH_CLI=true
14572024-09-23T21:47:26.874Z++ CARGO_NET_GIT_FETCH_WITH_CLI=true
14582024-09-23T21:47:26.874Z+ rc=0
14592024-09-23T21:47:26.874Z+ pfexec pkg install -q /system/zones/brand/omicron1/tools
14602024-09-23T21:47:49.251Z+ case $rc in
14612024-09-23T21:47:49.251Z+ pfexec zfs create -p rpool/images/build/host
14622024-09-23T21:47:49.544Z+ pfexec zfs create -p rpool/images/build/recovery
14632024-09-23T21:47:49.599Z+ cargo xtask releng --output-dir /work
14642024-09-23T21:47:50.235Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.58s
14652024-09-23T21:47:50.258Z Running `target/debug/xtask releng --output-dir /work`
14662024-09-23T21:47:51.254Z Compiling proc-macro2 v1.0.86
14672024-09-23T21:47:51.254Z Compiling unicode-ident v1.0.12
14682024-09-23T21:47:51.254Z Compiling libc v0.2.158
14692024-09-23T21:47:51.257Z Compiling serde v1.0.208
14702024-09-23T21:47:51.257Z Compiling version_check v0.9.5
14712024-09-23T21:47:51.257Z Compiling autocfg v1.3.0
14722024-09-23T21:47:51.257Z Compiling cfg-if v1.0.0
14732024-09-23T21:47:51.257Z Compiling once_cell v1.19.0
14742024-09-23T21:47:51.601Z Compiling typenum v1.17.0
14752024-09-23T21:47:51.659Z Compiling memchr v2.7.2
14762024-09-23T21:47:52.046Z Compiling generic-array v0.14.7
14772024-09-23T21:47:52.206Z Compiling lock_api v0.4.12
14782024-09-23T21:47:52.372Z Compiling ahash v0.8.11
14792024-09-23T21:47:52.519Z Compiling parking_lot_core v0.9.10
14802024-09-23T21:47:52.544Z Compiling serde_json v1.0.125
14812024-09-23T21:47:52.743Z Compiling byteorder v1.5.0
14822024-09-23T21:47:52.895Z Compiling libm v0.2.8
14832024-09-23T21:47:52.939Z Compiling quote v1.0.36
14842024-09-23T21:47:53.134Z Compiling num-traits v0.2.19
14852024-09-23T21:47:53.250Z Compiling value-bag v1.9.0
14862024-09-23T21:47:53.451Z Compiling syn v2.0.74
14872024-09-23T21:47:53.535Z Compiling getrandom v0.2.14
14882024-09-23T21:47:53.648Z Compiling jobserver v0.1.32
14892024-09-23T21:47:53.702Z Compiling log v0.4.21
14902024-09-23T21:47:53.986Z Compiling scopeguard v1.2.0
14912024-09-23T21:47:54.041Z Compiling cc v1.0.97
14922024-09-23T21:47:54.072Z Compiling slab v0.4.9
14932024-09-23T21:47:54.427Z Compiling itoa v1.0.11
14942024-09-23T21:47:54.580Z Compiling thiserror v1.0.63
14952024-09-23T21:47:54.768Z Compiling rand_core v0.6.4
14962024-09-23T21:47:55.246Z Compiling semver v1.0.23
14972024-09-23T21:47:55.594Z Compiling pkg-config v0.3.30
14982024-09-23T21:47:55.616Z Compiling pin-project-lite v0.2.14
14992024-09-23T21:47:55.784Z Compiling smallvec v1.13.2
15002024-09-23T21:47:56.024Z Compiling allocator-api2 v0.2.18
15012024-09-23T21:47:56.177Z Compiling const-oid v0.9.6
15022024-09-23T21:47:56.295Z Compiling subtle v2.5.0
15032024-09-23T21:47:56.825Z Compiling ryu v1.0.18
15042024-09-23T21:47:56.864Z Compiling vcpkg v0.2.15
15052024-09-23T21:47:57.051Z Compiling signal-hook-registry v1.4.2
15062024-09-23T21:47:57.142Z Compiling httparse v1.8.0
15072024-09-23T21:47:57.500Z Compiling ring v0.17.8
15082024-09-23T21:47:57.752Z Compiling parking_lot v0.12.2
15092024-09-23T21:47:58.084Z Compiling mio v1.0.2
15102024-09-23T21:47:58.541Z Compiling futures-core v0.3.30
15112024-09-23T21:47:58.561Z Compiling openssl-sys v0.9.103
15122024-09-23T21:47:58.828Z Compiling spin v0.9.8
15132024-09-23T21:47:59.161Z Compiling socket2 v0.5.7
15142024-09-23T21:47:59.249Z Compiling fnv v1.0.7
15152024-09-23T21:47:59.896Z Compiling heck v0.5.0
15162024-09-23T21:47:59.919Z Compiling futures-sink v0.3.30
15172024-09-23T21:48:00.102Z Compiling equivalent v1.0.1
15182024-09-23T21:48:00.231Z Compiling schemars v0.8.21
15192024-09-23T21:48:00.408Z Compiling rustix v0.38.34
15202024-09-23T21:48:01.059Z Compiling time-core v0.1.2
15212024-09-23T21:48:01.193Z Compiling serde_derive_internals v0.29.1
15222024-09-23T21:48:01.271Z Compiling num-conv v0.1.0
15232024-09-23T21:48:01.585Z Compiling time-macros v0.2.18
15242024-09-23T21:48:01.688Z Compiling cpufeatures v0.2.12
15252024-09-23T21:48:02.074Z Compiling openssl v0.10.66
15262024-09-23T21:48:02.570Z Compiling futures-channel v0.3.30
15272024-09-23T21:48:02.782Z Compiling rustls v0.21.12
15282024-09-23T21:48:02.884Z Compiling pin-utils v0.1.0
15292024-09-23T21:48:03.036Z Compiling futures-task v0.3.30
15302024-09-23T21:48:03.059Z Compiling futures-io v0.3.30
15312024-09-23T21:48:03.060Z Compiling native-tls v0.2.11
15322024-09-23T21:48:03.189Z Compiling tinyvec_macros v0.1.1
15332024-09-23T21:48:03.342Z Compiling tinyvec v1.6.0
15342024-09-23T21:48:03.468Z Compiling crossbeam-utils v0.8.19
15352024-09-23T21:48:03.896Z Compiling cookie v0.17.0
15362024-09-23T21:48:04.059Z Compiling iana-time-zone v0.1.60
15372024-09-23T21:48:04.117Z Compiling base64ct v1.6.0
15382024-09-23T21:48:04.633Z Compiling ucd-trie v0.1.6
15392024-09-23T21:48:04.726Z Compiling pem-rfc7468 v0.7.0
15402024-09-23T21:48:05.048Z Compiling unicode-normalization v0.1.23
15412024-09-23T21:48:05.051Z Compiling unicode-bidi v0.3.15
15422024-09-23T21:48:05.106Z Compiling syn v1.0.109
15432024-09-23T21:48:05.439Z Compiling slog v2.7.0
15442024-09-23T21:48:05.781Z Compiling flagset v0.4.5
15452024-09-23T21:48:06.121Z Compiling tracing-core v0.1.32
15462024-09-23T21:48:06.167Z Compiling aho-corasick v1.1.3
15472024-09-23T21:48:06.339Z Compiling regex-syntax v0.8.4
15482024-09-23T21:48:06.433Z Compiling untrusted v0.9.0
15492024-09-23T21:48:06.868Z Compiling serde_derive v1.0.208
15502024-09-23T21:48:07.276Z Compiling zeroize_derive v1.4.2
15512024-09-23T21:48:08.438Z Compiling zerocopy-derive v0.7.34
15522024-09-23T21:48:08.734Z Compiling tokio-macros v2.4.0
15532024-09-23T21:48:08.801Z Compiling zeroize v1.8.1
15542024-09-23T21:48:09.768Z Compiling thiserror-impl v1.0.63
15552024-09-23T21:48:10.531Z Compiling futures-macro v0.3.30
15562024-09-23T21:48:10.569Z Compiling zerocopy v0.7.34
15572024-09-23T21:48:12.509Z Compiling crypto-common v0.1.6
15582024-09-23T21:48:12.605Z Compiling tracing-attributes v0.1.27
15592024-09-23T21:48:12.741Z Compiling der_derive v0.7.2
15602024-09-23T21:48:13.220Z Compiling hashbrown v0.14.5
15612024-09-23T21:48:14.493Z Compiling block-buffer v0.10.4
15622024-09-23T21:48:14.798Z Compiling digest v0.10.7
15632024-09-23T21:48:15.298Z Compiling schemars_derive v0.8.21
15642024-09-23T21:48:15.793Z Compiling hmac v0.12.1
15652024-09-23T21:48:16.072Z Compiling block-padding v0.3.3
15662024-09-23T21:48:16.140Z Compiling openssl-macros v0.1.1
15672024-09-23T21:48:16.404Z Compiling inout v0.1.3
15682024-09-23T21:48:16.701Z Compiling futures-util v0.3.30
15692024-09-23T21:48:16.770Z Compiling cipher v0.4.4
15702024-09-23T21:48:17.242Z Compiling sha2 v0.10.8
15712024-09-23T21:48:17.269Z Compiling scroll_derive v0.12.0
15722024-09-23T21:48:17.983Z Compiling pest v2.7.10
15732024-09-23T21:48:18.861Z Compiling der v0.7.9
15742024-09-23T21:48:20.762Z Compiling pest_meta v2.7.10
15752024-09-23T21:48:21.267Z Compiling salsa20 v0.10.2
15762024-09-23T21:48:21.571Z Compiling bytes v1.7.1
15772024-09-23T21:48:23.165Z Compiling tokio v1.39.3
15782024-09-23T21:48:24.147Z Compiling bitflags v2.6.0
15792024-09-23T21:48:24.839Z Compiling indexmap v2.4.0
15802024-09-23T21:48:25.276Z Compiling rustc_version v0.4.0
15812024-09-23T21:48:25.602Z Compiling serde_tokenstream v0.2.2
15822024-09-23T21:48:26.268Z Compiling uuid v1.10.0
15832024-09-23T21:48:26.320Z Compiling chrono v0.4.38
15842024-09-23T21:48:26.563Z Compiling http v0.2.12
15852024-09-23T21:48:27.078Z Compiling pest_generator v2.7.10
15862024-09-23T21:48:29.117Z Compiling spki v0.7.3
15872024-09-23T21:48:29.201Z Compiling tracing v0.1.40
15882024-09-23T21:48:29.397Z Compiling pbkdf2 v0.12.2
15892024-09-23T21:48:29.658Z Compiling regex-automata v0.4.6
15902024-09-23T21:48:30.870Z Compiling dyn-clone v1.0.17
15912024-09-23T21:48:31.097Z Compiling crc32fast v1.4.0
15922024-09-23T21:48:31.880Z Compiling scrypt v0.11.0
15932024-09-23T21:48:32.541Z Compiling pest_derive v2.7.10
15942024-09-23T21:48:33.343Z Compiling tokio-util v0.7.11
15952024-09-23T21:48:33.491Z Compiling cbc v0.1.2
15962024-09-23T21:48:33.790Z Compiling aes v0.8.4
15972024-09-23T21:48:34.515Z Compiling usdt-impl v0.5.0
15982024-09-23T21:48:35.439Z Compiling heck v0.4.1
15992024-09-23T21:48:35.690Z Compiling percent-encoding v2.3.1
16002024-09-23T21:48:35.786Z Compiling powerfmt v0.2.0
16012024-09-23T21:48:36.232Z Compiling deranged v0.3.11
16022024-09-23T21:48:36.454Z Compiling pkcs5 v0.7.1
16032024-09-23T21:48:36.692Z Compiling heapless v0.7.17
16042024-09-23T21:48:37.700Z Compiling scroll v0.12.0
16052024-09-23T21:48:37.744Z Compiling pin-project-internal v1.1.5
16062024-09-23T21:48:38.485Z Compiling zerocopy-derive v0.6.6
16072024-09-23T21:48:40.169Z Compiling backtrace v0.3.71
16082024-09-23T21:48:40.615Z Compiling errno v0.3.9
16092024-09-23T21:48:40.920Z Compiling try-lock v0.2.5
16102024-09-23T21:48:40.960Z Compiling num_threads v0.1.7
16112024-09-23T21:48:41.046Z Compiling num-bigint-dig v0.8.4
16122024-09-23T21:48:41.369Z Compiling plain v0.2.3
16132024-09-23T21:48:41.390Z Compiling ppv-lite86 v0.2.17
16142024-09-23T21:48:41.486Z Compiling time v0.3.36
16152024-09-23T21:48:41.617Z Compiling goblin v0.8.2
16162024-09-23T21:48:42.008Z Compiling want v0.3.1
16172024-09-23T21:48:42.202Z Compiling rand_chacha v0.3.1
16182024-09-23T21:48:43.061Z Compiling pkcs8 v0.10.2
16192024-09-23T21:48:43.376Z Compiling regex v1.10.6
16202024-09-23T21:48:44.340Z Compiling async-trait v0.1.82
16212024-09-23T21:48:44.389Z Compiling rustversion v1.0.17
16222024-09-23T21:48:44.811Z Compiling pretty-hex v0.4.1
16232024-09-23T21:48:44.836Z Compiling strsim v0.11.1
16242024-09-23T21:48:45.088Z Compiling httpdate v1.0.3
16252024-09-23T21:48:45.619Z Compiling tower-service v0.3.2
16262024-09-23T21:48:46.797Z Compiling rand v0.8.5
16272024-09-23T21:48:47.000Z Compiling form_urlencoded v1.2.1
16282024-09-23T21:48:47.185Z Compiling dtrace-parser v0.2.0
16292024-09-23T21:48:47.593Z Compiling curve25519-dalek v4.1.3
16302024-09-23T21:48:48.078Z Compiling dof v0.3.0
16312024-09-23T21:48:49.507Z Compiling thread-id v4.2.1
16322024-09-23T21:48:49.906Z Compiling signal-hook v0.3.17
16332024-09-23T21:48:51.324Z Compiling foreign-types-shared v0.1.1
16342024-09-23T21:48:51.442Z Compiling anyhow v1.0.89
16352024-09-23T21:48:51.483Z Compiling unicode-width v0.1.13
16362024-09-23T21:48:51.600Z Compiling smoltcp v0.9.1
16372024-09-23T21:48:51.782Z Compiling foreign-types v0.3.2
16382024-09-23T21:48:54.651Z Compiling http-body v0.4.6
16392024-09-23T21:48:55.334Z Compiling h2 v0.3.26
16402024-09-23T21:48:57.055Z Compiling clap_derive v4.5.13
16412024-09-23T21:48:57.268Z Compiling socket2 v0.4.10
16422024-09-23T21:48:58.596Z Compiling siphasher v0.3.11
16432024-09-23T21:48:58.845Z Compiling base64 v0.21.7
16442024-09-23T21:49:04.369Z Compiling hyper v0.14.30
16452024-09-23T21:49:06.778Z Compiling sct v0.7.1
16462024-09-23T21:49:07.200Z Compiling rustls-webpki v0.101.7
16472024-09-23T21:49:09.115Z Compiling openapiv3 v2.0.0
16482024-09-23T21:49:11.345Z Compiling http v1.1.0
16492024-09-23T21:49:14.079Z Compiling hubpack_derive v0.1.1
16502024-09-23T21:49:14.350Z Compiling signature v2.2.0
16512024-09-23T21:49:14.594Z Compiling curve25519-dalek-derive v0.1.1
16522024-09-23T21:49:14.721Z Compiling idna v0.5.0
16532024-09-23T21:49:16.590Z Compiling fs-err v2.11.0
16542024-09-23T21:49:17.211Z Compiling openssl-probe v0.1.5
16552024-09-23T21:49:17.511Z Compiling finl_unicode v1.2.0
16562024-09-23T21:49:17.617Z Compiling utf8parse v0.2.1
16572024-09-23T21:49:17.668Z Compiling anstyle v1.0.8
16582024-09-23T21:49:17.794Z Compiling anstyle-parse v0.2.4
16592024-09-23T21:49:18.172Z Compiling stringprep v0.1.4
16602024-09-23T21:49:19.456Z Compiling url v2.5.2
16612024-09-23T21:49:24.656Z Compiling usdt-macro v0.5.0
16622024-09-23T21:49:25.575Z Compiling usdt-attr-macro v0.5.0
16632024-09-23T21:49:25.846Z Compiling serde_spanned v0.6.7
16642024-09-23T21:49:26.131Z Compiling toml_datetime v0.6.8
16652024-09-23T21:49:26.295Z Compiling md-5 v0.10.6
16662024-09-23T21:49:26.638Z Compiling regress v0.9.1
16672024-09-23T21:49:26.684Z Compiling idna v0.3.0
16682024-09-23T21:49:28.484Z Compiling lazy_static v1.5.0
16692024-09-23T21:49:28.725Z Compiling num-integer v0.1.46
16702024-09-23T21:49:29.285Z Compiling ff v0.13.0
16712024-09-23T21:49:29.599Z Compiling hash32 v0.2.1
16722024-09-23T21:49:29.661Z Compiling encoding_rs v0.8.34
16732024-09-23T21:49:30.015Z Compiling psl-types v2.0.11
16742024-09-23T21:49:30.241Z Compiling stable_deref_trait v1.2.0
16752024-09-23T21:49:30.355Z Compiling mime v0.3.17
16762024-09-23T21:49:30.486Z Compiling base64 v0.22.1
16772024-09-23T21:49:31.048Z Compiling adler v1.0.2
16782024-09-23T21:49:31.204Z Compiling base16ct v0.2.0
16792024-09-23T21:49:31.275Z Compiling colorchoice v1.0.1
16802024-09-23T21:49:31.451Z Compiling is_terminal_polyfill v1.70.0
16812024-09-23T21:49:31.473Z Compiling atomic-waker v1.1.2
16822024-09-23T21:49:31.510Z Compiling anstyle-query v1.0.3
16832024-09-23T21:49:31.591Z Compiling gimli v0.28.1
16842024-09-23T21:49:31.678Z Compiling fallible-iterator v0.2.0
16852024-09-23T21:49:31.827Z Compiling anstream v0.6.14
16862024-09-23T21:49:31.870Z Compiling publicsuffix v2.2.3
16872024-09-23T21:49:32.146Z Compiling h2 v0.4.6
16882024-09-23T21:49:32.457Z Compiling postgres-protocol v0.6.7
16892024-09-23T21:49:32.482Z Compiling sec1 v0.7.3
16902024-09-23T21:49:33.069Z Compiling miniz_oxide v0.7.2
16912024-09-23T21:49:33.634Z Compiling typify-impl v0.1.0 (https://github.com/oxidecomputer/typify#ad1296f6)
16922024-09-23T21:49:36.644Z Compiling addr2line v0.21.0
16932024-09-23T21:49:36.928Z Compiling group v0.13.0
16942024-09-23T21:49:37.257Z Compiling num-iter v0.1.45
16952024-09-23T21:49:38.508Z Compiling tokio-rustls v0.24.1
16962024-09-23T21:49:39.411Z Compiling terminal_size v0.3.0
16972024-09-23T21:49:39.644Z Compiling tokio-native-tls v0.3.1
16982024-09-23T21:49:40.288Z Compiling http-body v1.0.0
16992024-09-23T21:49:40.310Z Compiling phf_shared v0.11.2
17002024-09-23T21:49:40.546Z Compiling strum_macros v0.25.3
17012024-09-23T21:49:40.689Z Compiling serde_urlencoded v0.7.1
17022024-09-23T21:49:40.795Z Compiling pin-project v1.1.5
17032024-09-23T21:49:40.971Z Compiling enum-as-inner v0.6.0
17042024-09-23T21:49:42.095Z Compiling hkdf v0.12.4
17052024-09-23T21:49:42.233Z Compiling crypto-bigint v0.5.5
17062024-09-23T21:49:42.313Z Compiling serde_repr v0.1.19
17072024-09-23T21:49:42.386Z Compiling object v0.32.2
17082024-09-23T21:49:43.597Z Compiling managed v0.8.0
17092024-09-23T21:49:44.072Z Compiling adler2 v2.0.0
17102024-09-23T21:49:44.257Z Compiling clap_lex v0.7.0
17112024-09-23T21:49:44.281Z Compiling ipnet v2.9.0
17122024-09-23T21:49:44.764Z Compiling winnow v0.5.40
17132024-09-23T21:49:44.961Z Compiling bitflags v1.3.2
17142024-09-23T21:49:45.084Z Compiling rustc-demangle v0.1.24
17152024-09-23T21:49:45.826Z Compiling either v1.13.0
17162024-09-23T21:49:45.996Z Compiling tower-layer v0.3.2
17172024-09-23T21:49:46.287Z Compiling tower v0.4.13
17182024-09-23T21:49:46.316Z Compiling typify-macro v0.1.0 (https://github.com/oxidecomputer/typify#ad1296f6)
17192024-09-23T21:49:46.978Z Compiling elliptic-curve v0.13.8
17202024-09-23T21:49:47.266Z Compiling clap_builder v4.5.15
17212024-09-23T21:49:47.735Z Compiling miniz_oxide v0.8.0
17222024-09-23T21:49:48.829Z Compiling toml_edit v0.19.15
17232024-09-23T21:49:48.848Z Compiling rustls-pemfile v1.0.4
17242024-09-23T21:49:50.399Z Compiling phf v0.11.2
17252024-09-23T21:49:50.726Z Compiling hyper v1.4.1
17262024-09-23T21:49:50.993Z Compiling hyper-tls v0.5.0
17272024-09-23T21:49:51.806Z Compiling hyper-rustls v0.24.2
17282024-09-23T21:49:52.208Z Compiling cookie_store v0.20.0
17292024-09-23T21:49:52.647Z Compiling postgres-types v0.2.7
17302024-09-23T21:49:53.053Z Compiling hubpack v0.1.2
17312024-09-23T21:49:53.510Z Compiling ed25519 v2.2.3
17322024-09-23T21:49:53.977Z Compiling phf_shared v0.10.0
17332024-09-23T21:49:54.442Z Compiling pkcs1 v0.7.5
17342024-09-23T21:49:54.535Z Compiling zerocopy v0.6.6
17352024-09-23T21:49:54.621Z Compiling bstr v1.9.1
17362024-09-23T21:49:54.758Z Compiling futures-executor v0.3.30
17372024-09-23T21:49:55.273Z Compiling serde-big-array v0.5.1
17382024-09-23T21:49:55.448Z Compiling rfc6979 v0.4.0
17392024-09-23T21:49:55.533Z Compiling idna v0.4.0
17402024-09-23T21:49:55.642Z Compiling float-cmp v0.9.0
17412024-09-23T21:49:55.679Z Compiling mio v0.8.11
17422024-09-23T21:49:55.748Z Compiling memmap v0.7.0
17432024-09-23T21:49:56.089Z Compiling predicates-core v1.0.6
17442024-09-23T21:49:56.229Z Compiling sync_wrapper v0.1.2
17452024-09-23T21:49:56.404Z Compiling new_debug_unreachable v1.0.6
17462024-09-23T21:49:56.551Z Compiling normalize-line-endings v0.3.0
17472024-09-23T21:49:56.605Z Compiling precomputed-hash v0.1.1
17482024-09-23T21:49:56.658Z Compiling data-encoding v2.6.0
17492024-09-23T21:49:56.688Z Compiling webpki-roots v0.25.4
17502024-09-23T21:49:56.723Z Compiling minimal-lexical v0.2.1
17512024-09-23T21:49:56.921Z Compiling static_assertions v1.1.0
17522024-09-23T21:49:57.036Z Compiling fixedbitset v0.4.2
17532024-09-23T21:49:57.056Z Compiling bit-vec v0.6.3
17542024-09-23T21:49:57.338Z Compiling whoami v1.5.1
17552024-09-23T21:49:57.427Z Compiling unicode-segmentation v1.11.0
17562024-09-23T21:49:57.491Z Compiling winnow v0.6.18
17572024-09-23T21:49:57.525Z Compiling difflib v0.4.0
17582024-09-23T21:49:58.255Z Compiling similar v2.6.0
17592024-09-23T21:49:58.317Z Compiling reqwest v0.11.27
17602024-09-23T21:49:58.388Z Compiling predicates v3.1.2
17612024-09-23T21:49:58.765Z Compiling tokio-postgres v0.7.11
17622024-09-23T21:49:59.433Z Compiling bit-set v0.5.3
17632024-09-23T21:49:59.586Z Compiling hickory-proto v0.24.1
17642024-09-23T21:49:59.775Z Compiling petgraph v0.6.5
17652024-09-23T21:49:59.927Z Compiling nom v7.1.3
17662024-09-23T21:50:00.320Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=9bbac475dcaac88286c07a20b6bd3e94fc81d7f0#9bbac475)
17672024-09-23T21:50:01.320Z Compiling toml_edit v0.22.20
17682024-09-23T21:50:04.241Z Compiling string_cache v0.8.7
17692024-09-23T21:50:04.708Z Compiling signal-hook-mio v0.2.4
17702024-09-23T21:50:04.905Z Compiling usdt v0.5.0
17712024-09-23T21:50:05.386Z Compiling ecdsa v0.16.9
17722024-09-23T21:50:05.740Z Compiling futures v0.3.30
17732024-09-23T21:50:05.875Z Compiling rsa v0.9.6
17742024-09-23T21:50:07.304Z Compiling ed25519-dalek v2.1.1
17752024-09-23T21:50:07.555Z Compiling hyper-util v0.1.7
17762024-09-23T21:50:07.867Z Compiling toml v0.7.8
17772024-09-23T21:50:08.432Z Compiling clap v4.5.16
17782024-09-23T21:50:08.570Z Compiling crossbeam-epoch v0.9.18
17792024-09-23T21:50:08.669Z Compiling flate2 v1.0.33
17802024-09-23T21:50:09.007Z Compiling itertools v0.12.1
17812024-09-23T21:50:09.320Z Compiling itertools v0.10.5
17822024-09-23T21:50:09.506Z Compiling console v0.15.8
17832024-09-23T21:50:10.854Z Compiling tokio-stream v0.1.15
17842024-09-23T21:50:10.878Z Compiling x509-cert v0.2.5
17852024-09-23T21:50:11.794Z Compiling hex v0.4.3
17862024-09-23T21:50:12.182Z Compiling sha1 v0.10.6
17872024-09-23T21:50:12.589Z Compiling camino v1.1.9
17882024-09-23T21:50:12.799Z Compiling radium v0.7.0
17892024-09-23T21:50:12.827Z Compiling lalrpop-util v0.19.12
17902024-09-23T21:50:13.350Z Compiling peg-runtime v0.8.3
17912024-09-23T21:50:13.904Z Compiling unicode-xid v0.2.4
17922024-09-23T21:50:15.353Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
17932024-09-23T21:50:19.463Z Compiling is-terminal v0.4.12
17942024-09-23T21:50:20.347Z Compiling rustls-pki-types v1.7.0
17952024-09-23T21:50:23.098Z Compiling maybe-uninit v2.0.0
17962024-09-23T21:50:23.846Z Compiling ident_case v1.0.1
17972024-09-23T21:50:24.046Z Compiling tap v1.0.1
17982024-09-23T21:50:24.246Z Compiling wyz v0.5.1
17992024-09-23T21:50:25.034Z Compiling darling_core v0.20.9
18002024-09-23T21:50:39.772Z Compiling typify v0.1.0 (https://github.com/oxidecomputer/typify#ad1296f6)
18012024-09-23T21:50:40.282Z Compiling getopts v0.2.21
18022024-09-23T21:50:41.106Z Compiling bzip2-sys v0.1.11+1.0.8
18032024-09-23T21:50:41.667Z Compiling dirs-sys-next v0.1.2
18042024-09-23T21:50:42.744Z Compiling packed_struct v0.10.1
18052024-09-23T21:50:43.212Z Compiling paste v1.0.15
18062024-09-23T21:50:43.650Z Compiling unsafe-libyaml v0.2.11
18072024-09-23T21:50:43.711Z Compiling rustls v0.22.4
18082024-09-23T21:50:43.824Z Compiling funty v2.0.0
18092024-09-23T21:50:45.513Z Compiling serde_yaml v0.9.34+deprecated
18102024-09-23T21:50:45.558Z Compiling bitvec v1.0.1
18112024-09-23T21:50:47.871Z Compiling dirs-next v2.0.0
18122024-09-23T21:50:49.012Z Compiling progenitor-impl v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#c59c6d64)
18132024-09-23T21:50:51.820Z Compiling darling_macro v0.20.9
18142024-09-23T21:50:52.725Z Compiling rustls-webpki v0.102.4
18152024-09-23T21:50:56.357Z Compiling packed_struct_codegen v0.10.1
18162024-09-23T21:50:57.216Z Compiling structmeta-derive v0.3.0
18172024-09-23T21:50:58.387Z Compiling thread_local v1.1.8
18182024-09-23T21:50:59.117Z Compiling indexmap v1.9.3
18192024-09-23T21:50:59.448Z Compiling multer v3.1.0
18202024-09-23T21:50:59.494Z Compiling rayon-core v1.12.1
18212024-09-23T21:50:59.823Z Compiling slog-async v2.8.0
18222024-09-23T21:50:59.859Z Compiling crc-catalog v2.4.0
18232024-09-23T21:51:00.015Z Compiling fastrand v2.1.0
18242024-09-23T21:51:00.639Z Compiling match_cfg v0.1.0
18252024-09-23T21:51:00.713Z Compiling nodrop v0.1.14
18262024-09-23T21:51:00.752Z Compiling hostname v0.3.1
18272024-09-23T21:51:00.855Z Compiling array-init v0.0.4
18282024-09-23T21:51:01.693Z Compiling tempfile v3.10.1
18292024-09-23T21:51:02.779Z Compiling crc v3.2.1
18302024-09-23T21:51:03.143Z Compiling structmeta v0.3.0
18312024-09-23T21:51:07.651Z Compiling progenitor-macro v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#c59c6d64)
18322024-09-23T21:51:09.002Z Compiling darling v0.20.9
18332024-09-23T21:51:09.140Z Compiling smallvec v0.6.14
18342024-09-23T21:51:09.700Z Compiling term v0.7.0
18352024-09-23T21:51:14.546Z Compiling crossbeam-deque v0.8.5
18362024-09-23T21:51:14.844Z Compiling progenitor-client v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#c59c6d64)
18372024-09-23T21:51:16.049Z Compiling slog-json v2.6.1
18382024-09-23T21:51:16.551Z Compiling crossbeam-channel v0.5.12
18392024-09-23T21:51:17.217Z Compiling async-stream-impl v0.3.5
18402024-09-23T21:51:18.471Z Compiling dropshot v0.10.2-dev (https://github.com/oxidecomputer/dropshot?branch=main#06c8dab4)
18412024-09-23T21:51:18.538Z Compiling termcolor v1.4.1
18422024-09-23T21:51:20.370Z Compiling hashbrown v0.12.3
18432024-09-23T21:51:20.649Z Compiling take_mut v0.2.2
18442024-09-23T21:51:21.199Z Compiling same-file v1.0.6
18452024-09-23T21:51:21.786Z Compiling bitfield v0.14.0
18462024-09-23T21:51:23.499Z Compiling progenitor v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#c59c6d64)
18472024-09-23T21:51:29.308Z Compiling lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#131520fc)
18482024-09-23T21:51:32.129Z Compiling walkdir v2.5.0
18492024-09-23T21:51:37.868Z Compiling env_logger v0.10.2
18502024-09-23T21:51:38.132Z Compiling async-stream v0.3.5
18512024-09-23T21:51:40.101Z Compiling slog-bunyan v2.5.0
18522024-09-23T21:51:40.998Z Compiling tokio-rustls v0.25.0
18532024-09-23T21:51:41.491Z Compiling slog-term v2.9.1
18542024-09-23T21:51:41.512Z Compiling serde-hex v0.1.0
18552024-09-23T21:51:41.562Z Compiling serde_with_macros v3.9.0
18562024-09-23T21:51:44.003Z Compiling bzip2 v0.4.4
18572024-09-23T21:51:44.434Z Compiling parse-display-derive v0.10.0
18582024-09-23T21:51:44.569Z Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a)
18592024-09-23T21:51:44.933Z Compiling toml v0.8.19
18602024-09-23T21:51:46.848Z Compiling rustls-pemfile v2.1.3
18612024-09-23T21:51:47.631Z Compiling waitgroup v0.1.2
18622024-09-23T21:51:48.564Z Compiling ron v0.8.1
18632024-09-23T21:51:49.415Z Compiling strum_macros v0.26.4
18642024-09-23T21:51:50.001Z Compiling ipnetwork v0.20.0
18652024-09-23T21:51:50.039Z Compiling newtype-uuid v1.1.0
18662024-09-23T21:51:50.418Z Compiling xattr v1.3.1
18672024-09-23T21:51:50.764Z Compiling snafu-derive v0.8.2
18682024-09-23T21:51:51.903Z Compiling dropshot_endpoint v0.10.2-dev (https://github.com/oxidecomputer/dropshot?branch=main#06c8dab4)
18692024-09-23T21:51:51.962Z Compiling serde_path_to_error v0.1.16
18702024-09-23T21:51:52.424Z Compiling hashbrown v0.13.2
18712024-09-23T21:51:52.971Z Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
18722024-09-23T21:51:53.748Z Compiling ring v0.16.20
18732024-09-23T21:51:53.771Z Compiling blake3 v1.5.1
18742024-09-23T21:51:53.820Z Compiling hostname v0.4.0
18752024-09-23T21:51:54.101Z Compiling filetime v0.2.25
18762024-09-23T21:51:54.125Z Compiling instant v0.1.12
18772024-09-23T21:51:54.377Z Compiling debug-ignore v1.0.5
18782024-09-23T21:51:54.532Z Compiling crc-any v2.5.0
18792024-09-23T21:51:54.651Z Compiling buf-list v1.0.3
18802024-09-23T21:51:55.327Z Compiling lpc55_sign v0.3.4 (https://github.com/oxidecomputer/lpc55_support#131520fc)
18812024-09-23T21:51:55.476Z Compiling tar v0.4.41
18822024-09-23T21:51:55.501Z Compiling backoff v0.4.0
18832024-09-23T21:51:55.504Z Compiling strum v0.26.3
18842024-09-23T21:51:55.687Z Compiling snafu v0.8.2
18852024-09-23T21:51:55.708Z Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
18862024-09-23T21:51:55.876Z Compiling object v0.30.4
18872024-09-23T21:51:55.925Z Compiling oxnet v0.1.0 (https://github.com/oxidecomputer/oxnet#2612d220)
18882024-09-23T21:51:56.989Z Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
18892024-09-23T21:51:57.559Z Compiling tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a)
18902024-09-23T21:51:59.333Z Compiling parse-display v0.10.0
18912024-09-23T21:51:59.546Z Compiling zip v0.6.6
18922024-09-23T21:52:00.681Z Compiling serde_with v3.9.0
18932024-09-23T21:52:00.721Z Compiling rayon v1.10.0
18942024-09-23T21:52:01.234Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
18952024-09-23T21:52:02.003Z Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=9e0fe45ca3862176dc31ad8cc83f605f8a7e1a42#9e0fe45c)
18962024-09-23T21:52:02.317Z Compiling camino-tempfile v1.1.1
18972024-09-23T21:52:03.113Z Compiling globset v0.4.14
18982024-09-23T21:52:05.274Z Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945)
18992024-09-23T21:52:05.473Z Compiling pem v3.0.4
19002024-09-23T21:52:06.598Z Compiling olpc-cjson v0.1.3
19012024-09-23T21:52:06.967Z Compiling serde_plain v1.0.2
19022024-09-23T21:52:07.004Z Compiling macaddr v1.0.1
19032024-09-23T21:52:07.489Z Compiling async-recursion v1.1.1
19042024-09-23T21:52:07.633Z Compiling memmap2 v0.9.4
19052024-09-23T21:52:08.242Z Compiling constant_time_eq v0.3.0
19062024-09-23T21:52:08.442Z Compiling untrusted v0.7.1
19072024-09-23T21:52:08.660Z Compiling arrayvec v0.7.4
19082024-09-23T21:52:08.983Z Compiling typed-path v0.7.1
19092024-09-23T21:52:09.112Z Compiling spin v0.5.2
19102024-09-23T21:52:09.133Z Compiling arrayref v0.3.7
19112024-09-23T21:52:09.253Z Compiling path-slash v0.1.5
19122024-09-23T21:52:09.416Z Compiling hubtools v0.4.6 (https://github.com/oxidecomputer/hubtools.git?branch=main#943c4bbe)
19132024-09-23T21:52:13.497Z Compiling tough v0.17.1
19142024-09-23T21:52:13.753Z Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
19152024-09-23T21:52:15.228Z Compiling itertools v0.13.0
19162024-09-23T21:52:15.926Z Compiling cargo-platform v0.1.8
19172024-09-23T21:52:16.973Z Compiling parse-size v1.0.0
19182024-09-23T21:52:17.106Z Compiling topological-sort v0.2.2
19192024-09-23T21:52:17.297Z Compiling cargo_metadata v0.18.1
19202024-09-23T21:52:17.390Z Compiling omicron-zone-package v0.11.0
19212024-09-23T21:52:19.078Z Compiling shell-words v1.1.0
19222024-09-23T21:52:26.787Z Compiling tufaceous-lib v0.1.0 (/work/oxidecomputer/omicron/tufaceous-lib)
19232024-09-23T21:52:38.430Z Compiling omicron-releng v0.1.0 (/work/oxidecomputer/omicron/dev-tools/releng)
19242024-09-23T21:52:55.189Z Finished `release` profile [optimized] target(s) in 5m 02s
19252024-09-23T21:52:55.248Z Running `target/release/omicron-releng --output-dir /work`
19262024-09-23T21:52:55.248ZSep 23 21:52:52.109 DEBG changing working directory to /work/oxidecomputer/omicron
19272024-09-23T21:52:55.248ZSep 23 21:52:52.210 DEBG running: git rev-parse HEAD
19282024-09-23T21:52:55.248ZSep 23 21:52:52.217 DEBG process exited with exit status: 0 (6.660938ms)
19292024-09-23T21:52:55.248ZSep 23 21:52:52.217 INFO version: 11.0.0-0.ci+git92037c9a647
19302024-09-23T21:52:55.248ZSep 23 21:52:52.257 INFO cloning helios to /work/oxidecomputer/helios
19312024-09-23T21:52:55.248ZSep 23 21:52:52.257 DEBG running: git clone https://github.com/oxidecomputer/helios.git /work/oxidecomputer/helios
19322024-09-23T21:52:55.248ZCloning into '/work/oxidecomputer/helios'...
19332024-09-23T21:52:55.249ZSep 23 21:52:52.751 DEBG process exited with exit status: 0 (493.41065ms)
19342024-09-23T21:52:55.249ZSep 23 21:52:52.751 DEBG running: git -C /work/oxidecomputer/helios status --branch '--porcelain=2'
19352024-09-23T21:52:55.249Z# branch.oid 5127748309904515b55cc42a01d9fadd7afdf0b9
19362024-09-23T21:52:55.249Z# branch.head master
19372024-09-23T21:52:55.249Z# branch.upstream origin/master
19382024-09-23T21:52:55.249Z# branch.ab +0 -0
19392024-09-23T21:52:55.249ZSep 23 21:52:52.759 DEBG process exited with exit status: 0 (8.396994ms)
19402024-09-23T21:52:55.249ZSep 23 21:52:52.759 DEBG running: pkg verify -q /system/zones/brand/omicron1/tools
19412024-09-23T21:52:55.249ZSep 23 21:52:53.536 DEBG process exited with exit status: 0 (776.084184ms)
19422024-09-23T21:52:55.249ZSep 23 21:52:53.536 DEBG running: zfs list rpool/images/build/host
19432024-09-23T21:52:55.249ZNAME USED AVAIL REFER MOUNTPOINT
19442024-09-23T21:52:55.249Zrpool/images/build/host 24K 152G 24K /rpool/images/build/host
19452024-09-23T21:52:55.249ZSep 23 21:52:53.543 DEBG process exited with exit status: 0 (7.34233ms)
19462024-09-23T21:52:55.249ZSep 23 21:52:53.543 DEBG running: zfs list rpool/images/build/recovery
19472024-09-23T21:52:55.249ZNAME USED AVAIL REFER MOUNTPOINT
19482024-09-23T21:52:55.249Zrpool/images/build/recovery 24K 152G 24K /rpool/images/build/recovery
19492024-09-23T21:52:55.249ZSep 23 21:52:53.550 DEBG process exited with exit status: 0 (6.596672ms)
19502024-09-23T21:52:55.249ZSep 23 21:52:53.551 INFO [hubris-staging] running task
19512024-09-23T21:52:55.249ZSep 23 21:52:53.551 INFO [hubris-production] running task
19522024-09-23T21:52:55.249ZSep 23 21:52:53.551 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
19532024-09-23T21:52:55.249ZSep 23 21:52:53.554 INFO [helios-setup] running: BUILD_OS=no PWD=/work/oxidecomputer/helios ptime -m gmake setup
19542024-09-23T21:52:55.249Z[ helios-setup] cd tools/helios-build && cargo build --quiet
19552024-09-23T21:52:55.467Z[ omicron-package] Blocking waiting for file lock on package cache
19562024-09-23T21:52:56.040Z[ omicron-package] Blocking waiting for file lock on package cache
19572024-09-23T21:52:56.341Z[ omicron-package] Blocking waiting for file lock on package cache
19582024-09-23T21:52:56.564ZSep 23 21:52:55.206 INFO [hubris-production] task succeeded (1.654854015s)
19592024-09-23T21:52:57.073Z[ omicron-package] Compiling proc-macro-crate v1.3.1
19602024-09-23T21:52:57.073Z[ omicron-package] Compiling heapless v0.8.0
19612024-09-23T21:52:57.078Z[ omicron-package] Compiling hash32 v0.3.1
19622024-09-23T21:52:57.081Z[ omicron-package] Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
19632024-09-23T21:52:57.081Z[ omicron-package] Compiling smoltcp v0.11.0
19642024-09-23T21:52:57.081Z[ omicron-package] Compiling proc-macro-error-attr v1.0.4
19652024-09-23T21:52:57.081Z[ omicron-package] Compiling embedded-io v0.4.0
19662024-09-23T21:52:57.081Z[ omicron-package] Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9)
19672024-09-23T21:52:57.661Z[ omicron-package] Compiling cobs v0.2.3
19682024-09-23T21:52:58.377Z[ omicron-package] Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=76878de67229ea113d70503c441eab47ac5dc653#76878de6)
19692024-09-23T21:52:58.414Z[ omicron-package] Compiling postcard v1.0.8
19702024-09-23T21:52:58.414Z[ omicron-package] Compiling proc-macro-error v1.0.4
19712024-09-23T21:52:58.672Z[ omicron-package] Compiling foreign-types-macros v0.2.3
19722024-09-23T21:52:58.696Z[ omicron-package] Compiling foreign-types-shared v0.3.1
19732024-09-23T21:52:58.700Z[ omicron-package] Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=76878de67229ea113d70503c441eab47ac5dc653#76878de6)
19742024-09-23T21:52:58.829Z[ omicron-package] Compiling num_enum_derive v0.5.11
19752024-09-23T21:52:59.032Z[ omicron-package] Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#42ad0104)
19762024-09-23T21:53:00.289Z[ omicron-package] Compiling tabwriter v1.4.0
19772024-09-23T21:53:00.293Z[ omicron-package] Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#42ad0104)
19782024-09-23T21:53:00.410Z[ omicron-package] Compiling cstr-argument v0.1.2
19792024-09-23T21:53:00.419Z[ omicron-package] Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=76878de67229ea113d70503c441eab47ac5dc653#76878de6)
19802024-09-23T21:53:01.451Z[ omicron-package] Compiling foreign-types v0.5.0
19812024-09-23T21:53:01.565Z[ omicron-package] Compiling crucible-workspace-hack v0.1.0
19822024-09-23T21:53:01.857Z[ omicron-package] Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys#4ceaf96e)
19832024-09-23T21:53:02.441Z[ omicron-package] Compiling pretty-hex v0.2.1
19842024-09-23T21:53:02.675Z[ omicron-package] Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
19852024-09-23T21:53:02.902Z[ omicron-package] Compiling num_enum v0.5.11
19862024-09-23T21:53:02.907Z[ omicron-package] Compiling colored v2.1.0
19872024-09-23T21:53:02.987Z[ omicron-package] Compiling poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=multipath#ca52bef3)
19882024-09-23T21:53:03.320Z[ omicron-package] Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9)
19892024-09-23T21:53:03.561Z[ omicron-package] Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=24a74d0c76b6a63961ecef76acb1516b6e66c5c9#24a74d0c)
19902024-09-23T21:53:03.564Z[ omicron-package] Compiling sigpipe v0.1.3
19912024-09-23T21:53:03.733Z[ omicron-package] Compiling num-derive v0.4.2
19922024-09-23T21:53:03.912Z[ omicron-package] Compiling zone_cfg_derive v0.3.0
19932024-09-23T21:53:04.297Z[ omicron-package] Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
19942024-09-23T21:53:04.483Z[ omicron-package] Compiling libefi-sys v0.1.0
19952024-09-23T21:53:04.673Z[ omicron-package] Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=24a74d0c76b6a63961ecef76acb1516b6e66c5c9#24a74d0c)
19962024-09-23T21:53:05.107ZSep 23 21:53:03.749 INFO [hubris-staging] task succeeded (10.198792093s)
19972024-09-23T21:53:05.358Z[ omicron-package] Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
19982024-09-23T21:53:05.478Z[ omicron-package] Compiling smf v0.2.3
19992024-09-23T21:53:05.666Z[ omicron-package] Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino?branch=main#1b66b89c)
20002024-09-23T21:53:05.747Z[ omicron-package] Compiling bitfield-struct v0.6.1
20012024-09-23T21:53:06.531Z[ omicron-package] Compiling portable-atomic v1.6.0
20022024-09-23T21:53:07.166Z[ omicron-package] Compiling zone v0.3.0
20032024-09-23T21:53:08.858Z[ omicron-package] Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=a551f245e8a26f52098382903ccf0a982b7c54fa#a551f245)
20042024-09-23T21:53:08.976Z[ omicron-package] Compiling libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
20052024-09-23T21:53:10.370Z[ omicron-package] Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=76878de67229ea113d70503c441eab47ac5dc653#76878de6)
20062024-09-23T21:53:10.492Z[ omicron-package] Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
20072024-09-23T21:53:10.729Z[ omicron-package] Compiling nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
20082024-09-23T21:53:11.434Z[ omicron-package] Compiling libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
20092024-09-23T21:53:11.970Z[ omicron-package] Compiling libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1)
20102024-09-23T21:53:12.632Z[ omicron-package] Compiling gethostname v0.5.0
20112024-09-23T21:53:12.920Z[ omicron-package] Compiling number_prefix v0.4.0
20122024-09-23T21:53:13.486Z[ omicron-package] Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=76878de67229ea113d70503c441eab47ac5dc653#76878de6)
20132024-09-23T21:53:15.278Z[ omicron-package] Compiling indicatif v0.17.8
20142024-09-23T21:53:16.354Z[ omicron-package] Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=76878de67229ea113d70503c441eab47ac5dc653#76878de6)
20152024-09-23T21:53:19.818Z[ omicron-package] Compiling sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
20162024-09-23T21:53:20.360Z[ omicron-package] Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
20172024-09-23T21:53:21.900Z[ omicron-package] Compiling omicron-package v0.1.0 (/work/oxidecomputer/omicron/package)
20182024-09-23T21:53:38.137Z[ helios-setup] Sep 23 21:53:36.780 INFO helios repository root is: /work/oxidecomputer/helios
20192024-09-23T21:53:38.139Z[ helios-setup] Sep 23 21:53:36.782 INFO skipping project "omnios-build" because "BUILD_OS" is set to "no"
20202024-09-23T21:53:38.140Z[ helios-setup] Sep 23 21:53:36.782 INFO skipping project "illumos" because "BUILD_OS" is set to "no"
20212024-09-23T21:53:38.140Z[ helios-setup] Sep 23 21:53:36.782 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
20222024-09-23T21:53:38.140Z[ helios-setup] Sep 23 21:53:36.782 INFO cloning git@github.com:oxidecomputer/amd-firmware.git at "/work/oxidecomputer/helios/projects/amd-firmware"..., project: amd-firmware
20232024-09-23T21:53:38.145Z[ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/amd-firmware'...
20242024-09-23T21:53:41.579Z[ omicron-package] Finished `release` profile [optimized] target(s) in 46.66s
20252024-09-23T21:53:41.814Z[ omicron-package]
20262024-09-23T21:53:41.814Z[ omicron-package] real 46.858173103
20272024-09-23T21:53:41.814Z[ omicron-package] user 2:48.319911023
20282024-09-23T21:53:41.818Z[ omicron-package] sys 22.481954069
20292024-09-23T21:53:41.818Z[ omicron-package] trap 0.177485572
20302024-09-23T21:53:41.818Z[ omicron-package] tflt 0.753270182
20312024-09-23T21:53:41.818Z[ omicron-package] dflt 0.589703371
20322024-09-23T21:53:41.818Z[ omicron-package] kflt 0.000064005
20332024-09-23T21:53:41.818Z[ omicron-package] lock 5:24.533415095
20342024-09-23T21:53:41.818Z[ omicron-package] slp 9:11.541880751
20352024-09-23T21:53:41.818Z[ omicron-package] lat 1:42.082607390
20362024-09-23T21:53:41.818ZSep 23 21:53:40.457 INFO [omicron-package] process exited with exit status: 0 (46.905960692s)
20372024-09-23T21:53:41.818Z[ omicron-package] stop 58.422146585
20382024-09-23T21:53:41.818ZSep 23 21:53:40.458 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
20392024-09-23T21:53:41.861ZSep 23 21:53:40.504 INFO [recovery-target] running: /work/oxidecomputer/omicron/target/release/omicron-package --target recovery --artifacts /work/artifacts-recovery target create --image trampoline
20402024-09-23T21:53:41.873Z[ host-target] Logging to: /work/oxidecomputer/omicron/out/LOG
20412024-09-23T21:53:41.876Z[ host-target] Created new build target 'host' and set it as active
20422024-09-23T21:53:41.879ZSep 23 21:53:40.519 INFO [host-target] process exited with exit status: 0 (61.692618ms)
20432024-09-23T21:53:41.879ZSep 23 21:53:40.520 INFO [host-package] running: /work/oxidecomputer/omicron/target/release/omicron-package --target host --artifacts /work/oxidecomputer/omicron/out package
20442024-09-23T21:53:41.882Z[ recovery-target] Created new build target 'recovery' and set it as active
20452024-09-23T21:53:41.882Z[ recovery-target] Logging to: /work/artifacts-recovery/LOG
20462024-09-23T21:53:41.886ZSep 23 21:53:40.528 INFO [recovery-target] process exited with exit status: 0 (24.329664ms)
20472024-09-23T21:53:41.893Z[ host-package] Logging to: /work/oxidecomputer/omicron/out/LOG
20482024-09-23T21:53:42.831Z[ helios-setup] Sep 23 21:53:41.474 INFO clone ok!, project: amd-firmware
20492024-09-23T21:53:42.833Z[ helios-setup] Sep 23 21:53:41.474 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
20502024-09-23T21:53:42.833Z[ helios-setup] Sep 23 21:53:41.474 INFO cloning git@github.com:oxidecomputer/chelsio-t6-roms.git at "/work/oxidecomputer/helios/projects/chelsio-t6-roms"..., project: chelsio-t6-roms
20512024-09-23T21:53:42.836Z[ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/chelsio-t6-roms'...
20522024-09-23T21:53:43.246Z[ host-package] Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
20532024-09-23T21:53:43.246Z[ host-package] Compiling convert_case v0.4.0
20542024-09-23T21:53:43.248Z[ host-package] Compiling camino v1.1.9
20552024-09-23T21:53:43.248Z[ host-package] Compiling newline-converter v0.3.0
20562024-09-23T21:53:43.248Z[ host-package] Compiling password-hash v0.5.0
20572024-09-23T21:53:43.249Z[ host-package] Compiling blake2 v0.10.6
20582024-09-23T21:53:43.391Z[ host-package] Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide/omicron#b1194c19)
20592024-09-23T21:53:43.460Z[ host-package] Compiling cancel-safe-futures v0.1.5
20602024-09-23T21:53:43.621Z[ host-package] Compiling derive-where v1.2.7
20612024-09-23T21:53:43.721Z[ helios-setup] Sep 23 21:53:42.363 INFO clone ok!, project: chelsio-t6-roms
20622024-09-23T21:53:43.723Z[ helios-setup] Sep 23 21:53:42.363 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
20632024-09-23T21:53:43.723Z[ helios-setup] Sep 23 21:53:42.363 INFO cloning https://github.com/illumos/image-builder.git at "/work/oxidecomputer/helios/projects/image-builder"..., project: image-builder
20642024-09-23T21:53:43.726Z[ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/image-builder'...
20652024-09-23T21:53:43.754Z[ host-package] Compiling expectorate v1.1.0
20662024-09-23T21:53:43.974Z[ host-package] Compiling libsw v3.3.1
20672024-09-23T21:53:44.169Z[ host-package] Compiling derive_more v0.99.18
20682024-09-23T21:53:44.193Z[ host-package] Compiling indent_write v2.2.0
20692024-09-23T21:53:44.317Z[ host-package] Compiling swrite v0.1.0
20702024-09-23T21:53:44.402Z[ host-package] Compiling owo-colors v4.0.0
20712024-09-23T21:53:44.440Z[ helios-setup] Sep 23 21:53:43.083 INFO clone ok!, project: image-builder
20722024-09-23T21:53:44.442Z[ helios-setup] Sep 23 21:53:43.084 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
20732024-09-23T21:53:44.442Z[ helios-setup] Sep 23 21:53:43.084 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
20742024-09-23T21:53:44.445Z[ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/amd-host-image-builder'...
20752024-09-23T21:53:44.450Z[ host-package] Compiling linear-map v1.2.0
20762024-09-23T21:53:44.537Z[ host-package] Compiling humantime v2.1.0
20772024-09-23T21:53:44.617Z[ host-package] Compiling progenitor-client v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#c59c6d64)
20782024-09-23T21:53:44.928Z[ host-package] Compiling toml v0.8.19
20792024-09-23T21:53:45.076Z[ host-package] Compiling progenitor v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#c59c6d64)
20802024-09-23T21:53:45.358Z[ host-package] Compiling dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
20812024-09-23T21:53:45.740Z[ helios-setup] Submodule 'amd-firmware' (git@github.com:oxidecomputer/amd-firmware.git) registered for path 'amd-firmware'
20822024-09-23T21:53:45.756Z[ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/amd-host-image-builder/amd-firmware'...
20832024-09-23T21:53:45.756Z[ host-package] Compiling gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
20842024-09-23T21:53:45.756Z[ host-package] Compiling argon2 v0.5.3
20852024-09-23T21:53:45.756Z[ host-package] Compiling num-rational v0.4.2
20862024-09-23T21:53:46.548Z[ host-package] Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
20872024-09-23T21:53:47.037Z[ host-package] Compiling update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine)
20882024-09-23T21:53:47.223Z[ host-package] Compiling nexus-sled-agent-shared v0.1.0 (/work/oxidecomputer/omicron/nexus-sled-agent-shared)
20892024-09-23T21:53:47.365Z[ host-package] Compiling num-complex v0.4.6
20902024-09-23T21:53:48.033Z[ host-package] Compiling dirs-sys-next v0.1.2
20912024-09-23T21:53:48.092Z[ host-package] Compiling float-ord v0.3.2
20922024-09-23T21:53:48.275Z[ host-package] Compiling atomicwrites v0.4.3
20932024-09-23T21:53:48.601Z[ host-package] Compiling num v0.4.3
20942024-09-23T21:53:48.745Z[ host-package] Compiling dirs-next v2.0.0
20952024-09-23T21:53:48.825Z[ host-package] Compiling oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types)
20962024-09-23T21:53:48.869Z[ host-package] Compiling utf-8 v0.7.6
20972024-09-23T21:53:48.954Z[ host-package] Compiling term v0.7.0
20982024-09-23T21:53:49.270Z[ host-package] Compiling prettyplease v0.2.20
20992024-09-23T21:53:49.649Z[ host-package] Compiling semver v0.1.20
21002024-09-23T21:53:50.318Z[ host-package] Compiling rustc_version v0.1.7
21012024-09-23T21:53:50.420Z[ host-package] Compiling is-terminal v0.4.12
21022024-09-23T21:53:50.598Z[ host-package] Compiling cookie v0.18.1
21032024-09-23T21:53:50.799Z[ host-package] Compiling newtype_derive v0.1.6
21042024-09-23T21:53:50.954Z[ host-package] Compiling highway v1.2.0
21052024-09-23T21:53:51.245Z[ host-package] Compiling clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types)
21062024-09-23T21:53:51.574Z[ host-package] Compiling linked-hash-map v0.5.6
21072024-09-23T21:53:51.824Z[ host-package] Compiling rustls-pki-types v1.7.0
21082024-09-23T21:53:52.073Z[ host-package] Compiling lru-cache v0.1.2
21092024-09-23T21:53:52.324Z[ helios-setup] Submodule path 'amd-firmware': checked out '160c7d1f31829e543fd8765faf83440d602e742c'
21102024-09-23T21:53:52.340Z[ helios-setup] Sep 23 21:53:50.981 INFO clone ok!, project: amd-host-image-builder
21112024-09-23T21:53:52.340Z[ helios-setup] Sep 23 21:53:50.982 INFO skipping project "omnios-extra" because "BUILD_OS" is set to "no"
21122024-09-23T21:53:52.343Z[ helios-setup] Sep 23 21:53:50.982 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
21132024-09-23T21:53:52.343Z[ helios-setup] Sep 23 21:53:50.982 INFO cloning https://github.com/oxidecomputer/pinprick.git at "/work/oxidecomputer/helios/projects/pinprick"..., project: pinprick
21142024-09-23T21:53:52.345Z[ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/pinprick'...
21152024-09-23T21:53:52.574Z[ host-package] Compiling steno v0.4.1
21162024-09-23T21:53:52.681Z[ host-package] Compiling home v0.5.9
21172024-09-23T21:53:52.967Z[ host-package] Compiling quick-error v1.2.3
21182024-09-23T21:53:53.095Z[ helios-setup] Sep 23 21:53:51.738 INFO clone ok!, project: pinprick
21192024-09-23T21:53:53.098Z[ helios-setup] Sep 23 21:53:51.738 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
21202024-09-23T21:53:53.098Z[ helios-setup] Sep 23 21:53:51.738 INFO cloning https://github.com/oxidecomputer/boot-image-tools.git at "/work/oxidecomputer/helios/projects/bootserver"..., project: bootserver
21212024-09-23T21:53:53.100Z[ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/bootserver'...
21222024-09-23T21:53:53.149Z[ host-package] Compiling resolv-conf v0.7.0
21232024-09-23T21:53:53.787Z[ helios-setup] Sep 23 21:53:52.430 INFO clone ok!, project: bootserver
21242024-09-23T21:53:53.789Z[ helios-setup] Sep 23 21:53:52.431 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
21252024-09-23T21:53:53.789Z[ helios-setup] Sep 23 21:53:52.431 INFO cloning git@github.com:oxidecomputer/pilot.git at "/work/oxidecomputer/helios/projects/pilot"..., project: pilot
21262024-09-23T21:53:53.793Z[ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/pilot'...
21272024-09-23T21:53:54.975Z[ host-package] Compiling oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types)
21282024-09-23T21:53:55.035Z[ helios-setup] Sep 23 21:53:53.667 INFO clone ok!, project: pilot
21292024-09-23T21:53:55.054Z[ helios-setup] Sep 23 21:53:53.667 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
21302024-09-23T21:53:55.054Z[ helios-setup] Sep 23 21:53:53.667 INFO cloning https://github.com/oxidecomputer/phbl.git at "/work/oxidecomputer/helios/projects/phbl"..., project: phbl
21312024-09-23T21:53:55.054Z[ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/phbl'...
21322024-09-23T21:53:55.158Z[ host-package] Compiling rustls-webpki v0.102.4
21332024-09-23T21:53:55.917Z[ helios-setup] Sep 23 21:53:54.560 INFO clone ok!, project: phbl
21342024-09-23T21:53:55.919Z[ helios-setup] Sep 23 21:53:54.560 INFO exec: ["/usr/bin/pkgrepo", "create", "/work/oxidecomputer/helios/packages/os"], pwd: None
21352024-09-23T21:53:56.721Z[ helios-setup] Sep 23 21:53:55.360 INFO exec: ["/usr/bin/pkgrepo", "add-publisher", "-s", "/work/oxidecomputer/helios/packages/os", "helios-dev"], pwd: None
21362024-09-23T21:53:56.761Z[ host-package] Compiling rustls v0.22.4
21372024-09-23T21:53:56.798Z[ host-package] Compiling thread_local v1.1.8
21382024-09-23T21:53:57.175Z[ host-package] Compiling nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
21392024-09-23T21:53:57.341Z[ helios-setup] Sep 23 21:53:55.984 INFO repository /work/oxidecomputer/helios/packages/os for publisher helios-dev created
21402024-09-23T21:53:57.341Z[ helios-setup] Sep 23 21:53:55.984 INFO exec: ["/usr/bin/pkgrepo", "create", "/work/oxidecomputer/helios/packages/other"], pwd: None
21412024-09-23T21:53:57.353Z[ host-package] Compiling match_cfg v0.1.0
21422024-09-23T21:53:57.491Z[ host-package] Compiling hostname v0.3.1
21432024-09-23T21:53:57.943Z[ helios-setup] Sep 23 21:53:56.585 INFO exec: ["/usr/bin/pkgrepo", "add-publisher", "-s", "/work/oxidecomputer/helios/packages/other", "helios-dev"], pwd: None
21442024-09-23T21:53:58.168Z[ host-package] Compiling hickory-resolver v0.24.1
21452024-09-23T21:53:58.534Z[ helios-setup] Sep 23 21:53:57.177 INFO repository /work/oxidecomputer/helios/packages/other for publisher helios-dev created
21462024-09-23T21:53:58.534Z[ helios-setup] Sep 23 21:53:57.177 INFO exec: ["/usr/bin/pkgrepo", "create", "/work/oxidecomputer/helios/packages/combined"], pwd: None
21472024-09-23T21:53:59.194Z[ helios-setup] Sep 23 21:53:57.837 INFO exec: ["/usr/bin/pkgrepo", "add-publisher", "-s", "/work/oxidecomputer/helios/packages/combined", "helios-dev"], pwd: None
21482024-09-23T21:53:59.907Z[ helios-setup] Sep 23 21:53:58.550 INFO repository /work/oxidecomputer/helios/packages/combined for publisher helios-dev created
21492024-09-23T21:53:59.909Z[ helios-setup] Sep 23 21:53:58.551 INFO file /work/oxidecomputer/helios/packages/publisher.mogrify does not exist
21502024-09-23T21:53:59.909Z[ helios-setup] Sep 23 21:53:58.551 INFO writing /work/oxidecomputer/helios/packages/publisher.mogrify ...
21512024-09-23T21:53:59.910Z[ helios-setup] Sep 23 21:53:58.551 INFO ok!
21522024-09-23T21:53:59.910Z[ helios-setup] Sep 23 21:53:58.551 INFO link /work/oxidecomputer/helios/packages/os-conflicts.mogrify does not exist
21532024-09-23T21:53:59.910Z[ helios-setup] Sep 23 21:53:58.551 INFO linking /work/oxidecomputer/helios/packages/os-conflicts.mogrify -> ../tools/packages/os-conflicts.mogrify ...
21542024-09-23T21:53:59.910Z[ helios-setup] Sep 23 21:53:58.551 INFO ok!
21552024-09-23T21:53:59.910Z[ helios-setup] Sep 23 21:53:58.551 INFO link /work/oxidecomputer/helios/packages/os-deps.mogrify does not exist
21562024-09-23T21:53:59.910Z[ helios-setup] Sep 23 21:53:58.551 INFO linking /work/oxidecomputer/helios/packages/os-deps.mogrify -> ../tools/packages/os-deps.mogrify ...
21572024-09-23T21:53:59.910Z[ helios-setup] Sep 23 21:53:58.551 INFO ok!
21582024-09-23T21:53:59.910Z[ helios-setup] Sep 23 21:53:58.551 INFO building project "image-builder" at /work/oxidecomputer/helios/projects/image-builder
21592024-09-23T21:53:59.910Z[ helios-setup] Sep 23 21:53:58.551 INFO exec: ["cargo", "build", "--locked"], pwd: Some("/work/oxidecomputer/helios/projects/image-builder")
21602024-09-23T21:54:00.271Z[ helios-setup] Sep 23 21:53:58.914 INFO E| Updating git repository `https://github.com/jclulow/rust-jmclib`
21612024-09-23T21:54:00.348Z[ host-package] Compiling multer v3.1.0
21622024-09-23T21:54:00.447Z[ host-package] Compiling slog-async v2.8.0
21632024-09-23T21:54:00.532Z[ host-package] Compiling slog-json v2.6.1
21642024-09-23T21:54:00.732Z[ helios-setup] Sep 23 21:53:59.375 INFO E| From https://github.com/jclulow/rust-jmclib
21652024-09-23T21:54:00.732Z[ helios-setup] Sep 23 21:53:59.375 INFO E| * [new ref] 98fb2268f5a2f350e65ab5c8fc490b27eb1b3949 -> refs/commit/98fb2268f5a2f350e65ab5c8fc490b27eb1b3949
21662024-09-23T21:54:00.754Z[ helios-setup] Sep 23 21:53:59.397 INFO E| Updating crates.io index
21672024-09-23T21:54:00.927Z[ host-package] Compiling crossbeam-channel v0.5.12
21682024-09-23T21:54:00.961Z[ helios-setup] Sep 23 21:53:59.604 INFO E| Downloading crates ...
21692024-09-23T21:54:00.979Z[ host-package] Compiling take_mut v0.2.2
21702024-09-23T21:54:01.104Z[ helios-setup] Sep 23 21:53:59.747 INFO E| Downloaded opaque-debug v0.3.0
21712024-09-23T21:54:01.106Z[ helios-setup] Sep 23 21:53:59.749 INFO E| Downloaded digest v0.9.0
21722024-09-23T21:54:01.109Z[ helios-setup] Sep 23 21:53:59.751 INFO E| Downloaded block-buffer v0.9.0
21732024-09-23T21:54:01.137Z[ helios-setup] Sep 23 21:53:59.778 INFO E| Downloaded anyhow v1.0.72
21742024-09-23T21:54:01.156Z[ helios-setup] Sep 23 21:53:59.800 INFO E| Downloaded sha-1 v0.9.8
21752024-09-23T21:54:01.160Z[ helios-setup] Sep 23 21:53:59.803 INFO E| Downloaded md-5 v0.9.1
21762024-09-23T21:54:01.163Z[ helios-setup] Sep 23 21:53:59.805 INFO E| Downloaded unicode-ident v1.0.11
21772024-09-23T21:54:01.166Z[ helios-setup] Sep 23 21:53:59.808 INFO E| Downloaded libdevinfo-sys v1.0.0
21782024-09-23T21:54:01.166Z[ helios-setup] Sep 23 21:53:59.809 INFO E| Downloaded itoa v1.0.9
21792024-09-23T21:54:01.168Z[ helios-setup] Sep 23 21:53:59.811 INFO E| Downloaded errno v0.3.1
21802024-09-23T21:54:01.171Z[ helios-setup] Sep 23 21:53:59.813 INFO E| Downloaded cpufeatures v0.2.9
21812024-09-23T21:54:01.171Z[ helios-setup] Sep 23 21:53:59.814 INFO E| Downloaded unicode-width v0.1.10
21822024-09-23T21:54:01.173Z[ helios-setup] Sep 23 21:53:59.816 INFO E| Downloaded walkdir v2.3.3
21832024-09-23T21:54:01.175Z[ helios-setup] Sep 23 21:53:59.818 INFO E| Downloaded fastrand v2.0.0
21842024-09-23T21:54:01.198Z[ helios-setup] Sep 23 21:53:59.841 INFO E| Downloaded getrandom v0.2.10
21852024-09-23T21:54:01.203Z[ helios-setup] Sep 23 21:53:59.846 INFO E| Downloaded uuid v0.8.2
21862024-09-23T21:54:01.210Z[ helios-setup] Sep 23 21:53:59.852 INFO E| Downloaded toml v0.5.11
21872024-09-23T21:54:01.213Z[ helios-setup] Sep 23 21:53:59.857 INFO E| Downloaded typenum v1.16.0
21882024-09-23T21:54:01.218Z[ helios-setup] Sep 23 21:53:59.861 INFO E| Downloaded serde_derive v1.0.193
21892024-09-23T21:54:01.223Z[ helios-setup] Sep 23 21:53:59.866 INFO E| Downloaded serde v1.0.193
21902024-09-23T21:54:01.228Z[ helios-setup] Sep 23 21:53:59.872 INFO E| Downloaded proc-macro2 v1.0.66
21912024-09-23T21:54:01.233Z[ helios-setup] Sep 23 21:53:59.877 INFO E| Downloaded tempfile v3.7.0
21922024-09-23T21:54:01.237Z[ helios-setup] Sep 23 21:53:59.881 INFO E| Downloaded serde_json v1.0.103
21932024-09-23T21:54:01.252Z[ helios-setup] Sep 23 21:53:59.895 INFO E| Downloaded syn v2.0.32
21942024-09-23T21:54:01.270Z[ helios-setup] Sep 23 21:53:59.913 INFO E| Downloaded ryu v1.0.15
21952024-09-23T21:54:01.275Z[ helios-setup] Sep 23 21:53:59.918 INFO E| Downloaded rustix v0.38.4
21962024-09-23T21:54:01.286Z[ host-package] Compiling slog-bunyan v2.5.0
21972024-09-23T21:54:01.312Z[ helios-setup] Sep 23 21:53:59.956 INFO E| Downloaded quote v1.0.31
21982024-09-23T21:54:01.315Z[ helios-setup] Sep 23 21:53:59.957 INFO E| Downloaded once_cell v1.18.0
21992024-09-23T21:54:01.318Z[ helios-setup] Sep 23 21:53:59.962 INFO E| Downloaded libc v0.2.147
22002024-09-23T21:54:01.394Z[ helios-setup] Sep 23 21:54:00.037 INFO E| Downloaded bitflags v2.3.3
22012024-09-23T21:54:01.574Z[ helios-setup] Sep 23 21:54:00.217 INFO E| Compiling libc v0.2.147
22022024-09-23T21:54:01.574Z[ helios-setup] Sep 23 21:54:00.218 INFO E| Compiling proc-macro2 v1.0.66
22032024-09-23T21:54:01.574Z[ helios-setup] Sep 23 21:54:00.218 INFO E| Compiling cfg-if v1.0.0
22042024-09-23T21:54:01.575Z[ helios-setup] Sep 23 21:54:00.218 INFO E| Compiling unicode-ident v1.0.11
22052024-09-23T21:54:01.578Z[ helios-setup] Sep 23 21:54:00.218 INFO E| Compiling typenum v1.16.0
22062024-09-23T21:54:01.578Z[ helios-setup] Sep 23 21:54:00.218 INFO E| Compiling version_check v0.9.4
22072024-09-23T21:54:01.578Z[ helios-setup] Sep 23 21:54:00.218 INFO E| Compiling serde v1.0.193
22082024-09-23T21:54:01.578Z[ helios-setup] Sep 23 21:54:00.218 INFO E| Compiling time-core v0.1.2
22092024-09-23T21:54:02.471Z[ helios-setup] Sep 23 21:54:01.114 INFO E| Compiling slog v2.7.0
22102024-09-23T21:54:02.471Z[ helios-setup] Sep 23 21:54:01.114 INFO E| Compiling powerfmt v0.2.0
22112024-09-23T21:54:02.781Z[ helios-setup] Sep 23 21:54:01.340 INFO E| Compiling rustix v0.38.4
22122024-09-23T21:54:02.992Z[ host-package] Compiling slog-term v2.9.1
22132024-09-23T21:54:03.507Z[ helios-setup] Sep 23 21:54:02.150 INFO E| Compiling itoa v1.0.9
22142024-09-23T21:54:03.534Z[ helios-setup] Sep 23 21:54:02.178 INFO E| Compiling num-conv v0.1.0
22152024-09-23T21:54:03.711Z[ helios-setup] Sep 23 21:54:02.354 INFO E| Compiling generic-array v0.14.7
22162024-09-23T21:54:03.865Z[ helios-setup] Sep 23 21:54:02.507 INFO E| Compiling deranged v0.3.11
22172024-09-23T21:54:03.893Z[ helios-setup] Sep 23 21:54:02.536 INFO E| Compiling num_threads v0.1.6
22182024-09-23T21:54:04.066Z[ helios-setup] Sep 23 21:54:02.709 INFO E| Compiling time-macros v0.2.18
22192024-09-23T21:54:04.312Z[ helios-setup] Sep 23 21:54:02.956 INFO E| Compiling bitflags v2.3.3
22202024-09-23T21:54:04.395Z[ helios-setup] Sep 23 21:54:03.038 INFO E| Compiling once_cell v1.18.0
22212024-09-23T21:54:04.437Z[ host-package] Compiling tokio-rustls v0.25.0
22222024-09-23T21:54:04.581Z[ helios-setup] Sep 23 21:54:03.225 INFO E| Compiling quote v1.0.31
22232024-09-23T21:54:05.323Z[ helios-setup] Sep 23 21:54:03.966 INFO E| Compiling syn v2.0.32
22242024-09-23T21:54:05.477Z[ host-package] Compiling rustls-pemfile v2.1.3
22252024-09-23T21:54:05.552Z[ host-package] Compiling dropshot v0.10.2-dev (https://github.com/oxidecomputer/dropshot?branch=main#06c8dab4)
22262024-09-23T21:54:05.571Z[ helios-setup] Sep 23 21:54:04.214 INFO E| Compiling thread_local v1.1.7
22272024-09-23T21:54:05.891Z[ host-package] Compiling async-stream v0.3.5
22282024-09-23T21:54:06.501Z[ host-package] Compiling waitgroup v0.1.2
22292024-09-23T21:54:06.519Z[ helios-setup] Sep 23 21:54:05.161 INFO E| Compiling opaque-debug v0.3.0
22302024-09-23T21:54:06.573Z[ helios-setup] Sep 23 21:54:05.216 INFO E| Compiling fastrand v2.0.0
22312024-09-23T21:54:06.601Z[ helios-setup] Sep 23 21:54:05.244 INFO E| Compiling serde_json v1.0.103
22322024-09-23T21:54:06.629Z[ host-package] Compiling ipnetwork v0.20.0
22332024-09-23T21:54:07.168Z[ host-package] Compiling newtype-uuid v1.1.0
22342024-09-23T21:54:07.415Z[ helios-setup] Sep 23 21:54:06.058 INFO E| Compiling dirs-sys-next v0.1.2
22352024-09-23T21:54:07.587Z[ helios-setup] Sep 23 21:54:06.231 INFO E| Compiling errno v0.3.1
22362024-09-23T21:54:07.872Z[ helios-setup] Sep 23 21:54:06.515 INFO E| Compiling dirs-next v2.0.0
22372024-09-23T21:54:07.915Z[ helios-setup] Sep 23 21:54:06.558 INFO E| Compiling atty v0.2.14
22382024-09-23T21:54:08.110Z[ host-package] Compiling serde_path_to_error v0.1.16
22392024-09-23T21:54:08.274Z[ helios-setup] Sep 23 21:54:06.917 INFO E| Compiling term v0.7.0
22402024-09-23T21:54:08.384Z[ helios-setup] Sep 23 21:54:07.026 INFO E| Compiling anyhow v1.0.72
22412024-09-23T21:54:08.620Z[ helios-setup] Sep 23 21:54:07.263 INFO E| Compiling getrandom v0.2.10
22422024-09-23T21:54:08.663Z[ host-package] Compiling hostname v0.4.0
22432024-09-23T21:54:09.072Z[ helios-setup] Sep 23 21:54:07.715 INFO E| Compiling digest v0.9.0
22442024-09-23T21:54:09.224Z[ helios-setup] Sep 23 21:54:07.867 INFO E| Compiling block-buffer v0.9.0
22452024-09-23T21:54:09.305Z[ helios-setup] Sep 23 21:54:07.948 INFO E| Compiling same-file v1.0.6
22462024-09-23T21:54:09.427Z[ helios-setup] Sep 23 21:54:08.069 INFO E| Compiling cpufeatures v0.2.9
22472024-09-23T21:54:09.442Z[ host-package] Compiling instant v0.1.12
22482024-09-23T21:54:09.557Z[ helios-setup] Sep 23 21:54:08.200 INFO E| Compiling ryu v1.0.15
22492024-09-23T21:54:09.609Z[ helios-setup] Sep 23 21:54:08.252 INFO E| Compiling unicode-width v0.1.10
22502024-09-23T21:54:09.785Z[ host-package] Compiling debug-ignore v1.0.5
22512024-09-23T21:54:09.822Z[ helios-setup] Sep 23 21:54:08.466 INFO E| Compiling getopts v0.2.21
22522024-09-23T21:54:09.825Z[ helios-setup] Sep 23 21:54:08.466 INFO E| Compiling time v0.3.36
22532024-09-23T21:54:10.007Z[ host-package] Compiling backoff v0.4.0
22542024-09-23T21:54:10.010Z[ helios-setup] Sep 23 21:54:08.653 INFO E| Compiling walkdir v2.3.3
22552024-09-23T21:54:10.480Z[ helios-setup] Sep 23 21:54:09.123 INFO E| Compiling sha-1 v0.9.8
22562024-09-23T21:54:10.684Z[ host-package] Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
22572024-09-23T21:54:11.485Z[ host-package] Compiling oxnet v0.1.0 (https://github.com/oxidecomputer/oxnet#2612d220)
22582024-09-23T21:54:11.650Z[ host-package] Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=9e0fe45ca3862176dc31ad8cc83f605f8a7e1a42#9e0fe45c)
22592024-09-23T21:54:11.667Z[ helios-setup] Sep 23 21:54:10.310 INFO E| Compiling tempfile v3.7.0
22602024-09-23T21:54:11.678Z[ helios-setup] Sep 23 21:54:10.321 INFO E| Compiling md-5 v0.9.1
22612024-09-23T21:54:11.900Z[ helios-setup] Sep 23 21:54:10.542 INFO E| Compiling libdevinfo-sys v1.0.0
22622024-09-23T21:54:12.224Z[ helios-setup] Sep 23 21:54:10.867 INFO E| Compiling glob v0.3.1
22632024-09-23T21:54:12.843Z[ host-package] Compiling parse-display v0.10.0
22642024-09-23T21:54:13.409Z[ helios-setup] Sep 23 21:54:12.053 INFO E| Compiling slog-term v2.9.0
22652024-09-23T21:54:13.759Z[ host-package] Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
22662024-09-23T21:54:14.128Z[ host-package] Compiling serde_with v3.9.0
22672024-09-23T21:54:15.938Z[ helios-setup] Sep 23 21:54:14.578 INFO E| Compiling serde_derive v1.0.193
22682024-09-23T21:54:18.131Z[ host-package] Compiling strum v0.26.3
22692024-09-23T21:54:18.443Z[ host-package] Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945)
22702024-09-23T21:54:20.457Z[ host-package] Compiling macaddr v1.0.1
22712024-09-23T21:54:20.604Z[ host-package] Compiling slog-dtrace v0.3.0
22722024-09-23T21:54:21.058Z[ host-package] Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
22732024-09-23T21:54:22.088Z[ host-package] Compiling internal-dns v0.1.0 (/work/oxidecomputer/omicron/internal-dns)
22742024-09-23T21:54:22.834Z[ host-package] Compiling display-error-chain v0.2.1
22752024-09-23T21:54:23.147Z[ host-package] Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
22762024-09-23T21:54:23.491Z[ host-package] Compiling half v2.4.1
22772024-09-23T21:54:23.526Z[ host-package] Compiling ciborium-io v0.2.2
22782024-09-23T21:54:23.814Z[ host-package] Compiling oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
22792024-09-23T21:54:24.371Z[ host-package] Compiling ciborium-ll v0.2.2
22802024-09-23T21:54:24.437Z[ host-package] Compiling tungstenite v0.21.0
22812024-09-23T21:54:25.175Z[ host-package] Compiling ciborium v0.2.2
22822024-09-23T21:54:27.921Z[ host-package] Compiling tokio-tungstenite v0.21.0
22832024-09-23T21:54:28.773Z[ host-package] Compiling rayon-core v1.12.1
22842024-09-23T21:54:28.829Z[ host-package] Compiling nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
22852024-09-23T21:54:29.034Z[ host-package] Compiling crossbeam-deque v0.8.5
22862024-09-23T21:54:29.453Z[ host-package] Compiling fastrand v2.1.0
22872024-09-23T21:54:30.074Z[ host-package] Compiling same-file v1.0.6
22882024-09-23T21:54:30.298Z[ helios-setup] Sep 23 21:54:28.941 INFO E| Compiling toml v0.5.11
22892024-09-23T21:54:30.298Z[ helios-setup] Sep 23 21:54:28.941 INFO E| Compiling uuid v0.8.2
22902024-09-23T21:54:30.446Z[ host-package] Compiling walkdir v2.5.0
22912024-09-23T21:54:30.509Z[ host-package] Compiling tempfile v3.10.1
22922024-09-23T21:54:31.595Z[ host-package] Compiling ring v0.16.20
22932024-09-23T21:54:32.621Z[ helios-setup] Sep 23 21:54:31.265 INFO E| Compiling jmclib v0.1.0 (https://github.com/jclulow/rust-jmclib#98fb2268)
22942024-09-23T21:54:33.806Z[ host-package] Compiling rayon v1.10.0
22952024-09-23T21:54:35.211Z[ host-package] Compiling blake3 v1.5.1
22962024-09-23T21:54:36.408Z[ host-package] Compiling sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
22972024-09-23T21:54:36.687Z[ helios-setup] Sep 23 21:54:35.331 INFO E| Compiling illumos-image-builder v0.0.0 (/work/oxidecomputer/helios/projects/image-builder)
22982024-09-23T21:54:39.502Z[ host-package] Compiling xattr v1.3.1
22992024-09-23T21:54:39.921Z[ host-package] Compiling memmap2 v0.9.4
23002024-09-23T21:54:40.394Z[ host-package] Compiling filetime v0.2.25
23012024-09-23T21:54:40.718Z[ host-package] Compiling constant_time_eq v0.3.0
23022024-09-23T21:54:40.962Z[ host-package] Compiling arrayvec v0.7.4
23032024-09-23T21:54:41.538Z[ host-package] Compiling arrayref v0.3.7
23042024-09-23T21:54:41.672Z[ host-package] Compiling untrusted v0.7.1
23052024-09-23T21:54:41.883Z[ host-package] Compiling keccak v0.1.5
23062024-09-23T21:54:41.935Z[ host-package] Compiling spin v0.5.2
23072024-09-23T21:54:42.291Z[ host-package] Compiling sha3 v0.10.8
23082024-09-23T21:54:44.524Z[ host-package] Compiling tar v0.4.41
23092024-09-23T21:54:44.697Z[ host-package] Compiling camino-tempfile v1.1.1
23102024-09-23T21:54:44.954Z[ host-package] Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro)
23112024-09-23T21:54:45.287Z[ host-package] Compiling toolchain_find v0.4.0
23122024-09-23T21:54:46.228Z[ host-package] Compiling nibble_vec v0.1.0
23132024-09-23T21:54:46.480Z[ host-package] Compiling atty v0.2.14
23142024-09-23T21:54:46.726Z[ host-package] Compiling crunchy v0.2.2
23152024-09-23T21:54:46.760Z[ host-package] Compiling maplit v1.0.2
23162024-09-23T21:54:47.060Z[ host-package] Compiling glob v0.3.1
23172024-09-23T21:54:47.291Z[ host-package] Compiling topological-sort v0.2.2
23182024-09-23T21:54:47.448Z[ host-package] Compiling endian-type v0.1.2
23192024-09-23T21:54:47.682Z[ host-package] Compiling omicron-zone-package v0.11.0
23202024-09-23T21:54:47.922Z[ host-package] Compiling radix_trie v0.2.1
23212024-09-23T21:54:48.202Z[ host-package] Compiling clang-sys v1.7.0
23222024-09-23T21:54:48.470Z[ host-package] Compiling rustfmt-wrapper v0.2.1
23232024-09-23T21:54:48.967Z[ host-package] Compiling tiny-keccak v2.0.2
23242024-09-23T21:54:49.263Z[ host-package] Compiling nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
23252024-09-23T21:54:49.265Z[ host-package] Compiling dsl_auto_type v0.1.2
23262024-09-23T21:54:49.400Z[ host-package] Compiling scheduled-thread-pool v0.2.7
23272024-09-23T21:54:49.443Z[ host-package] Compiling secrecy v0.8.0
23282024-09-23T21:54:50.068Z[ host-package] Compiling diesel_table_macro_syntax v0.2.0
23292024-09-23T21:54:50.298Z[ helios-setup] Sep 23 21:54:48.943 INFO E| Finished `dev` profile [unoptimized + debuginfo] target(s) in 50.30s
23302024-09-23T21:54:50.335Z[ helios-setup] Sep 23 21:54:48.977 INFO building project "image-builder" ok (50 seconds)
23312024-09-23T21:54:50.335Z[ helios-setup] Sep 23 21:54:48.977 INFO building project "amd-host-image-builder" at /work/oxidecomputer/helios/projects/amd-host-image-builder
23322024-09-23T21:54:50.338Z[ helios-setup] Sep 23 21:54:48.978 INFO exec: ["cargo", "build", "--locked"], pwd: Some("/work/oxidecomputer/helios/projects/amd-host-image-builder")
23332024-09-23T21:54:50.344Z[ helios-setup] Sep 23 21:54:48.988 INFO E| info: syncing channel updates for 'nightly-2023-12-30-x86_64-unknown-illumos'
23342024-09-23T21:54:50.531Z[ host-package] Compiling arc-swap v1.7.1
23352024-09-23T21:54:50.669Z[ helios-setup] Sep 23 21:54:49.313 INFO E| info: latest update on 2023-12-30, rust version 1.77.0-nightly (3cdd004e5 2023-12-29)
23362024-09-23T21:54:50.669Z[ helios-setup] Sep 23 21:54:49.313 INFO E| info: downloading component 'cargo'
23372024-09-23T21:54:50.687Z[ host-package] Compiling oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
23382024-09-23T21:54:50.859Z[ host-package] Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/libipcc?rev=fdffa212373a8f92473ea5f411088912bf458d5f#fdffa212)
23392024-09-23T21:54:50.940Z[ host-package] Compiling diesel_derives v2.2.2
23402024-09-23T21:54:51.145Z[ host-package] Compiling slog-scope v4.4.0
23412024-09-23T21:54:51.240Z[ host-package] Compiling r2d2 v0.8.10
23422024-09-23T21:54:51.732Z[ host-package] Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=a9c5fdac442fa6fd5a65e413ea874fe3c62c3fd9#a9c5fdac)
23432024-09-23T21:54:51.734Z[ host-package] Compiling ascii-canvas v3.0.0
23442024-09-23T21:54:51.971Z[ host-package] Compiling universal-hash v0.5.1
23452024-09-23T21:54:52.164Z[ helios-setup] Sep 23 21:54:50.808 INFO E| info: downloading component 'clippy'
23462024-09-23T21:54:52.233Z[ host-package] Compiling thiserror-impl-no-std v2.0.2
23472024-09-23T21:54:52.277Z[ host-package] Compiling ena v0.14.3
23482024-09-23T21:54:52.663Z[ helios-setup] Sep 23 21:54:51.307 INFO E| info: downloading component 'rust-docs'
23492024-09-23T21:54:52.724Z[ host-package] Compiling libloading v0.8.3
23502024-09-23T21:54:53.140Z[ host-package] Compiling regex-syntax v0.6.29
23512024-09-23T21:54:53.553Z[ host-package] Compiling dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client)
23522024-09-23T21:54:53.842Z[ helios-setup] Sep 23 21:54:52.486 INFO E| info: downloading component 'rust-src'
23532024-09-23T21:54:54.572Z[ helios-setup] Sep 23 21:54:53.217 INFO E| info: downloading component 'rust-std'
23542024-09-23T21:54:55.201Z[ host-package] Compiling diff v0.1.13
23552024-09-23T21:54:55.829Z[ host-package] Compiling opaque-debug v0.3.1
23562024-09-23T21:54:55.962Z[ host-package] Compiling bindgen v0.69.4
23572024-09-23T21:54:56.314Z[ helios-setup] Sep 23 21:54:54.958 INFO E| info: downloading component 'rustc'
23582024-09-23T21:54:56.544Z[ host-package] Compiling poly1305 v0.8.0
23592024-09-23T21:54:58.260Z[ host-package] Compiling lalrpop v0.19.12
23602024-09-23T21:54:58.895Z[ host-package] Compiling thiserror-no-std v2.0.2
23612024-09-23T21:55:01.448Z[ helios-setup] Sep 23 21:55:00.092 INFO E| info: downloading component 'rustfmt'
23622024-09-23T21:55:01.680Z[ helios-setup] Sep 23 21:55:00.325 INFO E| info: installing component 'cargo'
23632024-09-23T21:55:03.062Z[ helios-setup] Sep 23 21:55:01.707 INFO E| info: installing component 'clippy'
23642024-09-23T21:55:03.386Z[ host-package] Compiling diesel v2.2.4
23652024-09-23T21:55:03.493Z[ helios-setup] Sep 23 21:55:02.136 INFO E| info: installing component 'rust-docs'
23662024-09-23T21:55:08.990Z[ helios-setup] Sep 23 21:55:07.635 INFO E| info: installing component 'rust-src'
23672024-09-23T21:55:09.822Z[ helios-setup] Sep 23 21:55:08.466 INFO E| info: installing component 'rust-std'
23682024-09-23T21:55:11.497Z[ host-package] Compiling slog-stdlog v4.1.1
23692024-09-23T21:55:12.485Z[ helios-setup] Sep 23 21:55:11.130 INFO E| info: installing component 'rustc'
23702024-09-23T21:55:13.135Z[ host-package] Compiling omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates)
23712024-09-23T21:55:13.257Z[ host-package] Compiling which v4.4.2
23722024-09-23T21:55:14.046Z[ host-package] Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
23732024-09-23T21:55:14.485Z[ host-package] Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common)
23742024-09-23T21:55:14.525Z[ host-package] Compiling chacha20 v0.9.1
23752024-09-23T21:55:14.783Z[ host-package] Compiling cexpr v0.6.0
23762024-09-23T21:55:15.134Z[ host-package] Compiling aead v0.5.2
23772024-09-23T21:55:15.546Z[ host-package] Compiling rustc-hash v1.1.0
23782024-09-23T21:55:15.734Z[ host-package] Compiling shlex v1.3.0
23792024-09-23T21:55:16.274Z[ host-package] Compiling lazycell v1.3.0
23802024-09-23T21:55:16.492Z[ host-package] Compiling ref-cast v1.0.23
23812024-09-23T21:55:17.233Z[ host-package] Compiling chacha20poly1305 v0.10.1
23822024-09-23T21:55:17.584Z[ host-package] Compiling slog-envlogger v2.2.0
23832024-09-23T21:55:19.131Z[ helios-setup] Sep 23 21:55:17.776 INFO E| info: installing component 'rustfmt'
23842024-09-23T21:55:19.999Z[ helios-setup] Sep 23 21:55:18.644 INFO E| Updating git repository `https://github.com/oxidecomputer/amd-apcb.git`
23852024-09-23T21:55:20.562Z[ host-package] Compiling vsss-rs v3.3.4
23862024-09-23T21:55:20.863Z[ helios-setup] Sep 23 21:55:19.508 INFO E| From https://github.com/oxidecomputer/amd-apcb
23872024-09-23T21:55:20.863Z[ helios-setup] Sep 23 21:55:19.508 INFO E| * [new ref] db77d47bc0d73c4159aa0a82493ef11f5e599047 -> refs/commit/db77d47bc0d73c4159aa0a82493ef11f5e599047
23882024-09-23T21:55:20.866Z[ helios-setup] Sep 23 21:55:19.508 INFO E| * [new tag] v0.3.3 -> v0.3.3
23892024-09-23T21:55:20.896Z[ helios-setup] Sep 23 21:55:19.540 INFO E| * [new tag] v0.1.3 -> v0.1.3
23902024-09-23T21:55:20.898Z[ helios-setup] Sep 23 21:55:19.541 INFO E| * [new tag] v0.1.4 -> v0.1.4
23912024-09-23T21:55:20.898Z[ helios-setup] Sep 23 21:55:19.541 INFO E| * [new tag] v0.1.5 -> v0.1.5
23922024-09-23T21:55:20.898Z[ helios-setup] Sep 23 21:55:19.541 INFO E| * [new tag] v0.2.0 -> v0.2.0
23932024-09-23T21:55:20.898Z[ helios-setup] Sep 23 21:55:19.541 INFO E| * [new tag] v0.3.0 -> v0.3.0
23942024-09-23T21:55:20.898Z[ helios-setup] Sep 23 21:55:19.541 INFO E| * [new tag] v0.3.1 -> v0.3.1
23952024-09-23T21:55:20.898Z[ helios-setup] Sep 23 21:55:19.541 INFO E| * [new tag] v0.3.2 -> v0.3.2
23962024-09-23T21:55:20.954Z[ helios-setup] Sep 23 21:55:19.599 INFO E| Updating git repository `ssh://git@github.com/oxidecomputer/amd-efs.git`
23972024-09-23T21:55:21.801Z[ helios-setup] Sep 23 21:55:20.445 INFO E| From https://github.com/oxidecomputer/amd-efs
23982024-09-23T21:55:21.801Z[ helios-setup] Sep 23 21:55:20.445 INFO E| * [new branch] empty -> origin/empty
23992024-09-23T21:55:21.804Z[ helios-setup] Sep 23 21:55:20.446 INFO E| * [new branch] issue-99 -> origin/issue-99
24002024-09-23T21:55:21.804Z[ helios-setup] Sep 23 21:55:20.446 INFO E| * [new branch] main -> origin/main
24012024-09-23T21:55:21.804Z[ helios-setup] Sep 23 21:55:20.446 INFO E| * [new branch] review -> origin/review
24022024-09-23T21:55:21.804Z[ helios-setup] Sep 23 21:55:20.446 INFO E| * [new ref] -> origin/HEAD
24032024-09-23T21:55:21.804Z[ helios-setup] Sep 23 21:55:20.446 INFO E| * [new tag] v0.2.0 -> v0.2.0
24042024-09-23T21:55:21.804Z[ helios-setup] Sep 23 21:55:20.446 INFO E| * [new tag] v0.2.1 -> v0.2.1
24052024-09-23T21:55:21.804Z[ helios-setup] Sep 23 21:55:20.447 INFO E| * [new tag] v0.2.2 -> v0.2.2
24062024-09-23T21:55:21.804Z[ helios-setup] Sep 23 21:55:20.447 INFO E| * [new tag] v0.2.3 -> v0.2.3
24072024-09-23T21:55:21.804Z[ helios-setup] Sep 23 21:55:20.447 INFO E| * [new tag] v0.2.4 -> v0.2.4
24082024-09-23T21:55:21.804Z[ helios-setup] Sep 23 21:55:20.447 INFO E| * [new tag] v0.2.5 -> v0.2.5
24092024-09-23T21:55:21.804Z[ helios-setup] Sep 23 21:55:20.447 INFO E| * [new tag] v0.2.6 -> v0.2.6
24102024-09-23T21:55:21.804Z[ helios-setup] Sep 23 21:55:20.447 INFO E| * [new tag] v0.2.7 -> v0.2.7
24112024-09-23T21:55:21.804Z[ helios-setup] Sep 23 21:55:20.447 INFO E| * [new tag] v0.3.0 -> v0.3.0
24122024-09-23T21:55:21.804Z[ helios-setup] Sep 23 21:55:20.447 INFO E| * [new tag] v0.3.1 -> v0.3.1
24132024-09-23T21:55:21.804Z[ helios-setup] Sep 23 21:55:20.448 INFO E| * [new tag] v0.4.0 -> v0.4.0
24142024-09-23T21:55:21.828Z[ helios-setup] Sep 23 21:55:20.473 INFO E| Updating crates.io index
24152024-09-23T21:55:22.232Z[ helios-setup] Sep 23 21:55:20.877 INFO E| Downloading crates ...
24162024-09-23T21:55:22.366Z[ helios-setup] Sep 23 21:55:21.011 INFO E| Downloaded unic-char-property v0.9.0
24172024-09-23T21:55:22.369Z[ helios-setup] Sep 23 21:55:21.014 INFO E| Downloaded unic-common v0.9.0
24182024-09-23T21:55:22.372Z[ helios-setup] Sep 23 21:55:21.015 INFO E| Downloaded strum v0.23.0
24192024-09-23T21:55:22.372Z[ helios-setup] Sep 23 21:55:21.016 INFO E| Downloaded modular-bitfield v0.11.2
24202024-09-23T21:55:22.386Z[ helios-setup] Sep 23 21:55:21.031 INFO E| Downloaded vec_map v0.8.2
24212024-09-23T21:55:22.388Z[ helios-setup] Sep 23 21:55:21.032 INFO E| Downloaded semver v0.9.0
24222024-09-23T21:55:22.391Z[ helios-setup] Sep 23 21:55:21.034 INFO E| Downloaded unic-ucd-ident v0.9.0
24232024-09-23T21:55:22.393Z[ helios-setup] Sep 23 21:55:21.036 INFO E| Downloaded proc-macro-crate v0.1.5
24242024-09-23T21:55:22.393Z[ helios-setup] Sep 23 21:55:21.037 INFO E| Downloaded pre v0.2.1
24252024-09-23T21:55:22.396Z[ helios-setup] Sep 23 21:55:21.039 INFO E| Downloaded pest_generator v2.7.11
24262024-09-23T21:55:22.396Z[ helios-setup] Sep 23 21:55:21.040 INFO E| Downloaded fletcher v0.1.0
24272024-09-23T21:55:22.398Z[ helios-setup] Sep 23 21:55:21.042 INFO E| Downloaded bytesize v1.3.0
24282024-09-23T21:55:22.429Z[ helios-setup] Sep 23 21:55:21.074 INFO E| Downloaded unic-ucd-version v0.9.0
24292024-09-23T21:55:22.431Z[ helios-setup] Sep 23 21:55:21.075 INFO E| Downloaded unic-char-range v0.9.0
24302024-09-23T21:55:22.434Z[ helios-setup] Sep 23 21:55:21.077 INFO E| Downloaded scroll_derive v0.10.5
24312024-09-23T21:55:22.434Z[ helios-setup] Sep 23 21:55:21.079 INFO E| Downloaded parse_int v0.6.0
24322024-09-23T21:55:22.436Z[ helios-setup] Sep 23 21:55:21.080 INFO E| Downloaded memoffset v0.5.6
24332024-09-23T21:55:22.439Z[ helios-setup] Sep 23 21:55:21.082 INFO E| Downloaded strsim v0.8.0
24342024-09-23T21:55:22.439Z[ helios-setup] Sep 23 21:55:21.084 INFO E| Downloaded modular-bitfield-impl v0.11.2
24352024-09-23T21:55:22.441Z[ helios-setup] Sep 23 21:55:21.086 INFO E| Downloaded structopt v0.3.26
24362024-09-23T21:55:22.453Z[ helios-setup] Sep 23 21:55:21.098 INFO E| Downloaded textwrap v0.11.0
24372024-09-23T21:55:22.456Z[ helios-setup] Sep 23 21:55:21.101 INFO E| Downloaded pest_derive v2.7.11
24382024-09-23T21:55:22.459Z[ helios-setup] Sep 23 21:55:21.104 INFO E| Downloaded strum_macros v0.23.1
24392024-09-23T21:55:22.462Z[ helios-setup] Sep 23 21:55:21.107 INFO E| Downloaded pre-proc-macro v0.2.1
24402024-09-23T21:55:22.465Z[ helios-setup] Sep 23 21:55:21.110 INFO E| Downloaded log v0.4.22
24412024-09-23T21:55:22.468Z[ helios-setup] Sep 23 21:55:21.113 INFO E| Downloaded serde_derive v1.0.204
24422024-09-23T21:55:22.473Z[ helios-setup] Sep 23 21:55:21.118 INFO E| Downloaded serde v1.0.204
24432024-09-23T21:55:22.478Z[ helios-setup] Sep 23 21:55:21.123 INFO E| Downloaded pest_meta v2.7.11
24442024-09-23T21:55:22.481Z[ helios-setup] Sep 23 21:55:21.126 INFO E| Downloaded memchr v2.7.4
24452024-09-23T21:55:22.489Z[ helios-setup] Sep 23 21:55:21.133 INFO E| Downloaded pest v2.7.11
24462024-09-23T21:55:22.498Z[ helios-setup] Sep 23 21:55:21.141 INFO E| Downloaded serde_json v1.0.120
24472024-09-23T21:55:22.508Z[ helios-setup] Sep 23 21:55:21.153 INFO E| Downloaded syn v2.0.71
24482024-09-23T21:55:22.526Z[ helios-setup] Sep 23 21:55:21.170 INFO E| Downloaded clap v2.34.0
24492024-09-23T21:55:22.536Z[ helios-setup] Sep 23 21:55:21.180 INFO E| Downloaded goblin v0.4.3
24502024-09-23T21:55:22.545Z[ helios-setup] Sep 23 21:55:21.189 INFO E| Downloaded structopt-derive v0.4.18
24512024-09-23T21:55:22.548Z[ helios-setup] Sep 23 21:55:21.191 INFO E| Downloaded libc v0.2.155
24522024-09-23T21:55:22.585Z[ helios-setup] Sep 23 21:55:21.230 INFO E| Downloaded semver-parser v0.7.0
24532024-09-23T21:55:22.588Z[ helios-setup] Sep 23 21:55:21.231 INFO E| Downloaded scroll v0.10.2
24542024-09-23T21:55:22.590Z[ helios-setup] Sep 23 21:55:21.234 INFO E| Downloaded rustc_version v0.2.3
24552024-09-23T21:55:22.592Z[ helios-setup] Sep 23 21:55:21.235 INFO E| Downloaded ansi_term v0.12.1
24562024-09-23T21:55:22.595Z[ helios-setup] Sep 23 21:55:21.238 INFO E| Downloaded num-derive v0.3.3
24572024-09-23T21:55:22.595Z[ helios-setup] Sep 23 21:55:21.240 INFO E| Downloaded four-cc v0.3.0
24582024-09-23T21:55:22.598Z[ helios-setup] Sep 23 21:55:21.241 INFO E| Downloaded cfg-if v0.1.10
24592024-09-23T21:55:22.692Z[ helios-setup] Sep 23 21:55:21.337 INFO E| Compiling proc-macro2 v1.0.86
24602024-09-23T21:55:22.694Z[ helios-setup] Sep 23 21:55:21.337 INFO E| Compiling unicode-ident v1.0.12
24612024-09-23T21:55:22.694Z[ helios-setup] Sep 23 21:55:21.337 INFO E| Compiling syn v1.0.109
24622024-09-23T21:55:22.694Z[ helios-setup] Sep 23 21:55:21.337 INFO E| Compiling version_check v0.9.4
24632024-09-23T21:55:22.695Z[ helios-setup] Sep 23 21:55:21.337 INFO E| Compiling thiserror v1.0.63
24642024-09-23T21:55:22.695Z[ helios-setup] Sep 23 21:55:21.337 INFO E| Compiling autocfg v1.3.0
24652024-09-23T21:55:22.695Z[ helios-setup] Sep 23 21:55:21.338 INFO E| Compiling semver-parser v0.7.0
24662024-09-23T21:55:22.695Z[ helios-setup] Sep 23 21:55:21.338 INFO E| Compiling serde v1.0.204
24672024-09-23T21:55:23.872Z[ helios-setup] Sep 23 21:55:22.517 INFO E| Compiling proc-macro-error-attr v1.0.4
24682024-09-23T21:55:24.669Z[ helios-setup] Sep 23 21:55:23.314 INFO E| Compiling semver v0.9.0
24692024-09-23T21:55:24.755Z[ helios-setup] Sep 23 21:55:23.395 INFO E| Compiling proc-macro-error v1.0.4
24702024-09-23T21:55:24.757Z[ helios-setup] Sep 23 21:55:23.401 INFO E| Compiling serde_json v1.0.120
24712024-09-23T21:55:24.825Z[ helios-setup] Sep 23 21:55:23.470 INFO E| Compiling num-traits v0.2.19
24722024-09-23T21:55:24.834Z[ helios-setup] Sep 23 21:55:23.479 INFO E| Compiling ryu v1.0.18
24732024-09-23T21:55:25.367Z[ helios-setup] Sep 23 21:55:24.011 INFO E| Compiling rustc_version v0.2.3
24742024-09-23T21:55:25.373Z[ helios-setup] Sep 23 21:55:24.016 INFO E| Compiling itoa v1.0.11
24752024-09-23T21:55:25.422Z[ helios-setup] Sep 23 21:55:24.066 INFO E| Compiling schemars v0.8.21
24762024-09-23T21:55:25.627Z[ helios-setup] Sep 23 21:55:24.272 INFO E| Compiling unicode-segmentation v1.11.0
24772024-09-23T21:55:25.787Z[ helios-setup] Sep 23 21:55:24.431 INFO E| Compiling memoffset v0.5.6
24782024-09-23T21:55:25.812Z[ helios-setup] Sep 23 21:55:24.457 INFO E| Compiling lazy_static v1.5.0
24792024-09-23T21:55:26.161Z[ helios-setup] Sep 23 21:55:24.805 INFO E| Compiling ucd-trie v0.1.6
24802024-09-23T21:55:26.178Z[ helios-setup] Sep 23 21:55:24.823 INFO E| Compiling rustversion v1.0.17
24812024-09-23T21:55:26.304Z[ helios-setup] Sep 23 21:55:24.949 INFO E| Compiling paste v1.0.15
24822024-09-23T21:55:26.478Z[ helios-setup] Sep 23 21:55:25.123 INFO E| Compiling quote v1.0.36
24832024-09-23T21:55:26.486Z[ helios-setup] Sep 23 21:55:25.129 INFO E| Compiling pre-proc-macro v0.2.1
24842024-09-23T21:55:27.357Z[ host-package] Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model)
24852024-09-23T21:55:27.410Z[ host-package] Compiling derive_builder_core v0.20.0
24862024-09-23T21:55:27.431Z[ helios-setup] Sep 23 21:55:26.076 INFO E| Compiling syn v2.0.71
24872024-09-23T21:55:27.489Z[ helios-setup] Sep 23 21:55:26.134 INFO E| Compiling heck v0.3.3
24882024-09-23T21:55:27.494Z[ helios-setup] Sep 23 21:55:26.139 INFO E| Compiling libc v0.2.155
24892024-09-23T21:55:27.497Z[ helios-setup] Sep 23 21:55:26.141 INFO E| Compiling dyn-clone v1.0.17
24902024-09-23T21:55:27.614Z[ helios-setup] Sep 23 21:55:26.259 INFO E| Compiling memchr v2.7.4
24912024-09-23T21:55:28.225Z[ helios-setup] Sep 23 21:55:26.870 INFO E| Compiling pre v0.2.1
24922024-09-23T21:55:28.498Z[ host-package] Compiling headers-core v0.2.0
24932024-09-23T21:55:28.942Z[ helios-setup] Sep 23 21:55:27.587 INFO E| Compiling cfg-if v0.1.10
24942024-09-23T21:55:29.055Z[ helios-setup] Sep 23 21:55:27.700 INFO E| Compiling byteorder v1.5.0
24952024-09-23T21:55:29.080Z[ host-package] Compiling fxhash v0.2.1
24962024-09-23T21:55:29.278Z[ helios-setup] Sep 23 21:55:27.830 INFO E| Compiling static_assertions v1.1.0
24972024-09-23T21:55:29.281Z[ helios-setup] Sep 23 21:55:27.912 INFO E| Compiling once_cell v1.19.0
24982024-09-23T21:55:29.882Z[ host-package] Compiling libxml v0.3.3
24992024-09-23T21:55:31.034Z[ host-package] Compiling ref-cast-impl v1.0.23
25002024-09-23T21:55:31.113Z[ helios-setup] Sep 23 21:55:29.757 INFO E| Compiling unicode-width v0.1.13
25012024-09-23T21:55:31.566Z[ helios-setup] Sep 23 21:55:30.208 INFO E| Compiling textwrap v0.11.0
25022024-09-23T21:55:31.820Z[ helios-setup] Sep 23 21:55:30.463 INFO E| Compiling atty v0.2.14
25032024-09-23T21:55:31.897Z[ host-package] Compiling polar-core v0.27.3
25042024-09-23T21:55:32.115Z[ host-package] Compiling derive_builder_macro v0.20.0
25052024-09-23T21:55:32.247Z[ helios-setup] Sep 23 21:55:30.892 INFO E| Compiling strum v0.23.0
25062024-09-23T21:55:32.376Z[ helios-setup] Sep 23 21:55:31.021 INFO E| Compiling unic-common v0.9.0
25072024-09-23T21:55:32.633Z[ helios-setup] Sep 23 21:55:31.278 INFO E| Compiling bitflags v1.3.2
25082024-09-23T21:55:32.813Z[ helios-setup] Sep 23 21:55:31.458 INFO E| Compiling parse_int v0.6.0
25092024-09-23T21:55:32.908Z[ helios-setup] Sep 23 21:55:31.553 INFO E| Compiling unic-char-range v0.9.0
25102024-09-23T21:55:32.992Z[ helios-setup] Sep 23 21:55:31.637 INFO E| Compiling fletcher v0.1.0
25112024-09-23T21:55:33.014Z[ helios-setup] Sep 23 21:55:31.659 INFO E| Compiling vec_map v0.8.2
25122024-09-23T21:55:33.255Z[ helios-setup] Sep 23 21:55:31.900 INFO E| Compiling strsim v0.8.0
25132024-09-23T21:55:33.275Z[ helios-setup] Sep 23 21:55:31.920 INFO E| Compiling ansi_term v0.12.1
25142024-09-23T21:55:33.307Z[ helios-setup] Sep 23 21:55:31.952 INFO E| Compiling unic-char-property v0.9.0
25152024-09-23T21:55:33.471Z[ helios-setup] Sep 23 21:55:32.116 INFO E| Compiling unic-ucd-version v0.9.0
25162024-09-23T21:55:33.481Z[ helios-setup] Sep 23 21:55:32.126 INFO E| Compiling log v0.4.22
25172024-09-23T21:55:33.510Z[ helios-setup] Sep 23 21:55:32.155 INFO E| Compiling plain v0.2.3
25182024-09-23T21:55:33.597Z[ helios-setup] Sep 23 21:55:32.242 INFO E| Compiling unic-ucd-ident v0.9.0
25192024-09-23T21:55:33.722Z[ helios-setup] Sep 23 21:55:32.367 INFO E| Compiling bytesize v1.3.0
25202024-09-23T21:55:33.898Z[ host-package] Compiling headers v0.3.9
25212024-09-23T21:55:34.161Z[ host-package] Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros)
25222024-09-23T21:55:34.424Z[ helios-setup] Sep 23 21:55:33.069 INFO E| Compiling clap v2.34.0
25232024-09-23T21:55:36.108Z[ helios-setup] Sep 23 21:55:34.753 INFO E| Compiling serde_derive_internals v0.29.1
25242024-09-23T21:55:38.172Z[ helios-setup] Sep 23 21:55:36.817 INFO E| Compiling toml v0.5.11
25252024-09-23T21:55:38.462Z[ host-package] Compiling samael v0.0.17
25262024-09-23T21:55:39.492Z[ host-package] Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data)
25272024-09-23T21:55:39.642Z[ host-package] Compiling nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults)
25282024-09-23T21:55:40.642Z[ host-package] Compiling strum_macros v0.24.3
25292024-09-23T21:55:41.119Z[ helios-setup] Sep 23 21:55:39.764 INFO E| Compiling proc-macro-crate v0.1.5
25302024-09-23T21:55:41.782Z[ host-package] Compiling kstat-rs v0.2.4
25312024-09-23T21:55:42.922Z[ helios-setup] Sep 23 21:55:41.567 INFO E| Compiling thiserror-impl v1.0.63
25322024-09-23T21:55:43.192Z[ host-package] Compiling dropshot v0.10.1
25332024-09-23T21:55:43.196Z[ helios-setup] Sep 23 21:55:41.842 INFO E| Compiling serde_derive v1.0.204
25342024-09-23T21:55:43.592Z[ helios-setup] Sep 23 21:55:42.237 INFO E| Compiling schemars_derive v0.8.21
25352024-09-23T21:55:43.629Z[ helios-setup] Sep 23 21:55:42.274 INFO E| Compiling zerocopy-derive v0.6.6
25362024-09-23T21:55:43.895Z[ host-package] Compiling unicase v2.7.0
25372024-09-23T21:55:44.521Z[ host-package] Compiling indoc v1.0.9
25382024-09-23T21:55:45.895Z[ host-package] Compiling oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
25392024-09-23T21:55:47.428Z[ helios-setup] Sep 23 21:55:46.073 INFO E| Compiling zerocopy v0.6.6
25402024-09-23T21:55:48.340Z[ helios-setup] Sep 23 21:55:46.985 INFO E| Compiling pest v2.7.11
25412024-09-23T21:55:48.348Z[ host-package] Compiling sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
25422024-09-23T21:55:48.375Z[ helios-setup] Sep 23 21:55:47.019 INFO E| Compiling modular-bitfield-impl v0.11.2
25432024-09-23T21:55:49.197Z[ helios-setup] Sep 23 21:55:47.842 INFO E| Compiling num-derive v0.3.3
25442024-09-23T21:55:49.206Z[ helios-setup] Sep 23 21:55:47.851 INFO E| Compiling strum_macros v0.23.1
25452024-09-23T21:55:49.259Z[ helios-setup] Sep 23 21:55:47.904 INFO E| Compiling scroll_derive v0.10.5
25462024-09-23T21:55:52.537Z[ helios-setup] Sep 23 21:55:51.182 INFO E| Compiling scroll v0.10.2
25472024-09-23T21:55:53.719Z[ helios-setup] Sep 23 21:55:52.334 INFO E| Compiling pest_meta v2.7.11
25482024-09-23T21:55:54.374Z[ helios-setup] Sep 23 21:55:53.015 INFO E| Compiling structopt-derive v0.4.18
25492024-09-23T21:55:54.894Z[ helios-setup] Sep 23 21:55:53.539 INFO E| Compiling modular-bitfield v0.11.2
25502024-09-23T21:55:55.018Z[ helios-setup] Sep 23 21:55:53.663 INFO E| Compiling goblin v0.4.3
25512024-09-23T21:55:56.145Z[ helios-setup] Sep 23 21:55:54.789 INFO E| Compiling pest_generator v2.7.11
25522024-09-23T21:56:00.012Z[ helios-setup] Sep 23 21:55:58.657 INFO E| Compiling pest_derive v2.7.11
25532024-09-23T21:56:00.076Z[ helios-setup] Sep 23 21:55:58.720 INFO E| Compiling structopt v0.3.26
25542024-09-23T21:56:02.835Z[ host-package] Compiling derive_builder v0.20.0
25552024-09-23T21:56:02.865Z[ host-package] Compiling oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
25562024-09-23T21:56:02.865Z[ host-package] Compiling tungstenite v0.23.0
25572024-09-23T21:56:06.161Z[ host-package] Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth)
25582024-09-23T21:56:06.519Z[ host-package] Compiling crossterm v0.28.1
25592024-09-23T21:56:06.530Z[ helios-setup] Sep 23 21:56:05.175 INFO E| Compiling json5 v0.4.1
25602024-09-23T21:56:09.116Z[ host-package] Compiling dropshot_endpoint v0.10.1
25612024-09-23T21:56:10.287Z[ host-package] Compiling oso-derive v0.27.3
25622024-09-23T21:56:14.494Z[ host-package] Compiling impl-trait-for-tuples v0.2.2
25632024-09-23T21:56:14.494Z[ helios-setup] Sep 23 21:56:11.303 INFO E| Compiling four-cc v0.3.0
25642024-09-23T21:56:14.494Z[ helios-setup] Sep 23 21:56:11.303 INFO E| Compiling amd-efs v0.4.0 (ssh://git@github.com/oxidecomputer/amd-efs.git?tag=v0.4.0#16afc05b)
25652024-09-23T21:56:14.494Z[ helios-setup] Sep 23 21:56:11.509 INFO E| Compiling amd-apcb v0.3.3 (https://github.com/oxidecomputer/amd-apcb.git?tag=v0.3.3#db77d47b)
25662024-09-23T21:56:15.054Z[ host-package] Compiling libz-sys v1.1.16
25672024-09-23T21:56:16.033Z[ host-package] Compiling quick-xml v0.33.0
25682024-09-23T21:56:18.343Z[ host-package] Compiling diesel-dtrace v0.3.0 (https://github.com/oxidecomputer/diesel-dtrace?branch=main#8fcc2bb3)
25692024-09-23T21:56:18.904Z[ host-package] Compiling cfg_aliases v0.1.1
25702024-09-23T21:56:19.066Z[ host-package] Compiling parking_lot_core v0.8.6
25712024-09-23T21:56:19.773Z[ host-package] Compiling nix v0.28.0
25722024-09-23T21:56:21.629Z[ host-package] Compiling oso v0.27.3
25732024-09-23T21:56:22.679Z[ host-package] Compiling tokio-tungstenite v0.23.1
25742024-09-23T21:56:23.488Z[ host-package] Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros)
25752024-09-23T21:56:25.296Z[ host-package] Compiling installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
25762024-09-23T21:56:31.454Z[ host-package] Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
25772024-09-23T21:56:31.948Z[ host-package] Compiling const_format_proc_macros v0.2.33
25782024-09-23T21:56:34.245Z[ host-package] Compiling bb8 v0.8.5
25792024-09-23T21:56:34.888Z[ host-package] Compiling vte_generate_state_changes v0.1.1
25802024-09-23T21:56:35.644Z[ host-package] Compiling vte v0.11.1
25812024-09-23T21:56:37.445Z[ host-package] Compiling async-bb8-diesel v0.2.1
25822024-09-23T21:56:38.513Z[ host-package] Compiling const_format v0.2.33
25832024-09-23T21:56:40.049Z[ host-package] Compiling qorb v0.0.1 (https://github.com/oxidecomputer/qorb?branch=master#163a7783)
25842024-09-23T21:56:43.855Z[ host-package] Compiling fd-lock v4.0.2
25852024-09-23T21:56:44.135Z[ host-package] Compiling libgit2-sys v0.17.0+1.8.1
25862024-09-23T21:56:45.146Z[ host-package] Compiling salty v0.3.0
25872024-09-23T21:56:45.727Z[ host-package] Compiling bytecount v0.6.8
25882024-09-23T21:56:46.217Z[ host-package] Compiling papergrid v0.11.0
25892024-09-23T21:56:56.895Z[ helios-setup] Sep 23 21:56:55.542 INFO E| Compiling amd-host-image-builder-config v0.1.0 (/work/oxidecomputer/helios/projects/amd-host-image-builder/amd-host-image-builder-config)
25902024-09-23T21:57:00.446Z[ host-package] Compiling parking_lot v0.11.2
25912024-09-23T21:57:09.601Z[ helios-setup] Sep 23 21:57:08.247 INFO E| Compiling amd-host-image-builder v0.1.1 (/work/oxidecomputer/helios/projects/amd-host-image-builder)
25922024-09-23T21:57:09.758Z[ host-package] Compiling strip-ansi-escapes v0.2.0
25932024-09-23T21:57:10.785Z[ host-package] Compiling crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=a551f245e8a26f52098382903ccf0a982b7c54fa#a551f245)
25942024-09-23T21:57:11.599Z[ host-package] Compiling tabled_derive v0.7.0
25952024-09-23T21:57:14.227Z[ host-package] Compiling crossterm v0.27.0
25962024-09-23T21:57:16.033Z[ host-package] Compiling peg-macros v0.8.4
25972024-09-23T21:57:19.845Z[ host-package] Compiling sqlparser_derive v0.2.2
25982024-09-23T21:57:20.359Z[ host-package] Compiling nu-ansi-term v0.50.0
25992024-09-23T21:57:21.137Z[ host-package] Compiling rustls v0.23.10
26002024-09-23T21:57:21.593Z[ host-package] Compiling unicode_categories v0.1.1
26012024-09-23T21:57:21.736Z[ host-package] Compiling sqlparser v0.45.0
26022024-09-23T21:57:21.788Z[ host-package] Compiling reedline v0.33.0
26032024-09-23T21:57:21.932Z[ host-package] Compiling rustyline v14.0.0
26042024-09-23T21:57:22.059Z[ host-package] Compiling sqlformat v0.2.4
26052024-09-23T21:57:22.506Z[ host-package] Compiling peg v0.8.4
26062024-09-23T21:57:22.676Z[ host-package] Compiling tabled v0.15.0
26072024-09-23T21:57:31.838Z[ host-package] Compiling sled v0.34.7
26082024-09-23T21:57:35.114Z[ host-package] Compiling mime_guess v2.0.4
26092024-09-23T21:57:37.119Z[ host-package] Compiling ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc)
26102024-09-23T21:57:39.611Z[ host-package] Compiling hickory-client v0.24.1
26112024-09-23T21:57:40.489Z[ host-package] Compiling env_logger v0.9.3
26122024-09-23T21:57:45.621Z[ host-package] Compiling clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=ceec762e6a87d2a22bf56792a3025e145caa095e#ceec762e)
26132024-09-23T21:57:46.173Z[ host-package] Compiling tungstenite v0.20.1
26142024-09-23T21:57:47.289Z[ host-package] Compiling bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client)
26152024-09-23T21:57:48.602Z[ host-package] Compiling oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client)
26162024-09-23T21:57:49.131Z[ helios-setup] Sep 23 21:57:47.779 INFO E| Finished dev [unoptimized + debuginfo] target(s) in 2m 29s
26172024-09-23T21:57:49.166Z[ helios-setup] Sep 23 21:57:47.813 INFO building project "amd-host-image-builder" ok (178 seconds)
26182024-09-23T21:57:49.166Z[ helios-setup] Sep 23 21:57:47.813 INFO building project "pinprick" at /work/oxidecomputer/helios/projects/pinprick
26192024-09-23T21:57:49.170Z[ helios-setup] Sep 23 21:57:47.813 INFO exec: ["cargo", "build", "--locked", "--release"], pwd: Some("/work/oxidecomputer/helios/projects/pinprick")
26202024-09-23T21:57:49.510Z[ helios-setup] Sep 23 21:57:48.157 INFO E| Compiling adler v1.0.2
26212024-09-23T21:57:49.640Z[ helios-setup] Sep 23 21:57:48.287 INFO E| Compiling miniz_oxide v0.7.2
26222024-09-23T21:57:51.833Z[ host-package] Compiling ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=9e0fe45ca3862176dc31ad8cc83f605f8a7e1a42#9e0fe45c)
26232024-09-23T21:57:52.491Z[ helios-setup] Sep 23 21:57:51.139 INFO E| Compiling pinprick v0.1.0 (/work/oxidecomputer/helios/projects/pinprick)
26242024-09-23T21:57:52.548Z[ host-package] Compiling dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api)
26252024-09-23T21:57:52.927Z[ host-package] Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
26262024-09-23T21:57:53.505Z[ helios-setup] Sep 23 21:57:52.153 INFO E| Finished `release` profile [optimized] target(s) in 4.25s
26272024-09-23T21:57:53.513Z[ helios-setup] Sep 23 21:57:52.160 INFO building project "pinprick" ok (4 seconds)
26282024-09-23T21:57:53.513Z[ helios-setup] Sep 23 21:57:52.160 INFO building project "bootserver" at /work/oxidecomputer/helios/projects/bootserver
26292024-09-23T21:57:53.513Z[ helios-setup] Sep 23 21:57:52.160 INFO exec: ["cargo", "build", "--locked", "--release"], pwd: Some("/work/oxidecomputer/helios/projects/bootserver")
26302024-09-23T21:57:53.599Z[ host-package] Compiling hickory-server v0.24.1
26312024-09-23T21:57:53.706Z[ host-package] Compiling primeorder v0.13.6
26322024-09-23T21:57:53.835Z[ helios-setup] Sep 23 21:57:52.482 INFO E| Downloading crates ...
26332024-09-23T21:57:54.046Z[ helios-setup] Sep 23 21:57:52.693 INFO E| Downloaded generic-array v0.14.6
26342024-09-23T21:57:54.049Z[ helios-setup] Sep 23 21:57:52.697 INFO E| Downloaded sha2 v0.10.5
26352024-09-23T21:57:54.053Z[ helios-setup] Sep 23 21:57:52.700 INFO E| Downloaded digest v0.10.3
26362024-09-23T21:57:54.056Z[ helios-setup] Sep 23 21:57:52.703 INFO E| Downloaded typenum v1.15.0
26372024-09-23T21:57:54.059Z[ helios-setup] Sep 23 21:57:52.707 INFO E| Downloaded flate2 v1.0.25
26382024-09-23T21:57:54.067Z[ helios-setup] Sep 23 21:57:52.715 INFO E| Downloaded bytes v1.2.1
26392024-09-23T21:57:54.073Z[ helios-setup] Sep 23 21:57:52.720 INFO E| Downloaded miniz_oxide v0.6.2
26402024-09-23T21:57:54.076Z[ helios-setup] Sep 23 21:57:52.723 INFO E| Downloaded cpufeatures v0.2.5
26412024-09-23T21:57:54.078Z[ helios-setup] Sep 23 21:57:52.725 INFO E| Downloaded block-buffer v0.10.3
26422024-09-23T21:57:54.081Z[ helios-setup] Sep 23 21:57:52.727 INFO E| Downloaded anyhow v1.0.62
26432024-09-23T21:57:54.257Z[ helios-setup] Sep 23 21:57:52.904 INFO E| Compiling typenum v1.15.0
26442024-09-23T21:57:54.300Z[ helios-setup] Sep 23 21:57:52.943 INFO E| Compiling version_check v0.9.4
26452024-09-23T21:57:54.300Z[ helios-setup] Sep 23 21:57:52.943 INFO E| Compiling cfg-if v1.0.0
26462024-09-23T21:57:54.300Z[ helios-setup] Sep 23 21:57:52.943 INFO E| Compiling crc32fast v1.3.2
26472024-09-23T21:57:54.300Z[ helios-setup] Sep 23 21:57:52.943 INFO E| Compiling anyhow v1.0.62
26482024-09-23T21:57:54.300Z[ helios-setup] Sep 23 21:57:52.943 INFO E| Compiling adler v1.0.2
26492024-09-23T21:57:54.300Z[ helios-setup] Sep 23 21:57:52.943 INFO E| Compiling cpufeatures v0.2.5
26502024-09-23T21:57:54.300Z[ helios-setup] Sep 23 21:57:52.943 INFO E| Compiling unicode-width v0.1.10
26512024-09-23T21:57:54.588Z[ helios-setup] Sep 23 21:57:53.235 INFO E| Compiling bytes v1.2.1
26522024-09-23T21:57:54.833Z[ helios-setup] Sep 23 21:57:53.480 INFO E| Compiling miniz_oxide v0.6.2
26532024-09-23T21:57:54.929Z[ helios-setup] Sep 23 21:57:53.577 INFO E| Compiling getopts v0.2.21
26542024-09-23T21:57:55.188Z[ helios-setup] Sep 23 21:57:53.834 INFO E| Compiling bitflags v1.3.2
26552024-09-23T21:57:55.772Z[ helios-setup] Sep 23 21:57:54.419 INFO E| Compiling generic-array v0.14.6
26562024-09-23T21:57:56.566Z[ helios-setup] Sep 23 21:57:55.213 INFO E| Compiling flate2 v1.0.25
26572024-09-23T21:57:59.982Z[ host-package] Compiling bcs v0.1.6
26582024-09-23T21:58:00.883Z[ helios-setup] Sep 23 21:57:59.531 INFO E| Compiling block-buffer v0.10.3
26592024-09-23T21:58:00.883Z[ helios-setup] Sep 23 21:57:59.531 INFO E| Compiling crypto-common v0.1.6
26602024-09-23T21:58:01.083Z[ helios-setup] Sep 23 21:57:59.731 INFO E| Compiling digest v0.10.3
26612024-09-23T21:58:01.242Z[ host-package] Compiling vergen v8.3.2
26622024-09-23T21:58:01.467Z[ helios-setup] Sep 23 21:58:00.114 INFO E| Compiling sha2 v0.10.5
26632024-09-23T21:58:01.670Z[ host-package] Compiling bitstruct_derive v0.1.0
26642024-09-23T21:58:02.104Z[ helios-setup] Sep 23 21:58:00.751 INFO E| Compiling bootserver v0.1.0 (/work/oxidecomputer/helios/projects/bootserver)
26652024-09-23T21:58:02.586Z[ host-package] Compiling env_filter v0.1.2
26662024-09-23T21:58:03.382Z[ host-package] Compiling cargo-platform v0.1.8
26672024-09-23T21:58:04.293Z[ host-package] Compiling nanorand v0.7.0
26682024-09-23T21:58:05.151Z[ host-package] Compiling viona_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
26692024-09-23T21:58:05.411Z[ host-package] Compiling memoffset v0.9.1
26702024-09-23T21:58:06.270Z[ host-package] Compiling ascii v1.1.0
26712024-09-23T21:58:07.528Z[ host-package] Compiling rfb v0.1.0 (https://github.com/oxidecomputer/rfb?rev=0cac8d9c25eb27acfa35df80f3b9d371de98ab3b#0cac8d9c)
26722024-09-23T21:58:07.593Z[ helios-setup] Sep 23 21:58:06.240 INFO E| Finished `release` profile [optimized] target(s) in 13.98s
26732024-09-23T21:58:07.616Z[ helios-setup] Sep 23 21:58:06.257 INFO building project "bootserver" ok (14 seconds)
26742024-09-23T21:58:07.616Z[ helios-setup] Sep 23 21:58:06.257 INFO building project "pilot" at /work/oxidecomputer/helios/projects/pilot
26752024-09-23T21:58:07.616Z[ helios-setup] Sep 23 21:58:06.257 INFO exec: ["cargo", "build", "--locked", "--release"], pwd: Some("/work/oxidecomputer/helios/projects/pilot")
26762024-09-23T21:58:08.064Z[ helios-setup] Sep 23 21:58:06.712 INFO E| Updating git repository `https://github.com/jclulow/hiercmd`
26772024-09-23T21:58:08.588Z[ helios-setup] Sep 23 21:58:07.234 INFO E| From https://github.com/jclulow/hiercmd
26782024-09-23T21:58:08.588Z[ helios-setup] Sep 23 21:58:07.234 INFO E| * [new ref] d9d28d6aa06f0740b8668b9e64c0f4bb69243aad -> refs/commit/d9d28d6aa06f0740b8668b9e64c0f4bb69243aad
26792024-09-23T21:58:08.611Z[ helios-setup] Sep 23 21:58:07.257 INFO E| Updating git repository `https://github.com/jclulow/network-interface`
26802024-09-23T21:58:09.127Z[ helios-setup] Sep 23 21:58:07.775 INFO E| From https://github.com/jclulow/network-interface
26812024-09-23T21:58:09.127Z[ helios-setup] Sep 23 21:58:07.775 INFO E| * [new ref] 827e6b7ba62ea32474ef38b1b02942bdf3933624 -> refs/commit/827e6b7ba62ea32474ef38b1b02942bdf3933624
26822024-09-23T21:58:09.160Z[ helios-setup] Sep 23 21:58:07.808 INFO E| Updating git repository `https://github.com/oxidecomputer/boot-image-tools.git`
26832024-09-23T21:58:09.645Z[ helios-setup] Sep 23 21:58:08.293 INFO E| From https://github.com/oxidecomputer/boot-image-tools
26842024-09-23T21:58:09.645Z[ helios-setup] Sep 23 21:58:08.293 INFO E| * [new ref] 300caa098652a2988eb3cbf936868cb719a155ff -> refs/commit/300caa098652a2988eb3cbf936868cb719a155ff
26852024-09-23T21:58:09.685Z[ helios-setup] Sep 23 21:58:08.333 INFO E| Updating git repository `git+ssh://git@github.com/oxidecomputer/facade`
26862024-09-23T21:58:10.443Z[ host-package] Compiling viona_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
26872024-09-23T21:58:10.527Z[ helios-setup] Sep 23 21:58:09.174 INFO E| From https://github.com/oxidecomputer/facade
26882024-09-23T21:58:10.527Z[ helios-setup] Sep 23 21:58:09.174 INFO E| * [new ref] aadb1404d3e53f6d1b5928a1aa09dcec0e0a3892 -> refs/commit/aadb1404d3e53f6d1b5928a1aa09dcec0e0a3892
26892024-09-23T21:58:10.611Z[ helios-setup] Sep 23 21:58:09.257 INFO E| Updating crates.io index
26902024-09-23T21:58:10.699Z[ host-package] Compiling flume v0.11.0
26912024-09-23T21:58:10.863Z[ host-package] Compiling cargo_metadata v0.18.1
26922024-09-23T21:58:11.260Z[ helios-setup] Sep 23 21:58:09.902 INFO E| Downloading crates ...
26932024-09-23T21:58:11.426Z[ helios-setup] Sep 23 21:58:10.072 INFO E| Downloaded byteorder v1.4.3
26942024-09-23T21:58:11.430Z[ helios-setup] Sep 23 21:58:10.077 INFO E| Downloaded bincode v1.3.3
26952024-09-23T21:58:11.442Z[ helios-setup] Sep 23 21:58:10.085 INFO E| Downloaded anyhow v1.0.68
26962024-09-23T21:58:11.445Z[ helios-setup] Sep 23 21:58:10.093 INFO E| Downloaded futures-sink v0.3.28
26972024-09-23T21:58:11.453Z[ helios-setup] Sep 23 21:58:10.095 INFO E| Downloaded project-root v0.2.2
26982024-09-23T21:58:11.453Z[ helios-setup] Sep 23 21:58:10.097 INFO E| Downloaded const-random-macro v0.1.15
26992024-09-23T21:58:11.457Z[ helios-setup] Sep 23 21:58:10.100 INFO E| Downloaded anstyle v0.3.5
27002024-09-23T21:58:11.457Z[ helios-setup] Sep 23 21:58:10.103 INFO E| Downloaded autocfg v1.1.0
27012024-09-23T21:58:11.464Z[ helios-setup] Sep 23 21:58:10.107 INFO E| Downloaded anstyle-parse v0.1.1
27022024-09-23T21:58:11.466Z[ helios-setup] Sep 23 21:58:10.112 INFO E| Downloaded smallvec v1.10.0
27032024-09-23T21:58:11.475Z[ helios-setup] Sep 23 21:58:10.120 INFO E| Downloaded fastrand v1.9.0
27042024-09-23T21:58:11.478Z[ helios-setup] Sep 23 21:58:10.124 INFO E| Downloaded scopeguard v1.1.0
27052024-09-23T21:58:11.492Z[ helios-setup] Sep 23 21:58:10.127 INFO E| Downloaded schemars_derive v0.8.12
27062024-09-23T21:58:11.492Z[ helios-setup] Sep 23 21:58:10.131 INFO E| Downloaded want v0.3.0
27072024-09-23T21:58:11.492Z[ helios-setup] Sep 23 21:58:10.133 INFO E| Downloaded serde_spanned v0.6.1
27082024-09-23T21:58:11.495Z[ helios-setup] Sep 23 21:58:10.136 INFO E| Downloaded concolor-query v0.3.3
27092024-09-23T21:58:11.495Z[ helios-setup] Sep 23 21:58:10.138 INFO E| Downloaded toolchain_find v0.2.0
27102024-09-23T21:58:11.495Z[ helios-setup] Sep 23 21:58:10.141 INFO E| Downloaded percent-encoding v2.2.0
27112024-09-23T21:58:11.498Z[ helios-setup] Sep 23 21:58:10.142 INFO E| Downloaded const-random v0.1.15
27122024-09-23T21:58:11.498Z[ helios-setup] Sep 23 21:58:10.145 INFO E| Downloaded tokio-macros v2.0.0
27132024-09-23T21:58:11.501Z[ host-package] Compiling bitstruct v0.1.1
27142024-09-23T21:58:11.501Z[ helios-setup] Sep 23 21:58:10.147 INFO E| Downloaded terminal_size v0.2.6
27152024-09-23T21:58:11.503Z[ helios-setup] Sep 23 21:58:10.150 INFO E| Downloaded smawk v0.3.1
27162024-09-23T21:58:11.509Z[ helios-setup] Sep 23 21:58:10.153 INFO E| Downloaded strsim v0.10.0
27172024-09-23T21:58:11.517Z[ helios-setup] Sep 23 21:58:10.156 INFO E| Downloaded concolor-override v1.0.0
27182024-09-23T21:58:11.517Z[ helios-setup] Sep 23 21:58:10.157 INFO E| Downloaded sha1 v0.10.5
27192024-09-23T21:58:11.525Z[ helios-setup] Sep 23 21:58:10.160 INFO E| Downloaded serde_tokenstream v0.2.0
27202024-09-23T21:58:11.525Z[ helios-setup] Sep 23 21:58:10.165 INFO E| Downloaded sha2 v0.10.6
27212024-09-23T21:58:11.530Z[ helios-setup] Sep 23 21:58:10.170 INFO E| Downloaded slog-bunyan v2.4.0
27222024-09-23T21:58:11.530Z[ helios-setup] Sep 23 21:58:10.173 INFO E| Downloaded thiserror v1.0.38
27232024-09-23T21:58:11.535Z[ helios-setup] Sep 23 21:58:10.183 INFO E| Downloaded pin-project-lite v0.2.9
27242024-09-23T21:58:11.545Z[ helios-setup] Sep 23 21:58:10.193 INFO E| Downloaded serde_path_to_error v0.1.11
27252024-09-23T21:58:11.549Z[ helios-setup] Sep 23 21:58:10.197 INFO E| Downloaded tokio-tungstenite v0.18.0
27262024-09-23T21:58:11.554Z[ helios-setup] Sep 23 21:58:10.202 INFO E| Downloaded signal-hook-registry v1.4.0
27272024-09-23T21:58:11.557Z[ helios-setup] Sep 23 21:58:10.204 INFO E| Downloaded rustls-pemfile v1.0.2
27282024-09-23T21:58:11.569Z[ helios-setup] Sep 23 21:58:10.212 INFO E| Downloaded proc-macro-hack v0.5.20+deprecated
27292024-09-23T21:58:11.578Z[ helios-setup] Sep 23 21:58:10.213 INFO E| Downloaded tokio-rustls v0.24.0
27302024-09-23T21:58:11.578Z[ helios-setup] Sep 23 21:58:10.218 INFO E| Downloaded serde_derive_internals v0.26.0
27312024-09-23T21:58:11.595Z[ helios-setup] Sep 23 21:58:10.222 INFO E| Downloaded futures v0.3.28
27322024-09-23T21:58:11.595Z[ helios-setup] Sep 23 21:58:10.233 INFO E| Downloaded uuid v1.3.0
27332024-09-23T21:58:11.595Z[ helios-setup] Sep 23 21:58:10.242 INFO E| Downloaded log v0.4.17
27342024-09-23T21:58:11.599Z[ helios-setup] Sep 23 21:58:10.246 INFO E| Downloaded url v2.3.1
27352024-09-23T21:58:11.606Z[ helios-setup] Sep 23 21:58:10.253 INFO E| Downloaded serde_yaml v0.9.21
27362024-09-23T21:58:11.614Z[ helios-setup] Sep 23 21:58:10.261 INFO E| Downloaded tungstenite v0.18.0
27372024-09-23T21:58:11.620Z[ helios-setup] Sep 23 21:58:10.268 INFO E| Downloaded unicode-linebreak v0.1.4
27382024-09-23T21:58:11.630Z[ helios-setup] Sep 23 21:58:10.273 INFO E| Downloaded schemars v0.8.12
27392024-09-23T21:58:11.649Z[ helios-setup] Sep 23 21:58:10.296 INFO E| Downloaded winnow v0.4.1
27402024-09-23T21:58:11.666Z[ helios-setup] Sep 23 21:58:10.313 INFO E| Downloaded serde_json v1.0.95
27412024-09-23T21:58:11.688Z[ helios-setup] Sep 23 21:58:10.329 INFO E| Downloaded syn v2.0.72
27422024-09-23T21:58:11.706Z[ helios-setup] Sep 23 21:58:10.352 INFO E| Downloaded aho-corasick v0.7.20
27432024-09-23T21:58:11.716Z[ helios-setup] Sep 23 21:58:10.360 INFO E| Downloaded tokio v1.27.0
27442024-09-23T21:58:11.774Z[ host-package] Compiling env_logger v0.11.5
27452024-09-23T21:58:11.778Z[ helios-setup] Sep 23 21:58:10.420 INFO E| Downloaded rayon-core v1.10.2
27462024-09-23T21:58:11.786Z[ helios-setup] Sep 23 21:58:10.426 INFO E| Downloaded pest v2.5.7
27472024-09-23T21:58:11.790Z[ helios-setup] Sep 23 21:58:10.435 INFO E| Downloaded mio v0.8.5
27482024-09-23T21:58:11.798Z[ helios-setup] Sep 23 21:58:10.445 INFO E| Downloaded crossbeam-channel v0.5.6
27492024-09-23T21:58:11.806Z[ helios-setup] Sep 23 21:58:10.453 INFO E| Downloaded futures-util v0.3.28
27502024-09-23T21:58:11.827Z[ helios-setup] Sep 23 21:58:10.474 INFO E| Downloaded clap_builder v4.2.1
27512024-09-23T21:58:11.843Z[ helios-setup] Sep 23 21:58:10.485 INFO E| Downloaded reqwest v0.11.16
27522024-09-23T21:58:11.855Z[ helios-setup] Sep 23 21:58:10.499 INFO E| Downloaded h2 v0.3.16
27532024-09-23T21:58:11.864Z[ helios-setup] Sep 23 21:58:10.511 INFO E| Downloaded rayon v1.6.1
27542024-09-23T21:58:11.883Z[ helios-setup] Sep 23 21:58:10.528 INFO E| Downloaded hyper v0.14.25
27552024-09-23T21:58:11.901Z[ helios-setup] Sep 23 21:58:10.543 INFO E| Downloaded regex v1.7.3
27562024-09-23T21:58:11.911Z[ helios-setup] Sep 23 21:58:10.559 INFO E| Downloaded git2 v0.16.1
27572024-09-23T21:58:11.949Z[ helios-setup] Sep 23 21:58:10.594 INFO E| Downloaded rustls v0.21.0
27582024-09-23T21:58:11.970Z[ helios-setup] Sep 23 21:58:10.612 INFO E| Downloaded regress v0.5.0
27592024-09-23T21:58:11.983Z[ helios-setup] Sep 23 21:58:10.624 INFO E| Downloaded rustix v0.37.3
27602024-09-23T21:58:12.012Z[ helios-setup] Sep 23 21:58:10.656 INFO E| Downloaded rhai v1.14.0
27612024-09-23T21:58:12.032Z[ helios-setup] Sep 23 21:58:10.676 INFO E| Downloaded openapiv3 v1.0.2
27622024-09-23T21:58:12.066Z[ helios-setup] Sep 23 21:58:10.713 INFO E| Downloaded chrono v0.4.24
27632024-09-23T21:58:12.078Z[ helios-setup] Sep 23 21:58:10.725 INFO E| Downloaded http v0.2.9
27642024-09-23T21:58:12.084Z[ helios-setup] Sep 23 21:58:10.732 INFO E| Downloaded syn v1.0.107
27652024-09-23T21:58:12.103Z[ helios-setup] Sep 23 21:58:10.750 INFO E| Downloaded rustls-webpki v0.100.1
27662024-09-23T21:58:12.114Z[ helios-setup] Sep 23 21:58:10.761 INFO E| Downloaded libc v0.2.139
27672024-09-23T21:58:12.155Z[ helios-setup] Sep 23 21:58:10.802 INFO E| Downloaded crossbeam-epoch v0.9.13
27682024-09-23T21:58:12.174Z[ helios-setup] Sep 23 21:58:10.807 INFO E| Downloaded cc v1.0.78
27692024-09-23T21:58:12.180Z[ helios-setup] Sep 23 21:58:10.811 INFO E| Downloaded bytes v1.4.0
27702024-09-23T21:58:12.180Z[ helios-setup] Sep 23 21:58:10.817 INFO E| Downloaded base64 v0.21.0
27712024-09-23T21:58:12.180Z[ helios-setup] Sep 23 21:58:10.823 INFO E| Downloaded unicode-normalization v0.1.22
27722024-09-23T21:58:12.185Z[ helios-setup] Sep 23 21:58:10.829 INFO E| Downloaded ryu v1.0.13
27732024-09-23T21:58:12.200Z[ helios-setup] Sep 23 21:58:10.847 INFO E| Downloaded parking_lot v0.12.1
27742024-09-23T21:58:12.204Z[ helios-setup] Sep 23 21:58:10.851 INFO E| Downloaded toml_edit v0.19.8
27752024-09-23T21:58:12.238Z[ helios-setup] Sep 23 21:58:10.883 INFO E| Downloaded tokio-util v0.7.7
27762024-09-23T21:58:12.252Z[ helios-setup] Sep 23 21:58:10.893 INFO E| Downloaded memchr v2.5.0
27772024-09-23T21:58:12.255Z[ helios-setup] Sep 23 21:58:10.900 INFO E| Downloaded cargo-lock v8.0.3
27782024-09-23T21:58:12.267Z[ helios-setup] Sep 23 21:58:10.905 INFO E| Downloaded tracing v0.1.37
27792024-09-23T21:58:12.271Z[ helios-setup] Sep 23 21:58:10.912 INFO E| Downloaded toml v0.7.3
27802024-09-23T21:58:12.271Z[ helios-setup] Sep 23 21:58:10.917 INFO E| Downloaded semver v1.0.17
27812024-09-23T21:58:12.274Z[ helios-setup] Sep 23 21:58:10.921 INFO E| Downloaded rhai_codegen v1.5.0
27822024-09-23T21:58:12.292Z[ helios-setup] Sep 23 21:58:10.935 INFO E| Downloaded pkg-config v0.3.26
27832024-09-23T21:58:12.294Z[ helios-setup] Sep 23 21:58:10.937 INFO E| Downloaded encoding_rs v0.8.32
27842024-09-23T21:58:12.328Z[ helios-setup] Sep 23 21:58:10.972 INFO E| Downloaded num-traits v0.2.15
27852024-09-23T21:58:12.334Z[ helios-setup] Sep 23 21:58:10.977 INFO E| Downloaded unsafe-libyaml v0.2.8
27862024-09-23T21:58:12.337Z[ helios-setup] Sep 23 21:58:10.983 INFO E| Downloaded tracing-core v0.1.30
27872024-09-23T21:58:12.340Z[ helios-setup] Sep 23 21:58:10.987 INFO E| Downloaded textwrap v0.16.0
27882024-09-23T21:58:12.343Z[ helios-setup] Sep 23 21:58:10.991 INFO E| Downloaded libgit2-sys v0.14.2+1.5.1
27892024-09-23T21:58:12.438Z[ helios-setup] Sep 23 21:58:11.086 INFO E| Downloaded once_cell v1.17.0
27902024-09-23T21:58:12.443Z[ helios-setup] Sep 23 21:58:11.089 INFO E| Downloaded io-lifetimes v1.0.10
27912024-09-23T21:58:12.446Z[ helios-setup] Sep 23 21:58:11.093 INFO E| Downloaded getrandom v0.2.8
27922024-09-23T21:58:12.450Z[ helios-setup] Sep 23 21:58:11.098 INFO E| Downloaded clap_derive v4.2.0
27932024-09-23T21:58:12.454Z[ helios-setup] Sep 23 21:58:11.102 INFO E| Downloaded unicode-bidi v0.3.13
27942024-09-23T21:58:12.458Z[ helios-setup] Sep 23 21:58:11.106 INFO E| Downloaded socket2 v0.4.9
27952024-09-23T21:58:12.463Z[ helios-setup] Sep 23 21:58:11.109 INFO E| Downloaded sct v0.7.0
27962024-09-23T21:58:12.467Z[ helios-setup] Sep 23 21:58:11.114 INFO E| Downloaded crossbeam-utils v0.8.14
27972024-09-23T21:58:12.473Z[ helios-setup] Sep 23 21:58:11.119 INFO E| Downloaded ahash v0.8.3
27982024-09-23T21:58:12.484Z[ helios-setup] Sep 23 21:58:11.124 INFO E| Downloaded ahash v0.7.6
27992024-09-23T21:58:12.488Z[ helios-setup] Sep 23 21:58:11.128 INFO E| Downloaded libz-sys v1.1.8
28002024-09-23T21:58:12.623Z[ helios-setup] Sep 23 21:58:11.267 INFO E| Downloaded unicode-ident v1.0.8
28012024-09-23T21:58:12.629Z[ helios-setup] Sep 23 21:58:11.277 INFO E| Downloaded ucd-trie v0.1.5
28022024-09-23T21:58:12.632Z[ helios-setup] Sep 23 21:58:11.279 INFO E| Downloaded async-trait v0.1.68
28032024-09-23T21:58:12.637Z[ helios-setup] Sep 23 21:58:11.284 INFO E| Downloaded tempfile v3.5.0
28042024-09-23T21:58:12.665Z[ helios-setup] Sep 23 21:58:11.288 INFO E| Downloaded clap v4.2.1
28052024-09-23T21:58:12.665Z[ helios-setup] Sep 23 21:58:11.301 INFO E| Downloaded num_enum v0.5.7
28062024-09-23T21:58:12.668Z[ helios-setup] Sep 23 21:58:11.307 INFO E| Downloaded semver-parser v0.10.2
28072024-09-23T21:58:12.668Z[ helios-setup] Sep 23 21:58:11.309 INFO E| Downloaded smartstring v1.0.1
28082024-09-23T21:58:12.688Z[ helios-setup] Sep 23 21:58:11.335 INFO E| Downloaded paste v1.0.12
28092024-09-23T21:58:12.692Z[ helios-setup] Sep 23 21:58:11.340 INFO E| Downloaded jobserver v0.1.26
28102024-09-23T21:58:12.695Z[ helios-setup] Sep 23 21:58:11.342 INFO E| Downloaded is-terminal v0.4.7
28112024-09-23T21:58:12.706Z[ helios-setup] Sep 23 21:58:11.344 INFO E| Downloaded camino v1.1.4
28122024-09-23T21:58:12.706Z[ helios-setup] Sep 23 21:58:11.347 INFO E| Downloaded time v0.1.45
28132024-09-23T21:58:12.706Z[ helios-setup] Sep 23 21:58:11.349 INFO E| Downloaded semver v0.11.0
28142024-09-23T21:58:12.706Z[ helios-setup] Sep 23 21:58:11.351 INFO E| Downloaded num_cpus v1.15.0
28152024-09-23T21:58:12.762Z[ helios-setup] Sep 23 21:58:11.404 INFO E| Downloaded num-integer v0.1.45
28162024-09-23T21:58:12.772Z[ helios-setup] Sep 23 21:58:11.407 INFO E| Downloaded memoffset v0.7.1
28172024-09-23T21:58:12.772Z[ helios-setup] Sep 23 21:58:11.408 INFO E| Downloaded http-body v0.4.5
28182024-09-23T21:58:12.772Z[ helios-setup] Sep 23 21:58:11.411 INFO E| Downloaded futures-macro v0.3.28
28192024-09-23T21:58:12.772Z[ helios-setup] Sep 23 21:58:11.412 INFO E| Downloaded futures-channel v0.3.28
28202024-09-23T21:58:12.782Z[ helios-setup] Sep 23 21:58:11.415 INFO E| Downloaded dyn-clone v1.0.11
28212024-09-23T21:58:12.791Z[ helios-setup] Sep 23 21:58:11.427 INFO E| Downloaded toml_datetime v0.6.1
28222024-09-23T21:58:12.823Z[ helios-setup] Sep 23 21:58:11.469 INFO E| Downloaded thiserror-impl v1.0.38
28232024-09-23T21:58:12.827Z[ helios-setup] Sep 23 21:58:11.471 INFO E| Downloaded parking_lot_core v0.9.6
28242024-09-23T21:58:12.827Z[ helios-setup] Sep 23 21:58:11.474 INFO E| Downloaded lock_api v0.4.9
28252024-09-23T21:58:12.831Z[ helios-setup] Sep 23 21:58:11.476 INFO E| Downloaded futures-task v0.3.28
28262024-09-23T21:58:12.834Z[ helios-setup] Sep 23 21:58:11.478 INFO E| Downloaded futures-executor v0.3.28
28272024-09-23T21:58:12.834Z[ helios-setup] Sep 23 21:58:11.480 INFO E| Downloaded form_urlencoded v1.1.0
28282024-09-23T21:58:12.835Z[ helios-setup] Sep 23 21:58:11.481 INFO E| Downloaded built v0.6.0
28292024-09-23T21:58:12.838Z[ helios-setup] Sep 23 21:58:11.483 INFO E| Downloaded rustfmt-wrapper v0.2.0
28302024-09-23T21:58:12.838Z[ helios-setup] Sep 23 21:58:11.485 INFO E| Downloaded slab v0.4.7
28312024-09-23T21:58:12.842Z[ helios-setup] Sep 23 21:58:11.487 INFO E| Downloaded ipnet v2.7.2
28322024-09-23T21:58:12.845Z[ helios-setup] Sep 23 21:58:11.490 INFO E| Downloaded futures-io v0.3.28
28332024-09-23T21:58:12.845Z[ helios-setup] Sep 23 21:58:11.491 INFO E| Downloaded anstream v0.2.6
28342024-09-23T21:58:12.848Z[ helios-setup] Sep 23 21:58:11.494 INFO E| Downloaded proc-macro-crate v1.2.1
28352024-09-23T21:58:12.848Z[ helios-setup] Sep 23 21:58:11.495 INFO E| Downloaded num_enum_derive v0.5.7
28362024-09-23T21:58:12.854Z[ helios-setup] Sep 23 21:58:11.497 INFO E| Downloaded futures-core v0.3.28
28372024-09-23T21:58:12.854Z[ helios-setup] Sep 23 21:58:11.499 INFO E| Downloaded try-lock v0.2.4
28382024-09-23T21:58:12.875Z[ helios-setup] Sep 23 21:58:11.500 INFO E| Downloaded httpdate v1.0.2
28392024-09-23T21:58:12.875Z[ helios-setup] Sep 23 21:58:11.502 INFO E| Downloaded lazy_static v1.4.0
28402024-09-23T21:58:12.876Z[ helios-setup] Sep 23 21:58:11.503 INFO E| Downloaded iana-time-zone v0.1.56
28412024-09-23T21:58:12.879Z[ helios-setup] Sep 23 21:58:11.511 INFO E| Downloaded home v0.5.4
28422024-09-23T21:58:12.879Z[ helios-setup] Sep 23 21:58:11.512 INFO E| Downloaded either v1.8.0
28432024-09-23T21:58:12.879Z[ helios-setup] Sep 23 21:58:11.514 INFO E| Downloaded digest v0.10.6
28442024-09-23T21:58:12.880Z[ helios-setup] Sep 23 21:58:11.516 INFO E| Downloaded clap_lex v0.4.1
28452024-09-23T21:58:12.880Z[ helios-setup] Sep 23 21:58:11.518 INFO E| Downloaded crossbeam-deque v0.8.2
28462024-09-23T21:58:12.880Z[ helios-setup] Sep 23 21:58:11.520 INFO E| Downloaded slog-async v2.7.0
28472024-09-23T21:58:12.883Z[ helios-setup] Sep 23 21:58:11.522 INFO E| Downloaded itoa v1.0.6
28482024-09-23T21:58:13.338Z[ helios-setup] Sep 23 21:58:11.979 INFO E| Compiling proc-macro2 v1.0.86
28492024-09-23T21:58:13.363Z[ helios-setup] Sep 23 21:58:12.010 INFO E| Compiling libc v0.2.139
28502024-09-23T21:58:13.372Z[ helios-setup] Sep 23 21:58:12.010 INFO E| Compiling unicode-ident v1.0.8
28512024-09-23T21:58:13.372Z[ helios-setup] Sep 23 21:58:12.010 INFO E| Compiling autocfg v1.1.0
28522024-09-23T21:58:13.372Z[ helios-setup] Sep 23 21:58:12.010 INFO E| Compiling cfg-if v1.0.0
28532024-09-23T21:58:13.372Z[ helios-setup] Sep 23 21:58:12.010 INFO E| Compiling version_check v0.9.4
28542024-09-23T21:58:13.372Z[ helios-setup] Sep 23 21:58:12.010 INFO E| Compiling serde v1.0.204
28552024-09-23T21:58:13.372Z[ helios-setup] Sep 23 21:58:12.010 INFO E| Compiling syn v1.0.107
28562024-09-23T21:58:13.603Z[ host-package] Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
28572024-09-23T21:58:13.682Z[ helios-setup] Sep 23 21:58:12.330 INFO E| Compiling memchr v2.5.0
28582024-09-23T21:58:14.164Z[ host-package] Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
28592024-09-23T21:58:14.439Z[ helios-setup] Sep 23 21:58:13.086 INFO E| Compiling once_cell v1.17.0
28602024-09-23T21:58:14.756Z[ helios-setup] Sep 23 21:58:13.403 INFO E| Compiling thiserror v1.0.38
28612024-09-23T21:58:14.887Z[ host-package] Compiling p384 v0.13.0
28622024-09-23T21:58:15.031Z[ helios-setup] Sep 23 21:58:13.678 INFO E| Compiling log v0.4.17
28632024-09-23T21:58:15.298Z[ host-package] Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
28642024-09-23T21:58:15.597Z[ helios-setup] Sep 23 21:58:14.244 INFO E| Compiling serde_json v1.0.95
28652024-09-23T21:58:15.895Z[ helios-setup] Sep 23 21:58:14.543 INFO E| Compiling itoa v1.0.6
28662024-09-23T21:58:16.380Z[ host-package] Compiling omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
28672024-09-23T21:58:17.128Z[ helios-setup] Sep 23 21:58:15.775 INFO E| Compiling indexmap v1.9.3
28682024-09-23T21:58:17.128Z[ helios-setup] Sep 23 21:58:15.775 INFO E| Compiling pin-project-lite v0.2.9
28692024-09-23T21:58:17.263Z[ helios-setup] Sep 23 21:58:15.904 INFO E| Compiling quote v1.0.36
28702024-09-23T21:58:17.457Z[ helios-setup] Sep 23 21:58:16.104 INFO E| Compiling scopeguard v1.1.0
28712024-09-23T21:58:18.000Z[ helios-setup] Sep 23 21:58:16.647 INFO E| Compiling getrandom v0.2.8
28722024-09-23T21:58:18.050Z[ helios-setup] Sep 23 21:58:16.697 INFO E| Compiling jobserver v0.1.26
28732024-09-23T21:58:18.216Z[ helios-setup] Sep 23 21:58:16.843 INFO E| Compiling syn v2.0.72
28742024-09-23T21:58:18.778Z[ helios-setup] Sep 23 21:58:17.425 INFO E| Compiling cc v1.0.78
28752024-09-23T21:58:18.846Z[ helios-setup] Sep 23 21:58:17.493 INFO E| Compiling num-integer v0.1.45
28762024-09-23T21:58:18.979Z[ helios-setup] Sep 23 21:58:17.626 INFO E| Compiling bytes v1.4.0
28772024-09-23T21:58:19.480Z[ helios-setup] Sep 23 21:58:18.128 INFO E| Compiling futures-core v0.3.28
28782024-09-23T21:58:19.945Z[ helios-setup] Sep 23 21:58:18.585 INFO E| Compiling ryu v1.0.13
28792024-09-23T21:58:21.069Z[ helios-setup] Sep 23 21:58:19.710 INFO E| Compiling lock_api v0.4.9
28802024-09-23T21:58:21.370Z[ helios-setup] Sep 23 21:58:20.018 INFO E| Compiling bitflags v1.3.2
28812024-09-23T21:58:21.482Z[ helios-setup] Sep 23 21:58:20.121 INFO E| Compiling typenum v1.16.0
28822024-09-23T21:58:21.692Z[ helios-setup] Sep 23 21:58:20.339 INFO E| Compiling parking_lot_core v0.9.6
28832024-09-23T21:58:24.995Z[ helios-setup] Sep 23 21:58:20.549 INFO E| Compiling num_cpus v1.15.0
28842024-09-23T21:58:25.044Z[ helios-setup] Sep 23 21:58:21.192 INFO E| Compiling generic-array v0.14.6
28852024-09-23T21:58:25.044Z[ helios-setup] Sep 23 21:58:21.280 INFO E| Compiling slab v0.4.7
28862024-09-23T21:58:25.044Z[ helios-setup] Sep 23 21:58:21.541 INFO E| Compiling futures-sink v0.3.28
28872024-09-23T21:58:25.044Z[ helios-setup] Sep 23 21:58:21.833 INFO E| Compiling futures-channel v0.3.28
28882024-09-23T21:58:25.044Z[ helios-setup] Sep 23 21:58:21.956 INFO E| Compiling futures-task v0.3.28
28892024-09-23T21:58:25.044Z[ helios-setup] Sep 23 21:58:22.510 INFO E| Compiling tokio v1.27.0
28902024-09-23T21:58:25.044Z[ helios-setup] Sep 23 21:58:23.059 INFO E| Compiling schemars v0.8.12
28912024-09-23T21:58:25.044Z[ helios-setup] Sep 23 21:58:23.060 INFO E| Compiling futures-util v0.3.28
28922024-09-23T21:58:25.433Z[ helios-setup] Sep 23 21:58:24.081 INFO E| Compiling signal-hook-registry v1.4.0
28932024-09-23T21:58:25.515Z[ helios-setup] Sep 23 21:58:24.163 INFO E| Compiling socket2 v0.4.9
28942024-09-23T21:58:25.640Z[ helios-setup] Sep 23 21:58:24.288 INFO E| Compiling mio v0.8.5
28952024-09-23T21:58:25.945Z[ helios-setup] Sep 23 21:58:24.593 INFO E| Compiling ahash v0.7.6
28962024-09-23T21:58:25.985Z[ host-package] Compiling git2 v0.19.0
28972024-09-23T21:58:26.283Z[ helios-setup] Sep 23 21:58:24.931 INFO E| Compiling num-traits v0.2.15
28982024-09-23T21:58:26.944Z[ helios-setup] Sep 23 21:58:25.579 INFO E| Compiling futures-io v0.3.28
28992024-09-23T21:58:27.444Z[ helios-setup] Sep 23 21:58:26.091 INFO E| Compiling io-lifetimes v1.0.10
29002024-09-23T21:58:27.712Z[ helios-setup] Sep 23 21:58:26.359 INFO E| Compiling pin-utils v0.1.0
29012024-09-23T21:58:27.978Z[ helios-setup] Sep 23 21:58:26.625 INFO E| Compiling crunchy v0.2.2
29022024-09-23T21:58:29.601Z[ helios-setup] Sep 23 21:58:28.249 INFO E| Compiling ahash v0.8.3
29032024-09-23T21:58:29.718Z[ helios-setup] Sep 23 21:58:28.366 INFO E| Compiling tiny-keccak v2.0.2
29042024-09-23T21:58:29.974Z[ helios-setup] Sep 23 21:58:28.622 INFO E| Compiling proc-macro-hack v0.5.20+deprecated
29052024-09-23T21:58:30.488Z[ helios-setup] Sep 23 21:58:28.892 INFO E| Compiling rustix v0.37.3
29062024-09-23T21:58:30.506Z[ helios-setup] Sep 23 21:58:29.153 INFO E| Compiling hashbrown v0.12.3
29072024-09-23T21:58:31.092Z[ helios-setup] Sep 23 21:58:29.734 INFO E| Compiling serde_derive_internals v0.26.0
29082024-09-23T21:58:31.727Z[ helios-setup] Sep 23 21:58:30.375 INFO E| Compiling crypto-common v0.1.6
29092024-09-23T21:58:32.037Z[ helios-setup] Sep 23 21:58:30.684 INFO E| Compiling block-buffer v0.10.3
29102024-09-23T21:58:32.625Z[ helios-setup] Sep 23 21:58:31.273 INFO E| Compiling errno v0.3.1
29112024-09-23T21:58:33.526Z[ helios-setup] Sep 23 21:58:32.174 INFO E| Compiling slog v2.7.0
29122024-09-23T21:58:33.526Z[ helios-setup] Sep 23 21:58:32.174 INFO E| Compiling fnv v1.0.7
29132024-09-23T21:58:33.580Z[ helios-setup] Sep 23 21:58:32.227 INFO E| Compiling pkg-config v0.3.26
29142024-09-23T21:58:33.606Z[ host-package] Compiling tokio-tungstenite v0.20.1
29152024-09-23T21:58:34.080Z[ helios-setup] Sep 23 21:58:32.728 INFO E| Compiling crossbeam-utils v0.8.14
29162024-09-23T21:58:35.096Z[ helios-setup] Sep 23 21:58:33.741 INFO E| Compiling http v0.2.9
29172024-09-23T21:58:35.222Z[ host-package] Compiling gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types)
29182024-09-23T21:58:35.683Z[ helios-setup] Sep 23 21:58:34.331 INFO E| Compiling digest v0.10.6
29192024-09-23T21:58:37.406Z[ helios-setup] Sep 23 21:58:36.054 INFO E| Compiling aho-corasick v0.7.20
29202024-09-23T21:58:38.076Z[ helios-setup] Sep 23 21:58:36.724 INFO E| Compiling regex-syntax v0.6.29
29212024-09-23T21:58:38.141Z[ helios-setup] Sep 23 21:58:36.789 INFO E| Compiling heck v0.4.1
29222024-09-23T21:58:39.167Z[ helios-setup] Sep 23 21:58:37.815 INFO E| Compiling tinyvec_macros v0.1.1
29232024-09-23T21:58:39.967Z[ helios-setup] Sep 23 21:58:38.615 INFO E| Compiling anyhow v1.0.68
29242024-09-23T21:58:40.515Z[ helios-setup] Sep 23 21:58:39.164 INFO E| Compiling cpufeatures v0.2.5
29252024-09-23T21:58:40.518Z[ helios-setup] Sep 23 21:58:39.164 INFO E| Compiling unicode-width v0.1.10
29262024-09-23T21:58:40.854Z[ helios-setup] Sep 23 21:58:39.502 INFO E| Compiling percent-encoding v2.2.0
29272024-09-23T21:58:41.091Z[ helios-setup] Sep 23 21:58:39.738 INFO E| Compiling httparse v1.8.0
29282024-09-23T21:58:41.728Z[ helios-setup] Sep 23 21:58:40.376 INFO E| Compiling serde_derive v1.0.204
29292024-09-23T21:58:41.812Z[ helios-setup] Sep 23 21:58:40.460 INFO E| Compiling tokio-macros v2.0.0
29302024-09-23T21:58:41.931Z[ helios-setup] Sep 23 21:58:40.579 INFO E| Compiling futures-macro v0.3.28
29312024-09-23T21:58:42.430Z[ helios-setup] Sep 23 21:58:41.079 INFO E| Compiling thiserror-impl v1.0.38
29322024-09-23T21:58:42.512Z[ helios-setup] Sep 23 21:58:41.159 INFO E| Compiling schemars_derive v0.8.12
29332024-09-23T21:58:42.940Z[ helios-setup] Sep 23 21:58:41.588 INFO E| Compiling form_urlencoded v1.1.0
29342024-09-23T21:58:43.206Z[ helios-setup] Sep 23 21:58:41.854 INFO E| Compiling const-random-macro v0.1.15
29352024-09-23T21:58:44.247Z[ helios-setup] Sep 23 21:58:42.896 INFO E| Compiling tinyvec v1.6.0
29362024-09-23T21:58:44.727Z[ host-package] Compiling attest-data v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=3cc953c8d0ace2f20cbcf3920b0771d25301960a#3cc953c8)
29372024-09-23T21:58:45.225Z[ helios-setup] Sep 23 21:58:43.872 INFO E| Compiling regex v1.7.3
29382024-09-23T21:58:47.276Z[ host-package] Compiling dladm v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
29392024-09-23T21:58:48.793Z[ helios-setup] Sep 23 21:58:47.441 INFO E| Compiling hashbrown v0.13.2
29402024-09-23T21:58:49.030Z[ helios-setup] Sep 23 21:58:47.678 INFO E| Compiling libz-sys v1.1.8
29412024-09-23T21:58:49.042Z[ helios-setup] Sep 23 21:58:47.691 INFO E| Compiling chrono v0.4.24
29422024-09-23T21:58:49.647Z[ host-package] Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
29432024-09-23T21:58:52.253Z[ helios-setup] Sep 23 21:58:50.901 INFO E| Compiling dyn-clone v1.0.11
29442024-09-23T21:58:52.584Z[ helios-setup] Sep 23 21:58:51.232 INFO E| Compiling uuid v1.3.0
29452024-09-23T21:58:52.869Z[ helios-setup] Sep 23 21:58:51.513 INFO E| Compiling regress v0.5.0
29462024-09-23T21:58:53.293Z[ helios-setup] Sep 23 21:58:51.941 INFO E| Compiling unicode-normalization v0.1.22
29472024-09-23T21:58:53.637Z[ host-package] Compiling libsqlite3-sys v0.30.1
29482024-09-23T21:58:58.156Z[ helios-setup] Sep 23 21:58:52.506 INFO E| Compiling const-random v0.1.15
29492024-09-23T21:58:58.268Z[ helios-setup] Sep 23 21:58:53.638 INFO E| Compiling getopts v0.2.21
29502024-09-23T21:58:58.268Z[ host-package] Compiling erased-serde v0.3.31
29512024-09-23T21:58:58.268Z[ helios-setup] Sep 23 21:58:54.673 INFO E| Compiling tracing-core v0.1.30
29522024-09-23T21:58:58.268Z[ helios-setup] Sep 23 21:58:54.955 INFO E| Compiling memoffset v0.7.1
29532024-09-23T21:58:58.268Z[ helios-setup] Sep 23 21:58:55.053 INFO E| Compiling num-conv v0.1.0
29542024-09-23T21:58:58.337Z[ host-package] Compiling serde_arrays v0.1.0
29552024-09-23T21:58:58.337Z[ helios-setup] Sep 23 21:58:55.782 INFO E| Compiling powerfmt v0.2.0
29562024-09-23T21:58:58.337Z[ host-package] Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=cc13773832df1e38257cdc511adfaad72954bbe1#cc137738)
29572024-09-23T21:58:58.337Z[ helios-setup] Sep 23 21:58:56.706 INFO E| Compiling time-core v0.1.2
29582024-09-23T21:58:58.480Z[ helios-setup] Sep 23 21:58:57.128 INFO E| Compiling ucd-trie v0.1.5
29592024-09-23T21:58:58.507Z[ host-package] Compiling cfg_aliases v0.2.1
29602024-09-23T21:58:58.609Z[ helios-setup] Sep 23 21:58:57.258 INFO E| Compiling unicode-bidi v0.3.13
29612024-09-23T21:58:58.776Z[ host-package] Compiling nix v0.29.0
29622024-09-23T21:58:59.000Z[ host-package] Compiling propolis v0.1.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
29632024-09-23T21:59:00.547Z[ helios-setup] Sep 23 21:58:59.195 INFO E| Compiling idna v0.3.0
29642024-09-23T21:59:00.658Z[ host-package] Compiling tokio-rustls v0.26.0
29652024-09-23T21:59:01.908Z[ helios-setup] Sep 23 21:59:00.557 INFO E| Compiling pest v2.5.7
29662024-09-23T21:59:02.187Z[ host-package] Compiling dice-verifier v0.2.0 (https://github.com/oxidecomputer/dice-util?rev=3cc953c8d0ace2f20cbcf3920b0771d25301960a#3cc953c8)
29672024-09-23T21:59:02.348Z[ helios-setup] Sep 23 21:59:00.996 INFO E| Compiling time-macros v0.2.18
29682024-09-23T21:59:02.597Z[ helios-setup] Sep 23 21:59:01.245 INFO E| Compiling deranged v0.3.11
29692024-09-23T21:59:04.380Z[ helios-setup] Sep 23 21:59:03.029 INFO E| Compiling tracing v0.1.37
29702024-09-23T21:59:07.743Z[ helios-setup] Sep 23 21:59:06.392 INFO E| Compiling libgit2-sys v0.14.2+1.5.1
29712024-09-23T21:59:08.553Z[ helios-setup] Sep 23 21:59:07.201 INFO E| Compiling time v0.1.45
29722024-09-23T21:59:08.585Z[ helios-setup] Sep 23 21:59:07.234 INFO E| Compiling crossbeam-epoch v0.9.13
29732024-09-23T21:59:08.707Z[ helios-setup] Sep 23 21:59:07.356 INFO E| Compiling iana-time-zone v0.1.56
29742024-09-23T21:59:09.532Z[ helios-setup] Sep 23 21:59:08.180 INFO E| Compiling semver v1.0.17
29752024-09-23T21:59:10.238Z[ host-package] Compiling wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common)
29762024-09-23T21:59:10.571Z[ helios-setup] Sep 23 21:59:09.220 INFO E| Compiling toml v0.5.11
29772024-09-23T21:59:11.049Z[ helios-setup] Sep 23 21:59:09.698 INFO E| Compiling smallvec v1.10.0
29782024-09-23T21:59:12.358Z[ helios-setup] Sep 23 21:59:11.007 INFO E| Compiling serde_tokenstream v0.2.0
29792024-09-23T21:59:13.428Z[ host-package] Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
29802024-09-23T21:59:13.539Z[ helios-setup] Sep 23 21:59:12.188 INFO E| Compiling parking_lot v0.12.1
29812024-09-23T21:59:14.095Z[ helios-setup] Sep 23 21:59:12.743 INFO E| Compiling num_threads v0.1.6
29822024-09-23T21:59:14.570Z[ helios-setup] Sep 23 21:59:13.218 INFO E| Compiling time v0.3.36
29832024-09-23T21:59:14.944Z[ host-package] Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery)
29842024-09-23T21:59:15.536Z[ host-package] Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=a9c5fdac442fa6fd5a65e413ea874fe3c62c3fd9#a9c5fdac)
29852024-09-23T21:59:16.017Z[ host-package] Compiling heck v0.3.3
29862024-09-23T21:59:16.962Z[ host-package] Compiling castaway v0.2.3
29872024-09-23T21:59:17.507Z[ host-package] Compiling rand_seeder v0.3.0
29882024-09-23T21:59:18.284Z[ helios-setup] Sep 23 21:59:16.932 INFO E| Compiling semver-parser v0.10.2
29892024-09-23T21:59:18.667Z[ host-package] Compiling csv-core v0.1.11
29902024-09-23T21:59:19.260Z[ host-package] Compiling gateway-sp-comms v0.1.1 (https://github.com/oxidecomputer/management-gateway-service?rev=9bbac475dcaac88286c07a20b6bd3e94fc81d7f0#9bbac475)
29912024-09-23T21:59:19.923Z[ host-package] Compiling http-range v0.1.5
29922024-09-23T21:59:20.450Z[ host-package] Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#4ceaf96e)
29932024-09-23T21:59:21.372Z[ helios-setup] Sep 23 21:59:20.020 INFO E| Compiling typify-impl v0.0.12-dev (https://github.com/oxidecomputer/typify#fec09bd1)
29942024-09-23T21:59:21.596Z[ host-package] Compiling hyper-staticfile v0.9.5
29952024-09-23T21:59:22.365Z[ helios-setup] Sep 23 21:59:21.013 INFO E| Compiling url v2.3.1
29962024-09-23T21:59:24.823Z[ host-package] Compiling sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
29972024-09-23T21:59:25.559Z[ helios-setup] Sep 23 21:59:24.208 INFO E| Compiling crossbeam-channel v0.5.6
29982024-09-23T21:59:26.470Z[ helios-setup] Sep 23 21:59:25.119 INFO E| Compiling dirs-sys-next v0.1.2
29992024-09-23T21:59:27.599Z[ host-package] Compiling cpuid_profile_config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
30002024-09-23T21:59:28.857Z[ helios-setup] Sep 23 21:59:27.506 INFO E| Compiling same-file v1.0.6
30012024-09-23T21:59:29.491Z[ helios-setup] Sep 23 21:59:28.140 INFO E| Compiling crc32fast v1.3.2
30022024-09-23T21:59:29.518Z[ host-package] Compiling csv v1.3.0
30032024-09-23T21:59:29.884Z[ helios-setup] Sep 23 21:59:28.533 INFO E| Compiling try-lock v0.2.4
30042024-09-23T21:59:30.513Z[ helios-setup] Sep 23 21:59:29.161 INFO E| Compiling want v0.3.0
30052024-09-23T21:59:30.872Z[ helios-setup] Sep 23 21:59:29.520 INFO E| Compiling walkdir v2.3.3
30062024-09-23T21:59:31.305Z[ helios-setup] Sep 23 21:59:29.954 INFO E| Compiling dirs-next v2.0.0
30072024-09-23T21:59:31.581Z[ host-package] Compiling typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng)
30082024-09-23T21:59:32.311Z[ host-package] Compiling compact_str v0.8.0
30092024-09-23T21:59:32.961Z[ helios-setup] Sep 23 21:59:31.609 INFO E| Compiling tokio-util v0.7.7
30102024-09-23T21:59:34.069Z[ host-package] Compiling zone_cfg_derive v0.1.2
30112024-09-23T21:59:35.651Z[ helios-setup] Sep 23 21:59:34.300 INFO E| Compiling h2 v0.3.16
30122024-09-23T21:59:36.598Z[ helios-setup] Sep 23 21:59:35.247 INFO E| Compiling semver v0.11.0
30132024-09-23T21:59:37.232Z[ host-package] Compiling propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=a9c5fdac442fa6fd5a65e413ea874fe3c62c3fd9#a9c5fdac)
30142024-09-23T21:59:37.386Z[ host-package] Compiling nix v0.27.1
30152024-09-23T21:59:37.626Z[ helios-setup] Sep 23 21:59:36.275 INFO E| Compiling proc-macro-crate v1.2.1
30162024-09-23T21:59:39.040Z[ host-package] Compiling crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=a551f245e8a26f52098382903ccf0a982b7c54fa#a551f245)
30172024-09-23T21:59:39.118Z[ helios-setup] Sep 23 21:59:37.767 INFO E| Compiling typify-macro v0.0.12-dev (https://github.com/oxidecomputer/typify#fec09bd1)
30182024-09-23T21:59:39.490Z[ helios-setup] Sep 23 21:59:38.140 INFO E| Compiling futures-executor v0.3.28
30192024-09-23T21:59:40.455Z[ helios-setup] Sep 23 21:59:39.104 INFO E| Compiling http-body v0.4.5
30202024-09-23T21:59:41.879Z[ helios-setup] Sep 23 21:59:40.528 INFO E| Compiling ring v0.16.20
30212024-09-23T21:59:42.046Z[ helios-setup] Sep 23 21:59:40.695 INFO E| Compiling rand_core v0.6.4
30222024-09-23T21:59:43.716Z[ helios-setup] Sep 23 21:59:42.365 INFO E| Compiling thread_local v1.1.7
30232024-09-23T21:59:44.523Z[ host-package] Compiling update-common v0.1.0 (/work/oxidecomputer/omicron/update-common)
30242024-09-23T21:59:44.659Z[ helios-setup] Sep 23 21:59:43.308 INFO E| Compiling tower-service v0.3.2
30252024-09-23T21:59:45.151Z[ helios-setup] Sep 23 21:59:43.800 INFO E| Compiling httpdate v1.0.2
30262024-09-23T21:59:45.268Z[ host-package] Compiling bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api)
30272024-09-23T21:59:46.625Z[ helios-setup] Sep 23 21:59:45.274 INFO E| Compiling fastrand v1.9.0
30282024-09-23T21:59:46.746Z[ helios-setup] Sep 23 21:59:45.395 INFO E| Compiling ppv-lite86 v0.2.17
30292024-09-23T21:59:46.868Z[ helios-setup] Sep 23 21:59:45.517 INFO E| Compiling rayon-core v1.10.2
30302024-09-23T21:59:47.691Z[ helios-setup] Sep 23 21:59:46.341 INFO E| Compiling adler v1.0.2
30312024-09-23T21:59:47.958Z[ helios-setup] Sep 23 21:59:46.605 INFO E| Compiling lazy_static v1.4.0
30322024-09-23T21:59:48.356Z[ helios-setup] Sep 23 21:59:47.005 INFO E| Compiling home v0.5.4
30332024-09-23T21:59:48.441Z[ helios-setup] Sep 23 21:59:47.091 INFO E| Compiling base64 v0.21.0
30342024-09-23T21:59:48.789Z[ helios-setup] Sep 23 21:59:47.434 INFO E| Compiling utf8parse v0.2.1
30352024-09-23T21:59:49.006Z[ helios-setup] Sep 23 21:59:47.654 INFO E| Compiling rand_chacha v0.3.1
30362024-09-23T21:59:49.347Z[ helios-setup] Sep 23 21:59:47.997 INFO E| Compiling anstyle-parse v0.1.1
30372024-09-23T21:59:50.433Z[ helios-setup] Sep 23 21:59:49.083 INFO E| Compiling toolchain_find v0.2.0
30382024-09-23T21:59:51.146Z[ helios-setup] Sep 23 21:59:49.794 INFO E| Compiling miniz_oxide v0.6.2
30392024-09-23T21:59:51.713Z[ helios-setup] Sep 23 21:59:50.360 INFO E| Compiling tempfile v3.5.0
30402024-09-23T21:59:52.652Z[ helios-setup] Sep 23 21:59:51.301 INFO E| Compiling hyper v0.14.25
30412024-09-23T21:59:55.910Z[ host-package] Compiling sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api)
30422024-09-23T22:00:00.046Z[ host-package] Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a)
30432024-09-23T22:00:00.784Z[ host-package] Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc)
30442024-09-23T22:00:01.891Z[ host-package] Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
30452024-09-23T22:00:02.756Z[ host-package] Compiling unicode-truncate v1.0.0
30462024-09-23T22:00:03.549Z[ host-package] Compiling lru v0.12.3
30472024-09-23T22:00:03.774Z[ host-package] Compiling hashlink v0.9.1
30482024-09-23T22:00:04.477Z[ host-package] Compiling instability v0.3.2
30492024-09-23T22:00:05.151Z[ host-package] Compiling fallible-iterator v0.3.0
30502024-09-23T22:00:05.312Z[ helios-setup] Sep 23 22:00:03.961 INFO E| Compiling futures v0.3.28
30512024-09-23T22:00:05.554Z[ host-package] Compiling cassowary v0.3.0
30522024-09-23T22:00:05.703Z[ helios-setup] Sep 23 22:00:04.350 INFO E| Compiling num_enum_derive v0.5.7
30532024-09-23T22:00:06.700Z[ host-package] Compiling fallible-streaming-iterator v0.1.9
30542024-09-23T22:00:07.183Z[ host-package] Compiling base64 v0.13.1
30552024-09-23T22:00:07.473Z[ host-package] Compiling rusqlite v0.32.1
30562024-09-23T22:00:09.751Z[ host-package] Compiling ron v0.7.1
30572024-09-23T22:00:10.341Z[ helios-setup] Sep 23 22:00:08.990 INFO E| Compiling cargo-lock v8.0.3
30582024-09-23T22:00:12.753Z[ helios-setup] Sep 23 22:00:11.403 INFO E| Compiling crossbeam-deque v0.8.2
30592024-09-23T22:00:13.108Z[ host-package] Compiling ratatui v0.28.0
30602024-09-23T22:00:15.104Z[ helios-setup] Sep 23 22:00:13.753 INFO E| Compiling term v0.7.0
30612024-09-23T22:00:17.398Z[ helios-setup] Sep 23 22:00:16.048 INFO E| Compiling serde_urlencoded v0.7.1
30622024-09-23T22:00:17.613Z[ helios-setup] Sep 23 22:00:16.263 INFO E| Compiling sha2 v0.10.6
30632024-09-23T22:00:18.461Z[ helios-setup] Sep 23 22:00:17.111 INFO E| Compiling sha1 v0.10.5
30642024-09-23T22:00:19.556Z[ helios-setup] Sep 23 22:00:18.206 INFO E| Compiling is-terminal v0.4.7
30652024-09-23T22:00:20.228Z[ helios-setup] Sep 23 22:00:18.878 INFO E| Compiling atty v0.2.14
30662024-09-23T22:00:20.391Z[ helios-setup] Sep 23 22:00:19.040 INFO E| Compiling network-interface v0.1.6 (https://github.com/jclulow/network-interface?branch=illumos#827e6b7b)
30672024-09-23T22:00:20.430Z[ host-package] Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
30682024-09-23T22:00:21.980Z[ helios-setup] Sep 23 22:00:20.630 INFO E| Compiling concolor-query v0.3.3
30692024-09-23T22:00:22.935Z[ helios-setup] Sep 23 22:00:21.585 INFO E| Compiling concolor-override v1.0.0
30702024-09-23T22:00:23.120Z[ helios-setup] Sep 23 22:00:21.770 INFO E| Compiling anstyle v0.3.5
30712024-09-23T22:00:24.449Z[ helios-setup] Sep 23 22:00:23.099 INFO E| Compiling anstream v0.2.6
30722024-09-23T22:00:27.038Z[ helios-setup] Sep 23 22:00:25.688 INFO E| Compiling slog-term v2.9.0
30732024-09-23T22:00:27.806Z[ helios-setup] Sep 23 22:00:26.455 INFO E| Compiling flate2 v1.0.25
30742024-09-23T22:00:29.400Z[ helios-setup] Sep 23 22:00:28.049 INFO E| Compiling num_enum v0.5.7
30752024-09-23T22:00:29.740Z[ helios-setup] Sep 23 22:00:28.390 INFO E| Compiling rustfmt-wrapper v0.2.0
30762024-09-23T22:00:30.833Z[ helios-setup] Sep 23 22:00:29.483 INFO E| Compiling rand v0.8.5
30772024-09-23T22:00:31.189Z[ helios-setup] Sep 23 22:00:29.839 INFO E| Compiling typify v0.0.12-dev (https://github.com/oxidecomputer/typify#fec09bd1)
30782024-09-23T22:00:31.540Z[ helios-setup] Sep 23 22:00:30.191 INFO E| Compiling openapiv3 v1.0.2
30792024-09-23T22:00:32.715Z[ helios-setup] Sep 23 22:00:31.365 INFO E| Compiling encoding_rs v0.8.32
30802024-09-23T22:00:34.926Z[ helios-setup] Sep 23 22:00:33.575 INFO E| Compiling untrusted v0.7.1
30812024-09-23T22:00:35.578Z[ helios-setup] Sep 23 22:00:34.228 INFO E| Compiling strsim v0.10.0
30822024-09-23T22:00:39.762Z[ helios-setup] Sep 23 22:00:38.412 INFO E| Compiling either v1.8.0
30832024-09-23T22:00:40.036Z[ helios-setup] Sep 23 22:00:38.686 INFO E| Compiling utf-8 v0.7.6
30842024-09-23T22:00:40.235Z[ helios-setup] Sep 23 22:00:38.886 INFO E| Compiling base64 v0.13.1
30852024-09-23T22:00:40.489Z[ helios-setup] Sep 23 22:00:39.140 INFO E| Compiling byteorder v1.4.3
30862024-09-23T22:00:41.271Z[ helios-setup] Sep 23 22:00:39.921 INFO E| Compiling mime v0.3.17
30872024-09-23T22:00:41.988Z[ helios-setup] Sep 23 22:00:40.638 INFO E| Compiling clap_lex v0.4.1
30882024-09-23T22:00:42.396Z[ helios-setup] Sep 23 22:00:41.046 INFO E| Compiling project-root v0.2.2
30892024-09-23T22:00:43.051Z[ helios-setup] Sep 23 22:00:41.701 INFO E| Compiling unsafe-libyaml v0.2.8
30902024-09-23T22:00:43.429Z[ helios-setup] Sep 23 22:00:42.080 INFO E| Compiling ipnet v2.7.2
30912024-09-23T22:00:43.627Z[ helios-setup] Sep 23 22:00:42.278 INFO E| Compiling spin v0.5.2
30922024-09-23T22:00:44.475Z[ helios-setup] Sep 23 22:00:43.125 INFO E| Compiling clap_builder v4.2.1
30932024-09-23T22:00:45.765Z[ helios-setup] Sep 23 22:00:44.415 INFO E| Compiling reqwest v0.11.16
30942024-09-23T22:00:46.739Z[ helios-setup] Sep 23 22:00:45.389 INFO E| Compiling serde_yaml v0.9.21
30952024-09-23T22:00:48.910Z[ helios-setup] Sep 23 22:00:47.560 INFO E| Compiling tungstenite v0.18.0
30962024-09-23T22:00:53.657Z[ host-package] Compiling zone v0.1.8
30972024-09-23T22:00:54.284Z[ helios-setup] Sep 23 22:00:52.935 INFO E| Compiling rayon v1.6.1
30982024-09-23T22:00:54.640Z[ helios-setup] Sep 23 22:00:53.290 INFO E| Compiling progenitor-impl v0.2.1-dev (https://github.com/oxidecomputer/progenitor#3a5fe998)
30992024-09-23T22:00:59.904Z[ host-package] Compiling nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
31002024-09-23T22:01:00.354Z[ helios-setup] Sep 23 22:00:59.004 INFO E| Compiling bootserver v0.1.0 (https://github.com/oxidecomputer/boot-image-tools.git#300caa09)
31012024-09-23T22:01:00.390Z[ host-package] Compiling nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
31022024-09-23T22:01:02.806Z[ helios-setup] Sep 23 22:01:01.453 INFO E| Compiling devinfo v0.1.0 (git+ssh://git@github.com/oxidecomputer/facade#aadb1404)
31032024-09-23T22:01:04.094Z[ host-package] Compiling nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation)
31042024-09-23T22:01:04.555Z[ host-package] Compiling propolis-server-config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
31052024-09-23T22:01:06.432Z[ helios-setup] Sep 23 22:01:05.083 INFO E| Compiling bootserver v0.1.0 (https://github.com/oxidecomputer/boot-image-tools.git?rev=ab61443eae8c99b17aac82cbedb9a0c917828f57#ab61443e)
31062024-09-23T22:01:07.623Z[ helios-setup] Sep 23 22:01:06.274 INFO E| Compiling hiercmd v0.1.0 (https://github.com/jclulow/hiercmd#d9d28d6a)
31072024-09-23T22:01:08.574Z[ helios-setup] Sep 23 22:01:07.225 INFO E| Compiling clap_derive v4.2.0
31082024-09-23T22:01:10.215Z[ host-package] Compiling wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client)
31092024-09-23T22:01:11.633Z[ helios-setup] Sep 23 22:01:10.284 INFO E| Compiling pilot-common v0.1.0 (/work/oxidecomputer/helios/projects/pilot/common)
31102024-09-23T22:01:13.432Z[ host-package] Compiling gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api)
31112024-09-23T22:01:18.667Z[ helios-setup] Sep 23 22:01:17.318 INFO E| Compiling clap v4.2.1
31122024-09-23T22:01:19.178Z[ helios-setup] Sep 23 22:01:17.829 INFO E| Compiling progenitor-macro v0.2.1-dev (https://github.com/oxidecomputer/progenitor#3a5fe998)
31132024-09-23T22:01:20.614Z[ helios-setup] Sep 23 22:01:19.265 INFO E| Compiling tokio-tungstenite v0.18.0
31142024-09-23T22:01:22.071Z[ helios-setup] Sep 23 22:01:20.722 INFO E| Compiling progenitor-client v0.2.1-dev (https://github.com/oxidecomputer/progenitor#3a5fe998)
31152024-09-23T22:01:22.739Z[ host-package] Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
31162024-09-23T22:01:24.360Z[ host-package] Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
31172024-09-23T22:01:25.160Z[ host-package] Compiling cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client)
31182024-09-23T22:01:25.609Z[ helios-setup] Sep 23 22:01:24.260 INFO E| Compiling smartstring v1.0.1
31192024-09-23T22:01:26.831Z[ helios-setup] Sep 23 22:01:25.480 INFO E| Compiling rustls v0.21.0
31202024-09-23T22:01:29.506Z[ helios-setup] Sep 23 22:01:28.157 INFO E| Compiling toml_datetime v0.6.1
31212024-09-23T22:01:30.100Z[ host-package] Compiling openapi-manager-types v0.1.0 (/work/oxidecomputer/omicron/dev-tools/openapi-manager/types)
31222024-09-23T22:01:30.516Z[ host-package] Compiling signal-hook-tokio v0.3.1
31232024-09-23T22:01:30.871Z[ helios-setup] Sep 23 22:01:29.522 INFO E| Compiling serde_spanned v0.6.1
31242024-09-23T22:01:31.435Z[ host-package] Compiling twox-hash v1.6.3
31252024-09-23T22:01:31.580Z[ helios-setup] Sep 23 22:01:30.231 INFO E| Compiling winnow v0.4.1
31262024-09-23T22:01:31.941Z[ helios-setup] Sep 23 22:01:30.592 INFO E| Compiling slog-async v2.7.0
31272024-09-23T22:01:33.363Z[ helios-setup] Sep 23 22:01:32.015 INFO E| Compiling static_assertions v1.1.0
31282024-09-23T22:01:33.548Z[ helios-setup] Sep 23 22:01:32.199 INFO E| Compiling camino v1.1.4
31292024-09-23T22:01:33.862Z[ host-package] Compiling yasna v0.5.2
31302024-09-23T22:01:34.912Z[ host-package] Compiling portpicker v0.1.1
31312024-09-23T22:01:35.276Z[ helios-setup] Sep 23 22:01:33.927 INFO E| Compiling paste v1.0.12
31322024-09-23T22:01:35.938Z[ host-package] Compiling unicode-linebreak v0.1.5
31332024-09-23T22:01:36.833Z[ helios-setup] Sep 23 22:01:35.484 INFO E| Compiling match_cfg v0.1.0
31342024-09-23T22:01:37.179Z[ helios-setup] Sep 23 22:01:35.830 INFO E| Compiling async-trait v0.1.68
31352024-09-23T22:01:37.237Z[ host-package] Compiling smawk v0.3.2
31362024-09-23T22:01:37.326Z[ helios-setup] Sep 23 22:01:35.977 INFO E| Compiling hostname v0.3.1
31372024-09-23T22:01:37.967Z[ host-package] Compiling is_ci v1.2.0
31382024-09-23T22:01:38.530Z[ helios-setup] Sep 23 22:01:37.182 INFO E| Compiling racktest-agent-protocol v0.0.0 (/work/oxidecomputer/helios/projects/pilot/racktest/agent/protocol)
31392024-09-23T22:01:38.881Z[ helios-setup] Sep 23 22:01:37.533 INFO E| Compiling toml_edit v0.19.8
31402024-09-23T22:01:39.007Z[ host-package] Compiling supports-color v3.0.1
31412024-09-23T22:01:39.795Z[ host-package] Compiling textwrap v0.16.1
31422024-09-23T22:01:39.801Z[ helios-setup] Sep 23 22:01:38.421 INFO E| Compiling slog-json v2.6.1
31432024-09-23T22:01:39.880Z[ host-package] Compiling rcgen v0.12.1
31442024-09-23T22:01:40.046Z[ host-package] Compiling libfalcon v0.1.0 (https://github.com/oxidecomputer/falcon?rev=e69694a1f7cc9fe31fab27f321017280531fb5f7#e69694a1)
31452024-09-23T22:01:40.743Z[ helios-setup] Sep 23 22:01:39.395 INFO E| Compiling unicode-linebreak v0.1.4
31462024-09-23T22:01:45.874Z[ host-package] Compiling omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway)
31472024-09-23T22:01:45.919Z[ helios-setup] Sep 23 22:01:44.570 INFO E| Compiling rhai_codegen v1.5.0
31482024-09-23T22:01:51.013Z[ helios-setup] Sep 23 22:01:49.664 INFO E| Compiling async-stream-impl v0.3.5
31492024-09-23T22:01:54.139Z[ helios-setup] Sep 23 22:01:52.791 INFO E| Compiling dropshot v0.9.1-dev (https://github.com/oxidecomputer/dropshot.git?rev=9911f3cf00178e0ee64b99f2c59b5a5464075230#9911f3cf)
31502024-09-23T22:01:54.732Z[ helios-setup] Sep 23 22:01:53.384 INFO E| Compiling take_mut v0.2.2
31512024-09-23T22:01:55.500Z[ helios-setup] Sep 23 22:01:54.151 INFO E| Compiling async-stream v0.3.5
31522024-09-23T22:01:55.836Z[ helios-setup] Sep 23 22:01:54.488 INFO E| Compiling rhai v1.14.0
31532024-09-23T22:01:56.480Z[ helios-setup] Sep 23 22:01:55.131 INFO E| Compiling toml v0.7.3
31542024-09-23T22:01:59.595Z[ host-package] Compiling nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api)
31552024-09-23T22:02:01.329Z[ helios-setup] Sep 23 22:01:59.981 INFO E| Compiling slog-bunyan v2.4.0
31562024-09-23T22:02:03.180Z[ host-package] Compiling nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
31572024-09-23T22:02:04.949Z[ helios-setup] Sep 23 22:02:03.600 INFO E| Compiling rustls-pemfile v1.0.2
31582024-09-23T22:02:06.374Z[ helios-setup] Sep 23 22:02:05.026 INFO E| Compiling dropshot_endpoint v0.9.1-dev (https://github.com/oxidecomputer/dropshot.git?rev=9911f3cf00178e0ee64b99f2c59b5a5464075230#9911f3cf)
31592024-09-23T22:02:07.160Z[ helios-setup] Sep 23 22:02:05.811 INFO E| Compiling bincode v1.3.3
31602024-09-23T22:02:07.269Z[ helios-setup] Sep 23 22:02:05.921 INFO E| Compiling serde_path_to_error v0.1.11
31612024-09-23T22:02:08.938Z[ helios-setup] Sep 23 22:02:07.590 INFO E| Compiling terminal_size v0.2.6
31622024-09-23T22:02:09.528Z[ helios-setup] Sep 23 22:02:08.180 INFO E| Compiling racktest-control-protocol v0.0.0 (/work/oxidecomputer/helios/projects/pilot/racktest/control/protocol)
31632024-09-23T22:02:09.549Z[ helios-setup] Sep 23 22:02:08.201 INFO E| Compiling smawk v0.3.1
31642024-09-23T22:02:10.116Z[ helios-setup] Sep 23 22:02:08.767 INFO E| Compiling textwrap v0.16.0
31652024-09-23T22:02:23.318Z[ helios-setup] Sep 23 22:02:21.970 INFO E| Compiling sct v0.7.0
31662024-09-23T22:02:23.402Z[ helios-setup] Sep 23 22:02:22.054 INFO E| Compiling rustls-webpki v0.100.1
31672024-09-23T22:02:25.533Z[ host-package] Compiling cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types)
31682024-09-23T22:02:29.486Z[ helios-setup] Sep 23 22:02:28.138 INFO E| Compiling git2 v0.16.1
31692024-09-23T22:02:32.083Z[ helios-setup] Sep 23 22:02:30.735 INFO E| Compiling tokio-rustls v0.24.0
31702024-09-23T22:02:33.165Z[ host-package] Compiling sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
31712024-09-23T22:02:33.888Z[ host-package] Compiling nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface)
31722024-09-23T22:02:34.799Z[ host-package] Compiling nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api)
31732024-09-23T22:02:36.177Z[ helios-setup] Sep 23 22:02:34.830 INFO E| Compiling built v0.6.0
31742024-09-23T22:02:36.870Z[ host-package] Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin)
31752024-09-23T22:02:37.868Z[ host-package] Compiling crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=a551f245e8a26f52098382903ccf0a982b7c54fa#a551f245)
31762024-09-23T22:02:40.902Z[ helios-setup] Sep 23 22:02:39.554 INFO E| Compiling progenitor v0.2.1-dev (https://github.com/oxidecomputer/progenitor#3a5fe998)
31772024-09-23T22:02:44.021Z[ helios-setup] Sep 23 22:02:42.673 INFO E| Compiling racktest-agent-openapi v0.1.0 (/work/oxidecomputer/helios/projects/pilot/racktest/agent/openapi)
31782024-09-23T22:02:45.855Z[ helios-setup] Sep 23 22:02:44.508 INFO E| Compiling racktest-agent v0.0.0 (/work/oxidecomputer/helios/projects/pilot/racktest/agent/server)
31792024-09-23T22:02:50.708Z[ host-package] Compiling oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api)
31802024-09-23T22:02:57.968Z[ host-package] Compiling fatfs v0.3.6
31812024-09-23T22:03:00.334Z[ host-package] Compiling rtoolbox v0.0.2
31822024-09-23T22:03:01.519Z[ host-package] Compiling subprocess v0.2.9
31832024-09-23T22:03:03.708Z[ host-package] Compiling assert_matches v1.5.0
31842024-09-23T22:03:07.377Z[ host-package] Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
31852024-09-23T22:03:08.531Z[ host-package] Compiling rpassword v7.3.1
31862024-09-23T22:03:09.095Z[ host-package] Compiling oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
31872024-09-23T22:03:09.407Z[ host-package] Compiling cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api)
31882024-09-23T22:03:15.313Z[ helios-setup] Sep 23 22:03:13.966 INFO E| Compiling racktest-driver v0.0.0 (/work/oxidecomputer/helios/projects/pilot/racktest/driver)
31892024-09-23T22:03:16.335Z[ host-package] Compiling tui-tree-widget v0.22.0
31902024-09-23T22:03:17.026Z[ host-package] Compiling wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api)
31912024-09-23T22:03:17.409Z[ host-package] Compiling installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api)
31922024-09-23T22:03:17.967Z[ helios-setup] Sep 23 22:03:16.620 INFO E| Compiling racktest-control-server v0.0.0 (/work/oxidecomputer/helios/projects/pilot/racktest/control/server)
31932024-09-23T22:03:33.793Z[ host-package] Compiling clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api)
31942024-09-23T22:03:41.512Z[ host-package] Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb)
31952024-09-23T22:03:42.505Z[ host-package] Compiling uzers v0.11.3
31962024-09-23T22:03:46.196Z[ host-package] Compiling wicket v0.1.0 (/work/oxidecomputer/omicron/wicket)
31972024-09-23T22:03:46.432Z[ host-package] Compiling zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup)
31982024-09-23T22:03:50.419Z[ host-package] Compiling omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin)
31992024-09-23T22:03:54.567Z[ host-package] Compiling wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd)
32002024-09-23T22:04:04.501Z[ helios-setup] Sep 23 22:04:03.142 INFO E| Compiling pilot v0.1.0 (/work/oxidecomputer/helios/projects/pilot)
32012024-09-23T22:04:48.534Z[ host-package] Compiling gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
32022024-09-23T22:05:08.264Z[ host-package] Compiling multimap v0.10.0
32032024-09-23T22:05:13.420Z[ helios-setup] Sep 23 22:05:12.074 INFO E| Finished `release` profile [optimized] target(s) in 7m 05s
32042024-09-23T22:05:13.623Z[ helios-setup] Sep 23 22:05:12.275 INFO building project "pilot" ok (426 seconds)
32052024-09-23T22:05:13.628Z[ helios-setup] rm -f helios-build
32062024-09-23T22:05:13.628Z[ helios-setup] ln -s tools/helios-build/target/debug/helios-build
32072024-09-23T22:05:13.631Z[ helios-setup]
32082024-09-23T22:05:13.631Z[ helios-setup] Setup complete! ./helios-build is now available.
32092024-09-23T22:05:13.634Z[ helios-setup]
32102024-09-23T22:05:13.634Z[ helios-setup]
32112024-09-23T22:05:13.634Z[ helios-setup] real 12:18.729403838
32122024-09-23T22:05:13.634Z[ helios-setup] user 29:50.360803980
32132024-09-23T22:05:13.634Z[ helios-setup] sys 3:39.392360306
32142024-09-23T22:05:13.634Z[ helios-setup] trap 1.876047037
32152024-09-23T22:05:13.638Z[ helios-setup] tflt 6.641436713
32162024-09-23T22:05:13.638Z[ helios-setup] dflt 32.239844999
32172024-09-23T22:05:13.638Z[ helios-setup] kflt 0.013381956
32182024-09-23T22:05:13.638Z[ helios-setup] lock 2:05:34.555919453
32192024-09-23T22:05:13.638Z[ helios-setup] slp 3:47:27.208951862
32202024-09-23T22:05:13.638Z[ helios-setup] lat 33:47.436093031
32212024-09-23T22:05:13.638Z[ helios-setup] stop 4:33.003377536
32222024-09-23T22:05:13.638ZSep 23 22:05:12.290 INFO [helios-setup] process exited with exit status: 0 (738.735475193s)
32232024-09-23T22:05:13.638ZSep 23 22:05:12.290 INFO [phbl-toolchain] running: /home/build/.cargo/bin/cargo --version
32242024-09-23T22:05:13.658Z[ phbl-toolchain] info: syncing channel updates for 'nightly-2024-09-04-x86_64-unknown-illumos'
32252024-09-23T22:05:13.894Z[ phbl-toolchain] info: latest update on 2024-09-04, rust version 1.83.0-nightly (d6c8169c1 2024-09-03)
32262024-09-23T22:05:13.898Z[ phbl-toolchain] info: downloading component 'cargo'
32272024-09-23T22:05:15.210Z[ phbl-toolchain] info: downloading component 'clippy'
32282024-09-23T22:05:15.646Z[ phbl-toolchain] info: downloading component 'llvm-tools'
32292024-09-23T22:05:22.024Z[ phbl-toolchain] info: downloading component 'miri'
32302024-09-23T22:05:22.502Z[ phbl-toolchain] info: downloading component 'rust-docs'
32312024-09-23T22:05:28.217Z[ phbl-toolchain] info: downloading component 'rust-src'
32322024-09-23T22:05:28.258Z[ phbl-toolchain] info: downloading component 'rust-std'
32332024-09-23T22:05:28.304Z[ phbl-toolchain] info: downloading component 'rustc'
32342024-09-23T22:05:36.042Z[ phbl-toolchain] info: downloading component 'rustfmt'
32352024-09-23T22:05:36.546Z[ phbl-toolchain] info: installing component 'cargo'
32362024-09-23T22:05:37.870Z[ phbl-toolchain] info: installing component 'clippy'
32372024-09-23T22:05:38.472Z[ phbl-toolchain] info: installing component 'llvm-tools'
32382024-09-23T22:05:44.543Z[ phbl-toolchain] info: installing component 'miri'
32392024-09-23T22:05:44.898Z[ phbl-toolchain] info: installing component 'rust-docs'
32402024-09-23T22:05:52.626Z[ phbl-toolchain] info: installing component 'rust-src'
32412024-09-23T22:05:53.286Z[ phbl-toolchain] info: installing component 'rust-std'
32422024-09-23T22:05:55.978Z[ phbl-toolchain] info: installing component 'rustc'
32432024-09-23T22:06:05.592Z[ phbl-toolchain] info: installing component 'rustfmt'
32442024-09-23T22:06:06.425Z[ phbl-toolchain] cargo 1.83.0-nightly (c1fa840a8 2024-08-29)
32452024-09-23T22:06:06.429ZSep 23 22:06:05.078 INFO [phbl-toolchain] process exited with exit status: 0 (52.787909112s)
32462024-09-23T22:07:18.993Z[ host-package] Compiling internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns-cli)
32472024-09-23T22:07:27.867Z[ host-package] Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
32482024-09-23T22:13:56.734Z[ host-package] Finished `release` profile [optimized] target(s) in 20m 14s
32492024-09-23T22:14:57.184ZSep 23 22:14:55.849 INFO [host-package] process exited with exit status: 0 (1275.329041109s)
32502024-09-23T22:14:57.184ZSep 23 22:14:55.849 INFO [host-stamp] running task
32512024-09-23T22:14:57.187ZSep 23 22:14:55.850 INFO [recovery-package] running: /work/oxidecomputer/omicron/target/release/omicron-package --target recovery --artifacts /work/artifacts-recovery package
32522024-09-23T22:14:57.192ZSep 23 22:14:55.858 INFO [stamp-switch-asic] running: /work/oxidecomputer/omicron/target/release/omicron-package --target host --artifacts /work/oxidecomputer/omicron/out stamp switch-asic 11.0.0-0.ci+git92037c9a647
32532024-09-23T22:14:57.199ZSep 23 22:14:55.864 INFO [stamp-pumpkind-gz] running: /work/oxidecomputer/omicron/target/release/omicron-package --target host --artifacts /work/oxidecomputer/omicron/out stamp pumpkind-gz 11.0.0-0.ci+git92037c9a647
32542024-09-23T22:14:57.207Z[recovery-package] Logging to: /work/artifacts-recovery/LOG
32552024-09-23T22:14:57.211ZSep 23 22:14:55.876 INFO [stamp-crucible-dtrace] running: /work/oxidecomputer/omicron/target/release/omicron-package --target host --artifacts /work/oxidecomputer/omicron/out stamp crucible-dtrace 11.0.0-0.ci+git92037c9a647
32562024-09-23T22:14:57.223Z[stamp-switch-asic] Logging to: /work/oxidecomputer/omicron/out/LOG
32572024-09-23T22:14:57.227Z[stamp-pumpkind-gz] Logging to: /work/oxidecomputer/omicron/out/LOG
32582024-09-23T22:14:57.227ZSep 23 22:14:55.892 INFO [stamp-overlay] running: /work/oxidecomputer/omicron/target/release/omicron-package --target host --artifacts /work/oxidecomputer/omicron/out stamp overlay 11.0.0-0.ci+git92037c9a647
32592024-09-23T22:14:57.237ZSep 23 22:14:55.902 INFO [stamp-omicron-sled-agent] running: /work/oxidecomputer/omicron/target/release/omicron-package --target host --artifacts /work/oxidecomputer/omicron/out stamp omicron-sled-agent 11.0.0-0.ci+git92037c9a647
32602024-09-23T22:14:57.244Z[stamp-crucible-dtrace] Logging to: /work/oxidecomputer/omicron/out/LOG
32612024-09-23T22:14:57.247Z[stamp-crucible-dtrace] Created: /work/oxidecomputer/omicron/out/versioned/crucible-dtrace.tar
32622024-09-23T22:14:57.249Z[ stamp-overlay] Logging to: /work/oxidecomputer/omicron/out/LOG
32632024-09-23T22:14:57.249ZSep 23 22:14:55.914 INFO [stamp-oxlog] running: /work/oxidecomputer/omicron/target/release/omicron-package --target host --artifacts /work/oxidecomputer/omicron/out stamp oxlog 11.0.0-0.ci+git92037c9a647
32642024-09-23T22:14:57.257Z[ stamp-overlay] Created: /work/oxidecomputer/omicron/out/versioned/overlay.tar.gz
32652024-09-23T22:14:57.261Z[stamp-omicron-sled-agent] Logging to: /work/oxidecomputer/omicron/out/LOG
32662024-09-23T22:14:57.263ZSep 23 22:14:55.926 INFO [stamp-propolis-server] running: /work/oxidecomputer/omicron/target/release/omicron-package --target host --artifacts /work/oxidecomputer/omicron/out stamp propolis-server 11.0.0-0.ci+git92037c9a647
32672024-09-23T22:14:57.274Z[ stamp-oxlog] Logging to: /work/oxidecomputer/omicron/out/LOG
32682024-09-23T22:14:57.279ZSep 23 22:14:55.940 INFO [stamp-mg-ddm-gz] running: /work/oxidecomputer/omicron/target/release/omicron-package --target host --artifacts /work/oxidecomputer/omicron/out stamp mg-ddm-gz 11.0.0-0.ci+git92037c9a647
32692024-09-23T22:14:57.286ZSep 23 22:14:55.950 INFO [stamp-crucible-dtrace] process exited with exit status: 0 (74.108532ms)
32702024-09-23T22:14:57.286ZSep 23 22:14:55.950 INFO [stamp-overlay] process exited with exit status: 0 (58.250109ms)
32712024-09-23T22:14:57.289Z[ stamp-oxlog] Created: /work/oxidecomputer/omicron/out/versioned/oxlog.tar
32722024-09-23T22:14:57.289Z[stamp-propolis-server] Logging to: /work/oxidecomputer/omicron/out/LOG
32732024-09-23T22:14:57.292ZSep 23 22:14:55.955 INFO [stamp-oxlog] process exited with exit status: 0 (40.781331ms)
32742024-09-23T22:14:57.296Z[ stamp-mg-ddm-gz] Logging to: /work/oxidecomputer/omicron/out/LOG
32752024-09-23T22:14:57.312Z[stamp-pumpkind-gz] Created: /work/oxidecomputer/omicron/out/versioned/pumpkind-gz.tar
32762024-09-23T22:14:57.317ZSep 23 22:14:55.982 INFO [stamp-pumpkind-gz] process exited with exit status: 0 (117.960469ms)
32772024-09-23T22:14:57.495Z[ stamp-mg-ddm-gz] Created: /work/oxidecomputer/omicron/out/versioned/mg-ddm-gz.tar
32782024-09-23T22:14:57.499ZSep 23 22:14:56.165 INFO [stamp-mg-ddm-gz] process exited with exit status: 0 (225.181163ms)
32792024-09-23T22:14:57.621Z[stamp-omicron-sled-agent] Created: /work/oxidecomputer/omicron/out/versioned/omicron-sled-agent.tar
32802024-09-23T22:14:57.624ZSep 23 22:14:56.290 INFO [stamp-omicron-sled-agent] process exited with exit status: 0 (387.752296ms)
32812024-09-23T22:14:58.470Z[stamp-propolis-server] Created: /work/oxidecomputer/omicron/out/versioned/propolis-server.tar.gz
32822024-09-23T22:14:58.472ZSep 23 22:14:57.138 INFO [stamp-propolis-server] process exited with exit status: 0 (1.211892163s)
32832024-09-23T22:14:58.739Z[recovery-package] Compiling installinator-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-client)
32842024-09-23T22:15:01.130Z[recovery-package] Compiling installinator v0.1.0 (/work/oxidecomputer/omicron/installinator)
32852024-09-23T22:15:07.620Z[stamp-switch-asic] Created: /work/oxidecomputer/omicron/out/versioned/switch-asic.tar.gz
32862024-09-23T22:15:07.623ZSep 23 22:15:06.289 INFO [stamp-switch-asic] process exited with exit status: 0 (10.431666805s)
32872024-09-23T22:15:07.626ZSep 23 22:15:06.289 INFO [host-stamp] task succeeded (10.440524031s)
32882024-09-23T22:15:07.626ZSep 23 22:15:06.289 INFO [host-proto] running task
32892024-09-23T22:15:08.048ZSep 23 22:15:06.713 INFO [host-proto] task succeeded (423.838045ms)
32902024-09-23T22:15:08.048ZSep 23 22:15:06.713 INFO [host-profile] running task
32912024-09-23T22:15:08.051ZSep 23 22:15:06.714 INFO [host-profile] task succeeded (262.813µs)
32922024-09-23T22:15:08.051ZSep 23 22:15:06.714 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/.tmpJKYEoo/proto/host/root -N 'ci 92037c9/${os_short_commit} 2024-09-23 21:52' -s host -B -p 'helios-dev=https://pkg.oxide.computer/helios/2/dev/'
32932024-09-23T22:15:08.065Z[ host-image] Sep 23 22:15:06.731 INFO using AMD firmware configuration file "/work/oxidecomputer/helios/image/amd/milan-gimlet-b.efs.json5"
32942024-09-23T22:15:08.068Z[ host-image] Sep 23 22:15:06.731 INFO using AMD firmware blob directories ["/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.a"]
32952024-09-23T22:15:08.083Z[ host-image] Sep 23 22:15:06.748 INFO generated template "/work/oxidecomputer/helios/tmp/image.host/genproto.json" for extra proto "/tmp/.tmpJKYEoo/proto/host/root"
32962024-09-23T22:15:08.085Z[ host-image] Sep 23 22:15:06.748 INFO using external package repository https://pkg.oxide.computer/helios/2/dev/
32972024-09-23T22:15:08.085Z[ host-image] Sep 23 22:15:06.749 INFO image builder template: ramdisk-01-os...
32982024-09-23T22:15:08.085Z[ host-image] Sep 23 22:15:06.749 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/.tmpJKYEoo/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
32992024-09-23T22:15:08.105Z[ host-image] Sep 23 22:15:06.770 INFO O| Sep 23 22:15:06.770 INFO CREATE DATASET: rpool/images/build/host/output
33002024-09-23T22:15:08.423Z[ host-image] Sep 23 22:15:07.088 INFO O| Sep 23 22:15:07.088 INFO temporary dataset: rpool/images/build/host/tmp/gimlet/ramdisk-01-os
33012024-09-23T22:15:08.428Z[ host-image] Sep 23 22:15:07.094 INFO O| Sep 23 22:15:07.094 INFO CREATE DATASET: rpool/images/build/host/tmp/gimlet/ramdisk-01-os
33022024-09-23T22:15:08.672Z[ host-image] Sep 23 22:15:07.338 INFO O| Sep 23 22:15:07.337 INFO SET DATASET PROPERTY ON rpool/images/build/host/tmp/gimlet/ramdisk-01-os: sync = disabled
33032024-09-23T22:15:08.738Z[ host-image] Sep 23 22:15:07.404 INFO O| Sep 23 22:15:07.403 INFO temporary directory: /rpool/images/build/host/tmp/gimlet/ramdisk-01-os
33042024-09-23T22:15:08.738Z[ host-image] Sep 23 22:15:07.404 INFO O| Sep 23 22:15:07.404 INFO work dataset: rpool/images/build/host/work/gimlet/ramdisk
33052024-09-23T22:15:08.741Z[ host-image] Sep 23 22:15:07.404 INFO O| Sep 23 22:15:07.404 INFO resetting by removing work dataset: rpool/images/build/host/work/gimlet/ramdisk
33062024-09-23T22:15:08.741Z[ host-image] Sep 23 22:15:07.404 INFO O| Sep 23 22:15:07.404 INFO DESTROY DATASET: rpool/images/build/host/work/gimlet/ramdisk
33072024-09-23T22:15:08.747Z[ host-image] Sep 23 22:15:07.413 INFO O| Sep 23 22:15:07.413 INFO CREATE DATASET: rpool/images/build/host/work/gimlet/ramdisk
33082024-09-23T22:15:08.968Z[ host-image] Sep 23 22:15:07.633 INFO O| Sep 23 22:15:07.633 INFO STEP 0: pkg_image_create, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
33092024-09-23T22:15:08.980Z[ host-image] Sep 23 22:15:07.645 INFO O| Sep 23 22:15:07.645 INFO exec: ["/usr/bin/pkg", "image-create", "--full", "/rpool/images/build/host/work/gimlet/ramdisk"]
33102024-09-23T22:15:09.388Z[ host-image] Sep 23 22:15:08.054 INFO O| Sep 23 22:15:08.053 INFO O| Caching catalogs ... Done
33112024-09-23T22:15:09.480Z[ host-image] Sep 23 22:15:08.145 INFO O| Sep 23 22:15:08.145 INFO STEP 0 (pkg_image_create) COMPLETE
33122024-09-23T22:15:09.480Z[ host-image] Sep 23 22:15:08.145 INFO O| Sep 23 22:15:08.145 INFO STEP 1: pkg_set_publisher, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
33132024-09-23T22:15:09.482Z[ host-image] Sep 23 22:15:08.145 INFO O| Sep 23 22:15:08.145 INFO skip step because feature "repo_redist" is not enabled
33142024-09-23T22:15:09.482Z[ host-image] Sep 23 22:15:08.145 INFO O| Sep 23 22:15:08.145 INFO STEP 2: pkg_set_publisher, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
33152024-09-23T22:15:09.497Z[ host-image] Sep 23 22:15:08.163 INFO O| Sep 23 22:15:08.162 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"]
33162024-09-23T22:15:10.044Z[ host-image] Sep 23 22:15:08.709 INFO O| Sep 23 22:15:08.709 INFO STEP 2 (pkg_set_publisher) COMPLETE
33172024-09-23T22:15:10.044Z[ host-image] Sep 23 22:15:08.709 INFO O| Sep 23 22:15:08.709 INFO STEP 3: pkg_set_publisher, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
33182024-09-23T22:15:10.062Z[ host-image] Sep 23 22:15:08.727 INFO O| Sep 23 22:15:08.727 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"]
33192024-09-23T22:15:10.677Z[ host-image] Sep 23 22:15:09.343 INFO O| Sep 23 22:15:09.343 INFO STEP 3 (pkg_set_publisher) COMPLETE
33202024-09-23T22:15:10.678Z[ host-image] Sep 23 22:15:09.343 INFO O| Sep 23 22:15:09.343 INFO STEP 4: pkg_set_publisher, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
33212024-09-23T22:15:10.680Z[ host-image] Sep 23 22:15:09.343 INFO O| Sep 23 22:15:09.343 INFO skip step because feature "repo_redist" is not enabled
33222024-09-23T22:15:10.680Z[ host-image] Sep 23 22:15:09.343 INFO O| Sep 23 22:15:09.343 INFO STEP 5: pkg_change_variant, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
33232024-09-23T22:15:11.278Z[ host-image] Sep 23 22:15:09.943 INFO O| Sep 23 22:15:09.943 INFO variant opensolaris.zone is already global
33242024-09-23T22:15:11.278Z[ host-image] Sep 23 22:15:09.943 INFO O| Sep 23 22:15:09.943 INFO STEP 5 (pkg_change_variant) COMPLETE
33252024-09-23T22:15:11.281Z[ host-image] Sep 23 22:15:09.943 INFO O| Sep 23 22:15:09.943 INFO STEP 6: pkg_change_variant, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
33262024-09-23T22:15:11.865Z[ host-image] Sep 23 22:15:10.531 INFO O| Sep 23 22:15:10.530 INFO variant opensolaris.imagetype is full; changing to partial
33272024-09-23T22:15:11.865Z[ host-image] Sep 23 22:15:10.531 INFO O| Sep 23 22:15:10.531 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/host/work/gimlet/ramdisk", "change-variant", "opensolaris.imagetype=partial"]
33282024-09-23T22:15:18.352Z[ host-image] Sep 23 22:15:17.016 INFO O| Sep 23 22:15:17.016 INFO O| Startup: Refreshing catalog 'helios-dev' ... Done
33292024-09-23T22:15:20.614Z[recovery-package] Finished `release` profile [optimized] target(s) in 23.18s
33302024-09-23T22:15:20.894Z[ host-image] Sep 23 22:15:19.559 INFO O| Sep 23 22:15:19.559 INFO O| Startup: Caching catalogs ... Done
33312024-09-23T22:15:20.949Z[ host-image] Sep 23 22:15:19.615 INFO O| Sep 23 22:15:19.615 INFO O| Planning: Planning completed in 0.00 seconds
33322024-09-23T22:15:20.952Z[ host-image] Sep 23 22:15:19.616 INFO O| Sep 23 22:15:19.616 INFO O| Planning: Consolidating action changes ... Done
33332024-09-23T22:15:20.952Z[ host-image] Sep 23 22:15:19.616 INFO O| Sep 23 22:15:19.616 INFO O| Planning: Evaluating mediators ... Done
33342024-09-23T22:15:20.952Z[ host-image] Sep 23 22:15:19.616 INFO O| Sep 23 22:15:19.616 INFO O| Planning: Planning completed in 0.00 seconds
33352024-09-23T22:15:20.952Z[ host-image] Sep 23 22:15:19.616 INFO O| Sep 23 22:15:19.616 INFO O| Variants/Facets to change: 1
33362024-09-23T22:15:20.974Z[ host-image] Sep 23 22:15:19.633 INFO O| Sep 23 22:15:19.633 INFO O| Done
33372024-09-23T22:15:20.974Z[ host-image] Sep 23 22:15:19.633 INFO O| Sep 23 22:15:19.633 INFO O| Done
33382024-09-23T22:15:21.387Z[ host-image] Sep 23 22:15:20.052 INFO O| Sep 23 22:15:20.052 INFO O| Done
33392024-09-23T22:15:21.422Z[ host-image] Sep 23 22:15:20.087 INFO O| Sep 23 22:15:20.087 INFO O| Done
33402024-09-23T22:15:21.426Z[ host-image] Sep 23 22:15:20.088 INFO O| Sep 23 22:15:20.088 INFO O| Done
33412024-09-23T22:15:21.426Z[ host-image] Sep 23 22:15:20.088 INFO O| Sep 23 22:15:20.088 INFO O| Done
33422024-09-23T22:15:21.426Z[ host-image] Sep 23 22:15:20.089 INFO O| Sep 23 22:15:20.089 INFO O| Done
33432024-09-23T22:15:21.758Z[ host-image] Sep 23 22:15:20.423 INFO O| Sep 23 22:15:20.423 INFO STEP 6 (pkg_change_variant) COMPLETE
33442024-09-23T22:15:21.758Z[ host-image] Sep 23 22:15:20.424 INFO O| Sep 23 22:15:20.423 INFO STEP 7: pkg_change_variant, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
33452024-09-23T22:15:21.758Z[ host-image] Sep 23 22:15:20.424 INFO O| Sep 23 22:15:20.423 INFO skip step because feature "debug_variant" is not enabled
33462024-09-23T22:15:21.760Z[ host-image] Sep 23 22:15:20.424 INFO O| Sep 23 22:15:20.423 INFO STEP 8: pkg_change_facet, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
33472024-09-23T22:15:22.125Z[ host-image] Sep 23 22:15:20.791 INFO O| Sep 23 22:15:20.791 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/host/work/gimlet/ramdisk", "change-facet", "openssl.10=false"]
33482024-09-23T22:15:22.864ZSep 23 22:15:21.529 INFO [recovery-package] process exited with exit status: 0 (25.679745956s)
33492024-09-23T22:15:22.866ZSep 23 22:15:21.530 INFO [recovery-stamp] running task
33502024-09-23T22:15:22.866ZSep 23 22:15:21.530 INFO [verify-libraries] running: /home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/cargo xtask verify-libraries --release
33512024-09-23T22:15:22.866ZSep 23 22:15:21.530 INFO [stamp-mg-ddm-gz] running: /work/oxidecomputer/omicron/target/release/omicron-package --target recovery --artifacts /work/artifacts-recovery stamp mg-ddm-gz 11.0.0-0.ci+git92037c9a647
33522024-09-23T22:15:22.878ZSep 23 22:15:21.544 INFO [stamp-installinator] running: /work/oxidecomputer/omicron/target/release/omicron-package --target recovery --artifacts /work/artifacts-recovery stamp installinator 11.0.0-0.ci+git92037c9a647
33532024-09-23T22:15:22.887Z[ stamp-mg-ddm-gz] Logging to: /work/artifacts-recovery/LOG
33542024-09-23T22:15:22.894Z[stamp-installinator] Logging to: /work/artifacts-recovery/LOG
33552024-09-23T22:15:22.969Z[stamp-installinator] Created: /work/artifacts-recovery/versioned/installinator.tar
33562024-09-23T22:15:22.973ZSep 23 22:15:21.639 INFO [stamp-installinator] process exited with exit status: 0 (95.487311ms)
33572024-09-23T22:15:23.012Z[ stamp-mg-ddm-gz] Created: /work/artifacts-recovery/versioned/mg-ddm-gz.tar
33582024-09-23T22:15:23.015ZSep 23 22:15:21.681 INFO [stamp-mg-ddm-gz] process exited with exit status: 0 (150.822658ms)
33592024-09-23T22:15:23.018ZSep 23 22:15:21.681 INFO [recovery-stamp] task succeeded (151.17841ms)
33602024-09-23T22:15:23.018ZSep 23 22:15:21.681 INFO [recovery-proto] running task
33612024-09-23T22:15:23.018ZSep 23 22:15:21.681 INFO [tuf-stamp] running task
33622024-09-23T22:15:23.018ZSep 23 22:15:21.682 INFO [stamp-oximeter] running: /work/oxidecomputer/omicron/target/release/omicron-package --target host --artifacts /work/oxidecomputer/omicron/out stamp oximeter 11.0.0-0.ci+git92037c9a647
33632024-09-23T22:15:23.028ZSep 23 22:15:21.694 INFO [stamp-probe] running: /work/oxidecomputer/omicron/target/release/omicron-package --target host --artifacts /work/oxidecomputer/omicron/out stamp probe 11.0.0-0.ci+git92037c9a647
33642024-09-23T22:15:23.040Z[ stamp-oximeter] Logging to: /work/oxidecomputer/omicron/out/LOG
33652024-09-23T22:15:23.042ZSep 23 22:15:21.706 INFO [stamp-clickhouse] running: /work/oxidecomputer/omicron/target/release/omicron-package --target host --artifacts /work/oxidecomputer/omicron/out stamp clickhouse 11.0.0-0.ci+git92037c9a647
33662024-09-23T22:15:23.049Z[ host-image] Sep 23 22:15:21.713 INFO O| Sep 23 22:15:21.713 INFO O| Startup: Refreshing catalog 'helios-dev' ... Done
33672024-09-23T22:15:23.051Z[ host-image] Sep 23 22:15:21.715 INFO O| Sep 23 22:15:21.715 INFO O| Planning: Planning completed in 0.00 seconds
33682024-09-23T22:15:23.051Z[ host-image] Sep 23 22:15:21.716 INFO O| Sep 23 22:15:21.716 INFO O| Planning: Consolidating action changes ... Done
33692024-09-23T22:15:23.051Z[ host-image] Sep 23 22:15:21.716 INFO O| Sep 23 22:15:21.716 INFO O| Planning: Evaluating mediators ... Done
33702024-09-23T22:15:23.051Z[ host-image] Sep 23 22:15:21.716 INFO O| Sep 23 22:15:21.716 INFO O| Planning: Planning completed in 0.00 seconds
33712024-09-23T22:15:23.051Z[ host-image] Sep 23 22:15:21.717 INFO O| Sep 23 22:15:21.717 INFO O| Variants/Facets to change: 1
33722024-09-23T22:15:23.054Z[ stamp-probe] Logging to: /work/oxidecomputer/omicron/out/LOG
33732024-09-23T22:15:23.054ZSep 23 22:15:21.719 INFO [stamp-crucible-zone] running: /work/oxidecomputer/omicron/target/release/omicron-package --target host --artifacts /work/oxidecomputer/omicron/out stamp crucible-zone 11.0.0-0.ci+git92037c9a647
33742024-09-23T22:15:23.067Z[stamp-clickhouse] Logging to: /work/oxidecomputer/omicron/out/LOG
33752024-09-23T22:15:23.069ZSep 23 22:15:21.733 INFO [stamp-external-dns] running: /work/oxidecomputer/omicron/target/release/omicron-package --target host --artifacts /work/oxidecomputer/omicron/out stamp external-dns 11.0.0-0.ci+git92037c9a647
33762024-09-23T22:15:23.077Z[ host-image] Sep 23 22:15:21.741 INFO O| Sep 23 22:15:21.741 INFO O| Done
33772024-09-23T22:15:23.077Z[ host-image] Sep 23 22:15:21.741 INFO O| Sep 23 22:15:21.741 INFO O| Done
33782024-09-23T22:15:23.081ZSep 23 22:15:21.747 INFO [stamp-clickhouse_keeper] running: /work/oxidecomputer/omicron/target/release/omicron-package --target host --artifacts /work/oxidecomputer/omicron/out stamp clickhouse_keeper 11.0.0-0.ci+git92037c9a647
33792024-09-23T22:15:23.083Z[stamp-crucible-zone] Logging to: /work/oxidecomputer/omicron/out/LOG
33802024-09-23T22:15:23.098ZSep 23 22:15:21.764 INFO [stamp-internal-dns] running: /work/oxidecomputer/omicron/target/release/omicron-package --target host --artifacts /work/oxidecomputer/omicron/out stamp internal-dns 11.0.0-0.ci+git92037c9a647
33812024-09-23T22:15:23.155Z[stamp-external-dns] Logging to: /work/oxidecomputer/omicron/out/LOG
33822024-09-23T22:15:23.158Z[ stamp-probe] Created: /work/oxidecomputer/omicron/out/versioned/probe.tar.gz
33832024-09-23T22:15:23.161Z[stamp-clickhouse_keeper] Logging to: /work/oxidecomputer/omicron/out/LOG
33842024-09-23T22:15:23.161ZSep 23 22:15:21.825 INFO [stamp-cockroachdb] running: /work/oxidecomputer/omicron/target/release/omicron-package --target host --artifacts /work/oxidecomputer/omicron/out stamp cockroachdb 11.0.0-0.ci+git92037c9a647
33852024-09-23T22:15:23.227ZSep 23 22:15:21.893 INFO [recovery-proto] task succeeded (211.667279ms)
33862024-09-23T22:15:23.231Z[stamp-internal-dns] Logging to: /work/oxidecomputer/omicron/out/LOG
33872024-09-23T22:15:23.231ZSep 23 22:15:21.893 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/.tmpJKYEoo/proto/recovery/root -N 'recovery 92037c9/${os_short_commit} 2024-09-23 21:52' -s recovery -R -p 'helios-dev=https://pkg.oxide.computer/helios/2/dev/'
33882024-09-23T22:15:23.231ZSep 23 22:15:21.893 INFO [stamp-ntp] running: /work/oxidecomputer/omicron/target/release/omicron-package --target host --artifacts /work/oxidecomputer/omicron/out stamp ntp 11.0.0-0.ci+git92037c9a647
33892024-09-23T22:15:23.251Z[ recovery-image] Sep 23 22:15:21.916 INFO using AMD firmware configuration file "/work/oxidecomputer/helios/image/amd/milan-gimlet-b.efs.json5"
33902024-09-23T22:15:23.251Z[ recovery-image] Sep 23 22:15:21.916 INFO using AMD firmware blob directories ["/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.a"]
33912024-09-23T22:15:23.267Z[ recovery-image] Sep 23 22:15:21.933 INFO generated template "/work/oxidecomputer/helios/tmp/image.recovery/genproto.json" for extra proto "/tmp/.tmpJKYEoo/proto/recovery/root"
33922024-09-23T22:15:23.267Z[ recovery-image] Sep 23 22:15:21.933 INFO using external package repository https://pkg.oxide.computer/helios/2/dev/
33932024-09-23T22:15:23.270Z[ recovery-image] Sep 23 22:15:21.933 INFO image builder template: ramdisk-01-os...
33942024-09-23T22:15:23.270Z[ recovery-image] Sep 23 22:15:21.933 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/.tmpJKYEoo/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
33952024-09-23T22:15:23.337Z[ recovery-image] Sep 23 22:15:21.983 INFO O| Sep 23 22:15:21.980 INFO CREATE DATASET: rpool/images/build/recovery/output
33962024-09-23T22:15:23.340Z[stamp-cockroachdb] Logging to: /work/oxidecomputer/omicron/out/LOG
33972024-09-23T22:15:23.340ZSep 23 22:15:22.003 INFO [stamp-nexus] running: /work/oxidecomputer/omicron/target/release/omicron-package --target host --artifacts /work/oxidecomputer/omicron/out stamp nexus 11.0.0-0.ci+git92037c9a647
33982024-09-23T22:15:23.445Z[ stamp-ntp] Logging to: /work/oxidecomputer/omicron/out/LOG
33992024-09-23T22:15:23.554ZSep 23 22:15:22.213 INFO [stamp-crucible-pantry-zone] running: /work/oxidecomputer/omicron/target/release/omicron-package --target host --artifacts /work/oxidecomputer/omicron/out stamp crucible-pantry-zone 11.0.0-0.ci+git92037c9a647
34002024-09-23T22:15:23.557Z[ stamp-nexus] Logging to: /work/oxidecomputer/omicron/out/LOG
34012024-09-23T22:15:23.557ZSep 23 22:15:22.215 INFO [stamp-probe] process exited with exit status: 0 (521.426125ms)
34022024-09-23T22:15:23.557Z[stamp-crucible-pantry-zone] Logging to: /work/oxidecomputer/omicron/out/LOG
34032024-09-23T22:15:23.841Z[ recovery-image] Sep 23 22:15:22.507 INFO O| Sep 23 22:15:22.507 INFO temporary dataset: rpool/images/build/recovery/tmp/gimlet/ramdisk-01-os
34042024-09-23T22:15:23.847Z[ recovery-image] Sep 23 22:15:22.513 INFO O| Sep 23 22:15:22.513 INFO CREATE DATASET: rpool/images/build/recovery/tmp/gimlet/ramdisk-01-os
34052024-09-23T22:15:23.900Z[ host-image] Sep 23 22:15:22.565 INFO O| Sep 23 22:15:22.565 INFO O| Done
34062024-09-23T22:15:23.967Z[ stamp-ntp] Created: /work/oxidecomputer/omicron/out/versioned/ntp.tar.gz
34072024-09-23T22:15:23.996Z[ host-image] Sep 23 22:15:22.661 INFO O| Sep 23 22:15:22.661 INFO O| Done
34082024-09-23T22:15:23.998Z[ host-image] Sep 23 22:15:22.663 INFO O| Sep 23 22:15:22.663 INFO O| Done
34092024-09-23T22:15:23.998Z[ host-image] Sep 23 22:15:22.663 INFO O| Sep 23 22:15:22.663 INFO O| Done
34102024-09-23T22:15:24.001Z[ host-image] Sep 23 22:15:22.665 INFO O| Sep 23 22:15:22.665 INFO O| Done
34112024-09-23T22:15:24.033ZSep 23 22:15:22.699 INFO [stamp-ntp] process exited with exit status: 0 (806.031422ms)
34122024-09-23T22:15:24.120Z[ host-image] Sep 23 22:15:22.786 INFO O| Sep 23 22:15:22.786 INFO STEP 8 (pkg_change_facet) COMPLETE
34132024-09-23T22:15:24.120Z[ host-image] Sep 23 22:15:22.786 INFO O| Sep 23 22:15:22.786 INFO STEP 9: pkg_change_facet, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
34142024-09-23T22:15:24.123Z[ host-image] Sep 23 22:15:22.786 INFO O| Sep 23 22:15:22.786 INFO skip step because feature "recovery" is not enabled
34152024-09-23T22:15:24.123Z[ host-image] Sep 23 22:15:22.786 INFO O| Sep 23 22:15:22.786 INFO STEP 10: pkg_change_facet, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
34162024-09-23T22:15:24.123Z[ host-image] Sep 23 22:15:22.786 INFO O| Sep 23 22:15:22.786 INFO skip step because feature "recovery" is not enabled
34172024-09-23T22:15:24.123Z[ host-image] Sep 23 22:15:22.786 INFO O| Sep 23 22:15:22.786 INFO STEP 11: pkg_install, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
34182024-09-23T22:15:24.137Z[ host-image] Sep 23 22:15:22.802 INFO O| Sep 23 22:15:22.802 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"]
34192024-09-23T22:15:24.382Z[ recovery-image] Sep 23 22:15:23.047 INFO O| Sep 23 22:15:23.047 INFO SET DATASET PROPERTY ON rpool/images/build/recovery/tmp/gimlet/ramdisk-01-os: sync = disabled
34202024-09-23T22:15:24.433Z[stamp-external-dns] Created: /work/oxidecomputer/omicron/out/versioned/external-dns.tar.gz
34212024-09-23T22:15:24.437ZSep 23 22:15:23.103 INFO [stamp-external-dns] process exited with exit status: 0 (1.370730741s)
34222024-09-23T22:15:24.484Z[stamp-internal-dns] Created: /work/oxidecomputer/omicron/out/versioned/internal-dns.tar.gz
34232024-09-23T22:15:24.524ZSep 23 22:15:23.190 INFO [stamp-internal-dns] process exited with exit status: 0 (1.425717156s)
34242024-09-23T22:15:24.570Z[ recovery-image] Sep 23 22:15:23.235 INFO O| Sep 23 22:15:23.234 INFO temporary directory: /rpool/images/build/recovery/tmp/gimlet/ramdisk-01-os
34252024-09-23T22:15:24.570Z[ recovery-image] Sep 23 22:15:23.235 INFO O| Sep 23 22:15:23.235 INFO work dataset: rpool/images/build/recovery/work/gimlet/ramdisk
34262024-09-23T22:15:24.573Z[ recovery-image] Sep 23 22:15:23.235 INFO O| Sep 23 22:15:23.235 INFO resetting by removing work dataset: rpool/images/build/recovery/work/gimlet/ramdisk
34272024-09-23T22:15:24.574Z[ recovery-image] Sep 23 22:15:23.235 INFO O| Sep 23 22:15:23.235 INFO DESTROY DATASET: rpool/images/build/recovery/work/gimlet/ramdisk
34282024-09-23T22:15:24.580Z[ recovery-image] Sep 23 22:15:23.246 INFO O| Sep 23 22:15:23.246 INFO CREATE DATASET: rpool/images/build/recovery/work/gimlet/ramdisk
34292024-09-23T22:15:24.705Z[stamp-crucible-zone] Created: /work/oxidecomputer/omicron/out/versioned/crucible-zone.tar.gz
34302024-09-23T22:15:24.710ZSep 23 22:15:23.376 INFO [stamp-crucible-zone] process exited with exit status: 0 (1.656645255s)
34312024-09-23T22:15:24.746Z[verify-libraries] Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.86s
34322024-09-23T22:15:24.769Z[stamp-crucible-pantry-zone] Created: /work/oxidecomputer/omicron/out/versioned/crucible-pantry-zone.tar.gz
34332024-09-23T22:15:24.771Z[verify-libraries] Running `target/debug/xtask verify-libraries --release`
34342024-09-23T22:15:24.774ZSep 23 22:15:23.439 INFO [stamp-crucible-pantry-zone] process exited with exit status: 0 (1.330478558s)
34352024-09-23T22:15:24.939Z[ recovery-image] Sep 23 22:15:23.605 INFO O| Sep 23 22:15:23.605 INFO STEP 0: pkg_image_create, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
34362024-09-23T22:15:24.956Z[ recovery-image] Sep 23 22:15:23.621 INFO O| Sep 23 22:15:23.621 INFO exec: ["/usr/bin/pkg", "image-create", "--full", "/rpool/images/build/recovery/work/gimlet/ramdisk"]
34372024-09-23T22:15:25.044Z[ stamp-oximeter] Created: /work/oxidecomputer/omicron/out/versioned/oximeter.tar.gz
34382024-09-23T22:15:25.049ZSep 23 22:15:23.714 INFO [stamp-oximeter] process exited with exit status: 0 (2.032402365s)
34392024-09-23T22:15:25.119Z[ host-image] Sep 23 22:15:23.785 INFO O| Sep 23 22:15:23.785 INFO O| Startup: Refreshing catalog 'helios-dev' ... Done
34402024-09-23T22:15:25.457Z[ recovery-image] Sep 23 22:15:24.122 INFO O| Sep 23 22:15:24.122 INFO O| Caching catalogs ... Done
34412024-09-23T22:15:25.579Z[ recovery-image] Sep 23 22:15:24.244 INFO O| Sep 23 22:15:24.244 INFO STEP 0 (pkg_image_create) COMPLETE
34422024-09-23T22:15:25.579Z[ recovery-image] Sep 23 22:15:24.244 INFO O| Sep 23 22:15:24.244 INFO STEP 1: pkg_set_publisher, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
34432024-09-23T22:15:25.579Z[ recovery-image] Sep 23 22:15:24.244 INFO O| Sep 23 22:15:24.244 INFO skip step because feature "repo_redist" is not enabled
34442024-09-23T22:15:25.579Z[ recovery-image] Sep 23 22:15:24.244 INFO O| Sep 23 22:15:24.244 INFO STEP 2: pkg_set_publisher, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
34452024-09-23T22:15:25.597Z[ recovery-image] Sep 23 22:15:24.262 INFO O| Sep 23 22:15:24.262 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"]
34462024-09-23T22:15:26.144Z[ recovery-image] Sep 23 22:15:24.809 INFO O| Sep 23 22:15:24.809 INFO STEP 2 (pkg_set_publisher) COMPLETE
34472024-09-23T22:15:26.146Z[ recovery-image] Sep 23 22:15:24.809 INFO O| Sep 23 22:15:24.809 INFO STEP 3: pkg_set_publisher, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
34482024-09-23T22:15:26.159Z[ recovery-image] Sep 23 22:15:24.825 INFO O| Sep 23 22:15:24.825 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"]
34492024-09-23T22:15:26.654Z[ recovery-image] Sep 23 22:15:25.320 INFO O| Sep 23 22:15:25.320 INFO STEP 3 (pkg_set_publisher) COMPLETE
34502024-09-23T22:15:26.657Z[ recovery-image] Sep 23 22:15:25.320 INFO O| Sep 23 22:15:25.320 INFO STEP 4: pkg_set_publisher, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
34512024-09-23T22:15:26.657Z[ recovery-image] Sep 23 22:15:25.320 INFO O| Sep 23 22:15:25.320 INFO skip step because feature "repo_redist" is not enabled
34522024-09-23T22:15:26.657Z[ recovery-image] Sep 23 22:15:25.320 INFO O| Sep 23 22:15:25.320 INFO STEP 5: pkg_change_variant, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
34532024-09-23T22:15:27.139Z[ recovery-image] Sep 23 22:15:25.804 INFO O| Sep 23 22:15:25.804 INFO variant opensolaris.zone is already global
34542024-09-23T22:15:27.139Z[ recovery-image] Sep 23 22:15:25.804 INFO O| Sep 23 22:15:25.804 INFO STEP 5 (pkg_change_variant) COMPLETE
34552024-09-23T22:15:27.145Z[ recovery-image] Sep 23 22:15:25.804 INFO O| Sep 23 22:15:25.804 INFO STEP 6: pkg_change_variant, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
34562024-09-23T22:15:27.185Z[ stamp-nexus] Created: /work/oxidecomputer/omicron/out/versioned/nexus.tar.gz
34572024-09-23T22:15:27.189ZSep 23 22:15:25.855 INFO [stamp-nexus] process exited with exit status: 0 (3.851134439s)
34582024-09-23T22:15:27.643Z[ recovery-image] Sep 23 22:15:26.309 INFO O| Sep 23 22:15:26.309 INFO variant opensolaris.imagetype is full; changing to partial
34592024-09-23T22:15:27.643Z[ recovery-image] Sep 23 22:15:26.309 INFO O| Sep 23 22:15:26.309 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/recovery/work/gimlet/ramdisk", "change-variant", "opensolaris.imagetype=partial"]
34602024-09-23T22:15:28.592Z[stamp-cockroachdb] Created: /work/oxidecomputer/omicron/out/versioned/cockroachdb.tar.gz
34612024-09-23T22:15:28.597ZSep 23 22:15:27.263 INFO [stamp-cockroachdb] process exited with exit status: 0 (5.423499839s)
34622024-09-23T22:15:30.088Z[verify-libraries] Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
34632024-09-23T22:15:30.256Z[verify-libraries] Compiling polyval v0.6.2
34642024-09-23T22:15:30.259Z[verify-libraries] Compiling ctr v0.9.2
34652024-09-23T22:15:30.298Z[verify-libraries] Compiling ssh-encoding v0.2.0
34662024-09-23T22:15:30.298Z[verify-libraries] Compiling blowfish v0.9.1
34672024-09-23T22:15:30.298Z[verify-libraries] Compiling password-hash v0.4.2
34682024-09-23T22:15:30.298Z[verify-libraries] Compiling matches v0.1.10
34692024-09-23T22:15:30.298Z[verify-libraries] Compiling p521 v0.13.3
34702024-09-23T22:15:30.674Z[verify-libraries] Compiling ghash v0.5.1
34712024-09-23T22:15:31.007Z[verify-libraries] Compiling aes-gcm v0.10.3
34722024-09-23T22:15:31.084Z[verify-libraries] Compiling bcrypt-pbkdf v0.10.0
34732024-09-23T22:15:31.170Z[verify-libraries] Compiling idna v0.2.3
34742024-09-23T22:15:31.457Z[verify-libraries] Compiling ssh-cipher v0.2.0
34752024-09-23T22:15:31.518Z[verify-libraries] Compiling pbkdf2 v0.11.0
34762024-09-23T22:15:31.694Z[verify-libraries] Compiling p256 v0.13.2
34772024-09-23T22:15:31.854Z[verify-libraries] Compiling enum-as-inner v0.5.1
34782024-09-23T22:15:32.221Z[verify-libraries] Compiling ssh-key v0.6.6
34792024-09-23T22:15:32.357Z[stamp-clickhouse_keeper] Created: /work/oxidecomputer/omicron/out/versioned/clickhouse_keeper.tar.gz
34802024-09-23T22:15:32.398ZSep 23 22:15:31.064 INFO [stamp-clickhouse_keeper] process exited with exit status: 0 (9.317306418s)
34812024-09-23T22:15:32.599Z[stamp-clickhouse] Created: /work/oxidecomputer/omicron/out/versioned/clickhouse.tar.gz
34822024-09-23T22:15:32.645ZSep 23 22:15:31.310 INFO [stamp-clickhouse] process exited with exit status: 0 (9.604286397s)
34832024-09-23T22:15:32.645ZSep 23 22:15:31.310 INFO [tuf-stamp] task succeeded (9.629414244s)
34842024-09-23T22:15:33.021Z[verify-libraries] Compiling russh-cryptovec v0.7.2
34852024-09-23T22:15:33.320Z[verify-libraries] Compiling md5 v0.7.0
34862024-09-23T22:15:33.415Z[ recovery-image] Sep 23 22:15:32.081 INFO O| Sep 23 22:15:32.081 INFO O| Startup: Refreshing catalog 'helios-dev' ... Done
34872024-09-23T22:15:33.536Z[verify-libraries] Compiling trust-dns-proto v0.22.0
34882024-09-23T22:15:34.046Z[verify-libraries] Compiling num-bigint v0.4.5
34892024-09-23T22:15:34.830Z[verify-libraries] Compiling des v0.8.1
34902024-09-23T22:15:35.432Z[verify-libraries] Compiling dhcproto-macros v0.1.0
34912024-09-23T22:15:35.583Z[verify-libraries] Compiling russh-keys v0.45.0
34922024-09-23T22:15:36.566Z[verify-libraries] Compiling hex-literal v0.4.1
34932024-09-23T22:15:36.718Z[verify-libraries] Compiling oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client)
34942024-09-23T22:15:37.170Z[verify-libraries] Compiling ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9)
34952024-09-23T22:15:37.910Z[verify-libraries] Compiling russh v0.45.0
34962024-09-23T22:15:39.035Z[ recovery-image] Sep 23 22:15:37.701 INFO O| Sep 23 22:15:37.700 INFO O| Startup: Caching catalogs ... Done
34972024-09-23T22:15:39.154Z[ recovery-image] Sep 23 22:15:37.819 INFO O| Sep 23 22:15:37.819 INFO O| Planning: Planning completed in 0.00 seconds
34982024-09-23T22:15:39.158Z[ recovery-image] Sep 23 22:15:37.821 INFO O| Sep 23 22:15:37.821 INFO O| Planning: Consolidating action changes ... Done
34992024-09-23T22:15:39.159Z[ recovery-image] Sep 23 22:15:37.821 INFO O| Sep 23 22:15:37.821 INFO O| Planning: Evaluating mediators ... Done
35002024-09-23T22:15:39.159Z[ recovery-image] Sep 23 22:15:37.821 INFO O| Sep 23 22:15:37.821 INFO O| Planning: Planning completed in 0.00 seconds
35012024-09-23T22:15:39.159Z[ recovery-image] Sep 23 22:15:37.822 INFO O| Sep 23 22:15:37.822 INFO O| Variants/Facets to change: 1
35022024-09-23T22:15:39.253Z[ recovery-image] Sep 23 22:15:37.919 INFO O| Sep 23 22:15:37.919 INFO O| Done
35032024-09-23T22:15:39.253Z[ recovery-image] Sep 23 22:15:37.919 INFO O| Sep 23 22:15:37.919 INFO O| Done
35042024-09-23T22:15:40.151Z[ recovery-image] Sep 23 22:15:38.816 INFO O| Sep 23 22:15:38.816 INFO O| Done
35052024-09-23T22:15:40.198Z[ recovery-image] Sep 23 22:15:38.863 INFO O| Sep 23 22:15:38.863 INFO O| Done
35062024-09-23T22:15:40.201Z[ recovery-image] Sep 23 22:15:38.865 INFO O| Sep 23 22:15:38.865 INFO O| Done
35072024-09-23T22:15:40.202Z[ recovery-image] Sep 23 22:15:38.866 INFO O| Sep 23 22:15:38.866 INFO O| Done
35082024-09-23T22:15:40.206Z[ recovery-image] Sep 23 22:15:38.868 INFO O| Sep 23 22:15:38.868 INFO O| Done
35092024-09-23T22:15:40.812Z[ recovery-image] Sep 23 22:15:39.477 INFO O| Sep 23 22:15:39.477 INFO STEP 6 (pkg_change_variant) COMPLETE
35102024-09-23T22:15:40.812Z[ recovery-image] Sep 23 22:15:39.477 INFO O| Sep 23 22:15:39.477 INFO STEP 7: pkg_change_variant, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
35112024-09-23T22:15:40.822Z[ recovery-image] Sep 23 22:15:39.477 INFO O| Sep 23 22:15:39.477 INFO skip step because feature "debug_variant" is not enabled
35122024-09-23T22:15:40.822Z[ recovery-image] Sep 23 22:15:39.477 INFO O| Sep 23 22:15:39.477 INFO STEP 8: pkg_change_facet, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
35132024-09-23T22:15:41.554Z[ recovery-image] Sep 23 22:15:40.219 INFO O| Sep 23 22:15:40.219 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/recovery/work/gimlet/ramdisk", "change-facet", "openssl.10=false"]
35142024-09-23T22:15:45.543Z[ recovery-image] Sep 23 22:15:41.275 INFO O| Sep 23 22:15:41.275 INFO O| Startup: Refreshing catalog 'helios-dev' ... Done
35152024-09-23T22:15:45.570Z[ recovery-image] Sep 23 22:15:41.277 INFO O| Sep 23 22:15:41.277 INFO O| Planning: Planning completed in 0.00 seconds
35162024-09-23T22:15:45.570Z[ recovery-image] Sep 23 22:15:41.278 INFO O| Sep 23 22:15:41.278 INFO O| Planning: Consolidating action changes ... Done
35172024-09-23T22:15:45.570Z[ recovery-image] Sep 23 22:15:41.278 INFO O| Sep 23 22:15:41.278 INFO O| Planning: Evaluating mediators ... Done
35182024-09-23T22:15:45.571Z[ recovery-image] Sep 23 22:15:41.279 INFO O| Sep 23 22:15:41.279 INFO O| Planning: Planning completed in 0.00 seconds
35192024-09-23T22:15:45.571Z[ recovery-image] Sep 23 22:15:41.279 INFO O| Sep 23 22:15:41.279 INFO O| Variants/Facets to change: 1
35202024-09-23T22:15:45.571Z[ recovery-image] Sep 23 22:15:41.369 INFO O| Sep 23 22:15:41.369 INFO O| Done
35212024-09-23T22:15:45.571Z[ recovery-image] Sep 23 22:15:41.369 INFO O| Sep 23 22:15:41.369 INFO O| Done
35222024-09-23T22:15:45.571Z[ recovery-image] Sep 23 22:15:42.017 INFO O| Sep 23 22:15:42.017 INFO O| Done
35232024-09-23T22:15:45.571Z[ recovery-image] Sep 23 22:15:42.132 INFO O| Sep 23 22:15:42.132 INFO O| Done
35242024-09-23T22:15:45.571Z[ recovery-image] Sep 23 22:15:42.133 INFO O| Sep 23 22:15:42.133 INFO O| Done
35252024-09-23T22:15:45.571Z[ recovery-image] Sep 23 22:15:42.133 INFO O| Sep 23 22:15:42.133 INFO O| Done
35262024-09-23T22:15:45.571Z[ recovery-image] Sep 23 22:15:42.135 INFO O| Sep 23 22:15:42.135 INFO O| Done
35272024-09-23T22:15:45.571Z[ recovery-image] Sep 23 22:15:42.306 INFO O| Sep 23 22:15:42.306 INFO STEP 8 (pkg_change_facet) COMPLETE
35282024-09-23T22:15:45.571Z[ recovery-image] Sep 23 22:15:42.306 INFO O| Sep 23 22:15:42.306 INFO STEP 9: pkg_change_facet, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
35292024-09-23T22:15:45.571Z[verify-libraries] Compiling dhcproto v0.12.0
35302024-09-23T22:15:45.571Z[ recovery-image] Sep 23 22:15:42.994 INFO O| Sep 23 22:15:42.994 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/recovery/work/gimlet/ramdisk", "change-facet", "doc=false"]
35312024-09-23T22:15:45.571Z[verify-libraries] Compiling internet-checksum v0.2.1
35322024-09-23T22:15:45.571Z[ recovery-image] Sep 23 22:15:44.127 INFO O| Sep 23 22:15:44.127 INFO O| Startup: Refreshing catalog 'helios-dev' ... Done
35332024-09-23T22:15:45.571Z[ recovery-image] Sep 23 22:15:44.129 INFO O| Sep 23 22:15:44.129 INFO O| Planning: Planning completed in 0.00 seconds
35342024-09-23T22:15:45.571Z[ recovery-image] Sep 23 22:15:44.130 INFO O| Sep 23 22:15:44.130 INFO O| Planning: Consolidating action changes ... Done
35352024-09-23T22:15:45.571Z[ recovery-image] Sep 23 22:15:44.130 INFO O| Sep 23 22:15:44.130 INFO O| Planning: Evaluating mediators ... Done
35362024-09-23T22:15:45.571Z[ recovery-image] Sep 23 22:15:44.131 INFO O| Sep 23 22:15:44.131 INFO O| Planning: Planning completed in 0.00 seconds
35372024-09-23T22:15:45.571Z[ recovery-image] Sep 23 22:15:44.131 INFO O| Sep 23 22:15:44.131 INFO O| Variants/Facets to change: 1
35382024-09-23T22:15:45.571Z[verify-libraries] Compiling heck v0.4.1
35392024-09-23T22:15:45.571Z[ recovery-image] Sep 23 22:15:44.205 INFO O| Sep 23 22:15:44.205 INFO O| Done
35402024-09-23T22:15:45.571Z[ recovery-image] Sep 23 22:15:44.205 INFO O| Sep 23 22:15:44.205 INFO O| Done
35412024-09-23T22:15:46.108Z[ recovery-image] Sep 23 22:15:44.774 INFO O| Sep 23 22:15:44.774 INFO O| Done
35422024-09-23T22:15:46.202Z[ recovery-image] Sep 23 22:15:44.868 INFO O| Sep 23 22:15:44.868 INFO O| Done
35432024-09-23T22:15:46.206Z[ recovery-image] Sep 23 22:15:44.869 INFO O| Sep 23 22:15:44.869 INFO O| Done
35442024-09-23T22:15:46.206Z[ recovery-image] Sep 23 22:15:44.869 INFO O| Sep 23 22:15:44.869 INFO O| Done
35452024-09-23T22:15:46.206Z[ recovery-image] Sep 23 22:15:44.871 INFO O| Sep 23 22:15:44.871 INFO O| Done
35462024-09-23T22:15:46.326Z[ recovery-image] Sep 23 22:15:44.992 INFO O| Sep 23 22:15:44.992 INFO STEP 9 (pkg_change_facet) COMPLETE
35472024-09-23T22:15:46.326Z[ recovery-image] Sep 23 22:15:44.992 INFO O| Sep 23 22:15:44.992 INFO STEP 10: pkg_change_facet, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
35482024-09-23T22:15:47.049Z[ recovery-image] Sep 23 22:15:45.715 INFO O| Sep 23 22:15:45.715 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/recovery/work/gimlet/ramdisk", "change-facet", "doc.man=false"]
35492024-09-23T22:15:47.308Z[verify-libraries] Compiling openapi-lint v0.4.0 (https://github.com/oxidecomputer/openapi-lint?branch=main#ef442ee4)
35502024-09-23T22:15:48.138Z[ recovery-image] Sep 23 22:15:46.803 INFO O| Sep 23 22:15:46.803 INFO O| Startup: Refreshing catalog 'helios-dev' ... Done
35512024-09-23T22:15:48.141Z[ recovery-image] Sep 23 22:15:46.805 INFO O| Sep 23 22:15:46.805 INFO O| Planning: Planning completed in 0.00 seconds
35522024-09-23T22:15:48.141Z[ recovery-image] Sep 23 22:15:46.806 INFO O| Sep 23 22:15:46.806 INFO O| Planning: Consolidating action changes ... Done
35532024-09-23T22:15:48.141Z[ recovery-image] Sep 23 22:15:46.806 INFO O| Sep 23 22:15:46.806 INFO O| Planning: Evaluating mediators ... Done
35542024-09-23T22:15:48.144Z[ recovery-image] Sep 23 22:15:46.807 INFO O| Sep 23 22:15:46.807 INFO O| Planning: Planning completed in 0.00 seconds
35552024-09-23T22:15:48.144Z[ recovery-image] Sep 23 22:15:46.807 INFO O| Sep 23 22:15:46.807 INFO O| Variants/Facets to change: 1
35562024-09-23T22:15:48.238Z[ recovery-image] Sep 23 22:15:46.904 INFO O| Sep 23 22:15:46.904 INFO O| Done
35572024-09-23T22:15:48.238Z[ recovery-image] Sep 23 22:15:46.904 INFO O| Sep 23 22:15:46.904 INFO O| Done
35582024-09-23T22:15:48.837Z[ recovery-image] Sep 23 22:15:47.503 INFO O| Sep 23 22:15:47.503 INFO O| Done
35592024-09-23T22:15:48.898Z[ recovery-image] Sep 23 22:15:47.560 INFO O| Sep 23 22:15:47.560 INFO O| Done
35602024-09-23T22:15:48.901Z[ recovery-image] Sep 23 22:15:47.561 INFO O| Sep 23 22:15:47.561 INFO O| Done
35612024-09-23T22:15:48.901Z[ recovery-image] Sep 23 22:15:47.562 INFO O| Sep 23 22:15:47.562 INFO O| Done
35622024-09-23T22:15:48.901Z[ recovery-image] Sep 23 22:15:47.564 INFO O| Sep 23 22:15:47.564 INFO O| Done
35632024-09-23T22:15:49.003Z[ recovery-image] Sep 23 22:15:47.669 INFO O| Sep 23 22:15:47.669 INFO STEP 10 (pkg_change_facet) COMPLETE
35642024-09-23T22:15:49.003Z[ recovery-image] Sep 23 22:15:47.669 INFO O| Sep 23 22:15:47.669 INFO STEP 11: pkg_install, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
35652024-09-23T22:15:49.026Z[ recovery-image] Sep 23 22:15:47.692 INFO O| Sep 23 22:15:47.691 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"]
35662024-09-23T22:15:50.098Z[ recovery-image] Sep 23 22:15:48.763 INFO O| Sep 23 22:15:48.763 INFO O| Startup: Refreshing catalog 'helios-dev' ... Done
35672024-09-23T22:15:55.460Z[verify-libraries] Compiling wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg)
35682024-09-23T22:15:55.499Z[verify-libraries] Compiling reconfigurator-cli v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-cli)
35692024-09-23T22:15:56.213Z[verify-libraries] Compiling ch-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ch-dev)
35702024-09-23T22:15:56.944Z[verify-libraries] Compiling db-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/db-dev)
35712024-09-23T22:15:56.997Z[verify-libraries] Compiling omicron-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev)
35722024-09-23T22:15:57.554Z[verify-libraries] Compiling zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup)
35732024-09-23T22:15:57.726Z[verify-libraries] Compiling nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils)
35742024-09-23T22:15:57.891Z[verify-libraries] Compiling openapi-manager v0.1.0 (/work/oxidecomputer/omicron/dev-tools/openapi-manager)
35752024-09-23T22:15:59.864Z[ host-image] Sep 23 22:15:58.530 INFO O| Sep 23 22:15:58.530 INFO O| Planning: Solver setup ... Done
35762024-09-23T22:16:00.161Z[verify-libraries] Compiling tufaceous v0.1.0 (/work/oxidecomputer/omicron/tufaceous)
35772024-09-23T22:16:01.429Z[verify-libraries] Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
35782024-09-23T22:16:07.030Z[verify-libraries] Compiling termios v0.3.3
35792024-09-23T22:16:07.523Z[verify-libraries] Compiling gateway-cli v0.1.0 (/work/oxidecomputer/omicron/gateway-cli)
35802024-09-23T22:16:27.312Z[ recovery-image] Sep 23 22:16:25.978 INFO O| Sep 23 22:16:25.978 INFO O| Planning: Solver setup ... Done
35812024-09-23T22:16:31.472Z[ host-image] Sep 23 22:16:30.139 INFO O| Sep 23 22:16:30.139 INFO O| Planning: Running solver ... Done
35822024-09-23T22:16:31.891Z[ host-image] Sep 23 22:16:30.558 INFO O| Sep 23 22:16:30.558 INFO O| Planning: Finding local manifests ... Done
35832024-09-23T22:16:31.908Z[ host-image] Sep 23 22:16:30.575 INFO O| Sep 23 22:16:30.575 INFO O| Planning: Fetching manifests: 0/124 0% complete
35842024-09-23T22:16:33.550Z[verify-libraries] Compiling end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests)
35852024-09-23T22:16:39.070Z[ host-image] Sep 23 22:16:37.736 INFO O| Sep 23 22:16:37.735 INFO O| Planning: Fetching manifests: 124/124 100% complete
35862024-09-23T22:16:40.576Z[ host-image] Sep 23 22:16:39.242 INFO O| Sep 23 22:16:39.242 INFO O| Planning: Package planning ... Done
35872024-09-23T22:16:42.208Z[ host-image] Sep 23 22:16:40.875 INFO O| Sep 23 22:16:40.875 INFO O| Planning: Merging actions ... Done
35882024-09-23T22:16:42.794Z[ host-image] Sep 23 22:16:41.461 INFO O| Sep 23 22:16:41.461 INFO O| Planning: Checking for conflicting actions ... Done
35892024-09-23T22:16:43.088Z[ host-image] Sep 23 22:16:41.755 INFO O| Sep 23 22:16:41.755 INFO O| Planning: Consolidating action changes ... Done
35902024-09-23T22:16:43.711Z[ host-image] Sep 23 22:16:42.378 INFO O| Sep 23 22:16:42.378 INFO O| Planning: Evaluating mediators ... Done
35912024-09-23T22:16:49.864Z[ host-image] Sep 23 22:16:48.531 INFO O| Sep 23 22:16:48.531 INFO O| Planning: Planning completed in 84.75 seconds
35922024-09-23T22:16:49.872Z[ host-image] Sep 23 22:16:48.539 INFO O| Sep 23 22:16:48.539 INFO O| Packages to install: 124
35932024-09-23T22:16:49.872Z[ host-image] Sep 23 22:16:48.539 INFO O| Sep 23 22:16:48.539 INFO O| Mediators to change: 4
35942024-09-23T22:16:49.874Z[ host-image] Sep 23 22:16:48.539 INFO O| Sep 23 22:16:48.539 INFO O| Services to change: 6
35952024-09-23T22:16:49.990Z[ host-image] Sep 23 22:16:48.656 INFO O| Sep 23 22:16:48.655 INFO O| Download: 0/22731 items 0.0/196.5MB 0% complete
35962024-09-23T22:16:55.047Z[ host-image] Sep 23 22:16:53.714 INFO O| Sep 23 22:16:53.714 INFO O| Download: 1072/22731 items 7.7/196.5MB 3% complete (1.7M/s)
35972024-09-23T22:16:58.676Z[ recovery-image] Sep 23 22:16:57.343 INFO O| Sep 23 22:16:57.343 INFO O| Planning: Running solver ... Done
35982024-09-23T22:16:59.032Z[ recovery-image] Sep 23 22:16:57.699 INFO O| Sep 23 22:16:57.699 INFO O| Planning: Finding local manifests ... Done
35992024-09-23T22:16:59.051Z[ recovery-image] Sep 23 22:16:57.718 INFO O| Sep 23 22:16:57.718 INFO O| Planning: Fetching manifests: 0/124 0% complete
36002024-09-23T22:17:00.047Z[ host-image] Sep 23 22:16:58.714 INFO O| Sep 23 22:16:58.714 INFO O| Download: 1785/22731 items 12.5/196.5MB 6% complete (1.2M/s)
36012024-09-23T22:17:03.836Z[ recovery-image] Sep 23 22:17:02.504 INFO O| Sep 23 22:17:02.504 INFO O| Planning: Fetching manifests: 124/124 100% complete
36022024-09-23T22:17:05.056Z[ recovery-image] Sep 23 22:17:03.723 INFO O| Sep 23 22:17:03.723 INFO O| Planning: Package planning ... Done
36032024-09-23T22:17:05.074Z[ host-image] Sep 23 22:17:03.737 INFO O| Sep 23 22:17:03.737 INFO O| Download: 2289/22731 items 26.9/196.5MB 13% complete (1.8M/s)
36042024-09-23T22:17:05.811Z[ recovery-image] Sep 23 22:17:04.478 INFO O| Sep 23 22:17:04.478 INFO O| Planning: Merging actions ... Done
36052024-09-23T22:17:06.180Z[ recovery-image] Sep 23 22:17:04.847 INFO O| Sep 23 22:17:04.847 INFO O| Planning: Checking for conflicting actions ... Done
36062024-09-23T22:17:06.332Z[ recovery-image] Sep 23 22:17:04.996 INFO O| Sep 23 22:17:04.996 INFO O| Planning: Consolidating action changes ... Done
36072024-09-23T22:17:06.701Z[ recovery-image] Sep 23 22:17:05.368 INFO O| Sep 23 22:17:05.368 INFO O| Planning: Evaluating mediators ... Done
36082024-09-23T22:17:10.087Z[ host-image] Sep 23 22:17:08.754 INFO O| Sep 23 22:17:08.754 INFO O| Download: 3458/22731 items 35.1/196.5MB 17% complete (2.3M/s)
36092024-09-23T22:17:12.819Z[ recovery-image] Sep 23 22:17:11.486 INFO O| Sep 23 22:17:11.486 INFO O| Planning: Planning completed in 82.72 seconds
36102024-09-23T22:17:12.825Z[ recovery-image] Sep 23 22:17:11.492 INFO O| Sep 23 22:17:11.492 INFO O| Packages to install: 124
36112024-09-23T22:17:12.827Z[ recovery-image] Sep 23 22:17:11.492 INFO O| Sep 23 22:17:11.492 INFO O| Mediators to change: 4
36122024-09-23T22:17:12.827Z[ recovery-image] Sep 23 22:17:11.492 INFO O| Sep 23 22:17:11.492 INFO O| Services to change: 5
36132024-09-23T22:17:12.895Z[ recovery-image] Sep 23 22:17:11.563 INFO O| Sep 23 22:17:11.562 INFO O| Download: 0/15834 items 0.0/173.3MB 0% complete
36142024-09-23T22:17:15.105Z[ host-image] Sep 23 22:17:13.772 INFO O| Sep 23 22:17:13.772 INFO O| Download: 4487/22731 items 41.8/196.5MB 21% complete (1.7M/s)
36152024-09-23T22:17:18.230Z[ recovery-image] Sep 23 22:17:16.898 INFO O| Sep 23 22:17:16.898 INFO O| Download: 1007/15834 items 7.8/173.3MB 4% complete (1.8M/s)
36162024-09-23T22:17:18.351Z[verify-libraries] Compiling mgs-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/mgs-dev)
36172024-09-23T22:17:20.113Z[ host-image] Sep 23 22:17:18.780 INFO O| Sep 23 22:17:18.780 INFO O| Download: 4999/22731 items 45.8/196.5MB 23% complete (1.1M/s)
36182024-09-23T22:17:23.443Z[ recovery-image] Sep 23 22:17:22.110 INFO O| Sep 23 22:17:22.110 INFO O| Download: 1321/15834 items 20.3/173.3MB 11% complete (2.0M/s)
36192024-09-23T22:17:25.019Z[verify-libraries] Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
36202024-09-23T22:17:25.120Z[ host-image] Sep 23 22:17:23.787 INFO O| Sep 23 22:17:23.787 INFO O| Download: 6040/22731 items 46.4/196.5MB 23% complete (471k/s)
36212024-09-23T22:17:28.448Z[ recovery-image] Sep 23 22:17:27.116 INFO O| Sep 23 22:17:27.116 INFO O| Download: 1779/15834 items 28.2/173.3MB 16% complete (2.0M/s)
36222024-09-23T22:17:30.140Z[ host-image] Sep 23 22:17:28.808 INFO O| Sep 23 22:17:28.808 INFO O| Download: 6945/22731 items 50.0/196.5MB 25% complete (417k/s)
36232024-09-23T22:17:30.646Z[verify-libraries] Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
36242024-09-23T22:17:34.127Z[ recovery-image] Sep 23 22:17:32.795 INFO O| Sep 23 22:17:32.794 INFO O| Download: 2677/15834 items 33.1/173.3MB 19% complete (1.7M/s)
36252024-09-23T22:17:35.303Z[ host-image] Sep 23 22:17:33.971 INFO O| Sep 23 22:17:33.971 INFO O| Download: 7950/22731 items 59.6/196.5MB 30% complete (1.3M/s)
36262024-09-23T22:17:39.145Z[ recovery-image] Sep 23 22:17:37.813 INFO O| Sep 23 22:17:37.813 INFO O| Download: 3639/15834 items 39.6/173.3MB 22% complete (1.1M/s)
36272024-09-23T22:17:39.196Z[verify-libraries] Compiling crdb-seed v0.1.0 (/work/oxidecomputer/omicron/dev-tools/crdb-seed)
36282024-09-23T22:17:40.480Z[ host-image] Sep 23 22:17:39.148 INFO O| Sep 23 22:17:39.148 INFO O| Download: 8300/22731 items 68.1/196.5MB 34% complete (1.7M/s)
36292024-09-23T22:17:44.257Z[ recovery-image] Sep 23 22:17:42.925 INFO O| Sep 23 22:17:42.925 INFO O| Download: 4337/15834 items 42.7/173.3MB 24% complete (1000k/s)
36302024-09-23T22:17:45.484Z[ host-image] Sep 23 22:17:44.152 INFO O| Sep 23 22:17:44.151 INFO O| Download: 9175/22731 items 75.6/196.5MB 38% complete (1.6M/s)
36312024-09-23T22:17:49.274Z[ recovery-image] Sep 23 22:17:47.942 INFO O| Sep 23 22:17:47.942 INFO O| Download: 5195/15834 items 43.2/173.3MB 24% complete (361k/s)
36322024-09-23T22:17:50.485Z[ host-image] Sep 23 22:17:49.153 INFO O| Sep 23 22:17:49.153 INFO O| Download: 9867/22731 items 83.6/196.5MB 42% complete (1.6M/s)
36332024-09-23T22:17:55.416Z[ recovery-image] Sep 23 22:17:54.084 INFO O| Sep 23 22:17:54.084 INFO O| Download: 5659/15834 items 44.5/173.3MB 25% complete (166k/s)
36342024-09-23T22:17:55.491Z[ host-image] Sep 23 22:17:54.159 INFO O| Sep 23 22:17:54.159 INFO O| Download: 10414/22731 items 88.0/196.5MB 44% complete (1.3M/s)
36352024-09-23T22:18:00.423Z[ recovery-image] Sep 23 22:17:59.091 INFO O| Sep 23 22:17:59.091 INFO O| Download: 5948/15834 items 53.6/173.3MB 30% complete (1015k/s)
36362024-09-23T22:18:00.570Z[ host-image] Sep 23 22:17:59.238 INFO O| Sep 23 22:17:59.238 INFO O| Download: 11088/22731 items 91.9/196.5MB 46% complete (835k/s)
36372024-09-23T22:18:03.770Z[verify-libraries] Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
36382024-09-23T22:18:04.995Z[verify-libraries] Compiling cert-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/cert-dev)
36392024-09-23T22:18:05.424Z[ recovery-image] Sep 23 22:18:04.092 INFO O| Sep 23 22:18:04.092 INFO O| Download: 6412/15834 items 63.2/173.3MB 36% complete (1.8M/s)
36402024-09-23T22:18:05.578Z[ host-image] Sep 23 22:18:04.247 INFO O| Sep 23 22:18:04.246 INFO O| Download: 11376/22731 items 96.1/196.5MB 48% complete (834k/s)
36412024-09-23T22:18:08.900Z[verify-libraries] Compiling oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
36422024-09-23T22:18:10.424Z[ recovery-image] Sep 23 22:18:09.092 INFO O| Sep 23 22:18:09.092 INFO O| Download: 7213/15834 items 73.3/173.3MB 42% complete (1.9M/s)
36432024-09-23T22:18:10.675Z[ host-image] Sep 23 22:18:09.343 INFO O| Sep 23 22:18:09.343 INFO O| Download: 12006/22731 items 100.4/196.5MB 51% complete (747k/s)
36442024-09-23T22:18:15.690Z[ host-image] Sep 23 22:18:14.358 INFO O| Sep 23 22:18:14.358 INFO O| Download: 12691/22731 items 109.6/196.5MB 55% complete (1.4M/s)
36452024-09-23T22:18:15.845Z[ recovery-image] Sep 23 22:18:14.514 INFO O| Sep 23 22:18:14.513 INFO O| Download: 7903/15834 items 76.9/173.3MB 44% complete (1.4M/s)
36462024-09-23T22:18:20.696Z[ host-image] Sep 23 22:18:19.365 INFO O| Sep 23 22:18:19.365 INFO O| Download: 13479/22731 items 110.0/196.5MB 55% complete (1000k/s)
36472024-09-23T22:18:21.347Z[ recovery-image] Sep 23 22:18:20.016 INFO O| Sep 23 22:18:20.016 INFO O| Download: 8661/15834 items 81.5/173.3MB 47% complete (773k/s)
36482024-09-23T22:18:25.701Z[ host-image] Sep 23 22:18:24.370 INFO O| Sep 23 22:18:24.370 INFO O| Download: 14393/22731 items 111.5/196.5MB 56% complete (176k/s)
36492024-09-23T22:18:26.355Z[ recovery-image] Sep 23 22:18:25.024 INFO O| Sep 23 22:18:25.024 INFO O| Download: 9052/15834 items 92.7/173.3MB 53% complete (1.5M/s)
36502024-09-23T22:18:30.737Z[ host-image] Sep 23 22:18:29.406 INFO O| Sep 23 22:18:29.406 INFO O| Download: 14525/22731 items 116.7/196.5MB 59% complete (657k/s)
36512024-09-23T22:18:31.360Z[ recovery-image] Sep 23 22:18:30.029 INFO O| Sep 23 22:18:30.029 INFO O| Download: 10176/15834 items 93.2/173.3MB 53% complete (1.2M/s)
36522024-09-23T22:18:35.744Z[ host-image] Sep 23 22:18:34.413 INFO O| Sep 23 22:18:34.413 INFO O| Download: 15516/22731 items 123.5/196.5MB 62% complete (1.2M/s)
36532024-09-23T22:18:36.364Z[ recovery-image] Sep 23 22:18:35.033 INFO O| Sep 23 22:18:35.033 INFO O| Download: 10730/15834 items 93.8/173.3MB 54% complete (99k/s)
36542024-09-23T22:18:40.777Z[ host-image] Sep 23 22:18:39.445 INFO O| Sep 23 22:18:39.445 INFO O| Download: 15740/22731 items 126.0/196.5MB 64% complete (981k/s)
36552024-09-23T22:18:43.357Z[ recovery-image] Sep 23 22:18:42.026 INFO O| Sep 23 22:18:42.026 INFO O| Download: 11049/15834 items 95.4/173.3MB 55% complete (197k/s)
36562024-09-23T22:18:45.782Z[ host-image] Sep 23 22:18:44.451 INFO O| Sep 23 22:18:44.451 INFO O| Download: 16832/22731 items 134.8/196.5MB 68% complete (1.1M/s)
36572024-09-23T22:18:48.365Z[ recovery-image] Sep 23 22:18:47.034 INFO O| Sep 23 22:18:47.033 INFO O| Download: 11373/15834 items 106.9/173.3MB 61% complete (1.4M/s)
36582024-09-23T22:18:50.785Z[ host-image] Sep 23 22:18:49.454 INFO O| Sep 23 22:18:49.454 INFO O| Download: 17474/22731 items 139.8/196.5MB 71% complete (1.4M/s)
36592024-09-23T22:18:53.368Z[ recovery-image] Sep 23 22:18:52.037 INFO O| Sep 23 22:18:52.037 INFO O| Download: 11815/15834 items 124.9/173.3MB 72% complete (2.8M/s)
36602024-09-23T22:18:56.965Z[ host-image] Sep 23 22:18:55.634 INFO O| Sep 23 22:18:55.634 INFO O| Download: 17855/22731 items 149.7/196.5MB 76% complete (1.6M/s)
36612024-09-23T22:18:58.568Z[ recovery-image] Sep 23 22:18:57.237 INFO O| Sep 23 22:18:57.237 INFO O| Download: 12064/15834 items 137.3/173.3MB 79% complete (3.2M/s)
36622024-09-23T22:19:02.060Z[ host-image] Sep 23 22:19:00.730 INFO O| Sep 23 22:19:00.729 INFO O| Download: 17865/22731 items 150.1/196.5MB 76% complete (1.0M/s)
36632024-09-23T22:19:03.570Z[ recovery-image] Sep 23 22:19:02.239 INFO O| Sep 23 22:19:02.239 INFO O| Download: 12947/15834 items 140.8/173.3MB 81% complete (1.6M/s)
36642024-09-23T22:19:07.062Z[ host-image] Sep 23 22:19:05.732 INFO O| Sep 23 22:19:05.732 INFO O| Download: 18065/22731 items 159.3/196.5MB 81% complete (1.3M/s)
36652024-09-23T22:19:08.574Z[ recovery-image] Sep 23 22:19:07.244 INFO O| Sep 23 22:19:07.244 INFO O| Download: 13443/15834 items 142.9/173.3MB 82% complete (546k/s)
36662024-09-23T22:19:12.067Z[ host-image] Sep 23 22:19:10.736 INFO O| Sep 23 22:19:10.736 INFO O| Download: 18749/22731 items 162.1/196.5MB 82% complete (1.2M/s)
36672024-09-23T22:19:13.805Z[ recovery-image] Sep 23 22:19:12.475 INFO O| Sep 23 22:19:12.475 INFO O| Download: 14028/15834 items 145.0/173.3MB 83% complete (472k/s)
36682024-09-23T22:19:17.079Z[ host-image] Sep 23 22:19:15.749 INFO O| Sep 23 22:19:15.748 INFO O| Download: 19229/22731 items 163.8/196.5MB 83% complete (467k/s)
36692024-09-23T22:19:18.806Z[ recovery-image] Sep 23 22:19:17.476 INFO O| Sep 23 22:19:17.476 INFO O| Download: 14437/15834 items 146.7/173.3MB 84% complete (401k/s)
36702024-09-23T22:19:23.366Z[ host-image] Sep 23 22:19:22.036 INFO O| Sep 23 22:19:22.036 INFO O| Download: 19969/22731 items 166.8/196.5MB 84% complete (529k/s)
36712024-09-23T22:19:24.554Z[ recovery-image] Sep 23 22:19:23.224 INFO O| Sep 23 22:19:23.223 INFO O| Download: 14673/15834 items 147.8/173.3MB 85% complete (281k/s)
36722024-09-23T22:19:28.735Z[ host-image] Sep 23 22:19:27.405 INFO O| Sep 23 22:19:27.405 INFO O| Download: 20800/22731 items 173.9/196.5MB 88% complete (910k/s)
36732024-09-23T22:19:29.561Z[ recovery-image] Sep 23 22:19:28.231 INFO O| Sep 23 22:19:28.231 INFO O| Download: 14697/15834 items 148.7/173.3MB 85% complete (161k/s)
36742024-09-23T22:19:33.758Z[ host-image] Sep 23 22:19:32.428 INFO O| Sep 23 22:19:32.428 INFO O| Download: 21027/22731 items 176.4/196.5MB 89% complete (990k/s)
36752024-09-23T22:19:34.563Z[ recovery-image] Sep 23 22:19:33.233 INFO O| Sep 23 22:19:33.233 INFO O| Download: 14884/15834 items 154.3/173.3MB 89% complete (660k/s)
36762024-09-23T22:19:38.790Z[ host-image] Sep 23 22:19:37.460 INFO O| Sep 23 22:19:37.460 INFO O| Download: 21547/22731 items 180.5/196.5MB 91% complete (798k/s)
36772024-09-23T22:19:39.563Z[ recovery-image] Sep 23 22:19:38.233 INFO O| Sep 23 22:19:38.233 INFO O| Download: 15286/15834 items 158.1/173.3MB 91% complete (1015k/s)
36782024-09-23T22:19:43.800Z[ host-image] Sep 23 22:19:42.470 INFO O| Sep 23 22:19:42.470 INFO O| Download: 21878/22731 items 188.3/196.5MB 95% complete (1.2M/s)
36792024-09-23T22:19:44.581Z[ recovery-image] Sep 23 22:19:43.251 INFO O| Sep 23 22:19:43.251 INFO O| Download: 15608/15834 items 166.9/173.3MB 96% complete (1.3M/s)
36802024-09-23T22:19:48.870Z[ host-image] Sep 23 22:19:47.540 INFO O| Sep 23 22:19:47.540 INFO O| Download: 21988/22731 items 189.4/196.5MB 96% complete (1.1M/s)
36812024-09-23T22:19:49.333Z[ recovery-image] Sep 23 22:19:48.003 INFO O| Sep 23 22:19:48.003 INFO O| Download: Completed 173.28 MB in 156.44 seconds (1.1M/s)
36822024-09-23T22:19:50.296Z[ recovery-image] Sep 23 22:19:48.966 INFO O| Sep 23 22:19:48.966 INFO O| Actions: 1/24969 actions (Installing new actions)
36832024-09-23T22:19:53.423Z[ host-image] Sep 23 22:19:52.093 INFO O| Sep 23 22:19:52.093 INFO O| Download: Completed 196.51 MB in 183.44 seconds (1.1M/s)
36842024-09-23T22:19:55.157Z[ host-image] Sep 23 22:19:53.828 INFO O| Sep 23 22:19:53.828 INFO O| Actions: 1/49266 actions (Installing new actions)
36852024-09-23T22:19:55.296Z[ recovery-image] Sep 23 22:19:53.966 INFO O| Sep 23 22:19:53.966 INFO O| Actions: 8533/24969 actions (Installing new actions)
36862024-09-23T22:20:00.183Z[ host-image] Sep 23 22:19:58.853 INFO O| Sep 23 22:19:58.853 INFO O| Actions: 8721/49266 actions (Installing new actions)
36872024-09-23T22:20:00.296Z[ recovery-image] Sep 23 22:19:58.967 INFO O| Sep 23 22:19:58.966 INFO O| Actions: 15824/24969 actions (Installing new actions)
36882024-09-23T22:20:05.183Z[ host-image] Sep 23 22:20:03.854 INFO O| Sep 23 22:20:03.854 INFO O| Actions: 15606/49266 actions (Installing new actions)
36892024-09-23T22:20:08.399Z[ recovery-image] Sep 23 22:20:07.068 INFO O| Sep 23 22:20:07.068 INFO O| Actions: 24416/24969 actions (Installing new actions)
36902024-09-23T22:20:10.188Z[ host-image] Sep 23 22:20:08.858 INFO O| Sep 23 22:20:08.858 INFO O| Actions: 23417/49266 actions (Installing new actions)
36912024-09-23T22:20:12.616Z[ recovery-image] Sep 23 22:20:11.287 INFO O| Sep 23 22:20:11.287 INFO O| Actions: Completed 24969 actions in 22.32 seconds.
36922024-09-23T22:20:13.185Z[ recovery-image] Sep 23 22:20:11.856 INFO O| Sep 23 22:20:11.856 INFO O| Done
36932024-09-23T22:20:13.185Z[ recovery-image] Sep 23 22:20:11.856 INFO O| Sep 23 22:20:11.856 INFO O| Done
36942024-09-23T22:20:14.455Z[ recovery-image] Sep 23 22:20:13.126 INFO O| Sep 23 22:20:13.126 INFO O| Done
36952024-09-23T22:20:15.467Z[ host-image] Sep 23 22:20:14.138 INFO O| Sep 23 22:20:14.138 INFO O| Actions: 48713/49266 actions (Installing new actions)
36962024-09-23T22:20:16.376Z[ recovery-image] Sep 23 22:20:15.046 INFO O| Sep 23 22:20:15.046 INFO O| Done
36972024-09-23T22:20:16.412Z[ recovery-image] Sep 23 22:20:15.082 INFO O| Sep 23 22:20:15.082 INFO O| Done
36982024-09-23T22:20:20.020Z[ host-image] Sep 23 22:20:18.691 INFO O| Sep 23 22:20:18.691 INFO O| Actions: Completed 49266 actions in 24.86 seconds.
36992024-09-23T22:20:20.583Z[ host-image] Sep 23 22:20:19.254 INFO O| Sep 23 22:20:19.254 INFO O| Done
37002024-09-23T22:20:20.583Z[ host-image] Sep 23 22:20:19.254 INFO O| Sep 23 22:20:19.254 INFO O| Done
37012024-09-23T22:20:21.253Z[ recovery-image] Sep 23 22:20:19.924 INFO O| Sep 23 22:20:19.924 INFO O| Done
37022024-09-23T22:20:21.792Z[ host-image] Sep 23 22:20:20.463 INFO O| Sep 23 22:20:20.463 INFO O| Done
37032024-09-23T22:20:22.035Z[ recovery-image] Sep 23 22:20:20.706 INFO O| Sep 23 22:20:20.706 INFO O| Done
37042024-09-23T22:20:22.401Z[ recovery-image] Sep 23 22:20:21.072 INFO O| Sep 23 22:20:21.072 INFO STEP 11 (pkg_install) COMPLETE
37052024-09-23T22:20:22.401Z[ recovery-image] Sep 23 22:20:21.072 INFO O| Sep 23 22:20:21.072 INFO STEP 12: pkg_install, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
37062024-09-23T22:20:22.404Z[ recovery-image] Sep 23 22:20:21.072 INFO O| Sep 23 22:20:21.072 INFO skip step because feature "recovery" is enabled
37072024-09-23T22:20:22.404Z[ recovery-image] Sep 23 22:20:21.072 INFO O| Sep 23 22:20:21.072 INFO STEP 13: pkg_install, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
37082024-09-23T22:20:22.404Z[ recovery-image] Sep 23 22:20:21.072 INFO O| Sep 23 22:20:21.072 INFO skip step because feature "omicron1" is not enabled
37092024-09-23T22:20:22.404Z[ recovery-image] Sep 23 22:20:21.072 INFO O| Sep 23 22:20:21.072 INFO STEP 14: pkg_install, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
37102024-09-23T22:20:22.423Z[ recovery-image] Sep 23 22:20:21.094 INFO O| Sep 23 22:20:21.094 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/recovery/work/gimlet/ramdisk", "install", "/driver/network/opte@0.33.293"]
37112024-09-23T22:20:23.671Z[ recovery-image] Sep 23 22:20:22.342 INFO O| Sep 23 22:20:22.342 INFO O| Startup: Refreshing catalog 'helios-dev' ... Done
37122024-09-23T22:20:24.314Z[ host-image] Sep 23 22:20:22.984 INFO O| Sep 23 22:20:22.984 INFO O| Done
37132024-09-23T22:20:24.355Z[ host-image] Sep 23 22:20:23.025 INFO O| Sep 23 22:20:23.025 INFO O| Done
37142024-09-23T22:20:26.575Z[ recovery-image] Sep 23 22:20:25.246 INFO O| Sep 23 22:20:25.246 INFO O| Planning: Solver setup ... Done
37152024-09-23T22:20:26.581Z[ recovery-image] Sep 23 22:20:25.252 INFO O| Sep 23 22:20:25.252 INFO O| Planning: Running solver ... Done
37162024-09-23T22:20:26.642Z[ recovery-image] Sep 23 22:20:25.313 INFO O| Sep 23 22:20:25.313 INFO O| Planning: Finding local manifests ... Done
37172024-09-23T22:20:26.644Z[ recovery-image] Sep 23 22:20:25.314 INFO O| Sep 23 22:20:25.314 INFO O| Planning: Fetching manifests: 0/1 0% complete
37182024-09-23T22:20:26.767Z[ recovery-image] Sep 23 22:20:25.438 INFO O| Sep 23 22:20:25.438 INFO O| Planning: Fetching manifests: 1/1 100% complete
37192024-09-23T22:20:26.798Z[ recovery-image] Sep 23 22:20:25.469 INFO O| Sep 23 22:20:25.469 INFO O| Planning: Package planning ... Done
37202024-09-23T22:20:26.801Z[ recovery-image] Sep 23 22:20:25.470 INFO O| Sep 23 22:20:25.470 INFO O| Planning: Merging actions ... Done
37212024-09-23T22:20:26.865Z[ recovery-image] Sep 23 22:20:25.536 INFO O| Sep 23 22:20:25.535 INFO O| Planning: Checking for conflicting actions ... Done
37222024-09-23T22:20:26.867Z[ recovery-image] Sep 23 22:20:25.536 INFO O| Sep 23 22:20:25.536 INFO O| Planning: Consolidating action changes ... Done
37232024-09-23T22:20:27.133Z[ recovery-image] Sep 23 22:20:25.804 INFO O| Sep 23 22:20:25.804 INFO O| Planning: Evaluating mediators ... Done
37242024-09-23T22:20:27.136Z[ recovery-image] Sep 23 22:20:25.805 INFO O| Sep 23 22:20:25.805 INFO O| Planning: Planning completed in 3.46 seconds
37252024-09-23T22:20:27.138Z[ recovery-image] Sep 23 22:20:25.807 INFO O| Sep 23 22:20:25.807 INFO O| Packages to install: 1
37262024-09-23T22:20:27.156Z[ recovery-image] Sep 23 22:20:25.827 INFO O| Sep 23 22:20:25.827 INFO O| Download: 0/4 items 0.0/20.8MB 0% complete
37272024-09-23T22:20:27.545Z[ recovery-image] Sep 23 22:20:26.214 INFO O| Sep 23 22:20:26.214 INFO O| Download: Completed 20.80 MB in 0.39 seconds (53.7M/s)
37282024-09-23T22:20:27.587Z[ recovery-image] Sep 23 22:20:26.257 INFO O| Sep 23 22:20:26.257 INFO O| Actions: 1/22 actions (Installing new actions)
37292024-09-23T22:20:28.322Z[ recovery-image] Sep 23 22:20:26.994 INFO O| Sep 23 22:20:26.993 INFO O| Actions: Completed 22 actions in 0.74 seconds.
37302024-09-23T22:20:28.704Z[ recovery-image] Sep 23 22:20:27.375 INFO O| Sep 23 22:20:27.375 INFO O| Done
37312024-09-23T22:20:28.704Z[ recovery-image] Sep 23 22:20:27.375 INFO O| Sep 23 22:20:27.375 INFO O| Done
37322024-09-23T22:20:29.499Z[ recovery-image] Sep 23 22:20:28.161 INFO O| Sep 23 22:20:28.161 INFO O| Done
37332024-09-23T22:20:30.754Z[ host-image] Sep 23 22:20:29.425 INFO O| Sep 23 22:20:29.425 INFO O| Done
37342024-09-23T22:20:31.412Z[ recovery-image] Sep 23 22:20:30.083 INFO O| Sep 23 22:20:30.083 INFO O| Done
37352024-09-23T22:20:31.450Z[ recovery-image] Sep 23 22:20:30.121 INFO O| Sep 23 22:20:30.121 INFO O| Done
37362024-09-23T22:20:31.450Z[ recovery-image] Sep 23 22:20:30.121 INFO O| Sep 23 22:20:30.121 INFO O| Done
37372024-09-23T22:20:31.484Z[ recovery-image] Sep 23 22:20:30.153 INFO O| Sep 23 22:20:30.153 INFO O| Done
37382024-09-23T22:20:31.664Z[ recovery-image] Sep 23 22:20:30.333 INFO O| Sep 23 22:20:30.333 INFO STEP 14 (pkg_install) COMPLETE
37392024-09-23T22:20:31.664Z[ recovery-image] Sep 23 22:20:30.333 INFO O| Sep 23 22:20:30.333 INFO STEP 15: pkg_install, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
37402024-09-23T22:20:31.664Z[ recovery-image] Sep 23 22:20:30.333 INFO O| Sep 23 22:20:30.333 INFO skip step because feature "mfg" is not enabled
37412024-09-23T22:20:31.667Z[ recovery-image] Sep 23 22:20:30.333 INFO O| Sep 23 22:20:30.333 INFO STEP 16: pkg_install, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
37422024-09-23T22:20:31.667Z[ recovery-image] Sep 23 22:20:30.333 INFO O| Sep 23 22:20:30.333 INFO skip step because feature "compliance" is not enabled
37432024-09-23T22:20:31.667Z[ recovery-image] Sep 23 22:20:30.333 INFO O| Sep 23 22:20:30.333 INFO STEP 17: pkg_install, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
37442024-09-23T22:20:31.667Z[ recovery-image] Sep 23 22:20:30.333 INFO O| Sep 23 22:20:30.333 INFO skip step because feature "stress" is not enabled
37452024-09-23T22:20:31.667Z[ recovery-image] Sep 23 22:20:30.333 INFO O| Sep 23 22:20:30.333 INFO STEP 18: pkg_install, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
37462024-09-23T22:20:31.667Z[ recovery-image] Sep 23 22:20:30.333 INFO O| Sep 23 22:20:30.333 INFO skip step because feature "nfs" is not enabled
37472024-09-23T22:20:31.668Z[ recovery-image] Sep 23 22:20:30.333 INFO O| Sep 23 22:20:30.333 INFO creating output snapshot rpool/images/build/recovery/work/gimlet/ramdisk@os
37482024-09-23T22:20:31.668Z[ recovery-image] Sep 23 22:20:30.333 INFO O| Sep 23 22:20:30.333 INFO CREATE SNAPSHOT: rpool/images/build/recovery/work/gimlet/ramdisk@os
37492024-09-23T22:20:31.780Z[ recovery-image] Sep 23 22:20:30.451 INFO O| Sep 23 22:20:30.451 INFO DESTROY DATASET: rpool/images/build/recovery/tmp/gimlet/ramdisk-01-os
37502024-09-23T22:20:31.914Z[ host-image] Sep 23 22:20:30.585 INFO O| Sep 23 22:20:30.585 INFO O| Done
37512024-09-23T22:20:31.922Z[ recovery-image] Sep 23 22:20:30.592 INFO O| Sep 23 22:20:30.592 INFO completed processing gimlet/ramdisk-01-os
37522024-09-23T22:20:31.925Z[ recovery-image] Sep 23 22:20:30.596 INFO image builder template: ramdisk-02-trim...
37532024-09-23T22:20:31.928Z[ recovery-image] Sep 23 22:20:30.596 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/.tmpJKYEoo/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
37542024-09-23T22:20:31.965Z[ recovery-image] Sep 23 22:20:30.637 INFO O| Sep 23 22:20:30.636 INFO temporary dataset: rpool/images/build/recovery/tmp/gimlet/ramdisk-02-trim
37552024-09-23T22:20:31.985Z[ recovery-image] Sep 23 22:20:30.656 INFO O| Sep 23 22:20:30.656 INFO CREATE DATASET: rpool/images/build/recovery/tmp/gimlet/ramdisk-02-trim
37562024-09-23T22:20:32.273Z[ host-image] Sep 23 22:20:30.944 INFO O| Sep 23 22:20:30.944 INFO STEP 11 (pkg_install) COMPLETE
37572024-09-23T22:20:32.274Z[ host-image] Sep 23 22:20:30.944 INFO O| Sep 23 22:20:30.944 INFO STEP 12: pkg_install, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
37582024-09-23T22:20:32.294Z[ host-image] Sep 23 22:20:30.966 INFO O| Sep 23 22:20:30.966 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/host/work/gimlet/ramdisk", "install", "/system/man", "/developer/object-file", "/system/ksensor", "/driver/cpu/sensor"]
37592024-09-23T22:20:32.391Z[ recovery-image] Sep 23 22:20:31.059 INFO O| Sep 23 22:20:31.059 INFO SET DATASET PROPERTY ON rpool/images/build/recovery/tmp/gimlet/ramdisk-02-trim: sync = disabled
37602024-09-23T22:20:32.503Z[ recovery-image] Sep 23 22:20:31.174 INFO O| Sep 23 22:20:31.174 INFO temporary directory: /rpool/images/build/recovery/tmp/gimlet/ramdisk-02-trim
37612024-09-23T22:20:32.506Z[ recovery-image] Sep 23 22:20:31.174 INFO O| Sep 23 22:20:31.174 INFO work dataset: rpool/images/build/recovery/work/gimlet/ramdisk
37622024-09-23T22:20:32.515Z[ recovery-image] Sep 23 22:20:31.187 INFO O| Sep 23 22:20:31.186 INFO looking for output snapshot rpool/images/build/recovery/work/gimlet/ramdisk@trim
37632024-09-23T22:20:32.525Z[ recovery-image] Sep 23 22:20:31.196 INFO O| Sep 23 22:20:31.196 INFO looking for input snapshot rpool/images/build/recovery/work/gimlet/ramdisk@os
37642024-09-23T22:20:32.536Z[ recovery-image] Sep 23 22:20:31.207 INFO O| Sep 23 22:20:31.207 INFO ROLLBACK TO SNAPSHOT: rpool/images/build/recovery/work/gimlet/ramdisk@os
37652024-09-23T22:20:32.933Z[ recovery-image] Sep 23 22:20:31.604 INFO O| Sep 23 22:20:31.604 INFO rolled back to input snapshot; work may begin
37662024-09-23T22:20:32.933Z[ recovery-image] Sep 23 22:20:31.604 INFO O| Sep 23 22:20:31.604 INFO CREATE DATASET: rpool/images/build/recovery/work/gimlet/ramdisk
37672024-09-23T22:20:32.981Z[ recovery-image] Sep 23 22:20:31.651 INFO O| Sep 23 22:20:31.651 INFO STEP 0: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
37682024-09-23T22:20:33.005Z[ recovery-image] Sep 23 22:20:31.676 INFO O| Sep 23 22:20:31.676 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/var/pkg"
37692024-09-23T22:20:33.291Z[ recovery-image] Sep 23 22:20:31.962 INFO O| Sep 23 22:20:31.961 INFO STEP 0 (remove_files) COMPLETE
37702024-09-23T22:20:33.291Z[ recovery-image] Sep 23 22:20:31.962 INFO O| Sep 23 22:20:31.961 INFO STEP 1: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
37712024-09-23T22:20:33.327Z[ recovery-image] Sep 23 22:20:31.998 INFO O| Sep 23 22:20:31.998 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/xpg4"
37722024-09-23T22:20:33.331Z[ recovery-image] Sep 23 22:20:32.002 INFO O| Sep 23 22:20:32.002 INFO STEP 1 (remove_files) COMPLETE
37732024-09-23T22:20:33.332Z[ recovery-image] Sep 23 22:20:32.002 INFO O| Sep 23 22:20:32.002 INFO STEP 2: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
37742024-09-23T22:20:33.356Z[ recovery-image] Sep 23 22:20:32.026 INFO O| Sep 23 22:20:32.026 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/include"
37752024-09-23T22:20:33.388Z[ recovery-image] Sep 23 22:20:32.059 INFO O| Sep 23 22:20:32.059 INFO STEP 2 (remove_files) COMPLETE
37762024-09-23T22:20:33.389Z[ recovery-image] Sep 23 22:20:32.059 INFO O| Sep 23 22:20:32.059 INFO STEP 3: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
37772024-09-23T22:20:33.413Z[ host-image] Sep 23 22:20:32.083 INFO O| Sep 23 22:20:32.083 INFO O| Startup: Refreshing catalog 'helios-dev' ... Done
37782024-09-23T22:20:33.415Z[ recovery-image] Sep 23 22:20:32.084 INFO O| Sep 23 22:20:32.084 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/demo"
37792024-09-23T22:20:33.424Z[ recovery-image] Sep 23 22:20:32.094 INFO O| Sep 23 22:20:32.094 INFO STEP 3 (remove_files) COMPLETE
37802024-09-23T22:20:33.424Z[ recovery-image] Sep 23 22:20:32.094 INFO O| Sep 23 22:20:32.094 INFO STEP 4: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
37812024-09-23T22:20:33.460Z[ recovery-image] Sep 23 22:20:32.131 INFO O| Sep 23 22:20:32.131 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/help"
37822024-09-23T22:20:33.470Z[ recovery-image] Sep 23 22:20:32.141 INFO O| Sep 23 22:20:32.141 INFO STEP 4 (remove_files) COMPLETE
37832024-09-23T22:20:33.470Z[ recovery-image] Sep 23 22:20:32.141 INFO O| Sep 23 22:20:32.141 INFO STEP 5: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
37842024-09-23T22:20:33.504Z[ recovery-image] Sep 23 22:20:32.175 INFO O| Sep 23 22:20:32.175 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/share/doc"
37852024-09-23T22:20:33.507Z[ recovery-image] Sep 23 22:20:32.176 INFO O| Sep 23 22:20:32.175 INFO STEP 5 (remove_files) COMPLETE
37862024-09-23T22:20:33.507Z[ recovery-image] Sep 23 22:20:32.176 INFO O| Sep 23 22:20:32.176 INFO STEP 6: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
37872024-09-23T22:20:33.569Z[ recovery-image] Sep 23 22:20:32.237 INFO O| Sep 23 22:20:32.237 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/share/bash-completion"
37882024-09-23T22:20:33.610Z[ recovery-image] Sep 23 22:20:32.265 INFO O| Sep 23 22:20:32.264 INFO STEP 6 (remove_files) COMPLETE
37892024-09-23T22:20:33.610Z[ recovery-image] Sep 23 22:20:32.265 INFO O| Sep 23 22:20:32.265 INFO STEP 7: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
37902024-09-23T22:20:33.620Z[ recovery-image] Sep 23 22:20:32.265 INFO O| Sep 23 22:20:32.265 INFO skip step because feature "recovery" is enabled
37912024-09-23T22:20:33.620Z[ recovery-image] Sep 23 22:20:32.265 INFO O| Sep 23 22:20:32.265 INFO STEP 8: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
37922024-09-23T22:20:33.620Z[ recovery-image] Sep 23 22:20:32.265 INFO O| Sep 23 22:20:32.265 INFO skip step because feature "recovery" is enabled
37932024-09-23T22:20:33.620Z[ recovery-image] Sep 23 22:20:32.265 INFO O| Sep 23 22:20:32.265 INFO STEP 9: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
37942024-09-23T22:20:33.620Z[ recovery-image] Sep 23 22:20:32.265 INFO O| Sep 23 22:20:32.265 INFO skip step because feature "recovery" is enabled
37952024-09-23T22:20:33.620Z[ recovery-image] Sep 23 22:20:32.265 INFO O| Sep 23 22:20:32.265 INFO STEP 10: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
37962024-09-23T22:20:33.669Z[ recovery-image] Sep 23 22:20:32.340 INFO O| Sep 23 22:20:32.340 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/etc/net-snmp"
37972024-09-23T22:20:33.677Z[ recovery-image] Sep 23 22:20:32.348 INFO O| Sep 23 22:20:32.348 INFO STEP 10 (remove_files) COMPLETE
37982024-09-23T22:20:33.679Z[ recovery-image] Sep 23 22:20:32.348 INFO O| Sep 23 22:20:32.348 INFO STEP 11: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
37992024-09-23T22:20:33.716Z[ recovery-image] Sep 23 22:20:32.387 INFO O| Sep 23 22:20:32.387 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/i386"
38002024-09-23T22:20:33.719Z[ recovery-image] Sep 23 22:20:32.389 INFO O| Sep 23 22:20:32.389 INFO STEP 11 (remove_files) COMPLETE
38012024-09-23T22:20:33.719Z[ recovery-image] Sep 23 22:20:32.389 INFO O| Sep 23 22:20:32.389 INFO STEP 12: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
38022024-09-23T22:20:33.756Z[ recovery-image] Sep 23 22:20:32.427 INFO O| Sep 23 22:20:32.426 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/platform/i86xpv"
38032024-09-23T22:20:33.761Z[ recovery-image] Sep 23 22:20:32.429 INFO O| Sep 23 22:20:32.429 INFO STEP 12 (remove_files) COMPLETE
38042024-09-23T22:20:33.761Z[ recovery-image] Sep 23 22:20:32.429 INFO O| Sep 23 22:20:32.429 INFO STEP 13: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
38052024-09-23T22:20:33.780Z[ recovery-image] Sep 23 22:20:32.451 INFO O| Sep 23 22:20:32.451 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/opt/ooce/jq/lib/amd64/libjq.a"
38062024-09-23T22:20:34.076Z[ recovery-image] Sep 23 22:20:32.748 INFO O| Sep 23 22:20:32.747 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/libncurses++.a"
38072024-09-23T22:20:34.083Z[ recovery-image] Sep 23 22:20:32.754 INFO O| Sep 23 22:20:32.754 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/libtddl.a"
38082024-09-23T22:20:34.087Z[ recovery-image] Sep 23 22:20:32.759 INFO O| Sep 23 22:20:32.758 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libtddl.a"
38092024-09-23T22:20:34.090Z[ recovery-image] Sep 23 22:20:32.761 INFO O| Sep 23 22:20:32.761 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libncurses++.a"
38102024-09-23T22:20:34.279Z[ recovery-image] Sep 23 22:20:32.950 INFO O| Sep 23 22:20:32.950 INFO STEP 13 (remove_files) COMPLETE
38112024-09-23T22:20:34.279Z[ recovery-image] Sep 23 22:20:32.950 INFO O| Sep 23 22:20:32.950 INFO STEP 14: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
38122024-09-23T22:20:34.313Z[ recovery-image] Sep 23 22:20:32.984 INFO O| Sep 23 22:20:32.984 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/boot"
38132024-09-23T22:20:34.316Z[ recovery-image] Sep 23 22:20:32.986 INFO O| Sep 23 22:20:32.986 INFO STEP 14 (remove_files) COMPLETE
38142024-09-23T22:20:34.316Z[ recovery-image] Sep 23 22:20:32.986 INFO O| Sep 23 22:20:32.986 INFO STEP 15: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
38152024-09-23T22:20:34.374Z[ recovery-image] Sep 23 22:20:33.045 INFO O| Sep 23 22:20:33.044 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/platform/i86pc"
38162024-09-23T22:20:34.597Z[ recovery-image] Sep 23 22:20:33.057 INFO O| Sep 23 22:20:33.056 INFO STEP 15 (remove_files) COMPLETE
38172024-09-23T22:20:34.597Z[ recovery-image] Sep 23 22:20:33.057 INFO O| Sep 23 22:20:33.056 INFO STEP 16: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
38182024-09-23T22:20:34.603Z[ recovery-image] Sep 23 22:20:33.108 INFO O| Sep 23 22:20:33.107 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/platform/i86xpv"
38192024-09-23T22:20:34.603Z[ recovery-image] Sep 23 22:20:33.108 INFO O| Sep 23 22:20:33.108 INFO STEP 16 (remove_files) COMPLETE
38202024-09-23T22:20:34.603Z[ recovery-image] Sep 23 22:20:33.108 INFO O| Sep 23 22:20:33.108 INFO STEP 17: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
38212024-09-23T22:20:34.603Z[ recovery-image] Sep 23 22:20:33.134 INFO O| Sep 23 22:20:33.134 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/platform/i86pc"
38222024-09-23T22:20:34.603Z[ recovery-image] Sep 23 22:20:33.137 INFO O| Sep 23 22:20:33.137 INFO STEP 17 (remove_files) COMPLETE
38232024-09-23T22:20:34.603Z[ recovery-image] Sep 23 22:20:33.137 INFO O| Sep 23 22:20:33.137 INFO STEP 18: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
38242024-09-23T22:20:34.603Z[ recovery-image] Sep 23 22:20:33.174 INFO O| Sep 23 22:20:33.174 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/misc/amd64/acpica"
38252024-09-23T22:20:34.604Z[ recovery-image] Sep 23 22:20:33.174 INFO O| Sep 23 22:20:33.174 INFO STEP 18 (remove_files) COMPLETE
38262024-09-23T22:20:34.604Z[ recovery-image] Sep 23 22:20:33.174 INFO O| Sep 23 22:20:33.174 INFO STEP 19: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
38272024-09-23T22:20:34.604Z[ recovery-image] Sep 23 22:20:33.196 INFO O| Sep 23 22:20:33.196 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/misc/amd64/tem"
38282024-09-23T22:20:34.604Z[ recovery-image] Sep 23 22:20:33.196 INFO O| Sep 23 22:20:33.196 INFO STEP 19 (remove_files) COMPLETE
38292024-09-23T22:20:34.604Z[ recovery-image] Sep 23 22:20:33.196 INFO O| Sep 23 22:20:33.196 INFO STEP 20: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
38302024-09-23T22:20:34.604Z[ recovery-image] Sep 23 22:20:33.226 INFO O| Sep 23 22:20:33.226 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/misc/amd64/kbtrans"
38312024-09-23T22:20:34.604Z[ recovery-image] Sep 23 22:20:33.226 INFO O| Sep 23 22:20:33.226 INFO STEP 20 (remove_files) COMPLETE
38322024-09-23T22:20:34.604Z[ recovery-image] Sep 23 22:20:33.227 INFO O| Sep 23 22:20:33.227 INFO STEP 21: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
38332024-09-23T22:20:34.604Z[ recovery-image] Sep 23 22:20:33.260 INFO O| Sep 23 22:20:33.260 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/wc"
38342024-09-23T22:20:34.604Z[ recovery-image] Sep 23 22:20:33.260 INFO O| Sep 23 22:20:33.260 INFO STEP 21 (remove_files) COMPLETE
38352024-09-23T22:20:34.604Z[ recovery-image] Sep 23 22:20:33.261 INFO O| Sep 23 22:20:33.260 INFO STEP 22: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
38362024-09-23T22:20:34.610Z[ recovery-image] Sep 23 22:20:33.281 INFO O| Sep 23 22:20:33.281 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/acpi_drv"
38372024-09-23T22:20:34.613Z[ recovery-image] Sep 23 22:20:33.281 INFO O| Sep 23 22:20:33.281 INFO STEP 22 (remove_files) COMPLETE
38382024-09-23T22:20:34.613Z[ recovery-image] Sep 23 22:20:33.281 INFO O| Sep 23 22:20:33.281 INFO STEP 23: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
38392024-09-23T22:20:34.629Z[ recovery-image] Sep 23 22:20:33.300 INFO O| Sep 23 22:20:33.300 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/conskbd"
38402024-09-23T22:20:34.632Z[ recovery-image] Sep 23 22:20:33.301 INFO O| Sep 23 22:20:33.300 INFO STEP 23 (remove_files) COMPLETE
38412024-09-23T22:20:34.632Z[ recovery-image] Sep 23 22:20:33.301 INFO O| Sep 23 22:20:33.301 INFO STEP 24: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
38422024-09-23T22:20:34.654Z[ recovery-image] Sep 23 22:20:33.320 INFO O| Sep 23 22:20:33.320 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/tzmon"
38432024-09-23T22:20:34.654Z[ recovery-image] Sep 23 22:20:33.321 INFO O| Sep 23 22:20:33.321 INFO STEP 24 (remove_files) COMPLETE
38442024-09-23T22:20:34.658Z[ recovery-image] Sep 23 22:20:33.321 INFO O| Sep 23 22:20:33.321 INFO STEP 25: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
38452024-09-23T22:20:34.670Z[ recovery-image] Sep 23 22:20:33.341 INFO O| Sep 23 22:20:33.341 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/power"
38462024-09-23T22:20:34.680Z[ recovery-image] Sep 23 22:20:33.341 INFO O| Sep 23 22:20:33.341 INFO STEP 25 (remove_files) COMPLETE
38472024-09-23T22:20:34.680Z[ recovery-image] Sep 23 22:20:33.341 INFO O| Sep 23 22:20:33.341 INFO STEP 26: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
38482024-09-23T22:20:34.691Z[ recovery-image] Sep 23 22:20:33.363 INFO O| Sep 23 22:20:33.362 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/audio"
38492024-09-23T22:20:34.694Z[ recovery-image] Sep 23 22:20:33.363 INFO O| Sep 23 22:20:33.363 INFO STEP 26 (remove_files) COMPLETE
38502024-09-23T22:20:34.694Z[ recovery-image] Sep 23 22:20:33.363 INFO O| Sep 23 22:20:33.363 INFO STEP 27: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
38512024-09-23T22:20:34.731Z[ recovery-image] Sep 23 22:20:33.401 INFO O| Sep 23 22:20:33.401 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/audio1575"
38522024-09-23T22:20:34.734Z[ recovery-image] Sep 23 22:20:33.401 INFO O| Sep 23 22:20:33.401 INFO STEP 27 (remove_files) COMPLETE
38532024-09-23T22:20:34.734Z[ recovery-image] Sep 23 22:20:33.401 INFO O| Sep 23 22:20:33.401 INFO STEP 28: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
38542024-09-23T22:20:34.762Z[ recovery-image] Sep 23 22:20:33.433 INFO O| Sep 23 22:20:33.433 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/audioens"
38552024-09-23T22:20:34.762Z[ recovery-image] Sep 23 22:20:33.433 INFO O| Sep 23 22:20:33.433 INFO STEP 28 (remove_files) COMPLETE
38562024-09-23T22:20:34.765Z[ recovery-image] Sep 23 22:20:33.433 INFO O| Sep 23 22:20:33.433 INFO STEP 29: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
38572024-09-23T22:20:34.787Z[ recovery-image] Sep 23 22:20:33.458 INFO O| Sep 23 22:20:33.458 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/audiopci"
38582024-09-23T22:20:34.787Z[ recovery-image] Sep 23 22:20:33.459 INFO O| Sep 23 22:20:33.458 INFO STEP 29 (remove_files) COMPLETE
38592024-09-23T22:20:34.787Z[ recovery-image] Sep 23 22:20:33.459 INFO O| Sep 23 22:20:33.459 INFO STEP 30: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
38602024-09-23T22:20:34.811Z[ recovery-image] Sep 23 22:20:33.482 INFO O| Sep 23 22:20:33.482 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/audiots"
38612024-09-23T22:20:34.811Z[ recovery-image] Sep 23 22:20:33.483 INFO O| Sep 23 22:20:33.482 INFO STEP 30 (remove_files) COMPLETE
38622024-09-23T22:20:34.811Z[ recovery-image] Sep 23 22:20:33.483 INFO O| Sep 23 22:20:33.483 INFO STEP 31: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
38632024-09-23T22:20:34.876Z[ recovery-image] Sep 23 22:20:33.547 INFO O| Sep 23 22:20:33.547 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/ehci"
38642024-09-23T22:20:34.876Z[ recovery-image] Sep 23 22:20:33.547 INFO O| Sep 23 22:20:33.547 INFO STEP 31 (remove_files) COMPLETE
38652024-09-23T22:20:34.876Z[ recovery-image] Sep 23 22:20:33.547 INFO O| Sep 23 22:20:33.547 INFO STEP 32: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
38662024-09-23T22:20:34.896Z[ recovery-image] Sep 23 22:20:33.567 INFO O| Sep 23 22:20:33.567 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/hid"
38672024-09-23T22:20:34.896Z[ recovery-image] Sep 23 22:20:33.567 INFO O| Sep 23 22:20:33.567 INFO STEP 32 (remove_files) COMPLETE
38682024-09-23T22:20:34.899Z[ recovery-image] Sep 23 22:20:33.567 INFO O| Sep 23 22:20:33.567 INFO STEP 33: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
38692024-09-23T22:20:34.915Z[ recovery-image] Sep 23 22:20:33.586 INFO O| Sep 23 22:20:33.586 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/hubd"
38702024-09-23T22:20:34.915Z[ recovery-image] Sep 23 22:20:33.586 INFO O| Sep 23 22:20:33.586 INFO STEP 33 (remove_files) COMPLETE
38712024-09-23T22:20:34.918Z[ recovery-image] Sep 23 22:20:33.586 INFO O| Sep 23 22:20:33.586 INFO STEP 34: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
38722024-09-23T22:20:34.936Z[ recovery-image] Sep 23 22:20:33.607 INFO O| Sep 23 22:20:33.607 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/ohci"
38732024-09-23T22:20:34.936Z[ recovery-image] Sep 23 22:20:33.607 INFO O| Sep 23 22:20:33.607 INFO STEP 34 (remove_files) COMPLETE
38742024-09-23T22:20:34.939Z[ recovery-image] Sep 23 22:20:33.607 INFO O| Sep 23 22:20:33.607 INFO STEP 35: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
38752024-09-23T22:20:34.957Z[ recovery-image] Sep 23 22:20:33.628 INFO O| Sep 23 22:20:33.628 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/scsa2usb"
38762024-09-23T22:20:34.957Z[ recovery-image] Sep 23 22:20:33.628 INFO O| Sep 23 22:20:33.628 INFO STEP 35 (remove_files) COMPLETE
38772024-09-23T22:20:34.957Z[ recovery-image] Sep 23 22:20:33.628 INFO O| Sep 23 22:20:33.628 INFO STEP 36: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
38782024-09-23T22:20:34.988Z[ recovery-image] Sep 23 22:20:33.659 INFO O| Sep 23 22:20:33.659 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/uhci"
38792024-09-23T22:20:34.990Z[ recovery-image] Sep 23 22:20:33.659 INFO O| Sep 23 22:20:33.659 INFO STEP 36 (remove_files) COMPLETE
38802024-09-23T22:20:34.990Z[ recovery-image] Sep 23 22:20:33.659 INFO O| Sep 23 22:20:33.659 INFO STEP 37: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
38812024-09-23T22:20:35.027Z[ recovery-image] Sep 23 22:20:33.698 INFO O| Sep 23 22:20:33.698 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/usb_ac"
38822024-09-23T22:20:35.030Z[ recovery-image] Sep 23 22:20:33.698 INFO O| Sep 23 22:20:33.698 INFO STEP 37 (remove_files) COMPLETE
38832024-09-23T22:20:35.030Z[ recovery-image] Sep 23 22:20:33.699 INFO O| Sep 23 22:20:33.698 INFO STEP 38: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
38842024-09-23T22:20:35.050Z[ recovery-image] Sep 23 22:20:33.722 INFO O| Sep 23 22:20:33.721 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/usb_as"
38852024-09-23T22:20:35.055Z[ recovery-image] Sep 23 22:20:33.722 INFO O| Sep 23 22:20:33.722 INFO STEP 38 (remove_files) COMPLETE
38862024-09-23T22:20:35.055Z[ recovery-image] Sep 23 22:20:33.722 INFO O| Sep 23 22:20:33.722 INFO STEP 39: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
38872024-09-23T22:20:35.073Z[ recovery-image] Sep 23 22:20:33.744 INFO O| Sep 23 22:20:33.744 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/usb_ia"
38882024-09-23T22:20:35.073Z[ recovery-image] Sep 23 22:20:33.744 INFO O| Sep 23 22:20:33.744 INFO STEP 39 (remove_files) COMPLETE
38892024-09-23T22:20:35.075Z[ recovery-image] Sep 23 22:20:33.744 INFO O| Sep 23 22:20:33.744 INFO STEP 40: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
38902024-09-23T22:20:35.095Z[ recovery-image] Sep 23 22:20:33.766 INFO O| Sep 23 22:20:33.766 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/usb_mid"
38912024-09-23T22:20:35.095Z[ recovery-image] Sep 23 22:20:33.766 INFO O| Sep 23 22:20:33.766 INFO STEP 40 (remove_files) COMPLETE
38922024-09-23T22:20:35.098Z[ recovery-image] Sep 23 22:20:33.766 INFO O| Sep 23 22:20:33.766 INFO STEP 41: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
38932024-09-23T22:20:35.115Z[ recovery-image] Sep 23 22:20:33.786 INFO O| Sep 23 22:20:33.786 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/usbprn"
38942024-09-23T22:20:35.115Z[ recovery-image] Sep 23 22:20:33.787 INFO O| Sep 23 22:20:33.786 INFO STEP 41 (remove_files) COMPLETE
38952024-09-23T22:20:35.118Z[ recovery-image] Sep 23 22:20:33.787 INFO O| Sep 23 22:20:33.786 INFO STEP 42: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
38962024-09-23T22:20:35.133Z[ recovery-image] Sep 23 22:20:33.804 INFO O| Sep 23 22:20:33.804 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/xhci"
38972024-09-23T22:20:35.133Z[ recovery-image] Sep 23 22:20:33.804 INFO O| Sep 23 22:20:33.804 INFO STEP 42 (remove_files) COMPLETE
38982024-09-23T22:20:35.136Z[ recovery-image] Sep 23 22:20:33.804 INFO O| Sep 23 22:20:33.804 INFO STEP 43: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
38992024-09-23T22:20:35.194Z[ recovery-image] Sep 23 22:20:33.866 INFO O| Sep 23 22:20:33.865 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/intel_nhm"
39002024-09-23T22:20:35.194Z[ recovery-image] Sep 23 22:20:33.866 INFO O| Sep 23 22:20:33.866 INFO STEP 43 (remove_files) COMPLETE
39012024-09-23T22:20:35.197Z[ recovery-image] Sep 23 22:20:33.866 INFO O| Sep 23 22:20:33.866 INFO STEP 44: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
39022024-09-23T22:20:35.215Z[ recovery-image] Sep 23 22:20:33.886 INFO O| Sep 23 22:20:33.886 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/intel_nb5000"
39032024-09-23T22:20:35.215Z[ recovery-image] Sep 23 22:20:33.886 INFO O| Sep 23 22:20:33.886 INFO STEP 44 (remove_files) COMPLETE
39042024-09-23T22:20:35.215Z[ recovery-image] Sep 23 22:20:33.886 INFO O| Sep 23 22:20:33.886 INFO STEP 45: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
39052024-09-23T22:20:35.238Z[ recovery-image] Sep 23 22:20:33.909 INFO O| Sep 23 22:20:33.909 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/mc-amd"
39062024-09-23T22:20:35.410Z[ recovery-image] Sep 23 22:20:33.909 INFO O| Sep 23 22:20:33.909 INFO STEP 45 (remove_files) COMPLETE
39072024-09-23T22:20:35.410Z[ recovery-image] Sep 23 22:20:33.909 INFO O| Sep 23 22:20:33.909 INFO STEP 46: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
39082024-09-23T22:20:35.410Z[ recovery-image] Sep 23 22:20:33.931 INFO O| Sep 23 22:20:33.931 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/acpi_toshiba"
39092024-09-23T22:20:35.413Z[ recovery-image] Sep 23 22:20:33.931 INFO O| Sep 23 22:20:33.931 INFO STEP 46 (remove_files) COMPLETE
39102024-09-23T22:20:35.413Z[ recovery-image] Sep 23 22:20:33.932 INFO O| Sep 23 22:20:33.931 INFO STEP 47: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
39112024-09-23T22:20:35.413Z[ recovery-image] Sep 23 22:20:34.082 INFO O| Sep 23 22:20:34.082 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/intel_nhmex"
39122024-09-23T22:20:35.413Z[ recovery-image] Sep 23 22:20:34.082 INFO O| Sep 23 22:20:34.082 INFO STEP 47 (remove_files) COMPLETE
39132024-09-23T22:20:35.413Z[ recovery-image] Sep 23 22:20:34.082 INFO O| Sep 23 22:20:34.082 INFO STEP 48: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
39142024-09-23T22:20:35.451Z[ recovery-image] Sep 23 22:20:34.122 INFO O| Sep 23 22:20:34.122 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/intel_nhmex.conf"
39152024-09-23T22:20:35.451Z[ recovery-image] Sep 23 22:20:34.122 INFO O| Sep 23 22:20:34.122 INFO STEP 48 (remove_files) COMPLETE
39162024-09-23T22:20:35.454Z[ recovery-image] Sep 23 22:20:34.122 INFO O| Sep 23 22:20:34.122 INFO STEP 49: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
39172024-09-23T22:20:35.469Z[ recovery-image] Sep 23 22:20:34.141 INFO O| Sep 23 22:20:34.141 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/mpt"
39182024-09-23T22:20:35.469Z[ recovery-image] Sep 23 22:20:34.141 INFO O| Sep 23 22:20:34.141 INFO STEP 49 (remove_files) COMPLETE
39192024-09-23T22:20:35.469Z[ recovery-image] Sep 23 22:20:34.141 INFO O| Sep 23 22:20:34.141 INFO STEP 50: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
39202024-09-23T22:20:35.507Z[ recovery-image] Sep 23 22:20:34.178 INFO O| Sep 23 22:20:34.177 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/mpt.conf"
39212024-09-23T22:20:35.507Z[ recovery-image] Sep 23 22:20:34.178 INFO O| Sep 23 22:20:34.178 INFO STEP 50 (remove_files) COMPLETE
39222024-09-23T22:20:35.507Z[ recovery-image] Sep 23 22:20:34.178 INFO O| Sep 23 22:20:34.178 INFO STEP 51: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
39232024-09-23T22:20:35.529Z[ recovery-image] Sep 23 22:20:34.200 INFO O| Sep 23 22:20:34.200 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/plugins/ses-log-transport.so"
39242024-09-23T22:20:35.532Z[ recovery-image] Sep 23 22:20:34.200 INFO O| Sep 23 22:20:34.200 INFO STEP 51 (remove_files) COMPLETE
39252024-09-23T22:20:35.532Z[ recovery-image] Sep 23 22:20:34.201 INFO O| Sep 23 22:20:34.200 INFO STEP 52: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
39262024-09-23T22:20:35.618Z[ recovery-image] Sep 23 22:20:34.289 INFO O| Sep 23 22:20:34.289 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/plugins/ses-log-transport.conf"
39272024-09-23T22:20:35.619Z[ recovery-image] Sep 23 22:20:34.289 INFO O| Sep 23 22:20:34.289 INFO STEP 52 (remove_files) COMPLETE
39282024-09-23T22:20:35.621Z[ recovery-image] Sep 23 22:20:34.289 INFO O| Sep 23 22:20:34.289 INFO STEP 53: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
39292024-09-23T22:20:35.654Z[ recovery-image] Sep 23 22:20:34.325 INFO O| Sep 23 22:20:34.325 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/sbin/bootadm"
39302024-09-23T22:20:35.654Z[ recovery-image] Sep 23 22:20:34.325 INFO O| Sep 23 22:20:34.325 INFO STEP 53 (remove_files) COMPLETE
39312024-09-23T22:20:35.656Z[ recovery-image] Sep 23 22:20:34.325 INFO O| Sep 23 22:20:34.325 INFO STEP 54: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
39322024-09-23T22:20:35.675Z[ recovery-image] Sep 23 22:20:34.345 INFO O| Sep 23 22:20:34.345 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/bootadm"
39332024-09-23T22:20:35.675Z[ recovery-image] Sep 23 22:20:34.345 INFO O| Sep 23 22:20:34.345 INFO STEP 54 (remove_files) COMPLETE
39342024-09-23T22:20:35.678Z[ recovery-image] Sep 23 22:20:34.345 INFO O| Sep 23 22:20:34.345 INFO STEP 55: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
39352024-09-23T22:20:35.693Z[ recovery-image] Sep 23 22:20:34.364 INFO O| Sep 23 22:20:34.364 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/sbin/beadm"
39362024-09-23T22:20:35.693Z[ recovery-image] Sep 23 22:20:34.364 INFO O| Sep 23 22:20:34.364 INFO STEP 55 (remove_files) COMPLETE
39372024-09-23T22:20:35.693Z[ recovery-image] Sep 23 22:20:34.364 INFO O| Sep 23 22:20:34.364 INFO STEP 56: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
39382024-09-23T22:20:35.732Z[ recovery-image] Sep 23 22:20:34.403 INFO O| Sep 23 22:20:34.403 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/beadm"
39392024-09-23T22:20:35.735Z[ recovery-image] Sep 23 22:20:34.403 INFO O| Sep 23 22:20:34.403 INFO STEP 56 (remove_files) COMPLETE
39402024-09-23T22:20:35.735Z[ recovery-image] Sep 23 22:20:34.403 INFO O| Sep 23 22:20:34.403 INFO STEP 57: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
39412024-09-23T22:20:35.755Z[ recovery-image] Sep 23 22:20:34.427 INFO O| Sep 23 22:20:34.426 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/etc/default/tar"
39422024-09-23T22:20:35.755Z[ recovery-image] Sep 23 22:20:34.427 INFO O| Sep 23 22:20:34.427 INFO STEP 57 (remove_files) COMPLETE
39432024-09-23T22:20:35.755Z[ recovery-image] Sep 23 22:20:34.427 INFO O| Sep 23 22:20:34.427 INFO STEP 58: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
39442024-09-23T22:20:35.778Z[ recovery-image] Sep 23 22:20:34.449 INFO O| Sep 23 22:20:34.449 WARN file /rpool/images/build/recovery/work/gimlet/ramdisk/lib/svc/method/keymap exists, with wrong contents, unlinking
39452024-09-23T22:20:35.778Z[ recovery-image] Sep 23 22:20:34.449 INFO O| Sep 23 22:20:34.449 INFO writing /rpool/images/build/recovery/work/gimlet/ramdisk/lib/svc/method/keymap ...
39462024-09-23T22:20:35.781Z[ recovery-image] Sep 23 22:20:34.450 INFO O| Sep 23 22:20:34.449 INFO perms are 644, should be 755, path: /rpool/images/build/recovery/work/gimlet/ramdisk/lib/svc/method/keymap
39472024-09-23T22:20:35.781Z[ recovery-image] Sep 23 22:20:34.450 INFO O| Sep 23 22:20:34.450 INFO chmod ok, path: /rpool/images/build/recovery/work/gimlet/ramdisk/lib/svc/method/keymap
39482024-09-23T22:20:35.781Z[ recovery-image] Sep 23 22:20:34.450 INFO O| Sep 23 22:20:34.450 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/recovery/work/gimlet/ramdisk/lib/svc/method/keymap
39492024-09-23T22:20:35.781Z[ recovery-image] Sep 23 22:20:34.450 INFO O| Sep 23 22:20:34.450 INFO chown ok, path: /rpool/images/build/recovery/work/gimlet/ramdisk/lib/svc/method/keymap
39502024-09-23T22:20:35.781Z[ recovery-image] Sep 23 22:20:34.450 INFO O| Sep 23 22:20:34.450 INFO ok!
39512024-09-23T22:20:35.781Z[ recovery-image] Sep 23 22:20:34.450 INFO O| Sep 23 22:20:34.450 INFO STEP 58 (ensure_file) COMPLETE
39522024-09-23T22:20:35.781Z[ recovery-image] Sep 23 22:20:34.450 INFO O| Sep 23 22:20:34.450 INFO STEP 59: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
39532024-09-23T22:20:35.801Z[ recovery-image] Sep 23 22:20:34.472 INFO O| Sep 23 22:20:34.472 WARN file /rpool/images/build/recovery/work/gimlet/ramdisk/lib/svc/bin/rootisramdisk exists, with wrong contents, unlinking
39542024-09-23T22:20:35.801Z[ recovery-image] Sep 23 22:20:34.472 INFO O| Sep 23 22:20:34.472 INFO copying /work/oxidecomputer/helios/image/templates/files/rootisramdisk -> /rpool/images/build/recovery/work/gimlet/ramdisk/lib/svc/bin/rootisramdisk ...
39552024-09-23T22:20:35.804Z[ recovery-image] Sep 23 22:20:34.473 INFO O| Sep 23 22:20:34.473 INFO perms are 644, should be 755, path: /rpool/images/build/recovery/work/gimlet/ramdisk/lib/svc/bin/rootisramdisk
39562024-09-23T22:20:35.804Z[ recovery-image] Sep 23 22:20:34.473 INFO O| Sep 23 22:20:34.473 INFO chmod ok, path: /rpool/images/build/recovery/work/gimlet/ramdisk/lib/svc/bin/rootisramdisk
39572024-09-23T22:20:35.804Z[ recovery-image] Sep 23 22:20:34.473 INFO O| Sep 23 22:20:34.473 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/gimlet/ramdisk/lib/svc/bin/rootisramdisk
39582024-09-23T22:20:35.804Z[ recovery-image] Sep 23 22:20:34.473 INFO O| Sep 23 22:20:34.473 INFO chown ok, path: /rpool/images/build/recovery/work/gimlet/ramdisk/lib/svc/bin/rootisramdisk
39592024-09-23T22:20:35.804Z[ recovery-image] Sep 23 22:20:34.473 INFO O| Sep 23 22:20:34.473 INFO ok!
39602024-09-23T22:20:35.804Z[ recovery-image] Sep 23 22:20:34.473 INFO O| Sep 23 22:20:34.473 INFO STEP 59 (ensure_file) COMPLETE
39612024-09-23T22:20:35.804Z[ recovery-image] Sep 23 22:20:34.473 INFO O| Sep 23 22:20:34.473 INFO STEP 60: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
39622024-09-23T22:20:35.847Z[ recovery-image] Sep 23 22:20:34.518 INFO O| Sep 23 22:20:34.518 INFO file /rpool/images/build/recovery/work/gimlet/ramdisk/root/.bash_profile does not exist
39632024-09-23T22:20:35.847Z[ recovery-image] Sep 23 22:20:34.518 INFO O| Sep 23 22:20:34.518 INFO copying /work/oxidecomputer/helios/image/templates/files/bash_profile -> /rpool/images/build/recovery/work/gimlet/ramdisk/root/.bash_profile ...
39642024-09-23T22:20:35.850Z[ recovery-image] Sep 23 22:20:34.518 INFO O| Sep 23 22:20:34.518 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/ramdisk/root/.bash_profile
39652024-09-23T22:20:35.850Z[ recovery-image] Sep 23 22:20:34.518 INFO O| Sep 23 22:20:34.518 INFO ok!
39662024-09-23T22:20:35.850Z[ recovery-image] Sep 23 22:20:34.518 INFO O| Sep 23 22:20:34.518 INFO STEP 60 (ensure_file) COMPLETE
39672024-09-23T22:20:35.851Z[ recovery-image] Sep 23 22:20:34.518 INFO O| Sep 23 22:20:34.518 INFO STEP 61: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
39682024-09-23T22:20:35.880Z[ recovery-image] Sep 23 22:20:34.551 INFO O| Sep 23 22:20:34.551 WARN file /rpool/images/build/recovery/work/gimlet/ramdisk/root/.bashrc exists, with wrong contents, unlinking
39692024-09-23T22:20:35.880Z[ recovery-image] Sep 23 22:20:34.551 INFO O| Sep 23 22:20:34.551 INFO copying /work/oxidecomputer/helios/image/templates/files/bashrc -> /rpool/images/build/recovery/work/gimlet/ramdisk/root/.bashrc ...
39702024-09-23T22:20:35.883Z[ recovery-image] Sep 23 22:20:34.551 INFO O| Sep 23 22:20:34.551 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/ramdisk/root/.bashrc
39712024-09-23T22:20:35.883Z[ recovery-image] Sep 23 22:20:34.551 INFO O| Sep 23 22:20:34.551 INFO ok!
39722024-09-23T22:20:35.883Z[ recovery-image] Sep 23 22:20:34.551 INFO O| Sep 23 22:20:34.551 INFO STEP 61 (ensure_file) COMPLETE
39732024-09-23T22:20:35.883Z[ recovery-image] Sep 23 22:20:34.552 INFO O| Sep 23 22:20:34.552 INFO STEP 62: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
39742024-09-23T22:20:35.901Z[ recovery-image] Sep 23 22:20:34.572 INFO O| Sep 23 22:20:34.572 WARN file /rpool/images/build/recovery/work/gimlet/ramdisk/etc/motd exists, with wrong contents, unlinking
39752024-09-23T22:20:35.901Z[ recovery-image] Sep 23 22:20:34.572 INFO O| Sep 23 22:20:34.572 INFO copying /work/oxidecomputer/helios/image/templates/files/motd -> /rpool/images/build/recovery/work/gimlet/ramdisk/etc/motd ...
39762024-09-23T22:20:35.904Z[ recovery-image] Sep 23 22:20:34.573 INFO O| Sep 23 22:20:34.572 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/gimlet/ramdisk/etc/motd
39772024-09-23T22:20:35.904Z[ recovery-image] Sep 23 22:20:34.573 INFO O| Sep 23 22:20:34.573 INFO chown ok, path: /rpool/images/build/recovery/work/gimlet/ramdisk/etc/motd
39782024-09-23T22:20:35.904Z[ recovery-image] Sep 23 22:20:34.573 INFO O| Sep 23 22:20:34.573 INFO ok!
39792024-09-23T22:20:35.904Z[ recovery-image] Sep 23 22:20:34.573 INFO O| Sep 23 22:20:34.573 INFO STEP 62 (ensure_file) COMPLETE
39802024-09-23T22:20:35.904Z[ recovery-image] Sep 23 22:20:34.573 INFO O| Sep 23 22:20:34.573 INFO STEP 63: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
39812024-09-23T22:20:35.921Z[ recovery-image] Sep 23 22:20:34.592 INFO O| Sep 23 22:20:34.592 INFO file /rpool/images/build/recovery/work/gimlet/ramdisk/etc/system.d/zfs:dbuf does not exist
39822024-09-23T22:20:35.924Z[ recovery-image] Sep 23 22:20:34.592 INFO O| Sep 23 22:20:34.592 INFO copying /work/oxidecomputer/helios/image/templates/files/gimlet-system-zfs:dbuf -> /rpool/images/build/recovery/work/gimlet/ramdisk/etc/system.d/zfs:dbuf ...
39832024-09-23T22:20:35.924Z[ recovery-image] Sep 23 22:20:34.592 INFO O| Sep 23 22:20:34.592 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/gimlet/ramdisk/etc/system.d/zfs:dbuf
39842024-09-23T22:20:35.924Z[ recovery-image] Sep 23 22:20:34.592 INFO O| Sep 23 22:20:34.592 INFO chown ok, path: /rpool/images/build/recovery/work/gimlet/ramdisk/etc/system.d/zfs:dbuf
39852024-09-23T22:20:35.924Z[ recovery-image] Sep 23 22:20:34.592 INFO O| Sep 23 22:20:34.592 INFO ok!
39862024-09-23T22:20:35.924Z[ recovery-image] Sep 23 22:20:34.592 INFO O| Sep 23 22:20:34.592 INFO STEP 63 (ensure_file) COMPLETE
39872024-09-23T22:20:35.924Z[ recovery-image] Sep 23 22:20:34.592 INFO O| Sep 23 22:20:34.592 INFO STEP 64: assemble_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
39882024-09-23T22:20:35.940Z[ recovery-image] Sep 23 22:20:34.611 INFO O| Sep 23 22:20:34.611 INFO file /rpool/images/build/recovery/work/gimlet/ramdisk/etc/system.d/.self-assembly does not exist
39892024-09-23T22:20:35.940Z[ recovery-image] Sep 23 22:20:34.611 INFO O| Sep 23 22:20:34.611 INFO writing /rpool/images/build/recovery/work/gimlet/ramdisk/etc/system.d/.self-assembly ...
39902024-09-23T22:20:35.942Z[ recovery-image] Sep 23 22:20:34.611 INFO O| Sep 23 22:20:34.611 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/ramdisk/etc/system.d/.self-assembly
39912024-09-23T22:20:35.942Z[ recovery-image] Sep 23 22:20:34.611 INFO O| Sep 23 22:20:34.611 INFO ok!
39922024-09-23T22:20:35.942Z[ recovery-image] Sep 23 22:20:34.611 INFO O| Sep 23 22:20:34.611 INFO STEP 64 (assemble_files) COMPLETE
39932024-09-23T22:20:35.942Z[ recovery-image] Sep 23 22:20:34.611 INFO O| Sep 23 22:20:34.611 INFO STEP 65: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
39942024-09-23T22:20:35.970Z[ recovery-image] Sep 23 22:20:34.641 INFO O| Sep 23 22:20:34.641 INFO file /rpool/images/build/recovery/work/gimlet/ramdisk/etc/dumpadm.conf does not exist
39952024-09-23T22:20:35.970Z[ recovery-image] Sep 23 22:20:34.641 INFO O| Sep 23 22:20:34.641 INFO copying /work/oxidecomputer/helios/image/templates/files/dumpadm.conf -> /rpool/images/build/recovery/work/gimlet/ramdisk/etc/dumpadm.conf ...
39962024-09-23T22:20:35.973Z[ recovery-image] Sep 23 22:20:34.642 INFO O| Sep 23 22:20:34.642 INFO ownership wrong (Id(0):Id(0), not 0:1), path: /rpool/images/build/recovery/work/gimlet/ramdisk/etc/dumpadm.conf
39972024-09-23T22:20:35.973Z[ recovery-image] Sep 23 22:20:34.642 INFO O| Sep 23 22:20:34.642 INFO chown ok, path: /rpool/images/build/recovery/work/gimlet/ramdisk/etc/dumpadm.conf
39982024-09-23T22:20:35.973Z[ recovery-image] Sep 23 22:20:34.642 INFO O| Sep 23 22:20:34.642 INFO ok!
39992024-09-23T22:20:35.973Z[ recovery-image] Sep 23 22:20:34.642 INFO O| Sep 23 22:20:34.642 INFO STEP 65 (ensure_file) COMPLETE
40002024-09-23T22:20:35.973Z[ recovery-image] Sep 23 22:20:34.642 INFO O| Sep 23 22:20:34.642 INFO STEP 66: ensure_dir, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
40012024-09-23T22:20:35.973Z[ recovery-image] Sep 23 22:20:34.642 INFO O| Sep 23 22:20:34.642 INFO skip step because feature "omicron1" is not enabled
40022024-09-23T22:20:35.973Z[ recovery-image] Sep 23 22:20:34.642 INFO O| Sep 23 22:20:34.642 INFO STEP 67: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
40032024-09-23T22:20:35.973Z[ recovery-image] Sep 23 22:20:34.642 INFO O| Sep 23 22:20:34.642 INFO skip step because feature "omicron1" is not enabled
40042024-09-23T22:20:35.973Z[ recovery-image] Sep 23 22:20:34.642 INFO O| Sep 23 22:20:34.642 INFO STEP 68: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
40052024-09-23T22:20:35.973Z[ recovery-image] Sep 23 22:20:34.642 INFO O| Sep 23 22:20:34.642 INFO skip step because feature "omicron1" is not enabled
40062024-09-23T22:20:35.973Z[ recovery-image] Sep 23 22:20:34.642 INFO O| Sep 23 22:20:34.642 INFO STEP 69: pack_tar, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
40072024-09-23T22:20:36.001Z[ recovery-image] Sep 23 22:20:34.671 INFO O| Sep 23 22:20:34.671 INFO file /rpool/images/build/recovery/output/gimlet-ramdisk.tar does not already exist, skipping removal
40082024-09-23T22:20:36.001Z[ recovery-image] Sep 23 22:20:34.672 INFO O| Sep 23 22:20:34.671 INFO exec: ["/usr/sbin/tar", "ceEp@/f", "/rpool/images/build/recovery/output/gimlet-ramdisk.tar", "-C", "/rpool/images/build/recovery/work/gimlet/ramdisk", "."]
40092024-09-23T22:20:37.328Z[ host-image] Sep 23 22:20:35.999 INFO O| Sep 23 22:20:35.999 INFO O| Planning: Solver setup ... Done
40102024-09-23T22:20:37.343Z[ host-image] Sep 23 22:20:36.010 INFO O| Sep 23 22:20:36.010 INFO O| Planning: Running solver ... Done
40112024-09-23T22:20:37.429Z[ host-image] Sep 23 22:20:36.100 INFO O| Sep 23 22:20:36.100 INFO O| Planning: Finding local manifests ... Done
40122024-09-23T22:20:37.431Z[ host-image] Sep 23 22:20:36.102 INFO O| Sep 23 22:20:36.102 INFO O| Planning: Fetching manifests: 0/4 0% complete
40132024-09-23T22:20:37.662Z[ host-image] Sep 23 22:20:36.333 INFO O| Sep 23 22:20:36.333 INFO O| Planning: Fetching manifests: 4/4 100% complete
40142024-09-23T22:20:37.783Z[ host-image] Sep 23 22:20:36.453 INFO O| Sep 23 22:20:36.453 INFO O| Planning: Package planning ... Done
40152024-09-23T22:20:37.787Z[ host-image] Sep 23 22:20:36.458 INFO O| Sep 23 22:20:36.458 INFO O| Planning: Merging actions ... Done
40162024-09-23T22:20:37.956Z[ host-image] Sep 23 22:20:36.627 INFO O| Sep 23 22:20:36.627 INFO O| Planning: Checking for conflicting actions ... Done
40172024-09-23T22:20:37.958Z[ host-image] Sep 23 22:20:36.630 INFO O| Sep 23 22:20:36.630 INFO O| Planning: Consolidating action changes ... Done
40182024-09-23T22:20:38.516Z[ host-image] Sep 23 22:20:37.187 INFO O| Sep 23 22:20:37.187 INFO O| Planning: Evaluating mediators ... Done
40192024-09-23T22:20:38.519Z[ host-image] Sep 23 22:20:37.189 INFO O| Sep 23 22:20:37.189 INFO O| Planning: Planning completed in 5.11 seconds
40202024-09-23T22:20:38.554Z[ host-image] Sep 23 22:20:37.223 INFO O| Sep 23 22:20:37.223 INFO O| Packages to install: 4
40212024-09-23T22:20:38.554Z[ host-image] Sep 23 22:20:37.224 INFO O| Sep 23 22:20:37.224 INFO O| Services to change: 2
40222024-09-23T22:20:38.574Z[ host-image] Sep 23 22:20:37.245 INFO O| Sep 23 22:20:37.245 INFO O| Download: 0/102 items 0.0/1.4MB 0% complete
40232024-09-23T22:20:38.927Z[ recovery-image] Sep 23 22:20:37.598 INFO O| Sep 23 22:20:37.598 INFO STEP 69 (pack_tar) COMPLETE
40242024-09-23T22:20:38.927Z[ recovery-image] Sep 23 22:20:37.598 INFO O| Sep 23 22:20:37.598 INFO creating output snapshot rpool/images/build/recovery/work/gimlet/ramdisk@trim
40252024-09-23T22:20:38.930Z[ recovery-image] Sep 23 22:20:37.598 INFO O| Sep 23 22:20:37.598 INFO CREATE SNAPSHOT: rpool/images/build/recovery/work/gimlet/ramdisk@trim
40262024-09-23T22:20:39.252Z[ recovery-image] Sep 23 22:20:37.923 INFO O| Sep 23 22:20:37.923 INFO DESTROY DATASET: rpool/images/build/recovery/tmp/gimlet/ramdisk-02-trim
40272024-09-23T22:20:39.370Z[ recovery-image] Sep 23 22:20:38.041 INFO O| Sep 23 22:20:38.041 INFO completed processing gimlet/ramdisk-02-trim
40282024-09-23T22:20:39.375Z[ recovery-image] Sep 23 22:20:38.045 INFO image builder template: ramdisk-03-recovery-trim...
40292024-09-23T22:20:39.377Z[ recovery-image] Sep 23 22:20:38.045 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/.tmpJKYEoo/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
40302024-09-23T22:20:39.568Z[ recovery-image] Sep 23 22:20:38.239 INFO O| Sep 23 22:20:38.238 INFO temporary dataset: rpool/images/build/recovery/tmp/gimlet/ramdisk-03-recovery-trim
40312024-09-23T22:20:39.577Z[ recovery-image] Sep 23 22:20:38.248 INFO O| Sep 23 22:20:38.248 INFO CREATE DATASET: rpool/images/build/recovery/tmp/gimlet/ramdisk-03-recovery-trim
40322024-09-23T22:20:39.659Z[ recovery-image] Sep 23 22:20:38.330 INFO O| Sep 23 22:20:38.330 INFO SET DATASET PROPERTY ON rpool/images/build/recovery/tmp/gimlet/ramdisk-03-recovery-trim: sync = disabled
40332024-09-23T22:20:39.763Z[ recovery-image] Sep 23 22:20:38.435 INFO O| Sep 23 22:20:38.434 INFO temporary directory: /rpool/images/build/recovery/tmp/gimlet/ramdisk-03-recovery-trim
40342024-09-23T22:20:39.766Z[ recovery-image] Sep 23 22:20:38.435 INFO O| Sep 23 22:20:38.435 INFO work dataset: rpool/images/build/recovery/work/gimlet/ramdisk
40352024-09-23T22:20:39.780Z[ recovery-image] Sep 23 22:20:38.451 INFO O| Sep 23 22:20:38.451 INFO looking for output snapshot rpool/images/build/recovery/work/gimlet/ramdisk@recovery-trim
40362024-09-23T22:20:39.782Z[ host-image] Sep 23 22:20:38.453 INFO O| Sep 23 22:20:38.453 INFO O| Download: Completed 1.39 MB in 1.21 seconds (1.1M/s)
40372024-09-23T22:20:39.788Z[ recovery-image] Sep 23 22:20:38.460 INFO O| Sep 23 22:20:38.460 INFO looking for input snapshot rpool/images/build/recovery/work/gimlet/ramdisk@trim
40382024-09-23T22:20:39.799Z[ recovery-image] Sep 23 22:20:38.470 INFO O| Sep 23 22:20:38.470 INFO ROLLBACK TO SNAPSHOT: rpool/images/build/recovery/work/gimlet/ramdisk@trim
40392024-09-23T22:20:39.928Z[ host-image] Sep 23 22:20:38.508 INFO O| Sep 23 22:20:38.508 INFO O| Actions: 1/238 actions (Installing new actions)
40402024-09-23T22:20:40.207Z[ host-image] Sep 23 22:20:38.878 INFO O| Sep 23 22:20:38.878 INFO O| Actions: Completed 238 actions in 0.37 seconds.
40412024-09-23T22:20:40.240Z[ recovery-image] Sep 23 22:20:38.911 INFO O| Sep 23 22:20:38.911 INFO rolled back to input snapshot; work may begin
40422024-09-23T22:20:40.240Z[ recovery-image] Sep 23 22:20:38.911 INFO O| Sep 23 22:20:38.911 INFO CREATE DATASET: rpool/images/build/recovery/work/gimlet/ramdisk
40432024-09-23T22:20:40.262Z[ recovery-image] Sep 23 22:20:38.932 INFO O| Sep 23 22:20:38.932 INFO STEP 0: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
40442024-09-23T22:20:40.305Z[ recovery-image] Sep 23 22:20:38.977 INFO O| Sep 23 22:20:38.976 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gcc/7"
40452024-09-23T22:20:40.375Z[ recovery-image] Sep 23 22:20:39.045 INFO O| Sep 23 22:20:39.045 INFO STEP 0 (remove_files) COMPLETE
40462024-09-23T22:20:40.375Z[ recovery-image] Sep 23 22:20:39.045 INFO O| Sep 23 22:20:39.045 INFO STEP 1: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
40472024-09-23T22:20:40.432Z[ recovery-image] Sep 23 22:20:39.103 INFO O| Sep 23 22:20:39.103 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gnu/share"
40482024-09-23T22:20:40.585Z[ recovery-image] Sep 23 22:20:39.256 INFO O| Sep 23 22:20:39.256 INFO STEP 1 (remove_files) COMPLETE
40492024-09-23T22:20:40.587Z[ recovery-image] Sep 23 22:20:39.256 INFO O| Sep 23 22:20:39.256 INFO STEP 2: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
40502024-09-23T22:20:40.601Z[ host-image] Sep 23 22:20:39.272 INFO O| Sep 23 22:20:39.272 INFO O| Done
40512024-09-23T22:20:40.601Z[ host-image] Sep 23 22:20:39.272 INFO O| Sep 23 22:20:39.272 INFO O| Done
40522024-09-23T22:20:40.606Z[ recovery-image] Sep 23 22:20:39.277 INFO O| Sep 23 22:20:39.277 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/dns"
40532024-09-23T22:20:40.697Z[ recovery-image] Sep 23 22:20:39.368 INFO O| Sep 23 22:20:39.368 INFO STEP 2 (remove_files) COMPLETE
40542024-09-23T22:20:40.697Z[ recovery-image] Sep 23 22:20:39.368 INFO O| Sep 23 22:20:39.368 INFO STEP 3: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
40552024-09-23T22:20:40.720Z[ recovery-image] Sep 23 22:20:39.392 INFO O| Sep 23 22:20:39.391 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/iconv"
40562024-09-23T22:20:40.891Z[ recovery-image] Sep 23 22:20:39.562 INFO O| Sep 23 22:20:39.562 INFO STEP 3 (remove_files) COMPLETE
40572024-09-23T22:20:40.893Z[ recovery-image] Sep 23 22:20:39.562 INFO O| Sep 23 22:20:39.562 INFO STEP 4: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
40582024-09-23T22:20:40.931Z[ recovery-image] Sep 23 22:20:39.602 INFO O| Sep 23 22:20:39.602 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/locale"
40592024-09-23T22:20:41.110Z[ recovery-image] Sep 23 22:20:39.781 INFO O| Sep 23 22:20:39.781 INFO STEP 4 (remove_files) COMPLETE
40602024-09-23T22:20:41.110Z[ recovery-image] Sep 23 22:20:39.781 INFO O| Sep 23 22:20:39.781 INFO STEP 5: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
40612024-09-23T22:20:41.132Z[ recovery-image] Sep 23 22:20:39.802 INFO O| Sep 23 22:20:39.802 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/mdb"
40622024-09-23T22:20:41.228Z[ recovery-image] Sep 23 22:20:39.899 INFO O| Sep 23 22:20:39.899 INFO STEP 5 (remove_files) COMPLETE
40632024-09-23T22:20:41.228Z[ recovery-image] Sep 23 22:20:39.899 INFO O| Sep 23 22:20:39.899 INFO STEP 6: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
40642024-09-23T22:20:41.294Z[ recovery-image] Sep 23 22:20:39.965 INFO O| Sep 23 22:20:39.965 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/mps"
40652024-09-23T22:20:41.338Z[ recovery-image] Sep 23 22:20:40.010 INFO O| Sep 23 22:20:40.010 INFO STEP 6 (remove_files) COMPLETE
40662024-09-23T22:20:41.339Z[ recovery-image] Sep 23 22:20:40.010 INFO O| Sep 23 22:20:40.010 INFO STEP 7: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
40672024-09-23T22:20:41.399Z[ recovery-image] Sep 23 22:20:40.070 INFO O| Sep 23 22:20:40.070 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/pkgconfig"
40682024-09-23T22:20:41.420Z[ recovery-image] Sep 23 22:20:40.091 INFO O| Sep 23 22:20:40.091 INFO STEP 7 (remove_files) COMPLETE
40692024-09-23T22:20:41.420Z[ recovery-image] Sep 23 22:20:40.091 INFO O| Sep 23 22:20:40.091 INFO STEP 8: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
40702024-09-23T22:20:41.443Z[ recovery-image] Sep 23 22:20:40.114 INFO O| Sep 23 22:20:40.114 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/scsi"
40712024-09-23T22:20:41.449Z[ recovery-image] Sep 23 22:20:40.120 INFO O| Sep 23 22:20:40.120 INFO STEP 8 (remove_files) COMPLETE
40722024-09-23T22:20:41.449Z[ recovery-image] Sep 23 22:20:40.120 INFO O| Sep 23 22:20:40.120 INFO STEP 9: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
40732024-09-23T22:20:41.474Z[ recovery-image] Sep 23 22:20:40.143 INFO O| Sep 23 22:20:40.143 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/smbfs"
40742024-09-23T22:20:41.479Z[ recovery-image] Sep 23 22:20:40.143 INFO O| Sep 23 22:20:40.143 INFO STEP 9 (remove_files) COMPLETE
40752024-09-23T22:20:41.479Z[ recovery-image] Sep 23 22:20:40.143 INFO O| Sep 23 22:20:40.143 INFO STEP 10: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
40762024-09-23T22:20:41.514Z[ recovery-image] Sep 23 22:20:40.181 INFO O| Sep 23 22:20:40.181 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/smbsrv"
40772024-09-23T22:20:41.518Z[ host-image] Sep 23 22:20:40.183 INFO O| Sep 23 22:20:40.183 INFO O| Done
40782024-09-23T22:20:41.536Z[ recovery-image] Sep 23 22:20:40.206 INFO O| Sep 23 22:20:40.206 INFO STEP 10 (remove_files) COMPLETE
40792024-09-23T22:20:41.536Z[ recovery-image] Sep 23 22:20:40.206 INFO O| Sep 23 22:20:40.206 INFO STEP 11: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
40802024-09-23T22:20:41.596Z[ recovery-image] Sep 23 22:20:40.267 INFO O| Sep 23 22:20:40.267 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/perl5"
40812024-09-23T22:20:42.338Z[ recovery-image] Sep 23 22:20:41.009 INFO O| Sep 23 22:20:41.009 INFO STEP 11 (remove_files) COMPLETE
40822024-09-23T22:20:42.338Z[ recovery-image] Sep 23 22:20:41.010 INFO O| Sep 23 22:20:41.009 INFO STEP 12: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
40832024-09-23T22:20:42.365Z[ recovery-image] Sep 23 22:20:41.036 INFO O| Sep 23 22:20:41.036 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/share/bash"
40842024-09-23T22:20:42.414Z[ recovery-image] Sep 23 22:20:41.085 INFO O| Sep 23 22:20:41.085 INFO STEP 12 (remove_files) COMPLETE
40852024-09-23T22:20:42.414Z[ recovery-image] Sep 23 22:20:41.085 INFO O| Sep 23 22:20:41.085 INFO STEP 13: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
40862024-09-23T22:20:42.472Z[ recovery-image] Sep 23 22:20:41.144 INFO O| Sep 23 22:20:41.143 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/share/bhyve"
40872024-09-23T22:20:42.500Z[ recovery-image] Sep 23 22:20:41.171 INFO O| Sep 23 22:20:41.171 INFO STEP 13 (remove_files) COMPLETE
40882024-09-23T22:20:42.500Z[ recovery-image] Sep 23 22:20:41.171 INFO O| Sep 23 22:20:41.171 INFO STEP 14: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
40892024-09-23T22:20:42.563Z[ recovery-image] Sep 23 22:20:41.234 INFO O| Sep 23 22:20:41.234 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/share/emacs"
40902024-09-23T22:20:42.585Z[ recovery-image] Sep 23 22:20:41.256 INFO O| Sep 23 22:20:41.256 INFO STEP 14 (remove_files) COMPLETE
40912024-09-23T22:20:42.585Z[ recovery-image] Sep 23 22:20:41.256 INFO O| Sep 23 22:20:41.256 INFO STEP 15: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
40922024-09-23T22:20:42.621Z[ recovery-image] Sep 23 22:20:41.292 INFO O| Sep 23 22:20:41.292 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/share/icons"
40932024-09-23T22:20:42.647Z[ recovery-image] Sep 23 22:20:41.317 INFO O| Sep 23 22:20:41.317 INFO STEP 15 (remove_files) COMPLETE
40942024-09-23T22:20:42.647Z[ recovery-image] Sep 23 22:20:41.317 INFO O| Sep 23 22:20:41.317 INFO STEP 16: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
40952024-09-23T22:20:42.718Z[ recovery-image] Sep 23 22:20:41.389 INFO O| Sep 23 22:20:41.389 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/share/locale"
40962024-09-23T22:20:42.831Z[ recovery-image] Sep 23 22:20:41.502 INFO O| Sep 23 22:20:41.502 INFO STEP 16 (remove_files) COMPLETE
40972024-09-23T22:20:42.831Z[ recovery-image] Sep 23 22:20:41.502 INFO O| Sep 23 22:20:41.502 INFO STEP 17: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
40982024-09-23T22:20:42.854Z[ recovery-image] Sep 23 22:20:41.526 INFO O| Sep 23 22:20:41.526 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/share/src"
40992024-09-23T22:20:42.858Z[ recovery-image] Sep 23 22:20:41.526 INFO O| Sep 23 22:20:41.526 INFO STEP 17 (remove_files) COMPLETE
41002024-09-23T22:20:42.858Z[ recovery-image] Sep 23 22:20:41.526 INFO O| Sep 23 22:20:41.526 INFO STEP 18: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
41012024-09-23T22:20:42.880Z[ recovery-image] Sep 23 22:20:41.551 INFO O| Sep 23 22:20:41.551 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/share/terminfo"
41022024-09-23T22:20:42.882Z[ recovery-image] Sep 23 22:20:41.551 INFO O| Sep 23 22:20:41.551 INFO STEP 18 (remove_files) COMPLETE
41032024-09-23T22:20:42.882Z[ recovery-image] Sep 23 22:20:41.551 INFO O| Sep 23 22:20:41.551 INFO STEP 19: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
41042024-09-23T22:20:42.903Z[ recovery-image] Sep 23 22:20:41.574 INFO O| Sep 23 22:20:41.574 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/share/vim"
41052024-09-23T22:20:43.218Z[ recovery-image] Sep 23 22:20:41.889 INFO O| Sep 23 22:20:41.889 INFO STEP 19 (remove_files) COMPLETE
41062024-09-23T22:20:43.218Z[ recovery-image] Sep 23 22:20:41.890 INFO O| Sep 23 22:20:41.889 INFO STEP 20: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
41072024-09-23T22:20:43.242Z[ recovery-image] Sep 23 22:20:41.913 INFO O| Sep 23 22:20:41.913 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/lib/svc/manifest/network/ssh.xml"
41082024-09-23T22:20:43.245Z[ recovery-image] Sep 23 22:20:41.915 INFO O| Sep 23 22:20:41.915 INFO STEP 20 (remove_files) COMPLETE
41092024-09-23T22:20:43.245Z[ recovery-image] Sep 23 22:20:41.915 INFO O| Sep 23 22:20:41.915 INFO STEP 21: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
41102024-09-23T22:20:43.266Z[ recovery-image] Sep 23 22:20:41.937 INFO O| Sep 23 22:20:41.937 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/lib/svc/manifest/system/fmd.xml"
41112024-09-23T22:20:43.307Z[ recovery-image] Sep 23 22:20:41.978 INFO O| Sep 23 22:20:41.978 INFO STEP 21 (remove_files) COMPLETE
41122024-09-23T22:20:43.307Z[ recovery-image] Sep 23 22:20:41.978 INFO O| Sep 23 22:20:41.978 INFO STEP 22: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
41132024-09-23T22:20:43.332Z[ recovery-image] Sep 23 22:20:42.002 INFO O| Sep 23 22:20:42.002 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/adb"
41142024-09-23T22:20:43.334Z[ recovery-image] Sep 23 22:20:42.003 INFO O| Sep 23 22:20:42.003 INFO STEP 22 (remove_files) COMPLETE
41152024-09-23T22:20:43.334Z[ recovery-image] Sep 23 22:20:42.003 INFO O| Sep 23 22:20:42.003 INFO STEP 23: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
41162024-09-23T22:20:43.373Z[ recovery-image] Sep 23 22:20:42.044 INFO O| Sep 23 22:20:42.044 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/addbadsec"
41172024-09-23T22:20:43.395Z[ recovery-image] Sep 23 22:20:42.065 INFO O| Sep 23 22:20:42.065 INFO STEP 23 (remove_files) COMPLETE
41182024-09-23T22:20:43.395Z[ recovery-image] Sep 23 22:20:42.065 INFO O| Sep 23 22:20:42.065 INFO STEP 24: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
41192024-09-23T22:20:43.444Z[ recovery-image] Sep 23 22:20:42.115 INFO O| Sep 23 22:20:42.115 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/agentxtrap"
41202024-09-23T22:20:43.447Z[ recovery-image] Sep 23 22:20:42.117 INFO O| Sep 23 22:20:42.117 INFO STEP 24 (remove_files) COMPLETE
41212024-09-23T22:20:43.447Z[ recovery-image] Sep 23 22:20:42.117 INFO O| Sep 23 22:20:42.117 INFO STEP 25: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
41222024-09-23T22:20:43.467Z[ recovery-image] Sep 23 22:20:42.138 INFO O| Sep 23 22:20:42.138 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/alias"
41232024-09-23T22:20:43.467Z[ recovery-image] Sep 23 22:20:42.139 INFO O| Sep 23 22:20:42.138 INFO STEP 25 (remove_files) COMPLETE
41242024-09-23T22:20:43.470Z[ recovery-image] Sep 23 22:20:42.139 INFO O| Sep 23 22:20:42.139 INFO STEP 26: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
41252024-09-23T22:20:43.510Z[ recovery-image] Sep 23 22:20:42.181 INFO O| Sep 23 22:20:42.181 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/adb"
41262024-09-23T22:20:43.513Z[ recovery-image] Sep 23 22:20:42.181 INFO O| Sep 23 22:20:42.181 INFO STEP 26 (remove_files) COMPLETE
41272024-09-23T22:20:43.513Z[ recovery-image] Sep 23 22:20:42.182 INFO O| Sep 23 22:20:42.181 INFO STEP 27: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
41282024-09-23T22:20:43.531Z[ recovery-image] Sep 23 22:20:42.202 INFO O| Sep 23 22:20:42.202 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/amt"
41292024-09-23T22:20:43.539Z[ recovery-image] Sep 23 22:20:42.211 INFO O| Sep 23 22:20:42.211 INFO STEP 27 (remove_files) COMPLETE
41302024-09-23T22:20:43.539Z[ recovery-image] Sep 23 22:20:42.211 INFO O| Sep 23 22:20:42.211 INFO STEP 28: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
41312024-09-23T22:20:43.564Z[ recovery-image] Sep 23 22:20:42.234 INFO O| Sep 23 22:20:42.234 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/cputrack"
41322024-09-23T22:20:43.567Z[ recovery-image] Sep 23 22:20:42.235 INFO O| Sep 23 22:20:42.235 INFO STEP 28 (remove_files) COMPLETE
41332024-09-23T22:20:43.567Z[ recovery-image] Sep 23 22:20:42.235 INFO O| Sep 23 22:20:42.235 INFO STEP 29: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
41342024-09-23T22:20:43.586Z[ recovery-image] Sep 23 22:20:42.257 INFO O| Sep 23 22:20:42.257 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/crle"
41352024-09-23T22:20:43.588Z[ recovery-image] Sep 23 22:20:42.257 INFO O| Sep 23 22:20:42.257 INFO STEP 29 (remove_files) COMPLETE
41362024-09-23T22:20:43.588Z[ recovery-image] Sep 23 22:20:42.257 INFO O| Sep 23 22:20:42.257 INFO STEP 30: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
41372024-09-23T22:20:43.613Z[ recovery-image] Sep 23 22:20:42.284 INFO O| Sep 23 22:20:42.284 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/curl"
41382024-09-23T22:20:43.613Z[ recovery-image] Sep 23 22:20:42.284 INFO O| Sep 23 22:20:42.284 INFO STEP 30 (remove_files) COMPLETE
41392024-09-23T22:20:43.613Z[ recovery-image] Sep 23 22:20:42.285 INFO O| Sep 23 22:20:42.284 INFO STEP 31: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
41402024-09-23T22:20:43.635Z[ recovery-image] Sep 23 22:20:42.306 INFO O| Sep 23 22:20:42.306 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/curl-config"
41412024-09-23T22:20:43.635Z[ recovery-image] Sep 23 22:20:42.306 INFO O| Sep 23 22:20:42.306 INFO STEP 31 (remove_files) COMPLETE
41422024-09-23T22:20:43.635Z[ recovery-image] Sep 23 22:20:42.306 INFO O| Sep 23 22:20:42.306 INFO STEP 32: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
41432024-09-23T22:20:43.662Z[ recovery-image] Sep 23 22:20:42.333 INFO O| Sep 23 22:20:42.333 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/decrypt"
41442024-09-23T22:20:43.665Z[ recovery-image] Sep 23 22:20:42.334 INFO O| Sep 23 22:20:42.333 INFO STEP 32 (remove_files) COMPLETE
41452024-09-23T22:20:43.666Z[ recovery-image] Sep 23 22:20:42.334 INFO O| Sep 23 22:20:42.334 INFO STEP 33: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
41462024-09-23T22:20:43.685Z[ recovery-image] Sep 23 22:20:42.357 INFO O| Sep 23 22:20:42.356 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/digest"
41472024-09-23T22:20:43.710Z[ recovery-image] Sep 23 22:20:42.380 INFO O| Sep 23 22:20:42.380 INFO STEP 33 (remove_files) COMPLETE
41482024-09-23T22:20:43.710Z[ recovery-image] Sep 23 22:20:42.380 INFO O| Sep 23 22:20:42.380 INFO STEP 34: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
41492024-09-23T22:20:43.766Z[ recovery-image] Sep 23 22:20:42.437 INFO O| Sep 23 22:20:42.437 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/elfwrap"
41502024-09-23T22:20:43.791Z[ recovery-image] Sep 23 22:20:42.461 INFO O| Sep 23 22:20:42.461 INFO STEP 34 (remove_files) COMPLETE
41512024-09-23T22:20:43.791Z[ recovery-image] Sep 23 22:20:42.461 INFO O| Sep 23 22:20:42.461 INFO STEP 35: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
41522024-09-23T22:20:43.813Z[ recovery-image] Sep 23 22:20:42.484 INFO O| Sep 23 22:20:42.484 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/encrypt"
41532024-09-23T22:20:43.816Z[ recovery-image] Sep 23 22:20:42.485 INFO O| Sep 23 22:20:42.484 INFO STEP 35 (remove_files) COMPLETE
41542024-09-23T22:20:43.816Z[ recovery-image] Sep 23 22:20:42.485 INFO O| Sep 23 22:20:42.485 INFO STEP 36: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
41552024-09-23T22:20:43.840Z[ recovery-image] Sep 23 22:20:42.511 INFO O| Sep 23 22:20:42.511 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/gclear"
41562024-09-23T22:20:43.840Z[ recovery-image] Sep 23 22:20:42.511 INFO O| Sep 23 22:20:42.511 INFO STEP 36 (remove_files) COMPLETE
41572024-09-23T22:20:43.844Z[ recovery-image] Sep 23 22:20:42.511 INFO O| Sep 23 22:20:42.511 INFO STEP 37: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
41582024-09-23T22:20:43.880Z[ recovery-image] Sep 23 22:20:42.550 INFO O| Sep 23 22:20:42.550 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/gcore"
41592024-09-23T22:20:43.903Z[ recovery-image] Sep 23 22:20:42.574 INFO O| Sep 23 22:20:42.574 INFO STEP 37 (remove_files) COMPLETE
41602024-09-23T22:20:43.904Z[ recovery-image] Sep 23 22:20:42.574 INFO O| Sep 23 22:20:42.574 INFO STEP 38: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
41612024-09-23T22:20:43.941Z[ recovery-image] Sep 23 22:20:42.611 INFO O| Sep 23 22:20:42.611 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/ginfocmp"
41622024-09-23T22:20:43.941Z[ recovery-image] Sep 23 22:20:42.611 INFO O| Sep 23 22:20:42.611 INFO STEP 38 (remove_files) COMPLETE
41632024-09-23T22:20:43.941Z[ recovery-image] Sep 23 22:20:42.611 INFO O| Sep 23 22:20:42.611 INFO STEP 39: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
41642024-09-23T22:20:43.964Z[ recovery-image] Sep 23 22:20:42.635 INFO O| Sep 23 22:20:42.635 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/gtabs"
41652024-09-23T22:20:43.964Z[ recovery-image] Sep 23 22:20:42.635 INFO O| Sep 23 22:20:42.635 INFO STEP 39 (remove_files) COMPLETE
41662024-09-23T22:20:43.964Z[ recovery-image] Sep 23 22:20:42.635 INFO O| Sep 23 22:20:42.635 INFO STEP 40: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
41672024-09-23T22:20:44.001Z[ recovery-image] Sep 23 22:20:42.672 INFO O| Sep 23 22:20:42.672 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/gtic"
41682024-09-23T22:20:44.001Z[ recovery-image] Sep 23 22:20:42.672 INFO O| Sep 23 22:20:42.672 INFO STEP 40 (remove_files) COMPLETE
41692024-09-23T22:20:44.003Z[ recovery-image] Sep 23 22:20:42.672 INFO O| Sep 23 22:20:42.672 INFO STEP 41: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
41702024-09-23T22:20:44.044Z[ recovery-image] Sep 23 22:20:42.715 INFO O| Sep 23 22:20:42.715 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/gtoe"
41712024-09-23T22:20:44.044Z[ recovery-image] Sep 23 22:20:42.715 INFO O| Sep 23 22:20:42.715 INFO STEP 41 (remove_files) COMPLETE
41722024-09-23T22:20:44.044Z[ recovery-image] Sep 23 22:20:42.715 INFO O| Sep 23 22:20:42.715 INFO STEP 42: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
41732024-09-23T22:20:44.087Z[ recovery-image] Sep 23 22:20:42.758 INFO O| Sep 23 22:20:42.758 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/gtput"
41742024-09-23T22:20:44.087Z[ recovery-image] Sep 23 22:20:42.758 INFO O| Sep 23 22:20:42.758 INFO STEP 42 (remove_files) COMPLETE
41752024-09-23T22:20:44.087Z[ recovery-image] Sep 23 22:20:42.758 INFO O| Sep 23 22:20:42.758 INFO STEP 43: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
41762024-09-23T22:20:44.165Z[ recovery-image] Sep 23 22:20:42.836 INFO O| Sep 23 22:20:42.836 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/gtset"
41772024-09-23T22:20:44.165Z[ recovery-image] Sep 23 22:20:42.836 INFO O| Sep 23 22:20:42.836 INFO STEP 43 (remove_files) COMPLETE
41782024-09-23T22:20:44.165Z[ recovery-image] Sep 23 22:20:42.836 INFO O| Sep 23 22:20:42.836 INFO STEP 44: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
41792024-09-23T22:20:44.199Z[ recovery-image] Sep 23 22:20:42.870 INFO O| Sep 23 22:20:42.870 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/idn"
41802024-09-23T22:20:44.199Z[ recovery-image] Sep 23 22:20:42.870 INFO O| Sep 23 22:20:42.870 INFO STEP 44 (remove_files) COMPLETE
41812024-09-23T22:20:44.199Z[ recovery-image] Sep 23 22:20:42.870 INFO O| Sep 23 22:20:42.870 INFO STEP 45: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
41822024-09-23T22:20:44.222Z[ recovery-image] Sep 23 22:20:42.893 INFO O| Sep 23 22:20:42.893 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/ksh93"
41832024-09-23T22:20:44.242Z[ recovery-image] Sep 23 22:20:42.913 INFO O| Sep 23 22:20:42.913 INFO STEP 45 (remove_files) COMPLETE
41842024-09-23T22:20:44.242Z[ recovery-image] Sep 23 22:20:42.913 INFO O| Sep 23 22:20:42.913 INFO STEP 46: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
41852024-09-23T22:20:44.264Z[ host-image] Sep 23 22:20:42.935 INFO O| Sep 23 22:20:42.935 INFO O| Done
41862024-09-23T22:20:44.301Z[ recovery-image] Sep 23 22:20:42.972 INFO O| Sep 23 22:20:42.972 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/ls"
41872024-09-23T22:20:44.303Z[ recovery-image] Sep 23 22:20:42.973 INFO O| Sep 23 22:20:42.972 INFO STEP 46 (remove_files) COMPLETE
41882024-09-23T22:20:44.303Z[ recovery-image] Sep 23 22:20:42.973 INFO O| Sep 23 22:20:42.973 INFO STEP 47: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
41892024-09-23T22:20:44.327Z[ host-image] Sep 23 22:20:42.998 INFO O| Sep 23 22:20:42.998 INFO O| Done
41902024-09-23T22:20:44.329Z[ host-image] Sep 23 22:20:42.998 INFO O| Sep 23 22:20:42.998 INFO O| Done
41912024-09-23T22:20:44.339Z[ recovery-image] Sep 23 22:20:43.010 INFO O| Sep 23 22:20:43.010 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/mac"
41922024-09-23T22:20:44.339Z[ recovery-image] Sep 23 22:20:43.011 INFO O| Sep 23 22:20:43.011 INFO STEP 47 (remove_files) COMPLETE
41932024-09-23T22:20:44.342Z[ recovery-image] Sep 23 22:20:43.011 INFO O| Sep 23 22:20:43.011 INFO STEP 48: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
41942024-09-23T22:20:44.355Z[ host-image] Sep 23 22:20:43.026 INFO O| Sep 23 22:20:43.026 INFO O| Done
41952024-09-23T22:20:44.365Z[ recovery-image] Sep 23 22:20:43.036 INFO O| Sep 23 22:20:43.036 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/mdb"
41962024-09-23T22:20:44.365Z[ recovery-image] Sep 23 22:20:43.036 INFO O| Sep 23 22:20:43.036 INFO STEP 48 (remove_files) COMPLETE
41972024-09-23T22:20:44.365Z[ recovery-image] Sep 23 22:20:43.036 INFO O| Sep 23 22:20:43.036 INFO STEP 49: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
41982024-09-23T22:20:44.405Z[ recovery-image] Sep 23 22:20:43.076 INFO O| Sep 23 22:20:43.076 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/moe"
41992024-09-23T22:20:44.405Z[ recovery-image] Sep 23 22:20:43.076 INFO O| Sep 23 22:20:43.076 INFO STEP 49 (remove_files) COMPLETE
42002024-09-23T22:20:44.405Z[ recovery-image] Sep 23 22:20:43.076 INFO O| Sep 23 22:20:43.076 INFO STEP 50: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
42012024-09-23T22:20:44.431Z[ recovery-image] Sep 23 22:20:43.102 INFO O| Sep 23 22:20:43.101 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/ncurses6-config"
42022024-09-23T22:20:44.431Z[ recovery-image] Sep 23 22:20:43.102 INFO O| Sep 23 22:20:43.102 INFO STEP 50 (remove_files) COMPLETE
42032024-09-23T22:20:44.431Z[ recovery-image] Sep 23 22:20:43.102 INFO O| Sep 23 22:20:43.102 INFO STEP 51: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
42042024-09-23T22:20:44.455Z[ recovery-image] Sep 23 22:20:43.126 INFO O| Sep 23 22:20:43.126 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/newtask"
42052024-09-23T22:20:44.455Z[ recovery-image] Sep 23 22:20:43.126 INFO O| Sep 23 22:20:43.126 INFO STEP 51 (remove_files) COMPLETE
42062024-09-23T22:20:44.458Z[ recovery-image] Sep 23 22:20:43.126 INFO O| Sep 23 22:20:43.126 INFO STEP 52: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
42072024-09-23T22:20:44.489Z[ recovery-image] Sep 23 22:20:43.159 INFO O| Sep 23 22:20:43.159 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/nohup"
42082024-09-23T22:20:44.492Z[ recovery-image] Sep 23 22:20:43.160 INFO O| Sep 23 22:20:43.160 INFO STEP 52 (remove_files) COMPLETE
42092024-09-23T22:20:44.492Z[ recovery-image] Sep 23 22:20:43.160 INFO O| Sep 23 22:20:43.160 INFO STEP 53: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
42102024-09-23T22:20:44.516Z[ recovery-image] Sep 23 22:20:43.187 INFO O| Sep 23 22:20:43.187 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pargs"
42112024-09-23T22:20:44.536Z[ recovery-image] Sep 23 22:20:43.207 INFO O| Sep 23 22:20:43.207 INFO STEP 53 (remove_files) COMPLETE
42122024-09-23T22:20:44.536Z[ recovery-image] Sep 23 22:20:43.207 INFO O| Sep 23 22:20:43.207 INFO STEP 54: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
42132024-09-23T22:20:44.562Z[ recovery-image] Sep 23 22:20:43.233 INFO O| Sep 23 22:20:43.233 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pauxv"
42142024-09-23T22:20:44.565Z[ recovery-image] Sep 23 22:20:43.234 INFO O| Sep 23 22:20:43.233 INFO STEP 54 (remove_files) COMPLETE
42152024-09-23T22:20:44.565Z[ recovery-image] Sep 23 22:20:43.234 INFO O| Sep 23 22:20:43.234 INFO STEP 55: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
42162024-09-23T22:20:44.588Z[ recovery-image] Sep 23 22:20:43.259 INFO O| Sep 23 22:20:43.259 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pcap-config"
42172024-09-23T22:20:44.590Z[ recovery-image] Sep 23 22:20:43.259 INFO O| Sep 23 22:20:43.259 INFO STEP 55 (remove_files) COMPLETE
42182024-09-23T22:20:44.590Z[ recovery-image] Sep 23 22:20:43.259 INFO O| Sep 23 22:20:43.259 INFO STEP 56: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
42192024-09-23T22:20:44.607Z[ host-image] Sep 23 22:20:43.276 INFO O| Sep 23 22:20:43.276 INFO STEP 12 (pkg_install) COMPLETE
42202024-09-23T22:20:44.607Z[ host-image] Sep 23 22:20:43.276 INFO O| Sep 23 22:20:43.276 INFO STEP 13: pkg_install, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
42212024-09-23T22:20:44.627Z[ host-image] Sep 23 22:20:43.298 INFO O| Sep 23 22:20:43.298 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/host/work/gimlet/ramdisk", "install", "/library/libxmlsec1", "/ooce/library/postgresql-13", "/system/zones/brand/omicron1"]
42222024-09-23T22:20:44.718Z[ recovery-image] Sep 23 22:20:43.389 INFO O| Sep 23 22:20:43.389 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pcre-config"
42232024-09-23T22:20:44.738Z[ recovery-image] Sep 23 22:20:43.409 INFO O| Sep 23 22:20:43.409 INFO STEP 56 (remove_files) COMPLETE
42242024-09-23T22:20:44.738Z[ recovery-image] Sep 23 22:20:43.409 INFO O| Sep 23 22:20:43.409 INFO STEP 57: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
42252024-09-23T22:20:44.763Z[ recovery-image] Sep 23 22:20:43.434 INFO O| Sep 23 22:20:43.434 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pcre2-config"
42262024-09-23T22:20:44.763Z[ recovery-image] Sep 23 22:20:43.435 INFO O| Sep 23 22:20:43.435 INFO STEP 57 (remove_files) COMPLETE
42272024-09-23T22:20:44.763Z[ recovery-image] Sep 23 22:20:43.435 INFO O| Sep 23 22:20:43.435 INFO STEP 58: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
42282024-09-23T22:20:44.808Z[ recovery-image] Sep 23 22:20:43.477 INFO O| Sep 23 22:20:43.477 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pcre2grep"
42292024-09-23T22:20:44.808Z[ recovery-image] Sep 23 22:20:43.477 INFO O| Sep 23 22:20:43.477 INFO STEP 58 (remove_files) COMPLETE
42302024-09-23T22:20:44.811Z[ recovery-image] Sep 23 22:20:43.477 INFO O| Sep 23 22:20:43.477 INFO STEP 59: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
42312024-09-23T22:20:44.861Z[ recovery-image] Sep 23 22:20:43.532 INFO O| Sep 23 22:20:43.532 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pcre2test"
42322024-09-23T22:20:44.864Z[ recovery-image] Sep 23 22:20:43.532 INFO O| Sep 23 22:20:43.532 INFO STEP 59 (remove_files) COMPLETE
42332024-09-23T22:20:44.864Z[ recovery-image] Sep 23 22:20:43.532 INFO O| Sep 23 22:20:43.532 INFO STEP 60: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
42342024-09-23T22:20:44.923Z[ recovery-image] Sep 23 22:20:43.594 INFO O| Sep 23 22:20:43.594 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pcred"
42352024-09-23T22:20:44.923Z[ recovery-image] Sep 23 22:20:43.594 INFO O| Sep 23 22:20:43.594 INFO STEP 60 (remove_files) COMPLETE
42362024-09-23T22:20:44.926Z[ recovery-image] Sep 23 22:20:43.594 INFO O| Sep 23 22:20:43.594 INFO STEP 61: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
42372024-09-23T22:20:44.959Z[ recovery-image] Sep 23 22:20:43.631 INFO O| Sep 23 22:20:43.630 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pcregrep"
42382024-09-23T22:20:44.961Z[ recovery-image] Sep 23 22:20:43.631 INFO O| Sep 23 22:20:43.631 INFO STEP 61 (remove_files) COMPLETE
42392024-09-23T22:20:44.962Z[ recovery-image] Sep 23 22:20:43.631 INFO O| Sep 23 22:20:43.631 INFO STEP 62: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
42402024-09-23T22:20:44.984Z[ recovery-image] Sep 23 22:20:43.655 INFO O| Sep 23 22:20:43.655 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pcretest"
42412024-09-23T22:20:44.984Z[ recovery-image] Sep 23 22:20:43.655 INFO O| Sep 23 22:20:43.655 INFO STEP 62 (remove_files) COMPLETE
42422024-09-23T22:20:44.987Z[ recovery-image] Sep 23 22:20:43.656 INFO O| Sep 23 22:20:43.655 INFO STEP 63: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
42432024-09-23T22:20:45.008Z[ recovery-image] Sep 23 22:20:43.679 INFO O| Sep 23 22:20:43.679 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/penv"
42442024-09-23T22:20:45.008Z[ recovery-image] Sep 23 22:20:43.679 INFO O| Sep 23 22:20:43.679 INFO STEP 63 (remove_files) COMPLETE
42452024-09-23T22:20:45.008Z[ recovery-image] Sep 23 22:20:43.679 INFO O| Sep 23 22:20:43.679 INFO STEP 64: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
42462024-09-23T22:20:45.030Z[ recovery-image] Sep 23 22:20:43.701 INFO O| Sep 23 22:20:43.701 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pfiles"
42472024-09-23T22:20:45.037Z[ recovery-image] Sep 23 22:20:43.709 INFO O| Sep 23 22:20:43.709 INFO STEP 64 (remove_files) COMPLETE
42482024-09-23T22:20:45.037Z[ recovery-image] Sep 23 22:20:43.709 INFO O| Sep 23 22:20:43.709 INFO STEP 65: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
42492024-09-23T22:20:45.116Z[ recovery-image] Sep 23 22:20:43.785 INFO O| Sep 23 22:20:43.785 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pflags"
42502024-09-23T22:20:45.119Z[ recovery-image] Sep 23 22:20:43.785 INFO O| Sep 23 22:20:43.785 INFO STEP 65 (remove_files) COMPLETE
42512024-09-23T22:20:45.119Z[ recovery-image] Sep 23 22:20:43.785 INFO O| Sep 23 22:20:43.785 INFO STEP 66: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
42522024-09-23T22:20:45.159Z[ recovery-image] Sep 23 22:20:43.831 INFO O| Sep 23 22:20:43.830 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pldd"
42532024-09-23T22:20:45.159Z[ recovery-image] Sep 23 22:20:43.831 INFO O| Sep 23 22:20:43.831 INFO STEP 66 (remove_files) COMPLETE
42542024-09-23T22:20:45.162Z[ recovery-image] Sep 23 22:20:43.831 INFO O| Sep 23 22:20:43.831 INFO STEP 67: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
42552024-09-23T22:20:45.198Z[ recovery-image] Sep 23 22:20:43.869 INFO O| Sep 23 22:20:43.869 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/plgrp"
42562024-09-23T22:20:45.201Z[ recovery-image] Sep 23 22:20:43.870 INFO O| Sep 23 22:20:43.870 INFO STEP 67 (remove_files) COMPLETE
42572024-09-23T22:20:45.201Z[ recovery-image] Sep 23 22:20:43.870 INFO O| Sep 23 22:20:43.870 INFO STEP 68: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
42582024-09-23T22:20:45.232Z[ recovery-image] Sep 23 22:20:43.903 INFO O| Sep 23 22:20:43.903 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/plimit"
42592024-09-23T22:20:45.232Z[ recovery-image] Sep 23 22:20:43.903 INFO O| Sep 23 22:20:43.903 INFO STEP 68 (remove_files) COMPLETE
42602024-09-23T22:20:45.234Z[ recovery-image] Sep 23 22:20:43.903 INFO O| Sep 23 22:20:43.903 INFO STEP 69: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
42612024-09-23T22:20:45.271Z[ recovery-image] Sep 23 22:20:43.942 INFO O| Sep 23 22:20:43.942 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pmadvise"
42622024-09-23T22:20:45.271Z[ recovery-image] Sep 23 22:20:43.942 INFO O| Sep 23 22:20:43.942 INFO STEP 69 (remove_files) COMPLETE
42632024-09-23T22:20:45.273Z[ recovery-image] Sep 23 22:20:43.942 INFO O| Sep 23 22:20:43.942 INFO STEP 70: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
42642024-09-23T22:20:45.294Z[ recovery-image] Sep 23 22:20:43.965 INFO O| Sep 23 22:20:43.965 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pmap"
42652024-09-23T22:20:45.294Z[ recovery-image] Sep 23 22:20:43.965 INFO O| Sep 23 22:20:43.965 INFO STEP 70 (remove_files) COMPLETE
42662024-09-23T22:20:45.297Z[ recovery-image] Sep 23 22:20:43.965 INFO O| Sep 23 22:20:43.965 INFO STEP 71: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
42672024-09-23T22:20:45.313Z[ recovery-image] Sep 23 22:20:43.985 INFO O| Sep 23 22:20:43.985 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/ppgsz"
42682024-09-23T22:20:45.313Z[ recovery-image] Sep 23 22:20:43.985 INFO O| Sep 23 22:20:43.985 INFO STEP 71 (remove_files) COMPLETE
42692024-09-23T22:20:45.313Z[ recovery-image] Sep 23 22:20:43.985 INFO O| Sep 23 22:20:43.985 INFO STEP 72: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
42702024-09-23T22:20:45.344Z[ recovery-image] Sep 23 22:20:44.015 INFO O| Sep 23 22:20:44.015 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/ppriv"
42712024-09-23T22:20:45.344Z[ recovery-image] Sep 23 22:20:44.015 INFO O| Sep 23 22:20:44.015 INFO STEP 72 (remove_files) COMPLETE
42722024-09-23T22:20:45.344Z[ recovery-image] Sep 23 22:20:44.015 INFO O| Sep 23 22:20:44.015 INFO STEP 73: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
42732024-09-23T22:20:45.392Z[ recovery-image] Sep 23 22:20:44.063 INFO O| Sep 23 22:20:44.063 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/prctl"
42742024-09-23T22:20:45.392Z[ recovery-image] Sep 23 22:20:44.063 INFO O| Sep 23 22:20:44.063 INFO STEP 73 (remove_files) COMPLETE
42752024-09-23T22:20:45.394Z[ recovery-image] Sep 23 22:20:44.063 INFO O| Sep 23 22:20:44.063 INFO STEP 74: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
42762024-09-23T22:20:45.430Z[ recovery-image] Sep 23 22:20:44.086 INFO O| Sep 23 22:20:44.086 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/preap"
42772024-09-23T22:20:45.430Z[ recovery-image] Sep 23 22:20:44.086 INFO O| Sep 23 22:20:44.086 INFO STEP 74 (remove_files) COMPLETE
42782024-09-23T22:20:45.430Z[ recovery-image] Sep 23 22:20:44.086 INFO O| Sep 23 22:20:44.086 INFO STEP 75: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
42792024-09-23T22:20:45.438Z[ recovery-image] Sep 23 22:20:44.109 INFO O| Sep 23 22:20:44.109 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/prstat"
42802024-09-23T22:20:45.438Z[ recovery-image] Sep 23 22:20:44.109 INFO O| Sep 23 22:20:44.109 INFO STEP 75 (remove_files) COMPLETE
42812024-09-23T22:20:45.438Z[ recovery-image] Sep 23 22:20:44.109 INFO O| Sep 23 22:20:44.109 INFO STEP 76: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
42822024-09-23T22:20:45.461Z[ recovery-image] Sep 23 22:20:44.132 INFO O| Sep 23 22:20:44.132 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/prun"
42832024-09-23T22:20:45.465Z[ recovery-image] Sep 23 22:20:44.132 INFO O| Sep 23 22:20:44.132 INFO STEP 76 (remove_files) COMPLETE
42842024-09-23T22:20:45.465Z[ recovery-image] Sep 23 22:20:44.133 INFO O| Sep 23 22:20:44.133 INFO STEP 77: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
42852024-09-23T22:20:45.501Z[ recovery-image] Sep 23 22:20:44.172 INFO O| Sep 23 22:20:44.172 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/psecflags"
42862024-09-23T22:20:45.501Z[ recovery-image] Sep 23 22:20:44.172 INFO O| Sep 23 22:20:44.172 INFO STEP 77 (remove_files) COMPLETE
42872024-09-23T22:20:45.503Z[ recovery-image] Sep 23 22:20:44.173 INFO O| Sep 23 22:20:44.172 INFO STEP 78: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
42882024-09-23T22:20:45.525Z[ recovery-image] Sep 23 22:20:44.196 INFO O| Sep 23 22:20:44.196 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/psig"
42892024-09-23T22:20:45.525Z[ recovery-image] Sep 23 22:20:44.196 INFO O| Sep 23 22:20:44.196 INFO STEP 78 (remove_files) COMPLETE
42902024-09-23T22:20:45.525Z[ recovery-image] Sep 23 22:20:44.196 INFO O| Sep 23 22:20:44.196 INFO STEP 79: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
42912024-09-23T22:20:45.547Z[ recovery-image] Sep 23 22:20:44.218 INFO O| Sep 23 22:20:44.218 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pstack"
42922024-09-23T22:20:45.547Z[ recovery-image] Sep 23 22:20:44.219 INFO O| Sep 23 22:20:44.218 INFO STEP 79 (remove_files) COMPLETE
42932024-09-23T22:20:45.550Z[ recovery-image] Sep 23 22:20:44.219 INFO O| Sep 23 22:20:44.218 INFO STEP 80: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
42942024-09-23T22:20:45.571Z[ recovery-image] Sep 23 22:20:44.242 INFO O| Sep 23 22:20:44.242 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pstop"
42952024-09-23T22:20:45.571Z[ recovery-image] Sep 23 22:20:44.242 INFO O| Sep 23 22:20:44.242 INFO STEP 80 (remove_files) COMPLETE
42962024-09-23T22:20:45.573Z[ recovery-image] Sep 23 22:20:44.242 INFO O| Sep 23 22:20:44.242 INFO STEP 81: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
42972024-09-23T22:20:45.636Z[ recovery-image] Sep 23 22:20:44.307 INFO O| Sep 23 22:20:44.307 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/ptime"
42982024-09-23T22:20:45.639Z[ recovery-image] Sep 23 22:20:44.308 INFO O| Sep 23 22:20:44.308 INFO STEP 81 (remove_files) COMPLETE
42992024-09-23T22:20:45.639Z[ recovery-image] Sep 23 22:20:44.308 INFO O| Sep 23 22:20:44.308 INFO STEP 82: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43002024-09-23T22:20:45.674Z[ recovery-image] Sep 23 22:20:44.341 INFO O| Sep 23 22:20:44.341 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/ptree"
43012024-09-23T22:20:45.674Z[ recovery-image] Sep 23 22:20:44.341 INFO O| Sep 23 22:20:44.341 INFO STEP 82 (remove_files) COMPLETE
43022024-09-23T22:20:45.674Z[ recovery-image] Sep 23 22:20:44.341 INFO O| Sep 23 22:20:44.341 INFO STEP 83: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43032024-09-23T22:20:45.691Z[ recovery-image] Sep 23 22:20:44.362 INFO O| Sep 23 22:20:44.362 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pwait"
43042024-09-23T22:20:45.691Z[ recovery-image] Sep 23 22:20:44.362 INFO O| Sep 23 22:20:44.362 INFO STEP 83 (remove_files) COMPLETE
43052024-09-23T22:20:45.691Z[ recovery-image] Sep 23 22:20:44.362 INFO O| Sep 23 22:20:44.362 INFO STEP 84: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43062024-09-23T22:20:45.742Z[ host-image] Sep 23 22:20:44.413 INFO O| Sep 23 22:20:44.413 INFO O| Startup: Refreshing catalog 'helios-dev' ... Done
43072024-09-23T22:20:45.748Z[ recovery-image] Sep 23 22:20:44.419 INFO O| Sep 23 22:20:44.419 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pwdx"
43082024-09-23T22:20:45.748Z[ recovery-image] Sep 23 22:20:44.419 INFO O| Sep 23 22:20:44.419 INFO STEP 84 (remove_files) COMPLETE
43092024-09-23T22:20:45.748Z[ recovery-image] Sep 23 22:20:44.419 INFO O| Sep 23 22:20:44.419 INFO STEP 85: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43102024-09-23T22:20:45.789Z[ recovery-image] Sep 23 22:20:44.460 INFO O| Sep 23 22:20:44.460 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/rksh"
43112024-09-23T22:20:45.808Z[ recovery-image] Sep 23 22:20:44.479 INFO O| Sep 23 22:20:44.479 INFO STEP 85 (remove_files) COMPLETE
43122024-09-23T22:20:45.808Z[ recovery-image] Sep 23 22:20:44.479 INFO O| Sep 23 22:20:44.479 INFO STEP 86: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43132024-09-23T22:20:45.846Z[ recovery-image] Sep 23 22:20:44.518 INFO O| Sep 23 22:20:44.518 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/rksh93"
43142024-09-23T22:20:45.846Z[ recovery-image] Sep 23 22:20:44.518 INFO O| Sep 23 22:20:44.518 INFO STEP 86 (remove_files) COMPLETE
43152024-09-23T22:20:45.846Z[ recovery-image] Sep 23 22:20:44.518 INFO O| Sep 23 22:20:44.518 INFO STEP 87: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43162024-09-23T22:20:45.873Z[ recovery-image] Sep 23 22:20:44.544 INFO O| Sep 23 22:20:44.544 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/sqlite3"
43172024-09-23T22:20:45.873Z[ recovery-image] Sep 23 22:20:44.544 INFO O| Sep 23 22:20:44.544 INFO STEP 87 (remove_files) COMPLETE
43182024-09-23T22:20:45.873Z[ recovery-image] Sep 23 22:20:44.544 INFO O| Sep 23 22:20:44.544 INFO STEP 88: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43192024-09-23T22:20:45.897Z[ recovery-image] Sep 23 22:20:44.568 INFO O| Sep 23 22:20:44.568 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/strings"
43202024-09-23T22:20:45.897Z[ recovery-image] Sep 23 22:20:44.568 INFO O| Sep 23 22:20:44.568 INFO STEP 88 (remove_files) COMPLETE
43212024-09-23T22:20:45.899Z[ recovery-image] Sep 23 22:20:44.568 INFO O| Sep 23 22:20:44.568 INFO STEP 89: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43222024-09-23T22:20:45.919Z[ recovery-image] Sep 23 22:20:44.590 INFO O| Sep 23 22:20:44.590 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/xml2-config"
43232024-09-23T22:20:45.926Z[ recovery-image] Sep 23 22:20:44.598 INFO O| Sep 23 22:20:44.598 INFO STEP 89 (remove_files) COMPLETE
43242024-09-23T22:20:45.926Z[ recovery-image] Sep 23 22:20:44.598 INFO O| Sep 23 22:20:44.598 INFO STEP 90: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43252024-09-23T22:20:45.952Z[ recovery-image] Sep 23 22:20:44.622 INFO O| Sep 23 22:20:44.622 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/xmlcatalog"
43262024-09-23T22:20:45.952Z[ recovery-image] Sep 23 22:20:44.622 INFO O| Sep 23 22:20:44.622 INFO STEP 90 (remove_files) COMPLETE
43272024-09-23T22:20:45.952Z[ recovery-image] Sep 23 22:20:44.622 INFO O| Sep 23 22:20:44.622 INFO STEP 91: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43282024-09-23T22:20:45.992Z[ recovery-image] Sep 23 22:20:44.663 INFO O| Sep 23 22:20:44.663 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/xmllint"
43292024-09-23T22:20:45.994Z[ recovery-image] Sep 23 22:20:44.663 INFO O| Sep 23 22:20:44.663 INFO STEP 91 (remove_files) COMPLETE
43302024-09-23T22:20:45.994Z[ recovery-image] Sep 23 22:20:44.663 INFO O| Sep 23 22:20:44.663 INFO STEP 92: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43312024-09-23T22:20:46.016Z[ recovery-image] Sep 23 22:20:44.687 INFO O| Sep 23 22:20:44.687 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amt"
43322024-09-23T22:20:46.018Z[ recovery-image] Sep 23 22:20:44.687 INFO O| Sep 23 22:20:44.687 INFO STEP 92 (remove_files) COMPLETE
43332024-09-23T22:20:46.018Z[ recovery-image] Sep 23 22:20:44.687 INFO O| Sep 23 22:20:44.687 INFO STEP 93: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43342024-09-23T22:20:46.038Z[ recovery-image] Sep 23 22:20:44.709 INFO O| Sep 23 22:20:44.709 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/arch"
43352024-09-23T22:20:46.041Z[ recovery-image] Sep 23 22:20:44.710 INFO O| Sep 23 22:20:44.710 INFO STEP 93 (remove_files) COMPLETE
43362024-09-23T22:20:46.041Z[ recovery-image] Sep 23 22:20:44.710 INFO O| Sep 23 22:20:44.710 INFO STEP 94: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43372024-09-23T22:20:46.060Z[ recovery-image] Sep 23 22:20:44.731 INFO O| Sep 23 22:20:44.731 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/asa"
43382024-09-23T22:20:46.062Z[ recovery-image] Sep 23 22:20:44.732 INFO O| Sep 23 22:20:44.731 INFO STEP 94 (remove_files) COMPLETE
43392024-09-23T22:20:46.062Z[ recovery-image] Sep 23 22:20:44.732 INFO O| Sep 23 22:20:44.732 INFO STEP 95: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43402024-09-23T22:20:46.092Z[ recovery-image] Sep 23 22:20:44.763 INFO O| Sep 23 22:20:44.763 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/at"
43412024-09-23T22:20:46.092Z[ recovery-image] Sep 23 22:20:44.763 INFO O| Sep 23 22:20:44.763 INFO STEP 95 (remove_files) COMPLETE
43422024-09-23T22:20:46.094Z[ recovery-image] Sep 23 22:20:44.764 INFO O| Sep 23 22:20:44.764 INFO STEP 96: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43432024-09-23T22:20:46.118Z[ recovery-image] Sep 23 22:20:44.789 INFO O| Sep 23 22:20:44.789 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/atq"
43442024-09-23T22:20:46.118Z[ recovery-image] Sep 23 22:20:44.789 INFO O| Sep 23 22:20:44.789 INFO STEP 96 (remove_files) COMPLETE
43452024-09-23T22:20:46.120Z[ recovery-image] Sep 23 22:20:44.789 INFO O| Sep 23 22:20:44.789 INFO STEP 97: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43462024-09-23T22:20:46.173Z[ recovery-image] Sep 23 22:20:44.845 INFO O| Sep 23 22:20:44.845 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/atrm"
43472024-09-23T22:20:46.174Z[ recovery-image] Sep 23 22:20:44.845 INFO O| Sep 23 22:20:44.845 INFO STEP 97 (remove_files) COMPLETE
43482024-09-23T22:20:46.174Z[ recovery-image] Sep 23 22:20:44.845 INFO O| Sep 23 22:20:44.845 INFO STEP 98: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43492024-09-23T22:20:46.196Z[ recovery-image] Sep 23 22:20:44.867 INFO O| Sep 23 22:20:44.867 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/auths"
43502024-09-23T22:20:46.196Z[ recovery-image] Sep 23 22:20:44.867 INFO O| Sep 23 22:20:44.867 INFO STEP 98 (remove_files) COMPLETE
43512024-09-23T22:20:46.196Z[ recovery-image] Sep 23 22:20:44.867 INFO O| Sep 23 22:20:44.867 INFO STEP 99: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43522024-09-23T22:20:46.233Z[ recovery-image] Sep 23 22:20:44.904 INFO O| Sep 23 22:20:44.904 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/banner"
43532024-09-23T22:20:46.233Z[ recovery-image] Sep 23 22:20:44.905 INFO O| Sep 23 22:20:44.905 INFO STEP 99 (remove_files) COMPLETE
43542024-09-23T22:20:46.236Z[ recovery-image] Sep 23 22:20:44.905 INFO O| Sep 23 22:20:44.905 INFO STEP 100: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43552024-09-23T22:20:46.256Z[ recovery-image] Sep 23 22:20:44.927 INFO O| Sep 23 22:20:44.927 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/bashbug"
43562024-09-23T22:20:46.279Z[ recovery-image] Sep 23 22:20:44.950 INFO O| Sep 23 22:20:44.950 INFO STEP 100 (remove_files) COMPLETE
43572024-09-23T22:20:46.279Z[ recovery-image] Sep 23 22:20:44.950 INFO O| Sep 23 22:20:44.950 INFO STEP 101: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43582024-09-23T22:20:46.314Z[ recovery-image] Sep 23 22:20:44.985 INFO O| Sep 23 22:20:44.985 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/batch"
43592024-09-23T22:20:46.314Z[ recovery-image] Sep 23 22:20:44.985 INFO O| Sep 23 22:20:44.985 INFO STEP 101 (remove_files) COMPLETE
43602024-09-23T22:20:46.314Z[ recovery-image] Sep 23 22:20:44.985 INFO O| Sep 23 22:20:44.985 INFO STEP 102: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43612024-09-23T22:20:46.344Z[ recovery-image] Sep 23 22:20:45.015 INFO O| Sep 23 22:20:45.015 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/bc"
43622024-09-23T22:20:46.344Z[ recovery-image] Sep 23 22:20:45.015 INFO O| Sep 23 22:20:45.015 INFO STEP 102 (remove_files) COMPLETE
43632024-09-23T22:20:46.346Z[ recovery-image] Sep 23 22:20:45.015 INFO O| Sep 23 22:20:45.015 INFO STEP 103: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43642024-09-23T22:20:46.369Z[ recovery-image] Sep 23 22:20:45.040 INFO O| Sep 23 22:20:45.040 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/bdiff"
43652024-09-23T22:20:46.369Z[ recovery-image] Sep 23 22:20:45.041 INFO O| Sep 23 22:20:45.040 INFO STEP 103 (remove_files) COMPLETE
43662024-09-23T22:20:46.371Z[ recovery-image] Sep 23 22:20:45.041 INFO O| Sep 23 22:20:45.040 INFO STEP 104: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43672024-09-23T22:20:46.406Z[ recovery-image] Sep 23 22:20:45.077 INFO O| Sep 23 22:20:45.077 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/bg"
43682024-09-23T22:20:46.406Z[ recovery-image] Sep 23 22:20:45.077 INFO O| Sep 23 22:20:45.077 INFO STEP 104 (remove_files) COMPLETE
43692024-09-23T22:20:46.406Z[ recovery-image] Sep 23 22:20:45.077 INFO O| Sep 23 22:20:45.077 INFO STEP 105: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43702024-09-23T22:20:46.439Z[ recovery-image] Sep 23 22:20:45.110 INFO O| Sep 23 22:20:45.110 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/brotli"
43712024-09-23T22:20:46.439Z[ recovery-image] Sep 23 22:20:45.110 INFO O| Sep 23 22:20:45.110 INFO STEP 105 (remove_files) COMPLETE
43722024-09-23T22:20:46.439Z[ recovery-image] Sep 23 22:20:45.110 INFO O| Sep 23 22:20:45.110 INFO STEP 106: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43732024-09-23T22:20:46.462Z[ recovery-image] Sep 23 22:20:45.133 INFO O| Sep 23 22:20:45.133 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/bunzip2"
43742024-09-23T22:20:46.462Z[ recovery-image] Sep 23 22:20:45.133 INFO O| Sep 23 22:20:45.133 INFO STEP 106 (remove_files) COMPLETE
43752024-09-23T22:20:46.464Z[ recovery-image] Sep 23 22:20:45.133 INFO O| Sep 23 22:20:45.133 INFO STEP 107: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43762024-09-23T22:20:46.487Z[ recovery-image] Sep 23 22:20:45.158 INFO O| Sep 23 22:20:45.158 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/busstat"
43772024-09-23T22:20:46.487Z[ recovery-image] Sep 23 22:20:45.158 INFO O| Sep 23 22:20:45.158 INFO STEP 107 (remove_files) COMPLETE
43782024-09-23T22:20:46.489Z[ recovery-image] Sep 23 22:20:45.158 INFO O| Sep 23 22:20:45.158 INFO STEP 108: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43792024-09-23T22:20:46.531Z[ recovery-image] Sep 23 22:20:45.202 INFO O| Sep 23 22:20:45.202 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/bzcat"
43802024-09-23T22:20:46.533Z[ recovery-image] Sep 23 22:20:45.202 INFO O| Sep 23 22:20:45.202 INFO STEP 108 (remove_files) COMPLETE
43812024-09-23T22:20:46.533Z[ recovery-image] Sep 23 22:20:45.203 INFO O| Sep 23 22:20:45.202 INFO STEP 109: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43822024-09-23T22:20:46.553Z[ recovery-image] Sep 23 22:20:45.224 INFO O| Sep 23 22:20:45.224 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/bzdiff"
43832024-09-23T22:20:46.556Z[ recovery-image] Sep 23 22:20:45.225 INFO O| Sep 23 22:20:45.225 INFO STEP 109 (remove_files) COMPLETE
43842024-09-23T22:20:46.556Z[ recovery-image] Sep 23 22:20:45.225 INFO O| Sep 23 22:20:45.225 INFO STEP 110: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43852024-09-23T22:20:46.575Z[ recovery-image] Sep 23 22:20:45.247 INFO O| Sep 23 22:20:45.247 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/bzgrep"
43862024-09-23T22:20:46.578Z[ recovery-image] Sep 23 22:20:45.247 INFO O| Sep 23 22:20:45.247 INFO STEP 110 (remove_files) COMPLETE
43872024-09-23T22:20:46.578Z[ recovery-image] Sep 23 22:20:45.247 INFO O| Sep 23 22:20:45.247 INFO STEP 111: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43882024-09-23T22:20:46.598Z[ recovery-image] Sep 23 22:20:45.270 INFO O| Sep 23 22:20:45.269 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/bzip2"
43892024-09-23T22:20:46.601Z[ recovery-image] Sep 23 22:20:45.270 INFO O| Sep 23 22:20:45.270 INFO STEP 111 (remove_files) COMPLETE
43902024-09-23T22:20:46.601Z[ recovery-image] Sep 23 22:20:45.270 INFO O| Sep 23 22:20:45.270 INFO STEP 112: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43912024-09-23T22:20:46.634Z[ recovery-image] Sep 23 22:20:45.305 INFO O| Sep 23 22:20:45.305 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/bzip2recover"
43922024-09-23T22:20:46.634Z[ recovery-image] Sep 23 22:20:45.305 INFO O| Sep 23 22:20:45.305 INFO STEP 112 (remove_files) COMPLETE
43932024-09-23T22:20:46.637Z[ recovery-image] Sep 23 22:20:45.306 INFO O| Sep 23 22:20:45.306 INFO STEP 113: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43942024-09-23T22:20:46.660Z[ recovery-image] Sep 23 22:20:45.331 INFO O| Sep 23 22:20:45.331 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/bzmore"
43952024-09-23T22:20:46.660Z[ recovery-image] Sep 23 22:20:45.331 INFO O| Sep 23 22:20:45.331 INFO STEP 113 (remove_files) COMPLETE
43962024-09-23T22:20:46.660Z[ recovery-image] Sep 23 22:20:45.331 INFO O| Sep 23 22:20:45.331 INFO STEP 114: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43972024-09-23T22:20:46.694Z[ recovery-image] Sep 23 22:20:45.366 INFO O| Sep 23 22:20:45.366 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/cal"
43982024-09-23T22:20:46.694Z[ recovery-image] Sep 23 22:20:45.366 INFO O| Sep 23 22:20:45.366 INFO STEP 114 (remove_files) COMPLETE
43992024-09-23T22:20:46.697Z[ recovery-image] Sep 23 22:20:45.366 INFO O| Sep 23 22:20:45.366 INFO STEP 115: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44002024-09-23T22:20:46.717Z[ recovery-image] Sep 23 22:20:45.388 INFO O| Sep 23 22:20:45.388 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/captoinfo"
44012024-09-23T22:20:46.717Z[ recovery-image] Sep 23 22:20:45.389 INFO O| Sep 23 22:20:45.389 INFO STEP 115 (remove_files) COMPLETE
44022024-09-23T22:20:46.717Z[ recovery-image] Sep 23 22:20:45.389 INFO O| Sep 23 22:20:45.389 INFO STEP 116: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44032024-09-23T22:20:46.741Z[ recovery-image] Sep 23 22:20:45.412 INFO O| Sep 23 22:20:45.412 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/cd"
44042024-09-23T22:20:46.741Z[ recovery-image] Sep 23 22:20:45.412 INFO O| Sep 23 22:20:45.412 INFO STEP 116 (remove_files) COMPLETE
44052024-09-23T22:20:46.741Z[ recovery-image] Sep 23 22:20:45.412 INFO O| Sep 23 22:20:45.412 INFO STEP 117: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44062024-09-23T22:20:46.763Z[ recovery-image] Sep 23 22:20:45.434 INFO O| Sep 23 22:20:45.434 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/certutil"
44072024-09-23T22:20:46.786Z[ recovery-image] Sep 23 22:20:45.456 INFO O| Sep 23 22:20:45.456 INFO STEP 117 (remove_files) COMPLETE
44082024-09-23T22:20:46.786Z[ recovery-image] Sep 23 22:20:45.456 INFO O| Sep 23 22:20:45.456 INFO STEP 118: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44092024-09-23T22:20:46.845Z[ recovery-image] Sep 23 22:20:45.516 INFO O| Sep 23 22:20:45.516 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/checkbandwidth"
44102024-09-23T22:20:46.845Z[ recovery-image] Sep 23 22:20:45.516 INFO O| Sep 23 22:20:45.516 INFO STEP 118 (remove_files) COMPLETE
44112024-09-23T22:20:46.847Z[ recovery-image] Sep 23 22:20:45.516 INFO O| Sep 23 22:20:45.516 INFO STEP 119: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44122024-09-23T22:20:46.912Z[ recovery-image] Sep 23 22:20:45.583 INFO O| Sep 23 22:20:45.583 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/chgrp"
44132024-09-23T22:20:46.912Z[ recovery-image] Sep 23 22:20:45.583 INFO O| Sep 23 22:20:45.583 INFO STEP 119 (remove_files) COMPLETE
44142024-09-23T22:20:46.912Z[ recovery-image] Sep 23 22:20:45.583 INFO O| Sep 23 22:20:45.583 INFO STEP 120: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44152024-09-23T22:20:46.942Z[ recovery-image] Sep 23 22:20:45.612 INFO O| Sep 23 22:20:45.611 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/chronyc"
44162024-09-23T22:20:46.942Z[ recovery-image] Sep 23 22:20:45.612 INFO O| Sep 23 22:20:45.612 INFO STEP 120 (remove_files) COMPLETE
44172024-09-23T22:20:46.942Z[ recovery-image] Sep 23 22:20:45.612 INFO O| Sep 23 22:20:45.612 INFO STEP 121: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44182024-09-23T22:20:46.964Z[ recovery-image] Sep 23 22:20:45.634 INFO O| Sep 23 22:20:45.634 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ckdate"
44192024-09-23T22:20:46.964Z[ recovery-image] Sep 23 22:20:45.634 INFO O| Sep 23 22:20:45.634 INFO STEP 121 (remove_files) COMPLETE
44202024-09-23T22:20:46.967Z[ recovery-image] Sep 23 22:20:45.634 INFO O| Sep 23 22:20:45.634 INFO STEP 122: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44212024-09-23T22:20:46.985Z[ recovery-image] Sep 23 22:20:45.656 INFO O| Sep 23 22:20:45.656 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ckgid"
44222024-09-23T22:20:46.985Z[ recovery-image] Sep 23 22:20:45.656 INFO O| Sep 23 22:20:45.656 INFO STEP 122 (remove_files) COMPLETE
44232024-09-23T22:20:46.988Z[ recovery-image] Sep 23 22:20:45.657 INFO O| Sep 23 22:20:45.656 INFO STEP 123: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44242024-09-23T22:20:47.008Z[ recovery-image] Sep 23 22:20:45.680 INFO O| Sep 23 22:20:45.680 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ckint"
44252024-09-23T22:20:47.009Z[ recovery-image] Sep 23 22:20:45.680 INFO O| Sep 23 22:20:45.680 INFO STEP 123 (remove_files) COMPLETE
44262024-09-23T22:20:47.012Z[ recovery-image] Sep 23 22:20:45.680 INFO O| Sep 23 22:20:45.680 INFO STEP 124: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44272024-09-23T22:20:47.056Z[ recovery-image] Sep 23 22:20:45.727 INFO O| Sep 23 22:20:45.727 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ckitem"
44282024-09-23T22:20:47.056Z[ recovery-image] Sep 23 22:20:45.727 INFO O| Sep 23 22:20:45.727 INFO STEP 124 (remove_files) COMPLETE
44292024-09-23T22:20:47.059Z[ recovery-image] Sep 23 22:20:45.727 INFO O| Sep 23 22:20:45.727 INFO STEP 125: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44302024-09-23T22:20:47.083Z[ recovery-image] Sep 23 22:20:45.754 INFO O| Sep 23 22:20:45.754 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ckkeywd"
44312024-09-23T22:20:47.085Z[ recovery-image] Sep 23 22:20:45.754 INFO O| Sep 23 22:20:45.754 INFO STEP 125 (remove_files) COMPLETE
44322024-09-23T22:20:47.085Z[ recovery-image] Sep 23 22:20:45.754 INFO O| Sep 23 22:20:45.754 INFO STEP 126: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44332024-09-23T22:20:47.142Z[ recovery-image] Sep 23 22:20:45.813 INFO O| Sep 23 22:20:45.813 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ckpath"
44342024-09-23T22:20:47.142Z[ recovery-image] Sep 23 22:20:45.813 INFO O| Sep 23 22:20:45.813 INFO STEP 126 (remove_files) COMPLETE
44352024-09-23T22:20:47.142Z[ recovery-image] Sep 23 22:20:45.813 INFO O| Sep 23 22:20:45.813 INFO STEP 127: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44362024-09-23T22:20:47.174Z[ recovery-image] Sep 23 22:20:45.845 INFO O| Sep 23 22:20:45.845 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ckrange"
44372024-09-23T22:20:47.174Z[ recovery-image] Sep 23 22:20:45.845 INFO O| Sep 23 22:20:45.845 INFO STEP 127 (remove_files) COMPLETE
44382024-09-23T22:20:47.174Z[ recovery-image] Sep 23 22:20:45.845 INFO O| Sep 23 22:20:45.845 INFO STEP 128: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44392024-09-23T22:20:47.203Z[ recovery-image] Sep 23 22:20:45.874 INFO O| Sep 23 22:20:45.874 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ckstr"
44402024-09-23T22:20:47.203Z[ recovery-image] Sep 23 22:20:45.875 INFO O| Sep 23 22:20:45.875 INFO STEP 128 (remove_files) COMPLETE
44412024-09-23T22:20:47.207Z[ recovery-image] Sep 23 22:20:45.875 INFO O| Sep 23 22:20:45.875 INFO STEP 129: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44422024-09-23T22:20:47.228Z[ recovery-image] Sep 23 22:20:45.899 INFO O| Sep 23 22:20:45.899 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/cksum"
44432024-09-23T22:20:47.228Z[ recovery-image] Sep 23 22:20:45.899 INFO O| Sep 23 22:20:45.899 INFO STEP 129 (remove_files) COMPLETE
44442024-09-23T22:20:47.230Z[ recovery-image] Sep 23 22:20:45.899 INFO O| Sep 23 22:20:45.899 INFO STEP 130: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44452024-09-23T22:20:47.310Z[ recovery-image] Sep 23 22:20:45.980 INFO O| Sep 23 22:20:45.980 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/cktime"
44462024-09-23T22:20:47.310Z[ recovery-image] Sep 23 22:20:45.980 INFO O| Sep 23 22:20:45.980 INFO STEP 130 (remove_files) COMPLETE
44472024-09-23T22:20:47.310Z[ recovery-image] Sep 23 22:20:45.980 INFO O| Sep 23 22:20:45.980 INFO STEP 131: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44482024-09-23T22:20:47.347Z[ recovery-image] Sep 23 22:20:46.018 INFO O| Sep 23 22:20:46.018 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ckuid"
44492024-09-23T22:20:47.347Z[ recovery-image] Sep 23 22:20:46.018 INFO O| Sep 23 22:20:46.018 INFO STEP 131 (remove_files) COMPLETE
44502024-09-23T22:20:47.347Z[ recovery-image] Sep 23 22:20:46.018 INFO O| Sep 23 22:20:46.018 INFO STEP 132: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44512024-09-23T22:20:47.368Z[ recovery-image] Sep 23 22:20:46.040 INFO O| Sep 23 22:20:46.040 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ckyorn"
44522024-09-23T22:20:47.385Z[ recovery-image] Sep 23 22:20:46.056 INFO O| Sep 23 22:20:46.056 INFO STEP 132 (remove_files) COMPLETE
44532024-09-23T22:20:47.385Z[ recovery-image] Sep 23 22:20:46.056 INFO O| Sep 23 22:20:46.056 INFO STEP 133: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44542024-09-23T22:20:47.425Z[ recovery-image] Sep 23 22:20:46.097 INFO O| Sep 23 22:20:46.097 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/clear"
44552024-09-23T22:20:47.428Z[ recovery-image] Sep 23 22:20:46.097 INFO O| Sep 23 22:20:46.097 INFO STEP 133 (remove_files) COMPLETE
44562024-09-23T22:20:47.428Z[ recovery-image] Sep 23 22:20:46.097 INFO O| Sep 23 22:20:46.097 INFO STEP 134: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44572024-09-23T22:20:47.450Z[ recovery-image] Sep 23 22:20:46.121 INFO O| Sep 23 22:20:46.121 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/cmp"
44582024-09-23T22:20:47.450Z[ recovery-image] Sep 23 22:20:46.121 INFO O| Sep 23 22:20:46.121 INFO STEP 134 (remove_files) COMPLETE
44592024-09-23T22:20:47.452Z[ recovery-image] Sep 23 22:20:46.121 INFO O| Sep 23 22:20:46.121 INFO STEP 135: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44602024-09-23T22:20:47.489Z[ recovery-image] Sep 23 22:20:46.160 INFO O| Sep 23 22:20:46.160 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/col"
44612024-09-23T22:20:47.491Z[ recovery-image] Sep 23 22:20:46.161 INFO O| Sep 23 22:20:46.161 INFO STEP 135 (remove_files) COMPLETE
44622024-09-23T22:20:47.491Z[ recovery-image] Sep 23 22:20:46.161 INFO O| Sep 23 22:20:46.161 INFO STEP 136: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44632024-09-23T22:20:47.524Z[ recovery-image] Sep 23 22:20:46.196 INFO O| Sep 23 22:20:46.195 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/comm"
44642024-09-23T22:20:47.524Z[ recovery-image] Sep 23 22:20:46.196 INFO O| Sep 23 22:20:46.196 INFO STEP 136 (remove_files) COMPLETE
44652024-09-23T22:20:47.524Z[ recovery-image] Sep 23 22:20:46.196 INFO O| Sep 23 22:20:46.196 INFO STEP 137: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44662024-09-23T22:20:47.547Z[ recovery-image] Sep 23 22:20:46.218 INFO O| Sep 23 22:20:46.218 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/command"
44672024-09-23T22:20:47.549Z[ recovery-image] Sep 23 22:20:46.218 INFO O| Sep 23 22:20:46.218 INFO STEP 137 (remove_files) COMPLETE
44682024-09-23T22:20:47.549Z[ recovery-image] Sep 23 22:20:46.218 INFO O| Sep 23 22:20:46.218 INFO STEP 138: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44692024-09-23T22:20:47.582Z[ recovery-image] Sep 23 22:20:46.253 INFO O| Sep 23 22:20:46.253 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/compress"
44702024-09-23T22:20:47.584Z[ recovery-image] Sep 23 22:20:46.253 INFO O| Sep 23 22:20:46.253 INFO STEP 138 (remove_files) COMPLETE
44712024-09-23T22:20:47.585Z[ recovery-image] Sep 23 22:20:46.253 INFO O| Sep 23 22:20:46.253 INFO STEP 139: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44722024-09-23T22:20:47.605Z[ recovery-image] Sep 23 22:20:46.276 INFO O| Sep 23 22:20:46.276 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/connstat"
44732024-09-23T22:20:47.605Z[ recovery-image] Sep 23 22:20:46.277 INFO O| Sep 23 22:20:46.276 INFO STEP 139 (remove_files) COMPLETE
44742024-09-23T22:20:47.605Z[ recovery-image] Sep 23 22:20:46.277 INFO O| Sep 23 22:20:46.277 INFO STEP 140: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44752024-09-23T22:20:47.663Z[ recovery-image] Sep 23 22:20:46.334 INFO O| Sep 23 22:20:46.334 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/cpio"
44762024-09-23T22:20:47.663Z[ recovery-image] Sep 23 22:20:46.334 INFO O| Sep 23 22:20:46.334 INFO STEP 140 (remove_files) COMPLETE
44772024-09-23T22:20:47.666Z[ recovery-image] Sep 23 22:20:46.334 INFO O| Sep 23 22:20:46.334 INFO STEP 141: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44782024-09-23T22:20:47.687Z[ recovery-image] Sep 23 22:20:46.358 INFO O| Sep 23 22:20:46.358 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/cputrack"
44792024-09-23T22:20:47.687Z[ recovery-image] Sep 23 22:20:46.358 INFO O| Sep 23 22:20:46.358 INFO STEP 141 (remove_files) COMPLETE
44802024-09-23T22:20:47.687Z[ recovery-image] Sep 23 22:20:46.358 INFO O| Sep 23 22:20:46.358 INFO STEP 142: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44812024-09-23T22:20:47.725Z[ recovery-image] Sep 23 22:20:46.395 INFO O| Sep 23 22:20:46.395 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/crle"
44822024-09-23T22:20:47.725Z[ recovery-image] Sep 23 22:20:46.395 INFO O| Sep 23 22:20:46.395 INFO STEP 142 (remove_files) COMPLETE
44832024-09-23T22:20:47.725Z[ recovery-image] Sep 23 22:20:46.395 INFO O| Sep 23 22:20:46.395 INFO STEP 143: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44842024-09-23T22:20:47.746Z[ recovery-image] Sep 23 22:20:46.418 INFO O| Sep 23 22:20:46.418 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/crontab"
44852024-09-23T22:20:47.749Z[ recovery-image] Sep 23 22:20:46.418 INFO O| Sep 23 22:20:46.418 INFO STEP 143 (remove_files) COMPLETE
44862024-09-23T22:20:47.749Z[ recovery-image] Sep 23 22:20:46.418 INFO O| Sep 23 22:20:46.418 INFO STEP 144: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44872024-09-23T22:20:47.791Z[ recovery-image] Sep 23 22:20:46.462 INFO O| Sep 23 22:20:46.462 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/crypt"
44882024-09-23T22:20:47.794Z[ recovery-image] Sep 23 22:20:46.462 INFO O| Sep 23 22:20:46.462 INFO STEP 144 (remove_files) COMPLETE
44892024-09-23T22:20:47.794Z[ recovery-image] Sep 23 22:20:46.462 INFO O| Sep 23 22:20:46.462 INFO STEP 145: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44902024-09-23T22:20:47.815Z[ recovery-image] Sep 23 22:20:46.486 INFO O| Sep 23 22:20:46.486 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/csh"
44912024-09-23T22:20:47.815Z[ recovery-image] Sep 23 22:20:46.487 INFO O| Sep 23 22:20:46.487 INFO STEP 145 (remove_files) COMPLETE
44922024-09-23T22:20:47.818Z[ recovery-image] Sep 23 22:20:46.487 INFO O| Sep 23 22:20:46.487 INFO STEP 146: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44932024-09-23T22:20:47.842Z[ recovery-image] Sep 23 22:20:46.513 INFO O| Sep 23 22:20:46.513 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/csplit"
44942024-09-23T22:20:47.842Z[ recovery-image] Sep 23 22:20:46.513 INFO O| Sep 23 22:20:46.513 INFO STEP 146 (remove_files) COMPLETE
44952024-09-23T22:20:47.842Z[ recovery-image] Sep 23 22:20:46.513 INFO O| Sep 23 22:20:46.513 INFO STEP 147: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44962024-09-23T22:20:47.868Z[ recovery-image] Sep 23 22:20:46.539 INFO O| Sep 23 22:20:46.539 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/curl"
44972024-09-23T22:20:47.868Z[ recovery-image] Sep 23 22:20:46.539 INFO O| Sep 23 22:20:46.539 INFO STEP 147 (remove_files) COMPLETE
44982024-09-23T22:20:47.870Z[ recovery-image] Sep 23 22:20:46.539 INFO O| Sep 23 22:20:46.539 INFO STEP 148: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44992024-09-23T22:20:47.901Z[ recovery-image] Sep 23 22:20:46.572 INFO O| Sep 23 22:20:46.572 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/curl-config"
45002024-09-23T22:20:47.901Z[ recovery-image] Sep 23 22:20:46.572 INFO O| Sep 23 22:20:46.572 INFO STEP 148 (remove_files) COMPLETE
45012024-09-23T22:20:47.904Z[ recovery-image] Sep 23 22:20:46.572 INFO O| Sep 23 22:20:46.572 INFO STEP 149: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45022024-09-23T22:20:47.936Z[ recovery-image] Sep 23 22:20:46.607 INFO O| Sep 23 22:20:46.607 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/dc"
45032024-09-23T22:20:47.936Z[ recovery-image] Sep 23 22:20:46.608 INFO O| Sep 23 22:20:46.608 INFO STEP 149 (remove_files) COMPLETE
45042024-09-23T22:20:47.940Z[ recovery-image] Sep 23 22:20:46.608 INFO O| Sep 23 22:20:46.608 INFO STEP 150: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45052024-09-23T22:20:47.965Z[ recovery-image] Sep 23 22:20:46.636 INFO O| Sep 23 22:20:46.635 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/decrypt"
45062024-09-23T22:20:47.965Z[ recovery-image] Sep 23 22:20:46.636 INFO O| Sep 23 22:20:46.636 INFO STEP 150 (remove_files) COMPLETE
45072024-09-23T22:20:47.965Z[ recovery-image] Sep 23 22:20:46.636 INFO O| Sep 23 22:20:46.636 INFO STEP 151: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45082024-09-23T22:20:48.007Z[ recovery-image] Sep 23 22:20:46.678 INFO O| Sep 23 22:20:46.678 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/devattr"
45092024-09-23T22:20:48.007Z[ recovery-image] Sep 23 22:20:46.678 INFO O| Sep 23 22:20:46.678 INFO STEP 151 (remove_files) COMPLETE
45102024-09-23T22:20:48.007Z[ recovery-image] Sep 23 22:20:46.679 INFO O| Sep 23 22:20:46.678 INFO STEP 152: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45112024-09-23T22:20:48.030Z[ recovery-image] Sep 23 22:20:46.702 INFO O| Sep 23 22:20:46.701 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/devfree"
45122024-09-23T22:20:48.030Z[ recovery-image] Sep 23 22:20:46.702 INFO O| Sep 23 22:20:46.702 INFO STEP 152 (remove_files) COMPLETE
45132024-09-23T22:20:48.030Z[ recovery-image] Sep 23 22:20:46.702 INFO O| Sep 23 22:20:46.702 INFO STEP 153: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45142024-09-23T22:20:48.087Z[ recovery-image] Sep 23 22:20:46.759 INFO O| Sep 23 22:20:46.758 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/devreserv"
45152024-09-23T22:20:48.087Z[ recovery-image] Sep 23 22:20:46.759 INFO O| Sep 23 22:20:46.759 INFO STEP 153 (remove_files) COMPLETE
45162024-09-23T22:20:48.087Z[ recovery-image] Sep 23 22:20:46.759 INFO O| Sep 23 22:20:46.759 INFO STEP 154: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45172024-09-23T22:20:48.109Z[ recovery-image] Sep 23 22:20:46.780 INFO O| Sep 23 22:20:46.780 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/diff3"
45182024-09-23T22:20:48.109Z[ recovery-image] Sep 23 22:20:46.780 INFO O| Sep 23 22:20:46.780 INFO STEP 154 (remove_files) COMPLETE
45192024-09-23T22:20:48.112Z[ recovery-image] Sep 23 22:20:46.781 INFO O| Sep 23 22:20:46.780 INFO STEP 155: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45202024-09-23T22:20:48.130Z[ recovery-image] Sep 23 22:20:46.801 INFO O| Sep 23 22:20:46.801 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/digest"
45212024-09-23T22:20:48.130Z[ recovery-image] Sep 23 22:20:46.801 INFO O| Sep 23 22:20:46.801 INFO STEP 155 (remove_files) COMPLETE
45222024-09-23T22:20:48.132Z[ recovery-image] Sep 23 22:20:46.801 INFO O| Sep 23 22:20:46.801 INFO STEP 156: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45232024-09-23T22:20:48.149Z[ recovery-image] Sep 23 22:20:46.821 INFO O| Sep 23 22:20:46.821 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/dircmp"
45242024-09-23T22:20:48.149Z[ recovery-image] Sep 23 22:20:46.821 INFO O| Sep 23 22:20:46.821 INFO STEP 156 (remove_files) COMPLETE
45252024-09-23T22:20:48.149Z[ recovery-image] Sep 23 22:20:46.821 INFO O| Sep 23 22:20:46.821 INFO STEP 157: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45262024-09-23T22:20:48.169Z[ recovery-image] Sep 23 22:20:46.840 INFO O| Sep 23 22:20:46.840 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/dirname"
45272024-09-23T22:20:48.169Z[ recovery-image] Sep 23 22:20:46.840 INFO O| Sep 23 22:20:46.840 INFO STEP 157 (remove_files) COMPLETE
45282024-09-23T22:20:48.169Z[ recovery-image] Sep 23 22:20:46.840 INFO O| Sep 23 22:20:46.840 INFO STEP 158: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45292024-09-23T22:20:48.195Z[ recovery-image] Sep 23 22:20:46.866 INFO O| Sep 23 22:20:46.866 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/diskinfo"
45302024-09-23T22:20:48.195Z[ recovery-image] Sep 23 22:20:46.866 INFO O| Sep 23 22:20:46.866 INFO STEP 158 (remove_files) COMPLETE
45312024-09-23T22:20:48.198Z[ recovery-image] Sep 23 22:20:46.866 INFO O| Sep 23 22:20:46.866 INFO STEP 159: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45322024-09-23T22:20:48.241Z[ recovery-image] Sep 23 22:20:46.912 INFO O| Sep 23 22:20:46.912 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/diskscan"
45332024-09-23T22:20:48.241Z[ recovery-image] Sep 23 22:20:46.913 INFO O| Sep 23 22:20:46.912 INFO STEP 159 (remove_files) COMPLETE
45342024-09-23T22:20:48.241Z[ recovery-image] Sep 23 22:20:46.913 INFO O| Sep 23 22:20:46.913 INFO STEP 160: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45352024-09-23T22:20:48.266Z[ recovery-image] Sep 23 22:20:46.937 INFO O| Sep 23 22:20:46.937 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/dispgid"
45362024-09-23T22:20:48.266Z[ recovery-image] Sep 23 22:20:46.937 INFO O| Sep 23 22:20:46.937 INFO STEP 160 (remove_files) COMPLETE
45372024-09-23T22:20:48.269Z[ recovery-image] Sep 23 22:20:46.938 INFO O| Sep 23 22:20:46.937 INFO STEP 161: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45382024-09-23T22:20:48.308Z[ recovery-image] Sep 23 22:20:46.979 INFO O| Sep 23 22:20:46.979 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/dispuid"
45392024-09-23T22:20:48.308Z[ recovery-image] Sep 23 22:20:46.979 INFO O| Sep 23 22:20:46.979 INFO STEP 161 (remove_files) COMPLETE
45402024-09-23T22:20:48.310Z[ recovery-image] Sep 23 22:20:46.979 INFO O| Sep 23 22:20:46.979 INFO STEP 162: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45412024-09-23T22:20:48.361Z[ recovery-image] Sep 23 22:20:47.032 INFO O| Sep 23 22:20:47.032 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/dos2unix"
45422024-09-23T22:20:48.363Z[ recovery-image] Sep 23 22:20:47.032 INFO O| Sep 23 22:20:47.032 INFO STEP 162 (remove_files) COMPLETE
45432024-09-23T22:20:48.363Z[ recovery-image] Sep 23 22:20:47.032 INFO O| Sep 23 22:20:47.032 INFO STEP 163: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45442024-09-23T22:20:48.397Z[ recovery-image] Sep 23 22:20:47.068 INFO O| Sep 23 22:20:47.068 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/du"
45452024-09-23T22:20:48.397Z[ recovery-image] Sep 23 22:20:47.068 INFO O| Sep 23 22:20:47.068 INFO STEP 163 (remove_files) COMPLETE
45462024-09-23T22:20:48.397Z[ recovery-image] Sep 23 22:20:47.068 INFO O| Sep 23 22:20:47.068 INFO STEP 164: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45472024-09-23T22:20:48.420Z[ recovery-image] Sep 23 22:20:47.091 INFO O| Sep 23 22:20:47.091 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/dumpcs"
45482024-09-23T22:20:48.420Z[ recovery-image] Sep 23 22:20:47.091 INFO O| Sep 23 22:20:47.091 INFO STEP 164 (remove_files) COMPLETE
45492024-09-23T22:20:48.422Z[ recovery-image] Sep 23 22:20:47.091 INFO O| Sep 23 22:20:47.091 INFO STEP 165: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45502024-09-23T22:20:48.439Z[ recovery-image] Sep 23 22:20:47.111 INFO O| Sep 23 22:20:47.110 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/dumpkeys"
45512024-09-23T22:20:48.439Z[ recovery-image] Sep 23 22:20:47.111 INFO O| Sep 23 22:20:47.111 INFO STEP 165 (remove_files) COMPLETE
45522024-09-23T22:20:48.442Z[ recovery-image] Sep 23 22:20:47.111 INFO O| Sep 23 22:20:47.111 INFO STEP 166: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45532024-09-23T22:20:48.485Z[ recovery-image] Sep 23 22:20:47.156 INFO O| Sep 23 22:20:47.156 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/edit"
45542024-09-23T22:20:48.485Z[ recovery-image] Sep 23 22:20:47.156 INFO O| Sep 23 22:20:47.156 INFO STEP 166 (remove_files) COMPLETE
45552024-09-23T22:20:48.485Z[ recovery-image] Sep 23 22:20:47.156 INFO O| Sep 23 22:20:47.156 INFO STEP 167: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45562024-09-23T22:20:48.564Z[ recovery-image] Sep 23 22:20:47.235 INFO O| Sep 23 22:20:47.235 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/eject"
45572024-09-23T22:20:48.564Z[ recovery-image] Sep 23 22:20:47.235 INFO O| Sep 23 22:20:47.235 INFO STEP 167 (remove_files) COMPLETE
45582024-09-23T22:20:48.566Z[ recovery-image] Sep 23 22:20:47.235 INFO O| Sep 23 22:20:47.235 INFO STEP 168: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45592024-09-23T22:20:48.587Z[ recovery-image] Sep 23 22:20:47.258 INFO O| Sep 23 22:20:47.258 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/elfsign"
45602024-09-23T22:20:48.590Z[ recovery-image] Sep 23 22:20:47.259 INFO O| Sep 23 22:20:47.259 INFO STEP 168 (remove_files) COMPLETE
45612024-09-23T22:20:48.590Z[ recovery-image] Sep 23 22:20:47.259 INFO O| Sep 23 22:20:47.259 INFO STEP 169: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45622024-09-23T22:20:48.611Z[ recovery-image] Sep 23 22:20:47.281 INFO O| Sep 23 22:20:47.281 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/elfwrap"
45632024-09-23T22:20:48.611Z[ recovery-image] Sep 23 22:20:47.281 INFO O| Sep 23 22:20:47.281 INFO STEP 169 (remove_files) COMPLETE
45642024-09-23T22:20:48.611Z[ recovery-image] Sep 23 22:20:47.281 INFO O| Sep 23 22:20:47.281 INFO STEP 170: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45652024-09-23T22:20:48.632Z[ recovery-image] Sep 23 22:20:47.302 INFO O| Sep 23 22:20:47.302 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/encode_keychange"
45662024-09-23T22:20:48.632Z[ recovery-image] Sep 23 22:20:47.302 INFO O| Sep 23 22:20:47.302 INFO STEP 170 (remove_files) COMPLETE
45672024-09-23T22:20:48.632Z[ recovery-image] Sep 23 22:20:47.302 INFO O| Sep 23 22:20:47.302 INFO STEP 171: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45682024-09-23T22:20:48.660Z[ recovery-image] Sep 23 22:20:47.331 INFO O| Sep 23 22:20:47.331 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/encrypt"
45692024-09-23T22:20:48.663Z[ recovery-image] Sep 23 22:20:47.332 INFO O| Sep 23 22:20:47.331 INFO STEP 171 (remove_files) COMPLETE
45702024-09-23T22:20:48.663Z[ recovery-image] Sep 23 22:20:47.332 INFO O| Sep 23 22:20:47.331 INFO STEP 172: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45712024-09-23T22:20:48.681Z[ recovery-image] Sep 23 22:20:47.353 INFO O| Sep 23 22:20:47.353 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/enhance"
45722024-09-23T22:20:48.681Z[ recovery-image] Sep 23 22:20:47.353 INFO O| Sep 23 22:20:47.353 INFO STEP 172 (remove_files) COMPLETE
45732024-09-23T22:20:48.681Z[ recovery-image] Sep 23 22:20:47.353 INFO O| Sep 23 22:20:47.353 INFO STEP 173: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45742024-09-23T22:20:48.732Z[ recovery-image] Sep 23 22:20:47.404 INFO O| Sep 23 22:20:47.404 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/env"
45752024-09-23T22:20:48.735Z[ recovery-image] Sep 23 22:20:47.404 INFO O| Sep 23 22:20:47.404 INFO STEP 173 (remove_files) COMPLETE
45762024-09-23T22:20:48.735Z[ recovery-image] Sep 23 22:20:47.404 INFO O| Sep 23 22:20:47.404 INFO STEP 174: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45772024-09-23T22:20:48.756Z[ recovery-image] Sep 23 22:20:47.427 INFO O| Sep 23 22:20:47.427 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/etdump"
45782024-09-23T22:20:48.756Z[ recovery-image] Sep 23 22:20:47.427 INFO O| Sep 23 22:20:47.427 INFO STEP 174 (remove_files) COMPLETE
45792024-09-23T22:20:48.756Z[ recovery-image] Sep 23 22:20:47.427 INFO O| Sep 23 22:20:47.427 INFO STEP 175: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45802024-09-23T22:20:48.795Z[ recovery-image] Sep 23 22:20:47.466 INFO O| Sep 23 22:20:47.466 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/expand"
45812024-09-23T22:20:48.795Z[ recovery-image] Sep 23 22:20:47.466 INFO O| Sep 23 22:20:47.466 INFO STEP 175 (remove_files) COMPLETE
45822024-09-23T22:20:48.798Z[ recovery-image] Sep 23 22:20:47.467 INFO O| Sep 23 22:20:47.466 INFO STEP 176: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45832024-09-23T22:20:48.819Z[ recovery-image] Sep 23 22:20:47.490 INFO O| Sep 23 22:20:47.490 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/exstr"
45842024-09-23T22:20:48.819Z[ recovery-image] Sep 23 22:20:47.490 INFO O| Sep 23 22:20:47.490 INFO STEP 176 (remove_files) COMPLETE
45852024-09-23T22:20:48.819Z[ recovery-image] Sep 23 22:20:47.490 INFO O| Sep 23 22:20:47.490 INFO STEP 177: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45862024-09-23T22:20:48.845Z[ recovery-image] Sep 23 22:20:47.516 INFO O| Sep 23 22:20:47.516 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/factor"
45872024-09-23T22:20:48.853Z[ recovery-image] Sep 23 22:20:47.525 INFO O| Sep 23 22:20:47.525 INFO STEP 177 (remove_files) COMPLETE
45882024-09-23T22:20:48.853Z[ recovery-image] Sep 23 22:20:47.525 INFO O| Sep 23 22:20:47.525 INFO STEP 178: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45892024-09-23T22:20:48.911Z[ recovery-image] Sep 23 22:20:47.582 INFO O| Sep 23 22:20:47.582 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/false"
45902024-09-23T22:20:48.913Z[ recovery-image] Sep 23 22:20:47.582 INFO O| Sep 23 22:20:47.582 INFO STEP 178 (remove_files) COMPLETE
45912024-09-23T22:20:48.913Z[ recovery-image] Sep 23 22:20:47.582 INFO O| Sep 23 22:20:47.582 INFO STEP 179: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45922024-09-23T22:20:48.939Z[ recovery-image] Sep 23 22:20:47.610 INFO O| Sep 23 22:20:47.610 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/fc"
45932024-09-23T22:20:48.939Z[ recovery-image] Sep 23 22:20:47.610 INFO O| Sep 23 22:20:47.610 INFO STEP 179 (remove_files) COMPLETE
45942024-09-23T22:20:48.939Z[ recovery-image] Sep 23 22:20:47.610 INFO O| Sep 23 22:20:47.610 INFO STEP 180: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45952024-09-23T22:20:48.964Z[ host-image] Sep 23 22:20:47.636 INFO O| Sep 23 22:20:47.636 INFO O| Planning: Solver setup ... Done
45962024-09-23T22:20:48.974Z[ host-image] Sep 23 22:20:47.643 INFO O| Sep 23 22:20:47.643 INFO O| Planning: Running solver ... Done
45972024-09-23T22:20:48.998Z[ recovery-image] Sep 23 22:20:47.669 INFO O| Sep 23 22:20:47.669 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/fdetach"
45982024-09-23T22:20:48.998Z[ recovery-image] Sep 23 22:20:47.669 INFO O| Sep 23 22:20:47.669 INFO STEP 180 (remove_files) COMPLETE
45992024-09-23T22:20:49.000Z[ recovery-image] Sep 23 22:20:47.669 INFO O| Sep 23 22:20:47.669 INFO STEP 181: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46002024-09-23T22:20:49.026Z[ recovery-image] Sep 23 22:20:47.697 INFO O| Sep 23 22:20:47.697 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/fdformat"
46012024-09-23T22:20:49.049Z[ recovery-image] Sep 23 22:20:47.720 INFO O| Sep 23 22:20:47.720 INFO STEP 181 (remove_files) COMPLETE
46022024-09-23T22:20:49.049Z[ recovery-image] Sep 23 22:20:47.720 INFO O| Sep 23 22:20:47.720 INFO STEP 182: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46032024-09-23T22:20:49.054Z[ host-image] Sep 23 22:20:47.726 INFO O| Sep 23 22:20:47.726 INFO O| Planning: Finding local manifests ... Done
46042024-09-23T22:20:49.057Z[ host-image] Sep 23 22:20:47.728 INFO O| Sep 23 22:20:47.728 INFO O| Planning: Fetching manifests: 0/6 0% complete
46052024-09-23T22:20:49.114Z[ recovery-image] Sep 23 22:20:47.786 INFO O| Sep 23 22:20:47.785 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/fg"
46062024-09-23T22:20:49.114Z[ recovery-image] Sep 23 22:20:47.786 INFO O| Sep 23 22:20:47.786 INFO STEP 182 (remove_files) COMPLETE
46072024-09-23T22:20:49.114Z[ recovery-image] Sep 23 22:20:47.786 INFO O| Sep 23 22:20:47.786 INFO STEP 183: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46082024-09-23T22:20:49.135Z[ recovery-image] Sep 23 22:20:47.806 INFO O| Sep 23 22:20:47.806 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/fgrep"
46092024-09-23T22:20:49.161Z[ recovery-image] Sep 23 22:20:47.833 INFO O| Sep 23 22:20:47.833 INFO STEP 183 (remove_files) COMPLETE
46102024-09-23T22:20:49.164Z[ recovery-image] Sep 23 22:20:47.833 INFO O| Sep 23 22:20:47.833 INFO STEP 184: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46112024-09-23T22:20:49.221Z[ recovery-image] Sep 23 22:20:47.892 INFO O| Sep 23 22:20:47.892 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/file"
46122024-09-23T22:20:49.221Z[ recovery-image] Sep 23 22:20:47.892 INFO O| Sep 23 22:20:47.892 INFO STEP 184 (remove_files) COMPLETE
46132024-09-23T22:20:49.221Z[ recovery-image] Sep 23 22:20:47.892 INFO O| Sep 23 22:20:47.892 INFO STEP 185: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46142024-09-23T22:20:49.240Z[ recovery-image] Sep 23 22:20:47.911 INFO O| Sep 23 22:20:47.911 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/fixproc"
46152024-09-23T22:20:49.240Z[ recovery-image] Sep 23 22:20:47.911 INFO O| Sep 23 22:20:47.911 INFO STEP 185 (remove_files) COMPLETE
46162024-09-23T22:20:49.240Z[ recovery-image] Sep 23 22:20:47.911 INFO O| Sep 23 22:20:47.911 INFO STEP 186: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46172024-09-23T22:20:49.261Z[ recovery-image] Sep 23 22:20:47.932 INFO O| Sep 23 22:20:47.932 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/fmt"
46182024-09-23T22:20:49.261Z[ recovery-image] Sep 23 22:20:47.932 INFO O| Sep 23 22:20:47.932 INFO STEP 186 (remove_files) COMPLETE
46192024-09-23T22:20:49.261Z[ recovery-image] Sep 23 22:20:47.932 INFO O| Sep 23 22:20:47.932 INFO STEP 187: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46202024-09-23T22:20:49.279Z[ recovery-image] Sep 23 22:20:47.951 INFO O| Sep 23 22:20:47.951 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/fmtmsg"
46212024-09-23T22:20:49.280Z[ recovery-image] Sep 23 22:20:47.951 INFO O| Sep 23 22:20:47.951 INFO STEP 187 (remove_files) COMPLETE
46222024-09-23T22:20:49.282Z[ recovery-image] Sep 23 22:20:47.951 INFO O| Sep 23 22:20:47.951 INFO STEP 188: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46232024-09-23T22:20:49.325Z[ recovery-image] Sep 23 22:20:47.994 INFO O| Sep 23 22:20:47.994 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/fold"
46242024-09-23T22:20:49.328Z[ recovery-image] Sep 23 22:20:47.994 INFO O| Sep 23 22:20:47.994 INFO STEP 188 (remove_files) COMPLETE
46252024-09-23T22:20:49.328Z[ recovery-image] Sep 23 22:20:47.994 INFO O| Sep 23 22:20:47.994 INFO STEP 189: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46262024-09-23T22:20:49.344Z[ recovery-image] Sep 23 22:20:48.015 INFO O| Sep 23 22:20:48.015 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/fsstat"
46272024-09-23T22:20:49.347Z[ recovery-image] Sep 23 22:20:48.015 INFO O| Sep 23 22:20:48.015 INFO STEP 189 (remove_files) COMPLETE
46282024-09-23T22:20:49.347Z[ recovery-image] Sep 23 22:20:48.015 INFO O| Sep 23 22:20:48.015 INFO STEP 190: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46292024-09-23T22:20:49.373Z[ recovery-image] Sep 23 22:20:48.043 INFO O| Sep 23 22:20:48.043 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gclear"
46302024-09-23T22:20:49.383Z[ host-image] Sep 23 22:20:48.054 INFO O| Sep 23 22:20:48.054 INFO O| Planning: Fetching manifests: 6/6 100% complete
46312024-09-23T22:20:49.392Z[ recovery-image] Sep 23 22:20:48.064 INFO O| Sep 23 22:20:48.064 INFO STEP 190 (remove_files) COMPLETE
46322024-09-23T22:20:49.392Z[ recovery-image] Sep 23 22:20:48.064 INFO O| Sep 23 22:20:48.064 INFO STEP 191: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46332024-09-23T22:20:49.414Z[ recovery-image] Sep 23 22:20:48.085 INFO O| Sep 23 22:20:48.085 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gcore"
46342024-09-23T22:20:49.421Z[ recovery-image] Sep 23 22:20:48.085 INFO O| Sep 23 22:20:48.085 INFO STEP 191 (remove_files) COMPLETE
46352024-09-23T22:20:49.421Z[ recovery-image] Sep 23 22:20:48.085 INFO O| Sep 23 22:20:48.085 INFO STEP 192: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46362024-09-23T22:20:49.442Z[ host-image] Sep 23 22:20:48.113 INFO O| Sep 23 22:20:48.113 INFO O| Planning: Package planning ... Done
46372024-09-23T22:20:49.456Z[ recovery-image] Sep 23 22:20:48.127 INFO O| Sep 23 22:20:48.127 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/geniconvtbl"
46382024-09-23T22:20:49.456Z[ recovery-image] Sep 23 22:20:48.127 INFO O| Sep 23 22:20:48.127 INFO STEP 192 (remove_files) COMPLETE
46392024-09-23T22:20:49.456Z[ recovery-image] Sep 23 22:20:48.127 INFO O| Sep 23 22:20:48.127 INFO STEP 193: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46402024-09-23T22:20:49.482Z[ recovery-image] Sep 23 22:20:48.153 INFO O| Sep 23 22:20:48.153 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/getconf"
46412024-09-23T22:20:49.482Z[ recovery-image] Sep 23 22:20:48.153 INFO O| Sep 23 22:20:48.153 INFO STEP 193 (remove_files) COMPLETE
46422024-09-23T22:20:49.482Z[ recovery-image] Sep 23 22:20:48.153 INFO O| Sep 23 22:20:48.153 INFO STEP 194: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46432024-09-23T22:20:49.499Z[ host-image] Sep 23 22:20:48.171 INFO O| Sep 23 22:20:48.171 INFO O| Planning: Merging actions ... Done
46442024-09-23T22:20:49.521Z[ recovery-image] Sep 23 22:20:48.191 INFO O| Sep 23 22:20:48.191 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/getdev"
46452024-09-23T22:20:49.521Z[ recovery-image] Sep 23 22:20:48.192 INFO O| Sep 23 22:20:48.191 INFO STEP 194 (remove_files) COMPLETE
46462024-09-23T22:20:49.521Z[ recovery-image] Sep 23 22:20:48.192 INFO O| Sep 23 22:20:48.192 INFO STEP 195: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46472024-09-23T22:20:49.556Z[ recovery-image] Sep 23 22:20:48.228 INFO O| Sep 23 22:20:48.227 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/getdgrp"
46482024-09-23T22:20:49.556Z[ recovery-image] Sep 23 22:20:48.228 INFO O| Sep 23 22:20:48.228 INFO STEP 195 (remove_files) COMPLETE
46492024-09-23T22:20:49.556Z[ recovery-image] Sep 23 22:20:48.228 INFO O| Sep 23 22:20:48.228 INFO STEP 196: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46502024-09-23T22:20:49.607Z[ recovery-image] Sep 23 22:20:48.277 INFO O| Sep 23 22:20:48.277 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/getent"
46512024-09-23T22:20:49.607Z[ recovery-image] Sep 23 22:20:48.277 INFO O| Sep 23 22:20:48.277 INFO STEP 196 (remove_files) COMPLETE
46522024-09-23T22:20:49.608Z[ recovery-image] Sep 23 22:20:48.277 INFO O| Sep 23 22:20:48.277 INFO STEP 197: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46532024-09-23T22:20:49.663Z[ recovery-image] Sep 23 22:20:48.334 INFO O| Sep 23 22:20:48.334 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/getfacl"
46542024-09-23T22:20:49.663Z[ recovery-image] Sep 23 22:20:48.334 INFO O| Sep 23 22:20:48.334 INFO STEP 197 (remove_files) COMPLETE
46552024-09-23T22:20:49.663Z[ recovery-image] Sep 23 22:20:48.334 INFO O| Sep 23 22:20:48.334 INFO STEP 198: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46562024-09-23T22:20:49.667Z[ host-image] Sep 23 22:20:48.339 INFO O| Sep 23 22:20:48.339 INFO O| Planning: Checking for conflicting actions ... Done
46572024-09-23T22:20:49.675Z[ host-image] Sep 23 22:20:48.347 INFO O| Sep 23 22:20:48.347 INFO O| Planning: Consolidating action changes ... Done
46582024-09-23T22:20:49.685Z[ recovery-image] Sep 23 22:20:48.356 INFO O| Sep 23 22:20:48.356 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/getopt"
46592024-09-23T22:20:49.685Z[ recovery-image] Sep 23 22:20:48.356 INFO O| Sep 23 22:20:48.356 INFO STEP 198 (remove_files) COMPLETE
46602024-09-23T22:20:49.689Z[ recovery-image] Sep 23 22:20:48.356 INFO O| Sep 23 22:20:48.356 INFO STEP 199: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46612024-09-23T22:20:49.744Z[ recovery-image] Sep 23 22:20:48.416 INFO O| Sep 23 22:20:48.416 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/getopts"
46622024-09-23T22:20:49.744Z[ recovery-image] Sep 23 22:20:48.416 INFO O| Sep 23 22:20:48.416 INFO STEP 199 (remove_files) COMPLETE
46632024-09-23T22:20:49.744Z[ recovery-image] Sep 23 22:20:48.416 INFO O| Sep 23 22:20:48.416 INFO STEP 200: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46642024-09-23T22:20:49.787Z[ recovery-image] Sep 23 22:20:48.458 INFO O| Sep 23 22:20:48.458 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gettext"
46652024-09-23T22:20:49.789Z[ recovery-image] Sep 23 22:20:48.459 INFO O| Sep 23 22:20:48.459 INFO STEP 200 (remove_files) COMPLETE
46662024-09-23T22:20:49.790Z[ recovery-image] Sep 23 22:20:48.459 INFO O| Sep 23 22:20:48.459 INFO STEP 201: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46672024-09-23T22:20:49.809Z[ recovery-image] Sep 23 22:20:48.481 INFO O| Sep 23 22:20:48.480 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/getvol"
46682024-09-23T22:20:49.812Z[ recovery-image] Sep 23 22:20:48.481 INFO O| Sep 23 22:20:48.481 INFO STEP 201 (remove_files) COMPLETE
46692024-09-23T22:20:49.812Z[ recovery-image] Sep 23 22:20:48.481 INFO O| Sep 23 22:20:48.481 INFO STEP 202: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46702024-09-23T22:20:49.833Z[ recovery-image] Sep 23 22:20:48.504 INFO O| Sep 23 22:20:48.504 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ginfocmp"
46712024-09-23T22:20:49.835Z[ recovery-image] Sep 23 22:20:48.504 INFO O| Sep 23 22:20:48.504 INFO STEP 202 (remove_files) COMPLETE
46722024-09-23T22:20:49.835Z[ recovery-image] Sep 23 22:20:48.505 INFO O| Sep 23 22:20:48.504 INFO STEP 203: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46732024-09-23T22:20:49.866Z[ recovery-image] Sep 23 22:20:48.537 INFO O| Sep 23 22:20:48.537 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/groups"
46742024-09-23T22:20:49.868Z[ recovery-image] Sep 23 22:20:48.537 INFO O| Sep 23 22:20:48.537 INFO STEP 203 (remove_files) COMPLETE
46752024-09-23T22:20:49.868Z[ recovery-image] Sep 23 22:20:48.537 INFO O| Sep 23 22:20:48.537 INFO STEP 204: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46762024-09-23T22:20:49.886Z[ recovery-image] Sep 23 22:20:48.557 INFO O| Sep 23 22:20:48.557 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gtabs"
46772024-09-23T22:20:49.909Z[ recovery-image] Sep 23 22:20:48.580 INFO O| Sep 23 22:20:48.580 INFO STEP 204 (remove_files) COMPLETE
46782024-09-23T22:20:49.909Z[ recovery-image] Sep 23 22:20:48.580 INFO O| Sep 23 22:20:48.580 INFO STEP 205: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46792024-09-23T22:20:49.948Z[ recovery-image] Sep 23 22:20:48.619 INFO O| Sep 23 22:20:48.619 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gtic"
46802024-09-23T22:20:49.948Z[ recovery-image] Sep 23 22:20:48.619 INFO O| Sep 23 22:20:48.619 INFO STEP 205 (remove_files) COMPLETE
46812024-09-23T22:20:49.948Z[ recovery-image] Sep 23 22:20:48.619 INFO O| Sep 23 22:20:48.619 INFO STEP 206: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46822024-09-23T22:20:50.019Z[ recovery-image] Sep 23 22:20:48.679 INFO O| Sep 23 22:20:48.679 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gtoe"
46832024-09-23T22:20:50.019Z[ recovery-image] Sep 23 22:20:48.679 INFO O| Sep 23 22:20:48.679 INFO STEP 206 (remove_files) COMPLETE
46842024-09-23T22:20:50.019Z[ recovery-image] Sep 23 22:20:48.679 INFO O| Sep 23 22:20:48.679 INFO STEP 207: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46852024-09-23T22:20:50.045Z[ recovery-image] Sep 23 22:20:48.716 INFO O| Sep 23 22:20:48.716 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gtput"
46862024-09-23T22:20:50.045Z[ recovery-image] Sep 23 22:20:48.716 INFO O| Sep 23 22:20:48.716 INFO STEP 207 (remove_files) COMPLETE
46872024-09-23T22:20:50.045Z[ recovery-image] Sep 23 22:20:48.716 INFO O| Sep 23 22:20:48.716 INFO STEP 208: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46882024-09-23T22:20:50.073Z[ recovery-image] Sep 23 22:20:48.744 INFO O| Sep 23 22:20:48.744 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gtset"
46892024-09-23T22:20:50.073Z[ recovery-image] Sep 23 22:20:48.744 INFO O| Sep 23 22:20:48.744 INFO STEP 208 (remove_files) COMPLETE
46902024-09-23T22:20:50.075Z[ recovery-image] Sep 23 22:20:48.744 INFO O| Sep 23 22:20:48.744 INFO STEP 209: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46912024-09-23T22:20:50.093Z[ recovery-image] Sep 23 22:20:48.764 INFO O| Sep 23 22:20:48.764 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gunzip"
46922024-09-23T22:20:50.093Z[ recovery-image] Sep 23 22:20:48.764 INFO O| Sep 23 22:20:48.764 INFO STEP 209 (remove_files) COMPLETE
46932024-09-23T22:20:50.097Z[ recovery-image] Sep 23 22:20:48.764 INFO O| Sep 23 22:20:48.764 INFO STEP 210: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46942024-09-23T22:20:50.130Z[ recovery-image] Sep 23 22:20:48.802 INFO O| Sep 23 22:20:48.802 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gzcat"
46952024-09-23T22:20:50.130Z[ recovery-image] Sep 23 22:20:48.802 INFO O| Sep 23 22:20:48.802 INFO STEP 210 (remove_files) COMPLETE
46962024-09-23T22:20:50.135Z[ recovery-image] Sep 23 22:20:48.802 INFO O| Sep 23 22:20:48.802 INFO STEP 211: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46972024-09-23T22:20:50.147Z[ host-image] Sep 23 22:20:48.819 INFO O| Sep 23 22:20:48.818 INFO O| Planning: Evaluating mediators ... Done
46982024-09-23T22:20:50.153Z[ host-image] Sep 23 22:20:48.824 INFO O| Sep 23 22:20:48.824 INFO O| Planning: Planning completed in 4.41 seconds
46992024-09-23T22:20:50.156Z[ host-image] Sep 23 22:20:48.827 INFO O| Sep 23 22:20:48.827 INFO O| Packages to install: 6
47002024-09-23T22:20:50.156Z[ host-image] Sep 23 22:20:48.828 INFO O| Sep 23 22:20:48.827 INFO O| Mediators to change: 1
47012024-09-23T22:20:50.158Z[ host-image] Sep 23 22:20:48.828 INFO O| Sep 23 22:20:48.828 INFO O| Services to change: 1
47022024-09-23T22:20:50.181Z[ host-image] Sep 23 22:20:48.852 INFO O| Sep 23 22:20:48.852 INFO O| Download: 0/1140 items 0.0/8.4MB 0% complete
47032024-09-23T22:20:50.224Z[ recovery-image] Sep 23 22:20:48.895 INFO O| Sep 23 22:20:48.895 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gzcmp"
47042024-09-23T22:20:50.224Z[ recovery-image] Sep 23 22:20:48.895 INFO O| Sep 23 22:20:48.895 INFO STEP 211 (remove_files) COMPLETE
47052024-09-23T22:20:50.224Z[ recovery-image] Sep 23 22:20:48.895 INFO O| Sep 23 22:20:48.895 INFO STEP 212: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47062024-09-23T22:20:50.246Z[ recovery-image] Sep 23 22:20:48.917 INFO O| Sep 23 22:20:48.917 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gzdiff"
47072024-09-23T22:20:50.246Z[ recovery-image] Sep 23 22:20:48.917 INFO O| Sep 23 22:20:48.917 INFO STEP 212 (remove_files) COMPLETE
47082024-09-23T22:20:50.249Z[ recovery-image] Sep 23 22:20:48.917 INFO O| Sep 23 22:20:48.917 INFO STEP 213: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47092024-09-23T22:20:50.267Z[ recovery-image] Sep 23 22:20:48.938 INFO O| Sep 23 22:20:48.938 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gzegrep"
47102024-09-23T22:20:50.267Z[ recovery-image] Sep 23 22:20:48.938 INFO O| Sep 23 22:20:48.938 INFO STEP 213 (remove_files) COMPLETE
47112024-09-23T22:20:50.269Z[ recovery-image] Sep 23 22:20:48.938 INFO O| Sep 23 22:20:48.938 INFO STEP 214: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47122024-09-23T22:20:50.286Z[ recovery-image] Sep 23 22:20:48.958 INFO O| Sep 23 22:20:48.958 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gzexe"
47132024-09-23T22:20:50.287Z[ recovery-image] Sep 23 22:20:48.958 INFO O| Sep 23 22:20:48.958 INFO STEP 214 (remove_files) COMPLETE
47142024-09-23T22:20:50.289Z[ recovery-image] Sep 23 22:20:48.958 INFO O| Sep 23 22:20:48.958 INFO STEP 215: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47152024-09-23T22:20:50.319Z[ recovery-image] Sep 23 22:20:48.989 INFO O| Sep 23 22:20:48.989 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gzfgrep"
47162024-09-23T22:20:50.319Z[ recovery-image] Sep 23 22:20:48.989 INFO O| Sep 23 22:20:48.989 INFO STEP 215 (remove_files) COMPLETE
47172024-09-23T22:20:50.321Z[ recovery-image] Sep 23 22:20:48.989 INFO O| Sep 23 22:20:48.989 INFO STEP 216: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47182024-09-23T22:20:50.376Z[ recovery-image] Sep 23 22:20:49.047 INFO O| Sep 23 22:20:49.047 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gzforce"
47192024-09-23T22:20:50.376Z[ recovery-image] Sep 23 22:20:49.047 INFO O| Sep 23 22:20:49.047 INFO STEP 216 (remove_files) COMPLETE
47202024-09-23T22:20:50.380Z[ recovery-image] Sep 23 22:20:49.047 INFO O| Sep 23 22:20:49.047 INFO STEP 217: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47212024-09-23T22:20:50.430Z[ recovery-image] Sep 23 22:20:49.101 INFO O| Sep 23 22:20:49.101 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gzgrep"
47222024-09-23T22:20:50.432Z[ recovery-image] Sep 23 22:20:49.101 INFO O| Sep 23 22:20:49.101 INFO STEP 217 (remove_files) COMPLETE
47232024-09-23T22:20:50.432Z[ recovery-image] Sep 23 22:20:49.101 INFO O| Sep 23 22:20:49.101 INFO STEP 218: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47242024-09-23T22:20:50.448Z[ recovery-image] Sep 23 22:20:49.120 INFO O| Sep 23 22:20:49.120 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gzip"
47252024-09-23T22:20:50.448Z[ recovery-image] Sep 23 22:20:49.120 INFO O| Sep 23 22:20:49.120 INFO STEP 218 (remove_files) COMPLETE
47262024-09-23T22:20:50.448Z[ recovery-image] Sep 23 22:20:49.120 INFO O| Sep 23 22:20:49.120 INFO STEP 219: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47272024-09-23T22:20:50.469Z[ recovery-image] Sep 23 22:20:49.140 INFO O| Sep 23 22:20:49.140 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gzless"
47282024-09-23T22:20:50.469Z[ recovery-image] Sep 23 22:20:49.140 INFO O| Sep 23 22:20:49.140 INFO STEP 219 (remove_files) COMPLETE
47292024-09-23T22:20:50.469Z[ recovery-image] Sep 23 22:20:49.140 INFO O| Sep 23 22:20:49.140 INFO STEP 220: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47302024-09-23T22:20:50.534Z[ recovery-image] Sep 23 22:20:49.205 INFO O| Sep 23 22:20:49.205 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gzmore"
47312024-09-23T22:20:50.536Z[ recovery-image] Sep 23 22:20:49.205 INFO O| Sep 23 22:20:49.205 INFO STEP 220 (remove_files) COMPLETE
47322024-09-23T22:20:50.536Z[ recovery-image] Sep 23 22:20:49.206 INFO O| Sep 23 22:20:49.205 INFO STEP 221: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47332024-09-23T22:20:50.601Z[ recovery-image] Sep 23 22:20:49.272 INFO O| Sep 23 22:20:49.272 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gznew"
47342024-09-23T22:20:50.604Z[ recovery-image] Sep 23 22:20:49.273 INFO O| Sep 23 22:20:49.272 INFO STEP 221 (remove_files) COMPLETE
47352024-09-23T22:20:50.604Z[ recovery-image] Sep 23 22:20:49.273 INFO O| Sep 23 22:20:49.273 INFO STEP 222: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47362024-09-23T22:20:50.621Z[ recovery-image] Sep 23 22:20:49.293 INFO O| Sep 23 22:20:49.292 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/hash"
47372024-09-23T22:20:50.621Z[ recovery-image] Sep 23 22:20:49.293 INFO O| Sep 23 22:20:49.293 INFO STEP 222 (remove_files) COMPLETE
47382024-09-23T22:20:50.624Z[ recovery-image] Sep 23 22:20:49.293 INFO O| Sep 23 22:20:49.293 INFO STEP 223: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47392024-09-23T22:20:50.640Z[ recovery-image] Sep 23 22:20:49.311 INFO O| Sep 23 22:20:49.311 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/hostid"
47402024-09-23T22:20:50.643Z[ recovery-image] Sep 23 22:20:49.312 INFO O| Sep 23 22:20:49.312 INFO STEP 223 (remove_files) COMPLETE
47412024-09-23T22:20:50.643Z[ recovery-image] Sep 23 22:20:49.312 INFO O| Sep 23 22:20:49.312 INFO STEP 224: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47422024-09-23T22:20:50.662Z[ recovery-image] Sep 23 22:20:49.333 INFO O| Sep 23 22:20:49.333 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/hostname"
47432024-09-23T22:20:50.664Z[ recovery-image] Sep 23 22:20:49.334 INFO O| Sep 23 22:20:49.333 INFO STEP 224 (remove_files) COMPLETE
47442024-09-23T22:20:50.664Z[ recovery-image] Sep 23 22:20:49.334 INFO O| Sep 23 22:20:49.334 INFO STEP 225: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47452024-09-23T22:20:50.683Z[ recovery-image] Sep 23 22:20:49.354 INFO O| Sep 23 22:20:49.354 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/i86/adb"
47462024-09-23T22:20:50.683Z[ recovery-image] Sep 23 22:20:49.354 INFO O| Sep 23 22:20:49.354 INFO STEP 225 (remove_files) COMPLETE
47472024-09-23T22:20:50.683Z[ recovery-image] Sep 23 22:20:49.354 INFO O| Sep 23 22:20:49.354 INFO STEP 226: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47482024-09-23T22:20:50.703Z[ recovery-image] Sep 23 22:20:49.374 INFO O| Sep 23 22:20:49.374 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/i86/amt"
47492024-09-23T22:20:50.703Z[ recovery-image] Sep 23 22:20:49.374 INFO O| Sep 23 22:20:49.374 INFO STEP 226 (remove_files) COMPLETE
47502024-09-23T22:20:50.703Z[ recovery-image] Sep 23 22:20:49.374 INFO O| Sep 23 22:20:49.374 INFO STEP 227: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47512024-09-23T22:20:50.723Z[ recovery-image] Sep 23 22:20:49.393 INFO O| Sep 23 22:20:49.393 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/i86/ksh"
47522024-09-23T22:20:50.723Z[ recovery-image] Sep 23 22:20:49.394 INFO O| Sep 23 22:20:49.394 INFO STEP 227 (remove_files) COMPLETE
47532024-09-23T22:20:50.723Z[ recovery-image] Sep 23 22:20:49.394 INFO O| Sep 23 22:20:49.394 INFO STEP 228: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47542024-09-23T22:20:50.748Z[ recovery-image] Sep 23 22:20:49.413 INFO O| Sep 23 22:20:49.413 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/i86/mdb"
47552024-09-23T22:20:50.748Z[ recovery-image] Sep 23 22:20:49.413 INFO O| Sep 23 22:20:49.413 INFO STEP 228 (remove_files) COMPLETE
47562024-09-23T22:20:50.748Z[ recovery-image] Sep 23 22:20:49.413 INFO O| Sep 23 22:20:49.413 INFO STEP 229: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47572024-09-23T22:20:50.762Z[ recovery-image] Sep 23 22:20:49.433 INFO O| Sep 23 22:20:49.432 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/i86/rksh"
47582024-09-23T22:20:50.762Z[ recovery-image] Sep 23 22:20:49.433 INFO O| Sep 23 22:20:49.433 INFO STEP 229 (remove_files) COMPLETE
47592024-09-23T22:20:50.762Z[ recovery-image] Sep 23 22:20:49.433 INFO O| Sep 23 22:20:49.433 INFO STEP 230: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47602024-09-23T22:20:50.782Z[ recovery-image] Sep 23 22:20:49.453 INFO O| Sep 23 22:20:49.453 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/i86/rksh93"
47612024-09-23T22:20:50.782Z[ recovery-image] Sep 23 22:20:49.453 INFO O| Sep 23 22:20:49.453 INFO STEP 230 (remove_files) COMPLETE
47622024-09-23T22:20:50.782Z[ recovery-image] Sep 23 22:20:49.453 INFO O| Sep 23 22:20:49.453 INFO STEP 231: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47632024-09-23T22:20:50.803Z[ recovery-image] Sep 23 22:20:49.474 INFO O| Sep 23 22:20:49.474 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/iconv"
47642024-09-23T22:20:50.803Z[ recovery-image] Sep 23 22:20:49.474 INFO O| Sep 23 22:20:49.474 INFO STEP 231 (remove_files) COMPLETE
47652024-09-23T22:20:50.803Z[ recovery-image] Sep 23 22:20:49.474 INFO O| Sep 23 22:20:49.474 INFO STEP 232: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47662024-09-23T22:20:50.823Z[ recovery-image] Sep 23 22:20:49.494 INFO O| Sep 23 22:20:49.494 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/id"
47672024-09-23T22:20:50.823Z[ recovery-image] Sep 23 22:20:49.494 INFO O| Sep 23 22:20:49.494 INFO STEP 232 (remove_files) COMPLETE
47682024-09-23T22:20:50.823Z[ recovery-image] Sep 23 22:20:49.494 INFO O| Sep 23 22:20:49.494 INFO STEP 233: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47692024-09-23T22:20:50.855Z[ recovery-image] Sep 23 22:20:49.526 INFO O| Sep 23 22:20:49.526 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/idn"
47702024-09-23T22:20:50.855Z[ recovery-image] Sep 23 22:20:49.526 INFO O| Sep 23 22:20:49.526 INFO STEP 233 (remove_files) COMPLETE
47712024-09-23T22:20:50.855Z[ recovery-image] Sep 23 22:20:49.526 INFO O| Sep 23 22:20:49.526 INFO STEP 234: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47722024-09-23T22:20:50.878Z[ recovery-image] Sep 23 22:20:49.549 INFO O| Sep 23 22:20:49.549 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/infocmp"
47732024-09-23T22:20:50.878Z[ recovery-image] Sep 23 22:20:49.549 INFO O| Sep 23 22:20:49.549 INFO STEP 234 (remove_files) COMPLETE
47742024-09-23T22:20:50.878Z[ recovery-image] Sep 23 22:20:49.549 INFO O| Sep 23 22:20:49.549 INFO STEP 235: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47752024-09-23T22:20:50.898Z[ recovery-image] Sep 23 22:20:49.570 INFO O| Sep 23 22:20:49.570 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/iostat"
47762024-09-23T22:20:50.898Z[ recovery-image] Sep 23 22:20:49.570 INFO O| Sep 23 22:20:49.570 INFO STEP 235 (remove_files) COMPLETE
47772024-09-23T22:20:50.901Z[ recovery-image] Sep 23 22:20:49.570 INFO O| Sep 23 22:20:49.570 INFO STEP 236: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47782024-09-23T22:20:50.919Z[ recovery-image] Sep 23 22:20:49.590 INFO O| Sep 23 22:20:49.590 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ipf-mod.pl"
47792024-09-23T22:20:50.919Z[ recovery-image] Sep 23 22:20:49.591 INFO O| Sep 23 22:20:49.590 INFO STEP 236 (remove_files) COMPLETE
47802024-09-23T22:20:50.919Z[ recovery-image] Sep 23 22:20:49.591 INFO O| Sep 23 22:20:49.591 INFO STEP 237: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47812024-09-23T22:20:50.938Z[ recovery-image] Sep 23 22:20:49.610 INFO O| Sep 23 22:20:49.610 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/isainfo"
47822024-09-23T22:20:50.942Z[ recovery-image] Sep 23 22:20:49.610 INFO O| Sep 23 22:20:49.610 INFO STEP 237 (remove_files) COMPLETE
47832024-09-23T22:20:50.942Z[ recovery-image] Sep 23 22:20:49.610 INFO O| Sep 23 22:20:49.610 INFO STEP 238: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47842024-09-23T22:20:50.957Z[ recovery-image] Sep 23 22:20:49.628 INFO O| Sep 23 22:20:49.628 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/isalist"
47852024-09-23T22:20:50.957Z[ recovery-image] Sep 23 22:20:49.629 INFO O| Sep 23 22:20:49.629 INFO STEP 238 (remove_files) COMPLETE
47862024-09-23T22:20:50.957Z[ recovery-image] Sep 23 22:20:49.629 INFO O| Sep 23 22:20:49.629 INFO STEP 239: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47872024-09-23T22:20:50.980Z[ recovery-image] Sep 23 22:20:49.648 INFO O| Sep 23 22:20:49.648 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/jobs"
47882024-09-23T22:20:50.980Z[ recovery-image] Sep 23 22:20:49.648 INFO O| Sep 23 22:20:49.648 INFO STEP 239 (remove_files) COMPLETE
47892024-09-23T22:20:50.980Z[ recovery-image] Sep 23 22:20:49.648 INFO O| Sep 23 22:20:49.648 INFO STEP 240: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47902024-09-23T22:20:50.996Z[ recovery-image] Sep 23 22:20:49.668 INFO O| Sep 23 22:20:49.668 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/join"
47912024-09-23T22:20:50.996Z[ recovery-image] Sep 23 22:20:49.668 INFO O| Sep 23 22:20:49.668 INFO STEP 240 (remove_files) COMPLETE
47922024-09-23T22:20:50.999Z[ recovery-image] Sep 23 22:20:49.668 INFO O| Sep 23 22:20:49.668 INFO STEP 241: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47932024-09-23T22:20:51.017Z[ recovery-image] Sep 23 22:20:49.688 INFO O| Sep 23 22:20:49.688 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/kbd"
47942024-09-23T22:20:51.017Z[ recovery-image] Sep 23 22:20:49.688 INFO O| Sep 23 22:20:49.688 INFO STEP 241 (remove_files) COMPLETE
47952024-09-23T22:20:51.027Z[ recovery-image] Sep 23 22:20:49.688 INFO O| Sep 23 22:20:49.688 INFO STEP 242: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47962024-09-23T22:20:51.055Z[ recovery-image] Sep 23 22:20:49.726 INFO O| Sep 23 22:20:49.726 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/kdestroy"
47972024-09-23T22:20:51.055Z[ recovery-image] Sep 23 22:20:49.726 INFO O| Sep 23 22:20:49.726 INFO STEP 242 (remove_files) COMPLETE
47982024-09-23T22:20:51.055Z[ recovery-image] Sep 23 22:20:49.726 INFO O| Sep 23 22:20:49.726 INFO STEP 243: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47992024-09-23T22:20:51.077Z[ recovery-image] Sep 23 22:20:49.747 INFO O| Sep 23 22:20:49.747 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/keylogin"
48002024-09-23T22:20:51.077Z[ recovery-image] Sep 23 22:20:49.747 INFO O| Sep 23 22:20:49.747 INFO STEP 243 (remove_files) COMPLETE
48012024-09-23T22:20:51.077Z[ recovery-image] Sep 23 22:20:49.747 INFO O| Sep 23 22:20:49.747 INFO STEP 244: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48022024-09-23T22:20:51.124Z[ recovery-image] Sep 23 22:20:49.786 INFO O| Sep 23 22:20:49.786 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/keylogout"
48032024-09-23T22:20:51.124Z[ recovery-image] Sep 23 22:20:49.786 INFO O| Sep 23 22:20:49.786 INFO STEP 244 (remove_files) COMPLETE
48042024-09-23T22:20:51.124Z[ recovery-image] Sep 23 22:20:49.786 INFO O| Sep 23 22:20:49.786 INFO STEP 245: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48052024-09-23T22:20:51.135Z[ recovery-image] Sep 23 22:20:49.806 INFO O| Sep 23 22:20:49.806 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/kill"
48062024-09-23T22:20:51.137Z[ recovery-image] Sep 23 22:20:49.806 INFO O| Sep 23 22:20:49.806 INFO STEP 245 (remove_files) COMPLETE
48072024-09-23T22:20:51.137Z[ recovery-image] Sep 23 22:20:49.806 INFO O| Sep 23 22:20:49.806 INFO STEP 246: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48082024-09-23T22:20:51.154Z[ recovery-image] Sep 23 22:20:49.825 INFO O| Sep 23 22:20:49.825 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/kinit"
48092024-09-23T22:20:51.154Z[ recovery-image] Sep 23 22:20:49.825 INFO O| Sep 23 22:20:49.825 INFO STEP 246 (remove_files) COMPLETE
48102024-09-23T22:20:51.156Z[ recovery-image] Sep 23 22:20:49.825 INFO O| Sep 23 22:20:49.825 INFO STEP 247: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48112024-09-23T22:20:51.174Z[ recovery-image] Sep 23 22:20:49.843 INFO O| Sep 23 22:20:49.843 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/klist"
48122024-09-23T22:20:51.174Z[ recovery-image] Sep 23 22:20:49.843 INFO O| Sep 23 22:20:49.843 INFO STEP 247 (remove_files) COMPLETE
48132024-09-23T22:20:51.177Z[ recovery-image] Sep 23 22:20:49.844 INFO O| Sep 23 22:20:49.843 INFO STEP 248: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48142024-09-23T22:20:51.192Z[ recovery-image] Sep 23 22:20:49.863 INFO O| Sep 23 22:20:49.863 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/kmfcfg"
48152024-09-23T22:20:51.192Z[ recovery-image] Sep 23 22:20:49.863 INFO O| Sep 23 22:20:49.863 INFO STEP 248 (remove_files) COMPLETE
48162024-09-23T22:20:51.192Z[ recovery-image] Sep 23 22:20:49.863 INFO O| Sep 23 22:20:49.863 INFO STEP 249: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48172024-09-23T22:20:51.211Z[ recovery-image] Sep 23 22:20:49.882 INFO O| Sep 23 22:20:49.882 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/kpasswd"
48182024-09-23T22:20:51.211Z[ recovery-image] Sep 23 22:20:49.882 INFO O| Sep 23 22:20:49.882 INFO STEP 249 (remove_files) COMPLETE
48192024-09-23T22:20:51.211Z[ recovery-image] Sep 23 22:20:49.882 INFO O| Sep 23 22:20:49.882 INFO STEP 250: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48202024-09-23T22:20:51.229Z[ recovery-image] Sep 23 22:20:49.901 INFO O| Sep 23 22:20:49.900 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/krb5-config"
48212024-09-23T22:20:51.229Z[ recovery-image] Sep 23 22:20:49.901 INFO O| Sep 23 22:20:49.901 INFO STEP 250 (remove_files) COMPLETE
48222024-09-23T22:20:51.229Z[ recovery-image] Sep 23 22:20:49.901 INFO O| Sep 23 22:20:49.901 INFO STEP 251: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48232024-09-23T22:20:51.249Z[ recovery-image] Sep 23 22:20:49.920 INFO O| Sep 23 22:20:49.920 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ksh93"
48242024-09-23T22:20:51.249Z[ recovery-image] Sep 23 22:20:49.920 INFO O| Sep 23 22:20:49.920 INFO STEP 251 (remove_files) COMPLETE
48252024-09-23T22:20:51.249Z[ recovery-image] Sep 23 22:20:49.920 INFO O| Sep 23 22:20:49.920 INFO STEP 252: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48262024-09-23T22:20:51.289Z[ recovery-image] Sep 23 22:20:49.959 INFO O| Sep 23 22:20:49.959 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ktutil"
48272024-09-23T22:20:51.289Z[ recovery-image] Sep 23 22:20:49.959 INFO O| Sep 23 22:20:49.959 INFO STEP 252 (remove_files) COMPLETE
48282024-09-23T22:20:51.289Z[ recovery-image] Sep 23 22:20:49.959 INFO O| Sep 23 22:20:49.959 INFO STEP 253: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48292024-09-23T22:20:51.336Z[ recovery-image] Sep 23 22:20:50.006 INFO O| Sep 23 22:20:50.006 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/kvmstat"
48302024-09-23T22:20:51.336Z[ recovery-image] Sep 23 22:20:50.006 INFO O| Sep 23 22:20:50.006 INFO STEP 253 (remove_files) COMPLETE
48312024-09-23T22:20:51.336Z[ recovery-image] Sep 23 22:20:50.006 INFO O| Sep 23 22:20:50.006 INFO STEP 254: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48322024-09-23T22:20:51.355Z[ recovery-image] Sep 23 22:20:50.026 INFO O| Sep 23 22:20:50.026 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/last"
48332024-09-23T22:20:51.384Z[ recovery-image] Sep 23 22:20:50.055 INFO O| Sep 23 22:20:50.055 INFO STEP 254 (remove_files) COMPLETE
48342024-09-23T22:20:51.384Z[ recovery-image] Sep 23 22:20:50.055 INFO O| Sep 23 22:20:50.055 INFO STEP 255: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48352024-09-23T22:20:51.475Z[ recovery-image] Sep 23 22:20:50.146 INFO O| Sep 23 22:20:50.102 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/lastcomm"
48362024-09-23T22:20:51.475Z[ recovery-image] Sep 23 22:20:50.146 INFO O| Sep 23 22:20:50.102 INFO STEP 255 (remove_files) COMPLETE
48372024-09-23T22:20:51.477Z[ recovery-image] Sep 23 22:20:50.146 INFO O| Sep 23 22:20:50.102 INFO STEP 256: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48382024-09-23T22:20:51.477Z[ recovery-image] Sep 23 22:20:50.146 INFO O| Sep 23 22:20:50.128 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ld"
48392024-09-23T22:20:51.477Z[ recovery-image] Sep 23 22:20:50.146 INFO O| Sep 23 22:20:50.128 INFO STEP 256 (remove_files) COMPLETE
48402024-09-23T22:20:51.477Z[ recovery-image] Sep 23 22:20:50.146 INFO O| Sep 23 22:20:50.128 INFO STEP 257: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48412024-09-23T22:20:51.480Z[ recovery-image] Sep 23 22:20:50.149 INFO O| Sep 23 22:20:50.149 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ldd"
48422024-09-23T22:20:51.480Z[ recovery-image] Sep 23 22:20:50.149 INFO O| Sep 23 22:20:50.149 INFO STEP 257 (remove_files) COMPLETE
48432024-09-23T22:20:51.480Z[ recovery-image] Sep 23 22:20:50.149 INFO O| Sep 23 22:20:50.149 INFO STEP 258: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48442024-09-23T22:20:51.498Z[ recovery-image] Sep 23 22:20:50.170 INFO O| Sep 23 22:20:50.170 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/less"
48452024-09-23T22:20:51.514Z[ recovery-image] Sep 23 22:20:50.170 INFO O| Sep 23 22:20:50.170 INFO STEP 258 (remove_files) COMPLETE
48462024-09-23T22:20:51.514Z[ recovery-image] Sep 23 22:20:50.170 INFO O| Sep 23 22:20:50.170 INFO STEP 259: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48472024-09-23T22:20:51.527Z[ recovery-image] Sep 23 22:20:50.189 INFO O| Sep 23 22:20:50.189 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/lessecho"
48482024-09-23T22:20:51.527Z[ recovery-image] Sep 23 22:20:50.189 INFO O| Sep 23 22:20:50.189 INFO STEP 259 (remove_files) COMPLETE
48492024-09-23T22:20:51.527Z[ recovery-image] Sep 23 22:20:50.190 INFO O| Sep 23 22:20:50.189 INFO STEP 260: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48502024-09-23T22:20:51.538Z[ recovery-image] Sep 23 22:20:50.209 INFO O| Sep 23 22:20:50.208 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/lesskey"
48512024-09-23T22:20:51.538Z[ recovery-image] Sep 23 22:20:50.209 INFO O| Sep 23 22:20:50.209 INFO STEP 260 (remove_files) COMPLETE
48522024-09-23T22:20:51.538Z[ recovery-image] Sep 23 22:20:50.209 INFO O| Sep 23 22:20:50.209 INFO STEP 261: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48532024-09-23T22:20:51.557Z[ recovery-image] Sep 23 22:20:50.228 INFO O| Sep 23 22:20:50.228 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/lgrpinfo"
48542024-09-23T22:20:51.557Z[ recovery-image] Sep 23 22:20:50.228 INFO O| Sep 23 22:20:50.228 INFO STEP 261 (remove_files) COMPLETE
48552024-09-23T22:20:51.559Z[ recovery-image] Sep 23 22:20:50.228 INFO O| Sep 23 22:20:50.228 INFO STEP 262: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48562024-09-23T22:20:51.575Z[ recovery-image] Sep 23 22:20:50.246 INFO O| Sep 23 22:20:50.246 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/line"
48572024-09-23T22:20:51.575Z[ recovery-image] Sep 23 22:20:50.247 INFO O| Sep 23 22:20:50.247 INFO STEP 262 (remove_files) COMPLETE
48582024-09-23T22:20:51.577Z[ recovery-image] Sep 23 22:20:50.247 INFO O| Sep 23 22:20:50.247 INFO STEP 263: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48592024-09-23T22:20:51.651Z[ recovery-image] Sep 23 22:20:50.322 INFO O| Sep 23 22:20:50.322 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/listdgrp"
48602024-09-23T22:20:51.651Z[ recovery-image] Sep 23 22:20:50.322 INFO O| Sep 23 22:20:50.322 INFO STEP 263 (remove_files) COMPLETE
48612024-09-23T22:20:51.651Z[ recovery-image] Sep 23 22:20:50.322 INFO O| Sep 23 22:20:50.322 INFO STEP 264: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48622024-09-23T22:20:51.671Z[ recovery-image] Sep 23 22:20:50.342 INFO O| Sep 23 22:20:50.342 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/listusers"
48632024-09-23T22:20:51.671Z[ recovery-image] Sep 23 22:20:50.342 INFO O| Sep 23 22:20:50.342 INFO STEP 264 (remove_files) COMPLETE
48642024-09-23T22:20:51.675Z[ recovery-image] Sep 23 22:20:50.342 INFO O| Sep 23 22:20:50.342 INFO STEP 265: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48652024-09-23T22:20:51.691Z[ recovery-image] Sep 23 22:20:50.360 INFO O| Sep 23 22:20:50.360 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/loadkeys"
48662024-09-23T22:20:51.691Z[ recovery-image] Sep 23 22:20:50.360 INFO O| Sep 23 22:20:50.360 INFO STEP 265 (remove_files) COMPLETE
48672024-09-23T22:20:51.691Z[ recovery-image] Sep 23 22:20:50.361 INFO O| Sep 23 22:20:50.360 INFO STEP 266: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48682024-09-23T22:20:51.724Z[ recovery-image] Sep 23 22:20:50.395 INFO O| Sep 23 22:20:50.395 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/logger"
48692024-09-23T22:20:51.725Z[ recovery-image] Sep 23 22:20:50.395 INFO O| Sep 23 22:20:50.395 INFO STEP 266 (remove_files) COMPLETE
48702024-09-23T22:20:51.725Z[ recovery-image] Sep 23 22:20:50.395 INFO O| Sep 23 22:20:50.395 INFO STEP 267: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48712024-09-23T22:20:51.744Z[ recovery-image] Sep 23 22:20:50.415 INFO O| Sep 23 22:20:50.415 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/logins"
48722024-09-23T22:20:51.746Z[ recovery-image] Sep 23 22:20:50.415 INFO O| Sep 23 22:20:50.415 INFO STEP 267 (remove_files) COMPLETE
48732024-09-23T22:20:51.746Z[ recovery-image] Sep 23 22:20:50.415 INFO O| Sep 23 22:20:50.415 INFO STEP 268: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48742024-09-23T22:20:51.763Z[ recovery-image] Sep 23 22:20:50.434 INFO O| Sep 23 22:20:50.434 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/logname"
48752024-09-23T22:20:51.763Z[ recovery-image] Sep 23 22:20:50.434 INFO O| Sep 23 22:20:50.434 INFO STEP 268 (remove_files) COMPLETE
48762024-09-23T22:20:51.763Z[ recovery-image] Sep 23 22:20:50.434 INFO O| Sep 23 22:20:50.434 INFO STEP 269: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48772024-09-23T22:20:51.802Z[ recovery-image] Sep 23 22:20:50.473 INFO O| Sep 23 22:20:50.473 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/look"
48782024-09-23T22:20:51.802Z[ recovery-image] Sep 23 22:20:50.473 INFO O| Sep 23 22:20:50.473 INFO STEP 269 (remove_files) COMPLETE
48792024-09-23T22:20:51.802Z[ recovery-image] Sep 23 22:20:50.473 INFO O| Sep 23 22:20:50.473 INFO STEP 270: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48802024-09-23T22:20:51.822Z[ recovery-image] Sep 23 22:20:50.494 INFO O| Sep 23 22:20:50.494 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/looker"
48812024-09-23T22:20:51.822Z[ recovery-image] Sep 23 22:20:50.494 INFO O| Sep 23 22:20:50.494 INFO STEP 270 (remove_files) COMPLETE
48822024-09-23T22:20:51.822Z[ recovery-image] Sep 23 22:20:50.494 INFO O| Sep 23 22:20:50.494 INFO STEP 271: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48832024-09-23T22:20:51.843Z[ recovery-image] Sep 23 22:20:50.514 INFO O| Sep 23 22:20:50.514 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/lz4"
48842024-09-23T22:20:51.843Z[ recovery-image] Sep 23 22:20:50.514 INFO O| Sep 23 22:20:50.514 INFO STEP 271 (remove_files) COMPLETE
48852024-09-23T22:20:51.843Z[ recovery-image] Sep 23 22:20:50.514 INFO O| Sep 23 22:20:50.514 INFO STEP 272: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48862024-09-23T22:20:51.861Z[ recovery-image] Sep 23 22:20:50.532 INFO O| Sep 23 22:20:50.532 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/lzmadec"
48872024-09-23T22:20:51.861Z[ recovery-image] Sep 23 22:20:50.532 INFO O| Sep 23 22:20:50.532 INFO STEP 272 (remove_files) COMPLETE
48882024-09-23T22:20:51.864Z[ recovery-image] Sep 23 22:20:50.532 INFO O| Sep 23 22:20:50.532 INFO STEP 273: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48892024-09-23T22:20:51.897Z[ recovery-image] Sep 23 22:20:50.568 INFO O| Sep 23 22:20:50.567 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/lzmainfo"
48902024-09-23T22:20:51.897Z[ recovery-image] Sep 23 22:20:50.568 INFO O| Sep 23 22:20:50.568 INFO STEP 273 (remove_files) COMPLETE
48912024-09-23T22:20:51.897Z[ recovery-image] Sep 23 22:20:50.568 INFO O| Sep 23 22:20:50.568 INFO STEP 274: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48922024-09-23T22:20:51.918Z[ recovery-image] Sep 23 22:20:50.589 INFO O| Sep 23 22:20:50.589 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/mac"
48932024-09-23T22:20:51.918Z[ recovery-image] Sep 23 22:20:50.589 INFO O| Sep 23 22:20:50.589 INFO STEP 274 (remove_files) COMPLETE
48942024-09-23T22:20:51.921Z[ recovery-image] Sep 23 22:20:50.589 INFO O| Sep 23 22:20:50.589 INFO STEP 275: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48952024-09-23T22:20:51.936Z[ recovery-image] Sep 23 22:20:50.608 INFO O| Sep 23 22:20:50.608 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/mach"
48962024-09-23T22:20:51.936Z[ recovery-image] Sep 23 22:20:50.608 INFO O| Sep 23 22:20:50.608 INFO STEP 275 (remove_files) COMPLETE
48972024-09-23T22:20:51.937Z[ recovery-image] Sep 23 22:20:50.608 INFO O| Sep 23 22:20:50.608 INFO STEP 276: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48982024-09-23T22:20:51.956Z[ recovery-image] Sep 23 22:20:50.627 INFO O| Sep 23 22:20:50.627 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/mailx"
48992024-09-23T22:20:51.956Z[ recovery-image] Sep 23 22:20:50.627 INFO O| Sep 23 22:20:50.627 INFO STEP 276 (remove_files) COMPLETE
49002024-09-23T22:20:51.956Z[ recovery-image] Sep 23 22:20:50.627 INFO O| Sep 23 22:20:50.627 INFO STEP 277: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49012024-09-23T22:20:51.975Z[ recovery-image] Sep 23 22:20:50.647 INFO O| Sep 23 22:20:50.647 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/makedev"
49022024-09-23T22:20:51.975Z[ recovery-image] Sep 23 22:20:50.647 INFO O| Sep 23 22:20:50.647 INFO STEP 277 (remove_files) COMPLETE
49032024-09-23T22:20:51.975Z[ recovery-image] Sep 23 22:20:50.647 INFO O| Sep 23 22:20:50.647 INFO STEP 278: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49042024-09-23T22:20:51.995Z[ recovery-image] Sep 23 22:20:50.666 INFO O| Sep 23 22:20:50.666 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/mdb"
49052024-09-23T22:20:51.995Z[ recovery-image] Sep 23 22:20:50.666 INFO O| Sep 23 22:20:50.666 INFO STEP 278 (remove_files) COMPLETE
49062024-09-23T22:20:51.998Z[ recovery-image] Sep 23 22:20:50.666 INFO O| Sep 23 22:20:50.666 INFO STEP 279: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49072024-09-23T22:20:52.013Z[ recovery-image] Sep 23 22:20:50.684 INFO O| Sep 23 22:20:50.684 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/mesg"
49082024-09-23T22:20:52.013Z[ recovery-image] Sep 23 22:20:50.684 INFO O| Sep 23 22:20:50.684 INFO STEP 279 (remove_files) COMPLETE
49092024-09-23T22:20:52.013Z[ recovery-image] Sep 23 22:20:50.684 INFO O| Sep 23 22:20:50.684 INFO STEP 280: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49102024-09-23T22:20:52.032Z[ recovery-image] Sep 23 22:20:50.702 INFO O| Sep 23 22:20:50.702 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/mib2c"
49112024-09-23T22:20:52.032Z[ recovery-image] Sep 23 22:20:50.702 INFO O| Sep 23 22:20:50.702 INFO STEP 280 (remove_files) COMPLETE
49122024-09-23T22:20:52.035Z[ recovery-image] Sep 23 22:20:50.702 INFO O| Sep 23 22:20:50.702 INFO STEP 281: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49132024-09-23T22:20:52.051Z[ recovery-image] Sep 23 22:20:50.721 INFO O| Sep 23 22:20:50.721 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/mib2c-update"
49142024-09-23T22:20:52.051Z[ recovery-image] Sep 23 22:20:50.721 INFO O| Sep 23 22:20:50.721 INFO STEP 281 (remove_files) COMPLETE
49152024-09-23T22:20:52.051Z[ recovery-image] Sep 23 22:20:50.722 INFO O| Sep 23 22:20:50.721 INFO STEP 282: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49162024-09-23T22:20:52.071Z[ recovery-image] Sep 23 22:20:50.741 INFO O| Sep 23 22:20:50.741 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/mkfifo"
49172024-09-23T22:20:52.071Z[ recovery-image] Sep 23 22:20:50.741 INFO O| Sep 23 22:20:50.741 INFO STEP 282 (remove_files) COMPLETE
49182024-09-23T22:20:52.071Z[ recovery-image] Sep 23 22:20:50.741 INFO O| Sep 23 22:20:50.741 INFO STEP 283: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49192024-09-23T22:20:52.087Z[ recovery-image] Sep 23 22:20:50.759 INFO O| Sep 23 22:20:50.759 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/mkpwdict"
49202024-09-23T22:20:52.088Z[ recovery-image] Sep 23 22:20:50.759 INFO O| Sep 23 22:20:50.759 INFO STEP 283 (remove_files) COMPLETE
49212024-09-23T22:20:52.088Z[ recovery-image] Sep 23 22:20:50.759 INFO O| Sep 23 22:20:50.759 INFO STEP 284: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49222024-09-23T22:20:52.105Z[ recovery-image] Sep 23 22:20:50.777 INFO O| Sep 23 22:20:50.777 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/moe"
49232024-09-23T22:20:52.105Z[ recovery-image] Sep 23 22:20:50.777 INFO O| Sep 23 22:20:50.777 INFO STEP 284 (remove_files) COMPLETE
49242024-09-23T22:20:52.108Z[ recovery-image] Sep 23 22:20:50.777 INFO O| Sep 23 22:20:50.777 INFO STEP 285: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49252024-09-23T22:20:52.142Z[ recovery-image] Sep 23 22:20:50.813 INFO O| Sep 23 22:20:50.813 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/mpstat"
49262024-09-23T22:20:52.142Z[ recovery-image] Sep 23 22:20:50.813 INFO O| Sep 23 22:20:50.813 INFO STEP 285 (remove_files) COMPLETE
49272024-09-23T22:20:52.142Z[ recovery-image] Sep 23 22:20:50.813 INFO O| Sep 23 22:20:50.813 INFO STEP 286: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49282024-09-23T22:20:52.164Z[ recovery-image] Sep 23 22:20:50.835 INFO O| Sep 23 22:20:50.835 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/mt"
49292024-09-23T22:20:52.164Z[ recovery-image] Sep 23 22:20:50.836 INFO O| Sep 23 22:20:50.836 INFO STEP 286 (remove_files) COMPLETE
49302024-09-23T22:20:52.164Z[ recovery-image] Sep 23 22:20:50.836 INFO O| Sep 23 22:20:50.836 INFO STEP 287: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49312024-09-23T22:20:52.186Z[ recovery-image] Sep 23 22:20:50.856 INFO O| Sep 23 22:20:50.856 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ncurses6-config"
49322024-09-23T22:20:52.186Z[ recovery-image] Sep 23 22:20:50.857 INFO O| Sep 23 22:20:50.857 INFO STEP 287 (remove_files) COMPLETE
49332024-09-23T22:20:52.190Z[ recovery-image] Sep 23 22:20:50.857 INFO O| Sep 23 22:20:50.857 INFO STEP 288: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49342024-09-23T22:20:52.205Z[ recovery-image] Sep 23 22:20:50.877 INFO O| Sep 23 22:20:50.876 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/net-snmp-cert"
49352024-09-23T22:20:52.225Z[ recovery-image] Sep 23 22:20:50.897 INFO O| Sep 23 22:20:50.897 INFO STEP 288 (remove_files) COMPLETE
49362024-09-23T22:20:52.225Z[ recovery-image] Sep 23 22:20:50.897 INFO O| Sep 23 22:20:50.897 INFO STEP 289: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49372024-09-23T22:20:52.283Z[ recovery-image] Sep 23 22:20:50.955 INFO O| Sep 23 22:20:50.954 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/net-snmp-config"
49382024-09-23T22:20:52.283Z[ recovery-image] Sep 23 22:20:50.955 INFO O| Sep 23 22:20:50.955 INFO STEP 289 (remove_files) COMPLETE
49392024-09-23T22:20:52.286Z[ recovery-image] Sep 23 22:20:50.955 INFO O| Sep 23 22:20:50.955 INFO STEP 290: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49402024-09-23T22:20:52.344Z[ recovery-image] Sep 23 22:20:51.015 INFO O| Sep 23 22:20:51.015 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/net-snmp-create-v3-user"
49412024-09-23T22:20:52.344Z[ recovery-image] Sep 23 22:20:51.015 INFO O| Sep 23 22:20:51.015 INFO STEP 290 (remove_files) COMPLETE
49422024-09-23T22:20:52.344Z[ recovery-image] Sep 23 22:20:51.015 INFO O| Sep 23 22:20:51.015 INFO STEP 291: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49432024-09-23T22:20:52.363Z[ recovery-image] Sep 23 22:20:51.035 INFO O| Sep 23 22:20:51.035 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/newform"
49442024-09-23T22:20:52.363Z[ recovery-image] Sep 23 22:20:51.035 INFO O| Sep 23 22:20:51.035 INFO STEP 291 (remove_files) COMPLETE
49452024-09-23T22:20:52.363Z[ recovery-image] Sep 23 22:20:51.035 INFO O| Sep 23 22:20:51.035 INFO STEP 292: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49462024-09-23T22:20:52.431Z[ recovery-image] Sep 23 22:20:51.102 INFO O| Sep 23 22:20:51.102 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/newgrp"
49472024-09-23T22:20:52.431Z[ recovery-image] Sep 23 22:20:51.103 INFO O| Sep 23 22:20:51.103 INFO STEP 292 (remove_files) COMPLETE
49482024-09-23T22:20:52.434Z[ recovery-image] Sep 23 22:20:51.103 INFO O| Sep 23 22:20:51.103 INFO STEP 293: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49492024-09-23T22:20:52.457Z[ recovery-image] Sep 23 22:20:51.128 INFO O| Sep 23 22:20:51.128 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/news"
49502024-09-23T22:20:52.458Z[ recovery-image] Sep 23 22:20:51.128 INFO O| Sep 23 22:20:51.128 INFO STEP 293 (remove_files) COMPLETE
49512024-09-23T22:20:52.458Z[ recovery-image] Sep 23 22:20:51.128 INFO O| Sep 23 22:20:51.128 INFO STEP 294: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49522024-09-23T22:20:52.495Z[ recovery-image] Sep 23 22:20:51.166 INFO O| Sep 23 22:20:51.166 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/newtask"
49532024-09-23T22:20:52.495Z[ recovery-image] Sep 23 22:20:51.166 INFO O| Sep 23 22:20:51.166 INFO STEP 294 (remove_files) COMPLETE
49542024-09-23T22:20:52.495Z[ recovery-image] Sep 23 22:20:51.166 INFO O| Sep 23 22:20:51.166 INFO STEP 295: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49552024-09-23T22:20:52.549Z[ recovery-image] Sep 23 22:20:51.221 INFO O| Sep 23 22:20:51.221 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/nice"
49562024-09-23T22:20:52.549Z[ recovery-image] Sep 23 22:20:51.221 INFO O| Sep 23 22:20:51.221 INFO STEP 295 (remove_files) COMPLETE
49572024-09-23T22:20:52.549Z[ recovery-image] Sep 23 22:20:51.221 INFO O| Sep 23 22:20:51.221 INFO STEP 296: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49582024-09-23T22:20:52.579Z[ recovery-image] Sep 23 22:20:51.250 INFO O| Sep 23 22:20:51.250 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/nl"
49592024-09-23T22:20:52.579Z[ recovery-image] Sep 23 22:20:51.250 INFO O| Sep 23 22:20:51.250 INFO STEP 296 (remove_files) COMPLETE
49602024-09-23T22:20:52.579Z[ recovery-image] Sep 23 22:20:51.250 INFO O| Sep 23 22:20:51.250 INFO STEP 297: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49612024-09-23T22:20:52.601Z[ recovery-image] Sep 23 22:20:51.271 INFO O| Sep 23 22:20:51.271 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/oawk"
49622024-09-23T22:20:52.603Z[ recovery-image] Sep 23 22:20:51.272 INFO O| Sep 23 22:20:51.271 INFO STEP 297 (remove_files) COMPLETE
49632024-09-23T22:20:52.603Z[ recovery-image] Sep 23 22:20:51.272 INFO O| Sep 23 22:20:51.272 INFO STEP 298: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49642024-09-23T22:20:52.622Z[ recovery-image] Sep 23 22:20:51.293 INFO O| Sep 23 22:20:51.293 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/od"
49652024-09-23T22:20:52.624Z[ recovery-image] Sep 23 22:20:51.293 INFO O| Sep 23 22:20:51.293 INFO STEP 298 (remove_files) COMPLETE
49662024-09-23T22:20:52.624Z[ recovery-image] Sep 23 22:20:51.293 INFO O| Sep 23 22:20:51.293 INFO STEP 299: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49672024-09-23T22:20:52.645Z[ recovery-image] Sep 23 22:20:51.316 INFO O| Sep 23 22:20:51.316 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/optisa"
49682024-09-23T22:20:52.662Z[ recovery-image] Sep 23 22:20:51.334 INFO O| Sep 23 22:20:51.334 INFO STEP 299 (remove_files) COMPLETE
49692024-09-23T22:20:52.662Z[ recovery-image] Sep 23 22:20:51.334 INFO O| Sep 23 22:20:51.334 INFO STEP 300: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49702024-09-23T22:20:52.735Z[ recovery-image] Sep 23 22:20:51.406 INFO O| Sep 23 22:20:51.406 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pack"
49712024-09-23T22:20:52.735Z[ recovery-image] Sep 23 22:20:51.406 INFO O| Sep 23 22:20:51.406 INFO STEP 300 (remove_files) COMPLETE
49722024-09-23T22:20:52.738Z[ recovery-image] Sep 23 22:20:51.407 INFO O| Sep 23 22:20:51.407 INFO STEP 301: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49732024-09-23T22:20:52.762Z[ recovery-image] Sep 23 22:20:51.433 INFO O| Sep 23 22:20:51.433 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/page"
49742024-09-23T22:20:52.765Z[ recovery-image] Sep 23 22:20:51.434 INFO O| Sep 23 22:20:51.434 INFO STEP 301 (remove_files) COMPLETE
49752024-09-23T22:20:52.765Z[ recovery-image] Sep 23 22:20:51.434 INFO O| Sep 23 22:20:51.434 INFO STEP 302: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49762024-09-23T22:20:52.788Z[ recovery-image] Sep 23 22:20:51.459 INFO O| Sep 23 22:20:51.459 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pagesize"
49772024-09-23T22:20:52.788Z[ recovery-image] Sep 23 22:20:51.459 INFO O| Sep 23 22:20:51.459 INFO STEP 302 (remove_files) COMPLETE
49782024-09-23T22:20:52.917Z[ recovery-image] Sep 23 22:20:51.459 INFO O| Sep 23 22:20:51.459 INFO STEP 303: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49792024-09-23T22:20:52.920Z[ recovery-image] Sep 23 22:20:51.480 INFO O| Sep 23 22:20:51.480 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pargs"
49802024-09-23T22:20:52.920Z[ recovery-image] Sep 23 22:20:51.480 INFO O| Sep 23 22:20:51.480 INFO STEP 303 (remove_files) COMPLETE
49812024-09-23T22:20:52.920Z[ recovery-image] Sep 23 22:20:51.480 INFO O| Sep 23 22:20:51.480 INFO STEP 304: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49822024-09-23T22:20:52.920Z[ recovery-image] Sep 23 22:20:51.498 INFO O| Sep 23 22:20:51.498 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/passwd"
49832024-09-23T22:20:52.920Z[ recovery-image] Sep 23 22:20:51.499 INFO O| Sep 23 22:20:51.499 INFO STEP 304 (remove_files) COMPLETE
49842024-09-23T22:20:52.920Z[ recovery-image] Sep 23 22:20:51.499 INFO O| Sep 23 22:20:51.499 INFO STEP 305: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49852024-09-23T22:20:52.920Z[ recovery-image] Sep 23 22:20:51.519 INFO O| Sep 23 22:20:51.518 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/paste"
49862024-09-23T22:20:52.920Z[ recovery-image] Sep 23 22:20:51.519 INFO O| Sep 23 22:20:51.519 INFO STEP 305 (remove_files) COMPLETE
49872024-09-23T22:20:52.920Z[ recovery-image] Sep 23 22:20:51.519 INFO O| Sep 23 22:20:51.519 INFO STEP 306: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49882024-09-23T22:20:52.931Z[ recovery-image] Sep 23 22:20:51.603 INFO O| Sep 23 22:20:51.603 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pathchk"
49892024-09-23T22:20:52.932Z[ recovery-image] Sep 23 22:20:51.603 INFO O| Sep 23 22:20:51.603 INFO STEP 306 (remove_files) COMPLETE
49902024-09-23T22:20:52.934Z[ recovery-image] Sep 23 22:20:51.603 INFO O| Sep 23 22:20:51.603 INFO STEP 307: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49912024-09-23T22:20:52.952Z[ recovery-image] Sep 23 22:20:51.624 INFO O| Sep 23 22:20:51.624 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pauxv"
49922024-09-23T22:20:52.955Z[ recovery-image] Sep 23 22:20:51.624 INFO O| Sep 23 22:20:51.624 INFO STEP 307 (remove_files) COMPLETE
49932024-09-23T22:20:52.955Z[ recovery-image] Sep 23 22:20:51.624 INFO O| Sep 23 22:20:51.624 INFO STEP 308: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49942024-09-23T22:20:53.018Z[ recovery-image] Sep 23 22:20:51.688 INFO O| Sep 23 22:20:51.688 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pax"
49952024-09-23T22:20:53.018Z[ recovery-image] Sep 23 22:20:51.688 INFO O| Sep 23 22:20:51.688 INFO STEP 308 (remove_files) COMPLETE
49962024-09-23T22:20:53.019Z[ recovery-image] Sep 23 22:20:51.688 INFO O| Sep 23 22:20:51.688 INFO STEP 309: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49972024-09-23T22:20:53.039Z[ recovery-image] Sep 23 22:20:51.710 INFO O| Sep 23 22:20:51.710 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pcap-config"
49982024-09-23T22:20:53.039Z[ recovery-image] Sep 23 22:20:51.710 INFO O| Sep 23 22:20:51.710 INFO STEP 309 (remove_files) COMPLETE
49992024-09-23T22:20:53.039Z[ recovery-image] Sep 23 22:20:51.710 INFO O| Sep 23 22:20:51.710 INFO STEP 310: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50002024-09-23T22:20:53.060Z[ recovery-image] Sep 23 22:20:51.731 INFO O| Sep 23 22:20:51.731 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pcre-config"
50012024-09-23T22:20:53.060Z[ recovery-image] Sep 23 22:20:51.732 INFO O| Sep 23 22:20:51.732 INFO STEP 310 (remove_files) COMPLETE
50022024-09-23T22:20:53.060Z[ recovery-image] Sep 23 22:20:51.732 INFO O| Sep 23 22:20:51.732 INFO STEP 311: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50032024-09-23T22:20:53.080Z[ recovery-image] Sep 23 22:20:51.752 INFO O| Sep 23 22:20:51.752 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pcre2-config"
50042024-09-23T22:20:53.080Z[ recovery-image] Sep 23 22:20:51.752 INFO O| Sep 23 22:20:51.752 INFO STEP 311 (remove_files) COMPLETE
50052024-09-23T22:20:53.081Z[ recovery-image] Sep 23 22:20:51.752 INFO O| Sep 23 22:20:51.752 INFO STEP 312: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50062024-09-23T22:20:53.101Z[ recovery-image] Sep 23 22:20:51.773 INFO O| Sep 23 22:20:51.772 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pcre2grep"
50072024-09-23T22:20:53.101Z[ recovery-image] Sep 23 22:20:51.773 INFO O| Sep 23 22:20:51.773 INFO STEP 312 (remove_files) COMPLETE
50082024-09-23T22:20:53.101Z[ recovery-image] Sep 23 22:20:51.773 INFO O| Sep 23 22:20:51.773 INFO STEP 313: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50092024-09-23T22:20:53.122Z[ recovery-image] Sep 23 22:20:51.793 INFO O| Sep 23 22:20:51.793 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pcre2test"
50102024-09-23T22:20:53.122Z[ recovery-image] Sep 23 22:20:51.793 INFO O| Sep 23 22:20:51.793 INFO STEP 313 (remove_files) COMPLETE
50112024-09-23T22:20:53.124Z[ recovery-image] Sep 23 22:20:51.793 INFO O| Sep 23 22:20:51.793 INFO STEP 314: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50122024-09-23T22:20:53.141Z[ recovery-image] Sep 23 22:20:51.812 INFO O| Sep 23 22:20:51.812 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pcred"
50132024-09-23T22:20:53.141Z[ recovery-image] Sep 23 22:20:51.812 INFO O| Sep 23 22:20:51.812 INFO STEP 314 (remove_files) COMPLETE
50142024-09-23T22:20:53.141Z[ recovery-image] Sep 23 22:20:51.812 INFO O| Sep 23 22:20:51.812 INFO STEP 315: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50152024-09-23T22:20:53.167Z[ recovery-image] Sep 23 22:20:51.838 INFO O| Sep 23 22:20:51.838 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pcregrep"
50162024-09-23T22:20:53.167Z[ recovery-image] Sep 23 22:20:51.838 INFO O| Sep 23 22:20:51.838 INFO STEP 315 (remove_files) COMPLETE
50172024-09-23T22:20:53.167Z[ recovery-image] Sep 23 22:20:51.838 INFO O| Sep 23 22:20:51.838 INFO STEP 316: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50182024-09-23T22:20:53.189Z[ recovery-image] Sep 23 22:20:51.859 INFO O| Sep 23 22:20:51.859 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pcretest"
50192024-09-23T22:20:53.189Z[ recovery-image] Sep 23 22:20:51.859 INFO O| Sep 23 22:20:51.859 INFO STEP 316 (remove_files) COMPLETE
50202024-09-23T22:20:53.189Z[ recovery-image] Sep 23 22:20:51.859 INFO O| Sep 23 22:20:51.859 INFO STEP 317: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50212024-09-23T22:20:53.206Z[ recovery-image] Sep 23 22:20:51.878 INFO O| Sep 23 22:20:51.878 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/penv"
50222024-09-23T22:20:53.206Z[ recovery-image] Sep 23 22:20:51.878 INFO O| Sep 23 22:20:51.878 INFO STEP 317 (remove_files) COMPLETE
50232024-09-23T22:20:53.206Z[ recovery-image] Sep 23 22:20:51.878 INFO O| Sep 23 22:20:51.878 INFO STEP 318: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50242024-09-23T22:20:53.225Z[ recovery-image] Sep 23 22:20:51.896 INFO O| Sep 23 22:20:51.896 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pfbash"
50252024-09-23T22:20:53.225Z[ recovery-image] Sep 23 22:20:51.896 INFO O| Sep 23 22:20:51.896 INFO STEP 318 (remove_files) COMPLETE
50262024-09-23T22:20:53.225Z[ recovery-image] Sep 23 22:20:51.896 INFO O| Sep 23 22:20:51.896 INFO STEP 319: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50272024-09-23T22:20:53.246Z[ recovery-image] Sep 23 22:20:51.916 INFO O| Sep 23 22:20:51.916 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pfcsh"
50282024-09-23T22:20:53.246Z[ recovery-image] Sep 23 22:20:51.916 INFO O| Sep 23 22:20:51.916 INFO STEP 319 (remove_files) COMPLETE
50292024-09-23T22:20:53.246Z[ recovery-image] Sep 23 22:20:51.916 INFO O| Sep 23 22:20:51.916 INFO STEP 320: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50302024-09-23T22:20:53.269Z[ recovery-image] Sep 23 22:20:51.940 INFO O| Sep 23 22:20:51.940 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pfiles"
50312024-09-23T22:20:53.269Z[ recovery-image] Sep 23 22:20:51.940 INFO O| Sep 23 22:20:51.940 INFO STEP 320 (remove_files) COMPLETE
50322024-09-23T22:20:53.269Z[ recovery-image] Sep 23 22:20:51.940 INFO O| Sep 23 22:20:51.940 INFO STEP 321: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50332024-09-23T22:20:53.298Z[ recovery-image] Sep 23 22:20:51.969 INFO O| Sep 23 22:20:51.968 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pfksh"
50342024-09-23T22:20:53.298Z[ recovery-image] Sep 23 22:20:51.969 INFO O| Sep 23 22:20:51.969 INFO STEP 321 (remove_files) COMPLETE
50352024-09-23T22:20:53.298Z[ recovery-image] Sep 23 22:20:51.969 INFO O| Sep 23 22:20:51.969 INFO STEP 322: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50362024-09-23T22:20:53.323Z[ recovery-image] Sep 23 22:20:51.993 INFO O| Sep 23 22:20:51.993 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pfksh93"
50372024-09-23T22:20:53.323Z[ recovery-image] Sep 23 22:20:51.993 INFO O| Sep 23 22:20:51.993 INFO STEP 322 (remove_files) COMPLETE
50382024-09-23T22:20:53.323Z[ recovery-image] Sep 23 22:20:51.993 INFO O| Sep 23 22:20:51.993 INFO STEP 323: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50392024-09-23T22:20:53.348Z[ recovery-image] Sep 23 22:20:52.019 INFO O| Sep 23 22:20:52.019 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pflags"
50402024-09-23T22:20:53.348Z[ recovery-image] Sep 23 22:20:52.019 INFO O| Sep 23 22:20:52.019 INFO STEP 323 (remove_files) COMPLETE
50412024-09-23T22:20:53.348Z[ recovery-image] Sep 23 22:20:52.020 INFO O| Sep 23 22:20:52.019 INFO STEP 324: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50422024-09-23T22:20:53.369Z[ recovery-image] Sep 23 22:20:52.039 INFO O| Sep 23 22:20:52.039 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pfrksh"
50432024-09-23T22:20:53.369Z[ recovery-image] Sep 23 22:20:52.039 INFO O| Sep 23 22:20:52.039 INFO STEP 324 (remove_files) COMPLETE
50442024-09-23T22:20:53.369Z[ recovery-image] Sep 23 22:20:52.039 INFO O| Sep 23 22:20:52.039 INFO STEP 325: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50452024-09-23T22:20:53.432Z[ recovery-image] Sep 23 22:20:52.103 INFO O| Sep 23 22:20:52.103 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pfrksh93"
50462024-09-23T22:20:53.432Z[ recovery-image] Sep 23 22:20:52.103 INFO O| Sep 23 22:20:52.103 INFO STEP 325 (remove_files) COMPLETE
50472024-09-23T22:20:53.432Z[ recovery-image] Sep 23 22:20:52.103 INFO O| Sep 23 22:20:52.103 INFO STEP 326: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50482024-09-23T22:20:53.452Z[ recovery-image] Sep 23 22:20:52.124 INFO O| Sep 23 22:20:52.124 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pfsh"
50492024-09-23T22:20:53.452Z[ recovery-image] Sep 23 22:20:52.124 INFO O| Sep 23 22:20:52.124 INFO STEP 326 (remove_files) COMPLETE
50502024-09-23T22:20:53.452Z[ recovery-image] Sep 23 22:20:52.124 INFO O| Sep 23 22:20:52.124 INFO STEP 327: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50512024-09-23T22:20:53.476Z[ recovery-image] Sep 23 22:20:52.146 INFO O| Sep 23 22:20:52.146 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pftcsh"
50522024-09-23T22:20:53.476Z[ recovery-image] Sep 23 22:20:52.146 INFO O| Sep 23 22:20:52.146 INFO STEP 327 (remove_files) COMPLETE
50532024-09-23T22:20:53.479Z[ recovery-image] Sep 23 22:20:52.146 INFO O| Sep 23 22:20:52.146 INFO STEP 328: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50542024-09-23T22:20:53.512Z[ recovery-image] Sep 23 22:20:52.183 INFO O| Sep 23 22:20:52.183 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pfzsh"
50552024-09-23T22:20:53.512Z[ recovery-image] Sep 23 22:20:52.184 INFO O| Sep 23 22:20:52.183 INFO STEP 328 (remove_files) COMPLETE
50562024-09-23T22:20:53.512Z[ recovery-image] Sep 23 22:20:52.184 INFO O| Sep 23 22:20:52.184 INFO STEP 329: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50572024-09-23T22:20:53.555Z[ recovery-image] Sep 23 22:20:52.227 INFO O| Sep 23 22:20:52.226 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pg"
50582024-09-23T22:20:53.555Z[ recovery-image] Sep 23 22:20:52.227 INFO O| Sep 23 22:20:52.227 INFO STEP 329 (remove_files) COMPLETE
50592024-09-23T22:20:53.555Z[ recovery-image] Sep 23 22:20:52.227 INFO O| Sep 23 22:20:52.227 INFO STEP 330: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50602024-09-23T22:20:53.594Z[ recovery-image] Sep 23 22:20:52.265 INFO O| Sep 23 22:20:52.265 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pginfo"
50612024-09-23T22:20:53.594Z[ recovery-image] Sep 23 22:20:52.265 INFO O| Sep 23 22:20:52.265 INFO STEP 330 (remove_files) COMPLETE
50622024-09-23T22:20:53.594Z[ recovery-image] Sep 23 22:20:52.265 INFO O| Sep 23 22:20:52.265 INFO STEP 331: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50632024-09-23T22:20:53.616Z[ recovery-image] Sep 23 22:20:52.287 INFO O| Sep 23 22:20:52.286 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pgstat"
50642024-09-23T22:20:53.616Z[ recovery-image] Sep 23 22:20:52.287 INFO O| Sep 23 22:20:52.287 INFO STEP 331 (remove_files) COMPLETE
50652024-09-23T22:20:53.616Z[ recovery-image] Sep 23 22:20:52.287 INFO O| Sep 23 22:20:52.287 INFO STEP 332: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50662024-09-23T22:20:53.637Z[ recovery-image] Sep 23 22:20:52.309 INFO O| Sep 23 22:20:52.309 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pkgadm"
50672024-09-23T22:20:53.637Z[ recovery-image] Sep 23 22:20:52.309 INFO O| Sep 23 22:20:52.309 INFO STEP 332 (remove_files) COMPLETE
50682024-09-23T22:20:53.637Z[ recovery-image] Sep 23 22:20:52.309 INFO O| Sep 23 22:20:52.309 INFO STEP 333: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50692024-09-23T22:20:53.660Z[ recovery-image] Sep 23 22:20:52.330 INFO O| Sep 23 22:20:52.330 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pkgcond"
50702024-09-23T22:20:53.660Z[ recovery-image] Sep 23 22:20:52.330 INFO O| Sep 23 22:20:52.330 INFO STEP 333 (remove_files) COMPLETE
50712024-09-23T22:20:53.660Z[ recovery-image] Sep 23 22:20:52.330 INFO O| Sep 23 22:20:52.330 INFO STEP 334: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50722024-09-23T22:20:53.681Z[ recovery-image] Sep 23 22:20:52.351 INFO O| Sep 23 22:20:52.351 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pkginfo"
50732024-09-23T22:20:53.681Z[ recovery-image] Sep 23 22:20:52.351 INFO O| Sep 23 22:20:52.351 INFO STEP 334 (remove_files) COMPLETE
50742024-09-23T22:20:53.681Z[ recovery-image] Sep 23 22:20:52.351 INFO O| Sep 23 22:20:52.351 INFO STEP 335: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50752024-09-23T22:20:53.700Z[ recovery-image] Sep 23 22:20:52.372 INFO O| Sep 23 22:20:52.371 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pkgmk"
50762024-09-23T22:20:53.700Z[ recovery-image] Sep 23 22:20:52.372 INFO O| Sep 23 22:20:52.372 INFO STEP 335 (remove_files) COMPLETE
50772024-09-23T22:20:53.705Z[ recovery-image] Sep 23 22:20:52.372 INFO O| Sep 23 22:20:52.372 INFO STEP 336: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50782024-09-23T22:20:53.720Z[ recovery-image] Sep 23 22:20:52.391 INFO O| Sep 23 22:20:52.391 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pkgparam"
50792024-09-23T22:20:53.720Z[ recovery-image] Sep 23 22:20:52.391 INFO O| Sep 23 22:20:52.391 INFO STEP 336 (remove_files) COMPLETE
50802024-09-23T22:20:53.722Z[ recovery-image] Sep 23 22:20:52.391 INFO O| Sep 23 22:20:52.391 INFO STEP 337: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50812024-09-23T22:20:53.739Z[ recovery-image] Sep 23 22:20:52.411 INFO O| Sep 23 22:20:52.411 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pkgproto"
50822024-09-23T22:20:53.739Z[ recovery-image] Sep 23 22:20:52.411 INFO O| Sep 23 22:20:52.411 INFO STEP 337 (remove_files) COMPLETE
50832024-09-23T22:20:53.742Z[ recovery-image] Sep 23 22:20:52.411 INFO O| Sep 23 22:20:52.411 INFO STEP 338: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50842024-09-23T22:20:53.758Z[ recovery-image] Sep 23 22:20:52.430 INFO O| Sep 23 22:20:52.430 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pkgtrans"
50852024-09-23T22:20:53.758Z[ recovery-image] Sep 23 22:20:52.430 INFO O| Sep 23 22:20:52.430 INFO STEP 338 (remove_files) COMPLETE
50862024-09-23T22:20:53.761Z[ recovery-image] Sep 23 22:20:52.430 INFO O| Sep 23 22:20:52.430 INFO STEP 339: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50872024-09-23T22:20:53.797Z[ recovery-image] Sep 23 22:20:52.468 INFO O| Sep 23 22:20:52.468 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pkill"
50882024-09-23T22:20:53.797Z[ recovery-image] Sep 23 22:20:52.468 INFO O| Sep 23 22:20:52.468 INFO STEP 339 (remove_files) COMPLETE
50892024-09-23T22:20:53.799Z[ recovery-image] Sep 23 22:20:52.468 INFO O| Sep 23 22:20:52.468 INFO STEP 340: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50902024-09-23T22:20:53.819Z[ recovery-image] Sep 23 22:20:52.490 INFO O| Sep 23 22:20:52.490 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pktool"
50912024-09-23T22:20:53.819Z[ recovery-image] Sep 23 22:20:52.490 INFO O| Sep 23 22:20:52.490 INFO STEP 340 (remove_files) COMPLETE
50922024-09-23T22:20:53.821Z[ recovery-image] Sep 23 22:20:52.490 INFO O| Sep 23 22:20:52.490 INFO STEP 341: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50932024-09-23T22:20:53.838Z[ recovery-image] Sep 23 22:20:52.510 INFO O| Sep 23 22:20:52.510 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pldd"
50942024-09-23T22:20:53.838Z[ recovery-image] Sep 23 22:20:52.510 INFO O| Sep 23 22:20:52.510 INFO STEP 341 (remove_files) COMPLETE
50952024-09-23T22:20:53.841Z[ recovery-image] Sep 23 22:20:52.510 INFO O| Sep 23 22:20:52.510 INFO STEP 342: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50962024-09-23T22:20:53.859Z[ recovery-image] Sep 23 22:20:52.530 INFO O| Sep 23 22:20:52.530 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/plgrp"
50972024-09-23T22:20:53.861Z[ recovery-image] Sep 23 22:20:52.530 INFO O| Sep 23 22:20:52.530 INFO STEP 342 (remove_files) COMPLETE
50982024-09-23T22:20:53.861Z[ recovery-image] Sep 23 22:20:52.530 INFO O| Sep 23 22:20:52.530 INFO STEP 343: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50992024-09-23T22:20:53.881Z[ recovery-image] Sep 23 22:20:52.552 INFO O| Sep 23 22:20:52.552 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/plimit"
51002024-09-23T22:20:53.881Z[ recovery-image] Sep 23 22:20:52.552 INFO O| Sep 23 22:20:52.552 INFO STEP 343 (remove_files) COMPLETE
51012024-09-23T22:20:53.883Z[ recovery-image] Sep 23 22:20:52.552 INFO O| Sep 23 22:20:52.552 INFO STEP 344: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51022024-09-23T22:20:53.902Z[ recovery-image] Sep 23 22:20:52.574 INFO O| Sep 23 22:20:52.574 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pmadvise"
51032024-09-23T22:20:53.902Z[ recovery-image] Sep 23 22:20:52.574 INFO O| Sep 23 22:20:52.574 INFO STEP 344 (remove_files) COMPLETE
51042024-09-23T22:20:53.903Z[ recovery-image] Sep 23 22:20:52.574 INFO O| Sep 23 22:20:52.574 INFO STEP 345: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51052024-09-23T22:20:53.922Z[ recovery-image] Sep 23 22:20:52.594 INFO O| Sep 23 22:20:52.594 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pmap"
51062024-09-23T22:20:53.922Z[ recovery-image] Sep 23 22:20:52.594 INFO O| Sep 23 22:20:52.594 INFO STEP 345 (remove_files) COMPLETE
51072024-09-23T22:20:53.925Z[ recovery-image] Sep 23 22:20:52.594 INFO O| Sep 23 22:20:52.594 INFO STEP 346: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51082024-09-23T22:20:53.943Z[ recovery-image] Sep 23 22:20:52.613 INFO O| Sep 23 22:20:52.613 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/poolstat"
51092024-09-23T22:20:53.943Z[ recovery-image] Sep 23 22:20:52.613 INFO O| Sep 23 22:20:52.613 INFO STEP 346 (remove_files) COMPLETE
51102024-09-23T22:20:53.943Z[ recovery-image] Sep 23 22:20:52.613 INFO O| Sep 23 22:20:52.613 INFO STEP 347: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51112024-09-23T22:20:53.963Z[ recovery-image] Sep 23 22:20:52.633 INFO O| Sep 23 22:20:52.633 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ppgsz"
51122024-09-23T22:20:53.963Z[ recovery-image] Sep 23 22:20:52.633 INFO O| Sep 23 22:20:52.633 INFO STEP 347 (remove_files) COMPLETE
51132024-09-23T22:20:53.963Z[ recovery-image] Sep 23 22:20:52.633 INFO O| Sep 23 22:20:52.633 INFO STEP 348: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51142024-09-23T22:20:53.981Z[ recovery-image] Sep 23 22:20:52.653 INFO O| Sep 23 22:20:52.653 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ppriv"
51152024-09-23T22:20:53.981Z[ recovery-image] Sep 23 22:20:52.653 INFO O| Sep 23 22:20:52.653 INFO STEP 348 (remove_files) COMPLETE
51162024-09-23T22:20:53.985Z[ recovery-image] Sep 23 22:20:52.653 INFO O| Sep 23 22:20:52.653 INFO STEP 349: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51172024-09-23T22:20:54.001Z[ recovery-image] Sep 23 22:20:52.673 INFO O| Sep 23 22:20:52.673 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pr"
51182024-09-23T22:20:54.001Z[ recovery-image] Sep 23 22:20:52.673 INFO O| Sep 23 22:20:52.673 INFO STEP 349 (remove_files) COMPLETE
51192024-09-23T22:20:54.005Z[ recovery-image] Sep 23 22:20:52.673 INFO O| Sep 23 22:20:52.673 INFO STEP 350: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51202024-09-23T22:20:54.021Z[ recovery-image] Sep 23 22:20:52.692 INFO O| Sep 23 22:20:52.692 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/prctl"
51212024-09-23T22:20:54.021Z[ recovery-image] Sep 23 22:20:52.692 INFO O| Sep 23 22:20:52.692 INFO STEP 350 (remove_files) COMPLETE
51222024-09-23T22:20:54.021Z[ recovery-image] Sep 23 22:20:52.692 INFO O| Sep 23 22:20:52.692 INFO STEP 351: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51232024-09-23T22:20:54.041Z[ recovery-image] Sep 23 22:20:52.711 INFO O| Sep 23 22:20:52.711 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/preap"
51242024-09-23T22:20:54.041Z[ recovery-image] Sep 23 22:20:52.711 INFO O| Sep 23 22:20:52.711 INFO STEP 351 (remove_files) COMPLETE
51252024-09-23T22:20:54.041Z[ recovery-image] Sep 23 22:20:52.711 INFO O| Sep 23 22:20:52.711 INFO STEP 352: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51262024-09-23T22:20:54.059Z[ recovery-image] Sep 23 22:20:52.730 INFO O| Sep 23 22:20:52.730 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/print"
51272024-09-23T22:20:54.059Z[ recovery-image] Sep 23 22:20:52.730 INFO O| Sep 23 22:20:52.730 INFO STEP 352 (remove_files) COMPLETE
51282024-09-23T22:20:54.059Z[ recovery-image] Sep 23 22:20:52.730 INFO O| Sep 23 22:20:52.730 INFO STEP 353: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51292024-09-23T22:20:54.101Z[ recovery-image] Sep 23 22:20:52.771 INFO O| Sep 23 22:20:52.771 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/printf"
51302024-09-23T22:20:54.101Z[ recovery-image] Sep 23 22:20:52.771 INFO O| Sep 23 22:20:52.771 INFO STEP 353 (remove_files) COMPLETE
51312024-09-23T22:20:54.101Z[ recovery-image] Sep 23 22:20:52.771 INFO O| Sep 23 22:20:52.771 INFO STEP 354: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51322024-09-23T22:20:54.121Z[ recovery-image] Sep 23 22:20:52.792 INFO O| Sep 23 22:20:52.792 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/priocntl"
51332024-09-23T22:20:54.121Z[ recovery-image] Sep 23 22:20:52.792 INFO O| Sep 23 22:20:52.792 INFO STEP 354 (remove_files) COMPLETE
51342024-09-23T22:20:54.121Z[ recovery-image] Sep 23 22:20:52.792 INFO O| Sep 23 22:20:52.792 INFO STEP 355: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51352024-09-23T22:20:54.143Z[ recovery-image] Sep 23 22:20:52.813 INFO O| Sep 23 22:20:52.813 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/profiles"
51362024-09-23T22:20:54.143Z[ recovery-image] Sep 23 22:20:52.813 INFO O| Sep 23 22:20:52.813 INFO STEP 355 (remove_files) COMPLETE
51372024-09-23T22:20:54.144Z[ recovery-image] Sep 23 22:20:52.813 INFO O| Sep 23 22:20:52.813 INFO STEP 356: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51382024-09-23T22:20:54.163Z[ recovery-image] Sep 23 22:20:52.834 INFO O| Sep 23 22:20:52.834 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/projects"
51392024-09-23T22:20:54.163Z[ recovery-image] Sep 23 22:20:52.834 INFO O| Sep 23 22:20:52.834 INFO STEP 356 (remove_files) COMPLETE
51402024-09-23T22:20:54.165Z[ recovery-image] Sep 23 22:20:52.834 INFO O| Sep 23 22:20:52.834 INFO STEP 357: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51412024-09-23T22:20:54.185Z[ recovery-image] Sep 23 22:20:52.854 INFO O| Sep 23 22:20:52.854 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/prstat"
51422024-09-23T22:20:54.185Z[ recovery-image] Sep 23 22:20:52.855 INFO O| Sep 23 22:20:52.855 INFO STEP 357 (remove_files) COMPLETE
51432024-09-23T22:20:54.187Z[ recovery-image] Sep 23 22:20:52.855 INFO O| Sep 23 22:20:52.855 INFO STEP 358: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51442024-09-23T22:20:54.203Z[ recovery-image] Sep 23 22:20:52.874 INFO O| Sep 23 22:20:52.874 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/prun"
51452024-09-23T22:20:54.203Z[ recovery-image] Sep 23 22:20:52.874 INFO O| Sep 23 22:20:52.874 INFO STEP 358 (remove_files) COMPLETE
51462024-09-23T22:20:54.206Z[ recovery-image] Sep 23 22:20:52.875 INFO O| Sep 23 22:20:52.874 INFO STEP 359: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51472024-09-23T22:20:54.221Z[ recovery-image] Sep 23 22:20:52.893 INFO O| Sep 23 22:20:52.893 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/psecflags"
51482024-09-23T22:20:54.222Z[ recovery-image] Sep 23 22:20:52.893 INFO O| Sep 23 22:20:52.893 INFO STEP 359 (remove_files) COMPLETE
51492024-09-23T22:20:54.222Z[ recovery-image] Sep 23 22:20:52.893 INFO O| Sep 23 22:20:52.893 INFO STEP 360: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51502024-09-23T22:20:54.241Z[ recovery-image] Sep 23 22:20:52.912 INFO O| Sep 23 22:20:52.912 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/psig"
51512024-09-23T22:20:54.241Z[ recovery-image] Sep 23 22:20:52.912 INFO O| Sep 23 22:20:52.912 INFO STEP 360 (remove_files) COMPLETE
51522024-09-23T22:20:54.241Z[ recovery-image] Sep 23 22:20:52.912 INFO O| Sep 23 22:20:52.912 INFO STEP 361: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51532024-09-23T22:20:54.259Z[ recovery-image] Sep 23 22:20:52.930 INFO O| Sep 23 22:20:52.930 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pstack"
51542024-09-23T22:20:54.259Z[ recovery-image] Sep 23 22:20:52.930 INFO O| Sep 23 22:20:52.930 INFO STEP 361 (remove_files) COMPLETE
51552024-09-23T22:20:54.261Z[ recovery-image] Sep 23 22:20:52.930 INFO O| Sep 23 22:20:52.930 INFO STEP 362: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51562024-09-23T22:20:54.278Z[ recovery-image] Sep 23 22:20:52.949 INFO O| Sep 23 22:20:52.949 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pstop"
51572024-09-23T22:20:54.278Z[ recovery-image] Sep 23 22:20:52.949 INFO O| Sep 23 22:20:52.949 INFO STEP 362 (remove_files) COMPLETE
51582024-09-23T22:20:54.281Z[ recovery-image] Sep 23 22:20:52.949 INFO O| Sep 23 22:20:52.949 INFO STEP 363: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51592024-09-23T22:20:54.297Z[ recovery-image] Sep 23 22:20:52.969 INFO O| Sep 23 22:20:52.968 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ptime"
51602024-09-23T22:20:54.297Z[ recovery-image] Sep 23 22:20:52.969 INFO O| Sep 23 22:20:52.969 INFO STEP 363 (remove_files) COMPLETE
51612024-09-23T22:20:54.299Z[ recovery-image] Sep 23 22:20:52.969 INFO O| Sep 23 22:20:52.969 INFO STEP 364: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51622024-09-23T22:20:54.316Z[ recovery-image] Sep 23 22:20:52.987 INFO O| Sep 23 22:20:52.987 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ptree"
51632024-09-23T22:20:54.316Z[ recovery-image] Sep 23 22:20:52.987 INFO O| Sep 23 22:20:52.987 INFO STEP 364 (remove_files) COMPLETE
51642024-09-23T22:20:54.316Z[ recovery-image] Sep 23 22:20:52.987 INFO O| Sep 23 22:20:52.987 INFO STEP 365: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51652024-09-23T22:20:54.335Z[ recovery-image] Sep 23 22:20:53.006 INFO O| Sep 23 22:20:53.006 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/putdev"
51662024-09-23T22:20:54.335Z[ recovery-image] Sep 23 22:20:53.006 INFO O| Sep 23 22:20:53.006 INFO STEP 365 (remove_files) COMPLETE
51672024-09-23T22:20:54.337Z[ recovery-image] Sep 23 22:20:53.006 INFO O| Sep 23 22:20:53.006 INFO STEP 366: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51682024-09-23T22:20:54.356Z[ recovery-image] Sep 23 22:20:53.028 INFO O| Sep 23 22:20:53.028 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/putdgrp"
51692024-09-23T22:20:54.356Z[ recovery-image] Sep 23 22:20:53.028 INFO O| Sep 23 22:20:53.028 INFO STEP 366 (remove_files) COMPLETE
51702024-09-23T22:20:54.357Z[ recovery-image] Sep 23 22:20:53.028 INFO O| Sep 23 22:20:53.028 INFO STEP 367: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51712024-09-23T22:20:54.383Z[ recovery-image] Sep 23 22:20:53.055 INFO O| Sep 23 22:20:53.055 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pvs"
51722024-09-23T22:20:54.383Z[ recovery-image] Sep 23 22:20:53.055 INFO O| Sep 23 22:20:53.055 INFO STEP 367 (remove_files) COMPLETE
51732024-09-23T22:20:54.384Z[ recovery-image] Sep 23 22:20:53.055 INFO O| Sep 23 22:20:53.055 INFO STEP 368: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51742024-09-23T22:20:54.434Z[ recovery-image] Sep 23 22:20:53.106 INFO O| Sep 23 22:20:53.106 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pwait"
51752024-09-23T22:20:54.434Z[ recovery-image] Sep 23 22:20:53.106 INFO O| Sep 23 22:20:53.106 INFO STEP 368 (remove_files) COMPLETE
51762024-09-23T22:20:54.434Z[ recovery-image] Sep 23 22:20:53.106 INFO O| Sep 23 22:20:53.106 INFO STEP 369: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51772024-09-23T22:20:54.455Z[ recovery-image] Sep 23 22:20:53.126 INFO O| Sep 23 22:20:53.126 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pwd"
51782024-09-23T22:20:54.455Z[ recovery-image] Sep 23 22:20:53.126 INFO O| Sep 23 22:20:53.126 INFO STEP 369 (remove_files) COMPLETE
51792024-09-23T22:20:54.455Z[ recovery-image] Sep 23 22:20:53.126 INFO O| Sep 23 22:20:53.126 INFO STEP 370: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51802024-09-23T22:20:54.505Z[ recovery-image] Sep 23 22:20:53.176 INFO O| Sep 23 22:20:53.176 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pwdx"
51812024-09-23T22:20:54.505Z[ recovery-image] Sep 23 22:20:53.176 INFO O| Sep 23 22:20:53.176 INFO STEP 370 (remove_files) COMPLETE
51822024-09-23T22:20:54.505Z[ recovery-image] Sep 23 22:20:53.176 INFO O| Sep 23 22:20:53.176 INFO STEP 371: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51832024-09-23T22:20:54.542Z[ recovery-image] Sep 23 22:20:53.212 INFO O| Sep 23 22:20:53.212 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/read"
51842024-09-23T22:20:54.542Z[ recovery-image] Sep 23 22:20:53.212 INFO O| Sep 23 22:20:53.212 INFO STEP 371 (remove_files) COMPLETE
51852024-09-23T22:20:54.542Z[ recovery-image] Sep 23 22:20:53.212 INFO O| Sep 23 22:20:53.212 INFO STEP 372: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51862024-09-23T22:20:54.582Z[ recovery-image] Sep 23 22:20:53.253 INFO O| Sep 23 22:20:53.253 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/red"
51872024-09-23T22:20:54.582Z[ recovery-image] Sep 23 22:20:53.253 INFO O| Sep 23 22:20:53.253 INFO STEP 372 (remove_files) COMPLETE
51882024-09-23T22:20:54.582Z[ recovery-image] Sep 23 22:20:53.253 INFO O| Sep 23 22:20:53.253 INFO STEP 373: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51892024-09-23T22:20:54.601Z[ recovery-image] Sep 23 22:20:53.272 INFO O| Sep 23 22:20:53.272 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/regcmp"
51902024-09-23T22:20:54.601Z[ recovery-image] Sep 23 22:20:53.272 INFO O| Sep 23 22:20:53.272 INFO STEP 373 (remove_files) COMPLETE
51912024-09-23T22:20:54.601Z[ recovery-image] Sep 23 22:20:53.272 INFO O| Sep 23 22:20:53.272 INFO STEP 374: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51922024-09-23T22:20:54.621Z[ recovery-image] Sep 23 22:20:53.292 INFO O| Sep 23 22:20:53.291 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/renice"
51932024-09-23T22:20:54.621Z[ recovery-image] Sep 23 22:20:53.292 INFO O| Sep 23 22:20:53.292 INFO STEP 374 (remove_files) COMPLETE
51942024-09-23T22:20:54.621Z[ recovery-image] Sep 23 22:20:53.292 INFO O| Sep 23 22:20:53.292 INFO STEP 375: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51952024-09-23T22:20:54.640Z[ recovery-image] Sep 23 22:20:53.311 INFO O| Sep 23 22:20:53.311 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/resize"
51962024-09-23T22:20:54.640Z[ recovery-image] Sep 23 22:20:53.311 INFO O| Sep 23 22:20:53.311 INFO STEP 375 (remove_files) COMPLETE
51972024-09-23T22:20:54.641Z[ recovery-image] Sep 23 22:20:53.311 INFO O| Sep 23 22:20:53.311 INFO STEP 376: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51982024-09-23T22:20:54.659Z[ recovery-image] Sep 23 22:20:53.329 INFO O| Sep 23 22:20:53.329 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/rev"
51992024-09-23T22:20:54.659Z[ recovery-image] Sep 23 22:20:53.329 INFO O| Sep 23 22:20:53.329 INFO STEP 376 (remove_files) COMPLETE
52002024-09-23T22:20:54.659Z[ recovery-image] Sep 23 22:20:53.330 INFO O| Sep 23 22:20:53.329 INFO STEP 377: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52012024-09-23T22:20:54.678Z[ recovery-image] Sep 23 22:20:53.348 INFO O| Sep 23 22:20:53.348 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/rksh"
52022024-09-23T22:20:54.678Z[ recovery-image] Sep 23 22:20:53.348 INFO O| Sep 23 22:20:53.348 INFO STEP 377 (remove_files) COMPLETE
52032024-09-23T22:20:54.678Z[ recovery-image] Sep 23 22:20:53.348 INFO O| Sep 23 22:20:53.348 INFO STEP 378: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52042024-09-23T22:20:54.718Z[ recovery-image] Sep 23 22:20:53.381 INFO O| Sep 23 22:20:53.381 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/rksh93"
52052024-09-23T22:20:54.718Z[ recovery-image] Sep 23 22:20:53.381 INFO O| Sep 23 22:20:53.381 INFO STEP 378 (remove_files) COMPLETE
52062024-09-23T22:20:54.718Z[ recovery-image] Sep 23 22:20:53.381 INFO O| Sep 23 22:20:53.381 INFO STEP 379: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52072024-09-23T22:20:54.730Z[ recovery-image] Sep 23 22:20:53.401 INFO O| Sep 23 22:20:53.401 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/roles"
52082024-09-23T22:20:54.730Z[ recovery-image] Sep 23 22:20:53.401 INFO O| Sep 23 22:20:53.401 INFO STEP 379 (remove_files) COMPLETE
52092024-09-23T22:20:54.730Z[ recovery-image] Sep 23 22:20:53.401 INFO O| Sep 23 22:20:53.401 INFO STEP 380: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52102024-09-23T22:20:54.751Z[ recovery-image] Sep 23 22:20:53.422 INFO O| Sep 23 22:20:53.422 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/rpcinfo"
52112024-09-23T22:20:54.751Z[ recovery-image] Sep 23 22:20:53.422 INFO O| Sep 23 22:20:53.422 INFO STEP 380 (remove_files) COMPLETE
52122024-09-23T22:20:54.751Z[ recovery-image] Sep 23 22:20:53.422 INFO O| Sep 23 22:20:53.422 INFO STEP 381: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52132024-09-23T22:20:54.773Z[ recovery-image] Sep 23 22:20:53.444 INFO O| Sep 23 22:20:53.444 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/rsync"
52142024-09-23T22:20:54.775Z[ recovery-image] Sep 23 22:20:53.444 INFO O| Sep 23 22:20:53.444 INFO STEP 381 (remove_files) COMPLETE
52152024-09-23T22:20:54.775Z[ recovery-image] Sep 23 22:20:53.444 INFO O| Sep 23 22:20:53.444 INFO STEP 382: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52162024-09-23T22:20:54.804Z[ recovery-image] Sep 23 22:20:53.475 INFO O| Sep 23 22:20:53.475 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/rsync-ssl"
52172024-09-23T22:20:54.804Z[ recovery-image] Sep 23 22:20:53.476 INFO O| Sep 23 22:20:53.475 INFO STEP 382 (remove_files) COMPLETE
52182024-09-23T22:20:54.807Z[ recovery-image] Sep 23 22:20:53.476 INFO O| Sep 23 22:20:53.475 INFO STEP 383: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52192024-09-23T22:20:54.906Z[ recovery-image] Sep 23 22:20:53.578 INFO O| Sep 23 22:20:53.578 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/runat"
52202024-09-23T22:20:54.906Z[ recovery-image] Sep 23 22:20:53.578 INFO O| Sep 23 22:20:53.578 INFO STEP 383 (remove_files) COMPLETE
52212024-09-23T22:20:54.910Z[ recovery-image] Sep 23 22:20:53.578 INFO O| Sep 23 22:20:53.578 INFO STEP 384: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52222024-09-23T22:20:54.930Z[ recovery-image] Sep 23 22:20:53.601 INFO O| Sep 23 22:20:53.601 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/scp"
52232024-09-23T22:20:54.930Z[ recovery-image] Sep 23 22:20:53.602 INFO O| Sep 23 22:20:53.601 INFO STEP 384 (remove_files) COMPLETE
52242024-09-23T22:20:54.933Z[ recovery-image] Sep 23 22:20:53.602 INFO O| Sep 23 22:20:53.602 INFO STEP 385: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52252024-09-23T22:20:54.956Z[ recovery-image] Sep 23 22:20:53.627 INFO O| Sep 23 22:20:53.627 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/script"
52262024-09-23T22:20:54.956Z[ recovery-image] Sep 23 22:20:53.627 INFO O| Sep 23 22:20:53.627 INFO STEP 385 (remove_files) COMPLETE
52272024-09-23T22:20:54.956Z[ recovery-image] Sep 23 22:20:53.627 INFO O| Sep 23 22:20:53.627 INFO STEP 386: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52282024-09-23T22:20:54.978Z[ recovery-image] Sep 23 22:20:53.649 INFO O| Sep 23 22:20:53.649 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/sdiff"
52292024-09-23T22:20:54.978Z[ recovery-image] Sep 23 22:20:53.649 INFO O| Sep 23 22:20:53.649 INFO STEP 386 (remove_files) COMPLETE
52302024-09-23T22:20:54.980Z[ recovery-image] Sep 23 22:20:53.650 INFO O| Sep 23 22:20:53.650 INFO STEP 387: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52312024-09-23T22:20:55.001Z[ recovery-image] Sep 23 22:20:53.672 INFO O| Sep 23 22:20:53.672 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/setpgrp"
52322024-09-23T22:20:55.001Z[ recovery-image] Sep 23 22:20:53.672 INFO O| Sep 23 22:20:53.672 INFO STEP 387 (remove_files) COMPLETE
52332024-09-23T22:20:55.004Z[ recovery-image] Sep 23 22:20:53.673 INFO O| Sep 23 22:20:53.672 INFO STEP 388: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52342024-09-23T22:20:55.024Z[ recovery-image] Sep 23 22:20:53.696 INFO O| Sep 23 22:20:53.695 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/sftp"
52352024-09-23T22:20:55.027Z[ recovery-image] Sep 23 22:20:53.696 INFO O| Sep 23 22:20:53.696 INFO STEP 388 (remove_files) COMPLETE
52362024-09-23T22:20:55.027Z[ recovery-image] Sep 23 22:20:53.696 INFO O| Sep 23 22:20:53.696 INFO STEP 389: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52372024-09-23T22:20:55.051Z[ recovery-image] Sep 23 22:20:53.723 INFO O| Sep 23 22:20:53.722 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/shcomp"
52382024-09-23T22:20:55.054Z[ recovery-image] Sep 23 22:20:53.723 INFO O| Sep 23 22:20:53.723 INFO STEP 389 (remove_files) COMPLETE
52392024-09-23T22:20:55.054Z[ recovery-image] Sep 23 22:20:53.723 INFO O| Sep 23 22:20:53.723 INFO STEP 390: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52402024-09-23T22:20:55.075Z[ recovery-image] Sep 23 22:20:53.746 INFO O| Sep 23 22:20:53.746 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/smbutil"
52412024-09-23T22:20:55.078Z[ recovery-image] Sep 23 22:20:53.746 INFO O| Sep 23 22:20:53.746 INFO STEP 390 (remove_files) COMPLETE
52422024-09-23T22:20:55.078Z[ recovery-image] Sep 23 22:20:53.746 INFO O| Sep 23 22:20:53.746 INFO STEP 391: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52432024-09-23T22:20:55.114Z[ recovery-image] Sep 23 22:20:53.785 INFO O| Sep 23 22:20:53.785 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmp-bridge-mib"
52442024-09-23T22:20:55.114Z[ recovery-image] Sep 23 22:20:53.785 INFO O| Sep 23 22:20:53.785 INFO STEP 391 (remove_files) COMPLETE
52452024-09-23T22:20:55.116Z[ recovery-image] Sep 23 22:20:53.785 INFO O| Sep 23 22:20:53.785 INFO STEP 392: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52462024-09-23T22:20:55.176Z[ recovery-image] Sep 23 22:20:53.847 INFO O| Sep 23 22:20:53.847 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmpbulkget"
52472024-09-23T22:20:55.176Z[ recovery-image] Sep 23 22:20:53.847 INFO O| Sep 23 22:20:53.847 INFO STEP 392 (remove_files) COMPLETE
52482024-09-23T22:20:55.179Z[ recovery-image] Sep 23 22:20:53.847 INFO O| Sep 23 22:20:53.847 INFO STEP 393: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52492024-09-23T22:20:55.249Z[ recovery-image] Sep 23 22:20:53.921 INFO O| Sep 23 22:20:53.921 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmpbulkwalk"
52502024-09-23T22:20:55.249Z[ recovery-image] Sep 23 22:20:53.921 INFO O| Sep 23 22:20:53.921 INFO STEP 393 (remove_files) COMPLETE
52512024-09-23T22:20:55.249Z[ recovery-image] Sep 23 22:20:53.921 INFO O| Sep 23 22:20:53.921 INFO STEP 394: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52522024-09-23T22:20:55.295Z[ host-image] Sep 23 22:20:53.966 INFO O| Sep 23 22:20:53.966 INFO O| Download: 1115/1140 items 6.3/8.4MB 74% complete (1.2M/s)
52532024-09-23T22:20:55.309Z[ recovery-image] Sep 23 22:20:53.981 INFO O| Sep 23 22:20:53.980 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmpcheck"
52542024-09-23T22:20:55.312Z[ recovery-image] Sep 23 22:20:53.981 INFO O| Sep 23 22:20:53.981 INFO STEP 394 (remove_files) COMPLETE
52552024-09-23T22:20:55.312Z[ recovery-image] Sep 23 22:20:53.981 INFO O| Sep 23 22:20:53.981 INFO STEP 395: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52562024-09-23T22:20:55.409Z[ recovery-image] Sep 23 22:20:54.080 INFO O| Sep 23 22:20:54.080 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmpconf"
52572024-09-23T22:20:55.409Z[ recovery-image] Sep 23 22:20:54.080 INFO O| Sep 23 22:20:54.080 INFO STEP 395 (remove_files) COMPLETE
52582024-09-23T22:20:55.412Z[ recovery-image] Sep 23 22:20:54.080 INFO O| Sep 23 22:20:54.080 INFO STEP 396: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52592024-09-23T22:20:55.450Z[ recovery-image] Sep 23 22:20:54.121 INFO O| Sep 23 22:20:54.121 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmpdelta"
52602024-09-23T22:20:55.450Z[ recovery-image] Sep 23 22:20:54.121 INFO O| Sep 23 22:20:54.121 INFO STEP 396 (remove_files) COMPLETE
52612024-09-23T22:20:55.450Z[ recovery-image] Sep 23 22:20:54.121 INFO O| Sep 23 22:20:54.121 INFO STEP 397: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52622024-09-23T22:20:55.471Z[ recovery-image] Sep 23 22:20:54.142 INFO O| Sep 23 22:20:54.142 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmpdf"
52632024-09-23T22:20:55.471Z[ recovery-image] Sep 23 22:20:54.142 INFO O| Sep 23 22:20:54.142 INFO STEP 397 (remove_files) COMPLETE
52642024-09-23T22:20:55.471Z[ recovery-image] Sep 23 22:20:54.142 INFO O| Sep 23 22:20:54.142 INFO STEP 398: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52652024-09-23T22:20:55.502Z[ recovery-image] Sep 23 22:20:54.174 INFO O| Sep 23 22:20:54.173 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmpget"
52662024-09-23T22:20:55.505Z[ recovery-image] Sep 23 22:20:54.174 INFO O| Sep 23 22:20:54.174 INFO STEP 398 (remove_files) COMPLETE
52672024-09-23T22:20:55.505Z[ recovery-image] Sep 23 22:20:54.174 INFO O| Sep 23 22:20:54.174 INFO STEP 399: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52682024-09-23T22:20:55.525Z[ recovery-image] Sep 23 22:20:54.196 INFO O| Sep 23 22:20:54.196 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmpgetnext"
52692024-09-23T22:20:55.527Z[ recovery-image] Sep 23 22:20:54.196 INFO O| Sep 23 22:20:54.196 INFO STEP 399 (remove_files) COMPLETE
52702024-09-23T22:20:55.527Z[ recovery-image] Sep 23 22:20:54.196 INFO O| Sep 23 22:20:54.196 INFO STEP 400: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52712024-09-23T22:20:55.573Z[ recovery-image] Sep 23 22:20:54.244 INFO O| Sep 23 22:20:54.244 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmpnetstat"
52722024-09-23T22:20:55.576Z[ recovery-image] Sep 23 22:20:54.244 INFO O| Sep 23 22:20:54.244 INFO STEP 400 (remove_files) COMPLETE
52732024-09-23T22:20:55.576Z[ recovery-image] Sep 23 22:20:54.244 INFO O| Sep 23 22:20:54.244 INFO STEP 401: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52742024-09-23T22:20:55.604Z[ recovery-image] Sep 23 22:20:54.275 INFO O| Sep 23 22:20:54.274 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmppcap"
52752024-09-23T22:20:55.604Z[ recovery-image] Sep 23 22:20:54.275 INFO O| Sep 23 22:20:54.275 INFO STEP 401 (remove_files) COMPLETE
52762024-09-23T22:20:55.607Z[ recovery-image] Sep 23 22:20:54.275 INFO O| Sep 23 22:20:54.275 INFO STEP 402: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52772024-09-23T22:20:55.629Z[ recovery-image] Sep 23 22:20:54.301 INFO O| Sep 23 22:20:54.300 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmpping"
52782024-09-23T22:20:55.631Z[ recovery-image] Sep 23 22:20:54.301 INFO O| Sep 23 22:20:54.301 INFO STEP 402 (remove_files) COMPLETE
52792024-09-23T22:20:55.631Z[ recovery-image] Sep 23 22:20:54.301 INFO O| Sep 23 22:20:54.301 INFO STEP 403: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52802024-09-23T22:20:55.653Z[ recovery-image] Sep 23 22:20:54.325 INFO O| Sep 23 22:20:54.324 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmpps"
52812024-09-23T22:20:55.653Z[ recovery-image] Sep 23 22:20:54.325 INFO O| Sep 23 22:20:54.325 INFO STEP 403 (remove_files) COMPLETE
52822024-09-23T22:20:55.656Z[ recovery-image] Sep 23 22:20:54.325 INFO O| Sep 23 22:20:54.325 INFO STEP 404: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52832024-09-23T22:20:55.672Z[ host-image] Sep 23 22:20:54.344 INFO O| Sep 23 22:20:54.344 INFO O| Download: Completed 8.42 MB in 5.49 seconds (1.5M/s)
52842024-09-23T22:20:55.744Z[ recovery-image] Sep 23 22:20:54.415 INFO O| Sep 23 22:20:54.415 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmpset"
52852024-09-23T22:20:55.744Z[ recovery-image] Sep 23 22:20:54.415 INFO O| Sep 23 22:20:54.415 INFO STEP 404 (remove_files) COMPLETE
52862024-09-23T22:20:55.744Z[ recovery-image] Sep 23 22:20:54.415 INFO O| Sep 23 22:20:54.415 INFO STEP 405: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52872024-09-23T22:20:55.792Z[ recovery-image] Sep 23 22:20:54.464 INFO O| Sep 23 22:20:54.463 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmpstatus"
52882024-09-23T22:20:55.794Z[ recovery-image] Sep 23 22:20:54.464 INFO O| Sep 23 22:20:54.464 INFO STEP 405 (remove_files) COMPLETE
52892024-09-23T22:20:55.794Z[ recovery-image] Sep 23 22:20:54.464 INFO O| Sep 23 22:20:54.464 INFO STEP 406: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52902024-09-23T22:20:55.845Z[ host-image] Sep 23 22:20:54.517 INFO O| Sep 23 22:20:54.517 INFO O| Actions: 1/1361 actions (Installing new actions)
52912024-09-23T22:20:55.879Z[ recovery-image] Sep 23 22:20:54.551 INFO O| Sep 23 22:20:54.551 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmptable"
52922024-09-23T22:20:55.882Z[ recovery-image] Sep 23 22:20:54.551 INFO O| Sep 23 22:20:54.551 INFO STEP 406 (remove_files) COMPLETE
52932024-09-23T22:20:55.882Z[ recovery-image] Sep 23 22:20:54.551 INFO O| Sep 23 22:20:54.551 INFO STEP 407: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52942024-09-23T22:20:55.899Z[ recovery-image] Sep 23 22:20:54.570 INFO O| Sep 23 22:20:54.570 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmptest"
52952024-09-23T22:20:55.902Z[ recovery-image] Sep 23 22:20:54.570 INFO O| Sep 23 22:20:54.570 INFO STEP 407 (remove_files) COMPLETE
52962024-09-23T22:20:55.902Z[ recovery-image] Sep 23 22:20:54.570 INFO O| Sep 23 22:20:54.570 INFO STEP 408: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52972024-09-23T22:20:55.921Z[ recovery-image] Sep 23 22:20:54.592 INFO O| Sep 23 22:20:54.592 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmptranslate"
52982024-09-23T22:20:55.921Z[ recovery-image] Sep 23 22:20:54.592 INFO O| Sep 23 22:20:54.592 INFO STEP 408 (remove_files) COMPLETE
52992024-09-23T22:20:55.924Z[ recovery-image] Sep 23 22:20:54.592 INFO O| Sep 23 22:20:54.592 INFO STEP 409: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53002024-09-23T22:20:55.942Z[ recovery-image] Sep 23 22:20:54.613 INFO O| Sep 23 22:20:54.613 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmptrap"
53012024-09-23T22:20:55.942Z[ recovery-image] Sep 23 22:20:54.613 INFO O| Sep 23 22:20:54.613 INFO STEP 409 (remove_files) COMPLETE
53022024-09-23T22:20:55.944Z[ recovery-image] Sep 23 22:20:54.613 INFO O| Sep 23 22:20:54.613 INFO STEP 410: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53032024-09-23T22:20:55.961Z[ recovery-image] Sep 23 22:20:54.633 INFO O| Sep 23 22:20:54.633 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmpusm"
53042024-09-23T22:20:55.962Z[ recovery-image] Sep 23 22:20:54.633 INFO O| Sep 23 22:20:54.633 INFO STEP 410 (remove_files) COMPLETE
53052024-09-23T22:20:55.962Z[ recovery-image] Sep 23 22:20:54.633 INFO O| Sep 23 22:20:54.633 INFO STEP 411: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53062024-09-23T22:20:55.982Z[ recovery-image] Sep 23 22:20:54.653 INFO O| Sep 23 22:20:54.653 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmpvacm"
53072024-09-23T22:20:55.982Z[ recovery-image] Sep 23 22:20:54.653 INFO O| Sep 23 22:20:54.653 INFO STEP 411 (remove_files) COMPLETE
53082024-09-23T22:20:55.984Z[ recovery-image] Sep 23 22:20:54.653 INFO O| Sep 23 22:20:54.653 INFO STEP 412: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53092024-09-23T22:20:56.001Z[ recovery-image] Sep 23 22:20:54.673 INFO O| Sep 23 22:20:54.673 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmpwalk"
53102024-09-23T22:20:56.002Z[ recovery-image] Sep 23 22:20:54.673 INFO O| Sep 23 22:20:54.673 INFO STEP 412 (remove_files) COMPLETE
53112024-09-23T22:20:56.002Z[ recovery-image] Sep 23 22:20:54.673 INFO O| Sep 23 22:20:54.673 INFO STEP 413: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53122024-09-23T22:20:56.020Z[ recovery-image] Sep 23 22:20:54.692 INFO O| Sep 23 22:20:54.692 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/sotruss"
53132024-09-23T22:20:56.020Z[ recovery-image] Sep 23 22:20:54.692 INFO O| Sep 23 22:20:54.692 INFO STEP 413 (remove_files) COMPLETE
53142024-09-23T22:20:56.020Z[ recovery-image] Sep 23 22:20:54.692 INFO O| Sep 23 22:20:54.692 INFO STEP 414: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53152024-09-23T22:20:56.039Z[ recovery-image] Sep 23 22:20:54.711 INFO O| Sep 23 22:20:54.710 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/spell"
53162024-09-23T22:20:56.039Z[ recovery-image] Sep 23 22:20:54.711 INFO O| Sep 23 22:20:54.711 INFO STEP 414 (remove_files) COMPLETE
53172024-09-23T22:20:56.042Z[ recovery-image] Sep 23 22:20:54.711 INFO O| Sep 23 22:20:54.711 INFO STEP 415: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53182024-09-23T22:20:56.058Z[ recovery-image] Sep 23 22:20:54.729 INFO O| Sep 23 22:20:54.729 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/split"
53192024-09-23T22:20:56.061Z[ recovery-image] Sep 23 22:20:54.729 INFO O| Sep 23 22:20:54.729 INFO STEP 415 (remove_files) COMPLETE
53202024-09-23T22:20:56.061Z[ recovery-image] Sep 23 22:20:54.729 INFO O| Sep 23 22:20:54.729 INFO STEP 416: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53212024-09-23T22:20:56.099Z[ recovery-image] Sep 23 22:20:54.771 INFO O| Sep 23 22:20:54.771 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/sqlite3"
53222024-09-23T22:20:56.099Z[ recovery-image] Sep 23 22:20:54.771 INFO O| Sep 23 22:20:54.771 INFO STEP 416 (remove_files) COMPLETE
53232024-09-23T22:20:56.102Z[ recovery-image] Sep 23 22:20:54.771 INFO O| Sep 23 22:20:54.771 INFO STEP 417: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53242024-09-23T22:20:56.118Z[ recovery-image] Sep 23 22:20:54.790 INFO O| Sep 23 22:20:54.790 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ssh"
53252024-09-23T22:20:56.118Z[ recovery-image] Sep 23 22:20:54.790 INFO O| Sep 23 22:20:54.790 INFO STEP 417 (remove_files) COMPLETE
53262024-09-23T22:20:56.118Z[ recovery-image] Sep 23 22:20:54.790 INFO O| Sep 23 22:20:54.790 INFO STEP 418: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53272024-09-23T22:20:56.162Z[ recovery-image] Sep 23 22:20:54.829 INFO O| Sep 23 22:20:54.829 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ssh-add"
53282024-09-23T22:20:56.162Z[ recovery-image] Sep 23 22:20:54.829 INFO O| Sep 23 22:20:54.829 INFO STEP 418 (remove_files) COMPLETE
53292024-09-23T22:20:56.166Z[ recovery-image] Sep 23 22:20:54.829 INFO O| Sep 23 22:20:54.829 INFO STEP 419: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53302024-09-23T22:20:56.199Z[ recovery-image] Sep 23 22:20:54.871 INFO O| Sep 23 22:20:54.871 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ssh-agent"
53312024-09-23T22:20:56.199Z[ recovery-image] Sep 23 22:20:54.871 INFO O| Sep 23 22:20:54.871 INFO STEP 419 (remove_files) COMPLETE
53322024-09-23T22:20:56.202Z[ recovery-image] Sep 23 22:20:54.871 INFO O| Sep 23 22:20:54.871 INFO STEP 420: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53332024-09-23T22:20:56.219Z[ recovery-image] Sep 23 22:20:54.891 INFO O| Sep 23 22:20:54.891 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ssh-copy-id"
53342024-09-23T22:20:56.219Z[ recovery-image] Sep 23 22:20:54.891 INFO O| Sep 23 22:20:54.891 INFO STEP 420 (remove_files) COMPLETE
53352024-09-23T22:20:56.219Z[ recovery-image] Sep 23 22:20:54.891 INFO O| Sep 23 22:20:54.891 INFO STEP 421: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53362024-09-23T22:20:56.238Z[ recovery-image] Sep 23 22:20:54.909 INFO O| Sep 23 22:20:54.909 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ssh-keyscan"
53372024-09-23T22:20:56.238Z[ recovery-image] Sep 23 22:20:54.910 INFO O| Sep 23 22:20:54.909 INFO STEP 421 (remove_files) COMPLETE
53382024-09-23T22:20:56.241Z[ recovery-image] Sep 23 22:20:54.910 INFO O| Sep 23 22:20:54.910 INFO STEP 422: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53392024-09-23T22:20:56.257Z[ recovery-image] Sep 23 22:20:54.928 INFO O| Sep 23 22:20:54.928 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/strings"
53402024-09-23T22:20:56.257Z[ recovery-image] Sep 23 22:20:54.928 INFO O| Sep 23 22:20:54.928 INFO STEP 422 (remove_files) COMPLETE
53412024-09-23T22:20:56.259Z[ recovery-image] Sep 23 22:20:54.928 INFO O| Sep 23 22:20:54.928 INFO STEP 423: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53422024-09-23T22:20:56.306Z[ recovery-image] Sep 23 22:20:54.976 INFO O| Sep 23 22:20:54.976 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/sum"
53432024-09-23T22:20:56.306Z[ recovery-image] Sep 23 22:20:54.976 INFO O| Sep 23 22:20:54.976 INFO STEP 423 (remove_files) COMPLETE
53442024-09-23T22:20:56.310Z[ recovery-image] Sep 23 22:20:54.977 INFO O| Sep 23 22:20:54.976 INFO STEP 424: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53452024-09-23T22:20:56.329Z[ recovery-image] Sep 23 22:20:55.001 INFO O| Sep 23 22:20:55.000 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/tabs"
53462024-09-23T22:20:56.329Z[ recovery-image] Sep 23 22:20:55.001 INFO O| Sep 23 22:20:55.001 INFO STEP 424 (remove_files) COMPLETE
53472024-09-23T22:20:56.332Z[ recovery-image] Sep 23 22:20:55.001 INFO O| Sep 23 22:20:55.001 INFO STEP 425: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53482024-09-23T22:20:56.381Z[ recovery-image] Sep 23 22:20:55.053 INFO O| Sep 23 22:20:55.053 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/tcopy"
53492024-09-23T22:20:56.381Z[ recovery-image] Sep 23 22:20:55.053 INFO O| Sep 23 22:20:55.053 INFO STEP 425 (remove_files) COMPLETE
53502024-09-23T22:20:56.385Z[ recovery-image] Sep 23 22:20:55.053 INFO O| Sep 23 22:20:55.053 INFO STEP 426: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53512024-09-23T22:20:56.432Z[ recovery-image] Sep 23 22:20:55.102 INFO O| Sep 23 22:20:55.102 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/test"
53522024-09-23T22:20:56.432Z[ recovery-image] Sep 23 22:20:55.103 INFO O| Sep 23 22:20:55.102 INFO STEP 426 (remove_files) COMPLETE
53532024-09-23T22:20:56.432Z[ recovery-image] Sep 23 22:20:55.103 INFO O| Sep 23 22:20:55.102 INFO STEP 427: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53542024-09-23T22:20:56.463Z[ recovery-image] Sep 23 22:20:55.135 INFO O| Sep 23 22:20:55.134 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/tic"
53552024-09-23T22:20:56.463Z[ recovery-image] Sep 23 22:20:55.135 INFO O| Sep 23 22:20:55.135 INFO STEP 427 (remove_files) COMPLETE
53562024-09-23T22:20:56.466Z[ recovery-image] Sep 23 22:20:55.135 INFO O| Sep 23 22:20:55.135 INFO STEP 428: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53572024-09-23T22:20:56.503Z[ recovery-image] Sep 23 22:20:55.174 INFO O| Sep 23 22:20:55.174 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/time"
53582024-09-23T22:20:56.505Z[ recovery-image] Sep 23 22:20:55.174 INFO O| Sep 23 22:20:55.174 INFO STEP 428 (remove_files) COMPLETE
53592024-09-23T22:20:56.505Z[ recovery-image] Sep 23 22:20:55.175 INFO O| Sep 23 22:20:55.174 INFO STEP 429: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53602024-09-23T22:20:56.528Z[ recovery-image] Sep 23 22:20:55.199 INFO O| Sep 23 22:20:55.199 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/tip"
53612024-09-23T22:20:56.530Z[ recovery-image] Sep 23 22:20:55.199 INFO O| Sep 23 22:20:55.199 INFO STEP 429 (remove_files) COMPLETE
53622024-09-23T22:20:56.530Z[ recovery-image] Sep 23 22:20:55.199 INFO O| Sep 23 22:20:55.199 INFO STEP 430: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53632024-09-23T22:20:56.541Z[ host-image] Sep 23 22:20:55.213 INFO O| Sep 23 22:20:55.213 INFO O| Actions: Completed 1361 actions in 0.70 seconds.
53642024-09-23T22:20:56.602Z[ recovery-image] Sep 23 22:20:55.274 INFO O| Sep 23 22:20:55.274 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/tkmib"
53652024-09-23T22:20:56.606Z[ recovery-image] Sep 23 22:20:55.274 INFO O| Sep 23 22:20:55.274 INFO STEP 430 (remove_files) COMPLETE
53662024-09-23T22:20:56.606Z[ recovery-image] Sep 23 22:20:55.274 INFO O| Sep 23 22:20:55.274 INFO STEP 431: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53672024-09-23T22:20:56.627Z[ recovery-image] Sep 23 22:20:55.298 INFO O| Sep 23 22:20:55.298 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/tpmadm"
53682024-09-23T22:20:56.630Z[ recovery-image] Sep 23 22:20:55.299 INFO O| Sep 23 22:20:55.299 INFO STEP 431 (remove_files) COMPLETE
53692024-09-23T22:20:56.630Z[ recovery-image] Sep 23 22:20:55.299 INFO O| Sep 23 22:20:55.299 INFO STEP 432: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53702024-09-23T22:20:56.653Z[ recovery-image] Sep 23 22:20:55.325 INFO O| Sep 23 22:20:55.324 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/traptoemail"
53712024-09-23T22:20:56.655Z[ recovery-image] Sep 23 22:20:55.325 INFO O| Sep 23 22:20:55.325 INFO STEP 432 (remove_files) COMPLETE
53722024-09-23T22:20:56.655Z[ recovery-image] Sep 23 22:20:55.325 INFO O| Sep 23 22:20:55.325 INFO STEP 433: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53732024-09-23T22:20:56.677Z[ recovery-image] Sep 23 22:20:55.349 INFO O| Sep 23 22:20:55.349 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/true"
53742024-09-23T22:20:56.677Z[ recovery-image] Sep 23 22:20:55.349 INFO O| Sep 23 22:20:55.349 INFO STEP 433 (remove_files) COMPLETE
53752024-09-23T22:20:56.677Z[ recovery-image] Sep 23 22:20:55.349 INFO O| Sep 23 22:20:55.349 INFO STEP 434: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53762024-09-23T22:20:56.707Z[ recovery-image] Sep 23 22:20:55.378 INFO O| Sep 23 22:20:55.378 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/tty"
53772024-09-23T22:20:56.707Z[ recovery-image] Sep 23 22:20:55.378 INFO O| Sep 23 22:20:55.378 INFO STEP 434 (remove_files) COMPLETE
53782024-09-23T22:20:56.709Z[ recovery-image] Sep 23 22:20:55.379 INFO O| Sep 23 22:20:55.378 INFO STEP 435: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53792024-09-23T22:20:56.747Z[ recovery-image] Sep 23 22:20:55.419 INFO O| Sep 23 22:20:55.419 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/type"
53802024-09-23T22:20:56.750Z[ recovery-image] Sep 23 22:20:55.419 INFO O| Sep 23 22:20:55.419 INFO STEP 435 (remove_files) COMPLETE
53812024-09-23T22:20:56.750Z[ recovery-image] Sep 23 22:20:55.419 INFO O| Sep 23 22:20:55.419 INFO STEP 436: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53822024-09-23T22:20:56.769Z[ recovery-image] Sep 23 22:20:55.440 INFO O| Sep 23 22:20:55.440 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/tzselect"
53832024-09-23T22:20:56.772Z[ recovery-image] Sep 23 22:20:55.441 INFO O| Sep 23 22:20:55.441 INFO STEP 436 (remove_files) COMPLETE
53842024-09-23T22:20:56.772Z[ recovery-image] Sep 23 22:20:55.441 INFO O| Sep 23 22:20:55.441 INFO STEP 437: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53852024-09-23T22:20:56.805Z[ recovery-image] Sep 23 22:20:55.477 INFO O| Sep 23 22:20:55.477 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ulimit"
53862024-09-23T22:20:56.805Z[ recovery-image] Sep 23 22:20:55.477 INFO O| Sep 23 22:20:55.477 INFO STEP 437 (remove_files) COMPLETE
53872024-09-23T22:20:56.805Z[ recovery-image] Sep 23 22:20:55.477 INFO O| Sep 23 22:20:55.477 INFO STEP 438: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53882024-09-23T22:20:56.844Z[ recovery-image] Sep 23 22:20:55.515 INFO O| Sep 23 22:20:55.515 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/umask"
53892024-09-23T22:20:56.844Z[ recovery-image] Sep 23 22:20:55.515 INFO O| Sep 23 22:20:55.515 INFO STEP 438 (remove_files) COMPLETE
53902024-09-23T22:20:56.844Z[ recovery-image] Sep 23 22:20:55.515 INFO O| Sep 23 22:20:55.515 INFO STEP 439: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53912024-09-23T22:20:56.868Z[ recovery-image] Sep 23 22:20:55.539 INFO O| Sep 23 22:20:55.539 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/unalias"
53922024-09-23T22:20:56.868Z[ recovery-image] Sep 23 22:20:55.539 INFO O| Sep 23 22:20:55.539 INFO STEP 439 (remove_files) COMPLETE
53932024-09-23T22:20:56.868Z[ recovery-image] Sep 23 22:20:55.540 INFO O| Sep 23 22:20:55.539 INFO STEP 440: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53942024-09-23T22:20:56.891Z[ recovery-image] Sep 23 22:20:55.563 INFO O| Sep 23 22:20:55.563 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/uncompress"
53952024-09-23T22:20:56.891Z[ recovery-image] Sep 23 22:20:55.563 INFO O| Sep 23 22:20:55.563 INFO STEP 440 (remove_files) COMPLETE
53962024-09-23T22:20:56.891Z[ recovery-image] Sep 23 22:20:55.563 INFO O| Sep 23 22:20:55.563 INFO STEP 441: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53972024-09-23T22:20:56.961Z[ host-image] Sep 23 22:20:55.633 INFO O| Sep 23 22:20:55.633 INFO O| Done
53982024-09-23T22:20:56.962Z[ host-image] Sep 23 22:20:55.633 INFO O| Sep 23 22:20:55.633 INFO O| Done
53992024-09-23T22:20:56.964Z[ recovery-image] Sep 23 22:20:55.635 INFO O| Sep 23 22:20:55.635 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/unexpand"
54002024-09-23T22:20:56.964Z[ recovery-image] Sep 23 22:20:55.635 INFO O| Sep 23 22:20:55.635 INFO STEP 441 (remove_files) COMPLETE
54012024-09-23T22:20:56.964Z[ recovery-image] Sep 23 22:20:55.635 INFO O| Sep 23 22:20:55.635 INFO STEP 442: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54022024-09-23T22:20:57.021Z[ recovery-image] Sep 23 22:20:55.692 INFO O| Sep 23 22:20:55.692 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/uniq"
54032024-09-23T22:20:57.021Z[ recovery-image] Sep 23 22:20:55.692 INFO O| Sep 23 22:20:55.692 INFO STEP 442 (remove_files) COMPLETE
54042024-09-23T22:20:57.023Z[ recovery-image] Sep 23 22:20:55.693 INFO O| Sep 23 22:20:55.692 INFO STEP 443: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54052024-09-23T22:20:57.063Z[ recovery-image] Sep 23 22:20:55.734 INFO O| Sep 23 22:20:55.734 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/units"
54062024-09-23T22:20:57.066Z[ recovery-image] Sep 23 22:20:55.734 INFO O| Sep 23 22:20:55.734 INFO STEP 443 (remove_files) COMPLETE
54072024-09-23T22:20:57.066Z[ recovery-image] Sep 23 22:20:55.735 INFO O| Sep 23 22:20:55.734 INFO STEP 444: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54082024-09-23T22:20:57.087Z[ recovery-image] Sep 23 22:20:55.759 INFO O| Sep 23 22:20:55.759 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/unix2dos"
54092024-09-23T22:20:57.090Z[ recovery-image] Sep 23 22:20:55.759 INFO O| Sep 23 22:20:55.759 INFO STEP 444 (remove_files) COMPLETE
54102024-09-23T22:20:57.090Z[ recovery-image] Sep 23 22:20:55.759 INFO O| Sep 23 22:20:55.759 INFO STEP 445: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54112024-09-23T22:20:57.108Z[ recovery-image] Sep 23 22:20:55.779 INFO O| Sep 23 22:20:55.779 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/unpack"
54122024-09-23T22:20:57.110Z[ recovery-image] Sep 23 22:20:55.780 INFO O| Sep 23 22:20:55.779 INFO STEP 445 (remove_files) COMPLETE
54132024-09-23T22:20:57.110Z[ recovery-image] Sep 23 22:20:55.780 INFO O| Sep 23 22:20:55.780 INFO STEP 446: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54142024-09-23T22:20:57.128Z[ recovery-image] Sep 23 22:20:55.800 INFO O| Sep 23 22:20:55.800 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/uptime"
54152024-09-23T22:20:57.131Z[ recovery-image] Sep 23 22:20:55.800 INFO O| Sep 23 22:20:55.800 INFO STEP 446 (remove_files) COMPLETE
54162024-09-23T22:20:57.131Z[ recovery-image] Sep 23 22:20:55.800 INFO O| Sep 23 22:20:55.800 INFO STEP 447: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54172024-09-23T22:20:57.165Z[ recovery-image] Sep 23 22:20:55.836 INFO O| Sep 23 22:20:55.836 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/userattr"
54182024-09-23T22:20:57.165Z[ recovery-image] Sep 23 22:20:55.836 INFO O| Sep 23 22:20:55.836 INFO STEP 447 (remove_files) COMPLETE
54192024-09-23T22:20:57.165Z[ recovery-image] Sep 23 22:20:55.836 INFO O| Sep 23 22:20:55.836 INFO STEP 448: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54202024-09-23T22:20:57.206Z[ recovery-image] Sep 23 22:20:55.877 INFO O| Sep 23 22:20:55.877 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/uudecode"
54212024-09-23T22:20:57.206Z[ recovery-image] Sep 23 22:20:55.877 INFO O| Sep 23 22:20:55.877 INFO STEP 448 (remove_files) COMPLETE
54222024-09-23T22:20:57.206Z[ recovery-image] Sep 23 22:20:55.877 INFO O| Sep 23 22:20:55.877 INFO STEP 449: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54232024-09-23T22:20:57.250Z[ recovery-image] Sep 23 22:20:55.921 INFO O| Sep 23 22:20:55.921 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/uuencode"
54242024-09-23T22:20:57.250Z[ recovery-image] Sep 23 22:20:55.922 INFO O| Sep 23 22:20:55.922 INFO STEP 449 (remove_files) COMPLETE
54252024-09-23T22:20:57.250Z[ recovery-image] Sep 23 22:20:55.922 INFO O| Sep 23 22:20:55.922 INFO STEP 450: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54262024-09-23T22:20:57.276Z[ recovery-image] Sep 23 22:20:55.947 INFO O| Sep 23 22:20:55.947 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/uuidgen"
54272024-09-23T22:20:57.276Z[ recovery-image] Sep 23 22:20:55.947 INFO O| Sep 23 22:20:55.947 INFO STEP 450 (remove_files) COMPLETE
54282024-09-23T22:20:57.276Z[ recovery-image] Sep 23 22:20:55.947 INFO O| Sep 23 22:20:55.947 INFO STEP 451: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54292024-09-23T22:20:57.301Z[ recovery-image] Sep 23 22:20:55.972 INFO O| Sep 23 22:20:55.972 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/vedit"
54302024-09-23T22:20:57.301Z[ recovery-image] Sep 23 22:20:55.972 INFO O| Sep 23 22:20:55.972 INFO STEP 451 (remove_files) COMPLETE
54312024-09-23T22:20:57.301Z[ recovery-image] Sep 23 22:20:55.972 INFO O| Sep 23 22:20:55.972 INFO STEP 452: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54322024-09-23T22:20:57.325Z[ recovery-image] Sep 23 22:20:55.996 INFO O| Sep 23 22:20:55.996 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/vim"
54332024-09-23T22:20:57.325Z[ recovery-image] Sep 23 22:20:55.997 INFO O| Sep 23 22:20:55.997 INFO STEP 452 (remove_files) COMPLETE
54342024-09-23T22:20:57.325Z[ recovery-image] Sep 23 22:20:55.997 INFO O| Sep 23 22:20:55.997 INFO STEP 453: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54352024-09-23T22:20:57.349Z[ recovery-image] Sep 23 22:20:56.021 INFO O| Sep 23 22:20:56.021 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/vimtutor"
54362024-09-23T22:20:57.349Z[ recovery-image] Sep 23 22:20:56.021 INFO O| Sep 23 22:20:56.021 INFO STEP 453 (remove_files) COMPLETE
54372024-09-23T22:20:57.349Z[ recovery-image] Sep 23 22:20:56.021 INFO O| Sep 23 22:20:56.021 INFO STEP 454: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54382024-09-23T22:20:57.390Z[ recovery-image] Sep 23 22:20:56.062 INFO O| Sep 23 22:20:56.062 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/vmstat"
54392024-09-23T22:20:57.391Z[ recovery-image] Sep 23 22:20:56.062 INFO O| Sep 23 22:20:56.062 INFO STEP 454 (remove_files) COMPLETE
54402024-09-23T22:20:57.393Z[ recovery-image] Sep 23 22:20:56.062 INFO O| Sep 23 22:20:56.062 INFO STEP 455: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54412024-09-23T22:20:57.413Z[ recovery-image] Sep 23 22:20:56.085 INFO O| Sep 23 22:20:56.085 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/vtfontcvt"
54422024-09-23T22:20:57.413Z[ recovery-image] Sep 23 22:20:56.085 INFO O| Sep 23 22:20:56.085 INFO STEP 455 (remove_files) COMPLETE
54432024-09-23T22:20:57.416Z[ recovery-image] Sep 23 22:20:56.085 INFO O| Sep 23 22:20:56.085 INFO STEP 456: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54442024-09-23T22:20:57.448Z[ recovery-image] Sep 23 22:20:56.119 INFO O| Sep 23 22:20:56.119 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/w"
54452024-09-23T22:20:57.448Z[ recovery-image] Sep 23 22:20:56.120 INFO O| Sep 23 22:20:56.120 INFO STEP 456 (remove_files) COMPLETE
54462024-09-23T22:20:57.448Z[ recovery-image] Sep 23 22:20:56.120 INFO O| Sep 23 22:20:56.120 INFO STEP 457: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54472024-09-23T22:20:57.475Z[ recovery-image] Sep 23 22:20:56.146 INFO O| Sep 23 22:20:56.146 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/wait"
54482024-09-23T22:20:57.477Z[ recovery-image] Sep 23 22:20:56.147 INFO O| Sep 23 22:20:56.146 INFO STEP 457 (remove_files) COMPLETE
54492024-09-23T22:20:57.478Z[ recovery-image] Sep 23 22:20:56.147 INFO O| Sep 23 22:20:56.147 INFO STEP 458: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54502024-09-23T22:20:57.499Z[ recovery-image] Sep 23 22:20:56.171 INFO O| Sep 23 22:20:56.171 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/watch"
54512024-09-23T22:20:57.502Z[ recovery-image] Sep 23 22:20:56.171 INFO O| Sep 23 22:20:56.171 INFO STEP 458 (remove_files) COMPLETE
54522024-09-23T22:20:57.502Z[ recovery-image] Sep 23 22:20:56.171 INFO O| Sep 23 22:20:56.171 INFO STEP 459: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54532024-09-23T22:20:57.527Z[ recovery-image] Sep 23 22:20:56.198 INFO O| Sep 23 22:20:56.198 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/wc"
54542024-09-23T22:20:57.527Z[ recovery-image] Sep 23 22:20:56.198 INFO O| Sep 23 22:20:56.198 INFO STEP 459 (remove_files) COMPLETE
54552024-09-23T22:20:57.529Z[ recovery-image] Sep 23 22:20:56.198 INFO O| Sep 23 22:20:56.198 INFO STEP 460: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54562024-09-23T22:20:57.546Z[ recovery-image] Sep 23 22:20:56.217 INFO O| Sep 23 22:20:56.217 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/which"
54572024-09-23T22:20:57.546Z[ recovery-image] Sep 23 22:20:56.218 INFO O| Sep 23 22:20:56.218 INFO STEP 460 (remove_files) COMPLETE
54582024-09-23T22:20:57.546Z[ recovery-image] Sep 23 22:20:56.218 INFO O| Sep 23 22:20:56.218 INFO STEP 461: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54592024-09-23T22:20:57.565Z[ recovery-image] Sep 23 22:20:56.236 INFO O| Sep 23 22:20:56.236 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/whocalls"
54602024-09-23T22:20:57.589Z[ recovery-image] Sep 23 22:20:56.261 INFO O| Sep 23 22:20:56.261 INFO STEP 461 (remove_files) COMPLETE
54612024-09-23T22:20:57.589Z[ recovery-image] Sep 23 22:20:56.261 INFO O| Sep 23 22:20:56.261 INFO STEP 462: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54622024-09-23T22:20:57.625Z[ recovery-image] Sep 23 22:20:56.296 INFO O| Sep 23 22:20:56.296 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/wracct"
54632024-09-23T22:20:57.625Z[ recovery-image] Sep 23 22:20:56.296 INFO O| Sep 23 22:20:56.296 INFO STEP 462 (remove_files) COMPLETE
54642024-09-23T22:20:57.628Z[ recovery-image] Sep 23 22:20:56.296 INFO O| Sep 23 22:20:56.296 INFO STEP 463: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54652024-09-23T22:20:57.685Z[ recovery-image] Sep 23 22:20:56.356 INFO O| Sep 23 22:20:56.356 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/write"
54662024-09-23T22:20:57.685Z[ recovery-image] Sep 23 22:20:56.356 INFO O| Sep 23 22:20:56.356 INFO STEP 463 (remove_files) COMPLETE
54672024-09-23T22:20:57.685Z[ recovery-image] Sep 23 22:20:56.356 INFO O| Sep 23 22:20:56.356 INFO STEP 464: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54682024-09-23T22:20:57.709Z[ recovery-image] Sep 23 22:20:56.380 INFO O| Sep 23 22:20:56.380 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/xargs"
54692024-09-23T22:20:57.709Z[ recovery-image] Sep 23 22:20:56.380 INFO O| Sep 23 22:20:56.380 INFO STEP 464 (remove_files) COMPLETE
54702024-09-23T22:20:57.709Z[ recovery-image] Sep 23 22:20:56.380 INFO O| Sep 23 22:20:56.380 INFO STEP 465: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54712024-09-23T22:20:57.746Z[ recovery-image] Sep 23 22:20:56.418 INFO O| Sep 23 22:20:56.418 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/xml2-config"
54722024-09-23T22:20:57.746Z[ recovery-image] Sep 23 22:20:56.418 INFO O| Sep 23 22:20:56.418 INFO STEP 465 (remove_files) COMPLETE
54732024-09-23T22:20:57.746Z[ recovery-image] Sep 23 22:20:56.418 INFO O| Sep 23 22:20:56.418 INFO STEP 466: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54742024-09-23T22:20:57.772Z[ recovery-image] Sep 23 22:20:56.443 INFO O| Sep 23 22:20:56.443 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/xmlcatalog"
54752024-09-23T22:20:57.772Z[ recovery-image] Sep 23 22:20:56.443 INFO O| Sep 23 22:20:56.443 INFO STEP 466 (remove_files) COMPLETE
54762024-09-23T22:20:57.774Z[ recovery-image] Sep 23 22:20:56.443 INFO O| Sep 23 22:20:56.443 INFO STEP 467: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54772024-09-23T22:20:57.793Z[ recovery-image] Sep 23 22:20:56.465 INFO O| Sep 23 22:20:56.464 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/xmllint"
54782024-09-23T22:20:57.793Z[ recovery-image] Sep 23 22:20:56.465 INFO O| Sep 23 22:20:56.465 INFO STEP 467 (remove_files) COMPLETE
54792024-09-23T22:20:57.793Z[ recovery-image] Sep 23 22:20:56.465 INFO O| Sep 23 22:20:56.465 INFO STEP 468: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54802024-09-23T22:20:57.830Z[ recovery-image] Sep 23 22:20:56.501 INFO O| Sep 23 22:20:56.501 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/xmlwf"
54812024-09-23T22:20:57.830Z[ recovery-image] Sep 23 22:20:56.501 INFO O| Sep 23 22:20:56.501 INFO STEP 468 (remove_files) COMPLETE
54822024-09-23T22:20:57.830Z[ recovery-image] Sep 23 22:20:56.501 INFO O| Sep 23 22:20:56.501 INFO STEP 469: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54832024-09-23T22:20:57.849Z[ recovery-image] Sep 23 22:20:56.521 INFO O| Sep 23 22:20:56.521 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/xstr"
54842024-09-23T22:20:57.849Z[ recovery-image] Sep 23 22:20:56.521 INFO O| Sep 23 22:20:56.521 INFO STEP 469 (remove_files) COMPLETE
54852024-09-23T22:20:57.849Z[ recovery-image] Sep 23 22:20:56.521 INFO O| Sep 23 22:20:56.521 INFO STEP 470: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54862024-09-23T22:20:57.901Z[ recovery-image] Sep 23 22:20:56.565 INFO O| Sep 23 22:20:56.565 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/xxd"
54872024-09-23T22:20:57.901Z[ recovery-image] Sep 23 22:20:56.565 INFO O| Sep 23 22:20:56.565 INFO STEP 470 (remove_files) COMPLETE
54882024-09-23T22:20:57.901Z[ recovery-image] Sep 23 22:20:56.566 INFO O| Sep 23 22:20:56.565 INFO STEP 471: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54892024-09-23T22:20:57.914Z[ recovery-image] Sep 23 22:20:56.586 INFO O| Sep 23 22:20:56.586 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/xz"
54902024-09-23T22:20:57.917Z[ recovery-image] Sep 23 22:20:56.586 INFO O| Sep 23 22:20:56.586 INFO STEP 471 (remove_files) COMPLETE
54912024-09-23T22:20:57.917Z[ recovery-image] Sep 23 22:20:56.586 INFO O| Sep 23 22:20:56.586 INFO STEP 472: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54922024-09-23T22:20:57.935Z[ recovery-image] Sep 23 22:20:56.606 INFO O| Sep 23 22:20:56.606 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/xzdec"
54932024-09-23T22:20:57.937Z[ recovery-image] Sep 23 22:20:56.606 INFO O| Sep 23 22:20:56.606 INFO STEP 472 (remove_files) COMPLETE
54942024-09-23T22:20:57.937Z[ recovery-image] Sep 23 22:20:56.607 INFO O| Sep 23 22:20:56.606 INFO STEP 473: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54952024-09-23T22:20:57.954Z[ host-image] Sep 23 22:20:56.625 INFO O| Sep 23 22:20:56.625 INFO O| Done
54962024-09-23T22:20:57.956Z[ recovery-image] Sep 23 22:20:56.626 INFO O| Sep 23 22:20:56.626 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/xzdiff"
54972024-09-23T22:20:57.956Z[ recovery-image] Sep 23 22:20:56.626 INFO O| Sep 23 22:20:56.626 INFO STEP 473 (remove_files) COMPLETE
54982024-09-23T22:20:57.956Z[ recovery-image] Sep 23 22:20:56.626 INFO O| Sep 23 22:20:56.626 INFO STEP 474: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54992024-09-23T22:20:57.976Z[ recovery-image] Sep 23 22:20:56.647 INFO O| Sep 23 22:20:56.647 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/xzgrep"
55002024-09-23T22:20:57.976Z[ recovery-image] Sep 23 22:20:56.647 INFO O| Sep 23 22:20:56.647 INFO STEP 474 (remove_files) COMPLETE
55012024-09-23T22:20:57.976Z[ recovery-image] Sep 23 22:20:56.647 INFO O| Sep 23 22:20:56.647 INFO STEP 475: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55022024-09-23T22:20:58.044Z[ recovery-image] Sep 23 22:20:56.668 INFO O| Sep 23 22:20:56.668 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/xzless"
55032024-09-23T22:20:58.047Z[ recovery-image] Sep 23 22:20:56.668 INFO O| Sep 23 22:20:56.668 INFO STEP 475 (remove_files) COMPLETE
55042024-09-23T22:20:58.047Z[ recovery-image] Sep 23 22:20:56.668 INFO O| Sep 23 22:20:56.668 INFO STEP 476: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55052024-09-23T22:20:58.047Z[ recovery-image] Sep 23 22:20:56.705 INFO O| Sep 23 22:20:56.704 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/xzmore"
55062024-09-23T22:20:58.047Z[ recovery-image] Sep 23 22:20:56.705 INFO O| Sep 23 22:20:56.705 INFO STEP 476 (remove_files) COMPLETE
55072024-09-23T22:20:58.047Z[ recovery-image] Sep 23 22:20:56.705 INFO O| Sep 23 22:20:56.705 INFO STEP 477: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55082024-09-23T22:20:58.086Z[ recovery-image] Sep 23 22:20:56.757 INFO O| Sep 23 22:20:56.757 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/yes"
55092024-09-23T22:20:58.086Z[ recovery-image] Sep 23 22:20:56.758 INFO O| Sep 23 22:20:56.758 INFO STEP 477 (remove_files) COMPLETE
55102024-09-23T22:20:58.089Z[ recovery-image] Sep 23 22:20:56.758 INFO O| Sep 23 22:20:56.758 INFO STEP 478: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55112024-09-23T22:20:58.107Z[ recovery-image] Sep 23 22:20:56.778 INFO O| Sep 23 22:20:56.778 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/zcat"
55122024-09-23T22:20:58.107Z[ recovery-image] Sep 23 22:20:56.778 INFO O| Sep 23 22:20:56.778 INFO STEP 478 (remove_files) COMPLETE
55132024-09-23T22:20:58.109Z[ recovery-image] Sep 23 22:20:56.779 INFO O| Sep 23 22:20:56.778 INFO STEP 479: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55142024-09-23T22:20:58.128Z[ recovery-image] Sep 23 22:20:56.799 INFO O| Sep 23 22:20:56.799 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/zonestat"
55152024-09-23T22:20:58.131Z[ recovery-image] Sep 23 22:20:56.800 INFO O| Sep 23 22:20:56.799 INFO STEP 479 (remove_files) COMPLETE
55162024-09-23T22:20:58.131Z[ recovery-image] Sep 23 22:20:56.800 INFO O| Sep 23 22:20:56.800 INFO STEP 480: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55172024-09-23T22:20:58.148Z[ recovery-image] Sep 23 22:20:56.820 INFO O| Sep 23 22:20:56.819 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/zstd"
55182024-09-23T22:20:58.151Z[ recovery-image] Sep 23 22:20:56.820 INFO O| Sep 23 22:20:56.820 INFO STEP 480 (remove_files) COMPLETE
55192024-09-23T22:20:58.151Z[ recovery-image] Sep 23 22:20:56.820 INFO O| Sep 23 22:20:56.820 INFO STEP 481: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55202024-09-23T22:20:58.170Z[ recovery-image] Sep 23 22:20:56.842 INFO O| Sep 23 22:20:56.841 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/zstdgrep"
55212024-09-23T22:20:58.173Z[ recovery-image] Sep 23 22:20:56.842 INFO O| Sep 23 22:20:56.842 INFO STEP 481 (remove_files) COMPLETE
55222024-09-23T22:20:58.173Z[ recovery-image] Sep 23 22:20:56.842 INFO O| Sep 23 22:20:56.842 INFO STEP 482: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55232024-09-23T22:20:58.192Z[ recovery-image] Sep 23 22:20:56.863 INFO O| Sep 23 22:20:56.862 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/zstdless"
55242024-09-23T22:20:58.192Z[ recovery-image] Sep 23 22:20:56.863 INFO O| Sep 23 22:20:56.863 INFO STEP 482 (remove_files) COMPLETE
55252024-09-23T22:20:58.192Z[ recovery-image] Sep 23 22:20:56.863 INFO O| Sep 23 22:20:56.863 INFO STEP 483: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55262024-09-23T22:20:58.212Z[ recovery-image] Sep 23 22:20:56.883 INFO O| Sep 23 22:20:56.883 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gcc/10/lib/amd64/libatomic.so.1.2.0"
55272024-09-23T22:20:58.212Z[ recovery-image] Sep 23 22:20:56.883 INFO O| Sep 23 22:20:56.883 INFO STEP 483 (remove_files) COMPLETE
55282024-09-23T22:20:58.213Z[ recovery-image] Sep 23 22:20:56.883 INFO O| Sep 23 22:20:56.883 INFO STEP 484: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55292024-09-23T22:20:58.231Z[ recovery-image] Sep 23 22:20:56.903 INFO O| Sep 23 22:20:56.903 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gcc/10/lib/amd64/libgomp.so.1.0.0"
55302024-09-23T22:20:58.232Z[ recovery-image] Sep 23 22:20:56.903 INFO O| Sep 23 22:20:56.903 INFO STEP 484 (remove_files) COMPLETE
55312024-09-23T22:20:58.232Z[ recovery-image] Sep 23 22:20:56.903 INFO O| Sep 23 22:20:56.903 INFO STEP 485: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55322024-09-23T22:20:58.252Z[ recovery-image] Sep 23 22:20:56.924 INFO O| Sep 23 22:20:56.923 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gcc/10/lib/amd64/libssp.so.0.0.0"
55332024-09-23T22:20:58.252Z[ recovery-image] Sep 23 22:20:56.924 INFO O| Sep 23 22:20:56.924 INFO STEP 485 (remove_files) COMPLETE
55342024-09-23T22:20:58.252Z[ recovery-image] Sep 23 22:20:56.924 INFO O| Sep 23 22:20:56.924 INFO STEP 486: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55352024-09-23T22:20:58.272Z[ recovery-image] Sep 23 22:20:56.943 INFO O| Sep 23 22:20:56.943 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gcc/10/lib/amd64/libstdc++.so.6.0.28"
55362024-09-23T22:20:58.272Z[ recovery-image] Sep 23 22:20:56.944 INFO O| Sep 23 22:20:56.943 INFO STEP 486 (remove_files) COMPLETE
55372024-09-23T22:20:58.272Z[ recovery-image] Sep 23 22:20:56.944 INFO O| Sep 23 22:20:56.944 INFO STEP 487: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55382024-09-23T22:20:58.292Z[ recovery-image] Sep 23 22:20:56.963 INFO O| Sep 23 22:20:56.963 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gcc/10/lib/libatomic.so.1.2.0"
55392024-09-23T22:20:58.294Z[ recovery-image] Sep 23 22:20:56.963 INFO O| Sep 23 22:20:56.963 INFO STEP 487 (remove_files) COMPLETE
55402024-09-23T22:20:58.294Z[ recovery-image] Sep 23 22:20:56.963 INFO O| Sep 23 22:20:56.963 INFO STEP 488: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55412024-09-23T22:20:58.328Z[ recovery-image] Sep 23 22:20:57.000 INFO O| Sep 23 22:20:57.000 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gcc/10/lib/libgcc_s.so.1"
55422024-09-23T22:20:58.331Z[ recovery-image] Sep 23 22:20:57.000 INFO O| Sep 23 22:20:57.000 INFO STEP 488 (remove_files) COMPLETE
55432024-09-23T22:20:58.331Z[ recovery-image] Sep 23 22:20:57.000 INFO O| Sep 23 22:20:57.000 INFO STEP 489: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55442024-09-23T22:20:58.352Z[ recovery-image] Sep 23 22:20:57.023 INFO O| Sep 23 22:20:57.023 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gcc/10/lib/libgomp.so.1.0.0"
55452024-09-23T22:20:58.355Z[ recovery-image] Sep 23 22:20:57.023 INFO O| Sep 23 22:20:57.023 INFO STEP 489 (remove_files) COMPLETE
55462024-09-23T22:20:58.355Z[ recovery-image] Sep 23 22:20:57.024 INFO O| Sep 23 22:20:57.023 INFO STEP 490: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55472024-09-23T22:20:58.374Z[ recovery-image] Sep 23 22:20:57.044 INFO O| Sep 23 22:20:57.044 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gcc/10/lib/libssp.so.0.0.0"
55482024-09-23T22:20:58.374Z[ recovery-image] Sep 23 22:20:57.044 INFO O| Sep 23 22:20:57.044 INFO STEP 490 (remove_files) COMPLETE
55492024-09-23T22:20:58.374Z[ recovery-image] Sep 23 22:20:57.044 INFO O| Sep 23 22:20:57.044 INFO STEP 491: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55502024-09-23T22:20:58.393Z[ recovery-image] Sep 23 22:20:57.065 INFO O| Sep 23 22:20:57.064 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gcc/10/lib/libstdc++.so.6.0.28"
55512024-09-23T22:20:58.393Z[ recovery-image] Sep 23 22:20:57.065 INFO O| Sep 23 22:20:57.065 INFO STEP 491 (remove_files) COMPLETE
55522024-09-23T22:20:58.396Z[ recovery-image] Sep 23 22:20:57.065 INFO O| Sep 23 22:20:57.065 INFO STEP 492: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55532024-09-23T22:20:58.413Z[ recovery-image] Sep 23 22:20:57.084 INFO O| Sep 23 22:20:57.084 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gnu/lib/amd64/libform.so.5.9"
55542024-09-23T22:20:58.413Z[ recovery-image] Sep 23 22:20:57.085 INFO O| Sep 23 22:20:57.085 INFO STEP 492 (remove_files) COMPLETE
55552024-09-23T22:20:58.416Z[ recovery-image] Sep 23 22:20:57.085 INFO O| Sep 23 22:20:57.085 INFO STEP 493: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55562024-09-23T22:20:58.549Z[ recovery-image] Sep 23 22:20:57.220 INFO O| Sep 23 22:20:57.220 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gnu/lib/amd64/libmenu.so.5.9"
55572024-09-23T22:20:58.549Z[ recovery-image] Sep 23 22:20:57.220 INFO O| Sep 23 22:20:57.220 INFO STEP 493 (remove_files) COMPLETE
55582024-09-23T22:20:58.549Z[ recovery-image] Sep 23 22:20:57.220 INFO O| Sep 23 22:20:57.220 INFO STEP 494: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55592024-09-23T22:20:58.571Z[ recovery-image] Sep 23 22:20:57.241 INFO O| Sep 23 22:20:57.240 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gnu/lib/amd64/libpanel.so.5.9"
55602024-09-23T22:20:58.571Z[ recovery-image] Sep 23 22:20:57.241 INFO O| Sep 23 22:20:57.240 INFO STEP 494 (remove_files) COMPLETE
55612024-09-23T22:20:58.571Z[ recovery-image] Sep 23 22:20:57.241 INFO O| Sep 23 22:20:57.240 INFO STEP 495: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55622024-09-23T22:20:58.591Z[ recovery-image] Sep 23 22:20:57.261 INFO O| Sep 23 22:20:57.261 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gnu/lib/libform.so.5.9"
55632024-09-23T22:20:58.591Z[ recovery-image] Sep 23 22:20:57.261 INFO O| Sep 23 22:20:57.261 INFO STEP 495 (remove_files) COMPLETE
55642024-09-23T22:20:58.591Z[ recovery-image] Sep 23 22:20:57.261 INFO O| Sep 23 22:20:57.261 INFO STEP 496: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55652024-09-23T22:20:58.611Z[ recovery-image] Sep 23 22:20:57.282 INFO O| Sep 23 22:20:57.281 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gnu/lib/libmenu.so.5.9"
55662024-09-23T22:20:58.611Z[ recovery-image] Sep 23 22:20:57.282 INFO O| Sep 23 22:20:57.282 INFO STEP 496 (remove_files) COMPLETE
55672024-09-23T22:20:58.614Z[ recovery-image] Sep 23 22:20:57.282 INFO O| Sep 23 22:20:57.282 INFO STEP 497: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55682024-09-23T22:20:58.645Z[ recovery-image] Sep 23 22:20:57.316 INFO O| Sep 23 22:20:57.315 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gnu/lib/libpanel.so.5.9"
55692024-09-23T22:20:58.645Z[ recovery-image] Sep 23 22:20:57.316 INFO O| Sep 23 22:20:57.315 INFO STEP 497 (remove_files) COMPLETE
55702024-09-23T22:20:58.645Z[ recovery-image] Sep 23 22:20:57.316 INFO O| Sep 23 22:20:57.315 INFO STEP 498: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55712024-09-23T22:20:58.678Z[ recovery-image] Sep 23 22:20:57.350 INFO O| Sep 23 22:20:57.349 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/has/bin/ctags"
55722024-09-23T22:20:58.678Z[ recovery-image] Sep 23 22:20:57.350 INFO O| Sep 23 22:20:57.349 INFO STEP 498 (remove_files) COMPLETE
55732024-09-23T22:20:58.681Z[ recovery-image] Sep 23 22:20:57.350 INFO O| Sep 23 22:20:57.349 INFO STEP 499: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55742024-09-23T22:20:58.699Z[ recovery-image] Sep 23 22:20:57.371 INFO O| Sep 23 22:20:57.371 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/has/bin/edit"
55752024-09-23T22:20:58.699Z[ recovery-image] Sep 23 22:20:57.371 INFO O| Sep 23 22:20:57.371 INFO STEP 499 (remove_files) COMPLETE
55762024-09-23T22:20:58.702Z[ recovery-image] Sep 23 22:20:57.371 INFO O| Sep 23 22:20:57.371 INFO STEP 500: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55772024-09-23T22:20:58.770Z[ recovery-image] Sep 23 22:20:57.441 INFO O| Sep 23 22:20:57.441 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/has/bin/ex"
55782024-09-23T22:20:58.770Z[ recovery-image] Sep 23 22:20:57.441 INFO O| Sep 23 22:20:57.441 INFO STEP 500 (remove_files) COMPLETE
55792024-09-23T22:20:58.784Z[ recovery-image] Sep 23 22:20:57.442 INFO O| Sep 23 22:20:57.441 INFO STEP 501: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55802024-09-23T22:20:58.791Z[ recovery-image] Sep 23 22:20:57.463 INFO O| Sep 23 22:20:57.463 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/has/bin/pfsh"
55812024-09-23T22:20:58.791Z[ recovery-image] Sep 23 22:20:57.463 INFO O| Sep 23 22:20:57.463 INFO STEP 501 (remove_files) COMPLETE
55822024-09-23T22:20:58.797Z[ recovery-image] Sep 23 22:20:57.463 INFO O| Sep 23 22:20:57.463 INFO STEP 502: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55832024-09-23T22:20:58.815Z[ recovery-image] Sep 23 22:20:57.486 INFO O| Sep 23 22:20:57.486 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/has/bin/sh"
55842024-09-23T22:20:58.815Z[ recovery-image] Sep 23 22:20:57.487 INFO O| Sep 23 22:20:57.487 INFO STEP 502 (remove_files) COMPLETE
55852024-09-23T22:20:58.817Z[ recovery-image] Sep 23 22:20:57.487 INFO O| Sep 23 22:20:57.487 INFO STEP 503: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55862024-09-23T22:20:58.847Z[ recovery-image] Sep 23 22:20:57.508 INFO O| Sep 23 22:20:57.508 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/has/bin/vedit"
55872024-09-23T22:20:58.847Z[ recovery-image] Sep 23 22:20:57.508 INFO O| Sep 23 22:20:57.508 INFO STEP 503 (remove_files) COMPLETE
55882024-09-23T22:20:58.847Z[ recovery-image] Sep 23 22:20:57.508 INFO O| Sep 23 22:20:57.508 INFO STEP 504: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55892024-09-23T22:20:58.858Z[ recovery-image] Sep 23 22:20:57.530 INFO O| Sep 23 22:20:57.530 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/has/bin/vi"
55902024-09-23T22:20:58.858Z[ recovery-image] Sep 23 22:20:57.530 INFO O| Sep 23 22:20:57.530 INFO STEP 504 (remove_files) COMPLETE
55912024-09-23T22:20:58.862Z[ recovery-image] Sep 23 22:20:57.530 INFO O| Sep 23 22:20:57.530 INFO STEP 505: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55922024-09-23T22:20:58.882Z[ recovery-image] Sep 23 22:20:57.553 INFO O| Sep 23 22:20:57.553 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/has/bin/view"
55932024-09-23T22:20:58.886Z[ recovery-image] Sep 23 22:20:57.554 INFO O| Sep 23 22:20:57.554 INFO STEP 505 (remove_files) COMPLETE
55942024-09-23T22:20:58.886Z[ recovery-image] Sep 23 22:20:57.554 INFO O| Sep 23 22:20:57.554 INFO STEP 506: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55952024-09-23T22:20:58.906Z[ recovery-image] Sep 23 22:20:57.577 INFO O| Sep 23 22:20:57.577 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/amd64/logindmux"
55962024-09-23T22:20:58.906Z[ recovery-image] Sep 23 22:20:57.577 INFO O| Sep 23 22:20:57.577 INFO STEP 506 (remove_files) COMPLETE
55972024-09-23T22:20:58.906Z[ recovery-image] Sep 23 22:20:57.577 INFO O| Sep 23 22:20:57.577 INFO STEP 507: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55982024-09-23T22:20:58.925Z[ recovery-image] Sep 23 22:20:57.597 INFO O| Sep 23 22:20:57.597 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/amd64/pool"
55992024-09-23T22:20:58.925Z[ recovery-image] Sep 23 22:20:57.597 INFO O| Sep 23 22:20:57.597 INFO STEP 507 (remove_files) COMPLETE
56002024-09-23T22:20:58.925Z[ recovery-image] Sep 23 22:20:57.597 INFO O| Sep 23 22:20:57.597 INFO STEP 508: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56012024-09-23T22:20:58.945Z[ recovery-image] Sep 23 22:20:57.616 INFO O| Sep 23 22:20:57.616 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/amd64/ppt"
56022024-09-23T22:20:58.945Z[ recovery-image] Sep 23 22:20:57.616 INFO O| Sep 23 22:20:57.616 INFO STEP 508 (remove_files) COMPLETE
56032024-09-23T22:20:58.945Z[ recovery-image] Sep 23 22:20:57.616 INFO O| Sep 23 22:20:57.616 INFO STEP 509: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56042024-09-23T22:20:58.965Z[ recovery-image] Sep 23 22:20:57.636 INFO O| Sep 23 22:20:57.636 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/amd64/ptm"
56052024-09-23T22:20:58.965Z[ recovery-image] Sep 23 22:20:57.636 INFO O| Sep 23 22:20:57.636 INFO STEP 509 (remove_files) COMPLETE
56062024-09-23T22:20:58.968Z[ recovery-image] Sep 23 22:20:57.636 INFO O| Sep 23 22:20:57.636 INFO STEP 510: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56072024-09-23T22:20:58.992Z[ recovery-image] Sep 23 22:20:57.655 INFO O| Sep 23 22:20:57.654 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/amd64/pts"
56082024-09-23T22:20:58.992Z[ recovery-image] Sep 23 22:20:57.655 INFO O| Sep 23 22:20:57.655 INFO STEP 510 (remove_files) COMPLETE
56092024-09-23T22:20:58.995Z[ recovery-image] Sep 23 22:20:57.655 INFO O| Sep 23 22:20:57.655 INFO STEP 511: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56102024-09-23T22:20:59.004Z[ recovery-image] Sep 23 22:20:57.675 INFO O| Sep 23 22:20:57.675 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/amd64/vmm"
56112024-09-23T22:20:59.007Z[ recovery-image] Sep 23 22:20:57.675 INFO O| Sep 23 22:20:57.675 INFO STEP 511 (remove_files) COMPLETE
56122024-09-23T22:20:59.007Z[ recovery-image] Sep 23 22:20:57.675 INFO O| Sep 23 22:20:57.675 INFO STEP 512: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56132024-09-23T22:20:59.026Z[ recovery-image] Sep 23 22:20:57.697 INFO O| Sep 23 22:20:57.697 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/amd64/zcons"
56142024-09-23T22:20:59.026Z[ recovery-image] Sep 23 22:20:57.697 INFO O| Sep 23 22:20:57.697 INFO STEP 512 (remove_files) COMPLETE
56152024-09-23T22:20:59.028Z[ recovery-image] Sep 23 22:20:57.697 INFO O| Sep 23 22:20:57.697 INFO STEP 513: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56162024-09-23T22:20:59.047Z[ recovery-image] Sep 23 22:20:57.719 INFO O| Sep 23 22:20:57.719 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/fssnap.conf"
56172024-09-23T22:20:59.047Z[ recovery-image] Sep 23 22:20:57.719 INFO O| Sep 23 22:20:57.719 INFO STEP 513 (remove_files) COMPLETE
56182024-09-23T22:20:59.050Z[ recovery-image] Sep 23 22:20:57.719 INFO O| Sep 23 22:20:57.719 INFO STEP 514: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56192024-09-23T22:20:59.103Z[ recovery-image] Sep 23 22:20:57.756 INFO O| Sep 23 22:20:57.756 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/ksyms.conf"
56202024-09-23T22:20:59.103Z[ recovery-image] Sep 23 22:20:57.756 INFO O| Sep 23 22:20:57.756 INFO STEP 514 (remove_files) COMPLETE
56212024-09-23T22:20:59.103Z[ recovery-image] Sep 23 22:20:57.756 INFO O| Sep 23 22:20:57.756 INFO STEP 515: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56222024-09-23T22:20:59.103Z[ recovery-image] Sep 23 22:20:57.774 INFO O| Sep 23 22:20:57.774 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/logindmux.conf"
56232024-09-23T22:20:59.126Z[ recovery-image] Sep 23 22:20:57.797 INFO O| Sep 23 22:20:57.797 INFO STEP 515 (remove_files) COMPLETE
56242024-09-23T22:20:59.126Z[ recovery-image] Sep 23 22:20:57.797 INFO O| Sep 23 22:20:57.797 INFO STEP 516: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56252024-09-23T22:20:59.145Z[ recovery-image] Sep 23 22:20:57.816 INFO O| Sep 23 22:20:57.816 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/nsmb.conf"
56262024-09-23T22:20:59.145Z[ recovery-image] Sep 23 22:20:57.816 INFO O| Sep 23 22:20:57.816 INFO STEP 516 (remove_files) COMPLETE
56272024-09-23T22:20:59.147Z[ recovery-image] Sep 23 22:20:57.816 INFO O| Sep 23 22:20:57.816 INFO STEP 517: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56282024-09-23T22:20:59.209Z[ recovery-image] Sep 23 22:20:57.879 INFO O| Sep 23 22:20:57.879 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/pool.conf"
56292024-09-23T22:20:59.209Z[ recovery-image] Sep 23 22:20:57.879 INFO O| Sep 23 22:20:57.879 INFO STEP 517 (remove_files) COMPLETE
56302024-09-23T22:20:59.222Z[ recovery-image] Sep 23 22:20:57.879 INFO O| Sep 23 22:20:57.879 INFO STEP 518: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56312024-09-23T22:20:59.250Z[ recovery-image] Sep 23 22:20:57.922 INFO O| Sep 23 22:20:57.922 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/ppt.conf"
56322024-09-23T22:20:59.253Z[ recovery-image] Sep 23 22:20:57.922 INFO O| Sep 23 22:20:57.922 INFO STEP 518 (remove_files) COMPLETE
56332024-09-23T22:20:59.253Z[ recovery-image] Sep 23 22:20:57.922 INFO O| Sep 23 22:20:57.922 INFO STEP 519: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56342024-09-23T22:20:59.315Z[ recovery-image] Sep 23 22:20:57.987 INFO O| Sep 23 22:20:57.987 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/ptm.conf"
56352024-09-23T22:20:59.318Z[ recovery-image] Sep 23 22:20:57.987 INFO O| Sep 23 22:20:57.987 INFO STEP 519 (remove_files) COMPLETE
56362024-09-23T22:20:59.318Z[ recovery-image] Sep 23 22:20:57.987 INFO O| Sep 23 22:20:57.987 INFO STEP 520: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56372024-09-23T22:20:59.337Z[ recovery-image] Sep 23 22:20:58.008 INFO O| Sep 23 22:20:58.008 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/pts.conf"
56382024-09-23T22:20:59.339Z[ recovery-image] Sep 23 22:20:58.008 INFO O| Sep 23 22:20:58.008 INFO STEP 520 (remove_files) COMPLETE
56392024-09-23T22:20:59.339Z[ recovery-image] Sep 23 22:20:58.008 INFO O| Sep 23 22:20:58.008 INFO STEP 521: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56402024-09-23T22:20:59.356Z[ recovery-image] Sep 23 22:20:58.027 INFO O| Sep 23 22:20:58.027 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/signalfd.conf"
56412024-09-23T22:20:59.359Z[ recovery-image] Sep 23 22:20:58.028 INFO O| Sep 23 22:20:58.027 INFO STEP 521 (remove_files) COMPLETE
56422024-09-23T22:20:59.359Z[ recovery-image] Sep 23 22:20:58.028 INFO O| Sep 23 22:20:58.028 INFO STEP 522: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56432024-09-23T22:20:59.379Z[ recovery-image] Sep 23 22:20:58.049 INFO O| Sep 23 22:20:58.049 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/smbsrv.conf"
56442024-09-23T22:20:59.379Z[ recovery-image] Sep 23 22:20:58.049 INFO O| Sep 23 22:20:58.049 INFO STEP 522 (remove_files) COMPLETE
56452024-09-23T22:20:59.379Z[ recovery-image] Sep 23 22:20:58.049 INFO O| Sep 23 22:20:58.049 INFO STEP 523: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56462024-09-23T22:20:59.436Z[ recovery-image] Sep 23 22:20:58.108 INFO O| Sep 23 22:20:58.108 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/timerfd.conf"
56472024-09-23T22:20:59.436Z[ recovery-image] Sep 23 22:20:58.108 INFO O| Sep 23 22:20:58.108 INFO STEP 523 (remove_files) COMPLETE
56482024-09-23T22:20:59.439Z[ recovery-image] Sep 23 22:20:58.108 INFO O| Sep 23 22:20:58.108 INFO STEP 524: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56492024-09-23T22:20:59.464Z[ recovery-image] Sep 23 22:20:58.135 INFO O| Sep 23 22:20:58.135 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/viona.conf"
56502024-09-23T22:20:59.464Z[ recovery-image] Sep 23 22:20:58.135 INFO O| Sep 23 22:20:58.135 INFO STEP 524 (remove_files) COMPLETE
56512024-09-23T22:20:59.464Z[ recovery-image] Sep 23 22:20:58.135 INFO O| Sep 23 22:20:58.135 INFO STEP 525: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56522024-09-23T22:20:59.498Z[ recovery-image] Sep 23 22:20:58.169 INFO O| Sep 23 22:20:58.169 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/vmm.conf"
56532024-09-23T22:20:59.498Z[ recovery-image] Sep 23 22:20:58.169 INFO O| Sep 23 22:20:58.169 INFO STEP 525 (remove_files) COMPLETE
56542024-09-23T22:20:59.498Z[ recovery-image] Sep 23 22:20:58.169 INFO O| Sep 23 22:20:58.169 INFO STEP 526: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56552024-09-23T22:20:59.535Z[ recovery-image] Sep 23 22:20:58.206 INFO O| Sep 23 22:20:58.206 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/exec/amd64/javaexec"
56562024-09-23T22:20:59.535Z[ recovery-image] Sep 23 22:20:58.206 INFO O| Sep 23 22:20:58.206 INFO STEP 526 (remove_files) COMPLETE
56572024-09-23T22:20:59.535Z[ recovery-image] Sep 23 22:20:58.206 INFO O| Sep 23 22:20:58.206 INFO STEP 527: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56582024-09-23T22:20:59.553Z[ recovery-image] Sep 23 22:20:58.224 INFO O| Sep 23 22:20:58.224 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/exec/amd64/shbinexec"
56592024-09-23T22:20:59.553Z[ recovery-image] Sep 23 22:20:58.224 INFO O| Sep 23 22:20:58.224 INFO STEP 527 (remove_files) COMPLETE
56602024-09-23T22:20:59.553Z[ recovery-image] Sep 23 22:20:58.224 INFO O| Sep 23 22:20:58.224 INFO STEP 528: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56612024-09-23T22:20:59.573Z[ recovery-image] Sep 23 22:20:58.242 INFO O| Sep 23 22:20:58.242 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/fs/amd64/pcfs"
56622024-09-23T22:20:59.573Z[ recovery-image] Sep 23 22:20:58.242 INFO O| Sep 23 22:20:58.242 INFO STEP 528 (remove_files) COMPLETE
56632024-09-23T22:20:59.576Z[ recovery-image] Sep 23 22:20:58.242 INFO O| Sep 23 22:20:58.242 INFO STEP 529: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56642024-09-23T22:20:59.591Z[ recovery-image] Sep 23 22:20:58.263 INFO O| Sep 23 22:20:58.263 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/fs/amd64/smbfs"
56652024-09-23T22:20:59.591Z[ recovery-image] Sep 23 22:20:58.263 INFO O| Sep 23 22:20:58.263 INFO STEP 529 (remove_files) COMPLETE
56662024-09-23T22:20:59.591Z[ recovery-image] Sep 23 22:20:58.263 INFO O| Sep 23 22:20:58.263 INFO STEP 530: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56672024-09-23T22:20:59.610Z[ recovery-image] Sep 23 22:20:58.282 INFO O| Sep 23 22:20:58.281 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/kmdb/amd64/nsmb"
56682024-09-23T22:20:59.610Z[ recovery-image] Sep 23 22:20:58.282 INFO O| Sep 23 22:20:58.282 INFO STEP 530 (remove_files) COMPLETE
56692024-09-23T22:20:59.613Z[ recovery-image] Sep 23 22:20:58.282 INFO O| Sep 23 22:20:58.282 INFO STEP 531: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56702024-09-23T22:20:59.635Z[ recovery-image] Sep 23 22:20:58.306 INFO O| Sep 23 22:20:58.306 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/kmdb/amd64/smbfs"
56712024-09-23T22:20:59.635Z[ recovery-image] Sep 23 22:20:58.306 INFO O| Sep 23 22:20:58.306 INFO STEP 531 (remove_files) COMPLETE
56722024-09-23T22:20:59.637Z[ recovery-image] Sep 23 22:20:58.306 INFO O| Sep 23 22:20:58.306 INFO STEP 532: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56732024-09-23T22:20:59.656Z[ recovery-image] Sep 23 22:20:58.328 INFO O| Sep 23 22:20:58.327 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/kmdb/amd64/smbsrv"
56742024-09-23T22:20:59.658Z[ recovery-image] Sep 23 22:20:58.328 INFO O| Sep 23 22:20:58.328 INFO STEP 532 (remove_files) COMPLETE
56752024-09-23T22:20:59.658Z[ recovery-image] Sep 23 22:20:58.328 INFO O| Sep 23 22:20:58.328 INFO STEP 533: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56762024-09-23T22:20:59.680Z[ recovery-image] Sep 23 22:20:58.351 INFO O| Sep 23 22:20:58.351 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/misc/amd64/vmm_vtd"
56772024-09-23T22:20:59.680Z[ recovery-image] Sep 23 22:20:58.351 INFO O| Sep 23 22:20:58.351 INFO STEP 533 (remove_files) COMPLETE
56782024-09-23T22:20:59.684Z[ recovery-image] Sep 23 22:20:58.352 INFO O| Sep 23 22:20:58.351 INFO STEP 534: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56792024-09-23T22:20:59.756Z[ recovery-image] Sep 23 22:20:58.406 INFO O| Sep 23 22:20:58.405 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/pcbe/amd64/pcbe.GenuineIntel.15"
56802024-09-23T22:20:59.756Z[ recovery-image] Sep 23 22:20:58.406 INFO O| Sep 23 22:20:58.406 INFO STEP 534 (remove_files) COMPLETE
56812024-09-23T22:20:59.759Z[ recovery-image] Sep 23 22:20:58.406 INFO O| Sep 23 22:20:58.406 INFO STEP 535: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56822024-09-23T22:20:59.759Z[ recovery-image] Sep 23 22:20:58.429 INFO O| Sep 23 22:20:58.429 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/pcbe/amd64/pcbe.GenuineIntel.6.15"
56832024-09-23T22:20:59.759Z[ recovery-image] Sep 23 22:20:58.429 INFO O| Sep 23 22:20:58.429 INFO STEP 535 (remove_files) COMPLETE
56842024-09-23T22:20:59.759Z[ recovery-image] Sep 23 22:20:58.429 INFO O| Sep 23 22:20:58.429 INFO STEP 536: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56852024-09-23T22:20:59.780Z[ recovery-image] Sep 23 22:20:58.452 INFO O| Sep 23 22:20:58.452 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/sched/amd64/IA"
56862024-09-23T22:20:59.781Z[ recovery-image] Sep 23 22:20:58.452 INFO O| Sep 23 22:20:58.452 INFO STEP 536 (remove_files) COMPLETE
56872024-09-23T22:20:59.781Z[ recovery-image] Sep 23 22:20:58.452 INFO O| Sep 23 22:20:58.452 INFO STEP 537: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56882024-09-23T22:20:59.801Z[ recovery-image] Sep 23 22:20:58.473 INFO O| Sep 23 22:20:58.472 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/sched/amd64/RT"
56892024-09-23T22:20:59.801Z[ recovery-image] Sep 23 22:20:58.473 INFO O| Sep 23 22:20:58.473 INFO STEP 537 (remove_files) COMPLETE
56902024-09-23T22:20:59.801Z[ recovery-image] Sep 23 22:20:58.473 INFO O| Sep 23 22:20:58.473 INFO STEP 538: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56912024-09-23T22:20:59.831Z[ recovery-image] Sep 23 22:20:58.494 INFO O| Sep 23 22:20:58.493 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/sched/amd64/RT_DPTBL"
56922024-09-23T22:20:59.831Z[ recovery-image] Sep 23 22:20:58.494 INFO O| Sep 23 22:20:58.494 INFO STEP 538 (remove_files) COMPLETE
56932024-09-23T22:20:59.831Z[ recovery-image] Sep 23 22:20:58.494 INFO O| Sep 23 22:20:58.494 INFO STEP 539: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56942024-09-23T22:20:59.863Z[ recovery-image] Sep 23 22:20:58.535 INFO O| Sep 23 22:20:58.535 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/strmod/amd64/cryptmod"
56952024-09-23T22:20:59.863Z[ recovery-image] Sep 23 22:20:58.535 INFO O| Sep 23 22:20:58.535 INFO STEP 539 (remove_files) COMPLETE
56962024-09-23T22:20:59.866Z[ recovery-image] Sep 23 22:20:58.535 INFO O| Sep 23 22:20:58.535 INFO STEP 540: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56972024-09-23T22:20:59.886Z[ recovery-image] Sep 23 22:20:58.556 INFO O| Sep 23 22:20:58.556 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/strmod/amd64/rlmod"
56982024-09-23T22:20:59.886Z[ recovery-image] Sep 23 22:20:58.557 INFO O| Sep 23 22:20:58.557 INFO STEP 540 (remove_files) COMPLETE
56992024-09-23T22:20:59.886Z[ recovery-image] Sep 23 22:20:58.557 INFO O| Sep 23 22:20:58.557 INFO STEP 541: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57002024-09-23T22:20:59.905Z[ recovery-image] Sep 23 22:20:58.576 INFO O| Sep 23 22:20:58.576 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/strmod/amd64/telmod"
57012024-09-23T22:20:59.905Z[ recovery-image] Sep 23 22:20:58.576 INFO O| Sep 23 22:20:58.576 INFO STEP 541 (remove_files) COMPLETE
57022024-09-23T22:20:59.905Z[ recovery-image] Sep 23 22:20:58.576 INFO O| Sep 23 22:20:58.576 INFO STEP 542: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57032024-09-23T22:20:59.923Z[ recovery-image] Sep 23 22:20:58.595 INFO O| Sep 23 22:20:58.595 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/sys/amd64/acctctl"
57042024-09-23T22:20:59.923Z[ recovery-image] Sep 23 22:20:58.595 INFO O| Sep 23 22:20:58.595 INFO STEP 542 (remove_files) COMPLETE
57052024-09-23T22:20:59.926Z[ recovery-image] Sep 23 22:20:58.595 INFO O| Sep 23 22:20:58.595 INFO STEP 543: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57062024-09-23T22:20:59.952Z[ recovery-image] Sep 23 22:20:58.623 INFO O| Sep 23 22:20:58.614 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/sys/amd64/exacctsys"
57072024-09-23T22:20:59.952Z[ recovery-image] Sep 23 22:20:58.623 INFO O| Sep 23 22:20:58.614 INFO STEP 543 (remove_files) COMPLETE
57082024-09-23T22:20:59.954Z[ recovery-image] Sep 23 22:20:58.623 INFO O| Sep 23 22:20:58.614 INFO STEP 544: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57092024-09-23T22:20:59.990Z[ recovery-image] Sep 23 22:20:58.662 INFO O| Sep 23 22:20:58.662 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/sys/amd64/sysacct"
57102024-09-23T22:20:59.993Z[ recovery-image] Sep 23 22:20:58.662 INFO O| Sep 23 22:20:58.662 INFO STEP 544 (remove_files) COMPLETE
57112024-09-23T22:20:59.993Z[ recovery-image] Sep 23 22:20:58.662 INFO O| Sep 23 22:20:58.662 INFO STEP 545: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57122024-09-23T22:21:00.010Z[ recovery-image] Sep 23 22:20:58.681 INFO O| Sep 23 22:20:58.681 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kvm/README"
57132024-09-23T22:21:00.012Z[ recovery-image] Sep 23 22:20:58.682 INFO O| Sep 23 22:20:58.682 INFO STEP 545 (remove_files) COMPLETE
57142024-09-23T22:21:00.012Z[ recovery-image] Sep 23 22:20:58.682 INFO O| Sep 23 22:20:58.682 INFO STEP 546: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57152024-09-23T22:21:00.028Z[ recovery-image] Sep 23 22:20:58.699 INFO O| Sep 23 22:20:58.699 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/abi/spec2map"
57162024-09-23T22:21:00.030Z[ recovery-image] Sep 23 22:20:58.699 INFO O| Sep 23 22:20:58.699 INFO STEP 546 (remove_files) COMPLETE
57172024-09-23T22:21:00.030Z[ recovery-image] Sep 23 22:20:58.699 INFO O| Sep 23 22:20:58.699 INFO STEP 547: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57182024-09-23T22:21:00.046Z[ recovery-image] Sep 23 22:20:58.717 INFO O| Sep 23 22:20:58.717 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/abi/spec2trace"
57192024-09-23T22:21:00.088Z[ recovery-image] Sep 23 22:20:58.717 INFO O| Sep 23 22:20:58.717 INFO STEP 547 (remove_files) COMPLETE
57202024-09-23T22:21:00.088Z[ recovery-image] Sep 23 22:20:58.718 INFO O| Sep 23 22:20:58.717 INFO STEP 548: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57212024-09-23T22:21:00.157Z[ recovery-image] Sep 23 22:20:58.828 INFO O| Sep 23 22:20:58.828 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/adb/adbgen"
57222024-09-23T22:21:00.160Z[ recovery-image] Sep 23 22:20:58.829 INFO O| Sep 23 22:20:58.829 INFO STEP 548 (remove_files) COMPLETE
57232024-09-23T22:21:00.160Z[ recovery-image] Sep 23 22:20:58.829 INFO O| Sep 23 22:20:58.829 INFO STEP 549: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57242024-09-23T22:21:00.224Z[ recovery-image] Sep 23 22:20:58.895 INFO O| Sep 23 22:20:58.895 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/adb/adbgen1"
57252024-09-23T22:21:00.229Z[ recovery-image] Sep 23 22:20:58.896 INFO O| Sep 23 22:20:58.896 INFO STEP 549 (remove_files) COMPLETE
57262024-09-23T22:21:00.229Z[ recovery-image] Sep 23 22:20:58.896 INFO O| Sep 23 22:20:58.896 INFO STEP 550: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57272024-09-23T22:21:00.300Z[ recovery-image] Sep 23 22:20:58.972 INFO O| Sep 23 22:20:58.971 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/adb/adbgen3"
57282024-09-23T22:21:00.303Z[ recovery-image] Sep 23 22:20:58.972 INFO O| Sep 23 22:20:58.972 INFO STEP 550 (remove_files) COMPLETE
57292024-09-23T22:21:00.303Z[ recovery-image] Sep 23 22:20:58.972 INFO O| Sep 23 22:20:58.972 INFO STEP 551: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57302024-09-23T22:21:00.325Z[ recovery-image] Sep 23 22:20:58.995 INFO O| Sep 23 22:20:58.995 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/adb/adbgen4"
57312024-09-23T22:21:00.327Z[ recovery-image] Sep 23 22:20:58.995 INFO O| Sep 23 22:20:58.995 INFO STEP 551 (remove_files) COMPLETE
57322024-09-23T22:21:00.327Z[ recovery-image] Sep 23 22:20:58.996 INFO O| Sep 23 22:20:58.995 INFO STEP 552: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57332024-09-23T22:21:00.354Z[ recovery-image] Sep 23 22:20:59.025 INFO O| Sep 23 22:20:59.025 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/adb/adbsub.o"
57342024-09-23T22:21:00.356Z[ recovery-image] Sep 23 22:20:59.026 INFO O| Sep 23 22:20:59.025 INFO STEP 552 (remove_files) COMPLETE
57352024-09-23T22:21:00.356Z[ recovery-image] Sep 23 22:20:59.026 INFO O| Sep 23 22:20:59.026 INFO STEP 553: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57362024-09-23T22:21:00.388Z[ recovery-image] Sep 23 22:20:59.059 INFO O| Sep 23 22:20:59.059 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/adb/amd64/adbsub.o"
57372024-09-23T22:21:00.388Z[ recovery-image] Sep 23 22:20:59.059 INFO O| Sep 23 22:20:59.059 INFO STEP 553 (remove_files) COMPLETE
57382024-09-23T22:21:00.390Z[ recovery-image] Sep 23 22:20:59.060 INFO O| Sep 23 22:20:59.059 INFO STEP 554: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57392024-09-23T22:21:00.408Z[ recovery-image] Sep 23 22:20:59.079 INFO O| Sep 23 22:20:59.079 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/0@0.so.1"
57402024-09-23T22:21:00.454Z[ recovery-image] Sep 23 22:20:59.124 INFO O| Sep 23 22:20:59.092 INFO STEP 554 (remove_files) COMPLETE
57412024-09-23T22:21:00.454Z[ recovery-image] Sep 23 22:20:59.124 INFO O| Sep 23 22:20:59.092 INFO STEP 555: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57422024-09-23T22:21:00.454Z[ recovery-image] Sep 23 22:20:59.124 INFO O| Sep 23 22:20:59.123 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/Makefile.inc"
57432024-09-23T22:21:00.454Z[ recovery-image] Sep 23 22:20:59.124 INFO O| Sep 23 22:20:59.124 INFO STEP 555 (remove_files) COMPLETE
57442024-09-23T22:21:00.457Z[ recovery-image] Sep 23 22:20:59.124 INFO O| Sep 23 22:20:59.124 INFO STEP 556: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57452024-09-23T22:21:00.479Z[ recovery-image] Sep 23 22:20:59.150 INFO O| Sep 23 22:20:59.150 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/accept"
57462024-09-23T22:21:00.479Z[ recovery-image] Sep 23 22:20:59.150 INFO O| Sep 23 22:20:59.150 INFO STEP 556 (remove_files) COMPLETE
57472024-09-23T22:21:00.479Z[ recovery-image] Sep 23 22:20:59.150 INFO O| Sep 23 22:20:59.150 INFO STEP 557: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57482024-09-23T22:21:00.507Z[ recovery-image] Sep 23 22:20:59.176 INFO O| Sep 23 22:20:59.176 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/basename"
57492024-09-23T22:21:00.507Z[ recovery-image] Sep 23 22:20:59.176 INFO O| Sep 23 22:20:59.176 INFO STEP 557 (remove_files) COMPLETE
57502024-09-23T22:21:00.510Z[ recovery-image] Sep 23 22:20:59.176 INFO O| Sep 23 22:20:59.176 INFO STEP 558: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57512024-09-23T22:21:00.567Z[ recovery-image] Sep 23 22:20:59.238 INFO O| Sep 23 22:20:59.238 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/csv"
57522024-09-23T22:21:00.567Z[ recovery-image] Sep 23 22:20:59.239 INFO O| Sep 23 22:20:59.239 INFO STEP 558 (remove_files) COMPLETE
57532024-09-23T22:21:00.567Z[ recovery-image] Sep 23 22:20:59.239 INFO O| Sep 23 22:20:59.239 INFO STEP 559: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57542024-09-23T22:21:00.593Z[ recovery-image] Sep 23 22:20:59.265 INFO O| Sep 23 22:20:59.265 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/cut"
57552024-09-23T22:21:00.617Z[ recovery-image] Sep 23 22:20:59.288 INFO O| Sep 23 22:20:59.288 INFO STEP 559 (remove_files) COMPLETE
57562024-09-23T22:21:00.617Z[ recovery-image] Sep 23 22:20:59.288 INFO O| Sep 23 22:20:59.288 INFO STEP 560: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57572024-09-23T22:21:00.640Z[ recovery-image] Sep 23 22:20:59.311 INFO O| Sep 23 22:20:59.311 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/dirname"
57582024-09-23T22:21:00.642Z[ recovery-image] Sep 23 22:20:59.312 INFO O| Sep 23 22:20:59.312 INFO STEP 560 (remove_files) COMPLETE
57592024-09-23T22:21:00.642Z[ recovery-image] Sep 23 22:20:59.312 INFO O| Sep 23 22:20:59.312 INFO STEP 561: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57602024-09-23T22:21:00.662Z[ recovery-image] Sep 23 22:20:59.334 INFO O| Sep 23 22:20:59.334 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/fdflags"
57612024-09-23T22:21:00.666Z[ recovery-image] Sep 23 22:20:59.334 INFO O| Sep 23 22:20:59.334 INFO STEP 561 (remove_files) COMPLETE
57622024-09-23T22:21:00.666Z[ recovery-image] Sep 23 22:20:59.334 INFO O| Sep 23 22:20:59.334 INFO STEP 562: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57632024-09-23T22:21:00.696Z[ recovery-image] Sep 23 22:20:59.367 INFO O| Sep 23 22:20:59.367 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/finfo"
57642024-09-23T22:21:00.699Z[ recovery-image] Sep 23 22:20:59.367 INFO O| Sep 23 22:20:59.367 INFO STEP 562 (remove_files) COMPLETE
57652024-09-23T22:21:00.699Z[ recovery-image] Sep 23 22:20:59.368 INFO O| Sep 23 22:20:59.368 INFO STEP 563: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57662024-09-23T22:21:00.719Z[ recovery-image] Sep 23 22:20:59.391 INFO O| Sep 23 22:20:59.391 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/head"
57672024-09-23T22:21:00.722Z[ recovery-image] Sep 23 22:20:59.391 INFO O| Sep 23 22:20:59.391 INFO STEP 563 (remove_files) COMPLETE
57682024-09-23T22:21:00.722Z[ recovery-image] Sep 23 22:20:59.391 INFO O| Sep 23 22:20:59.391 INFO STEP 564: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57692024-09-23T22:21:00.756Z[ recovery-image] Sep 23 22:20:59.428 INFO O| Sep 23 22:20:59.427 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/id"
57702024-09-23T22:21:00.759Z[ recovery-image] Sep 23 22:20:59.428 INFO O| Sep 23 22:20:59.428 INFO STEP 564 (remove_files) COMPLETE
57712024-09-23T22:21:00.759Z[ recovery-image] Sep 23 22:20:59.428 INFO O| Sep 23 22:20:59.428 INFO STEP 565: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57722024-09-23T22:21:00.781Z[ recovery-image] Sep 23 22:20:59.452 INFO O| Sep 23 22:20:59.452 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/ln"
57732024-09-23T22:21:00.784Z[ recovery-image] Sep 23 22:20:59.452 INFO O| Sep 23 22:20:59.452 INFO STEP 565 (remove_files) COMPLETE
57742024-09-23T22:21:00.784Z[ recovery-image] Sep 23 22:20:59.453 INFO O| Sep 23 22:20:59.452 INFO STEP 566: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57752024-09-23T22:21:00.819Z[ recovery-image] Sep 23 22:20:59.490 INFO O| Sep 23 22:20:59.490 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/loadables.h"
57762024-09-23T22:21:00.819Z[ recovery-image] Sep 23 22:20:59.490 INFO O| Sep 23 22:20:59.490 INFO STEP 566 (remove_files) COMPLETE
57772024-09-23T22:21:00.822Z[ recovery-image] Sep 23 22:20:59.490 INFO O| Sep 23 22:20:59.490 INFO STEP 567: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57782024-09-23T22:21:00.842Z[ recovery-image] Sep 23 22:20:59.513 INFO O| Sep 23 22:20:59.513 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/logname"
57792024-09-23T22:21:00.845Z[ recovery-image] Sep 23 22:20:59.514 INFO O| Sep 23 22:20:59.514 INFO STEP 567 (remove_files) COMPLETE
57802024-09-23T22:21:00.845Z[ recovery-image] Sep 23 22:20:59.514 INFO O| Sep 23 22:20:59.514 INFO STEP 568: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57812024-09-23T22:21:00.865Z[ recovery-image] Sep 23 22:20:59.536 INFO O| Sep 23 22:20:59.536 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/mkdir"
57822024-09-23T22:21:00.865Z[ recovery-image] Sep 23 22:20:59.536 INFO O| Sep 23 22:20:59.536 INFO STEP 568 (remove_files) COMPLETE
57832024-09-23T22:21:00.865Z[ recovery-image] Sep 23 22:20:59.536 INFO O| Sep 23 22:20:59.536 INFO STEP 569: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57842024-09-23T22:21:00.902Z[ recovery-image] Sep 23 22:20:59.569 INFO O| Sep 23 22:20:59.569 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/mkfifo"
57852024-09-23T22:21:00.902Z[ recovery-image] Sep 23 22:20:59.569 INFO O| Sep 23 22:20:59.569 INFO STEP 569 (remove_files) COMPLETE
57862024-09-23T22:21:00.906Z[ recovery-image] Sep 23 22:20:59.569 INFO O| Sep 23 22:20:59.569 INFO STEP 570: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57872024-09-23T22:21:00.955Z[ recovery-image] Sep 23 22:20:59.627 INFO O| Sep 23 22:20:59.627 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/mktemp"
57882024-09-23T22:21:00.955Z[ recovery-image] Sep 23 22:20:59.627 INFO O| Sep 23 22:20:59.627 INFO STEP 570 (remove_files) COMPLETE
57892024-09-23T22:21:00.955Z[ recovery-image] Sep 23 22:20:59.627 INFO O| Sep 23 22:20:59.627 INFO STEP 571: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57902024-09-23T22:21:00.997Z[ recovery-image] Sep 23 22:20:59.667 INFO O| Sep 23 22:20:59.667 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/mypid"
57912024-09-23T22:21:00.997Z[ recovery-image] Sep 23 22:20:59.667 INFO O| Sep 23 22:20:59.667 INFO STEP 571 (remove_files) COMPLETE
57922024-09-23T22:21:01.000Z[ recovery-image] Sep 23 22:20:59.667 INFO O| Sep 23 22:20:59.667 INFO STEP 572: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57932024-09-23T22:21:01.017Z[ recovery-image] Sep 23 22:20:59.689 INFO O| Sep 23 22:20:59.689 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/pathchk"
57942024-09-23T22:21:01.017Z[ recovery-image] Sep 23 22:20:59.689 INFO O| Sep 23 22:20:59.689 INFO STEP 572 (remove_files) COMPLETE
57952024-09-23T22:21:01.017Z[ recovery-image] Sep 23 22:20:59.689 INFO O| Sep 23 22:20:59.689 INFO STEP 573: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57962024-09-23T22:21:01.039Z[ recovery-image] Sep 23 22:20:59.710 INFO O| Sep 23 22:20:59.710 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/print"
57972024-09-23T22:21:01.042Z[ recovery-image] Sep 23 22:20:59.710 INFO O| Sep 23 22:20:59.710 INFO STEP 573 (remove_files) COMPLETE
57982024-09-23T22:21:01.042Z[ recovery-image] Sep 23 22:20:59.710 INFO O| Sep 23 22:20:59.710 INFO STEP 574: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57992024-09-23T22:21:01.100Z[ recovery-image] Sep 23 22:20:59.772 INFO O| Sep 23 22:20:59.771 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/printenv"
58002024-09-23T22:21:01.100Z[ recovery-image] Sep 23 22:20:59.772 INFO O| Sep 23 22:20:59.772 INFO STEP 574 (remove_files) COMPLETE
58012024-09-23T22:21:01.100Z[ recovery-image] Sep 23 22:20:59.772 INFO O| Sep 23 22:20:59.772 INFO STEP 575: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58022024-09-23T22:21:01.123Z[ recovery-image] Sep 23 22:20:59.795 INFO O| Sep 23 22:20:59.794 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/push"
58032024-09-23T22:21:01.123Z[ recovery-image] Sep 23 22:20:59.795 INFO O| Sep 23 22:20:59.795 INFO STEP 575 (remove_files) COMPLETE
58042024-09-23T22:21:01.126Z[ recovery-image] Sep 23 22:20:59.795 INFO O| Sep 23 22:20:59.795 INFO STEP 576: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58052024-09-23T22:21:01.146Z[ recovery-image] Sep 23 22:20:59.816 INFO O| Sep 23 22:20:59.815 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/realpath"
58062024-09-23T22:21:01.146Z[ recovery-image] Sep 23 22:20:59.816 INFO O| Sep 23 22:20:59.816 INFO STEP 576 (remove_files) COMPLETE
58072024-09-23T22:21:01.146Z[ recovery-image] Sep 23 22:20:59.816 INFO O| Sep 23 22:20:59.816 INFO STEP 577: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58082024-09-23T22:21:01.199Z[ recovery-image] Sep 23 22:20:59.871 INFO O| Sep 23 22:20:59.871 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/rm"
58092024-09-23T22:21:01.199Z[ recovery-image] Sep 23 22:20:59.871 INFO O| Sep 23 22:20:59.871 INFO STEP 577 (remove_files) COMPLETE
58102024-09-23T22:21:01.199Z[ recovery-image] Sep 23 22:20:59.871 INFO O| Sep 23 22:20:59.871 INFO STEP 578: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58112024-09-23T22:21:01.221Z[ recovery-image] Sep 23 22:20:59.892 INFO O| Sep 23 22:20:59.892 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/rmdir"
58122024-09-23T22:21:01.221Z[ recovery-image] Sep 23 22:20:59.892 INFO O| Sep 23 22:20:59.892 INFO STEP 578 (remove_files) COMPLETE
58132024-09-23T22:21:01.221Z[ recovery-image] Sep 23 22:20:59.892 INFO O| Sep 23 22:20:59.892 INFO STEP 579: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58142024-09-23T22:21:01.243Z[ recovery-image] Sep 23 22:20:59.914 INFO O| Sep 23 22:20:59.914 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/seq"
58152024-09-23T22:21:01.243Z[ recovery-image] Sep 23 22:20:59.914 INFO O| Sep 23 22:20:59.914 INFO STEP 579 (remove_files) COMPLETE
58162024-09-23T22:21:01.243Z[ recovery-image] Sep 23 22:20:59.914 INFO O| Sep 23 22:20:59.914 INFO STEP 580: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58172024-09-23T22:21:01.266Z[ recovery-image] Sep 23 22:20:59.937 INFO O| Sep 23 22:20:59.937 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/setpgid"
58182024-09-23T22:21:01.266Z[ recovery-image] Sep 23 22:20:59.937 INFO O| Sep 23 22:20:59.937 INFO STEP 580 (remove_files) COMPLETE
58192024-09-23T22:21:01.266Z[ recovery-image] Sep 23 22:20:59.937 INFO O| Sep 23 22:20:59.937 INFO STEP 581: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58202024-09-23T22:21:01.309Z[ recovery-image] Sep 23 22:20:59.980 INFO O| Sep 23 22:20:59.980 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/sleep"
58212024-09-23T22:21:01.330Z[ recovery-image] Sep 23 22:21:00.000 INFO O| Sep 23 22:21:00.000 INFO STEP 581 (remove_files) COMPLETE
58222024-09-23T22:21:01.330Z[ recovery-image] Sep 23 22:21:00.000 INFO O| Sep 23 22:21:00.000 INFO STEP 582: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58232024-09-23T22:21:01.334Z[ host-image] Sep 23 22:21:00.006 INFO O| Sep 23 22:21:00.006 INFO O| Done
58242024-09-23T22:21:01.373Z[ recovery-image] Sep 23 22:21:00.044 INFO O| Sep 23 22:21:00.044 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/strftime"
58252024-09-23T22:21:01.373Z[ recovery-image] Sep 23 22:21:00.044 INFO O| Sep 23 22:21:00.044 INFO STEP 582 (remove_files) COMPLETE
58262024-09-23T22:21:01.373Z[ recovery-image] Sep 23 22:21:00.044 INFO O| Sep 23 22:21:00.044 INFO STEP 583: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58272024-09-23T22:21:01.377Z[ host-image] Sep 23 22:21:00.049 INFO O| Sep 23 22:21:00.049 INFO O| Done
58282024-09-23T22:21:01.379Z[ host-image] Sep 23 22:21:00.049 INFO O| Sep 23 22:21:00.049 INFO O| Done
58292024-09-23T22:21:01.394Z[ recovery-image] Sep 23 22:21:00.065 INFO O| Sep 23 22:21:00.065 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/sync"
58302024-09-23T22:21:01.394Z[ recovery-image] Sep 23 22:21:00.065 INFO O| Sep 23 22:21:00.065 INFO STEP 583 (remove_files) COMPLETE
58312024-09-23T22:21:01.394Z[ recovery-image] Sep 23 22:21:00.065 INFO O| Sep 23 22:21:00.065 INFO STEP 584: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58322024-09-23T22:21:01.416Z[ recovery-image] Sep 23 22:21:00.087 INFO O| Sep 23 22:21:00.086 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/tee"
58332024-09-23T22:21:01.416Z[ recovery-image] Sep 23 22:21:00.087 INFO O| Sep 23 22:21:00.087 INFO STEP 584 (remove_files) COMPLETE
58342024-09-23T22:21:01.416Z[ recovery-image] Sep 23 22:21:00.087 INFO O| Sep 23 22:21:00.087 INFO STEP 585: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58352024-09-23T22:21:01.449Z[ recovery-image] Sep 23 22:21:00.120 INFO O| Sep 23 22:21:00.120 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/truefalse"
58362024-09-23T22:21:01.449Z[ recovery-image] Sep 23 22:21:00.120 INFO O| Sep 23 22:21:00.120 INFO STEP 585 (remove_files) COMPLETE
58372024-09-23T22:21:01.451Z[ recovery-image] Sep 23 22:21:00.120 INFO O| Sep 23 22:21:00.120 INFO STEP 586: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58382024-09-23T22:21:01.474Z[ host-image] Sep 23 22:21:00.146 INFO O| Sep 23 22:21:00.146 INFO O| Done
58392024-09-23T22:21:01.479Z[ recovery-image] Sep 23 22:21:00.150 INFO O| Sep 23 22:21:00.150 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/tty"
58402024-09-23T22:21:01.479Z[ recovery-image] Sep 23 22:21:00.150 INFO O| Sep 23 22:21:00.150 INFO STEP 586 (remove_files) COMPLETE
58412024-09-23T22:21:01.479Z[ recovery-image] Sep 23 22:21:00.150 INFO O| Sep 23 22:21:00.150 INFO STEP 587: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58422024-09-23T22:21:01.505Z[ recovery-image] Sep 23 22:21:00.175 INFO O| Sep 23 22:21:00.174 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/uname"
58432024-09-23T22:21:01.505Z[ recovery-image] Sep 23 22:21:00.175 INFO O| Sep 23 22:21:00.175 INFO STEP 587 (remove_files) COMPLETE
58442024-09-23T22:21:01.505Z[ recovery-image] Sep 23 22:21:00.175 INFO O| Sep 23 22:21:00.175 INFO STEP 588: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58452024-09-23T22:21:01.526Z[ recovery-image] Sep 23 22:21:00.198 INFO O| Sep 23 22:21:00.197 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/unlink"
58462024-09-23T22:21:01.526Z[ recovery-image] Sep 23 22:21:00.198 INFO O| Sep 23 22:21:00.198 INFO STEP 588 (remove_files) COMPLETE
58472024-09-23T22:21:01.528Z[ recovery-image] Sep 23 22:21:00.198 INFO O| Sep 23 22:21:00.198 INFO STEP 589: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58482024-09-23T22:21:01.574Z[ recovery-image] Sep 23 22:21:00.239 INFO O| Sep 23 22:21:00.239 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/whoami"
58492024-09-23T22:21:01.574Z[ recovery-image] Sep 23 22:21:00.239 INFO O| Sep 23 22:21:00.239 INFO STEP 589 (remove_files) COMPLETE
58502024-09-23T22:21:01.574Z[ recovery-image] Sep 23 22:21:00.239 INFO O| Sep 23 22:21:00.239 INFO STEP 590: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58512024-09-23T22:21:01.591Z[ recovery-image] Sep 23 22:21:00.263 INFO O| Sep 23 22:21:00.263 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/cmake/libxml2/libxml2-config.cmake"
58522024-09-23T22:21:01.591Z[ recovery-image] Sep 23 22:21:00.263 INFO O| Sep 23 22:21:00.263 INFO STEP 590 (remove_files) COMPLETE
58532024-09-23T22:21:01.591Z[ recovery-image] Sep 23 22:21:00.263 INFO O| Sep 23 22:21:00.263 INFO STEP 591: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58542024-09-23T22:21:01.629Z[ recovery-image] Sep 23 22:21:00.299 INFO O| Sep 23 22:21:00.299 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/dbus-1.0/include/dbus/dbus-arch-deps.h"
58552024-09-23T22:21:01.629Z[ recovery-image] Sep 23 22:21:00.299 INFO O| Sep 23 22:21:00.299 INFO STEP 591 (remove_files) COMPLETE
58562024-09-23T22:21:01.629Z[ recovery-image] Sep 23 22:21:00.299 INFO O| Sep 23 22:21:00.299 INFO STEP 592: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58572024-09-23T22:21:01.672Z[ recovery-image] Sep 23 22:21:00.343 INFO O| Sep 23 22:21:00.343 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/getloginx.so.1"
58582024-09-23T22:21:01.680Z[ host-image] Sep 23 22:21:00.351 INFO O| Sep 23 22:21:00.351 INFO STEP 13 (pkg_install) COMPLETE
58592024-09-23T22:21:01.680Z[ host-image] Sep 23 22:21:00.351 INFO O| Sep 23 22:21:00.351 INFO STEP 14: pkg_install, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
58602024-09-23T22:21:01.698Z[ recovery-image] Sep 23 22:21:00.370 INFO O| Sep 23 22:21:00.370 INFO STEP 592 (remove_files) COMPLETE
58612024-09-23T22:21:01.699Z[ recovery-image] Sep 23 22:21:00.370 INFO O| Sep 23 22:21:00.370 INFO STEP 593: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58622024-09-23T22:21:01.702Z[ host-image] Sep 23 22:21:00.372 INFO O| Sep 23 22:21:00.372 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/host/work/gimlet/ramdisk", "install", "/driver/network/opte@0.33.293"]
58632024-09-23T22:21:01.803Z[ recovery-image] Sep 23 22:21:00.475 INFO O| Sep 23 22:21:00.475 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/gss/dh1024-0.so.1"
58642024-09-23T22:21:01.803Z[ recovery-image] Sep 23 22:21:00.475 INFO O| Sep 23 22:21:00.475 INFO STEP 593 (remove_files) COMPLETE
58652024-09-23T22:21:01.803Z[ recovery-image] Sep 23 22:21:00.475 INFO O| Sep 23 22:21:00.475 INFO STEP 594: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58662024-09-23T22:21:01.828Z[ recovery-image] Sep 23 22:21:00.499 INFO O| Sep 23 22:21:00.499 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/gss/dh640-0.so.1"
58672024-09-23T22:21:01.828Z[ recovery-image] Sep 23 22:21:00.499 INFO O| Sep 23 22:21:00.499 INFO STEP 594 (remove_files) COMPLETE
58682024-09-23T22:21:01.828Z[ recovery-image] Sep 23 22:21:00.499 INFO O| Sep 23 22:21:00.499 INFO STEP 595: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58692024-09-23T22:21:01.855Z[ recovery-image] Sep 23 22:21:00.526 INFO O| Sep 23 22:21:00.526 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/gss/mech_dh.so.1"
58702024-09-23T22:21:01.855Z[ recovery-image] Sep 23 22:21:00.526 INFO O| Sep 23 22:21:00.526 INFO STEP 595 (remove_files) COMPLETE
58712024-09-23T22:21:01.859Z[ recovery-image] Sep 23 22:21:00.527 INFO O| Sep 23 22:21:00.527 INFO STEP 596: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58722024-09-23T22:21:01.876Z[ recovery-image] Sep 23 22:21:00.547 INFO O| Sep 23 22:21:00.547 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/gss/mech_spnego.so.1"
58732024-09-23T22:21:01.879Z[ recovery-image] Sep 23 22:21:00.548 INFO O| Sep 23 22:21:00.547 INFO STEP 596 (remove_files) COMPLETE
58742024-09-23T22:21:01.879Z[ recovery-image] Sep 23 22:21:00.548 INFO O| Sep 23 22:21:00.548 INFO STEP 597: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58752024-09-23T22:21:01.906Z[ recovery-image] Sep 23 22:21:00.577 INFO O| Sep 23 22:21:00.577 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/lddstub"
58762024-09-23T22:21:01.908Z[ recovery-image] Sep 23 22:21:00.577 INFO O| Sep 23 22:21:00.577 INFO STEP 597 (remove_files) COMPLETE
58772024-09-23T22:21:01.908Z[ recovery-image] Sep 23 22:21:00.577 INFO O| Sep 23 22:21:00.577 INFO STEP 598: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58782024-09-23T22:21:01.934Z[ recovery-image] Sep 23 22:21:00.605 INFO O| Sep 23 22:21:00.605 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/lib9p.so.1"
58792024-09-23T22:21:01.934Z[ recovery-image] Sep 23 22:21:00.605 INFO O| Sep 23 22:21:00.605 INFO STEP 598 (remove_files) COMPLETE
58802024-09-23T22:21:01.936Z[ recovery-image] Sep 23 22:21:00.605 INFO O| Sep 23 22:21:00.605 INFO STEP 599: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58812024-09-23T22:21:01.955Z[ recovery-image] Sep 23 22:21:00.627 INFO O| Sep 23 22:21:00.627 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libads.so.1"
58822024-09-23T22:21:01.955Z[ recovery-image] Sep 23 22:21:00.627 INFO O| Sep 23 22:21:00.627 INFO STEP 599 (remove_files) COMPLETE
58832024-09-23T22:21:01.956Z[ recovery-image] Sep 23 22:21:00.627 INFO O| Sep 23 22:21:00.627 INFO STEP 600: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58842024-09-23T22:21:01.975Z[ recovery-image] Sep 23 22:21:00.647 INFO O| Sep 23 22:21:00.647 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libadutils.so.1"
58852024-09-23T22:21:01.975Z[ recovery-image] Sep 23 22:21:00.647 INFO O| Sep 23 22:21:00.647 INFO STEP 600 (remove_files) COMPLETE
58862024-09-23T22:21:01.975Z[ recovery-image] Sep 23 22:21:00.647 INFO O| Sep 23 22:21:00.647 INFO STEP 601: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58872024-09-23T22:21:01.995Z[ recovery-image] Sep 23 22:21:00.667 INFO O| Sep 23 22:21:00.667 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libbe.so.1"
58882024-09-23T22:21:02.019Z[ recovery-image] Sep 23 22:21:00.690 INFO O| Sep 23 22:21:00.690 INFO STEP 601 (remove_files) COMPLETE
58892024-09-23T22:21:02.019Z[ recovery-image] Sep 23 22:21:00.690 INFO O| Sep 23 22:21:00.690 INFO STEP 602: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58902024-09-23T22:21:02.062Z[ recovery-image] Sep 23 22:21:00.734 INFO O| Sep 23 22:21:00.734 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libbrand.so.1"
58912024-09-23T22:21:02.063Z[ recovery-image] Sep 23 22:21:00.734 INFO O| Sep 23 22:21:00.734 INFO STEP 602 (remove_files) COMPLETE
58922024-09-23T22:21:02.065Z[ recovery-image] Sep 23 22:21:00.734 INFO O| Sep 23 22:21:00.734 INFO STEP 603: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58932024-09-23T22:21:02.113Z[ recovery-image] Sep 23 22:21:00.785 INFO O| Sep 23 22:21:00.785 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libbrotlicommon.so.1.0.9"
58942024-09-23T22:21:02.114Z[ recovery-image] Sep 23 22:21:00.785 INFO O| Sep 23 22:21:00.785 INFO STEP 603 (remove_files) COMPLETE
58952024-09-23T22:21:02.114Z[ recovery-image] Sep 23 22:21:00.785 INFO O| Sep 23 22:21:00.785 INFO STEP 604: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58962024-09-23T22:21:02.149Z[ recovery-image] Sep 23 22:21:00.821 INFO O| Sep 23 22:21:00.821 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libbrotlidec.so.1.0.9"
58972024-09-23T22:21:02.149Z[ recovery-image] Sep 23 22:21:00.821 INFO O| Sep 23 22:21:00.821 INFO STEP 604 (remove_files) COMPLETE
58982024-09-23T22:21:02.149Z[ recovery-image] Sep 23 22:21:00.821 INFO O| Sep 23 22:21:00.821 INFO STEP 605: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58992024-09-23T22:21:02.189Z[ recovery-image] Sep 23 22:21:00.861 INFO O| Sep 23 22:21:00.861 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libbrotlienc.so.1.0.9"
59002024-09-23T22:21:02.189Z[ recovery-image] Sep 23 22:21:00.861 INFO O| Sep 23 22:21:00.861 INFO STEP 605 (remove_files) COMPLETE
59012024-09-23T22:21:02.189Z[ recovery-image] Sep 23 22:21:00.861 INFO O| Sep 23 22:21:00.861 INFO STEP 606: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59022024-09-23T22:21:02.210Z[ recovery-image] Sep 23 22:21:00.882 INFO O| Sep 23 22:21:00.882 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libbsdmalloc.so.1"
59032024-09-23T22:21:02.210Z[ recovery-image] Sep 23 22:21:00.882 INFO O| Sep 23 22:21:00.882 INFO STEP 606 (remove_files) COMPLETE
59042024-09-23T22:21:02.213Z[ recovery-image] Sep 23 22:21:00.882 INFO O| Sep 23 22:21:00.882 INFO STEP 607: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59052024-09-23T22:21:02.274Z[ recovery-image] Sep 23 22:21:00.946 INFO O| Sep 23 22:21:00.946 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libbz2.so.1.0.8"
59062024-09-23T22:21:02.274Z[ recovery-image] Sep 23 22:21:00.946 INFO O| Sep 23 22:21:00.946 INFO STEP 607 (remove_files) COMPLETE
59072024-09-23T22:21:02.290Z[ recovery-image] Sep 23 22:21:00.946 INFO O| Sep 23 22:21:00.946 INFO STEP 608: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59082024-09-23T22:21:02.384Z[ recovery-image] Sep 23 22:21:01.055 INFO O| Sep 23 22:21:01.055 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libcommputil.so.1"
59092024-09-23T22:21:02.384Z[ recovery-image] Sep 23 22:21:01.056 INFO O| Sep 23 22:21:01.056 INFO STEP 608 (remove_files) COMPLETE
59102024-09-23T22:21:02.387Z[ recovery-image] Sep 23 22:21:01.056 INFO O| Sep 23 22:21:01.056 INFO STEP 609: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59112024-09-23T22:21:02.429Z[ recovery-image] Sep 23 22:21:01.101 INFO O| Sep 23 22:21:01.101 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libcpc.so.1"
59122024-09-23T22:21:02.429Z[ recovery-image] Sep 23 22:21:01.101 INFO O| Sep 23 22:21:01.101 INFO STEP 609 (remove_files) COMPLETE
59132024-09-23T22:21:02.432Z[ recovery-image] Sep 23 22:21:01.101 INFO O| Sep 23 22:21:01.101 INFO STEP 610: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59142024-09-23T22:21:02.449Z[ recovery-image] Sep 23 22:21:01.121 INFO O| Sep 23 22:21:01.121 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libcrle.so.1"
59152024-09-23T22:21:02.449Z[ recovery-image] Sep 23 22:21:01.121 INFO O| Sep 23 22:21:01.121 INFO STEP 610 (remove_files) COMPLETE
59162024-09-23T22:21:02.449Z[ recovery-image] Sep 23 22:21:01.121 INFO O| Sep 23 22:21:01.121 INFO STEP 611: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59172024-09-23T22:21:02.499Z[ recovery-image] Sep 23 22:21:01.170 INFO O| Sep 23 22:21:01.170 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libcrypt.so.1"
59182024-09-23T22:21:02.499Z[ recovery-image] Sep 23 22:21:01.170 INFO O| Sep 23 22:21:01.170 INFO STEP 611 (remove_files) COMPLETE
59192024-09-23T22:21:02.501Z[ recovery-image] Sep 23 22:21:01.170 INFO O| Sep 23 22:21:01.170 INFO STEP 612: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59202024-09-23T22:21:02.533Z[ recovery-image] Sep 23 22:21:01.204 INFO O| Sep 23 22:21:01.204 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libcurl.so.4.8.0"
59212024-09-23T22:21:02.535Z[ recovery-image] Sep 23 22:21:01.204 INFO O| Sep 23 22:21:01.204 INFO STEP 612 (remove_files) COMPLETE
59222024-09-23T22:21:02.535Z[ recovery-image] Sep 23 22:21:01.204 INFO O| Sep 23 22:21:01.204 INFO STEP 613: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59232024-09-23T22:21:02.560Z[ recovery-image] Sep 23 22:21:01.231 INFO O| Sep 23 22:21:01.231 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libdemangle-sys.so.1"
59242024-09-23T22:21:02.562Z[ recovery-image] Sep 23 22:21:01.231 INFO O| Sep 23 22:21:01.231 INFO STEP 613 (remove_files) COMPLETE
59252024-09-23T22:21:02.562Z[ recovery-image] Sep 23 22:21:01.232 INFO O| Sep 23 22:21:01.231 INFO STEP 614: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59262024-09-23T22:21:02.580Z[ recovery-image] Sep 23 22:21:01.252 INFO O| Sep 23 22:21:01.252 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libdll.so.1"
59272024-09-23T22:21:02.581Z[ recovery-image] Sep 23 22:21:01.252 INFO O| Sep 23 22:21:01.252 INFO STEP 614 (remove_files) COMPLETE
59282024-09-23T22:21:02.584Z[ recovery-image] Sep 23 22:21:01.252 INFO O| Sep 23 22:21:01.252 INFO STEP 615: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59292024-09-23T22:21:02.600Z[ recovery-image] Sep 23 22:21:01.271 INFO O| Sep 23 22:21:01.271 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libdtrace_jni.so.1"
59302024-09-23T22:21:02.600Z[ recovery-image] Sep 23 22:21:01.271 INFO O| Sep 23 22:21:01.271 INFO STEP 615 (remove_files) COMPLETE
59312024-09-23T22:21:02.603Z[ recovery-image] Sep 23 22:21:01.271 INFO O| Sep 23 22:21:01.271 INFO STEP 616: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59322024-09-23T22:21:02.635Z[ recovery-image] Sep 23 22:21:01.306 INFO O| Sep 23 22:21:01.306 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libform.so.1"
59332024-09-23T22:21:02.637Z[ recovery-image] Sep 23 22:21:01.307 INFO O| Sep 23 22:21:01.306 INFO STEP 616 (remove_files) COMPLETE
59342024-09-23T22:21:02.637Z[ recovery-image] Sep 23 22:21:01.307 INFO O| Sep 23 22:21:01.307 INFO STEP 617: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59352024-09-23T22:21:02.655Z[ recovery-image] Sep 23 22:21:01.327 INFO O| Sep 23 22:21:01.326 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libfstyp.so.1"
59362024-09-23T22:21:02.655Z[ recovery-image] Sep 23 22:21:01.327 INFO O| Sep 23 22:21:01.327 INFO STEP 617 (remove_files) COMPLETE
59372024-09-23T22:21:02.657Z[ recovery-image] Sep 23 22:21:01.327 INFO O| Sep 23 22:21:01.327 INFO STEP 618: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59382024-09-23T22:21:02.686Z[ recovery-image] Sep 23 22:21:01.357 INFO O| Sep 23 22:21:01.357 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libidspace.so.1"
59392024-09-23T22:21:02.686Z[ recovery-image] Sep 23 22:21:01.357 INFO O| Sep 23 22:21:01.357 INFO STEP 618 (remove_files) COMPLETE
59402024-09-23T22:21:02.686Z[ recovery-image] Sep 23 22:21:01.357 INFO O| Sep 23 22:21:01.357 INFO STEP 619: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59412024-09-23T22:21:02.704Z[ recovery-image] Sep 23 22:21:01.375 INFO O| Sep 23 22:21:01.374 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libike.so.1"
59422024-09-23T22:21:02.704Z[ recovery-image] Sep 23 22:21:01.375 INFO O| Sep 23 22:21:01.374 INFO STEP 619 (remove_files) COMPLETE
59432024-09-23T22:21:02.704Z[ recovery-image] Sep 23 22:21:01.375 INFO O| Sep 23 22:21:01.374 INFO STEP 620: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59442024-09-23T22:21:02.722Z[ host-image] Sep 23 22:21:01.394 INFO O| Sep 23 22:21:01.394 INFO O| Startup: Refreshing catalog 'helios-dev' ... Done
59452024-09-23T22:21:02.729Z[ recovery-image] Sep 23 22:21:01.401 INFO O| Sep 23 22:21:01.401 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libinstzones.so.1"
59462024-09-23T22:21:02.729Z[ recovery-image] Sep 23 22:21:01.401 INFO O| Sep 23 22:21:01.401 INFO STEP 620 (remove_files) COMPLETE
59472024-09-23T22:21:02.730Z[ recovery-image] Sep 23 22:21:01.401 INFO O| Sep 23 22:21:01.401 INFO STEP 621: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59482024-09-23T22:21:02.750Z[ recovery-image] Sep 23 22:21:01.422 INFO O| Sep 23 22:21:01.421 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libipmi.so.1"
59492024-09-23T22:21:02.750Z[ recovery-image] Sep 23 22:21:01.422 INFO O| Sep 23 22:21:01.422 INFO STEP 621 (remove_files) COMPLETE
59502024-09-23T22:21:02.750Z[ recovery-image] Sep 23 22:21:01.422 INFO O| Sep 23 22:21:01.422 INFO STEP 622: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59512024-09-23T22:21:02.770Z[ recovery-image] Sep 23 22:21:01.441 INFO O| Sep 23 22:21:01.441 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libipp.so.1"
59522024-09-23T22:21:02.770Z[ recovery-image] Sep 23 22:21:01.441 INFO O| Sep 23 22:21:01.441 INFO STEP 622 (remove_files) COMPLETE
59532024-09-23T22:21:02.770Z[ recovery-image] Sep 23 22:21:01.441 INFO O| Sep 23 22:21:01.441 INFO STEP 623: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59542024-09-23T22:21:02.787Z[ recovery-image] Sep 23 22:21:01.459 INFO O| Sep 23 22:21:01.459 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libipsecutil.so.1"
59552024-09-23T22:21:02.787Z[ recovery-image] Sep 23 22:21:01.459 INFO O| Sep 23 22:21:01.459 INFO STEP 623 (remove_files) COMPLETE
59562024-09-23T22:21:02.790Z[ recovery-image] Sep 23 22:21:01.459 INFO O| Sep 23 22:21:01.459 INFO STEP 624: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59572024-09-23T22:21:02.807Z[ recovery-image] Sep 23 22:21:01.478 INFO O| Sep 23 22:21:01.478 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libjedec.so.1"
59582024-09-23T22:21:02.807Z[ recovery-image] Sep 23 22:21:01.478 INFO O| Sep 23 22:21:01.478 INFO STEP 624 (remove_files) COMPLETE
59592024-09-23T22:21:02.807Z[ recovery-image] Sep 23 22:21:01.478 INFO O| Sep 23 22:21:01.478 INFO STEP 625: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59602024-09-23T22:21:02.827Z[ recovery-image] Sep 23 22:21:01.499 INFO O| Sep 23 22:21:01.498 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libkvm.so.1"
59612024-09-23T22:21:02.827Z[ recovery-image] Sep 23 22:21:01.499 INFO O| Sep 23 22:21:01.499 INFO STEP 625 (remove_files) COMPLETE
59622024-09-23T22:21:02.830Z[ recovery-image] Sep 23 22:21:01.499 INFO O| Sep 23 22:21:01.499 INFO STEP 626: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59632024-09-23T22:21:02.848Z[ recovery-image] Sep 23 22:21:01.519 INFO O| Sep 23 22:21:01.519 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libl.so.1"
59642024-09-23T22:21:02.848Z[ recovery-image] Sep 23 22:21:01.519 INFO O| Sep 23 22:21:01.519 INFO STEP 626 (remove_files) COMPLETE
59652024-09-23T22:21:02.848Z[ recovery-image] Sep 23 22:21:01.520 INFO O| Sep 23 22:21:01.519 INFO STEP 627: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59662024-09-23T22:21:02.867Z[ recovery-image] Sep 23 22:21:01.539 INFO O| Sep 23 22:21:01.538 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libldap.so.5"
59672024-09-23T22:21:02.867Z[ recovery-image] Sep 23 22:21:01.539 INFO O| Sep 23 22:21:01.539 INFO STEP 627 (remove_files) COMPLETE
59682024-09-23T22:21:02.869Z[ recovery-image] Sep 23 22:21:01.539 INFO O| Sep 23 22:21:01.539 INFO STEP 628: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59692024-09-23T22:21:02.888Z[ recovery-image] Sep 23 22:21:01.559 INFO O| Sep 23 22:21:01.559 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libldstab.so.1"
59702024-09-23T22:21:02.888Z[ recovery-image] Sep 23 22:21:01.559 INFO O| Sep 23 22:21:01.559 INFO STEP 628 (remove_files) COMPLETE
59712024-09-23T22:21:02.888Z[ recovery-image] Sep 23 22:21:01.559 INFO O| Sep 23 22:21:01.559 INFO STEP 629: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59722024-09-23T22:21:02.908Z[ recovery-image] Sep 23 22:21:01.579 INFO O| Sep 23 22:21:01.579 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/liblgrp.so.1"
59732024-09-23T22:21:02.908Z[ recovery-image] Sep 23 22:21:01.579 INFO O| Sep 23 22:21:01.579 INFO STEP 629 (remove_files) COMPLETE
59742024-09-23T22:21:02.910Z[ recovery-image] Sep 23 22:21:01.579 INFO O| Sep 23 22:21:01.579 INFO STEP 630: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59752024-09-23T22:21:02.928Z[ recovery-image] Sep 23 22:21:01.598 INFO O| Sep 23 22:21:01.598 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/liblm.so.1"
59762024-09-23T22:21:02.928Z[ recovery-image] Sep 23 22:21:01.598 INFO O| Sep 23 22:21:01.598 INFO STEP 630 (remove_files) COMPLETE
59772024-09-23T22:21:02.931Z[ recovery-image] Sep 23 22:21:01.598 INFO O| Sep 23 22:21:01.598 INFO STEP 631: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59782024-09-23T22:21:02.946Z[ recovery-image] Sep 23 22:21:01.618 INFO O| Sep 23 22:21:01.618 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libmail.so.1"
59792024-09-23T22:21:02.946Z[ recovery-image] Sep 23 22:21:01.618 INFO O| Sep 23 22:21:01.618 INFO STEP 631 (remove_files) COMPLETE
59802024-09-23T22:21:02.946Z[ recovery-image] Sep 23 22:21:01.618 INFO O| Sep 23 22:21:01.618 INFO STEP 632: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59812024-09-23T22:21:02.966Z[ recovery-image] Sep 23 22:21:01.637 INFO O| Sep 23 22:21:01.637 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libmalloc.so.1"
59822024-09-23T22:21:02.968Z[ recovery-image] Sep 23 22:21:01.638 INFO O| Sep 23 22:21:01.638 INFO STEP 632 (remove_files) COMPLETE
59832024-09-23T22:21:02.968Z[ recovery-image] Sep 23 22:21:01.638 INFO O| Sep 23 22:21:01.638 INFO STEP 633: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59842024-09-23T22:21:02.985Z[ recovery-image] Sep 23 22:21:01.656 INFO O| Sep 23 22:21:01.656 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libmapmalloc.so.1"
59852024-09-23T22:21:02.985Z[ recovery-image] Sep 23 22:21:01.656 INFO O| Sep 23 22:21:01.656 INFO STEP 633 (remove_files) COMPLETE
59862024-09-23T22:21:02.987Z[ recovery-image] Sep 23 22:21:01.657 INFO O| Sep 23 22:21:01.656 INFO STEP 634: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59872024-09-23T22:21:03.004Z[ recovery-image] Sep 23 22:21:01.675 INFO O| Sep 23 22:21:01.675 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libmenu.so.1"
59882024-09-23T22:21:03.007Z[ recovery-image] Sep 23 22:21:01.675 INFO O| Sep 23 22:21:01.675 INFO STEP 634 (remove_files) COMPLETE
59892024-09-23T22:21:03.007Z[ recovery-image] Sep 23 22:21:01.676 INFO O| Sep 23 22:21:01.675 INFO STEP 635: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59902024-09-23T22:21:03.024Z[ recovery-image] Sep 23 22:21:01.695 INFO O| Sep 23 22:21:01.695 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libmtmalloc.so.1"
59912024-09-23T22:21:03.024Z[ recovery-image] Sep 23 22:21:01.696 INFO O| Sep 23 22:21:01.695 INFO STEP 635 (remove_files) COMPLETE
59922024-09-23T22:21:03.027Z[ recovery-image] Sep 23 22:21:01.696 INFO O| Sep 23 22:21:01.696 INFO STEP 636: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59932024-09-23T22:21:03.045Z[ recovery-image] Sep 23 22:21:01.716 INFO O| Sep 23 22:21:01.716 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libncurses.so.5.9"
59942024-09-23T22:21:03.045Z[ recovery-image] Sep 23 22:21:01.716 INFO O| Sep 23 22:21:01.716 INFO STEP 636 (remove_files) COMPLETE
59952024-09-23T22:21:03.048Z[ recovery-image] Sep 23 22:21:01.716 INFO O| Sep 23 22:21:01.716 INFO STEP 637: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59962024-09-23T22:21:03.064Z[ recovery-image] Sep 23 22:21:01.735 INFO O| Sep 23 22:21:01.735 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libnls.so.1"
59972024-09-23T22:21:03.064Z[ recovery-image] Sep 23 22:21:01.735 INFO O| Sep 23 22:21:01.735 INFO STEP 637 (remove_files) COMPLETE
59982024-09-23T22:21:03.066Z[ recovery-image] Sep 23 22:21:01.735 INFO O| Sep 23 22:21:01.735 INFO STEP 638: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59992024-09-23T22:21:03.082Z[ recovery-image] Sep 23 22:21:01.754 INFO O| Sep 23 22:21:01.754 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libpanel.so.1"
60002024-09-23T22:21:03.082Z[ recovery-image] Sep 23 22:21:01.754 INFO O| Sep 23 22:21:01.754 INFO STEP 638 (remove_files) COMPLETE
60012024-09-23T22:21:03.083Z[ recovery-image] Sep 23 22:21:01.754 INFO O| Sep 23 22:21:01.754 INFO STEP 639: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60022024-09-23T22:21:03.102Z[ recovery-image] Sep 23 22:21:01.773 INFO O| Sep 23 22:21:01.773 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libpcrecpp.so.0.0.2"
60032024-09-23T22:21:03.102Z[ recovery-image] Sep 23 22:21:01.773 INFO O| Sep 23 22:21:01.773 INFO STEP 639 (remove_files) COMPLETE
60042024-09-23T22:21:03.102Z[ recovery-image] Sep 23 22:21:01.773 INFO O| Sep 23 22:21:01.773 INFO STEP 640: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60052024-09-23T22:21:03.120Z[ recovery-image] Sep 23 22:21:01.791 INFO O| Sep 23 22:21:01.791 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libpcreposix.so.0.0.7"
60062024-09-23T22:21:03.123Z[ recovery-image] Sep 23 22:21:01.791 INFO O| Sep 23 22:21:01.791 INFO STEP 640 (remove_files) COMPLETE
60072024-09-23T22:21:03.123Z[ recovery-image] Sep 23 22:21:01.791 INFO O| Sep 23 22:21:01.791 INFO STEP 641: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60082024-09-23T22:21:03.133Z[ recovery-image] Sep 23 22:21:01.804 INFO O| Sep 23 22:21:01.804 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libpctx.so.1"
60092024-09-23T22:21:03.133Z[ recovery-image] Sep 23 22:21:01.804 INFO O| Sep 23 22:21:01.804 INFO STEP 641 (remove_files) COMPLETE
60102024-09-23T22:21:03.135Z[ recovery-image] Sep 23 22:21:01.804 INFO O| Sep 23 22:21:01.804 INFO STEP 642: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60112024-09-23T22:21:03.149Z[ recovery-image] Sep 23 22:21:01.820 INFO O| Sep 23 22:21:01.820 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libpicl.so.1"
60122024-09-23T22:21:03.152Z[ recovery-image] Sep 23 22:21:01.820 INFO O| Sep 23 22:21:01.820 INFO STEP 642 (remove_files) COMPLETE
60132024-09-23T22:21:03.152Z[ recovery-image] Sep 23 22:21:01.821 INFO O| Sep 23 22:21:01.820 INFO STEP 643: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60142024-09-23T22:21:03.162Z[ recovery-image] Sep 23 22:21:01.834 INFO O| Sep 23 22:21:01.834 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libppt.so.1"
60152024-09-23T22:21:03.165Z[ recovery-image] Sep 23 22:21:01.834 INFO O| Sep 23 22:21:01.834 INFO STEP 643 (remove_files) COMPLETE
60162024-09-23T22:21:03.165Z[ recovery-image] Sep 23 22:21:01.834 INFO O| Sep 23 22:21:01.834 INFO STEP 644: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60172024-09-23T22:21:03.179Z[ recovery-image] Sep 23 22:21:01.851 INFO O| Sep 23 22:21:01.851 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libraidcfg.so.1"
60182024-09-23T22:21:03.179Z[ recovery-image] Sep 23 22:21:01.851 INFO O| Sep 23 22:21:01.851 INFO STEP 644 (remove_files) COMPLETE
60192024-09-23T22:21:03.180Z[ recovery-image] Sep 23 22:21:01.851 INFO O| Sep 23 22:21:01.851 INFO STEP 645: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60202024-09-23T22:21:03.193Z[ recovery-image] Sep 23 22:21:01.864 INFO O| Sep 23 22:21:01.864 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/librename.so.1"
60212024-09-23T22:21:03.193Z[ recovery-image] Sep 23 22:21:01.864 INFO O| Sep 23 22:21:01.864 INFO STEP 645 (remove_files) COMPLETE
60222024-09-23T22:21:03.194Z[ recovery-image] Sep 23 22:21:01.864 INFO O| Sep 23 22:21:01.864 INFO STEP 646: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60232024-09-23T22:21:03.205Z[ recovery-image] Sep 23 22:21:01.877 INFO O| Sep 23 22:21:01.877 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libreparse.so.1"
60242024-09-23T22:21:03.206Z[ recovery-image] Sep 23 22:21:01.877 INFO O| Sep 23 22:21:01.877 INFO STEP 646 (remove_files) COMPLETE
60252024-09-23T22:21:03.206Z[ recovery-image] Sep 23 22:21:01.877 INFO O| Sep 23 22:21:01.877 INFO STEP 647: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60262024-09-23T22:21:03.222Z[ recovery-image] Sep 23 22:21:01.894 INFO O| Sep 23 22:21:01.894 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libsasl.so.1"
60272024-09-23T22:21:03.222Z[ recovery-image] Sep 23 22:21:01.894 INFO O| Sep 23 22:21:01.894 INFO STEP 647 (remove_files) COMPLETE
60282024-09-23T22:21:03.225Z[ recovery-image] Sep 23 22:21:01.894 INFO O| Sep 23 22:21:01.894 INFO STEP 648: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60292024-09-23T22:21:03.235Z[ recovery-image] Sep 23 22:21:01.907 INFO O| Sep 23 22:21:01.907 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libsched.so.1"
60302024-09-23T22:21:03.238Z[ recovery-image] Sep 23 22:21:01.907 INFO O| Sep 23 22:21:01.907 INFO STEP 648 (remove_files) COMPLETE
60312024-09-23T22:21:03.238Z[ recovery-image] Sep 23 22:21:01.907 INFO O| Sep 23 22:21:01.907 INFO STEP 649: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60322024-09-23T22:21:03.248Z[ recovery-image] Sep 23 22:21:01.919 INFO O| Sep 23 22:21:01.919 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libsctp.so.1"
60332024-09-23T22:21:03.248Z[ recovery-image] Sep 23 22:21:01.920 INFO O| Sep 23 22:21:01.919 INFO STEP 649 (remove_files) COMPLETE
60342024-09-23T22:21:03.248Z[ recovery-image] Sep 23 22:21:01.920 INFO O| Sep 23 22:21:01.920 INFO STEP 650: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60352024-09-23T22:21:03.264Z[ recovery-image] Sep 23 22:21:01.935 INFO O| Sep 23 22:21:01.935 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libsff.so.1"
60362024-09-23T22:21:03.264Z[ recovery-image] Sep 23 22:21:01.936 INFO O| Sep 23 22:21:01.935 INFO STEP 650 (remove_files) COMPLETE
60372024-09-23T22:21:03.267Z[ recovery-image] Sep 23 22:21:01.936 INFO O| Sep 23 22:21:01.936 INFO STEP 651: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60382024-09-23T22:21:03.280Z[ recovery-image] Sep 23 22:21:01.951 INFO O| Sep 23 22:21:01.951 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libsip.so.1"
60392024-09-23T22:21:03.280Z[ recovery-image] Sep 23 22:21:01.951 INFO O| Sep 23 22:21:01.951 INFO STEP 651 (remove_files) COMPLETE
60402024-09-23T22:21:03.281Z[ recovery-image] Sep 23 22:21:01.951 INFO O| Sep 23 22:21:01.951 INFO STEP 652: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60412024-09-23T22:21:03.294Z[ recovery-image] Sep 23 22:21:01.965 INFO O| Sep 23 22:21:01.964 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libsldap.so.1"
60422024-09-23T22:21:03.294Z[ recovery-image] Sep 23 22:21:01.965 INFO O| Sep 23 22:21:01.965 INFO STEP 652 (remove_files) COMPLETE
60432024-09-23T22:21:03.296Z[ recovery-image] Sep 23 22:21:01.965 INFO O| Sep 23 22:21:01.965 INFO STEP 653: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60442024-09-23T22:21:03.313Z[ recovery-image] Sep 23 22:21:01.985 INFO O| Sep 23 22:21:01.985 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libsmbfs.so.1"
60452024-09-23T22:21:03.313Z[ recovery-image] Sep 23 22:21:01.985 INFO O| Sep 23 22:21:01.985 INFO STEP 653 (remove_files) COMPLETE
60462024-09-23T22:21:03.316Z[ recovery-image] Sep 23 22:21:01.985 INFO O| Sep 23 22:21:01.985 INFO STEP 654: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60472024-09-23T22:21:03.329Z[ recovery-image] Sep 23 22:21:02.001 INFO O| Sep 23 22:21:02.000 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libsoftcrypto.so.1"
60482024-09-23T22:21:03.329Z[ recovery-image] Sep 23 22:21:02.001 INFO O| Sep 23 22:21:02.001 INFO STEP 654 (remove_files) COMPLETE
60492024-09-23T22:21:03.329Z[ recovery-image] Sep 23 22:21:02.001 INFO O| Sep 23 22:21:02.001 INFO STEP 655: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60502024-09-23T22:21:03.345Z[ recovery-image] Sep 23 22:21:02.016 INFO O| Sep 23 22:21:02.016 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libsqlite3.so.0.8.6"
60512024-09-23T22:21:03.345Z[ recovery-image] Sep 23 22:21:02.016 INFO O| Sep 23 22:21:02.016 INFO STEP 655 (remove_files) COMPLETE
60522024-09-23T22:21:03.345Z[ recovery-image] Sep 23 22:21:02.016 INFO O| Sep 23 22:21:02.016 INFO STEP 656: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60532024-09-23T22:21:03.359Z[ recovery-image] Sep 23 22:21:02.029 INFO O| Sep 23 22:21:02.029 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libsum.so.1"
60542024-09-23T22:21:03.359Z[ recovery-image] Sep 23 22:21:02.030 INFO O| Sep 23 22:21:02.030 INFO STEP 656 (remove_files) COMPLETE
60552024-09-23T22:21:03.359Z[ recovery-image] Sep 23 22:21:02.030 INFO O| Sep 23 22:21:02.030 INFO STEP 657: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60562024-09-23T22:21:03.371Z[ recovery-image] Sep 23 22:21:02.043 INFO O| Sep 23 22:21:02.042 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libtecla.so.1"
60572024-09-23T22:21:03.374Z[ recovery-image] Sep 23 22:21:02.043 INFO O| Sep 23 22:21:02.043 INFO STEP 657 (remove_files) COMPLETE
60582024-09-23T22:21:03.374Z[ recovery-image] Sep 23 22:21:02.043 INFO O| Sep 23 22:21:02.043 INFO STEP 658: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60592024-09-23T22:21:03.384Z[ recovery-image] Sep 23 22:21:02.056 INFO O| Sep 23 22:21:02.056 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libtspi.so.1.2.0"
60602024-09-23T22:21:03.384Z[ recovery-image] Sep 23 22:21:02.056 INFO O| Sep 23 22:21:02.056 INFO STEP 658 (remove_files) COMPLETE
60612024-09-23T22:21:03.387Z[ recovery-image] Sep 23 22:21:02.056 INFO O| Sep 23 22:21:02.056 INFO STEP 659: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60622024-09-23T22:21:03.399Z[ recovery-image] Sep 23 22:21:02.071 INFO O| Sep 23 22:21:02.071 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libvolmgt.so.1"
60632024-09-23T22:21:03.400Z[ recovery-image] Sep 23 22:21:02.071 INFO O| Sep 23 22:21:02.071 INFO STEP 659 (remove_files) COMPLETE
60642024-09-23T22:21:03.402Z[ recovery-image] Sep 23 22:21:02.071 INFO O| Sep 23 22:21:02.071 INFO STEP 660: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60652024-09-23T22:21:03.414Z[ recovery-image] Sep 23 22:21:02.086 INFO O| Sep 23 22:21:02.085 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/liby.so.1"
60662024-09-23T22:21:03.414Z[ recovery-image] Sep 23 22:21:02.086 INFO O| Sep 23 22:21:02.086 INFO STEP 660 (remove_files) COMPLETE
60672024-09-23T22:21:03.417Z[ recovery-image] Sep 23 22:21:02.086 INFO O| Sep 23 22:21:02.086 INFO STEP 661: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60682024-09-23T22:21:03.430Z[ recovery-image] Sep 23 22:21:02.101 INFO O| Sep 23 22:21:02.101 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libzfs_jni.so.1"
60692024-09-23T22:21:03.430Z[ recovery-image] Sep 23 22:21:02.102 INFO O| Sep 23 22:21:02.101 INFO STEP 661 (remove_files) COMPLETE
60702024-09-23T22:21:03.435Z[ recovery-image] Sep 23 22:21:02.102 INFO O| Sep 23 22:21:02.102 INFO STEP 662: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60712024-09-23T22:21:03.446Z[ recovery-image] Sep 23 22:21:02.118 INFO O| Sep 23 22:21:02.117 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libzfsbootenv.so.1"
60722024-09-23T22:21:03.446Z[ recovery-image] Sep 23 22:21:02.118 INFO O| Sep 23 22:21:02.118 INFO STEP 662 (remove_files) COMPLETE
60732024-09-23T22:21:03.449Z[ recovery-image] Sep 23 22:21:02.118 INFO O| Sep 23 22:21:02.118 INFO STEP 663: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60742024-09-23T22:21:03.461Z[ recovery-image] Sep 23 22:21:02.133 INFO O| Sep 23 22:21:02.132 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libzonecfg.so.1"
60752024-09-23T22:21:03.461Z[ recovery-image] Sep 23 22:21:02.133 INFO O| Sep 23 22:21:02.133 INFO STEP 663 (remove_files) COMPLETE
60762024-09-23T22:21:03.464Z[ recovery-image] Sep 23 22:21:02.133 INFO O| Sep 23 22:21:02.133 INFO STEP 664: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60772024-09-23T22:21:03.475Z[ recovery-image] Sep 23 22:21:02.147 INFO O| Sep 23 22:21:02.147 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libzoneinfo.so.1"
60782024-09-23T22:21:03.475Z[ recovery-image] Sep 23 22:21:02.147 INFO O| Sep 23 22:21:02.147 INFO STEP 664 (remove_files) COMPLETE
60792024-09-23T22:21:03.479Z[ recovery-image] Sep 23 22:21:02.147 INFO O| Sep 23 22:21:02.147 INFO STEP 665: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60802024-09-23T22:21:03.489Z[ recovery-image] Sep 23 22:21:02.161 INFO O| Sep 23 22:21:02.161 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libzonestat.so.1"
60812024-09-23T22:21:03.489Z[ recovery-image] Sep 23 22:21:02.161 INFO O| Sep 23 22:21:02.161 INFO STEP 665 (remove_files) COMPLETE
60822024-09-23T22:21:03.489Z[ recovery-image] Sep 23 22:21:02.161 INFO O| Sep 23 22:21:02.161 INFO STEP 666: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60832024-09-23T22:21:03.508Z[ recovery-image] Sep 23 22:21:02.179 INFO O| Sep 23 22:21:02.179 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libzpool.so.1"
60842024-09-23T22:21:03.508Z[ recovery-image] Sep 23 22:21:02.179 INFO O| Sep 23 22:21:02.179 INFO STEP 666 (remove_files) COMPLETE
60852024-09-23T22:21:03.510Z[ recovery-image] Sep 23 22:21:02.179 INFO O| Sep 23 22:21:02.179 INFO STEP 667: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60862024-09-23T22:21:03.526Z[ recovery-image] Sep 23 22:21:02.198 INFO O| Sep 23 22:21:02.197 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/madv.so.1"
60872024-09-23T22:21:03.526Z[ recovery-image] Sep 23 22:21:02.198 INFO O| Sep 23 22:21:02.198 INFO STEP 667 (remove_files) COMPLETE
60882024-09-23T22:21:03.526Z[ recovery-image] Sep 23 22:21:02.198 INFO O| Sep 23 22:21:02.198 INFO STEP 668: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60892024-09-23T22:21:03.542Z[ recovery-image] Sep 23 22:21:02.213 INFO O| Sep 23 22:21:02.213 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/mpss.so.1"
60902024-09-23T22:21:03.542Z[ recovery-image] Sep 23 22:21:02.213 INFO O| Sep 23 22:21:02.213 INFO STEP 668 (remove_files) COMPLETE
60912024-09-23T22:21:03.542Z[ recovery-image] Sep 23 22:21:02.213 INFO O| Sep 23 22:21:02.213 INFO STEP 669: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60922024-09-23T22:21:03.557Z[ recovery-image] Sep 23 22:21:02.228 INFO O| Sep 23 22:21:02.228 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/nss_ad.so.1"
60932024-09-23T22:21:03.557Z[ recovery-image] Sep 23 22:21:02.229 INFO O| Sep 23 22:21:02.228 INFO STEP 669 (remove_files) COMPLETE
60942024-09-23T22:21:03.557Z[ recovery-image] Sep 23 22:21:02.229 INFO O| Sep 23 22:21:02.229 INFO STEP 670: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60952024-09-23T22:21:03.576Z[ recovery-image] Sep 23 22:21:02.248 INFO O| Sep 23 22:21:02.248 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/nss_ldap.so.1"
60962024-09-23T22:21:03.581Z[ recovery-image] Sep 23 22:21:02.248 INFO O| Sep 23 22:21:02.248 INFO STEP 670 (remove_files) COMPLETE
60972024-09-23T22:21:03.581Z[ recovery-image] Sep 23 22:21:02.248 INFO O| Sep 23 22:21:02.248 INFO STEP 671: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60982024-09-23T22:21:03.590Z[ recovery-image] Sep 23 22:21:02.262 INFO O| Sep 23 22:21:02.262 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/passwdutil.so.1"
60992024-09-23T22:21:03.593Z[ recovery-image] Sep 23 22:21:02.262 INFO O| Sep 23 22:21:02.262 INFO STEP 671 (remove_files) COMPLETE
61002024-09-23T22:21:03.593Z[ recovery-image] Sep 23 22:21:02.263 INFO O| Sep 23 22:21:02.262 INFO STEP 672: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61012024-09-23T22:21:03.604Z[ recovery-image] Sep 23 22:21:02.275 INFO O| Sep 23 22:21:02.275 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/bash.pc"
61022024-09-23T22:21:03.604Z[ recovery-image] Sep 23 22:21:02.276 INFO O| Sep 23 22:21:02.275 INFO STEP 672 (remove_files) COMPLETE
61032024-09-23T22:21:03.607Z[ recovery-image] Sep 23 22:21:02.276 INFO O| Sep 23 22:21:02.276 INFO STEP 673: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61042024-09-23T22:21:03.616Z[ recovery-image] Sep 23 22:21:02.287 INFO O| Sep 23 22:21:02.287 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/dbus-1.pc"
61052024-09-23T22:21:03.616Z[ recovery-image] Sep 23 22:21:02.287 INFO O| Sep 23 22:21:02.287 INFO STEP 673 (remove_files) COMPLETE
61062024-09-23T22:21:03.618Z[ recovery-image] Sep 23 22:21:02.287 INFO O| Sep 23 22:21:02.287 INFO STEP 674: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61072024-09-23T22:21:03.628Z[ recovery-image] Sep 23 22:21:02.299 INFO O| Sep 23 22:21:02.299 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/expat.pc"
61082024-09-23T22:21:03.628Z[ recovery-image] Sep 23 22:21:02.299 INFO O| Sep 23 22:21:02.299 INFO STEP 674 (remove_files) COMPLETE
61092024-09-23T22:21:03.632Z[ recovery-image] Sep 23 22:21:02.299 INFO O| Sep 23 22:21:02.299 INFO STEP 675: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61102024-09-23T22:21:03.641Z[ recovery-image] Sep 23 22:21:02.313 INFO O| Sep 23 22:21:02.312 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/form.pc"
61112024-09-23T22:21:03.641Z[ recovery-image] Sep 23 22:21:02.313 INFO O| Sep 23 22:21:02.313 INFO STEP 675 (remove_files) COMPLETE
61122024-09-23T22:21:03.641Z[ recovery-image] Sep 23 22:21:02.313 INFO O| Sep 23 22:21:02.313 INFO STEP 676: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61132024-09-23T22:21:03.658Z[ recovery-image] Sep 23 22:21:02.330 INFO O| Sep 23 22:21:02.330 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/libbrotlicommon.pc"
61142024-09-23T22:21:03.659Z[ recovery-image] Sep 23 22:21:02.330 INFO O| Sep 23 22:21:02.330 INFO STEP 676 (remove_files) COMPLETE
61152024-09-23T22:21:03.662Z[ recovery-image] Sep 23 22:21:02.330 INFO O| Sep 23 22:21:02.330 INFO STEP 677: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61162024-09-23T22:21:03.675Z[ recovery-image] Sep 23 22:21:02.346 INFO O| Sep 23 22:21:02.346 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/libbrotlidec.pc"
61172024-09-23T22:21:03.675Z[ recovery-image] Sep 23 22:21:02.346 INFO O| Sep 23 22:21:02.346 INFO STEP 677 (remove_files) COMPLETE
61182024-09-23T22:21:03.675Z[ recovery-image] Sep 23 22:21:02.346 INFO O| Sep 23 22:21:02.346 INFO STEP 678: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61192024-09-23T22:21:03.690Z[ recovery-image] Sep 23 22:21:02.362 INFO O| Sep 23 22:21:02.362 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/libbrotlienc.pc"
61202024-09-23T22:21:03.690Z[ recovery-image] Sep 23 22:21:02.362 INFO O| Sep 23 22:21:02.362 INFO STEP 678 (remove_files) COMPLETE
61212024-09-23T22:21:03.693Z[ recovery-image] Sep 23 22:21:02.362 INFO O| Sep 23 22:21:02.362 INFO STEP 679: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61222024-09-23T22:21:03.705Z[ recovery-image] Sep 23 22:21:02.376 INFO O| Sep 23 22:21:02.376 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/libcurl.pc"
61232024-09-23T22:21:03.705Z[ recovery-image] Sep 23 22:21:02.376 INFO O| Sep 23 22:21:02.376 INFO STEP 679 (remove_files) COMPLETE
61242024-09-23T22:21:03.705Z[ recovery-image] Sep 23 22:21:02.376 INFO O| Sep 23 22:21:02.376 INFO STEP 680: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61252024-09-23T22:21:03.718Z[ recovery-image] Sep 23 22:21:02.389 INFO O| Sep 23 22:21:02.389 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/libedit.pc"
61262024-09-23T22:21:03.718Z[ recovery-image] Sep 23 22:21:02.389 INFO O| Sep 23 22:21:02.389 INFO STEP 680 (remove_files) COMPLETE
61272024-09-23T22:21:03.718Z[ recovery-image] Sep 23 22:21:02.389 INFO O| Sep 23 22:21:02.389 INFO STEP 681: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61282024-09-23T22:21:03.730Z[ recovery-image] Sep 23 22:21:02.401 INFO O| Sep 23 22:21:02.401 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/libidn.pc"
61292024-09-23T22:21:03.732Z[ recovery-image] Sep 23 22:21:02.401 INFO O| Sep 23 22:21:02.401 INFO STEP 681 (remove_files) COMPLETE
61302024-09-23T22:21:03.732Z[ recovery-image] Sep 23 22:21:02.401 INFO O| Sep 23 22:21:02.401 INFO STEP 682: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61312024-09-23T22:21:03.743Z[ recovery-image] Sep 23 22:21:02.414 INFO O| Sep 23 22:21:02.414 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/liblz4.pc"
61322024-09-23T22:21:03.744Z[ recovery-image] Sep 23 22:21:02.415 INFO O| Sep 23 22:21:02.415 INFO STEP 682 (remove_files) COMPLETE
61332024-09-23T22:21:03.744Z[ recovery-image] Sep 23 22:21:02.415 INFO O| Sep 23 22:21:02.415 INFO STEP 683: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61342024-09-23T22:21:03.754Z[ recovery-image] Sep 23 22:21:02.425 INFO O| Sep 23 22:21:02.425 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/liblzma.pc"
61352024-09-23T22:21:03.754Z[ recovery-image] Sep 23 22:21:02.425 INFO O| Sep 23 22:21:02.425 INFO STEP 683 (remove_files) COMPLETE
61362024-09-23T22:21:03.757Z[ recovery-image] Sep 23 22:21:02.425 INFO O| Sep 23 22:21:02.425 INFO STEP 684: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61372024-09-23T22:21:03.764Z[ recovery-image] Sep 23 22:21:02.436 INFO O| Sep 23 22:21:02.436 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/libnghttp2.pc"
61382024-09-23T22:21:03.764Z[ recovery-image] Sep 23 22:21:02.436 INFO O| Sep 23 22:21:02.436 INFO STEP 684 (remove_files) COMPLETE
61392024-09-23T22:21:03.767Z[ recovery-image] Sep 23 22:21:02.436 INFO O| Sep 23 22:21:02.436 INFO STEP 685: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61402024-09-23T22:21:03.775Z[ recovery-image] Sep 23 22:21:02.447 INFO O| Sep 23 22:21:02.447 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/libpcap.pc"
61412024-09-23T22:21:03.775Z[ recovery-image] Sep 23 22:21:02.447 INFO O| Sep 23 22:21:02.447 INFO STEP 685 (remove_files) COMPLETE
61422024-09-23T22:21:03.778Z[ recovery-image] Sep 23 22:21:02.447 INFO O| Sep 23 22:21:02.447 INFO STEP 686: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61432024-09-23T22:21:03.786Z[ recovery-image] Sep 23 22:21:02.458 INFO O| Sep 23 22:21:02.458 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/libpcre.pc"
61442024-09-23T22:21:03.786Z[ recovery-image] Sep 23 22:21:02.458 INFO O| Sep 23 22:21:02.458 INFO STEP 686 (remove_files) COMPLETE
61452024-09-23T22:21:03.786Z[ recovery-image] Sep 23 22:21:02.458 INFO O| Sep 23 22:21:02.458 INFO STEP 687: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61462024-09-23T22:21:03.797Z[ recovery-image] Sep 23 22:21:02.469 INFO O| Sep 23 22:21:02.469 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/libpcre2-8.pc"
61472024-09-23T22:21:03.797Z[ recovery-image] Sep 23 22:21:02.469 INFO O| Sep 23 22:21:02.469 INFO STEP 687 (remove_files) COMPLETE
61482024-09-23T22:21:03.800Z[ recovery-image] Sep 23 22:21:02.469 INFO O| Sep 23 22:21:02.469 INFO STEP 688: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61492024-09-23T22:21:03.809Z[ recovery-image] Sep 23 22:21:02.480 INFO O| Sep 23 22:21:02.480 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/libpcre2-posix.pc"
61502024-09-23T22:21:03.809Z[ recovery-image] Sep 23 22:21:02.480 INFO O| Sep 23 22:21:02.480 INFO STEP 688 (remove_files) COMPLETE
61512024-09-23T22:21:03.811Z[ recovery-image] Sep 23 22:21:02.480 INFO O| Sep 23 22:21:02.480 INFO STEP 689: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61522024-09-23T22:21:03.821Z[ recovery-image] Sep 23 22:21:02.491 INFO O| Sep 23 22:21:02.491 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/libpcrecpp.pc"
61532024-09-23T22:21:03.824Z[ recovery-image] Sep 23 22:21:02.491 INFO O| Sep 23 22:21:02.491 INFO STEP 689 (remove_files) COMPLETE
61542024-09-23T22:21:03.824Z[ recovery-image] Sep 23 22:21:02.491 INFO O| Sep 23 22:21:02.491 INFO STEP 690: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61552024-09-23T22:21:03.832Z[ recovery-image] Sep 23 22:21:02.504 INFO O| Sep 23 22:21:02.504 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/libpcreposix.pc"
61562024-09-23T22:21:03.835Z[ recovery-image] Sep 23 22:21:02.504 INFO O| Sep 23 22:21:02.504 INFO STEP 690 (remove_files) COMPLETE
61572024-09-23T22:21:03.835Z[ recovery-image] Sep 23 22:21:02.504 INFO O| Sep 23 22:21:02.504 INFO STEP 691: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61582024-09-23T22:21:03.846Z[ recovery-image] Sep 23 22:21:02.517 INFO O| Sep 23 22:21:02.517 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/libxml-2.0.pc"
61592024-09-23T22:21:03.846Z[ recovery-image] Sep 23 22:21:02.517 INFO O| Sep 23 22:21:02.517 INFO STEP 691 (remove_files) COMPLETE
61602024-09-23T22:21:03.846Z[ recovery-image] Sep 23 22:21:02.517 INFO O| Sep 23 22:21:02.517 INFO STEP 692: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61612024-09-23T22:21:03.859Z[ recovery-image] Sep 23 22:21:02.531 INFO O| Sep 23 22:21:02.530 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/libzstd.pc"
61622024-09-23T22:21:03.859Z[ recovery-image] Sep 23 22:21:02.531 INFO O| Sep 23 22:21:02.531 INFO STEP 692 (remove_files) COMPLETE
61632024-09-23T22:21:03.862Z[ recovery-image] Sep 23 22:21:02.531 INFO O| Sep 23 22:21:02.531 INFO STEP 693: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61642024-09-23T22:21:03.872Z[ recovery-image] Sep 23 22:21:02.544 INFO O| Sep 23 22:21:02.544 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/menu.pc"
61652024-09-23T22:21:03.872Z[ recovery-image] Sep 23 22:21:02.544 INFO O| Sep 23 22:21:02.544 INFO STEP 693 (remove_files) COMPLETE
61662024-09-23T22:21:03.875Z[ recovery-image] Sep 23 22:21:02.544 INFO O| Sep 23 22:21:02.544 INFO STEP 694: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61672024-09-23T22:21:03.888Z[ recovery-image] Sep 23 22:21:02.559 INFO O| Sep 23 22:21:02.559 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/ncurses++.pc"
61682024-09-23T22:21:03.888Z[ recovery-image] Sep 23 22:21:02.559 INFO O| Sep 23 22:21:02.559 INFO STEP 694 (remove_files) COMPLETE
61692024-09-23T22:21:03.890Z[ recovery-image] Sep 23 22:21:02.560 INFO O| Sep 23 22:21:02.559 INFO STEP 695: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61702024-09-23T22:21:03.902Z[ recovery-image] Sep 23 22:21:02.574 INFO O| Sep 23 22:21:02.574 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/ncurses.pc"
61712024-09-23T22:21:03.905Z[ recovery-image] Sep 23 22:21:02.574 INFO O| Sep 23 22:21:02.574 INFO STEP 695 (remove_files) COMPLETE
61722024-09-23T22:21:03.905Z[ recovery-image] Sep 23 22:21:02.574 INFO O| Sep 23 22:21:02.574 INFO STEP 696: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61732024-09-23T22:21:03.915Z[ recovery-image] Sep 23 22:21:02.587 INFO O| Sep 23 22:21:02.587 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/netsnmp-agent.pc"
61742024-09-23T22:21:03.918Z[ recovery-image] Sep 23 22:21:02.587 INFO O| Sep 23 22:21:02.587 INFO STEP 696 (remove_files) COMPLETE
61752024-09-23T22:21:03.918Z[ recovery-image] Sep 23 22:21:02.587 INFO O| Sep 23 22:21:02.587 INFO STEP 697: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61762024-09-23T22:21:03.927Z[ recovery-image] Sep 23 22:21:02.599 INFO O| Sep 23 22:21:02.599 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/netsnmp.pc"
61772024-09-23T22:21:03.927Z[ recovery-image] Sep 23 22:21:02.599 INFO O| Sep 23 22:21:02.599 INFO STEP 697 (remove_files) COMPLETE
61782024-09-23T22:21:03.930Z[ recovery-image] Sep 23 22:21:02.599 INFO O| Sep 23 22:21:02.599 INFO STEP 698: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61792024-09-23T22:21:03.941Z[ recovery-image] Sep 23 22:21:02.610 INFO O| Sep 23 22:21:02.610 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/panel.pc"
61802024-09-23T22:21:03.941Z[ recovery-image] Sep 23 22:21:02.610 INFO O| Sep 23 22:21:02.610 INFO STEP 698 (remove_files) COMPLETE
61812024-09-23T22:21:03.941Z[ recovery-image] Sep 23 22:21:02.610 INFO O| Sep 23 22:21:02.610 INFO STEP 699: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61822024-09-23T22:21:03.949Z[ recovery-image] Sep 23 22:21:02.621 INFO O| Sep 23 22:21:02.621 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/readline.pc"
61832024-09-23T22:21:03.949Z[ recovery-image] Sep 23 22:21:02.621 INFO O| Sep 23 22:21:02.621 INFO STEP 699 (remove_files) COMPLETE
61842024-09-23T22:21:03.949Z[ recovery-image] Sep 23 22:21:02.621 INFO O| Sep 23 22:21:02.621 INFO STEP 700: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61852024-09-23T22:21:03.960Z[ recovery-image] Sep 23 22:21:02.632 INFO O| Sep 23 22:21:02.632 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/sqlite3.pc"
61862024-09-23T22:21:03.960Z[ recovery-image] Sep 23 22:21:02.632 INFO O| Sep 23 22:21:02.632 INFO STEP 700 (remove_files) COMPLETE
61872024-09-23T22:21:03.963Z[ recovery-image] Sep 23 22:21:02.632 INFO O| Sep 23 22:21:02.632 INFO STEP 701: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61882024-09-23T22:21:03.971Z[ recovery-image] Sep 23 22:21:02.643 INFO O| Sep 23 22:21:02.643 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/zlib.pc"
61892024-09-23T22:21:03.974Z[ recovery-image] Sep 23 22:21:02.643 INFO O| Sep 23 22:21:02.643 INFO STEP 701 (remove_files) COMPLETE
61902024-09-23T22:21:03.974Z[ recovery-image] Sep 23 22:21:02.643 INFO O| Sep 23 22:21:02.643 INFO STEP 702: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61912024-09-23T22:21:03.983Z[ recovery-image] Sep 23 22:21:02.654 INFO O| Sep 23 22:21:02.654 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/straddr.so.2"
61922024-09-23T22:21:03.983Z[ recovery-image] Sep 23 22:21:02.654 INFO O| Sep 23 22:21:02.654 INFO STEP 702 (remove_files) COMPLETE
61932024-09-23T22:21:03.983Z[ recovery-image] Sep 23 22:21:02.654 INFO O| Sep 23 22:21:02.654 INFO STEP 703: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61942024-09-23T22:21:03.994Z[ recovery-image] Sep 23 22:21:02.666 INFO O| Sep 23 22:21:02.666 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/watchmalloc.so.1"
61952024-09-23T22:21:03.997Z[ recovery-image] Sep 23 22:21:02.667 INFO O| Sep 23 22:21:02.667 INFO STEP 703 (remove_files) COMPLETE
61962024-09-23T22:21:03.997Z[ recovery-image] Sep 23 22:21:02.667 INFO O| Sep 23 22:21:02.667 INFO STEP 704: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61972024-09-23T22:21:04.008Z[ recovery-image] Sep 23 22:21:02.680 INFO O| Sep 23 22:21:02.680 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/audit/audit_record_attr"
61982024-09-23T22:21:04.008Z[ recovery-image] Sep 23 22:21:02.680 INFO O| Sep 23 22:21:02.680 INFO STEP 704 (remove_files) COMPLETE
61992024-09-23T22:21:04.011Z[ recovery-image] Sep 23 22:21:02.680 INFO O| Sep 23 22:21:02.680 INFO STEP 705: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62002024-09-23T22:21:04.023Z[ recovery-image] Sep 23 22:21:02.694 INFO O| Sep 23 22:21:02.694 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/brand/shared/common.ksh"
62012024-09-23T22:21:04.023Z[ recovery-image] Sep 23 22:21:02.694 INFO O| Sep 23 22:21:02.694 INFO STEP 705 (remove_files) COMPLETE
62022024-09-23T22:21:04.023Z[ recovery-image] Sep 23 22:21:02.694 INFO O| Sep 23 22:21:02.694 INFO STEP 706: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62032024-09-23T22:21:04.037Z[ recovery-image] Sep 23 22:21:02.708 INFO O| Sep 23 22:21:02.708 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/brand/shared/query"
62042024-09-23T22:21:04.037Z[ recovery-image] Sep 23 22:21:02.709 INFO O| Sep 23 22:21:02.709 INFO STEP 706 (remove_files) COMPLETE
62052024-09-23T22:21:04.040Z[ recovery-image] Sep 23 22:21:02.709 INFO O| Sep 23 22:21:02.709 INFO STEP 707: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62062024-09-23T22:21:04.049Z[ recovery-image] Sep 23 22:21:02.721 INFO O| Sep 23 22:21:02.721 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/brand/shared/uninstall.ksh"
62072024-09-23T22:21:04.050Z[ recovery-image] Sep 23 22:21:02.721 INFO O| Sep 23 22:21:02.721 INFO STEP 707 (remove_files) COMPLETE
62082024-09-23T22:21:04.053Z[ recovery-image] Sep 23 22:21:02.721 INFO O| Sep 23 22:21:02.721 INFO STEP 708: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62092024-09-23T22:21:04.062Z[ recovery-image] Sep 23 22:21:02.733 INFO O| Sep 23 22:21:02.733 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/cfgadm/amd64/ib.so.1"
62102024-09-23T22:21:04.065Z[ recovery-image] Sep 23 22:21:02.733 INFO O| Sep 23 22:21:02.733 INFO STEP 708 (remove_files) COMPLETE
62112024-09-23T22:21:04.065Z[ recovery-image] Sep 23 22:21:02.733 INFO O| Sep 23 22:21:02.733 INFO STEP 709: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62122024-09-23T22:21:04.074Z[ recovery-image] Sep 23 22:21:02.745 INFO O| Sep 23 22:21:02.745 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/cfgadm/amd64/pci.so.1"
62132024-09-23T22:21:04.074Z[ recovery-image] Sep 23 22:21:02.746 INFO O| Sep 23 22:21:02.746 INFO STEP 709 (remove_files) COMPLETE
62142024-09-23T22:21:04.076Z[ recovery-image] Sep 23 22:21:02.746 INFO O| Sep 23 22:21:02.746 INFO STEP 710: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62152024-09-23T22:21:04.085Z[ recovery-image] Sep 23 22:21:02.757 INFO O| Sep 23 22:21:02.757 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/cfgadm/amd64/sata.so.1"
62162024-09-23T22:21:04.085Z[ recovery-image] Sep 23 22:21:02.757 INFO O| Sep 23 22:21:02.757 INFO STEP 710 (remove_files) COMPLETE
62172024-09-23T22:21:04.087Z[ recovery-image] Sep 23 22:21:02.757 INFO O| Sep 23 22:21:02.757 INFO STEP 711: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62182024-09-23T22:21:04.096Z[ recovery-image] Sep 23 22:21:02.768 INFO O| Sep 23 22:21:02.768 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/cfgadm/amd64/scsi.so.1"
62192024-09-23T22:21:04.096Z[ recovery-image] Sep 23 22:21:02.768 INFO O| Sep 23 22:21:02.768 INFO STEP 711 (remove_files) COMPLETE
62202024-09-23T22:21:04.099Z[ recovery-image] Sep 23 22:21:02.768 INFO O| Sep 23 22:21:02.768 INFO STEP 712: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62212024-09-23T22:21:04.107Z[ recovery-image] Sep 23 22:21:02.779 INFO O| Sep 23 22:21:02.779 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/cfgadm/amd64/usb.so.1"
62222024-09-23T22:21:04.107Z[ recovery-image] Sep 23 22:21:02.779 INFO O| Sep 23 22:21:02.779 INFO STEP 712 (remove_files) COMPLETE
62232024-09-23T22:21:04.110Z[ recovery-image] Sep 23 22:21:02.779 INFO O| Sep 23 22:21:02.779 INFO STEP 713: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62242024-09-23T22:21:04.118Z[ recovery-image] Sep 23 22:21:02.790 INFO O| Sep 23 22:21:02.790 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/cfgadm/ib.so.1"
62252024-09-23T22:21:04.118Z[ recovery-image] Sep 23 22:21:02.790 INFO O| Sep 23 22:21:02.790 INFO STEP 713 (remove_files) COMPLETE
62262024-09-23T22:21:04.121Z[ recovery-image] Sep 23 22:21:02.790 INFO O| Sep 23 22:21:02.790 INFO STEP 714: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62272024-09-23T22:21:04.129Z[ recovery-image] Sep 23 22:21:02.801 INFO O| Sep 23 22:21:02.801 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/cfgadm/pci.so.1"
62282024-09-23T22:21:04.129Z[ recovery-image] Sep 23 22:21:02.801 INFO O| Sep 23 22:21:02.801 INFO STEP 714 (remove_files) COMPLETE
62292024-09-23T22:21:04.134Z[ recovery-image] Sep 23 22:21:02.801 INFO O| Sep 23 22:21:02.801 INFO STEP 715: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62302024-09-23T22:21:04.143Z[ recovery-image] Sep 23 22:21:02.815 INFO O| Sep 23 22:21:02.815 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/cfgadm/sata.so.1"
62312024-09-23T22:21:04.143Z[ recovery-image] Sep 23 22:21:02.815 INFO O| Sep 23 22:21:02.815 INFO STEP 715 (remove_files) COMPLETE
62322024-09-23T22:21:04.146Z[ recovery-image] Sep 23 22:21:02.815 INFO O| Sep 23 22:21:02.815 INFO STEP 716: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62332024-09-23T22:21:04.155Z[ recovery-image] Sep 23 22:21:02.827 INFO O| Sep 23 22:21:02.827 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/cfgadm/scsi.so.1"
62342024-09-23T22:21:04.155Z[ recovery-image] Sep 23 22:21:02.827 INFO O| Sep 23 22:21:02.827 INFO STEP 716 (remove_files) COMPLETE
62352024-09-23T22:21:04.155Z[ recovery-image] Sep 23 22:21:02.827 INFO O| Sep 23 22:21:02.827 INFO STEP 717: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62362024-09-23T22:21:04.168Z[ recovery-image] Sep 23 22:21:02.838 INFO O| Sep 23 22:21:02.838 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/cfgadm/shp.so.1"
62372024-09-23T22:21:04.173Z[ recovery-image] Sep 23 22:21:02.838 INFO O| Sep 23 22:21:02.838 INFO STEP 717 (remove_files) COMPLETE
62382024-09-23T22:21:04.173Z[ recovery-image] Sep 23 22:21:02.838 INFO O| Sep 23 22:21:02.838 INFO STEP 718: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62392024-09-23T22:21:04.180Z[ recovery-image] Sep 23 22:21:02.850 INFO O| Sep 23 22:21:02.850 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/cfgadm/usb.so.1"
62402024-09-23T22:21:04.180Z[ recovery-image] Sep 23 22:21:02.850 INFO O| Sep 23 22:21:02.850 INFO STEP 718 (remove_files) COMPLETE
62412024-09-23T22:21:04.180Z[ recovery-image] Sep 23 22:21:02.850 INFO O| Sep 23 22:21:02.850 INFO STEP 719: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62422024-09-23T22:21:04.192Z[ recovery-image] Sep 23 22:21:02.863 INFO O| Sep 23 22:21:02.863 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/class/FX/FXdispadmin"
62432024-09-23T22:21:04.192Z[ recovery-image] Sep 23 22:21:02.863 INFO O| Sep 23 22:21:02.863 INFO STEP 719 (remove_files) COMPLETE
62442024-09-23T22:21:04.192Z[ recovery-image] Sep 23 22:21:02.863 INFO O| Sep 23 22:21:02.863 INFO STEP 720: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62452024-09-23T22:21:04.206Z[ recovery-image] Sep 23 22:21:02.878 INFO O| Sep 23 22:21:02.878 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/class/FX/FXpriocntl"
62462024-09-23T22:21:04.206Z[ recovery-image] Sep 23 22:21:02.878 INFO O| Sep 23 22:21:02.878 INFO STEP 720 (remove_files) COMPLETE
62472024-09-23T22:21:04.209Z[ recovery-image] Sep 23 22:21:02.878 INFO O| Sep 23 22:21:02.878 INFO STEP 721: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62482024-09-23T22:21:04.224Z[ recovery-image] Sep 23 22:21:02.894 INFO O| Sep 23 22:21:02.894 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/class/IA/IAdispadmin"
62492024-09-23T22:21:04.224Z[ recovery-image] Sep 23 22:21:02.894 INFO O| Sep 23 22:21:02.894 INFO STEP 721 (remove_files) COMPLETE
62502024-09-23T22:21:04.227Z[ recovery-image] Sep 23 22:21:02.894 INFO O| Sep 23 22:21:02.894 INFO STEP 722: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62512024-09-23T22:21:04.239Z[ recovery-image] Sep 23 22:21:02.911 INFO O| Sep 23 22:21:02.910 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/class/IA/IApriocntl"
62522024-09-23T22:21:04.239Z[ recovery-image] Sep 23 22:21:02.911 INFO O| Sep 23 22:21:02.911 INFO STEP 722 (remove_files) COMPLETE
62532024-09-23T22:21:04.242Z[ recovery-image] Sep 23 22:21:02.911 INFO O| Sep 23 22:21:02.911 INFO STEP 723: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62542024-09-23T22:21:04.254Z[ recovery-image] Sep 23 22:21:02.925 INFO O| Sep 23 22:21:02.925 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/class/RT/RTdispadmin"
62552024-09-23T22:21:04.254Z[ recovery-image] Sep 23 22:21:02.925 INFO O| Sep 23 22:21:02.925 INFO STEP 723 (remove_files) COMPLETE
62562024-09-23T22:21:04.254Z[ recovery-image] Sep 23 22:21:02.925 INFO O| Sep 23 22:21:02.925 INFO STEP 724: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62572024-09-23T22:21:04.269Z[ recovery-image] Sep 23 22:21:02.940 INFO O| Sep 23 22:21:02.940 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/class/RT/RTpriocntl"
62582024-09-23T22:21:04.269Z[ recovery-image] Sep 23 22:21:02.941 INFO O| Sep 23 22:21:02.941 INFO STEP 724 (remove_files) COMPLETE
62592024-09-23T22:21:04.271Z[ recovery-image] Sep 23 22:21:02.941 INFO O| Sep 23 22:21:02.941 INFO STEP 725: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62602024-09-23T22:21:04.283Z[ recovery-image] Sep 23 22:21:02.955 INFO O| Sep 23 22:21:02.955 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/class/SDC/SDCdispadmin"
62612024-09-23T22:21:04.283Z[ recovery-image] Sep 23 22:21:02.955 INFO O| Sep 23 22:21:02.955 INFO STEP 725 (remove_files) COMPLETE
62622024-09-23T22:21:04.286Z[ recovery-image] Sep 23 22:21:02.955 INFO O| Sep 23 22:21:02.955 INFO STEP 726: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62632024-09-23T22:21:04.296Z[ recovery-image] Sep 23 22:21:02.968 INFO O| Sep 23 22:21:02.968 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/class/SDC/SDCpriocntl"
62642024-09-23T22:21:04.296Z[ recovery-image] Sep 23 22:21:02.968 INFO O| Sep 23 22:21:02.968 INFO STEP 726 (remove_files) COMPLETE
62652024-09-23T22:21:04.299Z[ recovery-image] Sep 23 22:21:02.968 INFO O| Sep 23 22:21:02.968 INFO STEP 727: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62662024-09-23T22:21:04.308Z[ recovery-image] Sep 23 22:21:02.980 INFO O| Sep 23 22:21:02.980 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/class/TS/TSdispadmin"
62672024-09-23T22:21:04.308Z[ recovery-image] Sep 23 22:21:02.980 INFO O| Sep 23 22:21:02.980 INFO STEP 727 (remove_files) COMPLETE
62682024-09-23T22:21:04.310Z[ recovery-image] Sep 23 22:21:02.980 INFO O| Sep 23 22:21:02.980 INFO STEP 728: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62692024-09-23T22:21:04.320Z[ recovery-image] Sep 23 22:21:02.992 INFO O| Sep 23 22:21:02.992 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/class/TS/TSpriocntl"
62702024-09-23T22:21:04.320Z[ recovery-image] Sep 23 22:21:02.992 INFO O| Sep 23 22:21:02.992 INFO STEP 728 (remove_files) COMPLETE
62712024-09-23T22:21:04.323Z[ recovery-image] Sep 23 22:21:02.992 INFO O| Sep 23 22:21:02.992 INFO STEP 729: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62722024-09-23T22:21:04.333Z[ recovery-image] Sep 23 22:21:03.005 INFO O| Sep 23 22:21:03.005 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/cmake/libxml2/libxml2-config.cmake"
62732024-09-23T22:21:04.333Z[ recovery-image] Sep 23 22:21:03.005 INFO O| Sep 23 22:21:03.005 INFO STEP 729 (remove_files) COMPLETE
62742024-09-23T22:21:04.336Z[ recovery-image] Sep 23 22:21:03.005 INFO O| Sep 23 22:21:03.005 INFO STEP 730: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62752024-09-23T22:21:04.345Z[ recovery-image] Sep 23 22:21:03.017 INFO O| Sep 23 22:21:03.017 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/dbus-1.0/include/dbus/dbus-arch-deps.h"
62762024-09-23T22:21:04.348Z[ recovery-image] Sep 23 22:21:03.018 INFO O| Sep 23 22:21:03.018 INFO STEP 730 (remove_files) COMPLETE
62772024-09-23T22:21:04.348Z[ recovery-image] Sep 23 22:21:03.018 INFO O| Sep 23 22:21:03.018 INFO STEP 731: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62782024-09-23T22:21:04.359Z[ recovery-image] Sep 23 22:21:03.031 INFO O| Sep 23 22:21:03.031 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/dl/dlled"
62792024-09-23T22:21:04.359Z[ recovery-image] Sep 23 22:21:03.031 INFO O| Sep 23 22:21:03.031 INFO STEP 731 (remove_files) COMPLETE
62802024-09-23T22:21:04.359Z[ recovery-image] Sep 23 22:21:03.031 INFO O| Sep 23 22:21:03.031 INFO STEP 732: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62812024-09-23T22:21:04.372Z[ recovery-image] Sep 23 22:21:03.043 INFO O| Sep 23 22:21:03.043 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/dl/dlrecv"
62822024-09-23T22:21:04.372Z[ recovery-image] Sep 23 22:21:03.044 INFO O| Sep 23 22:21:03.043 INFO STEP 732 (remove_files) COMPLETE
62832024-09-23T22:21:04.372Z[ recovery-image] Sep 23 22:21:03.044 INFO O| Sep 23 22:21:03.044 INFO STEP 733: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62842024-09-23T22:21:04.384Z[ recovery-image] Sep 23 22:21:03.056 INFO O| Sep 23 22:21:03.056 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/dl/dlsend"
62852024-09-23T22:21:04.384Z[ recovery-image] Sep 23 22:21:03.056 INFO O| Sep 23 22:21:03.056 INFO STEP 733 (remove_files) COMPLETE
62862024-09-23T22:21:04.384Z[ recovery-image] Sep 23 22:21:03.056 INFO O| Sep 23 22:21:03.056 INFO STEP 734: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62872024-09-23T22:21:04.396Z[ recovery-image] Sep 23 22:21:03.068 INFO O| Sep 23 22:21:03.068 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/dl/dltraninfo"
62882024-09-23T22:21:04.396Z[ recovery-image] Sep 23 22:21:03.068 INFO O| Sep 23 22:21:03.068 INFO STEP 734 (remove_files) COMPLETE
62892024-09-23T22:21:04.396Z[ recovery-image] Sep 23 22:21:03.068 INFO O| Sep 23 22:21:03.068 INFO STEP 735: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62902024-09-23T22:21:04.408Z[ recovery-image] Sep 23 22:21:03.080 INFO O| Sep 23 22:21:03.080 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/dtrace/64/drti.o"
62912024-09-23T22:21:04.408Z[ recovery-image] Sep 23 22:21:03.080 INFO O| Sep 23 22:21:03.080 INFO STEP 735 (remove_files) COMPLETE
62922024-09-23T22:21:04.411Z[ recovery-image] Sep 23 22:21:03.080 INFO O| Sep 23 22:21:03.080 INFO STEP 736: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62932024-09-23T22:21:04.422Z[ recovery-image] Sep 23 22:21:03.094 INFO O| Sep 23 22:21:03.094 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/dtrace/64/libdtrace_forceload.so"
62942024-09-23T22:21:04.422Z[ recovery-image] Sep 23 22:21:03.094 INFO O| Sep 23 22:21:03.094 INFO STEP 736 (remove_files) COMPLETE
62952024-09-23T22:21:04.422Z[ recovery-image] Sep 23 22:21:03.094 INFO O| Sep 23 22:21:03.094 INFO STEP 737: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62962024-09-23T22:21:04.435Z[ recovery-image] Sep 23 22:21:03.107 INFO O| Sep 23 22:21:03.107 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/dtrace/64/sftp64.d"
62972024-09-23T22:21:04.436Z[ recovery-image] Sep 23 22:21:03.107 INFO O| Sep 23 22:21:03.107 INFO STEP 737 (remove_files) COMPLETE
62982024-09-23T22:21:04.436Z[ recovery-image] Sep 23 22:21:03.107 INFO O| Sep 23 22:21:03.107 INFO STEP 738: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62992024-09-23T22:21:04.448Z[ recovery-image] Sep 23 22:21:03.119 INFO O| Sep 23 22:21:03.119 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/dtrace/drti.o"
63002024-09-23T22:21:04.450Z[ recovery-image] Sep 23 22:21:03.120 INFO O| Sep 23 22:21:03.120 INFO STEP 738 (remove_files) COMPLETE
63012024-09-23T22:21:04.450Z[ recovery-image] Sep 23 22:21:03.120 INFO O| Sep 23 22:21:03.120 INFO STEP 739: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63022024-09-23T22:21:04.461Z[ recovery-image] Sep 23 22:21:03.133 INFO O| Sep 23 22:21:03.133 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/dtrace/libdtrace_forceload.so"
63032024-09-23T22:21:04.461Z[ recovery-image] Sep 23 22:21:03.133 INFO O| Sep 23 22:21:03.133 INFO STEP 739 (remove_files) COMPLETE
63042024-09-23T22:21:04.463Z[ recovery-image] Sep 23 22:21:03.133 INFO O| Sep 23 22:21:03.133 INFO STEP 740: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63052024-09-23T22:21:04.473Z[ recovery-image] Sep 23 22:21:03.145 INFO O| Sep 23 22:21:03.145 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/amd64/libdiagcode.so.1"
63062024-09-23T22:21:04.476Z[ recovery-image] Sep 23 22:21:03.145 INFO O| Sep 23 22:21:03.145 INFO STEP 740 (remove_files) COMPLETE
63072024-09-23T22:21:04.476Z[ recovery-image] Sep 23 22:21:03.145 INFO O| Sep 23 22:21:03.145 INFO STEP 741: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63082024-09-23T22:21:04.485Z[ recovery-image] Sep 23 22:21:03.157 INFO O| Sep 23 22:21:03.157 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/amd64/libdiskstatus.so.1"
63092024-09-23T22:21:04.485Z[ recovery-image] Sep 23 22:21:03.157 INFO O| Sep 23 22:21:03.157 INFO STEP 741 (remove_files) COMPLETE
63102024-09-23T22:21:04.485Z[ recovery-image] Sep 23 22:21:03.157 INFO O| Sep 23 22:21:03.157 INFO STEP 742: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63112024-09-23T22:21:04.496Z[ recovery-image] Sep 23 22:21:03.168 INFO O| Sep 23 22:21:03.168 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/amd64/libfmd_adm.so.1"
63122024-09-23T22:21:04.496Z[ recovery-image] Sep 23 22:21:03.168 INFO O| Sep 23 22:21:03.168 INFO STEP 742 (remove_files) COMPLETE
63132024-09-23T22:21:04.496Z[ recovery-image] Sep 23 22:21:03.168 INFO O| Sep 23 22:21:03.168 INFO STEP 743: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63142024-09-23T22:21:04.508Z[ recovery-image] Sep 23 22:21:03.180 INFO O| Sep 23 22:21:03.180 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/amd64/libfmd_agent.so.1"
63152024-09-23T22:21:04.508Z[ recovery-image] Sep 23 22:21:03.180 INFO O| Sep 23 22:21:03.180 INFO STEP 743 (remove_files) COMPLETE
63162024-09-23T22:21:04.510Z[ recovery-image] Sep 23 22:21:03.180 INFO O| Sep 23 22:21:03.180 INFO STEP 744: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63172024-09-23T22:21:04.521Z[ recovery-image] Sep 23 22:21:03.192 INFO O| Sep 23 22:21:03.192 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/amd64/libfmd_log.so.1"
63182024-09-23T22:21:04.521Z[ recovery-image] Sep 23 22:21:03.192 INFO O| Sep 23 22:21:03.192 INFO STEP 744 (remove_files) COMPLETE
63192024-09-23T22:21:04.521Z[ recovery-image] Sep 23 22:21:03.192 INFO O| Sep 23 22:21:03.192 INFO STEP 745: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63202024-09-23T22:21:04.534Z[ recovery-image] Sep 23 22:21:03.205 INFO O| Sep 23 22:21:03.205 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/amd64/libfmd_msg.so.1"
63212024-09-23T22:21:04.537Z[ recovery-image] Sep 23 22:21:03.206 INFO O| Sep 23 22:21:03.206 INFO STEP 745 (remove_files) COMPLETE
63222024-09-23T22:21:04.537Z[ recovery-image] Sep 23 22:21:03.206 INFO O| Sep 23 22:21:03.206 INFO STEP 746: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63232024-09-23T22:21:04.547Z[ recovery-image] Sep 23 22:21:03.218 INFO O| Sep 23 22:21:03.218 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/amd64/libfmd_snmp.so.1"
63242024-09-23T22:21:04.547Z[ recovery-image] Sep 23 22:21:03.218 INFO O| Sep 23 22:21:03.218 INFO STEP 746 (remove_files) COMPLETE
63252024-09-23T22:21:04.551Z[ recovery-image] Sep 23 22:21:03.218 INFO O| Sep 23 22:21:03.218 INFO STEP 747: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63262024-09-23T22:21:04.559Z[ recovery-image] Sep 23 22:21:03.231 INFO O| Sep 23 22:21:03.231 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/amd64/libfmnotify.so.1"
63272024-09-23T22:21:04.560Z[ recovery-image] Sep 23 22:21:03.231 INFO O| Sep 23 22:21:03.231 INFO STEP 747 (remove_files) COMPLETE
63282024-09-23T22:21:04.560Z[ recovery-image] Sep 23 22:21:03.231 INFO O| Sep 23 22:21:03.231 INFO STEP 748: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63292024-09-23T22:21:04.572Z[ recovery-image] Sep 23 22:21:03.244 INFO O| Sep 23 22:21:03.243 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/amd64/libseslog.so.1"
63302024-09-23T22:21:04.572Z[ recovery-image] Sep 23 22:21:03.244 INFO O| Sep 23 22:21:03.244 INFO STEP 748 (remove_files) COMPLETE
63312024-09-23T22:21:04.572Z[ recovery-image] Sep 23 22:21:03.244 INFO O| Sep 23 22:21:03.244 INFO STEP 749: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63322024-09-23T22:21:04.584Z[ recovery-image] Sep 23 22:21:03.256 INFO O| Sep 23 22:21:03.256 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/dict/AMD.dict"
63332024-09-23T22:21:04.584Z[ recovery-image] Sep 23 22:21:03.256 INFO O| Sep 23 22:21:03.256 INFO STEP 749 (remove_files) COMPLETE
63342024-09-23T22:21:04.584Z[ recovery-image] Sep 23 22:21:03.256 INFO O| Sep 23 22:21:03.256 INFO STEP 750: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63352024-09-23T22:21:04.596Z[ recovery-image] Sep 23 22:21:03.268 INFO O| Sep 23 22:21:03.268 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/dict/FMNOTIFY.dict"
63362024-09-23T22:21:04.596Z[ recovery-image] Sep 23 22:21:03.268 INFO O| Sep 23 22:21:03.268 INFO STEP 750 (remove_files) COMPLETE
63372024-09-23T22:21:04.596Z[ recovery-image] Sep 23 22:21:03.268 INFO O| Sep 23 22:21:03.268 INFO STEP 751: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63382024-09-23T22:21:04.599Z[ host-image] Sep 23 22:21:03.270 INFO O| Sep 23 22:21:03.270 INFO O| Planning: Solver setup ... Done
63392024-09-23T22:21:04.602Z[ host-image] Sep 23 22:21:03.274 INFO O| Sep 23 22:21:03.274 INFO O| Planning: Running solver ... Done
63402024-09-23T22:21:04.609Z[ recovery-image] Sep 23 22:21:03.280 INFO O| Sep 23 22:21:03.280 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/dict/GMCA.dict"
63412024-09-23T22:21:04.609Z[ recovery-image] Sep 23 22:21:03.281 INFO O| Sep 23 22:21:03.280 INFO STEP 751 (remove_files) COMPLETE
63422024-09-23T22:21:04.611Z[ recovery-image] Sep 23 22:21:03.281 INFO O| Sep 23 22:21:03.280 INFO STEP 752: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63432024-09-23T22:21:04.621Z[ recovery-image] Sep 23 22:21:03.293 INFO O| Sep 23 22:21:03.293 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/dict/INTEL.dict"
63442024-09-23T22:21:04.621Z[ recovery-image] Sep 23 22:21:03.293 INFO O| Sep 23 22:21:03.293 INFO STEP 752 (remove_files) COMPLETE
63452024-09-23T22:21:04.621Z[ recovery-image] Sep 23 22:21:03.293 INFO O| Sep 23 22:21:03.293 INFO STEP 753: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63462024-09-23T22:21:04.634Z[ recovery-image] Sep 23 22:21:03.305 INFO O| Sep 23 22:21:03.305 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/fminject"
63472024-09-23T22:21:04.636Z[ recovery-image] Sep 23 22:21:03.306 INFO O| Sep 23 22:21:03.306 INFO STEP 753 (remove_files) COMPLETE
63482024-09-23T22:21:04.636Z[ recovery-image] Sep 23 22:21:03.306 INFO O| Sep 23 22:21:03.306 INFO STEP 754: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63492024-09-23T22:21:04.646Z[ recovery-image] Sep 23 22:21:03.318 INFO O| Sep 23 22:21:03.318 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/fmsim"
63502024-09-23T22:21:04.646Z[ recovery-image] Sep 23 22:21:03.318 INFO O| Sep 23 22:21:03.318 INFO STEP 754 (remove_files) COMPLETE
63512024-09-23T22:21:04.646Z[ recovery-image] Sep 23 22:21:03.318 INFO O| Sep 23 22:21:03.318 INFO STEP 755: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63522024-09-23T22:21:04.649Z[ host-image] Sep 23 22:21:03.321 INFO O| Sep 23 22:21:03.321 INFO O| Planning: Finding local manifests ... Done
63532024-09-23T22:21:04.651Z[ host-image] Sep 23 22:21:03.322 INFO O| Sep 23 22:21:03.322 INFO O| Planning: Fetching manifests: 0/1 0% complete
63542024-09-23T22:21:04.658Z[ recovery-image] Sep 23 22:21:03.330 INFO O| Sep 23 22:21:03.330 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/fmtopo"
63552024-09-23T22:21:04.658Z[ recovery-image] Sep 23 22:21:03.330 INFO O| Sep 23 22:21:03.330 INFO STEP 755 (remove_files) COMPLETE
63562024-09-23T22:21:04.658Z[ recovery-image] Sep 23 22:21:03.330 INFO O| Sep 23 22:21:03.330 INFO STEP 756: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63572024-09-23T22:21:04.669Z[ recovery-image] Sep 23 22:21:03.341 INFO O| Sep 23 22:21:03.341 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/ipmitopo"
63582024-09-23T22:21:04.669Z[ recovery-image] Sep 23 22:21:03.341 INFO O| Sep 23 22:21:03.341 INFO STEP 756 (remove_files) COMPLETE
63592024-09-23T22:21:04.673Z[ recovery-image] Sep 23 22:21:03.341 INFO O| Sep 23 22:21:03.341 INFO STEP 757: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63602024-09-23T22:21:04.681Z[ recovery-image] Sep 23 22:21:03.353 INFO O| Sep 23 22:21:03.353 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/mcdecode"
63612024-09-23T22:21:04.681Z[ recovery-image] Sep 23 22:21:03.353 INFO O| Sep 23 22:21:03.353 INFO STEP 757 (remove_files) COMPLETE
63622024-09-23T22:21:04.684Z[ recovery-image] Sep 23 22:21:03.353 INFO O| Sep 23 22:21:03.353 INFO STEP 758: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63632024-09-23T22:21:04.693Z[ recovery-image] Sep 23 22:21:03.365 INFO O| Sep 23 22:21:03.365 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/plugins/cpumem-retire.conf"
63642024-09-23T22:21:04.693Z[ recovery-image] Sep 23 22:21:03.365 INFO O| Sep 23 22:21:03.365 INFO STEP 758 (remove_files) COMPLETE
63652024-09-23T22:21:04.696Z[ recovery-image] Sep 23 22:21:03.365 INFO O| Sep 23 22:21:03.365 INFO STEP 759: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63662024-09-23T22:21:04.705Z[ recovery-image] Sep 23 22:21:03.377 INFO O| Sep 23 22:21:03.377 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/amd64/cpu.so"
63672024-09-23T22:21:04.705Z[ recovery-image] Sep 23 22:21:03.377 INFO O| Sep 23 22:21:03.377 INFO STEP 759 (remove_files) COMPLETE
63682024-09-23T22:21:04.708Z[ recovery-image] Sep 23 22:21:03.377 INFO O| Sep 23 22:21:03.377 INFO STEP 760: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63692024-09-23T22:21:04.719Z[ recovery-image] Sep 23 22:21:03.390 INFO O| Sep 23 22:21:03.390 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/amd64/dev.so"
63702024-09-23T22:21:04.719Z[ recovery-image] Sep 23 22:21:03.390 INFO O| Sep 23 22:21:03.390 INFO STEP 760 (remove_files) COMPLETE
63712024-09-23T22:21:04.719Z[ recovery-image] Sep 23 22:21:03.390 INFO O| Sep 23 22:21:03.390 INFO STEP 761: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63722024-09-23T22:21:04.722Z[ host-image] Sep 23 22:21:03.394 INFO O| Sep 23 22:21:03.394 INFO O| Planning: Fetching manifests: 1/1 100% complete
63732024-09-23T22:21:04.733Z[ recovery-image] Sep 23 22:21:03.402 INFO O| Sep 23 22:21:03.402 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/amd64/fmd.so"
63742024-09-23T22:21:04.733Z[ recovery-image] Sep 23 22:21:03.402 INFO O| Sep 23 22:21:03.402 INFO STEP 761 (remove_files) COMPLETE
63752024-09-23T22:21:04.736Z[ recovery-image] Sep 23 22:21:03.402 INFO O| Sep 23 22:21:03.402 INFO STEP 762: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63762024-09-23T22:21:04.743Z[ recovery-image] Sep 23 22:21:03.415 INFO O| Sep 23 22:21:03.415 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/amd64/hc.so"
63772024-09-23T22:21:04.743Z[ recovery-image] Sep 23 22:21:03.415 INFO O| Sep 23 22:21:03.415 INFO STEP 762 (remove_files) COMPLETE
63782024-09-23T22:21:04.743Z[ recovery-image] Sep 23 22:21:03.415 INFO O| Sep 23 22:21:03.415 INFO STEP 763: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63792024-09-23T22:21:04.746Z[ host-image] Sep 23 22:21:03.417 INFO O| Sep 23 22:21:03.417 INFO O| Planning: Package planning ... Done
63802024-09-23T22:21:04.746Z[ host-image] Sep 23 22:21:03.417 INFO O| Sep 23 22:21:03.417 INFO O| Planning: Merging actions ... Done
63812024-09-23T22:21:04.759Z[ recovery-image] Sep 23 22:21:03.430 INFO O| Sep 23 22:21:03.430 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/amd64/legacy-hc.so"
63822024-09-23T22:21:04.761Z[ recovery-image] Sep 23 22:21:03.430 INFO O| Sep 23 22:21:03.430 INFO STEP 763 (remove_files) COMPLETE
63832024-09-23T22:21:04.761Z[ recovery-image] Sep 23 22:21:03.430 INFO O| Sep 23 22:21:03.430 INFO STEP 764: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63842024-09-23T22:21:04.773Z[ recovery-image] Sep 23 22:21:03.444 INFO O| Sep 23 22:21:03.444 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/amd64/mem.so"
63852024-09-23T22:21:04.773Z[ recovery-image] Sep 23 22:21:03.444 INFO O| Sep 23 22:21:03.444 INFO STEP 764 (remove_files) COMPLETE
63862024-09-23T22:21:04.775Z[ recovery-image] Sep 23 22:21:03.444 INFO O| Sep 23 22:21:03.444 INFO STEP 765: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63872024-09-23T22:21:04.786Z[ recovery-image] Sep 23 22:21:03.457 INFO O| Sep 23 22:21:03.457 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/amd64/mod.so"
63882024-09-23T22:21:04.786Z[ recovery-image] Sep 23 22:21:03.457 INFO O| Sep 23 22:21:03.457 INFO STEP 765 (remove_files) COMPLETE
63892024-09-23T22:21:04.788Z[ recovery-image] Sep 23 22:21:03.457 INFO O| Sep 23 22:21:03.457 INFO STEP 766: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63902024-09-23T22:21:04.799Z[ recovery-image] Sep 23 22:21:03.470 INFO O| Sep 23 22:21:03.470 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/amd64/pkg.so"
63912024-09-23T22:21:04.799Z[ recovery-image] Sep 23 22:21:03.470 INFO O| Sep 23 22:21:03.470 INFO STEP 766 (remove_files) COMPLETE
63922024-09-23T22:21:04.801Z[ recovery-image] Sep 23 22:21:03.470 INFO O| Sep 23 22:21:03.470 INFO STEP 767: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63932024-09-23T22:21:04.811Z[ host-image] Sep 23 22:21:03.482 INFO O| Sep 23 22:21:03.482 INFO O| Planning: Checking for conflicting actions ... Done
63942024-09-23T22:21:04.813Z[ host-image] Sep 23 22:21:03.483 INFO O| Sep 23 22:21:03.483 INFO O| Planning: Consolidating action changes ... Done
63952024-09-23T22:21:04.816Z[ recovery-image] Sep 23 22:21:03.485 INFO O| Sep 23 22:21:03.485 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/amd64/svc.so"
63962024-09-23T22:21:04.816Z[ recovery-image] Sep 23 22:21:03.485 INFO O| Sep 23 22:21:03.485 INFO STEP 767 (remove_files) COMPLETE
63972024-09-23T22:21:04.816Z[ recovery-image] Sep 23 22:21:03.485 INFO O| Sep 23 22:21:03.485 INFO STEP 768: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63982024-09-23T22:21:04.826Z[ recovery-image] Sep 23 22:21:03.497 INFO O| Sep 23 22:21:03.497 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/amd64/sw.so"
63992024-09-23T22:21:04.828Z[ recovery-image] Sep 23 22:21:03.498 INFO O| Sep 23 22:21:03.498 INFO STEP 768 (remove_files) COMPLETE
64002024-09-23T22:21:04.828Z[ recovery-image] Sep 23 22:21:03.498 INFO O| Sep 23 22:21:03.498 INFO STEP 769: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64012024-09-23T22:21:04.841Z[ recovery-image] Sep 23 22:21:03.512 INFO O| Sep 23 22:21:03.512 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/amd64/zfs.so"
64022024-09-23T22:21:04.841Z[ recovery-image] Sep 23 22:21:03.512 INFO O| Sep 23 22:21:03.512 INFO STEP 769 (remove_files) COMPLETE
64032024-09-23T22:21:04.843Z[ recovery-image] Sep 23 22:21:03.512 INFO O| Sep 23 22:21:03.512 INFO STEP 770: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64042024-09-23T22:21:04.856Z[ recovery-image] Sep 23 22:21:03.526 INFO O| Sep 23 22:21:03.526 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/cpu.so"
64052024-09-23T22:21:04.856Z[ recovery-image] Sep 23 22:21:03.527 INFO O| Sep 23 22:21:03.527 INFO STEP 770 (remove_files) COMPLETE
64062024-09-23T22:21:04.860Z[ recovery-image] Sep 23 22:21:03.527 INFO O| Sep 23 22:21:03.527 INFO STEP 771: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64072024-09-23T22:21:04.866Z[ recovery-image] Sep 23 22:21:03.538 INFO O| Sep 23 22:21:03.538 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/dev.so"
64082024-09-23T22:21:04.868Z[ recovery-image] Sep 23 22:21:03.539 INFO O| Sep 23 22:21:03.539 INFO STEP 771 (remove_files) COMPLETE
64092024-09-23T22:21:04.868Z[ recovery-image] Sep 23 22:21:03.539 INFO O| Sep 23 22:21:03.539 INFO STEP 772: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64102024-09-23T22:21:04.880Z[ recovery-image] Sep 23 22:21:03.551 INFO O| Sep 23 22:21:03.551 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/fmd.so"
64112024-09-23T22:21:04.880Z[ recovery-image] Sep 23 22:21:03.552 INFO O| Sep 23 22:21:03.552 INFO STEP 772 (remove_files) COMPLETE
64122024-09-23T22:21:04.880Z[ recovery-image] Sep 23 22:21:03.552 INFO O| Sep 23 22:21:03.552 INFO STEP 773: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64132024-09-23T22:21:04.890Z[ recovery-image] Sep 23 22:21:03.562 INFO O| Sep 23 22:21:03.562 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/hc.so"
64142024-09-23T22:21:04.891Z[ recovery-image] Sep 23 22:21:03.562 INFO O| Sep 23 22:21:03.562 INFO STEP 773 (remove_files) COMPLETE
64152024-09-23T22:21:04.891Z[ recovery-image] Sep 23 22:21:03.562 INFO O| Sep 23 22:21:03.562 INFO STEP 774: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64162024-09-23T22:21:04.901Z[ recovery-image] Sep 23 22:21:03.573 INFO O| Sep 23 22:21:03.573 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/legacy-hc.so"
64172024-09-23T22:21:04.901Z[ recovery-image] Sep 23 22:21:03.573 INFO O| Sep 23 22:21:03.573 INFO STEP 774 (remove_files) COMPLETE
64182024-09-23T22:21:04.901Z[ recovery-image] Sep 23 22:21:03.573 INFO O| Sep 23 22:21:03.573 INFO STEP 775: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64192024-09-23T22:21:04.912Z[ recovery-image] Sep 23 22:21:03.583 INFO O| Sep 23 22:21:03.583 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/mem.so"
64202024-09-23T22:21:04.914Z[ recovery-image] Sep 23 22:21:03.583 INFO O| Sep 23 22:21:03.583 INFO STEP 775 (remove_files) COMPLETE
64212024-09-23T22:21:04.914Z[ recovery-image] Sep 23 22:21:03.583 INFO O| Sep 23 22:21:03.583 INFO STEP 776: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64222024-09-23T22:21:04.922Z[ recovery-image] Sep 23 22:21:03.594 INFO O| Sep 23 22:21:03.594 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/mod.so"
64232024-09-23T22:21:04.924Z[ recovery-image] Sep 23 22:21:03.594 INFO O| Sep 23 22:21:03.594 INFO STEP 776 (remove_files) COMPLETE
64242024-09-23T22:21:04.925Z[ recovery-image] Sep 23 22:21:03.594 INFO O| Sep 23 22:21:03.594 INFO STEP 777: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64252024-09-23T22:21:04.933Z[ recovery-image] Sep 23 22:21:03.604 INFO O| Sep 23 22:21:03.604 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/pkg.so"
64262024-09-23T22:21:04.935Z[ recovery-image] Sep 23 22:21:03.605 INFO O| Sep 23 22:21:03.604 INFO STEP 777 (remove_files) COMPLETE
64272024-09-23T22:21:04.935Z[ recovery-image] Sep 23 22:21:03.605 INFO O| Sep 23 22:21:03.605 INFO STEP 778: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64282024-09-23T22:21:04.944Z[ recovery-image] Sep 23 22:21:03.616 INFO O| Sep 23 22:21:03.616 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/sw.so"
64292024-09-23T22:21:04.944Z[ recovery-image] Sep 23 22:21:03.616 INFO O| Sep 23 22:21:03.616 INFO STEP 778 (remove_files) COMPLETE
64302024-09-23T22:21:04.948Z[ recovery-image] Sep 23 22:21:03.616 INFO O| Sep 23 22:21:03.616 INFO STEP 779: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64312024-09-23T22:21:04.959Z[ recovery-image] Sep 23 22:21:03.629 INFO O| Sep 23 22:21:03.629 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/libdiskstatus.so.1"
64322024-09-23T22:21:04.961Z[ recovery-image] Sep 23 22:21:03.629 INFO O| Sep 23 22:21:03.629 INFO STEP 779 (remove_files) COMPLETE
64332024-09-23T22:21:04.961Z[ recovery-image] Sep 23 22:21:03.629 INFO O| Sep 23 22:21:03.629 INFO STEP 780: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64342024-09-23T22:21:04.969Z[ recovery-image] Sep 23 22:21:03.641 INFO O| Sep 23 22:21:03.641 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/libfmd_adm.so.1"
64352024-09-23T22:21:04.972Z[ recovery-image] Sep 23 22:21:03.641 INFO O| Sep 23 22:21:03.641 INFO STEP 780 (remove_files) COMPLETE
64362024-09-23T22:21:04.972Z[ recovery-image] Sep 23 22:21:03.641 INFO O| Sep 23 22:21:03.641 INFO STEP 781: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64372024-09-23T22:21:04.982Z[ recovery-image] Sep 23 22:21:03.653 INFO O| Sep 23 22:21:03.653 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/libfmd_log.so.1"
64382024-09-23T22:21:04.982Z[ recovery-image] Sep 23 22:21:03.653 INFO O| Sep 23 22:21:03.653 INFO STEP 781 (remove_files) COMPLETE
64392024-09-23T22:21:04.985Z[ recovery-image] Sep 23 22:21:03.654 INFO O| Sep 23 22:21:03.653 INFO STEP 782: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64402024-09-23T22:21:04.992Z[ recovery-image] Sep 23 22:21:03.664 INFO O| Sep 23 22:21:03.664 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/libfmd_snmp.so.1"
64412024-09-23T22:21:04.992Z[ recovery-image] Sep 23 22:21:03.664 INFO O| Sep 23 22:21:03.664 INFO STEP 782 (remove_files) COMPLETE
64422024-09-23T22:21:04.994Z[ recovery-image] Sep 23 22:21:03.664 INFO O| Sep 23 22:21:03.664 INFO STEP 783: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64432024-09-23T22:21:05.003Z[ host-image] Sep 23 22:21:03.675 INFO O| Sep 23 22:21:03.675 INFO O| Planning: Evaluating mediators ... Done
64442024-09-23T22:21:05.005Z[ host-image] Sep 23 22:21:03.675 INFO O| Sep 23 22:21:03.675 INFO O| Planning: Planning completed in 2.28 seconds
64452024-09-23T22:21:05.006Z[ recovery-image] Sep 23 22:21:03.677 INFO O| Sep 23 22:21:03.677 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/libfmnotify.so.1"
64462024-09-23T22:21:05.006Z[ recovery-image] Sep 23 22:21:03.677 INFO O| Sep 23 22:21:03.677 INFO STEP 783 (remove_files) COMPLETE
64472024-09-23T22:21:05.006Z[ host-image] Sep 23 22:21:03.677 INFO O| Sep 23 22:21:03.677 INFO O| Packages to install: 1
64482024-09-23T22:21:05.006Z[ recovery-image] Sep 23 22:21:03.677 INFO O| Sep 23 22:21:03.677 INFO STEP 784: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64492024-09-23T22:21:05.016Z[ host-image] Sep 23 22:21:03.688 INFO O| Sep 23 22:21:03.688 INFO O| Download: 0/4 items 0.0/20.8MB 0% complete
64502024-09-23T22:21:05.019Z[ recovery-image] Sep 23 22:21:03.688 INFO O| Sep 23 22:21:03.688 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/libseslog.so.1"
64512024-09-23T22:21:05.019Z[ recovery-image] Sep 23 22:21:03.688 INFO O| Sep 23 22:21:03.688 INFO STEP 784 (remove_files) COMPLETE
64522024-09-23T22:21:05.019Z[ recovery-image] Sep 23 22:21:03.688 INFO O| Sep 23 22:21:03.688 INFO STEP 785: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64532024-09-23T22:21:05.027Z[ recovery-image] Sep 23 22:21:03.699 INFO O| Sep 23 22:21:03.699 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/topo/maps/xfp-hc-topology.xml"
64542024-09-23T22:21:05.028Z[ recovery-image] Sep 23 22:21:03.699 INFO O| Sep 23 22:21:03.699 INFO STEP 785 (remove_files) COMPLETE
64552024-09-23T22:21:05.030Z[ recovery-image] Sep 23 22:21:03.699 INFO O| Sep 23 22:21:03.699 INFO STEP 786: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64562024-09-23T22:21:05.041Z[ recovery-image] Sep 23 22:21:03.713 INFO O| Sep 23 22:21:03.712 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/topo/plugins/disk.so"
64572024-09-23T22:21:05.041Z[ recovery-image] Sep 23 22:21:03.713 INFO O| Sep 23 22:21:03.713 INFO STEP 786 (remove_files) COMPLETE
64582024-09-23T22:21:05.041Z[ recovery-image] Sep 23 22:21:03.713 INFO O| Sep 23 22:21:03.713 INFO STEP 787: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64592024-09-23T22:21:05.061Z[ recovery-image] Sep 23 22:21:03.731 INFO O| Sep 23 22:21:03.731 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/topo/plugins/fac_prov_ahci.so"
64602024-09-23T22:21:05.061Z[ recovery-image] Sep 23 22:21:03.732 INFO O| Sep 23 22:21:03.731 INFO STEP 787 (remove_files) COMPLETE
64612024-09-23T22:21:05.064Z[ recovery-image] Sep 23 22:21:03.732 INFO O| Sep 23 22:21:03.731 INFO STEP 788: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64622024-09-23T22:21:05.075Z[ recovery-image] Sep 23 22:21:03.747 INFO O| Sep 23 22:21:03.747 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/topo/plugins/fac_prov_ipmi.so"
64632024-09-23T22:21:05.075Z[ recovery-image] Sep 23 22:21:03.747 INFO O| Sep 23 22:21:03.747 INFO STEP 788 (remove_files) COMPLETE
64642024-09-23T22:21:05.077Z[ recovery-image] Sep 23 22:21:03.747 INFO O| Sep 23 22:21:03.747 INFO STEP 789: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64652024-09-23T22:21:05.090Z[ recovery-image] Sep 23 22:21:03.762 INFO O| Sep 23 22:21:03.762 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/topo/plugins/fac_prov_mptsas.so"
64662024-09-23T22:21:05.092Z[ recovery-image] Sep 23 22:21:03.762 INFO O| Sep 23 22:21:03.762 INFO STEP 789 (remove_files) COMPLETE
64672024-09-23T22:21:05.093Z[ recovery-image] Sep 23 22:21:03.762 INFO O| Sep 23 22:21:03.762 INFO STEP 790: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64682024-09-23T22:21:05.105Z[ recovery-image] Sep 23 22:21:03.777 INFO O| Sep 23 22:21:03.777 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/topo/plugins/ipmi.so"
64692024-09-23T22:21:05.108Z[ recovery-image] Sep 23 22:21:03.777 INFO O| Sep 23 22:21:03.777 INFO STEP 790 (remove_files) COMPLETE
64702024-09-23T22:21:05.108Z[ recovery-image] Sep 23 22:21:03.777 INFO O| Sep 23 22:21:03.777 INFO STEP 791: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64712024-09-23T22:21:05.120Z[ recovery-image] Sep 23 22:21:03.792 INFO O| Sep 23 22:21:03.792 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/topo/plugins/nic.so"
64722024-09-23T22:21:05.122Z[ recovery-image] Sep 23 22:21:03.792 INFO O| Sep 23 22:21:03.792 INFO STEP 791 (remove_files) COMPLETE
64732024-09-23T22:21:05.122Z[ recovery-image] Sep 23 22:21:03.792 INFO O| Sep 23 22:21:03.792 INFO STEP 792: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64742024-09-23T22:21:05.136Z[ recovery-image] Sep 23 22:21:03.808 INFO O| Sep 23 22:21:03.808 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/topo/plugins/ses.so"
64752024-09-23T22:21:05.136Z[ recovery-image] Sep 23 22:21:03.808 INFO O| Sep 23 22:21:03.808 INFO STEP 792 (remove_files) COMPLETE
64762024-09-23T22:21:05.136Z[ recovery-image] Sep 23 22:21:03.808 INFO O| Sep 23 22:21:03.808 INFO STEP 793: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64772024-09-23T22:21:05.152Z[ recovery-image] Sep 23 22:21:03.823 INFO O| Sep 23 22:21:03.823 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/topo/plugins/smbios.so"
64782024-09-23T22:21:05.152Z[ recovery-image] Sep 23 22:21:03.823 INFO O| Sep 23 22:21:03.823 INFO STEP 793 (remove_files) COMPLETE
64792024-09-23T22:21:05.154Z[ recovery-image] Sep 23 22:21:03.823 INFO O| Sep 23 22:21:03.823 INFO STEP 794: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64802024-09-23T22:21:05.169Z[ recovery-image] Sep 23 22:21:03.840 INFO O| Sep 23 22:21:03.840 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/topo/plugins/usb.so"
64812024-09-23T22:21:05.169Z[ recovery-image] Sep 23 22:21:03.840 INFO O| Sep 23 22:21:03.840 INFO STEP 794 (remove_files) COMPLETE
64822024-09-23T22:21:05.172Z[ recovery-image] Sep 23 22:21:03.840 INFO O| Sep 23 22:21:03.840 INFO STEP 795: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64832024-09-23T22:21:05.186Z[ recovery-image] Sep 23 22:21:03.857 INFO O| Sep 23 22:21:03.857 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/topo/plugins/xfp.so"
64842024-09-23T22:21:05.186Z[ recovery-image] Sep 23 22:21:03.858 INFO O| Sep 23 22:21:03.857 INFO STEP 795 (remove_files) COMPLETE
64852024-09-23T22:21:05.188Z[ recovery-image] Sep 23 22:21:03.858 INFO O| Sep 23 22:21:03.858 INFO STEP 796: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64862024-09-23T22:21:05.204Z[ recovery-image] Sep 23 22:21:03.875 INFO O| Sep 23 22:21:03.875 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/bootfs/mount"
64872024-09-23T22:21:05.207Z[ recovery-image] Sep 23 22:21:03.876 INFO O| Sep 23 22:21:03.876 INFO STEP 796 (remove_files) COMPLETE
64882024-09-23T22:21:05.208Z[ recovery-image] Sep 23 22:21:03.876 INFO O| Sep 23 22:21:03.876 INFO STEP 797: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64892024-09-23T22:21:05.218Z[ recovery-image] Sep 23 22:21:03.890 INFO O| Sep 23 22:21:03.890 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/hsfs/fstyp"
64902024-09-23T22:21:05.220Z[ recovery-image] Sep 23 22:21:03.890 INFO O| Sep 23 22:21:03.890 INFO STEP 797 (remove_files) COMPLETE
64912024-09-23T22:21:05.220Z[ recovery-image] Sep 23 22:21:03.890 INFO O| Sep 23 22:21:03.890 INFO STEP 798: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64922024-09-23T22:21:05.229Z[ recovery-image] Sep 23 22:21:03.901 INFO O| Sep 23 22:21:03.901 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/hsfs/fstyp.so.1"
64932024-09-23T22:21:05.229Z[ recovery-image] Sep 23 22:21:03.901 INFO O| Sep 23 22:21:03.901 INFO STEP 798 (remove_files) COMPLETE
64942024-09-23T22:21:05.231Z[ recovery-image] Sep 23 22:21:03.901 INFO O| Sep 23 22:21:03.901 INFO STEP 799: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64952024-09-23T22:21:05.240Z[ recovery-image] Sep 23 22:21:03.912 INFO O| Sep 23 22:21:03.912 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/hsfs/labelit"
64962024-09-23T22:21:05.240Z[ recovery-image] Sep 23 22:21:03.912 INFO O| Sep 23 22:21:03.912 INFO STEP 799 (remove_files) COMPLETE
64972024-09-23T22:21:05.243Z[ recovery-image] Sep 23 22:21:03.912 INFO O| Sep 23 22:21:03.912 INFO STEP 800: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64982024-09-23T22:21:05.251Z[ recovery-image] Sep 23 22:21:03.923 INFO O| Sep 23 22:21:03.923 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/lofs/mount"
64992024-09-23T22:21:05.251Z[ recovery-image] Sep 23 22:21:03.923 INFO O| Sep 23 22:21:03.923 INFO STEP 800 (remove_files) COMPLETE
65002024-09-23T22:21:05.251Z[ recovery-image] Sep 23 22:21:03.923 INFO O| Sep 23 22:21:03.923 INFO STEP 801: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65012024-09-23T22:21:05.263Z[ recovery-image] Sep 23 22:21:03.935 INFO O| Sep 23 22:21:03.934 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/mntfs/mount"
65022024-09-23T22:21:05.263Z[ recovery-image] Sep 23 22:21:03.935 INFO O| Sep 23 22:21:03.935 INFO STEP 801 (remove_files) COMPLETE
65032024-09-23T22:21:05.265Z[ recovery-image] Sep 23 22:21:03.935 INFO O| Sep 23 22:21:03.935 INFO STEP 802: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65042024-09-23T22:21:05.274Z[ recovery-image] Sep 23 22:21:03.946 INFO O| Sep 23 22:21:03.946 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/pcfs/fsck"
65052024-09-23T22:21:05.274Z[ recovery-image] Sep 23 22:21:03.946 INFO O| Sep 23 22:21:03.946 INFO STEP 802 (remove_files) COMPLETE
65062024-09-23T22:21:05.276Z[ recovery-image] Sep 23 22:21:03.946 INFO O| Sep 23 22:21:03.946 INFO STEP 803: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65072024-09-23T22:21:05.285Z[ recovery-image] Sep 23 22:21:03.957 INFO O| Sep 23 22:21:03.957 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/pcfs/fstyp"
65082024-09-23T22:21:05.285Z[ recovery-image] Sep 23 22:21:03.957 INFO O| Sep 23 22:21:03.957 INFO STEP 803 (remove_files) COMPLETE
65092024-09-23T22:21:05.288Z[ recovery-image] Sep 23 22:21:03.957 INFO O| Sep 23 22:21:03.957 INFO STEP 804: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65102024-09-23T22:21:05.297Z[ recovery-image] Sep 23 22:21:03.968 INFO O| Sep 23 22:21:03.968 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/pcfs/fstyp.so.1"
65112024-09-23T22:21:05.297Z[ recovery-image] Sep 23 22:21:03.969 INFO O| Sep 23 22:21:03.969 INFO STEP 804 (remove_files) COMPLETE
65122024-09-23T22:21:05.299Z[ recovery-image] Sep 23 22:21:03.969 INFO O| Sep 23 22:21:03.969 INFO STEP 805: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65132024-09-23T22:21:05.307Z[ recovery-image] Sep 23 22:21:03.979 INFO O| Sep 23 22:21:03.979 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/pcfs/mkfs"
65142024-09-23T22:21:05.307Z[ recovery-image] Sep 23 22:21:03.979 INFO O| Sep 23 22:21:03.979 INFO STEP 805 (remove_files) COMPLETE
65152024-09-23T22:21:05.309Z[ recovery-image] Sep 23 22:21:03.979 INFO O| Sep 23 22:21:03.979 INFO STEP 806: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65162024-09-23T22:21:05.318Z[ recovery-image] Sep 23 22:21:03.990 INFO O| Sep 23 22:21:03.990 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/pcfs/mount"
65172024-09-23T22:21:05.318Z[ recovery-image] Sep 23 22:21:03.990 INFO O| Sep 23 22:21:03.990 INFO STEP 806 (remove_files) COMPLETE
65182024-09-23T22:21:05.318Z[ recovery-image] Sep 23 22:21:03.990 INFO O| Sep 23 22:21:03.990 INFO STEP 807: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65192024-09-23T22:21:05.329Z[ recovery-image] Sep 23 22:21:04.001 INFO O| Sep 23 22:21:04.001 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/sharefs/mount"
65202024-09-23T22:21:05.329Z[ recovery-image] Sep 23 22:21:04.001 INFO O| Sep 23 22:21:04.001 INFO STEP 807 (remove_files) COMPLETE
65212024-09-23T22:21:05.332Z[ recovery-image] Sep 23 22:21:04.001 INFO O| Sep 23 22:21:04.001 INFO STEP 808: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65222024-09-23T22:21:05.342Z[ recovery-image] Sep 23 22:21:04.013 INFO O| Sep 23 22:21:04.013 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/smb/amd64/libshare_smb.so.1"
65232024-09-23T22:21:05.342Z[ recovery-image] Sep 23 22:21:04.014 INFO O| Sep 23 22:21:04.013 INFO STEP 808 (remove_files) COMPLETE
65242024-09-23T22:21:05.345Z[ recovery-image] Sep 23 22:21:04.014 INFO O| Sep 23 22:21:04.014 INFO STEP 809: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65252024-09-23T22:21:05.365Z[ recovery-image] Sep 23 22:21:04.025 INFO O| Sep 23 22:21:04.025 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/smb/libshare_smb.so.1"
65262024-09-23T22:21:05.366Z[ recovery-image] Sep 23 22:21:04.025 INFO O| Sep 23 22:21:04.025 INFO STEP 809 (remove_files) COMPLETE
65272024-09-23T22:21:05.366Z[ recovery-image] Sep 23 22:21:04.025 INFO O| Sep 23 22:21:04.025 INFO STEP 810: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65282024-09-23T22:21:05.371Z[ recovery-image] Sep 23 22:21:04.036 INFO O| Sep 23 22:21:04.036 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/smbfs/amd64/libshare_smbfs.so.1"
65292024-09-23T22:21:05.371Z[ recovery-image] Sep 23 22:21:04.036 INFO O| Sep 23 22:21:04.036 INFO STEP 810 (remove_files) COMPLETE
65302024-09-23T22:21:05.371Z[ recovery-image] Sep 23 22:21:04.036 INFO O| Sep 23 22:21:04.036 INFO STEP 811: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65312024-09-23T22:21:05.378Z[ recovery-image] Sep 23 22:21:04.047 INFO O| Sep 23 22:21:04.047 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/smbfs/dfshares"
65322024-09-23T22:21:05.382Z[ recovery-image] Sep 23 22:21:04.048 INFO O| Sep 23 22:21:04.048 INFO STEP 811 (remove_files) COMPLETE
65332024-09-23T22:21:05.382Z[ recovery-image] Sep 23 22:21:04.048 INFO O| Sep 23 22:21:04.048 INFO STEP 812: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65342024-09-23T22:21:05.390Z[ recovery-image] Sep 23 22:21:04.059 INFO O| Sep 23 22:21:04.059 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/smbfs/libshare_smbfs.so.1"
65352024-09-23T22:21:05.393Z[ recovery-image] Sep 23 22:21:04.059 INFO O| Sep 23 22:21:04.059 INFO STEP 812 (remove_files) COMPLETE
65362024-09-23T22:21:05.393Z[ recovery-image] Sep 23 22:21:04.059 INFO O| Sep 23 22:21:04.059 INFO STEP 813: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65372024-09-23T22:21:05.397Z[ recovery-image] Sep 23 22:21:04.069 INFO O| Sep 23 22:21:04.069 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/smbfs/mount"
65382024-09-23T22:21:05.398Z[ recovery-image] Sep 23 22:21:04.069 INFO O| Sep 23 22:21:04.069 INFO STEP 813 (remove_files) COMPLETE
65392024-09-23T22:21:05.398Z[ recovery-image] Sep 23 22:21:04.069 INFO O| Sep 23 22:21:04.069 INFO STEP 814: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65402024-09-23T22:21:05.408Z[ recovery-image] Sep 23 22:21:04.080 INFO O| Sep 23 22:21:04.080 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/smbfs/share"
65412024-09-23T22:21:05.408Z[ recovery-image] Sep 23 22:21:04.080 INFO O| Sep 23 22:21:04.080 INFO STEP 814 (remove_files) COMPLETE
65422024-09-23T22:21:05.411Z[ recovery-image] Sep 23 22:21:04.080 INFO O| Sep 23 22:21:04.080 INFO STEP 815: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65432024-09-23T22:21:05.419Z[ recovery-image] Sep 23 22:21:04.091 INFO O| Sep 23 22:21:04.090 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/smbfs/umount"
65442024-09-23T22:21:05.419Z[ recovery-image] Sep 23 22:21:04.091 INFO O| Sep 23 22:21:04.091 INFO STEP 815 (remove_files) COMPLETE
65452024-09-23T22:21:05.419Z[ recovery-image] Sep 23 22:21:04.091 INFO O| Sep 23 22:21:04.091 INFO STEP 816: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65462024-09-23T22:21:05.430Z[ recovery-image] Sep 23 22:21:04.101 INFO O| Sep 23 22:21:04.101 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/smbfs/unshare"
65472024-09-23T22:21:05.430Z[ recovery-image] Sep 23 22:21:04.102 INFO O| Sep 23 22:21:04.102 INFO STEP 816 (remove_files) COMPLETE
65482024-09-23T22:21:05.432Z[ recovery-image] Sep 23 22:21:04.102 INFO O| Sep 23 22:21:04.102 INFO STEP 817: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65492024-09-23T22:21:05.440Z[ recovery-image] Sep 23 22:21:04.112 INFO O| Sep 23 22:21:04.112 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/clri"
65502024-09-23T22:21:05.443Z[ recovery-image] Sep 23 22:21:04.112 INFO O| Sep 23 22:21:04.112 INFO STEP 817 (remove_files) COMPLETE
65512024-09-23T22:21:05.443Z[ recovery-image] Sep 23 22:21:04.112 INFO O| Sep 23 22:21:04.112 INFO STEP 818: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65522024-09-23T22:21:05.451Z[ recovery-image] Sep 23 22:21:04.123 INFO O| Sep 23 22:21:04.123 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/dcopy"
65532024-09-23T22:21:05.451Z[ recovery-image] Sep 23 22:21:04.123 INFO O| Sep 23 22:21:04.123 INFO STEP 818 (remove_files) COMPLETE
65542024-09-23T22:21:05.451Z[ recovery-image] Sep 23 22:21:04.123 INFO O| Sep 23 22:21:04.123 INFO STEP 819: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65552024-09-23T22:21:05.462Z[ recovery-image] Sep 23 22:21:04.134 INFO O| Sep 23 22:21:04.134 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/df"
65562024-09-23T22:21:05.465Z[ recovery-image] Sep 23 22:21:04.134 INFO O| Sep 23 22:21:04.134 INFO STEP 819 (remove_files) COMPLETE
65572024-09-23T22:21:05.466Z[ recovery-image] Sep 23 22:21:04.134 INFO O| Sep 23 22:21:04.134 INFO STEP 820: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65582024-09-23T22:21:05.473Z[ recovery-image] Sep 23 22:21:04.144 INFO O| Sep 23 22:21:04.144 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/edquota"
65592024-09-23T22:21:05.473Z[ recovery-image] Sep 23 22:21:04.144 INFO O| Sep 23 22:21:04.144 INFO STEP 820 (remove_files) COMPLETE
65602024-09-23T22:21:05.477Z[ recovery-image] Sep 23 22:21:04.144 INFO O| Sep 23 22:21:04.144 INFO STEP 821: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65612024-09-23T22:21:05.488Z[ recovery-image] Sep 23 22:21:04.155 INFO O| Sep 23 22:21:04.155 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/ff"
65622024-09-23T22:21:05.488Z[ recovery-image] Sep 23 22:21:04.155 INFO O| Sep 23 22:21:04.155 INFO STEP 821 (remove_files) COMPLETE
65632024-09-23T22:21:05.488Z[ recovery-image] Sep 23 22:21:04.155 INFO O| Sep 23 22:21:04.155 INFO STEP 822: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65642024-09-23T22:21:05.499Z[ recovery-image] Sep 23 22:21:04.170 INFO O| Sep 23 22:21:04.170 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/fsck"
65652024-09-23T22:21:05.501Z[ recovery-image] Sep 23 22:21:04.171 INFO O| Sep 23 22:21:04.171 INFO STEP 822 (remove_files) COMPLETE
65662024-09-23T22:21:05.502Z[ recovery-image] Sep 23 22:21:04.171 INFO O| Sep 23 22:21:04.171 INFO STEP 823: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65672024-09-23T22:21:05.516Z[ recovery-image] Sep 23 22:21:04.188 INFO O| Sep 23 22:21:04.188 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/fsckall"
65682024-09-23T22:21:05.516Z[ recovery-image] Sep 23 22:21:04.188 INFO O| Sep 23 22:21:04.188 INFO STEP 823 (remove_files) COMPLETE
65692024-09-23T22:21:05.518Z[ recovery-image] Sep 23 22:21:04.188 INFO O| Sep 23 22:21:04.188 INFO STEP 824: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65702024-09-23T22:21:05.531Z[ recovery-image] Sep 23 22:21:04.202 INFO O| Sep 23 22:21:04.202 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/fsdb"
65712024-09-23T22:21:05.531Z[ recovery-image] Sep 23 22:21:04.202 INFO O| Sep 23 22:21:04.202 INFO STEP 824 (remove_files) COMPLETE
65722024-09-23T22:21:05.534Z[ recovery-image] Sep 23 22:21:04.202 INFO O| Sep 23 22:21:04.202 INFO STEP 825: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65732024-09-23T22:21:05.543Z[ recovery-image] Sep 23 22:21:04.214 INFO O| Sep 23 22:21:04.214 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/fsirand"
65742024-09-23T22:21:05.546Z[ recovery-image] Sep 23 22:21:04.214 INFO O| Sep 23 22:21:04.214 INFO STEP 825 (remove_files) COMPLETE
65752024-09-23T22:21:05.546Z[ recovery-image] Sep 23 22:21:04.215 INFO O| Sep 23 22:21:04.214 INFO STEP 826: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65762024-09-23T22:21:05.557Z[ recovery-image] Sep 23 22:21:04.228 INFO O| Sep 23 22:21:04.228 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/fssnap"
65772024-09-23T22:21:05.559Z[ recovery-image] Sep 23 22:21:04.229 INFO O| Sep 23 22:21:04.229 INFO STEP 826 (remove_files) COMPLETE
65782024-09-23T22:21:05.559Z[ recovery-image] Sep 23 22:21:04.229 INFO O| Sep 23 22:21:04.229 INFO STEP 827: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65792024-09-23T22:21:05.572Z[ recovery-image] Sep 23 22:21:04.244 INFO O| Sep 23 22:21:04.244 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/fstyp"
65802024-09-23T22:21:05.572Z[ recovery-image] Sep 23 22:21:04.244 INFO O| Sep 23 22:21:04.244 INFO STEP 827 (remove_files) COMPLETE
65812024-09-23T22:21:05.572Z[ recovery-image] Sep 23 22:21:04.244 INFO O| Sep 23 22:21:04.244 INFO STEP 828: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65822024-09-23T22:21:05.590Z[ recovery-image] Sep 23 22:21:04.262 INFO O| Sep 23 22:21:04.262 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/fstyp.so.1"
65832024-09-23T22:21:05.590Z[ recovery-image] Sep 23 22:21:04.262 INFO O| Sep 23 22:21:04.262 INFO STEP 828 (remove_files) COMPLETE
65842024-09-23T22:21:05.593Z[ recovery-image] Sep 23 22:21:04.262 INFO O| Sep 23 22:21:04.262 INFO STEP 829: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65852024-09-23T22:21:05.605Z[ recovery-image] Sep 23 22:21:04.276 INFO O| Sep 23 22:21:04.276 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/labelit"
65862024-09-23T22:21:05.605Z[ recovery-image] Sep 23 22:21:04.277 INFO O| Sep 23 22:21:04.276 INFO STEP 829 (remove_files) COMPLETE
65872024-09-23T22:21:05.605Z[ recovery-image] Sep 23 22:21:04.277 INFO O| Sep 23 22:21:04.277 INFO STEP 830: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65882024-09-23T22:21:05.619Z[ recovery-image] Sep 23 22:21:04.291 INFO O| Sep 23 22:21:04.291 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/lockfs"
65892024-09-23T22:21:05.619Z[ recovery-image] Sep 23 22:21:04.291 INFO O| Sep 23 22:21:04.291 INFO STEP 830 (remove_files) COMPLETE
65902024-09-23T22:21:05.622Z[ recovery-image] Sep 23 22:21:04.291 INFO O| Sep 23 22:21:04.291 INFO STEP 831: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65912024-09-23T22:21:05.633Z[ recovery-image] Sep 23 22:21:04.305 INFO O| Sep 23 22:21:04.305 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/mkfs"
65922024-09-23T22:21:05.633Z[ recovery-image] Sep 23 22:21:04.305 INFO O| Sep 23 22:21:04.305 INFO STEP 831 (remove_files) COMPLETE
65932024-09-23T22:21:05.633Z[ recovery-image] Sep 23 22:21:04.305 INFO O| Sep 23 22:21:04.305 INFO STEP 832: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65942024-09-23T22:21:05.645Z[ recovery-image] Sep 23 22:21:04.317 INFO O| Sep 23 22:21:04.317 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/ncheck"
65952024-09-23T22:21:05.645Z[ recovery-image] Sep 23 22:21:04.317 INFO O| Sep 23 22:21:04.317 INFO STEP 832 (remove_files) COMPLETE
65962024-09-23T22:21:05.645Z[ recovery-image] Sep 23 22:21:04.317 INFO O| Sep 23 22:21:04.317 INFO STEP 833: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65972024-09-23T22:21:05.650Z[ host-image] Sep 23 22:21:04.320 INFO O| Sep 23 22:21:04.320 INFO O| Download: Completed 20.80 MB in 0.63 seconds (32.9M/s)
65982024-09-23T22:21:05.657Z[ recovery-image] Sep 23 22:21:04.328 INFO O| Sep 23 22:21:04.328 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/newfs"
65992024-09-23T22:21:05.657Z[ recovery-image] Sep 23 22:21:04.328 INFO O| Sep 23 22:21:04.328 INFO STEP 833 (remove_files) COMPLETE
66002024-09-23T22:21:05.659Z[ recovery-image] Sep 23 22:21:04.329 INFO O| Sep 23 22:21:04.328 INFO STEP 834: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66012024-09-23T22:21:05.669Z[ recovery-image] Sep 23 22:21:04.340 INFO O| Sep 23 22:21:04.340 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/quot"
66022024-09-23T22:21:05.669Z[ recovery-image] Sep 23 22:21:04.340 INFO O| Sep 23 22:21:04.340 INFO STEP 834 (remove_files) COMPLETE
66032024-09-23T22:21:05.672Z[ recovery-image] Sep 23 22:21:04.340 INFO O| Sep 23 22:21:04.340 INFO STEP 835: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66042024-09-23T22:21:05.683Z[ recovery-image] Sep 23 22:21:04.354 INFO O| Sep 23 22:21:04.354 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/quotacheck"
66052024-09-23T22:21:05.683Z[ recovery-image] Sep 23 22:21:04.354 INFO O| Sep 23 22:21:04.354 INFO STEP 835 (remove_files) COMPLETE
66062024-09-23T22:21:05.685Z[ host-image] Sep 23 22:21:04.355 INFO O| Sep 23 22:21:04.354 INFO O| Actions: 1/22 actions (Installing new actions)
66072024-09-23T22:21:05.685Z[ recovery-image] Sep 23 22:21:04.354 INFO O| Sep 23 22:21:04.354 INFO STEP 836: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66082024-09-23T22:21:05.695Z[ recovery-image] Sep 23 22:21:04.366 INFO O| Sep 23 22:21:04.366 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/quotaoff"
66092024-09-23T22:21:05.695Z[ recovery-image] Sep 23 22:21:04.367 INFO O| Sep 23 22:21:04.367 INFO STEP 836 (remove_files) COMPLETE
66102024-09-23T22:21:05.695Z[ recovery-image] Sep 23 22:21:04.367 INFO O| Sep 23 22:21:04.367 INFO STEP 837: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66112024-09-23T22:21:05.707Z[ recovery-image] Sep 23 22:21:04.378 INFO O| Sep 23 22:21:04.378 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/quotaon"
66122024-09-23T22:21:05.707Z[ recovery-image] Sep 23 22:21:04.378 INFO O| Sep 23 22:21:04.378 INFO STEP 837 (remove_files) COMPLETE
66132024-09-23T22:21:05.711Z[ recovery-image] Sep 23 22:21:04.378 INFO O| Sep 23 22:21:04.378 INFO STEP 838: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66142024-09-23T22:21:05.720Z[ recovery-image] Sep 23 22:21:04.392 INFO O| Sep 23 22:21:04.392 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/repquota"
66152024-09-23T22:21:05.720Z[ recovery-image] Sep 23 22:21:04.392 INFO O| Sep 23 22:21:04.392 INFO STEP 838 (remove_files) COMPLETE
66162024-09-23T22:21:05.723Z[ recovery-image] Sep 23 22:21:04.392 INFO O| Sep 23 22:21:04.392 INFO STEP 839: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66172024-09-23T22:21:05.734Z[ recovery-image] Sep 23 22:21:04.405 INFO O| Sep 23 22:21:04.405 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/tunefs"
66182024-09-23T22:21:05.734Z[ recovery-image] Sep 23 22:21:04.405 INFO O| Sep 23 22:21:04.405 INFO STEP 839 (remove_files) COMPLETE
66192024-09-23T22:21:05.734Z[ recovery-image] Sep 23 22:21:04.405 INFO O| Sep 23 22:21:04.405 INFO STEP 840: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66202024-09-23T22:21:05.745Z[ recovery-image] Sep 23 22:21:04.417 INFO O| Sep 23 22:21:04.417 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/ufsdump"
66212024-09-23T22:21:05.745Z[ recovery-image] Sep 23 22:21:04.417 INFO O| Sep 23 22:21:04.417 INFO STEP 840 (remove_files) COMPLETE
66222024-09-23T22:21:05.745Z[ recovery-image] Sep 23 22:21:04.417 INFO O| Sep 23 22:21:04.417 INFO STEP 841: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66232024-09-23T22:21:05.759Z[ recovery-image] Sep 23 22:21:04.429 INFO O| Sep 23 22:21:04.429 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/ufsrestore"
66242024-09-23T22:21:05.759Z[ recovery-image] Sep 23 22:21:04.429 INFO O| Sep 23 22:21:04.429 INFO STEP 841 (remove_files) COMPLETE
66252024-09-23T22:21:05.762Z[ recovery-image] Sep 23 22:21:04.429 INFO O| Sep 23 22:21:04.429 INFO STEP 842: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66262024-09-23T22:21:05.769Z[ recovery-image] Sep 23 22:21:04.441 INFO O| Sep 23 22:21:04.441 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/volcopy"
66272024-09-23T22:21:05.769Z[ recovery-image] Sep 23 22:21:04.441 INFO O| Sep 23 22:21:04.441 INFO STEP 842 (remove_files) COMPLETE
66282024-09-23T22:21:05.772Z[ recovery-image] Sep 23 22:21:04.441 INFO O| Sep 23 22:21:04.441 INFO STEP 843: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66292024-09-23T22:21:05.781Z[ recovery-image] Sep 23 22:21:04.453 INFO O| Sep 23 22:21:04.453 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/gss/dh1024-0.so.1"
66302024-09-23T22:21:05.781Z[ recovery-image] Sep 23 22:21:04.453 INFO O| Sep 23 22:21:04.453 INFO STEP 843 (remove_files) COMPLETE
66312024-09-23T22:21:05.781Z[ recovery-image] Sep 23 22:21:04.453 INFO O| Sep 23 22:21:04.453 INFO STEP 844: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66322024-09-23T22:21:05.793Z[ recovery-image] Sep 23 22:21:04.465 INFO O| Sep 23 22:21:04.464 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/gss/dh640-0.so.1"
66332024-09-23T22:21:05.793Z[ recovery-image] Sep 23 22:21:04.465 INFO O| Sep 23 22:21:04.465 INFO STEP 844 (remove_files) COMPLETE
66342024-09-23T22:21:05.793Z[ recovery-image] Sep 23 22:21:04.465 INFO O| Sep 23 22:21:04.465 INFO STEP 845: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66352024-09-23T22:21:05.804Z[ recovery-image] Sep 23 22:21:04.476 INFO O| Sep 23 22:21:04.475 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/gss/gsscred_clean"
66362024-09-23T22:21:05.804Z[ recovery-image] Sep 23 22:21:04.476 INFO O| Sep 23 22:21:04.476 INFO STEP 845 (remove_files) COMPLETE
66372024-09-23T22:21:05.807Z[ recovery-image] Sep 23 22:21:04.476 INFO O| Sep 23 22:21:04.476 INFO STEP 846: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66382024-09-23T22:21:05.815Z[ recovery-image] Sep 23 22:21:04.487 INFO O| Sep 23 22:21:04.486 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/gss/gssd"
66392024-09-23T22:21:05.815Z[ recovery-image] Sep 23 22:21:04.487 INFO O| Sep 23 22:21:04.487 INFO STEP 846 (remove_files) COMPLETE
66402024-09-23T22:21:05.818Z[ recovery-image] Sep 23 22:21:04.487 INFO O| Sep 23 22:21:04.487 INFO STEP 847: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66412024-09-23T22:21:05.826Z[ recovery-image] Sep 23 22:21:04.498 INFO O| Sep 23 22:21:04.498 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/gss/mech_dh.so.1"
66422024-09-23T22:21:05.826Z[ recovery-image] Sep 23 22:21:04.498 INFO O| Sep 23 22:21:04.498 INFO STEP 847 (remove_files) COMPLETE
66432024-09-23T22:21:05.826Z[ recovery-image] Sep 23 22:21:04.498 INFO O| Sep 23 22:21:04.498 INFO STEP 848: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66442024-09-23T22:21:05.837Z[ recovery-image] Sep 23 22:21:04.509 INFO O| Sep 23 22:21:04.509 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/gss/mech_krb5.so.1"
66452024-09-23T22:21:05.840Z[ recovery-image] Sep 23 22:21:04.509 INFO O| Sep 23 22:21:04.509 INFO STEP 848 (remove_files) COMPLETE
66462024-09-23T22:21:05.840Z[ recovery-image] Sep 23 22:21:04.509 INFO O| Sep 23 22:21:04.509 INFO STEP 849: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66472024-09-23T22:21:05.848Z[ recovery-image] Sep 23 22:21:04.520 INFO O| Sep 23 22:21:04.520 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/gss/mech_spnego.so.1"
66482024-09-23T22:21:05.848Z[ recovery-image] Sep 23 22:21:04.520 INFO O| Sep 23 22:21:04.520 INFO STEP 849 (remove_files) COMPLETE
66492024-09-23T22:21:05.848Z[ recovery-image] Sep 23 22:21:04.520 INFO O| Sep 23 22:21:04.520 INFO STEP 850: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66502024-09-23T22:21:05.860Z[ recovery-image] Sep 23 22:21:04.531 INFO O| Sep 23 22:21:04.531 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/inet/amd64/in.iked"
66512024-09-23T22:21:05.862Z[ recovery-image] Sep 23 22:21:04.533 INFO O| Sep 23 22:21:04.533 INFO STEP 850 (remove_files) COMPLETE
66522024-09-23T22:21:05.862Z[ recovery-image] Sep 23 22:21:04.533 INFO O| Sep 23 22:21:04.533 INFO STEP 851: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66532024-09-23T22:21:05.872Z[ recovery-image] Sep 23 22:21:04.544 INFO O| Sep 23 22:21:04.544 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/inet/certdb"
66542024-09-23T22:21:05.872Z[ recovery-image] Sep 23 22:21:04.544 INFO O| Sep 23 22:21:04.544 INFO STEP 851 (remove_files) COMPLETE
66552024-09-23T22:21:05.872Z[ recovery-image] Sep 23 22:21:04.544 INFO O| Sep 23 22:21:04.544 INFO STEP 852: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66562024-09-23T22:21:05.885Z[ recovery-image] Sep 23 22:21:04.557 INFO O| Sep 23 22:21:04.557 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/inet/certlocal"
66572024-09-23T22:21:05.885Z[ recovery-image] Sep 23 22:21:04.557 INFO O| Sep 23 22:21:04.557 INFO STEP 852 (remove_files) COMPLETE
66582024-09-23T22:21:05.885Z[ recovery-image] Sep 23 22:21:04.557 INFO O| Sep 23 22:21:04.557 INFO STEP 853: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66592024-09-23T22:21:05.896Z[ recovery-image] Sep 23 22:21:04.568 INFO O| Sep 23 22:21:04.567 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/inet/certrldb"
66602024-09-23T22:21:05.899Z[ recovery-image] Sep 23 22:21:04.568 INFO O| Sep 23 22:21:04.568 INFO STEP 853 (remove_files) COMPLETE
66612024-09-23T22:21:05.899Z[ recovery-image] Sep 23 22:21:04.568 INFO O| Sep 23 22:21:04.568 INFO STEP 854: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66622024-09-23T22:21:05.907Z[ recovery-image] Sep 23 22:21:04.578 INFO O| Sep 23 22:21:04.578 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/inet/in.iked"
66632024-09-23T22:21:05.907Z[ recovery-image] Sep 23 22:21:04.578 INFO O| Sep 23 22:21:04.578 INFO STEP 854 (remove_files) COMPLETE
66642024-09-23T22:21:05.909Z[ recovery-image] Sep 23 22:21:04.578 INFO O| Sep 23 22:21:04.578 INFO STEP 855: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66652024-09-23T22:21:05.918Z[ recovery-image] Sep 23 22:21:04.589 INFO O| Sep 23 22:21:04.589 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/inet/in.ripngd"
66662024-09-23T22:21:05.918Z[ recovery-image] Sep 23 22:21:04.590 INFO O| Sep 23 22:21:04.589 INFO STEP 855 (remove_files) COMPLETE
66672024-09-23T22:21:05.920Z[ recovery-image] Sep 23 22:21:04.590 INFO O| Sep 23 22:21:04.590 INFO STEP 856: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66682024-09-23T22:21:05.928Z[ recovery-image] Sep 23 22:21:04.600 INFO O| Sep 23 22:21:04.600 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/inet/inetd"
66692024-09-23T22:21:05.928Z[ recovery-image] Sep 23 22:21:04.600 INFO O| Sep 23 22:21:04.600 INFO STEP 856 (remove_files) COMPLETE
66702024-09-23T22:21:05.931Z[ recovery-image] Sep 23 22:21:04.600 INFO O| Sep 23 22:21:04.600 INFO STEP 857: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66712024-09-23T22:21:05.940Z[ recovery-image] Sep 23 22:21:04.612 INFO O| Sep 23 22:21:04.611 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/krb5/amd64/libkadm5clnt.so.1"
66722024-09-23T22:21:05.945Z[ recovery-image] Sep 23 22:21:04.612 INFO O| Sep 23 22:21:04.612 INFO STEP 857 (remove_files) COMPLETE
66732024-09-23T22:21:05.945Z[ recovery-image] Sep 23 22:21:04.612 INFO O| Sep 23 22:21:04.612 INFO STEP 858: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66742024-09-23T22:21:05.951Z[ recovery-image] Sep 23 22:21:04.623 INFO O| Sep 23 22:21:04.622 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/krb5/ktkt_warnd"
66752024-09-23T22:21:05.951Z[ recovery-image] Sep 23 22:21:04.623 INFO O| Sep 23 22:21:04.623 INFO STEP 858 (remove_files) COMPLETE
66762024-09-23T22:21:05.953Z[ recovery-image] Sep 23 22:21:04.623 INFO O| Sep 23 22:21:04.623 INFO STEP 859: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66772024-09-23T22:21:05.963Z[ recovery-image] Sep 23 22:21:04.633 INFO O| Sep 23 22:21:04.633 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/krb5/libkadm5clnt.so.1"
66782024-09-23T22:21:05.963Z[ recovery-image] Sep 23 22:21:04.633 INFO O| Sep 23 22:21:04.633 INFO STEP 859 (remove_files) COMPLETE
66792024-09-23T22:21:05.967Z[ recovery-image] Sep 23 22:21:04.633 INFO O| Sep 23 22:21:04.633 INFO STEP 860: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66802024-09-23T22:21:05.972Z[ recovery-image] Sep 23 22:21:04.644 INFO O| Sep 23 22:21:04.644 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/krb5/libss.so.1"
66812024-09-23T22:21:05.972Z[ recovery-image] Sep 23 22:21:04.644 INFO O| Sep 23 22:21:04.644 INFO STEP 860 (remove_files) COMPLETE
66822024-09-23T22:21:05.975Z[ recovery-image] Sep 23 22:21:04.644 INFO O| Sep 23 22:21:04.644 INFO STEP 861: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66832024-09-23T22:21:05.983Z[ recovery-image] Sep 23 22:21:04.655 INFO O| Sep 23 22:21:04.655 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/krb5/plugins/preauth/pkinit.so.1"
66842024-09-23T22:21:05.986Z[ recovery-image] Sep 23 22:21:04.655 INFO O| Sep 23 22:21:04.655 INFO STEP 861 (remove_files) COMPLETE
66852024-09-23T22:21:05.986Z[ recovery-image] Sep 23 22:21:04.655 INFO O| Sep 23 22:21:04.655 INFO STEP 862: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66862024-09-23T22:21:05.994Z[ recovery-image] Sep 23 22:21:04.666 INFO O| Sep 23 22:21:04.666 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/ld/map.above4G"
66872024-09-23T22:21:05.995Z[ recovery-image] Sep 23 22:21:04.666 INFO O| Sep 23 22:21:04.666 INFO STEP 862 (remove_files) COMPLETE
66882024-09-23T22:21:05.995Z[ recovery-image] Sep 23 22:21:04.666 INFO O| Sep 23 22:21:04.666 INFO STEP 863: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66892024-09-23T22:21:06.005Z[ recovery-image] Sep 23 22:21:04.677 INFO O| Sep 23 22:21:04.677 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/ld/map.below4G"
66902024-09-23T22:21:06.005Z[ recovery-image] Sep 23 22:21:04.677 INFO O| Sep 23 22:21:04.677 INFO STEP 863 (remove_files) COMPLETE
66912024-09-23T22:21:06.008Z[ recovery-image] Sep 23 22:21:04.677 INFO O| Sep 23 22:21:04.677 INFO STEP 864: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66922024-09-23T22:21:06.016Z[ recovery-image] Sep 23 22:21:04.688 INFO O| Sep 23 22:21:04.688 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/ld/map.bssalign"
66932024-09-23T22:21:06.020Z[ recovery-image] Sep 23 22:21:04.688 INFO O| Sep 23 22:21:04.688 INFO STEP 864 (remove_files) COMPLETE
66942024-09-23T22:21:06.020Z[ recovery-image] Sep 23 22:21:04.688 INFO O| Sep 23 22:21:04.688 INFO STEP 865: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66952024-09-23T22:21:06.027Z[ recovery-image] Sep 23 22:21:04.699 INFO O| Sep 23 22:21:04.699 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/ld/map.default"
66962024-09-23T22:21:06.028Z[ recovery-image] Sep 23 22:21:04.699 INFO O| Sep 23 22:21:04.699 INFO STEP 865 (remove_files) COMPLETE
66972024-09-23T22:21:06.032Z[ recovery-image] Sep 23 22:21:04.699 INFO O| Sep 23 22:21:04.699 INFO STEP 866: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66982024-09-23T22:21:06.039Z[ recovery-image] Sep 23 22:21:04.710 INFO O| Sep 23 22:21:04.710 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/ld/map.execdata"
66992024-09-23T22:21:06.039Z[ recovery-image] Sep 23 22:21:04.710 INFO O| Sep 23 22:21:04.710 INFO STEP 866 (remove_files) COMPLETE
67002024-09-23T22:21:06.039Z[ recovery-image] Sep 23 22:21:04.711 INFO O| Sep 23 22:21:04.710 INFO STEP 867: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67012024-09-23T22:21:06.050Z[ recovery-image] Sep 23 22:21:04.722 INFO O| Sep 23 22:21:04.721 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/ld/map.filter"
67022024-09-23T22:21:06.053Z[ recovery-image] Sep 23 22:21:04.722 INFO O| Sep 23 22:21:04.722 INFO STEP 867 (remove_files) COMPLETE
67032024-09-23T22:21:06.053Z[ recovery-image] Sep 23 22:21:04.722 INFO O| Sep 23 22:21:04.722 INFO STEP 868: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67042024-09-23T22:21:06.062Z[ recovery-image] Sep 23 22:21:04.733 INFO O| Sep 23 22:21:04.732 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/ld/map.noexbss"
67052024-09-23T22:21:06.065Z[ recovery-image] Sep 23 22:21:04.733 INFO O| Sep 23 22:21:04.733 INFO STEP 868 (remove_files) COMPLETE
67062024-09-23T22:21:06.065Z[ recovery-image] Sep 23 22:21:04.733 INFO O| Sep 23 22:21:04.733 INFO STEP 869: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67072024-09-23T22:21:06.074Z[ recovery-image] Sep 23 22:21:04.745 INFO O| Sep 23 22:21:04.745 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/ld/map.noexdata"
67082024-09-23T22:21:06.074Z[ recovery-image] Sep 23 22:21:04.745 INFO O| Sep 23 22:21:04.745 INFO STEP 869 (remove_files) COMPLETE
67092024-09-23T22:21:06.077Z[ recovery-image] Sep 23 22:21:04.745 INFO O| Sep 23 22:21:04.745 INFO STEP 870: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67102024-09-23T22:21:06.086Z[ recovery-image] Sep 23 22:21:04.757 INFO O| Sep 23 22:21:04.757 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/ld/map.noexstk"
67112024-09-23T22:21:06.086Z[ recovery-image] Sep 23 22:21:04.757 INFO O| Sep 23 22:21:04.757 INFO STEP 870 (remove_files) COMPLETE
67122024-09-23T22:21:06.086Z[ recovery-image] Sep 23 22:21:04.757 INFO O| Sep 23 22:21:04.757 INFO STEP 871: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67132024-09-23T22:21:06.099Z[ recovery-image] Sep 23 22:21:04.769 INFO O| Sep 23 22:21:04.769 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/ld/map.pagealign"
67142024-09-23T22:21:06.099Z[ recovery-image] Sep 23 22:21:04.769 INFO O| Sep 23 22:21:04.769 INFO STEP 871 (remove_files) COMPLETE
67152024-09-23T22:21:06.099Z[ recovery-image] Sep 23 22:21:04.769 INFO O| Sep 23 22:21:04.769 INFO STEP 872: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67162024-09-23T22:21:06.110Z[ recovery-image] Sep 23 22:21:04.781 INFO O| Sep 23 22:21:04.781 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/libc/libc_hwcap1.so.1"
67172024-09-23T22:21:06.110Z[ recovery-image] Sep 23 22:21:04.781 INFO O| Sep 23 22:21:04.781 INFO STEP 872 (remove_files) COMPLETE
67182024-09-23T22:21:06.113Z[ recovery-image] Sep 23 22:21:04.781 INFO O| Sep 23 22:21:04.781 INFO STEP 873: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67192024-09-23T22:21:06.120Z[ recovery-image] Sep 23 22:21:04.792 INFO O| Sep 23 22:21:04.792 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/libc/libc_hwcap3.so.1"
67202024-09-23T22:21:06.128Z[ recovery-image] Sep 23 22:21:04.792 INFO O| Sep 23 22:21:04.792 INFO STEP 873 (remove_files) COMPLETE
67212024-09-23T22:21:06.128Z[ recovery-image] Sep 23 22:21:04.792 INFO O| Sep 23 22:21:04.792 INFO STEP 874: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67222024-09-23T22:21:06.140Z[ recovery-image] Sep 23 22:21:04.811 INFO O| Sep 23 22:21:04.811 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/link_audit/amd64/ldprof.so.1"
67232024-09-23T22:21:06.143Z[ recovery-image] Sep 23 22:21:04.812 INFO O| Sep 23 22:21:04.812 INFO STEP 874 (remove_files) COMPLETE
67242024-09-23T22:21:06.143Z[ recovery-image] Sep 23 22:21:04.812 INFO O| Sep 23 22:21:04.812 INFO STEP 875: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67252024-09-23T22:21:06.158Z[ recovery-image] Sep 23 22:21:04.829 INFO O| Sep 23 22:21:04.829 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/link_audit/amd64/truss.so.1"
67262024-09-23T22:21:06.158Z[ recovery-image] Sep 23 22:21:04.830 INFO O| Sep 23 22:21:04.829 INFO STEP 875 (remove_files) COMPLETE
67272024-09-23T22:21:06.160Z[ recovery-image] Sep 23 22:21:04.830 INFO O| Sep 23 22:21:04.830 INFO STEP 876: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67282024-09-23T22:21:06.173Z[ recovery-image] Sep 23 22:21:04.845 INFO O| Sep 23 22:21:04.844 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/link_audit/amd64/who.so.1"
67292024-09-23T22:21:06.173Z[ recovery-image] Sep 23 22:21:04.845 INFO O| Sep 23 22:21:04.845 INFO STEP 876 (remove_files) COMPLETE
67302024-09-23T22:21:06.177Z[ recovery-image] Sep 23 22:21:04.845 INFO O| Sep 23 22:21:04.845 INFO STEP 877: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67312024-09-23T22:21:06.185Z[ recovery-image] Sep 23 22:21:04.856 INFO O| Sep 23 22:21:04.856 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/link_audit/ldprof.so.1"
67322024-09-23T22:21:06.185Z[ recovery-image] Sep 23 22:21:04.857 INFO O| Sep 23 22:21:04.857 INFO STEP 877 (remove_files) COMPLETE
67332024-09-23T22:21:06.187Z[ recovery-image] Sep 23 22:21:04.857 INFO O| Sep 23 22:21:04.857 INFO STEP 878: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67342024-09-23T22:21:06.197Z[ recovery-image] Sep 23 22:21:04.868 INFO O| Sep 23 22:21:04.868 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/link_audit/truss.so.1"
67352024-09-23T22:21:06.197Z[ recovery-image] Sep 23 22:21:04.868 INFO O| Sep 23 22:21:04.868 INFO STEP 878 (remove_files) COMPLETE
67362024-09-23T22:21:06.197Z[ recovery-image] Sep 23 22:21:04.868 INFO O| Sep 23 22:21:04.868 INFO STEP 879: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67372024-09-23T22:21:06.208Z[ recovery-image] Sep 23 22:21:04.880 INFO O| Sep 23 22:21:04.880 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/link_audit/who.so.1"
67382024-09-23T22:21:06.208Z[ recovery-image] Sep 23 22:21:04.880 INFO O| Sep 23 22:21:04.880 INFO STEP 879 (remove_files) COMPLETE
67392024-09-23T22:21:06.208Z[ recovery-image] Sep 23 22:21:04.880 INFO O| Sep 23 22:21:04.880 INFO STEP 880: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67402024-09-23T22:21:06.218Z[ host-image] Sep 23 22:21:04.890 INFO O| Sep 23 22:21:04.890 INFO O| Actions: Completed 22 actions in 0.54 seconds.
67412024-09-23T22:21:06.222Z[ recovery-image] Sep 23 22:21:04.894 INFO O| Sep 23 22:21:04.894 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/pci/pcidb"
67422024-09-23T22:21:06.225Z[ recovery-image] Sep 23 22:21:04.894 INFO O| Sep 23 22:21:04.894 INFO STEP 880 (remove_files) COMPLETE
67432024-09-23T22:21:06.225Z[ recovery-image] Sep 23 22:21:04.894 INFO O| Sep 23 22:21:04.894 INFO STEP 881: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67442024-09-23T22:21:06.235Z[ recovery-image] Sep 23 22:21:04.906 INFO O| Sep 23 22:21:04.906 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/pci/pcidr_plugin.so"
67452024-09-23T22:21:06.235Z[ recovery-image] Sep 23 22:21:04.906 INFO O| Sep 23 22:21:04.906 INFO STEP 881 (remove_files) COMPLETE
67462024-09-23T22:21:06.237Z[ recovery-image] Sep 23 22:21:04.906 INFO O| Sep 23 22:21:04.906 INFO STEP 882: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67472024-09-23T22:21:06.246Z[ recovery-image] Sep 23 22:21:04.918 INFO O| Sep 23 22:21:04.918 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/pci/pcieb"
67482024-09-23T22:21:06.246Z[ recovery-image] Sep 23 22:21:04.918 INFO O| Sep 23 22:21:04.918 INFO STEP 882 (remove_files) COMPLETE
67492024-09-23T22:21:06.249Z[ recovery-image] Sep 23 22:21:04.918 INFO O| Sep 23 22:21:04.918 INFO STEP 883: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67502024-09-23T22:21:06.259Z[ recovery-image] Sep 23 22:21:04.931 INFO O| Sep 23 22:21:04.931 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/raidcfg/amd64/mpt.so.1"
67512024-09-23T22:21:06.259Z[ recovery-image] Sep 23 22:21:04.931 INFO O| Sep 23 22:21:04.931 INFO STEP 883 (remove_files) COMPLETE
67522024-09-23T22:21:06.259Z[ recovery-image] Sep 23 22:21:04.931 INFO O| Sep 23 22:21:04.931 INFO STEP 884: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67532024-09-23T22:21:06.271Z[ recovery-image] Sep 23 22:21:04.943 INFO O| Sep 23 22:21:04.943 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/raidcfg/mpt.so.1"
67542024-09-23T22:21:06.271Z[ recovery-image] Sep 23 22:21:04.943 INFO O| Sep 23 22:21:04.943 INFO STEP 884 (remove_files) COMPLETE
67552024-09-23T22:21:06.271Z[ recovery-image] Sep 23 22:21:04.943 INFO O| Sep 23 22:21:04.943 INFO STEP 885: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67562024-09-23T22:21:06.284Z[ recovery-image] Sep 23 22:21:04.955 INFO O| Sep 23 22:21:04.955 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/reparse/libreparse_smb.so.1"
67572024-09-23T22:21:06.284Z[ recovery-image] Sep 23 22:21:04.955 INFO O| Sep 23 22:21:04.955 INFO STEP 885 (remove_files) COMPLETE
67582024-09-23T22:21:06.284Z[ recovery-image] Sep 23 22:21:04.955 INFO O| Sep 23 22:21:04.955 INFO STEP 886: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67592024-09-23T22:21:06.297Z[ recovery-image] Sep 23 22:21:04.969 INFO O| Sep 23 22:21:04.969 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/reparse/reparsed"
67602024-09-23T22:21:06.297Z[ recovery-image] Sep 23 22:21:04.969 INFO O| Sep 23 22:21:04.969 INFO STEP 886 (remove_files) COMPLETE
67612024-09-23T22:21:06.297Z[ recovery-image] Sep 23 22:21:04.969 INFO O| Sep 23 22:21:04.969 INFO STEP 887: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67622024-09-23T22:21:06.310Z[ recovery-image] Sep 23 22:21:04.982 INFO O| Sep 23 22:21:04.982 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/saf/listen"
67632024-09-23T22:21:06.310Z[ recovery-image] Sep 23 22:21:04.982 INFO O| Sep 23 22:21:04.982 INFO STEP 887 (remove_files) COMPLETE
67642024-09-23T22:21:06.310Z[ recovery-image] Sep 23 22:21:04.982 INFO O| Sep 23 22:21:04.982 INFO STEP 888: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67652024-09-23T22:21:06.324Z[ recovery-image] Sep 23 22:21:04.995 INFO O| Sep 23 22:21:04.995 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/saf/nlps_server"
67662024-09-23T22:21:06.324Z[ recovery-image] Sep 23 22:21:04.996 INFO O| Sep 23 22:21:04.995 INFO STEP 888 (remove_files) COMPLETE
67672024-09-23T22:21:06.326Z[ recovery-image] Sep 23 22:21:04.996 INFO O| Sep 23 22:21:04.996 INFO STEP 889: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67682024-09-23T22:21:06.339Z[ recovery-image] Sep 23 22:21:05.010 INFO O| Sep 23 22:21:05.009 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/sasl/amd64/crammd5.so.1"
67692024-09-23T22:21:06.339Z[ recovery-image] Sep 23 22:21:05.010 INFO O| Sep 23 22:21:05.010 INFO STEP 889 (remove_files) COMPLETE
67702024-09-23T22:21:06.342Z[ recovery-image] Sep 23 22:21:05.010 INFO O| Sep 23 22:21:05.010 INFO STEP 890: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67712024-09-23T22:21:06.353Z[ recovery-image] Sep 23 22:21:05.025 INFO O| Sep 23 22:21:05.025 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/sasl/amd64/digestmd5.so.1"
67722024-09-23T22:21:06.353Z[ recovery-image] Sep 23 22:21:05.025 INFO O| Sep 23 22:21:05.025 INFO STEP 890 (remove_files) COMPLETE
67732024-09-23T22:21:06.353Z[ recovery-image] Sep 23 22:21:05.025 INFO O| Sep 23 22:21:05.025 INFO STEP 891: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67742024-09-23T22:21:06.368Z[ recovery-image] Sep 23 22:21:05.040 INFO O| Sep 23 22:21:05.040 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/sasl/amd64/gssapi.so.1"
67752024-09-23T22:21:06.368Z[ recovery-image] Sep 23 22:21:05.040 INFO O| Sep 23 22:21:05.040 INFO STEP 891 (remove_files) COMPLETE
67762024-09-23T22:21:06.368Z[ recovery-image] Sep 23 22:21:05.040 INFO O| Sep 23 22:21:05.040 INFO STEP 892: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67772024-09-23T22:21:06.382Z[ recovery-image] Sep 23 22:21:05.054 INFO O| Sep 23 22:21:05.054 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/sasl/amd64/login.so.1"
67782024-09-23T22:21:06.382Z[ recovery-image] Sep 23 22:21:05.054 INFO O| Sep 23 22:21:05.054 INFO STEP 892 (remove_files) COMPLETE
67792024-09-23T22:21:06.382Z[ recovery-image] Sep 23 22:21:05.054 INFO O| Sep 23 22:21:05.054 INFO STEP 893: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67802024-09-23T22:21:06.395Z[ recovery-image] Sep 23 22:21:05.067 INFO O| Sep 23 22:21:05.067 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/sasl/amd64/plain.so.1"
67812024-09-23T22:21:06.395Z[ recovery-image] Sep 23 22:21:05.067 INFO O| Sep 23 22:21:05.067 INFO STEP 893 (remove_files) COMPLETE
67822024-09-23T22:21:06.397Z[ recovery-image] Sep 23 22:21:05.067 INFO O| Sep 23 22:21:05.067 INFO STEP 894: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67832024-09-23T22:21:06.408Z[ recovery-image] Sep 23 22:21:05.079 INFO O| Sep 23 22:21:05.079 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/sasl/crammd5.so.1"
67842024-09-23T22:21:06.408Z[ recovery-image] Sep 23 22:21:05.080 INFO O| Sep 23 22:21:05.080 INFO STEP 894 (remove_files) COMPLETE
67852024-09-23T22:21:06.408Z[ recovery-image] Sep 23 22:21:05.080 INFO O| Sep 23 22:21:05.080 INFO STEP 895: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67862024-09-23T22:21:06.421Z[ recovery-image] Sep 23 22:21:05.092 INFO O| Sep 23 22:21:05.092 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/sasl/digestmd5.so.1"
67872024-09-23T22:21:06.421Z[ recovery-image] Sep 23 22:21:05.092 INFO O| Sep 23 22:21:05.092 INFO STEP 895 (remove_files) COMPLETE
67882024-09-23T22:21:06.424Z[ recovery-image] Sep 23 22:21:05.092 INFO O| Sep 23 22:21:05.092 INFO STEP 896: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67892024-09-23T22:21:06.433Z[ recovery-image] Sep 23 22:21:05.104 INFO O| Sep 23 22:21:05.104 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/sasl/gssapi.so.1"
67902024-09-23T22:21:06.433Z[ recovery-image] Sep 23 22:21:05.105 INFO O| Sep 23 22:21:05.104 INFO STEP 896 (remove_files) COMPLETE
67912024-09-23T22:21:06.435Z[ recovery-image] Sep 23 22:21:05.105 INFO O| Sep 23 22:21:05.105 INFO STEP 897: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67922024-09-23T22:21:06.446Z[ recovery-image] Sep 23 22:21:05.117 INFO O| Sep 23 22:21:05.117 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/sasl/login.so.1"
67932024-09-23T22:21:06.446Z[ recovery-image] Sep 23 22:21:05.118 INFO O| Sep 23 22:21:05.117 INFO STEP 897 (remove_files) COMPLETE
67942024-09-23T22:21:06.448Z[ recovery-image] Sep 23 22:21:05.118 INFO O| Sep 23 22:21:05.118 INFO STEP 898: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67952024-09-23T22:21:06.459Z[ recovery-image] Sep 23 22:21:05.131 INFO O| Sep 23 22:21:05.131 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/sasl/plain.so.1"
67962024-09-23T22:21:06.459Z[ recovery-image] Sep 23 22:21:05.131 INFO O| Sep 23 22:21:05.131 INFO STEP 898 (remove_files) COMPLETE
67972024-09-23T22:21:06.459Z[ recovery-image] Sep 23 22:21:05.131 INFO O| Sep 23 22:21:05.131 INFO STEP 899: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67982024-09-23T22:21:06.472Z[ recovery-image] Sep 23 22:21:05.144 INFO O| Sep 23 22:21:05.144 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/crypt_bsdbf.so.1"
67992024-09-23T22:21:06.472Z[ recovery-image] Sep 23 22:21:05.144 INFO O| Sep 23 22:21:05.144 INFO STEP 899 (remove_files) COMPLETE
68002024-09-23T22:21:06.475Z[ recovery-image] Sep 23 22:21:05.144 INFO O| Sep 23 22:21:05.144 INFO STEP 900: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68012024-09-23T22:21:06.481Z[ host-image] Sep 23 22:21:05.153 INFO O| Sep 23 22:21:05.153 INFO O| Done
68022024-09-23T22:21:06.481Z[ host-image] Sep 23 22:21:05.153 INFO O| Sep 23 22:21:05.153 INFO O| Done
68032024-09-23T22:21:06.486Z[ recovery-image] Sep 23 22:21:05.157 INFO O| Sep 23 22:21:05.157 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/crypt_bsdmd5.so.1"
68042024-09-23T22:21:06.488Z[ recovery-image] Sep 23 22:21:05.157 INFO O| Sep 23 22:21:05.157 INFO STEP 900 (remove_files) COMPLETE
68052024-09-23T22:21:06.488Z[ recovery-image] Sep 23 22:21:05.157 INFO O| Sep 23 22:21:05.157 INFO STEP 901: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68062024-09-23T22:21:06.501Z[ recovery-image] Sep 23 22:21:05.173 INFO O| Sep 23 22:21:05.173 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/crypt_sha256.so.1"
68072024-09-23T22:21:06.501Z[ recovery-image] Sep 23 22:21:05.173 INFO O| Sep 23 22:21:05.173 INFO STEP 901 (remove_files) COMPLETE
68082024-09-23T22:21:06.504Z[ recovery-image] Sep 23 22:21:05.173 INFO O| Sep 23 22:21:05.173 INFO STEP 902: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68092024-09-23T22:21:06.515Z[ recovery-image] Sep 23 22:21:05.186 INFO O| Sep 23 22:21:05.186 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/crypt_sha512.so.1"
68102024-09-23T22:21:06.515Z[ recovery-image] Sep 23 22:21:05.186 INFO O| Sep 23 22:21:05.186 INFO STEP 902 (remove_files) COMPLETE
68112024-09-23T22:21:06.515Z[ recovery-image] Sep 23 22:21:05.186 INFO O| Sep 23 22:21:05.186 INFO STEP 903: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68122024-09-23T22:21:06.528Z[ recovery-image] Sep 23 22:21:05.199 INFO O| Sep 23 22:21:05.199 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/crypt_sunmd5.so.1"
68132024-09-23T22:21:06.528Z[ recovery-image] Sep 23 22:21:05.199 INFO O| Sep 23 22:21:05.199 INFO STEP 903 (remove_files) COMPLETE
68142024-09-23T22:21:06.530Z[ recovery-image] Sep 23 22:21:05.199 INFO O| Sep 23 22:21:05.199 INFO STEP 904: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68152024-09-23T22:21:06.539Z[ recovery-image] Sep 23 22:21:05.211 INFO O| Sep 23 22:21:05.211 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_allow.so.1"
68162024-09-23T22:21:06.539Z[ recovery-image] Sep 23 22:21:05.211 INFO O| Sep 23 22:21:05.211 INFO STEP 904 (remove_files) COMPLETE
68172024-09-23T22:21:06.542Z[ recovery-image] Sep 23 22:21:05.211 INFO O| Sep 23 22:21:05.211 INFO STEP 905: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68182024-09-23T22:21:06.550Z[ recovery-image] Sep 23 22:21:05.222 INFO O| Sep 23 22:21:05.222 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_authtok_check.so.1"
68192024-09-23T22:21:06.550Z[ recovery-image] Sep 23 22:21:05.222 INFO O| Sep 23 22:21:05.222 INFO STEP 905 (remove_files) COMPLETE
68202024-09-23T22:21:06.552Z[ recovery-image] Sep 23 22:21:05.222 INFO O| Sep 23 22:21:05.222 INFO STEP 906: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68212024-09-23T22:21:06.561Z[ recovery-image] Sep 23 22:21:05.233 INFO O| Sep 23 22:21:05.233 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_authtok_get.so.1"
68222024-09-23T22:21:06.564Z[ recovery-image] Sep 23 22:21:05.233 INFO O| Sep 23 22:21:05.233 INFO STEP 906 (remove_files) COMPLETE
68232024-09-23T22:21:06.564Z[ recovery-image] Sep 23 22:21:05.233 INFO O| Sep 23 22:21:05.233 INFO STEP 907: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68242024-09-23T22:21:06.574Z[ recovery-image] Sep 23 22:21:05.244 INFO O| Sep 23 22:21:05.244 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_authtok_store.so.1"
68252024-09-23T22:21:06.576Z[ recovery-image] Sep 23 22:21:05.244 INFO O| Sep 23 22:21:05.244 INFO STEP 907 (remove_files) COMPLETE
68262024-09-23T22:21:06.576Z[ recovery-image] Sep 23 22:21:05.244 INFO O| Sep 23 22:21:05.244 INFO STEP 908: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68272024-09-23T22:21:06.584Z[ recovery-image] Sep 23 22:21:05.255 INFO O| Sep 23 22:21:05.255 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_deny.so.1"
68282024-09-23T22:21:06.584Z[ recovery-image] Sep 23 22:21:05.255 INFO O| Sep 23 22:21:05.255 INFO STEP 908 (remove_files) COMPLETE
68292024-09-23T22:21:06.587Z[ recovery-image] Sep 23 22:21:05.255 INFO O| Sep 23 22:21:05.255 INFO STEP 909: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68302024-09-23T22:21:06.594Z[ recovery-image] Sep 23 22:21:05.265 INFO O| Sep 23 22:21:05.265 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_dhkeys.so.1"
68312024-09-23T22:21:06.596Z[ recovery-image] Sep 23 22:21:05.266 INFO O| Sep 23 22:21:05.265 INFO STEP 909 (remove_files) COMPLETE
68322024-09-23T22:21:06.596Z[ recovery-image] Sep 23 22:21:05.266 INFO O| Sep 23 22:21:05.266 INFO STEP 910: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68332024-09-23T22:21:06.604Z[ recovery-image] Sep 23 22:21:05.276 INFO O| Sep 23 22:21:05.276 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_dial_auth.so.1"
68342024-09-23T22:21:06.605Z[ recovery-image] Sep 23 22:21:05.276 INFO O| Sep 23 22:21:05.276 INFO STEP 910 (remove_files) COMPLETE
68352024-09-23T22:21:06.607Z[ recovery-image] Sep 23 22:21:05.276 INFO O| Sep 23 22:21:05.276 INFO STEP 911: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68362024-09-23T22:21:06.616Z[ recovery-image] Sep 23 22:21:05.287 INFO O| Sep 23 22:21:05.287 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_krb5.so.1"
68372024-09-23T22:21:06.616Z[ recovery-image] Sep 23 22:21:05.287 INFO O| Sep 23 22:21:05.287 INFO STEP 911 (remove_files) COMPLETE
68382024-09-23T22:21:06.616Z[ recovery-image] Sep 23 22:21:05.287 INFO O| Sep 23 22:21:05.287 INFO STEP 912: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68392024-09-23T22:21:06.626Z[ recovery-image] Sep 23 22:21:05.298 INFO O| Sep 23 22:21:05.298 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_krb5_migrate.so.1"
68402024-09-23T22:21:06.626Z[ recovery-image] Sep 23 22:21:05.298 INFO O| Sep 23 22:21:05.298 INFO STEP 912 (remove_files) COMPLETE
68412024-09-23T22:21:06.629Z[ recovery-image] Sep 23 22:21:05.298 INFO O| Sep 23 22:21:05.298 INFO STEP 913: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68422024-09-23T22:21:06.637Z[ recovery-image] Sep 23 22:21:05.309 INFO O| Sep 23 22:21:05.308 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_ldap.so.1"
68432024-09-23T22:21:06.637Z[ recovery-image] Sep 23 22:21:05.309 INFO O| Sep 23 22:21:05.309 INFO STEP 913 (remove_files) COMPLETE
68442024-09-23T22:21:06.637Z[ recovery-image] Sep 23 22:21:05.309 INFO O| Sep 23 22:21:05.309 INFO STEP 914: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68452024-09-23T22:21:06.647Z[ recovery-image] Sep 23 22:21:05.319 INFO O| Sep 23 22:21:05.319 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_list.so.1"
68462024-09-23T22:21:06.650Z[ recovery-image] Sep 23 22:21:05.319 INFO O| Sep 23 22:21:05.319 INFO STEP 914 (remove_files) COMPLETE
68472024-09-23T22:21:06.650Z[ recovery-image] Sep 23 22:21:05.319 INFO O| Sep 23 22:21:05.319 INFO STEP 915: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68482024-09-23T22:21:06.658Z[ recovery-image] Sep 23 22:21:05.330 INFO O| Sep 23 22:21:05.329 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_passwd_auth.so.1"
68492024-09-23T22:21:06.660Z[ recovery-image] Sep 23 22:21:05.330 INFO O| Sep 23 22:21:05.330 INFO STEP 915 (remove_files) COMPLETE
68502024-09-23T22:21:06.660Z[ recovery-image] Sep 23 22:21:05.330 INFO O| Sep 23 22:21:05.330 INFO STEP 916: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68512024-09-23T22:21:06.676Z[ recovery-image] Sep 23 22:21:05.342 INFO O| Sep 23 22:21:05.342 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_rhosts_auth.so.1"
68522024-09-23T22:21:06.676Z[ recovery-image] Sep 23 22:21:05.342 INFO O| Sep 23 22:21:05.342 INFO STEP 916 (remove_files) COMPLETE
68532024-09-23T22:21:06.679Z[ recovery-image] Sep 23 22:21:05.342 INFO O| Sep 23 22:21:05.342 INFO STEP 917: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68542024-09-23T22:21:06.683Z[ recovery-image] Sep 23 22:21:05.354 INFO O| Sep 23 22:21:05.354 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_roles.so.1"
68552024-09-23T22:21:06.685Z[ recovery-image] Sep 23 22:21:05.355 INFO O| Sep 23 22:21:05.355 INFO STEP 917 (remove_files) COMPLETE
68562024-09-23T22:21:06.685Z[ recovery-image] Sep 23 22:21:05.355 INFO O| Sep 23 22:21:05.355 INFO STEP 918: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68572024-09-23T22:21:06.696Z[ recovery-image] Sep 23 22:21:05.368 INFO O| Sep 23 22:21:05.368 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_sample.so.1"
68582024-09-23T22:21:06.696Z[ recovery-image] Sep 23 22:21:05.368 INFO O| Sep 23 22:21:05.368 INFO STEP 918 (remove_files) COMPLETE
68592024-09-23T22:21:06.699Z[ recovery-image] Sep 23 22:21:05.368 INFO O| Sep 23 22:21:05.368 INFO STEP 919: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68602024-09-23T22:21:06.708Z[ recovery-image] Sep 23 22:21:05.380 INFO O| Sep 23 22:21:05.380 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_smb_passwd.so.1"
68612024-09-23T22:21:06.711Z[ recovery-image] Sep 23 22:21:05.380 INFO O| Sep 23 22:21:05.380 INFO STEP 919 (remove_files) COMPLETE
68622024-09-23T22:21:06.711Z[ recovery-image] Sep 23 22:21:05.380 INFO O| Sep 23 22:21:05.380 INFO STEP 920: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68632024-09-23T22:21:06.719Z[ recovery-image] Sep 23 22:21:05.391 INFO O| Sep 23 22:21:05.391 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_smbfs_login.so.1"
68642024-09-23T22:21:06.719Z[ recovery-image] Sep 23 22:21:05.391 INFO O| Sep 23 22:21:05.391 INFO STEP 920 (remove_files) COMPLETE
68652024-09-23T22:21:06.722Z[ recovery-image] Sep 23 22:21:05.391 INFO O| Sep 23 22:21:05.391 INFO STEP 921: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68662024-09-23T22:21:06.731Z[ recovery-image] Sep 23 22:21:05.403 INFO O| Sep 23 22:21:05.403 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_timestamp.so.1"
68672024-09-23T22:21:06.731Z[ recovery-image] Sep 23 22:21:05.403 INFO O| Sep 23 22:21:05.403 INFO STEP 921 (remove_files) COMPLETE
68682024-09-23T22:21:06.734Z[ recovery-image] Sep 23 22:21:05.403 INFO O| Sep 23 22:21:05.403 INFO STEP 922: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68692024-09-23T22:21:06.742Z[ recovery-image] Sep 23 22:21:05.414 INFO O| Sep 23 22:21:05.414 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_tsol_account.so.1"
68702024-09-23T22:21:06.742Z[ recovery-image] Sep 23 22:21:05.414 INFO O| Sep 23 22:21:05.414 INFO STEP 922 (remove_files) COMPLETE
68712024-09-23T22:21:06.745Z[ recovery-image] Sep 23 22:21:05.414 INFO O| Sep 23 22:21:05.414 INFO STEP 923: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68722024-09-23T22:21:06.754Z[ recovery-image] Sep 23 22:21:05.426 INFO O| Sep 23 22:21:05.425 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_unix_account.so.1"
68732024-09-23T22:21:06.754Z[ recovery-image] Sep 23 22:21:05.426 INFO O| Sep 23 22:21:05.426 INFO STEP 923 (remove_files) COMPLETE
68742024-09-23T22:21:06.758Z[ recovery-image] Sep 23 22:21:05.426 INFO O| Sep 23 22:21:05.426 INFO STEP 924: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68752024-09-23T22:21:06.766Z[ recovery-image] Sep 23 22:21:05.437 INFO O| Sep 23 22:21:05.437 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_unix_auth.so.1"
68762024-09-23T22:21:06.766Z[ recovery-image] Sep 23 22:21:05.438 INFO O| Sep 23 22:21:05.438 INFO STEP 924 (remove_files) COMPLETE
68772024-09-23T22:21:06.768Z[ recovery-image] Sep 23 22:21:05.438 INFO O| Sep 23 22:21:05.438 INFO STEP 925: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68782024-09-23T22:21:06.778Z[ recovery-image] Sep 23 22:21:05.450 INFO O| Sep 23 22:21:05.449 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_unix_cred.so.1"
68792024-09-23T22:21:06.778Z[ recovery-image] Sep 23 22:21:05.450 INFO O| Sep 23 22:21:05.450 INFO STEP 925 (remove_files) COMPLETE
68802024-09-23T22:21:06.778Z[ recovery-image] Sep 23 22:21:05.450 INFO O| Sep 23 22:21:05.450 INFO STEP 926: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68812024-09-23T22:21:06.790Z[ recovery-image] Sep 23 22:21:05.461 INFO O| Sep 23 22:21:05.461 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_unix_session.so.1"
68822024-09-23T22:21:06.790Z[ recovery-image] Sep 23 22:21:05.462 INFO O| Sep 23 22:21:05.462 INFO STEP 926 (remove_files) COMPLETE
68832024-09-23T22:21:06.792Z[ recovery-image] Sep 23 22:21:05.462 INFO O| Sep 23 22:21:05.462 INFO STEP 927: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68842024-09-23T22:21:06.803Z[ recovery-image] Sep 23 22:21:05.475 INFO O| Sep 23 22:21:05.475 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pkcs11_kernel.so.1"
68852024-09-23T22:21:06.806Z[ recovery-image] Sep 23 22:21:05.475 INFO O| Sep 23 22:21:05.475 INFO STEP 927 (remove_files) COMPLETE
68862024-09-23T22:21:06.806Z[ recovery-image] Sep 23 22:21:05.475 INFO O| Sep 23 22:21:05.475 INFO STEP 928: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68872024-09-23T22:21:06.815Z[ recovery-image] Sep 23 22:21:05.487 INFO O| Sep 23 22:21:05.487 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pkcs11_softtoken.so.1"
68882024-09-23T22:21:06.815Z[ recovery-image] Sep 23 22:21:05.487 INFO O| Sep 23 22:21:05.487 INFO STEP 928 (remove_files) COMPLETE
68892024-09-23T22:21:06.815Z[ recovery-image] Sep 23 22:21:05.487 INFO O| Sep 23 22:21:05.487 INFO STEP 929: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68902024-09-23T22:21:06.827Z[ recovery-image] Sep 23 22:21:05.498 INFO O| Sep 23 22:21:05.498 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pkcs11_tpm.so.1"
68912024-09-23T22:21:06.827Z[ recovery-image] Sep 23 22:21:05.499 INFO O| Sep 23 22:21:05.498 INFO STEP 929 (remove_files) COMPLETE
68922024-09-23T22:21:06.827Z[ recovery-image] Sep 23 22:21:05.499 INFO O| Sep 23 22:21:05.499 INFO STEP 930: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68932024-09-23T22:21:06.839Z[ recovery-image] Sep 23 22:21:05.510 INFO O| Sep 23 22:21:05.510 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/audit_binfile.so.1"
68942024-09-23T22:21:06.839Z[ recovery-image] Sep 23 22:21:05.510 INFO O| Sep 23 22:21:05.510 INFO STEP 930 (remove_files) COMPLETE
68952024-09-23T22:21:06.839Z[ recovery-image] Sep 23 22:21:05.510 INFO O| Sep 23 22:21:05.510 INFO STEP 931: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68962024-09-23T22:21:06.850Z[ recovery-image] Sep 23 22:21:05.522 INFO O| Sep 23 22:21:05.522 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/audit_remote.so.1"
68972024-09-23T22:21:06.850Z[ recovery-image] Sep 23 22:21:05.522 INFO O| Sep 23 22:21:05.522 INFO STEP 931 (remove_files) COMPLETE
68982024-09-23T22:21:06.854Z[ recovery-image] Sep 23 22:21:05.522 INFO O| Sep 23 22:21:05.522 INFO STEP 932: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68992024-09-23T22:21:06.862Z[ recovery-image] Sep 23 22:21:05.533 INFO O| Sep 23 22:21:05.533 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/audit_syslog.so.1"
69002024-09-23T22:21:06.862Z[ recovery-image] Sep 23 22:21:05.533 INFO O| Sep 23 22:21:05.533 INFO STEP 932 (remove_files) COMPLETE
69012024-09-23T22:21:06.862Z[ recovery-image] Sep 23 22:21:05.533 INFO O| Sep 23 22:21:05.533 INFO STEP 933: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69022024-09-23T22:21:06.873Z[ recovery-image] Sep 23 22:21:05.544 INFO O| Sep 23 22:21:05.544 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/crypt_bsdbf.so.1"
69032024-09-23T22:21:06.875Z[ recovery-image] Sep 23 22:21:05.544 INFO O| Sep 23 22:21:05.544 INFO STEP 933 (remove_files) COMPLETE
69042024-09-23T22:21:06.875Z[ recovery-image] Sep 23 22:21:05.544 INFO O| Sep 23 22:21:05.544 INFO STEP 934: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69052024-09-23T22:21:06.881Z[ host-image] Sep 23 22:21:05.553 INFO O| Sep 23 22:21:05.552 INFO O| Done
69062024-09-23T22:21:06.885Z[ recovery-image] Sep 23 22:21:05.556 INFO O| Sep 23 22:21:05.556 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/crypt_bsdmd5.so.1"
69072024-09-23T22:21:06.885Z[ recovery-image] Sep 23 22:21:05.556 INFO O| Sep 23 22:21:05.556 INFO STEP 934 (remove_files) COMPLETE
69082024-09-23T22:21:06.885Z[ recovery-image] Sep 23 22:21:05.556 INFO O| Sep 23 22:21:05.556 INFO STEP 935: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69092024-09-23T22:21:06.897Z[ recovery-image] Sep 23 22:21:05.568 INFO O| Sep 23 22:21:05.568 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/crypt_sha256.so.1"
69102024-09-23T22:21:06.900Z[ recovery-image] Sep 23 22:21:05.568 INFO O| Sep 23 22:21:05.568 INFO STEP 935 (remove_files) COMPLETE
69112024-09-23T22:21:06.900Z[ recovery-image] Sep 23 22:21:05.569 INFO O| Sep 23 22:21:05.568 INFO STEP 936: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69122024-09-23T22:21:06.909Z[ recovery-image] Sep 23 22:21:05.581 INFO O| Sep 23 22:21:05.581 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/crypt_sha512.so.1"
69132024-09-23T22:21:06.909Z[ recovery-image] Sep 23 22:21:05.581 INFO O| Sep 23 22:21:05.581 INFO STEP 936 (remove_files) COMPLETE
69142024-09-23T22:21:06.912Z[ recovery-image] Sep 23 22:21:05.581 INFO O| Sep 23 22:21:05.581 INFO STEP 937: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69152024-09-23T22:21:06.921Z[ recovery-image] Sep 23 22:21:05.592 INFO O| Sep 23 22:21:05.592 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/crypt_sunmd5.so.1"
69162024-09-23T22:21:06.924Z[ recovery-image] Sep 23 22:21:05.592 INFO O| Sep 23 22:21:05.592 INFO STEP 937 (remove_files) COMPLETE
69172024-09-23T22:21:06.924Z[ recovery-image] Sep 23 22:21:05.593 INFO O| Sep 23 22:21:05.592 INFO STEP 938: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69182024-09-23T22:21:06.933Z[ recovery-image] Sep 23 22:21:05.604 INFO O| Sep 23 22:21:05.604 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pam_allow.so.1"
69192024-09-23T22:21:06.933Z[ recovery-image] Sep 23 22:21:05.604 INFO O| Sep 23 22:21:05.604 INFO STEP 938 (remove_files) COMPLETE
69202024-09-23T22:21:06.936Z[ recovery-image] Sep 23 22:21:05.604 INFO O| Sep 23 22:21:05.604 INFO STEP 939: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69212024-09-23T22:21:06.943Z[ recovery-image] Sep 23 22:21:05.615 INFO O| Sep 23 22:21:05.615 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pam_authtok_check.so.1"
69222024-09-23T22:21:06.946Z[ recovery-image] Sep 23 22:21:05.615 INFO O| Sep 23 22:21:05.615 INFO STEP 939 (remove_files) COMPLETE
69232024-09-23T22:21:06.946Z[ recovery-image] Sep 23 22:21:05.615 INFO O| Sep 23 22:21:05.615 INFO STEP 940: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69242024-09-23T22:21:06.954Z[ recovery-image] Sep 23 22:21:05.626 INFO O| Sep 23 22:21:05.626 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pam_authtok_store.so.1"
69252024-09-23T22:21:06.954Z[ recovery-image] Sep 23 22:21:05.626 INFO O| Sep 23 22:21:05.626 INFO STEP 940 (remove_files) COMPLETE
69262024-09-23T22:21:06.954Z[ recovery-image] Sep 23 22:21:05.626 INFO O| Sep 23 22:21:05.626 INFO STEP 941: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69272024-09-23T22:21:06.966Z[ recovery-image] Sep 23 22:21:05.637 INFO O| Sep 23 22:21:05.637 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pam_deny.so.1"
69282024-09-23T22:21:06.966Z[ recovery-image] Sep 23 22:21:05.637 INFO O| Sep 23 22:21:05.637 INFO STEP 941 (remove_files) COMPLETE
69292024-09-23T22:21:06.969Z[ recovery-image] Sep 23 22:21:05.638 INFO O| Sep 23 22:21:05.637 INFO STEP 942: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69302024-09-23T22:21:06.977Z[ recovery-image] Sep 23 22:21:05.649 INFO O| Sep 23 22:21:05.649 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pam_krb5.so.1"
69312024-09-23T22:21:06.977Z[ recovery-image] Sep 23 22:21:05.649 INFO O| Sep 23 22:21:05.649 INFO STEP 942 (remove_files) COMPLETE
69322024-09-23T22:21:06.983Z[ recovery-image] Sep 23 22:21:05.649 INFO O| Sep 23 22:21:05.649 INFO STEP 943: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69332024-09-23T22:21:06.990Z[ recovery-image] Sep 23 22:21:05.661 INFO O| Sep 23 22:21:05.661 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pam_krb5_migrate.so.1"
69342024-09-23T22:21:06.990Z[ recovery-image] Sep 23 22:21:05.661 INFO O| Sep 23 22:21:05.661 INFO STEP 943 (remove_files) COMPLETE
69352024-09-23T22:21:06.990Z[ recovery-image] Sep 23 22:21:05.661 INFO O| Sep 23 22:21:05.661 INFO STEP 944: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69362024-09-23T22:21:07.002Z[ recovery-image] Sep 23 22:21:05.673 INFO O| Sep 23 22:21:05.672 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pam_ldap.so.1"
69372024-09-23T22:21:07.007Z[ recovery-image] Sep 23 22:21:05.673 INFO O| Sep 23 22:21:05.673 INFO STEP 944 (remove_files) COMPLETE
69382024-09-23T22:21:07.007Z[ recovery-image] Sep 23 22:21:05.673 INFO O| Sep 23 22:21:05.673 INFO STEP 945: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69392024-09-23T22:21:07.012Z[ recovery-image] Sep 23 22:21:05.684 INFO O| Sep 23 22:21:05.684 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pam_list.so.1"
69402024-09-23T22:21:07.014Z[ recovery-image] Sep 23 22:21:05.684 INFO O| Sep 23 22:21:05.684 INFO STEP 945 (remove_files) COMPLETE
69412024-09-23T22:21:07.014Z[ recovery-image] Sep 23 22:21:05.684 INFO O| Sep 23 22:21:05.684 INFO STEP 946: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69422024-09-23T22:21:07.023Z[ recovery-image] Sep 23 22:21:05.695 INFO O| Sep 23 22:21:05.695 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pam_passwd_auth.so.1"
69432024-09-23T22:21:07.023Z[ recovery-image] Sep 23 22:21:05.695 INFO O| Sep 23 22:21:05.695 INFO STEP 946 (remove_files) COMPLETE
69442024-09-23T22:21:07.023Z[ recovery-image] Sep 23 22:21:05.695 INFO O| Sep 23 22:21:05.695 INFO STEP 947: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69452024-09-23T22:21:07.034Z[ recovery-image] Sep 23 22:21:05.706 INFO O| Sep 23 22:21:05.706 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pam_rhosts_auth.so.1"
69462024-09-23T22:21:07.034Z[ recovery-image] Sep 23 22:21:05.706 INFO O| Sep 23 22:21:05.706 INFO STEP 947 (remove_files) COMPLETE
69472024-09-23T22:21:07.037Z[ recovery-image] Sep 23 22:21:05.706 INFO O| Sep 23 22:21:05.706 INFO STEP 948: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69482024-09-23T22:21:07.046Z[ recovery-image] Sep 23 22:21:05.718 INFO O| Sep 23 22:21:05.717 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pam_sample.so.1"
69492024-09-23T22:21:07.046Z[ recovery-image] Sep 23 22:21:05.718 INFO O| Sep 23 22:21:05.718 INFO STEP 948 (remove_files) COMPLETE
69502024-09-23T22:21:07.046Z[ recovery-image] Sep 23 22:21:05.718 INFO O| Sep 23 22:21:05.718 INFO STEP 949: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69512024-09-23T22:21:07.058Z[ recovery-image] Sep 23 22:21:05.730 INFO O| Sep 23 22:21:05.729 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pam_smb_passwd.so.1"
69522024-09-23T22:21:07.061Z[ recovery-image] Sep 23 22:21:05.730 INFO O| Sep 23 22:21:05.730 INFO STEP 949 (remove_files) COMPLETE
69532024-09-23T22:21:07.061Z[ recovery-image] Sep 23 22:21:05.730 INFO O| Sep 23 22:21:05.730 INFO STEP 950: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69542024-09-23T22:21:07.069Z[ recovery-image] Sep 23 22:21:05.741 INFO O| Sep 23 22:21:05.741 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pam_smbfs_login.so.1"
69552024-09-23T22:21:07.069Z[ recovery-image] Sep 23 22:21:05.741 INFO O| Sep 23 22:21:05.741 INFO STEP 950 (remove_files) COMPLETE
69562024-09-23T22:21:07.087Z[ recovery-image] Sep 23 22:21:05.741 INFO O| Sep 23 22:21:05.741 INFO STEP 951: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69572024-09-23T22:21:07.091Z[ recovery-image] Sep 23 22:21:05.752 INFO O| Sep 23 22:21:05.752 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pam_timestamp.so.1"
69582024-09-23T22:21:07.091Z[ recovery-image] Sep 23 22:21:05.752 INFO O| Sep 23 22:21:05.752 INFO STEP 951 (remove_files) COMPLETE
69592024-09-23T22:21:07.091Z[ recovery-image] Sep 23 22:21:05.752 INFO O| Sep 23 22:21:05.752 INFO STEP 952: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69602024-09-23T22:21:07.094Z[ recovery-image] Sep 23 22:21:05.763 INFO O| Sep 23 22:21:05.763 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pam_tsol_account.so.1"
69612024-09-23T22:21:07.094Z[ recovery-image] Sep 23 22:21:05.763 INFO O| Sep 23 22:21:05.763 INFO STEP 952 (remove_files) COMPLETE
69622024-09-23T22:21:07.094Z[ recovery-image] Sep 23 22:21:05.763 INFO O| Sep 23 22:21:05.763 INFO STEP 953: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69632024-09-23T22:21:07.103Z[ recovery-image] Sep 23 22:21:05.775 INFO O| Sep 23 22:21:05.775 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pkcs11_kernel.so.1"
69642024-09-23T22:21:07.103Z[ recovery-image] Sep 23 22:21:05.775 INFO O| Sep 23 22:21:05.775 INFO STEP 953 (remove_files) COMPLETE
69652024-09-23T22:21:07.105Z[ recovery-image] Sep 23 22:21:05.775 INFO O| Sep 23 22:21:05.775 INFO STEP 954: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69662024-09-23T22:21:07.116Z[ recovery-image] Sep 23 22:21:05.788 INFO O| Sep 23 22:21:05.788 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pkcs11_softtoken.so.1"
69672024-09-23T22:21:07.116Z[ recovery-image] Sep 23 22:21:05.788 INFO O| Sep 23 22:21:05.788 INFO STEP 954 (remove_files) COMPLETE
69682024-09-23T22:21:07.119Z[ recovery-image] Sep 23 22:21:05.788 INFO O| Sep 23 22:21:05.788 INFO STEP 955: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69692024-09-23T22:21:07.128Z[ recovery-image] Sep 23 22:21:05.800 INFO O| Sep 23 22:21:05.800 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pkcs11_tpm.so.1"
69702024-09-23T22:21:07.128Z[ recovery-image] Sep 23 22:21:05.800 INFO O| Sep 23 22:21:05.800 INFO STEP 955 (remove_files) COMPLETE
69712024-09-23T22:21:07.132Z[ recovery-image] Sep 23 22:21:05.800 INFO O| Sep 23 22:21:05.800 INFO STEP 956: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69722024-09-23T22:21:08.143Z[ recovery-image] Sep 23 22:21:05.812 INFO O| Sep 23 22:21:05.812 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/spell/compress"
69732024-09-23T22:21:08.149Z[ recovery-image] Sep 23 22:21:05.812 INFO O| Sep 23 22:21:05.812 INFO STEP 956 (remove_files) COMPLETE
69742024-09-23T22:21:08.149Z[ recovery-image] Sep 23 22:21:05.813 INFO O| Sep 23 22:21:05.812 INFO STEP 957: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69752024-09-23T22:21:08.149Z[ recovery-image] Sep 23 22:21:05.825 INFO O| Sep 23 22:21:05.825 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/spell/hashcheck"
69762024-09-23T22:21:08.149Z[ recovery-image] Sep 23 22:21:05.825 INFO O| Sep 23 22:21:05.825 INFO STEP 957 (remove_files) COMPLETE
69772024-09-23T22:21:08.150Z[ recovery-image] Sep 23 22:21:05.825 INFO O| Sep 23 22:21:05.825 INFO STEP 958: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69782024-09-23T22:21:08.150Z[ recovery-image] Sep 23 22:21:05.836 INFO O| Sep 23 22:21:05.836 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/spell/hashmake"
69792024-09-23T22:21:08.150Z[ recovery-image] Sep 23 22:21:05.836 INFO O| Sep 23 22:21:05.836 INFO STEP 958 (remove_files) COMPLETE
69802024-09-23T22:21:08.150Z[ recovery-image] Sep 23 22:21:05.836 INFO O| Sep 23 22:21:05.836 INFO STEP 959: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69812024-09-23T22:21:08.150Z[ recovery-image] Sep 23 22:21:05.848 INFO O| Sep 23 22:21:05.847 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/spell/hlista"
69822024-09-23T22:21:08.150Z[ recovery-image] Sep 23 22:21:05.848 INFO O| Sep 23 22:21:05.848 INFO STEP 959 (remove_files) COMPLETE
69832024-09-23T22:21:08.150Z[ recovery-image] Sep 23 22:21:05.848 INFO O| Sep 23 22:21:05.848 INFO STEP 960: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69842024-09-23T22:21:08.150Z[ recovery-image] Sep 23 22:21:05.859 INFO O| Sep 23 22:21:05.858 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/spell/hlistb"
69852024-09-23T22:21:08.150Z[ recovery-image] Sep 23 22:21:05.859 INFO O| Sep 23 22:21:05.859 INFO STEP 960 (remove_files) COMPLETE
69862024-09-23T22:21:08.150Z[ recovery-image] Sep 23 22:21:05.859 INFO O| Sep 23 22:21:05.859 INFO STEP 961: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69872024-09-23T22:21:08.150Z[ recovery-image] Sep 23 22:21:05.870 INFO O| Sep 23 22:21:05.870 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/spell/hstop"
69882024-09-23T22:21:08.150Z[ recovery-image] Sep 23 22:21:05.870 INFO O| Sep 23 22:21:05.870 INFO STEP 961 (remove_files) COMPLETE
69892024-09-23T22:21:08.150Z[ recovery-image] Sep 23 22:21:05.870 INFO O| Sep 23 22:21:05.870 INFO STEP 962: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69902024-09-23T22:21:08.150Z[ recovery-image] Sep 23 22:21:05.882 INFO O| Sep 23 22:21:05.882 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/spell/spellin"
69912024-09-23T22:21:08.150Z[ recovery-image] Sep 23 22:21:05.882 INFO O| Sep 23 22:21:05.882 INFO STEP 962 (remove_files) COMPLETE
69922024-09-23T22:21:08.150Z[ recovery-image] Sep 23 22:21:05.882 INFO O| Sep 23 22:21:05.882 INFO STEP 963: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69932024-09-23T22:21:08.150Z[ recovery-image] Sep 23 22:21:05.894 INFO O| Sep 23 22:21:05.893 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/spell/spellprog"
69942024-09-23T22:21:08.150Z[ recovery-image] Sep 23 22:21:05.894 INFO O| Sep 23 22:21:05.894 INFO STEP 963 (remove_files) COMPLETE
69952024-09-23T22:21:08.150Z[ recovery-image] Sep 23 22:21:05.894 INFO O| Sep 23 22:21:05.894 INFO STEP 964: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69962024-09-23T22:21:08.150Z[ recovery-image] Sep 23 22:21:05.906 INFO O| Sep 23 22:21:05.906 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/sysevent/syseventconfd"
69972024-09-23T22:21:08.150Z[ recovery-image] Sep 23 22:21:05.906 INFO O| Sep 23 22:21:05.906 INFO STEP 964 (remove_files) COMPLETE
69982024-09-23T22:21:08.150Z[ recovery-image] Sep 23 22:21:05.906 INFO O| Sep 23 22:21:05.906 INFO STEP 965: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69992024-09-23T22:21:08.150Z[ recovery-image] Sep 23 22:21:05.918 INFO O| Sep 23 22:21:05.918 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/varpd/amd64/libvarpd_direct.so.1"
70002024-09-23T22:21:08.150Z[ recovery-image] Sep 23 22:21:05.918 INFO O| Sep 23 22:21:05.918 INFO STEP 965 (remove_files) COMPLETE
70012024-09-23T22:21:08.150Z[ recovery-image] Sep 23 22:21:05.918 INFO O| Sep 23 22:21:05.918 INFO STEP 966: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70022024-09-23T22:21:08.150Z[ recovery-image] Sep 23 22:21:05.932 INFO O| Sep 23 22:21:05.932 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/varpd/amd64/libvarpd_files.so.1"
70032024-09-23T22:21:08.150Z[ recovery-image] Sep 23 22:21:05.932 INFO O| Sep 23 22:21:05.932 INFO STEP 966 (remove_files) COMPLETE
70042024-09-23T22:21:08.150Z[ recovery-image] Sep 23 22:21:05.932 INFO O| Sep 23 22:21:05.932 INFO STEP 967: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70052024-09-23T22:21:08.150Z[ recovery-image] Sep 23 22:21:05.944 INFO O| Sep 23 22:21:05.944 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/varpd/libvarpd_direct.so.1"
70062024-09-23T22:21:08.150Z[ recovery-image] Sep 23 22:21:05.944 INFO O| Sep 23 22:21:05.944 INFO STEP 967 (remove_files) COMPLETE
70072024-09-23T22:21:08.150Z[ recovery-image] Sep 23 22:21:05.944 INFO O| Sep 23 22:21:05.944 INFO STEP 968: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70082024-09-23T22:21:08.150Z[ recovery-image] Sep 23 22:21:05.956 INFO O| Sep 23 22:21:05.956 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/varpd/libvarpd_files.so.1"
70092024-09-23T22:21:08.150Z[ recovery-image] Sep 23 22:21:05.956 INFO O| Sep 23 22:21:05.956 INFO STEP 968 (remove_files) COMPLETE
70102024-09-23T22:21:08.150Z[ recovery-image] Sep 23 22:21:05.956 INFO O| Sep 23 22:21:05.956 INFO STEP 969: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70112024-09-23T22:21:08.150Z[ recovery-image] Sep 23 22:21:05.967 INFO O| Sep 23 22:21:05.967 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/varpd/varpd"
70122024-09-23T22:21:08.150Z[ recovery-image] Sep 23 22:21:05.967 INFO O| Sep 23 22:21:05.967 INFO STEP 969 (remove_files) COMPLETE
70132024-09-23T22:21:08.150Z[ recovery-image] Sep 23 22:21:05.967 INFO O| Sep 23 22:21:05.967 INFO STEP 970: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70142024-09-23T22:21:08.150Z[ recovery-image] Sep 23 22:21:05.978 INFO O| Sep 23 22:21:05.978 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/xhci/xhci_portsc"
70152024-09-23T22:21:08.150Z[ recovery-image] Sep 23 22:21:05.978 INFO O| Sep 23 22:21:05.978 INFO STEP 970 (remove_files) COMPLETE
70162024-09-23T22:21:08.151Z[ recovery-image] Sep 23 22:21:05.978 INFO O| Sep 23 22:21:05.978 INFO STEP 971: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70172024-09-23T22:21:08.151Z[ recovery-image] Sep 23 22:21:05.988 INFO O| Sep 23 22:21:05.988 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/zfs/availdevs"
70182024-09-23T22:21:08.151Z[ recovery-image] Sep 23 22:21:05.989 INFO O| Sep 23 22:21:05.989 INFO STEP 971 (remove_files) COMPLETE
70192024-09-23T22:21:08.151Z[ recovery-image] Sep 23 22:21:05.989 INFO O| Sep 23 22:21:05.989 INFO STEP 972: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70202024-09-23T22:21:08.151Z[ recovery-image] Sep 23 22:21:06.000 INFO O| Sep 23 22:21:06.000 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/zones/zoneadmd"
70212024-09-23T22:21:08.151Z[ recovery-image] Sep 23 22:21:06.000 INFO O| Sep 23 22:21:06.000 INFO STEP 972 (remove_files) COMPLETE
70222024-09-23T22:21:08.151Z[ recovery-image] Sep 23 22:21:06.000 INFO O| Sep 23 22:21:06.000 INFO STEP 973: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70232024-09-23T22:21:08.151Z[ recovery-image] Sep 23 22:21:06.011 INFO O| Sep 23 22:21:06.011 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/libexec/amd64/sftp-server"
70242024-09-23T22:21:08.151Z[ recovery-image] Sep 23 22:21:06.011 INFO O| Sep 23 22:21:06.011 INFO STEP 973 (remove_files) COMPLETE
70252024-09-23T22:21:08.151Z[ recovery-image] Sep 23 22:21:06.011 INFO O| Sep 23 22:21:06.011 INFO STEP 974: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70262024-09-23T22:21:08.151Z[ recovery-image] Sep 23 22:21:06.021 INFO O| Sep 23 22:21:06.021 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/libexec/amd64/ssh-keysign"
70272024-09-23T22:21:08.151Z[ recovery-image] Sep 23 22:21:06.021 INFO O| Sep 23 22:21:06.021 INFO STEP 974 (remove_files) COMPLETE
70282024-09-23T22:21:08.151Z[ recovery-image] Sep 23 22:21:06.021 INFO O| Sep 23 22:21:06.021 INFO STEP 975: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70292024-09-23T22:21:08.151Z[ recovery-image] Sep 23 22:21:06.032 INFO O| Sep 23 22:21:06.032 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/libexec/amd64/ssh-pkcs11-helper"
70302024-09-23T22:21:08.151Z[ recovery-image] Sep 23 22:21:06.032 INFO O| Sep 23 22:21:06.032 INFO STEP 975 (remove_files) COMPLETE
70312024-09-23T22:21:08.151Z[ recovery-image] Sep 23 22:21:06.032 INFO O| Sep 23 22:21:06.032 INFO STEP 976: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70322024-09-23T22:21:08.151Z[ recovery-image] Sep 23 22:21:06.042 INFO O| Sep 23 22:21:06.042 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/libexec/amd64/ssh-sk-helper"
70332024-09-23T22:21:08.151Z[ recovery-image] Sep 23 22:21:06.043 INFO O| Sep 23 22:21:06.042 INFO STEP 976 (remove_files) COMPLETE
70342024-09-23T22:21:08.151Z[ recovery-image] Sep 23 22:21:06.043 INFO O| Sep 23 22:21:06.043 INFO STEP 977: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70352024-09-23T22:21:08.151Z[ recovery-image] Sep 23 22:21:06.054 INFO O| Sep 23 22:21:06.054 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/platform/oxide/bin/ipcc"
70362024-09-23T22:21:08.151Z[ recovery-image] Sep 23 22:21:06.055 INFO O| Sep 23 22:21:06.055 INFO STEP 977 (remove_files) COMPLETE
70372024-09-23T22:21:08.151Z[ recovery-image] Sep 23 22:21:06.055 INFO O| Sep 23 22:21:06.055 INFO STEP 978: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70382024-09-23T22:21:08.151Z[ recovery-image] Sep 23 22:21:06.068 INFO O| Sep 23 22:21:06.068 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/platform/oxide/lib/mdb/kvm/amd64/apix.so"
70392024-09-23T22:21:08.151Z[ recovery-image] Sep 23 22:21:06.068 INFO O| Sep 23 22:21:06.068 INFO STEP 978 (remove_files) COMPLETE
70402024-09-23T22:21:08.151Z[ recovery-image] Sep 23 22:21:06.068 INFO O| Sep 23 22:21:06.068 INFO STEP 979: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70412024-09-23T22:21:08.151Z[ recovery-image] Sep 23 22:21:06.081 INFO O| Sep 23 22:21:06.081 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/platform/oxide/lib/mdb/kvm/amd64/ipcc.so"
70422024-09-23T22:21:08.151Z[ recovery-image] Sep 23 22:21:06.081 INFO O| Sep 23 22:21:06.081 INFO STEP 979 (remove_files) COMPLETE
70432024-09-23T22:21:08.151Z[ recovery-image] Sep 23 22:21:06.081 INFO O| Sep 23 22:21:06.081 INFO STEP 980: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70442024-09-23T22:21:08.151Z[ recovery-image] Sep 23 22:21:06.093 INFO O| Sep 23 22:21:06.093 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/platform/oxide/lib/mdb/kvm/amd64/unix.so"
70452024-09-23T22:21:08.151Z[ recovery-image] Sep 23 22:21:06.093 INFO O| Sep 23 22:21:06.093 INFO STEP 980 (remove_files) COMPLETE
70462024-09-23T22:21:08.151Z[ recovery-image] Sep 23 22:21:06.093 INFO O| Sep 23 22:21:06.093 INFO STEP 981: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70472024-09-23T22:21:08.151Z[ recovery-image] Sep 23 22:21:06.104 INFO O| Sep 23 22:21:06.104 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/dispgid"
70482024-09-23T22:21:08.151Z[ recovery-image] Sep 23 22:21:06.104 INFO O| Sep 23 22:21:06.104 INFO STEP 981 (remove_files) COMPLETE
70492024-09-23T22:21:08.151Z[ recovery-image] Sep 23 22:21:06.104 INFO O| Sep 23 22:21:06.104 INFO STEP 982: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70502024-09-23T22:21:08.151Z[ recovery-image] Sep 23 22:21:06.115 INFO O| Sep 23 22:21:06.115 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/dispuid"
70512024-09-23T22:21:08.151Z[ recovery-image] Sep 23 22:21:06.115 INFO O| Sep 23 22:21:06.115 INFO STEP 982 (remove_files) COMPLETE
70522024-09-23T22:21:08.151Z[ recovery-image] Sep 23 22:21:06.115 INFO O| Sep 23 22:21:06.115 INFO STEP 983: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70532024-09-23T22:21:08.151Z[ recovery-image] Sep 23 22:21:06.126 INFO O| Sep 23 22:21:06.126 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/errange"
70542024-09-23T22:21:08.151Z[ recovery-image] Sep 23 22:21:06.126 INFO O| Sep 23 22:21:06.126 INFO STEP 983 (remove_files) COMPLETE
70552024-09-23T22:21:08.152Z[ recovery-image] Sep 23 22:21:06.126 INFO O| Sep 23 22:21:06.126 INFO STEP 984: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70562024-09-23T22:21:08.152Z[ recovery-image] Sep 23 22:21:06.136 INFO O| Sep 23 22:21:06.136 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/errdate"
70572024-09-23T22:21:08.152Z[ recovery-image] Sep 23 22:21:06.137 INFO O| Sep 23 22:21:06.137 INFO STEP 984 (remove_files) COMPLETE
70582024-09-23T22:21:08.152Z[ recovery-image] Sep 23 22:21:06.137 INFO O| Sep 23 22:21:06.137 INFO STEP 985: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70592024-09-23T22:21:08.152Z[ recovery-image] Sep 23 22:21:06.147 INFO O| Sep 23 22:21:06.147 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/errgid"
70602024-09-23T22:21:08.152Z[ recovery-image] Sep 23 22:21:06.147 INFO O| Sep 23 22:21:06.147 INFO STEP 985 (remove_files) COMPLETE
70612024-09-23T22:21:08.152Z[ recovery-image] Sep 23 22:21:06.147 INFO O| Sep 23 22:21:06.147 INFO STEP 986: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70622024-09-23T22:21:08.152Z[ recovery-image] Sep 23 22:21:06.158 INFO O| Sep 23 22:21:06.158 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/errint"
70632024-09-23T22:21:08.152Z[ recovery-image] Sep 23 22:21:06.158 INFO O| Sep 23 22:21:06.158 INFO STEP 986 (remove_files) COMPLETE
70642024-09-23T22:21:08.152Z[ recovery-image] Sep 23 22:21:06.158 INFO O| Sep 23 22:21:06.158 INFO STEP 987: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70652024-09-23T22:21:08.152Z[ recovery-image] Sep 23 22:21:06.169 INFO O| Sep 23 22:21:06.169 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/erritem"
70662024-09-23T22:21:08.152Z[ recovery-image] Sep 23 22:21:06.169 INFO O| Sep 23 22:21:06.169 INFO STEP 987 (remove_files) COMPLETE
70672024-09-23T22:21:08.152Z[ recovery-image] Sep 23 22:21:06.169 INFO O| Sep 23 22:21:06.169 INFO STEP 988: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70682024-09-23T22:21:08.152Z[ recovery-image] Sep 23 22:21:06.180 INFO O| Sep 23 22:21:06.180 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/errpath"
70692024-09-23T22:21:08.152Z[ recovery-image] Sep 23 22:21:06.180 INFO O| Sep 23 22:21:06.180 INFO STEP 988 (remove_files) COMPLETE
70702024-09-23T22:21:08.152Z[ recovery-image] Sep 23 22:21:06.180 INFO O| Sep 23 22:21:06.180 INFO STEP 989: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70712024-09-23T22:21:08.152Z[ recovery-image] Sep 23 22:21:06.191 INFO O| Sep 23 22:21:06.191 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/errstr"
70722024-09-23T22:21:08.152Z[ recovery-image] Sep 23 22:21:06.191 INFO O| Sep 23 22:21:06.191 INFO STEP 989 (remove_files) COMPLETE
70732024-09-23T22:21:08.156Z[ recovery-image] Sep 23 22:21:06.191 INFO O| Sep 23 22:21:06.191 INFO STEP 990: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70742024-09-23T22:21:08.156Z[ recovery-image] Sep 23 22:21:06.202 INFO O| Sep 23 22:21:06.202 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/errtime"
70752024-09-23T22:21:08.156Z[ recovery-image] Sep 23 22:21:06.202 INFO O| Sep 23 22:21:06.202 INFO STEP 990 (remove_files) COMPLETE
70762024-09-23T22:21:08.156Z[ recovery-image] Sep 23 22:21:06.202 INFO O| Sep 23 22:21:06.202 INFO STEP 991: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70772024-09-23T22:21:08.156Z[ recovery-image] Sep 23 22:21:06.212 INFO O| Sep 23 22:21:06.212 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/erruid"
70782024-09-23T22:21:08.157Z[ recovery-image] Sep 23 22:21:06.212 INFO O| Sep 23 22:21:06.212 INFO STEP 991 (remove_files) COMPLETE
70792024-09-23T22:21:08.157Z[ recovery-image] Sep 23 22:21:06.212 INFO O| Sep 23 22:21:06.212 INFO STEP 992: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70802024-09-23T22:21:08.157Z[ recovery-image] Sep 23 22:21:06.223 INFO O| Sep 23 22:21:06.223 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/erryorn"
70812024-09-23T22:21:08.157Z[ recovery-image] Sep 23 22:21:06.224 INFO O| Sep 23 22:21:06.223 INFO STEP 992 (remove_files) COMPLETE
70822024-09-23T22:21:08.157Z[ recovery-image] Sep 23 22:21:06.224 INFO O| Sep 23 22:21:06.223 INFO STEP 993: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70832024-09-23T22:21:08.157Z[ recovery-image] Sep 23 22:21:06.234 INFO O| Sep 23 22:21:06.234 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/helpdate"
70842024-09-23T22:21:08.157Z[ recovery-image] Sep 23 22:21:06.234 INFO O| Sep 23 22:21:06.234 INFO STEP 993 (remove_files) COMPLETE
70852024-09-23T22:21:08.157Z[ recovery-image] Sep 23 22:21:06.234 INFO O| Sep 23 22:21:06.234 INFO STEP 994: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70862024-09-23T22:21:08.157Z[ recovery-image] Sep 23 22:21:06.245 INFO O| Sep 23 22:21:06.245 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/helpgid"
70872024-09-23T22:21:08.157Z[ recovery-image] Sep 23 22:21:06.245 INFO O| Sep 23 22:21:06.245 INFO STEP 994 (remove_files) COMPLETE
70882024-09-23T22:21:08.157Z[ recovery-image] Sep 23 22:21:06.245 INFO O| Sep 23 22:21:06.245 INFO STEP 995: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70892024-09-23T22:21:08.157Z[ recovery-image] Sep 23 22:21:06.258 INFO O| Sep 23 22:21:06.258 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/helpint"
70902024-09-23T22:21:08.157Z[ recovery-image] Sep 23 22:21:06.258 INFO O| Sep 23 22:21:06.258 INFO STEP 995 (remove_files) COMPLETE
70912024-09-23T22:21:08.157Z[ recovery-image] Sep 23 22:21:06.258 INFO O| Sep 23 22:21:06.258 INFO STEP 996: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70922024-09-23T22:21:08.157Z[ recovery-image] Sep 23 22:21:06.271 INFO O| Sep 23 22:21:06.271 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/helpitem"
70932024-09-23T22:21:08.157Z[ recovery-image] Sep 23 22:21:06.271 INFO O| Sep 23 22:21:06.271 INFO STEP 996 (remove_files) COMPLETE
70942024-09-23T22:21:08.157Z[ recovery-image] Sep 23 22:21:06.271 INFO O| Sep 23 22:21:06.271 INFO STEP 997: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70952024-09-23T22:21:08.157Z[ recovery-image] Sep 23 22:21:06.285 INFO O| Sep 23 22:21:06.285 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/helppath"
70962024-09-23T22:21:08.157Z[ recovery-image] Sep 23 22:21:06.285 INFO O| Sep 23 22:21:06.285 INFO STEP 997 (remove_files) COMPLETE
70972024-09-23T22:21:08.157Z[ recovery-image] Sep 23 22:21:06.285 INFO O| Sep 23 22:21:06.285 INFO STEP 998: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70982024-09-23T22:21:08.157Z[ recovery-image] Sep 23 22:21:06.299 INFO O| Sep 23 22:21:06.299 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/helprange"
70992024-09-23T22:21:08.157Z[ recovery-image] Sep 23 22:21:06.299 INFO O| Sep 23 22:21:06.299 INFO STEP 998 (remove_files) COMPLETE
71002024-09-23T22:21:08.157Z[ recovery-image] Sep 23 22:21:06.299 INFO O| Sep 23 22:21:06.299 INFO STEP 999: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71012024-09-23T22:21:08.157Z[ recovery-image] Sep 23 22:21:06.314 INFO O| Sep 23 22:21:06.314 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/helpstr"
71022024-09-23T22:21:08.157Z[ recovery-image] Sep 23 22:21:06.314 INFO O| Sep 23 22:21:06.314 INFO STEP 999 (remove_files) COMPLETE
71032024-09-23T22:21:08.157Z[ recovery-image] Sep 23 22:21:06.314 INFO O| Sep 23 22:21:06.314 INFO STEP 1000: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71042024-09-23T22:21:08.157Z[ recovery-image] Sep 23 22:21:06.328 INFO O| Sep 23 22:21:06.328 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/helptime"
71052024-09-23T22:21:08.157Z[ recovery-image] Sep 23 22:21:06.328 INFO O| Sep 23 22:21:06.328 INFO STEP 1000 (remove_files) COMPLETE
71062024-09-23T22:21:08.157Z[ recovery-image] Sep 23 22:21:06.328 INFO O| Sep 23 22:21:06.328 INFO STEP 1001: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71072024-09-23T22:21:08.157Z[ recovery-image] Sep 23 22:21:06.341 INFO O| Sep 23 22:21:06.341 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/helpuid"
71082024-09-23T22:21:08.157Z[ recovery-image] Sep 23 22:21:06.341 INFO O| Sep 23 22:21:06.341 INFO STEP 1001 (remove_files) COMPLETE
71092024-09-23T22:21:08.157Z[ recovery-image] Sep 23 22:21:06.341 INFO O| Sep 23 22:21:06.341 INFO STEP 1002: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71102024-09-23T22:21:08.157Z[ recovery-image] Sep 23 22:21:06.353 INFO O| Sep 23 22:21:06.353 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/helpyorn"
71112024-09-23T22:21:08.157Z[ recovery-image] Sep 23 22:21:06.353 INFO O| Sep 23 22:21:06.353 INFO STEP 1002 (remove_files) COMPLETE
71122024-09-23T22:21:08.157Z[ recovery-image] Sep 23 22:21:06.353 INFO O| Sep 23 22:21:06.353 INFO STEP 1003: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71132024-09-23T22:21:08.157Z[ recovery-image] Sep 23 22:21:06.366 INFO O| Sep 23 22:21:06.366 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/puttext"
71142024-09-23T22:21:08.157Z[ recovery-image] Sep 23 22:21:06.366 INFO O| Sep 23 22:21:06.366 INFO STEP 1003 (remove_files) COMPLETE
71152024-09-23T22:21:08.157Z[ recovery-image] Sep 23 22:21:06.366 INFO O| Sep 23 22:21:06.366 INFO STEP 1004: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71162024-09-23T22:21:08.158Z[ recovery-image] Sep 23 22:21:06.377 INFO O| Sep 23 22:21:06.377 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/valdate"
71172024-09-23T22:21:08.158Z[ recovery-image] Sep 23 22:21:06.377 INFO O| Sep 23 22:21:06.377 INFO STEP 1004 (remove_files) COMPLETE
71182024-09-23T22:21:08.158Z[ recovery-image] Sep 23 22:21:06.377 INFO O| Sep 23 22:21:06.377 INFO STEP 1005: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71192024-09-23T22:21:08.158Z[ recovery-image] Sep 23 22:21:06.389 INFO O| Sep 23 22:21:06.389 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/valgid"
71202024-09-23T22:21:08.158Z[ recovery-image] Sep 23 22:21:06.389 INFO O| Sep 23 22:21:06.389 INFO STEP 1005 (remove_files) COMPLETE
71212024-09-23T22:21:08.158Z[ recovery-image] Sep 23 22:21:06.389 INFO O| Sep 23 22:21:06.389 INFO STEP 1006: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71222024-09-23T22:21:08.158Z[ recovery-image] Sep 23 22:21:06.401 INFO O| Sep 23 22:21:06.401 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/valint"
71232024-09-23T22:21:08.158Z[ recovery-image] Sep 23 22:21:06.401 INFO O| Sep 23 22:21:06.401 INFO STEP 1006 (remove_files) COMPLETE
71242024-09-23T22:21:08.158Z[ recovery-image] Sep 23 22:21:06.401 INFO O| Sep 23 22:21:06.401 INFO STEP 1007: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71252024-09-23T22:21:08.158Z[verify-libraries] Finished `release` profile [optimized] target(s) in 5m 39s
71262024-09-23T22:21:08.158Z[ recovery-image] Sep 23 22:21:06.413 INFO O| Sep 23 22:21:06.413 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/valpath"
71272024-09-23T22:21:08.158Z[ recovery-image] Sep 23 22:21:06.413 INFO O| Sep 23 22:21:06.413 INFO STEP 1007 (remove_files) COMPLETE
71282024-09-23T22:21:08.158Z[ recovery-image] Sep 23 22:21:06.413 INFO O| Sep 23 22:21:06.413 INFO STEP 1008: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71292024-09-23T22:21:08.158Z[ recovery-image] Sep 23 22:21:06.424 INFO O| Sep 23 22:21:06.424 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/valrange"
71302024-09-23T22:21:08.158Z[ recovery-image] Sep 23 22:21:06.424 INFO O| Sep 23 22:21:06.424 INFO STEP 1008 (remove_files) COMPLETE
71312024-09-23T22:21:08.158Z[ recovery-image] Sep 23 22:21:06.424 INFO O| Sep 23 22:21:06.424 INFO STEP 1009: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71322024-09-23T22:21:08.158Z[ recovery-image] Sep 23 22:21:06.436 INFO O| Sep 23 22:21:06.436 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/valstr"
71332024-09-23T22:21:08.158Z[ recovery-image] Sep 23 22:21:06.436 INFO O| Sep 23 22:21:06.436 INFO STEP 1009 (remove_files) COMPLETE
71342024-09-23T22:21:08.158Z[ recovery-image] Sep 23 22:21:06.436 INFO O| Sep 23 22:21:06.436 INFO STEP 1010: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71352024-09-23T22:21:08.158Z[ recovery-image] Sep 23 22:21:06.448 INFO O| Sep 23 22:21:06.448 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/valtime"
71362024-09-23T22:21:08.158Z[ recovery-image] Sep 23 22:21:06.448 INFO O| Sep 23 22:21:06.448 INFO STEP 1010 (remove_files) COMPLETE
71372024-09-23T22:21:08.158Z[ recovery-image] Sep 23 22:21:06.448 INFO O| Sep 23 22:21:06.448 INFO STEP 1011: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71382024-09-23T22:21:08.158Z[ recovery-image] Sep 23 22:21:06.465 INFO O| Sep 23 22:21:06.464 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/valuid"
71392024-09-23T22:21:08.158Z[ recovery-image] Sep 23 22:21:06.465 INFO O| Sep 23 22:21:06.465 INFO STEP 1011 (remove_files) COMPLETE
71402024-09-23T22:21:08.158Z[ recovery-image] Sep 23 22:21:06.465 INFO O| Sep 23 22:21:06.465 INFO STEP 1012: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71412024-09-23T22:21:08.158Z[ recovery-image] Sep 23 22:21:06.479 INFO O| Sep 23 22:21:06.479 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/valyorn"
71422024-09-23T22:21:08.158Z[ recovery-image] Sep 23 22:21:06.479 INFO O| Sep 23 22:21:06.479 INFO STEP 1012 (remove_files) COMPLETE
71432024-09-23T22:21:08.158Z[ recovery-image] Sep 23 22:21:06.480 INFO O| Sep 23 22:21:06.479 INFO STEP 1013: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71442024-09-23T22:21:08.158Z[ recovery-image] Sep 23 22:21:06.493 INFO O| Sep 23 22:21:06.493 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/install/bin/pkginstall"
71452024-09-23T22:21:08.158Z[ recovery-image] Sep 23 22:21:06.493 INFO O| Sep 23 22:21:06.493 INFO STEP 1013 (remove_files) COMPLETE
71462024-09-23T22:21:08.158Z[ recovery-image] Sep 23 22:21:06.494 INFO O| Sep 23 22:21:06.493 INFO STEP 1014: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71472024-09-23T22:21:08.158Z[ recovery-image] Sep 23 22:21:06.505 INFO O| Sep 23 22:21:06.505 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/install/bin/pkgname"
71482024-09-23T22:21:08.158Z[ recovery-image] Sep 23 22:21:06.505 INFO O| Sep 23 22:21:06.505 INFO STEP 1014 (remove_files) COMPLETE
71492024-09-23T22:21:08.158Z[ recovery-image] Sep 23 22:21:06.505 INFO O| Sep 23 22:21:06.505 INFO STEP 1015: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71502024-09-23T22:21:08.158Z[ recovery-image] Sep 23 22:21:06.515 INFO O| Sep 23 22:21:06.515 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/install/bin/pkgremove"
71512024-09-23T22:21:08.158Z[ recovery-image] Sep 23 22:21:06.515 INFO O| Sep 23 22:21:06.515 INFO STEP 1015 (remove_files) COMPLETE
71522024-09-23T22:21:08.158Z[ recovery-image] Sep 23 22:21:06.515 INFO O| Sep 23 22:21:06.515 INFO STEP 1016: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71532024-09-23T22:21:08.158Z[ recovery-image] Sep 23 22:21:06.526 INFO O| Sep 23 22:21:06.526 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/install/bin/pkgserv"
71542024-09-23T22:21:08.159Z[ recovery-image] Sep 23 22:21:06.526 INFO O| Sep 23 22:21:06.526 INFO STEP 1016 (remove_files) COMPLETE
71552024-09-23T22:21:08.159Z[ recovery-image] Sep 23 22:21:06.526 INFO O| Sep 23 22:21:06.526 INFO STEP 1017: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71562024-09-23T22:21:08.159Z[ recovery-image] Sep 23 22:21:06.537 INFO O| Sep 23 22:21:06.537 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/install/miniroot.db"
71572024-09-23T22:21:08.159Z[ recovery-image] Sep 23 22:21:06.538 INFO O| Sep 23 22:21:06.538 INFO STEP 1017 (remove_files) COMPLETE
71582024-09-23T22:21:08.159Z[ recovery-image] Sep 23 22:21:06.538 INFO O| Sep 23 22:21:06.538 INFO STEP 1018: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71592024-09-23T22:21:08.159Z[ recovery-image] Sep 23 22:21:06.549 INFO O| Sep 23 22:21:06.549 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/install/scripts/i.preserve"
71602024-09-23T22:21:08.159Z[ recovery-image] Sep 23 22:21:06.549 INFO O| Sep 23 22:21:06.549 INFO STEP 1018 (remove_files) COMPLETE
71612024-09-23T22:21:08.159Z[ recovery-image] Sep 23 22:21:06.549 INFO O| Sep 23 22:21:06.549 INFO STEP 1019: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71622024-09-23T22:21:08.159Z[ recovery-image] Sep 23 22:21:06.559 INFO O| Sep 23 22:21:06.559 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/ugdates"
71632024-09-23T22:21:08.159Z[ recovery-image] Sep 23 22:21:06.560 INFO O| Sep 23 22:21:06.560 INFO STEP 1019 (remove_files) COMPLETE
71642024-09-23T22:21:08.159Z[ recovery-image] Sep 23 22:21:06.560 INFO O| Sep 23 22:21:06.560 INFO STEP 1020: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71652024-09-23T22:21:08.159Z[ recovery-image] Sep 23 22:21:06.571 INFO O| Sep 23 22:21:06.571 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/6to4relay"
71662024-09-23T22:21:08.159Z[ recovery-image] Sep 23 22:21:06.571 INFO O| Sep 23 22:21:06.571 INFO STEP 1020 (remove_files) COMPLETE
71672024-09-23T22:21:08.159Z[ recovery-image] Sep 23 22:21:06.571 INFO O| Sep 23 22:21:06.571 INFO STEP 1021: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71682024-09-23T22:21:08.159Z[ recovery-image] Sep 23 22:21:06.582 INFO O| Sep 23 22:21:06.582 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/acctadm"
71692024-09-23T22:21:08.159Z[ recovery-image] Sep 23 22:21:06.582 INFO O| Sep 23 22:21:06.582 INFO STEP 1021 (remove_files) COMPLETE
71702024-09-23T22:21:08.159Z[ recovery-image] Sep 23 22:21:06.582 INFO O| Sep 23 22:21:06.582 INFO STEP 1022: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71712024-09-23T22:21:08.159Z[ recovery-image] Sep 23 22:21:06.592 INFO O| Sep 23 22:21:06.592 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/acpidump"
71722024-09-23T22:21:08.159Z[ recovery-image] Sep 23 22:21:06.592 INFO O| Sep 23 22:21:06.592 INFO STEP 1022 (remove_files) COMPLETE
71732024-09-23T22:21:08.162Z[ recovery-image] Sep 23 22:21:06.592 INFO O| Sep 23 22:21:06.592 INFO STEP 1023: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71742024-09-23T22:21:08.162Z[ recovery-image] Sep 23 22:21:06.602 INFO O| Sep 23 22:21:06.602 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/acpixtract"
71752024-09-23T22:21:08.162Z[ recovery-image] Sep 23 22:21:06.603 INFO O| Sep 23 22:21:06.603 INFO STEP 1023 (remove_files) COMPLETE
71762024-09-23T22:21:08.163Z[ recovery-image] Sep 23 22:21:06.603 INFO O| Sep 23 22:21:06.603 INFO STEP 1024: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71772024-09-23T22:21:08.163Z[ recovery-image] Sep 23 22:21:06.613 INFO O| Sep 23 22:21:06.613 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/add_drv"
71782024-09-23T22:21:08.163Z[ recovery-image] Sep 23 22:21:06.613 INFO O| Sep 23 22:21:06.613 INFO STEP 1024 (remove_files) COMPLETE
71792024-09-23T22:21:08.163Z[ recovery-image] Sep 23 22:21:06.613 INFO O| Sep 23 22:21:06.613 INFO STEP 1025: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71802024-09-23T22:21:08.163Z[ recovery-image] Sep 23 22:21:06.623 INFO O| Sep 23 22:21:06.623 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/allocate"
71812024-09-23T22:21:08.163Z[ recovery-image] Sep 23 22:21:06.623 INFO O| Sep 23 22:21:06.623 INFO STEP 1025 (remove_files) COMPLETE
71822024-09-23T22:21:08.163Z[ recovery-image] Sep 23 22:21:06.623 INFO O| Sep 23 22:21:06.623 INFO STEP 1026: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71832024-09-23T22:21:08.163Z[ recovery-image] Sep 23 22:21:06.633 INFO O| Sep 23 22:21:06.633 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/amd64/intrstat"
71842024-09-23T22:21:08.163Z[ recovery-image] Sep 23 22:21:06.633 INFO O| Sep 23 22:21:06.633 INFO STEP 1026 (remove_files) COMPLETE
71852024-09-23T22:21:08.163Z[ recovery-image] Sep 23 22:21:06.633 INFO O| Sep 23 22:21:06.633 INFO STEP 1027: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71862024-09-23T22:21:08.163Z[ recovery-image] Sep 23 22:21:06.643 INFO O| Sep 23 22:21:06.643 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/amd64/lockstat"
71872024-09-23T22:21:08.163Z[ recovery-image] Sep 23 22:21:06.643 INFO O| Sep 23 22:21:06.643 INFO STEP 1027 (remove_files) COMPLETE
71882024-09-23T22:21:08.163Z[ recovery-image] Sep 23 22:21:06.643 INFO O| Sep 23 22:21:06.643 INFO STEP 1028: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71892024-09-23T22:21:08.163Z[ recovery-image] Sep 23 22:21:06.654 INFO O| Sep 23 22:21:06.653 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/amd64/plockstat"
71902024-09-23T22:21:08.163Z[ recovery-image] Sep 23 22:21:06.654 INFO O| Sep 23 22:21:06.654 INFO STEP 1028 (remove_files) COMPLETE
71912024-09-23T22:21:08.163Z[ recovery-image] Sep 23 22:21:06.654 INFO O| Sep 23 22:21:06.654 INFO STEP 1029: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71922024-09-23T22:21:08.163Z[ recovery-image] Sep 23 22:21:06.664 INFO O| Sep 23 22:21:06.664 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/arp"
71932024-09-23T22:21:08.163Z[ recovery-image] Sep 23 22:21:06.664 INFO O| Sep 23 22:21:06.664 INFO STEP 1029 (remove_files) COMPLETE
71942024-09-23T22:21:08.163Z[ recovery-image] Sep 23 22:21:06.664 INFO O| Sep 23 22:21:06.664 INFO STEP 1030: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71952024-09-23T22:21:08.163Z[ recovery-image] Sep 23 22:21:06.674 INFO O| Sep 23 22:21:06.674 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/audit"
71962024-09-23T22:21:08.163Z[ recovery-image] Sep 23 22:21:06.674 INFO O| Sep 23 22:21:06.674 INFO STEP 1030 (remove_files) COMPLETE
71972024-09-23T22:21:08.163Z[ recovery-image] Sep 23 22:21:06.675 INFO O| Sep 23 22:21:06.674 INFO STEP 1031: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71982024-09-23T22:21:08.163Z[ recovery-image] Sep 23 22:21:06.685 INFO O| Sep 23 22:21:06.685 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/auditconfig"
71992024-09-23T22:21:08.163Z[ recovery-image] Sep 23 22:21:06.685 INFO O| Sep 23 22:21:06.685 INFO STEP 1031 (remove_files) COMPLETE
72002024-09-23T22:21:08.163Z[ recovery-image] Sep 23 22:21:06.685 INFO O| Sep 23 22:21:06.685 INFO STEP 1032: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72012024-09-23T22:21:08.163Z[ recovery-image] Sep 23 22:21:06.695 INFO O| Sep 23 22:21:06.694 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/auditd"
72022024-09-23T22:21:08.163Z[ recovery-image] Sep 23 22:21:06.695 INFO O| Sep 23 22:21:06.695 INFO STEP 1032 (remove_files) COMPLETE
72032024-09-23T22:21:08.163Z[ recovery-image] Sep 23 22:21:06.695 INFO O| Sep 23 22:21:06.695 INFO STEP 1033: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72042024-09-23T22:21:08.163Z[ recovery-image] Sep 23 22:21:06.705 INFO O| Sep 23 22:21:06.704 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/auditrecord"
72052024-09-23T22:21:08.163Z[ recovery-image] Sep 23 22:21:06.705 INFO O| Sep 23 22:21:06.705 INFO STEP 1033 (remove_files) COMPLETE
72062024-09-23T22:21:08.163Z[ recovery-image] Sep 23 22:21:06.705 INFO O| Sep 23 22:21:06.705 INFO STEP 1034: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72072024-09-23T22:21:08.163Z[ recovery-image] Sep 23 22:21:06.715 INFO O| Sep 23 22:21:06.715 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/auditreduce"
72082024-09-23T22:21:08.163Z[ recovery-image] Sep 23 22:21:06.715 INFO O| Sep 23 22:21:06.715 INFO STEP 1034 (remove_files) COMPLETE
72092024-09-23T22:21:08.163Z[ recovery-image] Sep 23 22:21:06.715 INFO O| Sep 23 22:21:06.715 INFO STEP 1035: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72102024-09-23T22:21:08.163ZSep 23 22:21:06.725 INFO [verify-libraries] process exited with exit status: 0 (345.19531325s)
72112024-09-23T22:21:08.163Z[ recovery-image] Sep 23 22:21:06.726 INFO O| Sep 23 22:21:06.726 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/auditstat"
72122024-09-23T22:21:08.163Z[ recovery-image] Sep 23 22:21:06.726 INFO O| Sep 23 22:21:06.726 INFO STEP 1035 (remove_files) COMPLETE
72132024-09-23T22:21:08.163Z[ recovery-image] Sep 23 22:21:06.726 INFO O| Sep 23 22:21:06.726 INFO STEP 1036: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72142024-09-23T22:21:08.163Z[ recovery-image] Sep 23 22:21:06.737 INFO O| Sep 23 22:21:06.736 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/audlinks"
72152024-09-23T22:21:08.163Z[ recovery-image] Sep 23 22:21:06.737 INFO O| Sep 23 22:21:06.737 INFO STEP 1036 (remove_files) COMPLETE
72162024-09-23T22:21:08.164Z[ recovery-image] Sep 23 22:21:06.737 INFO O| Sep 23 22:21:06.737 INFO STEP 1037: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72172024-09-23T22:21:08.164Z[ recovery-image] Sep 23 22:21:06.747 INFO O| Sep 23 22:21:06.747 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/bhyve"
72182024-09-23T22:21:08.164Z[ recovery-image] Sep 23 22:21:06.747 INFO O| Sep 23 22:21:06.747 INFO STEP 1037 (remove_files) COMPLETE
72192024-09-23T22:21:08.164Z[ recovery-image] Sep 23 22:21:06.747 INFO O| Sep 23 22:21:06.747 INFO STEP 1038: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72202024-09-23T22:21:08.164Z[ recovery-image] Sep 23 22:21:06.757 INFO O| Sep 23 22:21:06.757 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/bhyvectl"
72212024-09-23T22:21:08.164Z[ recovery-image] Sep 23 22:21:06.758 INFO O| Sep 23 22:21:06.757 INFO STEP 1038 (remove_files) COMPLETE
72222024-09-23T22:21:08.164Z[ recovery-image] Sep 23 22:21:06.758 INFO O| Sep 23 22:21:06.758 INFO STEP 1039: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72232024-09-23T22:21:08.164Z[ recovery-image] Sep 23 22:21:06.768 INFO O| Sep 23 22:21:06.768 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/cfgadm"
72242024-09-23T22:21:08.164Z[ recovery-image] Sep 23 22:21:06.768 INFO O| Sep 23 22:21:06.768 INFO STEP 1039 (remove_files) COMPLETE
72252024-09-23T22:21:08.164Z[ recovery-image] Sep 23 22:21:06.768 INFO O| Sep 23 22:21:06.768 INFO STEP 1040: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72262024-09-23T22:21:08.164Z[ recovery-image] Sep 23 22:21:06.778 INFO O| Sep 23 22:21:06.778 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/chronyd"
72272024-09-23T22:21:08.164Z[ recovery-image] Sep 23 22:21:06.778 INFO O| Sep 23 22:21:06.778 INFO STEP 1040 (remove_files) COMPLETE
72282024-09-23T22:21:08.164Z[ recovery-image] Sep 23 22:21:06.778 INFO O| Sep 23 22:21:06.778 INFO STEP 1041: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72292024-09-23T22:21:08.164Z[ recovery-image] Sep 23 22:21:06.789 INFO O| Sep 23 22:21:06.789 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/chroot"
72302024-09-23T22:21:08.164Z[ recovery-image] Sep 23 22:21:06.789 INFO O| Sep 23 22:21:06.789 INFO STEP 1041 (remove_files) COMPLETE
72312024-09-23T22:21:08.164Z[ recovery-image] Sep 23 22:21:06.789 INFO O| Sep 23 22:21:06.789 INFO STEP 1042: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72322024-09-23T22:21:08.164Z[ recovery-image] Sep 23 22:21:06.799 INFO O| Sep 23 22:21:06.799 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/clear_locks"
72332024-09-23T22:21:08.164Z[ recovery-image] Sep 23 22:21:06.799 INFO O| Sep 23 22:21:06.799 INFO STEP 1042 (remove_files) COMPLETE
72342024-09-23T22:21:08.164Z[ recovery-image] Sep 23 22:21:06.799 INFO O| Sep 23 22:21:06.799 INFO STEP 1043: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72352024-09-23T22:21:08.164Z[ recovery-image] Sep 23 22:21:06.810 INFO O| Sep 23 22:21:06.810 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/clinfo"
72362024-09-23T22:21:08.164Z[ recovery-image] Sep 23 22:21:06.810 INFO O| Sep 23 22:21:06.810 INFO STEP 1043 (remove_files) COMPLETE
72372024-09-23T22:21:08.164Z[ recovery-image] Sep 23 22:21:06.810 INFO O| Sep 23 22:21:06.810 INFO STEP 1044: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72382024-09-23T22:21:08.164Z[ host-image] Sep 23 22:21:06.818 INFO O| Sep 23 22:21:06.818 INFO O| Done
72392024-09-23T22:21:08.164Z[ recovery-image] Sep 23 22:21:06.820 INFO O| Sep 23 22:21:06.820 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/clri"
72402024-09-23T22:21:08.164Z[ recovery-image] Sep 23 22:21:06.820 INFO O| Sep 23 22:21:06.820 INFO STEP 1044 (remove_files) COMPLETE
72412024-09-23T22:21:08.164Z[ recovery-image] Sep 23 22:21:06.820 INFO O| Sep 23 22:21:06.820 INFO STEP 1045: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72422024-09-23T22:21:08.164Z[ recovery-image] Sep 23 22:21:06.831 INFO O| Sep 23 22:21:06.831 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/consadm"
72432024-09-23T22:21:08.164Z[ recovery-image] Sep 23 22:21:06.831 INFO O| Sep 23 22:21:06.831 INFO STEP 1045 (remove_files) COMPLETE
72442024-09-23T22:21:08.164Z[ recovery-image] Sep 23 22:21:06.831 INFO O| Sep 23 22:21:06.831 INFO STEP 1046: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72452024-09-23T22:21:08.171Z[ recovery-image] Sep 23 22:21:06.842 INFO O| Sep 23 22:21:06.842 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/consadmd"
72462024-09-23T22:21:08.171Z[ recovery-image] Sep 23 22:21:06.842 INFO O| Sep 23 22:21:06.842 INFO STEP 1046 (remove_files) COMPLETE
72472024-09-23T22:21:08.174Z[ recovery-image] Sep 23 22:21:06.843 INFO O| Sep 23 22:21:06.842 INFO STEP 1047: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72482024-09-23T22:21:08.177Z[ host-image] Sep 23 22:21:06.846 INFO O| Sep 23 22:21:06.846 INFO O| Done
72492024-09-23T22:21:08.177Z[ host-image] Sep 23 22:21:06.846 INFO O| Sep 23 22:21:06.846 INFO O| Done
72502024-09-23T22:21:08.181Z[ recovery-image] Sep 23 22:21:06.853 INFO O| Sep 23 22:21:06.853 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/cpustat"
72512024-09-23T22:21:08.181Z[ recovery-image] Sep 23 22:21:06.853 INFO O| Sep 23 22:21:06.853 INFO STEP 1047 (remove_files) COMPLETE
72522024-09-23T22:21:08.181Z[ recovery-image] Sep 23 22:21:06.853 INFO O| Sep 23 22:21:06.853 INFO STEP 1048: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72532024-09-23T22:21:08.185Z[ host-image] Sep 23 22:21:06.857 INFO O| Sep 23 22:21:06.857 INFO O| Done
72542024-09-23T22:21:08.192Z[ recovery-image] Sep 23 22:21:06.864 INFO O| Sep 23 22:21:06.864 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/deallocate"
72552024-09-23T22:21:08.192Z[ recovery-image] Sep 23 22:21:06.864 INFO O| Sep 23 22:21:06.864 INFO STEP 1048 (remove_files) COMPLETE
72562024-09-23T22:21:08.195Z[ recovery-image] Sep 23 22:21:06.864 INFO O| Sep 23 22:21:06.864 INFO STEP 1049: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72572024-09-23T22:21:08.205Z[ recovery-image] Sep 23 22:21:06.876 INFO O| Sep 23 22:21:06.876 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/devinfo"
72582024-09-23T22:21:08.205Z[ recovery-image] Sep 23 22:21:06.876 INFO O| Sep 23 22:21:06.876 INFO STEP 1049 (remove_files) COMPLETE
72592024-09-23T22:21:08.205Z[ recovery-image] Sep 23 22:21:06.876 INFO O| Sep 23 22:21:06.876 INFO STEP 1050: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72602024-09-23T22:21:08.217Z[ recovery-image] Sep 23 22:21:06.889 INFO O| Sep 23 22:21:06.889 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/devlinks"
72612024-09-23T22:21:08.217Z[ recovery-image] Sep 23 22:21:06.889 INFO O| Sep 23 22:21:06.889 INFO STEP 1050 (remove_files) COMPLETE
72622024-09-23T22:21:08.217Z[ recovery-image] Sep 23 22:21:06.889 INFO O| Sep 23 22:21:06.889 INFO STEP 1051: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72632024-09-23T22:21:08.228Z[ recovery-image] Sep 23 22:21:06.900 INFO O| Sep 23 22:21:06.900 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/df"
72642024-09-23T22:21:08.228Z[ recovery-image] Sep 23 22:21:06.900 INFO O| Sep 23 22:21:06.900 INFO STEP 1051 (remove_files) COMPLETE
72652024-09-23T22:21:08.231Z[ recovery-image] Sep 23 22:21:06.900 INFO O| Sep 23 22:21:06.900 INFO STEP 1052: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72662024-09-23T22:21:08.241Z[ recovery-image] Sep 23 22:21:06.912 INFO O| Sep 23 22:21:06.911 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/dfmounts"
72672024-09-23T22:21:08.245Z[ recovery-image] Sep 23 22:21:06.912 INFO O| Sep 23 22:21:06.912 INFO STEP 1052 (remove_files) COMPLETE
72682024-09-23T22:21:08.245Z[ recovery-image] Sep 23 22:21:06.912 INFO O| Sep 23 22:21:06.912 INFO STEP 1053: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72692024-09-23T22:21:08.252Z[ recovery-image] Sep 23 22:21:06.924 INFO O| Sep 23 22:21:06.924 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/dfshares"
72702024-09-23T22:21:08.252Z[ recovery-image] Sep 23 22:21:06.924 INFO O| Sep 23 22:21:06.924 INFO STEP 1053 (remove_files) COMPLETE
72712024-09-23T22:21:08.256Z[ recovery-image] Sep 23 22:21:06.924 INFO O| Sep 23 22:21:06.924 INFO STEP 1054: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72722024-09-23T22:21:08.264Z[ recovery-image] Sep 23 22:21:06.935 INFO O| Sep 23 22:21:06.935 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/disks"
72732024-09-23T22:21:08.265Z[ recovery-image] Sep 23 22:21:06.935 INFO O| Sep 23 22:21:06.935 INFO STEP 1054 (remove_files) COMPLETE
72742024-09-23T22:21:08.267Z[ recovery-image] Sep 23 22:21:06.935 INFO O| Sep 23 22:21:06.935 INFO STEP 1055: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72752024-09-23T22:21:08.275Z[ recovery-image] Sep 23 22:21:06.946 INFO O| Sep 23 22:21:06.946 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/dispadmin"
72762024-09-23T22:21:08.275Z[ recovery-image] Sep 23 22:21:06.946 INFO O| Sep 23 22:21:06.946 INFO STEP 1055 (remove_files) COMPLETE
72772024-09-23T22:21:08.275Z[ recovery-image] Sep 23 22:21:06.946 INFO O| Sep 23 22:21:06.946 INFO STEP 1056: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72782024-09-23T22:21:08.285Z[ recovery-image] Sep 23 22:21:06.957 INFO O| Sep 23 22:21:06.957 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/dminfo"
72792024-09-23T22:21:08.285Z[ recovery-image] Sep 23 22:21:06.957 INFO O| Sep 23 22:21:06.957 INFO STEP 1056 (remove_files) COMPLETE
72802024-09-23T22:21:08.288Z[ recovery-image] Sep 23 22:21:06.957 INFO O| Sep 23 22:21:06.957 INFO STEP 1057: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72812024-09-23T22:21:08.290Z[ host-image] Sep 23 22:21:06.960 INFO O| Sep 23 22:21:06.960 INFO STEP 14 (pkg_install) COMPLETE
72822024-09-23T22:21:08.291Z[ host-image] Sep 23 22:21:06.960 INFO O| Sep 23 22:21:06.960 INFO STEP 15: pkg_install, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
72832024-09-23T22:21:08.291Z[ host-image] Sep 23 22:21:06.960 INFO O| Sep 23 22:21:06.960 INFO skip step because feature "mfg" is not enabled
72842024-09-23T22:21:08.291Z[ host-image] Sep 23 22:21:06.960 INFO O| Sep 23 22:21:06.960 INFO STEP 16: pkg_install, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
72852024-09-23T22:21:08.291Z[ host-image] Sep 23 22:21:06.960 INFO O| Sep 23 22:21:06.960 INFO skip step because feature "compliance" is not enabled
72862024-09-23T22:21:08.291Z[ host-image] Sep 23 22:21:06.960 INFO O| Sep 23 22:21:06.960 INFO STEP 17: pkg_install, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
72872024-09-23T22:21:08.291Z[ host-image] Sep 23 22:21:06.960 INFO O| Sep 23 22:21:06.960 INFO skip step because feature "stress" is not enabled
72882024-09-23T22:21:08.291Z[ host-image] Sep 23 22:21:06.960 INFO O| Sep 23 22:21:06.960 INFO STEP 18: pkg_install, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
72892024-09-23T22:21:08.291Z[ host-image] Sep 23 22:21:06.960 INFO O| Sep 23 22:21:06.960 INFO skip step because feature "nfs" is not enabled
72902024-09-23T22:21:08.291Z[ host-image] Sep 23 22:21:06.960 INFO O| Sep 23 22:21:06.960 INFO creating output snapshot rpool/images/build/host/work/gimlet/ramdisk@os
72912024-09-23T22:21:08.291Z[ host-image] Sep 23 22:21:06.960 INFO O| Sep 23 22:21:06.960 INFO CREATE SNAPSHOT: rpool/images/build/host/work/gimlet/ramdisk@os
72922024-09-23T22:21:08.301Z[ recovery-image] Sep 23 22:21:06.970 INFO O| Sep 23 22:21:06.970 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/drvconfig"
72932024-09-23T22:21:08.301Z[ recovery-image] Sep 23 22:21:06.970 INFO O| Sep 23 22:21:06.970 INFO STEP 1057 (remove_files) COMPLETE
72942024-09-23T22:21:08.301Z[ recovery-image] Sep 23 22:21:06.971 INFO O| Sep 23 22:21:06.970 INFO STEP 1058: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72952024-09-23T22:21:08.316Z[ recovery-image] Sep 23 22:21:06.987 INFO O| Sep 23 22:21:06.987 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/dtrace"
72962024-09-23T22:21:08.316Z[ recovery-image] Sep 23 22:21:06.987 INFO O| Sep 23 22:21:06.987 INFO STEP 1058 (remove_files) COMPLETE
72972024-09-23T22:21:08.316Z[ recovery-image] Sep 23 22:21:06.987 INFO O| Sep 23 22:21:06.987 INFO STEP 1059: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72982024-09-23T22:21:08.333Z[ recovery-image] Sep 23 22:21:07.004 INFO O| Sep 23 22:21:07.003 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/eeprom"
72992024-09-23T22:21:08.336Z[ recovery-image] Sep 23 22:21:07.004 INFO O| Sep 23 22:21:07.004 INFO STEP 1059 (remove_files) COMPLETE
73002024-09-23T22:21:08.336Z[ recovery-image] Sep 23 22:21:07.004 INFO O| Sep 23 22:21:07.004 INFO STEP 1060: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73012024-09-23T22:21:08.348Z[ recovery-image] Sep 23 22:21:07.020 INFO O| Sep 23 22:21:07.020 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/ff"
73022024-09-23T22:21:08.348Z[ recovery-image] Sep 23 22:21:07.020 INFO O| Sep 23 22:21:07.020 INFO STEP 1060 (remove_files) COMPLETE
73032024-09-23T22:21:08.348Z[ recovery-image] Sep 23 22:21:07.020 INFO O| Sep 23 22:21:07.020 INFO STEP 1061: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73042024-09-23T22:21:08.360Z[ recovery-image] Sep 23 22:21:07.032 INFO O| Sep 23 22:21:07.032 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/fmadm"
73052024-09-23T22:21:08.360Z[ recovery-image] Sep 23 22:21:07.032 INFO O| Sep 23 22:21:07.032 INFO STEP 1061 (remove_files) COMPLETE
73062024-09-23T22:21:08.363Z[ recovery-image] Sep 23 22:21:07.032 INFO O| Sep 23 22:21:07.032 INFO STEP 1062: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73072024-09-23T22:21:08.371Z[ recovery-image] Sep 23 22:21:07.043 INFO O| Sep 23 22:21:07.043 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/fmdump"
73082024-09-23T22:21:08.374Z[ recovery-image] Sep 23 22:21:07.043 INFO O| Sep 23 22:21:07.043 INFO STEP 1062 (remove_files) COMPLETE
73092024-09-23T22:21:08.374Z[ recovery-image] Sep 23 22:21:07.043 INFO O| Sep 23 22:21:07.043 INFO STEP 1063: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73102024-09-23T22:21:08.383Z[ recovery-image] Sep 23 22:21:07.054 INFO O| Sep 23 22:21:07.054 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/fmstat"
73112024-09-23T22:21:08.385Z[ recovery-image] Sep 23 22:21:07.054 INFO O| Sep 23 22:21:07.054 INFO STEP 1063 (remove_files) COMPLETE
73122024-09-23T22:21:08.385Z[ recovery-image] Sep 23 22:21:07.055 INFO O| Sep 23 22:21:07.054 INFO STEP 1064: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73132024-09-23T22:21:08.394Z[ recovery-image] Sep 23 22:21:07.065 INFO O| Sep 23 22:21:07.065 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/fmthard"
73142024-09-23T22:21:08.394Z[ recovery-image] Sep 23 22:21:07.066 INFO O| Sep 23 22:21:07.066 INFO STEP 1064 (remove_files) COMPLETE
73152024-09-23T22:21:08.396Z[ recovery-image] Sep 23 22:21:07.066 INFO O| Sep 23 22:21:07.066 INFO STEP 1065: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73162024-09-23T22:21:08.406Z[ recovery-image] Sep 23 22:21:07.077 INFO O| Sep 23 22:21:07.077 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/format"
73172024-09-23T22:21:08.408Z[ recovery-image] Sep 23 22:21:07.077 INFO O| Sep 23 22:21:07.077 INFO STEP 1065 (remove_files) COMPLETE
73182024-09-23T22:21:08.408Z[ recovery-image] Sep 23 22:21:07.078 INFO O| Sep 23 22:21:07.077 INFO STEP 1066: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73192024-09-23T22:21:08.417Z[ recovery-image] Sep 23 22:21:07.088 INFO O| Sep 23 22:21:07.088 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/fsck"
73202024-09-23T22:21:08.417Z[ recovery-image] Sep 23 22:21:07.088 INFO O| Sep 23 22:21:07.088 INFO STEP 1066 (remove_files) COMPLETE
73212024-09-23T22:21:08.417Z[ recovery-image] Sep 23 22:21:07.088 INFO O| Sep 23 22:21:07.088 INFO STEP 1067: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73222024-09-23T22:21:08.436Z[ recovery-image] Sep 23 22:21:07.098 INFO O| Sep 23 22:21:07.098 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/fuser"
73232024-09-23T22:21:08.436Z[ recovery-image] Sep 23 22:21:07.099 INFO O| Sep 23 22:21:07.099 INFO STEP 1067 (remove_files) COMPLETE
73242024-09-23T22:21:08.442Z[ recovery-image] Sep 23 22:21:07.099 INFO O| Sep 23 22:21:07.099 INFO STEP 1068: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73252024-09-23T22:21:08.442Z[ recovery-image] Sep 23 22:21:07.109 INFO O| Sep 23 22:21:07.109 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/getdevpolicy"
73262024-09-23T22:21:08.442Z[ recovery-image] Sep 23 22:21:07.109 INFO O| Sep 23 22:21:07.109 INFO STEP 1068 (remove_files) COMPLETE
73272024-09-23T22:21:08.442Z[ recovery-image] Sep 23 22:21:07.109 INFO O| Sep 23 22:21:07.109 INFO STEP 1069: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73282024-09-23T22:21:08.447Z[ recovery-image] Sep 23 22:21:07.119 INFO O| Sep 23 22:21:07.119 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/getmajor"
73292024-09-23T22:21:08.447Z[ recovery-image] Sep 23 22:21:07.119 INFO O| Sep 23 22:21:07.119 INFO STEP 1069 (remove_files) COMPLETE
73302024-09-23T22:21:08.452Z[ recovery-image] Sep 23 22:21:07.119 INFO O| Sep 23 22:21:07.119 INFO STEP 1070: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73312024-09-23T22:21:08.458Z[ recovery-image] Sep 23 22:21:07.129 INFO O| Sep 23 22:21:07.129 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/groupadd"
73322024-09-23T22:21:08.458Z[ recovery-image] Sep 23 22:21:07.129 INFO O| Sep 23 22:21:07.129 INFO STEP 1070 (remove_files) COMPLETE
73332024-09-23T22:21:08.461Z[ recovery-image] Sep 23 22:21:07.129 INFO O| Sep 23 22:21:07.129 INFO STEP 1071: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73342024-09-23T22:21:08.461Z[ host-image] Sep 23 22:21:07.133 INFO O| Sep 23 22:21:07.132 INFO DESTROY DATASET: rpool/images/build/host/tmp/gimlet/ramdisk-01-os
73352024-09-23T22:21:08.468Z[ recovery-image] Sep 23 22:21:07.140 INFO O| Sep 23 22:21:07.140 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/groupdel"
73362024-09-23T22:21:08.471Z[ recovery-image] Sep 23 22:21:07.140 INFO O| Sep 23 22:21:07.140 INFO STEP 1071 (remove_files) COMPLETE
73372024-09-23T22:21:08.471Z[ recovery-image] Sep 23 22:21:07.140 INFO O| Sep 23 22:21:07.140 INFO STEP 1072: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73382024-09-23T22:21:08.479Z[ recovery-image] Sep 23 22:21:07.151 INFO O| Sep 23 22:21:07.151 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/groupmod"
73392024-09-23T22:21:08.479Z[ recovery-image] Sep 23 22:21:07.151 INFO O| Sep 23 22:21:07.151 INFO STEP 1072 (remove_files) COMPLETE
73402024-09-23T22:21:08.481Z[ recovery-image] Sep 23 22:21:07.151 INFO O| Sep 23 22:21:07.151 INFO STEP 1073: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73412024-09-23T22:21:08.490Z[ recovery-image] Sep 23 22:21:07.162 INFO O| Sep 23 22:21:07.162 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/growfs"
73422024-09-23T22:21:08.490Z[ recovery-image] Sep 23 22:21:07.162 INFO O| Sep 23 22:21:07.162 INFO STEP 1073 (remove_files) COMPLETE
73432024-09-23T22:21:08.492Z[ recovery-image] Sep 23 22:21:07.162 INFO O| Sep 23 22:21:07.162 INFO STEP 1074: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73442024-09-23T22:21:08.501Z[ recovery-image] Sep 23 22:21:07.173 INFO O| Sep 23 22:21:07.173 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/grpck"
73452024-09-23T22:21:08.504Z[ recovery-image] Sep 23 22:21:07.173 INFO O| Sep 23 22:21:07.173 INFO STEP 1074 (remove_files) COMPLETE
73462024-09-23T22:21:08.504Z[ recovery-image] Sep 23 22:21:07.173 INFO O| Sep 23 22:21:07.173 INFO STEP 1075: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73472024-09-23T22:21:08.512Z[ recovery-image] Sep 23 22:21:07.184 INFO O| Sep 23 22:21:07.184 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/gsscred"
73482024-09-23T22:21:08.512Z[ recovery-image] Sep 23 22:21:07.184 INFO O| Sep 23 22:21:07.184 INFO STEP 1075 (remove_files) COMPLETE
73492024-09-23T22:21:08.514Z[ recovery-image] Sep 23 22:21:07.184 INFO O| Sep 23 22:21:07.184 INFO STEP 1076: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73502024-09-23T22:21:08.523Z[ recovery-image] Sep 23 22:21:07.194 INFO O| Sep 23 22:21:07.194 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/halt"
73512024-09-23T22:21:08.523Z[ recovery-image] Sep 23 22:21:07.194 INFO O| Sep 23 22:21:07.194 INFO STEP 1076 (remove_files) COMPLETE
73522024-09-23T22:21:08.523Z[ recovery-image] Sep 23 22:21:07.194 INFO O| Sep 23 22:21:07.194 INFO STEP 1077: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73532024-09-23T22:21:08.533Z[ recovery-image] Sep 23 22:21:07.204 INFO O| Sep 23 22:21:07.204 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/hotplug"
73542024-09-23T22:21:08.533Z[ recovery-image] Sep 23 22:21:07.204 INFO O| Sep 23 22:21:07.204 INFO STEP 1077 (remove_files) COMPLETE
73552024-09-23T22:21:08.535Z[ recovery-image] Sep 23 22:21:07.205 INFO O| Sep 23 22:21:07.204 INFO STEP 1078: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73562024-09-23T22:21:08.543Z[ recovery-image] Sep 23 22:21:07.215 INFO O| Sep 23 22:21:07.215 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/iasl"
73572024-09-23T22:21:08.546Z[ recovery-image] Sep 23 22:21:07.215 INFO O| Sep 23 22:21:07.215 INFO STEP 1078 (remove_files) COMPLETE
73582024-09-23T22:21:08.546Z[ recovery-image] Sep 23 22:21:07.215 INFO O| Sep 23 22:21:07.215 INFO STEP 1079: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73592024-09-23T22:21:08.546Z[ host-image] Sep 23 22:21:07.217 INFO O| Sep 23 22:21:07.217 INFO completed processing gimlet/ramdisk-01-os
73602024-09-23T22:21:08.548Z[ host-image] Sep 23 22:21:07.219 INFO omicron1 baseline generation...
73612024-09-23T22:21:08.548Z[ host-image] Sep 23 22:21:07.219 INFO exec: ["/usr/lib/brand/omicron1/baseline", "-R", "/rpool/images/build/host/work/gimlet/ramdisk", "/work/oxidecomputer/helios/tmp/image.host/omicron1"], pwd: None
73622024-09-23T22:21:08.554Z[ recovery-image] Sep 23 22:21:07.226 INFO O| Sep 23 22:21:07.226 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/idmap"
73632024-09-23T22:21:08.554Z[ recovery-image] Sep 23 22:21:07.226 INFO O| Sep 23 22:21:07.226 INFO STEP 1079 (remove_files) COMPLETE
73642024-09-23T22:21:08.557Z[ recovery-image] Sep 23 22:21:07.226 INFO O| Sep 23 22:21:07.226 INFO STEP 1080: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73652024-09-23T22:21:08.564Z[ recovery-image] Sep 23 22:21:07.236 INFO O| Sep 23 22:21:07.236 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/if_mpadm"
73662024-09-23T22:21:08.564Z[ recovery-image] Sep 23 22:21:07.236 INFO O| Sep 23 22:21:07.236 INFO STEP 1080 (remove_files) COMPLETE
73672024-09-23T22:21:08.567Z[ recovery-image] Sep 23 22:21:07.236 INFO O| Sep 23 22:21:07.236 INFO STEP 1081: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73682024-09-23T22:21:08.575Z[ recovery-image] Sep 23 22:21:07.246 INFO O| Sep 23 22:21:07.246 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/ikeadm"
73692024-09-23T22:21:08.575Z[ recovery-image] Sep 23 22:21:07.246 INFO O| Sep 23 22:21:07.246 INFO STEP 1081 (remove_files) COMPLETE
73702024-09-23T22:21:08.575Z[ recovery-image] Sep 23 22:21:07.246 INFO O| Sep 23 22:21:07.246 INFO STEP 1082: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73712024-09-23T22:21:08.585Z[ recovery-image] Sep 23 22:21:07.257 INFO O| Sep 23 22:21:07.257 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/ikecert"
73722024-09-23T22:21:08.585Z[ recovery-image] Sep 23 22:21:07.257 INFO O| Sep 23 22:21:07.257 INFO STEP 1082 (remove_files) COMPLETE
73732024-09-23T22:21:08.585Z[ recovery-image] Sep 23 22:21:07.257 INFO O| Sep 23 22:21:07.257 INFO STEP 1083: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73742024-09-23T22:21:08.595Z[ recovery-image] Sep 23 22:21:07.267 INFO O| Sep 23 22:21:07.267 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/in.rdisc"
73752024-09-23T22:21:08.595Z[ recovery-image] Sep 23 22:21:07.267 INFO O| Sep 23 22:21:07.267 INFO STEP 1083 (remove_files) COMPLETE
73762024-09-23T22:21:08.595Z[ recovery-image] Sep 23 22:21:07.267 INFO O| Sep 23 22:21:07.267 INFO STEP 1084: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73772024-09-23T22:21:08.605Z[ recovery-image] Sep 23 22:21:07.277 INFO O| Sep 23 22:21:07.277 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/in.routed"
73782024-09-23T22:21:08.605Z[ recovery-image] Sep 23 22:21:07.277 INFO O| Sep 23 22:21:07.277 INFO STEP 1084 (remove_files) COMPLETE
73792024-09-23T22:21:08.608Z[ recovery-image] Sep 23 22:21:07.277 INFO O| Sep 23 22:21:07.277 INFO STEP 1085: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73802024-09-23T22:21:08.616Z[ recovery-image] Sep 23 22:21:07.288 INFO O| Sep 23 22:21:07.288 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/inetadm"
73812024-09-23T22:21:08.616Z[ recovery-image] Sep 23 22:21:07.288 INFO O| Sep 23 22:21:07.288 INFO STEP 1085 (remove_files) COMPLETE
73822024-09-23T22:21:08.618Z[ recovery-image] Sep 23 22:21:07.288 INFO O| Sep 23 22:21:07.288 INFO STEP 1086: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73832024-09-23T22:21:08.626Z[ recovery-image] Sep 23 22:21:07.298 INFO O| Sep 23 22:21:07.298 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/inetconv"
73842024-09-23T22:21:08.626Z[ recovery-image] Sep 23 22:21:07.298 INFO O| Sep 23 22:21:07.298 INFO STEP 1086 (remove_files) COMPLETE
73852024-09-23T22:21:08.626Z[ recovery-image] Sep 23 22:21:07.298 INFO O| Sep 23 22:21:07.298 INFO STEP 1087: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73862024-09-23T22:21:08.636Z[ recovery-image] Sep 23 22:21:07.308 INFO O| Sep 23 22:21:07.308 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/install"
73872024-09-23T22:21:08.636Z[ recovery-image] Sep 23 22:21:07.308 INFO O| Sep 23 22:21:07.308 INFO STEP 1087 (remove_files) COMPLETE
73882024-09-23T22:21:08.639Z[ recovery-image] Sep 23 22:21:07.308 INFO O| Sep 23 22:21:07.308 INFO STEP 1088: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73892024-09-23T22:21:08.647Z[ recovery-image] Sep 23 22:21:07.319 INFO O| Sep 23 22:21:07.319 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/installboot"
73902024-09-23T22:21:08.647Z[ recovery-image] Sep 23 22:21:07.319 INFO O| Sep 23 22:21:07.319 INFO STEP 1088 (remove_files) COMPLETE
73912024-09-23T22:21:08.647Z[ recovery-image] Sep 23 22:21:07.319 INFO O| Sep 23 22:21:07.319 INFO STEP 1089: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73922024-09-23T22:21:08.657Z[ recovery-image] Sep 23 22:21:07.329 INFO O| Sep 23 22:21:07.329 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/installf"
73932024-09-23T22:21:08.657Z[ recovery-image] Sep 23 22:21:07.329 INFO O| Sep 23 22:21:07.329 INFO STEP 1089 (remove_files) COMPLETE
73942024-09-23T22:21:08.660Z[ recovery-image] Sep 23 22:21:07.329 INFO O| Sep 23 22:21:07.329 INFO STEP 1090: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73952024-09-23T22:21:08.667Z[ recovery-image] Sep 23 22:21:07.339 INFO O| Sep 23 22:21:07.339 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/intrstat"
73962024-09-23T22:21:08.667Z[ recovery-image] Sep 23 22:21:07.339 INFO O| Sep 23 22:21:07.339 INFO STEP 1090 (remove_files) COMPLETE
73972024-09-23T22:21:08.667Z[ recovery-image] Sep 23 22:21:07.339 INFO O| Sep 23 22:21:07.339 INFO STEP 1091: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73982024-09-23T22:21:08.677Z[ recovery-image] Sep 23 22:21:07.349 INFO O| Sep 23 22:21:07.349 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/ipsecalgs"
73992024-09-23T22:21:08.680Z[ recovery-image] Sep 23 22:21:07.350 INFO O| Sep 23 22:21:07.350 INFO STEP 1091 (remove_files) COMPLETE
74002024-09-23T22:21:08.680Z[ recovery-image] Sep 23 22:21:07.350 INFO O| Sep 23 22:21:07.350 INFO STEP 1092: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74012024-09-23T22:21:08.689Z[ recovery-image] Sep 23 22:21:07.360 INFO O| Sep 23 22:21:07.360 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/ipsecconf"
74022024-09-23T22:21:08.689Z[ recovery-image] Sep 23 22:21:07.360 INFO O| Sep 23 22:21:07.360 INFO STEP 1092 (remove_files) COMPLETE
74032024-09-23T22:21:08.689Z[ recovery-image] Sep 23 22:21:07.360 INFO O| Sep 23 22:21:07.360 INFO STEP 1093: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74042024-09-23T22:21:08.699Z[ recovery-image] Sep 23 22:21:07.370 INFO O| Sep 23 22:21:07.370 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/ipseckey"
74052024-09-23T22:21:08.701Z[ recovery-image] Sep 23 22:21:07.371 INFO O| Sep 23 22:21:07.370 INFO STEP 1093 (remove_files) COMPLETE
74062024-09-23T22:21:08.701Z[ recovery-image] Sep 23 22:21:07.371 INFO O| Sep 23 22:21:07.370 INFO STEP 1094: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74072024-09-23T22:21:08.709Z[ recovery-image] Sep 23 22:21:07.380 INFO O| Sep 23 22:21:07.380 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/keyserv"
74082024-09-23T22:21:08.711Z[ recovery-image] Sep 23 22:21:07.381 INFO O| Sep 23 22:21:07.380 INFO STEP 1094 (remove_files) COMPLETE
74092024-09-23T22:21:08.711Z[ recovery-image] Sep 23 22:21:07.381 INFO O| Sep 23 22:21:07.381 INFO STEP 1095: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74102024-09-23T22:21:08.719Z[ recovery-image] Sep 23 22:21:07.390 INFO O| Sep 23 22:21:07.390 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/killall"
74112024-09-23T22:21:08.719Z[ recovery-image] Sep 23 22:21:07.391 INFO O| Sep 23 22:21:07.391 INFO STEP 1095 (remove_files) COMPLETE
74122024-09-23T22:21:08.721Z[ recovery-image] Sep 23 22:21:07.391 INFO O| Sep 23 22:21:07.391 INFO STEP 1096: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74132024-09-23T22:21:08.729Z[ recovery-image] Sep 23 22:21:07.401 INFO O| Sep 23 22:21:07.401 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/link"
74142024-09-23T22:21:08.729Z[ recovery-image] Sep 23 22:21:07.401 INFO O| Sep 23 22:21:07.401 INFO STEP 1096 (remove_files) COMPLETE
74152024-09-23T22:21:08.732Z[ recovery-image] Sep 23 22:21:07.401 INFO O| Sep 23 22:21:07.401 INFO STEP 1097: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74162024-09-23T22:21:08.739Z[ recovery-image] Sep 23 22:21:07.411 INFO O| Sep 23 22:21:07.411 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/list_devices"
74172024-09-23T22:21:08.739Z[ recovery-image] Sep 23 22:21:07.411 INFO O| Sep 23 22:21:07.411 INFO STEP 1097 (remove_files) COMPLETE
74182024-09-23T22:21:08.741Z[ recovery-image] Sep 23 22:21:07.411 INFO O| Sep 23 22:21:07.411 INFO STEP 1098: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74192024-09-23T22:21:08.749Z[ recovery-image] Sep 23 22:21:07.421 INFO O| Sep 23 22:21:07.421 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/locator"
74202024-09-23T22:21:08.749Z[ recovery-image] Sep 23 22:21:07.421 INFO O| Sep 23 22:21:07.421 INFO STEP 1098 (remove_files) COMPLETE
74212024-09-23T22:21:08.751Z[ recovery-image] Sep 23 22:21:07.421 INFO O| Sep 23 22:21:07.421 INFO STEP 1099: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74222024-09-23T22:21:08.759Z[ recovery-image] Sep 23 22:21:07.431 INFO O| Sep 23 22:21:07.431 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/lockstat"
74232024-09-23T22:21:08.759Z[ recovery-image] Sep 23 22:21:07.431 INFO O| Sep 23 22:21:07.431 INFO STEP 1099 (remove_files) COMPLETE
74242024-09-23T22:21:08.761Z[ recovery-image] Sep 23 22:21:07.431 INFO O| Sep 23 22:21:07.431 INFO STEP 1100: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74252024-09-23T22:21:08.770Z[ recovery-image] Sep 23 22:21:07.441 INFO O| Sep 23 22:21:07.441 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/lofiadm"
74262024-09-23T22:21:08.770Z[ recovery-image] Sep 23 22:21:07.441 INFO O| Sep 23 22:21:07.441 INFO STEP 1100 (remove_files) COMPLETE
74272024-09-23T22:21:08.770Z[ recovery-image] Sep 23 22:21:07.441 INFO O| Sep 23 22:21:07.441 INFO STEP 1101: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74282024-09-23T22:21:08.780Z[ recovery-image] Sep 23 22:21:07.452 INFO O| Sep 23 22:21:07.452 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/logadm"
74292024-09-23T22:21:08.780Z[ recovery-image] Sep 23 22:21:07.452 INFO O| Sep 23 22:21:07.452 INFO STEP 1101 (remove_files) COMPLETE
74302024-09-23T22:21:08.783Z[ recovery-image] Sep 23 22:21:07.452 INFO O| Sep 23 22:21:07.452 INFO STEP 1102: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74312024-09-23T22:21:08.791Z[ recovery-image] Sep 23 22:21:07.462 INFO O| Sep 23 22:21:07.462 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/makedbm"
74322024-09-23T22:21:08.791Z[ recovery-image] Sep 23 22:21:07.462 INFO O| Sep 23 22:21:07.462 INFO STEP 1102 (remove_files) COMPLETE
74332024-09-23T22:21:08.791Z[ recovery-image] Sep 23 22:21:07.462 INFO O| Sep 23 22:21:07.462 INFO STEP 1103: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74342024-09-23T22:21:08.801Z[ recovery-image] Sep 23 22:21:07.473 INFO O| Sep 23 22:21:07.473 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/mkdevalloc"
74352024-09-23T22:21:08.801Z[ recovery-image] Sep 23 22:21:07.473 INFO O| Sep 23 22:21:07.473 INFO STEP 1103 (remove_files) COMPLETE
74362024-09-23T22:21:08.801Z[ recovery-image] Sep 23 22:21:07.473 INFO O| Sep 23 22:21:07.473 INFO STEP 1104: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74372024-09-23T22:21:08.812Z[ recovery-image] Sep 23 22:21:07.484 INFO O| Sep 23 22:21:07.484 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/mkdevmaps"
74382024-09-23T22:21:08.812Z[ recovery-image] Sep 23 22:21:07.484 INFO O| Sep 23 22:21:07.484 INFO STEP 1104 (remove_files) COMPLETE
74392024-09-23T22:21:08.812Z[ recovery-image] Sep 23 22:21:07.484 INFO O| Sep 23 22:21:07.484 INFO STEP 1105: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74402024-09-23T22:21:08.822Z[ recovery-image] Sep 23 22:21:07.494 INFO O| Sep 23 22:21:07.494 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/mkfile"
74412024-09-23T22:21:08.825Z[ recovery-image] Sep 23 22:21:07.494 INFO O| Sep 23 22:21:07.494 INFO STEP 1105 (remove_files) COMPLETE
74422024-09-23T22:21:08.825Z[ recovery-image] Sep 23 22:21:07.494 INFO O| Sep 23 22:21:07.494 INFO STEP 1106: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74432024-09-23T22:21:08.833Z[ recovery-image] Sep 23 22:21:07.505 INFO O| Sep 23 22:21:07.505 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/mknod"
74442024-09-23T22:21:08.833Z[ recovery-image] Sep 23 22:21:07.505 INFO O| Sep 23 22:21:07.505 INFO STEP 1106 (remove_files) COMPLETE
74452024-09-23T22:21:08.833Z[ recovery-image] Sep 23 22:21:07.505 INFO O| Sep 23 22:21:07.505 INFO STEP 1107: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74462024-09-23T22:21:08.843Z[ recovery-image] Sep 23 22:21:07.515 INFO O| Sep 23 22:21:07.515 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/modinfo"
74472024-09-23T22:21:08.843Z[ recovery-image] Sep 23 22:21:07.515 INFO O| Sep 23 22:21:07.515 INFO STEP 1107 (remove_files) COMPLETE
74482024-09-23T22:21:08.846Z[ recovery-image] Sep 23 22:21:07.515 INFO O| Sep 23 22:21:07.515 INFO STEP 1108: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74492024-09-23T22:21:08.854Z[ recovery-image] Sep 23 22:21:07.526 INFO O| Sep 23 22:21:07.526 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/modload"
74502024-09-23T22:21:08.854Z[ recovery-image] Sep 23 22:21:07.526 INFO O| Sep 23 22:21:07.526 INFO STEP 1108 (remove_files) COMPLETE
74512024-09-23T22:21:08.854Z[ recovery-image] Sep 23 22:21:07.526 INFO O| Sep 23 22:21:07.526 INFO STEP 1109: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74522024-09-23T22:21:08.864Z[ recovery-image] Sep 23 22:21:07.536 INFO O| Sep 23 22:21:07.536 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/mountall"
74532024-09-23T22:21:08.867Z[ recovery-image] Sep 23 22:21:07.536 INFO O| Sep 23 22:21:07.536 INFO STEP 1109 (remove_files) COMPLETE
74542024-09-23T22:21:08.867Z[ recovery-image] Sep 23 22:21:07.536 INFO O| Sep 23 22:21:07.536 INFO STEP 1110: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74552024-09-23T22:21:08.875Z[ recovery-image] Sep 23 22:21:07.547 INFO O| Sep 23 22:21:07.546 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/msgid"
74562024-09-23T22:21:08.878Z[ recovery-image] Sep 23 22:21:07.547 INFO O| Sep 23 22:21:07.547 INFO STEP 1110 (remove_files) COMPLETE
74572024-09-23T22:21:08.878Z[ recovery-image] Sep 23 22:21:07.547 INFO O| Sep 23 22:21:07.547 INFO STEP 1111: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74582024-09-23T22:21:08.885Z[ recovery-image] Sep 23 22:21:07.557 INFO O| Sep 23 22:21:07.557 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/mvdir"
74592024-09-23T22:21:08.885Z[ recovery-image] Sep 23 22:21:07.557 INFO O| Sep 23 22:21:07.557 INFO STEP 1111 (remove_files) COMPLETE
74602024-09-23T22:21:08.885Z[ recovery-image] Sep 23 22:21:07.557 INFO O| Sep 23 22:21:07.557 INFO STEP 1112: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74612024-09-23T22:21:08.895Z[ recovery-image] Sep 23 22:21:07.567 INFO O| Sep 23 22:21:07.567 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/ndp"
74622024-09-23T22:21:08.898Z[ recovery-image] Sep 23 22:21:07.567 INFO O| Sep 23 22:21:07.567 INFO STEP 1112 (remove_files) COMPLETE
74632024-09-23T22:21:08.898Z[ recovery-image] Sep 23 22:21:07.567 INFO O| Sep 23 22:21:07.567 INFO STEP 1113: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74642024-09-23T22:21:08.905Z[ recovery-image] Sep 23 22:21:07.577 INFO O| Sep 23 22:21:07.577 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/nlsadmin"
74652024-09-23T22:21:08.905Z[ recovery-image] Sep 23 22:21:07.577 INFO O| Sep 23 22:21:07.577 INFO STEP 1113 (remove_files) COMPLETE
74662024-09-23T22:21:08.905Z[ recovery-image] Sep 23 22:21:07.577 INFO O| Sep 23 22:21:07.577 INFO STEP 1114: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74672024-09-23T22:21:08.915Z[ recovery-image] Sep 23 22:21:07.587 INFO O| Sep 23 22:21:07.587 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/nltest"
74682024-09-23T22:21:08.915Z[ recovery-image] Sep 23 22:21:07.587 INFO O| Sep 23 22:21:07.587 INFO STEP 1114 (remove_files) COMPLETE
74692024-09-23T22:21:08.918Z[ recovery-image] Sep 23 22:21:07.587 INFO O| Sep 23 22:21:07.587 INFO STEP 1115: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74702024-09-23T22:21:08.926Z[ recovery-image] Sep 23 22:21:07.598 INFO O| Sep 23 22:21:07.598 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/nvmeadm"
74712024-09-23T22:21:08.926Z[ recovery-image] Sep 23 22:21:07.598 INFO O| Sep 23 22:21:07.598 INFO STEP 1115 (remove_files) COMPLETE
74722024-09-23T22:21:08.926Z[ recovery-image] Sep 23 22:21:07.598 INFO O| Sep 23 22:21:07.598 INFO STEP 1116: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74732024-09-23T22:21:08.938Z[ recovery-image] Sep 23 22:21:07.610 INFO O| Sep 23 22:21:07.610 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/nwamadm"
74742024-09-23T22:21:08.938Z[ recovery-image] Sep 23 22:21:07.610 INFO O| Sep 23 22:21:07.610 INFO STEP 1116 (remove_files) COMPLETE
74752024-09-23T22:21:08.940Z[ recovery-image] Sep 23 22:21:07.610 INFO O| Sep 23 22:21:07.610 INFO STEP 1117: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74762024-09-23T22:21:08.949Z[ recovery-image] Sep 23 22:21:07.621 INFO O| Sep 23 22:21:07.621 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/nwamcfg"
74772024-09-23T22:21:08.949Z[ recovery-image] Sep 23 22:21:07.621 INFO O| Sep 23 22:21:07.621 INFO STEP 1117 (remove_files) COMPLETE
74782024-09-23T22:21:08.952Z[ recovery-image] Sep 23 22:21:07.621 INFO O| Sep 23 22:21:07.621 INFO STEP 1118: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74792024-09-23T22:21:08.960Z[ recovery-image] Sep 23 22:21:07.632 INFO O| Sep 23 22:21:07.632 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/pbind"
74802024-09-23T22:21:08.960Z[ recovery-image] Sep 23 22:21:07.632 INFO O| Sep 23 22:21:07.632 INFO STEP 1118 (remove_files) COMPLETE
74812024-09-23T22:21:08.963Z[ recovery-image] Sep 23 22:21:07.632 INFO O| Sep 23 22:21:07.632 INFO STEP 1119: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74822024-09-23T22:21:08.966Z[ host-image] Sep 23 22:21:07.636 INFO O| incorp = pkg://helios-dev/consolidation/osnet/osnet-incorporation@0.5.11-2.0.22908:20240923T144000Z
74832024-09-23T22:21:08.971Z[ recovery-image] Sep 23 22:21:07.643 INFO O| Sep 23 22:21:07.643 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/ping"
74842024-09-23T22:21:08.973Z[ recovery-image] Sep 23 22:21:07.643 INFO O| Sep 23 22:21:07.643 INFO STEP 1119 (remove_files) COMPLETE
74852024-09-23T22:21:08.973Z[ recovery-image] Sep 23 22:21:07.643 INFO O| Sep 23 22:21:07.643 INFO STEP 1120: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74862024-09-23T22:21:08.981Z[ recovery-image] Sep 23 22:21:07.653 INFO O| Sep 23 22:21:07.653 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/pkgadd"
74872024-09-23T22:21:08.981Z[ recovery-image] Sep 23 22:21:07.653 INFO O| Sep 23 22:21:07.653 INFO STEP 1120 (remove_files) COMPLETE
74882024-09-23T22:21:08.984Z[ recovery-image] Sep 23 22:21:07.653 INFO O| Sep 23 22:21:07.653 INFO STEP 1121: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74892024-09-23T22:21:08.992Z[ recovery-image] Sep 23 22:21:07.664 INFO O| Sep 23 22:21:07.664 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/pkgask"
74902024-09-23T22:21:08.992Z[ recovery-image] Sep 23 22:21:07.664 INFO O| Sep 23 22:21:07.664 INFO STEP 1121 (remove_files) COMPLETE
74912024-09-23T22:21:08.992Z[ recovery-image] Sep 23 22:21:07.664 INFO O| Sep 23 22:21:07.664 INFO STEP 1122: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74922024-09-23T22:21:09.002Z[ recovery-image] Sep 23 22:21:07.674 INFO O| Sep 23 22:21:07.674 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/pkgchk"
74932024-09-23T22:21:09.005Z[ recovery-image] Sep 23 22:21:07.674 INFO O| Sep 23 22:21:07.674 INFO STEP 1122 (remove_files) COMPLETE
74942024-09-23T22:21:09.005Z[ recovery-image] Sep 23 22:21:07.674 INFO O| Sep 23 22:21:07.674 INFO STEP 1123: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74952024-09-23T22:21:09.012Z[ recovery-image] Sep 23 22:21:07.684 INFO O| Sep 23 22:21:07.684 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/pkgrm"
74962024-09-23T22:21:09.012Z[ recovery-image] Sep 23 22:21:07.684 INFO O| Sep 23 22:21:07.684 INFO STEP 1123 (remove_files) COMPLETE
74972024-09-23T22:21:09.015Z[ recovery-image] Sep 23 22:21:07.684 INFO O| Sep 23 22:21:07.684 INFO STEP 1124: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74982024-09-23T22:21:09.024Z[ recovery-image] Sep 23 22:21:07.695 INFO O| Sep 23 22:21:07.695 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/plockstat"
74992024-09-23T22:21:09.024Z[ recovery-image] Sep 23 22:21:07.695 INFO O| Sep 23 22:21:07.695 INFO STEP 1124 (remove_files) COMPLETE
75002024-09-23T22:21:09.026Z[ recovery-image] Sep 23 22:21:07.695 INFO O| Sep 23 22:21:07.695 INFO STEP 1125: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75012024-09-23T22:21:09.034Z[ recovery-image] Sep 23 22:21:07.706 INFO O| Sep 23 22:21:07.705 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/pooladm"
75022024-09-23T22:21:09.034Z[ recovery-image] Sep 23 22:21:07.706 INFO O| Sep 23 22:21:07.706 INFO STEP 1125 (remove_files) COMPLETE
75032024-09-23T22:21:09.037Z[ recovery-image] Sep 23 22:21:07.706 INFO O| Sep 23 22:21:07.706 INFO STEP 1126: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75042024-09-23T22:21:09.044Z[ recovery-image] Sep 23 22:21:07.716 INFO O| Sep 23 22:21:07.715 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/poolbind"
75052024-09-23T22:21:09.044Z[ recovery-image] Sep 23 22:21:07.716 INFO O| Sep 23 22:21:07.716 INFO STEP 1126 (remove_files) COMPLETE
75062024-09-23T22:21:09.044Z[ recovery-image] Sep 23 22:21:07.716 INFO O| Sep 23 22:21:07.716 INFO STEP 1127: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75072024-09-23T22:21:09.054Z[ recovery-image] Sep 23 22:21:07.726 INFO O| Sep 23 22:21:07.725 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/poolcfg"
75082024-09-23T22:21:09.054Z[ recovery-image] Sep 23 22:21:07.726 INFO O| Sep 23 22:21:07.726 INFO STEP 1127 (remove_files) COMPLETE
75092024-09-23T22:21:09.054Z[ recovery-image] Sep 23 22:21:07.726 INFO O| Sep 23 22:21:07.726 INFO STEP 1128: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75102024-09-23T22:21:09.064Z[ recovery-image] Sep 23 22:21:07.736 INFO O| Sep 23 22:21:07.736 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/ports"
75112024-09-23T22:21:09.064Z[ recovery-image] Sep 23 22:21:07.736 INFO O| Sep 23 22:21:07.736 INFO STEP 1128 (remove_files) COMPLETE
75122024-09-23T22:21:09.064Z[ recovery-image] Sep 23 22:21:07.736 INFO O| Sep 23 22:21:07.736 INFO STEP 1129: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75132024-09-23T22:21:09.075Z[ recovery-image] Sep 23 22:21:07.746 INFO O| Sep 23 22:21:07.746 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/poweroff"
75142024-09-23T22:21:09.075Z[ recovery-image] Sep 23 22:21:07.746 INFO O| Sep 23 22:21:07.746 INFO STEP 1129 (remove_files) COMPLETE
75152024-09-23T22:21:09.075Z[ recovery-image] Sep 23 22:21:07.746 INFO O| Sep 23 22:21:07.746 INFO STEP 1130: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75162024-09-23T22:21:09.084Z[ recovery-image] Sep 23 22:21:07.756 INFO O| Sep 23 22:21:07.756 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/pptadm"
75172024-09-23T22:21:09.085Z[ recovery-image] Sep 23 22:21:07.756 INFO O| Sep 23 22:21:07.756 INFO STEP 1130 (remove_files) COMPLETE
75182024-09-23T22:21:09.085Z[ recovery-image] Sep 23 22:21:07.756 INFO O| Sep 23 22:21:07.756 INFO STEP 1131: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75192024-09-23T22:21:09.095Z[ recovery-image] Sep 23 22:21:07.767 INFO O| Sep 23 22:21:07.766 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/praudit"
75202024-09-23T22:21:09.095Z[ recovery-image] Sep 23 22:21:07.767 INFO O| Sep 23 22:21:07.767 INFO STEP 1131 (remove_files) COMPLETE
75212024-09-23T22:21:09.097Z[ recovery-image] Sep 23 22:21:07.767 INFO O| Sep 23 22:21:07.767 INFO STEP 1132: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75222024-09-23T22:21:09.105Z[ recovery-image] Sep 23 22:21:07.777 INFO O| Sep 23 22:21:07.777 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/projadd"
75232024-09-23T22:21:09.105Z[ recovery-image] Sep 23 22:21:07.777 INFO O| Sep 23 22:21:07.777 INFO STEP 1132 (remove_files) COMPLETE
75242024-09-23T22:21:09.105Z[ recovery-image] Sep 23 22:21:07.777 INFO O| Sep 23 22:21:07.777 INFO STEP 1133: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75252024-09-23T22:21:09.115Z[ recovery-image] Sep 23 22:21:07.787 INFO O| Sep 23 22:21:07.786 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/projdel"
75262024-09-23T22:21:09.115Z[ recovery-image] Sep 23 22:21:07.787 INFO O| Sep 23 22:21:07.787 INFO STEP 1133 (remove_files) COMPLETE
75272024-09-23T22:21:09.117Z[ recovery-image] Sep 23 22:21:07.787 INFO O| Sep 23 22:21:07.787 INFO STEP 1134: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75282024-09-23T22:21:09.125Z[ recovery-image] Sep 23 22:21:07.797 INFO O| Sep 23 22:21:07.797 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/projmod"
75292024-09-23T22:21:09.125Z[ recovery-image] Sep 23 22:21:07.797 INFO O| Sep 23 22:21:07.797 INFO STEP 1134 (remove_files) COMPLETE
75302024-09-23T22:21:09.125Z[ recovery-image] Sep 23 22:21:07.797 INFO O| Sep 23 22:21:07.797 INFO STEP 1135: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75312024-09-23T22:21:09.135Z[ recovery-image] Sep 23 22:21:07.807 INFO O| Sep 23 22:21:07.807 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/prtdiag"
75322024-09-23T22:21:09.138Z[ recovery-image] Sep 23 22:21:07.808 INFO O| Sep 23 22:21:07.808 INFO STEP 1135 (remove_files) COMPLETE
75332024-09-23T22:21:09.138Z[ recovery-image] Sep 23 22:21:07.808 INFO O| Sep 23 22:21:07.808 INFO STEP 1136: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75342024-09-23T22:21:09.147Z[ recovery-image] Sep 23 22:21:07.819 INFO O| Sep 23 22:21:07.819 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/prtpicl"
75352024-09-23T22:21:09.150Z[ recovery-image] Sep 23 22:21:07.819 INFO O| Sep 23 22:21:07.819 INFO STEP 1136 (remove_files) COMPLETE
75362024-09-23T22:21:09.150Z[ recovery-image] Sep 23 22:21:07.819 INFO O| Sep 23 22:21:07.819 INFO STEP 1137: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75372024-09-23T22:21:09.158Z[ recovery-image] Sep 23 22:21:07.829 INFO O| Sep 23 22:21:07.829 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/prtvtoc"
75382024-09-23T22:21:09.158Z[ recovery-image] Sep 23 22:21:07.830 INFO O| Sep 23 22:21:07.830 INFO STEP 1137 (remove_files) COMPLETE
75392024-09-23T22:21:09.161Z[ recovery-image] Sep 23 22:21:07.830 INFO O| Sep 23 22:21:07.830 INFO STEP 1138: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75402024-09-23T22:21:09.168Z[ recovery-image] Sep 23 22:21:07.840 INFO O| Sep 23 22:21:07.840 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/psradm"
75412024-09-23T22:21:09.168Z[ recovery-image] Sep 23 22:21:07.840 INFO O| Sep 23 22:21:07.840 INFO STEP 1138 (remove_files) COMPLETE
75422024-09-23T22:21:09.171Z[ recovery-image] Sep 23 22:21:07.840 INFO O| Sep 23 22:21:07.840 INFO STEP 1139: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75432024-09-23T22:21:09.178Z[ recovery-image] Sep 23 22:21:07.850 INFO O| Sep 23 22:21:07.850 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/psrinfo"
75442024-09-23T22:21:09.180Z[ recovery-image] Sep 23 22:21:07.850 INFO O| Sep 23 22:21:07.850 INFO STEP 1139 (remove_files) COMPLETE
75452024-09-23T22:21:09.180Z[ recovery-image] Sep 23 22:21:07.850 INFO O| Sep 23 22:21:07.850 INFO STEP 1140: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75462024-09-23T22:21:09.188Z[ recovery-image] Sep 23 22:21:07.860 INFO O| Sep 23 22:21:07.860 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/psrset"
75472024-09-23T22:21:09.188Z[ recovery-image] Sep 23 22:21:07.860 INFO O| Sep 23 22:21:07.860 INFO STEP 1140 (remove_files) COMPLETE
75482024-09-23T22:21:09.188Z[ recovery-image] Sep 23 22:21:07.860 INFO O| Sep 23 22:21:07.860 INFO STEP 1141: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75492024-09-23T22:21:09.198Z[ recovery-image] Sep 23 22:21:07.870 INFO O| Sep 23 22:21:07.870 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/pwck"
75502024-09-23T22:21:09.198Z[ recovery-image] Sep 23 22:21:07.870 INFO O| Sep 23 22:21:07.870 INFO STEP 1141 (remove_files) COMPLETE
75512024-09-23T22:21:09.198Z[ recovery-image] Sep 23 22:21:07.870 INFO O| Sep 23 22:21:07.870 INFO STEP 1142: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75522024-09-23T22:21:09.209Z[ recovery-image] Sep 23 22:21:07.880 INFO O| Sep 23 22:21:07.880 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/pwconv"
75532024-09-23T22:21:09.209Z[ recovery-image] Sep 23 22:21:07.881 INFO O| Sep 23 22:21:07.881 INFO STEP 1142 (remove_files) COMPLETE
75542024-09-23T22:21:09.209Z[ recovery-image] Sep 23 22:21:07.881 INFO O| Sep 23 22:21:07.881 INFO STEP 1143: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75552024-09-23T22:21:09.219Z[ recovery-image] Sep 23 22:21:07.891 INFO O| Sep 23 22:21:07.891 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/raidctl"
75562024-09-23T22:21:09.219Z[ recovery-image] Sep 23 22:21:07.891 INFO O| Sep 23 22:21:07.891 INFO STEP 1143 (remove_files) COMPLETE
75572024-09-23T22:21:09.219Z[ recovery-image] Sep 23 22:21:07.891 INFO O| Sep 23 22:21:07.891 INFO STEP 1144: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75582024-09-23T22:21:09.230Z[ recovery-image] Sep 23 22:21:07.901 INFO O| Sep 23 22:21:07.901 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/ramdiskadm"
75592024-09-23T22:21:09.230Z[ recovery-image] Sep 23 22:21:07.901 INFO O| Sep 23 22:21:07.901 INFO STEP 1144 (remove_files) COMPLETE
75602024-09-23T22:21:09.230Z[ recovery-image] Sep 23 22:21:07.901 INFO O| Sep 23 22:21:07.901 INFO STEP 1145: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75612024-09-23T22:21:09.240Z[ recovery-image] Sep 23 22:21:07.912 INFO O| Sep 23 22:21:07.911 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/rctladm"
75622024-09-23T22:21:09.240Z[ recovery-image] Sep 23 22:21:07.912 INFO O| Sep 23 22:21:07.912 INFO STEP 1145 (remove_files) COMPLETE
75632024-09-23T22:21:09.240Z[ recovery-image] Sep 23 22:21:07.912 INFO O| Sep 23 22:21:07.912 INFO STEP 1146: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75642024-09-23T22:21:09.250Z[ recovery-image] Sep 23 22:21:07.922 INFO O| Sep 23 22:21:07.922 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/rdmsr"
75652024-09-23T22:21:09.250Z[ recovery-image] Sep 23 22:21:07.922 INFO O| Sep 23 22:21:07.922 INFO STEP 1146 (remove_files) COMPLETE
75662024-09-23T22:21:09.250Z[ recovery-image] Sep 23 22:21:07.922 INFO O| Sep 23 22:21:07.922 INFO STEP 1147: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75672024-09-23T22:21:09.261Z[ recovery-image] Sep 23 22:21:07.933 INFO O| Sep 23 22:21:07.933 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/reboot"
75682024-09-23T22:21:09.261Z[ recovery-image] Sep 23 22:21:07.933 INFO O| Sep 23 22:21:07.933 INFO STEP 1147 (remove_files) COMPLETE
75692024-09-23T22:21:09.261Z[ recovery-image] Sep 23 22:21:07.933 INFO O| Sep 23 22:21:07.933 INFO STEP 1148: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75702024-09-23T22:21:09.272Z[ recovery-image] Sep 23 22:21:07.943 INFO O| Sep 23 22:21:07.943 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/rem_drv"
75712024-09-23T22:21:09.272Z[ recovery-image] Sep 23 22:21:07.944 INFO O| Sep 23 22:21:07.943 INFO STEP 1148 (remove_files) COMPLETE
75722024-09-23T22:21:09.272Z[ recovery-image] Sep 23 22:21:07.944 INFO O| Sep 23 22:21:07.943 INFO STEP 1149: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75732024-09-23T22:21:09.282Z[ recovery-image] Sep 23 22:21:07.953 INFO O| Sep 23 22:21:07.953 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/removef"
75742024-09-23T22:21:09.282Z[ recovery-image] Sep 23 22:21:07.954 INFO O| Sep 23 22:21:07.953 INFO STEP 1149 (remove_files) COMPLETE
75752024-09-23T22:21:09.282Z[ recovery-image] Sep 23 22:21:07.954 INFO O| Sep 23 22:21:07.954 INFO STEP 1150: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75762024-09-23T22:21:09.292Z[ recovery-image] Sep 23 22:21:07.963 INFO O| Sep 23 22:21:07.963 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/roleadd"
75772024-09-23T22:21:09.292Z[ recovery-image] Sep 23 22:21:07.964 INFO O| Sep 23 22:21:07.964 INFO STEP 1150 (remove_files) COMPLETE
75782024-09-23T22:21:09.292Z[ recovery-image] Sep 23 22:21:07.964 INFO O| Sep 23 22:21:07.964 INFO STEP 1151: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75792024-09-23T22:21:09.302Z[ recovery-image] Sep 23 22:21:07.973 INFO O| Sep 23 22:21:07.973 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/roledel"
75802024-09-23T22:21:09.302Z[ recovery-image] Sep 23 22:21:07.974 INFO O| Sep 23 22:21:07.973 INFO STEP 1151 (remove_files) COMPLETE
75812024-09-23T22:21:09.304Z[ recovery-image] Sep 23 22:21:07.974 INFO O| Sep 23 22:21:07.973 INFO STEP 1152: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75822024-09-23T22:21:09.312Z[ recovery-image] Sep 23 22:21:07.984 INFO O| Sep 23 22:21:07.984 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/rolemod"
75832024-09-23T22:21:09.312Z[ recovery-image] Sep 23 22:21:07.984 INFO O| Sep 23 22:21:07.984 INFO STEP 1152 (remove_files) COMPLETE
75842024-09-23T22:21:09.315Z[ recovery-image] Sep 23 22:21:07.984 INFO O| Sep 23 22:21:07.984 INFO STEP 1153: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75852024-09-23T22:21:09.323Z[ recovery-image] Sep 23 22:21:07.994 INFO O| Sep 23 22:21:07.994 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/root_archive"
75862024-09-23T22:21:09.323Z[ recovery-image] Sep 23 22:21:07.994 INFO O| Sep 23 22:21:07.994 INFO STEP 1153 (remove_files) COMPLETE
75872024-09-23T22:21:09.325Z[ recovery-image] Sep 23 22:21:07.994 INFO O| Sep 23 22:21:07.994 INFO STEP 1154: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75882024-09-23T22:21:09.332Z[ recovery-image] Sep 23 22:21:08.004 INFO O| Sep 23 22:21:08.004 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/rpcbind"
75892024-09-23T22:21:09.333Z[ recovery-image] Sep 23 22:21:08.004 INFO O| Sep 23 22:21:08.004 INFO STEP 1154 (remove_files) COMPLETE
75902024-09-23T22:21:09.333Z[ recovery-image] Sep 23 22:21:08.004 INFO O| Sep 23 22:21:08.004 INFO STEP 1155: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75912024-09-23T22:21:09.342Z[ recovery-image] Sep 23 22:21:08.014 INFO O| Sep 23 22:21:08.014 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/rtc"
75922024-09-23T22:21:09.342Z[ recovery-image] Sep 23 22:21:08.014 INFO O| Sep 23 22:21:08.014 INFO STEP 1155 (remove_files) COMPLETE
75932024-09-23T22:21:09.342Z[ recovery-image] Sep 23 22:21:08.014 INFO O| Sep 23 22:21:08.014 INFO STEP 1156: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75942024-09-23T22:21:09.353Z[ recovery-image] Sep 23 22:21:08.024 INFO O| Sep 23 22:21:08.024 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/rtquery"
75952024-09-23T22:21:09.355Z[ recovery-image] Sep 23 22:21:08.025 INFO O| Sep 23 22:21:08.025 INFO STEP 1156 (remove_files) COMPLETE
75962024-09-23T22:21:09.355Z[ recovery-image] Sep 23 22:21:08.025 INFO O| Sep 23 22:21:08.025 INFO STEP 1157: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75972024-09-23T22:21:09.365Z[ recovery-image] Sep 23 22:21:08.035 INFO O| Sep 23 22:21:08.035 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/setmnt"
75982024-09-23T22:21:09.365Z[ recovery-image] Sep 23 22:21:08.035 INFO O| Sep 23 22:21:08.035 INFO STEP 1157 (remove_files) COMPLETE
75992024-09-23T22:21:09.365Z[ recovery-image] Sep 23 22:21:08.035 INFO O| Sep 23 22:21:08.035 INFO STEP 1158: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76002024-09-23T22:21:09.376Z[ recovery-image] Sep 23 22:21:08.047 INFO O| Sep 23 22:21:08.046 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/share"
76012024-09-23T22:21:09.376Z[ recovery-image] Sep 23 22:21:08.047 INFO O| Sep 23 22:21:08.047 INFO STEP 1158 (remove_files) COMPLETE
76022024-09-23T22:21:09.376Z[ recovery-image] Sep 23 22:21:08.047 INFO O| Sep 23 22:21:08.047 INFO STEP 1159: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76032024-09-23T22:21:09.387Z[ recovery-image] Sep 23 22:21:08.058 INFO O| Sep 23 22:21:08.058 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/shareall"
76042024-09-23T22:21:09.387Z[ recovery-image] Sep 23 22:21:08.059 INFO O| Sep 23 22:21:08.058 INFO STEP 1159 (remove_files) COMPLETE
76052024-09-23T22:21:09.389Z[ recovery-image] Sep 23 22:21:08.059 INFO O| Sep 23 22:21:08.059 INFO STEP 1160: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76062024-09-23T22:21:09.398Z[ recovery-image] Sep 23 22:21:08.070 INFO O| Sep 23 22:21:08.070 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/sharectl"
76072024-09-23T22:21:09.401Z[ recovery-image] Sep 23 22:21:08.070 INFO O| Sep 23 22:21:08.070 INFO STEP 1160 (remove_files) COMPLETE
76082024-09-23T22:21:09.401Z[ recovery-image] Sep 23 22:21:08.070 INFO O| Sep 23 22:21:08.070 INFO STEP 1161: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76092024-09-23T22:21:09.410Z[ recovery-image] Sep 23 22:21:08.081 INFO O| Sep 23 22:21:08.081 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/sharemgr"
76102024-09-23T22:21:09.410Z[ recovery-image] Sep 23 22:21:08.081 INFO O| Sep 23 22:21:08.081 INFO STEP 1161 (remove_files) COMPLETE
76112024-09-23T22:21:09.410Z[ recovery-image] Sep 23 22:21:08.081 INFO O| Sep 23 22:21:08.081 INFO STEP 1162: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76122024-09-23T22:21:09.420Z[ recovery-image] Sep 23 22:21:08.092 INFO O| Sep 23 22:21:08.092 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/shutdown"
76132024-09-23T22:21:09.423Z[ recovery-image] Sep 23 22:21:08.092 INFO O| Sep 23 22:21:08.092 INFO STEP 1162 (remove_files) COMPLETE
76142024-09-23T22:21:09.423Z[ recovery-image] Sep 23 22:21:08.092 INFO O| Sep 23 22:21:08.092 INFO STEP 1163: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76152024-09-23T22:21:09.431Z[ recovery-image] Sep 23 22:21:08.103 INFO O| Sep 23 22:21:08.103 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/smbadm"
76162024-09-23T22:21:09.431Z[ recovery-image] Sep 23 22:21:08.103 INFO O| Sep 23 22:21:08.103 INFO STEP 1163 (remove_files) COMPLETE
76172024-09-23T22:21:09.431Z[ recovery-image] Sep 23 22:21:08.103 INFO O| Sep 23 22:21:08.103 INFO STEP 1164: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76182024-09-23T22:21:09.441Z[ recovery-image] Sep 23 22:21:08.113 INFO O| Sep 23 22:21:08.113 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/smbios"
76192024-09-23T22:21:09.441Z[ recovery-image] Sep 23 22:21:08.113 INFO O| Sep 23 22:21:08.113 INFO STEP 1164 (remove_files) COMPLETE
76202024-09-23T22:21:09.443Z[ recovery-image] Sep 23 22:21:08.113 INFO O| Sep 23 22:21:08.113 INFO STEP 1165: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76212024-09-23T22:21:09.451Z[ recovery-image] Sep 23 22:21:08.123 INFO O| Sep 23 22:21:08.123 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/smbstat"
76222024-09-23T22:21:09.451Z[ recovery-image] Sep 23 22:21:08.123 INFO O| Sep 23 22:21:08.123 INFO STEP 1165 (remove_files) COMPLETE
76232024-09-23T22:21:09.454Z[ recovery-image] Sep 23 22:21:08.123 INFO O| Sep 23 22:21:08.123 INFO STEP 1166: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76242024-09-23T22:21:09.461Z[ recovery-image] Sep 23 22:21:08.133 INFO O| Sep 23 22:21:08.133 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/snmpd"
76252024-09-23T22:21:09.461Z[ recovery-image] Sep 23 22:21:08.133 INFO O| Sep 23 22:21:08.133 INFO STEP 1166 (remove_files) COMPLETE
76262024-09-23T22:21:09.461Z[ recovery-image] Sep 23 22:21:08.133 INFO O| Sep 23 22:21:08.133 INFO STEP 1167: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76272024-09-23T22:21:09.471Z[ recovery-image] Sep 23 22:21:08.143 INFO O| Sep 23 22:21:08.143 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/snmptrapd"
76282024-09-23T22:21:09.474Z[ recovery-image] Sep 23 22:21:08.144 INFO O| Sep 23 22:21:08.144 INFO STEP 1167 (remove_files) COMPLETE
76292024-09-23T22:21:09.474Z[ recovery-image] Sep 23 22:21:08.144 INFO O| Sep 23 22:21:08.144 INFO STEP 1168: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76302024-09-23T22:21:09.482Z[ recovery-image] Sep 23 22:21:08.154 INFO O| Sep 23 22:21:08.154 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/snoop"
76312024-09-23T22:21:09.486Z[ recovery-image] Sep 23 22:21:08.154 INFO O| Sep 23 22:21:08.154 INFO STEP 1168 (remove_files) COMPLETE
76322024-09-23T22:21:09.486Z[ recovery-image] Sep 23 22:21:08.154 INFO O| Sep 23 22:21:08.154 INFO STEP 1169: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76332024-09-23T22:21:09.492Z[ recovery-image] Sep 23 22:21:08.164 INFO O| Sep 23 22:21:08.164 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/sshd"
76342024-09-23T22:21:09.492Z[ recovery-image] Sep 23 22:21:08.164 INFO O| Sep 23 22:21:08.164 INFO STEP 1169 (remove_files) COMPLETE
76352024-09-23T22:21:09.492Z[ recovery-image] Sep 23 22:21:08.164 INFO O| Sep 23 22:21:08.164 INFO STEP 1170: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76362024-09-23T22:21:09.502Z[ recovery-image] Sep 23 22:21:08.174 INFO O| Sep 23 22:21:08.174 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/stmsboot"
76372024-09-23T22:21:09.505Z[ recovery-image] Sep 23 22:21:08.174 INFO O| Sep 23 22:21:08.174 INFO STEP 1170 (remove_files) COMPLETE
76382024-09-23T22:21:09.505Z[ recovery-image] Sep 23 22:21:08.174 INFO O| Sep 23 22:21:08.174 INFO STEP 1171: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76392024-09-23T22:21:09.512Z[ recovery-image] Sep 23 22:21:08.184 INFO O| Sep 23 22:21:08.184 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/strace"
76402024-09-23T22:21:09.512Z[ recovery-image] Sep 23 22:21:08.184 INFO O| Sep 23 22:21:08.184 INFO STEP 1171 (remove_files) COMPLETE
76412024-09-23T22:21:09.512Z[ recovery-image] Sep 23 22:21:08.184 INFO O| Sep 23 22:21:08.184 INFO STEP 1172: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76422024-09-23T22:21:09.522Z[ recovery-image] Sep 23 22:21:08.194 INFO O| Sep 23 22:21:08.194 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/strclean"
76432024-09-23T22:21:09.522Z[ recovery-image] Sep 23 22:21:08.194 INFO O| Sep 23 22:21:08.194 INFO STEP 1172 (remove_files) COMPLETE
76442024-09-23T22:21:09.522Z[ recovery-image] Sep 23 22:21:08.194 INFO O| Sep 23 22:21:08.194 INFO STEP 1173: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76452024-09-23T22:21:09.532Z[ recovery-image] Sep 23 22:21:08.204 INFO O| Sep 23 22:21:08.204 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/strerr"
76462024-09-23T22:21:09.532Z[ recovery-image] Sep 23 22:21:08.204 INFO O| Sep 23 22:21:08.204 INFO STEP 1173 (remove_files) COMPLETE
76472024-09-23T22:21:09.535Z[ recovery-image] Sep 23 22:21:08.204 INFO O| Sep 23 22:21:08.204 INFO STEP 1174: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76482024-09-23T22:21:09.542Z[ recovery-image] Sep 23 22:21:08.214 INFO O| Sep 23 22:21:08.214 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/sttydefs"
76492024-09-23T22:21:09.542Z[ recovery-image] Sep 23 22:21:08.214 INFO O| Sep 23 22:21:08.214 INFO STEP 1174 (remove_files) COMPLETE
76502024-09-23T22:21:09.542Z[ recovery-image] Sep 23 22:21:08.214 INFO O| Sep 23 22:21:08.214 INFO STEP 1175: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76512024-09-23T22:21:09.552Z[ recovery-image] Sep 23 22:21:08.224 INFO O| Sep 23 22:21:08.224 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/syncinit"
76522024-09-23T22:21:09.552Z[ recovery-image] Sep 23 22:21:08.224 INFO O| Sep 23 22:21:08.224 INFO STEP 1175 (remove_files) COMPLETE
76532024-09-23T22:21:09.553Z[ recovery-image] Sep 23 22:21:08.224 INFO O| Sep 23 22:21:08.224 INFO STEP 1176: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76542024-09-23T22:21:09.562Z[ recovery-image] Sep 23 22:21:08.234 INFO O| Sep 23 22:21:08.234 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/syncloop"
76552024-09-23T22:21:09.562Z[ recovery-image] Sep 23 22:21:08.234 INFO O| Sep 23 22:21:08.234 INFO STEP 1176 (remove_files) COMPLETE
76562024-09-23T22:21:09.563Z[ recovery-image] Sep 23 22:21:08.234 INFO O| Sep 23 22:21:08.234 INFO STEP 1177: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76572024-09-23T22:21:09.575Z[ recovery-image] Sep 23 22:21:08.247 INFO O| Sep 23 22:21:08.246 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/syncstat"
76582024-09-23T22:21:09.575Z[ recovery-image] Sep 23 22:21:08.247 INFO O| Sep 23 22:21:08.247 INFO STEP 1177 (remove_files) COMPLETE
76592024-09-23T22:21:09.575Z[ recovery-image] Sep 23 22:21:08.247 INFO O| Sep 23 22:21:08.247 INFO STEP 1178: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76602024-09-23T22:21:09.585Z[ recovery-image] Sep 23 22:21:08.257 INFO O| Sep 23 22:21:08.257 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/sysdef"
76612024-09-23T22:21:09.585Z[ recovery-image] Sep 23 22:21:08.257 INFO O| Sep 23 22:21:08.257 INFO STEP 1178 (remove_files) COMPLETE
76622024-09-23T22:21:09.588Z[ recovery-image] Sep 23 22:21:08.257 INFO O| Sep 23 22:21:08.257 INFO STEP 1179: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76632024-09-23T22:21:09.597Z[ recovery-image] Sep 23 22:21:08.269 INFO O| Sep 23 22:21:08.269 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/syseventadm"
76642024-09-23T22:21:09.597Z[ recovery-image] Sep 23 22:21:08.269 INFO O| Sep 23 22:21:08.269 INFO STEP 1179 (remove_files) COMPLETE
76652024-09-23T22:21:09.600Z[ recovery-image] Sep 23 22:21:08.269 INFO O| Sep 23 22:21:08.269 INFO STEP 1180: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76662024-09-23T22:21:09.608Z[ recovery-image] Sep 23 22:21:08.279 INFO O| Sep 23 22:21:08.279 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/t6mfgadm"
76672024-09-23T22:21:09.608Z[ recovery-image] Sep 23 22:21:08.279 INFO O| Sep 23 22:21:08.279 INFO STEP 1180 (remove_files) COMPLETE
76682024-09-23T22:21:09.610Z[ recovery-image] Sep 23 22:21:08.279 INFO O| Sep 23 22:21:08.279 INFO STEP 1181: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76692024-09-23T22:21:09.618Z[ recovery-image] Sep 23 22:21:08.289 INFO O| Sep 23 22:21:08.289 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/tapes"
76702024-09-23T22:21:09.618Z[ recovery-image] Sep 23 22:21:08.289 INFO O| Sep 23 22:21:08.289 INFO STEP 1181 (remove_files) COMPLETE
76712024-09-23T22:21:09.618Z[ recovery-image] Sep 23 22:21:08.289 INFO O| Sep 23 22:21:08.289 INFO STEP 1182: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76722024-09-23T22:21:09.627Z[ recovery-image] Sep 23 22:21:08.299 INFO O| Sep 23 22:21:08.299 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/tar"
76732024-09-23T22:21:09.627Z[ recovery-image] Sep 23 22:21:08.299 INFO O| Sep 23 22:21:08.299 INFO STEP 1182 (remove_files) COMPLETE
76742024-09-23T22:21:09.627Z[ recovery-image] Sep 23 22:21:08.299 INFO O| Sep 23 22:21:08.299 INFO STEP 1183: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76752024-09-23T22:21:09.637Z[ recovery-image] Sep 23 22:21:08.309 INFO O| Sep 23 22:21:08.309 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/tcsd"
76762024-09-23T22:21:09.637Z[ recovery-image] Sep 23 22:21:08.309 INFO O| Sep 23 22:21:08.309 INFO STEP 1183 (remove_files) COMPLETE
76772024-09-23T22:21:09.638Z[ recovery-image] Sep 23 22:21:08.309 INFO O| Sep 23 22:21:08.309 INFO STEP 1184: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76782024-09-23T22:21:09.647Z[ recovery-image] Sep 23 22:21:08.319 INFO O| Sep 23 22:21:08.319 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/traceroute"
76792024-09-23T22:21:09.647Z[ recovery-image] Sep 23 22:21:08.319 INFO O| Sep 23 22:21:08.319 INFO STEP 1184 (remove_files) COMPLETE
76802024-09-23T22:21:09.647Z[ recovery-image] Sep 23 22:21:08.319 INFO O| Sep 23 22:21:08.319 INFO STEP 1185: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76812024-09-23T22:21:09.657Z[ recovery-image] Sep 23 22:21:08.329 INFO O| Sep 23 22:21:08.329 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/trapstat"
76822024-09-23T22:21:09.657Z[ recovery-image] Sep 23 22:21:08.329 INFO O| Sep 23 22:21:08.329 INFO STEP 1185 (remove_files) COMPLETE
76832024-09-23T22:21:09.660Z[ recovery-image] Sep 23 22:21:08.329 INFO O| Sep 23 22:21:08.329 INFO STEP 1186: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76842024-09-23T22:21:09.667Z[ recovery-image] Sep 23 22:21:08.339 INFO O| Sep 23 22:21:08.339 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/ttyadm"
76852024-09-23T22:21:09.667Z[ recovery-image] Sep 23 22:21:08.339 INFO O| Sep 23 22:21:08.339 INFO STEP 1186 (remove_files) COMPLETE
76862024-09-23T22:21:09.667Z[ recovery-image] Sep 23 22:21:08.339 INFO O| Sep 23 22:21:08.339 INFO STEP 1187: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76872024-09-23T22:21:09.678Z[ recovery-image] Sep 23 22:21:08.349 INFO O| Sep 23 22:21:08.349 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/ucodeadm"
76882024-09-23T22:21:09.678Z[ recovery-image] Sep 23 22:21:08.349 INFO O| Sep 23 22:21:08.349 INFO STEP 1187 (remove_files) COMPLETE
76892024-09-23T22:21:09.678Z[ recovery-image] Sep 23 22:21:08.349 INFO O| Sep 23 22:21:08.349 INFO STEP 1188: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76902024-09-23T22:21:09.688Z[ recovery-image] Sep 23 22:21:08.359 INFO O| Sep 23 22:21:08.359 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/umountall"
76912024-09-23T22:21:09.688Z[ recovery-image] Sep 23 22:21:08.360 INFO O| Sep 23 22:21:08.360 INFO STEP 1188 (remove_files) COMPLETE
76922024-09-23T22:21:09.688Z[ recovery-image] Sep 23 22:21:08.360 INFO O| Sep 23 22:21:08.360 INFO STEP 1189: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76932024-09-23T22:21:09.698Z[ recovery-image] Sep 23 22:21:08.370 INFO O| Sep 23 22:21:08.369 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/unlink"
76942024-09-23T22:21:09.698Z[ recovery-image] Sep 23 22:21:08.370 INFO O| Sep 23 22:21:08.370 INFO STEP 1189 (remove_files) COMPLETE
76952024-09-23T22:21:09.700Z[ recovery-image] Sep 23 22:21:08.370 INFO O| Sep 23 22:21:08.370 INFO STEP 1190: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76962024-09-23T22:21:09.708Z[ recovery-image] Sep 23 22:21:08.380 INFO O| Sep 23 22:21:08.380 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/unshare"
76972024-09-23T22:21:09.708Z[ recovery-image] Sep 23 22:21:08.380 INFO O| Sep 23 22:21:08.380 INFO STEP 1190 (remove_files) COMPLETE
76982024-09-23T22:21:09.710Z[ recovery-image] Sep 23 22:21:08.380 INFO O| Sep 23 22:21:08.380 INFO STEP 1191: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76992024-09-23T22:21:09.719Z[ recovery-image] Sep 23 22:21:08.391 INFO O| Sep 23 22:21:08.390 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/unshareall"
77002024-09-23T22:21:09.719Z[ recovery-image] Sep 23 22:21:08.391 INFO O| Sep 23 22:21:08.391 INFO STEP 1191 (remove_files) COMPLETE
77012024-09-23T22:21:09.721Z[ recovery-image] Sep 23 22:21:08.391 INFO O| Sep 23 22:21:08.391 INFO STEP 1192: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77022024-09-23T22:21:09.729Z[ recovery-image] Sep 23 22:21:08.401 INFO O| Sep 23 22:21:08.401 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/update_drv"
77032024-09-23T22:21:09.730Z[ recovery-image] Sep 23 22:21:08.401 INFO O| Sep 23 22:21:08.401 INFO STEP 1192 (remove_files) COMPLETE
77042024-09-23T22:21:09.730Z[ recovery-image] Sep 23 22:21:08.401 INFO O| Sep 23 22:21:08.401 INFO STEP 1193: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77052024-09-23T22:21:09.740Z[ recovery-image] Sep 23 22:21:08.411 INFO O| Sep 23 22:21:08.411 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/useradd"
77062024-09-23T22:21:09.740Z[ recovery-image] Sep 23 22:21:08.412 INFO O| Sep 23 22:21:08.411 INFO STEP 1193 (remove_files) COMPLETE
77072024-09-23T22:21:09.740Z[ recovery-image] Sep 23 22:21:08.412 INFO O| Sep 23 22:21:08.412 INFO STEP 1194: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77082024-09-23T22:21:09.750Z[ recovery-image] Sep 23 22:21:08.422 INFO O| Sep 23 22:21:08.421 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/userdel"
77092024-09-23T22:21:09.750Z[ recovery-image] Sep 23 22:21:08.422 INFO O| Sep 23 22:21:08.422 INFO STEP 1194 (remove_files) COMPLETE
77102024-09-23T22:21:09.750Z[ recovery-image] Sep 23 22:21:08.422 INFO O| Sep 23 22:21:08.422 INFO STEP 1195: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77112024-09-23T22:21:09.761Z[ recovery-image] Sep 23 22:21:08.433 INFO O| Sep 23 22:21:08.432 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/usermod"
77122024-09-23T22:21:09.763Z[ recovery-image] Sep 23 22:21:08.433 INFO O| Sep 23 22:21:08.433 INFO STEP 1195 (remove_files) COMPLETE
77132024-09-23T22:21:09.763Z[ recovery-image] Sep 23 22:21:08.433 INFO O| Sep 23 22:21:08.433 INFO STEP 1196: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77142024-09-23T22:21:09.773Z[ recovery-image] Sep 23 22:21:08.445 INFO O| Sep 23 22:21:08.444 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/volcopy"
77152024-09-23T22:21:09.776Z[ recovery-image] Sep 23 22:21:08.445 INFO O| Sep 23 22:21:08.445 INFO STEP 1196 (remove_files) COMPLETE
77162024-09-23T22:21:09.776Z[ recovery-image] Sep 23 22:21:08.445 INFO O| Sep 23 22:21:08.445 INFO STEP 1197: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77172024-09-23T22:21:09.785Z[ recovery-image] Sep 23 22:21:08.456 INFO O| Sep 23 22:21:08.456 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/wall"
77182024-09-23T22:21:09.785Z[ recovery-image] Sep 23 22:21:08.456 INFO O| Sep 23 22:21:08.456 INFO STEP 1197 (remove_files) COMPLETE
77192024-09-23T22:21:09.785Z[ recovery-image] Sep 23 22:21:08.456 INFO O| Sep 23 22:21:08.456 INFO STEP 1198: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77202024-09-23T22:21:09.796Z[ recovery-image] Sep 23 22:21:08.468 INFO O| Sep 23 22:21:08.468 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/whodo"
77212024-09-23T22:21:09.796Z[ recovery-image] Sep 23 22:21:08.468 INFO O| Sep 23 22:21:08.468 INFO STEP 1198 (remove_files) COMPLETE
77222024-09-23T22:21:09.796Z[ recovery-image] Sep 23 22:21:08.468 INFO O| Sep 23 22:21:08.468 INFO STEP 1199: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77232024-09-23T22:21:09.806Z[ recovery-image] Sep 23 22:21:08.478 INFO O| Sep 23 22:21:08.478 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/zdb"
77242024-09-23T22:21:09.809Z[ recovery-image] Sep 23 22:21:08.478 INFO O| Sep 23 22:21:08.478 INFO STEP 1199 (remove_files) COMPLETE
77252024-09-23T22:21:09.809Z[ recovery-image] Sep 23 22:21:08.478 INFO O| Sep 23 22:21:08.478 INFO STEP 1200: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77262024-09-23T22:21:09.818Z[ recovery-image] Sep 23 22:21:08.490 INFO O| Sep 23 22:21:08.490 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/zdump"
77272024-09-23T22:21:09.818Z[ recovery-image] Sep 23 22:21:08.490 INFO O| Sep 23 22:21:08.490 INFO STEP 1200 (remove_files) COMPLETE
77282024-09-23T22:21:09.818Z[ recovery-image] Sep 23 22:21:08.490 INFO O| Sep 23 22:21:08.490 INFO STEP 1201: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77292024-09-23T22:21:09.829Z[ recovery-image] Sep 23 22:21:08.501 INFO O| Sep 23 22:21:08.500 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/zic"
77302024-09-23T22:21:09.829Z[ recovery-image] Sep 23 22:21:08.501 INFO O| Sep 23 22:21:08.501 INFO STEP 1201 (remove_files) COMPLETE
77312024-09-23T22:21:09.829Z[ recovery-image] Sep 23 22:21:08.501 INFO O| Sep 23 22:21:08.501 INFO STEP 1202: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77322024-09-23T22:21:09.840Z[ recovery-image] Sep 23 22:21:08.512 INFO O| Sep 23 22:21:08.512 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/zlogin"
77332024-09-23T22:21:09.840Z[ recovery-image] Sep 23 22:21:08.512 INFO O| Sep 23 22:21:08.512 INFO STEP 1202 (remove_files) COMPLETE
77342024-09-23T22:21:09.840Z[ recovery-image] Sep 23 22:21:08.512 INFO O| Sep 23 22:21:08.512 INFO STEP 1203: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77352024-09-23T22:21:09.852Z[ recovery-image] Sep 23 22:21:08.524 INFO O| Sep 23 22:21:08.524 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/zoneadm"
77362024-09-23T22:21:09.852Z[ recovery-image] Sep 23 22:21:08.524 INFO O| Sep 23 22:21:08.524 INFO STEP 1203 (remove_files) COMPLETE
77372024-09-23T22:21:09.853Z[ recovery-image] Sep 23 22:21:08.524 INFO O| Sep 23 22:21:08.524 INFO STEP 1204: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77382024-09-23T22:21:09.863Z[ recovery-image] Sep 23 22:21:08.535 INFO O| Sep 23 22:21:08.535 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/zonecfg"
77392024-09-23T22:21:09.863Z[ recovery-image] Sep 23 22:21:08.535 INFO O| Sep 23 22:21:08.535 INFO STEP 1204 (remove_files) COMPLETE
77402024-09-23T22:21:09.866Z[ recovery-image] Sep 23 22:21:08.535 INFO O| Sep 23 22:21:08.535 INFO STEP 1205: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77412024-09-23T22:21:09.874Z[ recovery-image] Sep 23 22:21:08.546 INFO O| Sep 23 22:21:08.546 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/zstreamdump"
77422024-09-23T22:21:09.874Z[ recovery-image] Sep 23 22:21:08.546 INFO O| Sep 23 22:21:08.546 INFO STEP 1205 (remove_files) COMPLETE
77432024-09-23T22:21:09.877Z[ recovery-image] Sep 23 22:21:08.546 INFO O| Sep 23 22:21:08.546 INFO STEP 1206: pack_tar, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-03-recovery-trim.json
77442024-09-23T22:21:09.891Z[ recovery-image] Sep 23 22:21:08.562 INFO O| Sep 23 22:21:08.562 INFO file /rpool/images/build/recovery/output/gimlet-recovery-ramdisk.tar does not already exist, skipping removal
77452024-09-23T22:21:09.891Z[ recovery-image] Sep 23 22:21:08.563 INFO O| Sep 23 22:21:08.562 INFO exec: ["/usr/sbin/tar", "ceEp@/f", "/rpool/images/build/recovery/output/gimlet-recovery-ramdisk.tar", "-C", "/rpool/images/build/recovery/work/gimlet/ramdisk", "."]
77462024-09-23T22:21:10.667Z[ recovery-image] Sep 23 22:21:09.339 INFO O| Sep 23 22:21:09.339 INFO STEP 1206 (pack_tar) COMPLETE
77472024-09-23T22:21:10.667Z[ recovery-image] Sep 23 22:21:09.339 INFO O| Sep 23 22:21:09.339 INFO creating output snapshot rpool/images/build/recovery/work/gimlet/ramdisk@recovery-trim
77482024-09-23T22:21:10.670Z[ recovery-image] Sep 23 22:21:09.339 INFO O| Sep 23 22:21:09.339 INFO CREATE SNAPSHOT: rpool/images/build/recovery/work/gimlet/ramdisk@recovery-trim
77492024-09-23T22:21:11.003Z[ recovery-image] Sep 23 22:21:09.674 INFO O| Sep 23 22:21:09.674 INFO DESTROY DATASET: rpool/images/build/recovery/tmp/gimlet/ramdisk-03-recovery-trim
77502024-09-23T22:21:11.068Z[ recovery-image] Sep 23 22:21:09.740 INFO O| Sep 23 22:21:09.740 INFO completed processing gimlet/ramdisk-03-recovery-trim
77512024-09-23T22:21:11.075Z[ recovery-image] Sep 23 22:21:09.747 INFO image builder template: zfs-recovery...
77522024-09-23T22:21:11.075Z[ recovery-image] Sep 23 22:21:09.747 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/.tmpJKYEoo/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
77532024-09-23T22:21:11.109Z[ recovery-image] Sep 23 22:21:09.780 INFO O| Sep 23 22:21:09.780 INFO temporary dataset: rpool/images/build/recovery/tmp/gimlet/zfs-recovery
77542024-09-23T22:21:11.112Z[ recovery-image] Sep 23 22:21:09.784 INFO O| Sep 23 22:21:09.784 INFO CREATE DATASET: rpool/images/build/recovery/tmp/gimlet/zfs-recovery
77552024-09-23T22:21:11.230Z[ recovery-image] Sep 23 22:21:09.902 INFO O| Sep 23 22:21:09.902 INFO SET DATASET PROPERTY ON rpool/images/build/recovery/tmp/gimlet/zfs-recovery: sync = disabled
77562024-09-23T22:21:11.286Z[ recovery-image] Sep 23 22:21:09.958 INFO O| Sep 23 22:21:09.958 INFO temporary directory: /rpool/images/build/recovery/tmp/gimlet/zfs-recovery
77572024-09-23T22:21:11.286Z[ recovery-image] Sep 23 22:21:09.958 INFO O| Sep 23 22:21:09.958 INFO work dataset: rpool/images/build/recovery/work/gimlet/zfs-recovery
77582024-09-23T22:21:11.292Z[ recovery-image] Sep 23 22:21:09.964 INFO O| Sep 23 22:21:09.964 INFO CREATE DATASET: rpool/images/build/recovery/work/gimlet/zfs-recovery
77592024-09-23T22:21:11.354Z[ recovery-image] Sep 23 22:21:10.025 INFO O| Sep 23 22:21:10.025 INFO SET DATASET PROPERTY ON rpool/images/build/recovery/work/gimlet/zfs-recovery: sync = disabled
77602024-09-23T22:21:11.424Z[ recovery-image] Sep 23 22:21:10.096 INFO O| Sep 23 22:21:10.096 INFO DESTROY POOL: TEMPORARY-gimlet-zfs-recovery
77612024-09-23T22:21:11.434Z[ recovery-image] Sep 23 22:21:10.106 INFO O| Sep 23 22:21:10.106 INFO image file: /rpool/images/build/recovery/work/gimlet/zfs-recovery/lofi.raw
77622024-09-23T22:21:11.439Z[ recovery-image] Sep 23 22:21:10.111 INFO O| Sep 23 22:21:10.111 INFO pool altroot: /rpool/images/build/recovery/work/gimlet/zfs-recovery/altroot
77632024-09-23T22:21:11.441Z[ recovery-image] Sep 23 22:21:10.112 INFO O| Sep 23 22:21:10.112 INFO no lofi found
77642024-09-23T22:21:11.441Z[ recovery-image] Sep 23 22:21:10.112 INFO O| Sep 23 22:21:10.112 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/lofi.raw does not already exist, skipping removal
77652024-09-23T22:21:11.441Z[ recovery-image] Sep 23 22:21:10.112 INFO O| Sep 23 22:21:10.112 INFO CREATE IMAGE (2000MB): /rpool/images/build/recovery/work/gimlet/zfs-recovery/lofi.raw
77662024-09-23T22:21:13.340Z[ recovery-image] Sep 23 22:21:12.011 INFO O| Sep 23 22:21:12.011 INFO lofi device = /dev/dsk/c2t1d0p0
77672024-09-23T22:21:13.340Z[ recovery-image] Sep 23 22:21:12.011 INFO O| Sep 23 22:21:12.011 INFO pool device = /dev/dsk/c2t1d0p0
77682024-09-23T22:21:13.342Z[ recovery-image] Sep 23 22:21:12.012 INFO O| Sep 23 22:21:12.012 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"]
77692024-09-23T22:21:13.420Z[ recovery-image] Sep 23 22:21:12.091 INFO O| Sep 23 22:21:12.091 INFO STEP 0: create_be, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs-recovery.json
77702024-09-23T22:21:13.420Z[ recovery-image] Sep 23 22:21:12.091 INFO O| Sep 23 22:21:12.091 INFO CREATE DATASET: TEMPORARY-gimlet-zfs-recovery/ROOT
77712024-09-23T22:21:13.440Z[ recovery-image] Sep 23 22:21:12.112 INFO O| Sep 23 22:21:12.112 INFO SET DATASET PROPERTY ON TEMPORARY-gimlet-zfs-recovery/ROOT: canmount = off
77722024-09-23T22:21:13.505Z[ recovery-image] Sep 23 22:21:12.177 INFO O| Sep 23 22:21:12.177 INFO SET DATASET PROPERTY ON TEMPORARY-gimlet-zfs-recovery/ROOT: mountpoint = legacy
77732024-09-23T22:21:13.543Z[ recovery-image] Sep 23 22:21:12.215 INFO O| Sep 23 22:21:12.215 INFO CREATE DATASET: TEMPORARY-gimlet-zfs-recovery/ROOT/ramdisk
77742024-09-23T22:21:13.558Z[ recovery-image] Sep 23 22:21:12.230 INFO O| Sep 23 22:21:12.230 INFO SET DATASET PROPERTY ON TEMPORARY-gimlet-zfs-recovery/ROOT/ramdisk: canmount = noauto
77752024-09-23T22:21:13.570Z[ recovery-image] Sep 23 22:21:12.242 INFO O| Sep 23 22:21:12.242 INFO SET DATASET PROPERTY ON TEMPORARY-gimlet-zfs-recovery/ROOT/ramdisk: mountpoint = legacy
77762024-09-23T22:21:13.620Z[ recovery-image] Sep 23 22:21:12.290 INFO O| Sep 23 22:21:12.290 INFO creating directory: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a
77772024-09-23T22:21:13.620Z[ recovery-image] Sep 23 22:21:12.291 INFO O| Sep 23 22:21:12.290 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a
77782024-09-23T22:21:13.623Z[ recovery-image] Sep 23 22:21:12.291 INFO O| Sep 23 22:21:12.291 INFO exec: ["/sbin/mount", "-F", "zfs", "TEMPORARY-gimlet-zfs-recovery/ROOT/ramdisk", "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a"]
77792024-09-23T22:21:13.628Z[ recovery-image] Sep 23 22:21:12.299 INFO O| Sep 23 22:21:12.299 INFO boot environment UUID: 96b9c17a-2ccc-44d3-8cd3-0ec66ec70a38
77802024-09-23T22:21:13.628Z[ recovery-image] Sep 23 22:21:12.299 INFO O| Sep 23 22:21:12.299 INFO SET DATASET PROPERTY ON TEMPORARY-gimlet-zfs-recovery/ROOT/ramdisk: org.opensolaris.libbe:uuid = 96b9c17a-2ccc-44d3-8cd3-0ec66ec70a38
77812024-09-23T22:21:13.639Z[ recovery-image] Sep 23 22:21:12.311 INFO O| Sep 23 22:21:12.311 INFO SET DATASET PROPERTY ON TEMPORARY-gimlet-zfs-recovery/ROOT/ramdisk: org.opensolaris.libbe:policy = static
77822024-09-23T22:21:13.651Z[ recovery-image] Sep 23 22:21:12.323 INFO O| Sep 23 22:21:12.322 INFO STEP 0 (create_be) COMPLETE
77832024-09-23T22:21:13.651Z[ recovery-image] Sep 23 22:21:12.323 INFO O| Sep 23 22:21:12.322 INFO STEP 1: unpack_tar, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs-recovery.json
77842024-09-23T22:21:13.668Z[ recovery-image] Sep 23 22:21:12.340 INFO O| Sep 23 22:21:12.340 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"]
77852024-09-23T22:21:15.766Z[ recovery-image] Sep 23 22:21:14.438 INFO O| Sep 23 22:21:14.438 INFO STEP 1 (unpack_tar) COMPLETE
77862024-09-23T22:21:15.767Z[ recovery-image] Sep 23 22:21:14.438 INFO O| Sep 23 22:21:14.438 INFO STEP 2: devfsadm, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
77872024-09-23T22:21:15.783Z[ recovery-image] Sep 23 22:21:14.453 INFO O| Sep 23 22:21:14.453 INFO exec: ["/usr/sbin/devfsadm", "-r", "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a"]
77882024-09-23T22:21:16.203Z[ recovery-image] Sep 23 22:21:14.874 INFO O| Sep 23 22:21:14.874 INFO STEP 2 (devfsadm) COMPLETE
77892024-09-23T22:21:16.203Z[ recovery-image] Sep 23 22:21:14.874 INFO O| Sep 23 22:21:14.874 INFO STEP 3: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
77902024-09-23T22:21:16.217Z[ recovery-image] Sep 23 22:21:14.889 INFO O| Sep 23 22:21:14.888 INFO creating directory: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/cfg
77912024-09-23T22:21:16.217Z[ recovery-image] Sep 23 22:21:14.889 INFO O| Sep 23 22:21:14.889 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/cfg
77922024-09-23T22:21:16.217Z[ recovery-image] Sep 23 22:21:14.889 INFO O| Sep 23 22:21:14.889 INFO STEP 3 (ensure_dir) COMPLETE
77932024-09-23T22:21:16.220Z[ recovery-image] Sep 23 22:21:14.889 INFO O| Sep 23 22:21:14.889 INFO STEP 4: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
77942024-09-23T22:21:16.228Z[ recovery-image] Sep 23 22:21:14.900 INFO O| Sep 23 22:21:14.900 INFO ownership already OK (0:3), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/dsk
77952024-09-23T22:21:16.228Z[ recovery-image] Sep 23 22:21:14.900 INFO O| Sep 23 22:21:14.900 INFO STEP 4 (ensure_dir) COMPLETE
77962024-09-23T22:21:16.231Z[ recovery-image] Sep 23 22:21:14.900 INFO O| Sep 23 22:21:14.900 INFO STEP 5: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
77972024-09-23T22:21:16.239Z[ recovery-image] Sep 23 22:21:14.911 INFO O| Sep 23 22:21:14.911 INFO ownership already OK (0:3), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/rdsk
77982024-09-23T22:21:16.242Z[ recovery-image] Sep 23 22:21:14.911 INFO O| Sep 23 22:21:14.911 INFO STEP 5 (ensure_dir) COMPLETE
77992024-09-23T22:21:16.242Z[ recovery-image] Sep 23 22:21:14.911 INFO O| Sep 23 22:21:14.911 INFO STEP 6: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
78002024-09-23T22:21:16.250Z[ recovery-image] Sep 23 22:21:14.921 INFO O| Sep 23 22:21:14.921 INFO creating directory: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/sensors
78012024-09-23T22:21:16.252Z[ recovery-image] Sep 23 22:21:14.921 INFO O| Sep 23 22:21:14.921 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/sensors
78022024-09-23T22:21:16.252Z[ recovery-image] Sep 23 22:21:14.922 INFO O| Sep 23 22:21:14.921 INFO STEP 6 (ensure_dir) COMPLETE
78032024-09-23T22:21:16.252Z[ recovery-image] Sep 23 22:21:14.922 INFO O| Sep 23 22:21:14.921 INFO STEP 7: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
78042024-09-23T22:21:16.260Z[ recovery-image] Sep 23 22:21:14.932 INFO O| Sep 23 22:21:14.932 INFO creating directory: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/usb
78052024-09-23T22:21:16.263Z[ recovery-image] Sep 23 22:21:14.932 INFO O| Sep 23 22:21:14.932 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/usb
78062024-09-23T22:21:16.263Z[ recovery-image] Sep 23 22:21:14.932 INFO O| Sep 23 22:21:14.932 INFO STEP 7 (ensure_dir) COMPLETE
78072024-09-23T22:21:16.264Z[ recovery-image] Sep 23 22:21:14.932 INFO O| Sep 23 22:21:14.932 INFO STEP 8: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
78082024-09-23T22:21:16.271Z[ recovery-image] Sep 23 22:21:14.943 INFO O| Sep 23 22:21:14.943 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/cfg"
78092024-09-23T22:21:16.274Z[ recovery-image] Sep 23 22:21:14.943 INFO O| Sep 23 22:21:14.943 INFO STEP 8 (remove_files) COMPLETE
78102024-09-23T22:21:16.274Z[ recovery-image] Sep 23 22:21:14.943 INFO O| Sep 23 22:21:14.943 INFO STEP 9: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
78112024-09-23T22:21:16.281Z[ recovery-image] Sep 23 22:21:14.953 INFO O| Sep 23 22:21:14.953 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/dsk"
78122024-09-23T22:21:16.284Z[ recovery-image] Sep 23 22:21:14.954 INFO O| Sep 23 22:21:14.954 INFO STEP 9 (remove_files) COMPLETE
78132024-09-23T22:21:16.284Z[ recovery-image] Sep 23 22:21:14.954 INFO O| Sep 23 22:21:14.954 INFO STEP 10: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
78142024-09-23T22:21:16.293Z[ recovery-image] Sep 23 22:21:14.965 INFO O| Sep 23 22:21:14.965 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/rdsk"
78152024-09-23T22:21:16.296Z[ recovery-image] Sep 23 22:21:14.966 INFO O| Sep 23 22:21:14.966 INFO STEP 10 (remove_files) COMPLETE
78162024-09-23T22:21:16.296Z[ recovery-image] Sep 23 22:21:14.966 INFO O| Sep 23 22:21:14.966 INFO STEP 11: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
78172024-09-23T22:21:16.305Z[ recovery-image] Sep 23 22:21:14.977 INFO O| Sep 23 22:21:14.977 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/sensors"
78182024-09-23T22:21:16.308Z[ recovery-image] Sep 23 22:21:14.977 INFO O| Sep 23 22:21:14.977 INFO STEP 11 (remove_files) COMPLETE
78192024-09-23T22:21:16.308Z[ recovery-image] Sep 23 22:21:14.977 INFO O| Sep 23 22:21:14.977 INFO STEP 12: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
78202024-09-23T22:21:16.317Z[ recovery-image] Sep 23 22:21:14.989 INFO O| Sep 23 22:21:14.989 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/usb"
78212024-09-23T22:21:16.317Z[ recovery-image] Sep 23 22:21:14.989 INFO O| Sep 23 22:21:14.989 INFO STEP 12 (remove_files) COMPLETE
78222024-09-23T22:21:16.318Z[ recovery-image] Sep 23 22:21:14.989 INFO O| Sep 23 22:21:14.989 INFO STEP 13: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
78232024-09-23T22:21:16.329Z[ recovery-image] Sep 23 22:21:15.000 INFO O| Sep 23 22:21:15.000 INFO creating directory: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/cfg
78242024-09-23T22:21:16.331Z[ recovery-image] Sep 23 22:21:15.001 INFO O| Sep 23 22:21:15.001 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/cfg
78252024-09-23T22:21:16.331Z[ recovery-image] Sep 23 22:21:15.001 INFO O| Sep 23 22:21:15.001 INFO STEP 13 (ensure_dir) COMPLETE
78262024-09-23T22:21:16.331Z[ recovery-image] Sep 23 22:21:15.001 INFO O| Sep 23 22:21:15.001 INFO STEP 14: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
78272024-09-23T22:21:16.341Z[ recovery-image] Sep 23 22:21:15.013 INFO O| Sep 23 22:21:15.013 INFO creating directory: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/dsk
78282024-09-23T22:21:16.344Z[ recovery-image] Sep 23 22:21:15.013 INFO O| Sep 23 22:21:15.013 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/dsk
78292024-09-23T22:21:16.344Z[ recovery-image] Sep 23 22:21:15.013 INFO O| Sep 23 22:21:15.013 INFO chown ok, path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/dsk
78302024-09-23T22:21:16.344Z[ recovery-image] Sep 23 22:21:15.013 INFO O| Sep 23 22:21:15.013 INFO STEP 14 (ensure_dir) COMPLETE
78312024-09-23T22:21:16.344Z[ recovery-image] Sep 23 22:21:15.013 INFO O| Sep 23 22:21:15.013 INFO STEP 15: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
78322024-09-23T22:21:16.354Z[ recovery-image] Sep 23 22:21:15.025 INFO O| Sep 23 22:21:15.025 INFO creating directory: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/rdsk
78332024-09-23T22:21:16.354Z[ recovery-image] Sep 23 22:21:15.026 INFO O| Sep 23 22:21:15.026 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/rdsk
78342024-09-23T22:21:16.357Z[ recovery-image] Sep 23 22:21:15.026 INFO O| Sep 23 22:21:15.026 INFO chown ok, path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/rdsk
78352024-09-23T22:21:16.357Z[ recovery-image] Sep 23 22:21:15.026 INFO O| Sep 23 22:21:15.026 INFO STEP 15 (ensure_dir) COMPLETE
78362024-09-23T22:21:16.357Z[ recovery-image] Sep 23 22:21:15.026 INFO O| Sep 23 22:21:15.026 INFO STEP 16: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
78372024-09-23T22:21:16.365Z[ recovery-image] Sep 23 22:21:15.037 INFO O| Sep 23 22:21:15.037 INFO creating directory: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/sensors
78382024-09-23T22:21:16.365Z[ recovery-image] Sep 23 22:21:15.037 INFO O| Sep 23 22:21:15.037 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/sensors
78392024-09-23T22:21:16.365Z[ recovery-image] Sep 23 22:21:15.037 INFO O| Sep 23 22:21:15.037 INFO STEP 16 (ensure_dir) COMPLETE
78402024-09-23T22:21:16.368Z[ recovery-image] Sep 23 22:21:15.037 INFO O| Sep 23 22:21:15.037 INFO STEP 17: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
78412024-09-23T22:21:16.378Z[ recovery-image] Sep 23 22:21:15.050 INFO O| Sep 23 22:21:15.050 INFO creating directory: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/usb
78422024-09-23T22:21:16.378Z[ recovery-image] Sep 23 22:21:15.050 INFO O| Sep 23 22:21:15.050 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/usb
78432024-09-23T22:21:16.378Z[ recovery-image] Sep 23 22:21:15.050 INFO O| Sep 23 22:21:15.050 INFO STEP 17 (ensure_dir) COMPLETE
78442024-09-23T22:21:16.381Z[ recovery-image] Sep 23 22:21:15.050 INFO O| Sep 23 22:21:15.050 INFO STEP 18: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
78452024-09-23T22:21:16.389Z[ recovery-image] Sep 23 22:21:15.061 INFO O| Sep 23 22:21:15.061 INFO link target ok (../devices/pseudo/sysmsg@0:msglog)
78462024-09-23T22:21:16.389Z[ recovery-image] Sep 23 22:21:15.061 INFO O| Sep 23 22:21:15.061 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/msglog
78472024-09-23T22:21:16.392Z[ recovery-image] Sep 23 22:21:15.061 INFO O| Sep 23 22:21:15.061 INFO ok!
78482024-09-23T22:21:16.392Z[ recovery-image] Sep 23 22:21:15.061 INFO O| Sep 23 22:21:15.061 INFO STEP 18 (ensure_symlink) COMPLETE
78492024-09-23T22:21:16.392Z[ recovery-image] Sep 23 22:21:15.061 INFO O| Sep 23 22:21:15.061 INFO STEP 19: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
78502024-09-23T22:21:16.401Z[ recovery-image] Sep 23 22:21:15.072 INFO O| Sep 23 22:21:15.072 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/reconfigure exists, with correct contents
78512024-09-23T22:21:16.401Z[ recovery-image] Sep 23 22:21:15.072 INFO O| Sep 23 22:21:15.072 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/reconfigure
78522024-09-23T22:21:16.403Z[ recovery-image] Sep 23 22:21:15.072 INFO O| Sep 23 22:21:15.072 INFO ok!
78532024-09-23T22:21:16.403Z[ recovery-image] Sep 23 22:21:15.072 INFO O| Sep 23 22:21:15.072 INFO STEP 19 (ensure_file) COMPLETE
78542024-09-23T22:21:16.403Z[ recovery-image] Sep 23 22:21:15.072 INFO O| Sep 23 22:21:15.072 INFO STEP 20: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/common.json
78552024-09-23T22:21:16.411Z[ recovery-image] Sep 23 22:21:15.083 INFO O| Sep 23 22:21:15.083 INFO link /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/svc/profile/generic.xml does not exist
78562024-09-23T22:21:16.411Z[ recovery-image] Sep 23 22:21:15.083 INFO O| Sep 23 22:21:15.083 INFO linking /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/svc/profile/generic.xml -> generic_limited_net.xml ...
78572024-09-23T22:21:16.413Z[ recovery-image] Sep 23 22:21:15.083 INFO O| Sep 23 22:21:15.083 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/svc/profile/generic.xml
78582024-09-23T22:21:16.413Z[ recovery-image] Sep 23 22:21:15.083 INFO O| Sep 23 22:21:15.083 INFO ok!
78592024-09-23T22:21:16.413Z[ recovery-image] Sep 23 22:21:15.083 INFO O| Sep 23 22:21:15.083 INFO STEP 20 (ensure_symlink) COMPLETE
78602024-09-23T22:21:16.414Z[ recovery-image] Sep 23 22:21:15.083 INFO O| Sep 23 22:21:15.083 INFO STEP 21: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/common.json
78612024-09-23T22:21:16.422Z[ recovery-image] Sep 23 22:21:15.094 INFO O| Sep 23 22:21:15.094 INFO link /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/svc/profile/inetd_services.xml does not exist
78622024-09-23T22:21:16.422Z[ recovery-image] Sep 23 22:21:15.094 INFO O| Sep 23 22:21:15.094 INFO linking /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/svc/profile/inetd_services.xml -> inetd_generic.xml ...
78632024-09-23T22:21:16.425Z[ recovery-image] Sep 23 22:21:15.094 INFO O| Sep 23 22:21:15.094 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/svc/profile/inetd_services.xml
78642024-09-23T22:21:16.425Z[ recovery-image] Sep 23 22:21:15.094 INFO O| Sep 23 22:21:15.094 INFO ok!
78652024-09-23T22:21:16.425Z[ recovery-image] Sep 23 22:21:15.094 INFO O| Sep 23 22:21:15.094 INFO STEP 21 (ensure_symlink) COMPLETE
78662024-09-23T22:21:16.425Z[ recovery-image] Sep 23 22:21:15.094 INFO O| Sep 23 22:21:15.094 INFO STEP 22: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/common.json
78672024-09-23T22:21:16.434Z[ recovery-image] Sep 23 22:21:15.106 INFO O| Sep 23 22:21:15.106 INFO link /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/svc/profile/platform.xml does not exist
78682024-09-23T22:21:16.437Z[ recovery-image] Sep 23 22:21:15.106 INFO O| Sep 23 22:21:15.106 INFO linking /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/svc/profile/platform.xml -> platform_oxide.xml ...
78692024-09-23T22:21:16.437Z[ recovery-image] Sep 23 22:21:15.106 INFO O| Sep 23 22:21:15.106 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/svc/profile/platform.xml
78702024-09-23T22:21:16.437Z[ recovery-image] Sep 23 22:21:15.106 INFO O| Sep 23 22:21:15.106 INFO ok!
78712024-09-23T22:21:16.437Z[ recovery-image] Sep 23 22:21:15.106 INFO O| Sep 23 22:21:15.106 INFO STEP 22 (ensure_symlink) COMPLETE
78722024-09-23T22:21:16.437Z[ recovery-image] Sep 23 22:21:15.106 INFO O| Sep 23 22:21:15.106 INFO STEP 23: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/common.json
78732024-09-23T22:21:16.445Z[ recovery-image] Sep 23 22:21:15.117 INFO O| Sep 23 22:21:15.117 INFO link /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/svc/profile/name_service.xml does not exist
78742024-09-23T22:21:16.445Z[ recovery-image] Sep 23 22:21:15.117 INFO O| Sep 23 22:21:15.117 INFO linking /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/svc/profile/name_service.xml -> ns_dns.xml ...
78752024-09-23T22:21:16.448Z[ recovery-image] Sep 23 22:21:15.117 INFO O| Sep 23 22:21:15.117 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/svc/profile/name_service.xml
78762024-09-23T22:21:16.448Z[ recovery-image] Sep 23 22:21:15.117 INFO O| Sep 23 22:21:15.117 INFO ok!
78772024-09-23T22:21:16.448Z[ recovery-image] Sep 23 22:21:15.117 INFO O| Sep 23 22:21:15.117 INFO STEP 23 (ensure_symlink) COMPLETE
78782024-09-23T22:21:16.448Z[ recovery-image] Sep 23 22:21:15.117 INFO O| Sep 23 22:21:15.117 INFO STEP 24: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
78792024-09-23T22:21:16.455Z[ recovery-image] Sep 23 22:21:15.127 INFO O| Sep 23 22:21:15.127 WARN file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/nsswitch.conf exists, with wrong contents, unlinking
78802024-09-23T22:21:16.455Z[ recovery-image] Sep 23 22:21:15.127 INFO O| Sep 23 22:21:15.127 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 ...
78812024-09-23T22:21:16.459Z[ recovery-image] Sep 23 22:21:15.127 INFO O| Sep 23 22:21:15.127 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/nsswitch.conf
78822024-09-23T22:21:16.460Z[ recovery-image] Sep 23 22:21:15.127 INFO O| Sep 23 22:21:15.127 INFO ok!
78832024-09-23T22:21:16.460Z[ recovery-image] Sep 23 22:21:15.127 INFO O| Sep 23 22:21:15.127 INFO STEP 24 (ensure_file) COMPLETE
78842024-09-23T22:21:16.460Z[ recovery-image] Sep 23 22:21:15.127 INFO O| Sep 23 22:21:15.127 INFO STEP 25: shadow, from: /work/oxidecomputer/helios/image/templates/include/common.json
78852024-09-23T22:21:16.469Z[ recovery-image] Sep 23 22:21:15.140 INFO O| Sep 23 22:21:15.140 INFO updating shadow file
78862024-09-23T22:21:16.471Z[ recovery-image] Sep 23 22:21:15.141 INFO O| Sep 23 22:21:15.141 INFO ownership wrong (Id(0):Id(3), not 0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/shadow
78872024-09-23T22:21:16.471Z[ recovery-image] Sep 23 22:21:15.141 INFO O| Sep 23 22:21:15.141 INFO chown ok, path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/shadow
78882024-09-23T22:21:16.471Z[ recovery-image] Sep 23 22:21:15.141 INFO O| Sep 23 22:21:15.141 INFO STEP 25 (shadow) COMPLETE
78892024-09-23T22:21:16.471Z[ recovery-image] Sep 23 22:21:15.141 INFO O| Sep 23 22:21:15.141 INFO STEP 26: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
78902024-09-23T22:21:16.482Z[ recovery-image] Sep 23 22:21:15.154 INFO O| Sep 23 22:21:15.154 WARN file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/inet/hosts exists, with wrong contents, unlinking
78912024-09-23T22:21:16.482Z[ recovery-image] Sep 23 22:21:15.154 INFO O| Sep 23 22:21:15.154 INFO copying /work/oxidecomputer/helios/image/templates/files/hosts -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/inet/hosts ...
78922024-09-23T22:21:16.486Z[ recovery-image] Sep 23 22:21:15.154 INFO O| Sep 23 22:21:15.154 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/inet/hosts
78932024-09-23T22:21:16.486Z[ recovery-image] Sep 23 22:21:15.154 INFO O| Sep 23 22:21:15.154 INFO ok!
78942024-09-23T22:21:16.486Z[ recovery-image] Sep 23 22:21:15.154 INFO O| Sep 23 22:21:15.154 INFO STEP 26 (ensure_file) COMPLETE
78952024-09-23T22:21:16.486Z[ recovery-image] Sep 23 22:21:15.154 INFO O| Sep 23 22:21:15.154 INFO STEP 27: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
78962024-09-23T22:21:16.493Z[ recovery-image] Sep 23 22:21:15.165 INFO O| Sep 23 22:21:15.165 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/nodename does not exist
78972024-09-23T22:21:16.496Z[ recovery-image] Sep 23 22:21:15.165 INFO O| Sep 23 22:21:15.165 INFO writing /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/nodename ...
78982024-09-23T22:21:16.496Z[ recovery-image] Sep 23 22:21:15.165 INFO O| Sep 23 22:21:15.165 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/nodename
78992024-09-23T22:21:16.496Z[ recovery-image] Sep 23 22:21:15.165 INFO O| Sep 23 22:21:15.165 INFO ok!
79002024-09-23T22:21:16.496Z[ recovery-image] Sep 23 22:21:15.165 INFO O| Sep 23 22:21:15.165 INFO STEP 27 (ensure_file) COMPLETE
79012024-09-23T22:21:16.496Z[ recovery-image] Sep 23 22:21:15.165 INFO O| Sep 23 22:21:15.165 INFO STEP 28: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
79022024-09-23T22:21:16.505Z[ recovery-image] Sep 23 22:21:15.176 INFO O| Sep 23 22:21:15.176 WARN file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/default/dhcpagent exists, with wrong contents, unlinking
79032024-09-23T22:21:16.505Z[ recovery-image] Sep 23 22:21:15.176 INFO O| Sep 23 22:21:15.176 INFO copying /work/oxidecomputer/helios/image/templates/files/dhcpagent -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/default/dhcpagent ...
79042024-09-23T22:21:16.509Z[ recovery-image] Sep 23 22:21:15.176 INFO O| Sep 23 22:21:15.176 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/default/dhcpagent
79052024-09-23T22:21:16.509Z[ recovery-image] Sep 23 22:21:15.177 INFO O| Sep 23 22:21:15.176 INFO chown ok, path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/default/dhcpagent
79062024-09-23T22:21:16.509Z[ recovery-image] Sep 23 22:21:15.177 INFO O| Sep 23 22:21:15.176 INFO ok!
79072024-09-23T22:21:16.509Z[ recovery-image] Sep 23 22:21:15.177 INFO O| Sep 23 22:21:15.176 INFO STEP 28 (ensure_file) COMPLETE
79082024-09-23T22:21:16.509Z[ recovery-image] Sep 23 22:21:15.177 INFO O| Sep 23 22:21:15.177 INFO STEP 29: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
79092024-09-23T22:21:16.515Z[ recovery-image] Sep 23 22:21:15.187 INFO O| Sep 23 22:21:15.187 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/resolv.conf does not exist
79102024-09-23T22:21:16.515Z[ recovery-image] Sep 23 22:21:15.187 INFO O| Sep 23 22:21:15.187 INFO writing /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/resolv.conf ...
79112024-09-23T22:21:16.519Z[ recovery-image] Sep 23 22:21:15.187 INFO O| Sep 23 22:21:15.187 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/resolv.conf
79122024-09-23T22:21:16.519Z[ recovery-image] Sep 23 22:21:15.187 INFO O| Sep 23 22:21:15.187 INFO ok!
79132024-09-23T22:21:16.519Z[ recovery-image] Sep 23 22:21:15.187 INFO O| Sep 23 22:21:15.187 INFO STEP 29 (ensure_file) COMPLETE
79142024-09-23T22:21:16.519Z[ recovery-image] Sep 23 22:21:15.187 INFO O| Sep 23 22:21:15.187 INFO STEP 30: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs-recovery.json
79152024-09-23T22:21:16.526Z[ recovery-image] Sep 23 22:21:15.198 INFO O| Sep 23 22:21:15.198 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/auto_master does not exist
79162024-09-23T22:21:16.526Z[ recovery-image] Sep 23 22:21:15.198 INFO O| Sep 23 22:21:15.198 INFO copying /work/oxidecomputer/helios/image/templates/files/auto_master -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/auto_master ...
79172024-09-23T22:21:16.526Z[ recovery-image] Sep 23 22:21:15.198 INFO O| Sep 23 22:21:15.198 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/auto_master
79182024-09-23T22:21:16.529Z[ recovery-image] Sep 23 22:21:15.198 INFO O| Sep 23 22:21:15.198 INFO ok!
79192024-09-23T22:21:16.529Z[ recovery-image] Sep 23 22:21:15.198 INFO O| Sep 23 22:21:15.198 INFO STEP 30 (ensure_file) COMPLETE
79202024-09-23T22:21:16.529Z[ recovery-image] Sep 23 22:21:15.198 INFO O| Sep 23 22:21:15.198 INFO STEP 31: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs-recovery.json
79212024-09-23T22:21:16.541Z[ recovery-image] Sep 23 22:21:15.209 INFO O| Sep 23 22:21:15.209 WARN file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/ttydefs exists, with wrong contents, unlinking
79222024-09-23T22:21:16.541Z[ recovery-image] Sep 23 22:21:15.209 INFO O| Sep 23 22:21:15.209 INFO copying /work/oxidecomputer/helios/image/templates/files/ttydefs.3000000 -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/ttydefs ...
79232024-09-23T22:21:16.545Z[ recovery-image] Sep 23 22:21:15.209 INFO O| Sep 23 22:21:15.209 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/ttydefs
79242024-09-23T22:21:16.545Z[ recovery-image] Sep 23 22:21:15.209 INFO O| Sep 23 22:21:15.209 INFO chown ok, path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/ttydefs
79252024-09-23T22:21:16.545Z[ recovery-image] Sep 23 22:21:15.209 INFO O| Sep 23 22:21:15.209 INFO ok!
79262024-09-23T22:21:16.545Z[ recovery-image] Sep 23 22:21:15.209 INFO O| Sep 23 22:21:15.209 INFO STEP 31 (ensure_file) COMPLETE
79272024-09-23T22:21:16.545Z[ recovery-image] Sep 23 22:21:15.209 INFO O| Sep 23 22:21:15.209 INFO STEP 32: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs-recovery.json
79282024-09-23T22:21:16.549Z[ recovery-image] Sep 23 22:21:15.220 INFO O| Sep 23 22:21:15.220 WARN file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/default/init exists, with wrong contents, unlinking
79292024-09-23T22:21:16.549Z[ recovery-image] Sep 23 22:21:15.220 INFO O| Sep 23 22:21:15.220 INFO copying /work/oxidecomputer/helios/image/templates/files/default_init -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/default/init ...
79302024-09-23T22:21:16.549Z[ recovery-image] Sep 23 22:21:15.220 INFO O| Sep 23 22:21:15.220 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/default/init
79312024-09-23T22:21:16.549Z[ recovery-image] Sep 23 22:21:15.220 INFO O| Sep 23 22:21:15.220 INFO ok!
79322024-09-23T22:21:16.549Z[ recovery-image] Sep 23 22:21:15.220 INFO O| Sep 23 22:21:15.220 INFO STEP 32 (ensure_file) COMPLETE
79332024-09-23T22:21:16.549Z[ recovery-image] Sep 23 22:21:15.220 INFO O| Sep 23 22:21:15.220 INFO STEP 33: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs-recovery.json
79342024-09-23T22:21:16.559Z[ recovery-image] Sep 23 22:21:15.231 INFO O| Sep 23 22:21:15.231 WARN file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/ssh/sshd_config exists, with wrong contents, unlinking
79352024-09-23T22:21:16.559Z[ recovery-image] Sep 23 22:21:15.231 INFO O| Sep 23 22:21:15.231 INFO copying /work/oxidecomputer/helios/image/templates/files/sshd_config -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/ssh/sshd_config ...
79362024-09-23T22:21:16.563Z[ recovery-image] Sep 23 22:21:15.231 INFO O| Sep 23 22:21:15.231 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/ssh/sshd_config
79372024-09-23T22:21:16.563Z[ recovery-image] Sep 23 22:21:15.231 INFO O| Sep 23 22:21:15.231 INFO ok!
79382024-09-23T22:21:16.563Z[ recovery-image] Sep 23 22:21:15.231 INFO O| Sep 23 22:21:15.231 INFO STEP 33 (ensure_file) COMPLETE
79392024-09-23T22:21:16.563Z[ recovery-image] Sep 23 22:21:15.231 INFO O| Sep 23 22:21:15.231 INFO STEP 34: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs-recovery.json
79402024-09-23T22:21:16.570Z[ recovery-image] Sep 23 22:21:15.242 INFO O| Sep 23 22:21:15.242 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/usr/lib/bootparams does not exist
79412024-09-23T22:21:16.570Z[ recovery-image] Sep 23 22:21:15.242 INFO O| Sep 23 22:21:15.242 INFO copying /work/oxidecomputer/helios/image/templates/files/bootparams.sh -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/usr/lib/bootparams ...
79422024-09-23T22:21:16.573Z[ recovery-image] Sep 23 22:21:15.242 INFO O| Sep 23 22:21:15.242 INFO perms are 644, should be 755, path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/usr/lib/bootparams
79432024-09-23T22:21:16.573Z[ recovery-image] Sep 23 22:21:15.242 INFO O| Sep 23 22:21:15.242 INFO chmod ok, path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/usr/lib/bootparams
79442024-09-23T22:21:16.573Z[ recovery-image] Sep 23 22:21:15.242 INFO O| Sep 23 22:21:15.242 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/usr/lib/bootparams
79452024-09-23T22:21:16.573Z[ recovery-image] Sep 23 22:21:15.242 INFO O| Sep 23 22:21:15.242 INFO chown ok, path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/usr/lib/bootparams
79462024-09-23T22:21:16.573Z[ recovery-image] Sep 23 22:21:15.242 INFO O| Sep 23 22:21:15.242 INFO ok!
79472024-09-23T22:21:16.573Z[ recovery-image] Sep 23 22:21:15.242 INFO O| Sep 23 22:21:15.242 INFO STEP 34 (ensure_file) COMPLETE
79482024-09-23T22:21:16.573Z[ recovery-image] Sep 23 22:21:15.242 INFO O| Sep 23 22:21:15.242 INFO STEP 35: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/t6-firmware.json
79492024-09-23T22:21:16.581Z[ recovery-image] Sep 23 22:21:15.253 INFO O| Sep 23 22:21:15.253 INFO creating directory: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/platform/Oxide,Gimlet/firmware
79502024-09-23T22:21:16.583Z[ recovery-image] Sep 23 22:21:15.253 INFO O| Sep 23 22:21:15.253 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/platform/Oxide,Gimlet/firmware
79512024-09-23T22:21:16.584Z[ recovery-image] Sep 23 22:21:15.253 INFO O| Sep 23 22:21:15.253 INFO chown ok, path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/platform/Oxide,Gimlet/firmware
79522024-09-23T22:21:16.584Z[ recovery-image] Sep 23 22:21:15.253 INFO O| Sep 23 22:21:15.253 INFO STEP 35 (ensure_dir) COMPLETE
79532024-09-23T22:21:16.584Z[ recovery-image] Sep 23 22:21:15.253 INFO O| Sep 23 22:21:15.253 INFO STEP 36: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/t6-firmware.json
79542024-09-23T22:21:16.593Z[ recovery-image] Sep 23 22:21:15.264 INFO O| Sep 23 22:21:15.264 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
79552024-09-23T22:21:16.593Z[ recovery-image] Sep 23 22:21:15.265 INFO O| Sep 23 22:21:15.264 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 ...
79562024-09-23T22:21:16.596Z[ recovery-image] Sep 23 22:21:15.265 INFO O| Sep 23 22:21:15.265 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
79572024-09-23T22:21:16.596Z[ recovery-image] Sep 23 22:21:15.265 INFO O| Sep 23 22:21:15.265 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
79582024-09-23T22:21:16.596Z[ recovery-image] Sep 23 22:21:15.265 INFO O| Sep 23 22:21:15.265 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
79592024-09-23T22:21:16.596Z[ recovery-image] Sep 23 22:21:15.265 INFO O| Sep 23 22:21:15.265 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
79602024-09-23T22:21:16.596Z[ recovery-image] Sep 23 22:21:15.265 INFO O| Sep 23 22:21:15.265 INFO ok!
79612024-09-23T22:21:16.596Z[ recovery-image] Sep 23 22:21:15.265 INFO O| Sep 23 22:21:15.265 INFO STEP 36 (ensure_file) COMPLETE
79622024-09-23T22:21:16.596Z[ recovery-image] Sep 23 22:21:15.265 INFO O| Sep 23 22:21:15.265 INFO STEP 37: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/t6-firmware.json
79632024-09-23T22:21:16.606Z[ recovery-image] Sep 23 22:21:15.278 INFO O| Sep 23 22:21:15.278 INFO link /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/platform/Oxide,Gimlet/firmware/t6srom.bin does not exist
79642024-09-23T22:21:16.606Z[ recovery-image] Sep 23 22:21:15.278 INFO O| Sep 23 22:21:15.278 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 ...
79652024-09-23T22:21:16.606Z[ recovery-image] Sep 23 22:21:15.278 INFO O| Sep 23 22:21:15.278 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/platform/Oxide,Gimlet/firmware/t6srom.bin
79662024-09-23T22:21:16.609Z[ recovery-image] Sep 23 22:21:15.278 INFO O| Sep 23 22:21:15.278 INFO ok!
79672024-09-23T22:21:16.609Z[ recovery-image] Sep 23 22:21:15.278 INFO O| Sep 23 22:21:15.278 INFO STEP 37 (ensure_symlink) COMPLETE
79682024-09-23T22:21:16.609Z[ recovery-image] Sep 23 22:21:15.278 INFO O| Sep 23 22:21:15.278 INFO STEP 38: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs-recovery.json
79692024-09-23T22:21:16.617Z[ recovery-image] Sep 23 22:21:15.289 INFO O| Sep 23 22:21:15.289 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/usr/lib/recovery-hostname does not exist
79702024-09-23T22:21:16.617Z[ recovery-image] Sep 23 22:21:15.289 INFO O| Sep 23 22:21:15.289 INFO copying /work/oxidecomputer/helios/image/templates/files/recovery-hostname.sh -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/usr/lib/recovery-hostname ...
79712024-09-23T22:21:16.617Z[ recovery-image] Sep 23 22:21:15.289 INFO O| Sep 23 22:21:15.289 INFO perms are 644, should be 755, path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/usr/lib/recovery-hostname
79722024-09-23T22:21:16.620Z[ recovery-image] Sep 23 22:21:15.289 INFO O| Sep 23 22:21:15.289 INFO chmod ok, path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/usr/lib/recovery-hostname
79732024-09-23T22:21:16.620Z[ recovery-image] Sep 23 22:21:15.289 INFO O| Sep 23 22:21:15.289 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/usr/lib/recovery-hostname
79742024-09-23T22:21:16.620Z[ recovery-image] Sep 23 22:21:15.289 INFO O| Sep 23 22:21:15.289 INFO chown ok, path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/usr/lib/recovery-hostname
79752024-09-23T22:21:16.620Z[ recovery-image] Sep 23 22:21:15.289 INFO O| Sep 23 22:21:15.289 INFO ok!
79762024-09-23T22:21:16.620Z[ recovery-image] Sep 23 22:21:15.289 INFO O| Sep 23 22:21:15.289 INFO STEP 38 (ensure_file) COMPLETE
79772024-09-23T22:21:16.620Z[ recovery-image] Sep 23 22:21:15.289 INFO O| Sep 23 22:21:15.289 INFO STEP 39: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs-recovery.json
79782024-09-23T22:21:16.628Z[ recovery-image] Sep 23 22:21:15.300 INFO O| Sep 23 22:21:15.300 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/site/recovery-hostname.xml does not exist
79792024-09-23T22:21:16.628Z[ recovery-image] Sep 23 22:21:15.300 INFO O| Sep 23 22:21:15.300 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 ...
79802024-09-23T22:21:16.628Z[ recovery-image] Sep 23 22:21:15.300 INFO O| Sep 23 22:21:15.300 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
79812024-09-23T22:21:16.628Z[ recovery-image] Sep 23 22:21:15.300 INFO O| Sep 23 22:21:15.300 INFO chown ok, path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/site/recovery-hostname.xml
79822024-09-23T22:21:16.631Z[ recovery-image] Sep 23 22:21:15.300 INFO O| Sep 23 22:21:15.300 INFO ok!
79832024-09-23T22:21:16.631Z[ recovery-image] Sep 23 22:21:15.300 INFO O| Sep 23 22:21:15.300 INFO STEP 39 (ensure_file) COMPLETE
79842024-09-23T22:21:16.631Z[ recovery-image] Sep 23 22:21:15.300 INFO O| Sep 23 22:21:15.300 INFO STEP 40: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs-recovery.json
79852024-09-23T22:21:16.639Z[ recovery-image] Sep 23 22:21:15.311 INFO O| Sep 23 22:21:15.311 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/var/svc/profile/site.xml does not exist
79862024-09-23T22:21:16.639Z[ recovery-image] Sep 23 22:21:15.311 INFO O| Sep 23 22:21:15.311 INFO copying /work/oxidecomputer/helios/image/templates/files/site.xml -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/var/svc/profile/site.xml ...
79872024-09-23T22:21:16.642Z[ recovery-image] Sep 23 22:21:15.311 INFO O| Sep 23 22:21:15.311 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/var/svc/profile/site.xml
79882024-09-23T22:21:16.642Z[ recovery-image] Sep 23 22:21:15.311 INFO O| Sep 23 22:21:15.311 INFO ok!
79892024-09-23T22:21:16.642Z[ recovery-image] Sep 23 22:21:15.311 INFO O| Sep 23 22:21:15.311 INFO STEP 40 (ensure_file) COMPLETE
79902024-09-23T22:21:16.642Z[ recovery-image] Sep 23 22:21:15.311 INFO O| Sep 23 22:21:15.311 INFO STEP 41: shadow, from: /work/oxidecomputer/helios/image/templates/include/root-noauth.json
79912024-09-23T22:21:16.650Z[ recovery-image] Sep 23 22:21:15.322 INFO O| Sep 23 22:21:15.322 INFO updating shadow file
79922024-09-23T22:21:16.653Z[ recovery-image] Sep 23 22:21:15.322 INFO O| Sep 23 22:21:15.322 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/shadow
79932024-09-23T22:21:16.653Z[ recovery-image] Sep 23 22:21:15.322 INFO O| Sep 23 22:21:15.322 INFO STEP 41 (shadow) COMPLETE
79942024-09-23T22:21:16.653Z[ recovery-image] Sep 23 22:21:15.322 INFO O| Sep 23 22:21:15.322 INFO STEP 42: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/root-noauth.json
79952024-09-23T22:21:16.663Z[ recovery-image] Sep 23 22:21:15.334 INFO O| Sep 23 22:21:15.334 WARN file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/default/login exists, with wrong contents, unlinking
79962024-09-23T22:21:16.664Z[ recovery-image] Sep 23 22:21:15.334 INFO O| Sep 23 22:21:15.334 INFO copying /work/oxidecomputer/helios/image/templates/files/mfg_default_login -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/default/login ...
79972024-09-23T22:21:16.666Z[ recovery-image] Sep 23 22:21:15.335 INFO O| Sep 23 22:21:15.335 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/default/login
79982024-09-23T22:21:16.667Z[ recovery-image] Sep 23 22:21:15.335 INFO O| Sep 23 22:21:15.335 INFO chown ok, path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/default/login
79992024-09-23T22:21:16.667Z[ recovery-image] Sep 23 22:21:15.335 INFO O| Sep 23 22:21:15.335 INFO ok!
80002024-09-23T22:21:16.667Z[ recovery-image] Sep 23 22:21:15.335 INFO O| Sep 23 22:21:15.335 INFO STEP 42 (ensure_file) COMPLETE
80012024-09-23T22:21:16.667Z[ recovery-image] Sep 23 22:21:15.335 INFO O| Sep 23 22:21:15.335 INFO STEP 43: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
80022024-09-23T22:21:16.674Z[ recovery-image] Sep 23 22:21:15.346 INFO O| Sep 23 22:21:15.346 INFO ownership already OK (0:3), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt
80032024-09-23T22:21:16.677Z[ recovery-image] Sep 23 22:21:15.346 INFO O| Sep 23 22:21:15.346 INFO STEP 43 (ensure_dir) COMPLETE
80042024-09-23T22:21:16.677Z[ recovery-image] Sep 23 22:21:15.346 INFO O| Sep 23 22:21:15.346 INFO STEP 44: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
80052024-09-23T22:21:16.691Z[ recovery-image] Sep 23 22:21:15.357 INFO O| Sep 23 22:21:15.357 INFO ownership wrong (Id(0):Id(2), not 0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide
80062024-09-23T22:21:16.691Z[ recovery-image] Sep 23 22:21:15.357 INFO O| Sep 23 22:21:15.357 INFO chown ok, path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide
80072024-09-23T22:21:16.691Z[ recovery-image] Sep 23 22:21:15.357 INFO O| Sep 23 22:21:15.357 INFO STEP 44 (ensure_dir) COMPLETE
80082024-09-23T22:21:16.691Z[ recovery-image] Sep 23 22:21:15.357 INFO O| Sep 23 22:21:15.357 INFO STEP 45: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
80092024-09-23T22:21:16.697Z[ recovery-image] Sep 23 22:21:15.369 INFO O| Sep 23 22:21:15.369 INFO creating directory: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/installinator
80102024-09-23T22:21:16.697Z[ recovery-image] Sep 23 22:21:15.369 INFO O| Sep 23 22:21:15.369 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/installinator
80112024-09-23T22:21:16.700Z[ recovery-image] Sep 23 22:21:15.369 INFO O| Sep 23 22:21:15.369 INFO STEP 45 (ensure_dir) COMPLETE
80122024-09-23T22:21:16.700Z[ recovery-image] Sep 23 22:21:15.369 INFO O| Sep 23 22:21:15.369 INFO STEP 46: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
80132024-09-23T22:21:16.710Z[ recovery-image] Sep 23 22:21:15.381 INFO O| Sep 23 22:21:15.381 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/installinator/installinator does not exist
80142024-09-23T22:21:16.710Z[ recovery-image] Sep 23 22:21:15.381 INFO O| Sep 23 22:21:15.381 INFO copying /tmp/.tmpJKYEoo/proto/recovery/root/opt/oxide/installinator/installinator -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/installinator/installinator ...
80152024-09-23T22:21:16.738Z[ recovery-image] Sep 23 22:21:15.410 INFO O| Sep 23 22:21:15.410 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/installinator/installinator
80162024-09-23T22:21:16.739Z[ recovery-image] Sep 23 22:21:15.410 INFO O| Sep 23 22:21:15.410 INFO ok!
80172024-09-23T22:21:16.741Z[ recovery-image] Sep 23 22:21:15.410 INFO O| Sep 23 22:21:15.410 INFO STEP 46 (ensure_file) COMPLETE
80182024-09-23T22:21:16.741Z[ recovery-image] Sep 23 22:21:15.410 INFO O| Sep 23 22:21:15.410 INFO STEP 47: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
80192024-09-23T22:21:16.750Z[ recovery-image] Sep 23 22:21:15.422 INFO O| Sep 23 22:21:15.422 INFO creating directory: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/installinator/pkg
80202024-09-23T22:21:16.753Z[ recovery-image] Sep 23 22:21:15.422 INFO O| Sep 23 22:21:15.422 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/installinator/pkg
80212024-09-23T22:21:16.753Z[ recovery-image] Sep 23 22:21:15.422 INFO O| Sep 23 22:21:15.422 INFO STEP 47 (ensure_dir) COMPLETE
80222024-09-23T22:21:16.753Z[ recovery-image] Sep 23 22:21:15.422 INFO O| Sep 23 22:21:15.422 INFO STEP 48: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
80232024-09-23T22:21:16.761Z[ recovery-image] Sep 23 22:21:15.433 INFO O| Sep 23 22:21:15.433 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/installinator/VERSION does not exist
80242024-09-23T22:21:16.761Z[ recovery-image] Sep 23 22:21:15.433 INFO O| Sep 23 22:21:15.433 INFO copying /tmp/.tmpJKYEoo/proto/recovery/root/opt/oxide/installinator/VERSION -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/installinator/VERSION ...
80252024-09-23T22:21:16.764Z[ recovery-image] Sep 23 22:21:15.433 INFO O| Sep 23 22:21:15.433 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/installinator/VERSION
80262024-09-23T22:21:16.764Z[ recovery-image] Sep 23 22:21:15.433 INFO O| Sep 23 22:21:15.433 INFO ok!
80272024-09-23T22:21:16.764Z[ recovery-image] Sep 23 22:21:15.433 INFO O| Sep 23 22:21:15.433 INFO STEP 48 (ensure_file) COMPLETE
80282024-09-23T22:21:16.764Z[ recovery-image] Sep 23 22:21:15.433 INFO O| Sep 23 22:21:15.433 INFO STEP 49: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
80292024-09-23T22:21:16.772Z[ recovery-image] Sep 23 22:21:15.444 INFO O| Sep 23 22:21:15.444 INFO creating directory: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm
80302024-09-23T22:21:16.772Z[ recovery-image] Sep 23 22:21:15.444 INFO O| Sep 23 22:21:15.444 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm
80312024-09-23T22:21:16.775Z[ recovery-image] Sep 23 22:21:15.444 INFO O| Sep 23 22:21:15.444 INFO STEP 49 (ensure_dir) COMPLETE
80322024-09-23T22:21:16.775Z[ recovery-image] Sep 23 22:21:15.444 INFO O| Sep 23 22:21:15.444 INFO STEP 50: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
80332024-09-23T22:21:16.783Z[ recovery-image] Sep 23 22:21:15.454 INFO O| Sep 23 22:21:15.454 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/ddmadm does not exist
80342024-09-23T22:21:16.783Z[ recovery-image] Sep 23 22:21:15.454 INFO O| Sep 23 22:21:15.454 INFO copying /tmp/.tmpJKYEoo/proto/recovery/root/opt/oxide/mg-ddm/ddmadm -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/ddmadm ...
80352024-09-23T22:21:16.799Z[ recovery-image] Sep 23 22:21:15.469 INFO O| Sep 23 22:21:15.469 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/ddmadm
80362024-09-23T22:21:16.802Z[ recovery-image] Sep 23 22:21:15.469 INFO O| Sep 23 22:21:15.469 INFO ok!
80372024-09-23T22:21:16.802Z[ recovery-image] Sep 23 22:21:15.469 INFO O| Sep 23 22:21:15.469 INFO STEP 50 (ensure_file) COMPLETE
80382024-09-23T22:21:16.802Z[ recovery-image] Sep 23 22:21:15.469 INFO O| Sep 23 22:21:15.469 INFO STEP 51: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
80392024-09-23T22:21:16.810Z[ recovery-image] Sep 23 22:21:15.482 INFO O| Sep 23 22:21:15.482 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/ddmd does not exist
80402024-09-23T22:21:16.813Z[ recovery-image] Sep 23 22:21:15.482 INFO O| Sep 23 22:21:15.482 INFO copying /tmp/.tmpJKYEoo/proto/recovery/root/opt/oxide/mg-ddm/ddmd -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/ddmd ...
80412024-09-23T22:21:17.422Z[ recovery-image] Sep 23 22:21:16.094 INFO O| Sep 23 22:21:16.094 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/ddmd
80422024-09-23T22:21:17.422Z[ recovery-image] Sep 23 22:21:16.094 INFO O| Sep 23 22:21:16.094 INFO ok!
80432024-09-23T22:21:17.425Z[ recovery-image] Sep 23 22:21:16.094 INFO O| Sep 23 22:21:16.094 INFO STEP 51 (ensure_file) COMPLETE
80442024-09-23T22:21:17.425Z[ recovery-image] Sep 23 22:21:16.094 INFO O| Sep 23 22:21:16.094 INFO STEP 52: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
80452024-09-23T22:21:17.435Z[ recovery-image] Sep 23 22:21:16.107 INFO O| Sep 23 22:21:16.107 INFO creating directory: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/pkg
80462024-09-23T22:21:17.438Z[ recovery-image] Sep 23 22:21:16.107 INFO O| Sep 23 22:21:16.107 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/pkg
80472024-09-23T22:21:17.438Z[ recovery-image] Sep 23 22:21:16.107 INFO O| Sep 23 22:21:16.107 INFO STEP 52 (ensure_dir) COMPLETE
80482024-09-23T22:21:17.438Z[ recovery-image] Sep 23 22:21:16.107 INFO O| Sep 23 22:21:16.107 INFO STEP 53: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
80492024-09-23T22:21:17.447Z[ recovery-image] Sep 23 22:21:16.119 INFO O| Sep 23 22:21:16.119 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/pkg/refresh_ctrun_child.sh does not exist
80502024-09-23T22:21:17.447Z[ recovery-image] Sep 23 22:21:16.119 INFO O| Sep 23 22:21:16.119 INFO copying /tmp/.tmpJKYEoo/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 ...
80512024-09-23T22:21:17.450Z[ recovery-image] Sep 23 22:21:16.119 INFO O| Sep 23 22:21:16.119 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
80522024-09-23T22:21:17.450Z[ recovery-image] Sep 23 22:21:16.119 INFO O| Sep 23 22:21:16.119 INFO ok!
80532024-09-23T22:21:17.450Z[ recovery-image] Sep 23 22:21:16.119 INFO O| Sep 23 22:21:16.119 INFO STEP 53 (ensure_file) COMPLETE
80542024-09-23T22:21:17.450Z[ recovery-image] Sep 23 22:21:16.119 INFO O| Sep 23 22:21:16.119 INFO STEP 54: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
80552024-09-23T22:21:17.458Z[ recovery-image] Sep 23 22:21:16.130 INFO O| Sep 23 22:21:16.130 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/pkg/mgd_method_script.sh does not exist
80562024-09-23T22:21:17.458Z[ recovery-image] Sep 23 22:21:16.130 INFO O| Sep 23 22:21:16.130 INFO copying /tmp/.tmpJKYEoo/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 ...
80572024-09-23T22:21:17.461Z[ recovery-image] Sep 23 22:21:16.130 INFO O| Sep 23 22:21:16.130 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
80582024-09-23T22:21:17.461Z[ recovery-image] Sep 23 22:21:16.130 INFO O| Sep 23 22:21:16.130 INFO ok!
80592024-09-23T22:21:17.461Z[ recovery-image] Sep 23 22:21:16.130 INFO O| Sep 23 22:21:16.130 INFO STEP 54 (ensure_file) COMPLETE
80602024-09-23T22:21:17.461Z[ recovery-image] Sep 23 22:21:16.130 INFO O| Sep 23 22:21:16.130 INFO STEP 55: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
80612024-09-23T22:21:17.468Z[ recovery-image] Sep 23 22:21:16.140 INFO O| Sep 23 22:21:16.140 INFO creating directory: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/pkg/mgd
80622024-09-23T22:21:17.471Z[ recovery-image] Sep 23 22:21:16.140 INFO O| Sep 23 22:21:16.140 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/pkg/mgd
80632024-09-23T22:21:17.471Z[ recovery-image] Sep 23 22:21:16.140 INFO O| Sep 23 22:21:16.140 INFO STEP 55 (ensure_dir) COMPLETE
80642024-09-23T22:21:17.471Z[ recovery-image] Sep 23 22:21:16.140 INFO O| Sep 23 22:21:16.140 INFO STEP 56: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
80652024-09-23T22:21:17.479Z[ recovery-image] Sep 23 22:21:16.150 INFO O| Sep 23 22:21:16.150 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/pkg/mgd/manifest.xml does not exist
80662024-09-23T22:21:17.481Z[ recovery-image] Sep 23 22:21:16.150 INFO O| Sep 23 22:21:16.150 INFO copying /tmp/.tmpJKYEoo/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 ...
80672024-09-23T22:21:17.481Z[ recovery-image] Sep 23 22:21:16.151 INFO O| Sep 23 22:21:16.151 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/pkg/mgd/manifest.xml
80682024-09-23T22:21:17.481Z[ recovery-image] Sep 23 22:21:16.151 INFO O| Sep 23 22:21:16.151 INFO ok!
80692024-09-23T22:21:17.481Z[ recovery-image] Sep 23 22:21:16.151 INFO O| Sep 23 22:21:16.151 INFO STEP 56 (ensure_file) COMPLETE
80702024-09-23T22:21:17.481Z[ recovery-image] Sep 23 22:21:16.151 INFO O| Sep 23 22:21:16.151 INFO STEP 57: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
80712024-09-23T22:21:17.490Z[ recovery-image] Sep 23 22:21:16.162 INFO O| Sep 23 22:21:16.162 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/pkg/ddm_method_script.sh does not exist
80722024-09-23T22:21:17.490Z[ recovery-image] Sep 23 22:21:16.162 INFO O| Sep 23 22:21:16.162 INFO copying /tmp/.tmpJKYEoo/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 ...
80732024-09-23T22:21:17.494Z[ recovery-image] Sep 23 22:21:16.162 INFO O| Sep 23 22:21:16.162 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
80742024-09-23T22:21:17.494Z[ recovery-image] Sep 23 22:21:16.162 INFO O| Sep 23 22:21:16.162 INFO ok!
80752024-09-23T22:21:17.494Z[ recovery-image] Sep 23 22:21:16.162 INFO O| Sep 23 22:21:16.162 INFO STEP 57 (ensure_file) COMPLETE
80762024-09-23T22:21:17.494Z[ recovery-image] Sep 23 22:21:16.162 INFO O| Sep 23 22:21:16.162 INFO STEP 58: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
80772024-09-23T22:21:17.501Z[ recovery-image] Sep 23 22:21:16.173 INFO O| Sep 23 22:21:16.172 INFO creating directory: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/pkg/ddm
80782024-09-23T22:21:17.504Z[ recovery-image] Sep 23 22:21:16.173 INFO O| Sep 23 22:21:16.173 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/pkg/ddm
80792024-09-23T22:21:17.504Z[ recovery-image] Sep 23 22:21:16.173 INFO O| Sep 23 22:21:16.173 INFO STEP 58 (ensure_dir) COMPLETE
80802024-09-23T22:21:17.504Z[ recovery-image] Sep 23 22:21:16.173 INFO O| Sep 23 22:21:16.173 INFO STEP 59: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
80812024-09-23T22:21:17.512Z[ recovery-image] Sep 23 22:21:16.184 INFO O| Sep 23 22:21:16.184 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/pkg/ddm/manifest.xml does not exist
80822024-09-23T22:21:17.512Z[ recovery-image] Sep 23 22:21:16.184 INFO O| Sep 23 22:21:16.184 INFO copying /tmp/.tmpJKYEoo/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 ...
80832024-09-23T22:21:17.512Z[ recovery-image] Sep 23 22:21:16.184 INFO O| Sep 23 22:21:16.184 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/pkg/ddm/manifest.xml
80842024-09-23T22:21:17.515Z[ recovery-image] Sep 23 22:21:16.184 INFO O| Sep 23 22:21:16.184 INFO ok!
80852024-09-23T22:21:17.515Z[ recovery-image] Sep 23 22:21:16.184 INFO O| Sep 23 22:21:16.184 INFO STEP 59 (ensure_file) COMPLETE
80862024-09-23T22:21:17.515Z[ recovery-image] Sep 23 22:21:16.184 INFO O| Sep 23 22:21:16.184 INFO STEP 60: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
80872024-09-23T22:21:17.522Z[ recovery-image] Sep 23 22:21:16.194 INFO O| Sep 23 22:21:16.194 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/VERSION does not exist
80882024-09-23T22:21:17.523Z[ recovery-image] Sep 23 22:21:16.194 INFO O| Sep 23 22:21:16.194 INFO copying /tmp/.tmpJKYEoo/proto/recovery/root/opt/oxide/mg-ddm/VERSION -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/VERSION ...
80892024-09-23T22:21:17.525Z[ recovery-image] Sep 23 22:21:16.194 INFO O| Sep 23 22:21:16.194 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/VERSION
80902024-09-23T22:21:17.525Z[ recovery-image] Sep 23 22:21:16.194 INFO O| Sep 23 22:21:16.194 INFO ok!
80912024-09-23T22:21:17.525Z[ recovery-image] Sep 23 22:21:16.194 INFO O| Sep 23 22:21:16.194 INFO STEP 60 (ensure_file) COMPLETE
80922024-09-23T22:21:17.525Z[ recovery-image] Sep 23 22:21:16.194 INFO O| Sep 23 22:21:16.194 INFO STEP 61: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
80932024-09-23T22:21:17.533Z[ recovery-image] Sep 23 22:21:16.205 INFO O| Sep 23 22:21:16.205 INFO ownership already OK (0:2), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib
80942024-09-23T22:21:17.534Z[ recovery-image] Sep 23 22:21:16.205 INFO O| Sep 23 22:21:16.205 INFO STEP 61 (ensure_dir) COMPLETE
80952024-09-23T22:21:17.534Z[ recovery-image] Sep 23 22:21:16.205 INFO O| Sep 23 22:21:16.205 INFO STEP 62: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
80962024-09-23T22:21:17.545Z[ recovery-image] Sep 23 22:21:16.216 INFO O| Sep 23 22:21:16.216 INFO ownership already OK (0:2), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc
80972024-09-23T22:21:17.549Z[ recovery-image] Sep 23 22:21:16.216 INFO O| Sep 23 22:21:16.216 INFO STEP 62 (ensure_dir) COMPLETE
80982024-09-23T22:21:17.549Z[ recovery-image] Sep 23 22:21:16.216 INFO O| Sep 23 22:21:16.216 INFO STEP 63: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
80992024-09-23T22:21:17.555Z[ recovery-image] Sep 23 22:21:16.227 INFO O| Sep 23 22:21:16.227 INFO ownership already OK (0:3), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest
81002024-09-23T22:21:17.555Z[ recovery-image] Sep 23 22:21:16.227 INFO O| Sep 23 22:21:16.227 INFO STEP 63 (ensure_dir) COMPLETE
81012024-09-23T22:21:17.558Z[ recovery-image] Sep 23 22:21:16.227 INFO O| Sep 23 22:21:16.227 INFO STEP 64: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
81022024-09-23T22:21:17.566Z[ recovery-image] Sep 23 22:21:16.238 INFO O| Sep 23 22:21:16.238 INFO ownership already OK (0:3), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/site
81032024-09-23T22:21:17.566Z[ recovery-image] Sep 23 22:21:16.238 INFO O| Sep 23 22:21:16.238 INFO STEP 64 (ensure_dir) COMPLETE
81042024-09-23T22:21:17.569Z[ recovery-image] Sep 23 22:21:16.238 INFO O| Sep 23 22:21:16.238 INFO STEP 65: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
81052024-09-23T22:21:17.577Z[ recovery-image] Sep 23 22:21:16.249 INFO O| Sep 23 22:21:16.249 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/site/installinator.xml does not exist
81062024-09-23T22:21:17.577Z[ recovery-image] Sep 23 22:21:16.249 INFO O| Sep 23 22:21:16.249 INFO copying /tmp/.tmpJKYEoo/proto/recovery/root/lib/svc/manifest/site/installinator.xml -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/site/installinator.xml ...
81072024-09-23T22:21:17.581Z[ recovery-image] Sep 23 22:21:16.249 INFO O| Sep 23 22:21:16.249 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/site/installinator.xml
81082024-09-23T22:21:17.581Z[ recovery-image] Sep 23 22:21:16.249 INFO O| Sep 23 22:21:16.249 INFO ok!
81092024-09-23T22:21:17.581Z[ recovery-image] Sep 23 22:21:16.249 INFO O| Sep 23 22:21:16.249 INFO STEP 65 (ensure_file) COMPLETE
81102024-09-23T22:21:17.581Z[ recovery-image] Sep 23 22:21:16.249 INFO O| Sep 23 22:21:16.249 INFO STEP 66: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
81112024-09-23T22:21:17.588Z[ recovery-image] Sep 23 22:21:16.259 INFO O| Sep 23 22:21:16.259 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/ipsec"
81122024-09-23T22:21:17.590Z[ recovery-image] Sep 23 22:21:16.260 INFO O| Sep 23 22:21:16.260 INFO STEP 66 (remove_files) COMPLETE
81132024-09-23T22:21:17.590Z[ recovery-image] Sep 23 22:21:16.260 INFO O| Sep 23 22:21:16.260 INFO STEP 67: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
81142024-09-23T22:21:17.599Z[ recovery-image] Sep 23 22:21:16.270 INFO O| Sep 23 22:21:16.270 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/ldap"
81152024-09-23T22:21:17.601Z[ recovery-image] Sep 23 22:21:16.271 INFO O| Sep 23 22:21:16.271 INFO STEP 67 (remove_files) COMPLETE
81162024-09-23T22:21:17.601Z[ recovery-image] Sep 23 22:21:16.271 INFO O| Sep 23 22:21:16.271 INFO STEP 68: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
81172024-09-23T22:21:17.612Z[ recovery-image] Sep 23 22:21:16.283 INFO O| Sep 23 22:21:16.283 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/rpc"
81182024-09-23T22:21:17.615Z[ recovery-image] Sep 23 22:21:16.284 INFO O| Sep 23 22:21:16.284 INFO STEP 68 (remove_files) COMPLETE
81192024-09-23T22:21:17.615Z[ recovery-image] Sep 23 22:21:16.284 INFO O| Sep 23 22:21:16.284 INFO STEP 69: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
81202024-09-23T22:21:17.622Z[ recovery-image] Sep 23 22:21:16.294 INFO O| Sep 23 22:21:16.294 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/security"
81212024-09-23T22:21:17.625Z[ recovery-image] Sep 23 22:21:16.294 INFO O| Sep 23 22:21:16.294 INFO STEP 69 (remove_files) COMPLETE
81222024-09-23T22:21:17.625Z[ recovery-image] Sep 23 22:21:16.295 INFO O| Sep 23 22:21:16.294 INFO STEP 70: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
81232024-09-23T22:21:17.633Z[ recovery-image] Sep 23 22:21:16.305 INFO O| Sep 23 22:21:16.305 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/shares"
81242024-09-23T22:21:17.636Z[ recovery-image] Sep 23 22:21:16.305 INFO O| Sep 23 22:21:16.305 INFO STEP 70 (remove_files) COMPLETE
81252024-09-23T22:21:17.636Z[ recovery-image] Sep 23 22:21:16.305 INFO O| Sep 23 22:21:16.305 INFO STEP 71: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
81262024-09-23T22:21:17.644Z[ recovery-image] Sep 23 22:21:16.316 INFO O| Sep 23 22:21:16.316 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/smb"
81272024-09-23T22:21:17.648Z[ recovery-image] Sep 23 22:21:16.316 INFO O| Sep 23 22:21:16.316 INFO STEP 71 (remove_files) COMPLETE
81282024-09-23T22:21:17.648Z[ recovery-image] Sep 23 22:21:16.316 INFO O| Sep 23 22:21:16.316 INFO STEP 72: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
81292024-09-23T22:21:17.655Z[ recovery-image] Sep 23 22:21:16.327 INFO O| Sep 23 22:21:16.327 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/application/management/net-snmp.xml"
81302024-09-23T22:21:17.655Z[ recovery-image] Sep 23 22:21:16.327 INFO O| Sep 23 22:21:16.327 INFO STEP 72 (remove_files) COMPLETE
81312024-09-23T22:21:17.657Z[ recovery-image] Sep 23 22:21:16.327 INFO O| Sep 23 22:21:16.327 INFO STEP 73: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
81322024-09-23T22:21:17.666Z[ recovery-image] Sep 23 22:21:16.338 INFO O| Sep 23 22:21:16.338 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/application/security/tcsd.xml"
81332024-09-23T22:21:17.670Z[ recovery-image] Sep 23 22:21:16.338 INFO O| Sep 23 22:21:16.338 INFO STEP 73 (remove_files) COMPLETE
81342024-09-23T22:21:17.670Z[ recovery-image] Sep 23 22:21:16.338 INFO O| Sep 23 22:21:16.338 INFO STEP 74: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
81352024-09-23T22:21:17.679Z[ recovery-image] Sep 23 22:21:16.350 INFO O| Sep 23 22:21:16.350 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/dns/install.xml"
81362024-09-23T22:21:17.679Z[ recovery-image] Sep 23 22:21:16.350 INFO O| Sep 23 22:21:16.350 INFO STEP 74 (remove_files) COMPLETE
81372024-09-23T22:21:17.679Z[ recovery-image] Sep 23 22:21:16.350 INFO O| Sep 23 22:21:16.350 INFO STEP 75: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
81382024-09-23T22:21:17.696Z[ recovery-image] Sep 23 22:21:16.362 INFO O| Sep 23 22:21:16.362 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/inetd-upgrade.xml"
81392024-09-23T22:21:17.696Z[ recovery-image] Sep 23 22:21:16.362 INFO O| Sep 23 22:21:16.362 INFO STEP 75 (remove_files) COMPLETE
81402024-09-23T22:21:17.696Z[ recovery-image] Sep 23 22:21:16.362 INFO O| Sep 23 22:21:16.362 INFO STEP 76: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
81412024-09-23T22:21:17.702Z[ recovery-image] Sep 23 22:21:16.374 INFO O| Sep 23 22:21:16.373 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/inetd.xml"
81422024-09-23T22:21:17.702Z[ recovery-image] Sep 23 22:21:16.374 INFO O| Sep 23 22:21:16.374 INFO STEP 76 (remove_files) COMPLETE
81432024-09-23T22:21:17.702Z[ recovery-image] Sep 23 22:21:16.374 INFO O| Sep 23 22:21:16.374 INFO STEP 77: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
81442024-09-23T22:21:17.713Z[ recovery-image] Sep 23 22:21:16.385 INFO O| Sep 23 22:21:16.385 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/network-install.xml"
81452024-09-23T22:21:17.714Z[ recovery-image] Sep 23 22:21:16.385 INFO O| Sep 23 22:21:16.385 INFO STEP 77 (remove_files) COMPLETE
81462024-09-23T22:21:17.714Z[ recovery-image] Sep 23 22:21:16.385 INFO O| Sep 23 22:21:16.385 INFO STEP 78: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
81472024-09-23T22:21:17.725Z[ recovery-image] Sep 23 22:21:16.397 INFO O| Sep 23 22:21:16.396 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/network-ipmp.xml"
81482024-09-23T22:21:17.725Z[ recovery-image] Sep 23 22:21:16.397 INFO O| Sep 23 22:21:16.397 INFO STEP 78 (remove_files) COMPLETE
81492024-09-23T22:21:17.728Z[ recovery-image] Sep 23 22:21:16.397 INFO O| Sep 23 22:21:16.397 INFO STEP 79: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
81502024-09-23T22:21:17.736Z[ recovery-image] Sep 23 22:21:16.408 INFO O| Sep 23 22:21:16.408 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/network-iptun.xml"
81512024-09-23T22:21:17.736Z[ recovery-image] Sep 23 22:21:16.408 INFO O| Sep 23 22:21:16.408 INFO STEP 79 (remove_files) COMPLETE
81522024-09-23T22:21:17.738Z[ recovery-image] Sep 23 22:21:16.408 INFO O| Sep 23 22:21:16.408 INFO STEP 80: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
81532024-09-23T22:21:17.746Z[ recovery-image] Sep 23 22:21:16.418 INFO O| Sep 23 22:21:16.418 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/network-location.xml"
81542024-09-23T22:21:17.746Z[ recovery-image] Sep 23 22:21:16.418 INFO O| Sep 23 22:21:16.418 INFO STEP 80 (remove_files) COMPLETE
81552024-09-23T22:21:17.749Z[ recovery-image] Sep 23 22:21:16.418 INFO O| Sep 23 22:21:16.418 INFO STEP 81: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
81562024-09-23T22:21:17.757Z[ recovery-image] Sep 23 22:21:16.429 INFO O| Sep 23 22:21:16.429 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/network-netcfg.xml"
81572024-09-23T22:21:17.760Z[ recovery-image] Sep 23 22:21:16.429 INFO O| Sep 23 22:21:16.429 INFO STEP 81 (remove_files) COMPLETE
81582024-09-23T22:21:17.760Z[ recovery-image] Sep 23 22:21:16.429 INFO O| Sep 23 22:21:16.429 INFO STEP 82: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
81592024-09-23T22:21:17.770Z[ recovery-image] Sep 23 22:21:16.442 INFO O| Sep 23 22:21:16.442 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/routing/rdisc.xml"
81602024-09-23T22:21:17.770Z[ recovery-image] Sep 23 22:21:16.442 INFO O| Sep 23 22:21:16.442 INFO STEP 82 (remove_files) COMPLETE
81612024-09-23T22:21:17.770Z[ recovery-image] Sep 23 22:21:16.442 INFO O| Sep 23 22:21:16.442 INFO STEP 83: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
81622024-09-23T22:21:17.781Z[ recovery-image] Sep 23 22:21:16.453 INFO O| Sep 23 22:21:16.453 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/varpd.xml"
81632024-09-23T22:21:17.781Z[ recovery-image] Sep 23 22:21:16.453 INFO O| Sep 23 22:21:16.453 INFO STEP 83 (remove_files) COMPLETE
81642024-09-23T22:21:17.781Z[ recovery-image] Sep 23 22:21:16.453 INFO O| Sep 23 22:21:16.453 INFO STEP 84: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
81652024-09-23T22:21:17.793Z[ recovery-image] Sep 23 22:21:16.463 INFO O| Sep 23 22:21:16.463 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/system/device/allocate.xml"
81662024-09-23T22:21:17.793Z[ recovery-image] Sep 23 22:21:16.464 INFO O| Sep 23 22:21:16.464 INFO STEP 84 (remove_files) COMPLETE
81672024-09-23T22:21:17.793Z[ recovery-image] Sep 23 22:21:16.464 INFO O| Sep 23 22:21:16.464 INFO STEP 85: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
81682024-09-23T22:21:17.804Z[ recovery-image] Sep 23 22:21:16.474 INFO O| Sep 23 22:21:16.474 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/system/device/devices-audio.xml"
81692024-09-23T22:21:17.804Z[ recovery-image] Sep 23 22:21:16.474 INFO O| Sep 23 22:21:16.474 INFO STEP 85 (remove_files) COMPLETE
81702024-09-23T22:21:17.804Z[ recovery-image] Sep 23 22:21:16.474 INFO O| Sep 23 22:21:16.474 INFO STEP 86: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
81712024-09-23T22:21:17.812Z[ recovery-image] Sep 23 22:21:16.484 INFO O| Sep 23 22:21:16.484 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/usr/lib/devfsadm/linkmod/SUNW_audio_link.so"
81722024-09-23T22:21:17.821Z[ recovery-image] Sep 23 22:21:16.484 INFO O| Sep 23 22:21:16.484 INFO STEP 86 (remove_files) COMPLETE
81732024-09-23T22:21:17.821Z[ recovery-image] Sep 23 22:21:16.484 INFO O| Sep 23 22:21:16.484 INFO STEP 87: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
81742024-09-23T22:21:17.824Z[ recovery-image] Sep 23 22:21:16.494 INFO O| Sep 23 22:21:16.494 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/sndstat"
81752024-09-23T22:21:17.824Z[ recovery-image] Sep 23 22:21:16.494 INFO O| Sep 23 22:21:16.494 INFO STEP 87 (remove_files) COMPLETE
81762024-09-23T22:21:17.824Z[ recovery-image] Sep 23 22:21:16.495 INFO O| Sep 23 22:21:16.494 INFO STEP 88: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
81772024-09-23T22:21:17.835Z[ recovery-image] Sep 23 22:21:16.505 INFO O| Sep 23 22:21:16.505 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/system/device/mpxio-upgrade.xml"
81782024-09-23T22:21:17.835Z[ recovery-image] Sep 23 22:21:16.505 INFO O| Sep 23 22:21:16.505 INFO STEP 88 (remove_files) COMPLETE
81792024-09-23T22:21:17.835Z[ recovery-image] Sep 23 22:21:16.505 INFO O| Sep 23 22:21:16.505 INFO STEP 89: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
81802024-09-23T22:21:17.843Z[ recovery-image] Sep 23 22:21:16.515 INFO O| Sep 23 22:21:16.515 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/system/hostid.xml"
81812024-09-23T22:21:17.843Z[ recovery-image] Sep 23 22:21:16.515 INFO O| Sep 23 22:21:16.515 INFO STEP 89 (remove_files) COMPLETE
81822024-09-23T22:21:17.845Z[ recovery-image] Sep 23 22:21:16.515 INFO O| Sep 23 22:21:16.515 INFO STEP 90: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
81832024-09-23T22:21:17.853Z[ recovery-image] Sep 23 22:21:16.525 INFO O| Sep 23 22:21:16.525 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/system/idmap.xml"
81842024-09-23T22:21:17.853Z[ recovery-image] Sep 23 22:21:16.525 INFO O| Sep 23 22:21:16.525 INFO STEP 90 (remove_files) COMPLETE
81852024-09-23T22:21:17.853Z[ recovery-image] Sep 23 22:21:16.525 INFO O| Sep 23 22:21:16.525 INFO STEP 91: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
81862024-09-23T22:21:17.863Z[ recovery-image] Sep 23 22:21:16.535 INFO O| Sep 23 22:21:16.534 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/system/pkgserv.xml"
81872024-09-23T22:21:17.863Z[ recovery-image] Sep 23 22:21:16.535 INFO O| Sep 23 22:21:16.535 INFO STEP 91 (remove_files) COMPLETE
81882024-09-23T22:21:17.865Z[ recovery-image] Sep 23 22:21:16.535 INFO O| Sep 23 22:21:16.535 INFO STEP 92: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
81892024-09-23T22:21:17.873Z[ recovery-image] Sep 23 22:21:16.545 INFO O| Sep 23 22:21:16.545 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/system/zones.xml"
81902024-09-23T22:21:17.873Z[ recovery-image] Sep 23 22:21:16.545 INFO O| Sep 23 22:21:16.545 INFO STEP 92 (remove_files) COMPLETE
81912024-09-23T22:21:17.873Z[ recovery-image] Sep 23 22:21:16.545 INFO O| Sep 23 22:21:16.545 INFO STEP 93: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
81922024-09-23T22:21:17.884Z[ recovery-image] Sep 23 22:21:16.556 INFO O| Sep 23 22:21:16.556 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/system/intrd.xml"
81932024-09-23T22:21:17.884Z[ recovery-image] Sep 23 22:21:16.556 INFO O| Sep 23 22:21:16.556 INFO STEP 93 (remove_files) COMPLETE
81942024-09-23T22:21:17.886Z[ recovery-image] Sep 23 22:21:16.556 INFO O| Sep 23 22:21:16.556 INFO STEP 94: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
81952024-09-23T22:21:17.895Z[ recovery-image] Sep 23 22:21:16.566 INFO O| Sep 23 22:21:16.566 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/chrony.xml"
81962024-09-23T22:21:17.898Z[ recovery-image] Sep 23 22:21:16.567 INFO O| Sep 23 22:21:16.566 INFO STEP 94 (remove_files) COMPLETE
81972024-09-23T22:21:17.898Z[ recovery-image] Sep 23 22:21:16.567 INFO O| Sep 23 22:21:16.567 INFO STEP 95: seed_smf, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs-recovery.json
81982024-09-23T22:21:17.913Z[ recovery-image] Sep 23 22:21:16.584 INFO O| Sep 23 22:21:16.584 INFO file /rpool/images/build/recovery/tmp/gimlet/zfs-recovery/repo.db does not already exist, skipping removal
81992024-09-23T22:21:17.915Z[ recovery-image] Sep 23 22:21:16.585 INFO O| Sep 23 22:21:16.585 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", "PKG_INSTALL_ROOT": "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a", "SVCCFG_DTD": "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/usr/share/lib/xml/dtd/service_bundle.dtd.1", "SVCCFG_CHECKHASH": "1"}
82002024-09-23T22:21:25.288Z[ recovery-image] Sep 23 22:21:23.960 INFO O| Sep 23 22:21:23.959 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
82012024-09-23T22:21:25.288Z[ recovery-image] Sep 23 22:21:23.960 INFO O| Sep 23 22:21:23.959 INFO E| svccfg: Loaded 67 smf(7) service descriptions
82022024-09-23T22:21:25.301Z[ recovery-image] Sep 23 22:21:23.973 INFO O| Sep 23 22:21:23.973 INFO exec: ["/usr/sbin/svccfg", "apply", "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/var/svc/profile/site.xml"], env: {"SVCCFG_REPOSITORY": "/rpool/images/build/recovery/tmp/gimlet/zfs-recovery/repo.db", "PKG_INSTALL_ROOT": "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a", "SVCCFG_DTD": "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/usr/share/lib/xml/dtd/service_bundle.dtd.1", "SVCCFG_CHECKHASH": "1"}
82032024-09-23T22:21:25.378Z[ recovery-image] Sep 23 22:21:24.050 INFO O| Sep 23 22:21:24.050 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/svc/repository.db does not exist
82042024-09-23T22:21:25.378Z[ recovery-image] Sep 23 22:21:24.050 INFO O| Sep 23 22:21:24.050 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 ...
82052024-09-23T22:21:25.381Z[ recovery-image] Sep 23 22:21:24.052 INFO O| Sep 23 22:21:24.052 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/svc/repository.db
82062024-09-23T22:21:25.382Z[ recovery-image] Sep 23 22:21:24.052 INFO O| Sep 23 22:21:24.052 INFO ok!
82072024-09-23T22:21:25.382Z[ recovery-image] Sep 23 22:21:24.052 INFO O| Sep 23 22:21:24.052 INFO file /rpool/images/build/recovery/tmp/gimlet/zfs-recovery/repo.db exists (as File), removing
82082024-09-23T22:21:25.382Z[ recovery-image] Sep 23 22:21:24.052 INFO O| Sep 23 22:21:24.052 INFO STEP 95 (seed_smf) COMPLETE
82092024-09-23T22:21:25.382Z[ recovery-image] Sep 23 22:21:24.052 INFO O| Sep 23 22:21:24.052 INFO steps complete; finalising image!
82102024-09-23T22:21:25.382Z[ recovery-image] Sep 23 22:21:24.052 INFO O| Sep 23 22:21:24.052 INFO TRIM POOL: TEMPORARY-gimlet-zfs-recovery
82112024-09-23T22:21:25.417Z[ recovery-image] Sep 23 22:21:24.088 INFO O| Sep 23 22:21:24.088 INFO trim TEMPORARY-gimlet-zfs-recovery: (9% trimmed, started at Mon Sep 23 22:21:24 2024)
82122024-09-23T22:21:25.624Z[ recovery-image] Sep 23 22:21:24.296 INFO O| Sep 23 22:21:24.296 INFO trim TEMPORARY-gimlet-zfs-recovery: (66% trimmed, started at Mon Sep 23 22:21:24 2024)
82132024-09-23T22:21:25.850Z[ recovery-image] Sep 23 22:21:24.522 INFO O| Sep 23 22:21:24.522 INFO temporary pool has 400M used, 1.36G avail, 1.00x compressratio
82142024-09-23T22:21:25.850Z[ recovery-image] Sep 23 22:21:24.522 INFO O| Sep 23 22:21:24.522 INFO EXPORT POOL: TEMPORARY-gimlet-zfs-recovery
82152024-09-23T22:21:26.110Z[ recovery-image] Sep 23 22:21:24.781 INFO O| Sep 23 22:21:24.781 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
82162024-09-23T22:21:26.110Z[ recovery-image] Sep 23 22:21:24.781 INFO O| Sep 23 22:21:24.781 INFO file /rpool/images/build/recovery/output/gimlet-zfs-recovery.raw does not already exist, skipping removal
82172024-09-23T22:21:29.135Z[ recovery-image] Sep 23 22:21:27.806 INFO O| Sep 23 22:21:27.806 INFO perms are 1600, should be 644, path: /rpool/images/build/recovery/output/gimlet-zfs-recovery.raw
82182024-09-23T22:21:29.135Z[ recovery-image] Sep 23 22:21:27.806 INFO O| Sep 23 22:21:27.806 INFO chmod ok, path: /rpool/images/build/recovery/output/gimlet-zfs-recovery.raw
82192024-09-23T22:21:29.138Z[ recovery-image] Sep 23 22:21:27.806 INFO O| Sep 23 22:21:27.806 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/output/gimlet-zfs-recovery.raw
82202024-09-23T22:21:29.138Z[ recovery-image] Sep 23 22:21:27.806 INFO O| Sep 23 22:21:27.806 INFO completed processing gimlet/zfs-recovery
82212024-09-23T22:21:29.138Z[ recovery-image] Sep 23 22:21:27.806 INFO O| Sep 23 22:21:27.806 INFO DESTROY DATASET: rpool/images/build/recovery/work/gimlet/zfs-recovery
82222024-09-23T22:21:29.558Z[ recovery-image] Sep 23 22:21:28.230 INFO O| Sep 23 22:21:28.230 INFO DESTROY DATASET: rpool/images/build/recovery/tmp/gimlet/zfs-recovery
82232024-09-23T22:21:29.641Z[ recovery-image] Sep 23 22:21:28.313 INFO BUILD STRING "heads/stlouis-0-g473b048bcc\n"
82242024-09-23T22:21:29.644Z[ recovery-image] Sep 23 22:21:28.314 INFO expanded image name: "recovery 92037c9/${os_short_commit} 2024-09-23 21:52" -> "recovery 92037c9/473b048 2024-09-23 21:52"
82252024-09-23T22:21:29.644Z[ recovery-image] Sep 23 22:21:28.314 INFO output artefacts stored in: "/work/os-recovery"
82262024-09-23T22:21:29.644Z[ recovery-image] Sep 23 22:21:28.314 INFO collecting git info from project "image-builder"...
82272024-09-23T22:21:29.651Z[ recovery-image] Sep 23 22:21:28.323 INFO collecting git info from project "pinprick"...
82282024-09-23T22:21:29.657Z[ recovery-image] Sep 23 22:21:28.329 INFO collecting git info from project "phbl"...
82292024-09-23T22:21:29.663Z[ recovery-image] Sep 23 22:21:28.335 INFO collecting git info from project "amd-host-image-builder"...
82302024-09-23T22:21:29.904Z[ recovery-image] Sep 23 22:21:28.576 INFO collecting git info from project "pilot"...
82312024-09-23T22:21:29.915Z[ recovery-image] Sep 23 22:21:28.588 INFO collecting git info from project "amd-firmware"...
82322024-09-23T22:21:30.140Z[ recovery-image] Sep 23 22:21:28.812 INFO collecting git info from project "bootserver"...
82332024-09-23T22:21:30.146Z[ recovery-image] Sep 23 22:21:28.818 INFO collecting git info from project "chelsio-t6-roms"...
82342024-09-23T22:21:30.168Z[ recovery-image] Sep 23 22:21:28.840 INFO collecting packaging info "pkg-publishers.txt": ["publisher", "-F", "tsv"]...
82352024-09-23T22:21:30.546Z[ recovery-image] Sep 23 22:21:29.218 INFO collecting packaging info "pkg-list.txt": ["list", "-H", "-v"]...
82362024-09-23T22:21:30.900Z[ recovery-image] Sep 23 22:21:29.572 INFO creating Oxide boot image...
82372024-09-23T22:21:30.903Z[ recovery-image] Sep 23 22:21:29.572 INFO exec: ["/work/oxidecomputer/helios/projects/bootserver/target/release/mkimage", "-i", "/rpool/images/build/recovery/output/gimlet-zfs-recovery.raw", "-N", "recovery 92037c9/473b048 2024-09-23 21:52", "-o", "/work/os-recovery/zfs.img", "-O", "/work/oxidecomputer/helios/tmp/image.recovery/boot_image_csum", "-s", "4096", "-z"], pwd: None
82382024-09-23T22:22:00.151Z[ host-image] Sep 23 22:21:58.824 INFO O| install = pkg://helios-dev/SUNWcs@0.5.11-2.0.22908:20240923T144036Z
82392024-09-23T22:22:00.154Z[ host-image] Sep 23 22:21:58.824 INFO O| install = pkg://helios-dev/SUNWcsd@0.5.11-2.0.22908:20240923T144036Z
82402024-09-23T22:22:00.154Z[ host-image] Sep 23 22:21:58.824 INFO O| install = pkg://helios-dev/compress/brotli@1.0.9-2.0:20230621T185813Z
82412024-09-23T22:22:00.154Z[ host-image] Sep 23 22:21:58.824 INFO O| install = pkg://helios-dev/compress/bzip2@1.0.8-2.0:20230621T185759Z
82422024-09-23T22:22:00.154Z[ host-image] Sep 23 22:21:58.824 INFO O| install = pkg://helios-dev/compress/gzip@1.12-2.0:20230621T185838Z
82432024-09-23T22:22:00.154Z[ host-image] Sep 23 22:21:58.824 INFO O| install = pkg://helios-dev/compress/lz4@1.9.4-2.0:20230621T185820Z
82442024-09-23T22:22:00.154Z[ host-image] Sep 23 22:21:58.825 INFO O| install = pkg://helios-dev/compress/xz@5.4.2-2.0:20230621T190107Z
82452024-09-23T22:22:00.154Z[ host-image] Sep 23 22:21:58.825 INFO O| install = pkg://helios-dev/compress/zstd@1.5.5-2.0:20230621T190025Z
82462024-09-23T22:22:00.154Z[ host-image] Sep 23 22:21:58.825 INFO O| install = pkg://helios-dev/consolidation/oxide/omicron1-brand-incorporation@1.0.22:20240315T231141Z
82472024-09-23T22:22:00.154Z[ host-image] Sep 23 22:21:58.825 INFO O| install = pkg://helios-dev/database/sqlite-3@3.41.2-2.0:20230621T190437Z
82482024-09-23T22:22:00.154Z[ host-image] Sep 23 22:21:58.826 INFO O| install = pkg://helios-dev/developer/acpi@0.5.11-2.0.22908:20240923T144037Z
82492024-09-23T22:22:00.157Z[ host-image] Sep 23 22:21:58.827 INFO O| install = pkg://helios-dev/developer/debug/mdb@0.5.11-2.0.22908:20240923T144038Z
82502024-09-23T22:22:00.157Z[ host-image] Sep 23 22:21:58.828 INFO O| install = pkg://helios-dev/developer/dtrace@0.5.11-2.0.22908:20240923T144038Z
82512024-09-23T22:22:00.157Z[ host-image] Sep 23 22:21:58.829 INFO O| install = pkg://helios-dev/developer/linker@0.5.11-2.0.22908:20240923T144038Z
82522024-09-23T22:22:00.158Z[ host-image] Sep 23 22:21:58.829 INFO O| install = pkg://helios-dev/developer/macro/cpp@20220808-2.0:20230621T191251Z
82532024-09-23T22:22:00.158Z[ host-image] Sep 23 22:21:58.830 INFO O| install = pkg://helios-dev/developer/object-file@0.5.11-2.0.22908:20240923T144038Z
82542024-09-23T22:22:00.161Z[ host-image] Sep 23 22:21:58.830 INFO O| install = pkg://helios-dev/diagnostic/cpu-counters@0.5.11-2.0.22908:20240923T144038Z
82552024-09-23T22:22:00.161Z[ host-image] Sep 23 22:21:58.830 INFO O| install = pkg://helios-dev/diagnostic/diskinfo@0.5.11-2.0.22908:20240923T144038Z
82562024-09-23T22:22:00.161Z[ host-image] Sep 23 22:21:58.830 INFO O| install = pkg://helios-dev/diagnostic/pci@0.5.11-2.0.22908:20240923T144038Z
82572024-09-23T22:22:00.161Z[ host-image] Sep 23 22:21:58.831 INFO O| install = pkg://helios-dev/driver/audio@0.5.11-2.0.22908:20240923T144039Z
82582024-09-23T22:22:00.161Z[ host-image] Sep 23 22:21:58.831 INFO O| install = pkg://helios-dev/driver/cpu/amd/zen@0.5.11-2.0.22908:20240923T144040Z
82592024-09-23T22:22:00.161Z[ host-image] Sep 23 22:21:58.831 INFO O| install = pkg://helios-dev/driver/cpu/sensor@0.5.11-2.0.22908:20240923T144040Z
82602024-09-23T22:22:00.161Z[ host-image] Sep 23 22:21:58.831 INFO O| install = pkg://helios-dev/driver/gpio/amd/zen@0.5.11-2.0.22908:20240923T144040Z
82612024-09-23T22:22:00.161Z[ host-image] Sep 23 22:21:58.831 INFO O| install = pkg://helios-dev/driver/misc/tofino@0.5.11-2.0.22908:20240923T144041Z
82622024-09-23T22:22:00.161Z[ host-image] Sep 23 22:21:58.831 INFO O| install = pkg://helios-dev/driver/network/cxgbe@0.5.11-2.0.22908:20240923T144042Z
82632024-09-23T22:22:00.161Z[ host-image] Sep 23 22:21:58.832 INFO O| install = pkg://helios-dev/driver/network/e1000g@0.5.11-2.0.22908:20240923T144043Z
82642024-09-23T22:22:00.161Z[ host-image] Sep 23 22:21:58.832 INFO O| install = pkg://helios-dev/driver/network/igb@0.5.11-2.0.22908:20240923T144044Z
82652024-09-23T22:22:00.161Z[ host-image] Sep 23 22:21:58.832 INFO O| install = pkg://helios-dev/driver/network/ixgbe@0.5.11-2.0.22908:20240923T144045Z
82662024-09-23T22:22:00.161Z[ host-image] Sep 23 22:21:58.832 INFO O| install = pkg://helios-dev/driver/network/opte@0.33.293:20240820T211830Z
82672024-09-23T22:22:00.161Z[ host-image] Sep 23 22:21:58.832 INFO O| install = pkg://helios-dev/driver/network/rge@0.5.11-2.0.22908:20240923T144046Z
82682024-09-23T22:22:00.161Z[ host-image] Sep 23 22:21:58.832 INFO O| install = pkg://helios-dev/driver/serial/usbser@0.5.11-2.0.22908:20240923T144048Z
82692024-09-23T22:22:00.161Z[ host-image] Sep 23 22:21:58.832 INFO O| install = pkg://helios-dev/driver/storage/blkdev@0.5.11-2.0.22908:20240923T144049Z
82702024-09-23T22:22:00.161Z[ host-image] Sep 23 22:21:58.832 INFO O| install = pkg://helios-dev/driver/storage/nvme@0.5.11-2.0.22908:20240923T144050Z
82712024-09-23T22:22:00.161Z[ host-image] Sep 23 22:21:58.833 INFO O| install = pkg://helios-dev/driver/usb@0.5.11-2.0.22908:20240923T144051Z
82722024-09-23T22:22:00.161Z[ host-image] Sep 23 22:21:58.833 INFO O| install = pkg://helios-dev/driver/x11/xsvc@0.5.11-2.0.22908:20240923T144052Z
82732024-09-23T22:22:00.170Z[ host-image] Sep 23 22:21:58.843 INFO O| install = pkg://helios-dev/editor/vim@9.0.1443-2.0:20230621T192540Z
82742024-09-23T22:22:00.173Z[ host-image] Sep 23 22:21:58.843 INFO O| install = pkg://helios-dev/install/beadm@0.5.11-2.0.22908:20240923T144052Z
82752024-09-23T22:22:00.173Z[ host-image] Sep 23 22:21:58.843 INFO O| install = pkg://helios-dev/library/expat@2.5.0-2.0:20230621T192934Z
82762024-09-23T22:22:00.173Z[ host-image] Sep 23 22:21:58.843 INFO O| install = pkg://helios-dev/library/libedit@3.1-2.0:20230621T193242Z
82772024-09-23T22:22:00.173Z[ host-image] Sep 23 22:21:58.844 INFO O| install = pkg://helios-dev/library/libidn@1.41-2.0:20230621T193402Z
82782024-09-23T22:22:00.173Z[ host-image] Sep 23 22:21:58.844 INFO O| install = pkg://helios-dev/library/libtecla@1.6.0-2.0.22908:20240923T144052Z
82792024-09-23T22:22:00.173Z[ host-image] Sep 23 22:21:58.844 INFO O| install = pkg://helios-dev/library/libtool/libltdl@2.4.6-2.0:20230621T190218Z
82802024-09-23T22:22:00.173Z[ host-image] Sep 23 22:21:58.845 INFO O| install = pkg://helios-dev/library/libxml2@2.11.7-2.0:20240215T135051Z
82812024-09-23T22:22:00.173Z[ host-image] Sep 23 22:21:58.846 INFO O| install = pkg://helios-dev/library/libxmlsec1@1.2.35-2.0:20230624T123441Z
82822024-09-23T22:22:00.176Z[ host-image] Sep 23 22:21:58.846 INFO O| install = pkg://helios-dev/library/libxslt@1.1.30-2.0:20230621T193447Z
82832024-09-23T22:22:00.186Z[ host-image] Sep 23 22:21:58.859 INFO O| install = pkg://helios-dev/library/ncurses@6.4.20240309-2.0:20240523T185257Z
82842024-09-23T22:22:00.186Z[ host-image] Sep 23 22:21:58.859 INFO O| install = pkg://helios-dev/library/nghttp2@1.52.0-2.0:20230621T193608Z
82852024-09-23T22:22:00.189Z[ host-image] Sep 23 22:21:58.859 INFO O| install = pkg://helios-dev/library/nspr@4.35-2.0:20230621T193601Z
82862024-09-23T22:22:00.189Z[ host-image] Sep 23 22:21:58.860 INFO O| install = pkg://helios-dev/library/pcre@8.45-2.0:20230621T193733Z
82872024-09-23T22:22:00.189Z[ host-image] Sep 23 22:21:58.860 INFO O| install = pkg://helios-dev/library/pcre2@10.42-2.0:20230621T193725Z
82882024-09-23T22:22:00.189Z[ host-image] Sep 23 22:21:58.860 INFO O| install = pkg://helios-dev/library/readline@8.2-2.1:20240418T211117Z
82892024-09-23T22:22:00.225Z[ host-image] Sep 23 22:21:58.897 INFO O| install = pkg://helios-dev/library/security/openssl-3@3.0.15-2.0:20240903T190137Z
82902024-09-23T22:22:00.227Z[ host-image] Sep 23 22:21:58.898 INFO O| install = pkg://helios-dev/library/security/trousers@0.3.15-2.0:20230621T194405Z
82912024-09-23T22:22:00.227Z[ host-image] Sep 23 22:21:58.898 INFO O| install = pkg://helios-dev/library/zlib@1.2.13-2.0:20230621T194146Z
82922024-09-23T22:22:00.227Z[ host-image] Sep 23 22:21:58.899 INFO O| install = pkg://helios-dev/locale/en@0.5.11-2.0.22908:20240923T144054Z
82932024-09-23T22:22:00.227Z[ host-image] Sep 23 22:21:58.899 INFO O| install = pkg://helios-dev/network/bridging@0.5.11-2.0.22908:20240923T144100Z
82942024-09-23T22:22:00.227Z[ host-image] Sep 23 22:21:58.899 INFO O| install = pkg://helios-dev/network/dns/bind@9.18.14-2.0:20230621T194546Z
82952024-09-23T22:22:00.227Z[ host-image] Sep 23 22:21:58.899 INFO O| install = pkg://helios-dev/network/netcat@0.5.11-2.0.22908:20240923T144101Z
82962024-09-23T22:22:00.227Z[ host-image] Sep 23 22:21:58.899 INFO O| install = pkg://helios-dev/network/openssh@9.6.1-2.1:20240701T171301Z
82972024-09-23T22:22:00.227Z[ host-image] Sep 23 22:21:58.899 INFO O| install = pkg://helios-dev/network/openssh-server@9.6.1-2.1:20240701T171311Z
82982024-09-23T22:22:00.227Z[ host-image] Sep 23 22:21:58.900 INFO O| install = pkg://helios-dev/network/rsync@3.2.7-2.1:20240627T120527Z
82992024-09-23T22:22:00.227Z[ host-image] Sep 23 22:21:58.900 INFO O| install = pkg://helios-dev/network/snoop@0.5.11-2.0.22908:20240923T144101Z
83002024-09-23T22:22:00.227Z[ host-image] Sep 23 22:21:58.900 INFO O| install = pkg://helios-dev/ooce/library/onig@6.9.8-2.0:20230623T150226Z
83012024-09-23T22:22:00.232Z[ host-image] Sep 23 22:21:58.905 INFO O| install = pkg://helios-dev/ooce/library/postgresql-13@13.11-2.0:20230623T123131Z
83022024-09-23T22:22:00.234Z[ host-image] Sep 23 22:21:58.905 INFO O| install = pkg://helios-dev/ooce/util/jq@1.6-2.0:20230623T172253Z
83032024-09-23T22:22:00.234Z[ host-image] Sep 23 22:21:58.905 INFO O| install = pkg://helios-dev/oxide/platform-identity-cacerts@1.0-2.0:20240719T230730Z
83042024-09-23T22:22:00.234Z[ host-image] Sep 23 22:21:58.905 INFO O| install = pkg://helios-dev/package/svr4@0.5.11-2.0.22908:20240923T144101Z
83052024-09-23T22:22:00.234Z[ host-image] Sep 23 22:21:58.905 INFO O| install = pkg://helios-dev/release/name@0.5.11-2.0:20230621T194601Z
83062024-09-23T22:22:00.248Z[ host-image] Sep 23 22:21:58.920 INFO O| install = pkg://helios-dev/runtime/perl@5.36.1-2.0:20230621T195846Z
83072024-09-23T22:22:00.251Z[ host-image] Sep 23 22:21:58.921 INFO O| install = pkg://helios-dev/runtime/perl/module/sun-solaris@0.5.11-2.0.22908:20240923T144102Z
83082024-09-23T22:22:00.251Z[ host-image] Sep 23 22:21:58.923 INFO O| install = pkg://helios-dev/service/fault-management@0.5.11-2.0.22908:20240923T144102Z
83092024-09-23T22:22:00.251Z[ host-image] Sep 23 22:21:58.923 INFO O| install = pkg://helios-dev/service/file-system/smb@0.5.11-2.0.22908:20240923T144102Z
83102024-09-23T22:22:00.253Z[ host-image] Sep 23 22:21:58.923 INFO O| install = pkg://helios-dev/service/network/chrony@4.5-2.0:20240418T211951Z
83112024-09-23T22:22:00.253Z[ host-image] Sep 23 22:21:58.924 INFO O| install = pkg://helios-dev/service/picl@0.5.11-2.0.22908:20240923T144104Z
83122024-09-23T22:22:00.253Z[ host-image] Sep 23 22:21:58.924 INFO O| install = pkg://helios-dev/service/resource-pools@0.5.11-2.0.22908:20240923T144104Z
83132024-09-23T22:22:00.253Z[ host-image] Sep 23 22:21:58.924 INFO O| install = pkg://helios-dev/service/security/gss@0.5.11-2.0.22908:20240923T144104Z
83142024-09-23T22:22:00.253Z[ host-image] Sep 23 22:21:58.925 INFO O| install = pkg://helios-dev/service/security/kerberos-5@0.5.11-2.0.22908:20240923T144104Z
83152024-09-23T22:22:00.256Z[ host-image] Sep 23 22:21:58.929 INFO O| install = pkg://helios-dev/shell/bash@5.2.15-2.0:20230621T200617Z
83162024-09-23T22:22:00.259Z[ host-image] Sep 23 22:21:58.929 INFO O| install = pkg://helios-dev/shell/ksh93@93.21.1.20120801-2.0.22908:20240923T144105Z
83172024-09-23T22:22:00.259Z[ host-image] Sep 23 22:21:58.930 INFO O| install = pkg://helios-dev/system/bhyve@0.5.11-2.0.22908:20240923T144106Z
83182024-09-23T22:22:00.259Z[ host-image] Sep 23 22:21:58.930 INFO O| install = pkg://helios-dev/system/bhyve/firmware@20230201-2.0:20230621T201619Z
83192024-09-23T22:22:00.259Z[ host-image] Sep 23 22:21:58.930 INFO O| install = pkg://helios-dev/system/boot/loader@1.1-2.0.22908:20240923T144106Z
83202024-09-23T22:22:00.259Z[ host-image] Sep 23 22:21:58.930 INFO O| install = pkg://helios-dev/system/data/console/fonts@0.5.11-2.0.22908:20240923T144106Z
83212024-09-23T22:22:00.259Z[ host-image] Sep 23 22:21:58.930 INFO O| install = pkg://helios-dev/system/data/hardware-registry@2024.3.31-2.0.22908:20240923T144107Z
83222024-09-23T22:22:00.259Z[ host-image] Sep 23 22:21:58.931 INFO O| install = pkg://helios-dev/system/data/keyboard/keytables@0.5.11-2.0.22908:20240923T144107Z
83232024-09-23T22:22:00.267Z[ host-image] Sep 23 22:21:58.939 INFO O| install = pkg://helios-dev/system/data/terminfo@0.5.11-2.0.22908:20240923T144107Z
83242024-09-23T22:22:00.270Z[ host-image] Sep 23 22:21:58.939 INFO O| install = pkg://helios-dev/system/data/urxvt-terminfo@9.31-2.0:20230621T200815Z
83252024-09-23T22:22:00.270Z[ host-image] Sep 23 22:21:58.942 INFO O| install = pkg://helios-dev/system/data/zoneinfo@2024.1-2.0.22908:20240923T144107Z
83262024-09-23T22:22:00.272Z[ host-image] Sep 23 22:21:58.943 INFO O| install = pkg://helios-dev/system/extended-system-utilities@0.5.11-2.0.22908:20240923T144107Z
83272024-09-23T22:22:00.272Z[ host-image] Sep 23 22:21:58.943 INFO O| install = pkg://helios-dev/system/ficl@4.1.0-2.0.22908:20240923T144107Z
83282024-09-23T22:22:00.272Z[ host-image] Sep 23 22:21:58.944 INFO O| install = pkg://helios-dev/system/file-system/smb@0.5.11-2.0.22908:20240923T144107Z
83292024-09-23T22:22:00.272Z[ host-image] Sep 23 22:21:58.944 INFO O| install = pkg://helios-dev/system/file-system/zfs@0.5.11-2.0.22908:20240923T144108Z
83302024-09-23T22:22:00.272Z[ host-image] Sep 23 22:21:58.944 INFO O| install = pkg://helios-dev/system/gpio@0.5.11-2.0.22908:20240923T144108Z
83312024-09-23T22:22:00.282Z[ host-image] Sep 23 22:21:58.955 INFO O| install = pkg://helios-dev/system/kernel@0.5.11-2.0.22908:20240923T144109Z
83322024-09-23T22:22:00.285Z[ host-image] Sep 23 22:21:58.955 INFO O| install = pkg://helios-dev/system/kernel/cpu-counters@0.5.11-2.0.22908:20240923T144109Z
83332024-09-23T22:22:00.285Z[ host-image] Sep 23 22:21:58.955 INFO O| install = pkg://helios-dev/system/kernel/dtrace/providers@0.5.11-2.0.22908:20240923T144109Z
83342024-09-23T22:22:00.285Z[ host-image] Sep 23 22:21:58.956 INFO O| install = pkg://helios-dev/system/kernel/platform@0.5.11-2.0.22908:20240923T144109Z
83352024-09-23T22:22:00.285Z[ host-image] Sep 23 22:21:58.957 INFO O| install = pkg://helios-dev/system/ksensor@0.5.11-2.0.22908:20240923T144109Z
83362024-09-23T22:22:00.306Z[ host-image] Sep 23 22:21:58.979 INFO O| install = pkg://helios-dev/system/library@0.5.11-2.0.22908:20240923T144113Z
83372024-09-23T22:22:00.309Z[ host-image] Sep 23 22:21:58.979 INFO O| install = pkg://helios-dev/system/library/bhyve@0.5.11-2.0.22908:20240923T144110Z
83382024-09-23T22:22:00.309Z[ host-image] Sep 23 22:21:58.979 INFO O| install = pkg://helios-dev/system/library/demangle@0.5.11-2.0.22908:20240923T144110Z
83392024-09-23T22:22:00.309Z[ host-image] Sep 23 22:21:58.979 INFO O| install = pkg://helios-dev/system/library/g++-runtime@13-2.0:20231118T213948Z
83402024-09-23T22:22:00.309Z[ host-image] Sep 23 22:21:58.980 INFO O| install = pkg://helios-dev/system/library/gcc-runtime@13-2.0:20231118T213832Z
83412024-09-23T22:22:00.338Z[ host-image] Sep 23 22:21:59.010 INFO O| install = pkg://helios-dev/system/library/iconv/utf-8@0.5.11-2.0.22908:20240923T144110Z
83422024-09-23T22:22:00.341Z[ host-image] Sep 23 22:21:59.010 INFO O| install = pkg://helios-dev/system/library/libdbus@1.14.6-2.0:20230621T201340Z
83432024-09-23T22:22:00.341Z[ host-image] Sep 23 22:21:59.011 INFO O| install = pkg://helios-dev/system/library/libdiskmgt@0.5.11-2.0.22908:20240923T144110Z
83442024-09-23T22:22:00.341Z[ host-image] Sep 23 22:21:59.011 INFO O| install = pkg://helios-dev/system/library/libispi@0.5.11-2.0.22908:20240923T144110Z
83452024-09-23T22:22:00.341Z[ host-image] Sep 23 22:21:59.012 INFO O| install = pkg://helios-dev/system/library/math@0.5.11-2.0.22908:20240923T144111Z
83462024-09-23T22:22:00.341Z[ host-image] Sep 23 22:21:59.012 INFO O| install = pkg://helios-dev/system/library/mozilla-nss@3.89-2.0:20230621T201725Z
83472024-09-23T22:22:00.341Z[ host-image] Sep 23 22:21:59.013 INFO O| install = pkg://helios-dev/system/library/pcap@1.10.3-2.0:20230621T201732Z
83482024-09-23T22:22:00.344Z[ host-image] Sep 23 22:21:59.013 INFO O| install = pkg://helios-dev/system/library/security/gss@0.5.11-2.0.22908:20240923T144112Z
83492024-09-23T22:22:00.344Z[ host-image] Sep 23 22:21:59.013 INFO O| install = pkg://helios-dev/system/library/security/gss/diffie-hellman@0.5.11-2.0.22908:20240923T144111Z
83502024-09-23T22:22:00.344Z[ host-image] Sep 23 22:21:59.014 INFO O| install = pkg://helios-dev/system/library/security/gss/spnego@0.5.11-2.0.22908:20240923T144112Z
83512024-09-23T22:22:00.344Z[ host-image] Sep 23 22:21:59.014 INFO O| install = pkg://helios-dev/system/library/security/libsasl@0.5.11-2.0.22908:20240923T144112Z
83522024-09-23T22:22:00.344Z[ host-image] Sep 23 22:21:59.014 INFO O| install = pkg://helios-dev/system/library/storage/scsi-plugins@0.5.11-2.0.22908:20240923T144112Z
83532024-09-23T22:22:00.344Z[ host-image] Sep 23 22:21:59.014 INFO O| install = pkg://helios-dev/system/man@0.5.11-2.0.22908:20240923T144113Z
83542024-09-23T22:22:00.347Z[ host-image] Sep 23 22:21:59.018 INFO O| install = pkg://helios-dev/system/management/snmp/net-snmp@5.9.3-2.0:20230621T192215Z
83552024-09-23T22:22:00.347Z[ host-image] Sep 23 22:21:59.018 INFO O| install = pkg://helios-dev/system/microcode/amd@20240710-2.0.22908:20240923T144113Z
83562024-09-23T22:22:00.347Z[ host-image] Sep 23 22:21:59.019 INFO O| install = pkg://helios-dev/system/microcode/intel@20240910-2.0.22908:20240923T144113Z
83572024-09-23T22:22:00.347Z[ host-image] Sep 23 22:21:59.019 INFO O| install = pkg://helios-dev/system/microcode/oxide@20240710-2.0.22908:20240923T144113Z
83582024-09-23T22:22:00.349Z[ host-image] Sep 23 22:21:59.020 INFO O| install = pkg://helios-dev/system/network@0.5.11-2.0.22908:20240923T144115Z
83592024-09-23T22:22:00.349Z[ host-image] Sep 23 22:21:59.020 INFO O| install = pkg://helios-dev/system/network/overlay@0.5.11-2.0.22908:20240923T144114Z
83602024-09-23T22:22:00.349Z[ host-image] Sep 23 22:21:59.020 INFO O| install = pkg://helios-dev/system/network/routing@0.5.11-2.0.22908:20240923T144114Z
83612024-09-23T22:22:00.349Z[ host-image] Sep 23 22:21:59.020 INFO O| install = pkg://helios-dev/system/prerequisite/gnu@0.5.11-2.0:20230621T201805Z
83622024-09-23T22:22:00.349Z[ host-image] Sep 23 22:21:59.020 INFO O| install = pkg://helios-dev/system/watch@3.3.16-2.0:20230621T201923Z
83632024-09-23T22:22:00.349Z[ host-image] Sep 23 22:21:59.021 INFO O| install = pkg://helios-dev/system/xopen/xcu4@0.5.11-2.0.22908:20240923T144116Z
83642024-09-23T22:22:00.349Z[ host-image] Sep 23 22:21:59.021 INFO O| install = pkg://helios-dev/system/zones@0.5.11-2.0.22908:20240923T144117Z
83652024-09-23T22:22:00.349Z[ host-image] Sep 23 22:21:59.021 INFO O| install = pkg://helios-dev/system/zones/brand/omicron1@1.0.22:20240315T231124Z
83662024-09-23T22:22:00.350Z[ host-image] Sep 23 22:21:59.022 INFO O| install = pkg://helios-dev/terminal/resize@352-2.0:20230621T201859Z
83672024-09-23T22:22:00.350Z[ host-image] Sep 23 22:21:59.022 INFO O| install = pkg://helios-dev/text/column@0.0.0.20181004-2.0:20230925T235046Z
83682024-09-23T22:22:00.350Z[ host-image] Sep 23 22:21:59.022 INFO O| install = pkg://helios-dev/text/less@608-2.0:20230621T202237Z
83692024-09-23T22:22:00.350Z[ host-image] Sep 23 22:21:59.022 INFO O| install = pkg://helios-dev/text/looker@0.1.0.12-2.0:20230624T124603Z
83702024-09-23T22:22:00.352Z[ host-image] Sep 23 22:21:59.023 INFO O| install = pkg://helios-dev/web/ca-bundle@5.11-2.0:20230621T202542Z
83712024-09-23T22:22:00.352Z[ host-image] Sep 23 22:21:59.024 INFO O| install = pkg://helios-dev/web/curl@8.9.1-2.0:20240806T172300Z
83722024-09-23T22:22:00.352Z[ host-image] Sep 23 22:21:59.024 INFO O| tempdir @ "/tmp/.tmpz4lUHD/tmp"
83732024-09-23T22:22:00.352Z[ host-image] Sep 23 22:21:59.024 INFO O| image root @ "/tmp/.tmpz4lUHD/tmp/root"
83742024-09-23T22:22:00.352Z[ host-image] Sep 23 22:21:59.024 INFO O| creating image...
83752024-09-23T22:22:00.863Z[ host-image] Sep 23 22:21:59.536 INFO O| copying publishers...
83762024-09-23T22:22:07.811Z[ host-image] Sep 23 22:22:06.483 INFO O| adding properties...
83772024-09-23T22:22:08.861Z[ host-image] Sep 23 22:22:07.533 INFO O| installing packages...
83782024-09-23T22:22:22.163Z[ recovery-image] Sep 23 22:22:20.836 INFO O| ok, image written!
83792024-09-23T22:22:22.166Z[ recovery-image] Sep 23 22:22:20.836 INFO O| ok, boot_image_csum file written!
83802024-09-23T22:22:22.168Z[ recovery-image] Sep 23 22:22:20.841 INFO creating boot archive (CPIO)...
83812024-09-23T22:22:22.168Z[ recovery-image] Sep 23 22:22:20.841 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
83822024-09-23T22:22:22.177Z[ recovery-image] Sep 23 22:22:20.850 INFO E| + root=/rpool/images/build/recovery/work/gimlet/ramdisk
83832024-09-23T22:22:22.177Z[ recovery-image] Sep 23 22:22:20.850 INFO E| + outfile=/work/os-recovery/cpio
83842024-09-23T22:22:22.179Z[ recovery-image] Sep 23 22:22:20.850 INFO E| + tmpdir=/work/oxidecomputer/helios/tmp/image.recovery
83852024-09-23T22:22:22.179Z[ recovery-image] Sep 23 22:22:20.852 INFO E| + cd /rpool/images/build/recovery/work/gimlet/ramdisk
83862024-09-23T22:22:22.179Z[ recovery-image] Sep 23 22:22:20.852 INFO E| + cpio -qo -H odc -O /work/os-recovery/cpio
83872024-09-23T22:22:22.217Z[ recovery-image] Sep 23 22:22:20.884 INFO E| + cd /work/oxidecomputer/helios/tmp/image.recovery
83882024-09-23T22:22:22.226Z[ recovery-image] Sep 23 22:22:20.884 INFO E| + cpio -qo -H odc -AO /work/os-recovery/cpio
83892024-09-23T22:22:22.226Z[ recovery-image] Sep 23 22:22:20.892 INFO creating compressed cpio/unix for nanobl-rs...
83902024-09-23T22:22:22.226Z[ recovery-image] Sep 23 22:22:20.892 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
83912024-09-23T22:22:22.503Z[ recovery-image] Sep 23 22:22:21.176 INFO exec: ["bash", "-c", "\'/work/oxidecomputer/helios/projects/pinprick/target/release/pinprick\' \'/work/os-recovery/cpio\' >\'/work/os-recovery/cpio.z\'"], pwd: None
83922024-09-23T22:22:23.466Z[ host-image] Sep 23 22:22:22.139 INFO O| seeding SMF database...
83932024-09-23T22:22:26.862Z[ recovery-image] Sep 23 22:22:25.535 INFO creating reset image...
83942024-09-23T22:22:26.864Z[ recovery-image] Sep 23 22:22:25.535 INFO exec: ["cargo", "xtask", "build", "--release", "--cpioz", "/work/os-recovery/cpio.z"], pwd: Some("/work/oxidecomputer/helios/projects/phbl")
83952024-09-23T22:22:27.092Z[ recovery-image] Sep 23 22:22:25.765 INFO E| Updating crates.io index
83962024-09-23T22:22:27.248Z[ recovery-image] Sep 23 22:22:25.921 INFO E| Downloading crates ...
83972024-09-23T22:22:27.317Z[ recovery-image] Sep 23 22:22:25.990 INFO E| Downloaded clap v4.5.17
83982024-09-23T22:22:27.328Z[ recovery-image] Sep 23 22:22:26.001 INFO E| Downloaded is_terminal_polyfill v1.70.1
83992024-09-23T22:22:27.330Z[ recovery-image] Sep 23 22:22:26.002 INFO E| Downloaded anstyle-parse v0.2.5
84002024-09-23T22:22:27.333Z[ recovery-image] Sep 23 22:22:26.005 INFO E| Downloaded clap_lex v0.7.2
84012024-09-23T22:22:27.344Z[ recovery-image] Sep 23 22:22:26.017 INFO E| Downloaded utf8parse v0.2.2
84022024-09-23T22:22:27.347Z[ recovery-image] Sep 23 22:22:26.019 INFO E| Downloaded colorchoice v1.0.2
84032024-09-23T22:22:27.349Z[ recovery-image] Sep 23 22:22:26.021 INFO E| Downloaded anstyle-query v1.1.1
84042024-09-23T22:22:27.349Z[ recovery-image] Sep 23 22:22:26.022 INFO E| Downloaded shared_child v1.0.1
84052024-09-23T22:22:27.351Z[ recovery-image] Sep 23 22:22:26.024 INFO E| Downloaded quote v1.0.37
84062024-09-23T22:22:27.354Z[ recovery-image] Sep 23 22:22:26.026 INFO E| Downloaded os_pipe v1.2.1
84072024-09-23T22:22:27.354Z[ recovery-image] Sep 23 22:22:26.027 INFO E| Downloaded duct v0.13.7
84082024-09-23T22:22:27.357Z[ recovery-image] Sep 23 22:22:26.029 INFO E| Downloaded anstream v0.6.15
84092024-09-23T22:22:27.359Z[ recovery-image] Sep 23 22:22:26.032 INFO E| Downloaded syn v2.0.77
84102024-09-23T22:22:27.369Z[ recovery-image] Sep 23 22:22:26.042 INFO E| Downloaded clap_builder v4.5.17
84112024-09-23T22:22:27.424Z[ recovery-image] Sep 23 22:22:26.097 INFO E| Compiling proc-macro2 v1.0.86
84122024-09-23T22:22:27.424Z[ recovery-image] Sep 23 22:22:26.097 INFO E| Compiling libc v0.2.158
84132024-09-23T22:22:27.424Z[ recovery-image] Sep 23 22:22:26.098 INFO E| Compiling unicode-ident v1.0.12
84142024-09-23T22:22:27.427Z[ recovery-image] Sep 23 22:22:26.098 INFO E| Compiling utf8parse v0.2.2
84152024-09-23T22:22:27.428Z[ recovery-image] Sep 23 22:22:26.098 INFO E| Compiling anstyle-query v1.1.1
84162024-09-23T22:22:27.428Z[ recovery-image] Sep 23 22:22:26.098 INFO E| Compiling is_terminal_polyfill v1.70.1
84172024-09-23T22:22:27.428Z[ recovery-image] Sep 23 22:22:26.098 INFO E| Compiling anstyle v1.0.8
84182024-09-23T22:22:27.428Z[ recovery-image] Sep 23 22:22:26.098 INFO E| Compiling colorchoice v1.0.2
84192024-09-23T22:22:27.627Z[ recovery-image] Sep 23 22:22:26.300 INFO E| Compiling anstyle-parse v0.2.5
84202024-09-23T22:22:27.636Z[ recovery-image] Sep 23 22:22:26.309 INFO E| Compiling strsim v0.11.1
84212024-09-23T22:22:27.650Z[ recovery-image] Sep 23 22:22:26.323 INFO E| Compiling heck v0.5.0
84222024-09-23T22:22:27.711Z[ recovery-image] Sep 23 22:22:26.384 INFO E| Compiling clap_lex v0.7.2
84232024-09-23T22:22:27.755Z[ recovery-image] Sep 23 22:22:26.427 INFO E| Compiling once_cell v1.19.0
84242024-09-23T22:22:27.966Z[ recovery-image] Sep 23 22:22:26.639 INFO E| Compiling anstream v0.6.15
84252024-09-23T22:22:28.332Z[ recovery-image] Sep 23 22:22:27.005 INFO E| Compiling clap_builder v4.5.17
84262024-09-23T22:22:28.812Z[ recovery-image] Sep 23 22:22:27.485 INFO E| Compiling shared_child v1.0.1
84272024-09-23T22:22:28.812Z[ recovery-image] Sep 23 22:22:27.485 INFO E| Compiling os_pipe v1.2.1
84282024-09-23T22:22:28.945Z[ recovery-image] Sep 23 22:22:27.618 INFO E| Compiling duct v0.13.7
84292024-09-23T22:22:28.949Z[ recovery-image] Sep 23 22:22:27.622 INFO E| Compiling quote v1.0.37
84302024-09-23T22:22:29.294Z[ recovery-image] Sep 23 22:22:27.967 INFO E| Compiling syn v2.0.77
84312024-09-23T22:22:32.256Z[ host-image] Sep 23 22:22:30.927 INFO O| configuring SMF profile...
84322024-09-23T22:22:32.259Z[ host-image] Sep 23 22:22:30.928 INFO O| modifying shadow(5)...
84332024-09-23T22:22:32.259Z[ host-image] Sep 23 22:22:30.928 INFO O| loading user and group database...
84342024-09-23T22:22:32.259Z[ host-image] Sep 23 22:22:30.928 INFO O| assessing packaged files...
84352024-09-23T22:22:33.415Z[ recovery-image] Sep 23 22:22:32.088 INFO E| Compiling clap_derive v4.5.13
84362024-09-23T22:22:34.969Z[ host-image] Sep 23 22:22:33.643 INFO O| creating archive...
84372024-09-23T22:22:35.003Z[ host-image] Sep 23 22:22:33.676 INFO O| missing from packaging:
84382024-09-23T22:22:35.003Z[ host-image] Sep 23 22:22:33.677 INFO O| "etc/.pwd.lock"
84392024-09-23T22:22:35.003Z[ host-image] Sep 23 22:22:33.677 INFO O| "etc/bash"
84402024-09-23T22:22:35.008Z[ host-image] Sep 23 22:22:33.682 INFO O| "etc/svc/profile/generic.xml"
84412024-09-23T22:22:35.008Z[ host-image] Sep 23 22:22:33.682 INFO O| "etc/svc/profile/inetd_services.xml"
84422024-09-23T22:22:35.017Z[ host-image] Sep 23 22:22:33.682 INFO O| "etc/svc/profile/name_service.xml"
84432024-09-23T22:22:35.017Z[ host-image] Sep 23 22:22:33.682 INFO O| "etc/svc/profile/platform.xml"
84442024-09-23T22:22:35.017Z[ host-image] Sep 23 22:22:33.682 INFO O| "etc/svc/profile/platform_omicron1.xml"
84452024-09-23T22:22:35.017Z[ host-image] Sep 23 22:22:33.682 INFO O| "etc/svc/repository.db"
84462024-09-23T22:22:35.025Z[ host-image] Sep 23 22:22:33.691 INFO O| "opt/ooce/share"
84472024-09-23T22:22:35.025Z[ host-image] Sep 23 22:22:33.691 INFO O| "opt/ooce/share/man"
84482024-09-23T22:22:35.025Z[ host-image] Sep 23 22:22:33.691 INFO O| "opt/ooce/share/man/man1"
84492024-09-23T22:22:35.029Z[ host-image] Sep 23 22:22:33.701 INFO O| finishing archive...
84502024-09-23T22:22:35.381Z[ recovery-image] Sep 23 22:22:34.054 INFO E| Compiling clap v4.5.17
84512024-09-23T22:22:35.436Z[ recovery-image] Sep 23 22:22:34.109 INFO E| Compiling xtask v0.1.0 (/work/oxidecomputer/helios/projects/phbl/xtask)
84522024-09-23T22:22:36.501Z[ recovery-image] Sep 23 22:22:35.174 INFO E| Finished `dev` profile [unoptimized + debuginfo] target(s) in 9.57s
84532024-09-23T22:22:36.514Z[ recovery-image] Sep 23 22:22:35.185 INFO E| Running `xtask/target/debug/xtask build --release --cpioz /work/os-recovery/cpio.z`
84542024-09-23T22:22:36.643Z[ recovery-image] Sep 23 22:22:35.316 INFO E| Updating crates.io index
84552024-09-23T22:22:36.791Z[ recovery-image] Sep 23 22:22:35.464 INFO E| Downloading crates ...
84562024-09-23T22:22:36.849Z[ recovery-image] Sep 23 22:22:35.522 INFO E| Downloaded miniz_oxide v0.7.4
84572024-09-23T22:22:36.852Z[ recovery-image] Sep 23 22:22:35.525 INFO E| Downloaded cpio_reader v0.1.1
84582024-09-23T22:22:36.854Z[ recovery-image] Sep 23 22:22:35.526 INFO E| Downloaded bit_field v0.10.2
84592024-09-23T22:22:36.859Z[ recovery-image] Sep 23 22:22:35.532 INFO E| Downloaded seq-macro v0.3.5
84602024-09-23T22:22:36.882Z[ recovery-image] Sep 23 22:22:35.547 INFO E| Downloaded raw-cpuid v10.7.0
84612024-09-23T22:22:36.993Z[ recovery-image] Sep 23 22:22:35.667 INFO E| Downloaded x86 v0.52.0
84622024-09-23T22:22:37.055Z[ recovery-image] Sep 23 22:22:35.729 INFO E| Updating crates.io index
84632024-09-23T22:22:37.131Z[ recovery-image] Sep 23 22:22:35.804 INFO E| Downloading crates ...
84642024-09-23T22:22:37.197Z[ recovery-image] Sep 23 22:22:35.870 INFO E| Downloaded compiler_builtins v0.1.123
84652024-09-23T22:22:37.273Z[ recovery-image] Sep 23 22:22:35.946 INFO E| Compiling compiler_builtins v0.1.123
84662024-09-23T22:22:37.273Z[ recovery-image] Sep 23 22:22:35.946 INFO E| Compiling core v0.0.0 (/home/build/.rustup/toolchains/nightly-2024-09-04-x86_64-unknown-illumos/lib/rustlib/src/rust/library/core)
84672024-09-23T22:22:37.273Z[ recovery-image] Sep 23 22:22:35.946 INFO E| Compiling proc-macro2 v1.0.86
84682024-09-23T22:22:37.276Z[ recovery-image] Sep 23 22:22:35.946 INFO E| Compiling unicode-ident v1.0.12
84692024-09-23T22:22:37.276Z[ recovery-image] Sep 23 22:22:35.946 INFO E| Compiling syn v1.0.109
84702024-09-23T22:22:37.276Z[ recovery-image] Sep 23 22:22:35.947 INFO E| Compiling x86 v0.52.0
84712024-09-23T22:22:37.276Z[ recovery-image] Sep 23 22:22:35.947 INFO E| Compiling phbl v0.1.0 (/work/oxidecomputer/helios/projects/phbl)
84722024-09-23T22:22:37.276Z[ recovery-image] Sep 23 22:22:35.947 INFO E| Compiling seq-macro v0.3.5
84732024-09-23T22:22:37.968Z[ host-image] Sep 23 22:22:36.641 INFO O| creating gzonly manifest...
84742024-09-23T22:22:37.982Z[ host-image] Sep 23 22:22:36.655 INFO O| ok
84752024-09-23T22:22:38.097Z[ host-image] Sep 23 22:22:36.768 INFO image builder template: ramdisk-02-trim...
84762024-09-23T22:22:38.097Z[ host-image] Sep 23 22:22:36.768 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/.tmpJKYEoo/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
84772024-09-23T22:22:38.121Z[ host-image] Sep 23 22:22:36.794 INFO O| Sep 23 22:22:36.794 INFO temporary dataset: rpool/images/build/host/tmp/gimlet/ramdisk-02-trim
84782024-09-23T22:22:38.125Z[ host-image] Sep 23 22:22:36.799 INFO O| Sep 23 22:22:36.799 INFO CREATE DATASET: rpool/images/build/host/tmp/gimlet/ramdisk-02-trim
84792024-09-23T22:22:38.257Z[ host-image] Sep 23 22:22:36.931 INFO O| Sep 23 22:22:36.931 INFO SET DATASET PROPERTY ON rpool/images/build/host/tmp/gimlet/ramdisk-02-trim: sync = disabled
84802024-09-23T22:22:38.309Z[ host-image] Sep 23 22:22:36.982 INFO O| Sep 23 22:22:36.982 INFO temporary directory: /rpool/images/build/host/tmp/gimlet/ramdisk-02-trim
84812024-09-23T22:22:38.311Z[ host-image] Sep 23 22:22:36.982 INFO O| Sep 23 22:22:36.982 INFO work dataset: rpool/images/build/host/work/gimlet/ramdisk
84822024-09-23T22:22:38.315Z[ host-image] Sep 23 22:22:36.989 INFO O| Sep 23 22:22:36.989 INFO looking for output snapshot rpool/images/build/host/work/gimlet/ramdisk@trim
84832024-09-23T22:22:38.320Z[ host-image] Sep 23 22:22:36.994 INFO O| Sep 23 22:22:36.994 INFO looking for input snapshot rpool/images/build/host/work/gimlet/ramdisk@os
84842024-09-23T22:22:38.327Z[ host-image] Sep 23 22:22:37.000 INFO O| Sep 23 22:22:37.000 INFO ROLLBACK TO SNAPSHOT: rpool/images/build/host/work/gimlet/ramdisk@os
84852024-09-23T22:22:38.484Z[ recovery-image] Sep 23 22:22:37.157 INFO E| Compiling quote v1.0.37
84862024-09-23T22:22:38.552Z[ host-image] Sep 23 22:22:37.225 INFO O| Sep 23 22:22:37.225 INFO rolled back to input snapshot; work may begin
84872024-09-23T22:22:38.552Z[ host-image] Sep 23 22:22:37.225 INFO O| Sep 23 22:22:37.225 INFO CREATE DATASET: rpool/images/build/host/work/gimlet/ramdisk
84882024-09-23T22:22:38.563Z[ host-image] Sep 23 22:22:37.235 INFO O| Sep 23 22:22:37.235 INFO STEP 0: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
84892024-09-23T22:22:38.580Z[ host-image] Sep 23 22:22:37.253 INFO O| Sep 23 22:22:37.253 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/var/pkg"
84902024-09-23T22:22:38.655Z[ host-image] Sep 23 22:22:37.327 INFO O| Sep 23 22:22:37.326 INFO STEP 0 (remove_files) COMPLETE
84912024-09-23T22:22:38.655Z[ host-image] Sep 23 22:22:37.327 INFO O| Sep 23 22:22:37.327 INFO STEP 1: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
84922024-09-23T22:22:38.684Z[ host-image] Sep 23 22:22:37.341 INFO O| Sep 23 22:22:37.341 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/usr/xpg4"
84932024-09-23T22:22:38.695Z[ host-image] Sep 23 22:22:37.343 INFO O| Sep 23 22:22:37.343 INFO STEP 1 (remove_files) COMPLETE
84942024-09-23T22:22:38.696Z[ host-image] Sep 23 22:22:37.343 INFO O| Sep 23 22:22:37.343 INFO STEP 2: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
84952024-09-23T22:22:38.704Z[ host-image] Sep 23 22:22:37.363 INFO O| Sep 23 22:22:37.363 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/usr/include"
84962024-09-23T22:22:38.718Z[ host-image] Sep 23 22:22:37.378 INFO O| Sep 23 22:22:37.377 INFO STEP 2 (remove_files) COMPLETE
84972024-09-23T22:22:38.719Z[ host-image] Sep 23 22:22:37.378 INFO O| Sep 23 22:22:37.377 INFO STEP 3: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
84982024-09-23T22:22:38.736Z[ host-image] Sep 23 22:22:37.390 INFO O| Sep 23 22:22:37.390 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/usr/demo"
84992024-09-23T22:22:38.736Z[ host-image] Sep 23 22:22:37.392 INFO O| Sep 23 22:22:37.392 INFO STEP 3 (remove_files) COMPLETE
85002024-09-23T22:22:38.736Z[ host-image] Sep 23 22:22:37.392 INFO O| Sep 23 22:22:37.392 INFO STEP 4: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
85012024-09-23T22:22:38.743Z[ host-image] Sep 23 22:22:37.405 INFO O| Sep 23 22:22:37.404 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/usr/lib/help"
85022024-09-23T22:22:38.743Z[ host-image] Sep 23 22:22:37.408 INFO O| Sep 23 22:22:37.408 INFO STEP 4 (remove_files) COMPLETE
85032024-09-23T22:22:38.743Z[ host-image] Sep 23 22:22:37.408 INFO O| Sep 23 22:22:37.408 INFO STEP 5: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
85042024-09-23T22:22:38.757Z[ host-image] Sep 23 22:22:37.421 INFO O| Sep 23 22:22:37.421 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/usr/share/doc"
85052024-09-23T22:22:38.770Z[ host-image] Sep 23 22:22:37.424 INFO O| Sep 23 22:22:37.424 INFO STEP 5 (remove_files) COMPLETE
85062024-09-23T22:22:38.770Z[ host-image] Sep 23 22:22:37.424 INFO O| Sep 23 22:22:37.424 INFO STEP 6: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
85072024-09-23T22:22:38.780Z[ host-image] Sep 23 22:22:37.436 INFO O| Sep 23 22:22:37.436 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/usr/share/bash-completion"
85082024-09-23T22:22:38.780Z[ recovery-image] Sep 23 22:22:37.441 INFO E| Compiling syn v2.0.77
85092024-09-23T22:22:38.784Z[ host-image] Sep 23 22:22:37.448 INFO O| Sep 23 22:22:37.448 INFO STEP 6 (remove_files) COMPLETE
85102024-09-23T22:22:38.784Z[ host-image] Sep 23 22:22:37.448 INFO O| Sep 23 22:22:37.448 INFO STEP 7: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
85112024-09-23T22:22:38.797Z[ host-image] Sep 23 22:22:37.466 INFO O| Sep 23 22:22:37.466 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/usr/perl5/5.36/man"
85122024-09-23T22:22:38.809Z[ host-image] Sep 23 22:22:37.481 INFO O| Sep 23 22:22:37.481 INFO STEP 7 (remove_files) COMPLETE
85132024-09-23T22:22:38.809Z[ host-image] Sep 23 22:22:37.481 INFO O| Sep 23 22:22:37.481 INFO STEP 8: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
85142024-09-23T22:22:38.829Z[ host-image] Sep 23 22:22:37.501 INFO O| Sep 23 22:22:37.500 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/usr/share/man/man3ssl"
85152024-09-23T22:22:38.930Z[ host-image] Sep 23 22:22:37.601 INFO O| Sep 23 22:22:37.601 INFO STEP 8 (remove_files) COMPLETE
85162024-09-23T22:22:38.931Z[ host-image] Sep 23 22:22:37.601 INFO O| Sep 23 22:22:37.601 INFO STEP 9: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
85172024-09-23T22:22:38.946Z[ host-image] Sep 23 22:22:37.618 INFO O| Sep 23 22:22:37.618 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/usr/ssl-3/man"
85182024-09-23T22:22:39.041Z[ host-image] Sep 23 22:22:37.712 INFO O| Sep 23 22:22:37.712 INFO STEP 9 (remove_files) COMPLETE
85192024-09-23T22:22:39.041Z[ host-image] Sep 23 22:22:37.712 INFO O| Sep 23 22:22:37.712 INFO STEP 10: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
85202024-09-23T22:22:39.058Z[ host-image] Sep 23 22:22:37.730 INFO O| Sep 23 22:22:37.730 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/etc/net-snmp"
85212024-09-23T22:22:39.062Z[ host-image] Sep 23 22:22:37.735 INFO O| Sep 23 22:22:37.734 INFO STEP 10 (remove_files) COMPLETE
85222024-09-23T22:22:39.062Z[ host-image] Sep 23 22:22:37.735 INFO O| Sep 23 22:22:37.735 INFO STEP 11: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
85232024-09-23T22:22:39.079Z[ host-image] Sep 23 22:22:37.752 INFO O| Sep 23 22:22:37.751 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/usr/bin/i386"
85242024-09-23T22:22:39.082Z[ host-image] Sep 23 22:22:37.754 INFO O| Sep 23 22:22:37.754 INFO STEP 11 (remove_files) COMPLETE
85252024-09-23T22:22:39.082Z[ host-image] Sep 23 22:22:37.754 INFO O| Sep 23 22:22:37.754 INFO STEP 12: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
85262024-09-23T22:22:39.096Z[ host-image] Sep 23 22:22:37.768 INFO O| Sep 23 22:22:37.768 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/platform/i86xpv"
85272024-09-23T22:22:39.100Z[ host-image] Sep 23 22:22:37.770 INFO O| Sep 23 22:22:37.770 INFO STEP 12 (remove_files) COMPLETE
85282024-09-23T22:22:39.100Z[ host-image] Sep 23 22:22:37.771 INFO O| Sep 23 22:22:37.770 INFO STEP 13: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
85292024-09-23T22:22:39.353Z[ host-image] Sep 23 22:22:38.026 INFO O| Sep 23 22:22:38.026 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/usr/lib/libtddl.a"
85302024-09-23T22:22:39.401Z[ host-image] Sep 23 22:22:38.074 INFO O| Sep 23 22:22:38.074 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/usr/lib/libncurses++.a"
85312024-09-23T22:22:39.407Z[ host-image] Sep 23 22:22:38.080 INFO O| Sep 23 22:22:38.080 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/usr/lib/amd64/libncurses++.a"
85322024-09-23T22:22:39.410Z[ host-image] Sep 23 22:22:38.083 INFO O| Sep 23 22:22:38.083 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/usr/lib/amd64/libtddl.a"
85332024-09-23T22:22:39.520Z[ host-image] Sep 23 22:22:38.193 INFO O| Sep 23 22:22:38.193 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/jq/lib/amd64/libjq.a"
85342024-09-23T22:22:39.522Z[ host-image] Sep 23 22:22:38.194 INFO O| Sep 23 22:22:38.194 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/pgsql-13/lib/libpq.a"
85352024-09-23T22:22:39.522Z[ host-image] Sep 23 22:22:38.194 INFO O| Sep 23 22:22:38.194 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/pgsql-13/lib/amd64/libpq.a"
85362024-09-23T22:22:39.522Z[ host-image] Sep 23 22:22:38.194 INFO O| Sep 23 22:22:38.194 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/pgsql-13/lib/amd64/libpgcommon.a"
85372024-09-23T22:22:39.522Z[ host-image] Sep 23 22:22:38.194 INFO O| Sep 23 22:22:38.194 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/pgsql-13/lib/amd64/libpgport_shlib.a"
85382024-09-23T22:22:39.522Z[ host-image] Sep 23 22:22:38.194 INFO O| Sep 23 22:22:38.194 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/pgsql-13/lib/amd64/libpgcommon_shlib.a"
85392024-09-23T22:22:39.522Z[ host-image] Sep 23 22:22:38.194 INFO O| Sep 23 22:22:38.194 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/pgsql-13/lib/amd64/libecpg_compat.a"
85402024-09-23T22:22:39.522Z[ host-image] Sep 23 22:22:38.194 INFO O| Sep 23 22:22:38.194 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/pgsql-13/lib/amd64/libpgport.a"
85412024-09-23T22:22:39.522Z[ host-image] Sep 23 22:22:38.195 INFO O| Sep 23 22:22:38.195 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/pgsql-13/lib/amd64/libpgtypes.a"
85422024-09-23T22:22:39.522Z[ host-image] Sep 23 22:22:38.195 INFO O| Sep 23 22:22:38.195 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/pgsql-13/lib/amd64/libecpg.a"
85432024-09-23T22:22:39.522Z[ host-image] Sep 23 22:22:38.195 INFO O| Sep 23 22:22:38.195 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/pgsql-13/lib/libpgcommon.a"
85442024-09-23T22:22:39.522Z[ host-image] Sep 23 22:22:38.195 INFO O| Sep 23 22:22:38.195 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/pgsql-13/lib/libpgtypes.a"
85452024-09-23T22:22:39.525Z[ host-image] Sep 23 22:22:38.196 INFO O| Sep 23 22:22:38.195 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/pgsql-13/lib/libpgport.a"
85462024-09-23T22:22:39.525Z[ host-image] Sep 23 22:22:38.196 INFO O| Sep 23 22:22:38.196 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/pgsql-13/lib/libecpg.a"
85472024-09-23T22:22:39.525Z[ host-image] Sep 23 22:22:38.196 INFO O| Sep 23 22:22:38.196 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/pgsql-13/lib/libecpg_compat.a"
85482024-09-23T22:22:39.525Z[ host-image] Sep 23 22:22:38.196 INFO O| Sep 23 22:22:38.196 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/pgsql-13/lib/libpgcommon_shlib.a"
85492024-09-23T22:22:39.525Z[ host-image] Sep 23 22:22:38.196 INFO O| Sep 23 22:22:38.196 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/pgsql-13/lib/libpgport_shlib.a"
85502024-09-23T22:22:39.537Z[ host-image] Sep 23 22:22:38.210 INFO O| Sep 23 22:22:38.210 INFO STEP 13 (remove_files) COMPLETE
85512024-09-23T22:22:39.537Z[ host-image] Sep 23 22:22:38.210 INFO O| Sep 23 22:22:38.210 INFO STEP 14: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
85522024-09-23T22:22:39.556Z[ host-image] Sep 23 22:22:38.229 INFO O| Sep 23 22:22:38.229 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/boot"
85532024-09-23T22:22:39.558Z[ host-image] Sep 23 22:22:38.231 INFO O| Sep 23 22:22:38.230 INFO STEP 14 (remove_files) COMPLETE
85542024-09-23T22:22:39.558Z[ host-image] Sep 23 22:22:38.231 INFO O| Sep 23 22:22:38.231 INFO STEP 15: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
85552024-09-23T22:22:39.575Z[ host-image] Sep 23 22:22:38.248 INFO O| Sep 23 22:22:38.248 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/platform/i86pc"
85562024-09-23T22:22:39.582Z[ host-image] Sep 23 22:22:38.255 INFO O| Sep 23 22:22:38.255 INFO STEP 15 (remove_files) COMPLETE
85572024-09-23T22:22:39.582Z[ host-image] Sep 23 22:22:38.255 INFO O| Sep 23 22:22:38.255 INFO STEP 16: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
85582024-09-23T22:22:39.598Z[ host-image] Sep 23 22:22:38.271 INFO O| Sep 23 22:22:38.271 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/usr/platform/i86xpv"
85592024-09-23T22:22:39.601Z[ host-image] Sep 23 22:22:38.272 INFO O| Sep 23 22:22:38.272 INFO STEP 16 (remove_files) COMPLETE
85602024-09-23T22:22:39.601Z[ host-image] Sep 23 22:22:38.272 INFO O| Sep 23 22:22:38.272 INFO STEP 17: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
85612024-09-23T22:22:39.617Z[ host-image] Sep 23 22:22:38.290 INFO O| Sep 23 22:22:38.290 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/usr/platform/i86pc"
85622024-09-23T22:22:39.619Z[ host-image] Sep 23 22:22:38.291 INFO O| Sep 23 22:22:38.291 INFO STEP 17 (remove_files) COMPLETE
85632024-09-23T22:22:39.619Z[ host-image] Sep 23 22:22:38.292 INFO O| Sep 23 22:22:38.291 INFO STEP 18: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
85642024-09-23T22:22:39.630Z[ host-image] Sep 23 22:22:38.304 INFO O| Sep 23 22:22:38.304 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/misc/amd64/acpica"
85652024-09-23T22:22:39.630Z[ host-image] Sep 23 22:22:38.304 INFO O| Sep 23 22:22:38.304 INFO STEP 18 (remove_files) COMPLETE
85662024-09-23T22:22:39.631Z[ host-image] Sep 23 22:22:38.304 INFO O| Sep 23 22:22:38.304 INFO STEP 19: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
85672024-09-23T22:22:39.642Z[ host-image] Sep 23 22:22:38.315 INFO O| Sep 23 22:22:38.315 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/misc/amd64/tem"
85682024-09-23T22:22:39.642Z[ host-image] Sep 23 22:22:38.315 INFO O| Sep 23 22:22:38.315 INFO STEP 19 (remove_files) COMPLETE
85692024-09-23T22:22:39.642Z[ host-image] Sep 23 22:22:38.315 INFO O| Sep 23 22:22:38.315 INFO STEP 20: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
85702024-09-23T22:22:39.654Z[ host-image] Sep 23 22:22:38.327 INFO O| Sep 23 22:22:38.327 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/misc/amd64/kbtrans"
85712024-09-23T22:22:39.654Z[ host-image] Sep 23 22:22:38.327 INFO O| Sep 23 22:22:38.327 INFO STEP 20 (remove_files) COMPLETE
85722024-09-23T22:22:39.656Z[ host-image] Sep 23 22:22:38.327 INFO O| Sep 23 22:22:38.327 INFO STEP 21: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
85732024-09-23T22:22:39.666Z[ host-image] Sep 23 22:22:38.339 INFO O| Sep 23 22:22:38.339 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/wc"
85742024-09-23T22:22:39.666Z[ host-image] Sep 23 22:22:38.339 INFO O| Sep 23 22:22:38.339 INFO STEP 21 (remove_files) COMPLETE
85752024-09-23T22:22:39.668Z[ host-image] Sep 23 22:22:38.339 INFO O| Sep 23 22:22:38.339 INFO STEP 22: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
85762024-09-23T22:22:39.677Z[ host-image] Sep 23 22:22:38.351 INFO O| Sep 23 22:22:38.350 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/acpi_drv"
85772024-09-23T22:22:39.677Z[ host-image] Sep 23 22:22:38.351 INFO O| Sep 23 22:22:38.351 INFO STEP 22 (remove_files) COMPLETE
85782024-09-23T22:22:39.677Z[ host-image] Sep 23 22:22:38.351 INFO O| Sep 23 22:22:38.351 INFO STEP 23: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
85792024-09-23T22:22:39.694Z[ host-image] Sep 23 22:22:38.367 INFO O| Sep 23 22:22:38.367 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/conskbd"
85802024-09-23T22:22:39.694Z[ host-image] Sep 23 22:22:38.367 INFO O| Sep 23 22:22:38.367 INFO STEP 23 (remove_files) COMPLETE
85812024-09-23T22:22:39.696Z[ host-image] Sep 23 22:22:38.367 INFO O| Sep 23 22:22:38.367 INFO STEP 24: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
85822024-09-23T22:22:39.706Z[ host-image] Sep 23 22:22:38.379 INFO O| Sep 23 22:22:38.379 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/tzmon"
85832024-09-23T22:22:39.708Z[ host-image] Sep 23 22:22:38.379 INFO O| Sep 23 22:22:38.379 INFO STEP 24 (remove_files) COMPLETE
85842024-09-23T22:22:39.708Z[ host-image] Sep 23 22:22:38.379 INFO O| Sep 23 22:22:38.379 INFO STEP 25: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
85852024-09-23T22:22:39.718Z[ host-image] Sep 23 22:22:38.391 INFO O| Sep 23 22:22:38.391 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/power"
85862024-09-23T22:22:39.718Z[ host-image] Sep 23 22:22:38.391 INFO O| Sep 23 22:22:38.391 INFO STEP 25 (remove_files) COMPLETE
85872024-09-23T22:22:39.718Z[ host-image] Sep 23 22:22:38.391 INFO O| Sep 23 22:22:38.391 INFO STEP 26: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
85882024-09-23T22:22:39.736Z[ host-image] Sep 23 22:22:38.409 INFO O| Sep 23 22:22:38.409 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/audio"
85892024-09-23T22:22:39.736Z[ host-image] Sep 23 22:22:38.409 INFO O| Sep 23 22:22:38.409 INFO STEP 26 (remove_files) COMPLETE
85902024-09-23T22:22:39.739Z[ host-image] Sep 23 22:22:38.409 INFO O| Sep 23 22:22:38.409 INFO STEP 27: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
85912024-09-23T22:22:39.753Z[ host-image] Sep 23 22:22:38.427 INFO O| Sep 23 22:22:38.426 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/audio1575"
85922024-09-23T22:22:39.753Z[ host-image] Sep 23 22:22:38.427 INFO O| Sep 23 22:22:38.427 INFO STEP 27 (remove_files) COMPLETE
85932024-09-23T22:22:39.756Z[ host-image] Sep 23 22:22:38.427 INFO O| Sep 23 22:22:38.427 INFO STEP 28: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
85942024-09-23T22:22:39.767Z[ host-image] Sep 23 22:22:38.440 INFO O| Sep 23 22:22:38.440 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/audioens"
85952024-09-23T22:22:39.767Z[ host-image] Sep 23 22:22:38.440 INFO O| Sep 23 22:22:38.440 INFO STEP 28 (remove_files) COMPLETE
85962024-09-23T22:22:39.770Z[ host-image] Sep 23 22:22:38.440 INFO O| Sep 23 22:22:38.440 INFO STEP 29: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
85972024-09-23T22:22:39.779Z[ host-image] Sep 23 22:22:38.453 INFO O| Sep 23 22:22:38.453 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/audiopci"
85982024-09-23T22:22:39.782Z[ host-image] Sep 23 22:22:38.453 INFO O| Sep 23 22:22:38.453 INFO STEP 29 (remove_files) COMPLETE
85992024-09-23T22:22:39.782Z[ host-image] Sep 23 22:22:38.453 INFO O| Sep 23 22:22:38.453 INFO STEP 30: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
86002024-09-23T22:22:39.792Z[ host-image] Sep 23 22:22:38.465 INFO O| Sep 23 22:22:38.465 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/audiots"
86012024-09-23T22:22:39.792Z[ host-image] Sep 23 22:22:38.466 INFO O| Sep 23 22:22:38.465 INFO STEP 30 (remove_files) COMPLETE
86022024-09-23T22:22:39.792Z[ host-image] Sep 23 22:22:38.466 INFO O| Sep 23 22:22:38.466 INFO STEP 31: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
86032024-09-23T22:22:39.805Z[ host-image] Sep 23 22:22:38.478 INFO O| Sep 23 22:22:38.478 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/ehci"
86042024-09-23T22:22:39.807Z[ host-image] Sep 23 22:22:38.478 INFO O| Sep 23 22:22:38.478 INFO STEP 31 (remove_files) COMPLETE
86052024-09-23T22:22:39.807Z[ host-image] Sep 23 22:22:38.478 INFO O| Sep 23 22:22:38.478 INFO STEP 32: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
86062024-09-23T22:22:39.820Z[ host-image] Sep 23 22:22:38.494 INFO O| Sep 23 22:22:38.494 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/hid"
86072024-09-23T22:22:39.820Z[ host-image] Sep 23 22:22:38.494 INFO O| Sep 23 22:22:38.494 INFO STEP 32 (remove_files) COMPLETE
86082024-09-23T22:22:39.823Z[ host-image] Sep 23 22:22:38.494 INFO O| Sep 23 22:22:38.494 INFO STEP 33: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
86092024-09-23T22:22:39.834Z[ host-image] Sep 23 22:22:38.508 INFO O| Sep 23 22:22:38.507 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/hubd"
86102024-09-23T22:22:39.834Z[ host-image] Sep 23 22:22:38.508 INFO O| Sep 23 22:22:38.508 INFO STEP 33 (remove_files) COMPLETE
86112024-09-23T22:22:39.837Z[ host-image] Sep 23 22:22:38.508 INFO O| Sep 23 22:22:38.508 INFO STEP 34: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
86122024-09-23T22:22:39.849Z[ host-image] Sep 23 22:22:38.523 INFO O| Sep 23 22:22:38.523 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/ohci"
86132024-09-23T22:22:39.853Z[ host-image] Sep 23 22:22:38.523 INFO O| Sep 23 22:22:38.523 INFO STEP 34 (remove_files) COMPLETE
86142024-09-23T22:22:39.853Z[ host-image] Sep 23 22:22:38.523 INFO O| Sep 23 22:22:38.523 INFO STEP 35: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
86152024-09-23T22:22:39.861Z[ host-image] Sep 23 22:22:38.535 INFO O| Sep 23 22:22:38.535 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/scsa2usb"
86162024-09-23T22:22:39.861Z[ host-image] Sep 23 22:22:38.535 INFO O| Sep 23 22:22:38.535 INFO STEP 35 (remove_files) COMPLETE
86172024-09-23T22:22:39.861Z[ host-image] Sep 23 22:22:38.535 INFO O| Sep 23 22:22:38.535 INFO STEP 36: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
86182024-09-23T22:22:39.873Z[ host-image] Sep 23 22:22:38.546 INFO O| Sep 23 22:22:38.546 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/uhci"
86192024-09-23T22:22:39.873Z[ host-image] Sep 23 22:22:38.547 INFO O| Sep 23 22:22:38.547 INFO STEP 36 (remove_files) COMPLETE
86202024-09-23T22:22:39.876Z[ host-image] Sep 23 22:22:38.547 INFO O| Sep 23 22:22:38.547 INFO STEP 37: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
86212024-09-23T22:22:39.887Z[ host-image] Sep 23 22:22:38.560 INFO O| Sep 23 22:22:38.560 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/usb_ac"
86222024-09-23T22:22:39.887Z[ host-image] Sep 23 22:22:38.560 INFO O| Sep 23 22:22:38.560 INFO STEP 37 (remove_files) COMPLETE
86232024-09-23T22:22:39.887Z[ host-image] Sep 23 22:22:38.560 INFO O| Sep 23 22:22:38.560 INFO STEP 38: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
86242024-09-23T22:22:39.901Z[ host-image] Sep 23 22:22:38.573 INFO O| Sep 23 22:22:38.573 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/usb_as"
86252024-09-23T22:22:39.901Z[ host-image] Sep 23 22:22:38.573 INFO O| Sep 23 22:22:38.573 INFO STEP 38 (remove_files) COMPLETE
86262024-09-23T22:22:39.903Z[ host-image] Sep 23 22:22:38.573 INFO O| Sep 23 22:22:38.573 INFO STEP 39: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
86272024-09-23T22:22:39.912Z[ host-image] Sep 23 22:22:38.585 INFO O| Sep 23 22:22:38.585 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/usb_ia"
86282024-09-23T22:22:39.912Z[ host-image] Sep 23 22:22:38.586 INFO O| Sep 23 22:22:38.586 INFO STEP 39 (remove_files) COMPLETE
86292024-09-23T22:22:39.915Z[ host-image] Sep 23 22:22:38.586 INFO O| Sep 23 22:22:38.586 INFO STEP 40: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
86302024-09-23T22:22:39.925Z[ host-image] Sep 23 22:22:38.598 INFO O| Sep 23 22:22:38.598 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/usb_mid"
86312024-09-23T22:22:39.925Z[ host-image] Sep 23 22:22:38.598 INFO O| Sep 23 22:22:38.598 INFO STEP 40 (remove_files) COMPLETE
86322024-09-23T22:22:39.925Z[ host-image] Sep 23 22:22:38.598 INFO O| Sep 23 22:22:38.598 INFO STEP 41: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
86332024-09-23T22:22:39.943Z[ host-image] Sep 23 22:22:38.610 INFO O| Sep 23 22:22:38.610 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/usbprn"
86342024-09-23T22:22:39.943Z[ host-image] Sep 23 22:22:38.610 INFO O| Sep 23 22:22:38.610 INFO STEP 41 (remove_files) COMPLETE
86352024-09-23T22:22:39.959Z[ host-image] Sep 23 22:22:38.610 INFO O| Sep 23 22:22:38.610 INFO STEP 42: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
86362024-09-23T22:22:39.959Z[ host-image] Sep 23 22:22:38.622 INFO O| Sep 23 22:22:38.622 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/xhci"
86372024-09-23T22:22:39.959Z[ host-image] Sep 23 22:22:38.622 INFO O| Sep 23 22:22:38.622 INFO STEP 42 (remove_files) COMPLETE
86382024-09-23T22:22:39.959Z[ host-image] Sep 23 22:22:38.622 INFO O| Sep 23 22:22:38.622 INFO STEP 43: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
86392024-09-23T22:22:39.962Z[ host-image] Sep 23 22:22:38.635 INFO O| Sep 23 22:22:38.635 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/intel_nhm"
86402024-09-23T22:22:39.967Z[ host-image] Sep 23 22:22:38.635 INFO O| Sep 23 22:22:38.635 INFO STEP 43 (remove_files) COMPLETE
86412024-09-23T22:22:39.967Z[ host-image] Sep 23 22:22:38.635 INFO O| Sep 23 22:22:38.635 INFO STEP 44: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
86422024-09-23T22:22:39.975Z[ host-image] Sep 23 22:22:38.648 INFO O| Sep 23 22:22:38.648 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/intel_nb5000"
86432024-09-23T22:22:39.975Z[ host-image] Sep 23 22:22:38.648 INFO O| Sep 23 22:22:38.648 INFO STEP 44 (remove_files) COMPLETE
86442024-09-23T22:22:39.975Z[ host-image] Sep 23 22:22:38.648 INFO O| Sep 23 22:22:38.648 INFO STEP 45: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
86452024-09-23T22:22:39.988Z[ host-image] Sep 23 22:22:38.661 INFO O| Sep 23 22:22:38.661 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/mc-amd"
86462024-09-23T22:22:39.988Z[ host-image] Sep 23 22:22:38.661 INFO O| Sep 23 22:22:38.661 INFO STEP 45 (remove_files) COMPLETE
86472024-09-23T22:22:39.988Z[ host-image] Sep 23 22:22:38.661 INFO O| Sep 23 22:22:38.661 INFO STEP 46: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
86482024-09-23T22:22:40.002Z[ host-image] Sep 23 22:22:38.675 INFO O| Sep 23 22:22:38.675 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/acpi_toshiba"
86492024-09-23T22:22:40.002Z[ host-image] Sep 23 22:22:38.675 INFO O| Sep 23 22:22:38.675 INFO STEP 46 (remove_files) COMPLETE
86502024-09-23T22:22:40.004Z[ host-image] Sep 23 22:22:38.675 INFO O| Sep 23 22:22:38.675 INFO STEP 47: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
86512024-09-23T22:22:40.018Z[ host-image] Sep 23 22:22:38.691 INFO O| Sep 23 22:22:38.691 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/intel_nhmex"
86522024-09-23T22:22:40.018Z[ host-image] Sep 23 22:22:38.691 INFO O| Sep 23 22:22:38.691 INFO STEP 47 (remove_files) COMPLETE
86532024-09-23T22:22:40.021Z[ host-image] Sep 23 22:22:38.691 INFO O| Sep 23 22:22:38.691 INFO STEP 48: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
86542024-09-23T22:22:40.034Z[ host-image] Sep 23 22:22:38.707 INFO O| Sep 23 22:22:38.707 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/intel_nhmex.conf"
86552024-09-23T22:22:40.034Z[ host-image] Sep 23 22:22:38.707 INFO O| Sep 23 22:22:38.707 INFO STEP 48 (remove_files) COMPLETE
86562024-09-23T22:22:40.036Z[ host-image] Sep 23 22:22:38.707 INFO O| Sep 23 22:22:38.707 INFO STEP 49: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
86572024-09-23T22:22:40.049Z[ host-image] Sep 23 22:22:38.722 INFO O| Sep 23 22:22:38.722 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/mpt"
86582024-09-23T22:22:40.049Z[ host-image] Sep 23 22:22:38.722 INFO O| Sep 23 22:22:38.722 INFO STEP 49 (remove_files) COMPLETE
86592024-09-23T22:22:40.051Z[ host-image] Sep 23 22:22:38.722 INFO O| Sep 23 22:22:38.722 INFO STEP 50: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
86602024-09-23T22:22:40.065Z[ host-image] Sep 23 22:22:38.738 INFO O| Sep 23 22:22:38.738 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/mpt.conf"
86612024-09-23T22:22:40.065Z[ host-image] Sep 23 22:22:38.738 INFO O| Sep 23 22:22:38.738 INFO STEP 50 (remove_files) COMPLETE
86622024-09-23T22:22:40.065Z[ host-image] Sep 23 22:22:38.738 INFO O| Sep 23 22:22:38.738 INFO STEP 51: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
86632024-09-23T22:22:40.082Z[ host-image] Sep 23 22:22:38.755 INFO O| Sep 23 22:22:38.755 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/usr/lib/fm/fmd/plugins/ses-log-transport.so"
86642024-09-23T22:22:40.082Z[ host-image] Sep 23 22:22:38.755 INFO O| Sep 23 22:22:38.755 INFO STEP 51 (remove_files) COMPLETE
86652024-09-23T22:22:40.085Z[ host-image] Sep 23 22:22:38.755 INFO O| Sep 23 22:22:38.755 INFO STEP 52: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
86662024-09-23T22:22:40.096Z[ host-image] Sep 23 22:22:38.770 INFO O| Sep 23 22:22:38.769 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/usr/lib/fm/fmd/plugins/ses-log-transport.conf"
86672024-09-23T22:22:40.096Z[ host-image] Sep 23 22:22:38.770 INFO O| Sep 23 22:22:38.770 INFO STEP 52 (remove_files) COMPLETE
86682024-09-23T22:22:40.099Z[ host-image] Sep 23 22:22:38.770 INFO O| Sep 23 22:22:38.770 INFO STEP 53: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
86692024-09-23T22:22:40.111Z[ host-image] Sep 23 22:22:38.784 INFO O| Sep 23 22:22:38.784 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/sbin/bootadm"
86702024-09-23T22:22:40.114Z[ host-image] Sep 23 22:22:38.784 INFO O| Sep 23 22:22:38.784 INFO STEP 53 (remove_files) COMPLETE
86712024-09-23T22:22:40.114Z[ host-image] Sep 23 22:22:38.785 INFO O| Sep 23 22:22:38.784 INFO STEP 54: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
86722024-09-23T22:22:40.123Z[ host-image] Sep 23 22:22:38.796 INFO O| Sep 23 22:22:38.796 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/usr/sbin/bootadm"
86732024-09-23T22:22:40.123Z[ host-image] Sep 23 22:22:38.796 INFO O| Sep 23 22:22:38.796 INFO STEP 54 (remove_files) COMPLETE
86742024-09-23T22:22:40.123Z[ host-image] Sep 23 22:22:38.796 INFO O| Sep 23 22:22:38.796 INFO STEP 55: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
86752024-09-23T22:22:40.135Z[ host-image] Sep 23 22:22:38.808 INFO O| Sep 23 22:22:38.808 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/sbin/beadm"
86762024-09-23T22:22:40.135Z[ host-image] Sep 23 22:22:38.808 INFO O| Sep 23 22:22:38.808 INFO STEP 55 (remove_files) COMPLETE
86772024-09-23T22:22:40.137Z[ host-image] Sep 23 22:22:38.808 INFO O| Sep 23 22:22:38.808 INFO STEP 56: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
86782024-09-23T22:22:40.147Z[ host-image] Sep 23 22:22:38.820 INFO O| Sep 23 22:22:38.820 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/usr/sbin/beadm"
86792024-09-23T22:22:40.147Z[ host-image] Sep 23 22:22:38.820 INFO O| Sep 23 22:22:38.820 INFO STEP 56 (remove_files) COMPLETE
86802024-09-23T22:22:40.147Z[ host-image] Sep 23 22:22:38.820 INFO O| Sep 23 22:22:38.820 INFO STEP 57: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
86812024-09-23T22:22:40.158Z[ host-image] Sep 23 22:22:38.832 INFO O| Sep 23 22:22:38.832 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/etc/default/tar"
86822024-09-23T22:22:40.158Z[ host-image] Sep 23 22:22:38.832 INFO O| Sep 23 22:22:38.832 INFO STEP 57 (remove_files) COMPLETE
86832024-09-23T22:22:40.161Z[ host-image] Sep 23 22:22:38.832 INFO O| Sep 23 22:22:38.832 INFO STEP 58: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
86842024-09-23T22:22:40.171Z[ host-image] Sep 23 22:22:38.844 INFO O| Sep 23 22:22:38.844 WARN file /rpool/images/build/host/work/gimlet/ramdisk/lib/svc/method/keymap exists, with wrong contents, unlinking
86852024-09-23T22:22:40.174Z[ host-image] Sep 23 22:22:38.844 INFO O| Sep 23 22:22:38.844 INFO writing /rpool/images/build/host/work/gimlet/ramdisk/lib/svc/method/keymap ...
86862024-09-23T22:22:40.174Z[ host-image] Sep 23 22:22:38.844 INFO O| Sep 23 22:22:38.844 INFO perms are 644, should be 755, path: /rpool/images/build/host/work/gimlet/ramdisk/lib/svc/method/keymap
86872024-09-23T22:22:40.174Z[ host-image] Sep 23 22:22:38.845 INFO O| Sep 23 22:22:38.844 INFO chmod ok, path: /rpool/images/build/host/work/gimlet/ramdisk/lib/svc/method/keymap
86882024-09-23T22:22:40.174Z[ host-image] Sep 23 22:22:38.845 INFO O| Sep 23 22:22:38.845 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/gimlet/ramdisk/lib/svc/method/keymap
86892024-09-23T22:22:40.174Z[ host-image] Sep 23 22:22:38.845 INFO O| Sep 23 22:22:38.845 INFO chown ok, path: /rpool/images/build/host/work/gimlet/ramdisk/lib/svc/method/keymap
86902024-09-23T22:22:40.174Z[ host-image] Sep 23 22:22:38.845 INFO O| Sep 23 22:22:38.845 INFO ok!
86912024-09-23T22:22:40.174Z[ host-image] Sep 23 22:22:38.845 INFO O| Sep 23 22:22:38.845 INFO STEP 58 (ensure_file) COMPLETE
86922024-09-23T22:22:40.174Z[ host-image] Sep 23 22:22:38.845 INFO O| Sep 23 22:22:38.845 INFO STEP 59: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
86932024-09-23T22:22:40.186Z[ host-image] Sep 23 22:22:38.859 INFO O| Sep 23 22:22:38.859 WARN file /rpool/images/build/host/work/gimlet/ramdisk/lib/svc/bin/rootisramdisk exists, with wrong contents, unlinking
86942024-09-23T22:22:40.186Z[ host-image] Sep 23 22:22:38.859 INFO O| Sep 23 22:22:38.859 INFO copying /work/oxidecomputer/helios/image/templates/files/rootisramdisk -> /rpool/images/build/host/work/gimlet/ramdisk/lib/svc/bin/rootisramdisk ...
86952024-09-23T22:22:40.188Z[ host-image] Sep 23 22:22:38.859 INFO O| Sep 23 22:22:38.859 INFO perms are 644, should be 755, path: /rpool/images/build/host/work/gimlet/ramdisk/lib/svc/bin/rootisramdisk
86962024-09-23T22:22:40.188Z[ host-image] Sep 23 22:22:38.859 INFO O| Sep 23 22:22:38.859 INFO chmod ok, path: /rpool/images/build/host/work/gimlet/ramdisk/lib/svc/bin/rootisramdisk
86972024-09-23T22:22:40.188Z[ host-image] Sep 23 22:22:38.859 INFO O| Sep 23 22:22:38.859 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/gimlet/ramdisk/lib/svc/bin/rootisramdisk
86982024-09-23T22:22:40.188Z[ host-image] Sep 23 22:22:38.859 INFO O| Sep 23 22:22:38.859 INFO chown ok, path: /rpool/images/build/host/work/gimlet/ramdisk/lib/svc/bin/rootisramdisk
86992024-09-23T22:22:40.188Z[ host-image] Sep 23 22:22:38.859 INFO O| Sep 23 22:22:38.859 INFO ok!
87002024-09-23T22:22:40.188Z[ host-image] Sep 23 22:22:38.859 INFO O| Sep 23 22:22:38.859 INFO STEP 59 (ensure_file) COMPLETE
87012024-09-23T22:22:40.188Z[ host-image] Sep 23 22:22:38.860 INFO O| Sep 23 22:22:38.859 INFO STEP 60: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
87022024-09-23T22:22:40.202Z[ host-image] Sep 23 22:22:38.875 INFO O| Sep 23 22:22:38.875 INFO file /rpool/images/build/host/work/gimlet/ramdisk/root/.bash_profile does not exist
87032024-09-23T22:22:40.202Z[ host-image] Sep 23 22:22:38.875 INFO O| Sep 23 22:22:38.875 INFO copying /work/oxidecomputer/helios/image/templates/files/bash_profile -> /rpool/images/build/host/work/gimlet/ramdisk/root/.bash_profile ...
87042024-09-23T22:22:40.204Z[ host-image] Sep 23 22:22:38.875 INFO O| Sep 23 22:22:38.875 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/ramdisk/root/.bash_profile
87052024-09-23T22:22:40.205Z[ host-image] Sep 23 22:22:38.875 INFO O| Sep 23 22:22:38.875 INFO ok!
87062024-09-23T22:22:40.205Z[ host-image] Sep 23 22:22:38.875 INFO O| Sep 23 22:22:38.875 INFO STEP 60 (ensure_file) COMPLETE
87072024-09-23T22:22:40.205Z[ host-image] Sep 23 22:22:38.875 INFO O| Sep 23 22:22:38.875 INFO STEP 61: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
87082024-09-23T22:22:40.218Z[ host-image] Sep 23 22:22:38.891 INFO O| Sep 23 22:22:38.891 WARN file /rpool/images/build/host/work/gimlet/ramdisk/root/.bashrc exists, with wrong contents, unlinking
87092024-09-23T22:22:40.218Z[ host-image] Sep 23 22:22:38.892 INFO O| Sep 23 22:22:38.891 INFO copying /work/oxidecomputer/helios/image/templates/files/bashrc -> /rpool/images/build/host/work/gimlet/ramdisk/root/.bashrc ...
87102024-09-23T22:22:40.221Z[ host-image] Sep 23 22:22:38.892 INFO O| Sep 23 22:22:38.892 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/ramdisk/root/.bashrc
87112024-09-23T22:22:40.221Z[ host-image] Sep 23 22:22:38.892 INFO O| Sep 23 22:22:38.892 INFO ok!
87122024-09-23T22:22:40.221Z[ host-image] Sep 23 22:22:38.892 INFO O| Sep 23 22:22:38.892 INFO STEP 61 (ensure_file) COMPLETE
87132024-09-23T22:22:40.221Z[ host-image] Sep 23 22:22:38.892 INFO O| Sep 23 22:22:38.892 INFO STEP 62: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
87142024-09-23T22:22:40.233Z[ host-image] Sep 23 22:22:38.906 INFO O| Sep 23 22:22:38.906 WARN file /rpool/images/build/host/work/gimlet/ramdisk/etc/motd exists, with wrong contents, unlinking
87152024-09-23T22:22:40.233Z[ host-image] Sep 23 22:22:38.906 INFO O| Sep 23 22:22:38.906 INFO copying /work/oxidecomputer/helios/image/templates/files/motd -> /rpool/images/build/host/work/gimlet/ramdisk/etc/motd ...
87162024-09-23T22:22:40.235Z[ host-image] Sep 23 22:22:38.906 INFO O| Sep 23 22:22:38.906 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/gimlet/ramdisk/etc/motd
87172024-09-23T22:22:40.235Z[ host-image] Sep 23 22:22:38.906 INFO O| Sep 23 22:22:38.906 INFO chown ok, path: /rpool/images/build/host/work/gimlet/ramdisk/etc/motd
87182024-09-23T22:22:40.235Z[ host-image] Sep 23 22:22:38.906 INFO O| Sep 23 22:22:38.906 INFO ok!
87192024-09-23T22:22:40.235Z[ host-image] Sep 23 22:22:38.906 INFO O| Sep 23 22:22:38.906 INFO STEP 62 (ensure_file) COMPLETE
87202024-09-23T22:22:40.235Z[ host-image] Sep 23 22:22:38.906 INFO O| Sep 23 22:22:38.906 INFO STEP 63: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
87212024-09-23T22:22:40.244Z[ host-image] Sep 23 22:22:38.917 INFO O| Sep 23 22:22:38.917 INFO file /rpool/images/build/host/work/gimlet/ramdisk/etc/system.d/zfs:dbuf does not exist
87222024-09-23T22:22:40.244Z[ host-image] Sep 23 22:22:38.917 INFO O| Sep 23 22:22:38.917 INFO copying /work/oxidecomputer/helios/image/templates/files/gimlet-system-zfs:dbuf -> /rpool/images/build/host/work/gimlet/ramdisk/etc/system.d/zfs:dbuf ...
87232024-09-23T22:22:40.246Z[ host-image] Sep 23 22:22:38.917 INFO O| Sep 23 22:22:38.917 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/gimlet/ramdisk/etc/system.d/zfs:dbuf
87242024-09-23T22:22:40.246Z[ host-image] Sep 23 22:22:38.917 INFO O| Sep 23 22:22:38.917 INFO chown ok, path: /rpool/images/build/host/work/gimlet/ramdisk/etc/system.d/zfs:dbuf
87252024-09-23T22:22:40.246Z[ host-image] Sep 23 22:22:38.917 INFO O| Sep 23 22:22:38.917 INFO ok!
87262024-09-23T22:22:40.246Z[ host-image] Sep 23 22:22:38.917 INFO O| Sep 23 22:22:38.917 INFO STEP 63 (ensure_file) COMPLETE
87272024-09-23T22:22:40.246Z[ host-image] Sep 23 22:22:38.917 INFO O| Sep 23 22:22:38.917 INFO STEP 64: assemble_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
87282024-09-23T22:22:40.254Z[ host-image] Sep 23 22:22:38.928 INFO O| Sep 23 22:22:38.927 INFO file /rpool/images/build/host/work/gimlet/ramdisk/etc/system.d/.self-assembly does not exist
87292024-09-23T22:22:40.254Z[ host-image] Sep 23 22:22:38.928 INFO O| Sep 23 22:22:38.927 INFO writing /rpool/images/build/host/work/gimlet/ramdisk/etc/system.d/.self-assembly ...
87302024-09-23T22:22:40.257Z[ host-image] Sep 23 22:22:38.928 INFO O| Sep 23 22:22:38.928 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/ramdisk/etc/system.d/.self-assembly
87312024-09-23T22:22:40.257Z[ host-image] Sep 23 22:22:38.928 INFO O| Sep 23 22:22:38.928 INFO ok!
87322024-09-23T22:22:40.257Z[ host-image] Sep 23 22:22:38.928 INFO O| Sep 23 22:22:38.928 INFO STEP 64 (assemble_files) COMPLETE
87332024-09-23T22:22:40.257Z[ host-image] Sep 23 22:22:38.928 INFO O| Sep 23 22:22:38.928 INFO STEP 65: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
87342024-09-23T22:22:40.268Z[ host-image] Sep 23 22:22:38.940 INFO O| Sep 23 22:22:38.940 INFO file /rpool/images/build/host/work/gimlet/ramdisk/etc/dumpadm.conf does not exist
87352024-09-23T22:22:40.268Z[ host-image] Sep 23 22:22:38.940 INFO O| Sep 23 22:22:38.940 INFO copying /work/oxidecomputer/helios/image/templates/files/dumpadm.conf -> /rpool/images/build/host/work/gimlet/ramdisk/etc/dumpadm.conf ...
87362024-09-23T22:22:40.270Z[ host-image] Sep 23 22:22:38.941 INFO O| Sep 23 22:22:38.941 INFO ownership wrong (Id(0):Id(0), not 0:1), path: /rpool/images/build/host/work/gimlet/ramdisk/etc/dumpadm.conf
87372024-09-23T22:22:40.270Z[ host-image] Sep 23 22:22:38.941 INFO O| Sep 23 22:22:38.941 INFO chown ok, path: /rpool/images/build/host/work/gimlet/ramdisk/etc/dumpadm.conf
87382024-09-23T22:22:40.270Z[ host-image] Sep 23 22:22:38.941 INFO O| Sep 23 22:22:38.941 INFO ok!
87392024-09-23T22:22:40.270Z[ host-image] Sep 23 22:22:38.941 INFO O| Sep 23 22:22:38.941 INFO STEP 65 (ensure_file) COMPLETE
87402024-09-23T22:22:40.270Z[ host-image] Sep 23 22:22:38.941 INFO O| Sep 23 22:22:38.941 INFO STEP 66: ensure_dir, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
87412024-09-23T22:22:40.279Z[ host-image] Sep 23 22:22:38.952 INFO O| Sep 23 22:22:38.952 INFO creating directory: /rpool/images/build/host/work/gimlet/ramdisk/usr/lib/brand/omicron1/baseline
87422024-09-23T22:22:40.279Z[ host-image] Sep 23 22:22:38.952 INFO O| Sep 23 22:22:38.952 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/gimlet/ramdisk/usr/lib/brand/omicron1/baseline
87432024-09-23T22:22:40.279Z[ host-image] Sep 23 22:22:38.952 INFO O| Sep 23 22:22:38.952 INFO chown ok, path: /rpool/images/build/host/work/gimlet/ramdisk/usr/lib/brand/omicron1/baseline
87442024-09-23T22:22:40.281Z[ host-image] Sep 23 22:22:38.952 INFO O| Sep 23 22:22:38.952 INFO STEP 66 (ensure_dir) COMPLETE
87452024-09-23T22:22:40.281Z[ host-image] Sep 23 22:22:38.952 INFO O| Sep 23 22:22:38.952 INFO STEP 67: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
87462024-09-23T22:22:40.290Z[ host-image] Sep 23 22:22:38.963 INFO O| Sep 23 22:22:38.963 INFO file /rpool/images/build/host/work/gimlet/ramdisk/usr/lib/brand/omicron1/baseline/files.tar.gz does not exist
87472024-09-23T22:22:40.290Z[ host-image] Sep 23 22:22:38.963 INFO O| Sep 23 22:22:38.963 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 ...
87482024-09-23T22:22:40.297Z[ host-image] Sep 23 22:22:38.971 INFO O| Sep 23 22:22:38.970 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
87492024-09-23T22:22:40.297Z[ host-image] Sep 23 22:22:38.971 INFO O| Sep 23 22:22:38.971 INFO chown ok, path: /rpool/images/build/host/work/gimlet/ramdisk/usr/lib/brand/omicron1/baseline/files.tar.gz
87502024-09-23T22:22:40.300Z[ host-image] Sep 23 22:22:38.971 INFO O| Sep 23 22:22:38.971 INFO ok!
87512024-09-23T22:22:40.300Z[ host-image] Sep 23 22:22:38.971 INFO O| Sep 23 22:22:38.971 INFO STEP 67 (ensure_file) COMPLETE
87522024-09-23T22:22:40.300Z[ host-image] Sep 23 22:22:38.971 INFO O| Sep 23 22:22:38.971 INFO STEP 68: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
87532024-09-23T22:22:40.310Z[ host-image] Sep 23 22:22:38.983 INFO O| Sep 23 22:22:38.983 INFO file /rpool/images/build/host/work/gimlet/ramdisk/usr/lib/brand/omicron1/baseline/gzonly.txt does not exist
87542024-09-23T22:22:40.310Z[ host-image] Sep 23 22:22:38.983 INFO O| Sep 23 22:22:38.983 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 ...
87552024-09-23T22:22:40.312Z[ host-image] Sep 23 22:22:38.983 INFO O| Sep 23 22:22:38.983 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
87562024-09-23T22:22:40.312Z[ host-image] Sep 23 22:22:38.983 INFO O| Sep 23 22:22:38.983 INFO chown ok, path: /rpool/images/build/host/work/gimlet/ramdisk/usr/lib/brand/omicron1/baseline/gzonly.txt
87572024-09-23T22:22:40.312Z[ host-image] Sep 23 22:22:38.983 INFO O| Sep 23 22:22:38.983 INFO ok!
87582024-09-23T22:22:40.312Z[ host-image] Sep 23 22:22:38.983 INFO O| Sep 23 22:22:38.983 INFO STEP 68 (ensure_file) COMPLETE
87592024-09-23T22:22:40.312Z[ host-image] Sep 23 22:22:38.983 INFO O| Sep 23 22:22:38.983 INFO STEP 69: pack_tar, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
87602024-09-23T22:22:40.330Z[ host-image] Sep 23 22:22:39.003 INFO O| Sep 23 22:22:39.003 INFO file /rpool/images/build/host/output/gimlet-ramdisk.tar does not already exist, skipping removal
87612024-09-23T22:22:40.330Z[ host-image] Sep 23 22:22:39.003 INFO O| Sep 23 22:22:39.003 INFO exec: ["/usr/sbin/tar", "ceEp@/f", "/rpool/images/build/host/output/gimlet-ramdisk.tar", "-C", "/rpool/images/build/host/work/gimlet/ramdisk", "."]
87622024-09-23T22:22:41.472Z[ recovery-image] Sep 23 22:22:40.145 INFO E| Compiling scroll_derive v0.12.0
87632024-09-23T22:22:42.750Z[ host-image] Sep 23 22:22:41.423 INFO O| Sep 23 22:22:41.423 INFO STEP 69 (pack_tar) COMPLETE
87642024-09-23T22:22:42.753Z[ host-image] Sep 23 22:22:41.423 INFO O| Sep 23 22:22:41.423 INFO creating output snapshot rpool/images/build/host/work/gimlet/ramdisk@trim
87652024-09-23T22:22:42.753Z[ host-image] Sep 23 22:22:41.423 INFO O| Sep 23 22:22:41.423 INFO CREATE SNAPSHOT: rpool/images/build/host/work/gimlet/ramdisk@trim
87662024-09-23T22:22:42.960Z[ host-image] Sep 23 22:22:41.633 INFO O| Sep 23 22:22:41.633 INFO DESTROY DATASET: rpool/images/build/host/tmp/gimlet/ramdisk-02-trim
87672024-09-23T22:22:43.042Z[ host-image] Sep 23 22:22:41.715 INFO O| Sep 23 22:22:41.715 INFO completed processing gimlet/ramdisk-02-trim
87682024-09-23T22:22:43.045Z[ host-image] Sep 23 22:22:41.718 INFO image builder template: zfs...
87692024-09-23T22:22:43.045Z[ host-image] Sep 23 22:22:41.718 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/.tmpJKYEoo/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
87702024-09-23T22:22:43.073Z[ host-image] Sep 23 22:22:41.746 INFO O| Sep 23 22:22:41.746 INFO skip include "stress" because feature "stress" is not enabled
87712024-09-23T22:22:43.140Z[ host-image] Sep 23 22:22:41.813 INFO O| Sep 23 22:22:41.813 INFO temporary dataset: rpool/images/build/host/tmp/gimlet/zfs
87722024-09-23T22:22:43.148Z[ host-image] Sep 23 22:22:41.822 INFO O| Sep 23 22:22:41.822 INFO CREATE DATASET: rpool/images/build/host/tmp/gimlet/zfs
87732024-09-23T22:22:43.228Z[ host-image] Sep 23 22:22:41.901 INFO O| Sep 23 22:22:41.901 INFO SET DATASET PROPERTY ON rpool/images/build/host/tmp/gimlet/zfs: sync = disabled
87742024-09-23T22:22:43.383Z[ host-image] Sep 23 22:22:42.056 INFO O| Sep 23 22:22:42.056 INFO temporary directory: /rpool/images/build/host/tmp/gimlet/zfs
87752024-09-23T22:22:43.383Z[ host-image] Sep 23 22:22:42.056 INFO O| Sep 23 22:22:42.056 INFO work dataset: rpool/images/build/host/work/gimlet/zfs
87762024-09-23T22:22:43.392Z[ host-image] Sep 23 22:22:42.065 INFO O| Sep 23 22:22:42.065 INFO CREATE DATASET: rpool/images/build/host/work/gimlet/zfs
87772024-09-23T22:22:43.518Z[ host-image] Sep 23 22:22:42.191 INFO O| Sep 23 22:22:42.191 INFO SET DATASET PROPERTY ON rpool/images/build/host/work/gimlet/zfs: sync = disabled
87782024-09-23T22:22:43.610Z[ host-image] Sep 23 22:22:42.284 INFO O| Sep 23 22:22:42.283 INFO DESTROY POOL: TEMPORARY-gimlet-zfs
87792024-09-23T22:22:43.628Z[ host-image] Sep 23 22:22:42.302 INFO O| Sep 23 22:22:42.301 INFO image file: /rpool/images/build/host/work/gimlet/zfs/lofi.raw
87802024-09-23T22:22:43.637Z[ host-image] Sep 23 22:22:42.310 INFO O| Sep 23 22:22:42.310 INFO pool altroot: /rpool/images/build/host/work/gimlet/zfs/altroot
87812024-09-23T22:22:43.637Z[ host-image] Sep 23 22:22:42.310 INFO O| Sep 23 22:22:42.310 INFO no lofi found
87822024-09-23T22:22:43.640Z[ host-image] Sep 23 22:22:42.311 INFO O| Sep 23 22:22:42.310 INFO file /rpool/images/build/host/work/gimlet/zfs/lofi.raw does not already exist, skipping removal
87832024-09-23T22:22:43.640Z[ host-image] Sep 23 22:22:42.311 INFO O| Sep 23 22:22:42.310 INFO CREATE IMAGE (1000MB): /rpool/images/build/host/work/gimlet/zfs/lofi.raw
87842024-09-23T22:22:43.926Z[ recovery-image] Sep 23 22:22:42.599 INFO E| Compiling bitstruct_derive v0.1.0
87852024-09-23T22:22:45.336Z[ host-image] Sep 23 22:22:44.010 INFO O| Sep 23 22:22:44.009 INFO lofi device = /dev/dsk/c2t1d0p0
87862024-09-23T22:22:45.336Z[ host-image] Sep 23 22:22:44.010 INFO O| Sep 23 22:22:44.010 INFO pool device = /dev/dsk/c2t1d0p0
87872024-09-23T22:22:45.339Z[ host-image] Sep 23 22:22:44.010 INFO O| Sep 23 22:22:44.010 INFO exec: ["/sbin/zpool", "create", "-t", "TEMPORARY-gimlet-zfs", "-O", "compression=gzip-9", "-R", "/rpool/images/build/host/work/gimlet/zfs/altroot", "-o", "ashift=9", "-o", "autoexpand=on", "-o", "failmode=panic", "rpool", "/dev/dsk/c2t1d0p0"]
87882024-09-23T22:22:45.416Z[ host-image] Sep 23 22:22:44.089 INFO O| Sep 23 22:22:44.089 INFO STEP 0: create_be, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs.json
87892024-09-23T22:22:45.416Z[ host-image] Sep 23 22:22:44.089 INFO O| Sep 23 22:22:44.089 INFO CREATE DATASET: TEMPORARY-gimlet-zfs/ROOT
87902024-09-23T22:22:45.439Z[ host-image] Sep 23 22:22:44.113 INFO O| Sep 23 22:22:44.112 INFO SET DATASET PROPERTY ON TEMPORARY-gimlet-zfs/ROOT: canmount = off
87912024-09-23T22:22:45.500Z[ host-image] Sep 23 22:22:44.173 INFO O| Sep 23 22:22:44.173 INFO SET DATASET PROPERTY ON TEMPORARY-gimlet-zfs/ROOT: mountpoint = legacy
87922024-09-23T22:22:45.539Z[ host-image] Sep 23 22:22:44.213 INFO O| Sep 23 22:22:44.213 INFO CREATE DATASET: TEMPORARY-gimlet-zfs/ROOT/ramdisk
87932024-09-23T22:22:45.555Z[ host-image] Sep 23 22:22:44.229 INFO O| Sep 23 22:22:44.228 INFO SET DATASET PROPERTY ON TEMPORARY-gimlet-zfs/ROOT/ramdisk: canmount = noauto
87942024-09-23T22:22:45.570Z[ host-image] Sep 23 22:22:44.244 INFO O| Sep 23 22:22:44.243 INFO SET DATASET PROPERTY ON TEMPORARY-gimlet-zfs/ROOT/ramdisk: mountpoint = legacy
87952024-09-23T22:22:45.622Z[ host-image] Sep 23 22:22:44.295 INFO O| Sep 23 22:22:44.295 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a
87962024-09-23T22:22:45.624Z[ host-image] Sep 23 22:22:44.295 INFO O| Sep 23 22:22:44.295 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a
87972024-09-23T22:22:45.624Z[ host-image] Sep 23 22:22:44.295 INFO O| Sep 23 22:22:44.295 INFO exec: ["/sbin/mount", "-F", "zfs", "TEMPORARY-gimlet-zfs/ROOT/ramdisk", "/rpool/images/build/host/work/gimlet/zfs/a"]
87982024-09-23T22:22:45.632Z[ host-image] Sep 23 22:22:44.305 INFO O| Sep 23 22:22:44.305 INFO boot environment UUID: 009980b6-172e-4124-b696-0cac299a95c8
87992024-09-23T22:22:45.632Z[ host-image] Sep 23 22:22:44.305 INFO O| Sep 23 22:22:44.305 INFO SET DATASET PROPERTY ON TEMPORARY-gimlet-zfs/ROOT/ramdisk: org.opensolaris.libbe:uuid = 009980b6-172e-4124-b696-0cac299a95c8
88002024-09-23T22:22:45.646Z[ host-image] Sep 23 22:22:44.319 INFO O| Sep 23 22:22:44.319 INFO SET DATASET PROPERTY ON TEMPORARY-gimlet-zfs/ROOT/ramdisk: org.opensolaris.libbe:policy = static
88012024-09-23T22:22:45.658Z[ host-image] Sep 23 22:22:44.331 INFO O| Sep 23 22:22:44.331 INFO STEP 0 (create_be) COMPLETE
88022024-09-23T22:22:45.658Z[ host-image] Sep 23 22:22:44.331 INFO O| Sep 23 22:22:44.331 INFO STEP 1: unpack_tar, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs.json
88032024-09-23T22:22:45.675Z[ host-image] Sep 23 22:22:44.349 INFO O| Sep 23 22:22:44.348 INFO exec: ["/usr/sbin/tar", "xeEp@/f", "/rpool/images/build/host/output/gimlet-ramdisk.tar", "-C", "/rpool/images/build/host/work/gimlet/zfs/a"]
88042024-09-23T22:23:00.083Z[ recovery-image] Sep 23 22:22:58.753 INFO E| Compiling rustc-std-workspace-core v1.99.0 (/home/build/.rustup/toolchains/nightly-2024-09-04-x86_64-unknown-illumos/lib/rustlib/src/rust/library/rustc-std-workspace-core)
88052024-09-23T22:23:03.312Z[ recovery-image] Sep 23 22:23:01.982 INFO E| Compiling alloc v0.0.0 (/home/build/.rustup/toolchains/nightly-2024-09-04-x86_64-unknown-illumos/lib/rustlib/src/rust/library/alloc)
88062024-09-23T22:23:06.436Z[ host-image] Sep 23 22:23:05.110 INFO O| Sep 23 22:23:05.110 INFO STEP 1 (unpack_tar) COMPLETE
88072024-09-23T22:23:06.436Z[ host-image] Sep 23 22:23:05.110 INFO O| Sep 23 22:23:05.110 INFO STEP 2: devfsadm, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
88082024-09-23T22:23:06.449Z[ host-image] Sep 23 22:23:05.122 INFO O| Sep 23 22:23:05.121 INFO exec: ["/usr/sbin/devfsadm", "-r", "/rpool/images/build/host/work/gimlet/zfs/a"]
88092024-09-23T22:23:06.644Z[ host-image] Sep 23 22:23:05.318 INFO O| Sep 23 22:23:05.318 INFO STEP 2 (devfsadm) COMPLETE
88102024-09-23T22:23:06.644Z[ host-image] Sep 23 22:23:05.318 INFO O| Sep 23 22:23:05.318 INFO STEP 3: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
88112024-09-23T22:23:06.657Z[ host-image] Sep 23 22:23:05.331 INFO O| Sep 23 22:23:05.331 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/dev/cfg
88122024-09-23T22:23:06.657Z[ host-image] Sep 23 22:23:05.331 INFO O| Sep 23 22:23:05.331 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/dev/cfg
88132024-09-23T22:23:06.660Z[ host-image] Sep 23 22:23:05.331 INFO O| Sep 23 22:23:05.331 INFO STEP 3 (ensure_dir) COMPLETE
88142024-09-23T22:23:06.660Z[ host-image] Sep 23 22:23:05.331 INFO O| Sep 23 22:23:05.331 INFO STEP 4: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
88152024-09-23T22:23:06.669Z[ host-image] Sep 23 22:23:05.343 INFO O| Sep 23 22:23:05.343 INFO ownership already OK (0:3), path: /rpool/images/build/host/work/gimlet/zfs/a/dev/dsk
88162024-09-23T22:23:06.669Z[ host-image] Sep 23 22:23:05.343 INFO O| Sep 23 22:23:05.343 INFO STEP 4 (ensure_dir) COMPLETE
88172024-09-23T22:23:06.672Z[ host-image] Sep 23 22:23:05.343 INFO O| Sep 23 22:23:05.343 INFO STEP 5: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
88182024-09-23T22:23:06.680Z[ host-image] Sep 23 22:23:05.354 INFO O| Sep 23 22:23:05.354 INFO ownership already OK (0:3), path: /rpool/images/build/host/work/gimlet/zfs/a/dev/rdsk
88192024-09-23T22:23:06.680Z[ host-image] Sep 23 22:23:05.354 INFO O| Sep 23 22:23:05.354 INFO STEP 5 (ensure_dir) COMPLETE
88202024-09-23T22:23:06.683Z[ host-image] Sep 23 22:23:05.354 INFO O| Sep 23 22:23:05.354 INFO STEP 6: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
88212024-09-23T22:23:06.691Z[ host-image] Sep 23 22:23:05.365 INFO O| Sep 23 22:23:05.365 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/dev/sensors
88222024-09-23T22:23:06.691Z[ host-image] Sep 23 22:23:05.365 INFO O| Sep 23 22:23:05.365 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/dev/sensors
88232024-09-23T22:23:06.694Z[ host-image] Sep 23 22:23:05.365 INFO O| Sep 23 22:23:05.365 INFO STEP 6 (ensure_dir) COMPLETE
88242024-09-23T22:23:06.694Z[ host-image] Sep 23 22:23:05.365 INFO O| Sep 23 22:23:05.365 INFO STEP 7: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
88252024-09-23T22:23:06.703Z[ host-image] Sep 23 22:23:05.376 INFO O| Sep 23 22:23:05.376 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/dev/usb
88262024-09-23T22:23:06.703Z[ host-image] Sep 23 22:23:05.376 INFO O| Sep 23 22:23:05.376 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/dev/usb
88272024-09-23T22:23:06.706Z[ host-image] Sep 23 22:23:05.376 INFO O| Sep 23 22:23:05.376 INFO STEP 7 (ensure_dir) COMPLETE
88282024-09-23T22:23:06.706Z[ host-image] Sep 23 22:23:05.376 INFO O| Sep 23 22:23:05.376 INFO STEP 8: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
88292024-09-23T22:23:06.716Z[ host-image] Sep 23 22:23:05.389 INFO O| Sep 23 22:23:05.389 INFO remove tree: "/rpool/images/build/host/work/gimlet/zfs/a/dev/cfg"
88302024-09-23T22:23:06.718Z[ host-image] Sep 23 22:23:05.390 INFO O| Sep 23 22:23:05.390 INFO STEP 8 (remove_files) COMPLETE
88312024-09-23T22:23:06.718Z[ host-image] Sep 23 22:23:05.390 INFO O| Sep 23 22:23:05.390 INFO STEP 9: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
88322024-09-23T22:23:06.727Z[ host-image] Sep 23 22:23:05.401 INFO O| Sep 23 22:23:05.401 INFO remove tree: "/rpool/images/build/host/work/gimlet/zfs/a/dev/dsk"
88332024-09-23T22:23:06.729Z[ host-image] Sep 23 22:23:05.401 INFO O| Sep 23 22:23:05.401 INFO STEP 9 (remove_files) COMPLETE
88342024-09-23T22:23:06.729Z[ host-image] Sep 23 22:23:05.401 INFO O| Sep 23 22:23:05.401 INFO STEP 10: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
88352024-09-23T22:23:06.738Z[ host-image] Sep 23 22:23:05.412 INFO O| Sep 23 22:23:05.412 INFO remove tree: "/rpool/images/build/host/work/gimlet/zfs/a/dev/rdsk"
88362024-09-23T22:23:06.741Z[ host-image] Sep 23 22:23:05.413 INFO O| Sep 23 22:23:05.413 INFO STEP 10 (remove_files) COMPLETE
88372024-09-23T22:23:06.741Z[ host-image] Sep 23 22:23:05.413 INFO O| Sep 23 22:23:05.413 INFO STEP 11: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
88382024-09-23T22:23:06.750Z[ host-image] Sep 23 22:23:05.424 INFO O| Sep 23 22:23:05.424 INFO remove tree: "/rpool/images/build/host/work/gimlet/zfs/a/dev/sensors"
88392024-09-23T22:23:06.750Z[ host-image] Sep 23 22:23:05.424 INFO O| Sep 23 22:23:05.424 INFO STEP 11 (remove_files) COMPLETE
88402024-09-23T22:23:06.752Z[ host-image] Sep 23 22:23:05.424 INFO O| Sep 23 22:23:05.424 INFO STEP 12: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
88412024-09-23T22:23:06.760Z[ host-image] Sep 23 22:23:05.434 INFO O| Sep 23 22:23:05.434 INFO remove tree: "/rpool/images/build/host/work/gimlet/zfs/a/dev/usb"
88422024-09-23T22:23:06.765Z[ host-image] Sep 23 22:23:05.434 INFO O| Sep 23 22:23:05.434 INFO STEP 12 (remove_files) COMPLETE
88432024-09-23T22:23:06.765Z[ host-image] Sep 23 22:23:05.434 INFO O| Sep 23 22:23:05.434 INFO STEP 13: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
88442024-09-23T22:23:06.771Z[ host-image] Sep 23 22:23:05.445 INFO O| Sep 23 22:23:05.445 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/dev/cfg
88452024-09-23T22:23:06.774Z[ host-image] Sep 23 22:23:05.445 INFO O| Sep 23 22:23:05.445 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/dev/cfg
88462024-09-23T22:23:06.774Z[ host-image] Sep 23 22:23:05.445 INFO O| Sep 23 22:23:05.445 INFO STEP 13 (ensure_dir) COMPLETE
88472024-09-23T22:23:06.774Z[ host-image] Sep 23 22:23:05.445 INFO O| Sep 23 22:23:05.445 INFO STEP 14: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
88482024-09-23T22:23:06.783Z[ host-image] Sep 23 22:23:05.457 INFO O| Sep 23 22:23:05.456 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/dev/dsk
88492024-09-23T22:23:06.785Z[ host-image] Sep 23 22:23:05.457 INFO O| Sep 23 22:23:05.457 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/gimlet/zfs/a/dev/dsk
88502024-09-23T22:23:06.785Z[ host-image] Sep 23 22:23:05.457 INFO O| Sep 23 22:23:05.457 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/dev/dsk
88512024-09-23T22:23:06.785Z[ host-image] Sep 23 22:23:05.457 INFO O| Sep 23 22:23:05.457 INFO STEP 14 (ensure_dir) COMPLETE
88522024-09-23T22:23:06.785Z[ host-image] Sep 23 22:23:05.457 INFO O| Sep 23 22:23:05.457 INFO STEP 15: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
88532024-09-23T22:23:06.794Z[ host-image] Sep 23 22:23:05.468 INFO O| Sep 23 22:23:05.468 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/dev/rdsk
88542024-09-23T22:23:06.794Z[ host-image] Sep 23 22:23:05.468 INFO O| Sep 23 22:23:05.468 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/gimlet/zfs/a/dev/rdsk
88552024-09-23T22:23:06.797Z[ host-image] Sep 23 22:23:05.468 INFO O| Sep 23 22:23:05.468 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/dev/rdsk
88562024-09-23T22:23:06.797Z[ host-image] Sep 23 22:23:05.468 INFO O| Sep 23 22:23:05.468 INFO STEP 15 (ensure_dir) COMPLETE
88572024-09-23T22:23:06.797Z[ host-image] Sep 23 22:23:05.468 INFO O| Sep 23 22:23:05.468 INFO STEP 16: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
88582024-09-23T22:23:06.805Z[ host-image] Sep 23 22:23:05.478 INFO O| Sep 23 22:23:05.478 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/dev/sensors
88592024-09-23T22:23:06.805Z[ host-image] Sep 23 22:23:05.479 INFO O| Sep 23 22:23:05.478 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/dev/sensors
88602024-09-23T22:23:06.808Z[ host-image] Sep 23 22:23:05.479 INFO O| Sep 23 22:23:05.479 INFO STEP 16 (ensure_dir) COMPLETE
88612024-09-23T22:23:06.808Z[ host-image] Sep 23 22:23:05.479 INFO O| Sep 23 22:23:05.479 INFO STEP 17: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
88622024-09-23T22:23:06.816Z[ host-image] Sep 23 22:23:05.490 INFO O| Sep 23 22:23:05.489 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/dev/usb
88632024-09-23T22:23:06.816Z[ host-image] Sep 23 22:23:05.490 INFO O| Sep 23 22:23:05.490 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/dev/usb
88642024-09-23T22:23:06.816Z[ host-image] Sep 23 22:23:05.490 INFO O| Sep 23 22:23:05.490 INFO STEP 17 (ensure_dir) COMPLETE
88652024-09-23T22:23:06.818Z[ host-image] Sep 23 22:23:05.490 INFO O| Sep 23 22:23:05.490 INFO STEP 18: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
88662024-09-23T22:23:06.826Z[ host-image] Sep 23 22:23:05.500 INFO O| Sep 23 22:23:05.500 INFO link target ok (../devices/pseudo/sysmsg@0:msglog)
88672024-09-23T22:23:06.826Z[ host-image] Sep 23 22:23:05.500 INFO O| Sep 23 22:23:05.500 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/dev/msglog
88682024-09-23T22:23:06.826Z[ host-image] Sep 23 22:23:05.500 INFO O| Sep 23 22:23:05.500 INFO ok!
88692024-09-23T22:23:06.829Z[ host-image] Sep 23 22:23:05.500 INFO O| Sep 23 22:23:05.500 INFO STEP 18 (ensure_symlink) COMPLETE
88702024-09-23T22:23:06.829Z[ host-image] Sep 23 22:23:05.500 INFO O| Sep 23 22:23:05.500 INFO STEP 19: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
88712024-09-23T22:23:06.838Z[ host-image] Sep 23 22:23:05.511 INFO O| Sep 23 22:23:05.511 INFO file /rpool/images/build/host/work/gimlet/zfs/a/reconfigure exists, with correct contents
88722024-09-23T22:23:06.838Z[ host-image] Sep 23 22:23:05.511 INFO O| Sep 23 22:23:05.511 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/reconfigure
88732024-09-23T22:23:06.838Z[ host-image] Sep 23 22:23:05.511 INFO O| Sep 23 22:23:05.511 INFO ok!
88742024-09-23T22:23:06.841Z[ host-image] Sep 23 22:23:05.511 INFO O| Sep 23 22:23:05.511 INFO STEP 19 (ensure_file) COMPLETE
88752024-09-23T22:23:06.841Z[ host-image] Sep 23 22:23:05.511 INFO O| Sep 23 22:23:05.511 INFO STEP 20: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/common.json
88762024-09-23T22:23:06.847Z[ host-image] Sep 23 22:23:05.521 INFO O| Sep 23 22:23:05.521 INFO link /rpool/images/build/host/work/gimlet/zfs/a/etc/svc/profile/generic.xml does not exist
88772024-09-23T22:23:06.847Z[ host-image] Sep 23 22:23:05.521 INFO O| Sep 23 22:23:05.521 INFO linking /rpool/images/build/host/work/gimlet/zfs/a/etc/svc/profile/generic.xml -> generic_limited_net.xml ...
88782024-09-23T22:23:06.850Z[ host-image] Sep 23 22:23:05.521 INFO O| Sep 23 22:23:05.521 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/svc/profile/generic.xml
88792024-09-23T22:23:06.850Z[ host-image] Sep 23 22:23:05.521 INFO O| Sep 23 22:23:05.521 INFO ok!
88802024-09-23T22:23:06.850Z[ host-image] Sep 23 22:23:05.521 INFO O| Sep 23 22:23:05.521 INFO STEP 20 (ensure_symlink) COMPLETE
88812024-09-23T22:23:06.850Z[ host-image] Sep 23 22:23:05.521 INFO O| Sep 23 22:23:05.521 INFO STEP 21: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/common.json
88822024-09-23T22:23:06.857Z[ host-image] Sep 23 22:23:05.531 INFO O| Sep 23 22:23:05.531 INFO link /rpool/images/build/host/work/gimlet/zfs/a/etc/svc/profile/inetd_services.xml does not exist
88832024-09-23T22:23:06.857Z[ host-image] Sep 23 22:23:05.531 INFO O| Sep 23 22:23:05.531 INFO linking /rpool/images/build/host/work/gimlet/zfs/a/etc/svc/profile/inetd_services.xml -> inetd_generic.xml ...
88842024-09-23T22:23:06.860Z[ host-image] Sep 23 22:23:05.531 INFO O| Sep 23 22:23:05.531 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/svc/profile/inetd_services.xml
88852024-09-23T22:23:06.860Z[ host-image] Sep 23 22:23:05.531 INFO O| Sep 23 22:23:05.531 INFO ok!
88862024-09-23T22:23:06.860Z[ host-image] Sep 23 22:23:05.531 INFO O| Sep 23 22:23:05.531 INFO STEP 21 (ensure_symlink) COMPLETE
88872024-09-23T22:23:06.860Z[ host-image] Sep 23 22:23:05.531 INFO O| Sep 23 22:23:05.531 INFO STEP 22: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/common.json
88882024-09-23T22:23:06.867Z[ host-image] Sep 23 22:23:05.541 INFO O| Sep 23 22:23:05.541 INFO link /rpool/images/build/host/work/gimlet/zfs/a/etc/svc/profile/platform.xml does not exist
88892024-09-23T22:23:06.867Z[ host-image] Sep 23 22:23:05.541 INFO O| Sep 23 22:23:05.541 INFO linking /rpool/images/build/host/work/gimlet/zfs/a/etc/svc/profile/platform.xml -> platform_oxide.xml ...
88902024-09-23T22:23:06.870Z[ host-image] Sep 23 22:23:05.541 INFO O| Sep 23 22:23:05.541 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/svc/profile/platform.xml
88912024-09-23T22:23:06.870Z[ host-image] Sep 23 22:23:05.541 INFO O| Sep 23 22:23:05.541 INFO ok!
88922024-09-23T22:23:06.870Z[ host-image] Sep 23 22:23:05.541 INFO O| Sep 23 22:23:05.541 INFO STEP 22 (ensure_symlink) COMPLETE
88932024-09-23T22:23:06.870Z[ host-image] Sep 23 22:23:05.541 INFO O| Sep 23 22:23:05.541 INFO STEP 23: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/common.json
88942024-09-23T22:23:06.877Z[ host-image] Sep 23 22:23:05.551 INFO O| Sep 23 22:23:05.551 INFO link /rpool/images/build/host/work/gimlet/zfs/a/etc/svc/profile/name_service.xml does not exist
88952024-09-23T22:23:06.877Z[ host-image] Sep 23 22:23:05.551 INFO O| Sep 23 22:23:05.551 INFO linking /rpool/images/build/host/work/gimlet/zfs/a/etc/svc/profile/name_service.xml -> ns_dns.xml ...
88962024-09-23T22:23:06.880Z[ host-image] Sep 23 22:23:05.551 INFO O| Sep 23 22:23:05.551 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/svc/profile/name_service.xml
88972024-09-23T22:23:06.880Z[ host-image] Sep 23 22:23:05.551 INFO O| Sep 23 22:23:05.551 INFO ok!
88982024-09-23T22:23:06.880Z[ host-image] Sep 23 22:23:05.551 INFO O| Sep 23 22:23:05.551 INFO STEP 23 (ensure_symlink) COMPLETE
88992024-09-23T22:23:06.880Z[ host-image] Sep 23 22:23:05.551 INFO O| Sep 23 22:23:05.551 INFO STEP 24: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
89002024-09-23T22:23:06.888Z[ host-image] Sep 23 22:23:05.562 INFO O| Sep 23 22:23:05.561 WARN file /rpool/images/build/host/work/gimlet/zfs/a/etc/nsswitch.conf exists, with wrong contents, unlinking
89012024-09-23T22:23:06.890Z[ host-image] Sep 23 22:23:05.562 INFO O| Sep 23 22:23:05.562 INFO copying /rpool/images/build/host/work/gimlet/zfs/a/etc/nsswitch.dns -> /rpool/images/build/host/work/gimlet/zfs/a/etc/nsswitch.conf ...
89022024-09-23T22:23:06.890Z[ host-image] Sep 23 22:23:05.562 INFO O| Sep 23 22:23:05.562 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/nsswitch.conf
89032024-09-23T22:23:06.890Z[ host-image] Sep 23 22:23:05.562 INFO O| Sep 23 22:23:05.562 INFO ok!
89042024-09-23T22:23:06.890Z[ host-image] Sep 23 22:23:05.562 INFO O| Sep 23 22:23:05.562 INFO STEP 24 (ensure_file) COMPLETE
89052024-09-23T22:23:06.891Z[ host-image] Sep 23 22:23:05.562 INFO O| Sep 23 22:23:05.562 INFO STEP 25: shadow, from: /work/oxidecomputer/helios/image/templates/include/common.json
89062024-09-23T22:23:06.898Z[ host-image] Sep 23 22:23:05.572 INFO O| Sep 23 22:23:05.572 INFO updating shadow file
89072024-09-23T22:23:06.901Z[ host-image] Sep 23 22:23:05.573 INFO O| Sep 23 22:23:05.572 INFO ownership wrong (Id(0):Id(3), not 0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/shadow
89082024-09-23T22:23:06.901Z[ host-image] Sep 23 22:23:05.573 INFO O| Sep 23 22:23:05.573 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/etc/shadow
89092024-09-23T22:23:06.901Z[ host-image] Sep 23 22:23:05.573 INFO O| Sep 23 22:23:05.573 INFO STEP 25 (shadow) COMPLETE
89102024-09-23T22:23:06.901Z[ host-image] Sep 23 22:23:05.573 INFO O| Sep 23 22:23:05.573 INFO STEP 26: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
89112024-09-23T22:23:06.912Z[ host-image] Sep 23 22:23:05.583 INFO O| Sep 23 22:23:05.583 WARN file /rpool/images/build/host/work/gimlet/zfs/a/etc/inet/hosts exists, with wrong contents, unlinking
89122024-09-23T22:23:06.915Z[ host-image] Sep 23 22:23:05.583 INFO O| Sep 23 22:23:05.583 INFO copying /work/oxidecomputer/helios/image/templates/files/hosts -> /rpool/images/build/host/work/gimlet/zfs/a/etc/inet/hosts ...
89132024-09-23T22:23:06.915Z[ host-image] Sep 23 22:23:05.584 INFO O| Sep 23 22:23:05.584 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/inet/hosts
89142024-09-23T22:23:06.915Z[ host-image] Sep 23 22:23:05.584 INFO O| Sep 23 22:23:05.584 INFO ok!
89152024-09-23T22:23:06.915Z[ host-image] Sep 23 22:23:05.584 INFO O| Sep 23 22:23:05.584 INFO STEP 26 (ensure_file) COMPLETE
89162024-09-23T22:23:06.915Z[ host-image] Sep 23 22:23:05.584 INFO O| Sep 23 22:23:05.584 INFO STEP 27: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
89172024-09-23T22:23:06.921Z[ host-image] Sep 23 22:23:05.594 INFO O| Sep 23 22:23:05.594 INFO file /rpool/images/build/host/work/gimlet/zfs/a/etc/nodename does not exist
89182024-09-23T22:23:06.921Z[ host-image] Sep 23 22:23:05.595 INFO O| Sep 23 22:23:05.594 INFO writing /rpool/images/build/host/work/gimlet/zfs/a/etc/nodename ...
89192024-09-23T22:23:06.923Z[ host-image] Sep 23 22:23:05.595 INFO O| Sep 23 22:23:05.595 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/nodename
89202024-09-23T22:23:06.923Z[ host-image] Sep 23 22:23:05.595 INFO O| Sep 23 22:23:05.595 INFO ok!
89212024-09-23T22:23:06.923Z[ host-image] Sep 23 22:23:05.595 INFO O| Sep 23 22:23:05.595 INFO STEP 27 (ensure_file) COMPLETE
89222024-09-23T22:23:06.923Z[ host-image] Sep 23 22:23:05.595 INFO O| Sep 23 22:23:05.595 INFO STEP 28: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
89232024-09-23T22:23:06.932Z[ host-image] Sep 23 22:23:05.606 INFO O| Sep 23 22:23:05.606 WARN file /rpool/images/build/host/work/gimlet/zfs/a/etc/default/dhcpagent exists, with wrong contents, unlinking
89242024-09-23T22:23:06.932Z[ host-image] Sep 23 22:23:05.606 INFO O| Sep 23 22:23:05.606 INFO copying /work/oxidecomputer/helios/image/templates/files/dhcpagent -> /rpool/images/build/host/work/gimlet/zfs/a/etc/default/dhcpagent ...
89252024-09-23T22:23:06.935Z[ host-image] Sep 23 22:23:05.606 INFO O| Sep 23 22:23:05.606 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/default/dhcpagent
89262024-09-23T22:23:06.935Z[ host-image] Sep 23 22:23:05.606 INFO O| Sep 23 22:23:05.606 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/etc/default/dhcpagent
89272024-09-23T22:23:06.935Z[ host-image] Sep 23 22:23:05.606 INFO O| Sep 23 22:23:05.606 INFO ok!
89282024-09-23T22:23:06.935Z[ host-image] Sep 23 22:23:05.606 INFO O| Sep 23 22:23:05.606 INFO STEP 28 (ensure_file) COMPLETE
89292024-09-23T22:23:06.935Z[ host-image] Sep 23 22:23:05.606 INFO O| Sep 23 22:23:05.606 INFO STEP 29: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
89302024-09-23T22:23:06.943Z[ host-image] Sep 23 22:23:05.616 INFO O| Sep 23 22:23:05.616 INFO file /rpool/images/build/host/work/gimlet/zfs/a/etc/resolv.conf does not exist
89312024-09-23T22:23:06.943Z[ host-image] Sep 23 22:23:05.617 INFO O| Sep 23 22:23:05.616 INFO writing /rpool/images/build/host/work/gimlet/zfs/a/etc/resolv.conf ...
89322024-09-23T22:23:06.945Z[ host-image] Sep 23 22:23:05.617 INFO O| Sep 23 22:23:05.617 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/resolv.conf
89332024-09-23T22:23:06.945Z[ host-image] Sep 23 22:23:05.617 INFO O| Sep 23 22:23:05.617 INFO ok!
89342024-09-23T22:23:06.945Z[ host-image] Sep 23 22:23:05.617 INFO O| Sep 23 22:23:05.617 INFO STEP 29 (ensure_file) COMPLETE
89352024-09-23T22:23:06.945Z[ host-image] Sep 23 22:23:05.617 INFO O| Sep 23 22:23:05.617 INFO STEP 30: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs.json
89362024-09-23T22:23:06.953Z[ host-image] Sep 23 22:23:05.627 INFO O| Sep 23 22:23:05.627 INFO file /rpool/images/build/host/work/gimlet/zfs/a/etc/auto_master does not exist
89372024-09-23T22:23:06.953Z[ host-image] Sep 23 22:23:05.627 INFO O| Sep 23 22:23:05.627 INFO copying /work/oxidecomputer/helios/image/templates/files/auto_master -> /rpool/images/build/host/work/gimlet/zfs/a/etc/auto_master ...
89382024-09-23T22:23:06.955Z[ host-image] Sep 23 22:23:05.627 INFO O| Sep 23 22:23:05.627 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/auto_master
89392024-09-23T22:23:06.956Z[ host-image] Sep 23 22:23:05.627 INFO O| Sep 23 22:23:05.627 INFO ok!
89402024-09-23T22:23:06.956Z[ host-image] Sep 23 22:23:05.627 INFO O| Sep 23 22:23:05.627 INFO STEP 30 (ensure_file) COMPLETE
89412024-09-23T22:23:06.956Z[ host-image] Sep 23 22:23:05.627 INFO O| Sep 23 22:23:05.627 INFO STEP 31: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs.json
89422024-09-23T22:23:06.964Z[ host-image] Sep 23 22:23:05.638 INFO O| Sep 23 22:23:05.638 WARN file /rpool/images/build/host/work/gimlet/zfs/a/etc/ttydefs exists, with wrong contents, unlinking
89432024-09-23T22:23:06.964Z[ host-image] Sep 23 22:23:05.638 INFO O| Sep 23 22:23:05.638 INFO copying /work/oxidecomputer/helios/image/templates/files/ttydefs.3000000 -> /rpool/images/build/host/work/gimlet/zfs/a/etc/ttydefs ...
89442024-09-23T22:23:06.966Z[ host-image] Sep 23 22:23:05.638 INFO O| Sep 23 22:23:05.638 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/ttydefs
89452024-09-23T22:23:06.966Z[ host-image] Sep 23 22:23:05.638 INFO O| Sep 23 22:23:05.638 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/etc/ttydefs
89462024-09-23T22:23:06.966Z[ host-image] Sep 23 22:23:05.638 INFO O| Sep 23 22:23:05.638 INFO ok!
89472024-09-23T22:23:06.966Z[ host-image] Sep 23 22:23:05.638 INFO O| Sep 23 22:23:05.638 INFO STEP 31 (ensure_file) COMPLETE
89482024-09-23T22:23:06.966Z[ host-image] Sep 23 22:23:05.638 INFO O| Sep 23 22:23:05.638 INFO STEP 32: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs.json
89492024-09-23T22:23:06.974Z[ host-image] Sep 23 22:23:05.648 INFO O| Sep 23 22:23:05.648 WARN file /rpool/images/build/host/work/gimlet/zfs/a/etc/default/init exists, with wrong contents, unlinking
89502024-09-23T22:23:06.974Z[ host-image] Sep 23 22:23:05.648 INFO O| Sep 23 22:23:05.648 INFO copying /work/oxidecomputer/helios/image/templates/files/default_init -> /rpool/images/build/host/work/gimlet/zfs/a/etc/default/init ...
89512024-09-23T22:23:06.977Z[ host-image] Sep 23 22:23:05.648 INFO O| Sep 23 22:23:05.648 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/default/init
89522024-09-23T22:23:06.977Z[ host-image] Sep 23 22:23:05.648 INFO O| Sep 23 22:23:05.648 INFO ok!
89532024-09-23T22:23:06.977Z[ host-image] Sep 23 22:23:05.648 INFO O| Sep 23 22:23:05.648 INFO STEP 32 (ensure_file) COMPLETE
89542024-09-23T22:23:06.977Z[ host-image] Sep 23 22:23:05.648 INFO O| Sep 23 22:23:05.648 INFO STEP 33: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs.json
89552024-09-23T22:23:06.985Z[ host-image] Sep 23 22:23:05.659 INFO O| Sep 23 22:23:05.658 WARN file /rpool/images/build/host/work/gimlet/zfs/a/etc/ssh/sshd_config exists, with wrong contents, unlinking
89562024-09-23T22:23:06.987Z[ host-image] Sep 23 22:23:05.659 INFO O| Sep 23 22:23:05.659 INFO copying /work/oxidecomputer/helios/image/templates/files/sshd_config -> /rpool/images/build/host/work/gimlet/zfs/a/etc/ssh/sshd_config ...
89572024-09-23T22:23:06.987Z[ host-image] Sep 23 22:23:05.659 INFO O| Sep 23 22:23:05.659 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/ssh/sshd_config
89582024-09-23T22:23:06.987Z[ host-image] Sep 23 22:23:05.659 INFO O| Sep 23 22:23:05.659 INFO ok!
89592024-09-23T22:23:06.987Z[ host-image] Sep 23 22:23:05.659 INFO O| Sep 23 22:23:05.659 INFO STEP 33 (ensure_file) COMPLETE
89602024-09-23T22:23:06.987Z[ host-image] Sep 23 22:23:05.659 INFO O| Sep 23 22:23:05.659 INFO STEP 34: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs.json
89612024-09-23T22:23:06.997Z[ host-image] Sep 23 22:23:05.669 INFO O| Sep 23 22:23:05.669 INFO file /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/bootparams does not exist
89622024-09-23T22:23:06.997Z[ host-image] Sep 23 22:23:05.669 INFO O| Sep 23 22:23:05.669 INFO copying /work/oxidecomputer/helios/image/templates/files/bootparams.sh -> /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/bootparams ...
89632024-09-23T22:23:06.997Z[ host-image] Sep 23 22:23:05.669 INFO O| Sep 23 22:23:05.669 INFO perms are 644, should be 755, path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/bootparams
89642024-09-23T22:23:06.999Z[ host-image] Sep 23 22:23:05.669 INFO O| Sep 23 22:23:05.669 INFO chmod ok, path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/bootparams
89652024-09-23T22:23:07.000Z[ host-image] Sep 23 22:23:05.669 INFO O| Sep 23 22:23:05.669 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/bootparams
89662024-09-23T22:23:07.000Z[ host-image] Sep 23 22:23:05.669 INFO O| Sep 23 22:23:05.669 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/bootparams
89672024-09-23T22:23:07.000Z[ host-image] Sep 23 22:23:05.669 INFO O| Sep 23 22:23:05.669 INFO ok!
89682024-09-23T22:23:07.000Z[ host-image] Sep 23 22:23:05.669 INFO O| Sep 23 22:23:05.669 INFO STEP 34 (ensure_file) COMPLETE
89692024-09-23T22:23:07.000Z[ host-image] Sep 23 22:23:05.670 INFO O| Sep 23 22:23:05.669 INFO STEP 35: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/t6-firmware.json
89702024-09-23T22:23:07.007Z[ host-image] Sep 23 22:23:05.681 INFO O| Sep 23 22:23:05.680 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/platform/Oxide,Gimlet/firmware
89712024-09-23T22:23:07.009Z[ host-image] Sep 23 22:23:05.681 INFO O| Sep 23 22:23:05.681 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/gimlet/zfs/a/platform/Oxide,Gimlet/firmware
89722024-09-23T22:23:07.009Z[ host-image] Sep 23 22:23:05.681 INFO O| Sep 23 22:23:05.681 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/platform/Oxide,Gimlet/firmware
89732024-09-23T22:23:07.009Z[ host-image] Sep 23 22:23:05.681 INFO O| Sep 23 22:23:05.681 INFO STEP 35 (ensure_dir) COMPLETE
89742024-09-23T22:23:07.009Z[ host-image] Sep 23 22:23:05.681 INFO O| Sep 23 22:23:05.681 INFO STEP 36: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/t6-firmware.json
89752024-09-23T22:23:07.018Z[ host-image] Sep 23 22:23:05.692 INFO O| Sep 23 22:23:05.691 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
89762024-09-23T22:23:07.018Z[ host-image] Sep 23 22:23:05.692 INFO O| Sep 23 22:23:05.691 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 ...
89772024-09-23T22:23:07.021Z[ host-image] Sep 23 22:23:05.692 INFO O| Sep 23 22:23:05.692 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
89782024-09-23T22:23:07.021Z[ host-image] Sep 23 22:23:05.692 INFO O| Sep 23 22:23:05.692 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
89792024-09-23T22:23:07.021Z[ host-image] Sep 23 22:23:05.692 INFO O| Sep 23 22:23:05.692 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
89802024-09-23T22:23:07.021Z[ host-image] Sep 23 22:23:05.692 INFO O| Sep 23 22:23:05.692 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
89812024-09-23T22:23:07.021Z[ host-image] Sep 23 22:23:05.692 INFO O| Sep 23 22:23:05.692 INFO ok!
89822024-09-23T22:23:07.021Z[ host-image] Sep 23 22:23:05.692 INFO O| Sep 23 22:23:05.692 INFO STEP 36 (ensure_file) COMPLETE
89832024-09-23T22:23:07.021Z[ host-image] Sep 23 22:23:05.692 INFO O| Sep 23 22:23:05.692 INFO STEP 37: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/t6-firmware.json
89842024-09-23T22:23:07.028Z[ host-image] Sep 23 22:23:05.702 INFO O| Sep 23 22:23:05.702 INFO link /rpool/images/build/host/work/gimlet/zfs/a/platform/Oxide,Gimlet/firmware/t6srom.bin does not exist
89852024-09-23T22:23:07.029Z[ host-image] Sep 23 22:23:05.702 INFO O| Sep 23 22:23:05.702 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 ...
89862024-09-23T22:23:07.031Z[ host-image] Sep 23 22:23:05.703 INFO O| Sep 23 22:23:05.702 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/platform/Oxide,Gimlet/firmware/t6srom.bin
89872024-09-23T22:23:07.031Z[ host-image] Sep 23 22:23:05.703 INFO O| Sep 23 22:23:05.702 INFO ok!
89882024-09-23T22:23:07.031Z[ host-image] Sep 23 22:23:05.703 INFO O| Sep 23 22:23:05.703 INFO STEP 37 (ensure_symlink) COMPLETE
89892024-09-23T22:23:07.032Z[ host-image] Sep 23 22:23:05.703 INFO O| Sep 23 22:23:05.703 INFO STEP 38: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs.json
89902024-09-23T22:23:07.039Z[ host-image] Sep 23 22:23:05.713 INFO O| Sep 23 22:23:05.713 INFO file /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/postboot does not exist
89912024-09-23T22:23:07.039Z[ host-image] Sep 23 22:23:05.713 INFO O| Sep 23 22:23:05.713 INFO copying /work/oxidecomputer/helios/image/templates/files/gimlet-postboot.sh -> /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/postboot ...
89922024-09-23T22:23:07.042Z[ host-image] Sep 23 22:23:05.713 INFO O| Sep 23 22:23:05.713 INFO perms are 644, should be 755, path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/postboot
89932024-09-23T22:23:07.042Z[ host-image] Sep 23 22:23:05.713 INFO O| Sep 23 22:23:05.713 INFO chmod ok, path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/postboot
89942024-09-23T22:23:07.042Z[ host-image] Sep 23 22:23:05.713 INFO O| Sep 23 22:23:05.713 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/postboot
89952024-09-23T22:23:07.042Z[ host-image] Sep 23 22:23:05.713 INFO O| Sep 23 22:23:05.713 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/postboot
89962024-09-23T22:23:07.042Z[ host-image] Sep 23 22:23:05.713 INFO O| Sep 23 22:23:05.713 INFO ok!
89972024-09-23T22:23:07.042Z[ host-image] Sep 23 22:23:05.713 INFO O| Sep 23 22:23:05.713 INFO STEP 38 (ensure_file) COMPLETE
89982024-09-23T22:23:07.042Z[ host-image] Sep 23 22:23:05.714 INFO O| Sep 23 22:23:05.713 INFO STEP 39: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs.json
89992024-09-23T22:23:07.050Z[ host-image] Sep 23 22:23:05.724 INFO O| Sep 23 22:23:05.724 INFO file /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/site/postboot.xml does not exist
90002024-09-23T22:23:07.050Z[ host-image] Sep 23 22:23:05.724 INFO O| Sep 23 22:23:05.724 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 ...
90012024-09-23T22:23:07.053Z[ host-image] Sep 23 22:23:05.724 INFO O| Sep 23 22:23:05.724 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
90022024-09-23T22:23:07.053Z[ host-image] Sep 23 22:23:05.724 INFO O| Sep 23 22:23:05.724 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/site/postboot.xml
90032024-09-23T22:23:07.053Z[ host-image] Sep 23 22:23:05.724 INFO O| Sep 23 22:23:05.724 INFO ok!
90042024-09-23T22:23:07.053Z[ host-image] Sep 23 22:23:05.724 INFO O| Sep 23 22:23:05.724 INFO STEP 39 (ensure_file) COMPLETE
90052024-09-23T22:23:07.053Z[ host-image] Sep 23 22:23:05.724 INFO O| Sep 23 22:23:05.724 INFO STEP 40: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs.json
90062024-09-23T22:23:07.060Z[ host-image] Sep 23 22:23:05.734 INFO O| Sep 23 22:23:05.734 INFO file /rpool/images/build/host/work/gimlet/zfs/a/var/svc/profile/site.xml does not exist
90072024-09-23T22:23:07.063Z[ host-image] Sep 23 22:23:05.734 INFO O| Sep 23 22:23:05.734 INFO copying /work/oxidecomputer/helios/image/templates/files/site.xml -> /rpool/images/build/host/work/gimlet/zfs/a/var/svc/profile/site.xml ...
90082024-09-23T22:23:07.063Z[ host-image] Sep 23 22:23:05.735 INFO O| Sep 23 22:23:05.734 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/var/svc/profile/site.xml
90092024-09-23T22:23:07.063Z[ host-image] Sep 23 22:23:05.735 INFO O| Sep 23 22:23:05.735 INFO ok!
90102024-09-23T22:23:07.063Z[ host-image] Sep 23 22:23:05.735 INFO O| Sep 23 22:23:05.735 INFO STEP 40 (ensure_file) COMPLETE
90112024-09-23T22:23:07.063Z[ host-image] Sep 23 22:23:05.735 INFO O| Sep 23 22:23:05.735 INFO STEP 41: shadow, from: /work/oxidecomputer/helios/image/templates/include/root-noauth.json
90122024-09-23T22:23:07.071Z[ host-image] Sep 23 22:23:05.745 INFO O| Sep 23 22:23:05.745 INFO updating shadow file
90132024-09-23T22:23:07.074Z[ host-image] Sep 23 22:23:05.745 INFO O| Sep 23 22:23:05.745 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/shadow
90142024-09-23T22:23:07.074Z[ host-image] Sep 23 22:23:05.745 INFO O| Sep 23 22:23:05.745 INFO STEP 41 (shadow) COMPLETE
90152024-09-23T22:23:07.074Z[ host-image] Sep 23 22:23:05.745 INFO O| Sep 23 22:23:05.745 INFO STEP 42: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/root-noauth.json
90162024-09-23T22:23:07.083Z[ host-image] Sep 23 22:23:05.756 INFO O| Sep 23 22:23:05.756 WARN file /rpool/images/build/host/work/gimlet/zfs/a/etc/default/login exists, with wrong contents, unlinking
90172024-09-23T22:23:07.083Z[ host-image] Sep 23 22:23:05.756 INFO O| Sep 23 22:23:05.756 INFO copying /work/oxidecomputer/helios/image/templates/files/mfg_default_login -> /rpool/images/build/host/work/gimlet/zfs/a/etc/default/login ...
90182024-09-23T22:23:07.085Z[ host-image] Sep 23 22:23:05.757 INFO O| Sep 23 22:23:05.756 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/default/login
90192024-09-23T22:23:07.085Z[ host-image] Sep 23 22:23:05.757 INFO O| Sep 23 22:23:05.757 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/etc/default/login
90202024-09-23T22:23:07.085Z[ host-image] Sep 23 22:23:05.757 INFO O| Sep 23 22:23:05.757 INFO ok!
90212024-09-23T22:23:07.085Z[ host-image] Sep 23 22:23:05.757 INFO O| Sep 23 22:23:05.757 INFO STEP 42 (ensure_file) COMPLETE
90222024-09-23T22:23:07.085Z[ host-image] Sep 23 22:23:05.757 INFO O| Sep 23 22:23:05.757 INFO STEP 43: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs.json
90232024-09-23T22:23:07.085Z[ host-image] Sep 23 22:23:05.757 INFO O| Sep 23 22:23:05.757 INFO skip step because feature "mfg" is not enabled
90242024-09-23T22:23:07.085Z[ host-image] Sep 23 22:23:05.757 INFO O| Sep 23 22:23:05.757 INFO STEP 44: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs.json
90252024-09-23T22:23:07.085Z[ host-image] Sep 23 22:23:05.757 INFO O| Sep 23 22:23:05.757 INFO skip step because feature "mfg" is not enabled
90262024-09-23T22:23:07.085Z[ host-image] Sep 23 22:23:05.757 INFO O| Sep 23 22:23:05.757 INFO STEP 45: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs.json
90272024-09-23T22:23:07.093Z[ host-image] Sep 23 22:23:05.767 INFO O| Sep 23 22:23:05.767 INFO file /rpool/images/build/host/work/gimlet/zfs/a/usr/bin/pilot does not exist
90282024-09-23T22:23:07.093Z[ host-image] Sep 23 22:23:05.767 INFO O| Sep 23 22:23:05.767 INFO copying /work/oxidecomputer/helios/projects/pilot/target/release/pilot -> /rpool/images/build/host/work/gimlet/zfs/a/usr/bin/pilot ...
90292024-09-23T22:23:07.743Z[ host-image] Sep 23 22:23:06.417 INFO O| Sep 23 22:23:06.417 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/gimlet/zfs/a/usr/bin/pilot
90302024-09-23T22:23:07.743Z[ host-image] Sep 23 22:23:06.417 INFO O| Sep 23 22:23:06.417 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/usr/bin/pilot
90312024-09-23T22:23:07.746Z[ host-image] Sep 23 22:23:06.417 INFO O| Sep 23 22:23:06.417 INFO ok!
90322024-09-23T22:23:07.746Z[ host-image] Sep 23 22:23:06.417 INFO O| Sep 23 22:23:06.417 INFO STEP 45 (ensure_file) COMPLETE
90332024-09-23T22:23:07.746Z[ host-image] Sep 23 22:23:06.417 INFO O| Sep 23 22:23:06.417 INFO STEP 46: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json
90342024-09-23T22:23:07.757Z[ host-image] Sep 23 22:23:06.430 INFO O| Sep 23 22:23:06.430 WARN file /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/postboot exists, with wrong contents, unlinking
90352024-09-23T22:23:07.760Z[ host-image] Sep 23 22:23:06.430 INFO O| Sep 23 22:23:06.430 INFO copying /work/oxidecomputer/helios/image/templates/files/compliance-postboot.sh -> /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/postboot ...
90362024-09-23T22:23:07.760Z[ host-image] Sep 23 22:23:06.431 INFO O| Sep 23 22:23:06.430 INFO perms are 644, should be 755, path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/postboot
90372024-09-23T22:23:07.760Z[ host-image] Sep 23 22:23:06.431 INFO O| Sep 23 22:23:06.431 INFO chmod ok, path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/postboot
90382024-09-23T22:23:07.760Z[ host-image] Sep 23 22:23:06.431 INFO O| Sep 23 22:23:06.431 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/postboot
90392024-09-23T22:23:07.760Z[ host-image] Sep 23 22:23:06.431 INFO O| Sep 23 22:23:06.431 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/postboot
90402024-09-23T22:23:07.760Z[ host-image] Sep 23 22:23:06.431 INFO O| Sep 23 22:23:06.431 INFO ok!
90412024-09-23T22:23:07.760Z[ host-image] Sep 23 22:23:06.431 INFO O| Sep 23 22:23:06.431 INFO STEP 46 (ensure_file) COMPLETE
90422024-09-23T22:23:07.760Z[ host-image] Sep 23 22:23:06.431 INFO O| Sep 23 22:23:06.431 INFO STEP 47: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json
90432024-09-23T22:23:07.768Z[ host-image] Sep 23 22:23:06.442 INFO O| Sep 23 22:23:06.442 WARN file /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/site/postboot.xml exists, with wrong contents, unlinking
90442024-09-23T22:23:07.768Z[ host-image] Sep 23 22:23:06.442 INFO O| Sep 23 22:23:06.442 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 ...
90452024-09-23T22:23:07.771Z[ host-image] Sep 23 22:23:06.442 INFO O| Sep 23 22:23:06.442 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
90462024-09-23T22:23:07.771Z[ host-image] Sep 23 22:23:06.442 INFO O| Sep 23 22:23:06.442 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/site/postboot.xml
90472024-09-23T22:23:07.771Z[ host-image] Sep 23 22:23:06.442 INFO O| Sep 23 22:23:06.442 INFO ok!
90482024-09-23T22:23:07.771Z[ host-image] Sep 23 22:23:06.442 INFO O| Sep 23 22:23:06.442 INFO STEP 47 (ensure_file) COMPLETE
90492024-09-23T22:23:07.771Z[ host-image] Sep 23 22:23:06.442 INFO O| Sep 23 22:23:06.442 INFO STEP 48: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json
90502024-09-23T22:23:07.780Z[ host-image] Sep 23 22:23:06.453 INFO O| Sep 23 22:23:06.453 INFO file /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/compliance-hostname does not exist
90512024-09-23T22:23:07.780Z[ host-image] Sep 23 22:23:06.454 INFO O| Sep 23 22:23:06.453 INFO copying /work/oxidecomputer/helios/image/templates/files/compliance-hostname.sh -> /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/compliance-hostname ...
90522024-09-23T22:23:07.782Z[ host-image] Sep 23 22:23:06.454 INFO O| Sep 23 22:23:06.454 INFO perms are 644, should be 755, path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/compliance-hostname
90532024-09-23T22:23:07.782Z[ host-image] Sep 23 22:23:06.454 INFO O| Sep 23 22:23:06.454 INFO chmod ok, path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/compliance-hostname
90542024-09-23T22:23:07.782Z[ host-image] Sep 23 22:23:06.454 INFO O| Sep 23 22:23:06.454 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/compliance-hostname
90552024-09-23T22:23:07.782Z[ host-image] Sep 23 22:23:06.454 INFO O| Sep 23 22:23:06.454 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/compliance-hostname
90562024-09-23T22:23:07.782Z[ host-image] Sep 23 22:23:06.454 INFO O| Sep 23 22:23:06.454 INFO ok!
90572024-09-23T22:23:07.782Z[ host-image] Sep 23 22:23:06.454 INFO O| Sep 23 22:23:06.454 INFO STEP 48 (ensure_file) COMPLETE
90582024-09-23T22:23:07.782Z[ host-image] Sep 23 22:23:06.454 INFO O| Sep 23 22:23:06.454 INFO STEP 49: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json
90592024-09-23T22:23:07.792Z[ host-image] Sep 23 22:23:06.465 INFO O| Sep 23 22:23:06.465 INFO file /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/site/compliance-hostname.xml does not exist
90602024-09-23T22:23:07.792Z[ host-image] Sep 23 22:23:06.465 INFO O| Sep 23 22:23:06.465 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 ...
90612024-09-23T22:23:07.794Z[ host-image] Sep 23 22:23:06.465 INFO O| Sep 23 22:23:06.465 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
90622024-09-23T22:23:07.794Z[ host-image] Sep 23 22:23:06.465 INFO O| Sep 23 22:23:06.465 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/site/compliance-hostname.xml
90632024-09-23T22:23:07.794Z[ host-image] Sep 23 22:23:06.465 INFO O| Sep 23 22:23:06.465 INFO ok!
90642024-09-23T22:23:07.794Z[ host-image] Sep 23 22:23:06.465 INFO O| Sep 23 22:23:06.465 INFO STEP 49 (ensure_file) COMPLETE
90652024-09-23T22:23:07.794Z[ host-image] Sep 23 22:23:06.465 INFO O| Sep 23 22:23:06.465 INFO STEP 50: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json
90662024-09-23T22:23:07.803Z[ host-image] Sep 23 22:23:06.476 INFO O| Sep 23 22:23:06.476 INFO file /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/compliance-beacon does not exist
90672024-09-23T22:23:07.803Z[ host-image] Sep 23 22:23:06.476 INFO O| Sep 23 22:23:06.476 INFO copying /work/oxidecomputer/helios/image/templates/files/compliance-beacon.sh -> /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/compliance-beacon ...
90682024-09-23T22:23:07.803Z[ host-image] Sep 23 22:23:06.477 INFO O| Sep 23 22:23:06.477 INFO perms are 644, should be 755, path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/compliance-beacon
90692024-09-23T22:23:07.803Z[ host-image] Sep 23 22:23:06.477 INFO O| Sep 23 22:23:06.477 INFO chmod ok, path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/compliance-beacon
90702024-09-23T22:23:07.805Z[ host-image] Sep 23 22:23:06.477 INFO O| Sep 23 22:23:06.477 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/compliance-beacon
90712024-09-23T22:23:07.805Z[ host-image] Sep 23 22:23:06.477 INFO O| Sep 23 22:23:06.477 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/compliance-beacon
90722024-09-23T22:23:07.805Z[ host-image] Sep 23 22:23:06.477 INFO O| Sep 23 22:23:06.477 INFO ok!
90732024-09-23T22:23:07.805Z[ host-image] Sep 23 22:23:06.477 INFO O| Sep 23 22:23:06.477 INFO STEP 50 (ensure_file) COMPLETE
90742024-09-23T22:23:07.805Z[ host-image] Sep 23 22:23:06.477 INFO O| Sep 23 22:23:06.477 INFO STEP 51: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json
90752024-09-23T22:23:07.814Z[ host-image] Sep 23 22:23:06.488 INFO O| Sep 23 22:23:06.488 INFO file /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/site/compliance-beacon.xml does not exist
90762024-09-23T22:23:07.816Z[ host-image] Sep 23 22:23:06.488 INFO O| Sep 23 22:23:06.488 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 ...
90772024-09-23T22:23:07.817Z[ host-image] Sep 23 22:23:06.488 INFO O| Sep 23 22:23:06.488 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
90782024-09-23T22:23:07.817Z[ host-image] Sep 23 22:23:06.488 INFO O| Sep 23 22:23:06.488 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/site/compliance-beacon.xml
90792024-09-23T22:23:07.817Z[ host-image] Sep 23 22:23:06.488 INFO O| Sep 23 22:23:06.488 INFO ok!
90802024-09-23T22:23:07.817Z[ host-image] Sep 23 22:23:06.488 INFO O| Sep 23 22:23:06.488 INFO STEP 51 (ensure_file) COMPLETE
90812024-09-23T22:23:07.817Z[ host-image] Sep 23 22:23:06.488 INFO O| Sep 23 22:23:06.488 INFO STEP 52: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json
90822024-09-23T22:23:07.825Z[ host-image] Sep 23 22:23:06.499 INFO O| Sep 23 22:23:06.499 INFO file /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/site/compliance-time.xml does not exist
90832024-09-23T22:23:07.825Z[ host-image] Sep 23 22:23:06.499 INFO O| Sep 23 22:23:06.499 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 ...
90842024-09-23T22:23:07.828Z[ host-image] Sep 23 22:23:06.499 INFO O| Sep 23 22:23:06.499 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
90852024-09-23T22:23:07.828Z[ host-image] Sep 23 22:23:06.499 INFO O| Sep 23 22:23:06.499 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/site/compliance-time.xml
90862024-09-23T22:23:07.828Z[ host-image] Sep 23 22:23:06.499 INFO O| Sep 23 22:23:06.499 INFO ok!
90872024-09-23T22:23:07.828Z[ host-image] Sep 23 22:23:06.499 INFO O| Sep 23 22:23:06.499 INFO STEP 52 (ensure_file) COMPLETE
90882024-09-23T22:23:07.828Z[ host-image] Sep 23 22:23:06.499 INFO O| Sep 23 22:23:06.499 INFO STEP 53: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json
90892024-09-23T22:23:07.837Z[ host-image] Sep 23 22:23:06.511 INFO O| Sep 23 22:23:06.511 INFO file /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/site/compliance-dump.xml does not exist
90902024-09-23T22:23:07.837Z[ host-image] Sep 23 22:23:06.511 INFO O| Sep 23 22:23:06.511 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 ...
90912024-09-23T22:23:07.861Z[ host-image] Sep 23 22:23:06.511 INFO O| Sep 23 22:23:06.511 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
90922024-09-23T22:23:07.861Z[ host-image] Sep 23 22:23:06.511 INFO O| Sep 23 22:23:06.511 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/site/compliance-dump.xml
90932024-09-23T22:23:07.861Z[ host-image] Sep 23 22:23:06.511 INFO O| Sep 23 22:23:06.511 INFO ok!
90942024-09-23T22:23:07.861Z[ host-image] Sep 23 22:23:06.511 INFO O| Sep 23 22:23:06.511 INFO STEP 53 (ensure_file) COMPLETE
90952024-09-23T22:23:07.861Z[ host-image] Sep 23 22:23:06.511 INFO O| Sep 23 22:23:06.511 INFO STEP 54: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
90962024-09-23T22:23:07.861Z[ host-image] Sep 23 22:23:06.522 INFO O| Sep 23 22:23:06.522 INFO ownership already OK (0:3), path: /rpool/images/build/host/work/gimlet/zfs/a/opt
90972024-09-23T22:23:07.861Z[ host-image] Sep 23 22:23:06.522 INFO O| Sep 23 22:23:06.522 INFO STEP 54 (ensure_dir) COMPLETE
90982024-09-23T22:23:07.861Z[ host-image] Sep 23 22:23:06.522 INFO O| Sep 23 22:23:06.522 INFO STEP 55: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
90992024-09-23T22:23:07.864Z[ host-image] Sep 23 22:23:06.532 INFO O| Sep 23 22:23:06.532 INFO ownership wrong (Id(0):Id(2), not 0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide
91002024-09-23T22:23:07.864Z[ host-image] Sep 23 22:23:06.532 INFO O| Sep 23 22:23:06.532 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide
91012024-09-23T22:23:07.864Z[ host-image] Sep 23 22:23:06.532 INFO O| Sep 23 22:23:06.532 INFO STEP 55 (ensure_dir) COMPLETE
91022024-09-23T22:23:07.864Z[ host-image] Sep 23 22:23:06.532 INFO O| Sep 23 22:23:06.532 INFO STEP 56: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
91032024-09-23T22:23:07.869Z[ host-image] Sep 23 22:23:06.543 INFO O| Sep 23 22:23:06.543 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm
91042024-09-23T22:23:07.869Z[ host-image] Sep 23 22:23:06.543 INFO O| Sep 23 22:23:06.543 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm
91052024-09-23T22:23:07.872Z[ host-image] Sep 23 22:23:06.543 INFO O| Sep 23 22:23:06.543 INFO STEP 56 (ensure_dir) COMPLETE
91062024-09-23T22:23:07.872Z[ host-image] Sep 23 22:23:06.543 INFO O| Sep 23 22:23:06.543 INFO STEP 57: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
91072024-09-23T22:23:07.880Z[ host-image] Sep 23 22:23:06.554 INFO O| Sep 23 22:23:06.554 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/ddmadm does not exist
91082024-09-23T22:23:07.882Z[ host-image] Sep 23 22:23:06.554 INFO O| Sep 23 22:23:06.554 INFO copying /tmp/.tmpJKYEoo/proto/host/root/opt/oxide/mg-ddm/ddmadm -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/ddmadm ...
91092024-09-23T22:23:07.896Z[ host-image] Sep 23 22:23:06.569 INFO O| Sep 23 22:23:06.569 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/ddmadm
91102024-09-23T22:23:07.896Z[ host-image] Sep 23 22:23:06.569 INFO O| Sep 23 22:23:06.569 INFO ok!
91112024-09-23T22:23:07.898Z[ host-image] Sep 23 22:23:06.569 INFO O| Sep 23 22:23:06.569 INFO STEP 57 (ensure_file) COMPLETE
91122024-09-23T22:23:07.898Z[ host-image] Sep 23 22:23:06.569 INFO O| Sep 23 22:23:06.569 INFO STEP 58: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
91132024-09-23T22:23:07.908Z[ host-image] Sep 23 22:23:06.582 INFO O| Sep 23 22:23:06.582 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/ddmd does not exist
91142024-09-23T22:23:07.908Z[ host-image] Sep 23 22:23:06.582 INFO O| Sep 23 22:23:06.582 INFO copying /tmp/.tmpJKYEoo/proto/host/root/opt/oxide/mg-ddm/ddmd -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/ddmd ...
91152024-09-23T22:23:08.044Z[ recovery-image] Sep 23 22:23:06.715 INFO E| Compiling bitflags v1.3.2
91162024-09-23T22:23:08.048Z[ recovery-image] Sep 23 22:23:06.715 INFO E| Compiling scroll v0.12.0
91172024-09-23T22:23:08.056Z[ recovery-image] Sep 23 22:23:06.715 INFO E| Compiling bit_field v0.10.2
91182024-09-23T22:23:08.059Z[ recovery-image] Sep 23 22:23:06.715 INFO E| Compiling adler v1.0.2
91192024-09-23T22:23:08.059Z[ recovery-image] Sep 23 22:23:06.715 INFO E| Compiling plain v0.2.3
91202024-09-23T22:23:08.059Z[ recovery-image] Sep 23 22:23:06.715 INFO E| Compiling log v0.4.22
91212024-09-23T22:23:08.059Z[ recovery-image] Sep 23 22:23:06.715 INFO E| Compiling static_assertions v1.1.0
91222024-09-23T22:23:08.155Z[ recovery-image] Sep 23 22:23:06.829 INFO E| Compiling bitstruct v0.1.1
91232024-09-23T22:23:08.296Z[ recovery-image] Sep 23 22:23:06.970 INFO E| Compiling raw-cpuid v10.7.0
91242024-09-23T22:23:08.325Z[ recovery-image] Sep 23 22:23:06.998 INFO E| Compiling miniz_oxide v0.7.4
91252024-09-23T22:23:08.330Z[ recovery-image] Sep 23 22:23:06.998 INFO E| Compiling cpio_reader v0.1.1
91262024-09-23T22:23:09.337Z[ recovery-image] Sep 23 22:23:08.011 INFO E| Compiling goblin v0.8.2
91272024-09-23T22:23:09.345Z[ host-image] Sep 23 22:23:08.018 INFO O| Sep 23 22:23:08.018 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/ddmd
91282024-09-23T22:23:09.345Z[ host-image] Sep 23 22:23:08.018 INFO O| Sep 23 22:23:08.018 INFO ok!
91292024-09-23T22:23:09.345Z[ host-image] Sep 23 22:23:08.018 INFO O| Sep 23 22:23:08.018 INFO STEP 58 (ensure_file) COMPLETE
91302024-09-23T22:23:09.345Z[ host-image] Sep 23 22:23:08.018 INFO O| Sep 23 22:23:08.018 INFO STEP 59: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
91312024-09-23T22:23:09.364Z[ host-image] Sep 23 22:23:08.037 INFO O| Sep 23 22:23:08.037 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/pkg
91322024-09-23T22:23:09.364Z[ host-image] Sep 23 22:23:08.038 INFO O| Sep 23 22:23:08.038 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/pkg
91332024-09-23T22:23:09.366Z[ host-image] Sep 23 22:23:08.038 INFO O| Sep 23 22:23:08.038 INFO STEP 59 (ensure_dir) COMPLETE
91342024-09-23T22:23:09.366Z[ host-image] Sep 23 22:23:08.038 INFO O| Sep 23 22:23:08.038 INFO STEP 60: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
91352024-09-23T22:23:09.383Z[ host-image] Sep 23 22:23:08.057 INFO O| Sep 23 22:23:08.057 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/pkg/refresh_ctrun_child.sh does not exist
91362024-09-23T22:23:09.384Z[ host-image] Sep 23 22:23:08.057 INFO O| Sep 23 22:23:08.057 INFO copying /tmp/.tmpJKYEoo/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 ...
91372024-09-23T22:23:09.386Z[ host-image] Sep 23 22:23:08.057 INFO O| Sep 23 22:23:08.057 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/pkg/refresh_ctrun_child.sh
91382024-09-23T22:23:09.386Z[ host-image] Sep 23 22:23:08.057 INFO O| Sep 23 22:23:08.057 INFO ok!
91392024-09-23T22:23:09.386Z[ host-image] Sep 23 22:23:08.057 INFO O| Sep 23 22:23:08.057 INFO STEP 60 (ensure_file) COMPLETE
91402024-09-23T22:23:09.386Z[ host-image] Sep 23 22:23:08.057 INFO O| Sep 23 22:23:08.057 INFO STEP 61: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
91412024-09-23T22:23:09.402Z[ host-image] Sep 23 22:23:08.076 INFO O| Sep 23 22:23:08.076 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/pkg/mgd_method_script.sh does not exist
91422024-09-23T22:23:09.405Z[ host-image] Sep 23 22:23:08.076 INFO O| Sep 23 22:23:08.076 INFO copying /tmp/.tmpJKYEoo/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 ...
91432024-09-23T22:23:09.405Z[ host-image] Sep 23 22:23:08.076 INFO O| Sep 23 22:23:08.076 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/pkg/mgd_method_script.sh
91442024-09-23T22:23:09.405Z[ host-image] Sep 23 22:23:08.076 INFO O| Sep 23 22:23:08.076 INFO ok!
91452024-09-23T22:23:09.405Z[ host-image] Sep 23 22:23:08.076 INFO O| Sep 23 22:23:08.076 INFO STEP 61 (ensure_file) COMPLETE
91462024-09-23T22:23:09.405Z[ host-image] Sep 23 22:23:08.076 INFO O| Sep 23 22:23:08.076 INFO STEP 62: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
91472024-09-23T22:23:09.420Z[ host-image] Sep 23 22:23:08.094 INFO O| Sep 23 22:23:08.094 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/pkg/mgd
91482024-09-23T22:23:09.422Z[ host-image] Sep 23 22:23:08.094 INFO O| Sep 23 22:23:08.094 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/pkg/mgd
91492024-09-23T22:23:09.422Z[ host-image] Sep 23 22:23:08.094 INFO O| Sep 23 22:23:08.094 INFO STEP 62 (ensure_dir) COMPLETE
91502024-09-23T22:23:09.423Z[ host-image] Sep 23 22:23:08.094 INFO O| Sep 23 22:23:08.094 INFO STEP 63: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
91512024-09-23T22:23:09.437Z[ host-image] Sep 23 22:23:08.111 INFO O| Sep 23 22:23:08.111 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/pkg/mgd/manifest.xml does not exist
91522024-09-23T22:23:09.437Z[ host-image] Sep 23 22:23:08.111 INFO O| Sep 23 22:23:08.111 INFO copying /tmp/.tmpJKYEoo/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 ...
91532024-09-23T22:23:09.439Z[ host-image] Sep 23 22:23:08.111 INFO O| Sep 23 22:23:08.111 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/pkg/mgd/manifest.xml
91542024-09-23T22:23:09.439Z[ host-image] Sep 23 22:23:08.111 INFO O| Sep 23 22:23:08.111 INFO ok!
91552024-09-23T22:23:09.439Z[ host-image] Sep 23 22:23:08.111 INFO O| Sep 23 22:23:08.111 INFO STEP 63 (ensure_file) COMPLETE
91562024-09-23T22:23:09.439Z[ host-image] Sep 23 22:23:08.111 INFO O| Sep 23 22:23:08.111 INFO STEP 64: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
91572024-09-23T22:23:09.454Z[ host-image] Sep 23 22:23:08.127 INFO O| Sep 23 22:23:08.127 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/pkg/ddm_method_script.sh does not exist
91582024-09-23T22:23:09.454Z[ host-image] Sep 23 22:23:08.128 INFO O| Sep 23 22:23:08.127 INFO copying /tmp/.tmpJKYEoo/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 ...
91592024-09-23T22:23:09.464Z[ host-image] Sep 23 22:23:08.128 INFO O| Sep 23 22:23:08.128 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/pkg/ddm_method_script.sh
91602024-09-23T22:23:09.464Z[ host-image] Sep 23 22:23:08.128 INFO O| Sep 23 22:23:08.128 INFO ok!
91612024-09-23T22:23:09.464Z[ host-image] Sep 23 22:23:08.128 INFO O| Sep 23 22:23:08.128 INFO STEP 64 (ensure_file) COMPLETE
91622024-09-23T22:23:09.464Z[ host-image] Sep 23 22:23:08.128 INFO O| Sep 23 22:23:08.128 INFO STEP 65: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
91632024-09-23T22:23:09.468Z[ host-image] Sep 23 22:23:08.140 INFO O| Sep 23 22:23:08.140 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/pkg/ddm
91642024-09-23T22:23:09.468Z[ host-image] Sep 23 22:23:08.140 INFO O| Sep 23 22:23:08.140 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/pkg/ddm
91652024-09-23T22:23:09.470Z[ host-image] Sep 23 22:23:08.140 INFO O| Sep 23 22:23:08.140 INFO STEP 65 (ensure_dir) COMPLETE
91662024-09-23T22:23:09.470Z[ host-image] Sep 23 22:23:08.140 INFO O| Sep 23 22:23:08.140 INFO STEP 66: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
91672024-09-23T22:23:09.480Z[ host-image] Sep 23 22:23:08.153 INFO O| Sep 23 22:23:08.153 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/pkg/ddm/manifest.xml does not exist
91682024-09-23T22:23:09.480Z[ host-image] Sep 23 22:23:08.153 INFO O| Sep 23 22:23:08.153 INFO copying /tmp/.tmpJKYEoo/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 ...
91692024-09-23T22:23:09.480Z[ host-image] Sep 23 22:23:08.154 INFO O| Sep 23 22:23:08.153 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/pkg/ddm/manifest.xml
91702024-09-23T22:23:09.480Z[ host-image] Sep 23 22:23:08.154 INFO O| Sep 23 22:23:08.153 INFO ok!
91712024-09-23T22:23:09.482Z[ host-image] Sep 23 22:23:08.154 INFO O| Sep 23 22:23:08.154 INFO STEP 66 (ensure_file) COMPLETE
91722024-09-23T22:23:09.483Z[ host-image] Sep 23 22:23:08.154 INFO O| Sep 23 22:23:08.154 INFO STEP 67: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
91732024-09-23T22:23:09.497Z[ host-image] Sep 23 22:23:08.171 INFO O| Sep 23 22:23:08.171 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/VERSION does not exist
91742024-09-23T22:23:09.497Z[ host-image] Sep 23 22:23:08.171 INFO O| Sep 23 22:23:08.171 INFO copying /tmp/.tmpJKYEoo/proto/host/root/opt/oxide/mg-ddm/VERSION -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/VERSION ...
91752024-09-23T22:23:09.497Z[ host-image] Sep 23 22:23:08.171 INFO O| Sep 23 22:23:08.171 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/VERSION
91762024-09-23T22:23:09.501Z[ host-image] Sep 23 22:23:08.171 INFO O| Sep 23 22:23:08.171 INFO ok!
91772024-09-23T22:23:09.501Z[ host-image] Sep 23 22:23:08.171 INFO O| Sep 23 22:23:08.171 INFO STEP 67 (ensure_file) COMPLETE
91782024-09-23T22:23:09.501Z[ host-image] Sep 23 22:23:08.171 INFO O| Sep 23 22:23:08.171 INFO STEP 68: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
91792024-09-23T22:23:09.516Z[ host-image] Sep 23 22:23:08.190 INFO O| Sep 23 22:23:08.190 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent
91802024-09-23T22:23:09.516Z[ host-image] Sep 23 22:23:08.190 INFO O| Sep 23 22:23:08.190 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent
91812024-09-23T22:23:09.518Z[ host-image] Sep 23 22:23:08.190 INFO O| Sep 23 22:23:08.190 INFO STEP 68 (ensure_dir) COMPLETE
91822024-09-23T22:23:09.519Z[ host-image] Sep 23 22:23:08.190 INFO O| Sep 23 22:23:08.190 INFO STEP 69: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
91832024-09-23T22:23:09.529Z[ host-image] Sep 23 22:23:08.202 INFO O| Sep 23 22:23:08.202 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent/zone-bundle does not exist
91842024-09-23T22:23:09.529Z[ host-image] Sep 23 22:23:08.202 INFO O| Sep 23 22:23:08.202 INFO copying /tmp/.tmpJKYEoo/proto/host/root/opt/oxide/sled-agent/zone-bundle -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent/zone-bundle ...
91852024-09-23T22:23:10.166Z[ host-image] Sep 23 22:23:08.840 INFO O| Sep 23 22:23:08.840 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent/zone-bundle
91862024-09-23T22:23:10.166Z[ host-image] Sep 23 22:23:08.840 INFO O| Sep 23 22:23:08.840 INFO ok!
91872024-09-23T22:23:10.171Z[ host-image] Sep 23 22:23:08.840 INFO O| Sep 23 22:23:08.840 INFO STEP 69 (ensure_file) COMPLETE
91882024-09-23T22:23:10.171Z[ host-image] Sep 23 22:23:08.840 INFO O| Sep 23 22:23:08.840 INFO STEP 70: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
91892024-09-23T22:23:10.185Z[ host-image] Sep 23 22:23:08.859 INFO O| Sep 23 22:23:08.859 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent/sled-agent does not exist
91902024-09-23T22:23:10.185Z[ host-image] Sep 23 22:23:08.859 INFO O| Sep 23 22:23:08.859 INFO copying /tmp/.tmpJKYEoo/proto/host/root/opt/oxide/sled-agent/sled-agent -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent/sled-agent ...
91912024-09-23T22:23:12.817Z[ host-image] Sep 23 22:23:11.490 INFO O| Sep 23 22:23:11.490 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent/sled-agent
91922024-09-23T22:23:12.817Z[ host-image] Sep 23 22:23:11.490 INFO O| Sep 23 22:23:11.490 INFO ok!
91932024-09-23T22:23:12.819Z[ host-image] Sep 23 22:23:11.490 INFO O| Sep 23 22:23:11.490 INFO STEP 70 (ensure_file) COMPLETE
91942024-09-23T22:23:12.819Z[ host-image] Sep 23 22:23:11.490 INFO O| Sep 23 22:23:11.490 INFO STEP 71: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
91952024-09-23T22:23:12.835Z[ host-image] Sep 23 22:23:11.509 INFO O| Sep 23 22:23:11.509 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent/pkg
91962024-09-23T22:23:12.835Z[ host-image] Sep 23 22:23:11.509 INFO O| Sep 23 22:23:11.509 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent/pkg
91972024-09-23T22:23:12.837Z[ host-image] Sep 23 22:23:11.509 INFO O| Sep 23 22:23:11.509 INFO STEP 71 (ensure_dir) COMPLETE
91982024-09-23T22:23:12.838Z[ host-image] Sep 23 22:23:11.509 INFO O| Sep 23 22:23:11.509 INFO STEP 72: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
91992024-09-23T22:23:12.853Z[ host-image] Sep 23 22:23:11.526 INFO O| Sep 23 22:23:11.526 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent/pkg/config.toml does not exist
92002024-09-23T22:23:12.853Z[ host-image] Sep 23 22:23:11.527 INFO O| Sep 23 22:23:11.526 INFO copying /tmp/.tmpJKYEoo/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 ...
92012024-09-23T22:23:12.855Z[ host-image] Sep 23 22:23:11.527 INFO O| Sep 23 22:23:11.527 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent/pkg/config.toml
92022024-09-23T22:23:12.855Z[ host-image] Sep 23 22:23:11.527 INFO O| Sep 23 22:23:11.527 INFO ok!
92032024-09-23T22:23:12.855Z[ host-image] Sep 23 22:23:11.527 INFO O| Sep 23 22:23:11.527 INFO STEP 72 (ensure_file) COMPLETE
92042024-09-23T22:23:12.855Z[ host-image] Sep 23 22:23:11.527 INFO O| Sep 23 22:23:11.527 INFO STEP 73: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
92052024-09-23T22:23:12.883Z[ host-image] Sep 23 22:23:11.557 INFO O| Sep 23 22:23:11.557 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent/pkg/README.md does not exist
92062024-09-23T22:23:12.886Z[ host-image] Sep 23 22:23:11.557 INFO O| Sep 23 22:23:11.557 INFO copying /tmp/.tmpJKYEoo/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 ...
92072024-09-23T22:23:12.886Z[ host-image] Sep 23 22:23:11.558 INFO O| Sep 23 22:23:11.558 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent/pkg/README.md
92082024-09-23T22:23:12.886Z[ host-image] Sep 23 22:23:11.558 INFO O| Sep 23 22:23:11.558 INFO ok!
92092024-09-23T22:23:12.886Z[ host-image] Sep 23 22:23:11.558 INFO O| Sep 23 22:23:11.558 INFO STEP 73 (ensure_file) COMPLETE
92102024-09-23T22:23:12.886Z[ host-image] Sep 23 22:23:11.558 INFO O| Sep 23 22:23:11.558 INFO STEP 74: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
92112024-09-23T22:23:12.918Z[ host-image] Sep 23 22:23:11.592 INFO O| Sep 23 22:23:11.592 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent/VERSION does not exist
92122024-09-23T22:23:12.918Z[ host-image] Sep 23 22:23:11.592 INFO O| Sep 23 22:23:11.592 INFO copying /tmp/.tmpJKYEoo/proto/host/root/opt/oxide/sled-agent/VERSION -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent/VERSION ...
92132024-09-23T22:23:12.921Z[ host-image] Sep 23 22:23:11.593 INFO O| Sep 23 22:23:11.593 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent/VERSION
92142024-09-23T22:23:12.921Z[ host-image] Sep 23 22:23:11.593 INFO O| Sep 23 22:23:11.593 INFO ok!
92152024-09-23T22:23:12.921Z[ host-image] Sep 23 22:23:11.593 INFO O| Sep 23 22:23:11.593 INFO STEP 74 (ensure_file) COMPLETE
92162024-09-23T22:23:12.921Z[ host-image] Sep 23 22:23:11.593 INFO O| Sep 23 22:23:11.593 INFO STEP 75: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
92172024-09-23T22:23:12.948Z[ host-image] Sep 23 22:23:11.620 INFO O| Sep 23 22:23:11.620 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/overlay.tar.gz does not exist
92182024-09-23T22:23:12.948Z[ host-image] Sep 23 22:23:11.620 INFO O| Sep 23 22:23:11.620 INFO copying /tmp/.tmpJKYEoo/proto/host/root/opt/oxide/overlay.tar.gz -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/overlay.tar.gz ...
92192024-09-23T22:23:12.951Z[ host-image] Sep 23 22:23:11.621 INFO O| Sep 23 22:23:11.621 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/overlay.tar.gz
92202024-09-23T22:23:12.951Z[ host-image] Sep 23 22:23:11.621 INFO O| Sep 23 22:23:11.621 INFO ok!
92212024-09-23T22:23:12.951Z[ host-image] Sep 23 22:23:11.621 INFO O| Sep 23 22:23:11.621 INFO STEP 75 (ensure_file) COMPLETE
92222024-09-23T22:23:12.951Z[ host-image] Sep 23 22:23:11.621 INFO O| Sep 23 22:23:11.621 INFO STEP 76: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
92232024-09-23T22:23:12.985Z[ host-image] Sep 23 22:23:11.659 INFO O| Sep 23 22:23:11.659 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/oxlog
92242024-09-23T22:23:12.985Z[ host-image] Sep 23 22:23:11.659 INFO O| Sep 23 22:23:11.659 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/oxlog
92252024-09-23T22:23:12.985Z[ host-image] Sep 23 22:23:11.659 INFO O| Sep 23 22:23:11.659 INFO STEP 76 (ensure_dir) COMPLETE
92262024-09-23T22:23:12.987Z[ host-image] Sep 23 22:23:11.659 INFO O| Sep 23 22:23:11.659 INFO STEP 77: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
92272024-09-23T22:23:13.006Z[ host-image] Sep 23 22:23:11.680 INFO O| Sep 23 22:23:11.680 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/oxlog/oxlog does not exist
92282024-09-23T22:23:13.006Z[ host-image] Sep 23 22:23:11.680 INFO O| Sep 23 22:23:11.680 INFO copying /tmp/.tmpJKYEoo/proto/host/root/opt/oxide/oxlog/oxlog -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/oxlog/oxlog ...
92292024-09-23T22:23:13.010Z[ host-image] Sep 23 22:23:11.684 INFO O| Sep 23 22:23:11.684 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/oxlog/oxlog
92302024-09-23T22:23:13.010Z[ host-image] Sep 23 22:23:11.684 INFO O| Sep 23 22:23:11.684 INFO ok!
92312024-09-23T22:23:13.013Z[ host-image] Sep 23 22:23:11.684 INFO O| Sep 23 22:23:11.684 INFO STEP 77 (ensure_file) COMPLETE
92322024-09-23T22:23:13.013Z[ host-image] Sep 23 22:23:11.684 INFO O| Sep 23 22:23:11.684 INFO STEP 78: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
92332024-09-23T22:23:13.032Z[ host-image] Sep 23 22:23:11.706 INFO O| Sep 23 22:23:11.706 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/oxlog/VERSION does not exist
92342024-09-23T22:23:13.032Z[ host-image] Sep 23 22:23:11.706 INFO O| Sep 23 22:23:11.706 INFO copying /tmp/.tmpJKYEoo/proto/host/root/opt/oxide/oxlog/VERSION -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/oxlog/VERSION ...
92352024-09-23T22:23:13.032Z[ host-image] Sep 23 22:23:11.706 INFO O| Sep 23 22:23:11.706 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/oxlog/VERSION
92362024-09-23T22:23:13.032Z[ host-image] Sep 23 22:23:11.706 INFO O| Sep 23 22:23:11.706 INFO ok!
92372024-09-23T22:23:13.035Z[ host-image] Sep 23 22:23:11.706 INFO O| Sep 23 22:23:11.706 INFO STEP 78 (ensure_file) COMPLETE
92382024-09-23T22:23:13.035Z[ host-image] Sep 23 22:23:11.706 INFO O| Sep 23 22:23:11.706 INFO STEP 79: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
92392024-09-23T22:23:13.052Z[ host-image] Sep 23 22:23:11.725 INFO O| Sep 23 22:23:11.725 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/propolis-server.tar.gz does not exist
92402024-09-23T22:23:13.052Z[ host-image] Sep 23 22:23:11.726 INFO O| Sep 23 22:23:11.725 INFO copying /tmp/.tmpJKYEoo/proto/host/root/opt/oxide/propolis-server.tar.gz -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/propolis-server.tar.gz ...
92412024-09-23T22:23:14.179Z[ host-image] Sep 23 22:23:12.853 INFO O| Sep 23 22:23:12.852 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/propolis-server.tar.gz
92422024-09-23T22:23:14.179Z[ host-image] Sep 23 22:23:12.853 INFO O| Sep 23 22:23:12.853 INFO ok!
92432024-09-23T22:23:14.181Z[ host-image] Sep 23 22:23:12.853 INFO O| Sep 23 22:23:12.853 INFO STEP 79 (ensure_file) COMPLETE
92442024-09-23T22:23:14.181Z[ host-image] Sep 23 22:23:12.853 INFO O| Sep 23 22:23:12.853 INFO STEP 80: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
92452024-09-23T22:23:14.192Z[ host-image] Sep 23 22:23:12.866 INFO O| Sep 23 22:23:12.866 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind
92462024-09-23T22:23:14.192Z[ host-image] Sep 23 22:23:12.866 INFO O| Sep 23 22:23:12.866 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind
92472024-09-23T22:23:14.195Z[ host-image] Sep 23 22:23:12.866 INFO O| Sep 23 22:23:12.866 INFO STEP 80 (ensure_dir) COMPLETE
92482024-09-23T22:23:14.195Z[ host-image] Sep 23 22:23:12.866 INFO O| Sep 23 22:23:12.866 INFO STEP 81: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
92492024-09-23T22:23:14.204Z[ host-image] Sep 23 22:23:12.878 INFO O| Sep 23 22:23:12.878 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/lib
92502024-09-23T22:23:14.204Z[ host-image] Sep 23 22:23:12.878 INFO O| Sep 23 22:23:12.878 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/lib
92512024-09-23T22:23:14.204Z[ host-image] Sep 23 22:23:12.878 INFO O| Sep 23 22:23:12.878 INFO STEP 81 (ensure_dir) COMPLETE
92522024-09-23T22:23:14.207Z[ host-image] Sep 23 22:23:12.878 INFO O| Sep 23 22:23:12.878 INFO STEP 82: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
92532024-09-23T22:23:14.216Z[ host-image] Sep 23 22:23:12.890 INFO O| Sep 23 22:23:12.890 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/lib/svc
92542024-09-23T22:23:14.216Z[ host-image] Sep 23 22:23:12.890 INFO O| Sep 23 22:23:12.890 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/lib/svc
92552024-09-23T22:23:14.216Z[ host-image] Sep 23 22:23:12.890 INFO O| Sep 23 22:23:12.890 INFO STEP 82 (ensure_dir) COMPLETE
92562024-09-23T22:23:14.218Z[ host-image] Sep 23 22:23:12.890 INFO O| Sep 23 22:23:12.890 INFO STEP 83: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
92572024-09-23T22:23:14.228Z[ host-image] Sep 23 22:23:12.902 INFO O| Sep 23 22:23:12.902 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/lib/svc/manifest
92582024-09-23T22:23:14.228Z[ host-image] Sep 23 22:23:12.902 INFO O| Sep 23 22:23:12.902 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/lib/svc/manifest
92592024-09-23T22:23:14.230Z[ host-image] Sep 23 22:23:12.902 INFO O| Sep 23 22:23:12.902 INFO STEP 83 (ensure_dir) COMPLETE
92602024-09-23T22:23:14.230Z[ host-image] Sep 23 22:23:12.902 INFO O| Sep 23 22:23:12.902 INFO STEP 84: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
92612024-09-23T22:23:14.242Z[ host-image] Sep 23 22:23:12.916 INFO O| Sep 23 22:23:12.916 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/lib/svc/manifest/system
92622024-09-23T22:23:14.242Z[ host-image] Sep 23 22:23:12.916 INFO O| Sep 23 22:23:12.916 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/lib/svc/manifest/system
92632024-09-23T22:23:14.245Z[ host-image] Sep 23 22:23:12.916 INFO O| Sep 23 22:23:12.916 INFO STEP 84 (ensure_dir) COMPLETE
92642024-09-23T22:23:14.245Z[ host-image] Sep 23 22:23:12.916 INFO O| Sep 23 22:23:12.916 INFO STEP 85: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
92652024-09-23T22:23:14.255Z[ host-image] Sep 23 22:23:12.929 INFO O| Sep 23 22:23:12.929 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/lib/svc/manifest/system/pumpkind.xml does not exist
92662024-09-23T22:23:14.259Z[ host-image] Sep 23 22:23:12.929 INFO O| Sep 23 22:23:12.929 INFO copying /tmp/.tmpJKYEoo/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 ...
92672024-09-23T22:23:14.259Z[ host-image] Sep 23 22:23:12.929 INFO O| Sep 23 22:23:12.929 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/lib/svc/manifest/system/pumpkind.xml
92682024-09-23T22:23:14.259Z[ host-image] Sep 23 22:23:12.929 INFO O| Sep 23 22:23:12.929 INFO ok!
92692024-09-23T22:23:14.259Z[ host-image] Sep 23 22:23:12.929 INFO O| Sep 23 22:23:12.929 INFO STEP 85 (ensure_file) COMPLETE
92702024-09-23T22:23:14.259Z[ host-image] Sep 23 22:23:12.929 INFO O| Sep 23 22:23:12.929 INFO STEP 86: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
92712024-09-23T22:23:14.268Z[ host-image] Sep 23 22:23:12.941 INFO O| Sep 23 22:23:12.941 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/bin
92722024-09-23T22:23:14.271Z[ host-image] Sep 23 22:23:12.941 INFO O| Sep 23 22:23:12.941 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/bin
92732024-09-23T22:23:14.271Z[ host-image] Sep 23 22:23:12.941 INFO O| Sep 23 22:23:12.941 INFO STEP 86 (ensure_dir) COMPLETE
92742024-09-23T22:23:14.271Z[ host-image] Sep 23 22:23:12.941 INFO O| Sep 23 22:23:12.941 INFO STEP 87: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
92752024-09-23T22:23:14.279Z[ host-image] Sep 23 22:23:12.953 INFO O| Sep 23 22:23:12.953 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/bin/svc-pumpkind does not exist
92762024-09-23T22:23:14.279Z[ host-image] Sep 23 22:23:12.953 INFO O| Sep 23 22:23:12.953 INFO copying /tmp/.tmpJKYEoo/proto/host/root/opt/oxide/pumpkind/bin/svc-pumpkind -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/bin/svc-pumpkind ...
92772024-09-23T22:23:14.281Z[ host-image] Sep 23 22:23:12.953 INFO O| Sep 23 22:23:12.953 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/bin/svc-pumpkind
92782024-09-23T22:23:14.281Z[ host-image] Sep 23 22:23:12.953 INFO O| Sep 23 22:23:12.953 INFO ok!
92792024-09-23T22:23:14.281Z[ host-image] Sep 23 22:23:12.953 INFO O| Sep 23 22:23:12.953 INFO STEP 87 (ensure_file) COMPLETE
92802024-09-23T22:23:14.281Z[ host-image] Sep 23 22:23:12.953 INFO O| Sep 23 22:23:12.953 INFO STEP 88: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
92812024-09-23T22:23:14.290Z[ host-image] Sep 23 22:23:12.964 INFO O| Sep 23 22:23:12.964 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/bin/pumpkinadm does not exist
92822024-09-23T22:23:14.290Z[ host-image] Sep 23 22:23:12.964 INFO O| Sep 23 22:23:12.964 INFO copying /tmp/.tmpJKYEoo/proto/host/root/opt/oxide/pumpkind/bin/pumpkinadm -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/bin/pumpkinadm ...
92832024-09-23T22:23:14.302Z[ host-image] Sep 23 22:23:12.976 INFO O| Sep 23 22:23:12.976 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/bin/pumpkinadm
92842024-09-23T22:23:14.302Z[ host-image] Sep 23 22:23:12.976 INFO O| Sep 23 22:23:12.976 INFO ok!
92852024-09-23T22:23:14.302Z[ host-image] Sep 23 22:23:12.976 INFO O| Sep 23 22:23:12.976 INFO STEP 88 (ensure_file) COMPLETE
92862024-09-23T22:23:14.304Z[ host-image] Sep 23 22:23:12.976 INFO O| Sep 23 22:23:12.976 INFO STEP 89: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
92872024-09-23T22:23:14.314Z[ host-image] Sep 23 22:23:12.988 INFO O| Sep 23 22:23:12.988 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/bin/pumpkind does not exist
92882024-09-23T22:23:14.314Z[ host-image] Sep 23 22:23:12.988 INFO O| Sep 23 22:23:12.988 INFO copying /tmp/.tmpJKYEoo/proto/host/root/opt/oxide/pumpkind/bin/pumpkind -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/bin/pumpkind ...
92892024-09-23T22:23:14.763Z[ host-image] Sep 23 22:23:13.437 INFO O| Sep 23 22:23:13.437 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/bin/pumpkind
92902024-09-23T22:23:14.763Z[ host-image] Sep 23 22:23:13.437 INFO O| Sep 23 22:23:13.437 INFO ok!
92912024-09-23T22:23:14.766Z[ host-image] Sep 23 22:23:13.437 INFO O| Sep 23 22:23:13.437 INFO STEP 89 (ensure_file) COMPLETE
92922024-09-23T22:23:14.766Z[ host-image] Sep 23 22:23:13.437 INFO O| Sep 23 22:23:13.437 INFO STEP 90: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
92932024-09-23T22:23:14.777Z[ host-image] Sep 23 22:23:13.451 INFO O| Sep 23 22:23:13.451 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/VERSION does not exist
92942024-09-23T22:23:14.777Z[ host-image] Sep 23 22:23:13.451 INFO O| Sep 23 22:23:13.451 INFO copying /tmp/.tmpJKYEoo/proto/host/root/opt/oxide/pumpkind/VERSION -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/VERSION ...
92952024-09-23T22:23:14.779Z[ host-image] Sep 23 22:23:13.451 INFO O| Sep 23 22:23:13.451 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/VERSION
92962024-09-23T22:23:14.779Z[ host-image] Sep 23 22:23:13.451 INFO O| Sep 23 22:23:13.451 INFO ok!
92972024-09-23T22:23:14.779Z[ host-image] Sep 23 22:23:13.451 INFO O| Sep 23 22:23:13.451 INFO STEP 90 (ensure_file) COMPLETE
92982024-09-23T22:23:14.779Z[ host-image] Sep 23 22:23:13.451 INFO O| Sep 23 22:23:13.451 INFO STEP 91: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
92992024-09-23T22:23:14.790Z[ host-image] Sep 23 22:23:13.464 INFO O| Sep 23 22:23:13.464 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace
93002024-09-23T22:23:14.790Z[ host-image] Sep 23 22:23:13.464 INFO O| Sep 23 22:23:13.464 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace
93012024-09-23T22:23:14.792Z[ host-image] Sep 23 22:23:13.464 INFO O| Sep 23 22:23:13.464 INFO STEP 91 (ensure_dir) COMPLETE
93022024-09-23T22:23:14.792Z[ host-image] Sep 23 22:23:13.464 INFO O| Sep 23 22:23:13.464 INFO STEP 92: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
93032024-09-23T22:23:14.805Z[ host-image] Sep 23 22:23:13.477 INFO O| Sep 23 22:23:13.477 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/upstairs_repair.d does not exist
93042024-09-23T22:23:14.805Z[ host-image] Sep 23 22:23:13.477 INFO O| Sep 23 22:23:13.477 INFO copying /tmp/.tmpJKYEoo/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 ...
93052024-09-23T22:23:14.807Z[ host-image] Sep 23 22:23:13.478 INFO O| Sep 23 22:23:13.477 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/upstairs_repair.d
93062024-09-23T22:23:14.807Z[ host-image] Sep 23 22:23:13.478 INFO O| Sep 23 22:23:13.478 INFO ok!
93072024-09-23T22:23:14.807Z[ host-image] Sep 23 22:23:13.478 INFO O| Sep 23 22:23:13.478 INFO STEP 92 (ensure_file) COMPLETE
93082024-09-23T22:23:14.807Z[ host-image] Sep 23 22:23:13.478 INFO O| Sep 23 22:23:13.478 INFO STEP 93: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
93092024-09-23T22:23:14.817Z[ host-image] Sep 23 22:23:13.491 INFO O| Sep 23 22:23:13.491 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/upstairs_raw.d does not exist
93102024-09-23T22:23:14.817Z[ host-image] Sep 23 22:23:13.491 INFO O| Sep 23 22:23:13.491 INFO copying /tmp/.tmpJKYEoo/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 ...
93112024-09-23T22:23:14.820Z[ host-image] Sep 23 22:23:13.491 INFO O| Sep 23 22:23:13.491 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/upstairs_raw.d
93122024-09-23T22:23:14.820Z[ host-image] Sep 23 22:23:13.492 INFO O| Sep 23 22:23:13.491 INFO ok!
93132024-09-23T22:23:14.820Z[ host-image] Sep 23 22:23:13.492 INFO O| Sep 23 22:23:13.491 INFO STEP 93 (ensure_file) COMPLETE
93142024-09-23T22:23:14.820Z[ host-image] Sep 23 22:23:13.492 INFO O| Sep 23 22:23:13.492 INFO STEP 94: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
93152024-09-23T22:23:14.829Z[ host-image] Sep 23 22:23:13.503 INFO O| Sep 23 22:23:13.503 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/upstairs_info.d does not exist
93162024-09-23T22:23:14.829Z[ host-image] Sep 23 22:23:13.503 INFO O| Sep 23 22:23:13.503 INFO copying /tmp/.tmpJKYEoo/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 ...
93172024-09-23T22:23:14.832Z[ host-image] Sep 23 22:23:13.503 INFO O| Sep 23 22:23:13.503 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/upstairs_info.d
93182024-09-23T22:23:14.832Z[ host-image] Sep 23 22:23:13.503 INFO O| Sep 23 22:23:13.503 INFO ok!
93192024-09-23T22:23:14.832Z[ host-image] Sep 23 22:23:13.503 INFO O| Sep 23 22:23:13.503 INFO STEP 94 (ensure_file) COMPLETE
93202024-09-23T22:23:14.832Z[ host-image] Sep 23 22:23:13.503 INFO O| Sep 23 22:23:13.503 INFO STEP 95: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
93212024-09-23T22:23:14.841Z[ host-image] Sep 23 22:23:13.515 INFO O| Sep 23 22:23:13.515 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/upstairs_count.d does not exist
93222024-09-23T22:23:14.841Z[ host-image] Sep 23 22:23:13.515 INFO O| Sep 23 22:23:13.515 INFO copying /tmp/.tmpJKYEoo/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 ...
93232024-09-23T22:23:14.841Z[ host-image] Sep 23 22:23:13.515 INFO O| Sep 23 22:23:13.515 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/upstairs_count.d
93242024-09-23T22:23:14.841Z[ host-image] Sep 23 22:23:13.515 INFO O| Sep 23 22:23:13.515 INFO ok!
93252024-09-23T22:23:14.841Z[ host-image] Sep 23 22:23:13.515 INFO O| Sep 23 22:23:13.515 INFO STEP 95 (ensure_file) COMPLETE
93262024-09-23T22:23:14.843Z[ host-image] Sep 23 22:23:13.515 INFO O| Sep 23 22:23:13.515 INFO STEP 96: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
93272024-09-23T22:23:14.851Z[ host-image] Sep 23 22:23:13.525 INFO O| Sep 23 22:23:13.525 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/upstairs_action.d does not exist
93282024-09-23T22:23:14.851Z[ host-image] Sep 23 22:23:13.525 INFO O| Sep 23 22:23:13.525 INFO copying /tmp/.tmpJKYEoo/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 ...
93292024-09-23T22:23:14.854Z[ host-image] Sep 23 22:23:13.526 INFO O| Sep 23 22:23:13.525 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/upstairs_action.d
93302024-09-23T22:23:14.854Z[ host-image] Sep 23 22:23:13.526 INFO O| Sep 23 22:23:13.526 INFO ok!
93312024-09-23T22:23:14.854Z[ host-image] Sep 23 22:23:13.526 INFO O| Sep 23 22:23:13.526 INFO STEP 96 (ensure_file) COMPLETE
93322024-09-23T22:23:14.854Z[ host-image] Sep 23 22:23:13.526 INFO O| Sep 23 22:23:13.526 INFO STEP 97: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
93332024-09-23T22:23:14.862Z[ host-image] Sep 23 22:23:13.536 INFO O| Sep 23 22:23:13.536 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/tracegw.d does not exist
93342024-09-23T22:23:14.862Z[ host-image] Sep 23 22:23:13.536 INFO O| Sep 23 22:23:13.536 INFO copying /tmp/.tmpJKYEoo/proto/host/root/opt/oxide/crucible_dtrace/tracegw.d -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/tracegw.d ...
93352024-09-23T22:23:14.863Z[ host-image] Sep 23 22:23:13.536 INFO O| Sep 23 22:23:13.536 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/tracegw.d
93362024-09-23T22:23:14.863Z[ host-image] Sep 23 22:23:13.536 INFO O| Sep 23 22:23:13.536 INFO ok!
93372024-09-23T22:23:14.865Z[ host-image] Sep 23 22:23:13.536 INFO O| Sep 23 22:23:13.536 INFO STEP 97 (ensure_file) COMPLETE
93382024-09-23T22:23:14.865Z[ host-image] Sep 23 22:23:13.536 INFO O| Sep 23 22:23:13.536 INFO STEP 98: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
93392024-09-23T22:23:14.872Z[ host-image] Sep 23 22:23:13.546 INFO O| Sep 23 22:23:13.546 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/trace-vol.d does not exist
93402024-09-23T22:23:14.872Z[ host-image] Sep 23 22:23:13.547 INFO O| Sep 23 22:23:13.546 INFO copying /tmp/.tmpJKYEoo/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 ...
93412024-09-23T22:23:14.875Z[ host-image] Sep 23 22:23:13.547 INFO O| Sep 23 22:23:13.547 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/trace-vol.d
93422024-09-23T22:23:14.875Z[ host-image] Sep 23 22:23:13.547 INFO O| Sep 23 22:23:13.547 INFO ok!
93432024-09-23T22:23:14.875Z[ host-image] Sep 23 22:23:13.547 INFO O| Sep 23 22:23:13.547 INFO STEP 98 (ensure_file) COMPLETE
93442024-09-23T22:23:14.875Z[ host-image] Sep 23 22:23:13.547 INFO O| Sep 23 22:23:13.547 INFO STEP 99: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
93452024-09-23T22:23:14.884Z[ host-image] Sep 23 22:23:13.557 INFO O| Sep 23 22:23:13.557 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/sled_upstairs_info.d does not exist
93462024-09-23T22:23:14.884Z[ host-image] Sep 23 22:23:13.557 INFO O| Sep 23 22:23:13.557 INFO copying /tmp/.tmpJKYEoo/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 ...
93472024-09-23T22:23:14.887Z[ host-image] Sep 23 22:23:13.557 INFO O| Sep 23 22:23:13.557 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/sled_upstairs_info.d
93482024-09-23T22:23:14.887Z[ host-image] Sep 23 22:23:13.557 INFO O| Sep 23 22:23:13.557 INFO ok!
93492024-09-23T22:23:14.887Z[ host-image] Sep 23 22:23:13.557 INFO O| Sep 23 22:23:13.557 INFO STEP 99 (ensure_file) COMPLETE
93502024-09-23T22:23:14.887Z[ host-image] Sep 23 22:23:13.557 INFO O| Sep 23 22:23:13.557 INFO STEP 100: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
93512024-09-23T22:23:14.893Z[ host-image] Sep 23 22:23:13.568 INFO O| Sep 23 22:23:13.567 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/single_up_info.d does not exist
93522024-09-23T22:23:14.893Z[ host-image] Sep 23 22:23:13.568 INFO O| Sep 23 22:23:13.568 INFO copying /tmp/.tmpJKYEoo/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 ...
93532024-09-23T22:23:14.896Z[ host-image] Sep 23 22:23:13.568 INFO O| Sep 23 22:23:13.568 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/single_up_info.d
93542024-09-23T22:23:14.896Z[ host-image] Sep 23 22:23:13.568 INFO O| Sep 23 22:23:13.568 INFO ok!
93552024-09-23T22:23:14.896Z[ host-image] Sep 23 22:23:13.568 INFO O| Sep 23 22:23:13.568 INFO STEP 100 (ensure_file) COMPLETE
93562024-09-23T22:23:14.896Z[ host-image] Sep 23 22:23:13.568 INFO O| Sep 23 22:23:13.568 INFO STEP 101: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
93572024-09-23T22:23:14.904Z[ host-image] Sep 23 22:23:13.578 INFO O| Sep 23 22:23:13.578 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perfgw.d does not exist
93582024-09-23T22:23:14.907Z[ host-image] Sep 23 22:23:13.578 INFO O| Sep 23 22:23:13.578 INFO copying /tmp/.tmpJKYEoo/proto/host/root/opt/oxide/crucible_dtrace/perfgw.d -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perfgw.d ...
93592024-09-23T22:23:14.907Z[ host-image] Sep 23 22:23:13.578 INFO O| Sep 23 22:23:13.578 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perfgw.d
93602024-09-23T22:23:14.907Z[ host-image] Sep 23 22:23:13.578 INFO O| Sep 23 22:23:13.578 INFO ok!
93612024-09-23T22:23:14.907Z[ host-image] Sep 23 22:23:13.578 INFO O| Sep 23 22:23:13.578 INFO STEP 101 (ensure_file) COMPLETE
93622024-09-23T22:23:14.907Z[ host-image] Sep 23 22:23:13.578 INFO O| Sep 23 22:23:13.578 INFO STEP 102: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
93632024-09-23T22:23:14.914Z[ host-image] Sep 23 22:23:13.589 INFO O| Sep 23 22:23:13.589 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-vol.d does not exist
93642024-09-23T22:23:14.915Z[ host-image] Sep 23 22:23:13.589 INFO O| Sep 23 22:23:13.589 INFO copying /tmp/.tmpJKYEoo/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 ...
93652024-09-23T22:23:14.917Z[ host-image] Sep 23 22:23:13.589 INFO O| Sep 23 22:23:13.589 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-vol.d
93662024-09-23T22:23:14.917Z[ host-image] Sep 23 22:23:13.589 INFO O| Sep 23 22:23:13.589 INFO ok!
93672024-09-23T22:23:14.917Z[ host-image] Sep 23 22:23:13.589 INFO O| Sep 23 22:23:13.589 INFO STEP 102 (ensure_file) COMPLETE
93682024-09-23T22:23:14.917Z[ host-image] Sep 23 22:23:13.589 INFO O| Sep 23 22:23:13.589 INFO STEP 103: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
93692024-09-23T22:23:14.925Z[ host-image] Sep 23 22:23:13.599 INFO O| Sep 23 22:23:13.599 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-upstairs-wf.d does not exist
93702024-09-23T22:23:14.925Z[ host-image] Sep 23 22:23:13.599 INFO O| Sep 23 22:23:13.599 INFO copying /tmp/.tmpJKYEoo/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 ...
93712024-09-23T22:23:14.927Z[ host-image] Sep 23 22:23:13.599 INFO O| Sep 23 22:23:13.599 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-upstairs-wf.d
93722024-09-23T22:23:14.927Z[ host-image] Sep 23 22:23:13.599 INFO O| Sep 23 22:23:13.599 INFO ok!
93732024-09-23T22:23:14.927Z[ host-image] Sep 23 22:23:13.599 INFO O| Sep 23 22:23:13.599 INFO STEP 103 (ensure_file) COMPLETE
93742024-09-23T22:23:14.927Z[ host-image] Sep 23 22:23:13.599 INFO O| Sep 23 22:23:13.599 INFO STEP 104: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
93752024-09-23T22:23:14.936Z[ host-image] Sep 23 22:23:13.609 INFO O| Sep 23 22:23:13.609 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-reqwest.d does not exist
93762024-09-23T22:23:14.936Z[ host-image] Sep 23 22:23:13.609 INFO O| Sep 23 22:23:13.609 INFO copying /tmp/.tmpJKYEoo/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 ...
93772024-09-23T22:23:14.938Z[ host-image] Sep 23 22:23:13.609 INFO O| Sep 23 22:23:13.609 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-reqwest.d
93782024-09-23T22:23:14.938Z[ host-image] Sep 23 22:23:13.609 INFO O| Sep 23 22:23:13.609 INFO ok!
93792024-09-23T22:23:14.938Z[ host-image] Sep 23 22:23:13.610 INFO O| Sep 23 22:23:13.609 INFO STEP 104 (ensure_file) COMPLETE
93802024-09-23T22:23:14.938Z[ host-image] Sep 23 22:23:13.610 INFO O| Sep 23 22:23:13.609 INFO STEP 105: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
93812024-09-23T22:23:14.946Z[ host-image] Sep 23 22:23:13.620 INFO O| Sep 23 22:23:13.620 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-online-repair.d does not exist
93822024-09-23T22:23:14.946Z[ host-image] Sep 23 22:23:13.620 INFO O| Sep 23 22:23:13.620 INFO copying /tmp/.tmpJKYEoo/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 ...
93832024-09-23T22:23:14.946Z[ host-image] Sep 23 22:23:13.620 INFO O| Sep 23 22:23:13.620 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-online-repair.d
93842024-09-23T22:23:14.949Z[ host-image] Sep 23 22:23:13.620 INFO O| Sep 23 22:23:13.620 INFO ok!
93852024-09-23T22:23:14.949Z[ host-image] Sep 23 22:23:13.620 INFO O| Sep 23 22:23:13.620 INFO STEP 105 (ensure_file) COMPLETE
93862024-09-23T22:23:14.949Z[ host-image] Sep 23 22:23:13.620 INFO O| Sep 23 22:23:13.620 INFO STEP 106: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
93872024-09-23T22:23:14.958Z[ host-image] Sep 23 22:23:13.630 INFO O| Sep 23 22:23:13.630 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-ds-net.d does not exist
93882024-09-23T22:23:14.958Z[ host-image] Sep 23 22:23:13.630 INFO O| Sep 23 22:23:13.630 INFO copying /tmp/.tmpJKYEoo/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 ...
93892024-09-23T22:23:14.958Z[ host-image] Sep 23 22:23:13.630 INFO O| Sep 23 22:23:13.630 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-ds-net.d
93902024-09-23T22:23:14.962Z[ host-image] Sep 23 22:23:13.630 INFO O| Sep 23 22:23:13.630 INFO ok!
93912024-09-23T22:23:14.962Z[ host-image] Sep 23 22:23:13.630 INFO O| Sep 23 22:23:13.630 INFO STEP 106 (ensure_file) COMPLETE
93922024-09-23T22:23:14.962Z[ host-image] Sep 23 22:23:13.630 INFO O| Sep 23 22:23:13.630 INFO STEP 107: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
93932024-09-23T22:23:14.966Z[ host-image] Sep 23 22:23:13.640 INFO O| Sep 23 22:23:13.640 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-ds-client.d does not exist
93942024-09-23T22:23:14.966Z[ host-image] Sep 23 22:23:13.640 INFO O| Sep 23 22:23:13.640 INFO copying /tmp/.tmpJKYEoo/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 ...
93952024-09-23T22:23:14.969Z[ host-image] Sep 23 22:23:13.640 INFO O| Sep 23 22:23:13.640 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-ds-client.d
93962024-09-23T22:23:14.969Z[ host-image] Sep 23 22:23:13.640 INFO O| Sep 23 22:23:13.640 INFO ok!
93972024-09-23T22:23:14.969Z[ host-image] Sep 23 22:23:13.640 INFO O| Sep 23 22:23:13.640 INFO STEP 107 (ensure_file) COMPLETE
93982024-09-23T22:23:14.969Z[ host-image] Sep 23 22:23:13.640 INFO O| Sep 23 22:23:13.640 INFO STEP 108: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
93992024-09-23T22:23:14.977Z[ host-image] Sep 23 22:23:13.651 INFO O| Sep 23 22:23:13.651 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-downstairs.d does not exist
94002024-09-23T22:23:14.977Z[ host-image] Sep 23 22:23:13.651 INFO O| Sep 23 22:23:13.651 INFO copying /tmp/.tmpJKYEoo/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 ...
94012024-09-23T22:23:14.979Z[ host-image] Sep 23 22:23:13.651 INFO O| Sep 23 22:23:13.651 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-downstairs.d
94022024-09-23T22:23:14.979Z[ host-image] Sep 23 22:23:13.651 INFO O| Sep 23 22:23:13.651 INFO ok!
94032024-09-23T22:23:14.980Z[ host-image] Sep 23 22:23:13.651 INFO O| Sep 23 22:23:13.651 INFO STEP 108 (ensure_file) COMPLETE
94042024-09-23T22:23:14.980Z[ host-image] Sep 23 22:23:13.651 INFO O| Sep 23 22:23:13.651 INFO STEP 109: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
94052024-09-23T22:23:14.988Z[ host-image] Sep 23 22:23:13.661 INFO O| Sep 23 22:23:13.661 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-downstairs-tick.d does not exist
94062024-09-23T22:23:14.988Z[ host-image] Sep 23 22:23:13.661 INFO O| Sep 23 22:23:13.661 INFO copying /tmp/.tmpJKYEoo/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 ...
94072024-09-23T22:23:14.990Z[ host-image] Sep 23 22:23:13.662 INFO O| Sep 23 22:23:13.662 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-downstairs-tick.d
94082024-09-23T22:23:14.990Z[ host-image] Sep 23 22:23:13.662 INFO O| Sep 23 22:23:13.662 INFO ok!
94092024-09-23T22:23:14.990Z[ host-image] Sep 23 22:23:13.662 INFO O| Sep 23 22:23:13.662 INFO STEP 109 (ensure_file) COMPLETE
94102024-09-23T22:23:14.990Z[ host-image] Sep 23 22:23:13.662 INFO O| Sep 23 22:23:13.662 INFO STEP 110: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
94112024-09-23T22:23:14.998Z[ host-image] Sep 23 22:23:13.672 INFO O| Sep 23 22:23:13.672 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-downstairs-three.d does not exist
94122024-09-23T22:23:14.998Z[ host-image] Sep 23 22:23:13.672 INFO O| Sep 23 22:23:13.672 INFO copying /tmp/.tmpJKYEoo/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 ...
94132024-09-23T22:23:15.001Z[ host-image] Sep 23 22:23:13.672 INFO O| Sep 23 22:23:13.672 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-downstairs-three.d
94142024-09-23T22:23:15.002Z[ host-image] Sep 23 22:23:13.672 INFO O| Sep 23 22:23:13.672 INFO ok!
94152024-09-23T22:23:15.002Z[ host-image] Sep 23 22:23:13.672 INFO O| Sep 23 22:23:13.672 INFO STEP 110 (ensure_file) COMPLETE
94162024-09-23T22:23:15.002Z[ host-image] Sep 23 22:23:13.672 INFO O| Sep 23 22:23:13.672 INFO STEP 111: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
94172024-09-23T22:23:15.008Z[ host-image] Sep 23 22:23:13.682 INFO O| Sep 23 22:23:13.682 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-downstairs-os.d does not exist
94182024-09-23T22:23:15.008Z[ host-image] Sep 23 22:23:13.682 INFO O| Sep 23 22:23:13.682 INFO copying /tmp/.tmpJKYEoo/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 ...
94192024-09-23T22:23:15.011Z[ host-image] Sep 23 22:23:13.682 INFO O| Sep 23 22:23:13.682 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-downstairs-os.d
94202024-09-23T22:23:15.011Z[ host-image] Sep 23 22:23:13.682 INFO O| Sep 23 22:23:13.682 INFO ok!
94212024-09-23T22:23:15.011Z[ host-image] Sep 23 22:23:13.682 INFO O| Sep 23 22:23:13.682 INFO STEP 111 (ensure_file) COMPLETE
94222024-09-23T22:23:15.011Z[ host-image] Sep 23 22:23:13.682 INFO O| Sep 23 22:23:13.682 INFO STEP 112: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
94232024-09-23T22:23:15.019Z[ host-image] Sep 23 22:23:13.692 INFO O| Sep 23 22:23:13.692 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/get-lr-state.sh does not exist
94242024-09-23T22:23:15.019Z[ host-image] Sep 23 22:23:13.692 INFO O| Sep 23 22:23:13.692 INFO copying /tmp/.tmpJKYEoo/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 ...
94252024-09-23T22:23:15.022Z[ host-image] Sep 23 22:23:13.692 INFO O| Sep 23 22:23:13.692 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/get-lr-state.sh
94262024-09-23T22:23:15.022Z[ host-image] Sep 23 22:23:13.693 INFO O| Sep 23 22:23:13.693 INFO ok!
94272024-09-23T22:23:15.022Z[ host-image] Sep 23 22:23:13.693 INFO O| Sep 23 22:23:13.693 INFO STEP 112 (ensure_file) COMPLETE
94282024-09-23T22:23:15.022Z[ host-image] Sep 23 22:23:13.693 INFO O| Sep 23 22:23:13.693 INFO STEP 113: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
94292024-09-23T22:23:15.029Z[ host-image] Sep 23 22:23:13.702 INFO O| Sep 23 22:23:13.702 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/get-ds-state.sh does not exist
94302024-09-23T22:23:15.033Z[ host-image] Sep 23 22:23:13.702 INFO O| Sep 23 22:23:13.702 INFO copying /tmp/.tmpJKYEoo/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 ...
94312024-09-23T22:23:15.033Z[ host-image] Sep 23 22:23:13.702 INFO O| Sep 23 22:23:13.702 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/get-ds-state.sh
94322024-09-23T22:23:15.033Z[ host-image] Sep 23 22:23:13.702 INFO O| Sep 23 22:23:13.702 INFO ok!
94332024-09-23T22:23:15.033Z[ host-image] Sep 23 22:23:13.702 INFO O| Sep 23 22:23:13.702 INFO STEP 113 (ensure_file) COMPLETE
94342024-09-23T22:23:15.033Z[ host-image] Sep 23 22:23:13.703 INFO O| Sep 23 22:23:13.702 INFO STEP 114: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
94352024-09-23T22:23:15.038Z[ host-image] Sep 23 22:23:13.712 INFO O| Sep 23 22:23:13.712 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/downstairs_count.d does not exist
94362024-09-23T22:23:15.038Z[ host-image] Sep 23 22:23:13.712 INFO O| Sep 23 22:23:13.712 INFO copying /tmp/.tmpJKYEoo/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 ...
94372024-09-23T22:23:15.041Z[ host-image] Sep 23 22:23:13.712 INFO O| Sep 23 22:23:13.712 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/downstairs_count.d
94382024-09-23T22:23:15.041Z[ host-image] Sep 23 22:23:13.712 INFO O| Sep 23 22:23:13.712 INFO ok!
94392024-09-23T22:23:15.041Z[ host-image] Sep 23 22:23:13.713 INFO O| Sep 23 22:23:13.712 INFO STEP 114 (ensure_file) COMPLETE
94402024-09-23T22:23:15.041Z[ host-image] Sep 23 22:23:13.713 INFO O| Sep 23 22:23:13.712 INFO STEP 115: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
94412024-09-23T22:23:15.048Z[ host-image] Sep 23 22:23:13.722 INFO O| Sep 23 22:23:13.722 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/all_downstairs.d does not exist
94422024-09-23T22:23:15.048Z[ host-image] Sep 23 22:23:13.722 INFO O| Sep 23 22:23:13.722 INFO copying /tmp/.tmpJKYEoo/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 ...
94432024-09-23T22:23:15.051Z[ host-image] Sep 23 22:23:13.722 INFO O| Sep 23 22:23:13.722 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/all_downstairs.d
94442024-09-23T22:23:15.051Z[ host-image] Sep 23 22:23:13.722 INFO O| Sep 23 22:23:13.722 INFO ok!
94452024-09-23T22:23:15.051Z[ host-image] Sep 23 22:23:13.722 INFO O| Sep 23 22:23:13.722 INFO STEP 115 (ensure_file) COMPLETE
94462024-09-23T22:23:15.051Z[ host-image] Sep 23 22:23:13.722 INFO O| Sep 23 22:23:13.722 INFO STEP 116: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
94472024-09-23T22:23:15.058Z[ host-image] Sep 23 22:23:13.732 INFO O| Sep 23 22:23:13.732 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/README.md does not exist
94482024-09-23T22:23:15.058Z[ host-image] Sep 23 22:23:13.732 INFO O| Sep 23 22:23:13.732 INFO copying /tmp/.tmpJKYEoo/proto/host/root/opt/oxide/crucible_dtrace/README.md -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/README.md ...
94492024-09-23T22:23:15.061Z[ host-image] Sep 23 22:23:13.732 INFO O| Sep 23 22:23:13.732 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/README.md
94502024-09-23T22:23:15.061Z[ host-image] Sep 23 22:23:13.732 INFO O| Sep 23 22:23:13.732 INFO ok!
94512024-09-23T22:23:15.061Z[ host-image] Sep 23 22:23:13.732 INFO O| Sep 23 22:23:13.732 INFO STEP 116 (ensure_file) COMPLETE
94522024-09-23T22:23:15.061Z[ host-image] Sep 23 22:23:13.733 INFO O| Sep 23 22:23:13.732 INFO STEP 117: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
94532024-09-23T22:23:15.068Z[ host-image] Sep 23 22:23:13.742 INFO O| Sep 23 22:23:13.742 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/dtrace-info.txt does not exist
94542024-09-23T22:23:15.068Z[ host-image] Sep 23 22:23:13.742 INFO O| Sep 23 22:23:13.742 INFO copying /tmp/.tmpJKYEoo/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 ...
94552024-09-23T22:23:15.071Z[ host-image] Sep 23 22:23:13.742 INFO O| Sep 23 22:23:13.742 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/dtrace-info.txt
94562024-09-23T22:23:15.071Z[ host-image] Sep 23 22:23:13.742 INFO O| Sep 23 22:23:13.742 INFO ok!
94572024-09-23T22:23:15.071Z[ host-image] Sep 23 22:23:13.742 INFO O| Sep 23 22:23:13.742 INFO STEP 117 (ensure_file) COMPLETE
94582024-09-23T22:23:15.071Z[ host-image] Sep 23 22:23:13.742 INFO O| Sep 23 22:23:13.742 INFO STEP 118: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
94592024-09-23T22:23:15.080Z[ host-image] Sep 23 22:23:13.754 INFO O| Sep 23 22:23:13.754 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/VERSION does not exist
94602024-09-23T22:23:15.082Z[ host-image] Sep 23 22:23:13.754 INFO O| Sep 23 22:23:13.754 INFO copying /tmp/.tmpJKYEoo/proto/host/root/opt/oxide/crucible_dtrace/VERSION -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/VERSION ...
94612024-09-23T22:23:15.082Z[ host-image] Sep 23 22:23:13.754 INFO O| Sep 23 22:23:13.754 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/VERSION
94622024-09-23T22:23:15.082Z[ host-image] Sep 23 22:23:13.754 INFO O| Sep 23 22:23:13.754 INFO ok!
94632024-09-23T22:23:15.083Z[ host-image] Sep 23 22:23:13.754 INFO O| Sep 23 22:23:13.754 INFO STEP 118 (ensure_file) COMPLETE
94642024-09-23T22:23:15.083Z[ host-image] Sep 23 22:23:13.754 INFO O| Sep 23 22:23:13.754 INFO STEP 119: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
94652024-09-23T22:23:15.090Z[ host-image] Sep 23 22:23:13.765 INFO O| Sep 23 22:23:13.764 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/switch.tar.gz does not exist
94662024-09-23T22:23:15.093Z[ host-image] Sep 23 22:23:13.765 INFO O| Sep 23 22:23:13.764 INFO copying /tmp/.tmpJKYEoo/proto/host/root/opt/oxide/switch.tar.gz -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/switch.tar.gz ...
94672024-09-23T22:23:18.945Z[ recovery-image] Sep 23 22:23:17.615 INFO E| Finished `release` profile [optimized] target(s) in 42.41s
94682024-09-23T22:23:18.977Z[ recovery-image] Sep 23 22:23:17.649 INFO building host image...
94692024-09-23T22:23:18.977Z[ recovery-image] Sep 23 22:23:17.649 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")
94702024-09-23T22:23:19.731Z[ recovery-image] Sep 23 22:23:18.405 INFO finishing image archive at "/work/os-recovery/os.tar.gz"...
94712024-09-23T22:23:20.045Z[ host-image] Sep 23 22:23:18.719 INFO O| Sep 23 22:23:18.719 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/switch.tar.gz
94722024-09-23T22:23:20.045Z[ host-image] Sep 23 22:23:18.719 INFO O| Sep 23 22:23:18.719 INFO ok!
94732024-09-23T22:23:20.047Z[ host-image] Sep 23 22:23:18.719 INFO O| Sep 23 22:23:18.719 INFO STEP 119 (ensure_file) COMPLETE
94742024-09-23T22:23:20.047Z[ host-image] Sep 23 22:23:18.719 INFO O| Sep 23 22:23:18.719 INFO STEP 120: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
94752024-09-23T22:23:20.057Z[ host-image] Sep 23 22:23:18.732 INFO O| Sep 23 22:23:18.731 INFO ownership already OK (0:2), path: /rpool/images/build/host/work/gimlet/zfs/a/lib
94762024-09-23T22:23:20.057Z[ host-image] Sep 23 22:23:18.732 INFO O| Sep 23 22:23:18.732 INFO STEP 120 (ensure_dir) COMPLETE
94772024-09-23T22:23:20.060Z[ host-image] Sep 23 22:23:18.732 INFO O| Sep 23 22:23:18.732 INFO STEP 121: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
94782024-09-23T22:23:20.069Z[ host-image] Sep 23 22:23:18.743 INFO O| Sep 23 22:23:18.743 INFO ownership already OK (0:2), path: /rpool/images/build/host/work/gimlet/zfs/a/lib/svc
94792024-09-23T22:23:20.069Z[ host-image] Sep 23 22:23:18.743 INFO O| Sep 23 22:23:18.743 INFO STEP 121 (ensure_dir) COMPLETE
94802024-09-23T22:23:20.072Z[ host-image] Sep 23 22:23:18.743 INFO O| Sep 23 22:23:18.743 INFO STEP 122: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
94812024-09-23T22:23:20.079Z[ host-image] Sep 23 22:23:18.753 INFO O| Sep 23 22:23:18.753 INFO ownership already OK (0:3), path: /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest
94822024-09-23T22:23:20.079Z[ host-image] Sep 23 22:23:18.754 INFO O| Sep 23 22:23:18.753 INFO STEP 122 (ensure_dir) COMPLETE
94832024-09-23T22:23:20.082Z[ host-image] Sep 23 22:23:18.754 INFO O| Sep 23 22:23:18.753 INFO STEP 123: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
94842024-09-23T22:23:20.091Z[ host-image] Sep 23 22:23:18.765 INFO O| Sep 23 22:23:18.765 INFO ownership already OK (0:3), path: /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/site
94852024-09-23T22:23:20.091Z[ host-image] Sep 23 22:23:18.765 INFO O| Sep 23 22:23:18.765 INFO STEP 123 (ensure_dir) COMPLETE
94862024-09-23T22:23:20.091Z[ host-image] Sep 23 22:23:18.766 INFO O| Sep 23 22:23:18.765 INFO STEP 124: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
94872024-09-23T22:23:20.102Z[ host-image] Sep 23 22:23:18.776 INFO O| Sep 23 22:23:18.776 INFO file /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/site/sled-agent.xml does not exist
94882024-09-23T22:23:20.102Z[ host-image] Sep 23 22:23:18.776 INFO O| Sep 23 22:23:18.776 INFO copying /tmp/.tmpJKYEoo/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 ...
94892024-09-23T22:23:20.104Z[ host-image] Sep 23 22:23:18.776 INFO O| Sep 23 22:23:18.776 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/site/sled-agent.xml
94902024-09-23T22:23:20.104Z[ host-image] Sep 23 22:23:18.776 INFO O| Sep 23 22:23:18.776 INFO ok!
94912024-09-23T22:23:20.104Z[ host-image] Sep 23 22:23:18.776 INFO O| Sep 23 22:23:18.776 INFO STEP 124 (ensure_file) COMPLETE
94922024-09-23T22:23:20.104Z[ host-image] Sep 23 22:23:18.776 INFO O| Sep 23 22:23:18.776 INFO STEP 125: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
94932024-09-23T22:23:20.113Z[ host-image] Sep 23 22:23:18.787 INFO O| Sep 23 22:23:18.787 INFO perms are 700, should be 755, path: /rpool/images/build/host/work/gimlet/zfs/a/root
94942024-09-23T22:23:20.113Z[ host-image] Sep 23 22:23:18.787 INFO O| Sep 23 22:23:18.787 INFO chmod ok, path: /rpool/images/build/host/work/gimlet/zfs/a/root
94952024-09-23T22:23:20.115Z[ host-image] Sep 23 22:23:18.787 INFO O| Sep 23 22:23:18.787 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/root
94962024-09-23T22:23:20.115Z[ host-image] Sep 23 22:23:18.787 INFO O| Sep 23 22:23:18.787 INFO STEP 125 (ensure_dir) COMPLETE
94972024-09-23T22:23:20.115Z[ host-image] Sep 23 22:23:18.787 INFO O| Sep 23 22:23:18.787 INFO STEP 126: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
94982024-09-23T22:23:20.124Z[ host-image] Sep 23 22:23:18.798 INFO O| Sep 23 22:23:18.798 WARN file /rpool/images/build/host/work/gimlet/zfs/a/root/.profile exists, with wrong contents, unlinking
94992024-09-23T22:23:20.124Z[ host-image] Sep 23 22:23:18.798 INFO O| Sep 23 22:23:18.798 INFO copying /tmp/.tmpJKYEoo/proto/host/root/root/.profile -> /rpool/images/build/host/work/gimlet/zfs/a/root/.profile ...
95002024-09-23T22:23:20.126Z[ host-image] Sep 23 22:23:18.798 INFO O| Sep 23 22:23:18.798 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/root/.profile
95012024-09-23T22:23:20.126Z[ host-image] Sep 23 22:23:18.798 INFO O| Sep 23 22:23:18.798 INFO ok!
95022024-09-23T22:23:20.126Z[ host-image] Sep 23 22:23:18.798 INFO O| Sep 23 22:23:18.798 INFO STEP 126 (ensure_file) COMPLETE
95032024-09-23T22:23:20.126Z[ host-image] Sep 23 22:23:18.798 INFO O| Sep 23 22:23:18.798 INFO STEP 127: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
95042024-09-23T22:23:20.134Z[ host-image] Sep 23 22:23:18.809 INFO O| Sep 23 22:23:18.809 INFO remove tree: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/ipsec"
95052024-09-23T22:23:20.137Z[ host-image] Sep 23 22:23:18.809 INFO O| Sep 23 22:23:18.809 INFO STEP 127 (remove_files) COMPLETE
95062024-09-23T22:23:20.137Z[ host-image] Sep 23 22:23:18.809 INFO O| Sep 23 22:23:18.809 INFO STEP 128: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
95072024-09-23T22:23:20.147Z[ host-image] Sep 23 22:23:18.820 INFO O| Sep 23 22:23:18.820 INFO remove tree: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/ldap"
95082024-09-23T22:23:20.149Z[ host-image] Sep 23 22:23:18.820 INFO O| Sep 23 22:23:18.820 INFO STEP 128 (remove_files) COMPLETE
95092024-09-23T22:23:20.149Z[ host-image] Sep 23 22:23:18.820 INFO O| Sep 23 22:23:18.820 INFO STEP 129: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
95102024-09-23T22:23:20.156Z[ host-image] Sep 23 22:23:18.830 INFO O| Sep 23 22:23:18.830 INFO remove tree: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/rpc"
95112024-09-23T22:23:20.159Z[ host-image] Sep 23 22:23:18.831 INFO O| Sep 23 22:23:18.831 INFO STEP 129 (remove_files) COMPLETE
95122024-09-23T22:23:20.159Z[ host-image] Sep 23 22:23:18.831 INFO O| Sep 23 22:23:18.831 INFO STEP 130: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
95132024-09-23T22:23:20.167Z[ host-image] Sep 23 22:23:18.841 INFO O| Sep 23 22:23:18.841 INFO remove tree: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/security"
95142024-09-23T22:23:20.169Z[ host-image] Sep 23 22:23:18.841 INFO O| Sep 23 22:23:18.841 INFO STEP 130 (remove_files) COMPLETE
95152024-09-23T22:23:20.169Z[ host-image] Sep 23 22:23:18.841 INFO O| Sep 23 22:23:18.841 INFO STEP 131: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
95162024-09-23T22:23:20.178Z[ host-image] Sep 23 22:23:18.852 INFO O| Sep 23 22:23:18.852 INFO remove tree: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/shares"
95172024-09-23T22:23:20.180Z[ host-image] Sep 23 22:23:18.852 INFO O| Sep 23 22:23:18.852 INFO STEP 131 (remove_files) COMPLETE
95182024-09-23T22:23:20.180Z[ host-image] Sep 23 22:23:18.852 INFO O| Sep 23 22:23:18.852 INFO STEP 132: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
95192024-09-23T22:23:20.189Z[ host-image] Sep 23 22:23:18.864 INFO O| Sep 23 22:23:18.863 INFO remove tree: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/smb"
95202024-09-23T22:23:20.192Z[ host-image] Sep 23 22:23:18.864 INFO O| Sep 23 22:23:18.864 INFO STEP 132 (remove_files) COMPLETE
95212024-09-23T22:23:20.192Z[ host-image] Sep 23 22:23:18.864 INFO O| Sep 23 22:23:18.864 INFO STEP 133: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
95222024-09-23T22:23:20.201Z[ host-image] Sep 23 22:23:18.875 INFO O| Sep 23 22:23:18.875 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/application/management/net-snmp.xml"
95232024-09-23T22:23:20.201Z[ host-image] Sep 23 22:23:18.875 INFO O| Sep 23 22:23:18.875 INFO STEP 133 (remove_files) COMPLETE
95242024-09-23T22:23:20.201Z[ host-image] Sep 23 22:23:18.875 INFO O| Sep 23 22:23:18.875 INFO STEP 134: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
95252024-09-23T22:23:20.212Z[ host-image] Sep 23 22:23:18.886 INFO O| Sep 23 22:23:18.886 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/application/security/tcsd.xml"
95262024-09-23T22:23:20.212Z[ host-image] Sep 23 22:23:18.886 INFO O| Sep 23 22:23:18.886 INFO STEP 134 (remove_files) COMPLETE
95272024-09-23T22:23:20.212Z[ host-image] Sep 23 22:23:18.886 INFO O| Sep 23 22:23:18.886 INFO STEP 135: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
95282024-09-23T22:23:20.222Z[ host-image] Sep 23 22:23:18.896 INFO O| Sep 23 22:23:18.896 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/dns/install.xml"
95292024-09-23T22:23:20.222Z[ host-image] Sep 23 22:23:18.896 INFO O| Sep 23 22:23:18.896 INFO STEP 135 (remove_files) COMPLETE
95302024-09-23T22:23:20.225Z[ host-image] Sep 23 22:23:18.896 INFO O| Sep 23 22:23:18.896 INFO STEP 136: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
95312024-09-23T22:23:20.233Z[ host-image] Sep 23 22:23:18.907 INFO O| Sep 23 22:23:18.907 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/inetd-upgrade.xml"
95322024-09-23T22:23:20.233Z[ host-image] Sep 23 22:23:18.908 INFO O| Sep 23 22:23:18.908 INFO STEP 136 (remove_files) COMPLETE
95332024-09-23T22:23:20.233Z[ host-image] Sep 23 22:23:18.908 INFO O| Sep 23 22:23:18.908 INFO STEP 137: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
95342024-09-23T22:23:20.245Z[ host-image] Sep 23 22:23:18.919 INFO O| Sep 23 22:23:18.919 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/inetd.xml"
95352024-09-23T22:23:20.245Z[ host-image] Sep 23 22:23:18.919 INFO O| Sep 23 22:23:18.919 INFO STEP 137 (remove_files) COMPLETE
95362024-09-23T22:23:20.245Z[ host-image] Sep 23 22:23:18.919 INFO O| Sep 23 22:23:18.919 INFO STEP 138: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
95372024-09-23T22:23:20.256Z[ host-image] Sep 23 22:23:18.930 INFO O| Sep 23 22:23:18.930 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/network-install.xml"
95382024-09-23T22:23:20.256Z[ host-image] Sep 23 22:23:18.930 INFO O| Sep 23 22:23:18.930 INFO STEP 138 (remove_files) COMPLETE
95392024-09-23T22:23:20.256Z[ host-image] Sep 23 22:23:18.930 INFO O| Sep 23 22:23:18.930 INFO STEP 139: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
95402024-09-23T22:23:20.268Z[ host-image] Sep 23 22:23:18.940 INFO O| Sep 23 22:23:18.940 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/network-ipmp.xml"
95412024-09-23T22:23:20.268Z[ host-image] Sep 23 22:23:18.940 INFO O| Sep 23 22:23:18.940 INFO STEP 139 (remove_files) COMPLETE
95422024-09-23T22:23:20.277Z[ host-image] Sep 23 22:23:18.940 INFO O| Sep 23 22:23:18.940 INFO STEP 140: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
95432024-09-23T22:23:20.279Z[ host-image] Sep 23 22:23:18.950 INFO O| Sep 23 22:23:18.950 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/network-iptun.xml"
95442024-09-23T22:23:20.279Z[ host-image] Sep 23 22:23:18.950 INFO O| Sep 23 22:23:18.950 INFO STEP 140 (remove_files) COMPLETE
95452024-09-23T22:23:20.279Z[ host-image] Sep 23 22:23:18.950 INFO O| Sep 23 22:23:18.950 INFO STEP 141: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
95462024-09-23T22:23:20.286Z[ host-image] Sep 23 22:23:18.960 INFO O| Sep 23 22:23:18.960 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/network-location.xml"
95472024-09-23T22:23:20.286Z[ host-image] Sep 23 22:23:18.960 INFO O| Sep 23 22:23:18.960 INFO STEP 141 (remove_files) COMPLETE
95482024-09-23T22:23:20.286Z[ host-image] Sep 23 22:23:18.960 INFO O| Sep 23 22:23:18.960 INFO STEP 142: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
95492024-09-23T22:23:20.298Z[ host-image] Sep 23 22:23:18.972 INFO O| Sep 23 22:23:18.972 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/network-netcfg.xml"
95502024-09-23T22:23:20.298Z[ host-image] Sep 23 22:23:18.972 INFO O| Sep 23 22:23:18.972 INFO STEP 142 (remove_files) COMPLETE
95512024-09-23T22:23:20.298Z[ host-image] Sep 23 22:23:18.972 INFO O| Sep 23 22:23:18.972 INFO STEP 143: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
95522024-09-23T22:23:20.309Z[ host-image] Sep 23 22:23:18.983 INFO O| Sep 23 22:23:18.983 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/routing/rdisc.xml"
95532024-09-23T22:23:20.309Z[ host-image] Sep 23 22:23:18.983 INFO O| Sep 23 22:23:18.983 INFO STEP 143 (remove_files) COMPLETE
95542024-09-23T22:23:20.309Z[ host-image] Sep 23 22:23:18.983 INFO O| Sep 23 22:23:18.983 INFO STEP 144: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
95552024-09-23T22:23:20.320Z[ host-image] Sep 23 22:23:18.994 INFO O| Sep 23 22:23:18.994 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/varpd.xml"
95562024-09-23T22:23:20.320Z[ host-image] Sep 23 22:23:18.994 INFO O| Sep 23 22:23:18.994 INFO STEP 144 (remove_files) COMPLETE
95572024-09-23T22:23:20.322Z[ host-image] Sep 23 22:23:18.994 INFO O| Sep 23 22:23:18.994 INFO STEP 145: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
95582024-09-23T22:23:20.332Z[ host-image] Sep 23 22:23:19.006 INFO O| Sep 23 22:23:19.006 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/system/device/allocate.xml"
95592024-09-23T22:23:20.332Z[ host-image] Sep 23 22:23:19.006 INFO O| Sep 23 22:23:19.006 INFO STEP 145 (remove_files) COMPLETE
95602024-09-23T22:23:20.335Z[ host-image] Sep 23 22:23:19.006 INFO O| Sep 23 22:23:19.006 INFO STEP 146: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
95612024-09-23T22:23:20.343Z[ host-image] Sep 23 22:23:19.018 INFO O| Sep 23 22:23:19.018 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/system/device/devices-audio.xml"
95622024-09-23T22:23:20.343Z[ host-image] Sep 23 22:23:19.018 INFO O| Sep 23 22:23:19.018 INFO STEP 146 (remove_files) COMPLETE
95632024-09-23T22:23:20.346Z[ host-image] Sep 23 22:23:19.018 INFO O| Sep 23 22:23:19.018 INFO STEP 147: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
95642024-09-23T22:23:20.354Z[ host-image] Sep 23 22:23:19.028 INFO O| Sep 23 22:23:19.028 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/usr/lib/devfsadm/linkmod/SUNW_audio_link.so"
95652024-09-23T22:23:20.357Z[ host-image] Sep 23 22:23:19.029 INFO O| Sep 23 22:23:19.028 INFO STEP 147 (remove_files) COMPLETE
95662024-09-23T22:23:20.357Z[ host-image] Sep 23 22:23:19.029 INFO O| Sep 23 22:23:19.029 INFO STEP 148: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
95672024-09-23T22:23:20.366Z[ host-image] Sep 23 22:23:19.040 INFO O| Sep 23 22:23:19.040 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/dev/sndstat"
95682024-09-23T22:23:20.366Z[ host-image] Sep 23 22:23:19.040 INFO O| Sep 23 22:23:19.040 INFO STEP 148 (remove_files) COMPLETE
95692024-09-23T22:23:20.366Z[ host-image] Sep 23 22:23:19.040 INFO O| Sep 23 22:23:19.040 INFO STEP 149: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
95702024-09-23T22:23:20.378Z[ host-image] Sep 23 22:23:19.052 INFO O| Sep 23 22:23:19.052 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/system/device/mpxio-upgrade.xml"
95712024-09-23T22:23:20.378Z[ host-image] Sep 23 22:23:19.052 INFO O| Sep 23 22:23:19.052 INFO STEP 149 (remove_files) COMPLETE
95722024-09-23T22:23:20.378Z[ host-image] Sep 23 22:23:19.052 INFO O| Sep 23 22:23:19.052 INFO STEP 150: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
95732024-09-23T22:23:20.388Z[ host-image] Sep 23 22:23:19.063 INFO O| Sep 23 22:23:19.063 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/system/hostid.xml"
95742024-09-23T22:23:20.391Z[ host-image] Sep 23 22:23:19.063 INFO O| Sep 23 22:23:19.063 INFO STEP 150 (remove_files) COMPLETE
95752024-09-23T22:23:20.391Z[ host-image] Sep 23 22:23:19.063 INFO O| Sep 23 22:23:19.063 INFO STEP 151: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
95762024-09-23T22:23:20.399Z[ host-image] Sep 23 22:23:19.073 INFO O| Sep 23 22:23:19.073 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/system/idmap.xml"
95772024-09-23T22:23:20.399Z[ host-image] Sep 23 22:23:19.073 INFO O| Sep 23 22:23:19.073 INFO STEP 151 (remove_files) COMPLETE
95782024-09-23T22:23:20.401Z[ host-image] Sep 23 22:23:19.074 INFO O| Sep 23 22:23:19.073 INFO STEP 152: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
95792024-09-23T22:23:20.411Z[ host-image] Sep 23 22:23:19.085 INFO O| Sep 23 22:23:19.085 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/system/pkgserv.xml"
95802024-09-23T22:23:20.411Z[ host-image] Sep 23 22:23:19.085 INFO O| Sep 23 22:23:19.085 INFO STEP 152 (remove_files) COMPLETE
95812024-09-23T22:23:20.414Z[ host-image] Sep 23 22:23:19.085 INFO O| Sep 23 22:23:19.085 INFO STEP 153: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
95822024-09-23T22:23:20.423Z[ host-image] Sep 23 22:23:19.097 INFO O| Sep 23 22:23:19.097 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/system/zones.xml"
95832024-09-23T22:23:20.423Z[ host-image] Sep 23 22:23:19.097 INFO O| Sep 23 22:23:19.097 INFO STEP 153 (remove_files) COMPLETE
95842024-09-23T22:23:20.423Z[ host-image] Sep 23 22:23:19.097 INFO O| Sep 23 22:23:19.097 INFO STEP 154: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
95852024-09-23T22:23:20.435Z[ host-image] Sep 23 22:23:19.109 INFO O| Sep 23 22:23:19.109 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/system/intrd.xml"
95862024-09-23T22:23:20.435Z[ host-image] Sep 23 22:23:19.110 INFO O| Sep 23 22:23:19.110 INFO STEP 154 (remove_files) COMPLETE
95872024-09-23T22:23:20.439Z[ host-image] Sep 23 22:23:19.110 INFO O| Sep 23 22:23:19.110 INFO STEP 155: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
95882024-09-23T22:23:20.447Z[ host-image] Sep 23 22:23:19.121 INFO O| Sep 23 22:23:19.121 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/chrony.xml"
95892024-09-23T22:23:20.447Z[ host-image] Sep 23 22:23:19.121 INFO O| Sep 23 22:23:19.121 INFO STEP 155 (remove_files) COMPLETE
95902024-09-23T22:23:20.447Z[ host-image] Sep 23 22:23:19.122 INFO O| Sep 23 22:23:19.121 INFO STEP 156: seed_smf, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs.json
95912024-09-23T22:23:20.465Z[ host-image] Sep 23 22:23:19.139 INFO O| Sep 23 22:23:19.139 INFO file /rpool/images/build/host/tmp/gimlet/zfs/repo.db does not already exist, skipping removal
95922024-09-23T22:23:20.465Z[ host-image] Sep 23 22:23:19.139 INFO O| Sep 23 22:23:19.139 INFO exec: ["/usr/sbin/svccfg", "import", "-p", "/dev/stdout", "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest"], env: {"SVCCFG_CHECKHASH": "1", "SVCCFG_DTD": "/rpool/images/build/host/work/gimlet/zfs/a/usr/share/lib/xml/dtd/service_bundle.dtd.1", "PKG_INSTALL_ROOT": "/rpool/images/build/host/work/gimlet/zfs/a", "SVCCFG_REPOSITORY": "/rpool/images/build/host/tmp/gimlet/zfs/repo.db"}
95932024-09-23T22:23:21.293Z[ recovery-image] Sep 23 22:23:19.955 INFO image complete! materials are in "/work/os-recovery"
95942024-09-23T22:23:21.300Z[ recovery-image]
95952024-09-23T22:23:21.300Z[ recovery-image] real 7:58.046559169
95962024-09-23T22:23:21.301Z[ recovery-image] user 4:54.387101960
95972024-09-23T22:23:21.301Z[ recovery-image] sys 56.141409428
95982024-09-23T22:23:21.301Z[ recovery-image] trap 0.259038642
95992024-09-23T22:23:21.301Z[ recovery-image] tflt 0.262558847
96002024-09-23T22:23:21.301Z[ recovery-image] dflt 0.950667636
96012024-09-23T22:23:21.301Z[ recovery-image] kflt 0.000043493
96022024-09-23T22:23:21.301Z[ recovery-image] lock 17:15.467176069
96032024-09-23T22:23:21.301Z[ recovery-image] slp 48:29.209001113
96042024-09-23T22:23:21.301Z[ recovery-image] lat 2:08.473666545
96052024-09-23T22:23:21.301Z[ recovery-image] stop 4.395377696
96062024-09-23T22:23:21.301ZSep 23 22:23:19.959 INFO [recovery-image] process exited with exit status: 0 (478.066093022s)
96072024-09-23T22:23:27.432Z[ host-image] Sep 23 22:23:26.106 INFO O| Sep 23 22:23:26.105 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
96082024-09-23T22:23:27.434Z[ host-image] Sep 23 22:23:26.106 INFO O| Sep 23 22:23:26.105 INFO E| svccfg: Loaded 74 smf(7) service descriptions
96092024-09-23T22:23:27.446Z[ host-image] Sep 23 22:23:26.120 INFO O| Sep 23 22:23:26.120 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"}
96102024-09-23T22:23:27.528Z[ host-image] Sep 23 22:23:26.202 INFO O| Sep 23 22:23:26.202 INFO file /rpool/images/build/host/work/gimlet/zfs/a/etc/svc/repository.db does not exist
96112024-09-23T22:23:27.528Z[ host-image] Sep 23 22:23:26.202 INFO O| Sep 23 22:23:26.202 INFO copying /rpool/images/build/host/tmp/gimlet/zfs/repo.db -> /rpool/images/build/host/work/gimlet/zfs/a/etc/svc/repository.db ...
96122024-09-23T22:23:27.531Z[ host-image] Sep 23 22:23:26.204 INFO O| Sep 23 22:23:26.204 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/svc/repository.db
96132024-09-23T22:23:27.531Z[ host-image] Sep 23 22:23:26.204 INFO O| Sep 23 22:23:26.204 INFO ok!
96142024-09-23T22:23:27.531Z[ host-image] Sep 23 22:23:26.204 INFO O| Sep 23 22:23:26.204 INFO file /rpool/images/build/host/tmp/gimlet/zfs/repo.db exists (as File), removing
96152024-09-23T22:23:27.531Z[ host-image] Sep 23 22:23:26.204 INFO O| Sep 23 22:23:26.204 INFO STEP 156 (seed_smf) COMPLETE
96162024-09-23T22:23:27.531Z[ host-image] Sep 23 22:23:26.204 INFO O| Sep 23 22:23:26.204 INFO steps complete; finalising image!
96172024-09-23T22:23:27.531Z[ host-image] Sep 23 22:23:26.204 INFO O| Sep 23 22:23:26.204 INFO TRIM POOL: TEMPORARY-gimlet-zfs
96182024-09-23T22:23:27.671Z[ host-image] Sep 23 22:23:26.345 INFO O| Sep 23 22:23:26.345 INFO trim TEMPORARY-gimlet-zfs: (21% trimmed, started at Mon Sep 23 22:23:26 2024)
96192024-09-23T22:23:27.896Z[ host-image] Sep 23 22:23:26.569 INFO O| Sep 23 22:23:26.569 INFO temporary pool has 675M used, 157M avail, 1.87x compressratio
96202024-09-23T22:23:27.896Z[ host-image] Sep 23 22:23:26.569 INFO O| Sep 23 22:23:26.569 INFO EXPORT POOL: TEMPORARY-gimlet-zfs
96212024-09-23T22:23:28.201Z[ host-image] Sep 23 22:23:26.875 INFO O| Sep 23 22:23:26.875 INFO copying image /rpool/images/build/host/work/gimlet/zfs/lofi.raw to output file /rpool/images/build/host/output/gimlet-zfs.raw
96222024-09-23T22:23:28.201Z[ host-image] Sep 23 22:23:26.875 INFO O| Sep 23 22:23:26.875 INFO file /rpool/images/build/host/output/gimlet-zfs.raw does not already exist, skipping removal
96232024-09-23T22:23:29.257Z[ host-image] Sep 23 22:23:27.931 INFO O| Sep 23 22:23:27.931 INFO perms are 1600, should be 644, path: /rpool/images/build/host/output/gimlet-zfs.raw
96242024-09-23T22:23:29.257Z[ host-image] Sep 23 22:23:27.931 INFO O| Sep 23 22:23:27.931 INFO chmod ok, path: /rpool/images/build/host/output/gimlet-zfs.raw
96252024-09-23T22:23:29.260Z[ host-image] Sep 23 22:23:27.931 INFO O| Sep 23 22:23:27.931 INFO ownership already OK (0:0), path: /rpool/images/build/host/output/gimlet-zfs.raw
96262024-09-23T22:23:29.260Z[ host-image] Sep 23 22:23:27.931 INFO O| Sep 23 22:23:27.931 INFO completed processing gimlet/zfs
96272024-09-23T22:23:29.260Z[ host-image] Sep 23 22:23:27.931 INFO O| Sep 23 22:23:27.931 INFO DESTROY DATASET: rpool/images/build/host/work/gimlet/zfs
96282024-09-23T22:23:35.609Z[ host-image] Sep 23 22:23:34.283 INFO O| Sep 23 22:23:34.283 INFO DESTROY DATASET: rpool/images/build/host/tmp/gimlet/zfs
96292024-09-23T22:23:35.690Z[ host-image] Sep 23 22:23:34.363 INFO BUILD STRING "heads/stlouis-0-g473b048bcc\n"
96302024-09-23T22:23:35.690Z[ host-image] Sep 23 22:23:34.363 INFO expanded image name: "ci 92037c9/${os_short_commit} 2024-09-23 21:52" -> "ci 92037c9/473b048 2024-09-23 21:52"
96312024-09-23T22:23:35.693Z[ host-image] Sep 23 22:23:34.363 INFO output artefacts stored in: "/work/os-host"
96322024-09-23T22:23:35.693Z[ host-image] Sep 23 22:23:34.363 INFO collecting git info from project "image-builder"...
96332024-09-23T22:23:35.703Z[ host-image] Sep 23 22:23:34.369 INFO collecting git info from project "pinprick"...
96342024-09-23T22:23:35.707Z[ host-image] Sep 23 22:23:34.374 INFO collecting git info from project "phbl"...
96352024-09-23T22:23:35.707Z[ host-image] Sep 23 22:23:34.378 INFO collecting git info from project "amd-host-image-builder"...
96362024-09-23T22:23:35.722Z[ host-image] Sep 23 22:23:34.392 INFO collecting git info from project "pilot"...
96372024-09-23T22:23:35.726Z[ host-image] Sep 23 22:23:34.398 INFO collecting git info from project "amd-firmware"...
96382024-09-23T22:23:35.732Z[ host-image] Sep 23 22:23:34.406 INFO collecting git info from project "bootserver"...
96392024-09-23T22:23:35.736Z[ host-image] Sep 23 22:23:34.410 INFO collecting git info from project "chelsio-t6-roms"...
96402024-09-23T22:23:35.740Z[ host-image] Sep 23 22:23:34.415 INFO collecting packaging info "pkg-publishers.txt": ["publisher", "-F", "tsv"]...
96412024-09-23T22:23:36.110Z[ host-image] Sep 23 22:23:34.784 INFO collecting packaging info "pkg-list.txt": ["list", "-H", "-v"]...
96422024-09-23T22:23:36.462Z[ host-image] Sep 23 22:23:35.136 INFO creating Oxide boot image...
96432024-09-23T22:23:36.462Z[ host-image] Sep 23 22:23:35.136 INFO exec: ["/work/oxidecomputer/helios/projects/bootserver/target/release/mkimage", "-i", "/rpool/images/build/host/output/gimlet-zfs.raw", "-N", "ci 92037c9/473b048 2024-09-23 21:52", "-o", "/work/os-host/zfs.img", "-O", "/work/oxidecomputer/helios/tmp/image.host/boot_image_csum", "-s", "4096"], pwd: None
96442024-09-23T22:23:37.398Z[ host-image] Sep 23 22:23:36.072 INFO O| ok, image written!
96452024-09-23T22:23:37.398Z[ host-image] Sep 23 22:23:36.072 INFO O| ok, boot_image_csum file written!
96462024-09-23T22:23:37.401Z[ host-image] Sep 23 22:23:36.075 INFO creating boot archive (CPIO)...
96472024-09-23T22:23:37.401Z[ host-image] Sep 23 22:23:36.075 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
96482024-09-23T22:23:37.408Z[ host-image] Sep 23 22:23:36.082 INFO E| + root=/rpool/images/build/host/work/gimlet/ramdisk
96492024-09-23T22:23:37.408Z[ host-image] Sep 23 22:23:36.082 INFO E| + outfile=/work/os-host/cpio
96502024-09-23T22:23:37.408Z[ host-image] Sep 23 22:23:36.082 INFO E| + tmpdir=/work/oxidecomputer/helios/tmp/image.host
96512024-09-23T22:23:37.410Z[ host-image] Sep 23 22:23:36.084 INFO E| + cd /rpool/images/build/host/work/gimlet/ramdisk
96522024-09-23T22:23:37.411Z[ host-image] Sep 23 22:23:36.084 INFO E| + cpio -qo -H odc -O /work/os-host/cpio
96532024-09-23T22:23:37.445Z[ host-image] Sep 23 22:23:36.119 INFO E| + cd /work/oxidecomputer/helios/tmp/image.host
96542024-09-23T22:23:37.445Z[ host-image] Sep 23 22:23:36.119 INFO E| + cpio -qo -H odc -AO /work/os-host/cpio
96552024-09-23T22:23:37.453Z[ host-image] Sep 23 22:23:36.128 INFO creating compressed cpio/unix for nanobl-rs...
96562024-09-23T22:23:37.453Z[ host-image] Sep 23 22:23:36.128 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
96572024-09-23T22:23:37.754Z[ host-image] Sep 23 22:23:36.428 INFO exec: ["bash", "-c", "\'/work/oxidecomputer/helios/projects/pinprick/target/release/pinprick\' \'/work/os-host/cpio\' >\'/work/os-host/cpio.z\'"], pwd: None
96582024-09-23T22:23:42.096Z[ host-image] Sep 23 22:23:40.770 INFO creating reset image...
96592024-09-23T22:23:42.098Z[ host-image] Sep 23 22:23:40.770 INFO exec: ["cargo", "xtask", "build", "--release", "--cpioz", "/work/os-host/cpio.z"], pwd: Some("/work/oxidecomputer/helios/projects/phbl")
96602024-09-23T22:23:42.193Z[ host-image] Sep 23 22:23:40.867 INFO E| Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.03s
96612024-09-23T22:23:42.196Z[ host-image] Sep 23 22:23:40.868 INFO E| Running `xtask/target/debug/xtask build --release --cpioz /work/os-host/cpio.z`
96622024-09-23T22:23:42.253Z[ host-image] Sep 23 22:23:40.928 INFO E| Compiling phbl v0.1.0 (/work/oxidecomputer/helios/projects/phbl)
96632024-09-23T22:23:44.433Z[ host-image] Sep 23 22:23:43.107 INFO E| Finished `release` profile [optimized] target(s) in 2.22s
96642024-09-23T22:23:44.444Z[ host-image] Sep 23 22:23:43.119 INFO building host image...
96652024-09-23T22:23:44.447Z[ host-image] Sep 23 22:23:43.119 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")
96662024-09-23T22:23:44.934Z[ host-image] Sep 23 22:23:43.608 INFO finishing image archive at "/work/os-host/os.tar.gz"...
96672024-09-23T22:24:31.818Z[ host-image] Sep 23 22:24:30.494 INFO image complete! materials are in "/work/os-host"
96682024-09-23T22:24:31.821Z[ host-image]
96692024-09-23T22:24:31.821Z[ host-image] real 9:23.768696199
96702024-09-23T22:24:31.823Z[ host-image] user 4:22.995194741
96712024-09-23T22:24:31.823Z[ host-image] sys 52.796890220
96722024-09-23T22:24:31.823Z[ host-image] trap 0.171890060
96732024-09-23T22:24:31.823Z[ host-image] tflt 0.022072817
96742024-09-23T22:24:31.823Z[ host-image] dflt 0.040564821
96752024-09-23T22:24:31.823Z[ host-image] kflt 0.000000000
96762024-09-23T22:24:31.823Z[ host-image] lock 6:19.150364134
96772024-09-23T22:24:31.823Z[ host-image] slp 51:50.095168592
96782024-09-23T22:24:31.824Z[ host-image] lat 1:23.929880013
96792024-09-23T22:24:31.824Z[ host-image] stop 0.989506139
96802024-09-23T22:24:31.824ZSep 23 22:24:30.497 INFO [host-image] process exited with exit status: 0 (563.783446813s)
96812024-09-23T22:24:31.824ZSep 23 22:24:30.498 INFO [tuf-repo] running task
96822024-09-23T22:24:38.544ZSep 23 22:24:37.220 INFO assembling repository in `/tmp/tufaceous61XPSr`, component: OmicronRepoAssembler
96832024-09-23T22:24:43.407ZSep 23 22:24:42.082 DEBG assembly successful, cleaning up, component: OmicronRepoAssembler
96842024-09-23T22:24:43.705ZSep 23 22:24:42.380 INFO artifacts assembled and archived to `/work/repo.zip`, component: OmicronRepoAssembler
96852024-09-23T22:24:55.305ZSep 23 22:24:53.981 INFO [tuf-repo] task succeeded (23.483118032s)
96862024-09-23T22:24:55.305ZSep 23 22:24:53.981 INFO all jobs completed in 1920.430089682s
96872024-09-23T22:24:55.855Zprocess exited: duration 2470509 ms, exit code 0
 
96882024-09-23T22:24:55.866Zfound 33 output files
96892024-09-23T22:24:55.866Zuploading: /work/manifest.toml (8404 bytes)
96902024-09-23T22:24:56.877Zuploaded: /work/manifest.toml
96912024-09-23T22:24:56.877Zuploading: /work/repo.zip (1805514987 bytes)
96922024-09-23T22:25:30.085Zuploaded: /work/repo.zip
96932024-09-23T22:25:30.085Zuploading: /work/repo.zip.sha256.txt (65 bytes)
96942024-09-23T22:25:31.133Zuploaded: /work/repo.zip.sha256.txt
96952024-09-23T22:25:31.136Zuploading: /work/helios-setup.log (52390 bytes)
96962024-09-23T22:25:32.143Zuploaded: /work/helios-setup.log
96972024-09-23T22:25:32.143Zuploading: /work/host-image.log (195242 bytes)
96982024-09-23T22:25:33.161Zuploaded: /work/host-image.log
96992024-09-23T22:25:33.164Zuploading: /work/host-package.log (20067 bytes)
97002024-09-23T22:25:34.171Zuploaded: /work/host-package.log
97012024-09-23T22:25:34.171Zuploading: /work/host-target.log (101 bytes)
97022024-09-23T22:25:35.177Zuploaded: /work/host-target.log
97032024-09-23T22:25:35.177Zuploading: /work/omicron-package.log (4389 bytes)
97042024-09-23T22:25:36.185Zuploaded: /work/omicron-package.log
97052024-09-23T22:25:36.188Zuploading: /work/phbl-toolchain.log (881 bytes)
97062024-09-23T22:25:37.193Zuploaded: /work/phbl-toolchain.log
97072024-09-23T22:25:37.193Zuploading: /work/recovery-image.log (591506 bytes)
97082024-09-23T22:25:38.214Zuploaded: /work/recovery-image.log
97092024-09-23T22:25:38.217Zuploading: /work/recovery-package.log (282 bytes)
97102024-09-23T22:25:39.223Zuploaded: /work/recovery-package.log
97112024-09-23T22:25:39.223Zuploading: /work/recovery-target.log (57 bytes)
97122024-09-23T22:25:40.231Zuploaded: /work/recovery-target.log
97132024-09-23T22:25:40.233Zuploading: /work/stamp-clickhouse.log (117 bytes)
97142024-09-23T22:25:41.238Zuploaded: /work/stamp-clickhouse.log
97152024-09-23T22:25:41.238Zuploading: /work/stamp-clickhouse_keeper.log (124 bytes)
97162024-09-23T22:25:42.244Zuploaded: /work/stamp-clickhouse_keeper.log
97172024-09-23T22:25:42.247Zuploading: /work/stamp-cockroachdb.log (118 bytes)
97182024-09-23T22:25:43.253Zuploaded: /work/stamp-cockroachdb.log
97192024-09-23T22:25:43.253Zuploading: /work/stamp-crucible-dtrace.log (119 bytes)
97202024-09-23T22:25:44.261Zuploaded: /work/stamp-crucible-dtrace.log
97212024-09-23T22:25:44.261Zuploading: /work/stamp-crucible-pantry-zone.log (127 bytes)
97222024-09-23T22:25:45.268Zuploaded: /work/stamp-crucible-pantry-zone.log
97232024-09-23T22:25:45.268Zuploading: /work/stamp-crucible-zone.log (120 bytes)
97242024-09-23T22:25:46.284Zuploaded: /work/stamp-crucible-zone.log
97252024-09-23T22:25:46.285Zuploading: /work/stamp-external-dns.log (119 bytes)
97262024-09-23T22:25:47.297Zuploaded: /work/stamp-external-dns.log
97272024-09-23T22:25:47.297Zuploading: /work/stamp-installinator.log (103 bytes)
97282024-09-23T22:25:48.304Zuploaded: /work/stamp-installinator.log
97292024-09-23T22:25:48.305Zuploading: /work/stamp-internal-dns.log (119 bytes)
97302024-09-23T22:25:49.311Zuploaded: /work/stamp-internal-dns.log
97312024-09-23T22:25:49.312Zuploading: /work/stamp-mg-ddm-gz.log (99 bytes)
97322024-09-23T22:25:50.319Zuploaded: /work/stamp-mg-ddm-gz.log
97332024-09-23T22:25:50.319Zuploading: /work/stamp-nexus.log (112 bytes)
97342024-09-23T22:25:51.326Zuploaded: /work/stamp-nexus.log
97352024-09-23T22:25:51.328Zuploading: /work/stamp-ntp.log (110 bytes)
97362024-09-23T22:25:52.334Zuploaded: /work/stamp-ntp.log
97372024-09-23T22:25:52.337Zuploading: /work/stamp-omicron-sled-agent.log (122 bytes)
97382024-09-23T22:25:53.347Zuploaded: /work/stamp-omicron-sled-agent.log
97392024-09-23T22:25:53.347Zuploading: /work/stamp-overlay.log (114 bytes)
97402024-09-23T22:25:54.358Zuploaded: /work/stamp-overlay.log
97412024-09-23T22:25:54.362Zuploading: /work/stamp-oximeter.log (115 bytes)
97422024-09-23T22:25:55.367Zuploaded: /work/stamp-oximeter.log
97432024-09-23T22:25:55.367Zuploading: /work/stamp-oxlog.log (109 bytes)
97442024-09-23T22:25:56.375Zuploaded: /work/stamp-oxlog.log
97452024-09-23T22:25:56.378Zuploading: /work/stamp-probe.log (112 bytes)
97462024-09-23T22:25:57.382Zuploaded: /work/stamp-probe.log
97472024-09-23T22:25:57.384Zuploading: /work/stamp-propolis-server.log (122 bytes)
97482024-09-23T22:25:58.390Zuploaded: /work/stamp-propolis-server.log
97492024-09-23T22:25:58.392Zuploading: /work/stamp-pumpkind-gz.log (115 bytes)
97502024-09-23T22:25:59.398Zuploaded: /work/stamp-pumpkind-gz.log
97512024-09-23T22:25:59.400Zuploading: /work/stamp-switch-asic.log (118 bytes)
97522024-09-23T22:26:00.406Zuploaded: /work/stamp-switch-asic.log
97532024-09-23T22:26:00.408Zuploading: /work/verify-libraries.log (2908 bytes)
97542024-09-23T22:26:01.416Zuploaded: /work/verify-libraries.log