01J5CRPYDR89QRVF6V1AB7VM1S: 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: 01J5CRQHR38T9DEJQFFAS23AQK

Tags:

Artefacts:

Output:

SEQ GLOBAL TIME DETAILS
12024-08-16T04:58:10.584Zjob assigned to worker 01J5CRRD0S6RBCXHTNWJXT7FY2 (queued for 1 m 12 s)
 
22024-08-16T04:58:17.655Zstarting task 0: "setup"
32024-08-16T04:58:17.668Z++ uname -s
42024-08-16T04:58:17.670Z+ kern=SunOS
52024-08-16T04:58:17.670Z+ case "$kern" in
62024-08-16T04:58:17.670Z+ groupadd -g 12345 build
72024-08-16T04:58:17.673Z+ useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build
82024-08-16T04:58:19.682Z+ zfs create -o mountpoint=/work rpool/work
92024-08-16T04:58:19.749Z++ awk '$2 == "/home" { print $3 }' /etc/mnttab
102024-08-16T04:58:19.751Z+ home_fs=zfs
112024-08-16T04:58:19.752Z+ [[ zfs == autofs ]]
122024-08-16T04:58:19.752Z+ mkdir -p /home/build
132024-08-16T04:58:19.754Z+ chown build:build /home/build /work
142024-08-16T04:58:21.756Z+ chmod 0700 /home/build /work
152024-08-16T04:58:21.759Zprocess exited: duration 4101 ms, exit code 0
 
162024-08-16T04:58:21.765Zstarting task 1: "rust-toolchain"
172024-08-16T04:58:21.770Z+ printf ' * toolchain channel = "%s"
182024-08-16T04:58:21.770Z * toolchain channel = "1.80.1"
192024-08-16T04:58:21.770Z * toolchain profile = "default"
202024-08-16T04:58:21.770Z' 1.80.1
212024-08-16T04:58:21.770Z+ printf ' * toolchain profile = "%s"
222024-08-16T04:58:21.770Z' default
232024-08-16T04:58:21.773Z+ curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs
242024-08-16T04:58:21.773Z+ /bin/bash -s - -y --no-modify-path --default-toolchain 1.80.1 --profile default
252024-08-16T04:58:21.892Zinfo: downloading installer
262024-08-16T04:58:23.127Zinfo: profile set to 'default'
272024-08-16T04:58:23.127Zinfo: default host triple is x86_64-unknown-illumos
282024-08-16T04:58:23.130Zinfo: syncing channel updates for '1.80.1-x86_64-unknown-illumos'
292024-08-16T04:58:23.334Zinfo: latest update on 2024-08-08, rust version 1.80.1 (3f5fd8dd4 2024-08-06)
302024-08-16T04:58:23.334Zinfo: downloading component 'cargo'
312024-08-16T04:58:24.286Zinfo: downloading component 'clippy'
322024-08-16T04:58:24.629Zinfo: downloading component 'rust-docs'
332024-08-16T04:58:25.994Zinfo: downloading component 'rust-std'
342024-08-16T04:58:27.912Zinfo: downloading component 'rustc'
352024-08-16T04:58:33.431Zinfo: downloading component 'rustfmt'
362024-08-16T04:58:33.724Zinfo: installing component 'cargo'
372024-08-16T04:58:34.638Zinfo: installing component 'clippy'
382024-08-16T04:58:35.058Zinfo: installing component 'rust-docs'
392024-08-16T04:58:36.689Zinfo: installing component 'rust-std'
402024-08-16T04:58:38.326Zinfo: installing component 'rustc'
412024-08-16T04:58:42.542Zinfo: installing component 'rustfmt'
422024-08-16T04:58:42.833Zinfo: default toolchain set to '1.80.1-x86_64-unknown-illumos'
432024-08-16T04:58:42.833Z
442024-08-16T04:58:43.090Z 1.80.1-x86_64-unknown-illumos installed - rustc 1.80.1 (3f5fd8dd4 2024-08-06)
452024-08-16T04:58:43.090Z
462024-08-16T04:58:43.093Z
472024-08-16T04:58:43.093ZRust is installed now. Great!
482024-08-16T04:58:43.093Z
492024-08-16T04:58:43.093ZTo get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
502024-08-16T04:58:43.093Zenvironment variable. This has not been done automatically.
512024-08-16T04:58:43.093Z
522024-08-16T04:58:43.093ZTo configure your current shell, you need to source
532024-08-16T04:58:43.093Zthe corresponding env file under $HOME/.cargo.
542024-08-16T04:58:43.093Z
552024-08-16T04:58:43.093ZThis is usually done by running one of the following (note the leading DOT):
562024-08-16T04:58:43.093Z. "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh
572024-08-16T04:58:43.093Zsource "$HOME/.cargo/env.fish" # For fish
582024-08-16T04:58:43.140Z+ rustc --version
592024-08-16T04:58:43.203Zrustc 1.80.1 (3f5fd8dd4 2024-08-06)
602024-08-16T04:58:43.206Zprocess exited: duration 21429 ms, exit code 0
 
612024-08-16T04:58:43.211Zstarting task 2: "authentication"
622024-08-16T04:58:43.234Zprocess exited: duration 22 ms, exit code 0
 
632024-08-16T04:58:43.241Zstarting task 3: "clone repository"
642024-08-16T04:58:43.246Z+ mkdir -p /work/oxidecomputer/omicron
652024-08-16T04:58:43.248Z+ git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron
662024-08-16T04:58:43.284ZCloning into '/work/oxidecomputer/omicron'...
672024-08-16T04:58:49.442Z+ cd /work/oxidecomputer/omicron
682024-08-16T04:58:49.442Z+ git fetch origin b927580f518ded71630e936d7c2ef13a91cd0ded
692024-08-16T04:58:49.705ZFrom https://github.com/oxidecomputer/omicron
702024-08-16T04:58:49.705Z * branch b927580f518ded71630e936d7c2ef13a91cd0ded -> FETCH_HEAD
712024-08-16T04:58:49.720Z+ [[ -n sunshowers/spr/rfc-back-out-update-rust-crate-tokio-to-1392-6249 ]]
722024-08-16T04:58:49.723Z++ git branch --show-current
732024-08-16T04:58:49.723Z+ current=main
742024-08-16T04:58:49.723Z+ [[ main != sunshowers/spr/rfc-back-out-update-rust-crate-tokio-to-1392-6249 ]]
752024-08-16T04:58:49.723Z+ git branch -f sunshowers/spr/rfc-back-out-update-rust-crate-tokio-to-1392-6249 b927580f518ded71630e936d7c2ef13a91cd0ded
762024-08-16T04:58:49.723Z+ git checkout -f sunshowers/spr/rfc-back-out-update-rust-crate-tokio-to-1392-6249
772024-08-16T04:58:49.869ZSwitched to branch 'sunshowers/spr/rfc-back-out-update-rust-crate-tokio-to-1392-6249'
782024-08-16T04:58:49.874Z+ git reset --hard b927580f518ded71630e936d7c2ef13a91cd0ded
792024-08-16T04:58:50.030ZHEAD is now at b927580f5 [spr] initial version
802024-08-16T04:58:50.047Zprocess exited: duration 6766 ms, exit code 0
 
812024-08-16T04:58:50.080Zstarting task 4: "build"
822024-08-16T04:58:50.091Z+ cargo --version
832024-08-16T04:58:50.146Zcargo 1.80.1 (376290515 2024-07-16)
842024-08-16T04:58:50.159Z+ rustc --version
852024-08-16T04:58:50.208Zrustc 1.80.1 (3f5fd8dd4 2024-08-06)
862024-08-16T04:58:50.225Z+ ptime -m ./tools/install_builder_prerequisites.sh -yp
872024-08-16T04:58:55.020Z Startup: Refreshing catalog 'helios-dev' ... Done
882024-08-16T04:58:57.137Z Startup: Caching catalogs ... Done
892024-08-16T04:58:59.049ZPlanning: Solver setup ... Done (1.233s)
902024-08-16T04:58:59.065ZPlanning: Running solver ... Done (0.030s)
912024-08-16T04:58:59.107ZPlanning: Finding local manifests ... Done (0.002s)
922024-08-16T04:58:59.110ZPlanning: Fetching manifests: 0/4 0% complete
932024-08-16T04:58:59.264ZPlanning: Fetching manifests: 4/4 100% complete
942024-08-16T04:58:59.408ZPlanning: Package planning ... Done (0.155s)
952024-08-16T04:58:59.469ZPlanning: Merging actions ... Done (0.050s)
962024-08-16T04:58:59.784ZPlanning: Checking for conflicting actions ... Done (0.308s)
972024-08-16T04:58:59.799ZPlanning: Consolidating action changes ... Done (0.013s)
982024-08-16T04:59:00.791ZPlanning: Evaluating mediators ... Done (0.977s)
992024-08-16T04:59:00.840ZPlanning: Planning completed in 3.55 seconds
1002024-08-16T04:59:00.840Z Packages to install: 4
1012024-08-16T04:59:00.840Z Mediators to change: 2
1022024-08-16T04:59:00.840Z Services to change: 1
1032024-08-16T04:59:00.841Z Estimated space available: 155.72 GB
1042024-08-16T04:59:00.841ZEstimated space to be consumed: 1.48 GB
1052024-08-16T04:59:00.841Z Create boot environment: No
1062024-08-16T04:59:00.841ZCreate backup boot environment: No
1072024-08-16T04:59:00.841Z Rebuild boot archive: No
1082024-08-16T04:59:00.841Z
1092024-08-16T04:59:00.841ZChanged mediators:
1102024-08-16T04:59:00.841Z mediator clang:
1112024-08-16T04:59:00.841Z version: None -> 15 (system default)
1122024-08-16T04:59:00.841Z
1132024-08-16T04:59:00.841Z mediator llvm:
1142024-08-16T04:59:00.841Z version: 14 (system default) -> 15 (system default)
1152024-08-16T04:59:00.842Z
1162024-08-16T04:59:00.842ZChanged packages:
1172024-08-16T04:59:00.842Zhelios-dev
1182024-08-16T04:59:00.842Z developer/build-essential
1192024-08-16T04:59:00.842Z None -> 11-2.0
1202024-08-16T04:59:00.842Z library/libxmlsec1
1212024-08-16T04:59:00.842Z None -> 1.2.35-2.0
1222024-08-16T04:59:00.842Z ooce/developer/clang-15
1232024-08-16T04:59:00.842Z None -> 15.0.7-2.0
1242024-08-16T04:59:00.842Z ooce/developer/llvm-15
1252024-08-16T04:59:00.842Z None -> 15.0.7-2.0
1262024-08-16T04:59:00.842Z
1272024-08-16T04:59:00.842ZServices:
1282024-08-16T04:59:00.843Z restart_fmri:
1292024-08-16T04:59:00.843Z svc:/system/update-man-index:default
1302024-08-16T04:59:00.870Z
1312024-08-16T04:59:00.870ZDownload: 0/3290 items 0.0/212.6MB 0% complete
1322024-08-16T04:59:08.830ZDownload: 211/3290 items 1.3/212.6MB 0% complete (1.5M/s)
1332024-08-16T04:59:17.832ZDownload: 213/3290 items 1.3/212.6MB 0% complete
1342024-08-16T04:59:22.844ZDownload: 1164/3290 items 62.5/212.6MB 29% complete (12.2M/s)
1352024-08-16T04:59:27.866ZDownload: 1911/3290 items 118.5/212.6MB 55% complete (11.8M/s)
1362024-08-16T04:59:32.876ZDownload: 2973/3290 items 121.2/212.6MB 57% complete (6.8M/s)
1372024-08-16T04:59:37.898ZDownload: 3234/3290 items 200.8/212.6MB 94% complete (8.4M/s)
1382024-08-16T04:59:42.729ZDownload: Completed 212.60 MB in 41.85 seconds (5.1M/s)
1392024-08-16T04:59:43.300Z Actions: 1/3689 actions (Installing new actions)
1402024-08-16T04:59:47.504Z Actions: Completed 3689 actions in 4.62 seconds.
1412024-08-16T04:59:47.818Z Done (0.273s)
1422024-08-16T04:59:47.819Z Done (0.000s)
1432024-08-16T04:59:48.245Z Done (0.368s)
1442024-08-16T04:59:52.396Z Done (3.998s)
1452024-08-16T04:59:52.534Z Done (0.018s)
1462024-08-16T04:59:52.534Z Done (0.000s)
1472024-08-16T04:59:52.678Z Done (0.000s)
1482024-08-16T04:59:53.160ZPlanning: Evaluating mediator changes ... Done
1492024-08-16T04:59:53.324ZPlanning: Checking for conflicting actions ... Done
1502024-08-16T04:59:53.336ZPlanning: Consolidating action changes ... Done
1512024-08-16T04:59:53.582ZPlanning: Evaluating mediators ... Done
1522024-08-16T04:59:53.592ZPlanning: Planning completed in 0.42 seconds
1532024-08-16T04:59:53.604Z Mediators to change: 2
1542024-08-16T04:59:53.604Z Create boot environment: No
1552024-08-16T04:59:53.608ZCreate backup boot environment: No
1562024-08-16T04:59:53.690Z Done
1572024-08-16T04:59:53.690Z Done
1582024-08-16T04:59:53.915Z Done
1592024-08-16T04:59:57.457Z Done
1602024-08-16T04:59:57.543Z Done
1612024-08-16T04:59:57.547Z Done
1622024-08-16T04:59:57.673Z Done
1632024-08-16T04:59:58.340ZPlanning: Evaluating mediator changes ... Done
1642024-08-16T04:59:58.444ZPlanning: Merging actions ... Done
1652024-08-16T04:59:58.491ZPlanning: Checking for conflicting actions ... Done
1662024-08-16T04:59:58.491ZPlanning: Consolidating action changes ... Done
1672024-08-16T04:59:58.730ZPlanning: Evaluating mediators ... Done
1682024-08-16T04:59:58.786ZPlanning: Planning completed in 0.75 seconds
1692024-08-16T04:59:58.823Z Packages to change: 1
1702024-08-16T04:59:58.823Z Mediators to change: 1
1712024-08-16T04:59:58.828Z Services to change: 1
1722024-08-16T04:59:58.828Z Create boot environment: No
1732024-08-16T04:59:58.828ZCreate backup boot environment: Yes
1742024-08-16T05:00:00.860Z Actions: 1/6 actions (Updating modified actions)
1752024-08-16T05:00:00.872Z Actions: Completed 6 actions in 0.00 seconds.
1762024-08-16T05:00:00.872Z Done
1772024-08-16T05:00:00.872Z Done
1782024-08-16T05:00:00.942Z Done
1792024-08-16T05:00:04.686Z Done
1802024-08-16T05:00:04.782Z Done
1812024-08-16T05:00:04.805Z Done
1822024-08-16T05:00:04.951Z Done
1832024-08-16T05:00:05.403ZMEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION
1842024-08-16T05:00:05.403Zclang system 15 system
1852024-08-16T05:00:05.403Zcsh system system illumos
1862024-08-16T05:00:05.403Zctags system system illumos
1872024-08-16T05:00:05.403Zgcc vendor 12 vendor
1882024-08-16T05:00:05.403Zgcc system 10 system
1892024-08-16T05:00:05.403Zgcc system 7 system
1902024-08-16T05:00:05.403Zgo system 1.20 system
1912024-08-16T05:00:05.403Zgo system 1.19 system
1922024-08-16T05:00:05.403Zllvm system 15 system
1932024-08-16T05:00:05.403Zllvm system 14 system
1942024-08-16T05:00:05.403Zmariadb system 10.6 system
1952024-08-16T05:00:05.403Zmta vendor vendor dma
1962024-08-16T05:00:05.403Zopenjdk system 17 system
1972024-08-16T05:00:05.403Zopenjdk system 11 system
1982024-08-16T05:00:05.403Zopenjdk system 1.8 system
1992024-08-16T05:00:05.404Zopenssl vendor 3 vendor
2002024-08-16T05:00:05.404Zperl system 5.36 system
2012024-08-16T05:00:05.404Zpostgresql system 15 system
2022024-08-16T05:00:05.404Zpostgresql system 13 system
2032024-08-16T05:00:05.404Zpython vendor 3 vendor
2042024-08-16T05:00:05.404Zpython system 2 system
2052024-08-16T05:00:05.404Zpython3 system 3.11 system
2062024-08-16T05:00:05.404Zruby system 3.0 system
2072024-08-16T05:00:05.404Zwords vendor vendor american-english
2082024-08-16T05:00:05.404Zwords system system australian-english
2092024-08-16T05:00:05.404Zwords system system british-english
2102024-08-16T05:00:05.404Zwords system system canadian-english
2112024-08-16T05:00:05.404Zwords system system french
2122024-08-16T05:00:05.404Zwords system system italian
2132024-08-16T05:00:05.404Zwords system system ngerman
2142024-08-16T05:00:05.404Zwords system system ogerman
2152024-08-16T05:00:05.404Zwords system system spanish
2162024-08-16T05:00:05.776ZPUBLISHER TYPE STATUS P LOCATION
2172024-08-16T05:00:05.776Zhelios-dev origin online F https://pkg.oxide.computer/helios/2/dev/
2182024-08-16T05:00:07.556ZFMRI IFO
2192024-08-16T05:00:07.556Zpkg://helios-dev/developer/build-essential@11-2.0:20230623T110919Z im-
2202024-08-16T05:00:07.556Zpkg://helios-dev/developer/pkg-config@0.29.2-2.0:20230621T191911Z i--
2212024-08-16T05:00:07.556Zpkg://helios-dev/library/libxmlsec1@1.2.35-2.0:20230624T123441Z im-
2222024-08-16T05:00:07.556Zpkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20231012T123315Z im-
2232024-08-16T05:00:07.556Zpkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20230623T141037Z ---
2242024-08-16T05:00:07.556Zpkg://helios-dev/ooce/library/postgresql-13@13.11-2.0:20230623T123131Z i--
2252024-08-16T05:00:07.556Zpkg://helios-dev/package/pkg@0.5.11-2.0:20231020T135332Z i--
2262024-08-16T05:00:07.557Zpkg://helios-dev/package/pkg@0.5.11-2.0:20230621T202036Z ---
2272024-08-16T05:00:07.557Zpkg://helios-dev/system/library/g++-runtime@13-2.0:20231118T213948Z i--
2282024-08-16T05:00:07.557Zpkg://helios-dev/system/library/g++-runtime@12-2.0:20230621T201406Z ---
2292024-08-16T05:00:07.557Zpkg://helios-dev/system/library/gcc-runtime@13-2.0:20231118T213832Z i--
2302024-08-16T05:00:07.557Zpkg://helios-dev/system/library/gcc-runtime@12-2.0:20230621T201432Z ---
2312024-08-16T05:00:08.160Z Updating git repository `https://github.com/oxidecomputer/pq-sys`
2322024-08-16T05:00:08.406Z Updating git repository `https://github.com/oxidecomputer/zone`
2332024-08-16T05:00:08.708Z Updating crates.io index
2342024-08-16T05:00:08.832Z Updating git repository `https://github.com/oxidecomputer/dropshot`
2352024-08-16T05:00:09.573Z Updating git repository `https://github.com/oxidecomputer/maghemite`
2362024-08-16T05:00:10.321Z Updating git repository `https://github.com/oxidecomputer/oxnet`
2372024-08-16T05:00:10.592Z Updating git repository `https://github.com/oxidecomputer/progenitor`
2382024-08-16T05:00:12.069Z Updating git repository `https://github.com/oxidecomputer/serde_human_bytes`
2392024-08-16T05:00:12.370Z Updating git repository `https://github.com/oxidecomputer/slog-error-chain`
2402024-08-16T05:00:12.687Z Updating git repository `https://github.com/oxidecomputer/propolis`
2412024-08-16T05:00:13.725Z Updating git repository `https://github.com/oxidecomputer/crucible`
2422024-08-16T05:00:15.586Z Updating git repository `https://github.com/oxidecomputer/opte`
2432024-08-16T05:00:16.687Z Updating git repository `https://github.com/oxidecomputer/falcon`
2442024-08-16T05:00:17.634Z Updating git repository `https://github.com/oxidecomputer/openapi-lint`
2452024-08-16T05:00:17.874Z Updating git repository `https://github.com/oxidecomputer/management-gateway-service`
2462024-08-16T05:00:18.433Z Updating git repository `https://github.com/oxidecomputer/async-bb8-diesel`
2472024-08-16T05:00:18.777Z Updating git repository `https://github.com/oxidecomputer/diesel-dtrace`
2482024-08-16T05:00:19.059Z Updating git repository `https://github.com/oxidecomputer/tofino`
2492024-08-16T05:00:19.523Z Updating git repository `https://github.com/oxidecomputer/illumos-devinfo`
2502024-08-16T05:00:19.774Z Updating git repository `https://github.com/oxidecomputer/libefi-illumos`
2512024-08-16T05:00:20.005Z Updating git repository `https://github.com/oxidecomputer/libnvme`
2522024-08-16T05:00:20.286Z Updating git repository `https://github.com/oxidecomputer/clickward`
2532024-08-16T05:00:20.583Z Updating git repository `https://github.com/oxidecomputer/hubtools.git`
2542024-08-16T05:00:20.869Z Updating git repository `https://github.com/oxidecomputer/ispf`
2552024-08-16T05:00:21.339Z Updating git repository `https://github.com/oxidecomputer/poptrie`
2562024-08-16T05:00:21.578Z Updating git repository `https://github.com/oxidecomputer/netadm-sys`
2572024-08-16T05:00:22.075Z Updating git repository `https://github.com/oxidecomputer/tlvc.git`
2582024-08-16T05:00:22.424Z Updating git repository `https://github.com/oxidecomputer/lpc55_support`
2592024-08-16T05:00:22.866Z Updating git repository `https://github.com/oxidecomputer/typify`
2602024-08-16T05:00:24.927Z Updating git repository `https://github.com/oxidecomputer/dlpi-sys`
2612024-08-16T05:00:25.203Z Updating git repository `https://github.com/jmesmon/rust-libzfs`
2622024-08-16T05:00:25.448Z Updating git repository `https://github.com/oxidecomputer/rusty-doors`
2632024-08-16T05:00:25.959Z Updating git repository `https://github.com/oxidecomputer/rfb`
2642024-08-16T05:00:27.136Z Downloading crates ...
2652024-08-16T05:00:27.226Z Downloaded anstyle v1.0.8
2662024-08-16T05:00:27.228Z Downloaded colorchoice v1.0.1
2672024-08-16T05:00:27.235Z Downloaded cargo_metadata v0.18.1
2682024-08-16T05:00:27.237Z Downloaded fnv v1.0.7
2692024-08-16T05:00:27.242Z Downloaded equivalent v1.0.1
2702024-08-16T05:00:27.245Z Downloaded camino v1.1.7
2712024-08-16T05:00:27.249Z Downloaded usdt-attr-macro v0.5.0
2722024-08-16T05:00:27.251Z Downloaded crypto-common v0.1.6
2732024-08-16T05:00:27.254Z Downloaded anstream v0.6.14
2742024-08-16T05:00:27.254Z Downloaded scroll_derive v0.12.0
2752024-08-16T05:00:27.259Z Downloaded usdt-macro v0.5.0
2762024-08-16T05:00:27.261Z Downloaded pretty-hex v0.4.1
2772024-08-16T05:00:27.263Z Downloaded cfg-if v1.0.0
2782024-08-16T05:00:27.263Z Downloaded cargo-platform v0.1.8
2792024-08-16T05:00:27.266Z Downloaded autocfg v1.3.0
2802024-08-16T05:00:27.266Z Downloaded anstyle-query v1.0.3
2812024-08-16T05:00:27.268Z Downloaded memmap v0.7.0
2822024-08-16T05:00:27.271Z Downloaded dof v0.3.0
2832024-08-16T05:00:27.271Z Downloaded block-buffer v0.10.4
2842024-08-16T05:00:27.273Z Downloaded tabled_derive v0.7.0
2852024-08-16T05:00:27.273Z Downloaded heck v0.4.1
2862024-08-16T05:00:27.276Z Downloaded macaddr v1.0.1
2872024-08-16T05:00:27.278Z Downloaded proc-macro-error-attr v1.0.4
2882024-08-16T05:00:27.278Z Downloaded version_check v0.9.5
2892024-08-16T05:00:27.281Z Downloaded thiserror v1.0.63
2902024-08-16T05:00:27.284Z Downloaded itoa v1.0.11
2912024-08-16T05:00:27.286Z Downloaded pest_derive v2.7.10
2922024-08-16T05:00:27.289Z Downloaded thread-id v4.2.1
2932024-08-16T05:00:27.289Z Downloaded serde_tokenstream v0.2.2
2942024-08-16T05:00:27.295Z Downloaded strsim v0.11.1
2952024-08-16T05:00:27.298Z Downloaded clap_derive v4.5.13
2962024-08-16T05:00:27.300Z Downloaded dtrace-parser v0.2.0
2972024-08-16T05:00:27.303Z Downloaded pest_meta v2.7.10
2982024-08-16T05:00:27.308Z Downloaded papergrid v0.11.0
2992024-08-16T05:00:27.315Z Downloaded log v0.4.21
3002024-08-16T05:00:27.317Z Downloaded quote v1.0.36
3012024-08-16T05:00:27.320Z Downloaded is_terminal_polyfill v1.70.0
3022024-08-16T05:00:27.328Z Downloaded swrite v0.1.0
3032024-08-16T05:00:27.333Z Downloaded ryu v1.0.18
3042024-08-16T05:00:27.336Z Downloaded digest v0.10.7
3052024-08-16T05:00:27.339Z Downloaded errno v0.3.9
3062024-08-16T05:00:27.341Z Downloaded ucd-trie v0.1.6
3072024-08-16T05:00:27.341Z Downloaded bytecount v0.6.8
3082024-08-16T05:00:27.344Z Downloaded anstyle-parse v0.2.4
3092024-08-16T05:00:27.346Z Downloaded toml v0.8.19
3102024-08-16T05:00:27.349Z Downloaded clap_lex v0.7.0
3112024-08-16T05:00:27.349Z Downloaded byteorder v1.5.0
3122024-08-16T05:00:27.351Z Downloaded cpufeatures v0.2.12
3132024-08-16T05:00:27.354Z Downloaded generic-array v0.14.7
3142024-08-16T05:00:27.354Z Downloaded fs-err v2.11.0
3152024-08-16T05:00:27.356Z Downloaded heck v0.5.0
3162024-08-16T05:00:27.359Z Downloaded toml_datetime v0.6.8
3172024-08-16T05:00:27.361Z Downloaded serde_spanned v0.6.7
3182024-08-16T05:00:27.361Z Downloaded terminal_size v0.3.0
3192024-08-16T05:00:27.364Z Downloaded pest_generator v2.7.10
3202024-08-16T05:00:27.367Z Downloaded utf8parse v0.2.1
3212024-08-16T05:00:27.371Z Downloaded plain v0.2.3
3222024-08-16T05:00:27.374Z Downloaded thiserror-impl v1.0.63
3232024-08-16T05:00:27.377Z Downloaded scroll v0.12.0
3242024-08-16T05:00:27.380Z Downloaded cargo_toml v0.20.4
3252024-08-16T05:00:27.383Z Downloaded indexmap v2.4.0
3262024-08-16T05:00:27.391Z Downloaded once_cell v1.19.0
3272024-08-16T05:00:27.394Z Downloaded usdt-impl v0.5.0
3282024-08-16T05:00:27.396Z Downloaded proc-macro-error v1.0.4
3292024-08-16T05:00:27.399Z Downloaded bitflags v2.6.0
3302024-08-16T05:00:27.402Z Downloaded usdt v0.5.0
3312024-08-16T05:00:27.405Z Downloaded sha2 v0.10.8
3322024-08-16T05:00:27.407Z Downloaded serde v1.0.207
3332024-08-16T05:00:27.410Z Downloaded clap v4.5.15
3342024-08-16T05:00:27.418Z Downloaded zerocopy-derive v0.7.34
3352024-08-16T05:00:27.422Z Downloaded serde_derive v1.0.207
3362024-08-16T05:00:27.425Z Downloaded unicode-ident v1.0.12
3372024-08-16T05:00:27.428Z Downloaded toml_edit v0.22.20
3382024-08-16T05:00:27.451Z Downloaded typenum v1.17.0
3392024-08-16T05:00:27.454Z Downloaded semver v1.0.23
3402024-08-16T05:00:27.457Z Downloaded proc-macro2 v1.0.86
3412024-08-16T05:00:27.457Z Downloaded anyhow v1.0.86
3422024-08-16T05:00:27.467Z Downloaded memchr v2.7.2
3432024-08-16T05:00:27.474Z Downloaded zerocopy v0.7.34
3442024-08-16T05:00:27.492Z Downloaded serde_json v1.0.125
3452024-08-16T05:00:27.497Z Downloaded hashbrown v0.14.5
3462024-08-16T05:00:27.503Z Downloaded clap_builder v4.5.15
3472024-08-16T05:00:27.509Z Downloaded pest v2.7.10
3482024-08-16T05:00:27.515Z Downloaded goblin v0.8.2
3492024-08-16T05:00:27.521Z Downloaded winnow v0.6.18
3502024-08-16T05:00:27.533Z Downloaded tabled v0.15.0
3512024-08-16T05:00:27.548Z Downloaded syn v1.0.109
3522024-08-16T05:00:27.558Z Downloaded syn v2.0.74
3532024-08-16T05:00:27.572Z Downloaded rustix v0.38.34
3542024-08-16T05:00:27.595Z Downloaded unicode-width v0.1.13
3552024-08-16T05:00:27.610Z Downloaded libc v0.2.155
3562024-08-16T05:00:27.910Z Compiling proc-macro2 v1.0.86
3572024-08-16T05:00:27.912Z Compiling unicode-ident v1.0.12
3582024-08-16T05:00:27.912Z Compiling version_check v0.9.5
3592024-08-16T05:00:27.912Z Compiling serde v1.0.207
3602024-08-16T05:00:27.912Z Compiling thiserror v1.0.63
3612024-08-16T05:00:27.912Z Compiling memchr v2.7.2
3622024-08-16T05:00:27.943Z Compiling libc v0.2.155
3632024-08-16T05:00:27.946Z Compiling ucd-trie v0.1.6
3642024-08-16T05:00:28.157Z Compiling itoa v1.0.11
3652024-08-16T05:00:28.388Z Compiling ryu v1.0.18
3662024-08-16T05:00:28.559Z Compiling once_cell v1.19.0
3672024-08-16T05:00:28.755Z Compiling byteorder v1.5.0
3682024-08-16T05:00:28.781Z Compiling serde_json v1.0.125
3692024-08-16T05:00:29.162Z Compiling proc-macro-error-attr v1.0.4
3702024-08-16T05:00:29.196Z Compiling usdt-impl v0.5.0
3712024-08-16T05:00:29.298Z Compiling syn v1.0.109
3722024-08-16T05:00:29.321Z Compiling rustix v0.38.34
3732024-08-16T05:00:29.538Z Compiling proc-macro-error v1.0.4
3742024-08-16T05:00:29.562Z Compiling quote v1.0.36
3752024-08-16T05:00:29.784Z Compiling plain v0.2.3
3762024-08-16T05:00:29.895Z Compiling utf8parse v0.2.1
3772024-08-16T05:00:29.957Z Compiling syn v2.0.74
3782024-08-16T05:00:29.988Z Compiling errno v0.3.9
3792024-08-16T05:00:30.125Z Compiling equivalent v1.0.1
3802024-08-16T05:00:30.227Z Compiling hashbrown v0.14.5
3812024-08-16T05:00:30.251Z Compiling log v0.4.21
3822024-08-16T05:00:30.277Z Compiling bitflags v2.6.0
3832024-08-16T05:00:30.300Z Compiling anstyle-parse v0.2.4
3842024-08-16T05:00:30.521Z Compiling thread-id v4.2.1
3852024-08-16T05:00:30.724Z Compiling anstyle-query v1.0.3
3862024-08-16T05:00:30.811Z Compiling pretty-hex v0.4.1
3872024-08-16T05:00:30.868Z Compiling colorchoice v1.0.1
3882024-08-16T05:00:31.022Z Compiling is_terminal_polyfill v1.70.0
3892024-08-16T05:00:31.027Z Compiling camino v1.1.7
3902024-08-16T05:00:31.062Z Compiling semver v1.0.23
3912024-08-16T05:00:31.153Z Compiling winnow v0.6.18
3922024-08-16T05:00:31.380Z Compiling autocfg v1.3.0
3932024-08-16T05:00:31.576Z Compiling indexmap v2.4.0
3942024-08-16T05:00:31.600Z Compiling anstyle v1.0.8
3952024-08-16T05:00:31.788Z Compiling terminal_size v0.3.0
3962024-08-16T05:00:31.994Z Compiling anstream v0.6.14
3972024-08-16T05:00:32.276Z Compiling anyhow v1.0.86
3982024-08-16T05:00:32.278Z Compiling fs-err v2.11.0
3992024-08-16T05:00:32.322Z Compiling clap_lex v0.7.0
4002024-08-16T05:00:32.592Z Compiling strsim v0.11.1
4012024-08-16T05:00:32.785Z Compiling heck v0.4.1
4022024-08-16T05:00:32.823Z Compiling fnv v1.0.7
4032024-08-16T05:00:32.924Z Compiling unicode-width v0.1.13
4042024-08-16T05:00:32.949Z Compiling bytecount v0.6.8
4052024-08-16T05:00:32.973Z Compiling heck v0.5.0
4062024-08-16T05:00:33.172Z Compiling papergrid v0.11.0
4072024-08-16T05:00:33.448Z Compiling clap_builder v4.5.15
4082024-08-16T05:00:33.527Z Compiling memmap v0.7.0
4092024-08-16T05:00:33.891Z Compiling swrite v0.1.0
4102024-08-16T05:00:35.400Z Compiling tabled_derive v0.7.0
4112024-08-16T05:00:36.877Z Compiling tabled v0.15.0
4122024-08-16T05:00:38.457Z Compiling serde_derive v1.0.207
4132024-08-16T05:00:38.460Z Compiling thiserror-impl v1.0.63
4142024-08-16T05:00:38.460Z Compiling zerocopy-derive v0.7.34
4152024-08-16T05:00:38.698Z Compiling scroll_derive v0.12.0
4162024-08-16T05:00:38.824Z Compiling clap_derive v4.5.13
4172024-08-16T05:00:40.210Z Compiling scroll v0.12.0
4182024-08-16T05:00:40.523Z Compiling zerocopy v0.7.34
4192024-08-16T05:00:40.691Z Compiling goblin v0.8.2
4202024-08-16T05:00:41.477Z Compiling pest v2.7.10
4212024-08-16T05:00:42.391Z Compiling clap v4.5.15
4222024-08-16T05:00:43.535Z Compiling pest_meta v2.7.10
4232024-08-16T05:00:44.369Z Compiling pest_generator v2.7.10
4242024-08-16T05:00:46.228Z Compiling pest_derive v2.7.10
4252024-08-16T05:00:46.971Z Compiling dtrace-parser v0.2.0
4262024-08-16T05:00:48.483Z Compiling serde_spanned v0.6.7
4272024-08-16T05:00:48.483Z Compiling toml_datetime v0.6.8
4282024-08-16T05:00:48.485Z Compiling cargo-platform v0.1.8
4292024-08-16T05:00:48.860Z Compiling serde_tokenstream v0.2.2
4302024-08-16T05:00:48.935Z Compiling toml_edit v0.22.20
4312024-08-16T05:00:49.039Z Compiling macaddr v1.0.1
4322024-08-16T05:00:49.878Z Compiling dof v0.3.0
4332024-08-16T05:00:49.878Z Compiling cargo_metadata v0.18.1
4342024-08-16T05:00:51.708Z Compiling toml v0.8.19
4352024-08-16T05:00:51.872Z Compiling usdt-attr-macro v0.5.0
4362024-08-16T05:00:51.875Z Compiling usdt-macro v0.5.0
4372024-08-16T05:00:52.533Z Compiling cargo_toml v0.20.4
4382024-08-16T05:00:53.208Z Compiling usdt v0.5.0
4392024-08-16T05:00:56.379Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
4402024-08-16T05:01:00.164Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 52.21s
4412024-08-16T05:01:00.411Z Running `target/debug/xtask download cockroach clickhouse console dendrite-openapi dendrite-stub maghemite-mgd transceiver-control`
4422024-08-16T05:01:00.962Z Downloading crates ...
4432024-08-16T05:01:01.097Z Downloaded adler v1.0.2
4442024-08-16T05:01:01.101Z Downloaded aead v0.5.2
4452024-08-16T05:01:01.105Z Downloaded cfg_aliases v0.1.1
4462024-08-16T05:01:01.110Z Downloaded bitstruct v0.1.1
4472024-08-16T05:01:01.113Z Downloaded async-stream-impl v0.3.5
4482024-08-16T05:01:01.115Z Downloaded hyper-tls v0.5.0
4492024-08-16T05:01:01.118Z Downloaded defmt v0.3.8
4502024-08-16T05:01:01.121Z Downloaded crucible-workspace-hack v0.1.0
4512024-08-16T05:01:01.123Z Downloaded atomicwrites v0.4.3
4522024-08-16T05:01:01.130Z Downloaded is-terminal v0.4.12
4532024-08-16T05:01:01.132Z Downloaded darling_macro v0.20.9
4542024-08-16T05:01:01.132Z Downloaded match_cfg v0.1.0
4552024-08-16T05:01:01.134Z Downloaded crunchy v0.2.2
4562024-08-16T05:01:01.134Z Downloaded normalize-line-endings v0.3.0
4572024-08-16T05:01:01.138Z Downloaded ciborium-io v0.2.2
4582024-08-16T05:01:01.141Z Downloaded bit-vec v0.6.3
4592024-08-16T05:01:01.141Z Downloaded newtype_derive v0.1.6
4602024-08-16T05:01:01.143Z Downloaded newline-converter v0.3.0
4612024-08-16T05:01:01.146Z Downloaded openssl-macros v0.1.1
4622024-08-16T05:01:01.146Z Downloaded castaway v0.2.3
4632024-08-16T05:01:01.148Z Downloaded lazy_static v1.5.0
4642024-08-16T05:01:01.148Z Downloaded constant_time_eq v0.3.0
4652024-08-16T05:01:01.150Z Downloaded number_prefix v0.4.0
4662024-08-16T05:01:01.153Z Downloaded colored v2.1.0
4672024-08-16T05:01:01.155Z Downloaded opaque-debug v0.3.1
4682024-08-16T05:01:01.155Z Downloaded maplit v1.0.2
4692024-08-16T05:01:01.158Z Downloaded hubpack v0.1.2
4702024-08-16T05:01:01.158Z Downloaded crc v3.2.1
4712024-08-16T05:01:01.160Z Downloaded num-integer v0.1.46
4722024-08-16T05:01:01.163Z Downloaded indent_write v2.2.0
4732024-08-16T05:01:01.163Z Downloaded kstat-rs v0.2.4
4742024-08-16T05:01:01.165Z Downloaded hyper-staticfile v0.9.5
4752024-08-16T05:01:01.168Z Downloaded num v0.4.3
4762024-08-16T05:01:01.168Z Downloaded md-5 v0.10.6
4772024-08-16T05:01:01.170Z Downloaded olpc-cjson v0.1.3
4782024-08-16T05:01:01.173Z Downloaded num_cpus v1.16.0
4792024-08-16T05:01:01.175Z Downloaded iana-time-zone v0.1.60
4802024-08-16T05:01:01.178Z Downloaded num_enum_derive v0.5.11
4812024-08-16T05:01:01.178Z Downloaded multimap v0.10.0
4822024-08-16T05:01:01.181Z Downloaded mime v0.3.17
4832024-08-16T05:01:01.181Z Downloaded cancel-safe-futures v0.1.5
4842024-08-16T05:01:01.184Z Downloaded curve25519-dalek-derive v0.1.1
4852024-08-16T05:01:01.187Z Downloaded mime_guess v2.0.4
4862024-08-16T05:01:01.189Z Downloaded nodrop v0.1.14
4872024-08-16T05:01:01.189Z Downloaded native-tls v0.2.11
4882024-08-16T05:01:01.192Z Downloaded addr2line v0.21.0
4892024-08-16T05:01:01.194Z Downloaded libloading v0.8.3
4902024-08-16T05:01:01.197Z Downloaded libefi-sys v0.1.0
4912024-08-16T05:01:01.197Z Downloaded num-rational v0.4.2
4922024-08-16T05:01:01.199Z Downloaded clang-sys v1.7.0
4932024-08-16T05:01:01.202Z Downloaded base16ct v0.2.0
4942024-08-16T05:01:01.204Z Downloaded hyper-rustls v0.24.2
4952024-08-16T05:01:01.207Z Downloaded mockall_derive v0.13.0
4962024-08-16T05:01:01.210Z Downloaded ipnet v2.9.0
4972024-08-16T05:01:01.213Z Downloaded cookie v0.18.1
4982024-08-16T05:01:01.213Z Downloaded sync_wrapper v0.1.2
4992024-08-16T05:01:01.216Z Downloaded serde_urlencoded v0.7.1
5002024-08-16T05:01:01.219Z Downloaded slog-stdlog v4.1.1
5012024-08-16T05:01:01.219Z Downloaded siphasher v0.3.11
5022024-08-16T05:01:01.222Z Downloaded sec1 v0.7.3
5032024-08-16T05:01:01.226Z Downloaded crossbeam-epoch v0.9.18
5042024-08-16T05:01:01.226Z Downloaded bzip2 v0.4.4
5052024-08-16T05:01:01.229Z Downloaded miniz_oxide v0.7.2
5062024-08-16T05:01:01.232Z Downloaded chacha20poly1305 v0.10.1
5072024-08-16T05:01:01.235Z Downloaded indicatif v0.17.8
5082024-08-16T05:01:01.238Z Downloaded instant v0.1.12
5092024-08-16T05:01:01.241Z Downloaded is_ci v1.2.0
5102024-08-16T05:01:01.241Z Downloaded atty v0.2.14
5112024-08-16T05:01:01.244Z Downloaded ident_case v1.0.1
5122024-08-16T05:01:01.244Z Downloaded arc-swap v1.7.1
5132024-08-16T05:01:01.247Z Downloaded serde_arrays v0.1.0
5142024-08-16T05:01:01.250Z Downloaded signal-hook-registry v1.4.2
5152024-08-16T05:01:01.250Z Downloaded linked-hash-map v0.5.6
5162024-08-16T05:01:01.254Z Downloaded linear-map v1.2.0
5172024-08-16T05:01:01.254Z Downloaded cookie v0.17.0
5182024-08-16T05:01:01.257Z Downloaded num-conv v0.1.0
5192024-08-16T05:01:01.257Z Downloaded const_format v0.2.32
5202024-08-16T05:01:01.261Z Downloaded cc v1.0.97
5212024-08-16T05:01:01.265Z Downloaded newtype-uuid v1.1.0
5222024-08-16T05:01:01.268Z Downloaded display-error-chain v0.2.0
5232024-08-16T05:01:01.268Z Downloaded take_mut v0.2.2
5242024-08-16T05:01:01.271Z Downloaded num_threads v0.1.7
5252024-08-16T05:01:01.271Z Downloaded new_debug_unreachable v1.0.6
5262024-08-16T05:01:01.273Z Downloaded cstr-argument v0.1.2
5272024-08-16T05:01:01.273Z Downloaded arrayvec v0.7.4
5282024-08-16T05:01:01.277Z Downloaded lazycell v1.3.0
5292024-08-16T05:01:01.280Z Downloaded managed v0.8.0
5302024-08-16T05:01:01.280Z Downloaded lru v0.12.3
5312024-08-16T05:01:01.280Z Downloaded diesel_table_macro_syntax v0.2.0
5322024-08-16T05:01:01.282Z Downloaded num-iter v0.1.45
5332024-08-16T05:01:01.282Z Downloaded num-derive v0.4.2
5342024-08-16T05:01:01.286Z Downloaded smallvec v1.13.2
5352024-08-16T05:01:01.289Z Downloaded ciborium-ll v0.2.2
5362024-08-16T05:01:01.289Z Downloaded convert_case v0.4.0
5372024-08-16T05:01:01.290Z Downloaded mio v1.0.2
5382024-08-16T05:01:01.295Z Downloaded sqlparser_derive v0.2.2
5392024-08-16T05:01:01.299Z Downloaded cobs v0.2.3
5402024-08-16T05:01:01.299Z Downloaded block-padding v0.3.3
5412024-08-16T05:01:01.302Z Downloaded crossbeam-deque v0.8.5
5422024-08-16T05:01:01.302Z Downloaded keccak v0.1.5
5432024-08-16T05:01:01.302Z Downloaded cipher v0.4.4
5442024-08-16T05:01:01.304Z Downloaded num_enum v0.5.11
5452024-08-16T05:01:01.308Z Downloaded difflib v0.4.0
5462024-08-16T05:01:01.311Z Downloaded ff v0.13.0
5472024-08-16T05:01:01.314Z Downloaded mockall v0.13.0
5482024-08-16T05:01:01.314Z Downloaded cexpr v0.6.0
5492024-08-16T05:01:01.317Z Downloaded nibble_vec v0.1.0
5502024-08-16T05:01:01.319Z Downloaded nanorand v0.7.0
5512024-08-16T05:01:01.323Z Downloaded libsw v3.3.1
5522024-08-16T05:01:01.323Z Downloaded parse-size v1.0.0
5532024-08-16T05:01:01.323Z Downloaded chacha20 v0.9.1
5542024-08-16T05:01:01.326Z Downloaded csv-core v0.1.11
5552024-08-16T05:01:01.329Z Downloaded bitfield v0.14.0
5562024-08-16T05:01:01.329Z Downloaded xattr v1.3.1
5572024-08-16T05:01:01.332Z Downloaded cassowary v0.3.0
5582024-08-16T05:01:01.336Z Downloaded bitflags v1.3.2
5592024-08-16T05:01:01.340Z Downloaded home v0.5.9
5602024-08-16T05:01:01.340Z Downloaded signal-hook-tokio v0.3.1
5612024-08-16T05:01:01.340Z Downloaded serde_plain v1.0.2
5622024-08-16T05:01:01.342Z Downloaded dirs-sys-next v0.1.2
5632024-08-16T05:01:01.342Z Downloaded time-core v0.1.2
5642024-08-16T05:01:01.345Z Downloaded futures-sink v0.3.30
5652024-08-16T05:01:01.345Z Downloaded tiny-keccak v2.0.2
5662024-08-16T05:01:01.348Z Downloaded pin-utils v0.1.0
5672024-08-16T05:01:01.351Z Downloaded parse-display v0.10.0
5682024-08-16T05:01:01.351Z Downloaded hostname v0.3.1
5692024-08-16T05:01:01.353Z Downloaded vte v0.11.1
5702024-08-16T05:01:01.357Z Downloaded strum_macros v0.25.3
5712024-08-16T05:01:01.357Z Downloaded ascii v1.1.0
5722024-08-16T05:01:01.360Z Downloaded smallvec v0.6.14
5732024-08-16T05:01:01.362Z Downloaded fixedbitset v0.4.2
5742024-08-16T05:01:01.362Z Downloaded impl-trait-for-tuples v0.2.2
5752024-08-16T05:01:01.365Z Downloaded cookie_store v0.20.0
5762024-08-16T05:01:01.371Z Downloaded unicode-linebreak v0.1.5
5772024-08-16T05:01:01.374Z Downloaded dirs-next v2.0.0
5782024-08-16T05:01:01.374Z Downloaded futures-task v0.3.30
5792024-08-16T05:01:01.374Z Downloaded group v0.13.0
5802024-08-16T05:01:01.374Z Downloaded crc32fast v1.4.0
5812024-08-16T05:01:01.377Z Downloaded rand_xorshift v0.3.0
5822024-08-16T05:01:01.379Z Downloaded const_format_proc_macros v0.2.32
5832024-08-16T05:01:01.383Z Downloaded indexmap v1.9.3
5842024-08-16T05:01:01.385Z Downloaded crypto-bigint v0.5.5
5852024-08-16T05:01:01.392Z Downloaded rpassword v7.3.1
5862024-08-16T05:01:01.394Z Downloaded downcast v0.11.0
5872024-08-16T05:01:01.394Z Downloaded signature v2.2.0
5882024-08-16T05:01:01.398Z Downloaded yasna v0.5.2
5892024-08-16T05:01:01.398Z Downloaded signal-hook-mio v0.2.4
5902024-08-16T05:01:01.402Z Downloaded pkcs1 v0.7.5
5912024-08-16T05:01:01.405Z Downloaded parse-display-derive v0.10.0
5922024-08-16T05:01:01.405Z Downloaded float-ord v0.3.2
5932024-08-16T05:01:01.405Z Downloaded structmeta-derive v0.3.0
5942024-08-16T05:01:01.408Z Downloaded slog-term v2.9.1
5952024-08-16T05:01:01.412Z Downloaded subtle v2.5.0
5962024-08-16T05:01:01.412Z Downloaded vergen v8.3.2
5972024-08-16T05:01:01.417Z Downloaded termios v0.3.3
5982024-08-16T05:01:01.421Z Downloaded password-hash v0.5.0
5992024-08-16T05:01:01.421Z Downloaded termcolor v1.4.1
6002024-08-16T05:01:01.421Z Downloaded tui-tree-widget v0.22.0
6012024-08-16T05:01:01.424Z Downloaded utf-8 v0.7.6
6022024-08-16T05:01:01.424Z Downloaded blake2 v0.10.6
6032024-08-16T05:01:01.429Z Downloaded omicron-zone-package v0.11.0
6042024-08-16T05:01:01.432Z Downloaded topological-sort v0.2.2
6052024-08-16T05:01:01.432Z Downloaded tungstenite v0.21.0
6062024-08-16T05:01:01.435Z Downloaded predicates v3.1.2
6072024-08-16T05:01:01.438Z Downloaded flagset v0.4.5
6082024-08-16T05:01:01.441Z Downloaded darling_core v0.20.9
6092024-08-16T05:01:01.444Z Downloaded itertools v0.12.1
6102024-08-16T05:01:01.451Z Downloaded enum-as-inner v0.6.0
6112024-08-16T05:01:01.453Z Downloaded endian-type v0.1.2
6122024-08-16T05:01:01.456Z Downloaded precomputed-hash v0.1.1
6132024-08-16T05:01:01.456Z Downloaded packed_struct_codegen v0.10.1
6142024-08-16T05:01:01.456Z Downloaded sqlformat v0.2.4
6152024-08-16T05:01:01.459Z Downloaded half v2.4.1
6162024-08-16T05:01:01.462Z Downloaded phf v0.11.2
6172024-08-16T05:01:01.464Z Downloaded httpdate v1.0.3
6182024-08-16T05:01:01.464Z Downloaded glob v0.3.1
6192024-08-16T05:01:01.467Z Downloaded oso v0.27.3
6202024-08-16T05:01:01.480Z Downloaded crc-any v2.5.0
6212024-08-16T05:01:01.483Z Downloaded funty v2.0.0
6222024-08-16T05:01:01.485Z Downloaded serde_path_to_error v0.1.16
6232024-08-16T05:01:01.487Z Downloaded secrecy v0.8.0
6242024-08-16T05:01:01.487Z Downloaded which v4.4.2
6252024-08-16T05:01:01.491Z Downloaded rtoolbox v0.0.2
6262024-08-16T05:01:01.494Z Downloaded spin v0.5.2
6272024-08-16T05:01:01.494Z Downloaded powerfmt v0.2.0
6282024-08-16T05:01:01.496Z Downloaded peg-runtime v0.8.3
6292024-08-16T05:01:01.496Z Downloaded smawk v0.3.2
6302024-08-16T05:01:01.496Z Downloaded ron v0.7.1
6312024-08-16T05:01:01.501Z Downloaded resolv-conf v0.7.0
6322024-08-16T05:01:01.504Z Downloaded tls_codec v0.4.1
6332024-08-16T05:01:01.506Z Downloaded tls_codec_derive v0.4.1
6342024-08-16T05:01:01.509Z Downloaded try-lock v0.2.5
6352024-08-16T05:01:01.512Z Downloaded path-slash v0.1.5
6362024-08-16T05:01:01.513Z Downloaded tinyvec_macros v0.1.1
6372024-08-16T05:01:01.515Z Downloaded spki v0.7.3
6382024-08-16T05:01:01.515Z Downloaded env_logger v0.9.3
6392024-08-16T05:01:01.518Z Downloaded wyz v0.5.1
6402024-08-16T05:01:01.520Z Downloaded futures-macro v0.3.30
6412024-08-16T05:01:01.520Z Downloaded erased-serde v0.3.31
6422024-08-16T05:01:01.522Z Downloaded zeroize_derive v1.4.2
6432024-08-16T05:01:01.525Z Downloaded highway v1.2.0
6442024-08-16T05:01:01.527Z Downloaded zeroize v1.7.0
6452024-08-16T05:01:01.527Z Downloaded parking_lot v0.11.2
6462024-08-16T05:01:01.530Z Downloaded tokio-postgres v0.7.11
6472024-08-16T05:01:01.535Z Downloaded bytes v1.7.1
6482024-08-16T05:01:01.540Z Downloaded derive_builder_macro v0.20.0
6492024-08-16T05:01:01.543Z Downloaded quick-error v1.2.3
6502024-08-16T05:01:01.543Z Downloaded heck v0.3.3
6512024-08-16T05:01:01.545Z Downloaded openssl-sys v0.9.103
6522024-08-16T05:01:01.549Z Downloaded libxml v0.3.3
6532024-08-16T05:01:01.555Z Downloaded futures-core v0.3.30
6542024-08-16T05:01:01.558Z Downloaded crossterm v0.27.0
6552024-08-16T05:01:01.564Z Downloaded termtree v0.4.1
6562024-08-16T05:01:01.567Z Downloaded scrypt v0.11.0
6572024-08-16T05:01:01.570Z Downloaded tempfile v3.10.1
6582024-08-16T05:01:01.572Z Downloaded tokio-native-tls v0.3.1
6592024-08-16T05:01:01.575Z Downloaded getopts v0.2.21
6602024-08-16T05:01:01.575Z Downloaded tokio-macros v2.3.0
6612024-08-16T05:01:01.578Z Downloaded foreign-types-shared v0.3.1
6622024-08-16T05:01:01.578Z Downloaded foreign-types-shared v0.1.1
6632024-08-16T05:01:01.581Z Downloaded gethostname v0.5.0
6642024-08-16T05:01:01.581Z Downloaded thiserror-impl-no-std v2.0.2
6652024-08-16T05:01:01.584Z Downloaded parking_lot v0.12.2
6662024-08-16T05:01:01.587Z Downloaded minimal-lexical v0.2.1
6672024-08-16T05:01:01.590Z Downloaded getrandom v0.2.14
6682024-08-16T05:01:01.593Z Downloaded backtrace v0.3.71
6692024-08-16T05:01:01.598Z Downloaded ena v0.14.3
6702024-08-16T05:01:01.601Z Downloaded rustc_version v0.4.0
6712024-08-16T05:01:01.603Z Downloaded embedded-io v0.4.0
6722024-08-16T05:01:01.606Z Downloaded parking_lot_core v0.8.6
6732024-08-16T05:01:01.608Z Downloaded semver v0.1.20
6742024-08-16T05:01:01.608Z Downloaded tungstenite v0.20.1
6752024-08-16T05:01:01.611Z Downloaded pkcs8 v0.10.2
6762024-08-16T05:01:01.614Z Downloaded salsa20 v0.10.2
6772024-08-16T05:01:01.616Z Downloaded phf_shared v0.10.0
6782024-08-16T05:01:01.616Z Downloaded static_assertions v1.1.0
6792024-08-16T05:01:01.619Z Downloaded openssl-probe v0.1.5
6802024-08-16T05:01:01.621Z Downloaded smf v0.2.3
6812024-08-16T05:01:01.621Z Downloaded peg-macros v0.8.4
6822024-08-16T05:01:01.624Z Downloaded zone v0.1.8
6832024-08-16T05:01:01.626Z Downloaded unicode-segmentation v1.11.0
6842024-08-16T05:01:01.629Z Downloaded pbkdf2 v0.12.2
6852024-08-16T05:01:01.632Z Downloaded thread_local v1.1.8
6862024-08-16T05:01:01.632Z Downloaded universal-hash v0.5.1
6872024-08-16T05:01:01.634Z Downloaded psl-types v2.0.11
6882024-08-16T05:01:01.634Z Downloaded pkg-config v0.3.30
6892024-08-16T05:01:01.637Z Downloaded unarray v0.1.4
6902024-08-16T05:01:01.637Z Downloaded structmeta v0.2.0
6912024-08-16T05:01:01.639Z Downloaded term v0.7.0
6922024-08-16T05:01:01.642Z Downloaded toml_edit v0.19.15
6932024-08-16T05:01:01.659Z Downloaded waitgroup v0.1.2
6942024-08-16T05:01:01.662Z Downloaded pem v3.0.4
6952024-08-16T05:01:01.662Z Downloaded peg v0.8.4
6962024-08-16T05:01:01.666Z Downloaded paste v1.0.15
6972024-08-16T05:01:01.671Z Downloaded packed_struct v0.10.1
6982024-08-16T05:01:01.673Z Downloaded http-body v0.4.6
6992024-08-16T05:01:01.673Z Downloaded form_urlencoded v1.2.1
7002024-08-16T05:01:01.675Z Downloaded test-strategy v0.3.1
7012024-08-16T05:01:01.678Z Downloaded zerocopy v0.6.6
7022024-08-16T05:01:01.680Z Downloaded rustfmt-wrapper v0.2.1
7032024-08-16T05:01:01.683Z Downloaded sha1 v0.10.6
7042024-08-16T05:01:01.683Z Downloaded phf_shared v0.11.2
7052024-08-16T05:01:01.686Z Downloaded sigpipe v0.1.3
7062024-08-16T05:01:01.686Z Downloaded vte_generate_state_changes v0.1.1
7072024-08-16T05:01:01.689Z Downloaded portpicker v0.1.1
7082024-08-16T05:01:01.689Z Downloaded signal-hook v0.3.17
7092024-08-16T05:01:01.691Z Downloaded tracing-core v0.1.32
7102024-08-16T05:01:01.694Z Downloaded x509-cert v0.2.5
7112024-08-16T05:01:01.700Z Downloaded unicase v2.7.0
7122024-08-16T05:01:01.702Z Downloaded rsa v0.9.6
7132024-08-16T05:01:01.707Z Downloaded rustc_version v0.1.7
7142024-08-16T05:01:01.709Z Downloaded headers-core v0.2.0
7152024-08-16T05:01:01.709Z Downloaded unicode_categories v0.1.1
7162024-08-16T05:01:01.712Z Downloaded hashlink v0.9.1
7172024-08-16T05:01:01.715Z Downloaded wait-timeout v0.2.0
7182024-08-16T05:01:01.715Z Downloaded derive_builder v0.20.0
7192024-08-16T05:01:01.719Z Downloaded num-bigint-dig v0.8.4
7202024-08-16T05:01:01.724Z Downloaded rusty-fork v0.3.0
7212024-08-16T05:01:01.727Z Downloaded tower-service v0.3.2
7222024-08-16T05:01:01.730Z Downloaded walkdir v2.5.0
7232024-08-16T05:01:01.730Z Downloaded fragile v2.0.0
7242024-08-16T05:01:01.733Z Downloaded rustls-pemfile v1.0.4
7252024-08-16T05:01:01.733Z Downloaded rayon-core v1.12.1
7262024-08-16T05:01:01.737Z Downloaded derive-where v1.2.7
7272024-08-16T05:01:01.741Z Downloaded fallible-streaming-iterator v0.1.9
7282024-08-16T05:01:01.744Z Downloaded fallible-iterator v0.3.0
7292024-08-16T05:01:01.744Z Downloaded hash32 v0.3.1
7302024-08-16T05:01:01.749Z Downloaded untrusted v0.9.0
7312024-08-16T05:01:01.749Z Downloaded either v1.13.0
7322024-08-16T05:01:01.753Z Downloaded fallible-iterator v0.2.0
7332024-08-16T05:01:01.753Z Downloaded libm v0.2.8
7342024-08-16T05:01:01.758Z Downloaded shell-words v1.1.0
7352024-08-16T05:01:01.762Z Downloaded foreign-types v0.3.2
7362024-08-16T05:01:01.762Z Downloaded strum_macros v0.26.4
7372024-08-16T05:01:01.764Z Downloaded unicode-normalization v0.1.23
7382024-08-16T05:01:01.768Z Downloaded http-range v0.1.5
7392024-08-16T05:01:01.770Z Downloaded uzers v0.11.3
7402024-08-16T05:01:01.771Z Downloaded zone_cfg_derive v0.1.2
7412024-08-16T05:01:01.771Z Downloaded want v0.3.1
7422024-08-16T05:01:01.773Z Downloaded foreign-types-macros v0.2.3
7432024-08-16T05:01:01.773Z Downloaded slog-scope v4.4.0
7442024-08-16T05:01:01.776Z Downloaded slog-json v2.6.1
7452024-08-16T05:01:01.776Z Downloaded foreign-types v0.5.0
7462024-08-16T05:01:01.778Z Downloaded toolchain_find v0.4.0
7472024-08-16T05:01:01.778Z Downloaded crossterm v0.28.1
7482024-08-16T05:01:01.789Z Downloaded rustls-pki-types v1.7.0
7492024-08-16T05:01:01.793Z Downloaded rustc-hash v1.1.0
7502024-08-16T05:01:01.793Z Downloaded httparse v1.8.0
7512024-08-16T05:01:01.793Z Downloaded tar v0.4.41
7522024-08-16T05:01:01.796Z Downloaded derive_builder_core v0.20.0
7532024-08-16T05:01:01.796Z Downloaded stable_deref_trait v1.2.0
7542024-08-16T05:01:01.799Z Downloaded unicode-truncate v1.0.0
7552024-08-16T05:01:01.799Z Downloaded rustversion v1.0.17
7562024-08-16T05:01:01.801Z Downloaded fatfs v0.3.6
7572024-08-16T05:01:01.804Z Downloaded unicode-xid v0.2.4
7582024-08-16T05:01:01.807Z Downloaded heapless v0.8.0
7592024-08-16T05:01:01.810Z Downloaded snafu-derive v0.8.2
7602024-08-16T05:01:01.813Z Downloaded hashbrown v0.12.3
7612024-08-16T05:01:01.816Z Downloaded futures-executor v0.3.30
7622024-08-16T05:01:01.818Z Downloaded postgres-types v0.2.7
7632024-08-16T05:01:01.820Z Downloaded strum v0.26.3
7642024-08-16T05:01:01.824Z Downloaded unsafe-libyaml v0.2.11
7652024-08-16T05:01:01.826Z Downloaded rustc-demangle v0.1.24
7662024-08-16T05:01:01.829Z Downloaded fxhash v0.2.1
7672024-08-16T05:01:01.829Z Downloaded dyn-clone v1.0.17
7682024-08-16T05:01:01.829Z Downloaded supports-color v3.0.0
7692024-08-16T05:01:01.831Z Downloaded defmt-macros v0.3.9
7702024-08-16T05:01:01.834Z Downloaded serde-hex v0.1.0
7712024-08-16T05:01:01.837Z Downloaded structmeta-derive v0.2.0
7722024-08-16T05:01:01.837Z Downloaded similar v2.5.0
7732024-08-16T05:01:01.841Z Downloaded fastrand v2.1.0
7742024-08-16T05:01:01.843Z Downloaded derive_more v0.99.18
7752024-08-16T05:01:01.849Z Downloaded hickory-client v0.24.1
7762024-08-16T05:01:01.851Z Downloaded oso-derive v0.27.3
7772024-08-16T05:01:01.854Z Downloaded http v0.2.12
7782024-08-16T05:01:01.856Z Downloaded futures v0.3.30
7792024-08-16T05:01:01.864Z Downloaded hostname v0.4.0
7802024-08-16T05:01:01.867Z Downloaded defmt-parser v0.3.4
7812024-08-16T05:01:01.867Z Downloaded http v1.1.0
7822024-08-16T05:01:01.869Z Downloaded bitvec v1.0.1
7832024-08-16T05:01:01.883Z Downloaded slog v2.7.0
7842024-08-16T05:01:01.886Z Downloaded serde_derive_internals v0.29.1
7852024-08-16T05:01:01.894Z Downloaded postcard v1.0.8
7862024-08-16T05:01:01.898Z Downloaded bindgen v0.69.4
7872024-08-16T05:01:01.901Z Downloaded textwrap v0.16.1
7882024-08-16T05:01:01.903Z Downloaded elliptic-curve v0.13.8
7892024-08-16T05:01:01.906Z Downloaded hickory-server v0.24.1
7902024-08-16T05:01:01.911Z Downloaded socket2 v0.5.7
7912024-08-16T05:01:01.917Z Downloaded poly1305 v0.8.0
7922024-08-16T05:01:01.917Z Downloaded der v0.7.9
7932024-08-16T05:01:01.922Z Downloaded zip v0.6.6
7942024-08-16T05:01:01.925Z Downloaded flume v0.11.0
7952024-08-16T05:01:01.929Z Downloaded itertools v0.13.0
7962024-08-16T05:01:01.936Z Downloaded url v2.5.2
7972024-08-16T05:01:01.939Z Downloaded unicode-bidi v0.3.15
7982024-08-16T05:01:01.945Z Downloaded typed-path v0.7.1
7992024-08-16T05:01:01.948Z Downloaded hmac v0.12.1
8002024-08-16T05:01:01.951Z Downloaded diesel_derives v2.2.2
8012024-08-16T05:01:01.955Z Downloaded rand v0.8.5
8022024-08-16T05:01:01.960Z Downloaded heapless v0.7.17
8032024-08-16T05:01:01.966Z Downloaded snafu v0.8.2
8042024-08-16T05:01:01.971Z Downloaded portable-atomic v1.6.0
8052024-08-16T05:01:01.977Z Downloaded rayon v1.10.0
8062024-08-16T05:01:01.987Z Downloaded reedline v0.33.0
8072024-08-16T05:01:01.994Z Downloaded hashbrown v0.13.2
8082024-08-16T05:01:01.998Z Downloaded reqwest v0.11.27
8092024-08-16T05:01:02.007Z Downloaded idna v0.5.0
8102024-08-16T05:01:02.015Z Downloaded idna v0.3.0
8112024-08-16T05:01:02.020Z Downloaded hkdf v0.12.4
8122024-08-16T05:01:02.023Z Downloaded lalrpop v0.19.12
8132024-08-16T05:01:02.036Z Downloaded chrono v0.4.38
8142024-08-16T05:01:02.041Z Downloaded nix v0.27.1
8152024-08-16T05:01:02.055Z Downloaded curve25519-dalek v4.1.3
8162024-08-16T05:01:02.062Z Downloaded tough v0.17.1
8172024-08-16T05:01:02.070Z Downloaded regex-automata v0.1.10
8182024-08-16T05:01:02.075Z Downloaded git2 v0.19.0
8192024-08-16T05:01:02.085Z Downloaded serde_with v3.8.3
8202024-08-16T05:01:02.093Z Downloaded futures-util v0.3.30
8212024-08-16T05:01:02.105Z Downloaded quick-xml v0.31.0
8222024-08-16T05:01:02.110Z Downloaded smoltcp v0.9.1
8232024-08-16T05:01:02.122Z Downloaded openssl v0.10.66
8242024-08-16T05:01:02.133Z Downloaded bstr v0.2.17
8252024-08-16T05:01:02.142Z Downloaded rustls-webpki v0.101.7
8262024-08-16T05:01:02.156Z Downloaded webpki-roots v0.25.4
8272024-08-16T05:01:02.160Z Downloaded proptest v1.5.0
8282024-08-16T05:01:02.170Z Downloaded vcpkg v0.2.15
8292024-08-16T05:01:02.210Z Downloaded regex v1.10.6
8302024-08-16T05:01:02.224Z Downloaded rustls-webpki v0.102.4
8312024-08-16T05:01:02.242Z Downloaded radix_trie v0.2.1
8322024-08-16T05:01:02.248Z Downloaded rustls v0.21.12
8332024-08-16T05:01:02.264Z Downloaded bstr v1.9.1
8342024-08-16T05:01:02.271Z Downloaded polar-core v0.27.3
8352024-08-16T05:01:02.280Z Downloaded smoltcp v0.11.0
8362024-08-16T05:01:02.294Z Downloaded regex-syntax v0.6.29
8372024-08-16T05:01:02.302Z Downloaded regex-syntax v0.8.4
8382024-08-16T05:01:02.312Z Downloaded rustls v0.22.4
8392024-08-16T05:01:02.324Z Downloaded diesel v2.2.2
8402024-08-16T05:01:02.346Z Downloaded ratatui v0.28.0
8412024-08-16T05:01:02.369Z Downloaded hickory-proto v0.24.1
8422024-08-16T05:01:02.387Z Downloaded regress v0.9.1
8432024-08-16T05:01:02.391Z Downloaded sled v0.34.7
8442024-08-16T05:01:02.402Z Downloaded zerocopy-derive v0.6.6
8452024-08-16T05:01:02.412Z Downloaded bzip2-sys v0.1.11+1.0.8
8462024-08-16T05:01:02.426Z Downloaded gimli v0.28.1
8472024-08-16T05:01:02.435Z Downloaded finl_unicode v1.2.0
8482024-08-16T05:01:02.448Z Downloaded petgraph v0.6.5
8492024-08-16T05:01:02.468Z Downloaded regex-automata v0.4.6
8502024-08-16T05:01:02.486Z Downloaded nix v0.28.0
8512024-08-16T05:01:02.498Z Downloaded tokio v1.38.1
8522024-08-16T05:01:02.537Z Downloaded sha3 v0.10.8
8532024-08-16T05:01:02.541Z Downloaded csv v1.3.0
8542024-08-16T05:01:02.563Z Downloaded idna v0.4.0
8552024-08-16T05:01:02.570Z Downloaded openapiv3 v2.0.0
8562024-08-16T05:01:02.584Z Downloaded sqlparser v0.45.0
8572024-08-16T05:01:02.590Z Downloaded object v0.30.4
8582024-08-16T05:01:02.600Z Downloaded object v0.32.2
8592024-08-16T05:01:02.611Z Downloaded rusqlite v0.31.0
8602024-08-16T05:01:02.617Z Downloaded winnow v0.5.40
8612024-08-16T05:01:02.628Z Downloaded expectorate v1.1.0
8622024-08-16T05:01:02.631Z Downloaded time v0.3.36
8632024-08-16T05:01:02.635Z Downloaded h2 v0.3.26
8642024-08-16T05:01:02.643Z Downloaded encoding_rs v0.8.34
8652024-08-16T05:01:02.665Z Downloaded subprocess v0.2.9
8662024-08-16T05:01:02.667Z Downloaded headers v0.3.9
8672024-08-16T05:01:02.674Z Downloaded serde_yaml v0.9.34+deprecated
8682024-08-16T05:01:02.676Z Downloaded steno v0.4.1
8692024-08-16T05:01:02.680Z Downloaded publicsuffix v2.2.3
8702024-08-16T05:01:02.683Z Downloaded hickory-resolver v0.24.1
8712024-08-16T05:01:02.688Z Downloaded flate2 v1.0.31
8722024-08-16T05:01:02.692Z Downloaded strum_macros v0.24.3
8732024-08-16T05:01:02.695Z Downloaded tokio-util v0.7.11
8742024-08-16T05:01:02.700Z Downloaded postgres-protocol v0.6.7
8752024-08-16T05:01:02.703Z Downloaded socket2 v0.4.10
8762024-08-16T05:01:02.705Z Downloaded pin-project v1.1.5
8772024-08-16T05:01:02.715Z Downloaded serde_with_macros v3.8.3
8782024-08-16T05:01:02.717Z Downloaded libgit2-sys v0.17.0+1.8.1
8792024-08-16T05:01:02.776Z Downloaded proc-macro-crate v1.3.1
8802024-08-16T05:01:02.779Z Downloaded tokio-tungstenite v0.21.0
8812024-08-16T05:01:02.781Z Downloaded tokio-tungstenite v0.20.1
8822024-08-16T05:01:02.784Z Downloaded rcgen v0.12.1
8832024-08-16T05:01:02.786Z Downloaded tracing v0.1.40
8842024-08-16T05:01:02.800Z Downloaded pem-rfc7468 v0.7.0
8852024-08-16T05:01:02.804Z Downloaded owo-colors v4.0.0
8862024-08-16T05:01:02.804Z Downloaded nom v7.1.3
8872024-08-16T05:01:02.804Z Downloaded r2d2 v0.8.10
8882024-08-16T05:01:02.804Z Downloaded futures-io v0.3.30
8892024-08-16T05:01:02.804Z Downloaded mio v0.8.11
8902024-08-16T05:01:02.807Z Downloaded percent-encoding v2.3.1
8912024-08-16T05:01:02.809Z Downloaded pin-project-internal v1.1.5
8922024-08-16T05:01:02.809Z Downloaded radium v0.7.0
8932024-08-16T05:01:02.811Z Downloaded untrusted v0.7.1
8942024-08-16T05:01:02.811Z Downloaded sct v0.7.1
8952024-08-16T05:01:02.814Z Downloaded tokio-stream v0.1.15
8962024-08-16T05:01:02.819Z Downloaded tokio-rustls v0.25.0
8972024-08-16T05:01:02.821Z Downloaded tokio-rustls v0.24.1
8982024-08-16T05:01:02.824Z Downloaded pin-project-lite v0.2.14
8992024-08-16T05:01:02.827Z Downloaded prettyplease v0.2.20
9002024-08-16T05:01:02.830Z Downloaded rustyline v14.0.0
9012024-08-16T05:01:02.836Z Downloaded blake3 v1.5.1
9022024-08-16T05:01:02.843Z Downloaded hex v0.4.3
9032024-08-16T05:01:02.846Z Downloaded rustls-pemfile v2.1.3
9042024-08-16T05:01:02.849Z Downloaded structmeta v0.3.0
9052024-08-16T05:01:02.849Z Downloaded stringprep v0.1.4
9062024-08-16T05:01:02.851Z Downloaded env_logger v0.10.2
9072024-08-16T05:01:02.853Z Downloaded tracing-attributes v0.1.27
9082024-08-16T05:01:02.856Z Downloaded thiserror-no-std v2.0.2
9092024-08-16T05:01:02.858Z Downloaded slog-dtrace v0.3.0
9102024-08-16T05:01:02.860Z Downloaded slog-bunyan v2.5.0
9112024-08-16T05:01:02.860Z Downloaded float-cmp v0.9.0
9122024-08-16T05:01:02.863Z Downloaded uuid v1.10.0
9132024-08-16T05:01:02.866Z Downloaded samael v0.0.15
9142024-08-16T05:01:02.869Z Downloaded serde-big-array v0.5.1
9152024-08-16T05:01:02.871Z Downloaded slog-envlogger v2.2.0
9162024-08-16T05:01:02.874Z Downloaded schemars_derive v0.8.21
9172024-08-16T05:01:02.874Z Downloaded ref-cast-impl v1.0.23
9182024-08-16T05:01:02.874Z Downloaded ref-cast v1.0.23
9192024-08-16T05:01:02.877Z Downloaded ron v0.8.1
9202024-08-16T05:01:02.881Z Downloaded compact_str v0.8.0
9212024-08-16T05:01:02.885Z Downloaded scopeguard v1.2.0
9222024-08-16T05:01:02.887Z Downloaded spin v0.9.8
9232024-08-16T05:01:02.890Z Downloaded slog-async v2.8.0
9242024-08-16T05:01:02.890Z Downloaded base64 v0.22.1
9252024-08-16T05:01:02.895Z Downloaded twox-hash v1.6.3
9262024-08-16T05:01:02.898Z Downloaded tinyvec v1.6.0
9272024-08-16T05:01:02.901Z Downloaded aho-corasick v1.1.3
9282024-08-16T05:01:02.906Z Downloaded dsl_auto_type v0.1.2
9292024-08-16T05:01:02.908Z Downloaded whoami v1.5.1
9302024-08-16T05:01:02.911Z Downloaded shlex v1.3.0
9312024-08-16T05:01:02.911Z Downloaded rand_seeder v0.3.0
9322024-08-16T05:01:02.914Z Downloaded rand_core v0.6.4
9332024-08-16T05:01:02.914Z Downloaded rand_chacha v0.3.1
9342024-08-16T05:01:02.916Z Downloaded ppv-lite86 v0.2.17
9352024-08-16T05:01:02.916Z Downloaded pkcs5 v0.7.1
9362024-08-16T05:01:02.919Z Downloaded diff v0.1.13
9372024-08-16T05:01:02.923Z Downloaded base64 v0.13.1
9382024-08-16T05:01:02.927Z Downloaded toml v0.7.8
9392024-08-16T05:01:02.931Z Downloaded crossbeam-utils v0.8.19
9402024-08-16T05:01:02.933Z Downloaded fd-lock v4.0.2
9412024-08-16T05:01:02.933Z Downloaded parking_lot_core v0.9.10
9422024-08-16T05:01:02.936Z Downloaded vsss-rs v3.3.4
9432024-08-16T05:01:02.938Z Downloaded const-oid v0.9.6
9442024-08-16T05:01:02.942Z Downloaded string_cache v0.8.7
9452024-08-16T05:01:02.942Z Downloaded num-traits v0.2.19
9462024-08-16T05:01:02.946Z Downloaded futures-channel v0.3.30
9472024-08-16T05:01:02.948Z Downloaded filetime v0.2.24
9482024-08-16T05:01:02.948Z Downloaded serde_repr v0.1.19
9492024-08-16T05:01:02.951Z Downloaded scheduled-thread-pool v0.2.7
9502024-08-16T05:01:02.951Z Downloaded same-file v1.0.6
9512024-08-16T05:01:02.951Z Downloaded globset v0.4.14
9522024-08-16T05:01:02.954Z Downloaded der_derive v0.7.2
9532024-08-16T05:01:02.956Z Downloaded slab v0.4.9
9542024-08-16T05:01:02.956Z Downloaded cbc v0.1.2
9552024-08-16T05:01:02.959Z Downloaded pretty-hex v0.2.1
9562024-08-16T05:01:02.959Z Downloaded itertools v0.10.5
9572024-08-16T05:01:02.964Z Downloaded crossbeam-channel v0.5.12
9582024-08-16T05:01:02.968Z Downloaded base64 v0.21.7
9592024-08-16T05:01:02.972Z Downloaded camino-tempfile v1.1.1
9602024-08-16T05:01:02.975Z Downloaded argon2 v0.5.3
9612024-08-16T05:01:02.979Z Downloaded predicates-tree v1.0.9
9622024-08-16T05:01:02.979Z Downloaded predicates-core v1.0.6
9632024-08-16T05:01:02.979Z Downloaded hash32 v0.2.1
9642024-08-16T05:01:02.982Z Downloaded deranged v0.3.11
9652024-08-16T05:01:02.982Z Downloaded schemars v0.8.21
9662024-08-16T05:01:02.993Z Downloaded nu-ansi-term v0.50.0
9672024-08-16T05:01:02.995Z Downloaded ciborium v0.2.2
9682024-08-16T05:01:02.995Z Downloaded multer v3.1.0
9692024-08-16T05:01:02.998Z Downloaded tap v1.0.1
9702024-08-16T05:01:03.000Z Downloaded tabwriter v1.4.0
9712024-08-16T05:01:03.000Z Downloaded strip-ansi-escapes v0.2.0
9722024-08-16T05:01:03.000Z Downloaded hyper v0.14.30
9732024-08-16T05:01:03.009Z Downloaded memoffset v0.9.1
9742024-08-16T05:01:03.011Z Downloaded data-encoding v2.6.0
9752024-08-16T05:01:03.011Z Downloaded time-macros v0.2.18
9762024-08-16T05:01:03.015Z Downloaded num-complex v0.4.6
9772024-08-16T05:01:03.020Z Downloaded memmap2 v0.9.4
9782024-08-16T05:01:03.020Z Downloaded atomic-waker v1.1.2
9792024-08-16T05:01:03.020Z Downloaded bb8 v0.8.5
9802024-08-16T05:01:03.025Z Downloaded array-init v0.0.4
9812024-08-16T05:01:03.025Z Downloaded maybe-uninit v2.0.0
9822024-08-16T05:01:03.025Z Downloaded indoc v1.0.9
9832024-08-16T05:01:03.025Z Downloaded bit-set v0.5.3
9842024-08-16T05:01:03.025Z Downloaded async-stream v0.3.5
9852024-08-16T05:01:03.030Z Downloaded assert_matches v1.5.0
9862024-08-16T05:01:03.030Z Downloaded ipnetwork v0.20.0
9872024-08-16T05:01:03.030Z Downloaded aes v0.8.4
9882024-08-16T05:01:03.036Z Downloaded inout v0.1.3
9892024-08-16T05:01:03.036Z Downloaded darling v0.20.9
9902024-08-16T05:01:03.040Z Downloaded lock_api v0.4.12
9912024-08-16T05:01:03.040Z Downloaded jobserver v0.1.32
9922024-08-16T05:01:03.040Z Downloaded bcs v0.1.6
9932024-08-16T05:01:03.044Z Downloaded async-trait v0.1.81
9942024-08-16T05:01:03.044Z Downloaded console v0.15.8
9952024-08-16T05:01:03.053Z Downloaded lalrpop-util v0.19.12
9962024-08-16T05:01:03.053Z Downloaded libz-sys v1.1.16
9972024-08-16T05:01:03.118Z Downloaded bitfield-struct v0.6.1
9982024-08-16T05:01:03.121Z Downloaded ring v0.17.8
9992024-08-16T05:01:03.190Z Downloaded backoff v0.4.0
10002024-08-16T05:01:03.192Z Downloaded humantime v2.1.0
10012024-08-16T05:01:03.195Z Downloaded base64ct v1.6.0
10022024-08-16T05:01:03.197Z Downloaded debug-ignore v1.0.5
10032024-08-16T05:01:03.198Z Downloaded buf-list v1.0.3
10042024-08-16T05:01:03.200Z Downloaded bitstruct_derive v0.1.0
10052024-08-16T05:01:03.200Z Downloaded ahash v0.8.11
10062024-08-16T05:01:03.203Z Downloaded allocator-api2 v0.2.18
10072024-08-16T05:01:03.205Z Downloaded lru-cache v0.1.2
10082024-08-16T05:01:03.207Z Downloaded instability v0.3.2
10092024-08-16T05:01:03.208Z Downloaded async-recursion v1.1.1
10102024-08-16T05:01:03.211Z Downloaded arrayref v0.3.7
10112024-08-16T05:01:03.214Z Downloaded ascii-canvas v3.0.0
10122024-08-16T05:01:03.214Z Downloaded hubpack_derive v0.1.1
10132024-08-16T05:01:03.214Z Downloaded crc-catalog v2.4.0
10142024-08-16T05:01:03.222Z Downloaded libsqlite3-sys v0.28.0
10152024-08-16T05:01:03.299Z Downloaded ring v0.16.20
10162024-08-16T05:01:03.466Z Compiling cfg-if v1.0.0
10172024-08-16T05:01:03.466Z Compiling serde v1.0.207
10182024-08-16T05:01:03.469Z Compiling lock_api v0.4.12
10192024-08-16T05:01:03.469Z Compiling scopeguard v1.2.0
10202024-08-16T05:01:03.469Z Compiling typenum v1.17.0
10212024-08-16T05:01:03.469Z Compiling generic-array v0.14.7
10222024-08-16T05:01:03.646Z Compiling syn v2.0.74
10232024-08-16T05:01:03.661Z Compiling log v0.4.21
10242024-08-16T05:01:03.705Z Compiling getrandom v0.2.14
10252024-08-16T05:01:03.777Z Compiling jobserver v0.1.32
10262024-08-16T05:01:03.979Z Compiling rand_core v0.6.4
10272024-08-16T05:01:04.149Z Compiling cc v1.0.97
10282024-08-16T05:01:04.168Z Compiling subtle v2.5.0
10292024-08-16T05:01:04.188Z Compiling const-oid v0.9.6
10302024-08-16T05:01:04.477Z Compiling pin-project-lite v0.2.14
10312024-08-16T05:01:04.497Z Compiling smallvec v1.13.2
10322024-08-16T05:01:04.500Z Compiling parking_lot_core v0.9.10
10332024-08-16T05:01:04.609Z Compiling spin v0.9.8
10342024-08-16T05:01:04.681Z Compiling signal-hook-registry v1.4.2
10352024-08-16T05:01:05.024Z Compiling mio v0.8.11
10362024-08-16T05:01:05.113Z Compiling ahash v0.8.11
10372024-08-16T05:01:05.532Z Compiling parking_lot v0.12.2
10382024-08-16T05:01:05.620Z Compiling tinyvec_macros v0.1.1
10392024-08-16T05:01:05.724Z Compiling tinyvec v1.6.0
10402024-08-16T05:01:05.944Z Compiling socket2 v0.5.7
10412024-08-16T05:01:06.220Z Compiling num_cpus v1.16.0
10422024-08-16T05:01:06.356Z Compiling serde_json v1.0.125
10432024-08-16T05:01:06.372Z Compiling libm v0.2.8
10442024-08-16T05:01:06.518Z Compiling futures-core v0.3.30
10452024-08-16T05:01:06.518Z Compiling cpufeatures v0.2.12
10462024-08-16T05:01:06.719Z Compiling slab v0.4.9
10472024-08-16T05:01:06.762Z Compiling num-traits v0.2.19
10482024-08-16T05:01:06.777Z Compiling unicode-bidi v0.3.15
10492024-08-16T05:01:06.780Z Compiling futures-sink v0.3.30
10502024-08-16T05:01:06.950Z Compiling allocator-api2 v0.2.18
10512024-08-16T05:01:07.255Z Compiling unicode-normalization v0.1.23
10522024-08-16T05:01:07.303Z Compiling futures-channel v0.3.30
10532024-08-16T05:01:07.656Z Compiling vcpkg v0.2.15
10542024-08-16T05:01:07.731Z Compiling futures-task v0.3.30
10552024-08-16T05:01:07.784Z Compiling futures-io v0.3.30
10562024-08-16T05:01:08.104Z Compiling pin-utils v0.1.0
10572024-08-16T05:01:08.199Z Compiling pkg-config v0.3.30
10582024-08-16T05:01:08.354Z Compiling base64ct v1.6.0
10592024-08-16T05:01:08.384Z Compiling ppv-lite86 v0.2.17
10602024-08-16T05:01:08.404Z Compiling flagset v0.4.5
10612024-08-16T05:01:08.441Z Compiling ring v0.17.8
10622024-08-16T05:01:08.624Z Compiling percent-encoding v2.3.1
10632024-08-16T05:01:08.964Z Compiling pem-rfc7468 v0.7.0
10642024-08-16T05:01:08.997Z Compiling tracing-core v0.1.32
10652024-08-16T05:01:09.302Z Compiling rand_chacha v0.3.1
10662024-08-16T05:01:09.670Z Compiling rustix v0.38.34
10672024-08-16T05:01:09.707Z Compiling untrusted v0.9.0
10682024-08-16T05:01:09.804Z Compiling openssl-sys v0.9.103
10692024-08-16T05:01:09.885Z Compiling rand v0.8.5
10702024-08-16T05:01:10.135Z Compiling num-conv v0.1.0
10712024-08-16T05:01:10.391Z Compiling openssl v0.10.66
10722024-08-16T05:01:10.431Z Compiling httparse v1.8.0
10732024-08-16T05:01:10.558Z Compiling powerfmt v0.2.0
10742024-08-16T05:01:10.807Z Compiling foreign-types-shared v0.1.1
10752024-08-16T05:01:10.874Z Compiling time-core v0.1.2
10762024-08-16T05:01:10.903Z Compiling rustversion v1.0.17
10772024-08-16T05:01:10.923Z Compiling foreign-types v0.3.2
10782024-08-16T05:01:11.022Z Compiling time-macros v0.2.18
10792024-08-16T05:01:11.060Z Compiling deranged v0.3.11
10802024-08-16T05:01:11.467Z Compiling form_urlencoded v1.2.1
10812024-08-16T05:01:11.675Z Compiling lazy_static v1.5.0
10822024-08-16T05:01:11.769Z Compiling syn v1.0.109
10832024-08-16T05:01:11.772Z Compiling try-lock v0.2.5
10842024-08-16T05:01:11.814Z Compiling siphasher v0.3.11
10852024-08-16T05:01:12.161Z Compiling native-tls v0.2.11
10862024-08-16T05:01:12.242Z Compiling crossbeam-utils v0.8.19
10872024-08-16T05:01:12.352Z Compiling num_threads v0.1.7
10882024-08-16T05:01:12.372Z Compiling rustls v0.21.12
10892024-08-16T05:01:12.521Z Compiling want v0.3.1
10902024-08-16T05:01:12.781Z Compiling idna v0.5.0
10912024-08-16T05:01:12.797Z Compiling aho-corasick v1.1.3
10922024-08-16T05:01:12.853Z Compiling cookie v0.17.0
10932024-08-16T05:01:13.115Z Compiling iana-time-zone v0.1.60
10942024-08-16T05:01:13.270Z Compiling regex-syntax v0.8.4
10952024-08-16T05:01:13.543Z Compiling httpdate v1.0.3
10962024-08-16T05:01:13.917Z Compiling tower-service v0.3.2
10972024-08-16T05:01:13.972Z Compiling slog v2.7.0
10982024-08-16T05:01:14.034Z Compiling adler v1.0.2
10992024-08-16T05:01:14.114Z Compiling time v0.3.36
11002024-08-16T05:01:14.233Z Compiling openssl-probe v0.1.5
11012024-08-16T05:01:14.249Z Compiling finl_unicode v1.2.0
11022024-08-16T05:01:14.551Z Compiling miniz_oxide v0.7.2
11032024-08-16T05:01:14.566Z Compiling url v2.5.2
11042024-08-16T05:01:14.730Z Compiling stringprep v0.1.4
11052024-08-16T05:01:16.407Z Compiling num-integer v0.1.46
11062024-08-16T05:01:17.159Z Compiling regex-automata v0.4.6
11072024-08-16T05:01:17.281Z Compiling backtrace v0.3.71
11082024-08-16T05:01:17.775Z Compiling rustls-webpki v0.101.7
11092024-08-16T05:01:17.972Z Compiling serde_derive v1.0.207
11102024-08-16T05:01:18.179Z Compiling zeroize_derive v1.4.2
11112024-08-16T05:01:19.282Z Compiling zerocopy-derive v0.7.34
11122024-08-16T05:01:19.340Z Compiling tokio-macros v2.3.0
11132024-08-16T05:01:19.722Z Compiling thiserror-impl v1.0.63
11142024-08-16T05:01:19.763Z Compiling zeroize v1.7.0
11152024-08-16T05:01:19.786Z Compiling futures-macro v0.3.30
11162024-08-16T05:01:20.978Z Compiling der_derive v0.7.2
11172024-08-16T05:01:21.547Z Compiling crypto-common v0.1.6
11182024-08-16T05:01:21.621Z Compiling zerocopy v0.7.34
11192024-08-16T05:01:21.761Z Compiling block-buffer v0.10.4
11202024-08-16T05:01:21.838Z Compiling block-padding v0.3.3
11212024-08-16T05:01:22.022Z Compiling digest v0.10.7
11222024-08-16T05:01:22.075Z Compiling inout v0.1.3
11232024-08-16T05:01:22.358Z Compiling cipher v0.4.4
11242024-08-16T05:01:22.501Z Compiling hmac v0.12.1
11252024-08-16T05:01:22.746Z Compiling sha2 v0.10.8
11262024-08-16T05:01:22.876Z Compiling futures-util v0.3.30
11272024-08-16T05:01:22.969Z Compiling thiserror v1.0.63
11282024-08-16T05:01:23.230Z Compiling pest v2.7.10
11292024-08-16T05:01:23.442Z Compiling der v0.7.9
11302024-08-16T05:01:23.726Z Compiling hashbrown v0.14.5
11312024-08-16T05:01:25.153Z Compiling salsa20 v0.10.2
11322024-08-16T05:01:25.382Z Compiling pbkdf2 v0.12.2
11332024-08-16T05:01:25.545Z Compiling scroll_derive v0.12.0
11342024-08-16T05:01:26.228Z Compiling pest_meta v2.7.10
11352024-08-16T05:01:26.366Z Compiling tracing-attributes v0.1.27
11362024-08-16T05:01:26.821Z Compiling spki v0.7.3
11372024-08-16T05:01:26.995Z Compiling scroll v0.12.0
11382024-08-16T05:01:27.177Z Compiling scrypt v0.11.0
11392024-08-16T05:01:27.556Z Compiling pest_generator v2.7.10
11402024-08-16T05:01:27.780Z Compiling aes v0.8.4
11412024-08-16T05:01:29.102Z Compiling cbc v0.1.2
11422024-08-16T05:01:29.343Z Compiling pkcs5 v0.7.1
11432024-08-16T05:01:29.545Z Compiling goblin v0.8.2
11442024-08-16T05:01:29.840Z Compiling openssl-macros v0.1.1
11452024-08-16T05:01:30.070Z Compiling pkcs8 v0.10.2
11462024-08-16T05:01:30.143Z Compiling tracing v0.1.40
11472024-08-16T05:01:30.616Z Compiling sct v0.7.1
11482024-08-16T05:01:30.619Z Compiling md-5 v0.10.6
11492024-08-16T05:01:30.653Z Compiling idna v0.3.0
11502024-08-16T05:01:30.669Z Compiling hash32 v0.2.1
11512024-08-16T05:01:30.790Z Compiling signal-hook v0.3.17
11522024-08-16T05:01:30.922Z Compiling smoltcp v0.9.1
11532024-08-16T05:01:31.023Z Compiling cfg_aliases v0.1.1
11542024-08-16T05:01:31.063Z Compiling gimli v0.28.1
11552024-08-16T05:01:31.119Z Compiling fallible-iterator v0.2.0
11562024-08-16T05:01:31.236Z Compiling pest_derive v2.7.10
11572024-08-16T05:01:31.649Z Compiling base64 v0.22.1
11582024-08-16T05:01:31.844Z Compiling psl-types v2.0.11
11592024-08-16T05:01:32.016Z Compiling bytes v1.7.1
11602024-08-16T05:01:32.034Z Compiling bitflags v2.6.0
11612024-08-16T05:01:32.371Z Compiling indexmap v2.4.0
11622024-08-16T05:01:32.414Z Compiling semver v1.0.23
11632024-08-16T05:01:33.166Z Compiling tokio v1.38.1
11642024-08-16T05:01:33.311Z Compiling http v0.2.12
11652024-08-16T05:01:33.812Z Compiling rustc_version v0.4.0
11662024-08-16T05:01:34.527Z Compiling heapless v0.7.17
11672024-08-16T05:01:34.992Z Compiling http-body v0.4.6
11682024-08-16T05:01:35.318Z Compiling dof v0.3.0
11692024-08-16T05:01:35.502Z Compiling dtrace-parser v0.2.0
11702024-08-16T05:01:35.761Z Compiling uuid v1.10.0
11712024-08-16T05:01:36.076Z Compiling usdt-impl v0.5.0
11722024-08-16T05:01:37.171Z Compiling chrono v0.4.38
11732024-08-16T05:01:37.512Z Compiling serde_spanned v0.6.7
11742024-08-16T05:01:37.619Z Compiling serde_tokenstream v0.2.2
11752024-08-16T05:01:37.656Z Compiling toml_datetime v0.6.8
11762024-08-16T05:01:37.735Z Compiling num-bigint-dig v0.8.4
11772024-08-16T05:01:38.043Z Compiling stable_deref_trait v1.2.0
11782024-08-16T05:01:38.151Z Compiling crc32fast v1.4.0
11792024-08-16T05:01:38.268Z Compiling addr2line v0.21.0
11802024-08-16T05:01:38.760Z Compiling terminal_size v0.3.0
11812024-08-16T05:01:38.932Z Compiling postgres-protocol v0.6.7
11822024-08-16T05:01:38.952Z Compiling publicsuffix v2.2.3
11832024-08-16T05:01:39.234Z Compiling nix v0.28.0
11842024-08-16T05:01:39.371Z Compiling hubpack_derive v0.1.1
11852024-08-16T05:01:39.707Z Compiling zerocopy-derive v0.6.6
11862024-08-16T05:01:39.755Z Compiling async-trait v0.1.81
11872024-08-16T05:01:40.113Z Compiling num-iter v0.1.45
11882024-08-16T05:01:40.288Z Compiling phf_shared v0.11.2
11892024-08-16T05:01:40.663Z Compiling serde_derive_internals v0.29.1
11902024-08-16T05:01:40.837Z Compiling ff v0.13.0
11912024-08-16T05:01:41.054Z Compiling object v0.32.2
11922024-08-16T05:01:41.105Z Compiling tokio-util v0.7.11
11932024-08-16T05:01:41.309Z Compiling tokio-rustls v0.24.1
11942024-08-16T05:01:41.883Z Compiling fs-err v2.11.0
11952024-08-16T05:01:42.187Z Compiling h2 v0.3.26
11962024-08-16T05:01:42.312Z Compiling tokio-native-tls v0.3.1
11972024-08-16T05:01:42.445Z Compiling either v1.13.0
11982024-08-16T05:01:42.526Z Compiling base64 v0.21.7
11992024-08-16T05:01:42.580Z Compiling rustc-demangle v0.1.24
12002024-08-16T05:01:42.870Z Compiling ipnet v2.9.0
12012024-08-16T05:01:43.278Z Compiling bitflags v1.3.2
12022024-08-16T05:01:43.280Z Compiling base16ct v0.2.0
12032024-08-16T05:01:43.378Z Compiling managed v0.8.0
12042024-08-16T05:01:43.564Z Compiling anyhow v1.0.86
12052024-08-16T05:01:43.611Z Compiling regex-automata v0.1.10
12062024-08-16T05:01:43.831Z Compiling winnow v0.5.40
12072024-08-16T05:01:44.035Z Compiling schemars v0.8.21
12082024-08-16T05:01:44.095Z Compiling bstr v0.2.17
12092024-08-16T05:01:44.343Z Compiling sec1 v0.7.3
12102024-08-16T05:01:44.414Z Compiling clap_builder v4.5.15
12112024-08-16T05:01:44.943Z Compiling schemars_derive v0.8.21
12122024-08-16T05:01:45.580Z Compiling rustls-pemfile v1.0.4
12132024-08-16T05:01:46.159Z Compiling zerocopy v0.6.6
12142024-08-16T05:01:46.289Z Compiling group v0.13.0
12152024-08-16T05:01:46.602Z Compiling cookie_store v0.20.0
12162024-08-16T05:01:46.999Z Compiling phf v0.11.2
12172024-08-16T05:01:47.282Z Compiling toml_edit v0.19.15
12182024-08-16T05:01:48.052Z Compiling hubpack v0.1.2
12192024-08-16T05:01:48.277Z Compiling usdt-attr-macro v0.5.0
12202024-08-16T05:01:48.301Z Compiling usdt-macro v0.5.0
12212024-08-16T05:01:48.482Z Compiling postgres-types v0.2.7
12222024-08-16T05:01:49.784Z Compiling hyper v0.14.30
12232024-08-16T05:01:50.348Z Compiling serde_urlencoded v0.7.1
12242024-08-16T05:01:50.875Z Compiling pkcs1 v0.7.5
12252024-08-16T05:01:50.902Z Compiling futures-executor v0.3.30
12262024-08-16T05:01:51.101Z Compiling hkdf v0.12.4
12272024-08-16T05:01:51.366Z Compiling signature v2.2.0
12282024-08-16T05:01:51.444Z Compiling regex v1.10.6
12292024-08-16T05:01:51.659Z Compiling crypto-bigint v0.5.5
12302024-08-16T05:01:51.880Z Compiling clap_derive v4.5.13
12312024-08-16T05:01:52.521Z Compiling strum_macros v0.25.3
12322024-08-16T05:01:52.572Z Compiling enum-as-inner v0.6.0
12332024-08-16T05:01:53.632Z Compiling serde_repr v0.1.19
12342024-08-16T05:01:53.651Z Compiling phf_shared v0.10.0
12352024-08-16T05:01:54.052Z Compiling float-cmp v0.9.0
12362024-08-16T05:01:54.270Z Compiling idna v0.4.0
12372024-08-16T05:01:54.835Z Compiling mio v1.0.2
12382024-08-16T05:01:55.120Z Compiling encoding_rs v0.8.34
12392024-08-16T05:01:55.849Z Compiling sync_wrapper v0.1.2
12402024-08-16T05:01:55.979Z Compiling normalize-line-endings v0.3.0
12412024-08-16T05:01:56.026Z Compiling predicates-core v1.0.6
12422024-08-16T05:01:56.095Z Compiling dyn-clone v1.0.17
12432024-08-16T05:01:56.301Z Compiling fixedbitset v0.4.2
12442024-08-16T05:01:56.356Z Compiling new_debug_unreachable v1.0.6
12452024-08-16T05:01:56.447Z Compiling difflib v0.4.0
12462024-08-16T05:01:56.662Z Compiling hyper-tls v0.5.0
12472024-08-16T05:01:56.784Z Compiling hyper-rustls v0.24.2
12482024-08-16T05:01:56.872Z Compiling unicode-segmentation v1.11.0
12492024-08-16T05:01:57.024Z Compiling mime v0.3.17
12502024-08-16T05:01:57.242Z Compiling data-encoding v2.6.0
12512024-08-16T05:01:57.633Z Compiling static_assertions v1.1.0
12522024-08-16T05:01:57.657Z Compiling precomputed-hash v0.1.1
12532024-08-16T05:01:57.706Z Compiling minimal-lexical v0.2.1
12542024-08-16T05:01:57.737Z Compiling whoami v1.5.1
12552024-08-16T05:01:57.773Z Compiling bit-vec v0.6.3
12562024-08-16T05:01:57.965Z Compiling webpki-roots v0.25.4
12572024-08-16T05:01:58.130Z Compiling nom v7.1.3
12582024-08-16T05:01:58.212Z Compiling bit-set v0.5.3
12592024-08-16T05:01:58.229Z Compiling reqwest v0.11.27
12602024-08-16T05:01:58.381Z Compiling tokio-postgres v0.7.11
12612024-08-16T05:01:58.484Z Compiling hickory-proto v0.24.1
12622024-08-16T05:01:59.465Z Compiling string_cache v0.8.7
12632024-08-16T05:01:59.538Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=319e7b92db69792ab8efa4c68554ad0cf83adf93#319e7b92)
12642024-08-16T05:01:59.595Z Compiling console v0.15.8
12652024-08-16T05:01:59.960Z Compiling similar v2.5.0
12662024-08-16T05:02:01.142Z Compiling clap v4.5.15
12672024-08-16T05:02:01.262Z Compiling predicates v3.1.2
12682024-08-16T05:02:01.819Z Compiling petgraph v0.6.5
12692024-08-16T05:02:02.549Z Compiling toml_edit v0.22.20
12702024-08-16T05:02:02.999Z Compiling usdt v0.5.0
12712024-08-16T05:02:03.509Z Compiling signal-hook-mio v0.2.4
12722024-08-16T05:02:03.677Z Compiling elliptic-curve v0.13.8
12732024-08-16T05:02:04.140Z Compiling rsa v0.9.6
12742024-08-16T05:02:04.516Z Compiling futures v0.3.30
12752024-08-16T05:02:04.639Z Compiling toml v0.7.8
12762024-08-16T05:02:05.850Z Compiling flate2 v1.0.31
12772024-08-16T05:02:06.823Z Compiling itertools v0.12.1
12782024-08-16T05:02:06.842Z Compiling itertools v0.10.5
12792024-08-16T05:02:07.135Z Compiling tokio-stream v0.1.15
12802024-08-16T05:02:08.139Z Compiling openapiv3 v2.0.0
12812024-08-16T05:02:08.768Z Compiling hex v0.4.3
12822024-08-16T05:02:09.372Z Compiling sha1 v0.10.6
12832024-08-16T05:02:09.723Z Compiling bstr v1.9.1
12842024-08-16T05:02:09.807Z Compiling crossbeam-epoch v0.9.18
12852024-08-16T05:02:09.925Z Compiling dirs-sys-next v0.1.2
12862024-08-16T05:02:10.434Z Compiling peg-runtime v0.8.3
12872024-08-16T05:02:10.580Z Compiling unicode-xid v0.2.4
12882024-08-16T05:02:10.600Z Compiling lalrpop-util v0.19.12
12892024-08-16T05:02:10.752Z Compiling dirs-next v2.0.0
12902024-08-16T05:02:10.923Z Compiling thread_local v1.1.8
12912024-08-16T05:02:10.947Z Compiling slog-async v2.8.0
12922024-08-16T05:02:10.951Z Compiling term v0.7.0
12932024-08-16T05:02:11.074Z Compiling xattr v1.3.1
12942024-08-16T05:02:11.345Z Compiling strum_macros v0.26.4
12952024-08-16T05:02:11.457Z Compiling crossbeam-channel v0.5.12
12962024-08-16T05:02:11.527Z Compiling filetime v0.2.24
12972024-08-16T05:02:11.546Z Compiling is-terminal v0.4.12
12982024-08-16T05:02:11.668Z Compiling take_mut v0.2.2
12992024-08-16T05:02:11.820Z Compiling tar v0.4.41
13002024-08-16T05:02:11.820Z Compiling slog-term v2.9.1
13012024-08-16T05:02:12.498Z Compiling camino v1.1.7
13022024-08-16T05:02:13.103Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
13032024-08-16T05:02:14.233Z Compiling strum v0.26.3
13042024-08-16T05:02:14.311Z Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
13052024-08-16T05:02:19.240Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 18s
13062024-08-16T05:02:19.376Z Running `target/debug/xtask-downloader cockroach clickhouse console dendrite-openapi dendrite-stub maghemite-mgd transceiver-control`
13072024-08-16T05:02:19.423ZAug 16 05:02:19.213 INFO Starting download, target: DendriteOpenapi
13082024-08-16T05:02:19.423ZAug 16 05:02:19.213 INFO Starting download, target: MaghemiteMgd
13092024-08-16T05:02:19.425ZAug 16 05:02:19.213 INFO Starting download, target: Cockroach
13102024-08-16T05:02:19.425ZAug 16 05:02:19.213 INFO Starting download, target: Console
13112024-08-16T05:02:19.425ZAug 16 05:02:19.213 INFO Starting download, target: Clickhouse
13122024-08-16T05:02:19.425ZAug 16 05:02:19.213 INFO Starting download, target: DendriteStub
13132024-08-16T05:02:19.425ZAug 16 05:02:19.213 INFO Starting download, target: TransceiverControl
13142024-08-16T05:02:19.425ZAug 16 05:02:19.214 INFO Downloading out/downloads/console.tar.gz (attempt 1/3), target: Console
13152024-08-16T05:02:19.425ZAug 16 05:02:19.214 INFO Downloading out/downloads/xcvradm.gz (attempt 1/3), target: TransceiverControl
13162024-08-16T05:02:19.425ZAug 16 05:02:19.214 INFO Downloading out/downloads/dpd-21b16567f28e103f145cd18d53fac6958429c4ff.json (attempt 1/3), target: DendriteOpenapi
13172024-08-16T05:02:19.425ZAug 16 05:02:19.214 INFO Downloading out/downloads/cockroach-v22.1.9.illumos.tar.gz (attempt 1/3), target: Cockroach
13182024-08-16T05:02:19.425ZAug 16 05:02:19.214 INFO Downloading out/downloads/mgd.tar.gz (attempt 1/3), target: MaghemiteMgd
13192024-08-16T05:02:19.426ZAug 16 05:02:19.214 INFO Downloading out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz (attempt 1/3), target: Clickhouse
13202024-08-16T05:02:19.426ZAug 16 05:02:19.214 INFO Downloading out/downloads/dendrite-stub.tar.gz (attempt 1/3), target: DendriteStub
13212024-08-16T05:02:19.583ZAug 16 05:02:19.367 INFO Download complete, target: DendriteOpenapi
13222024-08-16T05:02:19.670ZAug 16 05:02:19.460 INFO Unpacking out/downloads/xcvradm.gz to out/downloads/root/opt/oxide/bin/xcvradm, target: TransceiverControl
13232024-08-16T05:02:19.967ZAug 16 05:02:19.744 INFO Unpacking out/downloads/console.tar.gz to out/console-assets, target: Console
13242024-08-16T05:02:20.150ZAug 16 05:02:19.940 INFO Unpacking out/downloads/mgd.tar.gz to out/downloads, target: MaghemiteMgd
13252024-08-16T05:02:20.158ZAug 16 05:02:19.949 INFO Unpacking out/downloads/dendrite-stub.tar.gz to out/downloads, target: DendriteStub
13262024-08-16T05:02:20.359ZAug 16 05:02:20.149 INFO Download complete, target: Console
13272024-08-16T05:02:20.502ZAug 16 05:02:20.292 INFO Download complete, target: TransceiverControl
13282024-08-16T05:02:21.349ZAug 16 05:02:21.137 INFO tarball path: out/downloads/cockroach-v22.1.9.illumos.tar.gz, target: Cockroach
13292024-08-16T05:02:21.349ZAug 16 05:02:21.137 INFO Unpacking out/downloads/cockroach-v22.1.9.illumos.tar.gz to out/downloads, target: Cockroach
13302024-08-16T05:02:21.758ZAug 16 05:02:21.546 INFO Unpacking out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz to out/clickhouse, target: Clickhouse
13312024-08-16T05:02:23.466ZAug 16 05:02:23.254 INFO Download complete, target: DendriteStub
13322024-08-16T05:02:23.504ZAug 16 05:02:23.293 INFO Download complete, target: MaghemiteMgd
13332024-08-16T05:02:29.878ZAug 16 05:02:29.663 INFO Copying from out/downloads/cockroach-v22.1.9 to out/cockroachdb, target: Cockroach
13342024-08-16T05:02:30.213ZAug 16 05:02:29.997 INFO Checking that binary works, target: Cockroach
13352024-08-16T05:02:30.366ZAug 16 05:02:30.150 INFO Download complete, target: Cockroach
13362024-08-16T05:02:36.264ZAug 16 05:02:36.044 INFO Checking that binary works, target: Clickhouse
13372024-08-16T05:02:36.433ZAug 16 05:02:36.213 INFO Download complete, target: Clickhouse
13382024-08-16T05:02:36.444ZAll prerequisites installed successfully
13392024-08-16T05:02:36.453Z
13402024-08-16T05:02:36.453Zreal 3:46.118696333
13412024-08-16T05:02:36.453Zuser 11:14.968244481
13422024-08-16T05:02:36.453Zsys 2:23.385391159
13432024-08-16T05:02:36.453Ztrap 0.410985507
13442024-08-16T05:02:36.453Ztflt 0.914499606
13452024-08-16T05:02:36.453Zdflt 1.728369593
13462024-08-16T05:02:36.453Zkflt 0.020879316
13472024-08-16T05:02:36.453Zlock 23:18.126626136
13482024-08-16T05:02:36.453Zslp 43:29.033157737
13492024-08-16T05:02:36.453Zlat 43.586384097
13502024-08-16T05:02:36.453Zstop 1:43.245677717
13512024-08-16T05:02:36.453Z+ source ./tools/include/force-git-over-https.sh
13522024-08-16T05:02:36.453Z++ override_urls=('git://github.com/' 'git@github.com:' 'ssh://github.com/' 'ssh://git@github.com/' 'git+ssh://git@github.com/')
13532024-08-16T05:02:36.453Z++ (( i = 0 ))
13542024-08-16T05:02:36.453Z++ (( i < 5 ))
13552024-08-16T05:02:36.453Z++ git config --add --global url.https://github.com/.insteadOf git://github.com/
13562024-08-16T05:02:36.453Z++ (( i++ ))
13572024-08-16T05:02:36.453Z++ (( i < 5 ))
13582024-08-16T05:02:36.453Z++ git config --add --global url.https://github.com/.insteadOf git@github.com:
13592024-08-16T05:02:36.463Z++ (( i++ ))
13602024-08-16T05:02:36.463Z++ (( i < 5 ))
13612024-08-16T05:02:36.463Z++ git config --add --global url.https://github.com/.insteadOf ssh://github.com/
13622024-08-16T05:02:36.463Z++ (( i++ ))
13632024-08-16T05:02:36.463Z++ (( i < 5 ))
13642024-08-16T05:02:36.463Z++ git config --add --global url.https://github.com/.insteadOf ssh://git@github.com/
13652024-08-16T05:02:36.463Z++ (( i++ ))
13662024-08-16T05:02:36.463Z++ (( i < 5 ))
13672024-08-16T05:02:36.463Z++ git config --add --global url.https://github.com/.insteadOf git+ssh://git@github.com/
13682024-08-16T05:02:36.468Z++ (( i++ ))
13692024-08-16T05:02:36.468Z++ (( i < 5 ))
13702024-08-16T05:02:36.468Z++ export CARGO_NET_GIT_FETCH_WITH_CLI=true
13712024-08-16T05:02:36.468Z++ CARGO_NET_GIT_FETCH_WITH_CLI=true
13722024-08-16T05:02:36.468Z+ rc=0
13732024-08-16T05:02:36.468Z+ pfexec pkg install -q /system/zones/brand/omicron1/tools
13742024-08-16T05:03:08.869Z+ case $rc in
13752024-08-16T05:03:08.869Z+ pfexec zfs create -p rpool/images/build/host
13762024-08-16T05:03:09.127Z+ pfexec zfs create -p rpool/images/build/recovery
13772024-08-16T05:03:09.160Z+ cargo xtask releng --output-dir /work
13782024-08-16T05:03:09.736Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
13792024-08-16T05:03:09.756Z Running `target/debug/xtask releng --output-dir /work`
13802024-08-16T05:03:10.603Z Compiling proc-macro2 v1.0.86
13812024-08-16T05:03:10.603Z Compiling unicode-ident v1.0.12
13822024-08-16T05:03:10.606Z Compiling libc v0.2.155
13832024-08-16T05:03:10.606Z Compiling serde v1.0.207
13842024-08-16T05:03:10.606Z Compiling version_check v0.9.5
13852024-08-16T05:03:10.606Z Compiling autocfg v1.3.0
13862024-08-16T05:03:10.606Z Compiling cfg-if v1.0.0
13872024-08-16T05:03:10.606Z Compiling once_cell v1.19.0
13882024-08-16T05:03:10.873Z Compiling typenum v1.17.0
13892024-08-16T05:03:11.012Z Compiling memchr v2.7.2
13902024-08-16T05:03:11.379Z Compiling serde_json v1.0.125
13912024-08-16T05:03:11.418Z Compiling generic-array v0.14.7
13922024-08-16T05:03:11.724Z Compiling lock_api v0.4.12
13932024-08-16T05:03:11.748Z Compiling ahash v0.8.11
13942024-08-16T05:03:11.847Z Compiling libm v0.2.8
13952024-08-16T05:03:12.037Z Compiling num-traits v0.2.19
13962024-08-16T05:03:12.093Z Compiling parking_lot_core v0.9.10
13972024-08-16T05:03:12.211Z Compiling quote v1.0.36
13982024-08-16T05:03:12.346Z Compiling byteorder v1.5.0
13992024-08-16T05:03:12.670Z Compiling syn v2.0.74
14002024-08-16T05:03:12.842Z Compiling getrandom v0.2.14
14012024-08-16T05:03:12.842Z Compiling jobserver v0.1.32
14022024-08-16T05:03:12.984Z Compiling scopeguard v1.2.0
14032024-08-16T05:03:13.010Z Compiling log v0.4.21
14042024-08-16T05:03:13.229Z Compiling cc v1.0.97
14052024-08-16T05:03:13.247Z Compiling thiserror v1.0.63
14062024-08-16T05:03:13.406Z Compiling itoa v1.0.11
14072024-08-16T05:03:13.648Z Compiling slab v0.4.9
14082024-08-16T05:03:13.771Z Compiling rand_core v0.6.4
14092024-08-16T05:03:13.877Z Compiling pkg-config v0.3.30
14102024-08-16T05:03:14.467Z Compiling semver v1.0.23
14112024-08-16T05:03:14.610Z Compiling ryu v1.0.18
14122024-08-16T05:03:14.832Z Compiling vcpkg v0.2.15
14132024-08-16T05:03:14.940Z Compiling pin-project-lite v0.2.14
14142024-08-16T05:03:14.993Z Compiling smallvec v1.13.2
14152024-08-16T05:03:15.107Z Compiling spin v0.9.8
14162024-08-16T05:03:15.163Z Compiling allocator-api2 v0.2.18
14172024-08-16T05:03:15.718Z Compiling subtle v2.5.0
14182024-08-16T05:03:16.179Z Compiling const-oid v0.9.6
14192024-08-16T05:03:16.449Z Compiling signal-hook-registry v1.4.2
14202024-08-16T05:03:16.740Z Compiling ring v0.17.8
14212024-08-16T05:03:17.147Z Compiling openssl-sys v0.9.103
14222024-08-16T05:03:17.806Z Compiling httparse v1.8.0
14232024-08-16T05:03:18.094Z Compiling rustix v0.38.34
14242024-08-16T05:03:18.224Z Compiling heck v0.5.0
14252024-08-16T05:03:18.253Z Compiling schemars v0.8.21
14262024-08-16T05:03:18.640Z Compiling parking_lot v0.12.2
14272024-08-16T05:03:18.700Z Compiling mio v0.8.11
14282024-08-16T05:03:18.767Z Compiling time-core v0.1.2
14292024-08-16T05:03:18.970Z Compiling num-conv v0.1.0
14302024-08-16T05:03:19.437Z Compiling futures-core v0.3.30
14312024-08-16T05:03:19.558Z Compiling time-macros v0.2.18
14322024-08-16T05:03:19.613Z Compiling num_cpus v1.16.0
14332024-08-16T05:03:19.746Z Compiling socket2 v0.5.7
14342024-08-16T05:03:19.800Z Compiling openssl v0.10.66
14352024-08-16T05:03:20.291Z Compiling equivalent v1.0.1
14362024-08-16T05:03:20.308Z Compiling fnv v1.0.7
14372024-08-16T05:03:20.408Z Compiling serde_derive_internals v0.29.1
14382024-08-16T05:03:20.645Z Compiling tinyvec_macros v0.1.1
14392024-08-16T05:03:20.787Z Compiling rustls v0.21.12
14402024-08-16T05:03:20.830Z Compiling native-tls v0.2.11
14412024-08-16T05:03:21.150Z Compiling tinyvec v1.6.0
14422024-08-16T05:03:21.519Z Compiling crossbeam-utils v0.8.19
14432024-08-16T05:03:22.013Z Compiling futures-sink v0.3.30
14442024-08-16T05:03:22.533Z Compiling cookie v0.17.0
14452024-08-16T05:03:22.645Z Compiling ucd-trie v0.1.6
14462024-08-16T05:03:22.865Z Compiling unicode-normalization v0.1.23
14472024-08-16T05:03:22.942Z Compiling iana-time-zone v0.1.60
14482024-08-16T05:03:22.987Z Compiling cpufeatures v0.2.12
14492024-08-16T05:03:23.241Z Compiling futures-channel v0.3.30
14502024-08-16T05:03:23.448Z Compiling syn v1.0.109
14512024-08-16T05:03:23.491Z Compiling futures-io v0.3.30
14522024-08-16T05:03:23.537Z Compiling futures-task v0.3.30
14532024-08-16T05:03:23.838Z Compiling slog v2.7.0
14542024-08-16T05:03:23.883Z Compiling unicode-bidi v0.3.15
14552024-08-16T05:03:23.913Z Compiling pin-utils v0.1.0
14562024-08-16T05:03:24.247Z Compiling untrusted v0.9.0
14572024-08-16T05:03:24.983Z Compiling aho-corasick v1.1.3
14582024-08-16T05:03:25.232Z Compiling dyn-clone v1.0.17
14592024-08-16T05:03:25.275Z Compiling crc32fast v1.4.0
14602024-08-16T05:03:25.540Z Compiling regex-syntax v0.8.4
14612024-08-16T05:03:25.779Z Compiling serde_derive v1.0.207
14622024-08-16T05:03:25.824Z Compiling zeroize_derive v1.4.2
14632024-08-16T05:03:26.075Z Compiling zerocopy-derive v0.7.34
14642024-08-16T05:03:27.072Z Compiling tokio-macros v2.3.0
14652024-08-16T05:03:27.315Z Compiling thiserror-impl v1.0.63
14662024-08-16T05:03:28.123Z Compiling zeroize v1.7.0
14672024-08-16T05:03:28.638Z Compiling zerocopy v0.7.34
14682024-08-16T05:03:29.660Z Compiling futures-macro v0.3.30
14692024-08-16T05:03:31.473Z Compiling hashbrown v0.14.5
14702024-08-16T05:03:31.758Z Compiling crypto-common v0.1.6
14712024-08-16T05:03:31.904Z Compiling tracing-attributes v0.1.27
14722024-08-16T05:03:31.984Z Compiling der_derive v0.7.2
14732024-08-16T05:03:32.132Z Compiling block-buffer v0.10.4
14742024-08-16T05:03:32.429Z Compiling digest v0.10.7
14752024-08-16T05:03:32.807Z Compiling schemars_derive v0.8.21
14762024-08-16T05:03:34.596Z Compiling openssl-macros v0.1.1
14772024-08-16T05:03:34.930Z Compiling scroll_derive v0.12.0
14782024-08-16T05:03:35.370Z Compiling hmac v0.12.1
14792024-08-16T05:03:35.402Z Compiling pest v2.7.10
14802024-08-16T05:03:35.687Z Compiling block-padding v0.3.3
14812024-08-16T05:03:35.727Z Compiling futures-util v0.3.30
14822024-08-16T05:03:36.001Z Compiling inout v0.1.3
14832024-08-16T05:03:36.252Z Compiling cipher v0.4.4
14842024-08-16T05:03:36.377Z Compiling sha2 v0.10.8
14852024-08-16T05:03:37.743Z Compiling regex-automata v0.4.6
14862024-08-16T05:03:37.859Z Compiling usdt-impl v0.5.0
14872024-08-16T05:03:38.261Z Compiling pest_meta v2.7.10
14882024-08-16T05:03:38.616Z Compiling powerfmt v0.2.0
14892024-08-16T05:03:39.354Z Compiling heck v0.4.1
14902024-08-16T05:03:39.846Z Compiling bytes v1.7.1
14912024-08-16T05:03:42.194Z Compiling bitflags v2.6.0
14922024-08-16T05:03:43.003Z Compiling tokio v1.38.1
14932024-08-16T05:03:43.265Z Compiling indexmap v2.4.0
14942024-08-16T05:03:43.845Z Compiling serde_tokenstream v0.2.2
14952024-08-16T05:03:43.885Z Compiling uuid v1.10.0
14962024-08-16T05:03:44.551Z Compiling chrono v0.4.38
14972024-08-16T05:03:45.054Z Compiling http v0.2.12
14982024-08-16T05:03:45.388Z Compiling pest_generator v2.7.10
14992024-08-16T05:03:47.601Z Compiling pest_derive v2.7.10
15002024-08-16T05:03:48.307Z Compiling rustc_version v0.4.0
15012024-08-16T05:03:48.785Z Compiling percent-encoding v2.3.1
15022024-08-16T05:03:49.100Z Compiling base64ct v1.6.0
15032024-08-16T05:03:49.385Z Compiling heapless v0.7.17
15042024-08-16T05:03:49.781Z Compiling pem-rfc7468 v0.7.0
15052024-08-16T05:03:49.890Z Compiling deranged v0.3.11
15062024-08-16T05:03:50.313Z Compiling scroll v0.12.0
15072024-08-16T05:03:50.506Z Compiling zerocopy-derive v0.6.6
15082024-08-16T05:03:51.284Z Compiling backtrace v0.3.71
15092024-08-16T05:03:51.866Z Compiling tracing-core v0.1.32
15102024-08-16T05:03:52.128Z Compiling errno v0.3.9
15112024-08-16T05:03:52.412Z Compiling plain v0.2.3
15122024-08-16T05:03:52.580Z Compiling flagset v0.4.5
15132024-08-16T05:03:52.789Z Compiling num-bigint-dig v0.8.4
15142024-08-16T05:03:52.821Z Compiling ppv-lite86 v0.2.17
15152024-08-16T05:03:53.107Z Compiling num_threads v0.1.7
15162024-08-16T05:03:53.595Z Compiling rand_chacha v0.3.1
15172024-08-16T05:03:53.842Z Compiling time v0.3.36
15182024-08-16T05:03:54.159Z Compiling der v0.7.9
15192024-08-16T05:03:54.240Z Compiling tracing v0.1.40
15202024-08-16T05:03:54.572Z Compiling goblin v0.8.2
15212024-08-16T05:03:55.163Z Compiling tokio-util v0.7.11
15222024-08-16T05:03:57.350Z Compiling regex v1.10.6
15232024-08-16T05:03:57.382Z Compiling salsa20 v0.10.2
15242024-08-16T05:03:57.599Z Compiling pbkdf2 v0.12.2
15252024-08-16T05:03:57.791Z Compiling async-trait v0.1.81
15262024-08-16T05:03:58.677Z Compiling pretty-hex v0.4.1
15272024-08-16T05:03:59.156Z Compiling strsim v0.11.1
15282024-08-16T05:03:59.733Z Compiling rustversion v1.0.17
15292024-08-16T05:04:00.574Z Compiling scrypt v0.11.0
15302024-08-16T05:04:01.097Z Compiling dof v0.3.0
15312024-08-16T05:04:01.172Z Compiling spki v0.7.3
15322024-08-16T05:04:01.645Z Compiling rand v0.8.5
15332024-08-16T05:04:02.052Z Compiling form_urlencoded v1.2.1
15342024-08-16T05:04:02.718Z Compiling dtrace-parser v0.2.0
15352024-08-16T05:04:03.222Z Compiling aes v0.8.4
15362024-08-16T05:04:03.364Z Compiling cbc v0.1.2
15372024-08-16T05:04:03.457Z Compiling thread-id v4.2.1
15382024-08-16T05:04:03.641Z Compiling foreign-types-shared v0.1.1
15392024-08-16T05:04:03.773Z Compiling smoltcp v0.9.1
15402024-08-16T05:04:03.797Z Compiling unicode-width v0.1.13
15412024-08-16T05:04:04.074Z Compiling try-lock v0.2.5
15422024-08-16T05:04:04.334Z Compiling signal-hook v0.3.17
15432024-08-16T05:04:04.508Z Compiling anyhow v1.0.86
15442024-08-16T05:04:04.652Z Compiling want v0.3.1
15452024-08-16T05:04:04.810Z Compiling pkcs5 v0.7.1
15462024-08-16T05:04:05.138Z Compiling foreign-types v0.3.2
15472024-08-16T05:04:06.629Z Compiling h2 v0.3.26
15482024-08-16T05:04:07.318Z Compiling http-body v0.4.6
15492024-08-16T05:04:07.879Z Compiling clap_derive v4.5.13
15502024-08-16T05:04:08.732Z Compiling lazy_static v1.5.0
15512024-08-16T05:04:09.691Z Compiling cfg_aliases v0.1.1
15522024-08-16T05:04:10.373Z Compiling base64 v0.21.7
15532024-08-16T05:04:10.739Z Compiling siphasher v0.3.11
15542024-08-16T05:04:11.132Z Compiling tower-service v0.3.2
15552024-08-16T05:04:11.267Z Compiling httpdate v1.0.3
15562024-08-16T05:04:11.993Z Compiling nix v0.28.0
15572024-08-16T05:04:15.418Z Compiling hyper v0.14.30
15582024-08-16T05:04:20.550Z Compiling pkcs8 v0.10.2
15592024-08-16T05:04:22.781Z Compiling sct v0.7.1
15602024-08-16T05:04:23.307Z Compiling rustls-webpki v0.101.7
15612024-08-16T05:04:25.122Z Compiling openapiv3 v2.0.0
15622024-08-16T05:04:26.227Z Compiling hubpack_derive v0.1.1
15632024-08-16T05:04:27.565Z Compiling idna v0.5.0
15642024-08-16T05:04:29.737Z Compiling fs-err v2.11.0
15652024-08-16T05:04:30.014Z Compiling anstyle v1.0.8
15662024-08-16T05:04:30.266Z Compiling adler v1.0.2
15672024-08-16T05:04:30.533Z Compiling openssl-probe v0.1.5
15682024-08-16T05:04:30.644Z Compiling utf8parse v0.2.1
15692024-08-16T05:04:30.851Z Compiling finl_unicode v1.2.0
15702024-08-16T05:04:31.418Z Compiling stringprep v0.1.4
15712024-08-16T05:04:31.490Z Compiling anstyle-parse v0.2.4
15722024-08-16T05:04:31.936Z Compiling miniz_oxide v0.7.2
15732024-08-16T05:04:33.107Z Compiling url v2.5.2
15742024-08-16T05:04:36.484Z Compiling usdt-attr-macro v0.5.0
15752024-08-16T05:04:37.238Z Compiling usdt-macro v0.5.0
15762024-08-16T05:04:38.680Z Compiling serde_spanned v0.6.7
15772024-08-16T05:04:38.700Z Compiling toml_datetime v0.6.8
15782024-08-16T05:04:38.893Z Compiling regress v0.9.1
15792024-08-16T05:04:39.148Z Compiling md-5 v0.10.6
15802024-08-16T05:04:39.407Z Compiling idna v0.3.0
15812024-08-16T05:04:40.917Z Compiling num-integer v0.1.46
15822024-08-16T05:04:41.008Z Compiling hash32 v0.2.1
15832024-08-16T05:04:41.381Z Compiling encoding_rs v0.8.34
15842024-08-16T05:04:41.596Z Compiling mime v0.3.17
15852024-08-16T05:04:42.615Z Compiling anstyle-query v1.0.3
15862024-08-16T05:04:42.776Z Compiling psl-types v2.0.11
15872024-08-16T05:04:42.992Z Compiling colorchoice v1.0.1
15882024-08-16T05:04:43.158Z Compiling fallible-iterator v0.2.0
15892024-08-16T05:04:43.334Z Compiling gimli v0.28.1
15902024-08-16T05:04:43.687Z Compiling base64 v0.22.1
15912024-08-16T05:04:43.866Z Compiling is_terminal_polyfill v1.70.0
15922024-08-16T05:04:43.998Z Compiling stable_deref_trait v1.2.0
15932024-08-16T05:04:44.053Z Compiling anstream v0.6.14
15942024-08-16T05:04:44.343Z Compiling postgres-protocol v0.6.7
15952024-08-16T05:04:45.295Z Compiling publicsuffix v2.2.3
15962024-08-16T05:04:45.565Z Compiling typify-impl v0.1.0 (https://github.com/oxidecomputer/typify#ad1296f6)
15972024-08-16T05:04:45.861Z Compiling num-iter v0.1.45
15982024-08-16T05:04:48.006Z Compiling addr2line v0.21.0
15992024-08-16T05:04:48.678Z Compiling tokio-rustls v0.24.1
16002024-08-16T05:04:49.559Z Compiling terminal_size v0.3.0
16012024-08-16T05:04:49.773Z Compiling tokio-native-tls v0.3.1
16022024-08-16T05:04:50.374Z Compiling phf_shared v0.11.2
16032024-08-16T05:04:50.760Z Compiling strum_macros v0.25.3
16042024-08-16T05:04:51.058Z Compiling serde_urlencoded v0.7.1
16052024-08-16T05:04:51.933Z Compiling enum-as-inner v0.6.0
16062024-08-16T05:04:52.185Z Compiling serde_repr v0.1.19
16072024-08-16T05:04:52.416Z Compiling ff v0.13.0
16082024-08-16T05:04:52.790Z Compiling object v0.32.2
16092024-08-16T05:04:53.139Z Compiling winnow v0.5.40
16102024-08-16T05:04:53.214Z Compiling ipnet v2.9.0
16112024-08-16T05:04:55.918Z Compiling managed v0.8.0
16122024-08-16T05:04:56.353Z Compiling either v1.13.0
16132024-08-16T05:04:56.487Z Compiling rustc-demangle v0.1.24
16142024-08-16T05:04:56.799Z Compiling clap_lex v0.7.0
16152024-08-16T05:04:56.966Z Compiling base16ct v0.2.0
16162024-08-16T05:04:57.234Z Compiling regex-automata v0.1.10
16172024-08-16T05:04:57.390Z Compiling bitflags v1.3.2
16182024-08-16T05:04:57.393Z Compiling typify-macro v0.1.0 (https://github.com/oxidecomputer/typify#ad1296f6)
16192024-08-16T05:04:57.728Z Compiling bstr v0.2.17
16202024-08-16T05:04:58.030Z Compiling sec1 v0.7.3
16212024-08-16T05:04:58.348Z Compiling clap_builder v4.5.15
16222024-08-16T05:04:58.603Z Compiling toml_edit v0.19.15
16232024-08-16T05:04:59.083Z Compiling rustls-pemfile v1.0.4
16242024-08-16T05:04:59.886Z Compiling group v0.13.0
16252024-08-16T05:05:01.234Z Compiling phf v0.11.2
16262024-08-16T05:05:01.247Z Compiling hyper-tls v0.5.0
16272024-08-16T05:05:01.528Z Compiling hyper-rustls v0.24.2
16282024-08-16T05:05:01.909Z Compiling cookie_store v0.20.0
16292024-08-16T05:05:02.259Z Compiling postgres-types v0.2.7
16302024-08-16T05:05:03.434Z Compiling hubpack v0.1.2
16312024-08-16T05:05:03.492Z Compiling pkcs1 v0.7.5
16322024-08-16T05:05:03.937Z Compiling phf_shared v0.10.0
16332024-08-16T05:05:04.347Z Compiling zerocopy v0.6.6
16342024-08-16T05:05:04.452Z Compiling futures-executor v0.3.30
16352024-08-16T05:05:04.619Z Compiling hkdf v0.12.4
16362024-08-16T05:05:04.650Z Compiling signature v2.2.0
16372024-08-16T05:05:04.862Z Compiling crypto-bigint v0.5.5
16382024-08-16T05:05:04.916Z Compiling idna v0.4.0
16392024-08-16T05:05:05.050Z Compiling float-cmp v0.9.0
16402024-08-16T05:05:05.260Z Compiling mio v1.0.2
16412024-08-16T05:05:05.260Z Compiling memmap v0.7.0
16422024-08-16T05:05:05.501Z Compiling sync_wrapper v0.1.2
16432024-08-16T05:05:05.736Z Compiling whoami v1.5.1
16442024-08-16T05:05:05.817Z Compiling predicates-core v1.0.6
16452024-08-16T05:05:06.117Z Compiling precomputed-hash v0.1.1
16462024-08-16T05:05:06.136Z Compiling new_debug_unreachable v1.0.6
16472024-08-16T05:05:06.203Z Compiling bit-vec v0.6.3
16482024-08-16T05:05:06.234Z Compiling difflib v0.4.0
16492024-08-16T05:05:06.234Z Compiling unicode-segmentation v1.11.0
16502024-08-16T05:05:06.289Z Compiling minimal-lexical v0.2.1
16512024-08-16T05:05:06.431Z Compiling winnow v0.6.18
16522024-08-16T05:05:06.631Z Compiling webpki-roots v0.25.4
16532024-08-16T05:05:06.819Z Compiling static_assertions v1.1.0
16542024-08-16T05:05:07.072Z Compiling normalize-line-endings v0.3.0
16552024-08-16T05:05:07.227Z Compiling data-encoding v2.6.0
16562024-08-16T05:05:07.266Z Compiling fixedbitset v0.4.2
16572024-08-16T05:05:07.460Z Compiling reqwest v0.11.27
16582024-08-16T05:05:07.703Z Compiling elliptic-curve v0.13.8
16592024-08-16T05:05:07.737Z Compiling petgraph v0.6.5
16602024-08-16T05:05:08.362Z Compiling hickory-proto v0.24.1
16612024-08-16T05:05:08.919Z Compiling predicates v3.1.2
16622024-08-16T05:05:08.943Z Compiling similar v2.5.0
16632024-08-16T05:05:10.181Z Compiling toml_edit v0.22.20
16642024-08-16T05:05:10.414Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=319e7b92db69792ab8efa4c68554ad0cf83adf93#319e7b92)
16652024-08-16T05:05:11.050Z Compiling nom v7.1.3
16662024-08-16T05:05:11.709Z Compiling bit-set v0.5.3
16672024-08-16T05:05:13.092Z Compiling string_cache v0.8.7
16682024-08-16T05:05:13.637Z Compiling tokio-postgres v0.7.11
16692024-08-16T05:05:14.801Z Compiling signal-hook-mio v0.2.4
16702024-08-16T05:05:14.990Z Compiling usdt v0.5.0
16712024-08-16T05:05:16.620Z Compiling rsa v0.9.6
16722024-08-16T05:05:16.741Z Compiling futures v0.3.30
16732024-08-16T05:05:17.628Z Compiling clap v4.5.15
16742024-08-16T05:05:17.761Z Compiling toml v0.7.8
16752024-08-16T05:05:18.217Z Compiling crossbeam-epoch v0.9.18
16762024-08-16T05:05:18.237Z Compiling flate2 v1.0.31
16772024-08-16T05:05:18.628Z Compiling itertools v0.10.5
16782024-08-16T05:05:18.933Z Compiling itertools v0.12.1
16792024-08-16T05:05:19.521Z Compiling console v0.15.8
16802024-08-16T05:05:20.750Z Compiling tokio-stream v0.1.15
16812024-08-16T05:05:21.210Z Compiling bstr v1.9.1
16822024-08-16T05:05:21.417Z Compiling hex v0.4.3
16832024-08-16T05:05:22.028Z Compiling sha1 v0.10.6
16842024-08-16T05:05:22.406Z Compiling camino v1.1.7
16852024-08-16T05:05:22.681Z Compiling radium v0.7.0
16862024-08-16T05:05:22.790Z Compiling lalrpop-util v0.19.12
16872024-08-16T05:05:23.130Z Compiling peg-runtime v0.8.3
16882024-08-16T05:05:23.279Z Compiling unicode-xid v0.2.4
16892024-08-16T05:05:23.607Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
16902024-08-16T05:05:27.621Z Compiling is-terminal v0.4.12
16912024-08-16T05:05:29.940Z Compiling ident_case v1.0.1
16922024-08-16T05:05:30.042Z Compiling maybe-uninit v2.0.0
16932024-08-16T05:05:30.544Z Compiling tap v1.0.1
16942024-08-16T05:05:30.736Z Compiling rustls-pki-types v1.7.0
16952024-08-16T05:05:32.116Z Compiling wyz v0.5.1
16962024-08-16T05:05:33.788Z Compiling darling_core v0.20.9
16972024-08-16T05:05:47.154Z Compiling typify v0.1.0 (https://github.com/oxidecomputer/typify#ad1296f6)
16982024-08-16T05:05:47.491Z Compiling getopts v0.2.21
16992024-08-16T05:05:48.650Z Compiling bzip2-sys v0.1.11+1.0.8
17002024-08-16T05:05:48.740Z Compiling dirs-sys-next v0.1.2
17012024-08-16T05:05:49.132Z Compiling unsafe-libyaml v0.2.11
17022024-08-16T05:05:50.030Z Compiling paste v1.0.15
17032024-08-16T05:05:50.522Z Compiling packed_struct v0.10.1
17042024-08-16T05:05:50.892Z Compiling rustls v0.22.4
17052024-08-16T05:05:51.235Z Compiling funty v2.0.0
17062024-08-16T05:05:51.255Z Compiling serde_yaml v0.9.34+deprecated
17072024-08-16T05:05:53.402Z Compiling bitvec v1.0.1
17082024-08-16T05:05:55.492Z Compiling dirs-next v2.0.0
17092024-08-16T05:05:55.740Z Compiling progenitor-impl v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#c59c6d64)
17102024-08-16T05:05:57.743Z Compiling darling_macro v0.20.9
17112024-08-16T05:05:58.907Z Compiling rustls-webpki v0.102.4
17122024-08-16T05:06:02.508Z Compiling packed_struct_codegen v0.10.1
17132024-08-16T05:06:03.010Z Compiling structmeta-derive v0.3.0
17142024-08-16T05:06:03.370Z Compiling thread_local v1.1.8
17152024-08-16T05:06:03.526Z Compiling indexmap v1.9.3
17162024-08-16T05:06:03.834Z Compiling multer v3.1.0
17172024-08-16T05:06:03.852Z Compiling nodrop v0.1.14
17182024-08-16T05:06:03.986Z Compiling slog-async v2.8.0
17192024-08-16T05:06:04.045Z Compiling fastrand v2.1.0
17202024-08-16T05:06:04.268Z Compiling rayon-core v1.12.1
17212024-08-16T05:06:04.446Z Compiling match_cfg v0.1.0
17222024-08-16T05:06:04.698Z Compiling crc-catalog v2.4.0
17232024-08-16T05:06:05.399Z Compiling crc v3.2.1
17242024-08-16T05:06:05.644Z Compiling structmeta v0.3.0
17252024-08-16T05:06:06.065Z Compiling hostname v0.3.1
17262024-08-16T05:06:06.411Z Compiling tempfile v3.10.1
17272024-08-16T05:06:07.150Z Compiling array-init v0.0.4
17282024-08-16T05:06:08.053Z Compiling progenitor-macro v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#c59c6d64)
17292024-08-16T05:06:08.880Z Compiling smallvec v0.6.14
17302024-08-16T05:06:09.128Z Compiling darling v0.20.9
17312024-08-16T05:06:09.285Z Compiling term v0.7.0
17322024-08-16T05:06:11.843Z Compiling crossbeam-deque v0.8.5
17332024-08-16T05:06:12.233Z Compiling progenitor-client v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#c59c6d64)
17342024-08-16T05:06:13.598Z Compiling slog-json v2.6.1
17352024-08-16T05:06:14.055Z Compiling crossbeam-channel v0.5.12
17362024-08-16T05:06:14.433Z Compiling http v1.1.0
17372024-08-16T05:06:15.622Z Compiling pin-project-internal v1.1.5
17382024-08-16T05:06:16.048Z Compiling async-stream-impl v0.3.5
17392024-08-16T05:06:19.068Z Compiling dropshot v0.10.2-dev (https://github.com/oxidecomputer/dropshot?branch=main#52d900a4)
17402024-08-16T05:06:19.931Z Compiling atomic-waker v1.1.2
17412024-08-16T05:06:20.285Z Compiling termcolor v1.4.1
17422024-08-16T05:06:21.294Z Compiling same-file v1.0.6
17432024-08-16T05:06:21.373Z Compiling bitfield v0.14.0
17442024-08-16T05:06:21.823Z Compiling take_mut v0.2.2
17452024-08-16T05:06:22.106Z Compiling hashbrown v0.12.3
17462024-08-16T05:06:23.386Z Compiling progenitor v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#c59c6d64)
17472024-08-16T05:06:28.941Z Compiling lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#131520fc)
17482024-08-16T05:06:31.802Z Compiling walkdir v2.5.0
17492024-08-16T05:06:37.673Z Compiling env_logger v0.10.2
17502024-08-16T05:06:37.976Z Compiling waitgroup v0.1.2
17512024-08-16T05:06:38.632Z Compiling pin-project v1.1.5
17522024-08-16T05:06:38.701Z Compiling async-stream v0.3.5
17532024-08-16T05:06:40.471Z Compiling slog-bunyan v2.5.0
17542024-08-16T05:06:40.586Z Compiling tokio-rustls v0.25.0
17552024-08-16T05:06:41.172Z Compiling slog-term v2.9.1
17562024-08-16T05:06:41.458Z Compiling serde-hex v0.1.0
17572024-08-16T05:06:43.358Z Compiling serde_with_macros v3.8.3
17582024-08-16T05:06:43.726Z Compiling bzip2 v0.4.4
17592024-08-16T05:06:44.144Z Compiling parse-display-derive v0.10.0
17602024-08-16T05:06:44.187Z Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a)
17612024-08-16T05:06:44.523Z Compiling toml v0.8.19
17622024-08-16T05:06:45.272Z Compiling rustls-pemfile v2.1.3
17632024-08-16T05:06:46.607Z Compiling x509-cert v0.2.5
17642024-08-16T05:06:48.035Z Compiling ron v0.8.1
17652024-08-16T05:06:48.416Z Compiling newtype-uuid v1.1.0
17662024-08-16T05:06:48.775Z Compiling ipnetwork v0.20.0
17672024-08-16T05:06:48.982Z Compiling strum_macros v0.26.4
17682024-08-16T05:06:49.242Z Compiling xattr v1.3.1
17692024-08-16T05:06:49.578Z Compiling dropshot_endpoint v0.10.2-dev (https://github.com/oxidecomputer/dropshot?branch=main#52d900a4)
17702024-08-16T05:06:50.786Z Compiling serde_path_to_error v0.1.16
17712024-08-16T05:06:51.502Z Compiling snafu-derive v0.8.2
17722024-08-16T05:06:51.781Z Compiling hashbrown v0.13.2
17732024-08-16T05:06:52.423Z Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
17742024-08-16T05:06:53.092Z Compiling blake3 v1.5.1
17752024-08-16T05:06:53.143Z Compiling ring v0.16.20
17762024-08-16T05:06:53.253Z Compiling hostname v0.4.0
17772024-08-16T05:06:53.354Z Compiling filetime v0.2.24
17782024-08-16T05:06:53.501Z Compiling instant v0.1.12
17792024-08-16T05:06:53.690Z Compiling debug-ignore v1.0.5
17802024-08-16T05:06:53.692Z Compiling crc-any v2.5.0
17812024-08-16T05:06:53.850Z Compiling buf-list v1.0.3
17822024-08-16T05:06:54.386Z Compiling lpc55_sign v0.3.4 (https://github.com/oxidecomputer/lpc55_support#131520fc)
17832024-08-16T05:06:54.689Z Compiling backoff v0.4.0
17842024-08-16T05:06:55.055Z Compiling tar v0.4.41
17852024-08-16T05:06:55.304Z Compiling strum v0.26.3
17862024-08-16T05:06:55.510Z Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
17872024-08-16T05:06:55.728Z Compiling object v0.30.4
17882024-08-16T05:06:56.211Z Compiling snafu v0.8.2
17892024-08-16T05:06:57.508Z Compiling tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a)
17902024-08-16T05:06:57.979Z Compiling oxnet v0.1.0 (https://github.com/oxidecomputer/oxnet#2612d220)
17912024-08-16T05:06:59.217Z Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
17922024-08-16T05:06:59.784Z Compiling parse-display v0.10.0
17932024-08-16T05:06:59.957Z Compiling serde_with v3.8.3
17942024-08-16T05:07:00.062Z Compiling zip v0.6.6
17952024-08-16T05:07:01.477Z Compiling rayon v1.10.0
17962024-08-16T05:07:01.714Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
17972024-08-16T05:07:02.466Z Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=220dd026e83142b83bd93123f465a64dd4600201#220dd026)
17982024-08-16T05:07:02.882Z Compiling camino-tempfile v1.1.1
17992024-08-16T05:07:03.647Z Compiling globset v0.4.14
18002024-08-16T05:07:04.348Z Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945)
18012024-08-16T05:07:04.552Z Compiling pem v3.0.4
18022024-08-16T05:07:06.065Z Compiling olpc-cjson v0.1.3
18032024-08-16T05:07:06.418Z Compiling macaddr v1.0.1
18042024-08-16T05:07:07.081Z Compiling serde_plain v1.0.2
18052024-08-16T05:07:07.222Z Compiling async-recursion v1.1.1
18062024-08-16T05:07:07.600Z Compiling memmap2 v0.9.4
18072024-08-16T05:07:08.177Z Compiling untrusted v0.7.1
18082024-08-16T05:07:08.386Z Compiling path-slash v0.1.5
18092024-08-16T05:07:08.635Z Compiling spin v0.5.2
18102024-08-16T05:07:08.654Z Compiling arrayref v0.3.7
18112024-08-16T05:07:08.711Z Compiling arrayvec v0.7.4
18122024-08-16T05:07:08.761Z Compiling typed-path v0.7.1
18132024-08-16T05:07:08.884Z Compiling constant_time_eq v0.3.0
18142024-08-16T05:07:11.350Z Compiling tough v0.17.1
18152024-08-16T05:07:11.350Z Compiling hubtools v0.4.6 (https://github.com/oxidecomputer/hubtools.git?branch=main#943c4bbe)
18162024-08-16T05:07:11.670Z Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
18172024-08-16T05:07:12.699Z Compiling itertools v0.13.0
18182024-08-16T05:07:15.399Z Compiling cargo-platform v0.1.8
18192024-08-16T05:07:16.377Z Compiling topological-sort v0.2.2
18202024-08-16T05:07:16.411Z Compiling parse-size v1.0.0
18212024-08-16T05:07:16.452Z Compiling cargo_metadata v0.18.1
18222024-08-16T05:07:16.635Z Compiling omicron-zone-package v0.11.0
18232024-08-16T05:07:16.694Z Compiling shell-words v1.1.0
18242024-08-16T05:07:25.410Z Compiling tufaceous-lib v0.1.0 (/work/oxidecomputer/omicron/tufaceous-lib)
18252024-08-16T05:07:36.211Z Compiling omicron-releng v0.1.0 (/work/oxidecomputer/omicron/dev-tools/releng)
18262024-08-16T05:07:50.060Z Finished `release` profile [optimized] target(s) in 4m 40s
18272024-08-16T05:07:50.201Z Running `target/release/omicron-releng --output-dir /work`
18282024-08-16T05:07:50.244ZAug 16 05:07:49.855 DEBG changing working directory to /work/oxidecomputer/omicron
18292024-08-16T05:07:50.333ZAug 16 05:07:49.946 DEBG running: git rev-parse HEAD
18302024-08-16T05:07:50.339ZAug 16 05:07:49.952 DEBG process exited with exit status: 0 (6.218738ms)
18312024-08-16T05:07:50.339ZAug 16 05:07:49.952 INFO version: 10.0.0-0.ci+gitb927580f518
18322024-08-16T05:07:50.377ZAug 16 05:07:49.992 INFO cloning helios to /work/oxidecomputer/helios
18332024-08-16T05:07:50.377ZAug 16 05:07:49.992 DEBG running: git clone https://github.com/oxidecomputer/helios.git /work/oxidecomputer/helios
18342024-08-16T05:07:50.382ZCloning into '/work/oxidecomputer/helios'...
18352024-08-16T05:07:50.808ZAug 16 05:07:50.422 DEBG process exited with exit status: 0 (430.081135ms)
18362024-08-16T05:07:50.808ZAug 16 05:07:50.422 DEBG running: git -C /work/oxidecomputer/helios status --branch '--porcelain=2'
18372024-08-16T05:07:50.815Z# branch.oid a5ccc5c4a6b6ddc3bebf9b1734b1b844350e0f70
18382024-08-16T05:07:50.815Z# branch.head master
18392024-08-16T05:07:50.815Z# branch.upstream origin/master
18402024-08-16T05:07:50.815Z# branch.ab +0 -0
18412024-08-16T05:07:50.818ZAug 16 05:07:50.430 DEBG process exited with exit status: 0 (7.941939ms)
18422024-08-16T05:07:50.818ZAug 16 05:07:50.430 DEBG running: pkg verify -q /system/zones/brand/omicron1/tools
18432024-08-16T05:07:51.550ZAug 16 05:07:51.163 DEBG process exited with exit status: 0 (733.407741ms)
18442024-08-16T05:07:51.550ZAug 16 05:07:51.164 DEBG running: zfs list rpool/images/build/host
18452024-08-16T05:07:51.557ZNAME USED AVAIL REFER MOUNTPOINT
18462024-08-16T05:07:51.557Zrpool/images/build/host 24K 153G 24K /rpool/images/build/host
18472024-08-16T05:07:51.559ZAug 16 05:07:51.171 DEBG process exited with exit status: 0 (7.86228ms)
18482024-08-16T05:07:51.559ZAug 16 05:07:51.172 DEBG running: zfs list rpool/images/build/recovery
18492024-08-16T05:07:51.564ZNAME USED AVAIL REFER MOUNTPOINT
18502024-08-16T05:07:51.564Zrpool/images/build/recovery 24K 153G 24K /rpool/images/build/recovery
18512024-08-16T05:07:51.566ZAug 16 05:07:51.178 DEBG process exited with exit status: 0 (6.890326ms)
18522024-08-16T05:07:51.566ZAug 16 05:07:51.179 INFO [hubris-production] running task
18532024-08-16T05:07:51.566ZAug 16 05:07:51.179 INFO [hubris-staging] running task
18542024-08-16T05:07:51.566ZAug 16 05:07:51.180 INFO [helios-setup] running: BUILD_OS=no PWD=/work/oxidecomputer/helios ptime -m gmake setup
18552024-08-16T05:07:51.569ZAug 16 05:07:51.183 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
18562024-08-16T05:07:51.641Z[ helios-setup] cd tools/helios-build && cargo build --quiet
18572024-08-16T05:07:52.096Z[ omicron-package] Blocking waiting for file lock on package cache
18582024-08-16T05:07:52.651Z[ omicron-package] Blocking waiting for file lock on package cache
18592024-08-16T05:07:52.847ZAug 16 05:07:52.460 INFO [hubris-production] task succeeded (1.280394517s)
18602024-08-16T05:07:52.900Z[ omicron-package] Blocking waiting for file lock on package cache
18612024-08-16T05:07:53.614Z[ omicron-package] Compiling proc-macro-crate v1.3.1
18622024-08-16T05:07:53.616Z[ omicron-package] Compiling heapless v0.8.0
18632024-08-16T05:07:53.616Z[ omicron-package] Compiling hash32 v0.3.1
18642024-08-16T05:07:53.616Z[ omicron-package] Compiling smoltcp v0.11.0
18652024-08-16T05:07:53.616Z[ omicron-package] Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
18662024-08-16T05:07:53.616Z[ omicron-package] Compiling proc-macro-error-attr v1.0.4
18672024-08-16T05:07:53.616Z[ omicron-package] Compiling cobs v0.2.3
18682024-08-16T05:07:53.616Z[ omicron-package] Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9)
18692024-08-16T05:07:54.384Z[ omicron-package] Compiling embedded-io v0.4.0
18702024-08-16T05:07:54.830Z[ omicron-package] Compiling proc-macro-error v1.0.4
18712024-08-16T05:07:55.095Z[ omicron-package] Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=3dc9a3dd8d3c623f0cf2c659c7119ce0c026a96d#3dc9a3dd)
18722024-08-16T05:07:55.488Z[ omicron-package] Compiling foreign-types-macros v0.2.3
18732024-08-16T05:07:55.629Z[ omicron-package] Compiling postcard v1.0.8
18742024-08-16T05:07:55.632Z[ omicron-package] Compiling foreign-types-shared v0.3.1
18752024-08-16T05:07:55.871Z[ omicron-package] Compiling num_enum_derive v0.5.11
18762024-08-16T05:07:55.927Z[ omicron-package] Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#42ad0104)
18772024-08-16T05:07:55.931Z[ omicron-package] Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=3dc9a3dd8d3c623f0cf2c659c7119ce0c026a96d#3dc9a3dd)
18782024-08-16T05:07:56.747Z[ omicron-package] Compiling tabwriter v1.4.0
18792024-08-16T05:07:57.098Z[ omicron-package] Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#42ad0104)
18802024-08-16T05:07:57.295Z[ omicron-package] Compiling cstr-argument v0.1.2
18812024-08-16T05:07:57.603Z[ omicron-package] Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=3dc9a3dd8d3c623f0cf2c659c7119ce0c026a96d#3dc9a3dd)
18822024-08-16T05:07:57.740Z[ omicron-package] Compiling foreign-types v0.5.0
18832024-08-16T05:07:57.901Z[ omicron-package] Compiling crucible-workspace-hack v0.1.0
18842024-08-16T05:07:58.127Z[ omicron-package] Compiling pretty-hex v0.2.1
18852024-08-16T05:07:58.379Z[ omicron-package] Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys#4ceaf96e)
18862024-08-16T05:07:58.770Z[ omicron-package] Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
18872024-08-16T05:07:58.976Z[ omicron-package] Compiling colored v2.1.0
18882024-08-16T05:07:59.397Z[ omicron-package] Compiling socket2 v0.4.10
18892024-08-16T05:07:59.515Z[ omicron-package] Compiling poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=multipath#ca52bef3)
18902024-08-16T05:07:59.806Z[ omicron-package] Compiling zone_cfg_derive v0.3.0 (https://github.com/oxidecomputer/zone?branch=state-derive-eq-hash#f1920d56)
18912024-08-16T05:08:00.085Z[ omicron-package] Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=24a74d0c76b6a63961ecef76acb1516b6e66c5c9#24a74d0c)
18922024-08-16T05:08:00.543Z[ omicron-package] Compiling sigpipe v0.1.3
18932024-08-16T05:08:00.596Z[ omicron-package] Compiling num-derive v0.4.2
18942024-08-16T05:08:00.711Z[ omicron-package] Compiling num_enum v0.5.11
18952024-08-16T05:08:01.086Z[ omicron-package] Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9)
18962024-08-16T05:08:01.290ZAug 16 05:08:00.899 INFO [hubris-staging] task succeeded (9.719359998s)
18972024-08-16T05:08:01.489Z[ omicron-package] Compiling libefi-sys v0.1.0
18982024-08-16T05:08:01.539Z[ omicron-package] Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
18992024-08-16T05:08:01.658Z[ omicron-package] Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=24a74d0c76b6a63961ecef76acb1516b6e66c5c9#24a74d0c)
19002024-08-16T05:08:02.488Z[ omicron-package] Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
19012024-08-16T05:08:02.632Z[ omicron-package] Compiling smf v0.2.3
19022024-08-16T05:08:02.823Z[ omicron-package] Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino?branch=main#1b66b89c)
19032024-08-16T05:08:02.825Z[ omicron-package] Compiling bitfield-struct v0.6.1
19042024-08-16T05:08:02.836Z[ omicron-package] Compiling zone v0.3.0 (https://github.com/oxidecomputer/zone?branch=state-derive-eq-hash#f1920d56)
19052024-08-16T05:08:04.226Z[ omicron-package] Compiling portable-atomic v1.6.0
19062024-08-16T05:08:04.487Z[ omicron-package] Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=e58ca3693cb9ce0438947beba10e97ee38a0966b#e58ca369)
19072024-08-16T05:08:05.914Z[ omicron-package] Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=3dc9a3dd8d3c623f0cf2c659c7119ce0c026a96d#3dc9a3dd)
19082024-08-16T05:08:06.370Z[ omicron-package] Compiling libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
19092024-08-16T05:08:07.641Z[ omicron-package] Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
19102024-08-16T05:08:08.135Z[ omicron-package] Compiling nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
19112024-08-16T05:08:08.335Z[ omicron-package] Compiling libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
19122024-08-16T05:08:08.443Z[ omicron-package] Compiling libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1)
19132024-08-16T05:08:09.233Z[ omicron-package] Compiling gethostname v0.5.0
19142024-08-16T05:08:09.356Z[ omicron-package] Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=3dc9a3dd8d3c623f0cf2c659c7119ce0c026a96d#3dc9a3dd)
19152024-08-16T05:08:09.589Z[ omicron-package] Compiling number_prefix v0.4.0
19162024-08-16T05:08:11.314Z[ omicron-package] Compiling indicatif v0.17.8
19172024-08-16T05:08:11.963Z[ omicron-package] Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=3dc9a3dd8d3c623f0cf2c659c7119ce0c026a96d#3dc9a3dd)
19182024-08-16T05:08:14.918Z[ omicron-package] Compiling sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
19192024-08-16T05:08:15.335Z[ omicron-package] Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
19202024-08-16T05:08:16.947Z[ omicron-package] Compiling omicron-package v0.1.0 (/work/oxidecomputer/omicron/package)
19212024-08-16T05:08:32.312Z[ helios-setup] Aug 16 05:08:31.903 INFO helios repository root is: /work/oxidecomputer/helios
19222024-08-16T05:08:32.314Z[ helios-setup] Aug 16 05:08:31.906 INFO skipping project "omnios-build" because "BUILD_OS" is set to "no"
19232024-08-16T05:08:32.314Z[ helios-setup] Aug 16 05:08:31.906 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
19242024-08-16T05:08:32.314Z[ helios-setup] Aug 16 05:08:31.906 INFO cloning https://github.com/oxidecomputer/pinprick.git at "/work/oxidecomputer/helios/projects/pinprick"..., project: pinprick
19252024-08-16T05:08:32.319Z[ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/pinprick'...
19262024-08-16T05:08:33.012Z[ helios-setup] Aug 16 05:08:32.602 INFO clone ok!, project: pinprick
19272024-08-16T05:08:33.014Z[ helios-setup] Aug 16 05:08:32.603 INFO skipping project "illumos" because "BUILD_OS" is set to "no"
19282024-08-16T05:08:33.014Z[ helios-setup] Aug 16 05:08:32.603 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
19292024-08-16T05:08:33.015Z[ helios-setup] Aug 16 05:08:32.603 INFO cloning https://github.com/oxidecomputer/phbl.git at "/work/oxidecomputer/helios/projects/phbl"..., project: phbl
19302024-08-16T05:08:33.018Z[ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/phbl'...
19312024-08-16T05:08:33.738Z[ helios-setup] Aug 16 05:08:33.329 INFO clone ok!, project: phbl
19322024-08-16T05:08:33.741Z[ helios-setup] Aug 16 05:08:33.329 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
19332024-08-16T05:08:33.741Z[ helios-setup] Aug 16 05:08:33.329 INFO cloning https://github.com/oxidecomputer/boot-image-tools.git at "/work/oxidecomputer/helios/projects/bootserver"..., project: bootserver
19342024-08-16T05:08:33.744Z[ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/bootserver'...
19352024-08-16T05:08:34.487Z[ helios-setup] Aug 16 05:08:34.077 INFO clone ok!, project: bootserver
19362024-08-16T05:08:34.489Z[ helios-setup] Aug 16 05:08:34.078 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
19372024-08-16T05:08:34.490Z[ helios-setup] Aug 16 05:08:34.078 INFO cloning git@github.com:oxidecomputer/amd-firmware.git at "/work/oxidecomputer/helios/projects/amd-firmware"..., project: amd-firmware
19382024-08-16T05:08:34.492Z[ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/amd-firmware'...
19392024-08-16T05:08:36.644Z[ omicron-package] Finished `release` profile [optimized] target(s) in 45.04s
19402024-08-16T05:08:36.842Z[ omicron-package]
19412024-08-16T05:08:36.842Z[ omicron-package] real 45.209319835
19422024-08-16T05:08:36.842Z[ omicron-package] user 2:41.276634355
19432024-08-16T05:08:36.845Z[ omicron-package] sys 21.478992968
19442024-08-16T05:08:36.845Z[ omicron-package] trap 0.164054111
19452024-08-16T05:08:36.845Z[ omicron-package] tflt 0.711144677
19462024-08-16T05:08:36.845Z[ omicron-package] dflt 0.780625701
19472024-08-16T05:08:36.845Z[ omicron-package] kflt 0.010652225
19482024-08-16T05:08:36.845Z[ omicron-package] lock 5:15.980968940
19492024-08-16T05:08:36.845Z[ omicron-package] slp 8:51.009954980
19502024-08-16T05:08:36.845Z[ omicron-package] lat 1:41.567787087
19512024-08-16T05:08:36.845Z[ omicron-package] stop 1:01.780387207
19522024-08-16T05:08:36.845ZAug 16 05:08:36.432 INFO [omicron-package] process exited with exit status: 0 (45.248986073s)
19532024-08-16T05:08:36.845ZAug 16 05:08:36.433 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
19542024-08-16T05:08:36.886ZAug 16 05:08:36.476 INFO [recovery-target] running: /work/oxidecomputer/omicron/target/release/omicron-package --target recovery --artifacts /work/artifacts-recovery target create --image trampoline
19552024-08-16T05:08:36.898Z[ host-target] Logging to: /work/oxidecomputer/omicron/out/LOG
19562024-08-16T05:08:36.901Z[ host-target] Created new build target 'host' and set it as active
19572024-08-16T05:08:36.901ZAug 16 05:08:36.490 INFO [host-target] process exited with exit status: 0 (57.505919ms)
19582024-08-16T05:08:36.903ZAug 16 05:08:36.490 INFO [host-package] running: /work/oxidecomputer/omicron/target/release/omicron-package --target host --artifacts /work/oxidecomputer/omicron/out package
19592024-08-16T05:08:36.905Z[ recovery-target] Logging to: /work/artifacts-recovery/LOG
19602024-08-16T05:08:36.908Z[ recovery-target] Created new build target 'recovery' and set it as active
19612024-08-16T05:08:36.908ZAug 16 05:08:36.496 INFO [recovery-target] process exited with exit status: 0 (20.591067ms)
19622024-08-16T05:08:36.914Z[ host-package] Logging to: /work/oxidecomputer/omicron/out/LOG
19632024-08-16T05:08:38.040Z[ host-package] Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
19642024-08-16T05:08:38.040Z[ host-package] Compiling camino v1.1.7
19652024-08-16T05:08:38.042Z[ host-package] Compiling password-hash v0.5.0
19662024-08-16T05:08:38.043Z[ host-package] Compiling blake2 v0.10.6
19672024-08-16T05:08:38.043Z[ host-package] Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide/omicron#b1194c19)
19682024-08-16T05:08:38.043Z[ host-package] Compiling derive-where v1.2.7
19692024-08-16T05:08:38.043Z[ host-package] Compiling humantime v2.1.0
19702024-08-16T05:08:38.174Z[ host-package] Compiling newline-converter v0.3.0
19712024-08-16T05:08:38.357Z[ host-package] Compiling toml v0.8.19
19722024-08-16T05:08:38.409Z[ host-package] Compiling expectorate v1.1.0
19732024-08-16T05:08:38.691Z[ host-package] Compiling progenitor-client v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#c59c6d64)
19742024-08-16T05:08:38.974Z[ host-package] Compiling argon2 v0.5.3
19752024-08-16T05:08:39.032Z[ host-package] Compiling dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
19762024-08-16T05:08:39.157Z[ host-package] Compiling progenitor v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#c59c6d64)
19772024-08-16T05:08:39.222Z[ host-package] Compiling gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
19782024-08-16T05:08:39.389Z[ host-package] Compiling dirs-sys-next v0.1.2
19792024-08-16T05:08:39.562Z[ host-package] Compiling convert_case v0.4.0
19802024-08-16T05:08:40.007Z[ host-package] Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
19812024-08-16T05:08:40.027Z[ host-package] Compiling dirs-next v2.0.0
19822024-08-16T05:08:40.229Z[ host-package] Compiling prettyplease v0.2.20
19832024-08-16T05:08:40.421Z[ host-package] Compiling term v0.7.0
19842024-08-16T05:08:40.528Z[ helios-setup] Aug 16 05:08:40.115 INFO clone ok!, project: amd-firmware
19852024-08-16T05:08:40.532Z[ helios-setup] Aug 16 05:08:40.115 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
19862024-08-16T05:08:40.532Z[ helios-setup] Aug 16 05:08:40.115 INFO cloning git@github.com:oxidecomputer/chelsio-t6-roms.git at "/work/oxidecomputer/helios/projects/chelsio-t6-roms"..., project: chelsio-t6-roms
19872024-08-16T05:08:40.537Z[ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/chelsio-t6-roms'...
19882024-08-16T05:08:40.578Z[ host-package] Compiling derive_more v0.99.18
19892024-08-16T05:08:40.600Z[ host-package] Compiling semver v0.1.20
19902024-08-16T05:08:40.653Z[ host-package] Compiling is-terminal v0.4.12
19912024-08-16T05:08:40.794Z[ host-package] Compiling home v0.5.9
19922024-08-16T05:08:41.026Z[ host-package] Compiling rustc_version v0.1.7
19932024-08-16T05:08:41.154Z[ host-package] Compiling nexus-sled-agent-shared v0.1.0 (/work/oxidecomputer/omicron/nexus-sled-agent-shared)
19942024-08-16T05:08:41.444Z[ host-package] Compiling newtype_derive v0.1.6
19952024-08-16T05:08:41.576Z[ host-package] Compiling rustls-pki-types v1.7.0
19962024-08-16T05:08:41.627Z[ helios-setup] Aug 16 05:08:41.213 INFO clone ok!, project: chelsio-t6-roms
19972024-08-16T05:08:41.627Z[ helios-setup] Aug 16 05:08:41.213 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
19982024-08-16T05:08:41.627Z[ helios-setup] Aug 16 05:08:41.213 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
19992024-08-16T05:08:41.631Z[ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/amd-host-image-builder'...
20002024-08-16T05:08:41.702Z[ host-package] Compiling slog-dtrace v0.3.0
20012024-08-16T05:08:42.024Z[ host-package] Compiling steno v0.4.1
20022024-08-16T05:08:42.135Z[ host-package] Compiling rustls-webpki v0.102.4
20032024-08-16T05:08:42.270Z[ host-package] Compiling rustls v0.22.4
20042024-08-16T05:08:42.303Z[ host-package] Compiling thread_local v1.1.8
20052024-08-16T05:08:42.759Z[ helios-setup] Submodule 'amd-firmware' (git@github.com:oxidecomputer/amd-firmware.git) registered for path 'amd-firmware'
20062024-08-16T05:08:42.773Z[ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/amd-host-image-builder/amd-firmware'...
20072024-08-16T05:08:42.866Z[ host-package] Compiling match_cfg v0.1.0
20082024-08-16T05:08:42.982Z[ host-package] Compiling linked-hash-map v0.5.6
20092024-08-16T05:08:43.408Z[ host-package] Compiling lru-cache v0.1.2
20102024-08-16T05:08:44.017Z[ host-package] Compiling hostname v0.3.1
20112024-08-16T05:08:44.692Z[ host-package] Compiling multer v3.1.0
20122024-08-16T05:08:44.788Z[ host-package] Compiling slog-async v2.8.0
20132024-08-16T05:08:44.870Z[ host-package] Compiling slog-json v2.6.1
20142024-08-16T05:08:45.250Z[ host-package] Compiling crossbeam-channel v0.5.12
20152024-08-16T05:08:45.410Z[ host-package] Compiling http v1.1.0
20162024-08-16T05:08:45.983Z[ host-package] Compiling take_mut v0.2.2
20172024-08-16T05:08:46.180Z[ host-package] Compiling atomic-waker v1.1.2
20182024-08-16T05:08:46.392Z[ host-package] Compiling waitgroup v0.1.2
20192024-08-16T05:08:46.620Z[ host-package] Compiling slog-bunyan v2.5.0
20202024-08-16T05:08:46.862Z[ host-package] Compiling slog-term v2.9.1
20212024-08-16T05:08:47.434Z[ host-package] Compiling nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
20222024-08-16T05:08:47.770Z[ host-package] Compiling rustls-pemfile v2.1.3
20232024-08-16T05:08:48.037Z[ host-package] Compiling async-stream v0.3.5
20242024-08-16T05:08:48.070Z[ host-package] Compiling dropshot v0.10.2-dev (https://github.com/oxidecomputer/dropshot?branch=main#52d900a4)
20252024-08-16T05:08:48.149Z[ host-package] Compiling newtype-uuid v1.1.0
20262024-08-16T05:08:48.234Z[ host-package] Compiling ipnetwork v0.20.0
20272024-08-16T05:08:48.316Z[ host-package] Compiling tokio-rustls v0.25.0
20282024-08-16T05:08:48.502Z[ host-package] Compiling serde_path_to_error v0.1.16
20292024-08-16T05:08:48.535Z[ host-package] Compiling hostname v0.4.0
20302024-08-16T05:08:48.807Z[ host-package] Compiling instant v0.1.12
20312024-08-16T05:08:48.915Z[ host-package] Compiling debug-ignore v1.0.5
20322024-08-16T05:08:48.984Z[ host-package] Compiling backoff v0.4.0
20332024-08-16T05:08:49.137Z[ host-package] Compiling oxnet v0.1.0 (https://github.com/oxidecomputer/oxnet#2612d220)
20342024-08-16T05:08:49.140Z[ host-package] Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
20352024-08-16T05:08:49.194Z[ helios-setup] Submodule path 'amd-firmware': checked out '160c7d1f31829e543fd8765faf83440d602e742c'
20362024-08-16T05:08:49.207Z[ helios-setup] Aug 16 05:08:48.790 INFO clone ok!, project: amd-host-image-builder
20372024-08-16T05:08:49.210Z[ helios-setup] Aug 16 05:08:48.790 INFO project pilot: Project { github: Some("oxidecomputer/pilot"), url: None, auto_update: true, rev: None, use_ssh: true, site_sh: false, cargo_build: true, use_debug: false, unless_env: Some("OXIDE_STAFF"), fixup: [] }, project: pilot
20382024-08-16T05:08:49.210Z[ helios-setup] Aug 16 05:08:48.790 INFO cloning git@github.com:oxidecomputer/pilot.git at "/work/oxidecomputer/helios/projects/pilot"..., project: pilot
20392024-08-16T05:08:49.213Z[ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/pilot'...
20402024-08-16T05:08:49.375Z[ host-package] Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=220dd026e83142b83bd93123f465a64dd4600201#220dd026)
20412024-08-16T05:08:49.605Z[ host-package] Compiling parse-display v0.10.0
20422024-08-16T05:08:49.822Z[ host-package] Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
20432024-08-16T05:08:50.036Z[ host-package] Compiling serde_with v3.8.3
20442024-08-16T05:08:50.268Z[ host-package] Compiling strum v0.26.3
20452024-08-16T05:08:50.324Z[ helios-setup] Aug 16 05:08:49.906 INFO clone ok!, project: pilot
20462024-08-16T05:08:50.326Z[ helios-setup] Aug 16 05:08:49.906 INFO skipping project "omnios-extra" because "BUILD_OS" is set to "no"
20472024-08-16T05:08:50.326Z[ helios-setup] Aug 16 05:08:49.906 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
20482024-08-16T05:08:50.326Z[ helios-setup] Aug 16 05:08:49.906 INFO cloning https://github.com/illumos/image-builder.git at "/work/oxidecomputer/helios/projects/image-builder"..., project: image-builder
20492024-08-16T05:08:50.330Z[ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/image-builder'...
20502024-08-16T05:08:50.517Z[ host-package] Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
20512024-08-16T05:08:50.980Z[ helios-setup] Aug 16 05:08:50.561 INFO clone ok!, project: image-builder
20522024-08-16T05:08:50.982Z[ helios-setup] Aug 16 05:08:50.562 INFO exec: ["/usr/bin/pkgrepo", "create", "/work/oxidecomputer/helios/packages/os"], pwd: None
20532024-08-16T05:08:51.710Z[ host-package] Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945)
20542024-08-16T05:08:51.851Z[ helios-setup] Aug 16 05:08:51.431 INFO exec: ["/usr/bin/pkgrepo", "add-publisher", "-s", "/work/oxidecomputer/helios/packages/os", "helios-dev"], pwd: None
20552024-08-16T05:08:51.986Z[ host-package] Compiling num-rational v0.4.2
20562024-08-16T05:08:52.395Z[ helios-setup] Aug 16 05:08:51.976 INFO repository /work/oxidecomputer/helios/packages/os for publisher helios-dev created
20572024-08-16T05:08:52.395Z[ helios-setup] Aug 16 05:08:51.976 INFO exec: ["/usr/bin/pkgrepo", "create", "/work/oxidecomputer/helios/packages/other"], pwd: None
20582024-08-16T05:08:52.946Z[ helios-setup] Aug 16 05:08:52.526 INFO exec: ["/usr/bin/pkgrepo", "add-publisher", "-s", "/work/oxidecomputer/helios/packages/other", "helios-dev"], pwd: None
20592024-08-16T05:08:53.046Z[ host-package] Compiling num-complex v0.4.6
20602024-08-16T05:08:53.458Z[ helios-setup] Aug 16 05:08:53.038 INFO repository /work/oxidecomputer/helios/packages/other for publisher helios-dev created
20612024-08-16T05:08:53.458Z[ helios-setup] Aug 16 05:08:53.038 INFO exec: ["/usr/bin/pkgrepo", "create", "/work/oxidecomputer/helios/packages/combined"], pwd: None
20622024-08-16T05:08:53.767Z[ host-package] Compiling macaddr v1.0.1
20632024-08-16T05:08:53.957Z[ helios-setup] Aug 16 05:08:53.537 INFO exec: ["/usr/bin/pkgrepo", "add-publisher", "-s", "/work/oxidecomputer/helios/packages/combined", "helios-dev"], pwd: None
20642024-08-16T05:08:54.211Z[ host-package] Compiling swrite v0.1.0
20652024-08-16T05:08:54.311Z[ host-package] Compiling num v0.4.3
20662024-08-16T05:08:54.474Z[ helios-setup] Aug 16 05:08:54.054 INFO repository /work/oxidecomputer/helios/packages/combined for publisher helios-dev created
20672024-08-16T05:08:54.477Z[ helios-setup] Aug 16 05:08:54.054 INFO file /work/oxidecomputer/helios/packages/publisher.mogrify does not exist
20682024-08-16T05:08:54.477Z[ helios-setup] Aug 16 05:08:54.054 INFO writing /work/oxidecomputer/helios/packages/publisher.mogrify ...
20692024-08-16T05:08:54.477Z[ helios-setup] Aug 16 05:08:54.054 INFO ok!
20702024-08-16T05:08:54.477Z[ helios-setup] Aug 16 05:08:54.054 INFO link /work/oxidecomputer/helios/packages/os-conflicts.mogrify does not exist
20712024-08-16T05:08:54.477Z[ helios-setup] Aug 16 05:08:54.054 INFO linking /work/oxidecomputer/helios/packages/os-conflicts.mogrify -> ../tools/packages/os-conflicts.mogrify ...
20722024-08-16T05:08:54.477Z[ helios-setup] Aug 16 05:08:54.054 INFO ok!
20732024-08-16T05:08:54.477Z[ helios-setup] Aug 16 05:08:54.054 INFO link /work/oxidecomputer/helios/packages/os-deps.mogrify does not exist
20742024-08-16T05:08:54.477Z[ helios-setup] Aug 16 05:08:54.054 INFO linking /work/oxidecomputer/helios/packages/os-deps.mogrify -> ../tools/packages/os-deps.mogrify ...
20752024-08-16T05:08:54.477Z[ helios-setup] Aug 16 05:08:54.054 INFO ok!
20762024-08-16T05:08:54.477Z[ helios-setup] Aug 16 05:08:54.054 INFO building project "pinprick" at /work/oxidecomputer/helios/projects/pinprick
20772024-08-16T05:08:54.477Z[ helios-setup] Aug 16 05:08:54.054 INFO exec: ["cargo", "build", "--locked", "--release"], pwd: Some("/work/oxidecomputer/helios/projects/pinprick")
20782024-08-16T05:08:54.486Z[ host-package] Compiling utf-8 v0.7.6
20792024-08-16T05:08:54.512Z[ host-package] Compiling float-ord v0.3.2
20802024-08-16T05:08:54.760Z[ host-package] Compiling quick-error v1.2.3
20812024-08-16T05:08:54.777Z[ helios-setup] Aug 16 05:08:54.355 INFO E| Compiling adler v1.0.2
20822024-08-16T05:08:54.910Z[ helios-setup] Aug 16 05:08:54.490 INFO E| Compiling miniz_oxide v0.7.2
20832024-08-16T05:08:54.947Z[ host-package] Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
20842024-08-16T05:08:55.154Z[ host-package] Compiling resolv-conf v0.7.0
20852024-08-16T05:08:57.267Z[ host-package] Compiling hickory-resolver v0.24.1
20862024-08-16T05:08:57.302Z[ host-package] Compiling rayon-core v1.12.1
20872024-08-16T05:08:57.472Z[ host-package] Compiling nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
20882024-08-16T05:08:57.475Z[ host-package] Compiling crossbeam-deque v0.8.5
20892024-08-16T05:08:57.576Z[ helios-setup] Aug 16 05:08:57.154 INFO E| Compiling pinprick v0.1.0 (/work/oxidecomputer/helios/projects/pinprick)
20902024-08-16T05:08:57.888Z[ host-package] Compiling oximeter-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/impl)
20912024-08-16T05:08:57.970Z[ host-package] Compiling half v2.4.1
20922024-08-16T05:08:58.470Z[ helios-setup] Aug 16 05:08:58.047 INFO E| Finished `release` profile [optimized] target(s) in 3.90s
20932024-08-16T05:08:58.477Z[ helios-setup] Aug 16 05:08:58.054 INFO building project "pinprick" ok (3 seconds)
20942024-08-16T05:08:58.477Z[ helios-setup] Aug 16 05:08:58.055 INFO building project "bootserver" at /work/oxidecomputer/helios/projects/bootserver
20952024-08-16T05:08:58.477Z[ helios-setup] Aug 16 05:08:58.055 INFO exec: ["cargo", "build", "--locked", "--release"], pwd: Some("/work/oxidecomputer/helios/projects/bootserver")
20962024-08-16T05:08:58.753Z[ helios-setup] Aug 16 05:08:58.330 INFO E| Downloading crates ...
20972024-08-16T05:08:58.836Z[ host-package] Compiling display-error-chain v0.2.0
20982024-08-16T05:08:58.964Z[ helios-setup] Aug 16 05:08:58.541 INFO E| Downloaded bytes v1.2.1
20992024-08-16T05:08:58.970Z[ helios-setup] Aug 16 05:08:58.548 INFO E| Downloaded miniz_oxide v0.6.2
21002024-08-16T05:08:58.974Z[ helios-setup] Aug 16 05:08:58.551 INFO E| Downloaded unicode-width v0.1.10
21012024-08-16T05:08:58.976Z[ helios-setup] Aug 16 05:08:58.553 INFO E| Downloaded typenum v1.15.0
21022024-08-16T05:08:58.980Z[ helios-setup] Aug 16 05:08:58.557 INFO E| Downloaded sha2 v0.10.5
21032024-08-16T05:08:58.983Z[ helios-setup] Aug 16 05:08:58.561 INFO E| Downloaded block-buffer v0.10.3
21042024-08-16T05:08:58.986Z[ helios-setup] Aug 16 05:08:58.562 INFO E| Downloaded flate2 v1.0.25
21052024-08-16T05:08:58.992Z[ helios-setup] Aug 16 05:08:58.570 INFO E| Downloaded digest v0.10.3
21062024-08-16T05:08:58.995Z[ helios-setup] Aug 16 05:08:58.573 INFO E| Downloaded generic-array v0.14.6
21072024-08-16T05:08:58.997Z[ helios-setup] Aug 16 05:08:58.575 INFO E| Downloaded anyhow v1.0.62
21082024-08-16T05:08:59.003Z[ helios-setup] Aug 16 05:08:58.581 INFO E| Downloaded cpufeatures v0.2.5
21092024-08-16T05:08:59.059Z[ host-package] Compiling ciborium-io v0.2.2
21102024-08-16T05:08:59.137Z[ helios-setup] Aug 16 05:08:58.714 INFO E| Compiling version_check v0.9.4
21112024-08-16T05:08:59.137Z[ helios-setup] Aug 16 05:08:58.714 INFO E| Compiling typenum v1.15.0
21122024-08-16T05:08:59.139Z[ helios-setup] Aug 16 05:08:58.714 INFO E| Compiling cfg-if v1.0.0
21132024-08-16T05:08:59.139Z[ helios-setup] Aug 16 05:08:58.715 INFO E| Compiling crc32fast v1.3.2
21142024-08-16T05:08:59.139Z[ helios-setup] Aug 16 05:08:58.715 INFO E| Compiling anyhow v1.0.62
21152024-08-16T05:08:59.139Z[ helios-setup] Aug 16 05:08:58.715 INFO E| Compiling adler v1.0.2
21162024-08-16T05:08:59.139Z[ helios-setup] Aug 16 05:08:58.715 INFO E| Compiling unicode-width v0.1.10
21172024-08-16T05:08:59.139Z[ helios-setup] Aug 16 05:08:58.715 INFO E| Compiling cpufeatures v0.2.5
21182024-08-16T05:08:59.274Z[ host-package] Compiling fastrand v2.1.0
21192024-08-16T05:08:59.560Z[ helios-setup] Aug 16 05:08:59.136 INFO E| Compiling bytes v1.2.1
21202024-08-16T05:08:59.914Z[ helios-setup] Aug 16 05:08:59.491 INFO E| Compiling miniz_oxide v0.6.2
21212024-08-16T05:09:00.059Z[ helios-setup] Aug 16 05:08:59.635 INFO E| Compiling getopts v0.2.21
21222024-08-16T05:09:00.066Z[ helios-setup] Aug 16 05:08:59.639 INFO E| Compiling bitflags v1.3.2
21232024-08-16T05:09:00.149Z[ host-package] Compiling same-file v1.0.6
21242024-08-16T05:09:00.674Z[ host-package] Compiling walkdir v2.5.0
21252024-08-16T05:09:00.755Z[ helios-setup] Aug 16 05:09:00.332 INFO E| Compiling generic-array v0.14.6
21262024-08-16T05:09:01.754Z[ helios-setup] Aug 16 05:09:01.330 INFO E| Compiling flate2 v1.0.25
21272024-08-16T05:09:01.868Z[ host-package] Compiling tempfile v3.10.1
21282024-08-16T05:09:03.503Z[ host-package] Compiling ciborium-ll v0.2.2
21292024-08-16T05:09:05.089Z[ helios-setup] Aug 16 05:09:04.663 INFO E| Compiling crypto-common v0.1.6
21302024-08-16T05:09:05.089Z[ helios-setup] Aug 16 05:09:04.663 INFO E| Compiling block-buffer v0.10.3
21312024-08-16T05:09:05.289Z[ helios-setup] Aug 16 05:09:04.863 INFO E| Compiling digest v0.10.3
21322024-08-16T05:09:05.664Z[ helios-setup] Aug 16 05:09:05.238 INFO E| Compiling sha2 v0.10.5
21332024-08-16T05:09:06.021Z[ host-package] Compiling ring v0.16.20
21342024-08-16T05:09:06.151Z[ helios-setup] Aug 16 05:09:05.725 INFO E| Compiling bootserver v0.1.0 (/work/oxidecomputer/helios/projects/bootserver)
21352024-08-16T05:09:06.163Z[ host-package] Compiling blake3 v1.5.1
21362024-08-16T05:09:06.842Z[ host-package] Compiling rayon v1.10.0
21372024-08-16T05:09:08.520Z[ host-package] Compiling ciborium v0.2.2
21382024-08-16T05:09:09.442Z[ host-package] Compiling sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
21392024-08-16T05:09:11.424Z[ helios-setup] Aug 16 05:09:10.994 INFO E| Finished `release` profile [optimized] target(s) in 12.85s
21402024-08-16T05:09:11.441Z[ helios-setup] Aug 16 05:09:11.012 INFO building project "bootserver" ok (12 seconds)
21412024-08-16T05:09:11.441Z[ helios-setup] Aug 16 05:09:11.012 INFO building project "amd-host-image-builder" at /work/oxidecomputer/helios/projects/amd-host-image-builder
21422024-08-16T05:09:11.444Z[ helios-setup] Aug 16 05:09:11.012 INFO exec: ["cargo", "build", "--locked"], pwd: Some("/work/oxidecomputer/helios/projects/amd-host-image-builder")
21432024-08-16T05:09:11.451Z[ helios-setup] Aug 16 05:09:11.022 INFO E| info: syncing channel updates for 'nightly-2023-12-30-x86_64-unknown-illumos'
21442024-08-16T05:09:11.780Z[ helios-setup] Aug 16 05:09:11.351 INFO E| info: latest update on 2023-12-30, rust version 1.77.0-nightly (3cdd004e5 2023-12-29)
21452024-08-16T05:09:11.780Z[ helios-setup] Aug 16 05:09:11.351 INFO E| info: downloading component 'cargo'
21462024-08-16T05:09:12.840Z[ host-package] Compiling xattr v1.3.1
21472024-08-16T05:09:13.148Z[ host-package] Compiling filetime v0.2.24
21482024-08-16T05:09:13.230Z[ helios-setup] Aug 16 05:09:12.800 INFO E| info: downloading component 'clippy'
21492024-08-16T05:09:13.478Z[ host-package] Compiling memmap2 v0.9.4
21502024-08-16T05:09:13.716Z[ helios-setup] Aug 16 05:09:13.286 INFO E| info: downloading component 'rust-docs'
21512024-08-16T05:09:13.923Z[ host-package] Compiling untrusted v0.7.1
21522024-08-16T05:09:14.154Z[ host-package] Compiling arrayvec v0.7.4
21532024-08-16T05:09:14.614Z[ host-package] Compiling constant_time_eq v0.3.0
21542024-08-16T05:09:14.790Z[ host-package] Compiling cancel-safe-futures v0.1.5
21552024-08-16T05:09:14.877Z[ helios-setup] Aug 16 05:09:14.445 INFO E| info: downloading component 'rust-src'
21562024-08-16T05:09:15.039Z[ helios-setup] Aug 16 05:09:14.608 INFO E| info: downloading component 'rust-std'
21572024-08-16T05:09:15.182Z[ host-package] Compiling spin v0.5.2
21582024-08-16T05:09:15.201Z[ host-package] Compiling arrayref v0.3.7
21592024-08-16T05:09:16.497Z[ host-package] Compiling tar v0.4.41
21602024-08-16T05:09:17.045Z[ helios-setup] Aug 16 05:09:16.613 INFO E| info: downloading component 'rustc'
21612024-08-16T05:09:18.404Z[ host-package] Compiling camino-tempfile v1.1.1
21622024-08-16T05:09:18.752Z[ host-package] Compiling toolchain_find v0.4.0
21632024-08-16T05:09:18.834Z[ host-package] Compiling nibble_vec v0.1.0
21642024-08-16T05:09:19.083Z[ host-package] Compiling atty v0.2.14
21652024-08-16T05:09:19.251Z[ host-package] Compiling topological-sort v0.2.2
21662024-08-16T05:09:19.345Z[ host-package] Compiling glob v0.3.1
21672024-08-16T05:09:19.500Z[ host-package] Compiling crunchy v0.2.2
21682024-08-16T05:09:20.008Z[ host-package] Compiling maplit v1.0.2
21692024-08-16T05:09:20.148Z[ host-package] Compiling endian-type v0.1.2
21702024-08-16T05:09:20.252Z[ host-package] Compiling clang-sys v1.7.0
21712024-08-16T05:09:20.437Z[ host-package] Compiling radix_trie v0.2.1
21722024-08-16T05:09:21.024Z[ host-package] Compiling omicron-zone-package v0.11.0
21732024-08-16T05:09:21.442Z[ host-package] Compiling rustfmt-wrapper v0.2.1
21742024-08-16T05:09:21.982Z[ helios-setup] Aug 16 05:09:21.547 INFO E| info: downloading component 'rustfmt'
21752024-08-16T05:09:22.198Z[ helios-setup] Aug 16 05:09:21.763 INFO E| info: installing component 'cargo'
21762024-08-16T05:09:22.282Z[ host-package] Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro)
21772024-08-16T05:09:22.889Z[ host-package] Compiling internal-dns v0.1.0 (/work/oxidecomputer/omicron/internal-dns)
21782024-08-16T05:09:23.487Z[ host-package] Compiling tungstenite v0.21.0
21792024-08-16T05:09:23.518Z[ host-package] Compiling tiny-keccak v2.0.2
21802024-08-16T05:09:23.556Z[ helios-setup] Aug 16 05:09:23.121 INFO E| info: installing component 'clippy'
21812024-08-16T05:09:24.039Z[ host-package] Compiling dsl_auto_type v0.1.2
21822024-08-16T05:09:24.072Z[ helios-setup] Aug 16 05:09:23.636 INFO E| info: installing component 'rust-docs'
21832024-08-16T05:09:25.707Z[ host-package] Compiling tokio-tungstenite v0.21.0
21842024-08-16T05:09:26.450Z[ host-package] Compiling scheduled-thread-pool v0.2.7
21852024-08-16T05:09:26.624Z[ host-package] Compiling dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client)
21862024-08-16T05:09:27.256Z[ host-package] Compiling oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
21872024-08-16T05:09:27.990Z[ host-package] Compiling diesel_table_macro_syntax v0.2.0
21882024-08-16T05:09:28.089Z[ host-package] Compiling arc-swap v1.7.1
21892024-08-16T05:09:28.711Z[ host-package] Compiling diesel_derives v2.2.2
21902024-08-16T05:09:29.156Z[ host-package] Compiling slog-scope v4.4.0
21912024-08-16T05:09:29.188Z[ host-package] Compiling r2d2 v0.8.10
21922024-08-16T05:09:29.500Z[ helios-setup] Aug 16 05:09:29.062 INFO E| info: installing component 'rust-src'
21932024-08-16T05:09:30.107Z[ host-package] Compiling ascii-canvas v3.0.0
21942024-08-16T05:09:30.188Z[ helios-setup] Aug 16 05:09:29.728 INFO E| info: installing component 'rust-std'
21952024-08-16T05:09:30.463Z[ host-package] Compiling ena v0.14.3
21962024-08-16T05:09:30.696Z[ host-package] Compiling libloading v0.8.3
21972024-08-16T05:09:30.962Z[ host-package] Compiling regex-syntax v0.6.29
21982024-08-16T05:09:31.198Z[ host-package] Compiling diff v0.1.13
21992024-08-16T05:09:31.827Z[ host-package] Compiling bindgen v0.69.4
22002024-08-16T05:09:32.766Z[ helios-setup] Aug 16 05:09:32.325 INFO E| info: installing component 'rustc'
22012024-08-16T05:09:37.020Z[ host-package] Compiling lalrpop v0.19.12
22022024-08-16T05:09:39.560Z[ helios-setup] Aug 16 05:09:39.116 INFO E| info: installing component 'rustfmt'
22032024-08-16T05:09:40.514Z[ helios-setup] Aug 16 05:09:40.069 INFO E| Updating git repository `https://github.com/oxidecomputer/amd-apcb.git`
22042024-08-16T05:09:41.343Z[ helios-setup] Aug 16 05:09:40.898 INFO E| From https://github.com/oxidecomputer/amd-apcb
22052024-08-16T05:09:41.343Z[ helios-setup] Aug 16 05:09:40.898 INFO E| * [new ref] db77d47bc0d73c4159aa0a82493ef11f5e599047 -> refs/commit/db77d47bc0d73c4159aa0a82493ef11f5e599047
22062024-08-16T05:09:41.343Z[ helios-setup] Aug 16 05:09:40.898 INFO E| * [new tag] v0.3.3 -> v0.3.3
22072024-08-16T05:09:41.374Z[ helios-setup] Aug 16 05:09:40.929 INFO E| * [new tag] v0.1.3 -> v0.1.3
22082024-08-16T05:09:41.374Z[ helios-setup] Aug 16 05:09:40.929 INFO E| * [new tag] v0.1.4 -> v0.1.4
22092024-08-16T05:09:41.377Z[ helios-setup] Aug 16 05:09:40.929 INFO E| * [new tag] v0.1.5 -> v0.1.5
22102024-08-16T05:09:41.377Z[ helios-setup] Aug 16 05:09:40.929 INFO E| * [new tag] v0.2.0 -> v0.2.0
22112024-08-16T05:09:41.377Z[ helios-setup] Aug 16 05:09:40.930 INFO E| * [new tag] v0.3.0 -> v0.3.0
22122024-08-16T05:09:41.377Z[ helios-setup] Aug 16 05:09:40.930 INFO E| * [new tag] v0.3.1 -> v0.3.1
22132024-08-16T05:09:41.377Z[ helios-setup] Aug 16 05:09:40.930 INFO E| * [new tag] v0.3.2 -> v0.3.2
22142024-08-16T05:09:41.430Z[ helios-setup] Aug 16 05:09:40.985 INFO E| Updating git repository `ssh://git@github.com/oxidecomputer/amd-efs.git`
22152024-08-16T05:09:42.073Z[ host-package] Compiling diesel v2.2.2
22162024-08-16T05:09:42.371Z[ helios-setup] Aug 16 05:09:41.925 INFO E| From https://github.com/oxidecomputer/amd-efs
22172024-08-16T05:09:42.371Z[ helios-setup] Aug 16 05:09:41.925 INFO E| * [new branch] empty -> origin/empty
22182024-08-16T05:09:42.371Z[ helios-setup] Aug 16 05:09:41.925 INFO E| * [new branch] issue-99 -> origin/issue-99
22192024-08-16T05:09:42.373Z[ helios-setup] Aug 16 05:09:41.925 INFO E| * [new branch] main -> origin/main
22202024-08-16T05:09:42.373Z[ helios-setup] Aug 16 05:09:41.925 INFO E| * [new branch] review -> origin/review
22212024-08-16T05:09:42.373Z[ helios-setup] Aug 16 05:09:41.926 INFO E| * [new ref] -> origin/HEAD
22222024-08-16T05:09:42.373Z[ helios-setup] Aug 16 05:09:41.926 INFO E| * [new tag] v0.2.0 -> v0.2.0
22232024-08-16T05:09:42.373Z[ helios-setup] Aug 16 05:09:41.926 INFO E| * [new tag] v0.2.1 -> v0.2.1
22242024-08-16T05:09:42.373Z[ helios-setup] Aug 16 05:09:41.926 INFO E| * [new tag] v0.2.2 -> v0.2.2
22252024-08-16T05:09:42.373Z[ helios-setup] Aug 16 05:09:41.926 INFO E| * [new tag] v0.2.3 -> v0.2.3
22262024-08-16T05:09:42.373Z[ helios-setup] Aug 16 05:09:41.926 INFO E| * [new tag] v0.2.4 -> v0.2.4
22272024-08-16T05:09:42.373Z[ helios-setup] Aug 16 05:09:41.926 INFO E| * [new tag] v0.2.5 -> v0.2.5
22282024-08-16T05:09:42.373Z[ helios-setup] Aug 16 05:09:41.927 INFO E| * [new tag] v0.2.6 -> v0.2.6
22292024-08-16T05:09:42.373Z[ helios-setup] Aug 16 05:09:41.927 INFO E| * [new tag] v0.2.7 -> v0.2.7
22302024-08-16T05:09:42.373Z[ helios-setup] Aug 16 05:09:41.927 INFO E| * [new tag] v0.3.0 -> v0.3.0
22312024-08-16T05:09:42.373Z[ helios-setup] Aug 16 05:09:41.927 INFO E| * [new tag] v0.3.1 -> v0.3.1
22322024-08-16T05:09:42.373Z[ helios-setup] Aug 16 05:09:41.927 INFO E| * [new tag] v0.4.0 -> v0.4.0
22332024-08-16T05:09:42.398Z[ helios-setup] Aug 16 05:09:41.951 INFO E| Updating crates.io index
22342024-08-16T05:09:42.890Z[ helios-setup] Aug 16 05:09:42.444 INFO E| Downloading crates ...
22352024-08-16T05:09:42.966Z[ helios-setup] Aug 16 05:09:42.520 INFO E| Downloaded bytesize v1.3.0
22362024-08-16T05:09:42.981Z[ helios-setup] Aug 16 05:09:42.535 INFO E| Downloaded serde_derive v1.0.204
22372024-08-16T05:09:42.985Z[ helios-setup] Aug 16 05:09:42.539 INFO E| Downloaded modular-bitfield-impl v0.11.2
22382024-08-16T05:09:42.988Z[ helios-setup] Aug 16 05:09:42.542 INFO E| Downloaded unic-ucd-version v0.9.0
22392024-08-16T05:09:42.990Z[ helios-setup] Aug 16 05:09:42.543 INFO E| Downloaded scroll_derive v0.10.5
22402024-08-16T05:09:42.990Z[ helios-setup] Aug 16 05:09:42.544 INFO E| Downloaded unic-common v0.9.0
22412024-08-16T05:09:42.993Z[ helios-setup] Aug 16 05:09:42.545 INFO E| Downloaded unic-char-property v0.9.0
22422024-08-16T05:09:42.993Z[ helios-setup] Aug 16 05:09:42.547 INFO E| Downloaded structopt-derive v0.4.18
22432024-08-16T05:09:42.995Z[ helios-setup] Aug 16 05:09:42.548 INFO E| Downloaded memoffset v0.5.6
22442024-08-16T05:09:42.996Z[ helios-setup] Aug 16 05:09:42.550 INFO E| Downloaded four-cc v0.3.0
22452024-08-16T05:09:42.999Z[ helios-setup] Aug 16 05:09:42.551 INFO E| Downloaded strsim v0.8.0
22462024-08-16T05:09:43.002Z[ helios-setup] Aug 16 05:09:42.555 INFO E| Downloaded strum_macros v0.23.1
22472024-08-16T05:09:43.005Z[ helios-setup] Aug 16 05:09:42.557 INFO E| Downloaded textwrap v0.11.0
22482024-08-16T05:09:43.008Z[ helios-setup] Aug 16 05:09:42.562 INFO E| Downloaded semver-parser v0.7.0
22492024-08-16T05:09:43.010Z[ helios-setup] Aug 16 05:09:42.564 INFO E| Downloaded proc-macro-crate v0.1.5
22502024-08-16T05:09:43.013Z[ helios-setup] Aug 16 05:09:42.566 INFO E| Downloaded log v0.4.22
22512024-08-16T05:09:43.015Z[ helios-setup] Aug 16 05:09:42.570 INFO E| Downloaded pre v0.2.1
22522024-08-16T05:09:43.018Z[ helios-setup] Aug 16 05:09:42.572 INFO E| Downloaded pest_generator v2.7.11
22532024-08-16T05:09:43.045Z[ helios-setup] Aug 16 05:09:42.599 INFO E| Downloaded serde v1.0.204
22542024-08-16T05:09:43.050Z[ helios-setup] Aug 16 05:09:42.604 INFO E| Downloaded pest v2.7.11
22552024-08-16T05:09:43.059Z[ helios-setup] Aug 16 05:09:42.614 INFO E| Downloaded parse_int v0.6.0
22562024-08-16T05:09:43.062Z[ helios-setup] Aug 16 05:09:42.615 INFO E| Downloaded memchr v2.7.4
22572024-08-16T05:09:43.070Z[ helios-setup] Aug 16 05:09:42.624 INFO E| Downloaded unic-char-range v0.9.0
22582024-08-16T05:09:43.073Z[ helios-setup] Aug 16 05:09:42.627 INFO E| Downloaded strum v0.23.0
22592024-08-16T05:09:43.075Z[ helios-setup] Aug 16 05:09:42.629 INFO E| Downloaded scroll v0.10.2
22602024-08-16T05:09:43.079Z[ helios-setup] Aug 16 05:09:42.631 INFO E| Downloaded rustc_version v0.2.3
22612024-08-16T05:09:43.083Z[ helios-setup] Aug 16 05:09:42.633 INFO E| Downloaded num-derive v0.3.3
22622024-08-16T05:09:43.085Z[ helios-setup] Aug 16 05:09:42.635 INFO E| Downloaded ansi_term v0.12.1
22632024-08-16T05:09:43.085Z[ helios-setup] Aug 16 05:09:42.638 INFO E| Downloaded semver v0.9.0
22642024-08-16T05:09:43.087Z[ helios-setup] Aug 16 05:09:42.640 INFO E| Downloaded unic-ucd-ident v0.9.0
22652024-08-16T05:09:43.090Z[ helios-setup] Aug 16 05:09:42.643 INFO E| Downloaded pest_meta v2.7.11
22662024-08-16T05:09:43.092Z[ helios-setup] Aug 16 05:09:42.646 INFO E| Downloaded modular-bitfield v0.11.2
22672024-08-16T05:09:43.111Z[ helios-setup] Aug 16 05:09:42.665 INFO E| Downloaded vec_map v0.8.2
22682024-08-16T05:09:43.113Z[ helios-setup] Aug 16 05:09:42.666 INFO E| Downloaded toml v0.5.11
22692024-08-16T05:09:43.122Z[ helios-setup] Aug 16 05:09:42.670 INFO E| Downloaded structopt v0.3.26
22702024-08-16T05:09:43.165Z[ helios-setup] Aug 16 05:09:42.683 INFO E| Downloaded goblin v0.4.3
22712024-08-16T05:09:43.169Z[ helios-setup] Aug 16 05:09:42.692 INFO E| Downloaded syn v2.0.71
22722024-08-16T05:09:43.169Z[ helios-setup] Aug 16 05:09:42.709 INFO E| Downloaded serde_json v1.0.120
22732024-08-16T05:09:43.169Z[ helios-setup] Aug 16 05:09:42.719 INFO E| Downloaded pre-proc-macro v0.2.1
22742024-08-16T05:09:43.169Z[ helios-setup] Aug 16 05:09:42.721 INFO E| Downloaded pest_derive v2.7.11
22752024-08-16T05:09:43.172Z[ helios-setup] Aug 16 05:09:42.724 INFO E| Downloaded fletcher v0.1.0
22762024-08-16T05:09:43.172Z[ helios-setup] Aug 16 05:09:42.726 INFO E| Downloaded clap v2.34.0
22772024-08-16T05:09:43.183Z[ helios-setup] Aug 16 05:09:42.736 INFO E| Downloaded cfg-if v0.1.10
22782024-08-16T05:09:43.292Z[ helios-setup] Aug 16 05:09:42.844 INFO E| Compiling proc-macro2 v1.0.86
22792024-08-16T05:09:43.295Z[ helios-setup] Aug 16 05:09:42.846 INFO E| Compiling unicode-ident v1.0.12
22802024-08-16T05:09:43.295Z[ helios-setup] Aug 16 05:09:42.846 INFO E| Compiling syn v1.0.109
22812024-08-16T05:09:43.295Z[ helios-setup] Aug 16 05:09:42.846 INFO E| Compiling version_check v0.9.4
22822024-08-16T05:09:43.295Z[ helios-setup] Aug 16 05:09:42.846 INFO E| Compiling thiserror v1.0.63
22832024-08-16T05:09:43.295Z[ helios-setup] Aug 16 05:09:42.846 INFO E| Compiling semver-parser v0.7.0
22842024-08-16T05:09:43.295Z[ helios-setup] Aug 16 05:09:42.846 INFO E| Compiling autocfg v1.3.0
22852024-08-16T05:09:43.295Z[ helios-setup] Aug 16 05:09:42.846 INFO E| Compiling serde v1.0.204
22862024-08-16T05:09:44.064Z[ host-package] Compiling slog-stdlog v4.1.1
22872024-08-16T05:09:44.702Z[ helios-setup] Aug 16 05:09:44.255 INFO E| Compiling semver v0.9.0
22882024-08-16T05:09:44.852Z[ helios-setup] Aug 16 05:09:44.404 INFO E| Compiling serde_json v1.0.120
22892024-08-16T05:09:44.971Z[ helios-setup] Aug 16 05:09:44.524 INFO E| Compiling unicode-segmentation v1.11.0
22902024-08-16T05:09:45.057Z[ helios-setup] Aug 16 05:09:44.610 INFO E| Compiling proc-macro-error-attr v1.0.4
22912024-08-16T05:09:45.122Z[ helios-setup] Aug 16 05:09:44.675 INFO E| Compiling proc-macro-error v1.0.4
22922024-08-16T05:09:45.145Z[ helios-setup] Aug 16 05:09:44.697 INFO E| Compiling num-traits v0.2.19
22932024-08-16T05:09:45.443Z[ host-package] Compiling omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates)
22942024-08-16T05:09:45.593Z[ helios-setup] Aug 16 05:09:45.145 INFO E| Compiling rustc_version v0.2.3
22952024-08-16T05:09:45.836Z[ helios-setup] Aug 16 05:09:45.388 INFO E| Compiling schemars v0.8.21
22962024-08-16T05:09:45.889Z[ helios-setup] Aug 16 05:09:45.442 INFO E| Compiling itoa v1.0.11
22972024-08-16T05:09:45.892Z[ helios-setup] Aug 16 05:09:45.443 INFO E| Compiling ryu v1.0.18
22982024-08-16T05:09:46.171Z[ helios-setup] Aug 16 05:09:45.722 INFO E| Compiling memoffset v0.5.6
22992024-08-16T05:09:46.202Z[ helios-setup] Aug 16 05:09:45.753 INFO E| Compiling heck v0.3.3
23002024-08-16T05:09:46.592Z[ helios-setup] Aug 16 05:09:46.145 INFO E| Compiling quote v1.0.36
23012024-08-16T05:09:46.618Z[ helios-setup] Aug 16 05:09:46.168 INFO E| Compiling pre-proc-macro v0.2.1
23022024-08-16T05:09:46.635Z[ helios-setup] Aug 16 05:09:46.187 INFO E| Compiling dyn-clone v1.0.17
23032024-08-16T05:09:46.737Z[ helios-setup] Aug 16 05:09:46.289 INFO E| Compiling memchr v2.7.4
23042024-08-16T05:09:46.757Z[ helios-setup] Aug 16 05:09:46.309 INFO E| Compiling rustversion v1.0.17
23052024-08-16T05:09:46.762Z[ helios-setup] Aug 16 05:09:46.314 INFO E| Compiling lazy_static v1.5.0
23062024-08-16T05:09:47.017Z[ helios-setup] Aug 16 05:09:46.569 INFO E| Compiling paste v1.0.15
23072024-08-16T05:09:47.289Z[ helios-setup] Aug 16 05:09:46.834 INFO E| Compiling syn v2.0.71
23082024-08-16T05:09:47.840Z[ host-package] Compiling which v4.4.2
23092024-08-16T05:09:47.856Z[ helios-setup] Aug 16 05:09:47.318 INFO E| Compiling ucd-trie v0.1.6
23102024-08-16T05:09:47.877Z[ host-package] Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common)
23112024-08-16T05:09:48.151Z[ helios-setup] Aug 16 05:09:47.702 INFO E| Compiling libc v0.2.155
23122024-08-16T05:09:48.525Z[ helios-setup] Aug 16 05:09:48.076 INFO E| Compiling pre v0.2.1
23132024-08-16T05:09:48.664Z[ host-package] Compiling cexpr v0.6.0
23142024-08-16T05:09:48.748Z[ host-package] Compiling libsw v3.3.1
23152024-08-16T05:09:49.318Z[ helios-setup] Aug 16 05:09:48.869 INFO E| Compiling static_assertions v1.1.0
23162024-08-16T05:09:49.403Z[ helios-setup] Aug 16 05:09:48.954 INFO E| Compiling cfg-if v0.1.10
23172024-08-16T05:09:49.470Z[ helios-setup] Aug 16 05:09:49.021 INFO E| Compiling once_cell v1.19.0
23182024-08-16T05:09:49.488Z[ helios-setup] Aug 16 05:09:49.039 INFO E| Compiling byteorder v1.5.0
23192024-08-16T05:09:49.696Z[ host-package] Compiling owo-colors v4.0.0
23202024-08-16T05:09:50.415Z[ host-package] Compiling linear-map v1.2.0
23212024-08-16T05:09:50.780Z[ helios-setup] Aug 16 05:09:50.330 INFO E| Compiling unicode-width v0.1.13
23222024-08-16T05:09:51.369Z[ helios-setup] Aug 16 05:09:50.918 INFO E| Compiling atty v0.2.14
23232024-08-16T05:09:51.390Z[ helios-setup] Aug 16 05:09:50.939 INFO E| Compiling textwrap v0.11.0
23242024-08-16T05:09:51.426Z[ host-package] Compiling rustc-hash v1.1.0
23252024-08-16T05:09:51.547Z[ helios-setup] Aug 16 05:09:51.097 INFO E| Compiling ansi_term v0.12.1
23262024-08-16T05:09:51.646Z[ host-package] Compiling ref-cast v1.0.23
23272024-08-16T05:09:51.825Z[ host-package] Compiling lazycell v1.3.0
23282024-08-16T05:09:52.564Z[ host-package] Compiling shlex v1.3.0
23292024-08-16T05:09:52.579Z[ helios-setup] Aug 16 05:09:52.128 INFO E| Compiling vec_map v0.8.2
23302024-08-16T05:09:52.629Z[ helios-setup] Aug 16 05:09:52.178 INFO E| Compiling fletcher v0.1.0
23312024-08-16T05:09:52.711Z[ helios-setup] Aug 16 05:09:52.259 INFO E| Compiling unic-common v0.9.0
23322024-08-16T05:09:52.910Z[ helios-setup] Aug 16 05:09:52.456 INFO E| Compiling strum v0.23.0
23332024-08-16T05:09:52.959Z[ helios-setup] Aug 16 05:09:52.507 INFO E| Compiling parse_int v0.6.0
23342024-08-16T05:09:53.046Z[ helios-setup] Aug 16 05:09:52.594 INFO E| Compiling strsim v0.8.0
23352024-08-16T05:09:53.094Z[ helios-setup] Aug 16 05:09:52.642 INFO E| Compiling bitflags v1.3.2
23362024-08-16T05:09:53.094Z[ helios-setup] Aug 16 05:09:52.642 INFO E| Compiling unic-char-range v0.9.0
23372024-08-16T05:09:53.178Z[ helios-setup] Aug 16 05:09:52.726 INFO E| Compiling unic-ucd-version v0.9.0
23382024-08-16T05:09:53.272Z[ helios-setup] Aug 16 05:09:52.819 INFO E| Compiling plain v0.2.3
23392024-08-16T05:09:53.344Z[ helios-setup] Aug 16 05:09:52.892 INFO E| Compiling unic-char-property v0.9.0
23402024-08-16T05:09:53.467Z[ helios-setup] Aug 16 05:09:53.014 INFO E| Compiling clap v2.34.0
23412024-08-16T05:09:53.546Z[ helios-setup] Aug 16 05:09:53.094 INFO E| Compiling log v0.4.22
23422024-08-16T05:09:53.570Z[ helios-setup] Aug 16 05:09:53.119 INFO E| Compiling unic-ucd-ident v0.9.0
23432024-08-16T05:09:53.600Z[ host-package] Compiling slog-envlogger v2.2.0
23442024-08-16T05:09:53.619Z[ helios-setup] Aug 16 05:09:53.168 INFO E| Compiling bytesize v1.3.0
23452024-08-16T05:09:55.112Z[ host-package] Compiling update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine)
23462024-08-16T05:09:56.270Z[ helios-setup] Aug 16 05:09:55.801 INFO E| Compiling serde_derive_internals v0.29.1
23472024-08-16T05:09:57.295Z[ host-package] Compiling nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
23482024-08-16T05:09:57.324Z[ helios-setup] Aug 16 05:09:56.870 INFO E| Compiling toml v0.5.11
23492024-08-16T05:10:00.017Z[ host-package] Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model)
23502024-08-16T05:10:00.289Z[ helios-setup] Aug 16 05:09:59.834 INFO E| Compiling proc-macro-crate v0.1.5
23512024-08-16T05:10:00.754Z[ host-package] Compiling derive_builder_core v0.20.0
23522024-08-16T05:10:02.215Z[ helios-setup] Aug 16 05:10:01.758 INFO E| Compiling thiserror-impl v1.0.63
23532024-08-16T05:10:02.232Z[ helios-setup] Aug 16 05:10:01.774 INFO E| Compiling serde_derive v1.0.204
23542024-08-16T05:10:02.295Z[ helios-setup] Aug 16 05:10:01.836 INFO E| Compiling schemars_derive v0.8.21
23552024-08-16T05:10:02.633Z[ helios-setup] Aug 16 05:10:02.177 INFO E| Compiling zerocopy-derive v0.6.6
23562024-08-16T05:10:04.436Z[ host-package] Compiling headers-core v0.2.0
23572024-08-16T05:10:05.033Z[ host-package] Compiling fxhash v0.2.1
23582024-08-16T05:10:05.612Z[ host-package] Compiling libxml v0.3.3
23592024-08-16T05:10:06.134Z[ helios-setup] Aug 16 05:10:05.676 INFO E| Compiling zerocopy v0.6.6
23602024-08-16T05:10:07.255Z[ host-package] Compiling ref-cast-impl v1.0.23
23612024-08-16T05:10:07.671Z[ host-package] Compiling headers v0.3.9
23622024-08-16T05:10:08.082Z[ helios-setup] Aug 16 05:10:07.623 INFO E| Compiling pest v2.7.11
23632024-08-16T05:10:08.815Z[ helios-setup] Aug 16 05:10:08.355 INFO E| Compiling modular-bitfield-impl v0.11.2
23642024-08-16T05:10:08.818Z[ helios-setup] Aug 16 05:10:08.355 INFO E| Compiling num-derive v0.3.3
23652024-08-16T05:10:09.622Z[ host-package] Compiling derive_builder_macro v0.20.0
23662024-08-16T05:10:10.624Z[ helios-setup] Aug 16 05:10:10.161 INFO E| Compiling strum_macros v0.23.1
23672024-08-16T05:10:11.249Z[ helios-setup] Aug 16 05:10:10.788 INFO E| Compiling scroll_derive v0.10.5
23682024-08-16T05:10:11.312Z[ host-package] Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros)
23692024-08-16T05:10:12.152Z[ helios-setup] Aug 16 05:10:11.691 INFO E| Compiling structopt-derive v0.4.18
23702024-08-16T05:10:13.436Z[ helios-setup] Aug 16 05:10:12.973 INFO E| Compiling pest_meta v2.7.11
23712024-08-16T05:10:13.481Z[ host-package] Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data)
23722024-08-16T05:10:14.385Z[ host-package] Compiling nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults)
23732024-08-16T05:10:14.662Z[ helios-setup] Aug 16 05:10:14.200 INFO E| Compiling scroll v0.10.2
23742024-08-16T05:10:14.669Z[ helios-setup] Aug 16 05:10:14.206 INFO E| Compiling modular-bitfield v0.11.2
23752024-08-16T05:10:15.700Z[ helios-setup] Aug 16 05:10:15.237 INFO E| Compiling goblin v0.4.3
23762024-08-16T05:10:16.014Z[ helios-setup] Aug 16 05:10:15.550 INFO E| Compiling pest_generator v2.7.11
23772024-08-16T05:10:17.687Z[ host-package] Compiling strum_macros v0.24.3
23782024-08-16T05:10:17.712Z[ helios-setup] Aug 16 05:10:17.247 INFO E| Compiling structopt v0.3.26
23792024-08-16T05:10:17.883Z[ host-package] Compiling samael v0.0.15
23802024-08-16T05:10:20.469Z[ host-package] Compiling cookie v0.18.1
23812024-08-16T05:10:20.725Z[ host-package] Compiling unicase v2.7.0
23822024-08-16T05:10:20.741Z[ helios-setup] Aug 16 05:10:20.274 INFO E| Compiling pest_derive v2.7.11
23832024-08-16T05:10:20.895Z[ host-package] Compiling polar-core v0.27.3
23842024-08-16T05:10:21.148Z[ host-package] Compiling indoc v1.0.9
23852024-08-16T05:10:22.365Z[ host-package] Compiling derive_builder v0.20.0
23862024-08-16T05:10:22.536Z[ host-package] Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth)
23872024-08-16T05:10:22.638Z[ host-package] Compiling crossterm v0.28.1
23882024-08-16T05:10:22.987Z[ host-package] Compiling curve25519-dalek v4.1.3
23892024-08-16T05:10:23.653Z[ host-package] Compiling oso-derive v0.27.3
23902024-08-16T05:10:24.718Z[ helios-setup] Aug 16 05:10:24.250 INFO E| Compiling json5 v0.4.1
23912024-08-16T05:10:24.898Z[ host-package] Compiling impl-trait-for-tuples v0.2.2
23922024-08-16T05:10:27.602Z[ host-package] Compiling libz-sys v1.1.16
23932024-08-16T05:10:28.970Z[ host-package] Compiling quick-xml v0.31.0
23942024-08-16T05:10:29.160Z[ host-package] Compiling diesel-dtrace v0.3.0 (https://github.com/oxidecomputer/diesel-dtrace?branch=main#8fcc2bb3)
23952024-08-16T05:10:29.724Z[ host-package] Compiling parking_lot_core v0.8.6
23962024-08-16T05:10:30.349Z[ helios-setup] Aug 16 05:10:29.876 INFO E| Compiling four-cc v0.3.0
23972024-08-16T05:10:30.351Z[ helios-setup] Aug 16 05:10:29.876 INFO E| Compiling amd-efs v0.4.0 (ssh://git@github.com/oxidecomputer/amd-efs.git?tag=v0.4.0#16afc05b)
23982024-08-16T05:10:30.579Z[ helios-setup] Aug 16 05:10:30.100 INFO E| Compiling amd-apcb v0.3.3 (https://github.com/oxidecomputer/amd-apcb.git?tag=v0.3.3#db77d47b)
23992024-08-16T05:10:30.588Z[ host-package] Compiling keccak v0.1.5
24002024-08-16T05:10:32.279Z[ host-package] Compiling sha3 v0.10.8
24012024-08-16T05:10:34.094Z[ host-package] Compiling installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
24022024-08-16T05:10:34.341Z[ host-package] Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros)
24032024-08-16T05:10:36.458Z[ host-package] Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=24a74d0c76b6a63961ecef76acb1516b6e66c5c9#24a74d0c)
24042024-08-16T05:10:37.043Z[ host-package] Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
24052024-08-16T05:10:37.593Z[ host-package] Compiling bb8 v0.8.5
24062024-08-16T05:10:37.853Z[ host-package] Compiling const_format_proc_macros v0.2.32
24072024-08-16T05:10:38.425Z[ host-package] Compiling universal-hash v0.5.1
24082024-08-16T05:10:38.816Z[ host-package] Compiling secrecy v0.8.0
24092024-08-16T05:10:39.231Z[ host-package] Compiling thiserror-impl-no-std v2.0.2
24102024-08-16T05:10:40.184Z[ host-package] Compiling curve25519-dalek-derive v0.1.1
24112024-08-16T05:10:40.352Z[ host-package] Compiling vte_generate_state_changes v0.1.1
24122024-08-16T05:10:41.120Z[ host-package] Compiling opaque-debug v0.3.1
24132024-08-16T05:10:41.273Z[ host-package] Compiling poly1305 v0.8.0
24142024-08-16T05:10:42.336Z[ host-package] Compiling thiserror-no-std v2.0.2
24152024-08-16T05:10:42.540Z[ host-package] Compiling vte v0.11.1
24162024-08-16T05:10:43.019Z[ host-package] Compiling const_format v0.2.32
24172024-08-16T05:10:44.716Z[ host-package] Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
24182024-08-16T05:10:45.076Z[ host-package] Compiling chacha20 v0.9.1
24192024-08-16T05:10:45.393Z[ host-package] Compiling fd-lock v4.0.2
24202024-08-16T05:10:45.643Z[ host-package] Compiling aead v0.5.2
24212024-08-16T05:10:45.672Z[ host-package] Compiling libgit2-sys v0.17.0+1.8.1
24222024-08-16T05:10:46.236Z[ host-package] Compiling bytecount v0.6.8
24232024-08-16T05:10:46.572Z[ host-package] Compiling ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc)
24242024-08-16T05:10:46.990Z[ host-package] Compiling papergrid v0.11.0
24252024-08-16T05:10:56.592Z[ host-package] Compiling oso v0.27.3
24262024-08-16T05:10:57.913Z[ host-package] Compiling async-bb8-diesel v0.1.0 (https://github.com/oxidecomputer/async-bb8-diesel?rev=ed7ab5ef0513ba303d33efd41d3e9e381169d59b#ed7ab5ef)
24272024-08-16T05:10:59.131Z[ host-package] Compiling chacha20poly1305 v0.10.1
24282024-08-16T05:10:59.359Z[ host-package] Compiling parking_lot v0.11.2
24292024-08-16T05:10:59.835Z[ host-package] Compiling vsss-rs v3.3.4
24302024-08-16T05:11:01.476Z[ host-package] Compiling strip-ansi-escapes v0.2.0
24312024-08-16T05:11:02.605Z[ host-package] Compiling crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=e58ca3693cb9ce0438947beba10e97ee38a0966b#e58ca369)
24322024-08-16T05:11:04.789Z[ host-package] Compiling tabled_derive v0.7.0
24332024-08-16T05:11:07.199Z[ host-package] Compiling crossterm v0.27.0
24342024-08-16T05:11:07.848Z[ host-package] Compiling peg-macros v0.8.4
24352024-08-16T05:11:08.054Z[ host-package] Compiling kstat-rs v0.2.4
24362024-08-16T05:11:09.097Z[ host-package] Compiling sqlparser_derive v0.2.2
24372024-08-16T05:11:10.376Z[ helios-setup] Aug 16 05:11:09.883 INFO E| Compiling amd-host-image-builder-config v0.1.0 (/work/oxidecomputer/helios/projects/amd-host-image-builder/amd-host-image-builder-config)
24382024-08-16T05:11:10.787Z[ host-package] Compiling nu-ansi-term v0.50.0
24392024-08-16T05:11:11.559Z[ host-package] Compiling unicode_categories v0.1.1
24402024-08-16T05:11:12.234Z[ host-package] Compiling sqlformat v0.2.4
24412024-08-16T05:11:12.499Z[ host-package] Compiling peg v0.8.4
24422024-08-16T05:11:12.674Z[ host-package] Compiling reedline v0.33.0
24432024-08-16T05:11:14.579Z[ host-package] Compiling rustyline v14.0.0
24442024-08-16T05:11:15.397Z[ host-package] Compiling sqlparser v0.45.0
24452024-08-16T05:11:22.921Z[ helios-setup] Aug 16 05:11:22.415 INFO E| Compiling amd-host-image-builder v0.1.1 (/work/oxidecomputer/helios/projects/amd-host-image-builder)
24462024-08-16T05:11:25.031Z[ host-package] Compiling oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
24472024-08-16T05:11:25.412Z[ host-package] Compiling tabled v0.15.0
24482024-08-16T05:11:38.335Z[ host-package] Compiling mime_guess v2.0.4
24492024-08-16T05:11:40.099Z[ host-package] Compiling sled v0.34.7
24502024-08-16T05:11:43.348Z[ host-package] Compiling oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
24512024-08-16T05:11:44.865Z[ host-package] Compiling hickory-client v0.24.1
24522024-08-16T05:11:45.487Z[ host-package] Compiling env_logger v0.9.3
24532024-08-16T05:11:48.735Z[ host-package] Compiling tungstenite v0.20.1
24542024-08-16T05:11:51.062Z[ host-package] Compiling clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=ceec762e6a87d2a22bf56792a3025e145caa095e#ceec762e)
24552024-08-16T05:11:51.776Z[ host-package] Compiling bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client)
24562024-08-16T05:11:55.237Z[ host-package] Compiling oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client)
24572024-08-16T05:11:58.617Z[ host-package] Compiling ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=220dd026e83142b83bd93123f465a64dd4600201#220dd026)
24582024-08-16T05:12:00.043Z[ helios-setup] Aug 16 05:11:59.523 INFO E| Finished dev [unoptimized + debuginfo] target(s) in 2m 19s
24592024-08-16T05:12:00.077Z[ helios-setup] Aug 16 05:11:59.558 INFO building project "amd-host-image-builder" ok (168 seconds)
24602024-08-16T05:12:00.081Z[ helios-setup] Aug 16 05:11:59.558 INFO building project "pilot" at /work/oxidecomputer/helios/projects/pilot
24612024-08-16T05:12:00.081Z[ helios-setup] Aug 16 05:11:59.558 INFO exec: ["cargo", "build", "--locked", "--release"], pwd: Some("/work/oxidecomputer/helios/projects/pilot")
24622024-08-16T05:12:00.464Z[ host-package] Compiling dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api)
24632024-08-16T05:12:00.594Z[ helios-setup] Aug 16 05:12:00.074 INFO E| Updating git repository `https://github.com/jclulow/hiercmd`
24642024-08-16T05:12:01.088Z[ helios-setup] Aug 16 05:12:00.567 INFO E| From https://github.com/jclulow/hiercmd
24652024-08-16T05:12:01.088Z[ helios-setup] Aug 16 05:12:00.567 INFO E| * [new ref] d9d28d6aa06f0740b8668b9e64c0f4bb69243aad -> refs/commit/d9d28d6aa06f0740b8668b9e64c0f4bb69243aad
24662024-08-16T05:12:01.109Z[ helios-setup] Aug 16 05:12:00.587 INFO E| Updating git repository `https://github.com/jclulow/network-interface`
24672024-08-16T05:12:01.631Z[ helios-setup] Aug 16 05:12:01.111 INFO E| From https://github.com/jclulow/network-interface
24682024-08-16T05:12:01.631Z[ helios-setup] Aug 16 05:12:01.111 INFO E| * [new ref] 827e6b7ba62ea32474ef38b1b02942bdf3933624 -> refs/commit/827e6b7ba62ea32474ef38b1b02942bdf3933624
24692024-08-16T05:12:01.689Z[ helios-setup] Aug 16 05:12:01.169 INFO E| Updating git repository `https://github.com/oxidecomputer/boot-image-tools.git`
24702024-08-16T05:12:02.256Z[ helios-setup] Aug 16 05:12:01.736 INFO E| From https://github.com/oxidecomputer/boot-image-tools
24712024-08-16T05:12:02.256Z[ helios-setup] Aug 16 05:12:01.736 INFO E| * [new ref] 300caa098652a2988eb3cbf936868cb719a155ff -> refs/commit/300caa098652a2988eb3cbf936868cb719a155ff
24722024-08-16T05:12:02.299Z[ helios-setup] Aug 16 05:12:01.779 INFO E| Updating git repository `git+ssh://git@github.com/oxidecomputer/facade`
24732024-08-16T05:12:03.021Z[ helios-setup] Aug 16 05:12:02.500 INFO E| From https://github.com/oxidecomputer/facade
24742024-08-16T05:12:03.021Z[ helios-setup] Aug 16 05:12:02.500 INFO E| * [new ref] aadb1404d3e53f6d1b5928a1aa09dcec0e0a3892 -> refs/commit/aadb1404d3e53f6d1b5928a1aa09dcec0e0a3892
24752024-08-16T05:12:03.108Z[ helios-setup] Aug 16 05:12:02.587 INFO E| Updating crates.io index
24762024-08-16T05:12:03.897Z[ helios-setup] Aug 16 05:12:03.374 INFO E| Downloading crates ...
24772024-08-16T05:12:04.137Z[ helios-setup] Aug 16 05:12:03.616 INFO E| Downloaded const-random-macro v0.1.15
24782024-08-16T05:12:04.140Z[ helios-setup] Aug 16 05:12:03.619 INFO E| Downloaded async-trait v0.1.68
24792024-08-16T05:12:04.184Z[ helios-setup] Aug 16 05:12:03.660 INFO E| Downloaded signal-hook-registry v1.4.0
24802024-08-16T05:12:04.186Z[ helios-setup] Aug 16 05:12:03.662 INFO E| Downloaded sha1 v0.10.5
24812024-08-16T05:12:04.186Z[ helios-setup] Aug 16 05:12:03.665 INFO E| Downloaded serde_tokenstream v0.2.0
24822024-08-16T05:12:04.194Z[ helios-setup] Aug 16 05:12:03.673 INFO E| Downloaded const-random v0.1.15
24832024-08-16T05:12:04.198Z[ helios-setup] Aug 16 05:12:03.676 INFO E| Downloaded futures-macro v0.3.28
24842024-08-16T05:12:04.200Z[ helios-setup] Aug 16 05:12:03.678 INFO E| Downloaded toolchain_find v0.2.0
24852024-08-16T05:12:04.202Z[ helios-setup] Aug 16 05:12:03.680 INFO E| Downloaded serde_spanned v0.6.1
24862024-08-16T05:12:04.205Z[ helios-setup] Aug 16 05:12:03.682 INFO E| Downloaded crossbeam-deque v0.8.2
24872024-08-16T05:12:04.207Z[ helios-setup] Aug 16 05:12:03.684 INFO E| Downloaded dyn-clone v1.0.11
24882024-08-16T05:12:04.209Z[ helios-setup] Aug 16 05:12:03.688 INFO E| Downloaded paste v1.0.12
24892024-08-16T05:12:04.289Z[ helios-setup] Aug 16 05:12:03.767 INFO E| Downloaded try-lock v0.2.4
24902024-08-16T05:12:04.293Z[ helios-setup] Aug 16 05:12:03.768 INFO E| Downloaded want v0.3.0
24912024-08-16T05:12:04.293Z[ helios-setup] Aug 16 05:12:03.770 INFO E| Downloaded tokio-macros v2.0.0
24922024-08-16T05:12:04.297Z[ helios-setup] Aug 16 05:12:03.771 INFO E| Downloaded thiserror v1.0.38
24932024-08-16T05:12:04.300Z[ helios-setup] Aug 16 05:12:03.778 INFO E| Downloaded slab v0.4.7
24942024-08-16T05:12:04.304Z[ helios-setup] Aug 16 05:12:03.780 INFO E| Downloaded semver v1.0.17
24952024-08-16T05:12:04.310Z[ helios-setup] Aug 16 05:12:03.783 INFO E| Downloaded walkdir v2.3.3
24962024-08-16T05:12:04.313Z[ helios-setup] Aug 16 05:12:03.786 INFO E| Downloaded anstream v0.2.6
24972024-08-16T05:12:04.313Z[ helios-setup] Aug 16 05:12:03.790 INFO E| Downloaded terminal_size v0.2.6
24982024-08-16T05:12:04.317Z[ helios-setup] Aug 16 05:12:03.792 INFO E| Downloaded slog-async v2.7.0
24992024-08-16T05:12:04.317Z[ helios-setup] Aug 16 05:12:03.794 INFO E| Downloaded percent-encoding v2.2.0
25002024-08-16T05:12:04.320Z[ helios-setup] Aug 16 05:12:03.795 INFO E| Downloaded smawk v0.3.1
25012024-08-16T05:12:04.320Z[ helios-setup] Aug 16 05:12:03.797 INFO E| Downloaded proc-macro-hack v0.5.20+deprecated
25022024-08-16T05:12:04.324Z[ helios-setup] Aug 16 05:12:03.800 INFO E| Downloaded num-integer v0.1.45
25032024-08-16T05:12:04.327Z[ helios-setup] Aug 16 05:12:03.803 INFO E| Downloaded strsim v0.10.0
25042024-08-16T05:12:04.327Z[ helios-setup] Aug 16 05:12:03.805 INFO E| Downloaded num_cpus v1.15.0
25052024-08-16T05:12:04.366Z[ helios-setup] Aug 16 05:12:03.844 INFO E| Downloaded thiserror-impl v1.0.38
25062024-08-16T05:12:04.370Z[ helios-setup] Aug 16 05:12:03.847 INFO E| Downloaded toml_datetime v0.6.1
25072024-08-16T05:12:04.375Z[ helios-setup] Aug 16 05:12:03.848 INFO E| Downloaded tokio-tungstenite v0.18.0
25082024-08-16T05:12:04.378Z[ helios-setup] Aug 16 05:12:03.852 INFO E| Downloaded tokio-rustls v0.24.0
25092024-08-16T05:12:04.378Z[ helios-setup] Aug 16 05:12:03.856 INFO E| Downloaded rustls-pemfile v1.0.2
25102024-08-16T05:12:04.384Z[ helios-setup] Aug 16 05:12:03.859 INFO E| Downloaded time v0.1.45
25112024-08-16T05:12:04.387Z[ helios-setup] Aug 16 05:12:03.862 INFO E| Downloaded smartstring v1.0.1
25122024-08-16T05:12:04.392Z[ helios-setup] Aug 16 05:12:03.867 INFO E| Downloaded tungstenite v0.18.0
25132024-08-16T05:12:04.396Z[ helios-setup] Aug 16 05:12:03.872 INFO E| Downloaded socket2 v0.4.9
25142024-08-16T05:12:04.400Z[ helios-setup] Aug 16 05:12:03.876 INFO E| Downloaded smallvec v1.10.0
25152024-08-16T05:12:04.404Z[ helios-setup] Aug 16 05:12:03.880 INFO E| Downloaded unicode-bidi v0.3.13
25162024-08-16T05:12:04.408Z[ helios-setup] Aug 16 05:12:03.884 INFO E| Downloaded uuid v1.3.0
25172024-08-16T05:12:04.415Z[ helios-setup] Aug 16 05:12:03.892 INFO E| Downloaded unicode-ident v1.0.8
25182024-08-16T05:12:04.419Z[ helios-setup] Aug 16 05:12:03.897 INFO E| Downloaded serde_yaml v0.9.21
25192024-08-16T05:12:04.425Z[ helios-setup] Aug 16 05:12:03.904 INFO E| Downloaded unsafe-libyaml v0.2.8
25202024-08-16T05:12:04.431Z[ helios-setup] Aug 16 05:12:03.910 INFO E| Downloaded url v2.3.1
25212024-08-16T05:12:04.437Z[ helios-setup] Aug 16 05:12:03.915 INFO E| Downloaded unicode-linebreak v0.1.4
25222024-08-16T05:12:04.440Z[ helios-setup] Aug 16 05:12:03.919 INFO E| Downloaded unicode-normalization v0.1.22
25232024-08-16T05:12:04.446Z[ helios-setup] Aug 16 05:12:03.925 INFO E| Downloaded toml_edit v0.19.8
25242024-08-16T05:12:04.475Z[ helios-setup] Aug 16 05:12:03.954 INFO E| Downloaded cc v1.0.78
25252024-08-16T05:12:04.480Z[ helios-setup] Aug 16 05:12:03.958 INFO E| Downloaded winnow v0.4.1
25262024-08-16T05:12:04.494Z[ helios-setup] Aug 16 05:12:03.973 INFO E| Downloaded serde_json v1.0.95
25272024-08-16T05:12:04.513Z[ helios-setup] Aug 16 05:12:03.991 INFO E| Downloaded syn v2.0.72
25282024-08-16T05:12:04.534Z[ helios-setup] Aug 16 05:12:04.013 INFO E| Downloaded http v0.2.9
25292024-08-16T05:12:04.540Z[ helios-setup] Aug 16 05:12:04.018 INFO E| Downloaded pest v2.5.7
25302024-08-16T05:12:04.549Z[ helios-setup] Aug 16 05:12:04.026 INFO E| Downloaded tokio v1.27.0
25312024-08-16T05:12:04.648Z[ host-package] Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
25322024-08-16T05:12:04.672Z[ helios-setup] Aug 16 05:12:04.150 INFO E| Downloaded aho-corasick v0.7.20
25332024-08-16T05:12:04.678Z[ helios-setup] Aug 16 05:12:04.155 INFO E| Downloaded mio v0.8.5
25342024-08-16T05:12:04.686Z[ helios-setup] Aug 16 05:12:04.164 INFO E| Downloaded syn v1.0.107
25352024-08-16T05:12:04.704Z[ helios-setup] Aug 16 05:12:04.181 INFO E| Downloaded crossbeam-channel v0.5.6
25362024-08-16T05:12:04.710Z[ helios-setup] Aug 16 05:12:04.188 INFO E| Downloaded reqwest v0.11.16
25372024-08-16T05:12:04.720Z[ helios-setup] Aug 16 05:12:04.198 INFO E| Downloaded clap_builder v4.2.1
25382024-08-16T05:12:04.728Z[ helios-setup] Aug 16 05:12:04.206 INFO E| Downloaded hyper v0.14.25
25392024-08-16T05:12:04.748Z[ helios-setup] Aug 16 05:12:04.223 INFO E| Downloaded rayon v1.6.1
25402024-08-16T05:12:04.759Z[ helios-setup] Aug 16 05:12:04.238 INFO E| Downloaded git2 v0.16.1
25412024-08-16T05:12:04.773Z[ helios-setup] Aug 16 05:12:04.251 INFO E| Downloaded chrono v0.4.24
25422024-08-16T05:12:04.784Z[ helios-setup] Aug 16 05:12:04.263 INFO E| Downloaded regress v0.5.0
25432024-08-16T05:12:04.796Z[ helios-setup] Aug 16 05:12:04.274 INFO E| Downloaded regex v1.7.3
25442024-08-16T05:12:04.809Z[ helios-setup] Aug 16 05:12:04.288 INFO E| Downloaded rustls v0.21.0
25452024-08-16T05:12:04.828Z[ helios-setup] Aug 16 05:12:04.306 INFO E| Downloaded rustix v0.37.3
25462024-08-16T05:12:04.860Z[ helios-setup] Aug 16 05:12:04.337 INFO E| Downloaded rhai v1.14.0
25472024-08-16T05:12:04.887Z[ helios-setup] Aug 16 05:12:04.357 INFO E| Downloaded openapiv3 v1.0.2
25482024-08-16T05:12:04.901Z[ helios-setup] Aug 16 05:12:04.376 INFO E| Downloaded h2 v0.3.16
25492024-08-16T05:12:04.909Z[ helios-setup] Aug 16 05:12:04.387 INFO E| Downloaded futures-util v0.3.28
25502024-08-16T05:12:04.936Z[ helios-setup] Aug 16 05:12:04.413 INFO E| Downloaded schemars v0.8.12
25512024-08-16T05:12:04.955Z[ helios-setup] Aug 16 05:12:04.433 INFO E| Downloaded libc v0.2.139
25522024-08-16T05:12:05.001Z[ helios-setup] Aug 16 05:12:04.477 INFO E| Downloaded rustls-webpki v0.100.1
25532024-08-16T05:12:05.012Z[ helios-setup] Aug 16 05:12:04.487 INFO E| Downloaded rayon-core v1.10.2
25542024-08-16T05:12:05.017Z[ helios-setup] Aug 16 05:12:04.494 INFO E| Downloaded bytes v1.4.0
25552024-08-16T05:12:05.023Z[ helios-setup] Aug 16 05:12:04.501 INFO E| Downloaded tokio-util v0.7.7
25562024-08-16T05:12:05.034Z[ helios-setup] Aug 16 05:12:04.512 INFO E| Downloaded memchr v2.5.0
25572024-08-16T05:12:05.042Z[ helios-setup] Aug 16 05:12:04.519 INFO E| Downloaded tracing v0.1.37
25582024-08-16T05:12:05.050Z[ helios-setup] Aug 16 05:12:04.526 INFO E| Downloaded ryu v1.0.13
25592024-08-16T05:12:05.055Z[ helios-setup] Aug 16 05:12:04.531 INFO E| Downloaded futures v0.3.28
25602024-08-16T05:12:05.067Z[ helios-setup] Aug 16 05:12:04.545 INFO E| Downloaded clap v4.2.1
25612024-08-16T05:12:05.083Z[ helios-setup] Aug 16 05:12:04.559 INFO E| Downloaded ucd-trie v0.1.5
25622024-08-16T05:12:05.086Z[ helios-setup] Aug 16 05:12:04.562 INFO E| Downloaded sct v0.7.0
25632024-08-16T05:12:05.091Z[ helios-setup] Aug 16 05:12:04.568 INFO E| Downloaded crossbeam-epoch v0.9.13
25642024-08-16T05:12:05.095Z[ helios-setup] Aug 16 05:12:04.573 INFO E| Downloaded anyhow v1.0.68
25652024-08-16T05:12:05.113Z[ helios-setup] Aug 16 05:12:04.591 INFO E| Downloaded encoding_rs v0.8.32
25662024-08-16T05:12:05.173Z[ helios-setup] Aug 16 05:12:04.649 INFO E| Downloaded num-traits v0.2.15
25672024-08-16T05:12:05.178Z[ helios-setup] Aug 16 05:12:04.654 INFO E| Downloaded io-lifetimes v1.0.10
25682024-08-16T05:12:05.180Z[ helios-setup] Aug 16 05:12:04.658 INFO E| Downloaded tracing-core v0.1.30
25692024-08-16T05:12:05.191Z[ helios-setup] Aug 16 05:12:04.663 INFO E| Downloaded tempfile v3.5.0
25702024-08-16T05:12:05.193Z[ helios-setup] Aug 16 05:12:04.668 INFO E| Downloaded typenum v1.16.0
25712024-08-16T05:12:05.212Z[ helios-setup] Aug 16 05:12:04.690 INFO E| Downloaded parking_lot v0.12.1
25722024-08-16T05:12:05.217Z[ helios-setup] Aug 16 05:12:04.694 INFO E| Downloaded libgit2-sys v0.14.2+1.5.1
25732024-08-16T05:12:05.328Z[ helios-setup] Aug 16 05:12:04.805 INFO E| Downloaded toml v0.7.3
25742024-08-16T05:12:05.333Z[ helios-setup] Aug 16 05:12:04.811 INFO E| Downloaded textwrap v0.16.0
25752024-08-16T05:12:05.338Z[ helios-setup] Aug 16 05:12:04.816 INFO E| Downloaded jobserver v0.1.26
25762024-08-16T05:12:05.341Z[ helios-setup] Aug 16 05:12:04.819 INFO E| Downloaded crossbeam-utils v0.8.14
25772024-08-16T05:12:05.348Z[ helios-setup] Aug 16 05:12:04.825 INFO E| Downloaded rhai_codegen v1.5.0
25782024-08-16T05:12:05.370Z[ helios-setup] Aug 16 05:12:04.848 INFO E| Downloaded parking_lot_core v0.9.6
25792024-08-16T05:12:05.387Z[ helios-setup] Aug 16 05:12:04.851 INFO E| Downloaded libz-sys v1.1.8
25802024-08-16T05:12:05.391Z[ host-package] Compiling hickory-server v0.24.1
25812024-08-16T05:12:05.477Z[ helios-setup] Aug 16 05:12:04.954 INFO E| Downloaded log v0.4.17
25822024-08-16T05:12:05.484Z[ helios-setup] Aug 16 05:12:04.957 INFO E| Downloaded ipnet v2.7.2
25832024-08-16T05:12:05.487Z[ helios-setup] Aug 16 05:12:04.960 INFO E| Downloaded pin-project-lite v0.2.9
25842024-08-16T05:12:05.492Z[ helios-setup] Aug 16 05:12:04.968 INFO E| Downloaded getrandom v0.2.8
25852024-08-16T05:12:05.497Z[ helios-setup] Aug 16 05:12:04.972 INFO E| Downloaded futures-core v0.3.28
25862024-08-16T05:12:05.500Z[ helios-setup] Aug 16 05:12:04.974 INFO E| Downloaded scopeguard v1.1.0
25872024-08-16T05:12:05.500Z[ helios-setup] Aug 16 05:12:04.975 INFO E| Downloaded either v1.8.0
25882024-08-16T05:12:05.519Z[ helios-setup] Aug 16 05:12:04.977 INFO E| Downloaded clap_derive v4.2.0
25892024-08-16T05:12:05.520Z[ helios-setup] Aug 16 05:12:04.980 INFO E| Downloaded camino v1.1.4
25902024-08-16T05:12:05.520Z[ helios-setup] Aug 16 05:12:04.983 INFO E| Downloaded bincode v1.3.3
25912024-08-16T05:12:05.520Z[ helios-setup] Aug 16 05:12:04.986 INFO E| Downloaded serde_derive_internals v0.26.0
25922024-08-16T05:12:05.520Z[ helios-setup] Aug 16 05:12:04.988 INFO E| Downloaded once_cell v1.17.0
25932024-08-16T05:12:05.520Z[ helios-setup] Aug 16 05:12:04.992 INFO E| Downloaded futures-channel v0.3.28
25942024-08-16T05:12:05.520Z[ helios-setup] Aug 16 05:12:04.995 INFO E| Downloaded base64 v0.21.0
25952024-08-16T05:12:05.526Z[ helios-setup] Aug 16 05:12:05.000 INFO E| Downloaded proc-macro-crate v1.2.1
25962024-08-16T05:12:05.526Z[ helios-setup] Aug 16 05:12:05.002 INFO E| Downloaded lock_api v0.4.9
25972024-08-16T05:12:05.530Z[ helios-setup] Aug 16 05:12:05.004 INFO E| Downloaded http-body v0.4.5
25982024-08-16T05:12:05.530Z[ helios-setup] Aug 16 05:12:05.006 INFO E| Downloaded anstyle-parse v0.1.1
25992024-08-16T05:12:05.534Z[ helios-setup] Aug 16 05:12:05.012 INFO E| Downloaded futures-task v0.3.28
26002024-08-16T05:12:05.534Z[ helios-setup] Aug 16 05:12:05.012 INFO E| Downloaded digest v0.10.6
26012024-08-16T05:12:05.542Z[ helios-setup] Aug 16 05:12:05.018 INFO E| Downloaded home v0.5.4
26022024-08-16T05:12:05.548Z[ helios-setup] Aug 16 05:12:05.018 INFO E| Downloaded num_enum_derive v0.5.7
26032024-08-16T05:12:05.548Z[ helios-setup] Aug 16 05:12:05.018 INFO E| Downloaded memoffset v0.7.1
26042024-08-16T05:12:05.548Z[ helios-setup] Aug 16 05:12:05.018 INFO E| Downloaded fastrand v1.9.0
26052024-08-16T05:12:05.548Z[ helios-setup] Aug 16 05:12:05.018 INFO E| Downloaded slog-bunyan v2.4.0
26062024-08-16T05:12:05.548Z[ helios-setup] Aug 16 05:12:05.020 INFO E| Downloaded byteorder v1.4.3
26072024-08-16T05:12:05.549Z[ helios-setup] Aug 16 05:12:05.023 INFO E| Downloaded autocfg v1.1.0
26082024-08-16T05:12:05.552Z[ helios-setup] Aug 16 05:12:05.023 INFO E| Downloaded anstyle v0.3.5
26092024-08-16T05:12:05.552Z[ helios-setup] Aug 16 05:12:05.025 INFO E| Downloaded ahash v0.7.6
26102024-08-16T05:12:05.552Z[ helios-setup] Aug 16 05:12:05.029 INFO E| Downloaded sha2 v0.10.6
26112024-08-16T05:12:05.556Z[ helios-setup] Aug 16 05:12:05.031 INFO E| Downloaded semver-parser v0.10.2
26122024-08-16T05:12:05.559Z[ helios-setup] Aug 16 05:12:05.035 INFO E| Downloaded semver v0.11.0
26132024-08-16T05:12:05.559Z[ helios-setup] Aug 16 05:12:05.035 INFO E| Downloaded rustfmt-wrapper v0.2.0
26142024-08-16T05:12:05.615Z[ helios-setup] Aug 16 05:12:05.037 INFO E| Downloaded pkg-config v0.3.26
26152024-08-16T05:12:05.615Z[ helios-setup] Aug 16 05:12:05.038 INFO E| Downloaded itoa v1.0.6
26162024-08-16T05:12:05.615Z[ helios-setup] Aug 16 05:12:05.040 INFO E| Downloaded is-terminal v0.4.7
26172024-08-16T05:12:05.616Z[ helios-setup] Aug 16 05:12:05.042 INFO E| Downloaded httpdate v1.0.2
26182024-08-16T05:12:05.616Z[ helios-setup] Aug 16 05:12:05.043 INFO E| Downloaded futures-sink v0.3.28
26192024-08-16T05:12:05.616Z[ helios-setup] Aug 16 05:12:05.045 INFO E| Downloaded futures-io v0.3.28
26202024-08-16T05:12:05.616Z[ helios-setup] Aug 16 05:12:05.046 INFO E| Downloaded form_urlencoded v1.1.0
26212024-08-16T05:12:05.616Z[ helios-setup] Aug 16 05:12:05.047 INFO E| Downloaded num_enum v0.5.7
26222024-08-16T05:12:05.616Z[ helios-setup] Aug 16 05:12:05.054 INFO E| Downloaded futures-executor v0.3.28
26232024-08-16T05:12:05.616Z[ helios-setup] Aug 16 05:12:05.056 INFO E| Downloaded errno v0.3.1
26242024-08-16T05:12:05.616Z[ helios-setup] Aug 16 05:12:05.058 INFO E| Downloaded lazy_static v1.4.0
26252024-08-16T05:12:05.616Z[ helios-setup] Aug 16 05:12:05.060 INFO E| Downloaded iana-time-zone v0.1.56
26262024-08-16T05:12:05.616Z[ helios-setup] Aug 16 05:12:05.063 INFO E| Downloaded clap_lex v0.4.1
26272024-08-16T05:12:05.616Z[ helios-setup] Aug 16 05:12:05.064 INFO E| Downloaded concolor-query v0.3.3
26282024-08-16T05:12:05.616Z[ helios-setup] Aug 16 05:12:05.066 INFO E| Downloaded concolor-override v1.0.0
26292024-08-16T05:12:05.616Z[ helios-setup] Aug 16 05:12:05.067 INFO E| Downloaded serde_path_to_error v0.1.11
26302024-08-16T05:12:05.616Z[ helios-setup] Aug 16 05:12:05.070 INFO E| Downloaded schemars_derive v0.8.12
26312024-08-16T05:12:05.616Z[ helios-setup] Aug 16 05:12:05.072 INFO E| Downloaded project-root v0.2.2
26322024-08-16T05:12:05.616Z[ helios-setup] Aug 16 05:12:05.073 INFO E| Downloaded cargo-lock v8.0.3
26332024-08-16T05:12:05.616Z[ helios-setup] Aug 16 05:12:05.077 INFO E| Downloaded built v0.6.0
26342024-08-16T05:12:05.617Z[ helios-setup] Aug 16 05:12:05.079 INFO E| Downloaded ahash v0.8.3
26352024-08-16T05:12:05.717Z[ host-package] Compiling bcs v0.1.6
26362024-08-16T05:12:05.923Z[ helios-setup] Aug 16 05:12:05.398 INFO E| Compiling proc-macro2 v1.0.86
26372024-08-16T05:12:05.923Z[ helios-setup] Aug 16 05:12:05.398 INFO E| Compiling libc v0.2.139
26382024-08-16T05:12:05.923Z[ helios-setup] Aug 16 05:12:05.398 INFO E| Compiling unicode-ident v1.0.8
26392024-08-16T05:12:05.943Z[ helios-setup] Aug 16 05:12:05.398 INFO E| Compiling autocfg v1.1.0
26402024-08-16T05:12:05.943Z[ helios-setup] Aug 16 05:12:05.398 INFO E| Compiling cfg-if v1.0.0
26412024-08-16T05:12:05.943Z[ helios-setup] Aug 16 05:12:05.398 INFO E| Compiling version_check v0.9.4
26422024-08-16T05:12:05.943Z[ helios-setup] Aug 16 05:12:05.398 INFO E| Compiling serde v1.0.204
26432024-08-16T05:12:05.943Z[ helios-setup] Aug 16 05:12:05.398 INFO E| Compiling syn v1.0.107
26442024-08-16T05:12:06.748Z[ helios-setup] Aug 16 05:12:06.223 INFO E| Compiling memchr v2.5.0
26452024-08-16T05:12:06.955Z[ host-package] Compiling vergen v8.3.2
26462024-08-16T05:12:07.505Z[ helios-setup] Aug 16 05:12:06.979 INFO E| Compiling once_cell v1.17.0
26472024-08-16T05:12:07.826Z[ helios-setup] Aug 16 05:12:07.303 INFO E| Compiling log v0.4.17
26482024-08-16T05:12:07.896Z[ helios-setup] Aug 16 05:12:07.372 INFO E| Compiling thiserror v1.0.38
26492024-08-16T05:12:08.309Z[ host-package] Compiling bitstruct_derive v0.1.0
26502024-08-16T05:12:08.376Z[ helios-setup] Aug 16 05:12:07.852 INFO E| Compiling serde_json v1.0.95
26512024-08-16T05:12:08.628Z[ helios-setup] Aug 16 05:12:08.104 INFO E| Compiling itoa v1.0.6
26522024-08-16T05:12:09.951Z[ host-package] Compiling cargo-platform v0.1.8
26532024-08-16T05:12:09.959Z[ helios-setup] Aug 16 05:12:09.159 INFO E| Compiling getrandom v0.2.8
26542024-08-16T05:12:09.994Z[ helios-setup] Aug 16 05:12:09.469 INFO E| Compiling jobserver v0.1.26
26552024-08-16T05:12:10.277Z[ helios-setup] Aug 16 05:12:09.753 INFO E| Compiling quote v1.0.36
26562024-08-16T05:12:10.475Z[ helios-setup] Aug 16 05:12:09.950 INFO E| Compiling indexmap v1.9.3
26572024-08-16T05:12:10.610Z[ helios-setup] Aug 16 05:12:10.085 INFO E| Compiling scopeguard v1.1.0
26582024-08-16T05:12:10.676Z[ helios-setup] Aug 16 05:12:10.150 INFO E| Compiling cc v1.0.78
26592024-08-16T05:12:10.717Z[ host-package] Compiling nanorand v0.7.0
26602024-08-16T05:12:10.798Z[ host-package] Compiling viona_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
26612024-08-16T05:12:10.850Z[ helios-setup] Aug 16 05:12:10.326 INFO E| Compiling pin-project-lite v0.2.9
26622024-08-16T05:12:11.119Z[ helios-setup] Aug 16 05:12:10.593 INFO E| Compiling syn v2.0.72
26632024-08-16T05:12:11.219Z[ host-package] Compiling memoffset v0.9.1
26642024-08-16T05:12:11.357Z[ helios-setup] Aug 16 05:12:10.832 INFO E| Compiling num-integer v0.1.45
26652024-08-16T05:12:11.402Z[ helios-setup] Aug 16 05:12:10.877 INFO E| Compiling bytes v1.4.0
26662024-08-16T05:12:11.500Z[ helios-setup] Aug 16 05:12:10.974 INFO E| Compiling futures-core v0.3.28
26672024-08-16T05:12:11.878Z[ host-package] Compiling ascii v1.1.0
26682024-08-16T05:12:11.961Z[ host-package] Compiling highway v1.2.0
26692024-08-16T05:12:12.008Z[ helios-setup] Aug 16 05:12:11.483 INFO E| Compiling ryu v1.0.13
26702024-08-16T05:12:13.091Z[ host-package] Compiling rfb v0.1.0 (https://github.com/oxidecomputer/rfb?rev=0cac8d9c25eb27acfa35df80f3b9d371de98ab3b#0cac8d9c)
26712024-08-16T05:12:13.221Z[ helios-setup] Aug 16 05:12:12.695 INFO E| Compiling lock_api v0.4.9
26722024-08-16T05:12:13.645Z[ helios-setup] Aug 16 05:12:13.119 INFO E| Compiling parking_lot_core v0.9.6
26732024-08-16T05:12:13.773Z[ helios-setup] Aug 16 05:12:13.245 INFO E| Compiling typenum v1.16.0
26742024-08-16T05:12:13.942Z[ helios-setup] Aug 16 05:12:13.410 INFO E| Compiling bitflags v1.3.2
26752024-08-16T05:12:14.414Z[ helios-setup] Aug 16 05:12:13.887 INFO E| Compiling num_cpus v1.15.0
26762024-08-16T05:12:14.583Z[ helios-setup] Aug 16 05:12:14.056 INFO E| Compiling slab v0.4.7
26772024-08-16T05:12:14.785Z[ helios-setup] Aug 16 05:12:14.258 INFO E| Compiling generic-array v0.14.6
26782024-08-16T05:12:14.942Z[ helios-setup] Aug 16 05:12:14.414 INFO E| Compiling futures-sink v0.3.28
26792024-08-16T05:12:14.942Z[ helios-setup] Aug 16 05:12:14.415 INFO E| Compiling futures-task v0.3.28
26802024-08-16T05:12:15.184Z[ helios-setup] Aug 16 05:12:14.656 INFO E| Compiling futures-channel v0.3.28
26812024-08-16T05:12:15.385Z[ host-package] Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
26822024-08-16T05:12:15.763Z[ helios-setup] Aug 16 05:12:15.236 INFO E| Compiling tokio v1.27.0
26832024-08-16T05:12:16.037Z[ helios-setup] Aug 16 05:12:15.509 INFO E| Compiling schemars v0.8.12
26842024-08-16T05:12:16.081Z[ helios-setup] Aug 16 05:12:15.553 INFO E| Compiling futures-util v0.3.28
26852024-08-16T05:12:17.120Z[ helios-setup] Aug 16 05:12:16.592 INFO E| Compiling mio v0.8.5
26862024-08-16T05:12:17.334Z[ helios-setup] Aug 16 05:12:16.805 INFO E| Compiling socket2 v0.4.9
26872024-08-16T05:12:17.505Z[ helios-setup] Aug 16 05:12:16.976 INFO E| Compiling signal-hook-registry v1.4.0
26882024-08-16T05:12:17.676Z[ helios-setup] Aug 16 05:12:17.147 INFO E| Compiling num-traits v0.2.15
26892024-08-16T05:12:17.712Z[ helios-setup] Aug 16 05:12:17.183 INFO E| Compiling ahash v0.7.6
26902024-08-16T05:12:18.236Z[ host-package] Compiling flume v0.11.0
26912024-08-16T05:12:18.472Z[ host-package] Compiling viona_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
26922024-08-16T05:12:18.829Z[ helios-setup] Aug 16 05:12:18.298 INFO E| Compiling io-lifetimes v1.0.10
26932024-08-16T05:12:18.902Z[ helios-setup] Aug 16 05:12:18.372 INFO E| Compiling pin-utils v0.1.0
26942024-08-16T05:12:19.267Z[ helios-setup] Aug 16 05:12:18.738 INFO E| Compiling futures-io v0.3.28
26952024-08-16T05:12:19.680Z[ host-package] Compiling bitstruct v0.1.1
26962024-08-16T05:12:19.826Z[ host-package] Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
26972024-08-16T05:12:19.856Z[ helios-setup] Aug 16 05:12:19.326 INFO E| Compiling crunchy v0.2.2
26982024-08-16T05:12:20.457Z[ host-package] Compiling cargo_metadata v0.18.1
26992024-08-16T05:12:20.827Z[ helios-setup] Aug 16 05:12:20.297 INFO E| Compiling ahash v0.8.3
27002024-08-16T05:12:20.852Z[ helios-setup] Aug 16 05:12:20.322 INFO E| Compiling rustix v0.37.3
27012024-08-16T05:12:21.567Z[ helios-setup] Aug 16 05:12:21.036 INFO E| Compiling proc-macro-hack v0.5.20+deprecated
27022024-08-16T05:12:21.678Z[ helios-setup] Aug 16 05:12:21.147 INFO E| Compiling hashbrown v0.12.3
27032024-08-16T05:12:21.774Z[ helios-setup] Aug 16 05:12:21.243 INFO E| Compiling tiny-keccak v2.0.2
27042024-08-16T05:12:22.565Z[ helios-setup] Aug 16 05:12:22.034 INFO E| Compiling crypto-common v0.1.6
27052024-08-16T05:12:22.666Z[ helios-setup] Aug 16 05:12:22.135 INFO E| Compiling block-buffer v0.10.3
27062024-08-16T05:12:22.784Z[ helios-setup] Aug 16 05:12:22.252 INFO E| Compiling serde_derive_internals v0.26.0
27072024-08-16T05:12:24.233Z[ helios-setup] Aug 16 05:12:23.701 INFO E| Compiling errno v0.3.1
27082024-08-16T05:12:24.589Z[ helios-setup] Aug 16 05:12:24.057 INFO E| Compiling crossbeam-utils v0.8.14
27092024-08-16T05:12:24.650Z[ helios-setup] Aug 16 05:12:24.118 INFO E| Compiling slog v2.7.0
27102024-08-16T05:12:24.791Z[ helios-setup] Aug 16 05:12:24.258 INFO E| Compiling fnv v1.0.7
27112024-08-16T05:12:25.169Z[ helios-setup] Aug 16 05:12:24.636 INFO E| Compiling pkg-config v0.3.26
27122024-08-16T05:12:25.566Z[ helios-setup] Aug 16 05:12:25.033 INFO E| Compiling http v0.2.9
27132024-08-16T05:12:26.499Z[ host-package] Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
27142024-08-16T05:12:26.574Z[ host-package] Compiling omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
27152024-08-16T05:12:27.791Z[ host-package] Compiling tokio-tungstenite v0.20.1
27162024-08-16T05:12:28.350Z[ helios-setup] Aug 16 05:12:27.815 INFO E| Compiling digest v0.10.6
27172024-08-16T05:12:28.413Z[ helios-setup] Aug 16 05:12:27.879 INFO E| Compiling aho-corasick v0.7.20
27182024-08-16T05:12:28.961Z[ helios-setup] Aug 16 05:12:28.427 INFO E| Compiling heck v0.4.1
27192024-08-16T05:12:29.064Z[ host-package] Compiling gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types)
27202024-08-16T05:12:29.399Z[ helios-setup] Aug 16 05:12:28.864 INFO E| Compiling anyhow v1.0.68
27212024-08-16T05:12:29.641Z[ host-package] Compiling git2 v0.19.0
27222024-08-16T05:12:29.758Z[ helios-setup] Aug 16 05:12:29.223 INFO E| Compiling unicode-width v0.1.10
27232024-08-16T05:12:30.584Z[ helios-setup] Aug 16 05:12:30.007 INFO E| Compiling tinyvec_macros v0.1.1
27242024-08-16T05:12:30.738Z[ helios-setup] Aug 16 05:12:30.203 INFO E| Compiling cpufeatures v0.2.5
27252024-08-16T05:12:30.800Z[ helios-setup] Aug 16 05:12:30.265 INFO E| Compiling percent-encoding v2.2.0
27262024-08-16T05:12:30.982Z[ helios-setup] Aug 16 05:12:30.446 INFO E| Compiling httparse v1.8.0
27272024-08-16T05:12:31.126Z[ helios-setup] Aug 16 05:12:30.589 INFO E| Compiling regex-syntax v0.6.29
27282024-08-16T05:12:31.552Z[ helios-setup] Aug 16 05:12:31.016 INFO E| Compiling tinyvec v1.6.0
27292024-08-16T05:12:31.688Z[ helios-setup] Aug 16 05:12:31.152 INFO E| Compiling form_urlencoded v1.1.0
27302024-08-16T05:12:32.390Z[ helios-setup] Aug 16 05:12:31.852 INFO E| Compiling const-random-macro v0.1.15
27312024-08-16T05:12:32.824Z[ helios-setup] Aug 16 05:12:32.287 INFO E| Compiling thiserror-impl v1.0.38
27322024-08-16T05:12:32.895Z[ helios-setup] Aug 16 05:12:32.358 INFO E| Compiling schemars_derive v0.8.12
27332024-08-16T05:12:33.143Z[ helios-setup] Aug 16 05:12:32.607 INFO E| Compiling serde_derive v1.0.204
27342024-08-16T05:12:33.560Z[ helios-setup] Aug 16 05:12:33.023 INFO E| Compiling futures-macro v0.3.28
27352024-08-16T05:12:33.667Z[ helios-setup] Aug 16 05:12:33.130 INFO E| Compiling tokio-macros v2.0.0
27362024-08-16T05:12:34.759Z[ helios-setup] Aug 16 05:12:34.221 INFO E| Compiling hashbrown v0.13.2
27372024-08-16T05:12:37.428Z[ helios-setup] Aug 16 05:12:36.889 INFO E| Compiling libz-sys v1.1.8
27382024-08-16T05:12:38.302Z[ helios-setup] Aug 16 05:12:37.763 INFO E| Compiling regex v1.7.3
27392024-08-16T05:12:38.549Z[ helios-setup] Aug 16 05:12:38.010 INFO E| Compiling chrono v0.4.24
27402024-08-16T05:12:41.307Z[ helios-setup] Aug 16 05:12:40.765 INFO E| Compiling uuid v1.3.0
27412024-08-16T05:12:41.759Z[ helios-setup] Aug 16 05:12:41.218 INFO E| Compiling dyn-clone v1.0.11
27422024-08-16T05:12:42.028Z[ helios-setup] Aug 16 05:12:41.486 INFO E| Compiling unicode-normalization v0.1.22
27432024-08-16T05:12:42.201Z[ helios-setup] Aug 16 05:12:41.659 INFO E| Compiling regress v0.5.0
27442024-08-16T05:12:42.714Z[ helios-setup] Aug 16 05:12:42.172 INFO E| Compiling const-random v0.1.15
27452024-08-16T05:12:44.612Z[ helios-setup] Aug 16 05:12:44.069 INFO E| Compiling getopts v0.2.21
27462024-08-16T05:12:44.930Z[ helios-setup] Aug 16 05:12:44.388 INFO E| Compiling tracing-core v0.1.30
27472024-08-16T05:12:45.529Z[ helios-setup] Aug 16 05:12:44.986 INFO E| Compiling memoffset v0.7.1
27482024-08-16T05:12:45.688Z[ helios-setup] Aug 16 05:12:45.144 INFO E| Compiling num-conv v0.1.0
27492024-08-16T05:12:47.248Z[ helios-setup] Aug 16 05:12:46.704 INFO E| Compiling time-core v0.1.2
27502024-08-16T05:12:47.532Z[ helios-setup] Aug 16 05:12:46.988 INFO E| Compiling unicode-bidi v0.3.13
27512024-08-16T05:12:47.656Z[ helios-setup] Aug 16 05:12:47.112 INFO E| Compiling powerfmt v0.2.0
27522024-08-16T05:12:48.614Z[ host-package] Compiling sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
27532024-08-16T05:12:48.901Z[ helios-setup] Aug 16 05:12:48.355 INFO E| Compiling ucd-trie v0.1.5
27542024-08-16T05:12:49.867Z[ helios-setup] Aug 16 05:12:49.321 INFO E| Compiling pest v2.5.7
27552024-08-16T05:12:50.044Z[ helios-setup] Aug 16 05:12:49.498 INFO E| Compiling idna v0.3.0
27562024-08-16T05:12:50.663Z[ helios-setup] Aug 16 05:12:50.117 INFO E| Compiling deranged v0.3.11
27572024-08-16T05:12:51.255Z[ host-package] Compiling dladm v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
27582024-08-16T05:12:53.202Z[ helios-setup] Aug 16 05:12:52.655 INFO E| Compiling time-macros v0.2.18
27592024-08-16T05:12:53.599Z[ host-package] Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
27602024-08-16T05:12:54.671Z[ helios-setup] Aug 16 05:12:54.120 INFO E| Compiling tracing v0.1.37
27612024-08-16T05:12:56.232Z[ helios-setup] Aug 16 05:12:55.683 INFO E| Compiling libgit2-sys v0.14.2+1.5.1
27622024-08-16T05:12:56.819Z[ helios-setup] Aug 16 05:12:56.270 INFO E| Compiling time v0.1.45
27632024-08-16T05:12:57.749Z[ helios-setup] Aug 16 05:12:57.200 INFO E| Compiling crossbeam-epoch v0.9.13
27642024-08-16T05:12:57.864Z[ helios-setup] Aug 16 05:12:57.314 INFO E| Compiling semver v1.0.17
27652024-08-16T05:12:59.109Z[ helios-setup] Aug 16 05:12:58.558 INFO E| Compiling num_threads v0.1.6
27662024-08-16T05:12:59.669Z[ helios-setup] Aug 16 05:12:59.117 INFO E| Compiling iana-time-zone v0.1.56
27672024-08-16T05:13:00.203Z[ helios-setup] Aug 16 05:12:59.651 INFO E| Compiling time v0.3.36
27682024-08-16T05:13:00.991Z[ helios-setup] Aug 16 05:13:00.439 INFO E| Compiling toml v0.5.11
27692024-08-16T05:13:01.157Z[ helios-setup] Aug 16 05:13:00.605 INFO E| Compiling serde_tokenstream v0.2.0
27702024-08-16T05:13:02.264Z[ helios-setup] Aug 16 05:13:01.710 INFO E| Compiling smallvec v1.10.0
27712024-08-16T05:13:05.337Z[ helios-setup] Aug 16 05:13:04.784 INFO E| Compiling parking_lot v0.12.1
27722024-08-16T05:13:07.223Z[ helios-setup] Aug 16 05:13:06.667 INFO E| Compiling semver-parser v0.10.2
27732024-08-16T05:13:07.666Z[ host-package] Compiling libsqlite3-sys v0.28.0
27742024-08-16T05:13:09.313Z[ host-package] Compiling serde_arrays v0.1.0
27752024-08-16T05:13:09.709Z[ host-package] Compiling erased-serde v0.3.31
27762024-08-16T05:13:10.157Z[ helios-setup] Aug 16 05:13:09.197 INFO E| Compiling typify-impl v0.0.12-dev (https://github.com/oxidecomputer/typify#fec09bd1)
27772024-08-16T05:13:11.286Z[ helios-setup] Aug 16 05:13:10.729 INFO E| Compiling url v2.3.1
27782024-08-16T05:13:13.562Z[ host-package] Compiling propolis v0.1.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
27792024-08-16T05:13:14.741Z[ helios-setup] Aug 16 05:13:14.182 INFO E| Compiling crossbeam-channel v0.5.6
27802024-08-16T05:13:15.790Z[ helios-setup] Aug 16 05:13:15.231 INFO E| Compiling dirs-sys-next v0.1.2
27812024-08-16T05:13:16.867Z[ helios-setup] Aug 16 05:13:16.306 INFO E| Compiling try-lock v0.2.4
27822024-08-16T05:13:17.173Z[ helios-setup] Aug 16 05:13:16.612 INFO E| Compiling crc32fast v1.3.2
27832024-08-16T05:13:18.202Z[ helios-setup] Aug 16 05:13:17.641 INFO E| Compiling same-file v1.0.6
27842024-08-16T05:13:18.732Z[ helios-setup] Aug 16 05:13:18.171 INFO E| Compiling walkdir v2.3.3
27852024-08-16T05:13:19.021Z[ helios-setup] Aug 16 05:13:18.456 INFO E| Compiling want v0.3.0
27862024-08-16T05:13:19.761Z[ helios-setup] Aug 16 05:13:19.200 INFO E| Compiling dirs-next v2.0.0
27872024-08-16T05:13:21.962Z[ helios-setup] Aug 16 05:13:21.398 INFO E| Compiling semver v0.11.0
27882024-08-16T05:13:22.560Z[ helios-setup] Aug 16 05:13:21.995 INFO E| Compiling tokio-util v0.7.7
27892024-08-16T05:13:23.155Z[ helios-setup] Aug 16 05:13:22.592 INFO E| Compiling proc-macro-crate v1.2.1
27902024-08-16T05:13:24.463Z[ host-package] Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
27912024-08-16T05:13:24.934Z[ helios-setup] Aug 16 05:13:24.369 INFO E| Compiling h2 v0.3.16
27922024-08-16T05:13:25.980Z[ host-package] Compiling wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common)
27932024-08-16T05:13:27.053Z[ helios-setup] Aug 16 05:13:26.487 INFO E| Compiling futures-executor v0.3.28
27942024-08-16T05:13:28.017Z[ helios-setup] Aug 16 05:13:27.451 INFO E| Compiling typify-macro v0.0.12-dev (https://github.com/oxidecomputer/typify#fec09bd1)
27952024-08-16T05:13:29.300Z[ helios-setup] Aug 16 05:13:28.733 INFO E| Compiling http-body v0.4.5
27962024-08-16T05:13:29.490Z[ helios-setup] Aug 16 05:13:28.923 INFO E| Compiling ring v0.16.20
27972024-08-16T05:13:30.475Z[ helios-setup] Aug 16 05:13:29.908 INFO E| Compiling rand_core v0.6.4
27982024-08-16T05:13:31.592Z[ helios-setup] Aug 16 05:13:31.024 INFO E| Compiling thread_local v1.1.7
27992024-08-16T05:13:31.869Z[ helios-setup] Aug 16 05:13:31.301 INFO E| Compiling httpdate v1.0.2
28002024-08-16T05:13:33.276Z[ helios-setup] Aug 16 05:13:32.707 INFO E| Compiling base64 v0.21.0
28012024-08-16T05:13:33.494Z[ helios-setup] Aug 16 05:13:32.925 INFO E| Compiling fastrand v1.9.0
28022024-08-16T05:13:34.364Z[ helios-setup] Aug 16 05:13:33.792 INFO E| Compiling ppv-lite86 v0.2.17
28032024-08-16T05:13:35.618Z[ helios-setup] Aug 16 05:13:35.048 INFO E| Compiling utf8parse v0.2.1
28042024-08-16T05:13:36.172Z[ helios-setup] Aug 16 05:13:35.602 INFO E| Compiling tower-service v0.3.2
28052024-08-16T05:13:36.255Z[ helios-setup] Aug 16 05:13:35.683 INFO E| Compiling lazy_static v1.4.0
28062024-08-16T05:13:36.471Z[ helios-setup] Aug 16 05:13:35.885 INFO E| Compiling rayon-core v1.10.2
28072024-08-16T05:13:36.504Z[ helios-setup] Aug 16 05:13:35.934 INFO E| Compiling home v0.5.4
28082024-08-16T05:13:36.606Z[ helios-setup] Aug 16 05:13:36.036 INFO E| Compiling adler v1.0.2
28092024-08-16T05:13:36.994Z[ helios-setup] Aug 16 05:13:36.424 INFO E| Compiling miniz_oxide v0.6.2
28102024-08-16T05:13:37.223Z[ helios-setup] Aug 16 05:13:36.653 INFO E| Compiling toolchain_find v0.2.0
28112024-08-16T05:13:37.613Z[ helios-setup] Aug 16 05:13:37.042 INFO E| Compiling hyper v0.14.25
28122024-08-16T05:13:38.175Z[ helios-setup] Aug 16 05:13:37.604 INFO E| Compiling rand_chacha v0.3.1
28132024-08-16T05:13:40.747Z[ helios-setup] Aug 16 05:13:40.173 INFO E| Compiling anstyle-parse v0.1.1
28142024-08-16T05:13:41.780Z[ helios-setup] Aug 16 05:13:41.206 INFO E| Compiling tempfile v3.5.0
28152024-08-16T05:13:44.207Z[ host-package] Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery)
28162024-08-16T05:13:44.612Z[ helios-setup] Aug 16 05:13:43.945 INFO E| Compiling futures v0.3.28
28172024-08-16T05:13:44.782Z[ host-package] Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=24a74d0c76b6a63961ecef76acb1516b6e66c5c9#24a74d0c)
28182024-08-16T05:13:45.169Z[ host-package] Compiling heck v0.3.3
28192024-08-16T05:13:45.974Z[ host-package] Compiling castaway v0.2.3
28202024-08-16T05:13:46.640Z[ host-package] Compiling rand_seeder v0.3.0
28212024-08-16T05:13:47.865Z[ host-package] Compiling csv-core v0.1.11
28222024-08-16T05:13:48.448Z[ host-package] Compiling gateway-sp-comms v0.1.1 (https://github.com/oxidecomputer/management-gateway-service?rev=319e7b92db69792ab8efa4c68554ad0cf83adf93#319e7b92)
28232024-08-16T05:13:49.439Z[ host-package] Compiling http-range v0.1.5
28242024-08-16T05:13:49.499Z[ host-package] Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#4ceaf96e)
28252024-08-16T05:13:50.928Z[ host-package] Compiling hyper-staticfile v0.9.5
28262024-08-16T05:13:54.077Z[ host-package] Compiling sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
28272024-08-16T05:13:55.644Z[ helios-setup] Aug 16 05:13:55.064 INFO E| Compiling num_enum_derive v0.5.7
28282024-08-16T05:13:56.277Z[ host-package] Compiling csv v1.3.0
28292024-08-16T05:13:58.139Z[ helios-setup] Aug 16 05:13:57.554 INFO E| Compiling cargo-lock v8.0.3
28302024-08-16T05:13:58.786Z[ host-package] Compiling typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng)
28312024-08-16T05:13:59.193Z[ host-package] Compiling compact_str v0.8.0
28322024-08-16T05:13:59.737Z[ helios-setup] Aug 16 05:13:59.155 INFO E| Compiling crossbeam-deque v0.8.2
28332024-08-16T05:13:59.842Z[ helios-setup] Aug 16 05:13:59.259 INFO E| Compiling term v0.7.0
28342024-08-16T05:14:00.282Z[ host-package] Compiling zone_cfg_derive v0.1.2
28352024-08-16T05:14:01.744Z[ helios-setup] Aug 16 05:14:01.160 INFO E| Compiling serde_urlencoded v0.7.1
28362024-08-16T05:14:02.566Z[ helios-setup] Aug 16 05:14:01.982 INFO E| Compiling sha2 v0.10.6
28372024-08-16T05:14:03.179Z[ helios-setup] Aug 16 05:14:02.594 INFO E| Compiling sha1 v0.10.5
28382024-08-16T05:14:03.218Z[ helios-setup] Aug 16 05:14:02.633 INFO E| Compiling is-terminal v0.4.7
28392024-08-16T05:14:03.755Z[ helios-setup] Aug 16 05:14:03.170 INFO E| Compiling atty v0.2.14
28402024-08-16T05:14:03.968Z[ host-package] Compiling propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=24a74d0c76b6a63961ecef76acb1516b6e66c5c9#24a74d0c)
28412024-08-16T05:14:04.396Z[ host-package] Compiling cpuid_profile_config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
28422024-08-16T05:14:04.956Z[ helios-setup] Aug 16 05:14:04.371 INFO E| Compiling network-interface v0.1.6 (https://github.com/jclulow/network-interface?branch=illumos#827e6b7b)
28432024-08-16T05:14:06.035Z[ host-package] Compiling nix v0.27.1
28442024-08-16T05:14:06.194Z[ host-package] Compiling crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=e58ca3693cb9ce0438947beba10e97ee38a0966b#e58ca369)
28452024-08-16T05:14:06.207Z[ helios-setup] Aug 16 05:14:05.621 INFO E| Compiling anstyle v0.3.5
28462024-08-16T05:14:06.703Z[ helios-setup] Aug 16 05:14:06.117 INFO E| Compiling concolor-query v0.3.3
28472024-08-16T05:14:07.271Z[ helios-setup] Aug 16 05:14:06.684 INFO E| Compiling concolor-override v1.0.0
28482024-08-16T05:14:07.873Z[ helios-setup] Aug 16 05:14:07.285 INFO E| Compiling anstream v0.2.6
28492024-08-16T05:14:09.647Z[ helios-setup] Aug 16 05:14:09.058 INFO E| Compiling slog-term v2.9.0
28502024-08-16T05:14:09.726Z[ helios-setup] Aug 16 05:14:09.138 INFO E| Compiling flate2 v1.0.25
28512024-08-16T05:14:10.324Z[ host-package] Compiling update-common v0.1.0 (/work/oxidecomputer/omicron/update-common)
28522024-08-16T05:14:10.385Z[ host-package] Compiling sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api)
28532024-08-16T05:14:11.140Z[ helios-setup] Aug 16 05:14:10.551 INFO E| Compiling num_enum v0.5.7
28542024-08-16T05:14:11.463Z[ helios-setup] Aug 16 05:14:10.874 INFO E| Compiling rustfmt-wrapper v0.2.0
28552024-08-16T05:14:11.499Z[ host-package] Compiling bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api)
28562024-08-16T05:14:11.733Z[ helios-setup] Aug 16 05:14:11.144 INFO E| Compiling rand v0.8.5
28572024-08-16T05:14:12.320Z[ helios-setup] Aug 16 05:14:11.731 INFO E| Compiling typify v0.0.12-dev (https://github.com/oxidecomputer/typify#fec09bd1)
28582024-08-16T05:14:12.738Z[ helios-setup] Aug 16 05:14:12.148 INFO E| Compiling openapiv3 v1.0.2
28592024-08-16T05:14:15.084Z[ helios-setup] Aug 16 05:14:14.493 INFO E| Compiling encoding_rs v0.8.32
28602024-08-16T05:14:15.541Z[ helios-setup] Aug 16 05:14:14.950 INFO E| Compiling project-root v0.2.2
28612024-08-16T05:14:16.538Z[ helios-setup] Aug 16 05:14:15.946 INFO E| Compiling mime v0.3.17
28622024-08-16T05:14:18.884Z[ helios-setup] Aug 16 05:14:18.291 INFO E| Compiling strsim v0.10.0
28632024-08-16T05:14:21.068Z[ helios-setup] Aug 16 05:14:20.474 INFO E| Compiling unsafe-libyaml v0.2.8
28642024-08-16T05:14:21.634Z[ host-package] Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a)
28652024-08-16T05:14:22.259Z[ helios-setup] Aug 16 05:14:21.664 INFO E| Compiling byteorder v1.4.3
28662024-08-16T05:14:22.482Z[ host-package] Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
28672024-08-16T05:14:22.756Z[ helios-setup] Aug 16 05:14:22.159 INFO E| Compiling either v1.8.0
28682024-08-16T05:14:23.237Z[ host-package] Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc)
28692024-08-16T05:14:23.487Z[ helios-setup] Aug 16 05:14:22.892 INFO E| Compiling utf-8 v0.7.6
28702024-08-16T05:14:23.599Z[ helios-setup] Aug 16 05:14:23.004 INFO E| Compiling ipnet v2.7.2
28712024-08-16T05:14:24.141Z[ host-package] Compiling unicode-truncate v1.0.0
28722024-08-16T05:14:24.524Z[ host-package] Compiling lru v0.12.3
28732024-08-16T05:14:24.629Z[ helios-setup] Aug 16 05:14:24.033 INFO E| Compiling base64 v0.13.1
28742024-08-16T05:14:24.806Z[ host-package] Compiling hashlink v0.9.1
28752024-08-16T05:14:25.055Z[ helios-setup] Aug 16 05:14:24.459 INFO E| Compiling untrusted v0.7.1
28762024-08-16T05:14:25.190Z[ helios-setup] Aug 16 05:14:24.593 INFO E| Compiling spin v0.5.2
28772024-08-16T05:14:25.499Z[ host-package] Compiling serde-big-array v0.5.1
28782024-08-16T05:14:25.718Z[ helios-setup] Aug 16 05:14:25.122 INFO E| Compiling clap_lex v0.4.1
28792024-08-16T05:14:25.890Z[ helios-setup] Aug 16 05:14:25.293 INFO E| Compiling tungstenite v0.18.0
28802024-08-16T05:14:26.169Z[ helios-setup] Aug 16 05:14:25.571 INFO E| Compiling reqwest v0.11.16
28812024-08-16T05:14:26.388Z[ host-package] Compiling instability v0.3.2
28822024-08-16T05:14:26.737Z[ host-package] Compiling fallible-streaming-iterator v0.1.9
28832024-08-16T05:14:27.196Z[ helios-setup] Aug 16 05:14:26.597 INFO E| Compiling clap_builder v4.2.1
28842024-08-16T05:14:27.745Z[ host-package] Compiling base64 v0.13.1
28852024-08-16T05:14:28.183Z[ helios-setup] Aug 16 05:14:27.575 INFO E| Compiling serde_yaml v0.9.21
28862024-08-16T05:14:28.787Z[ host-package] Compiling cassowary v0.3.0
28872024-08-16T05:14:29.833Z[ host-package] Compiling fallible-iterator v0.3.0
28882024-08-16T05:14:30.341Z[ helios-setup] Aug 16 05:14:29.742 INFO E| Compiling rayon v1.6.1
28892024-08-16T05:14:31.827Z[ host-package] Compiling rusqlite v0.31.0
28902024-08-16T05:14:35.792Z[ host-package] Compiling ratatui v0.28.0
28912024-08-16T05:14:35.994Z[ helios-setup] Aug 16 05:14:35.392 INFO E| Compiling progenitor-impl v0.2.1-dev (https://github.com/oxidecomputer/progenitor#3a5fe998)
28922024-08-16T05:14:36.288Z[ helios-setup] Aug 16 05:14:35.685 INFO E| Compiling devinfo v0.1.0 (git+ssh://git@github.com/oxidecomputer/facade#aadb1404)
28932024-08-16T05:14:36.527Z[ helios-setup] Aug 16 05:14:35.925 INFO E| Compiling bootserver v0.1.0 (https://github.com/oxidecomputer/boot-image-tools.git#300caa09)
28942024-08-16T05:14:40.339Z[ host-package] Compiling ron v0.7.1
28952024-08-16T05:14:41.049Z[ helios-setup] Aug 16 05:14:40.444 INFO E| Compiling bootserver v0.1.0 (https://github.com/oxidecomputer/boot-image-tools.git?rev=ab61443eae8c99b17aac82cbedb9a0c917828f57#ab61443e)
28962024-08-16T05:14:41.637Z[ helios-setup] Aug 16 05:14:41.032 INFO E| Compiling hiercmd v0.1.0 (https://github.com/jclulow/hiercmd#d9d28d6a)
28972024-08-16T05:14:42.388Z[ helios-setup] Aug 16 05:14:41.782 INFO E| Compiling clap_derive v4.2.0
28982024-08-16T05:14:45.891Z[ helios-setup] Aug 16 05:14:45.283 INFO E| Compiling pilot-common v0.1.0 (/work/oxidecomputer/helios/projects/pilot/common)
28992024-08-16T05:14:47.127Z[ helios-setup] Aug 16 05:14:46.519 INFO E| Compiling progenitor-macro v0.2.1-dev (https://github.com/oxidecomputer/progenitor#3a5fe998)
29002024-08-16T05:14:51.678Z[ host-package] Compiling nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
29012024-08-16T05:14:51.920Z[ helios-setup] Aug 16 05:14:51.308 INFO E| Compiling clap v4.2.1
29022024-08-16T05:14:55.187Z[ host-package] Compiling nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation)
29032024-08-16T05:15:01.445Z[ host-package] Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
29042024-08-16T05:15:10.229Z[ helios-setup] Aug 16 05:15:09.607 INFO E| Compiling progenitor-client v0.2.1-dev (https://github.com/oxidecomputer/progenitor#3a5fe998)
29052024-08-16T05:15:10.830Z[ host-package] Compiling propolis-server-config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
29062024-08-16T05:15:12.433Z[ host-package] Compiling zone v0.1.8
29072024-08-16T05:15:13.940Z[ helios-setup] Aug 16 05:15:13.318 INFO E| Compiling tokio-tungstenite v0.18.0
29082024-08-16T05:15:15.803Z[ helios-setup] Aug 16 05:15:15.179 INFO E| Compiling smartstring v1.0.1
29092024-08-16T05:15:16.908Z[ host-package] Compiling nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
29102024-08-16T05:15:16.948Z[ helios-setup] Aug 16 05:15:16.310 INFO E| Compiling rustls v0.21.0
29112024-08-16T05:15:18.206Z[ helios-setup] Aug 16 05:15:17.577 INFO E| Compiling toml_datetime v0.6.1
29122024-08-16T05:15:22.489Z[ helios-setup] Aug 16 05:15:18.762 INFO E| Compiling serde_spanned v0.6.1
29132024-08-16T05:15:22.547Z[ helios-setup] Aug 16 05:15:19.230 INFO E| Compiling async-trait v0.1.68
29142024-08-16T05:15:22.547Z[ helios-setup] Aug 16 05:15:19.363 INFO E| Compiling slog-async v2.7.0
29152024-08-16T05:15:22.547Z[ helios-setup] Aug 16 05:15:20.774 INFO E| Compiling winnow v0.4.1
29162024-08-16T05:15:22.547Z[ helios-setup] Aug 16 05:15:20.822 INFO E| Compiling static_assertions v1.1.0
29172024-08-16T05:15:22.547Z[ helios-setup] Aug 16 05:15:20.976 INFO E| Compiling camino v1.1.4
29182024-08-16T05:15:22.547Z[ helios-setup] Aug 16 05:15:21.120 INFO E| Compiling paste v1.0.12
29192024-08-16T05:15:22.619Z[ host-package] Compiling wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client)
29202024-08-16T05:15:23.248Z[ helios-setup] Aug 16 05:15:22.620 INFO E| Compiling match_cfg v0.1.0
29212024-08-16T05:15:23.767Z[ helios-setup] Aug 16 05:15:23.138 INFO E| Compiling hostname v0.3.1
29222024-08-16T05:15:24.654Z[ helios-setup] Aug 16 05:15:24.026 INFO E| Compiling racktest-agent-protocol v0.0.0 (/work/oxidecomputer/helios/projects/pilot/racktest/agent/protocol)
29232024-08-16T05:15:25.917Z[ helios-setup] Aug 16 05:15:25.288 INFO E| Compiling slog-json v2.6.1
29242024-08-16T05:15:27.001Z[ helios-setup] Aug 16 05:15:26.372 INFO E| Compiling unicode-linebreak v0.1.4
29252024-08-16T05:15:29.349Z[ helios-setup] Aug 16 05:15:28.718 INFO E| Compiling toml_edit v0.19.8
29262024-08-16T05:15:30.767Z[ host-package] Compiling gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api)
29272024-08-16T05:15:32.176Z[ helios-setup] Aug 16 05:15:31.541 INFO E| Compiling async-stream-impl v0.3.5
29282024-08-16T05:15:33.445Z[ helios-setup] Aug 16 05:15:32.812 INFO E| Compiling rhai_codegen v1.5.0
29292024-08-16T05:15:34.947Z[ helios-setup] Aug 16 05:15:34.313 INFO E| Compiling dropshot v0.9.1-dev (https://github.com/oxidecomputer/dropshot.git?rev=9911f3cf00178e0ee64b99f2c59b5a5464075230#9911f3cf)
29302024-08-16T05:15:35.142Z[ host-package] Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
29312024-08-16T05:15:35.937Z[ helios-setup] Aug 16 05:15:35.303 INFO E| Compiling take_mut v0.2.2
29322024-08-16T05:15:36.276Z[ host-package] Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
29332024-08-16T05:15:37.348Z[ host-package] Compiling cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client)
29342024-08-16T05:15:39.351Z[ helios-setup] Aug 16 05:15:38.715 INFO E| Compiling rhai v1.14.0
29352024-08-16T05:15:41.049Z[ helios-setup] Aug 16 05:15:40.412 INFO E| Compiling toml v0.7.3
29362024-08-16T05:15:41.429Z[ helios-setup] Aug 16 05:15:40.792 INFO E| Compiling async-stream v0.3.5
29372024-08-16T05:15:42.293Z[ helios-setup] Aug 16 05:15:41.655 INFO E| Compiling slog-bunyan v2.4.0
29382024-08-16T05:15:46.969Z[ host-package] Compiling twox-hash v1.6.3
29392024-08-16T05:15:47.423Z[ helios-setup] Aug 16 05:15:46.782 INFO E| Compiling rustls-pemfile v1.0.2
29402024-08-16T05:15:48.770Z[ helios-setup] Aug 16 05:15:48.129 INFO E| Compiling dropshot_endpoint v0.9.1-dev (https://github.com/oxidecomputer/dropshot.git?rev=9911f3cf00178e0ee64b99f2c59b5a5464075230#9911f3cf)
29412024-08-16T05:15:48.886Z[ host-package] Compiling signal-hook-tokio v0.3.1
29422024-08-16T05:15:49.015Z[ helios-setup] Aug 16 05:15:48.374 INFO E| Compiling serde_path_to_error v0.1.11
29432024-08-16T05:15:49.725Z[ helios-setup] Aug 16 05:15:49.083 INFO E| Compiling bincode v1.3.3
29442024-08-16T05:15:49.789Z[ host-package] Compiling yasna v0.5.2
29452024-08-16T05:15:50.324Z[ host-package] Compiling portpicker v0.1.1
29462024-08-16T05:15:51.306Z[ host-package] Compiling smawk v0.3.2
29472024-08-16T05:15:51.671Z[ helios-setup] Aug 16 05:15:51.028 INFO E| Compiling terminal_size v0.2.6
29482024-08-16T05:15:51.949Z[ host-package] Compiling unicode-linebreak v0.1.5
29492024-08-16T05:15:52.255Z[ helios-setup] Aug 16 05:15:51.611 INFO E| Compiling racktest-control-protocol v0.0.0 (/work/oxidecomputer/helios/projects/pilot/racktest/control/protocol)
29502024-08-16T05:15:52.361Z[ helios-setup] Aug 16 05:15:51.717 INFO E| Compiling smawk v0.3.1
29512024-08-16T05:15:53.053Z[ helios-setup] Aug 16 05:15:52.409 INFO E| Compiling textwrap v0.16.0
29522024-08-16T05:15:53.157Z[ host-package] Compiling textwrap v0.16.1
29532024-08-16T05:15:54.468Z[ host-package] Compiling rcgen v0.12.1
29542024-08-16T05:15:56.000Z[ host-package] Compiling libfalcon v0.1.0 (https://github.com/oxidecomputer/falcon?rev=e69694a1f7cc9fe31fab27f321017280531fb5f7#e69694a1)
29552024-08-16T05:15:56.697Z[ host-package] Compiling omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway)
29562024-08-16T05:15:59.919Z[ helios-setup] Aug 16 05:15:59.272 INFO E| Compiling rustls-webpki v0.100.1
29572024-08-16T05:16:01.611Z[ helios-setup] Aug 16 05:16:00.760 INFO E| Compiling sct v0.7.0
29582024-08-16T05:16:11.844Z[ helios-setup] Aug 16 05:16:11.191 INFO E| Compiling git2 v0.16.1
29592024-08-16T05:16:12.201Z[ helios-setup] Aug 16 05:16:11.548 INFO E| Compiling tokio-rustls v0.24.0
29602024-08-16T05:16:14.397Z[ host-package] Compiling nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
29612024-08-16T05:16:19.545Z[ host-package] Compiling cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types)
29622024-08-16T05:16:21.295Z[ host-package] Compiling sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
29632024-08-16T05:16:24.991Z[ helios-setup] Aug 16 05:16:24.331 INFO E| Compiling built v0.6.0
29642024-08-16T05:16:26.953Z[ helios-setup] Aug 16 05:16:26.292 INFO E| Compiling progenitor v0.2.1-dev (https://github.com/oxidecomputer/progenitor#3a5fe998)
29652024-08-16T05:16:28.273Z[ host-package] Compiling nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api)
29662024-08-16T05:16:28.682Z[ host-package] Compiling nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface)
29672024-08-16T05:16:29.113Z[ helios-setup] Aug 16 05:16:28.450 INFO E| Compiling racktest-agent-openapi v0.1.0 (/work/oxidecomputer/helios/projects/pilot/racktest/agent/openapi)
29682024-08-16T05:16:29.887Z[ host-package] Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin)
29692024-08-16T05:16:30.132Z[ helios-setup] Aug 16 05:16:29.469 INFO E| Compiling racktest-agent v0.0.0 (/work/oxidecomputer/helios/projects/pilot/racktest/agent/server)
29702024-08-16T05:16:30.800Z[ host-package] Compiling crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=e58ca3693cb9ce0438947beba10e97ee38a0966b#e58ca369)
29712024-08-16T05:16:41.463Z[ host-package] Compiling oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api)
29722024-08-16T05:16:41.673Z[ host-package] Compiling atomicwrites v0.4.3
29732024-08-16T05:16:42.457Z[ host-package] Compiling fatfs v0.3.6
29742024-08-16T05:16:42.504Z[ host-package] Compiling rtoolbox v0.0.2
29752024-08-16T05:16:42.641Z[ host-package] Compiling subprocess v0.2.9
29762024-08-16T05:16:43.556Z[ host-package] Compiling is_ci v1.2.0
29772024-08-16T05:16:43.917Z[ host-package] Compiling assert_matches v1.5.0
29782024-08-16T05:16:44.206Z[ host-package] Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
29792024-08-16T05:16:50.015Z[ host-package] Compiling supports-color v3.0.0
29802024-08-16T05:16:50.815Z[ host-package] Compiling rpassword v7.3.1
29812024-08-16T05:16:51.373Z[ host-package] Compiling oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
29822024-08-16T05:16:54.346Z[ host-package] Compiling cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api)
29832024-08-16T05:16:54.773Z[ host-package] Compiling tui-tree-widget v0.22.0
29842024-08-16T05:16:55.670Z[ host-package] Compiling wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api)
29852024-08-16T05:16:55.803Z[ host-package] Compiling installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api)
29862024-08-16T05:16:56.221Z[ helios-setup] Aug 16 05:16:55.545 INFO E| Compiling racktest-driver v0.0.0 (/work/oxidecomputer/helios/projects/pilot/racktest/driver)
29872024-08-16T05:16:56.435Z[ host-package] Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb)
29882024-08-16T05:16:56.987Z[ host-package] Compiling clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api)
29892024-08-16T05:16:58.332Z[ helios-setup] Aug 16 05:16:57.654 INFO E| Compiling racktest-control-server v0.0.0 (/work/oxidecomputer/helios/projects/pilot/racktest/control/server)
29902024-08-16T05:17:03.208Z[ host-package] Compiling uzers v0.11.3
29912024-08-16T05:17:07.208Z[ host-package] Compiling wicket v0.1.0 (/work/oxidecomputer/omicron/wicket)
29922024-08-16T05:17:07.909Z[ host-package] Compiling zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup)
29932024-08-16T05:17:11.750Z[ host-package] Compiling wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd)
29942024-08-16T05:17:19.344Z[ host-package] Compiling omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin)
29952024-08-16T05:17:41.776Z[ helios-setup] Aug 16 05:17:41.075 INFO E| Compiling pilot v0.1.0 (/work/oxidecomputer/helios/projects/pilot)
29962024-08-16T05:17:42.574Z[ host-package] Compiling gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
29972024-08-16T05:17:52.775Z[ host-package] Compiling multimap v0.10.0
29982024-08-16T05:18:46.401Z[ helios-setup] Aug 16 05:18:45.665 INFO E| Finished `release` profile [optimized] target(s) in 6m 46s
29992024-08-16T05:18:46.531Z[ helios-setup] Aug 16 05:18:45.795 INFO building project "pilot" ok (406 seconds)
30002024-08-16T05:18:46.531Z[ helios-setup] Aug 16 05:18:45.795 INFO building project "image-builder" at /work/oxidecomputer/helios/projects/image-builder
30012024-08-16T05:18:46.533Z[ helios-setup] Aug 16 05:18:45.795 INFO exec: ["cargo", "build", "--locked"], pwd: Some("/work/oxidecomputer/helios/projects/image-builder")
30022024-08-16T05:18:46.886Z[ helios-setup] Aug 16 05:18:46.150 INFO E| Updating git repository `https://github.com/jclulow/rust-jmclib`
30032024-08-16T05:18:47.388Z[ helios-setup] Aug 16 05:18:46.651 INFO E| From https://github.com/jclulow/rust-jmclib
30042024-08-16T05:18:47.388Z[ helios-setup] Aug 16 05:18:46.652 INFO E| * [new ref] 98fb2268f5a2f350e65ab5c8fc490b27eb1b3949 -> refs/commit/98fb2268f5a2f350e65ab5c8fc490b27eb1b3949
30052024-08-16T05:18:47.410Z[ helios-setup] Aug 16 05:18:46.673 INFO E| Updating crates.io index
30062024-08-16T05:18:47.602Z[ helios-setup] Aug 16 05:18:46.866 INFO E| Downloading crates ...
30072024-08-16T05:18:47.744Z[ helios-setup] Aug 16 05:18:47.007 INFO E| Downloaded digest v0.9.0
30082024-08-16T05:18:47.747Z[ helios-setup] Aug 16 05:18:47.010 INFO E| Downloaded libdevinfo-sys v1.0.0
30092024-08-16T05:18:47.749Z[ helios-setup] Aug 16 05:18:47.012 INFO E| Downloaded block-buffer v0.9.0
30102024-08-16T05:18:47.750Z[ helios-setup] Aug 16 05:18:47.013 INFO E| Downloaded anyhow v1.0.72
30112024-08-16T05:18:47.788Z[ helios-setup] Aug 16 05:18:47.052 INFO E| Downloaded unicode-ident v1.0.11
30122024-08-16T05:18:47.793Z[ helios-setup] Aug 16 05:18:47.057 INFO E| Downloaded quote v1.0.31
30132024-08-16T05:18:47.797Z[ helios-setup] Aug 16 05:18:47.061 INFO E| Downloaded once_cell v1.18.0
30142024-08-16T05:18:47.802Z[ helios-setup] Aug 16 05:18:47.066 INFO E| Downloaded cpufeatures v0.2.9
30152024-08-16T05:18:47.805Z[ helios-setup] Aug 16 05:18:47.068 INFO E| Downloaded md-5 v0.9.1
30162024-08-16T05:18:47.807Z[ helios-setup] Aug 16 05:18:47.071 INFO E| Downloaded sha-1 v0.9.8
30172024-08-16T05:18:47.810Z[ helios-setup] Aug 16 05:18:47.074 INFO E| Downloaded fastrand v2.0.0
30182024-08-16T05:18:47.813Z[ helios-setup] Aug 16 05:18:47.077 INFO E| Downloaded proc-macro2 v1.0.66
30192024-08-16T05:18:47.817Z[ helios-setup] Aug 16 05:18:47.081 INFO E| Downloaded getrandom v0.2.10
30202024-08-16T05:18:47.822Z[ helios-setup] Aug 16 05:18:47.086 INFO E| Downloaded bitflags v2.3.3
30212024-08-16T05:18:47.827Z[ helios-setup] Aug 16 05:18:47.091 INFO E| Downloaded uuid v0.8.2
30222024-08-16T05:18:47.837Z[ helios-setup] Aug 16 05:18:47.101 INFO E| Downloaded tempfile v3.7.0
30232024-08-16T05:18:47.841Z[ helios-setup] Aug 16 05:18:47.105 INFO E| Downloaded serde_derive v1.0.193
30242024-08-16T05:18:47.846Z[ helios-setup] Aug 16 05:18:47.110 INFO E| Downloaded serde v1.0.193
30252024-08-16T05:18:47.859Z[ helios-setup] Aug 16 05:18:47.123 INFO E| Downloaded syn v2.0.32
30262024-08-16T05:18:47.894Z[ helios-setup] Aug 16 05:18:47.158 INFO E| Downloaded serde_json v1.0.103
30272024-08-16T05:18:47.925Z[ helios-setup] Aug 16 05:18:47.188 INFO E| Downloaded rustix v0.38.4
30282024-08-16T05:18:47.975Z[ helios-setup] Aug 16 05:18:47.238 INFO E| Downloaded libc v0.2.147
30292024-08-16T05:18:48.238Z[ helios-setup] Aug 16 05:18:47.502 INFO E| Compiling libc v0.2.147
30302024-08-16T05:18:48.243Z[ helios-setup] Aug 16 05:18:47.502 INFO E| Compiling proc-macro2 v1.0.66
30312024-08-16T05:18:48.243Z[ helios-setup] Aug 16 05:18:47.502 INFO E| Compiling unicode-ident v1.0.11
30322024-08-16T05:18:48.243Z[ helios-setup] Aug 16 05:18:47.502 INFO E| Compiling cfg-if v1.0.0
30332024-08-16T05:18:48.243Z[ helios-setup] Aug 16 05:18:47.502 INFO E| Compiling typenum v1.16.0
30342024-08-16T05:18:48.243Z[ helios-setup] Aug 16 05:18:47.502 INFO E| Compiling version_check v0.9.4
30352024-08-16T05:18:48.243Z[ helios-setup] Aug 16 05:18:47.502 INFO E| Compiling serde v1.0.193
30362024-08-16T05:18:48.243Z[ helios-setup] Aug 16 05:18:47.503 INFO E| Compiling powerfmt v0.2.0
30372024-08-16T05:18:48.902Z[ helios-setup] Aug 16 05:18:48.165 INFO E| Compiling slog v2.7.0
30382024-08-16T05:18:49.315Z[ helios-setup] Aug 16 05:18:48.578 INFO E| Compiling time-core v0.1.2
30392024-08-16T05:18:49.658Z[ helios-setup] Aug 16 05:18:48.920 INFO E| Compiling rustix v0.38.4
30402024-08-16T05:18:49.887Z[ helios-setup] Aug 16 05:18:49.148 INFO E| Compiling num-conv v0.1.0
30412024-08-16T05:18:50.022Z[ helios-setup] Aug 16 05:18:49.282 INFO E| Compiling itoa v1.0.9
30422024-08-16T05:18:50.341Z[ helios-setup] Aug 16 05:18:49.603 INFO E| Compiling deranged v0.3.11
30432024-08-16T05:18:50.354Z[ helios-setup] Aug 16 05:18:49.617 INFO E| Compiling generic-array v0.14.7
30442024-08-16T05:18:50.459Z[ helios-setup] Aug 16 05:18:49.721 INFO E| Compiling once_cell v1.18.0
30452024-08-16T05:18:50.695Z[ helios-setup] Aug 16 05:18:49.955 INFO E| Compiling time-macros v0.2.18
30462024-08-16T05:18:50.893Z[ helios-setup] Aug 16 05:18:50.154 INFO E| Compiling quote v1.0.31
30472024-08-16T05:18:51.150Z[ helios-setup] Aug 16 05:18:50.412 INFO E| Compiling bitflags v2.3.3
30482024-08-16T05:18:51.593Z[ helios-setup] Aug 16 05:18:50.854 INFO E| Compiling syn v2.0.32
30492024-08-16T05:18:51.925Z[ helios-setup] Aug 16 05:18:51.186 INFO E| Compiling num_threads v0.1.6
30502024-08-16T05:18:51.928Z[ helios-setup] Aug 16 05:18:51.186 INFO E| Compiling thread_local v1.1.7
30512024-08-16T05:18:52.231Z[ helios-setup] Aug 16 05:18:51.490 INFO E| Compiling serde_json v1.0.103
30522024-08-16T05:18:53.228Z[ helios-setup] Aug 16 05:18:52.485 INFO E| Compiling dirs-sys-next v0.1.2
30532024-08-16T05:18:53.486Z[ helios-setup] Aug 16 05:18:52.746 INFO E| Compiling errno v0.3.1
30542024-08-16T05:18:53.833Z[ helios-setup] Aug 16 05:18:53.093 INFO E| Compiling dirs-next v2.0.0
30552024-08-16T05:18:54.011Z[ helios-setup] Aug 16 05:18:53.270 INFO E| Compiling term v0.7.0
30562024-08-16T05:18:54.234Z[ helios-setup] Aug 16 05:18:53.493 INFO E| Compiling atty v0.2.14
30572024-08-16T05:18:54.462Z[ helios-setup] Aug 16 05:18:53.721 INFO E| Compiling fastrand v2.0.0
30582024-08-16T05:18:54.571Z[ helios-setup] Aug 16 05:18:53.831 INFO E| Compiling opaque-debug v0.3.0
30592024-08-16T05:18:54.666Z[ helios-setup] Aug 16 05:18:53.925 INFO E| Compiling anyhow v1.0.72
30602024-08-16T05:18:54.755Z[ helios-setup] Aug 16 05:18:54.015 INFO E| Compiling getrandom v0.2.10
30612024-08-16T05:18:55.555Z[ helios-setup] Aug 16 05:18:54.809 INFO E| Compiling digest v0.9.0
30622024-08-16T05:18:55.660Z[ helios-setup] Aug 16 05:18:54.850 INFO E| Compiling block-buffer v0.9.0
30632024-08-16T05:18:55.790Z[ helios-setup] Aug 16 05:18:55.049 INFO E| Compiling same-file v1.0.6
30642024-08-16T05:18:55.897Z[ helios-setup] Aug 16 05:18:55.157 INFO E| Compiling cpufeatures v0.2.9
30652024-08-16T05:18:56.000Z[ helios-setup] Aug 16 05:18:55.259 INFO E| Compiling ryu v1.0.15
30662024-08-16T05:18:56.027Z[ helios-setup] Aug 16 05:18:55.286 INFO E| Compiling unicode-width v0.1.10
30672024-08-16T05:18:56.270Z[ helios-setup] Aug 16 05:18:55.529 INFO E| Compiling time v0.3.36
30682024-08-16T05:18:56.286Z[ helios-setup] Aug 16 05:18:55.545 INFO E| Compiling getopts v0.2.21
30692024-08-16T05:18:56.426Z[ helios-setup] Aug 16 05:18:55.685 INFO E| Compiling sha-1 v0.9.8
30702024-08-16T05:18:56.863Z[ helios-setup] Aug 16 05:18:56.122 INFO E| Compiling walkdir v2.3.3
30712024-08-16T05:18:57.395Z[ helios-setup] Aug 16 05:18:56.654 INFO E| Compiling tempfile v3.7.0
30722024-08-16T05:18:58.077Z[ helios-setup] Aug 16 05:18:57.335 INFO E| Compiling md-5 v0.9.1
30732024-08-16T05:18:58.313Z[ helios-setup] Aug 16 05:18:57.563 INFO E| Compiling glob v0.3.1
30742024-08-16T05:18:58.478Z[ helios-setup] Aug 16 05:18:57.735 INFO E| Compiling libdevinfo-sys v1.0.0
30752024-08-16T05:18:59.811Z[ helios-setup] Aug 16 05:18:59.068 INFO E| Compiling slog-term v2.9.0
30762024-08-16T05:19:01.982Z[ helios-setup] Aug 16 05:19:01.238 INFO E| Compiling serde_derive v1.0.193
30772024-08-16T05:19:17.323Z[ helios-setup] Aug 16 05:19:16.315 INFO E| Compiling toml v0.5.11
30782024-08-16T05:19:17.323Z[ helios-setup] Aug 16 05:19:16.315 INFO E| Compiling uuid v0.8.2
30792024-08-16T05:19:19.385Z[ helios-setup] Aug 16 05:19:18.631 INFO E| Compiling jmclib v0.1.0 (https://github.com/jclulow/rust-jmclib#98fb2268)
30802024-08-16T05:19:23.355Z[ helios-setup] Aug 16 05:19:22.595 INFO E| Compiling illumos-image-builder v0.0.0 (/work/oxidecomputer/helios/projects/image-builder)
30812024-08-16T05:19:37.433Z[ helios-setup] Aug 16 05:19:36.664 INFO E| Finished `dev` profile [unoptimized + debuginfo] target(s) in 50.76s
30822024-08-16T05:19:37.462Z[ helios-setup] Aug 16 05:19:36.699 INFO building project "image-builder" ok (50 seconds)
30832024-08-16T05:19:37.471Z[ helios-setup] rm -f helios-build
30842024-08-16T05:19:37.476Z[ helios-setup] ln -s tools/helios-build/target/debug/helios-build
30852024-08-16T05:19:37.476Z[ helios-setup]
30862024-08-16T05:19:37.476Z[ helios-setup] Setup complete! ./helios-build is now available.
30872024-08-16T05:19:37.476Z[ helios-setup]
30882024-08-16T05:19:37.481Z[ helios-setup]
30892024-08-16T05:19:37.481Z[ helios-setup] real 11:45.526364824
30902024-08-16T05:19:37.481Z[ helios-setup] user 28:40.272612785
30912024-08-16T05:19:37.481Z[ helios-setup] sys 3:31.106401408
30922024-08-16T05:19:37.481Z[ helios-setup] trap 1.730273399
30932024-08-16T05:19:37.482Z[ helios-setup] tflt 6.716907117
30942024-08-16T05:19:37.482Z[ helios-setup] dflt 34.554761123
30952024-08-16T05:19:37.482Z[ helios-setup] kflt 0.026811834
30962024-08-16T05:19:37.482Z[ helios-setup] lock 1:54:50.652291376
30972024-08-16T05:19:37.482Z[ helios-setup] slp 3:42:31.898964202
30982024-08-16T05:19:37.482Z[ helios-setup] lat 32:44.929934154
30992024-08-16T05:19:37.482Z[ helios-setup] stop 4:36.226555580
31002024-08-16T05:19:37.482ZAug 16 05:19:36.713 INFO [helios-setup] process exited with exit status: 0 (705.532868947s)
31012024-08-16T05:19:37.482ZAug 16 05:19:36.713 INFO [phbl-toolchain] running: /home/build/.cargo/bin/cargo --version
31022024-08-16T05:19:37.497Z[ phbl-toolchain] info: syncing channel updates for 'nightly-2024-03-19-x86_64-unknown-illumos'
31032024-08-16T05:19:37.912Z[ phbl-toolchain] info: latest update on 2024-03-19, rust version 1.79.0-nightly (3c85e5624 2024-03-18)
31042024-08-16T05:19:37.916Z[ phbl-toolchain] info: downloading component 'cargo'
31052024-08-16T05:19:39.167Z[ phbl-toolchain] info: downloading component 'clippy'
31062024-08-16T05:19:39.438Z[ phbl-toolchain] info: downloading component 'llvm-tools'
31072024-08-16T05:19:45.256Z[ phbl-toolchain] info: downloading component 'miri'
31082024-08-16T05:19:45.408Z[ phbl-toolchain] info: downloading component 'rust-docs'
31092024-08-16T05:19:46.948Z[ phbl-toolchain] info: downloading component 'rust-src'
31102024-08-16T05:19:47.135Z[ phbl-toolchain] info: downloading component 'rust-std'
31112024-08-16T05:19:50.061Z[ phbl-toolchain] info: downloading component 'rustc'
31122024-08-16T05:19:55.056Z[ phbl-toolchain] info: downloading component 'rustfmt'
31132024-08-16T05:19:55.288Z[ phbl-toolchain] info: installing component 'cargo'
31142024-08-16T05:19:56.661Z[ phbl-toolchain] info: installing component 'clippy'
31152024-08-16T05:19:57.179Z[ phbl-toolchain] info: installing component 'llvm-tools'
31162024-08-16T05:20:02.940Z[ phbl-toolchain] info: installing component 'miri'
31172024-08-16T05:20:03.350Z[ phbl-toolchain] info: installing component 'rust-docs'
31182024-08-16T05:20:03.737Z[ host-package] Compiling internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns-cli)
31192024-08-16T05:20:09.900Z[ phbl-toolchain] info: installing component 'rust-src'
31202024-08-16T05:20:10.613Z[ phbl-toolchain] info: installing component 'rust-std'
31212024-08-16T05:20:13.065Z[ phbl-toolchain] info: installing component 'rustc'
31222024-08-16T05:20:19.476Z[ phbl-toolchain] info: installing component 'rustfmt'
31232024-08-16T05:20:20.322Z[ phbl-toolchain] cargo 1.79.0-nightly (2fe739fcf 2024-03-15)
31242024-08-16T05:20:20.325ZAug 16 05:20:19.539 INFO [phbl-toolchain] process exited with exit status: 0 (42.826166231s)
31252024-08-16T05:20:31.325Z[ host-package] Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
31262024-08-16T05:27:05.954Z[ host-package] Finished `release` profile [optimized] target(s) in 18m 28s
31272024-08-16T05:27:55.972ZAug 16 05:27:54.941 INFO [host-package] process exited with exit status: 0 (1158.450949643s)
31282024-08-16T05:27:55.975ZAug 16 05:27:54.941 INFO [host-stamp] running task
31292024-08-16T05:27:55.975ZAug 16 05:27:54.942 INFO [recovery-package] running: /work/oxidecomputer/omicron/target/release/omicron-package --target recovery --artifacts /work/artifacts-recovery package
31302024-08-16T05:27:55.978ZAug 16 05:27:54.948 INFO [stamp-pumpkind-gz] running: /work/oxidecomputer/omicron/target/release/omicron-package --target host --artifacts /work/oxidecomputer/omicron/out stamp pumpkind-gz 10.0.0-0.ci+gitb927580f518
31312024-08-16T05:27:56.001ZAug 16 05:27:54.955 INFO [stamp-omicron-sled-agent] running: /work/oxidecomputer/omicron/target/release/omicron-package --target host --artifacts /work/oxidecomputer/omicron/out stamp omicron-sled-agent 10.0.0-0.ci+gitb927580f518
31322024-08-16T05:27:56.005Z[recovery-package] Logging to: /work/artifacts-recovery/LOG
31332024-08-16T05:27:56.005ZAug 16 05:27:54.961 INFO [stamp-overlay] running: /work/oxidecomputer/omicron/target/release/omicron-package --target host --artifacts /work/oxidecomputer/omicron/out stamp overlay 10.0.0-0.ci+gitb927580f518
31342024-08-16T05:27:56.005Z[stamp-pumpkind-gz] Logging to: /work/oxidecomputer/omicron/out/LOG
31352024-08-16T05:27:56.005ZAug 16 05:27:54.968 INFO [stamp-propolis-server] running: /work/oxidecomputer/omicron/target/release/omicron-package --target host --artifacts /work/oxidecomputer/omicron/out stamp propolis-server 10.0.0-0.ci+gitb927580f518
31362024-08-16T05:27:56.005Z[stamp-omicron-sled-agent] Logging to: /work/oxidecomputer/omicron/out/LOG
31372024-08-16T05:27:56.005ZAug 16 05:27:54.976 INFO [stamp-oxlog] running: /work/oxidecomputer/omicron/target/release/omicron-package --target host --artifacts /work/oxidecomputer/omicron/out stamp oxlog 10.0.0-0.ci+gitb927580f518
31382024-08-16T05:27:56.010Z[ stamp-overlay] Logging to: /work/oxidecomputer/omicron/out/LOG
31392024-08-16T05:27:56.015Z[ stamp-overlay] Created: /work/oxidecomputer/omicron/out/versioned/overlay.tar.gz
31402024-08-16T05:27:56.015ZAug 16 05:27:54.983 INFO [stamp-switch-asic] running: /work/oxidecomputer/omicron/target/release/omicron-package --target host --artifacts /work/oxidecomputer/omicron/out stamp switch-asic 10.0.0-0.ci+gitb927580f518
31412024-08-16T05:27:56.019Z[stamp-propolis-server] Logging to: /work/oxidecomputer/omicron/out/LOG
31422024-08-16T05:27:56.025ZAug 16 05:27:54.992 INFO [stamp-crucible-dtrace] running: /work/oxidecomputer/omicron/target/release/omicron-package --target host --artifacts /work/oxidecomputer/omicron/out stamp crucible-dtrace 10.0.0-0.ci+gitb927580f518
31432024-08-16T05:27:56.027Z[ stamp-oxlog] Logging to: /work/oxidecomputer/omicron/out/LOG
31442024-08-16T05:27:56.032ZAug 16 05:27:55.004 INFO [stamp-mg-ddm-gz] running: /work/oxidecomputer/omicron/target/release/omicron-package --target host --artifacts /work/oxidecomputer/omicron/out stamp mg-ddm-gz 10.0.0-0.ci+gitb927580f518
31452024-08-16T05:27:56.042Z[stamp-switch-asic] Logging to: /work/oxidecomputer/omicron/out/LOG
31462024-08-16T05:27:56.044Z[ stamp-oxlog] Created: /work/oxidecomputer/omicron/out/versioned/oxlog.tar
31472024-08-16T05:27:56.045ZAug 16 05:27:55.015 INFO [stamp-overlay] process exited with exit status: 0 (53.610606ms)
31482024-08-16T05:27:56.045ZAug 16 05:27:55.015 INFO [stamp-oxlog] process exited with exit status: 0 (38.87811ms)
31492024-08-16T05:27:56.045Z[stamp-crucible-dtrace] Logging to: /work/oxidecomputer/omicron/out/LOG
31502024-08-16T05:27:56.050Z[stamp-crucible-dtrace] Created: /work/oxidecomputer/omicron/out/versioned/crucible-dtrace.tar
31512024-08-16T05:27:56.050ZAug 16 05:27:55.020 INFO [stamp-crucible-dtrace] process exited with exit status: 0 (27.904437ms)
31522024-08-16T05:27:56.062Z[ stamp-mg-ddm-gz] Logging to: /work/oxidecomputer/omicron/out/LOG
31532024-08-16T05:27:56.086Z[stamp-pumpkind-gz] Created: /work/oxidecomputer/omicron/out/versioned/pumpkind-gz.tar
31542024-08-16T05:27:56.089ZAug 16 05:27:55.060 INFO [stamp-pumpkind-gz] process exited with exit status: 0 (112.114905ms)
31552024-08-16T05:27:56.250Z[ stamp-mg-ddm-gz] Created: /work/oxidecomputer/omicron/out/versioned/mg-ddm-gz.tar
31562024-08-16T05:27:56.253ZAug 16 05:27:55.224 INFO [stamp-mg-ddm-gz] process exited with exit status: 0 (220.79828ms)
31572024-08-16T05:27:56.308Z[stamp-omicron-sled-agent] Created: /work/oxidecomputer/omicron/out/versioned/omicron-sled-agent.tar
31582024-08-16T05:27:56.313ZAug 16 05:27:55.283 INFO [stamp-omicron-sled-agent] process exited with exit status: 0 (327.891397ms)
31592024-08-16T05:27:57.173Z[stamp-propolis-server] Created: /work/oxidecomputer/omicron/out/versioned/propolis-server.tar.gz
31602024-08-16T05:27:57.177ZAug 16 05:27:56.148 INFO [stamp-propolis-server] process exited with exit status: 0 (1.179759106s)
31612024-08-16T05:27:57.254Z[recovery-package] Compiling installinator-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-client)
31622024-08-16T05:27:59.558Z[recovery-package] Compiling installinator v0.1.0 (/work/oxidecomputer/omicron/installinator)
31632024-08-16T05:28:06.169Z[stamp-switch-asic] Created: /work/oxidecomputer/omicron/out/versioned/switch-asic.tar.gz
31642024-08-16T05:28:06.174ZAug 16 05:28:05.138 INFO [stamp-switch-asic] process exited with exit status: 0 (10.15440397s)
31652024-08-16T05:28:06.174ZAug 16 05:28:05.138 INFO [host-stamp] task succeeded (10.196558349s)
31662024-08-16T05:28:06.174ZAug 16 05:28:05.138 INFO [host-proto] running task
31672024-08-16T05:28:06.533ZAug 16 05:28:05.498 INFO [host-proto] task succeeded (360.291831ms)
31682024-08-16T05:28:06.533ZAug 16 05:28:05.498 INFO [host-profile] running task
31692024-08-16T05:28:06.536ZAug 16 05:28:05.499 INFO [host-profile] task succeeded (280.287µs)
31702024-08-16T05:28:06.536ZAug 16 05:28:05.499 INFO [host-image] running: IMAGE_DATASET=rpool/images/build/host ptime -m /work/oxidecomputer/helios/helios-build experiment-image -o /work/os-host -p 'helios-dev=https://pkg.oxide.computer/helios/2/dev/' -F 'optever=0.33.277' -P /tmp/.tmpGXLJbR/proto/host/root -N 'ci b927580/${os_short_commit} 2024-08-16 05:07' -s host -B
31712024-08-16T05:28:06.547Z[ host-image] Aug 16 05:28:05.512 INFO using AMD firmware configuration file "/work/oxidecomputer/helios/image/amd/milan-gimlet-b.efs.json5"
31722024-08-16T05:28:06.550Z[ host-image] Aug 16 05:28:05.513 INFO using AMD firmware blob directories ["/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.a"]
31732024-08-16T05:28:06.561Z[ host-image] Aug 16 05:28:05.526 INFO generated template "/work/oxidecomputer/helios/tmp/image.host/genproto.json" for extra proto "/tmp/.tmpGXLJbR/proto/host/root"
31742024-08-16T05:28:06.561Z[ host-image] Aug 16 05:28:05.526 INFO using external package repository https://pkg.oxide.computer/helios/2/dev/
31752024-08-16T05:28:06.564Z[ host-image] Aug 16 05:28:05.526 INFO image builder template: ramdisk-01-os...
31762024-08-16T05:28:06.564Z[ host-image] Aug 16 05:28:05.527 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/.tmpGXLJbR/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.277", "-n", "ramdisk-01-os", "--fullreset"], pwd: None
31772024-08-16T05:28:06.581Z[ host-image] Aug 16 05:28:05.546 INFO O| Aug 16 05:28:05.546 INFO CREATE DATASET: rpool/images/build/host/output
31782024-08-16T05:28:06.704Z[ host-image] Aug 16 05:28:05.669 INFO O| Aug 16 05:28:05.669 INFO temporary dataset: rpool/images/build/host/tmp/gimlet/ramdisk-01-os
31792024-08-16T05:28:06.709Z[ host-image] Aug 16 05:28:05.675 INFO O| Aug 16 05:28:05.675 INFO CREATE DATASET: rpool/images/build/host/tmp/gimlet/ramdisk-01-os
31802024-08-16T05:28:06.997Z[ host-image] Aug 16 05:28:05.962 INFO O| Aug 16 05:28:05.962 INFO SET DATASET PROPERTY ON rpool/images/build/host/tmp/gimlet/ramdisk-01-os: sync = disabled
31812024-08-16T05:28:07.062Z[ host-image] Aug 16 05:28:06.027 INFO O| Aug 16 05:28:06.027 INFO temporary directory: /rpool/images/build/host/tmp/gimlet/ramdisk-01-os
31822024-08-16T05:28:07.066Z[ host-image] Aug 16 05:28:06.027 INFO O| Aug 16 05:28:06.027 INFO work dataset: rpool/images/build/host/work/gimlet/ramdisk
31832024-08-16T05:28:07.066Z[ host-image] Aug 16 05:28:06.027 INFO O| Aug 16 05:28:06.027 INFO resetting by removing work dataset: rpool/images/build/host/work/gimlet/ramdisk
31842024-08-16T05:28:07.066Z[ host-image] Aug 16 05:28:06.027 INFO O| Aug 16 05:28:06.027 INFO DESTROY DATASET: rpool/images/build/host/work/gimlet/ramdisk
31852024-08-16T05:28:07.073Z[ host-image] Aug 16 05:28:06.036 INFO O| Aug 16 05:28:06.036 INFO CREATE DATASET: rpool/images/build/host/work/gimlet/ramdisk
31862024-08-16T05:28:07.427Z[ host-image] Aug 16 05:28:06.248 INFO O| Aug 16 05:28:06.248 INFO STEP 0: pkg_image_create, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
31872024-08-16T05:28:07.459Z[ host-image] Aug 16 05:28:06.264 INFO O| Aug 16 05:28:06.264 INFO exec: ["/usr/bin/pkg", "image-create", "--full", "/rpool/images/build/host/work/gimlet/ramdisk"]
31882024-08-16T05:28:07.761Z[ host-image] Aug 16 05:28:06.709 INFO O| Aug 16 05:28:06.709 INFO O| Caching catalogs ... Done
31892024-08-16T05:28:07.868Z[ host-image] Aug 16 05:28:06.830 INFO O| Aug 16 05:28:06.830 INFO STEP 0 (pkg_image_create) COMPLETE
31902024-08-16T05:28:07.868Z[ host-image] Aug 16 05:28:06.830 INFO O| Aug 16 05:28:06.830 INFO STEP 1: pkg_set_publisher, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
31912024-08-16T05:28:07.868Z[ host-image] Aug 16 05:28:06.830 INFO O| Aug 16 05:28:06.830 INFO skip step because feature "repo_redist" is not enabled
31922024-08-16T05:28:07.875Z[ host-image] Aug 16 05:28:06.830 INFO O| Aug 16 05:28:06.830 INFO STEP 2: pkg_set_publisher, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
31932024-08-16T05:28:07.886Z[ host-image] Aug 16 05:28:06.847 INFO O| Aug 16 05:28:06.847 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"]
31942024-08-16T05:28:08.622Z[ host-image] Aug 16 05:28:07.412 INFO O| Aug 16 05:28:07.412 INFO STEP 2 (pkg_set_publisher) COMPLETE
31952024-08-16T05:28:08.623Z[ host-image] Aug 16 05:28:07.412 INFO O| Aug 16 05:28:07.412 INFO STEP 3: pkg_set_publisher, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
31962024-08-16T05:28:08.634Z[ host-image] Aug 16 05:28:07.428 INFO O| Aug 16 05:28:07.428 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/host/work/gimlet/ramdisk", "set-publisher", "--no-refresh", "-O", "https://pkg.oxide.computer/helios/2/dev/", "helios-dev"]
31972024-08-16T05:28:08.989Z[ host-image] Aug 16 05:28:07.932 INFO O| Aug 16 05:28:07.932 INFO STEP 3 (pkg_set_publisher) COMPLETE
31982024-08-16T05:28:08.990Z[ host-image] Aug 16 05:28:07.932 INFO O| Aug 16 05:28:07.932 INFO STEP 4: pkg_set_publisher, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
31992024-08-16T05:28:09.009Z[ host-image] Aug 16 05:28:07.932 INFO O| Aug 16 05:28:07.932 INFO skip step because feature "repo_redist" is not enabled
32002024-08-16T05:28:09.009Z[ host-image] Aug 16 05:28:07.932 INFO O| Aug 16 05:28:07.932 INFO STEP 5: pkg_change_variant, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
32012024-08-16T05:28:09.550Z[ host-image] Aug 16 05:28:08.513 INFO O| Aug 16 05:28:08.513 INFO variant opensolaris.zone is already global
32022024-08-16T05:28:09.550Z[ host-image] Aug 16 05:28:08.513 INFO O| Aug 16 05:28:08.513 INFO STEP 5 (pkg_change_variant) COMPLETE
32032024-08-16T05:28:09.554Z[ host-image] Aug 16 05:28:08.513 INFO O| Aug 16 05:28:08.513 INFO STEP 6: pkg_change_variant, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
32042024-08-16T05:28:10.124Z[ host-image] Aug 16 05:28:09.082 INFO O| Aug 16 05:28:09.082 INFO variant opensolaris.imagetype is full; changing to partial
32052024-08-16T05:28:10.124Z[ host-image] Aug 16 05:28:09.082 INFO O| Aug 16 05:28:09.082 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/host/work/gimlet/ramdisk", "change-variant", "opensolaris.imagetype=partial"]
32062024-08-16T05:28:16.248Z[ host-image] Aug 16 05:28:15.209 INFO O| Aug 16 05:28:15.209 INFO O| Startup: Refreshing catalog 'helios-dev' ... Done
32072024-08-16T05:28:18.041Z[recovery-package] Finished `release` profile [optimized] target(s) in 21.81s
32082024-08-16T05:28:18.461Z[ host-image] Aug 16 05:28:17.420 INFO O| Aug 16 05:28:17.420 INFO O| Startup: Caching catalogs ... Done
32092024-08-16T05:28:18.519Z[ host-image] Aug 16 05:28:17.477 INFO O| Aug 16 05:28:17.477 INFO O| Planning: Planning completed in 0.00 seconds
32102024-08-16T05:28:18.522Z[ host-image] Aug 16 05:28:17.478 INFO O| Aug 16 05:28:17.478 INFO O| Planning: Consolidating action changes ... Done
32112024-08-16T05:28:18.523Z[ host-image] Aug 16 05:28:17.478 INFO O| Aug 16 05:28:17.478 INFO O| Planning: Evaluating mediators ... Done
32122024-08-16T05:28:18.523Z[ host-image] Aug 16 05:28:17.478 INFO O| Aug 16 05:28:17.478 INFO O| Planning: Planning completed in 0.00 seconds
32132024-08-16T05:28:18.523Z[ host-image] Aug 16 05:28:17.479 INFO O| Aug 16 05:28:17.479 INFO O| Variants/Facets to change: 1
32142024-08-16T05:28:18.535Z[ host-image] Aug 16 05:28:17.494 INFO O| Aug 16 05:28:17.494 INFO O| Done
32152024-08-16T05:28:18.539Z[ host-image] Aug 16 05:28:17.494 INFO O| Aug 16 05:28:17.494 INFO O| Done
32162024-08-16T05:28:18.927Z[ host-image] Aug 16 05:28:17.886 INFO O| Aug 16 05:28:17.886 INFO O| Done
32172024-08-16T05:28:18.962Z[ host-image] Aug 16 05:28:17.920 INFO O| Aug 16 05:28:17.920 INFO O| Done
32182024-08-16T05:28:18.967Z[ host-image] Aug 16 05:28:17.921 INFO O| Aug 16 05:28:17.921 INFO O| Done
32192024-08-16T05:28:18.967Z[ host-image] Aug 16 05:28:17.921 INFO O| Aug 16 05:28:17.921 INFO O| Done
32202024-08-16T05:28:18.967Z[ host-image] Aug 16 05:28:17.923 INFO O| Aug 16 05:28:17.923 INFO O| Done
32212024-08-16T05:28:19.248Z[ host-image] Aug 16 05:28:18.206 INFO O| Aug 16 05:28:18.206 INFO STEP 6 (pkg_change_variant) COMPLETE
32222024-08-16T05:28:19.248Z[ host-image] Aug 16 05:28:18.206 INFO O| Aug 16 05:28:18.206 INFO STEP 7: pkg_change_variant, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
32232024-08-16T05:28:19.248Z[ host-image] Aug 16 05:28:18.206 INFO O| Aug 16 05:28:18.206 INFO skip step because feature "debug_variant" is not enabled
32242024-08-16T05:28:19.248Z[ host-image] Aug 16 05:28:18.206 INFO O| Aug 16 05:28:18.206 INFO STEP 8: pkg_change_facet, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
32252024-08-16T05:28:19.478ZAug 16 05:28:18.437 INFO [recovery-package] process exited with exit status: 0 (23.495346036s)
32262024-08-16T05:28:19.478ZAug 16 05:28:18.437 INFO [recovery-stamp] running task
32272024-08-16T05:28:19.480ZAug 16 05:28:18.438 INFO [verify-libraries] running: /home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/cargo xtask verify-libraries --release
32282024-08-16T05:28:19.480ZAug 16 05:28:18.438 INFO [stamp-installinator] running: /work/oxidecomputer/omicron/target/release/omicron-package --target recovery --artifacts /work/artifacts-recovery stamp installinator 10.0.0-0.ci+gitb927580f518
32292024-08-16T05:28:19.489ZAug 16 05:28:18.448 INFO [stamp-mg-ddm-gz] running: /work/oxidecomputer/omicron/target/release/omicron-package --target recovery --artifacts /work/artifacts-recovery stamp mg-ddm-gz 10.0.0-0.ci+gitb927580f518
32302024-08-16T05:28:19.499Z[stamp-installinator] Logging to: /work/artifacts-recovery/LOG
32312024-08-16T05:28:19.504Z[ stamp-mg-ddm-gz] Logging to: /work/artifacts-recovery/LOG
32322024-08-16T05:28:19.563Z[stamp-installinator] Created: /work/artifacts-recovery/versioned/installinator.tar
32332024-08-16T05:28:19.567ZAug 16 05:28:18.526 INFO [stamp-installinator] process exited with exit status: 0 (87.966072ms)
32342024-08-16T05:28:19.610Z[ host-image] Aug 16 05:28:18.568 INFO O| Aug 16 05:28:18.568 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/host/work/gimlet/ramdisk", "change-facet", "openssl.10=false"]
32352024-08-16T05:28:19.613Z[ stamp-mg-ddm-gz] Created: /work/artifacts-recovery/versioned/mg-ddm-gz.tar
32362024-08-16T05:28:19.616ZAug 16 05:28:18.575 INFO [stamp-mg-ddm-gz] process exited with exit status: 0 (127.066269ms)
32372024-08-16T05:28:19.619ZAug 16 05:28:18.576 INFO [recovery-stamp] task succeeded (138.182949ms)
32382024-08-16T05:28:19.619ZAug 16 05:28:18.576 INFO [recovery-proto] running task
32392024-08-16T05:28:19.619ZAug 16 05:28:18.576 INFO [tuf-stamp] running task
32402024-08-16T05:28:19.619ZAug 16 05:28:18.577 INFO [stamp-probe] running: /work/oxidecomputer/omicron/target/release/omicron-package --target host --artifacts /work/oxidecomputer/omicron/out stamp probe 10.0.0-0.ci+gitb927580f518
32412024-08-16T05:28:19.627ZAug 16 05:28:18.586 INFO [stamp-nexus] running: /work/oxidecomputer/omicron/target/release/omicron-package --target host --artifacts /work/oxidecomputer/omicron/out stamp nexus 10.0.0-0.ci+gitb927580f518
32422024-08-16T05:28:19.636Z[ stamp-probe] Logging to: /work/oxidecomputer/omicron/out/LOG
32432024-08-16T05:28:19.639ZAug 16 05:28:18.596 INFO [stamp-cockroachdb] running: /work/oxidecomputer/omicron/target/release/omicron-package --target host --artifacts /work/oxidecomputer/omicron/out stamp cockroachdb 10.0.0-0.ci+gitb927580f518
32442024-08-16T05:28:19.644ZAug 16 05:28:18.603 INFO [stamp-oximeter] running: /work/oxidecomputer/omicron/target/release/omicron-package --target host --artifacts /work/oxidecomputer/omicron/out stamp oximeter 10.0.0-0.ci+gitb927580f518
32452024-08-16T05:28:19.650Z[ stamp-nexus] Logging to: /work/oxidecomputer/omicron/out/LOG
32462024-08-16T05:28:19.652ZAug 16 05:28:18.611 INFO [stamp-ntp] running: /work/oxidecomputer/omicron/target/release/omicron-package --target host --artifacts /work/oxidecomputer/omicron/out stamp ntp 10.0.0-0.ci+gitb927580f518
32472024-08-16T05:28:19.658Z[stamp-cockroachdb] Logging to: /work/oxidecomputer/omicron/out/LOG
32482024-08-16T05:28:19.662ZAug 16 05:28:18.620 INFO [stamp-external-dns] running: /work/oxidecomputer/omicron/target/release/omicron-package --target host --artifacts /work/oxidecomputer/omicron/out stamp external-dns 10.0.0-0.ci+gitb927580f518
32492024-08-16T05:28:19.674Z[ stamp-oximeter] Logging to: /work/oxidecomputer/omicron/out/LOG
32502024-08-16T05:28:19.677Z[ stamp-ntp] Logging to: /work/oxidecomputer/omicron/out/LOG
32512024-08-16T05:28:19.677ZAug 16 05:28:18.634 INFO [stamp-internal-dns] running: /work/oxidecomputer/omicron/target/release/omicron-package --target host --artifacts /work/oxidecomputer/omicron/out stamp internal-dns 10.0.0-0.ci+gitb927580f518
32522024-08-16T05:28:19.744Z[ stamp-probe] Created: /work/oxidecomputer/omicron/out/versioned/probe.tar.gz
32532024-08-16T05:28:19.755Z[stamp-external-dns] Logging to: /work/oxidecomputer/omicron/out/LOG
32542024-08-16T05:28:19.757ZAug 16 05:28:18.714 INFO [stamp-crucible-pantry-zone] running: /work/oxidecomputer/omicron/target/release/omicron-package --target host --artifacts /work/oxidecomputer/omicron/out stamp crucible-pantry-zone 10.0.0-0.ci+gitb927580f518
32552024-08-16T05:28:19.837ZAug 16 05:28:18.796 INFO [recovery-proto] task succeeded (220.435685ms)
32562024-08-16T05:28:19.837Z[stamp-internal-dns] Logging to: /work/oxidecomputer/omicron/out/LOG
32572024-08-16T05:28:19.840ZAug 16 05:28:18.796 INFO [stamp-crucible-zone] running: /work/oxidecomputer/omicron/target/release/omicron-package --target host --artifacts /work/oxidecomputer/omicron/out stamp crucible-zone 10.0.0-0.ci+gitb927580f518
32582024-08-16T05:28:19.861ZAug 16 05:28:18.820 INFO [recovery-image] running: IMAGE_DATASET=rpool/images/build/recovery ptime -m /work/oxidecomputer/helios/helios-build experiment-image -o /work/os-recovery -p 'helios-dev=https://pkg.oxide.computer/helios/2/dev/' -F 'optever=0.33.277' -P /tmp/.tmpGXLJbR/proto/recovery/root -N 'recovery b927580/${os_short_commit} 2024-08-16 05:07' -s recovery -R
32592024-08-16T05:28:19.872Z[stamp-crucible-pantry-zone] Logging to: /work/oxidecomputer/omicron/out/LOG
32602024-08-16T05:28:19.875ZAug 16 05:28:18.831 INFO [stamp-clickhouse] running: /work/oxidecomputer/omicron/target/release/omicron-package --target host --artifacts /work/oxidecomputer/omicron/out stamp clickhouse 10.0.0-0.ci+gitb927580f518
32612024-08-16T05:28:19.885Z[ recovery-image] Aug 16 05:28:18.838 INFO using AMD firmware configuration file "/work/oxidecomputer/helios/image/amd/milan-gimlet-b.efs.json5"
32622024-08-16T05:28:19.885Z[stamp-crucible-zone] Logging to: /work/oxidecomputer/omicron/out/LOG
32632024-08-16T05:28:19.888Z[ recovery-image] Aug 16 05:28:18.838 INFO using AMD firmware blob directories ["/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.a"]
32642024-08-16T05:28:19.888ZAug 16 05:28:18.843 INFO [stamp-clickhouse_keeper] running: /work/oxidecomputer/omicron/target/release/omicron-package --target host --artifacts /work/oxidecomputer/omicron/out stamp clickhouse_keeper 10.0.0-0.ci+gitb927580f518
32652024-08-16T05:28:19.958Z[ recovery-image] Aug 16 05:28:18.854 INFO generated template "/work/oxidecomputer/helios/tmp/image.recovery/genproto.json" for extra proto "/tmp/.tmpGXLJbR/proto/recovery/root"
32662024-08-16T05:28:19.958Z[ recovery-image] Aug 16 05:28:18.854 INFO using external package repository https://pkg.oxide.computer/helios/2/dev/
32672024-08-16T05:28:19.958Z[stamp-clickhouse] Logging to: /work/oxidecomputer/omicron/out/LOG
32682024-08-16T05:28:19.958Z[stamp-clickhouse_keeper] Logging to: /work/oxidecomputer/omicron/out/LOG
32692024-08-16T05:28:19.958Z[ recovery-image] Aug 16 05:28:18.854 INFO image builder template: ramdisk-01-os...
32702024-08-16T05:28:19.958Z[ recovery-image] Aug 16 05:28:18.854 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/.tmpGXLJbR/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.277", "-n", "ramdisk-01-os", "--fullreset"], pwd: None
32712024-08-16T05:28:19.961ZAug 16 05:28:18.917 INFO [stamp-probe] process exited with exit status: 0 (340.164826ms)
32722024-08-16T05:28:20.112Z[ recovery-image] Aug 16 05:28:19.070 INFO O| Aug 16 05:28:18.949 INFO CREATE DATASET: rpool/images/build/recovery/output
32732024-08-16T05:28:20.196Z[ stamp-ntp] Created: /work/oxidecomputer/omicron/out/versioned/ntp.tar.gz
32742024-08-16T05:28:20.224ZAug 16 05:28:19.183 INFO [stamp-ntp] process exited with exit status: 0 (572.106282ms)
32752024-08-16T05:28:20.539Z[ recovery-image] Aug 16 05:28:19.498 INFO O| Aug 16 05:28:19.497 INFO temporary dataset: rpool/images/build/recovery/tmp/gimlet/ramdisk-01-os
32762024-08-16T05:28:20.545Z[ recovery-image] Aug 16 05:28:19.504 INFO O| Aug 16 05:28:19.504 INFO CREATE DATASET: rpool/images/build/recovery/tmp/gimlet/ramdisk-01-os
32772024-08-16T05:28:20.816Z[ host-image] Aug 16 05:28:19.774 INFO O| Aug 16 05:28:19.774 INFO O| Startup: Refreshing catalog 'helios-dev' ... Done
32782024-08-16T05:28:20.818Z[ host-image] Aug 16 05:28:19.776 INFO O| Aug 16 05:28:19.776 INFO O| Planning: Planning completed in 0.00 seconds
32792024-08-16T05:28:20.818Z[ host-image] Aug 16 05:28:19.776 INFO O| Aug 16 05:28:19.776 INFO O| Planning: Consolidating action changes ... Done
32802024-08-16T05:28:20.818Z[ host-image] Aug 16 05:28:19.777 INFO O| Aug 16 05:28:19.777 INFO O| Planning: Evaluating mediators ... Done
32812024-08-16T05:28:20.822Z[ host-image] Aug 16 05:28:19.777 INFO O| Aug 16 05:28:19.777 INFO O| Planning: Planning completed in 0.00 seconds
32822024-08-16T05:28:20.822Z[ host-image] Aug 16 05:28:19.777 INFO O| Aug 16 05:28:19.777 INFO O| Variants/Facets to change: 1
32832024-08-16T05:28:20.863Z[ recovery-image] Aug 16 05:28:19.819 INFO O| Aug 16 05:28:19.819 INFO SET DATASET PROPERTY ON rpool/images/build/recovery/tmp/gimlet/ramdisk-01-os: sync = disabled
32842024-08-16T05:28:20.882Z[ host-image] Aug 16 05:28:19.839 INFO O| Aug 16 05:28:19.839 INFO O| Done
32852024-08-16T05:28:20.882Z[ host-image] Aug 16 05:28:19.839 INFO O| Aug 16 05:28:19.839 INFO O| Done
32862024-08-16T05:28:20.939Z[ recovery-image] Aug 16 05:28:19.897 INFO O| Aug 16 05:28:19.897 INFO temporary directory: /rpool/images/build/recovery/tmp/gimlet/ramdisk-01-os
32872024-08-16T05:28:20.939Z[ recovery-image] Aug 16 05:28:19.897 INFO O| Aug 16 05:28:19.897 INFO work dataset: rpool/images/build/recovery/work/gimlet/ramdisk
32882024-08-16T05:28:20.942Z[ recovery-image] Aug 16 05:28:19.897 INFO O| Aug 16 05:28:19.897 INFO resetting by removing work dataset: rpool/images/build/recovery/work/gimlet/ramdisk
32892024-08-16T05:28:20.942Z[ recovery-image] Aug 16 05:28:19.897 INFO O| Aug 16 05:28:19.897 INFO DESTROY DATASET: rpool/images/build/recovery/work/gimlet/ramdisk
32902024-08-16T05:28:20.959Z[ recovery-image] Aug 16 05:28:19.917 INFO O| Aug 16 05:28:19.917 INFO CREATE DATASET: rpool/images/build/recovery/work/gimlet/ramdisk
32912024-08-16T05:28:21.054Z[stamp-external-dns] Created: /work/oxidecomputer/omicron/out/versioned/external-dns.tar.gz
32922024-08-16T05:28:21.090Z[stamp-internal-dns] Created: /work/oxidecomputer/omicron/out/versioned/internal-dns.tar.gz
32932024-08-16T05:28:21.122ZAug 16 05:28:20.080 INFO [stamp-internal-dns] process exited with exit status: 0 (1.44577881s)
32942024-08-16T05:28:21.141ZAug 16 05:28:20.099 INFO [stamp-external-dns] process exited with exit status: 0 (1.479351306s)
32952024-08-16T05:28:21.216Z[stamp-crucible-pantry-zone] Created: /work/oxidecomputer/omicron/out/versioned/crucible-pantry-zone.tar.gz
32962024-08-16T05:28:21.221ZAug 16 05:28:20.179 INFO [stamp-crucible-pantry-zone] process exited with exit status: 0 (1.465156056s)
32972024-08-16T05:28:21.237Z[verify-libraries] Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.74s
32982024-08-16T05:28:21.259Z[verify-libraries] Running `target/debug/xtask verify-libraries --release`
32992024-08-16T05:28:21.261Z[ recovery-image] Aug 16 05:28:20.217 INFO O| Aug 16 05:28:20.217 INFO STEP 0: pkg_image_create, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
33002024-08-16T05:28:21.274Z[ recovery-image] Aug 16 05:28:20.232 INFO O| Aug 16 05:28:20.232 INFO exec: ["/usr/bin/pkg", "image-create", "--full", "/rpool/images/build/recovery/work/gimlet/ramdisk"]
33012024-08-16T05:28:21.388Z[ host-image] Aug 16 05:28:20.345 INFO O| Aug 16 05:28:20.345 INFO O| Done
33022024-08-16T05:28:21.437Z[ host-image] Aug 16 05:28:20.394 INFO O| Aug 16 05:28:20.394 INFO O| Done
33032024-08-16T05:28:21.440Z[ host-image] Aug 16 05:28:20.395 INFO O| Aug 16 05:28:20.395 INFO O| Done
33042024-08-16T05:28:21.440Z[ host-image] Aug 16 05:28:20.396 INFO O| Aug 16 05:28:20.395 INFO O| Done
33052024-08-16T05:28:21.440Z[ host-image] Aug 16 05:28:20.397 INFO O| Aug 16 05:28:20.397 INFO O| Done
33062024-08-16T05:28:21.516Z[ host-image] Aug 16 05:28:20.473 INFO O| Aug 16 05:28:20.472 INFO STEP 8 (pkg_change_facet) COMPLETE
33072024-08-16T05:28:21.516Z[ host-image] Aug 16 05:28:20.473 INFO O| Aug 16 05:28:20.473 INFO STEP 9: pkg_change_facet, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
33082024-08-16T05:28:21.519Z[ host-image] Aug 16 05:28:20.473 INFO O| Aug 16 05:28:20.473 INFO skip step because feature "recovery" is not enabled
33092024-08-16T05:28:21.519Z[ host-image] Aug 16 05:28:20.473 INFO O| Aug 16 05:28:20.473 INFO STEP 10: pkg_change_facet, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
33102024-08-16T05:28:21.519Z[ host-image] Aug 16 05:28:20.473 INFO O| Aug 16 05:28:20.473 INFO skip step because feature "recovery" is not enabled
33112024-08-16T05:28:21.519Z[ host-image] Aug 16 05:28:20.473 INFO O| Aug 16 05:28:20.473 INFO STEP 11: pkg_install, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
33122024-08-16T05:28:21.532Z[ host-image] Aug 16 05:28:20.488 INFO O| Aug 16 05:28:20.488 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"]
33132024-08-16T05:28:21.665Z[stamp-crucible-zone] Created: /work/oxidecomputer/omicron/out/versioned/crucible-zone.tar.gz
33142024-08-16T05:28:21.678ZAug 16 05:28:20.636 INFO [stamp-crucible-zone] process exited with exit status: 0 (1.839311188s)
33152024-08-16T05:28:21.732Z[ stamp-oximeter] Created: /work/oxidecomputer/omicron/out/versioned/oximeter.tar.gz
33162024-08-16T05:28:21.738ZAug 16 05:28:20.696 INFO [stamp-oximeter] process exited with exit status: 0 (2.092726761s)
33172024-08-16T05:28:21.780Z[ recovery-image] Aug 16 05:28:20.738 INFO O| Aug 16 05:28:20.738 INFO O| Caching catalogs ... Done
33182024-08-16T05:28:21.905Z[ recovery-image] Aug 16 05:28:20.863 INFO O| Aug 16 05:28:20.863 INFO STEP 0 (pkg_image_create) COMPLETE
33192024-08-16T05:28:21.906Z[ recovery-image] Aug 16 05:28:20.863 INFO O| Aug 16 05:28:20.863 INFO STEP 1: pkg_set_publisher, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
33202024-08-16T05:28:21.906Z[ recovery-image] Aug 16 05:28:20.863 INFO O| Aug 16 05:28:20.863 INFO skip step because feature "repo_redist" is not enabled
33212024-08-16T05:28:21.908Z[ recovery-image] Aug 16 05:28:20.863 INFO O| Aug 16 05:28:20.863 INFO STEP 2: pkg_set_publisher, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
33222024-08-16T05:28:21.920Z[ recovery-image] Aug 16 05:28:20.876 INFO O| Aug 16 05:28:20.876 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"]
33232024-08-16T05:28:22.129Z[ host-image] Aug 16 05:28:21.086 INFO O| Aug 16 05:28:21.086 INFO O| Startup: Refreshing catalog 'helios-dev' ... Done
33242024-08-16T05:28:22.404Z[ recovery-image] Aug 16 05:28:21.361 INFO O| Aug 16 05:28:21.361 INFO STEP 2 (pkg_set_publisher) COMPLETE
33252024-08-16T05:28:22.404Z[ recovery-image] Aug 16 05:28:21.361 INFO O| Aug 16 05:28:21.361 INFO STEP 3: pkg_set_publisher, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
33262024-08-16T05:28:22.420Z[ recovery-image] Aug 16 05:28:21.376 INFO O| Aug 16 05:28:21.375 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/recovery/work/gimlet/ramdisk", "set-publisher", "--no-refresh", "-O", "https://pkg.oxide.computer/helios/2/dev/", "helios-dev"]
33272024-08-16T05:28:22.874Z[ recovery-image] Aug 16 05:28:21.831 INFO O| Aug 16 05:28:21.830 INFO STEP 3 (pkg_set_publisher) COMPLETE
33282024-08-16T05:28:22.874Z[ recovery-image] Aug 16 05:28:21.831 INFO O| Aug 16 05:28:21.831 INFO STEP 4: pkg_set_publisher, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
33292024-08-16T05:28:22.874Z[ recovery-image] Aug 16 05:28:21.831 INFO O| Aug 16 05:28:21.831 INFO skip step because feature "repo_redist" is not enabled
33302024-08-16T05:28:22.877Z[ recovery-image] Aug 16 05:28:21.831 INFO O| Aug 16 05:28:21.831 INFO STEP 5: pkg_change_variant, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
33312024-08-16T05:28:23.265Z[ stamp-nexus] Created: /work/oxidecomputer/omicron/out/versioned/nexus.tar.gz
33322024-08-16T05:28:23.270ZAug 16 05:28:22.226 INFO [stamp-nexus] process exited with exit status: 0 (3.640227437s)
33332024-08-16T05:28:23.332Z[ recovery-image] Aug 16 05:28:22.289 INFO O| Aug 16 05:28:22.289 INFO variant opensolaris.zone is already global
33342024-08-16T05:28:23.333Z[ recovery-image] Aug 16 05:28:22.289 INFO O| Aug 16 05:28:22.289 INFO STEP 5 (pkg_change_variant) COMPLETE
33352024-08-16T05:28:23.335Z[ recovery-image] Aug 16 05:28:22.289 INFO O| Aug 16 05:28:22.289 INFO STEP 6: pkg_change_variant, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
33362024-08-16T05:28:23.831Z[ recovery-image] Aug 16 05:28:22.788 INFO O| Aug 16 05:28:22.788 INFO variant opensolaris.imagetype is full; changing to partial
33372024-08-16T05:28:23.832Z[ recovery-image] Aug 16 05:28:22.788 INFO O| Aug 16 05:28:22.788 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/recovery/work/gimlet/ramdisk", "change-variant", "opensolaris.imagetype=partial"]
33382024-08-16T05:28:24.731Z[stamp-cockroachdb] Created: /work/oxidecomputer/omicron/out/versioned/cockroachdb.tar.gz
33392024-08-16T05:28:24.735ZAug 16 05:28:23.690 INFO [stamp-cockroachdb] process exited with exit status: 0 (5.094725481s)
33402024-08-16T05:28:25.474Z[verify-libraries] Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
33412024-08-16T05:28:25.478Z[verify-libraries] Compiling heck v0.4.1
33422024-08-16T05:28:25.478Z[verify-libraries] Compiling wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg)
33432024-08-16T05:28:25.478Z[verify-libraries] Compiling omicron-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev)
33442024-08-16T05:28:25.479Z[verify-libraries] Compiling ch-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ch-dev)
33452024-08-16T05:28:25.479Z[verify-libraries] Compiling db-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/db-dev)
33462024-08-16T05:28:25.479Z[verify-libraries] Compiling reconfigurator-cli v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-cli)
33472024-08-16T05:28:25.479Z[verify-libraries] Compiling indent_write v2.2.0
33482024-08-16T05:28:26.056Z[verify-libraries] Compiling openapi-lint v0.4.0 (https://github.com/oxidecomputer/openapi-lint?branch=main#ef442ee4)
33492024-08-16T05:28:26.148Z[verify-libraries] Compiling tufaceous v0.1.0 (/work/oxidecomputer/omicron/tufaceous)
33502024-08-16T05:28:26.181Z[verify-libraries] Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
33512024-08-16T05:28:26.347Z[verify-libraries] Compiling termios v0.3.3
33522024-08-16T05:28:26.802Z[verify-libraries] Compiling openapi-manager v0.1.0 (/work/oxidecomputer/omicron/dev-tools/openapi-manager)
33532024-08-16T05:28:27.213Z[verify-libraries] Compiling gateway-cli v0.1.0 (/work/oxidecomputer/omicron/gateway-cli)
33542024-08-16T05:28:30.547Z[stamp-clickhouse_keeper] Created: /work/oxidecomputer/omicron/out/versioned/clickhouse_keeper.tar.gz
33552024-08-16T05:28:30.662Z[stamp-clickhouse] Created: /work/oxidecomputer/omicron/out/versioned/clickhouse.tar.gz
33562024-08-16T05:28:30.667ZAug 16 05:28:29.608 INFO [stamp-clickhouse_keeper] process exited with exit status: 0 (10.764870437s)
33572024-08-16T05:28:30.676ZAug 16 05:28:29.628 INFO [stamp-clickhouse] process exited with exit status: 0 (10.797209193s)
33582024-08-16T05:28:30.686ZAug 16 05:28:29.628 INFO [tuf-stamp] task succeeded (11.052844704s)
33592024-08-16T05:28:32.405Z[ recovery-image] Aug 16 05:28:31.350 INFO O| Aug 16 05:28:31.350 INFO O| Startup: Refreshing catalog 'helios-dev' ... Done
33602024-08-16T05:28:37.463Z[ recovery-image] Aug 16 05:28:36.411 INFO O| Aug 16 05:28:36.411 INFO O| Startup: Caching catalogs ... Done
33612024-08-16T05:28:37.550Z[ recovery-image] Aug 16 05:28:36.498 INFO O| Aug 16 05:28:36.498 INFO O| Planning: Planning completed in 0.00 seconds
33622024-08-16T05:28:37.558Z[ recovery-image] Aug 16 05:28:36.499 INFO O| Aug 16 05:28:36.499 INFO O| Planning: Consolidating action changes ... Done
33632024-08-16T05:28:37.558Z[ recovery-image] Aug 16 05:28:36.499 INFO O| Aug 16 05:28:36.499 INFO O| Planning: Evaluating mediators ... Done
33642024-08-16T05:28:37.558Z[ recovery-image] Aug 16 05:28:36.499 INFO O| Aug 16 05:28:36.499 INFO O| Planning: Planning completed in 0.00 seconds
33652024-08-16T05:28:37.558Z[ recovery-image] Aug 16 05:28:36.500 INFO O| Aug 16 05:28:36.500 INFO O| Variants/Facets to change: 1
33662024-08-16T05:28:37.624Z[ recovery-image] Aug 16 05:28:36.563 INFO O| Aug 16 05:28:36.562 INFO O| Done
33672024-08-16T05:28:37.624Z[ recovery-image] Aug 16 05:28:36.563 INFO O| Aug 16 05:28:36.562 INFO O| Done
33682024-08-16T05:28:38.458Z[ recovery-image] Aug 16 05:28:37.381 INFO O| Aug 16 05:28:37.381 INFO O| Done
33692024-08-16T05:28:38.564Z[ recovery-image] Aug 16 05:28:37.428 INFO O| Aug 16 05:28:37.428 INFO O| Done
33702024-08-16T05:28:38.643Z[ recovery-image] Aug 16 05:28:37.430 INFO O| Aug 16 05:28:37.430 INFO O| Done
33712024-08-16T05:28:38.644Z[ recovery-image] Aug 16 05:28:37.430 INFO O| Aug 16 05:28:37.430 INFO O| Done
33722024-08-16T05:28:38.644Z[ recovery-image] Aug 16 05:28:37.432 INFO O| Aug 16 05:28:37.432 INFO O| Done
33732024-08-16T05:28:39.054Z[ recovery-image] Aug 16 05:28:37.956 INFO O| Aug 16 05:28:37.956 INFO STEP 6 (pkg_change_variant) COMPLETE
33742024-08-16T05:28:39.066Z[ recovery-image] Aug 16 05:28:37.956 INFO O| Aug 16 05:28:37.956 INFO STEP 7: pkg_change_variant, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
33752024-08-16T05:28:39.066Z[ recovery-image] Aug 16 05:28:37.956 INFO O| Aug 16 05:28:37.956 INFO skip step because feature "debug_variant" is not enabled
33762024-08-16T05:28:39.066Z[ recovery-image] Aug 16 05:28:37.956 INFO O| Aug 16 05:28:37.956 INFO STEP 8: pkg_change_facet, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
33772024-08-16T05:28:39.711Z[ recovery-image] Aug 16 05:28:38.616 INFO O| Aug 16 05:28:38.616 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/recovery/work/gimlet/ramdisk", "change-facet", "openssl.10=false"]
33782024-08-16T05:28:40.602Z[ recovery-image] Aug 16 05:28:39.548 INFO O| Aug 16 05:28:39.548 INFO O| Startup: Refreshing catalog 'helios-dev' ... Done
33792024-08-16T05:28:40.606Z[ recovery-image] Aug 16 05:28:39.550 INFO O| Aug 16 05:28:39.550 INFO O| Planning: Planning completed in 0.00 seconds
33802024-08-16T05:28:40.606Z[ recovery-image] Aug 16 05:28:39.551 INFO O| Aug 16 05:28:39.551 INFO O| Planning: Consolidating action changes ... Done
33812024-08-16T05:28:40.606Z[ recovery-image] Aug 16 05:28:39.551 INFO O| Aug 16 05:28:39.551 INFO O| Planning: Evaluating mediators ... Done
33822024-08-16T05:28:40.606Z[ recovery-image] Aug 16 05:28:39.552 INFO O| Aug 16 05:28:39.552 INFO O| Planning: Planning completed in 0.00 seconds
33832024-08-16T05:28:40.606Z[ recovery-image] Aug 16 05:28:39.552 INFO O| Aug 16 05:28:39.552 INFO O| Variants/Facets to change: 1
33842024-08-16T05:28:40.680Z[ recovery-image] Aug 16 05:28:39.624 INFO O| Aug 16 05:28:39.623 INFO O| Done
33852024-08-16T05:28:40.680Z[ recovery-image] Aug 16 05:28:39.624 INFO O| Aug 16 05:28:39.624 INFO O| Done
33862024-08-16T05:28:41.204Z[ recovery-image] Aug 16 05:28:40.143 INFO O| Aug 16 05:28:40.143 INFO O| Done
33872024-08-16T05:28:41.266Z[ recovery-image] Aug 16 05:28:40.213 INFO O| Aug 16 05:28:40.213 INFO O| Done
33882024-08-16T05:28:41.271Z[ recovery-image] Aug 16 05:28:40.214 INFO O| Aug 16 05:28:40.214 INFO O| Done
33892024-08-16T05:28:41.271Z[ recovery-image] Aug 16 05:28:40.214 INFO O| Aug 16 05:28:40.214 INFO O| Done
33902024-08-16T05:28:41.271Z[ recovery-image] Aug 16 05:28:40.216 INFO O| Aug 16 05:28:40.216 INFO O| Done
33912024-08-16T05:28:41.394Z[ recovery-image] Aug 16 05:28:40.339 INFO O| Aug 16 05:28:40.339 INFO STEP 8 (pkg_change_facet) COMPLETE
33922024-08-16T05:28:41.394Z[ recovery-image] Aug 16 05:28:40.339 INFO O| Aug 16 05:28:40.339 INFO STEP 9: pkg_change_facet, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
33932024-08-16T05:28:42.145Z[ recovery-image] Aug 16 05:28:41.088 INFO O| Aug 16 05:28:41.088 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/recovery/work/gimlet/ramdisk", "change-facet", "doc=false"]
33942024-08-16T05:28:43.595Z[ recovery-image] Aug 16 05:28:42.540 INFO O| Aug 16 05:28:42.539 INFO O| Startup: Refreshing catalog 'helios-dev' ... Done
33952024-08-16T05:28:43.600Z[ recovery-image] Aug 16 05:28:42.541 INFO O| Aug 16 05:28:42.541 INFO O| Planning: Planning completed in 0.00 seconds
33962024-08-16T05:28:43.600Z[ recovery-image] Aug 16 05:28:42.542 INFO O| Aug 16 05:28:42.542 INFO O| Planning: Consolidating action changes ... Done
33972024-08-16T05:28:43.600Z[ recovery-image] Aug 16 05:28:42.542 INFO O| Aug 16 05:28:42.542 INFO O| Planning: Evaluating mediators ... Done
33982024-08-16T05:28:43.600Z[ recovery-image] Aug 16 05:28:42.543 INFO O| Aug 16 05:28:42.543 INFO O| Planning: Planning completed in 0.00 seconds
33992024-08-16T05:28:43.600Z[ recovery-image] Aug 16 05:28:42.543 INFO O| Aug 16 05:28:42.543 INFO O| Variants/Facets to change: 1
34002024-08-16T05:28:43.666Z[ recovery-image] Aug 16 05:28:42.612 INFO O| Aug 16 05:28:42.612 INFO O| Done
34012024-08-16T05:28:43.667Z[ recovery-image] Aug 16 05:28:42.612 INFO O| Aug 16 05:28:42.612 INFO O| Done
34022024-08-16T05:28:44.196Z[ recovery-image] Aug 16 05:28:43.140 INFO O| Aug 16 05:28:43.140 INFO O| Done
34032024-08-16T05:28:44.280Z[ recovery-image] Aug 16 05:28:43.221 INFO O| Aug 16 05:28:43.221 INFO O| Done
34042024-08-16T05:28:44.291Z[ recovery-image] Aug 16 05:28:43.222 INFO O| Aug 16 05:28:43.222 INFO O| Done
34052024-08-16T05:28:44.291Z[ recovery-image] Aug 16 05:28:43.222 INFO O| Aug 16 05:28:43.222 INFO O| Done
34062024-08-16T05:28:44.291Z[ recovery-image] Aug 16 05:28:43.224 INFO O| Aug 16 05:28:43.224 INFO O| Done
34072024-08-16T05:28:44.388Z[ recovery-image] Aug 16 05:28:43.333 INFO O| Aug 16 05:28:43.332 INFO STEP 9 (pkg_change_facet) COMPLETE
34082024-08-16T05:28:44.388Z[ recovery-image] Aug 16 05:28:43.333 INFO O| Aug 16 05:28:43.332 INFO STEP 10: pkg_change_facet, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
34092024-08-16T05:28:45.043Z[ recovery-image] Aug 16 05:28:43.988 INFO O| Aug 16 05:28:43.988 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/recovery/work/gimlet/ramdisk", "change-facet", "doc.man=false"]
34102024-08-16T05:28:46.252Z[ recovery-image] Aug 16 05:28:45.192 INFO O| Aug 16 05:28:45.192 INFO O| Startup: Refreshing catalog 'helios-dev' ... Done
34112024-08-16T05:28:46.261Z[ recovery-image] Aug 16 05:28:45.194 INFO O| Aug 16 05:28:45.194 INFO O| Planning: Planning completed in 0.00 seconds
34122024-08-16T05:28:46.261Z[ recovery-image] Aug 16 05:28:45.195 INFO O| Aug 16 05:28:45.195 INFO O| Planning: Consolidating action changes ... Done
34132024-08-16T05:28:46.261Z[ recovery-image] Aug 16 05:28:45.195 INFO O| Aug 16 05:28:45.195 INFO O| Planning: Evaluating mediators ... Done
34142024-08-16T05:28:46.261Z[ recovery-image] Aug 16 05:28:45.195 INFO O| Aug 16 05:28:45.195 INFO O| Planning: Planning completed in 0.00 seconds
34152024-08-16T05:28:46.261Z[ recovery-image] Aug 16 05:28:45.196 INFO O| Aug 16 05:28:45.196 INFO O| Variants/Facets to change: 1
34162024-08-16T05:28:46.325Z[ recovery-image] Aug 16 05:28:45.267 INFO O| Aug 16 05:28:45.267 INFO O| Done
34172024-08-16T05:28:46.325Z[ recovery-image] Aug 16 05:28:45.267 INFO O| Aug 16 05:28:45.267 INFO O| Done
34182024-08-16T05:28:46.819Z[ recovery-image] Aug 16 05:28:45.760 INFO O| Aug 16 05:28:45.760 INFO O| Done
34192024-08-16T05:28:46.869Z[ recovery-image] Aug 16 05:28:45.811 INFO O| Aug 16 05:28:45.811 INFO O| Done
34202024-08-16T05:28:46.874Z[ recovery-image] Aug 16 05:28:45.812 INFO O| Aug 16 05:28:45.812 INFO O| Done
34212024-08-16T05:28:46.875Z[ recovery-image] Aug 16 05:28:45.812 INFO O| Aug 16 05:28:45.812 INFO O| Done
34222024-08-16T05:28:46.892Z[ recovery-image] Aug 16 05:28:45.835 INFO O| Aug 16 05:28:45.835 INFO O| Done
34232024-08-16T05:28:47.087Z[ recovery-image] Aug 16 05:28:46.030 INFO O| Aug 16 05:28:46.029 INFO STEP 10 (pkg_change_facet) COMPLETE
34242024-08-16T05:28:47.087Z[ recovery-image] Aug 16 05:28:46.030 INFO O| Aug 16 05:28:46.030 INFO STEP 11: pkg_install, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
34252024-08-16T05:28:47.109Z[ recovery-image] Aug 16 05:28:46.052 INFO O| Aug 16 05:28:46.052 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"]
34262024-08-16T05:28:48.191Z[ recovery-image] Aug 16 05:28:47.133 INFO O| Aug 16 05:28:47.133 INFO O| Startup: Refreshing catalog 'helios-dev' ... Done
34272024-08-16T05:28:51.622Z[ host-image] Aug 16 05:28:50.560 INFO O| Aug 16 05:28:50.560 INFO O| Planning: Solver setup ... Done
34282024-08-16T05:28:55.809Z[verify-libraries] Compiling nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils)
34292024-08-16T05:28:58.177Z[verify-libraries] Compiling zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup)
34302024-08-16T05:29:14.956Z[ host-image] Aug 16 05:29:13.886 INFO O| Aug 16 05:29:13.886 INFO O| Planning: Running solver ... Done
34312024-08-16T05:29:15.280Z[ host-image] Aug 16 05:29:14.208 INFO O| Aug 16 05:29:14.208 INFO O| Planning: Finding local manifests ... Done
34322024-08-16T05:29:15.298Z[ host-image] Aug 16 05:29:14.226 INFO O| Aug 16 05:29:14.226 INFO O| Planning: Fetching manifests: 0/124 0% complete
34332024-08-16T05:29:17.857Z[verify-libraries] Compiling mgs-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/mgs-dev)
34342024-08-16T05:29:19.483Z[ recovery-image] Aug 16 05:29:18.401 INFO O| Aug 16 05:29:18.401 INFO O| Planning: Solver setup ... Done
34352024-08-16T05:29:19.793Z[ host-image] Aug 16 05:29:18.716 INFO O| Aug 16 05:29:18.716 INFO O| Planning: Fetching manifests: 124/124 100% complete
34362024-08-16T05:29:21.076Z[ host-image] Aug 16 05:29:19.970 INFO O| Aug 16 05:29:19.970 INFO O| Planning: Package planning ... Done
34372024-08-16T05:29:22.742Z[ host-image] Aug 16 05:29:21.667 INFO O| Aug 16 05:29:21.667 INFO O| Planning: Merging actions ... Done
34382024-08-16T05:29:23.063Z[ host-image] Aug 16 05:29:21.988 INFO O| Aug 16 05:29:21.988 INFO O| Planning: Checking for conflicting actions ... Done
34392024-08-16T05:29:23.422Z[ host-image] Aug 16 05:29:22.347 INFO O| Aug 16 05:29:22.347 INFO O| Planning: Consolidating action changes ... Done
34402024-08-16T05:29:23.983Z[ host-image] Aug 16 05:29:22.907 INFO O| Aug 16 05:29:22.907 INFO O| Planning: Evaluating mediators ... Done
34412024-08-16T05:29:30.120Z[ host-image] Aug 16 05:29:29.041 INFO O| Aug 16 05:29:29.040 INFO O| Planning: Planning completed in 67.95 seconds
34422024-08-16T05:29:30.126Z[ host-image] Aug 16 05:29:29.047 INFO O| Aug 16 05:29:29.047 INFO O| Packages to install: 124
34432024-08-16T05:29:30.129Z[ host-image] Aug 16 05:29:29.047 INFO O| Aug 16 05:29:29.047 INFO O| Mediators to change: 4
34442024-08-16T05:29:30.129Z[ host-image] Aug 16 05:29:29.047 INFO O| Aug 16 05:29:29.047 INFO O| Services to change: 6
34452024-08-16T05:29:30.272Z[ host-image] Aug 16 05:29:29.191 INFO O| Aug 16 05:29:29.191 INFO O| Download: 0/22727 items 0.0/196.4MB 0% complete
34462024-08-16T05:29:33.533Z[verify-libraries] Compiling crdb-seed v0.1.0 (/work/oxidecomputer/omicron/dev-tools/crdb-seed)
34472024-08-16T05:29:35.514Z[ host-image] Aug 16 05:29:34.432 INFO O| Aug 16 05:29:34.432 INFO O| Download: 1023/22727 items 6.1/196.4MB 3% complete (1.4M/s)
34482024-08-16T05:29:38.240Z[verify-libraries] Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
34492024-08-16T05:29:40.689Z[ host-image] Aug 16 05:29:39.605 INFO O| Aug 16 05:29:39.604 INFO O| Download: 1618/22727 items 9.6/196.4MB 4% complete (1001k/s)
34502024-08-16T05:29:41.378Z[ recovery-image] Aug 16 05:29:40.293 INFO O| Aug 16 05:29:40.293 INFO O| Planning: Running solver ... Done
34512024-08-16T05:29:41.637Z[ recovery-image] Aug 16 05:29:40.552 INFO O| Aug 16 05:29:40.552 INFO O| Planning: Finding local manifests ... Done
34522024-08-16T05:29:41.665Z[ recovery-image] Aug 16 05:29:40.579 INFO O| Aug 16 05:29:40.579 INFO O| Planning: Fetching manifests: 0/124 0% complete
34532024-08-16T05:29:45.692Z[ host-image] Aug 16 05:29:44.605 INFO O| Aug 16 05:29:44.605 INFO O| Download: 1886/22727 items 19.4/196.4MB 9% complete (1.3M/s)
34542024-08-16T05:29:47.150Z[verify-libraries] Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
34552024-08-16T05:29:48.250Z[ recovery-image] Aug 16 05:29:47.157 INFO O| Aug 16 05:29:47.157 INFO O| Planning: Fetching manifests: 124/124 100% complete
34562024-08-16T05:29:49.320Z[ recovery-image] Aug 16 05:29:48.231 INFO O| Aug 16 05:29:48.231 INFO O| Planning: Package planning ... Done
34572024-08-16T05:29:50.035Z[ recovery-image] Aug 16 05:29:48.941 INFO O| Aug 16 05:29:48.941 INFO O| Planning: Merging actions ... Done
34582024-08-16T05:29:50.210Z[ recovery-image] Aug 16 05:29:49.120 INFO O| Aug 16 05:29:49.120 INFO O| Planning: Checking for conflicting actions ... Done
34592024-08-16T05:29:50.356Z[ recovery-image] Aug 16 05:29:49.266 INFO O| Aug 16 05:29:49.266 INFO O| Planning: Consolidating action changes ... Done
34602024-08-16T05:29:50.714Z[ recovery-image] Aug 16 05:29:49.624 INFO O| Aug 16 05:29:49.624 INFO O| Planning: Evaluating mediators ... Done
34612024-08-16T05:29:50.719Z[ host-image] Aug 16 05:29:49.629 INFO O| Aug 16 05:29:49.629 INFO O| Download: 2443/22727 items 28.0/196.4MB 14% complete (1.9M/s)
34622024-08-16T05:29:55.731Z[ host-image] Aug 16 05:29:54.638 INFO O| Aug 16 05:29:54.638 INFO O| Download: 3318/22727 items 34.1/196.4MB 17% complete (1.6M/s)
34632024-08-16T05:29:56.869Z[ recovery-image] Aug 16 05:29:55.775 INFO O| Aug 16 05:29:55.775 INFO O| Planning: Planning completed in 68.64 seconds
34642024-08-16T05:29:56.876Z[ recovery-image] Aug 16 05:29:55.783 INFO O| Aug 16 05:29:55.782 INFO O| Packages to install: 124
34652024-08-16T05:29:56.876Z[ recovery-image] Aug 16 05:29:55.783 INFO O| Aug 16 05:29:55.783 INFO O| Mediators to change: 4
34662024-08-16T05:29:56.879Z[ recovery-image] Aug 16 05:29:55.783 INFO O| Aug 16 05:29:55.783 INFO O| Services to change: 5
34672024-08-16T05:29:56.961Z[ recovery-image] Aug 16 05:29:55.866 INFO O| Aug 16 05:29:55.866 INFO O| Download: 0/15831 items 0.0/173.2MB 0% complete
34682024-08-16T05:30:00.741Z[ host-image] Aug 16 05:29:59.645 INFO O| Aug 16 05:29:59.645 INFO O| Download: 3609/22727 items 37.3/196.4MB 18% complete (927k/s)
34692024-08-16T05:30:01.978Z[ recovery-image] Aug 16 05:30:00.882 INFO O| Aug 16 05:30:00.882 INFO O| Download: 695/15831 items 5.5/173.2MB 3% complete (1.1M/s)
34702024-08-16T05:30:03.833Z[verify-libraries] Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
34712024-08-16T05:30:07.348Z[ host-image] Aug 16 05:30:04.656 INFO O| Aug 16 05:30:04.656 INFO O| Download: 4376/22727 items 41.1/196.4MB 20% complete (706k/s)
34722024-08-16T05:30:07.438Z[ recovery-image] Aug 16 05:30:05.882 INFO O| Aug 16 05:30:05.882 INFO O| Download: 1101/15831 items 9.3/173.2MB 5% complete (1008k/s)
34732024-08-16T05:30:07.866Z[verify-libraries] Compiling cert-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/cert-dev)
34742024-08-16T05:30:08.479Z[verify-libraries] Compiling oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
34752024-08-16T05:30:11.007Z[ host-image] Aug 16 05:30:09.904 INFO O| Aug 16 05:30:09.904 INFO O| Download: 4629/22727 items 42.9/196.4MB 21% complete (730k/s)
34762024-08-16T05:30:12.093Z[ recovery-image] Aug 16 05:30:10.980 INFO O| Aug 16 05:30:10.979 INFO O| Download: 1293/15831 items 18.6/173.2MB 10% complete (1.3M/s)
34772024-08-16T05:30:16.075Z[ host-image] Aug 16 05:30:14.971 INFO O| Aug 16 05:30:14.971 INFO O| Download: 4639/22727 items 42.9/196.4MB 21% complete (255k/s)
34782024-08-16T05:30:21.982Z[ host-image] Aug 16 05:30:20.867 INFO O| Aug 16 05:30:20.867 INFO O| Download: 4704/22727 items 44.7/196.4MB 22% complete (176k/s)
34792024-08-16T05:30:23.169Z[ recovery-image] Aug 16 05:30:22.059 INFO O| Aug 16 05:30:22.059 INFO O| Download: 1316/15831 items 20.1/173.2MB 11% complete (1.2M/s)
34802024-08-16T05:30:26.998Z[ host-image] Aug 16 05:30:25.878 INFO O| Aug 16 05:30:25.877 INFO O| Download: 4820/22727 items 45.5/196.4MB 23% complete (277k/s)
34812024-08-16T05:30:31.998Z[ host-image] Aug 16 05:30:30.886 INFO O| Aug 16 05:30:30.886 INFO O| Download: 5521/22727 items 46.1/196.4MB 23% complete (140k/s)
34822024-08-16T05:30:37.015Z[ host-image] Aug 16 05:30:35.900 INFO O| Aug 16 05:30:35.900 INFO O| Download: 5877/22727 items 46.3/196.4MB 23% complete (93.3k/s)
34832024-08-16T05:30:38.483Z[ recovery-image] Aug 16 05:30:37.365 INFO O| Aug 16 05:30:37.365 INFO O| Download: 1322/15831 items 20.2/173.2MB 11% complete
34842024-08-16T05:30:42.077Z[ host-image] Aug 16 05:30:40.958 INFO O| Aug 16 05:30:40.958 INFO O| Download: 6460/22727 items 46.6/196.4MB 23% complete (56.6k/s)
34852024-08-16T05:30:46.390Z[ recovery-image] Aug 16 05:30:45.271 INFO O| Aug 16 05:30:45.271 INFO O| Download: 1465/15831 items 21.5/173.2MB 12% complete (536k/s)
34862024-08-16T05:30:47.103Z[ host-image] Aug 16 05:30:45.983 INFO O| Aug 16 05:30:45.983 INFO O| Download: 6714/22727 items 46.8/196.4MB 23% complete (56.0k/s)
34872024-08-16T05:30:56.751Z[ host-image] Aug 16 05:30:55.626 INFO O| Aug 16 05:30:55.626 INFO O| Download: 6757/22727 items 47.8/196.4MB 24% complete (113k/s)
34882024-08-16T05:31:06.185Z[ host-image] Aug 16 05:31:05.055 INFO O| Aug 16 05:31:05.055 INFO O| Download: 6758/22727 items 47.8/196.4MB 24% complete
34892024-08-16T05:31:06.207Z[ recovery-image] Aug 16 05:31:05.077 INFO O| Aug 16 05:31:05.077 INFO O| Download: 1467/15831 items 21.5/173.2MB 12% complete
34902024-08-16T05:31:12.143Z[ host-image] Aug 16 05:31:11.010 INFO O| Aug 16 05:31:11.010 INFO O| Download: 6759/22727 items 47.8/196.4MB 24% complete
34912024-08-16T05:31:12.678Z[ recovery-image] Aug 16 05:31:11.544 INFO O| Aug 16 05:31:11.544 INFO O| Download: 1503/15831 items 21.9/173.2MB 12% complete (150k/s)
34922024-08-16T05:31:18.773Z[ host-image] Aug 16 05:31:17.636 INFO O| Aug 16 05:31:17.636 INFO O| Download: 6766/22727 items 48.0/196.4MB 24% complete (3.8k/s)
34932024-08-16T05:31:19.488Z[ recovery-image] Aug 16 05:31:18.351 INFO O| Aug 16 05:31:18.351 INFO O| Download: 1506/15831 items 21.9/173.2MB 12% complete
34942024-08-16T05:31:24.493Z[ recovery-image] Aug 16 05:31:23.353 INFO O| Aug 16 05:31:23.353 INFO O| Download: 1836/15831 items 28.2/173.2MB 16% complete (1.3M/s)
34952024-08-16T05:31:25.580Z[ host-image] Aug 16 05:31:24.440 INFO O| Aug 16 05:31:24.440 INFO O| Download: 6767/22727 items 48.0/196.4MB 24% complete
34962024-08-16T05:31:29.498Z[ recovery-image] Aug 16 05:31:28.355 INFO O| Aug 16 05:31:28.355 INFO O| Download: 2586/15831 items 32.7/173.2MB 18% complete (1.1M/s)
34972024-08-16T05:31:31.345Z[ host-image] Aug 16 05:31:30.201 INFO O| Aug 16 05:31:30.201 INFO O| Download: 6991/22727 items 50.6/196.4MB 25% complete (534k/s)
34982024-08-16T05:31:34.563Z[ recovery-image] Aug 16 05:31:33.417 INFO O| Aug 16 05:31:33.417 INFO O| Download: 2705/15831 items 33.0/173.2MB 19% complete (497k/s)
34992024-08-16T05:31:37.576Z[ host-image] Aug 16 05:31:36.429 INFO O| Aug 16 05:31:36.429 INFO O| Download: 7951/22727 items 59.6/196.4MB 30% complete (1.1M/s)
35002024-08-16T05:31:39.569Z[ recovery-image] Aug 16 05:31:38.421 INFO O| Aug 16 05:31:38.421 INFO O| Download: 3378/15831 items 38.0/173.2MB 21% complete (586k/s)
35012024-08-16T05:31:42.830Z[ host-image] Aug 16 05:31:41.680 INFO O| Aug 16 05:31:41.680 INFO O| Download: 8234/22727 items 63.4/196.4MB 32% complete (796k/s)
35022024-08-16T05:31:45.151Z[ recovery-image] Aug 16 05:31:43.999 INFO O| Aug 16 05:31:43.999 INFO O| Download: 3628/15831 items 39.5/173.2MB 22% complete (671k/s)
35032024-08-16T05:31:49.270Z[ host-image] Aug 16 05:31:48.117 INFO O| Aug 16 05:31:48.117 INFO O| Download: 8259/22727 items 65.2/196.4MB 33% complete (577k/s)
35042024-08-16T05:31:50.294Z[ recovery-image] Aug 16 05:31:49.140 INFO O| Aug 16 05:31:49.140 INFO O| Download: 3633/15831 items 39.5/173.2MB 22% complete (632k/s)
35052024-08-16T05:31:54.717Z[ host-image] Aug 16 05:31:53.555 INFO O| Aug 16 05:31:53.555 INFO O| Download: 8348/22727 items 69.0/196.4MB 35% complete (510k/s)
35062024-08-16T05:31:56.876Z[ recovery-image] Aug 16 05:31:55.719 INFO O| Aug 16 05:31:55.719 INFO O| Download: 3751/15831 items 41.9/173.2MB 24% complete (192k/s)
35072024-08-16T05:31:59.765Z[ host-image] Aug 16 05:31:58.591 INFO O| Aug 16 05:31:58.591 INFO O| Download: 8946/22727 items 71.9/196.4MB 36% complete (818k/s)
35082024-08-16T05:32:01.882Z[ recovery-image] Aug 16 05:32:00.722 INFO O| Aug 16 05:32:00.722 INFO O| Download: 4320/15831 items 42.7/173.2MB 24% complete (283k/s)
35092024-08-16T05:32:05.133Z[ host-image] Aug 16 05:32:03.972 INFO O| Aug 16 05:32:03.972 INFO O| Download: 9382/22727 items 81.5/196.4MB 41% complete (1.4M/s)
35102024-08-16T05:32:06.905Z[ recovery-image] Aug 16 05:32:05.739 INFO O| Aug 16 05:32:05.739 INFO O| Download: 4898/15831 items 43.0/173.2MB 24% complete (120k/s)
35112024-08-16T05:32:10.143Z[ host-image] Aug 16 05:32:08.979 INFO O| Aug 16 05:32:08.979 INFO O| Download: 9886/22727 items 83.6/196.4MB 42% complete (1.1M/s)
35122024-08-16T05:32:11.906Z[ recovery-image] Aug 16 05:32:10.740 INFO O| Aug 16 05:32:10.740 INFO O| Download: 5597/15831 items 43.4/173.2MB 25% complete (74.0k/s)
35132024-08-16T05:32:15.161Z[ host-image] Aug 16 05:32:13.995 INFO O| Aug 16 05:32:13.994 INFO O| Download: 10561/22727 items 88.8/196.4MB 45% complete (760k/s)
35142024-08-16T05:32:17.209Z[ recovery-image] Aug 16 05:32:16.041 INFO O| Aug 16 05:32:16.041 INFO O| Download: 5716/15831 items 46.2/173.2MB 26% complete (279k/s)
35152024-08-16T05:32:20.164Z[ host-image] Aug 16 05:32:18.995 INFO O| Aug 16 05:32:18.995 INFO O| Download: 10842/22727 items 89.9/196.4MB 45% complete (713k/s)
35162024-08-16T05:32:22.226Z[ recovery-image] Aug 16 05:32:21.056 INFO O| Aug 16 05:32:21.056 INFO O| Download: 5880/15831 items 52.5/173.2MB 30% complete (877k/s)
35172024-08-16T05:32:26.190Z[ host-image] Aug 16 05:32:25.017 INFO O| Aug 16 05:32:25.017 INFO O| Download: 11202/22727 items 93.9/196.4MB 47% complete (587k/s)
35182024-08-16T05:32:27.390Z[ recovery-image] Aug 16 05:32:26.217 INFO O| Aug 16 05:32:26.217 INFO O| Download: 5949/15831 items 53.7/173.2MB 31% complete (901k/s)
35192024-08-16T05:32:31.221Z[ host-image] Aug 16 05:32:30.043 INFO O| Aug 16 05:32:30.043 INFO O| Download: 11307/22727 items 95.9/196.4MB 48% complete (487k/s)
35202024-08-16T05:32:34.758Z[verify-libraries] Finished `release` profile [optimized] target(s) in 4m 10s
35212024-08-16T05:32:35.018ZAug 16 05:32:33.841 INFO [verify-libraries] process exited with exit status: 0 (255.403684357s)
35222024-08-16T05:32:35.594Z[ recovery-image] Aug 16 05:32:34.417 INFO O| Aug 16 05:32:34.417 INFO O| Download: 6011/15831 items 54.1/173.2MB 31% complete (790k/s)
35232024-08-16T05:32:36.228Z[ host-image] Aug 16 05:32:35.050 INFO O| Aug 16 05:32:35.050 INFO O| Download: 11610/22727 items 96.2/196.4MB 49% complete (247k/s)
35242024-08-16T05:32:41.236Z[ host-image] Aug 16 05:32:40.056 INFO O| Aug 16 05:32:40.055 INFO O| Download: 11961/22727 items 98.0/196.4MB 49% complete (231k/s)
35252024-08-16T05:32:42.838Z[ recovery-image] Aug 16 05:32:41.330 INFO O| Aug 16 05:32:41.329 INFO O| Download: 6095/15831 items 56.3/173.2MB 32% complete (205k/s)
35262024-08-16T05:32:46.421Z[ host-image] Aug 16 05:32:45.237 INFO O| Aug 16 05:32:45.237 INFO O| Download: 12093/22727 items 101.0/196.4MB 51% complete (481k/s)
35272024-08-16T05:32:49.328Z[ recovery-image] Aug 16 05:32:48.143 INFO O| Aug 16 05:32:48.143 INFO O| Download: 6098/15831 items 56.4/173.2MB 32% complete (222k/s)
35282024-08-16T05:32:51.985Z[ host-image] Aug 16 05:32:50.797 INFO O| Aug 16 05:32:50.797 INFO O| Download: 12104/22727 items 101.0/196.4MB 51% complete (478k/s)
35292024-08-16T05:32:57.031Z[ host-image] Aug 16 05:32:55.840 INFO O| Aug 16 05:32:55.840 INFO O| Download: 12271/22727 items 109.4/196.4MB 55% complete (894k/s)
35302024-08-16T05:33:02.041Z[ host-image] Aug 16 05:33:00.849 INFO O| Aug 16 05:33:00.849 INFO O| Download: 12887/22727 items 109.7/196.4MB 55% complete (921k/s)
35312024-08-16T05:33:02.952Z[ recovery-image] Aug 16 05:33:01.760 INFO O| Aug 16 05:33:01.760 INFO O| Download: 6099/15831 items 56.6/173.2MB 32% complete
35322024-08-16T05:33:07.460Z[ host-image] Aug 16 05:33:06.265 INFO O| Aug 16 05:33:06.265 INFO O| Download: 13089/22727 items 109.8/196.4MB 55% complete (61.5k/s)
35332024-08-16T05:33:09.035Z[ recovery-image] Aug 16 05:33:07.840 INFO O| Aug 16 05:33:07.840 INFO O| Download: 6120/15831 items 58.8/173.2MB 33% complete (1.1M/s)
35342024-08-16T05:33:14.050Z[ recovery-image] Aug 16 05:33:12.852 INFO O| Aug 16 05:33:12.852 INFO O| Download: 6804/15831 items 65.3/173.2MB 37% complete (787k/s)
35352024-08-16T05:33:14.273Z[ host-image] Aug 16 05:33:13.075 INFO O| Aug 16 05:33:13.075 INFO O| Download: 13306/22727 items 109.9/196.4MB 55% complete (39.7k/s)
35362024-08-16T05:33:19.703Z[ recovery-image] Aug 16 05:33:18.502 INFO O| Aug 16 05:33:18.502 INFO O| Download: 7202/15831 items 73.2/173.2MB 42% complete (1.5M/s)
35372024-08-16T05:33:25.260Z[ recovery-image] Aug 16 05:33:24.056 INFO O| Aug 16 05:33:24.056 INFO O| Download: 7205/15831 items 73.2/173.2MB 42% complete (1.5M/s)
35382024-08-16T05:33:26.479Z[ host-image] Aug 16 05:33:25.274 INFO O| Aug 16 05:33:25.274 INFO O| Download: 13309/22727 items 109.9/196.4MB 55% complete
35392024-08-16T05:33:30.936Z[ recovery-image] Aug 16 05:33:29.729 INFO O| Aug 16 05:33:29.729 INFO O| Download: 7620/15831 items 73.6/173.2MB 42% complete (44.1k/s)
35402024-08-16T05:33:31.843Z[ host-image] Aug 16 05:33:30.634 INFO O| Aug 16 05:33:30.634 INFO O| Download: 13890/22727 items 110.2/196.4MB 56% complete (71.7k/s)
35412024-08-16T05:33:36.857Z[ host-image] Aug 16 05:33:35.646 INFO O| Aug 16 05:33:35.645 INFO O| Download: 14067/22727 items 110.3/196.4MB 56% complete (36.0k/s)
35422024-08-16T05:33:52.776Z[ recovery-image] Aug 16 05:33:51.556 INFO O| Aug 16 05:33:51.556 INFO O| Download: 7623/15831 items 73.6/173.2MB 42% complete
35432024-08-16T05:33:59.268Z[ recovery-image] Aug 16 05:33:58.046 INFO O| Aug 16 05:33:58.046 INFO O| Download: 7639/15831 items 73.7/173.2MB 42% complete (59.4k/s)
35442024-08-16T05:34:02.666Z[ host-image] Aug 16 05:34:01.442 INFO O| Aug 16 05:34:01.442 INFO O| Download: 14259/22727 items 110.6/196.4MB 56% complete
35452024-08-16T05:34:04.271Z[ recovery-image] Aug 16 05:34:03.046 INFO O| Aug 16 05:34:03.046 INFO O| Download: 7960/15831 items 78.2/173.2MB 45% complete (805k/s)
35462024-08-16T05:34:07.720Z[ host-image] Aug 16 05:34:06.494 INFO O| Aug 16 05:34:06.493 INFO O| Download: 14452/22727 items 112.2/196.4MB 57% complete (295k/s)
35472024-08-16T05:34:09.670Z[ recovery-image] Aug 16 05:34:08.443 INFO O| Aug 16 05:34:08.442 INFO O| Download: 8670/15831 items 83.0/173.2MB 47% complete (926k/s)
35482024-08-16T05:34:12.724Z[ host-image] Aug 16 05:34:11.494 INFO O| Aug 16 05:34:11.494 INFO O| Download: 15287/22727 items 122.6/196.4MB 62% complete (1.3M/s)
35492024-08-16T05:34:15.420Z[ recovery-image] Aug 16 05:34:14.188 INFO O| Aug 16 05:34:14.188 INFO O| Download: 8813/15831 items 91.7/173.2MB 52% complete (1.3M/s)
35502024-08-16T05:34:18.351Z[ host-image] Aug 16 05:34:17.119 INFO O| Aug 16 05:34:17.118 INFO O| Download: 15545/22727 items 123.2/196.4MB 62% complete (1.6M/s)
35512024-08-16T05:34:20.519Z[ recovery-image] Aug 16 05:34:19.282 INFO O| Aug 16 05:34:19.282 INFO O| Download: 8846/15831 items 91.9/173.2MB 53% complete (940k/s)
35522024-08-16T05:34:23.354Z[ host-image] Aug 16 05:34:22.119 INFO O| Aug 16 05:34:22.119 INFO O| Download: 15903/22727 items 130.2/196.4MB 66% complete (746k/s)
35532024-08-16T05:34:25.522Z[ recovery-image] Aug 16 05:34:24.286 INFO O| Aug 16 05:34:24.286 INFO O| Download: 9254/15831 items 92.7/173.2MB 53% complete (114k/s)
35542024-08-16T05:34:29.183Z[ host-image] Aug 16 05:34:27.945 INFO O| Aug 16 05:34:27.945 INFO O| Download: 16869/22727 items 141.2/196.4MB 71% complete (2.0M/s)
35552024-08-16T05:34:33.445Z[ recovery-image] Aug 16 05:34:32.205 INFO O| Aug 16 05:34:32.204 INFO O| Download: 9954/15831 items 93.1/173.2MB 53% complete (131k/s)
35562024-08-16T05:34:34.186Z[ host-image] Aug 16 05:34:32.945 INFO O| Aug 16 05:34:32.945 INFO O| Download: 17327/22727 items 142.1/196.4MB 72% complete (1001k/s)
35572024-08-16T05:34:40.004Z[ recovery-image] Aug 16 05:34:38.760 INFO O| Aug 16 05:34:38.760 INFO O| Download: 10537/15831 items 93.4/173.2MB 53% complete (62.8k/s)
35582024-08-16T05:34:40.007Z[ host-image] Aug 16 05:34:38.763 INFO O| Aug 16 05:34:38.763 INFO O| Download: 17855/22727 items 150.0/196.4MB 76% complete (896k/s)
35592024-08-16T05:34:45.320Z[ recovery-image] Aug 16 05:34:44.073 INFO O| Aug 16 05:34:44.073 INFO O| Download: 11038/15831 items 95.2/173.2MB 54% complete (166k/s)
35602024-08-16T05:34:48.072Z[ host-image] Aug 16 05:34:46.822 INFO O| Aug 16 05:34:46.822 INFO O| Download: 17857/22727 items 150.0/196.4MB 76% complete (880k/s)
35612024-08-16T05:34:50.859Z[ recovery-image] Aug 16 05:34:49.609 INFO O| Aug 16 05:34:49.609 INFO O| Download: 11507/15831 items 111.2/173.2MB 64% complete (1.8M/s)
35622024-08-16T05:34:53.234Z[ host-image] Aug 16 05:34:51.983 INFO O| Aug 16 05:34:51.983 INFO O| Download: 18130/22727 items 160.3/196.4MB 81% complete (2.1M/s)
35632024-08-16T05:34:58.246Z[ host-image] Aug 16 05:34:56.992 INFO O| Aug 16 05:34:56.992 INFO O| Download: 18578/22727 items 161.7/196.4MB 82% complete (1.2M/s)
35642024-08-16T05:35:03.518Z[ host-image] Aug 16 05:35:02.262 INFO O| Aug 16 05:35:02.262 INFO O| Download: 18929/22727 items 163.5/196.4MB 83% complete (418k/s)
35652024-08-16T05:35:09.637Z[ host-image] Aug 16 05:35:08.377 INFO O| Aug 16 05:35:08.377 INFO O| Download: 18935/22727 items 163.5/196.4MB 83% complete (379k/s)
35662024-08-16T05:35:14.651Z[ host-image] Aug 16 05:35:13.389 INFO O| Aug 16 05:35:13.389 INFO O| Download: 19037/22727 items 163.8/196.4MB 83% complete (31.8k/s)
35672024-08-16T05:35:19.093Z[ recovery-image] Aug 16 05:35:17.829 INFO O| Aug 16 05:35:17.829 INFO O| Download: 11918/15831 items 128.2/173.2MB 74% complete
35682024-08-16T05:35:20.117Z[ host-image] Aug 16 05:35:18.852 INFO O| Aug 16 05:35:18.852 INFO O| Download: 19963/22727 items 167.3/196.4MB 85% complete (446k/s)
35692024-08-16T05:35:24.098Z[ recovery-image] Aug 16 05:35:22.830 INFO O| Aug 16 05:35:22.830 INFO O| Download: 12324/15831 items 138.8/173.2MB 80% complete (2.1M/s)
35702024-08-16T05:35:27.373Z[ host-image] Aug 16 05:35:26.102 INFO O| Aug 16 05:35:26.102 INFO O| Download: 19966/22727 items 167.3/196.4MB 85% complete (437k/s)
35712024-08-16T05:35:29.101Z[ recovery-image] Aug 16 05:35:27.831 INFO O| Aug 16 05:35:27.831 INFO O| Download: 13393/15831 items 143.1/173.2MB 82% complete (1.5M/s)
35722024-08-16T05:35:32.430Z[ host-image] Aug 16 05:35:31.158 INFO O| Aug 16 05:35:31.158 INFO O| Download: 20606/22727 items 169.4/196.4MB 86% complete (468k/s)
35732024-08-16T05:35:38.239Z[ host-image] Aug 16 05:35:36.964 INFO O| Aug 16 05:35:36.964 INFO O| Download: 20892/22727 items 175.5/196.4MB 89% complete (1023k/s)
35742024-08-16T05:35:43.243Z[ host-image] Aug 16 05:35:41.965 INFO O| Aug 16 05:35:41.965 INFO O| Download: 21437/22727 items 177.3/196.4MB 90% complete (702k/s)
35752024-08-16T05:35:48.504Z[ host-image] Aug 16 05:35:47.223 INFO O| Aug 16 05:35:47.223 INFO O| Download: 21900/22727 items 188.4/196.4MB 95% complete (1.4M/s)
35762024-08-16T05:35:53.650Z[ host-image] Aug 16 05:35:52.367 INFO O| Aug 16 05:35:52.367 INFO O| Download: 21906/22727 items 188.4/196.4MB 95% complete (1.4M/s)
35772024-08-16T05:35:54.178Z[ recovery-image] Aug 16 05:35:52.894 INFO O| Aug 16 05:35:52.894 INFO O| Download: 14028/15831 items 145.4/173.2MB 83% complete
35782024-08-16T05:36:00.580Z[ host-image] Aug 16 05:35:59.293 INFO O| Aug 16 05:35:59.293 INFO O| Download: 21943/22727 items 188.8/196.4MB 96% complete (806k/s)
35792024-08-16T05:36:00.753Z[ recovery-image] Aug 16 05:35:59.466 INFO O| Aug 16 05:35:59.466 INFO O| Download: 14655/15831 items 147.6/173.2MB 85% complete (522k/s)
35802024-08-16T05:36:06.150Z[ recovery-image] Aug 16 05:36:04.860 INFO O| Aug 16 05:36:04.860 INFO O| Download: 14749/15831 items 153.3/173.2MB 88% complete (760k/s)
35812024-08-16T05:36:07.369Z[ host-image] Aug 16 05:36:06.079 INFO O| Aug 16 05:36:06.079 INFO O| Download: 21944/22727 items 188.8/196.4MB 96% complete
35822024-08-16T05:36:11.265Z[ recovery-image] Aug 16 05:36:09.973 INFO O| Aug 16 05:36:09.973 INFO O| Download: 14753/15831 items 153.3/173.2MB 88% complete (749k/s)
35832024-08-16T05:36:13.814Z[ host-image] Aug 16 05:36:12.520 INFO O| Aug 16 05:36:12.520 INFO O| Download: 21980/22727 items 189.1/196.4MB 96% complete (158k/s)
35842024-08-16T05:36:16.306Z[ recovery-image] Aug 16 05:36:15.011 INFO O| Aug 16 05:36:15.010 INFO O| Download: 15493/15831 items 165.7/173.2MB 95% complete (1.2M/s)
35852024-08-16T05:36:20.646Z[ host-image] Aug 16 05:36:19.348 INFO O| Aug 16 05:36:19.348 INFO O| Download: 21984/22727 items 189.3/196.4MB 96% complete (134k/s)
35862024-08-16T05:36:22.090Z[ recovery-image] Aug 16 05:36:20.791 INFO O| Aug 16 05:36:20.791 INFO O| Download: 15627/15831 items 167.2/173.2MB 96% complete (1.4M/s)
35872024-08-16T05:36:26.892Z[ host-image] Aug 16 05:36:25.591 INFO O| Aug 16 05:36:25.591 INFO O| Download: 22201/22727 items 194.6/196.4MB 99% complete (1.3M/s)
35882024-08-16T05:36:28.322Z[ recovery-image] Aug 16 05:36:27.020 INFO O| Aug 16 05:36:27.020 INFO O| Download: 15829/15831 items 173.2/173.2MB 99% complete (1.1M/s)
35892024-08-16T05:36:28.331Z[ recovery-image] Aug 16 05:36:27.029 INFO O| Aug 16 05:36:27.029 INFO O| Download: Completed 173.16 MB in 391.16 seconds (451k/s)
35902024-08-16T05:36:28.868Z[ recovery-image] Aug 16 05:36:27.566 INFO O| Aug 16 05:36:27.566 INFO O| Actions: 1/24964 actions (Installing new actions)
35912024-08-16T05:36:32.125Z[ host-image] Aug 16 05:36:30.821 INFO O| Aug 16 05:36:30.821 INFO O| Download: 22725/22727 items 196.4/196.4MB 99% complete (741k/s)
35922024-08-16T05:36:32.192Z[ host-image] Aug 16 05:36:30.888 INFO O| Aug 16 05:36:30.888 INFO O| Download: Completed 196.39 MB in 421.70 seconds (475k/s)
35932024-08-16T05:36:32.909Z[ host-image] Aug 16 05:36:31.604 INFO O| Aug 16 05:36:31.604 INFO O| Actions: 1/49260 actions (Installing new actions)
35942024-08-16T05:36:33.876Z[ recovery-image] Aug 16 05:36:32.571 INFO O| Aug 16 05:36:32.571 INFO O| Actions: 13161/24964 actions (Installing new actions)
35952024-08-16T05:36:37.912Z[ host-image] Aug 16 05:36:36.605 INFO O| Aug 16 05:36:36.604 INFO O| Actions: 14169/49260 actions (Installing new actions)
35962024-08-16T05:36:38.879Z[ recovery-image] Aug 16 05:36:37.572 INFO O| Aug 16 05:36:37.572 INFO O| Actions: 24529/24964 actions (Installing new actions)
35972024-08-16T05:36:39.545Z[ recovery-image] Aug 16 05:36:37.942 INFO O| Aug 16 05:36:37.942 INFO O| Actions: Completed 24964 actions in 10.37 seconds.
35982024-08-16T05:36:39.556Z[ recovery-image] Aug 16 05:36:38.207 INFO O| Aug 16 05:36:38.207 INFO O| Done
35992024-08-16T05:36:39.556Z[ recovery-image] Aug 16 05:36:38.207 INFO O| Aug 16 05:36:38.207 INFO O| Done
36002024-08-16T05:36:39.978Z[ recovery-image] Aug 16 05:36:38.670 INFO O| Aug 16 05:36:38.670 INFO O| Done
36012024-08-16T05:36:40.756Z[ recovery-image] Aug 16 05:36:39.448 INFO O| Aug 16 05:36:39.448 INFO O| Done
36022024-08-16T05:36:40.769Z[ recovery-image] Aug 16 05:36:39.461 INFO O| Aug 16 05:36:39.461 INFO O| Done
36032024-08-16T05:36:42.914Z[ host-image] Aug 16 05:36:41.605 INFO O| Aug 16 05:36:41.605 INFO O| Actions: 25130/49260 actions (Installing new actions)
36042024-08-16T05:36:45.397Z[ recovery-image] Aug 16 05:36:44.086 INFO O| Aug 16 05:36:44.086 INFO O| Done
36052024-08-16T05:36:45.733Z[ recovery-image] Aug 16 05:36:44.422 INFO O| Aug 16 05:36:44.422 INFO O| Done
36062024-08-16T05:36:45.931Z[ recovery-image] Aug 16 05:36:44.618 INFO O| Aug 16 05:36:44.618 INFO STEP 11 (pkg_install) COMPLETE
36072024-08-16T05:36:45.939Z[ recovery-image] Aug 16 05:36:44.618 INFO O| Aug 16 05:36:44.618 INFO STEP 12: pkg_install, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
36082024-08-16T05:36:45.939Z[ recovery-image] Aug 16 05:36:44.618 INFO O| Aug 16 05:36:44.618 INFO skip step because feature "recovery" is enabled
36092024-08-16T05:36:45.939Z[ recovery-image] Aug 16 05:36:44.618 INFO O| Aug 16 05:36:44.618 INFO STEP 13: pkg_install, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
36102024-08-16T05:36:45.940Z[ recovery-image] Aug 16 05:36:44.618 INFO O| Aug 16 05:36:44.618 INFO skip step because feature "omicron1" is not enabled
36112024-08-16T05:36:45.940Z[ recovery-image] Aug 16 05:36:44.618 INFO O| Aug 16 05:36:44.618 INFO STEP 14: pkg_install, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
36122024-08-16T05:36:45.950Z[ recovery-image] Aug 16 05:36:44.631 INFO O| Aug 16 05:36:44.631 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/recovery/work/gimlet/ramdisk", "install", "/driver/network/opte@0.33.277"]
36132024-08-16T05:36:46.432Z[ recovery-image] Aug 16 05:36:45.117 INFO O| Aug 16 05:36:45.117 INFO O| Startup: Refreshing catalog 'helios-dev' ... Done
36142024-08-16T05:36:46.997Z[ host-image] Aug 16 05:36:45.686 INFO O| Aug 16 05:36:45.686 INFO O| Actions: Completed 49260 actions in 14.08 seconds.
36152024-08-16T05:36:47.264Z[ host-image] Aug 16 05:36:45.952 INFO O| Aug 16 05:36:45.952 INFO O| Done
36162024-08-16T05:36:47.264Z[ host-image] Aug 16 05:36:45.952 INFO O| Aug 16 05:36:45.952 INFO O| Done
36172024-08-16T05:36:47.719Z[ host-image] Aug 16 05:36:46.406 INFO O| Aug 16 05:36:46.406 INFO O| Done
36182024-08-16T05:36:47.880Z[ recovery-image] Aug 16 05:36:46.568 INFO O| Aug 16 05:36:46.568 INFO O| Planning: Solver setup ... Done
36192024-08-16T05:36:47.883Z[ recovery-image] Aug 16 05:36:46.571 INFO O| Aug 16 05:36:46.571 INFO O| Planning: Running solver ... Done
36202024-08-16T05:36:47.921Z[ recovery-image] Aug 16 05:36:46.609 INFO O| Aug 16 05:36:46.609 INFO O| Planning: Finding local manifests ... Done
36212024-08-16T05:36:47.924Z[ recovery-image] Aug 16 05:36:46.610 INFO O| Aug 16 05:36:46.610 INFO O| Planning: Fetching manifests: 0/1 0% complete
36222024-08-16T05:36:47.999Z[ recovery-image] Aug 16 05:36:46.687 INFO O| Aug 16 05:36:46.687 INFO O| Planning: Fetching manifests: 1/1 100% complete
36232024-08-16T05:36:48.018Z[ recovery-image] Aug 16 05:36:46.706 INFO O| Aug 16 05:36:46.706 INFO O| Planning: Package planning ... Done
36242024-08-16T05:36:48.022Z[ recovery-image] Aug 16 05:36:46.706 INFO O| Aug 16 05:36:46.706 INFO O| Planning: Merging actions ... Done
36252024-08-16T05:36:48.058Z[ recovery-image] Aug 16 05:36:46.746 INFO O| Aug 16 05:36:46.746 INFO O| Planning: Checking for conflicting actions ... Done
36262024-08-16T05:36:48.061Z[ recovery-image] Aug 16 05:36:46.746 INFO O| Aug 16 05:36:46.746 INFO O| Planning: Consolidating action changes ... Done
36272024-08-16T05:36:48.190Z[ recovery-image] Aug 16 05:36:46.878 INFO O| Aug 16 05:36:46.878 INFO O| Planning: Evaluating mediators ... Done
36282024-08-16T05:36:48.193Z[ recovery-image] Aug 16 05:36:46.878 INFO O| Aug 16 05:36:46.878 INFO O| Planning: Planning completed in 1.76 seconds
36292024-08-16T05:36:48.193Z[ recovery-image] Aug 16 05:36:46.880 INFO O| Aug 16 05:36:46.880 INFO O| Packages to install: 1
36302024-08-16T05:36:48.202Z[ recovery-image] Aug 16 05:36:46.890 INFO O| Aug 16 05:36:46.890 INFO O| Download: 0/4 items 0.0/20.9MB 0% complete
36312024-08-16T05:36:48.859Z[ recovery-image] Aug 16 05:36:47.547 INFO O| Aug 16 05:36:47.546 INFO O| Download: Completed 20.86 MB in 0.66 seconds (31.8M/s)
36322024-08-16T05:36:48.881Z[ recovery-image] Aug 16 05:36:47.569 INFO O| Aug 16 05:36:47.569 INFO O| Actions: 1/22 actions (Installing new actions)
36332024-08-16T05:36:48.914Z[ host-image] Aug 16 05:36:47.602 INFO O| Aug 16 05:36:47.602 INFO O| Done
36342024-08-16T05:36:48.939Z[ host-image] Aug 16 05:36:47.627 INFO O| Aug 16 05:36:47.627 INFO O| Done
36352024-08-16T05:36:49.400Z[ recovery-image] Aug 16 05:36:48.087 INFO O| Aug 16 05:36:48.087 INFO O| Actions: Completed 22 actions in 0.52 seconds.
36362024-08-16T05:36:49.547Z[ recovery-image] Aug 16 05:36:48.234 INFO O| Aug 16 05:36:48.234 INFO O| Done
36372024-08-16T05:36:49.547Z[ recovery-image] Aug 16 05:36:48.234 INFO O| Aug 16 05:36:48.234 INFO O| Done
36382024-08-16T05:36:49.891Z[ recovery-image] Aug 16 05:36:48.578 INFO O| Aug 16 05:36:48.578 INFO O| Done
36392024-08-16T05:36:50.694Z[ recovery-image] Aug 16 05:36:49.381 INFO O| Aug 16 05:36:49.381 INFO O| Done
36402024-08-16T05:36:50.705Z[ recovery-image] Aug 16 05:36:49.391 INFO O| Aug 16 05:36:49.391 INFO O| Done
36412024-08-16T05:36:50.705Z[ recovery-image] Aug 16 05:36:49.392 INFO O| Aug 16 05:36:49.392 INFO O| Done
36422024-08-16T05:36:50.714Z[ recovery-image] Aug 16 05:36:49.401 INFO O| Aug 16 05:36:49.401 INFO O| Done
36432024-08-16T05:36:50.800Z[ recovery-image] Aug 16 05:36:49.486 INFO O| Aug 16 05:36:49.486 INFO STEP 14 (pkg_install) COMPLETE
36442024-08-16T05:36:50.800Z[ recovery-image] Aug 16 05:36:49.486 INFO O| Aug 16 05:36:49.486 INFO STEP 15: pkg_install, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
36452024-08-16T05:36:50.800Z[ recovery-image] Aug 16 05:36:49.486 INFO O| Aug 16 05:36:49.486 INFO skip step because feature "mfg" is not enabled
36462024-08-16T05:36:50.800Z[ recovery-image] Aug 16 05:36:49.486 INFO O| Aug 16 05:36:49.486 INFO STEP 16: pkg_install, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
36472024-08-16T05:36:50.802Z[ recovery-image] Aug 16 05:36:49.486 INFO O| Aug 16 05:36:49.486 INFO skip step because feature "compliance" is not enabled
36482024-08-16T05:36:50.803Z[ recovery-image] Aug 16 05:36:49.486 INFO O| Aug 16 05:36:49.486 INFO STEP 17: pkg_install, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
36492024-08-16T05:36:50.803Z[ recovery-image] Aug 16 05:36:49.486 INFO O| Aug 16 05:36:49.486 INFO skip step because feature "stress" is not enabled
36502024-08-16T05:36:50.803Z[ recovery-image] Aug 16 05:36:49.486 INFO O| Aug 16 05:36:49.486 INFO STEP 18: pkg_install, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
36512024-08-16T05:36:50.803Z[ recovery-image] Aug 16 05:36:49.486 INFO O| Aug 16 05:36:49.486 INFO skip step because feature "nfs" is not enabled
36522024-08-16T05:36:50.803Z[ recovery-image] Aug 16 05:36:49.486 INFO O| Aug 16 05:36:49.486 INFO creating output snapshot rpool/images/build/recovery/work/gimlet/ramdisk@os
36532024-08-16T05:36:50.803Z[ recovery-image] Aug 16 05:36:49.486 INFO O| Aug 16 05:36:49.486 INFO CREATE SNAPSHOT: rpool/images/build/recovery/work/gimlet/ramdisk@os
36542024-08-16T05:36:50.876Z[ recovery-image] Aug 16 05:36:49.562 INFO O| Aug 16 05:36:49.562 INFO DESTROY DATASET: rpool/images/build/recovery/tmp/gimlet/ramdisk-01-os
36552024-08-16T05:36:50.963Z[ recovery-image] Aug 16 05:36:49.649 INFO O| Aug 16 05:36:49.649 INFO completed processing gimlet/ramdisk-01-os
36562024-08-16T05:36:50.966Z[ recovery-image] Aug 16 05:36:49.651 INFO image builder template: ramdisk-02-trim...
36572024-08-16T05:36:50.966Z[ recovery-image] Aug 16 05:36:49.651 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/.tmpGXLJbR/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.277", "-n", "ramdisk-02-trim"], pwd: None
36582024-08-16T05:36:50.989Z[ recovery-image] Aug 16 05:36:49.676 INFO O| Aug 16 05:36:49.676 INFO temporary dataset: rpool/images/build/recovery/tmp/gimlet/ramdisk-02-trim
36592024-08-16T05:36:50.993Z[ recovery-image] Aug 16 05:36:49.680 INFO O| Aug 16 05:36:49.680 INFO CREATE DATASET: rpool/images/build/recovery/tmp/gimlet/ramdisk-02-trim
36602024-08-16T05:36:51.077Z[ recovery-image] Aug 16 05:36:49.763 INFO O| Aug 16 05:36:49.763 INFO SET DATASET PROPERTY ON rpool/images/build/recovery/tmp/gimlet/ramdisk-02-trim: sync = disabled
36612024-08-16T05:36:51.138Z[ recovery-image] Aug 16 05:36:49.824 INFO O| Aug 16 05:36:49.824 INFO temporary directory: /rpool/images/build/recovery/tmp/gimlet/ramdisk-02-trim
36622024-08-16T05:36:51.140Z[ recovery-image] Aug 16 05:36:49.824 INFO O| Aug 16 05:36:49.824 INFO work dataset: rpool/images/build/recovery/work/gimlet/ramdisk
36632024-08-16T05:36:51.144Z[ recovery-image] Aug 16 05:36:49.830 INFO O| Aug 16 05:36:49.830 INFO looking for output snapshot rpool/images/build/recovery/work/gimlet/ramdisk@trim
36642024-08-16T05:36:51.148Z[ recovery-image] Aug 16 05:36:49.834 INFO O| Aug 16 05:36:49.834 INFO looking for input snapshot rpool/images/build/recovery/work/gimlet/ramdisk@os
36652024-08-16T05:36:51.153Z[ recovery-image] Aug 16 05:36:49.839 INFO O| Aug 16 05:36:49.839 INFO ROLLBACK TO SNAPSHOT: rpool/images/build/recovery/work/gimlet/ramdisk@os
36662024-08-16T05:36:51.310Z[ recovery-image] Aug 16 05:36:49.996 INFO O| Aug 16 05:36:49.996 INFO rolled back to input snapshot; work may begin
36672024-08-16T05:36:51.310Z[ recovery-image] Aug 16 05:36:49.996 INFO O| Aug 16 05:36:49.996 INFO CREATE DATASET: rpool/images/build/recovery/work/gimlet/ramdisk
36682024-08-16T05:36:51.317Z[ recovery-image] Aug 16 05:36:50.003 INFO O| Aug 16 05:36:50.003 INFO STEP 0: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
36692024-08-16T05:36:51.328Z[ recovery-image] Aug 16 05:36:50.014 INFO O| Aug 16 05:36:50.014 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/var/pkg"
36702024-08-16T05:36:51.372Z[ recovery-image] Aug 16 05:36:50.058 INFO O| Aug 16 05:36:50.058 INFO STEP 0 (remove_files) COMPLETE
36712024-08-16T05:36:51.372Z[ recovery-image] Aug 16 05:36:50.058 INFO O| Aug 16 05:36:50.058 INFO STEP 1: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
36722024-08-16T05:36:51.383Z[ recovery-image] Aug 16 05:36:50.070 INFO O| Aug 16 05:36:50.069 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/xpg4"
36732024-08-16T05:36:51.386Z[ recovery-image] Aug 16 05:36:50.071 INFO O| Aug 16 05:36:50.071 INFO STEP 1 (remove_files) COMPLETE
36742024-08-16T05:36:51.386Z[ recovery-image] Aug 16 05:36:50.071 INFO O| Aug 16 05:36:50.071 INFO STEP 2: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
36752024-08-16T05:36:51.395Z[ recovery-image] Aug 16 05:36:50.081 INFO O| Aug 16 05:36:50.081 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/include"
36762024-08-16T05:36:51.410Z[ recovery-image] Aug 16 05:36:50.096 INFO O| Aug 16 05:36:50.096 INFO STEP 2 (remove_files) COMPLETE
36772024-08-16T05:36:51.413Z[ recovery-image] Aug 16 05:36:50.096 INFO O| Aug 16 05:36:50.096 INFO STEP 3: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
36782024-08-16T05:36:51.425Z[ recovery-image] Aug 16 05:36:50.111 INFO O| Aug 16 05:36:50.111 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/demo"
36792024-08-16T05:36:51.428Z[ recovery-image] Aug 16 05:36:50.114 INFO O| Aug 16 05:36:50.114 INFO STEP 3 (remove_files) COMPLETE
36802024-08-16T05:36:51.428Z[ recovery-image] Aug 16 05:36:50.114 INFO O| Aug 16 05:36:50.114 INFO STEP 4: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
36812024-08-16T05:36:51.442Z[ recovery-image] Aug 16 05:36:50.128 INFO O| Aug 16 05:36:50.128 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/help"
36822024-08-16T05:36:51.449Z[ recovery-image] Aug 16 05:36:50.136 INFO O| Aug 16 05:36:50.136 INFO STEP 4 (remove_files) COMPLETE
36832024-08-16T05:36:51.452Z[ recovery-image] Aug 16 05:36:50.136 INFO O| Aug 16 05:36:50.136 INFO STEP 5: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
36842024-08-16T05:36:51.464Z[ recovery-image] Aug 16 05:36:50.150 INFO O| Aug 16 05:36:50.150 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/share/doc"
36852024-08-16T05:36:51.466Z[ recovery-image] Aug 16 05:36:50.150 INFO O| Aug 16 05:36:50.150 INFO STEP 5 (remove_files) COMPLETE
36862024-08-16T05:36:51.466Z[ recovery-image] Aug 16 05:36:50.150 INFO O| Aug 16 05:36:50.150 INFO STEP 6: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
36872024-08-16T05:36:51.478Z[ recovery-image] Aug 16 05:36:50.164 INFO O| Aug 16 05:36:50.164 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/share/bash-completion"
36882024-08-16T05:36:51.498Z[ recovery-image] Aug 16 05:36:50.184 INFO O| Aug 16 05:36:50.184 INFO STEP 6 (remove_files) COMPLETE
36892024-08-16T05:36:51.501Z[ recovery-image] Aug 16 05:36:50.185 INFO O| Aug 16 05:36:50.184 INFO STEP 7: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
36902024-08-16T05:36:51.501Z[ recovery-image] Aug 16 05:36:50.185 INFO O| Aug 16 05:36:50.184 INFO skip step because feature "recovery" is enabled
36912024-08-16T05:36:51.501Z[ recovery-image] Aug 16 05:36:50.185 INFO O| Aug 16 05:36:50.184 INFO STEP 8: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
36922024-08-16T05:36:51.501Z[ recovery-image] Aug 16 05:36:50.185 INFO O| Aug 16 05:36:50.185 INFO skip step because feature "recovery" is enabled
36932024-08-16T05:36:51.501Z[ recovery-image] Aug 16 05:36:50.185 INFO O| Aug 16 05:36:50.185 INFO STEP 9: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
36942024-08-16T05:36:51.501Z[ recovery-image] Aug 16 05:36:50.185 INFO O| Aug 16 05:36:50.185 INFO skip step because feature "recovery" is enabled
36952024-08-16T05:36:51.501Z[ recovery-image] Aug 16 05:36:50.185 INFO O| Aug 16 05:36:50.185 INFO STEP 10: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
36962024-08-16T05:36:51.515Z[ recovery-image] Aug 16 05:36:50.201 INFO O| Aug 16 05:36:50.201 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/etc/net-snmp"
36972024-08-16T05:36:51.521Z[ recovery-image] Aug 16 05:36:50.207 INFO O| Aug 16 05:36:50.207 INFO STEP 10 (remove_files) COMPLETE
36982024-08-16T05:36:51.524Z[ recovery-image] Aug 16 05:36:50.207 INFO O| Aug 16 05:36:50.207 INFO STEP 11: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
36992024-08-16T05:36:51.536Z[ recovery-image] Aug 16 05:36:50.222 INFO O| Aug 16 05:36:50.222 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/i386"
37002024-08-16T05:36:51.538Z[ recovery-image] Aug 16 05:36:50.224 INFO O| Aug 16 05:36:50.224 INFO STEP 11 (remove_files) COMPLETE
37012024-08-16T05:36:51.538Z[ recovery-image] Aug 16 05:36:50.224 INFO O| Aug 16 05:36:50.224 INFO STEP 12: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
37022024-08-16T05:36:51.555Z[ recovery-image] Aug 16 05:36:50.242 INFO O| Aug 16 05:36:50.241 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/platform/i86xpv"
37032024-08-16T05:36:51.558Z[ recovery-image] Aug 16 05:36:50.244 INFO O| Aug 16 05:36:50.244 INFO STEP 12 (remove_files) COMPLETE
37042024-08-16T05:36:51.560Z[ recovery-image] Aug 16 05:36:50.244 INFO O| Aug 16 05:36:50.244 INFO STEP 13: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
37052024-08-16T05:36:51.576Z[ recovery-image] Aug 16 05:36:50.263 INFO O| Aug 16 05:36:50.262 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/opt/ooce/jq/lib/amd64/libjq.a"
37062024-08-16T05:36:51.748Z[ recovery-image] Aug 16 05:36:50.433 INFO O| Aug 16 05:36:50.433 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/libncurses++.a"
37072024-08-16T05:36:51.793Z[ recovery-image] Aug 16 05:36:50.479 INFO O| Aug 16 05:36:50.479 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/libtddl.a"
37082024-08-16T05:36:51.800Z[ recovery-image] Aug 16 05:36:50.486 INFO O| Aug 16 05:36:50.486 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libtddl.a"
37092024-08-16T05:36:51.803Z[ recovery-image] Aug 16 05:36:50.488 INFO O| Aug 16 05:36:50.488 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libncurses++.a"
37102024-08-16T05:36:51.850Z[ recovery-image] Aug 16 05:36:50.536 INFO O| Aug 16 05:36:50.536 INFO STEP 13 (remove_files) COMPLETE
37112024-08-16T05:36:51.850Z[ recovery-image] Aug 16 05:36:50.536 INFO O| Aug 16 05:36:50.536 INFO STEP 14: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
37122024-08-16T05:36:51.862Z[ recovery-image] Aug 16 05:36:50.548 INFO O| Aug 16 05:36:50.548 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/boot"
37132024-08-16T05:36:51.866Z[ recovery-image] Aug 16 05:36:50.550 INFO O| Aug 16 05:36:50.550 INFO STEP 14 (remove_files) COMPLETE
37142024-08-16T05:36:51.866Z[ recovery-image] Aug 16 05:36:50.550 INFO O| Aug 16 05:36:50.550 INFO STEP 15: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
37152024-08-16T05:36:51.876Z[ recovery-image] Aug 16 05:36:50.562 INFO O| Aug 16 05:36:50.562 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/platform/i86pc"
37162024-08-16T05:36:51.883Z[ recovery-image] Aug 16 05:36:50.568 INFO O| Aug 16 05:36:50.568 INFO STEP 15 (remove_files) COMPLETE
37172024-08-16T05:36:51.885Z[ recovery-image] Aug 16 05:36:50.568 INFO O| Aug 16 05:36:50.568 INFO STEP 16: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
37182024-08-16T05:36:51.895Z[ recovery-image] Aug 16 05:36:50.580 INFO O| Aug 16 05:36:50.580 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/platform/i86xpv"
37192024-08-16T05:36:51.897Z[ recovery-image] Aug 16 05:36:50.580 INFO O| Aug 16 05:36:50.580 INFO STEP 16 (remove_files) COMPLETE
37202024-08-16T05:36:51.898Z[ recovery-image] Aug 16 05:36:50.580 INFO O| Aug 16 05:36:50.580 INFO STEP 17: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
37212024-08-16T05:36:51.904Z[ recovery-image] Aug 16 05:36:50.590 INFO O| Aug 16 05:36:50.590 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/platform/i86pc"
37222024-08-16T05:36:51.906Z[ recovery-image] Aug 16 05:36:50.591 INFO O| Aug 16 05:36:50.591 INFO STEP 17 (remove_files) COMPLETE
37232024-08-16T05:36:51.906Z[ recovery-image] Aug 16 05:36:50.591 INFO O| Aug 16 05:36:50.591 INFO STEP 18: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
37242024-08-16T05:36:51.915Z[ recovery-image] Aug 16 05:36:50.601 INFO O| Aug 16 05:36:50.601 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/misc/amd64/acpica"
37252024-08-16T05:36:51.915Z[ recovery-image] Aug 16 05:36:50.601 INFO O| Aug 16 05:36:50.601 INFO STEP 18 (remove_files) COMPLETE
37262024-08-16T05:36:51.917Z[ recovery-image] Aug 16 05:36:50.601 INFO O| Aug 16 05:36:50.601 INFO STEP 19: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
37272024-08-16T05:36:51.924Z[ recovery-image] Aug 16 05:36:50.610 INFO O| Aug 16 05:36:50.610 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/misc/amd64/tem"
37282024-08-16T05:36:51.927Z[ recovery-image] Aug 16 05:36:50.610 INFO O| Aug 16 05:36:50.610 INFO STEP 19 (remove_files) COMPLETE
37292024-08-16T05:36:51.927Z[ recovery-image] Aug 16 05:36:50.610 INFO O| Aug 16 05:36:50.610 INFO STEP 20: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
37302024-08-16T05:36:51.936Z[ recovery-image] Aug 16 05:36:50.621 INFO O| Aug 16 05:36:50.621 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/misc/amd64/kbtrans"
37312024-08-16T05:36:51.938Z[ recovery-image] Aug 16 05:36:50.622 INFO O| Aug 16 05:36:50.622 INFO STEP 20 (remove_files) COMPLETE
37322024-08-16T05:36:51.938Z[ recovery-image] Aug 16 05:36:50.622 INFO O| Aug 16 05:36:50.622 INFO STEP 21: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
37332024-08-16T05:36:51.947Z[ recovery-image] Aug 16 05:36:50.633 INFO O| Aug 16 05:36:50.633 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/wc"
37342024-08-16T05:36:51.947Z[ recovery-image] Aug 16 05:36:50.633 INFO O| Aug 16 05:36:50.633 INFO STEP 21 (remove_files) COMPLETE
37352024-08-16T05:36:51.950Z[ recovery-image] Aug 16 05:36:50.633 INFO O| Aug 16 05:36:50.633 INFO STEP 22: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
37362024-08-16T05:36:51.957Z[ recovery-image] Aug 16 05:36:50.643 INFO O| Aug 16 05:36:50.643 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/acpi_drv"
37372024-08-16T05:36:51.957Z[ recovery-image] Aug 16 05:36:50.643 INFO O| Aug 16 05:36:50.643 INFO STEP 22 (remove_files) COMPLETE
37382024-08-16T05:36:51.959Z[ recovery-image] Aug 16 05:36:50.643 INFO O| Aug 16 05:36:50.643 INFO STEP 23: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
37392024-08-16T05:36:51.968Z[ recovery-image] Aug 16 05:36:50.654 INFO O| Aug 16 05:36:50.654 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/conskbd"
37402024-08-16T05:36:51.968Z[ recovery-image] Aug 16 05:36:50.654 INFO O| Aug 16 05:36:50.654 INFO STEP 23 (remove_files) COMPLETE
37412024-08-16T05:36:51.971Z[ recovery-image] Aug 16 05:36:50.654 INFO O| Aug 16 05:36:50.654 INFO STEP 24: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
37422024-08-16T05:36:51.978Z[ recovery-image] Aug 16 05:36:50.664 INFO O| Aug 16 05:36:50.663 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/tzmon"
37432024-08-16T05:36:51.978Z[ recovery-image] Aug 16 05:36:50.664 INFO O| Aug 16 05:36:50.664 INFO STEP 24 (remove_files) COMPLETE
37442024-08-16T05:36:51.978Z[ recovery-image] Aug 16 05:36:50.664 INFO O| Aug 16 05:36:50.664 INFO STEP 25: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
37452024-08-16T05:36:51.988Z[ recovery-image] Aug 16 05:36:50.674 INFO O| Aug 16 05:36:50.674 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/power"
37462024-08-16T05:36:51.988Z[ recovery-image] Aug 16 05:36:50.674 INFO O| Aug 16 05:36:50.674 INFO STEP 25 (remove_files) COMPLETE
37472024-08-16T05:36:51.991Z[ recovery-image] Aug 16 05:36:50.674 INFO O| Aug 16 05:36:50.674 INFO STEP 26: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
37482024-08-16T05:36:51.997Z[ recovery-image] Aug 16 05:36:50.683 INFO O| Aug 16 05:36:50.683 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/audio"
37492024-08-16T05:36:51.997Z[ recovery-image] Aug 16 05:36:50.683 INFO O| Aug 16 05:36:50.683 INFO STEP 26 (remove_files) COMPLETE
37502024-08-16T05:36:52.000Z[ recovery-image] Aug 16 05:36:50.684 INFO O| Aug 16 05:36:50.683 INFO STEP 27: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
37512024-08-16T05:36:52.007Z[ recovery-image] Aug 16 05:36:50.693 INFO O| Aug 16 05:36:50.693 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/audio1575"
37522024-08-16T05:36:52.007Z[ recovery-image] Aug 16 05:36:50.693 INFO O| Aug 16 05:36:50.693 INFO STEP 27 (remove_files) COMPLETE
37532024-08-16T05:36:52.010Z[ recovery-image] Aug 16 05:36:50.693 INFO O| Aug 16 05:36:50.693 INFO STEP 28: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
37542024-08-16T05:36:52.016Z[ recovery-image] Aug 16 05:36:50.702 INFO O| Aug 16 05:36:50.702 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/audioens"
37552024-08-16T05:36:52.016Z[ recovery-image] Aug 16 05:36:50.702 INFO O| Aug 16 05:36:50.702 INFO STEP 28 (remove_files) COMPLETE
37562024-08-16T05:36:52.016Z[ recovery-image] Aug 16 05:36:50.702 INFO O| Aug 16 05:36:50.702 INFO STEP 29: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
37572024-08-16T05:36:52.026Z[ recovery-image] Aug 16 05:36:50.712 INFO O| Aug 16 05:36:50.711 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/audiopci"
37582024-08-16T05:36:52.026Z[ recovery-image] Aug 16 05:36:50.712 INFO O| Aug 16 05:36:50.712 INFO STEP 29 (remove_files) COMPLETE
37592024-08-16T05:36:52.028Z[ recovery-image] Aug 16 05:36:50.712 INFO O| Aug 16 05:36:50.712 INFO STEP 30: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
37602024-08-16T05:36:52.035Z[ recovery-image] Aug 16 05:36:50.721 INFO O| Aug 16 05:36:50.721 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/audiots"
37612024-08-16T05:36:52.035Z[ recovery-image] Aug 16 05:36:50.721 INFO O| Aug 16 05:36:50.721 INFO STEP 30 (remove_files) COMPLETE
37622024-08-16T05:36:52.035Z[ recovery-image] Aug 16 05:36:50.721 INFO O| Aug 16 05:36:50.721 INFO STEP 31: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
37632024-08-16T05:36:52.044Z[ recovery-image] Aug 16 05:36:50.730 INFO O| Aug 16 05:36:50.730 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/ehci"
37642024-08-16T05:36:52.047Z[ recovery-image] Aug 16 05:36:50.730 INFO O| Aug 16 05:36:50.730 INFO STEP 31 (remove_files) COMPLETE
37652024-08-16T05:36:52.047Z[ recovery-image] Aug 16 05:36:50.730 INFO O| Aug 16 05:36:50.730 INFO STEP 32: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
37662024-08-16T05:36:52.056Z[ recovery-image] Aug 16 05:36:50.742 INFO O| Aug 16 05:36:50.742 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/hid"
37672024-08-16T05:36:52.056Z[ recovery-image] Aug 16 05:36:50.742 INFO O| Aug 16 05:36:50.742 INFO STEP 32 (remove_files) COMPLETE
37682024-08-16T05:36:52.056Z[ recovery-image] Aug 16 05:36:50.742 INFO O| Aug 16 05:36:50.742 INFO STEP 33: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
37692024-08-16T05:36:52.065Z[ recovery-image] Aug 16 05:36:50.751 INFO O| Aug 16 05:36:50.751 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/hubd"
37702024-08-16T05:36:52.066Z[ recovery-image] Aug 16 05:36:50.751 INFO O| Aug 16 05:36:50.751 INFO STEP 33 (remove_files) COMPLETE
37712024-08-16T05:36:52.066Z[ recovery-image] Aug 16 05:36:50.751 INFO O| Aug 16 05:36:50.751 INFO STEP 34: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
37722024-08-16T05:36:52.075Z[ recovery-image] Aug 16 05:36:50.761 INFO O| Aug 16 05:36:50.760 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/ohci"
37732024-08-16T05:36:52.075Z[ recovery-image] Aug 16 05:36:50.761 INFO O| Aug 16 05:36:50.761 INFO STEP 34 (remove_files) COMPLETE
37742024-08-16T05:36:52.077Z[ recovery-image] Aug 16 05:36:50.761 INFO O| Aug 16 05:36:50.761 INFO STEP 35: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
37752024-08-16T05:36:52.084Z[ recovery-image] Aug 16 05:36:50.770 INFO O| Aug 16 05:36:50.770 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/scsa2usb"
37762024-08-16T05:36:52.084Z[ recovery-image] Aug 16 05:36:50.770 INFO O| Aug 16 05:36:50.770 INFO STEP 35 (remove_files) COMPLETE
37772024-08-16T05:36:52.084Z[ recovery-image] Aug 16 05:36:50.770 INFO O| Aug 16 05:36:50.770 INFO STEP 36: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
37782024-08-16T05:36:52.093Z[ recovery-image] Aug 16 05:36:50.779 INFO O| Aug 16 05:36:50.779 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/uhci"
37792024-08-16T05:36:52.096Z[ recovery-image] Aug 16 05:36:50.779 INFO O| Aug 16 05:36:50.779 INFO STEP 36 (remove_files) COMPLETE
37802024-08-16T05:36:52.096Z[ recovery-image] Aug 16 05:36:50.779 INFO O| Aug 16 05:36:50.779 INFO STEP 37: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
37812024-08-16T05:36:52.102Z[ recovery-image] Aug 16 05:36:50.788 INFO O| Aug 16 05:36:50.788 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/usb_ac"
37822024-08-16T05:36:52.102Z[ recovery-image] Aug 16 05:36:50.788 INFO O| Aug 16 05:36:50.788 INFO STEP 37 (remove_files) COMPLETE
37832024-08-16T05:36:52.102Z[ recovery-image] Aug 16 05:36:50.788 INFO O| Aug 16 05:36:50.788 INFO STEP 38: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
37842024-08-16T05:36:52.112Z[ recovery-image] Aug 16 05:36:50.797 INFO O| Aug 16 05:36:50.797 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/usb_as"
37852024-08-16T05:36:52.113Z[ recovery-image] Aug 16 05:36:50.797 INFO O| Aug 16 05:36:50.797 INFO STEP 38 (remove_files) COMPLETE
37862024-08-16T05:36:52.113Z[ recovery-image] Aug 16 05:36:50.797 INFO O| Aug 16 05:36:50.797 INFO STEP 39: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
37872024-08-16T05:36:52.121Z[ recovery-image] Aug 16 05:36:50.807 INFO O| Aug 16 05:36:50.806 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/usb_ia"
37882024-08-16T05:36:52.121Z[ recovery-image] Aug 16 05:36:50.807 INFO O| Aug 16 05:36:50.807 INFO STEP 39 (remove_files) COMPLETE
37892024-08-16T05:36:52.121Z[ recovery-image] Aug 16 05:36:50.807 INFO O| Aug 16 05:36:50.807 INFO STEP 40: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
37902024-08-16T05:36:52.130Z[ recovery-image] Aug 16 05:36:50.816 INFO O| Aug 16 05:36:50.816 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/usb_mid"
37912024-08-16T05:36:52.130Z[ recovery-image] Aug 16 05:36:50.816 INFO O| Aug 16 05:36:50.816 INFO STEP 40 (remove_files) COMPLETE
37922024-08-16T05:36:52.132Z[ recovery-image] Aug 16 05:36:50.816 INFO O| Aug 16 05:36:50.816 INFO STEP 41: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
37932024-08-16T05:36:52.139Z[ recovery-image] Aug 16 05:36:50.825 INFO O| Aug 16 05:36:50.825 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/usbprn"
37942024-08-16T05:36:52.139Z[ recovery-image] Aug 16 05:36:50.825 INFO O| Aug 16 05:36:50.825 INFO STEP 41 (remove_files) COMPLETE
37952024-08-16T05:36:52.139Z[ recovery-image] Aug 16 05:36:50.825 INFO O| Aug 16 05:36:50.825 INFO STEP 42: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
37962024-08-16T05:36:52.148Z[ recovery-image] Aug 16 05:36:50.834 INFO O| Aug 16 05:36:50.834 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/xhci"
37972024-08-16T05:36:52.148Z[ recovery-image] Aug 16 05:36:50.834 INFO O| Aug 16 05:36:50.834 INFO STEP 42 (remove_files) COMPLETE
37982024-08-16T05:36:52.151Z[ recovery-image] Aug 16 05:36:50.834 INFO O| Aug 16 05:36:50.834 INFO STEP 43: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
37992024-08-16T05:36:52.157Z[ recovery-image] Aug 16 05:36:50.843 INFO O| Aug 16 05:36:50.843 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/intel_nhm"
38002024-08-16T05:36:52.160Z[ recovery-image] Aug 16 05:36:50.843 INFO O| Aug 16 05:36:50.843 INFO STEP 43 (remove_files) COMPLETE
38012024-08-16T05:36:52.160Z[ recovery-image] Aug 16 05:36:50.843 INFO O| Aug 16 05:36:50.843 INFO STEP 44: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
38022024-08-16T05:36:52.167Z[ recovery-image] Aug 16 05:36:50.852 INFO O| Aug 16 05:36:50.852 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/intel_nb5000"
38032024-08-16T05:36:52.169Z[ recovery-image] Aug 16 05:36:50.853 INFO O| Aug 16 05:36:50.852 INFO STEP 44 (remove_files) COMPLETE
38042024-08-16T05:36:52.169Z[ recovery-image] Aug 16 05:36:50.853 INFO O| Aug 16 05:36:50.853 INFO STEP 45: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
38052024-08-16T05:36:52.176Z[ recovery-image] Aug 16 05:36:50.862 INFO O| Aug 16 05:36:50.862 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/mc-amd"
38062024-08-16T05:36:52.178Z[ recovery-image] Aug 16 05:36:50.862 INFO O| Aug 16 05:36:50.862 INFO STEP 45 (remove_files) COMPLETE
38072024-08-16T05:36:52.178Z[ recovery-image] Aug 16 05:36:50.862 INFO O| Aug 16 05:36:50.862 INFO STEP 46: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
38082024-08-16T05:36:52.185Z[ recovery-image] Aug 16 05:36:50.871 INFO O| Aug 16 05:36:50.871 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/acpi_toshiba"
38092024-08-16T05:36:52.185Z[ recovery-image] Aug 16 05:36:50.871 INFO O| Aug 16 05:36:50.871 INFO STEP 46 (remove_files) COMPLETE
38102024-08-16T05:36:52.185Z[ recovery-image] Aug 16 05:36:50.871 INFO O| Aug 16 05:36:50.871 INFO STEP 47: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
38112024-08-16T05:36:52.195Z[ recovery-image] Aug 16 05:36:50.880 INFO O| Aug 16 05:36:50.880 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/intel_nhmex"
38122024-08-16T05:36:52.195Z[ recovery-image] Aug 16 05:36:50.881 INFO O| Aug 16 05:36:50.881 INFO STEP 47 (remove_files) COMPLETE
38132024-08-16T05:36:52.197Z[ recovery-image] Aug 16 05:36:50.881 INFO O| Aug 16 05:36:50.881 INFO STEP 48: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
38142024-08-16T05:36:52.204Z[ recovery-image] Aug 16 05:36:50.890 INFO O| Aug 16 05:36:50.890 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/intel_nhmex.conf"
38152024-08-16T05:36:52.204Z[ recovery-image] Aug 16 05:36:50.890 INFO O| Aug 16 05:36:50.890 INFO STEP 48 (remove_files) COMPLETE
38162024-08-16T05:36:52.207Z[ recovery-image] Aug 16 05:36:50.890 INFO O| Aug 16 05:36:50.890 INFO STEP 49: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
38172024-08-16T05:36:52.216Z[ recovery-image] Aug 16 05:36:50.899 INFO O| Aug 16 05:36:50.899 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/mpt"
38182024-08-16T05:36:52.219Z[ recovery-image] Aug 16 05:36:50.899 INFO O| Aug 16 05:36:50.899 INFO STEP 49 (remove_files) COMPLETE
38192024-08-16T05:36:52.219Z[ recovery-image] Aug 16 05:36:50.899 INFO O| Aug 16 05:36:50.899 INFO STEP 50: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
38202024-08-16T05:36:52.222Z[ recovery-image] Aug 16 05:36:50.908 INFO O| Aug 16 05:36:50.908 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/mpt.conf"
38212024-08-16T05:36:52.222Z[ recovery-image] Aug 16 05:36:50.908 INFO O| Aug 16 05:36:50.908 INFO STEP 50 (remove_files) COMPLETE
38222024-08-16T05:36:52.225Z[ recovery-image] Aug 16 05:36:50.908 INFO O| Aug 16 05:36:50.908 INFO STEP 51: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
38232024-08-16T05:36:52.231Z[ recovery-image] Aug 16 05:36:50.917 INFO O| Aug 16 05:36:50.917 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/plugins/ses-log-transport.so"
38242024-08-16T05:36:52.234Z[ recovery-image] Aug 16 05:36:50.917 INFO O| Aug 16 05:36:50.917 INFO STEP 51 (remove_files) COMPLETE
38252024-08-16T05:36:52.234Z[ recovery-image] Aug 16 05:36:50.917 INFO O| Aug 16 05:36:50.917 INFO STEP 52: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
38262024-08-16T05:36:52.241Z[ recovery-image] Aug 16 05:36:50.927 INFO O| Aug 16 05:36:50.926 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/plugins/ses-log-transport.conf"
38272024-08-16T05:36:52.241Z[ recovery-image] Aug 16 05:36:50.927 INFO O| Aug 16 05:36:50.927 INFO STEP 52 (remove_files) COMPLETE
38282024-08-16T05:36:52.241Z[ recovery-image] Aug 16 05:36:50.927 INFO O| Aug 16 05:36:50.927 INFO STEP 53: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
38292024-08-16T05:36:52.250Z[ recovery-image] Aug 16 05:36:50.936 INFO O| Aug 16 05:36:50.936 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/sbin/bootadm"
38302024-08-16T05:36:52.250Z[ recovery-image] Aug 16 05:36:50.936 INFO O| Aug 16 05:36:50.936 INFO STEP 53 (remove_files) COMPLETE
38312024-08-16T05:36:52.253Z[ recovery-image] Aug 16 05:36:50.936 INFO O| Aug 16 05:36:50.936 INFO STEP 54: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
38322024-08-16T05:36:52.259Z[ recovery-image] Aug 16 05:36:50.945 INFO O| Aug 16 05:36:50.945 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/bootadm"
38332024-08-16T05:36:52.259Z[ recovery-image] Aug 16 05:36:50.945 INFO O| Aug 16 05:36:50.945 INFO STEP 54 (remove_files) COMPLETE
38342024-08-16T05:36:52.262Z[ recovery-image] Aug 16 05:36:50.945 INFO O| Aug 16 05:36:50.945 INFO STEP 55: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
38352024-08-16T05:36:52.268Z[ recovery-image] Aug 16 05:36:50.954 INFO O| Aug 16 05:36:50.954 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/sbin/beadm"
38362024-08-16T05:36:52.271Z[ recovery-image] Aug 16 05:36:50.954 INFO O| Aug 16 05:36:50.954 INFO STEP 55 (remove_files) COMPLETE
38372024-08-16T05:36:52.271Z[ recovery-image] Aug 16 05:36:50.954 INFO O| Aug 16 05:36:50.954 INFO STEP 56: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
38382024-08-16T05:36:52.284Z[ recovery-image] Aug 16 05:36:50.963 INFO O| Aug 16 05:36:50.963 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/beadm"
38392024-08-16T05:36:52.284Z[ recovery-image] Aug 16 05:36:50.963 INFO O| Aug 16 05:36:50.963 INFO STEP 56 (remove_files) COMPLETE
38402024-08-16T05:36:52.284Z[ recovery-image] Aug 16 05:36:50.963 INFO O| Aug 16 05:36:50.963 INFO STEP 57: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
38412024-08-16T05:36:52.287Z[ recovery-image] Aug 16 05:36:50.973 INFO O| Aug 16 05:36:50.973 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/etc/default/tar"
38422024-08-16T05:36:52.289Z[ recovery-image] Aug 16 05:36:50.973 INFO O| Aug 16 05:36:50.973 INFO STEP 57 (remove_files) COMPLETE
38432024-08-16T05:36:52.289Z[ recovery-image] Aug 16 05:36:50.973 INFO O| Aug 16 05:36:50.973 INFO STEP 58: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
38442024-08-16T05:36:52.297Z[ recovery-image] Aug 16 05:36:50.982 INFO O| Aug 16 05:36:50.982 WARN file /rpool/images/build/recovery/work/gimlet/ramdisk/lib/svc/method/keymap exists, with wrong contents, unlinking
38452024-08-16T05:36:52.297Z[ recovery-image] Aug 16 05:36:50.983 INFO O| Aug 16 05:36:50.982 INFO writing /rpool/images/build/recovery/work/gimlet/ramdisk/lib/svc/method/keymap ...
38462024-08-16T05:36:52.299Z[ recovery-image] Aug 16 05:36:50.983 INFO O| Aug 16 05:36:50.983 INFO perms are 644, should be 755, path: /rpool/images/build/recovery/work/gimlet/ramdisk/lib/svc/method/keymap
38472024-08-16T05:36:52.299Z[ recovery-image] Aug 16 05:36:50.983 INFO O| Aug 16 05:36:50.983 INFO chmod ok, path: /rpool/images/build/recovery/work/gimlet/ramdisk/lib/svc/method/keymap
38482024-08-16T05:36:52.300Z[ recovery-image] Aug 16 05:36:50.983 INFO O| Aug 16 05:36:50.983 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/recovery/work/gimlet/ramdisk/lib/svc/method/keymap
38492024-08-16T05:36:52.300Z[ recovery-image] Aug 16 05:36:50.983 INFO O| Aug 16 05:36:50.983 INFO chown ok, path: /rpool/images/build/recovery/work/gimlet/ramdisk/lib/svc/method/keymap
38502024-08-16T05:36:52.300Z[ recovery-image] Aug 16 05:36:50.983 INFO O| Aug 16 05:36:50.983 INFO ok!
38512024-08-16T05:36:52.300Z[ recovery-image] Aug 16 05:36:50.983 INFO O| Aug 16 05:36:50.983 INFO STEP 58 (ensure_file) COMPLETE
38522024-08-16T05:36:52.300Z[ recovery-image] Aug 16 05:36:50.983 INFO O| Aug 16 05:36:50.983 INFO STEP 59: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
38532024-08-16T05:36:52.307Z[ recovery-image] Aug 16 05:36:50.992 INFO O| Aug 16 05:36:50.992 WARN file /rpool/images/build/recovery/work/gimlet/ramdisk/lib/svc/bin/rootisramdisk exists, with wrong contents, unlinking
38542024-08-16T05:36:52.309Z[ recovery-image] Aug 16 05:36:50.993 INFO O| Aug 16 05:36:50.992 INFO copying /work/oxidecomputer/helios/image/templates/files/rootisramdisk -> /rpool/images/build/recovery/work/gimlet/ramdisk/lib/svc/bin/rootisramdisk ...
38552024-08-16T05:36:52.309Z[ recovery-image] Aug 16 05:36:50.993 INFO O| Aug 16 05:36:50.993 INFO perms are 644, should be 755, path: /rpool/images/build/recovery/work/gimlet/ramdisk/lib/svc/bin/rootisramdisk
38562024-08-16T05:36:52.309Z[ recovery-image] Aug 16 05:36:50.993 INFO O| Aug 16 05:36:50.993 INFO chmod ok, path: /rpool/images/build/recovery/work/gimlet/ramdisk/lib/svc/bin/rootisramdisk
38572024-08-16T05:36:52.309Z[ recovery-image] Aug 16 05:36:50.993 INFO O| Aug 16 05:36:50.993 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/gimlet/ramdisk/lib/svc/bin/rootisramdisk
38582024-08-16T05:36:52.309Z[ recovery-image] Aug 16 05:36:50.993 INFO O| Aug 16 05:36:50.993 INFO chown ok, path: /rpool/images/build/recovery/work/gimlet/ramdisk/lib/svc/bin/rootisramdisk
38592024-08-16T05:36:52.309Z[ recovery-image] Aug 16 05:36:50.993 INFO O| Aug 16 05:36:50.993 INFO ok!
38602024-08-16T05:36:52.309Z[ recovery-image] Aug 16 05:36:50.993 INFO O| Aug 16 05:36:50.993 INFO STEP 59 (ensure_file) COMPLETE
38612024-08-16T05:36:52.309Z[ recovery-image] Aug 16 05:36:50.993 INFO O| Aug 16 05:36:50.993 INFO STEP 60: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
38622024-08-16T05:36:52.317Z[ recovery-image] Aug 16 05:36:51.003 INFO O| Aug 16 05:36:51.003 INFO file /rpool/images/build/recovery/work/gimlet/ramdisk/root/.bash_profile does not exist
38632024-08-16T05:36:52.317Z[ recovery-image] Aug 16 05:36:51.003 INFO O| Aug 16 05:36:51.003 INFO copying /work/oxidecomputer/helios/image/templates/files/bash_profile -> /rpool/images/build/recovery/work/gimlet/ramdisk/root/.bash_profile ...
38642024-08-16T05:36:52.320Z[ recovery-image] Aug 16 05:36:51.003 INFO O| Aug 16 05:36:51.003 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/ramdisk/root/.bash_profile
38652024-08-16T05:36:52.320Z[ recovery-image] Aug 16 05:36:51.003 INFO O| Aug 16 05:36:51.003 INFO ok!
38662024-08-16T05:36:52.320Z[ recovery-image] Aug 16 05:36:51.003 INFO O| Aug 16 05:36:51.003 INFO STEP 60 (ensure_file) COMPLETE
38672024-08-16T05:36:52.320Z[ recovery-image] Aug 16 05:36:51.003 INFO O| Aug 16 05:36:51.003 INFO STEP 61: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
38682024-08-16T05:36:52.327Z[ recovery-image] Aug 16 05:36:51.013 INFO O| Aug 16 05:36:51.013 WARN file /rpool/images/build/recovery/work/gimlet/ramdisk/root/.bashrc exists, with wrong contents, unlinking
38692024-08-16T05:36:52.330Z[ recovery-image] Aug 16 05:36:51.013 INFO O| Aug 16 05:36:51.013 INFO copying /work/oxidecomputer/helios/image/templates/files/bashrc -> /rpool/images/build/recovery/work/gimlet/ramdisk/root/.bashrc ...
38702024-08-16T05:36:52.330Z[ recovery-image] Aug 16 05:36:51.013 INFO O| Aug 16 05:36:51.013 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/ramdisk/root/.bashrc
38712024-08-16T05:36:52.330Z[ recovery-image] Aug 16 05:36:51.013 INFO O| Aug 16 05:36:51.013 INFO ok!
38722024-08-16T05:36:52.330Z[ recovery-image] Aug 16 05:36:51.013 INFO O| Aug 16 05:36:51.013 INFO STEP 61 (ensure_file) COMPLETE
38732024-08-16T05:36:52.330Z[ recovery-image] Aug 16 05:36:51.013 INFO O| Aug 16 05:36:51.013 INFO STEP 62: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
38742024-08-16T05:36:52.337Z[ recovery-image] Aug 16 05:36:51.023 INFO O| Aug 16 05:36:51.023 WARN file /rpool/images/build/recovery/work/gimlet/ramdisk/etc/motd exists, with wrong contents, unlinking
38752024-08-16T05:36:52.337Z[ recovery-image] Aug 16 05:36:51.023 INFO O| Aug 16 05:36:51.023 INFO copying /work/oxidecomputer/helios/image/templates/files/motd -> /rpool/images/build/recovery/work/gimlet/ramdisk/etc/motd ...
38762024-08-16T05:36:52.339Z[ recovery-image] Aug 16 05:36:51.023 INFO O| Aug 16 05:36:51.023 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/gimlet/ramdisk/etc/motd
38772024-08-16T05:36:52.339Z[ recovery-image] Aug 16 05:36:51.023 INFO O| Aug 16 05:36:51.023 INFO chown ok, path: /rpool/images/build/recovery/work/gimlet/ramdisk/etc/motd
38782024-08-16T05:36:52.339Z[ recovery-image] Aug 16 05:36:51.023 INFO O| Aug 16 05:36:51.023 INFO ok!
38792024-08-16T05:36:52.339Z[ recovery-image] Aug 16 05:36:51.023 INFO O| Aug 16 05:36:51.023 INFO STEP 62 (ensure_file) COMPLETE
38802024-08-16T05:36:52.339Z[ recovery-image] Aug 16 05:36:51.023 INFO O| Aug 16 05:36:51.023 INFO STEP 63: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
38812024-08-16T05:36:52.347Z[ recovery-image] Aug 16 05:36:51.033 INFO O| Aug 16 05:36:51.032 INFO file /rpool/images/build/recovery/work/gimlet/ramdisk/etc/system.d/zfs:dbuf does not exist
38822024-08-16T05:36:52.349Z[ recovery-image] Aug 16 05:36:51.033 INFO O| Aug 16 05:36:51.033 INFO copying /work/oxidecomputer/helios/image/templates/files/gimlet-system-zfs:dbuf -> /rpool/images/build/recovery/work/gimlet/ramdisk/etc/system.d/zfs:dbuf ...
38832024-08-16T05:36:52.349Z[ recovery-image] Aug 16 05:36:51.033 INFO O| Aug 16 05:36:51.033 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/gimlet/ramdisk/etc/system.d/zfs:dbuf
38842024-08-16T05:36:52.349Z[ recovery-image] Aug 16 05:36:51.033 INFO O| Aug 16 05:36:51.033 INFO chown ok, path: /rpool/images/build/recovery/work/gimlet/ramdisk/etc/system.d/zfs:dbuf
38852024-08-16T05:36:52.349Z[ recovery-image] Aug 16 05:36:51.033 INFO O| Aug 16 05:36:51.033 INFO ok!
38862024-08-16T05:36:52.349Z[ recovery-image] Aug 16 05:36:51.033 INFO O| Aug 16 05:36:51.033 INFO STEP 63 (ensure_file) COMPLETE
38872024-08-16T05:36:52.349Z[ recovery-image] Aug 16 05:36:51.033 INFO O| Aug 16 05:36:51.033 INFO STEP 64: assemble_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
38882024-08-16T05:36:52.356Z[ recovery-image] Aug 16 05:36:51.042 INFO O| Aug 16 05:36:51.042 INFO file /rpool/images/build/recovery/work/gimlet/ramdisk/etc/system.d/.self-assembly does not exist
38892024-08-16T05:36:52.356Z[ recovery-image] Aug 16 05:36:51.042 INFO O| Aug 16 05:36:51.042 INFO writing /rpool/images/build/recovery/work/gimlet/ramdisk/etc/system.d/.self-assembly ...
38902024-08-16T05:36:52.359Z[ recovery-image] Aug 16 05:36:51.042 INFO O| Aug 16 05:36:51.042 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/ramdisk/etc/system.d/.self-assembly
38912024-08-16T05:36:52.359Z[ recovery-image] Aug 16 05:36:51.042 INFO O| Aug 16 05:36:51.042 INFO ok!
38922024-08-16T05:36:52.359Z[ recovery-image] Aug 16 05:36:51.042 INFO O| Aug 16 05:36:51.042 INFO STEP 64 (assemble_files) COMPLETE
38932024-08-16T05:36:52.359Z[ recovery-image] Aug 16 05:36:51.042 INFO O| Aug 16 05:36:51.042 INFO STEP 65: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
38942024-08-16T05:36:52.366Z[ recovery-image] Aug 16 05:36:51.052 INFO O| Aug 16 05:36:51.052 INFO file /rpool/images/build/recovery/work/gimlet/ramdisk/etc/dumpadm.conf does not exist
38952024-08-16T05:36:52.366Z[ recovery-image] Aug 16 05:36:51.052 INFO O| Aug 16 05:36:51.052 INFO copying /work/oxidecomputer/helios/image/templates/files/dumpadm.conf -> /rpool/images/build/recovery/work/gimlet/ramdisk/etc/dumpadm.conf ...
38962024-08-16T05:36:52.368Z[ recovery-image] Aug 16 05:36:51.052 INFO O| Aug 16 05:36:51.052 INFO ownership wrong (Id(0):Id(0), not 0:1), path: /rpool/images/build/recovery/work/gimlet/ramdisk/etc/dumpadm.conf
38972024-08-16T05:36:52.368Z[ recovery-image] Aug 16 05:36:51.052 INFO O| Aug 16 05:36:51.052 INFO chown ok, path: /rpool/images/build/recovery/work/gimlet/ramdisk/etc/dumpadm.conf
38982024-08-16T05:36:52.368Z[ recovery-image] Aug 16 05:36:51.052 INFO O| Aug 16 05:36:51.052 INFO ok!
38992024-08-16T05:36:52.368Z[ recovery-image] Aug 16 05:36:51.052 INFO O| Aug 16 05:36:51.052 INFO STEP 65 (ensure_file) COMPLETE
39002024-08-16T05:36:52.368Z[ recovery-image] Aug 16 05:36:51.052 INFO O| Aug 16 05:36:51.052 INFO STEP 66: ensure_dir, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
39012024-08-16T05:36:52.368Z[ recovery-image] Aug 16 05:36:51.052 INFO O| Aug 16 05:36:51.052 INFO skip step because feature "omicron1" is not enabled
39022024-08-16T05:36:52.368Z[ recovery-image] Aug 16 05:36:51.052 INFO O| Aug 16 05:36:51.052 INFO STEP 67: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
39032024-08-16T05:36:52.368Z[ recovery-image] Aug 16 05:36:51.052 INFO O| Aug 16 05:36:51.052 INFO skip step because feature "omicron1" is not enabled
39042024-08-16T05:36:52.368Z[ recovery-image] Aug 16 05:36:51.052 INFO O| Aug 16 05:36:51.052 INFO STEP 68: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
39052024-08-16T05:36:52.368Z[ recovery-image] Aug 16 05:36:51.052 INFO O| Aug 16 05:36:51.052 INFO skip step because feature "omicron1" is not enabled
39062024-08-16T05:36:52.368Z[ recovery-image] Aug 16 05:36:51.052 INFO O| Aug 16 05:36:51.052 INFO STEP 69: pack_tar, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
39072024-08-16T05:36:52.380Z[ recovery-image] Aug 16 05:36:51.066 INFO O| Aug 16 05:36:51.066 INFO file /rpool/images/build/recovery/output/gimlet-ramdisk.tar does not already exist, skipping removal
39082024-08-16T05:36:52.380Z[ recovery-image] Aug 16 05:36:51.066 INFO O| Aug 16 05:36:51.066 INFO exec: ["/usr/sbin/tar", "ceEp@/f", "/rpool/images/build/recovery/output/gimlet-ramdisk.tar", "-C", "/rpool/images/build/recovery/work/gimlet/ramdisk", "."]
39092024-08-16T05:36:53.900Z[ recovery-image] Aug 16 05:36:52.585 INFO O| Aug 16 05:36:52.584 INFO STEP 69 (pack_tar) COMPLETE
39102024-08-16T05:36:53.903Z[ recovery-image] Aug 16 05:36:52.585 INFO O| Aug 16 05:36:52.585 INFO creating output snapshot rpool/images/build/recovery/work/gimlet/ramdisk@trim
39112024-08-16T05:36:53.903Z[ recovery-image] Aug 16 05:36:52.585 INFO O| Aug 16 05:36:52.585 INFO CREATE SNAPSHOT: rpool/images/build/recovery/work/gimlet/ramdisk@trim
39122024-08-16T05:36:54.283Z[ recovery-image] Aug 16 05:36:52.967 INFO O| Aug 16 05:36:52.967 INFO DESTROY DATASET: rpool/images/build/recovery/tmp/gimlet/ramdisk-02-trim
39132024-08-16T05:36:54.339Z[ recovery-image] Aug 16 05:36:53.024 INFO O| Aug 16 05:36:53.023 INFO completed processing gimlet/ramdisk-02-trim
39142024-08-16T05:36:54.342Z[ recovery-image] Aug 16 05:36:53.026 INFO image builder template: ramdisk-03-recovery-trim...
39152024-08-16T05:36:54.342Z[ recovery-image] Aug 16 05:36:53.026 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/.tmpGXLJbR/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.277", "-n", "ramdisk-03-recovery-trim"], pwd: None
39162024-08-16T05:36:54.446Z[ recovery-image] Aug 16 05:36:53.130 INFO O| Aug 16 05:36:53.130 INFO temporary dataset: rpool/images/build/recovery/tmp/gimlet/ramdisk-03-recovery-trim
39172024-08-16T05:36:54.449Z[ recovery-image] Aug 16 05:36:53.134 INFO O| Aug 16 05:36:53.134 INFO CREATE DATASET: rpool/images/build/recovery/tmp/gimlet/ramdisk-03-recovery-trim
39182024-08-16T05:36:54.512Z[ recovery-image] Aug 16 05:36:53.196 INFO O| Aug 16 05:36:53.196 INFO SET DATASET PROPERTY ON rpool/images/build/recovery/tmp/gimlet/ramdisk-03-recovery-trim: sync = disabled
39192024-08-16T05:36:54.586Z[ recovery-image] Aug 16 05:36:53.270 INFO O| Aug 16 05:36:53.270 INFO temporary directory: /rpool/images/build/recovery/tmp/gimlet/ramdisk-03-recovery-trim
39202024-08-16T05:36:54.588Z[ recovery-image] Aug 16 05:36:53.270 INFO O| Aug 16 05:36:53.270 INFO work dataset: rpool/images/build/recovery/work/gimlet/ramdisk
39212024-08-16T05:36:54.595Z[ recovery-image] Aug 16 05:36:53.279 INFO O| Aug 16 05:36:53.279 INFO looking for output snapshot rpool/images/build/recovery/work/gimlet/ramdisk@recovery-trim
39222024-08-16T05:36:54.599Z[ recovery-image] Aug 16 05:36:53.283 INFO O| Aug 16 05:36:53.283 INFO looking for input snapshot rpool/images/build/recovery/work/gimlet/ramdisk@trim
39232024-08-16T05:36:54.607Z[ recovery-image] Aug 16 05:36:53.288 INFO O| Aug 16 05:36:53.288 INFO ROLLBACK TO SNAPSHOT: rpool/images/build/recovery/work/gimlet/ramdisk@trim
39242024-08-16T05:36:54.819Z[ recovery-image] Aug 16 05:36:53.503 INFO O| Aug 16 05:36:53.503 INFO rolled back to input snapshot; work may begin
39252024-08-16T05:36:54.819Z[ recovery-image] Aug 16 05:36:53.503 INFO O| Aug 16 05:36:53.503 INFO CREATE DATASET: rpool/images/build/recovery/work/gimlet/ramdisk
39262024-08-16T05:36:54.827Z[ recovery-image] Aug 16 05:36:53.512 INFO O| Aug 16 05:36:53.512 INFO STEP 0: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
39272024-08-16T05:36:54.842Z[ recovery-image] Aug 16 05:36:53.526 INFO O| Aug 16 05:36:53.526 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gcc/7"
39282024-08-16T05:36:54.846Z[ recovery-image] Aug 16 05:36:53.530 INFO O| Aug 16 05:36:53.530 INFO STEP 0 (remove_files) COMPLETE
39292024-08-16T05:36:54.846Z[ recovery-image] Aug 16 05:36:53.530 INFO O| Aug 16 05:36:53.530 INFO STEP 1: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
39302024-08-16T05:36:54.860Z[ recovery-image] Aug 16 05:36:53.544 INFO O| Aug 16 05:36:53.544 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gnu/share"
39312024-08-16T05:36:54.931Z[ recovery-image] Aug 16 05:36:53.616 INFO O| Aug 16 05:36:53.615 INFO STEP 1 (remove_files) COMPLETE
39322024-08-16T05:36:54.931Z[ recovery-image] Aug 16 05:36:53.616 INFO O| Aug 16 05:36:53.616 INFO STEP 2: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
39332024-08-16T05:36:54.945Z[ recovery-image] Aug 16 05:36:53.629 INFO O| Aug 16 05:36:53.629 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/dns"
39342024-08-16T05:36:54.948Z[ recovery-image] Aug 16 05:36:53.631 INFO O| Aug 16 05:36:53.631 INFO STEP 2 (remove_files) COMPLETE
39352024-08-16T05:36:54.948Z[ recovery-image] Aug 16 05:36:53.631 INFO O| Aug 16 05:36:53.631 INFO STEP 3: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
39362024-08-16T05:36:54.957Z[ recovery-image] Aug 16 05:36:53.641 INFO O| Aug 16 05:36:53.641 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/iconv"
39372024-08-16T05:36:54.996Z[ recovery-image] Aug 16 05:36:53.680 INFO O| Aug 16 05:36:53.680 INFO STEP 3 (remove_files) COMPLETE
39382024-08-16T05:36:54.996Z[ recovery-image] Aug 16 05:36:53.680 INFO O| Aug 16 05:36:53.680 INFO STEP 4: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
39392024-08-16T05:36:55.006Z[ recovery-image] Aug 16 05:36:53.690 INFO O| Aug 16 05:36:53.690 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/locale"
39402024-08-16T05:36:55.017Z[ recovery-image] Aug 16 05:36:53.702 INFO O| Aug 16 05:36:53.702 INFO STEP 4 (remove_files) COMPLETE
39412024-08-16T05:36:55.017Z[ recovery-image] Aug 16 05:36:53.702 INFO O| Aug 16 05:36:53.702 INFO STEP 5: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
39422024-08-16T05:36:55.027Z[ recovery-image] Aug 16 05:36:53.711 INFO O| Aug 16 05:36:53.711 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/mdb"
39432024-08-16T05:36:55.031Z[ recovery-image] Aug 16 05:36:53.715 INFO O| Aug 16 05:36:53.715 INFO STEP 5 (remove_files) COMPLETE
39442024-08-16T05:36:55.031Z[ recovery-image] Aug 16 05:36:53.716 INFO O| Aug 16 05:36:53.715 INFO STEP 6: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
39452024-08-16T05:36:55.043Z[ recovery-image] Aug 16 05:36:53.727 INFO O| Aug 16 05:36:53.727 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/mps"
39462024-08-16T05:36:55.045Z[ recovery-image] Aug 16 05:36:53.729 INFO O| Aug 16 05:36:53.729 INFO STEP 6 (remove_files) COMPLETE
39472024-08-16T05:36:55.045Z[ recovery-image] Aug 16 05:36:53.729 INFO O| Aug 16 05:36:53.729 INFO STEP 7: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
39482024-08-16T05:36:55.055Z[ recovery-image] Aug 16 05:36:53.739 INFO O| Aug 16 05:36:53.739 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/pkgconfig"
39492024-08-16T05:36:55.058Z[ recovery-image] Aug 16 05:36:53.740 INFO O| Aug 16 05:36:53.740 INFO STEP 7 (remove_files) COMPLETE
39502024-08-16T05:36:55.058Z[ recovery-image] Aug 16 05:36:53.740 INFO O| Aug 16 05:36:53.740 INFO STEP 8: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
39512024-08-16T05:36:55.065Z[ recovery-image] Aug 16 05:36:53.750 INFO O| Aug 16 05:36:53.750 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/scsi"
39522024-08-16T05:36:55.069Z[ recovery-image] Aug 16 05:36:53.754 INFO O| Aug 16 05:36:53.754 INFO STEP 8 (remove_files) COMPLETE
39532024-08-16T05:36:55.069Z[ recovery-image] Aug 16 05:36:53.754 INFO O| Aug 16 05:36:53.754 INFO STEP 9: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
39542024-08-16T05:36:55.079Z[ recovery-image] Aug 16 05:36:53.763 INFO O| Aug 16 05:36:53.763 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/smbfs"
39552024-08-16T05:36:55.081Z[ recovery-image] Aug 16 05:36:53.763 INFO O| Aug 16 05:36:53.763 INFO STEP 9 (remove_files) COMPLETE
39562024-08-16T05:36:55.081Z[ recovery-image] Aug 16 05:36:53.763 INFO O| Aug 16 05:36:53.763 INFO STEP 10: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
39572024-08-16T05:36:55.088Z[ recovery-image] Aug 16 05:36:53.772 INFO O| Aug 16 05:36:53.772 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/smbsrv"
39582024-08-16T05:36:55.091Z[ recovery-image] Aug 16 05:36:53.774 INFO O| Aug 16 05:36:53.774 INFO STEP 10 (remove_files) COMPLETE
39592024-08-16T05:36:55.091Z[ recovery-image] Aug 16 05:36:53.774 INFO O| Aug 16 05:36:53.774 INFO STEP 11: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
39602024-08-16T05:36:55.099Z[ recovery-image] Aug 16 05:36:53.783 INFO O| Aug 16 05:36:53.783 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/perl5"
39612024-08-16T05:36:55.156Z[ recovery-image] Aug 16 05:36:53.840 INFO O| Aug 16 05:36:53.840 INFO STEP 11 (remove_files) COMPLETE
39622024-08-16T05:36:55.156Z[ recovery-image] Aug 16 05:36:53.840 INFO O| Aug 16 05:36:53.840 INFO STEP 12: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
39632024-08-16T05:36:55.168Z[ recovery-image] Aug 16 05:36:53.852 INFO O| Aug 16 05:36:53.852 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/share/bash"
39642024-08-16T05:36:55.171Z[ recovery-image] Aug 16 05:36:53.855 INFO O| Aug 16 05:36:53.855 INFO STEP 12 (remove_files) COMPLETE
39652024-08-16T05:36:55.171Z[ recovery-image] Aug 16 05:36:53.855 INFO O| Aug 16 05:36:53.855 INFO STEP 13: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
39662024-08-16T05:36:55.181Z[ recovery-image] Aug 16 05:36:53.865 INFO O| Aug 16 05:36:53.865 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/share/bhyve"
39672024-08-16T05:36:55.185Z[ recovery-image] Aug 16 05:36:53.869 INFO O| Aug 16 05:36:53.869 INFO STEP 13 (remove_files) COMPLETE
39682024-08-16T05:36:55.185Z[ recovery-image] Aug 16 05:36:53.869 INFO O| Aug 16 05:36:53.869 INFO STEP 14: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
39692024-08-16T05:36:55.194Z[ recovery-image] Aug 16 05:36:53.879 INFO O| Aug 16 05:36:53.879 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/share/emacs"
39702024-08-16T05:36:55.197Z[ recovery-image] Aug 16 05:36:53.879 INFO O| Aug 16 05:36:53.879 INFO STEP 14 (remove_files) COMPLETE
39712024-08-16T05:36:55.197Z[ recovery-image] Aug 16 05:36:53.879 INFO O| Aug 16 05:36:53.879 INFO STEP 15: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
39722024-08-16T05:36:55.205Z[ recovery-image] Aug 16 05:36:53.888 INFO O| Aug 16 05:36:53.888 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/share/icons"
39732024-08-16T05:36:55.207Z[ recovery-image] Aug 16 05:36:53.889 INFO O| Aug 16 05:36:53.889 INFO STEP 15 (remove_files) COMPLETE
39742024-08-16T05:36:55.207Z[ recovery-image] Aug 16 05:36:53.889 INFO O| Aug 16 05:36:53.889 INFO STEP 16: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
39752024-08-16T05:36:55.214Z[ recovery-image] Aug 16 05:36:53.899 INFO O| Aug 16 05:36:53.898 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/share/locale"
39762024-08-16T05:36:55.224Z[ recovery-image] Aug 16 05:36:53.908 INFO O| Aug 16 05:36:53.908 INFO STEP 16 (remove_files) COMPLETE
39772024-08-16T05:36:55.224Z[ recovery-image] Aug 16 05:36:53.908 INFO O| Aug 16 05:36:53.908 INFO STEP 17: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
39782024-08-16T05:36:55.233Z[ recovery-image] Aug 16 05:36:53.918 INFO O| Aug 16 05:36:53.917 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/share/src"
39792024-08-16T05:36:55.236Z[ recovery-image] Aug 16 05:36:53.918 INFO O| Aug 16 05:36:53.918 INFO STEP 17 (remove_files) COMPLETE
39802024-08-16T05:36:55.236Z[ recovery-image] Aug 16 05:36:53.918 INFO O| Aug 16 05:36:53.918 INFO STEP 18: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
39812024-08-16T05:36:55.243Z[ recovery-image] Aug 16 05:36:53.927 INFO O| Aug 16 05:36:53.927 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/share/terminfo"
39822024-08-16T05:36:55.245Z[ recovery-image] Aug 16 05:36:53.928 INFO O| Aug 16 05:36:53.928 INFO STEP 18 (remove_files) COMPLETE
39832024-08-16T05:36:55.245Z[ recovery-image] Aug 16 05:36:53.928 INFO O| Aug 16 05:36:53.928 INFO STEP 19: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
39842024-08-16T05:36:55.253Z[ recovery-image] Aug 16 05:36:53.937 INFO O| Aug 16 05:36:53.937 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/share/vim"
39852024-08-16T05:36:55.298Z[ recovery-image] Aug 16 05:36:53.982 INFO O| Aug 16 05:36:53.982 INFO STEP 19 (remove_files) COMPLETE
39862024-08-16T05:36:55.298Z[ recovery-image] Aug 16 05:36:53.982 INFO O| Aug 16 05:36:53.982 INFO STEP 20: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
39872024-08-16T05:36:55.312Z[ recovery-image] Aug 16 05:36:53.996 INFO O| Aug 16 05:36:53.996 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/lib/svc/manifest/network/ssh.xml"
39882024-08-16T05:36:55.314Z[ recovery-image] Aug 16 05:36:53.998 INFO O| Aug 16 05:36:53.998 INFO STEP 20 (remove_files) COMPLETE
39892024-08-16T05:36:55.314Z[ recovery-image] Aug 16 05:36:53.998 INFO O| Aug 16 05:36:53.998 INFO STEP 21: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
39902024-08-16T05:36:55.324Z[ recovery-image] Aug 16 05:36:54.008 INFO O| Aug 16 05:36:54.008 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/lib/svc/manifest/system/fmd.xml"
39912024-08-16T05:36:55.324Z[ recovery-image] Aug 16 05:36:54.009 INFO O| Aug 16 05:36:54.009 INFO STEP 21 (remove_files) COMPLETE
39922024-08-16T05:36:55.327Z[ recovery-image] Aug 16 05:36:54.009 INFO O| Aug 16 05:36:54.009 INFO STEP 22: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
39932024-08-16T05:36:55.334Z[ recovery-image] Aug 16 05:36:54.018 INFO O| Aug 16 05:36:54.018 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/adb"
39942024-08-16T05:36:55.338Z[ recovery-image] Aug 16 05:36:54.019 INFO O| Aug 16 05:36:54.019 INFO STEP 22 (remove_files) COMPLETE
39952024-08-16T05:36:55.338Z[ recovery-image] Aug 16 05:36:54.019 INFO O| Aug 16 05:36:54.019 INFO STEP 23: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
39962024-08-16T05:36:55.347Z[ recovery-image] Aug 16 05:36:54.031 INFO O| Aug 16 05:36:54.031 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/addbadsec"
39972024-08-16T05:36:55.350Z[ recovery-image] Aug 16 05:36:54.032 INFO O| Aug 16 05:36:54.032 INFO STEP 23 (remove_files) COMPLETE
39982024-08-16T05:36:55.350Z[ recovery-image] Aug 16 05:36:54.032 INFO O| Aug 16 05:36:54.032 INFO STEP 24: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
39992024-08-16T05:36:55.359Z[ recovery-image] Aug 16 05:36:54.043 INFO O| Aug 16 05:36:54.043 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/agentxtrap"
40002024-08-16T05:36:55.362Z[ recovery-image] Aug 16 05:36:54.044 INFO O| Aug 16 05:36:54.044 INFO STEP 24 (remove_files) COMPLETE
40012024-08-16T05:36:55.362Z[ recovery-image] Aug 16 05:36:54.044 INFO O| Aug 16 05:36:54.044 INFO STEP 25: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
40022024-08-16T05:36:55.370Z[ recovery-image] Aug 16 05:36:54.054 INFO O| Aug 16 05:36:54.054 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/alias"
40032024-08-16T05:36:55.370Z[ recovery-image] Aug 16 05:36:54.054 INFO O| Aug 16 05:36:54.054 INFO STEP 25 (remove_files) COMPLETE
40042024-08-16T05:36:55.370Z[ recovery-image] Aug 16 05:36:54.054 INFO O| Aug 16 05:36:54.054 INFO STEP 26: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
40052024-08-16T05:36:55.380Z[ recovery-image] Aug 16 05:36:54.063 INFO O| Aug 16 05:36:54.063 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/adb"
40062024-08-16T05:36:55.383Z[ recovery-image] Aug 16 05:36:54.063 INFO O| Aug 16 05:36:54.063 INFO STEP 26 (remove_files) COMPLETE
40072024-08-16T05:36:55.383Z[ recovery-image] Aug 16 05:36:54.063 INFO O| Aug 16 05:36:54.063 INFO STEP 27: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
40082024-08-16T05:36:55.388Z[ recovery-image] Aug 16 05:36:54.072 INFO O| Aug 16 05:36:54.072 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/amt"
40092024-08-16T05:36:55.388Z[ recovery-image] Aug 16 05:36:54.072 INFO O| Aug 16 05:36:54.072 INFO STEP 27 (remove_files) COMPLETE
40102024-08-16T05:36:55.391Z[ recovery-image] Aug 16 05:36:54.072 INFO O| Aug 16 05:36:54.072 INFO STEP 28: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
40112024-08-16T05:36:55.397Z[ recovery-image] Aug 16 05:36:54.082 INFO O| Aug 16 05:36:54.082 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/cputrack"
40122024-08-16T05:36:55.400Z[ recovery-image] Aug 16 05:36:54.083 INFO O| Aug 16 05:36:54.083 INFO STEP 28 (remove_files) COMPLETE
40132024-08-16T05:36:55.400Z[ recovery-image] Aug 16 05:36:54.083 INFO O| Aug 16 05:36:54.083 INFO STEP 29: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
40142024-08-16T05:36:55.408Z[ recovery-image] Aug 16 05:36:54.092 INFO O| Aug 16 05:36:54.092 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/crle"
40152024-08-16T05:36:55.408Z[ recovery-image] Aug 16 05:36:54.092 INFO O| Aug 16 05:36:54.092 INFO STEP 29 (remove_files) COMPLETE
40162024-08-16T05:36:55.411Z[ recovery-image] Aug 16 05:36:54.092 INFO O| Aug 16 05:36:54.092 INFO STEP 30: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
40172024-08-16T05:36:55.418Z[ recovery-image] Aug 16 05:36:54.102 INFO O| Aug 16 05:36:54.102 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/curl"
40182024-08-16T05:36:55.418Z[ recovery-image] Aug 16 05:36:54.102 INFO O| Aug 16 05:36:54.102 INFO STEP 30 (remove_files) COMPLETE
40192024-08-16T05:36:55.418Z[ recovery-image] Aug 16 05:36:54.102 INFO O| Aug 16 05:36:54.102 INFO STEP 31: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
40202024-08-16T05:36:55.427Z[ recovery-image] Aug 16 05:36:54.111 INFO O| Aug 16 05:36:54.111 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/curl-config"
40212024-08-16T05:36:55.427Z[ recovery-image] Aug 16 05:36:54.112 INFO O| Aug 16 05:36:54.112 INFO STEP 31 (remove_files) COMPLETE
40222024-08-16T05:36:55.430Z[ recovery-image] Aug 16 05:36:54.112 INFO O| Aug 16 05:36:54.112 INFO STEP 32: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
40232024-08-16T05:36:55.437Z[ recovery-image] Aug 16 05:36:54.121 INFO O| Aug 16 05:36:54.121 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/decrypt"
40242024-08-16T05:36:55.437Z[ recovery-image] Aug 16 05:36:54.121 INFO O| Aug 16 05:36:54.121 INFO STEP 32 (remove_files) COMPLETE
40252024-08-16T05:36:55.437Z[ recovery-image] Aug 16 05:36:54.121 INFO O| Aug 16 05:36:54.121 INFO STEP 33: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
40262024-08-16T05:36:55.446Z[ recovery-image] Aug 16 05:36:54.130 INFO O| Aug 16 05:36:54.130 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/digest"
40272024-08-16T05:36:55.449Z[ recovery-image] Aug 16 05:36:54.132 INFO O| Aug 16 05:36:54.132 INFO STEP 33 (remove_files) COMPLETE
40282024-08-16T05:36:55.449Z[ recovery-image] Aug 16 05:36:54.132 INFO O| Aug 16 05:36:54.132 INFO STEP 34: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
40292024-08-16T05:36:55.457Z[ recovery-image] Aug 16 05:36:54.141 INFO O| Aug 16 05:36:54.141 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/elfwrap"
40302024-08-16T05:36:55.457Z[ recovery-image] Aug 16 05:36:54.141 INFO O| Aug 16 05:36:54.141 INFO STEP 34 (remove_files) COMPLETE
40312024-08-16T05:36:55.460Z[ recovery-image] Aug 16 05:36:54.141 INFO O| Aug 16 05:36:54.141 INFO STEP 35: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
40322024-08-16T05:36:55.466Z[ recovery-image] Aug 16 05:36:54.150 INFO O| Aug 16 05:36:54.150 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/encrypt"
40332024-08-16T05:36:55.469Z[ recovery-image] Aug 16 05:36:54.151 INFO O| Aug 16 05:36:54.151 INFO STEP 35 (remove_files) COMPLETE
40342024-08-16T05:36:55.469Z[ recovery-image] Aug 16 05:36:54.151 INFO O| Aug 16 05:36:54.151 INFO STEP 36: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
40352024-08-16T05:36:55.476Z[ recovery-image] Aug 16 05:36:54.160 INFO O| Aug 16 05:36:54.160 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/gclear"
40362024-08-16T05:36:55.476Z[ recovery-image] Aug 16 05:36:54.160 INFO O| Aug 16 05:36:54.160 INFO STEP 36 (remove_files) COMPLETE
40372024-08-16T05:36:55.479Z[ recovery-image] Aug 16 05:36:54.160 INFO O| Aug 16 05:36:54.160 INFO STEP 37: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
40382024-08-16T05:36:55.486Z[ recovery-image] Aug 16 05:36:54.170 INFO O| Aug 16 05:36:54.170 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/gcore"
40392024-08-16T05:36:55.488Z[ recovery-image] Aug 16 05:36:54.170 INFO O| Aug 16 05:36:54.170 INFO STEP 37 (remove_files) COMPLETE
40402024-08-16T05:36:55.488Z[ recovery-image] Aug 16 05:36:54.170 INFO O| Aug 16 05:36:54.170 INFO STEP 38: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
40412024-08-16T05:36:55.495Z[ recovery-image] Aug 16 05:36:54.179 INFO O| Aug 16 05:36:54.179 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/ginfocmp"
40422024-08-16T05:36:55.495Z[ recovery-image] Aug 16 05:36:54.179 INFO O| Aug 16 05:36:54.179 INFO STEP 38 (remove_files) COMPLETE
40432024-08-16T05:36:55.495Z[ recovery-image] Aug 16 05:36:54.179 INFO O| Aug 16 05:36:54.179 INFO STEP 39: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
40442024-08-16T05:36:55.505Z[ recovery-image] Aug 16 05:36:54.189 INFO O| Aug 16 05:36:54.189 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/gtabs"
40452024-08-16T05:36:55.505Z[ recovery-image] Aug 16 05:36:54.189 INFO O| Aug 16 05:36:54.189 INFO STEP 39 (remove_files) COMPLETE
40462024-08-16T05:36:55.505Z[ recovery-image] Aug 16 05:36:54.189 INFO O| Aug 16 05:36:54.189 INFO STEP 40: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
40472024-08-16T05:36:55.514Z[ recovery-image] Aug 16 05:36:54.198 INFO O| Aug 16 05:36:54.198 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/gtic"
40482024-08-16T05:36:55.514Z[ recovery-image] Aug 16 05:36:54.198 INFO O| Aug 16 05:36:54.198 INFO STEP 40 (remove_files) COMPLETE
40492024-08-16T05:36:55.514Z[ recovery-image] Aug 16 05:36:54.198 INFO O| Aug 16 05:36:54.198 INFO STEP 41: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
40502024-08-16T05:36:55.524Z[ recovery-image] Aug 16 05:36:54.208 INFO O| Aug 16 05:36:54.208 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/gtoe"
40512024-08-16T05:36:55.524Z[ recovery-image] Aug 16 05:36:54.208 INFO O| Aug 16 05:36:54.208 INFO STEP 41 (remove_files) COMPLETE
40522024-08-16T05:36:55.527Z[ recovery-image] Aug 16 05:36:54.208 INFO O| Aug 16 05:36:54.208 INFO STEP 42: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
40532024-08-16T05:36:55.534Z[ recovery-image] Aug 16 05:36:54.218 INFO O| Aug 16 05:36:54.218 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/gtput"
40542024-08-16T05:36:55.536Z[ recovery-image] Aug 16 05:36:54.218 INFO O| Aug 16 05:36:54.218 INFO STEP 42 (remove_files) COMPLETE
40552024-08-16T05:36:55.536Z[ recovery-image] Aug 16 05:36:54.218 INFO O| Aug 16 05:36:54.218 INFO STEP 43: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
40562024-08-16T05:36:55.546Z[ recovery-image] Aug 16 05:36:54.230 INFO O| Aug 16 05:36:54.230 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/gtset"
40572024-08-16T05:36:55.548Z[ recovery-image] Aug 16 05:36:54.230 INFO O| Aug 16 05:36:54.230 INFO STEP 43 (remove_files) COMPLETE
40582024-08-16T05:36:55.548Z[ recovery-image] Aug 16 05:36:54.230 INFO O| Aug 16 05:36:54.230 INFO STEP 44: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
40592024-08-16T05:36:55.555Z[ recovery-image] Aug 16 05:36:54.239 INFO O| Aug 16 05:36:54.239 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/idn"
40602024-08-16T05:36:55.555Z[ recovery-image] Aug 16 05:36:54.239 INFO O| Aug 16 05:36:54.239 INFO STEP 44 (remove_files) COMPLETE
40612024-08-16T05:36:55.558Z[ recovery-image] Aug 16 05:36:54.239 INFO O| Aug 16 05:36:54.239 INFO STEP 45: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
40622024-08-16T05:36:55.567Z[ recovery-image] Aug 16 05:36:54.251 INFO O| Aug 16 05:36:54.251 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/ksh93"
40632024-08-16T05:36:55.569Z[ recovery-image] Aug 16 05:36:54.251 INFO O| Aug 16 05:36:54.251 INFO STEP 45 (remove_files) COMPLETE
40642024-08-16T05:36:55.569Z[ recovery-image] Aug 16 05:36:54.251 INFO O| Aug 16 05:36:54.251 INFO STEP 46: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
40652024-08-16T05:36:55.577Z[ recovery-image] Aug 16 05:36:54.261 INFO O| Aug 16 05:36:54.260 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/ls"
40662024-08-16T05:36:55.577Z[ recovery-image] Aug 16 05:36:54.261 INFO O| Aug 16 05:36:54.261 INFO STEP 46 (remove_files) COMPLETE
40672024-08-16T05:36:55.580Z[ recovery-image] Aug 16 05:36:54.261 INFO O| Aug 16 05:36:54.261 INFO STEP 47: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
40682024-08-16T05:36:55.588Z[ recovery-image] Aug 16 05:36:54.272 INFO O| Aug 16 05:36:54.272 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/mac"
40692024-08-16T05:36:55.589Z[ recovery-image] Aug 16 05:36:54.273 INFO O| Aug 16 05:36:54.272 INFO STEP 47 (remove_files) COMPLETE
40702024-08-16T05:36:55.591Z[ recovery-image] Aug 16 05:36:54.273 INFO O| Aug 16 05:36:54.272 INFO STEP 48: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
40712024-08-16T05:36:55.598Z[ recovery-image] Aug 16 05:36:54.282 INFO O| Aug 16 05:36:54.282 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/mdb"
40722024-08-16T05:36:55.598Z[ recovery-image] Aug 16 05:36:54.282 INFO O| Aug 16 05:36:54.282 INFO STEP 48 (remove_files) COMPLETE
40732024-08-16T05:36:55.601Z[ recovery-image] Aug 16 05:36:54.282 INFO O| Aug 16 05:36:54.282 INFO STEP 49: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
40742024-08-16T05:36:55.611Z[ recovery-image] Aug 16 05:36:54.292 INFO O| Aug 16 05:36:54.292 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/moe"
40752024-08-16T05:36:55.611Z[ recovery-image] Aug 16 05:36:54.292 INFO O| Aug 16 05:36:54.292 INFO STEP 49 (remove_files) COMPLETE
40762024-08-16T05:36:55.614Z[ recovery-image] Aug 16 05:36:54.292 INFO O| Aug 16 05:36:54.292 INFO STEP 50: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
40772024-08-16T05:36:55.620Z[ recovery-image] Aug 16 05:36:54.303 INFO O| Aug 16 05:36:54.303 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/ncurses6-config"
40782024-08-16T05:36:55.620Z[ recovery-image] Aug 16 05:36:54.303 INFO O| Aug 16 05:36:54.303 INFO STEP 50 (remove_files) COMPLETE
40792024-08-16T05:36:55.620Z[ recovery-image] Aug 16 05:36:54.304 INFO O| Aug 16 05:36:54.303 INFO STEP 51: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
40802024-08-16T05:36:55.629Z[ recovery-image] Aug 16 05:36:54.313 INFO O| Aug 16 05:36:54.313 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/newtask"
40812024-08-16T05:36:55.633Z[ recovery-image] Aug 16 05:36:54.314 INFO O| Aug 16 05:36:54.313 INFO STEP 51 (remove_files) COMPLETE
40822024-08-16T05:36:55.633Z[ recovery-image] Aug 16 05:36:54.314 INFO O| Aug 16 05:36:54.314 INFO STEP 52: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
40832024-08-16T05:36:55.642Z[ recovery-image] Aug 16 05:36:54.325 INFO O| Aug 16 05:36:54.325 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/nohup"
40842024-08-16T05:36:55.645Z[ recovery-image] Aug 16 05:36:54.326 INFO O| Aug 16 05:36:54.326 INFO STEP 52 (remove_files) COMPLETE
40852024-08-16T05:36:55.645Z[ recovery-image] Aug 16 05:36:54.326 INFO O| Aug 16 05:36:54.326 INFO STEP 53: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
40862024-08-16T05:36:55.651Z[ recovery-image] Aug 16 05:36:54.335 INFO O| Aug 16 05:36:54.335 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pargs"
40872024-08-16T05:36:55.654Z[ recovery-image] Aug 16 05:36:54.336 INFO O| Aug 16 05:36:54.336 INFO STEP 53 (remove_files) COMPLETE
40882024-08-16T05:36:55.654Z[ recovery-image] Aug 16 05:36:54.336 INFO O| Aug 16 05:36:54.336 INFO STEP 54: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
40892024-08-16T05:36:55.661Z[ recovery-image] Aug 16 05:36:54.345 INFO O| Aug 16 05:36:54.345 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pauxv"
40902024-08-16T05:36:55.664Z[ recovery-image] Aug 16 05:36:54.346 INFO O| Aug 16 05:36:54.346 INFO STEP 54 (remove_files) COMPLETE
40912024-08-16T05:36:55.664Z[ recovery-image] Aug 16 05:36:54.346 INFO O| Aug 16 05:36:54.346 INFO STEP 55: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
40922024-08-16T05:36:55.671Z[ recovery-image] Aug 16 05:36:54.355 INFO O| Aug 16 05:36:54.355 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pcap-config"
40932024-08-16T05:36:55.674Z[ recovery-image] Aug 16 05:36:54.356 INFO O| Aug 16 05:36:54.356 INFO STEP 55 (remove_files) COMPLETE
40942024-08-16T05:36:55.674Z[ recovery-image] Aug 16 05:36:54.356 INFO O| Aug 16 05:36:54.356 INFO STEP 56: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
40952024-08-16T05:36:55.682Z[ recovery-image] Aug 16 05:36:54.366 INFO O| Aug 16 05:36:54.366 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pcre-config"
40962024-08-16T05:36:55.684Z[ recovery-image] Aug 16 05:36:54.366 INFO O| Aug 16 05:36:54.366 INFO STEP 56 (remove_files) COMPLETE
40972024-08-16T05:36:55.684Z[ recovery-image] Aug 16 05:36:54.366 INFO O| Aug 16 05:36:54.366 INFO STEP 57: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
40982024-08-16T05:36:55.691Z[ recovery-image] Aug 16 05:36:54.375 INFO O| Aug 16 05:36:54.375 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pcre2-config"
40992024-08-16T05:36:55.691Z[ recovery-image] Aug 16 05:36:54.375 INFO O| Aug 16 05:36:54.375 INFO STEP 57 (remove_files) COMPLETE
41002024-08-16T05:36:55.691Z[ recovery-image] Aug 16 05:36:54.375 INFO O| Aug 16 05:36:54.375 INFO STEP 58: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
41012024-08-16T05:36:55.703Z[ recovery-image] Aug 16 05:36:54.386 INFO O| Aug 16 05:36:54.386 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pcre2grep"
41022024-08-16T05:36:55.703Z[ recovery-image] Aug 16 05:36:54.386 INFO O| Aug 16 05:36:54.386 INFO STEP 58 (remove_files) COMPLETE
41032024-08-16T05:36:55.703Z[ recovery-image] Aug 16 05:36:54.386 INFO O| Aug 16 05:36:54.386 INFO STEP 59: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
41042024-08-16T05:36:55.712Z[ recovery-image] Aug 16 05:36:54.396 INFO O| Aug 16 05:36:54.396 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pcre2test"
41052024-08-16T05:36:55.712Z[ recovery-image] Aug 16 05:36:54.396 INFO O| Aug 16 05:36:54.396 INFO STEP 59 (remove_files) COMPLETE
41062024-08-16T05:36:55.714Z[ recovery-image] Aug 16 05:36:54.396 INFO O| Aug 16 05:36:54.396 INFO STEP 60: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
41072024-08-16T05:36:55.721Z[ recovery-image] Aug 16 05:36:54.405 INFO O| Aug 16 05:36:54.405 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pcred"
41082024-08-16T05:36:55.721Z[ recovery-image] Aug 16 05:36:54.405 INFO O| Aug 16 05:36:54.405 INFO STEP 60 (remove_files) COMPLETE
41092024-08-16T05:36:55.724Z[ recovery-image] Aug 16 05:36:54.405 INFO O| Aug 16 05:36:54.405 INFO STEP 61: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
41102024-08-16T05:36:55.731Z[ recovery-image] Aug 16 05:36:54.415 INFO O| Aug 16 05:36:54.415 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pcregrep"
41112024-08-16T05:36:55.733Z[ recovery-image] Aug 16 05:36:54.416 INFO O| Aug 16 05:36:54.416 INFO STEP 61 (remove_files) COMPLETE
41122024-08-16T05:36:55.733Z[ recovery-image] Aug 16 05:36:54.416 INFO O| Aug 16 05:36:54.416 INFO STEP 62: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
41132024-08-16T05:36:55.741Z[ recovery-image] Aug 16 05:36:54.425 INFO O| Aug 16 05:36:54.425 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pcretest"
41142024-08-16T05:36:55.741Z[ recovery-image] Aug 16 05:36:54.425 INFO O| Aug 16 05:36:54.425 INFO STEP 62 (remove_files) COMPLETE
41152024-08-16T05:36:55.744Z[ recovery-image] Aug 16 05:36:54.425 INFO O| Aug 16 05:36:54.425 INFO STEP 63: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
41162024-08-16T05:36:55.751Z[ recovery-image] Aug 16 05:36:54.434 INFO O| Aug 16 05:36:54.434 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/penv"
41172024-08-16T05:36:55.751Z[ recovery-image] Aug 16 05:36:54.434 INFO O| Aug 16 05:36:54.434 INFO STEP 63 (remove_files) COMPLETE
41182024-08-16T05:36:55.753Z[ recovery-image] Aug 16 05:36:54.434 INFO O| Aug 16 05:36:54.434 INFO STEP 64: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
41192024-08-16T05:36:55.760Z[ recovery-image] Aug 16 05:36:54.443 INFO O| Aug 16 05:36:54.443 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pfiles"
41202024-08-16T05:36:55.760Z[ recovery-image] Aug 16 05:36:54.444 INFO O| Aug 16 05:36:54.443 INFO STEP 64 (remove_files) COMPLETE
41212024-08-16T05:36:55.760Z[ recovery-image] Aug 16 05:36:54.444 INFO O| Aug 16 05:36:54.444 INFO STEP 65: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
41222024-08-16T05:36:55.769Z[ recovery-image] Aug 16 05:36:54.453 INFO O| Aug 16 05:36:54.453 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pflags"
41232024-08-16T05:36:55.769Z[ recovery-image] Aug 16 05:36:54.453 INFO O| Aug 16 05:36:54.453 INFO STEP 65 (remove_files) COMPLETE
41242024-08-16T05:36:55.769Z[ recovery-image] Aug 16 05:36:54.453 INFO O| Aug 16 05:36:54.453 INFO STEP 66: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
41252024-08-16T05:36:55.778Z[ recovery-image] Aug 16 05:36:54.462 INFO O| Aug 16 05:36:54.462 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pldd"
41262024-08-16T05:36:55.781Z[ recovery-image] Aug 16 05:36:54.462 INFO O| Aug 16 05:36:54.462 INFO STEP 66 (remove_files) COMPLETE
41272024-08-16T05:36:55.781Z[ recovery-image] Aug 16 05:36:54.462 INFO O| Aug 16 05:36:54.462 INFO STEP 67: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
41282024-08-16T05:36:55.788Z[ recovery-image] Aug 16 05:36:54.471 INFO O| Aug 16 05:36:54.471 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/plgrp"
41292024-08-16T05:36:55.790Z[ recovery-image] Aug 16 05:36:54.472 INFO O| Aug 16 05:36:54.472 INFO STEP 67 (remove_files) COMPLETE
41302024-08-16T05:36:55.790Z[ recovery-image] Aug 16 05:36:54.472 INFO O| Aug 16 05:36:54.472 INFO STEP 68: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
41312024-08-16T05:36:55.797Z[ recovery-image] Aug 16 05:36:54.481 INFO O| Aug 16 05:36:54.481 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/plimit"
41322024-08-16T05:36:55.797Z[ recovery-image] Aug 16 05:36:54.481 INFO O| Aug 16 05:36:54.481 INFO STEP 68 (remove_files) COMPLETE
41332024-08-16T05:36:55.797Z[ recovery-image] Aug 16 05:36:54.481 INFO O| Aug 16 05:36:54.481 INFO STEP 69: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
41342024-08-16T05:36:55.806Z[ recovery-image] Aug 16 05:36:54.490 INFO O| Aug 16 05:36:54.490 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pmadvise"
41352024-08-16T05:36:55.806Z[ recovery-image] Aug 16 05:36:54.490 INFO O| Aug 16 05:36:54.490 INFO STEP 69 (remove_files) COMPLETE
41362024-08-16T05:36:55.809Z[ recovery-image] Aug 16 05:36:54.490 INFO O| Aug 16 05:36:54.490 INFO STEP 70: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
41372024-08-16T05:36:55.816Z[ recovery-image] Aug 16 05:36:54.500 INFO O| Aug 16 05:36:54.500 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pmap"
41382024-08-16T05:36:55.816Z[ recovery-image] Aug 16 05:36:54.500 INFO O| Aug 16 05:36:54.500 INFO STEP 70 (remove_files) COMPLETE
41392024-08-16T05:36:55.816Z[ recovery-image] Aug 16 05:36:54.500 INFO O| Aug 16 05:36:54.500 INFO STEP 71: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
41402024-08-16T05:36:55.819Z[ host-image] Aug 16 05:36:54.502 INFO O| Aug 16 05:36:54.502 INFO O| Done
41412024-08-16T05:36:55.825Z[ recovery-image] Aug 16 05:36:54.509 INFO O| Aug 16 05:36:54.509 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/ppgsz"
41422024-08-16T05:36:55.825Z[ recovery-image] Aug 16 05:36:54.509 INFO O| Aug 16 05:36:54.509 INFO STEP 71 (remove_files) COMPLETE
41432024-08-16T05:36:55.828Z[ recovery-image] Aug 16 05:36:54.509 INFO O| Aug 16 05:36:54.509 INFO STEP 72: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
41442024-08-16T05:36:55.835Z[ recovery-image] Aug 16 05:36:54.519 INFO O| Aug 16 05:36:54.519 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/ppriv"
41452024-08-16T05:36:55.835Z[ recovery-image] Aug 16 05:36:54.519 INFO O| Aug 16 05:36:54.519 INFO STEP 72 (remove_files) COMPLETE
41462024-08-16T05:36:55.839Z[ recovery-image] Aug 16 05:36:54.519 INFO O| Aug 16 05:36:54.519 INFO STEP 73: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
41472024-08-16T05:36:55.844Z[ recovery-image] Aug 16 05:36:54.528 INFO O| Aug 16 05:36:54.528 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/prctl"
41482024-08-16T05:36:55.844Z[ recovery-image] Aug 16 05:36:54.528 INFO O| Aug 16 05:36:54.528 INFO STEP 73 (remove_files) COMPLETE
41492024-08-16T05:36:55.847Z[ recovery-image] Aug 16 05:36:54.528 INFO O| Aug 16 05:36:54.528 INFO STEP 74: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
41502024-08-16T05:36:55.854Z[ recovery-image] Aug 16 05:36:54.538 INFO O| Aug 16 05:36:54.537 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/preap"
41512024-08-16T05:36:55.854Z[ recovery-image] Aug 16 05:36:54.538 INFO O| Aug 16 05:36:54.538 INFO STEP 74 (remove_files) COMPLETE
41522024-08-16T05:36:55.856Z[ recovery-image] Aug 16 05:36:54.538 INFO O| Aug 16 05:36:54.538 INFO STEP 75: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
41532024-08-16T05:36:55.863Z[ recovery-image] Aug 16 05:36:54.547 INFO O| Aug 16 05:36:54.547 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/prstat"
41542024-08-16T05:36:55.863Z[ recovery-image] Aug 16 05:36:54.547 INFO O| Aug 16 05:36:54.547 INFO STEP 75 (remove_files) COMPLETE
41552024-08-16T05:36:55.866Z[ recovery-image] Aug 16 05:36:54.547 INFO O| Aug 16 05:36:54.547 INFO STEP 76: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
41562024-08-16T05:36:55.873Z[ recovery-image] Aug 16 05:36:54.556 INFO O| Aug 16 05:36:54.556 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/prun"
41572024-08-16T05:36:55.875Z[ recovery-image] Aug 16 05:36:54.557 INFO O| Aug 16 05:36:54.557 INFO STEP 76 (remove_files) COMPLETE
41582024-08-16T05:36:55.875Z[ recovery-image] Aug 16 05:36:54.557 INFO O| Aug 16 05:36:54.557 INFO STEP 77: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
41592024-08-16T05:36:55.882Z[ recovery-image] Aug 16 05:36:54.566 INFO O| Aug 16 05:36:54.566 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/psecflags"
41602024-08-16T05:36:55.882Z[ recovery-image] Aug 16 05:36:54.566 INFO O| Aug 16 05:36:54.566 INFO STEP 77 (remove_files) COMPLETE
41612024-08-16T05:36:55.882Z[ recovery-image] Aug 16 05:36:54.566 INFO O| Aug 16 05:36:54.566 INFO STEP 78: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
41622024-08-16T05:36:55.892Z[ recovery-image] Aug 16 05:36:54.575 INFO O| Aug 16 05:36:54.575 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/psig"
41632024-08-16T05:36:55.893Z[ recovery-image] Aug 16 05:36:54.576 INFO O| Aug 16 05:36:54.575 INFO STEP 78 (remove_files) COMPLETE
41642024-08-16T05:36:55.895Z[ recovery-image] Aug 16 05:36:54.576 INFO O| Aug 16 05:36:54.576 INFO STEP 79: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
41652024-08-16T05:36:55.901Z[ recovery-image] Aug 16 05:36:54.585 INFO O| Aug 16 05:36:54.585 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pstack"
41662024-08-16T05:36:55.901Z[ recovery-image] Aug 16 05:36:54.585 INFO O| Aug 16 05:36:54.585 INFO STEP 79 (remove_files) COMPLETE
41672024-08-16T05:36:55.901Z[ recovery-image] Aug 16 05:36:54.585 INFO O| Aug 16 05:36:54.585 INFO STEP 80: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
41682024-08-16T05:36:55.910Z[ recovery-image] Aug 16 05:36:54.594 INFO O| Aug 16 05:36:54.594 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pstop"
41692024-08-16T05:36:55.913Z[ recovery-image] Aug 16 05:36:54.594 INFO O| Aug 16 05:36:54.594 INFO STEP 80 (remove_files) COMPLETE
41702024-08-16T05:36:55.913Z[ recovery-image] Aug 16 05:36:54.594 INFO O| Aug 16 05:36:54.594 INFO STEP 81: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
41712024-08-16T05:36:55.920Z[ recovery-image] Aug 16 05:36:54.604 INFO O| Aug 16 05:36:54.604 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/ptime"
41722024-08-16T05:36:55.922Z[ recovery-image] Aug 16 05:36:54.604 INFO O| Aug 16 05:36:54.604 INFO STEP 81 (remove_files) COMPLETE
41732024-08-16T05:36:55.922Z[ recovery-image] Aug 16 05:36:54.604 INFO O| Aug 16 05:36:54.604 INFO STEP 82: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
41742024-08-16T05:36:55.929Z[ recovery-image] Aug 16 05:36:54.613 INFO O| Aug 16 05:36:54.613 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/ptree"
41752024-08-16T05:36:55.929Z[ recovery-image] Aug 16 05:36:54.613 INFO O| Aug 16 05:36:54.613 INFO STEP 82 (remove_files) COMPLETE
41762024-08-16T05:36:55.932Z[ recovery-image] Aug 16 05:36:54.613 INFO O| Aug 16 05:36:54.613 INFO STEP 83: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
41772024-08-16T05:36:55.939Z[ recovery-image] Aug 16 05:36:54.623 INFO O| Aug 16 05:36:54.623 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pwait"
41782024-08-16T05:36:55.939Z[ recovery-image] Aug 16 05:36:54.623 INFO O| Aug 16 05:36:54.623 INFO STEP 83 (remove_files) COMPLETE
41792024-08-16T05:36:55.942Z[ recovery-image] Aug 16 05:36:54.623 INFO O| Aug 16 05:36:54.623 INFO STEP 84: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
41802024-08-16T05:36:55.948Z[ recovery-image] Aug 16 05:36:54.632 INFO O| Aug 16 05:36:54.632 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pwdx"
41812024-08-16T05:36:55.948Z[ recovery-image] Aug 16 05:36:54.632 INFO O| Aug 16 05:36:54.632 INFO STEP 84 (remove_files) COMPLETE
41822024-08-16T05:36:55.951Z[ recovery-image] Aug 16 05:36:54.632 INFO O| Aug 16 05:36:54.632 INFO STEP 85: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
41832024-08-16T05:36:55.958Z[ recovery-image] Aug 16 05:36:54.641 INFO O| Aug 16 05:36:54.641 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/rksh"
41842024-08-16T05:36:55.958Z[ recovery-image] Aug 16 05:36:54.641 INFO O| Aug 16 05:36:54.641 INFO STEP 85 (remove_files) COMPLETE
41852024-08-16T05:36:55.960Z[ recovery-image] Aug 16 05:36:54.641 INFO O| Aug 16 05:36:54.641 INFO STEP 86: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
41862024-08-16T05:36:55.967Z[ recovery-image] Aug 16 05:36:54.651 INFO O| Aug 16 05:36:54.651 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/rksh93"
41872024-08-16T05:36:55.967Z[ recovery-image] Aug 16 05:36:54.651 INFO O| Aug 16 05:36:54.651 INFO STEP 86 (remove_files) COMPLETE
41882024-08-16T05:36:55.967Z[ recovery-image] Aug 16 05:36:54.651 INFO O| Aug 16 05:36:54.651 INFO STEP 87: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
41892024-08-16T05:36:55.976Z[ recovery-image] Aug 16 05:36:54.660 INFO O| Aug 16 05:36:54.660 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/sqlite3"
41902024-08-16T05:36:55.979Z[ recovery-image] Aug 16 05:36:54.662 INFO O| Aug 16 05:36:54.662 INFO STEP 87 (remove_files) COMPLETE
41912024-08-16T05:36:55.979Z[ recovery-image] Aug 16 05:36:54.662 INFO O| Aug 16 05:36:54.662 INFO STEP 88: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
41922024-08-16T05:36:55.988Z[ recovery-image] Aug 16 05:36:54.671 INFO O| Aug 16 05:36:54.671 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/strings"
41932024-08-16T05:36:55.990Z[ recovery-image] Aug 16 05:36:54.671 INFO O| Aug 16 05:36:54.671 INFO STEP 88 (remove_files) COMPLETE
41942024-08-16T05:36:55.990Z[ recovery-image] Aug 16 05:36:54.672 INFO O| Aug 16 05:36:54.671 INFO STEP 89: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
41952024-08-16T05:36:55.997Z[ recovery-image] Aug 16 05:36:54.681 INFO O| Aug 16 05:36:54.681 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/xml2-config"
41962024-08-16T05:36:55.997Z[ recovery-image] Aug 16 05:36:54.681 INFO O| Aug 16 05:36:54.681 INFO STEP 89 (remove_files) COMPLETE
41972024-08-16T05:36:55.999Z[ recovery-image] Aug 16 05:36:54.681 INFO O| Aug 16 05:36:54.681 INFO STEP 90: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
41982024-08-16T05:36:56.006Z[ recovery-image] Aug 16 05:36:54.690 INFO O| Aug 16 05:36:54.690 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/xmlcatalog"
41992024-08-16T05:36:56.009Z[ recovery-image] Aug 16 05:36:54.690 INFO O| Aug 16 05:36:54.690 INFO STEP 90 (remove_files) COMPLETE
42002024-08-16T05:36:56.009Z[ recovery-image] Aug 16 05:36:54.690 INFO O| Aug 16 05:36:54.690 INFO STEP 91: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
42012024-08-16T05:36:56.026Z[ recovery-image] Aug 16 05:36:54.699 INFO O| Aug 16 05:36:54.699 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/xmllint"
42022024-08-16T05:36:56.026Z[ recovery-image] Aug 16 05:36:54.700 INFO O| Aug 16 05:36:54.700 INFO STEP 91 (remove_files) COMPLETE
42032024-08-16T05:36:56.026Z[ recovery-image] Aug 16 05:36:54.700 INFO O| Aug 16 05:36:54.700 INFO STEP 92: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
42042024-08-16T05:36:56.029Z[ recovery-image] Aug 16 05:36:54.709 INFO O| Aug 16 05:36:54.709 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amt"
42052024-08-16T05:36:56.029Z[ recovery-image] Aug 16 05:36:54.709 INFO O| Aug 16 05:36:54.709 INFO STEP 92 (remove_files) COMPLETE
42062024-08-16T05:36:56.029Z[ recovery-image] Aug 16 05:36:54.709 INFO O| Aug 16 05:36:54.709 INFO STEP 93: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
42072024-08-16T05:36:56.035Z[ recovery-image] Aug 16 05:36:54.718 INFO O| Aug 16 05:36:54.718 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/arch"
42082024-08-16T05:36:56.037Z[ recovery-image] Aug 16 05:36:54.718 INFO O| Aug 16 05:36:54.718 INFO STEP 93 (remove_files) COMPLETE
42092024-08-16T05:36:56.037Z[ recovery-image] Aug 16 05:36:54.718 INFO O| Aug 16 05:36:54.718 INFO STEP 94: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
42102024-08-16T05:36:56.044Z[ recovery-image] Aug 16 05:36:54.728 INFO O| Aug 16 05:36:54.728 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/asa"
42112024-08-16T05:36:56.046Z[ recovery-image] Aug 16 05:36:54.729 INFO O| Aug 16 05:36:54.729 INFO STEP 94 (remove_files) COMPLETE
42122024-08-16T05:36:56.046Z[ recovery-image] Aug 16 05:36:54.729 INFO O| Aug 16 05:36:54.729 INFO STEP 95: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
42132024-08-16T05:36:56.055Z[ recovery-image] Aug 16 05:36:54.738 INFO O| Aug 16 05:36:54.738 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/at"
42142024-08-16T05:36:56.055Z[ recovery-image] Aug 16 05:36:54.738 INFO O| Aug 16 05:36:54.738 INFO STEP 95 (remove_files) COMPLETE
42152024-08-16T05:36:56.055Z[ recovery-image] Aug 16 05:36:54.738 INFO O| Aug 16 05:36:54.738 INFO STEP 96: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
42162024-08-16T05:36:56.064Z[ recovery-image] Aug 16 05:36:54.748 INFO O| Aug 16 05:36:54.748 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/atq"
42172024-08-16T05:36:56.064Z[ recovery-image] Aug 16 05:36:54.748 INFO O| Aug 16 05:36:54.748 INFO STEP 96 (remove_files) COMPLETE
42182024-08-16T05:36:56.068Z[ recovery-image] Aug 16 05:36:54.748 INFO O| Aug 16 05:36:54.748 INFO STEP 97: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
42192024-08-16T05:36:56.074Z[ recovery-image] Aug 16 05:36:54.757 INFO O| Aug 16 05:36:54.757 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/atrm"
42202024-08-16T05:36:56.074Z[ recovery-image] Aug 16 05:36:54.757 INFO O| Aug 16 05:36:54.757 INFO STEP 97 (remove_files) COMPLETE
42212024-08-16T05:36:56.074Z[ recovery-image] Aug 16 05:36:54.757 INFO O| Aug 16 05:36:54.757 INFO STEP 98: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
42222024-08-16T05:36:56.083Z[ recovery-image] Aug 16 05:36:54.766 INFO O| Aug 16 05:36:54.766 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/auths"
42232024-08-16T05:36:56.083Z[ recovery-image] Aug 16 05:36:54.766 INFO O| Aug 16 05:36:54.766 INFO STEP 98 (remove_files) COMPLETE
42242024-08-16T05:36:56.083Z[ recovery-image] Aug 16 05:36:54.767 INFO O| Aug 16 05:36:54.766 INFO STEP 99: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
42252024-08-16T05:36:56.093Z[ recovery-image] Aug 16 05:36:54.776 INFO O| Aug 16 05:36:54.776 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/banner"
42262024-08-16T05:36:56.096Z[ recovery-image] Aug 16 05:36:54.776 INFO O| Aug 16 05:36:54.776 INFO STEP 99 (remove_files) COMPLETE
42272024-08-16T05:36:56.096Z[ recovery-image] Aug 16 05:36:54.776 INFO O| Aug 16 05:36:54.776 INFO STEP 100: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
42282024-08-16T05:36:56.103Z[ recovery-image] Aug 16 05:36:54.785 INFO O| Aug 16 05:36:54.785 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/bashbug"
42292024-08-16T05:36:56.103Z[ recovery-image] Aug 16 05:36:54.785 INFO O| Aug 16 05:36:54.785 INFO STEP 100 (remove_files) COMPLETE
42302024-08-16T05:36:56.106Z[ recovery-image] Aug 16 05:36:54.785 INFO O| Aug 16 05:36:54.785 INFO STEP 101: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
42312024-08-16T05:36:56.111Z[ recovery-image] Aug 16 05:36:54.795 INFO O| Aug 16 05:36:54.795 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/batch"
42322024-08-16T05:36:56.111Z[ recovery-image] Aug 16 05:36:54.795 INFO O| Aug 16 05:36:54.795 INFO STEP 101 (remove_files) COMPLETE
42332024-08-16T05:36:56.114Z[ recovery-image] Aug 16 05:36:54.795 INFO O| Aug 16 05:36:54.795 INFO STEP 102: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
42342024-08-16T05:36:56.120Z[ recovery-image] Aug 16 05:36:54.804 INFO O| Aug 16 05:36:54.804 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/bc"
42352024-08-16T05:36:56.120Z[ recovery-image] Aug 16 05:36:54.804 INFO O| Aug 16 05:36:54.804 INFO STEP 102 (remove_files) COMPLETE
42362024-08-16T05:36:56.121Z[ recovery-image] Aug 16 05:36:54.804 INFO O| Aug 16 05:36:54.804 INFO STEP 103: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
42372024-08-16T05:36:56.130Z[ recovery-image] Aug 16 05:36:54.813 INFO O| Aug 16 05:36:54.813 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/bdiff"
42382024-08-16T05:36:56.130Z[ recovery-image] Aug 16 05:36:54.813 INFO O| Aug 16 05:36:54.813 INFO STEP 103 (remove_files) COMPLETE
42392024-08-16T05:36:56.130Z[ recovery-image] Aug 16 05:36:54.813 INFO O| Aug 16 05:36:54.813 INFO STEP 104: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
42402024-08-16T05:36:56.140Z[ recovery-image] Aug 16 05:36:54.823 INFO O| Aug 16 05:36:54.823 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/bg"
42412024-08-16T05:36:56.140Z[ recovery-image] Aug 16 05:36:54.823 INFO O| Aug 16 05:36:54.823 INFO STEP 104 (remove_files) COMPLETE
42422024-08-16T05:36:56.140Z[ recovery-image] Aug 16 05:36:54.823 INFO O| Aug 16 05:36:54.823 INFO STEP 105: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
42432024-08-16T05:36:56.149Z[ recovery-image] Aug 16 05:36:54.832 INFO O| Aug 16 05:36:54.832 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/brotli"
42442024-08-16T05:36:56.149Z[ recovery-image] Aug 16 05:36:54.833 INFO O| Aug 16 05:36:54.832 INFO STEP 105 (remove_files) COMPLETE
42452024-08-16T05:36:56.152Z[ recovery-image] Aug 16 05:36:54.833 INFO O| Aug 16 05:36:54.833 INFO STEP 106: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
42462024-08-16T05:36:56.159Z[ recovery-image] Aug 16 05:36:54.842 INFO O| Aug 16 05:36:54.842 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/bunzip2"
42472024-08-16T05:36:56.159Z[ recovery-image] Aug 16 05:36:54.842 INFO O| Aug 16 05:36:54.842 INFO STEP 106 (remove_files) COMPLETE
42482024-08-16T05:36:56.162Z[ recovery-image] Aug 16 05:36:54.842 INFO O| Aug 16 05:36:54.842 INFO STEP 107: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
42492024-08-16T05:36:56.168Z[ recovery-image] Aug 16 05:36:54.851 INFO O| Aug 16 05:36:54.851 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/busstat"
42502024-08-16T05:36:56.168Z[ recovery-image] Aug 16 05:36:54.851 INFO O| Aug 16 05:36:54.851 INFO STEP 107 (remove_files) COMPLETE
42512024-08-16T05:36:56.173Z[ recovery-image] Aug 16 05:36:54.851 INFO O| Aug 16 05:36:54.851 INFO STEP 108: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
42522024-08-16T05:36:56.177Z[ recovery-image] Aug 16 05:36:54.861 INFO O| Aug 16 05:36:54.861 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/bzcat"
42532024-08-16T05:36:56.177Z[ recovery-image] Aug 16 05:36:54.861 INFO O| Aug 16 05:36:54.861 INFO STEP 108 (remove_files) COMPLETE
42542024-08-16T05:36:56.181Z[ recovery-image] Aug 16 05:36:54.861 INFO O| Aug 16 05:36:54.861 INFO STEP 109: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
42552024-08-16T05:36:56.187Z[ recovery-image] Aug 16 05:36:54.870 INFO O| Aug 16 05:36:54.870 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/bzdiff"
42562024-08-16T05:36:56.187Z[ recovery-image] Aug 16 05:36:54.870 INFO O| Aug 16 05:36:54.870 INFO STEP 109 (remove_files) COMPLETE
42572024-08-16T05:36:56.187Z[ recovery-image] Aug 16 05:36:54.870 INFO O| Aug 16 05:36:54.870 INFO STEP 110: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
42582024-08-16T05:36:56.196Z[ recovery-image] Aug 16 05:36:54.880 INFO O| Aug 16 05:36:54.880 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/bzgrep"
42592024-08-16T05:36:56.196Z[ recovery-image] Aug 16 05:36:54.880 INFO O| Aug 16 05:36:54.880 INFO STEP 110 (remove_files) COMPLETE
42602024-08-16T05:36:56.196Z[ recovery-image] Aug 16 05:36:54.880 INFO O| Aug 16 05:36:54.880 INFO STEP 111: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
42612024-08-16T05:36:56.205Z[ recovery-image] Aug 16 05:36:54.889 INFO O| Aug 16 05:36:54.889 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/bzip2"
42622024-08-16T05:36:56.206Z[ recovery-image] Aug 16 05:36:54.889 INFO O| Aug 16 05:36:54.889 INFO STEP 111 (remove_files) COMPLETE
42632024-08-16T05:36:56.208Z[ recovery-image] Aug 16 05:36:54.889 INFO O| Aug 16 05:36:54.889 INFO STEP 112: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
42642024-08-16T05:36:56.215Z[ recovery-image] Aug 16 05:36:54.899 INFO O| Aug 16 05:36:54.898 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/bzip2recover"
42652024-08-16T05:36:56.215Z[ recovery-image] Aug 16 05:36:54.899 INFO O| Aug 16 05:36:54.899 INFO STEP 112 (remove_files) COMPLETE
42662024-08-16T05:36:56.215Z[ recovery-image] Aug 16 05:36:54.899 INFO O| Aug 16 05:36:54.899 INFO STEP 113: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
42672024-08-16T05:36:56.224Z[ recovery-image] Aug 16 05:36:54.908 INFO O| Aug 16 05:36:54.908 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/bzmore"
42682024-08-16T05:36:56.224Z[ recovery-image] Aug 16 05:36:54.908 INFO O| Aug 16 05:36:54.908 INFO STEP 113 (remove_files) COMPLETE
42692024-08-16T05:36:56.228Z[ recovery-image] Aug 16 05:36:54.908 INFO O| Aug 16 05:36:54.908 INFO STEP 114: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
42702024-08-16T05:36:56.234Z[ recovery-image] Aug 16 05:36:54.917 INFO O| Aug 16 05:36:54.917 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/cal"
42712024-08-16T05:36:56.236Z[ recovery-image] Aug 16 05:36:54.917 INFO O| Aug 16 05:36:54.917 INFO STEP 114 (remove_files) COMPLETE
42722024-08-16T05:36:56.236Z[ recovery-image] Aug 16 05:36:54.917 INFO O| Aug 16 05:36:54.917 INFO STEP 115: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
42732024-08-16T05:36:56.243Z[ recovery-image] Aug 16 05:36:54.927 INFO O| Aug 16 05:36:54.927 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/captoinfo"
42742024-08-16T05:36:56.243Z[ recovery-image] Aug 16 05:36:54.927 INFO O| Aug 16 05:36:54.927 INFO STEP 115 (remove_files) COMPLETE
42752024-08-16T05:36:56.243Z[ recovery-image] Aug 16 05:36:54.927 INFO O| Aug 16 05:36:54.927 INFO STEP 116: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
42762024-08-16T05:36:56.252Z[ recovery-image] Aug 16 05:36:54.936 INFO O| Aug 16 05:36:54.936 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/cd"
42772024-08-16T05:36:56.252Z[ recovery-image] Aug 16 05:36:54.936 INFO O| Aug 16 05:36:54.936 INFO STEP 116 (remove_files) COMPLETE
42782024-08-16T05:36:56.255Z[ recovery-image] Aug 16 05:36:54.936 INFO O| Aug 16 05:36:54.936 INFO STEP 117: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
42792024-08-16T05:36:56.262Z[ recovery-image] Aug 16 05:36:54.945 INFO O| Aug 16 05:36:54.945 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/certutil"
42802024-08-16T05:36:56.262Z[ recovery-image] Aug 16 05:36:54.946 INFO O| Aug 16 05:36:54.945 INFO STEP 117 (remove_files) COMPLETE
42812024-08-16T05:36:56.262Z[ recovery-image] Aug 16 05:36:54.946 INFO O| Aug 16 05:36:54.946 INFO STEP 118: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
42822024-08-16T05:36:56.272Z[ recovery-image] Aug 16 05:36:54.955 INFO O| Aug 16 05:36:54.955 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/checkbandwidth"
42832024-08-16T05:36:56.272Z[ recovery-image] Aug 16 05:36:54.955 INFO O| Aug 16 05:36:54.955 INFO STEP 118 (remove_files) COMPLETE
42842024-08-16T05:36:56.272Z[ recovery-image] Aug 16 05:36:54.955 INFO O| Aug 16 05:36:54.955 INFO STEP 119: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
42852024-08-16T05:36:56.281Z[ recovery-image] Aug 16 05:36:54.965 INFO O| Aug 16 05:36:54.965 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/chgrp"
42862024-08-16T05:36:56.281Z[ recovery-image] Aug 16 05:36:54.965 INFO O| Aug 16 05:36:54.965 INFO STEP 119 (remove_files) COMPLETE
42872024-08-16T05:36:56.281Z[ recovery-image] Aug 16 05:36:54.965 INFO O| Aug 16 05:36:54.965 INFO STEP 120: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
42882024-08-16T05:36:56.287Z[ host-image] Aug 16 05:36:54.971 INFO O| Aug 16 05:36:54.971 INFO O| Done
42892024-08-16T05:36:56.291Z[ recovery-image] Aug 16 05:36:54.974 INFO O| Aug 16 05:36:54.974 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/chronyc"
42902024-08-16T05:36:56.291Z[ recovery-image] Aug 16 05:36:54.974 INFO O| Aug 16 05:36:54.974 INFO STEP 120 (remove_files) COMPLETE
42912024-08-16T05:36:56.293Z[ recovery-image] Aug 16 05:36:54.974 INFO O| Aug 16 05:36:54.974 INFO STEP 121: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
42922024-08-16T05:36:56.300Z[ recovery-image] Aug 16 05:36:54.984 INFO O| Aug 16 05:36:54.984 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ckdate"
42932024-08-16T05:36:56.300Z[ recovery-image] Aug 16 05:36:54.984 INFO O| Aug 16 05:36:54.984 INFO STEP 121 (remove_files) COMPLETE
42942024-08-16T05:36:56.300Z[ recovery-image] Aug 16 05:36:54.984 INFO O| Aug 16 05:36:54.984 INFO STEP 122: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
42952024-08-16T05:36:56.310Z[ recovery-image] Aug 16 05:36:54.993 INFO O| Aug 16 05:36:54.993 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ckgid"
42962024-08-16T05:36:56.310Z[ recovery-image] Aug 16 05:36:54.993 INFO O| Aug 16 05:36:54.993 INFO STEP 122 (remove_files) COMPLETE
42972024-08-16T05:36:56.312Z[ recovery-image] Aug 16 05:36:54.993 INFO O| Aug 16 05:36:54.993 INFO STEP 123: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
42982024-08-16T05:36:56.323Z[ recovery-image] Aug 16 05:36:55.005 INFO O| Aug 16 05:36:55.005 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ckint"
42992024-08-16T05:36:56.323Z[ recovery-image] Aug 16 05:36:55.005 INFO O| Aug 16 05:36:55.005 INFO STEP 123 (remove_files) COMPLETE
43002024-08-16T05:36:56.323Z[ recovery-image] Aug 16 05:36:55.005 INFO O| Aug 16 05:36:55.005 INFO STEP 124: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43012024-08-16T05:36:56.333Z[ recovery-image] Aug 16 05:36:55.016 INFO O| Aug 16 05:36:55.016 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ckitem"
43022024-08-16T05:36:56.333Z[ recovery-image] Aug 16 05:36:55.016 INFO O| Aug 16 05:36:55.016 INFO STEP 124 (remove_files) COMPLETE
43032024-08-16T05:36:56.333Z[ recovery-image] Aug 16 05:36:55.016 INFO O| Aug 16 05:36:55.016 INFO STEP 125: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43042024-08-16T05:36:56.343Z[ recovery-image] Aug 16 05:36:55.027 INFO O| Aug 16 05:36:55.027 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ckkeywd"
43052024-08-16T05:36:56.343Z[ recovery-image] Aug 16 05:36:55.027 INFO O| Aug 16 05:36:55.027 INFO STEP 125 (remove_files) COMPLETE
43062024-08-16T05:36:56.346Z[ recovery-image] Aug 16 05:36:55.027 INFO O| Aug 16 05:36:55.027 INFO STEP 126: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43072024-08-16T05:36:56.354Z[ recovery-image] Aug 16 05:36:55.037 INFO O| Aug 16 05:36:55.037 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ckpath"
43082024-08-16T05:36:56.354Z[ recovery-image] Aug 16 05:36:55.037 INFO O| Aug 16 05:36:55.037 INFO STEP 126 (remove_files) COMPLETE
43092024-08-16T05:36:56.356Z[ recovery-image] Aug 16 05:36:55.037 INFO O| Aug 16 05:36:55.037 INFO STEP 127: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43102024-08-16T05:36:56.364Z[ recovery-image] Aug 16 05:36:55.047 INFO O| Aug 16 05:36:55.047 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ckrange"
43112024-08-16T05:36:56.367Z[ recovery-image] Aug 16 05:36:55.047 INFO O| Aug 16 05:36:55.047 INFO STEP 127 (remove_files) COMPLETE
43122024-08-16T05:36:56.367Z[ recovery-image] Aug 16 05:36:55.047 INFO O| Aug 16 05:36:55.047 INFO STEP 128: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43132024-08-16T05:36:56.375Z[ recovery-image] Aug 16 05:36:55.058 INFO O| Aug 16 05:36:55.058 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ckstr"
43142024-08-16T05:36:56.375Z[ recovery-image] Aug 16 05:36:55.058 INFO O| Aug 16 05:36:55.058 INFO STEP 128 (remove_files) COMPLETE
43152024-08-16T05:36:56.377Z[ recovery-image] Aug 16 05:36:55.059 INFO O| Aug 16 05:36:55.058 INFO STEP 129: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43162024-08-16T05:36:56.385Z[ recovery-image] Aug 16 05:36:55.069 INFO O| Aug 16 05:36:55.069 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/cksum"
43172024-08-16T05:36:56.385Z[ recovery-image] Aug 16 05:36:55.069 INFO O| Aug 16 05:36:55.069 INFO STEP 129 (remove_files) COMPLETE
43182024-08-16T05:36:56.388Z[ recovery-image] Aug 16 05:36:55.069 INFO O| Aug 16 05:36:55.069 INFO STEP 130: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43192024-08-16T05:36:56.395Z[ recovery-image] Aug 16 05:36:55.079 INFO O| Aug 16 05:36:55.079 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/cktime"
43202024-08-16T05:36:56.395Z[ recovery-image] Aug 16 05:36:55.079 INFO O| Aug 16 05:36:55.079 INFO STEP 130 (remove_files) COMPLETE
43212024-08-16T05:36:56.398Z[ recovery-image] Aug 16 05:36:55.079 INFO O| Aug 16 05:36:55.079 INFO STEP 131: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43222024-08-16T05:36:56.405Z[ recovery-image] Aug 16 05:36:55.089 INFO O| Aug 16 05:36:55.089 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ckuid"
43232024-08-16T05:36:56.407Z[ recovery-image] Aug 16 05:36:55.089 INFO O| Aug 16 05:36:55.089 INFO STEP 131 (remove_files) COMPLETE
43242024-08-16T05:36:56.407Z[ recovery-image] Aug 16 05:36:55.089 INFO O| Aug 16 05:36:55.089 INFO STEP 132: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43252024-08-16T05:36:56.417Z[ recovery-image] Aug 16 05:36:55.101 INFO O| Aug 16 05:36:55.101 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ckyorn"
43262024-08-16T05:36:56.417Z[ recovery-image] Aug 16 05:36:55.101 INFO O| Aug 16 05:36:55.101 INFO STEP 132 (remove_files) COMPLETE
43272024-08-16T05:36:56.417Z[ recovery-image] Aug 16 05:36:55.101 INFO O| Aug 16 05:36:55.101 INFO STEP 133: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43282024-08-16T05:36:56.430Z[ recovery-image] Aug 16 05:36:55.113 INFO O| Aug 16 05:36:55.113 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/clear"
43292024-08-16T05:36:56.430Z[ recovery-image] Aug 16 05:36:55.113 INFO O| Aug 16 05:36:55.113 INFO STEP 133 (remove_files) COMPLETE
43302024-08-16T05:36:56.433Z[ recovery-image] Aug 16 05:36:55.113 INFO O| Aug 16 05:36:55.113 INFO STEP 134: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43312024-08-16T05:36:56.442Z[ recovery-image] Aug 16 05:36:55.126 INFO O| Aug 16 05:36:55.126 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/cmp"
43322024-08-16T05:36:56.442Z[ recovery-image] Aug 16 05:36:55.126 INFO O| Aug 16 05:36:55.126 INFO STEP 134 (remove_files) COMPLETE
43332024-08-16T05:36:56.445Z[ recovery-image] Aug 16 05:36:55.126 INFO O| Aug 16 05:36:55.126 INFO STEP 135: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43342024-08-16T05:36:56.455Z[ recovery-image] Aug 16 05:36:55.138 INFO O| Aug 16 05:36:55.138 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/col"
43352024-08-16T05:36:56.457Z[ recovery-image] Aug 16 05:36:55.138 INFO O| Aug 16 05:36:55.138 INFO STEP 135 (remove_files) COMPLETE
43362024-08-16T05:36:56.457Z[ recovery-image] Aug 16 05:36:55.138 INFO O| Aug 16 05:36:55.138 INFO STEP 136: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43372024-08-16T05:36:56.466Z[ recovery-image] Aug 16 05:36:55.149 INFO O| Aug 16 05:36:55.149 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/comm"
43382024-08-16T05:36:56.466Z[ recovery-image] Aug 16 05:36:55.149 INFO O| Aug 16 05:36:55.149 INFO STEP 136 (remove_files) COMPLETE
43392024-08-16T05:36:56.466Z[ recovery-image] Aug 16 05:36:55.149 INFO O| Aug 16 05:36:55.149 INFO STEP 137: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43402024-08-16T05:36:56.477Z[ recovery-image] Aug 16 05:36:55.160 INFO O| Aug 16 05:36:55.160 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/command"
43412024-08-16T05:36:56.477Z[ recovery-image] Aug 16 05:36:55.160 INFO O| Aug 16 05:36:55.160 INFO STEP 137 (remove_files) COMPLETE
43422024-08-16T05:36:56.477Z[ recovery-image] Aug 16 05:36:55.161 INFO O| Aug 16 05:36:55.160 INFO STEP 138: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43432024-08-16T05:36:56.487Z[ recovery-image] Aug 16 05:36:55.170 INFO O| Aug 16 05:36:55.170 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/compress"
43442024-08-16T05:36:56.487Z[ recovery-image] Aug 16 05:36:55.170 INFO O| Aug 16 05:36:55.170 INFO STEP 138 (remove_files) COMPLETE
43452024-08-16T05:36:56.489Z[ recovery-image] Aug 16 05:36:55.170 INFO O| Aug 16 05:36:55.170 INFO STEP 139: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43462024-08-16T05:36:56.498Z[ recovery-image] Aug 16 05:36:55.181 INFO O| Aug 16 05:36:55.181 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/connstat"
43472024-08-16T05:36:56.498Z[ recovery-image] Aug 16 05:36:55.181 INFO O| Aug 16 05:36:55.181 INFO STEP 139 (remove_files) COMPLETE
43482024-08-16T05:36:56.500Z[ recovery-image] Aug 16 05:36:55.181 INFO O| Aug 16 05:36:55.181 INFO STEP 140: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43492024-08-16T05:36:56.509Z[ recovery-image] Aug 16 05:36:55.192 INFO O| Aug 16 05:36:55.192 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/cpio"
43502024-08-16T05:36:56.511Z[ recovery-image] Aug 16 05:36:55.192 INFO O| Aug 16 05:36:55.192 INFO STEP 140 (remove_files) COMPLETE
43512024-08-16T05:36:56.511Z[ recovery-image] Aug 16 05:36:55.192 INFO O| Aug 16 05:36:55.192 INFO STEP 141: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43522024-08-16T05:36:56.515Z[ host-image] Aug 16 05:36:55.199 INFO O| Aug 16 05:36:55.199 INFO STEP 11 (pkg_install) COMPLETE
43532024-08-16T05:36:56.518Z[ host-image] Aug 16 05:36:55.199 INFO O| Aug 16 05:36:55.199 INFO STEP 12: pkg_install, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
43542024-08-16T05:36:56.520Z[ recovery-image] Aug 16 05:36:55.202 INFO O| Aug 16 05:36:55.202 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/cputrack"
43552024-08-16T05:36:56.520Z[ recovery-image] Aug 16 05:36:55.202 INFO O| Aug 16 05:36:55.202 INFO STEP 141 (remove_files) COMPLETE
43562024-08-16T05:36:56.520Z[ recovery-image] Aug 16 05:36:55.202 INFO O| Aug 16 05:36:55.202 INFO STEP 142: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43572024-08-16T05:36:56.525Z[ host-image] Aug 16 05:36:55.209 INFO O| Aug 16 05:36:55.209 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/host/work/gimlet/ramdisk", "install", "/system/man", "/developer/object-file", "/system/ksensor", "/driver/cpu/sensor"]
43582024-08-16T05:36:56.528Z[ recovery-image] Aug 16 05:36:55.212 INFO O| Aug 16 05:36:55.212 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/crle"
43592024-08-16T05:36:56.531Z[ recovery-image] Aug 16 05:36:55.212 INFO O| Aug 16 05:36:55.212 INFO STEP 142 (remove_files) COMPLETE
43602024-08-16T05:36:56.531Z[ recovery-image] Aug 16 05:36:55.212 INFO O| Aug 16 05:36:55.212 INFO STEP 143: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43612024-08-16T05:36:56.539Z[ recovery-image] Aug 16 05:36:55.222 INFO O| Aug 16 05:36:55.222 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/crontab"
43622024-08-16T05:36:56.539Z[ recovery-image] Aug 16 05:36:55.222 INFO O| Aug 16 05:36:55.222 INFO STEP 143 (remove_files) COMPLETE
43632024-08-16T05:36:56.541Z[ recovery-image] Aug 16 05:36:55.222 INFO O| Aug 16 05:36:55.222 INFO STEP 144: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43642024-08-16T05:36:56.548Z[ recovery-image] Aug 16 05:36:55.232 INFO O| Aug 16 05:36:55.232 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/crypt"
43652024-08-16T05:36:56.550Z[ recovery-image] Aug 16 05:36:55.232 INFO O| Aug 16 05:36:55.232 INFO STEP 144 (remove_files) COMPLETE
43662024-08-16T05:36:56.550Z[ recovery-image] Aug 16 05:36:55.232 INFO O| Aug 16 05:36:55.232 INFO STEP 145: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43672024-08-16T05:36:56.558Z[ recovery-image] Aug 16 05:36:55.241 INFO O| Aug 16 05:36:55.241 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/csh"
43682024-08-16T05:36:56.558Z[ recovery-image] Aug 16 05:36:55.241 INFO O| Aug 16 05:36:55.241 INFO STEP 145 (remove_files) COMPLETE
43692024-08-16T05:36:56.560Z[ recovery-image] Aug 16 05:36:55.241 INFO O| Aug 16 05:36:55.241 INFO STEP 146: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43702024-08-16T05:36:56.568Z[ recovery-image] Aug 16 05:36:55.251 INFO O| Aug 16 05:36:55.251 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/csplit"
43712024-08-16T05:36:56.568Z[ recovery-image] Aug 16 05:36:55.251 INFO O| Aug 16 05:36:55.251 INFO STEP 146 (remove_files) COMPLETE
43722024-08-16T05:36:56.568Z[ recovery-image] Aug 16 05:36:55.251 INFO O| Aug 16 05:36:55.251 INFO STEP 147: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43732024-08-16T05:36:56.577Z[ recovery-image] Aug 16 05:36:55.260 INFO O| Aug 16 05:36:55.260 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/curl"
43742024-08-16T05:36:56.577Z[ recovery-image] Aug 16 05:36:55.260 INFO O| Aug 16 05:36:55.260 INFO STEP 147 (remove_files) COMPLETE
43752024-08-16T05:36:56.579Z[ recovery-image] Aug 16 05:36:55.260 INFO O| Aug 16 05:36:55.260 INFO STEP 148: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43762024-08-16T05:36:56.587Z[ recovery-image] Aug 16 05:36:55.270 INFO O| Aug 16 05:36:55.270 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/curl-config"
43772024-08-16T05:36:56.587Z[ recovery-image] Aug 16 05:36:55.270 INFO O| Aug 16 05:36:55.270 INFO STEP 148 (remove_files) COMPLETE
43782024-08-16T05:36:56.587Z[ recovery-image] Aug 16 05:36:55.270 INFO O| Aug 16 05:36:55.270 INFO STEP 149: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43792024-08-16T05:36:56.596Z[ recovery-image] Aug 16 05:36:55.279 INFO O| Aug 16 05:36:55.279 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/dc"
43802024-08-16T05:36:56.596Z[ recovery-image] Aug 16 05:36:55.279 INFO O| Aug 16 05:36:55.279 INFO STEP 149 (remove_files) COMPLETE
43812024-08-16T05:36:56.596Z[ recovery-image] Aug 16 05:36:55.279 INFO O| Aug 16 05:36:55.279 INFO STEP 150: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43822024-08-16T05:36:56.605Z[ recovery-image] Aug 16 05:36:55.289 INFO O| Aug 16 05:36:55.289 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/decrypt"
43832024-08-16T05:36:56.605Z[ recovery-image] Aug 16 05:36:55.289 INFO O| Aug 16 05:36:55.289 INFO STEP 150 (remove_files) COMPLETE
43842024-08-16T05:36:56.608Z[ recovery-image] Aug 16 05:36:55.289 INFO O| Aug 16 05:36:55.289 INFO STEP 151: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43852024-08-16T05:36:56.617Z[ recovery-image] Aug 16 05:36:55.298 INFO O| Aug 16 05:36:55.298 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/devattr"
43862024-08-16T05:36:56.617Z[ recovery-image] Aug 16 05:36:55.298 INFO O| Aug 16 05:36:55.298 INFO STEP 151 (remove_files) COMPLETE
43872024-08-16T05:36:56.617Z[ recovery-image] Aug 16 05:36:55.298 INFO O| Aug 16 05:36:55.298 INFO STEP 152: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43882024-08-16T05:36:56.626Z[ recovery-image] Aug 16 05:36:55.308 INFO O| Aug 16 05:36:55.308 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/devfree"
43892024-08-16T05:36:56.626Z[ recovery-image] Aug 16 05:36:55.308 INFO O| Aug 16 05:36:55.308 INFO STEP 152 (remove_files) COMPLETE
43902024-08-16T05:36:56.630Z[ recovery-image] Aug 16 05:36:55.308 INFO O| Aug 16 05:36:55.308 INFO STEP 153: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43912024-08-16T05:36:56.634Z[ recovery-image] Aug 16 05:36:55.317 INFO O| Aug 16 05:36:55.317 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/devreserv"
43922024-08-16T05:36:56.634Z[ recovery-image] Aug 16 05:36:55.317 INFO O| Aug 16 05:36:55.317 INFO STEP 153 (remove_files) COMPLETE
43932024-08-16T05:36:56.638Z[ recovery-image] Aug 16 05:36:55.317 INFO O| Aug 16 05:36:55.317 INFO STEP 154: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43942024-08-16T05:36:56.644Z[ recovery-image] Aug 16 05:36:55.327 INFO O| Aug 16 05:36:55.327 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/diff3"
43952024-08-16T05:36:56.644Z[ recovery-image] Aug 16 05:36:55.327 INFO O| Aug 16 05:36:55.327 INFO STEP 154 (remove_files) COMPLETE
43962024-08-16T05:36:56.644Z[ recovery-image] Aug 16 05:36:55.327 INFO O| Aug 16 05:36:55.327 INFO STEP 155: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43972024-08-16T05:36:56.656Z[ recovery-image] Aug 16 05:36:55.339 INFO O| Aug 16 05:36:55.339 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/digest"
43982024-08-16T05:36:56.656Z[ recovery-image] Aug 16 05:36:55.339 INFO O| Aug 16 05:36:55.339 INFO STEP 155 (remove_files) COMPLETE
43992024-08-16T05:36:56.658Z[ recovery-image] Aug 16 05:36:55.339 INFO O| Aug 16 05:36:55.339 INFO STEP 156: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44002024-08-16T05:36:56.667Z[ recovery-image] Aug 16 05:36:55.350 INFO O| Aug 16 05:36:55.350 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/dircmp"
44012024-08-16T05:36:56.669Z[ recovery-image] Aug 16 05:36:55.351 INFO O| Aug 16 05:36:55.351 INFO STEP 156 (remove_files) COMPLETE
44022024-08-16T05:36:56.670Z[ recovery-image] Aug 16 05:36:55.351 INFO O| Aug 16 05:36:55.351 INFO STEP 157: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44032024-08-16T05:36:56.679Z[ recovery-image] Aug 16 05:36:55.362 INFO O| Aug 16 05:36:55.362 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/dirname"
44042024-08-16T05:36:56.679Z[ recovery-image] Aug 16 05:36:55.362 INFO O| Aug 16 05:36:55.362 INFO STEP 157 (remove_files) COMPLETE
44052024-08-16T05:36:56.682Z[ recovery-image] Aug 16 05:36:55.362 INFO O| Aug 16 05:36:55.362 INFO STEP 158: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44062024-08-16T05:36:56.688Z[ recovery-image] Aug 16 05:36:55.371 INFO O| Aug 16 05:36:55.371 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/diskinfo"
44072024-08-16T05:36:56.688Z[ recovery-image] Aug 16 05:36:55.371 INFO O| Aug 16 05:36:55.371 INFO STEP 158 (remove_files) COMPLETE
44082024-08-16T05:36:56.691Z[ recovery-image] Aug 16 05:36:55.372 INFO O| Aug 16 05:36:55.371 INFO STEP 159: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44092024-08-16T05:36:56.698Z[ recovery-image] Aug 16 05:36:55.381 INFO O| Aug 16 05:36:55.381 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/diskscan"
44102024-08-16T05:36:56.698Z[ recovery-image] Aug 16 05:36:55.381 INFO O| Aug 16 05:36:55.381 INFO STEP 159 (remove_files) COMPLETE
44112024-08-16T05:36:56.698Z[ recovery-image] Aug 16 05:36:55.381 INFO O| Aug 16 05:36:55.381 INFO STEP 160: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44122024-08-16T05:36:56.707Z[ recovery-image] Aug 16 05:36:55.391 INFO O| Aug 16 05:36:55.391 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/dispgid"
44132024-08-16T05:36:56.707Z[ recovery-image] Aug 16 05:36:55.391 INFO O| Aug 16 05:36:55.391 INFO STEP 160 (remove_files) COMPLETE
44142024-08-16T05:36:56.707Z[ recovery-image] Aug 16 05:36:55.391 INFO O| Aug 16 05:36:55.391 INFO STEP 161: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44152024-08-16T05:36:56.717Z[ recovery-image] Aug 16 05:36:55.400 INFO O| Aug 16 05:36:55.400 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/dispuid"
44162024-08-16T05:36:56.717Z[ recovery-image] Aug 16 05:36:55.400 INFO O| Aug 16 05:36:55.400 INFO STEP 161 (remove_files) COMPLETE
44172024-08-16T05:36:56.719Z[ recovery-image] Aug 16 05:36:55.400 INFO O| Aug 16 05:36:55.400 INFO STEP 162: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44182024-08-16T05:36:56.728Z[ recovery-image] Aug 16 05:36:55.412 INFO O| Aug 16 05:36:55.412 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/dos2unix"
44192024-08-16T05:36:56.728Z[ recovery-image] Aug 16 05:36:55.412 INFO O| Aug 16 05:36:55.412 INFO STEP 162 (remove_files) COMPLETE
44202024-08-16T05:36:56.731Z[ recovery-image] Aug 16 05:36:55.412 INFO O| Aug 16 05:36:55.412 INFO STEP 163: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44212024-08-16T05:36:56.738Z[ recovery-image] Aug 16 05:36:55.421 INFO O| Aug 16 05:36:55.421 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/du"
44222024-08-16T05:36:56.738Z[ recovery-image] Aug 16 05:36:55.422 INFO O| Aug 16 05:36:55.421 INFO STEP 163 (remove_files) COMPLETE
44232024-08-16T05:36:56.738Z[ recovery-image] Aug 16 05:36:55.422 INFO O| Aug 16 05:36:55.422 INFO STEP 164: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44242024-08-16T05:36:56.750Z[ recovery-image] Aug 16 05:36:55.433 INFO O| Aug 16 05:36:55.433 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/dumpcs"
44252024-08-16T05:36:56.752Z[ recovery-image] Aug 16 05:36:55.434 INFO O| Aug 16 05:36:55.434 INFO STEP 164 (remove_files) COMPLETE
44262024-08-16T05:36:56.752Z[ recovery-image] Aug 16 05:36:55.434 INFO O| Aug 16 05:36:55.434 INFO STEP 165: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44272024-08-16T05:36:56.762Z[ recovery-image] Aug 16 05:36:55.445 INFO O| Aug 16 05:36:55.445 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/dumpkeys"
44282024-08-16T05:36:56.762Z[ recovery-image] Aug 16 05:36:55.445 INFO O| Aug 16 05:36:55.445 INFO STEP 165 (remove_files) COMPLETE
44292024-08-16T05:36:56.765Z[ recovery-image] Aug 16 05:36:55.445 INFO O| Aug 16 05:36:55.445 INFO STEP 166: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44302024-08-16T05:36:56.772Z[ recovery-image] Aug 16 05:36:55.455 INFO O| Aug 16 05:36:55.455 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/edit"
44312024-08-16T05:36:56.774Z[ recovery-image] Aug 16 05:36:55.457 INFO O| Aug 16 05:36:55.457 INFO STEP 166 (remove_files) COMPLETE
44322024-08-16T05:36:56.774Z[ recovery-image] Aug 16 05:36:55.457 INFO O| Aug 16 05:36:55.457 INFO STEP 167: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44332024-08-16T05:36:56.783Z[ recovery-image] Aug 16 05:36:55.467 INFO O| Aug 16 05:36:55.467 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/eject"
44342024-08-16T05:36:56.783Z[ recovery-image] Aug 16 05:36:55.467 INFO O| Aug 16 05:36:55.467 INFO STEP 167 (remove_files) COMPLETE
44352024-08-16T05:36:56.786Z[ recovery-image] Aug 16 05:36:55.467 INFO O| Aug 16 05:36:55.467 INFO STEP 168: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44362024-08-16T05:36:56.793Z[ recovery-image] Aug 16 05:36:55.476 INFO O| Aug 16 05:36:55.476 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/elfsign"
44372024-08-16T05:36:56.796Z[ recovery-image] Aug 16 05:36:55.476 INFO O| Aug 16 05:36:55.476 INFO STEP 168 (remove_files) COMPLETE
44382024-08-16T05:36:56.796Z[ recovery-image] Aug 16 05:36:55.476 INFO O| Aug 16 05:36:55.476 INFO STEP 169: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44392024-08-16T05:36:56.804Z[ recovery-image] Aug 16 05:36:55.488 INFO O| Aug 16 05:36:55.488 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/elfwrap"
44402024-08-16T05:36:56.807Z[ recovery-image] Aug 16 05:36:55.488 INFO O| Aug 16 05:36:55.488 INFO STEP 169 (remove_files) COMPLETE
44412024-08-16T05:36:56.807Z[ recovery-image] Aug 16 05:36:55.488 INFO O| Aug 16 05:36:55.488 INFO STEP 170: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44422024-08-16T05:36:56.815Z[ recovery-image] Aug 16 05:36:55.498 INFO O| Aug 16 05:36:55.498 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/encode_keychange"
44432024-08-16T05:36:56.815Z[ recovery-image] Aug 16 05:36:55.498 INFO O| Aug 16 05:36:55.498 INFO STEP 170 (remove_files) COMPLETE
44442024-08-16T05:36:56.817Z[ recovery-image] Aug 16 05:36:55.498 INFO O| Aug 16 05:36:55.498 INFO STEP 171: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44452024-08-16T05:36:56.825Z[ recovery-image] Aug 16 05:36:55.508 INFO O| Aug 16 05:36:55.508 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/encrypt"
44462024-08-16T05:36:56.825Z[ recovery-image] Aug 16 05:36:55.508 INFO O| Aug 16 05:36:55.508 INFO STEP 171 (remove_files) COMPLETE
44472024-08-16T05:36:56.825Z[ recovery-image] Aug 16 05:36:55.508 INFO O| Aug 16 05:36:55.508 INFO STEP 172: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44482024-08-16T05:36:56.836Z[ recovery-image] Aug 16 05:36:55.520 INFO O| Aug 16 05:36:55.520 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/enhance"
44492024-08-16T05:36:56.836Z[ recovery-image] Aug 16 05:36:55.520 INFO O| Aug 16 05:36:55.520 INFO STEP 172 (remove_files) COMPLETE
44502024-08-16T05:36:56.839Z[ recovery-image] Aug 16 05:36:55.520 INFO O| Aug 16 05:36:55.520 INFO STEP 173: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44512024-08-16T05:36:56.846Z[ recovery-image] Aug 16 05:36:55.529 INFO O| Aug 16 05:36:55.529 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/env"
44522024-08-16T05:36:56.849Z[ recovery-image] Aug 16 05:36:55.529 INFO O| Aug 16 05:36:55.529 INFO STEP 173 (remove_files) COMPLETE
44532024-08-16T05:36:56.849Z[ recovery-image] Aug 16 05:36:55.530 INFO O| Aug 16 05:36:55.529 INFO STEP 174: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44542024-08-16T05:36:56.856Z[ recovery-image] Aug 16 05:36:55.540 INFO O| Aug 16 05:36:55.539 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/etdump"
44552024-08-16T05:36:56.856Z[ recovery-image] Aug 16 05:36:55.540 INFO O| Aug 16 05:36:55.540 INFO STEP 174 (remove_files) COMPLETE
44562024-08-16T05:36:56.859Z[ recovery-image] Aug 16 05:36:55.540 INFO O| Aug 16 05:36:55.540 INFO STEP 175: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44572024-08-16T05:36:56.866Z[ recovery-image] Aug 16 05:36:55.550 INFO O| Aug 16 05:36:55.550 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/expand"
44582024-08-16T05:36:56.866Z[ recovery-image] Aug 16 05:36:55.550 INFO O| Aug 16 05:36:55.550 INFO STEP 175 (remove_files) COMPLETE
44592024-08-16T05:36:56.866Z[ recovery-image] Aug 16 05:36:55.550 INFO O| Aug 16 05:36:55.550 INFO STEP 176: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44602024-08-16T05:36:56.876Z[ recovery-image] Aug 16 05:36:55.559 INFO O| Aug 16 05:36:55.559 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/exstr"
44612024-08-16T05:36:56.879Z[ recovery-image] Aug 16 05:36:55.560 INFO O| Aug 16 05:36:55.560 INFO STEP 176 (remove_files) COMPLETE
44622024-08-16T05:36:56.879Z[ recovery-image] Aug 16 05:36:55.560 INFO O| Aug 16 05:36:55.560 INFO STEP 177: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44632024-08-16T05:36:56.886Z[ recovery-image] Aug 16 05:36:55.570 INFO O| Aug 16 05:36:55.570 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/factor"
44642024-08-16T05:36:56.886Z[ recovery-image] Aug 16 05:36:55.570 INFO O| Aug 16 05:36:55.570 INFO STEP 177 (remove_files) COMPLETE
44652024-08-16T05:36:56.889Z[ recovery-image] Aug 16 05:36:55.570 INFO O| Aug 16 05:36:55.570 INFO STEP 178: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44662024-08-16T05:36:56.896Z[ recovery-image] Aug 16 05:36:55.579 INFO O| Aug 16 05:36:55.579 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/false"
44672024-08-16T05:36:56.898Z[ recovery-image] Aug 16 05:36:55.580 INFO O| Aug 16 05:36:55.580 INFO STEP 178 (remove_files) COMPLETE
44682024-08-16T05:36:56.898Z[ recovery-image] Aug 16 05:36:55.580 INFO O| Aug 16 05:36:55.580 INFO STEP 179: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44692024-08-16T05:36:56.906Z[ recovery-image] Aug 16 05:36:55.589 INFO O| Aug 16 05:36:55.589 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/fc"
44702024-08-16T05:36:56.909Z[ recovery-image] Aug 16 05:36:55.589 INFO O| Aug 16 05:36:55.589 INFO STEP 179 (remove_files) COMPLETE
44712024-08-16T05:36:56.909Z[ recovery-image] Aug 16 05:36:55.589 INFO O| Aug 16 05:36:55.589 INFO STEP 180: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44722024-08-16T05:36:56.916Z[ recovery-image] Aug 16 05:36:55.599 INFO O| Aug 16 05:36:55.599 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/fdetach"
44732024-08-16T05:36:56.916Z[ recovery-image] Aug 16 05:36:55.599 INFO O| Aug 16 05:36:55.599 INFO STEP 180 (remove_files) COMPLETE
44742024-08-16T05:36:56.919Z[ recovery-image] Aug 16 05:36:55.599 INFO O| Aug 16 05:36:55.599 INFO STEP 181: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44752024-08-16T05:36:56.926Z[ recovery-image] Aug 16 05:36:55.609 INFO O| Aug 16 05:36:55.609 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/fdformat"
44762024-08-16T05:36:56.926Z[ recovery-image] Aug 16 05:36:55.609 INFO O| Aug 16 05:36:55.609 INFO STEP 181 (remove_files) COMPLETE
44772024-08-16T05:36:56.929Z[ recovery-image] Aug 16 05:36:55.610 INFO O| Aug 16 05:36:55.609 INFO STEP 182: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44782024-08-16T05:36:56.937Z[ recovery-image] Aug 16 05:36:55.619 INFO O| Aug 16 05:36:55.619 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/fg"
44792024-08-16T05:36:56.937Z[ recovery-image] Aug 16 05:36:55.619 INFO O| Aug 16 05:36:55.619 INFO STEP 182 (remove_files) COMPLETE
44802024-08-16T05:36:56.937Z[ recovery-image] Aug 16 05:36:55.619 INFO O| Aug 16 05:36:55.619 INFO STEP 183: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44812024-08-16T05:36:56.946Z[ recovery-image] Aug 16 05:36:55.629 INFO O| Aug 16 05:36:55.629 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/fgrep"
44822024-08-16T05:36:56.946Z[ recovery-image] Aug 16 05:36:55.629 INFO O| Aug 16 05:36:55.629 INFO STEP 183 (remove_files) COMPLETE
44832024-08-16T05:36:56.948Z[ recovery-image] Aug 16 05:36:55.629 INFO O| Aug 16 05:36:55.629 INFO STEP 184: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44842024-08-16T05:36:56.956Z[ recovery-image] Aug 16 05:36:55.639 INFO O| Aug 16 05:36:55.639 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/file"
44852024-08-16T05:36:56.956Z[ recovery-image] Aug 16 05:36:55.639 INFO O| Aug 16 05:36:55.639 INFO STEP 184 (remove_files) COMPLETE
44862024-08-16T05:36:56.956Z[ recovery-image] Aug 16 05:36:55.639 INFO O| Aug 16 05:36:55.639 INFO STEP 185: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44872024-08-16T05:36:56.965Z[ recovery-image] Aug 16 05:36:55.648 INFO O| Aug 16 05:36:55.648 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/fixproc"
44882024-08-16T05:36:56.968Z[ recovery-image] Aug 16 05:36:55.649 INFO O| Aug 16 05:36:55.648 INFO STEP 185 (remove_files) COMPLETE
44892024-08-16T05:36:56.968Z[ recovery-image] Aug 16 05:36:55.649 INFO O| Aug 16 05:36:55.649 INFO STEP 186: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44902024-08-16T05:36:56.975Z[ recovery-image] Aug 16 05:36:55.658 INFO O| Aug 16 05:36:55.658 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/fmt"
44912024-08-16T05:36:56.975Z[ recovery-image] Aug 16 05:36:55.658 INFO O| Aug 16 05:36:55.658 INFO STEP 186 (remove_files) COMPLETE
44922024-08-16T05:36:56.978Z[ recovery-image] Aug 16 05:36:55.658 INFO O| Aug 16 05:36:55.658 INFO STEP 187: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44932024-08-16T05:36:56.985Z[ recovery-image] Aug 16 05:36:55.668 INFO O| Aug 16 05:36:55.668 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/fmtmsg"
44942024-08-16T05:36:56.985Z[ recovery-image] Aug 16 05:36:55.668 INFO O| Aug 16 05:36:55.668 INFO STEP 187 (remove_files) COMPLETE
44952024-08-16T05:36:56.985Z[ recovery-image] Aug 16 05:36:55.668 INFO O| Aug 16 05:36:55.668 INFO STEP 188: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44962024-08-16T05:36:56.993Z[ host-image] Aug 16 05:36:55.676 INFO O| Aug 16 05:36:55.676 INFO O| Startup: Refreshing catalog 'helios-dev' ... Done
44972024-08-16T05:36:56.996Z[ recovery-image] Aug 16 05:36:55.678 INFO O| Aug 16 05:36:55.678 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/fold"
44982024-08-16T05:36:56.996Z[ recovery-image] Aug 16 05:36:55.678 INFO O| Aug 16 05:36:55.678 INFO STEP 188 (remove_files) COMPLETE
44992024-08-16T05:36:56.996Z[ recovery-image] Aug 16 05:36:55.678 INFO O| Aug 16 05:36:55.678 INFO STEP 189: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45002024-08-16T05:36:57.005Z[ recovery-image] Aug 16 05:36:55.688 INFO O| Aug 16 05:36:55.688 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/fsstat"
45012024-08-16T05:36:57.005Z[ recovery-image] Aug 16 05:36:55.688 INFO O| Aug 16 05:36:55.688 INFO STEP 189 (remove_files) COMPLETE
45022024-08-16T05:36:57.007Z[ recovery-image] Aug 16 05:36:55.688 INFO O| Aug 16 05:36:55.688 INFO STEP 190: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45032024-08-16T05:36:57.015Z[ recovery-image] Aug 16 05:36:55.698 INFO O| Aug 16 05:36:55.698 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gclear"
45042024-08-16T05:36:57.015Z[ recovery-image] Aug 16 05:36:55.698 INFO O| Aug 16 05:36:55.698 INFO STEP 190 (remove_files) COMPLETE
45052024-08-16T05:36:57.015Z[ recovery-image] Aug 16 05:36:55.698 INFO O| Aug 16 05:36:55.698 INFO STEP 191: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45062024-08-16T05:36:57.024Z[ recovery-image] Aug 16 05:36:55.708 INFO O| Aug 16 05:36:55.707 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gcore"
45072024-08-16T05:36:57.024Z[ recovery-image] Aug 16 05:36:55.708 INFO O| Aug 16 05:36:55.708 INFO STEP 191 (remove_files) COMPLETE
45082024-08-16T05:36:57.024Z[ recovery-image] Aug 16 05:36:55.708 INFO O| Aug 16 05:36:55.708 INFO STEP 192: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45092024-08-16T05:36:57.035Z[ recovery-image] Aug 16 05:36:55.718 INFO O| Aug 16 05:36:55.718 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/geniconvtbl"
45102024-08-16T05:36:57.035Z[ recovery-image] Aug 16 05:36:55.718 INFO O| Aug 16 05:36:55.718 INFO STEP 192 (remove_files) COMPLETE
45112024-08-16T05:36:57.038Z[ recovery-image] Aug 16 05:36:55.718 INFO O| Aug 16 05:36:55.718 INFO STEP 193: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45122024-08-16T05:36:57.045Z[ recovery-image] Aug 16 05:36:55.728 INFO O| Aug 16 05:36:55.728 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/getconf"
45132024-08-16T05:36:57.045Z[ recovery-image] Aug 16 05:36:55.728 INFO O| Aug 16 05:36:55.728 INFO STEP 193 (remove_files) COMPLETE
45142024-08-16T05:36:57.045Z[ recovery-image] Aug 16 05:36:55.728 INFO O| Aug 16 05:36:55.728 INFO STEP 194: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45152024-08-16T05:36:57.055Z[ recovery-image] Aug 16 05:36:55.738 INFO O| Aug 16 05:36:55.738 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/getdev"
45162024-08-16T05:36:57.055Z[ recovery-image] Aug 16 05:36:55.738 INFO O| Aug 16 05:36:55.738 INFO STEP 194 (remove_files) COMPLETE
45172024-08-16T05:36:57.055Z[ recovery-image] Aug 16 05:36:55.738 INFO O| Aug 16 05:36:55.738 INFO STEP 195: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45182024-08-16T05:36:57.065Z[ recovery-image] Aug 16 05:36:55.748 INFO O| Aug 16 05:36:55.748 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/getdgrp"
45192024-08-16T05:36:57.065Z[ recovery-image] Aug 16 05:36:55.748 INFO O| Aug 16 05:36:55.748 INFO STEP 195 (remove_files) COMPLETE
45202024-08-16T05:36:57.065Z[ recovery-image] Aug 16 05:36:55.748 INFO O| Aug 16 05:36:55.748 INFO STEP 196: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45212024-08-16T05:36:57.074Z[ recovery-image] Aug 16 05:36:55.758 INFO O| Aug 16 05:36:55.758 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/getent"
45222024-08-16T05:36:57.077Z[ recovery-image] Aug 16 05:36:55.758 INFO O| Aug 16 05:36:55.758 INFO STEP 196 (remove_files) COMPLETE
45232024-08-16T05:36:57.077Z[ recovery-image] Aug 16 05:36:55.758 INFO O| Aug 16 05:36:55.758 INFO STEP 197: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45242024-08-16T05:36:57.084Z[ recovery-image] Aug 16 05:36:55.767 INFO O| Aug 16 05:36:55.767 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/getfacl"
45252024-08-16T05:36:57.084Z[ recovery-image] Aug 16 05:36:55.767 INFO O| Aug 16 05:36:55.767 INFO STEP 197 (remove_files) COMPLETE
45262024-08-16T05:36:57.087Z[ recovery-image] Aug 16 05:36:55.767 INFO O| Aug 16 05:36:55.767 INFO STEP 198: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45272024-08-16T05:36:57.094Z[ recovery-image] Aug 16 05:36:55.777 INFO O| Aug 16 05:36:55.777 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/getopt"
45282024-08-16T05:36:57.094Z[ recovery-image] Aug 16 05:36:55.777 INFO O| Aug 16 05:36:55.777 INFO STEP 198 (remove_files) COMPLETE
45292024-08-16T05:36:57.094Z[ recovery-image] Aug 16 05:36:55.777 INFO O| Aug 16 05:36:55.777 INFO STEP 199: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45302024-08-16T05:36:57.105Z[ recovery-image] Aug 16 05:36:55.788 INFO O| Aug 16 05:36:55.788 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/getopts"
45312024-08-16T05:36:57.108Z[ recovery-image] Aug 16 05:36:55.788 INFO O| Aug 16 05:36:55.788 INFO STEP 199 (remove_files) COMPLETE
45322024-08-16T05:36:57.108Z[ recovery-image] Aug 16 05:36:55.788 INFO O| Aug 16 05:36:55.788 INFO STEP 200: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45332024-08-16T05:36:57.115Z[ recovery-image] Aug 16 05:36:55.798 INFO O| Aug 16 05:36:55.798 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gettext"
45342024-08-16T05:36:57.115Z[ recovery-image] Aug 16 05:36:55.798 INFO O| Aug 16 05:36:55.798 INFO STEP 200 (remove_files) COMPLETE
45352024-08-16T05:36:57.118Z[ recovery-image] Aug 16 05:36:55.798 INFO O| Aug 16 05:36:55.798 INFO STEP 201: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45362024-08-16T05:36:57.125Z[ recovery-image] Aug 16 05:36:55.808 INFO O| Aug 16 05:36:55.808 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/getvol"
45372024-08-16T05:36:57.125Z[ recovery-image] Aug 16 05:36:55.808 INFO O| Aug 16 05:36:55.808 INFO STEP 201 (remove_files) COMPLETE
45382024-08-16T05:36:57.125Z[ recovery-image] Aug 16 05:36:55.808 INFO O| Aug 16 05:36:55.808 INFO STEP 202: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45392024-08-16T05:36:57.135Z[ recovery-image] Aug 16 05:36:55.818 INFO O| Aug 16 05:36:55.818 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ginfocmp"
45402024-08-16T05:36:57.135Z[ recovery-image] Aug 16 05:36:55.818 INFO O| Aug 16 05:36:55.818 INFO STEP 202 (remove_files) COMPLETE
45412024-08-16T05:36:57.137Z[ recovery-image] Aug 16 05:36:55.818 INFO O| Aug 16 05:36:55.818 INFO STEP 203: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45422024-08-16T05:36:57.145Z[ recovery-image] Aug 16 05:36:55.828 INFO O| Aug 16 05:36:55.828 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/groups"
45432024-08-16T05:36:57.145Z[ recovery-image] Aug 16 05:36:55.828 INFO O| Aug 16 05:36:55.828 INFO STEP 203 (remove_files) COMPLETE
45442024-08-16T05:36:57.145Z[ recovery-image] Aug 16 05:36:55.828 INFO O| Aug 16 05:36:55.828 INFO STEP 204: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45452024-08-16T05:36:57.154Z[ recovery-image] Aug 16 05:36:55.837 INFO O| Aug 16 05:36:55.837 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gtabs"
45462024-08-16T05:36:57.154Z[ recovery-image] Aug 16 05:36:55.838 INFO O| Aug 16 05:36:55.838 INFO STEP 204 (remove_files) COMPLETE
45472024-08-16T05:36:57.157Z[ recovery-image] Aug 16 05:36:55.838 INFO O| Aug 16 05:36:55.838 INFO STEP 205: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45482024-08-16T05:36:57.164Z[ recovery-image] Aug 16 05:36:55.847 INFO O| Aug 16 05:36:55.847 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gtic"
45492024-08-16T05:36:57.167Z[ recovery-image] Aug 16 05:36:55.847 INFO O| Aug 16 05:36:55.847 INFO STEP 205 (remove_files) COMPLETE
45502024-08-16T05:36:57.167Z[ recovery-image] Aug 16 05:36:55.847 INFO O| Aug 16 05:36:55.847 INFO STEP 206: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45512024-08-16T05:36:57.174Z[ recovery-image] Aug 16 05:36:55.857 INFO O| Aug 16 05:36:55.857 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gtoe"
45522024-08-16T05:36:57.177Z[ recovery-image] Aug 16 05:36:55.857 INFO O| Aug 16 05:36:55.857 INFO STEP 206 (remove_files) COMPLETE
45532024-08-16T05:36:57.177Z[ recovery-image] Aug 16 05:36:55.857 INFO O| Aug 16 05:36:55.857 INFO STEP 207: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45542024-08-16T05:36:57.184Z[ recovery-image] Aug 16 05:36:55.867 INFO O| Aug 16 05:36:55.867 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gtput"
45552024-08-16T05:36:57.186Z[ recovery-image] Aug 16 05:36:55.867 INFO O| Aug 16 05:36:55.867 INFO STEP 207 (remove_files) COMPLETE
45562024-08-16T05:36:57.186Z[ recovery-image] Aug 16 05:36:55.867 INFO O| Aug 16 05:36:55.867 INFO STEP 208: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45572024-08-16T05:36:57.194Z[ recovery-image] Aug 16 05:36:55.877 INFO O| Aug 16 05:36:55.877 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gtset"
45582024-08-16T05:36:57.196Z[ recovery-image] Aug 16 05:36:55.877 INFO O| Aug 16 05:36:55.877 INFO STEP 208 (remove_files) COMPLETE
45592024-08-16T05:36:57.196Z[ recovery-image] Aug 16 05:36:55.877 INFO O| Aug 16 05:36:55.877 INFO STEP 209: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45602024-08-16T05:36:57.203Z[ recovery-image] Aug 16 05:36:55.887 INFO O| Aug 16 05:36:55.887 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gunzip"
45612024-08-16T05:36:57.203Z[ recovery-image] Aug 16 05:36:55.887 INFO O| Aug 16 05:36:55.887 INFO STEP 209 (remove_files) COMPLETE
45622024-08-16T05:36:57.207Z[ recovery-image] Aug 16 05:36:55.887 INFO O| Aug 16 05:36:55.887 INFO STEP 210: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45632024-08-16T05:36:57.213Z[ recovery-image] Aug 16 05:36:55.896 INFO O| Aug 16 05:36:55.896 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gzcat"
45642024-08-16T05:36:57.216Z[ recovery-image] Aug 16 05:36:55.896 INFO O| Aug 16 05:36:55.896 INFO STEP 210 (remove_files) COMPLETE
45652024-08-16T05:36:57.216Z[ recovery-image] Aug 16 05:36:55.897 INFO O| Aug 16 05:36:55.896 INFO STEP 211: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45662024-08-16T05:36:57.223Z[ recovery-image] Aug 16 05:36:55.906 INFO O| Aug 16 05:36:55.906 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gzcmp"
45672024-08-16T05:36:57.224Z[ recovery-image] Aug 16 05:36:55.906 INFO O| Aug 16 05:36:55.906 INFO STEP 211 (remove_files) COMPLETE
45682024-08-16T05:36:57.224Z[ recovery-image] Aug 16 05:36:55.906 INFO O| Aug 16 05:36:55.906 INFO STEP 212: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45692024-08-16T05:36:57.234Z[ recovery-image] Aug 16 05:36:55.916 INFO O| Aug 16 05:36:55.916 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gzdiff"
45702024-08-16T05:36:57.234Z[ recovery-image] Aug 16 05:36:55.916 INFO O| Aug 16 05:36:55.916 INFO STEP 212 (remove_files) COMPLETE
45712024-08-16T05:36:57.234Z[ recovery-image] Aug 16 05:36:55.916 INFO O| Aug 16 05:36:55.916 INFO STEP 213: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45722024-08-16T05:36:57.243Z[ recovery-image] Aug 16 05:36:55.926 INFO O| Aug 16 05:36:55.926 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gzegrep"
45732024-08-16T05:36:57.243Z[ recovery-image] Aug 16 05:36:55.926 INFO O| Aug 16 05:36:55.926 INFO STEP 213 (remove_files) COMPLETE
45742024-08-16T05:36:57.243Z[ recovery-image] Aug 16 05:36:55.926 INFO O| Aug 16 05:36:55.926 INFO STEP 214: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45752024-08-16T05:36:57.255Z[ recovery-image] Aug 16 05:36:55.936 INFO O| Aug 16 05:36:55.936 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gzexe"
45762024-08-16T05:36:57.255Z[ recovery-image] Aug 16 05:36:55.936 INFO O| Aug 16 05:36:55.936 INFO STEP 214 (remove_files) COMPLETE
45772024-08-16T05:36:57.258Z[ recovery-image] Aug 16 05:36:55.937 INFO O| Aug 16 05:36:55.936 INFO STEP 215: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45782024-08-16T05:36:57.264Z[ recovery-image] Aug 16 05:36:55.947 INFO O| Aug 16 05:36:55.947 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gzfgrep"
45792024-08-16T05:36:57.267Z[ recovery-image] Aug 16 05:36:55.948 INFO O| Aug 16 05:36:55.947 INFO STEP 215 (remove_files) COMPLETE
45802024-08-16T05:36:57.267Z[ recovery-image] Aug 16 05:36:55.948 INFO O| Aug 16 05:36:55.948 INFO STEP 216: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45812024-08-16T05:36:57.277Z[ recovery-image] Aug 16 05:36:55.960 INFO O| Aug 16 05:36:55.960 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gzforce"
45822024-08-16T05:36:57.277Z[ recovery-image] Aug 16 05:36:55.960 INFO O| Aug 16 05:36:55.960 INFO STEP 216 (remove_files) COMPLETE
45832024-08-16T05:36:57.279Z[ recovery-image] Aug 16 05:36:55.960 INFO O| Aug 16 05:36:55.960 INFO STEP 217: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45842024-08-16T05:36:57.288Z[ recovery-image] Aug 16 05:36:55.971 INFO O| Aug 16 05:36:55.971 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gzgrep"
45852024-08-16T05:36:57.288Z[ recovery-image] Aug 16 05:36:55.971 INFO O| Aug 16 05:36:55.971 INFO STEP 217 (remove_files) COMPLETE
45862024-08-16T05:36:57.291Z[ recovery-image] Aug 16 05:36:55.971 INFO O| Aug 16 05:36:55.971 INFO STEP 218: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45872024-08-16T05:36:57.299Z[ recovery-image] Aug 16 05:36:55.982 INFO O| Aug 16 05:36:55.982 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gzip"
45882024-08-16T05:36:57.302Z[ recovery-image] Aug 16 05:36:55.982 INFO O| Aug 16 05:36:55.982 INFO STEP 218 (remove_files) COMPLETE
45892024-08-16T05:36:57.302Z[ recovery-image] Aug 16 05:36:55.982 INFO O| Aug 16 05:36:55.982 INFO STEP 219: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45902024-08-16T05:36:57.311Z[ recovery-image] Aug 16 05:36:55.992 INFO O| Aug 16 05:36:55.992 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gzless"
45912024-08-16T05:36:57.311Z[ recovery-image] Aug 16 05:36:55.992 INFO O| Aug 16 05:36:55.992 INFO STEP 219 (remove_files) COMPLETE
45922024-08-16T05:36:57.313Z[ recovery-image] Aug 16 05:36:55.993 INFO O| Aug 16 05:36:55.992 INFO STEP 220: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45932024-08-16T05:36:57.320Z[ recovery-image] Aug 16 05:36:56.003 INFO O| Aug 16 05:36:56.003 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gzmore"
45942024-08-16T05:36:57.320Z[ recovery-image] Aug 16 05:36:56.003 INFO O| Aug 16 05:36:56.003 INFO STEP 220 (remove_files) COMPLETE
45952024-08-16T05:36:57.323Z[ recovery-image] Aug 16 05:36:56.003 INFO O| Aug 16 05:36:56.003 INFO STEP 221: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45962024-08-16T05:36:57.330Z[ recovery-image] Aug 16 05:36:56.014 INFO O| Aug 16 05:36:56.013 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gznew"
45972024-08-16T05:36:57.331Z[ recovery-image] Aug 16 05:36:56.014 INFO O| Aug 16 05:36:56.014 INFO STEP 221 (remove_files) COMPLETE
45982024-08-16T05:36:57.333Z[ recovery-image] Aug 16 05:36:56.014 INFO O| Aug 16 05:36:56.014 INFO STEP 222: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45992024-08-16T05:36:57.341Z[ recovery-image] Aug 16 05:36:56.024 INFO O| Aug 16 05:36:56.024 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/hash"
46002024-08-16T05:36:57.341Z[ recovery-image] Aug 16 05:36:56.024 INFO O| Aug 16 05:36:56.024 INFO STEP 222 (remove_files) COMPLETE
46012024-08-16T05:36:57.341Z[ recovery-image] Aug 16 05:36:56.024 INFO O| Aug 16 05:36:56.024 INFO STEP 223: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46022024-08-16T05:36:57.351Z[ recovery-image] Aug 16 05:36:56.034 INFO O| Aug 16 05:36:56.034 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/hostid"
46032024-08-16T05:36:57.351Z[ recovery-image] Aug 16 05:36:56.034 INFO O| Aug 16 05:36:56.034 INFO STEP 223 (remove_files) COMPLETE
46042024-08-16T05:36:57.354Z[ recovery-image] Aug 16 05:36:56.034 INFO O| Aug 16 05:36:56.034 INFO STEP 224: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46052024-08-16T05:36:57.361Z[ recovery-image] Aug 16 05:36:56.044 INFO O| Aug 16 05:36:56.044 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/hostname"
46062024-08-16T05:36:57.361Z[ recovery-image] Aug 16 05:36:56.044 INFO O| Aug 16 05:36:56.044 INFO STEP 224 (remove_files) COMPLETE
46072024-08-16T05:36:57.364Z[ recovery-image] Aug 16 05:36:56.044 INFO O| Aug 16 05:36:56.044 INFO STEP 225: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46082024-08-16T05:36:57.371Z[ recovery-image] Aug 16 05:36:56.054 INFO O| Aug 16 05:36:56.054 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/i86/adb"
46092024-08-16T05:36:57.374Z[ recovery-image] Aug 16 05:36:56.055 INFO O| Aug 16 05:36:56.054 INFO STEP 225 (remove_files) COMPLETE
46102024-08-16T05:36:57.374Z[ recovery-image] Aug 16 05:36:56.055 INFO O| Aug 16 05:36:56.054 INFO STEP 226: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46112024-08-16T05:36:57.381Z[ recovery-image] Aug 16 05:36:56.064 INFO O| Aug 16 05:36:56.064 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/i86/amt"
46122024-08-16T05:36:57.381Z[ recovery-image] Aug 16 05:36:56.064 INFO O| Aug 16 05:36:56.064 INFO STEP 226 (remove_files) COMPLETE
46132024-08-16T05:36:57.384Z[ recovery-image] Aug 16 05:36:56.064 INFO O| Aug 16 05:36:56.064 INFO STEP 227: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46142024-08-16T05:36:57.391Z[ recovery-image] Aug 16 05:36:56.074 INFO O| Aug 16 05:36:56.074 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/i86/ksh"
46152024-08-16T05:36:57.394Z[ recovery-image] Aug 16 05:36:56.074 INFO O| Aug 16 05:36:56.074 INFO STEP 227 (remove_files) COMPLETE
46162024-08-16T05:36:57.394Z[ recovery-image] Aug 16 05:36:56.074 INFO O| Aug 16 05:36:56.074 INFO STEP 228: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46172024-08-16T05:36:57.402Z[ recovery-image] Aug 16 05:36:56.085 INFO O| Aug 16 05:36:56.085 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/i86/mdb"
46182024-08-16T05:36:57.402Z[ recovery-image] Aug 16 05:36:56.085 INFO O| Aug 16 05:36:56.085 INFO STEP 228 (remove_files) COMPLETE
46192024-08-16T05:36:57.405Z[ recovery-image] Aug 16 05:36:56.085 INFO O| Aug 16 05:36:56.085 INFO STEP 229: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46202024-08-16T05:36:57.414Z[ recovery-image] Aug 16 05:36:56.097 INFO O| Aug 16 05:36:56.096 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/i86/rksh"
46212024-08-16T05:36:57.414Z[ recovery-image] Aug 16 05:36:56.097 INFO O| Aug 16 05:36:56.097 INFO STEP 229 (remove_files) COMPLETE
46222024-08-16T05:36:57.414Z[ recovery-image] Aug 16 05:36:56.097 INFO O| Aug 16 05:36:56.097 INFO STEP 230: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46232024-08-16T05:36:57.426Z[ recovery-image] Aug 16 05:36:56.108 INFO O| Aug 16 05:36:56.108 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/i86/rksh93"
46242024-08-16T05:36:57.426Z[ recovery-image] Aug 16 05:36:56.108 INFO O| Aug 16 05:36:56.108 INFO STEP 230 (remove_files) COMPLETE
46252024-08-16T05:36:57.428Z[ recovery-image] Aug 16 05:36:56.108 INFO O| Aug 16 05:36:56.108 INFO STEP 231: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46262024-08-16T05:36:57.436Z[ recovery-image] Aug 16 05:36:56.119 INFO O| Aug 16 05:36:56.119 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/iconv"
46272024-08-16T05:36:57.439Z[ recovery-image] Aug 16 05:36:56.119 INFO O| Aug 16 05:36:56.119 INFO STEP 231 (remove_files) COMPLETE
46282024-08-16T05:36:57.439Z[ recovery-image] Aug 16 05:36:56.119 INFO O| Aug 16 05:36:56.119 INFO STEP 232: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46292024-08-16T05:36:57.447Z[ recovery-image] Aug 16 05:36:56.130 INFO O| Aug 16 05:36:56.130 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/id"
46302024-08-16T05:36:57.450Z[ recovery-image] Aug 16 05:36:56.130 INFO O| Aug 16 05:36:56.130 INFO STEP 232 (remove_files) COMPLETE
46312024-08-16T05:36:57.450Z[ recovery-image] Aug 16 05:36:56.130 INFO O| Aug 16 05:36:56.130 INFO STEP 233: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46322024-08-16T05:36:57.459Z[ recovery-image] Aug 16 05:36:56.141 INFO O| Aug 16 05:36:56.141 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/idn"
46332024-08-16T05:36:57.461Z[ recovery-image] Aug 16 05:36:56.142 INFO O| Aug 16 05:36:56.141 INFO STEP 233 (remove_files) COMPLETE
46342024-08-16T05:36:57.461Z[ recovery-image] Aug 16 05:36:56.142 INFO O| Aug 16 05:36:56.142 INFO STEP 234: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46352024-08-16T05:36:57.469Z[ recovery-image] Aug 16 05:36:56.152 INFO O| Aug 16 05:36:56.152 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/infocmp"
46362024-08-16T05:36:57.471Z[ recovery-image] Aug 16 05:36:56.152 INFO O| Aug 16 05:36:56.152 INFO STEP 234 (remove_files) COMPLETE
46372024-08-16T05:36:57.471Z[ recovery-image] Aug 16 05:36:56.152 INFO O| Aug 16 05:36:56.152 INFO STEP 235: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46382024-08-16T05:36:57.479Z[ recovery-image] Aug 16 05:36:56.162 INFO O| Aug 16 05:36:56.162 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/iostat"
46392024-08-16T05:36:57.479Z[ recovery-image] Aug 16 05:36:56.162 INFO O| Aug 16 05:36:56.162 INFO STEP 235 (remove_files) COMPLETE
46402024-08-16T05:36:57.479Z[ recovery-image] Aug 16 05:36:56.162 INFO O| Aug 16 05:36:56.162 INFO STEP 236: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46412024-08-16T05:36:57.489Z[ recovery-image] Aug 16 05:36:56.172 INFO O| Aug 16 05:36:56.172 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ipf-mod.pl"
46422024-08-16T05:36:57.492Z[ recovery-image] Aug 16 05:36:56.173 INFO O| Aug 16 05:36:56.173 INFO STEP 236 (remove_files) COMPLETE
46432024-08-16T05:36:57.492Z[ recovery-image] Aug 16 05:36:56.173 INFO O| Aug 16 05:36:56.173 INFO STEP 237: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46442024-08-16T05:36:57.501Z[ recovery-image] Aug 16 05:36:56.184 INFO O| Aug 16 05:36:56.184 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/isainfo"
46452024-08-16T05:36:57.501Z[ recovery-image] Aug 16 05:36:56.184 INFO O| Aug 16 05:36:56.184 INFO STEP 237 (remove_files) COMPLETE
46462024-08-16T05:36:57.503Z[ recovery-image] Aug 16 05:36:56.184 INFO O| Aug 16 05:36:56.184 INFO STEP 238: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46472024-08-16T05:36:57.511Z[ recovery-image] Aug 16 05:36:56.194 INFO O| Aug 16 05:36:56.194 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/isalist"
46482024-08-16T05:36:57.511Z[ recovery-image] Aug 16 05:36:56.194 INFO O| Aug 16 05:36:56.194 INFO STEP 238 (remove_files) COMPLETE
46492024-08-16T05:36:57.511Z[ recovery-image] Aug 16 05:36:56.194 INFO O| Aug 16 05:36:56.194 INFO STEP 239: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46502024-08-16T05:36:57.522Z[ recovery-image] Aug 16 05:36:56.205 INFO O| Aug 16 05:36:56.204 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/jobs"
46512024-08-16T05:36:57.522Z[ recovery-image] Aug 16 05:36:56.205 INFO O| Aug 16 05:36:56.205 INFO STEP 239 (remove_files) COMPLETE
46522024-08-16T05:36:57.522Z[ recovery-image] Aug 16 05:36:56.205 INFO O| Aug 16 05:36:56.205 INFO STEP 240: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46532024-08-16T05:36:57.532Z[ recovery-image] Aug 16 05:36:56.214 INFO O| Aug 16 05:36:56.214 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/join"
46542024-08-16T05:36:57.534Z[ recovery-image] Aug 16 05:36:56.214 INFO O| Aug 16 05:36:56.214 INFO STEP 240 (remove_files) COMPLETE
46552024-08-16T05:36:57.534Z[ recovery-image] Aug 16 05:36:56.214 INFO O| Aug 16 05:36:56.214 INFO STEP 241: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46562024-08-16T05:36:57.542Z[ recovery-image] Aug 16 05:36:56.224 INFO O| Aug 16 05:36:56.224 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/kbd"
46572024-08-16T05:36:57.558Z[ recovery-image] Aug 16 05:36:56.224 INFO O| Aug 16 05:36:56.224 INFO STEP 241 (remove_files) COMPLETE
46582024-08-16T05:36:57.558Z[ recovery-image] Aug 16 05:36:56.224 INFO O| Aug 16 05:36:56.224 INFO STEP 242: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46592024-08-16T05:36:57.558Z[ recovery-image] Aug 16 05:36:56.234 INFO O| Aug 16 05:36:56.233 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/kdestroy"
46602024-08-16T05:36:57.558Z[ recovery-image] Aug 16 05:36:56.234 INFO O| Aug 16 05:36:56.234 INFO STEP 242 (remove_files) COMPLETE
46612024-08-16T05:36:57.558Z[ recovery-image] Aug 16 05:36:56.234 INFO O| Aug 16 05:36:56.234 INFO STEP 243: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46622024-08-16T05:36:57.561Z[ recovery-image] Aug 16 05:36:56.243 INFO O| Aug 16 05:36:56.243 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/keylogin"
46632024-08-16T05:36:57.562Z[ recovery-image] Aug 16 05:36:56.243 INFO O| Aug 16 05:36:56.243 INFO STEP 243 (remove_files) COMPLETE
46642024-08-16T05:36:57.562Z[ recovery-image] Aug 16 05:36:56.243 INFO O| Aug 16 05:36:56.243 INFO STEP 244: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46652024-08-16T05:36:57.570Z[ recovery-image] Aug 16 05:36:56.253 INFO O| Aug 16 05:36:56.253 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/keylogout"
46662024-08-16T05:36:57.570Z[ recovery-image] Aug 16 05:36:56.253 INFO O| Aug 16 05:36:56.253 INFO STEP 244 (remove_files) COMPLETE
46672024-08-16T05:36:57.570Z[ recovery-image] Aug 16 05:36:56.253 INFO O| Aug 16 05:36:56.253 INFO STEP 245: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46682024-08-16T05:36:57.586Z[ recovery-image] Aug 16 05:36:56.262 INFO O| Aug 16 05:36:56.262 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/kill"
46692024-08-16T05:36:57.586Z[ recovery-image] Aug 16 05:36:56.262 INFO O| Aug 16 05:36:56.262 INFO STEP 245 (remove_files) COMPLETE
46702024-08-16T05:36:57.586Z[ recovery-image] Aug 16 05:36:56.262 INFO O| Aug 16 05:36:56.262 INFO STEP 246: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46712024-08-16T05:36:57.590Z[ recovery-image] Aug 16 05:36:56.272 INFO O| Aug 16 05:36:56.272 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/kinit"
46722024-08-16T05:36:57.591Z[ recovery-image] Aug 16 05:36:56.272 INFO O| Aug 16 05:36:56.272 INFO STEP 246 (remove_files) COMPLETE
46732024-08-16T05:36:57.591Z[ recovery-image] Aug 16 05:36:56.272 INFO O| Aug 16 05:36:56.272 INFO STEP 247: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46742024-08-16T05:36:57.599Z[ recovery-image] Aug 16 05:36:56.281 INFO O| Aug 16 05:36:56.281 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/klist"
46752024-08-16T05:36:57.599Z[ recovery-image] Aug 16 05:36:56.281 INFO O| Aug 16 05:36:56.281 INFO STEP 247 (remove_files) COMPLETE
46762024-08-16T05:36:57.601Z[ recovery-image] Aug 16 05:36:56.281 INFO O| Aug 16 05:36:56.281 INFO STEP 248: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46772024-08-16T05:36:57.608Z[ recovery-image] Aug 16 05:36:56.291 INFO O| Aug 16 05:36:56.291 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/kmfcfg"
46782024-08-16T05:36:57.608Z[ recovery-image] Aug 16 05:36:56.291 INFO O| Aug 16 05:36:56.291 INFO STEP 248 (remove_files) COMPLETE
46792024-08-16T05:36:57.611Z[ recovery-image] Aug 16 05:36:56.291 INFO O| Aug 16 05:36:56.291 INFO STEP 249: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46802024-08-16T05:36:57.624Z[ recovery-image] Aug 16 05:36:56.300 INFO O| Aug 16 05:36:56.300 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/kpasswd"
46812024-08-16T05:36:57.624Z[ recovery-image] Aug 16 05:36:56.300 INFO O| Aug 16 05:36:56.300 INFO STEP 249 (remove_files) COMPLETE
46822024-08-16T05:36:57.627Z[ recovery-image] Aug 16 05:36:56.300 INFO O| Aug 16 05:36:56.300 INFO STEP 250: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46832024-08-16T05:36:57.627Z[ recovery-image] Aug 16 05:36:56.309 INFO O| Aug 16 05:36:56.309 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/krb5-config"
46842024-08-16T05:36:57.627Z[ recovery-image] Aug 16 05:36:56.309 INFO O| Aug 16 05:36:56.309 INFO STEP 250 (remove_files) COMPLETE
46852024-08-16T05:36:57.627Z[ recovery-image] Aug 16 05:36:56.309 INFO O| Aug 16 05:36:56.309 INFO STEP 251: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46862024-08-16T05:36:57.639Z[ recovery-image] Aug 16 05:36:56.319 INFO O| Aug 16 05:36:56.319 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ksh93"
46872024-08-16T05:36:57.639Z[ recovery-image] Aug 16 05:36:56.319 INFO O| Aug 16 05:36:56.319 INFO STEP 251 (remove_files) COMPLETE
46882024-08-16T05:36:57.639Z[ recovery-image] Aug 16 05:36:56.319 INFO O| Aug 16 05:36:56.319 INFO STEP 252: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46892024-08-16T05:36:57.646Z[ recovery-image] Aug 16 05:36:56.328 INFO O| Aug 16 05:36:56.328 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ktutil"
46902024-08-16T05:36:57.649Z[ recovery-image] Aug 16 05:36:56.329 INFO O| Aug 16 05:36:56.328 INFO STEP 252 (remove_files) COMPLETE
46912024-08-16T05:36:57.649Z[ recovery-image] Aug 16 05:36:56.329 INFO O| Aug 16 05:36:56.329 INFO STEP 253: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46922024-08-16T05:36:57.656Z[ recovery-image] Aug 16 05:36:56.338 INFO O| Aug 16 05:36:56.338 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/kvmstat"
46932024-08-16T05:36:57.656Z[ recovery-image] Aug 16 05:36:56.338 INFO O| Aug 16 05:36:56.338 INFO STEP 253 (remove_files) COMPLETE
46942024-08-16T05:36:57.659Z[ recovery-image] Aug 16 05:36:56.338 INFO O| Aug 16 05:36:56.338 INFO STEP 254: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46952024-08-16T05:36:57.668Z[ recovery-image] Aug 16 05:36:56.350 INFO O| Aug 16 05:36:56.350 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/last"
46962024-08-16T05:36:57.668Z[ recovery-image] Aug 16 05:36:56.350 INFO O| Aug 16 05:36:56.350 INFO STEP 254 (remove_files) COMPLETE
46972024-08-16T05:36:57.668Z[ recovery-image] Aug 16 05:36:56.350 INFO O| Aug 16 05:36:56.350 INFO STEP 255: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46982024-08-16T05:36:57.678Z[ recovery-image] Aug 16 05:36:56.360 INFO O| Aug 16 05:36:56.360 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/lastcomm"
46992024-08-16T05:36:57.678Z[ recovery-image] Aug 16 05:36:56.360 INFO O| Aug 16 05:36:56.360 INFO STEP 255 (remove_files) COMPLETE
47002024-08-16T05:36:57.681Z[ recovery-image] Aug 16 05:36:56.360 INFO O| Aug 16 05:36:56.360 INFO STEP 256: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47012024-08-16T05:36:57.689Z[ recovery-image] Aug 16 05:36:56.371 INFO O| Aug 16 05:36:56.371 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ld"
47022024-08-16T05:36:57.689Z[ recovery-image] Aug 16 05:36:56.371 INFO O| Aug 16 05:36:56.371 INFO STEP 256 (remove_files) COMPLETE
47032024-08-16T05:36:57.689Z[ recovery-image] Aug 16 05:36:56.371 INFO O| Aug 16 05:36:56.371 INFO STEP 257: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47042024-08-16T05:36:57.699Z[ recovery-image] Aug 16 05:36:56.381 INFO O| Aug 16 05:36:56.381 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ldd"
47052024-08-16T05:36:57.702Z[ recovery-image] Aug 16 05:36:56.381 INFO O| Aug 16 05:36:56.381 INFO STEP 257 (remove_files) COMPLETE
47062024-08-16T05:36:57.702Z[ recovery-image] Aug 16 05:36:56.381 INFO O| Aug 16 05:36:56.381 INFO STEP 258: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47072024-08-16T05:36:57.709Z[ recovery-image] Aug 16 05:36:56.392 INFO O| Aug 16 05:36:56.392 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/less"
47082024-08-16T05:36:57.712Z[ recovery-image] Aug 16 05:36:56.392 INFO O| Aug 16 05:36:56.392 INFO STEP 258 (remove_files) COMPLETE
47092024-08-16T05:36:57.712Z[ recovery-image] Aug 16 05:36:56.392 INFO O| Aug 16 05:36:56.392 INFO STEP 259: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47102024-08-16T05:36:57.720Z[ recovery-image] Aug 16 05:36:56.403 INFO O| Aug 16 05:36:56.403 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/lessecho"
47112024-08-16T05:36:57.721Z[ recovery-image] Aug 16 05:36:56.403 INFO O| Aug 16 05:36:56.403 INFO STEP 259 (remove_files) COMPLETE
47122024-08-16T05:36:57.723Z[ recovery-image] Aug 16 05:36:56.403 INFO O| Aug 16 05:36:56.403 INFO STEP 260: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47132024-08-16T05:36:57.731Z[ recovery-image] Aug 16 05:36:56.414 INFO O| Aug 16 05:36:56.414 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/lesskey"
47142024-08-16T05:36:57.731Z[ recovery-image] Aug 16 05:36:56.414 INFO O| Aug 16 05:36:56.414 INFO STEP 260 (remove_files) COMPLETE
47152024-08-16T05:36:57.731Z[ recovery-image] Aug 16 05:36:56.414 INFO O| Aug 16 05:36:56.414 INFO STEP 261: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47162024-08-16T05:36:57.741Z[ recovery-image] Aug 16 05:36:56.424 INFO O| Aug 16 05:36:56.424 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/lgrpinfo"
47172024-08-16T05:36:57.741Z[ recovery-image] Aug 16 05:36:56.424 INFO O| Aug 16 05:36:56.424 INFO STEP 261 (remove_files) COMPLETE
47182024-08-16T05:36:57.743Z[ recovery-image] Aug 16 05:36:56.424 INFO O| Aug 16 05:36:56.424 INFO STEP 262: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47192024-08-16T05:36:57.751Z[ recovery-image] Aug 16 05:36:56.434 INFO O| Aug 16 05:36:56.433 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/line"
47202024-08-16T05:36:57.751Z[ recovery-image] Aug 16 05:36:56.434 INFO O| Aug 16 05:36:56.434 INFO STEP 262 (remove_files) COMPLETE
47212024-08-16T05:36:57.751Z[ recovery-image] Aug 16 05:36:56.434 INFO O| Aug 16 05:36:56.434 INFO STEP 263: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47222024-08-16T05:36:57.761Z[ recovery-image] Aug 16 05:36:56.444 INFO O| Aug 16 05:36:56.443 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/listdgrp"
47232024-08-16T05:36:57.761Z[ recovery-image] Aug 16 05:36:56.444 INFO O| Aug 16 05:36:56.444 INFO STEP 263 (remove_files) COMPLETE
47242024-08-16T05:36:57.761Z[ recovery-image] Aug 16 05:36:56.444 INFO O| Aug 16 05:36:56.444 INFO STEP 264: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47252024-08-16T05:36:57.770Z[ recovery-image] Aug 16 05:36:56.453 INFO O| Aug 16 05:36:56.453 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/listusers"
47262024-08-16T05:36:57.771Z[ recovery-image] Aug 16 05:36:56.453 INFO O| Aug 16 05:36:56.453 INFO STEP 264 (remove_files) COMPLETE
47272024-08-16T05:36:57.773Z[ recovery-image] Aug 16 05:36:56.453 INFO O| Aug 16 05:36:56.453 INFO STEP 265: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47282024-08-16T05:36:57.780Z[ recovery-image] Aug 16 05:36:56.463 INFO O| Aug 16 05:36:56.463 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/loadkeys"
47292024-08-16T05:36:57.780Z[ recovery-image] Aug 16 05:36:56.463 INFO O| Aug 16 05:36:56.463 INFO STEP 265 (remove_files) COMPLETE
47302024-08-16T05:36:57.783Z[ recovery-image] Aug 16 05:36:56.463 INFO O| Aug 16 05:36:56.463 INFO STEP 266: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47312024-08-16T05:36:57.790Z[ recovery-image] Aug 16 05:36:56.473 INFO O| Aug 16 05:36:56.473 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/logger"
47322024-08-16T05:36:57.790Z[ recovery-image] Aug 16 05:36:56.473 INFO O| Aug 16 05:36:56.473 INFO STEP 266 (remove_files) COMPLETE
47332024-08-16T05:36:57.794Z[ recovery-image] Aug 16 05:36:56.473 INFO O| Aug 16 05:36:56.473 INFO STEP 267: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47342024-08-16T05:36:57.801Z[ recovery-image] Aug 16 05:36:56.482 INFO O| Aug 16 05:36:56.482 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/logins"
47352024-08-16T05:36:57.803Z[ recovery-image] Aug 16 05:36:56.483 INFO O| Aug 16 05:36:56.483 INFO STEP 267 (remove_files) COMPLETE
47362024-08-16T05:36:57.804Z[ recovery-image] Aug 16 05:36:56.483 INFO O| Aug 16 05:36:56.483 INFO STEP 268: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47372024-08-16T05:36:57.811Z[ recovery-image] Aug 16 05:36:56.492 INFO O| Aug 16 05:36:56.492 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/logname"
47382024-08-16T05:36:57.814Z[ recovery-image] Aug 16 05:36:56.492 INFO O| Aug 16 05:36:56.492 INFO STEP 268 (remove_files) COMPLETE
47392024-08-16T05:36:57.814Z[ recovery-image] Aug 16 05:36:56.492 INFO O| Aug 16 05:36:56.492 INFO STEP 269: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47402024-08-16T05:36:57.819Z[ recovery-image] Aug 16 05:36:56.502 INFO O| Aug 16 05:36:56.502 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/look"
47412024-08-16T05:36:57.819Z[ recovery-image] Aug 16 05:36:56.502 INFO O| Aug 16 05:36:56.502 INFO STEP 269 (remove_files) COMPLETE
47422024-08-16T05:36:57.822Z[ recovery-image] Aug 16 05:36:56.502 INFO O| Aug 16 05:36:56.502 INFO STEP 270: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47432024-08-16T05:36:57.829Z[ recovery-image] Aug 16 05:36:56.512 INFO O| Aug 16 05:36:56.512 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/looker"
47442024-08-16T05:36:57.832Z[ recovery-image] Aug 16 05:36:56.512 INFO O| Aug 16 05:36:56.512 INFO STEP 270 (remove_files) COMPLETE
47452024-08-16T05:36:57.832Z[ recovery-image] Aug 16 05:36:56.512 INFO O| Aug 16 05:36:56.512 INFO STEP 271: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47462024-08-16T05:36:57.839Z[ recovery-image] Aug 16 05:36:56.522 INFO O| Aug 16 05:36:56.522 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/lz4"
47472024-08-16T05:36:57.841Z[ recovery-image] Aug 16 05:36:56.522 INFO O| Aug 16 05:36:56.522 INFO STEP 271 (remove_files) COMPLETE
47482024-08-16T05:36:57.841Z[ recovery-image] Aug 16 05:36:56.522 INFO O| Aug 16 05:36:56.522 INFO STEP 272: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47492024-08-16T05:36:57.849Z[ recovery-image] Aug 16 05:36:56.532 INFO O| Aug 16 05:36:56.532 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/lzmadec"
47502024-08-16T05:36:57.849Z[ recovery-image] Aug 16 05:36:56.532 INFO O| Aug 16 05:36:56.532 INFO STEP 272 (remove_files) COMPLETE
47512024-08-16T05:36:57.849Z[ recovery-image] Aug 16 05:36:56.532 INFO O| Aug 16 05:36:56.532 INFO STEP 273: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47522024-08-16T05:36:57.859Z[ recovery-image] Aug 16 05:36:56.542 INFO O| Aug 16 05:36:56.541 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/lzmainfo"
47532024-08-16T05:36:57.859Z[ recovery-image] Aug 16 05:36:56.542 INFO O| Aug 16 05:36:56.542 INFO STEP 273 (remove_files) COMPLETE
47542024-08-16T05:36:57.862Z[ recovery-image] Aug 16 05:36:56.542 INFO O| Aug 16 05:36:56.542 INFO STEP 274: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47552024-08-16T05:36:57.869Z[ recovery-image] Aug 16 05:36:56.551 INFO O| Aug 16 05:36:56.551 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/mac"
47562024-08-16T05:36:57.869Z[ recovery-image] Aug 16 05:36:56.551 INFO O| Aug 16 05:36:56.551 INFO STEP 274 (remove_files) COMPLETE
47572024-08-16T05:36:57.872Z[ recovery-image] Aug 16 05:36:56.551 INFO O| Aug 16 05:36:56.551 INFO STEP 275: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47582024-08-16T05:36:57.878Z[ recovery-image] Aug 16 05:36:56.561 INFO O| Aug 16 05:36:56.561 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/mach"
47592024-08-16T05:36:57.881Z[ recovery-image] Aug 16 05:36:56.561 INFO O| Aug 16 05:36:56.561 INFO STEP 275 (remove_files) COMPLETE
47602024-08-16T05:36:57.881Z[ recovery-image] Aug 16 05:36:56.561 INFO O| Aug 16 05:36:56.561 INFO STEP 276: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47612024-08-16T05:36:57.888Z[ recovery-image] Aug 16 05:36:56.570 INFO O| Aug 16 05:36:56.570 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/mailx"
47622024-08-16T05:36:57.888Z[ recovery-image] Aug 16 05:36:56.570 INFO O| Aug 16 05:36:56.570 INFO STEP 276 (remove_files) COMPLETE
47632024-08-16T05:36:57.890Z[ recovery-image] Aug 16 05:36:56.570 INFO O| Aug 16 05:36:56.570 INFO STEP 277: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47642024-08-16T05:36:57.897Z[ recovery-image] Aug 16 05:36:56.580 INFO O| Aug 16 05:36:56.580 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/makedev"
47652024-08-16T05:36:57.900Z[ recovery-image] Aug 16 05:36:56.580 INFO O| Aug 16 05:36:56.580 INFO STEP 277 (remove_files) COMPLETE
47662024-08-16T05:36:57.900Z[ recovery-image] Aug 16 05:36:56.580 INFO O| Aug 16 05:36:56.580 INFO STEP 278: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47672024-08-16T05:36:57.907Z[ recovery-image] Aug 16 05:36:56.590 INFO O| Aug 16 05:36:56.590 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/mdb"
47682024-08-16T05:36:57.907Z[ recovery-image] Aug 16 05:36:56.590 INFO O| Aug 16 05:36:56.590 INFO STEP 278 (remove_files) COMPLETE
47692024-08-16T05:36:57.910Z[ recovery-image] Aug 16 05:36:56.590 INFO O| Aug 16 05:36:56.590 INFO STEP 279: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47702024-08-16T05:36:57.917Z[ recovery-image] Aug 16 05:36:56.600 INFO O| Aug 16 05:36:56.600 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/mesg"
47712024-08-16T05:36:57.919Z[ recovery-image] Aug 16 05:36:56.600 INFO O| Aug 16 05:36:56.600 INFO STEP 279 (remove_files) COMPLETE
47722024-08-16T05:36:57.919Z[ recovery-image] Aug 16 05:36:56.600 INFO O| Aug 16 05:36:56.600 INFO STEP 280: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47732024-08-16T05:36:57.928Z[ recovery-image] Aug 16 05:36:56.611 INFO O| Aug 16 05:36:56.611 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/mib2c"
47742024-08-16T05:36:57.931Z[ recovery-image] Aug 16 05:36:56.612 INFO O| Aug 16 05:36:56.612 INFO STEP 280 (remove_files) COMPLETE
47752024-08-16T05:36:57.931Z[ recovery-image] Aug 16 05:36:56.612 INFO O| Aug 16 05:36:56.612 INFO STEP 281: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47762024-08-16T05:36:57.939Z[ recovery-image] Aug 16 05:36:56.622 INFO O| Aug 16 05:36:56.622 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/mib2c-update"
47772024-08-16T05:36:57.939Z[ recovery-image] Aug 16 05:36:56.622 INFO O| Aug 16 05:36:56.622 INFO STEP 281 (remove_files) COMPLETE
47782024-08-16T05:36:57.941Z[ recovery-image] Aug 16 05:36:56.622 INFO O| Aug 16 05:36:56.622 INFO STEP 282: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47792024-08-16T05:36:57.950Z[ recovery-image] Aug 16 05:36:56.633 INFO O| Aug 16 05:36:56.633 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/mkfifo"
47802024-08-16T05:36:57.950Z[ recovery-image] Aug 16 05:36:56.633 INFO O| Aug 16 05:36:56.633 INFO STEP 282 (remove_files) COMPLETE
47812024-08-16T05:36:57.950Z[ recovery-image] Aug 16 05:36:56.633 INFO O| Aug 16 05:36:56.633 INFO STEP 283: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47822024-08-16T05:36:57.964Z[ recovery-image] Aug 16 05:36:56.646 INFO O| Aug 16 05:36:56.646 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/mkpwdict"
47832024-08-16T05:36:57.967Z[ recovery-image] Aug 16 05:36:56.647 INFO O| Aug 16 05:36:56.647 INFO STEP 283 (remove_files) COMPLETE
47842024-08-16T05:36:57.967Z[ recovery-image] Aug 16 05:36:56.647 INFO O| Aug 16 05:36:56.647 INFO STEP 284: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47852024-08-16T05:36:57.978Z[ recovery-image] Aug 16 05:36:56.661 INFO O| Aug 16 05:36:56.661 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/moe"
47862024-08-16T05:36:57.981Z[ recovery-image] Aug 16 05:36:56.661 INFO O| Aug 16 05:36:56.661 INFO STEP 284 (remove_files) COMPLETE
47872024-08-16T05:36:57.981Z[ recovery-image] Aug 16 05:36:56.661 INFO O| Aug 16 05:36:56.661 INFO STEP 285: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47882024-08-16T05:36:57.990Z[ recovery-image] Aug 16 05:36:56.673 INFO O| Aug 16 05:36:56.673 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/mpstat"
47892024-08-16T05:36:57.990Z[ recovery-image] Aug 16 05:36:56.673 INFO O| Aug 16 05:36:56.673 INFO STEP 285 (remove_files) COMPLETE
47902024-08-16T05:36:57.990Z[ recovery-image] Aug 16 05:36:56.673 INFO O| Aug 16 05:36:56.673 INFO STEP 286: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47912024-08-16T05:36:58.001Z[ recovery-image] Aug 16 05:36:56.684 INFO O| Aug 16 05:36:56.684 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/mt"
47922024-08-16T05:36:58.002Z[ recovery-image] Aug 16 05:36:56.684 INFO O| Aug 16 05:36:56.684 INFO STEP 286 (remove_files) COMPLETE
47932024-08-16T05:36:58.004Z[ recovery-image] Aug 16 05:36:56.684 INFO O| Aug 16 05:36:56.684 INFO STEP 287: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47942024-08-16T05:36:58.013Z[ recovery-image] Aug 16 05:36:56.695 INFO O| Aug 16 05:36:56.695 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ncurses6-config"
47952024-08-16T05:36:58.013Z[ recovery-image] Aug 16 05:36:56.695 INFO O| Aug 16 05:36:56.695 INFO STEP 287 (remove_files) COMPLETE
47962024-08-16T05:36:58.013Z[ recovery-image] Aug 16 05:36:56.695 INFO O| Aug 16 05:36:56.695 INFO STEP 288: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47972024-08-16T05:36:58.024Z[ recovery-image] Aug 16 05:36:56.706 INFO O| Aug 16 05:36:56.706 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/net-snmp-cert"
47982024-08-16T05:36:58.024Z[ recovery-image] Aug 16 05:36:56.706 INFO O| Aug 16 05:36:56.706 INFO STEP 288 (remove_files) COMPLETE
47992024-08-16T05:36:58.024Z[ recovery-image] Aug 16 05:36:56.706 INFO O| Aug 16 05:36:56.706 INFO STEP 289: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48002024-08-16T05:36:58.034Z[ recovery-image] Aug 16 05:36:56.717 INFO O| Aug 16 05:36:56.716 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/net-snmp-config"
48012024-08-16T05:36:58.034Z[ recovery-image] Aug 16 05:36:56.717 INFO O| Aug 16 05:36:56.717 INFO STEP 289 (remove_files) COMPLETE
48022024-08-16T05:36:58.034Z[ recovery-image] Aug 16 05:36:56.717 INFO O| Aug 16 05:36:56.717 INFO STEP 290: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48032024-08-16T05:36:58.044Z[ recovery-image] Aug 16 05:36:56.726 INFO O| Aug 16 05:36:56.726 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/net-snmp-create-v3-user"
48042024-08-16T05:36:58.044Z[ recovery-image] Aug 16 05:36:56.727 INFO O| Aug 16 05:36:56.727 INFO STEP 290 (remove_files) COMPLETE
48052024-08-16T05:36:58.044Z[ recovery-image] Aug 16 05:36:56.727 INFO O| Aug 16 05:36:56.727 INFO STEP 291: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48062024-08-16T05:36:58.054Z[ recovery-image] Aug 16 05:36:56.736 INFO O| Aug 16 05:36:56.736 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/newform"
48072024-08-16T05:36:58.056Z[ recovery-image] Aug 16 05:36:56.736 INFO O| Aug 16 05:36:56.736 INFO STEP 291 (remove_files) COMPLETE
48082024-08-16T05:36:58.056Z[ recovery-image] Aug 16 05:36:56.736 INFO O| Aug 16 05:36:56.736 INFO STEP 292: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48092024-08-16T05:36:58.063Z[ recovery-image] Aug 16 05:36:56.746 INFO O| Aug 16 05:36:56.746 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/newgrp"
48102024-08-16T05:36:58.063Z[ recovery-image] Aug 16 05:36:56.746 INFO O| Aug 16 05:36:56.746 INFO STEP 292 (remove_files) COMPLETE
48112024-08-16T05:36:58.066Z[ recovery-image] Aug 16 05:36:56.746 INFO O| Aug 16 05:36:56.746 INFO STEP 293: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48122024-08-16T05:36:58.073Z[ recovery-image] Aug 16 05:36:56.756 INFO O| Aug 16 05:36:56.756 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/news"
48132024-08-16T05:36:58.073Z[ recovery-image] Aug 16 05:36:56.756 INFO O| Aug 16 05:36:56.756 INFO STEP 293 (remove_files) COMPLETE
48142024-08-16T05:36:58.073Z[ recovery-image] Aug 16 05:36:56.756 INFO O| Aug 16 05:36:56.756 INFO STEP 294: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48152024-08-16T05:36:58.083Z[ recovery-image] Aug 16 05:36:56.765 INFO O| Aug 16 05:36:56.765 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/newtask"
48162024-08-16T05:36:58.083Z[ recovery-image] Aug 16 05:36:56.765 INFO O| Aug 16 05:36:56.765 INFO STEP 294 (remove_files) COMPLETE
48172024-08-16T05:36:58.085Z[ recovery-image] Aug 16 05:36:56.765 INFO O| Aug 16 05:36:56.765 INFO STEP 295: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48182024-08-16T05:36:58.092Z[ recovery-image] Aug 16 05:36:56.775 INFO O| Aug 16 05:36:56.775 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/nice"
48192024-08-16T05:36:58.095Z[ recovery-image] Aug 16 05:36:56.775 INFO O| Aug 16 05:36:56.775 INFO STEP 295 (remove_files) COMPLETE
48202024-08-16T05:36:58.095Z[ recovery-image] Aug 16 05:36:56.775 INFO O| Aug 16 05:36:56.775 INFO STEP 296: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48212024-08-16T05:36:58.102Z[ recovery-image] Aug 16 05:36:56.784 INFO O| Aug 16 05:36:56.784 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/nl"
48222024-08-16T05:36:58.102Z[ recovery-image] Aug 16 05:36:56.784 INFO O| Aug 16 05:36:56.784 INFO STEP 296 (remove_files) COMPLETE
48232024-08-16T05:36:58.102Z[ recovery-image] Aug 16 05:36:56.784 INFO O| Aug 16 05:36:56.784 INFO STEP 297: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48242024-08-16T05:36:58.111Z[ recovery-image] Aug 16 05:36:56.794 INFO O| Aug 16 05:36:56.794 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/oawk"
48252024-08-16T05:36:58.111Z[ recovery-image] Aug 16 05:36:56.794 INFO O| Aug 16 05:36:56.794 INFO STEP 297 (remove_files) COMPLETE
48262024-08-16T05:36:58.114Z[ recovery-image] Aug 16 05:36:56.794 INFO O| Aug 16 05:36:56.794 INFO STEP 298: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48272024-08-16T05:36:58.121Z[ recovery-image] Aug 16 05:36:56.803 INFO O| Aug 16 05:36:56.803 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/od"
48282024-08-16T05:36:58.124Z[ recovery-image] Aug 16 05:36:56.804 INFO O| Aug 16 05:36:56.804 INFO STEP 298 (remove_files) COMPLETE
48292024-08-16T05:36:58.124Z[ recovery-image] Aug 16 05:36:56.804 INFO O| Aug 16 05:36:56.804 INFO STEP 299: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48302024-08-16T05:36:58.131Z[ recovery-image] Aug 16 05:36:56.814 INFO O| Aug 16 05:36:56.814 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/optisa"
48312024-08-16T05:36:58.131Z[ recovery-image] Aug 16 05:36:56.814 INFO O| Aug 16 05:36:56.814 INFO STEP 299 (remove_files) COMPLETE
48322024-08-16T05:36:58.135Z[ recovery-image] Aug 16 05:36:56.814 INFO O| Aug 16 05:36:56.814 INFO STEP 300: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48332024-08-16T05:36:58.142Z[ recovery-image] Aug 16 05:36:56.825 INFO O| Aug 16 05:36:56.825 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pack"
48342024-08-16T05:36:58.142Z[ recovery-image] Aug 16 05:36:56.825 INFO O| Aug 16 05:36:56.825 INFO STEP 300 (remove_files) COMPLETE
48352024-08-16T05:36:58.145Z[ recovery-image] Aug 16 05:36:56.825 INFO O| Aug 16 05:36:56.825 INFO STEP 301: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48362024-08-16T05:36:58.153Z[ recovery-image] Aug 16 05:36:56.835 INFO O| Aug 16 05:36:56.835 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/page"
48372024-08-16T05:36:58.155Z[ recovery-image] Aug 16 05:36:56.835 INFO O| Aug 16 05:36:56.835 INFO STEP 301 (remove_files) COMPLETE
48382024-08-16T05:36:58.156Z[ recovery-image] Aug 16 05:36:56.835 INFO O| Aug 16 05:36:56.835 INFO STEP 302: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48392024-08-16T05:36:58.162Z[ recovery-image] Aug 16 05:36:56.845 INFO O| Aug 16 05:36:56.845 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pagesize"
48402024-08-16T05:36:58.165Z[ recovery-image] Aug 16 05:36:56.845 INFO O| Aug 16 05:36:56.845 INFO STEP 302 (remove_files) COMPLETE
48412024-08-16T05:36:58.165Z[ recovery-image] Aug 16 05:36:56.845 INFO O| Aug 16 05:36:56.845 INFO STEP 303: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48422024-08-16T05:36:58.172Z[ recovery-image] Aug 16 05:36:56.854 INFO O| Aug 16 05:36:56.854 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pargs"
48432024-08-16T05:36:58.172Z[ recovery-image] Aug 16 05:36:56.854 INFO O| Aug 16 05:36:56.854 INFO STEP 303 (remove_files) COMPLETE
48442024-08-16T05:36:58.175Z[ recovery-image] Aug 16 05:36:56.854 INFO O| Aug 16 05:36:56.854 INFO STEP 304: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48452024-08-16T05:36:58.183Z[ recovery-image] Aug 16 05:36:56.864 INFO O| Aug 16 05:36:56.864 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/passwd"
48462024-08-16T05:36:58.186Z[ recovery-image] Aug 16 05:36:56.864 INFO O| Aug 16 05:36:56.864 INFO STEP 304 (remove_files) COMPLETE
48472024-08-16T05:36:58.186Z[ recovery-image] Aug 16 05:36:56.864 INFO O| Aug 16 05:36:56.864 INFO STEP 305: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48482024-08-16T05:36:58.191Z[ recovery-image] Aug 16 05:36:56.874 INFO O| Aug 16 05:36:56.874 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/paste"
48492024-08-16T05:36:58.194Z[ recovery-image] Aug 16 05:36:56.874 INFO O| Aug 16 05:36:56.874 INFO STEP 305 (remove_files) COMPLETE
48502024-08-16T05:36:58.194Z[ recovery-image] Aug 16 05:36:56.874 INFO O| Aug 16 05:36:56.874 INFO STEP 306: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48512024-08-16T05:36:58.202Z[ recovery-image] Aug 16 05:36:56.883 INFO O| Aug 16 05:36:56.883 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pathchk"
48522024-08-16T05:36:58.202Z[ recovery-image] Aug 16 05:36:56.883 INFO O| Aug 16 05:36:56.883 INFO STEP 306 (remove_files) COMPLETE
48532024-08-16T05:36:58.202Z[ recovery-image] Aug 16 05:36:56.883 INFO O| Aug 16 05:36:56.883 INFO STEP 307: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48542024-08-16T05:36:58.211Z[ recovery-image] Aug 16 05:36:56.893 INFO O| Aug 16 05:36:56.893 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pauxv"
48552024-08-16T05:36:58.211Z[ recovery-image] Aug 16 05:36:56.893 INFO O| Aug 16 05:36:56.893 INFO STEP 307 (remove_files) COMPLETE
48562024-08-16T05:36:58.214Z[ recovery-image] Aug 16 05:36:56.893 INFO O| Aug 16 05:36:56.893 INFO STEP 308: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48572024-08-16T05:36:58.220Z[ recovery-image] Aug 16 05:36:56.902 INFO O| Aug 16 05:36:56.902 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pax"
48582024-08-16T05:36:58.223Z[ recovery-image] Aug 16 05:36:56.903 INFO O| Aug 16 05:36:56.902 INFO STEP 308 (remove_files) COMPLETE
48592024-08-16T05:36:58.223Z[ recovery-image] Aug 16 05:36:56.903 INFO O| Aug 16 05:36:56.902 INFO STEP 309: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48602024-08-16T05:36:58.229Z[ recovery-image] Aug 16 05:36:56.912 INFO O| Aug 16 05:36:56.912 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pcap-config"
48612024-08-16T05:36:58.232Z[ recovery-image] Aug 16 05:36:56.913 INFO O| Aug 16 05:36:56.913 INFO STEP 309 (remove_files) COMPLETE
48622024-08-16T05:36:58.232Z[ recovery-image] Aug 16 05:36:56.913 INFO O| Aug 16 05:36:56.913 INFO STEP 310: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48632024-08-16T05:36:58.240Z[ recovery-image] Aug 16 05:36:56.922 INFO O| Aug 16 05:36:56.922 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pcre-config"
48642024-08-16T05:36:58.240Z[ recovery-image] Aug 16 05:36:56.922 INFO O| Aug 16 05:36:56.922 INFO STEP 310 (remove_files) COMPLETE
48652024-08-16T05:36:58.243Z[ recovery-image] Aug 16 05:36:56.922 INFO O| Aug 16 05:36:56.922 INFO STEP 311: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48662024-08-16T05:36:58.249Z[ recovery-image] Aug 16 05:36:56.932 INFO O| Aug 16 05:36:56.932 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pcre2-config"
48672024-08-16T05:36:58.249Z[ recovery-image] Aug 16 05:36:56.932 INFO O| Aug 16 05:36:56.932 INFO STEP 311 (remove_files) COMPLETE
48682024-08-16T05:36:58.252Z[ recovery-image] Aug 16 05:36:56.932 INFO O| Aug 16 05:36:56.932 INFO STEP 312: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48692024-08-16T05:36:58.259Z[ recovery-image] Aug 16 05:36:56.941 INFO O| Aug 16 05:36:56.941 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pcre2grep"
48702024-08-16T05:36:58.261Z[ recovery-image] Aug 16 05:36:56.942 INFO O| Aug 16 05:36:56.941 INFO STEP 312 (remove_files) COMPLETE
48712024-08-16T05:36:58.261Z[ recovery-image] Aug 16 05:36:56.942 INFO O| Aug 16 05:36:56.942 INFO STEP 313: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48722024-08-16T05:36:58.269Z[ recovery-image] Aug 16 05:36:56.951 INFO O| Aug 16 05:36:56.951 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pcre2test"
48732024-08-16T05:36:58.269Z[ recovery-image] Aug 16 05:36:56.951 INFO O| Aug 16 05:36:56.951 INFO STEP 313 (remove_files) COMPLETE
48742024-08-16T05:36:58.269Z[ recovery-image] Aug 16 05:36:56.951 INFO O| Aug 16 05:36:56.951 INFO STEP 314: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48752024-08-16T05:36:58.279Z[ recovery-image] Aug 16 05:36:56.961 INFO O| Aug 16 05:36:56.961 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pcred"
48762024-08-16T05:36:58.279Z[ recovery-image] Aug 16 05:36:56.961 INFO O| Aug 16 05:36:56.961 INFO STEP 314 (remove_files) COMPLETE
48772024-08-16T05:36:58.281Z[ recovery-image] Aug 16 05:36:56.961 INFO O| Aug 16 05:36:56.961 INFO STEP 315: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48782024-08-16T05:36:58.289Z[ recovery-image] Aug 16 05:36:56.971 INFO O| Aug 16 05:36:56.971 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pcregrep"
48792024-08-16T05:36:58.289Z[ recovery-image] Aug 16 05:36:56.971 INFO O| Aug 16 05:36:56.971 INFO STEP 315 (remove_files) COMPLETE
48802024-08-16T05:36:58.289Z[ recovery-image] Aug 16 05:36:56.971 INFO O| Aug 16 05:36:56.971 INFO STEP 316: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48812024-08-16T05:36:58.300Z[ recovery-image] Aug 16 05:36:56.983 INFO O| Aug 16 05:36:56.983 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pcretest"
48822024-08-16T05:36:58.301Z[ recovery-image] Aug 16 05:36:56.983 INFO O| Aug 16 05:36:56.983 INFO STEP 316 (remove_files) COMPLETE
48832024-08-16T05:36:58.303Z[ recovery-image] Aug 16 05:36:56.983 INFO O| Aug 16 05:36:56.983 INFO STEP 317: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48842024-08-16T05:36:58.310Z[ recovery-image] Aug 16 05:36:56.993 INFO O| Aug 16 05:36:56.993 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/penv"
48852024-08-16T05:36:58.310Z[ recovery-image] Aug 16 05:36:56.993 INFO O| Aug 16 05:36:56.993 INFO STEP 317 (remove_files) COMPLETE
48862024-08-16T05:36:58.311Z[ recovery-image] Aug 16 05:36:56.993 INFO O| Aug 16 05:36:56.993 INFO STEP 318: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48872024-08-16T05:36:58.320Z[ recovery-image] Aug 16 05:36:57.003 INFO O| Aug 16 05:36:57.003 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pfbash"
48882024-08-16T05:36:58.320Z[ recovery-image] Aug 16 05:36:57.003 INFO O| Aug 16 05:36:57.003 INFO STEP 318 (remove_files) COMPLETE
48892024-08-16T05:36:58.323Z[ recovery-image] Aug 16 05:36:57.003 INFO O| Aug 16 05:36:57.003 INFO STEP 319: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48902024-08-16T05:36:58.332Z[ recovery-image] Aug 16 05:36:57.014 INFO O| Aug 16 05:36:57.014 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pfcsh"
48912024-08-16T05:36:58.332Z[ recovery-image] Aug 16 05:36:57.014 INFO O| Aug 16 05:36:57.014 INFO STEP 319 (remove_files) COMPLETE
48922024-08-16T05:36:58.332Z[ recovery-image] Aug 16 05:36:57.015 INFO O| Aug 16 05:36:57.014 INFO STEP 320: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48932024-08-16T05:36:58.342Z[ recovery-image] Aug 16 05:36:57.024 INFO O| Aug 16 05:36:57.024 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pfiles"
48942024-08-16T05:36:58.342Z[ recovery-image] Aug 16 05:36:57.024 INFO O| Aug 16 05:36:57.024 INFO STEP 320 (remove_files) COMPLETE
48952024-08-16T05:36:58.345Z[ recovery-image] Aug 16 05:36:57.024 INFO O| Aug 16 05:36:57.024 INFO STEP 321: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48962024-08-16T05:36:58.352Z[ recovery-image] Aug 16 05:36:57.034 INFO O| Aug 16 05:36:57.034 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pfksh"
48972024-08-16T05:36:58.352Z[ recovery-image] Aug 16 05:36:57.034 INFO O| Aug 16 05:36:57.034 INFO STEP 321 (remove_files) COMPLETE
48982024-08-16T05:36:58.352Z[ recovery-image] Aug 16 05:36:57.034 INFO O| Aug 16 05:36:57.034 INFO STEP 322: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48992024-08-16T05:36:58.362Z[ recovery-image] Aug 16 05:36:57.044 INFO O| Aug 16 05:36:57.044 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pfksh93"
49002024-08-16T05:36:58.363Z[ recovery-image] Aug 16 05:36:57.044 INFO O| Aug 16 05:36:57.044 INFO STEP 322 (remove_files) COMPLETE
49012024-08-16T05:36:58.365Z[ recovery-image] Aug 16 05:36:57.044 INFO O| Aug 16 05:36:57.044 INFO STEP 323: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49022024-08-16T05:36:58.373Z[ recovery-image] Aug 16 05:36:57.055 INFO O| Aug 16 05:36:57.055 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pflags"
49032024-08-16T05:36:58.373Z[ recovery-image] Aug 16 05:36:57.055 INFO O| Aug 16 05:36:57.055 INFO STEP 323 (remove_files) COMPLETE
49042024-08-16T05:36:58.373Z[ recovery-image] Aug 16 05:36:57.055 INFO O| Aug 16 05:36:57.055 INFO STEP 324: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49052024-08-16T05:36:58.384Z[ recovery-image] Aug 16 05:36:57.067 INFO O| Aug 16 05:36:57.067 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pfrksh"
49062024-08-16T05:36:58.384Z[ recovery-image] Aug 16 05:36:57.067 INFO O| Aug 16 05:36:57.067 INFO STEP 324 (remove_files) COMPLETE
49072024-08-16T05:36:58.387Z[ recovery-image] Aug 16 05:36:57.067 INFO O| Aug 16 05:36:57.067 INFO STEP 325: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49082024-08-16T05:36:58.396Z[ recovery-image] Aug 16 05:36:57.079 INFO O| Aug 16 05:36:57.079 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pfrksh93"
49092024-08-16T05:36:58.396Z[ recovery-image] Aug 16 05:36:57.079 INFO O| Aug 16 05:36:57.079 INFO STEP 325 (remove_files) COMPLETE
49102024-08-16T05:36:58.399Z[ recovery-image] Aug 16 05:36:57.079 INFO O| Aug 16 05:36:57.079 INFO STEP 326: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49112024-08-16T05:36:58.408Z[ recovery-image] Aug 16 05:36:57.090 INFO O| Aug 16 05:36:57.090 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pfsh"
49122024-08-16T05:36:58.408Z[ recovery-image] Aug 16 05:36:57.090 INFO O| Aug 16 05:36:57.090 INFO STEP 326 (remove_files) COMPLETE
49132024-08-16T05:36:58.410Z[ recovery-image] Aug 16 05:36:57.090 INFO O| Aug 16 05:36:57.090 INFO STEP 327: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49142024-08-16T05:36:58.420Z[ recovery-image] Aug 16 05:36:57.102 INFO O| Aug 16 05:36:57.102 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pftcsh"
49152024-08-16T05:36:58.420Z[ recovery-image] Aug 16 05:36:57.102 INFO O| Aug 16 05:36:57.102 INFO STEP 327 (remove_files) COMPLETE
49162024-08-16T05:36:58.422Z[ recovery-image] Aug 16 05:36:57.102 INFO O| Aug 16 05:36:57.102 INFO STEP 328: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49172024-08-16T05:36:58.431Z[ recovery-image] Aug 16 05:36:57.114 INFO O| Aug 16 05:36:57.113 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pfzsh"
49182024-08-16T05:36:58.431Z[ recovery-image] Aug 16 05:36:57.114 INFO O| Aug 16 05:36:57.114 INFO STEP 328 (remove_files) COMPLETE
49192024-08-16T05:36:58.431Z[ recovery-image] Aug 16 05:36:57.114 INFO O| Aug 16 05:36:57.114 INFO STEP 329: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49202024-08-16T05:36:58.443Z[ recovery-image] Aug 16 05:36:57.125 INFO O| Aug 16 05:36:57.125 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pg"
49212024-08-16T05:36:58.443Z[ recovery-image] Aug 16 05:36:57.125 INFO O| Aug 16 05:36:57.125 INFO STEP 329 (remove_files) COMPLETE
49222024-08-16T05:36:58.443Z[ recovery-image] Aug 16 05:36:57.125 INFO O| Aug 16 05:36:57.125 INFO STEP 330: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49232024-08-16T05:36:58.455Z[ recovery-image] Aug 16 05:36:57.137 INFO O| Aug 16 05:36:57.137 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pginfo"
49242024-08-16T05:36:58.458Z[ recovery-image] Aug 16 05:36:57.138 INFO O| Aug 16 05:36:57.137 INFO STEP 330 (remove_files) COMPLETE
49252024-08-16T05:36:58.458Z[ recovery-image] Aug 16 05:36:57.138 INFO O| Aug 16 05:36:57.138 INFO STEP 331: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49262024-08-16T05:36:58.466Z[ recovery-image] Aug 16 05:36:57.149 INFO O| Aug 16 05:36:57.148 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pgstat"
49272024-08-16T05:36:58.466Z[ recovery-image] Aug 16 05:36:57.149 INFO O| Aug 16 05:36:57.149 INFO STEP 331 (remove_files) COMPLETE
49282024-08-16T05:36:58.469Z[ recovery-image] Aug 16 05:36:57.149 INFO O| Aug 16 05:36:57.149 INFO STEP 332: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49292024-08-16T05:36:58.476Z[ recovery-image] Aug 16 05:36:57.159 INFO O| Aug 16 05:36:57.159 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pkgadm"
49302024-08-16T05:36:58.479Z[ recovery-image] Aug 16 05:36:57.159 INFO O| Aug 16 05:36:57.159 INFO STEP 332 (remove_files) COMPLETE
49312024-08-16T05:36:58.479Z[ recovery-image] Aug 16 05:36:57.159 INFO O| Aug 16 05:36:57.159 INFO STEP 333: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49322024-08-16T05:36:58.487Z[ recovery-image] Aug 16 05:36:57.169 INFO O| Aug 16 05:36:57.169 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pkgcond"
49332024-08-16T05:36:58.489Z[ recovery-image] Aug 16 05:36:57.170 INFO O| Aug 16 05:36:57.170 INFO STEP 333 (remove_files) COMPLETE
49342024-08-16T05:36:58.489Z[ recovery-image] Aug 16 05:36:57.170 INFO O| Aug 16 05:36:57.170 INFO STEP 334: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49352024-08-16T05:36:58.497Z[ recovery-image] Aug 16 05:36:57.180 INFO O| Aug 16 05:36:57.180 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pkginfo"
49362024-08-16T05:36:58.500Z[ recovery-image] Aug 16 05:36:57.180 INFO O| Aug 16 05:36:57.180 INFO STEP 334 (remove_files) COMPLETE
49372024-08-16T05:36:58.500Z[ recovery-image] Aug 16 05:36:57.180 INFO O| Aug 16 05:36:57.180 INFO STEP 335: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49382024-08-16T05:36:58.507Z[ recovery-image] Aug 16 05:36:57.190 INFO O| Aug 16 05:36:57.190 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pkgmk"
49392024-08-16T05:36:58.510Z[ recovery-image] Aug 16 05:36:57.191 INFO O| Aug 16 05:36:57.191 INFO STEP 335 (remove_files) COMPLETE
49402024-08-16T05:36:58.510Z[ recovery-image] Aug 16 05:36:57.191 INFO O| Aug 16 05:36:57.191 INFO STEP 336: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49412024-08-16T05:36:58.519Z[ recovery-image] Aug 16 05:36:57.201 INFO O| Aug 16 05:36:57.201 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pkgparam"
49422024-08-16T05:36:58.519Z[ recovery-image] Aug 16 05:36:57.201 INFO O| Aug 16 05:36:57.201 INFO STEP 336 (remove_files) COMPLETE
49432024-08-16T05:36:58.521Z[ recovery-image] Aug 16 05:36:57.201 INFO O| Aug 16 05:36:57.201 INFO STEP 337: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49442024-08-16T05:36:58.528Z[ recovery-image] Aug 16 05:36:57.211 INFO O| Aug 16 05:36:57.211 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pkgproto"
49452024-08-16T05:36:58.528Z[ recovery-image] Aug 16 05:36:57.211 INFO O| Aug 16 05:36:57.211 INFO STEP 337 (remove_files) COMPLETE
49462024-08-16T05:36:58.528Z[ recovery-image] Aug 16 05:36:57.211 INFO O| Aug 16 05:36:57.211 INFO STEP 338: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49472024-08-16T05:36:58.540Z[ recovery-image] Aug 16 05:36:57.222 INFO O| Aug 16 05:36:57.222 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pkgtrans"
49482024-08-16T05:36:58.542Z[ recovery-image] Aug 16 05:36:57.222 INFO O| Aug 16 05:36:57.222 INFO STEP 338 (remove_files) COMPLETE
49492024-08-16T05:36:58.542Z[ recovery-image] Aug 16 05:36:57.222 INFO O| Aug 16 05:36:57.222 INFO STEP 339: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49502024-08-16T05:36:58.550Z[ recovery-image] Aug 16 05:36:57.232 INFO O| Aug 16 05:36:57.232 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pkill"
49512024-08-16T05:36:58.550Z[ recovery-image] Aug 16 05:36:57.232 INFO O| Aug 16 05:36:57.232 INFO STEP 339 (remove_files) COMPLETE
49522024-08-16T05:36:58.550Z[ recovery-image] Aug 16 05:36:57.232 INFO O| Aug 16 05:36:57.232 INFO STEP 340: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49532024-08-16T05:36:58.560Z[ recovery-image] Aug 16 05:36:57.242 INFO O| Aug 16 05:36:57.242 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pktool"
49542024-08-16T05:36:58.562Z[ recovery-image] Aug 16 05:36:57.242 INFO O| Aug 16 05:36:57.242 INFO STEP 340 (remove_files) COMPLETE
49552024-08-16T05:36:58.562Z[ recovery-image] Aug 16 05:36:57.242 INFO O| Aug 16 05:36:57.242 INFO STEP 341: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49562024-08-16T05:36:58.571Z[ recovery-image] Aug 16 05:36:57.253 INFO O| Aug 16 05:36:57.253 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pldd"
49572024-08-16T05:36:58.571Z[ recovery-image] Aug 16 05:36:57.253 INFO O| Aug 16 05:36:57.253 INFO STEP 341 (remove_files) COMPLETE
49582024-08-16T05:36:58.571Z[ recovery-image] Aug 16 05:36:57.253 INFO O| Aug 16 05:36:57.253 INFO STEP 342: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49592024-08-16T05:36:58.581Z[ recovery-image] Aug 16 05:36:57.263 INFO O| Aug 16 05:36:57.263 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/plgrp"
49602024-08-16T05:36:58.581Z[ recovery-image] Aug 16 05:36:57.263 INFO O| Aug 16 05:36:57.263 INFO STEP 342 (remove_files) COMPLETE
49612024-08-16T05:36:58.581Z[ recovery-image] Aug 16 05:36:57.263 INFO O| Aug 16 05:36:57.263 INFO STEP 343: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49622024-08-16T05:36:58.590Z[ recovery-image] Aug 16 05:36:57.273 INFO O| Aug 16 05:36:57.273 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/plimit"
49632024-08-16T05:36:58.590Z[ recovery-image] Aug 16 05:36:57.273 INFO O| Aug 16 05:36:57.273 INFO STEP 343 (remove_files) COMPLETE
49642024-08-16T05:36:58.593Z[ recovery-image] Aug 16 05:36:57.273 INFO O| Aug 16 05:36:57.273 INFO STEP 344: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49652024-08-16T05:36:58.602Z[ recovery-image] Aug 16 05:36:57.284 INFO O| Aug 16 05:36:57.284 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pmadvise"
49662024-08-16T05:36:58.602Z[ recovery-image] Aug 16 05:36:57.284 INFO O| Aug 16 05:36:57.284 INFO STEP 344 (remove_files) COMPLETE
49672024-08-16T05:36:58.602Z[ recovery-image] Aug 16 05:36:57.284 INFO O| Aug 16 05:36:57.284 INFO STEP 345: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49682024-08-16T05:36:58.613Z[ recovery-image] Aug 16 05:36:57.295 INFO O| Aug 16 05:36:57.295 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pmap"
49692024-08-16T05:36:58.613Z[ recovery-image] Aug 16 05:36:57.295 INFO O| Aug 16 05:36:57.295 INFO STEP 345 (remove_files) COMPLETE
49702024-08-16T05:36:58.613Z[ recovery-image] Aug 16 05:36:57.295 INFO O| Aug 16 05:36:57.295 INFO STEP 346: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49712024-08-16T05:36:58.623Z[ recovery-image] Aug 16 05:36:57.305 INFO O| Aug 16 05:36:57.305 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/poolstat"
49722024-08-16T05:36:58.623Z[ recovery-image] Aug 16 05:36:57.305 INFO O| Aug 16 05:36:57.305 INFO STEP 346 (remove_files) COMPLETE
49732024-08-16T05:36:58.629Z[ recovery-image] Aug 16 05:36:57.305 INFO O| Aug 16 05:36:57.305 INFO STEP 347: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49742024-08-16T05:36:58.634Z[ recovery-image] Aug 16 05:36:57.315 INFO O| Aug 16 05:36:57.315 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ppgsz"
49752024-08-16T05:36:58.634Z[ recovery-image] Aug 16 05:36:57.315 INFO O| Aug 16 05:36:57.315 INFO STEP 347 (remove_files) COMPLETE
49762024-08-16T05:36:58.639Z[ recovery-image] Aug 16 05:36:57.315 INFO O| Aug 16 05:36:57.315 INFO STEP 348: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49772024-08-16T05:36:58.642Z[ recovery-image] Aug 16 05:36:57.324 INFO O| Aug 16 05:36:57.324 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ppriv"
49782024-08-16T05:36:58.642Z[ recovery-image] Aug 16 05:36:57.324 INFO O| Aug 16 05:36:57.324 INFO STEP 348 (remove_files) COMPLETE
49792024-08-16T05:36:58.645Z[ recovery-image] Aug 16 05:36:57.324 INFO O| Aug 16 05:36:57.324 INFO STEP 349: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49802024-08-16T05:36:58.651Z[ recovery-image] Aug 16 05:36:57.334 INFO O| Aug 16 05:36:57.334 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pr"
49812024-08-16T05:36:58.651Z[ recovery-image] Aug 16 05:36:57.334 INFO O| Aug 16 05:36:57.334 INFO STEP 349 (remove_files) COMPLETE
49822024-08-16T05:36:58.651Z[ recovery-image] Aug 16 05:36:57.334 INFO O| Aug 16 05:36:57.334 INFO STEP 350: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49832024-08-16T05:36:58.662Z[ recovery-image] Aug 16 05:36:57.343 INFO O| Aug 16 05:36:57.343 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/prctl"
49842024-08-16T05:36:58.662Z[ recovery-image] Aug 16 05:36:57.343 INFO O| Aug 16 05:36:57.343 INFO STEP 350 (remove_files) COMPLETE
49852024-08-16T05:36:58.662Z[ recovery-image] Aug 16 05:36:57.343 INFO O| Aug 16 05:36:57.343 INFO STEP 351: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49862024-08-16T05:36:58.670Z[ recovery-image] Aug 16 05:36:57.353 INFO O| Aug 16 05:36:57.353 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/preap"
49872024-08-16T05:36:58.670Z[ recovery-image] Aug 16 05:36:57.353 INFO O| Aug 16 05:36:57.353 INFO STEP 351 (remove_files) COMPLETE
49882024-08-16T05:36:58.673Z[ recovery-image] Aug 16 05:36:57.353 INFO O| Aug 16 05:36:57.353 INFO STEP 352: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49892024-08-16T05:36:58.680Z[ recovery-image] Aug 16 05:36:57.362 INFO O| Aug 16 05:36:57.362 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/print"
49902024-08-16T05:36:58.680Z[ recovery-image] Aug 16 05:36:57.362 INFO O| Aug 16 05:36:57.362 INFO STEP 352 (remove_files) COMPLETE
49912024-08-16T05:36:58.682Z[ recovery-image] Aug 16 05:36:57.362 INFO O| Aug 16 05:36:57.362 INFO STEP 353: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49922024-08-16T05:36:58.689Z[ recovery-image] Aug 16 05:36:57.372 INFO O| Aug 16 05:36:57.372 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/printf"
49932024-08-16T05:36:58.692Z[ recovery-image] Aug 16 05:36:57.372 INFO O| Aug 16 05:36:57.372 INFO STEP 353 (remove_files) COMPLETE
49942024-08-16T05:36:58.692Z[ recovery-image] Aug 16 05:36:57.372 INFO O| Aug 16 05:36:57.372 INFO STEP 354: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49952024-08-16T05:36:58.699Z[ recovery-image] Aug 16 05:36:57.381 INFO O| Aug 16 05:36:57.381 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/priocntl"
49962024-08-16T05:36:58.701Z[ recovery-image] Aug 16 05:36:57.381 INFO O| Aug 16 05:36:57.381 INFO STEP 354 (remove_files) COMPLETE
49972024-08-16T05:36:58.701Z[ recovery-image] Aug 16 05:36:57.381 INFO O| Aug 16 05:36:57.381 INFO STEP 355: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49982024-08-16T05:36:58.708Z[ recovery-image] Aug 16 05:36:57.391 INFO O| Aug 16 05:36:57.391 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/profiles"
49992024-08-16T05:36:58.708Z[ recovery-image] Aug 16 05:36:57.391 INFO O| Aug 16 05:36:57.391 INFO STEP 355 (remove_files) COMPLETE
50002024-08-16T05:36:58.711Z[ recovery-image] Aug 16 05:36:57.391 INFO O| Aug 16 05:36:57.391 INFO STEP 356: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50012024-08-16T05:36:58.716Z[ host-image] Aug 16 05:36:57.399 INFO O| Aug 16 05:36:57.398 INFO O| Planning: Solver setup ... Done
50022024-08-16T05:36:58.719Z[ recovery-image] Aug 16 05:36:57.400 INFO O| Aug 16 05:36:57.400 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/projects"
50032024-08-16T05:36:58.719Z[ recovery-image] Aug 16 05:36:57.400 INFO O| Aug 16 05:36:57.400 INFO STEP 356 (remove_files) COMPLETE
50042024-08-16T05:36:58.719Z[ recovery-image] Aug 16 05:36:57.400 INFO O| Aug 16 05:36:57.400 INFO STEP 357: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50052024-08-16T05:36:58.722Z[ host-image] Aug 16 05:36:57.402 INFO O| Aug 16 05:36:57.402 INFO O| Planning: Running solver ... Done
50062024-08-16T05:36:58.728Z[ recovery-image] Aug 16 05:36:57.410 INFO O| Aug 16 05:36:57.410 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/prstat"
50072024-08-16T05:36:58.728Z[ recovery-image] Aug 16 05:36:57.410 INFO O| Aug 16 05:36:57.410 INFO STEP 357 (remove_files) COMPLETE
50082024-08-16T05:36:58.730Z[ recovery-image] Aug 16 05:36:57.410 INFO O| Aug 16 05:36:57.410 INFO STEP 358: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50092024-08-16T05:36:58.737Z[ recovery-image] Aug 16 05:36:57.420 INFO O| Aug 16 05:36:57.420 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/prun"
50102024-08-16T05:36:58.738Z[ recovery-image] Aug 16 05:36:57.420 INFO O| Aug 16 05:36:57.420 INFO STEP 358 (remove_files) COMPLETE
50112024-08-16T05:36:58.738Z[ recovery-image] Aug 16 05:36:57.420 INFO O| Aug 16 05:36:57.420 INFO STEP 359: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50122024-08-16T05:36:58.747Z[ recovery-image] Aug 16 05:36:57.429 INFO O| Aug 16 05:36:57.429 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/psecflags"
50132024-08-16T05:36:58.747Z[ recovery-image] Aug 16 05:36:57.429 INFO O| Aug 16 05:36:57.429 INFO STEP 359 (remove_files) COMPLETE
50142024-08-16T05:36:58.749Z[ recovery-image] Aug 16 05:36:57.429 INFO O| Aug 16 05:36:57.429 INFO STEP 360: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50152024-08-16T05:36:58.757Z[ recovery-image] Aug 16 05:36:57.439 INFO O| Aug 16 05:36:57.439 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/psig"
50162024-08-16T05:36:58.757Z[ recovery-image] Aug 16 05:36:57.439 INFO O| Aug 16 05:36:57.439 INFO STEP 360 (remove_files) COMPLETE
50172024-08-16T05:36:58.759Z[ recovery-image] Aug 16 05:36:57.439 INFO O| Aug 16 05:36:57.439 INFO STEP 361: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50182024-08-16T05:36:58.762Z[ host-image] Aug 16 05:36:57.442 INFO O| Aug 16 05:36:57.442 INFO O| Planning: Finding local manifests ... Done
50192024-08-16T05:36:58.762Z[ host-image] Aug 16 05:36:57.444 INFO O| Aug 16 05:36:57.444 INFO O| Planning: Fetching manifests: 0/4 0% complete
50202024-08-16T05:36:58.767Z[ recovery-image] Aug 16 05:36:57.450 INFO O| Aug 16 05:36:57.450 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pstack"
50212024-08-16T05:36:58.767Z[ recovery-image] Aug 16 05:36:57.450 INFO O| Aug 16 05:36:57.450 INFO STEP 361 (remove_files) COMPLETE
50222024-08-16T05:36:58.770Z[ recovery-image] Aug 16 05:36:57.450 INFO O| Aug 16 05:36:57.450 INFO STEP 362: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50232024-08-16T05:36:58.777Z[ recovery-image] Aug 16 05:36:57.459 INFO O| Aug 16 05:36:57.459 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pstop"
50242024-08-16T05:36:58.779Z[ recovery-image] Aug 16 05:36:57.459 INFO O| Aug 16 05:36:57.459 INFO STEP 362 (remove_files) COMPLETE
50252024-08-16T05:36:58.779Z[ recovery-image] Aug 16 05:36:57.459 INFO O| Aug 16 05:36:57.459 INFO STEP 363: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50262024-08-16T05:36:58.786Z[ recovery-image] Aug 16 05:36:57.469 INFO O| Aug 16 05:36:57.469 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ptime"
50272024-08-16T05:36:58.786Z[ recovery-image] Aug 16 05:36:57.469 INFO O| Aug 16 05:36:57.469 INFO STEP 363 (remove_files) COMPLETE
50282024-08-16T05:36:58.789Z[ recovery-image] Aug 16 05:36:57.469 INFO O| Aug 16 05:36:57.469 INFO STEP 364: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50292024-08-16T05:36:58.796Z[ recovery-image] Aug 16 05:36:57.478 INFO O| Aug 16 05:36:57.478 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ptree"
50302024-08-16T05:36:58.798Z[ recovery-image] Aug 16 05:36:57.478 INFO O| Aug 16 05:36:57.478 INFO STEP 364 (remove_files) COMPLETE
50312024-08-16T05:36:58.798Z[ recovery-image] Aug 16 05:36:57.478 INFO O| Aug 16 05:36:57.478 INFO STEP 365: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50322024-08-16T05:36:58.806Z[ recovery-image] Aug 16 05:36:57.488 INFO O| Aug 16 05:36:57.488 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/putdev"
50332024-08-16T05:36:58.806Z[ recovery-image] Aug 16 05:36:57.488 INFO O| Aug 16 05:36:57.488 INFO STEP 365 (remove_files) COMPLETE
50342024-08-16T05:36:58.806Z[ recovery-image] Aug 16 05:36:57.488 INFO O| Aug 16 05:36:57.488 INFO STEP 366: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50352024-08-16T05:36:58.815Z[ recovery-image] Aug 16 05:36:57.497 INFO O| Aug 16 05:36:57.497 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/putdgrp"
50362024-08-16T05:36:58.818Z[ recovery-image] Aug 16 05:36:57.497 INFO O| Aug 16 05:36:57.497 INFO STEP 366 (remove_files) COMPLETE
50372024-08-16T05:36:58.818Z[ recovery-image] Aug 16 05:36:57.497 INFO O| Aug 16 05:36:57.497 INFO STEP 367: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50382024-08-16T05:36:58.826Z[ recovery-image] Aug 16 05:36:57.507 INFO O| Aug 16 05:36:57.507 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pvs"
50392024-08-16T05:36:58.829Z[ recovery-image] Aug 16 05:36:57.507 INFO O| Aug 16 05:36:57.507 INFO STEP 367 (remove_files) COMPLETE
50402024-08-16T05:36:58.829Z[ recovery-image] Aug 16 05:36:57.507 INFO O| Aug 16 05:36:57.507 INFO STEP 368: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50412024-08-16T05:36:58.834Z[ recovery-image] Aug 16 05:36:57.516 INFO O| Aug 16 05:36:57.516 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pwait"
50422024-08-16T05:36:58.839Z[ recovery-image] Aug 16 05:36:57.516 INFO O| Aug 16 05:36:57.516 INFO STEP 368 (remove_files) COMPLETE
50432024-08-16T05:36:58.839Z[ recovery-image] Aug 16 05:36:57.516 INFO O| Aug 16 05:36:57.516 INFO STEP 369: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50442024-08-16T05:36:58.844Z[ recovery-image] Aug 16 05:36:57.526 INFO O| Aug 16 05:36:57.526 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pwd"
50452024-08-16T05:36:58.844Z[ recovery-image] Aug 16 05:36:57.526 INFO O| Aug 16 05:36:57.526 INFO STEP 369 (remove_files) COMPLETE
50462024-08-16T05:36:58.846Z[ recovery-image] Aug 16 05:36:57.526 INFO O| Aug 16 05:36:57.526 INFO STEP 370: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50472024-08-16T05:36:58.854Z[ recovery-image] Aug 16 05:36:57.535 INFO O| Aug 16 05:36:57.535 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pwdx"
50482024-08-16T05:36:58.856Z[ recovery-image] Aug 16 05:36:57.535 INFO O| Aug 16 05:36:57.535 INFO STEP 370 (remove_files) COMPLETE
50492024-08-16T05:36:58.856Z[ recovery-image] Aug 16 05:36:57.535 INFO O| Aug 16 05:36:57.535 INFO STEP 371: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50502024-08-16T05:36:58.863Z[ recovery-image] Aug 16 05:36:57.545 INFO O| Aug 16 05:36:57.545 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/read"
50512024-08-16T05:36:58.865Z[ recovery-image] Aug 16 05:36:57.545 INFO O| Aug 16 05:36:57.545 INFO STEP 371 (remove_files) COMPLETE
50522024-08-16T05:36:58.865Z[ recovery-image] Aug 16 05:36:57.545 INFO O| Aug 16 05:36:57.545 INFO STEP 372: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50532024-08-16T05:36:58.874Z[ recovery-image] Aug 16 05:36:57.554 INFO O| Aug 16 05:36:57.554 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/red"
50542024-08-16T05:36:58.877Z[ recovery-image] Aug 16 05:36:57.555 INFO O| Aug 16 05:36:57.554 INFO STEP 372 (remove_files) COMPLETE
50552024-08-16T05:36:58.877Z[ recovery-image] Aug 16 05:36:57.555 INFO O| Aug 16 05:36:57.555 INFO STEP 373: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50562024-08-16T05:36:58.882Z[ recovery-image] Aug 16 05:36:57.564 INFO O| Aug 16 05:36:57.564 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/regcmp"
50572024-08-16T05:36:58.882Z[ recovery-image] Aug 16 05:36:57.564 INFO O| Aug 16 05:36:57.564 INFO STEP 373 (remove_files) COMPLETE
50582024-08-16T05:36:58.882Z[ recovery-image] Aug 16 05:36:57.564 INFO O| Aug 16 05:36:57.564 INFO STEP 374: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50592024-08-16T05:36:58.891Z[ recovery-image] Aug 16 05:36:57.573 INFO O| Aug 16 05:36:57.573 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/renice"
50602024-08-16T05:36:58.891Z[ recovery-image] Aug 16 05:36:57.573 INFO O| Aug 16 05:36:57.573 INFO STEP 374 (remove_files) COMPLETE
50612024-08-16T05:36:58.895Z[ recovery-image] Aug 16 05:36:57.573 INFO O| Aug 16 05:36:57.573 INFO STEP 375: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50622024-08-16T05:36:58.900Z[ recovery-image] Aug 16 05:36:57.582 INFO O| Aug 16 05:36:57.582 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/resize"
50632024-08-16T05:36:58.900Z[ recovery-image] Aug 16 05:36:57.582 INFO O| Aug 16 05:36:57.582 INFO STEP 375 (remove_files) COMPLETE
50642024-08-16T05:36:58.903Z[ recovery-image] Aug 16 05:36:57.582 INFO O| Aug 16 05:36:57.582 INFO STEP 376: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50652024-08-16T05:36:58.910Z[ recovery-image] Aug 16 05:36:57.592 INFO O| Aug 16 05:36:57.592 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/rev"
50662024-08-16T05:36:58.910Z[ recovery-image] Aug 16 05:36:57.592 INFO O| Aug 16 05:36:57.592 INFO STEP 376 (remove_files) COMPLETE
50672024-08-16T05:36:58.913Z[ recovery-image] Aug 16 05:36:57.592 INFO O| Aug 16 05:36:57.592 INFO STEP 377: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50682024-08-16T05:36:58.922Z[ recovery-image] Aug 16 05:36:57.602 INFO O| Aug 16 05:36:57.602 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/rksh"
50692024-08-16T05:36:58.922Z[ recovery-image] Aug 16 05:36:57.602 INFO O| Aug 16 05:36:57.602 INFO STEP 377 (remove_files) COMPLETE
50702024-08-16T05:36:58.922Z[ recovery-image] Aug 16 05:36:57.602 INFO O| Aug 16 05:36:57.602 INFO STEP 378: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50712024-08-16T05:36:58.929Z[ recovery-image] Aug 16 05:36:57.611 INFO O| Aug 16 05:36:57.611 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/rksh93"
50722024-08-16T05:36:58.932Z[ recovery-image] Aug 16 05:36:57.611 INFO O| Aug 16 05:36:57.611 INFO STEP 378 (remove_files) COMPLETE
50732024-08-16T05:36:58.932Z[ recovery-image] Aug 16 05:36:57.611 INFO O| Aug 16 05:36:57.611 INFO STEP 379: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50742024-08-16T05:36:58.938Z[ recovery-image] Aug 16 05:36:57.620 INFO O| Aug 16 05:36:57.620 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/roles"
50752024-08-16T05:36:58.942Z[ recovery-image] Aug 16 05:36:57.620 INFO O| Aug 16 05:36:57.620 INFO STEP 379 (remove_files) COMPLETE
50762024-08-16T05:36:58.942Z[ recovery-image] Aug 16 05:36:57.620 INFO O| Aug 16 05:36:57.620 INFO STEP 380: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50772024-08-16T05:36:58.948Z[ recovery-image] Aug 16 05:36:57.630 INFO O| Aug 16 05:36:57.630 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/rpcinfo"
50782024-08-16T05:36:58.948Z[ recovery-image] Aug 16 05:36:57.630 INFO O| Aug 16 05:36:57.630 INFO STEP 380 (remove_files) COMPLETE
50792024-08-16T05:36:58.948Z[ recovery-image] Aug 16 05:36:57.630 INFO O| Aug 16 05:36:57.630 INFO STEP 381: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50802024-08-16T05:36:58.957Z[ recovery-image] Aug 16 05:36:57.639 INFO O| Aug 16 05:36:57.639 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/rsync"
50812024-08-16T05:36:58.959Z[ recovery-image] Aug 16 05:36:57.640 INFO O| Aug 16 05:36:57.639 INFO STEP 381 (remove_files) COMPLETE
50822024-08-16T05:36:58.959Z[ recovery-image] Aug 16 05:36:57.640 INFO O| Aug 16 05:36:57.640 INFO STEP 382: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50832024-08-16T05:36:58.969Z[ recovery-image] Aug 16 05:36:57.649 INFO O| Aug 16 05:36:57.649 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/rsync-ssl"
50842024-08-16T05:36:58.969Z[ recovery-image] Aug 16 05:36:57.649 INFO O| Aug 16 05:36:57.649 INFO STEP 382 (remove_files) COMPLETE
50852024-08-16T05:36:58.971Z[ recovery-image] Aug 16 05:36:57.649 INFO O| Aug 16 05:36:57.649 INFO STEP 383: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50862024-08-16T05:36:58.977Z[ recovery-image] Aug 16 05:36:57.658 INFO O| Aug 16 05:36:57.658 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/runat"
50872024-08-16T05:36:58.977Z[ recovery-image] Aug 16 05:36:57.658 INFO O| Aug 16 05:36:57.658 INFO STEP 383 (remove_files) COMPLETE
50882024-08-16T05:36:58.981Z[ recovery-image] Aug 16 05:36:57.658 INFO O| Aug 16 05:36:57.658 INFO STEP 384: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50892024-08-16T05:36:58.987Z[ recovery-image] Aug 16 05:36:57.667 INFO O| Aug 16 05:36:57.667 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/scp"
50902024-08-16T05:36:58.992Z[ recovery-image] Aug 16 05:36:57.668 INFO O| Aug 16 05:36:57.667 INFO STEP 384 (remove_files) COMPLETE
50912024-08-16T05:36:58.992Z[ recovery-image] Aug 16 05:36:57.668 INFO O| Aug 16 05:36:57.667 INFO STEP 385: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50922024-08-16T05:36:58.995Z[ recovery-image] Aug 16 05:36:57.677 INFO O| Aug 16 05:36:57.677 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/script"
50932024-08-16T05:36:58.995Z[ recovery-image] Aug 16 05:36:57.677 INFO O| Aug 16 05:36:57.677 INFO STEP 385 (remove_files) COMPLETE
50942024-08-16T05:36:58.995Z[ recovery-image] Aug 16 05:36:57.677 INFO O| Aug 16 05:36:57.677 INFO STEP 386: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50952024-08-16T05:36:59.004Z[ recovery-image] Aug 16 05:36:57.686 INFO O| Aug 16 05:36:57.686 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/sdiff"
50962024-08-16T05:36:59.004Z[ recovery-image] Aug 16 05:36:57.686 INFO O| Aug 16 05:36:57.686 INFO STEP 386 (remove_files) COMPLETE
50972024-08-16T05:36:59.004Z[ recovery-image] Aug 16 05:36:57.686 INFO O| Aug 16 05:36:57.686 INFO STEP 387: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50982024-08-16T05:36:59.013Z[ recovery-image] Aug 16 05:36:57.695 INFO O| Aug 16 05:36:57.695 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/setpgrp"
50992024-08-16T05:36:59.013Z[ recovery-image] Aug 16 05:36:57.696 INFO O| Aug 16 05:36:57.695 INFO STEP 387 (remove_files) COMPLETE
51002024-08-16T05:36:59.013Z[ recovery-image] Aug 16 05:36:57.696 INFO O| Aug 16 05:36:57.696 INFO STEP 388: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51012024-08-16T05:36:59.023Z[ recovery-image] Aug 16 05:36:57.705 INFO O| Aug 16 05:36:57.705 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/sftp"
51022024-08-16T05:36:59.028Z[ recovery-image] Aug 16 05:36:57.706 INFO O| Aug 16 05:36:57.706 INFO STEP 388 (remove_files) COMPLETE
51032024-08-16T05:36:59.028Z[ recovery-image] Aug 16 05:36:57.706 INFO O| Aug 16 05:36:57.706 INFO STEP 389: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51042024-08-16T05:36:59.034Z[ recovery-image] Aug 16 05:36:57.716 INFO O| Aug 16 05:36:57.716 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/shcomp"
51052024-08-16T05:36:59.034Z[ recovery-image] Aug 16 05:36:57.716 INFO O| Aug 16 05:36:57.716 INFO STEP 389 (remove_files) COMPLETE
51062024-08-16T05:36:59.037Z[ recovery-image] Aug 16 05:36:57.716 INFO O| Aug 16 05:36:57.716 INFO STEP 390: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51072024-08-16T05:36:59.049Z[ recovery-image] Aug 16 05:36:57.725 INFO O| Aug 16 05:36:57.725 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/smbutil"
51082024-08-16T05:36:59.049Z[ recovery-image] Aug 16 05:36:57.725 INFO O| Aug 16 05:36:57.725 INFO STEP 390 (remove_files) COMPLETE
51092024-08-16T05:36:59.049Z[ recovery-image] Aug 16 05:36:57.725 INFO O| Aug 16 05:36:57.725 INFO STEP 391: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51102024-08-16T05:36:59.054Z[ recovery-image] Aug 16 05:36:57.735 INFO O| Aug 16 05:36:57.735 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmp-bridge-mib"
51112024-08-16T05:36:59.055Z[ recovery-image] Aug 16 05:36:57.735 INFO O| Aug 16 05:36:57.735 INFO STEP 391 (remove_files) COMPLETE
51122024-08-16T05:36:59.055Z[ recovery-image] Aug 16 05:36:57.735 INFO O| Aug 16 05:36:57.735 INFO STEP 392: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51132024-08-16T05:36:59.063Z[ recovery-image] Aug 16 05:36:57.744 INFO O| Aug 16 05:36:57.744 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmpbulkget"
51142024-08-16T05:36:59.063Z[ recovery-image] Aug 16 05:36:57.744 INFO O| Aug 16 05:36:57.744 INFO STEP 392 (remove_files) COMPLETE
51152024-08-16T05:36:59.063Z[ recovery-image] Aug 16 05:36:57.744 INFO O| Aug 16 05:36:57.744 INFO STEP 393: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51162024-08-16T05:36:59.071Z[ recovery-image] Aug 16 05:36:57.753 INFO O| Aug 16 05:36:57.753 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmpbulkwalk"
51172024-08-16T05:36:59.071Z[ recovery-image] Aug 16 05:36:57.753 INFO O| Aug 16 05:36:57.753 INFO STEP 393 (remove_files) COMPLETE
51182024-08-16T05:36:59.074Z[ recovery-image] Aug 16 05:36:57.753 INFO O| Aug 16 05:36:57.753 INFO STEP 394: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51192024-08-16T05:36:59.080Z[ recovery-image] Aug 16 05:36:57.763 INFO O| Aug 16 05:36:57.763 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmpcheck"
51202024-08-16T05:36:59.083Z[ recovery-image] Aug 16 05:36:57.763 INFO O| Aug 16 05:36:57.763 INFO STEP 394 (remove_files) COMPLETE
51212024-08-16T05:36:59.083Z[ recovery-image] Aug 16 05:36:57.763 INFO O| Aug 16 05:36:57.763 INFO STEP 395: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51222024-08-16T05:36:59.090Z[ recovery-image] Aug 16 05:36:57.772 INFO O| Aug 16 05:36:57.772 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmpconf"
51232024-08-16T05:36:59.092Z[ recovery-image] Aug 16 05:36:57.772 INFO O| Aug 16 05:36:57.772 INFO STEP 395 (remove_files) COMPLETE
51242024-08-16T05:36:59.092Z[ recovery-image] Aug 16 05:36:57.772 INFO O| Aug 16 05:36:57.772 INFO STEP 396: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51252024-08-16T05:36:59.099Z[ recovery-image] Aug 16 05:36:57.781 INFO O| Aug 16 05:36:57.781 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmpdelta"
51262024-08-16T05:36:59.099Z[ recovery-image] Aug 16 05:36:57.781 INFO O| Aug 16 05:36:57.781 INFO STEP 396 (remove_files) COMPLETE
51272024-08-16T05:36:59.099Z[ recovery-image] Aug 16 05:36:57.781 INFO O| Aug 16 05:36:57.781 INFO STEP 397: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51282024-08-16T05:36:59.109Z[ recovery-image] Aug 16 05:36:57.791 INFO O| Aug 16 05:36:57.791 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmpdf"
51292024-08-16T05:36:59.109Z[ recovery-image] Aug 16 05:36:57.791 INFO O| Aug 16 05:36:57.791 INFO STEP 397 (remove_files) COMPLETE
51302024-08-16T05:36:59.111Z[ recovery-image] Aug 16 05:36:57.791 INFO O| Aug 16 05:36:57.791 INFO STEP 398: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51312024-08-16T05:36:59.118Z[ recovery-image] Aug 16 05:36:57.800 INFO O| Aug 16 05:36:57.800 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmpget"
51322024-08-16T05:36:59.118Z[ recovery-image] Aug 16 05:36:57.800 INFO O| Aug 16 05:36:57.800 INFO STEP 398 (remove_files) COMPLETE
51332024-08-16T05:36:59.118Z[ recovery-image] Aug 16 05:36:57.800 INFO O| Aug 16 05:36:57.800 INFO STEP 399: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51342024-08-16T05:36:59.127Z[ recovery-image] Aug 16 05:36:57.809 INFO O| Aug 16 05:36:57.809 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmpgetnext"
51352024-08-16T05:36:59.130Z[ recovery-image] Aug 16 05:36:57.810 INFO O| Aug 16 05:36:57.810 INFO STEP 399 (remove_files) COMPLETE
51362024-08-16T05:36:59.130Z[ recovery-image] Aug 16 05:36:57.810 INFO O| Aug 16 05:36:57.810 INFO STEP 400: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51372024-08-16T05:36:59.137Z[ recovery-image] Aug 16 05:36:57.819 INFO O| Aug 16 05:36:57.819 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmpnetstat"
51382024-08-16T05:36:59.137Z[ recovery-image] Aug 16 05:36:57.819 INFO O| Aug 16 05:36:57.819 INFO STEP 400 (remove_files) COMPLETE
51392024-08-16T05:36:59.137Z[ recovery-image] Aug 16 05:36:57.820 INFO O| Aug 16 05:36:57.819 INFO STEP 401: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51402024-08-16T05:36:59.149Z[ recovery-image] Aug 16 05:36:57.829 INFO O| Aug 16 05:36:57.829 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmppcap"
51412024-08-16T05:36:59.149Z[ recovery-image] Aug 16 05:36:57.829 INFO O| Aug 16 05:36:57.829 INFO STEP 401 (remove_files) COMPLETE
51422024-08-16T05:36:59.149Z[ recovery-image] Aug 16 05:36:57.829 INFO O| Aug 16 05:36:57.829 INFO STEP 402: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51432024-08-16T05:36:59.156Z[ recovery-image] Aug 16 05:36:57.838 INFO O| Aug 16 05:36:57.838 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmpping"
51442024-08-16T05:36:59.156Z[ recovery-image] Aug 16 05:36:57.838 INFO O| Aug 16 05:36:57.838 INFO STEP 402 (remove_files) COMPLETE
51452024-08-16T05:36:59.156Z[ recovery-image] Aug 16 05:36:57.838 INFO O| Aug 16 05:36:57.838 INFO STEP 403: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51462024-08-16T05:36:59.165Z[ recovery-image] Aug 16 05:36:57.848 INFO O| Aug 16 05:36:57.847 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmpps"
51472024-08-16T05:36:59.166Z[ recovery-image] Aug 16 05:36:57.848 INFO O| Aug 16 05:36:57.848 INFO STEP 403 (remove_files) COMPLETE
51482024-08-16T05:36:59.166Z[ recovery-image] Aug 16 05:36:57.848 INFO O| Aug 16 05:36:57.848 INFO STEP 404: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51492024-08-16T05:36:59.175Z[ recovery-image] Aug 16 05:36:57.857 INFO O| Aug 16 05:36:57.857 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmpset"
51502024-08-16T05:36:59.177Z[ recovery-image] Aug 16 05:36:57.857 INFO O| Aug 16 05:36:57.857 INFO STEP 404 (remove_files) COMPLETE
51512024-08-16T05:36:59.177Z[ recovery-image] Aug 16 05:36:57.857 INFO O| Aug 16 05:36:57.857 INFO STEP 405: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51522024-08-16T05:36:59.184Z[ recovery-image] Aug 16 05:36:57.866 INFO O| Aug 16 05:36:57.866 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmpstatus"
51532024-08-16T05:36:59.184Z[ recovery-image] Aug 16 05:36:57.866 INFO O| Aug 16 05:36:57.866 INFO STEP 405 (remove_files) COMPLETE
51542024-08-16T05:36:59.184Z[ recovery-image] Aug 16 05:36:57.866 INFO O| Aug 16 05:36:57.866 INFO STEP 406: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51552024-08-16T05:36:59.193Z[ recovery-image] Aug 16 05:36:57.875 INFO O| Aug 16 05:36:57.875 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmptable"
51562024-08-16T05:36:59.193Z[ recovery-image] Aug 16 05:36:57.875 INFO O| Aug 16 05:36:57.875 INFO STEP 406 (remove_files) COMPLETE
51572024-08-16T05:36:59.193Z[ recovery-image] Aug 16 05:36:57.875 INFO O| Aug 16 05:36:57.875 INFO STEP 407: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51582024-08-16T05:36:59.203Z[ recovery-image] Aug 16 05:36:57.885 INFO O| Aug 16 05:36:57.885 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmptest"
51592024-08-16T05:36:59.203Z[ recovery-image] Aug 16 05:36:57.885 INFO O| Aug 16 05:36:57.885 INFO STEP 407 (remove_files) COMPLETE
51602024-08-16T05:36:59.203Z[ recovery-image] Aug 16 05:36:57.885 INFO O| Aug 16 05:36:57.885 INFO STEP 408: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51612024-08-16T05:36:59.212Z[ recovery-image] Aug 16 05:36:57.894 INFO O| Aug 16 05:36:57.894 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmptranslate"
51622024-08-16T05:36:59.214Z[ recovery-image] Aug 16 05:36:57.894 INFO O| Aug 16 05:36:57.894 INFO STEP 408 (remove_files) COMPLETE
51632024-08-16T05:36:59.214Z[ recovery-image] Aug 16 05:36:57.894 INFO O| Aug 16 05:36:57.894 INFO STEP 409: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51642024-08-16T05:36:59.222Z[ recovery-image] Aug 16 05:36:57.904 INFO O| Aug 16 05:36:57.904 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmptrap"
51652024-08-16T05:36:59.222Z[ recovery-image] Aug 16 05:36:57.904 INFO O| Aug 16 05:36:57.904 INFO STEP 409 (remove_files) COMPLETE
51662024-08-16T05:36:59.222Z[ recovery-image] Aug 16 05:36:57.904 INFO O| Aug 16 05:36:57.904 INFO STEP 410: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51672024-08-16T05:36:59.231Z[ recovery-image] Aug 16 05:36:57.913 INFO O| Aug 16 05:36:57.913 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmpusm"
51682024-08-16T05:36:59.231Z[ recovery-image] Aug 16 05:36:57.913 INFO O| Aug 16 05:36:57.913 INFO STEP 410 (remove_files) COMPLETE
51692024-08-16T05:36:59.231Z[ recovery-image] Aug 16 05:36:57.913 INFO O| Aug 16 05:36:57.913 INFO STEP 411: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51702024-08-16T05:36:59.241Z[ recovery-image] Aug 16 05:36:57.923 INFO O| Aug 16 05:36:57.923 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmpvacm"
51712024-08-16T05:36:59.241Z[ recovery-image] Aug 16 05:36:57.923 INFO O| Aug 16 05:36:57.923 INFO STEP 411 (remove_files) COMPLETE
51722024-08-16T05:36:59.241Z[ recovery-image] Aug 16 05:36:57.923 INFO O| Aug 16 05:36:57.923 INFO STEP 412: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51732024-08-16T05:36:59.251Z[ recovery-image] Aug 16 05:36:57.933 INFO O| Aug 16 05:36:57.932 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmpwalk"
51742024-08-16T05:36:59.251Z[ recovery-image] Aug 16 05:36:57.933 INFO O| Aug 16 05:36:57.933 INFO STEP 412 (remove_files) COMPLETE
51752024-08-16T05:36:59.254Z[ recovery-image] Aug 16 05:36:57.933 INFO O| Aug 16 05:36:57.933 INFO STEP 413: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51762024-08-16T05:36:59.260Z[ recovery-image] Aug 16 05:36:57.942 INFO O| Aug 16 05:36:57.942 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/sotruss"
51772024-08-16T05:36:59.260Z[ recovery-image] Aug 16 05:36:57.942 INFO O| Aug 16 05:36:57.942 INFO STEP 413 (remove_files) COMPLETE
51782024-08-16T05:36:59.263Z[ recovery-image] Aug 16 05:36:57.942 INFO O| Aug 16 05:36:57.942 INFO STEP 414: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51792024-08-16T05:36:59.270Z[ recovery-image] Aug 16 05:36:57.952 INFO O| Aug 16 05:36:57.952 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/spell"
51802024-08-16T05:36:59.270Z[ recovery-image] Aug 16 05:36:57.952 INFO O| Aug 16 05:36:57.952 INFO STEP 414 (remove_files) COMPLETE
51812024-08-16T05:36:59.273Z[ recovery-image] Aug 16 05:36:57.952 INFO O| Aug 16 05:36:57.952 INFO STEP 415: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51822024-08-16T05:36:59.279Z[ recovery-image] Aug 16 05:36:57.961 INFO O| Aug 16 05:36:57.961 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/split"
51832024-08-16T05:36:59.279Z[ recovery-image] Aug 16 05:36:57.961 INFO O| Aug 16 05:36:57.961 INFO STEP 415 (remove_files) COMPLETE
51842024-08-16T05:36:59.279Z[ recovery-image] Aug 16 05:36:57.962 INFO O| Aug 16 05:36:57.961 INFO STEP 416: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51852024-08-16T05:36:59.282Z[ host-image] Aug 16 05:36:57.963 INFO O| Aug 16 05:36:57.963 INFO O| Planning: Fetching manifests: 4/4 100% complete
51862024-08-16T05:36:59.289Z[ recovery-image] Aug 16 05:36:57.971 INFO O| Aug 16 05:36:57.971 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/sqlite3"
51872024-08-16T05:36:59.289Z[ recovery-image] Aug 16 05:36:57.971 INFO O| Aug 16 05:36:57.971 INFO STEP 416 (remove_files) COMPLETE
51882024-08-16T05:36:59.289Z[ recovery-image] Aug 16 05:36:57.971 INFO O| Aug 16 05:36:57.971 INFO STEP 417: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51892024-08-16T05:36:59.299Z[ recovery-image] Aug 16 05:36:57.981 INFO O| Aug 16 05:36:57.981 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ssh"
51902024-08-16T05:36:59.302Z[ recovery-image] Aug 16 05:36:57.982 INFO O| Aug 16 05:36:57.981 INFO STEP 417 (remove_files) COMPLETE
51912024-08-16T05:36:59.302Z[ recovery-image] Aug 16 05:36:57.982 INFO O| Aug 16 05:36:57.982 INFO STEP 418: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51922024-08-16T05:36:59.304Z[ host-image] Aug 16 05:36:57.986 INFO O| Aug 16 05:36:57.986 INFO O| Planning: Package planning ... Done
51932024-08-16T05:36:59.308Z[ host-image] Aug 16 05:36:57.989 INFO O| Aug 16 05:36:57.989 INFO O| Planning: Merging actions ... Done
51942024-08-16T05:36:59.311Z[ recovery-image] Aug 16 05:36:57.991 INFO O| Aug 16 05:36:57.991 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ssh-add"
51952024-08-16T05:36:59.311Z[ recovery-image] Aug 16 05:36:57.991 INFO O| Aug 16 05:36:57.991 INFO STEP 418 (remove_files) COMPLETE
51962024-08-16T05:36:59.311Z[ recovery-image] Aug 16 05:36:57.991 INFO O| Aug 16 05:36:57.991 INFO STEP 419: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51972024-08-16T05:36:59.319Z[ recovery-image] Aug 16 05:36:58.001 INFO O| Aug 16 05:36:58.001 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ssh-agent"
51982024-08-16T05:36:59.319Z[ recovery-image] Aug 16 05:36:58.001 INFO O| Aug 16 05:36:58.001 INFO STEP 419 (remove_files) COMPLETE
51992024-08-16T05:36:59.319Z[ recovery-image] Aug 16 05:36:58.001 INFO O| Aug 16 05:36:58.001 INFO STEP 420: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52002024-08-16T05:36:59.330Z[ recovery-image] Aug 16 05:36:58.012 INFO O| Aug 16 05:36:58.012 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ssh-copy-id"
52012024-08-16T05:36:59.330Z[ recovery-image] Aug 16 05:36:58.012 INFO O| Aug 16 05:36:58.012 INFO STEP 420 (remove_files) COMPLETE
52022024-08-16T05:36:59.332Z[ recovery-image] Aug 16 05:36:58.012 INFO O| Aug 16 05:36:58.012 INFO STEP 421: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52032024-08-16T05:36:59.340Z[ recovery-image] Aug 16 05:36:58.022 INFO O| Aug 16 05:36:58.022 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ssh-keyscan"
52042024-08-16T05:36:59.343Z[ recovery-image] Aug 16 05:36:58.022 INFO O| Aug 16 05:36:58.022 INFO STEP 421 (remove_files) COMPLETE
52052024-08-16T05:36:59.343Z[ recovery-image] Aug 16 05:36:58.022 INFO O| Aug 16 05:36:58.022 INFO STEP 422: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52062024-08-16T05:36:59.350Z[ recovery-image] Aug 16 05:36:58.032 INFO O| Aug 16 05:36:58.032 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/strings"
52072024-08-16T05:36:59.350Z[ recovery-image] Aug 16 05:36:58.032 INFO O| Aug 16 05:36:58.032 INFO STEP 422 (remove_files) COMPLETE
52082024-08-16T05:36:59.351Z[ recovery-image] Aug 16 05:36:58.032 INFO O| Aug 16 05:36:58.032 INFO STEP 423: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52092024-08-16T05:36:59.360Z[ recovery-image] Aug 16 05:36:58.042 INFO O| Aug 16 05:36:58.042 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/sum"
52102024-08-16T05:36:59.360Z[ recovery-image] Aug 16 05:36:58.042 INFO O| Aug 16 05:36:58.042 INFO STEP 423 (remove_files) COMPLETE
52112024-08-16T05:36:59.360Z[ recovery-image] Aug 16 05:36:58.042 INFO O| Aug 16 05:36:58.042 INFO STEP 424: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52122024-08-16T05:36:59.371Z[ recovery-image] Aug 16 05:36:58.052 INFO O| Aug 16 05:36:58.052 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/tabs"
52132024-08-16T05:36:59.371Z[ recovery-image] Aug 16 05:36:58.052 INFO O| Aug 16 05:36:58.052 INFO STEP 424 (remove_files) COMPLETE
52142024-08-16T05:36:59.371Z[ recovery-image] Aug 16 05:36:58.052 INFO O| Aug 16 05:36:58.052 INFO STEP 425: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52152024-08-16T05:36:59.380Z[ recovery-image] Aug 16 05:36:58.062 INFO O| Aug 16 05:36:58.061 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/tcopy"
52162024-08-16T05:36:59.380Z[ recovery-image] Aug 16 05:36:58.062 INFO O| Aug 16 05:36:58.062 INFO STEP 425 (remove_files) COMPLETE
52172024-08-16T05:36:59.382Z[ recovery-image] Aug 16 05:36:58.062 INFO O| Aug 16 05:36:58.062 INFO STEP 426: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52182024-08-16T05:36:59.389Z[ recovery-image] Aug 16 05:36:58.071 INFO O| Aug 16 05:36:58.071 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/test"
52192024-08-16T05:36:59.389Z[ recovery-image] Aug 16 05:36:58.071 INFO O| Aug 16 05:36:58.071 INFO STEP 426 (remove_files) COMPLETE
52202024-08-16T05:36:59.389Z[ recovery-image] Aug 16 05:36:58.071 INFO O| Aug 16 05:36:58.071 INFO STEP 427: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52212024-08-16T05:36:59.392Z[ host-image] Aug 16 05:36:58.072 INFO O| Aug 16 05:36:58.072 INFO O| Planning: Checking for conflicting actions ... Done
52222024-08-16T05:36:59.392Z[ host-image] Aug 16 05:36:58.073 INFO O| Aug 16 05:36:58.073 INFO O| Planning: Consolidating action changes ... Done
52232024-08-16T05:36:59.399Z[ recovery-image] Aug 16 05:36:58.081 INFO O| Aug 16 05:36:58.081 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/tic"
52242024-08-16T05:36:59.399Z[ recovery-image] Aug 16 05:36:58.081 INFO O| Aug 16 05:36:58.081 INFO STEP 427 (remove_files) COMPLETE
52252024-08-16T05:36:59.399Z[ recovery-image] Aug 16 05:36:58.081 INFO O| Aug 16 05:36:58.081 INFO STEP 428: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52262024-08-16T05:36:59.408Z[ recovery-image] Aug 16 05:36:58.090 INFO O| Aug 16 05:36:58.090 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/time"
52272024-08-16T05:36:59.411Z[ recovery-image] Aug 16 05:36:58.090 INFO O| Aug 16 05:36:58.090 INFO STEP 428 (remove_files) COMPLETE
52282024-08-16T05:36:59.411Z[ recovery-image] Aug 16 05:36:58.091 INFO O| Aug 16 05:36:58.090 INFO STEP 429: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52292024-08-16T05:36:59.418Z[ recovery-image] Aug 16 05:36:58.100 INFO O| Aug 16 05:36:58.100 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/tip"
52302024-08-16T05:36:59.418Z[ recovery-image] Aug 16 05:36:58.100 INFO O| Aug 16 05:36:58.100 INFO STEP 429 (remove_files) COMPLETE
52312024-08-16T05:36:59.421Z[ recovery-image] Aug 16 05:36:58.100 INFO O| Aug 16 05:36:58.100 INFO STEP 430: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52322024-08-16T05:36:59.428Z[ recovery-image] Aug 16 05:36:58.110 INFO O| Aug 16 05:36:58.110 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/tkmib"
52332024-08-16T05:36:59.428Z[ recovery-image] Aug 16 05:36:58.110 INFO O| Aug 16 05:36:58.110 INFO STEP 430 (remove_files) COMPLETE
52342024-08-16T05:36:59.431Z[ recovery-image] Aug 16 05:36:58.110 INFO O| Aug 16 05:36:58.110 INFO STEP 431: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52352024-08-16T05:36:59.438Z[ recovery-image] Aug 16 05:36:58.119 INFO O| Aug 16 05:36:58.119 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/tpmadm"
52362024-08-16T05:36:59.438Z[ recovery-image] Aug 16 05:36:58.120 INFO O| Aug 16 05:36:58.120 INFO STEP 431 (remove_files) COMPLETE
52372024-08-16T05:36:59.440Z[ recovery-image] Aug 16 05:36:58.120 INFO O| Aug 16 05:36:58.120 INFO STEP 432: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52382024-08-16T05:36:59.447Z[ recovery-image] Aug 16 05:36:58.129 INFO O| Aug 16 05:36:58.129 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/traptoemail"
52392024-08-16T05:36:59.447Z[ recovery-image] Aug 16 05:36:58.129 INFO O| Aug 16 05:36:58.129 INFO STEP 432 (remove_files) COMPLETE
52402024-08-16T05:36:59.450Z[ recovery-image] Aug 16 05:36:58.129 INFO O| Aug 16 05:36:58.129 INFO STEP 433: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52412024-08-16T05:36:59.456Z[ recovery-image] Aug 16 05:36:58.138 INFO O| Aug 16 05:36:58.138 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/true"
52422024-08-16T05:36:59.456Z[ recovery-image] Aug 16 05:36:58.138 INFO O| Aug 16 05:36:58.138 INFO STEP 433 (remove_files) COMPLETE
52432024-08-16T05:36:59.459Z[ recovery-image] Aug 16 05:36:58.139 INFO O| Aug 16 05:36:58.138 INFO STEP 434: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52442024-08-16T05:36:59.466Z[ recovery-image] Aug 16 05:36:58.148 INFO O| Aug 16 05:36:58.148 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/tty"
52452024-08-16T05:36:59.466Z[ recovery-image] Aug 16 05:36:58.148 INFO O| Aug 16 05:36:58.148 INFO STEP 434 (remove_files) COMPLETE
52462024-08-16T05:36:59.468Z[ recovery-image] Aug 16 05:36:58.148 INFO O| Aug 16 05:36:58.148 INFO STEP 435: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52472024-08-16T05:36:59.476Z[ recovery-image] Aug 16 05:36:58.158 INFO O| Aug 16 05:36:58.158 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/type"
52482024-08-16T05:36:59.476Z[ recovery-image] Aug 16 05:36:58.158 INFO O| Aug 16 05:36:58.158 INFO STEP 435 (remove_files) COMPLETE
52492024-08-16T05:36:59.476Z[ recovery-image] Aug 16 05:36:58.158 INFO O| Aug 16 05:36:58.158 INFO STEP 436: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52502024-08-16T05:36:59.486Z[ recovery-image] Aug 16 05:36:58.167 INFO O| Aug 16 05:36:58.167 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/tzselect"
52512024-08-16T05:36:59.486Z[ recovery-image] Aug 16 05:36:58.167 INFO O| Aug 16 05:36:58.167 INFO STEP 436 (remove_files) COMPLETE
52522024-08-16T05:36:59.488Z[ recovery-image] Aug 16 05:36:58.167 INFO O| Aug 16 05:36:58.167 INFO STEP 437: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52532024-08-16T05:36:59.495Z[ recovery-image] Aug 16 05:36:58.177 INFO O| Aug 16 05:36:58.177 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ulimit"
52542024-08-16T05:36:59.497Z[ recovery-image] Aug 16 05:36:58.177 INFO O| Aug 16 05:36:58.177 INFO STEP 437 (remove_files) COMPLETE
52552024-08-16T05:36:59.498Z[ recovery-image] Aug 16 05:36:58.177 INFO O| Aug 16 05:36:58.177 INFO STEP 438: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52562024-08-16T05:36:59.504Z[ recovery-image] Aug 16 05:36:58.186 INFO O| Aug 16 05:36:58.186 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/umask"
52572024-08-16T05:36:59.507Z[ recovery-image] Aug 16 05:36:58.186 INFO O| Aug 16 05:36:58.186 INFO STEP 438 (remove_files) COMPLETE
52582024-08-16T05:36:59.507Z[ recovery-image] Aug 16 05:36:58.186 INFO O| Aug 16 05:36:58.186 INFO STEP 439: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52592024-08-16T05:36:59.514Z[ recovery-image] Aug 16 05:36:58.196 INFO O| Aug 16 05:36:58.196 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/unalias"
52602024-08-16T05:36:59.514Z[ recovery-image] Aug 16 05:36:58.196 INFO O| Aug 16 05:36:58.196 INFO STEP 439 (remove_files) COMPLETE
52612024-08-16T05:36:59.516Z[ recovery-image] Aug 16 05:36:58.196 INFO O| Aug 16 05:36:58.196 INFO STEP 440: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52622024-08-16T05:36:59.523Z[ recovery-image] Aug 16 05:36:58.205 INFO O| Aug 16 05:36:58.205 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/uncompress"
52632024-08-16T05:36:59.523Z[ recovery-image] Aug 16 05:36:58.205 INFO O| Aug 16 05:36:58.205 INFO STEP 440 (remove_files) COMPLETE
52642024-08-16T05:36:59.523Z[ recovery-image] Aug 16 05:36:58.205 INFO O| Aug 16 05:36:58.205 INFO STEP 441: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52652024-08-16T05:36:59.533Z[ recovery-image] Aug 16 05:36:58.215 INFO O| Aug 16 05:36:58.215 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/unexpand"
52662024-08-16T05:36:59.536Z[ recovery-image] Aug 16 05:36:58.215 INFO O| Aug 16 05:36:58.215 INFO STEP 441 (remove_files) COMPLETE
52672024-08-16T05:36:59.536Z[ recovery-image] Aug 16 05:36:58.215 INFO O| Aug 16 05:36:58.215 INFO STEP 442: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52682024-08-16T05:36:59.542Z[ recovery-image] Aug 16 05:36:58.224 INFO O| Aug 16 05:36:58.224 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/uniq"
52692024-08-16T05:36:59.542Z[ recovery-image] Aug 16 05:36:58.224 INFO O| Aug 16 05:36:58.224 INFO STEP 442 (remove_files) COMPLETE
52702024-08-16T05:36:59.545Z[ recovery-image] Aug 16 05:36:58.224 INFO O| Aug 16 05:36:58.224 INFO STEP 443: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52712024-08-16T05:36:59.552Z[ recovery-image] Aug 16 05:36:58.234 INFO O| Aug 16 05:36:58.234 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/units"
52722024-08-16T05:36:59.554Z[ recovery-image] Aug 16 05:36:58.234 INFO O| Aug 16 05:36:58.234 INFO STEP 443 (remove_files) COMPLETE
52732024-08-16T05:36:59.554Z[ recovery-image] Aug 16 05:36:58.234 INFO O| Aug 16 05:36:58.234 INFO STEP 444: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52742024-08-16T05:36:59.561Z[ recovery-image] Aug 16 05:36:58.243 INFO O| Aug 16 05:36:58.243 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/unix2dos"
52752024-08-16T05:36:59.561Z[ recovery-image] Aug 16 05:36:58.243 INFO O| Aug 16 05:36:58.243 INFO STEP 444 (remove_files) COMPLETE
52762024-08-16T05:36:59.564Z[ recovery-image] Aug 16 05:36:58.243 INFO O| Aug 16 05:36:58.243 INFO STEP 445: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52772024-08-16T05:36:59.571Z[ recovery-image] Aug 16 05:36:58.253 INFO O| Aug 16 05:36:58.253 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/unpack"
52782024-08-16T05:36:59.571Z[ recovery-image] Aug 16 05:36:58.253 INFO O| Aug 16 05:36:58.253 INFO STEP 445 (remove_files) COMPLETE
52792024-08-16T05:36:59.571Z[ host-image] Aug 16 05:36:58.253 INFO O| Aug 16 05:36:58.253 INFO O| Planning: Evaluating mediators ... Done
52802024-08-16T05:36:59.573Z[ recovery-image] Aug 16 05:36:58.253 INFO O| Aug 16 05:36:58.253 INFO STEP 446: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52812024-08-16T05:36:59.573Z[ host-image] Aug 16 05:36:58.254 INFO O| Aug 16 05:36:58.254 INFO O| Planning: Planning completed in 2.58 seconds
52822024-08-16T05:36:59.576Z[ host-image] Aug 16 05:36:58.256 INFO O| Aug 16 05:36:58.256 INFO O| Packages to install: 4
52832024-08-16T05:36:59.576Z[ host-image] Aug 16 05:36:58.256 INFO O| Aug 16 05:36:58.256 INFO O| Services to change: 2
52842024-08-16T05:36:59.581Z[ recovery-image] Aug 16 05:36:58.263 INFO O| Aug 16 05:36:58.263 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/uptime"
52852024-08-16T05:36:59.581Z[ recovery-image] Aug 16 05:36:58.263 INFO O| Aug 16 05:36:58.263 INFO STEP 446 (remove_files) COMPLETE
52862024-08-16T05:36:59.583Z[ recovery-image] Aug 16 05:36:58.263 INFO O| Aug 16 05:36:58.263 INFO STEP 447: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52872024-08-16T05:36:59.586Z[ host-image] Aug 16 05:36:58.267 INFO O| Aug 16 05:36:58.267 INFO O| Download: 0/102 items 0.0/1.4MB 0% complete
52882024-08-16T05:36:59.590Z[ recovery-image] Aug 16 05:36:58.272 INFO O| Aug 16 05:36:58.272 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/userattr"
52892024-08-16T05:36:59.590Z[ recovery-image] Aug 16 05:36:58.272 INFO O| Aug 16 05:36:58.272 INFO STEP 447 (remove_files) COMPLETE
52902024-08-16T05:36:59.590Z[ recovery-image] Aug 16 05:36:58.272 INFO O| Aug 16 05:36:58.272 INFO STEP 448: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52912024-08-16T05:36:59.600Z[ recovery-image] Aug 16 05:36:58.282 INFO O| Aug 16 05:36:58.282 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/uudecode"
52922024-08-16T05:36:59.600Z[ recovery-image] Aug 16 05:36:58.282 INFO O| Aug 16 05:36:58.282 INFO STEP 448 (remove_files) COMPLETE
52932024-08-16T05:36:59.602Z[ recovery-image] Aug 16 05:36:58.282 INFO O| Aug 16 05:36:58.282 INFO STEP 449: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52942024-08-16T05:36:59.610Z[ recovery-image] Aug 16 05:36:58.291 INFO O| Aug 16 05:36:58.291 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/uuencode"
52952024-08-16T05:36:59.610Z[ recovery-image] Aug 16 05:36:58.291 INFO O| Aug 16 05:36:58.291 INFO STEP 449 (remove_files) COMPLETE
52962024-08-16T05:36:59.612Z[ recovery-image] Aug 16 05:36:58.292 INFO O| Aug 16 05:36:58.291 INFO STEP 450: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52972024-08-16T05:36:59.619Z[ recovery-image] Aug 16 05:36:58.301 INFO O| Aug 16 05:36:58.301 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/uuidgen"
52982024-08-16T05:36:59.619Z[ recovery-image] Aug 16 05:36:58.301 INFO O| Aug 16 05:36:58.301 INFO STEP 450 (remove_files) COMPLETE
52992024-08-16T05:36:59.622Z[ recovery-image] Aug 16 05:36:58.301 INFO O| Aug 16 05:36:58.301 INFO STEP 451: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53002024-08-16T05:36:59.633Z[ recovery-image] Aug 16 05:36:58.311 INFO O| Aug 16 05:36:58.311 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/vedit"
53012024-08-16T05:36:59.633Z[ recovery-image] Aug 16 05:36:58.311 INFO O| Aug 16 05:36:58.311 INFO STEP 451 (remove_files) COMPLETE
53022024-08-16T05:36:59.636Z[ recovery-image] Aug 16 05:36:58.311 INFO O| Aug 16 05:36:58.311 INFO STEP 452: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53032024-08-16T05:36:59.639Z[ recovery-image] Aug 16 05:36:58.321 INFO O| Aug 16 05:36:58.321 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/vim"
53042024-08-16T05:36:59.642Z[ recovery-image] Aug 16 05:36:58.321 INFO O| Aug 16 05:36:58.321 INFO STEP 452 (remove_files) COMPLETE
53052024-08-16T05:36:59.642Z[ recovery-image] Aug 16 05:36:58.321 INFO O| Aug 16 05:36:58.321 INFO STEP 453: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53062024-08-16T05:36:59.649Z[ recovery-image] Aug 16 05:36:58.330 INFO O| Aug 16 05:36:58.330 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/vimtutor"
53072024-08-16T05:36:59.649Z[ recovery-image] Aug 16 05:36:58.331 INFO O| Aug 16 05:36:58.331 INFO STEP 453 (remove_files) COMPLETE
53082024-08-16T05:36:59.651Z[ recovery-image] Aug 16 05:36:58.331 INFO O| Aug 16 05:36:58.331 INFO STEP 454: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53092024-08-16T05:36:59.659Z[ recovery-image] Aug 16 05:36:58.341 INFO O| Aug 16 05:36:58.341 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/vmstat"
53102024-08-16T05:36:59.662Z[ recovery-image] Aug 16 05:36:58.341 INFO O| Aug 16 05:36:58.341 INFO STEP 454 (remove_files) COMPLETE
53112024-08-16T05:36:59.662Z[ recovery-image] Aug 16 05:36:58.341 INFO O| Aug 16 05:36:58.341 INFO STEP 455: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53122024-08-16T05:36:59.670Z[ recovery-image] Aug 16 05:36:58.351 INFO O| Aug 16 05:36:58.350 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/vtfontcvt"
53132024-08-16T05:36:59.670Z[ recovery-image] Aug 16 05:36:58.351 INFO O| Aug 16 05:36:58.351 INFO STEP 455 (remove_files) COMPLETE
53142024-08-16T05:36:59.672Z[ recovery-image] Aug 16 05:36:58.351 INFO O| Aug 16 05:36:58.351 INFO STEP 456: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53152024-08-16T05:36:59.678Z[ recovery-image] Aug 16 05:36:58.360 INFO O| Aug 16 05:36:58.360 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/w"
53162024-08-16T05:36:59.678Z[ recovery-image] Aug 16 05:36:58.360 INFO O| Aug 16 05:36:58.360 INFO STEP 456 (remove_files) COMPLETE
53172024-08-16T05:36:59.680Z[ recovery-image] Aug 16 05:36:58.360 INFO O| Aug 16 05:36:58.360 INFO STEP 457: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53182024-08-16T05:36:59.688Z[ recovery-image] Aug 16 05:36:58.370 INFO O| Aug 16 05:36:58.370 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/wait"
53192024-08-16T05:36:59.688Z[ recovery-image] Aug 16 05:36:58.370 INFO O| Aug 16 05:36:58.370 INFO STEP 457 (remove_files) COMPLETE
53202024-08-16T05:36:59.690Z[ recovery-image] Aug 16 05:36:58.370 INFO O| Aug 16 05:36:58.370 INFO STEP 458: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53212024-08-16T05:36:59.698Z[ recovery-image] Aug 16 05:36:58.380 INFO O| Aug 16 05:36:58.380 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/watch"
53222024-08-16T05:36:59.701Z[ recovery-image] Aug 16 05:36:58.380 INFO O| Aug 16 05:36:58.380 INFO STEP 458 (remove_files) COMPLETE
53232024-08-16T05:36:59.701Z[ recovery-image] Aug 16 05:36:58.380 INFO O| Aug 16 05:36:58.380 INFO STEP 459: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53242024-08-16T05:36:59.709Z[ recovery-image] Aug 16 05:36:58.390 INFO O| Aug 16 05:36:58.390 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/wc"
53252024-08-16T05:36:59.711Z[ recovery-image] Aug 16 05:36:58.390 INFO O| Aug 16 05:36:58.390 INFO STEP 459 (remove_files) COMPLETE
53262024-08-16T05:36:59.711Z[ recovery-image] Aug 16 05:36:58.390 INFO O| Aug 16 05:36:58.390 INFO STEP 460: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53272024-08-16T05:36:59.720Z[ recovery-image] Aug 16 05:36:58.401 INFO O| Aug 16 05:36:58.400 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/which"
53282024-08-16T05:36:59.720Z[ recovery-image] Aug 16 05:36:58.401 INFO O| Aug 16 05:36:58.401 INFO STEP 460 (remove_files) COMPLETE
53292024-08-16T05:36:59.723Z[ recovery-image] Aug 16 05:36:58.401 INFO O| Aug 16 05:36:58.401 INFO STEP 461: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53302024-08-16T05:36:59.730Z[ recovery-image] Aug 16 05:36:58.410 INFO O| Aug 16 05:36:58.410 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/whocalls"
53312024-08-16T05:36:59.732Z[ recovery-image] Aug 16 05:36:58.410 INFO O| Aug 16 05:36:58.410 INFO STEP 461 (remove_files) COMPLETE
53322024-08-16T05:36:59.732Z[ recovery-image] Aug 16 05:36:58.410 INFO O| Aug 16 05:36:58.410 INFO STEP 462: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53332024-08-16T05:36:59.740Z[ recovery-image] Aug 16 05:36:58.419 INFO O| Aug 16 05:36:58.419 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/wracct"
53342024-08-16T05:36:59.740Z[ recovery-image] Aug 16 05:36:58.419 INFO O| Aug 16 05:36:58.419 INFO STEP 462 (remove_files) COMPLETE
53352024-08-16T05:36:59.744Z[ recovery-image] Aug 16 05:36:58.419 INFO O| Aug 16 05:36:58.419 INFO STEP 463: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53362024-08-16T05:36:59.747Z[ recovery-image] Aug 16 05:36:58.429 INFO O| Aug 16 05:36:58.429 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/write"
53372024-08-16T05:36:59.749Z[ recovery-image] Aug 16 05:36:58.429 INFO O| Aug 16 05:36:58.429 INFO STEP 463 (remove_files) COMPLETE
53382024-08-16T05:36:59.749Z[ recovery-image] Aug 16 05:36:58.429 INFO O| Aug 16 05:36:58.429 INFO STEP 464: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53392024-08-16T05:36:59.758Z[ recovery-image] Aug 16 05:36:58.439 INFO O| Aug 16 05:36:58.439 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/xargs"
53402024-08-16T05:36:59.758Z[ recovery-image] Aug 16 05:36:58.439 INFO O| Aug 16 05:36:58.439 INFO STEP 464 (remove_files) COMPLETE
53412024-08-16T05:36:59.758Z[ recovery-image] Aug 16 05:36:58.439 INFO O| Aug 16 05:36:58.439 INFO STEP 465: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53422024-08-16T05:36:59.767Z[ recovery-image] Aug 16 05:36:58.449 INFO O| Aug 16 05:36:58.449 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/xml2-config"
53432024-08-16T05:36:59.770Z[ recovery-image] Aug 16 05:36:58.449 INFO O| Aug 16 05:36:58.449 INFO STEP 465 (remove_files) COMPLETE
53442024-08-16T05:36:59.770Z[ recovery-image] Aug 16 05:36:58.449 INFO O| Aug 16 05:36:58.449 INFO STEP 466: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53452024-08-16T05:36:59.784Z[ recovery-image] Aug 16 05:36:58.466 INFO O| Aug 16 05:36:58.465 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/xmlcatalog"
53462024-08-16T05:36:59.787Z[ recovery-image] Aug 16 05:36:58.466 INFO O| Aug 16 05:36:58.466 INFO STEP 466 (remove_files) COMPLETE
53472024-08-16T05:36:59.787Z[ recovery-image] Aug 16 05:36:58.466 INFO O| Aug 16 05:36:58.466 INFO STEP 467: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53482024-08-16T05:36:59.806Z[ recovery-image] Aug 16 05:36:58.487 INFO O| Aug 16 05:36:58.487 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/xmllint"
53492024-08-16T05:36:59.808Z[ recovery-image] Aug 16 05:36:58.487 INFO O| Aug 16 05:36:58.487 INFO STEP 467 (remove_files) COMPLETE
53502024-08-16T05:36:59.808Z[ recovery-image] Aug 16 05:36:58.487 INFO O| Aug 16 05:36:58.487 INFO STEP 468: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53512024-08-16T05:36:59.820Z[ recovery-image] Aug 16 05:36:58.501 INFO O| Aug 16 05:36:58.501 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/xmlwf"
53522024-08-16T05:36:59.822Z[ recovery-image] Aug 16 05:36:58.502 INFO O| Aug 16 05:36:58.502 INFO STEP 468 (remove_files) COMPLETE
53532024-08-16T05:36:59.822Z[ recovery-image] Aug 16 05:36:58.502 INFO O| Aug 16 05:36:58.502 INFO STEP 469: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53542024-08-16T05:36:59.832Z[ recovery-image] Aug 16 05:36:58.513 INFO O| Aug 16 05:36:58.513 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/xstr"
53552024-08-16T05:36:59.832Z[ recovery-image] Aug 16 05:36:58.514 INFO O| Aug 16 05:36:58.513 INFO STEP 469 (remove_files) COMPLETE
53562024-08-16T05:36:59.832Z[ recovery-image] Aug 16 05:36:58.514 INFO O| Aug 16 05:36:58.514 INFO STEP 470: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53572024-08-16T05:36:59.842Z[ recovery-image] Aug 16 05:36:58.524 INFO O| Aug 16 05:36:58.524 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/xxd"
53582024-08-16T05:36:59.842Z[ recovery-image] Aug 16 05:36:58.524 INFO O| Aug 16 05:36:58.524 INFO STEP 470 (remove_files) COMPLETE
53592024-08-16T05:36:59.845Z[ recovery-image] Aug 16 05:36:58.524 INFO O| Aug 16 05:36:58.524 INFO STEP 471: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53602024-08-16T05:36:59.853Z[ recovery-image] Aug 16 05:36:58.534 INFO O| Aug 16 05:36:58.534 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/xz"
53612024-08-16T05:36:59.853Z[ recovery-image] Aug 16 05:36:58.534 INFO O| Aug 16 05:36:58.534 INFO STEP 471 (remove_files) COMPLETE
53622024-08-16T05:36:59.855Z[ recovery-image] Aug 16 05:36:58.534 INFO O| Aug 16 05:36:58.534 INFO STEP 472: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53632024-08-16T05:36:59.862Z[ recovery-image] Aug 16 05:36:58.544 INFO O| Aug 16 05:36:58.544 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/xzdec"
53642024-08-16T05:36:59.865Z[ recovery-image] Aug 16 05:36:58.544 INFO O| Aug 16 05:36:58.544 INFO STEP 472 (remove_files) COMPLETE
53652024-08-16T05:36:59.865Z[ recovery-image] Aug 16 05:36:58.544 INFO O| Aug 16 05:36:58.544 INFO STEP 473: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53662024-08-16T05:36:59.872Z[ recovery-image] Aug 16 05:36:58.554 INFO O| Aug 16 05:36:58.554 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/xzdiff"
53672024-08-16T05:36:59.874Z[ recovery-image] Aug 16 05:36:58.554 INFO O| Aug 16 05:36:58.554 INFO STEP 473 (remove_files) COMPLETE
53682024-08-16T05:36:59.874Z[ recovery-image] Aug 16 05:36:58.554 INFO O| Aug 16 05:36:58.554 INFO STEP 474: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53692024-08-16T05:36:59.881Z[ recovery-image] Aug 16 05:36:58.563 INFO O| Aug 16 05:36:58.563 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/xzgrep"
53702024-08-16T05:36:59.881Z[ recovery-image] Aug 16 05:36:58.563 INFO O| Aug 16 05:36:58.563 INFO STEP 474 (remove_files) COMPLETE
53712024-08-16T05:36:59.884Z[ recovery-image] Aug 16 05:36:58.563 INFO O| Aug 16 05:36:58.563 INFO STEP 475: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53722024-08-16T05:36:59.891Z[ recovery-image] Aug 16 05:36:58.573 INFO O| Aug 16 05:36:58.573 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/xzless"
53732024-08-16T05:36:59.894Z[ recovery-image] Aug 16 05:36:58.573 INFO O| Aug 16 05:36:58.573 INFO STEP 475 (remove_files) COMPLETE
53742024-08-16T05:36:59.894Z[ recovery-image] Aug 16 05:36:58.573 INFO O| Aug 16 05:36:58.573 INFO STEP 476: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53752024-08-16T05:36:59.901Z[ recovery-image] Aug 16 05:36:58.583 INFO O| Aug 16 05:36:58.583 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/xzmore"
53762024-08-16T05:36:59.903Z[ recovery-image] Aug 16 05:36:58.583 INFO O| Aug 16 05:36:58.583 INFO STEP 476 (remove_files) COMPLETE
53772024-08-16T05:36:59.904Z[ recovery-image] Aug 16 05:36:58.583 INFO O| Aug 16 05:36:58.583 INFO STEP 477: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53782024-08-16T05:36:59.911Z[ recovery-image] Aug 16 05:36:58.592 INFO O| Aug 16 05:36:58.592 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/yes"
53792024-08-16T05:36:59.911Z[ recovery-image] Aug 16 05:36:58.592 INFO O| Aug 16 05:36:58.592 INFO STEP 477 (remove_files) COMPLETE
53802024-08-16T05:36:59.913Z[ recovery-image] Aug 16 05:36:58.592 INFO O| Aug 16 05:36:58.592 INFO STEP 478: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53812024-08-16T05:36:59.920Z[ recovery-image] Aug 16 05:36:58.602 INFO O| Aug 16 05:36:58.602 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/zcat"
53822024-08-16T05:36:59.923Z[ recovery-image] Aug 16 05:36:58.602 INFO O| Aug 16 05:36:58.602 INFO STEP 478 (remove_files) COMPLETE
53832024-08-16T05:36:59.923Z[ recovery-image] Aug 16 05:36:58.602 INFO O| Aug 16 05:36:58.602 INFO STEP 479: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53842024-08-16T05:36:59.930Z[ recovery-image] Aug 16 05:36:58.611 INFO O| Aug 16 05:36:58.611 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/zonestat"
53852024-08-16T05:36:59.930Z[ recovery-image] Aug 16 05:36:58.611 INFO O| Aug 16 05:36:58.611 INFO STEP 479 (remove_files) COMPLETE
53862024-08-16T05:36:59.932Z[ recovery-image] Aug 16 05:36:58.611 INFO O| Aug 16 05:36:58.611 INFO STEP 480: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53872024-08-16T05:36:59.939Z[ recovery-image] Aug 16 05:36:58.621 INFO O| Aug 16 05:36:58.621 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/zstd"
53882024-08-16T05:36:59.941Z[ recovery-image] Aug 16 05:36:58.621 INFO O| Aug 16 05:36:58.621 INFO STEP 480 (remove_files) COMPLETE
53892024-08-16T05:36:59.941Z[ recovery-image] Aug 16 05:36:58.621 INFO O| Aug 16 05:36:58.621 INFO STEP 481: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53902024-08-16T05:36:59.949Z[ recovery-image] Aug 16 05:36:58.630 INFO O| Aug 16 05:36:58.630 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/zstdgrep"
53912024-08-16T05:36:59.949Z[ recovery-image] Aug 16 05:36:58.630 INFO O| Aug 16 05:36:58.630 INFO STEP 481 (remove_files) COMPLETE
53922024-08-16T05:36:59.951Z[ recovery-image] Aug 16 05:36:58.630 INFO O| Aug 16 05:36:58.630 INFO STEP 482: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53932024-08-16T05:36:59.958Z[ recovery-image] Aug 16 05:36:58.640 INFO O| Aug 16 05:36:58.640 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/zstdless"
53942024-08-16T05:36:59.960Z[ recovery-image] Aug 16 05:36:58.640 INFO O| Aug 16 05:36:58.640 INFO STEP 482 (remove_files) COMPLETE
53952024-08-16T05:36:59.960Z[ recovery-image] Aug 16 05:36:58.640 INFO O| Aug 16 05:36:58.640 INFO STEP 483: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53962024-08-16T05:36:59.967Z[ recovery-image] Aug 16 05:36:58.649 INFO O| Aug 16 05:36:58.649 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gcc/10/lib/amd64/libatomic.so.1.2.0"
53972024-08-16T05:36:59.970Z[ recovery-image] Aug 16 05:36:58.649 INFO O| Aug 16 05:36:58.649 INFO STEP 483 (remove_files) COMPLETE
53982024-08-16T05:36:59.970Z[ recovery-image] Aug 16 05:36:58.649 INFO O| Aug 16 05:36:58.649 INFO STEP 484: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53992024-08-16T05:36:59.977Z[ recovery-image] Aug 16 05:36:58.659 INFO O| Aug 16 05:36:58.659 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gcc/10/lib/amd64/libgomp.so.1.0.0"
54002024-08-16T05:36:59.979Z[ recovery-image] Aug 16 05:36:58.659 INFO O| Aug 16 05:36:58.659 INFO STEP 484 (remove_files) COMPLETE
54012024-08-16T05:36:59.979Z[ recovery-image] Aug 16 05:36:58.659 INFO O| Aug 16 05:36:58.659 INFO STEP 485: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54022024-08-16T05:36:59.987Z[ recovery-image] Aug 16 05:36:58.668 INFO O| Aug 16 05:36:58.668 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gcc/10/lib/amd64/libssp.so.0.0.0"
54032024-08-16T05:36:59.989Z[ recovery-image] Aug 16 05:36:58.668 INFO O| Aug 16 05:36:58.668 INFO STEP 485 (remove_files) COMPLETE
54042024-08-16T05:36:59.989Z[ recovery-image] Aug 16 05:36:58.668 INFO O| Aug 16 05:36:58.668 INFO STEP 486: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54052024-08-16T05:36:59.996Z[ recovery-image] Aug 16 05:36:58.678 INFO O| Aug 16 05:36:58.677 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gcc/10/lib/amd64/libstdc++.so.6.0.28"
54062024-08-16T05:36:59.999Z[ recovery-image] Aug 16 05:36:58.678 INFO O| Aug 16 05:36:58.678 INFO STEP 486 (remove_files) COMPLETE
54072024-08-16T05:36:59.999Z[ recovery-image] Aug 16 05:36:58.678 INFO O| Aug 16 05:36:58.678 INFO STEP 487: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54082024-08-16T05:37:00.005Z[ recovery-image] Aug 16 05:36:58.687 INFO O| Aug 16 05:36:58.687 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gcc/10/lib/libatomic.so.1.2.0"
54092024-08-16T05:37:00.006Z[ recovery-image] Aug 16 05:36:58.687 INFO O| Aug 16 05:36:58.687 INFO STEP 487 (remove_files) COMPLETE
54102024-08-16T05:37:00.006Z[ recovery-image] Aug 16 05:36:58.687 INFO O| Aug 16 05:36:58.687 INFO STEP 488: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54112024-08-16T05:37:00.015Z[ recovery-image] Aug 16 05:36:58.696 INFO O| Aug 16 05:36:58.696 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gcc/10/lib/libgcc_s.so.1"
54122024-08-16T05:37:00.017Z[ recovery-image] Aug 16 05:36:58.697 INFO O| Aug 16 05:36:58.697 INFO STEP 488 (remove_files) COMPLETE
54132024-08-16T05:37:00.017Z[ recovery-image] Aug 16 05:36:58.697 INFO O| Aug 16 05:36:58.697 INFO STEP 489: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54142024-08-16T05:37:00.024Z[ recovery-image] Aug 16 05:36:58.706 INFO O| Aug 16 05:36:58.706 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gcc/10/lib/libgomp.so.1.0.0"
54152024-08-16T05:37:00.024Z[ recovery-image] Aug 16 05:36:58.706 INFO O| Aug 16 05:36:58.706 INFO STEP 489 (remove_files) COMPLETE
54162024-08-16T05:37:00.027Z[ recovery-image] Aug 16 05:36:58.706 INFO O| Aug 16 05:36:58.706 INFO STEP 490: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54172024-08-16T05:37:00.034Z[ recovery-image] Aug 16 05:36:58.715 INFO O| Aug 16 05:36:58.715 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gcc/10/lib/libssp.so.0.0.0"
54182024-08-16T05:37:00.036Z[ recovery-image] Aug 16 05:36:58.717 INFO O| Aug 16 05:36:58.716 INFO STEP 490 (remove_files) COMPLETE
54192024-08-16T05:37:00.036Z[ recovery-image] Aug 16 05:36:58.717 INFO O| Aug 16 05:36:58.717 INFO STEP 491: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54202024-08-16T05:37:00.044Z[ recovery-image] Aug 16 05:36:58.726 INFO O| Aug 16 05:36:58.726 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gcc/10/lib/libstdc++.so.6.0.28"
54212024-08-16T05:37:00.044Z[ recovery-image] Aug 16 05:36:58.726 INFO O| Aug 16 05:36:58.726 INFO STEP 491 (remove_files) COMPLETE
54222024-08-16T05:37:00.045Z[ recovery-image] Aug 16 05:36:58.726 INFO O| Aug 16 05:36:58.726 INFO STEP 492: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54232024-08-16T05:37:00.054Z[ recovery-image] Aug 16 05:36:58.735 INFO O| Aug 16 05:36:58.735 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gnu/lib/amd64/libform.so.5.9"
54242024-08-16T05:37:00.056Z[ recovery-image] Aug 16 05:36:58.735 INFO O| Aug 16 05:36:58.735 INFO STEP 492 (remove_files) COMPLETE
54252024-08-16T05:37:00.056Z[ recovery-image] Aug 16 05:36:58.736 INFO O| Aug 16 05:36:58.735 INFO STEP 493: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54262024-08-16T05:37:00.063Z[ recovery-image] Aug 16 05:36:58.745 INFO O| Aug 16 05:36:58.745 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gnu/lib/amd64/libmenu.so.5.9"
54272024-08-16T05:37:00.063Z[ recovery-image] Aug 16 05:36:58.745 INFO O| Aug 16 05:36:58.745 INFO STEP 493 (remove_files) COMPLETE
54282024-08-16T05:37:00.063Z[ recovery-image] Aug 16 05:36:58.745 INFO O| Aug 16 05:36:58.745 INFO STEP 494: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54292024-08-16T05:37:00.073Z[ recovery-image] Aug 16 05:36:58.754 INFO O| Aug 16 05:36:58.754 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gnu/lib/amd64/libpanel.so.5.9"
54302024-08-16T05:37:00.075Z[ recovery-image] Aug 16 05:36:58.754 INFO O| Aug 16 05:36:58.754 INFO STEP 494 (remove_files) COMPLETE
54312024-08-16T05:37:00.075Z[ recovery-image] Aug 16 05:36:58.754 INFO O| Aug 16 05:36:58.754 INFO STEP 495: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54322024-08-16T05:37:00.082Z[ recovery-image] Aug 16 05:36:58.764 INFO O| Aug 16 05:36:58.764 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gnu/lib/libform.so.5.9"
54332024-08-16T05:37:00.082Z[ recovery-image] Aug 16 05:36:58.764 INFO O| Aug 16 05:36:58.764 INFO STEP 495 (remove_files) COMPLETE
54342024-08-16T05:37:00.085Z[ recovery-image] Aug 16 05:36:58.764 INFO O| Aug 16 05:36:58.764 INFO STEP 496: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54352024-08-16T05:37:00.092Z[ recovery-image] Aug 16 05:36:58.774 INFO O| Aug 16 05:36:58.774 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gnu/lib/libmenu.so.5.9"
54362024-08-16T05:37:00.095Z[ recovery-image] Aug 16 05:36:58.774 INFO O| Aug 16 05:36:58.774 INFO STEP 496 (remove_files) COMPLETE
54372024-08-16T05:37:00.095Z[ recovery-image] Aug 16 05:36:58.774 INFO O| Aug 16 05:36:58.774 INFO STEP 497: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54382024-08-16T05:37:00.103Z[ recovery-image] Aug 16 05:36:58.784 INFO O| Aug 16 05:36:58.784 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gnu/lib/libpanel.so.5.9"
54392024-08-16T05:37:00.105Z[ recovery-image] Aug 16 05:36:58.785 INFO O| Aug 16 05:36:58.784 INFO STEP 497 (remove_files) COMPLETE
54402024-08-16T05:37:00.105Z[ recovery-image] Aug 16 05:36:58.785 INFO O| Aug 16 05:36:58.784 INFO STEP 498: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54412024-08-16T05:37:00.113Z[ recovery-image] Aug 16 05:36:58.795 INFO O| Aug 16 05:36:58.794 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/has/bin/ctags"
54422024-08-16T05:37:00.116Z[ recovery-image] Aug 16 05:36:58.795 INFO O| Aug 16 05:36:58.795 INFO STEP 498 (remove_files) COMPLETE
54432024-08-16T05:37:00.116Z[ recovery-image] Aug 16 05:36:58.795 INFO O| Aug 16 05:36:58.795 INFO STEP 499: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54442024-08-16T05:37:00.122Z[ recovery-image] Aug 16 05:36:58.804 INFO O| Aug 16 05:36:58.804 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/has/bin/edit"
54452024-08-16T05:37:00.123Z[ recovery-image] Aug 16 05:36:58.804 INFO O| Aug 16 05:36:58.804 INFO STEP 499 (remove_files) COMPLETE
54462024-08-16T05:37:00.125Z[ recovery-image] Aug 16 05:36:58.804 INFO O| Aug 16 05:36:58.804 INFO STEP 500: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54472024-08-16T05:37:00.132Z[ recovery-image] Aug 16 05:36:58.813 INFO O| Aug 16 05:36:58.813 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/has/bin/ex"
54482024-08-16T05:37:00.132Z[ recovery-image] Aug 16 05:36:58.814 INFO O| Aug 16 05:36:58.813 INFO STEP 500 (remove_files) COMPLETE
54492024-08-16T05:37:00.134Z[ recovery-image] Aug 16 05:36:58.814 INFO O| Aug 16 05:36:58.814 INFO STEP 501: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54502024-08-16T05:37:00.144Z[ recovery-image] Aug 16 05:36:58.825 INFO O| Aug 16 05:36:58.825 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/has/bin/pfsh"
54512024-08-16T05:37:00.146Z[ recovery-image] Aug 16 05:36:58.825 INFO O| Aug 16 05:36:58.825 INFO STEP 501 (remove_files) COMPLETE
54522024-08-16T05:37:00.146Z[ recovery-image] Aug 16 05:36:58.825 INFO O| Aug 16 05:36:58.825 INFO STEP 502: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54532024-08-16T05:37:00.154Z[ recovery-image] Aug 16 05:36:58.835 INFO O| Aug 16 05:36:58.835 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/has/bin/sh"
54542024-08-16T05:37:00.154Z[ recovery-image] Aug 16 05:36:58.835 INFO O| Aug 16 05:36:58.835 INFO STEP 502 (remove_files) COMPLETE
54552024-08-16T05:37:00.156Z[ recovery-image] Aug 16 05:36:58.835 INFO O| Aug 16 05:36:58.835 INFO STEP 503: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54562024-08-16T05:37:00.163Z[ recovery-image] Aug 16 05:36:58.845 INFO O| Aug 16 05:36:58.845 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/has/bin/vedit"
54572024-08-16T05:37:00.163Z[ recovery-image] Aug 16 05:36:58.845 INFO O| Aug 16 05:36:58.845 INFO STEP 503 (remove_files) COMPLETE
54582024-08-16T05:37:00.163Z[ recovery-image] Aug 16 05:36:58.845 INFO O| Aug 16 05:36:58.845 INFO STEP 504: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54592024-08-16T05:37:00.173Z[ recovery-image] Aug 16 05:36:58.855 INFO O| Aug 16 05:36:58.855 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/has/bin/vi"
54602024-08-16T05:37:00.173Z[ recovery-image] Aug 16 05:36:58.855 INFO O| Aug 16 05:36:58.855 INFO STEP 504 (remove_files) COMPLETE
54612024-08-16T05:37:00.176Z[ recovery-image] Aug 16 05:36:58.855 INFO O| Aug 16 05:36:58.855 INFO STEP 505: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54622024-08-16T05:37:00.182Z[ recovery-image] Aug 16 05:36:58.864 INFO O| Aug 16 05:36:58.864 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/has/bin/view"
54632024-08-16T05:37:00.182Z[ recovery-image] Aug 16 05:36:58.864 INFO O| Aug 16 05:36:58.864 INFO STEP 505 (remove_files) COMPLETE
54642024-08-16T05:37:00.186Z[ recovery-image] Aug 16 05:36:58.864 INFO O| Aug 16 05:36:58.864 INFO STEP 506: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54652024-08-16T05:37:00.192Z[ recovery-image] Aug 16 05:36:58.874 INFO O| Aug 16 05:36:58.874 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/amd64/logindmux"
54662024-08-16T05:37:00.195Z[ recovery-image] Aug 16 05:36:58.874 INFO O| Aug 16 05:36:58.874 INFO STEP 506 (remove_files) COMPLETE
54672024-08-16T05:37:00.195Z[ recovery-image] Aug 16 05:36:58.874 INFO O| Aug 16 05:36:58.874 INFO STEP 507: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54682024-08-16T05:37:00.202Z[ recovery-image] Aug 16 05:36:58.884 INFO O| Aug 16 05:36:58.884 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/amd64/pool"
54692024-08-16T05:37:00.202Z[ recovery-image] Aug 16 05:36:58.884 INFO O| Aug 16 05:36:58.884 INFO STEP 507 (remove_files) COMPLETE
54702024-08-16T05:37:00.202Z[ recovery-image] Aug 16 05:36:58.884 INFO O| Aug 16 05:36:58.884 INFO STEP 508: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54712024-08-16T05:37:00.213Z[ recovery-image] Aug 16 05:36:58.894 INFO O| Aug 16 05:36:58.894 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/amd64/ppt"
54722024-08-16T05:37:00.215Z[ recovery-image] Aug 16 05:36:58.894 INFO O| Aug 16 05:36:58.894 INFO STEP 508 (remove_files) COMPLETE
54732024-08-16T05:37:00.215Z[ recovery-image] Aug 16 05:36:58.894 INFO O| Aug 16 05:36:58.894 INFO STEP 509: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54742024-08-16T05:37:00.222Z[ recovery-image] Aug 16 05:36:58.904 INFO O| Aug 16 05:36:58.904 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/amd64/ptm"
54752024-08-16T05:37:00.223Z[ recovery-image] Aug 16 05:36:58.904 INFO O| Aug 16 05:36:58.904 INFO STEP 509 (remove_files) COMPLETE
54762024-08-16T05:37:00.225Z[ recovery-image] Aug 16 05:36:58.904 INFO O| Aug 16 05:36:58.904 INFO STEP 510: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54772024-08-16T05:37:00.233Z[ recovery-image] Aug 16 05:36:58.914 INFO O| Aug 16 05:36:58.914 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/amd64/pts"
54782024-08-16T05:37:00.235Z[ recovery-image] Aug 16 05:36:58.914 INFO O| Aug 16 05:36:58.914 INFO STEP 510 (remove_files) COMPLETE
54792024-08-16T05:37:00.235Z[ recovery-image] Aug 16 05:36:58.914 INFO O| Aug 16 05:36:58.914 INFO STEP 511: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54802024-08-16T05:37:00.242Z[ recovery-image] Aug 16 05:36:58.923 INFO O| Aug 16 05:36:58.923 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/amd64/vmm"
54812024-08-16T05:37:00.242Z[ recovery-image] Aug 16 05:36:58.924 INFO O| Aug 16 05:36:58.924 INFO STEP 511 (remove_files) COMPLETE
54822024-08-16T05:37:00.245Z[ recovery-image] Aug 16 05:36:58.924 INFO O| Aug 16 05:36:58.924 INFO STEP 512: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54832024-08-16T05:37:00.251Z[ recovery-image] Aug 16 05:36:58.933 INFO O| Aug 16 05:36:58.933 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/amd64/zcons"
54842024-08-16T05:37:00.251Z[ recovery-image] Aug 16 05:36:58.933 INFO O| Aug 16 05:36:58.933 INFO STEP 512 (remove_files) COMPLETE
54852024-08-16T05:37:00.251Z[ recovery-image] Aug 16 05:36:58.933 INFO O| Aug 16 05:36:58.933 INFO STEP 513: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54862024-08-16T05:37:00.262Z[ recovery-image] Aug 16 05:36:58.942 INFO O| Aug 16 05:36:58.942 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/eventfd.conf"
54872024-08-16T05:37:00.262Z[ recovery-image] Aug 16 05:36:58.942 INFO O| Aug 16 05:36:58.942 INFO STEP 513 (remove_files) COMPLETE
54882024-08-16T05:37:00.262Z[ recovery-image] Aug 16 05:36:58.942 INFO O| Aug 16 05:36:58.942 INFO STEP 514: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54892024-08-16T05:37:00.270Z[ recovery-image] Aug 16 05:36:58.951 INFO O| Aug 16 05:36:58.951 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/fssnap.conf"
54902024-08-16T05:37:00.270Z[ recovery-image] Aug 16 05:36:58.951 INFO O| Aug 16 05:36:58.951 INFO STEP 514 (remove_files) COMPLETE
54912024-08-16T05:37:00.272Z[ recovery-image] Aug 16 05:36:58.951 INFO O| Aug 16 05:36:58.951 INFO STEP 515: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54922024-08-16T05:37:00.279Z[ recovery-image] Aug 16 05:36:58.961 INFO O| Aug 16 05:36:58.960 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/ksyms.conf"
54932024-08-16T05:37:00.279Z[ recovery-image] Aug 16 05:36:58.961 INFO O| Aug 16 05:36:58.961 INFO STEP 515 (remove_files) COMPLETE
54942024-08-16T05:37:00.281Z[ recovery-image] Aug 16 05:36:58.961 INFO O| Aug 16 05:36:58.961 INFO STEP 516: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54952024-08-16T05:37:00.288Z[ recovery-image] Aug 16 05:36:58.970 INFO O| Aug 16 05:36:58.970 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/logindmux.conf"
54962024-08-16T05:37:00.289Z[ recovery-image] Aug 16 05:36:58.970 INFO O| Aug 16 05:36:58.970 INFO STEP 516 (remove_files) COMPLETE
54972024-08-16T05:37:00.289Z[ recovery-image] Aug 16 05:36:58.970 INFO O| Aug 16 05:36:58.970 INFO STEP 517: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54982024-08-16T05:37:00.298Z[ recovery-image] Aug 16 05:36:58.979 INFO O| Aug 16 05:36:58.979 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/nsmb.conf"
54992024-08-16T05:37:00.298Z[ recovery-image] Aug 16 05:36:58.979 INFO O| Aug 16 05:36:58.979 INFO STEP 517 (remove_files) COMPLETE
55002024-08-16T05:37:00.298Z[ recovery-image] Aug 16 05:36:58.979 INFO O| Aug 16 05:36:58.979 INFO STEP 518: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55012024-08-16T05:37:00.307Z[ recovery-image] Aug 16 05:36:58.989 INFO O| Aug 16 05:36:58.988 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/pool.conf"
55022024-08-16T05:37:00.310Z[ recovery-image] Aug 16 05:36:58.989 INFO O| Aug 16 05:36:58.989 INFO STEP 518 (remove_files) COMPLETE
55032024-08-16T05:37:00.310Z[ recovery-image] Aug 16 05:36:58.989 INFO O| Aug 16 05:36:58.989 INFO STEP 519: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55042024-08-16T05:37:00.316Z[ recovery-image] Aug 16 05:36:58.998 INFO O| Aug 16 05:36:58.998 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/ppt.conf"
55052024-08-16T05:37:00.316Z[ recovery-image] Aug 16 05:36:58.998 INFO O| Aug 16 05:36:58.998 INFO STEP 519 (remove_files) COMPLETE
55062024-08-16T05:37:00.316Z[ recovery-image] Aug 16 05:36:58.998 INFO O| Aug 16 05:36:58.998 INFO STEP 520: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55072024-08-16T05:37:00.327Z[ recovery-image] Aug 16 05:36:59.009 INFO O| Aug 16 05:36:59.009 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/ptm.conf"
55082024-08-16T05:37:00.327Z[ recovery-image] Aug 16 05:36:59.009 INFO O| Aug 16 05:36:59.009 INFO STEP 520 (remove_files) COMPLETE
55092024-08-16T05:37:00.327Z[ recovery-image] Aug 16 05:36:59.009 INFO O| Aug 16 05:36:59.009 INFO STEP 521: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55102024-08-16T05:37:00.337Z[ recovery-image] Aug 16 05:36:59.018 INFO O| Aug 16 05:36:59.018 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/pts.conf"
55112024-08-16T05:37:00.337Z[ recovery-image] Aug 16 05:36:59.018 INFO O| Aug 16 05:36:59.018 INFO STEP 521 (remove_files) COMPLETE
55122024-08-16T05:37:00.339Z[ recovery-image] Aug 16 05:36:59.018 INFO O| Aug 16 05:36:59.018 INFO STEP 522: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55132024-08-16T05:37:00.346Z[ recovery-image] Aug 16 05:36:59.028 INFO O| Aug 16 05:36:59.027 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/signalfd.conf"
55142024-08-16T05:37:00.348Z[ recovery-image] Aug 16 05:36:59.028 INFO O| Aug 16 05:36:59.028 INFO STEP 522 (remove_files) COMPLETE
55152024-08-16T05:37:00.349Z[ recovery-image] Aug 16 05:36:59.028 INFO O| Aug 16 05:36:59.028 INFO STEP 523: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55162024-08-16T05:37:00.355Z[ recovery-image] Aug 16 05:36:59.037 INFO O| Aug 16 05:36:59.037 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/smbsrv.conf"
55172024-08-16T05:37:00.356Z[ recovery-image] Aug 16 05:36:59.037 INFO O| Aug 16 05:36:59.037 INFO STEP 523 (remove_files) COMPLETE
55182024-08-16T05:37:00.358Z[ recovery-image] Aug 16 05:36:59.037 INFO O| Aug 16 05:36:59.037 INFO STEP 524: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55192024-08-16T05:37:00.365Z[ recovery-image] Aug 16 05:36:59.046 INFO O| Aug 16 05:36:59.046 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/timerfd.conf"
55202024-08-16T05:37:00.365Z[ recovery-image] Aug 16 05:36:59.046 INFO O| Aug 16 05:36:59.046 INFO STEP 524 (remove_files) COMPLETE
55212024-08-16T05:37:00.367Z[ recovery-image] Aug 16 05:36:59.046 INFO O| Aug 16 05:36:59.046 INFO STEP 525: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55222024-08-16T05:37:00.374Z[ recovery-image] Aug 16 05:36:59.055 INFO O| Aug 16 05:36:59.055 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/viona.conf"
55232024-08-16T05:37:00.374Z[ recovery-image] Aug 16 05:36:59.055 INFO O| Aug 16 05:36:59.055 INFO STEP 525 (remove_files) COMPLETE
55242024-08-16T05:37:00.376Z[ recovery-image] Aug 16 05:36:59.055 INFO O| Aug 16 05:36:59.055 INFO STEP 526: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55252024-08-16T05:37:00.383Z[ recovery-image] Aug 16 05:36:59.065 INFO O| Aug 16 05:36:59.065 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/vmm.conf"
55262024-08-16T05:37:00.383Z[ recovery-image] Aug 16 05:36:59.065 INFO O| Aug 16 05:36:59.065 INFO STEP 526 (remove_files) COMPLETE
55272024-08-16T05:37:00.383Z[ recovery-image] Aug 16 05:36:59.065 INFO O| Aug 16 05:36:59.065 INFO STEP 527: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55282024-08-16T05:37:00.393Z[ recovery-image] Aug 16 05:36:59.074 INFO O| Aug 16 05:36:59.074 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/exec/amd64/javaexec"
55292024-08-16T05:37:00.395Z[ recovery-image] Aug 16 05:36:59.074 INFO O| Aug 16 05:36:59.074 INFO STEP 527 (remove_files) COMPLETE
55302024-08-16T05:37:00.395Z[ recovery-image] Aug 16 05:36:59.074 INFO O| Aug 16 05:36:59.074 INFO STEP 528: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55312024-08-16T05:37:00.402Z[ recovery-image] Aug 16 05:36:59.083 INFO O| Aug 16 05:36:59.083 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/exec/amd64/shbinexec"
55322024-08-16T05:37:00.404Z[ recovery-image] Aug 16 05:36:59.083 INFO O| Aug 16 05:36:59.083 INFO STEP 528 (remove_files) COMPLETE
55332024-08-16T05:37:00.404Z[ recovery-image] Aug 16 05:36:59.083 INFO O| Aug 16 05:36:59.083 INFO STEP 529: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55342024-08-16T05:37:00.412Z[ recovery-image] Aug 16 05:36:59.092 INFO O| Aug 16 05:36:59.092 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/fs/amd64/pcfs"
55352024-08-16T05:37:00.415Z[ recovery-image] Aug 16 05:36:59.093 INFO O| Aug 16 05:36:59.092 INFO STEP 529 (remove_files) COMPLETE
55362024-08-16T05:37:00.415Z[ recovery-image] Aug 16 05:36:59.093 INFO O| Aug 16 05:36:59.093 INFO STEP 530: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55372024-08-16T05:37:00.420Z[ recovery-image] Aug 16 05:36:59.102 INFO O| Aug 16 05:36:59.102 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/fs/amd64/smbfs"
55382024-08-16T05:37:00.423Z[ recovery-image] Aug 16 05:36:59.102 INFO O| Aug 16 05:36:59.102 INFO STEP 530 (remove_files) COMPLETE
55392024-08-16T05:37:00.423Z[ recovery-image] Aug 16 05:36:59.102 INFO O| Aug 16 05:36:59.102 INFO STEP 531: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55402024-08-16T05:37:00.433Z[ recovery-image] Aug 16 05:36:59.111 INFO O| Aug 16 05:36:59.111 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/kmdb/amd64/nsmb"
55412024-08-16T05:37:00.436Z[ recovery-image] Aug 16 05:36:59.111 INFO O| Aug 16 05:36:59.111 INFO STEP 531 (remove_files) COMPLETE
55422024-08-16T05:37:00.436Z[ recovery-image] Aug 16 05:36:59.111 INFO O| Aug 16 05:36:59.111 INFO STEP 532: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55432024-08-16T05:37:00.439Z[ recovery-image] Aug 16 05:36:59.120 INFO O| Aug 16 05:36:59.120 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/kmdb/amd64/smbfs"
55442024-08-16T05:37:00.439Z[ recovery-image] Aug 16 05:36:59.120 INFO O| Aug 16 05:36:59.120 INFO STEP 532 (remove_files) COMPLETE
55452024-08-16T05:37:00.439Z[ recovery-image] Aug 16 05:36:59.120 INFO O| Aug 16 05:36:59.120 INFO STEP 533: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55462024-08-16T05:37:00.448Z[ recovery-image] Aug 16 05:36:59.129 INFO O| Aug 16 05:36:59.129 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/kmdb/amd64/smbsrv"
55472024-08-16T05:37:00.450Z[ recovery-image] Aug 16 05:36:59.129 INFO O| Aug 16 05:36:59.129 INFO STEP 533 (remove_files) COMPLETE
55482024-08-16T05:37:00.450Z[ recovery-image] Aug 16 05:36:59.130 INFO O| Aug 16 05:36:59.129 INFO STEP 534: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55492024-08-16T05:37:00.457Z[ recovery-image] Aug 16 05:36:59.139 INFO O| Aug 16 05:36:59.139 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/misc/amd64/vmm_vtd"
55502024-08-16T05:37:00.460Z[ recovery-image] Aug 16 05:36:59.139 INFO O| Aug 16 05:36:59.139 INFO STEP 534 (remove_files) COMPLETE
55512024-08-16T05:37:00.460Z[ recovery-image] Aug 16 05:36:59.139 INFO O| Aug 16 05:36:59.139 INFO STEP 535: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55522024-08-16T05:37:00.467Z[ recovery-image] Aug 16 05:36:59.148 INFO O| Aug 16 05:36:59.148 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/pcbe/amd64/pcbe.GenuineIntel.15"
55532024-08-16T05:37:00.471Z[ recovery-image] Aug 16 05:36:59.148 INFO O| Aug 16 05:36:59.148 INFO STEP 535 (remove_files) COMPLETE
55542024-08-16T05:37:00.471Z[ recovery-image] Aug 16 05:36:59.148 INFO O| Aug 16 05:36:59.148 INFO STEP 536: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55552024-08-16T05:37:00.476Z[ recovery-image] Aug 16 05:36:59.157 INFO O| Aug 16 05:36:59.157 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/pcbe/amd64/pcbe.GenuineIntel.6.15"
55562024-08-16T05:37:00.476Z[ recovery-image] Aug 16 05:36:59.157 INFO O| Aug 16 05:36:59.157 INFO STEP 536 (remove_files) COMPLETE
55572024-08-16T05:37:00.476Z[ recovery-image] Aug 16 05:36:59.157 INFO O| Aug 16 05:36:59.157 INFO STEP 537: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55582024-08-16T05:37:00.485Z[ recovery-image] Aug 16 05:36:59.166 INFO O| Aug 16 05:36:59.166 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/sched/amd64/IA"
55592024-08-16T05:37:00.485Z[ recovery-image] Aug 16 05:36:59.167 INFO O| Aug 16 05:36:59.167 INFO STEP 537 (remove_files) COMPLETE
55602024-08-16T05:37:00.488Z[ recovery-image] Aug 16 05:36:59.167 INFO O| Aug 16 05:36:59.167 INFO STEP 538: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55612024-08-16T05:37:00.494Z[ recovery-image] Aug 16 05:36:59.176 INFO O| Aug 16 05:36:59.176 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/sched/amd64/RT"
55622024-08-16T05:37:00.497Z[ recovery-image] Aug 16 05:36:59.176 INFO O| Aug 16 05:36:59.176 INFO STEP 538 (remove_files) COMPLETE
55632024-08-16T05:37:00.497Z[ recovery-image] Aug 16 05:36:59.176 INFO O| Aug 16 05:36:59.176 INFO STEP 539: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55642024-08-16T05:37:00.504Z[ recovery-image] Aug 16 05:36:59.185 INFO O| Aug 16 05:36:59.185 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/sched/amd64/RT_DPTBL"
55652024-08-16T05:37:00.506Z[ recovery-image] Aug 16 05:36:59.185 INFO O| Aug 16 05:36:59.185 INFO STEP 539 (remove_files) COMPLETE
55662024-08-16T05:37:00.506Z[ recovery-image] Aug 16 05:36:59.185 INFO O| Aug 16 05:36:59.185 INFO STEP 540: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55672024-08-16T05:37:00.513Z[ recovery-image] Aug 16 05:36:59.194 INFO O| Aug 16 05:36:59.194 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/strmod/amd64/cryptmod"
55682024-08-16T05:37:00.515Z[ recovery-image] Aug 16 05:36:59.194 INFO O| Aug 16 05:36:59.194 INFO STEP 540 (remove_files) COMPLETE
55692024-08-16T05:37:00.515Z[ recovery-image] Aug 16 05:36:59.194 INFO O| Aug 16 05:36:59.194 INFO STEP 541: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55702024-08-16T05:37:00.522Z[ recovery-image] Aug 16 05:36:59.204 INFO O| Aug 16 05:36:59.204 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/strmod/amd64/rlmod"
55712024-08-16T05:37:00.522Z[ recovery-image] Aug 16 05:36:59.204 INFO O| Aug 16 05:36:59.204 INFO STEP 541 (remove_files) COMPLETE
55722024-08-16T05:37:00.525Z[ recovery-image] Aug 16 05:36:59.204 INFO O| Aug 16 05:36:59.204 INFO STEP 542: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55732024-08-16T05:37:00.532Z[ recovery-image] Aug 16 05:36:59.213 INFO O| Aug 16 05:36:59.213 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/strmod/amd64/telmod"
55742024-08-16T05:37:00.532Z[ recovery-image] Aug 16 05:36:59.213 INFO O| Aug 16 05:36:59.213 INFO STEP 542 (remove_files) COMPLETE
55752024-08-16T05:37:00.534Z[ recovery-image] Aug 16 05:36:59.213 INFO O| Aug 16 05:36:59.213 INFO STEP 543: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55762024-08-16T05:37:00.541Z[ recovery-image] Aug 16 05:36:59.222 INFO O| Aug 16 05:36:59.222 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/sys/amd64/acctctl"
55772024-08-16T05:37:00.543Z[ recovery-image] Aug 16 05:36:59.222 INFO O| Aug 16 05:36:59.222 INFO STEP 543 (remove_files) COMPLETE
55782024-08-16T05:37:00.543Z[ recovery-image] Aug 16 05:36:59.222 INFO O| Aug 16 05:36:59.222 INFO STEP 544: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55792024-08-16T05:37:00.550Z[ recovery-image] Aug 16 05:36:59.231 INFO O| Aug 16 05:36:59.231 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/sys/amd64/exacctsys"
55802024-08-16T05:37:00.550Z[ recovery-image] Aug 16 05:36:59.231 INFO O| Aug 16 05:36:59.231 INFO STEP 544 (remove_files) COMPLETE
55812024-08-16T05:37:00.552Z[ recovery-image] Aug 16 05:36:59.231 INFO O| Aug 16 05:36:59.231 INFO STEP 545: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55822024-08-16T05:37:00.559Z[ recovery-image] Aug 16 05:36:59.240 INFO O| Aug 16 05:36:59.240 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/sys/amd64/sysacct"
55832024-08-16T05:37:00.559Z[ recovery-image] Aug 16 05:36:59.240 INFO O| Aug 16 05:36:59.240 INFO STEP 545 (remove_files) COMPLETE
55842024-08-16T05:37:00.559Z[ recovery-image] Aug 16 05:36:59.241 INFO O| Aug 16 05:36:59.240 INFO STEP 546: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55852024-08-16T05:37:00.568Z[ recovery-image] Aug 16 05:36:59.250 INFO O| Aug 16 05:36:59.250 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kvm/README"
55862024-08-16T05:37:00.568Z[ recovery-image] Aug 16 05:36:59.250 INFO O| Aug 16 05:36:59.250 INFO STEP 546 (remove_files) COMPLETE
55872024-08-16T05:37:00.571Z[ recovery-image] Aug 16 05:36:59.250 INFO O| Aug 16 05:36:59.250 INFO STEP 547: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55882024-08-16T05:37:00.579Z[ recovery-image] Aug 16 05:36:59.259 INFO O| Aug 16 05:36:59.259 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/abi/spec2map"
55892024-08-16T05:37:00.581Z[ recovery-image] Aug 16 05:36:59.259 INFO O| Aug 16 05:36:59.259 INFO STEP 547 (remove_files) COMPLETE
55902024-08-16T05:37:00.581Z[ recovery-image] Aug 16 05:36:59.259 INFO O| Aug 16 05:36:59.259 INFO STEP 548: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55912024-08-16T05:37:00.587Z[ recovery-image] Aug 16 05:36:59.268 INFO O| Aug 16 05:36:59.268 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/abi/spec2trace"
55922024-08-16T05:37:00.587Z[ recovery-image] Aug 16 05:36:59.268 INFO O| Aug 16 05:36:59.268 INFO STEP 548 (remove_files) COMPLETE
55932024-08-16T05:37:00.587Z[ recovery-image] Aug 16 05:36:59.268 INFO O| Aug 16 05:36:59.268 INFO STEP 549: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55942024-08-16T05:37:00.596Z[ recovery-image] Aug 16 05:36:59.278 INFO O| Aug 16 05:36:59.278 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/adb/adbgen"
55952024-08-16T05:37:00.599Z[ recovery-image] Aug 16 05:36:59.278 INFO O| Aug 16 05:36:59.278 INFO STEP 549 (remove_files) COMPLETE
55962024-08-16T05:37:00.599Z[ recovery-image] Aug 16 05:36:59.278 INFO O| Aug 16 05:36:59.278 INFO STEP 550: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55972024-08-16T05:37:00.606Z[ recovery-image] Aug 16 05:36:59.287 INFO O| Aug 16 05:36:59.287 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/adb/adbgen1"
55982024-08-16T05:37:00.606Z[ recovery-image] Aug 16 05:36:59.287 INFO O| Aug 16 05:36:59.287 INFO STEP 550 (remove_files) COMPLETE
55992024-08-16T05:37:00.608Z[ recovery-image] Aug 16 05:36:59.287 INFO O| Aug 16 05:36:59.287 INFO STEP 551: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56002024-08-16T05:37:00.616Z[ recovery-image] Aug 16 05:36:59.296 INFO O| Aug 16 05:36:59.296 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/adb/adbgen3"
56012024-08-16T05:37:00.616Z[ recovery-image] Aug 16 05:36:59.296 INFO O| Aug 16 05:36:59.296 INFO STEP 551 (remove_files) COMPLETE
56022024-08-16T05:37:00.618Z[ recovery-image] Aug 16 05:36:59.296 INFO O| Aug 16 05:36:59.296 INFO STEP 552: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56032024-08-16T05:37:00.624Z[ recovery-image] Aug 16 05:36:59.306 INFO O| Aug 16 05:36:59.305 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/adb/adbgen4"
56042024-08-16T05:37:00.624Z[ recovery-image] Aug 16 05:36:59.306 INFO O| Aug 16 05:36:59.306 INFO STEP 552 (remove_files) COMPLETE
56052024-08-16T05:37:00.627Z[ recovery-image] Aug 16 05:36:59.306 INFO O| Aug 16 05:36:59.306 INFO STEP 553: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56062024-08-16T05:37:00.637Z[ recovery-image] Aug 16 05:36:59.315 INFO O| Aug 16 05:36:59.315 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/adb/adbsub.o"
56072024-08-16T05:37:00.637Z[ recovery-image] Aug 16 05:36:59.315 INFO O| Aug 16 05:36:59.315 INFO STEP 553 (remove_files) COMPLETE
56082024-08-16T05:37:00.637Z[ recovery-image] Aug 16 05:36:59.315 INFO O| Aug 16 05:36:59.315 INFO STEP 554: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56092024-08-16T05:37:00.640Z[ host-image] Aug 16 05:36:59.316 INFO O| Aug 16 05:36:59.316 INFO O| Download: Completed 1.39 MB in 1.05 seconds (1.3M/s)
56102024-08-16T05:37:00.643Z[ recovery-image] Aug 16 05:36:59.324 INFO O| Aug 16 05:36:59.324 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/adb/amd64/adbsub.o"
56112024-08-16T05:37:00.646Z[ recovery-image] Aug 16 05:36:59.324 INFO O| Aug 16 05:36:59.324 INFO STEP 554 (remove_files) COMPLETE
56122024-08-16T05:37:00.646Z[ recovery-image] Aug 16 05:36:59.324 INFO O| Aug 16 05:36:59.324 INFO STEP 555: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56132024-08-16T05:37:00.653Z[ recovery-image] Aug 16 05:36:59.334 INFO O| Aug 16 05:36:59.334 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/0@0.so.1"
56142024-08-16T05:37:00.655Z[ recovery-image] Aug 16 05:36:59.335 INFO O| Aug 16 05:36:59.335 INFO STEP 555 (remove_files) COMPLETE
56152024-08-16T05:37:00.655Z[ recovery-image] Aug 16 05:36:59.335 INFO O| Aug 16 05:36:59.335 INFO STEP 556: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56162024-08-16T05:37:00.659Z[ host-image] Aug 16 05:36:59.341 INFO O| Aug 16 05:36:59.341 INFO O| Actions: 1/238 actions (Installing new actions)
56172024-08-16T05:37:00.663Z[ recovery-image] Aug 16 05:36:59.344 INFO O| Aug 16 05:36:59.344 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/Makefile.inc"
56182024-08-16T05:37:00.666Z[ recovery-image] Aug 16 05:36:59.344 INFO O| Aug 16 05:36:59.344 INFO STEP 556 (remove_files) COMPLETE
56192024-08-16T05:37:00.666Z[ recovery-image] Aug 16 05:36:59.345 INFO O| Aug 16 05:36:59.344 INFO STEP 557: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56202024-08-16T05:37:00.673Z[ recovery-image] Aug 16 05:36:59.354 INFO O| Aug 16 05:36:59.354 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/accept"
56212024-08-16T05:37:00.675Z[ recovery-image] Aug 16 05:36:59.354 INFO O| Aug 16 05:36:59.354 INFO STEP 557 (remove_files) COMPLETE
56222024-08-16T05:37:00.675Z[ recovery-image] Aug 16 05:36:59.354 INFO O| Aug 16 05:36:59.354 INFO STEP 558: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56232024-08-16T05:37:00.683Z[ recovery-image] Aug 16 05:36:59.364 INFO O| Aug 16 05:36:59.364 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/basename"
56242024-08-16T05:37:00.683Z[ recovery-image] Aug 16 05:36:59.364 INFO O| Aug 16 05:36:59.364 INFO STEP 558 (remove_files) COMPLETE
56252024-08-16T05:37:00.687Z[ recovery-image] Aug 16 05:36:59.364 INFO O| Aug 16 05:36:59.364 INFO STEP 559: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56262024-08-16T05:37:00.692Z[ recovery-image] Aug 16 05:36:59.373 INFO O| Aug 16 05:36:59.373 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/csv"
56272024-08-16T05:37:00.692Z[ recovery-image] Aug 16 05:36:59.373 INFO O| Aug 16 05:36:59.373 INFO STEP 559 (remove_files) COMPLETE
56282024-08-16T05:37:00.695Z[ recovery-image] Aug 16 05:36:59.374 INFO O| Aug 16 05:36:59.373 INFO STEP 560: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56292024-08-16T05:37:00.703Z[ recovery-image] Aug 16 05:36:59.383 INFO O| Aug 16 05:36:59.383 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/cut"
56302024-08-16T05:37:00.703Z[ recovery-image] Aug 16 05:36:59.383 INFO O| Aug 16 05:36:59.383 INFO STEP 560 (remove_files) COMPLETE
56312024-08-16T05:37:00.703Z[ recovery-image] Aug 16 05:36:59.383 INFO O| Aug 16 05:36:59.383 INFO STEP 561: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56322024-08-16T05:37:00.713Z[ recovery-image] Aug 16 05:36:59.392 INFO O| Aug 16 05:36:59.392 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/dirname"
56332024-08-16T05:37:00.713Z[ recovery-image] Aug 16 05:36:59.392 INFO O| Aug 16 05:36:59.392 INFO STEP 561 (remove_files) COMPLETE
56342024-08-16T05:37:00.717Z[ recovery-image] Aug 16 05:36:59.392 INFO O| Aug 16 05:36:59.392 INFO STEP 562: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56352024-08-16T05:37:00.721Z[ recovery-image] Aug 16 05:36:59.402 INFO O| Aug 16 05:36:59.402 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/fdflags"
56362024-08-16T05:37:00.721Z[ recovery-image] Aug 16 05:36:59.402 INFO O| Aug 16 05:36:59.402 INFO STEP 562 (remove_files) COMPLETE
56372024-08-16T05:37:00.730Z[ recovery-image] Aug 16 05:36:59.402 INFO O| Aug 16 05:36:59.402 INFO STEP 563: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56382024-08-16T05:37:00.730Z[ recovery-image] Aug 16 05:36:59.411 INFO O| Aug 16 05:36:59.411 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/finfo"
56392024-08-16T05:37:00.730Z[ recovery-image] Aug 16 05:36:59.411 INFO O| Aug 16 05:36:59.411 INFO STEP 563 (remove_files) COMPLETE
56402024-08-16T05:37:00.730Z[ recovery-image] Aug 16 05:36:59.411 INFO O| Aug 16 05:36:59.411 INFO STEP 564: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56412024-08-16T05:37:00.741Z[ recovery-image] Aug 16 05:36:59.422 INFO O| Aug 16 05:36:59.422 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/head"
56422024-08-16T05:37:00.744Z[ recovery-image] Aug 16 05:36:59.422 INFO O| Aug 16 05:36:59.422 INFO STEP 564 (remove_files) COMPLETE
56432024-08-16T05:37:00.744Z[ recovery-image] Aug 16 05:36:59.422 INFO O| Aug 16 05:36:59.422 INFO STEP 565: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56442024-08-16T05:37:00.752Z[ recovery-image] Aug 16 05:36:59.432 INFO O| Aug 16 05:36:59.432 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/id"
56452024-08-16T05:37:00.755Z[ recovery-image] Aug 16 05:36:59.433 INFO O| Aug 16 05:36:59.432 INFO STEP 565 (remove_files) COMPLETE
56462024-08-16T05:37:00.755Z[ recovery-image] Aug 16 05:36:59.433 INFO O| Aug 16 05:36:59.432 INFO STEP 566: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56472024-08-16T05:37:00.763Z[ recovery-image] Aug 16 05:36:59.442 INFO O| Aug 16 05:36:59.442 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/ln"
56482024-08-16T05:37:00.766Z[ recovery-image] Aug 16 05:36:59.442 INFO O| Aug 16 05:36:59.442 INFO STEP 566 (remove_files) COMPLETE
56492024-08-16T05:37:00.766Z[ recovery-image] Aug 16 05:36:59.442 INFO O| Aug 16 05:36:59.442 INFO STEP 567: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56502024-08-16T05:37:00.766Z[ host-image] Aug 16 05:36:59.445 INFO O| Aug 16 05:36:59.445 INFO O| Actions: Completed 238 actions in 0.10 seconds.
56512024-08-16T05:37:00.771Z[ recovery-image] Aug 16 05:36:59.452 INFO O| Aug 16 05:36:59.452 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/loadables.h"
56522024-08-16T05:37:00.774Z[ recovery-image] Aug 16 05:36:59.452 INFO O| Aug 16 05:36:59.452 INFO STEP 567 (remove_files) COMPLETE
56532024-08-16T05:37:00.775Z[ recovery-image] Aug 16 05:36:59.452 INFO O| Aug 16 05:36:59.452 INFO STEP 568: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56542024-08-16T05:37:00.782Z[ recovery-image] Aug 16 05:36:59.463 INFO O| Aug 16 05:36:59.463 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/logname"
56552024-08-16T05:37:00.782Z[ recovery-image] Aug 16 05:36:59.464 INFO O| Aug 16 05:36:59.464 INFO STEP 568 (remove_files) COMPLETE
56562024-08-16T05:37:00.785Z[ recovery-image] Aug 16 05:36:59.464 INFO O| Aug 16 05:36:59.464 INFO STEP 569: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56572024-08-16T05:37:00.793Z[ recovery-image] Aug 16 05:36:59.474 INFO O| Aug 16 05:36:59.474 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/mkdir"
56582024-08-16T05:37:00.793Z[ recovery-image] Aug 16 05:36:59.474 INFO O| Aug 16 05:36:59.474 INFO STEP 569 (remove_files) COMPLETE
56592024-08-16T05:37:00.796Z[ recovery-image] Aug 16 05:36:59.474 INFO O| Aug 16 05:36:59.474 INFO STEP 570: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56602024-08-16T05:37:00.809Z[ recovery-image] Aug 16 05:36:59.484 INFO O| Aug 16 05:36:59.484 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/mkfifo"
56612024-08-16T05:37:00.809Z[ recovery-image] Aug 16 05:36:59.484 INFO O| Aug 16 05:36:59.484 INFO STEP 570 (remove_files) COMPLETE
56622024-08-16T05:37:00.809Z[ recovery-image] Aug 16 05:36:59.484 INFO O| Aug 16 05:36:59.484 INFO STEP 571: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56632024-08-16T05:37:00.820Z[ recovery-image] Aug 16 05:36:59.494 INFO O| Aug 16 05:36:59.494 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/mktemp"
56642024-08-16T05:37:00.820Z[ recovery-image] Aug 16 05:36:59.494 INFO O| Aug 16 05:36:59.494 INFO STEP 571 (remove_files) COMPLETE
56652024-08-16T05:37:00.820Z[ recovery-image] Aug 16 05:36:59.494 INFO O| Aug 16 05:36:59.494 INFO STEP 572: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56662024-08-16T05:37:00.829Z[ recovery-image] Aug 16 05:36:59.505 INFO O| Aug 16 05:36:59.505 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/mypid"
56672024-08-16T05:37:00.829Z[ recovery-image] Aug 16 05:36:59.506 INFO O| Aug 16 05:36:59.506 INFO STEP 572 (remove_files) COMPLETE
56682024-08-16T05:37:00.829Z[ recovery-image] Aug 16 05:36:59.506 INFO O| Aug 16 05:36:59.506 INFO STEP 573: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56692024-08-16T05:37:00.839Z[ recovery-image] Aug 16 05:36:59.516 INFO O| Aug 16 05:36:59.516 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/pathchk"
56702024-08-16T05:37:00.839Z[ recovery-image] Aug 16 05:36:59.516 INFO O| Aug 16 05:36:59.516 INFO STEP 573 (remove_files) COMPLETE
56712024-08-16T05:37:00.839Z[ recovery-image] Aug 16 05:36:59.516 INFO O| Aug 16 05:36:59.516 INFO STEP 574: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56722024-08-16T05:37:00.845Z[ recovery-image] Aug 16 05:36:59.526 INFO O| Aug 16 05:36:59.526 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/print"
56732024-08-16T05:37:00.845Z[ recovery-image] Aug 16 05:36:59.526 INFO O| Aug 16 05:36:59.526 INFO STEP 574 (remove_files) COMPLETE
56742024-08-16T05:37:00.851Z[ recovery-image] Aug 16 05:36:59.526 INFO O| Aug 16 05:36:59.526 INFO STEP 575: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56752024-08-16T05:37:00.856Z[ recovery-image] Aug 16 05:36:59.537 INFO O| Aug 16 05:36:59.537 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/printenv"
56762024-08-16T05:37:00.857Z[ recovery-image] Aug 16 05:36:59.538 INFO O| Aug 16 05:36:59.537 INFO STEP 575 (remove_files) COMPLETE
56772024-08-16T05:37:00.857Z[ recovery-image] Aug 16 05:36:59.538 INFO O| Aug 16 05:36:59.537 INFO STEP 576: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56782024-08-16T05:37:00.873Z[ recovery-image] Aug 16 05:36:59.548 INFO O| Aug 16 05:36:59.548 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/push"
56792024-08-16T05:37:00.873Z[ recovery-image] Aug 16 05:36:59.548 INFO O| Aug 16 05:36:59.548 INFO STEP 576 (remove_files) COMPLETE
56802024-08-16T05:37:00.873Z[ recovery-image] Aug 16 05:36:59.548 INFO O| Aug 16 05:36:59.548 INFO STEP 577: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56812024-08-16T05:37:00.878Z[ recovery-image] Aug 16 05:36:59.559 INFO O| Aug 16 05:36:59.559 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/realpath"
56822024-08-16T05:37:00.878Z[ recovery-image] Aug 16 05:36:59.559 INFO O| Aug 16 05:36:59.559 INFO STEP 577 (remove_files) COMPLETE
56832024-08-16T05:37:00.878Z[ recovery-image] Aug 16 05:36:59.559 INFO O| Aug 16 05:36:59.559 INFO STEP 578: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56842024-08-16T05:37:00.888Z[ recovery-image] Aug 16 05:36:59.569 INFO O| Aug 16 05:36:59.569 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/rm"
56852024-08-16T05:37:00.888Z[ recovery-image] Aug 16 05:36:59.569 INFO O| Aug 16 05:36:59.569 INFO STEP 578 (remove_files) COMPLETE
56862024-08-16T05:37:00.889Z[ recovery-image] Aug 16 05:36:59.570 INFO O| Aug 16 05:36:59.569 INFO STEP 579: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56872024-08-16T05:37:00.900Z[ recovery-image] Aug 16 05:36:59.581 INFO O| Aug 16 05:36:59.581 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/rmdir"
56882024-08-16T05:37:00.900Z[ recovery-image] Aug 16 05:36:59.581 INFO O| Aug 16 05:36:59.581 INFO STEP 579 (remove_files) COMPLETE
56892024-08-16T05:37:00.900Z[ recovery-image] Aug 16 05:36:59.581 INFO O| Aug 16 05:36:59.581 INFO STEP 580: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56902024-08-16T05:37:00.910Z[ recovery-image] Aug 16 05:36:59.591 INFO O| Aug 16 05:36:59.591 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/seq"
56912024-08-16T05:37:00.910Z[ recovery-image] Aug 16 05:36:59.591 INFO O| Aug 16 05:36:59.591 INFO STEP 580 (remove_files) COMPLETE
56922024-08-16T05:37:00.913Z[ recovery-image] Aug 16 05:36:59.591 INFO O| Aug 16 05:36:59.591 INFO STEP 581: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56932024-08-16T05:37:00.922Z[ recovery-image] Aug 16 05:36:59.603 INFO O| Aug 16 05:36:59.602 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/setpgid"
56942024-08-16T05:37:00.922Z[ recovery-image] Aug 16 05:36:59.603 INFO O| Aug 16 05:36:59.603 INFO STEP 581 (remove_files) COMPLETE
56952024-08-16T05:37:00.922Z[ recovery-image] Aug 16 05:36:59.603 INFO O| Aug 16 05:36:59.603 INFO STEP 582: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56962024-08-16T05:37:00.932Z[ recovery-image] Aug 16 05:36:59.613 INFO O| Aug 16 05:36:59.613 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/sleep"
56972024-08-16T05:37:00.932Z[ recovery-image] Aug 16 05:36:59.613 INFO O| Aug 16 05:36:59.613 INFO STEP 582 (remove_files) COMPLETE
56982024-08-16T05:37:00.934Z[ recovery-image] Aug 16 05:36:59.613 INFO O| Aug 16 05:36:59.613 INFO STEP 583: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56992024-08-16T05:37:00.937Z[ host-image] Aug 16 05:36:59.616 INFO O| Aug 16 05:36:59.616 INFO O| Done
57002024-08-16T05:37:00.937Z[ host-image] Aug 16 05:36:59.616 INFO O| Aug 16 05:36:59.616 INFO O| Done
57012024-08-16T05:37:00.942Z[ recovery-image] Aug 16 05:36:59.623 INFO O| Aug 16 05:36:59.623 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/strftime"
57022024-08-16T05:37:00.944Z[ recovery-image] Aug 16 05:36:59.623 INFO O| Aug 16 05:36:59.623 INFO STEP 583 (remove_files) COMPLETE
57032024-08-16T05:37:00.944Z[ recovery-image] Aug 16 05:36:59.623 INFO O| Aug 16 05:36:59.623 INFO STEP 584: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57042024-08-16T05:37:00.954Z[ recovery-image] Aug 16 05:36:59.635 INFO O| Aug 16 05:36:59.635 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/sync"
57052024-08-16T05:37:00.954Z[ recovery-image] Aug 16 05:36:59.635 INFO O| Aug 16 05:36:59.635 INFO STEP 584 (remove_files) COMPLETE
57062024-08-16T05:37:00.956Z[ recovery-image] Aug 16 05:36:59.635 INFO O| Aug 16 05:36:59.635 INFO STEP 585: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57072024-08-16T05:37:00.964Z[ recovery-image] Aug 16 05:36:59.645 INFO O| Aug 16 05:36:59.645 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/tee"
57082024-08-16T05:37:00.964Z[ recovery-image] Aug 16 05:36:59.645 INFO O| Aug 16 05:36:59.645 INFO STEP 585 (remove_files) COMPLETE
57092024-08-16T05:37:00.964Z[ recovery-image] Aug 16 05:36:59.645 INFO O| Aug 16 05:36:59.645 INFO STEP 586: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57102024-08-16T05:37:00.974Z[ recovery-image] Aug 16 05:36:59.655 INFO O| Aug 16 05:36:59.655 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/truefalse"
57112024-08-16T05:37:00.974Z[ recovery-image] Aug 16 05:36:59.655 INFO O| Aug 16 05:36:59.655 INFO STEP 586 (remove_files) COMPLETE
57122024-08-16T05:37:00.974Z[ recovery-image] Aug 16 05:36:59.655 INFO O| Aug 16 05:36:59.655 INFO STEP 587: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57132024-08-16T05:37:00.987Z[ recovery-image] Aug 16 05:36:59.668 INFO O| Aug 16 05:36:59.668 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/tty"
57142024-08-16T05:37:00.989Z[ recovery-image] Aug 16 05:36:59.668 INFO O| Aug 16 05:36:59.668 INFO STEP 587 (remove_files) COMPLETE
57152024-08-16T05:37:00.989Z[ recovery-image] Aug 16 05:36:59.668 INFO O| Aug 16 05:36:59.668 INFO STEP 588: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57162024-08-16T05:37:01.001Z[ recovery-image] Aug 16 05:36:59.681 INFO O| Aug 16 05:36:59.681 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/uname"
57172024-08-16T05:37:01.003Z[ recovery-image] Aug 16 05:36:59.682 INFO O| Aug 16 05:36:59.682 INFO STEP 588 (remove_files) COMPLETE
57182024-08-16T05:37:01.003Z[ recovery-image] Aug 16 05:36:59.682 INFO O| Aug 16 05:36:59.682 INFO STEP 589: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57192024-08-16T05:37:01.014Z[ recovery-image] Aug 16 05:36:59.695 INFO O| Aug 16 05:36:59.695 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/unlink"
57202024-08-16T05:37:01.014Z[ recovery-image] Aug 16 05:36:59.695 INFO O| Aug 16 05:36:59.695 INFO STEP 589 (remove_files) COMPLETE
57212024-08-16T05:37:01.017Z[ recovery-image] Aug 16 05:36:59.695 INFO O| Aug 16 05:36:59.695 INFO STEP 590: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57222024-08-16T05:37:01.028Z[ recovery-image] Aug 16 05:36:59.709 INFO O| Aug 16 05:36:59.709 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/whoami"
57232024-08-16T05:37:01.031Z[ recovery-image] Aug 16 05:36:59.709 INFO O| Aug 16 05:36:59.709 INFO STEP 590 (remove_files) COMPLETE
57242024-08-16T05:37:01.031Z[ recovery-image] Aug 16 05:36:59.709 INFO O| Aug 16 05:36:59.709 INFO STEP 591: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57252024-08-16T05:37:01.046Z[ recovery-image] Aug 16 05:36:59.727 INFO O| Aug 16 05:36:59.726 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/cmake/libxml2/libxml2-config.cmake"
57262024-08-16T05:37:01.048Z[ recovery-image] Aug 16 05:36:59.727 INFO O| Aug 16 05:36:59.727 INFO STEP 591 (remove_files) COMPLETE
57272024-08-16T05:37:01.048Z[ recovery-image] Aug 16 05:36:59.727 INFO O| Aug 16 05:36:59.727 INFO STEP 592: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57282024-08-16T05:37:01.059Z[ recovery-image] Aug 16 05:36:59.740 INFO O| Aug 16 05:36:59.740 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/dbus-1.0/include/dbus/dbus-arch-deps.h"
57292024-08-16T05:37:01.062Z[ recovery-image] Aug 16 05:36:59.740 INFO O| Aug 16 05:36:59.740 INFO STEP 592 (remove_files) COMPLETE
57302024-08-16T05:37:01.062Z[ recovery-image] Aug 16 05:36:59.741 INFO O| Aug 16 05:36:59.740 INFO STEP 593: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57312024-08-16T05:37:01.074Z[ recovery-image] Aug 16 05:36:59.755 INFO O| Aug 16 05:36:59.754 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/getloginx.so.1"
57322024-08-16T05:37:01.076Z[ recovery-image] Aug 16 05:36:59.755 INFO O| Aug 16 05:36:59.755 INFO STEP 593 (remove_files) COMPLETE
57332024-08-16T05:37:01.076Z[ recovery-image] Aug 16 05:36:59.755 INFO O| Aug 16 05:36:59.755 INFO STEP 594: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57342024-08-16T05:37:01.088Z[ recovery-image] Aug 16 05:36:59.769 INFO O| Aug 16 05:36:59.769 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/gss/dh1024-0.so.1"
57352024-08-16T05:37:01.091Z[ recovery-image] Aug 16 05:36:59.770 INFO O| Aug 16 05:36:59.770 INFO STEP 594 (remove_files) COMPLETE
57362024-08-16T05:37:01.091Z[ recovery-image] Aug 16 05:36:59.770 INFO O| Aug 16 05:36:59.770 INFO STEP 595: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57372024-08-16T05:37:01.103Z[ recovery-image] Aug 16 05:36:59.784 INFO O| Aug 16 05:36:59.783 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/gss/dh640-0.so.1"
57382024-08-16T05:37:01.105Z[ recovery-image] Aug 16 05:36:59.784 INFO O| Aug 16 05:36:59.784 INFO STEP 595 (remove_files) COMPLETE
57392024-08-16T05:37:01.105Z[ recovery-image] Aug 16 05:36:59.784 INFO O| Aug 16 05:36:59.784 INFO STEP 596: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57402024-08-16T05:37:01.117Z[ recovery-image] Aug 16 05:36:59.798 INFO O| Aug 16 05:36:59.798 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/gss/mech_dh.so.1"
57412024-08-16T05:37:01.117Z[ recovery-image] Aug 16 05:36:59.798 INFO O| Aug 16 05:36:59.798 INFO STEP 596 (remove_files) COMPLETE
57422024-08-16T05:37:01.120Z[ recovery-image] Aug 16 05:36:59.798 INFO O| Aug 16 05:36:59.798 INFO STEP 597: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57432024-08-16T05:37:01.131Z[ recovery-image] Aug 16 05:36:59.812 INFO O| Aug 16 05:36:59.812 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/gss/mech_spnego.so.1"
57442024-08-16T05:37:01.134Z[ recovery-image] Aug 16 05:36:59.813 INFO O| Aug 16 05:36:59.813 INFO STEP 597 (remove_files) COMPLETE
57452024-08-16T05:37:01.134Z[ recovery-image] Aug 16 05:36:59.813 INFO O| Aug 16 05:36:59.813 INFO STEP 598: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57462024-08-16T05:37:01.146Z[ recovery-image] Aug 16 05:36:59.827 INFO O| Aug 16 05:36:59.827 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/lddstub"
57472024-08-16T05:37:01.149Z[ recovery-image] Aug 16 05:36:59.827 INFO O| Aug 16 05:36:59.827 INFO STEP 598 (remove_files) COMPLETE
57482024-08-16T05:37:01.149Z[ recovery-image] Aug 16 05:36:59.827 INFO O| Aug 16 05:36:59.827 INFO STEP 599: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57492024-08-16T05:37:01.160Z[ recovery-image] Aug 16 05:36:59.841 INFO O| Aug 16 05:36:59.841 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/lib9p.so.1"
57502024-08-16T05:37:01.163Z[ recovery-image] Aug 16 05:36:59.841 INFO O| Aug 16 05:36:59.841 INFO STEP 599 (remove_files) COMPLETE
57512024-08-16T05:37:01.163Z[ recovery-image] Aug 16 05:36:59.841 INFO O| Aug 16 05:36:59.841 INFO STEP 600: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57522024-08-16T05:37:01.175Z[ recovery-image] Aug 16 05:36:59.856 INFO O| Aug 16 05:36:59.856 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libads.so.1"
57532024-08-16T05:37:01.177Z[ recovery-image] Aug 16 05:36:59.856 INFO O| Aug 16 05:36:59.856 INFO STEP 600 (remove_files) COMPLETE
57542024-08-16T05:37:01.177Z[ recovery-image] Aug 16 05:36:59.856 INFO O| Aug 16 05:36:59.856 INFO STEP 601: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57552024-08-16T05:37:01.189Z[ recovery-image] Aug 16 05:36:59.870 INFO O| Aug 16 05:36:59.870 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libadutils.so.1"
57562024-08-16T05:37:01.191Z[ recovery-image] Aug 16 05:36:59.870 INFO O| Aug 16 05:36:59.870 INFO STEP 601 (remove_files) COMPLETE
57572024-08-16T05:37:01.191Z[ recovery-image] Aug 16 05:36:59.870 INFO O| Aug 16 05:36:59.870 INFO STEP 602: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57582024-08-16T05:37:01.203Z[ recovery-image] Aug 16 05:36:59.884 INFO O| Aug 16 05:36:59.884 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libbe.so.1"
57592024-08-16T05:37:01.205Z[ recovery-image] Aug 16 05:36:59.884 INFO O| Aug 16 05:36:59.884 INFO STEP 602 (remove_files) COMPLETE
57602024-08-16T05:37:01.205Z[ recovery-image] Aug 16 05:36:59.884 INFO O| Aug 16 05:36:59.884 INFO STEP 603: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57612024-08-16T05:37:01.218Z[ recovery-image] Aug 16 05:36:59.899 INFO O| Aug 16 05:36:59.899 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libbrand.so.1"
57622024-08-16T05:37:01.220Z[ recovery-image] Aug 16 05:36:59.899 INFO O| Aug 16 05:36:59.899 INFO STEP 603 (remove_files) COMPLETE
57632024-08-16T05:37:01.220Z[ recovery-image] Aug 16 05:36:59.899 INFO O| Aug 16 05:36:59.899 INFO STEP 604: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57642024-08-16T05:37:01.238Z[ recovery-image] Aug 16 05:36:59.919 INFO O| Aug 16 05:36:59.918 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libbrotlicommon.so.1.0.9"
57652024-08-16T05:37:01.240Z[ recovery-image] Aug 16 05:36:59.919 INFO O| Aug 16 05:36:59.919 INFO STEP 604 (remove_files) COMPLETE
57662024-08-16T05:37:01.240Z[ recovery-image] Aug 16 05:36:59.919 INFO O| Aug 16 05:36:59.919 INFO STEP 605: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57672024-08-16T05:37:01.257Z[ recovery-image] Aug 16 05:36:59.938 INFO O| Aug 16 05:36:59.938 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libbrotlidec.so.1.0.9"
57682024-08-16T05:37:01.259Z[ recovery-image] Aug 16 05:36:59.938 INFO O| Aug 16 05:36:59.938 INFO STEP 605 (remove_files) COMPLETE
57692024-08-16T05:37:01.259Z[ recovery-image] Aug 16 05:36:59.938 INFO O| Aug 16 05:36:59.938 INFO STEP 606: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57702024-08-16T05:37:01.276Z[ recovery-image] Aug 16 05:36:59.957 INFO O| Aug 16 05:36:59.957 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libbrotlienc.so.1.0.9"
57712024-08-16T05:37:01.279Z[ recovery-image] Aug 16 05:36:59.957 INFO O| Aug 16 05:36:59.957 INFO STEP 606 (remove_files) COMPLETE
57722024-08-16T05:37:01.279Z[ recovery-image] Aug 16 05:36:59.957 INFO O| Aug 16 05:36:59.957 INFO STEP 607: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57732024-08-16T05:37:01.294Z[ recovery-image] Aug 16 05:36:59.974 INFO O| Aug 16 05:36:59.974 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libbsdmalloc.so.1"
57742024-08-16T05:37:01.296Z[ recovery-image] Aug 16 05:36:59.975 INFO O| Aug 16 05:36:59.975 INFO STEP 607 (remove_files) COMPLETE
57752024-08-16T05:37:01.296Z[ recovery-image] Aug 16 05:36:59.975 INFO O| Aug 16 05:36:59.975 INFO STEP 608: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57762024-08-16T05:37:01.313Z[ recovery-image] Aug 16 05:36:59.994 INFO O| Aug 16 05:36:59.993 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libbz2.so.1.0.8"
57772024-08-16T05:37:01.315Z[ recovery-image] Aug 16 05:36:59.994 INFO O| Aug 16 05:36:59.994 INFO STEP 608 (remove_files) COMPLETE
57782024-08-16T05:37:01.315Z[ recovery-image] Aug 16 05:36:59.994 INFO O| Aug 16 05:36:59.994 INFO STEP 609: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57792024-08-16T05:37:01.328Z[ recovery-image] Aug 16 05:37:00.009 INFO O| Aug 16 05:37:00.009 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libcommputil.so.1"
57802024-08-16T05:37:01.328Z[ recovery-image] Aug 16 05:37:00.009 INFO O| Aug 16 05:37:00.009 INFO STEP 609 (remove_files) COMPLETE
57812024-08-16T05:37:01.330Z[ recovery-image] Aug 16 05:37:00.009 INFO O| Aug 16 05:37:00.009 INFO STEP 610: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57822024-08-16T05:37:01.343Z[ recovery-image] Aug 16 05:37:00.023 INFO O| Aug 16 05:37:00.023 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libcpc.so.1"
57832024-08-16T05:37:01.345Z[ recovery-image] Aug 16 05:37:00.024 INFO O| Aug 16 05:37:00.024 INFO STEP 610 (remove_files) COMPLETE
57842024-08-16T05:37:01.345Z[ recovery-image] Aug 16 05:37:00.024 INFO O| Aug 16 05:37:00.024 INFO STEP 611: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57852024-08-16T05:37:01.357Z[ recovery-image] Aug 16 05:37:00.038 INFO O| Aug 16 05:37:00.038 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libcrle.so.1"
57862024-08-16T05:37:01.359Z[ recovery-image] Aug 16 05:37:00.038 INFO O| Aug 16 05:37:00.038 INFO STEP 611 (remove_files) COMPLETE
57872024-08-16T05:37:01.359Z[ recovery-image] Aug 16 05:37:00.038 INFO O| Aug 16 05:37:00.038 INFO STEP 612: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57882024-08-16T05:37:01.376Z[ recovery-image] Aug 16 05:37:00.057 INFO O| Aug 16 05:37:00.057 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libcrypt.so.1"
57892024-08-16T05:37:01.379Z[ recovery-image] Aug 16 05:37:00.057 INFO O| Aug 16 05:37:00.057 INFO STEP 612 (remove_files) COMPLETE
57902024-08-16T05:37:01.379Z[ recovery-image] Aug 16 05:37:00.057 INFO O| Aug 16 05:37:00.057 INFO STEP 613: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57912024-08-16T05:37:01.396Z[ recovery-image] Aug 16 05:37:00.076 INFO O| Aug 16 05:37:00.076 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libcurl.so.4.8.0"
57922024-08-16T05:37:01.398Z[ recovery-image] Aug 16 05:37:00.077 INFO O| Aug 16 05:37:00.077 INFO STEP 613 (remove_files) COMPLETE
57932024-08-16T05:37:01.398Z[ recovery-image] Aug 16 05:37:00.077 INFO O| Aug 16 05:37:00.077 INFO STEP 614: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57942024-08-16T05:37:01.415Z[ recovery-image] Aug 16 05:37:00.096 INFO O| Aug 16 05:37:00.096 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libdemangle-sys.so.1"
57952024-08-16T05:37:01.417Z[ recovery-image] Aug 16 05:37:00.096 INFO O| Aug 16 05:37:00.096 INFO STEP 614 (remove_files) COMPLETE
57962024-08-16T05:37:01.417Z[ recovery-image] Aug 16 05:37:00.096 INFO O| Aug 16 05:37:00.096 INFO STEP 615: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57972024-08-16T05:37:01.432Z[ recovery-image] Aug 16 05:37:00.113 INFO O| Aug 16 05:37:00.113 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libdll.so.1"
57982024-08-16T05:37:01.435Z[ recovery-image] Aug 16 05:37:00.113 INFO O| Aug 16 05:37:00.113 INFO STEP 615 (remove_files) COMPLETE
57992024-08-16T05:37:01.435Z[ recovery-image] Aug 16 05:37:00.113 INFO O| Aug 16 05:37:00.113 INFO STEP 616: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58002024-08-16T05:37:01.448Z[ recovery-image] Aug 16 05:37:00.129 INFO O| Aug 16 05:37:00.129 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libdtrace_jni.so.1"
58012024-08-16T05:37:01.450Z[ recovery-image] Aug 16 05:37:00.130 INFO O| Aug 16 05:37:00.130 INFO STEP 616 (remove_files) COMPLETE
58022024-08-16T05:37:01.450Z[ recovery-image] Aug 16 05:37:00.130 INFO O| Aug 16 05:37:00.130 INFO STEP 617: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58032024-08-16T05:37:01.463Z[ recovery-image] Aug 16 05:37:00.144 INFO O| Aug 16 05:37:00.144 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libform.so.1"
58042024-08-16T05:37:01.466Z[ recovery-image] Aug 16 05:37:00.144 INFO O| Aug 16 05:37:00.144 INFO STEP 617 (remove_files) COMPLETE
58052024-08-16T05:37:01.466Z[ recovery-image] Aug 16 05:37:00.144 INFO O| Aug 16 05:37:00.144 INFO STEP 618: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58062024-08-16T05:37:01.479Z[ recovery-image] Aug 16 05:37:00.160 INFO O| Aug 16 05:37:00.159 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libfstyp.so.1"
58072024-08-16T05:37:01.479Z[ recovery-image] Aug 16 05:37:00.160 INFO O| Aug 16 05:37:00.160 INFO STEP 618 (remove_files) COMPLETE
58082024-08-16T05:37:01.481Z[ recovery-image] Aug 16 05:37:00.160 INFO O| Aug 16 05:37:00.160 INFO STEP 619: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58092024-08-16T05:37:01.497Z[ recovery-image] Aug 16 05:37:00.177 INFO O| Aug 16 05:37:00.177 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libidspace.so.1"
58102024-08-16T05:37:01.499Z[ recovery-image] Aug 16 05:37:00.179 INFO O| Aug 16 05:37:00.179 INFO STEP 619 (remove_files) COMPLETE
58112024-08-16T05:37:01.499Z[ recovery-image] Aug 16 05:37:00.179 INFO O| Aug 16 05:37:00.179 INFO STEP 620: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58122024-08-16T05:37:01.512Z[ recovery-image] Aug 16 05:37:00.193 INFO O| Aug 16 05:37:00.193 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libike.so.1"
58132024-08-16T05:37:01.515Z[ recovery-image] Aug 16 05:37:00.193 INFO O| Aug 16 05:37:00.193 INFO STEP 620 (remove_files) COMPLETE
58142024-08-16T05:37:01.515Z[ recovery-image] Aug 16 05:37:00.193 INFO O| Aug 16 05:37:00.193 INFO STEP 621: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58152024-08-16T05:37:01.524Z[ host-image] Aug 16 05:37:00.205 INFO O| Aug 16 05:37:00.205 INFO O| Done
58162024-08-16T05:37:01.527Z[ recovery-image] Aug 16 05:37:00.208 INFO O| Aug 16 05:37:00.208 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libinstzones.so.1"
58172024-08-16T05:37:01.529Z[ recovery-image] Aug 16 05:37:00.208 INFO O| Aug 16 05:37:00.208 INFO STEP 621 (remove_files) COMPLETE
58182024-08-16T05:37:01.529Z[ recovery-image] Aug 16 05:37:00.208 INFO O| Aug 16 05:37:00.208 INFO STEP 622: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58192024-08-16T05:37:01.542Z[ recovery-image] Aug 16 05:37:00.223 INFO O| Aug 16 05:37:00.222 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libipmi.so.1"
58202024-08-16T05:37:01.544Z[ recovery-image] Aug 16 05:37:00.223 INFO O| Aug 16 05:37:00.223 INFO STEP 622 (remove_files) COMPLETE
58212024-08-16T05:37:01.544Z[ recovery-image] Aug 16 05:37:00.223 INFO O| Aug 16 05:37:00.223 INFO STEP 623: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58222024-08-16T05:37:01.557Z[ recovery-image] Aug 16 05:37:00.237 INFO O| Aug 16 05:37:00.237 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libipp.so.1"
58232024-08-16T05:37:01.559Z[ recovery-image] Aug 16 05:37:00.238 INFO O| Aug 16 05:37:00.238 INFO STEP 623 (remove_files) COMPLETE
58242024-08-16T05:37:01.559Z[ recovery-image] Aug 16 05:37:00.238 INFO O| Aug 16 05:37:00.238 INFO STEP 624: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58252024-08-16T05:37:01.571Z[ recovery-image] Aug 16 05:37:00.252 INFO O| Aug 16 05:37:00.252 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libipsecutil.so.1"
58262024-08-16T05:37:01.574Z[ recovery-image] Aug 16 05:37:00.252 INFO O| Aug 16 05:37:00.252 INFO STEP 624 (remove_files) COMPLETE
58272024-08-16T05:37:01.574Z[ recovery-image] Aug 16 05:37:00.252 INFO O| Aug 16 05:37:00.252 INFO STEP 625: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58282024-08-16T05:37:01.587Z[ recovery-image] Aug 16 05:37:00.267 INFO O| Aug 16 05:37:00.267 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libjedec.so.1"
58292024-08-16T05:37:01.590Z[ recovery-image] Aug 16 05:37:00.268 INFO O| Aug 16 05:37:00.267 INFO STEP 625 (remove_files) COMPLETE
58302024-08-16T05:37:01.590Z[ recovery-image] Aug 16 05:37:00.268 INFO O| Aug 16 05:37:00.268 INFO STEP 626: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58312024-08-16T05:37:01.605Z[ recovery-image] Aug 16 05:37:00.285 INFO O| Aug 16 05:37:00.285 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libkvm.so.1"
58322024-08-16T05:37:01.605Z[ recovery-image] Aug 16 05:37:00.286 INFO O| Aug 16 05:37:00.286 INFO STEP 626 (remove_files) COMPLETE
58332024-08-16T05:37:01.605Z[ recovery-image] Aug 16 05:37:00.286 INFO O| Aug 16 05:37:00.286 INFO STEP 627: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58342024-08-16T05:37:01.623Z[ recovery-image] Aug 16 05:37:00.304 INFO O| Aug 16 05:37:00.304 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libl.so.1"
58352024-08-16T05:37:01.623Z[ recovery-image] Aug 16 05:37:00.304 INFO O| Aug 16 05:37:00.304 INFO STEP 627 (remove_files) COMPLETE
58362024-08-16T05:37:01.626Z[ recovery-image] Aug 16 05:37:00.304 INFO O| Aug 16 05:37:00.304 INFO STEP 628: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58372024-08-16T05:37:01.643Z[ recovery-image] Aug 16 05:37:00.321 INFO O| Aug 16 05:37:00.321 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libldap.so.5"
58382024-08-16T05:37:01.645Z[ recovery-image] Aug 16 05:37:00.321 INFO O| Aug 16 05:37:00.321 INFO STEP 628 (remove_files) COMPLETE
58392024-08-16T05:37:01.645Z[ recovery-image] Aug 16 05:37:00.321 INFO O| Aug 16 05:37:00.321 INFO STEP 629: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58402024-08-16T05:37:01.657Z[ recovery-image] Aug 16 05:37:00.337 INFO O| Aug 16 05:37:00.337 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libldstab.so.1"
58412024-08-16T05:37:01.657Z[ recovery-image] Aug 16 05:37:00.338 INFO O| Aug 16 05:37:00.337 INFO STEP 629 (remove_files) COMPLETE
58422024-08-16T05:37:01.659Z[ recovery-image] Aug 16 05:37:00.338 INFO O| Aug 16 05:37:00.338 INFO STEP 630: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58432024-08-16T05:37:01.667Z[ recovery-image] Aug 16 05:37:00.348 INFO O| Aug 16 05:37:00.348 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/liblgrp.so.1"
58442024-08-16T05:37:01.670Z[ recovery-image] Aug 16 05:37:00.348 INFO O| Aug 16 05:37:00.348 INFO STEP 630 (remove_files) COMPLETE
58452024-08-16T05:37:01.670Z[ recovery-image] Aug 16 05:37:00.348 INFO O| Aug 16 05:37:00.348 INFO STEP 631: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58462024-08-16T05:37:01.677Z[ recovery-image] Aug 16 05:37:00.358 INFO O| Aug 16 05:37:00.358 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/liblm.so.1"
58472024-08-16T05:37:01.680Z[ recovery-image] Aug 16 05:37:00.359 INFO O| Aug 16 05:37:00.359 INFO STEP 631 (remove_files) COMPLETE
58482024-08-16T05:37:01.680Z[ recovery-image] Aug 16 05:37:00.359 INFO O| Aug 16 05:37:00.359 INFO STEP 632: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58492024-08-16T05:37:01.688Z[ recovery-image] Aug 16 05:37:00.369 INFO O| Aug 16 05:37:00.369 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libmail.so.1"
58502024-08-16T05:37:01.688Z[ recovery-image] Aug 16 05:37:00.369 INFO O| Aug 16 05:37:00.369 INFO STEP 632 (remove_files) COMPLETE
58512024-08-16T05:37:01.691Z[ recovery-image] Aug 16 05:37:00.369 INFO O| Aug 16 05:37:00.369 INFO STEP 633: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58522024-08-16T05:37:01.700Z[ recovery-image] Aug 16 05:37:00.380 INFO O| Aug 16 05:37:00.380 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libmalloc.so.1"
58532024-08-16T05:37:01.703Z[ recovery-image] Aug 16 05:37:00.381 INFO O| Aug 16 05:37:00.381 INFO STEP 633 (remove_files) COMPLETE
58542024-08-16T05:37:01.703Z[ recovery-image] Aug 16 05:37:00.381 INFO O| Aug 16 05:37:00.381 INFO STEP 634: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58552024-08-16T05:37:01.710Z[ recovery-image] Aug 16 05:37:00.391 INFO O| Aug 16 05:37:00.391 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libmapmalloc.so.1"
58562024-08-16T05:37:01.710Z[ recovery-image] Aug 16 05:37:00.391 INFO O| Aug 16 05:37:00.391 INFO STEP 634 (remove_files) COMPLETE
58572024-08-16T05:37:01.712Z[ recovery-image] Aug 16 05:37:00.391 INFO O| Aug 16 05:37:00.391 INFO STEP 635: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58582024-08-16T05:37:01.721Z[ recovery-image] Aug 16 05:37:00.401 INFO O| Aug 16 05:37:00.401 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libmenu.so.1"
58592024-08-16T05:37:01.721Z[ recovery-image] Aug 16 05:37:00.401 INFO O| Aug 16 05:37:00.401 INFO STEP 635 (remove_files) COMPLETE
58602024-08-16T05:37:01.723Z[ recovery-image] Aug 16 05:37:00.401 INFO O| Aug 16 05:37:00.401 INFO STEP 636: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58612024-08-16T05:37:01.731Z[ recovery-image] Aug 16 05:37:00.411 INFO O| Aug 16 05:37:00.411 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libmtmalloc.so.1"
58622024-08-16T05:37:01.731Z[ recovery-image] Aug 16 05:37:00.412 INFO O| Aug 16 05:37:00.411 INFO STEP 636 (remove_files) COMPLETE
58632024-08-16T05:37:01.733Z[ recovery-image] Aug 16 05:37:00.412 INFO O| Aug 16 05:37:00.412 INFO STEP 637: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58642024-08-16T05:37:01.741Z[ recovery-image] Aug 16 05:37:00.422 INFO O| Aug 16 05:37:00.422 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libncurses.so.5.9"
58652024-08-16T05:37:01.741Z[ recovery-image] Aug 16 05:37:00.422 INFO O| Aug 16 05:37:00.422 INFO STEP 637 (remove_files) COMPLETE
58662024-08-16T05:37:01.742Z[ recovery-image] Aug 16 05:37:00.422 INFO O| Aug 16 05:37:00.422 INFO STEP 638: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58672024-08-16T05:37:01.752Z[ recovery-image] Aug 16 05:37:00.433 INFO O| Aug 16 05:37:00.433 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libnls.so.1"
58682024-08-16T05:37:01.752Z[ recovery-image] Aug 16 05:37:00.433 INFO O| Aug 16 05:37:00.433 INFO STEP 638 (remove_files) COMPLETE
58692024-08-16T05:37:01.752Z[ recovery-image] Aug 16 05:37:00.433 INFO O| Aug 16 05:37:00.433 INFO STEP 639: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58702024-08-16T05:37:01.762Z[ recovery-image] Aug 16 05:37:00.443 INFO O| Aug 16 05:37:00.443 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libpanel.so.1"
58712024-08-16T05:37:01.762Z[ recovery-image] Aug 16 05:37:00.443 INFO O| Aug 16 05:37:00.443 INFO STEP 639 (remove_files) COMPLETE
58722024-08-16T05:37:01.765Z[ recovery-image] Aug 16 05:37:00.443 INFO O| Aug 16 05:37:00.443 INFO STEP 640: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58732024-08-16T05:37:01.772Z[ recovery-image] Aug 16 05:37:00.453 INFO O| Aug 16 05:37:00.453 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libpcrecpp.so.0.0.2"
58742024-08-16T05:37:01.772Z[ recovery-image] Aug 16 05:37:00.453 INFO O| Aug 16 05:37:00.453 INFO STEP 640 (remove_files) COMPLETE
58752024-08-16T05:37:01.775Z[ recovery-image] Aug 16 05:37:00.453 INFO O| Aug 16 05:37:00.453 INFO STEP 641: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58762024-08-16T05:37:01.782Z[ recovery-image] Aug 16 05:37:00.463 INFO O| Aug 16 05:37:00.463 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libpcreposix.so.0.0.7"
58772024-08-16T05:37:01.782Z[ recovery-image] Aug 16 05:37:00.463 INFO O| Aug 16 05:37:00.463 INFO STEP 641 (remove_files) COMPLETE
58782024-08-16T05:37:01.785Z[ recovery-image] Aug 16 05:37:00.463 INFO O| Aug 16 05:37:00.463 INFO STEP 642: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58792024-08-16T05:37:01.792Z[ recovery-image] Aug 16 05:37:00.473 INFO O| Aug 16 05:37:00.473 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libpctx.so.1"
58802024-08-16T05:37:01.795Z[ recovery-image] Aug 16 05:37:00.473 INFO O| Aug 16 05:37:00.473 INFO STEP 642 (remove_files) COMPLETE
58812024-08-16T05:37:01.795Z[ recovery-image] Aug 16 05:37:00.473 INFO O| Aug 16 05:37:00.473 INFO STEP 643: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58822024-08-16T05:37:01.802Z[ recovery-image] Aug 16 05:37:00.483 INFO O| Aug 16 05:37:00.483 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libpicl.so.1"
58832024-08-16T05:37:01.803Z[ recovery-image] Aug 16 05:37:00.483 INFO O| Aug 16 05:37:00.483 INFO STEP 643 (remove_files) COMPLETE
58842024-08-16T05:37:01.803Z[ recovery-image] Aug 16 05:37:00.483 INFO O| Aug 16 05:37:00.483 INFO STEP 644: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58852024-08-16T05:37:01.813Z[ recovery-image] Aug 16 05:37:00.493 INFO O| Aug 16 05:37:00.493 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libppt.so.1"
58862024-08-16T05:37:01.813Z[ recovery-image] Aug 16 05:37:00.493 INFO O| Aug 16 05:37:00.493 INFO STEP 644 (remove_files) COMPLETE
58872024-08-16T05:37:01.813Z[ recovery-image] Aug 16 05:37:00.493 INFO O| Aug 16 05:37:00.493 INFO STEP 645: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58882024-08-16T05:37:01.823Z[ recovery-image] Aug 16 05:37:00.504 INFO O| Aug 16 05:37:00.503 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libraidcfg.so.1"
58892024-08-16T05:37:01.823Z[ recovery-image] Aug 16 05:37:00.504 INFO O| Aug 16 05:37:00.504 INFO STEP 645 (remove_files) COMPLETE
58902024-08-16T05:37:01.823Z[ recovery-image] Aug 16 05:37:00.504 INFO O| Aug 16 05:37:00.504 INFO STEP 646: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58912024-08-16T05:37:01.833Z[ recovery-image] Aug 16 05:37:00.514 INFO O| Aug 16 05:37:00.513 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/librename.so.1"
58922024-08-16T05:37:01.833Z[ recovery-image] Aug 16 05:37:00.514 INFO O| Aug 16 05:37:00.514 INFO STEP 646 (remove_files) COMPLETE
58932024-08-16T05:37:01.835Z[ recovery-image] Aug 16 05:37:00.514 INFO O| Aug 16 05:37:00.514 INFO STEP 647: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58942024-08-16T05:37:01.843Z[ recovery-image] Aug 16 05:37:00.524 INFO O| Aug 16 05:37:00.523 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libreparse.so.1"
58952024-08-16T05:37:01.843Z[ recovery-image] Aug 16 05:37:00.524 INFO O| Aug 16 05:37:00.524 INFO STEP 647 (remove_files) COMPLETE
58962024-08-16T05:37:01.845Z[ recovery-image] Aug 16 05:37:00.524 INFO O| Aug 16 05:37:00.524 INFO STEP 648: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58972024-08-16T05:37:01.853Z[ recovery-image] Aug 16 05:37:00.534 INFO O| Aug 16 05:37:00.534 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libsasl.so.1"
58982024-08-16T05:37:01.853Z[ recovery-image] Aug 16 05:37:00.534 INFO O| Aug 16 05:37:00.534 INFO STEP 648 (remove_files) COMPLETE
58992024-08-16T05:37:01.856Z[ recovery-image] Aug 16 05:37:00.534 INFO O| Aug 16 05:37:00.534 INFO STEP 649: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59002024-08-16T05:37:01.863Z[ recovery-image] Aug 16 05:37:00.544 INFO O| Aug 16 05:37:00.544 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libsched.so.1"
59012024-08-16T05:37:01.863Z[ recovery-image] Aug 16 05:37:00.544 INFO O| Aug 16 05:37:00.544 INFO STEP 649 (remove_files) COMPLETE
59022024-08-16T05:37:01.865Z[ recovery-image] Aug 16 05:37:00.544 INFO O| Aug 16 05:37:00.544 INFO STEP 650: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59032024-08-16T05:37:01.875Z[ recovery-image] Aug 16 05:37:00.555 INFO O| Aug 16 05:37:00.555 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libsctp.so.1"
59042024-08-16T05:37:01.875Z[ recovery-image] Aug 16 05:37:00.555 INFO O| Aug 16 05:37:00.555 INFO STEP 650 (remove_files) COMPLETE
59052024-08-16T05:37:01.878Z[ recovery-image] Aug 16 05:37:00.555 INFO O| Aug 16 05:37:00.555 INFO STEP 651: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59062024-08-16T05:37:01.886Z[ recovery-image] Aug 16 05:37:00.567 INFO O| Aug 16 05:37:00.567 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libsff.so.1"
59072024-08-16T05:37:01.886Z[ recovery-image] Aug 16 05:37:00.567 INFO O| Aug 16 05:37:00.567 INFO STEP 651 (remove_files) COMPLETE
59082024-08-16T05:37:01.889Z[ recovery-image] Aug 16 05:37:00.567 INFO O| Aug 16 05:37:00.567 INFO STEP 652: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59092024-08-16T05:37:01.897Z[ recovery-image] Aug 16 05:37:00.578 INFO O| Aug 16 05:37:00.577 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libsip.so.1"
59102024-08-16T05:37:01.899Z[ recovery-image] Aug 16 05:37:00.578 INFO O| Aug 16 05:37:00.578 INFO STEP 652 (remove_files) COMPLETE
59112024-08-16T05:37:01.900Z[ recovery-image] Aug 16 05:37:00.578 INFO O| Aug 16 05:37:00.578 INFO STEP 653: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59122024-08-16T05:37:01.908Z[ recovery-image] Aug 16 05:37:00.588 INFO O| Aug 16 05:37:00.588 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libsldap.so.1"
59132024-08-16T05:37:01.908Z[ recovery-image] Aug 16 05:37:00.588 INFO O| Aug 16 05:37:00.588 INFO STEP 653 (remove_files) COMPLETE
59142024-08-16T05:37:01.910Z[ recovery-image] Aug 16 05:37:00.588 INFO O| Aug 16 05:37:00.588 INFO STEP 654: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59152024-08-16T05:37:01.918Z[ recovery-image] Aug 16 05:37:00.599 INFO O| Aug 16 05:37:00.599 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libsmbfs.so.1"
59162024-08-16T05:37:01.918Z[ recovery-image] Aug 16 05:37:00.599 INFO O| Aug 16 05:37:00.599 INFO STEP 654 (remove_files) COMPLETE
59172024-08-16T05:37:01.918Z[ recovery-image] Aug 16 05:37:00.599 INFO O| Aug 16 05:37:00.599 INFO STEP 655: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59182024-08-16T05:37:01.928Z[ recovery-image] Aug 16 05:37:00.609 INFO O| Aug 16 05:37:00.609 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libsoftcrypto.so.1"
59192024-08-16T05:37:01.931Z[ recovery-image] Aug 16 05:37:00.610 INFO O| Aug 16 05:37:00.610 INFO STEP 655 (remove_files) COMPLETE
59202024-08-16T05:37:01.931Z[ recovery-image] Aug 16 05:37:00.610 INFO O| Aug 16 05:37:00.610 INFO STEP 656: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59212024-08-16T05:37:01.940Z[ recovery-image] Aug 16 05:37:00.620 INFO O| Aug 16 05:37:00.620 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libsqlite3.so.0.8.6"
59222024-08-16T05:37:01.940Z[ recovery-image] Aug 16 05:37:00.620 INFO O| Aug 16 05:37:00.620 INFO STEP 656 (remove_files) COMPLETE
59232024-08-16T05:37:01.942Z[ recovery-image] Aug 16 05:37:00.620 INFO O| Aug 16 05:37:00.620 INFO STEP 657: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59242024-08-16T05:37:01.950Z[ recovery-image] Aug 16 05:37:00.631 INFO O| Aug 16 05:37:00.630 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libsum.so.1"
59252024-08-16T05:37:01.950Z[ recovery-image] Aug 16 05:37:00.631 INFO O| Aug 16 05:37:00.631 INFO STEP 657 (remove_files) COMPLETE
59262024-08-16T05:37:01.950Z[ recovery-image] Aug 16 05:37:00.631 INFO O| Aug 16 05:37:00.631 INFO STEP 658: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59272024-08-16T05:37:01.960Z[ recovery-image] Aug 16 05:37:00.640 INFO O| Aug 16 05:37:00.640 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libtecla.so.1"
59282024-08-16T05:37:01.962Z[ recovery-image] Aug 16 05:37:00.641 INFO O| Aug 16 05:37:00.641 INFO STEP 658 (remove_files) COMPLETE
59292024-08-16T05:37:01.962Z[ recovery-image] Aug 16 05:37:00.641 INFO O| Aug 16 05:37:00.641 INFO STEP 659: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59302024-08-16T05:37:01.970Z[ recovery-image] Aug 16 05:37:00.650 INFO O| Aug 16 05:37:00.650 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libtspi.so.1.2.0"
59312024-08-16T05:37:01.973Z[ recovery-image] Aug 16 05:37:00.651 INFO O| Aug 16 05:37:00.651 INFO STEP 659 (remove_files) COMPLETE
59322024-08-16T05:37:01.973Z[ recovery-image] Aug 16 05:37:00.651 INFO O| Aug 16 05:37:00.651 INFO STEP 660: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59332024-08-16T05:37:01.980Z[ recovery-image] Aug 16 05:37:00.661 INFO O| Aug 16 05:37:00.661 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libvolmgt.so.1"
59342024-08-16T05:37:01.980Z[ recovery-image] Aug 16 05:37:00.661 INFO O| Aug 16 05:37:00.661 INFO STEP 660 (remove_files) COMPLETE
59352024-08-16T05:37:01.983Z[ recovery-image] Aug 16 05:37:00.661 INFO O| Aug 16 05:37:00.661 INFO STEP 661: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59362024-08-16T05:37:01.990Z[ recovery-image] Aug 16 05:37:00.671 INFO O| Aug 16 05:37:00.671 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/liby.so.1"
59372024-08-16T05:37:01.990Z[ recovery-image] Aug 16 05:37:00.671 INFO O| Aug 16 05:37:00.671 INFO STEP 661 (remove_files) COMPLETE
59382024-08-16T05:37:01.990Z[ recovery-image] Aug 16 05:37:00.671 INFO O| Aug 16 05:37:00.671 INFO STEP 662: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59392024-08-16T05:37:02.001Z[ recovery-image] Aug 16 05:37:00.681 INFO O| Aug 16 05:37:00.681 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libzfs_jni.so.1"
59402024-08-16T05:37:02.001Z[ recovery-image] Aug 16 05:37:00.681 INFO O| Aug 16 05:37:00.681 INFO STEP 662 (remove_files) COMPLETE
59412024-08-16T05:37:02.003Z[ recovery-image] Aug 16 05:37:00.681 INFO O| Aug 16 05:37:00.681 INFO STEP 663: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59422024-08-16T05:37:02.012Z[ recovery-image] Aug 16 05:37:00.693 INFO O| Aug 16 05:37:00.693 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libzfsbootenv.so.1"
59432024-08-16T05:37:02.012Z[ recovery-image] Aug 16 05:37:00.693 INFO O| Aug 16 05:37:00.693 INFO STEP 663 (remove_files) COMPLETE
59442024-08-16T05:37:02.015Z[ recovery-image] Aug 16 05:37:00.693 INFO O| Aug 16 05:37:00.693 INFO STEP 664: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59452024-08-16T05:37:02.024Z[ recovery-image] Aug 16 05:37:00.705 INFO O| Aug 16 05:37:00.705 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libzonecfg.so.1"
59462024-08-16T05:37:02.024Z[ recovery-image] Aug 16 05:37:00.705 INFO O| Aug 16 05:37:00.705 INFO STEP 664 (remove_files) COMPLETE
59472024-08-16T05:37:02.024Z[ recovery-image] Aug 16 05:37:00.705 INFO O| Aug 16 05:37:00.705 INFO STEP 665: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59482024-08-16T05:37:02.036Z[ recovery-image] Aug 16 05:37:00.716 INFO O| Aug 16 05:37:00.716 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libzoneinfo.so.1"
59492024-08-16T05:37:02.036Z[ recovery-image] Aug 16 05:37:00.717 INFO O| Aug 16 05:37:00.717 INFO STEP 665 (remove_files) COMPLETE
59502024-08-16T05:37:02.039Z[ recovery-image] Aug 16 05:37:00.717 INFO O| Aug 16 05:37:00.717 INFO STEP 666: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59512024-08-16T05:37:02.046Z[ recovery-image] Aug 16 05:37:00.727 INFO O| Aug 16 05:37:00.727 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libzonestat.so.1"
59522024-08-16T05:37:02.046Z[ recovery-image] Aug 16 05:37:00.727 INFO O| Aug 16 05:37:00.727 INFO STEP 666 (remove_files) COMPLETE
59532024-08-16T05:37:02.046Z[ recovery-image] Aug 16 05:37:00.727 INFO O| Aug 16 05:37:00.727 INFO STEP 667: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59542024-08-16T05:37:02.057Z[ recovery-image] Aug 16 05:37:00.737 INFO O| Aug 16 05:37:00.737 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libzpool.so.1"
59552024-08-16T05:37:02.057Z[ recovery-image] Aug 16 05:37:00.737 INFO O| Aug 16 05:37:00.737 INFO STEP 667 (remove_files) COMPLETE
59562024-08-16T05:37:02.057Z[ recovery-image] Aug 16 05:37:00.737 INFO O| Aug 16 05:37:00.737 INFO STEP 668: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59572024-08-16T05:37:02.067Z[ recovery-image] Aug 16 05:37:00.748 INFO O| Aug 16 05:37:00.748 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/madv.so.1"
59582024-08-16T05:37:02.067Z[ recovery-image] Aug 16 05:37:00.748 INFO O| Aug 16 05:37:00.748 INFO STEP 668 (remove_files) COMPLETE
59592024-08-16T05:37:02.070Z[ recovery-image] Aug 16 05:37:00.748 INFO O| Aug 16 05:37:00.748 INFO STEP 669: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59602024-08-16T05:37:02.078Z[ recovery-image] Aug 16 05:37:00.758 INFO O| Aug 16 05:37:00.758 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/mpss.so.1"
59612024-08-16T05:37:02.078Z[ recovery-image] Aug 16 05:37:00.759 INFO O| Aug 16 05:37:00.759 INFO STEP 669 (remove_files) COMPLETE
59622024-08-16T05:37:02.081Z[ recovery-image] Aug 16 05:37:00.759 INFO O| Aug 16 05:37:00.759 INFO STEP 670: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59632024-08-16T05:37:02.088Z[ recovery-image] Aug 16 05:37:00.769 INFO O| Aug 16 05:37:00.769 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/nss_ad.so.1"
59642024-08-16T05:37:02.091Z[ recovery-image] Aug 16 05:37:00.769 INFO O| Aug 16 05:37:00.769 INFO STEP 670 (remove_files) COMPLETE
59652024-08-16T05:37:02.091Z[ recovery-image] Aug 16 05:37:00.769 INFO O| Aug 16 05:37:00.769 INFO STEP 671: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59662024-08-16T05:37:02.099Z[ recovery-image] Aug 16 05:37:00.780 INFO O| Aug 16 05:37:00.780 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/nss_ldap.so.1"
59672024-08-16T05:37:02.102Z[ recovery-image] Aug 16 05:37:00.780 INFO O| Aug 16 05:37:00.780 INFO STEP 671 (remove_files) COMPLETE
59682024-08-16T05:37:02.102Z[ recovery-image] Aug 16 05:37:00.780 INFO O| Aug 16 05:37:00.780 INFO STEP 672: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59692024-08-16T05:37:02.110Z[ recovery-image] Aug 16 05:37:00.790 INFO O| Aug 16 05:37:00.790 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/passwdutil.so.1"
59702024-08-16T05:37:02.113Z[ recovery-image] Aug 16 05:37:00.790 INFO O| Aug 16 05:37:00.790 INFO STEP 672 (remove_files) COMPLETE
59712024-08-16T05:37:02.113Z[ recovery-image] Aug 16 05:37:00.791 INFO O| Aug 16 05:37:00.790 INFO STEP 673: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59722024-08-16T05:37:02.121Z[ recovery-image] Aug 16 05:37:00.802 INFO O| Aug 16 05:37:00.802 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/bash.pc"
59732024-08-16T05:37:02.121Z[ recovery-image] Aug 16 05:37:00.802 INFO O| Aug 16 05:37:00.802 INFO STEP 673 (remove_files) COMPLETE
59742024-08-16T05:37:02.124Z[ recovery-image] Aug 16 05:37:00.802 INFO O| Aug 16 05:37:00.802 INFO STEP 674: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59752024-08-16T05:37:02.132Z[ recovery-image] Aug 16 05:37:00.812 INFO O| Aug 16 05:37:00.812 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/dbus-1.pc"
59762024-08-16T05:37:02.134Z[ recovery-image] Aug 16 05:37:00.813 INFO O| Aug 16 05:37:00.812 INFO STEP 674 (remove_files) COMPLETE
59772024-08-16T05:37:02.134Z[ recovery-image] Aug 16 05:37:00.813 INFO O| Aug 16 05:37:00.812 INFO STEP 675: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59782024-08-16T05:37:02.142Z[ recovery-image] Aug 16 05:37:00.822 INFO O| Aug 16 05:37:00.822 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/expat.pc"
59792024-08-16T05:37:02.144Z[ recovery-image] Aug 16 05:37:00.823 INFO O| Aug 16 05:37:00.823 INFO STEP 675 (remove_files) COMPLETE
59802024-08-16T05:37:02.144Z[ recovery-image] Aug 16 05:37:00.823 INFO O| Aug 16 05:37:00.823 INFO STEP 676: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59812024-08-16T05:37:02.153Z[ recovery-image] Aug 16 05:37:00.833 INFO O| Aug 16 05:37:00.833 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/form.pc"
59822024-08-16T05:37:02.153Z[ recovery-image] Aug 16 05:37:00.833 INFO O| Aug 16 05:37:00.833 INFO STEP 676 (remove_files) COMPLETE
59832024-08-16T05:37:02.156Z[ recovery-image] Aug 16 05:37:00.833 INFO O| Aug 16 05:37:00.833 INFO STEP 677: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59842024-08-16T05:37:02.163Z[ recovery-image] Aug 16 05:37:00.843 INFO O| Aug 16 05:37:00.843 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/libbrotlicommon.pc"
59852024-08-16T05:37:02.163Z[ recovery-image] Aug 16 05:37:00.843 INFO O| Aug 16 05:37:00.843 INFO STEP 677 (remove_files) COMPLETE
59862024-08-16T05:37:02.165Z[ recovery-image] Aug 16 05:37:00.844 INFO O| Aug 16 05:37:00.843 INFO STEP 678: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59872024-08-16T05:37:02.174Z[ recovery-image] Aug 16 05:37:00.854 INFO O| Aug 16 05:37:00.854 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/libbrotlidec.pc"
59882024-08-16T05:37:02.176Z[ recovery-image] Aug 16 05:37:00.855 INFO O| Aug 16 05:37:00.855 INFO STEP 678 (remove_files) COMPLETE
59892024-08-16T05:37:02.176Z[ recovery-image] Aug 16 05:37:00.855 INFO O| Aug 16 05:37:00.855 INFO STEP 679: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59902024-08-16T05:37:02.185Z[ recovery-image] Aug 16 05:37:00.865 INFO O| Aug 16 05:37:00.865 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/libbrotlienc.pc"
59912024-08-16T05:37:02.188Z[ recovery-image] Aug 16 05:37:00.866 INFO O| Aug 16 05:37:00.866 INFO STEP 679 (remove_files) COMPLETE
59922024-08-16T05:37:02.188Z[ recovery-image] Aug 16 05:37:00.867 INFO O| Aug 16 05:37:00.866 INFO STEP 680: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59932024-08-16T05:37:02.197Z[ recovery-image] Aug 16 05:37:00.877 INFO O| Aug 16 05:37:00.877 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/libcurl.pc"
59942024-08-16T05:37:02.197Z[ recovery-image] Aug 16 05:37:00.877 INFO O| Aug 16 05:37:00.877 INFO STEP 680 (remove_files) COMPLETE
59952024-08-16T05:37:02.199Z[ recovery-image] Aug 16 05:37:00.877 INFO O| Aug 16 05:37:00.877 INFO STEP 681: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59962024-08-16T05:37:02.207Z[ recovery-image] Aug 16 05:37:00.887 INFO O| Aug 16 05:37:00.887 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/libedit.pc"
59972024-08-16T05:37:02.209Z[ recovery-image] Aug 16 05:37:00.888 INFO O| Aug 16 05:37:00.888 INFO STEP 681 (remove_files) COMPLETE
59982024-08-16T05:37:02.209Z[ recovery-image] Aug 16 05:37:00.888 INFO O| Aug 16 05:37:00.888 INFO STEP 682: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59992024-08-16T05:37:02.218Z[ recovery-image] Aug 16 05:37:00.898 INFO O| Aug 16 05:37:00.898 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/libidn.pc"
60002024-08-16T05:37:02.218Z[ recovery-image] Aug 16 05:37:00.898 INFO O| Aug 16 05:37:00.898 INFO STEP 682 (remove_files) COMPLETE
60012024-08-16T05:37:02.220Z[ recovery-image] Aug 16 05:37:00.898 INFO O| Aug 16 05:37:00.898 INFO STEP 683: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60022024-08-16T05:37:02.229Z[ recovery-image] Aug 16 05:37:00.909 INFO O| Aug 16 05:37:00.909 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/liblz4.pc"
60032024-08-16T05:37:02.229Z[ recovery-image] Aug 16 05:37:00.909 INFO O| Aug 16 05:37:00.909 INFO STEP 683 (remove_files) COMPLETE
60042024-08-16T05:37:02.232Z[ recovery-image] Aug 16 05:37:00.909 INFO O| Aug 16 05:37:00.909 INFO STEP 684: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60052024-08-16T05:37:02.240Z[ recovery-image] Aug 16 05:37:00.920 INFO O| Aug 16 05:37:00.920 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/liblzma.pc"
60062024-08-16T05:37:02.240Z[ recovery-image] Aug 16 05:37:00.921 INFO O| Aug 16 05:37:00.921 INFO STEP 684 (remove_files) COMPLETE
60072024-08-16T05:37:02.240Z[ recovery-image] Aug 16 05:37:00.921 INFO O| Aug 16 05:37:00.921 INFO STEP 685: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60082024-08-16T05:37:02.251Z[ recovery-image] Aug 16 05:37:00.932 INFO O| Aug 16 05:37:00.931 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/libnghttp2.pc"
60092024-08-16T05:37:02.252Z[ recovery-image] Aug 16 05:37:00.932 INFO O| Aug 16 05:37:00.932 INFO STEP 685 (remove_files) COMPLETE
60102024-08-16T05:37:02.252Z[ recovery-image] Aug 16 05:37:00.932 INFO O| Aug 16 05:37:00.932 INFO STEP 686: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60112024-08-16T05:37:02.264Z[ recovery-image] Aug 16 05:37:00.944 INFO O| Aug 16 05:37:00.944 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/libpcap.pc"
60122024-08-16T05:37:02.264Z[ recovery-image] Aug 16 05:37:00.944 INFO O| Aug 16 05:37:00.944 INFO STEP 686 (remove_files) COMPLETE
60132024-08-16T05:37:02.266Z[ recovery-image] Aug 16 05:37:00.944 INFO O| Aug 16 05:37:00.944 INFO STEP 687: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60142024-08-16T05:37:02.277Z[ recovery-image] Aug 16 05:37:00.957 INFO O| Aug 16 05:37:00.957 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/libpcre.pc"
60152024-08-16T05:37:02.277Z[ recovery-image] Aug 16 05:37:00.957 INFO O| Aug 16 05:37:00.957 INFO STEP 687 (remove_files) COMPLETE
60162024-08-16T05:37:02.277Z[ recovery-image] Aug 16 05:37:00.957 INFO O| Aug 16 05:37:00.957 INFO STEP 688: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60172024-08-16T05:37:02.291Z[ recovery-image] Aug 16 05:37:00.971 INFO O| Aug 16 05:37:00.971 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/libpcre2-8.pc"
60182024-08-16T05:37:02.291Z[ recovery-image] Aug 16 05:37:00.971 INFO O| Aug 16 05:37:00.971 INFO STEP 688 (remove_files) COMPLETE
60192024-08-16T05:37:02.291Z[ recovery-image] Aug 16 05:37:00.971 INFO O| Aug 16 05:37:00.971 INFO STEP 689: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60202024-08-16T05:37:02.304Z[ recovery-image] Aug 16 05:37:00.984 INFO O| Aug 16 05:37:00.984 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/libpcre2-posix.pc"
60212024-08-16T05:37:02.304Z[ recovery-image] Aug 16 05:37:00.984 INFO O| Aug 16 05:37:00.984 INFO STEP 689 (remove_files) COMPLETE
60222024-08-16T05:37:02.304Z[ recovery-image] Aug 16 05:37:00.984 INFO O| Aug 16 05:37:00.984 INFO STEP 690: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60232024-08-16T05:37:02.316Z[ recovery-image] Aug 16 05:37:00.996 INFO O| Aug 16 05:37:00.996 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/libpcrecpp.pc"
60242024-08-16T05:37:02.316Z[ recovery-image] Aug 16 05:37:00.996 INFO O| Aug 16 05:37:00.996 INFO STEP 690 (remove_files) COMPLETE
60252024-08-16T05:37:02.316Z[ recovery-image] Aug 16 05:37:00.997 INFO O| Aug 16 05:37:00.996 INFO STEP 691: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60262024-08-16T05:37:02.329Z[ recovery-image] Aug 16 05:37:01.009 INFO O| Aug 16 05:37:01.009 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/libpcreposix.pc"
60272024-08-16T05:37:02.329Z[ recovery-image] Aug 16 05:37:01.009 INFO O| Aug 16 05:37:01.009 INFO STEP 691 (remove_files) COMPLETE
60282024-08-16T05:37:02.331Z[ recovery-image] Aug 16 05:37:01.009 INFO O| Aug 16 05:37:01.009 INFO STEP 692: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60292024-08-16T05:37:02.340Z[ recovery-image] Aug 16 05:37:01.021 INFO O| Aug 16 05:37:01.021 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/libxml-2.0.pc"
60302024-08-16T05:37:02.341Z[ recovery-image] Aug 16 05:37:01.021 INFO O| Aug 16 05:37:01.021 INFO STEP 692 (remove_files) COMPLETE
60312024-08-16T05:37:02.341Z[ recovery-image] Aug 16 05:37:01.021 INFO O| Aug 16 05:37:01.021 INFO STEP 693: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60322024-08-16T05:37:02.351Z[ recovery-image] Aug 16 05:37:01.032 INFO O| Aug 16 05:37:01.032 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/libzstd.pc"
60332024-08-16T05:37:02.351Z[ recovery-image] Aug 16 05:37:01.032 INFO O| Aug 16 05:37:01.032 INFO STEP 693 (remove_files) COMPLETE
60342024-08-16T05:37:02.354Z[ recovery-image] Aug 16 05:37:01.032 INFO O| Aug 16 05:37:01.032 INFO STEP 694: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60352024-08-16T05:37:02.362Z[ recovery-image] Aug 16 05:37:01.042 INFO O| Aug 16 05:37:01.042 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/menu.pc"
60362024-08-16T05:37:02.362Z[ recovery-image] Aug 16 05:37:01.042 INFO O| Aug 16 05:37:01.042 INFO STEP 694 (remove_files) COMPLETE
60372024-08-16T05:37:02.365Z[ recovery-image] Aug 16 05:37:01.042 INFO O| Aug 16 05:37:01.042 INFO STEP 695: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60382024-08-16T05:37:02.373Z[ recovery-image] Aug 16 05:37:01.053 INFO O| Aug 16 05:37:01.053 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/ncurses++.pc"
60392024-08-16T05:37:02.373Z[ recovery-image] Aug 16 05:37:01.053 INFO O| Aug 16 05:37:01.053 INFO STEP 695 (remove_files) COMPLETE
60402024-08-16T05:37:02.373Z[ recovery-image] Aug 16 05:37:01.053 INFO O| Aug 16 05:37:01.053 INFO STEP 696: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60412024-08-16T05:37:02.383Z[ recovery-image] Aug 16 05:37:01.063 INFO O| Aug 16 05:37:01.063 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/ncurses.pc"
60422024-08-16T05:37:02.383Z[ recovery-image] Aug 16 05:37:01.063 INFO O| Aug 16 05:37:01.063 INFO STEP 696 (remove_files) COMPLETE
60432024-08-16T05:37:02.386Z[ recovery-image] Aug 16 05:37:01.064 INFO O| Aug 16 05:37:01.063 INFO STEP 697: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60442024-08-16T05:37:02.394Z[ recovery-image] Aug 16 05:37:01.074 INFO O| Aug 16 05:37:01.074 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/netsnmp-agent.pc"
60452024-08-16T05:37:02.394Z[ recovery-image] Aug 16 05:37:01.074 INFO O| Aug 16 05:37:01.074 INFO STEP 697 (remove_files) COMPLETE
60462024-08-16T05:37:02.394Z[ recovery-image] Aug 16 05:37:01.074 INFO O| Aug 16 05:37:01.074 INFO STEP 698: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60472024-08-16T05:37:02.405Z[ recovery-image] Aug 16 05:37:01.085 INFO O| Aug 16 05:37:01.085 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/netsnmp.pc"
60482024-08-16T05:37:02.407Z[ recovery-image] Aug 16 05:37:01.085 INFO O| Aug 16 05:37:01.085 INFO STEP 698 (remove_files) COMPLETE
60492024-08-16T05:37:02.407Z[ recovery-image] Aug 16 05:37:01.085 INFO O| Aug 16 05:37:01.085 INFO STEP 699: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60502024-08-16T05:37:02.416Z[ recovery-image] Aug 16 05:37:01.096 INFO O| Aug 16 05:37:01.096 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/panel.pc"
60512024-08-16T05:37:02.416Z[ recovery-image] Aug 16 05:37:01.096 INFO O| Aug 16 05:37:01.096 INFO STEP 699 (remove_files) COMPLETE
60522024-08-16T05:37:02.416Z[ recovery-image] Aug 16 05:37:01.096 INFO O| Aug 16 05:37:01.096 INFO STEP 700: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60532024-08-16T05:37:02.426Z[ recovery-image] Aug 16 05:37:01.106 INFO O| Aug 16 05:37:01.106 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/readline.pc"
60542024-08-16T05:37:02.426Z[ recovery-image] Aug 16 05:37:01.106 INFO O| Aug 16 05:37:01.106 INFO STEP 700 (remove_files) COMPLETE
60552024-08-16T05:37:02.426Z[ recovery-image] Aug 16 05:37:01.106 INFO O| Aug 16 05:37:01.106 INFO STEP 701: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60562024-08-16T05:37:02.436Z[ recovery-image] Aug 16 05:37:01.116 INFO O| Aug 16 05:37:01.116 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/sqlite3.pc"
60572024-08-16T05:37:02.436Z[ recovery-image] Aug 16 05:37:01.116 INFO O| Aug 16 05:37:01.116 INFO STEP 701 (remove_files) COMPLETE
60582024-08-16T05:37:02.436Z[ recovery-image] Aug 16 05:37:01.116 INFO O| Aug 16 05:37:01.116 INFO STEP 702: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60592024-08-16T05:37:02.446Z[ recovery-image] Aug 16 05:37:01.126 INFO O| Aug 16 05:37:01.126 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/zlib.pc"
60602024-08-16T05:37:02.449Z[ recovery-image] Aug 16 05:37:01.127 INFO O| Aug 16 05:37:01.127 INFO STEP 702 (remove_files) COMPLETE
60612024-08-16T05:37:02.449Z[ recovery-image] Aug 16 05:37:01.127 INFO O| Aug 16 05:37:01.127 INFO STEP 703: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60622024-08-16T05:37:02.457Z[ recovery-image] Aug 16 05:37:01.137 INFO O| Aug 16 05:37:01.137 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/straddr.so.2"
60632024-08-16T05:37:02.457Z[ recovery-image] Aug 16 05:37:01.137 INFO O| Aug 16 05:37:01.137 INFO STEP 703 (remove_files) COMPLETE
60642024-08-16T05:37:02.457Z[ recovery-image] Aug 16 05:37:01.137 INFO O| Aug 16 05:37:01.137 INFO STEP 704: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60652024-08-16T05:37:02.468Z[ recovery-image] Aug 16 05:37:01.148 INFO O| Aug 16 05:37:01.148 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/watchmalloc.so.1"
60662024-08-16T05:37:02.468Z[ recovery-image] Aug 16 05:37:01.148 INFO O| Aug 16 05:37:01.148 INFO STEP 704 (remove_files) COMPLETE
60672024-08-16T05:37:02.468Z[ recovery-image] Aug 16 05:37:01.148 INFO O| Aug 16 05:37:01.148 INFO STEP 705: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60682024-08-16T05:37:02.478Z[ recovery-image] Aug 16 05:37:01.158 INFO O| Aug 16 05:37:01.158 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/audit/audit_record_attr"
60692024-08-16T05:37:02.478Z[ recovery-image] Aug 16 05:37:01.158 INFO O| Aug 16 05:37:01.158 INFO STEP 705 (remove_files) COMPLETE
60702024-08-16T05:37:02.478Z[ recovery-image] Aug 16 05:37:01.158 INFO O| Aug 16 05:37:01.158 INFO STEP 706: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60712024-08-16T05:37:02.488Z[ recovery-image] Aug 16 05:37:01.169 INFO O| Aug 16 05:37:01.169 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/brand/shared/common.ksh"
60722024-08-16T05:37:02.491Z[ recovery-image] Aug 16 05:37:01.169 INFO O| Aug 16 05:37:01.169 INFO STEP 706 (remove_files) COMPLETE
60732024-08-16T05:37:02.491Z[ recovery-image] Aug 16 05:37:01.169 INFO O| Aug 16 05:37:01.169 INFO STEP 707: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60742024-08-16T05:37:02.500Z[ recovery-image] Aug 16 05:37:01.179 INFO O| Aug 16 05:37:01.179 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/brand/shared/query"
60752024-08-16T05:37:02.500Z[ recovery-image] Aug 16 05:37:01.179 INFO O| Aug 16 05:37:01.179 INFO STEP 707 (remove_files) COMPLETE
60762024-08-16T05:37:02.503Z[ recovery-image] Aug 16 05:37:01.179 INFO O| Aug 16 05:37:01.179 INFO STEP 708: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60772024-08-16T05:37:02.510Z[ recovery-image] Aug 16 05:37:01.190 INFO O| Aug 16 05:37:01.190 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/brand/shared/uninstall.ksh"
60782024-08-16T05:37:02.510Z[ recovery-image] Aug 16 05:37:01.190 INFO O| Aug 16 05:37:01.190 INFO STEP 708 (remove_files) COMPLETE
60792024-08-16T05:37:02.510Z[ recovery-image] Aug 16 05:37:01.190 INFO O| Aug 16 05:37:01.190 INFO STEP 709: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60802024-08-16T05:37:02.520Z[ recovery-image] Aug 16 05:37:01.200 INFO O| Aug 16 05:37:01.200 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/cfgadm/amd64/ib.so.1"
60812024-08-16T05:37:02.523Z[ recovery-image] Aug 16 05:37:01.201 INFO O| Aug 16 05:37:01.200 INFO STEP 709 (remove_files) COMPLETE
60822024-08-16T05:37:02.523Z[ recovery-image] Aug 16 05:37:01.201 INFO O| Aug 16 05:37:01.200 INFO STEP 710: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60832024-08-16T05:37:02.532Z[ recovery-image] Aug 16 05:37:01.211 INFO O| Aug 16 05:37:01.211 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/cfgadm/amd64/pci.so.1"
60842024-08-16T05:37:02.532Z[ recovery-image] Aug 16 05:37:01.212 INFO O| Aug 16 05:37:01.212 INFO STEP 710 (remove_files) COMPLETE
60852024-08-16T05:37:02.535Z[ recovery-image] Aug 16 05:37:01.212 INFO O| Aug 16 05:37:01.212 INFO STEP 711: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60862024-08-16T05:37:02.543Z[ recovery-image] Aug 16 05:37:01.222 INFO O| Aug 16 05:37:01.222 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/cfgadm/amd64/sata.so.1"
60872024-08-16T05:37:02.543Z[ recovery-image] Aug 16 05:37:01.223 INFO O| Aug 16 05:37:01.222 INFO STEP 711 (remove_files) COMPLETE
60882024-08-16T05:37:02.546Z[ recovery-image] Aug 16 05:37:01.223 INFO O| Aug 16 05:37:01.223 INFO STEP 712: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60892024-08-16T05:37:02.554Z[ recovery-image] Aug 16 05:37:01.234 INFO O| Aug 16 05:37:01.233 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/cfgadm/amd64/scsi.so.1"
60902024-08-16T05:37:02.554Z[ recovery-image] Aug 16 05:37:01.234 INFO O| Aug 16 05:37:01.234 INFO STEP 712 (remove_files) COMPLETE
60912024-08-16T05:37:02.554Z[ recovery-image] Aug 16 05:37:01.234 INFO O| Aug 16 05:37:01.234 INFO STEP 713: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60922024-08-16T05:37:02.564Z[ recovery-image] Aug 16 05:37:01.244 INFO O| Aug 16 05:37:01.244 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/cfgadm/amd64/usb.so.1"
60932024-08-16T05:37:02.567Z[ recovery-image] Aug 16 05:37:01.244 INFO O| Aug 16 05:37:01.244 INFO STEP 713 (remove_files) COMPLETE
60942024-08-16T05:37:02.567Z[ recovery-image] Aug 16 05:37:01.244 INFO O| Aug 16 05:37:01.244 INFO STEP 714: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60952024-08-16T05:37:02.574Z[ recovery-image] Aug 16 05:37:01.255 INFO O| Aug 16 05:37:01.255 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/cfgadm/ib.so.1"
60962024-08-16T05:37:02.577Z[ recovery-image] Aug 16 05:37:01.255 INFO O| Aug 16 05:37:01.255 INFO STEP 714 (remove_files) COMPLETE
60972024-08-16T05:37:02.577Z[ recovery-image] Aug 16 05:37:01.255 INFO O| Aug 16 05:37:01.255 INFO STEP 715: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60982024-08-16T05:37:02.585Z[ recovery-image] Aug 16 05:37:01.265 INFO O| Aug 16 05:37:01.265 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/cfgadm/pci.so.1"
60992024-08-16T05:37:02.585Z[ recovery-image] Aug 16 05:37:01.265 INFO O| Aug 16 05:37:01.265 INFO STEP 715 (remove_files) COMPLETE
61002024-08-16T05:37:02.587Z[ recovery-image] Aug 16 05:37:01.265 INFO O| Aug 16 05:37:01.265 INFO STEP 716: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61012024-08-16T05:37:02.595Z[ recovery-image] Aug 16 05:37:01.276 INFO O| Aug 16 05:37:01.275 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/cfgadm/sata.so.1"
61022024-08-16T05:37:02.598Z[ recovery-image] Aug 16 05:37:01.276 INFO O| Aug 16 05:37:01.276 INFO STEP 716 (remove_files) COMPLETE
61032024-08-16T05:37:02.598Z[ recovery-image] Aug 16 05:37:01.276 INFO O| Aug 16 05:37:01.276 INFO STEP 717: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61042024-08-16T05:37:02.605Z[ recovery-image] Aug 16 05:37:01.285 INFO O| Aug 16 05:37:01.285 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/cfgadm/scsi.so.1"
61052024-08-16T05:37:02.608Z[ recovery-image] Aug 16 05:37:01.286 INFO O| Aug 16 05:37:01.286 INFO STEP 717 (remove_files) COMPLETE
61062024-08-16T05:37:02.608Z[ recovery-image] Aug 16 05:37:01.286 INFO O| Aug 16 05:37:01.286 INFO STEP 718: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61072024-08-16T05:37:02.615Z[ recovery-image] Aug 16 05:37:01.295 INFO O| Aug 16 05:37:01.295 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/cfgadm/shp.so.1"
61082024-08-16T05:37:02.615Z[ recovery-image] Aug 16 05:37:01.295 INFO O| Aug 16 05:37:01.295 INFO STEP 718 (remove_files) COMPLETE
61092024-08-16T05:37:02.615Z[ recovery-image] Aug 16 05:37:01.295 INFO O| Aug 16 05:37:01.295 INFO STEP 719: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61102024-08-16T05:37:02.625Z[ recovery-image] Aug 16 05:37:01.306 INFO O| Aug 16 05:37:01.306 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/cfgadm/usb.so.1"
61112024-08-16T05:37:02.625Z[ recovery-image] Aug 16 05:37:01.306 INFO O| Aug 16 05:37:01.306 INFO STEP 719 (remove_files) COMPLETE
61122024-08-16T05:37:02.625Z[ recovery-image] Aug 16 05:37:01.306 INFO O| Aug 16 05:37:01.306 INFO STEP 720: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61132024-08-16T05:37:02.635Z[ recovery-image] Aug 16 05:37:01.315 INFO O| Aug 16 05:37:01.315 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/class/FX/FXdispadmin"
61142024-08-16T05:37:02.638Z[ recovery-image] Aug 16 05:37:01.316 INFO O| Aug 16 05:37:01.316 INFO STEP 720 (remove_files) COMPLETE
61152024-08-16T05:37:02.638Z[ recovery-image] Aug 16 05:37:01.316 INFO O| Aug 16 05:37:01.316 INFO STEP 721: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61162024-08-16T05:37:02.648Z[ recovery-image] Aug 16 05:37:01.326 INFO O| Aug 16 05:37:01.326 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/class/FX/FXpriocntl"
61172024-08-16T05:37:02.648Z[ recovery-image] Aug 16 05:37:01.326 INFO O| Aug 16 05:37:01.326 INFO STEP 721 (remove_files) COMPLETE
61182024-08-16T05:37:02.648Z[ recovery-image] Aug 16 05:37:01.326 INFO O| Aug 16 05:37:01.326 INFO STEP 722: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61192024-08-16T05:37:02.656Z[ recovery-image] Aug 16 05:37:01.336 INFO O| Aug 16 05:37:01.336 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/class/IA/IAdispadmin"
61202024-08-16T05:37:02.656Z[ recovery-image] Aug 16 05:37:01.336 INFO O| Aug 16 05:37:01.336 INFO STEP 722 (remove_files) COMPLETE
61212024-08-16T05:37:02.658Z[ recovery-image] Aug 16 05:37:01.336 INFO O| Aug 16 05:37:01.336 INFO STEP 723: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61222024-08-16T05:37:02.666Z[ recovery-image] Aug 16 05:37:01.346 INFO O| Aug 16 05:37:01.346 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/class/IA/IApriocntl"
61232024-08-16T05:37:02.666Z[ recovery-image] Aug 16 05:37:01.346 INFO O| Aug 16 05:37:01.346 INFO STEP 723 (remove_files) COMPLETE
61242024-08-16T05:37:02.666Z[ recovery-image] Aug 16 05:37:01.346 INFO O| Aug 16 05:37:01.346 INFO STEP 724: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61252024-08-16T05:37:02.675Z[ recovery-image] Aug 16 05:37:01.356 INFO O| Aug 16 05:37:01.355 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/class/RT/RTdispadmin"
61262024-08-16T05:37:02.678Z[ recovery-image] Aug 16 05:37:01.356 INFO O| Aug 16 05:37:01.356 INFO STEP 724 (remove_files) COMPLETE
61272024-08-16T05:37:02.678Z[ recovery-image] Aug 16 05:37:01.356 INFO O| Aug 16 05:37:01.356 INFO STEP 725: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61282024-08-16T05:37:02.686Z[ recovery-image] Aug 16 05:37:01.366 INFO O| Aug 16 05:37:01.366 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/class/RT/RTpriocntl"
61292024-08-16T05:37:02.686Z[ recovery-image] Aug 16 05:37:01.366 INFO O| Aug 16 05:37:01.366 INFO STEP 725 (remove_files) COMPLETE
61302024-08-16T05:37:02.700Z[ recovery-image] Aug 16 05:37:01.366 INFO O| Aug 16 05:37:01.366 INFO STEP 726: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61312024-08-16T05:37:02.700Z[ recovery-image] Aug 16 05:37:01.376 INFO O| Aug 16 05:37:01.376 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/class/SDC/SDCdispadmin"
61322024-08-16T05:37:02.700Z[ recovery-image] Aug 16 05:37:01.376 INFO O| Aug 16 05:37:01.376 INFO STEP 726 (remove_files) COMPLETE
61332024-08-16T05:37:02.701Z[ recovery-image] Aug 16 05:37:01.376 INFO O| Aug 16 05:37:01.376 INFO STEP 727: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61342024-08-16T05:37:02.707Z[ recovery-image] Aug 16 05:37:01.387 INFO O| Aug 16 05:37:01.387 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/class/SDC/SDCpriocntl"
61352024-08-16T05:37:02.707Z[ recovery-image] Aug 16 05:37:01.387 INFO O| Aug 16 05:37:01.387 INFO STEP 727 (remove_files) COMPLETE
61362024-08-16T05:37:02.707Z[ recovery-image] Aug 16 05:37:01.387 INFO O| Aug 16 05:37:01.387 INFO STEP 728: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61372024-08-16T05:37:02.717Z[ recovery-image] Aug 16 05:37:01.397 INFO O| Aug 16 05:37:01.397 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/class/TS/TSdispadmin"
61382024-08-16T05:37:02.722Z[ recovery-image] Aug 16 05:37:01.397 INFO O| Aug 16 05:37:01.397 INFO STEP 728 (remove_files) COMPLETE
61392024-08-16T05:37:02.722Z[ recovery-image] Aug 16 05:37:01.397 INFO O| Aug 16 05:37:01.397 INFO STEP 729: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61402024-08-16T05:37:02.728Z[ recovery-image] Aug 16 05:37:01.408 INFO O| Aug 16 05:37:01.408 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/class/TS/TSpriocntl"
61412024-08-16T05:37:02.728Z[ recovery-image] Aug 16 05:37:01.408 INFO O| Aug 16 05:37:01.408 INFO STEP 729 (remove_files) COMPLETE
61422024-08-16T05:37:02.728Z[ recovery-image] Aug 16 05:37:01.408 INFO O| Aug 16 05:37:01.408 INFO STEP 730: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61432024-08-16T05:37:02.739Z[ recovery-image] Aug 16 05:37:01.419 INFO O| Aug 16 05:37:01.419 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/cmake/libxml2/libxml2-config.cmake"
61442024-08-16T05:37:02.739Z[ recovery-image] Aug 16 05:37:01.419 INFO O| Aug 16 05:37:01.419 INFO STEP 730 (remove_files) COMPLETE
61452024-08-16T05:37:02.742Z[ recovery-image] Aug 16 05:37:01.419 INFO O| Aug 16 05:37:01.419 INFO STEP 731: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61462024-08-16T05:37:02.750Z[ recovery-image] Aug 16 05:37:01.430 INFO O| Aug 16 05:37:01.430 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/dbus-1.0/include/dbus/dbus-arch-deps.h"
61472024-08-16T05:37:02.753Z[ recovery-image] Aug 16 05:37:01.430 INFO O| Aug 16 05:37:01.430 INFO STEP 731 (remove_files) COMPLETE
61482024-08-16T05:37:02.753Z[ recovery-image] Aug 16 05:37:01.430 INFO O| Aug 16 05:37:01.430 INFO STEP 732: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61492024-08-16T05:37:02.760Z[ recovery-image] Aug 16 05:37:01.440 INFO O| Aug 16 05:37:01.440 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/dl/dlled"
61502024-08-16T05:37:02.760Z[ recovery-image] Aug 16 05:37:01.441 INFO O| Aug 16 05:37:01.441 INFO STEP 732 (remove_files) COMPLETE
61512024-08-16T05:37:02.763Z[ recovery-image] Aug 16 05:37:01.441 INFO O| Aug 16 05:37:01.441 INFO STEP 733: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61522024-08-16T05:37:02.772Z[ recovery-image] Aug 16 05:37:01.452 INFO O| Aug 16 05:37:01.452 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/dl/dlrecv"
61532024-08-16T05:37:02.772Z[ recovery-image] Aug 16 05:37:01.452 INFO O| Aug 16 05:37:01.452 INFO STEP 733 (remove_files) COMPLETE
61542024-08-16T05:37:02.772Z[ recovery-image] Aug 16 05:37:01.452 INFO O| Aug 16 05:37:01.452 INFO STEP 734: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61552024-08-16T05:37:02.783Z[ recovery-image] Aug 16 05:37:01.463 INFO O| Aug 16 05:37:01.463 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/dl/dlsend"
61562024-08-16T05:37:02.783Z[ recovery-image] Aug 16 05:37:01.463 INFO O| Aug 16 05:37:01.463 INFO STEP 734 (remove_files) COMPLETE
61572024-08-16T05:37:02.783Z[ recovery-image] Aug 16 05:37:01.463 INFO O| Aug 16 05:37:01.463 INFO STEP 735: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61582024-08-16T05:37:02.794Z[ recovery-image] Aug 16 05:37:01.473 INFO O| Aug 16 05:37:01.473 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/dl/dltraninfo"
61592024-08-16T05:37:02.797Z[ recovery-image] Aug 16 05:37:01.473 INFO O| Aug 16 05:37:01.473 INFO STEP 735 (remove_files) COMPLETE
61602024-08-16T05:37:02.797Z[ recovery-image] Aug 16 05:37:01.473 INFO O| Aug 16 05:37:01.473 INFO STEP 736: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61612024-08-16T05:37:02.802Z[ recovery-image] Aug 16 05:37:01.482 INFO O| Aug 16 05:37:01.482 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/dtrace/64/drti.o"
61622024-08-16T05:37:02.805Z[ recovery-image] Aug 16 05:37:01.482 INFO O| Aug 16 05:37:01.482 INFO STEP 736 (remove_files) COMPLETE
61632024-08-16T05:37:02.805Z[ recovery-image] Aug 16 05:37:01.482 INFO O| Aug 16 05:37:01.482 INFO STEP 737: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61642024-08-16T05:37:02.812Z[ recovery-image] Aug 16 05:37:01.492 INFO O| Aug 16 05:37:01.492 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/dtrace/64/libdtrace_forceload.so"
61652024-08-16T05:37:02.812Z[ recovery-image] Aug 16 05:37:01.492 INFO O| Aug 16 05:37:01.492 INFO STEP 737 (remove_files) COMPLETE
61662024-08-16T05:37:02.812Z[ recovery-image] Aug 16 05:37:01.492 INFO O| Aug 16 05:37:01.492 INFO STEP 738: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61672024-08-16T05:37:02.815Z[ host-image] Aug 16 05:37:01.495 INFO O| Aug 16 05:37:01.495 INFO O| Done
61682024-08-16T05:37:02.821Z[ recovery-image] Aug 16 05:37:01.501 INFO O| Aug 16 05:37:01.501 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/dtrace/64/sftp64.d"
61692024-08-16T05:37:02.825Z[ recovery-image] Aug 16 05:37:01.501 INFO O| Aug 16 05:37:01.501 INFO STEP 738 (remove_files) COMPLETE
61702024-08-16T05:37:02.825Z[ recovery-image] Aug 16 05:37:01.501 INFO O| Aug 16 05:37:01.501 INFO STEP 739: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61712024-08-16T05:37:02.831Z[ recovery-image] Aug 16 05:37:01.511 INFO O| Aug 16 05:37:01.511 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/dtrace/drti.o"
61722024-08-16T05:37:02.833Z[ recovery-image] Aug 16 05:37:01.511 INFO O| Aug 16 05:37:01.511 INFO STEP 739 (remove_files) COMPLETE
61732024-08-16T05:37:02.833Z[ recovery-image] Aug 16 05:37:01.511 INFO O| Aug 16 05:37:01.511 INFO STEP 740: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61742024-08-16T05:37:02.840Z[ recovery-image] Aug 16 05:37:01.521 INFO O| Aug 16 05:37:01.520 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/dtrace/libdtrace_forceload.so"
61752024-08-16T05:37:02.840Z[ host-image] Aug 16 05:37:01.521 INFO O| Aug 16 05:37:01.521 INFO O| Done
61762024-08-16T05:37:02.840Z[ recovery-image] Aug 16 05:37:01.521 INFO O| Aug 16 05:37:01.521 INFO STEP 740 (remove_files) COMPLETE
61772024-08-16T05:37:02.843Z[ recovery-image] Aug 16 05:37:01.521 INFO O| Aug 16 05:37:01.521 INFO STEP 741: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61782024-08-16T05:37:02.843Z[ host-image] Aug 16 05:37:01.521 INFO O| Aug 16 05:37:01.521 INFO O| Done
61792024-08-16T05:37:02.850Z[ recovery-image] Aug 16 05:37:01.530 INFO O| Aug 16 05:37:01.530 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/amd64/libdiagcode.so.1"
61802024-08-16T05:37:02.852Z[ recovery-image] Aug 16 05:37:01.530 INFO O| Aug 16 05:37:01.530 INFO STEP 741 (remove_files) COMPLETE
61812024-08-16T05:37:02.852Z[ recovery-image] Aug 16 05:37:01.530 INFO O| Aug 16 05:37:01.530 INFO STEP 742: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61822024-08-16T05:37:02.855Z[ host-image] Aug 16 05:37:01.535 INFO O| Aug 16 05:37:01.535 INFO O| Done
61832024-08-16T05:37:02.860Z[ recovery-image] Aug 16 05:37:01.540 INFO O| Aug 16 05:37:01.540 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/amd64/libdiskstatus.so.1"
61842024-08-16T05:37:02.862Z[ recovery-image] Aug 16 05:37:01.540 INFO O| Aug 16 05:37:01.540 INFO STEP 742 (remove_files) COMPLETE
61852024-08-16T05:37:02.862Z[ recovery-image] Aug 16 05:37:01.540 INFO O| Aug 16 05:37:01.540 INFO STEP 743: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61862024-08-16T05:37:02.869Z[ recovery-image] Aug 16 05:37:01.549 INFO O| Aug 16 05:37:01.549 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/amd64/libfmd_adm.so.1"
61872024-08-16T05:37:02.869Z[ recovery-image] Aug 16 05:37:01.549 INFO O| Aug 16 05:37:01.549 INFO STEP 743 (remove_files) COMPLETE
61882024-08-16T05:37:02.869Z[ recovery-image] Aug 16 05:37:01.549 INFO O| Aug 16 05:37:01.549 INFO STEP 744: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61892024-08-16T05:37:02.880Z[ recovery-image] Aug 16 05:37:01.560 INFO O| Aug 16 05:37:01.560 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/amd64/libfmd_agent.so.1"
61902024-08-16T05:37:02.880Z[ recovery-image] Aug 16 05:37:01.560 INFO O| Aug 16 05:37:01.560 INFO STEP 744 (remove_files) COMPLETE
61912024-08-16T05:37:02.880Z[ recovery-image] Aug 16 05:37:01.560 INFO O| Aug 16 05:37:01.560 INFO STEP 745: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61922024-08-16T05:37:02.890Z[ recovery-image] Aug 16 05:37:01.570 INFO O| Aug 16 05:37:01.570 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/amd64/libfmd_log.so.1"
61932024-08-16T05:37:02.890Z[ recovery-image] Aug 16 05:37:01.570 INFO O| Aug 16 05:37:01.570 INFO STEP 745 (remove_files) COMPLETE
61942024-08-16T05:37:02.890Z[ recovery-image] Aug 16 05:37:01.570 INFO O| Aug 16 05:37:01.570 INFO STEP 746: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61952024-08-16T05:37:02.899Z[ recovery-image] Aug 16 05:37:01.579 INFO O| Aug 16 05:37:01.579 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/amd64/libfmd_msg.so.1"
61962024-08-16T05:37:02.902Z[ recovery-image] Aug 16 05:37:01.580 INFO O| Aug 16 05:37:01.580 INFO STEP 746 (remove_files) COMPLETE
61972024-08-16T05:37:02.902Z[ recovery-image] Aug 16 05:37:01.580 INFO O| Aug 16 05:37:01.580 INFO STEP 747: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61982024-08-16T05:37:02.909Z[ recovery-image] Aug 16 05:37:01.589 INFO O| Aug 16 05:37:01.589 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/amd64/libfmd_snmp.so.1"
61992024-08-16T05:37:02.909Z[ recovery-image] Aug 16 05:37:01.589 INFO O| Aug 16 05:37:01.589 INFO STEP 747 (remove_files) COMPLETE
62002024-08-16T05:37:02.912Z[ recovery-image] Aug 16 05:37:01.589 INFO O| Aug 16 05:37:01.589 INFO STEP 748: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62012024-08-16T05:37:02.919Z[ recovery-image] Aug 16 05:37:01.599 INFO O| Aug 16 05:37:01.599 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/amd64/libfmnotify.so.1"
62022024-08-16T05:37:02.919Z[ recovery-image] Aug 16 05:37:01.599 INFO O| Aug 16 05:37:01.599 INFO STEP 748 (remove_files) COMPLETE
62032024-08-16T05:37:02.919Z[ recovery-image] Aug 16 05:37:01.599 INFO O| Aug 16 05:37:01.599 INFO STEP 749: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62042024-08-16T05:37:02.929Z[ recovery-image] Aug 16 05:37:01.609 INFO O| Aug 16 05:37:01.609 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/amd64/libseslog.so.1"
62052024-08-16T05:37:02.929Z[ recovery-image] Aug 16 05:37:01.609 INFO O| Aug 16 05:37:01.609 INFO STEP 749 (remove_files) COMPLETE
62062024-08-16T05:37:02.929Z[ recovery-image] Aug 16 05:37:01.609 INFO O| Aug 16 05:37:01.609 INFO STEP 750: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62072024-08-16T05:37:02.939Z[ recovery-image] Aug 16 05:37:01.619 INFO O| Aug 16 05:37:01.619 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/dict/AMD.dict"
62082024-08-16T05:37:02.939Z[ recovery-image] Aug 16 05:37:01.619 INFO O| Aug 16 05:37:01.619 INFO STEP 750 (remove_files) COMPLETE
62092024-08-16T05:37:02.942Z[ recovery-image] Aug 16 05:37:01.619 INFO O| Aug 16 05:37:01.619 INFO STEP 751: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62102024-08-16T05:37:02.949Z[ recovery-image] Aug 16 05:37:01.629 INFO O| Aug 16 05:37:01.629 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/dict/FMNOTIFY.dict"
62112024-08-16T05:37:02.949Z[ recovery-image] Aug 16 05:37:01.629 INFO O| Aug 16 05:37:01.629 INFO STEP 751 (remove_files) COMPLETE
62122024-08-16T05:37:02.952Z[ recovery-image] Aug 16 05:37:01.629 INFO O| Aug 16 05:37:01.629 INFO STEP 752: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62132024-08-16T05:37:02.956Z[ host-image] Aug 16 05:37:01.636 INFO O| Aug 16 05:37:01.636 INFO STEP 12 (pkg_install) COMPLETE
62142024-08-16T05:37:02.956Z[ host-image] Aug 16 05:37:01.636 INFO O| Aug 16 05:37:01.636 INFO STEP 13: pkg_install, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
62152024-08-16T05:37:02.960Z[ recovery-image] Aug 16 05:37:01.639 INFO O| Aug 16 05:37:01.639 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/dict/GMCA.dict"
62162024-08-16T05:37:02.962Z[ recovery-image] Aug 16 05:37:01.640 INFO O| Aug 16 05:37:01.640 INFO STEP 752 (remove_files) COMPLETE
62172024-08-16T05:37:02.962Z[ recovery-image] Aug 16 05:37:01.640 INFO O| Aug 16 05:37:01.640 INFO STEP 753: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62182024-08-16T05:37:02.967Z[ host-image] Aug 16 05:37:01.647 INFO O| Aug 16 05:37:01.646 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/host/work/gimlet/ramdisk", "install", "/library/libxmlsec1", "/ooce/library/postgresql-13", "/system/zones/brand/omicron1"]
62192024-08-16T05:37:02.969Z[ recovery-image] Aug 16 05:37:01.649 INFO O| Aug 16 05:37:01.649 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/dict/INTEL.dict"
62202024-08-16T05:37:02.969Z[ recovery-image] Aug 16 05:37:01.649 INFO O| Aug 16 05:37:01.649 INFO STEP 753 (remove_files) COMPLETE
62212024-08-16T05:37:02.969Z[ recovery-image] Aug 16 05:37:01.649 INFO O| Aug 16 05:37:01.649 INFO STEP 754: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62222024-08-16T05:37:02.979Z[ recovery-image] Aug 16 05:37:01.659 INFO O| Aug 16 05:37:01.658 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/fminject"
62232024-08-16T05:37:02.979Z[ recovery-image] Aug 16 05:37:01.659 INFO O| Aug 16 05:37:01.659 INFO STEP 754 (remove_files) COMPLETE
62242024-08-16T05:37:02.979Z[ recovery-image] Aug 16 05:37:01.659 INFO O| Aug 16 05:37:01.659 INFO STEP 755: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62252024-08-16T05:37:02.988Z[ recovery-image] Aug 16 05:37:01.668 INFO O| Aug 16 05:37:01.668 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/fmsim"
62262024-08-16T05:37:02.988Z[ recovery-image] Aug 16 05:37:01.668 INFO O| Aug 16 05:37:01.668 INFO STEP 755 (remove_files) COMPLETE
62272024-08-16T05:37:02.988Z[ recovery-image] Aug 16 05:37:01.668 INFO O| Aug 16 05:37:01.668 INFO STEP 756: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62282024-08-16T05:37:02.998Z[ recovery-image] Aug 16 05:37:01.678 INFO O| Aug 16 05:37:01.678 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/fmtopo"
62292024-08-16T05:37:03.001Z[ recovery-image] Aug 16 05:37:01.678 INFO O| Aug 16 05:37:01.678 INFO STEP 756 (remove_files) COMPLETE
62302024-08-16T05:37:03.001Z[ recovery-image] Aug 16 05:37:01.678 INFO O| Aug 16 05:37:01.678 INFO STEP 757: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62312024-08-16T05:37:03.007Z[ recovery-image] Aug 16 05:37:01.687 INFO O| Aug 16 05:37:01.687 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/ipmitopo"
62322024-08-16T05:37:03.007Z[ recovery-image] Aug 16 05:37:01.688 INFO O| Aug 16 05:37:01.688 INFO STEP 757 (remove_files) COMPLETE
62332024-08-16T05:37:03.010Z[ recovery-image] Aug 16 05:37:01.688 INFO O| Aug 16 05:37:01.688 INFO STEP 758: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62342024-08-16T05:37:03.017Z[ recovery-image] Aug 16 05:37:01.697 INFO O| Aug 16 05:37:01.697 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/mcdecode"
62352024-08-16T05:37:03.017Z[ recovery-image] Aug 16 05:37:01.697 INFO O| Aug 16 05:37:01.697 INFO STEP 758 (remove_files) COMPLETE
62362024-08-16T05:37:03.017Z[ recovery-image] Aug 16 05:37:01.697 INFO O| Aug 16 05:37:01.697 INFO STEP 759: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62372024-08-16T05:37:03.027Z[ recovery-image] Aug 16 05:37:01.707 INFO O| Aug 16 05:37:01.707 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/plugins/cpumem-retire.conf"
62382024-08-16T05:37:03.029Z[ recovery-image] Aug 16 05:37:01.707 INFO O| Aug 16 05:37:01.707 INFO STEP 759 (remove_files) COMPLETE
62392024-08-16T05:37:03.029Z[ recovery-image] Aug 16 05:37:01.707 INFO O| Aug 16 05:37:01.707 INFO STEP 760: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62402024-08-16T05:37:03.036Z[ recovery-image] Aug 16 05:37:01.716 INFO O| Aug 16 05:37:01.716 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/amd64/cpu.so"
62412024-08-16T05:37:03.039Z[ recovery-image] Aug 16 05:37:01.716 INFO O| Aug 16 05:37:01.716 INFO STEP 760 (remove_files) COMPLETE
62422024-08-16T05:37:03.039Z[ recovery-image] Aug 16 05:37:01.716 INFO O| Aug 16 05:37:01.716 INFO STEP 761: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62432024-08-16T05:37:03.046Z[ recovery-image] Aug 16 05:37:01.725 INFO O| Aug 16 05:37:01.725 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/amd64/dev.so"
62442024-08-16T05:37:03.046Z[ recovery-image] Aug 16 05:37:01.726 INFO O| Aug 16 05:37:01.725 INFO STEP 761 (remove_files) COMPLETE
62452024-08-16T05:37:03.046Z[ recovery-image] Aug 16 05:37:01.726 INFO O| Aug 16 05:37:01.726 INFO STEP 762: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62462024-08-16T05:37:03.055Z[ recovery-image] Aug 16 05:37:01.735 INFO O| Aug 16 05:37:01.735 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/amd64/fmd.so"
62472024-08-16T05:37:03.055Z[ recovery-image] Aug 16 05:37:01.735 INFO O| Aug 16 05:37:01.735 INFO STEP 762 (remove_files) COMPLETE
62482024-08-16T05:37:03.059Z[ recovery-image] Aug 16 05:37:01.735 INFO O| Aug 16 05:37:01.735 INFO STEP 763: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62492024-08-16T05:37:03.065Z[ recovery-image] Aug 16 05:37:01.745 INFO O| Aug 16 05:37:01.745 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/amd64/hc.so"
62502024-08-16T05:37:03.065Z[ recovery-image] Aug 16 05:37:01.745 INFO O| Aug 16 05:37:01.745 INFO STEP 763 (remove_files) COMPLETE
62512024-08-16T05:37:03.065Z[ recovery-image] Aug 16 05:37:01.745 INFO O| Aug 16 05:37:01.745 INFO STEP 764: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62522024-08-16T05:37:03.075Z[ recovery-image] Aug 16 05:37:01.755 INFO O| Aug 16 05:37:01.755 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/amd64/legacy-hc.so"
62532024-08-16T05:37:03.077Z[ recovery-image] Aug 16 05:37:01.755 INFO O| Aug 16 05:37:01.755 INFO STEP 764 (remove_files) COMPLETE
62542024-08-16T05:37:03.077Z[ recovery-image] Aug 16 05:37:01.755 INFO O| Aug 16 05:37:01.755 INFO STEP 765: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62552024-08-16T05:37:03.084Z[ recovery-image] Aug 16 05:37:01.764 INFO O| Aug 16 05:37:01.764 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/amd64/mem.so"
62562024-08-16T05:37:03.085Z[ recovery-image] Aug 16 05:37:01.764 INFO O| Aug 16 05:37:01.764 INFO STEP 765 (remove_files) COMPLETE
62572024-08-16T05:37:03.087Z[ recovery-image] Aug 16 05:37:01.764 INFO O| Aug 16 05:37:01.764 INFO STEP 766: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62582024-08-16T05:37:03.094Z[ recovery-image] Aug 16 05:37:01.774 INFO O| Aug 16 05:37:01.774 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/amd64/mod.so"
62592024-08-16T05:37:03.094Z[ recovery-image] Aug 16 05:37:01.774 INFO O| Aug 16 05:37:01.774 INFO STEP 766 (remove_files) COMPLETE
62602024-08-16T05:37:03.096Z[ recovery-image] Aug 16 05:37:01.774 INFO O| Aug 16 05:37:01.774 INFO STEP 767: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62612024-08-16T05:37:03.104Z[ recovery-image] Aug 16 05:37:01.784 INFO O| Aug 16 05:37:01.784 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/amd64/pkg.so"
62622024-08-16T05:37:03.104Z[ recovery-image] Aug 16 05:37:01.784 INFO O| Aug 16 05:37:01.784 INFO STEP 767 (remove_files) COMPLETE
62632024-08-16T05:37:03.107Z[ recovery-image] Aug 16 05:37:01.784 INFO O| Aug 16 05:37:01.784 INFO STEP 768: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62642024-08-16T05:37:03.113Z[ recovery-image] Aug 16 05:37:01.793 INFO O| Aug 16 05:37:01.793 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/amd64/svc.so"
62652024-08-16T05:37:03.116Z[ recovery-image] Aug 16 05:37:01.793 INFO O| Aug 16 05:37:01.793 INFO STEP 768 (remove_files) COMPLETE
62662024-08-16T05:37:03.116Z[ recovery-image] Aug 16 05:37:01.793 INFO O| Aug 16 05:37:01.793 INFO STEP 769: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62672024-08-16T05:37:03.123Z[ recovery-image] Aug 16 05:37:01.803 INFO O| Aug 16 05:37:01.803 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/amd64/sw.so"
62682024-08-16T05:37:03.123Z[ recovery-image] Aug 16 05:37:01.803 INFO O| Aug 16 05:37:01.803 INFO STEP 769 (remove_files) COMPLETE
62692024-08-16T05:37:03.123Z[ recovery-image] Aug 16 05:37:01.803 INFO O| Aug 16 05:37:01.803 INFO STEP 770: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62702024-08-16T05:37:03.133Z[ recovery-image] Aug 16 05:37:01.813 INFO O| Aug 16 05:37:01.813 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/amd64/zfs.so"
62712024-08-16T05:37:03.133Z[ recovery-image] Aug 16 05:37:01.813 INFO O| Aug 16 05:37:01.813 INFO STEP 770 (remove_files) COMPLETE
62722024-08-16T05:37:03.133Z[ recovery-image] Aug 16 05:37:01.813 INFO O| Aug 16 05:37:01.813 INFO STEP 771: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62732024-08-16T05:37:03.142Z[ recovery-image] Aug 16 05:37:01.822 INFO O| Aug 16 05:37:01.822 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/cpu.so"
62742024-08-16T05:37:03.142Z[ recovery-image] Aug 16 05:37:01.822 INFO O| Aug 16 05:37:01.822 INFO STEP 771 (remove_files) COMPLETE
62752024-08-16T05:37:03.142Z[ recovery-image] Aug 16 05:37:01.822 INFO O| Aug 16 05:37:01.822 INFO STEP 772: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62762024-08-16T05:37:03.152Z[ recovery-image] Aug 16 05:37:01.832 INFO O| Aug 16 05:37:01.832 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/dev.so"
62772024-08-16T05:37:03.154Z[ recovery-image] Aug 16 05:37:01.832 INFO O| Aug 16 05:37:01.832 INFO STEP 772 (remove_files) COMPLETE
62782024-08-16T05:37:03.155Z[ recovery-image] Aug 16 05:37:01.832 INFO O| Aug 16 05:37:01.832 INFO STEP 773: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62792024-08-16T05:37:03.162Z[ recovery-image] Aug 16 05:37:01.842 INFO O| Aug 16 05:37:01.842 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/fmd.so"
62802024-08-16T05:37:03.162Z[ recovery-image] Aug 16 05:37:01.842 INFO O| Aug 16 05:37:01.842 INFO STEP 773 (remove_files) COMPLETE
62812024-08-16T05:37:03.162Z[ recovery-image] Aug 16 05:37:01.842 INFO O| Aug 16 05:37:01.842 INFO STEP 774: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62822024-08-16T05:37:03.174Z[ recovery-image] Aug 16 05:37:01.854 INFO O| Aug 16 05:37:01.854 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/hc.so"
62832024-08-16T05:37:03.174Z[ recovery-image] Aug 16 05:37:01.854 INFO O| Aug 16 05:37:01.854 INFO STEP 774 (remove_files) COMPLETE
62842024-08-16T05:37:03.177Z[ recovery-image] Aug 16 05:37:01.854 INFO O| Aug 16 05:37:01.854 INFO STEP 775: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62852024-08-16T05:37:03.186Z[ recovery-image] Aug 16 05:37:01.866 INFO O| Aug 16 05:37:01.866 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/legacy-hc.so"
62862024-08-16T05:37:03.189Z[ recovery-image] Aug 16 05:37:01.866 INFO O| Aug 16 05:37:01.866 INFO STEP 775 (remove_files) COMPLETE
62872024-08-16T05:37:03.189Z[ recovery-image] Aug 16 05:37:01.866 INFO O| Aug 16 05:37:01.866 INFO STEP 776: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62882024-08-16T05:37:03.199Z[ recovery-image] Aug 16 05:37:01.879 INFO O| Aug 16 05:37:01.879 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/mem.so"
62892024-08-16T05:37:03.199Z[ recovery-image] Aug 16 05:37:01.879 INFO O| Aug 16 05:37:01.879 INFO STEP 776 (remove_files) COMPLETE
62902024-08-16T05:37:03.202Z[ recovery-image] Aug 16 05:37:01.879 INFO O| Aug 16 05:37:01.879 INFO STEP 777: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62912024-08-16T05:37:03.210Z[ recovery-image] Aug 16 05:37:01.890 INFO O| Aug 16 05:37:01.890 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/mod.so"
62922024-08-16T05:37:03.210Z[ recovery-image] Aug 16 05:37:01.890 INFO O| Aug 16 05:37:01.890 INFO STEP 777 (remove_files) COMPLETE
62932024-08-16T05:37:03.212Z[ recovery-image] Aug 16 05:37:01.890 INFO O| Aug 16 05:37:01.890 INFO STEP 778: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62942024-08-16T05:37:03.219Z[ recovery-image] Aug 16 05:37:01.899 INFO O| Aug 16 05:37:01.899 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/pkg.so"
62952024-08-16T05:37:03.219Z[ recovery-image] Aug 16 05:37:01.899 INFO O| Aug 16 05:37:01.899 INFO STEP 778 (remove_files) COMPLETE
62962024-08-16T05:37:03.222Z[ recovery-image] Aug 16 05:37:01.899 INFO O| Aug 16 05:37:01.899 INFO STEP 779: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62972024-08-16T05:37:03.229Z[ recovery-image] Aug 16 05:37:01.909 INFO O| Aug 16 05:37:01.909 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/sw.so"
62982024-08-16T05:37:03.229Z[ recovery-image] Aug 16 05:37:01.909 INFO O| Aug 16 05:37:01.909 INFO STEP 779 (remove_files) COMPLETE
62992024-08-16T05:37:03.231Z[ recovery-image] Aug 16 05:37:01.909 INFO O| Aug 16 05:37:01.909 INFO STEP 780: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63002024-08-16T05:37:03.238Z[ recovery-image] Aug 16 05:37:01.918 INFO O| Aug 16 05:37:01.918 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/libdiskstatus.so.1"
63012024-08-16T05:37:03.241Z[ recovery-image] Aug 16 05:37:01.919 INFO O| Aug 16 05:37:01.918 INFO STEP 780 (remove_files) COMPLETE
63022024-08-16T05:37:03.241Z[ recovery-image] Aug 16 05:37:01.919 INFO O| Aug 16 05:37:01.918 INFO STEP 781: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63032024-08-16T05:37:03.249Z[ recovery-image] Aug 16 05:37:01.928 INFO O| Aug 16 05:37:01.928 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/libfmd_adm.so.1"
63042024-08-16T05:37:03.249Z[ recovery-image] Aug 16 05:37:01.928 INFO O| Aug 16 05:37:01.928 INFO STEP 781 (remove_files) COMPLETE
63052024-08-16T05:37:03.252Z[ recovery-image] Aug 16 05:37:01.928 INFO O| Aug 16 05:37:01.928 INFO STEP 782: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63062024-08-16T05:37:03.258Z[ recovery-image] Aug 16 05:37:01.938 INFO O| Aug 16 05:37:01.938 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/libfmd_log.so.1"
63072024-08-16T05:37:03.258Z[ recovery-image] Aug 16 05:37:01.938 INFO O| Aug 16 05:37:01.938 INFO STEP 782 (remove_files) COMPLETE
63082024-08-16T05:37:03.260Z[ recovery-image] Aug 16 05:37:01.938 INFO O| Aug 16 05:37:01.938 INFO STEP 783: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63092024-08-16T05:37:03.268Z[ recovery-image] Aug 16 05:37:01.947 INFO O| Aug 16 05:37:01.947 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/libfmd_snmp.so.1"
63102024-08-16T05:37:03.268Z[ recovery-image] Aug 16 05:37:01.947 INFO O| Aug 16 05:37:01.947 INFO STEP 783 (remove_files) COMPLETE
63112024-08-16T05:37:03.270Z[ recovery-image] Aug 16 05:37:01.947 INFO O| Aug 16 05:37:01.947 INFO STEP 784: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63122024-08-16T05:37:03.277Z[ recovery-image] Aug 16 05:37:01.957 INFO O| Aug 16 05:37:01.957 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/libfmnotify.so.1"
63132024-08-16T05:37:03.280Z[ recovery-image] Aug 16 05:37:01.957 INFO O| Aug 16 05:37:01.957 INFO STEP 784 (remove_files) COMPLETE
63142024-08-16T05:37:03.280Z[ recovery-image] Aug 16 05:37:01.957 INFO O| Aug 16 05:37:01.957 INFO STEP 785: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63152024-08-16T05:37:03.287Z[ recovery-image] Aug 16 05:37:01.967 INFO O| Aug 16 05:37:01.967 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/libseslog.so.1"
63162024-08-16T05:37:03.290Z[ recovery-image] Aug 16 05:37:01.967 INFO O| Aug 16 05:37:01.967 INFO STEP 785 (remove_files) COMPLETE
63172024-08-16T05:37:03.290Z[ recovery-image] Aug 16 05:37:01.967 INFO O| Aug 16 05:37:01.967 INFO STEP 786: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63182024-08-16T05:37:03.297Z[ recovery-image] Aug 16 05:37:01.977 INFO O| Aug 16 05:37:01.977 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/topo/maps/xfp-hc-topology.xml"
63192024-08-16T05:37:03.299Z[ recovery-image] Aug 16 05:37:01.977 INFO O| Aug 16 05:37:01.977 INFO STEP 786 (remove_files) COMPLETE
63202024-08-16T05:37:03.299Z[ recovery-image] Aug 16 05:37:01.977 INFO O| Aug 16 05:37:01.977 INFO STEP 787: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63212024-08-16T05:37:03.306Z[ recovery-image] Aug 16 05:37:01.986 INFO O| Aug 16 05:37:01.986 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/topo/plugins/disk.so"
63222024-08-16T05:37:03.309Z[ recovery-image] Aug 16 05:37:01.986 INFO O| Aug 16 05:37:01.986 INFO STEP 787 (remove_files) COMPLETE
63232024-08-16T05:37:03.309Z[ recovery-image] Aug 16 05:37:01.987 INFO O| Aug 16 05:37:01.986 INFO STEP 788: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63242024-08-16T05:37:03.317Z[ recovery-image] Aug 16 05:37:01.996 INFO O| Aug 16 05:37:01.996 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/topo/plugins/fac_prov_ahci.so"
63252024-08-16T05:37:03.317Z[ recovery-image] Aug 16 05:37:01.996 INFO O| Aug 16 05:37:01.996 INFO STEP 788 (remove_files) COMPLETE
63262024-08-16T05:37:03.320Z[ recovery-image] Aug 16 05:37:01.996 INFO O| Aug 16 05:37:01.996 INFO STEP 789: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63272024-08-16T05:37:03.326Z[ recovery-image] Aug 16 05:37:02.006 INFO O| Aug 16 05:37:02.006 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/topo/plugins/fac_prov_ipmi.so"
63282024-08-16T05:37:03.326Z[ recovery-image] Aug 16 05:37:02.006 INFO O| Aug 16 05:37:02.006 INFO STEP 789 (remove_files) COMPLETE
63292024-08-16T05:37:03.328Z[ recovery-image] Aug 16 05:37:02.006 INFO O| Aug 16 05:37:02.006 INFO STEP 790: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63302024-08-16T05:37:03.336Z[ recovery-image] Aug 16 05:37:02.016 INFO O| Aug 16 05:37:02.016 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/topo/plugins/fac_prov_mptsas.so"
63312024-08-16T05:37:03.336Z[ recovery-image] Aug 16 05:37:02.016 INFO O| Aug 16 05:37:02.016 INFO STEP 790 (remove_files) COMPLETE
63322024-08-16T05:37:03.336Z[ recovery-image] Aug 16 05:37:02.016 INFO O| Aug 16 05:37:02.016 INFO STEP 791: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63332024-08-16T05:37:03.346Z[ recovery-image] Aug 16 05:37:02.026 INFO O| Aug 16 05:37:02.026 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/topo/plugins/ipmi.so"
63342024-08-16T05:37:03.346Z[ recovery-image] Aug 16 05:37:02.026 INFO O| Aug 16 05:37:02.026 INFO STEP 791 (remove_files) COMPLETE
63352024-08-16T05:37:03.346Z[ recovery-image] Aug 16 05:37:02.026 INFO O| Aug 16 05:37:02.026 INFO STEP 792: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63362024-08-16T05:37:03.356Z[ recovery-image] Aug 16 05:37:02.036 INFO O| Aug 16 05:37:02.036 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/topo/plugins/nic.so"
63372024-08-16T05:37:03.359Z[ recovery-image] Aug 16 05:37:02.036 INFO O| Aug 16 05:37:02.036 INFO STEP 792 (remove_files) COMPLETE
63382024-08-16T05:37:03.359Z[ recovery-image] Aug 16 05:37:02.036 INFO O| Aug 16 05:37:02.036 INFO STEP 793: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63392024-08-16T05:37:03.366Z[ recovery-image] Aug 16 05:37:02.046 INFO O| Aug 16 05:37:02.046 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/topo/plugins/ses.so"
63402024-08-16T05:37:03.368Z[ recovery-image] Aug 16 05:37:02.046 INFO O| Aug 16 05:37:02.046 INFO STEP 793 (remove_files) COMPLETE
63412024-08-16T05:37:03.369Z[ recovery-image] Aug 16 05:37:02.046 INFO O| Aug 16 05:37:02.046 INFO STEP 794: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63422024-08-16T05:37:03.376Z[ recovery-image] Aug 16 05:37:02.056 INFO O| Aug 16 05:37:02.056 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/topo/plugins/smbios.so"
63432024-08-16T05:37:03.376Z[ recovery-image] Aug 16 05:37:02.056 INFO O| Aug 16 05:37:02.056 INFO STEP 794 (remove_files) COMPLETE
63442024-08-16T05:37:03.378Z[ recovery-image] Aug 16 05:37:02.056 INFO O| Aug 16 05:37:02.056 INFO STEP 795: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63452024-08-16T05:37:03.385Z[ recovery-image] Aug 16 05:37:02.065 INFO O| Aug 16 05:37:02.065 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/topo/plugins/usb.so"
63462024-08-16T05:37:03.385Z[ recovery-image] Aug 16 05:37:02.065 INFO O| Aug 16 05:37:02.065 INFO STEP 795 (remove_files) COMPLETE
63472024-08-16T05:37:03.388Z[ recovery-image] Aug 16 05:37:02.065 INFO O| Aug 16 05:37:02.065 INFO STEP 796: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63482024-08-16T05:37:03.395Z[ recovery-image] Aug 16 05:37:02.075 INFO O| Aug 16 05:37:02.075 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/topo/plugins/xfp.so"
63492024-08-16T05:37:03.395Z[ recovery-image] Aug 16 05:37:02.075 INFO O| Aug 16 05:37:02.075 INFO STEP 796 (remove_files) COMPLETE
63502024-08-16T05:37:03.398Z[ recovery-image] Aug 16 05:37:02.075 INFO O| Aug 16 05:37:02.075 INFO STEP 797: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63512024-08-16T05:37:03.405Z[ recovery-image] Aug 16 05:37:02.085 INFO O| Aug 16 05:37:02.085 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/bootfs/mount"
63522024-08-16T05:37:03.407Z[ recovery-image] Aug 16 05:37:02.085 INFO O| Aug 16 05:37:02.085 INFO STEP 797 (remove_files) COMPLETE
63532024-08-16T05:37:03.407Z[ recovery-image] Aug 16 05:37:02.085 INFO O| Aug 16 05:37:02.085 INFO STEP 798: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63542024-08-16T05:37:03.415Z[ recovery-image] Aug 16 05:37:02.095 INFO O| Aug 16 05:37:02.094 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/hsfs/fstyp"
63552024-08-16T05:37:03.417Z[ recovery-image] Aug 16 05:37:02.095 INFO O| Aug 16 05:37:02.095 INFO STEP 798 (remove_files) COMPLETE
63562024-08-16T05:37:03.417Z[ recovery-image] Aug 16 05:37:02.095 INFO O| Aug 16 05:37:02.095 INFO STEP 799: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63572024-08-16T05:37:03.420Z[ host-image] Aug 16 05:37:02.099 INFO O| Aug 16 05:37:02.099 INFO O| Startup: Refreshing catalog 'helios-dev' ... Done
63582024-08-16T05:37:03.426Z[ recovery-image] Aug 16 05:37:02.105 INFO O| Aug 16 05:37:02.105 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/hsfs/fstyp.so.1"
63592024-08-16T05:37:03.426Z[ recovery-image] Aug 16 05:37:02.105 INFO O| Aug 16 05:37:02.105 INFO STEP 799 (remove_files) COMPLETE
63602024-08-16T05:37:03.428Z[ recovery-image] Aug 16 05:37:02.105 INFO O| Aug 16 05:37:02.105 INFO STEP 800: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63612024-08-16T05:37:03.434Z[ recovery-image] Aug 16 05:37:02.114 INFO O| Aug 16 05:37:02.114 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/hsfs/labelit"
63622024-08-16T05:37:03.434Z[ recovery-image] Aug 16 05:37:02.114 INFO O| Aug 16 05:37:02.114 INFO STEP 800 (remove_files) COMPLETE
63632024-08-16T05:37:03.437Z[ recovery-image] Aug 16 05:37:02.114 INFO O| Aug 16 05:37:02.114 INFO STEP 801: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63642024-08-16T05:37:03.444Z[ recovery-image] Aug 16 05:37:02.124 INFO O| Aug 16 05:37:02.124 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/lofs/mount"
63652024-08-16T05:37:03.444Z[ recovery-image] Aug 16 05:37:02.124 INFO O| Aug 16 05:37:02.124 INFO STEP 801 (remove_files) COMPLETE
63662024-08-16T05:37:03.444Z[ recovery-image] Aug 16 05:37:02.124 INFO O| Aug 16 05:37:02.124 INFO STEP 802: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63672024-08-16T05:37:03.455Z[ recovery-image] Aug 16 05:37:02.134 INFO O| Aug 16 05:37:02.134 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/mntfs/mount"
63682024-08-16T05:37:03.455Z[ recovery-image] Aug 16 05:37:02.135 INFO O| Aug 16 05:37:02.134 INFO STEP 802 (remove_files) COMPLETE
63692024-08-16T05:37:03.457Z[ recovery-image] Aug 16 05:37:02.135 INFO O| Aug 16 05:37:02.134 INFO STEP 803: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63702024-08-16T05:37:03.465Z[ recovery-image] Aug 16 05:37:02.144 INFO O| Aug 16 05:37:02.144 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/pcfs/fsck"
63712024-08-16T05:37:03.467Z[ recovery-image] Aug 16 05:37:02.144 INFO O| Aug 16 05:37:02.144 INFO STEP 803 (remove_files) COMPLETE
63722024-08-16T05:37:03.468Z[ recovery-image] Aug 16 05:37:02.144 INFO O| Aug 16 05:37:02.144 INFO STEP 804: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63732024-08-16T05:37:03.474Z[ recovery-image] Aug 16 05:37:02.154 INFO O| Aug 16 05:37:02.154 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/pcfs/fstyp"
63742024-08-16T05:37:03.474Z[ recovery-image] Aug 16 05:37:02.154 INFO O| Aug 16 05:37:02.154 INFO STEP 804 (remove_files) COMPLETE
63752024-08-16T05:37:03.477Z[ recovery-image] Aug 16 05:37:02.154 INFO O| Aug 16 05:37:02.154 INFO STEP 805: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63762024-08-16T05:37:03.484Z[ recovery-image] Aug 16 05:37:02.164 INFO O| Aug 16 05:37:02.164 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/pcfs/fstyp.so.1"
63772024-08-16T05:37:03.484Z[ recovery-image] Aug 16 05:37:02.164 INFO O| Aug 16 05:37:02.164 INFO STEP 805 (remove_files) COMPLETE
63782024-08-16T05:37:03.487Z[ recovery-image] Aug 16 05:37:02.164 INFO O| Aug 16 05:37:02.164 INFO STEP 806: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63792024-08-16T05:37:03.494Z[ recovery-image] Aug 16 05:37:02.174 INFO O| Aug 16 05:37:02.174 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/pcfs/mkfs"
63802024-08-16T05:37:03.494Z[ recovery-image] Aug 16 05:37:02.174 INFO O| Aug 16 05:37:02.174 INFO STEP 806 (remove_files) COMPLETE
63812024-08-16T05:37:03.497Z[ recovery-image] Aug 16 05:37:02.174 INFO O| Aug 16 05:37:02.174 INFO STEP 807: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63822024-08-16T05:37:03.504Z[ recovery-image] Aug 16 05:37:02.184 INFO O| Aug 16 05:37:02.184 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/pcfs/mount"
63832024-08-16T05:37:03.504Z[ recovery-image] Aug 16 05:37:02.184 INFO O| Aug 16 05:37:02.184 INFO STEP 807 (remove_files) COMPLETE
63842024-08-16T05:37:03.504Z[ recovery-image] Aug 16 05:37:02.184 INFO O| Aug 16 05:37:02.184 INFO STEP 808: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63852024-08-16T05:37:03.514Z[ recovery-image] Aug 16 05:37:02.194 INFO O| Aug 16 05:37:02.194 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/sharefs/mount"
63862024-08-16T05:37:03.514Z[ recovery-image] Aug 16 05:37:02.194 INFO O| Aug 16 05:37:02.194 INFO STEP 808 (remove_files) COMPLETE
63872024-08-16T05:37:03.514Z[ recovery-image] Aug 16 05:37:02.194 INFO O| Aug 16 05:37:02.194 INFO STEP 809: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63882024-08-16T05:37:03.525Z[ recovery-image] Aug 16 05:37:02.205 INFO O| Aug 16 05:37:02.204 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/smb/amd64/libshare_smb.so.1"
63892024-08-16T05:37:03.527Z[ recovery-image] Aug 16 05:37:02.205 INFO O| Aug 16 05:37:02.205 INFO STEP 809 (remove_files) COMPLETE
63902024-08-16T05:37:03.527Z[ recovery-image] Aug 16 05:37:02.205 INFO O| Aug 16 05:37:02.205 INFO STEP 810: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63912024-08-16T05:37:03.535Z[ recovery-image] Aug 16 05:37:02.215 INFO O| Aug 16 05:37:02.215 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/smb/libshare_smb.so.1"
63922024-08-16T05:37:03.538Z[ recovery-image] Aug 16 05:37:02.215 INFO O| Aug 16 05:37:02.215 INFO STEP 810 (remove_files) COMPLETE
63932024-08-16T05:37:03.538Z[ recovery-image] Aug 16 05:37:02.215 INFO O| Aug 16 05:37:02.215 INFO STEP 811: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63942024-08-16T05:37:03.546Z[ recovery-image] Aug 16 05:37:02.226 INFO O| Aug 16 05:37:02.225 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/smbfs/amd64/libshare_smbfs.so.1"
63952024-08-16T05:37:03.548Z[ recovery-image] Aug 16 05:37:02.226 INFO O| Aug 16 05:37:02.226 INFO STEP 811 (remove_files) COMPLETE
63962024-08-16T05:37:03.548Z[ recovery-image] Aug 16 05:37:02.226 INFO O| Aug 16 05:37:02.226 INFO STEP 812: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63972024-08-16T05:37:03.556Z[ recovery-image] Aug 16 05:37:02.235 INFO O| Aug 16 05:37:02.235 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/smbfs/dfshares"
63982024-08-16T05:37:03.556Z[ recovery-image] Aug 16 05:37:02.236 INFO O| Aug 16 05:37:02.236 INFO STEP 812 (remove_files) COMPLETE
63992024-08-16T05:37:03.558Z[ recovery-image] Aug 16 05:37:02.236 INFO O| Aug 16 05:37:02.236 INFO STEP 813: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64002024-08-16T05:37:03.566Z[ recovery-image] Aug 16 05:37:02.245 INFO O| Aug 16 05:37:02.245 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/smbfs/libshare_smbfs.so.1"
64012024-08-16T05:37:03.569Z[ recovery-image] Aug 16 05:37:02.245 INFO O| Aug 16 05:37:02.245 INFO STEP 813 (remove_files) COMPLETE
64022024-08-16T05:37:03.569Z[ recovery-image] Aug 16 05:37:02.245 INFO O| Aug 16 05:37:02.245 INFO STEP 814: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64032024-08-16T05:37:03.575Z[ recovery-image] Aug 16 05:37:02.255 INFO O| Aug 16 05:37:02.255 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/smbfs/mount"
64042024-08-16T05:37:03.578Z[ recovery-image] Aug 16 05:37:02.255 INFO O| Aug 16 05:37:02.255 INFO STEP 814 (remove_files) COMPLETE
64052024-08-16T05:37:03.578Z[ recovery-image] Aug 16 05:37:02.255 INFO O| Aug 16 05:37:02.255 INFO STEP 815: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64062024-08-16T05:37:03.585Z[ recovery-image] Aug 16 05:37:02.265 INFO O| Aug 16 05:37:02.265 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/smbfs/share"
64072024-08-16T05:37:03.585Z[ recovery-image] Aug 16 05:37:02.265 INFO O| Aug 16 05:37:02.265 INFO STEP 815 (remove_files) COMPLETE
64082024-08-16T05:37:03.588Z[ recovery-image] Aug 16 05:37:02.265 INFO O| Aug 16 05:37:02.265 INFO STEP 816: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64092024-08-16T05:37:03.595Z[ recovery-image] Aug 16 05:37:02.275 INFO O| Aug 16 05:37:02.275 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/smbfs/umount"
64102024-08-16T05:37:03.598Z[ recovery-image] Aug 16 05:37:02.275 INFO O| Aug 16 05:37:02.275 INFO STEP 816 (remove_files) COMPLETE
64112024-08-16T05:37:03.598Z[ recovery-image] Aug 16 05:37:02.275 INFO O| Aug 16 05:37:02.275 INFO STEP 817: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64122024-08-16T05:37:03.605Z[ recovery-image] Aug 16 05:37:02.285 INFO O| Aug 16 05:37:02.285 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/smbfs/unshare"
64132024-08-16T05:37:03.605Z[ recovery-image] Aug 16 05:37:02.285 INFO O| Aug 16 05:37:02.285 INFO STEP 817 (remove_files) COMPLETE
64142024-08-16T05:37:03.608Z[ recovery-image] Aug 16 05:37:02.285 INFO O| Aug 16 05:37:02.285 INFO STEP 818: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64152024-08-16T05:37:03.615Z[ recovery-image] Aug 16 05:37:02.295 INFO O| Aug 16 05:37:02.294 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/clri"
64162024-08-16T05:37:03.617Z[ recovery-image] Aug 16 05:37:02.295 INFO O| Aug 16 05:37:02.295 INFO STEP 818 (remove_files) COMPLETE
64172024-08-16T05:37:03.617Z[ recovery-image] Aug 16 05:37:02.295 INFO O| Aug 16 05:37:02.295 INFO STEP 819: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64182024-08-16T05:37:03.625Z[ recovery-image] Aug 16 05:37:02.304 INFO O| Aug 16 05:37:02.304 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/dcopy"
64192024-08-16T05:37:03.625Z[ recovery-image] Aug 16 05:37:02.304 INFO O| Aug 16 05:37:02.304 INFO STEP 819 (remove_files) COMPLETE
64202024-08-16T05:37:03.627Z[ recovery-image] Aug 16 05:37:02.304 INFO O| Aug 16 05:37:02.304 INFO STEP 820: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64212024-08-16T05:37:03.634Z[ recovery-image] Aug 16 05:37:02.314 INFO O| Aug 16 05:37:02.314 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/df"
64222024-08-16T05:37:03.634Z[ recovery-image] Aug 16 05:37:02.314 INFO O| Aug 16 05:37:02.314 INFO STEP 820 (remove_files) COMPLETE
64232024-08-16T05:37:03.637Z[ recovery-image] Aug 16 05:37:02.314 INFO O| Aug 16 05:37:02.314 INFO STEP 821: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64242024-08-16T05:37:03.644Z[ recovery-image] Aug 16 05:37:02.324 INFO O| Aug 16 05:37:02.324 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/edquota"
64252024-08-16T05:37:03.644Z[ recovery-image] Aug 16 05:37:02.324 INFO O| Aug 16 05:37:02.324 INFO STEP 821 (remove_files) COMPLETE
64262024-08-16T05:37:03.647Z[ recovery-image] Aug 16 05:37:02.324 INFO O| Aug 16 05:37:02.324 INFO STEP 822: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64272024-08-16T05:37:03.654Z[ recovery-image] Aug 16 05:37:02.334 INFO O| Aug 16 05:37:02.334 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/ff"
64282024-08-16T05:37:03.654Z[ recovery-image] Aug 16 05:37:02.334 INFO O| Aug 16 05:37:02.334 INFO STEP 822 (remove_files) COMPLETE
64292024-08-16T05:37:03.655Z[ recovery-image] Aug 16 05:37:02.334 INFO O| Aug 16 05:37:02.334 INFO STEP 823: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64302024-08-16T05:37:03.665Z[ recovery-image] Aug 16 05:37:02.344 INFO O| Aug 16 05:37:02.344 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/fsck"
64312024-08-16T05:37:03.668Z[ recovery-image] Aug 16 05:37:02.344 INFO O| Aug 16 05:37:02.344 INFO STEP 823 (remove_files) COMPLETE
64322024-08-16T05:37:03.668Z[ recovery-image] Aug 16 05:37:02.345 INFO O| Aug 16 05:37:02.344 INFO STEP 824: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64332024-08-16T05:37:03.677Z[ recovery-image] Aug 16 05:37:02.356 INFO O| Aug 16 05:37:02.356 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/fsckall"
64342024-08-16T05:37:03.677Z[ recovery-image] Aug 16 05:37:02.356 INFO O| Aug 16 05:37:02.356 INFO STEP 824 (remove_files) COMPLETE
64352024-08-16T05:37:03.677Z[ recovery-image] Aug 16 05:37:02.356 INFO O| Aug 16 05:37:02.356 INFO STEP 825: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64362024-08-16T05:37:03.689Z[ recovery-image] Aug 16 05:37:02.368 INFO O| Aug 16 05:37:02.368 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/fsdb"
64372024-08-16T05:37:03.689Z[ recovery-image] Aug 16 05:37:02.368 INFO O| Aug 16 05:37:02.368 INFO STEP 825 (remove_files) COMPLETE
64382024-08-16T05:37:03.691Z[ recovery-image] Aug 16 05:37:02.368 INFO O| Aug 16 05:37:02.368 INFO STEP 826: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64392024-08-16T05:37:03.700Z[ recovery-image] Aug 16 05:37:02.379 INFO O| Aug 16 05:37:02.379 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/fsirand"
64402024-08-16T05:37:03.700Z[ recovery-image] Aug 16 05:37:02.380 INFO O| Aug 16 05:37:02.379 INFO STEP 826 (remove_files) COMPLETE
64412024-08-16T05:37:03.703Z[ recovery-image] Aug 16 05:37:02.380 INFO O| Aug 16 05:37:02.380 INFO STEP 827: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64422024-08-16T05:37:03.710Z[ recovery-image] Aug 16 05:37:02.390 INFO O| Aug 16 05:37:02.390 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/fssnap"
64432024-08-16T05:37:03.710Z[ recovery-image] Aug 16 05:37:02.390 INFO O| Aug 16 05:37:02.390 INFO STEP 827 (remove_files) COMPLETE
64442024-08-16T05:37:03.713Z[ recovery-image] Aug 16 05:37:02.390 INFO O| Aug 16 05:37:02.390 INFO STEP 828: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64452024-08-16T05:37:03.721Z[ recovery-image] Aug 16 05:37:02.400 INFO O| Aug 16 05:37:02.400 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/fstyp"
64462024-08-16T05:37:03.721Z[ recovery-image] Aug 16 05:37:02.400 INFO O| Aug 16 05:37:02.400 INFO STEP 828 (remove_files) COMPLETE
64472024-08-16T05:37:03.721Z[ recovery-image] Aug 16 05:37:02.400 INFO O| Aug 16 05:37:02.400 INFO STEP 829: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64482024-08-16T05:37:03.731Z[ recovery-image] Aug 16 05:37:02.410 INFO O| Aug 16 05:37:02.410 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/fstyp.so.1"
64492024-08-16T05:37:03.733Z[ recovery-image] Aug 16 05:37:02.410 INFO O| Aug 16 05:37:02.410 INFO STEP 829 (remove_files) COMPLETE
64502024-08-16T05:37:03.734Z[ recovery-image] Aug 16 05:37:02.410 INFO O| Aug 16 05:37:02.410 INFO STEP 830: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64512024-08-16T05:37:03.742Z[ recovery-image] Aug 16 05:37:02.421 INFO O| Aug 16 05:37:02.421 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/labelit"
64522024-08-16T05:37:03.744Z[ recovery-image] Aug 16 05:37:02.421 INFO O| Aug 16 05:37:02.421 INFO STEP 830 (remove_files) COMPLETE
64532024-08-16T05:37:03.744Z[ recovery-image] Aug 16 05:37:02.421 INFO O| Aug 16 05:37:02.421 INFO STEP 831: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64542024-08-16T05:37:03.751Z[ recovery-image] Aug 16 05:37:02.431 INFO O| Aug 16 05:37:02.431 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/lockfs"
64552024-08-16T05:37:03.752Z[ recovery-image] Aug 16 05:37:02.431 INFO O| Aug 16 05:37:02.431 INFO STEP 831 (remove_files) COMPLETE
64562024-08-16T05:37:03.752Z[ recovery-image] Aug 16 05:37:02.431 INFO O| Aug 16 05:37:02.431 INFO STEP 832: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64572024-08-16T05:37:03.763Z[ recovery-image] Aug 16 05:37:02.442 INFO O| Aug 16 05:37:02.442 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/mkfs"
64582024-08-16T05:37:03.765Z[ recovery-image] Aug 16 05:37:02.443 INFO O| Aug 16 05:37:02.442 INFO STEP 832 (remove_files) COMPLETE
64592024-08-16T05:37:03.765Z[ recovery-image] Aug 16 05:37:02.443 INFO O| Aug 16 05:37:02.443 INFO STEP 833: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64602024-08-16T05:37:03.774Z[ recovery-image] Aug 16 05:37:02.454 INFO O| Aug 16 05:37:02.454 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/ncheck"
64612024-08-16T05:37:03.774Z[ recovery-image] Aug 16 05:37:02.454 INFO O| Aug 16 05:37:02.454 INFO STEP 833 (remove_files) COMPLETE
64622024-08-16T05:37:03.776Z[ recovery-image] Aug 16 05:37:02.454 INFO O| Aug 16 05:37:02.454 INFO STEP 834: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64632024-08-16T05:37:03.785Z[ recovery-image] Aug 16 05:37:02.464 INFO O| Aug 16 05:37:02.464 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/newfs"
64642024-08-16T05:37:03.787Z[ recovery-image] Aug 16 05:37:02.465 INFO O| Aug 16 05:37:02.465 INFO STEP 834 (remove_files) COMPLETE
64652024-08-16T05:37:03.787Z[ recovery-image] Aug 16 05:37:02.465 INFO O| Aug 16 05:37:02.465 INFO STEP 835: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64662024-08-16T05:37:03.795Z[ recovery-image] Aug 16 05:37:02.475 INFO O| Aug 16 05:37:02.475 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/quot"
64672024-08-16T05:37:03.795Z[ recovery-image] Aug 16 05:37:02.475 INFO O| Aug 16 05:37:02.475 INFO STEP 835 (remove_files) COMPLETE
64682024-08-16T05:37:03.798Z[ recovery-image] Aug 16 05:37:02.475 INFO O| Aug 16 05:37:02.475 INFO STEP 836: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64692024-08-16T05:37:03.806Z[ recovery-image] Aug 16 05:37:02.486 INFO O| Aug 16 05:37:02.486 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/quotacheck"
64702024-08-16T05:37:03.806Z[ recovery-image] Aug 16 05:37:02.486 INFO O| Aug 16 05:37:02.486 INFO STEP 836 (remove_files) COMPLETE
64712024-08-16T05:37:03.806Z[ recovery-image] Aug 16 05:37:02.486 INFO O| Aug 16 05:37:02.486 INFO STEP 837: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64722024-08-16T05:37:03.819Z[ recovery-image] Aug 16 05:37:02.498 INFO O| Aug 16 05:37:02.498 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/quotaoff"
64732024-08-16T05:37:03.819Z[ recovery-image] Aug 16 05:37:02.498 INFO O| Aug 16 05:37:02.498 INFO STEP 837 (remove_files) COMPLETE
64742024-08-16T05:37:03.819Z[ recovery-image] Aug 16 05:37:02.498 INFO O| Aug 16 05:37:02.498 INFO STEP 838: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64752024-08-16T05:37:03.830Z[ recovery-image] Aug 16 05:37:02.509 INFO O| Aug 16 05:37:02.509 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/quotaon"
64762024-08-16T05:37:03.830Z[ recovery-image] Aug 16 05:37:02.510 INFO O| Aug 16 05:37:02.509 INFO STEP 838 (remove_files) COMPLETE
64772024-08-16T05:37:03.833Z[ recovery-image] Aug 16 05:37:02.510 INFO O| Aug 16 05:37:02.510 INFO STEP 839: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64782024-08-16T05:37:03.841Z[ recovery-image] Aug 16 05:37:02.520 INFO O| Aug 16 05:37:02.520 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/repquota"
64792024-08-16T05:37:03.844Z[ recovery-image] Aug 16 05:37:02.521 INFO O| Aug 16 05:37:02.521 INFO STEP 839 (remove_files) COMPLETE
64802024-08-16T05:37:03.844Z[ recovery-image] Aug 16 05:37:02.521 INFO O| Aug 16 05:37:02.521 INFO STEP 840: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64812024-08-16T05:37:03.852Z[ recovery-image] Aug 16 05:37:02.531 INFO O| Aug 16 05:37:02.531 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/tunefs"
64822024-08-16T05:37:03.852Z[ recovery-image] Aug 16 05:37:02.531 INFO O| Aug 16 05:37:02.531 INFO STEP 840 (remove_files) COMPLETE
64832024-08-16T05:37:03.852Z[ recovery-image] Aug 16 05:37:02.531 INFO O| Aug 16 05:37:02.531 INFO STEP 841: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64842024-08-16T05:37:03.863Z[ recovery-image] Aug 16 05:37:02.542 INFO O| Aug 16 05:37:02.542 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/ufsdump"
64852024-08-16T05:37:03.863Z[ recovery-image] Aug 16 05:37:02.542 INFO O| Aug 16 05:37:02.542 INFO STEP 841 (remove_files) COMPLETE
64862024-08-16T05:37:03.865Z[ recovery-image] Aug 16 05:37:02.542 INFO O| Aug 16 05:37:02.542 INFO STEP 842: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64872024-08-16T05:37:03.873Z[ recovery-image] Aug 16 05:37:02.552 INFO O| Aug 16 05:37:02.552 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/ufsrestore"
64882024-08-16T05:37:03.875Z[ recovery-image] Aug 16 05:37:02.553 INFO O| Aug 16 05:37:02.553 INFO STEP 842 (remove_files) COMPLETE
64892024-08-16T05:37:03.875Z[ recovery-image] Aug 16 05:37:02.553 INFO O| Aug 16 05:37:02.553 INFO STEP 843: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64902024-08-16T05:37:03.883Z[ recovery-image] Aug 16 05:37:02.563 INFO O| Aug 16 05:37:02.563 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/volcopy"
64912024-08-16T05:37:03.887Z[ recovery-image] Aug 16 05:37:02.563 INFO O| Aug 16 05:37:02.563 INFO STEP 843 (remove_files) COMPLETE
64922024-08-16T05:37:03.887Z[ recovery-image] Aug 16 05:37:02.563 INFO O| Aug 16 05:37:02.563 INFO STEP 844: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64932024-08-16T05:37:03.893Z[ recovery-image] Aug 16 05:37:02.573 INFO O| Aug 16 05:37:02.573 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/gss/dh1024-0.so.1"
64942024-08-16T05:37:03.903Z[ recovery-image] Aug 16 05:37:02.573 INFO O| Aug 16 05:37:02.573 INFO STEP 844 (remove_files) COMPLETE
64952024-08-16T05:37:03.903Z[ recovery-image] Aug 16 05:37:02.573 INFO O| Aug 16 05:37:02.573 INFO STEP 845: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64962024-08-16T05:37:03.907Z[ recovery-image] Aug 16 05:37:02.584 INFO O| Aug 16 05:37:02.584 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/gss/dh640-0.so.1"
64972024-08-16T05:37:03.907Z[ recovery-image] Aug 16 05:37:02.584 INFO O| Aug 16 05:37:02.584 INFO STEP 845 (remove_files) COMPLETE
64982024-08-16T05:37:03.907Z[ recovery-image] Aug 16 05:37:02.584 INFO O| Aug 16 05:37:02.584 INFO STEP 846: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64992024-08-16T05:37:03.915Z[ recovery-image] Aug 16 05:37:02.595 INFO O| Aug 16 05:37:02.594 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/gss/gsscred_clean"
65002024-08-16T05:37:03.915Z[ recovery-image] Aug 16 05:37:02.595 INFO O| Aug 16 05:37:02.595 INFO STEP 846 (remove_files) COMPLETE
65012024-08-16T05:37:03.915Z[ recovery-image] Aug 16 05:37:02.595 INFO O| Aug 16 05:37:02.595 INFO STEP 847: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65022024-08-16T05:37:03.925Z[ recovery-image] Aug 16 05:37:02.605 INFO O| Aug 16 05:37:02.604 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/gss/gssd"
65032024-08-16T05:37:03.927Z[ recovery-image] Aug 16 05:37:02.605 INFO O| Aug 16 05:37:02.605 INFO STEP 847 (remove_files) COMPLETE
65042024-08-16T05:37:03.927Z[ recovery-image] Aug 16 05:37:02.605 INFO O| Aug 16 05:37:02.605 INFO STEP 848: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65052024-08-16T05:37:03.935Z[ recovery-image] Aug 16 05:37:02.614 INFO O| Aug 16 05:37:02.614 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/gss/mech_dh.so.1"
65062024-08-16T05:37:03.935Z[ recovery-image] Aug 16 05:37:02.614 INFO O| Aug 16 05:37:02.614 INFO STEP 848 (remove_files) COMPLETE
65072024-08-16T05:37:03.935Z[ recovery-image] Aug 16 05:37:02.615 INFO O| Aug 16 05:37:02.614 INFO STEP 849: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65082024-08-16T05:37:03.945Z[ recovery-image] Aug 16 05:37:02.624 INFO O| Aug 16 05:37:02.624 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/gss/mech_krb5.so.1"
65092024-08-16T05:37:03.947Z[ recovery-image] Aug 16 05:37:02.624 INFO O| Aug 16 05:37:02.624 INFO STEP 849 (remove_files) COMPLETE
65102024-08-16T05:37:03.947Z[ recovery-image] Aug 16 05:37:02.624 INFO O| Aug 16 05:37:02.624 INFO STEP 850: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65112024-08-16T05:37:03.954Z[ recovery-image] Aug 16 05:37:02.634 INFO O| Aug 16 05:37:02.634 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/gss/mech_spnego.so.1"
65122024-08-16T05:37:03.954Z[ recovery-image] Aug 16 05:37:02.634 INFO O| Aug 16 05:37:02.634 INFO STEP 850 (remove_files) COMPLETE
65132024-08-16T05:37:03.957Z[ recovery-image] Aug 16 05:37:02.634 INFO O| Aug 16 05:37:02.634 INFO STEP 851: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65142024-08-16T05:37:03.964Z[ recovery-image] Aug 16 05:37:02.643 INFO O| Aug 16 05:37:02.643 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/inet/amd64/in.iked"
65152024-08-16T05:37:03.966Z[ recovery-image] Aug 16 05:37:02.644 INFO O| Aug 16 05:37:02.644 INFO STEP 851 (remove_files) COMPLETE
65162024-08-16T05:37:03.966Z[ recovery-image] Aug 16 05:37:02.644 INFO O| Aug 16 05:37:02.644 INFO STEP 852: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65172024-08-16T05:37:03.974Z[ recovery-image] Aug 16 05:37:02.653 INFO O| Aug 16 05:37:02.653 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/inet/certdb"
65182024-08-16T05:37:03.976Z[ recovery-image] Aug 16 05:37:02.653 INFO O| Aug 16 05:37:02.653 INFO STEP 852 (remove_files) COMPLETE
65192024-08-16T05:37:03.976Z[ recovery-image] Aug 16 05:37:02.653 INFO O| Aug 16 05:37:02.653 INFO STEP 853: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65202024-08-16T05:37:03.983Z[ recovery-image] Aug 16 05:37:02.663 INFO O| Aug 16 05:37:02.663 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/inet/certlocal"
65212024-08-16T05:37:03.986Z[ recovery-image] Aug 16 05:37:02.663 INFO O| Aug 16 05:37:02.663 INFO STEP 853 (remove_files) COMPLETE
65222024-08-16T05:37:03.986Z[ recovery-image] Aug 16 05:37:02.663 INFO O| Aug 16 05:37:02.663 INFO STEP 854: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65232024-08-16T05:37:03.993Z[ recovery-image] Aug 16 05:37:02.672 INFO O| Aug 16 05:37:02.672 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/inet/certrldb"
65242024-08-16T05:37:03.993Z[ recovery-image] Aug 16 05:37:02.672 INFO O| Aug 16 05:37:02.672 INFO STEP 854 (remove_files) COMPLETE
65252024-08-16T05:37:03.995Z[ recovery-image] Aug 16 05:37:02.672 INFO O| Aug 16 05:37:02.672 INFO STEP 855: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65262024-08-16T05:37:04.002Z[ recovery-image] Aug 16 05:37:02.682 INFO O| Aug 16 05:37:02.682 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/inet/in.iked"
65272024-08-16T05:37:04.002Z[ recovery-image] Aug 16 05:37:02.682 INFO O| Aug 16 05:37:02.682 INFO STEP 855 (remove_files) COMPLETE
65282024-08-16T05:37:04.002Z[ recovery-image] Aug 16 05:37:02.682 INFO O| Aug 16 05:37:02.682 INFO STEP 856: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65292024-08-16T05:37:04.012Z[ recovery-image] Aug 16 05:37:02.691 INFO O| Aug 16 05:37:02.691 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/inet/in.ripngd"
65302024-08-16T05:37:04.012Z[ recovery-image] Aug 16 05:37:02.691 INFO O| Aug 16 05:37:02.691 INFO STEP 856 (remove_files) COMPLETE
65312024-08-16T05:37:04.014Z[ recovery-image] Aug 16 05:37:02.691 INFO O| Aug 16 05:37:02.691 INFO STEP 857: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65322024-08-16T05:37:04.021Z[ recovery-image] Aug 16 05:37:02.701 INFO O| Aug 16 05:37:02.701 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/inet/inetd"
65332024-08-16T05:37:04.021Z[ recovery-image] Aug 16 05:37:02.701 INFO O| Aug 16 05:37:02.701 INFO STEP 857 (remove_files) COMPLETE
65342024-08-16T05:37:04.024Z[ recovery-image] Aug 16 05:37:02.701 INFO O| Aug 16 05:37:02.701 INFO STEP 858: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65352024-08-16T05:37:04.031Z[ recovery-image] Aug 16 05:37:02.711 INFO O| Aug 16 05:37:02.711 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/krb5/amd64/libkadm5clnt.so.1"
65362024-08-16T05:37:04.034Z[ recovery-image] Aug 16 05:37:02.711 INFO O| Aug 16 05:37:02.711 INFO STEP 858 (remove_files) COMPLETE
65372024-08-16T05:37:04.034Z[ recovery-image] Aug 16 05:37:02.711 INFO O| Aug 16 05:37:02.711 INFO STEP 859: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65382024-08-16T05:37:04.044Z[ recovery-image] Aug 16 05:37:02.723 INFO O| Aug 16 05:37:02.723 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/krb5/ktkt_warnd"
65392024-08-16T05:37:04.044Z[ recovery-image] Aug 16 05:37:02.723 INFO O| Aug 16 05:37:02.723 INFO STEP 859 (remove_files) COMPLETE
65402024-08-16T05:37:04.044Z[ recovery-image] Aug 16 05:37:02.723 INFO O| Aug 16 05:37:02.723 INFO STEP 860: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65412024-08-16T05:37:04.055Z[ recovery-image] Aug 16 05:37:02.735 INFO O| Aug 16 05:37:02.735 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/krb5/libkadm5clnt.so.1"
65422024-08-16T05:37:04.055Z[ recovery-image] Aug 16 05:37:02.735 INFO O| Aug 16 05:37:02.735 INFO STEP 860 (remove_files) COMPLETE
65432024-08-16T05:37:04.055Z[ recovery-image] Aug 16 05:37:02.735 INFO O| Aug 16 05:37:02.735 INFO STEP 861: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65442024-08-16T05:37:04.067Z[ recovery-image] Aug 16 05:37:02.746 INFO O| Aug 16 05:37:02.746 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/krb5/libss.so.1"
65452024-08-16T05:37:04.067Z[ recovery-image] Aug 16 05:37:02.746 INFO O| Aug 16 05:37:02.746 INFO STEP 861 (remove_files) COMPLETE
65462024-08-16T05:37:04.067Z[ recovery-image] Aug 16 05:37:02.746 INFO O| Aug 16 05:37:02.746 INFO STEP 862: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65472024-08-16T05:37:04.078Z[ recovery-image] Aug 16 05:37:02.758 INFO O| Aug 16 05:37:02.758 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/krb5/plugins/preauth/pkinit.so.1"
65482024-08-16T05:37:04.081Z[ recovery-image] Aug 16 05:37:02.758 INFO O| Aug 16 05:37:02.758 INFO STEP 862 (remove_files) COMPLETE
65492024-08-16T05:37:04.081Z[ recovery-image] Aug 16 05:37:02.758 INFO O| Aug 16 05:37:02.758 INFO STEP 863: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65502024-08-16T05:37:04.089Z[ recovery-image] Aug 16 05:37:02.769 INFO O| Aug 16 05:37:02.769 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/ld/map.above4G"
65512024-08-16T05:37:04.092Z[ recovery-image] Aug 16 05:37:02.769 INFO O| Aug 16 05:37:02.769 INFO STEP 863 (remove_files) COMPLETE
65522024-08-16T05:37:04.092Z[ recovery-image] Aug 16 05:37:02.769 INFO O| Aug 16 05:37:02.769 INFO STEP 864: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65532024-08-16T05:37:04.100Z[ recovery-image] Aug 16 05:37:02.780 INFO O| Aug 16 05:37:02.779 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/ld/map.below4G"
65542024-08-16T05:37:04.103Z[ recovery-image] Aug 16 05:37:02.780 INFO O| Aug 16 05:37:02.780 INFO STEP 864 (remove_files) COMPLETE
65552024-08-16T05:37:04.103Z[ recovery-image] Aug 16 05:37:02.780 INFO O| Aug 16 05:37:02.780 INFO STEP 865: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65562024-08-16T05:37:04.110Z[ recovery-image] Aug 16 05:37:02.790 INFO O| Aug 16 05:37:02.790 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/ld/map.bssalign"
65572024-08-16T05:37:04.113Z[ recovery-image] Aug 16 05:37:02.790 INFO O| Aug 16 05:37:02.790 INFO STEP 865 (remove_files) COMPLETE
65582024-08-16T05:37:04.113Z[ recovery-image] Aug 16 05:37:02.790 INFO O| Aug 16 05:37:02.790 INFO STEP 866: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65592024-08-16T05:37:04.120Z[ recovery-image] Aug 16 05:37:02.799 INFO O| Aug 16 05:37:02.799 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/ld/map.default"
65602024-08-16T05:37:04.123Z[ recovery-image] Aug 16 05:37:02.800 INFO O| Aug 16 05:37:02.800 INFO STEP 866 (remove_files) COMPLETE
65612024-08-16T05:37:04.123Z[ recovery-image] Aug 16 05:37:02.800 INFO O| Aug 16 05:37:02.800 INFO STEP 867: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65622024-08-16T05:37:04.130Z[ recovery-image] Aug 16 05:37:02.810 INFO O| Aug 16 05:37:02.810 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/ld/map.execdata"
65632024-08-16T05:37:04.130Z[ recovery-image] Aug 16 05:37:02.810 INFO O| Aug 16 05:37:02.810 INFO STEP 867 (remove_files) COMPLETE
65642024-08-16T05:37:04.133Z[ recovery-image] Aug 16 05:37:02.810 INFO O| Aug 16 05:37:02.810 INFO STEP 868: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65652024-08-16T05:37:04.140Z[ recovery-image] Aug 16 05:37:02.820 INFO O| Aug 16 05:37:02.820 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/ld/map.filter"
65662024-08-16T05:37:04.140Z[ recovery-image] Aug 16 05:37:02.820 INFO O| Aug 16 05:37:02.820 INFO STEP 868 (remove_files) COMPLETE
65672024-08-16T05:37:04.143Z[ recovery-image] Aug 16 05:37:02.820 INFO O| Aug 16 05:37:02.820 INFO STEP 869: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65682024-08-16T05:37:04.150Z[ recovery-image] Aug 16 05:37:02.830 INFO O| Aug 16 05:37:02.829 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/ld/map.noexbss"
65692024-08-16T05:37:04.150Z[ recovery-image] Aug 16 05:37:02.830 INFO O| Aug 16 05:37:02.830 INFO STEP 869 (remove_files) COMPLETE
65702024-08-16T05:37:04.150Z[ recovery-image] Aug 16 05:37:02.830 INFO O| Aug 16 05:37:02.830 INFO STEP 870: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65712024-08-16T05:37:04.160Z[ recovery-image] Aug 16 05:37:02.840 INFO O| Aug 16 05:37:02.840 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/ld/map.noexdata"
65722024-08-16T05:37:04.160Z[ recovery-image] Aug 16 05:37:02.840 INFO O| Aug 16 05:37:02.840 INFO STEP 870 (remove_files) COMPLETE
65732024-08-16T05:37:04.160Z[ recovery-image] Aug 16 05:37:02.840 INFO O| Aug 16 05:37:02.840 INFO STEP 871: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65742024-08-16T05:37:04.170Z[ recovery-image] Aug 16 05:37:02.850 INFO O| Aug 16 05:37:02.849 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/ld/map.noexstk"
65752024-08-16T05:37:04.170Z[ recovery-image] Aug 16 05:37:02.850 INFO O| Aug 16 05:37:02.850 INFO STEP 871 (remove_files) COMPLETE
65762024-08-16T05:37:04.170Z[ recovery-image] Aug 16 05:37:02.850 INFO O| Aug 16 05:37:02.850 INFO STEP 872: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65772024-08-16T05:37:04.180Z[ recovery-image] Aug 16 05:37:02.859 INFO O| Aug 16 05:37:02.859 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/ld/map.pagealign"
65782024-08-16T05:37:04.180Z[ recovery-image] Aug 16 05:37:02.860 INFO O| Aug 16 05:37:02.860 INFO STEP 872 (remove_files) COMPLETE
65792024-08-16T05:37:04.180Z[ recovery-image] Aug 16 05:37:02.860 INFO O| Aug 16 05:37:02.860 INFO STEP 873: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65802024-08-16T05:37:04.190Z[ recovery-image] Aug 16 05:37:02.869 INFO O| Aug 16 05:37:02.869 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/libc/libc_hwcap1.so.1"
65812024-08-16T05:37:04.192Z[ recovery-image] Aug 16 05:37:02.870 INFO O| Aug 16 05:37:02.870 INFO STEP 873 (remove_files) COMPLETE
65822024-08-16T05:37:04.192Z[ recovery-image] Aug 16 05:37:02.870 INFO O| Aug 16 05:37:02.870 INFO STEP 874: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65832024-08-16T05:37:04.200Z[ recovery-image] Aug 16 05:37:02.880 INFO O| Aug 16 05:37:02.879 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/libc/libc_hwcap3.so.1"
65842024-08-16T05:37:04.200Z[ recovery-image] Aug 16 05:37:02.880 INFO O| Aug 16 05:37:02.880 INFO STEP 874 (remove_files) COMPLETE
65852024-08-16T05:37:04.203Z[ recovery-image] Aug 16 05:37:02.880 INFO O| Aug 16 05:37:02.880 INFO STEP 875: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65862024-08-16T05:37:04.210Z[ recovery-image] Aug 16 05:37:02.889 INFO O| Aug 16 05:37:02.889 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/link_audit/amd64/ldprof.so.1"
65872024-08-16T05:37:04.212Z[ recovery-image] Aug 16 05:37:02.890 INFO O| Aug 16 05:37:02.890 INFO STEP 875 (remove_files) COMPLETE
65882024-08-16T05:37:04.212Z[ recovery-image] Aug 16 05:37:02.890 INFO O| Aug 16 05:37:02.890 INFO STEP 876: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65892024-08-16T05:37:04.221Z[ recovery-image] Aug 16 05:37:02.899 INFO O| Aug 16 05:37:02.899 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/link_audit/amd64/truss.so.1"
65902024-08-16T05:37:04.221Z[ recovery-image] Aug 16 05:37:02.899 INFO O| Aug 16 05:37:02.899 INFO STEP 876 (remove_files) COMPLETE
65912024-08-16T05:37:04.224Z[ recovery-image] Aug 16 05:37:02.900 INFO O| Aug 16 05:37:02.899 INFO STEP 877: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65922024-08-16T05:37:04.231Z[ recovery-image] Aug 16 05:37:02.909 INFO O| Aug 16 05:37:02.909 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/link_audit/amd64/who.so.1"
65932024-08-16T05:37:04.231Z[ recovery-image] Aug 16 05:37:02.909 INFO O| Aug 16 05:37:02.909 INFO STEP 877 (remove_files) COMPLETE
65942024-08-16T05:37:04.234Z[ recovery-image] Aug 16 05:37:02.909 INFO O| Aug 16 05:37:02.909 INFO STEP 878: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65952024-08-16T05:37:04.240Z[ recovery-image] Aug 16 05:37:02.919 INFO O| Aug 16 05:37:02.919 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/link_audit/ldprof.so.1"
65962024-08-16T05:37:04.240Z[ recovery-image] Aug 16 05:37:02.919 INFO O| Aug 16 05:37:02.919 INFO STEP 878 (remove_files) COMPLETE
65972024-08-16T05:37:04.240Z[ recovery-image] Aug 16 05:37:02.919 INFO O| Aug 16 05:37:02.919 INFO STEP 879: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65982024-08-16T05:37:04.249Z[ recovery-image] Aug 16 05:37:02.928 INFO O| Aug 16 05:37:02.928 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/link_audit/truss.so.1"
65992024-08-16T05:37:04.249Z[ recovery-image] Aug 16 05:37:02.928 INFO O| Aug 16 05:37:02.928 INFO STEP 879 (remove_files) COMPLETE
66002024-08-16T05:37:04.249Z[ recovery-image] Aug 16 05:37:02.928 INFO O| Aug 16 05:37:02.928 INFO STEP 880: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66012024-08-16T05:37:04.259Z[ recovery-image] Aug 16 05:37:02.938 INFO O| Aug 16 05:37:02.938 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/link_audit/who.so.1"
66022024-08-16T05:37:04.261Z[ recovery-image] Aug 16 05:37:02.938 INFO O| Aug 16 05:37:02.938 INFO STEP 880 (remove_files) COMPLETE
66032024-08-16T05:37:04.261Z[ recovery-image] Aug 16 05:37:02.938 INFO O| Aug 16 05:37:02.938 INFO STEP 881: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66042024-08-16T05:37:04.269Z[ recovery-image] Aug 16 05:37:02.948 INFO O| Aug 16 05:37:02.948 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/pci/pcidb"
66052024-08-16T05:37:04.271Z[ recovery-image] Aug 16 05:37:02.948 INFO O| Aug 16 05:37:02.948 INFO STEP 881 (remove_files) COMPLETE
66062024-08-16T05:37:04.271Z[ recovery-image] Aug 16 05:37:02.948 INFO O| Aug 16 05:37:02.948 INFO STEP 882: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66072024-08-16T05:37:04.279Z[ recovery-image] Aug 16 05:37:02.958 INFO O| Aug 16 05:37:02.958 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/pci/pcidr_plugin.so"
66082024-08-16T05:37:04.281Z[ recovery-image] Aug 16 05:37:02.958 INFO O| Aug 16 05:37:02.958 INFO STEP 882 (remove_files) COMPLETE
66092024-08-16T05:37:04.281Z[ recovery-image] Aug 16 05:37:02.958 INFO O| Aug 16 05:37:02.958 INFO STEP 883: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66102024-08-16T05:37:04.289Z[ recovery-image] Aug 16 05:37:02.968 INFO O| Aug 16 05:37:02.968 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/pci/pcieb"
66112024-08-16T05:37:04.289Z[ recovery-image] Aug 16 05:37:02.968 INFO O| Aug 16 05:37:02.968 INFO STEP 883 (remove_files) COMPLETE
66122024-08-16T05:37:04.298Z[ recovery-image] Aug 16 05:37:02.968 INFO O| Aug 16 05:37:02.968 INFO STEP 884: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66132024-08-16T05:37:04.298Z[ recovery-image] Aug 16 05:37:02.978 INFO O| Aug 16 05:37:02.978 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/raidcfg/amd64/mpt.so.1"
66142024-08-16T05:37:04.302Z[ recovery-image] Aug 16 05:37:02.978 INFO O| Aug 16 05:37:02.978 INFO STEP 884 (remove_files) COMPLETE
66152024-08-16T05:37:04.302Z[ recovery-image] Aug 16 05:37:02.978 INFO O| Aug 16 05:37:02.978 INFO STEP 885: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66162024-08-16T05:37:04.309Z[ recovery-image] Aug 16 05:37:02.988 INFO O| Aug 16 05:37:02.988 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/raidcfg/mpt.so.1"
66172024-08-16T05:37:04.309Z[ recovery-image] Aug 16 05:37:02.988 INFO O| Aug 16 05:37:02.988 INFO STEP 885 (remove_files) COMPLETE
66182024-08-16T05:37:04.311Z[ recovery-image] Aug 16 05:37:02.988 INFO O| Aug 16 05:37:02.988 INFO STEP 886: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66192024-08-16T05:37:04.323Z[ recovery-image] Aug 16 05:37:03.001 INFO O| Aug 16 05:37:03.000 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/reparse/libreparse_smb.so.1"
66202024-08-16T05:37:04.325Z[ recovery-image] Aug 16 05:37:03.001 INFO O| Aug 16 05:37:03.001 INFO STEP 886 (remove_files) COMPLETE
66212024-08-16T05:37:04.325Z[ recovery-image] Aug 16 05:37:03.001 INFO O| Aug 16 05:37:03.001 INFO STEP 887: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66222024-08-16T05:37:04.334Z[ recovery-image] Aug 16 05:37:03.013 INFO O| Aug 16 05:37:03.013 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/reparse/reparsed"
66232024-08-16T05:37:04.337Z[ recovery-image] Aug 16 05:37:03.015 INFO O| Aug 16 05:37:03.015 INFO STEP 887 (remove_files) COMPLETE
66242024-08-16T05:37:04.337Z[ recovery-image] Aug 16 05:37:03.015 INFO O| Aug 16 05:37:03.015 INFO STEP 888: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66252024-08-16T05:37:04.349Z[ recovery-image] Aug 16 05:37:03.027 INFO O| Aug 16 05:37:03.027 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/saf/listen"
66262024-08-16T05:37:04.351Z[ recovery-image] Aug 16 05:37:03.027 INFO O| Aug 16 05:37:03.027 INFO STEP 888 (remove_files) COMPLETE
66272024-08-16T05:37:04.351Z[ recovery-image] Aug 16 05:37:03.027 INFO O| Aug 16 05:37:03.027 INFO STEP 889: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66282024-08-16T05:37:04.359Z[ recovery-image] Aug 16 05:37:03.038 INFO O| Aug 16 05:37:03.038 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/saf/nlps_server"
66292024-08-16T05:37:04.361Z[ recovery-image] Aug 16 05:37:03.040 INFO O| Aug 16 05:37:03.040 INFO STEP 889 (remove_files) COMPLETE
66302024-08-16T05:37:04.361Z[ recovery-image] Aug 16 05:37:03.040 INFO O| Aug 16 05:37:03.040 INFO STEP 890: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66312024-08-16T05:37:04.372Z[ recovery-image] Aug 16 05:37:03.051 INFO O| Aug 16 05:37:03.051 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/sasl/amd64/crammd5.so.1"
66322024-08-16T05:37:04.372Z[ recovery-image] Aug 16 05:37:03.051 INFO O| Aug 16 05:37:03.051 INFO STEP 890 (remove_files) COMPLETE
66332024-08-16T05:37:04.375Z[ recovery-image] Aug 16 05:37:03.051 INFO O| Aug 16 05:37:03.051 INFO STEP 891: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66342024-08-16T05:37:04.384Z[ recovery-image] Aug 16 05:37:03.063 INFO O| Aug 16 05:37:03.063 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/sasl/amd64/digestmd5.so.1"
66352024-08-16T05:37:04.384Z[ recovery-image] Aug 16 05:37:03.063 INFO O| Aug 16 05:37:03.063 INFO STEP 891 (remove_files) COMPLETE
66362024-08-16T05:37:04.387Z[ recovery-image] Aug 16 05:37:03.063 INFO O| Aug 16 05:37:03.063 INFO STEP 892: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66372024-08-16T05:37:04.395Z[ recovery-image] Aug 16 05:37:03.075 INFO O| Aug 16 05:37:03.074 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/sasl/amd64/gssapi.so.1"
66382024-08-16T05:37:04.398Z[ recovery-image] Aug 16 05:37:03.075 INFO O| Aug 16 05:37:03.075 INFO STEP 892 (remove_files) COMPLETE
66392024-08-16T05:37:04.398Z[ recovery-image] Aug 16 05:37:03.075 INFO O| Aug 16 05:37:03.075 INFO STEP 893: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66402024-08-16T05:37:04.406Z[ recovery-image] Aug 16 05:37:03.085 INFO O| Aug 16 05:37:03.085 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/sasl/amd64/login.so.1"
66412024-08-16T05:37:04.406Z[ recovery-image] Aug 16 05:37:03.085 INFO O| Aug 16 05:37:03.085 INFO STEP 893 (remove_files) COMPLETE
66422024-08-16T05:37:04.406Z[ recovery-image] Aug 16 05:37:03.085 INFO O| Aug 16 05:37:03.085 INFO STEP 894: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66432024-08-16T05:37:04.416Z[ recovery-image] Aug 16 05:37:03.095 INFO O| Aug 16 05:37:03.095 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/sasl/amd64/plain.so.1"
66442024-08-16T05:37:04.419Z[ recovery-image] Aug 16 05:37:03.095 INFO O| Aug 16 05:37:03.095 INFO STEP 894 (remove_files) COMPLETE
66452024-08-16T05:37:04.419Z[ recovery-image] Aug 16 05:37:03.095 INFO O| Aug 16 05:37:03.095 INFO STEP 895: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66462024-08-16T05:37:04.426Z[ recovery-image] Aug 16 05:37:03.105 INFO O| Aug 16 05:37:03.105 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/sasl/crammd5.so.1"
66472024-08-16T05:37:04.428Z[ recovery-image] Aug 16 05:37:03.105 INFO O| Aug 16 05:37:03.105 INFO STEP 895 (remove_files) COMPLETE
66482024-08-16T05:37:04.428Z[ recovery-image] Aug 16 05:37:03.105 INFO O| Aug 16 05:37:03.105 INFO STEP 896: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66492024-08-16T05:37:04.437Z[ recovery-image] Aug 16 05:37:03.117 INFO O| Aug 16 05:37:03.117 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/sasl/digestmd5.so.1"
66502024-08-16T05:37:04.440Z[ recovery-image] Aug 16 05:37:03.117 INFO O| Aug 16 05:37:03.117 INFO STEP 896 (remove_files) COMPLETE
66512024-08-16T05:37:04.440Z[ recovery-image] Aug 16 05:37:03.117 INFO O| Aug 16 05:37:03.117 INFO STEP 897: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66522024-08-16T05:37:04.447Z[ recovery-image] Aug 16 05:37:03.126 INFO O| Aug 16 05:37:03.126 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/sasl/gssapi.so.1"
66532024-08-16T05:37:04.447Z[ recovery-image] Aug 16 05:37:03.127 INFO O| Aug 16 05:37:03.126 INFO STEP 897 (remove_files) COMPLETE
66542024-08-16T05:37:04.450Z[ recovery-image] Aug 16 05:37:03.127 INFO O| Aug 16 05:37:03.126 INFO STEP 898: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66552024-08-16T05:37:04.457Z[ recovery-image] Aug 16 05:37:03.136 INFO O| Aug 16 05:37:03.136 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/sasl/login.so.1"
66562024-08-16T05:37:04.459Z[ recovery-image] Aug 16 05:37:03.136 INFO O| Aug 16 05:37:03.136 INFO STEP 898 (remove_files) COMPLETE
66572024-08-16T05:37:04.459Z[ recovery-image] Aug 16 05:37:03.136 INFO O| Aug 16 05:37:03.136 INFO STEP 899: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66582024-08-16T05:37:04.467Z[ recovery-image] Aug 16 05:37:03.146 INFO O| Aug 16 05:37:03.146 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/sasl/plain.so.1"
66592024-08-16T05:37:04.467Z[ recovery-image] Aug 16 05:37:03.146 INFO O| Aug 16 05:37:03.146 INFO STEP 899 (remove_files) COMPLETE
66602024-08-16T05:37:04.469Z[ recovery-image] Aug 16 05:37:03.146 INFO O| Aug 16 05:37:03.146 INFO STEP 900: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66612024-08-16T05:37:04.476Z[ recovery-image] Aug 16 05:37:03.155 INFO O| Aug 16 05:37:03.155 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/crypt_bsdbf.so.1"
66622024-08-16T05:37:04.479Z[ recovery-image] Aug 16 05:37:03.156 INFO O| Aug 16 05:37:03.156 INFO STEP 900 (remove_files) COMPLETE
66632024-08-16T05:37:04.479Z[ recovery-image] Aug 16 05:37:03.156 INFO O| Aug 16 05:37:03.156 INFO STEP 901: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66642024-08-16T05:37:04.486Z[ recovery-image] Aug 16 05:37:03.165 INFO O| Aug 16 05:37:03.165 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/crypt_bsdmd5.so.1"
66652024-08-16T05:37:04.486Z[ recovery-image] Aug 16 05:37:03.165 INFO O| Aug 16 05:37:03.165 INFO STEP 901 (remove_files) COMPLETE
66662024-08-16T05:37:04.489Z[ recovery-image] Aug 16 05:37:03.165 INFO O| Aug 16 05:37:03.165 INFO STEP 902: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66672024-08-16T05:37:04.496Z[ recovery-image] Aug 16 05:37:03.175 INFO O| Aug 16 05:37:03.175 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/crypt_sha256.so.1"
66682024-08-16T05:37:04.496Z[ recovery-image] Aug 16 05:37:03.175 INFO O| Aug 16 05:37:03.175 INFO STEP 902 (remove_files) COMPLETE
66692024-08-16T05:37:04.498Z[ recovery-image] Aug 16 05:37:03.175 INFO O| Aug 16 05:37:03.175 INFO STEP 903: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66702024-08-16T05:37:04.506Z[ recovery-image] Aug 16 05:37:03.185 INFO O| Aug 16 05:37:03.185 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/crypt_sha512.so.1"
66712024-08-16T05:37:04.506Z[ recovery-image] Aug 16 05:37:03.185 INFO O| Aug 16 05:37:03.185 INFO STEP 903 (remove_files) COMPLETE
66722024-08-16T05:37:04.509Z[ recovery-image] Aug 16 05:37:03.185 INFO O| Aug 16 05:37:03.185 INFO STEP 904: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66732024-08-16T05:37:04.516Z[ recovery-image] Aug 16 05:37:03.195 INFO O| Aug 16 05:37:03.195 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/crypt_sunmd5.so.1"
66742024-08-16T05:37:04.516Z[ recovery-image] Aug 16 05:37:03.195 INFO O| Aug 16 05:37:03.195 INFO STEP 904 (remove_files) COMPLETE
66752024-08-16T05:37:04.519Z[ recovery-image] Aug 16 05:37:03.195 INFO O| Aug 16 05:37:03.195 INFO STEP 905: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66762024-08-16T05:37:04.526Z[ recovery-image] Aug 16 05:37:03.205 INFO O| Aug 16 05:37:03.205 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_allow.so.1"
66772024-08-16T05:37:04.529Z[ recovery-image] Aug 16 05:37:03.205 INFO O| Aug 16 05:37:03.205 INFO STEP 905 (remove_files) COMPLETE
66782024-08-16T05:37:04.529Z[ recovery-image] Aug 16 05:37:03.206 INFO O| Aug 16 05:37:03.205 INFO STEP 906: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66792024-08-16T05:37:04.537Z[ recovery-image] Aug 16 05:37:03.215 INFO O| Aug 16 05:37:03.215 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_authtok_check.so.1"
66802024-08-16T05:37:04.539Z[ recovery-image] Aug 16 05:37:03.215 INFO O| Aug 16 05:37:03.215 INFO STEP 906 (remove_files) COMPLETE
66812024-08-16T05:37:04.539Z[ recovery-image] Aug 16 05:37:03.215 INFO O| Aug 16 05:37:03.215 INFO STEP 907: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66822024-08-16T05:37:04.545Z[ recovery-image] Aug 16 05:37:03.225 INFO O| Aug 16 05:37:03.225 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_authtok_get.so.1"
66832024-08-16T05:37:04.545Z[ recovery-image] Aug 16 05:37:03.225 INFO O| Aug 16 05:37:03.225 INFO STEP 907 (remove_files) COMPLETE
66842024-08-16T05:37:04.548Z[ recovery-image] Aug 16 05:37:03.225 INFO O| Aug 16 05:37:03.225 INFO STEP 908: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66852024-08-16T05:37:04.555Z[ recovery-image] Aug 16 05:37:03.234 INFO O| Aug 16 05:37:03.234 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_authtok_store.so.1"
66862024-08-16T05:37:04.555Z[ recovery-image] Aug 16 05:37:03.234 INFO O| Aug 16 05:37:03.234 INFO STEP 908 (remove_files) COMPLETE
66872024-08-16T05:37:04.557Z[ recovery-image] Aug 16 05:37:03.234 INFO O| Aug 16 05:37:03.234 INFO STEP 909: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66882024-08-16T05:37:04.564Z[ recovery-image] Aug 16 05:37:03.244 INFO O| Aug 16 05:37:03.244 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_deny.so.1"
66892024-08-16T05:37:04.564Z[ recovery-image] Aug 16 05:37:03.244 INFO O| Aug 16 05:37:03.244 INFO STEP 909 (remove_files) COMPLETE
66902024-08-16T05:37:04.567Z[ recovery-image] Aug 16 05:37:03.244 INFO O| Aug 16 05:37:03.244 INFO STEP 910: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66912024-08-16T05:37:04.574Z[ recovery-image] Aug 16 05:37:03.253 INFO O| Aug 16 05:37:03.253 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_dhkeys.so.1"
66922024-08-16T05:37:04.577Z[ recovery-image] Aug 16 05:37:03.253 INFO O| Aug 16 05:37:03.253 INFO STEP 910 (remove_files) COMPLETE
66932024-08-16T05:37:04.577Z[ recovery-image] Aug 16 05:37:03.253 INFO O| Aug 16 05:37:03.253 INFO STEP 911: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66942024-08-16T05:37:04.584Z[ recovery-image] Aug 16 05:37:03.264 INFO O| Aug 16 05:37:03.263 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_dial_auth.so.1"
66952024-08-16T05:37:04.584Z[ recovery-image] Aug 16 05:37:03.264 INFO O| Aug 16 05:37:03.264 INFO STEP 911 (remove_files) COMPLETE
66962024-08-16T05:37:04.585Z[ recovery-image] Aug 16 05:37:03.264 INFO O| Aug 16 05:37:03.264 INFO STEP 912: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66972024-08-16T05:37:04.595Z[ recovery-image] Aug 16 05:37:03.274 INFO O| Aug 16 05:37:03.274 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_krb5.so.1"
66982024-08-16T05:37:04.595Z[ recovery-image] Aug 16 05:37:03.274 INFO O| Aug 16 05:37:03.274 INFO STEP 912 (remove_files) COMPLETE
66992024-08-16T05:37:04.595Z[ recovery-image] Aug 16 05:37:03.274 INFO O| Aug 16 05:37:03.274 INFO STEP 913: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67002024-08-16T05:37:04.605Z[ recovery-image] Aug 16 05:37:03.284 INFO O| Aug 16 05:37:03.284 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_krb5_migrate.so.1"
67012024-08-16T05:37:04.607Z[ recovery-image] Aug 16 05:37:03.284 INFO O| Aug 16 05:37:03.284 INFO STEP 913 (remove_files) COMPLETE
67022024-08-16T05:37:04.607Z[ recovery-image] Aug 16 05:37:03.284 INFO O| Aug 16 05:37:03.284 INFO STEP 914: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67032024-08-16T05:37:04.615Z[ recovery-image] Aug 16 05:37:03.294 INFO O| Aug 16 05:37:03.294 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_ldap.so.1"
67042024-08-16T05:37:04.618Z[ recovery-image] Aug 16 05:37:03.294 INFO O| Aug 16 05:37:03.294 INFO STEP 914 (remove_files) COMPLETE
67052024-08-16T05:37:04.618Z[ recovery-image] Aug 16 05:37:03.294 INFO O| Aug 16 05:37:03.294 INFO STEP 915: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67062024-08-16T05:37:04.625Z[ recovery-image] Aug 16 05:37:03.304 INFO O| Aug 16 05:37:03.304 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_list.so.1"
67072024-08-16T05:37:04.627Z[ recovery-image] Aug 16 05:37:03.304 INFO O| Aug 16 05:37:03.304 INFO STEP 915 (remove_files) COMPLETE
67082024-08-16T05:37:04.627Z[ recovery-image] Aug 16 05:37:03.304 INFO O| Aug 16 05:37:03.304 INFO STEP 916: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67092024-08-16T05:37:04.634Z[ recovery-image] Aug 16 05:37:03.314 INFO O| Aug 16 05:37:03.314 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_passwd_auth.so.1"
67102024-08-16T05:37:04.637Z[ recovery-image] Aug 16 05:37:03.314 INFO O| Aug 16 05:37:03.314 INFO STEP 916 (remove_files) COMPLETE
67112024-08-16T05:37:04.637Z[ recovery-image] Aug 16 05:37:03.314 INFO O| Aug 16 05:37:03.314 INFO STEP 917: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67122024-08-16T05:37:04.644Z[ recovery-image] Aug 16 05:37:03.323 INFO O| Aug 16 05:37:03.323 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_rhosts_auth.so.1"
67132024-08-16T05:37:04.644Z[ recovery-image] Aug 16 05:37:03.324 INFO O| Aug 16 05:37:03.323 INFO STEP 917 (remove_files) COMPLETE
67142024-08-16T05:37:04.647Z[ recovery-image] Aug 16 05:37:03.324 INFO O| Aug 16 05:37:03.323 INFO STEP 918: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67152024-08-16T05:37:04.656Z[ recovery-image] Aug 16 05:37:03.333 INFO O| Aug 16 05:37:03.333 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_roles.so.1"
67162024-08-16T05:37:04.656Z[ recovery-image] Aug 16 05:37:03.333 INFO O| Aug 16 05:37:03.333 INFO STEP 918 (remove_files) COMPLETE
67172024-08-16T05:37:04.656Z[ recovery-image] Aug 16 05:37:03.333 INFO O| Aug 16 05:37:03.333 INFO STEP 919: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67182024-08-16T05:37:04.664Z[ recovery-image] Aug 16 05:37:03.343 INFO O| Aug 16 05:37:03.343 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_sample.so.1"
67192024-08-16T05:37:04.666Z[ recovery-image] Aug 16 05:37:03.343 INFO O| Aug 16 05:37:03.343 INFO STEP 919 (remove_files) COMPLETE
67202024-08-16T05:37:04.666Z[ recovery-image] Aug 16 05:37:03.343 INFO O| Aug 16 05:37:03.343 INFO STEP 920: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67212024-08-16T05:37:04.673Z[ recovery-image] Aug 16 05:37:03.352 INFO O| Aug 16 05:37:03.352 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_smb_passwd.so.1"
67222024-08-16T05:37:04.676Z[ recovery-image] Aug 16 05:37:03.353 INFO O| Aug 16 05:37:03.353 INFO STEP 920 (remove_files) COMPLETE
67232024-08-16T05:37:04.676Z[ recovery-image] Aug 16 05:37:03.353 INFO O| Aug 16 05:37:03.353 INFO STEP 921: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67242024-08-16T05:37:04.685Z[ recovery-image] Aug 16 05:37:03.363 INFO O| Aug 16 05:37:03.362 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_smbfs_login.so.1"
67252024-08-16T05:37:04.685Z[ recovery-image] Aug 16 05:37:03.363 INFO O| Aug 16 05:37:03.363 INFO STEP 921 (remove_files) COMPLETE
67262024-08-16T05:37:04.687Z[ recovery-image] Aug 16 05:37:03.363 INFO O| Aug 16 05:37:03.363 INFO STEP 922: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67272024-08-16T05:37:04.696Z[ recovery-image] Aug 16 05:37:03.375 INFO O| Aug 16 05:37:03.375 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_timestamp.so.1"
67282024-08-16T05:37:04.699Z[ recovery-image] Aug 16 05:37:03.376 INFO O| Aug 16 05:37:03.376 INFO STEP 922 (remove_files) COMPLETE
67292024-08-16T05:37:04.699Z[ recovery-image] Aug 16 05:37:03.376 INFO O| Aug 16 05:37:03.376 INFO STEP 923: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67302024-08-16T05:37:04.710Z[ recovery-image] Aug 16 05:37:03.389 INFO O| Aug 16 05:37:03.389 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_tsol_account.so.1"
67312024-08-16T05:37:04.712Z[ recovery-image] Aug 16 05:37:03.389 INFO O| Aug 16 05:37:03.389 INFO STEP 923 (remove_files) COMPLETE
67322024-08-16T05:37:04.712Z[ recovery-image] Aug 16 05:37:03.389 INFO O| Aug 16 05:37:03.389 INFO STEP 924: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67332024-08-16T05:37:04.722Z[ recovery-image] Aug 16 05:37:03.401 INFO O| Aug 16 05:37:03.401 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_unix_account.so.1"
67342024-08-16T05:37:04.722Z[ recovery-image] Aug 16 05:37:03.401 INFO O| Aug 16 05:37:03.401 INFO STEP 924 (remove_files) COMPLETE
67352024-08-16T05:37:04.722Z[ recovery-image] Aug 16 05:37:03.401 INFO O| Aug 16 05:37:03.401 INFO STEP 925: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67362024-08-16T05:37:04.733Z[ recovery-image] Aug 16 05:37:03.412 INFO O| Aug 16 05:37:03.412 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_unix_auth.so.1"
67372024-08-16T05:37:04.736Z[ recovery-image] Aug 16 05:37:03.412 INFO O| Aug 16 05:37:03.412 INFO STEP 925 (remove_files) COMPLETE
67382024-08-16T05:37:04.736Z[ recovery-image] Aug 16 05:37:03.412 INFO O| Aug 16 05:37:03.412 INFO STEP 926: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67392024-08-16T05:37:04.745Z[ recovery-image] Aug 16 05:37:03.424 INFO O| Aug 16 05:37:03.424 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_unix_cred.so.1"
67402024-08-16T05:37:04.746Z[ recovery-image] Aug 16 05:37:03.425 INFO O| Aug 16 05:37:03.425 INFO STEP 926 (remove_files) COMPLETE
67412024-08-16T05:37:04.746Z[ recovery-image] Aug 16 05:37:03.425 INFO O| Aug 16 05:37:03.425 INFO STEP 927: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67422024-08-16T05:37:04.758Z[ recovery-image] Aug 16 05:37:03.437 INFO O| Aug 16 05:37:03.437 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_unix_session.so.1"
67432024-08-16T05:37:04.758Z[ recovery-image] Aug 16 05:37:03.437 INFO O| Aug 16 05:37:03.437 INFO STEP 927 (remove_files) COMPLETE
67442024-08-16T05:37:04.761Z[ recovery-image] Aug 16 05:37:03.437 INFO O| Aug 16 05:37:03.437 INFO STEP 928: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67452024-08-16T05:37:04.773Z[ recovery-image] Aug 16 05:37:03.452 INFO O| Aug 16 05:37:03.452 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pkcs11_kernel.so.1"
67462024-08-16T05:37:04.775Z[ recovery-image] Aug 16 05:37:03.452 INFO O| Aug 16 05:37:03.452 INFO STEP 928 (remove_files) COMPLETE
67472024-08-16T05:37:04.775Z[ recovery-image] Aug 16 05:37:03.452 INFO O| Aug 16 05:37:03.452 INFO STEP 929: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67482024-08-16T05:37:04.789Z[ recovery-image] Aug 16 05:37:03.468 INFO O| Aug 16 05:37:03.468 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pkcs11_softtoken.so.1"
67492024-08-16T05:37:04.789Z[ recovery-image] Aug 16 05:37:03.468 INFO O| Aug 16 05:37:03.468 INFO STEP 929 (remove_files) COMPLETE
67502024-08-16T05:37:04.792Z[ recovery-image] Aug 16 05:37:03.469 INFO O| Aug 16 05:37:03.468 INFO STEP 930: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67512024-08-16T05:37:04.805Z[ recovery-image] Aug 16 05:37:03.484 INFO O| Aug 16 05:37:03.484 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pkcs11_tpm.so.1"
67522024-08-16T05:37:04.805Z[ recovery-image] Aug 16 05:37:03.484 INFO O| Aug 16 05:37:03.484 INFO STEP 930 (remove_files) COMPLETE
67532024-08-16T05:37:04.807Z[ recovery-image] Aug 16 05:37:03.484 INFO O| Aug 16 05:37:03.484 INFO STEP 931: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67542024-08-16T05:37:04.817Z[ recovery-image] Aug 16 05:37:03.496 INFO O| Aug 16 05:37:03.496 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/audit_binfile.so.1"
67552024-08-16T05:37:04.820Z[ recovery-image] Aug 16 05:37:03.496 INFO O| Aug 16 05:37:03.496 INFO STEP 931 (remove_files) COMPLETE
67562024-08-16T05:37:04.820Z[ recovery-image] Aug 16 05:37:03.496 INFO O| Aug 16 05:37:03.496 INFO STEP 932: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67572024-08-16T05:37:04.830Z[ recovery-image] Aug 16 05:37:03.509 INFO O| Aug 16 05:37:03.509 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/audit_remote.so.1"
67582024-08-16T05:37:04.830Z[ recovery-image] Aug 16 05:37:03.509 INFO O| Aug 16 05:37:03.509 INFO STEP 932 (remove_files) COMPLETE
67592024-08-16T05:37:04.833Z[ recovery-image] Aug 16 05:37:03.509 INFO O| Aug 16 05:37:03.509 INFO STEP 933: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67602024-08-16T05:37:04.843Z[ recovery-image] Aug 16 05:37:03.522 INFO O| Aug 16 05:37:03.522 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/audit_syslog.so.1"
67612024-08-16T05:37:04.845Z[ recovery-image] Aug 16 05:37:03.522 INFO O| Aug 16 05:37:03.522 INFO STEP 933 (remove_files) COMPLETE
67622024-08-16T05:37:04.845Z[ recovery-image] Aug 16 05:37:03.522 INFO O| Aug 16 05:37:03.522 INFO STEP 934: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67632024-08-16T05:37:04.853Z[ recovery-image] Aug 16 05:37:03.532 INFO O| Aug 16 05:37:03.532 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/crypt_bsdbf.so.1"
67642024-08-16T05:37:04.856Z[ recovery-image] Aug 16 05:37:03.533 INFO O| Aug 16 05:37:03.532 INFO STEP 934 (remove_files) COMPLETE
67652024-08-16T05:37:04.856Z[ recovery-image] Aug 16 05:37:03.533 INFO O| Aug 16 05:37:03.532 INFO STEP 935: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67662024-08-16T05:37:04.864Z[ recovery-image] Aug 16 05:37:03.543 INFO O| Aug 16 05:37:03.543 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/crypt_bsdmd5.so.1"
67672024-08-16T05:37:04.864Z[ recovery-image] Aug 16 05:37:03.543 INFO O| Aug 16 05:37:03.543 INFO STEP 935 (remove_files) COMPLETE
67682024-08-16T05:37:04.866Z[ recovery-image] Aug 16 05:37:03.543 INFO O| Aug 16 05:37:03.543 INFO STEP 936: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67692024-08-16T05:37:04.874Z[ recovery-image] Aug 16 05:37:03.553 INFO O| Aug 16 05:37:03.553 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/crypt_sha256.so.1"
67702024-08-16T05:37:04.874Z[ recovery-image] Aug 16 05:37:03.553 INFO O| Aug 16 05:37:03.553 INFO STEP 936 (remove_files) COMPLETE
67712024-08-16T05:37:04.876Z[ recovery-image] Aug 16 05:37:03.553 INFO O| Aug 16 05:37:03.553 INFO STEP 937: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67722024-08-16T05:37:04.884Z[ recovery-image] Aug 16 05:37:03.563 INFO O| Aug 16 05:37:03.563 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/crypt_sha512.so.1"
67732024-08-16T05:37:04.884Z[ recovery-image] Aug 16 05:37:03.563 INFO O| Aug 16 05:37:03.563 INFO STEP 937 (remove_files) COMPLETE
67742024-08-16T05:37:04.886Z[ recovery-image] Aug 16 05:37:03.563 INFO O| Aug 16 05:37:03.563 INFO STEP 938: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67752024-08-16T05:37:04.894Z[ recovery-image] Aug 16 05:37:03.573 INFO O| Aug 16 05:37:03.573 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/crypt_sunmd5.so.1"
67762024-08-16T05:37:04.894Z[ recovery-image] Aug 16 05:37:03.573 INFO O| Aug 16 05:37:03.573 INFO STEP 938 (remove_files) COMPLETE
67772024-08-16T05:37:04.897Z[ recovery-image] Aug 16 05:37:03.573 INFO O| Aug 16 05:37:03.573 INFO STEP 939: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67782024-08-16T05:37:04.904Z[ recovery-image] Aug 16 05:37:03.583 INFO O| Aug 16 05:37:03.583 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pam_allow.so.1"
67792024-08-16T05:37:04.907Z[ recovery-image] Aug 16 05:37:03.583 INFO O| Aug 16 05:37:03.583 INFO STEP 939 (remove_files) COMPLETE
67802024-08-16T05:37:04.907Z[ recovery-image] Aug 16 05:37:03.583 INFO O| Aug 16 05:37:03.583 INFO STEP 940: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67812024-08-16T05:37:04.911Z[ host-image] Aug 16 05:37:03.590 INFO O| Aug 16 05:37:03.590 INFO O| Planning: Solver setup ... Done
67822024-08-16T05:37:04.914Z[ recovery-image] Aug 16 05:37:03.593 INFO O| Aug 16 05:37:03.593 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pam_authtok_check.so.1"
67832024-08-16T05:37:04.916Z[ recovery-image] Aug 16 05:37:03.593 INFO O| Aug 16 05:37:03.593 INFO STEP 940 (remove_files) COMPLETE
67842024-08-16T05:37:04.916Z[ recovery-image] Aug 16 05:37:03.593 INFO O| Aug 16 05:37:03.593 INFO STEP 941: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67852024-08-16T05:37:04.917Z[ host-image] Aug 16 05:37:03.595 INFO O| Aug 16 05:37:03.595 INFO O| Planning: Running solver ... Done
67862024-08-16T05:37:04.924Z[ recovery-image] Aug 16 05:37:03.603 INFO O| Aug 16 05:37:03.603 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pam_authtok_store.so.1"
67872024-08-16T05:37:04.926Z[ recovery-image] Aug 16 05:37:03.603 INFO O| Aug 16 05:37:03.603 INFO STEP 941 (remove_files) COMPLETE
67882024-08-16T05:37:04.926Z[ recovery-image] Aug 16 05:37:03.603 INFO O| Aug 16 05:37:03.603 INFO STEP 942: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67892024-08-16T05:37:04.934Z[ recovery-image] Aug 16 05:37:03.613 INFO O| Aug 16 05:37:03.613 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pam_deny.so.1"
67902024-08-16T05:37:04.934Z[ recovery-image] Aug 16 05:37:03.613 INFO O| Aug 16 05:37:03.613 INFO STEP 942 (remove_files) COMPLETE
67912024-08-16T05:37:04.934Z[ recovery-image] Aug 16 05:37:03.613 INFO O| Aug 16 05:37:03.613 INFO STEP 943: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67922024-08-16T05:37:04.945Z[ recovery-image] Aug 16 05:37:03.624 INFO O| Aug 16 05:37:03.624 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pam_krb5.so.1"
67932024-08-16T05:37:04.945Z[ recovery-image] Aug 16 05:37:03.624 INFO O| Aug 16 05:37:03.624 INFO STEP 943 (remove_files) COMPLETE
67942024-08-16T05:37:04.948Z[ recovery-image] Aug 16 05:37:03.624 INFO O| Aug 16 05:37:03.624 INFO STEP 944: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67952024-08-16T05:37:04.955Z[ host-image] Aug 16 05:37:03.634 INFO O| Aug 16 05:37:03.634 INFO O| Planning: Finding local manifests ... Done
67962024-08-16T05:37:04.958Z[ recovery-image] Aug 16 05:37:03.634 INFO O| Aug 16 05:37:03.634 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pam_krb5_migrate.so.1"
67972024-08-16T05:37:04.958Z[ recovery-image] Aug 16 05:37:03.635 INFO O| Aug 16 05:37:03.634 INFO STEP 944 (remove_files) COMPLETE
67982024-08-16T05:37:04.958Z[ recovery-image] Aug 16 05:37:03.635 INFO O| Aug 16 05:37:03.634 INFO STEP 945: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67992024-08-16T05:37:04.958Z[ host-image] Aug 16 05:37:03.635 INFO O| Aug 16 05:37:03.635 INFO O| Planning: Fetching manifests: 0/6 0% complete
68002024-08-16T05:37:04.966Z[ recovery-image] Aug 16 05:37:03.645 INFO O| Aug 16 05:37:03.645 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pam_ldap.so.1"
68012024-08-16T05:37:04.966Z[ recovery-image] Aug 16 05:37:03.645 INFO O| Aug 16 05:37:03.645 INFO STEP 945 (remove_files) COMPLETE
68022024-08-16T05:37:04.966Z[ recovery-image] Aug 16 05:37:03.645 INFO O| Aug 16 05:37:03.645 INFO STEP 946: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68032024-08-16T05:37:04.976Z[ recovery-image] Aug 16 05:37:03.655 INFO O| Aug 16 05:37:03.655 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pam_list.so.1"
68042024-08-16T05:37:04.976Z[ recovery-image] Aug 16 05:37:03.655 INFO O| Aug 16 05:37:03.655 INFO STEP 946 (remove_files) COMPLETE
68052024-08-16T05:37:04.978Z[ recovery-image] Aug 16 05:37:03.655 INFO O| Aug 16 05:37:03.655 INFO STEP 947: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68062024-08-16T05:37:04.987Z[ recovery-image] Aug 16 05:37:03.666 INFO O| Aug 16 05:37:03.666 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pam_passwd_auth.so.1"
68072024-08-16T05:37:04.987Z[ recovery-image] Aug 16 05:37:03.666 INFO O| Aug 16 05:37:03.666 INFO STEP 947 (remove_files) COMPLETE
68082024-08-16T05:37:04.987Z[ recovery-image] Aug 16 05:37:03.666 INFO O| Aug 16 05:37:03.666 INFO STEP 948: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68092024-08-16T05:37:04.998Z[ recovery-image] Aug 16 05:37:03.677 INFO O| Aug 16 05:37:03.677 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pam_rhosts_auth.so.1"
68102024-08-16T05:37:04.998Z[ recovery-image] Aug 16 05:37:03.677 INFO O| Aug 16 05:37:03.677 INFO STEP 948 (remove_files) COMPLETE
68112024-08-16T05:37:04.998Z[ recovery-image] Aug 16 05:37:03.677 INFO O| Aug 16 05:37:03.677 INFO STEP 949: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68122024-08-16T05:37:05.009Z[ recovery-image] Aug 16 05:37:03.688 INFO O| Aug 16 05:37:03.688 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pam_sample.so.1"
68132024-08-16T05:37:05.009Z[ recovery-image] Aug 16 05:37:03.688 INFO O| Aug 16 05:37:03.688 INFO STEP 949 (remove_files) COMPLETE
68142024-08-16T05:37:05.011Z[ recovery-image] Aug 16 05:37:03.688 INFO O| Aug 16 05:37:03.688 INFO STEP 950: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68152024-08-16T05:37:05.021Z[ recovery-image] Aug 16 05:37:03.699 INFO O| Aug 16 05:37:03.699 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pam_smb_passwd.so.1"
68162024-08-16T05:37:05.021Z[ recovery-image] Aug 16 05:37:03.700 INFO O| Aug 16 05:37:03.700 INFO STEP 950 (remove_files) COMPLETE
68172024-08-16T05:37:05.023Z[ recovery-image] Aug 16 05:37:03.700 INFO O| Aug 16 05:37:03.700 INFO STEP 951: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68182024-08-16T05:37:05.031Z[ recovery-image] Aug 16 05:37:03.710 INFO O| Aug 16 05:37:03.710 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pam_smbfs_login.so.1"
68192024-08-16T05:37:05.033Z[ recovery-image] Aug 16 05:37:03.710 INFO O| Aug 16 05:37:03.710 INFO STEP 951 (remove_files) COMPLETE
68202024-08-16T05:37:05.033Z[ recovery-image] Aug 16 05:37:03.710 INFO O| Aug 16 05:37:03.710 INFO STEP 952: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68212024-08-16T05:37:05.041Z[ recovery-image] Aug 16 05:37:03.720 INFO O| Aug 16 05:37:03.720 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pam_timestamp.so.1"
68222024-08-16T05:37:05.043Z[ recovery-image] Aug 16 05:37:03.720 INFO O| Aug 16 05:37:03.720 INFO STEP 952 (remove_files) COMPLETE
68232024-08-16T05:37:05.043Z[ recovery-image] Aug 16 05:37:03.720 INFO O| Aug 16 05:37:03.720 INFO STEP 953: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68242024-08-16T05:37:05.052Z[ recovery-image] Aug 16 05:37:03.731 INFO O| Aug 16 05:37:03.731 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pam_tsol_account.so.1"
68252024-08-16T05:37:05.052Z[ recovery-image] Aug 16 05:37:03.731 INFO O| Aug 16 05:37:03.731 INFO STEP 953 (remove_files) COMPLETE
68262024-08-16T05:37:05.054Z[ recovery-image] Aug 16 05:37:03.731 INFO O| Aug 16 05:37:03.731 INFO STEP 954: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68272024-08-16T05:37:05.062Z[ recovery-image] Aug 16 05:37:03.741 INFO O| Aug 16 05:37:03.741 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pkcs11_kernel.so.1"
68282024-08-16T05:37:05.062Z[ recovery-image] Aug 16 05:37:03.741 INFO O| Aug 16 05:37:03.741 INFO STEP 954 (remove_files) COMPLETE
68292024-08-16T05:37:05.065Z[ recovery-image] Aug 16 05:37:03.741 INFO O| Aug 16 05:37:03.741 INFO STEP 955: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68302024-08-16T05:37:05.074Z[ recovery-image] Aug 16 05:37:03.753 INFO O| Aug 16 05:37:03.753 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pkcs11_softtoken.so.1"
68312024-08-16T05:37:05.074Z[ recovery-image] Aug 16 05:37:03.753 INFO O| Aug 16 05:37:03.753 INFO STEP 955 (remove_files) COMPLETE
68322024-08-16T05:37:05.074Z[ recovery-image] Aug 16 05:37:03.753 INFO O| Aug 16 05:37:03.753 INFO STEP 956: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68332024-08-16T05:37:05.084Z[ recovery-image] Aug 16 05:37:03.763 INFO O| Aug 16 05:37:03.763 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pkcs11_tpm.so.1"
68342024-08-16T05:37:05.084Z[ recovery-image] Aug 16 05:37:03.763 INFO O| Aug 16 05:37:03.763 INFO STEP 956 (remove_files) COMPLETE
68352024-08-16T05:37:05.084Z[ recovery-image] Aug 16 05:37:03.763 INFO O| Aug 16 05:37:03.763 INFO STEP 957: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68362024-08-16T05:37:05.096Z[ recovery-image] Aug 16 05:37:03.774 INFO O| Aug 16 05:37:03.774 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/spell/compress"
68372024-08-16T05:37:05.098Z[ recovery-image] Aug 16 05:37:03.775 INFO O| Aug 16 05:37:03.775 INFO STEP 957 (remove_files) COMPLETE
68382024-08-16T05:37:05.098Z[ recovery-image] Aug 16 05:37:03.775 INFO O| Aug 16 05:37:03.775 INFO STEP 958: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68392024-08-16T05:37:05.106Z[ recovery-image] Aug 16 05:37:03.785 INFO O| Aug 16 05:37:03.785 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/spell/hashcheck"
68402024-08-16T05:37:05.106Z[ recovery-image] Aug 16 05:37:03.785 INFO O| Aug 16 05:37:03.785 INFO STEP 958 (remove_files) COMPLETE
68412024-08-16T05:37:05.109Z[ recovery-image] Aug 16 05:37:03.785 INFO O| Aug 16 05:37:03.785 INFO STEP 959: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68422024-08-16T05:37:05.116Z[ recovery-image] Aug 16 05:37:03.795 INFO O| Aug 16 05:37:03.795 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/spell/hashmake"
68432024-08-16T05:37:05.116Z[ recovery-image] Aug 16 05:37:03.795 INFO O| Aug 16 05:37:03.795 INFO STEP 959 (remove_files) COMPLETE
68442024-08-16T05:37:05.116Z[ recovery-image] Aug 16 05:37:03.795 INFO O| Aug 16 05:37:03.795 INFO STEP 960: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68452024-08-16T05:37:05.123Z[ host-image] Aug 16 05:37:03.802 INFO O| Aug 16 05:37:03.802 INFO O| Planning: Fetching manifests: 6/6 100% complete
68462024-08-16T05:37:05.127Z[ recovery-image] Aug 16 05:37:03.806 INFO O| Aug 16 05:37:03.806 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/spell/hlista"
68472024-08-16T05:37:05.127Z[ recovery-image] Aug 16 05:37:03.806 INFO O| Aug 16 05:37:03.806 INFO STEP 960 (remove_files) COMPLETE
68482024-08-16T05:37:05.129Z[ recovery-image] Aug 16 05:37:03.806 INFO O| Aug 16 05:37:03.806 INFO STEP 961: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68492024-08-16T05:37:05.137Z[ recovery-image] Aug 16 05:37:03.815 INFO O| Aug 16 05:37:03.815 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/spell/hlistb"
68502024-08-16T05:37:05.139Z[ recovery-image] Aug 16 05:37:03.816 INFO O| Aug 16 05:37:03.816 INFO STEP 961 (remove_files) COMPLETE
68512024-08-16T05:37:05.139Z[ recovery-image] Aug 16 05:37:03.816 INFO O| Aug 16 05:37:03.816 INFO STEP 962: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68522024-08-16T05:37:05.146Z[ recovery-image] Aug 16 05:37:03.825 INFO O| Aug 16 05:37:03.825 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/spell/hstop"
68532024-08-16T05:37:05.149Z[ recovery-image] Aug 16 05:37:03.825 INFO O| Aug 16 05:37:03.825 INFO STEP 962 (remove_files) COMPLETE
68542024-08-16T05:37:05.149Z[ recovery-image] Aug 16 05:37:03.825 INFO O| Aug 16 05:37:03.825 INFO STEP 963: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68552024-08-16T05:37:05.156Z[ recovery-image] Aug 16 05:37:03.835 INFO O| Aug 16 05:37:03.835 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/spell/spellin"
68562024-08-16T05:37:05.159Z[ recovery-image] Aug 16 05:37:03.835 INFO O| Aug 16 05:37:03.835 INFO STEP 963 (remove_files) COMPLETE
68572024-08-16T05:37:05.159Z[ recovery-image] Aug 16 05:37:03.835 INFO O| Aug 16 05:37:03.835 INFO STEP 964: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68582024-08-16T05:37:05.159Z[ host-image] Aug 16 05:37:03.836 INFO O| Aug 16 05:37:03.836 INFO O| Planning: Package planning ... Done
68592024-08-16T05:37:05.166Z[ recovery-image] Aug 16 05:37:03.845 INFO O| Aug 16 05:37:03.845 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/spell/spellprog"
68602024-08-16T05:37:05.166Z[ recovery-image] Aug 16 05:37:03.845 INFO O| Aug 16 05:37:03.845 INFO STEP 964 (remove_files) COMPLETE
68612024-08-16T05:37:05.166Z[ recovery-image] Aug 16 05:37:03.845 INFO O| Aug 16 05:37:03.845 INFO STEP 965: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68622024-08-16T05:37:05.176Z[ host-image] Aug 16 05:37:03.855 INFO O| Aug 16 05:37:03.855 INFO O| Planning: Merging actions ... Done
68632024-08-16T05:37:05.179Z[ recovery-image] Aug 16 05:37:03.855 INFO O| Aug 16 05:37:03.855 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/sysevent/syseventconfd"
68642024-08-16T05:37:05.179Z[ recovery-image] Aug 16 05:37:03.855 INFO O| Aug 16 05:37:03.855 INFO STEP 965 (remove_files) COMPLETE
68652024-08-16T05:37:05.179Z[ recovery-image] Aug 16 05:37:03.855 INFO O| Aug 16 05:37:03.855 INFO STEP 966: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68662024-08-16T05:37:05.186Z[ recovery-image] Aug 16 05:37:03.865 INFO O| Aug 16 05:37:03.865 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/varpd/amd64/libvarpd_direct.so.1"
68672024-08-16T05:37:05.189Z[ recovery-image] Aug 16 05:37:03.865 INFO O| Aug 16 05:37:03.865 INFO STEP 966 (remove_files) COMPLETE
68682024-08-16T05:37:05.189Z[ recovery-image] Aug 16 05:37:03.865 INFO O| Aug 16 05:37:03.865 INFO STEP 967: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68692024-08-16T05:37:05.197Z[ recovery-image] Aug 16 05:37:03.876 INFO O| Aug 16 05:37:03.876 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/varpd/amd64/libvarpd_files.so.1"
68702024-08-16T05:37:05.197Z[ recovery-image] Aug 16 05:37:03.876 INFO O| Aug 16 05:37:03.876 INFO STEP 967 (remove_files) COMPLETE
68712024-08-16T05:37:05.199Z[ recovery-image] Aug 16 05:37:03.876 INFO O| Aug 16 05:37:03.876 INFO STEP 968: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68722024-08-16T05:37:05.207Z[ recovery-image] Aug 16 05:37:03.886 INFO O| Aug 16 05:37:03.886 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/varpd/libvarpd_direct.so.1"
68732024-08-16T05:37:05.210Z[ recovery-image] Aug 16 05:37:03.886 INFO O| Aug 16 05:37:03.886 INFO STEP 968 (remove_files) COMPLETE
68742024-08-16T05:37:05.210Z[ recovery-image] Aug 16 05:37:03.886 INFO O| Aug 16 05:37:03.886 INFO STEP 969: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68752024-08-16T05:37:05.218Z[ recovery-image] Aug 16 05:37:03.896 INFO O| Aug 16 05:37:03.896 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/varpd/libvarpd_files.so.1"
68762024-08-16T05:37:05.218Z[ recovery-image] Aug 16 05:37:03.897 INFO O| Aug 16 05:37:03.897 INFO STEP 969 (remove_files) COMPLETE
68772024-08-16T05:37:05.220Z[ recovery-image] Aug 16 05:37:03.897 INFO O| Aug 16 05:37:03.897 INFO STEP 970: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68782024-08-16T05:37:05.228Z[ recovery-image] Aug 16 05:37:03.906 INFO O| Aug 16 05:37:03.906 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/varpd/varpd"
68792024-08-16T05:37:05.228Z[ recovery-image] Aug 16 05:37:03.907 INFO O| Aug 16 05:37:03.907 INFO STEP 970 (remove_files) COMPLETE
68802024-08-16T05:37:05.230Z[ recovery-image] Aug 16 05:37:03.907 INFO O| Aug 16 05:37:03.907 INFO STEP 971: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68812024-08-16T05:37:05.238Z[ recovery-image] Aug 16 05:37:03.916 INFO O| Aug 16 05:37:03.916 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/xhci/xhci_portsc"
68822024-08-16T05:37:05.240Z[ recovery-image] Aug 16 05:37:03.917 INFO O| Aug 16 05:37:03.917 INFO STEP 971 (remove_files) COMPLETE
68832024-08-16T05:37:05.240Z[ recovery-image] Aug 16 05:37:03.917 INFO O| Aug 16 05:37:03.917 INFO STEP 972: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68842024-08-16T05:37:05.247Z[ recovery-image] Aug 16 05:37:03.926 INFO O| Aug 16 05:37:03.926 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/zfs/availdevs"
68852024-08-16T05:37:05.250Z[ recovery-image] Aug 16 05:37:03.926 INFO O| Aug 16 05:37:03.926 INFO STEP 972 (remove_files) COMPLETE
68862024-08-16T05:37:05.250Z[ recovery-image] Aug 16 05:37:03.926 INFO O| Aug 16 05:37:03.926 INFO STEP 973: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68872024-08-16T05:37:05.250Z[ host-image] Aug 16 05:37:03.928 INFO O| Aug 16 05:37:03.928 INFO O| Planning: Checking for conflicting actions ... Done
68882024-08-16T05:37:05.253Z[ host-image] Aug 16 05:37:03.932 INFO O| Aug 16 05:37:03.932 INFO O| Planning: Consolidating action changes ... Done
68892024-08-16T05:37:05.257Z[ recovery-image] Aug 16 05:37:03.936 INFO O| Aug 16 05:37:03.936 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/zones/zoneadmd"
68902024-08-16T05:37:05.260Z[ recovery-image] Aug 16 05:37:03.936 INFO O| Aug 16 05:37:03.936 INFO STEP 973 (remove_files) COMPLETE
68912024-08-16T05:37:05.260Z[ recovery-image] Aug 16 05:37:03.936 INFO O| Aug 16 05:37:03.936 INFO STEP 974: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68922024-08-16T05:37:05.267Z[ recovery-image] Aug 16 05:37:03.946 INFO O| Aug 16 05:37:03.946 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/libexec/amd64/sftp-server"
68932024-08-16T05:37:05.269Z[ recovery-image] Aug 16 05:37:03.946 INFO O| Aug 16 05:37:03.946 INFO STEP 974 (remove_files) COMPLETE
68942024-08-16T05:37:05.269Z[ recovery-image] Aug 16 05:37:03.946 INFO O| Aug 16 05:37:03.946 INFO STEP 975: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68952024-08-16T05:37:05.277Z[ recovery-image] Aug 16 05:37:03.956 INFO O| Aug 16 05:37:03.956 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/libexec/amd64/ssh-keysign"
68962024-08-16T05:37:05.277Z[ recovery-image] Aug 16 05:37:03.956 INFO O| Aug 16 05:37:03.956 INFO STEP 975 (remove_files) COMPLETE
68972024-08-16T05:37:05.279Z[ recovery-image] Aug 16 05:37:03.956 INFO O| Aug 16 05:37:03.956 INFO STEP 976: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68982024-08-16T05:37:05.288Z[ recovery-image] Aug 16 05:37:03.966 INFO O| Aug 16 05:37:03.966 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/libexec/amd64/ssh-pkcs11-helper"
68992024-08-16T05:37:05.288Z[ recovery-image] Aug 16 05:37:03.966 INFO O| Aug 16 05:37:03.966 INFO STEP 976 (remove_files) COMPLETE
69002024-08-16T05:37:05.290Z[ recovery-image] Aug 16 05:37:03.966 INFO O| Aug 16 05:37:03.966 INFO STEP 977: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69012024-08-16T05:37:05.298Z[ recovery-image] Aug 16 05:37:03.977 INFO O| Aug 16 05:37:03.977 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/libexec/amd64/ssh-sk-helper"
69022024-08-16T05:37:05.298Z[ recovery-image] Aug 16 05:37:03.977 INFO O| Aug 16 05:37:03.977 INFO STEP 977 (remove_files) COMPLETE
69032024-08-16T05:37:05.300Z[ recovery-image] Aug 16 05:37:03.977 INFO O| Aug 16 05:37:03.977 INFO STEP 978: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69042024-08-16T05:37:05.309Z[ recovery-image] Aug 16 05:37:03.988 INFO O| Aug 16 05:37:03.987 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/platform/oxide/bin/ipcc"
69052024-08-16T05:37:05.311Z[ recovery-image] Aug 16 05:37:03.988 INFO O| Aug 16 05:37:03.988 INFO STEP 978 (remove_files) COMPLETE
69062024-08-16T05:37:05.311Z[ recovery-image] Aug 16 05:37:03.988 INFO O| Aug 16 05:37:03.988 INFO STEP 979: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69072024-08-16T05:37:05.319Z[ recovery-image] Aug 16 05:37:03.998 INFO O| Aug 16 05:37:03.998 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/platform/oxide/lib/mdb/kvm/amd64/apix.so"
69082024-08-16T05:37:05.321Z[ recovery-image] Aug 16 05:37:03.998 INFO O| Aug 16 05:37:03.998 INFO STEP 979 (remove_files) COMPLETE
69092024-08-16T05:37:05.321Z[ recovery-image] Aug 16 05:37:03.998 INFO O| Aug 16 05:37:03.998 INFO STEP 980: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69102024-08-16T05:37:05.328Z[ recovery-image] Aug 16 05:37:04.007 INFO O| Aug 16 05:37:04.007 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/platform/oxide/lib/mdb/kvm/amd64/ipcc.so"
69112024-08-16T05:37:05.328Z[ recovery-image] Aug 16 05:37:04.007 INFO O| Aug 16 05:37:04.007 INFO STEP 980 (remove_files) COMPLETE
69122024-08-16T05:37:05.331Z[ recovery-image] Aug 16 05:37:04.007 INFO O| Aug 16 05:37:04.007 INFO STEP 981: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69132024-08-16T05:37:05.339Z[ recovery-image] Aug 16 05:37:04.017 INFO O| Aug 16 05:37:04.017 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/platform/oxide/lib/mdb/kvm/amd64/unix.so"
69142024-08-16T05:37:05.342Z[ recovery-image] Aug 16 05:37:04.017 INFO O| Aug 16 05:37:04.017 INFO STEP 981 (remove_files) COMPLETE
69152024-08-16T05:37:05.342Z[ recovery-image] Aug 16 05:37:04.017 INFO O| Aug 16 05:37:04.017 INFO STEP 982: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69162024-08-16T05:37:05.348Z[ recovery-image] Aug 16 05:37:04.027 INFO O| Aug 16 05:37:04.027 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/dispgid"
69172024-08-16T05:37:05.350Z[ recovery-image] Aug 16 05:37:04.027 INFO O| Aug 16 05:37:04.027 INFO STEP 982 (remove_files) COMPLETE
69182024-08-16T05:37:05.350Z[ recovery-image] Aug 16 05:37:04.027 INFO O| Aug 16 05:37:04.027 INFO STEP 983: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69192024-08-16T05:37:05.358Z[ recovery-image] Aug 16 05:37:04.036 INFO O| Aug 16 05:37:04.036 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/dispuid"
69202024-08-16T05:37:05.361Z[ recovery-image] Aug 16 05:37:04.036 INFO O| Aug 16 05:37:04.036 INFO STEP 983 (remove_files) COMPLETE
69212024-08-16T05:37:05.361Z[ recovery-image] Aug 16 05:37:04.036 INFO O| Aug 16 05:37:04.036 INFO STEP 984: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69222024-08-16T05:37:05.367Z[ recovery-image] Aug 16 05:37:04.046 INFO O| Aug 16 05:37:04.046 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/errange"
69232024-08-16T05:37:05.370Z[ recovery-image] Aug 16 05:37:04.046 INFO O| Aug 16 05:37:04.046 INFO STEP 984 (remove_files) COMPLETE
69242024-08-16T05:37:05.370Z[ recovery-image] Aug 16 05:37:04.046 INFO O| Aug 16 05:37:04.046 INFO STEP 985: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69252024-08-16T05:37:05.376Z[ recovery-image] Aug 16 05:37:04.055 INFO O| Aug 16 05:37:04.055 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/errdate"
69262024-08-16T05:37:05.376Z[ recovery-image] Aug 16 05:37:04.055 INFO O| Aug 16 05:37:04.055 INFO STEP 985 (remove_files) COMPLETE
69272024-08-16T05:37:05.379Z[ recovery-image] Aug 16 05:37:04.055 INFO O| Aug 16 05:37:04.055 INFO STEP 986: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69282024-08-16T05:37:05.387Z[ recovery-image] Aug 16 05:37:04.065 INFO O| Aug 16 05:37:04.065 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/errgid"
69292024-08-16T05:37:05.387Z[ recovery-image] Aug 16 05:37:04.065 INFO O| Aug 16 05:37:04.065 INFO STEP 986 (remove_files) COMPLETE
69302024-08-16T05:37:05.389Z[ recovery-image] Aug 16 05:37:04.065 INFO O| Aug 16 05:37:04.065 INFO STEP 987: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69312024-08-16T05:37:05.397Z[ recovery-image] Aug 16 05:37:04.075 INFO O| Aug 16 05:37:04.075 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/errint"
69322024-08-16T05:37:05.397Z[ recovery-image] Aug 16 05:37:04.076 INFO O| Aug 16 05:37:04.076 INFO STEP 987 (remove_files) COMPLETE
69332024-08-16T05:37:05.397Z[ recovery-image] Aug 16 05:37:04.076 INFO O| Aug 16 05:37:04.076 INFO STEP 988: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69342024-08-16T05:37:05.407Z[ recovery-image] Aug 16 05:37:04.086 INFO O| Aug 16 05:37:04.086 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/erritem"
69352024-08-16T05:37:05.407Z[ recovery-image] Aug 16 05:37:04.086 INFO O| Aug 16 05:37:04.086 INFO STEP 988 (remove_files) COMPLETE
69362024-08-16T05:37:05.407Z[ recovery-image] Aug 16 05:37:04.086 INFO O| Aug 16 05:37:04.086 INFO STEP 989: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69372024-08-16T05:37:05.417Z[ recovery-image] Aug 16 05:37:04.096 INFO O| Aug 16 05:37:04.096 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/errpath"
69382024-08-16T05:37:05.420Z[ recovery-image] Aug 16 05:37:04.096 INFO O| Aug 16 05:37:04.096 INFO STEP 989 (remove_files) COMPLETE
69392024-08-16T05:37:05.420Z[ recovery-image] Aug 16 05:37:04.096 INFO O| Aug 16 05:37:04.096 INFO STEP 990: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69402024-08-16T05:37:05.427Z[ recovery-image] Aug 16 05:37:04.106 INFO O| Aug 16 05:37:04.106 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/errstr"
69412024-08-16T05:37:05.430Z[ recovery-image] Aug 16 05:37:04.106 INFO O| Aug 16 05:37:04.106 INFO STEP 990 (remove_files) COMPLETE
69422024-08-16T05:37:05.430Z[ recovery-image] Aug 16 05:37:04.106 INFO O| Aug 16 05:37:04.106 INFO STEP 991: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69432024-08-16T05:37:05.432Z[ host-image] Aug 16 05:37:04.110 INFO O| Aug 16 05:37:04.110 INFO O| Planning: Evaluating mediators ... Done
69442024-08-16T05:37:05.434Z[ host-image] Aug 16 05:37:04.113 INFO O| Aug 16 05:37:04.113 INFO O| Planning: Planning completed in 2.01 seconds
69452024-08-16T05:37:05.437Z[ host-image] Aug 16 05:37:04.115 INFO O| Aug 16 05:37:04.115 INFO O| Packages to install: 6
69462024-08-16T05:37:05.437Z[ host-image] Aug 16 05:37:04.115 INFO O| Aug 16 05:37:04.115 INFO O| Mediators to change: 1
69472024-08-16T05:37:05.437Z[ host-image] Aug 16 05:37:04.115 INFO O| Aug 16 05:37:04.115 INFO O| Services to change: 1
69482024-08-16T05:37:05.439Z[ recovery-image] Aug 16 05:37:04.116 INFO O| Aug 16 05:37:04.116 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/errtime"
69492024-08-16T05:37:05.439Z[ recovery-image] Aug 16 05:37:04.116 INFO O| Aug 16 05:37:04.116 INFO STEP 991 (remove_files) COMPLETE
69502024-08-16T05:37:05.439Z[ recovery-image] Aug 16 05:37:04.116 INFO O| Aug 16 05:37:04.116 INFO STEP 992: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69512024-08-16T05:37:05.447Z[ recovery-image] Aug 16 05:37:04.126 INFO O| Aug 16 05:37:04.125 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/erruid"
69522024-08-16T05:37:05.449Z[ recovery-image] Aug 16 05:37:04.126 INFO O| Aug 16 05:37:04.126 INFO STEP 992 (remove_files) COMPLETE
69532024-08-16T05:37:05.449Z[ recovery-image] Aug 16 05:37:04.126 INFO O| Aug 16 05:37:04.126 INFO STEP 993: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69542024-08-16T05:37:05.449Z[ host-image] Aug 16 05:37:04.127 INFO O| Aug 16 05:37:04.127 INFO O| Download: 0/1140 items 0.0/8.4MB 0% complete
69552024-08-16T05:37:05.456Z[ recovery-image] Aug 16 05:37:04.135 INFO O| Aug 16 05:37:04.135 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/erryorn"
69562024-08-16T05:37:05.458Z[ recovery-image] Aug 16 05:37:04.135 INFO O| Aug 16 05:37:04.135 INFO STEP 993 (remove_files) COMPLETE
69572024-08-16T05:37:05.458Z[ recovery-image] Aug 16 05:37:04.135 INFO O| Aug 16 05:37:04.135 INFO STEP 994: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69582024-08-16T05:37:05.466Z[ recovery-image] Aug 16 05:37:04.144 INFO O| Aug 16 05:37:04.144 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/helpdate"
69592024-08-16T05:37:05.466Z[ recovery-image] Aug 16 05:37:04.144 INFO O| Aug 16 05:37:04.144 INFO STEP 994 (remove_files) COMPLETE
69602024-08-16T05:37:05.468Z[ recovery-image] Aug 16 05:37:04.144 INFO O| Aug 16 05:37:04.144 INFO STEP 995: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69612024-08-16T05:37:05.475Z[ recovery-image] Aug 16 05:37:04.154 INFO O| Aug 16 05:37:04.154 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/helpgid"
69622024-08-16T05:37:05.475Z[ recovery-image] Aug 16 05:37:04.154 INFO O| Aug 16 05:37:04.154 INFO STEP 995 (remove_files) COMPLETE
69632024-08-16T05:37:05.478Z[ recovery-image] Aug 16 05:37:04.154 INFO O| Aug 16 05:37:04.154 INFO STEP 996: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69642024-08-16T05:37:05.485Z[ recovery-image] Aug 16 05:37:04.164 INFO O| Aug 16 05:37:04.163 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/helpint"
69652024-08-16T05:37:05.485Z[ recovery-image] Aug 16 05:37:04.164 INFO O| Aug 16 05:37:04.164 INFO STEP 996 (remove_files) COMPLETE
69662024-08-16T05:37:05.488Z[ recovery-image] Aug 16 05:37:04.164 INFO O| Aug 16 05:37:04.164 INFO STEP 997: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69672024-08-16T05:37:05.495Z[ recovery-image] Aug 16 05:37:04.173 INFO O| Aug 16 05:37:04.173 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/helpitem"
69682024-08-16T05:37:05.495Z[ recovery-image] Aug 16 05:37:04.173 INFO O| Aug 16 05:37:04.173 INFO STEP 997 (remove_files) COMPLETE
69692024-08-16T05:37:05.495Z[ recovery-image] Aug 16 05:37:04.173 INFO O| Aug 16 05:37:04.173 INFO STEP 998: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69702024-08-16T05:37:05.504Z[ recovery-image] Aug 16 05:37:04.183 INFO O| Aug 16 05:37:04.183 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/helppath"
69712024-08-16T05:37:05.504Z[ recovery-image] Aug 16 05:37:04.183 INFO O| Aug 16 05:37:04.183 INFO STEP 998 (remove_files) COMPLETE
69722024-08-16T05:37:05.504Z[ recovery-image] Aug 16 05:37:04.183 INFO O| Aug 16 05:37:04.183 INFO STEP 999: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69732024-08-16T05:37:05.514Z[ recovery-image] Aug 16 05:37:04.193 INFO O| Aug 16 05:37:04.193 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/helprange"
69742024-08-16T05:37:05.516Z[ recovery-image] Aug 16 05:37:04.193 INFO O| Aug 16 05:37:04.193 INFO STEP 999 (remove_files) COMPLETE
69752024-08-16T05:37:05.516Z[ recovery-image] Aug 16 05:37:04.193 INFO O| Aug 16 05:37:04.193 INFO STEP 1000: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69762024-08-16T05:37:05.523Z[ recovery-image] Aug 16 05:37:04.202 INFO O| Aug 16 05:37:04.202 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/helpstr"
69772024-08-16T05:37:05.526Z[ recovery-image] Aug 16 05:37:04.202 INFO O| Aug 16 05:37:04.202 INFO STEP 1000 (remove_files) COMPLETE
69782024-08-16T05:37:05.526Z[ recovery-image] Aug 16 05:37:04.202 INFO O| Aug 16 05:37:04.202 INFO STEP 1001: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69792024-08-16T05:37:05.533Z[ recovery-image] Aug 16 05:37:04.212 INFO O| Aug 16 05:37:04.211 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/helptime"
69802024-08-16T05:37:05.533Z[ recovery-image] Aug 16 05:37:04.212 INFO O| Aug 16 05:37:04.212 INFO STEP 1001 (remove_files) COMPLETE
69812024-08-16T05:37:05.533Z[ recovery-image] Aug 16 05:37:04.212 INFO O| Aug 16 05:37:04.212 INFO STEP 1002: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69822024-08-16T05:37:05.542Z[ recovery-image] Aug 16 05:37:04.221 INFO O| Aug 16 05:37:04.221 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/helpuid"
69832024-08-16T05:37:05.545Z[ recovery-image] Aug 16 05:37:04.221 INFO O| Aug 16 05:37:04.221 INFO STEP 1002 (remove_files) COMPLETE
69842024-08-16T05:37:05.545Z[ recovery-image] Aug 16 05:37:04.221 INFO O| Aug 16 05:37:04.221 INFO STEP 1003: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69852024-08-16T05:37:05.552Z[ recovery-image] Aug 16 05:37:04.230 INFO O| Aug 16 05:37:04.230 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/helpyorn"
69862024-08-16T05:37:05.552Z[ recovery-image] Aug 16 05:37:04.230 INFO O| Aug 16 05:37:04.230 INFO STEP 1003 (remove_files) COMPLETE
69872024-08-16T05:37:05.552Z[ recovery-image] Aug 16 05:37:04.230 INFO O| Aug 16 05:37:04.230 INFO STEP 1004: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69882024-08-16T05:37:05.561Z[ recovery-image] Aug 16 05:37:04.240 INFO O| Aug 16 05:37:04.240 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/puttext"
69892024-08-16T05:37:05.563Z[ recovery-image] Aug 16 05:37:04.240 INFO O| Aug 16 05:37:04.240 INFO STEP 1004 (remove_files) COMPLETE
69902024-08-16T05:37:05.563Z[ recovery-image] Aug 16 05:37:04.240 INFO O| Aug 16 05:37:04.240 INFO STEP 1005: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69912024-08-16T05:37:05.571Z[ recovery-image] Aug 16 05:37:04.249 INFO O| Aug 16 05:37:04.249 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/valdate"
69922024-08-16T05:37:05.571Z[ recovery-image] Aug 16 05:37:04.249 INFO O| Aug 16 05:37:04.249 INFO STEP 1005 (remove_files) COMPLETE
69932024-08-16T05:37:05.571Z[ recovery-image] Aug 16 05:37:04.249 INFO O| Aug 16 05:37:04.249 INFO STEP 1006: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69942024-08-16T05:37:05.580Z[ recovery-image] Aug 16 05:37:04.259 INFO O| Aug 16 05:37:04.259 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/valgid"
69952024-08-16T05:37:05.580Z[ recovery-image] Aug 16 05:37:04.259 INFO O| Aug 16 05:37:04.259 INFO STEP 1006 (remove_files) COMPLETE
69962024-08-16T05:37:05.580Z[ recovery-image] Aug 16 05:37:04.259 INFO O| Aug 16 05:37:04.259 INFO STEP 1007: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69972024-08-16T05:37:05.590Z[ recovery-image] Aug 16 05:37:04.268 INFO O| Aug 16 05:37:04.268 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/valint"
69982024-08-16T05:37:05.590Z[ recovery-image] Aug 16 05:37:04.268 INFO O| Aug 16 05:37:04.268 INFO STEP 1007 (remove_files) COMPLETE
69992024-08-16T05:37:05.592Z[ recovery-image] Aug 16 05:37:04.269 INFO O| Aug 16 05:37:04.268 INFO STEP 1008: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70002024-08-16T05:37:05.600Z[ recovery-image] Aug 16 05:37:04.278 INFO O| Aug 16 05:37:04.278 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/valpath"
70012024-08-16T05:37:05.600Z[ recovery-image] Aug 16 05:37:04.278 INFO O| Aug 16 05:37:04.278 INFO STEP 1008 (remove_files) COMPLETE
70022024-08-16T05:37:05.602Z[ recovery-image] Aug 16 05:37:04.278 INFO O| Aug 16 05:37:04.278 INFO STEP 1009: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70032024-08-16T05:37:05.609Z[ recovery-image] Aug 16 05:37:04.288 INFO O| Aug 16 05:37:04.288 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/valrange"
70042024-08-16T05:37:05.609Z[ recovery-image] Aug 16 05:37:04.288 INFO O| Aug 16 05:37:04.288 INFO STEP 1009 (remove_files) COMPLETE
70052024-08-16T05:37:05.609Z[ recovery-image] Aug 16 05:37:04.288 INFO O| Aug 16 05:37:04.288 INFO STEP 1010: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70062024-08-16T05:37:05.619Z[ recovery-image] Aug 16 05:37:04.298 INFO O| Aug 16 05:37:04.298 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/valstr"
70072024-08-16T05:37:05.619Z[ recovery-image] Aug 16 05:37:04.298 INFO O| Aug 16 05:37:04.298 INFO STEP 1010 (remove_files) COMPLETE
70082024-08-16T05:37:05.621Z[ recovery-image] Aug 16 05:37:04.298 INFO O| Aug 16 05:37:04.298 INFO STEP 1011: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70092024-08-16T05:37:05.628Z[ recovery-image] Aug 16 05:37:04.307 INFO O| Aug 16 05:37:04.307 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/valtime"
70102024-08-16T05:37:05.628Z[ recovery-image] Aug 16 05:37:04.307 INFO O| Aug 16 05:37:04.307 INFO STEP 1011 (remove_files) COMPLETE
70112024-08-16T05:37:05.629Z[ recovery-image] Aug 16 05:37:04.307 INFO O| Aug 16 05:37:04.307 INFO STEP 1012: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70122024-08-16T05:37:05.638Z[ recovery-image] Aug 16 05:37:04.316 INFO O| Aug 16 05:37:04.316 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/valuid"
70132024-08-16T05:37:05.640Z[ recovery-image] Aug 16 05:37:04.317 INFO O| Aug 16 05:37:04.317 INFO STEP 1012 (remove_files) COMPLETE
70142024-08-16T05:37:05.640Z[ recovery-image] Aug 16 05:37:04.317 INFO O| Aug 16 05:37:04.317 INFO STEP 1013: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70152024-08-16T05:37:05.647Z[ recovery-image] Aug 16 05:37:04.326 INFO O| Aug 16 05:37:04.326 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/valyorn"
70162024-08-16T05:37:05.647Z[ recovery-image] Aug 16 05:37:04.326 INFO O| Aug 16 05:37:04.326 INFO STEP 1013 (remove_files) COMPLETE
70172024-08-16T05:37:05.647Z[ recovery-image] Aug 16 05:37:04.326 INFO O| Aug 16 05:37:04.326 INFO STEP 1014: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70182024-08-16T05:37:05.660Z[ recovery-image] Aug 16 05:37:04.335 INFO O| Aug 16 05:37:04.335 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/install/bin/pkginstall"
70192024-08-16T05:37:05.663Z[ recovery-image] Aug 16 05:37:04.335 INFO O| Aug 16 05:37:04.335 INFO STEP 1014 (remove_files) COMPLETE
70202024-08-16T05:37:05.663Z[ recovery-image] Aug 16 05:37:04.335 INFO O| Aug 16 05:37:04.335 INFO STEP 1015: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70212024-08-16T05:37:05.667Z[ recovery-image] Aug 16 05:37:04.345 INFO O| Aug 16 05:37:04.345 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/install/bin/pkgname"
70222024-08-16T05:37:05.667Z[ recovery-image] Aug 16 05:37:04.345 INFO O| Aug 16 05:37:04.345 INFO STEP 1015 (remove_files) COMPLETE
70232024-08-16T05:37:05.667Z[ recovery-image] Aug 16 05:37:04.345 INFO O| Aug 16 05:37:04.345 INFO STEP 1016: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70242024-08-16T05:37:05.676Z[ recovery-image] Aug 16 05:37:04.354 INFO O| Aug 16 05:37:04.354 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/install/bin/pkgremove"
70252024-08-16T05:37:05.676Z[ recovery-image] Aug 16 05:37:04.354 INFO O| Aug 16 05:37:04.354 INFO STEP 1016 (remove_files) COMPLETE
70262024-08-16T05:37:05.678Z[ recovery-image] Aug 16 05:37:04.354 INFO O| Aug 16 05:37:04.354 INFO STEP 1017: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70272024-08-16T05:37:05.685Z[ recovery-image] Aug 16 05:37:04.364 INFO O| Aug 16 05:37:04.364 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/install/bin/pkgserv"
70282024-08-16T05:37:05.685Z[ recovery-image] Aug 16 05:37:04.364 INFO O| Aug 16 05:37:04.364 INFO STEP 1017 (remove_files) COMPLETE
70292024-08-16T05:37:05.685Z[ recovery-image] Aug 16 05:37:04.364 INFO O| Aug 16 05:37:04.364 INFO STEP 1018: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70302024-08-16T05:37:05.695Z[ recovery-image] Aug 16 05:37:04.374 INFO O| Aug 16 05:37:04.374 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/install/miniroot.db"
70312024-08-16T05:37:05.698Z[ recovery-image] Aug 16 05:37:04.374 INFO O| Aug 16 05:37:04.374 INFO STEP 1018 (remove_files) COMPLETE
70322024-08-16T05:37:05.698Z[ recovery-image] Aug 16 05:37:04.374 INFO O| Aug 16 05:37:04.374 INFO STEP 1019: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70332024-08-16T05:37:05.705Z[ recovery-image] Aug 16 05:37:04.384 INFO O| Aug 16 05:37:04.384 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/install/scripts/i.preserve"
70342024-08-16T05:37:05.706Z[ recovery-image] Aug 16 05:37:04.384 INFO O| Aug 16 05:37:04.384 INFO STEP 1019 (remove_files) COMPLETE
70352024-08-16T05:37:05.706Z[ recovery-image] Aug 16 05:37:04.384 INFO O| Aug 16 05:37:04.384 INFO STEP 1020: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70362024-08-16T05:37:05.715Z[ recovery-image] Aug 16 05:37:04.393 INFO O| Aug 16 05:37:04.393 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/ugdates"
70372024-08-16T05:37:05.717Z[ recovery-image] Aug 16 05:37:04.394 INFO O| Aug 16 05:37:04.394 INFO STEP 1020 (remove_files) COMPLETE
70382024-08-16T05:37:05.717Z[ recovery-image] Aug 16 05:37:04.394 INFO O| Aug 16 05:37:04.394 INFO STEP 1021: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70392024-08-16T05:37:05.724Z[ recovery-image] Aug 16 05:37:04.403 INFO O| Aug 16 05:37:04.403 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/6to4relay"
70402024-08-16T05:37:05.727Z[ recovery-image] Aug 16 05:37:04.403 INFO O| Aug 16 05:37:04.403 INFO STEP 1021 (remove_files) COMPLETE
70412024-08-16T05:37:05.727Z[ recovery-image] Aug 16 05:37:04.403 INFO O| Aug 16 05:37:04.403 INFO STEP 1022: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70422024-08-16T05:37:05.734Z[ recovery-image] Aug 16 05:37:04.412 INFO O| Aug 16 05:37:04.412 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/acctadm"
70432024-08-16T05:37:05.734Z[ recovery-image] Aug 16 05:37:04.412 INFO O| Aug 16 05:37:04.412 INFO STEP 1022 (remove_files) COMPLETE
70442024-08-16T05:37:05.736Z[ recovery-image] Aug 16 05:37:04.412 INFO O| Aug 16 05:37:04.412 INFO STEP 1023: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70452024-08-16T05:37:05.743Z[ recovery-image] Aug 16 05:37:04.422 INFO O| Aug 16 05:37:04.422 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/acpidump"
70462024-08-16T05:37:05.743Z[ recovery-image] Aug 16 05:37:04.422 INFO O| Aug 16 05:37:04.422 INFO STEP 1023 (remove_files) COMPLETE
70472024-08-16T05:37:05.745Z[ recovery-image] Aug 16 05:37:04.422 INFO O| Aug 16 05:37:04.422 INFO STEP 1024: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70482024-08-16T05:37:05.752Z[ recovery-image] Aug 16 05:37:04.431 INFO O| Aug 16 05:37:04.431 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/acpixtract"
70492024-08-16T05:37:05.752Z[ recovery-image] Aug 16 05:37:04.431 INFO O| Aug 16 05:37:04.431 INFO STEP 1024 (remove_files) COMPLETE
70502024-08-16T05:37:05.755Z[ recovery-image] Aug 16 05:37:04.431 INFO O| Aug 16 05:37:04.431 INFO STEP 1025: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70512024-08-16T05:37:05.762Z[ recovery-image] Aug 16 05:37:04.440 INFO O| Aug 16 05:37:04.440 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/add_drv"
70522024-08-16T05:37:05.764Z[ recovery-image] Aug 16 05:37:04.440 INFO O| Aug 16 05:37:04.440 INFO STEP 1025 (remove_files) COMPLETE
70532024-08-16T05:37:05.764Z[ recovery-image] Aug 16 05:37:04.440 INFO O| Aug 16 05:37:04.440 INFO STEP 1026: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70542024-08-16T05:37:05.771Z[ recovery-image] Aug 16 05:37:04.449 INFO O| Aug 16 05:37:04.449 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/allocate"
70552024-08-16T05:37:05.771Z[ recovery-image] Aug 16 05:37:04.449 INFO O| Aug 16 05:37:04.449 INFO STEP 1026 (remove_files) COMPLETE
70562024-08-16T05:37:05.773Z[ recovery-image] Aug 16 05:37:04.450 INFO O| Aug 16 05:37:04.449 INFO STEP 1027: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70572024-08-16T05:37:05.780Z[ recovery-image] Aug 16 05:37:04.459 INFO O| Aug 16 05:37:04.459 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/amd64/intrstat"
70582024-08-16T05:37:05.783Z[ recovery-image] Aug 16 05:37:04.460 INFO O| Aug 16 05:37:04.460 INFO STEP 1027 (remove_files) COMPLETE
70592024-08-16T05:37:05.783Z[ recovery-image] Aug 16 05:37:04.460 INFO O| Aug 16 05:37:04.460 INFO STEP 1028: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70602024-08-16T05:37:05.791Z[ recovery-image] Aug 16 05:37:04.469 INFO O| Aug 16 05:37:04.469 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/amd64/lockstat"
70612024-08-16T05:37:05.793Z[ recovery-image] Aug 16 05:37:04.470 INFO O| Aug 16 05:37:04.470 INFO STEP 1028 (remove_files) COMPLETE
70622024-08-16T05:37:05.793Z[ recovery-image] Aug 16 05:37:04.470 INFO O| Aug 16 05:37:04.470 INFO STEP 1029: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70632024-08-16T05:37:05.801Z[ recovery-image] Aug 16 05:37:04.480 INFO O| Aug 16 05:37:04.480 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/amd64/plockstat"
70642024-08-16T05:37:05.801Z[ recovery-image] Aug 16 05:37:04.480 INFO O| Aug 16 05:37:04.480 INFO STEP 1029 (remove_files) COMPLETE
70652024-08-16T05:37:05.801Z[ recovery-image] Aug 16 05:37:04.480 INFO O| Aug 16 05:37:04.480 INFO STEP 1030: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70662024-08-16T05:37:05.811Z[ recovery-image] Aug 16 05:37:04.489 INFO O| Aug 16 05:37:04.489 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/arp"
70672024-08-16T05:37:05.813Z[ recovery-image] Aug 16 05:37:04.489 INFO O| Aug 16 05:37:04.489 INFO STEP 1030 (remove_files) COMPLETE
70682024-08-16T05:37:05.813Z[ recovery-image] Aug 16 05:37:04.489 INFO O| Aug 16 05:37:04.489 INFO STEP 1031: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70692024-08-16T05:37:05.820Z[ recovery-image] Aug 16 05:37:04.499 INFO O| Aug 16 05:37:04.499 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/audit"
70702024-08-16T05:37:05.823Z[ recovery-image] Aug 16 05:37:04.499 INFO O| Aug 16 05:37:04.499 INFO STEP 1031 (remove_files) COMPLETE
70712024-08-16T05:37:05.823Z[ recovery-image] Aug 16 05:37:04.499 INFO O| Aug 16 05:37:04.499 INFO STEP 1032: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70722024-08-16T05:37:05.830Z[ recovery-image] Aug 16 05:37:04.508 INFO O| Aug 16 05:37:04.508 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/auditconfig"
70732024-08-16T05:37:05.832Z[ recovery-image] Aug 16 05:37:04.508 INFO O| Aug 16 05:37:04.508 INFO STEP 1032 (remove_files) COMPLETE
70742024-08-16T05:37:05.832Z[ recovery-image] Aug 16 05:37:04.508 INFO O| Aug 16 05:37:04.508 INFO STEP 1033: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70752024-08-16T05:37:05.839Z[ recovery-image] Aug 16 05:37:04.517 INFO O| Aug 16 05:37:04.517 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/auditd"
70762024-08-16T05:37:05.839Z[ recovery-image] Aug 16 05:37:04.517 INFO O| Aug 16 05:37:04.517 INFO STEP 1033 (remove_files) COMPLETE
70772024-08-16T05:37:05.839Z[ recovery-image] Aug 16 05:37:04.517 INFO O| Aug 16 05:37:04.517 INFO STEP 1034: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70782024-08-16T05:37:05.848Z[ recovery-image] Aug 16 05:37:04.527 INFO O| Aug 16 05:37:04.527 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/auditrecord"
70792024-08-16T05:37:05.848Z[ recovery-image] Aug 16 05:37:04.527 INFO O| Aug 16 05:37:04.527 INFO STEP 1034 (remove_files) COMPLETE
70802024-08-16T05:37:05.851Z[ recovery-image] Aug 16 05:37:04.527 INFO O| Aug 16 05:37:04.527 INFO STEP 1035: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70812024-08-16T05:37:05.857Z[ recovery-image] Aug 16 05:37:04.536 INFO O| Aug 16 05:37:04.536 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/auditreduce"
70822024-08-16T05:37:05.857Z[ recovery-image] Aug 16 05:37:04.536 INFO O| Aug 16 05:37:04.536 INFO STEP 1035 (remove_files) COMPLETE
70832024-08-16T05:37:05.858Z[ recovery-image] Aug 16 05:37:04.536 INFO O| Aug 16 05:37:04.536 INFO STEP 1036: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70842024-08-16T05:37:05.867Z[ recovery-image] Aug 16 05:37:04.545 INFO O| Aug 16 05:37:04.545 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/auditstat"
70852024-08-16T05:37:05.869Z[ recovery-image] Aug 16 05:37:04.546 INFO O| Aug 16 05:37:04.546 INFO STEP 1036 (remove_files) COMPLETE
70862024-08-16T05:37:05.869Z[ recovery-image] Aug 16 05:37:04.546 INFO O| Aug 16 05:37:04.546 INFO STEP 1037: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70872024-08-16T05:37:05.877Z[ recovery-image] Aug 16 05:37:04.555 INFO O| Aug 16 05:37:04.555 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/audlinks"
70882024-08-16T05:37:05.877Z[ recovery-image] Aug 16 05:37:04.555 INFO O| Aug 16 05:37:04.555 INFO STEP 1037 (remove_files) COMPLETE
70892024-08-16T05:37:05.877Z[ recovery-image] Aug 16 05:37:04.555 INFO O| Aug 16 05:37:04.555 INFO STEP 1038: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70902024-08-16T05:37:05.887Z[ recovery-image] Aug 16 05:37:04.565 INFO O| Aug 16 05:37:04.565 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/bhyve"
70912024-08-16T05:37:05.887Z[ recovery-image] Aug 16 05:37:04.565 INFO O| Aug 16 05:37:04.565 INFO STEP 1038 (remove_files) COMPLETE
70922024-08-16T05:37:05.887Z[ recovery-image] Aug 16 05:37:04.565 INFO O| Aug 16 05:37:04.565 INFO STEP 1039: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70932024-08-16T05:37:05.897Z[ recovery-image] Aug 16 05:37:04.576 INFO O| Aug 16 05:37:04.575 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/bhyvectl"
70942024-08-16T05:37:05.897Z[ recovery-image] Aug 16 05:37:04.576 INFO O| Aug 16 05:37:04.576 INFO STEP 1039 (remove_files) COMPLETE
70952024-08-16T05:37:05.900Z[ recovery-image] Aug 16 05:37:04.576 INFO O| Aug 16 05:37:04.576 INFO STEP 1040: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70962024-08-16T05:37:05.908Z[ recovery-image] Aug 16 05:37:04.586 INFO O| Aug 16 05:37:04.586 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/cfgadm"
70972024-08-16T05:37:05.908Z[ recovery-image] Aug 16 05:37:04.586 INFO O| Aug 16 05:37:04.586 INFO STEP 1040 (remove_files) COMPLETE
70982024-08-16T05:37:05.910Z[ recovery-image] Aug 16 05:37:04.586 INFO O| Aug 16 05:37:04.586 INFO STEP 1041: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70992024-08-16T05:37:05.919Z[ recovery-image] Aug 16 05:37:04.598 INFO O| Aug 16 05:37:04.598 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/chronyd"
71002024-08-16T05:37:05.922Z[ recovery-image] Aug 16 05:37:04.598 INFO O| Aug 16 05:37:04.598 INFO STEP 1041 (remove_files) COMPLETE
71012024-08-16T05:37:05.922Z[ recovery-image] Aug 16 05:37:04.598 INFO O| Aug 16 05:37:04.598 INFO STEP 1042: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71022024-08-16T05:37:05.930Z[ recovery-image] Aug 16 05:37:04.608 INFO O| Aug 16 05:37:04.608 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/chroot"
71032024-08-16T05:37:05.930Z[ recovery-image] Aug 16 05:37:04.609 INFO O| Aug 16 05:37:04.609 INFO STEP 1042 (remove_files) COMPLETE
71042024-08-16T05:37:05.932Z[ recovery-image] Aug 16 05:37:04.609 INFO O| Aug 16 05:37:04.609 INFO STEP 1043: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71052024-08-16T05:37:05.940Z[ recovery-image] Aug 16 05:37:04.618 INFO O| Aug 16 05:37:04.618 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/clear_locks"
71062024-08-16T05:37:05.942Z[ recovery-image] Aug 16 05:37:04.618 INFO O| Aug 16 05:37:04.618 INFO STEP 1043 (remove_files) COMPLETE
71072024-08-16T05:37:05.942Z[ recovery-image] Aug 16 05:37:04.618 INFO O| Aug 16 05:37:04.618 INFO STEP 1044: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71082024-08-16T05:37:05.950Z[ recovery-image] Aug 16 05:37:04.628 INFO O| Aug 16 05:37:04.628 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/clinfo"
71092024-08-16T05:37:05.952Z[ recovery-image] Aug 16 05:37:04.628 INFO O| Aug 16 05:37:04.628 INFO STEP 1044 (remove_files) COMPLETE
71102024-08-16T05:37:05.952Z[ recovery-image] Aug 16 05:37:04.628 INFO O| Aug 16 05:37:04.628 INFO STEP 1045: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71112024-08-16T05:37:05.959Z[ recovery-image] Aug 16 05:37:04.638 INFO O| Aug 16 05:37:04.638 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/clri"
71122024-08-16T05:37:05.960Z[ recovery-image] Aug 16 05:37:04.638 INFO O| Aug 16 05:37:04.638 INFO STEP 1045 (remove_files) COMPLETE
71132024-08-16T05:37:05.962Z[ recovery-image] Aug 16 05:37:04.638 INFO O| Aug 16 05:37:04.638 INFO STEP 1046: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71142024-08-16T05:37:05.969Z[ recovery-image] Aug 16 05:37:04.647 INFO O| Aug 16 05:37:04.647 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/consadm"
71152024-08-16T05:37:05.969Z[ recovery-image] Aug 16 05:37:04.647 INFO O| Aug 16 05:37:04.647 INFO STEP 1046 (remove_files) COMPLETE
71162024-08-16T05:37:05.971Z[ recovery-image] Aug 16 05:37:04.648 INFO O| Aug 16 05:37:04.647 INFO STEP 1047: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71172024-08-16T05:37:05.979Z[ recovery-image] Aug 16 05:37:04.657 INFO O| Aug 16 05:37:04.657 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/consadmd"
71182024-08-16T05:37:05.979Z[ recovery-image] Aug 16 05:37:04.657 INFO O| Aug 16 05:37:04.657 INFO STEP 1047 (remove_files) COMPLETE
71192024-08-16T05:37:05.994Z[ recovery-image] Aug 16 05:37:04.657 INFO O| Aug 16 05:37:04.657 INFO STEP 1048: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71202024-08-16T05:37:05.994Z[ recovery-image] Aug 16 05:37:04.667 INFO O| Aug 16 05:37:04.667 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/cpustat"
71212024-08-16T05:37:05.994Z[ recovery-image] Aug 16 05:37:04.667 INFO O| Aug 16 05:37:04.667 INFO STEP 1048 (remove_files) COMPLETE
71222024-08-16T05:37:05.994Z[ recovery-image] Aug 16 05:37:04.667 INFO O| Aug 16 05:37:04.667 INFO STEP 1049: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71232024-08-16T05:37:06.000Z[ recovery-image] Aug 16 05:37:04.677 INFO O| Aug 16 05:37:04.677 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/deallocate"
71242024-08-16T05:37:06.000Z[ recovery-image] Aug 16 05:37:04.677 INFO O| Aug 16 05:37:04.677 INFO STEP 1049 (remove_files) COMPLETE
71252024-08-16T05:37:06.003Z[ recovery-image] Aug 16 05:37:04.677 INFO O| Aug 16 05:37:04.677 INFO STEP 1050: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71262024-08-16T05:37:06.008Z[ recovery-image] Aug 16 05:37:04.687 INFO O| Aug 16 05:37:04.687 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/devinfo"
71272024-08-16T05:37:06.011Z[ recovery-image] Aug 16 05:37:04.687 INFO O| Aug 16 05:37:04.687 INFO STEP 1050 (remove_files) COMPLETE
71282024-08-16T05:37:06.011Z[ recovery-image] Aug 16 05:37:04.687 INFO O| Aug 16 05:37:04.687 INFO STEP 1051: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71292024-08-16T05:37:06.018Z[ recovery-image] Aug 16 05:37:04.697 INFO O| Aug 16 05:37:04.697 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/devlinks"
71302024-08-16T05:37:06.018Z[ recovery-image] Aug 16 05:37:04.697 INFO O| Aug 16 05:37:04.697 INFO STEP 1051 (remove_files) COMPLETE
71312024-08-16T05:37:06.021Z[ recovery-image] Aug 16 05:37:04.697 INFO O| Aug 16 05:37:04.697 INFO STEP 1052: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71322024-08-16T05:37:06.028Z[ recovery-image] Aug 16 05:37:04.706 INFO O| Aug 16 05:37:04.706 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/df"
71332024-08-16T05:37:06.030Z[ recovery-image] Aug 16 05:37:04.706 INFO O| Aug 16 05:37:04.706 INFO STEP 1052 (remove_files) COMPLETE
71342024-08-16T05:37:06.030Z[ recovery-image] Aug 16 05:37:04.706 INFO O| Aug 16 05:37:04.706 INFO STEP 1053: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71352024-08-16T05:37:06.037Z[ recovery-image] Aug 16 05:37:04.715 INFO O| Aug 16 05:37:04.715 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/dfmounts"
71362024-08-16T05:37:06.039Z[ recovery-image] Aug 16 05:37:04.715 INFO O| Aug 16 05:37:04.715 INFO STEP 1053 (remove_files) COMPLETE
71372024-08-16T05:37:06.039Z[ recovery-image] Aug 16 05:37:04.715 INFO O| Aug 16 05:37:04.715 INFO STEP 1054: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71382024-08-16T05:37:06.047Z[ recovery-image] Aug 16 05:37:04.725 INFO O| Aug 16 05:37:04.725 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/dfshares"
71392024-08-16T05:37:06.047Z[ recovery-image] Aug 16 05:37:04.725 INFO O| Aug 16 05:37:04.725 INFO STEP 1054 (remove_files) COMPLETE
71402024-08-16T05:37:06.049Z[ recovery-image] Aug 16 05:37:04.725 INFO O| Aug 16 05:37:04.725 INFO STEP 1055: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71412024-08-16T05:37:06.056Z[ recovery-image] Aug 16 05:37:04.734 INFO O| Aug 16 05:37:04.734 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/disks"
71422024-08-16T05:37:06.058Z[ recovery-image] Aug 16 05:37:04.734 INFO O| Aug 16 05:37:04.734 INFO STEP 1055 (remove_files) COMPLETE
71432024-08-16T05:37:06.058Z[ recovery-image] Aug 16 05:37:04.734 INFO O| Aug 16 05:37:04.734 INFO STEP 1056: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71442024-08-16T05:37:06.065Z[ recovery-image] Aug 16 05:37:04.744 INFO O| Aug 16 05:37:04.744 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/dispadmin"
71452024-08-16T05:37:06.065Z[ recovery-image] Aug 16 05:37:04.744 INFO O| Aug 16 05:37:04.744 INFO STEP 1056 (remove_files) COMPLETE
71462024-08-16T05:37:06.068Z[ recovery-image] Aug 16 05:37:04.744 INFO O| Aug 16 05:37:04.744 INFO STEP 1057: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71472024-08-16T05:37:06.075Z[ recovery-image] Aug 16 05:37:04.753 INFO O| Aug 16 05:37:04.753 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/dminfo"
71482024-08-16T05:37:06.075Z[ recovery-image] Aug 16 05:37:04.753 INFO O| Aug 16 05:37:04.753 INFO STEP 1057 (remove_files) COMPLETE
71492024-08-16T05:37:06.077Z[ recovery-image] Aug 16 05:37:04.753 INFO O| Aug 16 05:37:04.753 INFO STEP 1058: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71502024-08-16T05:37:06.085Z[ recovery-image] Aug 16 05:37:04.763 INFO O| Aug 16 05:37:04.763 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/drvconfig"
71512024-08-16T05:37:06.085Z[ recovery-image] Aug 16 05:37:04.763 INFO O| Aug 16 05:37:04.763 INFO STEP 1058 (remove_files) COMPLETE
71522024-08-16T05:37:06.088Z[ recovery-image] Aug 16 05:37:04.763 INFO O| Aug 16 05:37:04.763 INFO STEP 1059: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71532024-08-16T05:37:06.095Z[ recovery-image] Aug 16 05:37:04.773 INFO O| Aug 16 05:37:04.773 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/dtrace"
71542024-08-16T05:37:06.095Z[ recovery-image] Aug 16 05:37:04.773 INFO O| Aug 16 05:37:04.773 INFO STEP 1059 (remove_files) COMPLETE
71552024-08-16T05:37:06.097Z[ recovery-image] Aug 16 05:37:04.773 INFO O| Aug 16 05:37:04.773 INFO STEP 1060: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71562024-08-16T05:37:06.105Z[ recovery-image] Aug 16 05:37:04.783 INFO O| Aug 16 05:37:04.783 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/eeprom"
71572024-08-16T05:37:06.105Z[ recovery-image] Aug 16 05:37:04.784 INFO O| Aug 16 05:37:04.783 INFO STEP 1060 (remove_files) COMPLETE
71582024-08-16T05:37:06.105Z[ recovery-image] Aug 16 05:37:04.784 INFO O| Aug 16 05:37:04.784 INFO STEP 1061: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71592024-08-16T05:37:06.115Z[ recovery-image] Aug 16 05:37:04.793 INFO O| Aug 16 05:37:04.793 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/ff"
71602024-08-16T05:37:06.115Z[ recovery-image] Aug 16 05:37:04.793 INFO O| Aug 16 05:37:04.793 INFO STEP 1061 (remove_files) COMPLETE
71612024-08-16T05:37:06.115Z[ recovery-image] Aug 16 05:37:04.793 INFO O| Aug 16 05:37:04.793 INFO STEP 1062: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71622024-08-16T05:37:06.125Z[ recovery-image] Aug 16 05:37:04.803 INFO O| Aug 16 05:37:04.803 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/fmadm"
71632024-08-16T05:37:06.125Z[ recovery-image] Aug 16 05:37:04.803 INFO O| Aug 16 05:37:04.803 INFO STEP 1062 (remove_files) COMPLETE
71642024-08-16T05:37:06.127Z[ recovery-image] Aug 16 05:37:04.803 INFO O| Aug 16 05:37:04.803 INFO STEP 1063: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71652024-08-16T05:37:06.134Z[ recovery-image] Aug 16 05:37:04.812 INFO O| Aug 16 05:37:04.812 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/fmdump"
71662024-08-16T05:37:06.137Z[ recovery-image] Aug 16 05:37:04.813 INFO O| Aug 16 05:37:04.812 INFO STEP 1063 (remove_files) COMPLETE
71672024-08-16T05:37:06.137Z[ recovery-image] Aug 16 05:37:04.813 INFO O| Aug 16 05:37:04.813 INFO STEP 1064: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71682024-08-16T05:37:06.144Z[ recovery-image] Aug 16 05:37:04.822 INFO O| Aug 16 05:37:04.822 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/fmstat"
71692024-08-16T05:37:06.144Z[ recovery-image] Aug 16 05:37:04.822 INFO O| Aug 16 05:37:04.822 INFO STEP 1064 (remove_files) COMPLETE
71702024-08-16T05:37:06.144Z[ recovery-image] Aug 16 05:37:04.822 INFO O| Aug 16 05:37:04.822 INFO STEP 1065: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71712024-08-16T05:37:06.153Z[ recovery-image] Aug 16 05:37:04.831 INFO O| Aug 16 05:37:04.831 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/fmthard"
71722024-08-16T05:37:06.153Z[ recovery-image] Aug 16 05:37:04.831 INFO O| Aug 16 05:37:04.831 INFO STEP 1065 (remove_files) COMPLETE
71732024-08-16T05:37:06.156Z[ recovery-image] Aug 16 05:37:04.831 INFO O| Aug 16 05:37:04.831 INFO STEP 1066: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71742024-08-16T05:37:06.162Z[ recovery-image] Aug 16 05:37:04.841 INFO O| Aug 16 05:37:04.841 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/format"
71752024-08-16T05:37:06.162Z[ recovery-image] Aug 16 05:37:04.841 INFO O| Aug 16 05:37:04.841 INFO STEP 1066 (remove_files) COMPLETE
71762024-08-16T05:37:06.165Z[ recovery-image] Aug 16 05:37:04.841 INFO O| Aug 16 05:37:04.841 INFO STEP 1067: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71772024-08-16T05:37:06.172Z[ recovery-image] Aug 16 05:37:04.850 INFO O| Aug 16 05:37:04.850 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/fsck"
71782024-08-16T05:37:06.172Z[ recovery-image] Aug 16 05:37:04.850 INFO O| Aug 16 05:37:04.850 INFO STEP 1067 (remove_files) COMPLETE
71792024-08-16T05:37:06.174Z[ recovery-image] Aug 16 05:37:04.850 INFO O| Aug 16 05:37:04.850 INFO STEP 1068: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71802024-08-16T05:37:06.182Z[ recovery-image] Aug 16 05:37:04.860 INFO O| Aug 16 05:37:04.860 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/fuser"
71812024-08-16T05:37:06.184Z[ recovery-image] Aug 16 05:37:04.860 INFO O| Aug 16 05:37:04.860 INFO STEP 1068 (remove_files) COMPLETE
71822024-08-16T05:37:06.184Z[ recovery-image] Aug 16 05:37:04.860 INFO O| Aug 16 05:37:04.860 INFO STEP 1069: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71832024-08-16T05:37:06.193Z[ recovery-image] Aug 16 05:37:04.871 INFO O| Aug 16 05:37:04.870 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/getdevpolicy"
71842024-08-16T05:37:06.194Z[ recovery-image] Aug 16 05:37:04.871 INFO O| Aug 16 05:37:04.871 INFO STEP 1069 (remove_files) COMPLETE
71852024-08-16T05:37:06.196Z[ recovery-image] Aug 16 05:37:04.871 INFO O| Aug 16 05:37:04.871 INFO STEP 1070: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71862024-08-16T05:37:06.203Z[ recovery-image] Aug 16 05:37:04.882 INFO O| Aug 16 05:37:04.881 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/getmajor"
71872024-08-16T05:37:06.203Z[ recovery-image] Aug 16 05:37:04.882 INFO O| Aug 16 05:37:04.882 INFO STEP 1070 (remove_files) COMPLETE
71882024-08-16T05:37:06.206Z[ recovery-image] Aug 16 05:37:04.882 INFO O| Aug 16 05:37:04.882 INFO STEP 1071: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71892024-08-16T05:37:06.215Z[ recovery-image] Aug 16 05:37:04.893 INFO O| Aug 16 05:37:04.893 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/groupadd"
71902024-08-16T05:37:06.215Z[ recovery-image] Aug 16 05:37:04.893 INFO O| Aug 16 05:37:04.893 INFO STEP 1071 (remove_files) COMPLETE
71912024-08-16T05:37:06.217Z[ recovery-image] Aug 16 05:37:04.893 INFO O| Aug 16 05:37:04.893 INFO STEP 1072: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71922024-08-16T05:37:06.225Z[ recovery-image] Aug 16 05:37:04.903 INFO O| Aug 16 05:37:04.903 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/groupdel"
71932024-08-16T05:37:06.225Z[ recovery-image] Aug 16 05:37:04.903 INFO O| Aug 16 05:37:04.903 INFO STEP 1072 (remove_files) COMPLETE
71942024-08-16T05:37:06.229Z[ recovery-image] Aug 16 05:37:04.903 INFO O| Aug 16 05:37:04.903 INFO STEP 1073: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71952024-08-16T05:37:06.234Z[ recovery-image] Aug 16 05:37:04.913 INFO O| Aug 16 05:37:04.913 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/groupmod"
71962024-08-16T05:37:06.234Z[ recovery-image] Aug 16 05:37:04.913 INFO O| Aug 16 05:37:04.913 INFO STEP 1073 (remove_files) COMPLETE
71972024-08-16T05:37:06.234Z[ recovery-image] Aug 16 05:37:04.913 INFO O| Aug 16 05:37:04.913 INFO STEP 1074: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71982024-08-16T05:37:06.244Z[ recovery-image] Aug 16 05:37:04.922 INFO O| Aug 16 05:37:04.922 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/growfs"
71992024-08-16T05:37:06.244Z[ recovery-image] Aug 16 05:37:04.922 INFO O| Aug 16 05:37:04.922 INFO STEP 1074 (remove_files) COMPLETE
72002024-08-16T05:37:06.247Z[ recovery-image] Aug 16 05:37:04.922 INFO O| Aug 16 05:37:04.922 INFO STEP 1075: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72012024-08-16T05:37:06.254Z[ recovery-image] Aug 16 05:37:04.932 INFO O| Aug 16 05:37:04.932 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/grpck"
72022024-08-16T05:37:06.256Z[ recovery-image] Aug 16 05:37:04.933 INFO O| Aug 16 05:37:04.933 INFO STEP 1075 (remove_files) COMPLETE
72032024-08-16T05:37:06.256Z[ recovery-image] Aug 16 05:37:04.933 INFO O| Aug 16 05:37:04.933 INFO STEP 1076: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72042024-08-16T05:37:06.264Z[ recovery-image] Aug 16 05:37:04.942 INFO O| Aug 16 05:37:04.942 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/gsscred"
72052024-08-16T05:37:06.266Z[ recovery-image] Aug 16 05:37:04.942 INFO O| Aug 16 05:37:04.942 INFO STEP 1076 (remove_files) COMPLETE
72062024-08-16T05:37:06.266Z[ recovery-image] Aug 16 05:37:04.942 INFO O| Aug 16 05:37:04.942 INFO STEP 1077: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72072024-08-16T05:37:06.274Z[ recovery-image] Aug 16 05:37:04.951 INFO O| Aug 16 05:37:04.951 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/halt"
72082024-08-16T05:37:06.274Z[ recovery-image] Aug 16 05:37:04.951 INFO O| Aug 16 05:37:04.951 INFO STEP 1077 (remove_files) COMPLETE
72092024-08-16T05:37:06.277Z[ recovery-image] Aug 16 05:37:04.952 INFO O| Aug 16 05:37:04.951 INFO STEP 1078: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72102024-08-16T05:37:06.283Z[ recovery-image] Aug 16 05:37:04.961 INFO O| Aug 16 05:37:04.961 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/hotplug"
72112024-08-16T05:37:06.287Z[ recovery-image] Aug 16 05:37:04.961 INFO O| Aug 16 05:37:04.961 INFO STEP 1078 (remove_files) COMPLETE
72122024-08-16T05:37:06.287Z[ recovery-image] Aug 16 05:37:04.961 INFO O| Aug 16 05:37:04.961 INFO STEP 1079: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72132024-08-16T05:37:06.294Z[ recovery-image] Aug 16 05:37:04.972 INFO O| Aug 16 05:37:04.972 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/iasl"
72142024-08-16T05:37:06.294Z[ recovery-image] Aug 16 05:37:04.972 INFO O| Aug 16 05:37:04.972 INFO STEP 1079 (remove_files) COMPLETE
72152024-08-16T05:37:06.294Z[ recovery-image] Aug 16 05:37:04.972 INFO O| Aug 16 05:37:04.972 INFO STEP 1080: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72162024-08-16T05:37:06.305Z[ recovery-image] Aug 16 05:37:04.983 INFO O| Aug 16 05:37:04.983 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/idmap"
72172024-08-16T05:37:06.305Z[ recovery-image] Aug 16 05:37:04.984 INFO O| Aug 16 05:37:04.984 INFO STEP 1080 (remove_files) COMPLETE
72182024-08-16T05:37:06.305Z[ recovery-image] Aug 16 05:37:04.984 INFO O| Aug 16 05:37:04.984 INFO STEP 1081: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72192024-08-16T05:37:06.316Z[ recovery-image] Aug 16 05:37:04.994 INFO O| Aug 16 05:37:04.994 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/if_mpadm"
72202024-08-16T05:37:06.316Z[ recovery-image] Aug 16 05:37:04.994 INFO O| Aug 16 05:37:04.994 INFO STEP 1081 (remove_files) COMPLETE
72212024-08-16T05:37:06.318Z[ recovery-image] Aug 16 05:37:04.994 INFO O| Aug 16 05:37:04.994 INFO STEP 1082: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72222024-08-16T05:37:06.326Z[ recovery-image] Aug 16 05:37:05.004 INFO O| Aug 16 05:37:05.004 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/ikeadm"
72232024-08-16T05:37:06.326Z[ recovery-image] Aug 16 05:37:05.004 INFO O| Aug 16 05:37:05.004 INFO STEP 1082 (remove_files) COMPLETE
72242024-08-16T05:37:06.329Z[ recovery-image] Aug 16 05:37:05.004 INFO O| Aug 16 05:37:05.004 INFO STEP 1083: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72252024-08-16T05:37:06.336Z[ recovery-image] Aug 16 05:37:05.014 INFO O| Aug 16 05:37:05.014 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/ikecert"
72262024-08-16T05:37:06.336Z[ recovery-image] Aug 16 05:37:05.014 INFO O| Aug 16 05:37:05.014 INFO STEP 1083 (remove_files) COMPLETE
72272024-08-16T05:37:06.339Z[ recovery-image] Aug 16 05:37:05.014 INFO O| Aug 16 05:37:05.014 INFO STEP 1084: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72282024-08-16T05:37:06.346Z[ recovery-image] Aug 16 05:37:05.024 INFO O| Aug 16 05:37:05.024 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/in.rdisc"
72292024-08-16T05:37:06.348Z[ recovery-image] Aug 16 05:37:05.025 INFO O| Aug 16 05:37:05.025 INFO STEP 1084 (remove_files) COMPLETE
72302024-08-16T05:37:06.349Z[ recovery-image] Aug 16 05:37:05.025 INFO O| Aug 16 05:37:05.025 INFO STEP 1085: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72312024-08-16T05:37:06.356Z[ recovery-image] Aug 16 05:37:05.034 INFO O| Aug 16 05:37:05.034 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/in.routed"
72322024-08-16T05:37:06.356Z[ recovery-image] Aug 16 05:37:05.035 INFO O| Aug 16 05:37:05.035 INFO STEP 1085 (remove_files) COMPLETE
72332024-08-16T05:37:06.356Z[ recovery-image] Aug 16 05:37:05.035 INFO O| Aug 16 05:37:05.035 INFO STEP 1086: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72342024-08-16T05:37:06.366Z[ recovery-image] Aug 16 05:37:05.044 INFO O| Aug 16 05:37:05.044 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/inetadm"
72352024-08-16T05:37:06.368Z[ recovery-image] Aug 16 05:37:05.044 INFO O| Aug 16 05:37:05.044 INFO STEP 1086 (remove_files) COMPLETE
72362024-08-16T05:37:06.368Z[ recovery-image] Aug 16 05:37:05.044 INFO O| Aug 16 05:37:05.044 INFO STEP 1087: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72372024-08-16T05:37:06.375Z[ recovery-image] Aug 16 05:37:05.053 INFO O| Aug 16 05:37:05.053 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/inetconv"
72382024-08-16T05:37:06.375Z[ recovery-image] Aug 16 05:37:05.053 INFO O| Aug 16 05:37:05.053 INFO STEP 1087 (remove_files) COMPLETE
72392024-08-16T05:37:06.375Z[ recovery-image] Aug 16 05:37:05.053 INFO O| Aug 16 05:37:05.053 INFO STEP 1088: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72402024-08-16T05:37:06.385Z[ recovery-image] Aug 16 05:37:05.064 INFO O| Aug 16 05:37:05.063 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/install"
72412024-08-16T05:37:06.386Z[ recovery-image] Aug 16 05:37:05.064 INFO O| Aug 16 05:37:05.064 INFO STEP 1088 (remove_files) COMPLETE
72422024-08-16T05:37:06.386Z[ recovery-image] Aug 16 05:37:05.064 INFO O| Aug 16 05:37:05.064 INFO STEP 1089: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72432024-08-16T05:37:06.396Z[ recovery-image] Aug 16 05:37:05.074 INFO O| Aug 16 05:37:05.074 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/installboot"
72442024-08-16T05:37:06.396Z[ recovery-image] Aug 16 05:37:05.074 INFO O| Aug 16 05:37:05.074 INFO STEP 1089 (remove_files) COMPLETE
72452024-08-16T05:37:06.396Z[ recovery-image] Aug 16 05:37:05.074 INFO O| Aug 16 05:37:05.074 INFO STEP 1090: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72462024-08-16T05:37:06.406Z[ recovery-image] Aug 16 05:37:05.084 INFO O| Aug 16 05:37:05.084 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/installf"
72472024-08-16T05:37:06.406Z[ recovery-image] Aug 16 05:37:05.084 INFO O| Aug 16 05:37:05.084 INFO STEP 1090 (remove_files) COMPLETE
72482024-08-16T05:37:06.406Z[ recovery-image] Aug 16 05:37:05.084 INFO O| Aug 16 05:37:05.084 INFO STEP 1091: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72492024-08-16T05:37:06.415Z[ recovery-image] Aug 16 05:37:05.093 INFO O| Aug 16 05:37:05.093 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/intrstat"
72502024-08-16T05:37:06.415Z[ recovery-image] Aug 16 05:37:05.093 INFO O| Aug 16 05:37:05.093 INFO STEP 1091 (remove_files) COMPLETE
72512024-08-16T05:37:06.418Z[ recovery-image] Aug 16 05:37:05.094 INFO O| Aug 16 05:37:05.093 INFO STEP 1092: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72522024-08-16T05:37:06.425Z[ recovery-image] Aug 16 05:37:05.103 INFO O| Aug 16 05:37:05.103 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/ipsecalgs"
72532024-08-16T05:37:06.425Z[ recovery-image] Aug 16 05:37:05.103 INFO O| Aug 16 05:37:05.103 INFO STEP 1092 (remove_files) COMPLETE
72542024-08-16T05:37:06.425Z[ recovery-image] Aug 16 05:37:05.103 INFO O| Aug 16 05:37:05.103 INFO STEP 1093: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72552024-08-16T05:37:06.434Z[ recovery-image] Aug 16 05:37:05.112 INFO O| Aug 16 05:37:05.112 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/ipsecconf"
72562024-08-16T05:37:06.434Z[ recovery-image] Aug 16 05:37:05.112 INFO O| Aug 16 05:37:05.112 INFO STEP 1093 (remove_files) COMPLETE
72572024-08-16T05:37:06.436Z[ recovery-image] Aug 16 05:37:05.112 INFO O| Aug 16 05:37:05.112 INFO STEP 1094: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72582024-08-16T05:37:06.443Z[ recovery-image] Aug 16 05:37:05.121 INFO O| Aug 16 05:37:05.121 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/ipseckey"
72592024-08-16T05:37:06.443Z[ recovery-image] Aug 16 05:37:05.121 INFO O| Aug 16 05:37:05.121 INFO STEP 1094 (remove_files) COMPLETE
72602024-08-16T05:37:06.443Z[ recovery-image] Aug 16 05:37:05.121 INFO O| Aug 16 05:37:05.121 INFO STEP 1095: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72612024-08-16T05:37:06.452Z[ recovery-image] Aug 16 05:37:05.131 INFO O| Aug 16 05:37:05.131 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/keyserv"
72622024-08-16T05:37:06.453Z[ recovery-image] Aug 16 05:37:05.131 INFO O| Aug 16 05:37:05.131 INFO STEP 1095 (remove_files) COMPLETE
72632024-08-16T05:37:06.455Z[ recovery-image] Aug 16 05:37:05.131 INFO O| Aug 16 05:37:05.131 INFO STEP 1096: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72642024-08-16T05:37:06.463Z[ recovery-image] Aug 16 05:37:05.140 INFO O| Aug 16 05:37:05.140 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/killall"
72652024-08-16T05:37:06.465Z[ recovery-image] Aug 16 05:37:05.140 INFO O| Aug 16 05:37:05.140 INFO STEP 1096 (remove_files) COMPLETE
72662024-08-16T05:37:06.465Z[ recovery-image] Aug 16 05:37:05.140 INFO O| Aug 16 05:37:05.140 INFO STEP 1097: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72672024-08-16T05:37:06.471Z[ recovery-image] Aug 16 05:37:05.149 INFO O| Aug 16 05:37:05.149 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/link"
72682024-08-16T05:37:06.471Z[ recovery-image] Aug 16 05:37:05.149 INFO O| Aug 16 05:37:05.149 INFO STEP 1097 (remove_files) COMPLETE
72692024-08-16T05:37:06.473Z[ recovery-image] Aug 16 05:37:05.149 INFO O| Aug 16 05:37:05.149 INFO STEP 1098: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72702024-08-16T05:37:06.481Z[ recovery-image] Aug 16 05:37:05.159 INFO O| Aug 16 05:37:05.159 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/list_devices"
72712024-08-16T05:37:06.481Z[ recovery-image] Aug 16 05:37:05.159 INFO O| Aug 16 05:37:05.159 INFO STEP 1098 (remove_files) COMPLETE
72722024-08-16T05:37:06.483Z[ recovery-image] Aug 16 05:37:05.159 INFO O| Aug 16 05:37:05.159 INFO STEP 1099: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72732024-08-16T05:37:06.491Z[ recovery-image] Aug 16 05:37:05.169 INFO O| Aug 16 05:37:05.169 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/locator"
72742024-08-16T05:37:06.491Z[ recovery-image] Aug 16 05:37:05.169 INFO O| Aug 16 05:37:05.169 INFO STEP 1099 (remove_files) COMPLETE
72752024-08-16T05:37:06.491Z[ recovery-image] Aug 16 05:37:05.169 INFO O| Aug 16 05:37:05.169 INFO STEP 1100: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72762024-08-16T05:37:06.502Z[ recovery-image] Aug 16 05:37:05.180 INFO O| Aug 16 05:37:05.180 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/lockstat"
72772024-08-16T05:37:06.502Z[ recovery-image] Aug 16 05:37:05.180 INFO O| Aug 16 05:37:05.180 INFO STEP 1100 (remove_files) COMPLETE
72782024-08-16T05:37:06.505Z[ recovery-image] Aug 16 05:37:05.180 INFO O| Aug 16 05:37:05.180 INFO STEP 1101: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72792024-08-16T05:37:06.512Z[ recovery-image] Aug 16 05:37:05.190 INFO O| Aug 16 05:37:05.190 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/lofiadm"
72802024-08-16T05:37:06.512Z[ recovery-image] Aug 16 05:37:05.190 INFO O| Aug 16 05:37:05.190 INFO STEP 1101 (remove_files) COMPLETE
72812024-08-16T05:37:06.515Z[ recovery-image] Aug 16 05:37:05.190 INFO O| Aug 16 05:37:05.190 INFO STEP 1102: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72822024-08-16T05:37:06.522Z[ recovery-image] Aug 16 05:37:05.200 INFO O| Aug 16 05:37:05.200 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/logadm"
72832024-08-16T05:37:06.522Z[ recovery-image] Aug 16 05:37:05.200 INFO O| Aug 16 05:37:05.200 INFO STEP 1102 (remove_files) COMPLETE
72842024-08-16T05:37:06.524Z[ recovery-image] Aug 16 05:37:05.200 INFO O| Aug 16 05:37:05.200 INFO STEP 1103: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72852024-08-16T05:37:06.531Z[ recovery-image] Aug 16 05:37:05.210 INFO O| Aug 16 05:37:05.210 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/makedbm"
72862024-08-16T05:37:06.532Z[ recovery-image] Aug 16 05:37:05.210 INFO O| Aug 16 05:37:05.210 INFO STEP 1103 (remove_files) COMPLETE
72872024-08-16T05:37:06.532Z[ recovery-image] Aug 16 05:37:05.210 INFO O| Aug 16 05:37:05.210 INFO STEP 1104: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72882024-08-16T05:37:06.541Z[ recovery-image] Aug 16 05:37:05.219 INFO O| Aug 16 05:37:05.219 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/mkdevalloc"
72892024-08-16T05:37:06.541Z[ recovery-image] Aug 16 05:37:05.219 INFO O| Aug 16 05:37:05.219 INFO STEP 1104 (remove_files) COMPLETE
72902024-08-16T05:37:06.541Z[ recovery-image] Aug 16 05:37:05.219 INFO O| Aug 16 05:37:05.219 INFO STEP 1105: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72912024-08-16T05:37:06.550Z[ recovery-image] Aug 16 05:37:05.228 INFO O| Aug 16 05:37:05.228 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/mkdevmaps"
72922024-08-16T05:37:06.550Z[ recovery-image] Aug 16 05:37:05.228 INFO O| Aug 16 05:37:05.228 INFO STEP 1105 (remove_files) COMPLETE
72932024-08-16T05:37:06.550Z[ recovery-image] Aug 16 05:37:05.228 INFO O| Aug 16 05:37:05.228 INFO STEP 1106: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72942024-08-16T05:37:06.560Z[ recovery-image] Aug 16 05:37:05.238 INFO O| Aug 16 05:37:05.238 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/mkfile"
72952024-08-16T05:37:06.560Z[ recovery-image] Aug 16 05:37:05.238 INFO O| Aug 16 05:37:05.238 INFO STEP 1106 (remove_files) COMPLETE
72962024-08-16T05:37:06.560Z[ recovery-image] Aug 16 05:37:05.238 INFO O| Aug 16 05:37:05.238 INFO STEP 1107: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72972024-08-16T05:37:06.570Z[ recovery-image] Aug 16 05:37:05.248 INFO O| Aug 16 05:37:05.248 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/mknod"
72982024-08-16T05:37:06.572Z[ recovery-image] Aug 16 05:37:05.248 INFO O| Aug 16 05:37:05.248 INFO STEP 1107 (remove_files) COMPLETE
72992024-08-16T05:37:06.572Z[ recovery-image] Aug 16 05:37:05.248 INFO O| Aug 16 05:37:05.248 INFO STEP 1108: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73002024-08-16T05:37:06.581Z[ recovery-image] Aug 16 05:37:05.259 INFO O| Aug 16 05:37:05.259 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/modinfo"
73012024-08-16T05:37:06.581Z[ recovery-image] Aug 16 05:37:05.259 INFO O| Aug 16 05:37:05.259 INFO STEP 1108 (remove_files) COMPLETE
73022024-08-16T05:37:06.584Z[ recovery-image] Aug 16 05:37:05.259 INFO O| Aug 16 05:37:05.259 INFO STEP 1109: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73032024-08-16T05:37:06.594Z[ recovery-image] Aug 16 05:37:05.272 INFO O| Aug 16 05:37:05.272 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/modload"
73042024-08-16T05:37:06.594Z[ recovery-image] Aug 16 05:37:05.272 INFO O| Aug 16 05:37:05.272 INFO STEP 1109 (remove_files) COMPLETE
73052024-08-16T05:37:06.594Z[ recovery-image] Aug 16 05:37:05.272 INFO O| Aug 16 05:37:05.272 INFO STEP 1110: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73062024-08-16T05:37:06.606Z[ recovery-image] Aug 16 05:37:05.284 INFO O| Aug 16 05:37:05.284 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/mountall"
73072024-08-16T05:37:06.606Z[ recovery-image] Aug 16 05:37:05.284 INFO O| Aug 16 05:37:05.284 INFO STEP 1110 (remove_files) COMPLETE
73082024-08-16T05:37:06.606Z[ recovery-image] Aug 16 05:37:05.284 INFO O| Aug 16 05:37:05.284 INFO STEP 1111: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73092024-08-16T05:37:06.617Z[ recovery-image] Aug 16 05:37:05.295 INFO O| Aug 16 05:37:05.295 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/msgid"
73102024-08-16T05:37:06.619Z[ recovery-image] Aug 16 05:37:05.295 INFO O| Aug 16 05:37:05.295 INFO STEP 1111 (remove_files) COMPLETE
73112024-08-16T05:37:06.619Z[ recovery-image] Aug 16 05:37:05.295 INFO O| Aug 16 05:37:05.295 INFO STEP 1112: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73122024-08-16T05:37:06.628Z[ recovery-image] Aug 16 05:37:05.306 INFO O| Aug 16 05:37:05.306 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/mvdir"
73132024-08-16T05:37:06.628Z[ recovery-image] Aug 16 05:37:05.306 INFO O| Aug 16 05:37:05.306 INFO STEP 1112 (remove_files) COMPLETE
73142024-08-16T05:37:06.631Z[ recovery-image] Aug 16 05:37:05.306 INFO O| Aug 16 05:37:05.306 INFO STEP 1113: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73152024-08-16T05:37:06.638Z[ recovery-image] Aug 16 05:37:05.316 INFO O| Aug 16 05:37:05.316 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/ndp"
73162024-08-16T05:37:06.640Z[ recovery-image] Aug 16 05:37:05.316 INFO O| Aug 16 05:37:05.316 INFO STEP 1113 (remove_files) COMPLETE
73172024-08-16T05:37:06.640Z[ recovery-image] Aug 16 05:37:05.316 INFO O| Aug 16 05:37:05.316 INFO STEP 1114: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73182024-08-16T05:37:06.648Z[ recovery-image] Aug 16 05:37:05.326 INFO O| Aug 16 05:37:05.326 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/nlsadmin"
73192024-08-16T05:37:06.650Z[ recovery-image] Aug 16 05:37:05.326 INFO O| Aug 16 05:37:05.326 INFO STEP 1114 (remove_files) COMPLETE
73202024-08-16T05:37:06.650Z[ recovery-image] Aug 16 05:37:05.326 INFO O| Aug 16 05:37:05.326 INFO STEP 1115: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73212024-08-16T05:37:06.658Z[ recovery-image] Aug 16 05:37:05.336 INFO O| Aug 16 05:37:05.336 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/nltest"
73222024-08-16T05:37:06.658Z[ recovery-image] Aug 16 05:37:05.336 INFO O| Aug 16 05:37:05.336 INFO STEP 1115 (remove_files) COMPLETE
73232024-08-16T05:37:06.658Z[ recovery-image] Aug 16 05:37:05.336 INFO O| Aug 16 05:37:05.336 INFO STEP 1116: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73242024-08-16T05:37:06.668Z[ recovery-image] Aug 16 05:37:05.346 INFO O| Aug 16 05:37:05.346 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/nvmeadm"
73252024-08-16T05:37:06.670Z[ recovery-image] Aug 16 05:37:05.346 INFO O| Aug 16 05:37:05.346 INFO STEP 1116 (remove_files) COMPLETE
73262024-08-16T05:37:06.670Z[ recovery-image] Aug 16 05:37:05.346 INFO O| Aug 16 05:37:05.346 INFO STEP 1117: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73272024-08-16T05:37:06.677Z[ recovery-image] Aug 16 05:37:05.355 INFO O| Aug 16 05:37:05.355 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/nwamadm"
73282024-08-16T05:37:06.677Z[ recovery-image] Aug 16 05:37:05.355 INFO O| Aug 16 05:37:05.355 INFO STEP 1117 (remove_files) COMPLETE
73292024-08-16T05:37:06.680Z[ recovery-image] Aug 16 05:37:05.355 INFO O| Aug 16 05:37:05.355 INFO STEP 1118: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73302024-08-16T05:37:06.687Z[ recovery-image] Aug 16 05:37:05.365 INFO O| Aug 16 05:37:05.365 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/nwamcfg"
73312024-08-16T05:37:06.691Z[ recovery-image] Aug 16 05:37:05.365 INFO O| Aug 16 05:37:05.365 INFO STEP 1118 (remove_files) COMPLETE
73322024-08-16T05:37:06.691Z[ recovery-image] Aug 16 05:37:05.365 INFO O| Aug 16 05:37:05.365 INFO STEP 1119: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73332024-08-16T05:37:06.697Z[ recovery-image] Aug 16 05:37:05.375 INFO O| Aug 16 05:37:05.375 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/pbind"
73342024-08-16T05:37:06.697Z[ recovery-image] Aug 16 05:37:05.375 INFO O| Aug 16 05:37:05.375 INFO STEP 1119 (remove_files) COMPLETE
73352024-08-16T05:37:06.700Z[ recovery-image] Aug 16 05:37:05.375 INFO O| Aug 16 05:37:05.375 INFO STEP 1120: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73362024-08-16T05:37:06.707Z[ recovery-image] Aug 16 05:37:05.385 INFO O| Aug 16 05:37:05.385 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/ping"
73372024-08-16T05:37:06.707Z[ recovery-image] Aug 16 05:37:05.385 INFO O| Aug 16 05:37:05.385 INFO STEP 1120 (remove_files) COMPLETE
73382024-08-16T05:37:06.707Z[ recovery-image] Aug 16 05:37:05.385 INFO O| Aug 16 05:37:05.385 INFO STEP 1121: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73392024-08-16T05:37:06.717Z[ recovery-image] Aug 16 05:37:05.395 INFO O| Aug 16 05:37:05.395 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/pkgadd"
73402024-08-16T05:37:06.717Z[ recovery-image] Aug 16 05:37:05.395 INFO O| Aug 16 05:37:05.395 INFO STEP 1121 (remove_files) COMPLETE
73412024-08-16T05:37:06.720Z[ recovery-image] Aug 16 05:37:05.395 INFO O| Aug 16 05:37:05.395 INFO STEP 1122: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73422024-08-16T05:37:06.727Z[ recovery-image] Aug 16 05:37:05.405 INFO O| Aug 16 05:37:05.405 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/pkgask"
73432024-08-16T05:37:06.727Z[ recovery-image] Aug 16 05:37:05.405 INFO O| Aug 16 05:37:05.405 INFO STEP 1122 (remove_files) COMPLETE
73442024-08-16T05:37:06.729Z[ recovery-image] Aug 16 05:37:05.405 INFO O| Aug 16 05:37:05.405 INFO STEP 1123: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73452024-08-16T05:37:06.736Z[ recovery-image] Aug 16 05:37:05.414 INFO O| Aug 16 05:37:05.414 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/pkgchk"
73462024-08-16T05:37:06.738Z[ recovery-image] Aug 16 05:37:05.414 INFO O| Aug 16 05:37:05.414 INFO STEP 1123 (remove_files) COMPLETE
73472024-08-16T05:37:06.739Z[ recovery-image] Aug 16 05:37:05.414 INFO O| Aug 16 05:37:05.414 INFO STEP 1124: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73482024-08-16T05:37:06.745Z[ recovery-image] Aug 16 05:37:05.424 INFO O| Aug 16 05:37:05.423 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/pkgrm"
73492024-08-16T05:37:06.745Z[ recovery-image] Aug 16 05:37:05.424 INFO O| Aug 16 05:37:05.424 INFO STEP 1124 (remove_files) COMPLETE
73502024-08-16T05:37:06.748Z[ recovery-image] Aug 16 05:37:05.424 INFO O| Aug 16 05:37:05.424 INFO STEP 1125: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73512024-08-16T05:37:06.755Z[ recovery-image] Aug 16 05:37:05.433 INFO O| Aug 16 05:37:05.433 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/plockstat"
73522024-08-16T05:37:06.755Z[ recovery-image] Aug 16 05:37:05.433 INFO O| Aug 16 05:37:05.433 INFO STEP 1125 (remove_files) COMPLETE
73532024-08-16T05:37:06.755Z[ recovery-image] Aug 16 05:37:05.433 INFO O| Aug 16 05:37:05.433 INFO STEP 1126: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73542024-08-16T05:37:06.764Z[ recovery-image] Aug 16 05:37:05.442 INFO O| Aug 16 05:37:05.442 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/pooladm"
73552024-08-16T05:37:06.764Z[ recovery-image] Aug 16 05:37:05.442 INFO O| Aug 16 05:37:05.442 INFO STEP 1126 (remove_files) COMPLETE
73562024-08-16T05:37:06.768Z[ recovery-image] Aug 16 05:37:05.442 INFO O| Aug 16 05:37:05.442 INFO STEP 1127: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73572024-08-16T05:37:06.773Z[ recovery-image] Aug 16 05:37:05.451 INFO O| Aug 16 05:37:05.451 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/poolbind"
73582024-08-16T05:37:06.773Z[ recovery-image] Aug 16 05:37:05.452 INFO O| Aug 16 05:37:05.452 INFO STEP 1127 (remove_files) COMPLETE
73592024-08-16T05:37:06.774Z[ recovery-image] Aug 16 05:37:05.452 INFO O| Aug 16 05:37:05.452 INFO STEP 1128: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73602024-08-16T05:37:06.783Z[ recovery-image] Aug 16 05:37:05.461 INFO O| Aug 16 05:37:05.461 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/poolcfg"
73612024-08-16T05:37:06.783Z[ recovery-image] Aug 16 05:37:05.461 INFO O| Aug 16 05:37:05.461 INFO STEP 1128 (remove_files) COMPLETE
73622024-08-16T05:37:06.786Z[ recovery-image] Aug 16 05:37:05.461 INFO O| Aug 16 05:37:05.461 INFO STEP 1129: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73632024-08-16T05:37:06.793Z[ recovery-image] Aug 16 05:37:05.471 INFO O| Aug 16 05:37:05.471 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/ports"
73642024-08-16T05:37:06.793Z[ recovery-image] Aug 16 05:37:05.471 INFO O| Aug 16 05:37:05.471 INFO STEP 1129 (remove_files) COMPLETE
73652024-08-16T05:37:06.796Z[ recovery-image] Aug 16 05:37:05.471 INFO O| Aug 16 05:37:05.471 INFO STEP 1130: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73662024-08-16T05:37:06.804Z[ recovery-image] Aug 16 05:37:05.481 INFO O| Aug 16 05:37:05.481 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/poweroff"
73672024-08-16T05:37:06.804Z[ recovery-image] Aug 16 05:37:05.482 INFO O| Aug 16 05:37:05.482 INFO STEP 1130 (remove_files) COMPLETE
73682024-08-16T05:37:06.804Z[ recovery-image] Aug 16 05:37:05.482 INFO O| Aug 16 05:37:05.482 INFO STEP 1131: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73692024-08-16T05:37:06.814Z[ recovery-image] Aug 16 05:37:05.492 INFO O| Aug 16 05:37:05.491 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/pptadm"
73702024-08-16T05:37:06.814Z[ recovery-image] Aug 16 05:37:05.492 INFO O| Aug 16 05:37:05.492 INFO STEP 1131 (remove_files) COMPLETE
73712024-08-16T05:37:06.816Z[ recovery-image] Aug 16 05:37:05.492 INFO O| Aug 16 05:37:05.492 INFO STEP 1132: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73722024-08-16T05:37:06.824Z[ recovery-image] Aug 16 05:37:05.502 INFO O| Aug 16 05:37:05.502 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/praudit"
73732024-08-16T05:37:06.824Z[ recovery-image] Aug 16 05:37:05.502 INFO O| Aug 16 05:37:05.502 INFO STEP 1132 (remove_files) COMPLETE
73742024-08-16T05:37:06.826Z[ recovery-image] Aug 16 05:37:05.502 INFO O| Aug 16 05:37:05.502 INFO STEP 1133: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73752024-08-16T05:37:06.834Z[ recovery-image] Aug 16 05:37:05.512 INFO O| Aug 16 05:37:05.512 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/projadd"
73762024-08-16T05:37:06.836Z[ recovery-image] Aug 16 05:37:05.512 INFO O| Aug 16 05:37:05.512 INFO STEP 1133 (remove_files) COMPLETE
73772024-08-16T05:37:06.836Z[ recovery-image] Aug 16 05:37:05.512 INFO O| Aug 16 05:37:05.512 INFO STEP 1134: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73782024-08-16T05:37:06.843Z[ recovery-image] Aug 16 05:37:05.521 INFO O| Aug 16 05:37:05.521 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/projdel"
73792024-08-16T05:37:06.843Z[ recovery-image] Aug 16 05:37:05.521 INFO O| Aug 16 05:37:05.521 INFO STEP 1134 (remove_files) COMPLETE
73802024-08-16T05:37:06.843Z[ recovery-image] Aug 16 05:37:05.521 INFO O| Aug 16 05:37:05.521 INFO STEP 1135: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73812024-08-16T05:37:06.853Z[ recovery-image] Aug 16 05:37:05.531 INFO O| Aug 16 05:37:05.531 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/projmod"
73822024-08-16T05:37:06.853Z[ recovery-image] Aug 16 05:37:05.531 INFO O| Aug 16 05:37:05.531 INFO STEP 1135 (remove_files) COMPLETE
73832024-08-16T05:37:06.853Z[ recovery-image] Aug 16 05:37:05.531 INFO O| Aug 16 05:37:05.531 INFO STEP 1136: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73842024-08-16T05:37:06.862Z[ recovery-image] Aug 16 05:37:05.540 INFO O| Aug 16 05:37:05.540 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/prtdiag"
73852024-08-16T05:37:06.862Z[ recovery-image] Aug 16 05:37:05.540 INFO O| Aug 16 05:37:05.540 INFO STEP 1136 (remove_files) COMPLETE
73862024-08-16T05:37:06.862Z[ recovery-image] Aug 16 05:37:05.540 INFO O| Aug 16 05:37:05.540 INFO STEP 1137: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73872024-08-16T05:37:06.871Z[ recovery-image] Aug 16 05:37:05.549 INFO O| Aug 16 05:37:05.549 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/prtpicl"
73882024-08-16T05:37:06.871Z[ recovery-image] Aug 16 05:37:05.549 INFO O| Aug 16 05:37:05.549 INFO STEP 1137 (remove_files) COMPLETE
73892024-08-16T05:37:06.874Z[ recovery-image] Aug 16 05:37:05.549 INFO O| Aug 16 05:37:05.549 INFO STEP 1138: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73902024-08-16T05:37:06.882Z[ recovery-image] Aug 16 05:37:05.560 INFO O| Aug 16 05:37:05.560 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/prtvtoc"
73912024-08-16T05:37:06.882Z[ recovery-image] Aug 16 05:37:05.560 INFO O| Aug 16 05:37:05.560 INFO STEP 1138 (remove_files) COMPLETE
73922024-08-16T05:37:06.882Z[ recovery-image] Aug 16 05:37:05.560 INFO O| Aug 16 05:37:05.560 INFO STEP 1139: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73932024-08-16T05:37:06.891Z[ recovery-image] Aug 16 05:37:05.569 INFO O| Aug 16 05:37:05.569 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/psradm"
73942024-08-16T05:37:06.894Z[ recovery-image] Aug 16 05:37:05.570 INFO O| Aug 16 05:37:05.569 INFO STEP 1139 (remove_files) COMPLETE
73952024-08-16T05:37:06.894Z[ recovery-image] Aug 16 05:37:05.570 INFO O| Aug 16 05:37:05.570 INFO STEP 1140: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73962024-08-16T05:37:06.901Z[ recovery-image] Aug 16 05:37:05.579 INFO O| Aug 16 05:37:05.579 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/psrinfo"
73972024-08-16T05:37:06.901Z[ recovery-image] Aug 16 05:37:05.579 INFO O| Aug 16 05:37:05.579 INFO STEP 1140 (remove_files) COMPLETE
73982024-08-16T05:37:06.904Z[ recovery-image] Aug 16 05:37:05.579 INFO O| Aug 16 05:37:05.579 INFO STEP 1141: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73992024-08-16T05:37:06.911Z[ recovery-image] Aug 16 05:37:05.589 INFO O| Aug 16 05:37:05.589 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/psrset"
74002024-08-16T05:37:06.911Z[ recovery-image] Aug 16 05:37:05.589 INFO O| Aug 16 05:37:05.589 INFO STEP 1141 (remove_files) COMPLETE
74012024-08-16T05:37:06.911Z[ recovery-image] Aug 16 05:37:05.589 INFO O| Aug 16 05:37:05.589 INFO STEP 1142: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74022024-08-16T05:37:06.921Z[ recovery-image] Aug 16 05:37:05.599 INFO O| Aug 16 05:37:05.599 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/pwck"
74032024-08-16T05:37:06.924Z[ recovery-image] Aug 16 05:37:05.599 INFO O| Aug 16 05:37:05.599 INFO STEP 1142 (remove_files) COMPLETE
74042024-08-16T05:37:06.924Z[ recovery-image] Aug 16 05:37:05.599 INFO O| Aug 16 05:37:05.599 INFO STEP 1143: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74052024-08-16T05:37:06.931Z[ recovery-image] Aug 16 05:37:05.608 INFO O| Aug 16 05:37:05.608 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/pwconv"
74062024-08-16T05:37:06.931Z[ recovery-image] Aug 16 05:37:05.609 INFO O| Aug 16 05:37:05.609 INFO STEP 1143 (remove_files) COMPLETE
74072024-08-16T05:37:06.933Z[ recovery-image] Aug 16 05:37:05.609 INFO O| Aug 16 05:37:05.609 INFO STEP 1144: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74082024-08-16T05:37:06.940Z[ recovery-image] Aug 16 05:37:05.618 INFO O| Aug 16 05:37:05.618 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/raidctl"
74092024-08-16T05:37:06.940Z[ recovery-image] Aug 16 05:37:05.618 INFO O| Aug 16 05:37:05.618 INFO STEP 1144 (remove_files) COMPLETE
74102024-08-16T05:37:06.940Z[ recovery-image] Aug 16 05:37:05.618 INFO O| Aug 16 05:37:05.618 INFO STEP 1145: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74112024-08-16T05:37:06.949Z[ recovery-image] Aug 16 05:37:05.627 INFO O| Aug 16 05:37:05.627 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/ramdiskadm"
74122024-08-16T05:37:06.949Z[ recovery-image] Aug 16 05:37:05.627 INFO O| Aug 16 05:37:05.627 INFO STEP 1145 (remove_files) COMPLETE
74132024-08-16T05:37:06.951Z[ recovery-image] Aug 16 05:37:05.627 INFO O| Aug 16 05:37:05.627 INFO STEP 1146: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74142024-08-16T05:37:06.958Z[ recovery-image] Aug 16 05:37:05.636 INFO O| Aug 16 05:37:05.636 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/rctladm"
74152024-08-16T05:37:06.958Z[ recovery-image] Aug 16 05:37:05.636 INFO O| Aug 16 05:37:05.636 INFO STEP 1146 (remove_files) COMPLETE
74162024-08-16T05:37:06.961Z[ recovery-image] Aug 16 05:37:05.636 INFO O| Aug 16 05:37:05.636 INFO STEP 1147: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74172024-08-16T05:37:06.967Z[ recovery-image] Aug 16 05:37:05.645 INFO O| Aug 16 05:37:05.645 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/rdmsr"
74182024-08-16T05:37:06.967Z[ recovery-image] Aug 16 05:37:05.645 INFO O| Aug 16 05:37:05.645 INFO STEP 1147 (remove_files) COMPLETE
74192024-08-16T05:37:06.967Z[ recovery-image] Aug 16 05:37:05.645 INFO O| Aug 16 05:37:05.645 INFO STEP 1148: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74202024-08-16T05:37:06.977Z[ recovery-image] Aug 16 05:37:05.655 INFO O| Aug 16 05:37:05.655 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/reboot"
74212024-08-16T05:37:06.977Z[ recovery-image] Aug 16 05:37:05.655 INFO O| Aug 16 05:37:05.655 INFO STEP 1148 (remove_files) COMPLETE
74222024-08-16T05:37:06.977Z[ recovery-image] Aug 16 05:37:05.655 INFO O| Aug 16 05:37:05.655 INFO STEP 1149: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74232024-08-16T05:37:06.987Z[ recovery-image] Aug 16 05:37:05.665 INFO O| Aug 16 05:37:05.665 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/rem_drv"
74242024-08-16T05:37:06.987Z[ recovery-image] Aug 16 05:37:05.665 INFO O| Aug 16 05:37:05.665 INFO STEP 1149 (remove_files) COMPLETE
74252024-08-16T05:37:06.989Z[ recovery-image] Aug 16 05:37:05.665 INFO O| Aug 16 05:37:05.665 INFO STEP 1150: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74262024-08-16T05:37:06.997Z[ recovery-image] Aug 16 05:37:05.675 INFO O| Aug 16 05:37:05.675 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/removef"
74272024-08-16T05:37:06.997Z[ recovery-image] Aug 16 05:37:05.675 INFO O| Aug 16 05:37:05.675 INFO STEP 1150 (remove_files) COMPLETE
74282024-08-16T05:37:06.997Z[ recovery-image] Aug 16 05:37:05.675 INFO O| Aug 16 05:37:05.675 INFO STEP 1151: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74292024-08-16T05:37:07.008Z[ recovery-image] Aug 16 05:37:05.685 INFO O| Aug 16 05:37:05.685 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/roleadd"
74302024-08-16T05:37:07.008Z[ recovery-image] Aug 16 05:37:05.685 INFO O| Aug 16 05:37:05.685 INFO STEP 1151 (remove_files) COMPLETE
74312024-08-16T05:37:07.010Z[ recovery-image] Aug 16 05:37:05.685 INFO O| Aug 16 05:37:05.685 INFO STEP 1152: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74322024-08-16T05:37:07.016Z[ recovery-image] Aug 16 05:37:05.694 INFO O| Aug 16 05:37:05.694 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/roledel"
74332024-08-16T05:37:07.016Z[ recovery-image] Aug 16 05:37:05.694 INFO O| Aug 16 05:37:05.694 INFO STEP 1152 (remove_files) COMPLETE
74342024-08-16T05:37:07.019Z[ recovery-image] Aug 16 05:37:05.694 INFO O| Aug 16 05:37:05.694 INFO STEP 1153: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74352024-08-16T05:37:07.026Z[ recovery-image] Aug 16 05:37:05.704 INFO O| Aug 16 05:37:05.704 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/rolemod"
74362024-08-16T05:37:07.028Z[ recovery-image] Aug 16 05:37:05.704 INFO O| Aug 16 05:37:05.704 INFO STEP 1153 (remove_files) COMPLETE
74372024-08-16T05:37:07.028Z[ recovery-image] Aug 16 05:37:05.704 INFO O| Aug 16 05:37:05.704 INFO STEP 1154: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74382024-08-16T05:37:07.035Z[ recovery-image] Aug 16 05:37:05.713 INFO O| Aug 16 05:37:05.713 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/root_archive"
74392024-08-16T05:37:07.037Z[ recovery-image] Aug 16 05:37:05.713 INFO O| Aug 16 05:37:05.713 INFO STEP 1154 (remove_files) COMPLETE
74402024-08-16T05:37:07.038Z[ recovery-image] Aug 16 05:37:05.713 INFO O| Aug 16 05:37:05.713 INFO STEP 1155: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74412024-08-16T05:37:07.045Z[ recovery-image] Aug 16 05:37:05.723 INFO O| Aug 16 05:37:05.723 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/rpcbind"
74422024-08-16T05:37:07.045Z[ recovery-image] Aug 16 05:37:05.723 INFO O| Aug 16 05:37:05.723 INFO STEP 1155 (remove_files) COMPLETE
74432024-08-16T05:37:07.047Z[ recovery-image] Aug 16 05:37:05.723 INFO O| Aug 16 05:37:05.723 INFO STEP 1156: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74442024-08-16T05:37:07.054Z[ recovery-image] Aug 16 05:37:05.732 INFO O| Aug 16 05:37:05.732 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/rtc"
74452024-08-16T05:37:07.056Z[ recovery-image] Aug 16 05:37:05.732 INFO O| Aug 16 05:37:05.732 INFO STEP 1156 (remove_files) COMPLETE
74462024-08-16T05:37:07.056Z[ recovery-image] Aug 16 05:37:05.732 INFO O| Aug 16 05:37:05.732 INFO STEP 1157: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74472024-08-16T05:37:07.064Z[ recovery-image] Aug 16 05:37:05.742 INFO O| Aug 16 05:37:05.742 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/rtquery"
74482024-08-16T05:37:07.067Z[ recovery-image] Aug 16 05:37:05.742 INFO O| Aug 16 05:37:05.742 INFO STEP 1157 (remove_files) COMPLETE
74492024-08-16T05:37:07.067Z[ recovery-image] Aug 16 05:37:05.742 INFO O| Aug 16 05:37:05.742 INFO STEP 1158: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74502024-08-16T05:37:07.073Z[ recovery-image] Aug 16 05:37:05.751 INFO O| Aug 16 05:37:05.751 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/setmnt"
74512024-08-16T05:37:07.073Z[ recovery-image] Aug 16 05:37:05.751 INFO O| Aug 16 05:37:05.751 INFO STEP 1158 (remove_files) COMPLETE
74522024-08-16T05:37:07.076Z[ recovery-image] Aug 16 05:37:05.751 INFO O| Aug 16 05:37:05.751 INFO STEP 1159: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74532024-08-16T05:37:07.083Z[ recovery-image] Aug 16 05:37:05.761 INFO O| Aug 16 05:37:05.761 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/share"
74542024-08-16T05:37:07.083Z[ recovery-image] Aug 16 05:37:05.761 INFO O| Aug 16 05:37:05.761 INFO STEP 1159 (remove_files) COMPLETE
74552024-08-16T05:37:07.083Z[ recovery-image] Aug 16 05:37:05.761 INFO O| Aug 16 05:37:05.761 INFO STEP 1160: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74562024-08-16T05:37:07.093Z[ recovery-image] Aug 16 05:37:05.771 INFO O| Aug 16 05:37:05.771 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/shareall"
74572024-08-16T05:37:07.093Z[ recovery-image] Aug 16 05:37:05.771 INFO O| Aug 16 05:37:05.771 INFO STEP 1160 (remove_files) COMPLETE
74582024-08-16T05:37:07.093Z[ recovery-image] Aug 16 05:37:05.771 INFO O| Aug 16 05:37:05.771 INFO STEP 1161: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74592024-08-16T05:37:07.105Z[ recovery-image] Aug 16 05:37:05.781 INFO O| Aug 16 05:37:05.781 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/sharectl"
74602024-08-16T05:37:07.107Z[ recovery-image] Aug 16 05:37:05.781 INFO O| Aug 16 05:37:05.781 INFO STEP 1161 (remove_files) COMPLETE
74612024-08-16T05:37:07.107Z[ recovery-image] Aug 16 05:37:05.781 INFO O| Aug 16 05:37:05.781 INFO STEP 1162: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74622024-08-16T05:37:07.113Z[ recovery-image] Aug 16 05:37:05.791 INFO O| Aug 16 05:37:05.791 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/sharemgr"
74632024-08-16T05:37:07.114Z[ recovery-image] Aug 16 05:37:05.791 INFO O| Aug 16 05:37:05.791 INFO STEP 1162 (remove_files) COMPLETE
74642024-08-16T05:37:07.116Z[ recovery-image] Aug 16 05:37:05.791 INFO O| Aug 16 05:37:05.791 INFO STEP 1163: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74652024-08-16T05:37:07.122Z[ recovery-image] Aug 16 05:37:05.800 INFO O| Aug 16 05:37:05.800 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/shutdown"
74662024-08-16T05:37:07.122Z[ recovery-image] Aug 16 05:37:05.800 INFO O| Aug 16 05:37:05.800 INFO STEP 1163 (remove_files) COMPLETE
74672024-08-16T05:37:07.123Z[ recovery-image] Aug 16 05:37:05.800 INFO O| Aug 16 05:37:05.800 INFO STEP 1164: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74682024-08-16T05:37:07.132Z[ recovery-image] Aug 16 05:37:05.810 INFO O| Aug 16 05:37:05.809 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/smbadm"
74692024-08-16T05:37:07.132Z[ recovery-image] Aug 16 05:37:05.810 INFO O| Aug 16 05:37:05.810 INFO STEP 1164 (remove_files) COMPLETE
74702024-08-16T05:37:07.132Z[ recovery-image] Aug 16 05:37:05.810 INFO O| Aug 16 05:37:05.810 INFO STEP 1165: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74712024-08-16T05:37:07.141Z[ recovery-image] Aug 16 05:37:05.819 INFO O| Aug 16 05:37:05.819 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/smbios"
74722024-08-16T05:37:07.141Z[ recovery-image] Aug 16 05:37:05.819 INFO O| Aug 16 05:37:05.819 INFO STEP 1165 (remove_files) COMPLETE
74732024-08-16T05:37:07.144Z[ recovery-image] Aug 16 05:37:05.819 INFO O| Aug 16 05:37:05.819 INFO STEP 1166: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74742024-08-16T05:37:07.150Z[ recovery-image] Aug 16 05:37:05.828 INFO O| Aug 16 05:37:05.828 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/smbstat"
74752024-08-16T05:37:07.150Z[ recovery-image] Aug 16 05:37:05.828 INFO O| Aug 16 05:37:05.828 INFO STEP 1166 (remove_files) COMPLETE
74762024-08-16T05:37:07.153Z[ recovery-image] Aug 16 05:37:05.828 INFO O| Aug 16 05:37:05.828 INFO STEP 1167: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74772024-08-16T05:37:07.160Z[ recovery-image] Aug 16 05:37:05.837 INFO O| Aug 16 05:37:05.837 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/snmpd"
74782024-08-16T05:37:07.163Z[ recovery-image] Aug 16 05:37:05.837 INFO O| Aug 16 05:37:05.837 INFO STEP 1167 (remove_files) COMPLETE
74792024-08-16T05:37:07.163Z[ recovery-image] Aug 16 05:37:05.838 INFO O| Aug 16 05:37:05.837 INFO STEP 1168: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74802024-08-16T05:37:07.169Z[ recovery-image] Aug 16 05:37:05.847 INFO O| Aug 16 05:37:05.847 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/snmptrapd"
74812024-08-16T05:37:07.171Z[ recovery-image] Aug 16 05:37:05.847 INFO O| Aug 16 05:37:05.847 INFO STEP 1168 (remove_files) COMPLETE
74822024-08-16T05:37:07.171Z[ recovery-image] Aug 16 05:37:05.847 INFO O| Aug 16 05:37:05.847 INFO STEP 1169: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74832024-08-16T05:37:07.178Z[ recovery-image] Aug 16 05:37:05.856 INFO O| Aug 16 05:37:05.856 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/snoop"
74842024-08-16T05:37:07.178Z[ recovery-image] Aug 16 05:37:05.856 INFO O| Aug 16 05:37:05.856 INFO STEP 1169 (remove_files) COMPLETE
74852024-08-16T05:37:07.181Z[ recovery-image] Aug 16 05:37:05.856 INFO O| Aug 16 05:37:05.856 INFO STEP 1170: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74862024-08-16T05:37:07.189Z[ recovery-image] Aug 16 05:37:05.866 INFO O| Aug 16 05:37:05.866 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/sshd"
74872024-08-16T05:37:07.189Z[ recovery-image] Aug 16 05:37:05.866 INFO O| Aug 16 05:37:05.866 INFO STEP 1170 (remove_files) COMPLETE
74882024-08-16T05:37:07.189Z[ recovery-image] Aug 16 05:37:05.866 INFO O| Aug 16 05:37:05.866 INFO STEP 1171: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74892024-08-16T05:37:07.198Z[ recovery-image] Aug 16 05:37:05.876 INFO O| Aug 16 05:37:05.876 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/stmsboot"
74902024-08-16T05:37:07.201Z[ recovery-image] Aug 16 05:37:05.876 INFO O| Aug 16 05:37:05.876 INFO STEP 1171 (remove_files) COMPLETE
74912024-08-16T05:37:07.201Z[ recovery-image] Aug 16 05:37:05.876 INFO O| Aug 16 05:37:05.876 INFO STEP 1172: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74922024-08-16T05:37:07.208Z[ recovery-image] Aug 16 05:37:05.886 INFO O| Aug 16 05:37:05.885 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/strace"
74932024-08-16T05:37:07.208Z[ recovery-image] Aug 16 05:37:05.886 INFO O| Aug 16 05:37:05.886 INFO STEP 1172 (remove_files) COMPLETE
74942024-08-16T05:37:07.210Z[ recovery-image] Aug 16 05:37:05.886 INFO O| Aug 16 05:37:05.886 INFO STEP 1173: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74952024-08-16T05:37:07.218Z[ recovery-image] Aug 16 05:37:05.895 INFO O| Aug 16 05:37:05.895 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/strclean"
74962024-08-16T05:37:07.218Z[ recovery-image] Aug 16 05:37:05.895 INFO O| Aug 16 05:37:05.895 INFO STEP 1173 (remove_files) COMPLETE
74972024-08-16T05:37:07.220Z[ recovery-image] Aug 16 05:37:05.895 INFO O| Aug 16 05:37:05.895 INFO STEP 1174: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74982024-08-16T05:37:07.227Z[ recovery-image] Aug 16 05:37:05.905 INFO O| Aug 16 05:37:05.905 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/strerr"
74992024-08-16T05:37:07.227Z[ recovery-image] Aug 16 05:37:05.905 INFO O| Aug 16 05:37:05.905 INFO STEP 1174 (remove_files) COMPLETE
75002024-08-16T05:37:07.227Z[ recovery-image] Aug 16 05:37:05.905 INFO O| Aug 16 05:37:05.905 INFO STEP 1175: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75012024-08-16T05:37:07.237Z[ recovery-image] Aug 16 05:37:05.915 INFO O| Aug 16 05:37:05.914 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/sttydefs"
75022024-08-16T05:37:07.237Z[ recovery-image] Aug 16 05:37:05.915 INFO O| Aug 16 05:37:05.915 INFO STEP 1175 (remove_files) COMPLETE
75032024-08-16T05:37:07.239Z[ recovery-image] Aug 16 05:37:05.915 INFO O| Aug 16 05:37:05.915 INFO STEP 1176: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75042024-08-16T05:37:07.246Z[ recovery-image] Aug 16 05:37:05.924 INFO O| Aug 16 05:37:05.924 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/syncinit"
75052024-08-16T05:37:07.248Z[ recovery-image] Aug 16 05:37:05.924 INFO O| Aug 16 05:37:05.924 INFO STEP 1176 (remove_files) COMPLETE
75062024-08-16T05:37:07.248Z[ recovery-image] Aug 16 05:37:05.924 INFO O| Aug 16 05:37:05.924 INFO STEP 1177: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75072024-08-16T05:37:07.256Z[ recovery-image] Aug 16 05:37:05.933 INFO O| Aug 16 05:37:05.933 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/syncloop"
75082024-08-16T05:37:07.256Z[ recovery-image] Aug 16 05:37:05.934 INFO O| Aug 16 05:37:05.934 INFO STEP 1177 (remove_files) COMPLETE
75092024-08-16T05:37:07.258Z[ recovery-image] Aug 16 05:37:05.934 INFO O| Aug 16 05:37:05.934 INFO STEP 1178: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75102024-08-16T05:37:07.265Z[ recovery-image] Aug 16 05:37:05.943 INFO O| Aug 16 05:37:05.943 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/syncstat"
75112024-08-16T05:37:07.268Z[ recovery-image] Aug 16 05:37:05.943 INFO O| Aug 16 05:37:05.943 INFO STEP 1178 (remove_files) COMPLETE
75122024-08-16T05:37:07.268Z[ recovery-image] Aug 16 05:37:05.943 INFO O| Aug 16 05:37:05.943 INFO STEP 1179: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75132024-08-16T05:37:07.275Z[ recovery-image] Aug 16 05:37:05.952 INFO O| Aug 16 05:37:05.952 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/sysdef"
75142024-08-16T05:37:07.278Z[ recovery-image] Aug 16 05:37:05.952 INFO O| Aug 16 05:37:05.952 INFO STEP 1179 (remove_files) COMPLETE
75152024-08-16T05:37:07.278Z[ recovery-image] Aug 16 05:37:05.952 INFO O| Aug 16 05:37:05.952 INFO STEP 1180: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75162024-08-16T05:37:07.284Z[ recovery-image] Aug 16 05:37:05.962 INFO O| Aug 16 05:37:05.962 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/syseventadm"
75172024-08-16T05:37:07.284Z[ recovery-image] Aug 16 05:37:05.962 INFO O| Aug 16 05:37:05.962 INFO STEP 1180 (remove_files) COMPLETE
75182024-08-16T05:37:07.287Z[ recovery-image] Aug 16 05:37:05.962 INFO O| Aug 16 05:37:05.962 INFO STEP 1181: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75192024-08-16T05:37:07.294Z[ recovery-image] Aug 16 05:37:05.972 INFO O| Aug 16 05:37:05.971 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/t6mfgadm"
75202024-08-16T05:37:07.294Z[ recovery-image] Aug 16 05:37:05.972 INFO O| Aug 16 05:37:05.972 INFO STEP 1181 (remove_files) COMPLETE
75212024-08-16T05:37:07.297Z[ recovery-image] Aug 16 05:37:05.972 INFO O| Aug 16 05:37:05.972 INFO STEP 1182: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75222024-08-16T05:37:07.304Z[ recovery-image] Aug 16 05:37:05.981 INFO O| Aug 16 05:37:05.981 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/tapes"
75232024-08-16T05:37:07.304Z[ recovery-image] Aug 16 05:37:05.981 INFO O| Aug 16 05:37:05.981 INFO STEP 1182 (remove_files) COMPLETE
75242024-08-16T05:37:07.308Z[ recovery-image] Aug 16 05:37:05.982 INFO O| Aug 16 05:37:05.981 INFO STEP 1183: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75252024-08-16T05:37:07.313Z[ recovery-image] Aug 16 05:37:05.991 INFO O| Aug 16 05:37:05.991 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/tar"
75262024-08-16T05:37:07.313Z[ recovery-image] Aug 16 05:37:05.991 INFO O| Aug 16 05:37:05.991 INFO STEP 1183 (remove_files) COMPLETE
75272024-08-16T05:37:07.316Z[ recovery-image] Aug 16 05:37:05.991 INFO O| Aug 16 05:37:05.991 INFO STEP 1184: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75282024-08-16T05:37:07.323Z[ recovery-image] Aug 16 05:37:06.001 INFO O| Aug 16 05:37:06.001 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/tcsd"
75292024-08-16T05:37:07.326Z[ recovery-image] Aug 16 05:37:06.001 INFO O| Aug 16 05:37:06.001 INFO STEP 1184 (remove_files) COMPLETE
75302024-08-16T05:37:07.326Z[ recovery-image] Aug 16 05:37:06.001 INFO O| Aug 16 05:37:06.001 INFO STEP 1185: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75312024-08-16T05:37:07.334Z[ recovery-image] Aug 16 05:37:06.011 INFO O| Aug 16 05:37:06.011 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/traceroute"
75322024-08-16T05:37:07.336Z[ recovery-image] Aug 16 05:37:06.011 INFO O| Aug 16 05:37:06.011 INFO STEP 1185 (remove_files) COMPLETE
75332024-08-16T05:37:07.336Z[ recovery-image] Aug 16 05:37:06.011 INFO O| Aug 16 05:37:06.011 INFO STEP 1186: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75342024-08-16T05:37:07.343Z[ recovery-image] Aug 16 05:37:06.021 INFO O| Aug 16 05:37:06.020 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/trapstat"
75352024-08-16T05:37:07.343Z[ recovery-image] Aug 16 05:37:06.021 INFO O| Aug 16 05:37:06.021 INFO STEP 1186 (remove_files) COMPLETE
75362024-08-16T05:37:07.346Z[ recovery-image] Aug 16 05:37:06.021 INFO O| Aug 16 05:37:06.021 INFO STEP 1187: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75372024-08-16T05:37:07.353Z[ recovery-image] Aug 16 05:37:06.030 INFO O| Aug 16 05:37:06.030 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/ttyadm"
75382024-08-16T05:37:07.353Z[ recovery-image] Aug 16 05:37:06.031 INFO O| Aug 16 05:37:06.031 INFO STEP 1187 (remove_files) COMPLETE
75392024-08-16T05:37:07.355Z[ recovery-image] Aug 16 05:37:06.031 INFO O| Aug 16 05:37:06.031 INFO STEP 1188: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75402024-08-16T05:37:07.362Z[ recovery-image] Aug 16 05:37:06.040 INFO O| Aug 16 05:37:06.040 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/ucodeadm"
75412024-08-16T05:37:07.365Z[ recovery-image] Aug 16 05:37:06.040 INFO O| Aug 16 05:37:06.040 INFO STEP 1188 (remove_files) COMPLETE
75422024-08-16T05:37:07.365Z[ recovery-image] Aug 16 05:37:06.040 INFO O| Aug 16 05:37:06.040 INFO STEP 1189: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75432024-08-16T05:37:07.371Z[ recovery-image] Aug 16 05:37:06.049 INFO O| Aug 16 05:37:06.049 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/umountall"
75442024-08-16T05:37:07.371Z[ recovery-image] Aug 16 05:37:06.049 INFO O| Aug 16 05:37:06.049 INFO STEP 1189 (remove_files) COMPLETE
75452024-08-16T05:37:07.374Z[ recovery-image] Aug 16 05:37:06.049 INFO O| Aug 16 05:37:06.049 INFO STEP 1190: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75462024-08-16T05:37:07.381Z[ recovery-image] Aug 16 05:37:06.059 INFO O| Aug 16 05:37:06.058 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/unlink"
75472024-08-16T05:37:07.381Z[ recovery-image] Aug 16 05:37:06.059 INFO O| Aug 16 05:37:06.059 INFO STEP 1190 (remove_files) COMPLETE
75482024-08-16T05:37:07.383Z[ recovery-image] Aug 16 05:37:06.059 INFO O| Aug 16 05:37:06.059 INFO STEP 1191: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75492024-08-16T05:37:07.391Z[ recovery-image] Aug 16 05:37:06.068 INFO O| Aug 16 05:37:06.068 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/unshare"
75502024-08-16T05:37:07.391Z[ recovery-image] Aug 16 05:37:06.068 INFO O| Aug 16 05:37:06.068 INFO STEP 1191 (remove_files) COMPLETE
75512024-08-16T05:37:07.391Z[ recovery-image] Aug 16 05:37:06.068 INFO O| Aug 16 05:37:06.068 INFO STEP 1192: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75522024-08-16T05:37:07.400Z[ recovery-image] Aug 16 05:37:06.078 INFO O| Aug 16 05:37:06.078 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/unshareall"
75532024-08-16T05:37:07.403Z[ recovery-image] Aug 16 05:37:06.078 INFO O| Aug 16 05:37:06.078 INFO STEP 1192 (remove_files) COMPLETE
75542024-08-16T05:37:07.403Z[ recovery-image] Aug 16 05:37:06.078 INFO O| Aug 16 05:37:06.078 INFO STEP 1193: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75552024-08-16T05:37:07.410Z[ recovery-image] Aug 16 05:37:06.088 INFO O| Aug 16 05:37:06.088 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/update_drv"
75562024-08-16T05:37:07.411Z[ recovery-image] Aug 16 05:37:06.088 INFO O| Aug 16 05:37:06.088 INFO STEP 1193 (remove_files) COMPLETE
75572024-08-16T05:37:07.411Z[ recovery-image] Aug 16 05:37:06.088 INFO O| Aug 16 05:37:06.088 INFO STEP 1194: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75582024-08-16T05:37:07.420Z[ recovery-image] Aug 16 05:37:06.098 INFO O| Aug 16 05:37:06.098 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/useradd"
75592024-08-16T05:37:07.420Z[ recovery-image] Aug 16 05:37:06.098 INFO O| Aug 16 05:37:06.098 INFO STEP 1194 (remove_files) COMPLETE
75602024-08-16T05:37:07.423Z[ recovery-image] Aug 16 05:37:06.098 INFO O| Aug 16 05:37:06.098 INFO STEP 1195: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75612024-08-16T05:37:07.430Z[ recovery-image] Aug 16 05:37:06.107 INFO O| Aug 16 05:37:06.107 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/userdel"
75622024-08-16T05:37:07.432Z[ recovery-image] Aug 16 05:37:06.108 INFO O| Aug 16 05:37:06.107 INFO STEP 1195 (remove_files) COMPLETE
75632024-08-16T05:37:07.432Z[ recovery-image] Aug 16 05:37:06.108 INFO O| Aug 16 05:37:06.107 INFO STEP 1196: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75642024-08-16T05:37:07.439Z[ recovery-image] Aug 16 05:37:06.117 INFO O| Aug 16 05:37:06.117 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/usermod"
75652024-08-16T05:37:07.442Z[ recovery-image] Aug 16 05:37:06.117 INFO O| Aug 16 05:37:06.117 INFO STEP 1196 (remove_files) COMPLETE
75662024-08-16T05:37:07.442Z[ recovery-image] Aug 16 05:37:06.117 INFO O| Aug 16 05:37:06.117 INFO STEP 1197: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75672024-08-16T05:37:07.449Z[ recovery-image] Aug 16 05:37:06.126 INFO O| Aug 16 05:37:06.126 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/volcopy"
75682024-08-16T05:37:07.449Z[ recovery-image] Aug 16 05:37:06.126 INFO O| Aug 16 05:37:06.126 INFO STEP 1197 (remove_files) COMPLETE
75692024-08-16T05:37:07.449Z[ recovery-image] Aug 16 05:37:06.126 INFO O| Aug 16 05:37:06.126 INFO STEP 1198: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75702024-08-16T05:37:07.458Z[ recovery-image] Aug 16 05:37:06.135 INFO O| Aug 16 05:37:06.135 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/wall"
75712024-08-16T05:37:07.458Z[ recovery-image] Aug 16 05:37:06.136 INFO O| Aug 16 05:37:06.136 INFO STEP 1198 (remove_files) COMPLETE
75722024-08-16T05:37:07.458Z[ recovery-image] Aug 16 05:37:06.136 INFO O| Aug 16 05:37:06.136 INFO STEP 1199: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75732024-08-16T05:37:07.467Z[ recovery-image] Aug 16 05:37:06.145 INFO O| Aug 16 05:37:06.145 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/whodo"
75742024-08-16T05:37:07.467Z[ recovery-image] Aug 16 05:37:06.145 INFO O| Aug 16 05:37:06.145 INFO STEP 1199 (remove_files) COMPLETE
75752024-08-16T05:37:07.467Z[ recovery-image] Aug 16 05:37:06.145 INFO O| Aug 16 05:37:06.145 INFO STEP 1200: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75762024-08-16T05:37:07.477Z[ recovery-image] Aug 16 05:37:06.154 INFO O| Aug 16 05:37:06.154 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/zdb"
75772024-08-16T05:37:07.477Z[ recovery-image] Aug 16 05:37:06.154 INFO O| Aug 16 05:37:06.154 INFO STEP 1200 (remove_files) COMPLETE
75782024-08-16T05:37:07.479Z[ recovery-image] Aug 16 05:37:06.154 INFO O| Aug 16 05:37:06.154 INFO STEP 1201: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75792024-08-16T05:37:07.486Z[ recovery-image] Aug 16 05:37:06.164 INFO O| Aug 16 05:37:06.164 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/zdump"
75802024-08-16T05:37:07.486Z[ recovery-image] Aug 16 05:37:06.164 INFO O| Aug 16 05:37:06.164 INFO STEP 1201 (remove_files) COMPLETE
75812024-08-16T05:37:07.486Z[ recovery-image] Aug 16 05:37:06.164 INFO O| Aug 16 05:37:06.164 INFO STEP 1202: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75822024-08-16T05:37:07.498Z[ recovery-image] Aug 16 05:37:06.174 INFO O| Aug 16 05:37:06.174 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/zic"
75832024-08-16T05:37:07.498Z[ recovery-image] Aug 16 05:37:06.174 INFO O| Aug 16 05:37:06.174 INFO STEP 1202 (remove_files) COMPLETE
75842024-08-16T05:37:07.501Z[ recovery-image] Aug 16 05:37:06.174 INFO O| Aug 16 05:37:06.174 INFO STEP 1203: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75852024-08-16T05:37:07.506Z[ recovery-image] Aug 16 05:37:06.184 INFO O| Aug 16 05:37:06.184 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/zlogin"
75862024-08-16T05:37:07.509Z[ recovery-image] Aug 16 05:37:06.184 INFO O| Aug 16 05:37:06.184 INFO STEP 1203 (remove_files) COMPLETE
75872024-08-16T05:37:07.509Z[ recovery-image] Aug 16 05:37:06.184 INFO O| Aug 16 05:37:06.184 INFO STEP 1204: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75882024-08-16T05:37:07.516Z[ recovery-image] Aug 16 05:37:06.193 INFO O| Aug 16 05:37:06.193 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/zoneadm"
75892024-08-16T05:37:07.516Z[ recovery-image] Aug 16 05:37:06.193 INFO O| Aug 16 05:37:06.193 INFO STEP 1204 (remove_files) COMPLETE
75902024-08-16T05:37:07.518Z[ recovery-image] Aug 16 05:37:06.193 INFO O| Aug 16 05:37:06.193 INFO STEP 1205: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75912024-08-16T05:37:07.525Z[ recovery-image] Aug 16 05:37:06.202 INFO O| Aug 16 05:37:06.202 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/zonecfg"
75922024-08-16T05:37:07.528Z[ recovery-image] Aug 16 05:37:06.203 INFO O| Aug 16 05:37:06.203 INFO STEP 1205 (remove_files) COMPLETE
75932024-08-16T05:37:07.528Z[ recovery-image] Aug 16 05:37:06.203 INFO O| Aug 16 05:37:06.203 INFO STEP 1206: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75942024-08-16T05:37:07.534Z[ recovery-image] Aug 16 05:37:06.212 INFO O| Aug 16 05:37:06.212 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/zstreamdump"
75952024-08-16T05:37:07.534Z[ recovery-image] Aug 16 05:37:06.212 INFO O| Aug 16 05:37:06.212 INFO STEP 1206 (remove_files) COMPLETE
75962024-08-16T05:37:07.537Z[ recovery-image] Aug 16 05:37:06.212 INFO O| Aug 16 05:37:06.212 INFO STEP 1207: pack_tar, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-03-recovery-trim.json
75972024-08-16T05:37:07.548Z[ recovery-image] Aug 16 05:37:06.226 INFO O| Aug 16 05:37:06.226 INFO file /rpool/images/build/recovery/output/gimlet-recovery-ramdisk.tar does not already exist, skipping removal
75982024-08-16T05:37:07.551Z[ recovery-image] Aug 16 05:37:06.226 INFO O| Aug 16 05:37:06.226 INFO exec: ["/usr/sbin/tar", "ceEp@/f", "/rpool/images/build/recovery/output/gimlet-recovery-ramdisk.tar", "-C", "/rpool/images/build/recovery/work/gimlet/ramdisk", "."]
75992024-08-16T05:37:08.245Z[ recovery-image] Aug 16 05:37:06.922 INFO O| Aug 16 05:37:06.922 INFO STEP 1207 (pack_tar) COMPLETE
76002024-08-16T05:37:08.245Z[ recovery-image] Aug 16 05:37:06.922 INFO O| Aug 16 05:37:06.922 INFO creating output snapshot rpool/images/build/recovery/work/gimlet/ramdisk@recovery-trim
76012024-08-16T05:37:08.247Z[ recovery-image] Aug 16 05:37:06.922 INFO O| Aug 16 05:37:06.922 INFO CREATE SNAPSHOT: rpool/images/build/recovery/work/gimlet/ramdisk@recovery-trim
76022024-08-16T05:37:08.516Z[ recovery-image] Aug 16 05:37:07.193 INFO O| Aug 16 05:37:07.193 INFO DESTROY DATASET: rpool/images/build/recovery/tmp/gimlet/ramdisk-03-recovery-trim
76032024-08-16T05:37:08.571Z[ recovery-image] Aug 16 05:37:07.248 INFO O| Aug 16 05:37:07.248 INFO completed processing gimlet/ramdisk-03-recovery-trim
76042024-08-16T05:37:08.578Z[ recovery-image] Aug 16 05:37:07.255 INFO image builder template: zfs-recovery...
76052024-08-16T05:37:08.578Z[ recovery-image] Aug 16 05:37:07.255 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/.tmpGXLJbR/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.277", "-n", "zfs-recovery"], pwd: None
76062024-08-16T05:37:08.610Z[ recovery-image] Aug 16 05:37:07.287 INFO O| Aug 16 05:37:07.286 INFO temporary dataset: rpool/images/build/recovery/tmp/gimlet/zfs-recovery
76072024-08-16T05:37:08.613Z[ recovery-image] Aug 16 05:37:07.290 INFO O| Aug 16 05:37:07.290 INFO CREATE DATASET: rpool/images/build/recovery/tmp/gimlet/zfs-recovery
76082024-08-16T05:37:08.675Z[ recovery-image] Aug 16 05:37:07.349 INFO O| Aug 16 05:37:07.349 INFO SET DATASET PROPERTY ON rpool/images/build/recovery/tmp/gimlet/zfs-recovery: sync = disabled
76092024-08-16T05:37:08.716Z[ recovery-image] Aug 16 05:37:07.393 INFO O| Aug 16 05:37:07.393 INFO temporary directory: /rpool/images/build/recovery/tmp/gimlet/zfs-recovery
76102024-08-16T05:37:08.716Z[ recovery-image] Aug 16 05:37:07.393 INFO O| Aug 16 05:37:07.393 INFO work dataset: rpool/images/build/recovery/work/gimlet/zfs-recovery
76112024-08-16T05:37:08.720Z[ recovery-image] Aug 16 05:37:07.397 INFO O| Aug 16 05:37:07.397 INFO CREATE DATASET: rpool/images/build/recovery/work/gimlet/zfs-recovery
76122024-08-16T05:37:08.807Z[ recovery-image] Aug 16 05:37:07.484 INFO O| Aug 16 05:37:07.484 INFO SET DATASET PROPERTY ON rpool/images/build/recovery/work/gimlet/zfs-recovery: sync = disabled
76132024-08-16T05:37:08.917Z[ recovery-image] Aug 16 05:37:07.594 INFO O| Aug 16 05:37:07.593 INFO DESTROY POOL: TEMPORARY-gimlet-zfs-recovery
76142024-08-16T05:37:08.926Z[ recovery-image] Aug 16 05:37:07.603 INFO O| Aug 16 05:37:07.603 INFO image file: /rpool/images/build/recovery/work/gimlet/zfs-recovery/lofi.raw
76152024-08-16T05:37:08.931Z[ recovery-image] Aug 16 05:37:07.607 INFO O| Aug 16 05:37:07.607 INFO pool altroot: /rpool/images/build/recovery/work/gimlet/zfs-recovery/altroot
76162024-08-16T05:37:08.933Z[ recovery-image] Aug 16 05:37:07.608 INFO O| Aug 16 05:37:07.608 INFO no lofi found
76172024-08-16T05:37:08.933Z[ recovery-image] Aug 16 05:37:07.609 INFO O| Aug 16 05:37:07.609 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/lofi.raw does not already exist, skipping removal
76182024-08-16T05:37:08.933Z[ recovery-image] Aug 16 05:37:07.609 INFO O| Aug 16 05:37:07.609 INFO CREATE IMAGE (2000MB): /rpool/images/build/recovery/work/gimlet/zfs-recovery/lofi.raw
76192024-08-16T05:37:10.334Z[ recovery-image] Aug 16 05:37:09.009 INFO O| Aug 16 05:37:09.009 INFO lofi device = /dev/dsk/c2t1d0p0
76202024-08-16T05:37:10.334Z[ recovery-image] Aug 16 05:37:09.009 INFO O| Aug 16 05:37:09.009 INFO pool device = /dev/dsk/c2t1d0p0
76212024-08-16T05:37:10.334Z[ recovery-image] Aug 16 05:37:09.009 INFO O| Aug 16 05:37:09.009 INFO exec: ["/sbin/zpool", "create", "-t", "TEMPORARY-gimlet-zfs-recovery", "-O", "compression=off", "-R", "/rpool/images/build/recovery/work/gimlet/zfs-recovery/altroot", "-o", "ashift=9", "-o", "autoexpand=on", "-o", "failmode=panic", "rpool", "/dev/dsk/c2t1d0p0"]
76222024-08-16T05:37:10.402Z[ recovery-image] Aug 16 05:37:09.078 INFO O| Aug 16 05:37:09.078 INFO STEP 0: create_be, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs-recovery.json
76232024-08-16T05:37:10.402Z[ recovery-image] Aug 16 05:37:09.078 INFO O| Aug 16 05:37:09.078 INFO CREATE DATASET: TEMPORARY-gimlet-zfs-recovery/ROOT
76242024-08-16T05:37:10.424Z[ recovery-image] Aug 16 05:37:09.099 INFO O| Aug 16 05:37:09.099 INFO SET DATASET PROPERTY ON TEMPORARY-gimlet-zfs-recovery/ROOT: canmount = off
76252024-08-16T05:37:10.453Z[ host-image] Aug 16 05:37:09.129 INFO O| Aug 16 05:37:09.129 INFO O| Download: 849/1140 items 3.2/8.4MB 38% complete (662k/s)
76262024-08-16T05:37:10.482Z[ recovery-image] Aug 16 05:37:09.158 INFO O| Aug 16 05:37:09.158 INFO SET DATASET PROPERTY ON TEMPORARY-gimlet-zfs-recovery/ROOT: mountpoint = legacy
76272024-08-16T05:37:10.518Z[ recovery-image] Aug 16 05:37:09.194 INFO O| Aug 16 05:37:09.194 INFO CREATE DATASET: TEMPORARY-gimlet-zfs-recovery/ROOT/ramdisk
76282024-08-16T05:37:10.531Z[ recovery-image] Aug 16 05:37:09.207 INFO O| Aug 16 05:37:09.207 INFO SET DATASET PROPERTY ON TEMPORARY-gimlet-zfs-recovery/ROOT/ramdisk: canmount = noauto
76292024-08-16T05:37:10.541Z[ recovery-image] Aug 16 05:37:09.217 INFO O| Aug 16 05:37:09.217 INFO SET DATASET PROPERTY ON TEMPORARY-gimlet-zfs-recovery/ROOT/ramdisk: mountpoint = legacy
76302024-08-16T05:37:10.586Z[ recovery-image] Aug 16 05:37:09.262 INFO O| Aug 16 05:37:09.262 INFO creating directory: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a
76312024-08-16T05:37:10.588Z[ recovery-image] Aug 16 05:37:09.262 INFO O| Aug 16 05:37:09.262 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a
76322024-08-16T05:37:10.588Z[ recovery-image] Aug 16 05:37:09.262 INFO O| Aug 16 05:37:09.262 INFO exec: ["/sbin/mount", "-F", "zfs", "TEMPORARY-gimlet-zfs-recovery/ROOT/ramdisk", "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a"]
76332024-08-16T05:37:10.594Z[ recovery-image] Aug 16 05:37:09.270 INFO O| Aug 16 05:37:09.270 INFO boot environment UUID: 01ce8c05-19cc-4c00-b8a9-2aafd76b8935
76342024-08-16T05:37:10.594Z[ recovery-image] Aug 16 05:37:09.270 INFO O| Aug 16 05:37:09.270 INFO SET DATASET PROPERTY ON TEMPORARY-gimlet-zfs-recovery/ROOT/ramdisk: org.opensolaris.libbe:uuid = 01ce8c05-19cc-4c00-b8a9-2aafd76b8935
76352024-08-16T05:37:10.603Z[ recovery-image] Aug 16 05:37:09.279 INFO O| Aug 16 05:37:09.279 INFO SET DATASET PROPERTY ON TEMPORARY-gimlet-zfs-recovery/ROOT/ramdisk: org.opensolaris.libbe:policy = static
76362024-08-16T05:37:10.613Z[ recovery-image] Aug 16 05:37:09.289 INFO O| Aug 16 05:37:09.289 INFO STEP 0 (create_be) COMPLETE
76372024-08-16T05:37:10.613Z[ recovery-image] Aug 16 05:37:09.289 INFO O| Aug 16 05:37:09.289 INFO STEP 1: unpack_tar, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs-recovery.json
76382024-08-16T05:37:10.628Z[ recovery-image] Aug 16 05:37:09.303 INFO O| Aug 16 05:37:09.303 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"]
76392024-08-16T05:37:11.912Z[ host-image] Aug 16 05:37:10.587 INFO O| Aug 16 05:37:10.587 INFO O| Download: Completed 8.42 MB in 6.46 seconds (1.3M/s)
76402024-08-16T05:37:12.019Z[ recovery-image] Aug 16 05:37:10.694 INFO O| Aug 16 05:37:10.694 INFO STEP 1 (unpack_tar) COMPLETE
76412024-08-16T05:37:12.019Z[ recovery-image] Aug 16 05:37:10.695 INFO O| Aug 16 05:37:10.694 INFO STEP 2: devfsadm, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
76422024-08-16T05:37:12.023Z[ host-image] Aug 16 05:37:10.698 INFO O| Aug 16 05:37:10.698 INFO O| Actions: 1/1361 actions (Installing new actions)
76432024-08-16T05:37:12.031Z[ recovery-image] Aug 16 05:37:10.706 INFO O| Aug 16 05:37:10.706 INFO exec: ["/usr/sbin/devfsadm", "-r", "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a"]
76442024-08-16T05:37:12.259Z[ recovery-image] Aug 16 05:37:10.934 INFO O| Aug 16 05:37:10.934 INFO STEP 2 (devfsadm) COMPLETE
76452024-08-16T05:37:12.259Z[ recovery-image] Aug 16 05:37:10.934 INFO O| Aug 16 05:37:10.934 INFO STEP 3: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
76462024-08-16T05:37:12.271Z[ recovery-image] Aug 16 05:37:10.946 INFO O| Aug 16 05:37:10.946 INFO creating directory: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/cfg
76472024-08-16T05:37:12.271Z[ recovery-image] Aug 16 05:37:10.946 INFO O| Aug 16 05:37:10.946 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/cfg
76482024-08-16T05:37:12.274Z[ recovery-image] Aug 16 05:37:10.946 INFO O| Aug 16 05:37:10.946 INFO STEP 3 (ensure_dir) COMPLETE
76492024-08-16T05:37:12.274Z[ recovery-image] Aug 16 05:37:10.946 INFO O| Aug 16 05:37:10.946 INFO STEP 4: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
76502024-08-16T05:37:12.282Z[ recovery-image] Aug 16 05:37:10.957 INFO O| Aug 16 05:37:10.957 INFO ownership already OK (0:3), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/dsk
76512024-08-16T05:37:12.282Z[ recovery-image] Aug 16 05:37:10.957 INFO O| Aug 16 05:37:10.957 INFO STEP 4 (ensure_dir) COMPLETE
76522024-08-16T05:37:12.285Z[ recovery-image] Aug 16 05:37:10.957 INFO O| Aug 16 05:37:10.957 INFO STEP 5: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
76532024-08-16T05:37:12.292Z[ recovery-image] Aug 16 05:37:10.967 INFO O| Aug 16 05:37:10.967 INFO ownership already OK (0:3), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/rdsk
76542024-08-16T05:37:12.292Z[ recovery-image] Aug 16 05:37:10.967 INFO O| Aug 16 05:37:10.967 INFO STEP 5 (ensure_dir) COMPLETE
76552024-08-16T05:37:12.292Z[ recovery-image] Aug 16 05:37:10.967 INFO O| Aug 16 05:37:10.967 INFO STEP 6: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
76562024-08-16T05:37:12.302Z[ recovery-image] Aug 16 05:37:10.977 INFO O| Aug 16 05:37:10.977 INFO creating directory: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/sensors
76572024-08-16T05:37:12.304Z[ recovery-image] Aug 16 05:37:10.977 INFO O| Aug 16 05:37:10.977 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/sensors
76582024-08-16T05:37:12.304Z[ recovery-image] Aug 16 05:37:10.977 INFO O| Aug 16 05:37:10.977 INFO STEP 6 (ensure_dir) COMPLETE
76592024-08-16T05:37:12.304Z[ recovery-image] Aug 16 05:37:10.977 INFO O| Aug 16 05:37:10.977 INFO STEP 7: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
76602024-08-16T05:37:12.312Z[ recovery-image] Aug 16 05:37:10.987 INFO O| Aug 16 05:37:10.987 INFO creating directory: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/usb
76612024-08-16T05:37:12.314Z[ recovery-image] Aug 16 05:37:10.987 INFO O| Aug 16 05:37:10.987 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/usb
76622024-08-16T05:37:12.314Z[ recovery-image] Aug 16 05:37:10.987 INFO O| Aug 16 05:37:10.987 INFO STEP 7 (ensure_dir) COMPLETE
76632024-08-16T05:37:12.314Z[ recovery-image] Aug 16 05:37:10.987 INFO O| Aug 16 05:37:10.987 INFO STEP 8: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
76642024-08-16T05:37:12.322Z[ recovery-image] Aug 16 05:37:10.997 INFO O| Aug 16 05:37:10.997 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/cfg"
76652024-08-16T05:37:12.324Z[ recovery-image] Aug 16 05:37:10.997 INFO O| Aug 16 05:37:10.997 INFO STEP 8 (remove_files) COMPLETE
76662024-08-16T05:37:12.324Z[ recovery-image] Aug 16 05:37:10.997 INFO O| Aug 16 05:37:10.997 INFO STEP 9: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
76672024-08-16T05:37:12.332Z[ recovery-image] Aug 16 05:37:11.007 INFO O| Aug 16 05:37:11.007 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/dsk"
76682024-08-16T05:37:12.334Z[ recovery-image] Aug 16 05:37:11.008 INFO O| Aug 16 05:37:11.008 INFO STEP 9 (remove_files) COMPLETE
76692024-08-16T05:37:12.334Z[ recovery-image] Aug 16 05:37:11.008 INFO O| Aug 16 05:37:11.008 INFO STEP 10: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
76702024-08-16T05:37:12.342Z[ recovery-image] Aug 16 05:37:11.018 INFO O| Aug 16 05:37:11.017 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/rdsk"
76712024-08-16T05:37:12.345Z[ recovery-image] Aug 16 05:37:11.018 INFO O| Aug 16 05:37:11.018 INFO STEP 10 (remove_files) COMPLETE
76722024-08-16T05:37:12.345Z[ recovery-image] Aug 16 05:37:11.018 INFO O| Aug 16 05:37:11.018 INFO STEP 11: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
76732024-08-16T05:37:12.353Z[ recovery-image] Aug 16 05:37:11.028 INFO O| Aug 16 05:37:11.028 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/sensors"
76742024-08-16T05:37:12.356Z[ recovery-image] Aug 16 05:37:11.028 INFO O| Aug 16 05:37:11.028 INFO STEP 11 (remove_files) COMPLETE
76752024-08-16T05:37:12.356Z[ recovery-image] Aug 16 05:37:11.028 INFO O| Aug 16 05:37:11.028 INFO STEP 12: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
76762024-08-16T05:37:12.363Z[ recovery-image] Aug 16 05:37:11.038 INFO O| Aug 16 05:37:11.038 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/usb"
76772024-08-16T05:37:12.366Z[ recovery-image] Aug 16 05:37:11.038 INFO O| Aug 16 05:37:11.038 INFO STEP 12 (remove_files) COMPLETE
76782024-08-16T05:37:12.366Z[ recovery-image] Aug 16 05:37:11.038 INFO O| Aug 16 05:37:11.038 INFO STEP 13: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
76792024-08-16T05:37:12.373Z[ recovery-image] Aug 16 05:37:11.048 INFO O| Aug 16 05:37:11.048 INFO creating directory: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/cfg
76802024-08-16T05:37:12.376Z[ recovery-image] Aug 16 05:37:11.048 INFO O| Aug 16 05:37:11.048 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/cfg
76812024-08-16T05:37:12.376Z[ recovery-image] Aug 16 05:37:11.048 INFO O| Aug 16 05:37:11.048 INFO STEP 13 (ensure_dir) COMPLETE
76822024-08-16T05:37:12.376Z[ recovery-image] Aug 16 05:37:11.048 INFO O| Aug 16 05:37:11.048 INFO STEP 14: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
76832024-08-16T05:37:12.383Z[ recovery-image] Aug 16 05:37:11.058 INFO O| Aug 16 05:37:11.058 INFO creating directory: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/dsk
76842024-08-16T05:37:12.383Z[ recovery-image] Aug 16 05:37:11.059 INFO O| Aug 16 05:37:11.058 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/dsk
76852024-08-16T05:37:12.386Z[ recovery-image] Aug 16 05:37:11.059 INFO O| Aug 16 05:37:11.059 INFO chown ok, path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/dsk
76862024-08-16T05:37:12.386Z[ recovery-image] Aug 16 05:37:11.059 INFO O| Aug 16 05:37:11.059 INFO STEP 14 (ensure_dir) COMPLETE
76872024-08-16T05:37:12.386Z[ recovery-image] Aug 16 05:37:11.059 INFO O| Aug 16 05:37:11.059 INFO STEP 15: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
76882024-08-16T05:37:12.393Z[ recovery-image] Aug 16 05:37:11.068 INFO O| Aug 16 05:37:11.068 INFO creating directory: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/rdsk
76892024-08-16T05:37:12.393Z[ recovery-image] Aug 16 05:37:11.068 INFO O| Aug 16 05:37:11.068 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/rdsk
76902024-08-16T05:37:12.393Z[ recovery-image] Aug 16 05:37:11.068 INFO O| Aug 16 05:37:11.068 INFO chown ok, path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/rdsk
76912024-08-16T05:37:12.396Z[ recovery-image] Aug 16 05:37:11.068 INFO O| Aug 16 05:37:11.068 INFO STEP 15 (ensure_dir) COMPLETE
76922024-08-16T05:37:12.396Z[ recovery-image] Aug 16 05:37:11.068 INFO O| Aug 16 05:37:11.068 INFO STEP 16: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
76932024-08-16T05:37:12.403Z[ recovery-image] Aug 16 05:37:11.078 INFO O| Aug 16 05:37:11.078 INFO creating directory: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/sensors
76942024-08-16T05:37:12.403Z[ recovery-image] Aug 16 05:37:11.078 INFO O| Aug 16 05:37:11.078 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/sensors
76952024-08-16T05:37:12.406Z[ recovery-image] Aug 16 05:37:11.078 INFO O| Aug 16 05:37:11.078 INFO STEP 16 (ensure_dir) COMPLETE
76962024-08-16T05:37:12.406Z[ recovery-image] Aug 16 05:37:11.078 INFO O| Aug 16 05:37:11.078 INFO STEP 17: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
76972024-08-16T05:37:12.413Z[ recovery-image] Aug 16 05:37:11.088 INFO O| Aug 16 05:37:11.088 INFO creating directory: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/usb
76982024-08-16T05:37:12.413Z[ recovery-image] Aug 16 05:37:11.088 INFO O| Aug 16 05:37:11.088 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/usb
76992024-08-16T05:37:12.415Z[ recovery-image] Aug 16 05:37:11.088 INFO O| Aug 16 05:37:11.088 INFO STEP 17 (ensure_dir) COMPLETE
77002024-08-16T05:37:12.415Z[ recovery-image] Aug 16 05:37:11.088 INFO O| Aug 16 05:37:11.088 INFO STEP 18: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
77012024-08-16T05:37:12.424Z[ recovery-image] Aug 16 05:37:11.099 INFO O| Aug 16 05:37:11.099 INFO link target ok (../devices/pseudo/sysmsg@0:msglog)
77022024-08-16T05:37:12.424Z[ recovery-image] Aug 16 05:37:11.099 INFO O| Aug 16 05:37:11.099 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/msglog
77032024-08-16T05:37:12.426Z[ recovery-image] Aug 16 05:37:11.099 INFO O| Aug 16 05:37:11.099 INFO ok!
77042024-08-16T05:37:12.426Z[ recovery-image] Aug 16 05:37:11.099 INFO O| Aug 16 05:37:11.099 INFO STEP 18 (ensure_symlink) COMPLETE
77052024-08-16T05:37:12.426Z[ recovery-image] Aug 16 05:37:11.099 INFO O| Aug 16 05:37:11.099 INFO STEP 19: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
77062024-08-16T05:37:12.438Z[ recovery-image] Aug 16 05:37:11.113 INFO O| Aug 16 05:37:11.113 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/reconfigure exists, with correct contents
77072024-08-16T05:37:12.438Z[ recovery-image] Aug 16 05:37:11.113 INFO O| Aug 16 05:37:11.113 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/reconfigure
77082024-08-16T05:37:12.440Z[ recovery-image] Aug 16 05:37:11.113 INFO O| Aug 16 05:37:11.113 INFO ok!
77092024-08-16T05:37:12.440Z[ recovery-image] Aug 16 05:37:11.113 INFO O| Aug 16 05:37:11.113 INFO STEP 19 (ensure_file) COMPLETE
77102024-08-16T05:37:12.440Z[ recovery-image] Aug 16 05:37:11.113 INFO O| Aug 16 05:37:11.113 INFO STEP 20: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/common.json
77112024-08-16T05:37:12.448Z[ recovery-image] Aug 16 05:37:11.123 INFO O| Aug 16 05:37:11.123 INFO link /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/svc/profile/generic.xml does not exist
77122024-08-16T05:37:12.448Z[ recovery-image] Aug 16 05:37:11.123 INFO O| Aug 16 05:37:11.123 INFO linking /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/svc/profile/generic.xml -> generic_limited_net.xml ...
77132024-08-16T05:37:12.451Z[ recovery-image] Aug 16 05:37:11.123 INFO O| Aug 16 05:37:11.123 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/svc/profile/generic.xml
77142024-08-16T05:37:12.451Z[ recovery-image] Aug 16 05:37:11.123 INFO O| Aug 16 05:37:11.123 INFO ok!
77152024-08-16T05:37:12.451Z[ recovery-image] Aug 16 05:37:11.123 INFO O| Aug 16 05:37:11.123 INFO STEP 20 (ensure_symlink) COMPLETE
77162024-08-16T05:37:12.451Z[ recovery-image] Aug 16 05:37:11.123 INFO O| Aug 16 05:37:11.123 INFO STEP 21: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/common.json
77172024-08-16T05:37:12.458Z[ recovery-image] Aug 16 05:37:11.133 INFO O| Aug 16 05:37:11.133 INFO link /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/svc/profile/inetd_services.xml does not exist
77182024-08-16T05:37:12.458Z[ recovery-image] Aug 16 05:37:11.133 INFO O| Aug 16 05:37:11.133 INFO linking /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/svc/profile/inetd_services.xml -> inetd_generic.xml ...
77192024-08-16T05:37:12.460Z[ recovery-image] Aug 16 05:37:11.133 INFO O| Aug 16 05:37:11.133 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/svc/profile/inetd_services.xml
77202024-08-16T05:37:12.460Z[ recovery-image] Aug 16 05:37:11.133 INFO O| Aug 16 05:37:11.133 INFO ok!
77212024-08-16T05:37:12.460Z[ recovery-image] Aug 16 05:37:11.133 INFO O| Aug 16 05:37:11.133 INFO STEP 21 (ensure_symlink) COMPLETE
77222024-08-16T05:37:12.460Z[ recovery-image] Aug 16 05:37:11.133 INFO O| Aug 16 05:37:11.133 INFO STEP 22: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/common.json
77232024-08-16T05:37:12.468Z[ recovery-image] Aug 16 05:37:11.143 INFO O| Aug 16 05:37:11.143 INFO link /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/svc/profile/platform.xml does not exist
77242024-08-16T05:37:12.468Z[ recovery-image] Aug 16 05:37:11.143 INFO O| Aug 16 05:37:11.143 INFO linking /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/svc/profile/platform.xml -> platform_oxide.xml ...
77252024-08-16T05:37:12.470Z[ recovery-image] Aug 16 05:37:11.143 INFO O| Aug 16 05:37:11.143 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/svc/profile/platform.xml
77262024-08-16T05:37:12.470Z[ recovery-image] Aug 16 05:37:11.143 INFO O| Aug 16 05:37:11.143 INFO ok!
77272024-08-16T05:37:12.470Z[ recovery-image] Aug 16 05:37:11.143 INFO O| Aug 16 05:37:11.143 INFO STEP 22 (ensure_symlink) COMPLETE
77282024-08-16T05:37:12.470Z[ recovery-image] Aug 16 05:37:11.143 INFO O| Aug 16 05:37:11.143 INFO STEP 23: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/common.json
77292024-08-16T05:37:12.478Z[ recovery-image] Aug 16 05:37:11.153 INFO O| Aug 16 05:37:11.153 INFO link /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/svc/profile/name_service.xml does not exist
77302024-08-16T05:37:12.478Z[ recovery-image] Aug 16 05:37:11.153 INFO O| Aug 16 05:37:11.153 INFO linking /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/svc/profile/name_service.xml -> ns_dns.xml ...
77312024-08-16T05:37:12.480Z[ recovery-image] Aug 16 05:37:11.153 INFO O| Aug 16 05:37:11.153 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/svc/profile/name_service.xml
77322024-08-16T05:37:12.480Z[ recovery-image] Aug 16 05:37:11.153 INFO O| Aug 16 05:37:11.153 INFO ok!
77332024-08-16T05:37:12.480Z[ recovery-image] Aug 16 05:37:11.153 INFO O| Aug 16 05:37:11.153 INFO STEP 23 (ensure_symlink) COMPLETE
77342024-08-16T05:37:12.480Z[ recovery-image] Aug 16 05:37:11.153 INFO O| Aug 16 05:37:11.153 INFO STEP 24: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
77352024-08-16T05:37:12.488Z[ recovery-image] Aug 16 05:37:11.163 INFO O| Aug 16 05:37:11.163 WARN file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/nsswitch.conf exists, with wrong contents, unlinking
77362024-08-16T05:37:12.490Z[ recovery-image] Aug 16 05:37:11.163 INFO O| Aug 16 05:37:11.163 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 ...
77372024-08-16T05:37:12.490Z[ recovery-image] Aug 16 05:37:11.163 INFO O| Aug 16 05:37:11.163 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/nsswitch.conf
77382024-08-16T05:37:12.491Z[ recovery-image] Aug 16 05:37:11.163 INFO O| Aug 16 05:37:11.163 INFO ok!
77392024-08-16T05:37:12.491Z[ recovery-image] Aug 16 05:37:11.163 INFO O| Aug 16 05:37:11.163 INFO STEP 24 (ensure_file) COMPLETE
77402024-08-16T05:37:12.491Z[ recovery-image] Aug 16 05:37:11.163 INFO O| Aug 16 05:37:11.163 INFO STEP 25: shadow, from: /work/oxidecomputer/helios/image/templates/include/common.json
77412024-08-16T05:37:12.498Z[ recovery-image] Aug 16 05:37:11.173 INFO O| Aug 16 05:37:11.173 INFO updating shadow file
77422024-08-16T05:37:12.501Z[ recovery-image] Aug 16 05:37:11.173 INFO O| Aug 16 05:37:11.173 INFO ownership wrong (Id(0):Id(3), not 0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/shadow
77432024-08-16T05:37:12.501Z[ recovery-image] Aug 16 05:37:11.173 INFO O| Aug 16 05:37:11.173 INFO chown ok, path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/shadow
77442024-08-16T05:37:12.501Z[ recovery-image] Aug 16 05:37:11.173 INFO O| Aug 16 05:37:11.173 INFO STEP 25 (shadow) COMPLETE
77452024-08-16T05:37:12.501Z[ recovery-image] Aug 16 05:37:11.173 INFO O| Aug 16 05:37:11.173 INFO STEP 26: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
77462024-08-16T05:37:12.508Z[ recovery-image] Aug 16 05:37:11.183 INFO O| Aug 16 05:37:11.183 WARN file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/inet/hosts exists, with wrong contents, unlinking
77472024-08-16T05:37:12.508Z[ recovery-image] Aug 16 05:37:11.183 INFO O| Aug 16 05:37:11.183 INFO copying /work/oxidecomputer/helios/image/templates/files/hosts -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/inet/hosts ...
77482024-08-16T05:37:12.511Z[ recovery-image] Aug 16 05:37:11.183 INFO O| Aug 16 05:37:11.183 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/inet/hosts
77492024-08-16T05:37:12.511Z[ recovery-image] Aug 16 05:37:11.183 INFO O| Aug 16 05:37:11.183 INFO ok!
77502024-08-16T05:37:12.511Z[ recovery-image] Aug 16 05:37:11.183 INFO O| Aug 16 05:37:11.183 INFO STEP 26 (ensure_file) COMPLETE
77512024-08-16T05:37:12.511Z[ recovery-image] Aug 16 05:37:11.183 INFO O| Aug 16 05:37:11.183 INFO STEP 27: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
77522024-08-16T05:37:12.519Z[ recovery-image] Aug 16 05:37:11.194 INFO O| Aug 16 05:37:11.193 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/nodename does not exist
77532024-08-16T05:37:12.519Z[ recovery-image] Aug 16 05:37:11.194 INFO O| Aug 16 05:37:11.194 INFO writing /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/nodename ...
77542024-08-16T05:37:12.519Z[ recovery-image] Aug 16 05:37:11.194 INFO O| Aug 16 05:37:11.194 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/nodename
77552024-08-16T05:37:12.521Z[ recovery-image] Aug 16 05:37:11.194 INFO O| Aug 16 05:37:11.194 INFO ok!
77562024-08-16T05:37:12.521Z[ recovery-image] Aug 16 05:37:11.194 INFO O| Aug 16 05:37:11.194 INFO STEP 27 (ensure_file) COMPLETE
77572024-08-16T05:37:12.521Z[ recovery-image] Aug 16 05:37:11.194 INFO O| Aug 16 05:37:11.194 INFO STEP 28: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
77582024-08-16T05:37:12.529Z[ recovery-image] Aug 16 05:37:11.204 INFO O| Aug 16 05:37:11.204 WARN file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/default/dhcpagent exists, with wrong contents, unlinking
77592024-08-16T05:37:12.532Z[ recovery-image] Aug 16 05:37:11.204 INFO O| Aug 16 05:37:11.204 INFO copying /work/oxidecomputer/helios/image/templates/files/dhcpagent -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/default/dhcpagent ...
77602024-08-16T05:37:12.532Z[ recovery-image] Aug 16 05:37:11.204 INFO O| Aug 16 05:37:11.204 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/default/dhcpagent
77612024-08-16T05:37:12.532Z[ recovery-image] Aug 16 05:37:11.204 INFO O| Aug 16 05:37:11.204 INFO chown ok, path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/default/dhcpagent
77622024-08-16T05:37:12.532Z[ recovery-image] Aug 16 05:37:11.204 INFO O| Aug 16 05:37:11.204 INFO ok!
77632024-08-16T05:37:12.532Z[ recovery-image] Aug 16 05:37:11.204 INFO O| Aug 16 05:37:11.204 INFO STEP 28 (ensure_file) COMPLETE
77642024-08-16T05:37:12.532Z[ recovery-image] Aug 16 05:37:11.204 INFO O| Aug 16 05:37:11.204 INFO STEP 29: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
77652024-08-16T05:37:12.539Z[ recovery-image] Aug 16 05:37:11.214 INFO O| Aug 16 05:37:11.214 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/resolv.conf does not exist
77662024-08-16T05:37:12.539Z[ recovery-image] Aug 16 05:37:11.214 INFO O| Aug 16 05:37:11.214 INFO writing /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/resolv.conf ...
77672024-08-16T05:37:12.542Z[ recovery-image] Aug 16 05:37:11.214 INFO O| Aug 16 05:37:11.214 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/resolv.conf
77682024-08-16T05:37:12.542Z[ recovery-image] Aug 16 05:37:11.214 INFO O| Aug 16 05:37:11.214 INFO ok!
77692024-08-16T05:37:12.542Z[ recovery-image] Aug 16 05:37:11.214 INFO O| Aug 16 05:37:11.214 INFO STEP 29 (ensure_file) COMPLETE
77702024-08-16T05:37:12.542Z[ recovery-image] Aug 16 05:37:11.214 INFO O| Aug 16 05:37:11.214 INFO STEP 30: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs-recovery.json
77712024-08-16T05:37:12.550Z[ recovery-image] Aug 16 05:37:11.224 INFO O| Aug 16 05:37:11.224 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/auto_master does not exist
77722024-08-16T05:37:12.550Z[ recovery-image] Aug 16 05:37:11.224 INFO O| Aug 16 05:37:11.224 INFO copying /work/oxidecomputer/helios/image/templates/files/auto_master -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/auto_master ...
77732024-08-16T05:37:12.552Z[ recovery-image] Aug 16 05:37:11.224 INFO O| Aug 16 05:37:11.224 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/auto_master
77742024-08-16T05:37:12.552Z[ recovery-image] Aug 16 05:37:11.224 INFO O| Aug 16 05:37:11.224 INFO ok!
77752024-08-16T05:37:12.552Z[ recovery-image] Aug 16 05:37:11.225 INFO O| Aug 16 05:37:11.224 INFO STEP 30 (ensure_file) COMPLETE
77762024-08-16T05:37:12.552Z[ recovery-image] Aug 16 05:37:11.225 INFO O| Aug 16 05:37:11.224 INFO STEP 31: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs-recovery.json
77772024-08-16T05:37:12.552Z[ host-image] Aug 16 05:37:11.225 INFO O| Aug 16 05:37:11.225 INFO O| Actions: Completed 1361 actions in 0.53 seconds.
77782024-08-16T05:37:12.561Z[ recovery-image] Aug 16 05:37:11.235 INFO O| Aug 16 05:37:11.235 WARN file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/ttydefs exists, with wrong contents, unlinking
77792024-08-16T05:37:12.563Z[ recovery-image] Aug 16 05:37:11.235 INFO O| Aug 16 05:37:11.235 INFO copying /work/oxidecomputer/helios/image/templates/files/ttydefs.3000000 -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/ttydefs ...
77802024-08-16T05:37:12.564Z[ recovery-image] Aug 16 05:37:11.235 INFO O| Aug 16 05:37:11.235 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/ttydefs
77812024-08-16T05:37:12.564Z[ recovery-image] Aug 16 05:37:11.235 INFO O| Aug 16 05:37:11.235 INFO chown ok, path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/ttydefs
77822024-08-16T05:37:12.564Z[ recovery-image] Aug 16 05:37:11.235 INFO O| Aug 16 05:37:11.235 INFO ok!
77832024-08-16T05:37:12.564Z[ recovery-image] Aug 16 05:37:11.235 INFO O| Aug 16 05:37:11.235 INFO STEP 31 (ensure_file) COMPLETE
77842024-08-16T05:37:12.564Z[ recovery-image] Aug 16 05:37:11.235 INFO O| Aug 16 05:37:11.235 INFO STEP 32: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs-recovery.json
77852024-08-16T05:37:12.570Z[ recovery-image] Aug 16 05:37:11.245 INFO O| Aug 16 05:37:11.245 WARN file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/default/init exists, with wrong contents, unlinking
77862024-08-16T05:37:12.570Z[ recovery-image] Aug 16 05:37:11.245 INFO O| Aug 16 05:37:11.245 INFO copying /work/oxidecomputer/helios/image/templates/files/default_init -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/default/init ...
77872024-08-16T05:37:12.572Z[ recovery-image] Aug 16 05:37:11.245 INFO O| Aug 16 05:37:11.245 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/default/init
77882024-08-16T05:37:12.572Z[ recovery-image] Aug 16 05:37:11.245 INFO O| Aug 16 05:37:11.245 INFO ok!
77892024-08-16T05:37:12.572Z[ recovery-image] Aug 16 05:37:11.245 INFO O| Aug 16 05:37:11.245 INFO STEP 32 (ensure_file) COMPLETE
77902024-08-16T05:37:12.572Z[ recovery-image] Aug 16 05:37:11.245 INFO O| Aug 16 05:37:11.245 INFO STEP 33: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs-recovery.json
77912024-08-16T05:37:12.581Z[ recovery-image] Aug 16 05:37:11.256 INFO O| Aug 16 05:37:11.256 WARN file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/ssh/sshd_config exists, with wrong contents, unlinking
77922024-08-16T05:37:12.581Z[ recovery-image] Aug 16 05:37:11.256 INFO O| Aug 16 05:37:11.256 INFO copying /work/oxidecomputer/helios/image/templates/files/sshd_config -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/ssh/sshd_config ...
77932024-08-16T05:37:12.584Z[ recovery-image] Aug 16 05:37:11.256 INFO O| Aug 16 05:37:11.256 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/ssh/sshd_config
77942024-08-16T05:37:12.584Z[ recovery-image] Aug 16 05:37:11.256 INFO O| Aug 16 05:37:11.256 INFO ok!
77952024-08-16T05:37:12.584Z[ recovery-image] Aug 16 05:37:11.256 INFO O| Aug 16 05:37:11.256 INFO STEP 33 (ensure_file) COMPLETE
77962024-08-16T05:37:12.584Z[ recovery-image] Aug 16 05:37:11.256 INFO O| Aug 16 05:37:11.256 INFO STEP 34: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs-recovery.json
77972024-08-16T05:37:12.591Z[ recovery-image] Aug 16 05:37:11.266 INFO O| Aug 16 05:37:11.266 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/usr/lib/bootparams does not exist
77982024-08-16T05:37:12.594Z[ recovery-image] Aug 16 05:37:11.266 INFO O| Aug 16 05:37:11.266 INFO copying /work/oxidecomputer/helios/image/templates/files/bootparams.sh -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/usr/lib/bootparams ...
77992024-08-16T05:37:12.594Z[ recovery-image] Aug 16 05:37:11.266 INFO O| Aug 16 05:37:11.266 INFO perms are 644, should be 755, path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/usr/lib/bootparams
78002024-08-16T05:37:12.594Z[ recovery-image] Aug 16 05:37:11.266 INFO O| Aug 16 05:37:11.266 INFO chmod ok, path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/usr/lib/bootparams
78012024-08-16T05:37:12.594Z[ recovery-image] Aug 16 05:37:11.266 INFO O| Aug 16 05:37:11.266 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/usr/lib/bootparams
78022024-08-16T05:37:12.594Z[ recovery-image] Aug 16 05:37:11.266 INFO O| Aug 16 05:37:11.266 INFO chown ok, path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/usr/lib/bootparams
78032024-08-16T05:37:12.594Z[ recovery-image] Aug 16 05:37:11.266 INFO O| Aug 16 05:37:11.266 INFO ok!
78042024-08-16T05:37:12.594Z[ recovery-image] Aug 16 05:37:11.266 INFO O| Aug 16 05:37:11.266 INFO STEP 34 (ensure_file) COMPLETE
78052024-08-16T05:37:12.594Z[ recovery-image] Aug 16 05:37:11.266 INFO O| Aug 16 05:37:11.266 INFO STEP 35: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/t6-firmware.json
78062024-08-16T05:37:12.602Z[ recovery-image] Aug 16 05:37:11.277 INFO O| Aug 16 05:37:11.277 INFO creating directory: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/platform/Oxide,Gimlet/firmware
78072024-08-16T05:37:12.605Z[ recovery-image] Aug 16 05:37:11.277 INFO O| Aug 16 05:37:11.277 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/platform/Oxide,Gimlet/firmware
78082024-08-16T05:37:12.605Z[ recovery-image] Aug 16 05:37:11.277 INFO O| Aug 16 05:37:11.277 INFO chown ok, path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/platform/Oxide,Gimlet/firmware
78092024-08-16T05:37:12.605Z[ recovery-image] Aug 16 05:37:11.277 INFO O| Aug 16 05:37:11.277 INFO STEP 35 (ensure_dir) COMPLETE
78102024-08-16T05:37:12.605Z[ recovery-image] Aug 16 05:37:11.277 INFO O| Aug 16 05:37:11.277 INFO STEP 36: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/t6-firmware.json
78112024-08-16T05:37:12.613Z[ recovery-image] Aug 16 05:37:11.288 INFO O| Aug 16 05:37:11.288 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
78122024-08-16T05:37:12.613Z[ recovery-image] Aug 16 05:37:11.288 INFO O| Aug 16 05:37:11.288 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 ...
78132024-08-16T05:37:12.615Z[ recovery-image] Aug 16 05:37:11.288 INFO O| Aug 16 05:37:11.288 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
78142024-08-16T05:37:12.615Z[ recovery-image] Aug 16 05:37:11.288 INFO O| Aug 16 05:37:11.288 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
78152024-08-16T05:37:12.615Z[ recovery-image] Aug 16 05:37:11.288 INFO O| Aug 16 05:37:11.288 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
78162024-08-16T05:37:12.615Z[ recovery-image] Aug 16 05:37:11.288 INFO O| Aug 16 05:37:11.288 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
78172024-08-16T05:37:12.615Z[ recovery-image] Aug 16 05:37:11.288 INFO O| Aug 16 05:37:11.288 INFO ok!
78182024-08-16T05:37:12.615Z[ recovery-image] Aug 16 05:37:11.288 INFO O| Aug 16 05:37:11.288 INFO STEP 36 (ensure_file) COMPLETE
78192024-08-16T05:37:12.615Z[ recovery-image] Aug 16 05:37:11.288 INFO O| Aug 16 05:37:11.288 INFO STEP 37: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/t6-firmware.json
78202024-08-16T05:37:12.623Z[ recovery-image] Aug 16 05:37:11.298 INFO O| Aug 16 05:37:11.298 INFO link /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/platform/Oxide,Gimlet/firmware/t6srom.bin does not exist
78212024-08-16T05:37:12.624Z[ recovery-image] Aug 16 05:37:11.298 INFO O| Aug 16 05:37:11.298 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 ...
78222024-08-16T05:37:12.627Z[ recovery-image] Aug 16 05:37:11.298 INFO O| Aug 16 05:37:11.298 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/platform/Oxide,Gimlet/firmware/t6srom.bin
78232024-08-16T05:37:12.627Z[ recovery-image] Aug 16 05:37:11.298 INFO O| Aug 16 05:37:11.298 INFO ok!
78242024-08-16T05:37:12.627Z[ recovery-image] Aug 16 05:37:11.298 INFO O| Aug 16 05:37:11.298 INFO STEP 37 (ensure_symlink) COMPLETE
78252024-08-16T05:37:12.627Z[ recovery-image] Aug 16 05:37:11.299 INFO O| Aug 16 05:37:11.298 INFO STEP 38: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs-recovery.json
78262024-08-16T05:37:12.635Z[ recovery-image] Aug 16 05:37:11.309 INFO O| Aug 16 05:37:11.309 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/usr/lib/recovery-hostname does not exist
78272024-08-16T05:37:12.635Z[ recovery-image] Aug 16 05:37:11.309 INFO O| Aug 16 05:37:11.309 INFO copying /work/oxidecomputer/helios/image/templates/files/recovery-hostname.sh -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/usr/lib/recovery-hostname ...
78282024-08-16T05:37:12.637Z[ recovery-image] Aug 16 05:37:11.309 INFO O| Aug 16 05:37:11.309 INFO perms are 644, should be 755, path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/usr/lib/recovery-hostname
78292024-08-16T05:37:12.637Z[ recovery-image] Aug 16 05:37:11.309 INFO O| Aug 16 05:37:11.309 INFO chmod ok, path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/usr/lib/recovery-hostname
78302024-08-16T05:37:12.637Z[ recovery-image] Aug 16 05:37:11.309 INFO O| Aug 16 05:37:11.309 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/usr/lib/recovery-hostname
78312024-08-16T05:37:12.637Z[ recovery-image] Aug 16 05:37:11.310 INFO O| Aug 16 05:37:11.310 INFO chown ok, path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/usr/lib/recovery-hostname
78322024-08-16T05:37:12.637Z[ recovery-image] Aug 16 05:37:11.310 INFO O| Aug 16 05:37:11.310 INFO ok!
78332024-08-16T05:37:12.637Z[ recovery-image] Aug 16 05:37:11.310 INFO O| Aug 16 05:37:11.310 INFO STEP 38 (ensure_file) COMPLETE
78342024-08-16T05:37:12.637Z[ recovery-image] Aug 16 05:37:11.310 INFO O| Aug 16 05:37:11.310 INFO STEP 39: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs-recovery.json
78352024-08-16T05:37:12.647Z[ recovery-image] Aug 16 05:37:11.322 INFO O| Aug 16 05:37:11.322 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/site/recovery-hostname.xml does not exist
78362024-08-16T05:37:12.647Z[ recovery-image] Aug 16 05:37:11.322 INFO O| Aug 16 05:37:11.322 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 ...
78372024-08-16T05:37:12.651Z[ recovery-image] Aug 16 05:37:11.322 INFO O| Aug 16 05:37:11.322 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
78382024-08-16T05:37:12.651Z[ recovery-image] Aug 16 05:37:11.322 INFO O| Aug 16 05:37:11.322 INFO chown ok, path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/site/recovery-hostname.xml
78392024-08-16T05:37:12.651Z[ recovery-image] Aug 16 05:37:11.322 INFO O| Aug 16 05:37:11.322 INFO ok!
78402024-08-16T05:37:12.651Z[ recovery-image] Aug 16 05:37:11.322 INFO O| Aug 16 05:37:11.322 INFO STEP 39 (ensure_file) COMPLETE
78412024-08-16T05:37:12.651Z[ recovery-image] Aug 16 05:37:11.322 INFO O| Aug 16 05:37:11.322 INFO STEP 40: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs-recovery.json
78422024-08-16T05:37:12.658Z[ recovery-image] Aug 16 05:37:11.332 INFO O| Aug 16 05:37:11.332 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/var/svc/profile/site.xml does not exist
78432024-08-16T05:37:12.658Z[ recovery-image] Aug 16 05:37:11.332 INFO O| Aug 16 05:37:11.332 INFO copying /work/oxidecomputer/helios/image/templates/files/site.xml -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/var/svc/profile/site.xml ...
78442024-08-16T05:37:12.660Z[ recovery-image] Aug 16 05:37:11.333 INFO O| Aug 16 05:37:11.333 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/var/svc/profile/site.xml
78452024-08-16T05:37:12.660Z[ recovery-image] Aug 16 05:37:11.333 INFO O| Aug 16 05:37:11.333 INFO ok!
78462024-08-16T05:37:12.660Z[ recovery-image] Aug 16 05:37:11.333 INFO O| Aug 16 05:37:11.333 INFO STEP 40 (ensure_file) COMPLETE
78472024-08-16T05:37:12.660Z[ recovery-image] Aug 16 05:37:11.333 INFO O| Aug 16 05:37:11.333 INFO STEP 41: shadow, from: /work/oxidecomputer/helios/image/templates/include/root-noauth.json
78482024-08-16T05:37:12.670Z[ recovery-image] Aug 16 05:37:11.345 INFO O| Aug 16 05:37:11.345 INFO updating shadow file
78492024-08-16T05:37:12.672Z[ recovery-image] Aug 16 05:37:11.345 INFO O| Aug 16 05:37:11.345 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/shadow
78502024-08-16T05:37:12.672Z[ recovery-image] Aug 16 05:37:11.345 INFO O| Aug 16 05:37:11.345 INFO STEP 41 (shadow) COMPLETE
78512024-08-16T05:37:12.672Z[ recovery-image] Aug 16 05:37:11.345 INFO O| Aug 16 05:37:11.345 INFO STEP 42: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/root-noauth.json
78522024-08-16T05:37:12.680Z[ recovery-image] Aug 16 05:37:11.355 INFO O| Aug 16 05:37:11.355 WARN file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/default/login exists, with wrong contents, unlinking
78532024-08-16T05:37:12.680Z[ recovery-image] Aug 16 05:37:11.355 INFO O| Aug 16 05:37:11.355 INFO copying /work/oxidecomputer/helios/image/templates/files/mfg_default_login -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/default/login ...
78542024-08-16T05:37:12.683Z[ recovery-image] Aug 16 05:37:11.355 INFO O| Aug 16 05:37:11.355 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/default/login
78552024-08-16T05:37:12.683Z[ recovery-image] Aug 16 05:37:11.355 INFO O| Aug 16 05:37:11.355 INFO chown ok, path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/default/login
78562024-08-16T05:37:12.683Z[ recovery-image] Aug 16 05:37:11.355 INFO O| Aug 16 05:37:11.355 INFO ok!
78572024-08-16T05:37:12.683Z[ recovery-image] Aug 16 05:37:11.355 INFO O| Aug 16 05:37:11.355 INFO STEP 42 (ensure_file) COMPLETE
78582024-08-16T05:37:12.683Z[ recovery-image] Aug 16 05:37:11.355 INFO O| Aug 16 05:37:11.355 INFO STEP 43: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
78592024-08-16T05:37:12.694Z[ recovery-image] Aug 16 05:37:11.365 INFO O| Aug 16 05:37:11.365 INFO ownership already OK (0:3), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt
78602024-08-16T05:37:12.697Z[ recovery-image] Aug 16 05:37:11.366 INFO O| Aug 16 05:37:11.365 INFO STEP 43 (ensure_dir) COMPLETE
78612024-08-16T05:37:12.697Z[ recovery-image] Aug 16 05:37:11.366 INFO O| Aug 16 05:37:11.365 INFO STEP 44: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
78622024-08-16T05:37:12.702Z[ recovery-image] Aug 16 05:37:11.375 INFO O| Aug 16 05:37:11.375 INFO ownership wrong (Id(0):Id(2), not 0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide
78632024-08-16T05:37:12.706Z[ recovery-image] Aug 16 05:37:11.375 INFO O| Aug 16 05:37:11.375 INFO chown ok, path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide
78642024-08-16T05:37:12.706Z[ recovery-image] Aug 16 05:37:11.375 INFO O| Aug 16 05:37:11.375 INFO STEP 44 (ensure_dir) COMPLETE
78652024-08-16T05:37:12.706Z[ recovery-image] Aug 16 05:37:11.375 INFO O| Aug 16 05:37:11.375 INFO STEP 45: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
78662024-08-16T05:37:12.710Z[ recovery-image] Aug 16 05:37:11.385 INFO O| Aug 16 05:37:11.385 INFO creating directory: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/installinator
78672024-08-16T05:37:12.713Z[ recovery-image] Aug 16 05:37:11.385 INFO O| Aug 16 05:37:11.385 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/installinator
78682024-08-16T05:37:12.713Z[ recovery-image] Aug 16 05:37:11.386 INFO O| Aug 16 05:37:11.385 INFO STEP 45 (ensure_dir) COMPLETE
78692024-08-16T05:37:12.713Z[ recovery-image] Aug 16 05:37:11.386 INFO O| Aug 16 05:37:11.385 INFO STEP 46: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
78702024-08-16T05:37:12.722Z[ recovery-image] Aug 16 05:37:11.397 INFO O| Aug 16 05:37:11.397 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/installinator/installinator does not exist
78712024-08-16T05:37:12.722Z[ recovery-image] Aug 16 05:37:11.397 INFO O| Aug 16 05:37:11.397 INFO copying /tmp/.tmpGXLJbR/proto/recovery/root/opt/oxide/installinator/installinator -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/installinator/installinator ...
78722024-08-16T05:37:12.752Z[ recovery-image] Aug 16 05:37:11.427 INFO O| Aug 16 05:37:11.427 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/installinator/installinator
78732024-08-16T05:37:12.752Z[ recovery-image] Aug 16 05:37:11.427 INFO O| Aug 16 05:37:11.427 INFO ok!
78742024-08-16T05:37:12.752Z[ recovery-image] Aug 16 05:37:11.427 INFO O| Aug 16 05:37:11.427 INFO STEP 46 (ensure_file) COMPLETE
78752024-08-16T05:37:12.755Z[ recovery-image] Aug 16 05:37:11.427 INFO O| Aug 16 05:37:11.427 INFO STEP 47: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
78762024-08-16T05:37:12.764Z[ recovery-image] Aug 16 05:37:11.439 INFO O| Aug 16 05:37:11.439 INFO creating directory: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/installinator/pkg
78772024-08-16T05:37:12.764Z[ recovery-image] Aug 16 05:37:11.439 INFO O| Aug 16 05:37:11.439 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/installinator/pkg
78782024-08-16T05:37:12.767Z[ recovery-image] Aug 16 05:37:11.439 INFO O| Aug 16 05:37:11.439 INFO STEP 47 (ensure_dir) COMPLETE
78792024-08-16T05:37:12.767Z[ recovery-image] Aug 16 05:37:11.439 INFO O| Aug 16 05:37:11.439 INFO STEP 48: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
78802024-08-16T05:37:12.774Z[ recovery-image] Aug 16 05:37:11.449 INFO O| Aug 16 05:37:11.449 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/installinator/VERSION does not exist
78812024-08-16T05:37:12.774Z[ recovery-image] Aug 16 05:37:11.449 INFO O| Aug 16 05:37:11.449 INFO copying /tmp/.tmpGXLJbR/proto/recovery/root/opt/oxide/installinator/VERSION -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/installinator/VERSION ...
78822024-08-16T05:37:12.777Z[ recovery-image] Aug 16 05:37:11.449 INFO O| Aug 16 05:37:11.449 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/installinator/VERSION
78832024-08-16T05:37:12.777Z[ recovery-image] Aug 16 05:37:11.449 INFO O| Aug 16 05:37:11.449 INFO ok!
78842024-08-16T05:37:12.777Z[ recovery-image] Aug 16 05:37:11.449 INFO O| Aug 16 05:37:11.449 INFO STEP 48 (ensure_file) COMPLETE
78852024-08-16T05:37:12.777Z[ recovery-image] Aug 16 05:37:11.449 INFO O| Aug 16 05:37:11.449 INFO STEP 49: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
78862024-08-16T05:37:12.785Z[ recovery-image] Aug 16 05:37:11.460 INFO O| Aug 16 05:37:11.460 INFO creating directory: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm
78872024-08-16T05:37:12.785Z[ recovery-image] Aug 16 05:37:11.460 INFO O| Aug 16 05:37:11.460 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm
78882024-08-16T05:37:12.785Z[ recovery-image] Aug 16 05:37:11.460 INFO O| Aug 16 05:37:11.460 INFO STEP 49 (ensure_dir) COMPLETE
78892024-08-16T05:37:12.788Z[ recovery-image] Aug 16 05:37:11.460 INFO O| Aug 16 05:37:11.460 INFO STEP 50: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
78902024-08-16T05:37:12.798Z[ recovery-image] Aug 16 05:37:11.472 INFO O| Aug 16 05:37:11.472 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/ddmadm does not exist
78912024-08-16T05:37:12.798Z[ recovery-image] Aug 16 05:37:11.472 INFO O| Aug 16 05:37:11.472 INFO copying /tmp/.tmpGXLJbR/proto/recovery/root/opt/oxide/mg-ddm/ddmadm -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/ddmadm ...
78922024-08-16T05:37:12.812Z[ host-image] Aug 16 05:37:11.487 INFO O| Aug 16 05:37:11.487 INFO O| Done
78932024-08-16T05:37:12.812Z[ host-image] Aug 16 05:37:11.487 INFO O| Aug 16 05:37:11.487 INFO O| Done
78942024-08-16T05:37:12.815Z[ recovery-image] Aug 16 05:37:11.487 INFO O| Aug 16 05:37:11.487 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/ddmadm
78952024-08-16T05:37:12.815Z[ recovery-image] Aug 16 05:37:11.487 INFO O| Aug 16 05:37:11.487 INFO ok!
78962024-08-16T05:37:12.815Z[ recovery-image] Aug 16 05:37:11.487 INFO O| Aug 16 05:37:11.487 INFO STEP 50 (ensure_file) COMPLETE
78972024-08-16T05:37:12.815Z[ recovery-image] Aug 16 05:37:11.487 INFO O| Aug 16 05:37:11.487 INFO STEP 51: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
78982024-08-16T05:37:12.825Z[ recovery-image] Aug 16 05:37:11.499 INFO O| Aug 16 05:37:11.499 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/ddmd does not exist
78992024-08-16T05:37:12.825Z[ recovery-image] Aug 16 05:37:11.499 INFO O| Aug 16 05:37:11.499 INFO copying /tmp/.tmpGXLJbR/proto/recovery/root/opt/oxide/mg-ddm/ddmd -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/ddmd ...
79002024-08-16T05:37:13.333Z[ recovery-image] Aug 16 05:37:12.007 INFO O| Aug 16 05:37:12.007 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/ddmd
79012024-08-16T05:37:13.333Z[ recovery-image] Aug 16 05:37:12.007 INFO O| Aug 16 05:37:12.007 INFO ok!
79022024-08-16T05:37:13.336Z[ recovery-image] Aug 16 05:37:12.007 INFO O| Aug 16 05:37:12.007 INFO STEP 51 (ensure_file) COMPLETE
79032024-08-16T05:37:13.336Z[ recovery-image] Aug 16 05:37:12.007 INFO O| Aug 16 05:37:12.007 INFO STEP 52: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
79042024-08-16T05:37:13.346Z[ recovery-image] Aug 16 05:37:12.020 INFO O| Aug 16 05:37:12.020 INFO creating directory: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/pkg
79052024-08-16T05:37:13.348Z[ recovery-image] Aug 16 05:37:12.020 INFO O| Aug 16 05:37:12.020 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/pkg
79062024-08-16T05:37:13.348Z[ recovery-image] Aug 16 05:37:12.021 INFO O| Aug 16 05:37:12.020 INFO STEP 52 (ensure_dir) COMPLETE
79072024-08-16T05:37:13.348Z[ recovery-image] Aug 16 05:37:12.021 INFO O| Aug 16 05:37:12.021 INFO STEP 53: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
79082024-08-16T05:37:13.356Z[ recovery-image] Aug 16 05:37:12.031 INFO O| Aug 16 05:37:12.031 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/pkg/refresh_ctrun_child.sh does not exist
79092024-08-16T05:37:13.369Z[ recovery-image] Aug 16 05:37:12.031 INFO O| Aug 16 05:37:12.031 INFO copying /tmp/.tmpGXLJbR/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 ...
79102024-08-16T05:37:13.369Z[ recovery-image] Aug 16 05:37:12.031 INFO O| Aug 16 05:37:12.031 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
79112024-08-16T05:37:13.369Z[ recovery-image] Aug 16 05:37:12.031 INFO O| Aug 16 05:37:12.031 INFO ok!
79122024-08-16T05:37:13.369Z[ recovery-image] Aug 16 05:37:12.031 INFO O| Aug 16 05:37:12.031 INFO STEP 53 (ensure_file) COMPLETE
79132024-08-16T05:37:13.369Z[ recovery-image] Aug 16 05:37:12.031 INFO O| Aug 16 05:37:12.031 INFO STEP 54: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
79142024-08-16T05:37:13.369Z[ recovery-image] Aug 16 05:37:12.042 INFO O| Aug 16 05:37:12.042 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/pkg/mgd_method_script.sh does not exist
79152024-08-16T05:37:13.369Z[ recovery-image] Aug 16 05:37:12.042 INFO O| Aug 16 05:37:12.042 INFO copying /tmp/.tmpGXLJbR/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 ...
79162024-08-16T05:37:13.369Z[ recovery-image] Aug 16 05:37:12.042 INFO O| Aug 16 05:37:12.042 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
79172024-08-16T05:37:13.369Z[ recovery-image] Aug 16 05:37:12.042 INFO O| Aug 16 05:37:12.042 INFO ok!
79182024-08-16T05:37:13.369Z[ recovery-image] Aug 16 05:37:12.043 INFO O| Aug 16 05:37:12.042 INFO STEP 54 (ensure_file) COMPLETE
79192024-08-16T05:37:13.369Z[ recovery-image] Aug 16 05:37:12.043 INFO O| Aug 16 05:37:12.042 INFO STEP 55: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
79202024-08-16T05:37:13.378Z[ recovery-image] Aug 16 05:37:12.053 INFO O| Aug 16 05:37:12.052 INFO creating directory: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/pkg/mgd
79212024-08-16T05:37:13.378Z[ recovery-image] Aug 16 05:37:12.053 INFO O| Aug 16 05:37:12.053 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/pkg/mgd
79222024-08-16T05:37:13.378Z[ recovery-image] Aug 16 05:37:12.053 INFO O| Aug 16 05:37:12.053 INFO STEP 55 (ensure_dir) COMPLETE
79232024-08-16T05:37:13.378Z[ recovery-image] Aug 16 05:37:12.053 INFO O| Aug 16 05:37:12.053 INFO STEP 56: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
79242024-08-16T05:37:13.388Z[ recovery-image] Aug 16 05:37:12.062 INFO O| Aug 16 05:37:12.062 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/pkg/mgd/manifest.xml does not exist
79252024-08-16T05:37:13.388Z[ recovery-image] Aug 16 05:37:12.062 INFO O| Aug 16 05:37:12.062 INFO copying /tmp/.tmpGXLJbR/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 ...
79262024-08-16T05:37:13.390Z[ recovery-image] Aug 16 05:37:12.062 INFO O| Aug 16 05:37:12.062 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/pkg/mgd/manifest.xml
79272024-08-16T05:37:13.390Z[ recovery-image] Aug 16 05:37:12.062 INFO O| Aug 16 05:37:12.062 INFO ok!
79282024-08-16T05:37:13.390Z[ recovery-image] Aug 16 05:37:12.062 INFO O| Aug 16 05:37:12.062 INFO STEP 56 (ensure_file) COMPLETE
79292024-08-16T05:37:13.390Z[ recovery-image] Aug 16 05:37:12.062 INFO O| Aug 16 05:37:12.062 INFO STEP 57: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
79302024-08-16T05:37:13.398Z[ recovery-image] Aug 16 05:37:12.072 INFO O| Aug 16 05:37:12.072 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/pkg/ddm_method_script.sh does not exist
79312024-08-16T05:37:13.398Z[ recovery-image] Aug 16 05:37:12.072 INFO O| Aug 16 05:37:12.072 INFO copying /tmp/.tmpGXLJbR/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 ...
79322024-08-16T05:37:13.400Z[ recovery-image] Aug 16 05:37:12.072 INFO O| Aug 16 05:37:12.072 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
79332024-08-16T05:37:13.400Z[ recovery-image] Aug 16 05:37:12.072 INFO O| Aug 16 05:37:12.072 INFO ok!
79342024-08-16T05:37:13.400Z[ recovery-image] Aug 16 05:37:12.072 INFO O| Aug 16 05:37:12.072 INFO STEP 57 (ensure_file) COMPLETE
79352024-08-16T05:37:13.400Z[ recovery-image] Aug 16 05:37:12.072 INFO O| Aug 16 05:37:12.072 INFO STEP 58: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
79362024-08-16T05:37:13.407Z[ recovery-image] Aug 16 05:37:12.082 INFO O| Aug 16 05:37:12.082 INFO creating directory: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/pkg/ddm
79372024-08-16T05:37:13.410Z[ recovery-image] Aug 16 05:37:12.082 INFO O| Aug 16 05:37:12.082 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/pkg/ddm
79382024-08-16T05:37:13.410Z[ recovery-image] Aug 16 05:37:12.082 INFO O| Aug 16 05:37:12.082 INFO STEP 58 (ensure_dir) COMPLETE
79392024-08-16T05:37:13.410Z[ recovery-image] Aug 16 05:37:12.082 INFO O| Aug 16 05:37:12.082 INFO STEP 59: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
79402024-08-16T05:37:13.410Z[ host-image] Aug 16 05:37:12.083 INFO O| Aug 16 05:37:12.083 INFO O| Done
79412024-08-16T05:37:13.417Z[ recovery-image] Aug 16 05:37:12.092 INFO O| Aug 16 05:37:12.091 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/pkg/ddm/manifest.xml does not exist
79422024-08-16T05:37:13.420Z[ recovery-image] Aug 16 05:37:12.092 INFO O| Aug 16 05:37:12.092 INFO copying /tmp/.tmpGXLJbR/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 ...
79432024-08-16T05:37:13.420Z[ recovery-image] Aug 16 05:37:12.092 INFO O| Aug 16 05:37:12.092 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/pkg/ddm/manifest.xml
79442024-08-16T05:37:13.420Z[ recovery-image] Aug 16 05:37:12.092 INFO O| Aug 16 05:37:12.092 INFO ok!
79452024-08-16T05:37:13.420Z[ recovery-image] Aug 16 05:37:12.092 INFO O| Aug 16 05:37:12.092 INFO STEP 59 (ensure_file) COMPLETE
79462024-08-16T05:37:13.420Z[ recovery-image] Aug 16 05:37:12.092 INFO O| Aug 16 05:37:12.092 INFO STEP 60: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
79472024-08-16T05:37:13.427Z[ recovery-image] Aug 16 05:37:12.101 INFO O| Aug 16 05:37:12.101 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/VERSION does not exist
79482024-08-16T05:37:13.427Z[ recovery-image] Aug 16 05:37:12.102 INFO O| Aug 16 05:37:12.101 INFO copying /tmp/.tmpGXLJbR/proto/recovery/root/opt/oxide/mg-ddm/VERSION -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/VERSION ...
79492024-08-16T05:37:13.429Z[ recovery-image] Aug 16 05:37:12.102 INFO O| Aug 16 05:37:12.102 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/VERSION
79502024-08-16T05:37:13.430Z[ recovery-image] Aug 16 05:37:12.102 INFO O| Aug 16 05:37:12.102 INFO ok!
79512024-08-16T05:37:13.430Z[ recovery-image] Aug 16 05:37:12.102 INFO O| Aug 16 05:37:12.102 INFO STEP 60 (ensure_file) COMPLETE
79522024-08-16T05:37:13.430Z[ recovery-image] Aug 16 05:37:12.102 INFO O| Aug 16 05:37:12.102 INFO STEP 61: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
79532024-08-16T05:37:13.437Z[ recovery-image] Aug 16 05:37:12.111 INFO O| Aug 16 05:37:12.111 INFO ownership already OK (0:2), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib
79542024-08-16T05:37:13.437Z[ recovery-image] Aug 16 05:37:12.111 INFO O| Aug 16 05:37:12.111 INFO STEP 61 (ensure_dir) COMPLETE
79552024-08-16T05:37:13.437Z[ recovery-image] Aug 16 05:37:12.111 INFO O| Aug 16 05:37:12.111 INFO STEP 62: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
79562024-08-16T05:37:13.448Z[ recovery-image] Aug 16 05:37:12.122 INFO O| Aug 16 05:37:12.122 INFO ownership already OK (0:2), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc
79572024-08-16T05:37:13.448Z[ recovery-image] Aug 16 05:37:12.122 INFO O| Aug 16 05:37:12.122 INFO STEP 62 (ensure_dir) COMPLETE
79582024-08-16T05:37:13.448Z[ recovery-image] Aug 16 05:37:12.122 INFO O| Aug 16 05:37:12.122 INFO STEP 63: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
79592024-08-16T05:37:13.457Z[ recovery-image] Aug 16 05:37:12.132 INFO O| Aug 16 05:37:12.132 INFO ownership already OK (0:3), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest
79602024-08-16T05:37:13.457Z[ recovery-image] Aug 16 05:37:12.132 INFO O| Aug 16 05:37:12.132 INFO STEP 63 (ensure_dir) COMPLETE
79612024-08-16T05:37:13.457Z[ recovery-image] Aug 16 05:37:12.132 INFO O| Aug 16 05:37:12.132 INFO STEP 64: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
79622024-08-16T05:37:13.467Z[ recovery-image] Aug 16 05:37:12.142 INFO O| Aug 16 05:37:12.142 INFO ownership already OK (0:3), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/site
79632024-08-16T05:37:13.471Z[ recovery-image] Aug 16 05:37:12.142 INFO O| Aug 16 05:37:12.142 INFO STEP 64 (ensure_dir) COMPLETE
79642024-08-16T05:37:13.471Z[ recovery-image] Aug 16 05:37:12.142 INFO O| Aug 16 05:37:12.142 INFO STEP 65: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
79652024-08-16T05:37:13.477Z[ recovery-image] Aug 16 05:37:12.152 INFO O| Aug 16 05:37:12.152 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/site/installinator.xml does not exist
79662024-08-16T05:37:13.477Z[ recovery-image] Aug 16 05:37:12.152 INFO O| Aug 16 05:37:12.152 INFO copying /tmp/.tmpGXLJbR/proto/recovery/root/lib/svc/manifest/site/installinator.xml -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/site/installinator.xml ...
79672024-08-16T05:37:13.480Z[ recovery-image] Aug 16 05:37:12.152 INFO O| Aug 16 05:37:12.152 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/site/installinator.xml
79682024-08-16T05:37:13.480Z[ recovery-image] Aug 16 05:37:12.152 INFO O| Aug 16 05:37:12.152 INFO ok!
79692024-08-16T05:37:13.480Z[ recovery-image] Aug 16 05:37:12.152 INFO O| Aug 16 05:37:12.152 INFO STEP 65 (ensure_file) COMPLETE
79702024-08-16T05:37:13.480Z[ recovery-image] Aug 16 05:37:12.152 INFO O| Aug 16 05:37:12.152 INFO STEP 66: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
79712024-08-16T05:37:13.487Z[ recovery-image] Aug 16 05:37:12.162 INFO O| Aug 16 05:37:12.162 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/ipsec"
79722024-08-16T05:37:13.490Z[ recovery-image] Aug 16 05:37:12.162 INFO O| Aug 16 05:37:12.162 INFO STEP 66 (remove_files) COMPLETE
79732024-08-16T05:37:13.490Z[ recovery-image] Aug 16 05:37:12.162 INFO O| Aug 16 05:37:12.162 INFO STEP 67: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
79742024-08-16T05:37:13.497Z[ recovery-image] Aug 16 05:37:12.172 INFO O| Aug 16 05:37:12.172 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/ldap"
79752024-08-16T05:37:13.500Z[ recovery-image] Aug 16 05:37:12.172 INFO O| Aug 16 05:37:12.172 INFO STEP 67 (remove_files) COMPLETE
79762024-08-16T05:37:13.500Z[ recovery-image] Aug 16 05:37:12.172 INFO O| Aug 16 05:37:12.172 INFO STEP 68: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
79772024-08-16T05:37:13.507Z[ recovery-image] Aug 16 05:37:12.182 INFO O| Aug 16 05:37:12.182 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/rpc"
79782024-08-16T05:37:13.510Z[ recovery-image] Aug 16 05:37:12.182 INFO O| Aug 16 05:37:12.182 INFO STEP 68 (remove_files) COMPLETE
79792024-08-16T05:37:13.510Z[ recovery-image] Aug 16 05:37:12.182 INFO O| Aug 16 05:37:12.182 INFO STEP 69: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
79802024-08-16T05:37:13.518Z[ recovery-image] Aug 16 05:37:12.192 INFO O| Aug 16 05:37:12.192 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/security"
79812024-08-16T05:37:13.520Z[ recovery-image] Aug 16 05:37:12.192 INFO O| Aug 16 05:37:12.192 INFO STEP 69 (remove_files) COMPLETE
79822024-08-16T05:37:13.520Z[ recovery-image] Aug 16 05:37:12.192 INFO O| Aug 16 05:37:12.192 INFO STEP 70: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
79832024-08-16T05:37:13.529Z[ recovery-image] Aug 16 05:37:12.203 INFO O| Aug 16 05:37:12.203 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/shares"
79842024-08-16T05:37:13.531Z[ recovery-image] Aug 16 05:37:12.203 INFO O| Aug 16 05:37:12.203 INFO STEP 70 (remove_files) COMPLETE
79852024-08-16T05:37:13.531Z[ recovery-image] Aug 16 05:37:12.203 INFO O| Aug 16 05:37:12.203 INFO STEP 71: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
79862024-08-16T05:37:13.539Z[ recovery-image] Aug 16 05:37:12.213 INFO O| Aug 16 05:37:12.213 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/smb"
79872024-08-16T05:37:13.541Z[ recovery-image] Aug 16 05:37:12.213 INFO O| Aug 16 05:37:12.213 INFO STEP 71 (remove_files) COMPLETE
79882024-08-16T05:37:13.541Z[ recovery-image] Aug 16 05:37:12.213 INFO O| Aug 16 05:37:12.213 INFO STEP 72: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
79892024-08-16T05:37:13.548Z[ recovery-image] Aug 16 05:37:12.223 INFO O| Aug 16 05:37:12.223 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/application/management/net-snmp.xml"
79902024-08-16T05:37:13.549Z[ recovery-image] Aug 16 05:37:12.223 INFO O| Aug 16 05:37:12.223 INFO STEP 72 (remove_files) COMPLETE
79912024-08-16T05:37:13.551Z[ recovery-image] Aug 16 05:37:12.223 INFO O| Aug 16 05:37:12.223 INFO STEP 73: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
79922024-08-16T05:37:13.558Z[ recovery-image] Aug 16 05:37:12.232 INFO O| Aug 16 05:37:12.232 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/application/security/tcsd.xml"
79932024-08-16T05:37:13.558Z[ recovery-image] Aug 16 05:37:12.232 INFO O| Aug 16 05:37:12.232 INFO STEP 73 (remove_files) COMPLETE
79942024-08-16T05:37:13.560Z[ recovery-image] Aug 16 05:37:12.233 INFO O| Aug 16 05:37:12.232 INFO STEP 74: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
79952024-08-16T05:37:13.568Z[ recovery-image] Aug 16 05:37:12.242 INFO O| Aug 16 05:37:12.242 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/dns/install.xml"
79962024-08-16T05:37:13.568Z[ recovery-image] Aug 16 05:37:12.242 INFO O| Aug 16 05:37:12.242 INFO STEP 74 (remove_files) COMPLETE
79972024-08-16T05:37:13.568Z[ recovery-image] Aug 16 05:37:12.242 INFO O| Aug 16 05:37:12.242 INFO STEP 75: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
79982024-08-16T05:37:13.577Z[ recovery-image] Aug 16 05:37:12.251 INFO O| Aug 16 05:37:12.251 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/inetd-upgrade.xml"
79992024-08-16T05:37:13.577Z[ recovery-image] Aug 16 05:37:12.252 INFO O| Aug 16 05:37:12.252 INFO STEP 75 (remove_files) COMPLETE
80002024-08-16T05:37:13.577Z[ recovery-image] Aug 16 05:37:12.252 INFO O| Aug 16 05:37:12.252 INFO STEP 76: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
80012024-08-16T05:37:13.587Z[ recovery-image] Aug 16 05:37:12.262 INFO O| Aug 16 05:37:12.262 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/inetd.xml"
80022024-08-16T05:37:13.587Z[ recovery-image] Aug 16 05:37:12.262 INFO O| Aug 16 05:37:12.262 INFO STEP 76 (remove_files) COMPLETE
80032024-08-16T05:37:13.587Z[ recovery-image] Aug 16 05:37:12.262 INFO O| Aug 16 05:37:12.262 INFO STEP 77: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
80042024-08-16T05:37:13.597Z[ recovery-image] Aug 16 05:37:12.271 INFO O| Aug 16 05:37:12.271 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/network-install.xml"
80052024-08-16T05:37:13.597Z[ recovery-image] Aug 16 05:37:12.271 INFO O| Aug 16 05:37:12.271 INFO STEP 77 (remove_files) COMPLETE
80062024-08-16T05:37:13.597Z[ recovery-image] Aug 16 05:37:12.271 INFO O| Aug 16 05:37:12.271 INFO STEP 78: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
80072024-08-16T05:37:13.609Z[ recovery-image] Aug 16 05:37:12.283 INFO O| Aug 16 05:37:12.283 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/network-ipmp.xml"
80082024-08-16T05:37:13.609Z[ recovery-image] Aug 16 05:37:12.283 INFO O| Aug 16 05:37:12.283 INFO STEP 78 (remove_files) COMPLETE
80092024-08-16T05:37:13.609Z[ recovery-image] Aug 16 05:37:12.283 INFO O| Aug 16 05:37:12.283 INFO STEP 79: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
80102024-08-16T05:37:13.619Z[ recovery-image] Aug 16 05:37:12.293 INFO O| Aug 16 05:37:12.293 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/network-iptun.xml"
80112024-08-16T05:37:13.619Z[ recovery-image] Aug 16 05:37:12.293 INFO O| Aug 16 05:37:12.293 INFO STEP 79 (remove_files) COMPLETE
80122024-08-16T05:37:13.619Z[ recovery-image] Aug 16 05:37:12.293 INFO O| Aug 16 05:37:12.293 INFO STEP 80: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
80132024-08-16T05:37:13.630Z[ recovery-image] Aug 16 05:37:12.304 INFO O| Aug 16 05:37:12.304 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/network-location.xml"
80142024-08-16T05:37:13.630Z[ recovery-image] Aug 16 05:37:12.304 INFO O| Aug 16 05:37:12.304 INFO STEP 80 (remove_files) COMPLETE
80152024-08-16T05:37:13.630Z[ recovery-image] Aug 16 05:37:12.304 INFO O| Aug 16 05:37:12.304 INFO STEP 81: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
80162024-08-16T05:37:13.639Z[ recovery-image] Aug 16 05:37:12.314 INFO O| Aug 16 05:37:12.314 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/network-netcfg.xml"
80172024-08-16T05:37:13.639Z[ recovery-image] Aug 16 05:37:12.314 INFO O| Aug 16 05:37:12.314 INFO STEP 81 (remove_files) COMPLETE
80182024-08-16T05:37:13.640Z[ recovery-image] Aug 16 05:37:12.314 INFO O| Aug 16 05:37:12.314 INFO STEP 82: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
80192024-08-16T05:37:13.649Z[ recovery-image] Aug 16 05:37:12.323 INFO O| Aug 16 05:37:12.323 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/routing/rdisc.xml"
80202024-08-16T05:37:13.649Z[ recovery-image] Aug 16 05:37:12.324 INFO O| Aug 16 05:37:12.324 INFO STEP 82 (remove_files) COMPLETE
80212024-08-16T05:37:13.649Z[ recovery-image] Aug 16 05:37:12.324 INFO O| Aug 16 05:37:12.324 INFO STEP 83: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
80222024-08-16T05:37:13.659Z[ recovery-image] Aug 16 05:37:12.333 INFO O| Aug 16 05:37:12.333 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/varpd.xml"
80232024-08-16T05:37:13.659Z[ recovery-image] Aug 16 05:37:12.333 INFO O| Aug 16 05:37:12.333 INFO STEP 83 (remove_files) COMPLETE
80242024-08-16T05:37:13.659Z[ recovery-image] Aug 16 05:37:12.333 INFO O| Aug 16 05:37:12.333 INFO STEP 84: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
80252024-08-16T05:37:13.668Z[ recovery-image] Aug 16 05:37:12.343 INFO O| Aug 16 05:37:12.343 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/system/device/allocate.xml"
80262024-08-16T05:37:13.668Z[ recovery-image] Aug 16 05:37:12.343 INFO O| Aug 16 05:37:12.343 INFO STEP 84 (remove_files) COMPLETE
80272024-08-16T05:37:13.668Z[ recovery-image] Aug 16 05:37:12.343 INFO O| Aug 16 05:37:12.343 INFO STEP 85: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
80282024-08-16T05:37:13.678Z[ recovery-image] Aug 16 05:37:12.352 INFO O| Aug 16 05:37:12.352 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/system/device/devices-audio.xml"
80292024-08-16T05:37:13.678Z[ recovery-image] Aug 16 05:37:12.352 INFO O| Aug 16 05:37:12.352 INFO STEP 85 (remove_files) COMPLETE
80302024-08-16T05:37:13.681Z[ recovery-image] Aug 16 05:37:12.352 INFO O| Aug 16 05:37:12.352 INFO STEP 86: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
80312024-08-16T05:37:13.688Z[ recovery-image] Aug 16 05:37:12.363 INFO O| Aug 16 05:37:12.363 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/usr/lib/devfsadm/linkmod/SUNW_audio_link.so"
80322024-08-16T05:37:13.688Z[ recovery-image] Aug 16 05:37:12.363 INFO O| Aug 16 05:37:12.363 INFO STEP 86 (remove_files) COMPLETE
80332024-08-16T05:37:13.691Z[ recovery-image] Aug 16 05:37:12.363 INFO O| Aug 16 05:37:12.363 INFO STEP 87: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
80342024-08-16T05:37:13.699Z[ recovery-image] Aug 16 05:37:12.373 INFO O| Aug 16 05:37:12.373 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/sndstat"
80352024-08-16T05:37:13.701Z[ recovery-image] Aug 16 05:37:12.373 INFO O| Aug 16 05:37:12.373 INFO STEP 87 (remove_files) COMPLETE
80362024-08-16T05:37:13.701Z[ recovery-image] Aug 16 05:37:12.373 INFO O| Aug 16 05:37:12.373 INFO STEP 88: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
80372024-08-16T05:37:13.711Z[ recovery-image] Aug 16 05:37:12.383 INFO O| Aug 16 05:37:12.383 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/system/device/mpxio-upgrade.xml"
80382024-08-16T05:37:13.711Z[ recovery-image] Aug 16 05:37:12.383 INFO O| Aug 16 05:37:12.383 INFO STEP 88 (remove_files) COMPLETE
80392024-08-16T05:37:13.713Z[ recovery-image] Aug 16 05:37:12.383 INFO O| Aug 16 05:37:12.383 INFO STEP 89: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
80402024-08-16T05:37:13.719Z[ recovery-image] Aug 16 05:37:12.393 INFO O| Aug 16 05:37:12.393 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/system/hostid.xml"
80412024-08-16T05:37:13.721Z[ recovery-image] Aug 16 05:37:12.393 INFO O| Aug 16 05:37:12.393 INFO STEP 89 (remove_files) COMPLETE
80422024-08-16T05:37:13.721Z[ recovery-image] Aug 16 05:37:12.393 INFO O| Aug 16 05:37:12.393 INFO STEP 90: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
80432024-08-16T05:37:13.729Z[ recovery-image] Aug 16 05:37:12.403 INFO O| Aug 16 05:37:12.403 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/system/idmap.xml"
80442024-08-16T05:37:13.729Z[ recovery-image] Aug 16 05:37:12.403 INFO O| Aug 16 05:37:12.403 INFO STEP 90 (remove_files) COMPLETE
80452024-08-16T05:37:13.731Z[ recovery-image] Aug 16 05:37:12.403 INFO O| Aug 16 05:37:12.403 INFO STEP 91: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
80462024-08-16T05:37:13.739Z[ recovery-image] Aug 16 05:37:12.413 INFO O| Aug 16 05:37:12.413 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/system/pkgserv.xml"
80472024-08-16T05:37:13.739Z[ recovery-image] Aug 16 05:37:12.413 INFO O| Aug 16 05:37:12.413 INFO STEP 91 (remove_files) COMPLETE
80482024-08-16T05:37:13.739Z[ recovery-image] Aug 16 05:37:12.413 INFO O| Aug 16 05:37:12.413 INFO STEP 92: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
80492024-08-16T05:37:13.748Z[ recovery-image] Aug 16 05:37:12.423 INFO O| Aug 16 05:37:12.423 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/system/zones.xml"
80502024-08-16T05:37:13.748Z[ recovery-image] Aug 16 05:37:12.423 INFO O| Aug 16 05:37:12.423 INFO STEP 92 (remove_files) COMPLETE
80512024-08-16T05:37:13.751Z[ recovery-image] Aug 16 05:37:12.423 INFO O| Aug 16 05:37:12.423 INFO STEP 93: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
80522024-08-16T05:37:13.758Z[ recovery-image] Aug 16 05:37:12.432 INFO O| Aug 16 05:37:12.432 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/system/intrd.xml"
80532024-08-16T05:37:13.760Z[ recovery-image] Aug 16 05:37:12.432 INFO O| Aug 16 05:37:12.432 INFO STEP 93 (remove_files) COMPLETE
80542024-08-16T05:37:13.760Z[ recovery-image] Aug 16 05:37:12.432 INFO O| Aug 16 05:37:12.432 INFO STEP 94: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
80552024-08-16T05:37:13.768Z[ recovery-image] Aug 16 05:37:12.442 INFO O| Aug 16 05:37:12.442 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/chrony.xml"
80562024-08-16T05:37:13.771Z[ recovery-image] Aug 16 05:37:12.442 INFO O| Aug 16 05:37:12.442 INFO STEP 94 (remove_files) COMPLETE
80572024-08-16T05:37:13.771Z[ recovery-image] Aug 16 05:37:12.442 INFO O| Aug 16 05:37:12.442 INFO STEP 95: seed_smf, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs-recovery.json
80582024-08-16T05:37:13.783Z[ recovery-image] Aug 16 05:37:12.457 INFO O| Aug 16 05:37:12.457 INFO file /rpool/images/build/recovery/tmp/gimlet/zfs-recovery/repo.db does not already exist, skipping removal
80592024-08-16T05:37:13.785Z[ recovery-image] Aug 16 05:37:12.457 INFO O| Aug 16 05:37:12.457 INFO exec: ["/usr/sbin/svccfg", "import", "-p", "/dev/stdout", "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest"], env: {"SVCCFG_CHECKHASH": "1", "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_REPOSITORY": "/rpool/images/build/recovery/tmp/gimlet/zfs-recovery/repo.db"}
80602024-08-16T05:37:14.680Z[ host-image] Aug 16 05:37:13.353 INFO O| Aug 16 05:37:13.353 INFO O| Done
80612024-08-16T05:37:14.705Z[ host-image] Aug 16 05:37:13.378 INFO O| Aug 16 05:37:13.378 INFO O| Done
80622024-08-16T05:37:14.708Z[ host-image] Aug 16 05:37:13.378 INFO O| Aug 16 05:37:13.378 INFO O| Done
80632024-08-16T05:37:14.748Z[ host-image] Aug 16 05:37:13.421 INFO O| Aug 16 05:37:13.421 INFO O| Done
80642024-08-16T05:37:14.845Z[ host-image] Aug 16 05:37:13.519 INFO O| Aug 16 05:37:13.519 INFO STEP 13 (pkg_install) COMPLETE
80652024-08-16T05:37:14.845Z[ host-image] Aug 16 05:37:13.519 INFO O| Aug 16 05:37:13.519 INFO STEP 14: pkg_install, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
80662024-08-16T05:37:14.856Z[ host-image] Aug 16 05:37:13.529 INFO O| Aug 16 05:37:13.529 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/host/work/gimlet/ramdisk", "install", "/driver/network/opte@0.33.277"]
80672024-08-16T05:37:15.405Z[ host-image] Aug 16 05:37:14.078 INFO O| Aug 16 05:37:14.078 INFO O| Startup: Refreshing catalog 'helios-dev' ... Done
80682024-08-16T05:37:16.829Z[ host-image] Aug 16 05:37:15.501 INFO O| Aug 16 05:37:15.501 INFO O| Planning: Solver setup ... Done
80692024-08-16T05:37:16.832Z[ host-image] Aug 16 05:37:15.505 INFO O| Aug 16 05:37:15.505 INFO O| Planning: Running solver ... Done
80702024-08-16T05:37:16.870Z[ host-image] Aug 16 05:37:15.543 INFO O| Aug 16 05:37:15.543 INFO O| Planning: Finding local manifests ... Done
80712024-08-16T05:37:16.872Z[ host-image] Aug 16 05:37:15.543 INFO O| Aug 16 05:37:15.543 INFO O| Planning: Fetching manifests: 0/1 0% complete
80722024-08-16T05:37:16.934Z[ host-image] Aug 16 05:37:15.606 INFO O| Aug 16 05:37:15.606 INFO O| Planning: Fetching manifests: 1/1 100% complete
80732024-08-16T05:37:16.953Z[ host-image] Aug 16 05:37:15.625 INFO O| Aug 16 05:37:15.625 INFO O| Planning: Package planning ... Done
80742024-08-16T05:37:16.955Z[ host-image] Aug 16 05:37:15.626 INFO O| Aug 16 05:37:15.626 INFO O| Planning: Merging actions ... Done
80752024-08-16T05:37:17.013Z[ host-image] Aug 16 05:37:15.685 INFO O| Aug 16 05:37:15.685 INFO O| Planning: Checking for conflicting actions ... Done
80762024-08-16T05:37:17.015Z[ host-image] Aug 16 05:37:15.685 INFO O| Aug 16 05:37:15.685 INFO O| Planning: Consolidating action changes ... Done
80772024-08-16T05:37:17.184Z[ host-image] Aug 16 05:37:15.856 INFO O| Aug 16 05:37:15.856 INFO O| Planning: Evaluating mediators ... Done
80782024-08-16T05:37:17.187Z[ host-image] Aug 16 05:37:15.857 INFO O| Aug 16 05:37:15.856 INFO O| Planning: Planning completed in 1.78 seconds
80792024-08-16T05:37:17.187Z[ host-image] Aug 16 05:37:15.858 INFO O| Aug 16 05:37:15.858 INFO O| Packages to install: 1
80802024-08-16T05:37:17.196Z[ host-image] Aug 16 05:37:15.868 INFO O| Aug 16 05:37:15.868 INFO O| Download: 0/4 items 0.0/20.9MB 0% complete
80812024-08-16T05:37:19.004Z[ host-image] Aug 16 05:37:17.675 INFO O| Aug 16 05:37:17.675 INFO O| Download: Completed 20.86 MB in 1.81 seconds (11.5M/s)
80822024-08-16T05:37:19.030Z[ host-image] Aug 16 05:37:17.702 INFO O| Aug 16 05:37:17.702 INFO O| Actions: 1/22 actions (Installing new actions)
80832024-08-16T05:37:19.514Z[ host-image] Aug 16 05:37:18.185 INFO O| Aug 16 05:37:18.185 INFO O| Actions: Completed 22 actions in 0.48 seconds.
80842024-08-16T05:37:19.742Z[ host-image] Aug 16 05:37:18.413 INFO O| Aug 16 05:37:18.413 INFO O| Done
80852024-08-16T05:37:19.742Z[ host-image] Aug 16 05:37:18.413 INFO O| Aug 16 05:37:18.413 INFO O| Done
80862024-08-16T05:37:20.080Z[ host-image] Aug 16 05:37:18.750 INFO O| Aug 16 05:37:18.750 INFO O| Done
80872024-08-16T05:37:20.522Z[ recovery-image] Aug 16 05:37:19.193 INFO O| Aug 16 05:37:19.193 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
80882024-08-16T05:37:20.522Z[ recovery-image] Aug 16 05:37:19.193 INFO O| Aug 16 05:37:19.193 INFO E| svccfg: Loaded 67 smf(7) service descriptions
80892024-08-16T05:37:20.535Z[ recovery-image] Aug 16 05:37:19.206 INFO O| Aug 16 05:37:19.206 INFO exec: ["/usr/sbin/svccfg", "apply", "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/var/svc/profile/site.xml"], env: {"SVCCFG_CHECKHASH": "1", "SVCCFG_DTD": "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/usr/share/lib/xml/dtd/service_bundle.dtd.1", "SVCCFG_REPOSITORY": "/rpool/images/build/recovery/tmp/gimlet/zfs-recovery/repo.db", "PKG_INSTALL_ROOT": "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a"}
80902024-08-16T05:37:20.613Z[ recovery-image] Aug 16 05:37:19.283 INFO O| Aug 16 05:37:19.283 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/svc/repository.db does not exist
80912024-08-16T05:37:20.613Z[ recovery-image] Aug 16 05:37:19.283 INFO O| Aug 16 05:37:19.283 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 ...
80922024-08-16T05:37:20.615Z[ recovery-image] Aug 16 05:37:19.285 INFO O| Aug 16 05:37:19.285 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/svc/repository.db
80932024-08-16T05:37:20.615Z[ recovery-image] Aug 16 05:37:19.285 INFO O| Aug 16 05:37:19.285 INFO ok!
80942024-08-16T05:37:20.615Z[ recovery-image] Aug 16 05:37:19.285 INFO O| Aug 16 05:37:19.285 INFO file /rpool/images/build/recovery/tmp/gimlet/zfs-recovery/repo.db exists (as File), removing
80952024-08-16T05:37:20.615Z[ recovery-image] Aug 16 05:37:19.285 INFO O| Aug 16 05:37:19.285 INFO STEP 95 (seed_smf) COMPLETE
80962024-08-16T05:37:20.615Z[ recovery-image] Aug 16 05:37:19.285 INFO O| Aug 16 05:37:19.285 INFO steps complete; finalising image!
80972024-08-16T05:37:20.615Z[ recovery-image] Aug 16 05:37:19.285 INFO O| Aug 16 05:37:19.285 INFO TRIM POOL: TEMPORARY-gimlet-zfs-recovery
80982024-08-16T05:37:20.646Z[ recovery-image] Aug 16 05:37:19.317 INFO O| Aug 16 05:37:19.317 INFO trim TEMPORARY-gimlet-zfs-recovery: (5% trimmed, started at Fri Aug 16 05:37:19 2024)
80992024-08-16T05:37:20.856Z[ recovery-image] Aug 16 05:37:19.526 INFO O| Aug 16 05:37:19.526 INFO trim TEMPORARY-gimlet-zfs-recovery: (77% trimmed, started at Fri Aug 16 05:37:19 2024)
81002024-08-16T05:37:21.080Z[ recovery-image] Aug 16 05:37:19.750 INFO O| Aug 16 05:37:19.749 INFO temporary pool has 400M used, 1.36G avail, 1.00x compressratio
81012024-08-16T05:37:21.080Z[ recovery-image] Aug 16 05:37:19.750 INFO O| Aug 16 05:37:19.750 INFO EXPORT POOL: TEMPORARY-gimlet-zfs-recovery
81022024-08-16T05:37:21.284Z[ recovery-image] Aug 16 05:37:19.954 INFO O| Aug 16 05:37:19.954 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
81032024-08-16T05:37:21.284Z[ recovery-image] Aug 16 05:37:19.954 INFO O| Aug 16 05:37:19.954 INFO file /rpool/images/build/recovery/output/gimlet-zfs-recovery.raw does not already exist, skipping removal
81042024-08-16T05:37:21.315Z[ host-image] Aug 16 05:37:19.985 INFO O| Aug 16 05:37:19.985 INFO O| Done
81052024-08-16T05:37:21.344Z[ host-image] Aug 16 05:37:20.014 INFO O| Aug 16 05:37:20.014 INFO O| Done
81062024-08-16T05:37:21.344Z[ host-image] Aug 16 05:37:20.015 INFO O| Aug 16 05:37:20.015 INFO O| Done
81072024-08-16T05:37:21.355Z[ host-image] Aug 16 05:37:20.025 INFO O| Aug 16 05:37:20.025 INFO O| Done
81082024-08-16T05:37:21.450Z[ host-image] Aug 16 05:37:20.120 INFO O| Aug 16 05:37:20.120 INFO STEP 14 (pkg_install) COMPLETE
81092024-08-16T05:37:21.450Z[ host-image] Aug 16 05:37:20.120 INFO O| Aug 16 05:37:20.120 INFO STEP 15: pkg_install, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
81102024-08-16T05:37:21.453Z[ host-image] Aug 16 05:37:20.120 INFO O| Aug 16 05:37:20.120 INFO skip step because feature "mfg" is not enabled
81112024-08-16T05:37:21.453Z[ host-image] Aug 16 05:37:20.120 INFO O| Aug 16 05:37:20.120 INFO STEP 16: pkg_install, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
81122024-08-16T05:37:21.453Z[ host-image] Aug 16 05:37:20.120 INFO O| Aug 16 05:37:20.120 INFO skip step because feature "compliance" is not enabled
81132024-08-16T05:37:21.453Z[ host-image] Aug 16 05:37:20.120 INFO O| Aug 16 05:37:20.120 INFO STEP 17: pkg_install, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
81142024-08-16T05:37:21.453Z[ host-image] Aug 16 05:37:20.120 INFO O| Aug 16 05:37:20.120 INFO skip step because feature "stress" is not enabled
81152024-08-16T05:37:21.453Z[ host-image] Aug 16 05:37:20.120 INFO O| Aug 16 05:37:20.120 INFO STEP 18: pkg_install, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
81162024-08-16T05:37:21.453Z[ host-image] Aug 16 05:37:20.120 INFO O| Aug 16 05:37:20.120 INFO skip step because feature "nfs" is not enabled
81172024-08-16T05:37:21.453Z[ host-image] Aug 16 05:37:20.120 INFO O| Aug 16 05:37:20.120 INFO creating output snapshot rpool/images/build/host/work/gimlet/ramdisk@os
81182024-08-16T05:37:21.453Z[ host-image] Aug 16 05:37:20.120 INFO O| Aug 16 05:37:20.120 INFO CREATE SNAPSHOT: rpool/images/build/host/work/gimlet/ramdisk@os
81192024-08-16T05:37:21.532Z[ host-image] Aug 16 05:37:20.202 INFO O| Aug 16 05:37:20.202 INFO DESTROY DATASET: rpool/images/build/host/tmp/gimlet/ramdisk-01-os
81202024-08-16T05:37:21.612Z[ host-image] Aug 16 05:37:20.282 INFO O| Aug 16 05:37:20.282 INFO completed processing gimlet/ramdisk-01-os
81212024-08-16T05:37:21.616Z[ host-image] Aug 16 05:37:20.284 INFO omicron1 baseline generation...
81222024-08-16T05:37:21.616Z[ host-image] Aug 16 05:37:20.284 INFO exec: ["/usr/lib/brand/omicron1/baseline", "-R", "/rpool/images/build/host/work/gimlet/ramdisk", "/work/oxidecomputer/helios/tmp/image.host/omicron1"], pwd: None
81232024-08-16T05:37:22.005Z[ host-image] Aug 16 05:37:20.675 INFO O| incorp = pkg://helios-dev/consolidation/osnet/osnet-incorporation@0.5.11-2.0.22816:20240814T214503Z
81242024-08-16T05:37:24.217Z[ recovery-image] Aug 16 05:37:22.886 INFO O| Aug 16 05:37:22.886 INFO perms are 1600, should be 644, path: /rpool/images/build/recovery/output/gimlet-zfs-recovery.raw
81252024-08-16T05:37:24.217Z[ recovery-image] Aug 16 05:37:22.886 INFO O| Aug 16 05:37:22.886 INFO chmod ok, path: /rpool/images/build/recovery/output/gimlet-zfs-recovery.raw
81262024-08-16T05:37:24.220Z[ recovery-image] Aug 16 05:37:22.886 INFO O| Aug 16 05:37:22.886 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/output/gimlet-zfs-recovery.raw
81272024-08-16T05:37:24.220Z[ recovery-image] Aug 16 05:37:22.886 INFO O| Aug 16 05:37:22.886 INFO completed processing gimlet/zfs-recovery
81282024-08-16T05:37:24.220Z[ recovery-image] Aug 16 05:37:22.886 INFO O| Aug 16 05:37:22.886 INFO DESTROY DATASET: rpool/images/build/recovery/work/gimlet/zfs-recovery
81292024-08-16T05:37:24.477Z[ recovery-image] Aug 16 05:37:23.145 INFO O| Aug 16 05:37:23.145 INFO DESTROY DATASET: rpool/images/build/recovery/tmp/gimlet/zfs-recovery
81302024-08-16T05:37:24.533Z[ recovery-image] Aug 16 05:37:23.201 INFO BUILD STRING "heads/stlouis-0-gf449ff4605\n"
81312024-08-16T05:37:24.536Z[ recovery-image] Aug 16 05:37:23.202 INFO expanded image name: "recovery b927580/${os_short_commit} 2024-08-16 05:07" -> "recovery b927580/f449ff4 2024-08-16 05:07"
81322024-08-16T05:37:24.536Z[ recovery-image] Aug 16 05:37:23.202 INFO output artefacts stored in: "/work/os-recovery"
81332024-08-16T05:37:24.536Z[ recovery-image] Aug 16 05:37:23.202 INFO collecting git info from project "bootserver"...
81342024-08-16T05:37:24.540Z[ recovery-image] Aug 16 05:37:23.209 INFO collecting git info from project "image-builder"...
81352024-08-16T05:37:24.546Z[ recovery-image] Aug 16 05:37:23.215 INFO collecting git info from project "chelsio-t6-roms"...
81362024-08-16T05:37:24.567Z[ recovery-image] Aug 16 05:37:23.236 INFO collecting git info from project "amd-firmware"...
81372024-08-16T05:37:24.790Z[ recovery-image] Aug 16 05:37:23.458 INFO collecting git info from project "amd-host-image-builder"...
81382024-08-16T05:37:25.030Z[ recovery-image] Aug 16 05:37:23.698 INFO collecting git info from project "pilot"...
81392024-08-16T05:37:25.041Z[ recovery-image] Aug 16 05:37:23.710 INFO collecting git info from project "pinprick"...
81402024-08-16T05:37:25.048Z[ recovery-image] Aug 16 05:37:23.715 INFO collecting git info from project "phbl"...
81412024-08-16T05:37:25.053Z[ recovery-image] Aug 16 05:37:23.721 INFO collecting packaging info "pkg-publishers.txt": ["publisher", "-F", "tsv"]...
81422024-08-16T05:37:25.416Z[ recovery-image] Aug 16 05:37:24.084 INFO collecting packaging info "pkg-list.txt": ["list", "-H", "-v"]...
81432024-08-16T05:37:25.774Z[ recovery-image] Aug 16 05:37:24.442 INFO creating Oxide boot image...
81442024-08-16T05:37:25.774Z[ recovery-image] Aug 16 05:37:24.442 INFO exec: ["/work/oxidecomputer/helios/projects/bootserver/target/release/mkimage", "-i", "/rpool/images/build/recovery/output/gimlet-zfs-recovery.raw", "-N", "recovery b927580/f449ff4 2024-08-16 05:07", "-o", "/work/os-recovery/zfs.img", "-O", "/work/oxidecomputer/helios/tmp/image.recovery/boot_image_csum", "-s", "4096", "-z"], pwd: None
81452024-08-16T05:38:09.850Z[ host-image] Aug 16 05:38:08.494 INFO O| install = pkg://helios-dev/SUNWcs@0.5.11-2.0.22816:20240814T214537Z
81462024-08-16T05:38:09.850Z[ host-image] Aug 16 05:38:08.495 INFO O| install = pkg://helios-dev/SUNWcsd@0.5.11-2.0.22816:20240814T214537Z
81472024-08-16T05:38:09.853Z[ host-image] Aug 16 05:38:08.495 INFO O| install = pkg://helios-dev/compress/brotli@1.0.9-2.0:20230621T185813Z
81482024-08-16T05:38:09.853Z[ host-image] Aug 16 05:38:08.495 INFO O| install = pkg://helios-dev/compress/bzip2@1.0.8-2.0:20230621T185759Z
81492024-08-16T05:38:09.853Z[ host-image] Aug 16 05:38:08.495 INFO O| install = pkg://helios-dev/compress/gzip@1.12-2.0:20230621T185838Z
81502024-08-16T05:38:09.853Z[ host-image] Aug 16 05:38:08.495 INFO O| install = pkg://helios-dev/compress/lz4@1.9.4-2.0:20230621T185820Z
81512024-08-16T05:38:09.853Z[ host-image] Aug 16 05:38:08.496 INFO O| install = pkg://helios-dev/compress/xz@5.4.2-2.0:20230621T190107Z
81522024-08-16T05:38:09.853Z[ host-image] Aug 16 05:38:08.496 INFO O| install = pkg://helios-dev/compress/zstd@1.5.5-2.0:20230621T190025Z
81532024-08-16T05:38:09.853Z[ host-image] Aug 16 05:38:08.496 INFO O| install = pkg://helios-dev/consolidation/oxide/omicron1-brand-incorporation@1.0.22:20240315T231141Z
81542024-08-16T05:38:09.853Z[ host-image] Aug 16 05:38:08.496 INFO O| install = pkg://helios-dev/database/sqlite-3@3.41.2-2.0:20230621T190437Z
81552024-08-16T05:38:09.853Z[ host-image] Aug 16 05:38:08.496 INFO O| install = pkg://helios-dev/developer/acpi@0.5.11-2.0.22816:20240814T214538Z
81562024-08-16T05:38:09.856Z[ host-image] Aug 16 05:38:08.498 INFO O| install = pkg://helios-dev/developer/debug/mdb@0.5.11-2.0.22816:20240814T214538Z
81572024-08-16T05:38:09.856Z[ host-image] Aug 16 05:38:08.499 INFO O| install = pkg://helios-dev/developer/dtrace@0.5.11-2.0.22816:20240814T214539Z
81582024-08-16T05:38:09.856Z[ host-image] Aug 16 05:38:08.500 INFO O| install = pkg://helios-dev/developer/linker@0.5.11-2.0.22816:20240814T214539Z
81592024-08-16T05:38:09.856Z[ host-image] Aug 16 05:38:08.500 INFO O| install = pkg://helios-dev/developer/macro/cpp@20220808-2.0:20230621T191251Z
81602024-08-16T05:38:09.856Z[ host-image] Aug 16 05:38:08.500 INFO O| install = pkg://helios-dev/developer/object-file@0.5.11-2.0.22816:20240814T214539Z
81612024-08-16T05:38:09.858Z[ host-image] Aug 16 05:38:08.501 INFO O| install = pkg://helios-dev/diagnostic/cpu-counters@0.5.11-2.0.22816:20240814T214539Z
81622024-08-16T05:38:09.858Z[ host-image] Aug 16 05:38:08.501 INFO O| install = pkg://helios-dev/diagnostic/diskinfo@0.5.11-2.0.22816:20240814T214539Z
81632024-08-16T05:38:09.858Z[ host-image] Aug 16 05:38:08.501 INFO O| install = pkg://helios-dev/diagnostic/pci@0.5.11-2.0.22816:20240814T214539Z
81642024-08-16T05:38:09.859Z[ host-image] Aug 16 05:38:08.501 INFO O| install = pkg://helios-dev/driver/audio@0.5.11-2.0.22816:20240814T214540Z
81652024-08-16T05:38:09.859Z[ host-image] Aug 16 05:38:08.501 INFO O| install = pkg://helios-dev/driver/cpu/amd/zen@0.5.11-2.0.22816:20240814T214540Z
81662024-08-16T05:38:09.859Z[ host-image] Aug 16 05:38:08.502 INFO O| install = pkg://helios-dev/driver/cpu/sensor@0.5.11-2.0.22816:20240814T214540Z
81672024-08-16T05:38:09.859Z[ host-image] Aug 16 05:38:08.502 INFO O| install = pkg://helios-dev/driver/gpio/amd/zen@0.5.11-2.0.22816:20240814T214541Z
81682024-08-16T05:38:09.859Z[ host-image] Aug 16 05:38:08.502 INFO O| install = pkg://helios-dev/driver/misc/tofino@0.5.11-2.0.22816:20240814T214542Z
81692024-08-16T05:38:09.859Z[ host-image] Aug 16 05:38:08.502 INFO O| install = pkg://helios-dev/driver/network/cxgbe@0.5.11-2.0.22816:20240814T214543Z
81702024-08-16T05:38:09.859Z[ host-image] Aug 16 05:38:08.502 INFO O| install = pkg://helios-dev/driver/network/e1000g@0.5.11-2.0.22816:20240814T214543Z
81712024-08-16T05:38:09.859Z[ host-image] Aug 16 05:38:08.502 INFO O| install = pkg://helios-dev/driver/network/igb@0.5.11-2.0.22816:20240814T214544Z
81722024-08-16T05:38:09.859Z[ host-image] Aug 16 05:38:08.502 INFO O| install = pkg://helios-dev/driver/network/ixgbe@0.5.11-2.0.22816:20240814T214545Z
81732024-08-16T05:38:09.859Z[ host-image] Aug 16 05:38:08.502 INFO O| install = pkg://helios-dev/driver/network/opte@0.33.277:20240715T222928Z
81742024-08-16T05:38:09.859Z[ host-image] Aug 16 05:38:08.503 INFO O| install = pkg://helios-dev/driver/network/rge@0.5.11-2.0.22816:20240814T214546Z
81752024-08-16T05:38:09.859Z[ host-image] Aug 16 05:38:08.503 INFO O| install = pkg://helios-dev/driver/serial/usbser@0.5.11-2.0.22816:20240814T214549Z
81762024-08-16T05:38:09.859Z[ host-image] Aug 16 05:38:08.503 INFO O| install = pkg://helios-dev/driver/storage/blkdev@0.5.11-2.0.22816:20240814T214550Z
81772024-08-16T05:38:09.859Z[ host-image] Aug 16 05:38:08.503 INFO O| install = pkg://helios-dev/driver/storage/nvme@0.5.11-2.0.22816:20240814T214550Z
81782024-08-16T05:38:09.861Z[ host-image] Aug 16 05:38:08.504 INFO O| install = pkg://helios-dev/driver/usb@0.5.11-2.0.22816:20240814T214552Z
81792024-08-16T05:38:09.861Z[ host-image] Aug 16 05:38:08.504 INFO O| install = pkg://helios-dev/driver/x11/xsvc@0.5.11-2.0.22816:20240814T214552Z
81802024-08-16T05:38:09.869Z[ host-image] Aug 16 05:38:08.513 INFO O| install = pkg://helios-dev/editor/vim@9.0.1443-2.0:20230621T192540Z
81812024-08-16T05:38:09.871Z[ host-image] Aug 16 05:38:08.513 INFO O| install = pkg://helios-dev/install/beadm@0.5.11-2.0.22816:20240814T214552Z
81822024-08-16T05:38:09.871Z[ host-image] Aug 16 05:38:08.514 INFO O| install = pkg://helios-dev/library/expat@2.5.0-2.0:20230621T192934Z
81832024-08-16T05:38:09.871Z[ host-image] Aug 16 05:38:08.514 INFO O| install = pkg://helios-dev/library/libedit@3.1-2.0:20230621T193242Z
81842024-08-16T05:38:09.871Z[ host-image] Aug 16 05:38:08.514 INFO O| install = pkg://helios-dev/library/libidn@1.41-2.0:20230621T193402Z
81852024-08-16T05:38:09.871Z[ host-image] Aug 16 05:38:08.515 INFO O| install = pkg://helios-dev/library/libtecla@1.6.0-2.0.22816:20240814T214552Z
81862024-08-16T05:38:09.871Z[ host-image] Aug 16 05:38:08.515 INFO O| install = pkg://helios-dev/library/libtool/libltdl@2.4.6-2.0:20230621T190218Z
81872024-08-16T05:38:09.872Z[ host-image] Aug 16 05:38:08.515 INFO O| install = pkg://helios-dev/library/libxml2@2.11.7-2.0:20240215T135051Z
81882024-08-16T05:38:09.874Z[ host-image] Aug 16 05:38:08.516 INFO O| install = pkg://helios-dev/library/libxmlsec1@1.2.35-2.0:20230624T123441Z
81892024-08-16T05:38:09.874Z[ host-image] Aug 16 05:38:08.516 INFO O| install = pkg://helios-dev/library/libxslt@1.1.30-2.0:20230621T193447Z
81902024-08-16T05:38:09.884Z[ host-image] Aug 16 05:38:08.529 INFO O| install = pkg://helios-dev/library/ncurses@6.4.20240309-2.0:20240523T185257Z
81912024-08-16T05:38:09.884Z[ host-image] Aug 16 05:38:08.529 INFO O| install = pkg://helios-dev/library/nghttp2@1.52.0-2.0:20230621T193608Z
81922024-08-16T05:38:09.887Z[ host-image] Aug 16 05:38:08.529 INFO O| install = pkg://helios-dev/library/nspr@4.35-2.0:20230621T193601Z
81932024-08-16T05:38:09.887Z[ host-image] Aug 16 05:38:08.530 INFO O| install = pkg://helios-dev/library/pcre@8.45-2.0:20230621T193733Z
81942024-08-16T05:38:09.887Z[ host-image] Aug 16 05:38:08.530 INFO O| install = pkg://helios-dev/library/pcre2@10.42-2.0:20230621T193725Z
81952024-08-16T05:38:09.887Z[ host-image] Aug 16 05:38:08.530 INFO O| install = pkg://helios-dev/library/readline@8.2-2.1:20240418T211117Z
81962024-08-16T05:38:09.922Z[ host-image] Aug 16 05:38:08.566 INFO O| install = pkg://helios-dev/library/security/openssl-3@3.0.14-2.0:20240604T174838Z
81972024-08-16T05:38:09.925Z[ host-image] Aug 16 05:38:08.567 INFO O| install = pkg://helios-dev/library/security/trousers@0.3.15-2.0:20230621T194405Z
81982024-08-16T05:38:09.925Z[ host-image] Aug 16 05:38:08.567 INFO O| install = pkg://helios-dev/library/zlib@1.2.13-2.0:20230621T194146Z
81992024-08-16T05:38:09.925Z[ host-image] Aug 16 05:38:08.568 INFO O| install = pkg://helios-dev/locale/en@0.5.11-2.0.22816:20240814T214554Z
82002024-08-16T05:38:09.925Z[ host-image] Aug 16 05:38:08.568 INFO O| install = pkg://helios-dev/network/bridging@0.5.11-2.0.22816:20240814T214600Z
82012024-08-16T05:38:09.925Z[ host-image] Aug 16 05:38:08.568 INFO O| install = pkg://helios-dev/network/dns/bind@9.18.14-2.0:20230621T194546Z
82022024-08-16T05:38:09.925Z[ host-image] Aug 16 05:38:08.568 INFO O| install = pkg://helios-dev/network/netcat@0.5.11-2.0.22816:20240814T214601Z
82032024-08-16T05:38:09.925Z[ host-image] Aug 16 05:38:08.569 INFO O| install = pkg://helios-dev/network/openssh@9.6.1-2.1:20240701T171301Z
82042024-08-16T05:38:09.925Z[ host-image] Aug 16 05:38:08.569 INFO O| install = pkg://helios-dev/network/openssh-server@9.6.1-2.1:20240701T171311Z
82052024-08-16T05:38:09.925Z[ host-image] Aug 16 05:38:08.569 INFO O| install = pkg://helios-dev/network/rsync@3.2.7-2.1:20240627T120527Z
82062024-08-16T05:38:09.925Z[ host-image] Aug 16 05:38:08.569 INFO O| install = pkg://helios-dev/network/snoop@0.5.11-2.0.22816:20240814T214601Z
82072024-08-16T05:38:09.925Z[ host-image] Aug 16 05:38:08.569 INFO O| install = pkg://helios-dev/ooce/library/onig@6.9.8-2.0:20230623T150226Z
82082024-08-16T05:38:09.929Z[ host-image] Aug 16 05:38:08.574 INFO O| install = pkg://helios-dev/ooce/library/postgresql-13@13.11-2.0:20230623T123131Z
82092024-08-16T05:38:09.932Z[ host-image] Aug 16 05:38:08.574 INFO O| install = pkg://helios-dev/ooce/util/jq@1.6-2.0:20230623T172253Z
82102024-08-16T05:38:09.932Z[ host-image] Aug 16 05:38:08.574 INFO O| install = pkg://helios-dev/oxide/platform-identity-cacerts@1.0-2.0:20240719T230730Z
82112024-08-16T05:38:09.932Z[ host-image] Aug 16 05:38:08.574 INFO O| install = pkg://helios-dev/package/svr4@0.5.11-2.0.22816:20240814T214601Z
82122024-08-16T05:38:09.932Z[ host-image] Aug 16 05:38:08.574 INFO O| install = pkg://helios-dev/release/name@0.5.11-2.0:20230621T194601Z
82132024-08-16T05:38:09.945Z[ host-image] Aug 16 05:38:08.589 INFO O| install = pkg://helios-dev/runtime/perl@5.36.1-2.0:20230621T195846Z
82142024-08-16T05:38:09.947Z[ host-image] Aug 16 05:38:08.589 INFO O| install = pkg://helios-dev/runtime/perl/module/sun-solaris@0.5.11-2.0.22816:20240814T214602Z
82152024-08-16T05:38:09.947Z[ host-image] Aug 16 05:38:08.591 INFO O| install = pkg://helios-dev/service/fault-management@0.5.11-2.0.22816:20240814T214602Z
82162024-08-16T05:38:09.949Z[ host-image] Aug 16 05:38:08.592 INFO O| install = pkg://helios-dev/service/file-system/smb@0.5.11-2.0.22816:20240814T214602Z
82172024-08-16T05:38:09.950Z[ host-image] Aug 16 05:38:08.592 INFO O| install = pkg://helios-dev/service/network/chrony@4.5-2.0:20240418T211951Z
82182024-08-16T05:38:09.950Z[ host-image] Aug 16 05:38:08.593 INFO O| install = pkg://helios-dev/service/picl@0.5.11-2.0.22816:20240814T214603Z
82192024-08-16T05:38:09.950Z[ host-image] Aug 16 05:38:08.593 INFO O| install = pkg://helios-dev/service/resource-pools@0.5.11-2.0.22816:20240814T214604Z
82202024-08-16T05:38:09.950Z[ host-image] Aug 16 05:38:08.593 INFO O| install = pkg://helios-dev/service/security/gss@0.5.11-2.0.22816:20240814T214604Z
82212024-08-16T05:38:09.950Z[ host-image] Aug 16 05:38:08.594 INFO O| install = pkg://helios-dev/service/security/kerberos-5@0.5.11-2.0.22816:20240814T214604Z
82222024-08-16T05:38:09.953Z[ host-image] Aug 16 05:38:08.597 INFO O| install = pkg://helios-dev/shell/bash@5.2.15-2.0:20230621T200617Z
82232024-08-16T05:38:09.955Z[ host-image] Aug 16 05:38:08.598 INFO O| install = pkg://helios-dev/shell/ksh93@93.21.1.20120801-2.0.22816:20240814T214604Z
82242024-08-16T05:38:09.955Z[ host-image] Aug 16 05:38:08.598 INFO O| install = pkg://helios-dev/system/bhyve@0.5.11-2.0.22816:20240814T214606Z
82252024-08-16T05:38:09.955Z[ host-image] Aug 16 05:38:08.598 INFO O| install = pkg://helios-dev/system/bhyve/firmware@20230201-2.0:20230621T201619Z
82262024-08-16T05:38:09.955Z[ host-image] Aug 16 05:38:08.599 INFO O| install = pkg://helios-dev/system/boot/loader@1.1-2.0.22816:20240814T214606Z
82272024-08-16T05:38:09.955Z[ host-image] Aug 16 05:38:08.599 INFO O| install = pkg://helios-dev/system/data/console/fonts@0.5.11-2.0.22816:20240814T214606Z
82282024-08-16T05:38:09.955Z[ host-image] Aug 16 05:38:08.599 INFO O| install = pkg://helios-dev/system/data/hardware-registry@2024.3.31-2.0.22816:20240814T214606Z
82292024-08-16T05:38:09.955Z[ host-image] Aug 16 05:38:08.599 INFO O| install = pkg://helios-dev/system/data/keyboard/keytables@0.5.11-2.0.22816:20240814T214606Z
82302024-08-16T05:38:09.964Z[ host-image] Aug 16 05:38:08.608 INFO O| install = pkg://helios-dev/system/data/terminfo@0.5.11-2.0.22816:20240814T214606Z
82312024-08-16T05:38:09.964Z[ host-image] Aug 16 05:38:08.608 INFO O| install = pkg://helios-dev/system/data/urxvt-terminfo@9.31-2.0:20230621T200815Z
82322024-08-16T05:38:09.966Z[ host-image] Aug 16 05:38:08.610 INFO O| install = pkg://helios-dev/system/data/zoneinfo@2024.1-2.0.22816:20240814T214606Z
82332024-08-16T05:38:09.968Z[ host-image] Aug 16 05:38:08.611 INFO O| install = pkg://helios-dev/system/extended-system-utilities@0.5.11-2.0.22816:20240814T214606Z
82342024-08-16T05:38:09.968Z[ host-image] Aug 16 05:38:08.611 INFO O| install = pkg://helios-dev/system/ficl@4.1.0-2.0.22816:20240814T214607Z
82352024-08-16T05:38:09.968Z[ host-image] Aug 16 05:38:08.612 INFO O| install = pkg://helios-dev/system/file-system/smb@0.5.11-2.0.22816:20240814T214607Z
82362024-08-16T05:38:09.968Z[ host-image] Aug 16 05:38:08.612 INFO O| install = pkg://helios-dev/system/file-system/zfs@0.5.11-2.0.22816:20240814T214607Z
82372024-08-16T05:38:09.971Z[ host-image] Aug 16 05:38:08.613 INFO O| install = pkg://helios-dev/system/gpio@0.5.11-2.0.22816:20240814T214607Z
82382024-08-16T05:38:09.979Z[ host-image] Aug 16 05:38:08.623 INFO O| install = pkg://helios-dev/system/kernel@0.5.11-2.0.22816:20240814T214609Z
82392024-08-16T05:38:09.981Z[ host-image] Aug 16 05:38:08.623 INFO O| install = pkg://helios-dev/system/kernel/cpu-counters@0.5.11-2.0.22816:20240814T214608Z
82402024-08-16T05:38:09.981Z[ host-image] Aug 16 05:38:08.623 INFO O| install = pkg://helios-dev/system/kernel/dtrace/providers@0.5.11-2.0.22816:20240814T214608Z
82412024-08-16T05:38:09.981Z[ host-image] Aug 16 05:38:08.624 INFO O| install = pkg://helios-dev/system/kernel/platform@0.5.11-2.0.22816:20240814T214608Z
82422024-08-16T05:38:09.981Z[ host-image] Aug 16 05:38:08.625 INFO O| install = pkg://helios-dev/system/ksensor@0.5.11-2.0.22816:20240814T214609Z
82432024-08-16T05:38:10.002Z[ host-image] Aug 16 05:38:08.647 INFO O| install = pkg://helios-dev/system/library@0.5.11-2.0.22816:20240814T214612Z
82442024-08-16T05:38:10.005Z[ host-image] Aug 16 05:38:08.647 INFO O| install = pkg://helios-dev/system/library/bhyve@0.5.11-2.0.22816:20240814T214609Z
82452024-08-16T05:38:10.005Z[ host-image] Aug 16 05:38:08.647 INFO O| install = pkg://helios-dev/system/library/demangle@0.5.11-2.0.22816:20240814T214609Z
82462024-08-16T05:38:10.005Z[ host-image] Aug 16 05:38:08.647 INFO O| install = pkg://helios-dev/system/library/g++-runtime@13-2.0:20231118T213948Z
82472024-08-16T05:38:10.005Z[ host-image] Aug 16 05:38:08.647 INFO O| install = pkg://helios-dev/system/library/gcc-runtime@13-2.0:20231118T213832Z
82482024-08-16T05:38:10.033Z[ host-image] Aug 16 05:38:08.677 INFO O| install = pkg://helios-dev/system/library/iconv/utf-8@0.5.11-2.0.22816:20240814T214609Z
82492024-08-16T05:38:10.035Z[ host-image] Aug 16 05:38:08.677 INFO O| install = pkg://helios-dev/system/library/libdbus@1.14.6-2.0:20230621T201340Z
82502024-08-16T05:38:10.035Z[ host-image] Aug 16 05:38:08.677 INFO O| install = pkg://helios-dev/system/library/libdiskmgt@0.5.11-2.0.22816:20240814T214610Z
82512024-08-16T05:38:10.035Z[ host-image] Aug 16 05:38:08.677 INFO O| install = pkg://helios-dev/system/library/libispi@0.5.11-2.0.22816:20240814T214610Z
82522024-08-16T05:38:10.035Z[ host-image] Aug 16 05:38:08.679 INFO O| install = pkg://helios-dev/system/library/math@0.5.11-2.0.22816:20240814T214610Z
82532024-08-16T05:38:10.035Z[ host-image] Aug 16 05:38:08.679 INFO O| install = pkg://helios-dev/system/library/mozilla-nss@3.89-2.0:20230621T201725Z
82542024-08-16T05:38:10.035Z[ host-image] Aug 16 05:38:08.679 INFO O| install = pkg://helios-dev/system/library/pcap@1.10.3-2.0:20230621T201732Z
82552024-08-16T05:38:10.038Z[ host-image] Aug 16 05:38:08.680 INFO O| install = pkg://helios-dev/system/library/security/gss@0.5.11-2.0.22816:20240814T214611Z
82562024-08-16T05:38:10.038Z[ host-image] Aug 16 05:38:08.680 INFO O| install = pkg://helios-dev/system/library/security/gss/diffie-hellman@0.5.11-2.0.22816:20240814T214611Z
82572024-08-16T05:38:10.038Z[ host-image] Aug 16 05:38:08.680 INFO O| install = pkg://helios-dev/system/library/security/gss/spnego@0.5.11-2.0.22816:20240814T214611Z
82582024-08-16T05:38:10.038Z[ host-image] Aug 16 05:38:08.681 INFO O| install = pkg://helios-dev/system/library/security/libsasl@0.5.11-2.0.22816:20240814T214611Z
82592024-08-16T05:38:10.038Z[ host-image] Aug 16 05:38:08.681 INFO O| install = pkg://helios-dev/system/library/storage/scsi-plugins@0.5.11-2.0.22816:20240814T214612Z
82602024-08-16T05:38:10.038Z[ host-image] Aug 16 05:38:08.681 INFO O| install = pkg://helios-dev/system/man@0.5.11-2.0.22816:20240814T214612Z
82612024-08-16T05:38:10.040Z[ host-image] Aug 16 05:38:08.684 INFO O| install = pkg://helios-dev/system/management/snmp/net-snmp@5.9.3-2.0:20230621T192215Z
82622024-08-16T05:38:10.041Z[ host-image] Aug 16 05:38:08.684 INFO O| install = pkg://helios-dev/system/microcode/amd@20240710-2.0.22816:20240814T214613Z
82632024-08-16T05:38:10.043Z[ host-image] Aug 16 05:38:08.686 INFO O| install = pkg://helios-dev/system/microcode/intel@20240312-2.0.22816:20240814T214613Z
82642024-08-16T05:38:10.043Z[ host-image] Aug 16 05:38:08.686 INFO O| install = pkg://helios-dev/system/microcode/oxide@20240710-2.0.22816:20240814T214613Z
82652024-08-16T05:38:10.043Z[ host-image] Aug 16 05:38:08.686 INFO O| install = pkg://helios-dev/system/network@0.5.11-2.0.22816:20240814T214614Z
82662024-08-16T05:38:10.043Z[ host-image] Aug 16 05:38:08.686 INFO O| install = pkg://helios-dev/system/network/overlay@0.5.11-2.0.22816:20240814T214613Z
82672024-08-16T05:38:10.043Z[ host-image] Aug 16 05:38:08.686 INFO O| install = pkg://helios-dev/system/network/routing@0.5.11-2.0.22816:20240814T214614Z
82682024-08-16T05:38:10.043Z[ host-image] Aug 16 05:38:08.687 INFO O| install = pkg://helios-dev/system/prerequisite/gnu@0.5.11-2.0:20230621T201805Z
82692024-08-16T05:38:10.043Z[ host-image] Aug 16 05:38:08.687 INFO O| install = pkg://helios-dev/system/watch@3.3.16-2.0:20230621T201923Z
82702024-08-16T05:38:10.043Z[ host-image] Aug 16 05:38:08.687 INFO O| install = pkg://helios-dev/system/xopen/xcu4@0.5.11-2.0.22816:20240814T214616Z
82712024-08-16T05:38:10.046Z[ host-image] Aug 16 05:38:08.687 INFO O| install = pkg://helios-dev/system/zones@0.5.11-2.0.22816:20240814T214616Z
82722024-08-16T05:38:10.046Z[ host-image] Aug 16 05:38:08.688 INFO O| install = pkg://helios-dev/system/zones/brand/omicron1@1.0.22:20240315T231124Z
82732024-08-16T05:38:10.046Z[ host-image] Aug 16 05:38:08.688 INFO O| install = pkg://helios-dev/terminal/resize@352-2.0:20230621T201859Z
82742024-08-16T05:38:10.046Z[ host-image] Aug 16 05:38:08.688 INFO O| install = pkg://helios-dev/text/column@0.0.0.20181004-2.0:20230925T235046Z
82752024-08-16T05:38:10.046Z[ host-image] Aug 16 05:38:08.688 INFO O| install = pkg://helios-dev/text/less@608-2.0:20230621T202237Z
82762024-08-16T05:38:10.046Z[ host-image] Aug 16 05:38:08.688 INFO O| install = pkg://helios-dev/text/looker@0.1.0.12-2.0:20230624T124603Z
82772024-08-16T05:38:10.046Z[ host-image] Aug 16 05:38:08.689 INFO O| install = pkg://helios-dev/web/ca-bundle@5.11-2.0:20230621T202542Z
82782024-08-16T05:38:10.046Z[ host-image] Aug 16 05:38:08.690 INFO O| install = pkg://helios-dev/web/curl@8.9.1-2.0:20240806T172300Z
82792024-08-16T05:38:10.048Z[ host-image] Aug 16 05:38:08.690 INFO O| tempdir @ "/tmp/.tmpi4QLw3/tmp"
82802024-08-16T05:38:10.048Z[ host-image] Aug 16 05:38:08.690 INFO O| image root @ "/tmp/.tmpi4QLw3/tmp/root"
82812024-08-16T05:38:10.048Z[ host-image] Aug 16 05:38:08.690 INFO O| creating image...
82822024-08-16T05:38:10.536Z[ host-image] Aug 16 05:38:09.180 INFO O| copying publishers...
82832024-08-16T05:38:16.360Z[ host-image] Aug 16 05:38:15.001 INFO O| adding properties...
82842024-08-16T05:38:16.702Z[ recovery-image] Aug 16 05:38:15.342 INFO O| ok, image written!
82852024-08-16T05:38:16.702Z[ recovery-image] Aug 16 05:38:15.343 INFO O| ok, boot_image_csum file written!
82862024-08-16T05:38:16.705Z[ recovery-image] Aug 16 05:38:15.345 INFO creating boot archive (CPIO)...
82872024-08-16T05:38:16.705Z[ recovery-image] Aug 16 05:38:15.345 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
82882024-08-16T05:38:16.712Z[ recovery-image] Aug 16 05:38:15.352 INFO E| + root=/rpool/images/build/recovery/work/gimlet/ramdisk
82892024-08-16T05:38:16.712Z[ recovery-image] Aug 16 05:38:15.352 INFO E| + outfile=/work/os-recovery/cpio
82902024-08-16T05:38:16.714Z[ recovery-image] Aug 16 05:38:15.352 INFO E| + tmpdir=/work/oxidecomputer/helios/tmp/image.recovery
82912024-08-16T05:38:16.714Z[ recovery-image] Aug 16 05:38:15.354 INFO E| + cd /rpool/images/build/recovery/work/gimlet/ramdisk
82922024-08-16T05:38:16.714Z[ recovery-image] Aug 16 05:38:15.355 INFO E| + cpio -qo -H odc -O /work/os-recovery/cpio
82932024-08-16T05:38:16.746Z[ recovery-image] Aug 16 05:38:15.386 INFO E| + cd /work/oxidecomputer/helios/tmp/image.recovery
82942024-08-16T05:38:16.746Z[ recovery-image] Aug 16 05:38:15.386 INFO E| + cpio -qo -H odc -AO /work/os-recovery/cpio
82952024-08-16T05:38:16.754Z[ recovery-image] Aug 16 05:38:15.395 INFO creating compressed cpio/unix for nanobl-rs...
82962024-08-16T05:38:16.754Z[ recovery-image] Aug 16 05:38:15.395 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
82972024-08-16T05:38:17.035Z[ recovery-image] Aug 16 05:38:15.676 INFO exec: ["bash", "-c", "\'/work/oxidecomputer/helios/projects/pinprick/target/release/pinprick\' \'/work/os-recovery/cpio\' >\'/work/os-recovery/cpio.z\'"], pwd: None
82982024-08-16T05:38:17.391Z[ host-image] Aug 16 05:38:16.028 INFO O| installing packages...
82992024-08-16T05:38:21.396Z[ recovery-image] Aug 16 05:38:20.034 INFO creating reset image...
83002024-08-16T05:38:21.396Z[ recovery-image] Aug 16 05:38:20.034 INFO exec: ["cargo", "xtask", "build", "--release", "--cpioz", "/work/os-recovery/cpio.z"], pwd: Some("/work/oxidecomputer/helios/projects/phbl")
83012024-08-16T05:38:21.618Z[ recovery-image] Aug 16 05:38:20.256 INFO E| Updating crates.io index
83022024-08-16T05:38:21.744Z[ recovery-image] Aug 16 05:38:20.381 INFO E| Downloading crates ...
83032024-08-16T05:38:21.802Z[ recovery-image] Aug 16 05:38:20.440 INFO E| Downloaded os_pipe v1.1.5
83042024-08-16T05:38:21.811Z[ recovery-image] Aug 16 05:38:20.449 INFO E| Downloaded proc-macro2 v1.0.79
83052024-08-16T05:38:21.814Z[ recovery-image] Aug 16 05:38:20.452 INFO E| Downloaded anstyle-query v1.0.2
83062024-08-16T05:38:21.828Z[ recovery-image] Aug 16 05:38:20.466 INFO E| Downloaded shared_child v1.0.0
83072024-08-16T05:38:21.830Z[ recovery-image] Aug 16 05:38:20.467 INFO E| Downloaded anstyle v1.0.6
83082024-08-16T05:38:21.832Z[ recovery-image] Aug 16 05:38:20.468 INFO E| Downloaded duct v0.13.7
83092024-08-16T05:38:21.834Z[ recovery-image] Aug 16 05:38:20.470 INFO E| Downloaded clap_derive v4.5.3
83102024-08-16T05:38:21.836Z[ recovery-image] Aug 16 05:38:20.474 INFO E| Downloaded clap v4.5.3
83112024-08-16T05:38:21.854Z[ recovery-image] Aug 16 05:38:20.492 INFO E| Downloaded anstyle-parse v0.2.3
83122024-08-16T05:38:21.864Z[ recovery-image] Aug 16 05:38:20.502 INFO E| Downloaded syn v2.0.53
83132024-08-16T05:38:21.881Z[ recovery-image] Aug 16 05:38:20.519 INFO E| Downloaded anstream v0.6.13
83142024-08-16T05:38:21.900Z[ recovery-image] Aug 16 05:38:20.538 INFO E| Downloaded libc v0.2.153
83152024-08-16T05:38:21.972Z[ recovery-image] Aug 16 05:38:20.610 INFO E| Compiling proc-macro2 v1.0.79
83162024-08-16T05:38:21.972Z[ recovery-image] Aug 16 05:38:20.610 INFO E| Compiling unicode-ident v1.0.12
83172024-08-16T05:38:21.972Z[ recovery-image] Aug 16 05:38:20.610 INFO E| Compiling libc v0.2.153
83182024-08-16T05:38:21.972Z[ recovery-image] Aug 16 05:38:20.610 INFO E| Compiling utf8parse v0.2.1
83192024-08-16T05:38:21.974Z[ recovery-image] Aug 16 05:38:20.610 INFO E| Compiling anstyle-query v1.0.2
83202024-08-16T05:38:21.974Z[ recovery-image] Aug 16 05:38:20.610 INFO E| Compiling anstyle v1.0.6
83212024-08-16T05:38:21.981Z[ recovery-image] Aug 16 05:38:20.619 INFO E| Compiling colorchoice v1.0.0
83222024-08-16T05:38:21.983Z[ recovery-image] Aug 16 05:38:20.619 INFO E| Compiling strsim v0.11.0
83232024-08-16T05:38:22.215Z[ recovery-image] Aug 16 05:38:20.853 INFO E| Compiling anstyle-parse v0.2.3
83242024-08-16T05:38:22.221Z[ recovery-image] Aug 16 05:38:20.859 INFO E| Compiling heck v0.5.0
83252024-08-16T05:38:22.250Z[ recovery-image] Aug 16 05:38:20.887 INFO E| Compiling clap_lex v0.7.0
83262024-08-16T05:38:22.339Z[ recovery-image] Aug 16 05:38:20.976 INFO E| Compiling once_cell v1.19.0
83272024-08-16T05:38:22.577Z[ recovery-image] Aug 16 05:38:21.208 INFO E| Compiling anstream v0.6.13
83282024-08-16T05:38:22.975Z[ recovery-image] Aug 16 05:38:21.612 INFO E| Compiling clap_builder v4.5.2
83292024-08-16T05:38:23.420Z[ recovery-image] Aug 16 05:38:22.056 INFO E| Compiling quote v1.0.35
83302024-08-16T05:38:23.459Z[ recovery-image] Aug 16 05:38:22.091 INFO E| Compiling shared_child v1.0.0
83312024-08-16T05:38:23.459Z[ recovery-image] Aug 16 05:38:22.091 INFO E| Compiling os_pipe v1.1.5
83322024-08-16T05:38:23.607Z[ recovery-image] Aug 16 05:38:22.244 INFO E| Compiling duct v0.13.7
83332024-08-16T05:38:23.768Z[ recovery-image] Aug 16 05:38:22.404 INFO E| Compiling syn v2.0.53
83342024-08-16T05:38:28.830Z[ recovery-image] Aug 16 05:38:27.464 INFO E| Compiling clap_derive v4.5.3
83352024-08-16T05:38:30.927Z[ recovery-image] Aug 16 05:38:29.560 INFO E| Compiling clap v4.5.3
83362024-08-16T05:38:30.982Z[ recovery-image] Aug 16 05:38:29.615 INFO E| Compiling xtask v0.1.0 (/work/oxidecomputer/helios/projects/phbl/xtask)
83372024-08-16T05:38:32.131Z[ recovery-image] Aug 16 05:38:30.764 INFO E| Finished `dev` profile [unoptimized + debuginfo] target(s) in 10.67s
83382024-08-16T05:38:32.140Z[ recovery-image] Aug 16 05:38:30.773 INFO E| Running `xtask/target/debug/xtask build --release --cpioz /work/os-recovery/cpio.z`
83392024-08-16T05:38:32.269Z[ recovery-image] Aug 16 05:38:30.901 INFO E| Updating crates.io index
83402024-08-16T05:38:32.429Z[ recovery-image] Aug 16 05:38:31.061 INFO E| Downloading crates ...
83412024-08-16T05:38:32.478Z[ recovery-image] Aug 16 05:38:31.110 INFO E| Downloaded seq-macro v0.3.5
83422024-08-16T05:38:32.487Z[ recovery-image] Aug 16 05:38:31.119 INFO E| Downloaded bit_field v0.10.2
83432024-08-16T05:38:32.493Z[ recovery-image] Aug 16 05:38:31.126 INFO E| Downloaded cpio_reader v0.1.1
83442024-08-16T05:38:32.505Z[ recovery-image] Aug 16 05:38:31.138 INFO E| Downloaded raw-cpuid v10.7.0
83452024-08-16T05:38:32.600Z[ recovery-image] Aug 16 05:38:31.232 INFO E| Downloaded x86 v0.52.0
83462024-08-16T05:38:32.670Z[ recovery-image] Aug 16 05:38:31.302 INFO E| Updating crates.io index
83472024-08-16T05:38:32.732Z[ recovery-image] Aug 16 05:38:31.364 INFO E| Downloading crates ...
83482024-08-16T05:38:32.799Z[ recovery-image] Aug 16 05:38:31.431 INFO E| Downloaded compiler_builtins v0.1.108
83492024-08-16T05:38:32.874Z[ recovery-image] Aug 16 05:38:31.505 INFO E| Compiling compiler_builtins v0.1.108
83502024-08-16T05:38:32.874Z[ recovery-image] Aug 16 05:38:31.505 INFO E| Compiling core v0.0.0 (/home/build/.rustup/toolchains/nightly-2024-03-19-x86_64-unknown-illumos/lib/rustlib/src/rust/library/core)
83512024-08-16T05:38:32.877Z[ recovery-image] Aug 16 05:38:31.505 INFO E| Compiling proc-macro2 v1.0.79
83522024-08-16T05:38:32.877Z[ recovery-image] Aug 16 05:38:31.505 INFO E| Compiling unicode-ident v1.0.12
83532024-08-16T05:38:32.877Z[ recovery-image] Aug 16 05:38:31.505 INFO E| Compiling syn v1.0.109
83542024-08-16T05:38:32.877Z[ recovery-image] Aug 16 05:38:31.505 INFO E| Compiling x86 v0.52.0
83552024-08-16T05:38:32.877Z[ recovery-image] Aug 16 05:38:31.505 INFO E| Compiling phbl v0.1.0 (/work/oxidecomputer/helios/projects/phbl)
83562024-08-16T05:38:32.877Z[ recovery-image] Aug 16 05:38:31.505 INFO E| Compiling seq-macro v0.3.5
83572024-08-16T05:38:34.014Z[ recovery-image] Aug 16 05:38:32.646 INFO E| Compiling quote v1.0.35
83582024-08-16T05:38:34.103Z[ host-image] Aug 16 05:38:32.734 INFO O| seeding SMF database...
83592024-08-16T05:38:35.301Z[ recovery-image] Aug 16 05:38:32.929 INFO E| Compiling syn v2.0.53
83602024-08-16T05:38:37.772Z[ recovery-image] Aug 16 05:38:36.402 INFO E| Compiling scroll_derive v0.12.0
83612024-08-16T05:38:40.492Z[ recovery-image] Aug 16 05:38:39.119 INFO E| Compiling bitstruct_derive v0.1.0
83622024-08-16T05:38:42.609Z[ host-image] Aug 16 05:38:41.235 INFO O| configuring SMF profile...
83632024-08-16T05:38:42.613Z[ host-image] Aug 16 05:38:41.235 INFO O| modifying shadow(5)...
83642024-08-16T05:38:42.613Z[ host-image] Aug 16 05:38:41.235 INFO O| loading user and group database...
83652024-08-16T05:38:42.613Z[ host-image] Aug 16 05:38:41.236 INFO O| assessing packaged files...
83662024-08-16T05:38:44.770Z[ host-image] Aug 16 05:38:43.395 INFO O| creating archive...
83672024-08-16T05:38:44.802Z[ host-image] Aug 16 05:38:43.428 INFO O| missing from packaging:
83682024-08-16T05:38:44.803Z[ host-image] Aug 16 05:38:43.428 INFO O| "etc/.pwd.lock"
83692024-08-16T05:38:44.803Z[ host-image] Aug 16 05:38:43.428 INFO O| "etc/bash"
83702024-08-16T05:38:44.807Z[ host-image] Aug 16 05:38:43.433 INFO O| "etc/svc/profile/generic.xml"
83712024-08-16T05:38:44.807Z[ host-image] Aug 16 05:38:43.433 INFO O| "etc/svc/profile/inetd_services.xml"
83722024-08-16T05:38:44.807Z[ host-image] Aug 16 05:38:43.433 INFO O| "etc/svc/profile/name_service.xml"
83732024-08-16T05:38:44.810Z[ host-image] Aug 16 05:38:43.433 INFO O| "etc/svc/profile/platform.xml"
83742024-08-16T05:38:44.810Z[ host-image] Aug 16 05:38:43.433 INFO O| "etc/svc/profile/platform_omicron1.xml"
83752024-08-16T05:38:44.810Z[ host-image] Aug 16 05:38:43.433 INFO O| "etc/svc/repository.db"
83762024-08-16T05:38:44.816Z[ host-image] Aug 16 05:38:43.442 INFO O| "opt/ooce/share"
83772024-08-16T05:38:44.816Z[ host-image] Aug 16 05:38:43.442 INFO O| "opt/ooce/share/man"
83782024-08-16T05:38:44.819Z[ host-image] Aug 16 05:38:43.442 INFO O| "opt/ooce/share/man/man1"
83792024-08-16T05:38:44.825Z[ host-image] Aug 16 05:38:43.451 INFO O| finishing archive...
83802024-08-16T05:38:47.646Z[ host-image] Aug 16 05:38:46.270 INFO O| creating gzonly manifest...
83812024-08-16T05:38:47.657Z[ host-image] Aug 16 05:38:46.281 INFO O| ok
83822024-08-16T05:38:47.753Z[ host-image] Aug 16 05:38:46.377 INFO image builder template: ramdisk-02-trim...
83832024-08-16T05:38:47.753Z[ host-image] Aug 16 05:38:46.377 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/.tmpGXLJbR/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.277", "-n", "ramdisk-02-trim"], pwd: None
83842024-08-16T05:38:47.777Z[ host-image] Aug 16 05:38:46.401 INFO O| Aug 16 05:38:46.401 INFO temporary dataset: rpool/images/build/host/tmp/gimlet/ramdisk-02-trim
83852024-08-16T05:38:47.781Z[ host-image] Aug 16 05:38:46.405 INFO O| Aug 16 05:38:46.405 INFO CREATE DATASET: rpool/images/build/host/tmp/gimlet/ramdisk-02-trim
83862024-08-16T05:38:47.904Z[ host-image] Aug 16 05:38:46.527 INFO O| Aug 16 05:38:46.527 INFO SET DATASET PROPERTY ON rpool/images/build/host/tmp/gimlet/ramdisk-02-trim: sync = disabled
83872024-08-16T05:38:48.022Z[ host-image] Aug 16 05:38:46.646 INFO O| Aug 16 05:38:46.646 INFO temporary directory: /rpool/images/build/host/tmp/gimlet/ramdisk-02-trim
83882024-08-16T05:38:48.022Z[ host-image] Aug 16 05:38:46.646 INFO O| Aug 16 05:38:46.646 INFO work dataset: rpool/images/build/host/work/gimlet/ramdisk
83892024-08-16T05:38:48.030Z[ host-image] Aug 16 05:38:46.652 INFO O| Aug 16 05:38:46.652 INFO looking for output snapshot rpool/images/build/host/work/gimlet/ramdisk@trim
83902024-08-16T05:38:48.039Z[ host-image] Aug 16 05:38:46.656 INFO O| Aug 16 05:38:46.656 INFO looking for input snapshot rpool/images/build/host/work/gimlet/ramdisk@os
83912024-08-16T05:38:48.039Z[ host-image] Aug 16 05:38:46.661 INFO O| Aug 16 05:38:46.661 INFO ROLLBACK TO SNAPSHOT: rpool/images/build/host/work/gimlet/ramdisk@os
83922024-08-16T05:38:48.307Z[ host-image] Aug 16 05:38:46.931 INFO O| Aug 16 05:38:46.931 INFO rolled back to input snapshot; work may begin
83932024-08-16T05:38:48.307Z[ host-image] Aug 16 05:38:46.931 INFO O| Aug 16 05:38:46.931 INFO CREATE DATASET: rpool/images/build/host/work/gimlet/ramdisk
83942024-08-16T05:38:48.313Z[ host-image] Aug 16 05:38:46.937 INFO O| Aug 16 05:38:46.937 INFO STEP 0: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
83952024-08-16T05:38:48.324Z[ host-image] Aug 16 05:38:46.948 INFO O| Aug 16 05:38:46.948 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/var/pkg"
83962024-08-16T05:38:48.378Z[ host-image] Aug 16 05:38:47.001 INFO O| Aug 16 05:38:47.001 INFO STEP 0 (remove_files) COMPLETE
83972024-08-16T05:38:48.378Z[ host-image] Aug 16 05:38:47.001 INFO O| Aug 16 05:38:47.001 INFO STEP 1: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
83982024-08-16T05:38:48.389Z[ host-image] Aug 16 05:38:47.013 INFO O| Aug 16 05:38:47.013 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/usr/xpg4"
83992024-08-16T05:38:48.391Z[ host-image] Aug 16 05:38:47.015 INFO O| Aug 16 05:38:47.015 INFO STEP 1 (remove_files) COMPLETE
84002024-08-16T05:38:48.392Z[ host-image] Aug 16 05:38:47.015 INFO O| Aug 16 05:38:47.015 INFO STEP 2: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
84012024-08-16T05:38:48.403Z[ host-image] Aug 16 05:38:47.025 INFO O| Aug 16 05:38:47.025 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/usr/include"
84022024-08-16T05:38:48.415Z[ host-image] Aug 16 05:38:47.039 INFO O| Aug 16 05:38:47.039 INFO STEP 2 (remove_files) COMPLETE
84032024-08-16T05:38:48.415Z[ host-image] Aug 16 05:38:47.039 INFO O| Aug 16 05:38:47.039 INFO STEP 3: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
84042024-08-16T05:38:48.426Z[ host-image] Aug 16 05:38:47.048 INFO O| Aug 16 05:38:47.048 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/usr/demo"
84052024-08-16T05:38:48.429Z[ host-image] Aug 16 05:38:47.050 INFO O| Aug 16 05:38:47.050 INFO STEP 3 (remove_files) COMPLETE
84062024-08-16T05:38:48.429Z[ host-image] Aug 16 05:38:47.050 INFO O| Aug 16 05:38:47.050 INFO STEP 4: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
84072024-08-16T05:38:48.435Z[ host-image] Aug 16 05:38:47.059 INFO O| Aug 16 05:38:47.059 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/usr/lib/help"
84082024-08-16T05:38:48.439Z[ host-image] Aug 16 05:38:47.063 INFO O| Aug 16 05:38:47.063 INFO STEP 4 (remove_files) COMPLETE
84092024-08-16T05:38:48.439Z[ host-image] Aug 16 05:38:47.063 INFO O| Aug 16 05:38:47.063 INFO STEP 5: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
84102024-08-16T05:38:48.506Z[ host-image] Aug 16 05:38:47.072 INFO O| Aug 16 05:38:47.072 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/usr/share/doc"
84112024-08-16T05:38:48.508Z[ host-image] Aug 16 05:38:47.074 INFO O| Aug 16 05:38:47.074 INFO STEP 5 (remove_files) COMPLETE
84122024-08-16T05:38:48.508Z[ host-image] Aug 16 05:38:47.074 INFO O| Aug 16 05:38:47.074 INFO STEP 6: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
84132024-08-16T05:38:48.508Z[ host-image] Aug 16 05:38:47.084 INFO O| Aug 16 05:38:47.083 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/usr/share/bash-completion"
84142024-08-16T05:38:48.508Z[ host-image] Aug 16 05:38:47.094 INFO O| Aug 16 05:38:47.094 INFO STEP 6 (remove_files) COMPLETE
84152024-08-16T05:38:48.508Z[ host-image] Aug 16 05:38:47.094 INFO O| Aug 16 05:38:47.094 INFO STEP 7: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
84162024-08-16T05:38:48.508Z[ host-image] Aug 16 05:38:47.103 INFO O| Aug 16 05:38:47.103 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/usr/perl5/5.36/man"
84172024-08-16T05:38:48.508Z[ host-image] Aug 16 05:38:47.115 INFO O| Aug 16 05:38:47.115 INFO STEP 7 (remove_files) COMPLETE
84182024-08-16T05:38:48.508Z[ host-image] Aug 16 05:38:47.115 INFO O| Aug 16 05:38:47.115 INFO STEP 8: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
84192024-08-16T05:38:48.509Z[ host-image] Aug 16 05:38:47.125 INFO O| Aug 16 05:38:47.125 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/usr/share/man/man3ssl"
84202024-08-16T05:38:48.585Z[ host-image] Aug 16 05:38:47.208 INFO O| Aug 16 05:38:47.208 INFO STEP 8 (remove_files) COMPLETE
84212024-08-16T05:38:48.585Z[ host-image] Aug 16 05:38:47.208 INFO O| Aug 16 05:38:47.208 INFO STEP 9: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
84222024-08-16T05:38:48.595Z[ host-image] Aug 16 05:38:47.219 INFO O| Aug 16 05:38:47.219 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/usr/ssl-3/man"
84232024-08-16T05:38:48.683Z[ host-image] Aug 16 05:38:47.306 INFO O| Aug 16 05:38:47.306 INFO STEP 9 (remove_files) COMPLETE
84242024-08-16T05:38:48.683Z[ host-image] Aug 16 05:38:47.306 INFO O| Aug 16 05:38:47.306 INFO STEP 10: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
84252024-08-16T05:38:48.693Z[ host-image] Aug 16 05:38:47.317 INFO O| Aug 16 05:38:47.317 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/etc/net-snmp"
84262024-08-16T05:38:48.697Z[ host-image] Aug 16 05:38:47.320 INFO O| Aug 16 05:38:47.320 INFO STEP 10 (remove_files) COMPLETE
84272024-08-16T05:38:48.697Z[ host-image] Aug 16 05:38:47.320 INFO O| Aug 16 05:38:47.320 INFO STEP 11: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
84282024-08-16T05:38:48.706Z[ host-image] Aug 16 05:38:47.330 INFO O| Aug 16 05:38:47.330 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/usr/bin/i386"
84292024-08-16T05:38:48.709Z[ host-image] Aug 16 05:38:47.331 INFO O| Aug 16 05:38:47.331 INFO STEP 11 (remove_files) COMPLETE
84302024-08-16T05:38:48.709Z[ host-image] Aug 16 05:38:47.331 INFO O| Aug 16 05:38:47.331 INFO STEP 12: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
84312024-08-16T05:38:48.716Z[ host-image] Aug 16 05:38:47.340 INFO O| Aug 16 05:38:47.340 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/platform/i86xpv"
84322024-08-16T05:38:48.719Z[ host-image] Aug 16 05:38:47.341 INFO O| Aug 16 05:38:47.341 INFO STEP 12 (remove_files) COMPLETE
84332024-08-16T05:38:48.719Z[ host-image] Aug 16 05:38:47.341 INFO O| Aug 16 05:38:47.341 INFO STEP 13: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
84342024-08-16T05:38:48.740Z[ host-image] Aug 16 05:38:47.364 INFO O| Aug 16 05:38:47.363 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/pgsql-13/lib/libpgcommon.a"
84352024-08-16T05:38:48.740Z[ host-image] Aug 16 05:38:47.364 INFO O| Aug 16 05:38:47.364 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/pgsql-13/lib/libpgport.a"
84362024-08-16T05:38:48.743Z[ host-image] Aug 16 05:38:47.364 INFO O| Aug 16 05:38:47.364 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/pgsql-13/lib/libpgtypes.a"
84372024-08-16T05:38:48.743Z[ host-image] Aug 16 05:38:47.364 INFO O| Aug 16 05:38:47.364 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/pgsql-13/lib/amd64/libpgcommon_shlib.a"
84382024-08-16T05:38:48.743Z[ host-image] Aug 16 05:38:47.364 INFO O| Aug 16 05:38:47.364 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/pgsql-13/lib/amd64/libecpg_compat.a"
84392024-08-16T05:38:48.743Z[ host-image] Aug 16 05:38:47.365 INFO O| Aug 16 05:38:47.364 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/pgsql-13/lib/amd64/libpgport_shlib.a"
84402024-08-16T05:38:48.743Z[ host-image] Aug 16 05:38:47.365 INFO O| Aug 16 05:38:47.365 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/pgsql-13/lib/amd64/libpgtypes.a"
84412024-08-16T05:38:48.743Z[ host-image] Aug 16 05:38:47.365 INFO O| Aug 16 05:38:47.365 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/pgsql-13/lib/amd64/libecpg.a"
84422024-08-16T05:38:48.743Z[ host-image] Aug 16 05:38:47.365 INFO O| Aug 16 05:38:47.365 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/pgsql-13/lib/amd64/libpq.a"
84432024-08-16T05:38:48.743Z[ host-image] Aug 16 05:38:47.365 INFO O| Aug 16 05:38:47.365 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/pgsql-13/lib/amd64/libpgport.a"
84442024-08-16T05:38:48.743Z[ host-image] Aug 16 05:38:47.366 INFO O| Aug 16 05:38:47.365 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/pgsql-13/lib/amd64/libpgcommon.a"
84452024-08-16T05:38:48.743Z[ host-image] Aug 16 05:38:47.366 INFO O| Aug 16 05:38:47.366 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/pgsql-13/lib/libecpg.a"
84462024-08-16T05:38:48.743Z[ host-image] Aug 16 05:38:47.366 INFO O| Aug 16 05:38:47.366 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/pgsql-13/lib/libpgport_shlib.a"
84472024-08-16T05:38:48.743Z[ host-image] Aug 16 05:38:47.366 INFO O| Aug 16 05:38:47.366 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/pgsql-13/lib/libecpg_compat.a"
84482024-08-16T05:38:48.743Z[ host-image] Aug 16 05:38:47.366 INFO O| Aug 16 05:38:47.366 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/pgsql-13/lib/libpq.a"
84492024-08-16T05:38:48.743Z[ host-image] Aug 16 05:38:47.366 INFO O| Aug 16 05:38:47.366 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/pgsql-13/lib/libpgcommon_shlib.a"
84502024-08-16T05:38:48.754Z[ host-image] Aug 16 05:38:47.378 INFO O| Aug 16 05:38:47.378 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/jq/lib/amd64/libjq.a"
84512024-08-16T05:38:49.041Z[ host-image] Aug 16 05:38:47.664 INFO O| Aug 16 05:38:47.664 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/usr/lib/libncurses++.a"
84522024-08-16T05:38:49.046Z[ host-image] Aug 16 05:38:47.664 INFO O| Aug 16 05:38:47.664 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/usr/lib/libtddl.a"
84532024-08-16T05:38:49.051Z[ host-image] Aug 16 05:38:47.674 INFO O| Aug 16 05:38:47.674 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/usr/lib/amd64/libncurses++.a"
84542024-08-16T05:38:49.054Z[ host-image] Aug 16 05:38:47.674 INFO O| Aug 16 05:38:47.674 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/usr/lib/amd64/libtddl.a"
84552024-08-16T05:38:49.113Z[ host-image] Aug 16 05:38:47.736 INFO O| Aug 16 05:38:47.736 INFO STEP 13 (remove_files) COMPLETE
84562024-08-16T05:38:49.113Z[ host-image] Aug 16 05:38:47.736 INFO O| Aug 16 05:38:47.736 INFO STEP 14: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
84572024-08-16T05:38:49.124Z[ host-image] Aug 16 05:38:47.747 INFO O| Aug 16 05:38:47.747 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/boot"
84582024-08-16T05:38:49.126Z[ host-image] Aug 16 05:38:47.749 INFO O| Aug 16 05:38:47.749 INFO STEP 14 (remove_files) COMPLETE
84592024-08-16T05:38:49.126Z[ host-image] Aug 16 05:38:47.749 INFO O| Aug 16 05:38:47.749 INFO STEP 15: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
84602024-08-16T05:38:49.135Z[ host-image] Aug 16 05:38:47.758 INFO O| Aug 16 05:38:47.758 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/platform/i86pc"
84612024-08-16T05:38:49.141Z[ host-image] Aug 16 05:38:47.765 INFO O| Aug 16 05:38:47.765 INFO STEP 15 (remove_files) COMPLETE
84622024-08-16T05:38:49.141Z[ host-image] Aug 16 05:38:47.765 INFO O| Aug 16 05:38:47.765 INFO STEP 16: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
84632024-08-16T05:38:49.151Z[ host-image] Aug 16 05:38:47.774 INFO O| Aug 16 05:38:47.774 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/usr/platform/i86xpv"
84642024-08-16T05:38:49.153Z[ host-image] Aug 16 05:38:47.775 INFO O| Aug 16 05:38:47.775 INFO STEP 16 (remove_files) COMPLETE
84652024-08-16T05:38:49.153Z[ host-image] Aug 16 05:38:47.775 INFO O| Aug 16 05:38:47.775 INFO STEP 17: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
84662024-08-16T05:38:49.160Z[ host-image] Aug 16 05:38:47.784 INFO O| Aug 16 05:38:47.784 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/usr/platform/i86pc"
84672024-08-16T05:38:49.163Z[ host-image] Aug 16 05:38:47.786 INFO O| Aug 16 05:38:47.786 INFO STEP 17 (remove_files) COMPLETE
84682024-08-16T05:38:49.163Z[ host-image] Aug 16 05:38:47.786 INFO O| Aug 16 05:38:47.786 INFO STEP 18: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
84692024-08-16T05:38:49.172Z[ host-image] Aug 16 05:38:47.795 INFO O| Aug 16 05:38:47.795 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/misc/amd64/acpica"
84702024-08-16T05:38:49.176Z[ host-image] Aug 16 05:38:47.795 INFO O| Aug 16 05:38:47.795 INFO STEP 18 (remove_files) COMPLETE
84712024-08-16T05:38:49.176Z[ host-image] Aug 16 05:38:47.795 INFO O| Aug 16 05:38:47.795 INFO STEP 19: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
84722024-08-16T05:38:49.182Z[ host-image] Aug 16 05:38:47.805 INFO O| Aug 16 05:38:47.805 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/misc/amd64/tem"
84732024-08-16T05:38:49.182Z[ host-image] Aug 16 05:38:47.805 INFO O| Aug 16 05:38:47.805 INFO STEP 19 (remove_files) COMPLETE
84742024-08-16T05:38:49.184Z[ host-image] Aug 16 05:38:47.805 INFO O| Aug 16 05:38:47.805 INFO STEP 20: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
84752024-08-16T05:38:49.191Z[ host-image] Aug 16 05:38:47.815 INFO O| Aug 16 05:38:47.814 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/misc/amd64/kbtrans"
84762024-08-16T05:38:49.191Z[ host-image] Aug 16 05:38:47.815 INFO O| Aug 16 05:38:47.815 INFO STEP 20 (remove_files) COMPLETE
84772024-08-16T05:38:49.194Z[ host-image] Aug 16 05:38:47.815 INFO O| Aug 16 05:38:47.815 INFO STEP 21: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
84782024-08-16T05:38:49.201Z[ host-image] Aug 16 05:38:47.824 INFO O| Aug 16 05:38:47.824 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/wc"
84792024-08-16T05:38:49.201Z[ host-image] Aug 16 05:38:47.824 INFO O| Aug 16 05:38:47.824 INFO STEP 21 (remove_files) COMPLETE
84802024-08-16T05:38:49.201Z[ host-image] Aug 16 05:38:47.824 INFO O| Aug 16 05:38:47.824 INFO STEP 22: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
84812024-08-16T05:38:49.210Z[ host-image] Aug 16 05:38:47.834 INFO O| Aug 16 05:38:47.834 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/acpi_drv"
84822024-08-16T05:38:49.213Z[ host-image] Aug 16 05:38:47.834 INFO O| Aug 16 05:38:47.834 INFO STEP 22 (remove_files) COMPLETE
84832024-08-16T05:38:49.213Z[ host-image] Aug 16 05:38:47.834 INFO O| Aug 16 05:38:47.834 INFO STEP 23: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
84842024-08-16T05:38:49.220Z[ host-image] Aug 16 05:38:47.843 INFO O| Aug 16 05:38:47.843 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/conskbd"
84852024-08-16T05:38:49.220Z[ host-image] Aug 16 05:38:47.843 INFO O| Aug 16 05:38:47.843 INFO STEP 23 (remove_files) COMPLETE
84862024-08-16T05:38:49.222Z[ host-image] Aug 16 05:38:47.843 INFO O| Aug 16 05:38:47.843 INFO STEP 24: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
84872024-08-16T05:38:49.229Z[ host-image] Aug 16 05:38:47.853 INFO O| Aug 16 05:38:47.853 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/tzmon"
84882024-08-16T05:38:49.229Z[ host-image] Aug 16 05:38:47.853 INFO O| Aug 16 05:38:47.853 INFO STEP 24 (remove_files) COMPLETE
84892024-08-16T05:38:49.232Z[ host-image] Aug 16 05:38:47.853 INFO O| Aug 16 05:38:47.853 INFO STEP 25: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
84902024-08-16T05:38:49.239Z[ host-image] Aug 16 05:38:47.862 INFO O| Aug 16 05:38:47.862 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/power"
84912024-08-16T05:38:49.239Z[ host-image] Aug 16 05:38:47.862 INFO O| Aug 16 05:38:47.862 INFO STEP 25 (remove_files) COMPLETE
84922024-08-16T05:38:49.241Z[ host-image] Aug 16 05:38:47.862 INFO O| Aug 16 05:38:47.862 INFO STEP 26: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
84932024-08-16T05:38:49.248Z[ host-image] Aug 16 05:38:47.872 INFO O| Aug 16 05:38:47.871 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/audio"
84942024-08-16T05:38:49.250Z[ host-image] Aug 16 05:38:47.872 INFO O| Aug 16 05:38:47.872 INFO STEP 26 (remove_files) COMPLETE
84952024-08-16T05:38:49.251Z[ host-image] Aug 16 05:38:47.872 INFO O| Aug 16 05:38:47.872 INFO STEP 27: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
84962024-08-16T05:38:49.258Z[ host-image] Aug 16 05:38:47.881 INFO O| Aug 16 05:38:47.881 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/audio1575"
84972024-08-16T05:38:49.258Z[ host-image] Aug 16 05:38:47.881 INFO O| Aug 16 05:38:47.881 INFO STEP 27 (remove_files) COMPLETE
84982024-08-16T05:38:49.261Z[ host-image] Aug 16 05:38:47.881 INFO O| Aug 16 05:38:47.881 INFO STEP 28: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
84992024-08-16T05:38:49.267Z[ host-image] Aug 16 05:38:47.891 INFO O| Aug 16 05:38:47.891 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/audioens"
85002024-08-16T05:38:49.267Z[ host-image] Aug 16 05:38:47.891 INFO O| Aug 16 05:38:47.891 INFO STEP 28 (remove_files) COMPLETE
85012024-08-16T05:38:49.270Z[ host-image] Aug 16 05:38:47.891 INFO O| Aug 16 05:38:47.891 INFO STEP 29: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
85022024-08-16T05:38:49.277Z[ host-image] Aug 16 05:38:47.901 INFO O| Aug 16 05:38:47.900 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/audiopci"
85032024-08-16T05:38:49.277Z[ host-image] Aug 16 05:38:47.901 INFO O| Aug 16 05:38:47.901 INFO STEP 29 (remove_files) COMPLETE
85042024-08-16T05:38:49.280Z[ host-image] Aug 16 05:38:47.901 INFO O| Aug 16 05:38:47.901 INFO STEP 30: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
85052024-08-16T05:38:49.288Z[ host-image] Aug 16 05:38:47.910 INFO O| Aug 16 05:38:47.910 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/audiots"
85062024-08-16T05:38:49.288Z[ host-image] Aug 16 05:38:47.910 INFO O| Aug 16 05:38:47.910 INFO STEP 30 (remove_files) COMPLETE
85072024-08-16T05:38:49.290Z[ host-image] Aug 16 05:38:47.910 INFO O| Aug 16 05:38:47.910 INFO STEP 31: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
85082024-08-16T05:38:49.298Z[ host-image] Aug 16 05:38:47.920 INFO O| Aug 16 05:38:47.920 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/ehci"
85092024-08-16T05:38:49.299Z[ host-image] Aug 16 05:38:47.920 INFO O| Aug 16 05:38:47.920 INFO STEP 31 (remove_files) COMPLETE
85102024-08-16T05:38:49.301Z[ host-image] Aug 16 05:38:47.920 INFO O| Aug 16 05:38:47.920 INFO STEP 32: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
85112024-08-16T05:38:49.306Z[ host-image] Aug 16 05:38:47.930 INFO O| Aug 16 05:38:47.929 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/hid"
85122024-08-16T05:38:49.306Z[ host-image] Aug 16 05:38:47.930 INFO O| Aug 16 05:38:47.930 INFO STEP 32 (remove_files) COMPLETE
85132024-08-16T05:38:49.306Z[ host-image] Aug 16 05:38:47.930 INFO O| Aug 16 05:38:47.930 INFO STEP 33: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
85142024-08-16T05:38:49.321Z[ host-image] Aug 16 05:38:47.939 INFO O| Aug 16 05:38:47.939 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/hubd"
85152024-08-16T05:38:49.321Z[ host-image] Aug 16 05:38:47.939 INFO O| Aug 16 05:38:47.939 INFO STEP 33 (remove_files) COMPLETE
85162024-08-16T05:38:49.323Z[ host-image] Aug 16 05:38:47.939 INFO O| Aug 16 05:38:47.939 INFO STEP 34: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
85172024-08-16T05:38:49.326Z[ host-image] Aug 16 05:38:47.949 INFO O| Aug 16 05:38:47.949 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/ohci"
85182024-08-16T05:38:49.326Z[ host-image] Aug 16 05:38:47.949 INFO O| Aug 16 05:38:47.949 INFO STEP 34 (remove_files) COMPLETE
85192024-08-16T05:38:49.326Z[ host-image] Aug 16 05:38:47.949 INFO O| Aug 16 05:38:47.949 INFO STEP 35: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
85202024-08-16T05:38:49.337Z[ host-image] Aug 16 05:38:47.958 INFO O| Aug 16 05:38:47.958 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/scsa2usb"
85212024-08-16T05:38:49.337Z[ host-image] Aug 16 05:38:47.958 INFO O| Aug 16 05:38:47.958 INFO STEP 35 (remove_files) COMPLETE
85222024-08-16T05:38:49.340Z[ host-image] Aug 16 05:38:47.958 INFO O| Aug 16 05:38:47.958 INFO STEP 36: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
85232024-08-16T05:38:49.344Z[ host-image] Aug 16 05:38:47.968 INFO O| Aug 16 05:38:47.968 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/uhci"
85242024-08-16T05:38:49.344Z[ host-image] Aug 16 05:38:47.968 INFO O| Aug 16 05:38:47.968 INFO STEP 36 (remove_files) COMPLETE
85252024-08-16T05:38:49.344Z[ host-image] Aug 16 05:38:47.968 INFO O| Aug 16 05:38:47.968 INFO STEP 37: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
85262024-08-16T05:38:49.354Z[ host-image] Aug 16 05:38:47.977 INFO O| Aug 16 05:38:47.977 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/usb_ac"
85272024-08-16T05:38:49.354Z[ host-image] Aug 16 05:38:47.977 INFO O| Aug 16 05:38:47.977 INFO STEP 37 (remove_files) COMPLETE
85282024-08-16T05:38:49.358Z[ host-image] Aug 16 05:38:47.977 INFO O| Aug 16 05:38:47.977 INFO STEP 38: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
85292024-08-16T05:38:49.364Z[ host-image] Aug 16 05:38:47.986 INFO O| Aug 16 05:38:47.986 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/usb_as"
85302024-08-16T05:38:49.364Z[ host-image] Aug 16 05:38:47.986 INFO O| Aug 16 05:38:47.986 INFO STEP 38 (remove_files) COMPLETE
85312024-08-16T05:38:49.364Z[ host-image] Aug 16 05:38:47.987 INFO O| Aug 16 05:38:47.986 INFO STEP 39: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
85322024-08-16T05:38:49.375Z[ host-image] Aug 16 05:38:47.996 INFO O| Aug 16 05:38:47.995 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/usb_ia"
85332024-08-16T05:38:49.375Z[ host-image] Aug 16 05:38:47.996 INFO O| Aug 16 05:38:47.996 INFO STEP 39 (remove_files) COMPLETE
85342024-08-16T05:38:49.378Z[ host-image] Aug 16 05:38:47.996 INFO O| Aug 16 05:38:47.996 INFO STEP 40: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
85352024-08-16T05:38:49.382Z[ host-image] Aug 16 05:38:48.005 INFO O| Aug 16 05:38:48.005 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/usb_mid"
85362024-08-16T05:38:49.382Z[ host-image] Aug 16 05:38:48.006 INFO O| Aug 16 05:38:48.006 INFO STEP 40 (remove_files) COMPLETE
85372024-08-16T05:38:49.382Z[ host-image] Aug 16 05:38:48.006 INFO O| Aug 16 05:38:48.006 INFO STEP 41: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
85382024-08-16T05:38:49.392Z[ host-image] Aug 16 05:38:48.015 INFO O| Aug 16 05:38:48.015 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/usbprn"
85392024-08-16T05:38:49.395Z[ host-image] Aug 16 05:38:48.015 INFO O| Aug 16 05:38:48.015 INFO STEP 41 (remove_files) COMPLETE
85402024-08-16T05:38:49.395Z[ host-image] Aug 16 05:38:48.015 INFO O| Aug 16 05:38:48.015 INFO STEP 42: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
85412024-08-16T05:38:49.403Z[ host-image] Aug 16 05:38:48.026 INFO O| Aug 16 05:38:48.026 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/xhci"
85422024-08-16T05:38:49.403Z[ host-image] Aug 16 05:38:48.026 INFO O| Aug 16 05:38:48.026 INFO STEP 42 (remove_files) COMPLETE
85432024-08-16T05:38:49.406Z[ host-image] Aug 16 05:38:48.027 INFO O| Aug 16 05:38:48.026 INFO STEP 43: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
85442024-08-16T05:38:49.413Z[ host-image] Aug 16 05:38:48.036 INFO O| Aug 16 05:38:48.036 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/intel_nhm"
85452024-08-16T05:38:49.413Z[ host-image] Aug 16 05:38:48.036 INFO O| Aug 16 05:38:48.036 INFO STEP 43 (remove_files) COMPLETE
85462024-08-16T05:38:49.416Z[ host-image] Aug 16 05:38:48.036 INFO O| Aug 16 05:38:48.036 INFO STEP 44: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
85472024-08-16T05:38:49.423Z[ host-image] Aug 16 05:38:48.046 INFO O| Aug 16 05:38:48.046 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/intel_nb5000"
85482024-08-16T05:38:49.426Z[ host-image] Aug 16 05:38:48.046 INFO O| Aug 16 05:38:48.046 INFO STEP 44 (remove_files) COMPLETE
85492024-08-16T05:38:49.426Z[ host-image] Aug 16 05:38:48.046 INFO O| Aug 16 05:38:48.046 INFO STEP 45: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
85502024-08-16T05:38:49.442Z[ host-image] Aug 16 05:38:48.055 INFO O| Aug 16 05:38:48.055 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/mc-amd"
85512024-08-16T05:38:49.442Z[ host-image] Aug 16 05:38:48.055 INFO O| Aug 16 05:38:48.055 INFO STEP 45 (remove_files) COMPLETE
85522024-08-16T05:38:49.446Z[ host-image] Aug 16 05:38:48.055 INFO O| Aug 16 05:38:48.055 INFO STEP 46: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
85532024-08-16T05:38:49.446Z[ host-image] Aug 16 05:38:48.065 INFO O| Aug 16 05:38:48.065 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/acpi_toshiba"
85542024-08-16T05:38:49.446Z[ host-image] Aug 16 05:38:48.065 INFO O| Aug 16 05:38:48.065 INFO STEP 46 (remove_files) COMPLETE
85552024-08-16T05:38:49.446Z[ host-image] Aug 16 05:38:48.065 INFO O| Aug 16 05:38:48.065 INFO STEP 47: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
85562024-08-16T05:38:49.451Z[ host-image] Aug 16 05:38:48.074 INFO O| Aug 16 05:38:48.074 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/intel_nhmex"
85572024-08-16T05:38:49.451Z[ host-image] Aug 16 05:38:48.074 INFO O| Aug 16 05:38:48.074 INFO STEP 47 (remove_files) COMPLETE
85582024-08-16T05:38:49.451Z[ host-image] Aug 16 05:38:48.074 INFO O| Aug 16 05:38:48.074 INFO STEP 48: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
85592024-08-16T05:38:49.460Z[ host-image] Aug 16 05:38:48.084 INFO O| Aug 16 05:38:48.084 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/intel_nhmex.conf"
85602024-08-16T05:38:49.460Z[ host-image] Aug 16 05:38:48.084 INFO O| Aug 16 05:38:48.084 INFO STEP 48 (remove_files) COMPLETE
85612024-08-16T05:38:49.460Z[ host-image] Aug 16 05:38:48.084 INFO O| Aug 16 05:38:48.084 INFO STEP 49: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
85622024-08-16T05:38:49.470Z[ host-image] Aug 16 05:38:48.093 INFO O| Aug 16 05:38:48.093 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/mpt"
85632024-08-16T05:38:49.470Z[ host-image] Aug 16 05:38:48.093 INFO O| Aug 16 05:38:48.093 INFO STEP 49 (remove_files) COMPLETE
85642024-08-16T05:38:49.470Z[ host-image] Aug 16 05:38:48.093 INFO O| Aug 16 05:38:48.093 INFO STEP 50: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
85652024-08-16T05:38:49.480Z[ host-image] Aug 16 05:38:48.103 INFO O| Aug 16 05:38:48.103 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/mpt.conf"
85662024-08-16T05:38:49.480Z[ host-image] Aug 16 05:38:48.103 INFO O| Aug 16 05:38:48.103 INFO STEP 50 (remove_files) COMPLETE
85672024-08-16T05:38:49.482Z[ host-image] Aug 16 05:38:48.103 INFO O| Aug 16 05:38:48.103 INFO STEP 51: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
85682024-08-16T05:38:49.491Z[ host-image] Aug 16 05:38:48.114 INFO O| Aug 16 05:38:48.114 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/usr/lib/fm/fmd/plugins/ses-log-transport.so"
85692024-08-16T05:38:49.494Z[ host-image] Aug 16 05:38:48.115 INFO O| Aug 16 05:38:48.115 INFO STEP 51 (remove_files) COMPLETE
85702024-08-16T05:38:49.494Z[ host-image] Aug 16 05:38:48.115 INFO O| Aug 16 05:38:48.115 INFO STEP 52: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
85712024-08-16T05:38:49.501Z[ host-image] Aug 16 05:38:48.124 INFO O| Aug 16 05:38:48.124 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/usr/lib/fm/fmd/plugins/ses-log-transport.conf"
85722024-08-16T05:38:49.501Z[ host-image] Aug 16 05:38:48.124 INFO O| Aug 16 05:38:48.124 INFO STEP 52 (remove_files) COMPLETE
85732024-08-16T05:38:49.503Z[ host-image] Aug 16 05:38:48.124 INFO O| Aug 16 05:38:48.124 INFO STEP 53: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
85742024-08-16T05:38:49.510Z[ host-image] Aug 16 05:38:48.134 INFO O| Aug 16 05:38:48.134 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/sbin/bootadm"
85752024-08-16T05:38:49.513Z[ host-image] Aug 16 05:38:48.134 INFO O| Aug 16 05:38:48.134 INFO STEP 53 (remove_files) COMPLETE
85762024-08-16T05:38:49.513Z[ host-image] Aug 16 05:38:48.134 INFO O| Aug 16 05:38:48.134 INFO STEP 54: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
85772024-08-16T05:38:49.520Z[ host-image] Aug 16 05:38:48.143 INFO O| Aug 16 05:38:48.143 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/usr/sbin/bootadm"
85782024-08-16T05:38:49.520Z[ host-image] Aug 16 05:38:48.143 INFO O| Aug 16 05:38:48.143 INFO STEP 54 (remove_files) COMPLETE
85792024-08-16T05:38:49.520Z[ host-image] Aug 16 05:38:48.143 INFO O| Aug 16 05:38:48.143 INFO STEP 55: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
85802024-08-16T05:38:49.530Z[ host-image] Aug 16 05:38:48.154 INFO O| Aug 16 05:38:48.154 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/sbin/beadm"
85812024-08-16T05:38:49.530Z[ host-image] Aug 16 05:38:48.154 INFO O| Aug 16 05:38:48.154 INFO STEP 55 (remove_files) COMPLETE
85822024-08-16T05:38:49.530Z[ host-image] Aug 16 05:38:48.154 INFO O| Aug 16 05:38:48.154 INFO STEP 56: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
85832024-08-16T05:38:49.540Z[ host-image] Aug 16 05:38:48.163 INFO O| Aug 16 05:38:48.163 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/usr/sbin/beadm"
85842024-08-16T05:38:49.540Z[ host-image] Aug 16 05:38:48.163 INFO O| Aug 16 05:38:48.163 INFO STEP 56 (remove_files) COMPLETE
85852024-08-16T05:38:49.540Z[ host-image] Aug 16 05:38:48.163 INFO O| Aug 16 05:38:48.163 INFO STEP 57: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
85862024-08-16T05:38:49.549Z[ host-image] Aug 16 05:38:48.172 INFO O| Aug 16 05:38:48.172 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/etc/default/tar"
85872024-08-16T05:38:49.549Z[ host-image] Aug 16 05:38:48.172 INFO O| Aug 16 05:38:48.172 INFO STEP 57 (remove_files) COMPLETE
85882024-08-16T05:38:49.552Z[ host-image] Aug 16 05:38:48.172 INFO O| Aug 16 05:38:48.172 INFO STEP 58: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
85892024-08-16T05:38:49.559Z[ host-image] Aug 16 05:38:48.182 INFO O| Aug 16 05:38:48.182 WARN file /rpool/images/build/host/work/gimlet/ramdisk/lib/svc/method/keymap exists, with wrong contents, unlinking
85902024-08-16T05:38:49.559Z[ host-image] Aug 16 05:38:48.182 INFO O| Aug 16 05:38:48.182 INFO writing /rpool/images/build/host/work/gimlet/ramdisk/lib/svc/method/keymap ...
85912024-08-16T05:38:49.561Z[ host-image] Aug 16 05:38:48.182 INFO O| Aug 16 05:38:48.182 INFO perms are 644, should be 755, path: /rpool/images/build/host/work/gimlet/ramdisk/lib/svc/method/keymap
85922024-08-16T05:38:49.561Z[ host-image] Aug 16 05:38:48.182 INFO O| Aug 16 05:38:48.182 INFO chmod ok, path: /rpool/images/build/host/work/gimlet/ramdisk/lib/svc/method/keymap
85932024-08-16T05:38:49.561Z[ host-image] Aug 16 05:38:48.182 INFO O| Aug 16 05:38:48.182 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/gimlet/ramdisk/lib/svc/method/keymap
85942024-08-16T05:38:49.561Z[ host-image] Aug 16 05:38:48.182 INFO O| Aug 16 05:38:48.182 INFO chown ok, path: /rpool/images/build/host/work/gimlet/ramdisk/lib/svc/method/keymap
85952024-08-16T05:38:49.561Z[ host-image] Aug 16 05:38:48.182 INFO O| Aug 16 05:38:48.182 INFO ok!
85962024-08-16T05:38:49.561Z[ host-image] Aug 16 05:38:48.182 INFO O| Aug 16 05:38:48.182 INFO STEP 58 (ensure_file) COMPLETE
85972024-08-16T05:38:49.561Z[ host-image] Aug 16 05:38:48.182 INFO O| Aug 16 05:38:48.182 INFO STEP 59: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
85982024-08-16T05:38:49.569Z[ host-image] Aug 16 05:38:48.192 INFO O| Aug 16 05:38:48.192 WARN file /rpool/images/build/host/work/gimlet/ramdisk/lib/svc/bin/rootisramdisk exists, with wrong contents, unlinking
85992024-08-16T05:38:49.569Z[ host-image] Aug 16 05:38:48.192 INFO O| Aug 16 05:38:48.192 INFO copying /work/oxidecomputer/helios/image/templates/files/rootisramdisk -> /rpool/images/build/host/work/gimlet/ramdisk/lib/svc/bin/rootisramdisk ...
86002024-08-16T05:38:49.572Z[ host-image] Aug 16 05:38:48.192 INFO O| Aug 16 05:38:48.192 INFO perms are 644, should be 755, path: /rpool/images/build/host/work/gimlet/ramdisk/lib/svc/bin/rootisramdisk
86012024-08-16T05:38:49.572Z[ host-image] Aug 16 05:38:48.192 INFO O| Aug 16 05:38:48.192 INFO chmod ok, path: /rpool/images/build/host/work/gimlet/ramdisk/lib/svc/bin/rootisramdisk
86022024-08-16T05:38:49.572Z[ host-image] Aug 16 05:38:48.192 INFO O| Aug 16 05:38:48.192 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/gimlet/ramdisk/lib/svc/bin/rootisramdisk
86032024-08-16T05:38:49.572Z[ host-image] Aug 16 05:38:48.192 INFO O| Aug 16 05:38:48.192 INFO chown ok, path: /rpool/images/build/host/work/gimlet/ramdisk/lib/svc/bin/rootisramdisk
86042024-08-16T05:38:49.572Z[ host-image] Aug 16 05:38:48.192 INFO O| Aug 16 05:38:48.192 INFO ok!
86052024-08-16T05:38:49.572Z[ host-image] Aug 16 05:38:48.192 INFO O| Aug 16 05:38:48.192 INFO STEP 59 (ensure_file) COMPLETE
86062024-08-16T05:38:49.572Z[ host-image] Aug 16 05:38:48.192 INFO O| Aug 16 05:38:48.192 INFO STEP 60: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
86072024-08-16T05:38:49.579Z[ host-image] Aug 16 05:38:48.202 INFO O| Aug 16 05:38:48.202 INFO file /rpool/images/build/host/work/gimlet/ramdisk/root/.bash_profile does not exist
86082024-08-16T05:38:49.582Z[ host-image] Aug 16 05:38:48.202 INFO O| Aug 16 05:38:48.202 INFO copying /work/oxidecomputer/helios/image/templates/files/bash_profile -> /rpool/images/build/host/work/gimlet/ramdisk/root/.bash_profile ...
86092024-08-16T05:38:49.582Z[ host-image] Aug 16 05:38:48.202 INFO O| Aug 16 05:38:48.202 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/ramdisk/root/.bash_profile
86102024-08-16T05:38:49.582Z[ host-image] Aug 16 05:38:48.202 INFO O| Aug 16 05:38:48.202 INFO ok!
86112024-08-16T05:38:49.582Z[ host-image] Aug 16 05:38:48.202 INFO O| Aug 16 05:38:48.202 INFO STEP 60 (ensure_file) COMPLETE
86122024-08-16T05:38:49.582Z[ host-image] Aug 16 05:38:48.202 INFO O| Aug 16 05:38:48.202 INFO STEP 61: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
86132024-08-16T05:38:49.588Z[ host-image] Aug 16 05:38:48.212 INFO O| Aug 16 05:38:48.211 WARN file /rpool/images/build/host/work/gimlet/ramdisk/root/.bashrc exists, with wrong contents, unlinking
86142024-08-16T05:38:49.591Z[ host-image] Aug 16 05:38:48.212 INFO O| Aug 16 05:38:48.212 INFO copying /work/oxidecomputer/helios/image/templates/files/bashrc -> /rpool/images/build/host/work/gimlet/ramdisk/root/.bashrc ...
86152024-08-16T05:38:49.591Z[ host-image] Aug 16 05:38:48.212 INFO O| Aug 16 05:38:48.212 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/ramdisk/root/.bashrc
86162024-08-16T05:38:49.592Z[ host-image] Aug 16 05:38:48.212 INFO O| Aug 16 05:38:48.212 INFO ok!
86172024-08-16T05:38:49.592Z[ host-image] Aug 16 05:38:48.212 INFO O| Aug 16 05:38:48.212 INFO STEP 61 (ensure_file) COMPLETE
86182024-08-16T05:38:49.592Z[ host-image] Aug 16 05:38:48.212 INFO O| Aug 16 05:38:48.212 INFO STEP 62: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
86192024-08-16T05:38:49.598Z[ host-image] Aug 16 05:38:48.221 INFO O| Aug 16 05:38:48.221 WARN file /rpool/images/build/host/work/gimlet/ramdisk/etc/motd exists, with wrong contents, unlinking
86202024-08-16T05:38:49.598Z[ host-image] Aug 16 05:38:48.221 INFO O| Aug 16 05:38:48.221 INFO copying /work/oxidecomputer/helios/image/templates/files/motd -> /rpool/images/build/host/work/gimlet/ramdisk/etc/motd ...
86212024-08-16T05:38:49.602Z[ host-image] Aug 16 05:38:48.221 INFO O| Aug 16 05:38:48.221 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/gimlet/ramdisk/etc/motd
86222024-08-16T05:38:49.602Z[ host-image] Aug 16 05:38:48.221 INFO O| Aug 16 05:38:48.221 INFO chown ok, path: /rpool/images/build/host/work/gimlet/ramdisk/etc/motd
86232024-08-16T05:38:49.602Z[ host-image] Aug 16 05:38:48.221 INFO O| Aug 16 05:38:48.221 INFO ok!
86242024-08-16T05:38:49.602Z[ host-image] Aug 16 05:38:48.221 INFO O| Aug 16 05:38:48.221 INFO STEP 62 (ensure_file) COMPLETE
86252024-08-16T05:38:49.602Z[ host-image] Aug 16 05:38:48.221 INFO O| Aug 16 05:38:48.221 INFO STEP 63: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
86262024-08-16T05:38:49.611Z[ host-image] Aug 16 05:38:48.233 INFO O| Aug 16 05:38:48.233 INFO file /rpool/images/build/host/work/gimlet/ramdisk/etc/system.d/zfs:dbuf does not exist
86272024-08-16T05:38:49.611Z[ host-image] Aug 16 05:38:48.233 INFO O| Aug 16 05:38:48.233 INFO copying /work/oxidecomputer/helios/image/templates/files/gimlet-system-zfs:dbuf -> /rpool/images/build/host/work/gimlet/ramdisk/etc/system.d/zfs:dbuf ...
86282024-08-16T05:38:49.611Z[ host-image] Aug 16 05:38:48.233 INFO O| Aug 16 05:38:48.233 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/gimlet/ramdisk/etc/system.d/zfs:dbuf
86292024-08-16T05:38:49.615Z[ host-image] Aug 16 05:38:48.233 INFO O| Aug 16 05:38:48.233 INFO chown ok, path: /rpool/images/build/host/work/gimlet/ramdisk/etc/system.d/zfs:dbuf
86302024-08-16T05:38:49.615Z[ host-image] Aug 16 05:38:48.233 INFO O| Aug 16 05:38:48.233 INFO ok!
86312024-08-16T05:38:49.615Z[ host-image] Aug 16 05:38:48.233 INFO O| Aug 16 05:38:48.233 INFO STEP 63 (ensure_file) COMPLETE
86322024-08-16T05:38:49.615Z[ host-image] Aug 16 05:38:48.233 INFO O| Aug 16 05:38:48.233 INFO STEP 64: assemble_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
86332024-08-16T05:38:49.620Z[ host-image] Aug 16 05:38:48.242 INFO O| Aug 16 05:38:48.242 INFO file /rpool/images/build/host/work/gimlet/ramdisk/etc/system.d/.self-assembly does not exist
86342024-08-16T05:38:49.623Z[ host-image] Aug 16 05:38:48.243 INFO O| Aug 16 05:38:48.242 INFO writing /rpool/images/build/host/work/gimlet/ramdisk/etc/system.d/.self-assembly ...
86352024-08-16T05:38:49.623Z[ host-image] Aug 16 05:38:48.243 INFO O| Aug 16 05:38:48.243 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/ramdisk/etc/system.d/.self-assembly
86362024-08-16T05:38:49.624Z[ host-image] Aug 16 05:38:48.243 INFO O| Aug 16 05:38:48.243 INFO ok!
86372024-08-16T05:38:49.624Z[ host-image] Aug 16 05:38:48.243 INFO O| Aug 16 05:38:48.243 INFO STEP 64 (assemble_files) COMPLETE
86382024-08-16T05:38:49.624Z[ host-image] Aug 16 05:38:48.243 INFO O| Aug 16 05:38:48.243 INFO STEP 65: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
86392024-08-16T05:38:49.630Z[ host-image] Aug 16 05:38:48.253 INFO O| Aug 16 05:38:48.253 INFO file /rpool/images/build/host/work/gimlet/ramdisk/etc/dumpadm.conf does not exist
86402024-08-16T05:38:49.633Z[ host-image] Aug 16 05:38:48.253 INFO O| Aug 16 05:38:48.253 INFO copying /work/oxidecomputer/helios/image/templates/files/dumpadm.conf -> /rpool/images/build/host/work/gimlet/ramdisk/etc/dumpadm.conf ...
86412024-08-16T05:38:49.633Z[ host-image] Aug 16 05:38:48.253 INFO O| Aug 16 05:38:48.253 INFO ownership wrong (Id(0):Id(0), not 0:1), path: /rpool/images/build/host/work/gimlet/ramdisk/etc/dumpadm.conf
86422024-08-16T05:38:49.633Z[ host-image] Aug 16 05:38:48.253 INFO O| Aug 16 05:38:48.253 INFO chown ok, path: /rpool/images/build/host/work/gimlet/ramdisk/etc/dumpadm.conf
86432024-08-16T05:38:49.633Z[ host-image] Aug 16 05:38:48.253 INFO O| Aug 16 05:38:48.253 INFO ok!
86442024-08-16T05:38:49.633Z[ host-image] Aug 16 05:38:48.253 INFO O| Aug 16 05:38:48.253 INFO STEP 65 (ensure_file) COMPLETE
86452024-08-16T05:38:49.633Z[ host-image] Aug 16 05:38:48.253 INFO O| Aug 16 05:38:48.253 INFO STEP 66: ensure_dir, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
86462024-08-16T05:38:49.641Z[ host-image] Aug 16 05:38:48.264 INFO O| Aug 16 05:38:48.264 INFO creating directory: /rpool/images/build/host/work/gimlet/ramdisk/usr/lib/brand/omicron1/baseline
86472024-08-16T05:38:49.645Z[ host-image] Aug 16 05:38:48.264 INFO O| Aug 16 05:38:48.264 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/gimlet/ramdisk/usr/lib/brand/omicron1/baseline
86482024-08-16T05:38:49.645Z[ host-image] Aug 16 05:38:48.265 INFO O| Aug 16 05:38:48.264 INFO chown ok, path: /rpool/images/build/host/work/gimlet/ramdisk/usr/lib/brand/omicron1/baseline
86492024-08-16T05:38:49.645Z[ host-image] Aug 16 05:38:48.265 INFO O| Aug 16 05:38:48.265 INFO STEP 66 (ensure_dir) COMPLETE
86502024-08-16T05:38:49.645Z[ host-image] Aug 16 05:38:48.265 INFO O| Aug 16 05:38:48.265 INFO STEP 67: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
86512024-08-16T05:38:49.652Z[ host-image] Aug 16 05:38:48.274 INFO O| Aug 16 05:38:48.274 INFO file /rpool/images/build/host/work/gimlet/ramdisk/usr/lib/brand/omicron1/baseline/files.tar.gz does not exist
86522024-08-16T05:38:49.652Z[ host-image] Aug 16 05:38:48.275 INFO O| Aug 16 05:38:48.274 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 ...
86532024-08-16T05:38:49.658Z[ host-image] Aug 16 05:38:48.281 INFO O| Aug 16 05:38:48.281 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
86542024-08-16T05:38:49.662Z[ host-image] Aug 16 05:38:48.281 INFO O| Aug 16 05:38:48.281 INFO chown ok, path: /rpool/images/build/host/work/gimlet/ramdisk/usr/lib/brand/omicron1/baseline/files.tar.gz
86552024-08-16T05:38:49.662Z[ host-image] Aug 16 05:38:48.281 INFO O| Aug 16 05:38:48.281 INFO ok!
86562024-08-16T05:38:49.662Z[ host-image] Aug 16 05:38:48.281 INFO O| Aug 16 05:38:48.281 INFO STEP 67 (ensure_file) COMPLETE
86572024-08-16T05:38:49.662Z[ host-image] Aug 16 05:38:48.282 INFO O| Aug 16 05:38:48.281 INFO STEP 68: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
86582024-08-16T05:38:49.669Z[ host-image] Aug 16 05:38:48.291 INFO O| Aug 16 05:38:48.291 INFO file /rpool/images/build/host/work/gimlet/ramdisk/usr/lib/brand/omicron1/baseline/gzonly.txt does not exist
86592024-08-16T05:38:49.669Z[ host-image] Aug 16 05:38:48.291 INFO O| Aug 16 05:38:48.291 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 ...
86602024-08-16T05:38:49.672Z[ host-image] Aug 16 05:38:48.292 INFO O| Aug 16 05:38:48.292 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
86612024-08-16T05:38:49.672Z[ host-image] Aug 16 05:38:48.292 INFO O| Aug 16 05:38:48.292 INFO chown ok, path: /rpool/images/build/host/work/gimlet/ramdisk/usr/lib/brand/omicron1/baseline/gzonly.txt
86622024-08-16T05:38:49.672Z[ host-image] Aug 16 05:38:48.292 INFO O| Aug 16 05:38:48.292 INFO ok!
86632024-08-16T05:38:49.672Z[ host-image] Aug 16 05:38:48.292 INFO O| Aug 16 05:38:48.292 INFO STEP 68 (ensure_file) COMPLETE
86642024-08-16T05:38:49.672Z[ host-image] Aug 16 05:38:48.292 INFO O| Aug 16 05:38:48.292 INFO STEP 69: pack_tar, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
86652024-08-16T05:38:49.686Z[ host-image] Aug 16 05:38:48.308 INFO O| Aug 16 05:38:48.308 INFO file /rpool/images/build/host/output/gimlet-ramdisk.tar does not already exist, skipping removal
86662024-08-16T05:38:49.686Z[ host-image] Aug 16 05:38:48.308 INFO O| Aug 16 05:38:48.308 INFO exec: ["/usr/sbin/tar", "ceEp@/f", "/rpool/images/build/host/output/gimlet-ramdisk.tar", "-C", "/rpool/images/build/host/work/gimlet/ramdisk", "."]
86672024-08-16T05:38:51.811Z[ host-image] Aug 16 05:38:50.432 INFO O| Aug 16 05:38:50.432 INFO STEP 69 (pack_tar) COMPLETE
86682024-08-16T05:38:51.811Z[ host-image] Aug 16 05:38:50.432 INFO O| Aug 16 05:38:50.432 INFO creating output snapshot rpool/images/build/host/work/gimlet/ramdisk@trim
86692024-08-16T05:38:51.811Z[ host-image] Aug 16 05:38:50.432 INFO O| Aug 16 05:38:50.432 INFO CREATE SNAPSHOT: rpool/images/build/host/work/gimlet/ramdisk@trim
86702024-08-16T05:38:51.926Z[ host-image] Aug 16 05:38:50.548 INFO O| Aug 16 05:38:50.548 INFO DESTROY DATASET: rpool/images/build/host/tmp/gimlet/ramdisk-02-trim
86712024-08-16T05:38:51.977Z[ host-image] Aug 16 05:38:50.599 INFO O| Aug 16 05:38:50.598 INFO completed processing gimlet/ramdisk-02-trim
86722024-08-16T05:38:51.981Z[ host-image] Aug 16 05:38:50.601 INFO image builder template: zfs...
86732024-08-16T05:38:51.981Z[ host-image] Aug 16 05:38:50.601 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/.tmpGXLJbR/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.277", "-n", "zfs"], pwd: None
86742024-08-16T05:38:51.993Z[ host-image] Aug 16 05:38:50.615 INFO O| Aug 16 05:38:50.614 INFO skip include "stress" because feature "stress" is not enabled
86752024-08-16T05:38:52.023Z[ host-image] Aug 16 05:38:50.645 INFO O| Aug 16 05:38:50.645 INFO temporary dataset: rpool/images/build/host/tmp/gimlet/zfs
86762024-08-16T05:38:52.027Z[ host-image] Aug 16 05:38:50.649 INFO O| Aug 16 05:38:50.649 INFO CREATE DATASET: rpool/images/build/host/tmp/gimlet/zfs
86772024-08-16T05:38:52.074Z[ host-image] Aug 16 05:38:50.696 INFO O| Aug 16 05:38:50.696 INFO SET DATASET PROPERTY ON rpool/images/build/host/tmp/gimlet/zfs: sync = disabled
86782024-08-16T05:38:52.112Z[ host-image] Aug 16 05:38:50.734 INFO O| Aug 16 05:38:50.734 INFO temporary directory: /rpool/images/build/host/tmp/gimlet/zfs
86792024-08-16T05:38:52.116Z[ host-image] Aug 16 05:38:50.734 INFO O| Aug 16 05:38:50.734 INFO work dataset: rpool/images/build/host/work/gimlet/zfs
86802024-08-16T05:38:52.118Z[ host-image] Aug 16 05:38:50.738 INFO O| Aug 16 05:38:50.738 INFO CREATE DATASET: rpool/images/build/host/work/gimlet/zfs
86812024-08-16T05:38:52.156Z[ host-image] Aug 16 05:38:50.778 INFO O| Aug 16 05:38:50.778 INFO SET DATASET PROPERTY ON rpool/images/build/host/work/gimlet/zfs: sync = disabled
86822024-08-16T05:38:52.191Z[ host-image] Aug 16 05:38:50.813 INFO O| Aug 16 05:38:50.813 INFO DESTROY POOL: TEMPORARY-gimlet-zfs
86832024-08-16T05:38:52.201Z[ host-image] Aug 16 05:38:50.822 INFO O| Aug 16 05:38:50.822 INFO image file: /rpool/images/build/host/work/gimlet/zfs/lofi.raw
86842024-08-16T05:38:52.206Z[ host-image] Aug 16 05:38:50.827 INFO O| Aug 16 05:38:50.827 INFO pool altroot: /rpool/images/build/host/work/gimlet/zfs/altroot
86852024-08-16T05:38:52.209Z[ host-image] Aug 16 05:38:50.827 INFO O| Aug 16 05:38:50.827 INFO no lofi found
86862024-08-16T05:38:52.209Z[ host-image] Aug 16 05:38:50.827 INFO O| Aug 16 05:38:50.827 INFO file /rpool/images/build/host/work/gimlet/zfs/lofi.raw does not already exist, skipping removal
86872024-08-16T05:38:52.209Z[ host-image] Aug 16 05:38:50.827 INFO O| Aug 16 05:38:50.827 INFO CREATE IMAGE (1000MB): /rpool/images/build/host/work/gimlet/zfs/lofi.raw
86882024-08-16T05:38:54.375Z[ recovery-image] Aug 16 05:38:52.995 INFO E| Compiling rustc-std-workspace-core v1.99.0 (/home/build/.rustup/toolchains/nightly-2024-03-19-x86_64-unknown-illumos/lib/rustlib/src/rust/library/rustc-std-workspace-core)
86892024-08-16T05:38:54.390Z[ host-image] Aug 16 05:38:53.010 INFO O| Aug 16 05:38:53.010 INFO lofi device = /dev/dsk/c2t1d0p0
86902024-08-16T05:38:54.390Z[ host-image] Aug 16 05:38:53.010 INFO O| Aug 16 05:38:53.010 INFO pool device = /dev/dsk/c2t1d0p0
86912024-08-16T05:38:54.393Z[ host-image] Aug 16 05:38:53.010 INFO O| Aug 16 05:38:53.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"]
86922024-08-16T05:38:54.477Z[ host-image] Aug 16 05:38:53.092 INFO O| Aug 16 05:38:53.092 INFO STEP 0: create_be, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs.json
86932024-08-16T05:38:54.477Z[ host-image] Aug 16 05:38:53.092 INFO O| Aug 16 05:38:53.092 INFO CREATE DATASET: TEMPORARY-gimlet-zfs/ROOT
86942024-08-16T05:38:54.493Z[ host-image] Aug 16 05:38:53.113 INFO O| Aug 16 05:38:53.113 INFO SET DATASET PROPERTY ON TEMPORARY-gimlet-zfs/ROOT: canmount = off
86952024-08-16T05:38:54.566Z[ host-image] Aug 16 05:38:53.186 INFO O| Aug 16 05:38:53.186 INFO SET DATASET PROPERTY ON TEMPORARY-gimlet-zfs/ROOT: mountpoint = legacy
86962024-08-16T05:38:54.618Z[ host-image] Aug 16 05:38:53.238 INFO O| Aug 16 05:38:53.238 INFO CREATE DATASET: TEMPORARY-gimlet-zfs/ROOT/ramdisk
86972024-08-16T05:38:54.641Z[ host-image] Aug 16 05:38:53.262 INFO O| Aug 16 05:38:53.262 INFO SET DATASET PROPERTY ON TEMPORARY-gimlet-zfs/ROOT/ramdisk: canmount = noauto
86982024-08-16T05:38:54.662Z[ host-image] Aug 16 05:38:53.282 INFO O| Aug 16 05:38:53.282 INFO SET DATASET PROPERTY ON TEMPORARY-gimlet-zfs/ROOT/ramdisk: mountpoint = legacy
86992024-08-16T05:38:54.732Z[ host-image] Aug 16 05:38:53.352 INFO O| Aug 16 05:38:53.352 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a
87002024-08-16T05:38:54.735Z[ host-image] Aug 16 05:38:53.353 INFO O| Aug 16 05:38:53.353 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a
87012024-08-16T05:38:54.735Z[ host-image] Aug 16 05:38:53.353 INFO O| Aug 16 05:38:53.353 INFO exec: ["/sbin/mount", "-F", "zfs", "TEMPORARY-gimlet-zfs/ROOT/ramdisk", "/rpool/images/build/host/work/gimlet/zfs/a"]
87022024-08-16T05:38:54.748Z[ host-image] Aug 16 05:38:53.368 INFO O| Aug 16 05:38:53.368 INFO boot environment UUID: d5705070-09af-43cb-a1a5-fd09e407b08e
87032024-08-16T05:38:54.748Z[ host-image] Aug 16 05:38:53.368 INFO O| Aug 16 05:38:53.368 INFO SET DATASET PROPERTY ON TEMPORARY-gimlet-zfs/ROOT/ramdisk: org.opensolaris.libbe:uuid = d5705070-09af-43cb-a1a5-fd09e407b08e
87042024-08-16T05:38:54.783Z[ host-image] Aug 16 05:38:53.402 INFO O| Aug 16 05:38:53.402 INFO SET DATASET PROPERTY ON TEMPORARY-gimlet-zfs/ROOT/ramdisk: org.opensolaris.libbe:policy = static
87052024-08-16T05:38:54.803Z[ host-image] Aug 16 05:38:53.423 INFO O| Aug 16 05:38:53.422 INFO STEP 0 (create_be) COMPLETE
87062024-08-16T05:38:54.803Z[ host-image] Aug 16 05:38:53.423 INFO O| Aug 16 05:38:53.423 INFO STEP 1: unpack_tar, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs.json
87072024-08-16T05:38:54.827Z[ host-image] Aug 16 05:38:53.447 INFO O| Aug 16 05:38:53.447 INFO exec: ["/usr/sbin/tar", "xeEp@/f", "/rpool/images/build/host/output/gimlet-ramdisk.tar", "-C", "/rpool/images/build/host/work/gimlet/zfs/a"]
87082024-08-16T05:38:57.126Z[ recovery-image] Aug 16 05:38:55.745 INFO E| Compiling alloc v0.0.0 (/home/build/.rustup/toolchains/nightly-2024-03-19-x86_64-unknown-illumos/lib/rustlib/src/rust/library/alloc)
87092024-08-16T05:39:01.205Z[ recovery-image] Aug 16 05:38:59.821 INFO E| Compiling bitflags v1.3.2
87102024-08-16T05:39:01.205Z[ recovery-image] Aug 16 05:38:59.821 INFO E| Compiling plain v0.2.3
87112024-08-16T05:39:01.205Z[ recovery-image] Aug 16 05:38:59.821 INFO E| Compiling log v0.4.21
87122024-08-16T05:39:01.205Z[ recovery-image] Aug 16 05:38:59.821 INFO E| Compiling adler v1.0.2
87132024-08-16T05:39:01.205Z[ recovery-image] Aug 16 05:38:59.821 INFO E| Compiling bit_field v0.10.2
87142024-08-16T05:39:01.205Z[ recovery-image] Aug 16 05:38:59.821 INFO E| Compiling scroll v0.12.0
87152024-08-16T05:39:01.205Z[ recovery-image] Aug 16 05:38:59.821 INFO E| Compiling static_assertions v1.1.0
87162024-08-16T05:39:01.667Z[ recovery-image] Aug 16 05:38:59.944 INFO E| Compiling raw-cpuid v10.7.0
87172024-08-16T05:39:01.685Z[ recovery-image] Aug 16 05:38:59.964 INFO E| Compiling cpio_reader v0.1.1
87182024-08-16T05:39:01.685Z[ recovery-image] Aug 16 05:39:00.175 INFO E| Compiling bitstruct v0.1.1
87192024-08-16T05:39:01.804Z[ recovery-image] Aug 16 05:39:00.421 INFO E| Compiling miniz_oxide v0.7.2
87202024-08-16T05:39:02.287Z[ recovery-image] Aug 16 05:39:00.902 INFO E| Compiling goblin v0.8.0
87212024-08-16T05:39:11.466Z[ recovery-image] Aug 16 05:39:10.077 INFO E| Finished `release` profile [optimized] target(s) in 39.29s
87222024-08-16T05:39:11.491Z[ recovery-image] Aug 16 05:39:10.102 INFO building host image...
87232024-08-16T05:39:11.494Z[ recovery-image] Aug 16 05:39:10.103 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")
87242024-08-16T05:39:12.145Z[ recovery-image] Aug 16 05:39:10.756 INFO finishing image archive at "/work/os-recovery/os.tar.gz"...
87252024-08-16T05:39:14.079Z[ recovery-image] Aug 16 05:39:12.689 INFO image complete! materials are in "/work/os-recovery"
87262024-08-16T05:39:14.082Z[ recovery-image]
87272024-08-16T05:39:14.085Z[ recovery-image] real 10:53.857592277
87282024-08-16T05:39:14.085Z[ recovery-image] user 4:28.940845788
87292024-08-16T05:39:14.085Z[ recovery-image] sys 57.446272064
87302024-08-16T05:39:14.085Z[ recovery-image] trap 0.173216151
87312024-08-16T05:39:14.085Z[ recovery-image] tflt 0.220476198
87322024-08-16T05:39:14.085Z[ recovery-image] dflt 0.922785974
87332024-08-16T05:39:14.085Z[ recovery-image] kflt 0.000015291
87342024-08-16T05:39:14.085Z[ recovery-image] lock 23:29.947979285
87352024-08-16T05:39:14.085Z[ recovery-image] slp 1:09:48.967033504
87362024-08-16T05:39:14.085Z[ recovery-image] lat 59.760441332
87372024-08-16T05:39:14.085Z[ recovery-image] stop 4.706073109
87382024-08-16T05:39:14.085ZAug 16 05:39:12.693 INFO [recovery-image] process exited with exit status: 0 (653.872880039s)
87392024-08-16T05:39:16.589Z[ host-image] Aug 16 05:39:15.197 INFO O| Aug 16 05:39:15.197 INFO STEP 1 (unpack_tar) COMPLETE
87402024-08-16T05:39:16.589Z[ host-image] Aug 16 05:39:15.197 INFO O| Aug 16 05:39:15.197 INFO STEP 2: devfsadm, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
87412024-08-16T05:39:16.601Z[ host-image] Aug 16 05:39:15.210 INFO O| Aug 16 05:39:15.210 INFO exec: ["/usr/sbin/devfsadm", "-r", "/rpool/images/build/host/work/gimlet/zfs/a"]
87422024-08-16T05:39:16.777Z[ host-image] Aug 16 05:39:15.386 INFO O| Aug 16 05:39:15.386 INFO STEP 2 (devfsadm) COMPLETE
87432024-08-16T05:39:16.777Z[ host-image] Aug 16 05:39:15.386 INFO O| Aug 16 05:39:15.386 INFO STEP 3: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
87442024-08-16T05:39:16.789Z[ host-image] Aug 16 05:39:15.397 INFO O| Aug 16 05:39:15.397 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/dev/cfg
87452024-08-16T05:39:16.789Z[ host-image] Aug 16 05:39:15.397 INFO O| Aug 16 05:39:15.397 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/dev/cfg
87462024-08-16T05:39:16.791Z[ host-image] Aug 16 05:39:15.397 INFO O| Aug 16 05:39:15.397 INFO STEP 3 (ensure_dir) COMPLETE
87472024-08-16T05:39:16.791Z[ host-image] Aug 16 05:39:15.398 INFO O| Aug 16 05:39:15.397 INFO STEP 4: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
87482024-08-16T05:39:16.799Z[ host-image] Aug 16 05:39:15.407 INFO O| Aug 16 05:39:15.407 INFO ownership already OK (0:3), path: /rpool/images/build/host/work/gimlet/zfs/a/dev/dsk
87492024-08-16T05:39:16.799Z[ host-image] Aug 16 05:39:15.407 INFO O| Aug 16 05:39:15.407 INFO STEP 4 (ensure_dir) COMPLETE
87502024-08-16T05:39:16.799Z[ host-image] Aug 16 05:39:15.407 INFO O| Aug 16 05:39:15.407 INFO STEP 5: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
87512024-08-16T05:39:16.808Z[ host-image] Aug 16 05:39:15.417 INFO O| Aug 16 05:39:15.417 INFO ownership already OK (0:3), path: /rpool/images/build/host/work/gimlet/zfs/a/dev/rdsk
87522024-08-16T05:39:16.808Z[ host-image] Aug 16 05:39:15.417 INFO O| Aug 16 05:39:15.417 INFO STEP 5 (ensure_dir) COMPLETE
87532024-08-16T05:39:16.811Z[ host-image] Aug 16 05:39:15.417 INFO O| Aug 16 05:39:15.417 INFO STEP 6: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
87542024-08-16T05:39:16.818Z[ host-image] Aug 16 05:39:15.427 INFO O| Aug 16 05:39:15.427 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/dev/sensors
87552024-08-16T05:39:16.818Z[ host-image] Aug 16 05:39:15.427 INFO O| Aug 16 05:39:15.427 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/dev/sensors
87562024-08-16T05:39:16.821Z[ host-image] Aug 16 05:39:15.427 INFO O| Aug 16 05:39:15.427 INFO STEP 6 (ensure_dir) COMPLETE
87572024-08-16T05:39:16.821Z[ host-image] Aug 16 05:39:15.427 INFO O| Aug 16 05:39:15.427 INFO STEP 7: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
87582024-08-16T05:39:16.827Z[ host-image] Aug 16 05:39:15.436 INFO O| Aug 16 05:39:15.436 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/dev/usb
87592024-08-16T05:39:16.830Z[ host-image] Aug 16 05:39:15.436 INFO O| Aug 16 05:39:15.436 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/dev/usb
87602024-08-16T05:39:16.830Z[ host-image] Aug 16 05:39:15.436 INFO O| Aug 16 05:39:15.436 INFO STEP 7 (ensure_dir) COMPLETE
87612024-08-16T05:39:16.830Z[ host-image] Aug 16 05:39:15.436 INFO O| Aug 16 05:39:15.436 INFO STEP 8: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
87622024-08-16T05:39:16.837Z[ host-image] Aug 16 05:39:15.446 INFO O| Aug 16 05:39:15.446 INFO remove tree: "/rpool/images/build/host/work/gimlet/zfs/a/dev/cfg"
87632024-08-16T05:39:16.839Z[ host-image] Aug 16 05:39:15.446 INFO O| Aug 16 05:39:15.446 INFO STEP 8 (remove_files) COMPLETE
87642024-08-16T05:39:16.839Z[ host-image] Aug 16 05:39:15.446 INFO O| Aug 16 05:39:15.446 INFO STEP 9: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
87652024-08-16T05:39:16.846Z[ host-image] Aug 16 05:39:15.455 INFO O| Aug 16 05:39:15.455 INFO remove tree: "/rpool/images/build/host/work/gimlet/zfs/a/dev/dsk"
87662024-08-16T05:39:16.849Z[ host-image] Aug 16 05:39:15.456 INFO O| Aug 16 05:39:15.456 INFO STEP 9 (remove_files) COMPLETE
87672024-08-16T05:39:16.849Z[ host-image] Aug 16 05:39:15.456 INFO O| Aug 16 05:39:15.456 INFO STEP 10: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
87682024-08-16T05:39:16.856Z[ host-image] Aug 16 05:39:15.465 INFO O| Aug 16 05:39:15.465 INFO remove tree: "/rpool/images/build/host/work/gimlet/zfs/a/dev/rdsk"
87692024-08-16T05:39:16.859Z[ host-image] Aug 16 05:39:15.466 INFO O| Aug 16 05:39:15.466 INFO STEP 10 (remove_files) COMPLETE
87702024-08-16T05:39:16.859Z[ host-image] Aug 16 05:39:15.466 INFO O| Aug 16 05:39:15.466 INFO STEP 11: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
87712024-08-16T05:39:16.866Z[ host-image] Aug 16 05:39:15.475 INFO O| Aug 16 05:39:15.475 INFO remove tree: "/rpool/images/build/host/work/gimlet/zfs/a/dev/sensors"
87722024-08-16T05:39:16.868Z[ host-image] Aug 16 05:39:15.475 INFO O| Aug 16 05:39:15.475 INFO STEP 11 (remove_files) COMPLETE
87732024-08-16T05:39:16.868Z[ host-image] Aug 16 05:39:15.475 INFO O| Aug 16 05:39:15.475 INFO STEP 12: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
87742024-08-16T05:39:16.875Z[ host-image] Aug 16 05:39:15.484 INFO O| Aug 16 05:39:15.484 INFO remove tree: "/rpool/images/build/host/work/gimlet/zfs/a/dev/usb"
87752024-08-16T05:39:16.878Z[ host-image] Aug 16 05:39:15.484 INFO O| Aug 16 05:39:15.484 INFO STEP 12 (remove_files) COMPLETE
87762024-08-16T05:39:16.878Z[ host-image] Aug 16 05:39:15.484 INFO O| Aug 16 05:39:15.484 INFO STEP 13: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
87772024-08-16T05:39:16.884Z[ host-image] Aug 16 05:39:15.493 INFO O| Aug 16 05:39:15.493 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/dev/cfg
87782024-08-16T05:39:16.887Z[ host-image] Aug 16 05:39:15.493 INFO O| Aug 16 05:39:15.493 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/dev/cfg
87792024-08-16T05:39:16.887Z[ host-image] Aug 16 05:39:15.493 INFO O| Aug 16 05:39:15.493 INFO STEP 13 (ensure_dir) COMPLETE
87802024-08-16T05:39:16.887Z[ host-image] Aug 16 05:39:15.493 INFO O| Aug 16 05:39:15.493 INFO STEP 14: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
87812024-08-16T05:39:16.894Z[ host-image] Aug 16 05:39:15.503 INFO O| Aug 16 05:39:15.502 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/dev/dsk
87822024-08-16T05:39:16.894Z[ host-image] Aug 16 05:39:15.503 INFO O| Aug 16 05:39:15.503 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/gimlet/zfs/a/dev/dsk
87832024-08-16T05:39:16.897Z[ host-image] Aug 16 05:39:15.503 INFO O| Aug 16 05:39:15.503 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/dev/dsk
87842024-08-16T05:39:16.897Z[ host-image] Aug 16 05:39:15.503 INFO O| Aug 16 05:39:15.503 INFO STEP 14 (ensure_dir) COMPLETE
87852024-08-16T05:39:16.897Z[ host-image] Aug 16 05:39:15.503 INFO O| Aug 16 05:39:15.503 INFO STEP 15: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
87862024-08-16T05:39:16.903Z[ host-image] Aug 16 05:39:15.512 INFO O| Aug 16 05:39:15.512 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/dev/rdsk
87872024-08-16T05:39:16.903Z[ host-image] Aug 16 05:39:15.512 INFO O| Aug 16 05:39:15.512 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/gimlet/zfs/a/dev/rdsk
87882024-08-16T05:39:16.906Z[ host-image] Aug 16 05:39:15.512 INFO O| Aug 16 05:39:15.512 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/dev/rdsk
87892024-08-16T05:39:16.906Z[ host-image] Aug 16 05:39:15.512 INFO O| Aug 16 05:39:15.512 INFO STEP 15 (ensure_dir) COMPLETE
87902024-08-16T05:39:16.906Z[ host-image] Aug 16 05:39:15.512 INFO O| Aug 16 05:39:15.512 INFO STEP 16: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
87912024-08-16T05:39:16.912Z[ host-image] Aug 16 05:39:15.521 INFO O| Aug 16 05:39:15.521 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/dev/sensors
87922024-08-16T05:39:16.912Z[ host-image] Aug 16 05:39:15.521 INFO O| Aug 16 05:39:15.521 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/dev/sensors
87932024-08-16T05:39:16.915Z[ host-image] Aug 16 05:39:15.521 INFO O| Aug 16 05:39:15.521 INFO STEP 16 (ensure_dir) COMPLETE
87942024-08-16T05:39:16.915Z[ host-image] Aug 16 05:39:15.521 INFO O| Aug 16 05:39:15.521 INFO STEP 17: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
87952024-08-16T05:39:16.922Z[ host-image] Aug 16 05:39:15.530 INFO O| Aug 16 05:39:15.530 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/dev/usb
87962024-08-16T05:39:16.922Z[ host-image] Aug 16 05:39:15.531 INFO O| Aug 16 05:39:15.530 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/dev/usb
87972024-08-16T05:39:16.924Z[ host-image] Aug 16 05:39:15.531 INFO O| Aug 16 05:39:15.530 INFO STEP 17 (ensure_dir) COMPLETE
87982024-08-16T05:39:16.925Z[ host-image] Aug 16 05:39:15.531 INFO O| Aug 16 05:39:15.531 INFO STEP 18: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
87992024-08-16T05:39:16.931Z[ host-image] Aug 16 05:39:15.540 INFO O| Aug 16 05:39:15.540 INFO link target ok (../devices/pseudo/sysmsg@0:msglog)
88002024-08-16T05:39:16.931Z[ host-image] Aug 16 05:39:15.540 INFO O| Aug 16 05:39:15.540 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/dev/msglog
88012024-08-16T05:39:16.934Z[ host-image] Aug 16 05:39:15.540 INFO O| Aug 16 05:39:15.540 INFO ok!
88022024-08-16T05:39:16.934Z[ host-image] Aug 16 05:39:15.540 INFO O| Aug 16 05:39:15.540 INFO STEP 18 (ensure_symlink) COMPLETE
88032024-08-16T05:39:16.934Z[ host-image] Aug 16 05:39:15.540 INFO O| Aug 16 05:39:15.540 INFO STEP 19: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
88042024-08-16T05:39:16.940Z[ host-image] Aug 16 05:39:15.549 INFO O| Aug 16 05:39:15.549 INFO file /rpool/images/build/host/work/gimlet/zfs/a/reconfigure exists, with correct contents
88052024-08-16T05:39:16.941Z[ host-image] Aug 16 05:39:15.549 INFO O| Aug 16 05:39:15.549 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/reconfigure
88062024-08-16T05:39:16.943Z[ host-image] Aug 16 05:39:15.549 INFO O| Aug 16 05:39:15.549 INFO ok!
88072024-08-16T05:39:16.943Z[ host-image] Aug 16 05:39:15.549 INFO O| Aug 16 05:39:15.549 INFO STEP 19 (ensure_file) COMPLETE
88082024-08-16T05:39:16.943Z[ host-image] Aug 16 05:39:15.549 INFO O| Aug 16 05:39:15.549 INFO STEP 20: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/common.json
88092024-08-16T05:39:16.951Z[ host-image] Aug 16 05:39:15.559 INFO O| Aug 16 05:39:15.559 INFO link /rpool/images/build/host/work/gimlet/zfs/a/etc/svc/profile/generic.xml does not exist
88102024-08-16T05:39:16.954Z[ host-image] Aug 16 05:39:15.559 INFO O| Aug 16 05:39:15.559 INFO linking /rpool/images/build/host/work/gimlet/zfs/a/etc/svc/profile/generic.xml -> generic_limited_net.xml ...
88112024-08-16T05:39:16.954Z[ host-image] Aug 16 05:39:15.559 INFO O| Aug 16 05:39:15.559 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/svc/profile/generic.xml
88122024-08-16T05:39:16.954Z[ host-image] Aug 16 05:39:15.559 INFO O| Aug 16 05:39:15.559 INFO ok!
88132024-08-16T05:39:16.954Z[ host-image] Aug 16 05:39:15.559 INFO O| Aug 16 05:39:15.559 INFO STEP 20 (ensure_symlink) COMPLETE
88142024-08-16T05:39:16.954Z[ host-image] Aug 16 05:39:15.559 INFO O| Aug 16 05:39:15.559 INFO STEP 21: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/common.json
88152024-08-16T05:39:16.960Z[ host-image] Aug 16 05:39:15.568 INFO O| Aug 16 05:39:15.568 INFO link /rpool/images/build/host/work/gimlet/zfs/a/etc/svc/profile/inetd_services.xml does not exist
88162024-08-16T05:39:16.962Z[ host-image] Aug 16 05:39:15.568 INFO O| Aug 16 05:39:15.568 INFO linking /rpool/images/build/host/work/gimlet/zfs/a/etc/svc/profile/inetd_services.xml -> inetd_generic.xml ...
88172024-08-16T05:39:16.962Z[ host-image] Aug 16 05:39:15.568 INFO O| Aug 16 05:39:15.568 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/svc/profile/inetd_services.xml
88182024-08-16T05:39:16.962Z[ host-image] Aug 16 05:39:15.568 INFO O| Aug 16 05:39:15.568 INFO ok!
88192024-08-16T05:39:16.962Z[ host-image] Aug 16 05:39:15.569 INFO O| Aug 16 05:39:15.568 INFO STEP 21 (ensure_symlink) COMPLETE
88202024-08-16T05:39:16.962Z[ host-image] Aug 16 05:39:15.569 INFO O| Aug 16 05:39:15.568 INFO STEP 22: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/common.json
88212024-08-16T05:39:16.969Z[ host-image] Aug 16 05:39:15.578 INFO O| Aug 16 05:39:15.578 INFO link /rpool/images/build/host/work/gimlet/zfs/a/etc/svc/profile/platform.xml does not exist
88222024-08-16T05:39:16.969Z[ host-image] Aug 16 05:39:15.578 INFO O| Aug 16 05:39:15.578 INFO linking /rpool/images/build/host/work/gimlet/zfs/a/etc/svc/profile/platform.xml -> platform_oxide.xml ...
88232024-08-16T05:39:16.972Z[ host-image] Aug 16 05:39:15.578 INFO O| Aug 16 05:39:15.578 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/svc/profile/platform.xml
88242024-08-16T05:39:16.972Z[ host-image] Aug 16 05:39:15.578 INFO O| Aug 16 05:39:15.578 INFO ok!
88252024-08-16T05:39:16.972Z[ host-image] Aug 16 05:39:15.578 INFO O| Aug 16 05:39:15.578 INFO STEP 22 (ensure_symlink) COMPLETE
88262024-08-16T05:39:16.972Z[ host-image] Aug 16 05:39:15.578 INFO O| Aug 16 05:39:15.578 INFO STEP 23: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/common.json
88272024-08-16T05:39:16.979Z[ host-image] Aug 16 05:39:15.588 INFO O| Aug 16 05:39:15.587 INFO link /rpool/images/build/host/work/gimlet/zfs/a/etc/svc/profile/name_service.xml does not exist
88282024-08-16T05:39:16.979Z[ host-image] Aug 16 05:39:15.588 INFO O| Aug 16 05:39:15.587 INFO linking /rpool/images/build/host/work/gimlet/zfs/a/etc/svc/profile/name_service.xml -> ns_dns.xml ...
88292024-08-16T05:39:16.981Z[ host-image] Aug 16 05:39:15.588 INFO O| Aug 16 05:39:15.588 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/svc/profile/name_service.xml
88302024-08-16T05:39:16.981Z[ host-image] Aug 16 05:39:15.588 INFO O| Aug 16 05:39:15.588 INFO ok!
88312024-08-16T05:39:16.981Z[ host-image] Aug 16 05:39:15.588 INFO O| Aug 16 05:39:15.588 INFO STEP 23 (ensure_symlink) COMPLETE
88322024-08-16T05:39:16.981Z[ host-image] Aug 16 05:39:15.588 INFO O| Aug 16 05:39:15.588 INFO STEP 24: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
88332024-08-16T05:39:16.988Z[ host-image] Aug 16 05:39:15.597 INFO O| Aug 16 05:39:15.597 WARN file /rpool/images/build/host/work/gimlet/zfs/a/etc/nsswitch.conf exists, with wrong contents, unlinking
88342024-08-16T05:39:16.991Z[ host-image] Aug 16 05:39:15.597 INFO O| Aug 16 05:39:15.597 INFO copying /rpool/images/build/host/work/gimlet/zfs/a/etc/nsswitch.dns -> /rpool/images/build/host/work/gimlet/zfs/a/etc/nsswitch.conf ...
88352024-08-16T05:39:16.991Z[ host-image] Aug 16 05:39:15.597 INFO O| Aug 16 05:39:15.597 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/nsswitch.conf
88362024-08-16T05:39:16.991Z[ host-image] Aug 16 05:39:15.597 INFO O| Aug 16 05:39:15.597 INFO ok!
88372024-08-16T05:39:16.991Z[ host-image] Aug 16 05:39:15.597 INFO O| Aug 16 05:39:15.597 INFO STEP 24 (ensure_file) COMPLETE
88382024-08-16T05:39:16.991Z[ host-image] Aug 16 05:39:15.597 INFO O| Aug 16 05:39:15.597 INFO STEP 25: shadow, from: /work/oxidecomputer/helios/image/templates/include/common.json
88392024-08-16T05:39:16.998Z[ host-image] Aug 16 05:39:15.607 INFO O| Aug 16 05:39:15.607 INFO updating shadow file
88402024-08-16T05:39:17.001Z[ host-image] Aug 16 05:39:15.607 INFO O| Aug 16 05:39:15.607 INFO ownership wrong (Id(0):Id(3), not 0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/shadow
88412024-08-16T05:39:17.001Z[ host-image] Aug 16 05:39:15.607 INFO O| Aug 16 05:39:15.607 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/etc/shadow
88422024-08-16T05:39:17.001Z[ host-image] Aug 16 05:39:15.607 INFO O| Aug 16 05:39:15.607 INFO STEP 25 (shadow) COMPLETE
88432024-08-16T05:39:17.001Z[ host-image] Aug 16 05:39:15.607 INFO O| Aug 16 05:39:15.607 INFO STEP 26: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
88442024-08-16T05:39:17.008Z[ host-image] Aug 16 05:39:15.617 INFO O| Aug 16 05:39:15.617 WARN file /rpool/images/build/host/work/gimlet/zfs/a/etc/inet/hosts exists, with wrong contents, unlinking
88452024-08-16T05:39:17.010Z[ host-image] Aug 16 05:39:15.617 INFO O| Aug 16 05:39:15.617 INFO copying /work/oxidecomputer/helios/image/templates/files/hosts -> /rpool/images/build/host/work/gimlet/zfs/a/etc/inet/hosts ...
88462024-08-16T05:39:17.010Z[ host-image] Aug 16 05:39:15.617 INFO O| Aug 16 05:39:15.617 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/inet/hosts
88472024-08-16T05:39:17.010Z[ host-image] Aug 16 05:39:15.617 INFO O| Aug 16 05:39:15.617 INFO ok!
88482024-08-16T05:39:17.010Z[ host-image] Aug 16 05:39:15.617 INFO O| Aug 16 05:39:15.617 INFO STEP 26 (ensure_file) COMPLETE
88492024-08-16T05:39:17.010Z[ host-image] Aug 16 05:39:15.617 INFO O| Aug 16 05:39:15.617 INFO STEP 27: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
88502024-08-16T05:39:17.018Z[ host-image] Aug 16 05:39:15.626 INFO O| Aug 16 05:39:15.626 INFO file /rpool/images/build/host/work/gimlet/zfs/a/etc/nodename does not exist
88512024-08-16T05:39:17.018Z[ host-image] Aug 16 05:39:15.626 INFO O| Aug 16 05:39:15.626 INFO writing /rpool/images/build/host/work/gimlet/zfs/a/etc/nodename ...
88522024-08-16T05:39:17.020Z[ host-image] Aug 16 05:39:15.626 INFO O| Aug 16 05:39:15.626 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/nodename
88532024-08-16T05:39:17.020Z[ host-image] Aug 16 05:39:15.626 INFO O| Aug 16 05:39:15.626 INFO ok!
88542024-08-16T05:39:17.020Z[ host-image] Aug 16 05:39:15.626 INFO O| Aug 16 05:39:15.626 INFO STEP 27 (ensure_file) COMPLETE
88552024-08-16T05:39:17.020Z[ host-image] Aug 16 05:39:15.626 INFO O| Aug 16 05:39:15.626 INFO STEP 28: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
88562024-08-16T05:39:17.027Z[ host-image] Aug 16 05:39:15.636 INFO O| Aug 16 05:39:15.636 WARN file /rpool/images/build/host/work/gimlet/zfs/a/etc/default/dhcpagent exists, with wrong contents, unlinking
88572024-08-16T05:39:17.027Z[ host-image] Aug 16 05:39:15.636 INFO O| Aug 16 05:39:15.636 INFO copying /work/oxidecomputer/helios/image/templates/files/dhcpagent -> /rpool/images/build/host/work/gimlet/zfs/a/etc/default/dhcpagent ...
88582024-08-16T05:39:17.030Z[ host-image] Aug 16 05:39:15.636 INFO O| Aug 16 05:39:15.636 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/default/dhcpagent
88592024-08-16T05:39:17.030Z[ host-image] Aug 16 05:39:15.636 INFO O| Aug 16 05:39:15.636 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/etc/default/dhcpagent
88602024-08-16T05:39:17.030Z[ host-image] Aug 16 05:39:15.636 INFO O| Aug 16 05:39:15.636 INFO ok!
88612024-08-16T05:39:17.030Z[ host-image] Aug 16 05:39:15.636 INFO O| Aug 16 05:39:15.636 INFO STEP 28 (ensure_file) COMPLETE
88622024-08-16T05:39:17.030Z[ host-image] Aug 16 05:39:15.636 INFO O| Aug 16 05:39:15.636 INFO STEP 29: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
88632024-08-16T05:39:17.037Z[ host-image] Aug 16 05:39:15.645 INFO O| Aug 16 05:39:15.645 INFO file /rpool/images/build/host/work/gimlet/zfs/a/etc/resolv.conf does not exist
88642024-08-16T05:39:17.040Z[ host-image] Aug 16 05:39:15.645 INFO O| Aug 16 05:39:15.645 INFO writing /rpool/images/build/host/work/gimlet/zfs/a/etc/resolv.conf ...
88652024-08-16T05:39:17.040Z[ host-image] Aug 16 05:39:15.645 INFO O| Aug 16 05:39:15.645 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/resolv.conf
88662024-08-16T05:39:17.040Z[ host-image] Aug 16 05:39:15.645 INFO O| Aug 16 05:39:15.645 INFO ok!
88672024-08-16T05:39:17.040Z[ host-image] Aug 16 05:39:15.645 INFO O| Aug 16 05:39:15.645 INFO STEP 29 (ensure_file) COMPLETE
88682024-08-16T05:39:17.040Z[ host-image] Aug 16 05:39:15.645 INFO O| Aug 16 05:39:15.645 INFO STEP 30: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs.json
88692024-08-16T05:39:17.046Z[ host-image] Aug 16 05:39:15.654 INFO O| Aug 16 05:39:15.654 INFO file /rpool/images/build/host/work/gimlet/zfs/a/etc/auto_master does not exist
88702024-08-16T05:39:17.046Z[ host-image] Aug 16 05:39:15.654 INFO O| Aug 16 05:39:15.654 INFO copying /work/oxidecomputer/helios/image/templates/files/auto_master -> /rpool/images/build/host/work/gimlet/zfs/a/etc/auto_master ...
88712024-08-16T05:39:17.050Z[ host-image] Aug 16 05:39:15.655 INFO O| Aug 16 05:39:15.654 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/auto_master
88722024-08-16T05:39:17.050Z[ host-image] Aug 16 05:39:15.655 INFO O| Aug 16 05:39:15.655 INFO ok!
88732024-08-16T05:39:17.050Z[ host-image] Aug 16 05:39:15.655 INFO O| Aug 16 05:39:15.655 INFO STEP 30 (ensure_file) COMPLETE
88742024-08-16T05:39:17.050Z[ host-image] Aug 16 05:39:15.655 INFO O| Aug 16 05:39:15.655 INFO STEP 31: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs.json
88752024-08-16T05:39:17.055Z[ host-image] Aug 16 05:39:15.664 INFO O| Aug 16 05:39:15.664 WARN file /rpool/images/build/host/work/gimlet/zfs/a/etc/ttydefs exists, with wrong contents, unlinking
88762024-08-16T05:39:17.058Z[ host-image] Aug 16 05:39:15.664 INFO O| Aug 16 05:39:15.664 INFO copying /work/oxidecomputer/helios/image/templates/files/ttydefs.3000000 -> /rpool/images/build/host/work/gimlet/zfs/a/etc/ttydefs ...
88772024-08-16T05:39:17.058Z[ host-image] Aug 16 05:39:15.664 INFO O| Aug 16 05:39:15.664 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/ttydefs
88782024-08-16T05:39:17.058Z[ host-image] Aug 16 05:39:15.664 INFO O| Aug 16 05:39:15.664 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/etc/ttydefs
88792024-08-16T05:39:17.058Z[ host-image] Aug 16 05:39:15.664 INFO O| Aug 16 05:39:15.664 INFO ok!
88802024-08-16T05:39:17.058Z[ host-image] Aug 16 05:39:15.664 INFO O| Aug 16 05:39:15.664 INFO STEP 31 (ensure_file) COMPLETE
88812024-08-16T05:39:17.058Z[ host-image] Aug 16 05:39:15.664 INFO O| Aug 16 05:39:15.664 INFO STEP 32: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs.json
88822024-08-16T05:39:17.065Z[ host-image] Aug 16 05:39:15.674 INFO O| Aug 16 05:39:15.674 WARN file /rpool/images/build/host/work/gimlet/zfs/a/etc/default/init exists, with wrong contents, unlinking
88832024-08-16T05:39:17.065Z[ host-image] Aug 16 05:39:15.674 INFO O| Aug 16 05:39:15.674 INFO copying /work/oxidecomputer/helios/image/templates/files/default_init -> /rpool/images/build/host/work/gimlet/zfs/a/etc/default/init ...
88842024-08-16T05:39:17.068Z[ host-image] Aug 16 05:39:15.674 INFO O| Aug 16 05:39:15.674 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/default/init
88852024-08-16T05:39:17.068Z[ host-image] Aug 16 05:39:15.674 INFO O| Aug 16 05:39:15.674 INFO ok!
88862024-08-16T05:39:17.068Z[ host-image] Aug 16 05:39:15.674 INFO O| Aug 16 05:39:15.674 INFO STEP 32 (ensure_file) COMPLETE
88872024-08-16T05:39:17.068Z[ host-image] Aug 16 05:39:15.674 INFO O| Aug 16 05:39:15.674 INFO STEP 33: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs.json
88882024-08-16T05:39:17.074Z[ host-image] Aug 16 05:39:15.683 INFO O| Aug 16 05:39:15.683 WARN file /rpool/images/build/host/work/gimlet/zfs/a/etc/ssh/sshd_config exists, with wrong contents, unlinking
88892024-08-16T05:39:17.075Z[ host-image] Aug 16 05:39:15.683 INFO O| Aug 16 05:39:15.683 INFO copying /work/oxidecomputer/helios/image/templates/files/sshd_config -> /rpool/images/build/host/work/gimlet/zfs/a/etc/ssh/sshd_config ...
88902024-08-16T05:39:17.077Z[ host-image] Aug 16 05:39:15.683 INFO O| Aug 16 05:39:15.683 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/ssh/sshd_config
88912024-08-16T05:39:17.077Z[ host-image] Aug 16 05:39:15.683 INFO O| Aug 16 05:39:15.683 INFO ok!
88922024-08-16T05:39:17.077Z[ host-image] Aug 16 05:39:15.683 INFO O| Aug 16 05:39:15.683 INFO STEP 33 (ensure_file) COMPLETE
88932024-08-16T05:39:17.077Z[ host-image] Aug 16 05:39:15.683 INFO O| Aug 16 05:39:15.683 INFO STEP 34: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs.json
88942024-08-16T05:39:17.084Z[ host-image] Aug 16 05:39:15.692 INFO O| Aug 16 05:39:15.692 INFO file /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/bootparams does not exist
88952024-08-16T05:39:17.084Z[ host-image] Aug 16 05:39:15.692 INFO O| Aug 16 05:39:15.692 INFO copying /work/oxidecomputer/helios/image/templates/files/bootparams.sh -> /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/bootparams ...
88962024-08-16T05:39:17.086Z[ host-image] Aug 16 05:39:15.693 INFO O| Aug 16 05:39:15.692 INFO perms are 644, should be 755, path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/bootparams
88972024-08-16T05:39:17.086Z[ host-image] Aug 16 05:39:15.693 INFO O| Aug 16 05:39:15.693 INFO chmod ok, path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/bootparams
88982024-08-16T05:39:17.086Z[ host-image] Aug 16 05:39:15.693 INFO O| Aug 16 05:39:15.693 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/bootparams
88992024-08-16T05:39:17.086Z[ host-image] Aug 16 05:39:15.693 INFO O| Aug 16 05:39:15.693 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/bootparams
89002024-08-16T05:39:17.086Z[ host-image] Aug 16 05:39:15.693 INFO O| Aug 16 05:39:15.693 INFO ok!
89012024-08-16T05:39:17.086Z[ host-image] Aug 16 05:39:15.693 INFO O| Aug 16 05:39:15.693 INFO STEP 34 (ensure_file) COMPLETE
89022024-08-16T05:39:17.087Z[ host-image] Aug 16 05:39:15.693 INFO O| Aug 16 05:39:15.693 INFO STEP 35: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/t6-firmware.json
89032024-08-16T05:39:17.093Z[ host-image] Aug 16 05:39:15.702 INFO O| Aug 16 05:39:15.702 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/platform/Oxide,Gimlet/firmware
89042024-08-16T05:39:17.093Z[ host-image] Aug 16 05:39:15.702 INFO O| Aug 16 05:39:15.702 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/gimlet/zfs/a/platform/Oxide,Gimlet/firmware
89052024-08-16T05:39:17.096Z[ host-image] Aug 16 05:39:15.702 INFO O| Aug 16 05:39:15.702 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/platform/Oxide,Gimlet/firmware
89062024-08-16T05:39:17.096Z[ host-image] Aug 16 05:39:15.702 INFO O| Aug 16 05:39:15.702 INFO STEP 35 (ensure_dir) COMPLETE
89072024-08-16T05:39:17.096Z[ host-image] Aug 16 05:39:15.702 INFO O| Aug 16 05:39:15.702 INFO STEP 36: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/t6-firmware.json
89082024-08-16T05:39:17.103Z[ host-image] Aug 16 05:39:15.711 INFO O| Aug 16 05:39:15.711 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
89092024-08-16T05:39:17.103Z[ host-image] Aug 16 05:39:15.711 INFO O| Aug 16 05:39:15.711 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 ...
89102024-08-16T05:39:17.105Z[ host-image] Aug 16 05:39:15.711 INFO O| Aug 16 05:39:15.711 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
89112024-08-16T05:39:17.105Z[ host-image] Aug 16 05:39:15.711 INFO O| Aug 16 05:39:15.711 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
89122024-08-16T05:39:17.105Z[ host-image] Aug 16 05:39:15.711 INFO O| Aug 16 05:39:15.711 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
89132024-08-16T05:39:17.105Z[ host-image] Aug 16 05:39:15.711 INFO O| Aug 16 05:39:15.711 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
89142024-08-16T05:39:17.105Z[ host-image] Aug 16 05:39:15.712 INFO O| Aug 16 05:39:15.711 INFO ok!
89152024-08-16T05:39:17.106Z[ host-image] Aug 16 05:39:15.712 INFO O| Aug 16 05:39:15.711 INFO STEP 36 (ensure_file) COMPLETE
89162024-08-16T05:39:17.106Z[ host-image] Aug 16 05:39:15.712 INFO O| Aug 16 05:39:15.711 INFO STEP 37: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/t6-firmware.json
89172024-08-16T05:39:17.112Z[ host-image] Aug 16 05:39:15.721 INFO O| Aug 16 05:39:15.721 INFO link /rpool/images/build/host/work/gimlet/zfs/a/platform/Oxide,Gimlet/firmware/t6srom.bin does not exist
89182024-08-16T05:39:17.115Z[ host-image] Aug 16 05:39:15.721 INFO O| Aug 16 05:39:15.721 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 ...
89192024-08-16T05:39:17.115Z[ host-image] Aug 16 05:39:15.721 INFO O| Aug 16 05:39:15.721 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/platform/Oxide,Gimlet/firmware/t6srom.bin
89202024-08-16T05:39:17.115Z[ host-image] Aug 16 05:39:15.721 INFO O| Aug 16 05:39:15.721 INFO ok!
89212024-08-16T05:39:17.115Z[ host-image] Aug 16 05:39:15.721 INFO O| Aug 16 05:39:15.721 INFO STEP 37 (ensure_symlink) COMPLETE
89222024-08-16T05:39:17.115Z[ host-image] Aug 16 05:39:15.721 INFO O| Aug 16 05:39:15.721 INFO STEP 38: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs.json
89232024-08-16T05:39:17.122Z[ host-image] Aug 16 05:39:15.730 INFO O| Aug 16 05:39:15.730 INFO file /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/postboot does not exist
89242024-08-16T05:39:17.122Z[ host-image] Aug 16 05:39:15.730 INFO O| Aug 16 05:39:15.730 INFO copying /work/oxidecomputer/helios/image/templates/files/gimlet-postboot.sh -> /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/postboot ...
89252024-08-16T05:39:17.124Z[ host-image] Aug 16 05:39:15.730 INFO O| Aug 16 05:39:15.730 INFO perms are 644, should be 755, path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/postboot
89262024-08-16T05:39:17.124Z[ host-image] Aug 16 05:39:15.730 INFO O| Aug 16 05:39:15.730 INFO chmod ok, path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/postboot
89272024-08-16T05:39:17.124Z[ host-image] Aug 16 05:39:15.730 INFO O| Aug 16 05:39:15.730 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/postboot
89282024-08-16T05:39:17.124Z[ host-image] Aug 16 05:39:15.730 INFO O| Aug 16 05:39:15.730 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/postboot
89292024-08-16T05:39:17.124Z[ host-image] Aug 16 05:39:15.730 INFO O| Aug 16 05:39:15.730 INFO ok!
89302024-08-16T05:39:17.124Z[ host-image] Aug 16 05:39:15.730 INFO O| Aug 16 05:39:15.730 INFO STEP 38 (ensure_file) COMPLETE
89312024-08-16T05:39:17.124Z[ host-image] Aug 16 05:39:15.730 INFO O| Aug 16 05:39:15.730 INFO STEP 39: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs.json
89322024-08-16T05:39:17.131Z[ host-image] Aug 16 05:39:15.740 INFO O| Aug 16 05:39:15.740 INFO file /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/site/postboot.xml does not exist
89332024-08-16T05:39:17.131Z[ host-image] Aug 16 05:39:15.740 INFO O| Aug 16 05:39:15.740 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 ...
89342024-08-16T05:39:17.134Z[ host-image] Aug 16 05:39:15.740 INFO O| Aug 16 05:39:15.740 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
89352024-08-16T05:39:17.134Z[ host-image] Aug 16 05:39:15.740 INFO O| Aug 16 05:39:15.740 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/site/postboot.xml
89362024-08-16T05:39:17.134Z[ host-image] Aug 16 05:39:15.740 INFO O| Aug 16 05:39:15.740 INFO ok!
89372024-08-16T05:39:17.134Z[ host-image] Aug 16 05:39:15.740 INFO O| Aug 16 05:39:15.740 INFO STEP 39 (ensure_file) COMPLETE
89382024-08-16T05:39:17.134Z[ host-image] Aug 16 05:39:15.740 INFO O| Aug 16 05:39:15.740 INFO STEP 40: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs.json
89392024-08-16T05:39:17.140Z[ host-image] Aug 16 05:39:15.749 INFO O| Aug 16 05:39:15.749 INFO file /rpool/images/build/host/work/gimlet/zfs/a/var/svc/profile/site.xml does not exist
89402024-08-16T05:39:17.140Z[ host-image] Aug 16 05:39:15.749 INFO O| Aug 16 05:39:15.749 INFO copying /work/oxidecomputer/helios/image/templates/files/site.xml -> /rpool/images/build/host/work/gimlet/zfs/a/var/svc/profile/site.xml ...
89412024-08-16T05:39:17.144Z[ host-image] Aug 16 05:39:15.749 INFO O| Aug 16 05:39:15.749 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/var/svc/profile/site.xml
89422024-08-16T05:39:17.144Z[ host-image] Aug 16 05:39:15.749 INFO O| Aug 16 05:39:15.749 INFO ok!
89432024-08-16T05:39:17.144Z[ host-image] Aug 16 05:39:15.749 INFO O| Aug 16 05:39:15.749 INFO STEP 40 (ensure_file) COMPLETE
89442024-08-16T05:39:17.144Z[ host-image] Aug 16 05:39:15.749 INFO O| Aug 16 05:39:15.749 INFO STEP 41: shadow, from: /work/oxidecomputer/helios/image/templates/include/root-noauth.json
89452024-08-16T05:39:17.150Z[ host-image] Aug 16 05:39:15.758 INFO O| Aug 16 05:39:15.758 INFO updating shadow file
89462024-08-16T05:39:17.152Z[ host-image] Aug 16 05:39:15.759 INFO O| Aug 16 05:39:15.758 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/shadow
89472024-08-16T05:39:17.152Z[ host-image] Aug 16 05:39:15.759 INFO O| Aug 16 05:39:15.759 INFO STEP 41 (shadow) COMPLETE
89482024-08-16T05:39:17.152Z[ host-image] Aug 16 05:39:15.759 INFO O| Aug 16 05:39:15.759 INFO STEP 42: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/root-noauth.json
89492024-08-16T05:39:17.159Z[ host-image] Aug 16 05:39:15.768 INFO O| Aug 16 05:39:15.768 WARN file /rpool/images/build/host/work/gimlet/zfs/a/etc/default/login exists, with wrong contents, unlinking
89502024-08-16T05:39:17.162Z[ host-image] Aug 16 05:39:15.768 INFO O| Aug 16 05:39:15.768 INFO copying /work/oxidecomputer/helios/image/templates/files/mfg_default_login -> /rpool/images/build/host/work/gimlet/zfs/a/etc/default/login ...
89512024-08-16T05:39:17.162Z[ host-image] Aug 16 05:39:15.768 INFO O| Aug 16 05:39:15.768 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/default/login
89522024-08-16T05:39:17.162Z[ host-image] Aug 16 05:39:15.768 INFO O| Aug 16 05:39:15.768 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/etc/default/login
89532024-08-16T05:39:17.162Z[ host-image] Aug 16 05:39:15.768 INFO O| Aug 16 05:39:15.768 INFO ok!
89542024-08-16T05:39:17.162Z[ host-image] Aug 16 05:39:15.768 INFO O| Aug 16 05:39:15.768 INFO STEP 42 (ensure_file) COMPLETE
89552024-08-16T05:39:17.162Z[ host-image] Aug 16 05:39:15.768 INFO O| Aug 16 05:39:15.768 INFO STEP 43: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs.json
89562024-08-16T05:39:17.162Z[ host-image] Aug 16 05:39:15.768 INFO O| Aug 16 05:39:15.768 INFO skip step because feature "mfg" is not enabled
89572024-08-16T05:39:17.162Z[ host-image] Aug 16 05:39:15.768 INFO O| Aug 16 05:39:15.768 INFO STEP 44: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs.json
89582024-08-16T05:39:17.162Z[ host-image] Aug 16 05:39:15.768 INFO O| Aug 16 05:39:15.768 INFO skip step because feature "mfg" is not enabled
89592024-08-16T05:39:17.162Z[ host-image] Aug 16 05:39:15.768 INFO O| Aug 16 05:39:15.768 INFO STEP 45: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs.json
89602024-08-16T05:39:17.169Z[ host-image] Aug 16 05:39:15.778 INFO O| Aug 16 05:39:15.778 INFO file /rpool/images/build/host/work/gimlet/zfs/a/usr/bin/pilot does not exist
89612024-08-16T05:39:17.172Z[ host-image] Aug 16 05:39:15.778 INFO O| Aug 16 05:39:15.778 INFO copying /work/oxidecomputer/helios/projects/pilot/target/release/pilot -> /rpool/images/build/host/work/gimlet/zfs/a/usr/bin/pilot ...
89622024-08-16T05:39:17.805Z[ host-image] Aug 16 05:39:16.413 INFO O| Aug 16 05:39:16.413 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/gimlet/zfs/a/usr/bin/pilot
89632024-08-16T05:39:17.805Z[ host-image] Aug 16 05:39:16.413 INFO O| Aug 16 05:39:16.413 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/usr/bin/pilot
89642024-08-16T05:39:17.808Z[ host-image] Aug 16 05:39:16.413 INFO O| Aug 16 05:39:16.413 INFO ok!
89652024-08-16T05:39:17.808Z[ host-image] Aug 16 05:39:16.413 INFO O| Aug 16 05:39:16.413 INFO STEP 45 (ensure_file) COMPLETE
89662024-08-16T05:39:17.808Z[ host-image] Aug 16 05:39:16.413 INFO O| Aug 16 05:39:16.413 INFO STEP 46: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json
89672024-08-16T05:39:17.818Z[ host-image] Aug 16 05:39:16.426 INFO O| Aug 16 05:39:16.426 WARN file /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/postboot exists, with wrong contents, unlinking
89682024-08-16T05:39:17.818Z[ host-image] Aug 16 05:39:16.426 INFO O| Aug 16 05:39:16.426 INFO copying /work/oxidecomputer/helios/image/templates/files/compliance-postboot.sh -> /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/postboot ...
89692024-08-16T05:39:17.820Z[ host-image] Aug 16 05:39:16.426 INFO O| Aug 16 05:39:16.426 INFO perms are 644, should be 755, path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/postboot
89702024-08-16T05:39:17.820Z[ host-image] Aug 16 05:39:16.426 INFO O| Aug 16 05:39:16.426 INFO chmod ok, path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/postboot
89712024-08-16T05:39:17.820Z[ host-image] Aug 16 05:39:16.426 INFO O| Aug 16 05:39:16.426 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/postboot
89722024-08-16T05:39:17.820Z[ host-image] Aug 16 05:39:16.426 INFO O| Aug 16 05:39:16.426 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/postboot
89732024-08-16T05:39:17.821Z[ host-image] Aug 16 05:39:16.426 INFO O| Aug 16 05:39:16.426 INFO ok!
89742024-08-16T05:39:17.821Z[ host-image] Aug 16 05:39:16.426 INFO O| Aug 16 05:39:16.426 INFO STEP 46 (ensure_file) COMPLETE
89752024-08-16T05:39:17.821Z[ host-image] Aug 16 05:39:16.426 INFO O| Aug 16 05:39:16.426 INFO STEP 47: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json
89762024-08-16T05:39:17.828Z[ host-image] Aug 16 05:39:16.436 INFO O| Aug 16 05:39:16.436 WARN file /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/site/postboot.xml exists, with wrong contents, unlinking
89772024-08-16T05:39:17.828Z[ host-image] Aug 16 05:39:16.436 INFO O| Aug 16 05:39:16.436 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 ...
89782024-08-16T05:39:17.831Z[ host-image] Aug 16 05:39:16.436 INFO O| Aug 16 05:39:16.436 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
89792024-08-16T05:39:17.831Z[ host-image] Aug 16 05:39:16.436 INFO O| Aug 16 05:39:16.436 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/site/postboot.xml
89802024-08-16T05:39:17.831Z[ host-image] Aug 16 05:39:16.436 INFO O| Aug 16 05:39:16.436 INFO ok!
89812024-08-16T05:39:17.831Z[ host-image] Aug 16 05:39:16.436 INFO O| Aug 16 05:39:16.436 INFO STEP 47 (ensure_file) COMPLETE
89822024-08-16T05:39:17.831Z[ host-image] Aug 16 05:39:16.436 INFO O| Aug 16 05:39:16.436 INFO STEP 48: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json
89832024-08-16T05:39:17.838Z[ host-image] Aug 16 05:39:16.446 INFO O| Aug 16 05:39:16.446 INFO file /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/compliance-hostname does not exist
89842024-08-16T05:39:17.838Z[ host-image] Aug 16 05:39:16.446 INFO O| Aug 16 05:39:16.446 INFO copying /work/oxidecomputer/helios/image/templates/files/compliance-hostname.sh -> /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/compliance-hostname ...
89852024-08-16T05:39:17.840Z[ host-image] Aug 16 05:39:16.446 INFO O| Aug 16 05:39:16.446 INFO perms are 644, should be 755, path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/compliance-hostname
89862024-08-16T05:39:17.840Z[ host-image] Aug 16 05:39:16.446 INFO O| Aug 16 05:39:16.446 INFO chmod ok, path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/compliance-hostname
89872024-08-16T05:39:17.840Z[ host-image] Aug 16 05:39:16.446 INFO O| Aug 16 05:39:16.446 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/compliance-hostname
89882024-08-16T05:39:17.840Z[ host-image] Aug 16 05:39:16.446 INFO O| Aug 16 05:39:16.446 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/compliance-hostname
89892024-08-16T05:39:17.840Z[ host-image] Aug 16 05:39:16.446 INFO O| Aug 16 05:39:16.446 INFO ok!
89902024-08-16T05:39:17.840Z[ host-image] Aug 16 05:39:16.446 INFO O| Aug 16 05:39:16.446 INFO STEP 48 (ensure_file) COMPLETE
89912024-08-16T05:39:17.840Z[ host-image] Aug 16 05:39:16.446 INFO O| Aug 16 05:39:16.446 INFO STEP 49: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json
89922024-08-16T05:39:17.848Z[ host-image] Aug 16 05:39:16.456 INFO O| Aug 16 05:39:16.456 INFO file /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/site/compliance-hostname.xml does not exist
89932024-08-16T05:39:17.850Z[ host-image] Aug 16 05:39:16.456 INFO O| Aug 16 05:39:16.456 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 ...
89942024-08-16T05:39:17.850Z[ host-image] Aug 16 05:39:16.456 INFO O| Aug 16 05:39:16.456 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
89952024-08-16T05:39:17.850Z[ host-image] Aug 16 05:39:16.456 INFO O| Aug 16 05:39:16.456 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/site/compliance-hostname.xml
89962024-08-16T05:39:17.850Z[ host-image] Aug 16 05:39:16.456 INFO O| Aug 16 05:39:16.456 INFO ok!
89972024-08-16T05:39:17.850Z[ host-image] Aug 16 05:39:16.456 INFO O| Aug 16 05:39:16.456 INFO STEP 49 (ensure_file) COMPLETE
89982024-08-16T05:39:17.850Z[ host-image] Aug 16 05:39:16.456 INFO O| Aug 16 05:39:16.456 INFO STEP 50: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json
89992024-08-16T05:39:17.858Z[ host-image] Aug 16 05:39:16.466 INFO O| Aug 16 05:39:16.466 INFO file /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/compliance-beacon does not exist
90002024-08-16T05:39:17.858Z[ host-image] Aug 16 05:39:16.466 INFO O| Aug 16 05:39:16.466 INFO copying /work/oxidecomputer/helios/image/templates/files/compliance-beacon.sh -> /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/compliance-beacon ...
90012024-08-16T05:39:17.860Z[ host-image] Aug 16 05:39:16.466 INFO O| Aug 16 05:39:16.466 INFO perms are 644, should be 755, path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/compliance-beacon
90022024-08-16T05:39:17.860Z[ host-image] Aug 16 05:39:16.466 INFO O| Aug 16 05:39:16.466 INFO chmod ok, path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/compliance-beacon
90032024-08-16T05:39:17.860Z[ host-image] Aug 16 05:39:16.466 INFO O| Aug 16 05:39:16.466 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/compliance-beacon
90042024-08-16T05:39:17.860Z[ host-image] Aug 16 05:39:16.466 INFO O| Aug 16 05:39:16.466 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/compliance-beacon
90052024-08-16T05:39:17.861Z[ host-image] Aug 16 05:39:16.466 INFO O| Aug 16 05:39:16.466 INFO ok!
90062024-08-16T05:39:17.861Z[ host-image] Aug 16 05:39:16.466 INFO O| Aug 16 05:39:16.466 INFO STEP 50 (ensure_file) COMPLETE
90072024-08-16T05:39:17.861Z[ host-image] Aug 16 05:39:16.466 INFO O| Aug 16 05:39:16.466 INFO STEP 51: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json
90082024-08-16T05:39:17.868Z[ host-image] Aug 16 05:39:16.476 INFO O| Aug 16 05:39:16.476 INFO file /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/site/compliance-beacon.xml does not exist
90092024-08-16T05:39:17.868Z[ host-image] Aug 16 05:39:16.476 INFO O| Aug 16 05:39:16.476 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 ...
90102024-08-16T05:39:17.870Z[ host-image] Aug 16 05:39:16.476 INFO O| Aug 16 05:39:16.476 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
90112024-08-16T05:39:17.870Z[ host-image] Aug 16 05:39:16.476 INFO O| Aug 16 05:39:16.476 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/site/compliance-beacon.xml
90122024-08-16T05:39:17.870Z[ host-image] Aug 16 05:39:16.476 INFO O| Aug 16 05:39:16.476 INFO ok!
90132024-08-16T05:39:17.870Z[ host-image] Aug 16 05:39:16.476 INFO O| Aug 16 05:39:16.476 INFO STEP 51 (ensure_file) COMPLETE
90142024-08-16T05:39:17.870Z[ host-image] Aug 16 05:39:16.476 INFO O| Aug 16 05:39:16.476 INFO STEP 52: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json
90152024-08-16T05:39:17.877Z[ host-image] Aug 16 05:39:16.485 INFO O| Aug 16 05:39:16.485 INFO file /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/site/compliance-time.xml does not exist
90162024-08-16T05:39:17.877Z[ host-image] Aug 16 05:39:16.486 INFO O| Aug 16 05:39:16.485 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 ...
90172024-08-16T05:39:17.880Z[ host-image] Aug 16 05:39:16.486 INFO O| Aug 16 05:39:16.486 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
90182024-08-16T05:39:17.880Z[ host-image] Aug 16 05:39:16.486 INFO O| Aug 16 05:39:16.486 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/site/compliance-time.xml
90192024-08-16T05:39:17.880Z[ host-image] Aug 16 05:39:16.486 INFO O| Aug 16 05:39:16.486 INFO ok!
90202024-08-16T05:39:17.880Z[ host-image] Aug 16 05:39:16.486 INFO O| Aug 16 05:39:16.486 INFO STEP 52 (ensure_file) COMPLETE
90212024-08-16T05:39:17.880Z[ host-image] Aug 16 05:39:16.486 INFO O| Aug 16 05:39:16.486 INFO STEP 53: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json
90222024-08-16T05:39:17.887Z[ host-image] Aug 16 05:39:16.495 INFO O| Aug 16 05:39:16.495 INFO file /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/site/compliance-dump.xml does not exist
90232024-08-16T05:39:17.887Z[ host-image] Aug 16 05:39:16.495 INFO O| Aug 16 05:39:16.495 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 ...
90242024-08-16T05:39:17.887Z[ host-image] Aug 16 05:39:16.495 INFO O| Aug 16 05:39:16.495 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
90252024-08-16T05:39:17.889Z[ host-image] Aug 16 05:39:16.495 INFO O| Aug 16 05:39:16.495 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/site/compliance-dump.xml
90262024-08-16T05:39:17.889Z[ host-image] Aug 16 05:39:16.495 INFO O| Aug 16 05:39:16.495 INFO ok!
90272024-08-16T05:39:17.889Z[ host-image] Aug 16 05:39:16.495 INFO O| Aug 16 05:39:16.495 INFO STEP 53 (ensure_file) COMPLETE
90282024-08-16T05:39:17.889Z[ host-image] Aug 16 05:39:16.495 INFO O| Aug 16 05:39:16.495 INFO STEP 54: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
90292024-08-16T05:39:17.897Z[ host-image] Aug 16 05:39:16.505 INFO O| Aug 16 05:39:16.505 INFO ownership already OK (0:3), path: /rpool/images/build/host/work/gimlet/zfs/a/opt
90302024-08-16T05:39:17.897Z[ host-image] Aug 16 05:39:16.505 INFO O| Aug 16 05:39:16.505 INFO STEP 54 (ensure_dir) COMPLETE
90312024-08-16T05:39:17.899Z[ host-image] Aug 16 05:39:16.505 INFO O| Aug 16 05:39:16.505 INFO STEP 55: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
90322024-08-16T05:39:17.906Z[ host-image] Aug 16 05:39:16.514 INFO O| Aug 16 05:39:16.514 INFO ownership wrong (Id(0):Id(2), not 0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide
90332024-08-16T05:39:17.906Z[ host-image] Aug 16 05:39:16.514 INFO O| Aug 16 05:39:16.514 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide
90342024-08-16T05:39:17.908Z[ host-image] Aug 16 05:39:16.514 INFO O| Aug 16 05:39:16.514 INFO STEP 55 (ensure_dir) COMPLETE
90352024-08-16T05:39:17.908Z[ host-image] Aug 16 05:39:16.514 INFO O| Aug 16 05:39:16.514 INFO STEP 56: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
90362024-08-16T05:39:17.915Z[ host-image] Aug 16 05:39:16.523 INFO O| Aug 16 05:39:16.523 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm
90372024-08-16T05:39:17.918Z[ host-image] Aug 16 05:39:16.523 INFO O| Aug 16 05:39:16.523 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm
90382024-08-16T05:39:17.918Z[ host-image] Aug 16 05:39:16.523 INFO O| Aug 16 05:39:16.523 INFO STEP 56 (ensure_dir) COMPLETE
90392024-08-16T05:39:17.918Z[ host-image] Aug 16 05:39:16.523 INFO O| Aug 16 05:39:16.523 INFO STEP 57: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
90402024-08-16T05:39:17.924Z[ host-image] Aug 16 05:39:16.533 INFO O| Aug 16 05:39:16.533 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/ddmadm does not exist
90412024-08-16T05:39:17.925Z[ host-image] Aug 16 05:39:16.533 INFO O| Aug 16 05:39:16.533 INFO copying /tmp/.tmpGXLJbR/proto/host/root/opt/oxide/mg-ddm/ddmadm -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/ddmadm ...
90422024-08-16T05:39:17.940Z[ host-image] Aug 16 05:39:16.548 INFO O| Aug 16 05:39:16.548 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/ddmadm
90432024-08-16T05:39:17.942Z[ host-image] Aug 16 05:39:16.548 INFO O| Aug 16 05:39:16.548 INFO ok!
90442024-08-16T05:39:17.942Z[ host-image] Aug 16 05:39:16.548 INFO O| Aug 16 05:39:16.548 INFO STEP 57 (ensure_file) COMPLETE
90452024-08-16T05:39:17.942Z[ host-image] Aug 16 05:39:16.548 INFO O| Aug 16 05:39:16.548 INFO STEP 58: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
90462024-08-16T05:39:17.951Z[ host-image] Aug 16 05:39:16.559 INFO O| Aug 16 05:39:16.559 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/ddmd does not exist
90472024-08-16T05:39:17.951Z[ host-image] Aug 16 05:39:16.559 INFO O| Aug 16 05:39:16.559 INFO copying /tmp/.tmpGXLJbR/proto/host/root/opt/oxide/mg-ddm/ddmd -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/ddmd ...
90482024-08-16T05:39:19.029Z[ host-image] Aug 16 05:39:17.636 INFO O| Aug 16 05:39:17.636 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/ddmd
90492024-08-16T05:39:19.029Z[ host-image] Aug 16 05:39:17.636 INFO O| Aug 16 05:39:17.636 INFO ok!
90502024-08-16T05:39:19.029Z[ host-image] Aug 16 05:39:17.636 INFO O| Aug 16 05:39:17.636 INFO STEP 58 (ensure_file) COMPLETE
90512024-08-16T05:39:19.031Z[ host-image] Aug 16 05:39:17.636 INFO O| Aug 16 05:39:17.636 INFO STEP 59: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
90522024-08-16T05:39:19.041Z[ host-image] Aug 16 05:39:17.648 INFO O| Aug 16 05:39:17.648 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/pkg
90532024-08-16T05:39:19.041Z[ host-image] Aug 16 05:39:17.648 INFO O| Aug 16 05:39:17.648 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/pkg
90542024-08-16T05:39:19.043Z[ host-image] Aug 16 05:39:17.648 INFO O| Aug 16 05:39:17.648 INFO STEP 59 (ensure_dir) COMPLETE
90552024-08-16T05:39:19.043Z[ host-image] Aug 16 05:39:17.648 INFO O| Aug 16 05:39:17.648 INFO STEP 60: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
90562024-08-16T05:39:19.051Z[ host-image] Aug 16 05:39:17.658 INFO O| Aug 16 05:39:17.658 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/pkg/refresh_ctrun_child.sh does not exist
90572024-08-16T05:39:19.051Z[ host-image] Aug 16 05:39:17.658 INFO O| Aug 16 05:39:17.658 INFO copying /tmp/.tmpGXLJbR/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 ...
90582024-08-16T05:39:19.053Z[ host-image] Aug 16 05:39:17.658 INFO O| Aug 16 05:39:17.658 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/pkg/refresh_ctrun_child.sh
90592024-08-16T05:39:19.053Z[ host-image] Aug 16 05:39:17.658 INFO O| Aug 16 05:39:17.658 INFO ok!
90602024-08-16T05:39:19.053Z[ host-image] Aug 16 05:39:17.658 INFO O| Aug 16 05:39:17.658 INFO STEP 60 (ensure_file) COMPLETE
90612024-08-16T05:39:19.053Z[ host-image] Aug 16 05:39:17.658 INFO O| Aug 16 05:39:17.658 INFO STEP 61: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
90622024-08-16T05:39:19.060Z[ host-image] Aug 16 05:39:17.668 INFO O| Aug 16 05:39:17.668 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/pkg/mgd_method_script.sh does not exist
90632024-08-16T05:39:19.060Z[ host-image] Aug 16 05:39:17.668 INFO O| Aug 16 05:39:17.668 INFO copying /tmp/.tmpGXLJbR/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 ...
90642024-08-16T05:39:19.063Z[ host-image] Aug 16 05:39:17.668 INFO O| Aug 16 05:39:17.668 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/pkg/mgd_method_script.sh
90652024-08-16T05:39:19.063Z[ host-image] Aug 16 05:39:17.668 INFO O| Aug 16 05:39:17.668 INFO ok!
90662024-08-16T05:39:19.063Z[ host-image] Aug 16 05:39:17.668 INFO O| Aug 16 05:39:17.668 INFO STEP 61 (ensure_file) COMPLETE
90672024-08-16T05:39:19.063Z[ host-image] Aug 16 05:39:17.668 INFO O| Aug 16 05:39:17.668 INFO STEP 62: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
90682024-08-16T05:39:19.069Z[ host-image] Aug 16 05:39:17.677 INFO O| Aug 16 05:39:17.677 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/pkg/mgd
90692024-08-16T05:39:19.073Z[ host-image] Aug 16 05:39:17.677 INFO O| Aug 16 05:39:17.677 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/pkg/mgd
90702024-08-16T05:39:19.073Z[ host-image] Aug 16 05:39:17.677 INFO O| Aug 16 05:39:17.677 INFO STEP 62 (ensure_dir) COMPLETE
90712024-08-16T05:39:19.073Z[ host-image] Aug 16 05:39:17.677 INFO O| Aug 16 05:39:17.677 INFO STEP 63: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
90722024-08-16T05:39:19.079Z[ host-image] Aug 16 05:39:17.687 INFO O| Aug 16 05:39:17.686 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/pkg/mgd/manifest.xml does not exist
90732024-08-16T05:39:19.079Z[ host-image] Aug 16 05:39:17.687 INFO O| Aug 16 05:39:17.687 INFO copying /tmp/.tmpGXLJbR/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 ...
90742024-08-16T05:39:19.082Z[ host-image] Aug 16 05:39:17.687 INFO O| Aug 16 05:39:17.687 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/pkg/mgd/manifest.xml
90752024-08-16T05:39:19.082Z[ host-image] Aug 16 05:39:17.687 INFO O| Aug 16 05:39:17.687 INFO ok!
90762024-08-16T05:39:19.082Z[ host-image] Aug 16 05:39:17.687 INFO O| Aug 16 05:39:17.687 INFO STEP 63 (ensure_file) COMPLETE
90772024-08-16T05:39:19.082Z[ host-image] Aug 16 05:39:17.687 INFO O| Aug 16 05:39:17.687 INFO STEP 64: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
90782024-08-16T05:39:19.088Z[ host-image] Aug 16 05:39:17.696 INFO O| Aug 16 05:39:17.696 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/pkg/ddm_method_script.sh does not exist
90792024-08-16T05:39:19.089Z[ host-image] Aug 16 05:39:17.696 INFO O| Aug 16 05:39:17.696 INFO copying /tmp/.tmpGXLJbR/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 ...
90802024-08-16T05:39:19.091Z[ host-image] Aug 16 05:39:17.696 INFO O| Aug 16 05:39:17.696 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/pkg/ddm_method_script.sh
90812024-08-16T05:39:19.091Z[ host-image] Aug 16 05:39:17.696 INFO O| Aug 16 05:39:17.696 INFO ok!
90822024-08-16T05:39:19.091Z[ host-image] Aug 16 05:39:17.696 INFO O| Aug 16 05:39:17.696 INFO STEP 64 (ensure_file) COMPLETE
90832024-08-16T05:39:19.091Z[ host-image] Aug 16 05:39:17.696 INFO O| Aug 16 05:39:17.696 INFO STEP 65: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
90842024-08-16T05:39:19.098Z[ host-image] Aug 16 05:39:17.705 INFO O| Aug 16 05:39:17.705 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/pkg/ddm
90852024-08-16T05:39:19.100Z[ host-image] Aug 16 05:39:17.706 INFO O| Aug 16 05:39:17.705 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/pkg/ddm
90862024-08-16T05:39:19.100Z[ host-image] Aug 16 05:39:17.706 INFO O| Aug 16 05:39:17.706 INFO STEP 65 (ensure_dir) COMPLETE
90872024-08-16T05:39:19.100Z[ host-image] Aug 16 05:39:17.706 INFO O| Aug 16 05:39:17.706 INFO STEP 66: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
90882024-08-16T05:39:19.108Z[ host-image] Aug 16 05:39:17.715 INFO O| Aug 16 05:39:17.715 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/pkg/ddm/manifest.xml does not exist
90892024-08-16T05:39:19.108Z[ host-image] Aug 16 05:39:17.715 INFO O| Aug 16 05:39:17.715 INFO copying /tmp/.tmpGXLJbR/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 ...
90902024-08-16T05:39:19.110Z[ host-image] Aug 16 05:39:17.715 INFO O| Aug 16 05:39:17.715 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/pkg/ddm/manifest.xml
90912024-08-16T05:39:19.110Z[ host-image] Aug 16 05:39:17.715 INFO O| Aug 16 05:39:17.715 INFO ok!
90922024-08-16T05:39:19.110Z[ host-image] Aug 16 05:39:17.715 INFO O| Aug 16 05:39:17.715 INFO STEP 66 (ensure_file) COMPLETE
90932024-08-16T05:39:19.110Z[ host-image] Aug 16 05:39:17.715 INFO O| Aug 16 05:39:17.715 INFO STEP 67: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
90942024-08-16T05:39:19.117Z[ host-image] Aug 16 05:39:17.724 INFO O| Aug 16 05:39:17.724 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/VERSION does not exist
90952024-08-16T05:39:19.117Z[ host-image] Aug 16 05:39:17.724 INFO O| Aug 16 05:39:17.724 INFO copying /tmp/.tmpGXLJbR/proto/host/root/opt/oxide/mg-ddm/VERSION -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/VERSION ...
90962024-08-16T05:39:19.119Z[ host-image] Aug 16 05:39:17.724 INFO O| Aug 16 05:39:17.724 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/VERSION
90972024-08-16T05:39:19.119Z[ host-image] Aug 16 05:39:17.724 INFO O| Aug 16 05:39:17.724 INFO ok!
90982024-08-16T05:39:19.119Z[ host-image] Aug 16 05:39:17.724 INFO O| Aug 16 05:39:17.724 INFO STEP 67 (ensure_file) COMPLETE
90992024-08-16T05:39:19.119Z[ host-image] Aug 16 05:39:17.724 INFO O| Aug 16 05:39:17.724 INFO STEP 68: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
91002024-08-16T05:39:19.126Z[ host-image] Aug 16 05:39:17.734 INFO O| Aug 16 05:39:17.734 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent
91012024-08-16T05:39:19.126Z[ host-image] Aug 16 05:39:17.734 INFO O| Aug 16 05:39:17.734 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent
91022024-08-16T05:39:19.129Z[ host-image] Aug 16 05:39:17.734 INFO O| Aug 16 05:39:17.734 INFO STEP 68 (ensure_dir) COMPLETE
91032024-08-16T05:39:19.129Z[ host-image] Aug 16 05:39:17.734 INFO O| Aug 16 05:39:17.734 INFO STEP 69: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
91042024-08-16T05:39:19.137Z[ host-image] Aug 16 05:39:17.743 INFO O| Aug 16 05:39:17.743 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent/zone-bundle does not exist
91052024-08-16T05:39:19.137Z[ host-image] Aug 16 05:39:17.743 INFO O| Aug 16 05:39:17.743 INFO copying /tmp/.tmpGXLJbR/proto/host/root/opt/oxide/sled-agent/zone-bundle -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent/zone-bundle ...
91062024-08-16T05:39:19.679Z[ host-image] Aug 16 05:39:18.286 INFO O| Aug 16 05:39:18.286 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent/zone-bundle
91072024-08-16T05:39:19.679Z[ host-image] Aug 16 05:39:18.286 INFO O| Aug 16 05:39:18.286 INFO ok!
91082024-08-16T05:39:19.679Z[ host-image] Aug 16 05:39:18.286 INFO O| Aug 16 05:39:18.286 INFO STEP 69 (ensure_file) COMPLETE
91092024-08-16T05:39:19.679Z[ host-image] Aug 16 05:39:18.286 INFO O| Aug 16 05:39:18.286 INFO STEP 70: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
91102024-08-16T05:39:19.690Z[ host-image] Aug 16 05:39:18.297 INFO O| Aug 16 05:39:18.297 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent/sled-agent does not exist
91112024-08-16T05:39:19.690Z[ host-image] Aug 16 05:39:18.297 INFO O| Aug 16 05:39:18.297 INFO copying /tmp/.tmpGXLJbR/proto/host/root/opt/oxide/sled-agent/sled-agent -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent/sled-agent ...
91122024-08-16T05:39:21.110Z[ host-image] Aug 16 05:39:19.715 INFO O| Aug 16 05:39:19.715 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent/sled-agent
91132024-08-16T05:39:21.113Z[ host-image] Aug 16 05:39:19.715 INFO O| Aug 16 05:39:19.715 INFO ok!
91142024-08-16T05:39:21.113Z[ host-image] Aug 16 05:39:19.715 INFO O| Aug 16 05:39:19.715 INFO STEP 70 (ensure_file) COMPLETE
91152024-08-16T05:39:21.113Z[ host-image] Aug 16 05:39:19.715 INFO O| Aug 16 05:39:19.715 INFO STEP 71: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
91162024-08-16T05:39:21.122Z[ host-image] Aug 16 05:39:19.728 INFO O| Aug 16 05:39:19.728 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent/pkg
91172024-08-16T05:39:21.124Z[ host-image] Aug 16 05:39:19.728 INFO O| Aug 16 05:39:19.728 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent/pkg
91182024-08-16T05:39:21.124Z[ host-image] Aug 16 05:39:19.728 INFO O| Aug 16 05:39:19.728 INFO STEP 71 (ensure_dir) COMPLETE
91192024-08-16T05:39:21.124Z[ host-image] Aug 16 05:39:19.728 INFO O| Aug 16 05:39:19.728 INFO STEP 72: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
91202024-08-16T05:39:21.132Z[ host-image] Aug 16 05:39:19.739 INFO O| Aug 16 05:39:19.739 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent/pkg/config.toml does not exist
91212024-08-16T05:39:21.135Z[ host-image] Aug 16 05:39:19.739 INFO O| Aug 16 05:39:19.739 INFO copying /tmp/.tmpGXLJbR/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 ...
91222024-08-16T05:39:21.135Z[ host-image] Aug 16 05:39:19.739 INFO O| Aug 16 05:39:19.739 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent/pkg/config.toml
91232024-08-16T05:39:21.135Z[ host-image] Aug 16 05:39:19.739 INFO O| Aug 16 05:39:19.739 INFO ok!
91242024-08-16T05:39:21.135Z[ host-image] Aug 16 05:39:19.739 INFO O| Aug 16 05:39:19.739 INFO STEP 72 (ensure_file) COMPLETE
91252024-08-16T05:39:21.135Z[ host-image] Aug 16 05:39:19.739 INFO O| Aug 16 05:39:19.739 INFO STEP 73: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
91262024-08-16T05:39:21.142Z[ host-image] Aug 16 05:39:19.749 INFO O| Aug 16 05:39:19.749 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent/pkg/README.md does not exist
91272024-08-16T05:39:21.145Z[ host-image] Aug 16 05:39:19.749 INFO O| Aug 16 05:39:19.749 INFO copying /tmp/.tmpGXLJbR/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 ...
91282024-08-16T05:39:21.145Z[ host-image] Aug 16 05:39:19.749 INFO O| Aug 16 05:39:19.749 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent/pkg/README.md
91292024-08-16T05:39:21.145Z[ host-image] Aug 16 05:39:19.749 INFO O| Aug 16 05:39:19.749 INFO ok!
91302024-08-16T05:39:21.145Z[ host-image] Aug 16 05:39:19.749 INFO O| Aug 16 05:39:19.749 INFO STEP 73 (ensure_file) COMPLETE
91312024-08-16T05:39:21.145Z[ host-image] Aug 16 05:39:19.749 INFO O| Aug 16 05:39:19.749 INFO STEP 74: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
91322024-08-16T05:39:21.152Z[ host-image] Aug 16 05:39:19.759 INFO O| Aug 16 05:39:19.759 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent/VERSION does not exist
91332024-08-16T05:39:21.152Z[ host-image] Aug 16 05:39:19.759 INFO O| Aug 16 05:39:19.759 INFO copying /tmp/.tmpGXLJbR/proto/host/root/opt/oxide/sled-agent/VERSION -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent/VERSION ...
91342024-08-16T05:39:21.155Z[ host-image] Aug 16 05:39:19.759 INFO O| Aug 16 05:39:19.759 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent/VERSION
91352024-08-16T05:39:21.155Z[ host-image] Aug 16 05:39:19.759 INFO O| Aug 16 05:39:19.759 INFO ok!
91362024-08-16T05:39:21.155Z[ host-image] Aug 16 05:39:19.759 INFO O| Aug 16 05:39:19.759 INFO STEP 74 (ensure_file) COMPLETE
91372024-08-16T05:39:21.155Z[ host-image] Aug 16 05:39:19.759 INFO O| Aug 16 05:39:19.759 INFO STEP 75: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
91382024-08-16T05:39:21.162Z[ host-image] Aug 16 05:39:19.768 INFO O| Aug 16 05:39:19.768 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/overlay.tar.gz does not exist
91392024-08-16T05:39:21.162Z[ host-image] Aug 16 05:39:19.768 INFO O| Aug 16 05:39:19.768 INFO copying /tmp/.tmpGXLJbR/proto/host/root/opt/oxide/overlay.tar.gz -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/overlay.tar.gz ...
91402024-08-16T05:39:21.164Z[ host-image] Aug 16 05:39:19.768 INFO O| Aug 16 05:39:19.768 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/overlay.tar.gz
91412024-08-16T05:39:21.164Z[ host-image] Aug 16 05:39:19.768 INFO O| Aug 16 05:39:19.768 INFO ok!
91422024-08-16T05:39:21.164Z[ host-image] Aug 16 05:39:19.768 INFO O| Aug 16 05:39:19.768 INFO STEP 75 (ensure_file) COMPLETE
91432024-08-16T05:39:21.164Z[ host-image] Aug 16 05:39:19.768 INFO O| Aug 16 05:39:19.768 INFO STEP 76: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
91442024-08-16T05:39:21.171Z[ host-image] Aug 16 05:39:19.777 INFO O| Aug 16 05:39:19.777 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/oxlog
91452024-08-16T05:39:21.174Z[ host-image] Aug 16 05:39:19.778 INFO O| Aug 16 05:39:19.778 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/oxlog
91462024-08-16T05:39:21.174Z[ host-image] Aug 16 05:39:19.778 INFO O| Aug 16 05:39:19.778 INFO STEP 76 (ensure_dir) COMPLETE
91472024-08-16T05:39:21.174Z[ host-image] Aug 16 05:39:19.778 INFO O| Aug 16 05:39:19.778 INFO STEP 77: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
91482024-08-16T05:39:21.180Z[ host-image] Aug 16 05:39:19.787 INFO O| Aug 16 05:39:19.787 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/oxlog/oxlog does not exist
91492024-08-16T05:39:21.181Z[ host-image] Aug 16 05:39:19.787 INFO O| Aug 16 05:39:19.787 INFO copying /tmp/.tmpGXLJbR/proto/host/root/opt/oxide/oxlog/oxlog -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/oxlog/oxlog ...
91502024-08-16T05:39:21.650Z[ host-image] Aug 16 05:39:20.255 INFO O| Aug 16 05:39:20.254 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/oxlog/oxlog
91512024-08-16T05:39:21.650Z[ host-image] Aug 16 05:39:20.255 INFO O| Aug 16 05:39:20.255 INFO ok!
91522024-08-16T05:39:21.654Z[ host-image] Aug 16 05:39:20.255 INFO O| Aug 16 05:39:20.255 INFO STEP 77 (ensure_file) COMPLETE
91532024-08-16T05:39:21.654Z[ host-image] Aug 16 05:39:20.255 INFO O| Aug 16 05:39:20.255 INFO STEP 78: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
91542024-08-16T05:39:21.661Z[ host-image] Aug 16 05:39:20.266 INFO O| Aug 16 05:39:20.266 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/oxlog/VERSION does not exist
91552024-08-16T05:39:21.661Z[ host-image] Aug 16 05:39:20.266 INFO O| Aug 16 05:39:20.266 INFO copying /tmp/.tmpGXLJbR/proto/host/root/opt/oxide/oxlog/VERSION -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/oxlog/VERSION ...
91562024-08-16T05:39:21.665Z[ host-image] Aug 16 05:39:20.266 INFO O| Aug 16 05:39:20.266 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/oxlog/VERSION
91572024-08-16T05:39:21.665Z[ host-image] Aug 16 05:39:20.266 INFO O| Aug 16 05:39:20.266 INFO ok!
91582024-08-16T05:39:21.665Z[ host-image] Aug 16 05:39:20.266 INFO O| Aug 16 05:39:20.266 INFO STEP 78 (ensure_file) COMPLETE
91592024-08-16T05:39:21.665Z[ host-image] Aug 16 05:39:20.266 INFO O| Aug 16 05:39:20.266 INFO STEP 79: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
91602024-08-16T05:39:21.670Z[ host-image] Aug 16 05:39:20.276 INFO O| Aug 16 05:39:20.276 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/propolis-server.tar.gz does not exist
91612024-08-16T05:39:21.671Z[ host-image] Aug 16 05:39:20.276 INFO O| Aug 16 05:39:20.276 INFO copying /tmp/.tmpGXLJbR/proto/host/root/opt/oxide/propolis-server.tar.gz -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/propolis-server.tar.gz ...
91622024-08-16T05:39:22.235Z[ host-image] Aug 16 05:39:20.840 INFO O| Aug 16 05:39:20.840 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/propolis-server.tar.gz
91632024-08-16T05:39:22.235Z[ host-image] Aug 16 05:39:20.840 INFO O| Aug 16 05:39:20.840 INFO ok!
91642024-08-16T05:39:22.238Z[ host-image] Aug 16 05:39:20.840 INFO O| Aug 16 05:39:20.840 INFO STEP 79 (ensure_file) COMPLETE
91652024-08-16T05:39:22.238Z[ host-image] Aug 16 05:39:20.840 INFO O| Aug 16 05:39:20.840 INFO STEP 80: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
91662024-08-16T05:39:22.247Z[ host-image] Aug 16 05:39:20.852 INFO O| Aug 16 05:39:20.852 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind
91672024-08-16T05:39:22.249Z[ host-image] Aug 16 05:39:20.853 INFO O| Aug 16 05:39:20.853 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind
91682024-08-16T05:39:22.249Z[ host-image] Aug 16 05:39:20.853 INFO O| Aug 16 05:39:20.853 INFO STEP 80 (ensure_dir) COMPLETE
91692024-08-16T05:39:22.249Z[ host-image] Aug 16 05:39:20.853 INFO O| Aug 16 05:39:20.853 INFO STEP 81: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
91702024-08-16T05:39:22.256Z[ host-image] Aug 16 05:39:20.862 INFO O| Aug 16 05:39:20.862 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/lib
91712024-08-16T05:39:22.259Z[ host-image] Aug 16 05:39:20.862 INFO O| Aug 16 05:39:20.862 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/lib
91722024-08-16T05:39:22.259Z[ host-image] Aug 16 05:39:20.862 INFO O| Aug 16 05:39:20.862 INFO STEP 81 (ensure_dir) COMPLETE
91732024-08-16T05:39:22.259Z[ host-image] Aug 16 05:39:20.862 INFO O| Aug 16 05:39:20.862 INFO STEP 82: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
91742024-08-16T05:39:22.266Z[ host-image] Aug 16 05:39:20.872 INFO O| Aug 16 05:39:20.872 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/lib/svc
91752024-08-16T05:39:22.269Z[ host-image] Aug 16 05:39:20.872 INFO O| Aug 16 05:39:20.872 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/lib/svc
91762024-08-16T05:39:22.269Z[ host-image] Aug 16 05:39:20.872 INFO O| Aug 16 05:39:20.872 INFO STEP 82 (ensure_dir) COMPLETE
91772024-08-16T05:39:22.269Z[ host-image] Aug 16 05:39:20.872 INFO O| Aug 16 05:39:20.872 INFO STEP 83: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
91782024-08-16T05:39:22.275Z[ host-image] Aug 16 05:39:20.881 INFO O| Aug 16 05:39:20.881 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/lib/svc/manifest
91792024-08-16T05:39:22.275Z[ host-image] Aug 16 05:39:20.881 INFO O| Aug 16 05:39:20.881 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/lib/svc/manifest
91802024-08-16T05:39:22.278Z[ host-image] Aug 16 05:39:20.881 INFO O| Aug 16 05:39:20.881 INFO STEP 83 (ensure_dir) COMPLETE
91812024-08-16T05:39:22.278Z[ host-image] Aug 16 05:39:20.881 INFO O| Aug 16 05:39:20.881 INFO STEP 84: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
91822024-08-16T05:39:22.284Z[ host-image] Aug 16 05:39:20.890 INFO O| Aug 16 05:39:20.890 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/lib/svc/manifest/system
91832024-08-16T05:39:22.284Z[ host-image] Aug 16 05:39:20.890 INFO O| Aug 16 05:39:20.890 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/lib/svc/manifest/system
91842024-08-16T05:39:22.284Z[ host-image] Aug 16 05:39:20.890 INFO O| Aug 16 05:39:20.890 INFO STEP 84 (ensure_dir) COMPLETE
91852024-08-16T05:39:22.288Z[ host-image] Aug 16 05:39:20.890 INFO O| Aug 16 05:39:20.890 INFO STEP 85: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
91862024-08-16T05:39:22.294Z[ host-image] Aug 16 05:39:20.900 INFO O| Aug 16 05:39:20.900 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/lib/svc/manifest/system/pumpkind.xml does not exist
91872024-08-16T05:39:22.294Z[ host-image] Aug 16 05:39:20.900 INFO O| Aug 16 05:39:20.900 INFO copying /tmp/.tmpGXLJbR/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 ...
91882024-08-16T05:39:22.296Z[ host-image] Aug 16 05:39:20.900 INFO O| Aug 16 05:39:20.900 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/lib/svc/manifest/system/pumpkind.xml
91892024-08-16T05:39:22.296Z[ host-image] Aug 16 05:39:20.900 INFO O| Aug 16 05:39:20.900 INFO ok!
91902024-08-16T05:39:22.296Z[ host-image] Aug 16 05:39:20.900 INFO O| Aug 16 05:39:20.900 INFO STEP 85 (ensure_file) COMPLETE
91912024-08-16T05:39:22.296Z[ host-image] Aug 16 05:39:20.900 INFO O| Aug 16 05:39:20.900 INFO STEP 86: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
91922024-08-16T05:39:22.304Z[ host-image] Aug 16 05:39:20.909 INFO O| Aug 16 05:39:20.909 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/bin
91932024-08-16T05:39:22.306Z[ host-image] Aug 16 05:39:20.910 INFO O| Aug 16 05:39:20.909 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/bin
91942024-08-16T05:39:22.306Z[ host-image] Aug 16 05:39:20.910 INFO O| Aug 16 05:39:20.910 INFO STEP 86 (ensure_dir) COMPLETE
91952024-08-16T05:39:22.306Z[ host-image] Aug 16 05:39:20.910 INFO O| Aug 16 05:39:20.910 INFO STEP 87: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
91962024-08-16T05:39:22.313Z[ host-image] Aug 16 05:39:20.919 INFO O| Aug 16 05:39:20.919 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/bin/svc-pumpkind does not exist
91972024-08-16T05:39:22.313Z[ host-image] Aug 16 05:39:20.919 INFO O| Aug 16 05:39:20.919 INFO copying /tmp/.tmpGXLJbR/proto/host/root/opt/oxide/pumpkind/bin/svc-pumpkind -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/bin/svc-pumpkind ...
91982024-08-16T05:39:22.313Z[ host-image] Aug 16 05:39:20.919 INFO O| Aug 16 05:39:20.919 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/bin/svc-pumpkind
91992024-08-16T05:39:22.316Z[ host-image] Aug 16 05:39:20.919 INFO O| Aug 16 05:39:20.919 INFO ok!
92002024-08-16T05:39:22.316Z[ host-image] Aug 16 05:39:20.919 INFO O| Aug 16 05:39:20.919 INFO STEP 87 (ensure_file) COMPLETE
92012024-08-16T05:39:22.316Z[ host-image] Aug 16 05:39:20.919 INFO O| Aug 16 05:39:20.919 INFO STEP 88: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
92022024-08-16T05:39:22.323Z[ host-image] Aug 16 05:39:20.928 INFO O| Aug 16 05:39:20.928 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/bin/pumpkinadm does not exist
92032024-08-16T05:39:22.323Z[ host-image] Aug 16 05:39:20.928 INFO O| Aug 16 05:39:20.928 INFO copying /tmp/.tmpGXLJbR/proto/host/root/opt/oxide/pumpkind/bin/pumpkinadm -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/bin/pumpkinadm ...
92042024-08-16T05:39:22.334Z[ host-image] Aug 16 05:39:20.939 INFO O| Aug 16 05:39:20.939 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/bin/pumpkinadm
92052024-08-16T05:39:22.334Z[ host-image] Aug 16 05:39:20.939 INFO O| Aug 16 05:39:20.939 INFO ok!
92062024-08-16T05:39:22.337Z[ host-image] Aug 16 05:39:20.939 INFO O| Aug 16 05:39:20.939 INFO STEP 88 (ensure_file) COMPLETE
92072024-08-16T05:39:22.337Z[ host-image] Aug 16 05:39:20.939 INFO O| Aug 16 05:39:20.939 INFO STEP 89: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
92082024-08-16T05:39:22.343Z[ host-image] Aug 16 05:39:20.949 INFO O| Aug 16 05:39:20.949 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/bin/pumpkind does not exist
92092024-08-16T05:39:22.346Z[ host-image] Aug 16 05:39:20.949 INFO O| Aug 16 05:39:20.949 INFO copying /tmp/.tmpGXLJbR/proto/host/root/opt/oxide/pumpkind/bin/pumpkind -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/bin/pumpkind ...
92102024-08-16T05:39:22.822Z[ host-image] Aug 16 05:39:21.428 INFO O| Aug 16 05:39:21.427 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/bin/pumpkind
92112024-08-16T05:39:22.822Z[ host-image] Aug 16 05:39:21.428 INFO O| Aug 16 05:39:21.427 INFO ok!
92122024-08-16T05:39:22.825Z[ host-image] Aug 16 05:39:21.428 INFO O| Aug 16 05:39:21.427 INFO STEP 89 (ensure_file) COMPLETE
92132024-08-16T05:39:22.825Z[ host-image] Aug 16 05:39:21.428 INFO O| Aug 16 05:39:21.427 INFO STEP 90: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
92142024-08-16T05:39:22.835Z[ host-image] Aug 16 05:39:21.440 INFO O| Aug 16 05:39:21.440 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/VERSION does not exist
92152024-08-16T05:39:22.837Z[ host-image] Aug 16 05:39:21.440 INFO O| Aug 16 05:39:21.440 INFO copying /tmp/.tmpGXLJbR/proto/host/root/opt/oxide/pumpkind/VERSION -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/VERSION ...
92162024-08-16T05:39:22.837Z[ host-image] Aug 16 05:39:21.441 INFO O| Aug 16 05:39:21.440 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/VERSION
92172024-08-16T05:39:22.837Z[ host-image] Aug 16 05:39:21.441 INFO O| Aug 16 05:39:21.441 INFO ok!
92182024-08-16T05:39:22.838Z[ host-image] Aug 16 05:39:21.441 INFO O| Aug 16 05:39:21.441 INFO STEP 90 (ensure_file) COMPLETE
92192024-08-16T05:39:22.838Z[ host-image] Aug 16 05:39:21.441 INFO O| Aug 16 05:39:21.441 INFO STEP 91: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
92202024-08-16T05:39:22.845Z[ host-image] Aug 16 05:39:21.451 INFO O| Aug 16 05:39:21.451 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace
92212024-08-16T05:39:22.848Z[ host-image] Aug 16 05:39:21.451 INFO O| Aug 16 05:39:21.451 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace
92222024-08-16T05:39:22.848Z[ host-image] Aug 16 05:39:21.451 INFO O| Aug 16 05:39:21.451 INFO STEP 91 (ensure_dir) COMPLETE
92232024-08-16T05:39:22.848Z[ host-image] Aug 16 05:39:21.451 INFO O| Aug 16 05:39:21.451 INFO STEP 92: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
92242024-08-16T05:39:22.855Z[ host-image] Aug 16 05:39:21.461 INFO O| Aug 16 05:39:21.461 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/upstairs_repair.d does not exist
92252024-08-16T05:39:22.858Z[ host-image] Aug 16 05:39:21.461 INFO O| Aug 16 05:39:21.461 INFO copying /tmp/.tmpGXLJbR/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 ...
92262024-08-16T05:39:22.858Z[ host-image] Aug 16 05:39:21.461 INFO O| Aug 16 05:39:21.461 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/upstairs_repair.d
92272024-08-16T05:39:22.858Z[ host-image] Aug 16 05:39:21.461 INFO O| Aug 16 05:39:21.461 INFO ok!
92282024-08-16T05:39:22.858Z[ host-image] Aug 16 05:39:21.461 INFO O| Aug 16 05:39:21.461 INFO STEP 92 (ensure_file) COMPLETE
92292024-08-16T05:39:22.858Z[ host-image] Aug 16 05:39:21.461 INFO O| Aug 16 05:39:21.461 INFO STEP 93: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
92302024-08-16T05:39:22.866Z[ host-image] Aug 16 05:39:21.471 INFO O| Aug 16 05:39:21.471 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/upstairs_raw.d does not exist
92312024-08-16T05:39:22.869Z[ host-image] Aug 16 05:39:21.471 INFO O| Aug 16 05:39:21.471 INFO copying /tmp/.tmpGXLJbR/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 ...
92322024-08-16T05:39:22.869Z[ host-image] Aug 16 05:39:21.471 INFO O| Aug 16 05:39:21.471 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/upstairs_raw.d
92332024-08-16T05:39:22.869Z[ host-image] Aug 16 05:39:21.471 INFO O| Aug 16 05:39:21.471 INFO ok!
92342024-08-16T05:39:22.869Z[ host-image] Aug 16 05:39:21.471 INFO O| Aug 16 05:39:21.471 INFO STEP 93 (ensure_file) COMPLETE
92352024-08-16T05:39:22.869Z[ host-image] Aug 16 05:39:21.471 INFO O| Aug 16 05:39:21.471 INFO STEP 94: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
92362024-08-16T05:39:22.875Z[ host-image] Aug 16 05:39:21.480 INFO O| Aug 16 05:39:21.480 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/upstairs_info.d does not exist
92372024-08-16T05:39:22.881Z[ host-image] Aug 16 05:39:21.480 INFO O| Aug 16 05:39:21.480 INFO copying /tmp/.tmpGXLJbR/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 ...
92382024-08-16T05:39:22.881Z[ host-image] Aug 16 05:39:21.481 INFO O| Aug 16 05:39:21.481 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/upstairs_info.d
92392024-08-16T05:39:22.881Z[ host-image] Aug 16 05:39:21.481 INFO O| Aug 16 05:39:21.481 INFO ok!
92402024-08-16T05:39:22.881Z[ host-image] Aug 16 05:39:21.481 INFO O| Aug 16 05:39:21.481 INFO STEP 94 (ensure_file) COMPLETE
92412024-08-16T05:39:22.882Z[ host-image] Aug 16 05:39:21.481 INFO O| Aug 16 05:39:21.481 INFO STEP 95: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
92422024-08-16T05:39:22.885Z[ host-image] Aug 16 05:39:21.490 INFO O| Aug 16 05:39:21.490 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/upstairs_count.d does not exist
92432024-08-16T05:39:22.885Z[ host-image] Aug 16 05:39:21.490 INFO O| Aug 16 05:39:21.490 INFO copying /tmp/.tmpGXLJbR/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 ...
92442024-08-16T05:39:22.888Z[ host-image] Aug 16 05:39:21.490 INFO O| Aug 16 05:39:21.490 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/upstairs_count.d
92452024-08-16T05:39:22.888Z[ host-image] Aug 16 05:39:21.490 INFO O| Aug 16 05:39:21.490 INFO ok!
92462024-08-16T05:39:22.888Z[ host-image] Aug 16 05:39:21.490 INFO O| Aug 16 05:39:21.490 INFO STEP 95 (ensure_file) COMPLETE
92472024-08-16T05:39:22.888Z[ host-image] Aug 16 05:39:21.490 INFO O| Aug 16 05:39:21.490 INFO STEP 96: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
92482024-08-16T05:39:22.895Z[ host-image] Aug 16 05:39:21.500 INFO O| Aug 16 05:39:21.500 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/upstairs_action.d does not exist
92492024-08-16T05:39:22.895Z[ host-image] Aug 16 05:39:21.500 INFO O| Aug 16 05:39:21.500 INFO copying /tmp/.tmpGXLJbR/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 ...
92502024-08-16T05:39:22.898Z[ host-image] Aug 16 05:39:21.500 INFO O| Aug 16 05:39:21.500 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/upstairs_action.d
92512024-08-16T05:39:22.898Z[ host-image] Aug 16 05:39:21.500 INFO O| Aug 16 05:39:21.500 INFO ok!
92522024-08-16T05:39:22.898Z[ host-image] Aug 16 05:39:21.500 INFO O| Aug 16 05:39:21.500 INFO STEP 96 (ensure_file) COMPLETE
92532024-08-16T05:39:22.898Z[ host-image] Aug 16 05:39:21.500 INFO O| Aug 16 05:39:21.500 INFO STEP 97: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
92542024-08-16T05:39:22.906Z[ host-image] Aug 16 05:39:21.510 INFO O| Aug 16 05:39:21.510 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/tracegw.d does not exist
92552024-08-16T05:39:22.906Z[ host-image] Aug 16 05:39:21.510 INFO O| Aug 16 05:39:21.510 INFO copying /tmp/.tmpGXLJbR/proto/host/root/opt/oxide/crucible_dtrace/tracegw.d -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/tracegw.d ...
92562024-08-16T05:39:22.908Z[ host-image] Aug 16 05:39:21.510 INFO O| Aug 16 05:39:21.510 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/tracegw.d
92572024-08-16T05:39:22.908Z[ host-image] Aug 16 05:39:21.510 INFO O| Aug 16 05:39:21.510 INFO ok!
92582024-08-16T05:39:22.908Z[ host-image] Aug 16 05:39:21.510 INFO O| Aug 16 05:39:21.510 INFO STEP 97 (ensure_file) COMPLETE
92592024-08-16T05:39:22.908Z[ host-image] Aug 16 05:39:21.510 INFO O| Aug 16 05:39:21.510 INFO STEP 98: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
92602024-08-16T05:39:22.914Z[ host-image] Aug 16 05:39:21.519 INFO O| Aug 16 05:39:21.519 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/trace-vol.d does not exist
92612024-08-16T05:39:22.914Z[ host-image] Aug 16 05:39:21.520 INFO O| Aug 16 05:39:21.519 INFO copying /tmp/.tmpGXLJbR/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 ...
92622024-08-16T05:39:22.917Z[ host-image] Aug 16 05:39:21.520 INFO O| Aug 16 05:39:21.520 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/trace-vol.d
92632024-08-16T05:39:22.917Z[ host-image] Aug 16 05:39:21.520 INFO O| Aug 16 05:39:21.520 INFO ok!
92642024-08-16T05:39:22.917Z[ host-image] Aug 16 05:39:21.520 INFO O| Aug 16 05:39:21.520 INFO STEP 98 (ensure_file) COMPLETE
92652024-08-16T05:39:22.917Z[ host-image] Aug 16 05:39:21.520 INFO O| Aug 16 05:39:21.520 INFO STEP 99: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
92662024-08-16T05:39:22.924Z[ host-image] Aug 16 05:39:21.529 INFO O| Aug 16 05:39:21.529 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/sled_upstairs_info.d does not exist
92672024-08-16T05:39:22.924Z[ host-image] Aug 16 05:39:21.529 INFO O| Aug 16 05:39:21.529 INFO copying /tmp/.tmpGXLJbR/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 ...
92682024-08-16T05:39:22.927Z[ host-image] Aug 16 05:39:21.529 INFO O| Aug 16 05:39:21.529 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/sled_upstairs_info.d
92692024-08-16T05:39:22.927Z[ host-image] Aug 16 05:39:21.529 INFO O| Aug 16 05:39:21.529 INFO ok!
92702024-08-16T05:39:22.927Z[ host-image] Aug 16 05:39:21.529 INFO O| Aug 16 05:39:21.529 INFO STEP 99 (ensure_file) COMPLETE
92712024-08-16T05:39:22.927Z[ host-image] Aug 16 05:39:21.529 INFO O| Aug 16 05:39:21.529 INFO STEP 100: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
92722024-08-16T05:39:22.933Z[ host-image] Aug 16 05:39:21.539 INFO O| Aug 16 05:39:21.539 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/single_up_info.d does not exist
92732024-08-16T05:39:22.936Z[ host-image] Aug 16 05:39:21.539 INFO O| Aug 16 05:39:21.539 INFO copying /tmp/.tmpGXLJbR/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 ...
92742024-08-16T05:39:22.936Z[ host-image] Aug 16 05:39:21.539 INFO O| Aug 16 05:39:21.539 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/single_up_info.d
92752024-08-16T05:39:22.936Z[ host-image] Aug 16 05:39:21.539 INFO O| Aug 16 05:39:21.539 INFO ok!
92762024-08-16T05:39:22.936Z[ host-image] Aug 16 05:39:21.539 INFO O| Aug 16 05:39:21.539 INFO STEP 100 (ensure_file) COMPLETE
92772024-08-16T05:39:22.936Z[ host-image] Aug 16 05:39:21.539 INFO O| Aug 16 05:39:21.539 INFO STEP 101: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
92782024-08-16T05:39:22.946Z[ host-image] Aug 16 05:39:21.548 INFO O| Aug 16 05:39:21.548 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perfgw.d does not exist
92792024-08-16T05:39:22.946Z[ host-image] Aug 16 05:39:21.548 INFO O| Aug 16 05:39:21.548 INFO copying /tmp/.tmpGXLJbR/proto/host/root/opt/oxide/crucible_dtrace/perfgw.d -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perfgw.d ...
92802024-08-16T05:39:22.950Z[ host-image] Aug 16 05:39:21.548 INFO O| Aug 16 05:39:21.548 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perfgw.d
92812024-08-16T05:39:22.950Z[ host-image] Aug 16 05:39:21.549 INFO O| Aug 16 05:39:21.548 INFO ok!
92822024-08-16T05:39:22.950Z[ host-image] Aug 16 05:39:21.549 INFO O| Aug 16 05:39:21.548 INFO STEP 101 (ensure_file) COMPLETE
92832024-08-16T05:39:22.950Z[ host-image] Aug 16 05:39:21.549 INFO O| Aug 16 05:39:21.548 INFO STEP 102: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
92842024-08-16T05:39:22.953Z[ host-image] Aug 16 05:39:21.558 INFO O| Aug 16 05:39:21.558 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-vol.d does not exist
92852024-08-16T05:39:22.953Z[ host-image] Aug 16 05:39:21.558 INFO O| Aug 16 05:39:21.558 INFO copying /tmp/.tmpGXLJbR/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 ...
92862024-08-16T05:39:22.953Z[ host-image] Aug 16 05:39:21.558 INFO O| Aug 16 05:39:21.558 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-vol.d
92872024-08-16T05:39:22.956Z[ host-image] Aug 16 05:39:21.558 INFO O| Aug 16 05:39:21.558 INFO ok!
92882024-08-16T05:39:22.956Z[ host-image] Aug 16 05:39:21.558 INFO O| Aug 16 05:39:21.558 INFO STEP 102 (ensure_file) COMPLETE
92892024-08-16T05:39:22.956Z[ host-image] Aug 16 05:39:21.558 INFO O| Aug 16 05:39:21.558 INFO STEP 103: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
92902024-08-16T05:39:22.962Z[ host-image] Aug 16 05:39:21.567 INFO O| Aug 16 05:39:21.567 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-upstairs-wf.d does not exist
92912024-08-16T05:39:22.962Z[ host-image] Aug 16 05:39:21.567 INFO O| Aug 16 05:39:21.567 INFO copying /tmp/.tmpGXLJbR/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 ...
92922024-08-16T05:39:22.964Z[ host-image] Aug 16 05:39:21.567 INFO O| Aug 16 05:39:21.567 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-upstairs-wf.d
92932024-08-16T05:39:22.964Z[ host-image] Aug 16 05:39:21.567 INFO O| Aug 16 05:39:21.567 INFO ok!
92942024-08-16T05:39:22.964Z[ host-image] Aug 16 05:39:21.568 INFO O| Aug 16 05:39:21.567 INFO STEP 103 (ensure_file) COMPLETE
92952024-08-16T05:39:22.964Z[ host-image] Aug 16 05:39:21.568 INFO O| Aug 16 05:39:21.567 INFO STEP 104: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
92962024-08-16T05:39:22.971Z[ host-image] Aug 16 05:39:21.577 INFO O| Aug 16 05:39:21.577 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-reqwest.d does not exist
92972024-08-16T05:39:22.971Z[ host-image] Aug 16 05:39:21.577 INFO O| Aug 16 05:39:21.577 INFO copying /tmp/.tmpGXLJbR/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 ...
92982024-08-16T05:39:22.975Z[ host-image] Aug 16 05:39:21.577 INFO O| Aug 16 05:39:21.577 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-reqwest.d
92992024-08-16T05:39:22.975Z[ host-image] Aug 16 05:39:21.577 INFO O| Aug 16 05:39:21.577 INFO ok!
93002024-08-16T05:39:22.975Z[ host-image] Aug 16 05:39:21.577 INFO O| Aug 16 05:39:21.577 INFO STEP 104 (ensure_file) COMPLETE
93012024-08-16T05:39:22.975Z[ host-image] Aug 16 05:39:21.577 INFO O| Aug 16 05:39:21.577 INFO STEP 105: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
93022024-08-16T05:39:22.981Z[ host-image] Aug 16 05:39:21.586 INFO O| Aug 16 05:39:21.586 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-online-repair.d does not exist
93032024-08-16T05:39:22.983Z[ host-image] Aug 16 05:39:21.586 INFO O| Aug 16 05:39:21.586 INFO copying /tmp/.tmpGXLJbR/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 ...
93042024-08-16T05:39:22.983Z[ host-image] Aug 16 05:39:21.586 INFO O| Aug 16 05:39:21.586 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-online-repair.d
93052024-08-16T05:39:22.983Z[ host-image] Aug 16 05:39:21.586 INFO O| Aug 16 05:39:21.586 INFO ok!
93062024-08-16T05:39:22.983Z[ host-image] Aug 16 05:39:21.586 INFO O| Aug 16 05:39:21.586 INFO STEP 105 (ensure_file) COMPLETE
93072024-08-16T05:39:22.983Z[ host-image] Aug 16 05:39:21.586 INFO O| Aug 16 05:39:21.586 INFO STEP 106: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
93082024-08-16T05:39:22.990Z[ host-image] Aug 16 05:39:21.596 INFO O| Aug 16 05:39:21.596 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-ds-net.d does not exist
93092024-08-16T05:39:22.991Z[ host-image] Aug 16 05:39:21.596 INFO O| Aug 16 05:39:21.596 INFO copying /tmp/.tmpGXLJbR/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 ...
93102024-08-16T05:39:22.993Z[ host-image] Aug 16 05:39:21.596 INFO O| Aug 16 05:39:21.596 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-ds-net.d
93112024-08-16T05:39:22.993Z[ host-image] Aug 16 05:39:21.596 INFO O| Aug 16 05:39:21.596 INFO ok!
93122024-08-16T05:39:22.993Z[ host-image] Aug 16 05:39:21.596 INFO O| Aug 16 05:39:21.596 INFO STEP 106 (ensure_file) COMPLETE
93132024-08-16T05:39:22.993Z[ host-image] Aug 16 05:39:21.596 INFO O| Aug 16 05:39:21.596 INFO STEP 107: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
93142024-08-16T05:39:23.001Z[ host-image] Aug 16 05:39:21.606 INFO O| Aug 16 05:39:21.605 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-ds-client.d does not exist
93152024-08-16T05:39:23.001Z[ host-image] Aug 16 05:39:21.606 INFO O| Aug 16 05:39:21.606 INFO copying /tmp/.tmpGXLJbR/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 ...
93162024-08-16T05:39:23.001Z[ host-image] Aug 16 05:39:21.606 INFO O| Aug 16 05:39:21.606 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-ds-client.d
93172024-08-16T05:39:23.003Z[ host-image] Aug 16 05:39:21.606 INFO O| Aug 16 05:39:21.606 INFO ok!
93182024-08-16T05:39:23.003Z[ host-image] Aug 16 05:39:21.606 INFO O| Aug 16 05:39:21.606 INFO STEP 107 (ensure_file) COMPLETE
93192024-08-16T05:39:23.003Z[ host-image] Aug 16 05:39:21.606 INFO O| Aug 16 05:39:21.606 INFO STEP 108: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
93202024-08-16T05:39:23.010Z[ host-image] Aug 16 05:39:21.615 INFO O| Aug 16 05:39:21.615 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-downstairs.d does not exist
93212024-08-16T05:39:23.010Z[ host-image] Aug 16 05:39:21.615 INFO O| Aug 16 05:39:21.615 INFO copying /tmp/.tmpGXLJbR/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 ...
93222024-08-16T05:39:23.012Z[ host-image] Aug 16 05:39:21.615 INFO O| Aug 16 05:39:21.615 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-downstairs.d
93232024-08-16T05:39:23.012Z[ host-image] Aug 16 05:39:21.615 INFO O| Aug 16 05:39:21.615 INFO ok!
93242024-08-16T05:39:23.012Z[ host-image] Aug 16 05:39:21.615 INFO O| Aug 16 05:39:21.615 INFO STEP 108 (ensure_file) COMPLETE
93252024-08-16T05:39:23.013Z[ host-image] Aug 16 05:39:21.615 INFO O| Aug 16 05:39:21.615 INFO STEP 109: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
93262024-08-16T05:39:23.019Z[ host-image] Aug 16 05:39:21.624 INFO O| Aug 16 05:39:21.624 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-downstairs-tick.d does not exist
93272024-08-16T05:39:23.019Z[ host-image] Aug 16 05:39:21.624 INFO O| Aug 16 05:39:21.624 INFO copying /tmp/.tmpGXLJbR/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 ...
93282024-08-16T05:39:23.019Z[ host-image] Aug 16 05:39:21.625 INFO O| Aug 16 05:39:21.624 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-downstairs-tick.d
93292024-08-16T05:39:23.019Z[ host-image] Aug 16 05:39:21.625 INFO O| Aug 16 05:39:21.625 INFO ok!
93302024-08-16T05:39:23.022Z[ host-image] Aug 16 05:39:21.625 INFO O| Aug 16 05:39:21.625 INFO STEP 109 (ensure_file) COMPLETE
93312024-08-16T05:39:23.022Z[ host-image] Aug 16 05:39:21.625 INFO O| Aug 16 05:39:21.625 INFO STEP 110: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
93322024-08-16T05:39:23.029Z[ host-image] Aug 16 05:39:21.634 INFO O| Aug 16 05:39:21.634 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-downstairs-three.d does not exist
93332024-08-16T05:39:23.029Z[ host-image] Aug 16 05:39:21.634 INFO O| Aug 16 05:39:21.634 INFO copying /tmp/.tmpGXLJbR/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 ...
93342024-08-16T05:39:23.029Z[ host-image] Aug 16 05:39:21.634 INFO O| Aug 16 05:39:21.634 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-downstairs-three.d
93352024-08-16T05:39:23.032Z[ host-image] Aug 16 05:39:21.634 INFO O| Aug 16 05:39:21.634 INFO ok!
93362024-08-16T05:39:23.032Z[ host-image] Aug 16 05:39:21.634 INFO O| Aug 16 05:39:21.634 INFO STEP 110 (ensure_file) COMPLETE
93372024-08-16T05:39:23.033Z[ host-image] Aug 16 05:39:21.634 INFO O| Aug 16 05:39:21.634 INFO STEP 111: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
93382024-08-16T05:39:23.038Z[ host-image] Aug 16 05:39:21.644 INFO O| Aug 16 05:39:21.644 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-downstairs-os.d does not exist
93392024-08-16T05:39:23.038Z[ host-image] Aug 16 05:39:21.644 INFO O| Aug 16 05:39:21.644 INFO copying /tmp/.tmpGXLJbR/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 ...
93402024-08-16T05:39:23.041Z[ host-image] Aug 16 05:39:21.644 INFO O| Aug 16 05:39:21.644 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-downstairs-os.d
93412024-08-16T05:39:23.041Z[ host-image] Aug 16 05:39:21.644 INFO O| Aug 16 05:39:21.644 INFO ok!
93422024-08-16T05:39:23.041Z[ host-image] Aug 16 05:39:21.644 INFO O| Aug 16 05:39:21.644 INFO STEP 111 (ensure_file) COMPLETE
93432024-08-16T05:39:23.041Z[ host-image] Aug 16 05:39:21.644 INFO O| Aug 16 05:39:21.644 INFO STEP 112: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
93442024-08-16T05:39:23.048Z[ host-image] Aug 16 05:39:21.653 INFO O| Aug 16 05:39:21.653 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/get-lr-state.sh does not exist
93452024-08-16T05:39:23.050Z[ host-image] Aug 16 05:39:21.653 INFO O| Aug 16 05:39:21.653 INFO copying /tmp/.tmpGXLJbR/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 ...
93462024-08-16T05:39:23.050Z[ host-image] Aug 16 05:39:21.653 INFO O| Aug 16 05:39:21.653 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/get-lr-state.sh
93472024-08-16T05:39:23.050Z[ host-image] Aug 16 05:39:21.653 INFO O| Aug 16 05:39:21.653 INFO ok!
93482024-08-16T05:39:23.050Z[ host-image] Aug 16 05:39:21.653 INFO O| Aug 16 05:39:21.653 INFO STEP 112 (ensure_file) COMPLETE
93492024-08-16T05:39:23.050Z[ host-image] Aug 16 05:39:21.653 INFO O| Aug 16 05:39:21.653 INFO STEP 113: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
93502024-08-16T05:39:23.057Z[ host-image] Aug 16 05:39:21.663 INFO O| Aug 16 05:39:21.663 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/get-ds-state.sh does not exist
93512024-08-16T05:39:23.057Z[ host-image] Aug 16 05:39:21.663 INFO O| Aug 16 05:39:21.663 INFO copying /tmp/.tmpGXLJbR/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 ...
93522024-08-16T05:39:23.060Z[ host-image] Aug 16 05:39:21.663 INFO O| Aug 16 05:39:21.663 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/get-ds-state.sh
93532024-08-16T05:39:23.060Z[ host-image] Aug 16 05:39:21.663 INFO O| Aug 16 05:39:21.663 INFO ok!
93542024-08-16T05:39:23.060Z[ host-image] Aug 16 05:39:21.663 INFO O| Aug 16 05:39:21.663 INFO STEP 113 (ensure_file) COMPLETE
93552024-08-16T05:39:23.060Z[ host-image] Aug 16 05:39:21.663 INFO O| Aug 16 05:39:21.663 INFO STEP 114: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
93562024-08-16T05:39:23.067Z[ host-image] Aug 16 05:39:21.672 INFO O| Aug 16 05:39:21.672 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/downstairs_count.d does not exist
93572024-08-16T05:39:23.067Z[ host-image] Aug 16 05:39:21.672 INFO O| Aug 16 05:39:21.672 INFO copying /tmp/.tmpGXLJbR/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 ...
93582024-08-16T05:39:23.070Z[ host-image] Aug 16 05:39:21.673 INFO O| Aug 16 05:39:21.672 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/downstairs_count.d
93592024-08-16T05:39:23.070Z[ host-image] Aug 16 05:39:21.673 INFO O| Aug 16 05:39:21.672 INFO ok!
93602024-08-16T05:39:23.070Z[ host-image] Aug 16 05:39:21.673 INFO O| Aug 16 05:39:21.673 INFO STEP 114 (ensure_file) COMPLETE
93612024-08-16T05:39:23.070Z[ host-image] Aug 16 05:39:21.673 INFO O| Aug 16 05:39:21.673 INFO STEP 115: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
93622024-08-16T05:39:23.077Z[ host-image] Aug 16 05:39:21.682 INFO O| Aug 16 05:39:21.682 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/all_downstairs.d does not exist
93632024-08-16T05:39:23.077Z[ host-image] Aug 16 05:39:21.682 INFO O| Aug 16 05:39:21.682 INFO copying /tmp/.tmpGXLJbR/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 ...
93642024-08-16T05:39:23.079Z[ host-image] Aug 16 05:39:21.682 INFO O| Aug 16 05:39:21.682 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/all_downstairs.d
93652024-08-16T05:39:23.079Z[ host-image] Aug 16 05:39:21.682 INFO O| Aug 16 05:39:21.682 INFO ok!
93662024-08-16T05:39:23.079Z[ host-image] Aug 16 05:39:21.682 INFO O| Aug 16 05:39:21.682 INFO STEP 115 (ensure_file) COMPLETE
93672024-08-16T05:39:23.079Z[ host-image] Aug 16 05:39:21.682 INFO O| Aug 16 05:39:21.682 INFO STEP 116: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
93682024-08-16T05:39:23.087Z[ host-image] Aug 16 05:39:21.691 INFO O| Aug 16 05:39:21.691 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/README.md does not exist
93692024-08-16T05:39:23.087Z[ host-image] Aug 16 05:39:21.692 INFO O| Aug 16 05:39:21.691 INFO copying /tmp/.tmpGXLJbR/proto/host/root/opt/oxide/crucible_dtrace/README.md -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/README.md ...
93702024-08-16T05:39:23.090Z[ host-image] Aug 16 05:39:21.692 INFO O| Aug 16 05:39:21.692 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/README.md
93712024-08-16T05:39:23.090Z[ host-image] Aug 16 05:39:21.692 INFO O| Aug 16 05:39:21.692 INFO ok!
93722024-08-16T05:39:23.090Z[ host-image] Aug 16 05:39:21.692 INFO O| Aug 16 05:39:21.692 INFO STEP 116 (ensure_file) COMPLETE
93732024-08-16T05:39:23.090Z[ host-image] Aug 16 05:39:21.692 INFO O| Aug 16 05:39:21.692 INFO STEP 117: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
93742024-08-16T05:39:23.097Z[ host-image] Aug 16 05:39:21.702 INFO O| Aug 16 05:39:21.702 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/dtrace-info.txt does not exist
93752024-08-16T05:39:23.097Z[ host-image] Aug 16 05:39:21.702 INFO O| Aug 16 05:39:21.702 INFO copying /tmp/.tmpGXLJbR/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 ...
93762024-08-16T05:39:23.101Z[ host-image] Aug 16 05:39:21.702 INFO O| Aug 16 05:39:21.702 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/dtrace-info.txt
93772024-08-16T05:39:23.101Z[ host-image] Aug 16 05:39:21.702 INFO O| Aug 16 05:39:21.702 INFO ok!
93782024-08-16T05:39:23.101Z[ host-image] Aug 16 05:39:21.702 INFO O| Aug 16 05:39:21.702 INFO STEP 117 (ensure_file) COMPLETE
93792024-08-16T05:39:23.101Z[ host-image] Aug 16 05:39:21.702 INFO O| Aug 16 05:39:21.702 INFO STEP 118: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
93802024-08-16T05:39:23.107Z[ host-image] Aug 16 05:39:21.711 INFO O| Aug 16 05:39:21.711 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/VERSION does not exist
93812024-08-16T05:39:23.107Z[ host-image] Aug 16 05:39:21.711 INFO O| Aug 16 05:39:21.711 INFO copying /tmp/.tmpGXLJbR/proto/host/root/opt/oxide/crucible_dtrace/VERSION -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/VERSION ...
93822024-08-16T05:39:23.111Z[ host-image] Aug 16 05:39:21.711 INFO O| Aug 16 05:39:21.711 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/VERSION
93832024-08-16T05:39:23.111Z[ host-image] Aug 16 05:39:21.711 INFO O| Aug 16 05:39:21.711 INFO ok!
93842024-08-16T05:39:23.111Z[ host-image] Aug 16 05:39:21.711 INFO O| Aug 16 05:39:21.711 INFO STEP 118 (ensure_file) COMPLETE
93852024-08-16T05:39:23.111Z[ host-image] Aug 16 05:39:21.711 INFO O| Aug 16 05:39:21.711 INFO STEP 119: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
93862024-08-16T05:39:23.115Z[ host-image] Aug 16 05:39:21.721 INFO O| Aug 16 05:39:21.721 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/switch.tar.gz does not exist
93872024-08-16T05:39:23.115Z[ host-image] Aug 16 05:39:21.721 INFO O| Aug 16 05:39:21.721 INFO copying /tmp/.tmpGXLJbR/proto/host/root/opt/oxide/switch.tar.gz -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/switch.tar.gz ...
93882024-08-16T05:39:26.251Z[ host-image] Aug 16 05:39:24.854 INFO O| Aug 16 05:39:24.854 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/switch.tar.gz
93892024-08-16T05:39:26.251Z[ host-image] Aug 16 05:39:24.854 INFO O| Aug 16 05:39:24.854 INFO ok!
93902024-08-16T05:39:26.253Z[ host-image] Aug 16 05:39:24.854 INFO O| Aug 16 05:39:24.854 INFO STEP 119 (ensure_file) COMPLETE
93912024-08-16T05:39:26.253Z[ host-image] Aug 16 05:39:24.854 INFO O| Aug 16 05:39:24.854 INFO STEP 120: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
93922024-08-16T05:39:26.262Z[ host-image] Aug 16 05:39:24.866 INFO O| Aug 16 05:39:24.866 INFO ownership already OK (0:2), path: /rpool/images/build/host/work/gimlet/zfs/a/lib
93932024-08-16T05:39:26.265Z[ host-image] Aug 16 05:39:24.866 INFO O| Aug 16 05:39:24.866 INFO STEP 120 (ensure_dir) COMPLETE
93942024-08-16T05:39:26.265Z[ host-image] Aug 16 05:39:24.866 INFO O| Aug 16 05:39:24.866 INFO STEP 121: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
93952024-08-16T05:39:26.273Z[ host-image] Aug 16 05:39:24.875 INFO O| Aug 16 05:39:24.875 INFO ownership already OK (0:2), path: /rpool/images/build/host/work/gimlet/zfs/a/lib/svc
93962024-08-16T05:39:26.273Z[ host-image] Aug 16 05:39:24.875 INFO O| Aug 16 05:39:24.875 INFO STEP 121 (ensure_dir) COMPLETE
93972024-08-16T05:39:26.276Z[ host-image] Aug 16 05:39:24.875 INFO O| Aug 16 05:39:24.875 INFO STEP 122: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
93982024-08-16T05:39:26.282Z[ host-image] Aug 16 05:39:24.885 INFO O| Aug 16 05:39:24.884 INFO ownership already OK (0:3), path: /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest
93992024-08-16T05:39:26.284Z[ host-image] Aug 16 05:39:24.885 INFO O| Aug 16 05:39:24.884 INFO STEP 122 (ensure_dir) COMPLETE
94002024-08-16T05:39:26.284Z[ host-image] Aug 16 05:39:24.885 INFO O| Aug 16 05:39:24.885 INFO STEP 123: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
94012024-08-16T05:39:26.291Z[ host-image] Aug 16 05:39:24.894 INFO O| Aug 16 05:39:24.894 INFO ownership already OK (0:3), path: /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/site
94022024-08-16T05:39:26.291Z[ host-image] Aug 16 05:39:24.894 INFO O| Aug 16 05:39:24.894 INFO STEP 123 (ensure_dir) COMPLETE
94032024-08-16T05:39:26.294Z[ host-image] Aug 16 05:39:24.894 INFO O| Aug 16 05:39:24.894 INFO STEP 124: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
94042024-08-16T05:39:26.300Z[ host-image] Aug 16 05:39:24.903 INFO O| Aug 16 05:39:24.903 INFO file /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/site/sled-agent.xml does not exist
94052024-08-16T05:39:26.300Z[ host-image] Aug 16 05:39:24.904 INFO O| Aug 16 05:39:24.903 INFO copying /tmp/.tmpGXLJbR/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 ...
94062024-08-16T05:39:26.303Z[ host-image] Aug 16 05:39:24.904 INFO O| Aug 16 05:39:24.904 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/site/sled-agent.xml
94072024-08-16T05:39:26.303Z[ host-image] Aug 16 05:39:24.904 INFO O| Aug 16 05:39:24.904 INFO ok!
94082024-08-16T05:39:26.303Z[ host-image] Aug 16 05:39:24.904 INFO O| Aug 16 05:39:24.904 INFO STEP 124 (ensure_file) COMPLETE
94092024-08-16T05:39:26.303Z[ host-image] Aug 16 05:39:24.904 INFO O| Aug 16 05:39:24.904 INFO STEP 125: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
94102024-08-16T05:39:26.309Z[ host-image] Aug 16 05:39:24.913 INFO O| Aug 16 05:39:24.913 INFO perms are 700, should be 755, path: /rpool/images/build/host/work/gimlet/zfs/a/root
94112024-08-16T05:39:26.310Z[ host-image] Aug 16 05:39:24.913 INFO O| Aug 16 05:39:24.913 INFO chmod ok, path: /rpool/images/build/host/work/gimlet/zfs/a/root
94122024-08-16T05:39:26.312Z[ host-image] Aug 16 05:39:24.913 INFO O| Aug 16 05:39:24.913 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/root
94132024-08-16T05:39:26.312Z[ host-image] Aug 16 05:39:24.913 INFO O| Aug 16 05:39:24.913 INFO STEP 125 (ensure_dir) COMPLETE
94142024-08-16T05:39:26.313Z[ host-image] Aug 16 05:39:24.913 INFO O| Aug 16 05:39:24.913 INFO STEP 126: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
94152024-08-16T05:39:26.320Z[ host-image] Aug 16 05:39:24.923 INFO O| Aug 16 05:39:24.923 WARN file /rpool/images/build/host/work/gimlet/zfs/a/root/.profile exists, with wrong contents, unlinking
94162024-08-16T05:39:26.324Z[ host-image] Aug 16 05:39:24.923 INFO O| Aug 16 05:39:24.923 INFO copying /tmp/.tmpGXLJbR/proto/host/root/root/.profile -> /rpool/images/build/host/work/gimlet/zfs/a/root/.profile ...
94172024-08-16T05:39:26.324Z[ host-image] Aug 16 05:39:24.923 INFO O| Aug 16 05:39:24.923 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/root/.profile
94182024-08-16T05:39:26.324Z[ host-image] Aug 16 05:39:24.923 INFO O| Aug 16 05:39:24.923 INFO ok!
94192024-08-16T05:39:26.324Z[ host-image] Aug 16 05:39:24.923 INFO O| Aug 16 05:39:24.923 INFO STEP 126 (ensure_file) COMPLETE
94202024-08-16T05:39:26.324Z[ host-image] Aug 16 05:39:24.923 INFO O| Aug 16 05:39:24.923 INFO STEP 127: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
94212024-08-16T05:39:26.329Z[ host-image] Aug 16 05:39:24.933 INFO O| Aug 16 05:39:24.933 INFO remove tree: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/ipsec"
94222024-08-16T05:39:26.331Z[ host-image] Aug 16 05:39:24.933 INFO O| Aug 16 05:39:24.933 INFO STEP 127 (remove_files) COMPLETE
94232024-08-16T05:39:26.332Z[ host-image] Aug 16 05:39:24.933 INFO O| Aug 16 05:39:24.933 INFO STEP 128: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
94242024-08-16T05:39:26.339Z[ host-image] Aug 16 05:39:24.942 INFO O| Aug 16 05:39:24.942 INFO remove tree: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/ldap"
94252024-08-16T05:39:26.341Z[ host-image] Aug 16 05:39:24.942 INFO O| Aug 16 05:39:24.942 INFO STEP 128 (remove_files) COMPLETE
94262024-08-16T05:39:26.341Z[ host-image] Aug 16 05:39:24.942 INFO O| Aug 16 05:39:24.942 INFO STEP 129: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
94272024-08-16T05:39:26.348Z[ host-image] Aug 16 05:39:24.952 INFO O| Aug 16 05:39:24.952 INFO remove tree: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/rpc"
94282024-08-16T05:39:26.350Z[ host-image] Aug 16 05:39:24.952 INFO O| Aug 16 05:39:24.952 INFO STEP 129 (remove_files) COMPLETE
94292024-08-16T05:39:26.350Z[ host-image] Aug 16 05:39:24.952 INFO O| Aug 16 05:39:24.952 INFO STEP 130: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
94302024-08-16T05:39:26.357Z[ host-image] Aug 16 05:39:24.961 INFO O| Aug 16 05:39:24.961 INFO remove tree: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/security"
94312024-08-16T05:39:26.360Z[ host-image] Aug 16 05:39:24.961 INFO O| Aug 16 05:39:24.961 INFO STEP 130 (remove_files) COMPLETE
94322024-08-16T05:39:26.360Z[ host-image] Aug 16 05:39:24.961 INFO O| Aug 16 05:39:24.961 INFO STEP 131: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
94332024-08-16T05:39:26.368Z[ host-image] Aug 16 05:39:24.970 INFO O| Aug 16 05:39:24.970 INFO remove tree: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/shares"
94342024-08-16T05:39:26.370Z[ host-image] Aug 16 05:39:24.970 INFO O| Aug 16 05:39:24.970 INFO STEP 131 (remove_files) COMPLETE
94352024-08-16T05:39:26.370Z[ host-image] Aug 16 05:39:24.970 INFO O| Aug 16 05:39:24.970 INFO STEP 132: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
94362024-08-16T05:39:26.377Z[ host-image] Aug 16 05:39:24.980 INFO O| Aug 16 05:39:24.980 INFO remove tree: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/smb"
94372024-08-16T05:39:26.381Z[ host-image] Aug 16 05:39:24.980 INFO O| Aug 16 05:39:24.980 INFO STEP 132 (remove_files) COMPLETE
94382024-08-16T05:39:26.381Z[ host-image] Aug 16 05:39:24.980 INFO O| Aug 16 05:39:24.980 INFO STEP 133: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
94392024-08-16T05:39:26.386Z[ host-image] Aug 16 05:39:24.989 INFO O| Aug 16 05:39:24.989 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/application/management/net-snmp.xml"
94402024-08-16T05:39:26.391Z[ host-image] Aug 16 05:39:24.990 INFO O| Aug 16 05:39:24.990 INFO STEP 133 (remove_files) COMPLETE
94412024-08-16T05:39:26.391Z[ host-image] Aug 16 05:39:24.990 INFO O| Aug 16 05:39:24.990 INFO STEP 134: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
94422024-08-16T05:39:26.396Z[ host-image] Aug 16 05:39:24.999 INFO O| Aug 16 05:39:24.999 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/application/security/tcsd.xml"
94432024-08-16T05:39:26.396Z[ host-image] Aug 16 05:39:24.999 INFO O| Aug 16 05:39:24.999 INFO STEP 134 (remove_files) COMPLETE
94442024-08-16T05:39:26.399Z[ host-image] Aug 16 05:39:24.999 INFO O| Aug 16 05:39:24.999 INFO STEP 135: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
94452024-08-16T05:39:26.408Z[ host-image] Aug 16 05:39:25.011 INFO O| Aug 16 05:39:25.010 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/dns/install.xml"
94462024-08-16T05:39:26.408Z[ host-image] Aug 16 05:39:25.011 INFO O| Aug 16 05:39:25.011 INFO STEP 135 (remove_files) COMPLETE
94472024-08-16T05:39:26.411Z[ host-image] Aug 16 05:39:25.011 INFO O| Aug 16 05:39:25.011 INFO STEP 136: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
94482024-08-16T05:39:26.417Z[ host-image] Aug 16 05:39:25.020 INFO O| Aug 16 05:39:25.020 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/inetd-upgrade.xml"
94492024-08-16T05:39:26.417Z[ host-image] Aug 16 05:39:25.020 INFO O| Aug 16 05:39:25.020 INFO STEP 136 (remove_files) COMPLETE
94502024-08-16T05:39:26.417Z[ host-image] Aug 16 05:39:25.020 INFO O| Aug 16 05:39:25.020 INFO STEP 137: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
94512024-08-16T05:39:26.426Z[ host-image] Aug 16 05:39:25.029 INFO O| Aug 16 05:39:25.029 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/inetd.xml"
94522024-08-16T05:39:26.426Z[ host-image] Aug 16 05:39:25.029 INFO O| Aug 16 05:39:25.029 INFO STEP 137 (remove_files) COMPLETE
94532024-08-16T05:39:26.426Z[ host-image] Aug 16 05:39:25.029 INFO O| Aug 16 05:39:25.029 INFO STEP 138: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
94542024-08-16T05:39:26.435Z[ host-image] Aug 16 05:39:25.038 INFO O| Aug 16 05:39:25.038 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/network-install.xml"
94552024-08-16T05:39:26.435Z[ host-image] Aug 16 05:39:25.038 INFO O| Aug 16 05:39:25.038 INFO STEP 138 (remove_files) COMPLETE
94562024-08-16T05:39:26.439Z[ host-image] Aug 16 05:39:25.038 INFO O| Aug 16 05:39:25.038 INFO STEP 139: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
94572024-08-16T05:39:26.444Z[ host-image] Aug 16 05:39:25.047 INFO O| Aug 16 05:39:25.047 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/network-ipmp.xml"
94582024-08-16T05:39:26.444Z[ host-image] Aug 16 05:39:25.047 INFO O| Aug 16 05:39:25.047 INFO STEP 139 (remove_files) COMPLETE
94592024-08-16T05:39:26.447Z[ host-image] Aug 16 05:39:25.047 INFO O| Aug 16 05:39:25.047 INFO STEP 140: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
94602024-08-16T05:39:26.453Z[ host-image] Aug 16 05:39:25.056 INFO O| Aug 16 05:39:25.056 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/network-iptun.xml"
94612024-08-16T05:39:26.453Z[ host-image] Aug 16 05:39:25.056 INFO O| Aug 16 05:39:25.056 INFO STEP 140 (remove_files) COMPLETE
94622024-08-16T05:39:26.453Z[ host-image] Aug 16 05:39:25.056 INFO O| Aug 16 05:39:25.056 INFO STEP 141: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
94632024-08-16T05:39:26.462Z[ host-image] Aug 16 05:39:25.065 INFO O| Aug 16 05:39:25.065 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/network-location.xml"
94642024-08-16T05:39:26.462Z[ host-image] Aug 16 05:39:25.065 INFO O| Aug 16 05:39:25.065 INFO STEP 141 (remove_files) COMPLETE
94652024-08-16T05:39:26.466Z[ host-image] Aug 16 05:39:25.065 INFO O| Aug 16 05:39:25.065 INFO STEP 142: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
94662024-08-16T05:39:26.471Z[ host-image] Aug 16 05:39:25.075 INFO O| Aug 16 05:39:25.075 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/network-netcfg.xml"
94672024-08-16T05:39:26.471Z[ host-image] Aug 16 05:39:25.075 INFO O| Aug 16 05:39:25.075 INFO STEP 142 (remove_files) COMPLETE
94682024-08-16T05:39:26.474Z[ host-image] Aug 16 05:39:25.075 INFO O| Aug 16 05:39:25.075 INFO STEP 143: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
94692024-08-16T05:39:26.480Z[ host-image] Aug 16 05:39:25.084 INFO O| Aug 16 05:39:25.084 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/routing/rdisc.xml"
94702024-08-16T05:39:26.480Z[ host-image] Aug 16 05:39:25.084 INFO O| Aug 16 05:39:25.084 INFO STEP 143 (remove_files) COMPLETE
94712024-08-16T05:39:26.483Z[ host-image] Aug 16 05:39:25.084 INFO O| Aug 16 05:39:25.084 INFO STEP 144: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
94722024-08-16T05:39:26.491Z[ host-image] Aug 16 05:39:25.093 INFO O| Aug 16 05:39:25.093 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/varpd.xml"
94732024-08-16T05:39:26.491Z[ host-image] Aug 16 05:39:25.093 INFO O| Aug 16 05:39:25.093 INFO STEP 144 (remove_files) COMPLETE
94742024-08-16T05:39:26.493Z[ host-image] Aug 16 05:39:25.093 INFO O| Aug 16 05:39:25.093 INFO STEP 145: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
94752024-08-16T05:39:26.499Z[ host-image] Aug 16 05:39:25.103 INFO O| Aug 16 05:39:25.102 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/system/device/allocate.xml"
94762024-08-16T05:39:26.499Z[ host-image] Aug 16 05:39:25.103 INFO O| Aug 16 05:39:25.103 INFO STEP 145 (remove_files) COMPLETE
94772024-08-16T05:39:26.499Z[ host-image] Aug 16 05:39:25.103 INFO O| Aug 16 05:39:25.103 INFO STEP 146: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
94782024-08-16T05:39:26.509Z[ host-image] Aug 16 05:39:25.112 INFO O| Aug 16 05:39:25.112 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/system/device/devices-audio.xml"
94792024-08-16T05:39:26.509Z[ host-image] Aug 16 05:39:25.112 INFO O| Aug 16 05:39:25.112 INFO STEP 146 (remove_files) COMPLETE
94802024-08-16T05:39:26.511Z[ host-image] Aug 16 05:39:25.112 INFO O| Aug 16 05:39:25.112 INFO STEP 147: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
94812024-08-16T05:39:26.518Z[ host-image] Aug 16 05:39:25.122 INFO O| Aug 16 05:39:25.122 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/usr/lib/devfsadm/linkmod/SUNW_audio_link.so"
94822024-08-16T05:39:26.518Z[ host-image] Aug 16 05:39:25.122 INFO O| Aug 16 05:39:25.122 INFO STEP 147 (remove_files) COMPLETE
94832024-08-16T05:39:26.521Z[ host-image] Aug 16 05:39:25.122 INFO O| Aug 16 05:39:25.122 INFO STEP 148: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
94842024-08-16T05:39:26.528Z[ host-image] Aug 16 05:39:25.131 INFO O| Aug 16 05:39:25.131 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/dev/sndstat"
94852024-08-16T05:39:26.531Z[ host-image] Aug 16 05:39:25.131 INFO O| Aug 16 05:39:25.131 INFO STEP 148 (remove_files) COMPLETE
94862024-08-16T05:39:26.531Z[ host-image] Aug 16 05:39:25.131 INFO O| Aug 16 05:39:25.131 INFO STEP 149: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
94872024-08-16T05:39:26.539Z[ host-image] Aug 16 05:39:25.141 INFO O| Aug 16 05:39:25.141 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/system/device/mpxio-upgrade.xml"
94882024-08-16T05:39:26.542Z[ host-image] Aug 16 05:39:25.141 INFO O| Aug 16 05:39:25.141 INFO STEP 149 (remove_files) COMPLETE
94892024-08-16T05:39:26.542Z[ host-image] Aug 16 05:39:25.141 INFO O| Aug 16 05:39:25.141 INFO STEP 150: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
94902024-08-16T05:39:26.547Z[ host-image] Aug 16 05:39:25.150 INFO O| Aug 16 05:39:25.150 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/system/hostid.xml"
94912024-08-16T05:39:26.550Z[ host-image] Aug 16 05:39:25.150 INFO O| Aug 16 05:39:25.150 INFO STEP 150 (remove_files) COMPLETE
94922024-08-16T05:39:26.550Z[ host-image] Aug 16 05:39:25.150 INFO O| Aug 16 05:39:25.150 INFO STEP 151: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
94932024-08-16T05:39:26.555Z[ host-image] Aug 16 05:39:25.159 INFO O| Aug 16 05:39:25.159 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/system/idmap.xml"
94942024-08-16T05:39:26.556Z[ host-image] Aug 16 05:39:25.159 INFO O| Aug 16 05:39:25.159 INFO STEP 151 (remove_files) COMPLETE
94952024-08-16T05:39:26.556Z[ host-image] Aug 16 05:39:25.159 INFO O| Aug 16 05:39:25.159 INFO STEP 152: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
94962024-08-16T05:39:26.566Z[ host-image] Aug 16 05:39:25.168 INFO O| Aug 16 05:39:25.168 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/system/pkgserv.xml"
94972024-08-16T05:39:26.569Z[ host-image] Aug 16 05:39:25.168 INFO O| Aug 16 05:39:25.168 INFO STEP 152 (remove_files) COMPLETE
94982024-08-16T05:39:26.569Z[ host-image] Aug 16 05:39:25.168 INFO O| Aug 16 05:39:25.168 INFO STEP 153: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
94992024-08-16T05:39:26.576Z[ host-image] Aug 16 05:39:25.177 INFO O| Aug 16 05:39:25.177 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/system/zones.xml"
95002024-08-16T05:39:26.578Z[ host-image] Aug 16 05:39:25.177 INFO O| Aug 16 05:39:25.177 INFO STEP 153 (remove_files) COMPLETE
95012024-08-16T05:39:26.579Z[ host-image] Aug 16 05:39:25.177 INFO O| Aug 16 05:39:25.177 INFO STEP 154: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
95022024-08-16T05:39:26.585Z[ host-image] Aug 16 05:39:25.187 INFO O| Aug 16 05:39:25.187 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/system/intrd.xml"
95032024-08-16T05:39:26.588Z[ host-image] Aug 16 05:39:25.187 INFO O| Aug 16 05:39:25.187 INFO STEP 154 (remove_files) COMPLETE
95042024-08-16T05:39:26.588Z[ host-image] Aug 16 05:39:25.187 INFO O| Aug 16 05:39:25.187 INFO STEP 155: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
95052024-08-16T05:39:26.593Z[ host-image] Aug 16 05:39:25.196 INFO O| Aug 16 05:39:25.196 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/chrony.xml"
95062024-08-16T05:39:26.595Z[ host-image] Aug 16 05:39:25.196 INFO O| Aug 16 05:39:25.196 INFO STEP 155 (remove_files) COMPLETE
95072024-08-16T05:39:26.595Z[ host-image] Aug 16 05:39:25.196 INFO O| Aug 16 05:39:25.196 INFO STEP 156: seed_smf, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs.json
95082024-08-16T05:39:26.609Z[ host-image] Aug 16 05:39:25.210 INFO O| Aug 16 05:39:25.210 INFO file /rpool/images/build/host/tmp/gimlet/zfs/repo.db does not already exist, skipping removal
95092024-08-16T05:39:26.609Z[ host-image] Aug 16 05:39:25.210 INFO O| Aug 16 05:39:25.210 INFO exec: ["/usr/sbin/svccfg", "import", "-p", "/dev/stdout", "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest"], env: {"SVCCFG_REPOSITORY": "/rpool/images/build/host/tmp/gimlet/zfs/repo.db", "PKG_INSTALL_ROOT": "/rpool/images/build/host/work/gimlet/zfs/a", "SVCCFG_CHECKHASH": "1", "SVCCFG_DTD": "/rpool/images/build/host/work/gimlet/zfs/a/usr/share/lib/xml/dtd/service_bundle.dtd.1"}
95102024-08-16T05:39:35.121Z[ host-image] Aug 16 05:39:33.719 INFO O| Aug 16 05:39:33.719 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
95112024-08-16T05:39:35.121Z[ host-image] Aug 16 05:39:33.720 INFO O| Aug 16 05:39:33.719 INFO E| svccfg: Loaded 74 smf(7) service descriptions
95122024-08-16T05:39:35.135Z[ host-image] Aug 16 05:39:33.734 INFO O| Aug 16 05:39:33.734 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_DTD": "/rpool/images/build/host/work/gimlet/zfs/a/usr/share/lib/xml/dtd/service_bundle.dtd.1", "SVCCFG_CHECKHASH": "1", "PKG_INSTALL_ROOT": "/rpool/images/build/host/work/gimlet/zfs/a"}
95132024-08-16T05:39:35.212Z[ host-image] Aug 16 05:39:33.811 INFO O| Aug 16 05:39:33.811 INFO file /rpool/images/build/host/work/gimlet/zfs/a/etc/svc/repository.db does not exist
95142024-08-16T05:39:35.212Z[ host-image] Aug 16 05:39:33.811 INFO O| Aug 16 05:39:33.811 INFO copying /rpool/images/build/host/tmp/gimlet/zfs/repo.db -> /rpool/images/build/host/work/gimlet/zfs/a/etc/svc/repository.db ...
95152024-08-16T05:39:35.215Z[ host-image] Aug 16 05:39:33.813 INFO O| Aug 16 05:39:33.813 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/svc/repository.db
95162024-08-16T05:39:35.215Z[ host-image] Aug 16 05:39:33.813 INFO O| Aug 16 05:39:33.813 INFO ok!
95172024-08-16T05:39:35.215Z[ host-image] Aug 16 05:39:33.813 INFO O| Aug 16 05:39:33.813 INFO file /rpool/images/build/host/tmp/gimlet/zfs/repo.db exists (as File), removing
95182024-08-16T05:39:35.215Z[ host-image] Aug 16 05:39:33.814 INFO O| Aug 16 05:39:33.814 INFO STEP 156 (seed_smf) COMPLETE
95192024-08-16T05:39:35.215Z[ host-image] Aug 16 05:39:33.814 INFO O| Aug 16 05:39:33.814 INFO steps complete; finalising image!
95202024-08-16T05:39:35.215Z[ host-image] Aug 16 05:39:33.814 INFO O| Aug 16 05:39:33.814 INFO TRIM POOL: TEMPORARY-gimlet-zfs
95212024-08-16T05:39:35.349Z[ host-image] Aug 16 05:39:33.948 INFO O| Aug 16 05:39:33.948 INFO trim TEMPORARY-gimlet-zfs: (3% trimmed, started at Fri Aug 16 05:39:33 2024)
95222024-08-16T05:39:35.571Z[ host-image] Aug 16 05:39:34.170 INFO O| Aug 16 05:39:34.170 INFO temporary pool has 663M used, 169M avail, 1.88x compressratio
95232024-08-16T05:39:35.571Z[ host-image] Aug 16 05:39:34.170 INFO O| Aug 16 05:39:34.170 INFO EXPORT POOL: TEMPORARY-gimlet-zfs
95242024-08-16T05:39:35.846Z[ host-image] Aug 16 05:39:34.443 INFO O| Aug 16 05:39:34.443 INFO copying image /rpool/images/build/host/work/gimlet/zfs/lofi.raw to output file /rpool/images/build/host/output/gimlet-zfs.raw
95252024-08-16T05:39:35.846Z[ host-image] Aug 16 05:39:34.443 INFO O| Aug 16 05:39:34.443 INFO file /rpool/images/build/host/output/gimlet-zfs.raw does not already exist, skipping removal
95262024-08-16T05:39:36.885Z[ host-image] Aug 16 05:39:35.483 INFO O| Aug 16 05:39:35.483 INFO perms are 1600, should be 644, path: /rpool/images/build/host/output/gimlet-zfs.raw
95272024-08-16T05:39:36.885Z[ host-image] Aug 16 05:39:35.483 INFO O| Aug 16 05:39:35.483 INFO chmod ok, path: /rpool/images/build/host/output/gimlet-zfs.raw
95282024-08-16T05:39:36.887Z[ host-image] Aug 16 05:39:35.483 INFO O| Aug 16 05:39:35.483 INFO ownership already OK (0:0), path: /rpool/images/build/host/output/gimlet-zfs.raw
95292024-08-16T05:39:36.887Z[ host-image] Aug 16 05:39:35.483 INFO O| Aug 16 05:39:35.483 INFO completed processing gimlet/zfs
95302024-08-16T05:39:36.887Z[ host-image] Aug 16 05:39:35.483 INFO O| Aug 16 05:39:35.483 INFO DESTROY DATASET: rpool/images/build/host/work/gimlet/zfs
95312024-08-16T05:39:43.136Z[ host-image] Aug 16 05:39:41.730 INFO O| Aug 16 05:39:41.730 INFO DESTROY DATASET: rpool/images/build/host/tmp/gimlet/zfs
95322024-08-16T05:39:44.218Z[ host-image] Aug 16 05:39:41.809 INFO BUILD STRING "heads/stlouis-0-gf449ff4605\n"
95332024-08-16T05:39:44.218Z[ host-image] Aug 16 05:39:41.810 INFO expanded image name: "ci b927580/${os_short_commit} 2024-08-16 05:07" -> "ci b927580/f449ff4 2024-08-16 05:07"
95342024-08-16T05:39:44.221Z[ host-image] Aug 16 05:39:41.810 INFO output artefacts stored in: "/work/os-host"
95352024-08-16T05:39:44.221Z[ host-image] Aug 16 05:39:41.810 INFO collecting git info from project "bootserver"...
95362024-08-16T05:39:44.221Z[ host-image] Aug 16 05:39:41.815 INFO collecting git info from project "image-builder"...
95372024-08-16T05:39:44.221Z[ host-image] Aug 16 05:39:41.820 INFO collecting git info from project "chelsio-t6-roms"...
95382024-08-16T05:39:44.221Z[ host-image] Aug 16 05:39:41.824 INFO collecting git info from project "amd-firmware"...
95392024-08-16T05:39:44.221Z[ host-image] Aug 16 05:39:41.832 INFO collecting git info from project "amd-host-image-builder"...
95402024-08-16T05:39:44.221Z[ host-image] Aug 16 05:39:41.844 INFO collecting git info from project "pilot"...
95412024-08-16T05:39:44.221Z[ host-image] Aug 16 05:39:41.849 INFO collecting git info from project "pinprick"...
95422024-08-16T05:39:44.221Z[ host-image] Aug 16 05:39:41.853 INFO collecting git info from project "phbl"...
95432024-08-16T05:39:44.221Z[ host-image] Aug 16 05:39:41.858 INFO collecting packaging info "pkg-publishers.txt": ["publisher", "-F", "tsv"]...
95442024-08-16T05:39:44.221Z[ host-image] Aug 16 05:39:42.215 INFO collecting packaging info "pkg-list.txt": ["list", "-H", "-v"]...
95452024-08-16T05:39:44.221Z[ host-image] Aug 16 05:39:42.557 INFO creating Oxide boot image...
95462024-08-16T05:39:44.221Z[ host-image] Aug 16 05:39:42.557 INFO exec: ["/work/oxidecomputer/helios/projects/bootserver/target/release/mkimage", "-i", "/rpool/images/build/host/output/gimlet-zfs.raw", "-N", "ci b927580/f449ff4 2024-08-16 05:07", "-o", "/work/os-host/zfs.img", "-O", "/work/oxidecomputer/helios/tmp/image.host/boot_image_csum", "-s", "4096"], pwd: None
95472024-08-16T05:39:44.891Z[ host-image] Aug 16 05:39:43.485 INFO O| ok, image written!
95482024-08-16T05:39:44.891Z[ host-image] Aug 16 05:39:43.485 INFO O| ok, boot_image_csum file written!
95492024-08-16T05:39:44.894Z[ host-image] Aug 16 05:39:43.488 INFO creating boot archive (CPIO)...
95502024-08-16T05:39:44.894Z[ host-image] Aug 16 05:39:43.488 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
95512024-08-16T05:39:44.902Z[ host-image] Aug 16 05:39:43.496 INFO E| + root=/rpool/images/build/host/work/gimlet/ramdisk
95522024-08-16T05:39:44.902Z[ host-image] Aug 16 05:39:43.496 INFO E| + outfile=/work/os-host/cpio
95532024-08-16T05:39:44.905Z[ host-image] Aug 16 05:39:43.496 INFO E| + tmpdir=/work/oxidecomputer/helios/tmp/image.host
95542024-08-16T05:39:44.905Z[ host-image] Aug 16 05:39:43.498 INFO E| + cd /rpool/images/build/host/work/gimlet/ramdisk
95552024-08-16T05:39:44.905Z[ host-image] Aug 16 05:39:43.498 INFO E| + cpio -qo -H odc -O /work/os-host/cpio
95562024-08-16T05:39:44.949Z[ host-image] Aug 16 05:39:43.543 INFO E| + cd /work/oxidecomputer/helios/tmp/image.host
95572024-08-16T05:39:44.950Z[ host-image] Aug 16 05:39:43.543 INFO E| + cpio -qo -H odc -AO /work/os-host/cpio
95582024-08-16T05:39:44.956Z[ host-image] Aug 16 05:39:43.550 INFO creating compressed cpio/unix for nanobl-rs...
95592024-08-16T05:39:44.956Z[ host-image] Aug 16 05:39:43.550 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
95602024-08-16T05:39:45.233Z[ host-image] Aug 16 05:39:43.826 INFO exec: ["bash", "-c", "\'/work/oxidecomputer/helios/projects/pinprick/target/release/pinprick\' \'/work/os-host/cpio\' >\'/work/os-host/cpio.z\'"], pwd: None
95612024-08-16T05:39:49.579Z[ host-image] Aug 16 05:39:48.170 INFO creating reset image...
95622024-08-16T05:39:49.582Z[ host-image] Aug 16 05:39:48.170 INFO exec: ["cargo", "xtask", "build", "--release", "--cpioz", "/work/os-host/cpio.z"], pwd: Some("/work/oxidecomputer/helios/projects/phbl")
95632024-08-16T05:39:49.665Z[ host-image] Aug 16 05:39:48.256 INFO E| Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.03s
95642024-08-16T05:39:49.670Z[ host-image] Aug 16 05:39:48.257 INFO E| Running `xtask/target/debug/xtask build --release --cpioz /work/os-host/cpio.z`
95652024-08-16T05:39:49.734Z[ host-image] Aug 16 05:39:48.325 INFO E| Compiling phbl v0.1.0 (/work/oxidecomputer/helios/projects/phbl)
95662024-08-16T05:39:51.902Z[ host-image] Aug 16 05:39:50.492 INFO E| Finished `release` profile [optimized] target(s) in 2.22s
95672024-08-16T05:39:51.913Z[ host-image] Aug 16 05:39:50.503 INFO building host image...
95682024-08-16T05:39:51.916Z[ host-image] Aug 16 05:39:50.504 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")
95692024-08-16T05:39:52.371Z[ host-image] Aug 16 05:39:50.960 INFO finishing image archive at "/work/os-host/os.tar.gz"...
95702024-08-16T05:40:42.659Z[ host-image] Aug 16 05:40:37.620 INFO image complete! materials are in "/work/os-host"
95712024-08-16T05:40:42.660Z[ host-image]
95722024-08-16T05:40:42.660Z[ host-image] real 12:32.112976103
95732024-08-16T05:40:42.660Z[ host-image] user 3:55.937219723
95742024-08-16T05:40:42.660Z[ host-image] sys 47.787660937
95752024-08-16T05:40:42.660Z[ host-image] trap 0.106694377
95762024-08-16T05:40:42.660Z[ host-image] tflt 0.018403929
95772024-08-16T05:40:42.660Z[ host-image] dflt 0.024377108
95782024-08-16T05:40:42.660Z[ host-image] kflt 0.000000000
95792024-08-16T05:40:42.660Z[ host-image] lock 9:26.907526825
95802024-08-16T05:40:42.660Z[ host-image] slp 1:15:28.559778217
95812024-08-16T05:40:42.660Z[ host-image] lat 39.655868819
95822024-08-16T05:40:42.660Z[ host-image] stop 0.743556436
95832024-08-16T05:40:42.660ZAug 16 05:40:37.624 INFO [host-image] process exited with exit status: 0 (752.12507728s)
95842024-08-16T05:40:42.660ZAug 16 05:40:37.624 INFO [tuf-repo] running task
95852024-08-16T05:40:46.145ZAug 16 05:40:44.705 INFO assembling repository in `/tmp/tufaceoussreRZB`, component: OmicronRepoAssembler
95862024-08-16T05:40:50.719ZAug 16 05:40:49.277 DEBG assembly successful, cleaning up, component: OmicronRepoAssembler
95872024-08-16T05:40:50.914ZAug 16 05:40:49.472 INFO artifacts assembled and archived to `/work/repo.zip`, component: OmicronRepoAssembler
95882024-08-16T05:41:02.074ZAug 16 05:41:00.626 INFO [tuf-repo] task succeeded (23.001732757s)
95892024-08-16T05:41:02.074ZAug 16 05:41:00.626 INFO all jobs completed in 1989.446777657s
95902024-08-16T05:41:02.617Zprocess exited: duration 2531191 ms, exit code 0
 
95912024-08-16T05:41:02.627Zfound 33 output files
95922024-08-16T05:41:02.627Zuploading: /work/manifest.toml (8404 bytes)
95932024-08-16T05:41:03.639Zuploaded: /work/manifest.toml
95942024-08-16T05:41:03.639Zuploading: /work/repo.zip (1782025694 bytes)
95952024-08-16T05:41:37.782Zuploaded: /work/repo.zip
95962024-08-16T05:41:37.782Zuploading: /work/repo.zip.sha256.txt (65 bytes)
95972024-08-16T05:41:38.795Zuploaded: /work/repo.zip.sha256.txt
95982024-08-16T05:41:38.795Zuploading: /work/helios-setup.log (52176 bytes)
95992024-08-16T05:41:39.809Zuploaded: /work/helios-setup.log
96002024-08-16T05:41:39.809Zuploading: /work/host-image.log (199246 bytes)
96012024-08-16T05:41:40.833Zuploaded: /work/host-image.log
96022024-08-16T05:41:40.833Zuploading: /work/host-package.log (18783 bytes)
96032024-08-16T05:41:41.873Zuploaded: /work/host-package.log
96042024-08-16T05:41:41.874Zuploading: /work/host-target.log (101 bytes)
96052024-08-16T05:41:42.887Zuploaded: /work/host-target.log
96062024-08-16T05:41:42.887Zuploading: /work/omicron-package.log (4572 bytes)
96072024-08-16T05:41:43.897Zuploaded: /work/omicron-package.log
96082024-08-16T05:41:43.897Zuploading: /work/phbl-toolchain.log (881 bytes)
96092024-08-16T05:41:44.908Zuploaded: /work/phbl-toolchain.log
96102024-08-16T05:41:44.908Zuploading: /work/recovery-image.log (594274 bytes)
96112024-08-16T05:41:45.951Zuploaded: /work/recovery-image.log
96122024-08-16T05:41:45.951Zuploading: /work/recovery-package.log (282 bytes)
96132024-08-16T05:41:46.964Zuploaded: /work/recovery-package.log
96142024-08-16T05:41:46.964Zuploading: /work/recovery-target.log (98 bytes)
96152024-08-16T05:41:47.973Zuploaded: /work/recovery-target.log
96162024-08-16T05:41:47.973Zuploading: /work/stamp-clickhouse.log (117 bytes)
96172024-08-16T05:41:48.985Zuploaded: /work/stamp-clickhouse.log
96182024-08-16T05:41:48.985Zuploading: /work/stamp-clickhouse_keeper.log (124 bytes)
96192024-08-16T05:41:50.027Zuploaded: /work/stamp-clickhouse_keeper.log
96202024-08-16T05:41:50.028Zuploading: /work/stamp-cockroachdb.log (118 bytes)
96212024-08-16T05:41:51.151Zuploaded: /work/stamp-cockroachdb.log
96222024-08-16T05:41:51.151Zuploading: /work/stamp-crucible-dtrace.log (119 bytes)
96232024-08-16T05:41:52.177Zuploaded: /work/stamp-crucible-dtrace.log
96242024-08-16T05:41:52.177Zuploading: /work/stamp-crucible-pantry-zone.log (127 bytes)
96252024-08-16T05:41:53.190Zuploaded: /work/stamp-crucible-pantry-zone.log
96262024-08-16T05:41:53.190Zuploading: /work/stamp-crucible-zone.log (120 bytes)
96272024-08-16T05:41:54.237Zuploaded: /work/stamp-crucible-zone.log
96282024-08-16T05:41:54.238Zuploading: /work/stamp-external-dns.log (119 bytes)
96292024-08-16T05:41:55.276Zuploaded: /work/stamp-external-dns.log
96302024-08-16T05:41:55.276Zuploading: /work/stamp-installinator.log (103 bytes)
96312024-08-16T05:41:56.290Zuploaded: /work/stamp-installinator.log
96322024-08-16T05:41:56.290Zuploading: /work/stamp-internal-dns.log (119 bytes)
96332024-08-16T05:41:57.305Zuploaded: /work/stamp-internal-dns.log
96342024-08-16T05:41:57.305Zuploading: /work/stamp-mg-ddm-gz.log (99 bytes)
96352024-08-16T05:41:58.323Zuploaded: /work/stamp-mg-ddm-gz.log
96362024-08-16T05:41:58.323Zuploading: /work/stamp-nexus.log (112 bytes)
96372024-08-16T05:41:59.339Zuploaded: /work/stamp-nexus.log
96382024-08-16T05:41:59.339Zuploading: /work/stamp-ntp.log (110 bytes)
96392024-08-16T05:42:00.353Zuploaded: /work/stamp-ntp.log
96402024-08-16T05:42:00.353Zuploading: /work/stamp-omicron-sled-agent.log (122 bytes)
96412024-08-16T05:42:01.362Zuploaded: /work/stamp-omicron-sled-agent.log
96422024-08-16T05:42:01.362Zuploading: /work/stamp-overlay.log (114 bytes)
96432024-08-16T05:42:02.378Zuploaded: /work/stamp-overlay.log
96442024-08-16T05:42:02.378Zuploading: /work/stamp-oximeter.log (115 bytes)
96452024-08-16T05:42:03.395Zuploaded: /work/stamp-oximeter.log
96462024-08-16T05:42:03.395Zuploading: /work/stamp-oxlog.log (109 bytes)
96472024-08-16T05:42:04.419Zuploaded: /work/stamp-oxlog.log
96482024-08-16T05:42:04.419Zuploading: /work/stamp-probe.log (112 bytes)
96492024-08-16T05:42:05.453Zuploaded: /work/stamp-probe.log
96502024-08-16T05:42:05.453Zuploading: /work/stamp-propolis-server.log (122 bytes)
96512024-08-16T05:42:06.471Zuploaded: /work/stamp-propolis-server.log
96522024-08-16T05:42:06.471Zuploading: /work/stamp-pumpkind-gz.log (115 bytes)
96532024-08-16T05:42:07.495Zuploaded: /work/stamp-pumpkind-gz.log
96542024-08-16T05:42:07.495Zuploading: /work/stamp-switch-asic.log (118 bytes)
96552024-08-16T05:42:08.512Zuploaded: /work/stamp-switch-asic.log
96562024-08-16T05:42:08.512Zuploading: /work/verify-libraries.log (1883 bytes)
96572024-08-16T05:42:09.527Zuploaded: /work/verify-libraries.log