01J4HMDBTQRJHHK10WPJSAYE68: 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: 01J4HMDT3JXD1ESHB89FGQ51WS

Tags:

Artefacts:

Output:

SEQ GLOBAL TIME DETAILS
12024-08-05T16:03:19.514Zjob assigned to worker 01J4HMDTQRCRSS8022E8N6EBY2 (queued for 1 m 4 s)
 
22024-08-05T16:03:27.675Zstarting task 0: "setup"
32024-08-05T16:03:27.731Z++ uname -s
42024-08-05T16:03:27.734Z+ kern=SunOS
52024-08-05T16:03:27.734Z+ case "$kern" in
62024-08-05T16:03:27.735Z+ groupadd -g 12345 build
72024-08-05T16:03:27.737Z+ useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build
82024-08-05T16:03:29.748Z+ zfs create -o mountpoint=/work rpool/work
92024-08-05T16:03:29.875Z++ awk '$2 == "/home" { print $3 }' /etc/mnttab
102024-08-05T16:03:29.878Z+ home_fs=zfs
112024-08-05T16:03:29.878Z+ [[ zfs == autofs ]]
122024-08-05T16:03:29.878Z+ mkdir -p /home/build
132024-08-05T16:03:29.881Z+ chown build:build /home/build /work
142024-08-05T16:03:31.882Z+ chmod 0700 /home/build /work
152024-08-05T16:03:31.885Zprocess exited: duration 4210 ms, exit code 0
 
162024-08-05T16:03:31.891Zstarting task 1: "rust-toolchain"
172024-08-05T16:03:31.896Z+ printf ' * toolchain channel = "%s"
182024-08-05T16:03:31.896Z' 1.80.0
192024-08-05T16:03:31.896Z+ printf ' * toolchain profile = "%s"
202024-08-05T16:03:31.896Z' default
212024-08-05T16:03:31.896Z * toolchain channel = "1.80.0"
222024-08-05T16:03:31.896Z * toolchain profile = "default"
232024-08-05T16:03:31.899Z+ curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs
242024-08-05T16:03:31.899Z+ /bin/bash -s - -y --no-modify-path --default-toolchain 1.80.0 --profile default
252024-08-05T16:03:32.000Zinfo: downloading installer
262024-08-05T16:03:33.494Zinfo: profile set to 'default'
272024-08-05T16:03:33.494Zinfo: default host triple is x86_64-unknown-illumos
282024-08-05T16:03:33.500Zinfo: syncing channel updates for '1.80.0-x86_64-unknown-illumos'
292024-08-05T16:03:33.632Zinfo: latest update on 2024-07-25, rust version 1.80.0 (051478957 2024-07-21)
302024-08-05T16:03:33.632Zinfo: downloading component 'cargo'
312024-08-05T16:03:34.342Zinfo: downloading component 'clippy'
322024-08-05T16:03:34.593Zinfo: downloading component 'rust-docs'
332024-08-05T16:03:35.579Zinfo: downloading component 'rust-std'
342024-08-05T16:03:36.959Zinfo: downloading component 'rustc'
352024-08-05T16:03:40.805Zinfo: downloading component 'rustfmt'
362024-08-05T16:03:41.014Zinfo: installing component 'cargo'
372024-08-05T16:03:41.839Zinfo: installing component 'clippy'
382024-08-05T16:03:42.213Zinfo: installing component 'rust-docs'
392024-08-05T16:03:43.812Zinfo: installing component 'rust-std'
402024-08-05T16:03:45.466Zinfo: installing component 'rustc'
412024-08-05T16:03:49.815Zinfo: installing component 'rustfmt'
422024-08-05T16:03:50.160Zinfo: default toolchain set to '1.80.0-x86_64-unknown-illumos'
432024-08-05T16:03:50.160Z
442024-08-05T16:03:50.423Z 1.80.0-x86_64-unknown-illumos installed - rustc 1.80.0 (051478957 2024-07-21)
452024-08-05T16:03:50.423Z
462024-08-05T16:03:50.426Z
472024-08-05T16:03:50.426ZRust is installed now. Great!
482024-08-05T16:03:50.427Z
492024-08-05T16:03:50.427ZTo get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
502024-08-05T16:03:50.427Zenvironment variable. This has not been done automatically.
512024-08-05T16:03:50.428Z
522024-08-05T16:03:50.428ZTo configure your current shell, you need to source
532024-08-05T16:03:50.429Zthe corresponding env file under $HOME/.cargo.
542024-08-05T16:03:50.429Z
552024-08-05T16:03:50.430ZThis is usually done by running one of the following (note the leading DOT):
562024-08-05T16:03:50.431Z. "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh
572024-08-05T16:03:50.431Zsource "$HOME/.cargo/env.fish" # For fish
582024-08-05T16:03:50.527Z+ rustc --version
592024-08-05T16:03:50.593Zrustc 1.80.0 (051478957 2024-07-21)
602024-08-05T16:03:50.596Zprocess exited: duration 18701 ms, exit code 0
 
612024-08-05T16:03:50.601Zstarting task 2: "authentication"
622024-08-05T16:03:50.623Zprocess exited: duration 21 ms, exit code 0
 
632024-08-05T16:03:50.631Zstarting task 3: "clone repository"
642024-08-05T16:03:50.634Z+ mkdir -p /work/oxidecomputer/omicron
652024-08-05T16:03:50.637Z+ git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron
662024-08-05T16:03:51.132ZCloning into '/work/oxidecomputer/omicron'...
672024-08-05T16:03:56.430Z+ cd /work/oxidecomputer/omicron
682024-08-05T16:03:56.433Z+ git fetch origin 4678f7dc2df4e52c12bf30a498d9225c39297418
692024-08-05T16:03:56.710ZFrom https://github.com/oxidecomputer/omicron
702024-08-05T16:03:56.710Z * branch 4678f7dc2df4e52c12bf30a498d9225c39297418 -> FETCH_HEAD
712024-08-05T16:03:56.721Z+ [[ -n john/reconfigurator-external-ip-allocator ]]
722024-08-05T16:03:56.723Z++ git branch --show-current
732024-08-05T16:03:56.726Z+ current=main
742024-08-05T16:03:56.726Z+ [[ main != john/reconfigurator-external-ip-allocator ]]
752024-08-05T16:03:56.726Z+ git branch -f john/reconfigurator-external-ip-allocator 4678f7dc2df4e52c12bf30a498d9225c39297418
762024-08-05T16:03:56.729Z+ git checkout -f john/reconfigurator-external-ip-allocator
772024-08-05T16:03:56.870ZSwitched to branch 'john/reconfigurator-external-ip-allocator'
782024-08-05T16:03:56.873Z+ git reset --hard 4678f7dc2df4e52c12bf30a498d9225c39297418
792024-08-05T16:03:57.013ZHEAD is now at 4678f7dc2 Reconfigurator: Teach planner about SNAT IPs
802024-08-05T16:03:57.016Zprocess exited: duration 6384 ms, exit code 0
 
812024-08-05T16:03:57.022Zstarting task 4: "build"
822024-08-05T16:03:57.028Z+ cargo --version
832024-08-05T16:03:57.085Zcargo 1.80.0 (376290515 2024-07-16)
842024-08-05T16:03:57.088Z+ rustc --version
852024-08-05T16:03:57.150Zrustc 1.80.0 (051478957 2024-07-21)
862024-08-05T16:03:57.153Z+ ptime -m ./tools/install_builder_prerequisites.sh -yp
872024-08-05T16:04:19.627Z Startup: Refreshing catalog 'helios-dev' ... Done
882024-08-05T16:04:21.855Z Startup: Caching catalogs ... Done
892024-08-05T16:04:25.747ZPlanning: Solver setup ... Done (3.289s)
902024-08-05T16:04:25.812ZPlanning: Running solver ... Done (0.062s)
912024-08-05T16:04:25.870ZPlanning: Finding local manifests ... Done (0.003s)
922024-08-05T16:04:25.886ZPlanning: Fetching manifests: 0/4 0% complete
932024-08-05T16:04:26.552ZPlanning: Fetching manifests: 4/4 100% complete
942024-08-05T16:04:26.603ZPlanning: Package planning ... Done (0.051s)
952024-08-05T16:04:26.654ZPlanning: Merging actions ... Done (0.050s)
962024-08-05T16:04:27.521ZPlanning: Checking for conflicting actions ... Done (0.866s)
972024-08-05T16:04:27.533ZPlanning: Consolidating action changes ... Done (0.012s)
982024-08-05T16:04:32.177ZPlanning: Evaluating mediators ... Done (4.644s)
992024-08-05T16:04:32.187ZPlanning: Planning completed in 10.26 seconds
1002024-08-05T16:04:32.664Z Packages to install: 4
1012024-08-05T16:04:32.664Z Mediators to change: 2
1022024-08-05T16:04:32.664Z Services to change: 1
1032024-08-05T16:04:32.667Z Estimated space available: 155.76 GB
1042024-08-05T16:04:32.667ZEstimated space to be consumed: 1.47 GB
1052024-08-05T16:04:32.667Z Create boot environment: No
1062024-08-05T16:04:32.667ZCreate backup boot environment: No
1072024-08-05T16:04:32.668Z Rebuild boot archive: No
1082024-08-05T16:04:32.668Z
1092024-08-05T16:04:32.668ZChanged mediators:
1102024-08-05T16:04:32.668Z mediator clang:
1112024-08-05T16:04:32.668Z version: None -> 15 (system default)
1122024-08-05T16:04:32.668Z
1132024-08-05T16:04:32.668Z mediator llvm:
1142024-08-05T16:04:32.668Z version: 14 (system default) -> 15 (system default)
1152024-08-05T16:04:32.668Z
1162024-08-05T16:04:32.668ZChanged packages:
1172024-08-05T16:04:32.668Zhelios-dev
1182024-08-05T16:04:32.668Z developer/build-essential
1192024-08-05T16:04:32.668Z None -> 11-2.0
1202024-08-05T16:04:32.668Z library/libxmlsec1
1212024-08-05T16:04:32.668Z None -> 1.2.35-2.0
1222024-08-05T16:04:32.668Z ooce/developer/clang-15
1232024-08-05T16:04:32.668Z None -> 15.0.7-2.0
1242024-08-05T16:04:32.668Z ooce/developer/llvm-15
1252024-08-05T16:04:32.668Z None -> 15.0.7-2.0
1262024-08-05T16:04:32.668Z
1272024-08-05T16:04:32.668ZServices:
1282024-08-05T16:04:32.668Z restart_fmri:
1292024-08-05T16:04:32.668Z svc:/system/update-man-index:default
1302024-08-05T16:04:32.882Z
1312024-08-05T16:04:32.882ZDownload: 0/3290 items 0.0/212.6MB 0% complete
1322024-08-05T16:04:37.905ZDownload: 602/3290 items 3.4/212.6MB 1% complete (720k/s)
1332024-08-05T16:04:43.252ZDownload: 1195/3290 items 83.4/212.6MB 39% complete (8.8M/s)
1342024-08-05T16:04:48.251ZDownload: 1199/3290 items 83.5/212.6MB 39% complete (8.0M/s)
1352024-08-05T16:04:53.271ZDownload: 2217/3290 items 119.2/212.6MB 56% complete (3.7M/s)
1362024-08-05T16:04:58.279ZDownload: 2388/3290 items 119.8/212.6MB 56% complete (3.7M/s)
1372024-08-05T16:05:03.284ZDownload: 2801/3290 items 121.0/212.6MB 56% complete (182k/s)
1382024-08-05T16:05:08.313ZDownload: 3220/3290 items 195.3/212.6MB 91% complete (7.5M/s)
1392024-08-05T16:05:13.358ZDownload: 3241/3290 items 203.0/212.6MB 95% complete (8.2M/s)
1402024-08-05T16:05:21.165ZDownload: 3243/3290 items 203.0/212.6MB 95% complete
1412024-08-05T16:05:27.500ZDownload: 3282/3290 items 211.4/212.6MB 99% complete (856k/s)
1422024-08-05T16:05:33.908ZDownload: 3283/3290 items 211.4/212.6MB 99% complete
1432024-08-05T16:05:46.716ZDownload: 3289/3290 items 212.4/212.6MB 99% complete
1442024-08-05T16:05:46.746ZDownload: Completed 212.60 MB in 73.85 seconds (2.9M/s)
1452024-08-05T16:05:46.891Z Actions: 1/3689 actions (Installing new actions)
1462024-08-05T16:05:51.989Z Actions: 3544/3689 actions (Installing new actions)
1472024-08-05T16:05:52.425Z Actions: Completed 3689 actions in 5.53 seconds.
1482024-08-05T16:05:52.689Z Done (0.259s)
1492024-08-05T16:05:52.689Z Done (0.000s)
1502024-08-05T16:05:53.043Z Done (0.354s)
1512024-08-05T16:05:58.562Z Done (5.353s)
1522024-08-05T16:05:58.799Z Done (0.165s)
1532024-08-05T16:05:58.804Z Done (0.000s)
1542024-08-05T16:05:59.070Z Done (0.000s)
1552024-08-05T16:05:59.666ZPlanning: Evaluating mediator changes ... Done
1562024-08-05T16:05:59.829ZPlanning: Checking for conflicting actions ... Done
1572024-08-05T16:05:59.832ZPlanning: Consolidating action changes ... Done
1582024-08-05T16:06:00.098ZPlanning: Evaluating mediators ... Done
1592024-08-05T16:06:00.101ZPlanning: Planning completed in 0.43 seconds
1602024-08-05T16:06:00.131Z Mediators to change: 2
1612024-08-05T16:06:00.131Z Create boot environment: No
1622024-08-05T16:06:00.134ZCreate backup boot environment: No
1632024-08-05T16:06:00.231Z Done
1642024-08-05T16:06:00.231Z Done
1652024-08-05T16:06:00.465Z Done
1662024-08-05T16:06:04.235Z Done
1672024-08-05T16:06:04.321Z Done
1682024-08-05T16:06:04.324Z Done
1692024-08-05T16:06:04.572Z Done
1702024-08-05T16:06:05.191ZPlanning: Evaluating mediator changes ... Done
1712024-08-05T16:06:05.193ZPlanning: Merging actions ... Done
1722024-08-05T16:06:05.382ZPlanning: Checking for conflicting actions ... Done
1732024-08-05T16:06:05.385ZPlanning: Consolidating action changes ... Done
1742024-08-05T16:06:05.643ZPlanning: Evaluating mediators ... Done
1752024-08-05T16:06:05.698ZPlanning: Planning completed in 0.75 seconds
1762024-08-05T16:06:05.732Z Packages to change: 1
1772024-08-05T16:06:05.732Z Mediators to change: 1
1782024-08-05T16:06:05.737Z Services to change: 1
1792024-08-05T16:06:05.737Z Create boot environment: No
1802024-08-05T16:06:05.737ZCreate backup boot environment: Yes
1812024-08-05T16:06:07.617Z Actions: 1/6 actions (Updating modified actions)
1822024-08-05T16:06:07.657Z Actions: Completed 6 actions in 0.04 seconds.
1832024-08-05T16:06:07.660Z Done
1842024-08-05T16:06:07.660Z Done
1852024-08-05T16:06:07.733Z Done
1862024-08-05T16:06:11.549Z Done
1872024-08-05T16:06:11.635Z Done
1882024-08-05T16:06:11.637Z Done
1892024-08-05T16:06:11.870Z Done
1902024-08-05T16:06:12.334ZMEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION
1912024-08-05T16:06:12.334Zclang system 15 system
1922024-08-05T16:06:12.334Zcsh system system illumos
1932024-08-05T16:06:12.334Zctags system system illumos
1942024-08-05T16:06:12.334Zgcc vendor 12 vendor
1952024-08-05T16:06:12.334Zgcc system 10 system
1962024-08-05T16:06:12.334Zgcc system 7 system
1972024-08-05T16:06:12.334Zgo system 1.20 system
1982024-08-05T16:06:12.334Zgo system 1.19 system
1992024-08-05T16:06:12.334Zllvm system 15 system
2002024-08-05T16:06:12.334Zllvm system 14 system
2012024-08-05T16:06:12.334Zmariadb system 10.6 system
2022024-08-05T16:06:12.334Zmta vendor vendor dma
2032024-08-05T16:06:12.334Zopenjdk system 17 system
2042024-08-05T16:06:12.334Zopenjdk system 11 system
2052024-08-05T16:06:12.334Zopenjdk system 1.8 system
2062024-08-05T16:06:12.334Zopenssl vendor 3 vendor
2072024-08-05T16:06:12.334Zperl system 5.36 system
2082024-08-05T16:06:12.334Zpostgresql system 15 system
2092024-08-05T16:06:12.334Zpostgresql system 13 system
2102024-08-05T16:06:12.334Zpython vendor 3 vendor
2112024-08-05T16:06:12.334Zpython system 2 system
2122024-08-05T16:06:12.334Zpython3 system 3.11 system
2132024-08-05T16:06:12.334Zruby system 3.0 system
2142024-08-05T16:06:12.334Zwords vendor vendor american-english
2152024-08-05T16:06:12.334Zwords system system australian-english
2162024-08-05T16:06:12.334Zwords system system british-english
2172024-08-05T16:06:12.334Zwords system system canadian-english
2182024-08-05T16:06:12.334Zwords system system french
2192024-08-05T16:06:12.334Zwords system system italian
2202024-08-05T16:06:12.334Zwords system system ngerman
2212024-08-05T16:06:12.334Zwords system system ogerman
2222024-08-05T16:06:12.334Zwords system system spanish
2232024-08-05T16:06:12.692ZPUBLISHER TYPE STATUS P LOCATION
2242024-08-05T16:06:12.692Zhelios-dev origin online F https://pkg.oxide.computer/helios/2/dev/
2252024-08-05T16:06:14.398ZFMRI IFO
2262024-08-05T16:06:14.398Zpkg://helios-dev/developer/build-essential@11-2.0:20230623T110919Z im-
2272024-08-05T16:06:14.398Zpkg://helios-dev/developer/pkg-config@0.29.2-2.0:20230621T191911Z i--
2282024-08-05T16:06:14.398Zpkg://helios-dev/library/libxmlsec1@1.2.35-2.0:20230624T123441Z im-
2292024-08-05T16:06:14.398Zpkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20231012T123315Z im-
2302024-08-05T16:06:14.398Zpkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20230623T141037Z ---
2312024-08-05T16:06:14.398Zpkg://helios-dev/ooce/library/postgresql-13@13.11-2.0:20230623T123131Z i--
2322024-08-05T16:06:14.398Zpkg://helios-dev/package/pkg@0.5.11-2.0:20231020T135332Z i--
2332024-08-05T16:06:14.398Zpkg://helios-dev/package/pkg@0.5.11-2.0:20230621T202036Z ---
2342024-08-05T16:06:14.398Zpkg://helios-dev/system/library/g++-runtime@13-2.0:20231118T213948Z i--
2352024-08-05T16:06:14.398Zpkg://helios-dev/system/library/g++-runtime@12-2.0:20230621T201406Z ---
2362024-08-05T16:06:14.398Zpkg://helios-dev/system/library/gcc-runtime@13-2.0:20231118T213832Z i--
2372024-08-05T16:06:14.398Zpkg://helios-dev/system/library/gcc-runtime@12-2.0:20230621T201432Z ---
2382024-08-05T16:06:14.996Z Updating git repository `https://github.com/oxidecomputer/pq-sys`
2392024-08-05T16:06:15.258Z Updating git repository `https://github.com/oxidecomputer/zone`
2402024-08-05T16:06:15.479Z Updating crates.io index
2412024-08-05T16:06:15.483Z Updating git repository `https://github.com/oxidecomputer/dropshot`
2422024-08-05T16:06:16.221Z Updating git repository `https://github.com/oxidecomputer/maghemite`
2432024-08-05T16:06:16.983Z Updating git repository `https://github.com/oxidecomputer/oxnet`
2442024-08-05T16:06:17.236Z Updating git repository `https://github.com/oxidecomputer/progenitor`
2452024-08-05T16:06:18.831Z Updating git repository `https://github.com/oxidecomputer/serde_human_bytes`
2462024-08-05T16:06:19.148Z Updating git repository `https://github.com/oxidecomputer/slog-error-chain`
2472024-08-05T16:06:19.400Z Updating git repository `https://github.com/oxidecomputer/propolis`
2482024-08-05T16:06:20.501Z Updating git repository `https://github.com/oxidecomputer/crucible`
2492024-08-05T16:06:22.432Z Updating git repository `https://github.com/oxidecomputer/opte`
2502024-08-05T16:06:23.391Z Updating git repository `https://github.com/oxidecomputer/falcon`
2512024-08-05T16:06:24.078Z Updating git repository `https://github.com/oxidecomputer/management-gateway-service`
2522024-08-05T16:06:24.617Z Updating git repository `https://github.com/oxidecomputer/openapi-lint`
2532024-08-05T16:06:24.903Z Updating git repository `https://github.com/oxidecomputer/async-bb8-diesel`
2542024-08-05T16:06:25.126Z Updating git repository `https://github.com/oxidecomputer/diesel-dtrace`
2552024-08-05T16:06:25.363Z Updating git repository `https://github.com/oxidecomputer/tofino`
2562024-08-05T16:06:25.730Z Updating git repository `https://github.com/oxidecomputer/illumos-devinfo`
2572024-08-05T16:06:25.991Z Updating git repository `https://github.com/oxidecomputer/libefi-illumos`
2582024-08-05T16:06:26.218Z Updating git repository `https://github.com/oxidecomputer/libnvme`
2592024-08-05T16:06:26.473Z Updating git repository `https://github.com/oxidecomputer/clickward`
2602024-08-05T16:06:26.754Z Updating git repository `https://github.com/oxidecomputer/hubtools.git`
2612024-08-05T16:06:27.038Z Updating git repository `https://github.com/oxidecomputer/ispf`
2622024-08-05T16:06:27.451Z Updating git repository `https://github.com/oxidecomputer/poptrie`
2632024-08-05T16:06:27.654Z Updating git repository `https://github.com/oxidecomputer/netadm-sys`
2642024-08-05T16:06:28.078Z Updating git repository `https://github.com/oxidecomputer/tlvc.git`
2652024-08-05T16:06:28.383Z Updating git repository `https://github.com/oxidecomputer/lpc55_support`
2662024-08-05T16:06:28.758Z Updating git repository `https://github.com/oxidecomputer/typify`
2672024-08-05T16:06:30.742Z Updating git repository `https://github.com/oxidecomputer/dlpi-sys`
2682024-08-05T16:06:30.988Z Updating git repository `https://github.com/jmesmon/rust-libzfs`
2692024-08-05T16:06:31.226Z Updating git repository `https://github.com/oxidecomputer/rusty-doors`
2702024-08-05T16:06:31.580Z Updating git repository `https://github.com/oxidecomputer/rfb`
2712024-08-05T16:06:32.594Z Downloading crates ...
2722024-08-05T16:06:32.671Z Downloaded anstyle v1.0.8
2732024-08-05T16:06:32.674Z Downloaded anstream v0.6.14
2742024-08-05T16:06:32.677Z Downloaded heck v0.5.0
2752024-08-05T16:06:32.680Z Downloaded autocfg v1.3.0
2762024-08-05T16:06:32.683Z Downloaded fnv v1.0.7
2772024-08-05T16:06:32.683Z Downloaded block-buffer v0.10.4
2782024-08-05T16:06:32.685Z Downloaded pretty-hex v0.4.1
2792024-08-05T16:06:32.685Z Downloaded is_terminal_polyfill v1.70.0
2802024-08-05T16:06:32.685Z Downloaded equivalent v1.0.1
2812024-08-05T16:06:32.688Z Downloaded scroll_derive v0.12.0
2822024-08-05T16:06:32.693Z Downloaded usdt-attr-macro v0.5.0
2832024-08-05T16:06:32.698Z Downloaded swrite v0.1.0
2842024-08-05T16:06:32.702Z Downloaded usdt-macro v0.5.0
2852024-08-05T16:06:32.709Z Downloaded generic-array v0.14.7
2862024-08-05T16:06:32.709Z Downloaded dof v0.3.0
2872024-08-05T16:06:32.709Z Downloaded proc-macro-error-attr v1.0.4
2882024-08-05T16:06:32.709Z Downloaded colorchoice v1.0.1
2892024-08-05T16:06:32.712Z Downloaded byteorder v1.5.0
2902024-08-05T16:06:32.712Z Downloaded anstyle-query v1.0.3
2912024-08-05T16:06:32.712Z Downloaded crypto-common v0.1.6
2922024-08-05T16:06:32.715Z Downloaded cargo-platform v0.1.8
2932024-08-05T16:06:32.715Z Downloaded memmap v0.7.0
2942024-08-05T16:06:32.720Z Downloaded macaddr v1.0.1
2952024-08-05T16:06:32.726Z Downloaded version_check v0.9.4
2962024-08-05T16:06:32.726Z Downloaded serde_tokenstream v0.2.1
2972024-08-05T16:06:32.726Z Downloaded thiserror v1.0.63
2982024-08-05T16:06:32.729Z Downloaded toml_datetime v0.6.8
2992024-08-05T16:06:32.734Z Downloaded thread-id v4.2.1
3002024-08-05T16:06:32.734Z Downloaded cfg-if v1.0.0
3012024-08-05T16:06:32.739Z Downloaded bytecount v0.6.8
3022024-08-05T16:06:32.739Z Downloaded quote v1.0.36
3032024-08-05T16:06:32.739Z Downloaded pest_derive v2.7.10
3042024-08-05T16:06:32.742Z Downloaded clap_derive v4.5.13
3052024-08-05T16:06:32.742Z Downloaded cargo_toml v0.20.4
3062024-08-05T16:06:32.745Z Downloaded anstyle-parse v0.2.4
3072024-08-05T16:06:32.745Z Downloaded tabled_derive v0.7.0
3082024-08-05T16:06:32.758Z Downloaded scroll v0.12.0
3092024-08-05T16:06:32.761Z Downloaded heck v0.4.1
3102024-08-05T16:06:32.761Z Downloaded errno v0.3.9
3112024-08-05T16:06:32.765Z Downloaded clap_lex v0.7.0
3122024-08-05T16:06:32.769Z Downloaded fs-err v2.11.0
3132024-08-05T16:06:32.769Z Downloaded digest v0.10.7
3142024-08-05T16:06:32.773Z Downloaded ryu v1.0.18
3152024-08-05T16:06:32.773Z Downloaded pest_meta v2.7.10
3162024-08-05T16:06:32.776Z Downloaded clap v4.5.13
3172024-08-05T16:06:32.784Z Downloaded typenum v1.17.0
3182024-08-05T16:06:32.788Z Downloaded pest_generator v2.7.10
3192024-08-05T16:06:32.788Z Downloaded terminal_size v0.3.0
3202024-08-05T16:06:32.791Z Downloaded itoa v1.0.11
3212024-08-05T16:06:32.791Z Downloaded utf8parse v0.2.1
3222024-08-05T16:06:32.791Z Downloaded usdt v0.5.0
3232024-08-05T16:06:32.791Z Downloaded thiserror-impl v1.0.63
3242024-08-05T16:06:32.794Z Downloaded strsim v0.11.1
3252024-08-05T16:06:32.794Z Downloaded serde_spanned v0.6.7
3262024-08-05T16:06:32.797Z Downloaded dtrace-parser v0.2.0
3272024-08-05T16:06:32.797Z Downloaded usdt-impl v0.5.0
3282024-08-05T16:06:32.797Z Downloaded once_cell v1.19.0
3292024-08-05T16:06:32.801Z Downloaded anyhow v1.0.86
3302024-08-05T16:06:32.804Z Downloaded cargo_metadata v0.18.1
3312024-08-05T16:06:32.804Z Downloaded proc-macro2 v1.0.86
3322024-08-05T16:06:32.807Z Downloaded plain v0.2.3
3332024-08-05T16:06:32.813Z Downloaded semver v1.0.23
3342024-08-05T16:06:32.813Z Downloaded cpufeatures v0.2.12
3352024-08-05T16:06:32.813Z Downloaded proc-macro-error v1.0.4
3362024-08-05T16:06:32.816Z Downloaded papergrid v0.11.0
3372024-08-05T16:06:32.819Z Downloaded sha2 v0.10.8
3382024-08-05T16:06:32.823Z Downloaded log v0.4.21
3392024-08-05T16:06:32.826Z Downloaded camino v1.1.7
3402024-08-05T16:06:32.826Z Downloaded serde v1.0.204
3412024-08-05T16:06:32.829Z Downloaded serde_derive v1.0.204
3422024-08-05T16:06:32.835Z Downloaded zerocopy-derive v0.7.34
3432024-08-05T16:06:32.842Z Downloaded ucd-trie v0.1.6
3442024-08-05T16:06:32.842Z Downloaded unicode-ident v1.0.12
3452024-08-05T16:06:32.842Z Downloaded toml v0.8.19
3462024-08-05T16:06:32.845Z Downloaded indexmap v2.2.6
3472024-08-05T16:06:32.848Z Downloaded bitflags v2.6.0
3482024-08-05T16:06:32.858Z Downloaded memchr v2.7.2
3492024-08-05T16:06:32.876Z Downloaded toml_edit v0.22.20
3502024-08-05T16:06:32.898Z Downloaded serde_json v1.0.122
3512024-08-05T16:06:32.905Z Downloaded hashbrown v0.14.5
3522024-08-05T16:06:32.910Z Downloaded zerocopy v0.7.34
3532024-08-05T16:06:32.926Z Downloaded pest v2.7.10
3542024-08-05T16:06:32.931Z Downloaded clap_builder v4.5.13
3552024-08-05T16:06:32.938Z Downloaded goblin v0.8.2
3562024-08-05T16:06:32.944Z Downloaded winnow v0.6.18
3572024-08-05T16:06:32.953Z Downloaded tabled v0.15.0
3582024-08-05T16:06:32.970Z Downloaded syn v2.0.72
3592024-08-05T16:06:32.981Z Downloaded syn v1.0.109
3602024-08-05T16:06:32.991Z Downloaded rustix v0.38.34
3612024-08-05T16:06:33.013Z Downloaded unicode-width v0.1.13
3622024-08-05T16:06:33.021Z Downloaded libc v0.2.155
3632024-08-05T16:06:33.318Z Compiling proc-macro2 v1.0.86
3642024-08-05T16:06:33.318Z Compiling unicode-ident v1.0.12
3652024-08-05T16:06:33.321Z Compiling version_check v0.9.4
3662024-08-05T16:06:33.321Z Compiling serde v1.0.204
3672024-08-05T16:06:33.321Z Compiling memchr v2.7.2
3682024-08-05T16:06:33.321Z Compiling thiserror v1.0.63
3692024-08-05T16:06:33.321Z Compiling libc v0.2.155
3702024-08-05T16:06:33.321Z Compiling ucd-trie v0.1.6
3712024-08-05T16:06:33.571Z Compiling ryu v1.0.18
3722024-08-05T16:06:33.948Z Compiling itoa v1.0.11
3732024-08-05T16:06:34.133Z Compiling once_cell v1.19.0
3742024-08-05T16:06:34.156Z Compiling byteorder v1.5.0
3752024-08-05T16:06:34.473Z Compiling serde_json v1.0.122
3762024-08-05T16:06:35.153Z Compiling usdt-impl v0.5.0
3772024-08-05T16:06:35.177Z Compiling proc-macro-error-attr v1.0.4
3782024-08-05T16:06:35.182Z Compiling rustix v0.38.34
3792024-08-05T16:06:35.182Z Compiling syn v1.0.109
3802024-08-05T16:06:35.258Z Compiling proc-macro-error v1.0.4
3812024-08-05T16:06:35.546Z Compiling hashbrown v0.14.5
3822024-08-05T16:06:35.576Z Compiling log v0.4.21
3832024-08-05T16:06:35.646Z Compiling equivalent v1.0.1
3842024-08-05T16:06:35.764Z Compiling bitflags v2.6.0
3852024-08-05T16:06:35.929Z Compiling thread-id v4.2.1
3862024-08-05T16:06:35.978Z Compiling utf8parse v0.2.1
3872024-08-05T16:06:36.016Z Compiling plain v0.2.3
3882024-08-05T16:06:36.125Z Compiling anstyle-parse v0.2.4
3892024-08-05T16:06:36.170Z Compiling quote v1.0.36
3902024-08-05T16:06:36.195Z Compiling anstyle v1.0.8
3912024-08-05T16:06:36.217Z Compiling colorchoice v1.0.1
3922024-08-05T16:06:36.376Z Compiling autocfg v1.3.0
3932024-08-05T16:06:36.410Z Compiling is_terminal_polyfill v1.70.0
3942024-08-05T16:06:36.464Z Compiling errno v0.3.9
3952024-08-05T16:06:36.539Z Compiling syn v2.0.72
3962024-08-05T16:06:36.790Z Compiling indexmap v2.2.6
3972024-08-05T16:06:36.907Z Compiling pretty-hex v0.4.1
3982024-08-05T16:06:36.954Z Compiling camino v1.1.7
3992024-08-05T16:06:37.134Z Compiling winnow v0.6.18
4002024-08-05T16:06:37.436Z Compiling semver v1.0.23
4012024-08-05T16:06:37.689Z Compiling anstyle-query v1.0.3
4022024-08-05T16:06:37.837Z Compiling anstream v0.6.14
4032024-08-05T16:06:38.081Z Compiling terminal_size v0.3.0
4042024-08-05T16:06:38.216Z Compiling fs-err v2.11.0
4052024-08-05T16:06:38.292Z Compiling unicode-width v0.1.13
4062024-08-05T16:06:38.382Z Compiling heck v0.4.1
4072024-08-05T16:06:38.448Z Compiling fnv v1.0.7
4082024-08-05T16:06:38.516Z Compiling bytecount v0.6.8
4092024-08-05T16:06:38.567Z Compiling anyhow v1.0.86
4102024-08-05T16:06:38.591Z Compiling strsim v0.11.1
4112024-08-05T16:06:38.615Z Compiling clap_lex v0.7.0
4122024-08-05T16:06:38.741Z Compiling heck v0.5.0
4132024-08-05T16:06:38.871Z Compiling papergrid v0.11.0
4142024-08-05T16:06:39.163Z Compiling clap_builder v4.5.13
4152024-08-05T16:06:39.409Z Compiling memmap v0.7.0
4162024-08-05T16:06:40.179Z Compiling swrite v0.1.0
4172024-08-05T16:06:41.940Z Compiling tabled_derive v0.7.0
4182024-08-05T16:06:43.326Z Compiling tabled v0.15.0
4192024-08-05T16:06:45.288Z Compiling serde_derive v1.0.204
4202024-08-05T16:06:45.289Z Compiling thiserror-impl v1.0.63
4212024-08-05T16:06:45.291Z Compiling zerocopy-derive v0.7.34
4222024-08-05T16:06:45.291Z Compiling scroll_derive v0.12.0
4232024-08-05T16:06:45.291Z Compiling clap_derive v4.5.13
4242024-08-05T16:06:46.782Z Compiling scroll v0.12.0
4252024-08-05T16:06:47.062Z Compiling zerocopy v0.7.34
4262024-08-05T16:06:47.378Z Compiling goblin v0.8.2
4272024-08-05T16:06:47.959Z Compiling pest v2.7.10
4282024-08-05T16:06:49.164Z Compiling clap v4.5.13
4292024-08-05T16:06:50.105Z Compiling pest_meta v2.7.10
4302024-08-05T16:06:50.999Z Compiling pest_generator v2.7.10
4312024-08-05T16:06:53.007Z Compiling pest_derive v2.7.10
4322024-08-05T16:06:53.697Z Compiling dtrace-parser v0.2.0
4332024-08-05T16:06:55.419Z Compiling toml_datetime v0.6.8
4342024-08-05T16:06:55.419Z Compiling serde_spanned v0.6.7
4352024-08-05T16:06:55.422Z Compiling cargo-platform v0.1.8
4362024-08-05T16:06:55.708Z Compiling macaddr v1.0.1
4372024-08-05T16:06:55.800Z Compiling toml_edit v0.22.20
4382024-08-05T16:06:56.024Z Compiling serde_tokenstream v0.2.1
4392024-08-05T16:06:56.835Z Compiling dof v0.3.0
4402024-08-05T16:06:56.835Z Compiling cargo_metadata v0.18.1
4412024-08-05T16:06:58.643Z Compiling toml v0.8.19
4422024-08-05T16:06:59.215Z Compiling usdt-macro v0.5.0
4432024-08-05T16:06:59.265Z Compiling usdt-attr-macro v0.5.0
4442024-08-05T16:06:59.530Z Compiling cargo_toml v0.20.4
4452024-08-05T16:07:00.662Z Compiling usdt v0.5.0
4462024-08-05T16:07:03.496Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
4472024-08-05T16:07:07.576Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 52.80s
4482024-08-05T16:07:07.822Z Running `target/debug/xtask download cockroach clickhouse console dendrite-openapi dendrite-stub maghemite-mgd transceiver-control`
4492024-08-05T16:07:08.369Z Downloading crates ...
4502024-08-05T16:07:08.527Z Downloaded async-stream-impl v0.3.5
4512024-08-05T16:07:08.531Z Downloaded atomicwrites v0.4.3
4522024-08-05T16:07:08.541Z Downloaded crunchy v0.2.2
4532024-08-05T16:07:08.544Z Downloaded indicatif v0.17.8
4542024-08-05T16:07:08.547Z Downloaded match_cfg v0.1.0
4552024-08-05T16:07:08.549Z Downloaded is-terminal v0.4.12
4562024-08-05T16:07:08.549Z Downloaded bitstruct_derive v0.1.0
4572024-08-05T16:07:08.552Z Downloaded instant v0.1.12
4582024-08-05T16:07:08.552Z Downloaded num_threads v0.1.7
4592024-08-05T16:07:08.556Z Downloaded oso-derive v0.27.3
4602024-08-05T16:07:08.556Z Downloaded normalize-line-endings v0.3.0
4612024-08-05T16:07:08.556Z Downloaded new_debug_unreachable v1.0.6
4622024-08-05T16:07:08.559Z Downloaded ciborium-io v0.2.2
4632024-08-05T16:07:08.562Z Downloaded opaque-debug v0.3.1
4642024-08-05T16:07:08.564Z Downloaded lru v0.12.3
4652024-08-05T16:07:08.567Z Downloaded maybe-uninit v2.0.0
4662024-08-05T16:07:08.570Z Downloaded lalrpop-util v0.19.12
4672024-08-05T16:07:08.570Z Downloaded num-conv v0.1.0
4682024-08-05T16:07:08.570Z Downloaded indent_write v2.2.0
4692024-08-05T16:07:08.573Z Downloaded linked-hash-map v0.5.6
4702024-08-05T16:07:08.573Z Downloaded darling_macro v0.20.9
4712024-08-05T16:07:08.579Z Downloaded base16ct v0.2.0
4722024-08-05T16:07:08.579Z Downloaded atty v0.2.14
4732024-08-05T16:07:08.584Z Downloaded managed v0.8.0
4742024-08-05T16:07:08.584Z Downloaded async-recursion v1.1.1
4752024-08-05T16:07:08.584Z Downloaded ascii-canvas v3.0.0
4762024-08-05T16:07:08.584Z Downloaded num v0.4.3
4772024-08-05T16:07:08.587Z Downloaded async-stream v0.3.5
4782024-08-05T16:07:08.587Z Downloaded num_enum v0.5.11
4792024-08-05T16:07:08.591Z Downloaded num-integer v0.1.46
4802024-08-05T16:07:08.594Z Downloaded nibble_vec v0.1.0
4812024-08-05T16:07:08.597Z Downloaded mockall v0.12.1
4822024-08-05T16:07:08.597Z Downloaded bitstruct v0.1.1
4832024-08-05T16:07:08.601Z Downloaded parse-display-derive v0.9.1
4842024-08-05T16:07:08.601Z Downloaded packed_struct_codegen v0.10.1
4852024-08-05T16:07:08.604Z Downloaded number_prefix v0.4.0
4862024-08-05T16:07:08.604Z Downloaded indoc v1.0.9
4872024-08-05T16:07:08.604Z Downloaded md-5 v0.10.6
4882024-08-05T16:07:08.607Z Downloaded cobs v0.2.3
4892024-08-05T16:07:08.607Z Downloaded cassowary v0.3.0
4902024-08-05T16:07:08.610Z Downloaded lru-cache v0.1.2
4912024-08-05T16:07:08.610Z Downloaded bitfield-struct v0.6.1
4922024-08-05T16:07:08.613Z Downloaded is_ci v1.2.0
4932024-08-05T16:07:08.613Z Downloaded parse-size v1.0.0
4942024-08-05T16:07:08.615Z Downloaded crc v3.2.1
4952024-08-05T16:07:08.618Z Downloaded mime_guess v2.0.4
4962024-08-05T16:07:08.618Z Downloaded openssl-probe v0.1.5
4972024-08-05T16:07:08.621Z Downloaded matches v0.1.10
4982024-08-05T16:07:08.621Z Downloaded newtype-uuid v1.1.0
4992024-08-05T16:07:08.621Z Downloaded nanorand v0.7.0
5002024-08-05T16:07:08.624Z Downloaded multer v3.1.0
5012024-08-05T16:07:08.627Z Downloaded cipher v0.4.4
5022024-08-05T16:07:08.630Z Downloaded chacha20 v0.9.1
5032024-08-05T16:07:08.634Z Downloaded camino-tempfile v1.1.1
5042024-08-05T16:07:08.634Z Downloaded block-padding v0.3.3
5052024-08-05T16:07:08.638Z Downloaded openssl-macros v0.1.1
5062024-08-05T16:07:08.638Z Downloaded convert_case v0.4.0
5072024-08-05T16:07:08.638Z Downloaded bit-set v0.5.3
5082024-08-05T16:07:08.638Z Downloaded constant_time_eq v0.3.0
5092024-08-05T16:07:08.643Z Downloaded newtype_derive v0.1.6
5102024-08-05T16:07:08.643Z Downloaded bitflags v1.3.2
5112024-08-05T16:07:08.645Z Downloaded bitfield v0.14.0
5122024-08-05T16:07:08.645Z Downloaded memoffset v0.9.1
5132024-08-05T16:07:08.645Z Downloaded lazycell v1.3.0
5142024-08-05T16:07:08.648Z Downloaded parking_lot_core v0.9.10
5152024-08-05T16:07:08.653Z Downloaded arrayvec v0.7.4
5162024-08-05T16:07:08.653Z Downloaded linear-map v1.2.0
5172024-08-05T16:07:08.657Z Downloaded backoff v0.4.0
5182024-08-05T16:07:08.657Z Downloaded time-core v0.1.2
5192024-08-05T16:07:08.657Z Downloaded toolchain_find v0.4.0
5202024-08-05T16:07:08.661Z Downloaded inout v0.1.3
5212024-08-05T16:07:08.661Z Downloaded keccak v0.1.5
5222024-08-05T16:07:08.661Z Downloaded maplit v1.0.2
5232024-08-05T16:07:08.664Z Downloaded colored v2.1.0
5242024-08-05T16:07:08.664Z Downloaded multimap v0.10.0
5252024-08-05T16:07:08.668Z Downloaded ciborium-ll v0.2.2
5262024-08-05T16:07:08.668Z Downloaded ipnetwork v0.20.0
5272024-08-05T16:07:08.671Z Downloaded debug-ignore v1.0.5
5282024-08-05T16:07:08.671Z Downloaded num-iter v0.1.45
5292024-08-05T16:07:08.674Z Downloaded signal-hook-tokio v0.3.1
5302024-08-05T16:07:08.674Z Downloaded cexpr v0.6.0
5312024-08-05T16:07:08.678Z Downloaded num-traits v0.2.19
5322024-08-05T16:07:08.681Z Downloaded want v0.3.1
5332024-08-05T16:07:08.681Z Downloaded omicron-zone-package v0.11.0
5342024-08-05T16:07:08.681Z Downloaded miniz_oxide v0.7.2
5352024-08-05T16:07:08.684Z Downloaded crc-catalog v2.4.0
5362024-08-05T16:07:08.688Z Downloaded downcast v0.11.0
5372024-08-05T16:07:08.688Z Downloaded num_cpus v1.16.0
5382024-08-05T16:07:08.691Z Downloaded paste v1.0.15
5392024-08-05T16:07:08.694Z Downloaded packed_struct v0.10.1
5402024-08-05T16:07:08.698Z Downloaded parse-display v0.9.1
5412024-08-05T16:07:08.698Z Downloaded slog-dtrace v0.3.0
5422024-08-05T16:07:08.702Z Downloaded slog-bunyan v2.5.0
5432024-08-05T16:07:08.702Z Downloaded stringprep v0.1.4
5442024-08-05T16:07:08.702Z Downloaded sqlformat v0.2.4
5452024-08-05T16:07:08.706Z Downloaded siphasher v0.3.11
5462024-08-05T16:07:08.706Z Downloaded password-hash v0.5.0
5472024-08-05T16:07:08.710Z Downloaded ascii v1.1.0
5482024-08-05T16:07:08.710Z Downloaded lock_api v0.4.12
5492024-08-05T16:07:08.710Z Downloaded ident_case v1.0.1
5502024-08-05T16:07:08.714Z Downloaded indexmap v1.9.3
5512024-08-05T16:07:08.717Z Downloaded defmt-macros v0.3.9
5522024-08-05T16:07:08.717Z Downloaded cookie v0.17.0
5532024-08-05T16:07:08.720Z Downloaded unicode-truncate v1.0.0
5542024-08-05T16:07:08.724Z Downloaded topological-sort v0.2.2
5552024-08-05T16:07:08.724Z Downloaded parking_lot v0.12.2
5562024-08-05T16:07:08.727Z Downloaded libsw v3.3.1
5572024-08-05T16:07:08.727Z Downloaded num-rational v0.4.2
5582024-08-05T16:07:08.730Z Downloaded nu-ansi-term v0.50.0
5592024-08-05T16:07:08.733Z Downloaded owo-colors v4.0.0
5602024-08-05T16:07:08.737Z Downloaded shell-words v1.1.0
5612024-08-05T16:07:08.737Z Downloaded openssl-sys v0.9.103
5622024-08-05T16:07:08.740Z Downloaded crc32fast v1.4.0
5632024-08-05T16:07:08.743Z Downloaded console v0.15.8
5642024-08-05T16:07:08.747Z Downloaded cookie_store v0.20.0
5652024-08-05T16:07:08.750Z Downloaded flagset v0.4.5
5662024-08-05T16:07:08.750Z Downloaded parking_lot_core v0.8.6
5672024-08-05T16:07:08.754Z Downloaded either v1.12.0
5682024-08-05T16:07:08.754Z Downloaded parking_lot v0.11.2
5692024-08-05T16:07:08.757Z Downloaded serde-big-array v0.5.1
5702024-08-05T16:07:08.757Z Downloaded tower-service v0.3.2
5712024-08-05T16:07:08.761Z Downloaded static_assertions v1.1.0
5722024-08-05T16:07:08.761Z Downloaded glob v0.3.1
5732024-08-05T16:07:08.766Z Downloaded heck v0.3.3
5742024-08-05T16:07:08.766Z Downloaded fixedbitset v0.4.2
5752024-08-05T16:07:08.771Z Downloaded highway v1.1.0
5762024-08-05T16:07:08.771Z Downloaded hex v0.4.3
5772024-08-05T16:07:08.771Z Downloaded filetime v0.2.23
5782024-08-05T16:07:08.771Z Downloaded defmt v0.3.8
5792024-08-05T16:07:08.777Z Downloaded endian-type v0.1.2
5802024-08-05T16:07:08.777Z Downloaded hyper-tls v0.5.0
5812024-08-05T16:07:08.780Z Downloaded cookie v0.18.1
5822024-08-05T16:07:08.780Z Downloaded bzip2 v0.4.4
5832024-08-05T16:07:08.780Z Downloaded powerfmt v0.2.0
5842024-08-05T16:07:08.784Z Downloaded tokio-rustls v0.25.0
5852024-08-05T16:07:08.788Z Downloaded vsss-rs v3.3.4
5862024-08-05T16:07:08.788Z Downloaded time-macros v0.2.18
5872024-08-05T16:07:08.791Z Downloaded crossbeam-epoch v0.9.18
5882024-08-05T16:07:08.791Z Downloaded async-trait v0.1.81
5892024-08-05T16:07:08.794Z Downloaded der v0.7.9
5902024-08-05T16:07:08.800Z Downloaded ciborium v0.2.2
5912024-08-05T16:07:08.803Z Downloaded signal-hook-mio v0.2.3
5922024-08-05T16:07:08.806Z Downloaded fd-lock v4.0.2
5932024-08-05T16:07:08.809Z Downloaded pretty-hex v0.2.1
5942024-08-05T16:07:08.809Z Downloaded predicates-tree v1.0.9
5952024-08-05T16:07:08.811Z Downloaded oso v0.27.3
5962024-08-05T16:07:08.815Z Downloaded num-complex v0.4.6
5972024-08-05T16:07:08.815Z Downloaded csv-core v0.1.11
5982024-08-05T16:07:08.819Z Downloaded crossbeam-utils v0.8.19
5992024-08-05T16:07:08.819Z Downloaded mockall_derive v0.12.1
6002024-08-05T16:07:08.822Z Downloaded proc-macro-crate v1.3.1
6012024-08-05T16:07:08.822Z Downloaded ff v0.13.0
6022024-08-05T16:07:08.825Z Downloaded form_urlencoded v1.2.1
6032024-08-05T16:07:08.825Z Downloaded thiserror-impl-no-std v2.0.2
6042024-08-05T16:07:08.828Z Downloaded predicates-core v1.0.6
6052024-08-05T16:07:08.828Z Downloaded rustc_version v0.4.0
6062024-08-05T16:07:08.830Z Downloaded rustc_version v0.1.7
6072024-08-05T16:07:08.831Z Downloaded ref-cast-impl v1.0.23
6082024-08-05T16:07:08.831Z Downloaded clang-sys v1.7.0
6092024-08-05T16:07:08.834Z Downloaded iana-time-zone v0.1.60
6102024-08-05T16:07:08.837Z Downloaded semver v0.1.20
6112024-08-05T16:07:08.839Z Downloaded tokio-macros v2.3.0
6122024-08-05T16:07:08.840Z Downloaded unarray v0.1.4
6132024-08-05T16:07:08.840Z Downloaded smawk v0.3.2
6142024-08-05T16:07:08.842Z Downloaded tempfile v3.10.1
6152024-08-05T16:07:08.845Z Downloaded postgres-types v0.2.7
6162024-08-05T16:07:08.848Z Downloaded enum-as-inner v0.5.1
6172024-08-05T16:07:08.848Z Downloaded base64ct v1.6.0
6182024-08-05T16:07:08.852Z Downloaded waitgroup v0.1.2
6192024-08-05T16:07:08.855Z Downloaded wait-timeout v0.2.0
6202024-08-05T16:07:08.855Z Downloaded crc-any v2.5.0
6212024-08-05T16:07:08.855Z Downloaded walkdir v2.5.0
6222024-08-05T16:07:08.858Z Downloaded const-oid v0.9.6
6232024-08-05T16:07:08.862Z Downloaded compact_str v0.7.1
6242024-08-05T16:07:08.865Z Downloaded foreign-types-shared v0.3.1
6252024-08-05T16:07:08.865Z Downloaded base64 v0.21.7
6262024-08-05T16:07:08.870Z Downloaded foreign-types-shared v0.1.1
6272024-08-05T16:07:08.875Z Downloaded pem v3.0.4
6282024-08-05T16:07:08.875Z Downloaded hash32 v0.3.1
6292024-08-05T16:07:08.875Z Downloaded derive_builder_core v0.20.0
6302024-08-05T16:07:08.875Z Downloaded hash32 v0.2.1
6312024-08-05T16:07:08.879Z Downloaded path-slash v0.1.5
6322024-08-05T16:07:08.879Z Downloaded foreign-types-macros v0.2.3
6332024-08-05T16:07:08.879Z Downloaded darling_core v0.20.9
6342024-08-05T16:07:08.886Z Downloaded socket2 v0.4.10
6352024-08-05T16:07:08.895Z Downloaded gethostname v0.5.0
6362024-08-05T16:07:08.899Z Downloaded serde_repr v0.1.19
6372024-08-05T16:07:08.899Z Downloaded scheduled-thread-pool v0.2.7
6382024-08-05T16:07:08.899Z Downloaded structmeta-derive v0.2.0
6392024-08-05T16:07:08.904Z Downloaded strum v0.26.3
6402024-08-05T16:07:08.904Z Downloaded structmeta v0.2.0
6412024-08-05T16:07:08.904Z Downloaded rustfmt-wrapper v0.2.1
6422024-08-05T16:07:08.910Z Downloaded ref-cast v1.0.23
6432024-08-05T16:07:08.910Z Downloaded tokio-tungstenite v0.20.1
6442024-08-05T16:07:08.915Z Downloaded wyz v0.5.1
6452024-08-05T16:07:08.915Z Downloaded tokio-native-tls v0.3.1
6462024-08-05T16:07:08.915Z Downloaded strip-ansi-escapes v0.2.0
6472024-08-05T16:07:08.915Z Downloaded stable_deref_trait v1.2.0
6482024-08-05T16:07:08.919Z Downloaded term v0.7.0
6492024-08-05T16:07:08.919Z Downloaded smallvec v1.13.2
6502024-08-05T16:07:08.923Z Downloaded chacha20poly1305 v0.10.1
6512024-08-05T16:07:08.923Z Downloaded group v0.13.0
6522024-08-05T16:07:08.928Z Downloaded slog-scope v4.4.0
6532024-08-05T16:07:08.928Z Downloaded slab v0.4.9
6542024-08-05T16:07:08.928Z Downloaded rpassword v7.3.1
6552024-08-05T16:07:08.934Z Downloaded backtrace v0.3.71
6562024-08-05T16:07:08.938Z Downloaded fragile v2.0.0
6572024-08-05T16:07:08.938Z Downloaded pin-project-lite v0.2.14
6582024-08-05T16:07:08.941Z Downloaded pin-project-internal v1.1.5
6592024-08-05T16:07:08.941Z Downloaded peg v0.8.4
6602024-08-05T16:07:08.945Z Downloaded http-body v0.4.6
6612024-08-05T16:07:08.950Z Downloaded untrusted v0.9.0
6622024-08-05T16:07:08.954Z Downloaded untrusted v0.7.1
6632024-08-05T16:07:08.954Z Downloaded phf v0.11.2
6642024-08-05T16:07:08.954Z Downloaded fatfs v0.3.6
6652024-08-05T16:07:08.959Z Downloaded derive-where v1.2.7
6662024-08-05T16:07:08.963Z Downloaded r2d2 v0.8.10
6672024-08-05T16:07:08.963Z Downloaded erased-serde v0.3.31
6682024-08-05T16:07:08.963Z Downloaded const_format v0.2.32
6692024-08-05T16:07:08.968Z Downloaded globset v0.4.14
6702024-08-05T16:07:08.973Z Downloaded sigpipe v0.1.3
6712024-08-05T16:07:08.973Z Downloaded portpicker v0.1.1
6722024-08-05T16:07:08.973Z Downloaded getrandom v0.2.14
6732024-08-05T16:07:08.978Z Downloaded getopts v0.2.21
6742024-08-05T16:07:08.978Z Downloaded tinyvec_macros v0.1.1
6752024-08-05T16:07:08.978Z Downloaded rusty-fork v0.3.0
6762024-08-05T16:07:08.982Z Downloaded slog-stdlog v4.1.1
6772024-08-05T16:07:08.982Z Downloaded signal-hook-registry v1.4.2
6782024-08-05T16:07:08.982Z Downloaded thread_local v1.1.8
6792024-08-05T16:07:08.986Z Downloaded whoami v1.5.1
6802024-08-05T16:07:08.987Z Downloaded slog-envlogger v2.2.0
6812024-08-05T16:07:08.991Z Downloaded num-bigint v0.4.5
6822024-08-05T16:07:08.993Z Downloaded serde-hex v0.1.0
6832024-08-05T16:07:08.993Z Downloaded strum_macros v0.24.3
6842024-08-05T16:07:08.996Z Downloaded num-bigint-dig v0.8.4
6852024-08-05T16:07:08.999Z Downloaded crossbeam-channel v0.5.12
6862024-08-05T16:07:09.005Z Downloaded tiny-keccak v2.0.2
6872024-08-05T16:07:09.009Z Downloaded foreign-types v0.5.0
6882024-08-05T16:07:09.009Z Downloaded itertools v0.13.0
6892024-08-05T16:07:09.016Z Downloaded float-cmp v0.9.0
6902024-08-05T16:07:09.021Z Downloaded phf_shared v0.10.0
6912024-08-05T16:07:09.021Z Downloaded steno v0.4.1
6922024-08-05T16:07:09.028Z Downloaded peg-runtime v0.8.3
6932024-08-05T16:07:09.028Z Downloaded percent-encoding v2.3.1
6942024-08-05T16:07:09.028Z Downloaded snafu v0.8.2
6952024-08-05T16:07:09.032Z Downloaded headers-core v0.2.0
6962024-08-05T16:07:09.032Z Downloaded humantime v2.1.0
6972024-08-05T16:07:09.036Z Downloaded fallible-iterator v0.2.0
6982024-08-05T16:07:09.036Z Downloaded postgres-protocol v0.6.7
6992024-08-05T16:07:09.036Z Downloaded subprocess v0.2.9
7002024-08-05T16:07:09.040Z Downloaded zerocopy v0.6.6
7012024-08-05T16:07:09.044Z Downloaded socket2 v0.5.7
7022024-08-05T16:07:09.044Z Downloaded zeroize_derive v1.4.2
7032024-08-05T16:07:09.047Z Downloaded zeroize v1.7.0
7042024-08-05T16:07:09.047Z Downloaded pkcs8 v0.10.2
7052024-08-05T16:07:09.050Z Downloaded rustc-hash v1.1.0
7062024-08-05T16:07:09.050Z Downloaded subtle v2.5.0
7072024-08-05T16:07:09.053Z Downloaded slog-json v2.6.1
7082024-08-05T16:07:09.053Z Downloaded uzers v0.11.3
7092024-08-05T16:07:09.056Z Downloaded utf-8 v0.7.6
7102024-08-05T16:07:09.056Z Downloaded universal-hash v0.5.1
7112024-08-05T16:07:09.060Z Downloaded similar v2.5.0
7122024-08-05T16:07:09.064Z Downloaded serde_yaml v0.9.34+deprecated
7132024-08-05T16:07:09.068Z Downloaded toml_edit v0.19.15
7142024-08-05T16:07:09.081Z Downloaded phf_shared v0.11.2
7152024-08-05T16:07:09.085Z Downloaded foreign-types v0.3.2
7162024-08-05T16:07:09.085Z Downloaded difflib v0.4.0
7172024-08-05T16:07:09.088Z Downloaded try-lock v0.2.5
7182024-08-05T16:07:09.088Z Downloaded spki v0.7.3
7192024-08-05T16:07:09.088Z Downloaded resolv-conf v0.7.0
7202024-08-05T16:07:09.091Z Downloaded pin-utils v0.1.0
7212024-08-05T16:07:09.091Z Downloaded smallvec v0.6.14
7222024-08-05T16:07:09.095Z Downloaded fxhash v0.2.1
7232024-08-05T16:07:09.095Z Downloaded tui-tree-widget v0.21.0
7242024-08-05T16:07:09.098Z Downloaded take_mut v0.2.2
7252024-08-05T16:07:09.099Z Downloaded vte_generate_state_changes v0.1.1
7262024-08-05T16:07:09.099Z Downloaded precomputed-hash v0.1.1
7272024-08-05T16:07:09.099Z Downloaded spin v0.5.2
7282024-08-05T16:07:09.101Z Downloaded ron v0.8.1
7292024-08-05T16:07:09.104Z Downloaded rcgen v0.12.1
7302024-08-05T16:07:09.107Z Downloaded rustc-demangle v0.1.24
7312024-08-05T16:07:09.110Z Downloaded zone_cfg_derive v0.1.2
7322024-08-05T16:07:09.111Z Downloaded itertools v0.10.5
7332024-08-05T16:07:09.117Z Downloaded xattr v1.3.1
7342024-08-05T16:07:09.121Z Downloaded rand_chacha v0.3.1
7352024-08-05T16:07:09.121Z Downloaded pkg-config v0.3.30
7362024-08-05T16:07:09.125Z Downloaded tls_codec v0.4.1
7372024-08-05T16:07:09.125Z Downloaded pem-rfc7468 v0.7.0
7382024-08-05T16:07:09.125Z Downloaded strum_macros v0.25.3
7392024-08-05T16:07:09.129Z Downloaded spin v0.9.8
7402024-08-05T16:07:09.132Z Downloaded slog-async v2.8.0
7412024-08-05T16:07:09.132Z Downloaded signature v2.2.0
7422024-08-05T16:07:09.132Z Downloaded sha1 v0.10.6
7432024-08-05T16:07:09.136Z Downloaded unicode_categories v0.1.1
7442024-08-05T16:07:09.138Z Downloaded tar v0.4.41
7452024-08-05T16:07:09.138Z Downloaded sync_wrapper v0.1.2
7462024-08-05T16:07:09.143Z Downloaded hubpack_derive v0.1.1
7472024-08-05T16:07:09.143Z Downloaded typed-path v0.7.1
7482024-08-05T16:07:09.146Z Downloaded crossterm v0.27.0
7492024-08-05T16:07:09.154Z Downloaded termtree v0.4.1
7502024-08-05T16:07:09.157Z Downloaded rustls-pemfile v1.0.4
7512024-08-05T16:07:09.157Z Downloaded futures-macro v0.3.30
7522024-08-05T16:07:09.157Z Downloaded futures-io v0.3.30
7532024-08-05T16:07:09.157Z Downloaded tracing-core v0.1.32
7542024-08-05T16:07:09.160Z Downloaded futures-executor v0.3.30
7552024-08-05T16:07:09.163Z Downloaded unicase v2.7.0
7562024-08-05T16:07:09.163Z Downloaded derive_builder_macro v0.20.0
7572024-08-05T16:07:09.166Z Downloaded tap v1.0.1
7582024-08-05T16:07:09.166Z Downloaded secrecy v0.8.0
7592024-08-05T16:07:09.166Z Downloaded vte v0.11.1
7602024-08-05T16:07:09.171Z Downloaded yasna v0.5.2
7612024-08-05T16:07:09.175Z Downloaded snafu-derive v0.8.2
7622024-08-05T16:07:09.175Z Downloaded radium v0.7.0
7632024-08-05T16:07:09.175Z Downloaded termcolor v1.4.1
7642024-08-05T16:07:09.175Z Downloaded der_derive v0.7.2
7652024-08-05T16:07:09.178Z Downloaded predicates v3.1.2
7662024-08-05T16:07:09.178Z Downloaded env_logger v0.9.3
7672024-08-05T16:07:09.182Z Downloaded hashbrown v0.13.2
7682024-08-05T16:07:09.186Z Downloaded rand_xorshift v0.3.0
7692024-08-05T16:07:09.193Z Downloaded deranged v0.3.11
7702024-08-05T16:07:09.193Z Downloaded which v4.4.2
7712024-08-05T16:07:09.193Z Downloaded unicode-xid v0.2.4
7722024-08-05T16:07:09.197Z Downloaded rand_core v0.6.4
7732024-08-05T16:07:09.197Z Downloaded uuid v1.10.0
7742024-08-05T16:07:09.197Z Downloaded textwrap v0.16.1
7752024-08-05T16:07:09.201Z Downloaded sqlparser_derive v0.2.2
7762024-08-05T16:07:09.201Z Downloaded float-ord v0.3.2
7772024-08-05T16:07:09.201Z Downloaded diesel_table_macro_syntax v0.1.0
7782024-08-05T16:07:09.201Z Downloaded stability v0.2.0
7792024-08-05T16:07:09.205Z Downloaded derive_more v0.99.18
7802024-08-05T16:07:09.220Z Downloaded nom v7.1.3
7812024-08-05T16:07:09.224Z Downloaded futures-task v0.3.30
7822024-08-05T16:07:09.224Z Downloaded schemars_derive v0.8.21
7832024-08-05T16:07:09.224Z Downloaded tls_codec_derive v0.4.1
7842024-08-05T16:07:09.224Z Downloaded trust-dns-resolver v0.22.0
7852024-08-05T16:07:09.224Z Downloaded httpdate v1.0.3
7862024-08-05T16:07:09.224Z Downloaded rustversion v1.0.17
7872024-08-05T16:07:09.224Z Downloaded termios v0.3.3
7882024-08-05T16:07:09.227Z Downloaded serde_path_to_error v0.1.16
7892024-08-05T16:07:09.227Z Downloaded ppv-lite86 v0.2.17
7902024-08-05T16:07:09.231Z Downloaded httparse v1.8.0
7912024-08-05T16:07:09.231Z Downloaded tabwriter v1.4.0
7922024-08-05T16:07:09.234Z Downloaded hubpack v0.1.2
7932024-08-05T16:07:09.234Z Downloaded unicode-linebreak v0.1.5
7942024-08-05T16:07:09.234Z Downloaded sec1 v0.7.3
7952024-08-05T16:07:09.237Z Downloaded pin-project v1.1.5
7962024-08-05T16:07:09.245Z Downloaded scopeguard v1.2.0
7972024-08-05T16:07:09.248Z Downloaded serde_with_macros v3.8.3
7982024-08-05T16:07:09.251Z Downloaded hostname v0.4.0
7992024-08-05T16:07:09.251Z Downloaded hostname v0.3.1
8002024-08-05T16:07:09.256Z Downloaded slog v2.7.0
8012024-08-05T16:07:09.259Z Downloaded heapless v0.8.0
8022024-08-05T16:07:09.259Z Downloaded tracing v0.1.40
8032024-08-05T16:07:09.263Z Downloaded embedded-io v0.4.0
8042024-08-05T16:07:09.266Z Downloaded futures-sink v0.3.30
8052024-08-05T16:07:09.266Z Downloaded structmeta-derive v0.3.0
8062024-08-05T16:07:09.266Z Downloaded unicode-normalization v0.1.23
8072024-08-05T16:07:09.269Z Downloaded supports-color v3.0.0
8082024-08-05T16:07:09.272Z Downloaded tokio-tungstenite v0.21.0
8092024-08-05T16:07:09.276Z Downloaded tokio-stream v0.1.15
8102024-08-05T16:07:09.280Z Downloaded tungstenite v0.20.1
8112024-08-05T16:07:09.283Z Downloaded rand_seeder v0.2.3
8122024-08-05T16:07:09.283Z Downloaded tokio-rustls v0.24.1
8132024-08-05T16:07:09.294Z Downloaded itertools v0.12.1
8142024-08-05T16:07:09.295Z Downloaded tungstenite v0.21.0
8152024-08-05T16:07:09.301Z Downloaded pkcs1 v0.7.5
8162024-08-05T16:07:09.301Z Downloaded unsafe-libyaml v0.2.11
8172024-08-05T16:07:09.306Z Downloaded trust-dns-client v0.22.0
8182024-08-05T16:07:09.309Z Downloaded sct v0.7.1
8192024-08-05T16:07:09.309Z Downloaded poly1305 v0.8.0
8202024-08-05T16:07:09.311Z Downloaded serde_with v3.8.3
8212024-08-05T16:07:09.317Z Downloaded headers v0.3.9
8222024-08-05T16:07:09.323Z Downloaded slog-term v2.9.1
8232024-08-05T16:07:09.326Z Downloaded rayon-core v1.12.1
8242024-08-05T16:07:09.328Z Downloaded rsa v0.9.6
8252024-08-05T16:07:09.333Z Downloaded unicode-bidi v0.3.15
8262024-08-05T16:07:09.336Z Downloaded rustyline v14.0.0
8272024-08-05T16:07:09.341Z Downloaded expectorate v1.1.0
8282024-08-05T16:07:09.344Z Downloaded diff v0.1.13
8292024-08-05T16:07:09.347Z Downloaded heapless v0.7.17
8302024-08-05T16:07:09.350Z Downloaded tokio-util v0.7.11
8312024-08-05T16:07:09.355Z Downloaded hyper-rustls v0.24.2
8322024-08-05T16:07:09.358Z Downloaded diesel_derives v2.1.4
8332024-08-05T16:07:09.362Z Downloaded peg-macros v0.8.4
8342024-08-05T16:07:09.364Z Downloaded flume v0.11.0
8352024-08-05T16:07:09.367Z Downloaded quick-xml v0.31.0
8362024-08-05T16:07:09.373Z Downloaded rand v0.8.5
8372024-08-05T16:07:09.377Z Downloaded elliptic-curve v0.13.8
8382024-08-05T16:07:09.383Z Downloaded regex-automata v0.1.10
8392024-08-05T16:07:09.385Z Downloaded reedline v0.31.0
8402024-08-05T16:07:09.392Z Downloaded tracing-attributes v0.1.27
8412024-08-05T16:07:09.395Z Downloaded hkdf v0.12.4
8422024-08-05T16:07:09.398Z Downloaded flate2 v1.0.31
8432024-08-05T16:07:09.402Z Downloaded signal-hook v0.3.17
8442024-08-05T16:07:09.404Z Downloaded http v1.1.0
8452024-08-05T16:07:09.408Z Downloaded serde_derive_internals v0.29.1
8462024-08-05T16:07:09.411Z Downloaded trust-dns-server v0.22.1
8472024-08-05T16:07:09.414Z Downloaded tough v0.17.1
8482024-08-05T16:07:09.422Z Downloaded aho-corasick v1.1.3
8492024-08-05T16:07:09.430Z Downloaded http v0.2.12
8502024-08-05T16:07:09.439Z Downloaded h2 v0.3.26
8512024-08-05T16:07:09.439Z Downloaded tokio-postgres v0.7.11
8522024-08-05T16:07:09.444Z Downloaded lalrpop v0.19.12
8532024-08-05T16:07:09.453Z Downloaded winnow v0.5.40
8542024-08-05T16:07:09.461Z Downloaded publicsuffix v2.2.3
8552024-08-05T16:07:09.465Z Downloaded blake3 v1.5.1
8562024-08-05T16:07:09.471Z Downloaded hashbrown v0.12.3
8572024-08-05T16:07:09.475Z Downloaded hmac v0.12.1
8582024-08-05T16:07:09.478Z Downloaded env_logger v0.10.2
8592024-08-05T16:07:09.480Z Downloaded reqwest v0.11.27
8602024-08-05T16:07:09.487Z Downloaded object v0.32.2
8612024-08-05T16:07:09.496Z Downloaded x509-cert v0.2.5
8622024-08-05T16:07:09.502Z Downloaded rustls-webpki v0.101.7
8632024-08-05T16:07:09.516Z Downloaded nix v0.27.1
8642024-08-05T16:07:09.526Z Downloaded nix v0.28.0
8652024-08-05T16:07:09.539Z Downloaded rustls-webpki v0.102.4
8662024-08-05T16:07:09.554Z Downloaded smoltcp v0.9.1
8672024-08-05T16:07:09.564Z Downloaded proptest v1.4.0
8682024-08-05T16:07:09.573Z Downloaded gimli v0.28.1
8692024-08-05T16:07:09.585Z Downloaded portable-atomic v1.6.0
8702024-08-05T16:07:09.587Z Downloaded hyper v0.14.30
8712024-08-05T16:07:09.594Z Downloaded object v0.30.4
8722024-08-05T16:07:09.603Z Downloaded openssl v0.10.66
8732024-08-05T16:07:09.613Z Downloaded rustls v0.21.12
8742024-08-05T16:07:09.623Z Downloaded idna v0.5.0
8752024-08-05T16:07:09.629Z Downloaded futures-util v0.3.30
8762024-08-05T16:07:09.640Z Downloaded rayon v1.10.0
8772024-08-05T16:07:09.649Z Downloaded sqlparser v0.45.0
8782024-08-05T16:07:09.655Z Downloaded curve25519-dalek v4.1.3
8792024-08-05T16:07:09.666Z Downloaded rustls v0.22.4
8802024-08-05T16:07:09.677Z Downloaded polar-core v0.27.3
8812024-08-05T16:07:09.685Z Downloaded regex v1.10.5
8822024-08-05T16:07:09.697Z Downloaded vcpkg v0.2.15
8832024-08-05T16:07:09.735Z Downloaded ratatui v0.27.0
8842024-08-05T16:07:09.754Z Downloaded idna v0.3.0
8852024-08-05T16:07:09.762Z Downloaded finl_unicode v1.2.0
8862024-08-05T16:07:09.775Z Downloaded radix_trie v0.2.1
8872024-08-05T16:07:09.780Z Downloaded regex-automata v0.4.6
8882024-08-05T16:07:09.799Z Downloaded regex-syntax v0.6.29
8892024-08-05T16:07:09.807Z Downloaded regress v0.9.1
8902024-08-05T16:07:09.816Z Downloaded idna v0.2.3
8912024-08-05T16:07:09.823Z Downloaded tokio v1.38.1
8922024-08-05T16:07:09.860Z Downloaded regex-syntax v0.8.3
8932024-08-05T16:07:09.868Z Downloaded trust-dns-proto v0.22.0
8942024-08-05T16:07:09.881Z Downloaded bstr v1.9.1
8952024-08-05T16:07:09.891Z Downloaded bstr v0.2.17
8962024-08-05T16:07:09.901Z Downloaded sled v0.34.7
8972024-08-05T16:07:09.911Z Downloaded zerocopy-derive v0.6.6
8982024-08-05T16:07:09.921Z Downloaded openapiv3 v2.0.0
8992024-08-05T16:07:09.935Z Downloaded diesel v2.1.6
9002024-08-05T16:07:09.953Z Downloaded smoltcp v0.11.0
9012024-08-05T16:07:09.965Z Downloaded bzip2-sys v0.1.11+1.0.8
9022024-08-05T16:07:09.978Z Downloaded webpki-roots v0.25.4
9032024-08-05T16:07:09.983Z Downloaded petgraph v0.6.5
9042024-08-05T16:07:10.001Z Downloaded csv v1.3.0
9052024-08-05T16:07:10.020Z Downloaded chrono v0.4.38
9062024-08-05T16:07:10.027Z Downloaded bitvec v1.0.1
9072024-08-05T16:07:10.042Z Downloaded bindgen v0.69.4
9082024-08-05T16:07:10.048Z Downloaded sha3 v0.10.8
9092024-08-05T16:07:10.053Z Downloaded serde_urlencoded v0.7.1
9102024-08-05T16:07:10.057Z Downloaded serde_plain v1.0.2
9112024-08-05T16:07:10.057Z Downloaded time v0.3.36
9122024-08-05T16:07:10.062Z Downloaded rustls-pki-types v1.7.0
9132024-08-05T16:07:10.065Z Downloaded futures v0.3.30
9142024-08-05T16:07:10.070Z Downloaded futures-channel v0.3.30
9152024-08-05T16:07:10.074Z Downloaded toml v0.5.11
9162024-08-05T16:07:10.074Z Downloaded encoding_rs v0.8.34
9172024-08-05T16:07:10.094Z Downloaded url v2.5.2
9182024-08-05T16:07:10.097Z Downloaded unicode-segmentation v1.11.0
9192024-08-05T16:07:10.100Z Downloaded mio v0.8.11
9202024-08-05T16:07:10.106Z Downloaded ron v0.7.1
9212024-08-05T16:07:10.110Z Downloaded schemars v0.8.21
9222024-08-05T16:07:10.122Z Downloaded hyper-staticfile v0.9.5
9232024-08-05T16:07:10.124Z Downloaded home v0.5.9
9242024-08-05T16:07:10.124Z Downloaded futures-core v0.3.30
9252024-08-05T16:07:10.127Z Downloaded dirs-sys-next v0.1.2
9262024-08-05T16:07:10.127Z Downloaded prettyplease v0.2.20
9272024-08-05T16:07:10.131Z Downloaded postcard v1.0.8
9282024-08-05T16:07:10.134Z Downloaded tinyvec v1.6.0
9292024-08-05T16:07:10.138Z Downloaded rtoolbox v0.0.2
9302024-08-05T16:07:10.138Z Downloaded zone v0.1.8
9312024-08-05T16:07:10.138Z Downloaded serde_arrays v0.1.0
9322024-08-05T16:07:10.142Z Downloaded half v2.4.1
9332024-08-05T16:07:10.142Z Downloaded samael v0.0.15
9342024-08-05T16:07:10.145Z Downloaded crypto-bigint v0.5.5
9352024-08-05T16:07:10.151Z Downloaded base64 v0.22.1
9362024-08-05T16:07:10.155Z Downloaded libxml v0.3.3
9372024-08-05T16:07:10.161Z Downloaded libm v0.2.8
9382024-08-05T16:07:10.168Z Downloaded quick-error v1.2.3
9392024-08-05T16:07:10.172Z Downloaded structmeta v0.3.0
9402024-08-05T16:07:10.172Z Downloaded minimal-lexical v0.2.1
9412024-08-05T16:07:10.175Z Downloaded psl-types v2.0.11
9422024-08-05T16:07:10.180Z Downloaded shlex v1.3.0
9432024-08-05T16:07:10.180Z Downloaded rustls-pemfile v2.1.2
9442024-08-05T16:07:10.180Z Downloaded zip v0.6.6
9452024-08-05T16:07:10.183Z Downloaded cc v1.0.97
9462024-08-05T16:07:10.186Z Downloaded thiserror-no-std v2.0.2
9472024-08-05T16:07:10.189Z Downloaded bytes v1.6.0
9482024-08-05T16:07:10.193Z Downloaded funty v2.0.0
9492024-08-05T16:07:10.193Z Downloaded ena v0.14.3
9502024-08-05T16:07:10.196Z Downloaded dirs-next v2.0.0
9512024-08-05T16:07:10.196Z Downloaded strum_macros v0.26.4
9522024-08-05T16:07:10.200Z Downloaded http-range v0.1.5
9532024-08-05T16:07:10.200Z Downloaded fastrand v2.1.0
9542024-08-05T16:07:10.200Z Downloaded derive_builder v0.20.0
9552024-08-05T16:07:10.206Z Downloaded display-error-chain v0.2.0
9562024-08-05T16:07:10.220Z Downloaded toml v0.7.8
9572024-08-05T16:07:10.220Z Downloaded test-strategy v0.3.1
9582024-08-05T16:07:10.224Z Downloaded base64 v0.13.1
9592024-08-05T16:07:10.224Z Downloaded same-file v1.0.6
9602024-08-05T16:07:10.224Z Downloaded arc-swap v1.7.1
9612024-08-05T16:07:10.224Z Downloaded allocator-api2 v0.2.18
9622024-08-05T16:07:10.224Z Downloaded blake2 v0.10.6
9632024-08-05T16:07:10.224Z Downloaded smf v0.2.3
9642024-08-05T16:07:10.227Z Downloaded libloading v0.8.3
9652024-08-05T16:07:10.227Z Downloaded string_cache v0.8.7
9662024-08-05T16:07:10.231Z Downloaded dyn-clone v1.0.17
9672024-08-05T16:07:10.231Z Downloaded cancel-safe-futures v0.1.5
9682024-08-05T16:07:10.234Z Downloaded bb8 v0.8.5
9692024-08-05T16:07:10.234Z Downloaded native-tls v0.2.11
9702024-08-05T16:07:10.235Z Downloaded darling v0.20.9
9712024-08-05T16:07:10.238Z Downloaded ahash v0.8.11
9722024-08-05T16:07:10.242Z Downloaded bcs v0.1.6
9732024-08-05T16:07:10.246Z Downloaded num_enum_derive v0.5.11
9742024-08-05T16:07:10.246Z Downloaded olpc-cjson v0.1.3
9752024-08-05T16:07:10.246Z Downloaded num-derive v0.4.2
9762024-08-05T16:07:10.249Z Downloaded mime v0.3.17
9772024-08-05T16:07:10.249Z Downloaded defmt-parser v0.3.4
9782024-08-05T16:07:10.249Z Downloaded data-encoding v2.6.0
9792024-08-05T16:07:10.249Z Downloaded curve25519-dalek-derive v0.1.1
9802024-08-05T16:07:10.252Z Downloaded crossbeam-deque v0.8.5
9812024-08-05T16:07:10.252Z Downloaded castaway v0.2.2
9822024-08-05T16:07:10.256Z Downloaded buf-list v1.0.3
9832024-08-05T16:07:10.256Z Downloaded const_format_proc_macros v0.2.32
9842024-08-05T16:07:10.259Z Downloaded addr2line v0.21.0
9852024-08-05T16:07:10.259Z Downloaded nodrop v0.1.14
9862024-08-05T16:07:10.259Z Downloaded argon2 v0.5.3
9872024-08-05T16:07:10.264Z Downloaded newline-converter v0.3.0
9882024-08-05T16:07:10.264Z Downloaded bit-vec v0.6.3
9892024-08-05T16:07:10.267Z Downloaded arrayref v0.3.7
9902024-08-05T16:07:10.267Z Downloaded atomic-waker v1.1.2
9912024-08-05T16:07:10.267Z Downloaded memmap2 v0.9.4
9922024-08-05T16:07:10.267Z Downloaded ipnet v2.9.0
9932024-08-05T16:07:10.272Z Downloaded cstr-argument v0.1.2
9942024-08-05T16:07:10.272Z Downloaded crucible-workspace-hack v0.1.0
9952024-08-05T16:07:10.272Z Downloaded cfg_aliases v0.1.1
9962024-08-05T16:07:10.272Z Downloaded impl-trait-for-tuples v0.2.2
9972024-08-05T16:07:10.277Z Downloaded assert_matches v1.5.0
9982024-08-05T16:07:10.277Z Downloaded aead v0.5.2
9992024-08-05T16:07:10.277Z Downloaded adler v1.0.2
10002024-08-05T16:07:10.277Z Downloaded array-init v0.0.4
10012024-08-05T16:07:10.277Z Downloaded libefi-sys v0.1.0
10022024-08-05T16:07:10.281Z Downloaded lazy_static v1.5.0
10032024-08-05T16:07:10.281Z Downloaded kstat-rs v0.2.4
10042024-08-05T16:07:10.332Z Downloaded ring v0.17.8
10052024-08-05T16:07:10.446Z Downloaded ring v0.16.20
10062024-08-05T16:07:10.611Z Compiling cfg-if v1.0.0
10072024-08-05T16:07:10.611Z Compiling serde v1.0.204
10082024-08-05T16:07:10.614Z Compiling lock_api v0.4.12
10092024-08-05T16:07:10.614Z Compiling scopeguard v1.2.0
10102024-08-05T16:07:10.614Z Compiling log v0.4.21
10112024-08-05T16:07:10.754Z Compiling syn v2.0.72
10122024-08-05T16:07:10.757Z Compiling cc v1.0.97
10132024-08-05T16:07:10.767Z Compiling parking_lot_core v0.9.10
10142024-08-05T16:07:10.835Z Compiling getrandom v0.2.14
10152024-08-05T16:07:10.891Z Compiling smallvec v1.13.2
10162024-08-05T16:07:11.190Z Compiling rand_core v0.6.4
10172024-08-05T16:07:11.303Z Compiling typenum v1.17.0
10182024-08-05T16:07:11.303Z Compiling generic-array v0.14.7
10192024-08-05T16:07:11.334Z Compiling pin-project-lite v0.2.14
10202024-08-05T16:07:11.466Z Compiling signal-hook-registry v1.4.2
10212024-08-05T16:07:11.621Z Compiling parking_lot v0.12.2
10222024-08-05T16:07:11.660Z Compiling spin v0.9.8
10232024-08-05T16:07:11.832Z Compiling mio v0.8.11
10242024-08-05T16:07:11.963Z Compiling libm v0.2.8
10252024-08-05T16:07:12.147Z Compiling serde_json v1.0.122
10262024-08-05T16:07:12.356Z Compiling num-traits v0.2.19
10272024-08-05T16:07:12.396Z Compiling ahash v0.8.11
10282024-08-05T16:07:12.535Z Compiling futures-core v0.3.30
10292024-08-05T16:07:12.672Z Compiling tinyvec_macros v0.1.1
10302024-08-05T16:07:12.764Z Compiling tinyvec v1.6.0
10312024-08-05T16:07:12.853Z Compiling num_cpus v1.16.0
10322024-08-05T16:07:12.920Z Compiling socket2 v0.5.7
10332024-08-05T16:07:13.007Z Compiling const-oid v0.9.6
10342024-08-05T16:07:13.285Z Compiling subtle v2.5.0
10352024-08-05T16:07:13.671Z Compiling slab v0.4.9
10362024-08-05T16:07:14.010Z Compiling allocator-api2 v0.2.18
10372024-08-05T16:07:14.299Z Compiling unicode-bidi v0.3.15
10382024-08-05T16:07:14.385Z Compiling unicode-normalization v0.1.23
10392024-08-05T16:07:14.448Z Compiling futures-sink v0.3.30
10402024-08-05T16:07:14.662Z Compiling futures-channel v0.3.30
10412024-08-05T16:07:14.838Z Compiling pkg-config v0.3.30
10422024-08-05T16:07:15.030Z Compiling futures-task v0.3.30
10432024-08-05T16:07:15.062Z Compiling pin-utils v0.1.0
10442024-08-05T16:07:15.065Z Compiling vcpkg v0.2.15
10452024-08-05T16:07:15.166Z Compiling futures-io v0.3.30
10462024-08-05T16:07:15.324Z Compiling ring v0.17.8
10472024-08-05T16:07:15.496Z Compiling ppv-lite86 v0.2.17
10482024-08-05T16:07:15.511Z Compiling percent-encoding v2.3.1
10492024-08-05T16:07:15.782Z Compiling tracing-core v0.1.32
10502024-08-05T16:07:15.881Z Compiling powerfmt v0.2.0
10512024-08-05T16:07:16.015Z Compiling syn v1.0.109
10522024-08-05T16:07:16.291Z Compiling rand_chacha v0.3.1
10532024-08-05T16:07:16.308Z Compiling untrusted v0.9.0
10542024-08-05T16:07:16.436Z Compiling num-conv v0.1.0
10552024-08-05T16:07:16.486Z Compiling time-core v0.1.2
10562024-08-05T16:07:16.655Z Compiling rustix v0.38.34
10572024-08-05T16:07:16.761Z Compiling time-macros v0.2.18
10582024-08-05T16:07:16.778Z Compiling rand v0.8.5
10592024-08-05T16:07:17.191Z Compiling openssl-sys v0.9.103
10602024-08-05T16:07:17.208Z Compiling deranged v0.3.11
10612024-08-05T16:07:17.575Z Compiling num_threads v0.1.7
10622024-08-05T16:07:17.672Z Compiling foreign-types-shared v0.1.1
10632024-08-05T16:07:17.779Z Compiling rustversion v1.0.17
10642024-08-05T16:07:18.505Z Compiling base64ct v1.6.0
10652024-08-05T16:07:18.522Z Compiling iana-time-zone v0.1.60
10662024-08-05T16:07:18.607Z Compiling openssl v0.10.66
10672024-08-05T16:07:18.961Z Compiling httparse v1.8.0
10682024-08-05T16:07:18.976Z Compiling pem-rfc7468 v0.7.0
10692024-08-05T16:07:19.045Z Compiling foreign-types v0.3.2
10702024-08-05T16:07:19.144Z Compiling form_urlencoded v1.2.1
10712024-08-05T16:07:19.381Z Compiling siphasher v0.3.11
10722024-08-05T16:07:19.425Z Compiling rustls v0.21.12
10732024-08-05T16:07:19.689Z Compiling try-lock v0.2.5
10742024-08-05T16:07:19.707Z Compiling flagset v0.4.5
10752024-08-05T16:07:19.725Z Compiling crossbeam-utils v0.8.19
10762024-08-05T16:07:19.764Z Compiling time v0.3.36
10772024-08-05T16:07:19.821Z Compiling native-tls v0.2.11
10782024-08-05T16:07:19.897Z Compiling want v0.3.1
10792024-08-05T16:07:20.311Z Compiling serde_derive_internals v0.29.1
10802024-08-05T16:07:20.749Z Compiling idna v0.5.0
10812024-08-05T16:07:20.790Z Compiling lazy_static v1.5.0
10822024-08-05T16:07:20.915Z Compiling aho-corasick v1.1.3
10832024-08-05T16:07:21.566Z Compiling cookie v0.17.0
10842024-08-05T16:07:21.879Z Compiling finl_unicode v1.2.0
10852024-08-05T16:07:22.453Z Compiling slog v2.7.0
10862024-08-05T16:07:22.471Z Compiling regex-syntax v0.8.3
10872024-08-05T16:07:22.996Z Compiling signal-hook v0.3.17
10882024-08-05T16:07:23.041Z Compiling httpdate v1.0.3
10892024-08-05T16:07:23.272Z Compiling adler v1.0.2
10902024-08-05T16:07:23.498Z Compiling schemars v0.8.21
10912024-08-05T16:07:23.515Z Compiling openssl-probe v0.1.5
10922024-08-05T16:07:23.862Z Compiling cpufeatures v0.2.12
10932024-08-05T16:07:23.865Z Compiling tower-service v0.3.2
10942024-08-05T16:07:23.985Z Compiling miniz_oxide v0.7.2
10952024-08-05T16:07:24.099Z Compiling stringprep v0.1.4
10962024-08-05T16:07:25.194Z Compiling url v2.5.2
10972024-08-05T16:07:25.260Z Compiling serde_derive v1.0.204
10982024-08-05T16:07:25.316Z Compiling zeroize_derive v1.4.2
10992024-08-05T16:07:25.551Z Compiling zerocopy-derive v0.7.34
11002024-08-05T16:07:26.512Z Compiling tokio-macros v2.3.0
11012024-08-05T16:07:26.939Z Compiling zeroize v1.7.0
11022024-08-05T16:07:27.107Z Compiling thiserror-impl v1.0.63
11032024-08-05T16:07:27.896Z Compiling zerocopy v0.7.34
11042024-08-05T16:07:28.053Z Compiling futures-macro v0.3.30
11052024-08-05T16:07:28.208Z Compiling tracing-attributes v0.1.27
11062024-08-05T16:07:28.781Z Compiling crypto-common v0.1.6
11072024-08-05T16:07:29.022Z Compiling block-buffer v0.10.4
11082024-08-05T16:07:29.237Z Compiling scroll_derive v0.12.0
11092024-08-05T16:07:29.292Z Compiling digest v0.10.7
11102024-08-05T16:07:29.810Z Compiling hmac v0.12.1
11112024-08-05T16:07:30.064Z Compiling openssl-macros v0.1.1
11122024-08-05T16:07:30.138Z Compiling hashbrown v0.14.5
11132024-08-05T16:07:30.215Z Compiling futures-util v0.3.30
11142024-08-05T16:07:30.508Z Compiling thiserror v1.0.63
11152024-08-05T16:07:30.644Z Compiling pest v2.7.10
11162024-08-05T16:07:30.773Z Compiling scroll v0.12.0
11172024-08-05T16:07:30.835Z Compiling der_derive v0.7.2
11182024-08-05T16:07:31.359Z Compiling goblin v0.8.2
11192024-08-05T16:07:31.554Z Compiling rustls-webpki v0.101.7
11202024-08-05T16:07:32.158Z Compiling tracing v0.1.40
11212024-08-05T16:07:32.699Z Compiling sct v0.7.1
11222024-08-05T16:07:33.401Z Compiling pest_meta v2.7.10
11232024-08-05T16:07:33.461Z Compiling der v0.7.9
11242024-08-05T16:07:33.569Z Compiling md-5 v0.10.6
11252024-08-05T16:07:33.735Z Compiling sha2 v0.10.8
11262024-08-05T16:07:33.843Z Compiling regex-automata v0.4.6
11272024-08-05T16:07:36.629Z Compiling pest_generator v2.7.10
11282024-08-05T16:07:36.878Z Compiling spki v0.7.3
11292024-08-05T16:07:37.284Z Compiling schemars_derive v0.8.21
11302024-08-05T16:07:38.706Z Compiling num-integer v0.1.46
11312024-08-05T16:07:38.757Z Compiling pest_derive v2.7.10
11322024-08-05T16:07:38.784Z Compiling idna v0.3.0
11332024-08-05T16:07:39.471Z Compiling backtrace v0.3.71
11342024-08-05T16:07:39.578Z Compiling dtrace-parser v0.2.0
11352024-08-05T16:07:39.937Z Compiling hash32 v0.2.1
11362024-08-05T16:07:40.341Z Compiling bytes v1.6.0
11372024-08-05T16:07:40.395Z Compiling bitflags v2.6.0
11382024-08-05T16:07:40.732Z Compiling indexmap v2.2.6
11392024-08-05T16:07:40.903Z Compiling semver v1.0.23
11402024-08-05T16:07:41.656Z Compiling tokio v1.38.1
11412024-08-05T16:07:41.680Z Compiling http v0.2.12
11422024-08-05T16:07:41.798Z Compiling uuid v1.10.0
11432024-08-05T16:07:41.951Z Compiling rustc_version v0.4.0
11442024-08-05T16:07:42.234Z Compiling chrono v0.4.38
11452024-08-05T16:07:42.740Z Compiling heapless v0.7.17
11462024-08-05T16:07:43.226Z Compiling dof v0.3.0
11472024-08-05T16:07:43.276Z Compiling http-body v0.4.6
11482024-08-05T16:07:43.822Z Compiling serde_tokenstream v0.2.1
11492024-08-05T16:07:44.278Z Compiling usdt-impl v0.5.0
11502024-08-05T16:07:44.361Z Compiling serde_spanned v0.6.7
11512024-08-05T16:07:44.610Z Compiling toml_datetime v0.6.8
11522024-08-05T16:07:45.147Z Compiling crc32fast v1.4.0
11532024-08-05T16:07:45.200Z Compiling psl-types v2.0.11
11542024-08-05T16:07:45.401Z Compiling stable_deref_trait v1.2.0
11552024-08-05T16:07:45.452Z Compiling fallible-iterator v0.2.0
11562024-08-05T16:07:45.513Z Compiling smoltcp v0.9.1
11572024-08-05T16:07:45.696Z Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide/omicron#b1194c19)
11582024-08-05T16:07:45.879Z Compiling dyn-clone v1.0.17
11592024-08-05T16:07:46.080Z Compiling base64 v0.22.1
11602024-08-05T16:07:46.116Z Compiling gimli v0.28.1
11612024-08-05T16:07:46.885Z Compiling postgres-protocol v0.6.7
11622024-08-05T16:07:47.103Z Compiling publicsuffix v2.2.3
11632024-08-05T16:07:47.221Z Compiling terminal_size v0.3.0
11642024-08-05T16:07:47.382Z Compiling pkcs8 v0.10.2
11652024-08-05T16:07:47.413Z Compiling hubpack_derive v0.1.1
11662024-08-05T16:07:47.590Z Compiling block-padding v0.3.3
11672024-08-05T16:07:47.847Z Compiling zerocopy-derive v0.6.6
11682024-08-05T16:07:47.935Z Compiling async-trait v0.1.81
11692024-08-05T16:07:49.392Z Compiling phf_shared v0.11.2
11702024-08-05T16:07:49.978Z Compiling diesel_table_macro_syntax v0.1.0
11712024-08-05T16:07:50.112Z Compiling tokio-util v0.7.11
11722024-08-05T16:07:50.204Z Compiling tokio-native-tls v0.3.1
11732024-08-05T16:07:50.389Z Compiling tokio-rustls v0.24.1
11742024-08-05T16:07:50.407Z Compiling ff v0.13.0
11752024-08-05T16:07:50.470Z Compiling scheduled-thread-pool v0.2.7
11762024-08-05T16:07:50.641Z Compiling addr2line v0.21.0
11772024-08-05T16:07:50.764Z Compiling fs-err v2.11.0
11782024-08-05T16:07:50.782Z Compiling object v0.32.2
11792024-08-05T16:07:51.069Z Compiling winnow v0.5.40
11802024-08-05T16:07:51.112Z Compiling h2 v0.3.26
11812024-08-05T16:07:51.282Z Compiling anyhow v1.0.86
11822024-08-05T16:07:51.326Z Compiling bit-vec v0.6.3
11832024-08-05T16:07:51.505Z Compiling regex-automata v0.1.10
11842024-08-05T16:07:51.839Z Compiling managed v0.8.0
11852024-08-05T16:07:51.967Z Compiling either v1.12.0
11862024-08-05T16:07:52.027Z Compiling bitflags v1.3.2
11872024-08-05T16:07:52.142Z Compiling base16ct v0.2.0
11882024-08-05T16:07:52.285Z Compiling ipnet v2.9.0
11892024-08-05T16:07:52.397Z Compiling base64 v0.21.7
11902024-08-05T16:07:52.470Z Compiling matches v0.1.10
11912024-08-05T16:07:52.489Z Compiling rustc-demangle v0.1.24
11922024-08-05T16:07:52.576Z Compiling idna v0.2.3
11932024-08-05T16:07:53.157Z Compiling rustls-pemfile v1.0.4
11942024-08-05T16:07:53.492Z Compiling clap_builder v4.5.13
11952024-08-05T16:07:53.510Z Compiling sec1 v0.7.3
11962024-08-05T16:07:54.213Z Compiling bstr v0.2.17
11972024-08-05T16:07:54.433Z Compiling r2d2 v0.8.10
11982024-08-05T16:07:54.829Z Compiling toml_edit v0.19.15
11992024-08-05T16:07:55.065Z Compiling group v0.13.0
12002024-08-05T16:07:55.398Z Compiling diesel_derives v2.1.4
12012024-08-05T16:07:55.760Z Compiling zerocopy v0.6.6
12022024-08-05T16:07:55.761Z Compiling phf v0.11.2
12032024-08-05T16:07:56.070Z Compiling signal-hook-mio v0.2.3
12042024-08-05T16:07:56.226Z Compiling cookie_store v0.20.0
12052024-08-05T16:07:56.644Z Compiling hubpack v0.1.2
12062024-08-05T16:07:57.116Z Compiling ipnetwork v0.20.0
12072024-08-05T16:07:57.832Z Compiling inout v0.1.3
12082024-08-05T16:07:58.063Z Compiling postgres-types v0.2.7
12092024-08-05T16:07:58.431Z Compiling hyper v0.14.30
12102024-08-05T16:07:58.496Z Compiling usdt-attr-macro v0.5.0
12112024-08-05T16:07:59.579Z Compiling usdt-macro v0.5.0
12122024-08-05T16:08:00.201Z Compiling serde_urlencoded v0.7.1
12132024-08-05T16:08:00.755Z Compiling regex v1.10.5
12142024-08-05T16:08:01.076Z Compiling num-bigint v0.4.5
12152024-08-05T16:08:01.118Z Compiling futures-executor v0.3.30
12162024-08-05T16:08:01.762Z Compiling enum-as-inner v0.5.1
12172024-08-05T16:08:01.929Z Compiling hkdf v0.12.4
12182024-08-05T16:08:02.140Z Compiling crypto-bigint v0.5.5
12192024-08-05T16:08:02.194Z Compiling serde_repr v0.1.19
12202024-08-05T16:08:02.866Z Compiling strum_macros v0.25.3
12212024-08-05T16:08:02.971Z Compiling clap_derive v4.5.13
12222024-08-05T16:08:02.981Z Compiling phf_shared v0.10.0
12232024-08-05T16:08:03.369Z Compiling float-cmp v0.9.0
12242024-08-05T16:08:03.397Z Compiling encoding_rs v0.8.34
12252024-08-05T16:08:03.587Z Compiling sync_wrapper v0.1.2
12262024-08-05T16:08:03.726Z Compiling whoami v1.5.1
12272024-08-05T16:08:04.381Z Compiling precomputed-hash v0.1.1
12282024-08-05T16:08:04.501Z Compiling data-encoding v2.6.0
12292024-08-05T16:08:06.953Z Compiling hyper-tls v0.5.0
12302024-08-05T16:08:07.147Z Compiling hyper-rustls v0.24.2
12312024-08-05T16:08:07.344Z Compiling difflib v0.4.0
12322024-08-05T16:08:07.530Z Compiling predicates-core v1.0.6
12332024-08-05T16:08:07.906Z Compiling normalize-line-endings v0.3.0
12342024-08-05T16:08:08.020Z Compiling mime v0.3.17
12352024-08-05T16:08:08.035Z Compiling unicode-segmentation v1.11.0
12362024-08-05T16:08:08.063Z Compiling new_debug_unreachable v1.0.6
12372024-08-05T16:08:08.164Z Compiling fixedbitset v0.4.2
12382024-08-05T16:08:08.401Z Compiling webpki-roots v0.25.4
12392024-08-05T16:08:08.427Z Compiling minimal-lexical v0.2.1
12402024-08-05T16:08:08.574Z Compiling static_assertions v1.1.0
12412024-08-05T16:08:08.610Z Compiling reqwest v0.11.27
12422024-08-05T16:08:08.644Z Compiling petgraph v0.6.5
12432024-08-05T16:08:08.668Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=319e7b92db69792ab8efa4c68554ad0cf83adf93#319e7b92)
12442024-08-05T16:08:08.697Z Compiling similar v2.5.0
12452024-08-05T16:08:08.892Z Compiling nom v7.1.3
12462024-08-05T16:08:08.948Z Compiling diesel v2.1.6
12472024-08-05T16:08:08.966Z Compiling string_cache v0.8.7
12482024-08-05T16:08:09.438Z Compiling clap v4.5.13
12492024-08-05T16:08:09.570Z Compiling predicates v3.1.2
12502024-08-05T16:08:11.359Z Compiling trust-dns-proto v0.22.0
12512024-08-05T16:08:11.411Z Compiling elliptic-curve v0.13.8
12522024-08-05T16:08:12.247Z Compiling yasna v0.5.2
12532024-08-05T16:08:12.299Z Compiling tokio-postgres v0.7.11
12542024-08-05T16:08:12.711Z Compiling console v0.15.8
12552024-08-05T16:08:12.775Z Compiling toml_edit v0.22.20
12562024-08-05T16:08:14.196Z Compiling usdt v0.5.0
12572024-08-05T16:08:14.287Z Compiling futures v0.3.30
12582024-08-05T16:08:14.406Z Compiling flate2 v1.0.31
12592024-08-05T16:08:15.232Z Compiling cipher v0.4.4
12602024-08-05T16:08:15.367Z Compiling toml v0.7.8
12612024-08-05T16:08:15.582Z Compiling crossterm v0.27.0
12622024-08-05T16:08:16.661Z Compiling itertools v0.10.5
12632024-08-05T16:08:17.135Z Compiling itertools v0.12.1
12642024-08-05T16:08:18.071Z Compiling bit-set v0.5.3
12652024-08-05T16:08:18.374Z Compiling tokio-stream v0.1.15
12662024-08-05T16:08:19.402Z Compiling openapiv3 v2.0.0
12672024-08-05T16:08:19.458Z Compiling hex v0.4.3
12682024-08-05T16:08:19.590Z Compiling bstr v1.9.1
12692024-08-05T16:08:19.748Z Compiling num-iter v0.1.45
12702024-08-05T16:08:19.931Z Compiling crossbeam-epoch v0.9.18
12712024-08-05T16:08:20.068Z Compiling dirs-sys-next v0.1.2
12722024-08-05T16:08:20.402Z Compiling lalrpop-util v0.19.12
12732024-08-05T16:08:20.718Z Compiling unicode-xid v0.2.4
12742024-08-05T16:08:20.750Z Compiling peg-runtime v0.8.3
12752024-08-05T16:08:20.768Z Compiling dirs-next v2.0.0
12762024-08-05T16:08:20.900Z Compiling thread_local v1.1.8
12772024-08-05T16:08:20.966Z Compiling slog-async v2.8.0
12782024-08-05T16:08:21.310Z Compiling term v0.7.0
12792024-08-05T16:08:21.397Z Compiling xattr v1.3.1
12802024-08-05T16:08:21.424Z Compiling crossbeam-channel v0.5.12
12812024-08-05T16:08:21.458Z Compiling strum_macros v0.26.4
12822024-08-05T16:08:21.575Z Compiling filetime v0.2.23
12832024-08-05T16:08:21.675Z Compiling is-terminal v0.4.12
12842024-08-05T16:08:21.813Z Compiling take_mut v0.2.2
12852024-08-05T16:08:21.925Z Compiling slog-term v2.9.1
12862024-08-05T16:08:21.978Z Compiling tar v0.4.41
12872024-08-05T16:08:22.917Z Compiling camino v1.1.7
12882024-08-05T16:08:24.905Z Compiling strum v0.26.3
12892024-08-05T16:08:36.239Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
12902024-08-05T16:08:36.500Z Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
12912024-08-05T16:08:42.067Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 34s
12922024-08-05T16:08:42.203Z Running `target/debug/xtask-downloader cockroach clickhouse console dendrite-openapi dendrite-stub maghemite-mgd transceiver-control`
12932024-08-05T16:08:42.250ZAug 05 16:08:41.015 INFO Starting download, target: Clickhouse
12942024-08-05T16:08:42.252ZAug 05 16:08:41.015 INFO Starting download, target: DendriteStub
12952024-08-05T16:08:42.252ZAug 05 16:08:41.015 INFO Starting download, target: Console
12962024-08-05T16:08:42.252ZAug 05 16:08:41.015 INFO Starting download, target: MaghemiteMgd
12972024-08-05T16:08:42.252ZAug 05 16:08:41.015 INFO Starting download, target: DendriteOpenapi
12982024-08-05T16:08:42.252ZAug 05 16:08:41.015 INFO Starting download, target: Cockroach
12992024-08-05T16:08:42.252ZAug 05 16:08:41.015 INFO Starting download, target: TransceiverControl
13002024-08-05T16:08:42.252ZAug 05 16:08:41.016 INFO Downloading out/downloads/xcvradm.gz (attempt 1/3), target: TransceiverControl
13012024-08-05T16:08:42.252ZAug 05 16:08:41.016 INFO Downloading out/downloads/console.tar.gz (attempt 1/3), target: Console
13022024-08-05T16:08:42.253ZAug 05 16:08:41.016 INFO Downloading out/downloads/dpd-9811438cc91c6ec4e8a8ca12479c920bb25fec81.json (attempt 1/3), target: DendriteOpenapi
13032024-08-05T16:08:42.253ZAug 05 16:08:41.016 INFO Downloading out/downloads/mgd.tar.gz (attempt 1/3), target: MaghemiteMgd
13042024-08-05T16:08:42.253ZAug 05 16:08:41.016 INFO Downloading out/downloads/dendrite-stub.tar.gz (attempt 1/3), target: DendriteStub
13052024-08-05T16:08:42.253ZAug 05 16:08:41.016 INFO Downloading out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz (attempt 1/3), target: Clickhouse
13062024-08-05T16:08:42.253ZAug 05 16:08:41.016 INFO Downloading out/downloads/cockroach-v22.1.9.illumos.tar.gz (attempt 1/3), target: Cockroach
13072024-08-05T16:08:42.448ZAug 05 16:08:41.201 INFO Download complete, target: DendriteOpenapi
13082024-08-05T16:08:42.609ZAug 05 16:08:41.369 INFO Unpacking out/downloads/xcvradm.gz to out/downloads/root/opt/oxide/bin/xcvradm, target: TransceiverControl
13092024-08-05T16:08:42.900ZAug 05 16:08:41.664 INFO Unpacking out/downloads/mgd.tar.gz to out/downloads, target: MaghemiteMgd
13102024-08-05T16:08:42.911ZAug 05 16:08:41.674 INFO Unpacking out/downloads/console.tar.gz to out/console-assets, target: Console
13112024-08-05T16:08:42.997ZAug 05 16:08:41.762 INFO Unpacking out/downloads/dendrite-stub.tar.gz to out/downloads, target: DendriteStub
13122024-08-05T16:08:43.343ZAug 05 16:08:42.107 INFO Download complete, target: Console
13132024-08-05T16:08:43.420ZAug 05 16:08:42.186 INFO Download complete, target: TransceiverControl
13142024-08-05T16:08:44.249ZAug 05 16:08:43.014 INFO tarball path: out/downloads/cockroach-v22.1.9.illumos.tar.gz, target: Cockroach
13152024-08-05T16:08:44.249ZAug 05 16:08:43.014 INFO Unpacking out/downloads/cockroach-v22.1.9.illumos.tar.gz to out/downloads, target: Cockroach
13162024-08-05T16:08:44.310ZAug 05 16:08:43.075 INFO Unpacking out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz to out/clickhouse, target: Clickhouse
13172024-08-05T16:08:46.165ZAug 05 16:08:44.930 INFO Download complete, target: DendriteStub
13182024-08-05T16:08:46.170ZAug 05 16:08:44.935 INFO Download complete, target: MaghemiteMgd
13192024-08-05T16:08:52.660ZAug 05 16:08:51.417 INFO Copying from out/downloads/cockroach-v22.1.9 to out/cockroachdb, target: Cockroach
13202024-08-05T16:08:52.984ZAug 05 16:08:51.748 INFO Checking that binary works, target: Cockroach
13212024-08-05T16:08:53.146ZAug 05 16:08:51.909 INFO Download complete, target: Cockroach
13222024-08-05T16:08:58.705ZAug 05 16:08:57.468 INFO Checking that binary works, target: Clickhouse
13232024-08-05T16:08:59.061ZAug 05 16:08:57.823 INFO Download complete, target: Clickhouse
13242024-08-05T16:08:59.068ZAll prerequisites installed successfully
13252024-08-05T16:08:59.071Z
13262024-08-05T16:08:59.071Zreal 5:01.669967621
13272024-08-05T16:08:59.071Zuser 11:57.613741612
13282024-08-05T16:08:59.071Zsys 2:29.255038557
13292024-08-05T16:08:59.071Ztrap 0.445362473
13302024-08-05T16:08:59.071Ztflt 5.408770756
13312024-08-05T16:08:59.071Zdflt 4.979318423
13322024-08-05T16:08:59.071Zkflt 0.242934148
13332024-08-05T16:08:59.071Zlock 22:55.130867223
13342024-08-05T16:08:59.071Zslp 48:30.472328245
13352024-08-05T16:08:59.071Zlat 40.334685902
13362024-08-05T16:08:59.071Zstop 1:40.741452463
13372024-08-05T16:08:59.071Z+ source ./tools/include/force-git-over-https.sh
13382024-08-05T16:08:59.071Z++ override_urls=('git://github.com/' 'git@github.com:' 'ssh://github.com/' 'ssh://git@github.com/' 'git+ssh://git@github.com/')
13392024-08-05T16:08:59.071Z++ (( i = 0 ))
13402024-08-05T16:08:59.071Z++ (( i < 5 ))
13412024-08-05T16:08:59.071Z++ git config --add --global url.https://github.com/.insteadOf git://github.com/
13422024-08-05T16:08:59.074Z++ (( i++ ))
13432024-08-05T16:08:59.074Z++ (( i < 5 ))
13442024-08-05T16:08:59.074Z++ git config --add --global url.https://github.com/.insteadOf git@github.com:
13452024-08-05T16:08:59.078Z++ (( i++ ))
13462024-08-05T16:08:59.079Z++ (( i < 5 ))
13472024-08-05T16:08:59.079Z++ git config --add --global url.https://github.com/.insteadOf ssh://github.com/
13482024-08-05T16:08:59.082Z++ (( i++ ))
13492024-08-05T16:08:59.082Z++ (( i < 5 ))
13502024-08-05T16:08:59.082Z++ git config --add --global url.https://github.com/.insteadOf ssh://git@github.com/
13512024-08-05T16:08:59.085Z++ (( i++ ))
13522024-08-05T16:08:59.085Z++ (( i < 5 ))
13532024-08-05T16:08:59.085Z++ git config --add --global url.https://github.com/.insteadOf git+ssh://git@github.com/
13542024-08-05T16:08:59.088Z++ (( i++ ))
13552024-08-05T16:08:59.088Z++ (( i < 5 ))
13562024-08-05T16:08:59.088Z++ export CARGO_NET_GIT_FETCH_WITH_CLI=true
13572024-08-05T16:08:59.088Z++ CARGO_NET_GIT_FETCH_WITH_CLI=true
13582024-08-05T16:08:59.088Z+ rc=0
13592024-08-05T16:08:59.088Z+ pfexec pkg install -q /system/zones/brand/omicron1/tools
13602024-08-05T16:09:33.122Z+ case $rc in
13612024-08-05T16:09:33.123Z+ pfexec zfs create -p rpool/images/build/host
13622024-08-05T16:09:33.309Z+ pfexec zfs create -p rpool/images/build/recovery
13632024-08-05T16:09:33.374Z+ cargo xtask releng --output-dir /work
13642024-08-05T16:09:33.937Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
13652024-08-05T16:09:33.955Z Running `target/debug/xtask releng --output-dir /work`
13662024-08-05T16:09:34.850Z Compiling proc-macro2 v1.0.86
13672024-08-05T16:09:34.850Z Compiling unicode-ident v1.0.12
13682024-08-05T16:09:34.850Z Compiling libc v0.2.155
13692024-08-05T16:09:34.850Z Compiling serde v1.0.204
13702024-08-05T16:09:34.850Z Compiling autocfg v1.3.0
13712024-08-05T16:09:34.853Z Compiling version_check v0.9.4
13722024-08-05T16:09:34.853Z Compiling cfg-if v1.0.0
13732024-08-05T16:09:35.069Z Compiling cc v1.0.97
13742024-08-05T16:09:35.095Z Compiling memchr v2.7.2
13752024-08-05T16:09:35.728Z Compiling lock_api v0.4.12
13762024-08-05T16:09:35.930Z Compiling parking_lot_core v0.9.10
13772024-08-05T16:09:36.079Z Compiling libm v0.2.8
13782024-08-05T16:09:36.375Z Compiling ahash v0.8.11
13792024-08-05T16:09:36.437Z Compiling serde_json v1.0.122
13802024-08-05T16:09:36.594Z Compiling num-traits v0.2.19
13812024-08-05T16:09:36.734Z Compiling quote v1.0.36
13822024-08-05T16:09:36.778Z Compiling typenum v1.17.0
13832024-08-05T16:09:37.073Z Compiling getrandom v0.2.14
13842024-08-05T16:09:37.249Z Compiling syn v2.0.72
13852024-08-05T16:09:37.378Z Compiling scopeguard v1.2.0
13862024-08-05T16:09:37.461Z Compiling once_cell v1.19.0
13872024-08-05T16:09:37.752Z Compiling generic-array v0.14.7
13882024-08-05T16:09:37.772Z Compiling byteorder v1.5.0
13892024-08-05T16:09:37.869Z Compiling log v0.4.21
13902024-08-05T16:09:37.999Z Compiling itoa v1.0.11
13912024-08-05T16:09:38.057Z Compiling thiserror v1.0.63
13922024-08-05T16:09:38.305Z Compiling slab v0.4.9
13932024-08-05T16:09:38.329Z Compiling pkg-config v0.3.30
13942024-08-05T16:09:38.420Z Compiling ring v0.17.8
13952024-08-05T16:09:38.537Z Compiling smallvec v1.13.2
13962024-08-05T16:09:38.611Z Compiling ryu v1.0.18
13972024-08-05T16:09:38.679Z Compiling semver v1.0.23
13982024-08-05T16:09:38.872Z Compiling spin v0.9.8
13992024-08-05T16:09:39.044Z Compiling vcpkg v0.2.15
14002024-08-05T16:09:39.101Z Compiling pin-project-lite v0.2.14
14012024-08-05T16:09:39.553Z Compiling allocator-api2 v0.2.18
14022024-08-05T16:09:39.650Z Compiling parking_lot v0.12.2
14032024-08-05T16:09:39.692Z Compiling rand_core v0.6.4
14042024-08-05T16:09:40.364Z Compiling schemars v0.8.21
14052024-08-05T16:09:40.520Z Compiling signal-hook-registry v1.4.2
14062024-08-05T16:09:40.818Z Compiling openssl-sys v0.9.103
14072024-08-05T16:09:40.980Z Compiling num-conv v0.1.0
14082024-08-05T16:09:41.320Z Compiling time-core v0.1.2
14092024-08-05T16:09:41.762Z Compiling time-macros v0.2.18
14102024-08-05T16:09:41.888Z Compiling mio v0.8.11
14112024-08-05T16:09:42.446Z Compiling heck v0.5.0
14122024-08-05T16:09:42.709Z Compiling rustix v0.38.34
14132024-08-05T16:09:42.931Z Compiling futures-core v0.3.30
14142024-08-05T16:09:43.025Z Compiling httparse v1.8.0
14152024-08-05T16:09:43.828Z Compiling socket2 v0.5.7
14162024-08-05T16:09:43.905Z Compiling num_cpus v1.16.0
14172024-08-05T16:09:44.043Z Compiling openssl v0.10.66
14182024-08-05T16:09:44.188Z Compiling equivalent v1.0.1
14192024-08-05T16:09:44.347Z Compiling const-oid v0.9.6
14202024-08-05T16:09:44.558Z Compiling subtle v2.5.0
14212024-08-05T16:09:44.624Z Compiling fnv v1.0.7
14222024-08-05T16:09:44.923Z Compiling syn v1.0.109
14232024-08-05T16:09:45.048Z Compiling serde_derive_internals v0.29.1
14242024-08-05T16:09:45.296Z Compiling rustls v0.21.12
14252024-08-05T16:09:45.380Z Compiling iana-time-zone v0.1.60
14262024-08-05T16:09:45.567Z Compiling tinyvec_macros v0.1.1
14272024-08-05T16:09:45.611Z Compiling native-tls v0.2.11
14282024-08-05T16:09:45.683Z Compiling tinyvec v1.6.0
14292024-08-05T16:09:45.878Z Compiling crossbeam-utils v0.8.19
14302024-08-05T16:09:46.193Z Compiling futures-sink v0.3.30
14312024-08-05T16:09:46.838Z Compiling cookie v0.17.0
14322024-08-05T16:09:47.191Z Compiling ucd-trie v0.1.6
14332024-08-05T16:09:47.525Z Compiling unicode-normalization v0.1.23
14342024-08-05T16:09:47.947Z Compiling futures-channel v0.3.30
14352024-08-05T16:09:48.501Z Compiling slog v2.7.0
14362024-08-05T16:09:48.688Z Compiling unicode-bidi v0.3.15
14372024-08-05T16:09:48.951Z Compiling futures-io v0.3.30
14382024-08-05T16:09:49.026Z Compiling futures-task v0.3.30
14392024-08-05T16:09:49.104Z Compiling pin-utils v0.1.0
14402024-08-05T16:09:49.328Z Compiling dyn-clone v1.0.17
14412024-08-05T16:09:49.602Z Compiling untrusted v0.9.0
14422024-08-05T16:09:50.105Z Compiling aho-corasick v1.1.3
14432024-08-05T16:09:50.206Z Compiling regex-syntax v0.8.3
14442024-08-05T16:09:50.771Z Compiling powerfmt v0.2.0
14452024-08-05T16:09:50.860Z Compiling serde_derive v1.0.204
14462024-08-05T16:09:51.046Z Compiling zerocopy-derive v0.7.34
14472024-08-05T16:09:51.316Z Compiling zeroize_derive v1.4.2
14482024-08-05T16:09:51.808Z Compiling tokio-macros v2.3.0
14492024-08-05T16:09:52.955Z Compiling thiserror-impl v1.0.63
14502024-08-05T16:09:53.504Z Compiling zerocopy v0.7.34
14512024-08-05T16:09:53.551Z Compiling futures-macro v0.3.30
14522024-08-05T16:09:54.977Z Compiling zeroize v1.7.0
14532024-08-05T16:09:56.181Z Compiling hashbrown v0.14.5
14542024-08-05T16:09:56.287Z Compiling tracing-attributes v0.1.27
14552024-08-05T16:09:56.396Z Compiling schemars_derive v0.8.21
14562024-08-05T16:09:57.657Z Compiling openssl-macros v0.1.1
14572024-08-05T16:09:58.451Z Compiling der_derive v0.7.2
14582024-08-05T16:09:58.595Z Compiling scroll_derive v0.12.0
14592024-08-05T16:09:59.157Z Compiling pest v2.7.10
14602024-08-05T16:09:59.823Z Compiling crypto-common v0.1.6
14612024-08-05T16:10:00.105Z Compiling futures-util v0.3.30
14622024-08-05T16:10:00.226Z Compiling block-buffer v0.10.4
14632024-08-05T16:10:00.503Z Compiling crc32fast v1.4.0
14642024-08-05T16:10:00.979Z Compiling digest v0.10.7
14652024-08-05T16:10:01.468Z Compiling regex-automata v0.4.6
14662024-08-05T16:10:01.875Z Compiling deranged v0.3.11
14672024-08-05T16:10:02.410Z Compiling pest_meta v2.7.10
14682024-08-05T16:10:04.506Z Compiling pest_generator v2.7.10
14692024-08-05T16:10:06.625Z Compiling bytes v1.6.0
14702024-08-05T16:10:08.053Z Compiling bitflags v2.6.0
14712024-08-05T16:10:08.184Z Compiling tokio v1.38.1
14722024-08-05T16:10:08.633Z Compiling indexmap v2.2.6
14732024-08-05T16:10:08.778Z Compiling uuid v1.10.0
14742024-08-05T16:10:08.848Z Compiling chrono v0.4.38
14752024-08-05T16:10:09.234Z Compiling serde_tokenstream v0.2.1
14762024-08-05T16:10:10.571Z Compiling http v0.2.12
14772024-08-05T16:10:13.231Z Compiling rustc_version v0.4.0
14782024-08-05T16:10:13.960Z Compiling pest_derive v2.7.10
14792024-08-05T16:10:13.998Z Compiling usdt-impl v0.5.0
14802024-08-05T16:10:14.394Z Compiling heck v0.4.1
14812024-08-05T16:10:14.447Z Compiling num_threads v0.1.7
14822024-08-05T16:10:14.842Z Compiling percent-encoding v2.3.1
14832024-08-05T16:10:14.845Z Compiling time v0.3.36
14842024-08-05T16:10:14.919Z Compiling heapless v0.7.17
14852024-08-05T16:10:15.473Z Compiling scroll v0.12.0
14862024-08-05T16:10:15.499Z Compiling zerocopy-derive v0.6.6
14872024-08-05T16:10:16.196Z Compiling tracing-core v0.1.32
14882024-08-05T16:10:17.847Z Compiling backtrace v0.3.71
14892024-08-05T16:10:18.320Z Compiling errno v0.3.9
14902024-08-05T16:10:18.631Z Compiling plain v0.2.3
14912024-08-05T16:10:18.852Z Compiling ppv-lite86 v0.2.17
14922024-08-05T16:10:19.185Z Compiling signal-hook v0.3.17
14932024-08-05T16:10:19.671Z Compiling goblin v0.8.2
14942024-08-05T16:10:19.797Z Compiling rand_chacha v0.3.1
14952024-08-05T16:10:19.921Z Compiling tokio-util v0.7.11
14962024-08-05T16:10:21.797Z Compiling tracing v0.1.40
14972024-08-05T16:10:21.832Z Compiling regex v1.10.5
14982024-08-05T16:10:22.379Z Compiling async-trait v0.1.81
14992024-08-05T16:10:22.984Z Compiling strsim v0.11.1
15002024-08-05T16:10:24.210Z Compiling pretty-hex v0.4.1
15012024-08-05T16:10:24.270Z Compiling rustversion v1.0.17
15022024-08-05T16:10:25.192Z Compiling rand v0.8.5
15032024-08-05T16:10:26.267Z Compiling dof v0.3.0
15042024-08-05T16:10:27.507Z Compiling form_urlencoded v1.2.1
15052024-08-05T16:10:28.064Z Compiling dtrace-parser v0.2.0
15062024-08-05T16:10:28.173Z Compiling thread-id v4.2.1
15072024-08-05T16:10:28.321Z Compiling base64ct v1.6.0
15082024-08-05T16:10:28.507Z Compiling try-lock v0.2.5
15092024-08-05T16:10:28.690Z Compiling unicode-width v0.1.13
15102024-08-05T16:10:28.923Z Compiling foreign-types-shared v0.1.1
15112024-08-05T16:10:29.050Z Compiling smoltcp v0.9.1
15122024-08-05T16:10:29.168Z Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide/omicron#b1194c19)
15132024-08-05T16:10:29.210Z Compiling anyhow v1.0.86
15142024-08-05T16:10:29.621Z Compiling foreign-types v0.3.2
15152024-08-05T16:10:29.798Z Compiling pem-rfc7468 v0.7.0
15162024-08-05T16:10:29.964Z Compiling want v0.3.1
15172024-08-05T16:10:30.506Z Compiling h2 v0.3.26
15182024-08-05T16:10:31.313Z Compiling http-body v0.4.6
15192024-08-05T16:10:31.718Z Compiling hmac v0.12.1
15202024-08-05T16:10:31.830Z Compiling clap_derive v4.5.13
15212024-08-05T16:10:33.097Z Compiling base64 v0.21.7
15222024-08-05T16:10:33.221Z Compiling siphasher v0.3.11
15232024-08-05T16:10:34.320Z Compiling tower-service v0.3.2
15242024-08-05T16:10:34.466Z Compiling flagset v0.4.5
15252024-08-05T16:10:34.769Z Compiling httpdate v1.0.3
15262024-08-05T16:10:34.948Z Compiling der v0.7.9
15272024-08-05T16:10:40.396Z Compiling hyper v0.14.30
15282024-08-05T16:10:47.183Z Compiling sct v0.7.1
15292024-08-05T16:10:47.521Z Compiling rustls-webpki v0.101.7
15302024-08-05T16:10:49.627Z Compiling openapiv3 v2.0.0
15312024-08-05T16:10:50.678Z Compiling hubpack_derive v0.1.1
15322024-08-05T16:10:51.804Z Compiling idna v0.5.0
15332024-08-05T16:10:53.614Z Compiling lazy_static v1.5.0
15342024-08-05T16:10:54.278Z Compiling fs-err v2.11.0
15352024-08-05T16:10:54.409Z Compiling cpufeatures v0.2.12
15362024-08-05T16:10:54.560Z Compiling finl_unicode v1.2.0
15372024-08-05T16:10:54.614Z Compiling openssl-probe v0.1.5
15382024-08-05T16:10:54.717Z Compiling adler v1.0.2
15392024-08-05T16:10:54.985Z Compiling utf8parse v0.2.1
15402024-08-05T16:10:55.167Z Compiling anstyle v1.0.8
15412024-08-05T16:10:55.383Z Compiling stringprep v0.1.4
15422024-08-05T16:10:55.894Z Compiling anstyle-parse v0.2.4
15432024-08-05T16:10:56.122Z Compiling miniz_oxide v0.7.2
15442024-08-05T16:10:56.489Z Compiling sha2 v0.10.8
15452024-08-05T16:10:57.158Z Compiling url v2.5.2
15462024-08-05T16:11:00.101Z Compiling spki v0.7.3
15472024-08-05T16:11:01.204Z Compiling usdt-attr-macro v0.5.0
15482024-08-05T16:11:01.941Z Compiling usdt-macro v0.5.0
15492024-08-05T16:11:03.000Z Compiling md-5 v0.10.6
15502024-08-05T16:11:03.315Z Compiling serde_spanned v0.6.7
15512024-08-05T16:11:03.341Z Compiling toml_datetime v0.6.8
15522024-08-05T16:11:03.515Z Compiling regress v0.9.1
15532024-08-05T16:11:03.607Z Compiling idna v0.3.0
15542024-08-05T16:11:05.416Z Compiling diesel_table_macro_syntax v0.1.0
15552024-08-05T16:11:05.829Z Compiling num-integer v0.1.46
15562024-08-05T16:11:06.351Z Compiling hash32 v0.2.1
15572024-08-05T16:11:06.629Z Compiling encoding_rs v0.8.34
15582024-08-05T16:11:06.779Z Compiling mime v0.3.17
15592024-08-05T16:11:07.425Z Compiling anstyle-query v1.0.3
15602024-08-05T16:11:07.554Z Compiling gimli v0.28.1
15612024-08-05T16:11:07.578Z Compiling colorchoice v1.0.1
15622024-08-05T16:11:07.754Z Compiling fallible-iterator v0.2.0
15632024-08-05T16:11:07.877Z Compiling stable_deref_trait v1.2.0
15642024-08-05T16:11:07.991Z Compiling base64 v0.22.1
15652024-08-05T16:11:08.478Z Compiling is_terminal_polyfill v1.70.0
15662024-08-05T16:11:08.764Z Compiling psl-types v2.0.11
15672024-08-05T16:11:08.962Z Compiling publicsuffix v2.2.3
15682024-08-05T16:11:09.238Z Compiling anstream v0.6.14
15692024-08-05T16:11:09.427Z Compiling postgres-protocol v0.6.7
15702024-08-05T16:11:10.646Z Compiling typify-impl v0.1.0 (https://github.com/oxidecomputer/typify#ad1296f6)
15712024-08-05T16:11:12.231Z Compiling addr2line v0.21.0
15722024-08-05T16:11:12.690Z Compiling diesel_derives v2.1.4
15732024-08-05T16:11:13.874Z Compiling tokio-rustls v0.24.1
15742024-08-05T16:11:15.553Z Compiling pkcs8 v0.10.2
15752024-08-05T16:11:15.683Z Compiling terminal_size v0.3.0
15762024-08-05T16:11:15.894Z Compiling tokio-native-tls v0.3.1
15772024-08-05T16:11:16.193Z Compiling phf_shared v0.11.2
15782024-08-05T16:11:16.398Z Compiling strum_macros v0.25.3
15792024-08-05T16:11:16.639Z Compiling serde_urlencoded v0.7.1
15802024-08-05T16:11:17.295Z Compiling enum-as-inner v0.5.1
15812024-08-05T16:11:18.387Z Compiling block-padding v0.3.3
15822024-08-05T16:11:18.592Z Compiling serde_repr v0.1.19
15832024-08-05T16:11:18.635Z Compiling ff v0.13.0
15842024-08-05T16:11:18.911Z Compiling scheduled-thread-pool v0.2.7
15852024-08-05T16:11:19.732Z Compiling object v0.32.2
15862024-08-05T16:11:20.027Z Compiling winnow v0.5.40
15872024-08-05T16:11:20.618Z Compiling bitflags v1.3.2
15882024-08-05T16:11:20.910Z Compiling regex-automata v0.1.10
15892024-08-05T16:11:22.025Z Compiling clap_lex v0.7.0
15902024-08-05T16:11:22.505Z Compiling matches v0.1.10
15912024-08-05T16:11:22.612Z Compiling ipnet v2.9.0
15922024-08-05T16:11:22.981Z Compiling rustc-demangle v0.1.24
15932024-08-05T16:11:23.848Z Compiling base16ct v0.2.0
15942024-08-05T16:11:23.881Z Compiling managed v0.8.0
15952024-08-05T16:11:24.329Z Compiling bit-vec v0.6.3
15962024-08-05T16:11:24.402Z Compiling either v1.12.0
15972024-08-05T16:11:24.699Z Compiling rustls-pemfile v1.0.4
15982024-08-05T16:11:24.795Z Compiling sec1 v0.7.3
15992024-08-05T16:11:24.836Z Compiling toml_edit v0.19.15
16002024-08-05T16:11:25.077Z Compiling typify-macro v0.1.0 (https://github.com/oxidecomputer/typify#ad1296f6)
16012024-08-05T16:11:25.372Z Compiling idna v0.2.3
16022024-08-05T16:11:25.724Z Compiling clap_builder v4.5.13
16032024-08-05T16:11:26.794Z Compiling bstr v0.2.17
16042024-08-05T16:11:27.169Z Compiling r2d2 v0.8.10
16052024-08-05T16:11:27.535Z Compiling group v0.13.0
16062024-08-05T16:11:27.850Z Compiling inout v0.1.3
16072024-08-05T16:11:28.440Z Compiling phf v0.11.2
16082024-08-05T16:11:28.468Z Compiling hyper-tls v0.5.0
16092024-08-05T16:11:28.753Z Compiling hyper-rustls v0.24.2
16102024-08-05T16:11:28.831Z Compiling signal-hook-mio v0.2.3
16112024-08-05T16:11:28.972Z Compiling cookie_store v0.20.0
16122024-08-05T16:11:29.115Z Compiling postgres-types v0.2.7
16132024-08-05T16:11:29.263Z Compiling num-bigint v0.4.5
16142024-08-05T16:11:30.510Z Compiling hubpack v0.1.2
16152024-08-05T16:11:31.516Z Compiling phf_shared v0.10.0
16162024-08-05T16:11:31.722Z Compiling hkdf v0.12.4
16172024-08-05T16:11:31.969Z Compiling zerocopy v0.6.6
16182024-08-05T16:11:32.110Z Compiling ipnetwork v0.20.0
16192024-08-05T16:11:32.423Z Compiling futures-executor v0.3.30
16202024-08-05T16:11:32.889Z Compiling crypto-bigint v0.5.5
16212024-08-05T16:11:32.909Z Compiling float-cmp v0.9.0
16222024-08-05T16:11:32.949Z Compiling memmap v0.7.0
16232024-08-05T16:11:33.078Z Compiling unicode-segmentation v1.11.0
16242024-08-05T16:11:33.108Z Compiling winnow v0.6.18
16252024-08-05T16:11:33.182Z Compiling difflib v0.4.0
16262024-08-05T16:11:33.388Z Compiling webpki-roots v0.25.4
16272024-08-05T16:11:33.575Z Compiling whoami v1.5.1
16282024-08-05T16:11:33.694Z Compiling minimal-lexical v0.2.1
16292024-08-05T16:11:33.938Z Compiling precomputed-hash v0.1.1
16302024-08-05T16:11:34.064Z Compiling new_debug_unreachable v1.0.6
16312024-08-05T16:11:34.169Z Compiling sync_wrapper v0.1.2
16322024-08-05T16:11:34.304Z Compiling predicates-core v1.0.6
16332024-08-05T16:11:34.341Z Compiling static_assertions v1.1.0
16342024-08-05T16:11:34.416Z Compiling data-encoding v2.6.0
16352024-08-05T16:11:34.454Z Compiling normalize-line-endings v0.3.0
16362024-08-05T16:11:34.619Z Compiling fixedbitset v0.4.2
16372024-08-05T16:11:35.062Z Compiling petgraph v0.6.5
16382024-08-05T16:11:35.152Z Compiling trust-dns-proto v0.22.0
16392024-08-05T16:11:35.738Z Compiling reqwest v0.11.27
16402024-08-05T16:11:36.132Z Compiling elliptic-curve v0.13.8
16412024-08-05T16:11:36.522Z Compiling predicates v3.1.2
16422024-08-05T16:11:36.593Z Compiling toml_edit v0.22.20
16432024-08-05T16:11:36.765Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=319e7b92db69792ab8efa4c68554ad0cf83adf93#319e7b92)
16442024-08-05T16:11:37.958Z Compiling string_cache v0.8.7
16452024-08-05T16:11:38.397Z Compiling nom v7.1.3
16462024-08-05T16:11:39.161Z Compiling tokio-postgres v0.7.11
16472024-08-05T16:11:42.207Z Compiling similar v2.5.0
16482024-08-05T16:11:42.810Z Compiling usdt v0.5.0
16492024-08-05T16:11:43.832Z Compiling futures v0.3.30
16502024-08-05T16:11:43.918Z Compiling diesel v2.1.6
16512024-08-05T16:11:44.005Z Compiling yasna v0.5.2
16522024-08-05T16:11:44.460Z Compiling clap v4.5.13
16532024-08-05T16:11:44.593Z Compiling crossterm v0.27.0
16542024-08-05T16:11:44.729Z Compiling flate2 v1.0.31
16552024-08-05T16:11:45.154Z Compiling cipher v0.4.4
16562024-08-05T16:11:45.626Z Compiling crossbeam-epoch v0.9.18
16572024-08-05T16:11:45.642Z Compiling toml v0.7.8
16582024-08-05T16:11:45.645Z Compiling itertools v0.12.1
16592024-08-05T16:11:46.343Z Compiling itertools v0.10.5
16602024-08-05T16:11:47.069Z Compiling bit-set v0.5.3
16612024-08-05T16:11:47.188Z Compiling num-iter v0.1.45
16622024-08-05T16:11:47.359Z Compiling console v0.15.8
16632024-08-05T16:11:48.714Z Compiling tokio-stream v0.1.15
16642024-08-05T16:11:48.796Z Compiling bstr v1.9.1
16652024-08-05T16:11:49.132Z Compiling hex v0.4.3
16662024-08-05T16:11:49.976Z Compiling peg-runtime v0.8.3
16672024-08-05T16:11:50.505Z Compiling lalrpop-util v0.19.12
16682024-08-05T16:11:50.860Z Compiling radium v0.7.0
16692024-08-05T16:11:50.862Z Compiling camino v1.1.7
16702024-08-05T16:11:51.611Z Compiling unicode-xid v0.2.4
16712024-08-05T16:11:56.704Z Compiling is-terminal v0.4.12
16722024-08-05T16:11:57.675Z Compiling tap v1.0.1
16732024-08-05T16:11:59.522Z Compiling rustls-pki-types v1.7.0
16742024-08-05T16:12:02.395Z Compiling ident_case v1.0.1
16752024-08-05T16:12:02.591Z Compiling maybe-uninit v2.0.0
16762024-08-05T16:12:05.749Z Compiling darling_core v0.20.9
16772024-08-05T16:12:15.172Z Compiling wyz v0.5.1
16782024-08-05T16:12:17.476Z Compiling typify v0.1.0 (https://github.com/oxidecomputer/typify#ad1296f6)
16792024-08-05T16:12:17.644Z Compiling getopts v0.2.21
16802024-08-05T16:12:18.002Z Compiling bzip2-sys v0.1.11+1.0.8
16812024-08-05T16:12:18.452Z Compiling dirs-sys-next v0.1.2
16822024-08-05T16:12:18.574Z Compiling paste v1.0.15
16832024-08-05T16:12:19.066Z Compiling unsafe-libyaml v0.2.11
16842024-08-05T16:12:19.437Z Compiling num-bigint-dig v0.8.4
16852024-08-05T16:12:19.555Z Compiling rustls v0.22.4
16862024-08-05T16:12:19.886Z Compiling funty v2.0.0
16872024-08-05T16:12:20.864Z Compiling packed_struct v0.10.1
16882024-08-05T16:12:21.338Z Compiling bitvec v1.0.1
16892024-08-05T16:12:21.526Z Compiling serde_yaml v0.9.34+deprecated
16902024-08-05T16:12:22.119Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
16912024-08-05T16:12:24.357Z Compiling dirs-next v2.0.0
16922024-08-05T16:12:25.512Z Compiling progenitor-impl v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#c59c6d64)
16932024-08-05T16:12:28.236Z Compiling darling_macro v0.20.9
16942024-08-05T16:12:29.455Z Compiling rustls-webpki v0.102.4
16952024-08-05T16:12:32.536Z Compiling packed_struct_codegen v0.10.1
16962024-08-05T16:12:33.431Z Compiling structmeta-derive v0.3.0
16972024-08-05T16:12:33.893Z Compiling thread_local v1.1.8
16982024-08-05T16:12:35.051Z Compiling multer v3.1.0
16992024-08-05T16:12:35.144Z Compiling indexmap v1.9.3
17002024-08-05T16:12:35.188Z Compiling match_cfg v0.1.0
17012024-08-05T16:12:35.375Z Compiling crc-catalog v2.4.0
17022024-08-05T16:12:35.536Z Compiling rayon-core v1.12.1
17032024-08-05T16:12:35.587Z Compiling nodrop v0.1.14
17042024-08-05T16:12:35.811Z Compiling fastrand v2.1.0
17052024-08-05T16:12:35.850Z Compiling slog-async v2.8.0
17062024-08-05T16:12:36.467Z Compiling tempfile v3.10.1
17072024-08-05T16:12:36.484Z Compiling structmeta v0.3.0
17082024-08-05T16:12:36.867Z Compiling array-init v0.0.4
17092024-08-05T16:12:38.125Z Compiling crc v3.2.1
17102024-08-05T16:12:38.279Z Compiling hostname v0.3.1
17112024-08-05T16:12:39.706Z Compiling progenitor-macro v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#c59c6d64)
17122024-08-05T16:12:40.174Z Compiling smallvec v0.6.14
17132024-08-05T16:12:40.232Z Compiling darling v0.20.9
17142024-08-05T16:12:40.558Z Compiling term v0.7.0
17152024-08-05T16:12:45.952Z Compiling crossbeam-deque v0.8.5
17162024-08-05T16:12:46.369Z Compiling progenitor-client v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#c59c6d64)
17172024-08-05T16:12:46.762Z Compiling pkcs1 v0.7.5
17182024-08-05T16:12:47.883Z Compiling slog-json v2.6.1
17192024-08-05T16:12:49.001Z Compiling crossbeam-channel v0.5.12
17202024-08-05T16:12:50.653Z Compiling http v1.1.0
17212024-08-05T16:12:50.759Z Compiling signature v2.2.0
17222024-08-05T16:12:53.673Z Compiling pin-project-internal v1.1.5
17232024-08-05T16:12:54.971Z Compiling async-stream-impl v0.3.5
17242024-08-05T16:12:55.739Z Compiling dropshot v0.10.2-dev (https://github.com/oxidecomputer/dropshot?branch=main#0c0bae3c)
17252024-08-05T16:12:56.228Z Compiling termcolor v1.4.1
17262024-08-05T16:12:56.253Z Compiling hashbrown v0.12.3
17272024-08-05T16:12:56.497Z Compiling atomic-waker v1.1.2
17282024-08-05T16:12:57.261Z Compiling same-file v1.0.6
17292024-08-05T16:12:57.546Z Compiling take_mut v0.2.2
17302024-08-05T16:12:57.566Z Compiling bitfield v0.14.0
17312024-08-05T16:12:57.998Z Compiling lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#131520fc)
17322024-08-05T16:13:07.297Z Compiling walkdir v2.5.0
17332024-08-05T16:13:09.117Z Compiling env_logger v0.10.2
17342024-08-05T16:13:10.818Z Compiling waitgroup v0.1.2
17352024-08-05T16:13:10.896Z Compiling pin-project v1.1.5
17362024-08-05T16:13:10.971Z Compiling async-stream v0.3.5
17372024-08-05T16:13:11.388Z Compiling progenitor v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#c59c6d64)
17382024-08-05T16:13:12.473Z Compiling rsa v0.9.6
17392024-08-05T16:13:15.893Z Compiling slog-bunyan v2.5.0
17402024-08-05T16:13:17.425Z Compiling tokio-rustls v0.25.0
17412024-08-05T16:13:17.935Z Compiling slog-term v2.9.1
17422024-08-05T16:13:18.133Z Compiling serde-hex v0.1.0
17432024-08-05T16:13:19.694Z Compiling serde_with_macros v3.8.3
17442024-08-05T16:13:19.818Z Compiling bzip2 v0.4.4
17452024-08-05T16:13:21.192Z Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a)
17462024-08-05T16:13:21.512Z Compiling parse-display-derive v0.9.1
17472024-08-05T16:13:22.016Z Compiling toml v0.8.19
17482024-08-05T16:13:22.344Z Compiling rustls-pemfile v2.1.2
17492024-08-05T16:13:25.519Z Compiling x509-cert v0.2.5
17502024-08-05T16:13:26.348Z Compiling sha1 v0.10.6
17512024-08-05T16:13:26.555Z Compiling ron v0.8.1
17522024-08-05T16:13:27.158Z Compiling strum_macros v0.26.4
17532024-08-05T16:13:27.212Z Compiling newtype-uuid v1.1.0
17542024-08-05T16:13:27.583Z Compiling xattr v1.3.1
17552024-08-05T16:13:28.027Z Compiling snafu-derive v0.8.2
17562024-08-05T16:13:29.115Z Compiling dropshot_endpoint v0.10.2-dev (https://github.com/oxidecomputer/dropshot?branch=main#0c0bae3c)
17572024-08-05T16:13:29.185Z Compiling serde_path_to_error v0.1.16
17582024-08-05T16:13:30.209Z Compiling hashbrown v0.13.2
17592024-08-05T16:13:31.650Z Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
17602024-08-05T16:13:31.769Z Compiling ring v0.16.20
17612024-08-05T16:13:32.469Z Compiling blake3 v1.5.1
17622024-08-05T16:13:32.775Z Compiling filetime v0.2.23
17632024-08-05T16:13:32.775Z Compiling hostname v0.4.0
17642024-08-05T16:13:32.840Z Compiling instant v0.1.12
17652024-08-05T16:13:32.979Z Compiling debug-ignore v1.0.5
17662024-08-05T16:13:33.061Z Compiling buf-list v1.0.3
17672024-08-05T16:13:33.101Z Compiling crc-any v2.5.0
17682024-08-05T16:13:33.723Z Compiling lpc55_sign v0.3.4 (https://github.com/oxidecomputer/lpc55_support#131520fc)
17692024-08-05T16:13:33.876Z Compiling snafu v0.8.2
17702024-08-05T16:13:34.055Z Compiling tar v0.4.41
17712024-08-05T16:13:34.096Z Compiling backoff v0.4.0
17722024-08-05T16:13:35.211Z Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
17732024-08-05T16:13:35.437Z Compiling strum v0.26.3
17742024-08-05T16:13:35.650Z Compiling object v0.30.4
17752024-08-05T16:13:37.427Z Compiling tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a)
17762024-08-05T16:13:39.167Z Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
17772024-08-05T16:13:39.289Z Compiling parse-display v0.9.1
17782024-08-05T16:13:39.697Z Compiling serde_with v3.8.3
17792024-08-05T16:13:40.516Z Compiling zip v0.6.6
17802024-08-05T16:13:41.193Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
17812024-08-05T16:13:41.955Z Compiling rayon v1.10.0
17822024-08-05T16:13:42.299Z Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=220dd026e83142b83bd93123f465a64dd4600201#220dd026)
17832024-08-05T16:13:43.278Z Compiling camino-tempfile v1.1.1
17842024-08-05T16:13:44.057Z Compiling globset v0.4.14
17852024-08-05T16:13:44.091Z Compiling oxnet v0.1.0 (https://github.com/oxidecomputer/oxnet#2612d220)
17862024-08-05T16:13:47.801Z Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945)
17872024-08-05T16:13:47.855Z Compiling pem v3.0.4
17882024-08-05T16:13:48.008Z Compiling olpc-cjson v0.1.3
17892024-08-05T16:13:48.379Z Compiling macaddr v1.0.1
17902024-08-05T16:13:48.935Z Compiling serde_plain v1.0.2
17912024-08-05T16:13:49.066Z Compiling async-recursion v1.1.1
17922024-08-05T16:13:49.356Z Compiling memmap2 v0.9.4
17932024-08-05T16:13:49.456Z Compiling arrayref v0.3.7
17942024-08-05T16:13:49.581Z Compiling untrusted v0.7.1
17952024-08-05T16:13:49.794Z Compiling typed-path v0.7.1
17962024-08-05T16:13:49.968Z Compiling constant_time_eq v0.3.0
17972024-08-05T16:13:50.159Z Compiling spin v0.5.2
17982024-08-05T16:13:50.458Z Compiling arrayvec v0.7.4
17992024-08-05T16:13:50.557Z Compiling path-slash v0.1.5
18002024-08-05T16:13:50.793Z Compiling hubtools v0.4.6 (https://github.com/oxidecomputer/hubtools.git?branch=main#943c4bbe)
18012024-08-05T16:13:52.800Z Compiling tough v0.17.1
18022024-08-05T16:13:53.739Z Compiling cargo-platform v0.1.8
18032024-08-05T16:13:54.837Z Compiling parse-size v1.0.0
18042024-08-05T16:13:55.126Z Compiling topological-sort v0.2.2
18052024-08-05T16:13:55.411Z Compiling omicron-zone-package v0.11.0
18062024-08-05T16:13:56.586Z Compiling cargo_metadata v0.18.1
18072024-08-05T16:13:59.126Z Compiling shell-words v1.1.0
18082024-08-05T16:13:59.687Z Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
18092024-08-05T16:14:10.824Z Compiling tufaceous-lib v0.1.0 (/work/oxidecomputer/omicron/tufaceous-lib)
18102024-08-05T16:14:19.961Z Compiling omicron-releng v0.1.0 (/work/oxidecomputer/omicron/dev-tools/releng)
18112024-08-05T16:14:34.278Z Finished `release` profile [optimized] target(s) in 5m 00s
18122024-08-05T16:14:34.415Z Running `target/release/omicron-releng --output-dir /work`
18132024-08-05T16:14:34.457ZAug 05 16:14:33.166 DEBG changing working directory to /work/oxidecomputer/omicron
18142024-08-05T16:14:34.551ZAug 05 16:14:33.260 DEBG running: git rev-parse HEAD
18152024-08-05T16:14:34.557ZAug 05 16:14:33.267 DEBG process exited with exit status: 0 (6.896954ms)
18162024-08-05T16:14:34.558ZAug 05 16:14:33.267 INFO version: 10.0.0-0.ci+git4678f7dc2df
18172024-08-05T16:14:34.598ZAug 05 16:14:33.307 INFO cloning helios to /work/oxidecomputer/helios
18182024-08-05T16:14:34.598ZAug 05 16:14:33.307 DEBG running: git clone https://github.com/oxidecomputer/helios.git /work/oxidecomputer/helios
18192024-08-05T16:14:34.604ZCloning into '/work/oxidecomputer/helios'...
18202024-08-05T16:14:35.182ZAug 05 16:14:33.891 DEBG process exited with exit status: 0 (584.312678ms)
18212024-08-05T16:14:35.182ZAug 05 16:14:33.891 DEBG running: git -C /work/oxidecomputer/helios status --branch '--porcelain=2'
18222024-08-05T16:14:35.190Z# branch.oid ed78304311f495f06e380799bd1395aabc13c0d6
18232024-08-05T16:14:35.190Z# branch.head master
18242024-08-05T16:14:35.190Z# branch.upstream origin/master
18252024-08-05T16:14:35.190Z# branch.ab +0 -0
18262024-08-05T16:14:35.193ZAug 05 16:14:33.900 DEBG process exited with exit status: 0 (8.666908ms)
18272024-08-05T16:14:35.193ZAug 05 16:14:33.900 DEBG running: pkg verify -q /system/zones/brand/omicron1/tools
18282024-08-05T16:14:35.898ZAug 05 16:14:34.607 DEBG process exited with exit status: 0 (706.317485ms)
18292024-08-05T16:14:35.898ZAug 05 16:14:34.607 DEBG running: zfs list rpool/images/build/host
18302024-08-05T16:14:35.904ZNAME USED AVAIL REFER MOUNTPOINT
18312024-08-05T16:14:35.904Zrpool/images/build/host 24K 153G 24K /rpool/images/build/host
18322024-08-05T16:14:35.907ZAug 05 16:14:34.614 DEBG process exited with exit status: 0 (7.35876ms)
18332024-08-05T16:14:35.907ZAug 05 16:14:34.614 DEBG running: zfs list rpool/images/build/recovery
18342024-08-05T16:14:35.911ZNAME USED AVAIL REFER MOUNTPOINT
18352024-08-05T16:14:35.911Zrpool/images/build/recovery 24K 153G 24K /rpool/images/build/recovery
18362024-08-05T16:14:35.914ZAug 05 16:14:34.621 DEBG process exited with exit status: 0 (6.484791ms)
18372024-08-05T16:14:35.914ZAug 05 16:14:34.621 INFO [hubris-staging] running task
18382024-08-05T16:14:35.914ZAug 05 16:14:34.621 INFO [hubris-production] running task
18392024-08-05T16:14:35.914ZAug 05 16:14:34.622 INFO [omicron-package] running: ptime -m /home/build/.rustup/toolchains/1.80.0-x86_64-unknown-illumos/bin/cargo build --locked --release --bin omicron-package
18402024-08-05T16:14:35.917ZAug 05 16:14:34.625 INFO [helios-setup] running: BUILD_OS=no PWD=/work/oxidecomputer/helios ptime -m gmake setup
18412024-08-05T16:14:36.578Z[ helios-setup] cd tools/helios-build && cargo build --quiet
18422024-08-05T16:14:36.765Z[ omicron-package] Blocking waiting for file lock on package cache
18432024-08-05T16:14:37.314ZAug 05 16:14:36.023 INFO [hubris-production] task succeeded (1.401032698s)
18442024-08-05T16:14:37.410Z[ omicron-package] Compiling proc-macro-crate v1.3.1
18452024-08-05T16:14:37.413Z[ omicron-package] Compiling heapless v0.8.0
18462024-08-05T16:14:37.537Z[ omicron-package] Compiling hash32 v0.3.1
18472024-08-05T16:14:37.540Z[ omicron-package] Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
18482024-08-05T16:14:37.568Z[ omicron-package] Compiling smoltcp v0.11.0
18492024-08-05T16:14:37.589Z[ omicron-package] Compiling proc-macro-error-attr v1.0.4
18502024-08-05T16:14:37.592Z[ omicron-package] Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9)
18512024-08-05T16:14:37.592Z[ omicron-package] Compiling embedded-io v0.4.0
18522024-08-05T16:14:37.800Z[ omicron-package] Compiling cobs v0.2.3
18532024-08-05T16:14:37.935Z[ omicron-package] Compiling foreign-types-macros v0.2.3
18542024-08-05T16:14:37.964Z[ omicron-package] Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=3dc9a3dd8d3c623f0cf2c659c7119ce0c026a96d#3dc9a3dd)
18552024-08-05T16:14:38.036Z[ omicron-package] Compiling proc-macro-error v1.0.4
18562024-08-05T16:14:38.079Z[ omicron-package] Compiling postcard v1.0.8
18572024-08-05T16:14:38.343Z[ omicron-package] Compiling foreign-types-shared v0.3.1
18582024-08-05T16:14:38.407Z[ omicron-package] Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=3dc9a3dd8d3c623f0cf2c659c7119ce0c026a96d#3dc9a3dd)
18592024-08-05T16:14:38.512Z[ omicron-package] Compiling num_enum_derive v0.5.11
18602024-08-05T16:14:38.541Z[ omicron-package] Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#42ad0104)
18612024-08-05T16:14:39.382Z[ omicron-package] Compiling tabwriter v1.4.0
18622024-08-05T16:14:39.479Z[ omicron-package] Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#42ad0104)
18632024-08-05T16:14:39.719Z[ omicron-package] Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=3dc9a3dd8d3c623f0cf2c659c7119ce0c026a96d#3dc9a3dd)
18642024-08-05T16:14:39.830Z[ omicron-package] Compiling cstr-argument v0.1.2
18652024-08-05T16:14:39.915Z[ omicron-package] Compiling foreign-types v0.5.0
18662024-08-05T16:14:40.065Z[ omicron-package] Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys#4ceaf96e)
18672024-08-05T16:14:40.777Z[ omicron-package] Compiling crucible-workspace-hack v0.1.0
18682024-08-05T16:14:40.862Z[ omicron-package] Compiling pretty-hex v0.2.1
18692024-08-05T16:14:41.273Z[ omicron-package] Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
18702024-08-05T16:14:41.433Z[ omicron-package] Compiling colored v2.1.0
18712024-08-05T16:14:41.537Z[ omicron-package] Compiling socket2 v0.4.10
18722024-08-05T16:14:41.739Z[ omicron-package] Compiling poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=multipath#ca52bef3)
18732024-08-05T16:14:42.231Z[ omicron-package] Compiling zone_cfg_derive v0.3.0 (https://github.com/oxidecomputer/zone?branch=state-derive-eq-hash#f1920d56)
18742024-08-05T16:14:42.420Z[ omicron-package] Compiling num_enum v0.5.11
18752024-08-05T16:14:42.603Z[ omicron-package] Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=24a74d0c76b6a63961ecef76acb1516b6e66c5c9#24a74d0c)
18762024-08-05T16:14:42.885Z[ omicron-package] Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9)
18772024-08-05T16:14:42.920Z[ omicron-package] Compiling num-derive v0.4.2
18782024-08-05T16:14:43.171Z[ omicron-package] Compiling sigpipe v0.1.3
18792024-08-05T16:14:43.788Z[ omicron-package] Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
18802024-08-05T16:14:43.846Z[ omicron-package] Compiling libefi-sys v0.1.0
18812024-08-05T16:14:44.033Z[ omicron-package] Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
18822024-08-05T16:14:44.579Z[ omicron-package] Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=24a74d0c76b6a63961ecef76acb1516b6e66c5c9#24a74d0c)
18832024-08-05T16:14:44.944Z[ omicron-package] Compiling smf v0.2.3
18842024-08-05T16:14:45.276Z[ omicron-package] Compiling bitfield-struct v0.6.1
18852024-08-05T16:14:45.638ZAug 05 16:14:44.345 INFO [hubris-staging] task succeeded (9.723793292s)
18862024-08-05T16:14:45.992Z[ omicron-package] Compiling zone v0.3.0 (https://github.com/oxidecomputer/zone?branch=state-derive-eq-hash#f1920d56)
18872024-08-05T16:14:46.144Z[ omicron-package] Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino?branch=main#1b66b89c)
18882024-08-05T16:14:46.944Z[ omicron-package] Compiling portable-atomic v1.6.0
18892024-08-05T16:14:47.990Z[ omicron-package] Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=e58ca3693cb9ce0438947beba10e97ee38a0966b#e58ca369)
18902024-08-05T16:14:48.192Z[ omicron-package] Compiling libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
18912024-08-05T16:14:48.801Z[ omicron-package] Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=3dc9a3dd8d3c623f0cf2c659c7119ce0c026a96d#3dc9a3dd)
18922024-08-05T16:14:50.902Z[ omicron-package] Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
18932024-08-05T16:14:51.204Z[ omicron-package] Compiling nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
18942024-08-05T16:14:51.299Z[ omicron-package] Compiling libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1)
18952024-08-05T16:14:51.557Z[ omicron-package] Compiling libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
18962024-08-05T16:14:52.972Z[ omicron-package] Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=3dc9a3dd8d3c623f0cf2c659c7119ce0c026a96d#3dc9a3dd)
18972024-08-05T16:14:53.115Z[ omicron-package] Compiling gethostname v0.5.0
18982024-08-05T16:14:53.687Z[ omicron-package] Compiling number_prefix v0.4.0
18992024-08-05T16:14:54.216Z[ omicron-package] Compiling indicatif v0.17.8
19002024-08-05T16:14:56.434Z[ omicron-package] Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=3dc9a3dd8d3c623f0cf2c659c7119ce0c026a96d#3dc9a3dd)
19012024-08-05T16:14:59.720Z[ omicron-package] Compiling sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
19022024-08-05T16:15:00.218Z[ omicron-package] Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
19032024-08-05T16:15:01.937Z[ omicron-package] Compiling omicron-package v0.1.0 (/work/oxidecomputer/omicron/package)
19042024-08-05T16:15:20.810Z[ helios-setup] Aug 05 16:15:19.511 INFO helios repository root is: /work/oxidecomputer/helios
19052024-08-05T16:15:20.813Z[ helios-setup] Aug 05 16:15:19.514 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
19062024-08-05T16:15:20.813Z[ helios-setup] Aug 05 16:15:19.514 INFO cloning https://github.com/oxidecomputer/phbl.git at "/work/oxidecomputer/helios/projects/phbl"..., project: phbl
19072024-08-05T16:15:20.817Z[ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/phbl'...
19082024-08-05T16:15:21.553Z[ helios-setup] Aug 05 16:15:20.255 INFO clone ok!, project: phbl
19092024-08-05T16:15:21.556Z[ helios-setup] Aug 05 16:15:20.255 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
19102024-08-05T16:15:21.557Z[ helios-setup] Aug 05 16:15:20.255 INFO cloning git@github.com:oxidecomputer/chelsio-t6-roms.git at "/work/oxidecomputer/helios/projects/chelsio-t6-roms"..., project: chelsio-t6-roms
19112024-08-05T16:15:21.559Z[ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/chelsio-t6-roms'...
19122024-08-05T16:15:22.359Z[ helios-setup] Aug 05 16:15:21.060 INFO clone ok!, project: chelsio-t6-roms
19132024-08-05T16:15:22.362Z[ helios-setup] Aug 05 16:15:21.060 INFO skipping project "omnios-extra" because "BUILD_OS" is set to "no"
19142024-08-05T16:15:22.362Z[ helios-setup] Aug 05 16:15:21.061 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
19152024-08-05T16:15:22.362Z[ helios-setup] Aug 05 16:15:21.061 INFO cloning https://github.com/illumos/image-builder.git at "/work/oxidecomputer/helios/projects/image-builder"..., project: image-builder
19162024-08-05T16:15:22.362Z[ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/image-builder'...
19172024-08-05T16:15:22.627Z[ omicron-package] Finished `release` profile [optimized] target(s) in 46.69s
19182024-08-05T16:15:22.847Z[ omicron-package]
19192024-08-05T16:15:22.847Z[ omicron-package] real 46.883739282
19202024-08-05T16:15:22.847Z[ omicron-package] user 2:53.942021518
19212024-08-05T16:15:22.851Z[ omicron-package] sys 22.703397451
19222024-08-05T16:15:22.851Z[ omicron-package] trap 0.196132763
19232024-08-05T16:15:22.851Z[ omicron-package] tflt 0.488803241
19242024-08-05T16:15:22.851Z[ omicron-package] dflt 0.661814581
19252024-08-05T16:15:22.851Z[ omicron-package] kflt 0.009707593
19262024-08-05T16:15:22.851Z[ omicron-package] lock 6:23.975082200
19272024-08-05T16:15:22.851Z[ omicron-package] slp 9:57.855301432
19282024-08-05T16:15:22.851Z[ omicron-package] lat 1:46.312300196
19292024-08-05T16:15:22.851Z[ omicron-package] stop 48.921292816
19302024-08-05T16:15:22.851ZAug 05 16:15:21.550 INFO [omicron-package] process exited with exit status: 0 (46.927481089s)
19312024-08-05T16:15:22.851ZAug 05 16:15:21.550 INFO [recovery-target] running: /work/oxidecomputer/omicron/target/release/omicron-package --target recovery --artifacts /work/artifacts-recovery target create --image trampoline
19322024-08-05T16:15:22.887Z[ helios-setup] Aug 05 16:15:21.559 INFO clone ok!, project: image-builder
19332024-08-05T16:15:22.890Z[ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/bootserver'...
19342024-08-05T16:15:22.890Z[ helios-setup] Aug 05 16:15:21.559 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
19352024-08-05T16:15:22.890Z[ helios-setup] Aug 05 16:15:21.560 INFO cloning https://github.com/oxidecomputer/boot-image-tools.git at "/work/oxidecomputer/helios/projects/bootserver"..., project: bootserver
19362024-08-05T16:15:22.890ZAug 05 16:15:21.591 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
19372024-08-05T16:15:22.901Z[ recovery-target] Logging to: /work/artifacts-recovery/LOG
19382024-08-05T16:15:22.904Z[ recovery-target] Created new build target 'recovery' and set it as active
19392024-08-05T16:15:22.904ZAug 05 16:15:21.605 INFO [recovery-target] process exited with exit status: 0 (55.204508ms)
19402024-08-05T16:15:22.907Z[ host-target] Logging to: /work/oxidecomputer/omicron/out/LOG
19412024-08-05T16:15:22.907Z[ host-target] Created new build target 'host' and set it as active
19422024-08-05T16:15:22.910ZAug 05 16:15:21.609 INFO [host-target] process exited with exit status: 0 (17.192897ms)
19432024-08-05T16:15:22.910ZAug 05 16:15:21.609 INFO [host-package] running: /work/oxidecomputer/omicron/target/release/omicron-package --target host --artifacts /work/oxidecomputer/omicron/out package
19442024-08-05T16:15:22.922Z[ host-package] Logging to: /work/oxidecomputer/omicron/out/LOG
19452024-08-05T16:15:23.402Z[ helios-setup] Aug 05 16:15:22.101 INFO clone ok!, project: bootserver
19462024-08-05T16:15:23.402Z[ helios-setup] Aug 05 16:15:22.102 INFO skipping project "illumos" because "BUILD_OS" is set to "no"
19472024-08-05T16:15:23.402Z[ helios-setup] Aug 05 16:15:22.102 INFO skipping project "omnios-build" because "BUILD_OS" is set to "no"
19482024-08-05T16:15:23.405Z[ helios-setup] Aug 05 16:15:22.102 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
19492024-08-05T16:15:23.405Z[ helios-setup] Aug 05 16:15:22.102 INFO cloning https://github.com/oxidecomputer/pinprick.git at "/work/oxidecomputer/helios/projects/pinprick"..., project: pinprick
19502024-08-05T16:15:23.409Z[ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/pinprick'...
19512024-08-05T16:15:23.885Z[ helios-setup] Aug 05 16:15:22.587 INFO clone ok!, project: pinprick
19522024-08-05T16:15:23.890Z[ helios-setup] Aug 05 16:15:22.587 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
19532024-08-05T16:15:23.890Z[ helios-setup] Aug 05 16:15:22.587 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
19542024-08-05T16:15:23.890Z[ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/amd-host-image-builder'...
19552024-08-05T16:15:24.116Z[ host-package] Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
19562024-08-05T16:15:24.117Z[ host-package] Compiling camino v1.1.7
19572024-08-05T16:15:24.120Z[ host-package] Compiling password-hash v0.5.0
19582024-08-05T16:15:24.120Z[ host-package] Compiling blake2 v0.10.6
19592024-08-05T16:15:24.120Z[ host-package] Compiling derive-where v1.2.7
19602024-08-05T16:15:24.120Z[ host-package] Compiling humantime v2.1.0
19612024-08-05T16:15:24.255Z[ host-package] Compiling newline-converter v0.3.0
19622024-08-05T16:15:24.298Z[ host-package] Compiling toml v0.8.19
19632024-08-05T16:15:24.456Z[ host-package] Compiling expectorate v1.1.0
19642024-08-05T16:15:24.487Z[ host-package] Compiling progenitor-client v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#c59c6d64)
19652024-08-05T16:15:24.675Z[ host-package] Compiling dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
19662024-08-05T16:15:24.909Z[ helios-setup] Submodule 'amd-firmware' (git@github.com:oxidecomputer/amd-firmware.git) registered for path 'amd-firmware'
19672024-08-05T16:15:24.918Z[ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/amd-host-image-builder/amd-firmware'...
19682024-08-05T16:15:24.931Z[ host-package] Compiling argon2 v0.5.3
19692024-08-05T16:15:25.215Z[ host-package] Compiling progenitor v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#c59c6d64)
19702024-08-05T16:15:25.457Z[ host-package] Compiling gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
19712024-08-05T16:15:25.516Z[ host-package] Compiling dirs-sys-next v0.1.2
19722024-08-05T16:15:25.829Z[ host-package] Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
19732024-08-05T16:15:26.025Z[ host-package] Compiling dirs-next v2.0.0
19742024-08-05T16:15:26.208Z[ host-package] Compiling prettyplease v0.2.20
19752024-08-05T16:15:26.400Z[ host-package] Compiling convert_case v0.4.0
19762024-08-05T16:15:26.420Z[ host-package] Compiling term v0.7.0
19772024-08-05T16:15:26.551Z[ host-package] Compiling semver v0.1.20
19782024-08-05T16:15:27.105Z[ host-package] Compiling rustc_version v0.1.7
19792024-08-05T16:15:27.191Z[ host-package] Compiling derive_more v0.99.18
19802024-08-05T16:15:27.311Z[ host-package] Compiling is-terminal v0.4.12
19812024-08-05T16:15:27.371Z[ host-package] Compiling home v0.5.9
19822024-08-05T16:15:27.444Z[ host-package] Compiling nexus-sled-agent-shared v0.1.0 (/work/oxidecomputer/omicron/nexus-sled-agent-shared)
19832024-08-05T16:15:27.465Z[ host-package] Compiling rustls-pki-types v1.7.0
19842024-08-05T16:15:27.549Z[ host-package] Compiling newtype_derive v0.1.6
19852024-08-05T16:15:27.695Z[ host-package] Compiling rustls v0.22.4
19862024-08-05T16:15:27.727Z[ host-package] Compiling thread_local v1.1.8
19872024-08-05T16:15:28.159Z[ host-package] Compiling steno v0.4.1
19882024-08-05T16:15:28.223Z[ host-package] Compiling rustls-webpki v0.102.4
19892024-08-05T16:15:28.257Z[ host-package] Compiling linked-hash-map v0.5.6
19902024-08-05T16:15:28.732Z[ host-package] Compiling match_cfg v0.1.0
19912024-08-05T16:15:28.855Z[ host-package] Compiling hostname v0.3.1
19922024-08-05T16:15:29.138Z[ host-package] Compiling lru-cache v0.1.2
19932024-08-05T16:15:30.249Z[ host-package] Compiling multer v3.1.0
19942024-08-05T16:15:30.330Z[ host-package] Compiling slog-async v2.8.0
19952024-08-05T16:15:30.430Z[ host-package] Compiling slog-json v2.6.1
19962024-08-05T16:15:30.449Z[ host-package] Compiling crossbeam-channel v0.5.12
19972024-08-05T16:15:30.829Z[ host-package] Compiling http v1.1.0
19982024-08-05T16:15:30.971Z[ host-package] Compiling atomic-waker v1.1.2
19992024-08-05T16:15:31.195Z[ host-package] Compiling take_mut v0.2.2
20002024-08-05T16:15:31.372Z[ host-package] Compiling waitgroup v0.1.2
20012024-08-05T16:15:31.638Z[ helios-setup] Submodule path 'amd-firmware': checked out '160c7d1f31829e543fd8765faf83440d602e742c'
20022024-08-05T16:15:31.661Z[ helios-setup] Aug 05 16:15:30.361 INFO clone ok!, project: amd-host-image-builder
20032024-08-05T16:15:31.665Z[ helios-setup] Aug 05 16:15:30.362 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
20042024-08-05T16:15:31.665Z[ helios-setup] Aug 05 16:15:30.362 INFO cloning git@github.com:oxidecomputer/amd-firmware.git at "/work/oxidecomputer/helios/projects/amd-firmware"..., project: amd-firmware
20052024-08-05T16:15:31.668Z[ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/amd-firmware'...
20062024-08-05T16:15:31.691Z[ host-package] Compiling slog-bunyan v2.5.0
20072024-08-05T16:15:31.920Z[ host-package] Compiling slog-term v2.9.1
20082024-08-05T16:15:33.067Z[ host-package] Compiling rustls-pemfile v2.1.2
20092024-08-05T16:15:33.268Z[ host-package] Compiling async-stream v0.3.5
20102024-08-05T16:15:33.559Z[ host-package] Compiling dropshot v0.10.2-dev (https://github.com/oxidecomputer/dropshot?branch=main#0c0bae3c)
20112024-08-05T16:15:33.626Z[ host-package] Compiling sha1 v0.10.6
20122024-08-05T16:15:33.657Z[ host-package] Compiling newtype-uuid v1.1.0
20132024-08-05T16:15:33.834Z[ host-package] Compiling serde_path_to_error v0.1.16
20142024-08-05T16:15:34.011Z[ host-package] Compiling hostname v0.4.0
20152024-08-05T16:15:34.092Z[ host-package] Compiling slog-dtrace v0.3.0
20162024-08-05T16:15:34.294Z[ host-package] Compiling tokio-rustls v0.25.0
20172024-08-05T16:15:34.385Z[ host-package] Compiling instant v0.1.12
20182024-08-05T16:15:34.424Z[ host-package] Compiling nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
20192024-08-05T16:15:34.455Z[ host-package] Compiling debug-ignore v1.0.5
20202024-08-05T16:15:34.585Z[ host-package] Compiling backoff v0.4.0
20212024-08-05T16:15:34.731Z[ host-package] Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
20222024-08-05T16:15:34.751Z[ host-package] Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=220dd026e83142b83bd93123f465a64dd4600201#220dd026)
20232024-08-05T16:15:35.024Z[ host-package] Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
20242024-08-05T16:15:35.064Z[ host-package] Compiling parse-display v0.9.1
20252024-08-05T16:15:35.221Z[ host-package] Compiling serde_with v3.8.3
20262024-08-05T16:15:35.662Z[ host-package] Compiling strum v0.26.3
20272024-08-05T16:15:35.857Z[ host-package] Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
20282024-08-05T16:15:37.088Z[ host-package] Compiling oxnet v0.1.0 (https://github.com/oxidecomputer/oxnet#2612d220)
20292024-08-05T16:15:37.880Z[ host-package] Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945)
20302024-08-05T16:15:38.121Z[ host-package] Compiling num-rational v0.4.2
20312024-08-05T16:15:38.819Z[ helios-setup] Aug 05 16:15:37.518 INFO clone ok!, project: amd-firmware
20322024-08-05T16:15:38.822Z[ helios-setup] Aug 05 16:15:37.518 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
20332024-08-05T16:15:38.823Z[ helios-setup] Aug 05 16:15:37.518 INFO cloning git@github.com:oxidecomputer/pilot.git at "/work/oxidecomputer/helios/projects/pilot"..., project: pilot
20342024-08-05T16:15:38.825Z[ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/pilot'...
20352024-08-05T16:15:39.073Z[ host-package] Compiling num-complex v0.4.6
20362024-08-05T16:15:39.577Z[ host-package] Compiling macaddr v1.0.1
20372024-08-05T16:15:39.907Z[ host-package] Compiling swrite v0.1.0
20382024-08-05T16:15:40.051Z[ helios-setup] Aug 05 16:15:38.749 INFO clone ok!, project: pilot
20392024-08-05T16:15:40.054Z[ helios-setup] Aug 05 16:15:38.750 INFO exec: ["/usr/bin/pkgrepo", "create", "/work/oxidecomputer/helios/packages/os"], pwd: None
20402024-08-05T16:15:40.223Z[ host-package] Compiling num v0.4.3
20412024-08-05T16:15:40.855Z[ host-package] Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
20422024-08-05T16:15:41.238Z[ helios-setup] Aug 05 16:15:39.937 INFO exec: ["/usr/bin/pkgrepo", "add-publisher", "-s", "/work/oxidecomputer/helios/packages/os", "helios-dev"], pwd: None
20432024-08-05T16:15:41.793Z[ helios-setup] Aug 05 16:15:40.491 INFO repository /work/oxidecomputer/helios/packages/os for publisher helios-dev created
20442024-08-05T16:15:41.793Z[ helios-setup] Aug 05 16:15:40.491 INFO exec: ["/usr/bin/pkgrepo", "create", "/work/oxidecomputer/helios/packages/other"], pwd: None
20452024-08-05T16:15:41.896Z[ host-package] Compiling quick-error v1.2.3
20462024-08-05T16:15:41.968Z[ host-package] Compiling float-ord v0.3.2
20472024-08-05T16:15:42.200Z[ host-package] Compiling resolv-conf v0.7.0
20482024-08-05T16:15:42.342Z[ helios-setup] Aug 05 16:15:41.039 INFO exec: ["/usr/bin/pkgrepo", "add-publisher", "-s", "/work/oxidecomputer/helios/packages/other", "helios-dev"], pwd: None
20492024-08-05T16:15:42.892Z[ host-package] Compiling trust-dns-resolver v0.22.0
20502024-08-05T16:15:42.953Z[ helios-setup] Aug 05 16:15:41.651 INFO repository /work/oxidecomputer/helios/packages/other for publisher helios-dev created
20512024-08-05T16:15:42.953Z[ helios-setup] Aug 05 16:15:41.651 INFO exec: ["/usr/bin/pkgrepo", "create", "/work/oxidecomputer/helios/packages/combined"], pwd: None
20522024-08-05T16:15:43.081Z[ host-package] Compiling rayon-core v1.12.1
20532024-08-05T16:15:43.143Z[ host-package] Compiling nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
20542024-08-05T16:15:43.361Z[ host-package] Compiling crossbeam-deque v0.8.5
20552024-08-05T16:15:43.524Z[ helios-setup] Aug 05 16:15:42.222 INFO exec: ["/usr/bin/pkgrepo", "add-publisher", "-s", "/work/oxidecomputer/helios/packages/combined", "helios-dev"], pwd: None
20562024-08-05T16:15:43.819Z[ host-package] Compiling oximeter-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/impl)
20572024-08-05T16:15:43.991Z[ host-package] Compiling same-file v1.0.6
20582024-08-05T16:15:44.204Z[ helios-setup] Aug 05 16:15:42.902 INFO repository /work/oxidecomputer/helios/packages/combined for publisher helios-dev created
20592024-08-05T16:15:44.207Z[ helios-setup] Aug 05 16:15:42.902 INFO file /work/oxidecomputer/helios/packages/publisher.mogrify does not exist
20602024-08-05T16:15:44.208Z[ helios-setup] Aug 05 16:15:42.902 INFO writing /work/oxidecomputer/helios/packages/publisher.mogrify ...
20612024-08-05T16:15:44.208Z[ helios-setup] Aug 05 16:15:42.903 INFO ok!
20622024-08-05T16:15:44.208Z[ helios-setup] Aug 05 16:15:42.903 INFO link /work/oxidecomputer/helios/packages/os-conflicts.mogrify does not exist
20632024-08-05T16:15:44.208Z[ helios-setup] Aug 05 16:15:42.903 INFO linking /work/oxidecomputer/helios/packages/os-conflicts.mogrify -> ../tools/packages/os-conflicts.mogrify ...
20642024-08-05T16:15:44.208Z[ helios-setup] Aug 05 16:15:42.903 INFO ok!
20652024-08-05T16:15:44.208Z[ helios-setup] Aug 05 16:15:42.903 INFO link /work/oxidecomputer/helios/packages/os-deps.mogrify does not exist
20662024-08-05T16:15:44.208Z[ helios-setup] Aug 05 16:15:42.903 INFO linking /work/oxidecomputer/helios/packages/os-deps.mogrify -> ../tools/packages/os-deps.mogrify ...
20672024-08-05T16:15:44.208Z[ helios-setup] Aug 05 16:15:42.903 INFO ok!
20682024-08-05T16:15:44.208Z[ helios-setup] Aug 05 16:15:42.903 INFO building project "image-builder" at /work/oxidecomputer/helios/projects/image-builder
20692024-08-05T16:15:44.208Z[ helios-setup] Aug 05 16:15:42.903 INFO exec: ["cargo", "build", "--locked"], pwd: Some("/work/oxidecomputer/helios/projects/image-builder")
20702024-08-05T16:15:44.346Z[ host-package] Compiling display-error-chain v0.2.0
20712024-08-05T16:15:44.510Z[ helios-setup] Aug 05 16:15:43.206 INFO E| Updating git repository `https://github.com/jclulow/rust-jmclib`
20722024-08-05T16:15:44.562Z[ host-package] Compiling fastrand v2.1.0
20732024-08-05T16:15:45.072Z[ helios-setup] Aug 05 16:15:43.768 INFO E| From https://github.com/jclulow/rust-jmclib
20742024-08-05T16:15:45.072Z[ helios-setup] Aug 05 16:15:43.768 INFO E| * [new ref] 98fb2268f5a2f350e65ab5c8fc490b27eb1b3949 -> refs/commit/98fb2268f5a2f350e65ab5c8fc490b27eb1b3949
20752024-08-05T16:15:45.091Z[ helios-setup] Aug 05 16:15:43.788 INFO E| Updating crates.io index
20762024-08-05T16:15:45.109Z[ host-package] Compiling tempfile v3.10.1
20772024-08-05T16:15:45.301Z[ helios-setup] Aug 05 16:15:43.999 INFO E| Downloading crates ...
20782024-08-05T16:15:45.409Z[ helios-setup] Aug 05 16:15:44.107 INFO E| Downloaded itoa v1.0.9
20792024-08-05T16:15:45.414Z[ helios-setup] Aug 05 16:15:44.111 INFO E| Downloaded fastrand v2.0.0
20802024-08-05T16:15:45.417Z[ helios-setup] Aug 05 16:15:44.114 INFO E| Downloaded libdevinfo-sys v1.0.0
20812024-08-05T16:15:45.420Z[ helios-setup] Aug 05 16:15:44.115 INFO E| Downloaded opaque-debug v0.3.0
20822024-08-05T16:15:45.420Z[ helios-setup] Aug 05 16:15:44.117 INFO E| Downloaded digest v0.9.0
20832024-08-05T16:15:45.423Z[ helios-setup] Aug 05 16:15:44.119 INFO E| Downloaded block-buffer v0.9.0
20842024-08-05T16:15:45.423Z[ helios-setup] Aug 05 16:15:44.121 INFO E| Downloaded anyhow v1.0.72
20852024-08-05T16:15:45.429Z[ helios-setup] Aug 05 16:15:44.127 INFO E| Downloaded unicode-width v0.1.10
20862024-08-05T16:15:45.431Z[ helios-setup] Aug 05 16:15:44.129 INFO E| Downloaded walkdir v2.3.3
20872024-08-05T16:15:45.434Z[ helios-setup] Aug 05 16:15:44.132 INFO E| Downloaded cpufeatures v0.2.9
20882024-08-05T16:15:45.437Z[ helios-setup] Aug 05 16:15:44.134 INFO E| Downloaded md-5 v0.9.1
20892024-08-05T16:15:45.440Z[ helios-setup] Aug 05 16:15:44.136 INFO E| Downloaded bitflags v2.3.3
20902024-08-05T16:15:45.443Z[ helios-setup] Aug 05 16:15:44.141 INFO E| Downloaded errno v0.3.1
20912024-08-05T16:15:45.445Z[ helios-setup] Aug 05 16:15:44.143 INFO E| Downloaded sha-1 v0.9.8
20922024-08-05T16:15:45.448Z[ helios-setup] Aug 05 16:15:44.146 INFO E| Downloaded getrandom v0.2.10
20932024-08-05T16:15:45.453Z[ helios-setup] Aug 05 16:15:44.151 INFO E| Downloaded uuid v0.8.2
20942024-08-05T16:15:45.458Z[ helios-setup] Aug 05 16:15:44.156 INFO E| Downloaded tempfile v3.7.0
20952024-08-05T16:15:45.461Z[ helios-setup] Aug 05 16:15:44.159 INFO E| Downloaded typenum v1.16.0
20962024-08-05T16:15:45.465Z[ helios-setup] Aug 05 16:15:44.163 INFO E| Downloaded unicode-ident v1.0.11
20972024-08-05T16:15:45.470Z[ helios-setup] Aug 05 16:15:44.168 INFO E| Downloaded proc-macro2 v1.0.66
20982024-08-05T16:15:45.474Z[ helios-setup] Aug 05 16:15:44.172 INFO E| Downloaded serde v1.0.193
20992024-08-05T16:15:45.479Z[ helios-setup] Aug 05 16:15:44.177 INFO E| Downloaded serde_derive v1.0.193
21002024-08-05T16:15:45.482Z[ helios-setup] Aug 05 16:15:44.180 INFO E| Downloaded ryu v1.0.15
21012024-08-05T16:15:45.488Z[ helios-setup] Aug 05 16:15:44.185 INFO E| Downloaded once_cell v1.18.0
21022024-08-05T16:15:45.491Z[ helios-setup] Aug 05 16:15:44.189 INFO E| Downloaded serde_json v1.0.103
21032024-08-05T16:15:45.504Z[ helios-setup] Aug 05 16:15:44.202 INFO E| Downloaded syn v2.0.32
21042024-08-05T16:15:45.531Z[ helios-setup] Aug 05 16:15:44.229 INFO E| Downloaded rustix v0.38.4
21052024-08-05T16:15:45.565Z[ helios-setup] Aug 05 16:15:44.263 INFO E| Downloaded quote v1.0.31
21062024-08-05T16:15:45.569Z[ helios-setup] Aug 05 16:15:44.267 INFO E| Downloaded libc v0.2.147
21072024-08-05T16:15:45.839Z[ helios-setup] Aug 05 16:15:44.536 INFO E| Compiling libc v0.2.147
21082024-08-05T16:15:45.842Z[ helios-setup] Aug 05 16:15:44.536 INFO E| Compiling proc-macro2 v1.0.66
21092024-08-05T16:15:45.842Z[ helios-setup] Aug 05 16:15:44.537 INFO E| Compiling cfg-if v1.0.0
21102024-08-05T16:15:45.842Z[ helios-setup] Aug 05 16:15:44.537 INFO E| Compiling unicode-ident v1.0.11
21112024-08-05T16:15:45.842Z[ helios-setup] Aug 05 16:15:44.537 INFO E| Compiling typenum v1.16.0
21122024-08-05T16:15:45.842Z[ helios-setup] Aug 05 16:15:44.537 INFO E| Compiling version_check v0.9.4
21132024-08-05T16:15:45.842Z[ helios-setup] Aug 05 16:15:44.537 INFO E| Compiling serde v1.0.193
21142024-08-05T16:15:45.842Z[ helios-setup] Aug 05 16:15:44.537 INFO E| Compiling time-core v0.1.2
21152024-08-05T16:15:46.022Z[ host-package] Compiling walkdir v2.5.0
21162024-08-05T16:15:46.127Z[ helios-setup] Aug 05 16:15:44.824 INFO E| Compiling slog v2.7.0
21172024-08-05T16:15:46.322Z[ helios-setup] Aug 05 16:15:45.020 INFO E| Compiling num-conv v0.1.0
21182024-08-05T16:15:46.345Z[ helios-setup] Aug 05 16:15:45.042 INFO E| Compiling rustix v0.38.4
21192024-08-05T16:15:46.902Z[ helios-setup] Aug 05 16:15:45.599 INFO E| Compiling itoa v1.0.9
21202024-08-05T16:15:47.103Z[ helios-setup] Aug 05 16:15:45.801 INFO E| Compiling powerfmt v0.2.0
21212024-08-05T16:15:47.322Z[ helios-setup] Aug 05 16:15:46.019 INFO E| Compiling generic-array v0.14.7
21222024-08-05T16:15:47.400Z[ helios-setup] Aug 05 16:15:46.097 INFO E| Compiling time-macros v0.2.18
21232024-08-05T16:15:47.415Z[ helios-setup] Aug 05 16:15:46.112 INFO E| Compiling bitflags v2.3.3
21242024-08-05T16:15:47.979Z[ helios-setup] Aug 05 16:15:46.676 INFO E| Compiling deranged v0.3.11
21252024-08-05T16:15:48.044Z[ helios-setup] Aug 05 16:15:46.741 INFO E| Compiling once_cell v1.18.0
21262024-08-05T16:15:48.241Z[ helios-setup] Aug 05 16:15:46.938 INFO E| Compiling num_threads v0.1.6
21272024-08-05T16:15:48.553Z[ helios-setup] Aug 05 16:15:47.250 INFO E| Compiling serde_json v1.0.103
21282024-08-05T16:15:48.992Z[ helios-setup] Aug 05 16:15:47.689 INFO E| Compiling thread_local v1.1.7
21292024-08-05T16:15:49.918Z[ helios-setup] Aug 05 16:15:48.615 INFO E| Compiling quote v1.0.31
21302024-08-05T16:15:50.255Z[ helios-setup] Aug 05 16:15:48.952 INFO E| Compiling dirs-sys-next v0.1.2
21312024-08-05T16:15:50.430Z[ host-package] Compiling half v2.4.1
21322024-08-05T16:15:50.607Z[ helios-setup] Aug 05 16:15:49.304 INFO E| Compiling errno v0.3.1
21332024-08-05T16:15:50.703Z[ helios-setup] Aug 05 16:15:49.400 INFO E| Compiling dirs-next v2.0.0
21342024-08-05T16:15:50.916Z[ helios-setup] Aug 05 16:15:49.613 INFO E| Compiling syn v2.0.32
21352024-08-05T16:15:51.025Z[ helios-setup] Aug 05 16:15:49.722 INFO E| Compiling term v0.7.0
21362024-08-05T16:15:51.671Z[ helios-setup] Aug 05 16:15:50.367 INFO E| Compiling atty v0.2.14
21372024-08-05T16:15:51.671Z[ helios-setup] Aug 05 16:15:50.367 INFO E| Compiling fastrand v2.0.0
21382024-08-05T16:15:51.838Z[ helios-setup] Aug 05 16:15:50.534 INFO E| Compiling anyhow v1.0.72
21392024-08-05T16:15:51.891Z[ host-package] Compiling ciborium-io v0.2.2
21402024-08-05T16:15:52.360Z[ helios-setup] Aug 05 16:15:51.057 INFO E| Compiling opaque-debug v0.3.0
21412024-08-05T16:15:52.471Z[ host-package] Compiling utf-8 v0.7.6
21422024-08-05T16:15:52.597Z[ helios-setup] Aug 05 16:15:51.294 INFO E| Compiling block-buffer v0.9.0
21432024-08-05T16:15:52.806Z[ helios-setup] Aug 05 16:15:51.502 INFO E| Compiling digest v0.9.0
21442024-08-05T16:15:52.889Z[ host-package] Compiling ciborium-ll v0.2.2
21452024-08-05T16:15:53.022Z[ helios-setup] Aug 05 16:15:51.711 INFO E| Compiling getrandom v0.2.10
21462024-08-05T16:15:53.184Z[ helios-setup] Aug 05 16:15:51.881 INFO E| Compiling cpufeatures v0.2.9
21472024-08-05T16:15:53.233Z[ helios-setup] Aug 05 16:15:51.929 INFO E| Compiling unicode-width v0.1.10
21482024-08-05T16:15:53.278Z[ helios-setup] Aug 05 16:15:51.975 INFO E| Compiling ryu v1.0.15
21492024-08-05T16:15:53.343Z[ host-package] Compiling ring v0.16.20
21502024-08-05T16:15:53.668Z[ helios-setup] Aug 05 16:15:52.364 INFO E| Compiling same-file v1.0.6
21512024-08-05T16:15:53.798Z[ helios-setup] Aug 05 16:15:52.490 INFO E| Compiling getopts v0.2.21
21522024-08-05T16:15:53.823Z[ helios-setup] Aug 05 16:15:52.520 INFO E| Compiling time v0.3.36
21532024-08-05T16:15:54.001Z[ helios-setup] Aug 05 16:15:52.697 INFO E| Compiling walkdir v2.3.3
21542024-08-05T16:15:54.263Z[ host-package] Compiling blake3 v1.5.1
21552024-08-05T16:15:54.274Z[ helios-setup] Aug 05 16:15:52.970 INFO E| Compiling tempfile v3.7.0
21562024-08-05T16:15:54.607Z[ helios-setup] Aug 05 16:15:53.303 INFO E| Compiling sha-1 v0.9.8
21572024-08-05T16:15:55.235Z[ host-package] Compiling rayon v1.10.0
21582024-08-05T16:15:55.687Z[ helios-setup] Aug 05 16:15:54.383 INFO E| Compiling md-5 v0.9.1
21592024-08-05T16:15:55.790Z[ helios-setup] Aug 05 16:15:54.486 INFO E| Compiling libdevinfo-sys v1.0.0
21602024-08-05T16:15:55.808Z[ helios-setup] Aug 05 16:15:54.504 INFO E| Compiling glob v0.3.1
21612024-08-05T16:15:57.590Z[ helios-setup] Aug 05 16:15:56.286 INFO E| Compiling slog-term v2.9.0
21622024-08-05T16:15:58.043Z[ host-package] Compiling sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
21632024-08-05T16:15:58.403Z[ host-package] Compiling xattr v1.3.1
21642024-08-05T16:16:00.163Z[ helios-setup] Aug 05 16:15:58.859 INFO E| Compiling serde_derive v1.0.193
21652024-08-05T16:16:01.889Z[ host-package] Compiling nibble_vec v0.1.0
21662024-08-05T16:16:02.186Z[ host-package] Compiling filetime v0.2.23
21672024-08-05T16:16:02.551Z[ host-package] Compiling memmap2 v0.9.4
21682024-08-05T16:16:03.113Z[ host-package] Compiling arrayref v0.3.7
21692024-08-05T16:16:03.257Z[ host-package] Compiling arrayvec v0.7.4
21702024-08-05T16:16:03.899Z[ host-package] Compiling endian-type v0.1.2
21712024-08-05T16:16:04.274Z[ host-package] Compiling spin v0.5.2
21722024-08-05T16:16:04.529Z[ host-package] Compiling constant_time_eq v0.3.0
21732024-08-05T16:16:04.648Z[ host-package] Compiling cancel-safe-futures v0.1.5
21742024-08-05T16:16:04.712Z[ host-package] Compiling untrusted v0.7.1
21752024-08-05T16:16:06.811Z[ host-package] Compiling radix_trie v0.2.1
21762024-08-05T16:16:08.107Z[ host-package] Compiling tar v0.4.41
21772024-08-05T16:16:09.025Z[ host-package] Compiling ciborium v0.2.2
21782024-08-05T16:16:10.389Z[ host-package] Compiling toolchain_find v0.4.0
21792024-08-05T16:16:11.085Z[ host-package] Compiling camino-tempfile v1.1.1
21802024-08-05T16:16:11.501Z[ host-package] Compiling topological-sort v0.2.2
21812024-08-05T16:16:11.662Z[ host-package] Compiling maplit v1.0.2
21822024-08-05T16:16:11.784Z[ host-package] Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro)
21832024-08-05T16:16:11.817Z[ host-package] Compiling crunchy v0.2.2
21842024-08-05T16:16:11.853Z[ host-package] Compiling glob v0.3.1
21852024-08-05T16:16:12.008Z[ host-package] Compiling omicron-zone-package v0.11.0
21862024-08-05T16:16:12.446Z[ host-package] Compiling rustfmt-wrapper v0.2.1
21872024-08-05T16:16:12.853Z[ host-package] Compiling clang-sys v1.7.0
21882024-08-05T16:16:13.577Z[ host-package] Compiling internal-dns v0.1.0 (/work/oxidecomputer/omicron/internal-dns)
21892024-08-05T16:16:13.821Z[ host-package] Compiling tiny-keccak v2.0.2
21902024-08-05T16:16:14.138Z[ host-package] Compiling arc-swap v1.7.1
21912024-08-05T16:16:14.621Z[ helios-setup] Aug 05 16:16:13.314 INFO E| Compiling toml v0.5.11
21922024-08-05T16:16:14.621Z[ helios-setup] Aug 05 16:16:13.314 INFO E| Compiling uuid v0.8.2
21932024-08-05T16:16:14.888Z[ host-package] Compiling slog-scope v4.4.0
21942024-08-05T16:16:14.977Z[ host-package] Compiling ascii-canvas v3.0.0
21952024-08-05T16:16:15.666Z[ host-package] Compiling ena v0.14.3
21962024-08-05T16:16:16.102Z[ host-package] Compiling libloading v0.8.3
21972024-08-05T16:16:16.228Z[ host-package] Compiling diff v0.1.13
21982024-08-05T16:16:16.666Z[ host-package] Compiling regex-syntax v0.6.29
21992024-08-05T16:16:16.823Z[ helios-setup] Aug 05 16:16:15.516 INFO E| Compiling jmclib v0.1.0 (https://github.com/jclulow/rust-jmclib#98fb2268)
22002024-08-05T16:16:16.935Z[ host-package] Compiling bindgen v0.69.4
22012024-08-05T16:16:17.317Z[ host-package] Compiling oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
22022024-08-05T16:16:17.858Z[ host-package] Compiling slog-stdlog v4.1.1
22032024-08-05T16:16:18.673Z[ host-package] Compiling dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client)
22042024-08-05T16:16:19.088Z[ host-package] Compiling tungstenite v0.21.0
22052024-08-05T16:16:20.302Z[ helios-setup] Aug 05 16:16:18.994 INFO E| Compiling illumos-image-builder v0.0.0 (/work/oxidecomputer/helios/projects/image-builder)
22062024-08-05T16:16:23.231Z[ host-package] Compiling lalrpop v0.19.12
22072024-08-05T16:16:25.089Z[ host-package] Compiling omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates)
22082024-08-05T16:16:26.382Z[ host-package] Compiling which v4.4.2
22092024-08-05T16:16:27.022Z[ host-package] Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common)
22102024-08-05T16:16:27.297Z[ host-package] Compiling cexpr v0.6.0
22112024-08-05T16:16:29.350Z[ host-package] Compiling libsw v3.3.1
22122024-08-05T16:16:29.949Z[ host-package] Compiling atty v0.2.14
22132024-08-05T16:16:30.017Z[ host-package] Compiling linear-map v1.2.0
22142024-08-05T16:16:30.232Z[ host-package] Compiling owo-colors v4.0.0
22152024-08-05T16:16:30.529Z[ host-package] Compiling shlex v1.3.0
22162024-08-05T16:16:31.251Z[ host-package] Compiling ref-cast v1.0.23
22172024-08-05T16:16:31.844Z[ host-package] Compiling rustc-hash v1.1.0
22182024-08-05T16:16:32.103Z[ host-package] Compiling lazycell v1.3.0
22192024-08-05T16:16:33.650Z[ host-package] Compiling update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine)
22202024-08-05T16:16:33.752Z[ helios-setup] Aug 05 16:16:32.442 INFO E| Finished `dev` profile [unoptimized + debuginfo] target(s) in 49.45s
22212024-08-05T16:16:33.785Z[ helios-setup] Aug 05 16:16:32.475 INFO building project "image-builder" ok (49 seconds)
22222024-08-05T16:16:33.785Z[ helios-setup] Aug 05 16:16:32.475 INFO building project "bootserver" at /work/oxidecomputer/helios/projects/bootserver
22232024-08-05T16:16:33.788Z[ helios-setup] Aug 05 16:16:32.475 INFO exec: ["cargo", "build", "--locked", "--release"], pwd: Some("/work/oxidecomputer/helios/projects/bootserver")
22242024-08-05T16:16:34.097Z[ helios-setup] Aug 05 16:16:32.786 INFO E| Downloading crates ...
22252024-08-05T16:16:34.225Z[ helios-setup] Aug 05 16:16:32.915 INFO E| Downloaded block-buffer v0.10.3
22262024-08-05T16:16:34.258Z[ helios-setup] Aug 05 16:16:32.947 INFO E| Downloaded typenum v1.15.0
22272024-08-05T16:16:34.261Z[ helios-setup] Aug 05 16:16:32.951 INFO E| Downloaded sha2 v0.10.5
22282024-08-05T16:16:34.265Z[ helios-setup] Aug 05 16:16:32.955 INFO E| Downloaded generic-array v0.14.6
22292024-08-05T16:16:34.269Z[ helios-setup] Aug 05 16:16:32.958 INFO E| Downloaded miniz_oxide v0.6.2
22302024-08-05T16:16:34.272Z[ helios-setup] Aug 05 16:16:32.961 INFO E| Downloaded flate2 v1.0.25
22312024-08-05T16:16:34.280Z[ helios-setup] Aug 05 16:16:32.969 INFO E| Downloaded digest v0.10.3
22322024-08-05T16:16:34.283Z[ helios-setup] Aug 05 16:16:32.972 INFO E| Downloaded cpufeatures v0.2.5
22332024-08-05T16:16:34.286Z[ helios-setup] Aug 05 16:16:32.973 INFO E| Downloaded bytes v1.2.1
22342024-08-05T16:16:34.289Z[ helios-setup] Aug 05 16:16:32.979 INFO E| Downloaded anyhow v1.0.62
22352024-08-05T16:16:34.470Z[ helios-setup] Aug 05 16:16:33.160 INFO E| Compiling version_check v0.9.4
22362024-08-05T16:16:34.473Z[ helios-setup] Aug 05 16:16:33.160 INFO E| Compiling typenum v1.15.0
22372024-08-05T16:16:34.473Z[ helios-setup] Aug 05 16:16:33.160 INFO E| Compiling crc32fast v1.3.2
22382024-08-05T16:16:34.473Z[ helios-setup] Aug 05 16:16:33.160 INFO E| Compiling cfg-if v1.0.0
22392024-08-05T16:16:34.473Z[ helios-setup] Aug 05 16:16:33.160 INFO E| Compiling anyhow v1.0.62
22402024-08-05T16:16:34.473Z[ helios-setup] Aug 05 16:16:33.160 INFO E| Compiling adler v1.0.2
22412024-08-05T16:16:34.473Z[ helios-setup] Aug 05 16:16:33.161 INFO E| Compiling cpufeatures v0.2.5
22422024-08-05T16:16:34.473Z[ helios-setup] Aug 05 16:16:33.161 INFO E| Compiling unicode-width v0.1.10
22432024-08-05T16:16:34.919Z[ helios-setup] Aug 05 16:16:33.609 INFO E| Compiling bitflags v1.3.2
22442024-08-05T16:16:35.007Z[ helios-setup] Aug 05 16:16:33.697 INFO E| Compiling bytes v1.2.1
22452024-08-05T16:16:35.112Z[ helios-setup] Aug 05 16:16:33.802 INFO E| Compiling getopts v0.2.21
22462024-08-05T16:16:35.252Z[ helios-setup] Aug 05 16:16:33.942 INFO E| Compiling miniz_oxide v0.6.2
22472024-08-05T16:16:36.090Z[ helios-setup] Aug 05 16:16:34.779 INFO E| Compiling generic-array v0.14.6
22482024-08-05T16:16:36.794Z[ helios-setup] Aug 05 16:16:35.483 INFO E| Compiling flate2 v1.0.25
22492024-08-05T16:16:39.005Z[ host-package] Compiling tokio-tungstenite v0.21.0
22502024-08-05T16:16:39.962Z[ host-package] Compiling slog-envlogger v2.2.0
22512024-08-05T16:16:39.989Z[ host-package] Compiling nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
22522024-08-05T16:16:40.918Z[ helios-setup] Aug 05 16:16:39.607 INFO E| Compiling crypto-common v0.1.6
22532024-08-05T16:16:40.918Z[ helios-setup] Aug 05 16:16:39.607 INFO E| Compiling block-buffer v0.10.3
22542024-08-05T16:16:41.110Z[ helios-setup] Aug 05 16:16:39.799 INFO E| Compiling digest v0.10.3
22552024-08-05T16:16:41.579Z[ helios-setup] Aug 05 16:16:40.267 INFO E| Compiling sha2 v0.10.5
22562024-08-05T16:16:42.189Z[ helios-setup] Aug 05 16:16:40.878 INFO E| Compiling bootserver v0.1.0 (/work/oxidecomputer/helios/projects/bootserver)
22572024-08-05T16:16:42.857Z[ host-package] Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model)
22582024-08-05T16:16:43.649Z[ host-package] Compiling derive_builder_core v0.20.0
22592024-08-05T16:16:44.188Z[ host-package] Compiling headers-core v0.2.0
22602024-08-05T16:16:44.424Z[ host-package] Compiling fxhash v0.2.1
22612024-08-05T16:16:44.733Z[ host-package] Compiling libxml v0.3.3
22622024-08-05T16:16:45.359Z[ host-package] Compiling ref-cast-impl v1.0.23
22632024-08-05T16:16:45.637Z[ host-package] Compiling headers v0.3.9
22642024-08-05T16:16:46.674Z[ host-package] Compiling derive_builder_macro v0.20.0
22652024-08-05T16:16:47.644Z[ host-package] Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros)
22662024-08-05T16:16:48.102Z[ helios-setup] Aug 05 16:16:46.790 INFO E| Finished `release` profile [optimized] target(s) in 14.21s
22672024-08-05T16:16:48.122Z[ helios-setup] Aug 05 16:16:46.806 INFO building project "bootserver" ok (14 seconds)
22682024-08-05T16:16:48.122Z[ helios-setup] Aug 05 16:16:46.806 INFO building project "pinprick" at /work/oxidecomputer/helios/projects/pinprick
22692024-08-05T16:16:48.122Z[ helios-setup] Aug 05 16:16:46.806 INFO exec: ["cargo", "build", "--locked", "--release"], pwd: Some("/work/oxidecomputer/helios/projects/pinprick")
22702024-08-05T16:16:48.270Z[ host-package] Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data)
22712024-08-05T16:16:48.524Z[ helios-setup] Aug 05 16:16:47.210 INFO E| Compiling adler v1.0.2
22722024-08-05T16:16:48.677Z[ helios-setup] Aug 05 16:16:47.365 INFO E| Compiling miniz_oxide v0.7.2
22732024-08-05T16:16:48.897Z[ host-package] Compiling nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults)
22742024-08-05T16:16:51.026Z[ host-package] Compiling strum_macros v0.24.3
22752024-08-05T16:16:51.296Z[ helios-setup] Aug 05 16:16:49.983 INFO E| Compiling pinprick v0.1.0 (/work/oxidecomputer/helios/projects/pinprick)
22762024-08-05T16:16:51.459Z[ host-package] Compiling samael v0.0.15
22772024-08-05T16:16:51.527Z[ host-package] Compiling cookie v0.18.1
22782024-08-05T16:16:51.952Z[ host-package] Compiling unicase v2.7.0
22792024-08-05T16:16:52.286Z[ helios-setup] Aug 05 16:16:50.974 INFO E| Finished `release` profile [optimized] target(s) in 4.08s
22802024-08-05T16:16:52.293Z[ helios-setup] Aug 05 16:16:50.980 INFO building project "pinprick" ok (4 seconds)
22812024-08-05T16:16:52.293Z[ helios-setup] Aug 05 16:16:50.981 INFO building project "amd-host-image-builder" at /work/oxidecomputer/helios/projects/amd-host-image-builder
22822024-08-05T16:16:52.296Z[ helios-setup] Aug 05 16:16:50.981 INFO exec: ["cargo", "build", "--locked"], pwd: Some("/work/oxidecomputer/helios/projects/amd-host-image-builder")
22832024-08-05T16:16:52.303Z[ helios-setup] Aug 05 16:16:50.990 INFO E| info: syncing channel updates for 'nightly-2023-12-30-x86_64-unknown-illumos'
22842024-08-05T16:16:52.408Z[ host-package] Compiling indoc v1.0.9
22852024-08-05T16:16:52.518Z[ helios-setup] Aug 05 16:16:51.205 INFO E| info: latest update on 2023-12-30, rust version 1.77.0-nightly (3cdd004e5 2023-12-29)
22862024-08-05T16:16:52.518Z[ helios-setup] Aug 05 16:16:51.205 INFO E| info: downloading component 'cargo'
22872024-08-05T16:16:53.784Z[ helios-setup] Aug 05 16:16:52.470 INFO E| info: downloading component 'clippy'
22882024-08-05T16:16:54.060Z[ helios-setup] Aug 05 16:16:52.747 INFO E| info: downloading component 'rust-docs'
22892024-08-05T16:16:54.508Z[ host-package] Compiling derive_builder v0.20.0
22902024-08-05T16:16:54.730Z[ host-package] Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth)
22912024-08-05T16:16:55.078Z[ host-package] Compiling oso-derive v0.27.3
22922024-08-05T16:16:55.319Z[ helios-setup] Aug 05 16:16:54.005 INFO E| info: downloading component 'rust-src'
22932024-08-05T16:16:55.516Z[ helios-setup] Aug 05 16:16:54.202 INFO E| info: downloading component 'rust-std'
22942024-08-05T16:16:56.131Z[ host-package] Compiling impl-trait-for-tuples v0.2.2
22952024-08-05T16:16:56.582Z[ host-package] Compiling polar-core v0.27.3
22962024-08-05T16:16:57.535Z[ helios-setup] Aug 05 16:16:56.221 INFO E| info: downloading component 'rustc'
22972024-08-05T16:16:58.292Z[ host-package] Compiling quick-xml v0.31.0
22982024-08-05T16:16:59.820Z[ host-package] Compiling diesel-dtrace v0.3.0 (https://github.com/oxidecomputer/diesel-dtrace?branch=main#62ef5ca0)
22992024-08-05T16:17:00.192Z[ host-package] Compiling parking_lot_core v0.8.6
23002024-08-05T16:17:00.674Z[ host-package] Compiling cfg_aliases v0.1.1
23012024-08-05T16:17:00.807Z[ host-package] Compiling nix v0.28.0
23022024-08-05T16:17:01.707Z[ host-package] Compiling installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
23032024-08-05T16:17:03.397Z[ host-package] Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros)
23042024-08-05T16:17:03.871Z[ helios-setup] Aug 05 16:17:02.556 INFO E| info: downloading component 'rustfmt'
23052024-08-05T16:17:04.114Z[ helios-setup] Aug 05 16:17:02.799 INFO E| info: installing component 'cargo'
23062024-08-05T16:17:04.349Z[ host-package] Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
23072024-08-05T16:17:04.853Z[ host-package] Compiling bb8 v0.8.5
23082024-08-05T16:17:05.104Z[ host-package] Compiling const_format_proc_macros v0.2.32
23092024-08-05T16:17:05.470Z[ helios-setup] Aug 05 16:17:04.155 INFO E| info: installing component 'clippy'
23102024-08-05T16:17:05.646Z[ host-package] Compiling curve25519-dalek v4.1.3
23112024-08-05T16:17:05.903Z[ helios-setup] Aug 05 16:17:04.587 INFO E| info: installing component 'rust-docs'
23122024-08-05T16:17:06.194Z[ host-package] Compiling vte_generate_state_changes v0.1.1
23132024-08-05T16:17:06.979Z[ host-package] Compiling keccak v0.1.5
23142024-08-05T16:17:07.344Z[ host-package] Compiling const_format v0.2.32
23152024-08-05T16:17:07.988Z[ host-package] Compiling sha3 v0.10.8
23162024-08-05T16:17:08.196Z[ host-package] Compiling vte v0.11.1
23172024-08-05T16:17:08.959Z[ host-package] Compiling async-bb8-diesel v0.1.0 (https://github.com/oxidecomputer/async-bb8-diesel?rev=ed7ab5ef0513ba303d33efd41d3e9e381169d59b#ed7ab5ef)
23182024-08-05T16:17:10.080Z[ host-package] Compiling fd-lock v4.0.2
23192024-08-05T16:17:10.185Z[ host-package] Compiling universal-hash v0.5.1
23202024-08-05T16:17:10.344Z[ host-package] Compiling secrecy v0.8.0
23212024-08-05T16:17:10.447Z[ host-package] Compiling thiserror-impl-no-std v2.0.2
23222024-08-05T16:17:10.690Z[ host-package] Compiling curve25519-dalek-derive v0.1.1
23232024-08-05T16:17:10.846Z[ host-package] Compiling ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc)
23242024-08-05T16:17:11.485Z[ host-package] Compiling bytecount v0.6.8
23252024-08-05T16:17:11.952Z[ host-package] Compiling opaque-debug v0.3.1
23262024-08-05T16:17:12.080Z[ host-package] Compiling poly1305 v0.8.0
23272024-08-05T16:17:12.093Z[ helios-setup] Aug 05 16:17:10.777 INFO E| info: installing component 'rust-src'
23282024-08-05T16:17:12.733Z[ helios-setup] Aug 05 16:17:11.417 INFO E| info: installing component 'rust-std'
23292024-08-05T16:17:13.763Z[ host-package] Compiling thiserror-no-std v2.0.2
23302024-08-05T16:17:13.795Z[ host-package] Compiling papergrid v0.11.0
23312024-08-05T16:17:13.960Z[ host-package] Compiling parking_lot v0.11.2
23322024-08-05T16:17:15.394Z[ helios-setup] Aug 05 16:17:14.078 INFO E| info: installing component 'rustc'
23332024-08-05T16:17:16.758Z[ host-package] Compiling strip-ansi-escapes v0.2.0
23342024-08-05T16:17:18.443Z[ host-package] Compiling trust-dns-client v0.22.0
23352024-08-05T16:17:20.884Z[ host-package] Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
23362024-08-05T16:17:21.304Z[ host-package] Compiling crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=e58ca3693cb9ce0438947beba10e97ee38a0966b#e58ca369)
23372024-08-05T16:17:21.915Z[ helios-setup] Aug 05 16:17:20.435 INFO E| info: installing component 'rustfmt'
23382024-08-05T16:17:22.830Z[ helios-setup] Aug 05 16:17:21.512 INFO E| Updating git repository `https://github.com/oxidecomputer/amd-apcb.git`
23392024-08-05T16:17:23.678Z[ helios-setup] Aug 05 16:17:22.360 INFO E| From https://github.com/oxidecomputer/amd-apcb
23402024-08-05T16:17:23.678Z[ helios-setup] Aug 05 16:17:22.360 INFO E| * [new branch] issue-113 -> origin/issue-113
23412024-08-05T16:17:23.682Z[ helios-setup] Aug 05 16:17:22.360 INFO E| * [new branch] main -> origin/main
23422024-08-05T16:17:23.682Z[ helios-setup] Aug 05 16:17:22.361 INFO E| * [new ref] -> origin/HEAD
23432024-08-05T16:17:23.682Z[ helios-setup] Aug 05 16:17:22.361 INFO E| * [new tag] v0.1.3 -> v0.1.3
23442024-08-05T16:17:23.682Z[ helios-setup] Aug 05 16:17:22.361 INFO E| * [new tag] v0.1.4 -> v0.1.4
23452024-08-05T16:17:23.682Z[ helios-setup] Aug 05 16:17:22.361 INFO E| * [new tag] v0.1.5 -> v0.1.5
23462024-08-05T16:17:23.682Z[ helios-setup] Aug 05 16:17:22.361 INFO E| * [new tag] v0.2.0 -> v0.2.0
23472024-08-05T16:17:23.682Z[ helios-setup] Aug 05 16:17:22.362 INFO E| * [new tag] v0.3.0 -> v0.3.0
23482024-08-05T16:17:23.682Z[ helios-setup] Aug 05 16:17:22.362 INFO E| * [new tag] v0.3.1 -> v0.3.1
23492024-08-05T16:17:23.682Z[ helios-setup] Aug 05 16:17:22.362 INFO E| * [new tag] v0.3.2 -> v0.3.2
23502024-08-05T16:17:23.682Z[ helios-setup] Aug 05 16:17:22.362 INFO E| * [new tag] v0.3.3 -> v0.3.3
23512024-08-05T16:17:23.755Z[ helios-setup] Aug 05 16:17:22.437 INFO E| Updating git repository `ssh://git@github.com/oxidecomputer/amd-efs.git`
23522024-08-05T16:17:24.637Z[ helios-setup] Aug 05 16:17:23.318 INFO E| From https://github.com/oxidecomputer/amd-efs
23532024-08-05T16:17:24.637Z[ helios-setup] Aug 05 16:17:23.318 INFO E| * [new branch] empty -> origin/empty
23542024-08-05T16:17:24.637Z[ helios-setup] Aug 05 16:17:23.318 INFO E| * [new branch] issue-99 -> origin/issue-99
23552024-08-05T16:17:24.640Z[ helios-setup] Aug 05 16:17:23.319 INFO E| * [new branch] main -> origin/main
23562024-08-05T16:17:24.640Z[ helios-setup] Aug 05 16:17:23.319 INFO E| * [new branch] review -> origin/review
23572024-08-05T16:17:24.640Z[ helios-setup] Aug 05 16:17:23.319 INFO E| * [new ref] -> origin/HEAD
23582024-08-05T16:17:24.640Z[ helios-setup] Aug 05 16:17:23.319 INFO E| * [new tag] v0.2.0 -> v0.2.0
23592024-08-05T16:17:24.640Z[ helios-setup] Aug 05 16:17:23.319 INFO E| * [new tag] v0.2.1 -> v0.2.1
23602024-08-05T16:17:24.640Z[ helios-setup] Aug 05 16:17:23.320 INFO E| * [new tag] v0.2.2 -> v0.2.2
23612024-08-05T16:17:24.640Z[ helios-setup] Aug 05 16:17:23.320 INFO E| * [new tag] v0.2.3 -> v0.2.3
23622024-08-05T16:17:24.640Z[ helios-setup] Aug 05 16:17:23.320 INFO E| * [new tag] v0.2.4 -> v0.2.4
23632024-08-05T16:17:24.640Z[ helios-setup] Aug 05 16:17:23.320 INFO E| * [new tag] v0.2.5 -> v0.2.5
23642024-08-05T16:17:24.640Z[ helios-setup] Aug 05 16:17:23.320 INFO E| * [new tag] v0.2.6 -> v0.2.6
23652024-08-05T16:17:24.640Z[ helios-setup] Aug 05 16:17:23.320 INFO E| * [new tag] v0.2.7 -> v0.2.7
23662024-08-05T16:17:24.640Z[ helios-setup] Aug 05 16:17:23.320 INFO E| * [new tag] v0.3.0 -> v0.3.0
23672024-08-05T16:17:24.640Z[ helios-setup] Aug 05 16:17:23.321 INFO E| * [new tag] v0.3.1 -> v0.3.1
23682024-08-05T16:17:24.640Z[ helios-setup] Aug 05 16:17:23.321 INFO E| * [new tag] v0.4.0 -> v0.4.0
23692024-08-05T16:17:24.663Z[ helios-setup] Aug 05 16:17:23.345 INFO E| Updating crates.io index
23702024-08-05T16:17:24.780Z[ host-package] Compiling oso v0.27.3
23712024-08-05T16:17:24.847Z[ helios-setup] Aug 05 16:17:23.529 INFO E| Downloading crates ...
23722024-08-05T16:17:24.931Z[ helios-setup] Aug 05 16:17:23.613 INFO E| Downloaded ansi_term v0.12.1
23732024-08-05T16:17:24.935Z[ helios-setup] Aug 05 16:17:23.617 INFO E| Downloaded bytesize v1.3.0
23742024-08-05T16:17:24.938Z[ helios-setup] Aug 05 16:17:23.618 INFO E| Downloaded semver v0.9.0
23752024-08-05T16:17:24.940Z[ helios-setup] Aug 05 16:17:23.620 INFO E| Downloaded textwrap v0.11.0
23762024-08-05T16:17:24.944Z[ helios-setup] Aug 05 16:17:23.626 INFO E| Downloaded structopt-derive v0.4.18
23772024-08-05T16:17:24.947Z[ helios-setup] Aug 05 16:17:23.628 INFO E| Downloaded scroll v0.10.2
23782024-08-05T16:17:24.950Z[ helios-setup] Aug 05 16:17:23.631 INFO E| Downloaded proc-macro-crate v0.1.5
23792024-08-05T16:17:24.953Z[ helios-setup] Aug 05 16:17:23.632 INFO E| Downloaded fletcher v0.1.0
23802024-08-05T16:17:24.956Z[ helios-setup] Aug 05 16:17:23.637 INFO E| Downloaded parse_int v0.6.0
23812024-08-05T16:17:24.959Z[ helios-setup] Aug 05 16:17:23.641 INFO E| Downloaded scroll_derive v0.10.5
23822024-08-05T16:17:24.962Z[ helios-setup] Aug 05 16:17:23.642 INFO E| Downloaded strum v0.23.0
23832024-08-05T16:17:24.962Z[ helios-setup] Aug 05 16:17:23.643 INFO E| Downloaded memoffset v0.5.6
23842024-08-05T16:17:24.964Z[ helios-setup] Aug 05 16:17:23.645 INFO E| Downloaded pre v0.2.1
23852024-08-05T16:17:24.965Z[ helios-setup] Aug 05 16:17:23.646 INFO E| Downloaded num-derive v0.3.3
23862024-08-05T16:17:24.967Z[ helios-setup] Aug 05 16:17:23.649 INFO E| Downloaded pest_generator v2.7.11
23872024-08-05T16:17:24.970Z[ helios-setup] Aug 05 16:17:23.652 INFO E| Downloaded vec_map v0.8.2
23882024-08-05T16:17:24.973Z[ helios-setup] Aug 05 16:17:23.654 INFO E| Downloaded strum_macros v0.23.1
23892024-08-05T16:17:24.976Z[ helios-setup] Aug 05 16:17:23.657 INFO E| Downloaded rustc_version v0.2.3
23902024-08-05T16:17:24.979Z[ helios-setup] Aug 05 16:17:23.659 INFO E| Downloaded four-cc v0.3.0
23912024-08-05T16:17:24.979Z[ helios-setup] Aug 05 16:17:23.661 INFO E| Downloaded strsim v0.8.0
23922024-08-05T16:17:24.982Z[ helios-setup] Aug 05 16:17:23.662 INFO E| Downloaded semver-parser v0.7.0
23932024-08-05T16:17:24.985Z[ helios-setup] Aug 05 16:17:23.664 INFO E| Downloaded pre-proc-macro v0.2.1
23942024-08-05T16:17:24.988Z[ helios-setup] Aug 05 16:17:23.668 INFO E| Downloaded structopt v0.3.26
23952024-08-05T16:17:25.001Z[ helios-setup] Aug 05 16:17:23.682 INFO E| Downloaded pest_meta v2.7.11
23962024-08-05T16:17:25.004Z[ helios-setup] Aug 05 16:17:23.685 INFO E| Downloaded modular-bitfield v0.11.2
23972024-08-05T16:17:25.041Z[ helios-setup] Aug 05 16:17:23.723 INFO E| Downloaded serde_json v1.0.120
23982024-08-05T16:17:25.053Z[ helios-setup] Aug 05 16:17:23.735 INFO E| Downloaded goblin v0.4.3
23992024-08-05T16:17:25.064Z[ helios-setup] Aug 05 16:17:23.746 INFO E| Downloaded syn v2.0.71
24002024-08-05T16:17:25.080Z[ helios-setup] Aug 05 16:17:23.762 INFO E| Downloaded clap v2.34.0
24012024-08-05T16:17:25.090Z[ helios-setup] Aug 05 16:17:23.772 INFO E| Downloaded pest v2.7.11
24022024-08-05T16:17:25.098Z[ helios-setup] Aug 05 16:17:23.779 INFO E| Downloaded log v0.4.22
24032024-08-05T16:17:25.101Z[ helios-setup] Aug 05 16:17:23.783 INFO E| Downloaded pest_derive v2.7.11
24042024-08-05T16:17:25.104Z[ helios-setup] Aug 05 16:17:23.786 INFO E| Downloaded modular-bitfield-impl v0.11.2
24052024-08-05T16:17:25.107Z[ helios-setup] Aug 05 16:17:23.787 INFO E| Downloaded memchr v2.7.4
24062024-08-05T16:17:25.113Z[ helios-setup] Aug 05 16:17:23.795 INFO E| Downloaded cfg-if v0.1.10
24072024-08-05T16:17:25.202Z[ helios-setup] Aug 05 16:17:23.884 INFO E| Compiling proc-macro2 v1.0.86
24082024-08-05T16:17:25.202Z[ helios-setup] Aug 05 16:17:23.884 INFO E| Compiling unicode-ident v1.0.12
24092024-08-05T16:17:25.202Z[ helios-setup] Aug 05 16:17:23.884 INFO E| Compiling syn v1.0.109
24102024-08-05T16:17:25.206Z[ helios-setup] Aug 05 16:17:23.884 INFO E| Compiling version_check v0.9.4
24112024-08-05T16:17:25.206Z[ helios-setup] Aug 05 16:17:23.884 INFO E| Compiling autocfg v1.3.0
24122024-08-05T16:17:25.206Z[ helios-setup] Aug 05 16:17:23.884 INFO E| Compiling thiserror v1.0.63
24132024-08-05T16:17:25.206Z[ helios-setup] Aug 05 16:17:23.884 INFO E| Compiling semver-parser v0.7.0
24142024-08-05T16:17:25.206Z[ helios-setup] Aug 05 16:17:23.884 INFO E| Compiling serde v1.0.204
24152024-08-05T16:17:26.553Z[ helios-setup] Aug 05 16:17:25.234 INFO E| Compiling semver v0.9.0
24162024-08-05T16:17:26.888Z[ helios-setup] Aug 05 16:17:25.570 INFO E| Compiling serde_json v1.0.120
24172024-08-05T16:17:27.054Z[ helios-setup] Aug 05 16:17:25.735 INFO E| Compiling schemars v0.8.21
24182024-08-05T16:17:27.228Z[ helios-setup] Aug 05 16:17:25.909 INFO E| Compiling proc-macro-error-attr v1.0.4
24192024-08-05T16:17:27.311Z[ helios-setup] Aug 05 16:17:25.992 INFO E| Compiling rustc_version v0.2.3
24202024-08-05T16:17:27.339Z[ host-package] Compiling tabled_derive v0.7.0
24212024-08-05T16:17:27.390Z[ helios-setup] Aug 05 16:17:26.070 INFO E| Compiling proc-macro-error v1.0.4
24222024-08-05T16:17:27.836Z[ helios-setup] Aug 05 16:17:26.517 INFO E| Compiling num-traits v0.2.19
24232024-08-05T16:17:27.902Z[ helios-setup] Aug 05 16:17:26.583 INFO E| Compiling ryu v1.0.18
24242024-08-05T16:17:27.991Z[ helios-setup] Aug 05 16:17:26.671 INFO E| Compiling unicode-segmentation v1.11.0
24252024-08-05T16:17:28.031Z[ helios-setup] Aug 05 16:17:26.712 INFO E| Compiling itoa v1.0.11
24262024-08-05T16:17:28.150Z[ helios-setup] Aug 05 16:17:26.831 INFO E| Compiling pre-proc-macro v0.2.1
24272024-08-05T16:17:28.440Z[ helios-setup] Aug 05 16:17:27.122 INFO E| Compiling memoffset v0.5.6
24282024-08-05T16:17:28.643Z[ helios-setup] Aug 05 16:17:27.324 INFO E| Compiling rustversion v1.0.17
24292024-08-05T16:17:28.707Z[ host-package] Compiling chacha20 v0.9.1
24302024-08-05T16:17:28.757Z[ helios-setup] Aug 05 16:17:27.438 INFO E| Compiling memchr v2.7.4
24312024-08-05T16:17:28.847Z[ helios-setup] Aug 05 16:17:27.528 INFO E| Compiling quote v1.0.36
24322024-08-05T16:17:28.927Z[ helios-setup] Aug 05 16:17:27.608 INFO E| Compiling paste v1.0.15
24332024-08-05T16:17:29.481Z[ helios-setup] Aug 05 16:17:28.147 INFO E| Compiling ucd-trie v0.1.6
24342024-08-05T16:17:29.855Z[ helios-setup] Aug 05 16:17:28.536 INFO E| Compiling syn v2.0.71
24352024-08-05T16:17:29.904Z[ host-package] Compiling aead v0.5.2
24362024-08-05T16:17:30.137Z[ helios-setup] Aug 05 16:17:28.818 INFO E| Compiling heck v0.3.3
24372024-08-05T16:17:30.210Z[ helios-setup] Aug 05 16:17:28.892 INFO E| Compiling lazy_static v1.5.0
24382024-08-05T16:17:30.542Z[ helios-setup] Aug 05 16:17:29.223 INFO E| Compiling dyn-clone v1.0.17
24392024-08-05T16:17:30.949Z[ helios-setup] Aug 05 16:17:29.630 INFO E| Compiling libc v0.2.155
24402024-08-05T16:17:31.010Z[ host-package] Compiling peg-macros v0.8.4
24412024-08-05T16:17:31.522Z[ helios-setup] Aug 05 16:17:30.202 INFO E| Compiling pre v0.2.1
24422024-08-05T16:17:31.935Z[ helios-setup] Aug 05 16:17:30.615 INFO E| Compiling byteorder v1.5.0
24432024-08-05T16:17:32.474Z[ host-package] Compiling kstat-rs v0.2.4
24442024-08-05T16:17:32.584Z[ helios-setup] Aug 05 16:17:31.265 INFO E| Compiling cfg-if v0.1.10
24452024-08-05T16:17:32.668Z[ helios-setup] Aug 05 16:17:31.348 INFO E| Compiling static_assertions v1.1.0
24462024-08-05T16:17:32.761Z[ helios-setup] Aug 05 16:17:31.442 INFO E| Compiling once_cell v1.19.0
24472024-08-05T16:17:33.524Z[ helios-setup] Aug 05 16:17:32.204 INFO E| Compiling unicode-width v0.1.13
24482024-08-05T16:17:34.008Z[ helios-setup] Aug 05 16:17:32.688 INFO E| Compiling textwrap v0.11.0
24492024-08-05T16:17:34.653Z[ helios-setup] Aug 05 16:17:33.333 INFO E| Compiling atty v0.2.14
24502024-08-05T16:17:34.766Z[ host-package] Compiling toml v0.5.11
24512024-08-05T16:17:34.920Z[ helios-setup] Aug 05 16:17:33.600 INFO E| Compiling ansi_term v0.12.1
24522024-08-05T16:17:35.106Z[ helios-setup] Aug 05 16:17:33.786 INFO E| Compiling strsim v0.8.0
24532024-08-05T16:17:35.170Z[ helios-setup] Aug 05 16:17:33.850 INFO E| Compiling vec_map v0.8.2
24542024-08-05T16:17:35.303Z[ host-package] Compiling sqlparser_derive v0.2.2
24552024-08-05T16:17:35.870Z[ helios-setup] Aug 05 16:17:34.550 INFO E| Compiling parse_int v0.6.0
24562024-08-05T16:17:35.886Z[ helios-setup] Aug 05 16:17:34.566 INFO E| Compiling fletcher v0.1.0
24572024-08-05T16:17:35.936Z[ helios-setup] Aug 05 16:17:34.616 INFO E| Compiling strum v0.23.0
24582024-08-05T16:17:36.277Z[ helios-setup] Aug 05 16:17:34.957 INFO E| Compiling bitflags v1.3.2
24592024-08-05T16:17:36.302Z[ helios-setup] Aug 05 16:17:34.982 INFO E| Compiling log v0.4.22
24602024-08-05T16:17:36.354Z[ helios-setup] Aug 05 16:17:35.034 INFO E| Compiling clap v2.34.0
24612024-08-05T16:17:36.367Z[ helios-setup] Aug 05 16:17:35.047 INFO E| Compiling plain v0.2.3
24622024-08-05T16:17:36.474Z[ helios-setup] Aug 05 16:17:35.154 INFO E| Compiling bytesize v1.3.0
24632024-08-05T16:17:37.783Z[ host-package] Compiling unicode_categories v0.1.1
24642024-08-05T16:17:38.476Z[ helios-setup] Aug 05 16:17:37.156 INFO E| Compiling serde_derive_internals v0.29.1
24652024-08-05T16:17:38.483Z[ host-package] Compiling nu-ansi-term v0.50.0
24662024-08-05T16:17:38.736Z[ host-package] Compiling rustyline v14.0.0
24672024-08-05T16:17:40.532Z[ helios-setup] Aug 05 16:17:39.211 INFO E| Compiling toml v0.5.11
24682024-08-05T16:17:40.576Z[ host-package] Compiling reedline v0.31.0
24692024-08-05T16:17:44.109Z[ helios-setup] Aug 05 16:17:42.788 INFO E| Compiling proc-macro-crate v0.1.5
24702024-08-05T16:17:44.159Z[ helios-setup] Aug 05 16:17:42.838 INFO E| Compiling thiserror-impl v1.0.63
24712024-08-05T16:17:44.865Z[ helios-setup] Aug 05 16:17:43.543 INFO E| Compiling serde_derive v1.0.204
24722024-08-05T16:17:45.308Z[ helios-setup] Aug 05 16:17:43.986 INFO E| Compiling schemars_derive v0.8.21
24732024-08-05T16:17:45.981Z[ helios-setup] Aug 05 16:17:44.659 INFO E| Compiling zerocopy-derive v0.6.6
24742024-08-05T16:17:49.897Z[ helios-setup] Aug 05 16:17:48.575 INFO E| Compiling pest v2.7.11
24752024-08-05T16:17:50.525Z[ helios-setup] Aug 05 16:17:49.203 INFO E| Compiling zerocopy v0.6.6
24762024-08-05T16:17:50.817Z[ host-package] Compiling sqlformat v0.2.4
24772024-08-05T16:17:51.904Z[ helios-setup] Aug 05 16:17:50.582 INFO E| Compiling modular-bitfield-impl v0.11.2
24782024-08-05T16:17:52.083Z[ helios-setup] Aug 05 16:17:50.760 INFO E| Compiling num-derive v0.3.3
24792024-08-05T16:17:52.614Z[ helios-setup] Aug 05 16:17:51.291 INFO E| Compiling scroll_derive v0.10.5
24802024-08-05T16:17:53.524Z[ host-package] Compiling trust-dns-server v0.22.1
24812024-08-05T16:17:55.757Z[ helios-setup] Aug 05 16:17:54.434 INFO E| Compiling pest_meta v2.7.11
24822024-08-05T16:17:55.828Z[ helios-setup] Aug 05 16:17:54.505 INFO E| Compiling strum_macros v0.23.1
24832024-08-05T16:17:55.875Z[ helios-setup] Aug 05 16:17:54.552 INFO E| Compiling scroll v0.10.2
24842024-08-05T16:17:55.976Z[ helios-setup] Aug 05 16:17:54.653 INFO E| Compiling structopt-derive v0.4.18
24852024-08-05T16:17:57.042Z[ helios-setup] Aug 05 16:17:55.718 INFO E| Compiling goblin v0.4.3
24862024-08-05T16:17:57.416Z[ helios-setup] Aug 05 16:17:56.092 INFO E| Compiling modular-bitfield v0.11.2
24872024-08-05T16:17:57.526Z[ host-package] Compiling peg v0.8.4
24882024-08-05T16:17:57.945Z[ host-package] Compiling sqlparser v0.45.0
24892024-08-05T16:17:58.901Z[ helios-setup] Aug 05 16:17:57.577 INFO E| Compiling pest_generator v2.7.11
24902024-08-05T16:18:01.499Z[ helios-setup] Aug 05 16:18:00.175 INFO E| Compiling structopt v0.3.26
24912024-08-05T16:18:01.771Z[ host-package] Compiling oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
24922024-08-05T16:18:03.143Z[ helios-setup] Aug 05 16:18:01.819 INFO E| Compiling pest_derive v2.7.11
24932024-08-05T16:18:08.917Z[ host-package] Compiling tabled v0.15.0
24942024-08-05T16:18:09.178Z[ helios-setup] Aug 05 16:18:07.853 INFO E| Compiling json5 v0.4.1
24952024-08-05T16:18:11.869Z[ host-package] Compiling chacha20poly1305 v0.10.1
24962024-08-05T16:18:12.721Z[ host-package] Compiling mime_guess v2.0.4
24972024-08-05T16:18:14.611Z[ host-package] Compiling vsss-rs v3.3.4
24982024-08-05T16:18:15.059Z[ helios-setup] Aug 05 16:18:13.732 INFO E| Compiling four-cc v0.3.0
24992024-08-05T16:18:15.059Z[ helios-setup] Aug 05 16:18:13.733 INFO E| Compiling amd-efs v0.4.0 (ssh://git@github.com/oxidecomputer/amd-efs.git?tag=v0.4.0#16afc05b)
25002024-08-05T16:18:15.308Z[ helios-setup] Aug 05 16:18:13.981 INFO E| Compiling amd-apcb v0.3.3 (https://github.com/oxidecomputer/amd-apcb.git?tag=v0.3.3#db77d47b)
25012024-08-05T16:18:18.358Z[ host-package] Compiling sled v0.34.7
25022024-08-05T16:18:24.286Z[ host-package] Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
25032024-08-05T16:18:24.548Z[ host-package] Compiling oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
25042024-08-05T16:18:25.114Z[ host-package] Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=24a74d0c76b6a63961ecef76acb1516b6e66c5c9#24a74d0c)
25052024-08-05T16:18:25.200Z[ host-package] Compiling env_logger v0.9.3
25062024-08-05T16:18:30.076Z[ host-package] Compiling tungstenite v0.20.1
25072024-08-05T16:18:35.636Z[ host-package] Compiling clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=ceec762e6a87d2a22bf56792a3025e145caa095e#ceec762e)
25082024-08-05T16:18:35.991Z[ host-package] Compiling bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client)
25092024-08-05T16:18:47.058Z[ host-package] Compiling oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client)
25102024-08-05T16:18:57.021Z[ host-package] Compiling ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=220dd026e83142b83bd93123f465a64dd4600201#220dd026)
25112024-08-05T16:18:58.751Z[ host-package] Compiling dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api)
25122024-08-05T16:18:59.012Z[ host-package] Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
25132024-08-05T16:18:59.286Z[ helios-setup] Aug 05 16:18:57.953 INFO E| Compiling amd-host-image-builder-config v0.1.0 (/work/oxidecomputer/helios/projects/amd-host-image-builder/amd-host-image-builder-config)
25142024-08-05T16:18:59.671Z[ host-package] Compiling bcs v0.1.6
25152024-08-05T16:19:00.006Z[ host-package] Compiling bitstruct_derive v0.1.0
25162024-08-05T16:19:01.107Z[ host-package] Compiling nanorand v0.7.0
25172024-08-05T16:19:01.577Z[ host-package] Compiling viona_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
25182024-08-05T16:19:01.809Z[ host-package] Compiling memoffset v0.9.1
25192024-08-05T16:19:02.357Z[ host-package] Compiling highway v1.1.0
25202024-08-05T16:19:04.110Z[ host-package] Compiling ascii v1.1.0
25212024-08-05T16:19:04.491Z[ host-package] Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
25222024-08-05T16:19:05.119Z[ host-package] Compiling rfb v0.1.0 (https://github.com/oxidecomputer/rfb?rev=0cac8d9c25eb27acfa35df80f3b9d371de98ab3b#0cac8d9c)
25232024-08-05T16:19:08.046Z[ host-package] Compiling sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
25242024-08-05T16:19:08.458Z[ host-package] Compiling flume v0.11.0
25252024-08-05T16:19:09.428Z[ host-package] Compiling viona_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
25262024-08-05T16:19:09.911Z[ host-package] Compiling bitstruct v0.1.1
25272024-08-05T16:19:10.172Z[ host-package] Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
25282024-08-05T16:19:16.468Z[ helios-setup] Aug 05 16:19:15.132 INFO E| Compiling amd-host-image-builder v0.1.1 (/work/oxidecomputer/helios/projects/amd-host-image-builder)
25292024-08-05T16:19:20.063Z[ host-package] Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
25302024-08-05T16:19:20.369Z[ host-package] Compiling omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
25312024-08-05T16:19:20.832Z[ host-package] Compiling tokio-tungstenite v0.20.1
25322024-08-05T16:19:22.691Z[ host-package] Compiling gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types)
25332024-08-05T16:19:32.890Z[ host-package] Compiling dladm v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
25342024-08-05T16:19:34.243Z[ host-package] Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
25352024-08-05T16:19:35.565Z[ host-package] Compiling serde_arrays v0.1.0
25362024-08-05T16:19:35.825Z[ host-package] Compiling erased-serde v0.3.31
25372024-08-05T16:19:36.322Z[ host-package] Compiling sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
25382024-08-05T16:19:36.912Z[ host-package] Compiling wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common)
25392024-08-05T16:19:37.860Z[ host-package] Compiling propolis v0.1.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
25402024-08-05T16:19:38.319Z[ host-package] Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery)
25412024-08-05T16:19:38.809Z[ host-package] Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=24a74d0c76b6a63961ecef76acb1516b6e66c5c9#24a74d0c)
25422024-08-05T16:19:41.174Z[ host-package] Compiling heck v0.3.3
25432024-08-05T16:19:41.742Z[ host-package] Compiling rand_seeder v0.2.3
25442024-08-05T16:19:41.842Z[ host-package] Compiling castaway v0.2.2
25452024-08-05T16:19:42.108Z[ host-package] Compiling csv-core v0.1.11
25462024-08-05T16:19:42.306Z[ host-package] Compiling gateway-sp-comms v0.1.1 (https://github.com/oxidecomputer/management-gateway-service?rev=319e7b92db69792ab8efa4c68554ad0cf83adf93#319e7b92)
25472024-08-05T16:19:42.805Z[ host-package] Compiling http-range v0.1.5
25482024-08-05T16:19:43.158Z[ host-package] Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#4ceaf96e)
25492024-08-05T16:19:43.644Z[ host-package] Compiling hyper-staticfile v0.9.5
25502024-08-05T16:19:43.935Z[ host-package] Compiling csv v1.3.0
25512024-08-05T16:19:46.505Z[ host-package] Compiling typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng)
25522024-08-05T16:19:46.949Z[ host-package] Compiling compact_str v0.7.1
25532024-08-05T16:19:47.201Z[ host-package] Compiling zone_cfg_derive v0.1.2
25542024-08-05T16:19:48.730Z[ host-package] Compiling propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=24a74d0c76b6a63961ecef76acb1516b6e66c5c9#24a74d0c)
25552024-08-05T16:19:49.039Z[ host-package] Compiling bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api)
25562024-08-05T16:19:49.070Z[ host-package] Compiling nix v0.27.1
25572024-08-05T16:19:53.303Z[ host-package] Compiling cpuid_profile_config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
25582024-08-05T16:19:54.157Z[ host-package] Compiling update-common v0.1.0 (/work/oxidecomputer/omicron/update-common)
25592024-08-05T16:19:57.410Z[ host-package] Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a)
25602024-08-05T16:19:57.927Z[ host-package] Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc)
25612024-08-05T16:19:58.694Z[ host-package] Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
25622024-08-05T16:19:58.755Z[ host-package] Compiling unicode-truncate v1.0.0
25632024-08-05T16:19:59.173Z[ host-package] Compiling itertools v0.13.0
25642024-08-05T16:19:59.208Z[ host-package] Compiling lru v0.12.3
25652024-08-05T16:19:59.914Z[ host-package] Compiling serde-big-array v0.5.1
25662024-08-05T16:20:00.313Z[ host-package] Compiling stability v0.2.0
25672024-08-05T16:20:01.856Z[ host-package] Compiling base64 v0.13.1
25682024-08-05T16:20:02.366Z[ host-package] Compiling cassowary v0.3.0
25692024-08-05T16:20:02.989Z[ host-package] Compiling ron v0.7.1
25702024-08-05T16:20:04.082Z[ host-package] Compiling ratatui v0.27.0
25712024-08-05T16:20:06.496Z[ helios-setup] Aug 05 16:20:05.152 INFO E| Finished dev [unoptimized + debuginfo] target(s) in 2m 43s
25722024-08-05T16:20:06.535Z[ helios-setup] Aug 05 16:20:05.191 INFO building project "amd-host-image-builder" ok (194 seconds)
25732024-08-05T16:20:06.538Z[ helios-setup] Aug 05 16:20:05.191 INFO building project "pilot" at /work/oxidecomputer/helios/projects/pilot
25742024-08-05T16:20:06.538Z[ helios-setup] Aug 05 16:20:05.191 INFO exec: ["cargo", "build", "--locked", "--release"], pwd: Some("/work/oxidecomputer/helios/projects/pilot")
25752024-08-05T16:20:07.009Z[ helios-setup] Aug 05 16:20:05.665 INFO E| Updating git repository `https://github.com/jclulow/hiercmd`
25762024-08-05T16:20:07.588Z[ helios-setup] Aug 05 16:20:06.243 INFO E| From https://github.com/jclulow/hiercmd
25772024-08-05T16:20:07.588Z[ helios-setup] Aug 05 16:20:06.243 INFO E| * [new ref] d9d28d6aa06f0740b8668b9e64c0f4bb69243aad -> refs/commit/d9d28d6aa06f0740b8668b9e64c0f4bb69243aad
25782024-08-05T16:20:07.649Z[ helios-setup] Aug 05 16:20:06.304 INFO E| Updating git repository `https://github.com/jclulow/network-interface`
25792024-08-05T16:20:08.130Z[ helios-setup] Aug 05 16:20:06.786 INFO E| From https://github.com/jclulow/network-interface
25802024-08-05T16:20:08.130Z[ helios-setup] Aug 05 16:20:06.786 INFO E| * [new ref] 827e6b7ba62ea32474ef38b1b02942bdf3933624 -> refs/commit/827e6b7ba62ea32474ef38b1b02942bdf3933624
25812024-08-05T16:20:08.152Z[ helios-setup] Aug 05 16:20:06.807 INFO E| Updating git repository `https://github.com/oxidecomputer/boot-image-tools.git`
25822024-08-05T16:20:08.735Z[ helios-setup] Aug 05 16:20:07.391 INFO E| From https://github.com/oxidecomputer/boot-image-tools
25832024-08-05T16:20:08.736Z[ helios-setup] Aug 05 16:20:07.391 INFO E| * [new ref] 300caa098652a2988eb3cbf936868cb719a155ff -> refs/commit/300caa098652a2988eb3cbf936868cb719a155ff
25842024-08-05T16:20:08.788Z[ helios-setup] Aug 05 16:20:07.443 INFO E| Updating git repository `git+ssh://git@github.com/oxidecomputer/facade`
25852024-08-05T16:20:09.022Z[ host-package] Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
25862024-08-05T16:20:09.518Z[ helios-setup] Aug 05 16:20:08.173 INFO E| From https://github.com/oxidecomputer/facade
25872024-08-05T16:20:09.518Z[ helios-setup] Aug 05 16:20:08.173 INFO E| * [new ref] aadb1404d3e53f6d1b5928a1aa09dcec0e0a3892 -> refs/commit/aadb1404d3e53f6d1b5928a1aa09dcec0e0a3892
25882024-08-05T16:20:09.607Z[ helios-setup] Aug 05 16:20:08.263 INFO E| Updating crates.io index
25892024-08-05T16:20:10.350Z[ helios-setup] Aug 05 16:20:09.005 INFO E| Downloading crates ...
25902024-08-05T16:20:10.602Z[ helios-setup] Aug 05 16:20:09.257 INFO E| Downloaded const-random v0.1.15
25912024-08-05T16:20:10.638Z[ helios-setup] Aug 05 16:20:09.293 INFO E| Downloaded semver-parser v0.10.2
25922024-08-05T16:20:10.641Z[ helios-setup] Aug 05 16:20:09.296 INFO E| Downloaded semver v1.0.17
25932024-08-05T16:20:10.644Z[ helios-setup] Aug 05 16:20:09.299 INFO E| Downloaded want v0.3.0
25942024-08-05T16:20:10.646Z[ helios-setup] Aug 05 16:20:09.301 INFO E| Downloaded try-lock v0.2.4
25952024-08-05T16:20:10.649Z[ helios-setup] Aug 05 16:20:09.302 INFO E| Downloaded tokio-macros v2.0.0
25962024-08-05T16:20:10.649Z[ helios-setup] Aug 05 16:20:09.304 INFO E| Downloaded byteorder v1.4.3
25972024-08-05T16:20:10.652Z[ helios-setup] Aug 05 16:20:09.306 INFO E| Downloaded semver v0.11.0
25982024-08-05T16:20:10.655Z[ helios-setup] Aug 05 16:20:09.309 INFO E| Downloaded const-random-macro v0.1.15
25992024-08-05T16:20:10.655Z[ helios-setup] Aug 05 16:20:09.310 INFO E| Downloaded scopeguard v1.1.0
26002024-08-05T16:20:10.658Z[ helios-setup] Aug 05 16:20:09.312 INFO E| Downloaded project-root v0.2.2
26012024-08-05T16:20:10.658Z[ helios-setup] Aug 05 16:20:09.313 INFO E| Downloaded anstream v0.2.6
26022024-08-05T16:20:10.661Z[ helios-setup] Aug 05 16:20:09.316 INFO E| Downloaded serde_spanned v0.6.1
26032024-08-05T16:20:10.664Z[ helios-setup] Aug 05 16:20:09.318 INFO E| Downloaded http-body v0.4.5
26042024-08-05T16:20:10.666Z[ helios-setup] Aug 05 16:20:09.320 INFO E| Downloaded num_enum v0.5.7
26052024-08-05T16:20:10.671Z[ helios-setup] Aug 05 16:20:09.327 INFO E| Downloaded dyn-clone v1.0.11
26062024-08-05T16:20:10.674Z[ helios-setup] Aug 05 16:20:09.329 INFO E| Downloaded slog-bunyan v2.4.0
26072024-08-05T16:20:10.677Z[ helios-setup] Aug 05 16:20:09.331 INFO E| Downloaded toolchain_find v0.2.0
26082024-08-05T16:20:10.680Z[ helios-setup] Aug 05 16:20:09.333 INFO E| Downloaded terminal_size v0.2.6
26092024-08-05T16:20:10.680Z[ helios-setup] Aug 05 16:20:09.335 INFO E| Downloaded slab v0.4.7
26102024-08-05T16:20:10.683Z[ helios-setup] Aug 05 16:20:09.337 INFO E| Downloaded home v0.5.4
26112024-08-05T16:20:10.686Z[ helios-setup] Aug 05 16:20:09.339 INFO E| Downloaded futures-io v0.3.28
26122024-08-05T16:20:10.686Z[ helios-setup] Aug 05 16:20:09.340 INFO E| Downloaded percent-encoding v2.2.0
26132024-08-05T16:20:10.689Z[ helios-setup] Aug 05 16:20:09.342 INFO E| Downloaded is-terminal v0.4.7
26142024-08-05T16:20:10.689Z[ helios-setup] Aug 05 16:20:09.344 INFO E| Downloaded strsim v0.10.0
26152024-08-05T16:20:10.691Z[ helios-setup] Aug 05 16:20:09.346 INFO E| Downloaded thiserror-impl v1.0.38
26162024-08-05T16:20:10.694Z[ helios-setup] Aug 05 16:20:09.348 INFO E| Downloaded schemars_derive v0.8.12
26172024-08-05T16:20:10.697Z[ helios-setup] Aug 05 16:20:09.350 INFO E| Downloaded serde_tokenstream v0.2.0
26182024-08-05T16:20:10.700Z[ helios-setup] Aug 05 16:20:09.356 INFO E| Downloaded serde_path_to_error v0.1.11
26192024-08-05T16:20:10.703Z[ helios-setup] Aug 05 16:20:09.358 INFO E| Downloaded time v0.1.45
26202024-08-05T16:20:10.706Z[ helios-setup] Aug 05 16:20:09.361 INFO E| Downloaded tokio-tungstenite v0.18.0
26212024-08-05T16:20:10.709Z[ helios-setup] Aug 05 16:20:09.364 INFO E| Downloaded futures-task v0.3.28
26222024-08-05T16:20:10.712Z[ helios-setup] Aug 05 16:20:09.366 INFO E| Downloaded thiserror v1.0.38
26232024-08-05T16:20:10.718Z[ helios-setup] Aug 05 16:20:09.373 INFO E| Downloaded slog-async v2.7.0
26242024-08-05T16:20:10.721Z[ helios-setup] Aug 05 16:20:09.376 INFO E| Downloaded toml_datetime v0.6.1
26252024-08-05T16:20:10.723Z[ helios-setup] Aug 05 16:20:09.378 INFO E| Downloaded unicode-ident v1.0.8
26262024-08-05T16:20:10.726Z[ helios-setup] Aug 05 16:20:09.382 INFO E| Downloaded serde_derive_internals v0.26.0
26272024-08-05T16:20:10.730Z[ helios-setup] Aug 05 16:20:09.386 INFO E| Downloaded clap_derive v4.2.0
26282024-08-05T16:20:10.734Z[ helios-setup] Aug 05 16:20:09.389 INFO E| Downloaded sha2 v0.10.6
26292024-08-05T16:20:10.743Z[ helios-setup] Aug 05 16:20:09.398 INFO E| Downloaded ucd-trie v0.1.5
26302024-08-05T16:20:10.746Z[ helios-setup] Aug 05 16:20:09.401 INFO E| Downloaded url v2.3.1
26312024-08-05T16:20:10.750Z[ helios-setup] Aug 05 16:20:09.405 INFO E| Downloaded uuid v1.3.0
26322024-08-05T16:20:10.756Z[ helios-setup] Aug 05 16:20:09.412 INFO E| Downloaded serde_yaml v0.9.21
26332024-08-05T16:20:10.762Z[ helios-setup] Aug 05 16:20:09.418 INFO E| Downloaded paste v1.0.12
26342024-08-05T16:20:10.768Z[ helios-setup] Aug 05 16:20:09.423 INFO E| Downloaded unsafe-libyaml v0.2.8
26352024-08-05T16:20:10.773Z[ helios-setup] Aug 05 16:20:09.428 INFO E| Downloaded parking_lot v0.12.1
26362024-08-05T16:20:10.777Z[ helios-setup] Aug 05 16:20:09.432 INFO E| Downloaded unicode-normalization v0.1.22
26372024-08-05T16:20:10.782Z[ helios-setup] Aug 05 16:20:09.437 INFO E| Downloaded bytes v1.4.0
26382024-08-05T16:20:10.788Z[ helios-setup] Aug 05 16:20:09.443 INFO E| Downloaded winnow v0.4.1
26392024-08-05T16:20:10.800Z[ helios-setup] Aug 05 16:20:09.455 INFO E| Downloaded schemars v0.8.12
26402024-08-05T16:20:10.815Z[ helios-setup] Aug 05 16:20:09.471 INFO E| Downloaded syn v1.0.107
26412024-08-05T16:20:10.829Z[ helios-setup] Aug 05 16:20:09.484 INFO E| Downloaded memchr v2.5.0
26422024-08-05T16:20:10.834Z[ helios-setup] Aug 05 16:20:09.489 INFO E| Downloaded tokio v1.27.0
26432024-08-05T16:20:10.900Z[ helios-setup] Aug 05 16:20:09.555 INFO E| Downloaded base64 v0.21.0
26442024-08-05T16:20:10.905Z[ helios-setup] Aug 05 16:20:09.560 INFO E| Downloaded rustls-webpki v0.100.1
26452024-08-05T16:20:10.922Z[ helios-setup] Aug 05 16:20:09.570 INFO E| Downloaded rayon-core v1.10.2
26462024-08-05T16:20:10.922Z[ helios-setup] Aug 05 16:20:09.578 INFO E| Downloaded mio v0.8.5
26472024-08-05T16:20:10.931Z[ helios-setup] Aug 05 16:20:09.586 INFO E| Downloaded pest v2.5.7
26482024-08-05T16:20:10.940Z[ helios-setup] Aug 05 16:20:09.596 INFO E| Downloaded http v0.2.9
26492024-08-05T16:20:10.947Z[ helios-setup] Aug 05 16:20:09.602 INFO E| Downloaded aho-corasick v0.7.20
26502024-08-05T16:20:10.954Z[ helios-setup] Aug 05 16:20:09.609 INFO E| Downloaded crossbeam-channel v0.5.6
26512024-08-05T16:20:10.962Z[ helios-setup] Aug 05 16:20:09.617 INFO E| Downloaded cc v1.0.78
26522024-08-05T16:20:10.966Z[ helios-setup] Aug 05 16:20:09.622 INFO E| Downloaded futures-util v0.3.28
26532024-08-05T16:20:10.988Z[ helios-setup] Aug 05 16:20:09.643 INFO E| Downloaded parking_lot_core v0.9.6
26542024-08-05T16:20:10.991Z[ helios-setup] Aug 05 16:20:09.647 INFO E| Downloaded reqwest v0.11.16
26552024-08-05T16:20:11.005Z[ helios-setup] Aug 05 16:20:09.660 INFO E| Downloaded h2 v0.3.16
26562024-08-05T16:20:11.018Z[ helios-setup] Aug 05 16:20:09.673 INFO E| Downloaded rayon v1.6.1
26572024-08-05T16:20:11.086Z[ helios-setup] Aug 05 16:20:09.741 INFO E| Downloaded hyper v0.14.25
26582024-08-05T16:20:11.101Z[ helios-setup] Aug 05 16:20:09.756 INFO E| Downloaded git2 v0.16.1
26592024-08-05T16:20:11.115Z[ helios-setup] Aug 05 16:20:09.771 INFO E| Downloaded clap_builder v4.2.1
26602024-08-05T16:20:11.127Z[ helios-setup] Aug 05 16:20:09.783 INFO E| Downloaded regress v0.5.0
26612024-08-05T16:20:11.140Z[ helios-setup] Aug 05 16:20:09.795 INFO E| Downloaded rustls v0.21.0
26622024-08-05T16:20:11.160Z[ helios-setup] Aug 05 16:20:09.815 INFO E| Downloaded rustix v0.37.3
26632024-08-05T16:20:11.191Z[ helios-setup] Aug 05 16:20:09.847 INFO E| Downloaded openapiv3 v1.0.2
26642024-08-05T16:20:11.212Z[ helios-setup] Aug 05 16:20:09.867 INFO E| Downloaded rhai v1.14.0
26652024-08-05T16:20:11.234Z[ helios-setup] Aug 05 16:20:09.889 INFO E| Downloaded regex v1.7.3
26662024-08-05T16:20:11.247Z[ helios-setup] Aug 05 16:20:09.902 INFO E| Downloaded chrono v0.4.24
26672024-08-05T16:20:11.258Z[ helios-setup] Aug 05 16:20:09.913 INFO E| Downloaded sct v0.7.0
26682024-08-05T16:20:11.263Z[ helios-setup] Aug 05 16:20:09.919 INFO E| Downloaded libc v0.2.139
26692024-08-05T16:20:11.305Z[ helios-setup] Aug 05 16:20:09.960 INFO E| Downloaded crossbeam-utils v0.8.14
26702024-08-05T16:20:11.310Z[ helios-setup] Aug 05 16:20:09.965 INFO E| Downloaded tokio-util v0.7.7
26712024-08-05T16:20:11.322Z[ helios-setup] Aug 05 16:20:09.977 INFO E| Downloaded serde_json v1.0.95
26722024-08-05T16:20:11.334Z[ helios-setup] Aug 05 16:20:09.989 INFO E| Downloaded ryu v1.0.13
26732024-08-05T16:20:11.339Z[ helios-setup] Aug 05 16:20:09.994 INFO E| Downloaded num-traits v0.2.15
26742024-08-05T16:20:11.343Z[ helios-setup] Aug 05 16:20:09.999 INFO E| Downloaded futures v0.3.28
26752024-08-05T16:20:11.353Z[ helios-setup] Aug 05 16:20:10.008 INFO E| Downloaded crossbeam-epoch v0.9.13
26762024-08-05T16:20:11.357Z[ helios-setup] Aug 05 16:20:10.012 INFO E| Downloaded anyhow v1.0.68
26772024-08-05T16:20:11.367Z[ helios-setup] Aug 05 16:20:10.020 INFO E| Downloaded unicode-linebreak v0.1.4
26782024-08-05T16:20:11.370Z[ helios-setup] Aug 05 16:20:10.023 INFO E| Downloaded tracing-core v0.1.30
26792024-08-05T16:20:11.373Z[ helios-setup] Aug 05 16:20:10.028 INFO E| Downloaded tracing v0.1.37
26802024-08-05T16:20:11.394Z[ helios-setup] Aug 05 16:20:10.049 INFO E| Downloaded toml_edit v0.19.8
26812024-08-05T16:20:11.426Z[ helios-setup] Aug 05 16:20:10.081 INFO E| Downloaded lock_api v0.4.9
26822024-08-05T16:20:11.430Z[ helios-setup] Aug 05 16:20:10.084 INFO E| Downloaded ipnet v2.7.2
26832024-08-05T16:20:11.433Z[ helios-setup] Aug 05 16:20:10.087 INFO E| Downloaded io-lifetimes v1.0.10
26842024-08-05T16:20:11.436Z[ helios-setup] Aug 05 16:20:10.091 INFO E| Downloaded futures-executor v0.3.28
26852024-08-05T16:20:11.439Z[ helios-setup] Aug 05 16:20:10.094 INFO E| Downloaded iana-time-zone v0.1.56
26862024-08-05T16:20:11.442Z[ helios-setup] Aug 05 16:20:10.098 INFO E| Downloaded getrandom v0.2.8
26872024-08-05T16:20:11.447Z[ helios-setup] Aug 05 16:20:10.103 INFO E| Downloaded futures-channel v0.3.28
26882024-08-05T16:20:11.451Z[ helios-setup] Aug 05 16:20:10.106 INFO E| Downloaded encoding_rs v0.8.32
26892024-08-05T16:20:11.489Z[ helios-setup] Aug 05 16:20:10.144 INFO E| Downloaded either v1.8.0
26902024-08-05T16:20:11.492Z[ helios-setup] Aug 05 16:20:10.146 INFO E| Downloaded unicode-bidi v0.3.13
26912024-08-05T16:20:11.495Z[ helios-setup] Aug 05 16:20:10.150 INFO E| Downloaded tungstenite v0.18.0
26922024-08-05T16:20:11.500Z[ helios-setup] Aug 05 16:20:10.156 INFO E| Downloaded ahash v0.8.3
26932024-08-05T16:20:11.505Z[ helios-setup] Aug 05 16:20:10.160 INFO E| Downloaded toml v0.7.3
26942024-08-05T16:20:11.511Z[ helios-setup] Aug 05 16:20:10.167 INFO E| Downloaded textwrap v0.16.0
26952024-08-05T16:20:11.516Z[ helios-setup] Aug 05 16:20:10.171 INFO E| Downloaded rhai_codegen v1.5.0
26962024-08-05T16:20:11.550Z[ helios-setup] Aug 05 16:20:10.205 INFO E| Downloaded libgit2-sys v0.14.2+1.5.1
26972024-08-05T16:20:11.646Z[ helios-setup] Aug 05 16:20:10.301 INFO E| Downloaded pin-project-lite v0.2.9
26982024-08-05T16:20:11.672Z[ helios-setup] Aug 05 16:20:10.327 INFO E| Downloaded signal-hook-registry v1.4.0
26992024-08-05T16:20:11.675Z[ helios-setup] Aug 05 16:20:10.330 INFO E| Downloaded once_cell v1.17.0
27002024-08-05T16:20:11.679Z[ helios-setup] Aug 05 16:20:10.334 INFO E| Downloaded log v0.4.17
27012024-08-05T16:20:11.683Z[ helios-setup] Aug 05 16:20:10.338 INFO E| Downloaded libz-sys v1.1.8
27022024-08-05T16:20:11.787Z[ helios-setup] Aug 05 16:20:10.443 INFO E| Downloaded clap v4.2.1
27032024-08-05T16:20:11.800Z[ helios-setup] Aug 05 16:20:10.455 INFO E| Downloaded autocfg v1.1.0
27042024-08-05T16:20:11.803Z[ helios-setup] Aug 05 16:20:10.458 INFO E| Downloaded futures-core v0.3.28
27052024-08-05T16:20:11.806Z[ helios-setup] Aug 05 16:20:10.460 INFO E| Downloaded camino v1.1.4
27062024-08-05T16:20:11.810Z[ helios-setup] Aug 05 16:20:10.463 INFO E| Downloaded rustfmt-wrapper v0.2.0
27072024-08-05T16:20:11.810Z[ helios-setup] Aug 05 16:20:10.464 INFO E| Downloaded proc-macro-hack v0.5.20+deprecated
27082024-08-05T16:20:11.813Z[ helios-setup] Aug 05 16:20:10.467 INFO E| Downloaded socket2 v0.4.9
27092024-08-05T16:20:11.815Z[ helios-setup] Aug 05 16:20:10.470 INFO E| Downloaded pkg-config v0.3.26
27102024-08-05T16:20:11.827Z[ helios-setup] Aug 05 16:20:10.482 INFO E| Downloaded tokio-rustls v0.24.0
27112024-08-05T16:20:11.830Z[ helios-setup] Aug 05 16:20:10.485 INFO E| Downloaded tempfile v3.5.0
27122024-08-05T16:20:11.834Z[ helios-setup] Aug 05 16:20:10.490 INFO E| Downloaded smartstring v1.0.1
27132024-08-05T16:20:11.838Z[ helios-setup] Aug 05 16:20:10.494 INFO E| Downloaded smallvec v1.10.0
27142024-08-05T16:20:11.842Z[ helios-setup] Aug 05 16:20:10.497 INFO E| Downloaded num-integer v0.1.45
27152024-08-05T16:20:11.844Z[ helios-setup] Aug 05 16:20:10.500 INFO E| Downloaded concolor-query v0.3.3
27162024-08-05T16:20:11.847Z[ helios-setup] Aug 05 16:20:10.502 INFO E| Downloaded smawk v0.3.1
27172024-08-05T16:20:11.850Z[ helios-setup] Aug 05 16:20:10.504 INFO E| Downloaded crossbeam-deque v0.8.2
27182024-08-05T16:20:11.853Z[ helios-setup] Aug 05 16:20:10.507 INFO E| Downloaded num_enum_derive v0.5.7
27192024-08-05T16:20:11.853Z[ helios-setup] Aug 05 16:20:10.508 INFO E| Downloaded num_cpus v1.15.0
27202024-08-05T16:20:11.858Z[ helios-setup] Aug 05 16:20:10.514 INFO E| Downloaded itoa v1.0.6
27212024-08-05T16:20:11.861Z[ helios-setup] Aug 05 16:20:10.516 INFO E| Downloaded futures-macro v0.3.28
27222024-08-05T16:20:11.888Z[ helios-setup] Aug 05 16:20:10.518 INFO E| Downloaded lazy_static v1.4.0
27232024-08-05T16:20:11.888Z[ helios-setup] Aug 05 16:20:10.519 INFO E| Downloaded httpdate v1.0.2
27242024-08-05T16:20:11.892Z[ helios-setup] Aug 05 16:20:10.544 INFO E| Downloaded form_urlencoded v1.1.0
27252024-08-05T16:20:11.892Z[ helios-setup] Aug 05 16:20:10.545 INFO E| Downloaded digest v0.10.6
27262024-08-05T16:20:11.896Z[ helios-setup] Aug 05 16:20:10.548 INFO E| Downloaded async-trait v0.1.68
27272024-08-05T16:20:11.901Z[ helios-setup] Aug 05 16:20:10.552 INFO E| Downloaded ahash v0.7.6
27282024-08-05T16:20:11.905Z[ helios-setup] Aug 05 16:20:10.555 INFO E| Downloaded bincode v1.3.3
27292024-08-05T16:20:11.908Z[ helios-setup] Aug 05 16:20:10.558 INFO E| Downloaded cargo-lock v8.0.3
27302024-08-05T16:20:11.911Z[ helios-setup] Aug 05 16:20:10.561 INFO E| Downloaded anstyle-parse v0.1.1
27312024-08-05T16:20:11.915Z[ helios-setup] Aug 05 16:20:10.569 INFO E| Downloaded sha1 v0.10.5
27322024-08-05T16:20:11.919Z[ helios-setup] Aug 05 16:20:10.569 INFO E| Downloaded rustls-pemfile v1.0.2
27332024-08-05T16:20:11.923Z[ helios-setup] Aug 05 16:20:10.577 INFO E| Downloaded proc-macro-crate v1.2.1
27342024-08-05T16:20:11.925Z[ helios-setup] Aug 05 16:20:10.579 INFO E| Downloaded memoffset v0.7.1
27352024-08-05T16:20:11.926Z[ helios-setup] Aug 05 16:20:10.581 INFO E| Downloaded futures-sink v0.3.28
27362024-08-05T16:20:11.928Z[ helios-setup] Aug 05 16:20:10.582 INFO E| Downloaded fastrand v1.9.0
27372024-08-05T16:20:11.928Z[ helios-setup] Aug 05 16:20:10.584 INFO E| Downloaded concolor-override v1.0.0
27382024-08-05T16:20:11.931Z[ helios-setup] Aug 05 16:20:10.585 INFO E| Downloaded clap_lex v0.4.1
27392024-08-05T16:20:11.931Z[ helios-setup] Aug 05 16:20:10.586 INFO E| Downloaded built v0.6.0
27402024-08-05T16:20:11.934Z[ helios-setup] Aug 05 16:20:10.588 INFO E| Downloaded anstyle v0.3.5
27412024-08-05T16:20:11.937Z[ helios-setup] Aug 05 16:20:10.590 INFO E| Downloaded jobserver v0.1.26
27422024-08-05T16:20:12.308Z[ helios-setup] Aug 05 16:20:10.963 INFO E| Compiling proc-macro2 v1.0.86
27432024-08-05T16:20:12.312Z[ helios-setup] Aug 05 16:20:10.963 INFO E| Compiling libc v0.2.139
27442024-08-05T16:20:12.312Z[ helios-setup] Aug 05 16:20:10.964 INFO E| Compiling unicode-ident v1.0.8
27452024-08-05T16:20:12.312Z[ helios-setup] Aug 05 16:20:10.964 INFO E| Compiling autocfg v1.1.0
27462024-08-05T16:20:12.312Z[ helios-setup] Aug 05 16:20:10.964 INFO E| Compiling cfg-if v1.0.0
27472024-08-05T16:20:12.312Z[ helios-setup] Aug 05 16:20:10.964 INFO E| Compiling version_check v0.9.4
27482024-08-05T16:20:12.312Z[ helios-setup] Aug 05 16:20:10.964 INFO E| Compiling serde v1.0.204
27492024-08-05T16:20:12.312Z[ helios-setup] Aug 05 16:20:10.965 INFO E| Compiling syn v1.0.107
27502024-08-05T16:20:12.954Z[ helios-setup] Aug 05 16:20:11.609 INFO E| Compiling memchr v2.5.0
27512024-08-05T16:20:14.074Z[ helios-setup] Aug 05 16:20:12.728 INFO E| Compiling once_cell v1.17.0
27522024-08-05T16:20:14.251Z[ helios-setup] Aug 05 16:20:12.906 INFO E| Compiling log v0.4.17
27532024-08-05T16:20:14.398Z[ helios-setup] Aug 05 16:20:13.053 INFO E| Compiling thiserror v1.0.38
27542024-08-05T16:20:15.069Z[ helios-setup] Aug 05 16:20:13.719 INFO E| Compiling itoa v1.0.6
27552024-08-05T16:20:15.345Z[ helios-setup] Aug 05 16:20:13.942 INFO E| Compiling serde_json v1.0.95
27562024-08-05T16:20:16.112Z[ helios-setup] Aug 05 16:20:14.766 INFO E| Compiling getrandom v0.2.8
27572024-08-05T16:20:16.640Z[ helios-setup] Aug 05 16:20:15.295 INFO E| Compiling jobserver v0.1.26
27582024-08-05T16:20:17.110Z[ helios-setup] Aug 05 16:20:15.764 INFO E| Compiling quote v1.0.36
27592024-08-05T16:20:17.265Z[ helios-setup] Aug 05 16:20:15.919 INFO E| Compiling indexmap v1.9.3
27602024-08-05T16:20:17.380Z[ helios-setup] Aug 05 16:20:16.034 INFO E| Compiling pin-project-lite v0.2.9
27612024-08-05T16:20:17.383Z[ helios-setup] Aug 05 16:20:16.034 INFO E| Compiling scopeguard v1.1.0
27622024-08-05T16:20:17.575Z[ helios-setup] Aug 05 16:20:16.229 INFO E| Compiling cc v1.0.78
27632024-08-05T16:20:17.840Z[ helios-setup] Aug 05 16:20:16.493 INFO E| Compiling syn v2.0.72
27642024-08-05T16:20:18.164Z[ helios-setup] Aug 05 16:20:16.818 INFO E| Compiling num-integer v0.1.45
27652024-08-05T16:20:18.355Z[ helios-setup] Aug 05 16:20:17.009 INFO E| Compiling bytes v1.4.0
27662024-08-05T16:20:18.456Z[ helios-setup] Aug 05 16:20:17.109 INFO E| Compiling futures-core v0.3.28
27672024-08-05T16:20:19.056Z[ helios-setup] Aug 05 16:20:17.709 INFO E| Compiling ryu v1.0.13
27682024-08-05T16:20:20.059Z[ helios-setup] Aug 05 16:20:18.712 INFO E| Compiling lock_api v0.4.9
27692024-08-05T16:20:20.339Z[ helios-setup] Aug 05 16:20:18.993 INFO E| Compiling parking_lot_core v0.9.6
27702024-08-05T16:20:20.572Z[ helios-setup] Aug 05 16:20:19.226 INFO E| Compiling bitflags v1.3.2
27712024-08-05T16:20:20.866Z[ helios-setup] Aug 05 16:20:19.520 INFO E| Compiling typenum v1.16.0
27722024-08-05T16:20:21.533Z[ helios-setup] Aug 05 16:20:20.187 INFO E| Compiling num_cpus v1.15.0
27732024-08-05T16:20:21.643Z[ helios-setup] Aug 05 16:20:20.297 INFO E| Compiling slab v0.4.7
27742024-08-05T16:20:21.784Z[ helios-setup] Aug 05 16:20:20.438 INFO E| Compiling generic-array v0.14.6
27752024-08-05T16:20:22.000Z[ helios-setup] Aug 05 16:20:20.654 INFO E| Compiling futures-task v0.3.28
27762024-08-05T16:20:22.017Z[ helios-setup] Aug 05 16:20:20.671 INFO E| Compiling futures-channel v0.3.28
27772024-08-05T16:20:22.315Z[ helios-setup] Aug 05 16:20:20.966 INFO E| Compiling futures-sink v0.3.28
27782024-08-05T16:20:22.836Z[ helios-setup] Aug 05 16:20:21.489 INFO E| Compiling tokio v1.27.0
27792024-08-05T16:20:22.967Z[ helios-setup] Aug 05 16:20:21.621 INFO E| Compiling schemars v0.8.12
27802024-08-05T16:20:23.042Z[ helios-setup] Aug 05 16:20:21.695 INFO E| Compiling futures-util v0.3.28
27812024-08-05T16:20:24.289Z[ helios-setup] Aug 05 16:20:22.942 INFO E| Compiling mio v0.8.5
27822024-08-05T16:20:24.406Z[ helios-setup] Aug 05 16:20:23.059 INFO E| Compiling socket2 v0.4.9
27832024-08-05T16:20:24.655Z[ helios-setup] Aug 05 16:20:23.307 INFO E| Compiling signal-hook-registry v1.4.0
27842024-08-05T16:20:24.919Z[ helios-setup] Aug 05 16:20:23.572 INFO E| Compiling num-traits v0.2.15
27852024-08-05T16:20:25.010Z[ helios-setup] Aug 05 16:20:23.663 INFO E| Compiling ahash v0.7.6
27862024-08-05T16:20:26.297Z[ helios-setup] Aug 05 16:20:24.949 INFO E| Compiling crunchy v0.2.2
27872024-08-05T16:20:26.396Z[ helios-setup] Aug 05 16:20:25.049 INFO E| Compiling pin-utils v0.1.0
27882024-08-05T16:20:26.897Z[ helios-setup] Aug 05 16:20:25.549 INFO E| Compiling futures-io v0.3.28
27892024-08-05T16:20:27.528Z[ helios-setup] Aug 05 16:20:26.180 INFO E| Compiling io-lifetimes v1.0.10
27902024-08-05T16:20:28.102Z[ helios-setup] Aug 05 16:20:26.755 INFO E| Compiling ahash v0.8.3
27912024-08-05T16:20:28.134Z[ helios-setup] Aug 05 16:20:26.787 INFO E| Compiling tiny-keccak v2.0.2
27922024-08-05T16:20:29.071Z[ helios-setup] Aug 05 16:20:27.723 INFO E| Compiling hashbrown v0.12.3
27932024-08-05T16:20:29.398Z[ helios-setup] Aug 05 16:20:28.050 INFO E| Compiling serde_derive_internals v0.26.0
27942024-08-05T16:20:29.553Z[ helios-setup] Aug 05 16:20:28.205 INFO E| Compiling proc-macro-hack v0.5.20+deprecated
27952024-08-05T16:20:29.660Z[ helios-setup] Aug 05 16:20:28.313 INFO E| Compiling rustix v0.37.3
27962024-08-05T16:20:30.034Z[ helios-setup] Aug 05 16:20:28.686 INFO E| Compiling block-buffer v0.10.3
27972024-08-05T16:20:30.199Z[ host-package] Compiling propolis-server-config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
27982024-08-05T16:20:30.349Z[ helios-setup] Aug 05 16:20:29.001 INFO E| Compiling crypto-common v0.1.6
27992024-08-05T16:20:32.216Z[ helios-setup] Aug 05 16:20:30.868 INFO E| Compiling errno v0.3.1
28002024-08-05T16:20:32.292Z[ helios-setup] Aug 05 16:20:30.944 INFO E| Compiling fnv v1.0.7
28012024-08-05T16:20:32.889Z[ helios-setup] Aug 05 16:20:31.540 INFO E| Compiling slog v2.7.0
28022024-08-05T16:20:32.964Z[ helios-setup] Aug 05 16:20:31.616 INFO E| Compiling crossbeam-utils v0.8.14
28032024-08-05T16:20:33.054Z[ helios-setup] Aug 05 16:20:31.701 INFO E| Compiling pkg-config v0.3.26
28042024-08-05T16:20:34.493Z[ helios-setup] Aug 05 16:20:33.145 INFO E| Compiling http v0.2.9
28052024-08-05T16:20:34.978Z[ host-package] Compiling zone v0.1.8
28062024-08-05T16:20:36.277Z[ helios-setup] Aug 05 16:20:34.928 INFO E| Compiling digest v0.10.6
28072024-08-05T16:20:36.367Z[ helios-setup] Aug 05 16:20:35.018 INFO E| Compiling aho-corasick v0.7.20
28082024-08-05T16:20:37.637Z[ helios-setup] Aug 05 16:20:36.288 INFO E| Compiling anyhow v1.0.68
28092024-08-05T16:20:37.850Z[ helios-setup] Aug 05 16:20:36.501 INFO E| Compiling regex-syntax v0.6.29
28102024-08-05T16:20:37.939Z[ helios-setup] Aug 05 16:20:36.590 INFO E| Compiling unicode-width v0.1.10
28112024-08-05T16:20:38.623Z[ helios-setup] Aug 05 16:20:37.274 INFO E| Compiling cpufeatures v0.2.5
28122024-08-05T16:20:38.718Z[ helios-setup] Aug 05 16:20:37.369 INFO E| Compiling tinyvec_macros v0.1.1
28132024-08-05T16:20:38.852Z[ helios-setup] Aug 05 16:20:37.502 INFO E| Compiling httparse v1.8.0
28142024-08-05T16:20:38.950Z[ helios-setup] Aug 05 16:20:37.600 INFO E| Compiling heck v0.4.1
28152024-08-05T16:20:39.424Z[ helios-setup] Aug 05 16:20:38.075 INFO E| Compiling percent-encoding v2.2.0
28162024-08-05T16:20:39.695Z[ helios-setup] Aug 05 16:20:38.346 INFO E| Compiling thiserror-impl v1.0.38
28172024-08-05T16:20:39.956Z[ helios-setup] Aug 05 16:20:38.607 INFO E| Compiling schemars_derive v0.8.12
28182024-08-05T16:20:40.522Z[ helios-setup] Aug 05 16:20:39.172 INFO E| Compiling tinyvec v1.6.0
28192024-08-05T16:20:40.716Z[ helios-setup] Aug 05 16:20:39.367 INFO E| Compiling form_urlencoded v1.1.0
28202024-08-05T16:20:41.091Z[ helios-setup] Aug 05 16:20:39.741 INFO E| Compiling const-random-macro v0.1.15
28212024-08-05T16:20:41.399Z[ host-package] Compiling nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
28222024-08-05T16:20:41.920Z[ helios-setup] Aug 05 16:20:40.571 INFO E| Compiling serde_derive v1.0.204
28232024-08-05T16:20:42.038Z[ helios-setup] Aug 05 16:20:40.689 INFO E| Compiling futures-macro v0.3.28
28242024-08-05T16:20:42.893Z[ helios-setup] Aug 05 16:20:41.543 INFO E| Compiling tokio-macros v2.0.0
28252024-08-05T16:20:43.579Z[ host-package] Compiling nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
28262024-08-05T16:20:44.619Z[ helios-setup] Aug 05 16:20:43.269 INFO E| Compiling regex v1.7.3
28272024-08-05T16:20:46.202Z[ helios-setup] Aug 05 16:20:44.852 INFO E| Compiling hashbrown v0.13.2
28282024-08-05T16:20:46.497Z[ helios-setup] Aug 05 16:20:45.147 INFO E| Compiling chrono v0.4.24
28292024-08-05T16:20:47.157Z[ helios-setup] Aug 05 16:20:45.806 INFO E| Compiling libz-sys v1.1.8
28302024-08-05T16:20:47.184Z[ host-package] Compiling nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation)
28312024-08-05T16:20:50.535Z[ helios-setup] Aug 05 16:20:49.184 INFO E| Compiling uuid v1.3.0
28322024-08-05T16:20:50.649Z[ helios-setup] Aug 05 16:20:49.298 INFO E| Compiling dyn-clone v1.0.11
28332024-08-05T16:20:51.119Z[ helios-setup] Aug 05 16:20:49.768 INFO E| Compiling regress v0.5.0
28342024-08-05T16:20:51.200Z[ helios-setup] Aug 05 16:20:49.849 INFO E| Compiling unicode-normalization v0.1.22
28352024-08-05T16:20:51.863Z[ helios-setup] Aug 05 16:20:50.511 INFO E| Compiling const-random v0.1.15
28362024-08-05T16:20:52.961Z[ host-package] Compiling wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client)
28372024-08-05T16:20:53.541Z[ helios-setup] Aug 05 16:20:52.189 INFO E| Compiling getopts v0.2.21
28382024-08-05T16:20:54.053Z[ helios-setup] Aug 05 16:20:52.701 INFO E| Compiling tracing-core v0.1.30
28392024-08-05T16:20:54.525Z[ helios-setup] Aug 05 16:20:53.173 INFO E| Compiling memoffset v0.7.1
28402024-08-05T16:20:54.619Z[ helios-setup] Aug 05 16:20:53.267 INFO E| Compiling unicode-bidi v0.3.13
28412024-08-05T16:20:54.757Z[ helios-setup] Aug 05 16:20:53.406 INFO E| Compiling num-conv v0.1.0
28422024-08-05T16:20:55.632Z[ helios-setup] Aug 05 16:20:54.280 INFO E| Compiling time-core v0.1.2
28432024-08-05T16:20:55.957Z[ helios-setup] Aug 05 16:20:54.606 INFO E| Compiling powerfmt v0.2.0
28442024-08-05T16:20:58.026Z[ host-package] Compiling gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api)
28452024-08-05T16:20:58.184Z[ helios-setup] Aug 05 16:20:56.831 INFO E| Compiling ucd-trie v0.1.5
28462024-08-05T16:20:58.357Z[ helios-setup] Aug 05 16:20:57.005 INFO E| Compiling idna v0.3.0
28472024-08-05T16:20:59.185Z[ helios-setup] Aug 05 16:20:57.833 INFO E| Compiling pest v2.5.7
28482024-08-05T16:21:00.054Z[ helios-setup] Aug 05 16:20:58.701 INFO E| Compiling deranged v0.3.11
28492024-08-05T16:21:00.906Z[ helios-setup] Aug 05 16:20:59.552 INFO E| Compiling time-macros v0.2.18
28502024-08-05T16:21:02.494Z[ host-package] Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
28512024-08-05T16:21:04.259Z[ helios-setup] Aug 05 16:21:02.904 INFO E| Compiling tracing v0.1.37
28522024-08-05T16:21:05.804Z[ helios-setup] Aug 05 16:21:04.451 INFO E| Compiling libgit2-sys v0.14.2+1.5.1
28532024-08-05T16:21:06.011Z[ helios-setup] Aug 05 16:21:04.657 INFO E| Compiling time v0.1.45
28542024-08-05T16:21:06.533Z[ helios-setup] Aug 05 16:21:05.179 INFO E| Compiling crossbeam-epoch v0.9.13
28552024-08-05T16:21:07.507Z[ helios-setup] Aug 05 16:21:06.154 INFO E| Compiling num_threads v0.1.6
28562024-08-05T16:21:07.986Z[ helios-setup] Aug 05 16:21:06.632 INFO E| Compiling iana-time-zone v0.1.56
28572024-08-05T16:21:08.959Z[ helios-setup] Aug 05 16:21:07.605 INFO E| Compiling semver v1.0.17
28582024-08-05T16:21:09.223Z[ host-package] Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
28592024-08-05T16:21:09.598Z[ helios-setup] Aug 05 16:21:08.242 INFO E| Compiling time v0.3.36
28602024-08-05T16:21:09.985Z[ host-package] Compiling cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client)
28612024-08-05T16:21:10.208Z[ helios-setup] Aug 05 16:21:08.854 INFO E| Compiling smallvec v1.10.0
28622024-08-05T16:21:11.101Z[ helios-setup] Aug 05 16:21:09.746 INFO E| Compiling toml v0.5.11
28632024-08-05T16:21:12.133Z[ helios-setup] Aug 05 16:21:10.778 INFO E| Compiling parking_lot v0.12.1
28642024-08-05T16:21:14.032Z[ helios-setup] Aug 05 16:21:12.677 INFO E| Compiling serde_tokenstream v0.2.0
28652024-08-05T16:21:17.986Z[ helios-setup] Aug 05 16:21:16.631 INFO E| Compiling semver-parser v0.10.2
28662024-08-05T16:21:18.288Z[ helios-setup] Aug 05 16:21:16.932 INFO E| Compiling url v2.3.1
28672024-08-05T16:21:19.978Z[ host-package] Compiling signal-hook-tokio v0.3.1
28682024-08-05T16:21:19.981Z[ host-package] Compiling portpicker v0.1.1
28692024-08-05T16:21:20.712Z[ host-package] Compiling smawk v0.3.2
28702024-08-05T16:21:21.068Z[ host-package] Compiling unicode-linebreak v0.1.5
28712024-08-05T16:21:21.526Z[ helios-setup] Aug 05 16:21:20.170 INFO E| Compiling typify-impl v0.0.12-dev (https://github.com/oxidecomputer/typify#fec09bd1)
28722024-08-05T16:21:21.576Z[ host-package] Compiling omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway)
28732024-08-05T16:21:22.282Z[ host-package] Compiling textwrap v0.16.1
28742024-08-05T16:21:23.753Z[ helios-setup] Aug 05 16:21:22.396 INFO E| Compiling crossbeam-channel v0.5.6
28752024-08-05T16:21:24.497Z[ host-package] Compiling libfalcon v0.1.0 (https://github.com/oxidecomputer/falcon?rev=e69694a1f7cc9fe31fab27f321017280531fb5f7#e69694a1)
28762024-08-05T16:21:24.875Z[ helios-setup] Aug 05 16:21:23.519 INFO E| Compiling dirs-sys-next v0.1.2
28772024-08-05T16:21:26.880Z[ helios-setup] Aug 05 16:21:25.523 INFO E| Compiling same-file v1.0.6
28782024-08-05T16:21:27.259Z[ helios-setup] Aug 05 16:21:25.902 INFO E| Compiling crc32fast v1.3.2
28792024-08-05T16:21:27.500Z[ helios-setup] Aug 05 16:21:26.143 INFO E| Compiling try-lock v0.2.4
28802024-08-05T16:21:27.925Z[ helios-setup] Aug 05 16:21:26.568 INFO E| Compiling want v0.3.0
28812024-08-05T16:21:28.452Z[ host-package] Compiling nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
28822024-08-05T16:21:28.632Z[ helios-setup] Aug 05 16:21:27.275 INFO E| Compiling walkdir v2.3.3
28832024-08-05T16:21:28.908Z[ helios-setup] Aug 05 16:21:27.551 INFO E| Compiling dirs-next v2.0.0
28842024-08-05T16:21:32.127Z[ helios-setup] Aug 05 16:21:30.769 INFO E| Compiling tokio-util v0.7.7
28852024-08-05T16:21:32.380Z[ helios-setup] Aug 05 16:21:31.022 INFO E| Compiling semver v0.11.0
28862024-08-05T16:21:34.902Z[ helios-setup] Aug 05 16:21:33.544 INFO E| Compiling h2 v0.3.16
28872024-08-05T16:21:35.330Z[ helios-setup] Aug 05 16:21:33.972 INFO E| Compiling proc-macro-crate v1.2.1
28882024-08-05T16:21:36.628Z[ host-package] Compiling cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types)
28892024-08-05T16:21:37.230Z[ helios-setup] Aug 05 16:21:35.872 INFO E| Compiling futures-executor v0.3.28
28902024-08-05T16:21:39.675Z[ helios-setup] Aug 05 16:21:38.316 INFO E| Compiling typify-macro v0.0.12-dev (https://github.com/oxidecomputer/typify#fec09bd1)
28912024-08-05T16:21:39.759Z[ host-package] Compiling sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
28922024-08-05T16:21:39.787Z[ helios-setup] Aug 05 16:21:38.428 INFO E| Compiling http-body v0.4.5
28932024-08-05T16:21:39.958Z[ helios-setup] Aug 05 16:21:38.599 INFO E| Compiling ring v0.16.20
28942024-08-05T16:21:41.108Z[ helios-setup] Aug 05 16:21:39.749 INFO E| Compiling rand_core v0.6.4
28952024-08-05T16:21:42.306Z[ helios-setup] Aug 05 16:21:40.947 INFO E| Compiling thread_local v1.1.7
28962024-08-05T16:21:42.644Z[ helios-setup] Aug 05 16:21:41.285 INFO E| Compiling adler v1.0.2
28972024-08-05T16:21:43.231Z[ helios-setup] Aug 05 16:21:41.872 INFO E| Compiling lazy_static v1.4.0
28982024-08-05T16:21:43.997Z[ helios-setup] Aug 05 16:21:42.638 INFO E| Compiling fastrand v1.9.0
28992024-08-05T16:21:45.611Z[ helios-setup] Aug 05 16:21:44.251 INFO E| Compiling base64 v0.21.0
29002024-08-05T16:21:46.238Z[ helios-setup] Aug 05 16:21:44.878 INFO E| Compiling httpdate v1.0.2
29012024-08-05T16:21:46.730Z[ host-package] Compiling rcgen v0.12.1
29022024-08-05T16:21:48.166Z[ helios-setup] Aug 05 16:21:46.805 INFO E| Compiling home v0.5.4
29032024-08-05T16:21:48.233Z[ helios-setup] Aug 05 16:21:46.873 INFO E| Compiling rayon-core v1.10.2
29042024-08-05T16:21:48.444Z[ helios-setup] Aug 05 16:21:47.084 INFO E| Compiling tower-service v0.3.2
29052024-08-05T16:21:48.639Z[ helios-setup] Aug 05 16:21:47.278 INFO E| Compiling utf8parse v0.2.1
29062024-08-05T16:21:48.942Z[ helios-setup] Aug 05 16:21:47.581 INFO E| Compiling ppv-lite86 v0.2.17
29072024-08-05T16:21:49.051Z[ helios-setup] Aug 05 16:21:47.685 INFO E| Compiling anstyle-parse v0.1.1
29082024-08-05T16:21:49.327Z[ helios-setup] Aug 05 16:21:47.967 INFO E| Compiling hyper v0.14.25
29092024-08-05T16:21:50.149Z[ helios-setup] Aug 05 16:21:48.789 INFO E| Compiling toolchain_find v0.2.0
29102024-08-05T16:21:50.897Z[ helios-setup] Aug 05 16:21:49.536 INFO E| Compiling rand_chacha v0.3.1
29112024-08-05T16:21:52.570Z[ helios-setup] Aug 05 16:21:51.209 INFO E| Compiling tempfile v3.5.0
29122024-08-05T16:21:53.973Z[ helios-setup] Aug 05 16:21:52.612 INFO E| Compiling miniz_oxide v0.6.2
29132024-08-05T16:22:00.287Z[ helios-setup] Aug 05 16:21:58.925 INFO E| Compiling futures v0.3.28
29142024-08-05T16:22:04.142Z[ host-package] Compiling nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api)
29152024-08-05T16:22:05.710Z[ host-package] Compiling nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface)
29162024-08-05T16:22:07.100Z[ host-package] Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin)
29172024-08-05T16:22:07.175Z[ host-package] Compiling crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=e58ca3693cb9ce0438947beba10e97ee38a0966b#e58ca369)
29182024-08-05T16:22:07.595Z[ helios-setup] Aug 05 16:22:06.232 INFO E| Compiling num_enum_derive v0.5.7
29192024-08-05T16:22:07.994Z[ host-package] Compiling atomicwrites v0.4.3
29202024-08-05T16:22:09.258Z[ host-package] Compiling oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api)
29212024-08-05T16:22:11.909Z[ helios-setup] Aug 05 16:22:10.545 INFO E| Compiling cargo-lock v8.0.3
29222024-08-05T16:22:12.297Z[ helios-setup] Aug 05 16:22:10.933 INFO E| Compiling crossbeam-deque v0.8.2
29232024-08-05T16:22:13.278Z[ helios-setup] Aug 05 16:22:11.914 INFO E| Compiling term v0.7.0
29242024-08-05T16:22:13.995Z[ helios-setup] Aug 05 16:22:12.631 INFO E| Compiling serde_urlencoded v0.7.1
29252024-08-05T16:22:14.165Z[ helios-setup] Aug 05 16:22:12.800 INFO E| Compiling sha2 v0.10.6
29262024-08-05T16:22:15.315Z[ helios-setup] Aug 05 16:22:13.950 INFO E| Compiling sha1 v0.10.5
29272024-08-05T16:22:15.746Z[ helios-setup] Aug 05 16:22:14.381 INFO E| Compiling is-terminal v0.4.7
29282024-08-05T16:22:15.997Z[ host-package] Compiling fatfs v0.3.6
29292024-08-05T16:22:16.152Z[ helios-setup] Aug 05 16:22:14.788 INFO E| Compiling atty v0.2.14
29302024-08-05T16:22:16.791Z[ helios-setup] Aug 05 16:22:15.426 INFO E| Compiling network-interface v0.1.6 (https://github.com/jclulow/network-interface?branch=illumos#827e6b7b)
29312024-08-05T16:22:17.313Z[ helios-setup] Aug 05 16:22:15.948 INFO E| Compiling concolor-query v0.3.3
29322024-08-05T16:22:17.493Z[ helios-setup] Aug 05 16:22:16.128 INFO E| Compiling anstyle v0.3.5
29332024-08-05T16:22:20.188Z[ helios-setup] Aug 05 16:22:18.822 INFO E| Compiling concolor-override v1.0.0
29342024-08-05T16:22:20.723Z[ helios-setup] Aug 05 16:22:19.358 INFO E| Compiling anstream v0.2.6
29352024-08-05T16:22:21.177Z[ host-package] Compiling rtoolbox v0.0.2
29362024-08-05T16:22:21.763Z[ host-package] Compiling subprocess v0.2.9
29372024-08-05T16:22:22.166Z[ helios-setup] Aug 05 16:22:20.800 INFO E| Compiling slog-term v2.9.0
29382024-08-05T16:22:22.250Z[ host-package] Compiling is_ci v1.2.0
29392024-08-05T16:22:22.507Z[ helios-setup] Aug 05 16:22:21.141 INFO E| Compiling flate2 v1.0.25
29402024-08-05T16:22:23.064Z[ host-package] Compiling assert_matches v1.5.0
29412024-08-05T16:22:23.289Z[ host-package] Compiling supports-color v3.0.0
29422024-08-05T16:22:23.618Z[ host-package] Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
29432024-08-05T16:22:24.404Z[ helios-setup] Aug 05 16:22:23.038 INFO E| Compiling num_enum v0.5.7
29442024-08-05T16:22:24.727Z[ helios-setup] Aug 05 16:22:23.360 INFO E| Compiling rustfmt-wrapper v0.2.0
29452024-08-05T16:22:24.969Z[ helios-setup] Aug 05 16:22:23.602 INFO E| Compiling rand v0.8.5
29462024-08-05T16:22:25.358Z[ helios-setup] Aug 05 16:22:23.992 INFO E| Compiling typify v0.0.12-dev (https://github.com/oxidecomputer/typify#fec09bd1)
29472024-08-05T16:22:25.802Z[ helios-setup] Aug 05 16:22:24.436 INFO E| Compiling openapiv3 v1.0.2
29482024-08-05T16:22:28.069Z[ helios-setup] Aug 05 16:22:26.703 INFO E| Compiling encoding_rs v0.8.32
29492024-08-05T16:22:28.353Z[ host-package] Compiling rpassword v7.3.1
29502024-08-05T16:22:29.437Z[ host-package] Compiling oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
29512024-08-05T16:22:29.846Z[ helios-setup] Aug 05 16:22:28.479 INFO E| Compiling mime v0.3.17
29522024-08-05T16:22:30.424Z[ host-package] Compiling cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api)
29532024-08-05T16:22:32.017Z[ helios-setup] Aug 05 16:22:30.650 INFO E| Compiling spin v0.5.2
29542024-08-05T16:22:32.856Z[ helios-setup] Aug 05 16:22:31.488 INFO E| Compiling strsim v0.10.0
29552024-08-05T16:22:34.474Z[ helios-setup] Aug 05 16:22:33.106 INFO E| Compiling byteorder v1.4.3
29562024-08-05T16:22:35.845Z[ helios-setup] Aug 05 16:22:34.478 INFO E| Compiling either v1.8.0
29572024-08-05T16:22:36.393Z[ helios-setup] Aug 05 16:22:35.025 INFO E| Compiling unsafe-libyaml v0.2.8
29582024-08-05T16:22:36.775Z[ helios-setup] Aug 05 16:22:35.335 INFO E| Compiling base64 v0.13.1
29592024-08-05T16:22:36.778Z[ helios-setup] Aug 05 16:22:35.408 INFO E| Compiling ipnet v2.7.2
29602024-08-05T16:22:37.444Z[ helios-setup] Aug 05 16:22:36.076 INFO E| Compiling clap_lex v0.4.1
29612024-08-05T16:22:37.897Z[ host-package] Compiling tui-tree-widget v0.21.0
29622024-08-05T16:22:38.447Z[ helios-setup] Aug 05 16:22:37.078 INFO E| Compiling project-root v0.2.2
29632024-08-05T16:22:38.955Z[ host-package] Compiling wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api)
29642024-08-05T16:22:39.016Z[ helios-setup] Aug 05 16:22:37.647 INFO E| Compiling utf-8 v0.7.6
29652024-08-05T16:22:39.170Z[ helios-setup] Aug 05 16:22:37.801 INFO E| Compiling untrusted v0.7.1
29662024-08-05T16:22:39.756Z[ helios-setup] Aug 05 16:22:38.387 INFO E| Compiling serde_yaml v0.9.21
29672024-08-05T16:22:39.759Z[ helios-setup] Aug 05 16:22:38.388 INFO E| Compiling tungstenite v0.18.0
29682024-08-05T16:22:39.943Z[ helios-setup] Aug 05 16:22:38.575 INFO E| Compiling clap_builder v4.2.1
29692024-08-05T16:22:40.362Z[ helios-setup] Aug 05 16:22:38.993 INFO E| Compiling reqwest v0.11.16
29702024-08-05T16:22:41.705Z[ host-package] Compiling installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api)
29712024-08-05T16:22:42.106Z[ helios-setup] Aug 05 16:22:40.738 INFO E| Compiling rayon v1.6.1
29722024-08-05T16:22:44.194Z[ host-package] Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb)
29732024-08-05T16:22:45.120Z[ host-package] Compiling uzers v0.11.3
29742024-08-05T16:22:47.142Z[ helios-setup] Aug 05 16:22:45.772 INFO E| Compiling progenitor-impl v0.2.1-dev (https://github.com/oxidecomputer/progenitor#3a5fe998)
29752024-08-05T16:22:50.125Z[ helios-setup] Aug 05 16:22:48.755 INFO E| Compiling devinfo v0.1.0 (git+ssh://git@github.com/oxidecomputer/facade#aadb1404)
29762024-08-05T16:22:50.462Z[ host-package] Compiling wicket v0.1.0 (/work/oxidecomputer/omicron/wicket)
29772024-08-05T16:22:50.665Z[ helios-setup] Aug 05 16:22:49.295 INFO E| Compiling bootserver v0.1.0 (https://github.com/oxidecomputer/boot-image-tools.git#300caa09)
29782024-08-05T16:22:51.606Z[ host-package] Compiling zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup)
29792024-08-05T16:22:55.002Z[ helios-setup] Aug 05 16:22:53.631 INFO E| Compiling bootserver v0.1.0 (https://github.com/oxidecomputer/boot-image-tools.git?rev=ab61443eae8c99b17aac82cbedb9a0c917828f57#ab61443e)
29802024-08-05T16:22:55.080Z[ helios-setup] Aug 05 16:22:53.709 INFO E| Compiling hiercmd v0.1.0 (https://github.com/jclulow/hiercmd#d9d28d6a)
29812024-08-05T16:22:55.556Z[ host-package] Compiling wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd)
29822024-08-05T16:22:56.135Z[ helios-setup] Aug 05 16:22:54.764 INFO E| Compiling clap_derive v4.2.0
29832024-08-05T16:22:58.357Z[ helios-setup] Aug 05 16:22:56.986 INFO E| Compiling progenitor-macro v0.2.1-dev (https://github.com/oxidecomputer/progenitor#3a5fe998)
29842024-08-05T16:22:59.583Z[ helios-setup] Aug 05 16:22:58.212 INFO E| Compiling pilot-common v0.1.0 (/work/oxidecomputer/helios/projects/pilot/common)
29852024-08-05T16:23:05.829Z[ helios-setup] Aug 05 16:23:04.457 INFO E| Compiling clap v4.2.1
29862024-08-05T16:23:22.409Z[ host-package] Compiling gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
29872024-08-05T16:23:22.870Z[ helios-setup] Aug 05 16:23:21.495 INFO E| Compiling progenitor-client v0.2.1-dev (https://github.com/oxidecomputer/progenitor#3a5fe998)
29882024-08-05T16:23:26.241Z[ helios-setup] Aug 05 16:23:24.865 INFO E| Compiling tokio-tungstenite v0.18.0
29892024-08-05T16:23:27.792Z[ helios-setup] Aug 05 16:23:26.416 INFO E| Compiling smartstring v1.0.1
29902024-08-05T16:23:28.845Z[ helios-setup] Aug 05 16:23:27.469 INFO E| Compiling rustls v0.21.0
29912024-08-05T16:23:30.542Z[ helios-setup] Aug 05 16:23:29.165 INFO E| Compiling serde_spanned v0.6.1
29922024-08-05T16:23:31.116Z[ helios-setup] Aug 05 16:23:29.740 INFO E| Compiling toml_datetime v0.6.1
29932024-08-05T16:23:32.922Z[ helios-setup] Aug 05 16:23:31.545 INFO E| Compiling match_cfg v0.1.0
29942024-08-05T16:23:32.938Z[ helios-setup] Aug 05 16:23:31.561 INFO E| Compiling camino v1.1.4
29952024-08-05T16:23:33.073Z[ helios-setup] Aug 05 16:23:31.696 INFO E| Compiling paste v1.0.12
29962024-08-05T16:23:33.696Z[ helios-setup] Aug 05 16:23:32.318 INFO E| Compiling static_assertions v1.1.0
29972024-08-05T16:23:33.986Z[ helios-setup] Aug 05 16:23:32.609 INFO E| Compiling winnow v0.4.1
29982024-08-05T16:23:34.779Z[ helios-setup] Aug 05 16:23:33.402 INFO E| Compiling async-trait v0.1.68
29992024-08-05T16:23:34.911Z[ helios-setup] Aug 05 16:23:33.534 INFO E| Compiling slog-async v2.7.0
30002024-08-05T16:23:36.881Z[ helios-setup] Aug 05 16:23:35.504 INFO E| Compiling hostname v0.3.1
30012024-08-05T16:23:37.611Z[ helios-setup] Aug 05 16:23:36.233 INFO E| Compiling racktest-agent-protocol v0.0.0 (/work/oxidecomputer/helios/projects/pilot/racktest/agent/protocol)
30022024-08-05T16:23:38.252Z[ helios-setup] Aug 05 16:23:36.874 INFO E| Compiling slog-json v2.6.1
30032024-08-05T16:23:39.438Z[ helios-setup] Aug 05 16:23:38.060 INFO E| Compiling unicode-linebreak v0.1.4
30042024-08-05T16:23:40.195Z[ host-package] Compiling multimap v0.10.0
30052024-08-05T16:23:42.189Z[ helios-setup] Aug 05 16:23:40.811 INFO E| Compiling toml_edit v0.19.8
30062024-08-05T16:23:44.557Z[ helios-setup] Aug 05 16:23:43.178 INFO E| Compiling async-stream-impl v0.3.5
30072024-08-05T16:23:47.768Z[ helios-setup] Aug 05 16:23:46.388 INFO E| Compiling rhai_codegen v1.5.0
30082024-08-05T16:23:47.898Z[ helios-setup] Aug 05 16:23:46.519 INFO E| Compiling dropshot v0.9.1-dev (https://github.com/oxidecomputer/dropshot.git?rev=9911f3cf00178e0ee64b99f2c59b5a5464075230#9911f3cf)
30092024-08-05T16:23:49.026Z[ helios-setup] Aug 05 16:23:47.646 INFO E| Compiling take_mut v0.2.2
30102024-08-05T16:23:53.492Z[ helios-setup] Aug 05 16:23:52.112 INFO E| Compiling rhai v1.14.0
30112024-08-05T16:23:53.495Z[ helios-setup] Aug 05 16:23:52.112 INFO E| Compiling toml v0.7.3
30122024-08-05T16:23:55.085Z[ helios-setup] Aug 05 16:23:53.704 INFO E| Compiling async-stream v0.3.5
30132024-08-05T16:23:56.372Z[ helios-setup] Aug 05 16:23:54.991 INFO E| Compiling slog-bunyan v2.4.0
30142024-08-05T16:23:59.643Z[ helios-setup] Aug 05 16:23:58.262 INFO E| Compiling rustls-pemfile v1.0.2
30152024-08-05T16:24:00.989Z[ helios-setup] Aug 05 16:23:59.607 INFO E| Compiling dropshot_endpoint v0.9.1-dev (https://github.com/oxidecomputer/dropshot.git?rev=9911f3cf00178e0ee64b99f2c59b5a5464075230#9911f3cf)
30162024-08-05T16:24:01.653Z[ helios-setup] Aug 05 16:24:00.270 INFO E| Compiling bincode v1.3.3
30172024-08-05T16:24:04.177Z[ helios-setup] Aug 05 16:24:02.795 INFO E| Compiling serde_path_to_error v0.1.11
30182024-08-05T16:24:04.311Z[ helios-setup] Aug 05 16:24:02.929 INFO E| Compiling racktest-control-protocol v0.0.0 (/work/oxidecomputer/helios/projects/pilot/racktest/control/protocol)
30192024-08-05T16:24:05.589Z[ helios-setup] Aug 05 16:24:04.207 INFO E| Compiling terminal_size v0.2.6
30202024-08-05T16:24:06.042Z[ helios-setup] Aug 05 16:24:04.659 INFO E| Compiling smawk v0.3.1
30212024-08-05T16:24:06.962Z[ helios-setup] Aug 05 16:24:05.579 INFO E| Compiling textwrap v0.16.0
30222024-08-05T16:24:16.023Z[ helios-setup] Aug 05 16:24:14.639 INFO E| Compiling sct v0.7.0
30232024-08-05T16:24:16.102Z[ helios-setup] Aug 05 16:24:14.719 INFO E| Compiling rustls-webpki v0.100.1
30242024-08-05T16:24:25.808Z[ helios-setup] Aug 05 16:24:24.422 INFO E| Compiling git2 v0.16.1
30252024-08-05T16:24:25.899Z[ helios-setup] Aug 05 16:24:24.512 INFO E| Compiling tokio-rustls v0.24.0
30262024-08-05T16:24:38.546Z[ helios-setup] Aug 05 16:24:37.158 INFO E| Compiling built v0.6.0
30272024-08-05T16:24:40.407Z[ helios-setup] Aug 05 16:24:39.019 INFO E| Compiling progenitor v0.2.1-dev (https://github.com/oxidecomputer/progenitor#3a5fe998)
30282024-08-05T16:24:42.838Z[ helios-setup] Aug 05 16:24:41.450 INFO E| Compiling racktest-agent-openapi v0.1.0 (/work/oxidecomputer/helios/projects/pilot/racktest/agent/openapi)
30292024-08-05T16:24:43.978Z[ helios-setup] Aug 05 16:24:42.590 INFO E| Compiling racktest-agent v0.0.0 (/work/oxidecomputer/helios/projects/pilot/racktest/agent/server)
30302024-08-05T16:25:04.759Z[ helios-setup] Aug 05 16:25:03.367 INFO E| Compiling racktest-driver v0.0.0 (/work/oxidecomputer/helios/projects/pilot/racktest/driver)
30312024-08-05T16:25:07.199Z[ helios-setup] Aug 05 16:25:05.807 INFO E| Compiling racktest-control-server v0.0.0 (/work/oxidecomputer/helios/projects/pilot/racktest/control/server)
30322024-08-05T16:25:52.608Z[ helios-setup] Aug 05 16:25:51.209 INFO E| Compiling pilot v0.1.0 (/work/oxidecomputer/helios/projects/pilot)
30332024-08-05T16:26:44.898Z[ host-package] Compiling internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns-cli)
30342024-08-05T16:26:45.118Z[ host-package] Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
30352024-08-05T16:26:58.094Z[ helios-setup] Aug 05 16:26:56.684 INFO E| Finished `release` profile [optimized] target(s) in 6m 51s
30362024-08-05T16:26:58.237Z[ helios-setup] Aug 05 16:26:56.827 INFO building project "pilot" ok (411 seconds)
30372024-08-05T16:26:58.240Z[ helios-setup] rm -f helios-build
30382024-08-05T16:26:58.243Z[ helios-setup] ln -s tools/helios-build/target/debug/helios-build
30392024-08-05T16:26:58.245Z[ helios-setup]
30402024-08-05T16:26:58.248Z[ helios-setup] Setup complete! ./helios-build is now available.
30412024-08-05T16:26:58.250Z[ helios-setup]
30422024-08-05T16:26:58.250Z[ helios-setup]
30432024-08-05T16:26:58.251Z[ helios-setup] real 12:22.209675054
30442024-08-05T16:26:58.251Z[ helios-setup] user 29:35.080447398
30452024-08-05T16:26:58.251Z[ helios-setup] sys 3:40.222512630
30462024-08-05T16:26:58.251Z[ helios-setup] trap 1.670145813
30472024-08-05T16:26:58.251Z[ helios-setup] tflt 6.985859368
30482024-08-05T16:26:58.251Z[ helios-setup] dflt 35.943399280
30492024-08-05T16:26:58.251Z[ helios-setup] kflt 0.050091709
30502024-08-05T16:26:58.251Z[ helios-setup] lock 2:02:57.119196791
30512024-08-05T16:26:58.251Z[ helios-setup] slp 3:49:56.897354752
30522024-08-05T16:26:58.251Z[ helios-setup] lat 33:41.916378013
30532024-08-05T16:26:58.251Z[ helios-setup] stop 5:17.075680555
30542024-08-05T16:26:58.254ZAug 05 16:26:56.841 INFO [helios-setup] process exited with exit status: 0 (742.215661705s)
30552024-08-05T16:26:58.254ZAug 05 16:26:56.841 INFO [phbl-toolchain] running: /home/build/.cargo/bin/cargo --version
30562024-08-05T16:26:58.271Z[ phbl-toolchain] info: syncing channel updates for 'nightly-2024-03-19-x86_64-unknown-illumos'
30572024-08-05T16:26:58.485Z[ phbl-toolchain] info: latest update on 2024-03-19, rust version 1.79.0-nightly (3c85e5624 2024-03-18)
30582024-08-05T16:26:58.488Z[ phbl-toolchain] info: downloading component 'cargo'
30592024-08-05T16:27:00.045Z[ phbl-toolchain] info: downloading component 'clippy'
30602024-08-05T16:27:00.352Z[ phbl-toolchain] info: downloading component 'llvm-tools'
30612024-08-05T16:27:05.537Z[ phbl-toolchain] info: downloading component 'miri'
30622024-08-05T16:27:06.102Z[ phbl-toolchain] info: downloading component 'rust-docs'
30632024-08-05T16:27:07.503Z[ phbl-toolchain] info: downloading component 'rust-src'
30642024-08-05T16:27:07.697Z[ phbl-toolchain] info: downloading component 'rust-std'
30652024-08-05T16:27:10.328Z[ phbl-toolchain] info: downloading component 'rustc'
30662024-08-05T16:27:16.784Z[ phbl-toolchain] info: downloading component 'rustfmt'
30672024-08-05T16:27:17.097Z[ phbl-toolchain] info: installing component 'cargo'
30682024-08-05T16:27:18.508Z[ phbl-toolchain] info: installing component 'clippy'
30692024-08-05T16:27:19.027Z[ phbl-toolchain] info: installing component 'llvm-tools'
30702024-08-05T16:27:24.768Z[ phbl-toolchain] info: installing component 'miri'
30712024-08-05T16:27:25.107Z[ phbl-toolchain] info: installing component 'rust-docs'
30722024-08-05T16:27:31.774Z[ phbl-toolchain] info: installing component 'rust-src'
30732024-08-05T16:27:32.517Z[ phbl-toolchain] info: installing component 'rust-std'
30742024-08-05T16:27:34.990Z[ phbl-toolchain] info: installing component 'rustc'
30752024-08-05T16:27:41.321Z[ phbl-toolchain] info: installing component 'rustfmt'
30762024-08-05T16:27:42.121Z[ phbl-toolchain] cargo 1.79.0-nightly (2fe739fcf 2024-03-15)
30772024-08-05T16:27:42.125ZAug 05 16:27:40.705 INFO [phbl-toolchain] process exited with exit status: 0 (43.863185154s)
30782024-08-05T16:33:54.475Z[ host-package] Finished `release` profile [optimized] target(s) in 18m 31s
30792024-08-05T16:34:46.417ZAug 05 16:34:44.933 INFO [host-package] process exited with exit status: 0 (1163.323717663s)
30802024-08-05T16:34:46.421ZAug 05 16:34:44.933 INFO [host-stamp] running task
30812024-08-05T16:34:46.422ZAug 05 16:34:44.933 INFO [recovery-package] running: /work/oxidecomputer/omicron/target/release/omicron-package --target recovery --artifacts /work/artifacts-recovery package
30822024-08-05T16:34:46.424ZAug 05 16:34:44.939 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+git4678f7dc2df
30832024-08-05T16:34:46.431ZAug 05 16:34:44.947 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+git4678f7dc2df
30842024-08-05T16:34:46.436Z[recovery-package] Logging to: /work/artifacts-recovery/LOG
30852024-08-05T16:34:46.439ZAug 05 16:34:44.954 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+git4678f7dc2df
30862024-08-05T16:34:46.445Z[ stamp-overlay] Created: /work/oxidecomputer/omicron/out/versioned/overlay.tar.gz
30872024-08-05T16:34:46.445Z[ stamp-overlay] Logging to: /work/oxidecomputer/omicron/out/LOG
30882024-08-05T16:34:46.447ZAug 05 16:34:44.963 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+git4678f7dc2df
30892024-08-05T16:34:46.454Z[stamp-crucible-dtrace] Logging to: /work/oxidecomputer/omicron/out/LOG
30902024-08-05T16:34:46.457Z[stamp-crucible-dtrace] Created: /work/oxidecomputer/omicron/out/versioned/crucible-dtrace.tar
30912024-08-05T16:34:46.457Z[stamp-omicron-sled-agent] Logging to: /work/oxidecomputer/omicron/out/LOG
30922024-08-05T16:34:46.459ZAug 05 16:34:44.972 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+git4678f7dc2df
30932024-08-05T16:34:46.468ZAug 05 16:34:44.984 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+git4678f7dc2df
30942024-08-05T16:34:46.468Z[stamp-propolis-server] Logging to: /work/oxidecomputer/omicron/out/LOG
30952024-08-05T16:34:46.481ZAug 05 16:34:44.996 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+git4678f7dc2df
30962024-08-05T16:34:46.488Z[ stamp-mg-ddm-gz] Logging to: /work/oxidecomputer/omicron/out/LOG
30972024-08-05T16:34:46.493ZAug 05 16:34:45.009 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+git4678f7dc2df
30982024-08-05T16:34:46.501Z[ stamp-oxlog] Logging to: /work/oxidecomputer/omicron/out/LOG
30992024-08-05T16:34:46.506ZAug 05 16:34:45.022 INFO [stamp-crucible-dtrace] process exited with exit status: 0 (75.531539ms)
31002024-08-05T16:34:46.510Z[ stamp-oxlog] Created: /work/oxidecomputer/omicron/out/versioned/oxlog.tar
31012024-08-05T16:34:46.510ZAug 05 16:34:45.022 INFO [stamp-overlay] process exited with exit status: 0 (83.056656ms)
31022024-08-05T16:34:46.510Z[stamp-pumpkind-gz] Logging to: /work/oxidecomputer/omicron/out/LOG
31032024-08-05T16:34:46.512ZAug 05 16:34:45.026 INFO [stamp-oxlog] process exited with exit status: 0 (42.326352ms)
31042024-08-05T16:34:46.519Z[stamp-switch-asic] Logging to: /work/oxidecomputer/omicron/out/LOG
31052024-08-05T16:34:46.606Z[stamp-pumpkind-gz] Created: /work/oxidecomputer/omicron/out/versioned/pumpkind-gz.tar
31062024-08-05T16:34:46.609ZAug 05 16:34:45.125 INFO [stamp-pumpkind-gz] process exited with exit status: 0 (128.573416ms)
31072024-08-05T16:34:46.691Z[ stamp-mg-ddm-gz] Created: /work/oxidecomputer/omicron/out/versioned/mg-ddm-gz.tar
31082024-08-05T16:34:46.695ZAug 05 16:34:45.211 INFO [stamp-mg-ddm-gz] process exited with exit status: 0 (238.2643ms)
31092024-08-05T16:34:46.790Z[stamp-omicron-sled-agent] Created: /work/oxidecomputer/omicron/out/versioned/omicron-sled-agent.tar
31102024-08-05T16:34:46.794ZAug 05 16:34:45.309 INFO [stamp-omicron-sled-agent] process exited with exit status: 0 (354.805125ms)
31112024-08-05T16:34:47.665Z[stamp-propolis-server] Created: /work/oxidecomputer/omicron/out/versioned/propolis-server.tar.gz
31122024-08-05T16:34:47.670ZAug 05 16:34:46.183 INFO [stamp-propolis-server] process exited with exit status: 0 (1.220345696s)
31132024-08-05T16:34:47.741Z[recovery-package] Compiling installinator-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-client)
31142024-08-05T16:34:50.157Z[recovery-package] Compiling installinator v0.1.0 (/work/oxidecomputer/omicron/installinator)
31152024-08-05T16:34:56.756Z[stamp-switch-asic] Created: /work/oxidecomputer/omicron/out/versioned/switch-asic.tar.gz
31162024-08-05T16:34:56.759ZAug 05 16:34:55.273 INFO [stamp-switch-asic] process exited with exit status: 0 (10.26418306s)
31172024-08-05T16:34:56.762ZAug 05 16:34:55.273 INFO [host-stamp] task succeeded (10.340475265s)
31182024-08-05T16:34:56.762ZAug 05 16:34:55.273 INFO [host-proto] running task
31192024-08-05T16:34:57.156ZAug 05 16:34:55.670 INFO [host-proto] task succeeded (396.809481ms)
31202024-08-05T16:34:57.156ZAug 05 16:34:55.670 INFO [host-profile] running task
31212024-08-05T16:34:57.159ZAug 05 16:34:55.671 INFO [host-profile] task succeeded (285.45µs)
31222024-08-05T16:34:57.159ZAug 05 16:34:55.671 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/.tmp41afuc/proto/host/root -N 'ci 4678f7d/${os_short_commit} 2024-08-05 16:14' -s host -B
31232024-08-05T16:34:57.172Z[ host-image] Aug 05 16:34:55.686 INFO using AMD firmware configuration file "/work/oxidecomputer/helios/image/amd/milan-gimlet-b.efs.json5"
31242024-08-05T16:34:57.175Z[ host-image] Aug 05 16:34:55.686 INFO using AMD firmware blob directories ["/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.a"]
31252024-08-05T16:34:57.189Z[ host-image] Aug 05 16:34:55.703 INFO generated template "/work/oxidecomputer/helios/tmp/image.host/genproto.json" for extra proto "/tmp/.tmp41afuc/proto/host/root"
31262024-08-05T16:34:57.189Z[ host-image] Aug 05 16:34:55.703 INFO using external package repository https://pkg.oxide.computer/helios/2/dev/
31272024-08-05T16:34:57.192Z[ host-image] Aug 05 16:34:55.703 INFO image builder template: ramdisk-01-os...
31282024-08-05T16:34:57.192Z[ host-image] Aug 05 16:34:55.703 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/.tmp41afuc/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
31292024-08-05T16:34:57.214Z[ host-image] Aug 05 16:34:55.728 INFO O| Aug 05 16:34:55.727 INFO CREATE DATASET: rpool/images/build/host/output
31302024-08-05T16:34:57.403Z[ host-image] Aug 05 16:34:55.915 INFO O| Aug 05 16:34:55.915 INFO temporary dataset: rpool/images/build/host/tmp/gimlet/ramdisk-01-os
31312024-08-05T16:34:57.407Z[ host-image] Aug 05 16:34:55.920 INFO O| Aug 05 16:34:55.920 INFO CREATE DATASET: rpool/images/build/host/tmp/gimlet/ramdisk-01-os
31322024-08-05T16:34:57.619Z[ host-image] Aug 05 16:34:56.133 INFO O| Aug 05 16:34:56.133 INFO SET DATASET PROPERTY ON rpool/images/build/host/tmp/gimlet/ramdisk-01-os: sync = disabled
31332024-08-05T16:34:57.684Z[ host-image] Aug 05 16:34:56.197 INFO O| Aug 05 16:34:56.197 INFO temporary directory: /rpool/images/build/host/tmp/gimlet/ramdisk-01-os
31342024-08-05T16:34:57.684Z[ host-image] Aug 05 16:34:56.197 INFO O| Aug 05 16:34:56.197 INFO work dataset: rpool/images/build/host/work/gimlet/ramdisk
31352024-08-05T16:34:57.687Z[ host-image] Aug 05 16:34:56.197 INFO O| Aug 05 16:34:56.197 INFO resetting by removing work dataset: rpool/images/build/host/work/gimlet/ramdisk
31362024-08-05T16:34:57.687Z[ host-image] Aug 05 16:34:56.198 INFO O| Aug 05 16:34:56.197 INFO DESTROY DATASET: rpool/images/build/host/work/gimlet/ramdisk
31372024-08-05T16:34:57.693Z[ host-image] Aug 05 16:34:56.207 INFO O| Aug 05 16:34:56.207 INFO CREATE DATASET: rpool/images/build/host/work/gimlet/ramdisk
31382024-08-05T16:34:57.927Z[ host-image] Aug 05 16:34:56.441 INFO O| Aug 05 16:34:56.441 INFO STEP 0: pkg_image_create, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
31392024-08-05T16:34:57.941Z[ host-image] Aug 05 16:34:56.455 INFO O| Aug 05 16:34:56.455 INFO exec: ["/usr/bin/pkg", "image-create", "--full", "/rpool/images/build/host/work/gimlet/ramdisk"]
31402024-08-05T16:34:58.346Z[ host-image] Aug 05 16:34:56.859 INFO O| Aug 05 16:34:56.859 INFO O| Caching catalogs ... Done
31412024-08-05T16:34:58.493Z[ host-image] Aug 05 16:34:57.006 INFO O| Aug 05 16:34:57.005 INFO STEP 0 (pkg_image_create) COMPLETE
31422024-08-05T16:34:58.493Z[ host-image] Aug 05 16:34:57.006 INFO O| Aug 05 16:34:57.006 INFO STEP 1: pkg_set_publisher, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
31432024-08-05T16:34:58.496Z[ host-image] Aug 05 16:34:57.006 INFO O| Aug 05 16:34:57.006 INFO skip step because feature "repo_redist" is not enabled
31442024-08-05T16:34:58.496Z[ host-image] Aug 05 16:34:57.006 INFO O| Aug 05 16:34:57.006 INFO STEP 2: pkg_set_publisher, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
31452024-08-05T16:34:58.508Z[ host-image] Aug 05 16:34:57.021 INFO O| Aug 05 16:34:57.021 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"]
31462024-08-05T16:34:59.025Z[ host-image] Aug 05 16:34:57.480 INFO O| Aug 05 16:34:57.480 INFO STEP 2 (pkg_set_publisher) COMPLETE
31472024-08-05T16:34:59.025Z[ host-image] Aug 05 16:34:57.480 INFO O| Aug 05 16:34:57.480 INFO STEP 3: pkg_set_publisher, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
31482024-08-05T16:34:59.068Z[ host-image] Aug 05 16:34:57.499 INFO O| Aug 05 16:34:57.499 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"]
31492024-08-05T16:34:59.576Z[ host-image] Aug 05 16:34:58.076 INFO O| Aug 05 16:34:58.076 INFO STEP 3 (pkg_set_publisher) COMPLETE
31502024-08-05T16:34:59.576Z[ host-image] Aug 05 16:34:58.076 INFO O| Aug 05 16:34:58.076 INFO STEP 4: pkg_set_publisher, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
31512024-08-05T16:34:59.576Z[ host-image] Aug 05 16:34:58.076 INFO O| Aug 05 16:34:58.076 INFO skip step because feature "repo_redist" is not enabled
31522024-08-05T16:34:59.593Z[ host-image] Aug 05 16:34:58.076 INFO O| Aug 05 16:34:58.076 INFO STEP 5: pkg_change_variant, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
31532024-08-05T16:35:00.134Z[ host-image] Aug 05 16:34:58.641 INFO O| Aug 05 16:34:58.641 INFO variant opensolaris.zone is already global
31542024-08-05T16:35:00.134Z[ host-image] Aug 05 16:34:58.641 INFO O| Aug 05 16:34:58.641 INFO STEP 5 (pkg_change_variant) COMPLETE
31552024-08-05T16:35:00.146Z[ host-image] Aug 05 16:34:58.641 INFO O| Aug 05 16:34:58.641 INFO STEP 6: pkg_change_variant, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
31562024-08-05T16:35:00.715Z[ host-image] Aug 05 16:34:59.228 INFO O| Aug 05 16:34:59.227 INFO variant opensolaris.imagetype is full; changing to partial
31572024-08-05T16:35:00.715Z[ host-image] Aug 05 16:34:59.228 INFO O| Aug 05 16:34:59.227 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/host/work/gimlet/ramdisk", "change-variant", "opensolaris.imagetype=partial"]
31582024-08-05T16:35:07.633Z[ host-image] Aug 05 16:35:06.145 INFO O| Aug 05 16:35:06.145 INFO O| Startup: Refreshing catalog 'helios-dev' ... Done
31592024-08-05T16:35:09.725Z[recovery-package] Finished `release` profile [optimized] target(s) in 23.06s
31602024-08-05T16:35:09.749Z[ host-image] Aug 05 16:35:08.261 INFO O| Aug 05 16:35:08.261 INFO O| Startup: Caching catalogs ... Done
31612024-08-05T16:35:09.794Z[ host-image] Aug 05 16:35:08.306 INFO O| Aug 05 16:35:08.306 INFO O| Planning: Planning completed in 0.00 seconds
31622024-08-05T16:35:09.798Z[ host-image] Aug 05 16:35:08.306 INFO O| Aug 05 16:35:08.306 INFO O| Planning: Consolidating action changes ... Done
31632024-08-05T16:35:09.798Z[ host-image] Aug 05 16:35:08.307 INFO O| Aug 05 16:35:08.306 INFO O| Planning: Evaluating mediators ... Done
31642024-08-05T16:35:09.798Z[ host-image] Aug 05 16:35:08.307 INFO O| Aug 05 16:35:08.307 INFO O| Planning: Planning completed in 0.00 seconds
31652024-08-05T16:35:09.798Z[ host-image] Aug 05 16:35:08.307 INFO O| Aug 05 16:35:08.307 INFO O| Variants/Facets to change: 1
31662024-08-05T16:35:09.811Z[ host-image] Aug 05 16:35:08.321 INFO O| Aug 05 16:35:08.321 INFO O| Done
31672024-08-05T16:35:09.811Z[ host-image] Aug 05 16:35:08.321 INFO O| Aug 05 16:35:08.321 INFO O| Done
31682024-08-05T16:35:10.173Z[ host-image] Aug 05 16:35:08.683 INFO O| Aug 05 16:35:08.683 INFO O| Done
31692024-08-05T16:35:10.200Z[ host-image] Aug 05 16:35:08.710 INFO O| Aug 05 16:35:08.710 INFO O| Done
31702024-08-05T16:35:10.204Z[ host-image] Aug 05 16:35:08.711 INFO O| Aug 05 16:35:08.711 INFO O| Done
31712024-08-05T16:35:10.204Z[ host-image] Aug 05 16:35:08.711 INFO O| Aug 05 16:35:08.711 INFO O| Done
31722024-08-05T16:35:10.204Z[ host-image] Aug 05 16:35:08.713 INFO O| Aug 05 16:35:08.713 INFO O| Done
31732024-08-05T16:35:10.523Z[ host-image] Aug 05 16:35:09.034 INFO O| Aug 05 16:35:09.034 INFO STEP 6 (pkg_change_variant) COMPLETE
31742024-08-05T16:35:10.524Z[ host-image] Aug 05 16:35:09.034 INFO O| Aug 05 16:35:09.034 INFO STEP 7: pkg_change_variant, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
31752024-08-05T16:35:10.530Z[ host-image] Aug 05 16:35:09.034 INFO O| Aug 05 16:35:09.034 INFO skip step because feature "debug_variant" is not enabled
31762024-08-05T16:35:10.531Z[ host-image] Aug 05 16:35:09.034 INFO O| Aug 05 16:35:09.034 INFO STEP 8: pkg_change_facet, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
31772024-08-05T16:35:10.908Z[ host-image] Aug 05 16:35:09.419 INFO O| Aug 05 16:35:09.418 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/host/work/gimlet/ramdisk", "change-facet", "openssl.10=false"]
31782024-08-05T16:35:11.136ZAug 05 16:35:09.640 INFO [recovery-package] process exited with exit status: 0 (24.706315961s)
31792024-08-05T16:35:11.136ZAug 05 16:35:09.640 INFO [recovery-stamp] running task
31802024-08-05T16:35:11.147ZAug 05 16:35:09.640 INFO [verify-libraries] running: /home/build/.rustup/toolchains/1.80.0-x86_64-unknown-illumos/bin/cargo xtask verify-libraries --release
31812024-08-05T16:35:11.147ZAug 05 16:35:09.640 INFO [stamp-installinator] running: /work/oxidecomputer/omicron/target/release/omicron-package --target recovery --artifacts /work/artifacts-recovery stamp installinator 10.0.0-0.ci+git4678f7dc2df
31822024-08-05T16:35:11.161ZAug 05 16:35:09.653 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+git4678f7dc2df
31832024-08-05T16:35:11.161Z[stamp-installinator] Logging to: /work/artifacts-recovery/LOG
31842024-08-05T16:35:11.166Z[ stamp-mg-ddm-gz] Logging to: /work/artifacts-recovery/LOG
31852024-08-05T16:35:11.231Z[stamp-installinator] Created: /work/artifacts-recovery/versioned/installinator.tar
31862024-08-05T16:35:11.234ZAug 05 16:35:09.746 INFO [stamp-installinator] process exited with exit status: 0 (105.861905ms)
31872024-08-05T16:35:11.279Z[ stamp-mg-ddm-gz] Created: /work/artifacts-recovery/versioned/mg-ddm-gz.tar
31882024-08-05T16:35:11.282ZAug 05 16:35:09.794 INFO [stamp-mg-ddm-gz] process exited with exit status: 0 (141.437972ms)
31892024-08-05T16:35:11.286ZAug 05 16:35:09.794 INFO [recovery-stamp] task succeeded (154.503621ms)
31902024-08-05T16:35:11.286ZAug 05 16:35:09.794 INFO [recovery-proto] running task
31912024-08-05T16:35:11.286ZAug 05 16:35:09.794 INFO [tuf-stamp] running task
31922024-08-05T16:35:11.286ZAug 05 16:35:09.795 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+git4678f7dc2df
31932024-08-05T16:35:11.298ZAug 05 16:35:09.808 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+git4678f7dc2df
31942024-08-05T16:35:11.308Z[stamp-clickhouse_keeper] Logging to: /work/oxidecomputer/omicron/out/LOG
31952024-08-05T16:35:11.310ZAug 05 16:35:09.819 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+git4678f7dc2df
31962024-08-05T16:35:11.319ZAug 05 16:35:09.831 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+git4678f7dc2df
31972024-08-05T16:35:11.325Z[stamp-external-dns] Logging to: /work/oxidecomputer/omicron/out/LOG
31982024-08-05T16:35:11.329ZAug 05 16:35:09.841 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+git4678f7dc2df
31992024-08-05T16:35:11.336Z[ stamp-oximeter] Logging to: /work/oxidecomputer/omicron/out/LOG
32002024-08-05T16:35:11.341Z[ stamp-probe] Logging to: /work/oxidecomputer/omicron/out/LOG
32012024-08-05T16:35:11.347ZAug 05 16:35:09.858 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+git4678f7dc2df
32022024-08-05T16:35:11.369Z[stamp-clickhouse] Logging to: /work/oxidecomputer/omicron/out/LOG
32032024-08-05T16:35:11.373ZAug 05 16:35:09.881 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+git4678f7dc2df
32042024-08-05T16:35:11.385Z[stamp-internal-dns] Logging to: /work/oxidecomputer/omicron/out/LOG
32052024-08-05T16:35:11.388ZAug 05 16:35:09.897 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+git4678f7dc2df
32062024-08-05T16:35:11.426Z[ host-image] Aug 05 16:35:09.900 INFO O| Aug 05 16:35:09.900 INFO O| Startup: Refreshing catalog 'helios-dev' ... Done
32072024-08-05T16:35:11.429Z[ host-image] Aug 05 16:35:09.902 INFO O| Aug 05 16:35:09.902 INFO O| Planning: Planning completed in 0.00 seconds
32082024-08-05T16:35:11.429Z[ host-image] Aug 05 16:35:09.903 INFO O| Aug 05 16:35:09.902 INFO O| Planning: Consolidating action changes ... Done
32092024-08-05T16:35:11.429Z[ host-image] Aug 05 16:35:09.903 INFO O| Aug 05 16:35:09.903 INFO O| Planning: Evaluating mediators ... Done
32102024-08-05T16:35:11.429Z[ host-image] Aug 05 16:35:09.903 INFO O| Aug 05 16:35:09.903 INFO O| Planning: Planning completed in 0.00 seconds
32112024-08-05T16:35:11.429Z[ host-image] Aug 05 16:35:09.903 INFO O| Aug 05 16:35:09.903 INFO O| Variants/Facets to change: 1
32122024-08-05T16:35:11.436Z[ host-image] Aug 05 16:35:09.947 INFO O| Aug 05 16:35:09.947 INFO O| Done
32132024-08-05T16:35:11.436Z[ host-image] Aug 05 16:35:09.947 INFO O| Aug 05 16:35:09.947 INFO O| Done
32142024-08-05T16:35:11.448Z[ stamp-probe] Created: /work/oxidecomputer/omicron/out/versioned/probe.tar.gz
32152024-08-05T16:35:11.456Z[stamp-crucible-zone] Logging to: /work/oxidecomputer/omicron/out/LOG
32162024-08-05T16:35:11.481ZAug 05 16:35:09.993 INFO [recovery-proto] task succeeded (173.336421ms)
32172024-08-05T16:35:11.481ZAug 05 16:35:09.993 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+git4678f7dc2df
32182024-08-05T16:35:11.481ZAug 05 16:35:09.993 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/.tmp41afuc/proto/recovery/root -N 'recovery 4678f7d/${os_short_commit} 2024-08-05 16:14' -s recovery -R
32192024-08-05T16:35:11.493Z[stamp-crucible-pantry-zone] Logging to: /work/oxidecomputer/omicron/out/LOG
32202024-08-05T16:35:11.496ZAug 05 16:35:10.005 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+git4678f7dc2df
32212024-08-05T16:35:11.501Z[ recovery-image] Aug 05 16:35:10.012 INFO using AMD firmware configuration file "/work/oxidecomputer/helios/image/amd/milan-gimlet-b.efs.json5"
32222024-08-05T16:35:11.503Z[ recovery-image] Aug 05 16:35:10.012 INFO using AMD firmware blob directories ["/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.a"]
32232024-08-05T16:35:11.506Z[stamp-cockroachdb] Logging to: /work/oxidecomputer/omicron/out/LOG
32242024-08-05T16:35:11.506ZAug 05 16:35:10.015 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+git4678f7dc2df
32252024-08-05T16:35:11.543Z[ recovery-image] Aug 05 16:35:10.029 INFO generated template "/work/oxidecomputer/helios/tmp/image.recovery/genproto.json" for extra proto "/tmp/.tmp41afuc/proto/recovery/root"
32262024-08-05T16:35:11.543Z[ recovery-image] Aug 05 16:35:10.029 INFO using external package repository https://pkg.oxide.computer/helios/2/dev/
32272024-08-05T16:35:11.546Z[ recovery-image] Aug 05 16:35:10.030 INFO image builder template: ramdisk-01-os...
32282024-08-05T16:35:11.546Z[ recovery-image] Aug 05 16:35:10.030 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/.tmp41afuc/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
32292024-08-05T16:35:11.546Z[ stamp-nexus] Logging to: /work/oxidecomputer/omicron/out/LOG
32302024-08-05T16:35:11.546Z[ stamp-ntp] Logging to: /work/oxidecomputer/omicron/out/LOG
32312024-08-05T16:35:11.546ZAug 05 16:35:10.055 INFO [stamp-probe] process exited with exit status: 0 (224.422859ms)
32322024-08-05T16:35:11.593Z[ recovery-image] Aug 05 16:35:10.105 INFO O| Aug 05 16:35:10.089 INFO CREATE DATASET: rpool/images/build/recovery/output
32332024-08-05T16:35:12.069Z[ recovery-image] Aug 05 16:35:10.567 INFO O| Aug 05 16:35:10.556 INFO temporary dataset: rpool/images/build/recovery/tmp/gimlet/ramdisk-01-os
32342024-08-05T16:35:12.069Z[ recovery-image] Aug 05 16:35:10.579 INFO O| Aug 05 16:35:10.563 INFO CREATE DATASET: rpool/images/build/recovery/tmp/gimlet/ramdisk-01-os
32352024-08-05T16:35:12.140Z[ stamp-ntp] Created: /work/oxidecomputer/omicron/out/versioned/ntp.tar.gz
32362024-08-05T16:35:12.144ZAug 05 16:35:10.655 INFO [stamp-ntp] process exited with exit status: 0 (639.654646ms)
32372024-08-05T16:35:12.163Z[ host-image] Aug 05 16:35:10.674 INFO O| Aug 05 16:35:10.674 INFO O| Done
32382024-08-05T16:35:12.219Z[ host-image] Aug 05 16:35:10.730 INFO O| Aug 05 16:35:10.729 INFO O| Done
32392024-08-05T16:35:12.223Z[ host-image] Aug 05 16:35:10.730 INFO O| Aug 05 16:35:10.730 INFO O| Done
32402024-08-05T16:35:12.224Z[ host-image] Aug 05 16:35:10.730 INFO O| Aug 05 16:35:10.730 INFO O| Done
32412024-08-05T16:35:12.224Z[ host-image] Aug 05 16:35:10.732 INFO O| Aug 05 16:35:10.732 INFO O| Done
32422024-08-05T16:35:12.357Z[ host-image] Aug 05 16:35:10.868 INFO O| Aug 05 16:35:10.868 INFO STEP 8 (pkg_change_facet) COMPLETE
32432024-08-05T16:35:12.357Z[ host-image] Aug 05 16:35:10.868 INFO O| Aug 05 16:35:10.868 INFO STEP 9: pkg_change_facet, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
32442024-08-05T16:35:12.357Z[ host-image] Aug 05 16:35:10.868 INFO O| Aug 05 16:35:10.868 INFO skip step because feature "recovery" is not enabled
32452024-08-05T16:35:12.357Z[ host-image] Aug 05 16:35:10.868 INFO O| Aug 05 16:35:10.868 INFO STEP 10: pkg_change_facet, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
32462024-08-05T16:35:12.360Z[ host-image] Aug 05 16:35:10.868 INFO O| Aug 05 16:35:10.868 INFO skip step because feature "recovery" is not enabled
32472024-08-05T16:35:12.360Z[ host-image] Aug 05 16:35:10.868 INFO O| Aug 05 16:35:10.868 INFO STEP 11: pkg_install, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
32482024-08-05T16:35:12.375Z[ host-image] Aug 05 16:35:10.886 INFO O| Aug 05 16:35:10.886 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"]
32492024-08-05T16:35:12.535Z[ recovery-image] Aug 05 16:35:11.045 INFO O| Aug 05 16:35:11.045 INFO SET DATASET PROPERTY ON rpool/images/build/recovery/tmp/gimlet/ramdisk-01-os: sync = disabled
32502024-08-05T16:35:12.639Z[ recovery-image] Aug 05 16:35:11.150 INFO O| Aug 05 16:35:11.150 INFO temporary directory: /rpool/images/build/recovery/tmp/gimlet/ramdisk-01-os
32512024-08-05T16:35:12.639Z[ recovery-image] Aug 05 16:35:11.150 INFO O| Aug 05 16:35:11.150 INFO work dataset: rpool/images/build/recovery/work/gimlet/ramdisk
32522024-08-05T16:35:12.641Z[ recovery-image] Aug 05 16:35:11.150 INFO O| Aug 05 16:35:11.150 INFO resetting by removing work dataset: rpool/images/build/recovery/work/gimlet/ramdisk
32532024-08-05T16:35:12.641Z[ recovery-image] Aug 05 16:35:11.150 INFO O| Aug 05 16:35:11.150 INFO DESTROY DATASET: rpool/images/build/recovery/work/gimlet/ramdisk
32542024-08-05T16:35:12.652Z[ recovery-image] Aug 05 16:35:11.162 INFO O| Aug 05 16:35:11.162 INFO CREATE DATASET: rpool/images/build/recovery/work/gimlet/ramdisk
32552024-08-05T16:35:12.681Z[stamp-external-dns] Created: /work/oxidecomputer/omicron/out/versioned/external-dns.tar.gz
32562024-08-05T16:35:12.721ZAug 05 16:35:11.233 INFO [stamp-external-dns] process exited with exit status: 0 (1.425053609s)
32572024-08-05T16:35:12.858Z[stamp-internal-dns] Created: /work/oxidecomputer/omicron/out/versioned/internal-dns.tar.gz
32582024-08-05T16:35:12.863ZAug 05 16:35:11.374 INFO [stamp-internal-dns] process exited with exit status: 0 (1.516090557s)
32592024-08-05T16:35:12.967Z[verify-libraries] Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.82s
32602024-08-05T16:35:12.991Z[verify-libraries] Running `target/debug/xtask verify-libraries --release`
32612024-08-05T16:35:12.994Z[ recovery-image] Aug 05 16:35:11.504 INFO O| Aug 05 16:35:11.504 INFO STEP 0: pkg_image_create, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
32622024-08-05T16:35:13.025Z[stamp-crucible-pantry-zone] Created: /work/oxidecomputer/omicron/out/versioned/crucible-pantry-zone.tar.gz
32632024-08-05T16:35:13.029ZAug 05 16:35:11.540 INFO [stamp-crucible-pantry-zone] process exited with exit status: 0 (1.642998536s)
32642024-08-05T16:35:13.033Z[ recovery-image] Aug 05 16:35:11.544 INFO O| Aug 05 16:35:11.544 INFO exec: ["/usr/bin/pkg", "image-create", "--full", "/rpool/images/build/recovery/work/gimlet/ramdisk"]
32652024-08-05T16:35:13.255Z[ host-image] Aug 05 16:35:11.766 INFO O| Aug 05 16:35:11.766 INFO O| Startup: Refreshing catalog 'helios-dev' ... Done
32662024-08-05T16:35:13.394Z[stamp-crucible-zone] Created: /work/oxidecomputer/omicron/out/versioned/crucible-zone.tar.gz
32672024-08-05T16:35:13.404ZAug 05 16:35:11.914 INFO [stamp-crucible-zone] process exited with exit status: 0 (2.032486701s)
32682024-08-05T16:35:13.502Z[ stamp-oximeter] Created: /work/oxidecomputer/omicron/out/versioned/oximeter.tar.gz
32692024-08-05T16:35:13.514ZAug 05 16:35:12.024 INFO [stamp-oximeter] process exited with exit status: 0 (2.204261919s)
32702024-08-05T16:35:13.553Z[ recovery-image] Aug 05 16:35:12.064 INFO O| Aug 05 16:35:12.064 INFO O| Caching catalogs ... Done
32712024-08-05T16:35:13.684Z[ recovery-image] Aug 05 16:35:12.194 INFO O| Aug 05 16:35:12.194 INFO STEP 0 (pkg_image_create) COMPLETE
32722024-08-05T16:35:13.684Z[ recovery-image] Aug 05 16:35:12.195 INFO O| Aug 05 16:35:12.194 INFO STEP 1: pkg_set_publisher, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
32732024-08-05T16:35:13.684Z[ recovery-image] Aug 05 16:35:12.195 INFO O| Aug 05 16:35:12.194 INFO skip step because feature "repo_redist" is not enabled
32742024-08-05T16:35:13.684Z[ recovery-image] Aug 05 16:35:12.195 INFO O| Aug 05 16:35:12.194 INFO STEP 2: pkg_set_publisher, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
32752024-08-05T16:35:13.701Z[ recovery-image] Aug 05 16:35:12.212 INFO O| Aug 05 16:35:12.212 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"]
32762024-08-05T16:35:14.197Z[ recovery-image] Aug 05 16:35:12.696 INFO O| Aug 05 16:35:12.696 INFO STEP 2 (pkg_set_publisher) COMPLETE
32772024-08-05T16:35:14.197Z[ recovery-image] Aug 05 16:35:12.696 INFO O| Aug 05 16:35:12.696 INFO STEP 3: pkg_set_publisher, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
32782024-08-05T16:35:14.208Z[ recovery-image] Aug 05 16:35:12.712 INFO O| Aug 05 16:35:12.712 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/recovery/work/gimlet/ramdisk", "set-publisher", "--no-refresh", "-O", "https://pkg.oxide.computer/helios/2/dev/", "helios-dev"]
32792024-08-05T16:35:14.730Z[ recovery-image] Aug 05 16:35:13.239 INFO O| Aug 05 16:35:13.239 INFO STEP 3 (pkg_set_publisher) COMPLETE
32802024-08-05T16:35:14.730Z[ recovery-image] Aug 05 16:35:13.239 INFO O| Aug 05 16:35:13.239 INFO STEP 4: pkg_set_publisher, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
32812024-08-05T16:35:14.738Z[ recovery-image] Aug 05 16:35:13.239 INFO O| Aug 05 16:35:13.239 INFO skip step because feature "repo_redist" is not enabled
32822024-08-05T16:35:14.738Z[ recovery-image] Aug 05 16:35:13.239 INFO O| Aug 05 16:35:13.239 INFO STEP 5: pkg_change_variant, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
32832024-08-05T16:35:15.051Z[ stamp-nexus] Created: /work/oxidecomputer/omicron/out/versioned/nexus.tar.gz
32842024-08-05T16:35:15.064ZAug 05 16:35:13.562 INFO [stamp-nexus] process exited with exit status: 0 (3.557284123s)
32852024-08-05T16:35:15.143Z[ recovery-image] Aug 05 16:35:13.653 INFO O| Aug 05 16:35:13.653 INFO variant opensolaris.zone is already global
32862024-08-05T16:35:15.143Z[ recovery-image] Aug 05 16:35:13.653 INFO O| Aug 05 16:35:13.653 INFO STEP 5 (pkg_change_variant) COMPLETE
32872024-08-05T16:35:15.143Z[ recovery-image] Aug 05 16:35:13.653 INFO O| Aug 05 16:35:13.653 INFO STEP 6: pkg_change_variant, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
32882024-08-05T16:35:15.549Z[ recovery-image] Aug 05 16:35:14.060 INFO O| Aug 05 16:35:14.060 INFO variant opensolaris.imagetype is full; changing to partial
32892024-08-05T16:35:15.550Z[ recovery-image] Aug 05 16:35:14.060 INFO O| Aug 05 16:35:14.060 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/recovery/work/gimlet/ramdisk", "change-variant", "opensolaris.imagetype=partial"]
32902024-08-05T16:35:17.113Z[stamp-cockroachdb] Created: /work/oxidecomputer/omicron/out/versioned/cockroachdb.tar.gz
32912024-08-05T16:35:17.119ZAug 05 16:35:15.630 INFO [stamp-cockroachdb] process exited with exit status: 0 (5.66207947s)
32922024-08-05T16:35:19.774Z[stamp-clickhouse] Created: /work/oxidecomputer/omicron/out/versioned/clickhouse.tar.gz
32932024-08-05T16:35:19.778ZAug 05 16:35:18.288 INFO [stamp-clickhouse] process exited with exit status: 0 (8.447505833s)
32942024-08-05T16:35:19.797Z[stamp-clickhouse_keeper] Created: /work/oxidecomputer/omicron/out/versioned/clickhouse_keeper.tar.gz
32952024-08-05T16:35:19.801ZAug 05 16:35:18.311 INFO [stamp-clickhouse_keeper] process exited with exit status: 0 (8.516436208s)
32962024-08-05T16:35:19.804ZAug 05 16:35:18.312 INFO [tuf-stamp] task succeeded (8.517176225s)
32972024-08-05T16:35:20.197Z[verify-libraries] Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
32982024-08-05T16:35:20.322Z[verify-libraries] Compiling heck v0.4.1
32992024-08-05T16:35:20.322Z[verify-libraries] Compiling wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg)
33002024-08-05T16:35:20.326Z[verify-libraries] Compiling reconfigurator-cli v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-cli)
33012024-08-05T16:35:20.353Z[verify-libraries] Compiling omicron-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev)
33022024-08-05T16:35:20.367Z[verify-libraries] Compiling indent_write v2.2.0
33032024-08-05T16:35:20.370Z[verify-libraries] Compiling tufaceous v0.1.0 (/work/oxidecomputer/omicron/tufaceous)
33042024-08-05T16:35:20.370Z[verify-libraries] Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
33052024-08-05T16:35:20.686Z[ recovery-image] Aug 05 16:35:19.196 INFO O| Aug 05 16:35:19.195 INFO O| Startup: Refreshing catalog 'helios-dev' ... Done
33062024-08-05T16:35:20.716Z[verify-libraries] Compiling openapi-lint v0.4.0 (https://github.com/oxidecomputer/openapi-lint?branch=main#ef442ee4)
33072024-08-05T16:35:21.030Z[verify-libraries] Compiling termios v0.3.3
33082024-08-05T16:35:21.562Z[verify-libraries] Compiling openapi-manager v0.1.0 (/work/oxidecomputer/omicron/dev-tools/openapi-manager)
33092024-08-05T16:35:21.858Z[verify-libraries] Compiling gateway-cli v0.1.0 (/work/oxidecomputer/omicron/gateway-cli)
33102024-08-05T16:35:25.393Z[ recovery-image] Aug 05 16:35:23.902 INFO O| Aug 05 16:35:23.902 INFO O| Startup: Caching catalogs ... Done
33112024-08-05T16:35:25.478Z[ recovery-image] Aug 05 16:35:23.987 INFO O| Aug 05 16:35:23.987 INFO O| Planning: Planning completed in 0.00 seconds
33122024-08-05T16:35:25.482Z[ recovery-image] Aug 05 16:35:23.988 INFO O| Aug 05 16:35:23.988 INFO O| Planning: Consolidating action changes ... Done
33132024-08-05T16:35:25.482Z[ recovery-image] Aug 05 16:35:23.988 INFO O| Aug 05 16:35:23.988 INFO O| Planning: Evaluating mediators ... Done
33142024-08-05T16:35:25.482Z[ recovery-image] Aug 05 16:35:23.989 INFO O| Aug 05 16:35:23.989 INFO O| Planning: Planning completed in 0.00 seconds
33152024-08-05T16:35:25.483Z[ recovery-image] Aug 05 16:35:23.989 INFO O| Aug 05 16:35:23.989 INFO O| Variants/Facets to change: 1
33162024-08-05T16:35:25.582Z[ recovery-image] Aug 05 16:35:24.091 INFO O| Aug 05 16:35:24.091 INFO O| Done
33172024-08-05T16:35:25.582Z[ recovery-image] Aug 05 16:35:24.091 INFO O| Aug 05 16:35:24.091 INFO O| Done
33182024-08-05T16:35:26.328Z[ recovery-image] Aug 05 16:35:24.836 INFO O| Aug 05 16:35:24.836 INFO O| Done
33192024-08-05T16:35:26.374Z[ recovery-image] Aug 05 16:35:24.882 INFO O| Aug 05 16:35:24.882 INFO O| Done
33202024-08-05T16:35:26.376Z[ recovery-image] Aug 05 16:35:24.884 INFO O| Aug 05 16:35:24.884 INFO O| Done
33212024-08-05T16:35:26.376Z[ recovery-image] Aug 05 16:35:24.884 INFO O| Aug 05 16:35:24.884 INFO O| Done
33222024-08-05T16:35:26.379Z[ recovery-image] Aug 05 16:35:24.886 INFO O| Aug 05 16:35:24.886 INFO O| Done
33232024-08-05T16:35:26.860Z[ recovery-image] Aug 05 16:35:25.369 INFO O| Aug 05 16:35:25.369 INFO STEP 6 (pkg_change_variant) COMPLETE
33242024-08-05T16:35:26.860Z[ recovery-image] Aug 05 16:35:25.369 INFO O| Aug 05 16:35:25.369 INFO STEP 7: pkg_change_variant, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
33252024-08-05T16:35:26.863Z[ recovery-image] Aug 05 16:35:25.369 INFO O| Aug 05 16:35:25.369 INFO skip step because feature "debug_variant" is not enabled
33262024-08-05T16:35:26.863Z[ recovery-image] Aug 05 16:35:25.369 INFO O| Aug 05 16:35:25.369 INFO STEP 8: pkg_change_facet, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
33272024-08-05T16:35:27.645Z[ recovery-image] Aug 05 16:35:26.153 INFO O| Aug 05 16:35:26.153 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/recovery/work/gimlet/ramdisk", "change-facet", "openssl.10=false"]
33282024-08-05T16:35:28.726Z[ recovery-image] Aug 05 16:35:27.235 INFO O| Aug 05 16:35:27.235 INFO O| Startup: Refreshing catalog 'helios-dev' ... Done
33292024-08-05T16:35:28.729Z[ recovery-image] Aug 05 16:35:27.237 INFO O| Aug 05 16:35:27.237 INFO O| Planning: Planning completed in 0.00 seconds
33302024-08-05T16:35:28.729Z[ recovery-image] Aug 05 16:35:27.238 INFO O| Aug 05 16:35:27.238 INFO O| Planning: Consolidating action changes ... Done
33312024-08-05T16:35:28.729Z[ recovery-image] Aug 05 16:35:27.238 INFO O| Aug 05 16:35:27.238 INFO O| Planning: Evaluating mediators ... Done
33322024-08-05T16:35:28.732Z[ recovery-image] Aug 05 16:35:27.238 INFO O| Aug 05 16:35:27.238 INFO O| Planning: Planning completed in 0.00 seconds
33332024-08-05T16:35:28.732Z[ recovery-image] Aug 05 16:35:27.239 INFO O| Aug 05 16:35:27.239 INFO O| Variants/Facets to change: 1
33342024-08-05T16:35:28.801Z[ recovery-image] Aug 05 16:35:27.309 INFO O| Aug 05 16:35:27.309 INFO O| Done
33352024-08-05T16:35:28.801Z[ recovery-image] Aug 05 16:35:27.309 INFO O| Aug 05 16:35:27.309 INFO O| Done
33362024-08-05T16:35:29.260Z[ recovery-image] Aug 05 16:35:27.768 INFO O| Aug 05 16:35:27.768 INFO O| Done
33372024-08-05T16:35:29.335Z[ recovery-image] Aug 05 16:35:27.843 INFO O| Aug 05 16:35:27.843 INFO O| Done
33382024-08-05T16:35:29.338Z[ recovery-image] Aug 05 16:35:27.844 INFO O| Aug 05 16:35:27.844 INFO O| Done
33392024-08-05T16:35:29.338Z[ recovery-image] Aug 05 16:35:27.844 INFO O| Aug 05 16:35:27.844 INFO O| Done
33402024-08-05T16:35:29.338Z[ recovery-image] Aug 05 16:35:27.846 INFO O| Aug 05 16:35:27.846 INFO O| Done
33412024-08-05T16:35:29.457Z[ recovery-image] Aug 05 16:35:27.966 INFO O| Aug 05 16:35:27.965 INFO STEP 8 (pkg_change_facet) COMPLETE
33422024-08-05T16:35:29.457Z[ recovery-image] Aug 05 16:35:27.966 INFO O| Aug 05 16:35:27.966 INFO STEP 9: pkg_change_facet, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
33432024-08-05T16:35:29.901Z[verify-libraries] Compiling crdb-seed v0.1.0 (/work/oxidecomputer/omicron/dev-tools/crdb-seed)
33442024-08-05T16:35:30.404Z[ recovery-image] Aug 05 16:35:28.897 INFO O| Aug 05 16:35:28.895 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/recovery/work/gimlet/ramdisk", "change-facet", "doc=false"]
33452024-08-05T16:35:31.351Z[ recovery-image] Aug 05 16:35:29.859 INFO O| Aug 05 16:35:29.859 INFO O| Startup: Refreshing catalog 'helios-dev' ... Done
33462024-08-05T16:35:31.354Z[ recovery-image] Aug 05 16:35:29.861 INFO O| Aug 05 16:35:29.861 INFO O| Planning: Planning completed in 0.00 seconds
33472024-08-05T16:35:31.354Z[ recovery-image] Aug 05 16:35:29.862 INFO O| Aug 05 16:35:29.862 INFO O| Planning: Consolidating action changes ... Done
33482024-08-05T16:35:31.354Z[ recovery-image] Aug 05 16:35:29.862 INFO O| Aug 05 16:35:29.862 INFO O| Planning: Evaluating mediators ... Done
33492024-08-05T16:35:31.379Z[ recovery-image] Aug 05 16:35:29.887 INFO O| Aug 05 16:35:29.887 INFO O| Planning: Planning completed in 0.03 seconds
33502024-08-05T16:35:31.382Z[ recovery-image] Aug 05 16:35:29.888 INFO O| Aug 05 16:35:29.888 INFO O| Variants/Facets to change: 1
33512024-08-05T16:35:31.437Z[ recovery-image] Aug 05 16:35:29.945 INFO O| Aug 05 16:35:29.945 INFO O| Done
33522024-08-05T16:35:31.437Z[ recovery-image] Aug 05 16:35:29.945 INFO O| Aug 05 16:35:29.945 INFO O| Done
33532024-08-05T16:35:31.994Z[ recovery-image] Aug 05 16:35:30.502 INFO O| Aug 05 16:35:30.502 INFO O| Done
33542024-08-05T16:35:32.076Z[ recovery-image] Aug 05 16:35:30.584 INFO O| Aug 05 16:35:30.583 INFO O| Done
33552024-08-05T16:35:32.078Z[ recovery-image] Aug 05 16:35:30.585 INFO O| Aug 05 16:35:30.585 INFO O| Done
33562024-08-05T16:35:32.079Z[ recovery-image] Aug 05 16:35:30.585 INFO O| Aug 05 16:35:30.585 INFO O| Done
33572024-08-05T16:35:32.082Z[ recovery-image] Aug 05 16:35:30.587 INFO O| Aug 05 16:35:30.587 INFO O| Done
33582024-08-05T16:35:32.212Z[ recovery-image] Aug 05 16:35:30.720 INFO O| Aug 05 16:35:30.720 INFO STEP 9 (pkg_change_facet) COMPLETE
33592024-08-05T16:35:32.212Z[ recovery-image] Aug 05 16:35:30.720 INFO O| Aug 05 16:35:30.720 INFO STEP 10: pkg_change_facet, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
33602024-08-05T16:35:32.909Z[ recovery-image] Aug 05 16:35:31.416 INFO O| Aug 05 16:35:31.416 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/recovery/work/gimlet/ramdisk", "change-facet", "doc.man=false"]
33612024-08-05T16:35:34.008Z[ recovery-image] Aug 05 16:35:32.516 INFO O| Aug 05 16:35:32.516 INFO O| Startup: Refreshing catalog 'helios-dev' ... Done
33622024-08-05T16:35:34.011Z[ recovery-image] Aug 05 16:35:32.518 INFO O| Aug 05 16:35:32.518 INFO O| Planning: Planning completed in 0.00 seconds
33632024-08-05T16:35:34.014Z[ recovery-image] Aug 05 16:35:32.520 INFO O| Aug 05 16:35:32.519 INFO O| Planning: Consolidating action changes ... Done
33642024-08-05T16:35:34.015Z[ recovery-image] Aug 05 16:35:32.520 INFO O| Aug 05 16:35:32.520 INFO O| Planning: Evaluating mediators ... Done
33652024-08-05T16:35:34.015Z[ recovery-image] Aug 05 16:35:32.520 INFO O| Aug 05 16:35:32.520 INFO O| Planning: Planning completed in 0.00 seconds
33662024-08-05T16:35:34.015Z[ recovery-image] Aug 05 16:35:32.521 INFO O| Aug 05 16:35:32.521 INFO O| Variants/Facets to change: 1
33672024-08-05T16:35:34.081Z[ recovery-image] Aug 05 16:35:32.589 INFO O| Aug 05 16:35:32.588 INFO O| Done
33682024-08-05T16:35:34.081Z[ recovery-image] Aug 05 16:35:32.589 INFO O| Aug 05 16:35:32.589 INFO O| Done
33692024-08-05T16:35:34.565Z[ recovery-image] Aug 05 16:35:33.073 INFO O| Aug 05 16:35:33.073 INFO O| Done
33702024-08-05T16:35:34.618Z[ recovery-image] Aug 05 16:35:33.125 INFO O| Aug 05 16:35:33.125 INFO O| Done
33712024-08-05T16:35:34.622Z[ recovery-image] Aug 05 16:35:33.126 INFO O| Aug 05 16:35:33.126 INFO O| Done
33722024-08-05T16:35:34.622Z[ recovery-image] Aug 05 16:35:33.127 INFO O| Aug 05 16:35:33.127 INFO O| Done
33732024-08-05T16:35:34.622Z[ recovery-image] Aug 05 16:35:33.129 INFO O| Aug 05 16:35:33.129 INFO O| Done
33742024-08-05T16:35:34.744Z[ recovery-image] Aug 05 16:35:33.252 INFO O| Aug 05 16:35:33.252 INFO STEP 10 (pkg_change_facet) COMPLETE
33752024-08-05T16:35:34.744Z[ recovery-image] Aug 05 16:35:33.252 INFO O| Aug 05 16:35:33.252 INFO STEP 11: pkg_install, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
33762024-08-05T16:35:34.768Z[ recovery-image] Aug 05 16:35:33.275 INFO O| Aug 05 16:35:33.275 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"]
33772024-08-05T16:35:35.836Z[ recovery-image] Aug 05 16:35:34.344 INFO O| Aug 05 16:35:34.344 INFO O| Startup: Refreshing catalog 'helios-dev' ... Done
33782024-08-05T16:35:37.927Z[ host-image] Aug 05 16:35:36.433 INFO O| Aug 05 16:35:36.433 INFO O| Planning: Solver setup ... Done
33792024-08-05T16:35:53.270Z[verify-libraries] Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
33802024-08-05T16:35:58.286Z[ host-image] Aug 05 16:35:56.761 INFO O| Aug 05 16:35:56.761 INFO O| Planning: Running solver ... Done
33812024-08-05T16:35:58.599Z[ host-image] Aug 05 16:35:57.103 INFO O| Aug 05 16:35:57.103 INFO O| Planning: Finding local manifests ... Done
33822024-08-05T16:35:58.616Z[ host-image] Aug 05 16:35:57.120 INFO O| Aug 05 16:35:57.120 INFO O| Planning: Fetching manifests: 0/124 0% complete
33832024-08-05T16:36:03.834Z[ host-image] Aug 05 16:36:02.337 INFO O| Aug 05 16:36:02.337 INFO O| Planning: Fetching manifests: 124/124 100% complete
33842024-08-05T16:36:05.192Z[ recovery-image] Aug 05 16:36:03.695 INFO O| Aug 05 16:36:03.695 INFO O| Planning: Solver setup ... Done
33852024-08-05T16:36:05.200Z[ host-image] Aug 05 16:36:03.703 INFO O| Aug 05 16:36:03.703 INFO O| Planning: Package planning ... Done
33862024-08-05T16:36:06.899Z[ host-image] Aug 05 16:36:05.401 INFO O| Aug 05 16:36:05.401 INFO O| Planning: Merging actions ... Done
33872024-08-05T16:36:07.305Z[ host-image] Aug 05 16:36:05.807 INFO O| Aug 05 16:36:05.807 INFO O| Planning: Checking for conflicting actions ... Done
33882024-08-05T16:36:07.625Z[ host-image] Aug 05 16:36:06.127 INFO O| Aug 05 16:36:06.127 INFO O| Planning: Consolidating action changes ... Done
33892024-08-05T16:36:08.175Z[ host-image] Aug 05 16:36:06.677 INFO O| Aug 05 16:36:06.677 INFO O| Planning: Evaluating mediators ... Done
33902024-08-05T16:36:14.295Z[ host-image] Aug 05 16:36:12.796 INFO O| Aug 05 16:36:12.796 INFO O| Planning: Planning completed in 61.03 seconds
33912024-08-05T16:36:14.301Z[ host-image] Aug 05 16:36:12.802 INFO O| Aug 05 16:36:12.802 INFO O| Packages to install: 124
33922024-08-05T16:36:14.301Z[ host-image] Aug 05 16:36:12.802 INFO O| Aug 05 16:36:12.802 INFO O| Mediators to change: 4
33932024-08-05T16:36:14.304Z[ host-image] Aug 05 16:36:12.802 INFO O| Aug 05 16:36:12.802 INFO O| Services to change: 6
33942024-08-05T16:36:14.425Z[ host-image] Aug 05 16:36:12.926 INFO O| Aug 05 16:36:12.926 INFO O| Download: 0/22724 items 0.0/196.3MB 0% complete
33952024-08-05T16:36:19.437Z[ host-image] Aug 05 16:36:17.937 INFO O| Aug 05 16:36:17.937 INFO O| Download: 858/22724 items 6.8/196.3MB 3% complete (1.4M/s)
33962024-08-05T16:36:24.559Z[ recovery-image] Aug 05 16:36:23.058 INFO O| Aug 05 16:36:23.058 INFO O| Planning: Running solver ... Done
33972024-08-05T16:36:24.831Z[ recovery-image] Aug 05 16:36:23.330 INFO O| Aug 05 16:36:23.330 INFO O| Planning: Finding local manifests ... Done
33982024-08-05T16:36:24.848Z[ recovery-image] Aug 05 16:36:23.347 INFO O| Aug 05 16:36:23.347 INFO O| Planning: Fetching manifests: 0/124 0% complete
33992024-08-05T16:36:28.236Z[ host-image] Aug 05 16:36:26.735 INFO O| Aug 05 16:36:26.735 INFO O| Download: 1022/22724 items 8.0/196.3MB 4% complete (1.3M/s)
34002024-08-05T16:36:29.776Z[ recovery-image] Aug 05 16:36:28.274 INFO O| Aug 05 16:36:28.274 INFO O| Planning: Fetching manifests: 124/124 100% complete
34012024-08-05T16:36:31.057Z[ recovery-image] Aug 05 16:36:29.555 INFO O| Aug 05 16:36:29.555 INFO O| Planning: Package planning ... Done
34022024-08-05T16:36:31.865Z[ recovery-image] Aug 05 16:36:30.363 INFO O| Aug 05 16:36:30.363 INFO O| Planning: Merging actions ... Done
34032024-08-05T16:36:32.058Z[ recovery-image] Aug 05 16:36:30.556 INFO O| Aug 05 16:36:30.556 INFO O| Planning: Checking for conflicting actions ... Done
34042024-08-05T16:36:32.192Z[ recovery-image] Aug 05 16:36:30.690 INFO O| Aug 05 16:36:30.690 INFO O| Planning: Consolidating action changes ... Done
34052024-08-05T16:36:32.262Z[verify-libraries] Compiling nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils)
34062024-08-05T16:36:32.567Z[ recovery-image] Aug 05 16:36:31.065 INFO O| Aug 05 16:36:31.065 INFO O| Planning: Evaluating mediators ... Done
34072024-08-05T16:36:33.115Z[verify-libraries] Compiling zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup)
34082024-08-05T16:36:33.616Z[ host-image] Aug 05 16:36:32.115 INFO O| Aug 05 16:36:32.115 INFO O| Download: 1648/22724 items 10.8/196.3MB 5% complete (530k/s)
34092024-08-05T16:36:35.480Z[verify-libraries] Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
34102024-08-05T16:36:37.744Z[verify-libraries] Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
34112024-08-05T16:36:38.630Z[ host-image] Aug 05 16:36:37.128 INFO O| Aug 05 16:36:37.127 INFO O| Download: 1851/22724 items 19.2/196.3MB 9% complete (1.1M/s)
34122024-08-05T16:36:38.730Z[ recovery-image] Aug 05 16:36:37.228 INFO O| Aug 05 16:36:37.228 INFO O| Planning: Planning completed in 62.88 seconds
34132024-08-05T16:36:38.754Z[ recovery-image] Aug 05 16:36:37.252 INFO O| Aug 05 16:36:37.252 INFO O| Packages to install: 124
34142024-08-05T16:36:38.757Z[ recovery-image] Aug 05 16:36:37.252 INFO O| Aug 05 16:36:37.252 INFO O| Mediators to change: 4
34152024-08-05T16:36:38.757Z[ recovery-image] Aug 05 16:36:37.252 INFO O| Aug 05 16:36:37.252 INFO O| Services to change: 5
34162024-08-05T16:36:38.839Z[ recovery-image] Aug 05 16:36:37.336 INFO O| Aug 05 16:36:37.336 INFO O| Download: 0/15831 items 0.0/173.1MB 0% complete
34172024-08-05T16:36:42.989Z[verify-libraries] Compiling oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
34182024-08-05T16:36:43.842Z[ recovery-image] Aug 05 16:36:42.338 INFO O| Aug 05 16:36:42.338 INFO O| Download: 655/15831 items 5.3/173.1MB 3% complete (1.1M/s)
34192024-08-05T16:36:44.696Z[ host-image] Aug 05 16:36:43.193 INFO O| Aug 05 16:36:43.193 INFO O| Download: 2094/22724 items 23.1/196.3MB 11% complete (1.3M/s)
34202024-08-05T16:36:48.926Z[ recovery-image] Aug 05 16:36:47.412 INFO O| Aug 05 16:36:47.412 INFO O| Download: 1099/15831 items 9.2/173.1MB 5% complete (1.1M/s)
34212024-08-05T16:36:50.157Z[ host-image] Aug 05 16:36:48.653 INFO O| Aug 05 16:36:48.653 INFO O| Download: 2243/22724 items 24.5/196.3MB 12% complete (450k/s)
34222024-08-05T16:36:54.047Z[ recovery-image] Aug 05 16:36:52.542 INFO O| Aug 05 16:36:52.542 INFO O| Download: 1184/15831 items 14.9/173.1MB 8% complete (905k/s)
34232024-08-05T16:36:55.408Z[ host-image] Aug 05 16:36:53.903 INFO O| Aug 05 16:36:53.903 INFO O| Download: 2257/22724 items 24.8/196.3MB 12% complete (287k/s)
34242024-08-05T16:36:59.377Z[ recovery-image] Aug 05 16:36:57.871 INFO O| Aug 05 16:36:57.871 INFO O| Download: 1536/15831 items 22.2/173.1MB 12% complete (1.3M/s)
34252024-08-05T16:37:00.410Z[ host-image] Aug 05 16:36:58.904 INFO O| Aug 05 16:36:58.904 INFO O| Download: 2747/22724 items 31.2/196.3MB 15% complete (734k/s)
34262024-08-05T16:37:04.512Z[ recovery-image] Aug 05 16:37:03.005 INFO O| Aug 05 16:37:03.005 INFO O| Download: 1654/15831 items 27.7/173.1MB 15% complete (1.2M/s)
34272024-08-05T16:37:06.945Z[ host-image] Aug 05 16:37:05.438 INFO O| Aug 05 16:37:05.438 INFO O| Download: 3482/22724 items 35.6/196.3MB 18% complete (1.1M/s)
34282024-08-05T16:37:09.513Z[ recovery-image] Aug 05 16:37:08.006 INFO O| Aug 05 16:37:08.006 INFO O| Download: 2248/15831 items 31.0/173.1MB 17% complete (938k/s)
34292024-08-05T16:37:11.949Z[ host-image] Aug 05 16:37:10.441 INFO O| Aug 05 16:37:10.441 INFO O| Download: 4194/22724 items 40.7/196.3MB 20% complete (715k/s)
34302024-08-05T16:37:14.566Z[ recovery-image] Aug 05 16:37:13.058 INFO O| Aug 05 16:37:13.058 INFO O| Download: 2676/15831 items 33.0/173.1MB 19% complete (833k/s)
34312024-08-05T16:37:16.955Z[ host-image] Aug 05 16:37:15.446 INFO O| Aug 05 16:37:15.446 INFO O| Download: 4674/22724 items 44.7/196.3MB 22% complete (865k/s)
34322024-08-05T16:37:19.573Z[ recovery-image] Aug 05 16:37:18.064 INFO O| Aug 05 16:37:18.064 INFO O| Download: 3421/15831 items 38.1/173.1MB 21% complete (721k/s)
34332024-08-05T16:37:21.961Z[ host-image] Aug 05 16:37:20.452 INFO O| Aug 05 16:37:20.452 INFO O| Download: 5452/22724 items 46.1/196.3MB 23% complete (555k/s)
34342024-08-05T16:37:24.574Z[ recovery-image] Aug 05 16:37:23.064 INFO O| Aug 05 16:37:23.064 INFO O| Download: 3808/15831 items 42.3/173.1MB 24% complete (951k/s)
34352024-08-05T16:37:26.967Z[ host-image] Aug 05 16:37:25.457 INFO O| Aug 05 16:37:25.457 INFO O| Download: 6193/22724 items 46.5/196.3MB 23% complete (288k/s)
34362024-08-05T16:37:29.679Z[ recovery-image] Aug 05 16:37:28.168 INFO O| Aug 05 16:37:28.168 INFO O| Download: 4774/15831 items 43.0/173.1MB 24% complete (526k/s)
34372024-08-05T16:37:32.211Z[ host-image] Aug 05 16:37:30.700 INFO O| Aug 05 16:37:30.699 INFO O| Download: 6977/22724 items 50.3/196.3MB 25% complete (416k/s)
34382024-08-05T16:37:34.680Z[ recovery-image] Aug 05 16:37:33.169 INFO O| Aug 05 16:37:33.169 INFO O| Download: 5384/15831 items 43.3/173.1MB 25% complete (107k/s)
34392024-08-05T16:37:37.212Z[ host-image] Aug 05 16:37:35.700 INFO O| Aug 05 16:37:35.700 INFO O| Download: 7641/22724 items 58.5/196.3MB 29% complete (1.2M/s)
34402024-08-05T16:37:39.939Z[ recovery-image] Aug 05 16:37:38.426 INFO O| Aug 05 16:37:38.426 INFO O| Download: 5690/15831 items 45.2/173.1MB 26% complete (202k/s)
34412024-08-05T16:37:42.494Z[ host-image] Aug 05 16:37:40.981 INFO O| Aug 05 16:37:40.981 INFO O| Download: 8256/22724 items 65.0/196.3MB 33% complete (1.4M/s)
34422024-08-05T16:37:45.117Z[ recovery-image] Aug 05 16:37:43.603 INFO O| Aug 05 16:37:43.603 INFO O| Download: 5946/15831 items 53.6/173.1MB 30% complete (1015k/s)
34432024-08-05T16:37:47.500Z[ host-image] Aug 05 16:37:45.986 INFO O| Aug 05 16:37:45.986 INFO O| Download: 8367/22724 items 69.1/196.3MB 35% complete (1.0M/s)
34442024-08-05T16:37:51.665Z[ recovery-image] Aug 05 16:37:50.151 INFO O| Aug 05 16:37:50.150 INFO O| Download: 6174/15831 items 61.8/173.1MB 35% complete (1.6M/s)
34452024-08-05T16:37:52.563Z[ host-image] Aug 05 16:37:51.048 INFO O| Aug 05 16:37:51.048 INFO O| Download: 9160/22724 items 75.5/196.3MB 38% complete (1.1M/s)
34462024-08-05T16:37:56.675Z[ recovery-image] Aug 05 16:37:55.160 INFO O| Aug 05 16:37:55.160 INFO O| Download: 6823/15831 items 66.1/173.1MB 38% complete (1.2M/s)
34472024-08-05T16:37:57.571Z[ host-image] Aug 05 16:37:56.055 INFO O| Aug 05 16:37:56.055 INFO O| Download: 9617/22724 items 83.3/196.3MB 42% complete (1.4M/s)
34482024-08-05T16:38:01.689Z[ recovery-image] Aug 05 16:38:00.173 INFO O| Aug 05 16:38:00.173 INFO O| Download: 7210/15831 items 73.2/173.1MB 42% complete (1.1M/s)
34492024-08-05T16:38:02.572Z[ host-image] Aug 05 16:38:01.056 INFO O| Aug 05 16:38:01.056 INFO O| Download: 10252/22724 items 87.1/196.3MB 44% complete (1.2M/s)
34502024-08-05T16:38:07.197Z[ recovery-image] Aug 05 16:38:05.680 INFO O| Aug 05 16:38:05.680 INFO O| Download: 7637/15831 items 73.7/173.1MB 42% complete (895k/s)
34512024-08-05T16:38:11.739Z[ host-image] Aug 05 16:38:10.221 INFO O| Aug 05 16:38:10.221 INFO O| Download: 10410/22724 items 88.0/196.3MB 44% complete (890k/s)
34522024-08-05T16:38:12.199Z[ recovery-image] Aug 05 16:38:10.681 INFO O| Aug 05 16:38:10.680 INFO O| Download: 8414/15831 items 79.8/173.1MB 46% complete (666k/s)
34532024-08-05T16:38:16.745Z[ host-image] Aug 05 16:38:15.225 INFO O| Aug 05 16:38:15.225 INFO O| Download: 10875/22724 items 90.1/196.3MB 45% complete (470k/s)
34542024-08-05T16:38:17.550Z[ recovery-image] Aug 05 16:38:16.031 INFO O| Aug 05 16:38:16.031 INFO O| Download: 8658/15831 items 81.5/173.1MB 47% complete (829k/s)
34552024-08-05T16:38:22.131Z[ host-image] Aug 05 16:38:20.611 INFO O| Aug 05 16:38:20.611 INFO O| Download: 11126/22724 items 93.1/196.3MB 47% complete (507k/s)
34562024-08-05T16:38:25.034Z[ recovery-image] Aug 05 16:38:23.514 INFO O| Aug 05 16:38:23.514 INFO O| Download: 8762/15831 items 84.2/173.1MB 48% complete (685k/s)
34572024-08-05T16:38:30.165Z[ recovery-image] Aug 05 16:38:28.644 INFO O| Aug 05 16:38:28.644 INFO O| Download: 8925/15831 items 92.6/173.1MB 53% complete (885k/s)
34582024-08-05T16:38:30.848Z[ host-image] Aug 05 16:38:29.326 INFO O| Aug 05 16:38:29.326 INFO O| Download: 11233/22724 items 94.1/196.3MB 47% complete (421k/s)
34592024-08-05T16:38:35.171Z[ recovery-image] Aug 05 16:38:33.650 INFO O| Aug 05 16:38:33.650 INFO O| Download: 9499/15831 items 92.9/173.1MB 53% complete (919k/s)
34602024-08-05T16:38:35.863Z[ host-image] Aug 05 16:38:34.341 INFO O| Aug 05 16:38:34.341 INFO O| Download: 11751/22724 items 96.3/196.3MB 49% complete (241k/s)
34612024-08-05T16:38:41.152Z[ host-image] Aug 05 16:38:39.630 INFO O| Aug 05 16:38:39.630 INFO O| Download: 11998/22724 items 98.8/196.3MB 50% complete (491k/s)
34622024-08-05T16:38:46.161Z[ host-image] Aug 05 16:38:44.638 INFO O| Aug 05 16:38:44.638 INFO O| Download: 12045/22724 items 100.7/196.3MB 51% complete (434k/s)
34632024-08-05T16:38:52.228Z[ host-image] Aug 05 16:38:50.704 INFO O| Aug 05 16:38:50.704 INFO O| Download: 12174/22724 items 108.5/196.3MB 55% complete (1.0M/s)
34642024-08-05T16:38:55.668Z[ recovery-image] Aug 05 16:38:54.143 INFO O| Aug 05 16:38:54.143 INFO O| Download: 9953/15831 items 93.1/173.1MB 53% complete
34652024-08-05T16:38:58.313Z[ host-image] Aug 05 16:38:56.788 INFO O| Aug 05 16:38:56.788 INFO O| Download: 12197/22724 items 108.7/196.3MB 55% complete (890k/s)
34662024-08-05T16:39:01.413Z[ recovery-image] Aug 05 16:38:59.888 INFO O| Aug 05 16:38:59.888 INFO O| Download: 10542/15831 items 93.4/173.1MB 53% complete (80.6k/s)
34672024-08-05T16:39:03.377Z[ host-image] Aug 05 16:39:01.850 INFO O| Aug 05 16:39:01.850 INFO O| Download: 12299/22724 items 109.4/196.3MB 55% complete (116k/s)
34682024-08-05T16:39:06.435Z[ recovery-image] Aug 05 16:39:04.909 INFO O| Aug 05 16:39:04.909 INFO O| Download: 11002/15831 items 94.6/173.1MB 54% complete (133k/s)
34692024-08-05T16:39:08.392Z[ host-image] Aug 05 16:39:06.866 INFO O| Aug 05 16:39:06.865 INFO O| Download: 13124/22724 items 109.8/196.3MB 55% complete (131k/s)
34702024-08-05T16:39:12.163Z[ recovery-image] Aug 05 16:39:10.636 INFO O| Aug 05 16:39:10.635 INFO O| Download: 11042/15831 items 95.3/173.1MB 55% complete (165k/s)
34712024-08-05T16:39:13.402Z[ host-image] Aug 05 16:39:11.875 INFO O| Aug 05 16:39:11.875 INFO O| Download: 13651/22724 items 110.1/196.3MB 56% complete (66.7k/s)
34722024-08-05T16:39:17.189Z[ recovery-image] Aug 05 16:39:15.662 INFO O| Aug 05 16:39:15.661 INFO O| Download: 11097/15831 items 99.6/173.1MB 57% complete (543k/s)
34732024-08-05T16:39:18.455Z[ host-image] Aug 05 16:39:16.927 INFO O| Aug 05 16:39:16.926 INFO O| Download: 14135/22724 items 110.6/196.3MB 56% complete (61.3k/s)
34742024-08-05T16:39:22.339Z[ recovery-image] Aug 05 16:39:20.810 INFO O| Aug 05 16:39:20.810 INFO O| Download: 11503/15831 items 111.1/173.1MB 64% complete (1.5M/s)
34752024-08-05T16:39:23.747Z[ host-image] Aug 05 16:39:22.218 INFO O| Aug 05 16:39:22.218 INFO O| Download: 14418/22724 items 111.6/196.3MB 56% complete (155k/s)
34762024-08-05T16:39:27.717Z[ recovery-image] Aug 05 16:39:26.187 INFO O| Aug 05 16:39:26.187 INFO O| Download: 11914/15831 items 128.1/173.1MB 74% complete (3.0M/s)
34772024-08-05T16:39:29.181Z[ host-image] Aug 05 16:39:27.651 INFO O| Aug 05 16:39:27.651 INFO O| Download: 14508/22724 items 116.6/196.3MB 59% complete (613k/s)
34782024-08-05T16:39:31.187Z[verify-libraries] Finished `release` profile [optimized] target(s) in 4m 12s
34792024-08-05T16:39:31.452ZAug 05 16:39:29.922 INFO [verify-libraries] process exited with exit status: 0 (260.2819182s)
34802024-08-05T16:39:34.187Z[ host-image] Aug 05 16:39:32.656 INFO O| Aug 05 16:39:32.656 INFO O| Download: 15426/22724 items 122.0/196.3MB 62% complete (1004k/s)
34812024-08-05T16:39:36.945Z[ recovery-image] Aug 05 16:39:35.413 INFO O| Aug 05 16:39:35.413 INFO O| Download: 11917/15831 items 128.2/173.1MB 74% complete (2.8M/s)
34822024-08-05T16:39:39.329Z[ host-image] Aug 05 16:39:37.798 INFO O| Aug 05 16:39:37.797 INFO O| Download: 15733/22724 items 125.9/196.3MB 64% complete (979k/s)
34832024-08-05T16:39:41.946Z[ recovery-image] Aug 05 16:39:40.414 INFO O| Aug 05 16:39:40.414 INFO O| Download: 12720/15831 items 139.4/173.1MB 80% complete (2.3M/s)
34842024-08-05T16:39:44.962Z[ host-image] Aug 05 16:39:43.429 INFO O| Aug 05 16:39:43.429 INFO O| Download: 15744/22724 items 126.0/196.3MB 64% complete (896k/s)
34852024-08-05T16:39:47.420Z[ recovery-image] Aug 05 16:39:45.887 INFO O| Aug 05 16:39:45.887 INFO O| Download: 13004/15831 items 140.5/173.1MB 81% complete (2.1M/s)
34862024-08-05T16:39:49.962Z[ host-image] Aug 05 16:39:48.429 INFO O| Aug 05 16:39:48.429 INFO O| Download: 16381/22724 items 135.0/196.3MB 68% complete (958k/s)
34872024-08-05T16:39:52.422Z[ recovery-image] Aug 05 16:39:50.889 INFO O| Aug 05 16:39:50.889 INFO O| Download: 13735/15831 items 143.9/173.1MB 83% complete (401k/s)
34882024-08-05T16:39:54.986Z[ host-image] Aug 05 16:39:53.452 INFO O| Aug 05 16:39:53.452 INFO O| Download: 16868/22724 items 136.0/196.3MB 69% complete (1.1M/s)
34892024-08-05T16:39:57.423Z[ recovery-image] Aug 05 16:39:55.889 INFO O| Aug 05 16:39:55.889 INFO O| Download: 14656/15831 items 147.6/173.1MB 85% complete (719k/s)
34902024-08-05T16:40:02.930Z[ recovery-image] Aug 05 16:40:01.394 INFO O| Aug 05 16:40:01.394 INFO O| Download: 14765/15831 items 153.6/173.1MB 88% complete (1012k/s)
34912024-08-05T16:40:03.029Z[ host-image] Aug 05 16:40:01.493 INFO O| Aug 05 16:40:01.493 INFO O| Download: 16871/22724 items 136.0/196.3MB 69% complete (1.0M/s)
34922024-08-05T16:40:07.932Z[ recovery-image] Aug 05 16:40:06.396 INFO O| Aug 05 16:40:06.396 INFO O| Download: 14825/15831 items 154.0/173.1MB 88% complete (647k/s)
34932024-08-05T16:40:08.177Z[ host-image] Aug 05 16:40:06.641 INFO O| Aug 05 16:40:06.640 INFO O| Download: 17856/22724 items 150.0/196.3MB 76% complete (1.6M/s)
34942024-08-05T16:40:13.178Z[ host-image] Aug 05 16:40:11.642 INFO O| Aug 05 16:40:11.641 INFO O| Download: 18391/22724 items 160.3/196.3MB 81% complete (2.4M/s)
34952024-08-05T16:40:13.931Z[ recovery-image] Aug 05 16:40:12.394 INFO O| Aug 05 16:40:12.394 INFO O| Download: 15248/15831 items 157.9/173.1MB 91% complete (918k/s)
34962024-08-05T16:40:18.746Z[ host-image] Aug 05 16:40:17.208 INFO O| Aug 05 16:40:17.208 INFO O| Download: 18941/22724 items 162.4/196.3MB 82% complete (2.1M/s)
34972024-08-05T16:40:20.347Z[ recovery-image] Aug 05 16:40:18.809 INFO O| Aug 05 16:40:18.809 INFO O| Download: 15251/15831 items 157.9/173.1MB 91% complete
34982024-08-05T16:40:23.750Z[ host-image] Aug 05 16:40:22.212 INFO O| Aug 05 16:40:22.212 INFO O| Download: 20253/22724 items 168.2/196.3MB 85% complete (783k/s)
34992024-08-05T16:40:26.473Z[ recovery-image] Aug 05 16:40:24.932 INFO O| Aug 05 16:40:24.932 INFO O| Download: 15281/15831 items 158.0/173.1MB 91% complete (3.5k/s)
35002024-08-05T16:40:28.758Z[ host-image] Aug 05 16:40:27.218 INFO O| Aug 05 16:40:27.218 INFO O| Download: 20672/22724 items 170.7/196.3MB 86% complete (814k/s)
35012024-08-05T16:40:31.575Z[ recovery-image] Aug 05 16:40:30.035 INFO O| Aug 05 16:40:30.035 INFO O| Download: 15599/15831 items 166.7/173.1MB 96% complete (881k/s)
35022024-08-05T16:40:34.433Z[ host-image] Aug 05 16:40:32.891 INFO O| Aug 05 16:40:32.891 INFO O| Download: 20877/22724 items 175.5/196.3MB 89% complete (850k/s)
35032024-08-05T16:40:34.522Z[ recovery-image] Aug 05 16:40:32.982 INFO O| Aug 05 16:40:32.982 INFO O| Download: Completed 173.13 MB in 235.65 seconds (750k/s)
35042024-08-05T16:40:34.966Z[ recovery-image] Aug 05 16:40:33.425 INFO O| Aug 05 16:40:33.425 INFO O| Actions: 1/24963 actions (Installing new actions)
35052024-08-05T16:40:39.976Z[ recovery-image] Aug 05 16:40:38.434 INFO O| Aug 05 16:40:38.434 INFO O| Actions: 13522/24963 actions (Installing new actions)
35062024-08-05T16:40:40.533Z[ host-image] Aug 05 16:40:38.991 INFO O| Aug 05 16:40:38.991 INFO O| Download: 20941/22724 items 175.8/196.3MB 89% complete (640k/s)
35072024-08-05T16:40:45.197Z[ recovery-image] Aug 05 16:40:43.654 INFO O| Aug 05 16:40:43.654 INFO O| Actions: 24410/24963 actions (Installing new actions)
35082024-08-05T16:40:46.193Z[ recovery-image] Aug 05 16:40:44.651 INFO O| Aug 05 16:40:44.651 INFO O| Actions: Completed 24963 actions in 11.22 seconds.
35092024-08-05T16:40:46.441Z[ recovery-image] Aug 05 16:40:44.899 INFO O| Aug 05 16:40:44.899 INFO O| Done
35102024-08-05T16:40:46.444Z[ recovery-image] Aug 05 16:40:44.899 INFO O| Aug 05 16:40:44.899 INFO O| Done
35112024-08-05T16:40:46.884Z[ recovery-image] Aug 05 16:40:45.342 INFO O| Aug 05 16:40:45.342 INFO O| Done
35122024-08-05T16:40:47.053Z[ host-image] Aug 05 16:40:45.511 INFO O| Aug 05 16:40:45.510 INFO O| Download: 21025/22724 items 176.3/196.3MB 89% complete (87.5k/s)
35132024-08-05T16:40:47.715Z[ recovery-image] Aug 05 16:40:46.172 INFO O| Aug 05 16:40:46.172 INFO O| Done
35142024-08-05T16:40:47.729Z[ recovery-image] Aug 05 16:40:46.187 INFO O| Aug 05 16:40:46.186 INFO O| Done
35152024-08-05T16:40:52.009Z[ recovery-image] Aug 05 16:40:50.465 INFO O| Aug 05 16:40:50.465 INFO O| Done
35162024-08-05T16:40:52.103Z[ host-image] Aug 05 16:40:50.559 INFO O| Aug 05 16:40:50.559 INFO O| Download: 21859/22724 items 188.2/196.3MB 95% complete (1.5M/s)
35172024-08-05T16:40:52.355Z[ recovery-image] Aug 05 16:40:50.812 INFO O| Aug 05 16:40:50.812 INFO O| Done
35182024-08-05T16:40:52.553Z[ recovery-image] Aug 05 16:40:51.010 INFO O| Aug 05 16:40:51.010 INFO STEP 11 (pkg_install) COMPLETE
35192024-08-05T16:40:52.554Z[ recovery-image] Aug 05 16:40:51.010 INFO O| Aug 05 16:40:51.010 INFO STEP 12: pkg_install, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
35202024-08-05T16:40:52.557Z[ recovery-image] Aug 05 16:40:51.010 INFO O| Aug 05 16:40:51.010 INFO skip step because feature "recovery" is enabled
35212024-08-05T16:40:52.557Z[ recovery-image] Aug 05 16:40:51.010 INFO O| Aug 05 16:40:51.010 INFO STEP 13: pkg_install, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
35222024-08-05T16:40:52.557Z[ recovery-image] Aug 05 16:40:51.010 INFO O| Aug 05 16:40:51.010 INFO skip step because feature "omicron1" is not enabled
35232024-08-05T16:40:52.557Z[ recovery-image] Aug 05 16:40:51.010 INFO O| Aug 05 16:40:51.010 INFO STEP 14: pkg_install, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
35242024-08-05T16:40:52.567Z[ recovery-image] Aug 05 16:40:51.024 INFO O| Aug 05 16:40:51.024 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/recovery/work/gimlet/ramdisk", "install", "/driver/network/opte@0.33.277"]
35252024-08-05T16:40:53.037Z[ recovery-image] Aug 05 16:40:51.494 INFO O| Aug 05 16:40:51.494 INFO O| Startup: Refreshing catalog 'helios-dev' ... Done
35262024-08-05T16:40:54.480Z[ recovery-image] Aug 05 16:40:52.936 INFO O| Aug 05 16:40:52.936 INFO O| Planning: Solver setup ... Done
35272024-08-05T16:40:54.486Z[ recovery-image] Aug 05 16:40:52.943 INFO O| Aug 05 16:40:52.943 INFO O| Planning: Running solver ... Done
35282024-08-05T16:40:54.532Z[ recovery-image] Aug 05 16:40:52.988 INFO O| Aug 05 16:40:52.988 INFO O| Planning: Finding local manifests ... Done
35292024-08-05T16:40:54.535Z[ recovery-image] Aug 05 16:40:52.989 INFO O| Aug 05 16:40:52.989 INFO O| Planning: Fetching manifests: 0/1 0% complete
35302024-08-05T16:40:54.592Z[ recovery-image] Aug 05 16:40:53.048 INFO O| Aug 05 16:40:53.048 INFO O| Planning: Fetching manifests: 1/1 100% complete
35312024-08-05T16:40:54.612Z[ recovery-image] Aug 05 16:40:53.068 INFO O| Aug 05 16:40:53.068 INFO O| Planning: Package planning ... Done
35322024-08-05T16:40:54.615Z[ recovery-image] Aug 05 16:40:53.069 INFO O| Aug 05 16:40:53.069 INFO O| Planning: Merging actions ... Done
35332024-08-05T16:40:54.646Z[ recovery-image] Aug 05 16:40:53.103 INFO O| Aug 05 16:40:53.102 INFO O| Planning: Checking for conflicting actions ... Done
35342024-08-05T16:40:54.649Z[ recovery-image] Aug 05 16:40:53.103 INFO O| Aug 05 16:40:53.103 INFO O| Planning: Consolidating action changes ... Done
35352024-08-05T16:40:54.772Z[ recovery-image] Aug 05 16:40:53.228 INFO O| Aug 05 16:40:53.228 INFO O| Planning: Evaluating mediators ... Done
35362024-08-05T16:40:54.775Z[ recovery-image] Aug 05 16:40:53.229 INFO O| Aug 05 16:40:53.229 INFO O| Planning: Planning completed in 1.73 seconds
35372024-08-05T16:40:54.775Z[ recovery-image] Aug 05 16:40:53.230 INFO O| Aug 05 16:40:53.230 INFO O| Packages to install: 1
35382024-08-05T16:40:54.785Z[ recovery-image] Aug 05 16:40:53.241 INFO O| Aug 05 16:40:53.241 INFO O| Download: 0/4 items 0.0/20.9MB 0% complete
35392024-08-05T16:40:55.494Z[ recovery-image] Aug 05 16:40:53.950 INFO O| Aug 05 16:40:53.950 INFO O| Download: Completed 20.86 MB in 0.71 seconds (29.4M/s)
35402024-08-05T16:40:55.516Z[ recovery-image] Aug 05 16:40:53.972 INFO O| Aug 05 16:40:53.972 INFO O| Actions: 1/22 actions (Installing new actions)
35412024-08-05T16:40:56.028Z[ recovery-image] Aug 05 16:40:54.484 INFO O| Aug 05 16:40:54.484 INFO O| Actions: Completed 22 actions in 0.51 seconds.
35422024-08-05T16:40:56.338Z[ recovery-image] Aug 05 16:40:54.794 INFO O| Aug 05 16:40:54.793 INFO O| Done
35432024-08-05T16:40:56.338Z[ recovery-image] Aug 05 16:40:54.794 INFO O| Aug 05 16:40:54.794 INFO O| Done
35442024-08-05T16:40:56.667Z[ recovery-image] Aug 05 16:40:55.123 INFO O| Aug 05 16:40:55.123 INFO O| Done
35452024-08-05T16:40:57.105Z[ host-image] Aug 05 16:40:55.561 INFO O| Aug 05 16:40:55.561 INFO O| Download: 22707/22724 items 196.3/196.3MB 99% complete (2.0M/s)
35462024-08-05T16:40:57.435Z[ recovery-image] Aug 05 16:40:55.891 INFO O| Aug 05 16:40:55.891 INFO O| Done
35472024-08-05T16:40:57.447Z[ recovery-image] Aug 05 16:40:55.903 INFO O| Aug 05 16:40:55.903 INFO O| Done
35482024-08-05T16:40:57.450Z[ recovery-image] Aug 05 16:40:55.903 INFO O| Aug 05 16:40:55.903 INFO O| Done
35492024-08-05T16:40:57.456Z[ recovery-image] Aug 05 16:40:55.912 INFO O| Aug 05 16:40:55.912 INFO O| Done
35502024-08-05T16:40:57.545Z[ recovery-image] Aug 05 16:40:56.000 INFO O| Aug 05 16:40:56.000 INFO STEP 14 (pkg_install) COMPLETE
35512024-08-05T16:40:57.545Z[ recovery-image] Aug 05 16:40:56.000 INFO O| Aug 05 16:40:56.000 INFO STEP 15: pkg_install, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
35522024-08-05T16:40:57.548Z[ recovery-image] Aug 05 16:40:56.000 INFO O| Aug 05 16:40:56.000 INFO skip step because feature "mfg" is not enabled
35532024-08-05T16:40:57.548Z[ recovery-image] Aug 05 16:40:56.000 INFO O| Aug 05 16:40:56.000 INFO STEP 16: pkg_install, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
35542024-08-05T16:40:57.548Z[ recovery-image] Aug 05 16:40:56.000 INFO O| Aug 05 16:40:56.000 INFO skip step because feature "compliance" is not enabled
35552024-08-05T16:40:57.548Z[ recovery-image] Aug 05 16:40:56.000 INFO O| Aug 05 16:40:56.000 INFO STEP 17: pkg_install, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
35562024-08-05T16:40:57.548Z[ recovery-image] Aug 05 16:40:56.000 INFO O| Aug 05 16:40:56.000 INFO skip step because feature "stress" is not enabled
35572024-08-05T16:40:57.548Z[ recovery-image] Aug 05 16:40:56.000 INFO O| Aug 05 16:40:56.000 INFO STEP 18: pkg_install, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
35582024-08-05T16:40:57.548Z[ recovery-image] Aug 05 16:40:56.000 INFO O| Aug 05 16:40:56.000 INFO skip step because feature "nfs" is not enabled
35592024-08-05T16:40:57.548Z[ recovery-image] Aug 05 16:40:56.000 INFO O| Aug 05 16:40:56.000 INFO creating output snapshot rpool/images/build/recovery/work/gimlet/ramdisk@os
35602024-08-05T16:40:57.548Z[ recovery-image] Aug 05 16:40:56.000 INFO O| Aug 05 16:40:56.000 INFO CREATE SNAPSHOT: rpool/images/build/recovery/work/gimlet/ramdisk@os
35612024-08-05T16:40:57.657Z[ recovery-image] Aug 05 16:40:56.113 INFO O| Aug 05 16:40:56.113 INFO DESTROY DATASET: rpool/images/build/recovery/tmp/gimlet/ramdisk-01-os
35622024-08-05T16:40:57.663Z[ host-image] Aug 05 16:40:56.119 INFO O| Aug 05 16:40:56.119 INFO O| Download: Completed 196.33 MB in 283.19 seconds (708k/s)
35632024-08-05T16:40:57.796Z[ recovery-image] Aug 05 16:40:56.251 INFO O| Aug 05 16:40:56.251 INFO completed processing gimlet/ramdisk-01-os
35642024-08-05T16:40:57.798Z[ recovery-image] Aug 05 16:40:56.253 INFO image builder template: ramdisk-02-trim...
35652024-08-05T16:40:57.799Z[ recovery-image] Aug 05 16:40:56.253 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/.tmp41afuc/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
35662024-08-05T16:40:57.824Z[ recovery-image] Aug 05 16:40:56.280 INFO O| Aug 05 16:40:56.279 INFO temporary dataset: rpool/images/build/recovery/tmp/gimlet/ramdisk-02-trim
35672024-08-05T16:40:57.829Z[ recovery-image] Aug 05 16:40:56.285 INFO O| Aug 05 16:40:56.285 INFO CREATE DATASET: rpool/images/build/recovery/tmp/gimlet/ramdisk-02-trim
35682024-08-05T16:40:57.898Z[ recovery-image] Aug 05 16:40:56.353 INFO O| Aug 05 16:40:56.353 INFO SET DATASET PROPERTY ON rpool/images/build/recovery/tmp/gimlet/ramdisk-02-trim: sync = disabled
35692024-08-05T16:40:57.965Z[ recovery-image] Aug 05 16:40:56.421 INFO O| Aug 05 16:40:56.421 INFO temporary directory: /rpool/images/build/recovery/tmp/gimlet/ramdisk-02-trim
35702024-08-05T16:40:57.968Z[ recovery-image] Aug 05 16:40:56.421 INFO O| Aug 05 16:40:56.421 INFO work dataset: rpool/images/build/recovery/work/gimlet/ramdisk
35712024-08-05T16:40:57.971Z[ recovery-image] Aug 05 16:40:56.427 INFO O| Aug 05 16:40:56.427 INFO looking for output snapshot rpool/images/build/recovery/work/gimlet/ramdisk@trim
35722024-08-05T16:40:57.975Z[ recovery-image] Aug 05 16:40:56.431 INFO O| Aug 05 16:40:56.431 INFO looking for input snapshot rpool/images/build/recovery/work/gimlet/ramdisk@os
35732024-08-05T16:40:57.980Z[ recovery-image] Aug 05 16:40:56.436 INFO O| Aug 05 16:40:56.436 INFO ROLLBACK TO SNAPSHOT: rpool/images/build/recovery/work/gimlet/ramdisk@os
35742024-08-05T16:40:58.164Z[ recovery-image] Aug 05 16:40:56.620 INFO O| Aug 05 16:40:56.619 INFO rolled back to input snapshot; work may begin
35752024-08-05T16:40:58.164Z[ recovery-image] Aug 05 16:40:56.620 INFO O| Aug 05 16:40:56.619 INFO CREATE DATASET: rpool/images/build/recovery/work/gimlet/ramdisk
35762024-08-05T16:40:58.172Z[ recovery-image] Aug 05 16:40:56.628 INFO O| Aug 05 16:40:56.628 INFO STEP 0: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
35772024-08-05T16:40:58.185Z[ recovery-image] Aug 05 16:40:56.640 INFO O| Aug 05 16:40:56.640 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/var/pkg"
35782024-08-05T16:40:58.234Z[ recovery-image] Aug 05 16:40:56.690 INFO O| Aug 05 16:40:56.690 INFO STEP 0 (remove_files) COMPLETE
35792024-08-05T16:40:58.235Z[ recovery-image] Aug 05 16:40:56.690 INFO O| Aug 05 16:40:56.690 INFO STEP 1: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
35802024-08-05T16:40:58.246Z[ recovery-image] Aug 05 16:40:56.702 INFO O| Aug 05 16:40:56.702 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/xpg4"
35812024-08-05T16:40:58.249Z[ recovery-image] Aug 05 16:40:56.704 INFO O| Aug 05 16:40:56.704 INFO STEP 1 (remove_files) COMPLETE
35822024-08-05T16:40:58.249Z[ recovery-image] Aug 05 16:40:56.704 INFO O| Aug 05 16:40:56.704 INFO STEP 2: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
35832024-08-05T16:40:58.259Z[ recovery-image] Aug 05 16:40:56.715 INFO O| Aug 05 16:40:56.714 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/include"
35842024-08-05T16:40:58.273Z[ recovery-image] Aug 05 16:40:56.729 INFO O| Aug 05 16:40:56.729 INFO STEP 2 (remove_files) COMPLETE
35852024-08-05T16:40:58.273Z[ recovery-image] Aug 05 16:40:56.729 INFO O| Aug 05 16:40:56.729 INFO STEP 3: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
35862024-08-05T16:40:58.286Z[ recovery-image] Aug 05 16:40:56.742 INFO O| Aug 05 16:40:56.742 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/demo"
35872024-08-05T16:40:58.289Z[ recovery-image] Aug 05 16:40:56.744 INFO O| Aug 05 16:40:56.744 INFO STEP 3 (remove_files) COMPLETE
35882024-08-05T16:40:58.289Z[ recovery-image] Aug 05 16:40:56.744 INFO O| Aug 05 16:40:56.744 INFO STEP 4: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
35892024-08-05T16:40:58.301Z[ recovery-image] Aug 05 16:40:56.756 INFO O| Aug 05 16:40:56.756 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/help"
35902024-08-05T16:40:58.305Z[ recovery-image] Aug 05 16:40:56.761 INFO O| Aug 05 16:40:56.761 INFO STEP 4 (remove_files) COMPLETE
35912024-08-05T16:40:58.305Z[ recovery-image] Aug 05 16:40:56.761 INFO O| Aug 05 16:40:56.761 INFO STEP 5: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
35922024-08-05T16:40:58.316Z[ recovery-image] Aug 05 16:40:56.772 INFO O| Aug 05 16:40:56.772 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/share/doc"
35932024-08-05T16:40:58.319Z[ recovery-image] Aug 05 16:40:56.772 INFO O| Aug 05 16:40:56.772 INFO STEP 5 (remove_files) COMPLETE
35942024-08-05T16:40:58.319Z[ recovery-image] Aug 05 16:40:56.772 INFO O| Aug 05 16:40:56.772 INFO STEP 6: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
35952024-08-05T16:40:58.326Z[ recovery-image] Aug 05 16:40:56.782 INFO O| Aug 05 16:40:56.782 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/share/bash-completion"
35962024-08-05T16:40:58.338Z[ recovery-image] Aug 05 16:40:56.794 INFO O| Aug 05 16:40:56.794 INFO STEP 6 (remove_files) COMPLETE
35972024-08-05T16:40:58.338Z[ recovery-image] Aug 05 16:40:56.794 INFO O| Aug 05 16:40:56.794 INFO STEP 7: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
35982024-08-05T16:40:58.341Z[ recovery-image] Aug 05 16:40:56.794 INFO O| Aug 05 16:40:56.794 INFO skip step because feature "recovery" is enabled
35992024-08-05T16:40:58.341Z[ recovery-image] Aug 05 16:40:56.794 INFO O| Aug 05 16:40:56.794 INFO STEP 8: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
36002024-08-05T16:40:58.341Z[ recovery-image] Aug 05 16:40:56.794 INFO O| Aug 05 16:40:56.794 INFO skip step because feature "recovery" is enabled
36012024-08-05T16:40:58.341Z[ recovery-image] Aug 05 16:40:56.794 INFO O| Aug 05 16:40:56.794 INFO STEP 9: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
36022024-08-05T16:40:58.341Z[ recovery-image] Aug 05 16:40:56.794 INFO O| Aug 05 16:40:56.794 INFO skip step because feature "recovery" is enabled
36032024-08-05T16:40:58.341Z[ recovery-image] Aug 05 16:40:56.794 INFO O| Aug 05 16:40:56.794 INFO STEP 10: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
36042024-08-05T16:40:58.353Z[ recovery-image] Aug 05 16:40:56.809 INFO O| Aug 05 16:40:56.809 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/etc/net-snmp"
36052024-08-05T16:40:58.357Z[ recovery-image] Aug 05 16:40:56.813 INFO O| Aug 05 16:40:56.812 INFO STEP 10 (remove_files) COMPLETE
36062024-08-05T16:40:58.357Z[ recovery-image] Aug 05 16:40:56.813 INFO O| Aug 05 16:40:56.813 INFO STEP 11: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
36072024-08-05T16:40:58.369Z[ recovery-image] Aug 05 16:40:56.825 INFO O| Aug 05 16:40:56.825 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/i386"
36082024-08-05T16:40:58.372Z[ recovery-image] Aug 05 16:40:56.826 INFO O| Aug 05 16:40:56.826 INFO STEP 11 (remove_files) COMPLETE
36092024-08-05T16:40:58.372Z[ recovery-image] Aug 05 16:40:56.826 INFO O| Aug 05 16:40:56.826 INFO STEP 12: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
36102024-08-05T16:40:58.381Z[ recovery-image] Aug 05 16:40:56.837 INFO O| Aug 05 16:40:56.837 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/platform/i86xpv"
36112024-08-05T16:40:58.384Z[ recovery-image] Aug 05 16:40:56.839 INFO O| Aug 05 16:40:56.839 INFO STEP 12 (remove_files) COMPLETE
36122024-08-05T16:40:58.385Z[ recovery-image] Aug 05 16:40:56.839 INFO O| Aug 05 16:40:56.839 INFO STEP 13: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
36132024-08-05T16:40:58.473Z[ host-image] Aug 05 16:40:56.928 INFO O| Aug 05 16:40:56.928 INFO O| Actions: 1/49256 actions (Installing new actions)
36142024-08-05T16:40:58.507Z[ recovery-image] Aug 05 16:40:56.963 INFO O| Aug 05 16:40:56.963 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/libncurses++.a"
36152024-08-05T16:40:58.558Z[ recovery-image] Aug 05 16:40:57.013 INFO O| Aug 05 16:40:57.013 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libncurses++.a"
36162024-08-05T16:40:58.561Z[ recovery-image] Aug 05 16:40:57.017 INFO O| Aug 05 16:40:57.017 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libtddl.a"
36172024-08-05T16:40:58.565Z[ recovery-image] Aug 05 16:40:57.021 INFO O| Aug 05 16:40:57.021 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/libtddl.a"
36182024-08-05T16:40:58.651Z[ recovery-image] Aug 05 16:40:57.107 INFO O| Aug 05 16:40:57.107 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/opt/ooce/jq/lib/amd64/libjq.a"
36192024-08-05T16:40:58.660Z[ recovery-image] Aug 05 16:40:57.115 INFO O| Aug 05 16:40:57.115 INFO STEP 13 (remove_files) COMPLETE
36202024-08-05T16:40:58.660Z[ recovery-image] Aug 05 16:40:57.115 INFO O| Aug 05 16:40:57.115 INFO STEP 14: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
36212024-08-05T16:40:58.676Z[ recovery-image] Aug 05 16:40:57.132 INFO O| Aug 05 16:40:57.131 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/boot"
36222024-08-05T16:40:58.679Z[ recovery-image] Aug 05 16:40:57.133 INFO O| Aug 05 16:40:57.133 INFO STEP 14 (remove_files) COMPLETE
36232024-08-05T16:40:58.679Z[ recovery-image] Aug 05 16:40:57.133 INFO O| Aug 05 16:40:57.133 INFO STEP 15: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
36242024-08-05T16:40:58.690Z[ recovery-image] Aug 05 16:40:57.146 INFO O| Aug 05 16:40:57.145 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/platform/i86pc"
36252024-08-05T16:40:58.697Z[ recovery-image] Aug 05 16:40:57.153 INFO O| Aug 05 16:40:57.153 INFO STEP 15 (remove_files) COMPLETE
36262024-08-05T16:40:58.697Z[ recovery-image] Aug 05 16:40:57.153 INFO O| Aug 05 16:40:57.153 INFO STEP 16: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
36272024-08-05T16:40:58.710Z[ recovery-image] Aug 05 16:40:57.166 INFO O| Aug 05 16:40:57.166 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/platform/i86xpv"
36282024-08-05T16:40:58.713Z[ recovery-image] Aug 05 16:40:57.166 INFO O| Aug 05 16:40:57.166 INFO STEP 16 (remove_files) COMPLETE
36292024-08-05T16:40:58.713Z[ recovery-image] Aug 05 16:40:57.166 INFO O| Aug 05 16:40:57.166 INFO STEP 17: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
36302024-08-05T16:40:58.724Z[ recovery-image] Aug 05 16:40:57.179 INFO O| Aug 05 16:40:57.179 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/platform/i86pc"
36312024-08-05T16:40:58.727Z[ recovery-image] Aug 05 16:40:57.181 INFO O| Aug 05 16:40:57.181 INFO STEP 17 (remove_files) COMPLETE
36322024-08-05T16:40:58.727Z[ recovery-image] Aug 05 16:40:57.181 INFO O| Aug 05 16:40:57.181 INFO STEP 18: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
36332024-08-05T16:40:58.740Z[ recovery-image] Aug 05 16:40:57.195 INFO O| Aug 05 16:40:57.195 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/misc/amd64/acpica"
36342024-08-05T16:40:58.740Z[ recovery-image] Aug 05 16:40:57.195 INFO O| Aug 05 16:40:57.195 INFO STEP 18 (remove_files) COMPLETE
36352024-08-05T16:40:58.749Z[ recovery-image] Aug 05 16:40:57.195 INFO O| Aug 05 16:40:57.195 INFO STEP 19: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
36362024-08-05T16:40:58.753Z[ recovery-image] Aug 05 16:40:57.208 INFO O| Aug 05 16:40:57.208 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/misc/amd64/tem"
36372024-08-05T16:40:58.753Z[ recovery-image] Aug 05 16:40:57.208 INFO O| Aug 05 16:40:57.208 INFO STEP 19 (remove_files) COMPLETE
36382024-08-05T16:40:58.753Z[ recovery-image] Aug 05 16:40:57.208 INFO O| Aug 05 16:40:57.208 INFO STEP 20: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
36392024-08-05T16:40:58.765Z[ recovery-image] Aug 05 16:40:57.220 INFO O| Aug 05 16:40:57.220 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/misc/amd64/kbtrans"
36402024-08-05T16:40:58.765Z[ recovery-image] Aug 05 16:40:57.220 INFO O| Aug 05 16:40:57.220 INFO STEP 20 (remove_files) COMPLETE
36412024-08-05T16:40:58.765Z[ recovery-image] Aug 05 16:40:57.220 INFO O| Aug 05 16:40:57.220 INFO STEP 21: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
36422024-08-05T16:40:58.777Z[ recovery-image] Aug 05 16:40:57.233 INFO O| Aug 05 16:40:57.232 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/wc"
36432024-08-05T16:40:58.777Z[ recovery-image] Aug 05 16:40:57.233 INFO O| Aug 05 16:40:57.233 INFO STEP 21 (remove_files) COMPLETE
36442024-08-05T16:40:58.781Z[ recovery-image] Aug 05 16:40:57.233 INFO O| Aug 05 16:40:57.233 INFO STEP 22: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
36452024-08-05T16:40:58.789Z[ recovery-image] Aug 05 16:40:57.245 INFO O| Aug 05 16:40:57.245 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/acpi_drv"
36462024-08-05T16:40:58.789Z[ recovery-image] Aug 05 16:40:57.245 INFO O| Aug 05 16:40:57.245 INFO STEP 22 (remove_files) COMPLETE
36472024-08-05T16:40:58.792Z[ recovery-image] Aug 05 16:40:57.245 INFO O| Aug 05 16:40:57.245 INFO STEP 23: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
36482024-08-05T16:40:58.802Z[ recovery-image] Aug 05 16:40:57.257 INFO O| Aug 05 16:40:57.257 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/conskbd"
36492024-08-05T16:40:58.802Z[ recovery-image] Aug 05 16:40:57.257 INFO O| Aug 05 16:40:57.257 INFO STEP 23 (remove_files) COMPLETE
36502024-08-05T16:40:58.805Z[ recovery-image] Aug 05 16:40:57.258 INFO O| Aug 05 16:40:57.257 INFO STEP 24: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
36512024-08-05T16:40:58.817Z[ recovery-image] Aug 05 16:40:57.272 INFO O| Aug 05 16:40:57.272 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/tzmon"
36522024-08-05T16:40:58.817Z[ recovery-image] Aug 05 16:40:57.272 INFO O| Aug 05 16:40:57.272 INFO STEP 24 (remove_files) COMPLETE
36532024-08-05T16:40:58.820Z[ recovery-image] Aug 05 16:40:57.273 INFO O| Aug 05 16:40:57.272 INFO STEP 25: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
36542024-08-05T16:40:58.830Z[ recovery-image] Aug 05 16:40:57.286 INFO O| Aug 05 16:40:57.286 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/power"
36552024-08-05T16:40:58.830Z[ recovery-image] Aug 05 16:40:57.286 INFO O| Aug 05 16:40:57.286 INFO STEP 25 (remove_files) COMPLETE
36562024-08-05T16:40:58.833Z[ recovery-image] Aug 05 16:40:57.286 INFO O| Aug 05 16:40:57.286 INFO STEP 26: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
36572024-08-05T16:40:58.843Z[ recovery-image] Aug 05 16:40:57.298 INFO O| Aug 05 16:40:57.298 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/audio"
36582024-08-05T16:40:58.843Z[ recovery-image] Aug 05 16:40:57.298 INFO O| Aug 05 16:40:57.298 INFO STEP 26 (remove_files) COMPLETE
36592024-08-05T16:40:58.846Z[ recovery-image] Aug 05 16:40:57.298 INFO O| Aug 05 16:40:57.298 INFO STEP 27: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
36602024-08-05T16:40:58.856Z[ recovery-image] Aug 05 16:40:57.311 INFO O| Aug 05 16:40:57.311 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/audio1575"
36612024-08-05T16:40:58.859Z[ recovery-image] Aug 05 16:40:57.311 INFO O| Aug 05 16:40:57.311 INFO STEP 27 (remove_files) COMPLETE
36622024-08-05T16:40:58.859Z[ recovery-image] Aug 05 16:40:57.311 INFO O| Aug 05 16:40:57.311 INFO STEP 28: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
36632024-08-05T16:40:58.868Z[ recovery-image] Aug 05 16:40:57.323 INFO O| Aug 05 16:40:57.323 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/audioens"
36642024-08-05T16:40:58.868Z[ recovery-image] Aug 05 16:40:57.323 INFO O| Aug 05 16:40:57.323 INFO STEP 28 (remove_files) COMPLETE
36652024-08-05T16:40:58.871Z[ recovery-image] Aug 05 16:40:57.323 INFO O| Aug 05 16:40:57.323 INFO STEP 29: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
36662024-08-05T16:40:58.880Z[ recovery-image] Aug 05 16:40:57.336 INFO O| Aug 05 16:40:57.336 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/audiopci"
36672024-08-05T16:40:58.881Z[ recovery-image] Aug 05 16:40:57.336 INFO O| Aug 05 16:40:57.336 INFO STEP 29 (remove_files) COMPLETE
36682024-08-05T16:40:58.885Z[ recovery-image] Aug 05 16:40:57.336 INFO O| Aug 05 16:40:57.336 INFO STEP 30: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
36692024-08-05T16:40:58.894Z[ recovery-image] Aug 05 16:40:57.347 INFO O| Aug 05 16:40:57.347 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/audiots"
36702024-08-05T16:40:58.894Z[ recovery-image] Aug 05 16:40:57.347 INFO O| Aug 05 16:40:57.347 INFO STEP 30 (remove_files) COMPLETE
36712024-08-05T16:40:58.897Z[ recovery-image] Aug 05 16:40:57.347 INFO O| Aug 05 16:40:57.347 INFO STEP 31: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
36722024-08-05T16:40:58.903Z[ recovery-image] Aug 05 16:40:57.358 INFO O| Aug 05 16:40:57.358 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/ehci"
36732024-08-05T16:40:58.903Z[ recovery-image] Aug 05 16:40:57.358 INFO O| Aug 05 16:40:57.358 INFO STEP 31 (remove_files) COMPLETE
36742024-08-05T16:40:58.906Z[ recovery-image] Aug 05 16:40:57.358 INFO O| Aug 05 16:40:57.358 INFO STEP 32: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
36752024-08-05T16:40:58.914Z[ recovery-image] Aug 05 16:40:57.370 INFO O| Aug 05 16:40:57.370 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/hid"
36762024-08-05T16:40:58.914Z[ recovery-image] Aug 05 16:40:57.370 INFO O| Aug 05 16:40:57.370 INFO STEP 32 (remove_files) COMPLETE
36772024-08-05T16:40:58.914Z[ recovery-image] Aug 05 16:40:57.370 INFO O| Aug 05 16:40:57.370 INFO STEP 33: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
36782024-08-05T16:40:58.926Z[ recovery-image] Aug 05 16:40:57.381 INFO O| Aug 05 16:40:57.381 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/hubd"
36792024-08-05T16:40:58.926Z[ recovery-image] Aug 05 16:40:57.381 INFO O| Aug 05 16:40:57.381 INFO STEP 33 (remove_files) COMPLETE
36802024-08-05T16:40:58.926Z[ recovery-image] Aug 05 16:40:57.381 INFO O| Aug 05 16:40:57.381 INFO STEP 34: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
36812024-08-05T16:40:58.937Z[ recovery-image] Aug 05 16:40:57.393 INFO O| Aug 05 16:40:57.393 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/ohci"
36822024-08-05T16:40:58.937Z[ recovery-image] Aug 05 16:40:57.393 INFO O| Aug 05 16:40:57.393 INFO STEP 34 (remove_files) COMPLETE
36832024-08-05T16:40:58.937Z[ recovery-image] Aug 05 16:40:57.393 INFO O| Aug 05 16:40:57.393 INFO STEP 35: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
36842024-08-05T16:40:58.950Z[ recovery-image] Aug 05 16:40:57.405 INFO O| Aug 05 16:40:57.405 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/scsa2usb"
36852024-08-05T16:40:58.950Z[ recovery-image] Aug 05 16:40:57.405 INFO O| Aug 05 16:40:57.405 INFO STEP 35 (remove_files) COMPLETE
36862024-08-05T16:40:58.950Z[ recovery-image] Aug 05 16:40:57.405 INFO O| Aug 05 16:40:57.405 INFO STEP 36: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
36872024-08-05T16:40:58.962Z[ recovery-image] Aug 05 16:40:57.417 INFO O| Aug 05 16:40:57.417 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/uhci"
36882024-08-05T16:40:58.962Z[ recovery-image] Aug 05 16:40:57.417 INFO O| Aug 05 16:40:57.417 INFO STEP 36 (remove_files) COMPLETE
36892024-08-05T16:40:58.962Z[ recovery-image] Aug 05 16:40:57.417 INFO O| Aug 05 16:40:57.417 INFO STEP 37: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
36902024-08-05T16:40:58.974Z[ recovery-image] Aug 05 16:40:57.429 INFO O| Aug 05 16:40:57.429 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/usb_ac"
36912024-08-05T16:40:58.974Z[ recovery-image] Aug 05 16:40:57.429 INFO O| Aug 05 16:40:57.429 INFO STEP 37 (remove_files) COMPLETE
36922024-08-05T16:40:58.974Z[ recovery-image] Aug 05 16:40:57.429 INFO O| Aug 05 16:40:57.429 INFO STEP 38: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
36932024-08-05T16:40:58.986Z[ recovery-image] Aug 05 16:40:57.442 INFO O| Aug 05 16:40:57.442 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/usb_as"
36942024-08-05T16:40:58.986Z[ recovery-image] Aug 05 16:40:57.442 INFO O| Aug 05 16:40:57.442 INFO STEP 38 (remove_files) COMPLETE
36952024-08-05T16:40:58.989Z[ recovery-image] Aug 05 16:40:57.442 INFO O| Aug 05 16:40:57.442 INFO STEP 39: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
36962024-08-05T16:40:58.997Z[ recovery-image] Aug 05 16:40:57.453 INFO O| Aug 05 16:40:57.453 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/usb_ia"
36972024-08-05T16:40:58.998Z[ recovery-image] Aug 05 16:40:57.453 INFO O| Aug 05 16:40:57.453 INFO STEP 39 (remove_files) COMPLETE
36982024-08-05T16:40:58.998Z[ recovery-image] Aug 05 16:40:57.453 INFO O| Aug 05 16:40:57.453 INFO STEP 40: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
36992024-08-05T16:40:59.007Z[ recovery-image] Aug 05 16:40:57.463 INFO O| Aug 05 16:40:57.463 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/usb_mid"
37002024-08-05T16:40:59.008Z[ recovery-image] Aug 05 16:40:57.463 INFO O| Aug 05 16:40:57.463 INFO STEP 40 (remove_files) COMPLETE
37012024-08-05T16:40:59.008Z[ recovery-image] Aug 05 16:40:57.463 INFO O| Aug 05 16:40:57.463 INFO STEP 41: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
37022024-08-05T16:40:59.018Z[ recovery-image] Aug 05 16:40:57.473 INFO O| Aug 05 16:40:57.473 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/usbprn"
37032024-08-05T16:40:59.018Z[ recovery-image] Aug 05 16:40:57.473 INFO O| Aug 05 16:40:57.473 INFO STEP 41 (remove_files) COMPLETE
37042024-08-05T16:40:59.020Z[ recovery-image] Aug 05 16:40:57.473 INFO O| Aug 05 16:40:57.473 INFO STEP 42: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
37052024-08-05T16:40:59.028Z[ recovery-image] Aug 05 16:40:57.484 INFO O| Aug 05 16:40:57.484 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/xhci"
37062024-08-05T16:40:59.028Z[ recovery-image] Aug 05 16:40:57.484 INFO O| Aug 05 16:40:57.484 INFO STEP 42 (remove_files) COMPLETE
37072024-08-05T16:40:59.028Z[ recovery-image] Aug 05 16:40:57.484 INFO O| Aug 05 16:40:57.484 INFO STEP 43: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
37082024-08-05T16:40:59.039Z[ recovery-image] Aug 05 16:40:57.495 INFO O| Aug 05 16:40:57.495 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/intel_nhm"
37092024-08-05T16:40:59.039Z[ recovery-image] Aug 05 16:40:57.495 INFO O| Aug 05 16:40:57.495 INFO STEP 43 (remove_files) COMPLETE
37102024-08-05T16:40:59.039Z[ recovery-image] Aug 05 16:40:57.495 INFO O| Aug 05 16:40:57.495 INFO STEP 44: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
37112024-08-05T16:40:59.050Z[ recovery-image] Aug 05 16:40:57.506 INFO O| Aug 05 16:40:57.506 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/intel_nb5000"
37122024-08-05T16:40:59.051Z[ recovery-image] Aug 05 16:40:57.506 INFO O| Aug 05 16:40:57.506 INFO STEP 44 (remove_files) COMPLETE
37132024-08-05T16:40:59.053Z[ recovery-image] Aug 05 16:40:57.506 INFO O| Aug 05 16:40:57.506 INFO STEP 45: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
37142024-08-05T16:40:59.063Z[ recovery-image] Aug 05 16:40:57.518 INFO O| Aug 05 16:40:57.518 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/mc-amd"
37152024-08-05T16:40:59.063Z[ recovery-image] Aug 05 16:40:57.518 INFO O| Aug 05 16:40:57.518 INFO STEP 45 (remove_files) COMPLETE
37162024-08-05T16:40:59.066Z[ recovery-image] Aug 05 16:40:57.518 INFO O| Aug 05 16:40:57.518 INFO STEP 46: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
37172024-08-05T16:40:59.073Z[ recovery-image] Aug 05 16:40:57.529 INFO O| Aug 05 16:40:57.529 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/acpi_toshiba"
37182024-08-05T16:40:59.073Z[ recovery-image] Aug 05 16:40:57.529 INFO O| Aug 05 16:40:57.529 INFO STEP 46 (remove_files) COMPLETE
37192024-08-05T16:40:59.076Z[ recovery-image] Aug 05 16:40:57.529 INFO O| Aug 05 16:40:57.529 INFO STEP 47: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
37202024-08-05T16:40:59.084Z[ recovery-image] Aug 05 16:40:57.540 INFO O| Aug 05 16:40:57.540 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/intel_nhmex"
37212024-08-05T16:40:59.084Z[ recovery-image] Aug 05 16:40:57.540 INFO O| Aug 05 16:40:57.540 INFO STEP 47 (remove_files) COMPLETE
37222024-08-05T16:40:59.084Z[ recovery-image] Aug 05 16:40:57.540 INFO O| Aug 05 16:40:57.540 INFO STEP 48: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
37232024-08-05T16:40:59.095Z[ recovery-image] Aug 05 16:40:57.551 INFO O| Aug 05 16:40:57.551 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/intel_nhmex.conf"
37242024-08-05T16:40:59.096Z[ recovery-image] Aug 05 16:40:57.551 INFO O| Aug 05 16:40:57.551 INFO STEP 48 (remove_files) COMPLETE
37252024-08-05T16:40:59.096Z[ recovery-image] Aug 05 16:40:57.551 INFO O| Aug 05 16:40:57.551 INFO STEP 49: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
37262024-08-05T16:40:59.107Z[ recovery-image] Aug 05 16:40:57.563 INFO O| Aug 05 16:40:57.562 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/mpt"
37272024-08-05T16:40:59.110Z[ recovery-image] Aug 05 16:40:57.563 INFO O| Aug 05 16:40:57.563 INFO STEP 49 (remove_files) COMPLETE
37282024-08-05T16:40:59.110Z[ recovery-image] Aug 05 16:40:57.563 INFO O| Aug 05 16:40:57.563 INFO STEP 50: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
37292024-08-05T16:40:59.118Z[ recovery-image] Aug 05 16:40:57.574 INFO O| Aug 05 16:40:57.573 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/mpt.conf"
37302024-08-05T16:40:59.118Z[ recovery-image] Aug 05 16:40:57.574 INFO O| Aug 05 16:40:57.574 INFO STEP 50 (remove_files) COMPLETE
37312024-08-05T16:40:59.118Z[ recovery-image] Aug 05 16:40:57.574 INFO O| Aug 05 16:40:57.574 INFO STEP 51: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
37322024-08-05T16:40:59.129Z[ recovery-image] Aug 05 16:40:57.585 INFO O| Aug 05 16:40:57.585 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/plugins/ses-log-transport.so"
37332024-08-05T16:40:59.129Z[ recovery-image] Aug 05 16:40:57.585 INFO O| Aug 05 16:40:57.585 INFO STEP 51 (remove_files) COMPLETE
37342024-08-05T16:40:59.129Z[ recovery-image] Aug 05 16:40:57.585 INFO O| Aug 05 16:40:57.585 INFO STEP 52: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
37352024-08-05T16:40:59.139Z[ recovery-image] Aug 05 16:40:57.595 INFO O| Aug 05 16:40:57.595 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/plugins/ses-log-transport.conf"
37362024-08-05T16:40:59.142Z[ recovery-image] Aug 05 16:40:57.595 INFO O| Aug 05 16:40:57.595 INFO STEP 52 (remove_files) COMPLETE
37372024-08-05T16:40:59.142Z[ recovery-image] Aug 05 16:40:57.595 INFO O| Aug 05 16:40:57.595 INFO STEP 53: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
37382024-08-05T16:40:59.150Z[ recovery-image] Aug 05 16:40:57.606 INFO O| Aug 05 16:40:57.606 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/sbin/bootadm"
37392024-08-05T16:40:59.150Z[ recovery-image] Aug 05 16:40:57.606 INFO O| Aug 05 16:40:57.606 INFO STEP 53 (remove_files) COMPLETE
37402024-08-05T16:40:59.153Z[ recovery-image] Aug 05 16:40:57.606 INFO O| Aug 05 16:40:57.606 INFO STEP 54: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
37412024-08-05T16:40:59.162Z[ recovery-image] Aug 05 16:40:57.617 INFO O| Aug 05 16:40:57.617 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/bootadm"
37422024-08-05T16:40:59.162Z[ recovery-image] Aug 05 16:40:57.617 INFO O| Aug 05 16:40:57.617 INFO STEP 54 (remove_files) COMPLETE
37432024-08-05T16:40:59.165Z[ recovery-image] Aug 05 16:40:57.617 INFO O| Aug 05 16:40:57.617 INFO STEP 55: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
37442024-08-05T16:40:59.173Z[ recovery-image] Aug 05 16:40:57.629 INFO O| Aug 05 16:40:57.629 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/sbin/beadm"
37452024-08-05T16:40:59.173Z[ recovery-image] Aug 05 16:40:57.629 INFO O| Aug 05 16:40:57.629 INFO STEP 55 (remove_files) COMPLETE
37462024-08-05T16:40:59.176Z[ recovery-image] Aug 05 16:40:57.629 INFO O| Aug 05 16:40:57.629 INFO STEP 56: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
37472024-08-05T16:40:59.185Z[ recovery-image] Aug 05 16:40:57.640 INFO O| Aug 05 16:40:57.640 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/beadm"
37482024-08-05T16:40:59.185Z[ recovery-image] Aug 05 16:40:57.640 INFO O| Aug 05 16:40:57.640 INFO STEP 56 (remove_files) COMPLETE
37492024-08-05T16:40:59.185Z[ recovery-image] Aug 05 16:40:57.640 INFO O| Aug 05 16:40:57.640 INFO STEP 57: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
37502024-08-05T16:40:59.195Z[ recovery-image] Aug 05 16:40:57.651 INFO O| Aug 05 16:40:57.651 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/etc/default/tar"
37512024-08-05T16:40:59.196Z[ recovery-image] Aug 05 16:40:57.651 INFO O| Aug 05 16:40:57.651 INFO STEP 57 (remove_files) COMPLETE
37522024-08-05T16:40:59.196Z[ recovery-image] Aug 05 16:40:57.651 INFO O| Aug 05 16:40:57.651 INFO STEP 58: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
37532024-08-05T16:40:59.207Z[ recovery-image] Aug 05 16:40:57.663 INFO O| Aug 05 16:40:57.663 WARN file /rpool/images/build/recovery/work/gimlet/ramdisk/lib/svc/method/keymap exists, with wrong contents, unlinking
37542024-08-05T16:40:59.207Z[ recovery-image] Aug 05 16:40:57.663 INFO O| Aug 05 16:40:57.663 INFO writing /rpool/images/build/recovery/work/gimlet/ramdisk/lib/svc/method/keymap ...
37552024-08-05T16:40:59.210Z[ recovery-image] Aug 05 16:40:57.663 INFO O| Aug 05 16:40:57.663 INFO perms are 644, should be 755, path: /rpool/images/build/recovery/work/gimlet/ramdisk/lib/svc/method/keymap
37562024-08-05T16:40:59.210Z[ recovery-image] Aug 05 16:40:57.663 INFO O| Aug 05 16:40:57.663 INFO chmod ok, path: /rpool/images/build/recovery/work/gimlet/ramdisk/lib/svc/method/keymap
37572024-08-05T16:40:59.210Z[ recovery-image] Aug 05 16:40:57.663 INFO O| Aug 05 16:40:57.663 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/recovery/work/gimlet/ramdisk/lib/svc/method/keymap
37582024-08-05T16:40:59.210Z[ recovery-image] Aug 05 16:40:57.663 INFO O| Aug 05 16:40:57.663 INFO chown ok, path: /rpool/images/build/recovery/work/gimlet/ramdisk/lib/svc/method/keymap
37592024-08-05T16:40:59.210Z[ recovery-image] Aug 05 16:40:57.663 INFO O| Aug 05 16:40:57.663 INFO ok!
37602024-08-05T16:40:59.210Z[ recovery-image] Aug 05 16:40:57.663 INFO O| Aug 05 16:40:57.663 INFO STEP 58 (ensure_file) COMPLETE
37612024-08-05T16:40:59.210Z[ recovery-image] Aug 05 16:40:57.663 INFO O| Aug 05 16:40:57.663 INFO STEP 59: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
37622024-08-05T16:40:59.220Z[ recovery-image] Aug 05 16:40:57.676 INFO O| Aug 05 16:40:57.676 WARN file /rpool/images/build/recovery/work/gimlet/ramdisk/lib/svc/bin/rootisramdisk exists, with wrong contents, unlinking
37632024-08-05T16:40:59.220Z[ recovery-image] Aug 05 16:40:57.676 INFO O| Aug 05 16:40:57.676 INFO copying /work/oxidecomputer/helios/image/templates/files/rootisramdisk -> /rpool/images/build/recovery/work/gimlet/ramdisk/lib/svc/bin/rootisramdisk ...
37642024-08-05T16:40:59.224Z[ recovery-image] Aug 05 16:40:57.676 INFO O| Aug 05 16:40:57.676 INFO perms are 644, should be 755, path: /rpool/images/build/recovery/work/gimlet/ramdisk/lib/svc/bin/rootisramdisk
37652024-08-05T16:40:59.224Z[ recovery-image] Aug 05 16:40:57.676 INFO O| Aug 05 16:40:57.676 INFO chmod ok, path: /rpool/images/build/recovery/work/gimlet/ramdisk/lib/svc/bin/rootisramdisk
37662024-08-05T16:40:59.224Z[ recovery-image] Aug 05 16:40:57.676 INFO O| Aug 05 16:40:57.676 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/gimlet/ramdisk/lib/svc/bin/rootisramdisk
37672024-08-05T16:40:59.224Z[ recovery-image] Aug 05 16:40:57.676 INFO O| Aug 05 16:40:57.676 INFO chown ok, path: /rpool/images/build/recovery/work/gimlet/ramdisk/lib/svc/bin/rootisramdisk
37682024-08-05T16:40:59.224Z[ recovery-image] Aug 05 16:40:57.676 INFO O| Aug 05 16:40:57.676 INFO ok!
37692024-08-05T16:40:59.224Z[ recovery-image] Aug 05 16:40:57.676 INFO O| Aug 05 16:40:57.676 INFO STEP 59 (ensure_file) COMPLETE
37702024-08-05T16:40:59.224Z[ recovery-image] Aug 05 16:40:57.676 INFO O| Aug 05 16:40:57.676 INFO STEP 60: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
37712024-08-05T16:40:59.233Z[ recovery-image] Aug 05 16:40:57.689 INFO O| Aug 05 16:40:57.689 INFO file /rpool/images/build/recovery/work/gimlet/ramdisk/root/.bash_profile does not exist
37722024-08-05T16:40:59.233Z[ recovery-image] Aug 05 16:40:57.689 INFO O| Aug 05 16:40:57.689 INFO copying /work/oxidecomputer/helios/image/templates/files/bash_profile -> /rpool/images/build/recovery/work/gimlet/ramdisk/root/.bash_profile ...
37732024-08-05T16:40:59.233Z[ recovery-image] Aug 05 16:40:57.689 INFO O| Aug 05 16:40:57.689 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/ramdisk/root/.bash_profile
37742024-08-05T16:40:59.236Z[ recovery-image] Aug 05 16:40:57.689 INFO O| Aug 05 16:40:57.689 INFO ok!
37752024-08-05T16:40:59.236Z[ recovery-image] Aug 05 16:40:57.689 INFO O| Aug 05 16:40:57.689 INFO STEP 60 (ensure_file) COMPLETE
37762024-08-05T16:40:59.236Z[ recovery-image] Aug 05 16:40:57.689 INFO O| Aug 05 16:40:57.689 INFO STEP 61: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
37772024-08-05T16:40:59.245Z[ recovery-image] Aug 05 16:40:57.701 INFO O| Aug 05 16:40:57.701 WARN file /rpool/images/build/recovery/work/gimlet/ramdisk/root/.bashrc exists, with wrong contents, unlinking
37782024-08-05T16:40:59.245Z[ recovery-image] Aug 05 16:40:57.701 INFO O| Aug 05 16:40:57.701 INFO copying /work/oxidecomputer/helios/image/templates/files/bashrc -> /rpool/images/build/recovery/work/gimlet/ramdisk/root/.bashrc ...
37792024-08-05T16:40:59.248Z[ recovery-image] Aug 05 16:40:57.701 INFO O| Aug 05 16:40:57.701 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/ramdisk/root/.bashrc
37802024-08-05T16:40:59.248Z[ recovery-image] Aug 05 16:40:57.701 INFO O| Aug 05 16:40:57.701 INFO ok!
37812024-08-05T16:40:59.248Z[ recovery-image] Aug 05 16:40:57.701 INFO O| Aug 05 16:40:57.701 INFO STEP 61 (ensure_file) COMPLETE
37822024-08-05T16:40:59.248Z[ recovery-image] Aug 05 16:40:57.701 INFO O| Aug 05 16:40:57.701 INFO STEP 62: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
37832024-08-05T16:40:59.257Z[ recovery-image] Aug 05 16:40:57.713 INFO O| Aug 05 16:40:57.713 WARN file /rpool/images/build/recovery/work/gimlet/ramdisk/etc/motd exists, with wrong contents, unlinking
37842024-08-05T16:40:59.257Z[ recovery-image] Aug 05 16:40:57.713 INFO O| Aug 05 16:40:57.713 INFO copying /work/oxidecomputer/helios/image/templates/files/motd -> /rpool/images/build/recovery/work/gimlet/ramdisk/etc/motd ...
37852024-08-05T16:40:59.260Z[ recovery-image] Aug 05 16:40:57.713 INFO O| Aug 05 16:40:57.713 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/gimlet/ramdisk/etc/motd
37862024-08-05T16:40:59.260Z[ recovery-image] Aug 05 16:40:57.713 INFO O| Aug 05 16:40:57.713 INFO chown ok, path: /rpool/images/build/recovery/work/gimlet/ramdisk/etc/motd
37872024-08-05T16:40:59.260Z[ recovery-image] Aug 05 16:40:57.713 INFO O| Aug 05 16:40:57.713 INFO ok!
37882024-08-05T16:40:59.260Z[ recovery-image] Aug 05 16:40:57.713 INFO O| Aug 05 16:40:57.713 INFO STEP 62 (ensure_file) COMPLETE
37892024-08-05T16:40:59.260Z[ recovery-image] Aug 05 16:40:57.713 INFO O| Aug 05 16:40:57.713 INFO STEP 63: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
37902024-08-05T16:40:59.269Z[ recovery-image] Aug 05 16:40:57.725 INFO O| Aug 05 16:40:57.725 INFO file /rpool/images/build/recovery/work/gimlet/ramdisk/etc/system.d/zfs:dbuf does not exist
37912024-08-05T16:40:59.269Z[ recovery-image] Aug 05 16:40:57.725 INFO O| Aug 05 16:40:57.725 INFO copying /work/oxidecomputer/helios/image/templates/files/gimlet-system-zfs:dbuf -> /rpool/images/build/recovery/work/gimlet/ramdisk/etc/system.d/zfs:dbuf ...
37922024-08-05T16:40:59.272Z[ recovery-image] Aug 05 16:40:57.725 INFO O| Aug 05 16:40:57.725 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/gimlet/ramdisk/etc/system.d/zfs:dbuf
37932024-08-05T16:40:59.272Z[ recovery-image] Aug 05 16:40:57.725 INFO O| Aug 05 16:40:57.725 INFO chown ok, path: /rpool/images/build/recovery/work/gimlet/ramdisk/etc/system.d/zfs:dbuf
37942024-08-05T16:40:59.272Z[ recovery-image] Aug 05 16:40:57.725 INFO O| Aug 05 16:40:57.725 INFO ok!
37952024-08-05T16:40:59.272Z[ recovery-image] Aug 05 16:40:57.725 INFO O| Aug 05 16:40:57.725 INFO STEP 63 (ensure_file) COMPLETE
37962024-08-05T16:40:59.272Z[ recovery-image] Aug 05 16:40:57.725 INFO O| Aug 05 16:40:57.725 INFO STEP 64: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
37972024-08-05T16:40:59.280Z[ recovery-image] Aug 05 16:40:57.735 INFO O| Aug 05 16:40:57.735 INFO file /rpool/images/build/recovery/work/gimlet/ramdisk/etc/system.d/nvme does not exist
37982024-08-05T16:40:59.280Z[ recovery-image] Aug 05 16:40:57.736 INFO O| Aug 05 16:40:57.735 INFO copying /work/oxidecomputer/helios/image/templates/files/gimlet-system-nvme -> /rpool/images/build/recovery/work/gimlet/ramdisk/etc/system.d/nvme ...
37992024-08-05T16:40:59.280Z[ recovery-image] Aug 05 16:40:57.736 INFO O| Aug 05 16:40:57.736 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/gimlet/ramdisk/etc/system.d/nvme
38002024-08-05T16:40:59.283Z[ recovery-image] Aug 05 16:40:57.736 INFO O| Aug 05 16:40:57.736 INFO chown ok, path: /rpool/images/build/recovery/work/gimlet/ramdisk/etc/system.d/nvme
38012024-08-05T16:40:59.283Z[ recovery-image] Aug 05 16:40:57.736 INFO O| Aug 05 16:40:57.736 INFO ok!
38022024-08-05T16:40:59.283Z[ recovery-image] Aug 05 16:40:57.736 INFO O| Aug 05 16:40:57.736 INFO STEP 64 (ensure_file) COMPLETE
38032024-08-05T16:40:59.283Z[ recovery-image] Aug 05 16:40:57.736 INFO O| Aug 05 16:40:57.736 INFO STEP 65: assemble_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
38042024-08-05T16:40:59.290Z[ recovery-image] Aug 05 16:40:57.746 INFO O| Aug 05 16:40:57.746 INFO file /rpool/images/build/recovery/work/gimlet/ramdisk/etc/system.d/.self-assembly does not exist
38052024-08-05T16:40:59.290Z[ recovery-image] Aug 05 16:40:57.746 INFO O| Aug 05 16:40:57.746 INFO writing /rpool/images/build/recovery/work/gimlet/ramdisk/etc/system.d/.self-assembly ...
38062024-08-05T16:40:59.293Z[ recovery-image] Aug 05 16:40:57.746 INFO O| Aug 05 16:40:57.746 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/ramdisk/etc/system.d/.self-assembly
38072024-08-05T16:40:59.293Z[ recovery-image] Aug 05 16:40:57.746 INFO O| Aug 05 16:40:57.746 INFO ok!
38082024-08-05T16:40:59.293Z[ recovery-image] Aug 05 16:40:57.746 INFO O| Aug 05 16:40:57.746 INFO STEP 65 (assemble_files) COMPLETE
38092024-08-05T16:40:59.293Z[ recovery-image] Aug 05 16:40:57.746 INFO O| Aug 05 16:40:57.746 INFO STEP 66: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
38102024-08-05T16:40:59.301Z[ recovery-image] Aug 05 16:40:57.757 INFO O| Aug 05 16:40:57.757 INFO file /rpool/images/build/recovery/work/gimlet/ramdisk/etc/dumpadm.conf does not exist
38112024-08-05T16:40:59.301Z[ recovery-image] Aug 05 16:40:57.757 INFO O| Aug 05 16:40:57.757 INFO copying /work/oxidecomputer/helios/image/templates/files/dumpadm.conf -> /rpool/images/build/recovery/work/gimlet/ramdisk/etc/dumpadm.conf ...
38122024-08-05T16:40:59.305Z[ recovery-image] Aug 05 16:40:57.757 INFO O| Aug 05 16:40:57.757 INFO ownership wrong (Id(0):Id(0), not 0:1), path: /rpool/images/build/recovery/work/gimlet/ramdisk/etc/dumpadm.conf
38132024-08-05T16:40:59.305Z[ recovery-image] Aug 05 16:40:57.757 INFO O| Aug 05 16:40:57.757 INFO chown ok, path: /rpool/images/build/recovery/work/gimlet/ramdisk/etc/dumpadm.conf
38142024-08-05T16:40:59.305Z[ recovery-image] Aug 05 16:40:57.757 INFO O| Aug 05 16:40:57.757 INFO ok!
38152024-08-05T16:40:59.305Z[ recovery-image] Aug 05 16:40:57.757 INFO O| Aug 05 16:40:57.757 INFO STEP 66 (ensure_file) COMPLETE
38162024-08-05T16:40:59.305Z[ recovery-image] Aug 05 16:40:57.757 INFO O| Aug 05 16:40:57.757 INFO STEP 67: ensure_dir, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
38172024-08-05T16:40:59.305Z[ recovery-image] Aug 05 16:40:57.757 INFO O| Aug 05 16:40:57.757 INFO skip step because feature "omicron1" is not enabled
38182024-08-05T16:40:59.305Z[ recovery-image] Aug 05 16:40:57.757 INFO O| Aug 05 16:40:57.757 INFO STEP 68: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
38192024-08-05T16:40:59.305Z[ recovery-image] Aug 05 16:40:57.757 INFO O| Aug 05 16:40:57.757 INFO skip step because feature "omicron1" is not enabled
38202024-08-05T16:40:59.305Z[ recovery-image] Aug 05 16:40:57.757 INFO O| Aug 05 16:40:57.757 INFO STEP 69: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
38212024-08-05T16:40:59.305Z[ recovery-image] Aug 05 16:40:57.757 INFO O| Aug 05 16:40:57.757 INFO skip step because feature "omicron1" is not enabled
38222024-08-05T16:40:59.305Z[ recovery-image] Aug 05 16:40:57.757 INFO O| Aug 05 16:40:57.757 INFO STEP 70: pack_tar, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
38232024-08-05T16:40:59.320Z[ recovery-image] Aug 05 16:40:57.776 INFO O| Aug 05 16:40:57.775 INFO file /rpool/images/build/recovery/output/gimlet-ramdisk.tar does not already exist, skipping removal
38242024-08-05T16:40:59.320Z[ recovery-image] Aug 05 16:40:57.776 INFO O| Aug 05 16:40:57.776 INFO exec: ["/usr/sbin/tar", "ceEp@/f", "/rpool/images/build/recovery/output/gimlet-ramdisk.tar", "-C", "/rpool/images/build/recovery/work/gimlet/ramdisk", "."]
38252024-08-05T16:41:00.974Z[ recovery-image] Aug 05 16:40:59.429 INFO O| Aug 05 16:40:59.429 INFO STEP 70 (pack_tar) COMPLETE
38262024-08-05T16:41:00.974Z[ recovery-image] Aug 05 16:40:59.429 INFO O| Aug 05 16:40:59.429 INFO creating output snapshot rpool/images/build/recovery/work/gimlet/ramdisk@trim
38272024-08-05T16:41:00.977Z[ recovery-image] Aug 05 16:40:59.429 INFO O| Aug 05 16:40:59.429 INFO CREATE SNAPSHOT: rpool/images/build/recovery/work/gimlet/ramdisk@trim
38282024-08-05T16:41:01.320Z[ recovery-image] Aug 05 16:40:59.775 INFO O| Aug 05 16:40:59.775 INFO DESTROY DATASET: rpool/images/build/recovery/tmp/gimlet/ramdisk-02-trim
38292024-08-05T16:41:01.408Z[ recovery-image] Aug 05 16:40:59.863 INFO O| Aug 05 16:40:59.863 INFO completed processing gimlet/ramdisk-02-trim
38302024-08-05T16:41:01.411Z[ recovery-image] Aug 05 16:40:59.866 INFO image builder template: ramdisk-03-recovery-trim...
38312024-08-05T16:41:01.411Z[ recovery-image] Aug 05 16:40:59.866 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/.tmp41afuc/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
38322024-08-05T16:41:01.479Z[ recovery-image] Aug 05 16:40:59.934 INFO O| Aug 05 16:40:59.934 INFO temporary dataset: rpool/images/build/recovery/tmp/gimlet/ramdisk-03-recovery-trim
38332024-08-05T16:41:01.483Z[ recovery-image] Aug 05 16:40:59.939 INFO O| Aug 05 16:40:59.939 INFO CREATE DATASET: rpool/images/build/recovery/tmp/gimlet/ramdisk-03-recovery-trim
38342024-08-05T16:41:01.577Z[ recovery-image] Aug 05 16:41:00.033 INFO O| Aug 05 16:41:00.032 INFO SET DATASET PROPERTY ON rpool/images/build/recovery/tmp/gimlet/ramdisk-03-recovery-trim: sync = disabled
38352024-08-05T16:41:01.652Z[ recovery-image] Aug 05 16:41:00.107 INFO O| Aug 05 16:41:00.107 INFO temporary directory: /rpool/images/build/recovery/tmp/gimlet/ramdisk-03-recovery-trim
38362024-08-05T16:41:01.652Z[ recovery-image] Aug 05 16:41:00.108 INFO O| Aug 05 16:41:00.108 INFO work dataset: rpool/images/build/recovery/work/gimlet/ramdisk
38372024-08-05T16:41:01.663Z[ recovery-image] Aug 05 16:41:00.118 INFO O| Aug 05 16:41:00.118 INFO looking for output snapshot rpool/images/build/recovery/work/gimlet/ramdisk@recovery-trim
38382024-08-05T16:41:01.668Z[ recovery-image] Aug 05 16:41:00.124 INFO O| Aug 05 16:41:00.123 INFO looking for input snapshot rpool/images/build/recovery/work/gimlet/ramdisk@trim
38392024-08-05T16:41:01.674Z[ recovery-image] Aug 05 16:41:00.129 INFO O| Aug 05 16:41:00.129 INFO ROLLBACK TO SNAPSHOT: rpool/images/build/recovery/work/gimlet/ramdisk@trim
38402024-08-05T16:41:02.013Z[ recovery-image] Aug 05 16:41:00.468 INFO O| Aug 05 16:41:00.468 INFO rolled back to input snapshot; work may begin
38412024-08-05T16:41:02.013Z[ recovery-image] Aug 05 16:41:00.468 INFO O| Aug 05 16:41:00.468 INFO CREATE DATASET: rpool/images/build/recovery/work/gimlet/ramdisk
38422024-08-05T16:41:02.019Z[ recovery-image] Aug 05 16:41:00.475 INFO O| Aug 05 16:41:00.475 INFO STEP 0: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
38432024-08-05T16:41:02.033Z[ recovery-image] Aug 05 16:41:00.489 INFO O| Aug 05 16:41:00.489 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gcc/7"
38442024-08-05T16:41:02.037Z[ recovery-image] Aug 05 16:41:00.492 INFO O| Aug 05 16:41:00.492 INFO STEP 0 (remove_files) COMPLETE
38452024-08-05T16:41:02.037Z[ recovery-image] Aug 05 16:41:00.492 INFO O| Aug 05 16:41:00.492 INFO STEP 1: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
38462024-08-05T16:41:02.050Z[ recovery-image] Aug 05 16:41:00.505 INFO O| Aug 05 16:41:00.505 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gnu/share"
38472024-08-05T16:41:02.103Z[ recovery-image] Aug 05 16:41:00.558 INFO O| Aug 05 16:41:00.558 INFO STEP 1 (remove_files) COMPLETE
38482024-08-05T16:41:02.103Z[ recovery-image] Aug 05 16:41:00.558 INFO O| Aug 05 16:41:00.558 INFO STEP 2: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
38492024-08-05T16:41:02.117Z[ recovery-image] Aug 05 16:41:00.572 INFO O| Aug 05 16:41:00.572 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/dns"
38502024-08-05T16:41:02.120Z[ recovery-image] Aug 05 16:41:00.574 INFO O| Aug 05 16:41:00.574 INFO STEP 2 (remove_files) COMPLETE
38512024-08-05T16:41:02.120Z[ recovery-image] Aug 05 16:41:00.575 INFO O| Aug 05 16:41:00.574 INFO STEP 3: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
38522024-08-05T16:41:02.132Z[ recovery-image] Aug 05 16:41:00.588 INFO O| Aug 05 16:41:00.588 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/iconv"
38532024-08-05T16:41:02.176Z[ recovery-image] Aug 05 16:41:00.631 INFO O| Aug 05 16:41:00.631 INFO STEP 3 (remove_files) COMPLETE
38542024-08-05T16:41:02.176Z[ recovery-image] Aug 05 16:41:00.631 INFO O| Aug 05 16:41:00.631 INFO STEP 4: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
38552024-08-05T16:41:02.189Z[ recovery-image] Aug 05 16:41:00.644 INFO O| Aug 05 16:41:00.644 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/locale"
38562024-08-05T16:41:02.206Z[ recovery-image] Aug 05 16:41:00.661 INFO O| Aug 05 16:41:00.661 INFO STEP 4 (remove_files) COMPLETE
38572024-08-05T16:41:02.206Z[ recovery-image] Aug 05 16:41:00.661 INFO O| Aug 05 16:41:00.661 INFO STEP 5: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
38582024-08-05T16:41:02.221Z[ recovery-image] Aug 05 16:41:00.676 INFO O| Aug 05 16:41:00.676 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/mdb"
38592024-08-05T16:41:02.225Z[ recovery-image] Aug 05 16:41:00.681 INFO O| Aug 05 16:41:00.681 INFO STEP 5 (remove_files) COMPLETE
38602024-08-05T16:41:02.225Z[ recovery-image] Aug 05 16:41:00.681 INFO O| Aug 05 16:41:00.681 INFO STEP 6: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
38612024-08-05T16:41:02.240Z[ recovery-image] Aug 05 16:41:00.695 INFO O| Aug 05 16:41:00.695 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/mps"
38622024-08-05T16:41:02.243Z[ recovery-image] Aug 05 16:41:00.697 INFO O| Aug 05 16:41:00.697 INFO STEP 6 (remove_files) COMPLETE
38632024-08-05T16:41:02.243Z[ recovery-image] Aug 05 16:41:00.697 INFO O| Aug 05 16:41:00.697 INFO STEP 7: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
38642024-08-05T16:41:02.255Z[ recovery-image] Aug 05 16:41:00.710 INFO O| Aug 05 16:41:00.710 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/pkgconfig"
38652024-08-05T16:41:02.258Z[ recovery-image] Aug 05 16:41:00.712 INFO O| Aug 05 16:41:00.712 INFO STEP 7 (remove_files) COMPLETE
38662024-08-05T16:41:02.259Z[ recovery-image] Aug 05 16:41:00.712 INFO O| Aug 05 16:41:00.712 INFO STEP 8: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
38672024-08-05T16:41:02.272Z[ recovery-image] Aug 05 16:41:00.727 INFO O| Aug 05 16:41:00.726 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/scsi"
38682024-08-05T16:41:02.274Z[ recovery-image] Aug 05 16:41:00.729 INFO O| Aug 05 16:41:00.729 INFO STEP 8 (remove_files) COMPLETE
38692024-08-05T16:41:02.275Z[ recovery-image] Aug 05 16:41:00.729 INFO O| Aug 05 16:41:00.729 INFO STEP 9: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
38702024-08-05T16:41:02.288Z[ recovery-image] Aug 05 16:41:00.743 INFO O| Aug 05 16:41:00.743 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/smbfs"
38712024-08-05T16:41:02.291Z[ recovery-image] Aug 05 16:41:00.744 INFO O| Aug 05 16:41:00.744 INFO STEP 9 (remove_files) COMPLETE
38722024-08-05T16:41:02.291Z[ recovery-image] Aug 05 16:41:00.744 INFO O| Aug 05 16:41:00.744 INFO STEP 10: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
38732024-08-05T16:41:02.302Z[ recovery-image] Aug 05 16:41:00.757 INFO O| Aug 05 16:41:00.757 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/smbsrv"
38742024-08-05T16:41:02.305Z[ recovery-image] Aug 05 16:41:00.759 INFO O| Aug 05 16:41:00.759 INFO STEP 10 (remove_files) COMPLETE
38752024-08-05T16:41:02.305Z[ recovery-image] Aug 05 16:41:00.759 INFO O| Aug 05 16:41:00.759 INFO STEP 11: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
38762024-08-05T16:41:02.317Z[ recovery-image] Aug 05 16:41:00.772 INFO O| Aug 05 16:41:00.772 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/perl5"
38772024-08-05T16:41:02.368Z[ recovery-image] Aug 05 16:41:00.822 INFO O| Aug 05 16:41:00.822 INFO STEP 11 (remove_files) COMPLETE
38782024-08-05T16:41:02.368Z[ recovery-image] Aug 05 16:41:00.823 INFO O| Aug 05 16:41:00.822 INFO STEP 12: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
38792024-08-05T16:41:02.381Z[ recovery-image] Aug 05 16:41:00.836 INFO O| Aug 05 16:41:00.836 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/share/bash"
38802024-08-05T16:41:02.384Z[ recovery-image] Aug 05 16:41:00.838 INFO O| Aug 05 16:41:00.838 INFO STEP 12 (remove_files) COMPLETE
38812024-08-05T16:41:02.384Z[ recovery-image] Aug 05 16:41:00.838 INFO O| Aug 05 16:41:00.838 INFO STEP 13: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
38822024-08-05T16:41:02.395Z[ recovery-image] Aug 05 16:41:00.850 INFO O| Aug 05 16:41:00.850 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/share/bhyve"
38832024-08-05T16:41:02.398Z[ recovery-image] Aug 05 16:41:00.853 INFO O| Aug 05 16:41:00.853 INFO STEP 13 (remove_files) COMPLETE
38842024-08-05T16:41:02.398Z[ recovery-image] Aug 05 16:41:00.853 INFO O| Aug 05 16:41:00.853 INFO STEP 14: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
38852024-08-05T16:41:02.410Z[ recovery-image] Aug 05 16:41:00.865 INFO O| Aug 05 16:41:00.865 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/share/emacs"
38862024-08-05T16:41:02.413Z[ recovery-image] Aug 05 16:41:00.866 INFO O| Aug 05 16:41:00.866 INFO STEP 14 (remove_files) COMPLETE
38872024-08-05T16:41:02.414Z[ recovery-image] Aug 05 16:41:00.866 INFO O| Aug 05 16:41:00.866 INFO STEP 15: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
38882024-08-05T16:41:02.425Z[ recovery-image] Aug 05 16:41:00.878 INFO O| Aug 05 16:41:00.878 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/share/icons"
38892024-08-05T16:41:02.428Z[ recovery-image] Aug 05 16:41:00.879 INFO O| Aug 05 16:41:00.879 INFO STEP 15 (remove_files) COMPLETE
38902024-08-05T16:41:02.428Z[ recovery-image] Aug 05 16:41:00.879 INFO O| Aug 05 16:41:00.879 INFO STEP 16: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
38912024-08-05T16:41:02.435Z[ recovery-image] Aug 05 16:41:00.891 INFO O| Aug 05 16:41:00.891 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/share/locale"
38922024-08-05T16:41:02.444Z[ recovery-image] Aug 05 16:41:00.900 INFO O| Aug 05 16:41:00.899 INFO STEP 16 (remove_files) COMPLETE
38932024-08-05T16:41:02.444Z[ recovery-image] Aug 05 16:41:00.900 INFO O| Aug 05 16:41:00.900 INFO STEP 17: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
38942024-08-05T16:41:02.457Z[ recovery-image] Aug 05 16:41:00.912 INFO O| Aug 05 16:41:00.912 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/share/src"
38952024-08-05T16:41:02.460Z[ recovery-image] Aug 05 16:41:00.912 INFO O| Aug 05 16:41:00.912 INFO STEP 17 (remove_files) COMPLETE
38962024-08-05T16:41:02.461Z[ recovery-image] Aug 05 16:41:00.912 INFO O| Aug 05 16:41:00.912 INFO STEP 18: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
38972024-08-05T16:41:02.469Z[ recovery-image] Aug 05 16:41:00.924 INFO O| Aug 05 16:41:00.924 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/share/terminfo"
38982024-08-05T16:41:02.472Z[ recovery-image] Aug 05 16:41:00.924 INFO O| Aug 05 16:41:00.924 INFO STEP 18 (remove_files) COMPLETE
38992024-08-05T16:41:02.472Z[ recovery-image] Aug 05 16:41:00.924 INFO O| Aug 05 16:41:00.924 INFO STEP 19: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
39002024-08-05T16:41:02.480Z[ recovery-image] Aug 05 16:41:00.935 INFO O| Aug 05 16:41:00.935 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/share/vim"
39012024-08-05T16:41:02.528Z[ recovery-image] Aug 05 16:41:00.983 INFO O| Aug 05 16:41:00.983 INFO STEP 19 (remove_files) COMPLETE
39022024-08-05T16:41:02.528Z[ recovery-image] Aug 05 16:41:00.983 INFO O| Aug 05 16:41:00.983 INFO STEP 20: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
39032024-08-05T16:41:02.542Z[ recovery-image] Aug 05 16:41:00.997 INFO O| Aug 05 16:41:00.997 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/lib/svc/manifest/network/ssh.xml"
39042024-08-05T16:41:02.545Z[ recovery-image] Aug 05 16:41:00.998 INFO O| Aug 05 16:41:00.998 INFO STEP 20 (remove_files) COMPLETE
39052024-08-05T16:41:02.545Z[ recovery-image] Aug 05 16:41:00.998 INFO O| Aug 05 16:41:00.998 INFO STEP 21: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
39062024-08-05T16:41:02.555Z[ recovery-image] Aug 05 16:41:01.011 INFO O| Aug 05 16:41:01.010 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/lib/svc/manifest/system/fmd.xml"
39072024-08-05T16:41:02.559Z[ recovery-image] Aug 05 16:41:01.011 INFO O| Aug 05 16:41:01.011 INFO STEP 21 (remove_files) COMPLETE
39082024-08-05T16:41:02.559Z[ recovery-image] Aug 05 16:41:01.011 INFO O| Aug 05 16:41:01.011 INFO STEP 22: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
39092024-08-05T16:41:02.567Z[ recovery-image] Aug 05 16:41:01.022 INFO O| Aug 05 16:41:01.022 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/adb"
39102024-08-05T16:41:02.569Z[ recovery-image] Aug 05 16:41:01.022 INFO O| Aug 05 16:41:01.022 INFO STEP 22 (remove_files) COMPLETE
39112024-08-05T16:41:02.570Z[ recovery-image] Aug 05 16:41:01.022 INFO O| Aug 05 16:41:01.022 INFO STEP 23: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
39122024-08-05T16:41:02.578Z[ recovery-image] Aug 05 16:41:01.033 INFO O| Aug 05 16:41:01.033 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/addbadsec"
39132024-08-05T16:41:02.581Z[ recovery-image] Aug 05 16:41:01.033 INFO O| Aug 05 16:41:01.033 INFO STEP 23 (remove_files) COMPLETE
39142024-08-05T16:41:02.581Z[ recovery-image] Aug 05 16:41:01.033 INFO O| Aug 05 16:41:01.033 INFO STEP 24: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
39152024-08-05T16:41:02.589Z[ recovery-image] Aug 05 16:41:01.044 INFO O| Aug 05 16:41:01.044 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/agentxtrap"
39162024-08-05T16:41:02.592Z[ recovery-image] Aug 05 16:41:01.045 INFO O| Aug 05 16:41:01.045 INFO STEP 24 (remove_files) COMPLETE
39172024-08-05T16:41:02.592Z[ recovery-image] Aug 05 16:41:01.045 INFO O| Aug 05 16:41:01.045 INFO STEP 25: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
39182024-08-05T16:41:02.600Z[ recovery-image] Aug 05 16:41:01.055 INFO O| Aug 05 16:41:01.055 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/alias"
39192024-08-05T16:41:02.600Z[ recovery-image] Aug 05 16:41:01.056 INFO O| Aug 05 16:41:01.055 INFO STEP 25 (remove_files) COMPLETE
39202024-08-05T16:41:02.600Z[ recovery-image] Aug 05 16:41:01.056 INFO O| Aug 05 16:41:01.056 INFO STEP 26: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
39212024-08-05T16:41:02.611Z[ recovery-image] Aug 05 16:41:01.066 INFO O| Aug 05 16:41:01.066 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/adb"
39222024-08-05T16:41:02.614Z[ recovery-image] Aug 05 16:41:01.066 INFO O| Aug 05 16:41:01.066 INFO STEP 26 (remove_files) COMPLETE
39232024-08-05T16:41:02.614Z[ recovery-image] Aug 05 16:41:01.066 INFO O| Aug 05 16:41:01.066 INFO STEP 27: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
39242024-08-05T16:41:02.622Z[ recovery-image] Aug 05 16:41:01.077 INFO O| Aug 05 16:41:01.077 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/amt"
39252024-08-05T16:41:02.622Z[ recovery-image] Aug 05 16:41:01.077 INFO O| Aug 05 16:41:01.077 INFO STEP 27 (remove_files) COMPLETE
39262024-08-05T16:41:02.622Z[ recovery-image] Aug 05 16:41:01.077 INFO O| Aug 05 16:41:01.077 INFO STEP 28: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
39272024-08-05T16:41:02.632Z[ recovery-image] Aug 05 16:41:01.087 INFO O| Aug 05 16:41:01.087 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/cputrack"
39282024-08-05T16:41:02.635Z[ recovery-image] Aug 05 16:41:01.088 INFO O| Aug 05 16:41:01.088 INFO STEP 28 (remove_files) COMPLETE
39292024-08-05T16:41:02.635Z[ recovery-image] Aug 05 16:41:01.088 INFO O| Aug 05 16:41:01.088 INFO STEP 29: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
39302024-08-05T16:41:02.643Z[ recovery-image] Aug 05 16:41:01.098 INFO O| Aug 05 16:41:01.098 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/crle"
39312024-08-05T16:41:02.643Z[ recovery-image] Aug 05 16:41:01.098 INFO O| Aug 05 16:41:01.098 INFO STEP 29 (remove_files) COMPLETE
39322024-08-05T16:41:02.646Z[ recovery-image] Aug 05 16:41:01.098 INFO O| Aug 05 16:41:01.098 INFO STEP 30: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
39332024-08-05T16:41:02.654Z[ recovery-image] Aug 05 16:41:01.109 INFO O| Aug 05 16:41:01.109 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/curl"
39342024-08-05T16:41:02.654Z[ recovery-image] Aug 05 16:41:01.109 INFO O| Aug 05 16:41:01.109 INFO STEP 30 (remove_files) COMPLETE
39352024-08-05T16:41:02.654Z[ recovery-image] Aug 05 16:41:01.109 INFO O| Aug 05 16:41:01.109 INFO STEP 31: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
39362024-08-05T16:41:02.665Z[ recovery-image] Aug 05 16:41:01.119 INFO O| Aug 05 16:41:01.119 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/curl-config"
39372024-08-05T16:41:02.665Z[ recovery-image] Aug 05 16:41:01.119 INFO O| Aug 05 16:41:01.119 INFO STEP 31 (remove_files) COMPLETE
39382024-08-05T16:41:02.665Z[ recovery-image] Aug 05 16:41:01.119 INFO O| Aug 05 16:41:01.119 INFO STEP 32: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
39392024-08-05T16:41:02.675Z[ recovery-image] Aug 05 16:41:01.130 INFO O| Aug 05 16:41:01.130 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/decrypt"
39402024-08-05T16:41:02.679Z[ recovery-image] Aug 05 16:41:01.131 INFO O| Aug 05 16:41:01.130 INFO STEP 32 (remove_files) COMPLETE
39412024-08-05T16:41:02.679Z[ recovery-image] Aug 05 16:41:01.131 INFO O| Aug 05 16:41:01.130 INFO STEP 33: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
39422024-08-05T16:41:02.686Z[ recovery-image] Aug 05 16:41:01.141 INFO O| Aug 05 16:41:01.141 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/digest"
39432024-08-05T16:41:02.686Z[ recovery-image] Aug 05 16:41:01.141 INFO O| Aug 05 16:41:01.141 INFO STEP 33 (remove_files) COMPLETE
39442024-08-05T16:41:02.686Z[ recovery-image] Aug 05 16:41:01.141 INFO O| Aug 05 16:41:01.141 INFO STEP 34: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
39452024-08-05T16:41:02.697Z[ recovery-image] Aug 05 16:41:01.152 INFO O| Aug 05 16:41:01.152 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/elfwrap"
39462024-08-05T16:41:02.700Z[ recovery-image] Aug 05 16:41:01.152 INFO O| Aug 05 16:41:01.152 INFO STEP 34 (remove_files) COMPLETE
39472024-08-05T16:41:02.700Z[ recovery-image] Aug 05 16:41:01.152 INFO O| Aug 05 16:41:01.152 INFO STEP 35: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
39482024-08-05T16:41:02.708Z[ recovery-image] Aug 05 16:41:01.163 INFO O| Aug 05 16:41:01.163 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/encrypt"
39492024-08-05T16:41:02.711Z[ recovery-image] Aug 05 16:41:01.164 INFO O| Aug 05 16:41:01.164 INFO STEP 35 (remove_files) COMPLETE
39502024-08-05T16:41:02.711Z[ recovery-image] Aug 05 16:41:01.164 INFO O| Aug 05 16:41:01.164 INFO STEP 36: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
39512024-08-05T16:41:02.722Z[ recovery-image] Aug 05 16:41:01.177 INFO O| Aug 05 16:41:01.177 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/gclear"
39522024-08-05T16:41:02.725Z[ recovery-image] Aug 05 16:41:01.177 INFO O| Aug 05 16:41:01.177 INFO STEP 36 (remove_files) COMPLETE
39532024-08-05T16:41:02.725Z[ recovery-image] Aug 05 16:41:01.177 INFO O| Aug 05 16:41:01.177 INFO STEP 37: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
39542024-08-05T16:41:02.733Z[ recovery-image] Aug 05 16:41:01.188 INFO O| Aug 05 16:41:01.188 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/gcore"
39552024-08-05T16:41:02.733Z[ recovery-image] Aug 05 16:41:01.188 INFO O| Aug 05 16:41:01.188 INFO STEP 37 (remove_files) COMPLETE
39562024-08-05T16:41:02.733Z[ recovery-image] Aug 05 16:41:01.188 INFO O| Aug 05 16:41:01.188 INFO STEP 38: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
39572024-08-05T16:41:02.746Z[ recovery-image] Aug 05 16:41:01.201 INFO O| Aug 05 16:41:01.201 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/ginfocmp"
39582024-08-05T16:41:02.746Z[ recovery-image] Aug 05 16:41:01.201 INFO O| Aug 05 16:41:01.201 INFO STEP 38 (remove_files) COMPLETE
39592024-08-05T16:41:02.749Z[ recovery-image] Aug 05 16:41:01.201 INFO O| Aug 05 16:41:01.201 INFO STEP 39: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
39602024-08-05T16:41:02.757Z[ recovery-image] Aug 05 16:41:01.212 INFO O| Aug 05 16:41:01.212 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/gtabs"
39612024-08-05T16:41:02.760Z[ recovery-image] Aug 05 16:41:01.212 INFO O| Aug 05 16:41:01.212 INFO STEP 39 (remove_files) COMPLETE
39622024-08-05T16:41:02.760Z[ recovery-image] Aug 05 16:41:01.212 INFO O| Aug 05 16:41:01.212 INFO STEP 40: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
39632024-08-05T16:41:02.767Z[ recovery-image] Aug 05 16:41:01.222 INFO O| Aug 05 16:41:01.222 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/gtic"
39642024-08-05T16:41:02.767Z[ recovery-image] Aug 05 16:41:01.223 INFO O| Aug 05 16:41:01.223 INFO STEP 40 (remove_files) COMPLETE
39652024-08-05T16:41:02.770Z[ recovery-image] Aug 05 16:41:01.223 INFO O| Aug 05 16:41:01.223 INFO STEP 41: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
39662024-08-05T16:41:02.780Z[ recovery-image] Aug 05 16:41:01.235 INFO O| Aug 05 16:41:01.235 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/gtoe"
39672024-08-05T16:41:02.780Z[ recovery-image] Aug 05 16:41:01.235 INFO O| Aug 05 16:41:01.235 INFO STEP 41 (remove_files) COMPLETE
39682024-08-05T16:41:02.780Z[ recovery-image] Aug 05 16:41:01.235 INFO O| Aug 05 16:41:01.235 INFO STEP 42: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
39692024-08-05T16:41:02.791Z[ recovery-image] Aug 05 16:41:01.246 INFO O| Aug 05 16:41:01.246 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/gtput"
39702024-08-05T16:41:02.791Z[ recovery-image] Aug 05 16:41:01.246 INFO O| Aug 05 16:41:01.246 INFO STEP 42 (remove_files) COMPLETE
39712024-08-05T16:41:02.794Z[ recovery-image] Aug 05 16:41:01.246 INFO O| Aug 05 16:41:01.246 INFO STEP 43: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
39722024-08-05T16:41:02.801Z[ recovery-image] Aug 05 16:41:01.257 INFO O| Aug 05 16:41:01.256 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/gtset"
39732024-08-05T16:41:02.801Z[ recovery-image] Aug 05 16:41:01.257 INFO O| Aug 05 16:41:01.257 INFO STEP 43 (remove_files) COMPLETE
39742024-08-05T16:41:02.804Z[ recovery-image] Aug 05 16:41:01.257 INFO O| Aug 05 16:41:01.257 INFO STEP 44: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
39752024-08-05T16:41:02.814Z[ recovery-image] Aug 05 16:41:01.269 INFO O| Aug 05 16:41:01.269 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/idn"
39762024-08-05T16:41:02.817Z[ recovery-image] Aug 05 16:41:01.269 INFO O| Aug 05 16:41:01.269 INFO STEP 44 (remove_files) COMPLETE
39772024-08-05T16:41:02.817Z[ recovery-image] Aug 05 16:41:01.269 INFO O| Aug 05 16:41:01.269 INFO STEP 45: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
39782024-08-05T16:41:02.825Z[ recovery-image] Aug 05 16:41:01.280 INFO O| Aug 05 16:41:01.280 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/ksh93"
39792024-08-05T16:41:02.825Z[ recovery-image] Aug 05 16:41:01.280 INFO O| Aug 05 16:41:01.280 INFO STEP 45 (remove_files) COMPLETE
39802024-08-05T16:41:02.828Z[ recovery-image] Aug 05 16:41:01.280 INFO O| Aug 05 16:41:01.280 INFO STEP 46: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
39812024-08-05T16:41:02.836Z[ recovery-image] Aug 05 16:41:01.291 INFO O| Aug 05 16:41:01.291 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/ls"
39822024-08-05T16:41:02.836Z[ recovery-image] Aug 05 16:41:01.291 INFO O| Aug 05 16:41:01.291 INFO STEP 46 (remove_files) COMPLETE
39832024-08-05T16:41:02.839Z[ recovery-image] Aug 05 16:41:01.291 INFO O| Aug 05 16:41:01.291 INFO STEP 47: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
39842024-08-05T16:41:02.847Z[ recovery-image] Aug 05 16:41:01.302 INFO O| Aug 05 16:41:01.302 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/mac"
39852024-08-05T16:41:02.847Z[ recovery-image] Aug 05 16:41:01.302 INFO O| Aug 05 16:41:01.302 INFO STEP 47 (remove_files) COMPLETE
39862024-08-05T16:41:02.847Z[ recovery-image] Aug 05 16:41:01.302 INFO O| Aug 05 16:41:01.302 INFO STEP 48: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
39872024-08-05T16:41:02.857Z[ recovery-image] Aug 05 16:41:01.312 INFO O| Aug 05 16:41:01.312 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/mdb"
39882024-08-05T16:41:02.857Z[ recovery-image] Aug 05 16:41:01.313 INFO O| Aug 05 16:41:01.313 INFO STEP 48 (remove_files) COMPLETE
39892024-08-05T16:41:02.860Z[ recovery-image] Aug 05 16:41:01.313 INFO O| Aug 05 16:41:01.313 INFO STEP 49: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
39902024-08-05T16:41:02.868Z[ recovery-image] Aug 05 16:41:01.323 INFO O| Aug 05 16:41:01.323 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/moe"
39912024-08-05T16:41:02.868Z[ recovery-image] Aug 05 16:41:01.323 INFO O| Aug 05 16:41:01.323 INFO STEP 49 (remove_files) COMPLETE
39922024-08-05T16:41:02.871Z[ recovery-image] Aug 05 16:41:01.323 INFO O| Aug 05 16:41:01.323 INFO STEP 50: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
39932024-08-05T16:41:02.879Z[ recovery-image] Aug 05 16:41:01.334 INFO O| Aug 05 16:41:01.334 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/ncurses6-config"
39942024-08-05T16:41:02.879Z[ recovery-image] Aug 05 16:41:01.334 INFO O| Aug 05 16:41:01.334 INFO STEP 50 (remove_files) COMPLETE
39952024-08-05T16:41:02.879Z[ recovery-image] Aug 05 16:41:01.334 INFO O| Aug 05 16:41:01.334 INFO STEP 51: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
39962024-08-05T16:41:02.889Z[ recovery-image] Aug 05 16:41:01.344 INFO O| Aug 05 16:41:01.344 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/newtask"
39972024-08-05T16:41:02.892Z[ recovery-image] Aug 05 16:41:01.344 INFO O| Aug 05 16:41:01.344 INFO STEP 51 (remove_files) COMPLETE
39982024-08-05T16:41:02.892Z[ recovery-image] Aug 05 16:41:01.345 INFO O| Aug 05 16:41:01.344 INFO STEP 52: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
39992024-08-05T16:41:02.900Z[ recovery-image] Aug 05 16:41:01.355 INFO O| Aug 05 16:41:01.355 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/nohup"
40002024-08-05T16:41:02.900Z[ recovery-image] Aug 05 16:41:01.355 INFO O| Aug 05 16:41:01.355 INFO STEP 52 (remove_files) COMPLETE
40012024-08-05T16:41:02.902Z[ recovery-image] Aug 05 16:41:01.355 INFO O| Aug 05 16:41:01.355 INFO STEP 53: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
40022024-08-05T16:41:02.910Z[ recovery-image] Aug 05 16:41:01.365 INFO O| Aug 05 16:41:01.365 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pargs"
40032024-08-05T16:41:02.910Z[ recovery-image] Aug 05 16:41:01.365 INFO O| Aug 05 16:41:01.365 INFO STEP 53 (remove_files) COMPLETE
40042024-08-05T16:41:02.913Z[ recovery-image] Aug 05 16:41:01.365 INFO O| Aug 05 16:41:01.365 INFO STEP 54: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
40052024-08-05T16:41:02.920Z[ recovery-image] Aug 05 16:41:01.375 INFO O| Aug 05 16:41:01.375 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pauxv"
40062024-08-05T16:41:02.920Z[ recovery-image] Aug 05 16:41:01.375 INFO O| Aug 05 16:41:01.375 INFO STEP 54 (remove_files) COMPLETE
40072024-08-05T16:41:02.920Z[ recovery-image] Aug 05 16:41:01.375 INFO O| Aug 05 16:41:01.375 INFO STEP 55: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
40082024-08-05T16:41:02.930Z[ recovery-image] Aug 05 16:41:01.385 INFO O| Aug 05 16:41:01.385 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pcap-config"
40092024-08-05T16:41:02.933Z[ recovery-image] Aug 05 16:41:01.386 INFO O| Aug 05 16:41:01.385 INFO STEP 55 (remove_files) COMPLETE
40102024-08-05T16:41:02.933Z[ recovery-image] Aug 05 16:41:01.386 INFO O| Aug 05 16:41:01.385 INFO STEP 56: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
40112024-08-05T16:41:02.940Z[ recovery-image] Aug 05 16:41:01.396 INFO O| Aug 05 16:41:01.395 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pcre-config"
40122024-08-05T16:41:02.940Z[ recovery-image] Aug 05 16:41:01.396 INFO O| Aug 05 16:41:01.396 INFO STEP 56 (remove_files) COMPLETE
40132024-08-05T16:41:02.943Z[ recovery-image] Aug 05 16:41:01.396 INFO O| Aug 05 16:41:01.396 INFO STEP 57: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
40142024-08-05T16:41:02.950Z[ recovery-image] Aug 05 16:41:01.406 INFO O| Aug 05 16:41:01.406 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pcre2-config"
40152024-08-05T16:41:02.950Z[ recovery-image] Aug 05 16:41:01.406 INFO O| Aug 05 16:41:01.406 INFO STEP 57 (remove_files) COMPLETE
40162024-08-05T16:41:02.953Z[ recovery-image] Aug 05 16:41:01.406 INFO O| Aug 05 16:41:01.406 INFO STEP 58: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
40172024-08-05T16:41:02.961Z[ recovery-image] Aug 05 16:41:01.416 INFO O| Aug 05 16:41:01.416 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pcre2grep"
40182024-08-05T16:41:02.961Z[ recovery-image] Aug 05 16:41:01.416 INFO O| Aug 05 16:41:01.416 INFO STEP 58 (remove_files) COMPLETE
40192024-08-05T16:41:02.964Z[ recovery-image] Aug 05 16:41:01.416 INFO O| Aug 05 16:41:01.416 INFO STEP 59: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
40202024-08-05T16:41:02.972Z[ recovery-image] Aug 05 16:41:01.426 INFO O| Aug 05 16:41:01.426 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pcre2test"
40212024-08-05T16:41:02.975Z[ recovery-image] Aug 05 16:41:01.426 INFO O| Aug 05 16:41:01.426 INFO STEP 59 (remove_files) COMPLETE
40222024-08-05T16:41:02.976Z[ recovery-image] Aug 05 16:41:01.426 INFO O| Aug 05 16:41:01.426 INFO STEP 60: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
40232024-08-05T16:41:02.981Z[ recovery-image] Aug 05 16:41:01.436 INFO O| Aug 05 16:41:01.436 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pcred"
40242024-08-05T16:41:02.981Z[ recovery-image] Aug 05 16:41:01.436 INFO O| Aug 05 16:41:01.436 INFO STEP 60 (remove_files) COMPLETE
40252024-08-05T16:41:02.986Z[ recovery-image] Aug 05 16:41:01.436 INFO O| Aug 05 16:41:01.436 INFO STEP 61: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
40262024-08-05T16:41:02.991Z[ recovery-image] Aug 05 16:41:01.446 INFO O| Aug 05 16:41:01.446 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pcregrep"
40272024-08-05T16:41:02.994Z[ recovery-image] Aug 05 16:41:01.447 INFO O| Aug 05 16:41:01.447 INFO STEP 61 (remove_files) COMPLETE
40282024-08-05T16:41:02.994Z[ recovery-image] Aug 05 16:41:01.447 INFO O| Aug 05 16:41:01.447 INFO STEP 62: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
40292024-08-05T16:41:03.003Z[ recovery-image] Aug 05 16:41:01.458 INFO O| Aug 05 16:41:01.458 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pcretest"
40302024-08-05T16:41:03.003Z[ recovery-image] Aug 05 16:41:01.458 INFO O| Aug 05 16:41:01.458 INFO STEP 62 (remove_files) COMPLETE
40312024-08-05T16:41:03.006Z[ recovery-image] Aug 05 16:41:01.458 INFO O| Aug 05 16:41:01.458 INFO STEP 63: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
40322024-08-05T16:41:03.015Z[ recovery-image] Aug 05 16:41:01.470 INFO O| Aug 05 16:41:01.470 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/penv"
40332024-08-05T16:41:03.015Z[ recovery-image] Aug 05 16:41:01.471 INFO O| Aug 05 16:41:01.470 INFO STEP 63 (remove_files) COMPLETE
40342024-08-05T16:41:03.015Z[ recovery-image] Aug 05 16:41:01.471 INFO O| Aug 05 16:41:01.470 INFO STEP 64: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
40352024-08-05T16:41:03.028Z[ recovery-image] Aug 05 16:41:01.483 INFO O| Aug 05 16:41:01.483 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pfiles"
40362024-08-05T16:41:03.028Z[ recovery-image] Aug 05 16:41:01.483 INFO O| Aug 05 16:41:01.483 INFO STEP 64 (remove_files) COMPLETE
40372024-08-05T16:41:03.030Z[ recovery-image] Aug 05 16:41:01.483 INFO O| Aug 05 16:41:01.483 INFO STEP 65: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
40382024-08-05T16:41:03.038Z[ recovery-image] Aug 05 16:41:01.494 INFO O| Aug 05 16:41:01.494 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pflags"
40392024-08-05T16:41:03.039Z[ recovery-image] Aug 05 16:41:01.494 INFO O| Aug 05 16:41:01.494 INFO STEP 65 (remove_files) COMPLETE
40402024-08-05T16:41:03.041Z[ recovery-image] Aug 05 16:41:01.494 INFO O| Aug 05 16:41:01.494 INFO STEP 66: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
40412024-08-05T16:41:03.052Z[ recovery-image] Aug 05 16:41:01.507 INFO O| Aug 05 16:41:01.507 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pldd"
40422024-08-05T16:41:03.052Z[ recovery-image] Aug 05 16:41:01.507 INFO O| Aug 05 16:41:01.507 INFO STEP 66 (remove_files) COMPLETE
40432024-08-05T16:41:03.052Z[ recovery-image] Aug 05 16:41:01.507 INFO O| Aug 05 16:41:01.507 INFO STEP 67: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
40442024-08-05T16:41:03.064Z[ recovery-image] Aug 05 16:41:01.519 INFO O| Aug 05 16:41:01.519 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/plgrp"
40452024-08-05T16:41:03.067Z[ recovery-image] Aug 05 16:41:01.519 INFO O| Aug 05 16:41:01.519 INFO STEP 67 (remove_files) COMPLETE
40462024-08-05T16:41:03.067Z[ recovery-image] Aug 05 16:41:01.519 INFO O| Aug 05 16:41:01.519 INFO STEP 68: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
40472024-08-05T16:41:03.076Z[ recovery-image] Aug 05 16:41:01.531 INFO O| Aug 05 16:41:01.531 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/plimit"
40482024-08-05T16:41:03.076Z[ recovery-image] Aug 05 16:41:01.531 INFO O| Aug 05 16:41:01.531 INFO STEP 68 (remove_files) COMPLETE
40492024-08-05T16:41:03.076Z[ recovery-image] Aug 05 16:41:01.531 INFO O| Aug 05 16:41:01.531 INFO STEP 69: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
40502024-08-05T16:41:03.089Z[ recovery-image] Aug 05 16:41:01.544 INFO O| Aug 05 16:41:01.544 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pmadvise"
40512024-08-05T16:41:03.089Z[ recovery-image] Aug 05 16:41:01.544 INFO O| Aug 05 16:41:01.544 INFO STEP 69 (remove_files) COMPLETE
40522024-08-05T16:41:03.089Z[ recovery-image] Aug 05 16:41:01.544 INFO O| Aug 05 16:41:01.544 INFO STEP 70: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
40532024-08-05T16:41:03.100Z[ recovery-image] Aug 05 16:41:01.556 INFO O| Aug 05 16:41:01.555 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pmap"
40542024-08-05T16:41:03.104Z[ recovery-image] Aug 05 16:41:01.556 INFO O| Aug 05 16:41:01.556 INFO STEP 70 (remove_files) COMPLETE
40552024-08-05T16:41:03.104Z[ recovery-image] Aug 05 16:41:01.556 INFO O| Aug 05 16:41:01.556 INFO STEP 71: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
40562024-08-05T16:41:03.111Z[ recovery-image] Aug 05 16:41:01.566 INFO O| Aug 05 16:41:01.566 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/ppgsz"
40572024-08-05T16:41:03.111Z[ recovery-image] Aug 05 16:41:01.566 INFO O| Aug 05 16:41:01.566 INFO STEP 71 (remove_files) COMPLETE
40582024-08-05T16:41:03.111Z[ recovery-image] Aug 05 16:41:01.566 INFO O| Aug 05 16:41:01.566 INFO STEP 72: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
40592024-08-05T16:41:03.122Z[ recovery-image] Aug 05 16:41:01.577 INFO O| Aug 05 16:41:01.577 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/ppriv"
40602024-08-05T16:41:03.122Z[ recovery-image] Aug 05 16:41:01.577 INFO O| Aug 05 16:41:01.577 INFO STEP 72 (remove_files) COMPLETE
40612024-08-05T16:41:03.122Z[ recovery-image] Aug 05 16:41:01.577 INFO O| Aug 05 16:41:01.577 INFO STEP 73: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
40622024-08-05T16:41:03.132Z[ recovery-image] Aug 05 16:41:01.588 INFO O| Aug 05 16:41:01.587 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/prctl"
40632024-08-05T16:41:03.135Z[ recovery-image] Aug 05 16:41:01.588 INFO O| Aug 05 16:41:01.588 INFO STEP 73 (remove_files) COMPLETE
40642024-08-05T16:41:03.135Z[ recovery-image] Aug 05 16:41:01.588 INFO O| Aug 05 16:41:01.588 INFO STEP 74: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
40652024-08-05T16:41:03.143Z[ recovery-image] Aug 05 16:41:01.598 INFO O| Aug 05 16:41:01.598 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/preap"
40662024-08-05T16:41:03.143Z[ recovery-image] Aug 05 16:41:01.598 INFO O| Aug 05 16:41:01.598 INFO STEP 74 (remove_files) COMPLETE
40672024-08-05T16:41:03.143Z[ recovery-image] Aug 05 16:41:01.598 INFO O| Aug 05 16:41:01.598 INFO STEP 75: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
40682024-08-05T16:41:03.153Z[ recovery-image] Aug 05 16:41:01.608 INFO O| Aug 05 16:41:01.608 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/prstat"
40692024-08-05T16:41:03.153Z[ recovery-image] Aug 05 16:41:01.608 INFO O| Aug 05 16:41:01.608 INFO STEP 75 (remove_files) COMPLETE
40702024-08-05T16:41:03.156Z[ recovery-image] Aug 05 16:41:01.608 INFO O| Aug 05 16:41:01.608 INFO STEP 76: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
40712024-08-05T16:41:03.164Z[ recovery-image] Aug 05 16:41:01.619 INFO O| Aug 05 16:41:01.619 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/prun"
40722024-08-05T16:41:03.164Z[ recovery-image] Aug 05 16:41:01.619 INFO O| Aug 05 16:41:01.619 INFO STEP 76 (remove_files) COMPLETE
40732024-08-05T16:41:03.167Z[ recovery-image] Aug 05 16:41:01.620 INFO O| Aug 05 16:41:01.619 INFO STEP 77: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
40742024-08-05T16:41:03.175Z[ recovery-image] Aug 05 16:41:01.630 INFO O| Aug 05 16:41:01.630 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/psecflags"
40752024-08-05T16:41:03.175Z[ recovery-image] Aug 05 16:41:01.630 INFO O| Aug 05 16:41:01.630 INFO STEP 77 (remove_files) COMPLETE
40762024-08-05T16:41:03.178Z[ recovery-image] Aug 05 16:41:01.630 INFO O| Aug 05 16:41:01.630 INFO STEP 78: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
40772024-08-05T16:41:03.185Z[ recovery-image] Aug 05 16:41:01.640 INFO O| Aug 05 16:41:01.640 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/psig"
40782024-08-05T16:41:03.185Z[ recovery-image] Aug 05 16:41:01.640 INFO O| Aug 05 16:41:01.640 INFO STEP 78 (remove_files) COMPLETE
40792024-08-05T16:41:03.188Z[ recovery-image] Aug 05 16:41:01.640 INFO O| Aug 05 16:41:01.640 INFO STEP 79: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
40802024-08-05T16:41:03.196Z[ recovery-image] Aug 05 16:41:01.651 INFO O| Aug 05 16:41:01.651 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pstack"
40812024-08-05T16:41:03.196Z[ recovery-image] Aug 05 16:41:01.651 INFO O| Aug 05 16:41:01.651 INFO STEP 79 (remove_files) COMPLETE
40822024-08-05T16:41:03.199Z[ recovery-image] Aug 05 16:41:01.651 INFO O| Aug 05 16:41:01.651 INFO STEP 80: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
40832024-08-05T16:41:03.206Z[ recovery-image] Aug 05 16:41:01.661 INFO O| Aug 05 16:41:01.661 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pstop"
40842024-08-05T16:41:03.206Z[ recovery-image] Aug 05 16:41:01.661 INFO O| Aug 05 16:41:01.661 INFO STEP 80 (remove_files) COMPLETE
40852024-08-05T16:41:03.206Z[ recovery-image] Aug 05 16:41:01.661 INFO O| Aug 05 16:41:01.661 INFO STEP 81: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
40862024-08-05T16:41:03.217Z[ recovery-image] Aug 05 16:41:01.672 INFO O| Aug 05 16:41:01.672 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/ptime"
40872024-08-05T16:41:03.219Z[ recovery-image] Aug 05 16:41:01.672 INFO O| Aug 05 16:41:01.672 INFO STEP 81 (remove_files) COMPLETE
40882024-08-05T16:41:03.220Z[ recovery-image] Aug 05 16:41:01.672 INFO O| Aug 05 16:41:01.672 INFO STEP 82: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
40892024-08-05T16:41:03.227Z[ recovery-image] Aug 05 16:41:01.682 INFO O| Aug 05 16:41:01.682 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/ptree"
40902024-08-05T16:41:03.227Z[ recovery-image] Aug 05 16:41:01.682 INFO O| Aug 05 16:41:01.682 INFO STEP 82 (remove_files) COMPLETE
40912024-08-05T16:41:03.230Z[ recovery-image] Aug 05 16:41:01.682 INFO O| Aug 05 16:41:01.682 INFO STEP 83: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
40922024-08-05T16:41:03.238Z[ recovery-image] Aug 05 16:41:01.693 INFO O| Aug 05 16:41:01.693 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pwait"
40932024-08-05T16:41:03.238Z[ recovery-image] Aug 05 16:41:01.693 INFO O| Aug 05 16:41:01.693 INFO STEP 83 (remove_files) COMPLETE
40942024-08-05T16:41:03.238Z[ recovery-image] Aug 05 16:41:01.693 INFO O| Aug 05 16:41:01.693 INFO STEP 84: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
40952024-08-05T16:41:03.248Z[ recovery-image] Aug 05 16:41:01.703 INFO O| Aug 05 16:41:01.703 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pwdx"
40962024-08-05T16:41:03.248Z[ recovery-image] Aug 05 16:41:01.703 INFO O| Aug 05 16:41:01.703 INFO STEP 84 (remove_files) COMPLETE
40972024-08-05T16:41:03.248Z[ recovery-image] Aug 05 16:41:01.703 INFO O| Aug 05 16:41:01.703 INFO STEP 85: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
40982024-08-05T16:41:03.335Z[ recovery-image] Aug 05 16:41:01.714 INFO O| Aug 05 16:41:01.714 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/rksh"
40992024-08-05T16:41:03.336Z[ recovery-image] Aug 05 16:41:01.714 INFO O| Aug 05 16:41:01.714 INFO STEP 85 (remove_files) COMPLETE
41002024-08-05T16:41:03.339Z[ recovery-image] Aug 05 16:41:01.714 INFO O| Aug 05 16:41:01.714 INFO STEP 86: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
41012024-08-05T16:41:03.339Z[ recovery-image] Aug 05 16:41:01.724 INFO O| Aug 05 16:41:01.724 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/rksh93"
41022024-08-05T16:41:03.339Z[ recovery-image] Aug 05 16:41:01.724 INFO O| Aug 05 16:41:01.724 INFO STEP 86 (remove_files) COMPLETE
41032024-08-05T16:41:03.339Z[ recovery-image] Aug 05 16:41:01.724 INFO O| Aug 05 16:41:01.724 INFO STEP 87: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
41042024-08-05T16:41:03.339Z[ recovery-image] Aug 05 16:41:01.735 INFO O| Aug 05 16:41:01.735 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/sqlite3"
41052024-08-05T16:41:03.339Z[ recovery-image] Aug 05 16:41:01.735 INFO O| Aug 05 16:41:01.735 INFO STEP 87 (remove_files) COMPLETE
41062024-08-05T16:41:03.339Z[ recovery-image] Aug 05 16:41:01.735 INFO O| Aug 05 16:41:01.735 INFO STEP 88: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
41072024-08-05T16:41:03.339Z[ recovery-image] Aug 05 16:41:01.745 INFO O| Aug 05 16:41:01.745 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/strings"
41082024-08-05T16:41:03.339Z[ recovery-image] Aug 05 16:41:01.745 INFO O| Aug 05 16:41:01.745 INFO STEP 88 (remove_files) COMPLETE
41092024-08-05T16:41:03.339Z[ recovery-image] Aug 05 16:41:01.746 INFO O| Aug 05 16:41:01.745 INFO STEP 89: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
41102024-08-05T16:41:03.339Z[ recovery-image] Aug 05 16:41:01.756 INFO O| Aug 05 16:41:01.756 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/xml2-config"
41112024-08-05T16:41:03.339Z[ recovery-image] Aug 05 16:41:01.756 INFO O| Aug 05 16:41:01.756 INFO STEP 89 (remove_files) COMPLETE
41122024-08-05T16:41:03.339Z[ recovery-image] Aug 05 16:41:01.756 INFO O| Aug 05 16:41:01.756 INFO STEP 90: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
41132024-08-05T16:41:03.339Z[ recovery-image] Aug 05 16:41:01.767 INFO O| Aug 05 16:41:01.767 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/xmlcatalog"
41142024-08-05T16:41:03.339Z[ recovery-image] Aug 05 16:41:01.767 INFO O| Aug 05 16:41:01.767 INFO STEP 90 (remove_files) COMPLETE
41152024-08-05T16:41:03.339Z[ recovery-image] Aug 05 16:41:01.767 INFO O| Aug 05 16:41:01.767 INFO STEP 91: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
41162024-08-05T16:41:03.339Z[ recovery-image] Aug 05 16:41:01.779 INFO O| Aug 05 16:41:01.779 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/xmllint"
41172024-08-05T16:41:03.339Z[ recovery-image] Aug 05 16:41:01.779 INFO O| Aug 05 16:41:01.779 INFO STEP 91 (remove_files) COMPLETE
41182024-08-05T16:41:03.339Z[ recovery-image] Aug 05 16:41:01.779 INFO O| Aug 05 16:41:01.779 INFO STEP 92: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
41192024-08-05T16:41:03.339Z[ recovery-image] Aug 05 16:41:01.791 INFO O| Aug 05 16:41:01.791 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amt"
41202024-08-05T16:41:03.339Z[ recovery-image] Aug 05 16:41:01.791 INFO O| Aug 05 16:41:01.791 INFO STEP 92 (remove_files) COMPLETE
41212024-08-05T16:41:03.339Z[ recovery-image] Aug 05 16:41:01.792 INFO O| Aug 05 16:41:01.791 INFO STEP 93: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
41222024-08-05T16:41:03.348Z[ recovery-image] Aug 05 16:41:01.803 INFO O| Aug 05 16:41:01.803 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/arch"
41232024-08-05T16:41:03.348Z[ recovery-image] Aug 05 16:41:01.803 INFO O| Aug 05 16:41:01.803 INFO STEP 93 (remove_files) COMPLETE
41242024-08-05T16:41:03.351Z[ recovery-image] Aug 05 16:41:01.803 INFO O| Aug 05 16:41:01.803 INFO STEP 94: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
41252024-08-05T16:41:03.360Z[ recovery-image] Aug 05 16:41:01.814 INFO O| Aug 05 16:41:01.814 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/asa"
41262024-08-05T16:41:03.363Z[ recovery-image] Aug 05 16:41:01.815 INFO O| Aug 05 16:41:01.815 INFO STEP 94 (remove_files) COMPLETE
41272024-08-05T16:41:03.363Z[ recovery-image] Aug 05 16:41:01.815 INFO O| Aug 05 16:41:01.815 INFO STEP 95: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
41282024-08-05T16:41:03.370Z[ recovery-image] Aug 05 16:41:01.825 INFO O| Aug 05 16:41:01.825 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/at"
41292024-08-05T16:41:03.370Z[ recovery-image] Aug 05 16:41:01.825 INFO O| Aug 05 16:41:01.825 INFO STEP 95 (remove_files) COMPLETE
41302024-08-05T16:41:03.374Z[ recovery-image] Aug 05 16:41:01.825 INFO O| Aug 05 16:41:01.825 INFO STEP 96: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
41312024-08-05T16:41:03.381Z[ recovery-image] Aug 05 16:41:01.836 INFO O| Aug 05 16:41:01.836 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/atq"
41322024-08-05T16:41:03.381Z[ recovery-image] Aug 05 16:41:01.836 INFO O| Aug 05 16:41:01.836 INFO STEP 96 (remove_files) COMPLETE
41332024-08-05T16:41:03.381Z[ recovery-image] Aug 05 16:41:01.836 INFO O| Aug 05 16:41:01.836 INFO STEP 97: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
41342024-08-05T16:41:03.391Z[ recovery-image] Aug 05 16:41:01.846 INFO O| Aug 05 16:41:01.846 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/atrm"
41352024-08-05T16:41:03.391Z[ recovery-image] Aug 05 16:41:01.846 INFO O| Aug 05 16:41:01.846 INFO STEP 97 (remove_files) COMPLETE
41362024-08-05T16:41:03.391Z[ recovery-image] Aug 05 16:41:01.846 INFO O| Aug 05 16:41:01.846 INFO STEP 98: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
41372024-08-05T16:41:03.402Z[ recovery-image] Aug 05 16:41:01.857 INFO O| Aug 05 16:41:01.857 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/auths"
41382024-08-05T16:41:03.405Z[ recovery-image] Aug 05 16:41:01.858 INFO O| Aug 05 16:41:01.858 INFO STEP 98 (remove_files) COMPLETE
41392024-08-05T16:41:03.405Z[ recovery-image] Aug 05 16:41:01.858 INFO O| Aug 05 16:41:01.858 INFO STEP 99: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
41402024-08-05T16:41:03.413Z[ recovery-image] Aug 05 16:41:01.868 INFO O| Aug 05 16:41:01.868 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/banner"
41412024-08-05T16:41:03.413Z[ recovery-image] Aug 05 16:41:01.868 INFO O| Aug 05 16:41:01.868 INFO STEP 99 (remove_files) COMPLETE
41422024-08-05T16:41:03.413Z[ recovery-image] Aug 05 16:41:01.868 INFO O| Aug 05 16:41:01.868 INFO STEP 100: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
41432024-08-05T16:41:03.423Z[ recovery-image] Aug 05 16:41:01.878 INFO O| Aug 05 16:41:01.878 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/bashbug"
41442024-08-05T16:41:03.423Z[ recovery-image] Aug 05 16:41:01.878 INFO O| Aug 05 16:41:01.878 INFO STEP 100 (remove_files) COMPLETE
41452024-08-05T16:41:03.423Z[ recovery-image] Aug 05 16:41:01.878 INFO O| Aug 05 16:41:01.878 INFO STEP 101: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
41462024-08-05T16:41:03.433Z[ recovery-image] Aug 05 16:41:01.888 INFO O| Aug 05 16:41:01.888 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/batch"
41472024-08-05T16:41:03.433Z[ recovery-image] Aug 05 16:41:01.888 INFO O| Aug 05 16:41:01.888 INFO STEP 101 (remove_files) COMPLETE
41482024-08-05T16:41:03.433Z[ recovery-image] Aug 05 16:41:01.888 INFO O| Aug 05 16:41:01.888 INFO STEP 102: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
41492024-08-05T16:41:03.443Z[ recovery-image] Aug 05 16:41:01.898 INFO O| Aug 05 16:41:01.898 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/bc"
41502024-08-05T16:41:03.443Z[ recovery-image] Aug 05 16:41:01.898 INFO O| Aug 05 16:41:01.898 INFO STEP 102 (remove_files) COMPLETE
41512024-08-05T16:41:03.446Z[ recovery-image] Aug 05 16:41:01.898 INFO O| Aug 05 16:41:01.898 INFO STEP 103: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
41522024-08-05T16:41:03.453Z[ recovery-image] Aug 05 16:41:01.908 INFO O| Aug 05 16:41:01.908 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/bdiff"
41532024-08-05T16:41:03.453Z[ recovery-image] Aug 05 16:41:01.908 INFO O| Aug 05 16:41:01.908 INFO STEP 103 (remove_files) COMPLETE
41542024-08-05T16:41:03.456Z[ recovery-image] Aug 05 16:41:01.908 INFO O| Aug 05 16:41:01.908 INFO STEP 104: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
41552024-08-05T16:41:03.463Z[ recovery-image] Aug 05 16:41:01.918 INFO O| Aug 05 16:41:01.918 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/bg"
41562024-08-05T16:41:03.463Z[ recovery-image] Aug 05 16:41:01.918 INFO O| Aug 05 16:41:01.918 INFO STEP 104 (remove_files) COMPLETE
41572024-08-05T16:41:03.466Z[ recovery-image] Aug 05 16:41:01.918 INFO O| Aug 05 16:41:01.918 INFO STEP 105: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
41582024-08-05T16:41:03.473Z[ host-image] Aug 05 16:41:01.928 INFO O| Aug 05 16:41:01.928 INFO O| Actions: 13146/49256 actions (Installing new actions)
41592024-08-05T16:41:03.476Z[ recovery-image] Aug 05 16:41:01.929 INFO O| Aug 05 16:41:01.928 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/brotli"
41602024-08-05T16:41:03.476Z[ recovery-image] Aug 05 16:41:01.929 INFO O| Aug 05 16:41:01.929 INFO STEP 105 (remove_files) COMPLETE
41612024-08-05T16:41:03.476Z[ recovery-image] Aug 05 16:41:01.929 INFO O| Aug 05 16:41:01.929 INFO STEP 106: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
41622024-08-05T16:41:03.484Z[ recovery-image] Aug 05 16:41:01.939 INFO O| Aug 05 16:41:01.939 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/bunzip2"
41632024-08-05T16:41:03.487Z[ recovery-image] Aug 05 16:41:01.939 INFO O| Aug 05 16:41:01.939 INFO STEP 106 (remove_files) COMPLETE
41642024-08-05T16:41:03.488Z[ recovery-image] Aug 05 16:41:01.939 INFO O| Aug 05 16:41:01.939 INFO STEP 107: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
41652024-08-05T16:41:03.495Z[ recovery-image] Aug 05 16:41:01.949 INFO O| Aug 05 16:41:01.949 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/busstat"
41662024-08-05T16:41:03.495Z[ recovery-image] Aug 05 16:41:01.949 INFO O| Aug 05 16:41:01.949 INFO STEP 107 (remove_files) COMPLETE
41672024-08-05T16:41:03.499Z[ recovery-image] Aug 05 16:41:01.949 INFO O| Aug 05 16:41:01.949 INFO STEP 108: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
41682024-08-05T16:41:03.504Z[ recovery-image] Aug 05 16:41:01.959 INFO O| Aug 05 16:41:01.959 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/bzcat"
41692024-08-05T16:41:03.508Z[ recovery-image] Aug 05 16:41:01.959 INFO O| Aug 05 16:41:01.959 INFO STEP 108 (remove_files) COMPLETE
41702024-08-05T16:41:03.508Z[ recovery-image] Aug 05 16:41:01.959 INFO O| Aug 05 16:41:01.959 INFO STEP 109: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
41712024-08-05T16:41:03.515Z[ recovery-image] Aug 05 16:41:01.969 INFO O| Aug 05 16:41:01.969 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/bzdiff"
41722024-08-05T16:41:03.515Z[ recovery-image] Aug 05 16:41:01.969 INFO O| Aug 05 16:41:01.969 INFO STEP 109 (remove_files) COMPLETE
41732024-08-05T16:41:03.515Z[ recovery-image] Aug 05 16:41:01.969 INFO O| Aug 05 16:41:01.969 INFO STEP 110: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
41742024-08-05T16:41:03.524Z[ recovery-image] Aug 05 16:41:01.979 INFO O| Aug 05 16:41:01.979 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/bzgrep"
41752024-08-05T16:41:03.527Z[ recovery-image] Aug 05 16:41:01.979 INFO O| Aug 05 16:41:01.979 INFO STEP 110 (remove_files) COMPLETE
41762024-08-05T16:41:03.527Z[ recovery-image] Aug 05 16:41:01.979 INFO O| Aug 05 16:41:01.979 INFO STEP 111: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
41772024-08-05T16:41:03.534Z[ recovery-image] Aug 05 16:41:01.989 INFO O| Aug 05 16:41:01.989 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/bzip2"
41782024-08-05T16:41:03.534Z[ recovery-image] Aug 05 16:41:01.989 INFO O| Aug 05 16:41:01.989 INFO STEP 111 (remove_files) COMPLETE
41792024-08-05T16:41:03.534Z[ recovery-image] Aug 05 16:41:01.989 INFO O| Aug 05 16:41:01.989 INFO STEP 112: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
41802024-08-05T16:41:03.544Z[ recovery-image] Aug 05 16:41:01.999 INFO O| Aug 05 16:41:01.999 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/bzip2recover"
41812024-08-05T16:41:03.547Z[ recovery-image] Aug 05 16:41:02.000 INFO O| Aug 05 16:41:01.999 INFO STEP 112 (remove_files) COMPLETE
41822024-08-05T16:41:03.547Z[ recovery-image] Aug 05 16:41:02.000 INFO O| Aug 05 16:41:01.999 INFO STEP 113: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
41832024-08-05T16:41:03.555Z[ recovery-image] Aug 05 16:41:02.010 INFO O| Aug 05 16:41:02.010 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/bzmore"
41842024-08-05T16:41:03.555Z[ recovery-image] Aug 05 16:41:02.010 INFO O| Aug 05 16:41:02.010 INFO STEP 113 (remove_files) COMPLETE
41852024-08-05T16:41:03.555Z[ recovery-image] Aug 05 16:41:02.010 INFO O| Aug 05 16:41:02.010 INFO STEP 114: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
41862024-08-05T16:41:03.565Z[ recovery-image] Aug 05 16:41:02.020 INFO O| Aug 05 16:41:02.020 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/cal"
41872024-08-05T16:41:03.565Z[ recovery-image] Aug 05 16:41:02.020 INFO O| Aug 05 16:41:02.020 INFO STEP 114 (remove_files) COMPLETE
41882024-08-05T16:41:03.569Z[ recovery-image] Aug 05 16:41:02.020 INFO O| Aug 05 16:41:02.020 INFO STEP 115: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
41892024-08-05T16:41:03.576Z[ recovery-image] Aug 05 16:41:02.031 INFO O| Aug 05 16:41:02.031 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/captoinfo"
41902024-08-05T16:41:03.579Z[ recovery-image] Aug 05 16:41:02.031 INFO O| Aug 05 16:41:02.031 INFO STEP 115 (remove_files) COMPLETE
41912024-08-05T16:41:03.579Z[ recovery-image] Aug 05 16:41:02.031 INFO O| Aug 05 16:41:02.031 INFO STEP 116: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
41922024-08-05T16:41:03.586Z[ recovery-image] Aug 05 16:41:02.041 INFO O| Aug 05 16:41:02.041 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/cd"
41932024-08-05T16:41:03.586Z[ recovery-image] Aug 05 16:41:02.041 INFO O| Aug 05 16:41:02.041 INFO STEP 116 (remove_files) COMPLETE
41942024-08-05T16:41:03.589Z[ recovery-image] Aug 05 16:41:02.041 INFO O| Aug 05 16:41:02.041 INFO STEP 117: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
41952024-08-05T16:41:03.596Z[ recovery-image] Aug 05 16:41:02.051 INFO O| Aug 05 16:41:02.051 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/certutil"
41962024-08-05T16:41:03.599Z[ recovery-image] Aug 05 16:41:02.051 INFO O| Aug 05 16:41:02.051 INFO STEP 117 (remove_files) COMPLETE
41972024-08-05T16:41:03.599Z[ recovery-image] Aug 05 16:41:02.052 INFO O| Aug 05 16:41:02.051 INFO STEP 118: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
41982024-08-05T16:41:03.606Z[ recovery-image] Aug 05 16:41:02.061 INFO O| Aug 05 16:41:02.061 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/checkbandwidth"
41992024-08-05T16:41:03.606Z[ recovery-image] Aug 05 16:41:02.061 INFO O| Aug 05 16:41:02.061 INFO STEP 118 (remove_files) COMPLETE
42002024-08-05T16:41:03.609Z[ recovery-image] Aug 05 16:41:02.061 INFO O| Aug 05 16:41:02.061 INFO STEP 119: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
42012024-08-05T16:41:03.616Z[ recovery-image] Aug 05 16:41:02.071 INFO O| Aug 05 16:41:02.071 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/chgrp"
42022024-08-05T16:41:03.616Z[ recovery-image] Aug 05 16:41:02.071 INFO O| Aug 05 16:41:02.071 INFO STEP 119 (remove_files) COMPLETE
42032024-08-05T16:41:03.619Z[ recovery-image] Aug 05 16:41:02.071 INFO O| Aug 05 16:41:02.071 INFO STEP 120: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
42042024-08-05T16:41:03.626Z[ recovery-image] Aug 05 16:41:02.081 INFO O| Aug 05 16:41:02.081 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/chronyc"
42052024-08-05T16:41:03.629Z[ recovery-image] Aug 05 16:41:02.081 INFO O| Aug 05 16:41:02.081 INFO STEP 120 (remove_files) COMPLETE
42062024-08-05T16:41:03.629Z[ recovery-image] Aug 05 16:41:02.081 INFO O| Aug 05 16:41:02.081 INFO STEP 121: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
42072024-08-05T16:41:03.636Z[ recovery-image] Aug 05 16:41:02.091 INFO O| Aug 05 16:41:02.091 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ckdate"
42082024-08-05T16:41:03.636Z[ recovery-image] Aug 05 16:41:02.091 INFO O| Aug 05 16:41:02.091 INFO STEP 121 (remove_files) COMPLETE
42092024-08-05T16:41:03.636Z[ recovery-image] Aug 05 16:41:02.091 INFO O| Aug 05 16:41:02.091 INFO STEP 122: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
42102024-08-05T16:41:03.645Z[ recovery-image] Aug 05 16:41:02.101 INFO O| Aug 05 16:41:02.100 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ckgid"
42112024-08-05T16:41:03.649Z[ recovery-image] Aug 05 16:41:02.101 INFO O| Aug 05 16:41:02.101 INFO STEP 122 (remove_files) COMPLETE
42122024-08-05T16:41:03.649Z[ recovery-image] Aug 05 16:41:02.101 INFO O| Aug 05 16:41:02.101 INFO STEP 123: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
42132024-08-05T16:41:03.655Z[ recovery-image] Aug 05 16:41:02.110 INFO O| Aug 05 16:41:02.110 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ckint"
42142024-08-05T16:41:03.658Z[ recovery-image] Aug 05 16:41:02.110 INFO O| Aug 05 16:41:02.110 INFO STEP 123 (remove_files) COMPLETE
42152024-08-05T16:41:03.658Z[ recovery-image] Aug 05 16:41:02.111 INFO O| Aug 05 16:41:02.110 INFO STEP 124: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
42162024-08-05T16:41:03.668Z[ recovery-image] Aug 05 16:41:02.120 INFO O| Aug 05 16:41:02.120 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ckitem"
42172024-08-05T16:41:03.668Z[ recovery-image] Aug 05 16:41:02.120 INFO O| Aug 05 16:41:02.120 INFO STEP 124 (remove_files) COMPLETE
42182024-08-05T16:41:03.668Z[ recovery-image] Aug 05 16:41:02.120 INFO O| Aug 05 16:41:02.120 INFO STEP 125: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
42192024-08-05T16:41:03.675Z[ recovery-image] Aug 05 16:41:02.130 INFO O| Aug 05 16:41:02.130 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ckkeywd"
42202024-08-05T16:41:03.679Z[ recovery-image] Aug 05 16:41:02.130 INFO O| Aug 05 16:41:02.130 INFO STEP 125 (remove_files) COMPLETE
42212024-08-05T16:41:03.679Z[ recovery-image] Aug 05 16:41:02.130 INFO O| Aug 05 16:41:02.130 INFO STEP 126: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
42222024-08-05T16:41:03.686Z[ recovery-image] Aug 05 16:41:02.141 INFO O| Aug 05 16:41:02.141 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ckpath"
42232024-08-05T16:41:03.686Z[ recovery-image] Aug 05 16:41:02.141 INFO O| Aug 05 16:41:02.141 INFO STEP 126 (remove_files) COMPLETE
42242024-08-05T16:41:03.689Z[ recovery-image] Aug 05 16:41:02.141 INFO O| Aug 05 16:41:02.141 INFO STEP 127: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
42252024-08-05T16:41:03.696Z[ recovery-image] Aug 05 16:41:02.151 INFO O| Aug 05 16:41:02.151 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ckrange"
42262024-08-05T16:41:03.696Z[ recovery-image] Aug 05 16:41:02.151 INFO O| Aug 05 16:41:02.151 INFO STEP 127 (remove_files) COMPLETE
42272024-08-05T16:41:03.699Z[ recovery-image] Aug 05 16:41:02.151 INFO O| Aug 05 16:41:02.151 INFO STEP 128: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
42282024-08-05T16:41:03.707Z[ recovery-image] Aug 05 16:41:02.162 INFO O| Aug 05 16:41:02.162 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ckstr"
42292024-08-05T16:41:03.707Z[ recovery-image] Aug 05 16:41:02.162 INFO O| Aug 05 16:41:02.162 INFO STEP 128 (remove_files) COMPLETE
42302024-08-05T16:41:03.710Z[ recovery-image] Aug 05 16:41:02.163 INFO O| Aug 05 16:41:02.162 INFO STEP 129: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
42312024-08-05T16:41:03.718Z[ recovery-image] Aug 05 16:41:02.173 INFO O| Aug 05 16:41:02.173 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/cksum"
42322024-08-05T16:41:03.718Z[ recovery-image] Aug 05 16:41:02.173 INFO O| Aug 05 16:41:02.173 INFO STEP 129 (remove_files) COMPLETE
42332024-08-05T16:41:03.721Z[ recovery-image] Aug 05 16:41:02.173 INFO O| Aug 05 16:41:02.173 INFO STEP 130: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
42342024-08-05T16:41:03.728Z[ recovery-image] Aug 05 16:41:02.183 INFO O| Aug 05 16:41:02.183 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/cktime"
42352024-08-05T16:41:03.731Z[ recovery-image] Aug 05 16:41:02.183 INFO O| Aug 05 16:41:02.183 INFO STEP 130 (remove_files) COMPLETE
42362024-08-05T16:41:03.731Z[ recovery-image] Aug 05 16:41:02.183 INFO O| Aug 05 16:41:02.183 INFO STEP 131: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
42372024-08-05T16:41:03.739Z[ recovery-image] Aug 05 16:41:02.194 INFO O| Aug 05 16:41:02.194 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ckuid"
42382024-08-05T16:41:03.739Z[ recovery-image] Aug 05 16:41:02.194 INFO O| Aug 05 16:41:02.194 INFO STEP 131 (remove_files) COMPLETE
42392024-08-05T16:41:03.739Z[ recovery-image] Aug 05 16:41:02.194 INFO O| Aug 05 16:41:02.194 INFO STEP 132: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
42402024-08-05T16:41:03.749Z[ recovery-image] Aug 05 16:41:02.204 INFO O| Aug 05 16:41:02.204 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ckyorn"
42412024-08-05T16:41:03.749Z[ recovery-image] Aug 05 16:41:02.204 INFO O| Aug 05 16:41:02.204 INFO STEP 132 (remove_files) COMPLETE
42422024-08-05T16:41:03.749Z[ recovery-image] Aug 05 16:41:02.204 INFO O| Aug 05 16:41:02.204 INFO STEP 133: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
42432024-08-05T16:41:03.760Z[ recovery-image] Aug 05 16:41:02.215 INFO O| Aug 05 16:41:02.215 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/clear"
42442024-08-05T16:41:03.760Z[ recovery-image] Aug 05 16:41:02.215 INFO O| Aug 05 16:41:02.215 INFO STEP 133 (remove_files) COMPLETE
42452024-08-05T16:41:03.763Z[ recovery-image] Aug 05 16:41:02.215 INFO O| Aug 05 16:41:02.215 INFO STEP 134: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
42462024-08-05T16:41:03.771Z[ recovery-image] Aug 05 16:41:02.226 INFO O| Aug 05 16:41:02.226 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/cmp"
42472024-08-05T16:41:03.771Z[ recovery-image] Aug 05 16:41:02.226 INFO O| Aug 05 16:41:02.226 INFO STEP 134 (remove_files) COMPLETE
42482024-08-05T16:41:03.771Z[ recovery-image] Aug 05 16:41:02.226 INFO O| Aug 05 16:41:02.226 INFO STEP 135: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
42492024-08-05T16:41:03.781Z[ recovery-image] Aug 05 16:41:02.236 INFO O| Aug 05 16:41:02.236 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/col"
42502024-08-05T16:41:03.784Z[ recovery-image] Aug 05 16:41:02.236 INFO O| Aug 05 16:41:02.236 INFO STEP 135 (remove_files) COMPLETE
42512024-08-05T16:41:03.784Z[ recovery-image] Aug 05 16:41:02.236 INFO O| Aug 05 16:41:02.236 INFO STEP 136: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
42522024-08-05T16:41:03.791Z[ recovery-image] Aug 05 16:41:02.246 INFO O| Aug 05 16:41:02.246 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/comm"
42532024-08-05T16:41:03.794Z[ recovery-image] Aug 05 16:41:02.246 INFO O| Aug 05 16:41:02.246 INFO STEP 136 (remove_files) COMPLETE
42542024-08-05T16:41:03.794Z[ recovery-image] Aug 05 16:41:02.246 INFO O| Aug 05 16:41:02.246 INFO STEP 137: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
42552024-08-05T16:41:03.801Z[ recovery-image] Aug 05 16:41:02.257 INFO O| Aug 05 16:41:02.257 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/command"
42562024-08-05T16:41:03.802Z[ recovery-image] Aug 05 16:41:02.257 INFO O| Aug 05 16:41:02.257 INFO STEP 137 (remove_files) COMPLETE
42572024-08-05T16:41:03.804Z[ recovery-image] Aug 05 16:41:02.257 INFO O| Aug 05 16:41:02.257 INFO STEP 138: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
42582024-08-05T16:41:03.812Z[ recovery-image] Aug 05 16:41:02.267 INFO O| Aug 05 16:41:02.267 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/compress"
42592024-08-05T16:41:03.812Z[ recovery-image] Aug 05 16:41:02.267 INFO O| Aug 05 16:41:02.267 INFO STEP 138 (remove_files) COMPLETE
42602024-08-05T16:41:03.812Z[ recovery-image] Aug 05 16:41:02.267 INFO O| Aug 05 16:41:02.267 INFO STEP 139: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
42612024-08-05T16:41:03.824Z[ recovery-image] Aug 05 16:41:02.279 INFO O| Aug 05 16:41:02.279 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/connstat"
42622024-08-05T16:41:03.824Z[ recovery-image] Aug 05 16:41:02.279 INFO O| Aug 05 16:41:02.279 INFO STEP 139 (remove_files) COMPLETE
42632024-08-05T16:41:03.829Z[ recovery-image] Aug 05 16:41:02.279 INFO O| Aug 05 16:41:02.279 INFO STEP 140: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
42642024-08-05T16:41:03.835Z[ recovery-image] Aug 05 16:41:02.290 INFO O| Aug 05 16:41:02.290 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/cpio"
42652024-08-05T16:41:03.838Z[ recovery-image] Aug 05 16:41:02.290 INFO O| Aug 05 16:41:02.290 INFO STEP 140 (remove_files) COMPLETE
42662024-08-05T16:41:03.839Z[ recovery-image] Aug 05 16:41:02.290 INFO O| Aug 05 16:41:02.290 INFO STEP 141: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
42672024-08-05T16:41:03.845Z[ recovery-image] Aug 05 16:41:02.300 INFO O| Aug 05 16:41:02.300 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/cputrack"
42682024-08-05T16:41:03.845Z[ recovery-image] Aug 05 16:41:02.300 INFO O| Aug 05 16:41:02.300 INFO STEP 141 (remove_files) COMPLETE
42692024-08-05T16:41:03.845Z[ recovery-image] Aug 05 16:41:02.300 INFO O| Aug 05 16:41:02.300 INFO STEP 142: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
42702024-08-05T16:41:03.855Z[ recovery-image] Aug 05 16:41:02.310 INFO O| Aug 05 16:41:02.310 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/crle"
42712024-08-05T16:41:03.858Z[ recovery-image] Aug 05 16:41:02.310 INFO O| Aug 05 16:41:02.310 INFO STEP 142 (remove_files) COMPLETE
42722024-08-05T16:41:03.858Z[ recovery-image] Aug 05 16:41:02.311 INFO O| Aug 05 16:41:02.310 INFO STEP 143: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
42732024-08-05T16:41:03.866Z[ recovery-image] Aug 05 16:41:02.321 INFO O| Aug 05 16:41:02.321 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/crontab"
42742024-08-05T16:41:03.866Z[ recovery-image] Aug 05 16:41:02.321 INFO O| Aug 05 16:41:02.321 INFO STEP 143 (remove_files) COMPLETE
42752024-08-05T16:41:03.869Z[ recovery-image] Aug 05 16:41:02.321 INFO O| Aug 05 16:41:02.321 INFO STEP 144: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
42762024-08-05T16:41:03.876Z[ recovery-image] Aug 05 16:41:02.331 INFO O| Aug 05 16:41:02.331 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/crypt"
42772024-08-05T16:41:03.876Z[ recovery-image] Aug 05 16:41:02.331 INFO O| Aug 05 16:41:02.331 INFO STEP 144 (remove_files) COMPLETE
42782024-08-05T16:41:03.879Z[ recovery-image] Aug 05 16:41:02.331 INFO O| Aug 05 16:41:02.331 INFO STEP 145: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
42792024-08-05T16:41:03.886Z[ recovery-image] Aug 05 16:41:02.341 INFO O| Aug 05 16:41:02.341 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/csh"
42802024-08-05T16:41:03.887Z[ recovery-image] Aug 05 16:41:02.342 INFO O| Aug 05 16:41:02.342 INFO STEP 145 (remove_files) COMPLETE
42812024-08-05T16:41:03.887Z[ recovery-image] Aug 05 16:41:02.342 INFO O| Aug 05 16:41:02.342 INFO STEP 146: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
42822024-08-05T16:41:03.897Z[ recovery-image] Aug 05 16:41:02.352 INFO O| Aug 05 16:41:02.352 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/csplit"
42832024-08-05T16:41:03.897Z[ recovery-image] Aug 05 16:41:02.352 INFO O| Aug 05 16:41:02.352 INFO STEP 146 (remove_files) COMPLETE
42842024-08-05T16:41:03.900Z[ recovery-image] Aug 05 16:41:02.352 INFO O| Aug 05 16:41:02.352 INFO STEP 147: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
42852024-08-05T16:41:03.907Z[ recovery-image] Aug 05 16:41:02.362 INFO O| Aug 05 16:41:02.362 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/curl"
42862024-08-05T16:41:03.907Z[ recovery-image] Aug 05 16:41:02.362 INFO O| Aug 05 16:41:02.362 INFO STEP 147 (remove_files) COMPLETE
42872024-08-05T16:41:03.907Z[ recovery-image] Aug 05 16:41:02.362 INFO O| Aug 05 16:41:02.362 INFO STEP 148: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
42882024-08-05T16:41:03.917Z[ recovery-image] Aug 05 16:41:02.372 INFO O| Aug 05 16:41:02.372 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/curl-config"
42892024-08-05T16:41:03.917Z[ recovery-image] Aug 05 16:41:02.372 INFO O| Aug 05 16:41:02.372 INFO STEP 148 (remove_files) COMPLETE
42902024-08-05T16:41:03.920Z[ recovery-image] Aug 05 16:41:02.372 INFO O| Aug 05 16:41:02.372 INFO STEP 149: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
42912024-08-05T16:41:03.927Z[ recovery-image] Aug 05 16:41:02.382 INFO O| Aug 05 16:41:02.382 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/dc"
42922024-08-05T16:41:03.927Z[ recovery-image] Aug 05 16:41:02.382 INFO O| Aug 05 16:41:02.382 INFO STEP 149 (remove_files) COMPLETE
42932024-08-05T16:41:03.930Z[ recovery-image] Aug 05 16:41:02.382 INFO O| Aug 05 16:41:02.382 INFO STEP 150: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
42942024-08-05T16:41:03.937Z[ recovery-image] Aug 05 16:41:02.392 INFO O| Aug 05 16:41:02.392 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/decrypt"
42952024-08-05T16:41:03.940Z[ recovery-image] Aug 05 16:41:02.392 INFO O| Aug 05 16:41:02.392 INFO STEP 150 (remove_files) COMPLETE
42962024-08-05T16:41:03.940Z[ recovery-image] Aug 05 16:41:02.392 INFO O| Aug 05 16:41:02.392 INFO STEP 151: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
42972024-08-05T16:41:03.948Z[ recovery-image] Aug 05 16:41:02.403 INFO O| Aug 05 16:41:02.403 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/devattr"
42982024-08-05T16:41:03.948Z[ recovery-image] Aug 05 16:41:02.403 INFO O| Aug 05 16:41:02.403 INFO STEP 151 (remove_files) COMPLETE
42992024-08-05T16:41:03.951Z[ recovery-image] Aug 05 16:41:02.403 INFO O| Aug 05 16:41:02.403 INFO STEP 152: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43002024-08-05T16:41:03.959Z[ recovery-image] Aug 05 16:41:02.414 INFO O| Aug 05 16:41:02.414 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/devfree"
43012024-08-05T16:41:03.959Z[ recovery-image] Aug 05 16:41:02.414 INFO O| Aug 05 16:41:02.414 INFO STEP 152 (remove_files) COMPLETE
43022024-08-05T16:41:03.959Z[ recovery-image] Aug 05 16:41:02.414 INFO O| Aug 05 16:41:02.414 INFO STEP 153: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43032024-08-05T16:41:03.969Z[ recovery-image] Aug 05 16:41:02.424 INFO O| Aug 05 16:41:02.424 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/devreserv"
43042024-08-05T16:41:03.972Z[ recovery-image] Aug 05 16:41:02.424 INFO O| Aug 05 16:41:02.424 INFO STEP 153 (remove_files) COMPLETE
43052024-08-05T16:41:03.972Z[ recovery-image] Aug 05 16:41:02.424 INFO O| Aug 05 16:41:02.424 INFO STEP 154: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43062024-08-05T16:41:03.980Z[ recovery-image] Aug 05 16:41:02.435 INFO O| Aug 05 16:41:02.434 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/diff3"
43072024-08-05T16:41:03.980Z[ recovery-image] Aug 05 16:41:02.435 INFO O| Aug 05 16:41:02.435 INFO STEP 154 (remove_files) COMPLETE
43082024-08-05T16:41:03.980Z[ recovery-image] Aug 05 16:41:02.435 INFO O| Aug 05 16:41:02.435 INFO STEP 155: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43092024-08-05T16:41:03.990Z[ recovery-image] Aug 05 16:41:02.445 INFO O| Aug 05 16:41:02.445 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/digest"
43102024-08-05T16:41:03.990Z[ recovery-image] Aug 05 16:41:02.445 INFO O| Aug 05 16:41:02.445 INFO STEP 155 (remove_files) COMPLETE
43112024-08-05T16:41:03.993Z[ recovery-image] Aug 05 16:41:02.445 INFO O| Aug 05 16:41:02.445 INFO STEP 156: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43122024-08-05T16:41:04.003Z[ recovery-image] Aug 05 16:41:02.456 INFO O| Aug 05 16:41:02.456 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/dircmp"
43132024-08-05T16:41:04.003Z[ recovery-image] Aug 05 16:41:02.457 INFO O| Aug 05 16:41:02.457 INFO STEP 156 (remove_files) COMPLETE
43142024-08-05T16:41:04.003Z[ recovery-image] Aug 05 16:41:02.457 INFO O| Aug 05 16:41:02.457 INFO STEP 157: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43152024-08-05T16:41:04.013Z[ recovery-image] Aug 05 16:41:02.468 INFO O| Aug 05 16:41:02.468 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/dirname"
43162024-08-05T16:41:04.013Z[ recovery-image] Aug 05 16:41:02.468 INFO O| Aug 05 16:41:02.468 INFO STEP 157 (remove_files) COMPLETE
43172024-08-05T16:41:04.016Z[ recovery-image] Aug 05 16:41:02.468 INFO O| Aug 05 16:41:02.468 INFO STEP 158: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43182024-08-05T16:41:04.026Z[ recovery-image] Aug 05 16:41:02.479 INFO O| Aug 05 16:41:02.479 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/diskinfo"
43192024-08-05T16:41:04.026Z[ recovery-image] Aug 05 16:41:02.479 INFO O| Aug 05 16:41:02.479 INFO STEP 158 (remove_files) COMPLETE
43202024-08-05T16:41:04.026Z[ recovery-image] Aug 05 16:41:02.479 INFO O| Aug 05 16:41:02.479 INFO STEP 159: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43212024-08-05T16:41:04.035Z[ recovery-image] Aug 05 16:41:02.490 INFO O| Aug 05 16:41:02.490 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/diskscan"
43222024-08-05T16:41:04.035Z[ recovery-image] Aug 05 16:41:02.490 INFO O| Aug 05 16:41:02.490 INFO STEP 159 (remove_files) COMPLETE
43232024-08-05T16:41:04.035Z[ recovery-image] Aug 05 16:41:02.490 INFO O| Aug 05 16:41:02.490 INFO STEP 160: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43242024-08-05T16:41:04.046Z[ recovery-image] Aug 05 16:41:02.501 INFO O| Aug 05 16:41:02.501 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/dispgid"
43252024-08-05T16:41:04.046Z[ recovery-image] Aug 05 16:41:02.501 INFO O| Aug 05 16:41:02.501 INFO STEP 160 (remove_files) COMPLETE
43262024-08-05T16:41:04.050Z[ recovery-image] Aug 05 16:41:02.501 INFO O| Aug 05 16:41:02.501 INFO STEP 161: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43272024-08-05T16:41:04.056Z[ recovery-image] Aug 05 16:41:02.511 INFO O| Aug 05 16:41:02.511 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/dispuid"
43282024-08-05T16:41:04.059Z[ recovery-image] Aug 05 16:41:02.511 INFO O| Aug 05 16:41:02.511 INFO STEP 161 (remove_files) COMPLETE
43292024-08-05T16:41:04.059Z[ recovery-image] Aug 05 16:41:02.511 INFO O| Aug 05 16:41:02.511 INFO STEP 162: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43302024-08-05T16:41:04.066Z[ recovery-image] Aug 05 16:41:02.521 INFO O| Aug 05 16:41:02.521 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/dos2unix"
43312024-08-05T16:41:04.066Z[ recovery-image] Aug 05 16:41:02.521 INFO O| Aug 05 16:41:02.521 INFO STEP 162 (remove_files) COMPLETE
43322024-08-05T16:41:04.070Z[ recovery-image] Aug 05 16:41:02.522 INFO O| Aug 05 16:41:02.521 INFO STEP 163: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43332024-08-05T16:41:04.077Z[ recovery-image] Aug 05 16:41:02.532 INFO O| Aug 05 16:41:02.531 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/du"
43342024-08-05T16:41:04.077Z[ recovery-image] Aug 05 16:41:02.532 INFO O| Aug 05 16:41:02.532 INFO STEP 163 (remove_files) COMPLETE
43352024-08-05T16:41:04.077Z[ recovery-image] Aug 05 16:41:02.532 INFO O| Aug 05 16:41:02.532 INFO STEP 164: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43362024-08-05T16:41:04.087Z[ recovery-image] Aug 05 16:41:02.542 INFO O| Aug 05 16:41:02.541 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/dumpcs"
43372024-08-05T16:41:04.090Z[ recovery-image] Aug 05 16:41:02.542 INFO O| Aug 05 16:41:02.542 INFO STEP 164 (remove_files) COMPLETE
43382024-08-05T16:41:04.090Z[ recovery-image] Aug 05 16:41:02.542 INFO O| Aug 05 16:41:02.542 INFO STEP 165: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43392024-08-05T16:41:04.097Z[ recovery-image] Aug 05 16:41:02.552 INFO O| Aug 05 16:41:02.551 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/dumpkeys"
43402024-08-05T16:41:04.097Z[ recovery-image] Aug 05 16:41:02.552 INFO O| Aug 05 16:41:02.552 INFO STEP 165 (remove_files) COMPLETE
43412024-08-05T16:41:04.097Z[ recovery-image] Aug 05 16:41:02.552 INFO O| Aug 05 16:41:02.552 INFO STEP 166: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43422024-08-05T16:41:04.107Z[ recovery-image] Aug 05 16:41:02.562 INFO O| Aug 05 16:41:02.562 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/edit"
43432024-08-05T16:41:04.107Z[ recovery-image] Aug 05 16:41:02.562 INFO O| Aug 05 16:41:02.562 INFO STEP 166 (remove_files) COMPLETE
43442024-08-05T16:41:04.110Z[ recovery-image] Aug 05 16:41:02.562 INFO O| Aug 05 16:41:02.562 INFO STEP 167: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43452024-08-05T16:41:04.119Z[ recovery-image] Aug 05 16:41:02.574 INFO O| Aug 05 16:41:02.574 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/eject"
43462024-08-05T16:41:04.119Z[ recovery-image] Aug 05 16:41:02.574 INFO O| Aug 05 16:41:02.574 INFO STEP 167 (remove_files) COMPLETE
43472024-08-05T16:41:04.122Z[ recovery-image] Aug 05 16:41:02.574 INFO O| Aug 05 16:41:02.574 INFO STEP 168: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43482024-08-05T16:41:04.131Z[ recovery-image] Aug 05 16:41:02.586 INFO O| Aug 05 16:41:02.586 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/elfsign"
43492024-08-05T16:41:04.131Z[ recovery-image] Aug 05 16:41:02.586 INFO O| Aug 05 16:41:02.586 INFO STEP 168 (remove_files) COMPLETE
43502024-08-05T16:41:04.134Z[ recovery-image] Aug 05 16:41:02.586 INFO O| Aug 05 16:41:02.586 INFO STEP 169: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43512024-08-05T16:41:04.143Z[ recovery-image] Aug 05 16:41:02.598 INFO O| Aug 05 16:41:02.598 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/elfwrap"
43522024-08-05T16:41:04.146Z[ recovery-image] Aug 05 16:41:02.598 INFO O| Aug 05 16:41:02.598 INFO STEP 169 (remove_files) COMPLETE
43532024-08-05T16:41:04.146Z[ recovery-image] Aug 05 16:41:02.598 INFO O| Aug 05 16:41:02.598 INFO STEP 170: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43542024-08-05T16:41:04.156Z[ recovery-image] Aug 05 16:41:02.610 INFO O| Aug 05 16:41:02.610 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/encode_keychange"
43552024-08-05T16:41:04.159Z[ recovery-image] Aug 05 16:41:02.610 INFO O| Aug 05 16:41:02.610 INFO STEP 170 (remove_files) COMPLETE
43562024-08-05T16:41:04.159Z[ recovery-image] Aug 05 16:41:02.611 INFO O| Aug 05 16:41:02.610 INFO STEP 171: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43572024-08-05T16:41:04.168Z[ recovery-image] Aug 05 16:41:02.622 INFO O| Aug 05 16:41:02.622 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/encrypt"
43582024-08-05T16:41:04.168Z[ recovery-image] Aug 05 16:41:02.622 INFO O| Aug 05 16:41:02.622 INFO STEP 171 (remove_files) COMPLETE
43592024-08-05T16:41:04.168Z[ recovery-image] Aug 05 16:41:02.623 INFO O| Aug 05 16:41:02.622 INFO STEP 172: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43602024-08-05T16:41:04.179Z[ recovery-image] Aug 05 16:41:02.634 INFO O| Aug 05 16:41:02.634 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/enhance"
43612024-08-05T16:41:04.179Z[ recovery-image] Aug 05 16:41:02.634 INFO O| Aug 05 16:41:02.634 INFO STEP 172 (remove_files) COMPLETE
43622024-08-05T16:41:04.179Z[ recovery-image] Aug 05 16:41:02.634 INFO O| Aug 05 16:41:02.634 INFO STEP 173: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43632024-08-05T16:41:04.190Z[ recovery-image] Aug 05 16:41:02.645 INFO O| Aug 05 16:41:02.645 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/env"
43642024-08-05T16:41:04.190Z[ recovery-image] Aug 05 16:41:02.645 INFO O| Aug 05 16:41:02.645 INFO STEP 173 (remove_files) COMPLETE
43652024-08-05T16:41:04.193Z[ recovery-image] Aug 05 16:41:02.645 INFO O| Aug 05 16:41:02.645 INFO STEP 174: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43662024-08-05T16:41:04.201Z[ recovery-image] Aug 05 16:41:02.656 INFO O| Aug 05 16:41:02.656 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/etdump"
43672024-08-05T16:41:04.202Z[ recovery-image] Aug 05 16:41:02.656 INFO O| Aug 05 16:41:02.656 INFO STEP 174 (remove_files) COMPLETE
43682024-08-05T16:41:04.202Z[ recovery-image] Aug 05 16:41:02.656 INFO O| Aug 05 16:41:02.656 INFO STEP 175: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43692024-08-05T16:41:04.212Z[ recovery-image] Aug 05 16:41:02.667 INFO O| Aug 05 16:41:02.667 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/expand"
43702024-08-05T16:41:04.215Z[ recovery-image] Aug 05 16:41:02.667 INFO O| Aug 05 16:41:02.667 INFO STEP 175 (remove_files) COMPLETE
43712024-08-05T16:41:04.215Z[ recovery-image] Aug 05 16:41:02.667 INFO O| Aug 05 16:41:02.667 INFO STEP 176: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43722024-08-05T16:41:04.222Z[ recovery-image] Aug 05 16:41:02.677 INFO O| Aug 05 16:41:02.677 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/exstr"
43732024-08-05T16:41:04.222Z[ recovery-image] Aug 05 16:41:02.677 INFO O| Aug 05 16:41:02.677 INFO STEP 176 (remove_files) COMPLETE
43742024-08-05T16:41:04.223Z[ recovery-image] Aug 05 16:41:02.677 INFO O| Aug 05 16:41:02.677 INFO STEP 177: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43752024-08-05T16:41:04.233Z[ recovery-image] Aug 05 16:41:02.688 INFO O| Aug 05 16:41:02.687 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/factor"
43762024-08-05T16:41:04.233Z[ recovery-image] Aug 05 16:41:02.688 INFO O| Aug 05 16:41:02.688 INFO STEP 177 (remove_files) COMPLETE
43772024-08-05T16:41:04.233Z[ recovery-image] Aug 05 16:41:02.688 INFO O| Aug 05 16:41:02.688 INFO STEP 178: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43782024-08-05T16:41:04.243Z[ recovery-image] Aug 05 16:41:02.698 INFO O| Aug 05 16:41:02.698 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/false"
43792024-08-05T16:41:04.243Z[ recovery-image] Aug 05 16:41:02.698 INFO O| Aug 05 16:41:02.698 INFO STEP 178 (remove_files) COMPLETE
43802024-08-05T16:41:04.246Z[ recovery-image] Aug 05 16:41:02.698 INFO O| Aug 05 16:41:02.698 INFO STEP 179: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43812024-08-05T16:41:04.254Z[ recovery-image] Aug 05 16:41:02.709 INFO O| Aug 05 16:41:02.708 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/fc"
43822024-08-05T16:41:04.254Z[ recovery-image] Aug 05 16:41:02.709 INFO O| Aug 05 16:41:02.709 INFO STEP 179 (remove_files) COMPLETE
43832024-08-05T16:41:04.254Z[ recovery-image] Aug 05 16:41:02.709 INFO O| Aug 05 16:41:02.709 INFO STEP 180: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43842024-08-05T16:41:04.264Z[ recovery-image] Aug 05 16:41:02.719 INFO O| Aug 05 16:41:02.719 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/fdetach"
43852024-08-05T16:41:04.264Z[ recovery-image] Aug 05 16:41:02.719 INFO O| Aug 05 16:41:02.719 INFO STEP 180 (remove_files) COMPLETE
43862024-08-05T16:41:04.264Z[ recovery-image] Aug 05 16:41:02.719 INFO O| Aug 05 16:41:02.719 INFO STEP 181: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43872024-08-05T16:41:04.275Z[ recovery-image] Aug 05 16:41:02.729 INFO O| Aug 05 16:41:02.729 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/fdformat"
43882024-08-05T16:41:04.275Z[ recovery-image] Aug 05 16:41:02.730 INFO O| Aug 05 16:41:02.730 INFO STEP 181 (remove_files) COMPLETE
43892024-08-05T16:41:04.278Z[ recovery-image] Aug 05 16:41:02.730 INFO O| Aug 05 16:41:02.730 INFO STEP 182: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43902024-08-05T16:41:04.285Z[ recovery-image] Aug 05 16:41:02.740 INFO O| Aug 05 16:41:02.740 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/fg"
43912024-08-05T16:41:04.288Z[ recovery-image] Aug 05 16:41:02.740 INFO O| Aug 05 16:41:02.740 INFO STEP 182 (remove_files) COMPLETE
43922024-08-05T16:41:04.288Z[ recovery-image] Aug 05 16:41:02.740 INFO O| Aug 05 16:41:02.740 INFO STEP 183: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43932024-08-05T16:41:04.296Z[ recovery-image] Aug 05 16:41:02.751 INFO O| Aug 05 16:41:02.751 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/fgrep"
43942024-08-05T16:41:04.296Z[ recovery-image] Aug 05 16:41:02.751 INFO O| Aug 05 16:41:02.751 INFO STEP 183 (remove_files) COMPLETE
43952024-08-05T16:41:04.296Z[ recovery-image] Aug 05 16:41:02.751 INFO O| Aug 05 16:41:02.751 INFO STEP 184: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43962024-08-05T16:41:04.306Z[ recovery-image] Aug 05 16:41:02.761 INFO O| Aug 05 16:41:02.761 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/file"
43972024-08-05T16:41:04.306Z[ recovery-image] Aug 05 16:41:02.761 INFO O| Aug 05 16:41:02.761 INFO STEP 184 (remove_files) COMPLETE
43982024-08-05T16:41:04.309Z[ recovery-image] Aug 05 16:41:02.761 INFO O| Aug 05 16:41:02.761 INFO STEP 185: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43992024-08-05T16:41:04.316Z[ recovery-image] Aug 05 16:41:02.771 INFO O| Aug 05 16:41:02.771 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/fixproc"
44002024-08-05T16:41:04.317Z[ recovery-image] Aug 05 16:41:02.771 INFO O| Aug 05 16:41:02.771 INFO STEP 185 (remove_files) COMPLETE
44012024-08-05T16:41:04.320Z[ recovery-image] Aug 05 16:41:02.771 INFO O| Aug 05 16:41:02.771 INFO STEP 186: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44022024-08-05T16:41:04.326Z[ recovery-image] Aug 05 16:41:02.781 INFO O| Aug 05 16:41:02.781 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/fmt"
44032024-08-05T16:41:04.331Z[ recovery-image] Aug 05 16:41:02.781 INFO O| Aug 05 16:41:02.781 INFO STEP 186 (remove_files) COMPLETE
44042024-08-05T16:41:04.331Z[ recovery-image] Aug 05 16:41:02.781 INFO O| Aug 05 16:41:02.781 INFO STEP 187: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44052024-08-05T16:41:04.336Z[ recovery-image] Aug 05 16:41:02.791 INFO O| Aug 05 16:41:02.791 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/fmtmsg"
44062024-08-05T16:41:04.336Z[ recovery-image] Aug 05 16:41:02.791 INFO O| Aug 05 16:41:02.791 INFO STEP 187 (remove_files) COMPLETE
44072024-08-05T16:41:04.341Z[ recovery-image] Aug 05 16:41:02.791 INFO O| Aug 05 16:41:02.791 INFO STEP 188: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44082024-08-05T16:41:04.346Z[ recovery-image] Aug 05 16:41:02.801 INFO O| Aug 05 16:41:02.801 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/fold"
44092024-08-05T16:41:04.346Z[ recovery-image] Aug 05 16:41:02.801 INFO O| Aug 05 16:41:02.801 INFO STEP 188 (remove_files) COMPLETE
44102024-08-05T16:41:04.349Z[ recovery-image] Aug 05 16:41:02.801 INFO O| Aug 05 16:41:02.801 INFO STEP 189: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44112024-08-05T16:41:04.357Z[ recovery-image] Aug 05 16:41:02.811 INFO O| Aug 05 16:41:02.811 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/fsstat"
44122024-08-05T16:41:04.357Z[ recovery-image] Aug 05 16:41:02.811 INFO O| Aug 05 16:41:02.811 INFO STEP 189 (remove_files) COMPLETE
44132024-08-05T16:41:04.360Z[ recovery-image] Aug 05 16:41:02.811 INFO O| Aug 05 16:41:02.811 INFO STEP 190: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44142024-08-05T16:41:04.368Z[ recovery-image] Aug 05 16:41:02.823 INFO O| Aug 05 16:41:02.823 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gclear"
44152024-08-05T16:41:04.368Z[ recovery-image] Aug 05 16:41:02.823 INFO O| Aug 05 16:41:02.823 INFO STEP 190 (remove_files) COMPLETE
44162024-08-05T16:41:04.371Z[ recovery-image] Aug 05 16:41:02.823 INFO O| Aug 05 16:41:02.823 INFO STEP 191: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44172024-08-05T16:41:04.379Z[ recovery-image] Aug 05 16:41:02.834 INFO O| Aug 05 16:41:02.834 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gcore"
44182024-08-05T16:41:04.379Z[ recovery-image] Aug 05 16:41:02.834 INFO O| Aug 05 16:41:02.834 INFO STEP 191 (remove_files) COMPLETE
44192024-08-05T16:41:04.379Z[ recovery-image] Aug 05 16:41:02.834 INFO O| Aug 05 16:41:02.834 INFO STEP 192: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44202024-08-05T16:41:04.391Z[ recovery-image] Aug 05 16:41:02.846 INFO O| Aug 05 16:41:02.846 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/geniconvtbl"
44212024-08-05T16:41:04.391Z[ recovery-image] Aug 05 16:41:02.846 INFO O| Aug 05 16:41:02.846 INFO STEP 192 (remove_files) COMPLETE
44222024-08-05T16:41:04.394Z[ recovery-image] Aug 05 16:41:02.846 INFO O| Aug 05 16:41:02.846 INFO STEP 193: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44232024-08-05T16:41:04.403Z[ recovery-image] Aug 05 16:41:02.858 INFO O| Aug 05 16:41:02.857 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/getconf"
44242024-08-05T16:41:04.403Z[ recovery-image] Aug 05 16:41:02.858 INFO O| Aug 05 16:41:02.858 INFO STEP 193 (remove_files) COMPLETE
44252024-08-05T16:41:04.406Z[ recovery-image] Aug 05 16:41:02.858 INFO O| Aug 05 16:41:02.858 INFO STEP 194: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44262024-08-05T16:41:04.414Z[ recovery-image] Aug 05 16:41:02.869 INFO O| Aug 05 16:41:02.869 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/getdev"
44272024-08-05T16:41:04.414Z[ recovery-image] Aug 05 16:41:02.869 INFO O| Aug 05 16:41:02.869 INFO STEP 194 (remove_files) COMPLETE
44282024-08-05T16:41:04.414Z[ recovery-image] Aug 05 16:41:02.869 INFO O| Aug 05 16:41:02.869 INFO STEP 195: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44292024-08-05T16:41:04.426Z[ recovery-image] Aug 05 16:41:02.880 INFO O| Aug 05 16:41:02.880 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/getdgrp"
44302024-08-05T16:41:04.426Z[ recovery-image] Aug 05 16:41:02.880 INFO O| Aug 05 16:41:02.880 INFO STEP 195 (remove_files) COMPLETE
44312024-08-05T16:41:04.430Z[ recovery-image] Aug 05 16:41:02.880 INFO O| Aug 05 16:41:02.880 INFO STEP 196: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44322024-08-05T16:41:04.438Z[ recovery-image] Aug 05 16:41:02.893 INFO O| Aug 05 16:41:02.893 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/getent"
44332024-08-05T16:41:04.438Z[ recovery-image] Aug 05 16:41:02.893 INFO O| Aug 05 16:41:02.893 INFO STEP 196 (remove_files) COMPLETE
44342024-08-05T16:41:04.438Z[ recovery-image] Aug 05 16:41:02.893 INFO O| Aug 05 16:41:02.893 INFO STEP 197: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44352024-08-05T16:41:04.450Z[ recovery-image] Aug 05 16:41:02.904 INFO O| Aug 05 16:41:02.904 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/getfacl"
44362024-08-05T16:41:04.450Z[ recovery-image] Aug 05 16:41:02.904 INFO O| Aug 05 16:41:02.904 INFO STEP 197 (remove_files) COMPLETE
44372024-08-05T16:41:04.450Z[ recovery-image] Aug 05 16:41:02.904 INFO O| Aug 05 16:41:02.904 INFO STEP 198: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44382024-08-05T16:41:04.460Z[ recovery-image] Aug 05 16:41:02.915 INFO O| Aug 05 16:41:02.915 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/getopt"
44392024-08-05T16:41:04.460Z[ recovery-image] Aug 05 16:41:02.915 INFO O| Aug 05 16:41:02.915 INFO STEP 198 (remove_files) COMPLETE
44402024-08-05T16:41:04.460Z[ recovery-image] Aug 05 16:41:02.915 INFO O| Aug 05 16:41:02.915 INFO STEP 199: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44412024-08-05T16:41:04.471Z[ recovery-image] Aug 05 16:41:02.926 INFO O| Aug 05 16:41:02.926 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/getopts"
44422024-08-05T16:41:04.471Z[ recovery-image] Aug 05 16:41:02.926 INFO O| Aug 05 16:41:02.926 INFO STEP 199 (remove_files) COMPLETE
44432024-08-05T16:41:04.471Z[ recovery-image] Aug 05 16:41:02.926 INFO O| Aug 05 16:41:02.926 INFO STEP 200: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44442024-08-05T16:41:04.482Z[ recovery-image] Aug 05 16:41:02.936 INFO O| Aug 05 16:41:02.936 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gettext"
44452024-08-05T16:41:04.482Z[ recovery-image] Aug 05 16:41:02.937 INFO O| Aug 05 16:41:02.937 INFO STEP 200 (remove_files) COMPLETE
44462024-08-05T16:41:04.485Z[ recovery-image] Aug 05 16:41:02.937 INFO O| Aug 05 16:41:02.937 INFO STEP 201: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44472024-08-05T16:41:04.492Z[ recovery-image] Aug 05 16:41:02.947 INFO O| Aug 05 16:41:02.947 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/getvol"
44482024-08-05T16:41:04.495Z[ recovery-image] Aug 05 16:41:02.947 INFO O| Aug 05 16:41:02.947 INFO STEP 201 (remove_files) COMPLETE
44492024-08-05T16:41:04.495Z[ recovery-image] Aug 05 16:41:02.947 INFO O| Aug 05 16:41:02.947 INFO STEP 202: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44502024-08-05T16:41:04.503Z[ recovery-image] Aug 05 16:41:02.958 INFO O| Aug 05 16:41:02.958 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ginfocmp"
44512024-08-05T16:41:04.506Z[ recovery-image] Aug 05 16:41:02.958 INFO O| Aug 05 16:41:02.958 INFO STEP 202 (remove_files) COMPLETE
44522024-08-05T16:41:04.506Z[ recovery-image] Aug 05 16:41:02.958 INFO O| Aug 05 16:41:02.958 INFO STEP 203: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44532024-08-05T16:41:04.515Z[ recovery-image] Aug 05 16:41:02.970 INFO O| Aug 05 16:41:02.970 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/groups"
44542024-08-05T16:41:04.518Z[ recovery-image] Aug 05 16:41:02.970 INFO O| Aug 05 16:41:02.970 INFO STEP 203 (remove_files) COMPLETE
44552024-08-05T16:41:04.518Z[ recovery-image] Aug 05 16:41:02.970 INFO O| Aug 05 16:41:02.970 INFO STEP 204: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44562024-08-05T16:41:04.526Z[ recovery-image] Aug 05 16:41:02.980 INFO O| Aug 05 16:41:02.980 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gtabs"
44572024-08-05T16:41:04.526Z[ recovery-image] Aug 05 16:41:02.981 INFO O| Aug 05 16:41:02.980 INFO STEP 204 (remove_files) COMPLETE
44582024-08-05T16:41:04.526Z[ recovery-image] Aug 05 16:41:02.981 INFO O| Aug 05 16:41:02.981 INFO STEP 205: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44592024-08-05T16:41:04.536Z[ recovery-image] Aug 05 16:41:02.991 INFO O| Aug 05 16:41:02.991 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gtic"
44602024-08-05T16:41:04.536Z[ recovery-image] Aug 05 16:41:02.991 INFO O| Aug 05 16:41:02.991 INFO STEP 205 (remove_files) COMPLETE
44612024-08-05T16:41:04.536Z[ recovery-image] Aug 05 16:41:02.991 INFO O| Aug 05 16:41:02.991 INFO STEP 206: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44622024-08-05T16:41:04.547Z[ recovery-image] Aug 05 16:41:03.002 INFO O| Aug 05 16:41:03.002 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gtoe"
44632024-08-05T16:41:04.547Z[ recovery-image] Aug 05 16:41:03.002 INFO O| Aug 05 16:41:03.002 INFO STEP 206 (remove_files) COMPLETE
44642024-08-05T16:41:04.547Z[ recovery-image] Aug 05 16:41:03.002 INFO O| Aug 05 16:41:03.002 INFO STEP 207: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44652024-08-05T16:41:04.559Z[ recovery-image] Aug 05 16:41:03.014 INFO O| Aug 05 16:41:03.014 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gtput"
44662024-08-05T16:41:04.559Z[ recovery-image] Aug 05 16:41:03.014 INFO O| Aug 05 16:41:03.014 INFO STEP 207 (remove_files) COMPLETE
44672024-08-05T16:41:04.562Z[ recovery-image] Aug 05 16:41:03.014 INFO O| Aug 05 16:41:03.014 INFO STEP 208: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44682024-08-05T16:41:04.572Z[ recovery-image] Aug 05 16:41:03.027 INFO O| Aug 05 16:41:03.027 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gtset"
44692024-08-05T16:41:04.572Z[ recovery-image] Aug 05 16:41:03.027 INFO O| Aug 05 16:41:03.027 INFO STEP 208 (remove_files) COMPLETE
44702024-08-05T16:41:04.572Z[ recovery-image] Aug 05 16:41:03.027 INFO O| Aug 05 16:41:03.027 INFO STEP 209: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44712024-08-05T16:41:04.586Z[ recovery-image] Aug 05 16:41:03.041 INFO O| Aug 05 16:41:03.041 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gunzip"
44722024-08-05T16:41:04.586Z[ recovery-image] Aug 05 16:41:03.041 INFO O| Aug 05 16:41:03.041 INFO STEP 209 (remove_files) COMPLETE
44732024-08-05T16:41:04.589Z[ recovery-image] Aug 05 16:41:03.041 INFO O| Aug 05 16:41:03.041 INFO STEP 210: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44742024-08-05T16:41:04.600Z[ recovery-image] Aug 05 16:41:03.055 INFO O| Aug 05 16:41:03.054 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gzcat"
44752024-08-05T16:41:04.600Z[ recovery-image] Aug 05 16:41:03.055 INFO O| Aug 05 16:41:03.055 INFO STEP 210 (remove_files) COMPLETE
44762024-08-05T16:41:04.600Z[ recovery-image] Aug 05 16:41:03.055 INFO O| Aug 05 16:41:03.055 INFO STEP 211: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44772024-08-05T16:41:04.614Z[ recovery-image] Aug 05 16:41:03.069 INFO O| Aug 05 16:41:03.068 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gzcmp"
44782024-08-05T16:41:04.614Z[ recovery-image] Aug 05 16:41:03.069 INFO O| Aug 05 16:41:03.069 INFO STEP 211 (remove_files) COMPLETE
44792024-08-05T16:41:04.614Z[ recovery-image] Aug 05 16:41:03.069 INFO O| Aug 05 16:41:03.069 INFO STEP 212: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44802024-08-05T16:41:04.628Z[ recovery-image] Aug 05 16:41:03.083 INFO O| Aug 05 16:41:03.083 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gzdiff"
44812024-08-05T16:41:04.628Z[ recovery-image] Aug 05 16:41:03.083 INFO O| Aug 05 16:41:03.083 INFO STEP 212 (remove_files) COMPLETE
44822024-08-05T16:41:04.628Z[ recovery-image] Aug 05 16:41:03.083 INFO O| Aug 05 16:41:03.083 INFO STEP 213: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44832024-08-05T16:41:04.643Z[ recovery-image] Aug 05 16:41:03.097 INFO O| Aug 05 16:41:03.097 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gzegrep"
44842024-08-05T16:41:04.643Z[ recovery-image] Aug 05 16:41:03.097 INFO O| Aug 05 16:41:03.097 INFO STEP 213 (remove_files) COMPLETE
44852024-08-05T16:41:04.643Z[ recovery-image] Aug 05 16:41:03.097 INFO O| Aug 05 16:41:03.097 INFO STEP 214: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44862024-08-05T16:41:04.656Z[ recovery-image] Aug 05 16:41:03.111 INFO O| Aug 05 16:41:03.110 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gzexe"
44872024-08-05T16:41:04.656Z[ recovery-image] Aug 05 16:41:03.111 INFO O| Aug 05 16:41:03.111 INFO STEP 214 (remove_files) COMPLETE
44882024-08-05T16:41:04.659Z[ recovery-image] Aug 05 16:41:03.111 INFO O| Aug 05 16:41:03.111 INFO STEP 215: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44892024-08-05T16:41:04.669Z[ recovery-image] Aug 05 16:41:03.124 INFO O| Aug 05 16:41:03.124 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gzfgrep"
44902024-08-05T16:41:04.669Z[ recovery-image] Aug 05 16:41:03.124 INFO O| Aug 05 16:41:03.124 INFO STEP 215 (remove_files) COMPLETE
44912024-08-05T16:41:04.672Z[ recovery-image] Aug 05 16:41:03.124 INFO O| Aug 05 16:41:03.124 INFO STEP 216: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44922024-08-05T16:41:04.683Z[ recovery-image] Aug 05 16:41:03.137 INFO O| Aug 05 16:41:03.137 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gzforce"
44932024-08-05T16:41:04.683Z[ recovery-image] Aug 05 16:41:03.137 INFO O| Aug 05 16:41:03.137 INFO STEP 216 (remove_files) COMPLETE
44942024-08-05T16:41:04.686Z[ recovery-image] Aug 05 16:41:03.137 INFO O| Aug 05 16:41:03.137 INFO STEP 217: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44952024-08-05T16:41:04.696Z[ recovery-image] Aug 05 16:41:03.151 INFO O| Aug 05 16:41:03.151 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gzgrep"
44962024-08-05T16:41:04.696Z[ recovery-image] Aug 05 16:41:03.151 INFO O| Aug 05 16:41:03.151 INFO STEP 217 (remove_files) COMPLETE
44972024-08-05T16:41:04.696Z[ recovery-image] Aug 05 16:41:03.151 INFO O| Aug 05 16:41:03.151 INFO STEP 218: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44982024-08-05T16:41:04.708Z[ recovery-image] Aug 05 16:41:03.163 INFO O| Aug 05 16:41:03.163 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gzip"
44992024-08-05T16:41:04.708Z[ recovery-image] Aug 05 16:41:03.163 INFO O| Aug 05 16:41:03.163 INFO STEP 218 (remove_files) COMPLETE
45002024-08-05T16:41:04.708Z[ recovery-image] Aug 05 16:41:03.163 INFO O| Aug 05 16:41:03.163 INFO STEP 219: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45012024-08-05T16:41:04.721Z[ recovery-image] Aug 05 16:41:03.175 INFO O| Aug 05 16:41:03.175 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gzless"
45022024-08-05T16:41:04.724Z[ recovery-image] Aug 05 16:41:03.176 INFO O| Aug 05 16:41:03.175 INFO STEP 219 (remove_files) COMPLETE
45032024-08-05T16:41:04.724Z[ recovery-image] Aug 05 16:41:03.176 INFO O| Aug 05 16:41:03.176 INFO STEP 220: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45042024-08-05T16:41:04.732Z[ recovery-image] Aug 05 16:41:03.187 INFO O| Aug 05 16:41:03.187 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gzmore"
45052024-08-05T16:41:04.735Z[ recovery-image] Aug 05 16:41:03.187 INFO O| Aug 05 16:41:03.187 INFO STEP 220 (remove_files) COMPLETE
45062024-08-05T16:41:04.735Z[ recovery-image] Aug 05 16:41:03.187 INFO O| Aug 05 16:41:03.187 INFO STEP 221: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45072024-08-05T16:41:04.745Z[ recovery-image] Aug 05 16:41:03.199 INFO O| Aug 05 16:41:03.199 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gznew"
45082024-08-05T16:41:04.745Z[ recovery-image] Aug 05 16:41:03.199 INFO O| Aug 05 16:41:03.199 INFO STEP 221 (remove_files) COMPLETE
45092024-08-05T16:41:04.745Z[ recovery-image] Aug 05 16:41:03.199 INFO O| Aug 05 16:41:03.199 INFO STEP 222: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45102024-08-05T16:41:04.757Z[ recovery-image] Aug 05 16:41:03.212 INFO O| Aug 05 16:41:03.212 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/hash"
45112024-08-05T16:41:04.757Z[ recovery-image] Aug 05 16:41:03.212 INFO O| Aug 05 16:41:03.212 INFO STEP 222 (remove_files) COMPLETE
45122024-08-05T16:41:04.757Z[ recovery-image] Aug 05 16:41:03.212 INFO O| Aug 05 16:41:03.212 INFO STEP 223: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45132024-08-05T16:41:04.769Z[ recovery-image] Aug 05 16:41:03.224 INFO O| Aug 05 16:41:03.224 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/hostid"
45142024-08-05T16:41:04.770Z[ recovery-image] Aug 05 16:41:03.224 INFO O| Aug 05 16:41:03.224 INFO STEP 223 (remove_files) COMPLETE
45152024-08-05T16:41:04.773Z[ recovery-image] Aug 05 16:41:03.224 INFO O| Aug 05 16:41:03.224 INFO STEP 224: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45162024-08-05T16:41:04.782Z[ recovery-image] Aug 05 16:41:03.236 INFO O| Aug 05 16:41:03.236 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/hostname"
45172024-08-05T16:41:04.782Z[ recovery-image] Aug 05 16:41:03.237 INFO O| Aug 05 16:41:03.237 INFO STEP 224 (remove_files) COMPLETE
45182024-08-05T16:41:04.785Z[ recovery-image] Aug 05 16:41:03.237 INFO O| Aug 05 16:41:03.237 INFO STEP 225: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45192024-08-05T16:41:04.794Z[ recovery-image] Aug 05 16:41:03.249 INFO O| Aug 05 16:41:03.249 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/i86/adb"
45202024-08-05T16:41:04.797Z[ recovery-image] Aug 05 16:41:03.249 INFO O| Aug 05 16:41:03.249 INFO STEP 225 (remove_files) COMPLETE
45212024-08-05T16:41:04.798Z[ recovery-image] Aug 05 16:41:03.249 INFO O| Aug 05 16:41:03.249 INFO STEP 226: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45222024-08-05T16:41:04.807Z[ recovery-image] Aug 05 16:41:03.261 INFO O| Aug 05 16:41:03.261 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/i86/amt"
45232024-08-05T16:41:04.808Z[ recovery-image] Aug 05 16:41:03.262 INFO O| Aug 05 16:41:03.261 INFO STEP 226 (remove_files) COMPLETE
45242024-08-05T16:41:04.811Z[ recovery-image] Aug 05 16:41:03.262 INFO O| Aug 05 16:41:03.262 INFO STEP 227: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45252024-08-05T16:41:04.819Z[ recovery-image] Aug 05 16:41:03.273 INFO O| Aug 05 16:41:03.273 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/i86/ksh"
45262024-08-05T16:41:04.819Z[ recovery-image] Aug 05 16:41:03.273 INFO O| Aug 05 16:41:03.273 INFO STEP 227 (remove_files) COMPLETE
45272024-08-05T16:41:04.822Z[ recovery-image] Aug 05 16:41:03.274 INFO O| Aug 05 16:41:03.273 INFO STEP 228: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45282024-08-05T16:41:04.830Z[ recovery-image] Aug 05 16:41:03.285 INFO O| Aug 05 16:41:03.285 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/i86/mdb"
45292024-08-05T16:41:04.830Z[ recovery-image] Aug 05 16:41:03.285 INFO O| Aug 05 16:41:03.285 INFO STEP 228 (remove_files) COMPLETE
45302024-08-05T16:41:04.833Z[ recovery-image] Aug 05 16:41:03.285 INFO O| Aug 05 16:41:03.285 INFO STEP 229: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45312024-08-05T16:41:04.842Z[ recovery-image] Aug 05 16:41:03.296 INFO O| Aug 05 16:41:03.296 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/i86/rksh"
45322024-08-05T16:41:04.842Z[ recovery-image] Aug 05 16:41:03.296 INFO O| Aug 05 16:41:03.296 INFO STEP 229 (remove_files) COMPLETE
45332024-08-05T16:41:04.845Z[ recovery-image] Aug 05 16:41:03.297 INFO O| Aug 05 16:41:03.296 INFO STEP 230: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45342024-08-05T16:41:04.856Z[ recovery-image] Aug 05 16:41:03.311 INFO O| Aug 05 16:41:03.311 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/i86/rksh93"
45352024-08-05T16:41:04.856Z[ recovery-image] Aug 05 16:41:03.311 INFO O| Aug 05 16:41:03.311 INFO STEP 230 (remove_files) COMPLETE
45362024-08-05T16:41:04.859Z[ recovery-image] Aug 05 16:41:03.311 INFO O| Aug 05 16:41:03.311 INFO STEP 231: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45372024-08-05T16:41:04.868Z[ recovery-image] Aug 05 16:41:03.323 INFO O| Aug 05 16:41:03.323 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/iconv"
45382024-08-05T16:41:04.868Z[ recovery-image] Aug 05 16:41:03.323 INFO O| Aug 05 16:41:03.323 INFO STEP 231 (remove_files) COMPLETE
45392024-08-05T16:41:04.871Z[ recovery-image] Aug 05 16:41:03.323 INFO O| Aug 05 16:41:03.323 INFO STEP 232: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45402024-08-05T16:41:04.883Z[ recovery-image] Aug 05 16:41:03.338 INFO O| Aug 05 16:41:03.338 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/id"
45412024-08-05T16:41:04.883Z[ recovery-image] Aug 05 16:41:03.338 INFO O| Aug 05 16:41:03.338 INFO STEP 232 (remove_files) COMPLETE
45422024-08-05T16:41:04.886Z[ recovery-image] Aug 05 16:41:03.338 INFO O| Aug 05 16:41:03.338 INFO STEP 233: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45432024-08-05T16:41:04.895Z[ recovery-image] Aug 05 16:41:03.349 INFO O| Aug 05 16:41:03.349 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/idn"
45442024-08-05T16:41:04.895Z[ recovery-image] Aug 05 16:41:03.350 INFO O| Aug 05 16:41:03.350 INFO STEP 233 (remove_files) COMPLETE
45452024-08-05T16:41:04.898Z[ recovery-image] Aug 05 16:41:03.350 INFO O| Aug 05 16:41:03.350 INFO STEP 234: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45462024-08-05T16:41:04.907Z[ recovery-image] Aug 05 16:41:03.362 INFO O| Aug 05 16:41:03.362 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/infocmp"
45472024-08-05T16:41:04.907Z[ recovery-image] Aug 05 16:41:03.362 INFO O| Aug 05 16:41:03.362 INFO STEP 234 (remove_files) COMPLETE
45482024-08-05T16:41:04.907Z[ recovery-image] Aug 05 16:41:03.362 INFO O| Aug 05 16:41:03.362 INFO STEP 235: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45492024-08-05T16:41:04.919Z[ recovery-image] Aug 05 16:41:03.374 INFO O| Aug 05 16:41:03.374 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/iostat"
45502024-08-05T16:41:04.919Z[ recovery-image] Aug 05 16:41:03.374 INFO O| Aug 05 16:41:03.374 INFO STEP 235 (remove_files) COMPLETE
45512024-08-05T16:41:04.922Z[ recovery-image] Aug 05 16:41:03.374 INFO O| Aug 05 16:41:03.374 INFO STEP 236: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45522024-08-05T16:41:04.933Z[ recovery-image] Aug 05 16:41:03.388 INFO O| Aug 05 16:41:03.387 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ipf-mod.pl"
45532024-08-05T16:41:04.933Z[ recovery-image] Aug 05 16:41:03.388 INFO O| Aug 05 16:41:03.388 INFO STEP 236 (remove_files) COMPLETE
45542024-08-05T16:41:04.933Z[ recovery-image] Aug 05 16:41:03.388 INFO O| Aug 05 16:41:03.388 INFO STEP 237: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45552024-08-05T16:41:04.945Z[ recovery-image] Aug 05 16:41:03.400 INFO O| Aug 05 16:41:03.400 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/isainfo"
45562024-08-05T16:41:04.948Z[ recovery-image] Aug 05 16:41:03.400 INFO O| Aug 05 16:41:03.400 INFO STEP 237 (remove_files) COMPLETE
45572024-08-05T16:41:04.948Z[ recovery-image] Aug 05 16:41:03.400 INFO O| Aug 05 16:41:03.400 INFO STEP 238: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45582024-08-05T16:41:04.957Z[ recovery-image] Aug 05 16:41:03.412 INFO O| Aug 05 16:41:03.412 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/isalist"
45592024-08-05T16:41:04.957Z[ recovery-image] Aug 05 16:41:03.412 INFO O| Aug 05 16:41:03.412 INFO STEP 238 (remove_files) COMPLETE
45602024-08-05T16:41:04.957Z[ recovery-image] Aug 05 16:41:03.412 INFO O| Aug 05 16:41:03.412 INFO STEP 239: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45612024-08-05T16:41:04.969Z[ recovery-image] Aug 05 16:41:03.423 INFO O| Aug 05 16:41:03.423 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/jobs"
45622024-08-05T16:41:04.969Z[ recovery-image] Aug 05 16:41:03.423 INFO O| Aug 05 16:41:03.423 INFO STEP 239 (remove_files) COMPLETE
45632024-08-05T16:41:04.972Z[ recovery-image] Aug 05 16:41:03.423 INFO O| Aug 05 16:41:03.423 INFO STEP 240: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45642024-08-05T16:41:04.981Z[ recovery-image] Aug 05 16:41:03.435 INFO O| Aug 05 16:41:03.435 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/join"
45652024-08-05T16:41:04.981Z[ recovery-image] Aug 05 16:41:03.435 INFO O| Aug 05 16:41:03.435 INFO STEP 240 (remove_files) COMPLETE
45662024-08-05T16:41:04.984Z[ recovery-image] Aug 05 16:41:03.435 INFO O| Aug 05 16:41:03.435 INFO STEP 241: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45672024-08-05T16:41:04.992Z[ recovery-image] Aug 05 16:41:03.447 INFO O| Aug 05 16:41:03.447 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/kbd"
45682024-08-05T16:41:04.992Z[ recovery-image] Aug 05 16:41:03.447 INFO O| Aug 05 16:41:03.447 INFO STEP 241 (remove_files) COMPLETE
45692024-08-05T16:41:04.995Z[ recovery-image] Aug 05 16:41:03.447 INFO O| Aug 05 16:41:03.447 INFO STEP 242: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45702024-08-05T16:41:05.004Z[ recovery-image] Aug 05 16:41:03.458 INFO O| Aug 05 16:41:03.458 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/kdestroy"
45712024-08-05T16:41:05.004Z[ recovery-image] Aug 05 16:41:03.458 INFO O| Aug 05 16:41:03.458 INFO STEP 242 (remove_files) COMPLETE
45722024-08-05T16:41:05.004Z[ recovery-image] Aug 05 16:41:03.458 INFO O| Aug 05 16:41:03.458 INFO STEP 243: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45732024-08-05T16:41:05.015Z[ recovery-image] Aug 05 16:41:03.470 INFO O| Aug 05 16:41:03.469 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/keylogin"
45742024-08-05T16:41:05.015Z[ recovery-image] Aug 05 16:41:03.470 INFO O| Aug 05 16:41:03.470 INFO STEP 243 (remove_files) COMPLETE
45752024-08-05T16:41:05.015Z[ recovery-image] Aug 05 16:41:03.470 INFO O| Aug 05 16:41:03.470 INFO STEP 244: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45762024-08-05T16:41:05.028Z[ recovery-image] Aug 05 16:41:03.482 INFO O| Aug 05 16:41:03.482 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/keylogout"
45772024-08-05T16:41:05.028Z[ recovery-image] Aug 05 16:41:03.482 INFO O| Aug 05 16:41:03.482 INFO STEP 244 (remove_files) COMPLETE
45782024-08-05T16:41:05.032Z[ recovery-image] Aug 05 16:41:03.482 INFO O| Aug 05 16:41:03.482 INFO STEP 245: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45792024-08-05T16:41:05.040Z[ recovery-image] Aug 05 16:41:03.495 INFO O| Aug 05 16:41:03.495 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/kill"
45802024-08-05T16:41:05.040Z[ recovery-image] Aug 05 16:41:03.495 INFO O| Aug 05 16:41:03.495 INFO STEP 245 (remove_files) COMPLETE
45812024-08-05T16:41:05.040Z[ recovery-image] Aug 05 16:41:03.495 INFO O| Aug 05 16:41:03.495 INFO STEP 246: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45822024-08-05T16:41:05.052Z[ recovery-image] Aug 05 16:41:03.507 INFO O| Aug 05 16:41:03.506 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/kinit"
45832024-08-05T16:41:05.052Z[ recovery-image] Aug 05 16:41:03.507 INFO O| Aug 05 16:41:03.507 INFO STEP 246 (remove_files) COMPLETE
45842024-08-05T16:41:05.055Z[ recovery-image] Aug 05 16:41:03.507 INFO O| Aug 05 16:41:03.507 INFO STEP 247: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45852024-08-05T16:41:05.064Z[ recovery-image] Aug 05 16:41:03.519 INFO O| Aug 05 16:41:03.518 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/klist"
45862024-08-05T16:41:05.064Z[ recovery-image] Aug 05 16:41:03.519 INFO O| Aug 05 16:41:03.519 INFO STEP 247 (remove_files) COMPLETE
45872024-08-05T16:41:05.067Z[ recovery-image] Aug 05 16:41:03.519 INFO O| Aug 05 16:41:03.519 INFO STEP 248: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45882024-08-05T16:41:05.076Z[ recovery-image] Aug 05 16:41:03.531 INFO O| Aug 05 16:41:03.531 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/kmfcfg"
45892024-08-05T16:41:05.076Z[ recovery-image] Aug 05 16:41:03.531 INFO O| Aug 05 16:41:03.531 INFO STEP 248 (remove_files) COMPLETE
45902024-08-05T16:41:05.079Z[ recovery-image] Aug 05 16:41:03.531 INFO O| Aug 05 16:41:03.531 INFO STEP 249: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45912024-08-05T16:41:05.088Z[ recovery-image] Aug 05 16:41:03.542 INFO O| Aug 05 16:41:03.542 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/kpasswd"
45922024-08-05T16:41:05.088Z[ recovery-image] Aug 05 16:41:03.543 INFO O| Aug 05 16:41:03.543 INFO STEP 249 (remove_files) COMPLETE
45932024-08-05T16:41:05.088Z[ recovery-image] Aug 05 16:41:03.543 INFO O| Aug 05 16:41:03.543 INFO STEP 250: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45942024-08-05T16:41:05.099Z[ recovery-image] Aug 05 16:41:03.553 INFO O| Aug 05 16:41:03.553 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/krb5-config"
45952024-08-05T16:41:05.099Z[ recovery-image] Aug 05 16:41:03.554 INFO O| Aug 05 16:41:03.553 INFO STEP 250 (remove_files) COMPLETE
45962024-08-05T16:41:05.099Z[ recovery-image] Aug 05 16:41:03.554 INFO O| Aug 05 16:41:03.554 INFO STEP 251: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45972024-08-05T16:41:05.110Z[ recovery-image] Aug 05 16:41:03.564 INFO O| Aug 05 16:41:03.564 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ksh93"
45982024-08-05T16:41:05.110Z[ recovery-image] Aug 05 16:41:03.564 INFO O| Aug 05 16:41:03.564 INFO STEP 251 (remove_files) COMPLETE
45992024-08-05T16:41:05.110Z[ recovery-image] Aug 05 16:41:03.564 INFO O| Aug 05 16:41:03.564 INFO STEP 252: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46002024-08-05T16:41:05.120Z[ recovery-image] Aug 05 16:41:03.575 INFO O| Aug 05 16:41:03.575 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ktutil"
46012024-08-05T16:41:05.123Z[ recovery-image] Aug 05 16:41:03.575 INFO O| Aug 05 16:41:03.575 INFO STEP 252 (remove_files) COMPLETE
46022024-08-05T16:41:05.123Z[ recovery-image] Aug 05 16:41:03.575 INFO O| Aug 05 16:41:03.575 INFO STEP 253: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46032024-08-05T16:41:05.134Z[ recovery-image] Aug 05 16:41:03.587 INFO O| Aug 05 16:41:03.587 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/kvmstat"
46042024-08-05T16:41:05.134Z[ recovery-image] Aug 05 16:41:03.587 INFO O| Aug 05 16:41:03.587 INFO STEP 253 (remove_files) COMPLETE
46052024-08-05T16:41:05.138Z[ recovery-image] Aug 05 16:41:03.587 INFO O| Aug 05 16:41:03.587 INFO STEP 254: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46062024-08-05T16:41:05.144Z[ recovery-image] Aug 05 16:41:03.598 INFO O| Aug 05 16:41:03.598 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/last"
46072024-08-05T16:41:05.144Z[ recovery-image] Aug 05 16:41:03.598 INFO O| Aug 05 16:41:03.598 INFO STEP 254 (remove_files) COMPLETE
46082024-08-05T16:41:05.147Z[ recovery-image] Aug 05 16:41:03.598 INFO O| Aug 05 16:41:03.598 INFO STEP 255: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46092024-08-05T16:41:05.154Z[ recovery-image] Aug 05 16:41:03.609 INFO O| Aug 05 16:41:03.609 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/lastcomm"
46102024-08-05T16:41:05.155Z[ recovery-image] Aug 05 16:41:03.609 INFO O| Aug 05 16:41:03.609 INFO STEP 255 (remove_files) COMPLETE
46112024-08-05T16:41:05.158Z[ recovery-image] Aug 05 16:41:03.609 INFO O| Aug 05 16:41:03.609 INFO STEP 256: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46122024-08-05T16:41:05.164Z[ recovery-image] Aug 05 16:41:03.619 INFO O| Aug 05 16:41:03.619 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ld"
46132024-08-05T16:41:05.164Z[ recovery-image] Aug 05 16:41:03.619 INFO O| Aug 05 16:41:03.619 INFO STEP 256 (remove_files) COMPLETE
46142024-08-05T16:41:05.167Z[ recovery-image] Aug 05 16:41:03.619 INFO O| Aug 05 16:41:03.619 INFO STEP 257: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46152024-08-05T16:41:05.175Z[ recovery-image] Aug 05 16:41:03.629 INFO O| Aug 05 16:41:03.629 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ldd"
46162024-08-05T16:41:05.178Z[ recovery-image] Aug 05 16:41:03.630 INFO O| Aug 05 16:41:03.630 INFO STEP 257 (remove_files) COMPLETE
46172024-08-05T16:41:05.178Z[ recovery-image] Aug 05 16:41:03.630 INFO O| Aug 05 16:41:03.630 INFO STEP 258: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46182024-08-05T16:41:05.186Z[ recovery-image] Aug 05 16:41:03.640 INFO O| Aug 05 16:41:03.640 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/less"
46192024-08-05T16:41:05.189Z[ recovery-image] Aug 05 16:41:03.641 INFO O| Aug 05 16:41:03.640 INFO STEP 258 (remove_files) COMPLETE
46202024-08-05T16:41:05.189Z[ recovery-image] Aug 05 16:41:03.641 INFO O| Aug 05 16:41:03.641 INFO STEP 259: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46212024-08-05T16:41:05.197Z[ recovery-image] Aug 05 16:41:03.651 INFO O| Aug 05 16:41:03.651 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/lessecho"
46222024-08-05T16:41:05.197Z[ recovery-image] Aug 05 16:41:03.651 INFO O| Aug 05 16:41:03.651 INFO STEP 259 (remove_files) COMPLETE
46232024-08-05T16:41:05.197Z[ recovery-image] Aug 05 16:41:03.651 INFO O| Aug 05 16:41:03.651 INFO STEP 260: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46242024-08-05T16:41:05.208Z[ recovery-image] Aug 05 16:41:03.662 INFO O| Aug 05 16:41:03.662 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/lesskey"
46252024-08-05T16:41:05.208Z[ recovery-image] Aug 05 16:41:03.662 INFO O| Aug 05 16:41:03.662 INFO STEP 260 (remove_files) COMPLETE
46262024-08-05T16:41:05.208Z[ recovery-image] Aug 05 16:41:03.662 INFO O| Aug 05 16:41:03.662 INFO STEP 261: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46272024-08-05T16:41:05.219Z[ recovery-image] Aug 05 16:41:03.673 INFO O| Aug 05 16:41:03.673 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/lgrpinfo"
46282024-08-05T16:41:05.219Z[ recovery-image] Aug 05 16:41:03.673 INFO O| Aug 05 16:41:03.673 INFO STEP 261 (remove_files) COMPLETE
46292024-08-05T16:41:05.222Z[ recovery-image] Aug 05 16:41:03.673 INFO O| Aug 05 16:41:03.673 INFO STEP 262: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46302024-08-05T16:41:05.229Z[ recovery-image] Aug 05 16:41:03.684 INFO O| Aug 05 16:41:03.684 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/line"
46312024-08-05T16:41:05.229Z[ recovery-image] Aug 05 16:41:03.684 INFO O| Aug 05 16:41:03.684 INFO STEP 262 (remove_files) COMPLETE
46322024-08-05T16:41:05.232Z[ recovery-image] Aug 05 16:41:03.684 INFO O| Aug 05 16:41:03.684 INFO STEP 263: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46332024-08-05T16:41:05.241Z[ recovery-image] Aug 05 16:41:03.695 INFO O| Aug 05 16:41:03.695 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/listdgrp"
46342024-08-05T16:41:05.241Z[ recovery-image] Aug 05 16:41:03.695 INFO O| Aug 05 16:41:03.695 INFO STEP 263 (remove_files) COMPLETE
46352024-08-05T16:41:05.241Z[ recovery-image] Aug 05 16:41:03.695 INFO O| Aug 05 16:41:03.695 INFO STEP 264: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46362024-08-05T16:41:05.252Z[ recovery-image] Aug 05 16:41:03.707 INFO O| Aug 05 16:41:03.707 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/listusers"
46372024-08-05T16:41:05.252Z[ recovery-image] Aug 05 16:41:03.707 INFO O| Aug 05 16:41:03.707 INFO STEP 264 (remove_files) COMPLETE
46382024-08-05T16:41:05.252Z[ recovery-image] Aug 05 16:41:03.707 INFO O| Aug 05 16:41:03.707 INFO STEP 265: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46392024-08-05T16:41:05.264Z[ recovery-image] Aug 05 16:41:03.718 INFO O| Aug 05 16:41:03.718 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/loadkeys"
46402024-08-05T16:41:05.264Z[ recovery-image] Aug 05 16:41:03.719 INFO O| Aug 05 16:41:03.719 INFO STEP 265 (remove_files) COMPLETE
46412024-08-05T16:41:05.264Z[ recovery-image] Aug 05 16:41:03.719 INFO O| Aug 05 16:41:03.719 INFO STEP 266: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46422024-08-05T16:41:05.276Z[ recovery-image] Aug 05 16:41:03.731 INFO O| Aug 05 16:41:03.731 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/logger"
46432024-08-05T16:41:05.276Z[ recovery-image] Aug 05 16:41:03.731 INFO O| Aug 05 16:41:03.731 INFO STEP 266 (remove_files) COMPLETE
46442024-08-05T16:41:05.279Z[ recovery-image] Aug 05 16:41:03.731 INFO O| Aug 05 16:41:03.731 INFO STEP 267: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46452024-08-05T16:41:05.288Z[ recovery-image] Aug 05 16:41:03.742 INFO O| Aug 05 16:41:03.742 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/logins"
46462024-08-05T16:41:05.288Z[ recovery-image] Aug 05 16:41:03.743 INFO O| Aug 05 16:41:03.742 INFO STEP 267 (remove_files) COMPLETE
46472024-08-05T16:41:05.291Z[ recovery-image] Aug 05 16:41:03.743 INFO O| Aug 05 16:41:03.743 INFO STEP 268: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46482024-08-05T16:41:05.300Z[ recovery-image] Aug 05 16:41:03.754 INFO O| Aug 05 16:41:03.754 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/logname"
46492024-08-05T16:41:05.300Z[ recovery-image] Aug 05 16:41:03.755 INFO O| Aug 05 16:41:03.755 INFO STEP 268 (remove_files) COMPLETE
46502024-08-05T16:41:05.300Z[ recovery-image] Aug 05 16:41:03.755 INFO O| Aug 05 16:41:03.755 INFO STEP 269: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46512024-08-05T16:41:05.313Z[ recovery-image] Aug 05 16:41:03.766 INFO O| Aug 05 16:41:03.766 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/look"
46522024-08-05T16:41:05.313Z[ recovery-image] Aug 05 16:41:03.766 INFO O| Aug 05 16:41:03.766 INFO STEP 269 (remove_files) COMPLETE
46532024-08-05T16:41:05.313Z[ recovery-image] Aug 05 16:41:03.766 INFO O| Aug 05 16:41:03.766 INFO STEP 270: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46542024-08-05T16:41:05.323Z[ recovery-image] Aug 05 16:41:03.778 INFO O| Aug 05 16:41:03.777 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/looker"
46552024-08-05T16:41:05.323Z[ recovery-image] Aug 05 16:41:03.778 INFO O| Aug 05 16:41:03.778 INFO STEP 270 (remove_files) COMPLETE
46562024-08-05T16:41:05.323Z[ recovery-image] Aug 05 16:41:03.778 INFO O| Aug 05 16:41:03.778 INFO STEP 271: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46572024-08-05T16:41:05.335Z[ recovery-image] Aug 05 16:41:03.790 INFO O| Aug 05 16:41:03.790 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/lz4"
46582024-08-05T16:41:05.335Z[ recovery-image] Aug 05 16:41:03.790 INFO O| Aug 05 16:41:03.790 INFO STEP 271 (remove_files) COMPLETE
46592024-08-05T16:41:05.335Z[ recovery-image] Aug 05 16:41:03.790 INFO O| Aug 05 16:41:03.790 INFO STEP 272: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46602024-08-05T16:41:05.347Z[ recovery-image] Aug 05 16:41:03.802 INFO O| Aug 05 16:41:03.802 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/lzmadec"
46612024-08-05T16:41:05.350Z[ recovery-image] Aug 05 16:41:03.802 INFO O| Aug 05 16:41:03.802 INFO STEP 272 (remove_files) COMPLETE
46622024-08-05T16:41:05.350Z[ recovery-image] Aug 05 16:41:03.802 INFO O| Aug 05 16:41:03.802 INFO STEP 273: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46632024-08-05T16:41:05.359Z[ recovery-image] Aug 05 16:41:03.814 INFO O| Aug 05 16:41:03.814 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/lzmainfo"
46642024-08-05T16:41:05.359Z[ recovery-image] Aug 05 16:41:03.814 INFO O| Aug 05 16:41:03.814 INFO STEP 273 (remove_files) COMPLETE
46652024-08-05T16:41:05.362Z[ recovery-image] Aug 05 16:41:03.814 INFO O| Aug 05 16:41:03.814 INFO STEP 274: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46662024-08-05T16:41:05.372Z[ recovery-image] Aug 05 16:41:03.827 INFO O| Aug 05 16:41:03.826 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/mac"
46672024-08-05T16:41:05.372Z[ recovery-image] Aug 05 16:41:03.827 INFO O| Aug 05 16:41:03.827 INFO STEP 274 (remove_files) COMPLETE
46682024-08-05T16:41:05.376Z[ recovery-image] Aug 05 16:41:03.827 INFO O| Aug 05 16:41:03.827 INFO STEP 275: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46692024-08-05T16:41:05.384Z[ recovery-image] Aug 05 16:41:03.839 INFO O| Aug 05 16:41:03.839 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/mach"
46702024-08-05T16:41:05.384Z[ recovery-image] Aug 05 16:41:03.839 INFO O| Aug 05 16:41:03.839 INFO STEP 275 (remove_files) COMPLETE
46712024-08-05T16:41:05.385Z[ recovery-image] Aug 05 16:41:03.839 INFO O| Aug 05 16:41:03.839 INFO STEP 276: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46722024-08-05T16:41:05.396Z[ recovery-image] Aug 05 16:41:03.851 INFO O| Aug 05 16:41:03.851 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/mailx"
46732024-08-05T16:41:05.396Z[ recovery-image] Aug 05 16:41:03.851 INFO O| Aug 05 16:41:03.851 INFO STEP 276 (remove_files) COMPLETE
46742024-08-05T16:41:05.400Z[ recovery-image] Aug 05 16:41:03.851 INFO O| Aug 05 16:41:03.851 INFO STEP 277: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46752024-08-05T16:41:05.409Z[ recovery-image] Aug 05 16:41:03.864 INFO O| Aug 05 16:41:03.864 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/makedev"
46762024-08-05T16:41:05.409Z[ recovery-image] Aug 05 16:41:03.864 INFO O| Aug 05 16:41:03.864 INFO STEP 277 (remove_files) COMPLETE
46772024-08-05T16:41:05.412Z[ recovery-image] Aug 05 16:41:03.864 INFO O| Aug 05 16:41:03.864 INFO STEP 278: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46782024-08-05T16:41:05.422Z[ recovery-image] Aug 05 16:41:03.877 INFO O| Aug 05 16:41:03.877 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/mdb"
46792024-08-05T16:41:05.422Z[ recovery-image] Aug 05 16:41:03.877 INFO O| Aug 05 16:41:03.877 INFO STEP 278 (remove_files) COMPLETE
46802024-08-05T16:41:05.422Z[ recovery-image] Aug 05 16:41:03.877 INFO O| Aug 05 16:41:03.877 INFO STEP 279: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46812024-08-05T16:41:05.434Z[ recovery-image] Aug 05 16:41:03.889 INFO O| Aug 05 16:41:03.889 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/mesg"
46822024-08-05T16:41:05.434Z[ recovery-image] Aug 05 16:41:03.889 INFO O| Aug 05 16:41:03.889 INFO STEP 279 (remove_files) COMPLETE
46832024-08-05T16:41:05.437Z[ recovery-image] Aug 05 16:41:03.889 INFO O| Aug 05 16:41:03.889 INFO STEP 280: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46842024-08-05T16:41:05.460Z[ recovery-image] Aug 05 16:41:03.901 INFO O| Aug 05 16:41:03.901 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/mib2c"
46852024-08-05T16:41:05.460Z[ recovery-image] Aug 05 16:41:03.901 INFO O| Aug 05 16:41:03.901 INFO STEP 280 (remove_files) COMPLETE
46862024-08-05T16:41:05.460Z[ recovery-image] Aug 05 16:41:03.901 INFO O| Aug 05 16:41:03.901 INFO STEP 281: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46872024-08-05T16:41:05.473Z[ recovery-image] Aug 05 16:41:03.912 INFO O| Aug 05 16:41:03.912 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/mib2c-update"
46882024-08-05T16:41:05.473Z[ recovery-image] Aug 05 16:41:03.912 INFO O| Aug 05 16:41:03.912 INFO STEP 281 (remove_files) COMPLETE
46892024-08-05T16:41:05.474Z[ recovery-image] Aug 05 16:41:03.912 INFO O| Aug 05 16:41:03.912 INFO STEP 282: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46902024-08-05T16:41:05.476Z[ recovery-image] Aug 05 16:41:03.923 INFO O| Aug 05 16:41:03.923 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/mkfifo"
46912024-08-05T16:41:05.476Z[ recovery-image] Aug 05 16:41:03.923 INFO O| Aug 05 16:41:03.923 INFO STEP 282 (remove_files) COMPLETE
46922024-08-05T16:41:05.476Z[ recovery-image] Aug 05 16:41:03.923 INFO O| Aug 05 16:41:03.923 INFO STEP 283: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46932024-08-05T16:41:05.479Z[ recovery-image] Aug 05 16:41:03.933 INFO O| Aug 05 16:41:03.933 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/mkpwdict"
46942024-08-05T16:41:05.479Z[ recovery-image] Aug 05 16:41:03.934 INFO O| Aug 05 16:41:03.934 INFO STEP 283 (remove_files) COMPLETE
46952024-08-05T16:41:05.479Z[ recovery-image] Aug 05 16:41:03.934 INFO O| Aug 05 16:41:03.934 INFO STEP 284: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46962024-08-05T16:41:05.490Z[ recovery-image] Aug 05 16:41:03.944 INFO O| Aug 05 16:41:03.944 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/moe"
46972024-08-05T16:41:05.490Z[ recovery-image] Aug 05 16:41:03.944 INFO O| Aug 05 16:41:03.944 INFO STEP 284 (remove_files) COMPLETE
46982024-08-05T16:41:05.493Z[ recovery-image] Aug 05 16:41:03.944 INFO O| Aug 05 16:41:03.944 INFO STEP 285: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46992024-08-05T16:41:05.501Z[ recovery-image] Aug 05 16:41:03.955 INFO O| Aug 05 16:41:03.955 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/mpstat"
47002024-08-05T16:41:05.503Z[ recovery-image] Aug 05 16:41:03.955 INFO O| Aug 05 16:41:03.955 INFO STEP 285 (remove_files) COMPLETE
47012024-08-05T16:41:05.504Z[ recovery-image] Aug 05 16:41:03.956 INFO O| Aug 05 16:41:03.955 INFO STEP 286: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47022024-08-05T16:41:05.511Z[ recovery-image] Aug 05 16:41:03.966 INFO O| Aug 05 16:41:03.966 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/mt"
47032024-08-05T16:41:05.514Z[ recovery-image] Aug 05 16:41:03.966 INFO O| Aug 05 16:41:03.966 INFO STEP 286 (remove_files) COMPLETE
47042024-08-05T16:41:05.514Z[ recovery-image] Aug 05 16:41:03.966 INFO O| Aug 05 16:41:03.966 INFO STEP 287: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47052024-08-05T16:41:05.524Z[ recovery-image] Aug 05 16:41:03.976 INFO O| Aug 05 16:41:03.976 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ncurses6-config"
47062024-08-05T16:41:05.524Z[ recovery-image] Aug 05 16:41:03.976 INFO O| Aug 05 16:41:03.976 INFO STEP 287 (remove_files) COMPLETE
47072024-08-05T16:41:05.524Z[ recovery-image] Aug 05 16:41:03.976 INFO O| Aug 05 16:41:03.976 INFO STEP 288: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47082024-08-05T16:41:05.533Z[ recovery-image] Aug 05 16:41:03.987 INFO O| Aug 05 16:41:03.987 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/net-snmp-cert"
47092024-08-05T16:41:05.533Z[ recovery-image] Aug 05 16:41:03.987 INFO O| Aug 05 16:41:03.987 INFO STEP 288 (remove_files) COMPLETE
47102024-08-05T16:41:05.533Z[ recovery-image] Aug 05 16:41:03.987 INFO O| Aug 05 16:41:03.987 INFO STEP 289: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47112024-08-05T16:41:05.544Z[ recovery-image] Aug 05 16:41:03.997 INFO O| Aug 05 16:41:03.997 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/net-snmp-config"
47122024-08-05T16:41:05.544Z[ recovery-image] Aug 05 16:41:03.997 INFO O| Aug 05 16:41:03.997 INFO STEP 289 (remove_files) COMPLETE
47132024-08-05T16:41:05.544Z[ recovery-image] Aug 05 16:41:03.997 INFO O| Aug 05 16:41:03.997 INFO STEP 290: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47142024-08-05T16:41:05.556Z[ recovery-image] Aug 05 16:41:04.009 INFO O| Aug 05 16:41:04.009 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/net-snmp-create-v3-user"
47152024-08-05T16:41:05.556Z[ recovery-image] Aug 05 16:41:04.009 INFO O| Aug 05 16:41:04.009 INFO STEP 290 (remove_files) COMPLETE
47162024-08-05T16:41:05.556Z[ recovery-image] Aug 05 16:41:04.009 INFO O| Aug 05 16:41:04.009 INFO STEP 291: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47172024-08-05T16:41:05.567Z[ recovery-image] Aug 05 16:41:04.020 INFO O| Aug 05 16:41:04.020 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/newform"
47182024-08-05T16:41:05.567Z[ recovery-image] Aug 05 16:41:04.020 INFO O| Aug 05 16:41:04.020 INFO STEP 291 (remove_files) COMPLETE
47192024-08-05T16:41:05.567Z[ recovery-image] Aug 05 16:41:04.020 INFO O| Aug 05 16:41:04.020 INFO STEP 292: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47202024-08-05T16:41:05.576Z[ recovery-image] Aug 05 16:41:04.031 INFO O| Aug 05 16:41:04.031 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/newgrp"
47212024-08-05T16:41:05.576Z[ recovery-image] Aug 05 16:41:04.031 INFO O| Aug 05 16:41:04.031 INFO STEP 292 (remove_files) COMPLETE
47222024-08-05T16:41:05.576Z[ recovery-image] Aug 05 16:41:04.031 INFO O| Aug 05 16:41:04.031 INFO STEP 293: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47232024-08-05T16:41:05.586Z[ recovery-image] Aug 05 16:41:04.041 INFO O| Aug 05 16:41:04.041 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/news"
47242024-08-05T16:41:05.589Z[ recovery-image] Aug 05 16:41:04.042 INFO O| Aug 05 16:41:04.042 INFO STEP 293 (remove_files) COMPLETE
47252024-08-05T16:41:05.589Z[ recovery-image] Aug 05 16:41:04.042 INFO O| Aug 05 16:41:04.042 INFO STEP 294: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47262024-08-05T16:41:05.597Z[ recovery-image] Aug 05 16:41:04.052 INFO O| Aug 05 16:41:04.052 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/newtask"
47272024-08-05T16:41:05.597Z[ recovery-image] Aug 05 16:41:04.052 INFO O| Aug 05 16:41:04.052 INFO STEP 294 (remove_files) COMPLETE
47282024-08-05T16:41:05.597Z[ recovery-image] Aug 05 16:41:04.052 INFO O| Aug 05 16:41:04.052 INFO STEP 295: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47292024-08-05T16:41:05.608Z[ recovery-image] Aug 05 16:41:04.062 INFO O| Aug 05 16:41:04.062 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/nice"
47302024-08-05T16:41:05.608Z[ recovery-image] Aug 05 16:41:04.063 INFO O| Aug 05 16:41:04.062 INFO STEP 295 (remove_files) COMPLETE
47312024-08-05T16:41:05.608Z[ recovery-image] Aug 05 16:41:04.063 INFO O| Aug 05 16:41:04.063 INFO STEP 296: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47322024-08-05T16:41:05.620Z[ recovery-image] Aug 05 16:41:04.074 INFO O| Aug 05 16:41:04.074 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/nl"
47332024-08-05T16:41:05.620Z[ recovery-image] Aug 05 16:41:04.074 INFO O| Aug 05 16:41:04.074 INFO STEP 296 (remove_files) COMPLETE
47342024-08-05T16:41:05.624Z[ recovery-image] Aug 05 16:41:04.074 INFO O| Aug 05 16:41:04.074 INFO STEP 297: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47352024-08-05T16:41:05.631Z[ recovery-image] Aug 05 16:41:04.085 INFO O| Aug 05 16:41:04.085 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/oawk"
47362024-08-05T16:41:05.631Z[ recovery-image] Aug 05 16:41:04.085 INFO O| Aug 05 16:41:04.085 INFO STEP 297 (remove_files) COMPLETE
47372024-08-05T16:41:05.631Z[ recovery-image] Aug 05 16:41:04.085 INFO O| Aug 05 16:41:04.085 INFO STEP 298: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47382024-08-05T16:41:05.642Z[ recovery-image] Aug 05 16:41:04.096 INFO O| Aug 05 16:41:04.096 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/od"
47392024-08-05T16:41:05.642Z[ recovery-image] Aug 05 16:41:04.097 INFO O| Aug 05 16:41:04.097 INFO STEP 298 (remove_files) COMPLETE
47402024-08-05T16:41:05.646Z[ recovery-image] Aug 05 16:41:04.097 INFO O| Aug 05 16:41:04.097 INFO STEP 299: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47412024-08-05T16:41:05.653Z[ recovery-image] Aug 05 16:41:04.108 INFO O| Aug 05 16:41:04.108 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/optisa"
47422024-08-05T16:41:05.653Z[ recovery-image] Aug 05 16:41:04.108 INFO O| Aug 05 16:41:04.108 INFO STEP 299 (remove_files) COMPLETE
47432024-08-05T16:41:05.653Z[ recovery-image] Aug 05 16:41:04.108 INFO O| Aug 05 16:41:04.108 INFO STEP 300: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47442024-08-05T16:41:05.664Z[ recovery-image] Aug 05 16:41:04.119 INFO O| Aug 05 16:41:04.119 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pack"
47452024-08-05T16:41:05.668Z[ recovery-image] Aug 05 16:41:04.120 INFO O| Aug 05 16:41:04.120 INFO STEP 300 (remove_files) COMPLETE
47462024-08-05T16:41:05.668Z[ recovery-image] Aug 05 16:41:04.120 INFO O| Aug 05 16:41:04.120 INFO STEP 301: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47472024-08-05T16:41:05.676Z[ recovery-image] Aug 05 16:41:04.131 INFO O| Aug 05 16:41:04.131 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/page"
47482024-08-05T16:41:05.679Z[ recovery-image] Aug 05 16:41:04.131 INFO O| Aug 05 16:41:04.131 INFO STEP 301 (remove_files) COMPLETE
47492024-08-05T16:41:05.679Z[ recovery-image] Aug 05 16:41:04.131 INFO O| Aug 05 16:41:04.131 INFO STEP 302: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47502024-08-05T16:41:05.687Z[ recovery-image] Aug 05 16:41:04.141 INFO O| Aug 05 16:41:04.141 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pagesize"
47512024-08-05T16:41:05.687Z[ recovery-image] Aug 05 16:41:04.141 INFO O| Aug 05 16:41:04.141 INFO STEP 302 (remove_files) COMPLETE
47522024-08-05T16:41:05.690Z[ recovery-image] Aug 05 16:41:04.141 INFO O| Aug 05 16:41:04.141 INFO STEP 303: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47532024-08-05T16:41:05.698Z[ recovery-image] Aug 05 16:41:04.153 INFO O| Aug 05 16:41:04.153 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pargs"
47542024-08-05T16:41:05.698Z[ recovery-image] Aug 05 16:41:04.153 INFO O| Aug 05 16:41:04.153 INFO STEP 303 (remove_files) COMPLETE
47552024-08-05T16:41:05.698Z[ recovery-image] Aug 05 16:41:04.153 INFO O| Aug 05 16:41:04.153 INFO STEP 304: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47562024-08-05T16:41:05.709Z[ recovery-image] Aug 05 16:41:04.164 INFO O| Aug 05 16:41:04.164 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/passwd"
47572024-08-05T16:41:05.709Z[ recovery-image] Aug 05 16:41:04.164 INFO O| Aug 05 16:41:04.164 INFO STEP 304 (remove_files) COMPLETE
47582024-08-05T16:41:05.709Z[ recovery-image] Aug 05 16:41:04.164 INFO O| Aug 05 16:41:04.164 INFO STEP 305: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47592024-08-05T16:41:05.720Z[ recovery-image] Aug 05 16:41:04.174 INFO O| Aug 05 16:41:04.174 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/paste"
47602024-08-05T16:41:05.723Z[ recovery-image] Aug 05 16:41:04.174 INFO O| Aug 05 16:41:04.174 INFO STEP 305 (remove_files) COMPLETE
47612024-08-05T16:41:05.723Z[ recovery-image] Aug 05 16:41:04.174 INFO O| Aug 05 16:41:04.174 INFO STEP 306: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47622024-08-05T16:41:05.731Z[ recovery-image] Aug 05 16:41:04.186 INFO O| Aug 05 16:41:04.185 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pathchk"
47632024-08-05T16:41:05.734Z[ recovery-image] Aug 05 16:41:04.186 INFO O| Aug 05 16:41:04.186 INFO STEP 306 (remove_files) COMPLETE
47642024-08-05T16:41:05.734Z[ recovery-image] Aug 05 16:41:04.186 INFO O| Aug 05 16:41:04.186 INFO STEP 307: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47652024-08-05T16:41:05.741Z[ recovery-image] Aug 05 16:41:04.196 INFO O| Aug 05 16:41:04.196 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pauxv"
47662024-08-05T16:41:05.741Z[ recovery-image] Aug 05 16:41:04.196 INFO O| Aug 05 16:41:04.196 INFO STEP 307 (remove_files) COMPLETE
47672024-08-05T16:41:05.745Z[ recovery-image] Aug 05 16:41:04.196 INFO O| Aug 05 16:41:04.196 INFO STEP 308: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47682024-08-05T16:41:05.752Z[ recovery-image] Aug 05 16:41:04.207 INFO O| Aug 05 16:41:04.207 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pax"
47692024-08-05T16:41:05.752Z[ recovery-image] Aug 05 16:41:04.207 INFO O| Aug 05 16:41:04.207 INFO STEP 308 (remove_files) COMPLETE
47702024-08-05T16:41:05.752Z[ recovery-image] Aug 05 16:41:04.207 INFO O| Aug 05 16:41:04.207 INFO STEP 309: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47712024-08-05T16:41:05.764Z[ recovery-image] Aug 05 16:41:04.219 INFO O| Aug 05 16:41:04.219 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pcap-config"
47722024-08-05T16:41:05.764Z[ recovery-image] Aug 05 16:41:04.219 INFO O| Aug 05 16:41:04.219 INFO STEP 309 (remove_files) COMPLETE
47732024-08-05T16:41:05.767Z[ recovery-image] Aug 05 16:41:04.219 INFO O| Aug 05 16:41:04.219 INFO STEP 310: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47742024-08-05T16:41:05.776Z[ recovery-image] Aug 05 16:41:04.230 INFO O| Aug 05 16:41:04.230 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pcre-config"
47752024-08-05T16:41:05.776Z[ recovery-image] Aug 05 16:41:04.230 INFO O| Aug 05 16:41:04.230 INFO STEP 310 (remove_files) COMPLETE
47762024-08-05T16:41:05.778Z[ recovery-image] Aug 05 16:41:04.230 INFO O| Aug 05 16:41:04.230 INFO STEP 311: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47772024-08-05T16:41:05.789Z[ recovery-image] Aug 05 16:41:04.244 INFO O| Aug 05 16:41:04.244 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pcre2-config"
47782024-08-05T16:41:05.789Z[ recovery-image] Aug 05 16:41:04.244 INFO O| Aug 05 16:41:04.244 INFO STEP 311 (remove_files) COMPLETE
47792024-08-05T16:41:05.792Z[ recovery-image] Aug 05 16:41:04.244 INFO O| Aug 05 16:41:04.244 INFO STEP 312: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47802024-08-05T16:41:05.801Z[ recovery-image] Aug 05 16:41:04.255 INFO O| Aug 05 16:41:04.255 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pcre2grep"
47812024-08-05T16:41:05.801Z[ recovery-image] Aug 05 16:41:04.255 INFO O| Aug 05 16:41:04.255 INFO STEP 312 (remove_files) COMPLETE
47822024-08-05T16:41:05.801Z[ recovery-image] Aug 05 16:41:04.255 INFO O| Aug 05 16:41:04.255 INFO STEP 313: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47832024-08-05T16:41:05.813Z[ recovery-image] Aug 05 16:41:04.267 INFO O| Aug 05 16:41:04.267 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pcre2test"
47842024-08-05T16:41:05.813Z[ recovery-image] Aug 05 16:41:04.267 INFO O| Aug 05 16:41:04.267 INFO STEP 313 (remove_files) COMPLETE
47852024-08-05T16:41:05.816Z[ recovery-image] Aug 05 16:41:04.267 INFO O| Aug 05 16:41:04.267 INFO STEP 314: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47862024-08-05T16:41:05.827Z[ recovery-image] Aug 05 16:41:04.281 INFO O| Aug 05 16:41:04.281 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pcred"
47872024-08-05T16:41:05.827Z[ recovery-image] Aug 05 16:41:04.282 INFO O| Aug 05 16:41:04.281 INFO STEP 314 (remove_files) COMPLETE
47882024-08-05T16:41:05.827Z[ recovery-image] Aug 05 16:41:04.282 INFO O| Aug 05 16:41:04.282 INFO STEP 315: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47892024-08-05T16:41:05.840Z[ recovery-image] Aug 05 16:41:04.294 INFO O| Aug 05 16:41:04.294 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pcregrep"
47902024-08-05T16:41:05.843Z[ recovery-image] Aug 05 16:41:04.294 INFO O| Aug 05 16:41:04.294 INFO STEP 315 (remove_files) COMPLETE
47912024-08-05T16:41:05.843Z[ recovery-image] Aug 05 16:41:04.294 INFO O| Aug 05 16:41:04.294 INFO STEP 316: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47922024-08-05T16:41:05.852Z[ recovery-image] Aug 05 16:41:04.307 INFO O| Aug 05 16:41:04.307 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pcretest"
47932024-08-05T16:41:05.852Z[ recovery-image] Aug 05 16:41:04.307 INFO O| Aug 05 16:41:04.307 INFO STEP 316 (remove_files) COMPLETE
47942024-08-05T16:41:05.852Z[ recovery-image] Aug 05 16:41:04.307 INFO O| Aug 05 16:41:04.307 INFO STEP 317: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47952024-08-05T16:41:05.865Z[ recovery-image] Aug 05 16:41:04.320 INFO O| Aug 05 16:41:04.320 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/penv"
47962024-08-05T16:41:05.865Z[ recovery-image] Aug 05 16:41:04.320 INFO O| Aug 05 16:41:04.320 INFO STEP 317 (remove_files) COMPLETE
47972024-08-05T16:41:05.865Z[ recovery-image] Aug 05 16:41:04.320 INFO O| Aug 05 16:41:04.320 INFO STEP 318: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47982024-08-05T16:41:05.877Z[ recovery-image] Aug 05 16:41:04.332 INFO O| Aug 05 16:41:04.332 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pfbash"
47992024-08-05T16:41:05.877Z[ recovery-image] Aug 05 16:41:04.332 INFO O| Aug 05 16:41:04.332 INFO STEP 318 (remove_files) COMPLETE
48002024-08-05T16:41:05.880Z[ recovery-image] Aug 05 16:41:04.332 INFO O| Aug 05 16:41:04.332 INFO STEP 319: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48012024-08-05T16:41:05.889Z[ recovery-image] Aug 05 16:41:04.343 INFO O| Aug 05 16:41:04.343 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pfcsh"
48022024-08-05T16:41:05.889Z[ recovery-image] Aug 05 16:41:04.343 INFO O| Aug 05 16:41:04.343 INFO STEP 319 (remove_files) COMPLETE
48032024-08-05T16:41:05.889Z[ recovery-image] Aug 05 16:41:04.343 INFO O| Aug 05 16:41:04.343 INFO STEP 320: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48042024-08-05T16:41:05.900Z[ recovery-image] Aug 05 16:41:04.355 INFO O| Aug 05 16:41:04.355 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pfiles"
48052024-08-05T16:41:05.903Z[ recovery-image] Aug 05 16:41:04.355 INFO O| Aug 05 16:41:04.355 INFO STEP 320 (remove_files) COMPLETE
48062024-08-05T16:41:05.903Z[ recovery-image] Aug 05 16:41:04.355 INFO O| Aug 05 16:41:04.355 INFO STEP 321: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48072024-08-05T16:41:05.912Z[ recovery-image] Aug 05 16:41:04.366 INFO O| Aug 05 16:41:04.366 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pfksh"
48082024-08-05T16:41:05.912Z[ recovery-image] Aug 05 16:41:04.366 INFO O| Aug 05 16:41:04.366 INFO STEP 321 (remove_files) COMPLETE
48092024-08-05T16:41:05.912Z[ recovery-image] Aug 05 16:41:04.366 INFO O| Aug 05 16:41:04.366 INFO STEP 322: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48102024-08-05T16:41:05.924Z[ recovery-image] Aug 05 16:41:04.378 INFO O| Aug 05 16:41:04.378 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pfksh93"
48112024-08-05T16:41:05.924Z[ recovery-image] Aug 05 16:41:04.378 INFO O| Aug 05 16:41:04.378 INFO STEP 322 (remove_files) COMPLETE
48122024-08-05T16:41:05.924Z[ recovery-image] Aug 05 16:41:04.378 INFO O| Aug 05 16:41:04.378 INFO STEP 323: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48132024-08-05T16:41:05.936Z[ recovery-image] Aug 05 16:41:04.389 INFO O| Aug 05 16:41:04.389 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pflags"
48142024-08-05T16:41:05.936Z[ recovery-image] Aug 05 16:41:04.389 INFO O| Aug 05 16:41:04.389 INFO STEP 323 (remove_files) COMPLETE
48152024-08-05T16:41:05.939Z[ recovery-image] Aug 05 16:41:04.389 INFO O| Aug 05 16:41:04.389 INFO STEP 324: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48162024-08-05T16:41:05.946Z[ recovery-image] Aug 05 16:41:04.401 INFO O| Aug 05 16:41:04.401 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pfrksh"
48172024-08-05T16:41:05.946Z[ recovery-image] Aug 05 16:41:04.401 INFO O| Aug 05 16:41:04.401 INFO STEP 324 (remove_files) COMPLETE
48182024-08-05T16:41:05.949Z[ recovery-image] Aug 05 16:41:04.401 INFO O| Aug 05 16:41:04.401 INFO STEP 325: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48192024-08-05T16:41:05.957Z[ recovery-image] Aug 05 16:41:04.411 INFO O| Aug 05 16:41:04.411 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pfrksh93"
48202024-08-05T16:41:05.959Z[ recovery-image] Aug 05 16:41:04.412 INFO O| Aug 05 16:41:04.411 INFO STEP 325 (remove_files) COMPLETE
48212024-08-05T16:41:05.959Z[ recovery-image] Aug 05 16:41:04.412 INFO O| Aug 05 16:41:04.411 INFO STEP 326: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48222024-08-05T16:41:05.967Z[ recovery-image] Aug 05 16:41:04.422 INFO O| Aug 05 16:41:04.422 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pfsh"
48232024-08-05T16:41:05.970Z[ recovery-image] Aug 05 16:41:04.422 INFO O| Aug 05 16:41:04.422 INFO STEP 326 (remove_files) COMPLETE
48242024-08-05T16:41:05.970Z[ recovery-image] Aug 05 16:41:04.422 INFO O| Aug 05 16:41:04.422 INFO STEP 327: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48252024-08-05T16:41:05.977Z[ recovery-image] Aug 05 16:41:04.432 INFO O| Aug 05 16:41:04.432 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pftcsh"
48262024-08-05T16:41:05.980Z[ recovery-image] Aug 05 16:41:04.432 INFO O| Aug 05 16:41:04.432 INFO STEP 327 (remove_files) COMPLETE
48272024-08-05T16:41:05.980Z[ recovery-image] Aug 05 16:41:04.432 INFO O| Aug 05 16:41:04.432 INFO STEP 328: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48282024-08-05T16:41:05.987Z[ recovery-image] Aug 05 16:41:04.442 INFO O| Aug 05 16:41:04.442 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pfzsh"
48292024-08-05T16:41:05.987Z[ recovery-image] Aug 05 16:41:04.442 INFO O| Aug 05 16:41:04.442 INFO STEP 328 (remove_files) COMPLETE
48302024-08-05T16:41:05.990Z[ recovery-image] Aug 05 16:41:04.442 INFO O| Aug 05 16:41:04.442 INFO STEP 329: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48312024-08-05T16:41:05.997Z[ recovery-image] Aug 05 16:41:04.452 INFO O| Aug 05 16:41:04.452 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pg"
48322024-08-05T16:41:05.997Z[ recovery-image] Aug 05 16:41:04.452 INFO O| Aug 05 16:41:04.452 INFO STEP 329 (remove_files) COMPLETE
48332024-08-05T16:41:06.000Z[ recovery-image] Aug 05 16:41:04.452 INFO O| Aug 05 16:41:04.452 INFO STEP 330: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48342024-08-05T16:41:06.007Z[ recovery-image] Aug 05 16:41:04.462 INFO O| Aug 05 16:41:04.462 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pginfo"
48352024-08-05T16:41:06.008Z[ recovery-image] Aug 05 16:41:04.462 INFO O| Aug 05 16:41:04.462 INFO STEP 330 (remove_files) COMPLETE
48362024-08-05T16:41:06.010Z[ recovery-image] Aug 05 16:41:04.462 INFO O| Aug 05 16:41:04.462 INFO STEP 331: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48372024-08-05T16:41:06.017Z[ recovery-image] Aug 05 16:41:04.472 INFO O| Aug 05 16:41:04.472 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pgstat"
48382024-08-05T16:41:06.017Z[ recovery-image] Aug 05 16:41:04.472 INFO O| Aug 05 16:41:04.472 INFO STEP 331 (remove_files) COMPLETE
48392024-08-05T16:41:06.020Z[ recovery-image] Aug 05 16:41:04.472 INFO O| Aug 05 16:41:04.472 INFO STEP 332: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48402024-08-05T16:41:06.027Z[ recovery-image] Aug 05 16:41:04.482 INFO O| Aug 05 16:41:04.482 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pkgadm"
48412024-08-05T16:41:06.027Z[ recovery-image] Aug 05 16:41:04.482 INFO O| Aug 05 16:41:04.482 INFO STEP 332 (remove_files) COMPLETE
48422024-08-05T16:41:06.027Z[ recovery-image] Aug 05 16:41:04.482 INFO O| Aug 05 16:41:04.482 INFO STEP 333: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48432024-08-05T16:41:06.038Z[ recovery-image] Aug 05 16:41:04.492 INFO O| Aug 05 16:41:04.492 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pkgcond"
48442024-08-05T16:41:06.041Z[ recovery-image] Aug 05 16:41:04.492 INFO O| Aug 05 16:41:04.492 INFO STEP 333 (remove_files) COMPLETE
48452024-08-05T16:41:06.041Z[ recovery-image] Aug 05 16:41:04.492 INFO O| Aug 05 16:41:04.492 INFO STEP 334: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48462024-08-05T16:41:06.047Z[ recovery-image] Aug 05 16:41:04.502 INFO O| Aug 05 16:41:04.502 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pkginfo"
48472024-08-05T16:41:06.047Z[ recovery-image] Aug 05 16:41:04.502 INFO O| Aug 05 16:41:04.502 INFO STEP 334 (remove_files) COMPLETE
48482024-08-05T16:41:06.051Z[ recovery-image] Aug 05 16:41:04.502 INFO O| Aug 05 16:41:04.502 INFO STEP 335: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48492024-08-05T16:41:06.057Z[ recovery-image] Aug 05 16:41:04.512 INFO O| Aug 05 16:41:04.512 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pkgmk"
48502024-08-05T16:41:06.060Z[ recovery-image] Aug 05 16:41:04.512 INFO O| Aug 05 16:41:04.512 INFO STEP 335 (remove_files) COMPLETE
48512024-08-05T16:41:06.060Z[ recovery-image] Aug 05 16:41:04.512 INFO O| Aug 05 16:41:04.512 INFO STEP 336: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48522024-08-05T16:41:06.067Z[ recovery-image] Aug 05 16:41:04.522 INFO O| Aug 05 16:41:04.522 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pkgparam"
48532024-08-05T16:41:06.067Z[ recovery-image] Aug 05 16:41:04.522 INFO O| Aug 05 16:41:04.522 INFO STEP 336 (remove_files) COMPLETE
48542024-08-05T16:41:06.067Z[ recovery-image] Aug 05 16:41:04.522 INFO O| Aug 05 16:41:04.522 INFO STEP 337: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48552024-08-05T16:41:06.077Z[ recovery-image] Aug 05 16:41:04.532 INFO O| Aug 05 16:41:04.532 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pkgproto"
48562024-08-05T16:41:06.077Z[ recovery-image] Aug 05 16:41:04.532 INFO O| Aug 05 16:41:04.532 INFO STEP 337 (remove_files) COMPLETE
48572024-08-05T16:41:06.078Z[ recovery-image] Aug 05 16:41:04.532 INFO O| Aug 05 16:41:04.532 INFO STEP 338: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48582024-08-05T16:41:06.087Z[ recovery-image] Aug 05 16:41:04.542 INFO O| Aug 05 16:41:04.542 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pkgtrans"
48592024-08-05T16:41:06.087Z[ recovery-image] Aug 05 16:41:04.542 INFO O| Aug 05 16:41:04.542 INFO STEP 338 (remove_files) COMPLETE
48602024-08-05T16:41:06.087Z[ recovery-image] Aug 05 16:41:04.542 INFO O| Aug 05 16:41:04.542 INFO STEP 339: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48612024-08-05T16:41:06.098Z[ recovery-image] Aug 05 16:41:04.552 INFO O| Aug 05 16:41:04.552 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pkill"
48622024-08-05T16:41:06.098Z[ recovery-image] Aug 05 16:41:04.552 INFO O| Aug 05 16:41:04.552 INFO STEP 339 (remove_files) COMPLETE
48632024-08-05T16:41:06.098Z[ recovery-image] Aug 05 16:41:04.552 INFO O| Aug 05 16:41:04.552 INFO STEP 340: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48642024-08-05T16:41:06.108Z[ recovery-image] Aug 05 16:41:04.563 INFO O| Aug 05 16:41:04.563 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pktool"
48652024-08-05T16:41:06.111Z[ recovery-image] Aug 05 16:41:04.563 INFO O| Aug 05 16:41:04.563 INFO STEP 340 (remove_files) COMPLETE
48662024-08-05T16:41:06.111Z[ recovery-image] Aug 05 16:41:04.563 INFO O| Aug 05 16:41:04.563 INFO STEP 341: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48672024-08-05T16:41:06.119Z[ recovery-image] Aug 05 16:41:04.573 INFO O| Aug 05 16:41:04.573 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pldd"
48682024-08-05T16:41:06.119Z[ recovery-image] Aug 05 16:41:04.573 INFO O| Aug 05 16:41:04.573 INFO STEP 341 (remove_files) COMPLETE
48692024-08-05T16:41:06.125Z[ recovery-image] Aug 05 16:41:04.573 INFO O| Aug 05 16:41:04.573 INFO STEP 342: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48702024-08-05T16:41:06.129Z[ recovery-image] Aug 05 16:41:04.583 INFO O| Aug 05 16:41:04.583 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/plgrp"
48712024-08-05T16:41:06.129Z[ recovery-image] Aug 05 16:41:04.583 INFO O| Aug 05 16:41:04.583 INFO STEP 342 (remove_files) COMPLETE
48722024-08-05T16:41:06.132Z[ recovery-image] Aug 05 16:41:04.583 INFO O| Aug 05 16:41:04.583 INFO STEP 343: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48732024-08-05T16:41:06.139Z[ recovery-image] Aug 05 16:41:04.594 INFO O| Aug 05 16:41:04.594 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/plimit"
48742024-08-05T16:41:06.139Z[ recovery-image] Aug 05 16:41:04.594 INFO O| Aug 05 16:41:04.594 INFO STEP 343 (remove_files) COMPLETE
48752024-08-05T16:41:06.142Z[ recovery-image] Aug 05 16:41:04.594 INFO O| Aug 05 16:41:04.594 INFO STEP 344: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48762024-08-05T16:41:06.149Z[ recovery-image] Aug 05 16:41:04.604 INFO O| Aug 05 16:41:04.604 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pmadvise"
48772024-08-05T16:41:06.150Z[ recovery-image] Aug 05 16:41:04.604 INFO O| Aug 05 16:41:04.604 INFO STEP 344 (remove_files) COMPLETE
48782024-08-05T16:41:06.153Z[ recovery-image] Aug 05 16:41:04.604 INFO O| Aug 05 16:41:04.604 INFO STEP 345: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48792024-08-05T16:41:06.160Z[ recovery-image] Aug 05 16:41:04.615 INFO O| Aug 05 16:41:04.614 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pmap"
48802024-08-05T16:41:06.163Z[ recovery-image] Aug 05 16:41:04.615 INFO O| Aug 05 16:41:04.615 INFO STEP 345 (remove_files) COMPLETE
48812024-08-05T16:41:06.163Z[ recovery-image] Aug 05 16:41:04.615 INFO O| Aug 05 16:41:04.615 INFO STEP 346: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48822024-08-05T16:41:06.171Z[ recovery-image] Aug 05 16:41:04.626 INFO O| Aug 05 16:41:04.626 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/poolstat"
48832024-08-05T16:41:06.174Z[ recovery-image] Aug 05 16:41:04.626 INFO O| Aug 05 16:41:04.626 INFO STEP 346 (remove_files) COMPLETE
48842024-08-05T16:41:06.174Z[ recovery-image] Aug 05 16:41:04.626 INFO O| Aug 05 16:41:04.626 INFO STEP 347: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48852024-08-05T16:41:06.181Z[ recovery-image] Aug 05 16:41:04.636 INFO O| Aug 05 16:41:04.636 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ppgsz"
48862024-08-05T16:41:06.181Z[ recovery-image] Aug 05 16:41:04.636 INFO O| Aug 05 16:41:04.636 INFO STEP 347 (remove_files) COMPLETE
48872024-08-05T16:41:06.184Z[ recovery-image] Aug 05 16:41:04.636 INFO O| Aug 05 16:41:04.636 INFO STEP 348: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48882024-08-05T16:41:06.191Z[ recovery-image] Aug 05 16:41:04.646 INFO O| Aug 05 16:41:04.646 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ppriv"
48892024-08-05T16:41:06.191Z[ recovery-image] Aug 05 16:41:04.646 INFO O| Aug 05 16:41:04.646 INFO STEP 348 (remove_files) COMPLETE
48902024-08-05T16:41:06.191Z[ recovery-image] Aug 05 16:41:04.646 INFO O| Aug 05 16:41:04.646 INFO STEP 349: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48912024-08-05T16:41:06.201Z[ recovery-image] Aug 05 16:41:04.656 INFO O| Aug 05 16:41:04.656 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pr"
48922024-08-05T16:41:06.201Z[ recovery-image] Aug 05 16:41:04.656 INFO O| Aug 05 16:41:04.656 INFO STEP 349 (remove_files) COMPLETE
48932024-08-05T16:41:06.204Z[ recovery-image] Aug 05 16:41:04.656 INFO O| Aug 05 16:41:04.656 INFO STEP 350: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48942024-08-05T16:41:06.211Z[ recovery-image] Aug 05 16:41:04.666 INFO O| Aug 05 16:41:04.666 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/prctl"
48952024-08-05T16:41:06.211Z[ recovery-image] Aug 05 16:41:04.666 INFO O| Aug 05 16:41:04.666 INFO STEP 350 (remove_files) COMPLETE
48962024-08-05T16:41:06.211Z[ recovery-image] Aug 05 16:41:04.666 INFO O| Aug 05 16:41:04.666 INFO STEP 351: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48972024-08-05T16:41:06.221Z[ recovery-image] Aug 05 16:41:04.676 INFO O| Aug 05 16:41:04.676 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/preap"
48982024-08-05T16:41:06.221Z[ recovery-image] Aug 05 16:41:04.676 INFO O| Aug 05 16:41:04.676 INFO STEP 351 (remove_files) COMPLETE
48992024-08-05T16:41:06.221Z[ recovery-image] Aug 05 16:41:04.676 INFO O| Aug 05 16:41:04.676 INFO STEP 352: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49002024-08-05T16:41:06.231Z[ recovery-image] Aug 05 16:41:04.686 INFO O| Aug 05 16:41:04.686 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/print"
49012024-08-05T16:41:06.234Z[ recovery-image] Aug 05 16:41:04.686 INFO O| Aug 05 16:41:04.686 INFO STEP 352 (remove_files) COMPLETE
49022024-08-05T16:41:06.234Z[ recovery-image] Aug 05 16:41:04.686 INFO O| Aug 05 16:41:04.686 INFO STEP 353: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49032024-08-05T16:41:06.241Z[ recovery-image] Aug 05 16:41:04.696 INFO O| Aug 05 16:41:04.696 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/printf"
49042024-08-05T16:41:06.241Z[ recovery-image] Aug 05 16:41:04.696 INFO O| Aug 05 16:41:04.696 INFO STEP 353 (remove_files) COMPLETE
49052024-08-05T16:41:06.242Z[ recovery-image] Aug 05 16:41:04.696 INFO O| Aug 05 16:41:04.696 INFO STEP 354: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49062024-08-05T16:41:06.251Z[ recovery-image] Aug 05 16:41:04.706 INFO O| Aug 05 16:41:04.706 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/priocntl"
49072024-08-05T16:41:06.252Z[ recovery-image] Aug 05 16:41:04.706 INFO O| Aug 05 16:41:04.706 INFO STEP 354 (remove_files) COMPLETE
49082024-08-05T16:41:06.254Z[ recovery-image] Aug 05 16:41:04.706 INFO O| Aug 05 16:41:04.706 INFO STEP 355: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49092024-08-05T16:41:06.261Z[ recovery-image] Aug 05 16:41:04.716 INFO O| Aug 05 16:41:04.716 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/profiles"
49102024-08-05T16:41:06.264Z[ recovery-image] Aug 05 16:41:04.716 INFO O| Aug 05 16:41:04.716 INFO STEP 355 (remove_files) COMPLETE
49112024-08-05T16:41:06.264Z[ recovery-image] Aug 05 16:41:04.716 INFO O| Aug 05 16:41:04.716 INFO STEP 356: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49122024-08-05T16:41:06.271Z[ recovery-image] Aug 05 16:41:04.726 INFO O| Aug 05 16:41:04.726 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/projects"
49132024-08-05T16:41:06.271Z[ recovery-image] Aug 05 16:41:04.726 INFO O| Aug 05 16:41:04.726 INFO STEP 356 (remove_files) COMPLETE
49142024-08-05T16:41:06.271Z[ recovery-image] Aug 05 16:41:04.726 INFO O| Aug 05 16:41:04.726 INFO STEP 357: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49152024-08-05T16:41:06.281Z[ recovery-image] Aug 05 16:41:04.736 INFO O| Aug 05 16:41:04.736 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/prstat"
49162024-08-05T16:41:06.281Z[ recovery-image] Aug 05 16:41:04.736 INFO O| Aug 05 16:41:04.736 INFO STEP 357 (remove_files) COMPLETE
49172024-08-05T16:41:06.284Z[ recovery-image] Aug 05 16:41:04.736 INFO O| Aug 05 16:41:04.736 INFO STEP 358: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49182024-08-05T16:41:06.291Z[ recovery-image] Aug 05 16:41:04.746 INFO O| Aug 05 16:41:04.746 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/prun"
49192024-08-05T16:41:06.291Z[ recovery-image] Aug 05 16:41:04.746 INFO O| Aug 05 16:41:04.746 INFO STEP 358 (remove_files) COMPLETE
49202024-08-05T16:41:06.291Z[ recovery-image] Aug 05 16:41:04.746 INFO O| Aug 05 16:41:04.746 INFO STEP 359: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49212024-08-05T16:41:06.301Z[ recovery-image] Aug 05 16:41:04.756 INFO O| Aug 05 16:41:04.755 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/psecflags"
49222024-08-05T16:41:06.301Z[ recovery-image] Aug 05 16:41:04.756 INFO O| Aug 05 16:41:04.756 INFO STEP 359 (remove_files) COMPLETE
49232024-08-05T16:41:06.301Z[ recovery-image] Aug 05 16:41:04.756 INFO O| Aug 05 16:41:04.756 INFO STEP 360: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49242024-08-05T16:41:06.311Z[ recovery-image] Aug 05 16:41:04.766 INFO O| Aug 05 16:41:04.766 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/psig"
49252024-08-05T16:41:06.311Z[ recovery-image] Aug 05 16:41:04.766 INFO O| Aug 05 16:41:04.766 INFO STEP 360 (remove_files) COMPLETE
49262024-08-05T16:41:06.314Z[ recovery-image] Aug 05 16:41:04.766 INFO O| Aug 05 16:41:04.766 INFO STEP 361: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49272024-08-05T16:41:06.321Z[ recovery-image] Aug 05 16:41:04.776 INFO O| Aug 05 16:41:04.776 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pstack"
49282024-08-05T16:41:06.321Z[ recovery-image] Aug 05 16:41:04.776 INFO O| Aug 05 16:41:04.776 INFO STEP 361 (remove_files) COMPLETE
49292024-08-05T16:41:06.324Z[ recovery-image] Aug 05 16:41:04.776 INFO O| Aug 05 16:41:04.776 INFO STEP 362: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49302024-08-05T16:41:06.331Z[ recovery-image] Aug 05 16:41:04.786 INFO O| Aug 05 16:41:04.786 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pstop"
49312024-08-05T16:41:06.331Z[ recovery-image] Aug 05 16:41:04.786 INFO O| Aug 05 16:41:04.786 INFO STEP 362 (remove_files) COMPLETE
49322024-08-05T16:41:06.331Z[ recovery-image] Aug 05 16:41:04.786 INFO O| Aug 05 16:41:04.786 INFO STEP 363: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49332024-08-05T16:41:06.342Z[ recovery-image] Aug 05 16:41:04.796 INFO O| Aug 05 16:41:04.796 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ptime"
49342024-08-05T16:41:06.342Z[ recovery-image] Aug 05 16:41:04.796 INFO O| Aug 05 16:41:04.796 INFO STEP 363 (remove_files) COMPLETE
49352024-08-05T16:41:06.342Z[ recovery-image] Aug 05 16:41:04.796 INFO O| Aug 05 16:41:04.796 INFO STEP 364: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49362024-08-05T16:41:06.352Z[ recovery-image] Aug 05 16:41:04.807 INFO O| Aug 05 16:41:04.807 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ptree"
49372024-08-05T16:41:06.352Z[ recovery-image] Aug 05 16:41:04.807 INFO O| Aug 05 16:41:04.807 INFO STEP 364 (remove_files) COMPLETE
49382024-08-05T16:41:06.352Z[ recovery-image] Aug 05 16:41:04.807 INFO O| Aug 05 16:41:04.807 INFO STEP 365: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49392024-08-05T16:41:06.362Z[ recovery-image] Aug 05 16:41:04.817 INFO O| Aug 05 16:41:04.817 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/putdev"
49402024-08-05T16:41:06.362Z[ recovery-image] Aug 05 16:41:04.817 INFO O| Aug 05 16:41:04.817 INFO STEP 365 (remove_files) COMPLETE
49412024-08-05T16:41:06.365Z[ recovery-image] Aug 05 16:41:04.817 INFO O| Aug 05 16:41:04.817 INFO STEP 366: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49422024-08-05T16:41:06.372Z[ recovery-image] Aug 05 16:41:04.827 INFO O| Aug 05 16:41:04.827 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/putdgrp"
49432024-08-05T16:41:06.372Z[ recovery-image] Aug 05 16:41:04.827 INFO O| Aug 05 16:41:04.827 INFO STEP 366 (remove_files) COMPLETE
49442024-08-05T16:41:06.373Z[ recovery-image] Aug 05 16:41:04.827 INFO O| Aug 05 16:41:04.827 INFO STEP 367: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49452024-08-05T16:41:06.382Z[ recovery-image] Aug 05 16:41:04.837 INFO O| Aug 05 16:41:04.837 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pvs"
49462024-08-05T16:41:06.383Z[ recovery-image] Aug 05 16:41:04.837 INFO O| Aug 05 16:41:04.837 INFO STEP 367 (remove_files) COMPLETE
49472024-08-05T16:41:06.383Z[ recovery-image] Aug 05 16:41:04.837 INFO O| Aug 05 16:41:04.837 INFO STEP 368: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49482024-08-05T16:41:06.393Z[ recovery-image] Aug 05 16:41:04.847 INFO O| Aug 05 16:41:04.847 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pwait"
49492024-08-05T16:41:06.393Z[ recovery-image] Aug 05 16:41:04.847 INFO O| Aug 05 16:41:04.847 INFO STEP 368 (remove_files) COMPLETE
49502024-08-05T16:41:06.393Z[ recovery-image] Aug 05 16:41:04.847 INFO O| Aug 05 16:41:04.847 INFO STEP 369: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49512024-08-05T16:41:06.402Z[ recovery-image] Aug 05 16:41:04.857 INFO O| Aug 05 16:41:04.857 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pwd"
49522024-08-05T16:41:06.402Z[ recovery-image] Aug 05 16:41:04.857 INFO O| Aug 05 16:41:04.857 INFO STEP 369 (remove_files) COMPLETE
49532024-08-05T16:41:06.405Z[ recovery-image] Aug 05 16:41:04.857 INFO O| Aug 05 16:41:04.857 INFO STEP 370: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49542024-08-05T16:41:06.412Z[ recovery-image] Aug 05 16:41:04.867 INFO O| Aug 05 16:41:04.867 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pwdx"
49552024-08-05T16:41:06.412Z[ recovery-image] Aug 05 16:41:04.867 INFO O| Aug 05 16:41:04.867 INFO STEP 370 (remove_files) COMPLETE
49562024-08-05T16:41:06.415Z[ recovery-image] Aug 05 16:41:04.867 INFO O| Aug 05 16:41:04.867 INFO STEP 371: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49572024-08-05T16:41:06.422Z[ recovery-image] Aug 05 16:41:04.876 INFO O| Aug 05 16:41:04.876 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/read"
49582024-08-05T16:41:06.422Z[ recovery-image] Aug 05 16:41:04.877 INFO O| Aug 05 16:41:04.876 INFO STEP 371 (remove_files) COMPLETE
49592024-08-05T16:41:06.422Z[ recovery-image] Aug 05 16:41:04.877 INFO O| Aug 05 16:41:04.876 INFO STEP 372: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49602024-08-05T16:41:06.432Z[ recovery-image] Aug 05 16:41:04.887 INFO O| Aug 05 16:41:04.887 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/red"
49612024-08-05T16:41:06.432Z[ recovery-image] Aug 05 16:41:04.887 INFO O| Aug 05 16:41:04.887 INFO STEP 372 (remove_files) COMPLETE
49622024-08-05T16:41:06.432Z[ recovery-image] Aug 05 16:41:04.887 INFO O| Aug 05 16:41:04.887 INFO STEP 373: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49632024-08-05T16:41:06.442Z[ recovery-image] Aug 05 16:41:04.897 INFO O| Aug 05 16:41:04.897 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/regcmp"
49642024-08-05T16:41:06.442Z[ recovery-image] Aug 05 16:41:04.897 INFO O| Aug 05 16:41:04.897 INFO STEP 373 (remove_files) COMPLETE
49652024-08-05T16:41:06.445Z[ recovery-image] Aug 05 16:41:04.897 INFO O| Aug 05 16:41:04.897 INFO STEP 374: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49662024-08-05T16:41:06.452Z[ recovery-image] Aug 05 16:41:04.907 INFO O| Aug 05 16:41:04.906 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/renice"
49672024-08-05T16:41:06.452Z[ recovery-image] Aug 05 16:41:04.907 INFO O| Aug 05 16:41:04.907 INFO STEP 374 (remove_files) COMPLETE
49682024-08-05T16:41:06.455Z[ recovery-image] Aug 05 16:41:04.907 INFO O| Aug 05 16:41:04.907 INFO STEP 375: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49692024-08-05T16:41:06.462Z[ recovery-image] Aug 05 16:41:04.917 INFO O| Aug 05 16:41:04.916 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/resize"
49702024-08-05T16:41:06.462Z[ recovery-image] Aug 05 16:41:04.917 INFO O| Aug 05 16:41:04.917 INFO STEP 375 (remove_files) COMPLETE
49712024-08-05T16:41:06.465Z[ recovery-image] Aug 05 16:41:04.917 INFO O| Aug 05 16:41:04.917 INFO STEP 376: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49722024-08-05T16:41:06.472Z[ recovery-image] Aug 05 16:41:04.927 INFO O| Aug 05 16:41:04.927 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/rev"
49732024-08-05T16:41:06.472Z[ recovery-image] Aug 05 16:41:04.927 INFO O| Aug 05 16:41:04.927 INFO STEP 376 (remove_files) COMPLETE
49742024-08-05T16:41:06.475Z[ recovery-image] Aug 05 16:41:04.927 INFO O| Aug 05 16:41:04.927 INFO STEP 377: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49752024-08-05T16:41:06.482Z[ recovery-image] Aug 05 16:41:04.936 INFO O| Aug 05 16:41:04.936 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/rksh"
49762024-08-05T16:41:06.485Z[ recovery-image] Aug 05 16:41:04.937 INFO O| Aug 05 16:41:04.937 INFO STEP 377 (remove_files) COMPLETE
49772024-08-05T16:41:06.485Z[ recovery-image] Aug 05 16:41:04.937 INFO O| Aug 05 16:41:04.937 INFO STEP 378: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49782024-08-05T16:41:06.492Z[ recovery-image] Aug 05 16:41:04.947 INFO O| Aug 05 16:41:04.947 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/rksh93"
49792024-08-05T16:41:06.492Z[ recovery-image] Aug 05 16:41:04.947 INFO O| Aug 05 16:41:04.947 INFO STEP 378 (remove_files) COMPLETE
49802024-08-05T16:41:06.495Z[ recovery-image] Aug 05 16:41:04.947 INFO O| Aug 05 16:41:04.947 INFO STEP 379: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49812024-08-05T16:41:06.503Z[ recovery-image] Aug 05 16:41:04.958 INFO O| Aug 05 16:41:04.958 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/roles"
49822024-08-05T16:41:06.507Z[ recovery-image] Aug 05 16:41:04.958 INFO O| Aug 05 16:41:04.958 INFO STEP 379 (remove_files) COMPLETE
49832024-08-05T16:41:06.507Z[ recovery-image] Aug 05 16:41:04.958 INFO O| Aug 05 16:41:04.958 INFO STEP 380: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49842024-08-05T16:41:06.514Z[ recovery-image] Aug 05 16:41:04.968 INFO O| Aug 05 16:41:04.968 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/rpcinfo"
49852024-08-05T16:41:06.517Z[ recovery-image] Aug 05 16:41:04.968 INFO O| Aug 05 16:41:04.968 INFO STEP 380 (remove_files) COMPLETE
49862024-08-05T16:41:06.517Z[ recovery-image] Aug 05 16:41:04.968 INFO O| Aug 05 16:41:04.968 INFO STEP 381: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49872024-08-05T16:41:06.524Z[ recovery-image] Aug 05 16:41:04.978 INFO O| Aug 05 16:41:04.978 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/rsync"
49882024-08-05T16:41:06.527Z[ recovery-image] Aug 05 16:41:04.978 INFO O| Aug 05 16:41:04.978 INFO STEP 381 (remove_files) COMPLETE
49892024-08-05T16:41:06.527Z[ recovery-image] Aug 05 16:41:04.978 INFO O| Aug 05 16:41:04.978 INFO STEP 382: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49902024-08-05T16:41:06.534Z[ recovery-image] Aug 05 16:41:04.988 INFO O| Aug 05 16:41:04.988 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/rsync-ssl"
49912024-08-05T16:41:06.534Z[ recovery-image] Aug 05 16:41:04.989 INFO O| Aug 05 16:41:04.988 INFO STEP 382 (remove_files) COMPLETE
49922024-08-05T16:41:06.534Z[ recovery-image] Aug 05 16:41:04.989 INFO O| Aug 05 16:41:04.989 INFO STEP 383: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49932024-08-05T16:41:06.544Z[ recovery-image] Aug 05 16:41:04.998 INFO O| Aug 05 16:41:04.998 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/runat"
49942024-08-05T16:41:06.544Z[ recovery-image] Aug 05 16:41:04.999 INFO O| Aug 05 16:41:04.999 INFO STEP 383 (remove_files) COMPLETE
49952024-08-05T16:41:06.547Z[ recovery-image] Aug 05 16:41:04.999 INFO O| Aug 05 16:41:04.999 INFO STEP 384: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49962024-08-05T16:41:06.554Z[ recovery-image] Aug 05 16:41:05.009 INFO O| Aug 05 16:41:05.009 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/scp"
49972024-08-05T16:41:06.557Z[ recovery-image] Aug 05 16:41:05.009 INFO O| Aug 05 16:41:05.009 INFO STEP 384 (remove_files) COMPLETE
49982024-08-05T16:41:06.557Z[ recovery-image] Aug 05 16:41:05.009 INFO O| Aug 05 16:41:05.009 INFO STEP 385: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49992024-08-05T16:41:06.565Z[ recovery-image] Aug 05 16:41:05.019 INFO O| Aug 05 16:41:05.019 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/script"
50002024-08-05T16:41:06.565Z[ recovery-image] Aug 05 16:41:05.019 INFO O| Aug 05 16:41:05.019 INFO STEP 385 (remove_files) COMPLETE
50012024-08-05T16:41:06.567Z[ recovery-image] Aug 05 16:41:05.019 INFO O| Aug 05 16:41:05.019 INFO STEP 386: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50022024-08-05T16:41:06.574Z[ recovery-image] Aug 05 16:41:05.029 INFO O| Aug 05 16:41:05.029 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/sdiff"
50032024-08-05T16:41:06.574Z[ recovery-image] Aug 05 16:41:05.029 INFO O| Aug 05 16:41:05.029 INFO STEP 386 (remove_files) COMPLETE
50042024-08-05T16:41:06.574Z[ recovery-image] Aug 05 16:41:05.029 INFO O| Aug 05 16:41:05.029 INFO STEP 387: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50052024-08-05T16:41:06.584Z[ recovery-image] Aug 05 16:41:05.039 INFO O| Aug 05 16:41:05.038 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/setpgrp"
50062024-08-05T16:41:06.584Z[ recovery-image] Aug 05 16:41:05.039 INFO O| Aug 05 16:41:05.039 INFO STEP 387 (remove_files) COMPLETE
50072024-08-05T16:41:06.584Z[ recovery-image] Aug 05 16:41:05.039 INFO O| Aug 05 16:41:05.039 INFO STEP 388: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50082024-08-05T16:41:06.594Z[ recovery-image] Aug 05 16:41:05.048 INFO O| Aug 05 16:41:05.048 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/sftp"
50092024-08-05T16:41:06.594Z[ recovery-image] Aug 05 16:41:05.049 INFO O| Aug 05 16:41:05.049 INFO STEP 388 (remove_files) COMPLETE
50102024-08-05T16:41:06.597Z[ recovery-image] Aug 05 16:41:05.049 INFO O| Aug 05 16:41:05.049 INFO STEP 389: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50112024-08-05T16:41:06.604Z[ recovery-image] Aug 05 16:41:05.059 INFO O| Aug 05 16:41:05.058 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/shcomp"
50122024-08-05T16:41:06.607Z[ recovery-image] Aug 05 16:41:05.059 INFO O| Aug 05 16:41:05.059 INFO STEP 389 (remove_files) COMPLETE
50132024-08-05T16:41:06.607Z[ recovery-image] Aug 05 16:41:05.059 INFO O| Aug 05 16:41:05.059 INFO STEP 390: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50142024-08-05T16:41:06.614Z[ recovery-image] Aug 05 16:41:05.069 INFO O| Aug 05 16:41:05.068 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/smbutil"
50152024-08-05T16:41:06.619Z[ recovery-image] Aug 05 16:41:05.069 INFO O| Aug 05 16:41:05.069 INFO STEP 390 (remove_files) COMPLETE
50162024-08-05T16:41:06.619Z[ recovery-image] Aug 05 16:41:05.069 INFO O| Aug 05 16:41:05.069 INFO STEP 391: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50172024-08-05T16:41:06.625Z[ recovery-image] Aug 05 16:41:05.079 INFO O| Aug 05 16:41:05.079 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmp-bridge-mib"
50182024-08-05T16:41:06.628Z[ recovery-image] Aug 05 16:41:05.079 INFO O| Aug 05 16:41:05.079 INFO STEP 391 (remove_files) COMPLETE
50192024-08-05T16:41:06.628Z[ recovery-image] Aug 05 16:41:05.079 INFO O| Aug 05 16:41:05.079 INFO STEP 392: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50202024-08-05T16:41:06.634Z[ recovery-image] Aug 05 16:41:05.089 INFO O| Aug 05 16:41:05.089 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmpbulkget"
50212024-08-05T16:41:06.634Z[ recovery-image] Aug 05 16:41:05.089 INFO O| Aug 05 16:41:05.089 INFO STEP 392 (remove_files) COMPLETE
50222024-08-05T16:41:06.637Z[ recovery-image] Aug 05 16:41:05.089 INFO O| Aug 05 16:41:05.089 INFO STEP 393: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50232024-08-05T16:41:06.645Z[ recovery-image] Aug 05 16:41:05.099 INFO O| Aug 05 16:41:05.099 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmpbulkwalk"
50242024-08-05T16:41:06.645Z[ recovery-image] Aug 05 16:41:05.099 INFO O| Aug 05 16:41:05.099 INFO STEP 393 (remove_files) COMPLETE
50252024-08-05T16:41:06.645Z[ recovery-image] Aug 05 16:41:05.099 INFO O| Aug 05 16:41:05.099 INFO STEP 394: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50262024-08-05T16:41:06.656Z[ recovery-image] Aug 05 16:41:05.109 INFO O| Aug 05 16:41:05.109 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmpcheck"
50272024-08-05T16:41:06.656Z[ recovery-image] Aug 05 16:41:05.110 INFO O| Aug 05 16:41:05.109 INFO STEP 394 (remove_files) COMPLETE
50282024-08-05T16:41:06.656Z[ recovery-image] Aug 05 16:41:05.110 INFO O| Aug 05 16:41:05.110 INFO STEP 395: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50292024-08-05T16:41:06.665Z[ recovery-image] Aug 05 16:41:05.120 INFO O| Aug 05 16:41:05.120 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmpconf"
50302024-08-05T16:41:06.666Z[ recovery-image] Aug 05 16:41:05.120 INFO O| Aug 05 16:41:05.120 INFO STEP 395 (remove_files) COMPLETE
50312024-08-05T16:41:06.666Z[ recovery-image] Aug 05 16:41:05.120 INFO O| Aug 05 16:41:05.120 INFO STEP 396: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50322024-08-05T16:41:06.676Z[ recovery-image] Aug 05 16:41:05.131 INFO O| Aug 05 16:41:05.131 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmpdelta"
50332024-08-05T16:41:06.676Z[ recovery-image] Aug 05 16:41:05.131 INFO O| Aug 05 16:41:05.131 INFO STEP 396 (remove_files) COMPLETE
50342024-08-05T16:41:06.679Z[ recovery-image] Aug 05 16:41:05.131 INFO O| Aug 05 16:41:05.131 INFO STEP 397: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50352024-08-05T16:41:06.687Z[ recovery-image] Aug 05 16:41:05.141 INFO O| Aug 05 16:41:05.141 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmpdf"
50362024-08-05T16:41:06.687Z[ recovery-image] Aug 05 16:41:05.141 INFO O| Aug 05 16:41:05.141 INFO STEP 397 (remove_files) COMPLETE
50372024-08-05T16:41:06.687Z[ recovery-image] Aug 05 16:41:05.141 INFO O| Aug 05 16:41:05.141 INFO STEP 398: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50382024-08-05T16:41:06.697Z[ recovery-image] Aug 05 16:41:05.152 INFO O| Aug 05 16:41:05.152 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmpget"
50392024-08-05T16:41:06.697Z[ recovery-image] Aug 05 16:41:05.152 INFO O| Aug 05 16:41:05.152 INFO STEP 398 (remove_files) COMPLETE
50402024-08-05T16:41:06.700Z[ recovery-image] Aug 05 16:41:05.152 INFO O| Aug 05 16:41:05.152 INFO STEP 399: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50412024-08-05T16:41:06.709Z[ recovery-image] Aug 05 16:41:05.163 INFO O| Aug 05 16:41:05.163 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmpgetnext"
50422024-08-05T16:41:06.709Z[ recovery-image] Aug 05 16:41:05.163 INFO O| Aug 05 16:41:05.163 INFO STEP 399 (remove_files) COMPLETE
50432024-08-05T16:41:06.712Z[ recovery-image] Aug 05 16:41:05.163 INFO O| Aug 05 16:41:05.163 INFO STEP 400: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50442024-08-05T16:41:06.719Z[ recovery-image] Aug 05 16:41:05.174 INFO O| Aug 05 16:41:05.174 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmpnetstat"
50452024-08-05T16:41:06.719Z[ recovery-image] Aug 05 16:41:05.174 INFO O| Aug 05 16:41:05.174 INFO STEP 400 (remove_files) COMPLETE
50462024-08-05T16:41:06.722Z[ recovery-image] Aug 05 16:41:05.174 INFO O| Aug 05 16:41:05.174 INFO STEP 401: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50472024-08-05T16:41:06.729Z[ recovery-image] Aug 05 16:41:05.184 INFO O| Aug 05 16:41:05.184 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmppcap"
50482024-08-05T16:41:06.729Z[ recovery-image] Aug 05 16:41:05.184 INFO O| Aug 05 16:41:05.184 INFO STEP 401 (remove_files) COMPLETE
50492024-08-05T16:41:06.732Z[ recovery-image] Aug 05 16:41:05.184 INFO O| Aug 05 16:41:05.184 INFO STEP 402: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50502024-08-05T16:41:06.741Z[ recovery-image] Aug 05 16:41:05.195 INFO O| Aug 05 16:41:05.195 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmpping"
50512024-08-05T16:41:06.741Z[ recovery-image] Aug 05 16:41:05.195 INFO O| Aug 05 16:41:05.195 INFO STEP 402 (remove_files) COMPLETE
50522024-08-05T16:41:06.744Z[ recovery-image] Aug 05 16:41:05.195 INFO O| Aug 05 16:41:05.195 INFO STEP 403: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50532024-08-05T16:41:06.753Z[ recovery-image] Aug 05 16:41:05.207 INFO O| Aug 05 16:41:05.207 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmpps"
50542024-08-05T16:41:06.753Z[ recovery-image] Aug 05 16:41:05.207 INFO O| Aug 05 16:41:05.207 INFO STEP 403 (remove_files) COMPLETE
50552024-08-05T16:41:06.756Z[ recovery-image] Aug 05 16:41:05.207 INFO O| Aug 05 16:41:05.207 INFO STEP 404: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50562024-08-05T16:41:06.763Z[ recovery-image] Aug 05 16:41:05.218 INFO O| Aug 05 16:41:05.218 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmpset"
50572024-08-05T16:41:06.763Z[ recovery-image] Aug 05 16:41:05.218 INFO O| Aug 05 16:41:05.218 INFO STEP 404 (remove_files) COMPLETE
50582024-08-05T16:41:06.767Z[ recovery-image] Aug 05 16:41:05.218 INFO O| Aug 05 16:41:05.218 INFO STEP 405: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50592024-08-05T16:41:06.774Z[ recovery-image] Aug 05 16:41:05.229 INFO O| Aug 05 16:41:05.229 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmpstatus"
50602024-08-05T16:41:06.774Z[ recovery-image] Aug 05 16:41:05.229 INFO O| Aug 05 16:41:05.229 INFO STEP 405 (remove_files) COMPLETE
50612024-08-05T16:41:06.777Z[ recovery-image] Aug 05 16:41:05.229 INFO O| Aug 05 16:41:05.229 INFO STEP 406: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50622024-08-05T16:41:06.785Z[ recovery-image] Aug 05 16:41:05.240 INFO O| Aug 05 16:41:05.240 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmptable"
50632024-08-05T16:41:06.785Z[ recovery-image] Aug 05 16:41:05.240 INFO O| Aug 05 16:41:05.240 INFO STEP 406 (remove_files) COMPLETE
50642024-08-05T16:41:06.788Z[ recovery-image] Aug 05 16:41:05.240 INFO O| Aug 05 16:41:05.240 INFO STEP 407: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50652024-08-05T16:41:06.796Z[ recovery-image] Aug 05 16:41:05.250 INFO O| Aug 05 16:41:05.250 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmptest"
50662024-08-05T16:41:06.796Z[ recovery-image] Aug 05 16:41:05.250 INFO O| Aug 05 16:41:05.250 INFO STEP 407 (remove_files) COMPLETE
50672024-08-05T16:41:06.799Z[ recovery-image] Aug 05 16:41:05.250 INFO O| Aug 05 16:41:05.250 INFO STEP 408: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50682024-08-05T16:41:06.806Z[ recovery-image] Aug 05 16:41:05.260 INFO O| Aug 05 16:41:05.260 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmptranslate"
50692024-08-05T16:41:06.806Z[ recovery-image] Aug 05 16:41:05.260 INFO O| Aug 05 16:41:05.260 INFO STEP 408 (remove_files) COMPLETE
50702024-08-05T16:41:06.809Z[ recovery-image] Aug 05 16:41:05.260 INFO O| Aug 05 16:41:05.260 INFO STEP 409: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50712024-08-05T16:41:06.816Z[ recovery-image] Aug 05 16:41:05.270 INFO O| Aug 05 16:41:05.270 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmptrap"
50722024-08-05T16:41:06.816Z[ recovery-image] Aug 05 16:41:05.270 INFO O| Aug 05 16:41:05.270 INFO STEP 409 (remove_files) COMPLETE
50732024-08-05T16:41:06.820Z[ recovery-image] Aug 05 16:41:05.270 INFO O| Aug 05 16:41:05.270 INFO STEP 410: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50742024-08-05T16:41:06.826Z[ recovery-image] Aug 05 16:41:05.280 INFO O| Aug 05 16:41:05.280 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmpusm"
50752024-08-05T16:41:06.829Z[ recovery-image] Aug 05 16:41:05.281 INFO O| Aug 05 16:41:05.280 INFO STEP 410 (remove_files) COMPLETE
50762024-08-05T16:41:06.830Z[ recovery-image] Aug 05 16:41:05.281 INFO O| Aug 05 16:41:05.281 INFO STEP 411: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50772024-08-05T16:41:06.836Z[ recovery-image] Aug 05 16:41:05.290 INFO O| Aug 05 16:41:05.290 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmpvacm"
50782024-08-05T16:41:06.839Z[ recovery-image] Aug 05 16:41:05.290 INFO O| Aug 05 16:41:05.290 INFO STEP 411 (remove_files) COMPLETE
50792024-08-05T16:41:06.839Z[ recovery-image] Aug 05 16:41:05.290 INFO O| Aug 05 16:41:05.290 INFO STEP 412: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50802024-08-05T16:41:06.846Z[ recovery-image] Aug 05 16:41:05.300 INFO O| Aug 05 16:41:05.300 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmpwalk"
50812024-08-05T16:41:06.846Z[ recovery-image] Aug 05 16:41:05.300 INFO O| Aug 05 16:41:05.300 INFO STEP 412 (remove_files) COMPLETE
50822024-08-05T16:41:06.849Z[ recovery-image] Aug 05 16:41:05.301 INFO O| Aug 05 16:41:05.300 INFO STEP 413: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50832024-08-05T16:41:06.856Z[ recovery-image] Aug 05 16:41:05.311 INFO O| Aug 05 16:41:05.311 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/sotruss"
50842024-08-05T16:41:06.861Z[ recovery-image] Aug 05 16:41:05.311 INFO O| Aug 05 16:41:05.311 INFO STEP 413 (remove_files) COMPLETE
50852024-08-05T16:41:06.861Z[ recovery-image] Aug 05 16:41:05.311 INFO O| Aug 05 16:41:05.311 INFO STEP 414: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50862024-08-05T16:41:06.866Z[ recovery-image] Aug 05 16:41:05.321 INFO O| Aug 05 16:41:05.321 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/spell"
50872024-08-05T16:41:06.866Z[ recovery-image] Aug 05 16:41:05.321 INFO O| Aug 05 16:41:05.321 INFO STEP 414 (remove_files) COMPLETE
50882024-08-05T16:41:06.866Z[ recovery-image] Aug 05 16:41:05.321 INFO O| Aug 05 16:41:05.321 INFO STEP 415: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50892024-08-05T16:41:06.877Z[ recovery-image] Aug 05 16:41:05.332 INFO O| Aug 05 16:41:05.332 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/split"
50902024-08-05T16:41:06.877Z[ recovery-image] Aug 05 16:41:05.332 INFO O| Aug 05 16:41:05.332 INFO STEP 415 (remove_files) COMPLETE
50912024-08-05T16:41:06.880Z[ recovery-image] Aug 05 16:41:05.332 INFO O| Aug 05 16:41:05.332 INFO STEP 416: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50922024-08-05T16:41:06.890Z[ recovery-image] Aug 05 16:41:05.344 INFO O| Aug 05 16:41:05.343 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/sqlite3"
50932024-08-05T16:41:06.893Z[ recovery-image] Aug 05 16:41:05.344 INFO O| Aug 05 16:41:05.344 INFO STEP 416 (remove_files) COMPLETE
50942024-08-05T16:41:06.893Z[ recovery-image] Aug 05 16:41:05.344 INFO O| Aug 05 16:41:05.344 INFO STEP 417: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50952024-08-05T16:41:06.926Z[ recovery-image] Aug 05 16:41:05.377 INFO O| Aug 05 16:41:05.376 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ssh"
50962024-08-05T16:41:06.930Z[ recovery-image] Aug 05 16:41:05.377 INFO O| Aug 05 16:41:05.377 INFO STEP 417 (remove_files) COMPLETE
50972024-08-05T16:41:06.934Z[ recovery-image] Aug 05 16:41:05.377 INFO O| Aug 05 16:41:05.377 INFO STEP 418: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50982024-08-05T16:41:06.952Z[ recovery-image] Aug 05 16:41:05.402 INFO O| Aug 05 16:41:05.402 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ssh-add"
50992024-08-05T16:41:06.953Z[ recovery-image] Aug 05 16:41:05.403 INFO O| Aug 05 16:41:05.402 INFO STEP 418 (remove_files) COMPLETE
51002024-08-05T16:41:06.953Z[ recovery-image] Aug 05 16:41:05.403 INFO O| Aug 05 16:41:05.403 INFO STEP 419: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51012024-08-05T16:41:06.984Z[ recovery-image] Aug 05 16:41:05.435 INFO O| Aug 05 16:41:05.435 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ssh-agent"
51022024-08-05T16:41:06.984Z[ recovery-image] Aug 05 16:41:05.436 INFO O| Aug 05 16:41:05.436 INFO STEP 419 (remove_files) COMPLETE
51032024-08-05T16:41:06.984Z[ recovery-image] Aug 05 16:41:05.436 INFO O| Aug 05 16:41:05.436 INFO STEP 420: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51042024-08-05T16:41:07.009Z[ recovery-image] Aug 05 16:41:05.462 INFO O| Aug 05 16:41:05.460 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ssh-copy-id"
51052024-08-05T16:41:07.009Z[ recovery-image] Aug 05 16:41:05.462 INFO O| Aug 05 16:41:05.460 INFO STEP 420 (remove_files) COMPLETE
51062024-08-05T16:41:07.013Z[ recovery-image] Aug 05 16:41:05.462 INFO O| Aug 05 16:41:05.460 INFO STEP 421: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51072024-08-05T16:41:07.029Z[ recovery-image] Aug 05 16:41:05.483 INFO O| Aug 05 16:41:05.483 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ssh-keyscan"
51082024-08-05T16:41:07.029Z[ recovery-image] Aug 05 16:41:05.483 INFO O| Aug 05 16:41:05.483 INFO STEP 421 (remove_files) COMPLETE
51092024-08-05T16:41:07.029Z[ recovery-image] Aug 05 16:41:05.483 INFO O| Aug 05 16:41:05.483 INFO STEP 422: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51102024-08-05T16:41:07.044Z[ recovery-image] Aug 05 16:41:05.498 INFO O| Aug 05 16:41:05.498 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/strings"
51112024-08-05T16:41:07.044Z[ recovery-image] Aug 05 16:41:05.499 INFO O| Aug 05 16:41:05.498 INFO STEP 422 (remove_files) COMPLETE
51122024-08-05T16:41:07.048Z[ recovery-image] Aug 05 16:41:05.499 INFO O| Aug 05 16:41:05.499 INFO STEP 423: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51132024-08-05T16:41:07.059Z[ recovery-image] Aug 05 16:41:05.513 INFO O| Aug 05 16:41:05.513 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/sum"
51142024-08-05T16:41:07.059Z[ recovery-image] Aug 05 16:41:05.513 INFO O| Aug 05 16:41:05.513 INFO STEP 423 (remove_files) COMPLETE
51152024-08-05T16:41:07.062Z[ recovery-image] Aug 05 16:41:05.513 INFO O| Aug 05 16:41:05.513 INFO STEP 424: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51162024-08-05T16:41:07.074Z[ recovery-image] Aug 05 16:41:05.528 INFO O| Aug 05 16:41:05.528 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/tabs"
51172024-08-05T16:41:07.074Z[ recovery-image] Aug 05 16:41:05.528 INFO O| Aug 05 16:41:05.528 INFO STEP 424 (remove_files) COMPLETE
51182024-08-05T16:41:07.074Z[ recovery-image] Aug 05 16:41:05.528 INFO O| Aug 05 16:41:05.528 INFO STEP 425: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51192024-08-05T16:41:07.087Z[ recovery-image] Aug 05 16:41:05.542 INFO O| Aug 05 16:41:05.542 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/tcopy"
51202024-08-05T16:41:07.087Z[ recovery-image] Aug 05 16:41:05.542 INFO O| Aug 05 16:41:05.542 INFO STEP 425 (remove_files) COMPLETE
51212024-08-05T16:41:07.087Z[ recovery-image] Aug 05 16:41:05.542 INFO O| Aug 05 16:41:05.542 INFO STEP 426: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51222024-08-05T16:41:07.102Z[ recovery-image] Aug 05 16:41:05.556 INFO O| Aug 05 16:41:05.556 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/test"
51232024-08-05T16:41:07.105Z[ recovery-image] Aug 05 16:41:05.556 INFO O| Aug 05 16:41:05.556 INFO STEP 426 (remove_files) COMPLETE
51242024-08-05T16:41:07.105Z[ recovery-image] Aug 05 16:41:05.557 INFO O| Aug 05 16:41:05.556 INFO STEP 427: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51252024-08-05T16:41:07.116Z[ recovery-image] Aug 05 16:41:05.570 INFO O| Aug 05 16:41:05.570 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/tic"
51262024-08-05T16:41:07.116Z[ recovery-image] Aug 05 16:41:05.570 INFO O| Aug 05 16:41:05.570 INFO STEP 427 (remove_files) COMPLETE
51272024-08-05T16:41:07.116Z[ recovery-image] Aug 05 16:41:05.570 INFO O| Aug 05 16:41:05.570 INFO STEP 428: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51282024-08-05T16:41:07.135Z[ recovery-image] Aug 05 16:41:05.589 INFO O| Aug 05 16:41:05.589 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/time"
51292024-08-05T16:41:07.135Z[ recovery-image] Aug 05 16:41:05.589 INFO O| Aug 05 16:41:05.589 INFO STEP 428 (remove_files) COMPLETE
51302024-08-05T16:41:07.135Z[ recovery-image] Aug 05 16:41:05.589 INFO O| Aug 05 16:41:05.589 INFO STEP 429: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51312024-08-05T16:41:07.153Z[ recovery-image] Aug 05 16:41:05.607 INFO O| Aug 05 16:41:05.607 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/tip"
51322024-08-05T16:41:07.153Z[ recovery-image] Aug 05 16:41:05.607 INFO O| Aug 05 16:41:05.607 INFO STEP 429 (remove_files) COMPLETE
51332024-08-05T16:41:07.156Z[ recovery-image] Aug 05 16:41:05.607 INFO O| Aug 05 16:41:05.607 INFO STEP 430: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51342024-08-05T16:41:07.170Z[ recovery-image] Aug 05 16:41:05.625 INFO O| Aug 05 16:41:05.625 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/tkmib"
51352024-08-05T16:41:07.170Z[ recovery-image] Aug 05 16:41:05.625 INFO O| Aug 05 16:41:05.625 INFO STEP 430 (remove_files) COMPLETE
51362024-08-05T16:41:07.170Z[ recovery-image] Aug 05 16:41:05.625 INFO O| Aug 05 16:41:05.625 INFO STEP 431: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51372024-08-05T16:41:07.185Z[ recovery-image] Aug 05 16:41:05.640 INFO O| Aug 05 16:41:05.640 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/tpmadm"
51382024-08-05T16:41:07.185Z[ recovery-image] Aug 05 16:41:05.640 INFO O| Aug 05 16:41:05.640 INFO STEP 431 (remove_files) COMPLETE
51392024-08-05T16:41:07.188Z[ recovery-image] Aug 05 16:41:05.640 INFO O| Aug 05 16:41:05.640 INFO STEP 432: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51402024-08-05T16:41:07.196Z[ recovery-image] Aug 05 16:41:05.651 INFO O| Aug 05 16:41:05.651 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/traptoemail"
51412024-08-05T16:41:07.199Z[ recovery-image] Aug 05 16:41:05.651 INFO O| Aug 05 16:41:05.651 INFO STEP 432 (remove_files) COMPLETE
51422024-08-05T16:41:07.199Z[ recovery-image] Aug 05 16:41:05.651 INFO O| Aug 05 16:41:05.651 INFO STEP 433: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51432024-08-05T16:41:07.209Z[ recovery-image] Aug 05 16:41:05.663 INFO O| Aug 05 16:41:05.662 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/true"
51442024-08-05T16:41:07.209Z[ recovery-image] Aug 05 16:41:05.663 INFO O| Aug 05 16:41:05.663 INFO STEP 433 (remove_files) COMPLETE
51452024-08-05T16:41:07.209Z[ recovery-image] Aug 05 16:41:05.663 INFO O| Aug 05 16:41:05.663 INFO STEP 434: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51462024-08-05T16:41:07.219Z[ recovery-image] Aug 05 16:41:05.673 INFO O| Aug 05 16:41:05.673 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/tty"
51472024-08-05T16:41:07.219Z[ recovery-image] Aug 05 16:41:05.673 INFO O| Aug 05 16:41:05.673 INFO STEP 434 (remove_files) COMPLETE
51482024-08-05T16:41:07.219Z[ recovery-image] Aug 05 16:41:05.673 INFO O| Aug 05 16:41:05.673 INFO STEP 435: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51492024-08-05T16:41:07.230Z[ recovery-image] Aug 05 16:41:05.684 INFO O| Aug 05 16:41:05.684 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/type"
51502024-08-05T16:41:07.230Z[ recovery-image] Aug 05 16:41:05.684 INFO O| Aug 05 16:41:05.684 INFO STEP 435 (remove_files) COMPLETE
51512024-08-05T16:41:07.230Z[ recovery-image] Aug 05 16:41:05.684 INFO O| Aug 05 16:41:05.684 INFO STEP 436: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51522024-08-05T16:41:07.243Z[ recovery-image] Aug 05 16:41:05.698 INFO O| Aug 05 16:41:05.697 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/tzselect"
51532024-08-05T16:41:07.243Z[ recovery-image] Aug 05 16:41:05.698 INFO O| Aug 05 16:41:05.698 INFO STEP 436 (remove_files) COMPLETE
51542024-08-05T16:41:07.243Z[ recovery-image] Aug 05 16:41:05.698 INFO O| Aug 05 16:41:05.698 INFO STEP 437: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51552024-08-05T16:41:07.255Z[ recovery-image] Aug 05 16:41:05.710 INFO O| Aug 05 16:41:05.710 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ulimit"
51562024-08-05T16:41:07.258Z[ recovery-image] Aug 05 16:41:05.710 INFO O| Aug 05 16:41:05.710 INFO STEP 437 (remove_files) COMPLETE
51572024-08-05T16:41:07.258Z[ recovery-image] Aug 05 16:41:05.710 INFO O| Aug 05 16:41:05.710 INFO STEP 438: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51582024-08-05T16:41:07.266Z[ recovery-image] Aug 05 16:41:05.721 INFO O| Aug 05 16:41:05.721 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/umask"
51592024-08-05T16:41:07.267Z[ recovery-image] Aug 05 16:41:05.721 INFO O| Aug 05 16:41:05.721 INFO STEP 438 (remove_files) COMPLETE
51602024-08-05T16:41:07.269Z[ recovery-image] Aug 05 16:41:05.721 INFO O| Aug 05 16:41:05.721 INFO STEP 439: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51612024-08-05T16:41:07.277Z[ recovery-image] Aug 05 16:41:05.731 INFO O| Aug 05 16:41:05.731 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/unalias"
51622024-08-05T16:41:07.279Z[ recovery-image] Aug 05 16:41:05.731 INFO O| Aug 05 16:41:05.731 INFO STEP 439 (remove_files) COMPLETE
51632024-08-05T16:41:07.280Z[ recovery-image] Aug 05 16:41:05.731 INFO O| Aug 05 16:41:05.731 INFO STEP 440: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51642024-08-05T16:41:07.287Z[ recovery-image] Aug 05 16:41:05.741 INFO O| Aug 05 16:41:05.741 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/uncompress"
51652024-08-05T16:41:07.287Z[ recovery-image] Aug 05 16:41:05.741 INFO O| Aug 05 16:41:05.741 INFO STEP 440 (remove_files) COMPLETE
51662024-08-05T16:41:07.290Z[ recovery-image] Aug 05 16:41:05.741 INFO O| Aug 05 16:41:05.741 INFO STEP 441: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51672024-08-05T16:41:07.296Z[ recovery-image] Aug 05 16:41:05.751 INFO O| Aug 05 16:41:05.751 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/unexpand"
51682024-08-05T16:41:07.297Z[ recovery-image] Aug 05 16:41:05.751 INFO O| Aug 05 16:41:05.751 INFO STEP 441 (remove_files) COMPLETE
51692024-08-05T16:41:07.300Z[ recovery-image] Aug 05 16:41:05.751 INFO O| Aug 05 16:41:05.751 INFO STEP 442: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51702024-08-05T16:41:07.307Z[ recovery-image] Aug 05 16:41:05.761 INFO O| Aug 05 16:41:05.761 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/uniq"
51712024-08-05T16:41:07.307Z[ recovery-image] Aug 05 16:41:05.761 INFO O| Aug 05 16:41:05.761 INFO STEP 442 (remove_files) COMPLETE
51722024-08-05T16:41:07.307Z[ recovery-image] Aug 05 16:41:05.761 INFO O| Aug 05 16:41:05.761 INFO STEP 443: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51732024-08-05T16:41:07.317Z[ recovery-image] Aug 05 16:41:05.772 INFO O| Aug 05 16:41:05.772 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/units"
51742024-08-05T16:41:07.318Z[ recovery-image] Aug 05 16:41:05.772 INFO O| Aug 05 16:41:05.772 INFO STEP 443 (remove_files) COMPLETE
51752024-08-05T16:41:07.320Z[ recovery-image] Aug 05 16:41:05.772 INFO O| Aug 05 16:41:05.772 INFO STEP 444: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51762024-08-05T16:41:07.328Z[ recovery-image] Aug 05 16:41:05.782 INFO O| Aug 05 16:41:05.782 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/unix2dos"
51772024-08-05T16:41:07.331Z[ recovery-image] Aug 05 16:41:05.782 INFO O| Aug 05 16:41:05.782 INFO STEP 444 (remove_files) COMPLETE
51782024-08-05T16:41:07.331Z[ recovery-image] Aug 05 16:41:05.782 INFO O| Aug 05 16:41:05.782 INFO STEP 445: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51792024-08-05T16:41:07.338Z[ recovery-image] Aug 05 16:41:05.793 INFO O| Aug 05 16:41:05.793 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/unpack"
51802024-08-05T16:41:07.338Z[ recovery-image] Aug 05 16:41:05.793 INFO O| Aug 05 16:41:05.793 INFO STEP 445 (remove_files) COMPLETE
51812024-08-05T16:41:07.341Z[ recovery-image] Aug 05 16:41:05.793 INFO O| Aug 05 16:41:05.793 INFO STEP 446: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51822024-08-05T16:41:07.349Z[ recovery-image] Aug 05 16:41:05.804 INFO O| Aug 05 16:41:05.804 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/uptime"
51832024-08-05T16:41:07.352Z[ recovery-image] Aug 05 16:41:05.804 INFO O| Aug 05 16:41:05.804 INFO STEP 446 (remove_files) COMPLETE
51842024-08-05T16:41:07.352Z[ recovery-image] Aug 05 16:41:05.804 INFO O| Aug 05 16:41:05.804 INFO STEP 447: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51852024-08-05T16:41:07.361Z[ recovery-image] Aug 05 16:41:05.815 INFO O| Aug 05 16:41:05.815 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/userattr"
51862024-08-05T16:41:07.361Z[ recovery-image] Aug 05 16:41:05.815 INFO O| Aug 05 16:41:05.815 INFO STEP 447 (remove_files) COMPLETE
51872024-08-05T16:41:07.364Z[ recovery-image] Aug 05 16:41:05.815 INFO O| Aug 05 16:41:05.815 INFO STEP 448: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51882024-08-05T16:41:07.373Z[ recovery-image] Aug 05 16:41:05.827 INFO O| Aug 05 16:41:05.827 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/uudecode"
51892024-08-05T16:41:07.373Z[ recovery-image] Aug 05 16:41:05.828 INFO O| Aug 05 16:41:05.828 INFO STEP 448 (remove_files) COMPLETE
51902024-08-05T16:41:07.373Z[ recovery-image] Aug 05 16:41:05.828 INFO O| Aug 05 16:41:05.828 INFO STEP 449: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51912024-08-05T16:41:07.386Z[ recovery-image] Aug 05 16:41:05.839 INFO O| Aug 05 16:41:05.839 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/uuencode"
51922024-08-05T16:41:07.386Z[ recovery-image] Aug 05 16:41:05.839 INFO O| Aug 05 16:41:05.839 INFO STEP 449 (remove_files) COMPLETE
51932024-08-05T16:41:07.386Z[ recovery-image] Aug 05 16:41:05.839 INFO O| Aug 05 16:41:05.839 INFO STEP 450: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51942024-08-05T16:41:07.397Z[ recovery-image] Aug 05 16:41:05.852 INFO O| Aug 05 16:41:05.851 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/uuidgen"
51952024-08-05T16:41:07.397Z[ recovery-image] Aug 05 16:41:05.852 INFO O| Aug 05 16:41:05.852 INFO STEP 450 (remove_files) COMPLETE
51962024-08-05T16:41:07.402Z[ recovery-image] Aug 05 16:41:05.852 INFO O| Aug 05 16:41:05.852 INFO STEP 451: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51972024-08-05T16:41:07.410Z[ recovery-image] Aug 05 16:41:05.864 INFO O| Aug 05 16:41:05.864 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/vedit"
51982024-08-05T16:41:07.410Z[ recovery-image] Aug 05 16:41:05.865 INFO O| Aug 05 16:41:05.865 INFO STEP 451 (remove_files) COMPLETE
51992024-08-05T16:41:07.413Z[ recovery-image] Aug 05 16:41:05.865 INFO O| Aug 05 16:41:05.865 INFO STEP 452: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52002024-08-05T16:41:07.423Z[ recovery-image] Aug 05 16:41:05.876 INFO O| Aug 05 16:41:05.876 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/vim"
52012024-08-05T16:41:07.423Z[ recovery-image] Aug 05 16:41:05.876 INFO O| Aug 05 16:41:05.876 INFO STEP 452 (remove_files) COMPLETE
52022024-08-05T16:41:07.423Z[ recovery-image] Aug 05 16:41:05.876 INFO O| Aug 05 16:41:05.876 INFO STEP 453: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52032024-08-05T16:41:07.434Z[ recovery-image] Aug 05 16:41:05.888 INFO O| Aug 05 16:41:05.888 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/vimtutor"
52042024-08-05T16:41:07.434Z[ recovery-image] Aug 05 16:41:05.888 INFO O| Aug 05 16:41:05.888 INFO STEP 453 (remove_files) COMPLETE
52052024-08-05T16:41:07.440Z[ recovery-image] Aug 05 16:41:05.888 INFO O| Aug 05 16:41:05.888 INFO STEP 454: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52062024-08-05T16:41:07.445Z[ recovery-image] Aug 05 16:41:05.899 INFO O| Aug 05 16:41:05.899 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/vmstat"
52072024-08-05T16:41:07.445Z[ recovery-image] Aug 05 16:41:05.900 INFO O| Aug 05 16:41:05.899 INFO STEP 454 (remove_files) COMPLETE
52082024-08-05T16:41:07.445Z[ recovery-image] Aug 05 16:41:05.900 INFO O| Aug 05 16:41:05.899 INFO STEP 455: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52092024-08-05T16:41:07.456Z[ recovery-image] Aug 05 16:41:05.910 INFO O| Aug 05 16:41:05.910 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/vtfontcvt"
52102024-08-05T16:41:07.459Z[ recovery-image] Aug 05 16:41:05.910 INFO O| Aug 05 16:41:05.910 INFO STEP 455 (remove_files) COMPLETE
52112024-08-05T16:41:07.459Z[ recovery-image] Aug 05 16:41:05.910 INFO O| Aug 05 16:41:05.910 INFO STEP 456: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52122024-08-05T16:41:07.466Z[ recovery-image] Aug 05 16:41:05.921 INFO O| Aug 05 16:41:05.921 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/w"
52132024-08-05T16:41:07.466Z[ recovery-image] Aug 05 16:41:05.921 INFO O| Aug 05 16:41:05.921 INFO STEP 456 (remove_files) COMPLETE
52142024-08-05T16:41:07.466Z[ recovery-image] Aug 05 16:41:05.921 INFO O| Aug 05 16:41:05.921 INFO STEP 457: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52152024-08-05T16:41:07.477Z[ recovery-image] Aug 05 16:41:05.931 INFO O| Aug 05 16:41:05.931 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/wait"
52162024-08-05T16:41:07.477Z[ recovery-image] Aug 05 16:41:05.931 INFO O| Aug 05 16:41:05.931 INFO STEP 457 (remove_files) COMPLETE
52172024-08-05T16:41:07.480Z[ recovery-image] Aug 05 16:41:05.931 INFO O| Aug 05 16:41:05.931 INFO STEP 458: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52182024-08-05T16:41:07.487Z[ recovery-image] Aug 05 16:41:05.941 INFO O| Aug 05 16:41:05.941 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/watch"
52192024-08-05T16:41:07.491Z[ recovery-image] Aug 05 16:41:05.942 INFO O| Aug 05 16:41:05.942 INFO STEP 458 (remove_files) COMPLETE
52202024-08-05T16:41:07.491Z[ recovery-image] Aug 05 16:41:05.942 INFO O| Aug 05 16:41:05.942 INFO STEP 459: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52212024-08-05T16:41:07.497Z[ recovery-image] Aug 05 16:41:05.952 INFO O| Aug 05 16:41:05.952 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/wc"
52222024-08-05T16:41:07.497Z[ recovery-image] Aug 05 16:41:05.952 INFO O| Aug 05 16:41:05.952 INFO STEP 459 (remove_files) COMPLETE
52232024-08-05T16:41:07.500Z[ recovery-image] Aug 05 16:41:05.952 INFO O| Aug 05 16:41:05.952 INFO STEP 460: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52242024-08-05T16:41:07.507Z[ recovery-image] Aug 05 16:41:05.961 INFO O| Aug 05 16:41:05.961 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/which"
52252024-08-05T16:41:07.507Z[ recovery-image] Aug 05 16:41:05.962 INFO O| Aug 05 16:41:05.961 INFO STEP 460 (remove_files) COMPLETE
52262024-08-05T16:41:07.511Z[ recovery-image] Aug 05 16:41:05.962 INFO O| Aug 05 16:41:05.962 INFO STEP 461: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52272024-08-05T16:41:07.517Z[ recovery-image] Aug 05 16:41:05.971 INFO O| Aug 05 16:41:05.971 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/whocalls"
52282024-08-05T16:41:07.517Z[ recovery-image] Aug 05 16:41:05.971 INFO O| Aug 05 16:41:05.971 INFO STEP 461 (remove_files) COMPLETE
52292024-08-05T16:41:07.520Z[ recovery-image] Aug 05 16:41:05.971 INFO O| Aug 05 16:41:05.971 INFO STEP 462: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52302024-08-05T16:41:07.527Z[ recovery-image] Aug 05 16:41:05.981 INFO O| Aug 05 16:41:05.981 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/wracct"
52312024-08-05T16:41:07.527Z[ recovery-image] Aug 05 16:41:05.981 INFO O| Aug 05 16:41:05.981 INFO STEP 462 (remove_files) COMPLETE
52322024-08-05T16:41:07.527Z[ recovery-image] Aug 05 16:41:05.981 INFO O| Aug 05 16:41:05.981 INFO STEP 463: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52332024-08-05T16:41:07.537Z[ recovery-image] Aug 05 16:41:05.991 INFO O| Aug 05 16:41:05.991 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/write"
52342024-08-05T16:41:07.537Z[ recovery-image] Aug 05 16:41:05.991 INFO O| Aug 05 16:41:05.991 INFO STEP 463 (remove_files) COMPLETE
52352024-08-05T16:41:07.540Z[ recovery-image] Aug 05 16:41:05.991 INFO O| Aug 05 16:41:05.991 INFO STEP 464: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52362024-08-05T16:41:07.548Z[ recovery-image] Aug 05 16:41:06.002 INFO O| Aug 05 16:41:06.002 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/xargs"
52372024-08-05T16:41:07.548Z[ recovery-image] Aug 05 16:41:06.002 INFO O| Aug 05 16:41:06.002 INFO STEP 464 (remove_files) COMPLETE
52382024-08-05T16:41:07.548Z[ recovery-image] Aug 05 16:41:06.002 INFO O| Aug 05 16:41:06.002 INFO STEP 465: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52392024-08-05T16:41:07.565Z[ recovery-image] Aug 05 16:41:06.019 INFO O| Aug 05 16:41:06.019 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/xml2-config"
52402024-08-05T16:41:07.565Z[ recovery-image] Aug 05 16:41:06.019 INFO O| Aug 05 16:41:06.019 INFO STEP 465 (remove_files) COMPLETE
52412024-08-05T16:41:07.565Z[ recovery-image] Aug 05 16:41:06.019 INFO O| Aug 05 16:41:06.019 INFO STEP 466: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52422024-08-05T16:41:07.579Z[ recovery-image] Aug 05 16:41:06.033 INFO O| Aug 05 16:41:06.033 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/xmlcatalog"
52432024-08-05T16:41:07.579Z[ recovery-image] Aug 05 16:41:06.034 INFO O| Aug 05 16:41:06.034 INFO STEP 466 (remove_files) COMPLETE
52442024-08-05T16:41:07.579Z[ recovery-image] Aug 05 16:41:06.034 INFO O| Aug 05 16:41:06.034 INFO STEP 467: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52452024-08-05T16:41:07.592Z[ recovery-image] Aug 05 16:41:06.046 INFO O| Aug 05 16:41:06.046 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/xmllint"
52462024-08-05T16:41:07.592Z[ recovery-image] Aug 05 16:41:06.046 INFO O| Aug 05 16:41:06.046 INFO STEP 467 (remove_files) COMPLETE
52472024-08-05T16:41:07.595Z[ recovery-image] Aug 05 16:41:06.046 INFO O| Aug 05 16:41:06.046 INFO STEP 468: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52482024-08-05T16:41:07.605Z[ recovery-image] Aug 05 16:41:06.059 INFO O| Aug 05 16:41:06.059 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/xmlwf"
52492024-08-05T16:41:07.605Z[ recovery-image] Aug 05 16:41:06.059 INFO O| Aug 05 16:41:06.059 INFO STEP 468 (remove_files) COMPLETE
52502024-08-05T16:41:07.608Z[ recovery-image] Aug 05 16:41:06.059 INFO O| Aug 05 16:41:06.059 INFO STEP 469: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52512024-08-05T16:41:07.617Z[ recovery-image] Aug 05 16:41:06.071 INFO O| Aug 05 16:41:06.071 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/xstr"
52522024-08-05T16:41:07.617Z[ recovery-image] Aug 05 16:41:06.071 INFO O| Aug 05 16:41:06.071 INFO STEP 469 (remove_files) COMPLETE
52532024-08-05T16:41:07.620Z[ recovery-image] Aug 05 16:41:06.071 INFO O| Aug 05 16:41:06.071 INFO STEP 470: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52542024-08-05T16:41:07.630Z[ recovery-image] Aug 05 16:41:06.084 INFO O| Aug 05 16:41:06.084 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/xxd"
52552024-08-05T16:41:07.633Z[ recovery-image] Aug 05 16:41:06.084 INFO O| Aug 05 16:41:06.084 INFO STEP 470 (remove_files) COMPLETE
52562024-08-05T16:41:07.633Z[ recovery-image] Aug 05 16:41:06.084 INFO O| Aug 05 16:41:06.084 INFO STEP 471: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52572024-08-05T16:41:07.642Z[ recovery-image] Aug 05 16:41:06.096 INFO O| Aug 05 16:41:06.096 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/xz"
52582024-08-05T16:41:07.642Z[ recovery-image] Aug 05 16:41:06.096 INFO O| Aug 05 16:41:06.096 INFO STEP 471 (remove_files) COMPLETE
52592024-08-05T16:41:07.642Z[ recovery-image] Aug 05 16:41:06.096 INFO O| Aug 05 16:41:06.096 INFO STEP 472: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52602024-08-05T16:41:07.655Z[ recovery-image] Aug 05 16:41:06.109 INFO O| Aug 05 16:41:06.109 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/xzdec"
52612024-08-05T16:41:07.658Z[ recovery-image] Aug 05 16:41:06.109 INFO O| Aug 05 16:41:06.109 INFO STEP 472 (remove_files) COMPLETE
52622024-08-05T16:41:07.658Z[ recovery-image] Aug 05 16:41:06.109 INFO O| Aug 05 16:41:06.109 INFO STEP 473: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52632024-08-05T16:41:07.667Z[ recovery-image] Aug 05 16:41:06.122 INFO O| Aug 05 16:41:06.121 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/xzdiff"
52642024-08-05T16:41:07.667Z[ recovery-image] Aug 05 16:41:06.122 INFO O| Aug 05 16:41:06.122 INFO STEP 473 (remove_files) COMPLETE
52652024-08-05T16:41:07.670Z[ recovery-image] Aug 05 16:41:06.122 INFO O| Aug 05 16:41:06.122 INFO STEP 474: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52662024-08-05T16:41:07.679Z[ recovery-image] Aug 05 16:41:06.134 INFO O| Aug 05 16:41:06.134 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/xzgrep"
52672024-08-05T16:41:07.682Z[ recovery-image] Aug 05 16:41:06.134 INFO O| Aug 05 16:41:06.134 INFO STEP 474 (remove_files) COMPLETE
52682024-08-05T16:41:07.682Z[ recovery-image] Aug 05 16:41:06.134 INFO O| Aug 05 16:41:06.134 INFO STEP 475: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52692024-08-05T16:41:07.692Z[ recovery-image] Aug 05 16:41:06.146 INFO O| Aug 05 16:41:06.146 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/xzless"
52702024-08-05T16:41:07.692Z[ recovery-image] Aug 05 16:41:06.146 INFO O| Aug 05 16:41:06.146 INFO STEP 475 (remove_files) COMPLETE
52712024-08-05T16:41:07.692Z[ recovery-image] Aug 05 16:41:06.146 INFO O| Aug 05 16:41:06.146 INFO STEP 476: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52722024-08-05T16:41:07.702Z[ recovery-image] Aug 05 16:41:06.157 INFO O| Aug 05 16:41:06.157 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/xzmore"
52732024-08-05T16:41:07.705Z[ recovery-image] Aug 05 16:41:06.157 INFO O| Aug 05 16:41:06.157 INFO STEP 476 (remove_files) COMPLETE
52742024-08-05T16:41:07.705Z[ recovery-image] Aug 05 16:41:06.157 INFO O| Aug 05 16:41:06.157 INFO STEP 477: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52752024-08-05T16:41:07.713Z[ recovery-image] Aug 05 16:41:06.168 INFO O| Aug 05 16:41:06.168 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/yes"
52762024-08-05T16:41:07.713Z[ recovery-image] Aug 05 16:41:06.168 INFO O| Aug 05 16:41:06.168 INFO STEP 477 (remove_files) COMPLETE
52772024-08-05T16:41:07.716Z[ recovery-image] Aug 05 16:41:06.168 INFO O| Aug 05 16:41:06.168 INFO STEP 478: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52782024-08-05T16:41:07.725Z[ recovery-image] Aug 05 16:41:06.180 INFO O| Aug 05 16:41:06.180 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/zcat"
52792024-08-05T16:41:07.725Z[ recovery-image] Aug 05 16:41:06.180 INFO O| Aug 05 16:41:06.180 INFO STEP 478 (remove_files) COMPLETE
52802024-08-05T16:41:07.725Z[ recovery-image] Aug 05 16:41:06.180 INFO O| Aug 05 16:41:06.180 INFO STEP 479: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52812024-08-05T16:41:07.737Z[ recovery-image] Aug 05 16:41:06.191 INFO O| Aug 05 16:41:06.191 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/zonestat"
52822024-08-05T16:41:07.737Z[ recovery-image] Aug 05 16:41:06.191 INFO O| Aug 05 16:41:06.191 INFO STEP 479 (remove_files) COMPLETE
52832024-08-05T16:41:07.737Z[ recovery-image] Aug 05 16:41:06.191 INFO O| Aug 05 16:41:06.191 INFO STEP 480: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52842024-08-05T16:41:07.748Z[ recovery-image] Aug 05 16:41:06.203 INFO O| Aug 05 16:41:06.203 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/zstd"
52852024-08-05T16:41:07.752Z[ recovery-image] Aug 05 16:41:06.203 INFO O| Aug 05 16:41:06.203 INFO STEP 480 (remove_files) COMPLETE
52862024-08-05T16:41:07.753Z[ recovery-image] Aug 05 16:41:06.203 INFO O| Aug 05 16:41:06.203 INFO STEP 481: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52872024-08-05T16:41:07.761Z[ recovery-image] Aug 05 16:41:06.215 INFO O| Aug 05 16:41:06.215 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/zstdgrep"
52882024-08-05T16:41:07.761Z[ recovery-image] Aug 05 16:41:06.215 INFO O| Aug 05 16:41:06.215 INFO STEP 481 (remove_files) COMPLETE
52892024-08-05T16:41:07.764Z[ recovery-image] Aug 05 16:41:06.215 INFO O| Aug 05 16:41:06.215 INFO STEP 482: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52902024-08-05T16:41:07.772Z[ recovery-image] Aug 05 16:41:06.227 INFO O| Aug 05 16:41:06.227 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/zstdless"
52912024-08-05T16:41:07.775Z[ recovery-image] Aug 05 16:41:06.227 INFO O| Aug 05 16:41:06.227 INFO STEP 482 (remove_files) COMPLETE
52922024-08-05T16:41:07.775Z[ recovery-image] Aug 05 16:41:06.227 INFO O| Aug 05 16:41:06.227 INFO STEP 483: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52932024-08-05T16:41:07.784Z[ recovery-image] Aug 05 16:41:06.238 INFO O| Aug 05 16:41:06.238 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gcc/10/lib/amd64/libatomic.so.1.2.0"
52942024-08-05T16:41:07.787Z[ recovery-image] Aug 05 16:41:06.238 INFO O| Aug 05 16:41:06.238 INFO STEP 483 (remove_files) COMPLETE
52952024-08-05T16:41:07.787Z[ recovery-image] Aug 05 16:41:06.238 INFO O| Aug 05 16:41:06.238 INFO STEP 484: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52962024-08-05T16:41:07.795Z[ recovery-image] Aug 05 16:41:06.249 INFO O| Aug 05 16:41:06.249 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gcc/10/lib/amd64/libgomp.so.1.0.0"
52972024-08-05T16:41:07.798Z[ recovery-image] Aug 05 16:41:06.250 INFO O| Aug 05 16:41:06.250 INFO STEP 484 (remove_files) COMPLETE
52982024-08-05T16:41:07.798Z[ recovery-image] Aug 05 16:41:06.250 INFO O| Aug 05 16:41:06.250 INFO STEP 485: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52992024-08-05T16:41:07.807Z[ recovery-image] Aug 05 16:41:06.262 INFO O| Aug 05 16:41:06.262 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gcc/10/lib/amd64/libssp.so.0.0.0"
53002024-08-05T16:41:07.808Z[ recovery-image] Aug 05 16:41:06.262 INFO O| Aug 05 16:41:06.262 INFO STEP 485 (remove_files) COMPLETE
53012024-08-05T16:41:07.808Z[ recovery-image] Aug 05 16:41:06.262 INFO O| Aug 05 16:41:06.262 INFO STEP 486: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53022024-08-05T16:41:07.819Z[ recovery-image] Aug 05 16:41:06.273 INFO O| Aug 05 16:41:06.273 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gcc/10/lib/amd64/libstdc++.so.6.0.28"
53032024-08-05T16:41:07.819Z[ recovery-image] Aug 05 16:41:06.273 INFO O| Aug 05 16:41:06.273 INFO STEP 486 (remove_files) COMPLETE
53042024-08-05T16:41:07.822Z[ recovery-image] Aug 05 16:41:06.273 INFO O| Aug 05 16:41:06.273 INFO STEP 487: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53052024-08-05T16:41:07.830Z[ recovery-image] Aug 05 16:41:06.284 INFO O| Aug 05 16:41:06.284 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gcc/10/lib/libatomic.so.1.2.0"
53062024-08-05T16:41:07.830Z[ recovery-image] Aug 05 16:41:06.284 INFO O| Aug 05 16:41:06.284 INFO STEP 487 (remove_files) COMPLETE
53072024-08-05T16:41:07.833Z[ recovery-image] Aug 05 16:41:06.285 INFO O| Aug 05 16:41:06.284 INFO STEP 488: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53082024-08-05T16:41:07.841Z[ recovery-image] Aug 05 16:41:06.295 INFO O| Aug 05 16:41:06.295 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gcc/10/lib/libgcc_s.so.1"
53092024-08-05T16:41:07.841Z[ recovery-image] Aug 05 16:41:06.296 INFO O| Aug 05 16:41:06.295 INFO STEP 488 (remove_files) COMPLETE
53102024-08-05T16:41:07.841Z[ recovery-image] Aug 05 16:41:06.296 INFO O| Aug 05 16:41:06.296 INFO STEP 489: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53112024-08-05T16:41:07.853Z[ recovery-image] Aug 05 16:41:06.307 INFO O| Aug 05 16:41:06.307 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gcc/10/lib/libgomp.so.1.0.0"
53122024-08-05T16:41:07.853Z[ recovery-image] Aug 05 16:41:06.307 INFO O| Aug 05 16:41:06.307 INFO STEP 489 (remove_files) COMPLETE
53132024-08-05T16:41:07.853Z[ recovery-image] Aug 05 16:41:06.307 INFO O| Aug 05 16:41:06.307 INFO STEP 490: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53142024-08-05T16:41:07.864Z[ recovery-image] Aug 05 16:41:06.318 INFO O| Aug 05 16:41:06.318 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gcc/10/lib/libssp.so.0.0.0"
53152024-08-05T16:41:07.868Z[ recovery-image] Aug 05 16:41:06.318 INFO O| Aug 05 16:41:06.318 INFO STEP 490 (remove_files) COMPLETE
53162024-08-05T16:41:07.868Z[ recovery-image] Aug 05 16:41:06.318 INFO O| Aug 05 16:41:06.318 INFO STEP 491: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53172024-08-05T16:41:07.876Z[ recovery-image] Aug 05 16:41:06.330 INFO O| Aug 05 16:41:06.330 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gcc/10/lib/libstdc++.so.6.0.28"
53182024-08-05T16:41:07.876Z[ recovery-image] Aug 05 16:41:06.330 INFO O| Aug 05 16:41:06.330 INFO STEP 491 (remove_files) COMPLETE
53192024-08-05T16:41:07.876Z[ recovery-image] Aug 05 16:41:06.330 INFO O| Aug 05 16:41:06.330 INFO STEP 492: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53202024-08-05T16:41:07.888Z[ recovery-image] Aug 05 16:41:06.342 INFO O| Aug 05 16:41:06.342 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gnu/lib/amd64/libform.so.5.9"
53212024-08-05T16:41:07.891Z[ recovery-image] Aug 05 16:41:06.342 INFO O| Aug 05 16:41:06.342 INFO STEP 492 (remove_files) COMPLETE
53222024-08-05T16:41:07.892Z[ recovery-image] Aug 05 16:41:06.342 INFO O| Aug 05 16:41:06.342 INFO STEP 493: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53232024-08-05T16:41:07.899Z[ recovery-image] Aug 05 16:41:06.353 INFO O| Aug 05 16:41:06.353 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gnu/lib/amd64/libmenu.so.5.9"
53242024-08-05T16:41:07.899Z[ recovery-image] Aug 05 16:41:06.353 INFO O| Aug 05 16:41:06.353 INFO STEP 493 (remove_files) COMPLETE
53252024-08-05T16:41:07.903Z[ recovery-image] Aug 05 16:41:06.353 INFO O| Aug 05 16:41:06.353 INFO STEP 494: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53262024-08-05T16:41:07.911Z[ recovery-image] Aug 05 16:41:06.365 INFO O| Aug 05 16:41:06.365 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gnu/lib/amd64/libpanel.so.5.9"
53272024-08-05T16:41:07.911Z[ recovery-image] Aug 05 16:41:06.365 INFO O| Aug 05 16:41:06.365 INFO STEP 494 (remove_files) COMPLETE
53282024-08-05T16:41:07.916Z[ recovery-image] Aug 05 16:41:06.365 INFO O| Aug 05 16:41:06.365 INFO STEP 495: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53292024-08-05T16:41:07.921Z[ recovery-image] Aug 05 16:41:06.376 INFO O| Aug 05 16:41:06.376 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gnu/lib/libform.so.5.9"
53302024-08-05T16:41:07.925Z[ recovery-image] Aug 05 16:41:06.376 INFO O| Aug 05 16:41:06.376 INFO STEP 495 (remove_files) COMPLETE
53312024-08-05T16:41:07.925Z[ recovery-image] Aug 05 16:41:06.376 INFO O| Aug 05 16:41:06.376 INFO STEP 496: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53322024-08-05T16:41:07.933Z[ recovery-image] Aug 05 16:41:06.387 INFO O| Aug 05 16:41:06.386 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gnu/lib/libmenu.so.5.9"
53332024-08-05T16:41:07.933Z[ recovery-image] Aug 05 16:41:06.387 INFO O| Aug 05 16:41:06.387 INFO STEP 496 (remove_files) COMPLETE
53342024-08-05T16:41:07.936Z[ recovery-image] Aug 05 16:41:06.387 INFO O| Aug 05 16:41:06.387 INFO STEP 497: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53352024-08-05T16:41:07.944Z[ recovery-image] Aug 05 16:41:06.398 INFO O| Aug 05 16:41:06.398 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gnu/lib/libpanel.so.5.9"
53362024-08-05T16:41:07.944Z[ recovery-image] Aug 05 16:41:06.398 INFO O| Aug 05 16:41:06.398 INFO STEP 497 (remove_files) COMPLETE
53372024-08-05T16:41:07.947Z[ recovery-image] Aug 05 16:41:06.398 INFO O| Aug 05 16:41:06.398 INFO STEP 498: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53382024-08-05T16:41:07.955Z[ recovery-image] Aug 05 16:41:06.409 INFO O| Aug 05 16:41:06.408 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/has/bin/ctags"
53392024-08-05T16:41:07.959Z[ recovery-image] Aug 05 16:41:06.409 INFO O| Aug 05 16:41:06.409 INFO STEP 498 (remove_files) COMPLETE
53402024-08-05T16:41:07.959Z[ recovery-image] Aug 05 16:41:06.409 INFO O| Aug 05 16:41:06.409 INFO STEP 499: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53412024-08-05T16:41:07.966Z[ recovery-image] Aug 05 16:41:06.420 INFO O| Aug 05 16:41:06.420 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/has/bin/edit"
53422024-08-05T16:41:07.966Z[ recovery-image] Aug 05 16:41:06.420 INFO O| Aug 05 16:41:06.420 INFO STEP 499 (remove_files) COMPLETE
53432024-08-05T16:41:07.966Z[ recovery-image] Aug 05 16:41:06.420 INFO O| Aug 05 16:41:06.420 INFO STEP 500: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53442024-08-05T16:41:07.976Z[ recovery-image] Aug 05 16:41:06.430 INFO O| Aug 05 16:41:06.430 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/has/bin/ex"
53452024-08-05T16:41:07.977Z[ recovery-image] Aug 05 16:41:06.431 INFO O| Aug 05 16:41:06.431 INFO STEP 500 (remove_files) COMPLETE
53462024-08-05T16:41:07.982Z[ recovery-image] Aug 05 16:41:06.431 INFO O| Aug 05 16:41:06.431 INFO STEP 501: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53472024-08-05T16:41:07.987Z[ recovery-image] Aug 05 16:41:06.441 INFO O| Aug 05 16:41:06.441 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/has/bin/pfsh"
53482024-08-05T16:41:07.987Z[ recovery-image] Aug 05 16:41:06.441 INFO O| Aug 05 16:41:06.441 INFO STEP 501 (remove_files) COMPLETE
53492024-08-05T16:41:07.992Z[ recovery-image] Aug 05 16:41:06.441 INFO O| Aug 05 16:41:06.441 INFO STEP 502: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53502024-08-05T16:41:07.998Z[ recovery-image] Aug 05 16:41:06.452 INFO O| Aug 05 16:41:06.452 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/has/bin/sh"
53512024-08-05T16:41:07.998Z[ recovery-image] Aug 05 16:41:06.452 INFO O| Aug 05 16:41:06.452 INFO STEP 502 (remove_files) COMPLETE
53522024-08-05T16:41:07.998Z[ recovery-image] Aug 05 16:41:06.452 INFO O| Aug 05 16:41:06.452 INFO STEP 503: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53532024-08-05T16:41:08.010Z[ recovery-image] Aug 05 16:41:06.464 INFO O| Aug 05 16:41:06.464 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/has/bin/vedit"
53542024-08-05T16:41:08.010Z[ recovery-image] Aug 05 16:41:06.464 INFO O| Aug 05 16:41:06.464 INFO STEP 503 (remove_files) COMPLETE
53552024-08-05T16:41:08.010Z[ recovery-image] Aug 05 16:41:06.464 INFO O| Aug 05 16:41:06.464 INFO STEP 504: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53562024-08-05T16:41:08.021Z[ recovery-image] Aug 05 16:41:06.475 INFO O| Aug 05 16:41:06.475 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/has/bin/vi"
53572024-08-05T16:41:08.021Z[ recovery-image] Aug 05 16:41:06.475 INFO O| Aug 05 16:41:06.475 INFO STEP 504 (remove_files) COMPLETE
53582024-08-05T16:41:08.021Z[ recovery-image] Aug 05 16:41:06.475 INFO O| Aug 05 16:41:06.475 INFO STEP 505: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53592024-08-05T16:41:08.032Z[ recovery-image] Aug 05 16:41:06.486 INFO O| Aug 05 16:41:06.486 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/has/bin/view"
53602024-08-05T16:41:08.032Z[ recovery-image] Aug 05 16:41:06.486 INFO O| Aug 05 16:41:06.486 INFO STEP 505 (remove_files) COMPLETE
53612024-08-05T16:41:08.032Z[ recovery-image] Aug 05 16:41:06.486 INFO O| Aug 05 16:41:06.486 INFO STEP 506: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53622024-08-05T16:41:08.043Z[ recovery-image] Aug 05 16:41:06.497 INFO O| Aug 05 16:41:06.497 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/amd64/logindmux"
53632024-08-05T16:41:08.048Z[ recovery-image] Aug 05 16:41:06.497 INFO O| Aug 05 16:41:06.497 INFO STEP 506 (remove_files) COMPLETE
53642024-08-05T16:41:08.048Z[ recovery-image] Aug 05 16:41:06.497 INFO O| Aug 05 16:41:06.497 INFO STEP 507: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53652024-08-05T16:41:08.055Z[ recovery-image] Aug 05 16:41:06.509 INFO O| Aug 05 16:41:06.509 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/amd64/pool"
53662024-08-05T16:41:08.058Z[ recovery-image] Aug 05 16:41:06.509 INFO O| Aug 05 16:41:06.509 INFO STEP 507 (remove_files) COMPLETE
53672024-08-05T16:41:08.058Z[ recovery-image] Aug 05 16:41:06.509 INFO O| Aug 05 16:41:06.509 INFO STEP 508: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53682024-08-05T16:41:08.069Z[ recovery-image] Aug 05 16:41:06.523 INFO O| Aug 05 16:41:06.523 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/amd64/ppt"
53692024-08-05T16:41:08.069Z[ recovery-image] Aug 05 16:41:06.523 INFO O| Aug 05 16:41:06.523 INFO STEP 508 (remove_files) COMPLETE
53702024-08-05T16:41:08.072Z[ recovery-image] Aug 05 16:41:06.523 INFO O| Aug 05 16:41:06.523 INFO STEP 509: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53712024-08-05T16:41:08.080Z[ recovery-image] Aug 05 16:41:06.534 INFO O| Aug 05 16:41:06.534 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/amd64/ptm"
53722024-08-05T16:41:08.080Z[ recovery-image] Aug 05 16:41:06.534 INFO O| Aug 05 16:41:06.534 INFO STEP 509 (remove_files) COMPLETE
53732024-08-05T16:41:08.083Z[ recovery-image] Aug 05 16:41:06.534 INFO O| Aug 05 16:41:06.534 INFO STEP 510: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53742024-08-05T16:41:08.091Z[ recovery-image] Aug 05 16:41:06.545 INFO O| Aug 05 16:41:06.545 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/amd64/pts"
53752024-08-05T16:41:08.091Z[ recovery-image] Aug 05 16:41:06.545 INFO O| Aug 05 16:41:06.545 INFO STEP 510 (remove_files) COMPLETE
53762024-08-05T16:41:08.091Z[ recovery-image] Aug 05 16:41:06.545 INFO O| Aug 05 16:41:06.545 INFO STEP 511: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53772024-08-05T16:41:08.102Z[ recovery-image] Aug 05 16:41:06.556 INFO O| Aug 05 16:41:06.556 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/amd64/vmm"
53782024-08-05T16:41:08.102Z[ recovery-image] Aug 05 16:41:06.557 INFO O| Aug 05 16:41:06.556 INFO STEP 511 (remove_files) COMPLETE
53792024-08-05T16:41:08.105Z[ recovery-image] Aug 05 16:41:06.557 INFO O| Aug 05 16:41:06.557 INFO STEP 512: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53802024-08-05T16:41:08.113Z[ recovery-image] Aug 05 16:41:06.567 INFO O| Aug 05 16:41:06.567 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/amd64/zcons"
53812024-08-05T16:41:08.113Z[ recovery-image] Aug 05 16:41:06.567 INFO O| Aug 05 16:41:06.567 INFO STEP 512 (remove_files) COMPLETE
53822024-08-05T16:41:08.113Z[ recovery-image] Aug 05 16:41:06.567 INFO O| Aug 05 16:41:06.567 INFO STEP 513: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53832024-08-05T16:41:08.124Z[ recovery-image] Aug 05 16:41:06.578 INFO O| Aug 05 16:41:06.578 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/eventfd.conf"
53842024-08-05T16:41:08.127Z[ recovery-image] Aug 05 16:41:06.578 INFO O| Aug 05 16:41:06.578 INFO STEP 513 (remove_files) COMPLETE
53852024-08-05T16:41:08.127Z[ recovery-image] Aug 05 16:41:06.578 INFO O| Aug 05 16:41:06.578 INFO STEP 514: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53862024-08-05T16:41:08.135Z[ recovery-image] Aug 05 16:41:06.589 INFO O| Aug 05 16:41:06.589 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/fssnap.conf"
53872024-08-05T16:41:08.138Z[ recovery-image] Aug 05 16:41:06.590 INFO O| Aug 05 16:41:06.590 INFO STEP 514 (remove_files) COMPLETE
53882024-08-05T16:41:08.138Z[ recovery-image] Aug 05 16:41:06.590 INFO O| Aug 05 16:41:06.590 INFO STEP 515: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53892024-08-05T16:41:08.147Z[ recovery-image] Aug 05 16:41:06.601 INFO O| Aug 05 16:41:06.601 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/ksyms.conf"
53902024-08-05T16:41:08.147Z[ recovery-image] Aug 05 16:41:06.601 INFO O| Aug 05 16:41:06.601 INFO STEP 515 (remove_files) COMPLETE
53912024-08-05T16:41:08.147Z[ recovery-image] Aug 05 16:41:06.601 INFO O| Aug 05 16:41:06.601 INFO STEP 516: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53922024-08-05T16:41:08.158Z[ recovery-image] Aug 05 16:41:06.612 INFO O| Aug 05 16:41:06.612 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/logindmux.conf"
53932024-08-05T16:41:08.158Z[ recovery-image] Aug 05 16:41:06.612 INFO O| Aug 05 16:41:06.612 INFO STEP 516 (remove_files) COMPLETE
53942024-08-05T16:41:08.167Z[ recovery-image] Aug 05 16:41:06.612 INFO O| Aug 05 16:41:06.612 INFO STEP 517: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53952024-08-05T16:41:08.172Z[ recovery-image] Aug 05 16:41:06.623 INFO O| Aug 05 16:41:06.623 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/nsmb.conf"
53962024-08-05T16:41:08.172Z[ recovery-image] Aug 05 16:41:06.624 INFO O| Aug 05 16:41:06.624 INFO STEP 517 (remove_files) COMPLETE
53972024-08-05T16:41:08.172Z[ recovery-image] Aug 05 16:41:06.624 INFO O| Aug 05 16:41:06.624 INFO STEP 518: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53982024-08-05T16:41:08.181Z[ recovery-image] Aug 05 16:41:06.635 INFO O| Aug 05 16:41:06.635 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/pool.conf"
53992024-08-05T16:41:08.181Z[ recovery-image] Aug 05 16:41:06.635 INFO O| Aug 05 16:41:06.635 INFO STEP 518 (remove_files) COMPLETE
54002024-08-05T16:41:08.181Z[ recovery-image] Aug 05 16:41:06.635 INFO O| Aug 05 16:41:06.635 INFO STEP 519: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54012024-08-05T16:41:08.192Z[ recovery-image] Aug 05 16:41:06.646 INFO O| Aug 05 16:41:06.646 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/ppt.conf"
54022024-08-05T16:41:08.192Z[ recovery-image] Aug 05 16:41:06.647 INFO O| Aug 05 16:41:06.647 INFO STEP 519 (remove_files) COMPLETE
54032024-08-05T16:41:08.196Z[ recovery-image] Aug 05 16:41:06.647 INFO O| Aug 05 16:41:06.647 INFO STEP 520: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54042024-08-05T16:41:08.204Z[ recovery-image] Aug 05 16:41:06.658 INFO O| Aug 05 16:41:06.658 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/ptm.conf"
54052024-08-05T16:41:08.204Z[ recovery-image] Aug 05 16:41:06.658 INFO O| Aug 05 16:41:06.658 INFO STEP 520 (remove_files) COMPLETE
54062024-08-05T16:41:08.204Z[ recovery-image] Aug 05 16:41:06.658 INFO O| Aug 05 16:41:06.658 INFO STEP 521: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54072024-08-05T16:41:08.215Z[ recovery-image] Aug 05 16:41:06.670 INFO O| Aug 05 16:41:06.670 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/pts.conf"
54082024-08-05T16:41:08.215Z[ recovery-image] Aug 05 16:41:06.670 INFO O| Aug 05 16:41:06.670 INFO STEP 521 (remove_files) COMPLETE
54092024-08-05T16:41:08.216Z[ recovery-image] Aug 05 16:41:06.670 INFO O| Aug 05 16:41:06.670 INFO STEP 522: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54102024-08-05T16:41:08.227Z[ recovery-image] Aug 05 16:41:06.681 INFO O| Aug 05 16:41:06.681 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/signalfd.conf"
54112024-08-05T16:41:08.230Z[ recovery-image] Aug 05 16:41:06.682 INFO O| Aug 05 16:41:06.682 INFO STEP 522 (remove_files) COMPLETE
54122024-08-05T16:41:08.230Z[ recovery-image] Aug 05 16:41:06.682 INFO O| Aug 05 16:41:06.682 INFO STEP 523: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54132024-08-05T16:41:08.239Z[ recovery-image] Aug 05 16:41:06.694 INFO O| Aug 05 16:41:06.694 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/smbsrv.conf"
54142024-08-05T16:41:08.240Z[ recovery-image] Aug 05 16:41:06.694 INFO O| Aug 05 16:41:06.694 INFO STEP 523 (remove_files) COMPLETE
54152024-08-05T16:41:08.240Z[ recovery-image] Aug 05 16:41:06.694 INFO O| Aug 05 16:41:06.694 INFO STEP 524: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54162024-08-05T16:41:08.252Z[ recovery-image] Aug 05 16:41:06.705 INFO O| Aug 05 16:41:06.705 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/timerfd.conf"
54172024-08-05T16:41:08.252Z[ recovery-image] Aug 05 16:41:06.705 INFO O| Aug 05 16:41:06.705 INFO STEP 524 (remove_files) COMPLETE
54182024-08-05T16:41:08.252Z[ recovery-image] Aug 05 16:41:06.705 INFO O| Aug 05 16:41:06.705 INFO STEP 525: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54192024-08-05T16:41:08.263Z[ recovery-image] Aug 05 16:41:06.716 INFO O| Aug 05 16:41:06.716 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/viona.conf"
54202024-08-05T16:41:08.263Z[ recovery-image] Aug 05 16:41:06.716 INFO O| Aug 05 16:41:06.716 INFO STEP 525 (remove_files) COMPLETE
54212024-08-05T16:41:08.263Z[ recovery-image] Aug 05 16:41:06.716 INFO O| Aug 05 16:41:06.716 INFO STEP 526: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54222024-08-05T16:41:08.273Z[ recovery-image] Aug 05 16:41:06.727 INFO O| Aug 05 16:41:06.727 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/vmm.conf"
54232024-08-05T16:41:08.273Z[ recovery-image] Aug 05 16:41:06.727 INFO O| Aug 05 16:41:06.727 INFO STEP 526 (remove_files) COMPLETE
54242024-08-05T16:41:08.277Z[ recovery-image] Aug 05 16:41:06.727 INFO O| Aug 05 16:41:06.727 INFO STEP 527: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54252024-08-05T16:41:08.285Z[ recovery-image] Aug 05 16:41:06.738 INFO O| Aug 05 16:41:06.738 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/exec/amd64/javaexec"
54262024-08-05T16:41:08.285Z[ recovery-image] Aug 05 16:41:06.739 INFO O| Aug 05 16:41:06.738 INFO STEP 527 (remove_files) COMPLETE
54272024-08-05T16:41:08.285Z[ recovery-image] Aug 05 16:41:06.739 INFO O| Aug 05 16:41:06.739 INFO STEP 528: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54282024-08-05T16:41:08.296Z[ recovery-image] Aug 05 16:41:06.750 INFO O| Aug 05 16:41:06.750 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/exec/amd64/shbinexec"
54292024-08-05T16:41:08.296Z[ recovery-image] Aug 05 16:41:06.750 INFO O| Aug 05 16:41:06.750 INFO STEP 528 (remove_files) COMPLETE
54302024-08-05T16:41:08.296Z[ recovery-image] Aug 05 16:41:06.750 INFO O| Aug 05 16:41:06.750 INFO STEP 529: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54312024-08-05T16:41:08.308Z[ recovery-image] Aug 05 16:41:06.762 INFO O| Aug 05 16:41:06.762 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/fs/amd64/pcfs"
54322024-08-05T16:41:08.311Z[ recovery-image] Aug 05 16:41:06.762 INFO O| Aug 05 16:41:06.762 INFO STEP 529 (remove_files) COMPLETE
54332024-08-05T16:41:08.311Z[ recovery-image] Aug 05 16:41:06.762 INFO O| Aug 05 16:41:06.762 INFO STEP 530: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54342024-08-05T16:41:08.319Z[ recovery-image] Aug 05 16:41:06.773 INFO O| Aug 05 16:41:06.773 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/fs/amd64/smbfs"
54352024-08-05T16:41:08.322Z[ recovery-image] Aug 05 16:41:06.773 INFO O| Aug 05 16:41:06.773 INFO STEP 530 (remove_files) COMPLETE
54362024-08-05T16:41:08.322Z[ recovery-image] Aug 05 16:41:06.773 INFO O| Aug 05 16:41:06.773 INFO STEP 531: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54372024-08-05T16:41:08.329Z[ recovery-image] Aug 05 16:41:06.783 INFO O| Aug 05 16:41:06.783 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/kmdb/amd64/nsmb"
54382024-08-05T16:41:08.332Z[ recovery-image] Aug 05 16:41:06.783 INFO O| Aug 05 16:41:06.783 INFO STEP 531 (remove_files) COMPLETE
54392024-08-05T16:41:08.332Z[ recovery-image] Aug 05 16:41:06.783 INFO O| Aug 05 16:41:06.783 INFO STEP 532: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54402024-08-05T16:41:08.339Z[ recovery-image] Aug 05 16:41:06.794 INFO O| Aug 05 16:41:06.794 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/kmdb/amd64/smbfs"
54412024-08-05T16:41:08.340Z[ recovery-image] Aug 05 16:41:06.794 INFO O| Aug 05 16:41:06.794 INFO STEP 532 (remove_files) COMPLETE
54422024-08-05T16:41:08.340Z[ recovery-image] Aug 05 16:41:06.794 INFO O| Aug 05 16:41:06.794 INFO STEP 533: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54432024-08-05T16:41:08.350Z[ recovery-image] Aug 05 16:41:06.804 INFO O| Aug 05 16:41:06.804 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/kmdb/amd64/smbsrv"
54442024-08-05T16:41:08.353Z[ recovery-image] Aug 05 16:41:06.804 INFO O| Aug 05 16:41:06.804 INFO STEP 533 (remove_files) COMPLETE
54452024-08-05T16:41:08.353Z[ recovery-image] Aug 05 16:41:06.804 INFO O| Aug 05 16:41:06.804 INFO STEP 534: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54462024-08-05T16:41:08.359Z[ recovery-image] Aug 05 16:41:06.814 INFO O| Aug 05 16:41:06.814 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/misc/amd64/vmm_vtd"
54472024-08-05T16:41:08.362Z[ recovery-image] Aug 05 16:41:06.814 INFO O| Aug 05 16:41:06.814 INFO STEP 534 (remove_files) COMPLETE
54482024-08-05T16:41:08.362Z[ recovery-image] Aug 05 16:41:06.814 INFO O| Aug 05 16:41:06.814 INFO STEP 535: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54492024-08-05T16:41:08.371Z[ recovery-image] Aug 05 16:41:06.825 INFO O| Aug 05 16:41:06.825 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/pcbe/amd64/pcbe.GenuineIntel.15"
54502024-08-05T16:41:08.374Z[ recovery-image] Aug 05 16:41:06.825 INFO O| Aug 05 16:41:06.825 INFO STEP 535 (remove_files) COMPLETE
54512024-08-05T16:41:08.374Z[ recovery-image] Aug 05 16:41:06.825 INFO O| Aug 05 16:41:06.825 INFO STEP 536: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54522024-08-05T16:41:08.382Z[ recovery-image] Aug 05 16:41:06.835 INFO O| Aug 05 16:41:06.835 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/pcbe/amd64/pcbe.GenuineIntel.6.15"
54532024-08-05T16:41:08.382Z[ recovery-image] Aug 05 16:41:06.835 INFO O| Aug 05 16:41:06.835 INFO STEP 536 (remove_files) COMPLETE
54542024-08-05T16:41:08.385Z[ recovery-image] Aug 05 16:41:06.835 INFO O| Aug 05 16:41:06.835 INFO STEP 537: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54552024-08-05T16:41:08.391Z[ recovery-image] Aug 05 16:41:06.846 INFO O| Aug 05 16:41:06.845 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/sched/amd64/IA"
54562024-08-05T16:41:08.394Z[ recovery-image] Aug 05 16:41:06.846 INFO O| Aug 05 16:41:06.846 INFO STEP 537 (remove_files) COMPLETE
54572024-08-05T16:41:08.394Z[ recovery-image] Aug 05 16:41:06.846 INFO O| Aug 05 16:41:06.846 INFO STEP 538: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54582024-08-05T16:41:08.402Z[ recovery-image] Aug 05 16:41:06.856 INFO O| Aug 05 16:41:06.856 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/sched/amd64/RT"
54592024-08-05T16:41:08.402Z[ recovery-image] Aug 05 16:41:06.856 INFO O| Aug 05 16:41:06.856 INFO STEP 538 (remove_files) COMPLETE
54602024-08-05T16:41:08.402Z[ recovery-image] Aug 05 16:41:06.856 INFO O| Aug 05 16:41:06.856 INFO STEP 539: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54612024-08-05T16:41:08.412Z[ recovery-image] Aug 05 16:41:06.866 INFO O| Aug 05 16:41:06.866 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/sched/amd64/RT_DPTBL"
54622024-08-05T16:41:08.415Z[ recovery-image] Aug 05 16:41:06.866 INFO O| Aug 05 16:41:06.866 INFO STEP 539 (remove_files) COMPLETE
54632024-08-05T16:41:08.415Z[ recovery-image] Aug 05 16:41:06.866 INFO O| Aug 05 16:41:06.866 INFO STEP 540: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54642024-08-05T16:41:08.422Z[ recovery-image] Aug 05 16:41:06.876 INFO O| Aug 05 16:41:06.876 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/strmod/amd64/cryptmod"
54652024-08-05T16:41:08.425Z[ recovery-image] Aug 05 16:41:06.876 INFO O| Aug 05 16:41:06.876 INFO STEP 540 (remove_files) COMPLETE
54662024-08-05T16:41:08.425Z[ recovery-image] Aug 05 16:41:06.876 INFO O| Aug 05 16:41:06.876 INFO STEP 541: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54672024-08-05T16:41:08.432Z[ recovery-image] Aug 05 16:41:06.887 INFO O| Aug 05 16:41:06.886 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/strmod/amd64/rlmod"
54682024-08-05T16:41:08.432Z[ recovery-image] Aug 05 16:41:06.887 INFO O| Aug 05 16:41:06.887 INFO STEP 541 (remove_files) COMPLETE
54692024-08-05T16:41:08.432Z[ recovery-image] Aug 05 16:41:06.887 INFO O| Aug 05 16:41:06.887 INFO STEP 542: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54702024-08-05T16:41:08.443Z[ recovery-image] Aug 05 16:41:06.896 INFO O| Aug 05 16:41:06.896 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/strmod/amd64/telmod"
54712024-08-05T16:41:08.443Z[ recovery-image] Aug 05 16:41:06.896 INFO O| Aug 05 16:41:06.896 INFO STEP 542 (remove_files) COMPLETE
54722024-08-05T16:41:08.446Z[ recovery-image] Aug 05 16:41:06.896 INFO O| Aug 05 16:41:06.896 INFO STEP 543: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54732024-08-05T16:41:08.452Z[ recovery-image] Aug 05 16:41:06.906 INFO O| Aug 05 16:41:06.906 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/sys/amd64/acctctl"
54742024-08-05T16:41:08.454Z[ recovery-image] Aug 05 16:41:06.906 INFO O| Aug 05 16:41:06.906 INFO STEP 543 (remove_files) COMPLETE
54752024-08-05T16:41:08.454Z[ recovery-image] Aug 05 16:41:06.906 INFO O| Aug 05 16:41:06.906 INFO STEP 544: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54762024-08-05T16:41:08.462Z[ recovery-image] Aug 05 16:41:06.916 INFO O| Aug 05 16:41:06.916 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/sys/amd64/exacctsys"
54772024-08-05T16:41:08.462Z[ recovery-image] Aug 05 16:41:06.916 INFO O| Aug 05 16:41:06.916 INFO STEP 544 (remove_files) COMPLETE
54782024-08-05T16:41:08.462Z[ recovery-image] Aug 05 16:41:06.916 INFO O| Aug 05 16:41:06.916 INFO STEP 545: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54792024-08-05T16:41:08.471Z[ recovery-image] Aug 05 16:41:06.926 INFO O| Aug 05 16:41:06.926 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/sys/amd64/sysacct"
54802024-08-05T16:41:08.471Z[ recovery-image] Aug 05 16:41:06.926 INFO O| Aug 05 16:41:06.926 INFO STEP 545 (remove_files) COMPLETE
54812024-08-05T16:41:08.471Z[ recovery-image] Aug 05 16:41:06.926 INFO O| Aug 05 16:41:06.926 INFO STEP 546: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54822024-08-05T16:41:08.474Z[ host-image] Aug 05 16:41:06.929 INFO O| Aug 05 16:41:06.929 INFO O| Actions: 23644/49256 actions (Installing new actions)
54832024-08-05T16:41:08.481Z[ recovery-image] Aug 05 16:41:06.935 INFO O| Aug 05 16:41:06.935 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kvm/README"
54842024-08-05T16:41:08.484Z[ recovery-image] Aug 05 16:41:06.935 INFO O| Aug 05 16:41:06.935 INFO STEP 546 (remove_files) COMPLETE
54852024-08-05T16:41:08.484Z[ recovery-image] Aug 05 16:41:06.935 INFO O| Aug 05 16:41:06.935 INFO STEP 547: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54862024-08-05T16:41:08.491Z[ recovery-image] Aug 05 16:41:06.945 INFO O| Aug 05 16:41:06.945 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/abi/spec2map"
54872024-08-05T16:41:08.491Z[ recovery-image] Aug 05 16:41:06.945 INFO O| Aug 05 16:41:06.945 INFO STEP 547 (remove_files) COMPLETE
54882024-08-05T16:41:08.494Z[ recovery-image] Aug 05 16:41:06.945 INFO O| Aug 05 16:41:06.945 INFO STEP 548: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54892024-08-05T16:41:08.500Z[ recovery-image] Aug 05 16:41:06.955 INFO O| Aug 05 16:41:06.955 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/abi/spec2trace"
54902024-08-05T16:41:08.503Z[ recovery-image] Aug 05 16:41:06.955 INFO O| Aug 05 16:41:06.955 INFO STEP 548 (remove_files) COMPLETE
54912024-08-05T16:41:08.503Z[ recovery-image] Aug 05 16:41:06.955 INFO O| Aug 05 16:41:06.955 INFO STEP 549: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54922024-08-05T16:41:08.510Z[ recovery-image] Aug 05 16:41:06.965 INFO O| Aug 05 16:41:06.964 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/adb/adbgen"
54932024-08-05T16:41:08.510Z[ recovery-image] Aug 05 16:41:06.965 INFO O| Aug 05 16:41:06.965 INFO STEP 549 (remove_files) COMPLETE
54942024-08-05T16:41:08.510Z[ recovery-image] Aug 05 16:41:06.965 INFO O| Aug 05 16:41:06.965 INFO STEP 550: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54952024-08-05T16:41:08.520Z[ recovery-image] Aug 05 16:41:06.974 INFO O| Aug 05 16:41:06.974 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/adb/adbgen1"
54962024-08-05T16:41:08.523Z[ recovery-image] Aug 05 16:41:06.974 INFO O| Aug 05 16:41:06.974 INFO STEP 550 (remove_files) COMPLETE
54972024-08-05T16:41:08.523Z[ recovery-image] Aug 05 16:41:06.974 INFO O| Aug 05 16:41:06.974 INFO STEP 551: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54982024-08-05T16:41:08.530Z[ recovery-image] Aug 05 16:41:06.984 INFO O| Aug 05 16:41:06.984 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/adb/adbgen3"
54992024-08-05T16:41:08.530Z[ recovery-image] Aug 05 16:41:06.984 INFO O| Aug 05 16:41:06.984 INFO STEP 551 (remove_files) COMPLETE
55002024-08-05T16:41:08.530Z[ recovery-image] Aug 05 16:41:06.984 INFO O| Aug 05 16:41:06.984 INFO STEP 552: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55012024-08-05T16:41:08.540Z[ recovery-image] Aug 05 16:41:06.994 INFO O| Aug 05 16:41:06.994 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/adb/adbgen4"
55022024-08-05T16:41:08.540Z[ recovery-image] Aug 05 16:41:06.994 INFO O| Aug 05 16:41:06.994 INFO STEP 552 (remove_files) COMPLETE
55032024-08-05T16:41:08.540Z[ recovery-image] Aug 05 16:41:06.994 INFO O| Aug 05 16:41:06.994 INFO STEP 553: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55042024-08-05T16:41:08.552Z[ recovery-image] Aug 05 16:41:07.006 INFO O| Aug 05 16:41:07.006 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/adb/adbsub.o"
55052024-08-05T16:41:08.552Z[ recovery-image] Aug 05 16:41:07.006 INFO O| Aug 05 16:41:07.006 INFO STEP 553 (remove_files) COMPLETE
55062024-08-05T16:41:08.552Z[ recovery-image] Aug 05 16:41:07.006 INFO O| Aug 05 16:41:07.006 INFO STEP 554: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55072024-08-05T16:41:08.563Z[ recovery-image] Aug 05 16:41:07.017 INFO O| Aug 05 16:41:07.017 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/adb/amd64/adbsub.o"
55082024-08-05T16:41:08.563Z[ recovery-image] Aug 05 16:41:07.017 INFO O| Aug 05 16:41:07.017 INFO STEP 554 (remove_files) COMPLETE
55092024-08-05T16:41:08.563Z[ recovery-image] Aug 05 16:41:07.017 INFO O| Aug 05 16:41:07.017 INFO STEP 555: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55102024-08-05T16:41:08.573Z[ recovery-image] Aug 05 16:41:07.028 INFO O| Aug 05 16:41:07.027 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/0@0.so.1"
55112024-08-05T16:41:08.576Z[ recovery-image] Aug 05 16:41:07.029 INFO O| Aug 05 16:41:07.029 INFO STEP 555 (remove_files) COMPLETE
55122024-08-05T16:41:08.576Z[ recovery-image] Aug 05 16:41:07.029 INFO O| Aug 05 16:41:07.029 INFO STEP 556: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55132024-08-05T16:41:08.586Z[ recovery-image] Aug 05 16:41:07.040 INFO O| Aug 05 16:41:07.040 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/Makefile.inc"
55142024-08-05T16:41:08.589Z[ recovery-image] Aug 05 16:41:07.040 INFO O| Aug 05 16:41:07.040 INFO STEP 556 (remove_files) COMPLETE
55152024-08-05T16:41:08.589Z[ recovery-image] Aug 05 16:41:07.040 INFO O| Aug 05 16:41:07.040 INFO STEP 557: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55162024-08-05T16:41:08.597Z[ recovery-image] Aug 05 16:41:07.051 INFO O| Aug 05 16:41:07.051 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/accept"
55172024-08-05T16:41:08.600Z[ recovery-image] Aug 05 16:41:07.051 INFO O| Aug 05 16:41:07.051 INFO STEP 557 (remove_files) COMPLETE
55182024-08-05T16:41:08.600Z[ recovery-image] Aug 05 16:41:07.051 INFO O| Aug 05 16:41:07.051 INFO STEP 558: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55192024-08-05T16:41:08.607Z[ recovery-image] Aug 05 16:41:07.061 INFO O| Aug 05 16:41:07.061 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/basename"
55202024-08-05T16:41:08.610Z[ recovery-image] Aug 05 16:41:07.061 INFO O| Aug 05 16:41:07.061 INFO STEP 558 (remove_files) COMPLETE
55212024-08-05T16:41:08.610Z[ recovery-image] Aug 05 16:41:07.061 INFO O| Aug 05 16:41:07.061 INFO STEP 559: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55222024-08-05T16:41:08.617Z[ recovery-image] Aug 05 16:41:07.072 INFO O| Aug 05 16:41:07.071 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/csv"
55232024-08-05T16:41:08.620Z[ recovery-image] Aug 05 16:41:07.072 INFO O| Aug 05 16:41:07.072 INFO STEP 559 (remove_files) COMPLETE
55242024-08-05T16:41:08.620Z[ recovery-image] Aug 05 16:41:07.072 INFO O| Aug 05 16:41:07.072 INFO STEP 560: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55252024-08-05T16:41:08.628Z[ recovery-image] Aug 05 16:41:07.082 INFO O| Aug 05 16:41:07.082 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/cut"
55262024-08-05T16:41:08.628Z[ recovery-image] Aug 05 16:41:07.082 INFO O| Aug 05 16:41:07.082 INFO STEP 560 (remove_files) COMPLETE
55272024-08-05T16:41:08.628Z[ recovery-image] Aug 05 16:41:07.082 INFO O| Aug 05 16:41:07.082 INFO STEP 561: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55282024-08-05T16:41:08.638Z[ recovery-image] Aug 05 16:41:07.093 INFO O| Aug 05 16:41:07.092 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/dirname"
55292024-08-05T16:41:08.638Z[ recovery-image] Aug 05 16:41:07.093 INFO O| Aug 05 16:41:07.093 INFO STEP 561 (remove_files) COMPLETE
55302024-08-05T16:41:08.638Z[ recovery-image] Aug 05 16:41:07.093 INFO O| Aug 05 16:41:07.093 INFO STEP 562: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55312024-08-05T16:41:08.649Z[ recovery-image] Aug 05 16:41:07.103 INFO O| Aug 05 16:41:07.103 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/fdflags"
55322024-08-05T16:41:08.650Z[ recovery-image] Aug 05 16:41:07.103 INFO O| Aug 05 16:41:07.103 INFO STEP 562 (remove_files) COMPLETE
55332024-08-05T16:41:08.654Z[ recovery-image] Aug 05 16:41:07.103 INFO O| Aug 05 16:41:07.103 INFO STEP 563: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55342024-08-05T16:41:08.660Z[ recovery-image] Aug 05 16:41:07.114 INFO O| Aug 05 16:41:07.114 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/finfo"
55352024-08-05T16:41:08.663Z[ recovery-image] Aug 05 16:41:07.114 INFO O| Aug 05 16:41:07.114 INFO STEP 563 (remove_files) COMPLETE
55362024-08-05T16:41:08.663Z[ recovery-image] Aug 05 16:41:07.114 INFO O| Aug 05 16:41:07.114 INFO STEP 564: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55372024-08-05T16:41:08.671Z[ recovery-image] Aug 05 16:41:07.125 INFO O| Aug 05 16:41:07.125 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/head"
55382024-08-05T16:41:08.671Z[ recovery-image] Aug 05 16:41:07.125 INFO O| Aug 05 16:41:07.125 INFO STEP 564 (remove_files) COMPLETE
55392024-08-05T16:41:08.674Z[ recovery-image] Aug 05 16:41:07.125 INFO O| Aug 05 16:41:07.125 INFO STEP 565: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55402024-08-05T16:41:08.686Z[ recovery-image] Aug 05 16:41:07.136 INFO O| Aug 05 16:41:07.136 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/id"
55412024-08-05T16:41:08.686Z[ recovery-image] Aug 05 16:41:07.136 INFO O| Aug 05 16:41:07.136 INFO STEP 565 (remove_files) COMPLETE
55422024-08-05T16:41:08.686Z[ recovery-image] Aug 05 16:41:07.136 INFO O| Aug 05 16:41:07.136 INFO STEP 566: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55432024-08-05T16:41:08.692Z[ recovery-image] Aug 05 16:41:07.146 INFO O| Aug 05 16:41:07.146 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/ln"
55442024-08-05T16:41:08.692Z[ recovery-image] Aug 05 16:41:07.146 INFO O| Aug 05 16:41:07.146 INFO STEP 566 (remove_files) COMPLETE
55452024-08-05T16:41:08.692Z[ recovery-image] Aug 05 16:41:07.146 INFO O| Aug 05 16:41:07.146 INFO STEP 567: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55462024-08-05T16:41:08.702Z[ recovery-image] Aug 05 16:41:07.156 INFO O| Aug 05 16:41:07.156 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/loadables.h"
55472024-08-05T16:41:08.702Z[ recovery-image] Aug 05 16:41:07.156 INFO O| Aug 05 16:41:07.156 INFO STEP 567 (remove_files) COMPLETE
55482024-08-05T16:41:08.702Z[ recovery-image] Aug 05 16:41:07.156 INFO O| Aug 05 16:41:07.156 INFO STEP 568: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55492024-08-05T16:41:08.712Z[ recovery-image] Aug 05 16:41:07.166 INFO O| Aug 05 16:41:07.166 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/logname"
55502024-08-05T16:41:08.715Z[ recovery-image] Aug 05 16:41:07.166 INFO O| Aug 05 16:41:07.166 INFO STEP 568 (remove_files) COMPLETE
55512024-08-05T16:41:08.715Z[ recovery-image] Aug 05 16:41:07.166 INFO O| Aug 05 16:41:07.166 INFO STEP 569: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55522024-08-05T16:41:08.722Z[ recovery-image] Aug 05 16:41:07.176 INFO O| Aug 05 16:41:07.176 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/mkdir"
55532024-08-05T16:41:08.722Z[ recovery-image] Aug 05 16:41:07.176 INFO O| Aug 05 16:41:07.176 INFO STEP 569 (remove_files) COMPLETE
55542024-08-05T16:41:08.722Z[ recovery-image] Aug 05 16:41:07.176 INFO O| Aug 05 16:41:07.176 INFO STEP 570: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55552024-08-05T16:41:08.734Z[ recovery-image] Aug 05 16:41:07.186 INFO O| Aug 05 16:41:07.186 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/mkfifo"
55562024-08-05T16:41:08.734Z[ recovery-image] Aug 05 16:41:07.186 INFO O| Aug 05 16:41:07.186 INFO STEP 570 (remove_files) COMPLETE
55572024-08-05T16:41:08.737Z[ recovery-image] Aug 05 16:41:07.186 INFO O| Aug 05 16:41:07.186 INFO STEP 571: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55582024-08-05T16:41:08.742Z[ recovery-image] Aug 05 16:41:07.197 INFO O| Aug 05 16:41:07.197 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/mktemp"
55592024-08-05T16:41:08.742Z[ recovery-image] Aug 05 16:41:07.197 INFO O| Aug 05 16:41:07.197 INFO STEP 571 (remove_files) COMPLETE
55602024-08-05T16:41:08.746Z[ recovery-image] Aug 05 16:41:07.197 INFO O| Aug 05 16:41:07.197 INFO STEP 572: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55612024-08-05T16:41:08.753Z[ recovery-image] Aug 05 16:41:07.207 INFO O| Aug 05 16:41:07.207 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/mypid"
55622024-08-05T16:41:08.753Z[ recovery-image] Aug 05 16:41:07.207 INFO O| Aug 05 16:41:07.207 INFO STEP 572 (remove_files) COMPLETE
55632024-08-05T16:41:08.758Z[ recovery-image] Aug 05 16:41:07.207 INFO O| Aug 05 16:41:07.207 INFO STEP 573: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55642024-08-05T16:41:08.763Z[ recovery-image] Aug 05 16:41:07.217 INFO O| Aug 05 16:41:07.217 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/pathchk"
55652024-08-05T16:41:08.763Z[ recovery-image] Aug 05 16:41:07.217 INFO O| Aug 05 16:41:07.217 INFO STEP 573 (remove_files) COMPLETE
55662024-08-05T16:41:08.766Z[ recovery-image] Aug 05 16:41:07.217 INFO O| Aug 05 16:41:07.217 INFO STEP 574: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55672024-08-05T16:41:08.773Z[ recovery-image] Aug 05 16:41:07.227 INFO O| Aug 05 16:41:07.227 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/print"
55682024-08-05T16:41:08.773Z[ recovery-image] Aug 05 16:41:07.227 INFO O| Aug 05 16:41:07.227 INFO STEP 574 (remove_files) COMPLETE
55692024-08-05T16:41:08.773Z[ recovery-image] Aug 05 16:41:07.227 INFO O| Aug 05 16:41:07.227 INFO STEP 575: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55702024-08-05T16:41:08.783Z[ recovery-image] Aug 05 16:41:07.237 INFO O| Aug 05 16:41:07.237 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/printenv"
55712024-08-05T16:41:08.783Z[ recovery-image] Aug 05 16:41:07.237 INFO O| Aug 05 16:41:07.237 INFO STEP 575 (remove_files) COMPLETE
55722024-08-05T16:41:08.786Z[ recovery-image] Aug 05 16:41:07.237 INFO O| Aug 05 16:41:07.237 INFO STEP 576: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55732024-08-05T16:41:08.793Z[ recovery-image] Aug 05 16:41:07.247 INFO O| Aug 05 16:41:07.247 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/push"
55742024-08-05T16:41:08.793Z[ recovery-image] Aug 05 16:41:07.248 INFO O| Aug 05 16:41:07.247 INFO STEP 576 (remove_files) COMPLETE
55752024-08-05T16:41:08.796Z[ recovery-image] Aug 05 16:41:07.248 INFO O| Aug 05 16:41:07.248 INFO STEP 577: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55762024-08-05T16:41:08.803Z[ recovery-image] Aug 05 16:41:07.257 INFO O| Aug 05 16:41:07.257 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/realpath"
55772024-08-05T16:41:08.806Z[ recovery-image] Aug 05 16:41:07.257 INFO O| Aug 05 16:41:07.257 INFO STEP 577 (remove_files) COMPLETE
55782024-08-05T16:41:08.806Z[ recovery-image] Aug 05 16:41:07.257 INFO O| Aug 05 16:41:07.257 INFO STEP 578: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55792024-08-05T16:41:08.813Z[ recovery-image] Aug 05 16:41:07.267 INFO O| Aug 05 16:41:07.267 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/rm"
55802024-08-05T16:41:08.816Z[ recovery-image] Aug 05 16:41:07.267 INFO O| Aug 05 16:41:07.267 INFO STEP 578 (remove_files) COMPLETE
55812024-08-05T16:41:08.816Z[ recovery-image] Aug 05 16:41:07.267 INFO O| Aug 05 16:41:07.267 INFO STEP 579: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55822024-08-05T16:41:08.823Z[ recovery-image] Aug 05 16:41:07.277 INFO O| Aug 05 16:41:07.277 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/rmdir"
55832024-08-05T16:41:08.825Z[ recovery-image] Aug 05 16:41:07.277 INFO O| Aug 05 16:41:07.277 INFO STEP 579 (remove_files) COMPLETE
55842024-08-05T16:41:08.826Z[ recovery-image] Aug 05 16:41:07.277 INFO O| Aug 05 16:41:07.277 INFO STEP 580: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55852024-08-05T16:41:08.833Z[ recovery-image] Aug 05 16:41:07.287 INFO O| Aug 05 16:41:07.287 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/seq"
55862024-08-05T16:41:08.833Z[ recovery-image] Aug 05 16:41:07.287 INFO O| Aug 05 16:41:07.287 INFO STEP 580 (remove_files) COMPLETE
55872024-08-05T16:41:08.833Z[ recovery-image] Aug 05 16:41:07.287 INFO O| Aug 05 16:41:07.287 INFO STEP 581: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55882024-08-05T16:41:08.842Z[ recovery-image] Aug 05 16:41:07.296 INFO O| Aug 05 16:41:07.296 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/setpgid"
55892024-08-05T16:41:08.842Z[ recovery-image] Aug 05 16:41:07.297 INFO O| Aug 05 16:41:07.297 INFO STEP 581 (remove_files) COMPLETE
55902024-08-05T16:41:08.843Z[ recovery-image] Aug 05 16:41:07.297 INFO O| Aug 05 16:41:07.297 INFO STEP 582: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55912024-08-05T16:41:08.853Z[ recovery-image] Aug 05 16:41:07.307 INFO O| Aug 05 16:41:07.307 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/sleep"
55922024-08-05T16:41:08.853Z[ recovery-image] Aug 05 16:41:07.307 INFO O| Aug 05 16:41:07.307 INFO STEP 582 (remove_files) COMPLETE
55932024-08-05T16:41:08.853Z[ recovery-image] Aug 05 16:41:07.307 INFO O| Aug 05 16:41:07.307 INFO STEP 583: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55942024-08-05T16:41:08.863Z[ recovery-image] Aug 05 16:41:07.317 INFO O| Aug 05 16:41:07.317 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/strftime"
55952024-08-05T16:41:08.863Z[ recovery-image] Aug 05 16:41:07.317 INFO O| Aug 05 16:41:07.317 INFO STEP 583 (remove_files) COMPLETE
55962024-08-05T16:41:08.863Z[ recovery-image] Aug 05 16:41:07.317 INFO O| Aug 05 16:41:07.317 INFO STEP 584: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55972024-08-05T16:41:08.874Z[ recovery-image] Aug 05 16:41:07.328 INFO O| Aug 05 16:41:07.328 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/sync"
55982024-08-05T16:41:08.874Z[ recovery-image] Aug 05 16:41:07.328 INFO O| Aug 05 16:41:07.328 INFO STEP 584 (remove_files) COMPLETE
55992024-08-05T16:41:08.874Z[ recovery-image] Aug 05 16:41:07.329 INFO O| Aug 05 16:41:07.328 INFO STEP 585: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56002024-08-05T16:41:08.885Z[ recovery-image] Aug 05 16:41:07.339 INFO O| Aug 05 16:41:07.339 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/tee"
56012024-08-05T16:41:08.889Z[ recovery-image] Aug 05 16:41:07.339 INFO O| Aug 05 16:41:07.339 INFO STEP 585 (remove_files) COMPLETE
56022024-08-05T16:41:08.889Z[ recovery-image] Aug 05 16:41:07.339 INFO O| Aug 05 16:41:07.339 INFO STEP 586: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56032024-08-05T16:41:08.895Z[ recovery-image] Aug 05 16:41:07.349 INFO O| Aug 05 16:41:07.349 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/truefalse"
56042024-08-05T16:41:08.895Z[ recovery-image] Aug 05 16:41:07.350 INFO O| Aug 05 16:41:07.349 INFO STEP 586 (remove_files) COMPLETE
56052024-08-05T16:41:08.898Z[ recovery-image] Aug 05 16:41:07.350 INFO O| Aug 05 16:41:07.350 INFO STEP 587: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56062024-08-05T16:41:08.906Z[ recovery-image] Aug 05 16:41:07.360 INFO O| Aug 05 16:41:07.360 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/tty"
56072024-08-05T16:41:08.906Z[ recovery-image] Aug 05 16:41:07.360 INFO O| Aug 05 16:41:07.360 INFO STEP 587 (remove_files) COMPLETE
56082024-08-05T16:41:08.906Z[ recovery-image] Aug 05 16:41:07.360 INFO O| Aug 05 16:41:07.360 INFO STEP 588: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56092024-08-05T16:41:08.916Z[ recovery-image] Aug 05 16:41:07.370 INFO O| Aug 05 16:41:07.370 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/uname"
56102024-08-05T16:41:08.916Z[ recovery-image] Aug 05 16:41:07.370 INFO O| Aug 05 16:41:07.370 INFO STEP 588 (remove_files) COMPLETE
56112024-08-05T16:41:08.919Z[ recovery-image] Aug 05 16:41:07.370 INFO O| Aug 05 16:41:07.370 INFO STEP 589: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56122024-08-05T16:41:08.927Z[ recovery-image] Aug 05 16:41:07.381 INFO O| Aug 05 16:41:07.381 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/unlink"
56132024-08-05T16:41:08.927Z[ recovery-image] Aug 05 16:41:07.381 INFO O| Aug 05 16:41:07.381 INFO STEP 589 (remove_files) COMPLETE
56142024-08-05T16:41:08.930Z[ recovery-image] Aug 05 16:41:07.381 INFO O| Aug 05 16:41:07.381 INFO STEP 590: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56152024-08-05T16:41:08.938Z[ recovery-image] Aug 05 16:41:07.392 INFO O| Aug 05 16:41:07.392 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/whoami"
56162024-08-05T16:41:08.938Z[ recovery-image] Aug 05 16:41:07.392 INFO O| Aug 05 16:41:07.392 INFO STEP 590 (remove_files) COMPLETE
56172024-08-05T16:41:08.938Z[ recovery-image] Aug 05 16:41:07.392 INFO O| Aug 05 16:41:07.392 INFO STEP 591: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56182024-08-05T16:41:08.948Z[ recovery-image] Aug 05 16:41:07.402 INFO O| Aug 05 16:41:07.402 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/cmake/libxml2/libxml2-config.cmake"
56192024-08-05T16:41:08.951Z[ recovery-image] Aug 05 16:41:07.402 INFO O| Aug 05 16:41:07.402 INFO STEP 591 (remove_files) COMPLETE
56202024-08-05T16:41:08.951Z[ recovery-image] Aug 05 16:41:07.402 INFO O| Aug 05 16:41:07.402 INFO STEP 592: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56212024-08-05T16:41:08.958Z[ recovery-image] Aug 05 16:41:07.412 INFO O| Aug 05 16:41:07.412 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/dbus-1.0/include/dbus/dbus-arch-deps.h"
56222024-08-05T16:41:08.961Z[ recovery-image] Aug 05 16:41:07.412 INFO O| Aug 05 16:41:07.412 INFO STEP 592 (remove_files) COMPLETE
56232024-08-05T16:41:08.961Z[ recovery-image] Aug 05 16:41:07.412 INFO O| Aug 05 16:41:07.412 INFO STEP 593: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56242024-08-05T16:41:08.968Z[ recovery-image] Aug 05 16:41:07.422 INFO O| Aug 05 16:41:07.422 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/getloginx.so.1"
56252024-08-05T16:41:08.971Z[ recovery-image] Aug 05 16:41:07.422 INFO O| Aug 05 16:41:07.422 INFO STEP 593 (remove_files) COMPLETE
56262024-08-05T16:41:08.971Z[ recovery-image] Aug 05 16:41:07.422 INFO O| Aug 05 16:41:07.422 INFO STEP 594: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56272024-08-05T16:41:08.978Z[ recovery-image] Aug 05 16:41:07.432 INFO O| Aug 05 16:41:07.432 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/gss/dh1024-0.so.1"
56282024-08-05T16:41:08.981Z[ recovery-image] Aug 05 16:41:07.432 INFO O| Aug 05 16:41:07.432 INFO STEP 594 (remove_files) COMPLETE
56292024-08-05T16:41:08.981Z[ recovery-image] Aug 05 16:41:07.432 INFO O| Aug 05 16:41:07.432 INFO STEP 595: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56302024-08-05T16:41:08.988Z[ recovery-image] Aug 05 16:41:07.442 INFO O| Aug 05 16:41:07.442 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/gss/dh640-0.so.1"
56312024-08-05T16:41:08.988Z[ recovery-image] Aug 05 16:41:07.442 INFO O| Aug 05 16:41:07.442 INFO STEP 595 (remove_files) COMPLETE
56322024-08-05T16:41:08.991Z[ recovery-image] Aug 05 16:41:07.442 INFO O| Aug 05 16:41:07.442 INFO STEP 596: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56332024-08-05T16:41:08.998Z[ recovery-image] Aug 05 16:41:07.452 INFO O| Aug 05 16:41:07.452 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/gss/mech_dh.so.1"
56342024-08-05T16:41:09.001Z[ recovery-image] Aug 05 16:41:07.452 INFO O| Aug 05 16:41:07.452 INFO STEP 596 (remove_files) COMPLETE
56352024-08-05T16:41:09.002Z[ recovery-image] Aug 05 16:41:07.453 INFO O| Aug 05 16:41:07.452 INFO STEP 597: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56362024-08-05T16:41:09.008Z[ recovery-image] Aug 05 16:41:07.462 INFO O| Aug 05 16:41:07.462 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/gss/mech_spnego.so.1"
56372024-08-05T16:41:09.008Z[ recovery-image] Aug 05 16:41:07.462 INFO O| Aug 05 16:41:07.462 INFO STEP 597 (remove_files) COMPLETE
56382024-08-05T16:41:09.011Z[ recovery-image] Aug 05 16:41:07.462 INFO O| Aug 05 16:41:07.462 INFO STEP 598: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56392024-08-05T16:41:09.018Z[ recovery-image] Aug 05 16:41:07.472 INFO O| Aug 05 16:41:07.472 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/lddstub"
56402024-08-05T16:41:09.018Z[ recovery-image] Aug 05 16:41:07.472 INFO O| Aug 05 16:41:07.472 INFO STEP 598 (remove_files) COMPLETE
56412024-08-05T16:41:09.018Z[ recovery-image] Aug 05 16:41:07.472 INFO O| Aug 05 16:41:07.472 INFO STEP 599: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56422024-08-05T16:41:09.028Z[ recovery-image] Aug 05 16:41:07.482 INFO O| Aug 05 16:41:07.482 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/lib9p.so.1"
56432024-08-05T16:41:09.031Z[ recovery-image] Aug 05 16:41:07.482 INFO O| Aug 05 16:41:07.482 INFO STEP 599 (remove_files) COMPLETE
56442024-08-05T16:41:09.031Z[ recovery-image] Aug 05 16:41:07.482 INFO O| Aug 05 16:41:07.482 INFO STEP 600: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56452024-08-05T16:41:09.038Z[ recovery-image] Aug 05 16:41:07.492 INFO O| Aug 05 16:41:07.492 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libads.so.1"
56462024-08-05T16:41:09.041Z[ recovery-image] Aug 05 16:41:07.492 INFO O| Aug 05 16:41:07.492 INFO STEP 600 (remove_files) COMPLETE
56472024-08-05T16:41:09.041Z[ recovery-image] Aug 05 16:41:07.492 INFO O| Aug 05 16:41:07.492 INFO STEP 601: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56482024-08-05T16:41:09.048Z[ recovery-image] Aug 05 16:41:07.502 INFO O| Aug 05 16:41:07.502 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libadutils.so.1"
56492024-08-05T16:41:09.048Z[ recovery-image] Aug 05 16:41:07.503 INFO O| Aug 05 16:41:07.502 INFO STEP 601 (remove_files) COMPLETE
56502024-08-05T16:41:09.053Z[ recovery-image] Aug 05 16:41:07.503 INFO O| Aug 05 16:41:07.503 INFO STEP 602: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56512024-08-05T16:41:09.058Z[ recovery-image] Aug 05 16:41:07.512 INFO O| Aug 05 16:41:07.512 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libbe.so.1"
56522024-08-05T16:41:09.062Z[ recovery-image] Aug 05 16:41:07.513 INFO O| Aug 05 16:41:07.512 INFO STEP 602 (remove_files) COMPLETE
56532024-08-05T16:41:09.063Z[ recovery-image] Aug 05 16:41:07.513 INFO O| Aug 05 16:41:07.512 INFO STEP 603: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56542024-08-05T16:41:09.069Z[ recovery-image] Aug 05 16:41:07.522 INFO O| Aug 05 16:41:07.522 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libbrand.so.1"
56552024-08-05T16:41:09.069Z[ recovery-image] Aug 05 16:41:07.522 INFO O| Aug 05 16:41:07.522 INFO STEP 603 (remove_files) COMPLETE
56562024-08-05T16:41:09.073Z[ recovery-image] Aug 05 16:41:07.522 INFO O| Aug 05 16:41:07.522 INFO STEP 604: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56572024-08-05T16:41:09.079Z[ recovery-image] Aug 05 16:41:07.533 INFO O| Aug 05 16:41:07.533 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libbrotlicommon.so.1.0.9"
56582024-08-05T16:41:09.080Z[ recovery-image] Aug 05 16:41:07.533 INFO O| Aug 05 16:41:07.533 INFO STEP 604 (remove_files) COMPLETE
56592024-08-05T16:41:09.084Z[ recovery-image] Aug 05 16:41:07.533 INFO O| Aug 05 16:41:07.533 INFO STEP 605: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56602024-08-05T16:41:09.089Z[ recovery-image] Aug 05 16:41:07.543 INFO O| Aug 05 16:41:07.543 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libbrotlidec.so.1.0.9"
56612024-08-05T16:41:09.092Z[ recovery-image] Aug 05 16:41:07.543 INFO O| Aug 05 16:41:07.543 INFO STEP 605 (remove_files) COMPLETE
56622024-08-05T16:41:09.092Z[ recovery-image] Aug 05 16:41:07.543 INFO O| Aug 05 16:41:07.543 INFO STEP 606: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56632024-08-05T16:41:09.099Z[ recovery-image] Aug 05 16:41:07.553 INFO O| Aug 05 16:41:07.553 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libbrotlienc.so.1.0.9"
56642024-08-05T16:41:09.099Z[ recovery-image] Aug 05 16:41:07.553 INFO O| Aug 05 16:41:07.553 INFO STEP 606 (remove_files) COMPLETE
56652024-08-05T16:41:09.102Z[ recovery-image] Aug 05 16:41:07.553 INFO O| Aug 05 16:41:07.553 INFO STEP 607: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56662024-08-05T16:41:09.110Z[ recovery-image] Aug 05 16:41:07.564 INFO O| Aug 05 16:41:07.564 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libbsdmalloc.so.1"
56672024-08-05T16:41:09.110Z[ recovery-image] Aug 05 16:41:07.564 INFO O| Aug 05 16:41:07.564 INFO STEP 607 (remove_files) COMPLETE
56682024-08-05T16:41:09.110Z[ recovery-image] Aug 05 16:41:07.564 INFO O| Aug 05 16:41:07.564 INFO STEP 608: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56692024-08-05T16:41:09.120Z[ recovery-image] Aug 05 16:41:07.575 INFO O| Aug 05 16:41:07.574 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libbz2.so.1.0.8"
56702024-08-05T16:41:09.125Z[ recovery-image] Aug 05 16:41:07.575 INFO O| Aug 05 16:41:07.575 INFO STEP 608 (remove_files) COMPLETE
56712024-08-05T16:41:09.125Z[ recovery-image] Aug 05 16:41:07.575 INFO O| Aug 05 16:41:07.575 INFO STEP 609: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56722024-08-05T16:41:09.131Z[ recovery-image] Aug 05 16:41:07.585 INFO O| Aug 05 16:41:07.585 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libcommputil.so.1"
56732024-08-05T16:41:09.133Z[ recovery-image] Aug 05 16:41:07.585 INFO O| Aug 05 16:41:07.585 INFO STEP 609 (remove_files) COMPLETE
56742024-08-05T16:41:09.133Z[ recovery-image] Aug 05 16:41:07.585 INFO O| Aug 05 16:41:07.585 INFO STEP 610: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56752024-08-05T16:41:09.141Z[ recovery-image] Aug 05 16:41:07.595 INFO O| Aug 05 16:41:07.595 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libcpc.so.1"
56762024-08-05T16:41:09.141Z[ recovery-image] Aug 05 16:41:07.595 INFO O| Aug 05 16:41:07.595 INFO STEP 610 (remove_files) COMPLETE
56772024-08-05T16:41:09.141Z[ recovery-image] Aug 05 16:41:07.595 INFO O| Aug 05 16:41:07.595 INFO STEP 611: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56782024-08-05T16:41:09.151Z[ recovery-image] Aug 05 16:41:07.605 INFO O| Aug 05 16:41:07.605 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libcrle.so.1"
56792024-08-05T16:41:09.154Z[ recovery-image] Aug 05 16:41:07.605 INFO O| Aug 05 16:41:07.605 INFO STEP 611 (remove_files) COMPLETE
56802024-08-05T16:41:09.154Z[ recovery-image] Aug 05 16:41:07.605 INFO O| Aug 05 16:41:07.605 INFO STEP 612: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56812024-08-05T16:41:09.161Z[ recovery-image] Aug 05 16:41:07.615 INFO O| Aug 05 16:41:07.615 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libcrypt.so.1"
56822024-08-05T16:41:09.161Z[ recovery-image] Aug 05 16:41:07.615 INFO O| Aug 05 16:41:07.615 INFO STEP 612 (remove_files) COMPLETE
56832024-08-05T16:41:09.164Z[ recovery-image] Aug 05 16:41:07.615 INFO O| Aug 05 16:41:07.615 INFO STEP 613: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56842024-08-05T16:41:09.171Z[ recovery-image] Aug 05 16:41:07.625 INFO O| Aug 05 16:41:07.625 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libcurl.so.4.8.0"
56852024-08-05T16:41:09.171Z[ recovery-image] Aug 05 16:41:07.626 INFO O| Aug 05 16:41:07.625 INFO STEP 613 (remove_files) COMPLETE
56862024-08-05T16:41:09.174Z[ recovery-image] Aug 05 16:41:07.626 INFO O| Aug 05 16:41:07.625 INFO STEP 614: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56872024-08-05T16:41:09.182Z[ recovery-image] Aug 05 16:41:07.636 INFO O| Aug 05 16:41:07.636 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libdemangle-sys.so.1"
56882024-08-05T16:41:09.182Z[ recovery-image] Aug 05 16:41:07.636 INFO O| Aug 05 16:41:07.636 INFO STEP 614 (remove_files) COMPLETE
56892024-08-05T16:41:09.182Z[ recovery-image] Aug 05 16:41:07.636 INFO O| Aug 05 16:41:07.636 INFO STEP 615: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56902024-08-05T16:41:09.192Z[ recovery-image] Aug 05 16:41:07.646 INFO O| Aug 05 16:41:07.646 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libdll.so.1"
56912024-08-05T16:41:09.192Z[ recovery-image] Aug 05 16:41:07.646 INFO O| Aug 05 16:41:07.646 INFO STEP 615 (remove_files) COMPLETE
56922024-08-05T16:41:09.195Z[ recovery-image] Aug 05 16:41:07.646 INFO O| Aug 05 16:41:07.646 INFO STEP 616: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56932024-08-05T16:41:09.202Z[ recovery-image] Aug 05 16:41:07.656 INFO O| Aug 05 16:41:07.656 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libdtrace_jni.so.1"
56942024-08-05T16:41:09.205Z[ recovery-image] Aug 05 16:41:07.656 INFO O| Aug 05 16:41:07.656 INFO STEP 616 (remove_files) COMPLETE
56952024-08-05T16:41:09.205Z[ recovery-image] Aug 05 16:41:07.656 INFO O| Aug 05 16:41:07.656 INFO STEP 617: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56962024-08-05T16:41:09.212Z[ recovery-image] Aug 05 16:41:07.666 INFO O| Aug 05 16:41:07.666 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libform.so.1"
56972024-08-05T16:41:09.215Z[ recovery-image] Aug 05 16:41:07.666 INFO O| Aug 05 16:41:07.666 INFO STEP 617 (remove_files) COMPLETE
56982024-08-05T16:41:09.215Z[ recovery-image] Aug 05 16:41:07.666 INFO O| Aug 05 16:41:07.666 INFO STEP 618: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56992024-08-05T16:41:09.223Z[ recovery-image] Aug 05 16:41:07.677 INFO O| Aug 05 16:41:07.677 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libfstyp.so.1"
57002024-08-05T16:41:09.226Z[ recovery-image] Aug 05 16:41:07.677 INFO O| Aug 05 16:41:07.677 INFO STEP 618 (remove_files) COMPLETE
57012024-08-05T16:41:09.226Z[ recovery-image] Aug 05 16:41:07.677 INFO O| Aug 05 16:41:07.677 INFO STEP 619: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57022024-08-05T16:41:09.234Z[ recovery-image] Aug 05 16:41:07.688 INFO O| Aug 05 16:41:07.688 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libidspace.so.1"
57032024-08-05T16:41:09.234Z[ recovery-image] Aug 05 16:41:07.688 INFO O| Aug 05 16:41:07.688 INFO STEP 619 (remove_files) COMPLETE
57042024-08-05T16:41:09.234Z[ recovery-image] Aug 05 16:41:07.688 INFO O| Aug 05 16:41:07.688 INFO STEP 620: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57052024-08-05T16:41:09.244Z[ recovery-image] Aug 05 16:41:07.698 INFO O| Aug 05 16:41:07.698 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libike.so.1"
57062024-08-05T16:41:09.244Z[ recovery-image] Aug 05 16:41:07.698 INFO O| Aug 05 16:41:07.698 INFO STEP 620 (remove_files) COMPLETE
57072024-08-05T16:41:09.247Z[ recovery-image] Aug 05 16:41:07.698 INFO O| Aug 05 16:41:07.698 INFO STEP 621: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57082024-08-05T16:41:09.254Z[ recovery-image] Aug 05 16:41:07.709 INFO O| Aug 05 16:41:07.708 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libinstzones.so.1"
57092024-08-05T16:41:09.257Z[ recovery-image] Aug 05 16:41:07.709 INFO O| Aug 05 16:41:07.709 INFO STEP 621 (remove_files) COMPLETE
57102024-08-05T16:41:09.257Z[ recovery-image] Aug 05 16:41:07.709 INFO O| Aug 05 16:41:07.709 INFO STEP 622: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57112024-08-05T16:41:09.264Z[ recovery-image] Aug 05 16:41:07.718 INFO O| Aug 05 16:41:07.718 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libipmi.so.1"
57122024-08-05T16:41:09.267Z[ recovery-image] Aug 05 16:41:07.718 INFO O| Aug 05 16:41:07.718 INFO STEP 622 (remove_files) COMPLETE
57132024-08-05T16:41:09.267Z[ recovery-image] Aug 05 16:41:07.718 INFO O| Aug 05 16:41:07.718 INFO STEP 623: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57142024-08-05T16:41:09.274Z[ recovery-image] Aug 05 16:41:07.728 INFO O| Aug 05 16:41:07.728 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libipp.so.1"
57152024-08-05T16:41:09.274Z[ recovery-image] Aug 05 16:41:07.728 INFO O| Aug 05 16:41:07.728 INFO STEP 623 (remove_files) COMPLETE
57162024-08-05T16:41:09.277Z[ recovery-image] Aug 05 16:41:07.729 INFO O| Aug 05 16:41:07.728 INFO STEP 624: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57172024-08-05T16:41:09.284Z[ recovery-image] Aug 05 16:41:07.738 INFO O| Aug 05 16:41:07.738 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libipsecutil.so.1"
57182024-08-05T16:41:09.287Z[ recovery-image] Aug 05 16:41:07.738 INFO O| Aug 05 16:41:07.738 INFO STEP 624 (remove_files) COMPLETE
57192024-08-05T16:41:09.287Z[ recovery-image] Aug 05 16:41:07.738 INFO O| Aug 05 16:41:07.738 INFO STEP 625: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57202024-08-05T16:41:09.294Z[ recovery-image] Aug 05 16:41:07.748 INFO O| Aug 05 16:41:07.748 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libjedec.so.1"
57212024-08-05T16:41:09.297Z[ recovery-image] Aug 05 16:41:07.748 INFO O| Aug 05 16:41:07.748 INFO STEP 625 (remove_files) COMPLETE
57222024-08-05T16:41:09.297Z[ recovery-image] Aug 05 16:41:07.748 INFO O| Aug 05 16:41:07.748 INFO STEP 626: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57232024-08-05T16:41:09.304Z[ recovery-image] Aug 05 16:41:07.759 INFO O| Aug 05 16:41:07.758 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libkvm.so.1"
57242024-08-05T16:41:09.305Z[ recovery-image] Aug 05 16:41:07.759 INFO O| Aug 05 16:41:07.759 INFO STEP 626 (remove_files) COMPLETE
57252024-08-05T16:41:09.308Z[ recovery-image] Aug 05 16:41:07.759 INFO O| Aug 05 16:41:07.759 INFO STEP 627: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57262024-08-05T16:41:09.315Z[ recovery-image] Aug 05 16:41:07.769 INFO O| Aug 05 16:41:07.769 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libl.so.1"
57272024-08-05T16:41:09.315Z[ recovery-image] Aug 05 16:41:07.769 INFO O| Aug 05 16:41:07.769 INFO STEP 627 (remove_files) COMPLETE
57282024-08-05T16:41:09.318Z[ recovery-image] Aug 05 16:41:07.769 INFO O| Aug 05 16:41:07.769 INFO STEP 628: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57292024-08-05T16:41:09.328Z[ recovery-image] Aug 05 16:41:07.782 INFO O| Aug 05 16:41:07.782 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libldap.so.5"
57302024-08-05T16:41:09.328Z[ recovery-image] Aug 05 16:41:07.782 INFO O| Aug 05 16:41:07.782 INFO STEP 628 (remove_files) COMPLETE
57312024-08-05T16:41:09.328Z[ recovery-image] Aug 05 16:41:07.782 INFO O| Aug 05 16:41:07.782 INFO STEP 629: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57322024-08-05T16:41:09.341Z[ recovery-image] Aug 05 16:41:07.794 INFO O| Aug 05 16:41:07.794 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libldstab.so.1"
57332024-08-05T16:41:09.341Z[ recovery-image] Aug 05 16:41:07.794 INFO O| Aug 05 16:41:07.794 INFO STEP 629 (remove_files) COMPLETE
57342024-08-05T16:41:09.344Z[ recovery-image] Aug 05 16:41:07.794 INFO O| Aug 05 16:41:07.794 INFO STEP 630: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57352024-08-05T16:41:09.350Z[ recovery-image] Aug 05 16:41:07.804 INFO O| Aug 05 16:41:07.804 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/liblgrp.so.1"
57362024-08-05T16:41:09.353Z[ recovery-image] Aug 05 16:41:07.804 INFO O| Aug 05 16:41:07.804 INFO STEP 630 (remove_files) COMPLETE
57372024-08-05T16:41:09.353Z[ recovery-image] Aug 05 16:41:07.804 INFO O| Aug 05 16:41:07.804 INFO STEP 631: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57382024-08-05T16:41:09.361Z[ recovery-image] Aug 05 16:41:07.815 INFO O| Aug 05 16:41:07.815 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/liblm.so.1"
57392024-08-05T16:41:09.361Z[ recovery-image] Aug 05 16:41:07.815 INFO O| Aug 05 16:41:07.815 INFO STEP 631 (remove_files) COMPLETE
57402024-08-05T16:41:09.364Z[ recovery-image] Aug 05 16:41:07.815 INFO O| Aug 05 16:41:07.815 INFO STEP 632: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57412024-08-05T16:41:09.370Z[ recovery-image] Aug 05 16:41:07.824 INFO O| Aug 05 16:41:07.824 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libmail.so.1"
57422024-08-05T16:41:09.370Z[ recovery-image] Aug 05 16:41:07.825 INFO O| Aug 05 16:41:07.824 INFO STEP 632 (remove_files) COMPLETE
57432024-08-05T16:41:09.374Z[ recovery-image] Aug 05 16:41:07.825 INFO O| Aug 05 16:41:07.825 INFO STEP 633: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57442024-08-05T16:41:09.380Z[ recovery-image] Aug 05 16:41:07.835 INFO O| Aug 05 16:41:07.834 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libmalloc.so.1"
57452024-08-05T16:41:09.380Z[ recovery-image] Aug 05 16:41:07.835 INFO O| Aug 05 16:41:07.835 INFO STEP 633 (remove_files) COMPLETE
57462024-08-05T16:41:09.380Z[ recovery-image] Aug 05 16:41:07.835 INFO O| Aug 05 16:41:07.835 INFO STEP 634: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57472024-08-05T16:41:09.391Z[ recovery-image] Aug 05 16:41:07.845 INFO O| Aug 05 16:41:07.844 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libmapmalloc.so.1"
57482024-08-05T16:41:09.394Z[ recovery-image] Aug 05 16:41:07.845 INFO O| Aug 05 16:41:07.845 INFO STEP 634 (remove_files) COMPLETE
57492024-08-05T16:41:09.394Z[ recovery-image] Aug 05 16:41:07.845 INFO O| Aug 05 16:41:07.845 INFO STEP 635: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57502024-08-05T16:41:09.400Z[ recovery-image] Aug 05 16:41:07.854 INFO O| Aug 05 16:41:07.854 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libmenu.so.1"
57512024-08-05T16:41:09.400Z[ recovery-image] Aug 05 16:41:07.854 INFO O| Aug 05 16:41:07.854 INFO STEP 635 (remove_files) COMPLETE
57522024-08-05T16:41:09.403Z[ recovery-image] Aug 05 16:41:07.854 INFO O| Aug 05 16:41:07.854 INFO STEP 636: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57532024-08-05T16:41:09.410Z[ recovery-image] Aug 05 16:41:07.864 INFO O| Aug 05 16:41:07.864 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libmtmalloc.so.1"
57542024-08-05T16:41:09.410Z[ recovery-image] Aug 05 16:41:07.864 INFO O| Aug 05 16:41:07.864 INFO STEP 636 (remove_files) COMPLETE
57552024-08-05T16:41:09.413Z[ recovery-image] Aug 05 16:41:07.864 INFO O| Aug 05 16:41:07.864 INFO STEP 637: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57562024-08-05T16:41:09.420Z[ recovery-image] Aug 05 16:41:07.875 INFO O| Aug 05 16:41:07.875 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libncurses.so.5.9"
57572024-08-05T16:41:09.421Z[ recovery-image] Aug 05 16:41:07.875 INFO O| Aug 05 16:41:07.875 INFO STEP 637 (remove_files) COMPLETE
57582024-08-05T16:41:09.423Z[ recovery-image] Aug 05 16:41:07.875 INFO O| Aug 05 16:41:07.875 INFO STEP 638: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57592024-08-05T16:41:09.431Z[ recovery-image] Aug 05 16:41:07.885 INFO O| Aug 05 16:41:07.885 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libnls.so.1"
57602024-08-05T16:41:09.431Z[ recovery-image] Aug 05 16:41:07.885 INFO O| Aug 05 16:41:07.885 INFO STEP 638 (remove_files) COMPLETE
57612024-08-05T16:41:09.434Z[ recovery-image] Aug 05 16:41:07.885 INFO O| Aug 05 16:41:07.885 INFO STEP 639: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57622024-08-05T16:41:09.441Z[ recovery-image] Aug 05 16:41:07.895 INFO O| Aug 05 16:41:07.895 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libpanel.so.1"
57632024-08-05T16:41:09.441Z[ recovery-image] Aug 05 16:41:07.895 INFO O| Aug 05 16:41:07.895 INFO STEP 639 (remove_files) COMPLETE
57642024-08-05T16:41:09.445Z[ recovery-image] Aug 05 16:41:07.895 INFO O| Aug 05 16:41:07.895 INFO STEP 640: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57652024-08-05T16:41:09.450Z[ recovery-image] Aug 05 16:41:07.905 INFO O| Aug 05 16:41:07.905 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libpcrecpp.so.0.0.2"
57662024-08-05T16:41:09.453Z[ recovery-image] Aug 05 16:41:07.905 INFO O| Aug 05 16:41:07.905 INFO STEP 640 (remove_files) COMPLETE
57672024-08-05T16:41:09.453Z[ recovery-image] Aug 05 16:41:07.905 INFO O| Aug 05 16:41:07.905 INFO STEP 641: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57682024-08-05T16:41:09.461Z[ recovery-image] Aug 05 16:41:07.915 INFO O| Aug 05 16:41:07.915 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libpcreposix.so.0.0.7"
57692024-08-05T16:41:09.461Z[ recovery-image] Aug 05 16:41:07.915 INFO O| Aug 05 16:41:07.915 INFO STEP 641 (remove_files) COMPLETE
57702024-08-05T16:41:09.465Z[ recovery-image] Aug 05 16:41:07.915 INFO O| Aug 05 16:41:07.915 INFO STEP 642: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57712024-08-05T16:41:09.472Z[ recovery-image] Aug 05 16:41:07.925 INFO O| Aug 05 16:41:07.925 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libpctx.so.1"
57722024-08-05T16:41:09.472Z[ recovery-image] Aug 05 16:41:07.925 INFO O| Aug 05 16:41:07.925 INFO STEP 642 (remove_files) COMPLETE
57732024-08-05T16:41:09.472Z[ recovery-image] Aug 05 16:41:07.925 INFO O| Aug 05 16:41:07.925 INFO STEP 643: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57742024-08-05T16:41:09.482Z[ recovery-image] Aug 05 16:41:07.935 INFO O| Aug 05 16:41:07.935 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libpicl.so.1"
57752024-08-05T16:41:09.482Z[ recovery-image] Aug 05 16:41:07.935 INFO O| Aug 05 16:41:07.935 INFO STEP 643 (remove_files) COMPLETE
57762024-08-05T16:41:09.486Z[ recovery-image] Aug 05 16:41:07.935 INFO O| Aug 05 16:41:07.935 INFO STEP 644: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57772024-08-05T16:41:09.492Z[ recovery-image] Aug 05 16:41:07.945 INFO O| Aug 05 16:41:07.945 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libppt.so.1"
57782024-08-05T16:41:09.492Z[ recovery-image] Aug 05 16:41:07.946 INFO O| Aug 05 16:41:07.946 INFO STEP 644 (remove_files) COMPLETE
57792024-08-05T16:41:09.492Z[ recovery-image] Aug 05 16:41:07.946 INFO O| Aug 05 16:41:07.946 INFO STEP 645: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57802024-08-05T16:41:09.502Z[ recovery-image] Aug 05 16:41:07.956 INFO O| Aug 05 16:41:07.956 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libraidcfg.so.1"
57812024-08-05T16:41:09.502Z[ recovery-image] Aug 05 16:41:07.956 INFO O| Aug 05 16:41:07.956 INFO STEP 645 (remove_files) COMPLETE
57822024-08-05T16:41:09.502Z[ recovery-image] Aug 05 16:41:07.956 INFO O| Aug 05 16:41:07.956 INFO STEP 646: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57832024-08-05T16:41:09.512Z[ recovery-image] Aug 05 16:41:07.966 INFO O| Aug 05 16:41:07.966 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/librename.so.1"
57842024-08-05T16:41:09.512Z[ recovery-image] Aug 05 16:41:07.966 INFO O| Aug 05 16:41:07.966 INFO STEP 646 (remove_files) COMPLETE
57852024-08-05T16:41:09.512Z[ recovery-image] Aug 05 16:41:07.966 INFO O| Aug 05 16:41:07.966 INFO STEP 647: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57862024-08-05T16:41:09.521Z[ recovery-image] Aug 05 16:41:07.975 INFO O| Aug 05 16:41:07.975 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libreparse.so.1"
57872024-08-05T16:41:09.525Z[ recovery-image] Aug 05 16:41:07.976 INFO O| Aug 05 16:41:07.976 INFO STEP 647 (remove_files) COMPLETE
57882024-08-05T16:41:09.525Z[ recovery-image] Aug 05 16:41:07.976 INFO O| Aug 05 16:41:07.976 INFO STEP 648: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57892024-08-05T16:41:09.533Z[ recovery-image] Aug 05 16:41:07.987 INFO O| Aug 05 16:41:07.987 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libsasl.so.1"
57902024-08-05T16:41:09.533Z[ recovery-image] Aug 05 16:41:07.987 INFO O| Aug 05 16:41:07.987 INFO STEP 648 (remove_files) COMPLETE
57912024-08-05T16:41:09.536Z[ recovery-image] Aug 05 16:41:07.987 INFO O| Aug 05 16:41:07.987 INFO STEP 649: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57922024-08-05T16:41:09.544Z[ recovery-image] Aug 05 16:41:07.998 INFO O| Aug 05 16:41:07.998 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libsched.so.1"
57932024-08-05T16:41:09.544Z[ recovery-image] Aug 05 16:41:07.998 INFO O| Aug 05 16:41:07.998 INFO STEP 649 (remove_files) COMPLETE
57942024-08-05T16:41:09.544Z[ recovery-image] Aug 05 16:41:07.998 INFO O| Aug 05 16:41:07.998 INFO STEP 650: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57952024-08-05T16:41:09.555Z[ recovery-image] Aug 05 16:41:08.009 INFO O| Aug 05 16:41:08.009 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libsctp.so.1"
57962024-08-05T16:41:09.559Z[ recovery-image] Aug 05 16:41:08.009 INFO O| Aug 05 16:41:08.009 INFO STEP 650 (remove_files) COMPLETE
57972024-08-05T16:41:09.559Z[ recovery-image] Aug 05 16:41:08.009 INFO O| Aug 05 16:41:08.009 INFO STEP 651: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57982024-08-05T16:41:09.566Z[ recovery-image] Aug 05 16:41:08.020 INFO O| Aug 05 16:41:08.020 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libsff.so.1"
57992024-08-05T16:41:09.566Z[ recovery-image] Aug 05 16:41:08.020 INFO O| Aug 05 16:41:08.020 INFO STEP 651 (remove_files) COMPLETE
58002024-08-05T16:41:09.566Z[ recovery-image] Aug 05 16:41:08.020 INFO O| Aug 05 16:41:08.020 INFO STEP 652: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58012024-08-05T16:41:09.576Z[ recovery-image] Aug 05 16:41:08.030 INFO O| Aug 05 16:41:08.030 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libsip.so.1"
58022024-08-05T16:41:09.580Z[ recovery-image] Aug 05 16:41:08.030 INFO O| Aug 05 16:41:08.030 INFO STEP 652 (remove_files) COMPLETE
58032024-08-05T16:41:09.580Z[ recovery-image] Aug 05 16:41:08.030 INFO O| Aug 05 16:41:08.030 INFO STEP 653: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58042024-08-05T16:41:09.587Z[ recovery-image] Aug 05 16:41:08.040 INFO O| Aug 05 16:41:08.040 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libsldap.so.1"
58052024-08-05T16:41:09.588Z[ recovery-image] Aug 05 16:41:08.040 INFO O| Aug 05 16:41:08.040 INFO STEP 653 (remove_files) COMPLETE
58062024-08-05T16:41:09.588Z[ recovery-image] Aug 05 16:41:08.040 INFO O| Aug 05 16:41:08.040 INFO STEP 654: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58072024-08-05T16:41:09.596Z[ recovery-image] Aug 05 16:41:08.050 INFO O| Aug 05 16:41:08.050 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libsmbfs.so.1"
58082024-08-05T16:41:09.596Z[ recovery-image] Aug 05 16:41:08.050 INFO O| Aug 05 16:41:08.050 INFO STEP 654 (remove_files) COMPLETE
58092024-08-05T16:41:09.596Z[ recovery-image] Aug 05 16:41:08.050 INFO O| Aug 05 16:41:08.050 INFO STEP 655: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58102024-08-05T16:41:09.608Z[ recovery-image] Aug 05 16:41:08.060 INFO O| Aug 05 16:41:08.060 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libsoftcrypto.so.1"
58112024-08-05T16:41:09.609Z[ recovery-image] Aug 05 16:41:08.060 INFO O| Aug 05 16:41:08.060 INFO STEP 655 (remove_files) COMPLETE
58122024-08-05T16:41:09.618Z[ recovery-image] Aug 05 16:41:08.060 INFO O| Aug 05 16:41:08.060 INFO STEP 656: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58132024-08-05T16:41:09.618Z[ recovery-image] Aug 05 16:41:08.070 INFO O| Aug 05 16:41:08.070 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libsqlite3.so.0.8.6"
58142024-08-05T16:41:09.618Z[ recovery-image] Aug 05 16:41:08.070 INFO O| Aug 05 16:41:08.070 INFO STEP 656 (remove_files) COMPLETE
58152024-08-05T16:41:09.618Z[ recovery-image] Aug 05 16:41:08.070 INFO O| Aug 05 16:41:08.070 INFO STEP 657: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58162024-08-05T16:41:09.626Z[ recovery-image] Aug 05 16:41:08.080 INFO O| Aug 05 16:41:08.080 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libsum.so.1"
58172024-08-05T16:41:09.626Z[ recovery-image] Aug 05 16:41:08.080 INFO O| Aug 05 16:41:08.080 INFO STEP 657 (remove_files) COMPLETE
58182024-08-05T16:41:09.630Z[ recovery-image] Aug 05 16:41:08.080 INFO O| Aug 05 16:41:08.080 INFO STEP 658: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58192024-08-05T16:41:09.636Z[ recovery-image] Aug 05 16:41:08.090 INFO O| Aug 05 16:41:08.090 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libtecla.so.1"
58202024-08-05T16:41:09.639Z[ recovery-image] Aug 05 16:41:08.090 INFO O| Aug 05 16:41:08.090 INFO STEP 658 (remove_files) COMPLETE
58212024-08-05T16:41:09.639Z[ recovery-image] Aug 05 16:41:08.090 INFO O| Aug 05 16:41:08.090 INFO STEP 659: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58222024-08-05T16:41:09.646Z[ recovery-image] Aug 05 16:41:08.100 INFO O| Aug 05 16:41:08.100 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libtspi.so.1.2.0"
58232024-08-05T16:41:09.650Z[ recovery-image] Aug 05 16:41:08.100 INFO O| Aug 05 16:41:08.100 INFO STEP 659 (remove_files) COMPLETE
58242024-08-05T16:41:09.650Z[ recovery-image] Aug 05 16:41:08.100 INFO O| Aug 05 16:41:08.100 INFO STEP 660: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58252024-08-05T16:41:09.656Z[ recovery-image] Aug 05 16:41:08.110 INFO O| Aug 05 16:41:08.110 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libvolmgt.so.1"
58262024-08-05T16:41:09.656Z[ recovery-image] Aug 05 16:41:08.110 INFO O| Aug 05 16:41:08.110 INFO STEP 660 (remove_files) COMPLETE
58272024-08-05T16:41:09.659Z[ recovery-image] Aug 05 16:41:08.110 INFO O| Aug 05 16:41:08.110 INFO STEP 661: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58282024-08-05T16:41:09.666Z[ recovery-image] Aug 05 16:41:08.120 INFO O| Aug 05 16:41:08.120 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/liby.so.1"
58292024-08-05T16:41:09.669Z[ recovery-image] Aug 05 16:41:08.120 INFO O| Aug 05 16:41:08.120 INFO STEP 661 (remove_files) COMPLETE
58302024-08-05T16:41:09.669Z[ recovery-image] Aug 05 16:41:08.120 INFO O| Aug 05 16:41:08.120 INFO STEP 662: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58312024-08-05T16:41:09.676Z[ recovery-image] Aug 05 16:41:08.130 INFO O| Aug 05 16:41:08.130 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libzfs_jni.so.1"
58322024-08-05T16:41:09.676Z[ recovery-image] Aug 05 16:41:08.130 INFO O| Aug 05 16:41:08.130 INFO STEP 662 (remove_files) COMPLETE
58332024-08-05T16:41:09.676Z[ recovery-image] Aug 05 16:41:08.130 INFO O| Aug 05 16:41:08.130 INFO STEP 663: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58342024-08-05T16:41:09.688Z[ recovery-image] Aug 05 16:41:08.140 INFO O| Aug 05 16:41:08.140 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libzfsbootenv.so.1"
58352024-08-05T16:41:09.691Z[ recovery-image] Aug 05 16:41:08.140 INFO O| Aug 05 16:41:08.140 INFO STEP 663 (remove_files) COMPLETE
58362024-08-05T16:41:09.691Z[ recovery-image] Aug 05 16:41:08.140 INFO O| Aug 05 16:41:08.140 INFO STEP 664: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58372024-08-05T16:41:09.696Z[ recovery-image] Aug 05 16:41:08.150 INFO O| Aug 05 16:41:08.150 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libzonecfg.so.1"
58382024-08-05T16:41:09.700Z[ recovery-image] Aug 05 16:41:08.150 INFO O| Aug 05 16:41:08.150 INFO STEP 664 (remove_files) COMPLETE
58392024-08-05T16:41:09.700Z[ recovery-image] Aug 05 16:41:08.150 INFO O| Aug 05 16:41:08.150 INFO STEP 665: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58402024-08-05T16:41:09.706Z[ recovery-image] Aug 05 16:41:08.160 INFO O| Aug 05 16:41:08.160 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libzoneinfo.so.1"
58412024-08-05T16:41:09.706Z[ recovery-image] Aug 05 16:41:08.160 INFO O| Aug 05 16:41:08.160 INFO STEP 665 (remove_files) COMPLETE
58422024-08-05T16:41:09.709Z[ recovery-image] Aug 05 16:41:08.160 INFO O| Aug 05 16:41:08.160 INFO STEP 666: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58432024-08-05T16:41:09.716Z[ recovery-image] Aug 05 16:41:08.170 INFO O| Aug 05 16:41:08.170 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libzonestat.so.1"
58442024-08-05T16:41:09.716Z[ recovery-image] Aug 05 16:41:08.170 INFO O| Aug 05 16:41:08.170 INFO STEP 666 (remove_files) COMPLETE
58452024-08-05T16:41:09.719Z[ recovery-image] Aug 05 16:41:08.170 INFO O| Aug 05 16:41:08.170 INFO STEP 667: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58462024-08-05T16:41:09.725Z[ recovery-image] Aug 05 16:41:08.179 INFO O| Aug 05 16:41:08.179 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libzpool.so.1"
58472024-08-05T16:41:09.728Z[ recovery-image] Aug 05 16:41:08.179 INFO O| Aug 05 16:41:08.179 INFO STEP 667 (remove_files) COMPLETE
58482024-08-05T16:41:09.728Z[ recovery-image] Aug 05 16:41:08.179 INFO O| Aug 05 16:41:08.179 INFO STEP 668: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58492024-08-05T16:41:09.735Z[ recovery-image] Aug 05 16:41:08.189 INFO O| Aug 05 16:41:08.189 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/madv.so.1"
58502024-08-05T16:41:09.735Z[ recovery-image] Aug 05 16:41:08.189 INFO O| Aug 05 16:41:08.189 INFO STEP 668 (remove_files) COMPLETE
58512024-08-05T16:41:09.735Z[ recovery-image] Aug 05 16:41:08.189 INFO O| Aug 05 16:41:08.189 INFO STEP 669: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58522024-08-05T16:41:09.746Z[ recovery-image] Aug 05 16:41:08.199 INFO O| Aug 05 16:41:08.199 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/mpss.so.1"
58532024-08-05T16:41:09.746Z[ recovery-image] Aug 05 16:41:08.199 INFO O| Aug 05 16:41:08.199 INFO STEP 669 (remove_files) COMPLETE
58542024-08-05T16:41:09.750Z[ recovery-image] Aug 05 16:41:08.199 INFO O| Aug 05 16:41:08.199 INFO STEP 670: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58552024-08-05T16:41:09.755Z[ recovery-image] Aug 05 16:41:08.209 INFO O| Aug 05 16:41:08.209 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/nss_ad.so.1"
58562024-08-05T16:41:09.755Z[ recovery-image] Aug 05 16:41:08.209 INFO O| Aug 05 16:41:08.209 INFO STEP 670 (remove_files) COMPLETE
58572024-08-05T16:41:09.755Z[ recovery-image] Aug 05 16:41:08.209 INFO O| Aug 05 16:41:08.209 INFO STEP 671: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58582024-08-05T16:41:09.766Z[ recovery-image] Aug 05 16:41:08.218 INFO O| Aug 05 16:41:08.218 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/nss_ldap.so.1"
58592024-08-05T16:41:09.766Z[ recovery-image] Aug 05 16:41:08.218 INFO O| Aug 05 16:41:08.218 INFO STEP 671 (remove_files) COMPLETE
58602024-08-05T16:41:09.766Z[ recovery-image] Aug 05 16:41:08.218 INFO O| Aug 05 16:41:08.218 INFO STEP 672: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58612024-08-05T16:41:09.775Z[ recovery-image] Aug 05 16:41:08.228 INFO O| Aug 05 16:41:08.228 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/passwdutil.so.1"
58622024-08-05T16:41:09.778Z[ recovery-image] Aug 05 16:41:08.228 INFO O| Aug 05 16:41:08.228 INFO STEP 672 (remove_files) COMPLETE
58632024-08-05T16:41:09.778Z[ recovery-image] Aug 05 16:41:08.228 INFO O| Aug 05 16:41:08.228 INFO STEP 673: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58642024-08-05T16:41:09.784Z[ recovery-image] Aug 05 16:41:08.238 INFO O| Aug 05 16:41:08.238 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/bash.pc"
58652024-08-05T16:41:09.787Z[ recovery-image] Aug 05 16:41:08.238 INFO O| Aug 05 16:41:08.238 INFO STEP 673 (remove_files) COMPLETE
58662024-08-05T16:41:09.788Z[ recovery-image] Aug 05 16:41:08.238 INFO O| Aug 05 16:41:08.238 INFO STEP 674: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58672024-08-05T16:41:09.794Z[ recovery-image] Aug 05 16:41:08.248 INFO O| Aug 05 16:41:08.248 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/dbus-1.pc"
58682024-08-05T16:41:09.794Z[ recovery-image] Aug 05 16:41:08.248 INFO O| Aug 05 16:41:08.248 INFO STEP 674 (remove_files) COMPLETE
58692024-08-05T16:41:09.794Z[ recovery-image] Aug 05 16:41:08.248 INFO O| Aug 05 16:41:08.248 INFO STEP 675: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58702024-08-05T16:41:09.804Z[ recovery-image] Aug 05 16:41:08.258 INFO O| Aug 05 16:41:08.258 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/expat.pc"
58712024-08-05T16:41:09.807Z[ recovery-image] Aug 05 16:41:08.259 INFO O| Aug 05 16:41:08.259 INFO STEP 675 (remove_files) COMPLETE
58722024-08-05T16:41:09.807Z[ recovery-image] Aug 05 16:41:08.259 INFO O| Aug 05 16:41:08.259 INFO STEP 676: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58732024-08-05T16:41:09.814Z[ recovery-image] Aug 05 16:41:08.268 INFO O| Aug 05 16:41:08.268 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/form.pc"
58742024-08-05T16:41:09.815Z[ recovery-image] Aug 05 16:41:08.269 INFO O| Aug 05 16:41:08.268 INFO STEP 676 (remove_files) COMPLETE
58752024-08-05T16:41:09.818Z[ recovery-image] Aug 05 16:41:08.269 INFO O| Aug 05 16:41:08.269 INFO STEP 677: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58762024-08-05T16:41:09.824Z[ recovery-image] Aug 05 16:41:08.278 INFO O| Aug 05 16:41:08.278 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/libbrotlicommon.pc"
58772024-08-05T16:41:09.824Z[ recovery-image] Aug 05 16:41:08.278 INFO O| Aug 05 16:41:08.278 INFO STEP 677 (remove_files) COMPLETE
58782024-08-05T16:41:09.824Z[ recovery-image] Aug 05 16:41:08.278 INFO O| Aug 05 16:41:08.278 INFO STEP 678: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58792024-08-05T16:41:09.835Z[ recovery-image] Aug 05 16:41:08.288 INFO O| Aug 05 16:41:08.288 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/libbrotlidec.pc"
58802024-08-05T16:41:09.835Z[ recovery-image] Aug 05 16:41:08.288 INFO O| Aug 05 16:41:08.288 INFO STEP 678 (remove_files) COMPLETE
58812024-08-05T16:41:09.838Z[ recovery-image] Aug 05 16:41:08.288 INFO O| Aug 05 16:41:08.288 INFO STEP 679: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58822024-08-05T16:41:09.843Z[ recovery-image] Aug 05 16:41:08.298 INFO O| Aug 05 16:41:08.298 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/libbrotlienc.pc"
58832024-08-05T16:41:09.843Z[ recovery-image] Aug 05 16:41:08.298 INFO O| Aug 05 16:41:08.298 INFO STEP 679 (remove_files) COMPLETE
58842024-08-05T16:41:09.846Z[ recovery-image] Aug 05 16:41:08.298 INFO O| Aug 05 16:41:08.298 INFO STEP 680: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58852024-08-05T16:41:09.854Z[ recovery-image] Aug 05 16:41:08.308 INFO O| Aug 05 16:41:08.307 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/libcurl.pc"
58862024-08-05T16:41:09.854Z[ recovery-image] Aug 05 16:41:08.308 INFO O| Aug 05 16:41:08.308 INFO STEP 680 (remove_files) COMPLETE
58872024-08-05T16:41:09.854Z[ recovery-image] Aug 05 16:41:08.308 INFO O| Aug 05 16:41:08.308 INFO STEP 681: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58882024-08-05T16:41:09.865Z[ recovery-image] Aug 05 16:41:08.317 INFO O| Aug 05 16:41:08.317 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/libedit.pc"
58892024-08-05T16:41:09.865Z[ recovery-image] Aug 05 16:41:08.317 INFO O| Aug 05 16:41:08.317 INFO STEP 681 (remove_files) COMPLETE
58902024-08-05T16:41:09.868Z[ recovery-image] Aug 05 16:41:08.317 INFO O| Aug 05 16:41:08.317 INFO STEP 682: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58912024-08-05T16:41:09.873Z[ recovery-image] Aug 05 16:41:08.327 INFO O| Aug 05 16:41:08.327 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/libidn.pc"
58922024-08-05T16:41:09.873Z[ recovery-image] Aug 05 16:41:08.327 INFO O| Aug 05 16:41:08.327 INFO STEP 682 (remove_files) COMPLETE
58932024-08-05T16:41:09.877Z[ recovery-image] Aug 05 16:41:08.327 INFO O| Aug 05 16:41:08.327 INFO STEP 683: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58942024-08-05T16:41:09.884Z[ recovery-image] Aug 05 16:41:08.337 INFO O| Aug 05 16:41:08.337 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/liblz4.pc"
58952024-08-05T16:41:09.884Z[ recovery-image] Aug 05 16:41:08.337 INFO O| Aug 05 16:41:08.337 INFO STEP 683 (remove_files) COMPLETE
58962024-08-05T16:41:09.884Z[ recovery-image] Aug 05 16:41:08.337 INFO O| Aug 05 16:41:08.337 INFO STEP 684: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58972024-08-05T16:41:09.893Z[ recovery-image] Aug 05 16:41:08.347 INFO O| Aug 05 16:41:08.347 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/liblzma.pc"
58982024-08-05T16:41:09.896Z[ recovery-image] Aug 05 16:41:08.347 INFO O| Aug 05 16:41:08.347 INFO STEP 684 (remove_files) COMPLETE
58992024-08-05T16:41:09.896Z[ recovery-image] Aug 05 16:41:08.347 INFO O| Aug 05 16:41:08.347 INFO STEP 685: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59002024-08-05T16:41:09.903Z[ recovery-image] Aug 05 16:41:08.357 INFO O| Aug 05 16:41:08.357 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/libnghttp2.pc"
59012024-08-05T16:41:09.905Z[ recovery-image] Aug 05 16:41:08.357 INFO O| Aug 05 16:41:08.357 INFO STEP 685 (remove_files) COMPLETE
59022024-08-05T16:41:09.906Z[ recovery-image] Aug 05 16:41:08.357 INFO O| Aug 05 16:41:08.357 INFO STEP 686: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59032024-08-05T16:41:09.912Z[ recovery-image] Aug 05 16:41:08.366 INFO O| Aug 05 16:41:08.366 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/libpcap.pc"
59042024-08-05T16:41:09.912Z[ recovery-image] Aug 05 16:41:08.366 INFO O| Aug 05 16:41:08.366 INFO STEP 686 (remove_files) COMPLETE
59052024-08-05T16:41:09.915Z[ recovery-image] Aug 05 16:41:08.366 INFO O| Aug 05 16:41:08.366 INFO STEP 687: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59062024-08-05T16:41:09.922Z[ recovery-image] Aug 05 16:41:08.376 INFO O| Aug 05 16:41:08.376 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/libpcre.pc"
59072024-08-05T16:41:09.925Z[ recovery-image] Aug 05 16:41:08.377 INFO O| Aug 05 16:41:08.377 INFO STEP 687 (remove_files) COMPLETE
59082024-08-05T16:41:09.925Z[ recovery-image] Aug 05 16:41:08.377 INFO O| Aug 05 16:41:08.377 INFO STEP 688: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59092024-08-05T16:41:09.933Z[ recovery-image] Aug 05 16:41:08.387 INFO O| Aug 05 16:41:08.387 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/libpcre2-8.pc"
59102024-08-05T16:41:09.933Z[ recovery-image] Aug 05 16:41:08.387 INFO O| Aug 05 16:41:08.387 INFO STEP 688 (remove_files) COMPLETE
59112024-08-05T16:41:09.933Z[ recovery-image] Aug 05 16:41:08.387 INFO O| Aug 05 16:41:08.387 INFO STEP 689: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59122024-08-05T16:41:09.943Z[ recovery-image] Aug 05 16:41:08.397 INFO O| Aug 05 16:41:08.397 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/libpcre2-posix.pc"
59132024-08-05T16:41:09.943Z[ recovery-image] Aug 05 16:41:08.397 INFO O| Aug 05 16:41:08.397 INFO STEP 689 (remove_files) COMPLETE
59142024-08-05T16:41:09.943Z[ recovery-image] Aug 05 16:41:08.397 INFO O| Aug 05 16:41:08.397 INFO STEP 690: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59152024-08-05T16:41:09.953Z[ recovery-image] Aug 05 16:41:08.407 INFO O| Aug 05 16:41:08.407 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/libpcrecpp.pc"
59162024-08-05T16:41:09.953Z[ recovery-image] Aug 05 16:41:08.407 INFO O| Aug 05 16:41:08.407 INFO STEP 690 (remove_files) COMPLETE
59172024-08-05T16:41:09.953Z[ recovery-image] Aug 05 16:41:08.407 INFO O| Aug 05 16:41:08.407 INFO STEP 691: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59182024-08-05T16:41:09.963Z[ recovery-image] Aug 05 16:41:08.417 INFO O| Aug 05 16:41:08.417 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/libpcreposix.pc"
59192024-08-05T16:41:09.963Z[ recovery-image] Aug 05 16:41:08.417 INFO O| Aug 05 16:41:08.417 INFO STEP 691 (remove_files) COMPLETE
59202024-08-05T16:41:09.967Z[ recovery-image] Aug 05 16:41:08.417 INFO O| Aug 05 16:41:08.417 INFO STEP 692: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59212024-08-05T16:41:09.976Z[ recovery-image] Aug 05 16:41:08.427 INFO O| Aug 05 16:41:08.427 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/libxml-2.0.pc"
59222024-08-05T16:41:09.976Z[ recovery-image] Aug 05 16:41:08.427 INFO O| Aug 05 16:41:08.427 INFO STEP 692 (remove_files) COMPLETE
59232024-08-05T16:41:09.976Z[ recovery-image] Aug 05 16:41:08.427 INFO O| Aug 05 16:41:08.427 INFO STEP 693: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59242024-08-05T16:41:09.983Z[ recovery-image] Aug 05 16:41:08.437 INFO O| Aug 05 16:41:08.437 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/libzstd.pc"
59252024-08-05T16:41:09.983Z[ recovery-image] Aug 05 16:41:08.437 INFO O| Aug 05 16:41:08.437 INFO STEP 693 (remove_files) COMPLETE
59262024-08-05T16:41:09.986Z[ recovery-image] Aug 05 16:41:08.437 INFO O| Aug 05 16:41:08.437 INFO STEP 694: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59272024-08-05T16:41:09.993Z[ recovery-image] Aug 05 16:41:08.447 INFO O| Aug 05 16:41:08.447 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/menu.pc"
59282024-08-05T16:41:09.993Z[ recovery-image] Aug 05 16:41:08.447 INFO O| Aug 05 16:41:08.447 INFO STEP 694 (remove_files) COMPLETE
59292024-08-05T16:41:09.996Z[ recovery-image] Aug 05 16:41:08.447 INFO O| Aug 05 16:41:08.447 INFO STEP 695: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59302024-08-05T16:41:10.002Z[ recovery-image] Aug 05 16:41:08.457 INFO O| Aug 05 16:41:08.456 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/ncurses++.pc"
59312024-08-05T16:41:10.003Z[ recovery-image] Aug 05 16:41:08.457 INFO O| Aug 05 16:41:08.457 INFO STEP 695 (remove_files) COMPLETE
59322024-08-05T16:41:10.006Z[ recovery-image] Aug 05 16:41:08.457 INFO O| Aug 05 16:41:08.457 INFO STEP 696: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59332024-08-05T16:41:10.012Z[ recovery-image] Aug 05 16:41:08.466 INFO O| Aug 05 16:41:08.466 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/ncurses.pc"
59342024-08-05T16:41:10.012Z[ recovery-image] Aug 05 16:41:08.466 INFO O| Aug 05 16:41:08.466 INFO STEP 696 (remove_files) COMPLETE
59352024-08-05T16:41:10.015Z[ recovery-image] Aug 05 16:41:08.466 INFO O| Aug 05 16:41:08.466 INFO STEP 697: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59362024-08-05T16:41:10.022Z[ recovery-image] Aug 05 16:41:08.476 INFO O| Aug 05 16:41:08.476 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/netsnmp-agent.pc"
59372024-08-05T16:41:10.022Z[ recovery-image] Aug 05 16:41:08.476 INFO O| Aug 05 16:41:08.476 INFO STEP 697 (remove_files) COMPLETE
59382024-08-05T16:41:10.025Z[ recovery-image] Aug 05 16:41:08.476 INFO O| Aug 05 16:41:08.476 INFO STEP 698: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59392024-08-05T16:41:10.032Z[ recovery-image] Aug 05 16:41:08.486 INFO O| Aug 05 16:41:08.486 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/netsnmp.pc"
59402024-08-05T16:41:10.032Z[ recovery-image] Aug 05 16:41:08.486 INFO O| Aug 05 16:41:08.486 INFO STEP 698 (remove_files) COMPLETE
59412024-08-05T16:41:10.032Z[ recovery-image] Aug 05 16:41:08.486 INFO O| Aug 05 16:41:08.486 INFO STEP 699: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59422024-08-05T16:41:10.042Z[ recovery-image] Aug 05 16:41:08.496 INFO O| Aug 05 16:41:08.496 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/panel.pc"
59432024-08-05T16:41:10.042Z[ recovery-image] Aug 05 16:41:08.496 INFO O| Aug 05 16:41:08.496 INFO STEP 699 (remove_files) COMPLETE
59442024-08-05T16:41:10.045Z[ recovery-image] Aug 05 16:41:08.496 INFO O| Aug 05 16:41:08.496 INFO STEP 700: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59452024-08-05T16:41:10.052Z[ recovery-image] Aug 05 16:41:08.506 INFO O| Aug 05 16:41:08.506 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/readline.pc"
59462024-08-05T16:41:10.052Z[ recovery-image] Aug 05 16:41:08.506 INFO O| Aug 05 16:41:08.506 INFO STEP 700 (remove_files) COMPLETE
59472024-08-05T16:41:10.052Z[ recovery-image] Aug 05 16:41:08.506 INFO O| Aug 05 16:41:08.506 INFO STEP 701: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59482024-08-05T16:41:10.062Z[ recovery-image] Aug 05 16:41:08.516 INFO O| Aug 05 16:41:08.516 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/sqlite3.pc"
59492024-08-05T16:41:10.062Z[ recovery-image] Aug 05 16:41:08.516 INFO O| Aug 05 16:41:08.516 INFO STEP 701 (remove_files) COMPLETE
59502024-08-05T16:41:10.065Z[ recovery-image] Aug 05 16:41:08.516 INFO O| Aug 05 16:41:08.516 INFO STEP 702: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59512024-08-05T16:41:10.072Z[ recovery-image] Aug 05 16:41:08.526 INFO O| Aug 05 16:41:08.526 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/zlib.pc"
59522024-08-05T16:41:10.072Z[ recovery-image] Aug 05 16:41:08.526 INFO O| Aug 05 16:41:08.526 INFO STEP 702 (remove_files) COMPLETE
59532024-08-05T16:41:10.075Z[ recovery-image] Aug 05 16:41:08.526 INFO O| Aug 05 16:41:08.526 INFO STEP 703: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59542024-08-05T16:41:10.081Z[ recovery-image] Aug 05 16:41:08.536 INFO O| Aug 05 16:41:08.536 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/straddr.so.2"
59552024-08-05T16:41:10.082Z[ recovery-image] Aug 05 16:41:08.536 INFO O| Aug 05 16:41:08.536 INFO STEP 703 (remove_files) COMPLETE
59562024-08-05T16:41:10.082Z[ recovery-image] Aug 05 16:41:08.536 INFO O| Aug 05 16:41:08.536 INFO STEP 704: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59572024-08-05T16:41:10.091Z[ recovery-image] Aug 05 16:41:08.545 INFO O| Aug 05 16:41:08.545 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/watchmalloc.so.1"
59582024-08-05T16:41:10.091Z[ recovery-image] Aug 05 16:41:08.545 INFO O| Aug 05 16:41:08.545 INFO STEP 704 (remove_files) COMPLETE
59592024-08-05T16:41:10.091Z[ recovery-image] Aug 05 16:41:08.545 INFO O| Aug 05 16:41:08.545 INFO STEP 705: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59602024-08-05T16:41:10.101Z[ recovery-image] Aug 05 16:41:08.555 INFO O| Aug 05 16:41:08.555 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/audit/audit_record_attr"
59612024-08-05T16:41:10.101Z[ recovery-image] Aug 05 16:41:08.555 INFO O| Aug 05 16:41:08.555 INFO STEP 705 (remove_files) COMPLETE
59622024-08-05T16:41:10.101Z[ recovery-image] Aug 05 16:41:08.555 INFO O| Aug 05 16:41:08.555 INFO STEP 706: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59632024-08-05T16:41:10.111Z[ recovery-image] Aug 05 16:41:08.565 INFO O| Aug 05 16:41:08.565 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/brand/shared/common.ksh"
59642024-08-05T16:41:10.111Z[ recovery-image] Aug 05 16:41:08.565 INFO O| Aug 05 16:41:08.565 INFO STEP 706 (remove_files) COMPLETE
59652024-08-05T16:41:10.114Z[ recovery-image] Aug 05 16:41:08.565 INFO O| Aug 05 16:41:08.565 INFO STEP 707: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59662024-08-05T16:41:10.123Z[ recovery-image] Aug 05 16:41:08.577 INFO O| Aug 05 16:41:08.577 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/brand/shared/query"
59672024-08-05T16:41:10.123Z[ recovery-image] Aug 05 16:41:08.577 INFO O| Aug 05 16:41:08.577 INFO STEP 707 (remove_files) COMPLETE
59682024-08-05T16:41:10.123Z[ recovery-image] Aug 05 16:41:08.577 INFO O| Aug 05 16:41:08.577 INFO STEP 708: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59692024-08-05T16:41:10.135Z[ recovery-image] Aug 05 16:41:08.589 INFO O| Aug 05 16:41:08.589 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/brand/shared/uninstall.ksh"
59702024-08-05T16:41:10.135Z[ recovery-image] Aug 05 16:41:08.589 INFO O| Aug 05 16:41:08.589 INFO STEP 708 (remove_files) COMPLETE
59712024-08-05T16:41:10.138Z[ recovery-image] Aug 05 16:41:08.589 INFO O| Aug 05 16:41:08.589 INFO STEP 709: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59722024-08-05T16:41:10.146Z[ recovery-image] Aug 05 16:41:08.600 INFO O| Aug 05 16:41:08.600 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/cfgadm/amd64/ib.so.1"
59732024-08-05T16:41:10.149Z[ recovery-image] Aug 05 16:41:08.600 INFO O| Aug 05 16:41:08.600 INFO STEP 709 (remove_files) COMPLETE
59742024-08-05T16:41:10.149Z[ recovery-image] Aug 05 16:41:08.600 INFO O| Aug 05 16:41:08.600 INFO STEP 710: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59752024-08-05T16:41:10.157Z[ recovery-image] Aug 05 16:41:08.611 INFO O| Aug 05 16:41:08.611 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/cfgadm/amd64/pci.so.1"
59762024-08-05T16:41:10.158Z[ recovery-image] Aug 05 16:41:08.611 INFO O| Aug 05 16:41:08.611 INFO STEP 710 (remove_files) COMPLETE
59772024-08-05T16:41:10.161Z[ recovery-image] Aug 05 16:41:08.611 INFO O| Aug 05 16:41:08.611 INFO STEP 711: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59782024-08-05T16:41:10.168Z[ recovery-image] Aug 05 16:41:08.623 INFO O| Aug 05 16:41:08.622 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/cfgadm/amd64/sata.so.1"
59792024-08-05T16:41:10.171Z[ recovery-image] Aug 05 16:41:08.623 INFO O| Aug 05 16:41:08.623 INFO STEP 711 (remove_files) COMPLETE
59802024-08-05T16:41:10.171Z[ recovery-image] Aug 05 16:41:08.623 INFO O| Aug 05 16:41:08.623 INFO STEP 712: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59812024-08-05T16:41:10.179Z[ recovery-image] Aug 05 16:41:08.633 INFO O| Aug 05 16:41:08.633 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/cfgadm/amd64/scsi.so.1"
59822024-08-05T16:41:10.179Z[ recovery-image] Aug 05 16:41:08.633 INFO O| Aug 05 16:41:08.633 INFO STEP 712 (remove_files) COMPLETE
59832024-08-05T16:41:10.182Z[ recovery-image] Aug 05 16:41:08.633 INFO O| Aug 05 16:41:08.633 INFO STEP 713: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59842024-08-05T16:41:10.189Z[ recovery-image] Aug 05 16:41:08.644 INFO O| Aug 05 16:41:08.644 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/cfgadm/amd64/usb.so.1"
59852024-08-05T16:41:10.192Z[ recovery-image] Aug 05 16:41:08.644 INFO O| Aug 05 16:41:08.644 INFO STEP 713 (remove_files) COMPLETE
59862024-08-05T16:41:10.192Z[ recovery-image] Aug 05 16:41:08.644 INFO O| Aug 05 16:41:08.644 INFO STEP 714: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59872024-08-05T16:41:10.201Z[ recovery-image] Aug 05 16:41:08.655 INFO O| Aug 05 16:41:08.655 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/cfgadm/ib.so.1"
59882024-08-05T16:41:10.201Z[ recovery-image] Aug 05 16:41:08.655 INFO O| Aug 05 16:41:08.655 INFO STEP 714 (remove_files) COMPLETE
59892024-08-05T16:41:10.204Z[ recovery-image] Aug 05 16:41:08.655 INFO O| Aug 05 16:41:08.655 INFO STEP 715: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59902024-08-05T16:41:10.212Z[ recovery-image] Aug 05 16:41:08.666 INFO O| Aug 05 16:41:08.666 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/cfgadm/pci.so.1"
59912024-08-05T16:41:10.212Z[ recovery-image] Aug 05 16:41:08.666 INFO O| Aug 05 16:41:08.666 INFO STEP 715 (remove_files) COMPLETE
59922024-08-05T16:41:10.215Z[ recovery-image] Aug 05 16:41:08.666 INFO O| Aug 05 16:41:08.666 INFO STEP 716: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59932024-08-05T16:41:10.222Z[ recovery-image] Aug 05 16:41:08.676 INFO O| Aug 05 16:41:08.676 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/cfgadm/sata.so.1"
59942024-08-05T16:41:10.222Z[ recovery-image] Aug 05 16:41:08.677 INFO O| Aug 05 16:41:08.677 INFO STEP 716 (remove_files) COMPLETE
59952024-08-05T16:41:10.223Z[ recovery-image] Aug 05 16:41:08.677 INFO O| Aug 05 16:41:08.677 INFO STEP 717: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59962024-08-05T16:41:10.233Z[ recovery-image] Aug 05 16:41:08.687 INFO O| Aug 05 16:41:08.687 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/cfgadm/scsi.so.1"
59972024-08-05T16:41:10.233Z[ recovery-image] Aug 05 16:41:08.687 INFO O| Aug 05 16:41:08.687 INFO STEP 717 (remove_files) COMPLETE
59982024-08-05T16:41:10.236Z[ recovery-image] Aug 05 16:41:08.687 INFO O| Aug 05 16:41:08.687 INFO STEP 718: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59992024-08-05T16:41:10.244Z[ recovery-image] Aug 05 16:41:08.698 INFO O| Aug 05 16:41:08.698 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/cfgadm/shp.so.1"
60002024-08-05T16:41:10.247Z[ recovery-image] Aug 05 16:41:08.698 INFO O| Aug 05 16:41:08.698 INFO STEP 718 (remove_files) COMPLETE
60012024-08-05T16:41:10.247Z[ recovery-image] Aug 05 16:41:08.698 INFO O| Aug 05 16:41:08.698 INFO STEP 719: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60022024-08-05T16:41:10.255Z[ recovery-image] Aug 05 16:41:08.709 INFO O| Aug 05 16:41:08.709 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/cfgadm/usb.so.1"
60032024-08-05T16:41:10.255Z[ recovery-image] Aug 05 16:41:08.709 INFO O| Aug 05 16:41:08.709 INFO STEP 719 (remove_files) COMPLETE
60042024-08-05T16:41:10.255Z[ recovery-image] Aug 05 16:41:08.709 INFO O| Aug 05 16:41:08.709 INFO STEP 720: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60052024-08-05T16:41:10.267Z[ recovery-image] Aug 05 16:41:08.720 INFO O| Aug 05 16:41:08.720 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/class/FX/FXdispadmin"
60062024-08-05T16:41:10.267Z[ recovery-image] Aug 05 16:41:08.720 INFO O| Aug 05 16:41:08.720 INFO STEP 720 (remove_files) COMPLETE
60072024-08-05T16:41:10.271Z[ recovery-image] Aug 05 16:41:08.720 INFO O| Aug 05 16:41:08.720 INFO STEP 721: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60082024-08-05T16:41:10.277Z[ recovery-image] Aug 05 16:41:08.731 INFO O| Aug 05 16:41:08.731 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/class/FX/FXpriocntl"
60092024-08-05T16:41:10.277Z[ recovery-image] Aug 05 16:41:08.731 INFO O| Aug 05 16:41:08.731 INFO STEP 721 (remove_files) COMPLETE
60102024-08-05T16:41:10.281Z[ recovery-image] Aug 05 16:41:08.731 INFO O| Aug 05 16:41:08.731 INFO STEP 722: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60112024-08-05T16:41:10.288Z[ recovery-image] Aug 05 16:41:08.741 INFO O| Aug 05 16:41:08.741 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/class/IA/IAdispadmin"
60122024-08-05T16:41:10.288Z[ recovery-image] Aug 05 16:41:08.741 INFO O| Aug 05 16:41:08.741 INFO STEP 722 (remove_files) COMPLETE
60132024-08-05T16:41:10.291Z[ recovery-image] Aug 05 16:41:08.742 INFO O| Aug 05 16:41:08.741 INFO STEP 723: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60142024-08-05T16:41:10.297Z[ recovery-image] Aug 05 16:41:08.752 INFO O| Aug 05 16:41:08.752 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/class/IA/IApriocntl"
60152024-08-05T16:41:10.298Z[ recovery-image] Aug 05 16:41:08.752 INFO O| Aug 05 16:41:08.752 INFO STEP 723 (remove_files) COMPLETE
60162024-08-05T16:41:10.300Z[ recovery-image] Aug 05 16:41:08.752 INFO O| Aug 05 16:41:08.752 INFO STEP 724: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60172024-08-05T16:41:10.307Z[ recovery-image] Aug 05 16:41:08.762 INFO O| Aug 05 16:41:08.762 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/class/RT/RTdispadmin"
60182024-08-05T16:41:10.308Z[ recovery-image] Aug 05 16:41:08.762 INFO O| Aug 05 16:41:08.762 INFO STEP 724 (remove_files) COMPLETE
60192024-08-05T16:41:10.310Z[ recovery-image] Aug 05 16:41:08.762 INFO O| Aug 05 16:41:08.762 INFO STEP 725: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60202024-08-05T16:41:10.318Z[ recovery-image] Aug 05 16:41:08.772 INFO O| Aug 05 16:41:08.772 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/class/RT/RTpriocntl"
60212024-08-05T16:41:10.318Z[ recovery-image] Aug 05 16:41:08.772 INFO O| Aug 05 16:41:08.772 INFO STEP 725 (remove_files) COMPLETE
60222024-08-05T16:41:10.320Z[ recovery-image] Aug 05 16:41:08.772 INFO O| Aug 05 16:41:08.772 INFO STEP 726: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60232024-08-05T16:41:10.328Z[ recovery-image] Aug 05 16:41:08.782 INFO O| Aug 05 16:41:08.782 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/class/SDC/SDCdispadmin"
60242024-08-05T16:41:10.331Z[ recovery-image] Aug 05 16:41:08.782 INFO O| Aug 05 16:41:08.782 INFO STEP 726 (remove_files) COMPLETE
60252024-08-05T16:41:10.331Z[ recovery-image] Aug 05 16:41:08.782 INFO O| Aug 05 16:41:08.782 INFO STEP 727: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60262024-08-05T16:41:10.338Z[ recovery-image] Aug 05 16:41:08.792 INFO O| Aug 05 16:41:08.792 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/class/SDC/SDCpriocntl"
60272024-08-05T16:41:10.338Z[ recovery-image] Aug 05 16:41:08.792 INFO O| Aug 05 16:41:08.792 INFO STEP 727 (remove_files) COMPLETE
60282024-08-05T16:41:10.338Z[ recovery-image] Aug 05 16:41:08.792 INFO O| Aug 05 16:41:08.792 INFO STEP 728: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60292024-08-05T16:41:10.348Z[ recovery-image] Aug 05 16:41:08.802 INFO O| Aug 05 16:41:08.802 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/class/TS/TSdispadmin"
60302024-08-05T16:41:10.348Z[ recovery-image] Aug 05 16:41:08.802 INFO O| Aug 05 16:41:08.802 INFO STEP 728 (remove_files) COMPLETE
60312024-08-05T16:41:10.351Z[ recovery-image] Aug 05 16:41:08.802 INFO O| Aug 05 16:41:08.802 INFO STEP 729: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60322024-08-05T16:41:10.359Z[ recovery-image] Aug 05 16:41:08.813 INFO O| Aug 05 16:41:08.813 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/class/TS/TSpriocntl"
60332024-08-05T16:41:10.359Z[ recovery-image] Aug 05 16:41:08.813 INFO O| Aug 05 16:41:08.813 INFO STEP 729 (remove_files) COMPLETE
60342024-08-05T16:41:10.362Z[ recovery-image] Aug 05 16:41:08.813 INFO O| Aug 05 16:41:08.813 INFO STEP 730: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60352024-08-05T16:41:10.371Z[ recovery-image] Aug 05 16:41:08.823 INFO O| Aug 05 16:41:08.823 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/cmake/libxml2/libxml2-config.cmake"
60362024-08-05T16:41:10.371Z[ recovery-image] Aug 05 16:41:08.824 INFO O| Aug 05 16:41:08.824 INFO STEP 730 (remove_files) COMPLETE
60372024-08-05T16:41:10.377Z[ recovery-image] Aug 05 16:41:08.824 INFO O| Aug 05 16:41:08.824 INFO STEP 731: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60382024-08-05T16:41:10.381Z[ recovery-image] Aug 05 16:41:08.834 INFO O| Aug 05 16:41:08.834 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/dbus-1.0/include/dbus/dbus-arch-deps.h"
60392024-08-05T16:41:10.381Z[ recovery-image] Aug 05 16:41:08.834 INFO O| Aug 05 16:41:08.834 INFO STEP 731 (remove_files) COMPLETE
60402024-08-05T16:41:10.381Z[ recovery-image] Aug 05 16:41:08.834 INFO O| Aug 05 16:41:08.834 INFO STEP 732: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60412024-08-05T16:41:10.391Z[ recovery-image] Aug 05 16:41:08.845 INFO O| Aug 05 16:41:08.845 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/dl/dlled"
60422024-08-05T16:41:10.394Z[ recovery-image] Aug 05 16:41:08.845 INFO O| Aug 05 16:41:08.845 INFO STEP 732 (remove_files) COMPLETE
60432024-08-05T16:41:10.394Z[ recovery-image] Aug 05 16:41:08.845 INFO O| Aug 05 16:41:08.845 INFO STEP 733: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60442024-08-05T16:41:10.402Z[ recovery-image] Aug 05 16:41:08.856 INFO O| Aug 05 16:41:08.856 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/dl/dlrecv"
60452024-08-05T16:41:10.402Z[ recovery-image] Aug 05 16:41:08.856 INFO O| Aug 05 16:41:08.856 INFO STEP 733 (remove_files) COMPLETE
60462024-08-05T16:41:10.402Z[ recovery-image] Aug 05 16:41:08.856 INFO O| Aug 05 16:41:08.856 INFO STEP 734: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60472024-08-05T16:41:10.414Z[ recovery-image] Aug 05 16:41:08.868 INFO O| Aug 05 16:41:08.867 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/dl/dlsend"
60482024-08-05T16:41:10.417Z[ recovery-image] Aug 05 16:41:08.868 INFO O| Aug 05 16:41:08.868 INFO STEP 734 (remove_files) COMPLETE
60492024-08-05T16:41:10.417Z[ recovery-image] Aug 05 16:41:08.868 INFO O| Aug 05 16:41:08.868 INFO STEP 735: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60502024-08-05T16:41:10.425Z[ recovery-image] Aug 05 16:41:08.879 INFO O| Aug 05 16:41:08.879 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/dl/dltraninfo"
60512024-08-05T16:41:10.425Z[ recovery-image] Aug 05 16:41:08.879 INFO O| Aug 05 16:41:08.879 INFO STEP 735 (remove_files) COMPLETE
60522024-08-05T16:41:10.428Z[ recovery-image] Aug 05 16:41:08.879 INFO O| Aug 05 16:41:08.879 INFO STEP 736: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60532024-08-05T16:41:10.436Z[ recovery-image] Aug 05 16:41:08.890 INFO O| Aug 05 16:41:08.890 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/dtrace/64/drti.o"
60542024-08-05T16:41:10.439Z[ recovery-image] Aug 05 16:41:08.891 INFO O| Aug 05 16:41:08.891 INFO STEP 736 (remove_files) COMPLETE
60552024-08-05T16:41:10.439Z[ recovery-image] Aug 05 16:41:08.891 INFO O| Aug 05 16:41:08.891 INFO STEP 737: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60562024-08-05T16:41:10.449Z[ recovery-image] Aug 05 16:41:08.903 INFO O| Aug 05 16:41:08.902 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/dtrace/64/libdtrace_forceload.so"
60572024-08-05T16:41:10.449Z[ recovery-image] Aug 05 16:41:08.903 INFO O| Aug 05 16:41:08.903 INFO STEP 737 (remove_files) COMPLETE
60582024-08-05T16:41:10.449Z[ recovery-image] Aug 05 16:41:08.903 INFO O| Aug 05 16:41:08.903 INFO STEP 738: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60592024-08-05T16:41:10.459Z[ recovery-image] Aug 05 16:41:08.913 INFO O| Aug 05 16:41:08.913 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/dtrace/64/sftp64.d"
60602024-08-05T16:41:10.459Z[ recovery-image] Aug 05 16:41:08.913 INFO O| Aug 05 16:41:08.913 INFO STEP 738 (remove_files) COMPLETE
60612024-08-05T16:41:10.459Z[ recovery-image] Aug 05 16:41:08.913 INFO O| Aug 05 16:41:08.913 INFO STEP 739: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60622024-08-05T16:41:10.470Z[ recovery-image] Aug 05 16:41:08.924 INFO O| Aug 05 16:41:08.924 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/dtrace/drti.o"
60632024-08-05T16:41:10.470Z[ recovery-image] Aug 05 16:41:08.924 INFO O| Aug 05 16:41:08.924 INFO STEP 739 (remove_files) COMPLETE
60642024-08-05T16:41:10.470Z[ recovery-image] Aug 05 16:41:08.924 INFO O| Aug 05 16:41:08.924 INFO STEP 740: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60652024-08-05T16:41:10.480Z[ recovery-image] Aug 05 16:41:08.934 INFO O| Aug 05 16:41:08.934 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/dtrace/libdtrace_forceload.so"
60662024-08-05T16:41:10.480Z[ recovery-image] Aug 05 16:41:08.935 INFO O| Aug 05 16:41:08.934 INFO STEP 740 (remove_files) COMPLETE
60672024-08-05T16:41:10.481Z[ recovery-image] Aug 05 16:41:08.935 INFO O| Aug 05 16:41:08.935 INFO STEP 741: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60682024-08-05T16:41:10.491Z[ recovery-image] Aug 05 16:41:08.945 INFO O| Aug 05 16:41:08.945 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/amd64/libdiagcode.so.1"
60692024-08-05T16:41:10.494Z[ recovery-image] Aug 05 16:41:08.945 INFO O| Aug 05 16:41:08.945 INFO STEP 741 (remove_files) COMPLETE
60702024-08-05T16:41:10.494Z[ recovery-image] Aug 05 16:41:08.945 INFO O| Aug 05 16:41:08.945 INFO STEP 742: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60712024-08-05T16:41:10.501Z[ recovery-image] Aug 05 16:41:08.955 INFO O| Aug 05 16:41:08.955 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/amd64/libdiskstatus.so.1"
60722024-08-05T16:41:10.501Z[ recovery-image] Aug 05 16:41:08.955 INFO O| Aug 05 16:41:08.955 INFO STEP 742 (remove_files) COMPLETE
60732024-08-05T16:41:10.501Z[ recovery-image] Aug 05 16:41:08.955 INFO O| Aug 05 16:41:08.955 INFO STEP 743: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60742024-08-05T16:41:10.511Z[ recovery-image] Aug 05 16:41:08.965 INFO O| Aug 05 16:41:08.965 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/amd64/libfmd_adm.so.1"
60752024-08-05T16:41:10.511Z[ recovery-image] Aug 05 16:41:08.965 INFO O| Aug 05 16:41:08.965 INFO STEP 743 (remove_files) COMPLETE
60762024-08-05T16:41:10.511Z[ recovery-image] Aug 05 16:41:08.965 INFO O| Aug 05 16:41:08.965 INFO STEP 744: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60772024-08-05T16:41:10.522Z[ recovery-image] Aug 05 16:41:08.976 INFO O| Aug 05 16:41:08.976 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/amd64/libfmd_agent.so.1"
60782024-08-05T16:41:10.522Z[ recovery-image] Aug 05 16:41:08.976 INFO O| Aug 05 16:41:08.976 INFO STEP 744 (remove_files) COMPLETE
60792024-08-05T16:41:10.525Z[ recovery-image] Aug 05 16:41:08.976 INFO O| Aug 05 16:41:08.976 INFO STEP 745: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60802024-08-05T16:41:10.533Z[ recovery-image] Aug 05 16:41:08.987 INFO O| Aug 05 16:41:08.987 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/amd64/libfmd_log.so.1"
60812024-08-05T16:41:10.533Z[ recovery-image] Aug 05 16:41:08.987 INFO O| Aug 05 16:41:08.987 INFO STEP 745 (remove_files) COMPLETE
60822024-08-05T16:41:10.533Z[ recovery-image] Aug 05 16:41:08.987 INFO O| Aug 05 16:41:08.987 INFO STEP 746: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60832024-08-05T16:41:10.546Z[ recovery-image] Aug 05 16:41:08.999 INFO O| Aug 05 16:41:08.999 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/amd64/libfmd_msg.so.1"
60842024-08-05T16:41:10.546Z[ recovery-image] Aug 05 16:41:08.999 INFO O| Aug 05 16:41:08.999 INFO STEP 746 (remove_files) COMPLETE
60852024-08-05T16:41:10.546Z[ recovery-image] Aug 05 16:41:09.000 INFO O| Aug 05 16:41:08.999 INFO STEP 747: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60862024-08-05T16:41:10.559Z[ recovery-image] Aug 05 16:41:09.013 INFO O| Aug 05 16:41:09.013 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/amd64/libfmd_snmp.so.1"
60872024-08-05T16:41:10.559Z[ recovery-image] Aug 05 16:41:09.013 INFO O| Aug 05 16:41:09.013 INFO STEP 747 (remove_files) COMPLETE
60882024-08-05T16:41:10.559Z[ recovery-image] Aug 05 16:41:09.013 INFO O| Aug 05 16:41:09.013 INFO STEP 748: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60892024-08-05T16:41:10.571Z[ recovery-image] Aug 05 16:41:09.025 INFO O| Aug 05 16:41:09.025 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/amd64/libfmnotify.so.1"
60902024-08-05T16:41:10.574Z[ recovery-image] Aug 05 16:41:09.025 INFO O| Aug 05 16:41:09.025 INFO STEP 748 (remove_files) COMPLETE
60912024-08-05T16:41:10.574Z[ recovery-image] Aug 05 16:41:09.025 INFO O| Aug 05 16:41:09.025 INFO STEP 749: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60922024-08-05T16:41:10.584Z[ recovery-image] Aug 05 16:41:09.038 INFO O| Aug 05 16:41:09.037 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/amd64/libseslog.so.1"
60932024-08-05T16:41:10.584Z[ recovery-image] Aug 05 16:41:09.038 INFO O| Aug 05 16:41:09.038 INFO STEP 749 (remove_files) COMPLETE
60942024-08-05T16:41:10.584Z[ recovery-image] Aug 05 16:41:09.038 INFO O| Aug 05 16:41:09.038 INFO STEP 750: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60952024-08-05T16:41:10.596Z[ recovery-image] Aug 05 16:41:09.050 INFO O| Aug 05 16:41:09.050 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/dict/AMD.dict"
60962024-08-05T16:41:10.596Z[ recovery-image] Aug 05 16:41:09.050 INFO O| Aug 05 16:41:09.050 INFO STEP 750 (remove_files) COMPLETE
60972024-08-05T16:41:10.596Z[ recovery-image] Aug 05 16:41:09.050 INFO O| Aug 05 16:41:09.050 INFO STEP 751: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60982024-08-05T16:41:10.610Z[ recovery-image] Aug 05 16:41:09.064 INFO O| Aug 05 16:41:09.064 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/dict/FMNOTIFY.dict"
60992024-08-05T16:41:10.610Z[ recovery-image] Aug 05 16:41:09.064 INFO O| Aug 05 16:41:09.064 INFO STEP 751 (remove_files) COMPLETE
61002024-08-05T16:41:10.610Z[ recovery-image] Aug 05 16:41:09.064 INFO O| Aug 05 16:41:09.064 INFO STEP 752: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61012024-08-05T16:41:10.623Z[ recovery-image] Aug 05 16:41:09.076 INFO O| Aug 05 16:41:09.076 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/dict/GMCA.dict"
61022024-08-05T16:41:10.623Z[ recovery-image] Aug 05 16:41:09.076 INFO O| Aug 05 16:41:09.076 INFO STEP 752 (remove_files) COMPLETE
61032024-08-05T16:41:10.623Z[ recovery-image] Aug 05 16:41:09.077 INFO O| Aug 05 16:41:09.076 INFO STEP 753: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61042024-08-05T16:41:10.634Z[ recovery-image] Aug 05 16:41:09.088 INFO O| Aug 05 16:41:09.088 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/dict/INTEL.dict"
61052024-08-05T16:41:10.634Z[ recovery-image] Aug 05 16:41:09.088 INFO O| Aug 05 16:41:09.088 INFO STEP 753 (remove_files) COMPLETE
61062024-08-05T16:41:10.634Z[ recovery-image] Aug 05 16:41:09.088 INFO O| Aug 05 16:41:09.088 INFO STEP 754: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61072024-08-05T16:41:10.646Z[ recovery-image] Aug 05 16:41:09.100 INFO O| Aug 05 16:41:09.100 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/fminject"
61082024-08-05T16:41:10.646Z[ recovery-image] Aug 05 16:41:09.100 INFO O| Aug 05 16:41:09.100 INFO STEP 754 (remove_files) COMPLETE
61092024-08-05T16:41:10.649Z[ recovery-image] Aug 05 16:41:09.100 INFO O| Aug 05 16:41:09.100 INFO STEP 755: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61102024-08-05T16:41:10.658Z[ recovery-image] Aug 05 16:41:09.111 INFO O| Aug 05 16:41:09.111 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/fmsim"
61112024-08-05T16:41:10.658Z[ recovery-image] Aug 05 16:41:09.111 INFO O| Aug 05 16:41:09.111 INFO STEP 755 (remove_files) COMPLETE
61122024-08-05T16:41:10.660Z[ recovery-image] Aug 05 16:41:09.112 INFO O| Aug 05 16:41:09.111 INFO STEP 756: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61132024-08-05T16:41:10.669Z[ recovery-image] Aug 05 16:41:09.123 INFO O| Aug 05 16:41:09.123 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/fmtopo"
61142024-08-05T16:41:10.672Z[ recovery-image] Aug 05 16:41:09.123 INFO O| Aug 05 16:41:09.123 INFO STEP 756 (remove_files) COMPLETE
61152024-08-05T16:41:10.672Z[ recovery-image] Aug 05 16:41:09.123 INFO O| Aug 05 16:41:09.123 INFO STEP 757: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61162024-08-05T16:41:10.681Z[ recovery-image] Aug 05 16:41:09.135 INFO O| Aug 05 16:41:09.135 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/ipmitopo"
61172024-08-05T16:41:10.681Z[ recovery-image] Aug 05 16:41:09.135 INFO O| Aug 05 16:41:09.135 INFO STEP 757 (remove_files) COMPLETE
61182024-08-05T16:41:10.681Z[ recovery-image] Aug 05 16:41:09.135 INFO O| Aug 05 16:41:09.135 INFO STEP 758: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61192024-08-05T16:41:10.693Z[ recovery-image] Aug 05 16:41:09.147 INFO O| Aug 05 16:41:09.147 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/mcdecode"
61202024-08-05T16:41:10.693Z[ recovery-image] Aug 05 16:41:09.147 INFO O| Aug 05 16:41:09.147 INFO STEP 758 (remove_files) COMPLETE
61212024-08-05T16:41:10.696Z[ recovery-image] Aug 05 16:41:09.147 INFO O| Aug 05 16:41:09.147 INFO STEP 759: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61222024-08-05T16:41:10.705Z[ recovery-image] Aug 05 16:41:09.159 INFO O| Aug 05 16:41:09.159 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/plugins/cpumem-retire.conf"
61232024-08-05T16:41:10.708Z[ recovery-image] Aug 05 16:41:09.159 INFO O| Aug 05 16:41:09.159 INFO STEP 759 (remove_files) COMPLETE
61242024-08-05T16:41:10.708Z[ recovery-image] Aug 05 16:41:09.160 INFO O| Aug 05 16:41:09.159 INFO STEP 760: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61252024-08-05T16:41:10.719Z[ recovery-image] Aug 05 16:41:09.173 INFO O| Aug 05 16:41:09.173 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/amd64/cpu.so"
61262024-08-05T16:41:10.719Z[ recovery-image] Aug 05 16:41:09.173 INFO O| Aug 05 16:41:09.173 INFO STEP 760 (remove_files) COMPLETE
61272024-08-05T16:41:10.719Z[ recovery-image] Aug 05 16:41:09.173 INFO O| Aug 05 16:41:09.173 INFO STEP 761: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61282024-08-05T16:41:10.732Z[ recovery-image] Aug 05 16:41:09.185 INFO O| Aug 05 16:41:09.185 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/amd64/dev.so"
61292024-08-05T16:41:10.733Z[ recovery-image] Aug 05 16:41:09.185 INFO O| Aug 05 16:41:09.185 INFO STEP 761 (remove_files) COMPLETE
61302024-08-05T16:41:10.733Z[ recovery-image] Aug 05 16:41:09.185 INFO O| Aug 05 16:41:09.185 INFO STEP 762: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61312024-08-05T16:41:10.744Z[ recovery-image] Aug 05 16:41:09.198 INFO O| Aug 05 16:41:09.198 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/amd64/fmd.so"
61322024-08-05T16:41:10.744Z[ recovery-image] Aug 05 16:41:09.198 INFO O| Aug 05 16:41:09.198 INFO STEP 762 (remove_files) COMPLETE
61332024-08-05T16:41:10.744Z[ recovery-image] Aug 05 16:41:09.198 INFO O| Aug 05 16:41:09.198 INFO STEP 763: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61342024-08-05T16:41:10.756Z[ recovery-image] Aug 05 16:41:09.210 INFO O| Aug 05 16:41:09.210 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/amd64/hc.so"
61352024-08-05T16:41:10.756Z[ recovery-image] Aug 05 16:41:09.210 INFO O| Aug 05 16:41:09.210 INFO STEP 763 (remove_files) COMPLETE
61362024-08-05T16:41:10.760Z[ recovery-image] Aug 05 16:41:09.210 INFO O| Aug 05 16:41:09.210 INFO STEP 764: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61372024-08-05T16:41:10.767Z[ recovery-image] Aug 05 16:41:09.221 INFO O| Aug 05 16:41:09.221 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/amd64/legacy-hc.so"
61382024-08-05T16:41:10.768Z[ recovery-image] Aug 05 16:41:09.221 INFO O| Aug 05 16:41:09.221 INFO STEP 764 (remove_files) COMPLETE
61392024-08-05T16:41:10.768Z[ recovery-image] Aug 05 16:41:09.221 INFO O| Aug 05 16:41:09.221 INFO STEP 765: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61402024-08-05T16:41:10.778Z[ recovery-image] Aug 05 16:41:09.232 INFO O| Aug 05 16:41:09.232 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/amd64/mem.so"
61412024-08-05T16:41:10.781Z[ recovery-image] Aug 05 16:41:09.232 INFO O| Aug 05 16:41:09.232 INFO STEP 765 (remove_files) COMPLETE
61422024-08-05T16:41:10.781Z[ recovery-image] Aug 05 16:41:09.232 INFO O| Aug 05 16:41:09.232 INFO STEP 766: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61432024-08-05T16:41:10.789Z[ recovery-image] Aug 05 16:41:09.242 INFO O| Aug 05 16:41:09.242 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/amd64/mod.so"
61442024-08-05T16:41:10.792Z[ recovery-image] Aug 05 16:41:09.242 INFO O| Aug 05 16:41:09.242 INFO STEP 766 (remove_files) COMPLETE
61452024-08-05T16:41:10.792Z[ recovery-image] Aug 05 16:41:09.242 INFO O| Aug 05 16:41:09.242 INFO STEP 767: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61462024-08-05T16:41:10.799Z[ recovery-image] Aug 05 16:41:09.253 INFO O| Aug 05 16:41:09.253 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/amd64/pkg.so"
61472024-08-05T16:41:10.799Z[ recovery-image] Aug 05 16:41:09.253 INFO O| Aug 05 16:41:09.253 INFO STEP 767 (remove_files) COMPLETE
61482024-08-05T16:41:10.799Z[ recovery-image] Aug 05 16:41:09.253 INFO O| Aug 05 16:41:09.253 INFO STEP 768: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61492024-08-05T16:41:10.810Z[ recovery-image] Aug 05 16:41:09.263 INFO O| Aug 05 16:41:09.263 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/amd64/svc.so"
61502024-08-05T16:41:10.810Z[ recovery-image] Aug 05 16:41:09.263 INFO O| Aug 05 16:41:09.263 INFO STEP 768 (remove_files) COMPLETE
61512024-08-05T16:41:10.810Z[ recovery-image] Aug 05 16:41:09.264 INFO O| Aug 05 16:41:09.263 INFO STEP 769: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61522024-08-05T16:41:10.820Z[ recovery-image] Aug 05 16:41:09.274 INFO O| Aug 05 16:41:09.274 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/amd64/sw.so"
61532024-08-05T16:41:10.820Z[ recovery-image] Aug 05 16:41:09.274 INFO O| Aug 05 16:41:09.274 INFO STEP 769 (remove_files) COMPLETE
61542024-08-05T16:41:10.820Z[ recovery-image] Aug 05 16:41:09.274 INFO O| Aug 05 16:41:09.274 INFO STEP 770: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61552024-08-05T16:41:10.831Z[ recovery-image] Aug 05 16:41:09.285 INFO O| Aug 05 16:41:09.285 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/amd64/zfs.so"
61562024-08-05T16:41:10.831Z[ recovery-image] Aug 05 16:41:09.285 INFO O| Aug 05 16:41:09.285 INFO STEP 770 (remove_files) COMPLETE
61572024-08-05T16:41:10.834Z[ recovery-image] Aug 05 16:41:09.285 INFO O| Aug 05 16:41:09.285 INFO STEP 771: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61582024-08-05T16:41:10.842Z[ recovery-image] Aug 05 16:41:09.296 INFO O| Aug 05 16:41:09.296 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/cpu.so"
61592024-08-05T16:41:10.842Z[ recovery-image] Aug 05 16:41:09.296 INFO O| Aug 05 16:41:09.296 INFO STEP 771 (remove_files) COMPLETE
61602024-08-05T16:41:10.846Z[ recovery-image] Aug 05 16:41:09.296 INFO O| Aug 05 16:41:09.296 INFO STEP 772: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61612024-08-05T16:41:10.854Z[ recovery-image] Aug 05 16:41:09.307 INFO O| Aug 05 16:41:09.307 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/dev.so"
61622024-08-05T16:41:10.854Z[ recovery-image] Aug 05 16:41:09.308 INFO O| Aug 05 16:41:09.307 INFO STEP 772 (remove_files) COMPLETE
61632024-08-05T16:41:10.854Z[ recovery-image] Aug 05 16:41:09.308 INFO O| Aug 05 16:41:09.307 INFO STEP 773: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61642024-08-05T16:41:10.866Z[ recovery-image] Aug 05 16:41:09.319 INFO O| Aug 05 16:41:09.319 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/fmd.so"
61652024-08-05T16:41:10.866Z[ recovery-image] Aug 05 16:41:09.320 INFO O| Aug 05 16:41:09.320 INFO STEP 773 (remove_files) COMPLETE
61662024-08-05T16:41:10.866Z[ recovery-image] Aug 05 16:41:09.320 INFO O| Aug 05 16:41:09.320 INFO STEP 774: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61672024-08-05T16:41:10.878Z[ recovery-image] Aug 05 16:41:09.331 INFO O| Aug 05 16:41:09.331 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/hc.so"
61682024-08-05T16:41:10.878Z[ recovery-image] Aug 05 16:41:09.331 INFO O| Aug 05 16:41:09.331 INFO STEP 774 (remove_files) COMPLETE
61692024-08-05T16:41:10.878Z[ recovery-image] Aug 05 16:41:09.331 INFO O| Aug 05 16:41:09.331 INFO STEP 775: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61702024-08-05T16:41:10.891Z[ recovery-image] Aug 05 16:41:09.345 INFO O| Aug 05 16:41:09.345 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/legacy-hc.so"
61712024-08-05T16:41:10.891Z[ recovery-image] Aug 05 16:41:09.345 INFO O| Aug 05 16:41:09.345 INFO STEP 775 (remove_files) COMPLETE
61722024-08-05T16:41:10.895Z[ recovery-image] Aug 05 16:41:09.345 INFO O| Aug 05 16:41:09.345 INFO STEP 776: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61732024-08-05T16:41:10.914Z[ recovery-image] Aug 05 16:41:09.368 INFO O| Aug 05 16:41:09.368 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/mem.so"
61742024-08-05T16:41:10.915Z[ recovery-image] Aug 05 16:41:09.368 INFO O| Aug 05 16:41:09.368 INFO STEP 776 (remove_files) COMPLETE
61752024-08-05T16:41:10.915Z[ recovery-image] Aug 05 16:41:09.368 INFO O| Aug 05 16:41:09.368 INFO STEP 777: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61762024-08-05T16:41:10.931Z[ recovery-image] Aug 05 16:41:09.385 INFO O| Aug 05 16:41:09.385 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/mod.so"
61772024-08-05T16:41:10.931Z[ recovery-image] Aug 05 16:41:09.385 INFO O| Aug 05 16:41:09.385 INFO STEP 777 (remove_files) COMPLETE
61782024-08-05T16:41:10.932Z[ recovery-image] Aug 05 16:41:09.385 INFO O| Aug 05 16:41:09.385 INFO STEP 778: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61792024-08-05T16:41:10.947Z[ recovery-image] Aug 05 16:41:09.401 INFO O| Aug 05 16:41:09.401 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/pkg.so"
61802024-08-05T16:41:10.947Z[ recovery-image] Aug 05 16:41:09.401 INFO O| Aug 05 16:41:09.401 INFO STEP 778 (remove_files) COMPLETE
61812024-08-05T16:41:10.948Z[ recovery-image] Aug 05 16:41:09.401 INFO O| Aug 05 16:41:09.401 INFO STEP 779: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61822024-08-05T16:41:10.963Z[ recovery-image] Aug 05 16:41:09.417 INFO O| Aug 05 16:41:09.417 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/sw.so"
61832024-08-05T16:41:10.964Z[ recovery-image] Aug 05 16:41:09.417 INFO O| Aug 05 16:41:09.417 INFO STEP 779 (remove_files) COMPLETE
61842024-08-05T16:41:10.964Z[ recovery-image] Aug 05 16:41:09.417 INFO O| Aug 05 16:41:09.417 INFO STEP 780: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61852024-08-05T16:41:10.977Z[ recovery-image] Aug 05 16:41:09.431 INFO O| Aug 05 16:41:09.431 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/libdiskstatus.so.1"
61862024-08-05T16:41:10.980Z[ recovery-image] Aug 05 16:41:09.431 INFO O| Aug 05 16:41:09.431 INFO STEP 780 (remove_files) COMPLETE
61872024-08-05T16:41:10.980Z[ recovery-image] Aug 05 16:41:09.431 INFO O| Aug 05 16:41:09.431 INFO STEP 781: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61882024-08-05T16:41:10.988Z[ recovery-image] Aug 05 16:41:09.442 INFO O| Aug 05 16:41:09.442 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/libfmd_adm.so.1"
61892024-08-05T16:41:10.988Z[ recovery-image] Aug 05 16:41:09.442 INFO O| Aug 05 16:41:09.442 INFO STEP 781 (remove_files) COMPLETE
61902024-08-05T16:41:10.988Z[ recovery-image] Aug 05 16:41:09.442 INFO O| Aug 05 16:41:09.442 INFO STEP 782: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61912024-08-05T16:41:11.000Z[ recovery-image] Aug 05 16:41:09.454 INFO O| Aug 05 16:41:09.454 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/libfmd_log.so.1"
61922024-08-05T16:41:11.000Z[ recovery-image] Aug 05 16:41:09.454 INFO O| Aug 05 16:41:09.454 INFO STEP 782 (remove_files) COMPLETE
61932024-08-05T16:41:11.000Z[ recovery-image] Aug 05 16:41:09.454 INFO O| Aug 05 16:41:09.454 INFO STEP 783: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61942024-08-05T16:41:11.011Z[ recovery-image] Aug 05 16:41:09.465 INFO O| Aug 05 16:41:09.465 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/libfmd_snmp.so.1"
61952024-08-05T16:41:11.011Z[ recovery-image] Aug 05 16:41:09.465 INFO O| Aug 05 16:41:09.465 INFO STEP 783 (remove_files) COMPLETE
61962024-08-05T16:41:11.014Z[ recovery-image] Aug 05 16:41:09.465 INFO O| Aug 05 16:41:09.465 INFO STEP 784: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61972024-08-05T16:41:11.022Z[ recovery-image] Aug 05 16:41:09.476 INFO O| Aug 05 16:41:09.476 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/libfmnotify.so.1"
61982024-08-05T16:41:11.025Z[ recovery-image] Aug 05 16:41:09.476 INFO O| Aug 05 16:41:09.476 INFO STEP 784 (remove_files) COMPLETE
61992024-08-05T16:41:11.025Z[ recovery-image] Aug 05 16:41:09.476 INFO O| Aug 05 16:41:09.476 INFO STEP 785: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62002024-08-05T16:41:11.034Z[ recovery-image] Aug 05 16:41:09.488 INFO O| Aug 05 16:41:09.488 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/libseslog.so.1"
62012024-08-05T16:41:11.034Z[ recovery-image] Aug 05 16:41:09.488 INFO O| Aug 05 16:41:09.488 INFO STEP 785 (remove_files) COMPLETE
62022024-08-05T16:41:11.037Z[ recovery-image] Aug 05 16:41:09.488 INFO O| Aug 05 16:41:09.488 INFO STEP 786: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62032024-08-05T16:41:11.045Z[ recovery-image] Aug 05 16:41:09.499 INFO O| Aug 05 16:41:09.499 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/topo/maps/xfp-hc-topology.xml"
62042024-08-05T16:41:11.048Z[ recovery-image] Aug 05 16:41:09.499 INFO O| Aug 05 16:41:09.499 INFO STEP 786 (remove_files) COMPLETE
62052024-08-05T16:41:11.048Z[ recovery-image] Aug 05 16:41:09.499 INFO O| Aug 05 16:41:09.499 INFO STEP 787: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62062024-08-05T16:41:11.057Z[ recovery-image] Aug 05 16:41:09.510 INFO O| Aug 05 16:41:09.510 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/topo/plugins/disk.so"
62072024-08-05T16:41:11.057Z[ recovery-image] Aug 05 16:41:09.511 INFO O| Aug 05 16:41:09.511 INFO STEP 787 (remove_files) COMPLETE
62082024-08-05T16:41:11.057Z[ recovery-image] Aug 05 16:41:09.511 INFO O| Aug 05 16:41:09.511 INFO STEP 788: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62092024-08-05T16:41:11.069Z[ recovery-image] Aug 05 16:41:09.522 INFO O| Aug 05 16:41:09.522 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/topo/plugins/fac_prov_ahci.so"
62102024-08-05T16:41:11.069Z[ recovery-image] Aug 05 16:41:09.522 INFO O| Aug 05 16:41:09.522 INFO STEP 788 (remove_files) COMPLETE
62112024-08-05T16:41:11.069Z[ recovery-image] Aug 05 16:41:09.522 INFO O| Aug 05 16:41:09.522 INFO STEP 789: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62122024-08-05T16:41:11.080Z[ recovery-image] Aug 05 16:41:09.534 INFO O| Aug 05 16:41:09.534 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/topo/plugins/fac_prov_ipmi.so"
62132024-08-05T16:41:11.080Z[ recovery-image] Aug 05 16:41:09.534 INFO O| Aug 05 16:41:09.534 INFO STEP 789 (remove_files) COMPLETE
62142024-08-05T16:41:11.080Z[ recovery-image] Aug 05 16:41:09.534 INFO O| Aug 05 16:41:09.534 INFO STEP 790: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62152024-08-05T16:41:11.092Z[ recovery-image] Aug 05 16:41:09.546 INFO O| Aug 05 16:41:09.545 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/topo/plugins/fac_prov_mptsas.so"
62162024-08-05T16:41:11.095Z[ recovery-image] Aug 05 16:41:09.546 INFO O| Aug 05 16:41:09.546 INFO STEP 790 (remove_files) COMPLETE
62172024-08-05T16:41:11.095Z[ recovery-image] Aug 05 16:41:09.546 INFO O| Aug 05 16:41:09.546 INFO STEP 791: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62182024-08-05T16:41:11.104Z[ recovery-image] Aug 05 16:41:09.558 INFO O| Aug 05 16:41:09.558 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/topo/plugins/ipmi.so"
62192024-08-05T16:41:11.104Z[ recovery-image] Aug 05 16:41:09.558 INFO O| Aug 05 16:41:09.558 INFO STEP 791 (remove_files) COMPLETE
62202024-08-05T16:41:11.104Z[ recovery-image] Aug 05 16:41:09.558 INFO O| Aug 05 16:41:09.558 INFO STEP 792: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62212024-08-05T16:41:11.117Z[ recovery-image] Aug 05 16:41:09.571 INFO O| Aug 05 16:41:09.571 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/topo/plugins/nic.so"
62222024-08-05T16:41:11.117Z[ recovery-image] Aug 05 16:41:09.571 INFO O| Aug 05 16:41:09.571 INFO STEP 792 (remove_files) COMPLETE
62232024-08-05T16:41:11.117Z[ recovery-image] Aug 05 16:41:09.571 INFO O| Aug 05 16:41:09.571 INFO STEP 793: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62242024-08-05T16:41:11.130Z[ recovery-image] Aug 05 16:41:09.584 INFO O| Aug 05 16:41:09.584 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/topo/plugins/ses.so"
62252024-08-05T16:41:11.130Z[ recovery-image] Aug 05 16:41:09.584 INFO O| Aug 05 16:41:09.584 INFO STEP 793 (remove_files) COMPLETE
62262024-08-05T16:41:11.134Z[ recovery-image] Aug 05 16:41:09.584 INFO O| Aug 05 16:41:09.584 INFO STEP 794: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62272024-08-05T16:41:11.144Z[ recovery-image] Aug 05 16:41:09.598 INFO O| Aug 05 16:41:09.598 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/topo/plugins/smbios.so"
62282024-08-05T16:41:11.144Z[ recovery-image] Aug 05 16:41:09.598 INFO O| Aug 05 16:41:09.598 INFO STEP 794 (remove_files) COMPLETE
62292024-08-05T16:41:11.144Z[ recovery-image] Aug 05 16:41:09.598 INFO O| Aug 05 16:41:09.598 INFO STEP 795: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62302024-08-05T16:41:11.157Z[ recovery-image] Aug 05 16:41:09.611 INFO O| Aug 05 16:41:09.611 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/topo/plugins/usb.so"
62312024-08-05T16:41:11.157Z[ recovery-image] Aug 05 16:41:09.611 INFO O| Aug 05 16:41:09.611 INFO STEP 795 (remove_files) COMPLETE
62322024-08-05T16:41:11.160Z[ recovery-image] Aug 05 16:41:09.611 INFO O| Aug 05 16:41:09.611 INFO STEP 796: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62332024-08-05T16:41:11.170Z[ recovery-image] Aug 05 16:41:09.623 INFO O| Aug 05 16:41:09.623 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/topo/plugins/xfp.so"
62342024-08-05T16:41:11.170Z[ recovery-image] Aug 05 16:41:09.623 INFO O| Aug 05 16:41:09.623 INFO STEP 796 (remove_files) COMPLETE
62352024-08-05T16:41:11.170Z[ recovery-image] Aug 05 16:41:09.623 INFO O| Aug 05 16:41:09.623 INFO STEP 797: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62362024-08-05T16:41:11.182Z[ recovery-image] Aug 05 16:41:09.636 INFO O| Aug 05 16:41:09.636 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/bootfs/mount"
62372024-08-05T16:41:11.185Z[ recovery-image] Aug 05 16:41:09.636 INFO O| Aug 05 16:41:09.636 INFO STEP 797 (remove_files) COMPLETE
62382024-08-05T16:41:11.185Z[ recovery-image] Aug 05 16:41:09.636 INFO O| Aug 05 16:41:09.636 INFO STEP 798: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62392024-08-05T16:41:11.195Z[ recovery-image] Aug 05 16:41:09.648 INFO O| Aug 05 16:41:09.648 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/hsfs/fstyp"
62402024-08-05T16:41:11.195Z[ recovery-image] Aug 05 16:41:09.649 INFO O| Aug 05 16:41:09.649 INFO STEP 798 (remove_files) COMPLETE
62412024-08-05T16:41:11.198Z[ recovery-image] Aug 05 16:41:09.649 INFO O| Aug 05 16:41:09.649 INFO STEP 799: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62422024-08-05T16:41:11.207Z[ recovery-image] Aug 05 16:41:09.661 INFO O| Aug 05 16:41:09.661 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/hsfs/fstyp.so.1"
62432024-08-05T16:41:11.207Z[ recovery-image] Aug 05 16:41:09.661 INFO O| Aug 05 16:41:09.661 INFO STEP 799 (remove_files) COMPLETE
62442024-08-05T16:41:11.210Z[ recovery-image] Aug 05 16:41:09.661 INFO O| Aug 05 16:41:09.661 INFO STEP 800: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62452024-08-05T16:41:11.220Z[ recovery-image] Aug 05 16:41:09.674 INFO O| Aug 05 16:41:09.674 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/hsfs/labelit"
62462024-08-05T16:41:11.220Z[ recovery-image] Aug 05 16:41:09.674 INFO O| Aug 05 16:41:09.674 INFO STEP 800 (remove_files) COMPLETE
62472024-08-05T16:41:11.223Z[ recovery-image] Aug 05 16:41:09.674 INFO O| Aug 05 16:41:09.674 INFO STEP 801: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62482024-08-05T16:41:11.234Z[ recovery-image] Aug 05 16:41:09.688 INFO O| Aug 05 16:41:09.688 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/lofs/mount"
62492024-08-05T16:41:11.234Z[ recovery-image] Aug 05 16:41:09.688 INFO O| Aug 05 16:41:09.688 INFO STEP 801 (remove_files) COMPLETE
62502024-08-05T16:41:11.234Z[ recovery-image] Aug 05 16:41:09.688 INFO O| Aug 05 16:41:09.688 INFO STEP 802: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62512024-08-05T16:41:11.247Z[ recovery-image] Aug 05 16:41:09.701 INFO O| Aug 05 16:41:09.701 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/mntfs/mount"
62522024-08-05T16:41:11.247Z[ recovery-image] Aug 05 16:41:09.701 INFO O| Aug 05 16:41:09.701 INFO STEP 802 (remove_files) COMPLETE
62532024-08-05T16:41:11.247Z[ recovery-image] Aug 05 16:41:09.701 INFO O| Aug 05 16:41:09.701 INFO STEP 803: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62542024-08-05T16:41:11.260Z[ recovery-image] Aug 05 16:41:09.713 INFO O| Aug 05 16:41:09.713 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/pcfs/fsck"
62552024-08-05T16:41:11.260Z[ recovery-image] Aug 05 16:41:09.714 INFO O| Aug 05 16:41:09.713 INFO STEP 803 (remove_files) COMPLETE
62562024-08-05T16:41:11.263Z[ recovery-image] Aug 05 16:41:09.714 INFO O| Aug 05 16:41:09.714 INFO STEP 804: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62572024-08-05T16:41:11.272Z[ recovery-image] Aug 05 16:41:09.725 INFO O| Aug 05 16:41:09.725 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/pcfs/fstyp"
62582024-08-05T16:41:11.272Z[ recovery-image] Aug 05 16:41:09.725 INFO O| Aug 05 16:41:09.725 INFO STEP 804 (remove_files) COMPLETE
62592024-08-05T16:41:11.274Z[ recovery-image] Aug 05 16:41:09.726 INFO O| Aug 05 16:41:09.725 INFO STEP 805: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62602024-08-05T16:41:11.283Z[ recovery-image] Aug 05 16:41:09.737 INFO O| Aug 05 16:41:09.737 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/pcfs/fstyp.so.1"
62612024-08-05T16:41:11.283Z[ recovery-image] Aug 05 16:41:09.737 INFO O| Aug 05 16:41:09.737 INFO STEP 805 (remove_files) COMPLETE
62622024-08-05T16:41:11.283Z[ recovery-image] Aug 05 16:41:09.737 INFO O| Aug 05 16:41:09.737 INFO STEP 806: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62632024-08-05T16:41:11.295Z[ recovery-image] Aug 05 16:41:09.749 INFO O| Aug 05 16:41:09.749 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/pcfs/mkfs"
62642024-08-05T16:41:11.295Z[ recovery-image] Aug 05 16:41:09.749 INFO O| Aug 05 16:41:09.749 INFO STEP 806 (remove_files) COMPLETE
62652024-08-05T16:41:11.298Z[ recovery-image] Aug 05 16:41:09.749 INFO O| Aug 05 16:41:09.749 INFO STEP 807: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62662024-08-05T16:41:11.307Z[ recovery-image] Aug 05 16:41:09.761 INFO O| Aug 05 16:41:09.761 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/pcfs/mount"
62672024-08-05T16:41:11.307Z[ recovery-image] Aug 05 16:41:09.761 INFO O| Aug 05 16:41:09.761 INFO STEP 807 (remove_files) COMPLETE
62682024-08-05T16:41:11.310Z[ recovery-image] Aug 05 16:41:09.761 INFO O| Aug 05 16:41:09.761 INFO STEP 808: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62692024-08-05T16:41:11.318Z[ recovery-image] Aug 05 16:41:09.772 INFO O| Aug 05 16:41:09.772 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/sharefs/mount"
62702024-08-05T16:41:11.321Z[ recovery-image] Aug 05 16:41:09.772 INFO O| Aug 05 16:41:09.772 INFO STEP 808 (remove_files) COMPLETE
62712024-08-05T16:41:11.321Z[ recovery-image] Aug 05 16:41:09.772 INFO O| Aug 05 16:41:09.772 INFO STEP 809: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62722024-08-05T16:41:11.330Z[ recovery-image] Aug 05 16:41:09.783 INFO O| Aug 05 16:41:09.783 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/smb/amd64/libshare_smb.so.1"
62732024-08-05T16:41:11.332Z[ recovery-image] Aug 05 16:41:09.784 INFO O| Aug 05 16:41:09.784 INFO STEP 809 (remove_files) COMPLETE
62742024-08-05T16:41:11.332Z[ recovery-image] Aug 05 16:41:09.784 INFO O| Aug 05 16:41:09.784 INFO STEP 810: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62752024-08-05T16:41:11.340Z[ recovery-image] Aug 05 16:41:09.794 INFO O| Aug 05 16:41:09.794 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/smb/libshare_smb.so.1"
62762024-08-05T16:41:11.340Z[ recovery-image] Aug 05 16:41:09.794 INFO O| Aug 05 16:41:09.794 INFO STEP 810 (remove_files) COMPLETE
62772024-08-05T16:41:11.343Z[ recovery-image] Aug 05 16:41:09.794 INFO O| Aug 05 16:41:09.794 INFO STEP 811: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62782024-08-05T16:41:11.351Z[ recovery-image] Aug 05 16:41:09.805 INFO O| Aug 05 16:41:09.805 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/smbfs/amd64/libshare_smbfs.so.1"
62792024-08-05T16:41:11.355Z[ recovery-image] Aug 05 16:41:09.805 INFO O| Aug 05 16:41:09.805 INFO STEP 811 (remove_files) COMPLETE
62802024-08-05T16:41:11.355Z[ recovery-image] Aug 05 16:41:09.805 INFO O| Aug 05 16:41:09.805 INFO STEP 812: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62812024-08-05T16:41:11.362Z[ recovery-image] Aug 05 16:41:09.816 INFO O| Aug 05 16:41:09.816 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/smbfs/dfshares"
62822024-08-05T16:41:11.362Z[ recovery-image] Aug 05 16:41:09.816 INFO O| Aug 05 16:41:09.816 INFO STEP 812 (remove_files) COMPLETE
62832024-08-05T16:41:11.363Z[ recovery-image] Aug 05 16:41:09.816 INFO O| Aug 05 16:41:09.816 INFO STEP 813: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62842024-08-05T16:41:11.373Z[ recovery-image] Aug 05 16:41:09.827 INFO O| Aug 05 16:41:09.826 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/smbfs/libshare_smbfs.so.1"
62852024-08-05T16:41:11.373Z[ recovery-image] Aug 05 16:41:09.827 INFO O| Aug 05 16:41:09.827 INFO STEP 813 (remove_files) COMPLETE
62862024-08-05T16:41:11.377Z[ recovery-image] Aug 05 16:41:09.827 INFO O| Aug 05 16:41:09.827 INFO STEP 814: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62872024-08-05T16:41:11.383Z[ recovery-image] Aug 05 16:41:09.837 INFO O| Aug 05 16:41:09.837 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/smbfs/mount"
62882024-08-05T16:41:11.386Z[ recovery-image] Aug 05 16:41:09.837 INFO O| Aug 05 16:41:09.837 INFO STEP 814 (remove_files) COMPLETE
62892024-08-05T16:41:11.386Z[ recovery-image] Aug 05 16:41:09.837 INFO O| Aug 05 16:41:09.837 INFO STEP 815: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62902024-08-05T16:41:11.394Z[ recovery-image] Aug 05 16:41:09.848 INFO O| Aug 05 16:41:09.848 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/smbfs/share"
62912024-08-05T16:41:11.394Z[ recovery-image] Aug 05 16:41:09.848 INFO O| Aug 05 16:41:09.848 INFO STEP 815 (remove_files) COMPLETE
62922024-08-05T16:41:11.394Z[ recovery-image] Aug 05 16:41:09.848 INFO O| Aug 05 16:41:09.848 INFO STEP 816: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62932024-08-05T16:41:11.405Z[ recovery-image] Aug 05 16:41:09.859 INFO O| Aug 05 16:41:09.859 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/smbfs/umount"
62942024-08-05T16:41:11.408Z[ recovery-image] Aug 05 16:41:09.859 INFO O| Aug 05 16:41:09.859 INFO STEP 816 (remove_files) COMPLETE
62952024-08-05T16:41:11.408Z[ recovery-image] Aug 05 16:41:09.859 INFO O| Aug 05 16:41:09.859 INFO STEP 817: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62962024-08-05T16:41:11.416Z[ recovery-image] Aug 05 16:41:09.870 INFO O| Aug 05 16:41:09.870 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/smbfs/unshare"
62972024-08-05T16:41:11.419Z[ recovery-image] Aug 05 16:41:09.870 INFO O| Aug 05 16:41:09.870 INFO STEP 817 (remove_files) COMPLETE
62982024-08-05T16:41:11.419Z[ recovery-image] Aug 05 16:41:09.870 INFO O| Aug 05 16:41:09.870 INFO STEP 818: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62992024-08-05T16:41:11.427Z[ recovery-image] Aug 05 16:41:09.881 INFO O| Aug 05 16:41:09.881 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/clri"
63002024-08-05T16:41:11.427Z[ recovery-image] Aug 05 16:41:09.881 INFO O| Aug 05 16:41:09.881 INFO STEP 818 (remove_files) COMPLETE
63012024-08-05T16:41:11.427Z[ recovery-image] Aug 05 16:41:09.881 INFO O| Aug 05 16:41:09.881 INFO STEP 819: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63022024-08-05T16:41:11.438Z[ recovery-image] Aug 05 16:41:09.892 INFO O| Aug 05 16:41:09.892 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/dcopy"
63032024-08-05T16:41:11.438Z[ recovery-image] Aug 05 16:41:09.892 INFO O| Aug 05 16:41:09.892 INFO STEP 819 (remove_files) COMPLETE
63042024-08-05T16:41:11.441Z[ recovery-image] Aug 05 16:41:09.892 INFO O| Aug 05 16:41:09.892 INFO STEP 820: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63052024-08-05T16:41:11.449Z[ recovery-image] Aug 05 16:41:09.903 INFO O| Aug 05 16:41:09.903 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/df"
63062024-08-05T16:41:11.449Z[ recovery-image] Aug 05 16:41:09.903 INFO O| Aug 05 16:41:09.903 INFO STEP 820 (remove_files) COMPLETE
63072024-08-05T16:41:11.449Z[ recovery-image] Aug 05 16:41:09.903 INFO O| Aug 05 16:41:09.903 INFO STEP 821: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63082024-08-05T16:41:11.460Z[ recovery-image] Aug 05 16:41:09.914 INFO O| Aug 05 16:41:09.914 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/edquota"
63092024-08-05T16:41:11.460Z[ recovery-image] Aug 05 16:41:09.914 INFO O| Aug 05 16:41:09.914 INFO STEP 821 (remove_files) COMPLETE
63102024-08-05T16:41:11.463Z[ recovery-image] Aug 05 16:41:09.914 INFO O| Aug 05 16:41:09.914 INFO STEP 822: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63112024-08-05T16:41:11.472Z[ recovery-image] Aug 05 16:41:09.924 INFO O| Aug 05 16:41:09.924 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/ff"
63122024-08-05T16:41:11.472Z[ recovery-image] Aug 05 16:41:09.924 INFO O| Aug 05 16:41:09.924 INFO STEP 822 (remove_files) COMPLETE
63132024-08-05T16:41:11.475Z[ recovery-image] Aug 05 16:41:09.924 INFO O| Aug 05 16:41:09.924 INFO STEP 823: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63142024-08-05T16:41:11.481Z[ recovery-image] Aug 05 16:41:09.935 INFO O| Aug 05 16:41:09.935 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/fsck"
63152024-08-05T16:41:11.484Z[ recovery-image] Aug 05 16:41:09.935 INFO O| Aug 05 16:41:09.935 INFO STEP 823 (remove_files) COMPLETE
63162024-08-05T16:41:11.484Z[ recovery-image] Aug 05 16:41:09.935 INFO O| Aug 05 16:41:09.935 INFO STEP 824: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63172024-08-05T16:41:11.492Z[ recovery-image] Aug 05 16:41:09.946 INFO O| Aug 05 16:41:09.946 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/fsckall"
63182024-08-05T16:41:11.492Z[ recovery-image] Aug 05 16:41:09.946 INFO O| Aug 05 16:41:09.946 INFO STEP 824 (remove_files) COMPLETE
63192024-08-05T16:41:11.495Z[ recovery-image] Aug 05 16:41:09.946 INFO O| Aug 05 16:41:09.946 INFO STEP 825: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63202024-08-05T16:41:11.503Z[ recovery-image] Aug 05 16:41:09.957 INFO O| Aug 05 16:41:09.957 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/fsdb"
63212024-08-05T16:41:11.504Z[ recovery-image] Aug 05 16:41:09.957 INFO O| Aug 05 16:41:09.957 INFO STEP 825 (remove_files) COMPLETE
63222024-08-05T16:41:11.506Z[ recovery-image] Aug 05 16:41:09.957 INFO O| Aug 05 16:41:09.957 INFO STEP 826: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63232024-08-05T16:41:11.514Z[ recovery-image] Aug 05 16:41:09.968 INFO O| Aug 05 16:41:09.968 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/fsirand"
63242024-08-05T16:41:11.514Z[ recovery-image] Aug 05 16:41:09.968 INFO O| Aug 05 16:41:09.968 INFO STEP 826 (remove_files) COMPLETE
63252024-08-05T16:41:11.517Z[ recovery-image] Aug 05 16:41:09.968 INFO O| Aug 05 16:41:09.968 INFO STEP 827: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63262024-08-05T16:41:11.525Z[ recovery-image] Aug 05 16:41:09.979 INFO O| Aug 05 16:41:09.978 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/fssnap"
63272024-08-05T16:41:11.527Z[ recovery-image] Aug 05 16:41:09.979 INFO O| Aug 05 16:41:09.979 INFO STEP 827 (remove_files) COMPLETE
63282024-08-05T16:41:11.527Z[ recovery-image] Aug 05 16:41:09.979 INFO O| Aug 05 16:41:09.979 INFO STEP 828: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63292024-08-05T16:41:11.536Z[ recovery-image] Aug 05 16:41:09.989 INFO O| Aug 05 16:41:09.989 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/fstyp"
63302024-08-05T16:41:11.536Z[ recovery-image] Aug 05 16:41:09.989 INFO O| Aug 05 16:41:09.989 INFO STEP 828 (remove_files) COMPLETE
63312024-08-05T16:41:11.539Z[ recovery-image] Aug 05 16:41:09.989 INFO O| Aug 05 16:41:09.989 INFO STEP 829: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63322024-08-05T16:41:11.546Z[ recovery-image] Aug 05 16:41:10.000 INFO O| Aug 05 16:41:09.999 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/fstyp.so.1"
63332024-08-05T16:41:11.546Z[ recovery-image] Aug 05 16:41:10.000 INFO O| Aug 05 16:41:10.000 INFO STEP 829 (remove_files) COMPLETE
63342024-08-05T16:41:11.549Z[ recovery-image] Aug 05 16:41:10.000 INFO O| Aug 05 16:41:10.000 INFO STEP 830: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63352024-08-05T16:41:11.558Z[ recovery-image] Aug 05 16:41:10.011 INFO O| Aug 05 16:41:10.011 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/labelit"
63362024-08-05T16:41:11.558Z[ recovery-image] Aug 05 16:41:10.011 INFO O| Aug 05 16:41:10.011 INFO STEP 830 (remove_files) COMPLETE
63372024-08-05T16:41:11.558Z[ recovery-image] Aug 05 16:41:10.011 INFO O| Aug 05 16:41:10.011 INFO STEP 831: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63382024-08-05T16:41:11.570Z[ recovery-image] Aug 05 16:41:10.023 INFO O| Aug 05 16:41:10.022 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/lockfs"
63392024-08-05T16:41:11.570Z[ recovery-image] Aug 05 16:41:10.023 INFO O| Aug 05 16:41:10.023 INFO STEP 831 (remove_files) COMPLETE
63402024-08-05T16:41:11.573Z[ recovery-image] Aug 05 16:41:10.023 INFO O| Aug 05 16:41:10.023 INFO STEP 832: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63412024-08-05T16:41:11.580Z[ recovery-image] Aug 05 16:41:10.033 INFO O| Aug 05 16:41:10.033 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/mkfs"
63422024-08-05T16:41:11.580Z[ recovery-image] Aug 05 16:41:10.033 INFO O| Aug 05 16:41:10.033 INFO STEP 832 (remove_files) COMPLETE
63432024-08-05T16:41:11.580Z[ recovery-image] Aug 05 16:41:10.034 INFO O| Aug 05 16:41:10.033 INFO STEP 833: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63442024-08-05T16:41:11.591Z[ recovery-image] Aug 05 16:41:10.044 INFO O| Aug 05 16:41:10.044 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/ncheck"
63452024-08-05T16:41:11.591Z[ recovery-image] Aug 05 16:41:10.044 INFO O| Aug 05 16:41:10.044 INFO STEP 833 (remove_files) COMPLETE
63462024-08-05T16:41:11.591Z[ recovery-image] Aug 05 16:41:10.044 INFO O| Aug 05 16:41:10.044 INFO STEP 834: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63472024-08-05T16:41:11.602Z[ recovery-image] Aug 05 16:41:10.056 INFO O| Aug 05 16:41:10.056 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/newfs"
63482024-08-05T16:41:11.602Z[ recovery-image] Aug 05 16:41:10.056 INFO O| Aug 05 16:41:10.056 INFO STEP 834 (remove_files) COMPLETE
63492024-08-05T16:41:11.602Z[ recovery-image] Aug 05 16:41:10.056 INFO O| Aug 05 16:41:10.056 INFO STEP 835: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63502024-08-05T16:41:11.613Z[ recovery-image] Aug 05 16:41:10.067 INFO O| Aug 05 16:41:10.067 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/quot"
63512024-08-05T16:41:11.616Z[ recovery-image] Aug 05 16:41:10.067 INFO O| Aug 05 16:41:10.067 INFO STEP 835 (remove_files) COMPLETE
63522024-08-05T16:41:11.616Z[ recovery-image] Aug 05 16:41:10.067 INFO O| Aug 05 16:41:10.067 INFO STEP 836: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63532024-08-05T16:41:11.625Z[ recovery-image] Aug 05 16:41:10.079 INFO O| Aug 05 16:41:10.079 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/quotacheck"
63542024-08-05T16:41:11.625Z[ recovery-image] Aug 05 16:41:10.079 INFO O| Aug 05 16:41:10.079 INFO STEP 836 (remove_files) COMPLETE
63552024-08-05T16:41:11.628Z[ recovery-image] Aug 05 16:41:10.079 INFO O| Aug 05 16:41:10.079 INFO STEP 837: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63562024-08-05T16:41:11.636Z[ recovery-image] Aug 05 16:41:10.090 INFO O| Aug 05 16:41:10.090 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/quotaoff"
63572024-08-05T16:41:11.639Z[ recovery-image] Aug 05 16:41:10.090 INFO O| Aug 05 16:41:10.090 INFO STEP 837 (remove_files) COMPLETE
63582024-08-05T16:41:11.639Z[ recovery-image] Aug 05 16:41:10.090 INFO O| Aug 05 16:41:10.090 INFO STEP 838: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63592024-08-05T16:41:11.647Z[ recovery-image] Aug 05 16:41:10.101 INFO O| Aug 05 16:41:10.101 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/quotaon"
63602024-08-05T16:41:11.649Z[ recovery-image] Aug 05 16:41:10.101 INFO O| Aug 05 16:41:10.101 INFO STEP 838 (remove_files) COMPLETE
63612024-08-05T16:41:11.650Z[ recovery-image] Aug 05 16:41:10.101 INFO O| Aug 05 16:41:10.101 INFO STEP 839: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63622024-08-05T16:41:11.658Z[ recovery-image] Aug 05 16:41:10.112 INFO O| Aug 05 16:41:10.112 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/repquota"
63632024-08-05T16:41:11.658Z[ recovery-image] Aug 05 16:41:10.112 INFO O| Aug 05 16:41:10.112 INFO STEP 839 (remove_files) COMPLETE
63642024-08-05T16:41:11.661Z[ recovery-image] Aug 05 16:41:10.112 INFO O| Aug 05 16:41:10.112 INFO STEP 840: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63652024-08-05T16:41:11.670Z[ recovery-image] Aug 05 16:41:10.124 INFO O| Aug 05 16:41:10.124 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/tunefs"
63662024-08-05T16:41:11.670Z[ recovery-image] Aug 05 16:41:10.124 INFO O| Aug 05 16:41:10.124 INFO STEP 840 (remove_files) COMPLETE
63672024-08-05T16:41:11.673Z[ recovery-image] Aug 05 16:41:10.124 INFO O| Aug 05 16:41:10.124 INFO STEP 841: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63682024-08-05T16:41:11.682Z[ recovery-image] Aug 05 16:41:10.135 INFO O| Aug 05 16:41:10.135 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/ufsdump"
63692024-08-05T16:41:11.682Z[ recovery-image] Aug 05 16:41:10.136 INFO O| Aug 05 16:41:10.136 INFO STEP 841 (remove_files) COMPLETE
63702024-08-05T16:41:11.685Z[ recovery-image] Aug 05 16:41:10.136 INFO O| Aug 05 16:41:10.136 INFO STEP 842: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63712024-08-05T16:41:11.693Z[ recovery-image] Aug 05 16:41:10.146 INFO O| Aug 05 16:41:10.146 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/ufsrestore"
63722024-08-05T16:41:11.696Z[ recovery-image] Aug 05 16:41:10.147 INFO O| Aug 05 16:41:10.147 INFO STEP 842 (remove_files) COMPLETE
63732024-08-05T16:41:11.696Z[ recovery-image] Aug 05 16:41:10.147 INFO O| Aug 05 16:41:10.147 INFO STEP 843: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63742024-08-05T16:41:11.704Z[ recovery-image] Aug 05 16:41:10.157 INFO O| Aug 05 16:41:10.157 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/volcopy"
63752024-08-05T16:41:11.706Z[ recovery-image] Aug 05 16:41:10.158 INFO O| Aug 05 16:41:10.158 INFO STEP 843 (remove_files) COMPLETE
63762024-08-05T16:41:11.706Z[ recovery-image] Aug 05 16:41:10.158 INFO O| Aug 05 16:41:10.158 INFO STEP 844: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63772024-08-05T16:41:11.714Z[ recovery-image] Aug 05 16:41:10.168 INFO O| Aug 05 16:41:10.168 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/gss/dh1024-0.so.1"
63782024-08-05T16:41:11.717Z[ recovery-image] Aug 05 16:41:10.168 INFO O| Aug 05 16:41:10.168 INFO STEP 844 (remove_files) COMPLETE
63792024-08-05T16:41:11.717Z[ recovery-image] Aug 05 16:41:10.168 INFO O| Aug 05 16:41:10.168 INFO STEP 845: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63802024-08-05T16:41:11.726Z[ recovery-image] Aug 05 16:41:10.179 INFO O| Aug 05 16:41:10.179 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/gss/dh640-0.so.1"
63812024-08-05T16:41:11.726Z[ recovery-image] Aug 05 16:41:10.179 INFO O| Aug 05 16:41:10.179 INFO STEP 845 (remove_files) COMPLETE
63822024-08-05T16:41:11.729Z[ recovery-image] Aug 05 16:41:10.179 INFO O| Aug 05 16:41:10.179 INFO STEP 846: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63832024-08-05T16:41:11.736Z[ recovery-image] Aug 05 16:41:10.190 INFO O| Aug 05 16:41:10.190 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/gss/gsscred_clean"
63842024-08-05T16:41:11.736Z[ recovery-image] Aug 05 16:41:10.190 INFO O| Aug 05 16:41:10.190 INFO STEP 846 (remove_files) COMPLETE
63852024-08-05T16:41:11.736Z[ recovery-image] Aug 05 16:41:10.190 INFO O| Aug 05 16:41:10.190 INFO STEP 847: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63862024-08-05T16:41:11.746Z[ recovery-image] Aug 05 16:41:10.200 INFO O| Aug 05 16:41:10.200 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/gss/gssd"
63872024-08-05T16:41:11.746Z[ recovery-image] Aug 05 16:41:10.200 INFO O| Aug 05 16:41:10.200 INFO STEP 847 (remove_files) COMPLETE
63882024-08-05T16:41:11.749Z[ recovery-image] Aug 05 16:41:10.200 INFO O| Aug 05 16:41:10.200 INFO STEP 848: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63892024-08-05T16:41:11.758Z[ recovery-image] Aug 05 16:41:10.211 INFO O| Aug 05 16:41:10.211 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/gss/mech_dh.so.1"
63902024-08-05T16:41:11.758Z[ recovery-image] Aug 05 16:41:10.211 INFO O| Aug 05 16:41:10.211 INFO STEP 848 (remove_files) COMPLETE
63912024-08-05T16:41:11.758Z[ recovery-image] Aug 05 16:41:10.211 INFO O| Aug 05 16:41:10.211 INFO STEP 849: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63922024-08-05T16:41:11.768Z[ recovery-image] Aug 05 16:41:10.222 INFO O| Aug 05 16:41:10.222 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/gss/mech_krb5.so.1"
63932024-08-05T16:41:11.771Z[ recovery-image] Aug 05 16:41:10.222 INFO O| Aug 05 16:41:10.222 INFO STEP 849 (remove_files) COMPLETE
63942024-08-05T16:41:11.771Z[ recovery-image] Aug 05 16:41:10.222 INFO O| Aug 05 16:41:10.222 INFO STEP 850: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63952024-08-05T16:41:11.778Z[ recovery-image] Aug 05 16:41:10.232 INFO O| Aug 05 16:41:10.232 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/gss/mech_spnego.so.1"
63962024-08-05T16:41:11.778Z[ recovery-image] Aug 05 16:41:10.232 INFO O| Aug 05 16:41:10.232 INFO STEP 850 (remove_files) COMPLETE
63972024-08-05T16:41:11.778Z[ recovery-image] Aug 05 16:41:10.232 INFO O| Aug 05 16:41:10.232 INFO STEP 851: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63982024-08-05T16:41:11.789Z[ recovery-image] Aug 05 16:41:10.242 INFO O| Aug 05 16:41:10.242 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/inet/amd64/in.iked"
63992024-08-05T16:41:11.792Z[ recovery-image] Aug 05 16:41:10.243 INFO O| Aug 05 16:41:10.243 INFO STEP 851 (remove_files) COMPLETE
64002024-08-05T16:41:11.792Z[ recovery-image] Aug 05 16:41:10.243 INFO O| Aug 05 16:41:10.243 INFO STEP 852: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64012024-08-05T16:41:11.800Z[ recovery-image] Aug 05 16:41:10.253 INFO O| Aug 05 16:41:10.253 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/inet/certdb"
64022024-08-05T16:41:11.800Z[ recovery-image] Aug 05 16:41:10.254 INFO O| Aug 05 16:41:10.253 INFO STEP 852 (remove_files) COMPLETE
64032024-08-05T16:41:11.803Z[ recovery-image] Aug 05 16:41:10.254 INFO O| Aug 05 16:41:10.254 INFO STEP 853: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64042024-08-05T16:41:11.810Z[ recovery-image] Aug 05 16:41:10.264 INFO O| Aug 05 16:41:10.264 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/inet/certlocal"
64052024-08-05T16:41:11.813Z[ recovery-image] Aug 05 16:41:10.265 INFO O| Aug 05 16:41:10.265 INFO STEP 853 (remove_files) COMPLETE
64062024-08-05T16:41:11.813Z[ recovery-image] Aug 05 16:41:10.265 INFO O| Aug 05 16:41:10.265 INFO STEP 854: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64072024-08-05T16:41:11.821Z[ recovery-image] Aug 05 16:41:10.275 INFO O| Aug 05 16:41:10.275 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/inet/certrldb"
64082024-08-05T16:41:11.821Z[ recovery-image] Aug 05 16:41:10.275 INFO O| Aug 05 16:41:10.275 INFO STEP 854 (remove_files) COMPLETE
64092024-08-05T16:41:11.821Z[ recovery-image] Aug 05 16:41:10.275 INFO O| Aug 05 16:41:10.275 INFO STEP 855: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64102024-08-05T16:41:11.831Z[ recovery-image] Aug 05 16:41:10.285 INFO O| Aug 05 16:41:10.285 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/inet/in.iked"
64112024-08-05T16:41:11.834Z[ recovery-image] Aug 05 16:41:10.285 INFO O| Aug 05 16:41:10.285 INFO STEP 855 (remove_files) COMPLETE
64122024-08-05T16:41:11.834Z[ recovery-image] Aug 05 16:41:10.285 INFO O| Aug 05 16:41:10.285 INFO STEP 856: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64132024-08-05T16:41:11.842Z[ recovery-image] Aug 05 16:41:10.295 INFO O| Aug 05 16:41:10.295 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/inet/in.ripngd"
64142024-08-05T16:41:11.842Z[ recovery-image] Aug 05 16:41:10.296 INFO O| Aug 05 16:41:10.296 INFO STEP 856 (remove_files) COMPLETE
64152024-08-05T16:41:11.842Z[ recovery-image] Aug 05 16:41:10.296 INFO O| Aug 05 16:41:10.296 INFO STEP 857: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64162024-08-05T16:41:11.853Z[ recovery-image] Aug 05 16:41:10.306 INFO O| Aug 05 16:41:10.306 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/inet/inetd"
64172024-08-05T16:41:11.856Z[ recovery-image] Aug 05 16:41:10.307 INFO O| Aug 05 16:41:10.307 INFO STEP 857 (remove_files) COMPLETE
64182024-08-05T16:41:11.856Z[ recovery-image] Aug 05 16:41:10.307 INFO O| Aug 05 16:41:10.307 INFO STEP 858: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64192024-08-05T16:41:11.864Z[ recovery-image] Aug 05 16:41:10.317 INFO O| Aug 05 16:41:10.317 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/krb5/amd64/libkadm5clnt.so.1"
64202024-08-05T16:41:11.866Z[ recovery-image] Aug 05 16:41:10.318 INFO O| Aug 05 16:41:10.318 INFO STEP 858 (remove_files) COMPLETE
64212024-08-05T16:41:11.866Z[ recovery-image] Aug 05 16:41:10.318 INFO O| Aug 05 16:41:10.318 INFO STEP 859: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64222024-08-05T16:41:11.875Z[ recovery-image] Aug 05 16:41:10.329 INFO O| Aug 05 16:41:10.329 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/krb5/ktkt_warnd"
64232024-08-05T16:41:11.878Z[ recovery-image] Aug 05 16:41:10.329 INFO O| Aug 05 16:41:10.329 INFO STEP 859 (remove_files) COMPLETE
64242024-08-05T16:41:11.878Z[ recovery-image] Aug 05 16:41:10.329 INFO O| Aug 05 16:41:10.329 INFO STEP 860: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64252024-08-05T16:41:11.886Z[ recovery-image] Aug 05 16:41:10.340 INFO O| Aug 05 16:41:10.340 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/krb5/libkadm5clnt.so.1"
64262024-08-05T16:41:11.889Z[ recovery-image] Aug 05 16:41:10.340 INFO O| Aug 05 16:41:10.340 INFO STEP 860 (remove_files) COMPLETE
64272024-08-05T16:41:11.889Z[ recovery-image] Aug 05 16:41:10.340 INFO O| Aug 05 16:41:10.340 INFO STEP 861: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64282024-08-05T16:41:11.897Z[ recovery-image] Aug 05 16:41:10.351 INFO O| Aug 05 16:41:10.351 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/krb5/libss.so.1"
64292024-08-05T16:41:11.901Z[ recovery-image] Aug 05 16:41:10.351 INFO O| Aug 05 16:41:10.351 INFO STEP 861 (remove_files) COMPLETE
64302024-08-05T16:41:11.901Z[ recovery-image] Aug 05 16:41:10.351 INFO O| Aug 05 16:41:10.351 INFO STEP 862: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64312024-08-05T16:41:11.908Z[ recovery-image] Aug 05 16:41:10.362 INFO O| Aug 05 16:41:10.362 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/krb5/plugins/preauth/pkinit.so.1"
64322024-08-05T16:41:11.911Z[ recovery-image] Aug 05 16:41:10.363 INFO O| Aug 05 16:41:10.363 INFO STEP 862 (remove_files) COMPLETE
64332024-08-05T16:41:11.911Z[ recovery-image] Aug 05 16:41:10.363 INFO O| Aug 05 16:41:10.363 INFO STEP 863: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64342024-08-05T16:41:11.920Z[ recovery-image] Aug 05 16:41:10.374 INFO O| Aug 05 16:41:10.374 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/ld/map.above4G"
64352024-08-05T16:41:11.923Z[ recovery-image] Aug 05 16:41:10.374 INFO O| Aug 05 16:41:10.374 INFO STEP 863 (remove_files) COMPLETE
64362024-08-05T16:41:11.923Z[ recovery-image] Aug 05 16:41:10.374 INFO O| Aug 05 16:41:10.374 INFO STEP 864: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64372024-08-05T16:41:11.931Z[ recovery-image] Aug 05 16:41:10.384 INFO O| Aug 05 16:41:10.384 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/ld/map.below4G"
64382024-08-05T16:41:11.933Z[ recovery-image] Aug 05 16:41:10.385 INFO O| Aug 05 16:41:10.385 INFO STEP 864 (remove_files) COMPLETE
64392024-08-05T16:41:11.934Z[ recovery-image] Aug 05 16:41:10.385 INFO O| Aug 05 16:41:10.385 INFO STEP 865: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64402024-08-05T16:41:11.941Z[ recovery-image] Aug 05 16:41:10.395 INFO O| Aug 05 16:41:10.395 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/ld/map.bssalign"
64412024-08-05T16:41:11.944Z[ recovery-image] Aug 05 16:41:10.395 INFO O| Aug 05 16:41:10.395 INFO STEP 865 (remove_files) COMPLETE
64422024-08-05T16:41:11.944Z[ recovery-image] Aug 05 16:41:10.395 INFO O| Aug 05 16:41:10.395 INFO STEP 866: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64432024-08-05T16:41:11.952Z[ recovery-image] Aug 05 16:41:10.406 INFO O| Aug 05 16:41:10.406 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/ld/map.default"
64442024-08-05T16:41:11.952Z[ recovery-image] Aug 05 16:41:10.406 INFO O| Aug 05 16:41:10.406 INFO STEP 866 (remove_files) COMPLETE
64452024-08-05T16:41:11.955Z[ recovery-image] Aug 05 16:41:10.406 INFO O| Aug 05 16:41:10.406 INFO STEP 867: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64462024-08-05T16:41:11.963Z[ recovery-image] Aug 05 16:41:10.416 INFO O| Aug 05 16:41:10.416 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/ld/map.execdata"
64472024-08-05T16:41:11.966Z[ recovery-image] Aug 05 16:41:10.416 INFO O| Aug 05 16:41:10.416 INFO STEP 867 (remove_files) COMPLETE
64482024-08-05T16:41:11.966Z[ recovery-image] Aug 05 16:41:10.416 INFO O| Aug 05 16:41:10.416 INFO STEP 868: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64492024-08-05T16:41:11.973Z[ recovery-image] Aug 05 16:41:10.427 INFO O| Aug 05 16:41:10.427 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/ld/map.filter"
64502024-08-05T16:41:11.973Z[ recovery-image] Aug 05 16:41:10.427 INFO O| Aug 05 16:41:10.427 INFO STEP 868 (remove_files) COMPLETE
64512024-08-05T16:41:11.976Z[ recovery-image] Aug 05 16:41:10.427 INFO O| Aug 05 16:41:10.427 INFO STEP 869: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64522024-08-05T16:41:11.984Z[ recovery-image] Aug 05 16:41:10.438 INFO O| Aug 05 16:41:10.438 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/ld/map.noexbss"
64532024-08-05T16:41:11.984Z[ recovery-image] Aug 05 16:41:10.438 INFO O| Aug 05 16:41:10.438 INFO STEP 869 (remove_files) COMPLETE
64542024-08-05T16:41:11.984Z[ recovery-image] Aug 05 16:41:10.438 INFO O| Aug 05 16:41:10.438 INFO STEP 870: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64552024-08-05T16:41:11.995Z[ recovery-image] Aug 05 16:41:10.449 INFO O| Aug 05 16:41:10.449 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/ld/map.noexdata"
64562024-08-05T16:41:11.995Z[ recovery-image] Aug 05 16:41:10.449 INFO O| Aug 05 16:41:10.449 INFO STEP 870 (remove_files) COMPLETE
64572024-08-05T16:41:11.998Z[ recovery-image] Aug 05 16:41:10.449 INFO O| Aug 05 16:41:10.449 INFO STEP 871: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64582024-08-05T16:41:12.007Z[ recovery-image] Aug 05 16:41:10.460 INFO O| Aug 05 16:41:10.460 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/ld/map.noexstk"
64592024-08-05T16:41:12.007Z[ recovery-image] Aug 05 16:41:10.460 INFO O| Aug 05 16:41:10.460 INFO STEP 871 (remove_files) COMPLETE
64602024-08-05T16:41:12.007Z[ recovery-image] Aug 05 16:41:10.460 INFO O| Aug 05 16:41:10.460 INFO STEP 872: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64612024-08-05T16:41:12.017Z[ recovery-image] Aug 05 16:41:10.471 INFO O| Aug 05 16:41:10.471 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/ld/map.pagealign"
64622024-08-05T16:41:12.017Z[ recovery-image] Aug 05 16:41:10.471 INFO O| Aug 05 16:41:10.471 INFO STEP 872 (remove_files) COMPLETE
64632024-08-05T16:41:12.017Z[ recovery-image] Aug 05 16:41:10.471 INFO O| Aug 05 16:41:10.471 INFO STEP 873: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64642024-08-05T16:41:12.028Z[ recovery-image] Aug 05 16:41:10.482 INFO O| Aug 05 16:41:10.482 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/libc/libc_hwcap1.so.1"
64652024-08-05T16:41:12.032Z[ recovery-image] Aug 05 16:41:10.482 INFO O| Aug 05 16:41:10.482 INFO STEP 873 (remove_files) COMPLETE
64662024-08-05T16:41:12.032Z[ recovery-image] Aug 05 16:41:10.482 INFO O| Aug 05 16:41:10.482 INFO STEP 874: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64672024-08-05T16:41:12.039Z[ recovery-image] Aug 05 16:41:10.493 INFO O| Aug 05 16:41:10.493 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/libc/libc_hwcap3.so.1"
64682024-08-05T16:41:12.039Z[ recovery-image] Aug 05 16:41:10.493 INFO O| Aug 05 16:41:10.493 INFO STEP 874 (remove_files) COMPLETE
64692024-08-05T16:41:12.042Z[ recovery-image] Aug 05 16:41:10.493 INFO O| Aug 05 16:41:10.493 INFO STEP 875: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64702024-08-05T16:41:12.049Z[ recovery-image] Aug 05 16:41:10.503 INFO O| Aug 05 16:41:10.503 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/link_audit/amd64/ldprof.so.1"
64712024-08-05T16:41:12.053Z[ recovery-image] Aug 05 16:41:10.503 INFO O| Aug 05 16:41:10.503 INFO STEP 875 (remove_files) COMPLETE
64722024-08-05T16:41:12.053Z[ recovery-image] Aug 05 16:41:10.503 INFO O| Aug 05 16:41:10.503 INFO STEP 876: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64732024-08-05T16:41:12.059Z[ recovery-image] Aug 05 16:41:10.513 INFO O| Aug 05 16:41:10.513 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/link_audit/amd64/truss.so.1"
64742024-08-05T16:41:12.059Z[ recovery-image] Aug 05 16:41:10.513 INFO O| Aug 05 16:41:10.513 INFO STEP 876 (remove_files) COMPLETE
64752024-08-05T16:41:12.062Z[ recovery-image] Aug 05 16:41:10.513 INFO O| Aug 05 16:41:10.513 INFO STEP 877: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64762024-08-05T16:41:12.069Z[ recovery-image] Aug 05 16:41:10.523 INFO O| Aug 05 16:41:10.523 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/link_audit/amd64/who.so.1"
64772024-08-05T16:41:12.069Z[ recovery-image] Aug 05 16:41:10.523 INFO O| Aug 05 16:41:10.523 INFO STEP 877 (remove_files) COMPLETE
64782024-08-05T16:41:12.072Z[ recovery-image] Aug 05 16:41:10.523 INFO O| Aug 05 16:41:10.523 INFO STEP 878: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64792024-08-05T16:41:12.079Z[ recovery-image] Aug 05 16:41:10.533 INFO O| Aug 05 16:41:10.533 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/link_audit/ldprof.so.1"
64802024-08-05T16:41:12.082Z[ recovery-image] Aug 05 16:41:10.533 INFO O| Aug 05 16:41:10.533 INFO STEP 878 (remove_files) COMPLETE
64812024-08-05T16:41:12.082Z[ recovery-image] Aug 05 16:41:10.533 INFO O| Aug 05 16:41:10.533 INFO STEP 879: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64822024-08-05T16:41:12.089Z[ recovery-image] Aug 05 16:41:10.543 INFO O| Aug 05 16:41:10.543 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/link_audit/truss.so.1"
64832024-08-05T16:41:12.089Z[ recovery-image] Aug 05 16:41:10.543 INFO O| Aug 05 16:41:10.543 INFO STEP 879 (remove_files) COMPLETE
64842024-08-05T16:41:12.092Z[ recovery-image] Aug 05 16:41:10.543 INFO O| Aug 05 16:41:10.543 INFO STEP 880: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64852024-08-05T16:41:12.099Z[ recovery-image] Aug 05 16:41:10.553 INFO O| Aug 05 16:41:10.553 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/link_audit/who.so.1"
64862024-08-05T16:41:12.099Z[ recovery-image] Aug 05 16:41:10.553 INFO O| Aug 05 16:41:10.553 INFO STEP 880 (remove_files) COMPLETE
64872024-08-05T16:41:12.102Z[ recovery-image] Aug 05 16:41:10.553 INFO O| Aug 05 16:41:10.553 INFO STEP 881: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64882024-08-05T16:41:12.109Z[ recovery-image] Aug 05 16:41:10.563 INFO O| Aug 05 16:41:10.563 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/pci/pcidb"
64892024-08-05T16:41:12.112Z[ recovery-image] Aug 05 16:41:10.563 INFO O| Aug 05 16:41:10.563 INFO STEP 881 (remove_files) COMPLETE
64902024-08-05T16:41:12.112Z[ recovery-image] Aug 05 16:41:10.563 INFO O| Aug 05 16:41:10.563 INFO STEP 882: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64912024-08-05T16:41:12.119Z[ recovery-image] Aug 05 16:41:10.573 INFO O| Aug 05 16:41:10.573 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/pci/pcidr_plugin.so"
64922024-08-05T16:41:12.122Z[ recovery-image] Aug 05 16:41:10.573 INFO O| Aug 05 16:41:10.573 INFO STEP 882 (remove_files) COMPLETE
64932024-08-05T16:41:12.122Z[ recovery-image] Aug 05 16:41:10.573 INFO O| Aug 05 16:41:10.573 INFO STEP 883: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64942024-08-05T16:41:12.130Z[ recovery-image] Aug 05 16:41:10.583 INFO O| Aug 05 16:41:10.583 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/pci/pcieb"
64952024-08-05T16:41:12.130Z[ recovery-image] Aug 05 16:41:10.583 INFO O| Aug 05 16:41:10.583 INFO STEP 883 (remove_files) COMPLETE
64962024-08-05T16:41:12.132Z[ recovery-image] Aug 05 16:41:10.583 INFO O| Aug 05 16:41:10.583 INFO STEP 884: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64972024-08-05T16:41:12.140Z[ recovery-image] Aug 05 16:41:10.594 INFO O| Aug 05 16:41:10.594 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/raidcfg/amd64/mpt.so.1"
64982024-08-05T16:41:12.143Z[ recovery-image] Aug 05 16:41:10.594 INFO O| Aug 05 16:41:10.594 INFO STEP 884 (remove_files) COMPLETE
64992024-08-05T16:41:12.143Z[ recovery-image] Aug 05 16:41:10.594 INFO O| Aug 05 16:41:10.594 INFO STEP 885: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65002024-08-05T16:41:12.150Z[ recovery-image] Aug 05 16:41:10.604 INFO O| Aug 05 16:41:10.604 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/raidcfg/mpt.so.1"
65012024-08-05T16:41:12.150Z[ recovery-image] Aug 05 16:41:10.604 INFO O| Aug 05 16:41:10.604 INFO STEP 885 (remove_files) COMPLETE
65022024-08-05T16:41:12.153Z[ recovery-image] Aug 05 16:41:10.604 INFO O| Aug 05 16:41:10.604 INFO STEP 886: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65032024-08-05T16:41:12.164Z[ recovery-image] Aug 05 16:41:10.615 INFO O| Aug 05 16:41:10.615 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/reparse/libreparse_smb.so.1"
65042024-08-05T16:41:12.169Z[ recovery-image] Aug 05 16:41:10.615 INFO O| Aug 05 16:41:10.615 INFO STEP 886 (remove_files) COMPLETE
65052024-08-05T16:41:12.170Z[ recovery-image] Aug 05 16:41:10.615 INFO O| Aug 05 16:41:10.615 INFO STEP 887: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65062024-08-05T16:41:12.174Z[ recovery-image] Aug 05 16:41:10.628 INFO O| Aug 05 16:41:10.627 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/reparse/reparsed"
65072024-08-05T16:41:12.175Z[ recovery-image] Aug 05 16:41:10.628 INFO O| Aug 05 16:41:10.628 INFO STEP 887 (remove_files) COMPLETE
65082024-08-05T16:41:12.178Z[ recovery-image] Aug 05 16:41:10.628 INFO O| Aug 05 16:41:10.628 INFO STEP 888: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65092024-08-05T16:41:12.187Z[ recovery-image] Aug 05 16:41:10.640 INFO O| Aug 05 16:41:10.640 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/saf/listen"
65102024-08-05T16:41:12.187Z[ recovery-image] Aug 05 16:41:10.640 INFO O| Aug 05 16:41:10.640 INFO STEP 888 (remove_files) COMPLETE
65112024-08-05T16:41:12.187Z[ recovery-image] Aug 05 16:41:10.640 INFO O| Aug 05 16:41:10.640 INFO STEP 889: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65122024-08-05T16:41:12.199Z[ recovery-image] Aug 05 16:41:10.653 INFO O| Aug 05 16:41:10.653 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/saf/nlps_server"
65132024-08-05T16:41:12.199Z[ recovery-image] Aug 05 16:41:10.653 INFO O| Aug 05 16:41:10.653 INFO STEP 889 (remove_files) COMPLETE
65142024-08-05T16:41:12.202Z[ recovery-image] Aug 05 16:41:10.653 INFO O| Aug 05 16:41:10.653 INFO STEP 890: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65152024-08-05T16:41:12.211Z[ recovery-image] Aug 05 16:41:10.665 INFO O| Aug 05 16:41:10.665 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/sasl/amd64/crammd5.so.1"
65162024-08-05T16:41:12.214Z[ recovery-image] Aug 05 16:41:10.665 INFO O| Aug 05 16:41:10.665 INFO STEP 890 (remove_files) COMPLETE
65172024-08-05T16:41:12.214Z[ recovery-image] Aug 05 16:41:10.665 INFO O| Aug 05 16:41:10.665 INFO STEP 891: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65182024-08-05T16:41:12.222Z[ recovery-image] Aug 05 16:41:10.676 INFO O| Aug 05 16:41:10.676 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/sasl/amd64/digestmd5.so.1"
65192024-08-05T16:41:12.225Z[ recovery-image] Aug 05 16:41:10.676 INFO O| Aug 05 16:41:10.676 INFO STEP 891 (remove_files) COMPLETE
65202024-08-05T16:41:12.225Z[ recovery-image] Aug 05 16:41:10.676 INFO O| Aug 05 16:41:10.676 INFO STEP 892: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65212024-08-05T16:41:12.232Z[ recovery-image] Aug 05 16:41:10.686 INFO O| Aug 05 16:41:10.686 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/sasl/amd64/gssapi.so.1"
65222024-08-05T16:41:12.232Z[ recovery-image] Aug 05 16:41:10.686 INFO O| Aug 05 16:41:10.686 INFO STEP 892 (remove_files) COMPLETE
65232024-08-05T16:41:12.235Z[ recovery-image] Aug 05 16:41:10.686 INFO O| Aug 05 16:41:10.686 INFO STEP 893: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65242024-08-05T16:41:12.243Z[ recovery-image] Aug 05 16:41:10.697 INFO O| Aug 05 16:41:10.697 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/sasl/amd64/login.so.1"
65252024-08-05T16:41:12.243Z[ recovery-image] Aug 05 16:41:10.697 INFO O| Aug 05 16:41:10.697 INFO STEP 893 (remove_files) COMPLETE
65262024-08-05T16:41:12.243Z[ recovery-image] Aug 05 16:41:10.697 INFO O| Aug 05 16:41:10.697 INFO STEP 894: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65272024-08-05T16:41:12.254Z[ recovery-image] Aug 05 16:41:10.708 INFO O| Aug 05 16:41:10.708 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/sasl/amd64/plain.so.1"
65282024-08-05T16:41:12.257Z[ recovery-image] Aug 05 16:41:10.708 INFO O| Aug 05 16:41:10.708 INFO STEP 894 (remove_files) COMPLETE
65292024-08-05T16:41:12.257Z[ recovery-image] Aug 05 16:41:10.708 INFO O| Aug 05 16:41:10.708 INFO STEP 895: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65302024-08-05T16:41:12.266Z[ recovery-image] Aug 05 16:41:10.720 INFO O| Aug 05 16:41:10.720 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/sasl/crammd5.so.1"
65312024-08-05T16:41:12.266Z[ recovery-image] Aug 05 16:41:10.720 INFO O| Aug 05 16:41:10.720 INFO STEP 895 (remove_files) COMPLETE
65322024-08-05T16:41:12.269Z[ recovery-image] Aug 05 16:41:10.720 INFO O| Aug 05 16:41:10.720 INFO STEP 896: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65332024-08-05T16:41:12.279Z[ recovery-image] Aug 05 16:41:10.733 INFO O| Aug 05 16:41:10.732 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/sasl/digestmd5.so.1"
65342024-08-05T16:41:12.279Z[ recovery-image] Aug 05 16:41:10.733 INFO O| Aug 05 16:41:10.733 INFO STEP 896 (remove_files) COMPLETE
65352024-08-05T16:41:12.279Z[ recovery-image] Aug 05 16:41:10.733 INFO O| Aug 05 16:41:10.733 INFO STEP 897: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65362024-08-05T16:41:12.291Z[ recovery-image] Aug 05 16:41:10.745 INFO O| Aug 05 16:41:10.745 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/sasl/gssapi.so.1"
65372024-08-05T16:41:12.291Z[ recovery-image] Aug 05 16:41:10.745 INFO O| Aug 05 16:41:10.745 INFO STEP 897 (remove_files) COMPLETE
65382024-08-05T16:41:12.294Z[ recovery-image] Aug 05 16:41:10.745 INFO O| Aug 05 16:41:10.745 INFO STEP 898: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65392024-08-05T16:41:12.303Z[ recovery-image] Aug 05 16:41:10.757 INFO O| Aug 05 16:41:10.757 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/sasl/login.so.1"
65402024-08-05T16:41:12.306Z[ recovery-image] Aug 05 16:41:10.757 INFO O| Aug 05 16:41:10.757 INFO STEP 898 (remove_files) COMPLETE
65412024-08-05T16:41:12.306Z[ recovery-image] Aug 05 16:41:10.757 INFO O| Aug 05 16:41:10.757 INFO STEP 899: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65422024-08-05T16:41:12.315Z[ recovery-image] Aug 05 16:41:10.769 INFO O| Aug 05 16:41:10.769 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/sasl/plain.so.1"
65432024-08-05T16:41:12.315Z[ recovery-image] Aug 05 16:41:10.769 INFO O| Aug 05 16:41:10.769 INFO STEP 899 (remove_files) COMPLETE
65442024-08-05T16:41:12.315Z[ recovery-image] Aug 05 16:41:10.769 INFO O| Aug 05 16:41:10.769 INFO STEP 900: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65452024-08-05T16:41:12.326Z[ recovery-image] Aug 05 16:41:10.779 INFO O| Aug 05 16:41:10.779 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/crypt_bsdbf.so.1"
65462024-08-05T16:41:12.328Z[ recovery-image] Aug 05 16:41:10.780 INFO O| Aug 05 16:41:10.780 INFO STEP 900 (remove_files) COMPLETE
65472024-08-05T16:41:12.329Z[ recovery-image] Aug 05 16:41:10.780 INFO O| Aug 05 16:41:10.780 INFO STEP 901: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65482024-08-05T16:41:12.337Z[ recovery-image] Aug 05 16:41:10.790 INFO O| Aug 05 16:41:10.790 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/crypt_bsdmd5.so.1"
65492024-08-05T16:41:12.337Z[ recovery-image] Aug 05 16:41:10.790 INFO O| Aug 05 16:41:10.790 INFO STEP 901 (remove_files) COMPLETE
65502024-08-05T16:41:12.341Z[ recovery-image] Aug 05 16:41:10.790 INFO O| Aug 05 16:41:10.790 INFO STEP 902: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65512024-08-05T16:41:12.347Z[ recovery-image] Aug 05 16:41:10.801 INFO O| Aug 05 16:41:10.801 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/crypt_sha256.so.1"
65522024-08-05T16:41:12.347Z[ recovery-image] Aug 05 16:41:10.801 INFO O| Aug 05 16:41:10.801 INFO STEP 902 (remove_files) COMPLETE
65532024-08-05T16:41:12.351Z[ recovery-image] Aug 05 16:41:10.801 INFO O| Aug 05 16:41:10.801 INFO STEP 903: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65542024-08-05T16:41:12.358Z[ recovery-image] Aug 05 16:41:10.811 INFO O| Aug 05 16:41:10.811 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/crypt_sha512.so.1"
65552024-08-05T16:41:12.362Z[ recovery-image] Aug 05 16:41:10.812 INFO O| Aug 05 16:41:10.812 INFO STEP 903 (remove_files) COMPLETE
65562024-08-05T16:41:12.362Z[ recovery-image] Aug 05 16:41:10.812 INFO O| Aug 05 16:41:10.812 INFO STEP 904: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65572024-08-05T16:41:12.369Z[ recovery-image] Aug 05 16:41:10.822 INFO O| Aug 05 16:41:10.822 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/crypt_sunmd5.so.1"
65582024-08-05T16:41:12.373Z[ recovery-image] Aug 05 16:41:10.822 INFO O| Aug 05 16:41:10.822 INFO STEP 904 (remove_files) COMPLETE
65592024-08-05T16:41:12.373Z[ recovery-image] Aug 05 16:41:10.823 INFO O| Aug 05 16:41:10.822 INFO STEP 905: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65602024-08-05T16:41:12.379Z[ recovery-image] Aug 05 16:41:10.833 INFO O| Aug 05 16:41:10.833 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_allow.so.1"
65612024-08-05T16:41:12.379Z[ recovery-image] Aug 05 16:41:10.833 INFO O| Aug 05 16:41:10.833 INFO STEP 905 (remove_files) COMPLETE
65622024-08-05T16:41:12.379Z[ recovery-image] Aug 05 16:41:10.833 INFO O| Aug 05 16:41:10.833 INFO STEP 906: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65632024-08-05T16:41:12.389Z[ recovery-image] Aug 05 16:41:10.843 INFO O| Aug 05 16:41:10.843 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_authtok_check.so.1"
65642024-08-05T16:41:12.389Z[ recovery-image] Aug 05 16:41:10.843 INFO O| Aug 05 16:41:10.843 INFO STEP 906 (remove_files) COMPLETE
65652024-08-05T16:41:12.393Z[ recovery-image] Aug 05 16:41:10.843 INFO O| Aug 05 16:41:10.843 INFO STEP 907: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65662024-08-05T16:41:12.400Z[ recovery-image] Aug 05 16:41:10.853 INFO O| Aug 05 16:41:10.853 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_authtok_get.so.1"
65672024-08-05T16:41:12.402Z[ recovery-image] Aug 05 16:41:10.854 INFO O| Aug 05 16:41:10.854 INFO STEP 907 (remove_files) COMPLETE
65682024-08-05T16:41:12.402Z[ recovery-image] Aug 05 16:41:10.854 INFO O| Aug 05 16:41:10.854 INFO STEP 908: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65692024-08-05T16:41:12.410Z[ recovery-image] Aug 05 16:41:10.864 INFO O| Aug 05 16:41:10.864 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_authtok_store.so.1"
65702024-08-05T16:41:12.410Z[ recovery-image] Aug 05 16:41:10.864 INFO O| Aug 05 16:41:10.864 INFO STEP 908 (remove_files) COMPLETE
65712024-08-05T16:41:12.410Z[ recovery-image] Aug 05 16:41:10.864 INFO O| Aug 05 16:41:10.864 INFO STEP 909: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65722024-08-05T16:41:12.420Z[ recovery-image] Aug 05 16:41:10.874 INFO O| Aug 05 16:41:10.874 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_deny.so.1"
65732024-08-05T16:41:12.420Z[ recovery-image] Aug 05 16:41:10.874 INFO O| Aug 05 16:41:10.874 INFO STEP 909 (remove_files) COMPLETE
65742024-08-05T16:41:12.423Z[ recovery-image] Aug 05 16:41:10.874 INFO O| Aug 05 16:41:10.874 INFO STEP 910: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65752024-08-05T16:41:12.430Z[ recovery-image] Aug 05 16:41:10.884 INFO O| Aug 05 16:41:10.884 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_dhkeys.so.1"
65762024-08-05T16:41:12.431Z[ recovery-image] Aug 05 16:41:10.884 INFO O| Aug 05 16:41:10.884 INFO STEP 910 (remove_files) COMPLETE
65772024-08-05T16:41:12.431Z[ recovery-image] Aug 05 16:41:10.884 INFO O| Aug 05 16:41:10.884 INFO STEP 911: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65782024-08-05T16:41:12.440Z[ recovery-image] Aug 05 16:41:10.894 INFO O| Aug 05 16:41:10.894 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_dial_auth.so.1"
65792024-08-05T16:41:12.441Z[ recovery-image] Aug 05 16:41:10.894 INFO O| Aug 05 16:41:10.894 INFO STEP 911 (remove_files) COMPLETE
65802024-08-05T16:41:12.443Z[ recovery-image] Aug 05 16:41:10.894 INFO O| Aug 05 16:41:10.894 INFO STEP 912: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65812024-08-05T16:41:12.451Z[ recovery-image] Aug 05 16:41:10.904 INFO O| Aug 05 16:41:10.904 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_krb5.so.1"
65822024-08-05T16:41:12.451Z[ recovery-image] Aug 05 16:41:10.904 INFO O| Aug 05 16:41:10.904 INFO STEP 912 (remove_files) COMPLETE
65832024-08-05T16:41:12.455Z[ recovery-image] Aug 05 16:41:10.904 INFO O| Aug 05 16:41:10.904 INFO STEP 913: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65842024-08-05T16:41:12.462Z[ recovery-image] Aug 05 16:41:10.916 INFO O| Aug 05 16:41:10.916 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_krb5_migrate.so.1"
65852024-08-05T16:41:12.462Z[ recovery-image] Aug 05 16:41:10.916 INFO O| Aug 05 16:41:10.916 INFO STEP 913 (remove_files) COMPLETE
65862024-08-05T16:41:12.465Z[ recovery-image] Aug 05 16:41:10.916 INFO O| Aug 05 16:41:10.916 INFO STEP 914: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65872024-08-05T16:41:12.473Z[ recovery-image] Aug 05 16:41:10.926 INFO O| Aug 05 16:41:10.926 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_ldap.so.1"
65882024-08-05T16:41:12.473Z[ recovery-image] Aug 05 16:41:10.926 INFO O| Aug 05 16:41:10.926 INFO STEP 914 (remove_files) COMPLETE
65892024-08-05T16:41:12.476Z[ recovery-image] Aug 05 16:41:10.926 INFO O| Aug 05 16:41:10.926 INFO STEP 915: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65902024-08-05T16:41:12.483Z[ recovery-image] Aug 05 16:41:10.937 INFO O| Aug 05 16:41:10.937 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_list.so.1"
65912024-08-05T16:41:12.483Z[ recovery-image] Aug 05 16:41:10.937 INFO O| Aug 05 16:41:10.937 INFO STEP 915 (remove_files) COMPLETE
65922024-08-05T16:41:12.486Z[ recovery-image] Aug 05 16:41:10.937 INFO O| Aug 05 16:41:10.937 INFO STEP 916: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65932024-08-05T16:41:12.493Z[ recovery-image] Aug 05 16:41:10.947 INFO O| Aug 05 16:41:10.947 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_passwd_auth.so.1"
65942024-08-05T16:41:12.493Z[ recovery-image] Aug 05 16:41:10.947 INFO O| Aug 05 16:41:10.947 INFO STEP 916 (remove_files) COMPLETE
65952024-08-05T16:41:12.496Z[ recovery-image] Aug 05 16:41:10.947 INFO O| Aug 05 16:41:10.947 INFO STEP 917: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65962024-08-05T16:41:12.503Z[ recovery-image] Aug 05 16:41:10.957 INFO O| Aug 05 16:41:10.957 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_rhosts_auth.so.1"
65972024-08-05T16:41:12.506Z[ recovery-image] Aug 05 16:41:10.957 INFO O| Aug 05 16:41:10.957 INFO STEP 917 (remove_files) COMPLETE
65982024-08-05T16:41:12.506Z[ recovery-image] Aug 05 16:41:10.957 INFO O| Aug 05 16:41:10.957 INFO STEP 918: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65992024-08-05T16:41:12.514Z[ recovery-image] Aug 05 16:41:10.968 INFO O| Aug 05 16:41:10.968 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_roles.so.1"
66002024-08-05T16:41:12.514Z[ recovery-image] Aug 05 16:41:10.968 INFO O| Aug 05 16:41:10.968 INFO STEP 918 (remove_files) COMPLETE
66012024-08-05T16:41:12.517Z[ recovery-image] Aug 05 16:41:10.968 INFO O| Aug 05 16:41:10.968 INFO STEP 919: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66022024-08-05T16:41:12.524Z[ recovery-image] Aug 05 16:41:10.978 INFO O| Aug 05 16:41:10.978 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_sample.so.1"
66032024-08-05T16:41:12.524Z[ recovery-image] Aug 05 16:41:10.978 INFO O| Aug 05 16:41:10.978 INFO STEP 919 (remove_files) COMPLETE
66042024-08-05T16:41:12.527Z[ recovery-image] Aug 05 16:41:10.978 INFO O| Aug 05 16:41:10.978 INFO STEP 920: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66052024-08-05T16:41:12.534Z[ recovery-image] Aug 05 16:41:10.988 INFO O| Aug 05 16:41:10.988 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_smb_passwd.so.1"
66062024-08-05T16:41:12.538Z[ recovery-image] Aug 05 16:41:10.988 INFO O| Aug 05 16:41:10.988 INFO STEP 920 (remove_files) COMPLETE
66072024-08-05T16:41:12.538Z[ recovery-image] Aug 05 16:41:10.988 INFO O| Aug 05 16:41:10.988 INFO STEP 921: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66082024-08-05T16:41:12.545Z[ recovery-image] Aug 05 16:41:10.999 INFO O| Aug 05 16:41:10.999 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_smbfs_login.so.1"
66092024-08-05T16:41:12.545Z[ recovery-image] Aug 05 16:41:10.999 INFO O| Aug 05 16:41:10.999 INFO STEP 921 (remove_files) COMPLETE
66102024-08-05T16:41:12.548Z[ recovery-image] Aug 05 16:41:10.999 INFO O| Aug 05 16:41:10.999 INFO STEP 922: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66112024-08-05T16:41:12.555Z[ recovery-image] Aug 05 16:41:11.009 INFO O| Aug 05 16:41:11.009 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_timestamp.so.1"
66122024-08-05T16:41:12.558Z[ recovery-image] Aug 05 16:41:11.009 INFO O| Aug 05 16:41:11.009 INFO STEP 922 (remove_files) COMPLETE
66132024-08-05T16:41:12.558Z[ recovery-image] Aug 05 16:41:11.009 INFO O| Aug 05 16:41:11.009 INFO STEP 923: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66142024-08-05T16:41:12.566Z[ recovery-image] Aug 05 16:41:11.020 INFO O| Aug 05 16:41:11.020 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_tsol_account.so.1"
66152024-08-05T16:41:12.566Z[ recovery-image] Aug 05 16:41:11.020 INFO O| Aug 05 16:41:11.020 INFO STEP 923 (remove_files) COMPLETE
66162024-08-05T16:41:12.569Z[ recovery-image] Aug 05 16:41:11.020 INFO O| Aug 05 16:41:11.020 INFO STEP 924: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66172024-08-05T16:41:12.576Z[ recovery-image] Aug 05 16:41:11.030 INFO O| Aug 05 16:41:11.030 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_unix_account.so.1"
66182024-08-05T16:41:12.576Z[ recovery-image] Aug 05 16:41:11.030 INFO O| Aug 05 16:41:11.030 INFO STEP 924 (remove_files) COMPLETE
66192024-08-05T16:41:12.576Z[ recovery-image] Aug 05 16:41:11.030 INFO O| Aug 05 16:41:11.030 INFO STEP 925: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66202024-08-05T16:41:12.586Z[ recovery-image] Aug 05 16:41:11.040 INFO O| Aug 05 16:41:11.040 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_unix_auth.so.1"
66212024-08-05T16:41:12.589Z[ recovery-image] Aug 05 16:41:11.040 INFO O| Aug 05 16:41:11.040 INFO STEP 925 (remove_files) COMPLETE
66222024-08-05T16:41:12.589Z[ recovery-image] Aug 05 16:41:11.040 INFO O| Aug 05 16:41:11.040 INFO STEP 926: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66232024-08-05T16:41:12.597Z[ recovery-image] Aug 05 16:41:11.050 INFO O| Aug 05 16:41:11.050 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_unix_cred.so.1"
66242024-08-05T16:41:12.597Z[ recovery-image] Aug 05 16:41:11.050 INFO O| Aug 05 16:41:11.050 INFO STEP 926 (remove_files) COMPLETE
66252024-08-05T16:41:12.597Z[ recovery-image] Aug 05 16:41:11.050 INFO O| Aug 05 16:41:11.050 INFO STEP 927: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66262024-08-05T16:41:12.607Z[ recovery-image] Aug 05 16:41:11.060 INFO O| Aug 05 16:41:11.060 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_unix_session.so.1"
66272024-08-05T16:41:12.610Z[ recovery-image] Aug 05 16:41:11.060 INFO O| Aug 05 16:41:11.060 INFO STEP 927 (remove_files) COMPLETE
66282024-08-05T16:41:12.610Z[ recovery-image] Aug 05 16:41:11.060 INFO O| Aug 05 16:41:11.060 INFO STEP 928: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66292024-08-05T16:41:12.617Z[ recovery-image] Aug 05 16:41:11.070 INFO O| Aug 05 16:41:11.070 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pkcs11_kernel.so.1"
66302024-08-05T16:41:12.620Z[ recovery-image] Aug 05 16:41:11.070 INFO O| Aug 05 16:41:11.070 INFO STEP 928 (remove_files) COMPLETE
66312024-08-05T16:41:12.620Z[ recovery-image] Aug 05 16:41:11.070 INFO O| Aug 05 16:41:11.070 INFO STEP 929: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66322024-08-05T16:41:12.627Z[ recovery-image] Aug 05 16:41:11.081 INFO O| Aug 05 16:41:11.081 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pkcs11_softtoken.so.1"
66332024-08-05T16:41:12.627Z[ recovery-image] Aug 05 16:41:11.081 INFO O| Aug 05 16:41:11.081 INFO STEP 929 (remove_files) COMPLETE
66342024-08-05T16:41:12.630Z[ recovery-image] Aug 05 16:41:11.081 INFO O| Aug 05 16:41:11.081 INFO STEP 930: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66352024-08-05T16:41:12.637Z[ recovery-image] Aug 05 16:41:11.091 INFO O| Aug 05 16:41:11.091 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pkcs11_tpm.so.1"
66362024-08-05T16:41:12.640Z[ recovery-image] Aug 05 16:41:11.091 INFO O| Aug 05 16:41:11.091 INFO STEP 930 (remove_files) COMPLETE
66372024-08-05T16:41:12.640Z[ recovery-image] Aug 05 16:41:11.091 INFO O| Aug 05 16:41:11.091 INFO STEP 931: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66382024-08-05T16:41:12.648Z[ recovery-image] Aug 05 16:41:11.102 INFO O| Aug 05 16:41:11.102 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/audit_binfile.so.1"
66392024-08-05T16:41:12.651Z[ recovery-image] Aug 05 16:41:11.102 INFO O| Aug 05 16:41:11.102 INFO STEP 931 (remove_files) COMPLETE
66402024-08-05T16:41:12.651Z[ recovery-image] Aug 05 16:41:11.102 INFO O| Aug 05 16:41:11.102 INFO STEP 932: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66412024-08-05T16:41:12.659Z[ recovery-image] Aug 05 16:41:11.112 INFO O| Aug 05 16:41:11.112 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/audit_remote.so.1"
66422024-08-05T16:41:12.662Z[ recovery-image] Aug 05 16:41:11.112 INFO O| Aug 05 16:41:11.112 INFO STEP 932 (remove_files) COMPLETE
66432024-08-05T16:41:12.662Z[ recovery-image] Aug 05 16:41:11.112 INFO O| Aug 05 16:41:11.112 INFO STEP 933: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66442024-08-05T16:41:12.669Z[ recovery-image] Aug 05 16:41:11.123 INFO O| Aug 05 16:41:11.123 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/audit_syslog.so.1"
66452024-08-05T16:41:12.672Z[ recovery-image] Aug 05 16:41:11.123 INFO O| Aug 05 16:41:11.123 INFO STEP 933 (remove_files) COMPLETE
66462024-08-05T16:41:12.672Z[ recovery-image] Aug 05 16:41:11.123 INFO O| Aug 05 16:41:11.123 INFO STEP 934: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66472024-08-05T16:41:12.680Z[ recovery-image] Aug 05 16:41:11.134 INFO O| Aug 05 16:41:11.134 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/crypt_bsdbf.so.1"
66482024-08-05T16:41:12.680Z[ recovery-image] Aug 05 16:41:11.134 INFO O| Aug 05 16:41:11.134 INFO STEP 934 (remove_files) COMPLETE
66492024-08-05T16:41:12.683Z[ recovery-image] Aug 05 16:41:11.134 INFO O| Aug 05 16:41:11.134 INFO STEP 935: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66502024-08-05T16:41:12.692Z[ recovery-image] Aug 05 16:41:11.145 INFO O| Aug 05 16:41:11.145 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/crypt_bsdmd5.so.1"
66512024-08-05T16:41:12.692Z[ recovery-image] Aug 05 16:41:11.145 INFO O| Aug 05 16:41:11.145 INFO STEP 935 (remove_files) COMPLETE
66522024-08-05T16:41:12.692Z[ recovery-image] Aug 05 16:41:11.145 INFO O| Aug 05 16:41:11.145 INFO STEP 936: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66532024-08-05T16:41:12.702Z[ recovery-image] Aug 05 16:41:11.156 INFO O| Aug 05 16:41:11.156 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/crypt_sha256.so.1"
66542024-08-05T16:41:12.702Z[ recovery-image] Aug 05 16:41:11.156 INFO O| Aug 05 16:41:11.156 INFO STEP 936 (remove_files) COMPLETE
66552024-08-05T16:41:12.702Z[ recovery-image] Aug 05 16:41:11.156 INFO O| Aug 05 16:41:11.156 INFO STEP 937: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66562024-08-05T16:41:12.712Z[ recovery-image] Aug 05 16:41:11.166 INFO O| Aug 05 16:41:11.166 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/crypt_sha512.so.1"
66572024-08-05T16:41:12.712Z[ recovery-image] Aug 05 16:41:11.166 INFO O| Aug 05 16:41:11.166 INFO STEP 937 (remove_files) COMPLETE
66582024-08-05T16:41:12.715Z[ recovery-image] Aug 05 16:41:11.166 INFO O| Aug 05 16:41:11.166 INFO STEP 938: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66592024-08-05T16:41:12.723Z[ recovery-image] Aug 05 16:41:11.176 INFO O| Aug 05 16:41:11.176 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/crypt_sunmd5.so.1"
66602024-08-05T16:41:12.723Z[ recovery-image] Aug 05 16:41:11.176 INFO O| Aug 05 16:41:11.176 INFO STEP 938 (remove_files) COMPLETE
66612024-08-05T16:41:12.726Z[ recovery-image] Aug 05 16:41:11.176 INFO O| Aug 05 16:41:11.176 INFO STEP 939: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66622024-08-05T16:41:12.732Z[ recovery-image] Aug 05 16:41:11.186 INFO O| Aug 05 16:41:11.186 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pam_allow.so.1"
66632024-08-05T16:41:12.732Z[ recovery-image] Aug 05 16:41:11.186 INFO O| Aug 05 16:41:11.186 INFO STEP 939 (remove_files) COMPLETE
66642024-08-05T16:41:12.735Z[ recovery-image] Aug 05 16:41:11.186 INFO O| Aug 05 16:41:11.186 INFO STEP 940: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66652024-08-05T16:41:12.743Z[ recovery-image] Aug 05 16:41:11.196 INFO O| Aug 05 16:41:11.196 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pam_authtok_check.so.1"
66662024-08-05T16:41:12.746Z[ recovery-image] Aug 05 16:41:11.197 INFO O| Aug 05 16:41:11.197 INFO STEP 940 (remove_files) COMPLETE
66672024-08-05T16:41:12.746Z[ recovery-image] Aug 05 16:41:11.197 INFO O| Aug 05 16:41:11.197 INFO STEP 941: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66682024-08-05T16:41:12.754Z[ recovery-image] Aug 05 16:41:11.208 INFO O| Aug 05 16:41:11.208 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pam_authtok_store.so.1"
66692024-08-05T16:41:12.757Z[ recovery-image] Aug 05 16:41:11.208 INFO O| Aug 05 16:41:11.208 INFO STEP 941 (remove_files) COMPLETE
66702024-08-05T16:41:12.757Z[ recovery-image] Aug 05 16:41:11.209 INFO O| Aug 05 16:41:11.208 INFO STEP 942: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66712024-08-05T16:41:12.767Z[ recovery-image] Aug 05 16:41:11.220 INFO O| Aug 05 16:41:11.220 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pam_deny.so.1"
66722024-08-05T16:41:12.767Z[ recovery-image] Aug 05 16:41:11.220 INFO O| Aug 05 16:41:11.220 INFO STEP 942 (remove_files) COMPLETE
66732024-08-05T16:41:12.767Z[ recovery-image] Aug 05 16:41:11.220 INFO O| Aug 05 16:41:11.220 INFO STEP 943: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66742024-08-05T16:41:12.777Z[ recovery-image] Aug 05 16:41:11.231 INFO O| Aug 05 16:41:11.231 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pam_krb5.so.1"
66752024-08-05T16:41:12.778Z[ recovery-image] Aug 05 16:41:11.231 INFO O| Aug 05 16:41:11.231 INFO STEP 943 (remove_files) COMPLETE
66762024-08-05T16:41:12.778Z[ recovery-image] Aug 05 16:41:11.231 INFO O| Aug 05 16:41:11.231 INFO STEP 944: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66772024-08-05T16:41:12.788Z[ recovery-image] Aug 05 16:41:11.241 INFO O| Aug 05 16:41:11.241 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pam_krb5_migrate.so.1"
66782024-08-05T16:41:12.791Z[ recovery-image] Aug 05 16:41:11.241 INFO O| Aug 05 16:41:11.241 INFO STEP 944 (remove_files) COMPLETE
66792024-08-05T16:41:12.791Z[ recovery-image] Aug 05 16:41:11.241 INFO O| Aug 05 16:41:11.241 INFO STEP 945: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66802024-08-05T16:41:12.798Z[ recovery-image] Aug 05 16:41:11.252 INFO O| Aug 05 16:41:11.252 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pam_ldap.so.1"
66812024-08-05T16:41:12.798Z[ recovery-image] Aug 05 16:41:11.252 INFO O| Aug 05 16:41:11.252 INFO STEP 945 (remove_files) COMPLETE
66822024-08-05T16:41:12.801Z[ recovery-image] Aug 05 16:41:11.252 INFO O| Aug 05 16:41:11.252 INFO STEP 946: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66832024-08-05T16:41:12.809Z[ recovery-image] Aug 05 16:41:11.263 INFO O| Aug 05 16:41:11.262 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pam_list.so.1"
66842024-08-05T16:41:12.809Z[ recovery-image] Aug 05 16:41:11.263 INFO O| Aug 05 16:41:11.263 INFO STEP 946 (remove_files) COMPLETE
66852024-08-05T16:41:12.812Z[ recovery-image] Aug 05 16:41:11.263 INFO O| Aug 05 16:41:11.263 INFO STEP 947: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66862024-08-05T16:41:12.820Z[ recovery-image] Aug 05 16:41:11.273 INFO O| Aug 05 16:41:11.273 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pam_passwd_auth.so.1"
66872024-08-05T16:41:12.820Z[ recovery-image] Aug 05 16:41:11.273 INFO O| Aug 05 16:41:11.273 INFO STEP 947 (remove_files) COMPLETE
66882024-08-05T16:41:12.823Z[ recovery-image] Aug 05 16:41:11.273 INFO O| Aug 05 16:41:11.273 INFO STEP 948: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66892024-08-05T16:41:12.830Z[ recovery-image] Aug 05 16:41:11.284 INFO O| Aug 05 16:41:11.284 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pam_rhosts_auth.so.1"
66902024-08-05T16:41:12.830Z[ recovery-image] Aug 05 16:41:11.284 INFO O| Aug 05 16:41:11.284 INFO STEP 948 (remove_files) COMPLETE
66912024-08-05T16:41:12.833Z[ recovery-image] Aug 05 16:41:11.284 INFO O| Aug 05 16:41:11.284 INFO STEP 949: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66922024-08-05T16:41:12.841Z[ recovery-image] Aug 05 16:41:11.295 INFO O| Aug 05 16:41:11.295 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pam_sample.so.1"
66932024-08-05T16:41:12.844Z[ recovery-image] Aug 05 16:41:11.295 INFO O| Aug 05 16:41:11.295 INFO STEP 949 (remove_files) COMPLETE
66942024-08-05T16:41:12.844Z[ recovery-image] Aug 05 16:41:11.295 INFO O| Aug 05 16:41:11.295 INFO STEP 950: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66952024-08-05T16:41:12.851Z[ recovery-image] Aug 05 16:41:11.305 INFO O| Aug 05 16:41:11.305 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pam_smb_passwd.so.1"
66962024-08-05T16:41:12.851Z[ recovery-image] Aug 05 16:41:11.305 INFO O| Aug 05 16:41:11.305 INFO STEP 950 (remove_files) COMPLETE
66972024-08-05T16:41:12.851Z[ recovery-image] Aug 05 16:41:11.305 INFO O| Aug 05 16:41:11.305 INFO STEP 951: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66982024-08-05T16:41:12.862Z[ recovery-image] Aug 05 16:41:11.316 INFO O| Aug 05 16:41:11.316 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pam_smbfs_login.so.1"
66992024-08-05T16:41:12.865Z[ recovery-image] Aug 05 16:41:11.316 INFO O| Aug 05 16:41:11.316 INFO STEP 951 (remove_files) COMPLETE
67002024-08-05T16:41:12.865Z[ recovery-image] Aug 05 16:41:11.316 INFO O| Aug 05 16:41:11.316 INFO STEP 952: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67012024-08-05T16:41:12.874Z[ recovery-image] Aug 05 16:41:11.328 INFO O| Aug 05 16:41:11.328 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pam_timestamp.so.1"
67022024-08-05T16:41:12.874Z[ recovery-image] Aug 05 16:41:11.328 INFO O| Aug 05 16:41:11.328 INFO STEP 952 (remove_files) COMPLETE
67032024-08-05T16:41:12.874Z[ recovery-image] Aug 05 16:41:11.328 INFO O| Aug 05 16:41:11.328 INFO STEP 953: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67042024-08-05T16:41:12.885Z[ recovery-image] Aug 05 16:41:11.339 INFO O| Aug 05 16:41:11.339 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pam_tsol_account.so.1"
67052024-08-05T16:41:12.885Z[ recovery-image] Aug 05 16:41:11.339 INFO O| Aug 05 16:41:11.339 INFO STEP 953 (remove_files) COMPLETE
67062024-08-05T16:41:12.885Z[ recovery-image] Aug 05 16:41:11.339 INFO O| Aug 05 16:41:11.339 INFO STEP 954: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67072024-08-05T16:41:12.895Z[ recovery-image] Aug 05 16:41:11.349 INFO O| Aug 05 16:41:11.349 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pkcs11_kernel.so.1"
67082024-08-05T16:41:12.898Z[ recovery-image] Aug 05 16:41:11.349 INFO O| Aug 05 16:41:11.349 INFO STEP 954 (remove_files) COMPLETE
67092024-08-05T16:41:12.898Z[ recovery-image] Aug 05 16:41:11.349 INFO O| Aug 05 16:41:11.349 INFO STEP 955: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67102024-08-05T16:41:12.905Z[ recovery-image] Aug 05 16:41:11.359 INFO O| Aug 05 16:41:11.359 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pkcs11_softtoken.so.1"
67112024-08-05T16:41:12.905Z[ recovery-image] Aug 05 16:41:11.359 INFO O| Aug 05 16:41:11.359 INFO STEP 955 (remove_files) COMPLETE
67122024-08-05T16:41:12.909Z[ recovery-image] Aug 05 16:41:11.359 INFO O| Aug 05 16:41:11.359 INFO STEP 956: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67132024-08-05T16:41:12.915Z[ recovery-image] Aug 05 16:41:11.369 INFO O| Aug 05 16:41:11.369 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pkcs11_tpm.so.1"
67142024-08-05T16:41:12.918Z[ recovery-image] Aug 05 16:41:11.369 INFO O| Aug 05 16:41:11.369 INFO STEP 956 (remove_files) COMPLETE
67152024-08-05T16:41:12.918Z[ recovery-image] Aug 05 16:41:11.369 INFO O| Aug 05 16:41:11.369 INFO STEP 957: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67162024-08-05T16:41:12.925Z[ recovery-image] Aug 05 16:41:11.379 INFO O| Aug 05 16:41:11.379 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/spell/compress"
67172024-08-05T16:41:12.925Z[ recovery-image] Aug 05 16:41:11.379 INFO O| Aug 05 16:41:11.379 INFO STEP 957 (remove_files) COMPLETE
67182024-08-05T16:41:12.928Z[ recovery-image] Aug 05 16:41:11.379 INFO O| Aug 05 16:41:11.379 INFO STEP 958: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67192024-08-05T16:41:12.936Z[ recovery-image] Aug 05 16:41:11.389 INFO O| Aug 05 16:41:11.389 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/spell/hashcheck"
67202024-08-05T16:41:12.938Z[ recovery-image] Aug 05 16:41:11.389 INFO O| Aug 05 16:41:11.389 INFO STEP 958 (remove_files) COMPLETE
67212024-08-05T16:41:12.938Z[ recovery-image] Aug 05 16:41:11.389 INFO O| Aug 05 16:41:11.389 INFO STEP 959: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67222024-08-05T16:41:12.946Z[ recovery-image] Aug 05 16:41:11.400 INFO O| Aug 05 16:41:11.400 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/spell/hashmake"
67232024-08-05T16:41:12.947Z[ recovery-image] Aug 05 16:41:11.400 INFO O| Aug 05 16:41:11.400 INFO STEP 959 (remove_files) COMPLETE
67242024-08-05T16:41:12.949Z[ recovery-image] Aug 05 16:41:11.400 INFO O| Aug 05 16:41:11.400 INFO STEP 960: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67252024-08-05T16:41:12.957Z[ recovery-image] Aug 05 16:41:11.411 INFO O| Aug 05 16:41:11.411 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/spell/hlista"
67262024-08-05T16:41:12.960Z[ recovery-image] Aug 05 16:41:11.411 INFO O| Aug 05 16:41:11.411 INFO STEP 960 (remove_files) COMPLETE
67272024-08-05T16:41:12.960Z[ recovery-image] Aug 05 16:41:11.411 INFO O| Aug 05 16:41:11.411 INFO STEP 961: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67282024-08-05T16:41:12.968Z[ recovery-image] Aug 05 16:41:11.422 INFO O| Aug 05 16:41:11.422 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/spell/hlistb"
67292024-08-05T16:41:12.968Z[ recovery-image] Aug 05 16:41:11.422 INFO O| Aug 05 16:41:11.422 INFO STEP 961 (remove_files) COMPLETE
67302024-08-05T16:41:12.968Z[ recovery-image] Aug 05 16:41:11.422 INFO O| Aug 05 16:41:11.422 INFO STEP 962: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67312024-08-05T16:41:12.979Z[ recovery-image] Aug 05 16:41:11.432 INFO O| Aug 05 16:41:11.432 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/spell/hstop"
67322024-08-05T16:41:12.979Z[ recovery-image] Aug 05 16:41:11.432 INFO O| Aug 05 16:41:11.432 INFO STEP 962 (remove_files) COMPLETE
67332024-08-05T16:41:12.982Z[ recovery-image] Aug 05 16:41:11.432 INFO O| Aug 05 16:41:11.432 INFO STEP 963: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67342024-08-05T16:41:12.989Z[ recovery-image] Aug 05 16:41:11.443 INFO O| Aug 05 16:41:11.443 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/spell/spellin"
67352024-08-05T16:41:12.992Z[ recovery-image] Aug 05 16:41:11.443 INFO O| Aug 05 16:41:11.443 INFO STEP 963 (remove_files) COMPLETE
67362024-08-05T16:41:12.992Z[ recovery-image] Aug 05 16:41:11.443 INFO O| Aug 05 16:41:11.443 INFO STEP 964: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67372024-08-05T16:41:13.001Z[ recovery-image] Aug 05 16:41:11.453 INFO O| Aug 05 16:41:11.453 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/spell/spellprog"
67382024-08-05T16:41:13.001Z[ recovery-image] Aug 05 16:41:11.453 INFO O| Aug 05 16:41:11.453 INFO STEP 964 (remove_files) COMPLETE
67392024-08-05T16:41:13.001Z[ recovery-image] Aug 05 16:41:11.453 INFO O| Aug 05 16:41:11.453 INFO STEP 965: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67402024-08-05T16:41:13.010Z[ recovery-image] Aug 05 16:41:11.463 INFO O| Aug 05 16:41:11.463 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/sysevent/syseventconfd"
67412024-08-05T16:41:13.013Z[ recovery-image] Aug 05 16:41:11.464 INFO O| Aug 05 16:41:11.464 INFO STEP 965 (remove_files) COMPLETE
67422024-08-05T16:41:13.013Z[ recovery-image] Aug 05 16:41:11.464 INFO O| Aug 05 16:41:11.464 INFO STEP 966: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67432024-08-05T16:41:13.020Z[ recovery-image] Aug 05 16:41:11.473 INFO O| Aug 05 16:41:11.473 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/varpd/amd64/libvarpd_direct.so.1"
67442024-08-05T16:41:13.020Z[ recovery-image] Aug 05 16:41:11.474 INFO O| Aug 05 16:41:11.474 INFO STEP 966 (remove_files) COMPLETE
67452024-08-05T16:41:13.020Z[ recovery-image] Aug 05 16:41:11.474 INFO O| Aug 05 16:41:11.474 INFO STEP 967: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67462024-08-05T16:41:13.030Z[ recovery-image] Aug 05 16:41:11.483 INFO O| Aug 05 16:41:11.483 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/varpd/amd64/libvarpd_files.so.1"
67472024-08-05T16:41:13.030Z[ recovery-image] Aug 05 16:41:11.483 INFO O| Aug 05 16:41:11.483 INFO STEP 967 (remove_files) COMPLETE
67482024-08-05T16:41:13.030Z[ recovery-image] Aug 05 16:41:11.483 INFO O| Aug 05 16:41:11.483 INFO STEP 968: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67492024-08-05T16:41:13.041Z[ recovery-image] Aug 05 16:41:11.494 INFO O| Aug 05 16:41:11.494 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/varpd/libvarpd_direct.so.1"
67502024-08-05T16:41:13.041Z[ recovery-image] Aug 05 16:41:11.494 INFO O| Aug 05 16:41:11.494 INFO STEP 968 (remove_files) COMPLETE
67512024-08-05T16:41:13.041Z[ recovery-image] Aug 05 16:41:11.494 INFO O| Aug 05 16:41:11.494 INFO STEP 969: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67522024-08-05T16:41:13.050Z[ recovery-image] Aug 05 16:41:11.504 INFO O| Aug 05 16:41:11.504 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/varpd/libvarpd_files.so.1"
67532024-08-05T16:41:13.050Z[ recovery-image] Aug 05 16:41:11.504 INFO O| Aug 05 16:41:11.504 INFO STEP 969 (remove_files) COMPLETE
67542024-08-05T16:41:13.053Z[ recovery-image] Aug 05 16:41:11.504 INFO O| Aug 05 16:41:11.504 INFO STEP 970: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67552024-08-05T16:41:13.060Z[ recovery-image] Aug 05 16:41:11.514 INFO O| Aug 05 16:41:11.514 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/varpd/varpd"
67562024-08-05T16:41:13.061Z[ recovery-image] Aug 05 16:41:11.514 INFO O| Aug 05 16:41:11.514 INFO STEP 970 (remove_files) COMPLETE
67572024-08-05T16:41:13.064Z[ recovery-image] Aug 05 16:41:11.514 INFO O| Aug 05 16:41:11.514 INFO STEP 971: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67582024-08-05T16:41:13.067Z[ host-image] Aug 05 16:41:11.520 INFO O| Aug 05 16:41:11.520 INFO O| Actions: Completed 49256 actions in 14.59 seconds.
67592024-08-05T16:41:13.072Z[ recovery-image] Aug 05 16:41:11.525 INFO O| Aug 05 16:41:11.525 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/xhci/xhci_portsc"
67602024-08-05T16:41:13.075Z[ recovery-image] Aug 05 16:41:11.525 INFO O| Aug 05 16:41:11.525 INFO STEP 971 (remove_files) COMPLETE
67612024-08-05T16:41:13.075Z[ recovery-image] Aug 05 16:41:11.525 INFO O| Aug 05 16:41:11.525 INFO STEP 972: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67622024-08-05T16:41:13.081Z[ recovery-image] Aug 05 16:41:11.535 INFO O| Aug 05 16:41:11.535 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/zfs/availdevs"
67632024-08-05T16:41:13.084Z[ recovery-image] Aug 05 16:41:11.535 INFO O| Aug 05 16:41:11.535 INFO STEP 972 (remove_files) COMPLETE
67642024-08-05T16:41:13.084Z[ recovery-image] Aug 05 16:41:11.535 INFO O| Aug 05 16:41:11.535 INFO STEP 973: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67652024-08-05T16:41:13.092Z[ recovery-image] Aug 05 16:41:11.546 INFO O| Aug 05 16:41:11.545 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/zones/zoneadmd"
67662024-08-05T16:41:13.095Z[ recovery-image] Aug 05 16:41:11.546 INFO O| Aug 05 16:41:11.546 INFO STEP 973 (remove_files) COMPLETE
67672024-08-05T16:41:13.095Z[ recovery-image] Aug 05 16:41:11.546 INFO O| Aug 05 16:41:11.546 INFO STEP 974: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67682024-08-05T16:41:13.103Z[ recovery-image] Aug 05 16:41:11.556 INFO O| Aug 05 16:41:11.556 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/libexec/amd64/sftp-server"
67692024-08-05T16:41:13.106Z[ recovery-image] Aug 05 16:41:11.556 INFO O| Aug 05 16:41:11.556 INFO STEP 974 (remove_files) COMPLETE
67702024-08-05T16:41:13.106Z[ recovery-image] Aug 05 16:41:11.556 INFO O| Aug 05 16:41:11.556 INFO STEP 975: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67712024-08-05T16:41:13.116Z[ recovery-image] Aug 05 16:41:11.568 INFO O| Aug 05 16:41:11.568 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/libexec/amd64/ssh-keysign"
67722024-08-05T16:41:13.116Z[ recovery-image] Aug 05 16:41:11.568 INFO O| Aug 05 16:41:11.568 INFO STEP 975 (remove_files) COMPLETE
67732024-08-05T16:41:13.119Z[ recovery-image] Aug 05 16:41:11.568 INFO O| Aug 05 16:41:11.568 INFO STEP 976: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67742024-08-05T16:41:13.127Z[ recovery-image] Aug 05 16:41:11.580 INFO O| Aug 05 16:41:11.580 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/libexec/amd64/ssh-pkcs11-helper"
67752024-08-05T16:41:13.127Z[ recovery-image] Aug 05 16:41:11.580 INFO O| Aug 05 16:41:11.580 INFO STEP 976 (remove_files) COMPLETE
67762024-08-05T16:41:13.127Z[ recovery-image] Aug 05 16:41:11.580 INFO O| Aug 05 16:41:11.580 INFO STEP 977: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67772024-08-05T16:41:13.138Z[ recovery-image] Aug 05 16:41:11.592 INFO O| Aug 05 16:41:11.592 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/libexec/amd64/ssh-sk-helper"
67782024-08-05T16:41:13.139Z[ recovery-image] Aug 05 16:41:11.592 INFO O| Aug 05 16:41:11.592 INFO STEP 977 (remove_files) COMPLETE
67792024-08-05T16:41:13.139Z[ recovery-image] Aug 05 16:41:11.592 INFO O| Aug 05 16:41:11.592 INFO STEP 978: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67802024-08-05T16:41:13.151Z[ recovery-image] Aug 05 16:41:11.604 INFO O| Aug 05 16:41:11.604 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/platform/oxide/bin/ipcc"
67812024-08-05T16:41:13.151Z[ recovery-image] Aug 05 16:41:11.604 INFO O| Aug 05 16:41:11.604 INFO STEP 978 (remove_files) COMPLETE
67822024-08-05T16:41:13.156Z[ recovery-image] Aug 05 16:41:11.604 INFO O| Aug 05 16:41:11.604 INFO STEP 979: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67832024-08-05T16:41:13.163Z[ recovery-image] Aug 05 16:41:11.616 INFO O| Aug 05 16:41:11.616 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/platform/oxide/lib/mdb/kvm/amd64/apix.so"
67842024-08-05T16:41:13.166Z[ recovery-image] Aug 05 16:41:11.616 INFO O| Aug 05 16:41:11.616 INFO STEP 979 (remove_files) COMPLETE
67852024-08-05T16:41:13.166Z[ recovery-image] Aug 05 16:41:11.616 INFO O| Aug 05 16:41:11.616 INFO STEP 980: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67862024-08-05T16:41:13.175Z[ recovery-image] Aug 05 16:41:11.628 INFO O| Aug 05 16:41:11.628 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/platform/oxide/lib/mdb/kvm/amd64/ipcc.so"
67872024-08-05T16:41:13.175Z[ recovery-image] Aug 05 16:41:11.628 INFO O| Aug 05 16:41:11.628 INFO STEP 980 (remove_files) COMPLETE
67882024-08-05T16:41:13.175Z[ recovery-image] Aug 05 16:41:11.628 INFO O| Aug 05 16:41:11.628 INFO STEP 981: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67892024-08-05T16:41:13.186Z[ recovery-image] Aug 05 16:41:11.639 INFO O| Aug 05 16:41:11.639 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/platform/oxide/lib/mdb/kvm/amd64/unix.so"
67902024-08-05T16:41:13.186Z[ recovery-image] Aug 05 16:41:11.640 INFO O| Aug 05 16:41:11.639 INFO STEP 981 (remove_files) COMPLETE
67912024-08-05T16:41:13.186Z[ recovery-image] Aug 05 16:41:11.640 INFO O| Aug 05 16:41:11.639 INFO STEP 982: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67922024-08-05T16:41:13.197Z[ recovery-image] Aug 05 16:41:11.651 INFO O| Aug 05 16:41:11.650 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/dispgid"
67932024-08-05T16:41:13.200Z[ recovery-image] Aug 05 16:41:11.651 INFO O| Aug 05 16:41:11.651 INFO STEP 982 (remove_files) COMPLETE
67942024-08-05T16:41:13.200Z[ recovery-image] Aug 05 16:41:11.651 INFO O| Aug 05 16:41:11.651 INFO STEP 983: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67952024-08-05T16:41:13.209Z[ recovery-image] Aug 05 16:41:11.662 INFO O| Aug 05 16:41:11.662 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/dispuid"
67962024-08-05T16:41:13.209Z[ recovery-image] Aug 05 16:41:11.662 INFO O| Aug 05 16:41:11.662 INFO STEP 983 (remove_files) COMPLETE
67972024-08-05T16:41:13.209Z[ recovery-image] Aug 05 16:41:11.662 INFO O| Aug 05 16:41:11.662 INFO STEP 984: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67982024-08-05T16:41:13.222Z[ recovery-image] Aug 05 16:41:11.675 INFO O| Aug 05 16:41:11.675 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/errange"
67992024-08-05T16:41:13.222Z[ recovery-image] Aug 05 16:41:11.675 INFO O| Aug 05 16:41:11.675 INFO STEP 984 (remove_files) COMPLETE
68002024-08-05T16:41:13.225Z[ recovery-image] Aug 05 16:41:11.675 INFO O| Aug 05 16:41:11.675 INFO STEP 985: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68012024-08-05T16:41:13.234Z[ recovery-image] Aug 05 16:41:11.688 INFO O| Aug 05 16:41:11.688 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/errdate"
68022024-08-05T16:41:13.234Z[ recovery-image] Aug 05 16:41:11.688 INFO O| Aug 05 16:41:11.688 INFO STEP 985 (remove_files) COMPLETE
68032024-08-05T16:41:13.234Z[ recovery-image] Aug 05 16:41:11.688 INFO O| Aug 05 16:41:11.688 INFO STEP 986: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68042024-08-05T16:41:13.246Z[ recovery-image] Aug 05 16:41:11.700 INFO O| Aug 05 16:41:11.699 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/errgid"
68052024-08-05T16:41:13.246Z[ recovery-image] Aug 05 16:41:11.700 INFO O| Aug 05 16:41:11.700 INFO STEP 986 (remove_files) COMPLETE
68062024-08-05T16:41:13.246Z[ recovery-image] Aug 05 16:41:11.700 INFO O| Aug 05 16:41:11.700 INFO STEP 987: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68072024-08-05T16:41:13.259Z[ recovery-image] Aug 05 16:41:11.713 INFO O| Aug 05 16:41:11.713 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/errint"
68082024-08-05T16:41:13.259Z[ recovery-image] Aug 05 16:41:11.713 INFO O| Aug 05 16:41:11.713 INFO STEP 987 (remove_files) COMPLETE
68092024-08-05T16:41:13.259Z[ recovery-image] Aug 05 16:41:11.713 INFO O| Aug 05 16:41:11.713 INFO STEP 988: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68102024-08-05T16:41:13.273Z[ recovery-image] Aug 05 16:41:11.726 INFO O| Aug 05 16:41:11.726 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/erritem"
68112024-08-05T16:41:13.273Z[ recovery-image] Aug 05 16:41:11.727 INFO O| Aug 05 16:41:11.727 INFO STEP 988 (remove_files) COMPLETE
68122024-08-05T16:41:13.273Z[ recovery-image] Aug 05 16:41:11.727 INFO O| Aug 05 16:41:11.727 INFO STEP 989: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68132024-08-05T16:41:13.288Z[ recovery-image] Aug 05 16:41:11.741 INFO O| Aug 05 16:41:11.741 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/errpath"
68142024-08-05T16:41:13.288Z[ recovery-image] Aug 05 16:41:11.742 INFO O| Aug 05 16:41:11.741 INFO STEP 989 (remove_files) COMPLETE
68152024-08-05T16:41:13.288Z[ recovery-image] Aug 05 16:41:11.742 INFO O| Aug 05 16:41:11.742 INFO STEP 990: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68162024-08-05T16:41:13.301Z[ recovery-image] Aug 05 16:41:11.754 INFO O| Aug 05 16:41:11.754 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/errstr"
68172024-08-05T16:41:13.301Z[ recovery-image] Aug 05 16:41:11.754 INFO O| Aug 05 16:41:11.754 INFO STEP 990 (remove_files) COMPLETE
68182024-08-05T16:41:13.301Z[ recovery-image] Aug 05 16:41:11.754 INFO O| Aug 05 16:41:11.754 INFO STEP 991: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68192024-08-05T16:41:13.312Z[ recovery-image] Aug 05 16:41:11.765 INFO O| Aug 05 16:41:11.765 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/errtime"
68202024-08-05T16:41:13.312Z[ recovery-image] Aug 05 16:41:11.765 INFO O| Aug 05 16:41:11.765 INFO STEP 991 (remove_files) COMPLETE
68212024-08-05T16:41:13.312Z[ recovery-image] Aug 05 16:41:11.765 INFO O| Aug 05 16:41:11.765 INFO STEP 992: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68222024-08-05T16:41:13.325Z[ recovery-image] Aug 05 16:41:11.778 INFO O| Aug 05 16:41:11.778 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/erruid"
68232024-08-05T16:41:13.326Z[ recovery-image] Aug 05 16:41:11.778 INFO O| Aug 05 16:41:11.778 INFO STEP 992 (remove_files) COMPLETE
68242024-08-05T16:41:13.326Z[ recovery-image] Aug 05 16:41:11.778 INFO O| Aug 05 16:41:11.778 INFO STEP 993: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68252024-08-05T16:41:13.337Z[ recovery-image] Aug 05 16:41:11.790 INFO O| Aug 05 16:41:11.789 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/erryorn"
68262024-08-05T16:41:13.337Z[ recovery-image] Aug 05 16:41:11.790 INFO O| Aug 05 16:41:11.790 INFO STEP 993 (remove_files) COMPLETE
68272024-08-05T16:41:13.337Z[ recovery-image] Aug 05 16:41:11.790 INFO O| Aug 05 16:41:11.790 INFO STEP 994: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68282024-08-05T16:41:13.347Z[ host-image] Aug 05 16:41:11.800 INFO O| Aug 05 16:41:11.800 INFO O| Done
68292024-08-05T16:41:13.350Z[ host-image] Aug 05 16:41:11.800 INFO O| Aug 05 16:41:11.800 INFO O| Done
68302024-08-05T16:41:13.350Z[ recovery-image] Aug 05 16:41:11.801 INFO O| Aug 05 16:41:11.801 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/helpdate"
68312024-08-05T16:41:13.350Z[ recovery-image] Aug 05 16:41:11.801 INFO O| Aug 05 16:41:11.801 INFO STEP 994 (remove_files) COMPLETE
68322024-08-05T16:41:13.350Z[ recovery-image] Aug 05 16:41:11.801 INFO O| Aug 05 16:41:11.801 INFO STEP 995: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68332024-08-05T16:41:13.360Z[ recovery-image] Aug 05 16:41:11.814 INFO O| Aug 05 16:41:11.813 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/helpgid"
68342024-08-05T16:41:13.360Z[ recovery-image] Aug 05 16:41:11.814 INFO O| Aug 05 16:41:11.814 INFO STEP 995 (remove_files) COMPLETE
68352024-08-05T16:41:13.363Z[ recovery-image] Aug 05 16:41:11.814 INFO O| Aug 05 16:41:11.814 INFO STEP 996: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68362024-08-05T16:41:13.372Z[ recovery-image] Aug 05 16:41:11.825 INFO O| Aug 05 16:41:11.825 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/helpint"
68372024-08-05T16:41:13.372Z[ recovery-image] Aug 05 16:41:11.825 INFO O| Aug 05 16:41:11.825 INFO STEP 996 (remove_files) COMPLETE
68382024-08-05T16:41:13.374Z[ recovery-image] Aug 05 16:41:11.825 INFO O| Aug 05 16:41:11.825 INFO STEP 997: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68392024-08-05T16:41:13.384Z[ recovery-image] Aug 05 16:41:11.838 INFO O| Aug 05 16:41:11.837 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/helpitem"
68402024-08-05T16:41:13.384Z[ recovery-image] Aug 05 16:41:11.838 INFO O| Aug 05 16:41:11.838 INFO STEP 997 (remove_files) COMPLETE
68412024-08-05T16:41:13.384Z[ recovery-image] Aug 05 16:41:11.838 INFO O| Aug 05 16:41:11.838 INFO STEP 998: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68422024-08-05T16:41:13.397Z[ recovery-image] Aug 05 16:41:11.850 INFO O| Aug 05 16:41:11.850 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/helppath"
68432024-08-05T16:41:13.397Z[ recovery-image] Aug 05 16:41:11.850 INFO O| Aug 05 16:41:11.850 INFO STEP 998 (remove_files) COMPLETE
68442024-08-05T16:41:13.400Z[ recovery-image] Aug 05 16:41:11.850 INFO O| Aug 05 16:41:11.850 INFO STEP 999: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68452024-08-05T16:41:13.408Z[ recovery-image] Aug 05 16:41:11.862 INFO O| Aug 05 16:41:11.862 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/helprange"
68462024-08-05T16:41:13.408Z[ recovery-image] Aug 05 16:41:11.862 INFO O| Aug 05 16:41:11.862 INFO STEP 999 (remove_files) COMPLETE
68472024-08-05T16:41:13.408Z[ recovery-image] Aug 05 16:41:11.862 INFO O| Aug 05 16:41:11.862 INFO STEP 1000: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68482024-08-05T16:41:13.420Z[ recovery-image] Aug 05 16:41:11.873 INFO O| Aug 05 16:41:11.873 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/helpstr"
68492024-08-05T16:41:13.420Z[ recovery-image] Aug 05 16:41:11.873 INFO O| Aug 05 16:41:11.873 INFO STEP 1000 (remove_files) COMPLETE
68502024-08-05T16:41:13.420Z[ recovery-image] Aug 05 16:41:11.873 INFO O| Aug 05 16:41:11.873 INFO STEP 1001: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68512024-08-05T16:41:13.431Z[ recovery-image] Aug 05 16:41:11.884 INFO O| Aug 05 16:41:11.884 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/helptime"
68522024-08-05T16:41:13.434Z[ recovery-image] Aug 05 16:41:11.884 INFO O| Aug 05 16:41:11.884 INFO STEP 1001 (remove_files) COMPLETE
68532024-08-05T16:41:13.434Z[ recovery-image] Aug 05 16:41:11.884 INFO O| Aug 05 16:41:11.884 INFO STEP 1002: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68542024-08-05T16:41:13.442Z[ recovery-image] Aug 05 16:41:11.895 INFO O| Aug 05 16:41:11.895 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/helpuid"
68552024-08-05T16:41:13.442Z[ recovery-image] Aug 05 16:41:11.895 INFO O| Aug 05 16:41:11.895 INFO STEP 1002 (remove_files) COMPLETE
68562024-08-05T16:41:13.445Z[ recovery-image] Aug 05 16:41:11.895 INFO O| Aug 05 16:41:11.895 INFO STEP 1003: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68572024-08-05T16:41:13.453Z[ recovery-image] Aug 05 16:41:11.906 INFO O| Aug 05 16:41:11.906 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/helpyorn"
68582024-08-05T16:41:13.456Z[ recovery-image] Aug 05 16:41:11.907 INFO O| Aug 05 16:41:11.906 INFO STEP 1003 (remove_files) COMPLETE
68592024-08-05T16:41:13.456Z[ recovery-image] Aug 05 16:41:11.907 INFO O| Aug 05 16:41:11.906 INFO STEP 1004: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68602024-08-05T16:41:13.464Z[ recovery-image] Aug 05 16:41:11.917 INFO O| Aug 05 16:41:11.917 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/puttext"
68612024-08-05T16:41:13.467Z[ recovery-image] Aug 05 16:41:11.918 INFO O| Aug 05 16:41:11.918 INFO STEP 1004 (remove_files) COMPLETE
68622024-08-05T16:41:13.467Z[ recovery-image] Aug 05 16:41:11.918 INFO O| Aug 05 16:41:11.918 INFO STEP 1005: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68632024-08-05T16:41:13.475Z[ recovery-image] Aug 05 16:41:11.929 INFO O| Aug 05 16:41:11.929 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/valdate"
68642024-08-05T16:41:13.478Z[ recovery-image] Aug 05 16:41:11.929 INFO O| Aug 05 16:41:11.929 INFO STEP 1005 (remove_files) COMPLETE
68652024-08-05T16:41:13.478Z[ recovery-image] Aug 05 16:41:11.929 INFO O| Aug 05 16:41:11.929 INFO STEP 1006: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68662024-08-05T16:41:13.486Z[ recovery-image] Aug 05 16:41:11.939 INFO O| Aug 05 16:41:11.939 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/valgid"
68672024-08-05T16:41:13.486Z[ recovery-image] Aug 05 16:41:11.939 INFO O| Aug 05 16:41:11.939 INFO STEP 1006 (remove_files) COMPLETE
68682024-08-05T16:41:13.486Z[ recovery-image] Aug 05 16:41:11.939 INFO O| Aug 05 16:41:11.939 INFO STEP 1007: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68692024-08-05T16:41:13.496Z[ recovery-image] Aug 05 16:41:11.950 INFO O| Aug 05 16:41:11.950 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/valint"
68702024-08-05T16:41:13.496Z[ recovery-image] Aug 05 16:41:11.950 INFO O| Aug 05 16:41:11.950 INFO STEP 1007 (remove_files) COMPLETE
68712024-08-05T16:41:13.496Z[ recovery-image] Aug 05 16:41:11.950 INFO O| Aug 05 16:41:11.950 INFO STEP 1008: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68722024-08-05T16:41:13.506Z[ recovery-image] Aug 05 16:41:11.960 INFO O| Aug 05 16:41:11.960 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/valpath"
68732024-08-05T16:41:13.507Z[ recovery-image] Aug 05 16:41:11.960 INFO O| Aug 05 16:41:11.960 INFO STEP 1008 (remove_files) COMPLETE
68742024-08-05T16:41:13.509Z[ recovery-image] Aug 05 16:41:11.960 INFO O| Aug 05 16:41:11.960 INFO STEP 1009: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68752024-08-05T16:41:13.516Z[ recovery-image] Aug 05 16:41:11.970 INFO O| Aug 05 16:41:11.970 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/valrange"
68762024-08-05T16:41:13.516Z[ recovery-image] Aug 05 16:41:11.970 INFO O| Aug 05 16:41:11.970 INFO STEP 1009 (remove_files) COMPLETE
68772024-08-05T16:41:13.519Z[ recovery-image] Aug 05 16:41:11.970 INFO O| Aug 05 16:41:11.970 INFO STEP 1010: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68782024-08-05T16:41:13.526Z[ recovery-image] Aug 05 16:41:11.980 INFO O| Aug 05 16:41:11.980 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/valstr"
68792024-08-05T16:41:13.529Z[ recovery-image] Aug 05 16:41:11.980 INFO O| Aug 05 16:41:11.980 INFO STEP 1010 (remove_files) COMPLETE
68802024-08-05T16:41:13.529Z[ recovery-image] Aug 05 16:41:11.980 INFO O| Aug 05 16:41:11.980 INFO STEP 1011: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68812024-08-05T16:41:13.537Z[ recovery-image] Aug 05 16:41:11.990 INFO O| Aug 05 16:41:11.990 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/valtime"
68822024-08-05T16:41:13.537Z[ recovery-image] Aug 05 16:41:11.990 INFO O| Aug 05 16:41:11.990 INFO STEP 1011 (remove_files) COMPLETE
68832024-08-05T16:41:13.537Z[ recovery-image] Aug 05 16:41:11.990 INFO O| Aug 05 16:41:11.990 INFO STEP 1012: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68842024-08-05T16:41:13.548Z[ recovery-image] Aug 05 16:41:12.001 INFO O| Aug 05 16:41:12.001 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/valuid"
68852024-08-05T16:41:13.548Z[ recovery-image] Aug 05 16:41:12.001 INFO O| Aug 05 16:41:12.001 INFO STEP 1012 (remove_files) COMPLETE
68862024-08-05T16:41:13.551Z[ recovery-image] Aug 05 16:41:12.001 INFO O| Aug 05 16:41:12.001 INFO STEP 1013: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68872024-08-05T16:41:13.558Z[ recovery-image] Aug 05 16:41:12.012 INFO O| Aug 05 16:41:12.012 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/valyorn"
68882024-08-05T16:41:13.558Z[ recovery-image] Aug 05 16:41:12.012 INFO O| Aug 05 16:41:12.012 INFO STEP 1013 (remove_files) COMPLETE
68892024-08-05T16:41:13.561Z[ recovery-image] Aug 05 16:41:12.012 INFO O| Aug 05 16:41:12.012 INFO STEP 1014: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68902024-08-05T16:41:13.569Z[ recovery-image] Aug 05 16:41:12.023 INFO O| Aug 05 16:41:12.023 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/install/bin/pkginstall"
68912024-08-05T16:41:13.572Z[ recovery-image] Aug 05 16:41:12.023 INFO O| Aug 05 16:41:12.023 INFO STEP 1014 (remove_files) COMPLETE
68922024-08-05T16:41:13.572Z[ recovery-image] Aug 05 16:41:12.023 INFO O| Aug 05 16:41:12.023 INFO STEP 1015: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68932024-08-05T16:41:13.580Z[ recovery-image] Aug 05 16:41:12.034 INFO O| Aug 05 16:41:12.034 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/install/bin/pkgname"
68942024-08-05T16:41:13.580Z[ recovery-image] Aug 05 16:41:12.034 INFO O| Aug 05 16:41:12.034 INFO STEP 1015 (remove_files) COMPLETE
68952024-08-05T16:41:13.581Z[ recovery-image] Aug 05 16:41:12.034 INFO O| Aug 05 16:41:12.034 INFO STEP 1016: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68962024-08-05T16:41:13.593Z[ recovery-image] Aug 05 16:41:12.045 INFO O| Aug 05 16:41:12.045 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/install/bin/pkgremove"
68972024-08-05T16:41:13.593Z[ recovery-image] Aug 05 16:41:12.045 INFO O| Aug 05 16:41:12.045 INFO STEP 1016 (remove_files) COMPLETE
68982024-08-05T16:41:13.593Z[ recovery-image] Aug 05 16:41:12.045 INFO O| Aug 05 16:41:12.045 INFO STEP 1017: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68992024-08-05T16:41:13.604Z[ recovery-image] Aug 05 16:41:12.057 INFO O| Aug 05 16:41:12.057 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/install/bin/pkgserv"
69002024-08-05T16:41:13.604Z[ recovery-image] Aug 05 16:41:12.057 INFO O| Aug 05 16:41:12.057 INFO STEP 1017 (remove_files) COMPLETE
69012024-08-05T16:41:13.604Z[ recovery-image] Aug 05 16:41:12.057 INFO O| Aug 05 16:41:12.057 INFO STEP 1018: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69022024-08-05T16:41:13.616Z[ recovery-image] Aug 05 16:41:12.069 INFO O| Aug 05 16:41:12.069 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/install/miniroot.db"
69032024-08-05T16:41:13.616Z[ recovery-image] Aug 05 16:41:12.069 INFO O| Aug 05 16:41:12.069 INFO STEP 1018 (remove_files) COMPLETE
69042024-08-05T16:41:13.616Z[ recovery-image] Aug 05 16:41:12.069 INFO O| Aug 05 16:41:12.069 INFO STEP 1019: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69052024-08-05T16:41:13.628Z[ recovery-image] Aug 05 16:41:12.081 INFO O| Aug 05 16:41:12.081 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/install/scripts/i.preserve"
69062024-08-05T16:41:13.628Z[ recovery-image] Aug 05 16:41:12.082 INFO O| Aug 05 16:41:12.082 INFO STEP 1019 (remove_files) COMPLETE
69072024-08-05T16:41:13.629Z[ recovery-image] Aug 05 16:41:12.082 INFO O| Aug 05 16:41:12.082 INFO STEP 1020: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69082024-08-05T16:41:13.641Z[ recovery-image] Aug 05 16:41:12.094 INFO O| Aug 05 16:41:12.094 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/ugdates"
69092024-08-05T16:41:13.641Z[ recovery-image] Aug 05 16:41:12.095 INFO O| Aug 05 16:41:12.095 INFO STEP 1020 (remove_files) COMPLETE
69102024-08-05T16:41:13.642Z[ recovery-image] Aug 05 16:41:12.095 INFO O| Aug 05 16:41:12.095 INFO STEP 1021: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69112024-08-05T16:41:13.656Z[ recovery-image] Aug 05 16:41:12.109 INFO O| Aug 05 16:41:12.109 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/6to4relay"
69122024-08-05T16:41:13.659Z[ recovery-image] Aug 05 16:41:12.109 INFO O| Aug 05 16:41:12.109 INFO STEP 1021 (remove_files) COMPLETE
69132024-08-05T16:41:13.659Z[ recovery-image] Aug 05 16:41:12.109 INFO O| Aug 05 16:41:12.109 INFO STEP 1022: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69142024-08-05T16:41:13.669Z[ recovery-image] Aug 05 16:41:12.122 INFO O| Aug 05 16:41:12.122 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/acctadm"
69152024-08-05T16:41:13.669Z[ recovery-image] Aug 05 16:41:12.123 INFO O| Aug 05 16:41:12.122 INFO STEP 1022 (remove_files) COMPLETE
69162024-08-05T16:41:13.669Z[ recovery-image] Aug 05 16:41:12.123 INFO O| Aug 05 16:41:12.123 INFO STEP 1023: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69172024-08-05T16:41:13.683Z[ recovery-image] Aug 05 16:41:12.136 INFO O| Aug 05 16:41:12.136 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/acpidump"
69182024-08-05T16:41:13.683Z[ recovery-image] Aug 05 16:41:12.136 INFO O| Aug 05 16:41:12.136 INFO STEP 1023 (remove_files) COMPLETE
69192024-08-05T16:41:13.683Z[ recovery-image] Aug 05 16:41:12.136 INFO O| Aug 05 16:41:12.136 INFO STEP 1024: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69202024-08-05T16:41:13.697Z[ recovery-image] Aug 05 16:41:12.149 INFO O| Aug 05 16:41:12.149 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/acpixtract"
69212024-08-05T16:41:13.697Z[ recovery-image] Aug 05 16:41:12.149 INFO O| Aug 05 16:41:12.149 INFO STEP 1024 (remove_files) COMPLETE
69222024-08-05T16:41:13.697Z[ recovery-image] Aug 05 16:41:12.149 INFO O| Aug 05 16:41:12.149 INFO STEP 1025: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69232024-08-05T16:41:13.708Z[ recovery-image] Aug 05 16:41:12.162 INFO O| Aug 05 16:41:12.161 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/add_drv"
69242024-08-05T16:41:13.708Z[ recovery-image] Aug 05 16:41:12.162 INFO O| Aug 05 16:41:12.162 INFO STEP 1025 (remove_files) COMPLETE
69252024-08-05T16:41:13.708Z[ recovery-image] Aug 05 16:41:12.162 INFO O| Aug 05 16:41:12.162 INFO STEP 1026: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69262024-08-05T16:41:13.721Z[ recovery-image] Aug 05 16:41:12.174 INFO O| Aug 05 16:41:12.174 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/allocate"
69272024-08-05T16:41:13.721Z[ recovery-image] Aug 05 16:41:12.174 INFO O| Aug 05 16:41:12.174 INFO STEP 1026 (remove_files) COMPLETE
69282024-08-05T16:41:13.724Z[ recovery-image] Aug 05 16:41:12.174 INFO O| Aug 05 16:41:12.174 INFO STEP 1027: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69292024-08-05T16:41:13.734Z[ recovery-image] Aug 05 16:41:12.187 INFO O| Aug 05 16:41:12.187 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/amd64/intrstat"
69302024-08-05T16:41:13.734Z[ recovery-image] Aug 05 16:41:12.187 INFO O| Aug 05 16:41:12.187 INFO STEP 1027 (remove_files) COMPLETE
69312024-08-05T16:41:13.734Z[ recovery-image] Aug 05 16:41:12.187 INFO O| Aug 05 16:41:12.187 INFO STEP 1028: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69322024-08-05T16:41:13.746Z[ recovery-image] Aug 05 16:41:12.200 INFO O| Aug 05 16:41:12.200 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/amd64/lockstat"
69332024-08-05T16:41:13.746Z[ recovery-image] Aug 05 16:41:12.200 INFO O| Aug 05 16:41:12.200 INFO STEP 1028 (remove_files) COMPLETE
69342024-08-05T16:41:13.746Z[ recovery-image] Aug 05 16:41:12.200 INFO O| Aug 05 16:41:12.200 INFO STEP 1029: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69352024-08-05T16:41:13.760Z[ recovery-image] Aug 05 16:41:12.213 INFO O| Aug 05 16:41:12.213 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/amd64/plockstat"
69362024-08-05T16:41:13.760Z[ recovery-image] Aug 05 16:41:12.213 INFO O| Aug 05 16:41:12.213 INFO STEP 1029 (remove_files) COMPLETE
69372024-08-05T16:41:13.763Z[ recovery-image] Aug 05 16:41:12.213 INFO O| Aug 05 16:41:12.213 INFO STEP 1030: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69382024-08-05T16:41:13.773Z[ recovery-image] Aug 05 16:41:12.227 INFO O| Aug 05 16:41:12.227 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/arp"
69392024-08-05T16:41:13.773Z[ recovery-image] Aug 05 16:41:12.227 INFO O| Aug 05 16:41:12.227 INFO STEP 1030 (remove_files) COMPLETE
69402024-08-05T16:41:13.777Z[ recovery-image] Aug 05 16:41:12.227 INFO O| Aug 05 16:41:12.227 INFO STEP 1031: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69412024-08-05T16:41:13.786Z[ recovery-image] Aug 05 16:41:12.240 INFO O| Aug 05 16:41:12.240 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/audit"
69422024-08-05T16:41:13.786Z[ recovery-image] Aug 05 16:41:12.240 INFO O| Aug 05 16:41:12.240 INFO STEP 1031 (remove_files) COMPLETE
69432024-08-05T16:41:13.789Z[ recovery-image] Aug 05 16:41:12.240 INFO O| Aug 05 16:41:12.240 INFO STEP 1032: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69442024-08-05T16:41:13.792Z[ host-image] Aug 05 16:41:12.245 INFO O| Aug 05 16:41:12.245 INFO O| Done
69452024-08-05T16:41:13.799Z[ recovery-image] Aug 05 16:41:12.253 INFO O| Aug 05 16:41:12.253 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/auditconfig"
69462024-08-05T16:41:13.799Z[ recovery-image] Aug 05 16:41:12.253 INFO O| Aug 05 16:41:12.253 INFO STEP 1032 (remove_files) COMPLETE
69472024-08-05T16:41:13.800Z[ recovery-image] Aug 05 16:41:12.253 INFO O| Aug 05 16:41:12.253 INFO STEP 1033: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69482024-08-05T16:41:13.814Z[ recovery-image] Aug 05 16:41:12.266 INFO O| Aug 05 16:41:12.266 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/auditd"
69492024-08-05T16:41:13.817Z[ recovery-image] Aug 05 16:41:12.266 INFO O| Aug 05 16:41:12.266 INFO STEP 1033 (remove_files) COMPLETE
69502024-08-05T16:41:13.817Z[ recovery-image] Aug 05 16:41:12.266 INFO O| Aug 05 16:41:12.266 INFO STEP 1034: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69512024-08-05T16:41:13.827Z[ recovery-image] Aug 05 16:41:12.280 INFO O| Aug 05 16:41:12.280 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/auditrecord"
69522024-08-05T16:41:13.827Z[ recovery-image] Aug 05 16:41:12.280 INFO O| Aug 05 16:41:12.280 INFO STEP 1034 (remove_files) COMPLETE
69532024-08-05T16:41:13.827Z[ recovery-image] Aug 05 16:41:12.280 INFO O| Aug 05 16:41:12.280 INFO STEP 1035: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69542024-08-05T16:41:13.840Z[ recovery-image] Aug 05 16:41:12.293 INFO O| Aug 05 16:41:12.293 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/auditreduce"
69552024-08-05T16:41:13.840Z[ recovery-image] Aug 05 16:41:12.293 INFO O| Aug 05 16:41:12.293 INFO STEP 1035 (remove_files) COMPLETE
69562024-08-05T16:41:13.843Z[ recovery-image] Aug 05 16:41:12.293 INFO O| Aug 05 16:41:12.293 INFO STEP 1036: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69572024-08-05T16:41:13.853Z[ recovery-image] Aug 05 16:41:12.306 INFO O| Aug 05 16:41:12.306 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/auditstat"
69582024-08-05T16:41:13.853Z[ recovery-image] Aug 05 16:41:12.306 INFO O| Aug 05 16:41:12.306 INFO STEP 1036 (remove_files) COMPLETE
69592024-08-05T16:41:13.853Z[ recovery-image] Aug 05 16:41:12.306 INFO O| Aug 05 16:41:12.306 INFO STEP 1037: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69602024-08-05T16:41:13.865Z[ recovery-image] Aug 05 16:41:12.318 INFO O| Aug 05 16:41:12.318 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/audlinks"
69612024-08-05T16:41:13.865Z[ recovery-image] Aug 05 16:41:12.318 INFO O| Aug 05 16:41:12.318 INFO STEP 1037 (remove_files) COMPLETE
69622024-08-05T16:41:13.868Z[ recovery-image] Aug 05 16:41:12.318 INFO O| Aug 05 16:41:12.318 INFO STEP 1038: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69632024-08-05T16:41:13.877Z[ recovery-image] Aug 05 16:41:12.330 INFO O| Aug 05 16:41:12.330 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/bhyve"
69642024-08-05T16:41:13.880Z[ recovery-image] Aug 05 16:41:12.330 INFO O| Aug 05 16:41:12.330 INFO STEP 1038 (remove_files) COMPLETE
69652024-08-05T16:41:13.880Z[ recovery-image] Aug 05 16:41:12.330 INFO O| Aug 05 16:41:12.330 INFO STEP 1039: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69662024-08-05T16:41:13.888Z[ recovery-image] Aug 05 16:41:12.342 INFO O| Aug 05 16:41:12.342 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/bhyvectl"
69672024-08-05T16:41:13.889Z[ recovery-image] Aug 05 16:41:12.342 INFO O| Aug 05 16:41:12.342 INFO STEP 1039 (remove_files) COMPLETE
69682024-08-05T16:41:13.892Z[ recovery-image] Aug 05 16:41:12.342 INFO O| Aug 05 16:41:12.342 INFO STEP 1040: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69692024-08-05T16:41:13.900Z[ recovery-image] Aug 05 16:41:12.353 INFO O| Aug 05 16:41:12.353 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/cfgadm"
69702024-08-05T16:41:13.900Z[ recovery-image] Aug 05 16:41:12.353 INFO O| Aug 05 16:41:12.353 INFO STEP 1040 (remove_files) COMPLETE
69712024-08-05T16:41:13.902Z[ recovery-image] Aug 05 16:41:12.353 INFO O| Aug 05 16:41:12.353 INFO STEP 1041: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69722024-08-05T16:41:13.912Z[ recovery-image] Aug 05 16:41:12.365 INFO O| Aug 05 16:41:12.365 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/chronyd"
69732024-08-05T16:41:13.912Z[ recovery-image] Aug 05 16:41:12.365 INFO O| Aug 05 16:41:12.365 INFO STEP 1041 (remove_files) COMPLETE
69742024-08-05T16:41:13.914Z[ recovery-image] Aug 05 16:41:12.365 INFO O| Aug 05 16:41:12.365 INFO STEP 1042: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69752024-08-05T16:41:13.923Z[ recovery-image] Aug 05 16:41:12.376 INFO O| Aug 05 16:41:12.376 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/chroot"
69762024-08-05T16:41:13.923Z[ recovery-image] Aug 05 16:41:12.376 INFO O| Aug 05 16:41:12.376 INFO STEP 1042 (remove_files) COMPLETE
69772024-08-05T16:41:13.923Z[ recovery-image] Aug 05 16:41:12.376 INFO O| Aug 05 16:41:12.376 INFO STEP 1043: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69782024-08-05T16:41:13.935Z[ recovery-image] Aug 05 16:41:12.388 INFO O| Aug 05 16:41:12.388 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/clear_locks"
69792024-08-05T16:41:13.935Z[ recovery-image] Aug 05 16:41:12.388 INFO O| Aug 05 16:41:12.388 INFO STEP 1043 (remove_files) COMPLETE
69802024-08-05T16:41:13.935Z[ recovery-image] Aug 05 16:41:12.388 INFO O| Aug 05 16:41:12.388 INFO STEP 1044: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69812024-08-05T16:41:13.946Z[ recovery-image] Aug 05 16:41:12.399 INFO O| Aug 05 16:41:12.399 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/clinfo"
69822024-08-05T16:41:13.946Z[ recovery-image] Aug 05 16:41:12.399 INFO O| Aug 05 16:41:12.399 INFO STEP 1044 (remove_files) COMPLETE
69832024-08-05T16:41:13.949Z[ recovery-image] Aug 05 16:41:12.399 INFO O| Aug 05 16:41:12.399 INFO STEP 1045: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69842024-08-05T16:41:13.957Z[ recovery-image] Aug 05 16:41:12.410 INFO O| Aug 05 16:41:12.410 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/clri"
69852024-08-05T16:41:13.959Z[ recovery-image] Aug 05 16:41:12.410 INFO O| Aug 05 16:41:12.410 INFO STEP 1045 (remove_files) COMPLETE
69862024-08-05T16:41:13.960Z[ recovery-image] Aug 05 16:41:12.410 INFO O| Aug 05 16:41:12.410 INFO STEP 1046: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69872024-08-05T16:41:13.969Z[ recovery-image] Aug 05 16:41:12.422 INFO O| Aug 05 16:41:12.422 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/consadm"
69882024-08-05T16:41:13.969Z[ recovery-image] Aug 05 16:41:12.422 INFO O| Aug 05 16:41:12.422 INFO STEP 1046 (remove_files) COMPLETE
69892024-08-05T16:41:13.972Z[ recovery-image] Aug 05 16:41:12.422 INFO O| Aug 05 16:41:12.422 INFO STEP 1047: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69902024-08-05T16:41:13.981Z[ recovery-image] Aug 05 16:41:12.434 INFO O| Aug 05 16:41:12.434 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/consadmd"
69912024-08-05T16:41:13.981Z[ recovery-image] Aug 05 16:41:12.435 INFO O| Aug 05 16:41:12.435 INFO STEP 1047 (remove_files) COMPLETE
69922024-08-05T16:41:13.981Z[ recovery-image] Aug 05 16:41:12.435 INFO O| Aug 05 16:41:12.435 INFO STEP 1048: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69932024-08-05T16:41:13.993Z[ recovery-image] Aug 05 16:41:12.447 INFO O| Aug 05 16:41:12.446 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/cpustat"
69942024-08-05T16:41:13.996Z[ recovery-image] Aug 05 16:41:12.447 INFO O| Aug 05 16:41:12.447 INFO STEP 1048 (remove_files) COMPLETE
69952024-08-05T16:41:13.996Z[ recovery-image] Aug 05 16:41:12.447 INFO O| Aug 05 16:41:12.447 INFO STEP 1049: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69962024-08-05T16:41:14.005Z[ recovery-image] Aug 05 16:41:12.458 INFO O| Aug 05 16:41:12.458 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/deallocate"
69972024-08-05T16:41:14.005Z[ recovery-image] Aug 05 16:41:12.459 INFO O| Aug 05 16:41:12.458 INFO STEP 1049 (remove_files) COMPLETE
69982024-08-05T16:41:14.008Z[ recovery-image] Aug 05 16:41:12.459 INFO O| Aug 05 16:41:12.459 INFO STEP 1050: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69992024-08-05T16:41:14.017Z[ recovery-image] Aug 05 16:41:12.470 INFO O| Aug 05 16:41:12.470 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/devinfo"
70002024-08-05T16:41:14.017Z[ recovery-image] Aug 05 16:41:12.470 INFO O| Aug 05 16:41:12.470 INFO STEP 1050 (remove_files) COMPLETE
70012024-08-05T16:41:14.020Z[ recovery-image] Aug 05 16:41:12.470 INFO O| Aug 05 16:41:12.470 INFO STEP 1051: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70022024-08-05T16:41:14.029Z[ recovery-image] Aug 05 16:41:12.483 INFO O| Aug 05 16:41:12.483 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/devlinks"
70032024-08-05T16:41:14.029Z[ recovery-image] Aug 05 16:41:12.483 INFO O| Aug 05 16:41:12.483 INFO STEP 1051 (remove_files) COMPLETE
70042024-08-05T16:41:14.032Z[ recovery-image] Aug 05 16:41:12.483 INFO O| Aug 05 16:41:12.483 INFO STEP 1052: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70052024-08-05T16:41:14.042Z[ recovery-image] Aug 05 16:41:12.495 INFO O| Aug 05 16:41:12.495 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/df"
70062024-08-05T16:41:14.042Z[ recovery-image] Aug 05 16:41:12.495 INFO O| Aug 05 16:41:12.495 INFO STEP 1052 (remove_files) COMPLETE
70072024-08-05T16:41:14.042Z[ recovery-image] Aug 05 16:41:12.495 INFO O| Aug 05 16:41:12.495 INFO STEP 1053: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70082024-08-05T16:41:14.056Z[ recovery-image] Aug 05 16:41:12.509 INFO O| Aug 05 16:41:12.509 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/dfmounts"
70092024-08-05T16:41:14.056Z[ recovery-image] Aug 05 16:41:12.509 INFO O| Aug 05 16:41:12.509 INFO STEP 1053 (remove_files) COMPLETE
70102024-08-05T16:41:14.056Z[ recovery-image] Aug 05 16:41:12.509 INFO O| Aug 05 16:41:12.509 INFO STEP 1054: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70112024-08-05T16:41:14.068Z[ recovery-image] Aug 05 16:41:12.522 INFO O| Aug 05 16:41:12.522 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/dfshares"
70122024-08-05T16:41:14.068Z[ recovery-image] Aug 05 16:41:12.522 INFO O| Aug 05 16:41:12.522 INFO STEP 1054 (remove_files) COMPLETE
70132024-08-05T16:41:14.072Z[ recovery-image] Aug 05 16:41:12.522 INFO O| Aug 05 16:41:12.522 INFO STEP 1055: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70142024-08-05T16:41:14.082Z[ recovery-image] Aug 05 16:41:12.535 INFO O| Aug 05 16:41:12.535 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/disks"
70152024-08-05T16:41:14.082Z[ recovery-image] Aug 05 16:41:12.535 INFO O| Aug 05 16:41:12.535 INFO STEP 1055 (remove_files) COMPLETE
70162024-08-05T16:41:14.085Z[ recovery-image] Aug 05 16:41:12.535 INFO O| Aug 05 16:41:12.535 INFO STEP 1056: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70172024-08-05T16:41:14.094Z[ recovery-image] Aug 05 16:41:12.547 INFO O| Aug 05 16:41:12.547 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/dispadmin"
70182024-08-05T16:41:14.094Z[ recovery-image] Aug 05 16:41:12.547 INFO O| Aug 05 16:41:12.547 INFO STEP 1056 (remove_files) COMPLETE
70192024-08-05T16:41:14.097Z[ recovery-image] Aug 05 16:41:12.547 INFO O| Aug 05 16:41:12.547 INFO STEP 1057: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70202024-08-05T16:41:14.106Z[ recovery-image] Aug 05 16:41:12.559 INFO O| Aug 05 16:41:12.559 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/dminfo"
70212024-08-05T16:41:14.106Z[ recovery-image] Aug 05 16:41:12.560 INFO O| Aug 05 16:41:12.559 INFO STEP 1057 (remove_files) COMPLETE
70222024-08-05T16:41:14.109Z[ recovery-image] Aug 05 16:41:12.560 INFO O| Aug 05 16:41:12.560 INFO STEP 1058: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70232024-08-05T16:41:14.118Z[ recovery-image] Aug 05 16:41:12.572 INFO O| Aug 05 16:41:12.571 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/drvconfig"
70242024-08-05T16:41:14.118Z[ recovery-image] Aug 05 16:41:12.572 INFO O| Aug 05 16:41:12.572 INFO STEP 1058 (remove_files) COMPLETE
70252024-08-05T16:41:14.121Z[ recovery-image] Aug 05 16:41:12.572 INFO O| Aug 05 16:41:12.572 INFO STEP 1059: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70262024-08-05T16:41:14.130Z[ recovery-image] Aug 05 16:41:12.584 INFO O| Aug 05 16:41:12.583 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/dtrace"
70272024-08-05T16:41:14.133Z[ recovery-image] Aug 05 16:41:12.584 INFO O| Aug 05 16:41:12.584 INFO STEP 1059 (remove_files) COMPLETE
70282024-08-05T16:41:14.133Z[ recovery-image] Aug 05 16:41:12.584 INFO O| Aug 05 16:41:12.584 INFO STEP 1060: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70292024-08-05T16:41:14.142Z[ recovery-image] Aug 05 16:41:12.596 INFO O| Aug 05 16:41:12.595 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/eeprom"
70302024-08-05T16:41:14.142Z[ recovery-image] Aug 05 16:41:12.596 INFO O| Aug 05 16:41:12.596 INFO STEP 1060 (remove_files) COMPLETE
70312024-08-05T16:41:14.142Z[ recovery-image] Aug 05 16:41:12.596 INFO O| Aug 05 16:41:12.596 INFO STEP 1061: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70322024-08-05T16:41:14.156Z[ recovery-image] Aug 05 16:41:12.609 INFO O| Aug 05 16:41:12.609 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/ff"
70332024-08-05T16:41:14.156Z[ recovery-image] Aug 05 16:41:12.609 INFO O| Aug 05 16:41:12.609 INFO STEP 1061 (remove_files) COMPLETE
70342024-08-05T16:41:14.159Z[ recovery-image] Aug 05 16:41:12.609 INFO O| Aug 05 16:41:12.609 INFO STEP 1062: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70352024-08-05T16:41:14.169Z[ recovery-image] Aug 05 16:41:12.622 INFO O| Aug 05 16:41:12.622 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/fmadm"
70362024-08-05T16:41:14.169Z[ recovery-image] Aug 05 16:41:12.622 INFO O| Aug 05 16:41:12.622 INFO STEP 1062 (remove_files) COMPLETE
70372024-08-05T16:41:14.169Z[ recovery-image] Aug 05 16:41:12.622 INFO O| Aug 05 16:41:12.622 INFO STEP 1063: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70382024-08-05T16:41:14.183Z[ recovery-image] Aug 05 16:41:12.636 INFO O| Aug 05 16:41:12.636 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/fmdump"
70392024-08-05T16:41:14.183Z[ recovery-image] Aug 05 16:41:12.636 INFO O| Aug 05 16:41:12.636 INFO STEP 1063 (remove_files) COMPLETE
70402024-08-05T16:41:14.183Z[ recovery-image] Aug 05 16:41:12.636 INFO O| Aug 05 16:41:12.636 INFO STEP 1064: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70412024-08-05T16:41:14.195Z[ recovery-image] Aug 05 16:41:12.649 INFO O| Aug 05 16:41:12.648 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/fmstat"
70422024-08-05T16:41:14.195Z[ recovery-image] Aug 05 16:41:12.649 INFO O| Aug 05 16:41:12.649 INFO STEP 1064 (remove_files) COMPLETE
70432024-08-05T16:41:14.195Z[ recovery-image] Aug 05 16:41:12.649 INFO O| Aug 05 16:41:12.649 INFO STEP 1065: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70442024-08-05T16:41:14.207Z[ recovery-image] Aug 05 16:41:12.661 INFO O| Aug 05 16:41:12.660 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/fmthard"
70452024-08-05T16:41:14.207Z[ recovery-image] Aug 05 16:41:12.661 INFO O| Aug 05 16:41:12.661 INFO STEP 1065 (remove_files) COMPLETE
70462024-08-05T16:41:14.210Z[ recovery-image] Aug 05 16:41:12.661 INFO O| Aug 05 16:41:12.661 INFO STEP 1066: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70472024-08-05T16:41:14.221Z[ recovery-image] Aug 05 16:41:12.674 INFO O| Aug 05 16:41:12.674 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/format"
70482024-08-05T16:41:14.221Z[ recovery-image] Aug 05 16:41:12.674 INFO O| Aug 05 16:41:12.674 INFO STEP 1066 (remove_files) COMPLETE
70492024-08-05T16:41:14.224Z[ recovery-image] Aug 05 16:41:12.674 INFO O| Aug 05 16:41:12.674 INFO STEP 1067: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70502024-08-05T16:41:14.234Z[ recovery-image] Aug 05 16:41:12.687 INFO O| Aug 05 16:41:12.687 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/fsck"
70512024-08-05T16:41:14.234Z[ recovery-image] Aug 05 16:41:12.687 INFO O| Aug 05 16:41:12.687 INFO STEP 1067 (remove_files) COMPLETE
70522024-08-05T16:41:14.237Z[ recovery-image] Aug 05 16:41:12.687 INFO O| Aug 05 16:41:12.687 INFO STEP 1068: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70532024-08-05T16:41:14.246Z[ recovery-image] Aug 05 16:41:12.699 INFO O| Aug 05 16:41:12.699 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/fuser"
70542024-08-05T16:41:14.246Z[ recovery-image] Aug 05 16:41:12.700 INFO O| Aug 05 16:41:12.700 INFO STEP 1068 (remove_files) COMPLETE
70552024-08-05T16:41:14.246Z[ recovery-image] Aug 05 16:41:12.700 INFO O| Aug 05 16:41:12.700 INFO STEP 1069: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70562024-08-05T16:41:14.259Z[ recovery-image] Aug 05 16:41:12.711 INFO O| Aug 05 16:41:12.711 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/getdevpolicy"
70572024-08-05T16:41:14.259Z[ recovery-image] Aug 05 16:41:12.711 INFO O| Aug 05 16:41:12.711 INFO STEP 1069 (remove_files) COMPLETE
70582024-08-05T16:41:14.259Z[ recovery-image] Aug 05 16:41:12.711 INFO O| Aug 05 16:41:12.711 INFO STEP 1070: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70592024-08-05T16:41:14.270Z[ recovery-image] Aug 05 16:41:12.723 INFO O| Aug 05 16:41:12.723 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/getmajor"
70602024-08-05T16:41:14.270Z[ recovery-image] Aug 05 16:41:12.723 INFO O| Aug 05 16:41:12.723 INFO STEP 1070 (remove_files) COMPLETE
70612024-08-05T16:41:14.270Z[ recovery-image] Aug 05 16:41:12.723 INFO O| Aug 05 16:41:12.723 INFO STEP 1071: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70622024-08-05T16:41:14.282Z[ recovery-image] Aug 05 16:41:12.736 INFO O| Aug 05 16:41:12.736 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/groupadd"
70632024-08-05T16:41:14.282Z[ recovery-image] Aug 05 16:41:12.736 INFO O| Aug 05 16:41:12.736 INFO STEP 1071 (remove_files) COMPLETE
70642024-08-05T16:41:14.285Z[ recovery-image] Aug 05 16:41:12.736 INFO O| Aug 05 16:41:12.736 INFO STEP 1072: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70652024-08-05T16:41:14.296Z[ recovery-image] Aug 05 16:41:12.749 INFO O| Aug 05 16:41:12.749 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/groupdel"
70662024-08-05T16:41:14.296Z[ recovery-image] Aug 05 16:41:12.749 INFO O| Aug 05 16:41:12.749 INFO STEP 1072 (remove_files) COMPLETE
70672024-08-05T16:41:14.296Z[ recovery-image] Aug 05 16:41:12.749 INFO O| Aug 05 16:41:12.749 INFO STEP 1073: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70682024-08-05T16:41:14.310Z[ recovery-image] Aug 05 16:41:12.762 INFO O| Aug 05 16:41:12.762 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/groupmod"
70692024-08-05T16:41:14.310Z[ recovery-image] Aug 05 16:41:12.763 INFO O| Aug 05 16:41:12.763 INFO STEP 1073 (remove_files) COMPLETE
70702024-08-05T16:41:14.313Z[ recovery-image] Aug 05 16:41:12.763 INFO O| Aug 05 16:41:12.763 INFO STEP 1074: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70712024-08-05T16:41:14.323Z[ recovery-image] Aug 05 16:41:12.776 INFO O| Aug 05 16:41:12.776 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/growfs"
70722024-08-05T16:41:14.323Z[ recovery-image] Aug 05 16:41:12.776 INFO O| Aug 05 16:41:12.776 INFO STEP 1074 (remove_files) COMPLETE
70732024-08-05T16:41:14.323Z[ recovery-image] Aug 05 16:41:12.776 INFO O| Aug 05 16:41:12.776 INFO STEP 1075: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70742024-08-05T16:41:14.336Z[ recovery-image] Aug 05 16:41:12.789 INFO O| Aug 05 16:41:12.789 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/grpck"
70752024-08-05T16:41:14.336Z[ recovery-image] Aug 05 16:41:12.789 INFO O| Aug 05 16:41:12.789 INFO STEP 1075 (remove_files) COMPLETE
70762024-08-05T16:41:14.349Z[ recovery-image] Aug 05 16:41:12.789 INFO O| Aug 05 16:41:12.789 INFO STEP 1076: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70772024-08-05T16:41:14.352Z[ recovery-image] Aug 05 16:41:12.801 INFO O| Aug 05 16:41:12.801 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/gsscred"
70782024-08-05T16:41:14.353Z[ recovery-image] Aug 05 16:41:12.801 INFO O| Aug 05 16:41:12.801 INFO STEP 1076 (remove_files) COMPLETE
70792024-08-05T16:41:14.353Z[ recovery-image] Aug 05 16:41:12.801 INFO O| Aug 05 16:41:12.801 INFO STEP 1077: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70802024-08-05T16:41:14.360Z[ recovery-image] Aug 05 16:41:12.814 INFO O| Aug 05 16:41:12.814 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/halt"
70812024-08-05T16:41:14.360Z[ recovery-image] Aug 05 16:41:12.814 INFO O| Aug 05 16:41:12.814 INFO STEP 1077 (remove_files) COMPLETE
70822024-08-05T16:41:14.363Z[ recovery-image] Aug 05 16:41:12.814 INFO O| Aug 05 16:41:12.814 INFO STEP 1078: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70832024-08-05T16:41:14.373Z[ recovery-image] Aug 05 16:41:12.826 INFO O| Aug 05 16:41:12.826 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/hotplug"
70842024-08-05T16:41:14.373Z[ recovery-image] Aug 05 16:41:12.826 INFO O| Aug 05 16:41:12.826 INFO STEP 1078 (remove_files) COMPLETE
70852024-08-05T16:41:14.376Z[ recovery-image] Aug 05 16:41:12.826 INFO O| Aug 05 16:41:12.826 INFO STEP 1079: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70862024-08-05T16:41:14.385Z[ recovery-image] Aug 05 16:41:12.838 INFO O| Aug 05 16:41:12.838 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/iasl"
70872024-08-05T16:41:14.388Z[ recovery-image] Aug 05 16:41:12.838 INFO O| Aug 05 16:41:12.838 INFO STEP 1079 (remove_files) COMPLETE
70882024-08-05T16:41:14.388Z[ recovery-image] Aug 05 16:41:12.838 INFO O| Aug 05 16:41:12.838 INFO STEP 1080: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70892024-08-05T16:41:14.396Z[ recovery-image] Aug 05 16:41:12.849 INFO O| Aug 05 16:41:12.849 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/idmap"
70902024-08-05T16:41:14.399Z[ recovery-image] Aug 05 16:41:12.849 INFO O| Aug 05 16:41:12.849 INFO STEP 1080 (remove_files) COMPLETE
70912024-08-05T16:41:14.399Z[ recovery-image] Aug 05 16:41:12.849 INFO O| Aug 05 16:41:12.849 INFO STEP 1081: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70922024-08-05T16:41:14.407Z[ recovery-image] Aug 05 16:41:12.860 INFO O| Aug 05 16:41:12.860 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/if_mpadm"
70932024-08-05T16:41:14.407Z[ recovery-image] Aug 05 16:41:12.861 INFO O| Aug 05 16:41:12.860 INFO STEP 1081 (remove_files) COMPLETE
70942024-08-05T16:41:14.407Z[ recovery-image] Aug 05 16:41:12.861 INFO O| Aug 05 16:41:12.860 INFO STEP 1082: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70952024-08-05T16:41:14.421Z[ recovery-image] Aug 05 16:41:12.872 INFO O| Aug 05 16:41:12.872 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/ikeadm"
70962024-08-05T16:41:14.421Z[ recovery-image] Aug 05 16:41:12.872 INFO O| Aug 05 16:41:12.872 INFO STEP 1082 (remove_files) COMPLETE
70972024-08-05T16:41:14.425Z[ recovery-image] Aug 05 16:41:12.872 INFO O| Aug 05 16:41:12.872 INFO STEP 1083: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70982024-08-05T16:41:14.434Z[ recovery-image] Aug 05 16:41:12.884 INFO O| Aug 05 16:41:12.884 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/ikecert"
70992024-08-05T16:41:14.434Z[ recovery-image] Aug 05 16:41:12.884 INFO O| Aug 05 16:41:12.884 INFO STEP 1083 (remove_files) COMPLETE
71002024-08-05T16:41:14.434Z[ recovery-image] Aug 05 16:41:12.884 INFO O| Aug 05 16:41:12.884 INFO STEP 1084: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71012024-08-05T16:41:14.443Z[ recovery-image] Aug 05 16:41:12.896 INFO O| Aug 05 16:41:12.896 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/in.rdisc"
71022024-08-05T16:41:14.443Z[ recovery-image] Aug 05 16:41:12.896 INFO O| Aug 05 16:41:12.896 INFO STEP 1084 (remove_files) COMPLETE
71032024-08-05T16:41:14.446Z[ recovery-image] Aug 05 16:41:12.896 INFO O| Aug 05 16:41:12.896 INFO STEP 1085: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71042024-08-05T16:41:14.455Z[ recovery-image] Aug 05 16:41:12.908 INFO O| Aug 05 16:41:12.908 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/in.routed"
71052024-08-05T16:41:14.455Z[ recovery-image] Aug 05 16:41:12.908 INFO O| Aug 05 16:41:12.908 INFO STEP 1085 (remove_files) COMPLETE
71062024-08-05T16:41:14.459Z[ recovery-image] Aug 05 16:41:12.909 INFO O| Aug 05 16:41:12.908 INFO STEP 1086: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71072024-08-05T16:41:14.467Z[ recovery-image] Aug 05 16:41:12.920 INFO O| Aug 05 16:41:12.920 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/inetadm"
71082024-08-05T16:41:14.467Z[ recovery-image] Aug 05 16:41:12.920 INFO O| Aug 05 16:41:12.920 INFO STEP 1086 (remove_files) COMPLETE
71092024-08-05T16:41:14.470Z[ recovery-image] Aug 05 16:41:12.920 INFO O| Aug 05 16:41:12.920 INFO STEP 1087: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71102024-08-05T16:41:14.477Z[ recovery-image] Aug 05 16:41:12.931 INFO O| Aug 05 16:41:12.931 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/inetconv"
71112024-08-05T16:41:14.481Z[ recovery-image] Aug 05 16:41:12.931 INFO O| Aug 05 16:41:12.931 INFO STEP 1087 (remove_files) COMPLETE
71122024-08-05T16:41:14.481Z[ recovery-image] Aug 05 16:41:12.931 INFO O| Aug 05 16:41:12.931 INFO STEP 1088: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71132024-08-05T16:41:14.489Z[ recovery-image] Aug 05 16:41:12.942 INFO O| Aug 05 16:41:12.942 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/install"
71142024-08-05T16:41:14.492Z[ recovery-image] Aug 05 16:41:12.942 INFO O| Aug 05 16:41:12.942 INFO STEP 1088 (remove_files) COMPLETE
71152024-08-05T16:41:14.492Z[ recovery-image] Aug 05 16:41:12.942 INFO O| Aug 05 16:41:12.942 INFO STEP 1089: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71162024-08-05T16:41:14.499Z[ recovery-image] Aug 05 16:41:12.953 INFO O| Aug 05 16:41:12.952 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/installboot"
71172024-08-05T16:41:14.499Z[ recovery-image] Aug 05 16:41:12.953 INFO O| Aug 05 16:41:12.953 INFO STEP 1089 (remove_files) COMPLETE
71182024-08-05T16:41:14.502Z[ recovery-image] Aug 05 16:41:12.953 INFO O| Aug 05 16:41:12.953 INFO STEP 1090: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71192024-08-05T16:41:14.510Z[ recovery-image] Aug 05 16:41:12.963 INFO O| Aug 05 16:41:12.963 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/installf"
71202024-08-05T16:41:14.510Z[ recovery-image] Aug 05 16:41:12.963 INFO O| Aug 05 16:41:12.963 INFO STEP 1090 (remove_files) COMPLETE
71212024-08-05T16:41:14.510Z[ recovery-image] Aug 05 16:41:12.963 INFO O| Aug 05 16:41:12.963 INFO STEP 1091: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71222024-08-05T16:41:14.520Z[ recovery-image] Aug 05 16:41:12.974 INFO O| Aug 05 16:41:12.974 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/intrstat"
71232024-08-05T16:41:14.520Z[ recovery-image] Aug 05 16:41:12.974 INFO O| Aug 05 16:41:12.974 INFO STEP 1091 (remove_files) COMPLETE
71242024-08-05T16:41:14.520Z[ recovery-image] Aug 05 16:41:12.974 INFO O| Aug 05 16:41:12.974 INFO STEP 1092: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71252024-08-05T16:41:14.531Z[ recovery-image] Aug 05 16:41:12.984 INFO O| Aug 05 16:41:12.984 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/ipsecalgs"
71262024-08-05T16:41:14.531Z[ recovery-image] Aug 05 16:41:12.984 INFO O| Aug 05 16:41:12.984 INFO STEP 1092 (remove_files) COMPLETE
71272024-08-05T16:41:14.531Z[ recovery-image] Aug 05 16:41:12.984 INFO O| Aug 05 16:41:12.984 INFO STEP 1093: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71282024-08-05T16:41:14.542Z[ recovery-image] Aug 05 16:41:12.995 INFO O| Aug 05 16:41:12.995 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/ipsecconf"
71292024-08-05T16:41:14.542Z[ recovery-image] Aug 05 16:41:12.995 INFO O| Aug 05 16:41:12.995 INFO STEP 1093 (remove_files) COMPLETE
71302024-08-05T16:41:14.542Z[ recovery-image] Aug 05 16:41:12.995 INFO O| Aug 05 16:41:12.995 INFO STEP 1094: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71312024-08-05T16:41:14.553Z[ recovery-image] Aug 05 16:41:13.006 INFO O| Aug 05 16:41:13.006 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/ipseckey"
71322024-08-05T16:41:14.556Z[ recovery-image] Aug 05 16:41:13.006 INFO O| Aug 05 16:41:13.006 INFO STEP 1094 (remove_files) COMPLETE
71332024-08-05T16:41:14.556Z[ recovery-image] Aug 05 16:41:13.006 INFO O| Aug 05 16:41:13.006 INFO STEP 1095: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71342024-08-05T16:41:14.564Z[ recovery-image] Aug 05 16:41:13.017 INFO O| Aug 05 16:41:13.017 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/keyserv"
71352024-08-05T16:41:14.564Z[ recovery-image] Aug 05 16:41:13.017 INFO O| Aug 05 16:41:13.017 INFO STEP 1095 (remove_files) COMPLETE
71362024-08-05T16:41:14.564Z[ recovery-image] Aug 05 16:41:13.018 INFO O| Aug 05 16:41:13.017 INFO STEP 1096: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71372024-08-05T16:41:14.575Z[ recovery-image] Aug 05 16:41:13.028 INFO O| Aug 05 16:41:13.028 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/killall"
71382024-08-05T16:41:14.575Z[ recovery-image] Aug 05 16:41:13.028 INFO O| Aug 05 16:41:13.028 INFO STEP 1096 (remove_files) COMPLETE
71392024-08-05T16:41:14.577Z[ recovery-image] Aug 05 16:41:13.028 INFO O| Aug 05 16:41:13.028 INFO STEP 1097: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71402024-08-05T16:41:14.585Z[ recovery-image] Aug 05 16:41:13.038 INFO O| Aug 05 16:41:13.038 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/link"
71412024-08-05T16:41:14.585Z[ recovery-image] Aug 05 16:41:13.038 INFO O| Aug 05 16:41:13.038 INFO STEP 1097 (remove_files) COMPLETE
71422024-08-05T16:41:14.588Z[ recovery-image] Aug 05 16:41:13.038 INFO O| Aug 05 16:41:13.038 INFO STEP 1098: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71432024-08-05T16:41:14.596Z[ recovery-image] Aug 05 16:41:13.049 INFO O| Aug 05 16:41:13.049 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/list_devices"
71442024-08-05T16:41:14.596Z[ recovery-image] Aug 05 16:41:13.049 INFO O| Aug 05 16:41:13.049 INFO STEP 1098 (remove_files) COMPLETE
71452024-08-05T16:41:14.599Z[ recovery-image] Aug 05 16:41:13.049 INFO O| Aug 05 16:41:13.049 INFO STEP 1099: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71462024-08-05T16:41:14.606Z[ recovery-image] Aug 05 16:41:13.059 INFO O| Aug 05 16:41:13.059 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/locator"
71472024-08-05T16:41:14.609Z[ recovery-image] Aug 05 16:41:13.059 INFO O| Aug 05 16:41:13.059 INFO STEP 1099 (remove_files) COMPLETE
71482024-08-05T16:41:14.609Z[ recovery-image] Aug 05 16:41:13.059 INFO O| Aug 05 16:41:13.059 INFO STEP 1100: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71492024-08-05T16:41:14.616Z[ recovery-image] Aug 05 16:41:13.069 INFO O| Aug 05 16:41:13.069 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/lockstat"
71502024-08-05T16:41:14.619Z[ recovery-image] Aug 05 16:41:13.070 INFO O| Aug 05 16:41:13.070 INFO STEP 1100 (remove_files) COMPLETE
71512024-08-05T16:41:14.619Z[ recovery-image] Aug 05 16:41:13.070 INFO O| Aug 05 16:41:13.070 INFO STEP 1101: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71522024-08-05T16:41:14.627Z[ recovery-image] Aug 05 16:41:13.080 INFO O| Aug 05 16:41:13.080 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/lofiadm"
71532024-08-05T16:41:14.630Z[ recovery-image] Aug 05 16:41:13.080 INFO O| Aug 05 16:41:13.080 INFO STEP 1101 (remove_files) COMPLETE
71542024-08-05T16:41:14.630Z[ recovery-image] Aug 05 16:41:13.080 INFO O| Aug 05 16:41:13.080 INFO STEP 1102: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71552024-08-05T16:41:14.638Z[ recovery-image] Aug 05 16:41:13.091 INFO O| Aug 05 16:41:13.091 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/logadm"
71562024-08-05T16:41:14.638Z[ recovery-image] Aug 05 16:41:13.091 INFO O| Aug 05 16:41:13.091 INFO STEP 1102 (remove_files) COMPLETE
71572024-08-05T16:41:14.638Z[ recovery-image] Aug 05 16:41:13.091 INFO O| Aug 05 16:41:13.091 INFO STEP 1103: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71582024-08-05T16:41:14.648Z[ recovery-image] Aug 05 16:41:13.101 INFO O| Aug 05 16:41:13.101 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/makedbm"
71592024-08-05T16:41:14.648Z[ recovery-image] Aug 05 16:41:13.101 INFO O| Aug 05 16:41:13.101 INFO STEP 1103 (remove_files) COMPLETE
71602024-08-05T16:41:14.648Z[ recovery-image] Aug 05 16:41:13.101 INFO O| Aug 05 16:41:13.101 INFO STEP 1104: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71612024-08-05T16:41:14.658Z[ recovery-image] Aug 05 16:41:13.112 INFO O| Aug 05 16:41:13.112 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/mkdevalloc"
71622024-08-05T16:41:14.658Z[ recovery-image] Aug 05 16:41:13.112 INFO O| Aug 05 16:41:13.112 INFO STEP 1104 (remove_files) COMPLETE
71632024-08-05T16:41:14.662Z[ recovery-image] Aug 05 16:41:13.112 INFO O| Aug 05 16:41:13.112 INFO STEP 1105: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71642024-08-05T16:41:14.669Z[ recovery-image] Aug 05 16:41:13.122 INFO O| Aug 05 16:41:13.122 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/mkdevmaps"
71652024-08-05T16:41:14.672Z[ recovery-image] Aug 05 16:41:13.122 INFO O| Aug 05 16:41:13.122 INFO STEP 1105 (remove_files) COMPLETE
71662024-08-05T16:41:14.672Z[ recovery-image] Aug 05 16:41:13.122 INFO O| Aug 05 16:41:13.122 INFO STEP 1106: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71672024-08-05T16:41:14.679Z[ recovery-image] Aug 05 16:41:13.132 INFO O| Aug 05 16:41:13.132 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/mkfile"
71682024-08-05T16:41:14.679Z[ recovery-image] Aug 05 16:41:13.132 INFO O| Aug 05 16:41:13.132 INFO STEP 1106 (remove_files) COMPLETE
71692024-08-05T16:41:14.682Z[ recovery-image] Aug 05 16:41:13.133 INFO O| Aug 05 16:41:13.132 INFO STEP 1107: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71702024-08-05T16:41:14.689Z[ recovery-image] Aug 05 16:41:13.143 INFO O| Aug 05 16:41:13.143 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/mknod"
71712024-08-05T16:41:14.690Z[ recovery-image] Aug 05 16:41:13.143 INFO O| Aug 05 16:41:13.143 INFO STEP 1107 (remove_files) COMPLETE
71722024-08-05T16:41:14.690Z[ recovery-image] Aug 05 16:41:13.143 INFO O| Aug 05 16:41:13.143 INFO STEP 1108: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71732024-08-05T16:41:14.700Z[ recovery-image] Aug 05 16:41:13.153 INFO O| Aug 05 16:41:13.153 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/modinfo"
71742024-08-05T16:41:14.700Z[ recovery-image] Aug 05 16:41:13.153 INFO O| Aug 05 16:41:13.153 INFO STEP 1108 (remove_files) COMPLETE
71752024-08-05T16:41:14.702Z[ recovery-image] Aug 05 16:41:13.153 INFO O| Aug 05 16:41:13.153 INFO STEP 1109: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71762024-08-05T16:41:14.710Z[ recovery-image] Aug 05 16:41:13.163 INFO O| Aug 05 16:41:13.163 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/modload"
71772024-08-05T16:41:14.713Z[ recovery-image] Aug 05 16:41:13.163 INFO O| Aug 05 16:41:13.163 INFO STEP 1109 (remove_files) COMPLETE
71782024-08-05T16:41:14.713Z[ recovery-image] Aug 05 16:41:13.163 INFO O| Aug 05 16:41:13.163 INFO STEP 1110: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71792024-08-05T16:41:14.720Z[ recovery-image] Aug 05 16:41:13.174 INFO O| Aug 05 16:41:13.174 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/mountall"
71802024-08-05T16:41:14.723Z[ recovery-image] Aug 05 16:41:13.174 INFO O| Aug 05 16:41:13.174 INFO STEP 1110 (remove_files) COMPLETE
71812024-08-05T16:41:14.723Z[ recovery-image] Aug 05 16:41:13.174 INFO O| Aug 05 16:41:13.174 INFO STEP 1111: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71822024-08-05T16:41:14.731Z[ recovery-image] Aug 05 16:41:13.184 INFO O| Aug 05 16:41:13.184 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/msgid"
71832024-08-05T16:41:14.731Z[ recovery-image] Aug 05 16:41:13.184 INFO O| Aug 05 16:41:13.184 INFO STEP 1111 (remove_files) COMPLETE
71842024-08-05T16:41:14.731Z[ recovery-image] Aug 05 16:41:13.184 INFO O| Aug 05 16:41:13.184 INFO STEP 1112: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71852024-08-05T16:41:14.741Z[ recovery-image] Aug 05 16:41:13.194 INFO O| Aug 05 16:41:13.194 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/mvdir"
71862024-08-05T16:41:14.741Z[ recovery-image] Aug 05 16:41:13.194 INFO O| Aug 05 16:41:13.194 INFO STEP 1112 (remove_files) COMPLETE
71872024-08-05T16:41:14.741Z[ recovery-image] Aug 05 16:41:13.194 INFO O| Aug 05 16:41:13.194 INFO STEP 1113: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71882024-08-05T16:41:14.751Z[ recovery-image] Aug 05 16:41:13.204 INFO O| Aug 05 16:41:13.204 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/ndp"
71892024-08-05T16:41:14.751Z[ recovery-image] Aug 05 16:41:13.204 INFO O| Aug 05 16:41:13.204 INFO STEP 1113 (remove_files) COMPLETE
71902024-08-05T16:41:14.754Z[ recovery-image] Aug 05 16:41:13.204 INFO O| Aug 05 16:41:13.204 INFO STEP 1114: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71912024-08-05T16:41:14.762Z[ recovery-image] Aug 05 16:41:13.215 INFO O| Aug 05 16:41:13.215 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/nlsadmin"
71922024-08-05T16:41:14.762Z[ recovery-image] Aug 05 16:41:13.215 INFO O| Aug 05 16:41:13.215 INFO STEP 1114 (remove_files) COMPLETE
71932024-08-05T16:41:14.765Z[ recovery-image] Aug 05 16:41:13.215 INFO O| Aug 05 16:41:13.215 INFO STEP 1115: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71942024-08-05T16:41:14.773Z[ recovery-image] Aug 05 16:41:13.226 INFO O| Aug 05 16:41:13.226 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/nltest"
71952024-08-05T16:41:14.773Z[ recovery-image] Aug 05 16:41:13.226 INFO O| Aug 05 16:41:13.226 INFO STEP 1115 (remove_files) COMPLETE
71962024-08-05T16:41:14.776Z[ recovery-image] Aug 05 16:41:13.226 INFO O| Aug 05 16:41:13.226 INFO STEP 1116: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71972024-08-05T16:41:14.786Z[ recovery-image] Aug 05 16:41:13.239 INFO O| Aug 05 16:41:13.239 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/nvmeadm"
71982024-08-05T16:41:14.786Z[ recovery-image] Aug 05 16:41:13.239 INFO O| Aug 05 16:41:13.239 INFO STEP 1116 (remove_files) COMPLETE
71992024-08-05T16:41:14.786Z[ recovery-image] Aug 05 16:41:13.239 INFO O| Aug 05 16:41:13.239 INFO STEP 1117: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72002024-08-05T16:41:14.797Z[ recovery-image] Aug 05 16:41:13.250 INFO O| Aug 05 16:41:13.250 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/nwamadm"
72012024-08-05T16:41:14.797Z[ recovery-image] Aug 05 16:41:13.250 INFO O| Aug 05 16:41:13.250 INFO STEP 1117 (remove_files) COMPLETE
72022024-08-05T16:41:14.797Z[ recovery-image] Aug 05 16:41:13.250 INFO O| Aug 05 16:41:13.250 INFO STEP 1118: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72032024-08-05T16:41:14.808Z[ recovery-image] Aug 05 16:41:13.262 INFO O| Aug 05 16:41:13.262 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/nwamcfg"
72042024-08-05T16:41:14.809Z[ recovery-image] Aug 05 16:41:13.262 INFO O| Aug 05 16:41:13.262 INFO STEP 1118 (remove_files) COMPLETE
72052024-08-05T16:41:14.809Z[ recovery-image] Aug 05 16:41:13.262 INFO O| Aug 05 16:41:13.262 INFO STEP 1119: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72062024-08-05T16:41:14.821Z[ recovery-image] Aug 05 16:41:13.274 INFO O| Aug 05 16:41:13.274 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/pbind"
72072024-08-05T16:41:14.824Z[ recovery-image] Aug 05 16:41:13.275 INFO O| Aug 05 16:41:13.275 INFO STEP 1119 (remove_files) COMPLETE
72082024-08-05T16:41:14.824Z[ recovery-image] Aug 05 16:41:13.275 INFO O| Aug 05 16:41:13.275 INFO STEP 1120: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72092024-08-05T16:41:14.834Z[ recovery-image] Aug 05 16:41:13.287 INFO O| Aug 05 16:41:13.287 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/ping"
72102024-08-05T16:41:14.834Z[ recovery-image] Aug 05 16:41:13.287 INFO O| Aug 05 16:41:13.287 INFO STEP 1120 (remove_files) COMPLETE
72112024-08-05T16:41:14.836Z[ recovery-image] Aug 05 16:41:13.287 INFO O| Aug 05 16:41:13.287 INFO STEP 1121: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72122024-08-05T16:41:14.846Z[ recovery-image] Aug 05 16:41:13.299 INFO O| Aug 05 16:41:13.299 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/pkgadd"
72132024-08-05T16:41:14.850Z[ recovery-image] Aug 05 16:41:13.300 INFO O| Aug 05 16:41:13.299 INFO STEP 1121 (remove_files) COMPLETE
72142024-08-05T16:41:14.850Z[ recovery-image] Aug 05 16:41:13.300 INFO O| Aug 05 16:41:13.300 INFO STEP 1122: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72152024-08-05T16:41:14.860Z[ recovery-image] Aug 05 16:41:13.313 INFO O| Aug 05 16:41:13.313 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/pkgask"
72162024-08-05T16:41:14.860Z[ recovery-image] Aug 05 16:41:13.313 INFO O| Aug 05 16:41:13.313 INFO STEP 1122 (remove_files) COMPLETE
72172024-08-05T16:41:14.860Z[ recovery-image] Aug 05 16:41:13.313 INFO O| Aug 05 16:41:13.313 INFO STEP 1123: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72182024-08-05T16:41:14.873Z[ recovery-image] Aug 05 16:41:13.326 INFO O| Aug 05 16:41:13.326 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/pkgchk"
72192024-08-05T16:41:14.876Z[ recovery-image] Aug 05 16:41:13.326 INFO O| Aug 05 16:41:13.326 INFO STEP 1123 (remove_files) COMPLETE
72202024-08-05T16:41:14.876Z[ recovery-image] Aug 05 16:41:13.326 INFO O| Aug 05 16:41:13.326 INFO STEP 1124: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72212024-08-05T16:41:14.888Z[ recovery-image] Aug 05 16:41:13.341 INFO O| Aug 05 16:41:13.341 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/pkgrm"
72222024-08-05T16:41:14.888Z[ recovery-image] Aug 05 16:41:13.341 INFO O| Aug 05 16:41:13.341 INFO STEP 1124 (remove_files) COMPLETE
72232024-08-05T16:41:14.888Z[ recovery-image] Aug 05 16:41:13.341 INFO O| Aug 05 16:41:13.341 INFO STEP 1125: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72242024-08-05T16:41:14.900Z[ recovery-image] Aug 05 16:41:13.353 INFO O| Aug 05 16:41:13.353 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/plockstat"
72252024-08-05T16:41:14.900Z[ recovery-image] Aug 05 16:41:13.353 INFO O| Aug 05 16:41:13.353 INFO STEP 1125 (remove_files) COMPLETE
72262024-08-05T16:41:14.900Z[ recovery-image] Aug 05 16:41:13.353 INFO O| Aug 05 16:41:13.353 INFO STEP 1126: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72272024-08-05T16:41:14.913Z[ recovery-image] Aug 05 16:41:13.366 INFO O| Aug 05 16:41:13.366 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/pooladm"
72282024-08-05T16:41:14.913Z[ recovery-image] Aug 05 16:41:13.367 INFO O| Aug 05 16:41:13.366 INFO STEP 1126 (remove_files) COMPLETE
72292024-08-05T16:41:14.913Z[ recovery-image] Aug 05 16:41:13.367 INFO O| Aug 05 16:41:13.366 INFO STEP 1127: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72302024-08-05T16:41:14.926Z[ recovery-image] Aug 05 16:41:13.379 INFO O| Aug 05 16:41:13.379 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/poolbind"
72312024-08-05T16:41:14.929Z[ recovery-image] Aug 05 16:41:13.380 INFO O| Aug 05 16:41:13.379 INFO STEP 1127 (remove_files) COMPLETE
72322024-08-05T16:41:14.929Z[ recovery-image] Aug 05 16:41:13.380 INFO O| Aug 05 16:41:13.379 INFO STEP 1128: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72332024-08-05T16:41:14.938Z[ recovery-image] Aug 05 16:41:13.391 INFO O| Aug 05 16:41:13.391 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/poolcfg"
72342024-08-05T16:41:14.938Z[ recovery-image] Aug 05 16:41:13.391 INFO O| Aug 05 16:41:13.391 INFO STEP 1128 (remove_files) COMPLETE
72352024-08-05T16:41:14.938Z[ recovery-image] Aug 05 16:41:13.391 INFO O| Aug 05 16:41:13.391 INFO STEP 1129: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72362024-08-05T16:41:14.949Z[ recovery-image] Aug 05 16:41:13.402 INFO O| Aug 05 16:41:13.402 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/ports"
72372024-08-05T16:41:14.949Z[ recovery-image] Aug 05 16:41:13.403 INFO O| Aug 05 16:41:13.403 INFO STEP 1129 (remove_files) COMPLETE
72382024-08-05T16:41:14.949Z[ recovery-image] Aug 05 16:41:13.403 INFO O| Aug 05 16:41:13.403 INFO STEP 1130: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72392024-08-05T16:41:14.961Z[ recovery-image] Aug 05 16:41:13.414 INFO O| Aug 05 16:41:13.414 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/poweroff"
72402024-08-05T16:41:14.961Z[ recovery-image] Aug 05 16:41:13.414 INFO O| Aug 05 16:41:13.414 INFO STEP 1130 (remove_files) COMPLETE
72412024-08-05T16:41:14.964Z[ recovery-image] Aug 05 16:41:13.414 INFO O| Aug 05 16:41:13.414 INFO STEP 1131: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72422024-08-05T16:41:14.973Z[ recovery-image] Aug 05 16:41:13.426 INFO O| Aug 05 16:41:13.426 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/pptadm"
72432024-08-05T16:41:14.976Z[ recovery-image] Aug 05 16:41:13.426 INFO O| Aug 05 16:41:13.426 INFO STEP 1131 (remove_files) COMPLETE
72442024-08-05T16:41:14.976Z[ recovery-image] Aug 05 16:41:13.426 INFO O| Aug 05 16:41:13.426 INFO STEP 1132: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72452024-08-05T16:41:14.985Z[ recovery-image] Aug 05 16:41:13.438 INFO O| Aug 05 16:41:13.438 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/praudit"
72462024-08-05T16:41:14.988Z[ recovery-image] Aug 05 16:41:13.438 INFO O| Aug 05 16:41:13.438 INFO STEP 1132 (remove_files) COMPLETE
72472024-08-05T16:41:14.988Z[ recovery-image] Aug 05 16:41:13.438 INFO O| Aug 05 16:41:13.438 INFO STEP 1133: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72482024-08-05T16:41:14.996Z[ recovery-image] Aug 05 16:41:13.450 INFO O| Aug 05 16:41:13.449 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/projadd"
72492024-08-05T16:41:14.996Z[ recovery-image] Aug 05 16:41:13.450 INFO O| Aug 05 16:41:13.450 INFO STEP 1133 (remove_files) COMPLETE
72502024-08-05T16:41:14.996Z[ recovery-image] Aug 05 16:41:13.450 INFO O| Aug 05 16:41:13.450 INFO STEP 1134: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72512024-08-05T16:41:15.008Z[ recovery-image] Aug 05 16:41:13.461 INFO O| Aug 05 16:41:13.461 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/projdel"
72522024-08-05T16:41:15.008Z[ recovery-image] Aug 05 16:41:13.462 INFO O| Aug 05 16:41:13.462 INFO STEP 1134 (remove_files) COMPLETE
72532024-08-05T16:41:15.009Z[ recovery-image] Aug 05 16:41:13.462 INFO O| Aug 05 16:41:13.462 INFO STEP 1135: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72542024-08-05T16:41:15.020Z[ recovery-image] Aug 05 16:41:13.473 INFO O| Aug 05 16:41:13.473 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/projmod"
72552024-08-05T16:41:15.020Z[ recovery-image] Aug 05 16:41:13.473 INFO O| Aug 05 16:41:13.473 INFO STEP 1135 (remove_files) COMPLETE
72562024-08-05T16:41:15.020Z[ recovery-image] Aug 05 16:41:13.473 INFO O| Aug 05 16:41:13.473 INFO STEP 1136: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72572024-08-05T16:41:15.031Z[ recovery-image] Aug 05 16:41:13.484 INFO O| Aug 05 16:41:13.484 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/prtdiag"
72582024-08-05T16:41:15.031Z[ recovery-image] Aug 05 16:41:13.484 INFO O| Aug 05 16:41:13.484 INFO STEP 1136 (remove_files) COMPLETE
72592024-08-05T16:41:15.031Z[ recovery-image] Aug 05 16:41:13.484 INFO O| Aug 05 16:41:13.484 INFO STEP 1137: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72602024-08-05T16:41:15.034Z[ host-image] Aug 05 16:41:13.486 INFO O| Aug 05 16:41:13.486 INFO O| Done
72612024-08-05T16:41:15.043Z[ recovery-image] Aug 05 16:41:13.496 INFO O| Aug 05 16:41:13.496 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/prtpicl"
72622024-08-05T16:41:15.043Z[ recovery-image] Aug 05 16:41:13.496 INFO O| Aug 05 16:41:13.496 INFO STEP 1137 (remove_files) COMPLETE
72632024-08-05T16:41:15.046Z[ recovery-image] Aug 05 16:41:13.497 INFO O| Aug 05 16:41:13.496 INFO STEP 1138: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72642024-08-05T16:41:15.055Z[ recovery-image] Aug 05 16:41:13.509 INFO O| Aug 05 16:41:13.508 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/prtvtoc"
72652024-08-05T16:41:15.056Z[ recovery-image] Aug 05 16:41:13.509 INFO O| Aug 05 16:41:13.509 INFO STEP 1138 (remove_files) COMPLETE
72662024-08-05T16:41:15.056Z[ recovery-image] Aug 05 16:41:13.509 INFO O| Aug 05 16:41:13.509 INFO STEP 1139: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72672024-08-05T16:41:15.059Z[ host-image] Aug 05 16:41:13.512 INFO O| Aug 05 16:41:13.512 INFO O| Done
72682024-08-05T16:41:15.068Z[ recovery-image] Aug 05 16:41:13.521 INFO O| Aug 05 16:41:13.521 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/psradm"
72692024-08-05T16:41:15.068Z[ recovery-image] Aug 05 16:41:13.521 INFO O| Aug 05 16:41:13.521 INFO STEP 1139 (remove_files) COMPLETE
72702024-08-05T16:41:15.068Z[ recovery-image] Aug 05 16:41:13.521 INFO O| Aug 05 16:41:13.521 INFO STEP 1140: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72712024-08-05T16:41:15.080Z[ recovery-image] Aug 05 16:41:13.533 INFO O| Aug 05 16:41:13.533 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/psrinfo"
72722024-08-05T16:41:15.081Z[ recovery-image] Aug 05 16:41:13.534 INFO O| Aug 05 16:41:13.534 INFO STEP 1140 (remove_files) COMPLETE
72732024-08-05T16:41:15.081Z[ recovery-image] Aug 05 16:41:13.534 INFO O| Aug 05 16:41:13.534 INFO STEP 1141: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72742024-08-05T16:41:15.092Z[ recovery-image] Aug 05 16:41:13.545 INFO O| Aug 05 16:41:13.545 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/psrset"
72752024-08-05T16:41:15.092Z[ recovery-image] Aug 05 16:41:13.546 INFO O| Aug 05 16:41:13.545 INFO STEP 1141 (remove_files) COMPLETE
72762024-08-05T16:41:15.095Z[ recovery-image] Aug 05 16:41:13.546 INFO O| Aug 05 16:41:13.546 INFO STEP 1142: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72772024-08-05T16:41:15.104Z[ recovery-image] Aug 05 16:41:13.557 INFO O| Aug 05 16:41:13.557 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/pwck"
72782024-08-05T16:41:15.107Z[ recovery-image] Aug 05 16:41:13.558 INFO O| Aug 05 16:41:13.558 INFO STEP 1142 (remove_files) COMPLETE
72792024-08-05T16:41:15.107Z[ recovery-image] Aug 05 16:41:13.558 INFO O| Aug 05 16:41:13.558 INFO STEP 1143: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72802024-08-05T16:41:15.116Z[ recovery-image] Aug 05 16:41:13.569 INFO O| Aug 05 16:41:13.569 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/pwconv"
72812024-08-05T16:41:15.119Z[ recovery-image] Aug 05 16:41:13.569 INFO O| Aug 05 16:41:13.569 INFO STEP 1143 (remove_files) COMPLETE
72822024-08-05T16:41:15.119Z[ recovery-image] Aug 05 16:41:13.570 INFO O| Aug 05 16:41:13.569 INFO STEP 1144: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72832024-08-05T16:41:15.130Z[ recovery-image] Aug 05 16:41:13.582 INFO O| Aug 05 16:41:13.582 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/raidctl"
72842024-08-05T16:41:15.130Z[ recovery-image] Aug 05 16:41:13.582 INFO O| Aug 05 16:41:13.582 INFO STEP 1144 (remove_files) COMPLETE
72852024-08-05T16:41:15.130Z[ recovery-image] Aug 05 16:41:13.582 INFO O| Aug 05 16:41:13.582 INFO STEP 1145: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72862024-08-05T16:41:15.141Z[ recovery-image] Aug 05 16:41:13.593 INFO O| Aug 05 16:41:13.593 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/ramdiskadm"
72872024-08-05T16:41:15.141Z[ recovery-image] Aug 05 16:41:13.594 INFO O| Aug 05 16:41:13.594 INFO STEP 1145 (remove_files) COMPLETE
72882024-08-05T16:41:15.144Z[ recovery-image] Aug 05 16:41:13.594 INFO O| Aug 05 16:41:13.594 INFO STEP 1146: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72892024-08-05T16:41:15.152Z[ recovery-image] Aug 05 16:41:13.605 INFO O| Aug 05 16:41:13.605 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/rctladm"
72902024-08-05T16:41:15.152Z[ recovery-image] Aug 05 16:41:13.605 INFO O| Aug 05 16:41:13.605 INFO STEP 1146 (remove_files) COMPLETE
72912024-08-05T16:41:15.156Z[ recovery-image] Aug 05 16:41:13.605 INFO O| Aug 05 16:41:13.605 INFO STEP 1147: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72922024-08-05T16:41:15.164Z[ recovery-image] Aug 05 16:41:13.617 INFO O| Aug 05 16:41:13.617 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/rdmsr"
72932024-08-05T16:41:15.164Z[ recovery-image] Aug 05 16:41:13.617 INFO O| Aug 05 16:41:13.617 INFO STEP 1147 (remove_files) COMPLETE
72942024-08-05T16:41:15.164Z[ recovery-image] Aug 05 16:41:13.617 INFO O| Aug 05 16:41:13.617 INFO STEP 1148: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72952024-08-05T16:41:15.175Z[ recovery-image] Aug 05 16:41:13.628 INFO O| Aug 05 16:41:13.628 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/reboot"
72962024-08-05T16:41:15.175Z[ recovery-image] Aug 05 16:41:13.628 INFO O| Aug 05 16:41:13.628 INFO STEP 1148 (remove_files) COMPLETE
72972024-08-05T16:41:15.175Z[ recovery-image] Aug 05 16:41:13.628 INFO O| Aug 05 16:41:13.628 INFO STEP 1149: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72982024-08-05T16:41:15.186Z[ recovery-image] Aug 05 16:41:13.639 INFO O| Aug 05 16:41:13.639 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/rem_drv"
72992024-08-05T16:41:15.189Z[ recovery-image] Aug 05 16:41:13.639 INFO O| Aug 05 16:41:13.639 INFO STEP 1149 (remove_files) COMPLETE
73002024-08-05T16:41:15.189Z[ recovery-image] Aug 05 16:41:13.639 INFO O| Aug 05 16:41:13.639 INFO STEP 1150: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73012024-08-05T16:41:15.197Z[ recovery-image] Aug 05 16:41:13.650 INFO O| Aug 05 16:41:13.650 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/removef"
73022024-08-05T16:41:15.197Z[ recovery-image] Aug 05 16:41:13.650 INFO O| Aug 05 16:41:13.650 INFO STEP 1150 (remove_files) COMPLETE
73032024-08-05T16:41:15.200Z[ recovery-image] Aug 05 16:41:13.650 INFO O| Aug 05 16:41:13.650 INFO STEP 1151: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73042024-08-05T16:41:15.208Z[ recovery-image] Aug 05 16:41:13.661 INFO O| Aug 05 16:41:13.661 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/roleadd"
73052024-08-05T16:41:15.208Z[ recovery-image] Aug 05 16:41:13.662 INFO O| Aug 05 16:41:13.661 INFO STEP 1151 (remove_files) COMPLETE
73062024-08-05T16:41:15.208Z[ recovery-image] Aug 05 16:41:13.662 INFO O| Aug 05 16:41:13.661 INFO STEP 1152: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73072024-08-05T16:41:15.220Z[ recovery-image] Aug 05 16:41:13.673 INFO O| Aug 05 16:41:13.673 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/roledel"
73082024-08-05T16:41:15.223Z[ recovery-image] Aug 05 16:41:13.673 INFO O| Aug 05 16:41:13.673 INFO STEP 1152 (remove_files) COMPLETE
73092024-08-05T16:41:15.223Z[ recovery-image] Aug 05 16:41:13.673 INFO O| Aug 05 16:41:13.673 INFO STEP 1153: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73102024-08-05T16:41:15.231Z[ recovery-image] Aug 05 16:41:13.684 INFO O| Aug 05 16:41:13.684 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/rolemod"
73112024-08-05T16:41:15.231Z[ recovery-image] Aug 05 16:41:13.684 INFO O| Aug 05 16:41:13.684 INFO STEP 1153 (remove_files) COMPLETE
73122024-08-05T16:41:15.234Z[ recovery-image] Aug 05 16:41:13.684 INFO O| Aug 05 16:41:13.684 INFO STEP 1154: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73132024-08-05T16:41:15.241Z[ recovery-image] Aug 05 16:41:13.694 INFO O| Aug 05 16:41:13.694 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/root_archive"
73142024-08-05T16:41:15.241Z[ recovery-image] Aug 05 16:41:13.694 INFO O| Aug 05 16:41:13.694 INFO STEP 1154 (remove_files) COMPLETE
73152024-08-05T16:41:15.241Z[ recovery-image] Aug 05 16:41:13.694 INFO O| Aug 05 16:41:13.694 INFO STEP 1155: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73162024-08-05T16:41:15.252Z[ recovery-image] Aug 05 16:41:13.705 INFO O| Aug 05 16:41:13.705 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/rpcbind"
73172024-08-05T16:41:15.255Z[ recovery-image] Aug 05 16:41:13.705 INFO O| Aug 05 16:41:13.705 INFO STEP 1155 (remove_files) COMPLETE
73182024-08-05T16:41:15.255Z[ recovery-image] Aug 05 16:41:13.705 INFO O| Aug 05 16:41:13.705 INFO STEP 1156: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73192024-08-05T16:41:15.263Z[ recovery-image] Aug 05 16:41:13.716 INFO O| Aug 05 16:41:13.716 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/rtc"
73202024-08-05T16:41:15.267Z[ recovery-image] Aug 05 16:41:13.716 INFO O| Aug 05 16:41:13.716 INFO STEP 1156 (remove_files) COMPLETE
73212024-08-05T16:41:15.267Z[ recovery-image] Aug 05 16:41:13.716 INFO O| Aug 05 16:41:13.716 INFO STEP 1157: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73222024-08-05T16:41:15.273Z[ recovery-image] Aug 05 16:41:13.726 INFO O| Aug 05 16:41:13.726 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/rtquery"
73232024-08-05T16:41:15.276Z[ recovery-image] Aug 05 16:41:13.726 INFO O| Aug 05 16:41:13.726 INFO STEP 1157 (remove_files) COMPLETE
73242024-08-05T16:41:15.276Z[ recovery-image] Aug 05 16:41:13.726 INFO O| Aug 05 16:41:13.726 INFO STEP 1158: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73252024-08-05T16:41:15.284Z[ recovery-image] Aug 05 16:41:13.737 INFO O| Aug 05 16:41:13.737 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/setmnt"
73262024-08-05T16:41:15.284Z[ recovery-image] Aug 05 16:41:13.737 INFO O| Aug 05 16:41:13.737 INFO STEP 1158 (remove_files) COMPLETE
73272024-08-05T16:41:15.284Z[ recovery-image] Aug 05 16:41:13.737 INFO O| Aug 05 16:41:13.737 INFO STEP 1159: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73282024-08-05T16:41:15.295Z[ recovery-image] Aug 05 16:41:13.748 INFO O| Aug 05 16:41:13.748 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/share"
73292024-08-05T16:41:15.295Z[ recovery-image] Aug 05 16:41:13.748 INFO O| Aug 05 16:41:13.748 INFO STEP 1159 (remove_files) COMPLETE
73302024-08-05T16:41:15.298Z[ recovery-image] Aug 05 16:41:13.748 INFO O| Aug 05 16:41:13.748 INFO STEP 1160: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73312024-08-05T16:41:15.307Z[ recovery-image] Aug 05 16:41:13.760 INFO O| Aug 05 16:41:13.760 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/shareall"
73322024-08-05T16:41:15.307Z[ recovery-image] Aug 05 16:41:13.760 INFO O| Aug 05 16:41:13.760 INFO STEP 1160 (remove_files) COMPLETE
73332024-08-05T16:41:15.307Z[ recovery-image] Aug 05 16:41:13.760 INFO O| Aug 05 16:41:13.760 INFO STEP 1161: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73342024-08-05T16:41:15.318Z[ recovery-image] Aug 05 16:41:13.771 INFO O| Aug 05 16:41:13.771 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/sharectl"
73352024-08-05T16:41:15.318Z[ recovery-image] Aug 05 16:41:13.771 INFO O| Aug 05 16:41:13.771 INFO STEP 1161 (remove_files) COMPLETE
73362024-08-05T16:41:15.318Z[ recovery-image] Aug 05 16:41:13.771 INFO O| Aug 05 16:41:13.771 INFO STEP 1162: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73372024-08-05T16:41:15.329Z[ recovery-image] Aug 05 16:41:13.782 INFO O| Aug 05 16:41:13.782 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/sharemgr"
73382024-08-05T16:41:15.329Z[ recovery-image] Aug 05 16:41:13.782 INFO O| Aug 05 16:41:13.782 INFO STEP 1162 (remove_files) COMPLETE
73392024-08-05T16:41:15.332Z[ recovery-image] Aug 05 16:41:13.782 INFO O| Aug 05 16:41:13.782 INFO STEP 1163: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73402024-08-05T16:41:15.340Z[ recovery-image] Aug 05 16:41:13.793 INFO O| Aug 05 16:41:13.793 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/shutdown"
73412024-08-05T16:41:15.340Z[ recovery-image] Aug 05 16:41:13.793 INFO O| Aug 05 16:41:13.793 INFO STEP 1163 (remove_files) COMPLETE
73422024-08-05T16:41:15.343Z[ recovery-image] Aug 05 16:41:13.793 INFO O| Aug 05 16:41:13.793 INFO STEP 1164: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73432024-08-05T16:41:15.350Z[ recovery-image] Aug 05 16:41:13.804 INFO O| Aug 05 16:41:13.804 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/smbadm"
73442024-08-05T16:41:15.351Z[ recovery-image] Aug 05 16:41:13.804 INFO O| Aug 05 16:41:13.804 INFO STEP 1164 (remove_files) COMPLETE
73452024-08-05T16:41:15.351Z[ recovery-image] Aug 05 16:41:13.804 INFO O| Aug 05 16:41:13.804 INFO STEP 1165: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73462024-08-05T16:41:15.361Z[ recovery-image] Aug 05 16:41:13.814 INFO O| Aug 05 16:41:13.814 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/smbios"
73472024-08-05T16:41:15.364Z[ recovery-image] Aug 05 16:41:13.814 INFO O| Aug 05 16:41:13.814 INFO STEP 1165 (remove_files) COMPLETE
73482024-08-05T16:41:15.364Z[ recovery-image] Aug 05 16:41:13.814 INFO O| Aug 05 16:41:13.814 INFO STEP 1166: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73492024-08-05T16:41:15.371Z[ recovery-image] Aug 05 16:41:13.825 INFO O| Aug 05 16:41:13.824 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/smbstat"
73502024-08-05T16:41:15.374Z[ recovery-image] Aug 05 16:41:13.825 INFO O| Aug 05 16:41:13.825 INFO STEP 1166 (remove_files) COMPLETE
73512024-08-05T16:41:15.374Z[ recovery-image] Aug 05 16:41:13.825 INFO O| Aug 05 16:41:13.825 INFO STEP 1167: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73522024-08-05T16:41:15.382Z[ recovery-image] Aug 05 16:41:13.835 INFO O| Aug 05 16:41:13.835 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/snmpd"
73532024-08-05T16:41:15.382Z[ recovery-image] Aug 05 16:41:13.835 INFO O| Aug 05 16:41:13.835 INFO STEP 1167 (remove_files) COMPLETE
73542024-08-05T16:41:15.385Z[ recovery-image] Aug 05 16:41:13.835 INFO O| Aug 05 16:41:13.835 INFO STEP 1168: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73552024-08-05T16:41:15.392Z[ recovery-image] Aug 05 16:41:13.845 INFO O| Aug 05 16:41:13.845 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/snmptrapd"
73562024-08-05T16:41:15.392Z[ recovery-image] Aug 05 16:41:13.845 INFO O| Aug 05 16:41:13.845 INFO STEP 1168 (remove_files) COMPLETE
73572024-08-05T16:41:15.395Z[ recovery-image] Aug 05 16:41:13.845 INFO O| Aug 05 16:41:13.845 INFO STEP 1169: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73582024-08-05T16:41:15.403Z[ recovery-image] Aug 05 16:41:13.856 INFO O| Aug 05 16:41:13.856 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/snoop"
73592024-08-05T16:41:15.403Z[ recovery-image] Aug 05 16:41:13.856 INFO O| Aug 05 16:41:13.856 INFO STEP 1169 (remove_files) COMPLETE
73602024-08-05T16:41:15.406Z[ recovery-image] Aug 05 16:41:13.856 INFO O| Aug 05 16:41:13.856 INFO STEP 1170: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73612024-08-05T16:41:15.414Z[ recovery-image] Aug 05 16:41:13.867 INFO O| Aug 05 16:41:13.867 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/sshd"
73622024-08-05T16:41:15.414Z[ recovery-image] Aug 05 16:41:13.867 INFO O| Aug 05 16:41:13.867 INFO STEP 1170 (remove_files) COMPLETE
73632024-08-05T16:41:15.417Z[ recovery-image] Aug 05 16:41:13.867 INFO O| Aug 05 16:41:13.867 INFO STEP 1171: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73642024-08-05T16:41:15.425Z[ recovery-image] Aug 05 16:41:13.878 INFO O| Aug 05 16:41:13.878 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/stmsboot"
73652024-08-05T16:41:15.425Z[ recovery-image] Aug 05 16:41:13.878 INFO O| Aug 05 16:41:13.878 INFO STEP 1171 (remove_files) COMPLETE
73662024-08-05T16:41:15.425Z[ recovery-image] Aug 05 16:41:13.878 INFO O| Aug 05 16:41:13.878 INFO STEP 1172: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73672024-08-05T16:41:15.437Z[ recovery-image] Aug 05 16:41:13.890 INFO O| Aug 05 16:41:13.890 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/strace"
73682024-08-05T16:41:15.437Z[ recovery-image] Aug 05 16:41:13.890 INFO O| Aug 05 16:41:13.890 INFO STEP 1172 (remove_files) COMPLETE
73692024-08-05T16:41:15.437Z[ recovery-image] Aug 05 16:41:13.890 INFO O| Aug 05 16:41:13.890 INFO STEP 1173: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73702024-08-05T16:41:15.449Z[ recovery-image] Aug 05 16:41:13.903 INFO O| Aug 05 16:41:13.902 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/strclean"
73712024-08-05T16:41:15.452Z[ recovery-image] Aug 05 16:41:13.903 INFO O| Aug 05 16:41:13.903 INFO STEP 1173 (remove_files) COMPLETE
73722024-08-05T16:41:15.452Z[ recovery-image] Aug 05 16:41:13.903 INFO O| Aug 05 16:41:13.903 INFO STEP 1174: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73732024-08-05T16:41:15.461Z[ recovery-image] Aug 05 16:41:13.914 INFO O| Aug 05 16:41:13.914 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/strerr"
73742024-08-05T16:41:15.461Z[ recovery-image] Aug 05 16:41:13.914 INFO O| Aug 05 16:41:13.914 INFO STEP 1174 (remove_files) COMPLETE
73752024-08-05T16:41:15.465Z[ recovery-image] Aug 05 16:41:13.914 INFO O| Aug 05 16:41:13.914 INFO STEP 1175: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73762024-08-05T16:41:15.472Z[ recovery-image] Aug 05 16:41:13.925 INFO O| Aug 05 16:41:13.925 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/sttydefs"
73772024-08-05T16:41:15.472Z[ recovery-image] Aug 05 16:41:13.925 INFO O| Aug 05 16:41:13.925 INFO STEP 1175 (remove_files) COMPLETE
73782024-08-05T16:41:15.475Z[ recovery-image] Aug 05 16:41:13.925 INFO O| Aug 05 16:41:13.925 INFO STEP 1176: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73792024-08-05T16:41:15.482Z[ recovery-image] Aug 05 16:41:13.936 INFO O| Aug 05 16:41:13.935 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/syncinit"
73802024-08-05T16:41:15.482Z[ recovery-image] Aug 05 16:41:13.936 INFO O| Aug 05 16:41:13.936 INFO STEP 1176 (remove_files) COMPLETE
73812024-08-05T16:41:15.485Z[ recovery-image] Aug 05 16:41:13.936 INFO O| Aug 05 16:41:13.936 INFO STEP 1177: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73822024-08-05T16:41:15.493Z[ recovery-image] Aug 05 16:41:13.946 INFO O| Aug 05 16:41:13.946 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/syncloop"
73832024-08-05T16:41:15.493Z[ recovery-image] Aug 05 16:41:13.946 INFO O| Aug 05 16:41:13.946 INFO STEP 1177 (remove_files) COMPLETE
73842024-08-05T16:41:15.493Z[ recovery-image] Aug 05 16:41:13.946 INFO O| Aug 05 16:41:13.946 INFO STEP 1178: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73852024-08-05T16:41:15.503Z[ recovery-image] Aug 05 16:41:13.956 INFO O| Aug 05 16:41:13.956 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/syncstat"
73862024-08-05T16:41:15.506Z[ recovery-image] Aug 05 16:41:13.956 INFO O| Aug 05 16:41:13.956 INFO STEP 1178 (remove_files) COMPLETE
73872024-08-05T16:41:15.506Z[ recovery-image] Aug 05 16:41:13.956 INFO O| Aug 05 16:41:13.956 INFO STEP 1179: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73882024-08-05T16:41:15.514Z[ recovery-image] Aug 05 16:41:13.967 INFO O| Aug 05 16:41:13.967 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/sysdef"
73892024-08-05T16:41:15.514Z[ recovery-image] Aug 05 16:41:13.967 INFO O| Aug 05 16:41:13.967 INFO STEP 1179 (remove_files) COMPLETE
73902024-08-05T16:41:15.517Z[ recovery-image] Aug 05 16:41:13.967 INFO O| Aug 05 16:41:13.967 INFO STEP 1180: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73912024-08-05T16:41:15.525Z[ recovery-image] Aug 05 16:41:13.978 INFO O| Aug 05 16:41:13.978 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/syseventadm"
73922024-08-05T16:41:15.528Z[ recovery-image] Aug 05 16:41:13.978 INFO O| Aug 05 16:41:13.978 INFO STEP 1180 (remove_files) COMPLETE
73932024-08-05T16:41:15.529Z[ recovery-image] Aug 05 16:41:13.978 INFO O| Aug 05 16:41:13.978 INFO STEP 1181: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73942024-08-05T16:41:15.535Z[ recovery-image] Aug 05 16:41:13.988 INFO O| Aug 05 16:41:13.988 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/t6mfgadm"
73952024-08-05T16:41:15.536Z[ recovery-image] Aug 05 16:41:13.989 INFO O| Aug 05 16:41:13.989 INFO STEP 1181 (remove_files) COMPLETE
73962024-08-05T16:41:15.539Z[ recovery-image] Aug 05 16:41:13.989 INFO O| Aug 05 16:41:13.989 INFO STEP 1182: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73972024-08-05T16:41:15.546Z[ recovery-image] Aug 05 16:41:13.999 INFO O| Aug 05 16:41:13.999 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/tapes"
73982024-08-05T16:41:15.546Z[ recovery-image] Aug 05 16:41:13.999 INFO O| Aug 05 16:41:13.999 INFO STEP 1182 (remove_files) COMPLETE
73992024-08-05T16:41:15.546Z[ recovery-image] Aug 05 16:41:13.999 INFO O| Aug 05 16:41:13.999 INFO STEP 1183: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74002024-08-05T16:41:15.557Z[ recovery-image] Aug 05 16:41:14.010 INFO O| Aug 05 16:41:14.010 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/tar"
74012024-08-05T16:41:15.557Z[ recovery-image] Aug 05 16:41:14.010 INFO O| Aug 05 16:41:14.010 INFO STEP 1183 (remove_files) COMPLETE
74022024-08-05T16:41:15.557Z[ recovery-image] Aug 05 16:41:14.010 INFO O| Aug 05 16:41:14.010 INFO STEP 1184: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74032024-08-05T16:41:15.569Z[ recovery-image] Aug 05 16:41:14.022 INFO O| Aug 05 16:41:14.022 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/tcsd"
74042024-08-05T16:41:15.569Z[ recovery-image] Aug 05 16:41:14.022 INFO O| Aug 05 16:41:14.022 INFO STEP 1184 (remove_files) COMPLETE
74052024-08-05T16:41:15.572Z[ recovery-image] Aug 05 16:41:14.022 INFO O| Aug 05 16:41:14.022 INFO STEP 1185: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74062024-08-05T16:41:15.580Z[ recovery-image] Aug 05 16:41:14.033 INFO O| Aug 05 16:41:14.033 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/traceroute"
74072024-08-05T16:41:15.580Z[ recovery-image] Aug 05 16:41:14.033 INFO O| Aug 05 16:41:14.033 INFO STEP 1185 (remove_files) COMPLETE
74082024-08-05T16:41:15.580Z[ recovery-image] Aug 05 16:41:14.033 INFO O| Aug 05 16:41:14.033 INFO STEP 1186: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74092024-08-05T16:41:15.592Z[ recovery-image] Aug 05 16:41:14.045 INFO O| Aug 05 16:41:14.045 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/trapstat"
74102024-08-05T16:41:15.592Z[ recovery-image] Aug 05 16:41:14.045 INFO O| Aug 05 16:41:14.045 INFO STEP 1186 (remove_files) COMPLETE
74112024-08-05T16:41:15.595Z[ recovery-image] Aug 05 16:41:14.045 INFO O| Aug 05 16:41:14.045 INFO STEP 1187: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74122024-08-05T16:41:15.603Z[ recovery-image] Aug 05 16:41:14.056 INFO O| Aug 05 16:41:14.056 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/ttyadm"
74132024-08-05T16:41:15.603Z[ recovery-image] Aug 05 16:41:14.056 INFO O| Aug 05 16:41:14.056 INFO STEP 1187 (remove_files) COMPLETE
74142024-08-05T16:41:15.606Z[ recovery-image] Aug 05 16:41:14.056 INFO O| Aug 05 16:41:14.056 INFO STEP 1188: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74152024-08-05T16:41:15.614Z[ recovery-image] Aug 05 16:41:14.067 INFO O| Aug 05 16:41:14.067 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/ucodeadm"
74162024-08-05T16:41:15.614Z[ recovery-image] Aug 05 16:41:14.067 INFO O| Aug 05 16:41:14.067 INFO STEP 1188 (remove_files) COMPLETE
74172024-08-05T16:41:15.617Z[ recovery-image] Aug 05 16:41:14.067 INFO O| Aug 05 16:41:14.067 INFO STEP 1189: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74182024-08-05T16:41:15.625Z[ recovery-image] Aug 05 16:41:14.078 INFO O| Aug 05 16:41:14.078 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/umountall"
74192024-08-05T16:41:15.625Z[ recovery-image] Aug 05 16:41:14.078 INFO O| Aug 05 16:41:14.078 INFO STEP 1189 (remove_files) COMPLETE
74202024-08-05T16:41:15.625Z[ recovery-image] Aug 05 16:41:14.078 INFO O| Aug 05 16:41:14.078 INFO STEP 1190: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74212024-08-05T16:41:15.636Z[ recovery-image] Aug 05 16:41:14.089 INFO O| Aug 05 16:41:14.089 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/unlink"
74222024-08-05T16:41:15.636Z[ recovery-image] Aug 05 16:41:14.089 INFO O| Aug 05 16:41:14.089 INFO STEP 1190 (remove_files) COMPLETE
74232024-08-05T16:41:15.636Z[ recovery-image] Aug 05 16:41:14.089 INFO O| Aug 05 16:41:14.089 INFO STEP 1191: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74242024-08-05T16:41:15.647Z[ recovery-image] Aug 05 16:41:14.100 INFO O| Aug 05 16:41:14.100 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/unshare"
74252024-08-05T16:41:15.647Z[ recovery-image] Aug 05 16:41:14.100 INFO O| Aug 05 16:41:14.100 INFO STEP 1191 (remove_files) COMPLETE
74262024-08-05T16:41:15.647Z[ recovery-image] Aug 05 16:41:14.100 INFO O| Aug 05 16:41:14.100 INFO STEP 1192: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74272024-08-05T16:41:15.658Z[ recovery-image] Aug 05 16:41:14.111 INFO O| Aug 05 16:41:14.110 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/unshareall"
74282024-08-05T16:41:15.658Z[ recovery-image] Aug 05 16:41:14.111 INFO O| Aug 05 16:41:14.111 INFO STEP 1192 (remove_files) COMPLETE
74292024-08-05T16:41:15.658Z[ recovery-image] Aug 05 16:41:14.111 INFO O| Aug 05 16:41:14.111 INFO STEP 1193: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74302024-08-05T16:41:15.668Z[ recovery-image] Aug 05 16:41:14.121 INFO O| Aug 05 16:41:14.121 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/update_drv"
74312024-08-05T16:41:15.668Z[ recovery-image] Aug 05 16:41:14.121 INFO O| Aug 05 16:41:14.121 INFO STEP 1193 (remove_files) COMPLETE
74322024-08-05T16:41:15.671Z[ recovery-image] Aug 05 16:41:14.121 INFO O| Aug 05 16:41:14.121 INFO STEP 1194: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74332024-08-05T16:41:15.679Z[ recovery-image] Aug 05 16:41:14.132 INFO O| Aug 05 16:41:14.132 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/useradd"
74342024-08-05T16:41:15.679Z[ recovery-image] Aug 05 16:41:14.132 INFO O| Aug 05 16:41:14.132 INFO STEP 1194 (remove_files) COMPLETE
74352024-08-05T16:41:15.679Z[ recovery-image] Aug 05 16:41:14.132 INFO O| Aug 05 16:41:14.132 INFO STEP 1195: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74362024-08-05T16:41:15.691Z[ recovery-image] Aug 05 16:41:14.143 INFO O| Aug 05 16:41:14.143 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/userdel"
74372024-08-05T16:41:15.691Z[ recovery-image] Aug 05 16:41:14.143 INFO O| Aug 05 16:41:14.143 INFO STEP 1195 (remove_files) COMPLETE
74382024-08-05T16:41:15.694Z[ recovery-image] Aug 05 16:41:14.143 INFO O| Aug 05 16:41:14.143 INFO STEP 1196: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74392024-08-05T16:41:15.701Z[ recovery-image] Aug 05 16:41:14.153 INFO O| Aug 05 16:41:14.153 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/usermod"
74402024-08-05T16:41:15.705Z[ recovery-image] Aug 05 16:41:14.153 INFO O| Aug 05 16:41:14.153 INFO STEP 1196 (remove_files) COMPLETE
74412024-08-05T16:41:15.705Z[ recovery-image] Aug 05 16:41:14.153 INFO O| Aug 05 16:41:14.153 INFO STEP 1197: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74422024-08-05T16:41:15.712Z[ recovery-image] Aug 05 16:41:14.164 INFO O| Aug 05 16:41:14.164 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/volcopy"
74432024-08-05T16:41:15.712Z[ recovery-image] Aug 05 16:41:14.164 INFO O| Aug 05 16:41:14.164 INFO STEP 1197 (remove_files) COMPLETE
74442024-08-05T16:41:15.714Z[ recovery-image] Aug 05 16:41:14.164 INFO O| Aug 05 16:41:14.164 INFO STEP 1198: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74452024-08-05T16:41:15.721Z[ recovery-image] Aug 05 16:41:14.174 INFO O| Aug 05 16:41:14.174 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/wall"
74462024-08-05T16:41:15.721Z[ recovery-image] Aug 05 16:41:14.174 INFO O| Aug 05 16:41:14.174 INFO STEP 1198 (remove_files) COMPLETE
74472024-08-05T16:41:15.724Z[ recovery-image] Aug 05 16:41:14.174 INFO O| Aug 05 16:41:14.174 INFO STEP 1199: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74482024-08-05T16:41:15.731Z[ recovery-image] Aug 05 16:41:14.184 INFO O| Aug 05 16:41:14.184 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/whodo"
74492024-08-05T16:41:15.731Z[ recovery-image] Aug 05 16:41:14.185 INFO O| Aug 05 16:41:14.184 INFO STEP 1199 (remove_files) COMPLETE
74502024-08-05T16:41:15.731Z[ recovery-image] Aug 05 16:41:14.185 INFO O| Aug 05 16:41:14.185 INFO STEP 1200: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74512024-08-05T16:41:15.742Z[ recovery-image] Aug 05 16:41:14.195 INFO O| Aug 05 16:41:14.195 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/zdb"
74522024-08-05T16:41:15.742Z[ recovery-image] Aug 05 16:41:14.195 INFO O| Aug 05 16:41:14.195 INFO STEP 1200 (remove_files) COMPLETE
74532024-08-05T16:41:15.742Z[ recovery-image] Aug 05 16:41:14.195 INFO O| Aug 05 16:41:14.195 INFO STEP 1201: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74542024-08-05T16:41:15.754Z[ recovery-image] Aug 05 16:41:14.207 INFO O| Aug 05 16:41:14.207 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/zdump"
74552024-08-05T16:41:15.754Z[ recovery-image] Aug 05 16:41:14.207 INFO O| Aug 05 16:41:14.207 INFO STEP 1201 (remove_files) COMPLETE
74562024-08-05T16:41:15.754Z[ recovery-image] Aug 05 16:41:14.207 INFO O| Aug 05 16:41:14.207 INFO STEP 1202: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74572024-08-05T16:41:15.767Z[ recovery-image] Aug 05 16:41:14.219 INFO O| Aug 05 16:41:14.219 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/zic"
74582024-08-05T16:41:15.767Z[ recovery-image] Aug 05 16:41:14.220 INFO O| Aug 05 16:41:14.220 INFO STEP 1202 (remove_files) COMPLETE
74592024-08-05T16:41:15.767Z[ recovery-image] Aug 05 16:41:14.220 INFO O| Aug 05 16:41:14.220 INFO STEP 1203: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74602024-08-05T16:41:15.778Z[ recovery-image] Aug 05 16:41:14.231 INFO O| Aug 05 16:41:14.231 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/zlogin"
74612024-08-05T16:41:15.778Z[ recovery-image] Aug 05 16:41:14.231 INFO O| Aug 05 16:41:14.231 INFO STEP 1203 (remove_files) COMPLETE
74622024-08-05T16:41:15.781Z[ recovery-image] Aug 05 16:41:14.231 INFO O| Aug 05 16:41:14.231 INFO STEP 1204: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74632024-08-05T16:41:15.790Z[ recovery-image] Aug 05 16:41:14.243 INFO O| Aug 05 16:41:14.243 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/zoneadm"
74642024-08-05T16:41:15.790Z[ recovery-image] Aug 05 16:41:14.243 INFO O| Aug 05 16:41:14.243 INFO STEP 1204 (remove_files) COMPLETE
74652024-08-05T16:41:15.793Z[ recovery-image] Aug 05 16:41:14.243 INFO O| Aug 05 16:41:14.243 INFO STEP 1205: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74662024-08-05T16:41:15.801Z[ recovery-image] Aug 05 16:41:14.254 INFO O| Aug 05 16:41:14.254 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/zonecfg"
74672024-08-05T16:41:15.802Z[ recovery-image] Aug 05 16:41:14.255 INFO O| Aug 05 16:41:14.255 INFO STEP 1205 (remove_files) COMPLETE
74682024-08-05T16:41:15.802Z[ recovery-image] Aug 05 16:41:14.255 INFO O| Aug 05 16:41:14.255 INFO STEP 1206: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74692024-08-05T16:41:15.813Z[ recovery-image] Aug 05 16:41:14.266 INFO O| Aug 05 16:41:14.266 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/zstreamdump"
74702024-08-05T16:41:15.813Z[ recovery-image] Aug 05 16:41:14.266 INFO O| Aug 05 16:41:14.266 INFO STEP 1206 (remove_files) COMPLETE
74712024-08-05T16:41:15.813Z[ recovery-image] Aug 05 16:41:14.266 INFO O| Aug 05 16:41:14.266 INFO STEP 1207: pack_tar, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-03-recovery-trim.json
74722024-08-05T16:41:15.829Z[ recovery-image] Aug 05 16:41:14.282 INFO O| Aug 05 16:41:14.282 INFO file /rpool/images/build/recovery/output/gimlet-recovery-ramdisk.tar does not already exist, skipping removal
74732024-08-05T16:41:15.829Z[ recovery-image] Aug 05 16:41:14.282 INFO O| Aug 05 16:41:14.282 INFO exec: ["/usr/sbin/tar", "ceEp@/f", "/rpool/images/build/recovery/output/gimlet-recovery-ramdisk.tar", "-C", "/rpool/images/build/recovery/work/gimlet/ramdisk", "."]
74742024-08-05T16:41:16.647Z[ recovery-image] Aug 05 16:41:15.100 INFO O| Aug 05 16:41:15.100 INFO STEP 1207 (pack_tar) COMPLETE
74752024-08-05T16:41:16.647Z[ recovery-image] Aug 05 16:41:15.100 INFO O| Aug 05 16:41:15.100 INFO creating output snapshot rpool/images/build/recovery/work/gimlet/ramdisk@recovery-trim
74762024-08-05T16:41:16.656Z[ recovery-image] Aug 05 16:41:15.100 INFO O| Aug 05 16:41:15.100 INFO CREATE SNAPSHOT: rpool/images/build/recovery/work/gimlet/ramdisk@recovery-trim
74772024-08-05T16:41:16.964Z[ recovery-image] Aug 05 16:41:15.417 INFO O| Aug 05 16:41:15.417 INFO DESTROY DATASET: rpool/images/build/recovery/tmp/gimlet/ramdisk-03-recovery-trim
74782024-08-05T16:41:17.051Z[ recovery-image] Aug 05 16:41:15.504 INFO O| Aug 05 16:41:15.504 INFO completed processing gimlet/ramdisk-03-recovery-trim
74792024-08-05T16:41:17.058Z[ recovery-image] Aug 05 16:41:15.511 INFO image builder template: zfs-recovery...
74802024-08-05T16:41:17.059Z[ recovery-image] Aug 05 16:41:15.511 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/.tmp41afuc/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
74812024-08-05T16:41:17.094Z[ recovery-image] Aug 05 16:41:15.547 INFO O| Aug 05 16:41:15.547 INFO temporary dataset: rpool/images/build/recovery/tmp/gimlet/zfs-recovery
74822024-08-05T16:41:17.098Z[ recovery-image] Aug 05 16:41:15.551 INFO O| Aug 05 16:41:15.551 INFO CREATE DATASET: rpool/images/build/recovery/tmp/gimlet/zfs-recovery
74832024-08-05T16:41:17.167Z[ recovery-image] Aug 05 16:41:15.620 INFO O| Aug 05 16:41:15.620 INFO SET DATASET PROPERTY ON rpool/images/build/recovery/tmp/gimlet/zfs-recovery: sync = disabled
74842024-08-05T16:41:17.228Z[ recovery-image] Aug 05 16:41:15.680 INFO O| Aug 05 16:41:15.680 INFO temporary directory: /rpool/images/build/recovery/tmp/gimlet/zfs-recovery
74852024-08-05T16:41:17.228Z[ recovery-image] Aug 05 16:41:15.680 INFO O| Aug 05 16:41:15.680 INFO work dataset: rpool/images/build/recovery/work/gimlet/zfs-recovery
74862024-08-05T16:41:17.232Z[ recovery-image] Aug 05 16:41:15.685 INFO O| Aug 05 16:41:15.685 INFO CREATE DATASET: rpool/images/build/recovery/work/gimlet/zfs-recovery
74872024-08-05T16:41:17.353Z[ recovery-image] Aug 05 16:41:15.806 INFO O| Aug 05 16:41:15.806 INFO SET DATASET PROPERTY ON rpool/images/build/recovery/work/gimlet/zfs-recovery: sync = disabled
74882024-08-05T16:41:17.417Z[ recovery-image] Aug 05 16:41:15.870 INFO O| Aug 05 16:41:15.870 INFO DESTROY POOL: TEMPORARY-gimlet-zfs-recovery
74892024-08-05T16:41:17.430Z[ recovery-image] Aug 05 16:41:15.882 INFO O| Aug 05 16:41:15.882 INFO image file: /rpool/images/build/recovery/work/gimlet/zfs-recovery/lofi.raw
74902024-08-05T16:41:17.435Z[ recovery-image] Aug 05 16:41:15.888 INFO O| Aug 05 16:41:15.888 INFO pool altroot: /rpool/images/build/recovery/work/gimlet/zfs-recovery/altroot
74912024-08-05T16:41:17.438Z[ recovery-image] Aug 05 16:41:15.889 INFO O| Aug 05 16:41:15.889 INFO no lofi found
74922024-08-05T16:41:17.438Z[ recovery-image] Aug 05 16:41:15.889 INFO O| Aug 05 16:41:15.889 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/lofi.raw does not already exist, skipping removal
74932024-08-05T16:41:17.438Z[ recovery-image] Aug 05 16:41:15.889 INFO O| Aug 05 16:41:15.889 INFO CREATE IMAGE (2000MB): /rpool/images/build/recovery/work/gimlet/zfs-recovery/lofi.raw
74942024-08-05T16:41:19.558Z[ recovery-image] Aug 05 16:41:18.010 INFO O| Aug 05 16:41:18.010 INFO lofi device = /dev/dsk/c2t1d0p0
74952024-08-05T16:41:19.558Z[ recovery-image] Aug 05 16:41:18.010 INFO O| Aug 05 16:41:18.010 INFO pool device = /dev/dsk/c2t1d0p0
74962024-08-05T16:41:19.561Z[ recovery-image] Aug 05 16:41:18.010 INFO O| Aug 05 16:41:18.010 INFO exec: ["/sbin/zpool", "create", "-t", "TEMPORARY-gimlet-zfs-recovery", "-O", "compression=off", "-R", "/rpool/images/build/recovery/work/gimlet/zfs-recovery/altroot", "-o", "ashift=9", "-o", "autoexpand=on", "-o", "failmode=panic", "rpool", "/dev/dsk/c2t1d0p0"]
74972024-08-05T16:41:19.642Z[ recovery-image] Aug 05 16:41:18.095 INFO O| Aug 05 16:41:18.095 INFO STEP 0: create_be, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs-recovery.json
74982024-08-05T16:41:19.643Z[ recovery-image] Aug 05 16:41:18.095 INFO O| Aug 05 16:41:18.095 INFO CREATE DATASET: TEMPORARY-gimlet-zfs-recovery/ROOT
74992024-08-05T16:41:19.661Z[ recovery-image] Aug 05 16:41:18.113 INFO O| Aug 05 16:41:18.113 INFO SET DATASET PROPERTY ON TEMPORARY-gimlet-zfs-recovery/ROOT: canmount = off
75002024-08-05T16:41:19.733Z[ recovery-image] Aug 05 16:41:18.186 INFO O| Aug 05 16:41:18.186 INFO SET DATASET PROPERTY ON TEMPORARY-gimlet-zfs-recovery/ROOT: mountpoint = legacy
75012024-08-05T16:41:19.773Z[ recovery-image] Aug 05 16:41:18.225 INFO O| Aug 05 16:41:18.225 INFO CREATE DATASET: TEMPORARY-gimlet-zfs-recovery/ROOT/ramdisk
75022024-08-05T16:41:19.788Z[ recovery-image] Aug 05 16:41:18.240 INFO O| Aug 05 16:41:18.240 INFO SET DATASET PROPERTY ON TEMPORARY-gimlet-zfs-recovery/ROOT/ramdisk: canmount = noauto
75032024-08-05T16:41:19.799Z[ recovery-image] Aug 05 16:41:18.252 INFO O| Aug 05 16:41:18.251 INFO SET DATASET PROPERTY ON TEMPORARY-gimlet-zfs-recovery/ROOT/ramdisk: mountpoint = legacy
75042024-08-05T16:41:19.849Z[ recovery-image] Aug 05 16:41:18.301 INFO O| Aug 05 16:41:18.301 INFO creating directory: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a
75052024-08-05T16:41:19.849Z[ recovery-image] Aug 05 16:41:18.301 INFO O| Aug 05 16:41:18.301 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a
75062024-08-05T16:41:19.852Z[ recovery-image] Aug 05 16:41:18.302 INFO O| Aug 05 16:41:18.301 INFO exec: ["/sbin/mount", "-F", "zfs", "TEMPORARY-gimlet-zfs-recovery/ROOT/ramdisk", "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a"]
75072024-08-05T16:41:19.863Z[ recovery-image] Aug 05 16:41:18.315 INFO O| Aug 05 16:41:18.315 INFO boot environment UUID: 6e06ff7f-c863-4cae-a4c0-684e244e70b9
75082024-08-05T16:41:19.863Z[ recovery-image] Aug 05 16:41:18.315 INFO O| Aug 05 16:41:18.315 INFO SET DATASET PROPERTY ON TEMPORARY-gimlet-zfs-recovery/ROOT/ramdisk: org.opensolaris.libbe:uuid = 6e06ff7f-c863-4cae-a4c0-684e244e70b9
75092024-08-05T16:41:19.875Z[ recovery-image] Aug 05 16:41:18.327 INFO O| Aug 05 16:41:18.327 INFO SET DATASET PROPERTY ON TEMPORARY-gimlet-zfs-recovery/ROOT/ramdisk: org.opensolaris.libbe:policy = static
75102024-08-05T16:41:19.887Z[ recovery-image] Aug 05 16:41:18.339 INFO O| Aug 05 16:41:18.339 INFO STEP 0 (create_be) COMPLETE
75112024-08-05T16:41:19.890Z[ recovery-image] Aug 05 16:41:18.339 INFO O| Aug 05 16:41:18.339 INFO STEP 1: unpack_tar, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs-recovery.json
75122024-08-05T16:41:19.904Z[ recovery-image] Aug 05 16:41:18.357 INFO O| Aug 05 16:41:18.357 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"]
75132024-08-05T16:41:22.012Z[ recovery-image] Aug 05 16:41:20.464 INFO O| Aug 05 16:41:20.463 INFO STEP 1 (unpack_tar) COMPLETE
75142024-08-05T16:41:22.012Z[ recovery-image] Aug 05 16:41:20.464 INFO O| Aug 05 16:41:20.463 INFO STEP 2: devfsadm, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
75152024-08-05T16:41:22.023Z[ recovery-image] Aug 05 16:41:20.476 INFO O| Aug 05 16:41:20.475 INFO exec: ["/usr/sbin/devfsadm", "-r", "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a"]
75162024-08-05T16:41:22.467Z[ recovery-image] Aug 05 16:41:20.919 INFO O| Aug 05 16:41:20.919 INFO STEP 2 (devfsadm) COMPLETE
75172024-08-05T16:41:22.468Z[ recovery-image] Aug 05 16:41:20.919 INFO O| Aug 05 16:41:20.919 INFO STEP 3: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
75182024-08-05T16:41:22.479Z[ recovery-image] Aug 05 16:41:20.931 INFO O| Aug 05 16:41:20.931 INFO creating directory: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/cfg
75192024-08-05T16:41:22.482Z[ recovery-image] Aug 05 16:41:20.931 INFO O| Aug 05 16:41:20.931 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/cfg
75202024-08-05T16:41:22.482Z[ recovery-image] Aug 05 16:41:20.931 INFO O| Aug 05 16:41:20.931 INFO STEP 3 (ensure_dir) COMPLETE
75212024-08-05T16:41:22.482Z[ recovery-image] Aug 05 16:41:20.931 INFO O| Aug 05 16:41:20.931 INFO STEP 4: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
75222024-08-05T16:41:22.490Z[ recovery-image] Aug 05 16:41:20.942 INFO O| Aug 05 16:41:20.942 INFO ownership already OK (0:3), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/dsk
75232024-08-05T16:41:22.490Z[ recovery-image] Aug 05 16:41:20.942 INFO O| Aug 05 16:41:20.942 INFO STEP 4 (ensure_dir) COMPLETE
75242024-08-05T16:41:22.490Z[ recovery-image] Aug 05 16:41:20.942 INFO O| Aug 05 16:41:20.942 INFO STEP 5: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
75252024-08-05T16:41:22.502Z[ recovery-image] Aug 05 16:41:20.954 INFO O| Aug 05 16:41:20.954 INFO ownership already OK (0:3), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/rdsk
75262024-08-05T16:41:22.510Z[ recovery-image] Aug 05 16:41:20.954 INFO O| Aug 05 16:41:20.954 INFO STEP 5 (ensure_dir) COMPLETE
75272024-08-05T16:41:22.510Z[ recovery-image] Aug 05 16:41:20.954 INFO O| Aug 05 16:41:20.954 INFO STEP 6: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
75282024-08-05T16:41:22.514Z[ recovery-image] Aug 05 16:41:20.965 INFO O| Aug 05 16:41:20.965 INFO creating directory: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/sensors
75292024-08-05T16:41:22.514Z[ recovery-image] Aug 05 16:41:20.965 INFO O| Aug 05 16:41:20.965 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/sensors
75302024-08-05T16:41:22.514Z[ recovery-image] Aug 05 16:41:20.965 INFO O| Aug 05 16:41:20.965 INFO STEP 6 (ensure_dir) COMPLETE
75312024-08-05T16:41:22.514Z[ recovery-image] Aug 05 16:41:20.965 INFO O| Aug 05 16:41:20.965 INFO STEP 7: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
75322024-08-05T16:41:22.523Z[ recovery-image] Aug 05 16:41:20.975 INFO O| Aug 05 16:41:20.975 INFO creating directory: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/usb
75332024-08-05T16:41:22.526Z[ recovery-image] Aug 05 16:41:20.976 INFO O| Aug 05 16:41:20.975 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/usb
75342024-08-05T16:41:22.526Z[ recovery-image] Aug 05 16:41:20.976 INFO O| Aug 05 16:41:20.976 INFO STEP 7 (ensure_dir) COMPLETE
75352024-08-05T16:41:22.527Z[ recovery-image] Aug 05 16:41:20.976 INFO O| Aug 05 16:41:20.976 INFO STEP 8: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
75362024-08-05T16:41:22.533Z[ recovery-image] Aug 05 16:41:20.986 INFO O| Aug 05 16:41:20.985 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/cfg"
75372024-08-05T16:41:22.536Z[ recovery-image] Aug 05 16:41:20.986 INFO O| Aug 05 16:41:20.986 INFO STEP 8 (remove_files) COMPLETE
75382024-08-05T16:41:22.536Z[ recovery-image] Aug 05 16:41:20.986 INFO O| Aug 05 16:41:20.986 INFO STEP 9: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
75392024-08-05T16:41:22.545Z[ recovery-image] Aug 05 16:41:20.996 INFO O| Aug 05 16:41:20.996 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/dsk"
75402024-08-05T16:41:22.548Z[ recovery-image] Aug 05 16:41:20.996 INFO O| Aug 05 16:41:20.996 INFO STEP 9 (remove_files) COMPLETE
75412024-08-05T16:41:22.548Z[ recovery-image] Aug 05 16:41:20.997 INFO O| Aug 05 16:41:20.996 INFO STEP 10: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
75422024-08-05T16:41:22.555Z[ recovery-image] Aug 05 16:41:21.006 INFO O| Aug 05 16:41:21.006 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/rdsk"
75432024-08-05T16:41:22.558Z[ recovery-image] Aug 05 16:41:21.007 INFO O| Aug 05 16:41:21.007 INFO STEP 10 (remove_files) COMPLETE
75442024-08-05T16:41:22.558Z[ recovery-image] Aug 05 16:41:21.007 INFO O| Aug 05 16:41:21.007 INFO STEP 11: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
75452024-08-05T16:41:22.570Z[ recovery-image] Aug 05 16:41:21.022 INFO O| Aug 05 16:41:21.022 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/sensors"
75462024-08-05T16:41:22.573Z[ recovery-image] Aug 05 16:41:21.022 INFO O| Aug 05 16:41:21.022 INFO STEP 11 (remove_files) COMPLETE
75472024-08-05T16:41:22.573Z[ recovery-image] Aug 05 16:41:21.022 INFO O| Aug 05 16:41:21.022 INFO STEP 12: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
75482024-08-05T16:41:22.583Z[ recovery-image] Aug 05 16:41:21.035 INFO O| Aug 05 16:41:21.035 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/usb"
75492024-08-05T16:41:22.583Z[ recovery-image] Aug 05 16:41:21.035 INFO O| Aug 05 16:41:21.035 INFO STEP 12 (remove_files) COMPLETE
75502024-08-05T16:41:22.583Z[ recovery-image] Aug 05 16:41:21.035 INFO O| Aug 05 16:41:21.035 INFO STEP 13: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
75512024-08-05T16:41:22.595Z[ recovery-image] Aug 05 16:41:21.047 INFO O| Aug 05 16:41:21.046 INFO creating directory: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/cfg
75522024-08-05T16:41:22.595Z[ recovery-image] Aug 05 16:41:21.047 INFO O| Aug 05 16:41:21.047 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/cfg
75532024-08-05T16:41:22.598Z[ recovery-image] Aug 05 16:41:21.047 INFO O| Aug 05 16:41:21.047 INFO STEP 13 (ensure_dir) COMPLETE
75542024-08-05T16:41:22.598Z[ recovery-image] Aug 05 16:41:21.047 INFO O| Aug 05 16:41:21.047 INFO STEP 14: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
75552024-08-05T16:41:22.606Z[ recovery-image] Aug 05 16:41:21.058 INFO O| Aug 05 16:41:21.058 INFO creating directory: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/dsk
75562024-08-05T16:41:22.607Z[ recovery-image] Aug 05 16:41:21.058 INFO O| Aug 05 16:41:21.058 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/dsk
75572024-08-05T16:41:22.610Z[ recovery-image] Aug 05 16:41:21.059 INFO O| Aug 05 16:41:21.058 INFO chown ok, path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/dsk
75582024-08-05T16:41:22.610Z[ recovery-image] Aug 05 16:41:21.059 INFO O| Aug 05 16:41:21.058 INFO STEP 14 (ensure_dir) COMPLETE
75592024-08-05T16:41:22.610Z[ recovery-image] Aug 05 16:41:21.059 INFO O| Aug 05 16:41:21.059 INFO STEP 15: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
75602024-08-05T16:41:22.619Z[ recovery-image] Aug 05 16:41:21.071 INFO O| Aug 05 16:41:21.070 INFO creating directory: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/rdsk
75612024-08-05T16:41:22.621Z[ recovery-image] Aug 05 16:41:21.071 INFO O| Aug 05 16:41:21.071 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/rdsk
75622024-08-05T16:41:22.622Z[ recovery-image] Aug 05 16:41:21.071 INFO O| Aug 05 16:41:21.071 INFO chown ok, path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/rdsk
75632024-08-05T16:41:22.622Z[ recovery-image] Aug 05 16:41:21.071 INFO O| Aug 05 16:41:21.071 INFO STEP 15 (ensure_dir) COMPLETE
75642024-08-05T16:41:22.622Z[ recovery-image] Aug 05 16:41:21.071 INFO O| Aug 05 16:41:21.071 INFO STEP 16: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
75652024-08-05T16:41:22.633Z[ recovery-image] Aug 05 16:41:21.085 INFO O| Aug 05 16:41:21.085 INFO creating directory: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/sensors
75662024-08-05T16:41:22.633Z[ recovery-image] Aug 05 16:41:21.085 INFO O| Aug 05 16:41:21.085 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/sensors
75672024-08-05T16:41:22.633Z[ recovery-image] Aug 05 16:41:21.085 INFO O| Aug 05 16:41:21.085 INFO STEP 16 (ensure_dir) COMPLETE
75682024-08-05T16:41:22.643Z[ recovery-image] Aug 05 16:41:21.085 INFO O| Aug 05 16:41:21.085 INFO STEP 17: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
75692024-08-05T16:41:22.654Z[ recovery-image] Aug 05 16:41:21.098 INFO O| Aug 05 16:41:21.098 INFO creating directory: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/usb
75702024-08-05T16:41:22.654Z[ recovery-image] Aug 05 16:41:21.098 INFO O| Aug 05 16:41:21.098 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/usb
75712024-08-05T16:41:22.654Z[ recovery-image] Aug 05 16:41:21.098 INFO O| Aug 05 16:41:21.098 INFO STEP 17 (ensure_dir) COMPLETE
75722024-08-05T16:41:22.654Z[ recovery-image] Aug 05 16:41:21.098 INFO O| Aug 05 16:41:21.098 INFO STEP 18: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
75732024-08-05T16:41:22.666Z[ recovery-image] Aug 05 16:41:21.110 INFO O| Aug 05 16:41:21.110 INFO link target ok (../devices/pseudo/sysmsg@0:msglog)
75742024-08-05T16:41:22.666Z[ recovery-image] Aug 05 16:41:21.110 INFO O| Aug 05 16:41:21.110 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/msglog
75752024-08-05T16:41:22.666Z[ recovery-image] Aug 05 16:41:21.110 INFO O| Aug 05 16:41:21.110 INFO ok!
75762024-08-05T16:41:22.666Z[ recovery-image] Aug 05 16:41:21.110 INFO O| Aug 05 16:41:21.110 INFO STEP 18 (ensure_symlink) COMPLETE
75772024-08-05T16:41:22.666Z[ recovery-image] Aug 05 16:41:21.110 INFO O| Aug 05 16:41:21.110 INFO STEP 19: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
75782024-08-05T16:41:22.674Z[ recovery-image] Aug 05 16:41:21.123 INFO O| Aug 05 16:41:21.123 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/reconfigure exists, with correct contents
75792024-08-05T16:41:22.674Z[ recovery-image] Aug 05 16:41:21.123 INFO O| Aug 05 16:41:21.123 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/reconfigure
75802024-08-05T16:41:22.674Z[ recovery-image] Aug 05 16:41:21.123 INFO O| Aug 05 16:41:21.123 INFO ok!
75812024-08-05T16:41:22.675Z[ recovery-image] Aug 05 16:41:21.123 INFO O| Aug 05 16:41:21.123 INFO STEP 19 (ensure_file) COMPLETE
75822024-08-05T16:41:22.675Z[ recovery-image] Aug 05 16:41:21.123 INFO O| Aug 05 16:41:21.123 INFO STEP 20: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/common.json
75832024-08-05T16:41:22.682Z[ recovery-image] Aug 05 16:41:21.134 INFO O| Aug 05 16:41:21.134 INFO link /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/svc/profile/generic.xml does not exist
75842024-08-05T16:41:22.683Z[ recovery-image] Aug 05 16:41:21.134 INFO O| Aug 05 16:41:21.134 INFO linking /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/svc/profile/generic.xml -> generic_limited_net.xml ...
75852024-08-05T16:41:22.683Z[ recovery-image] Aug 05 16:41:21.135 INFO O| Aug 05 16:41:21.135 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/svc/profile/generic.xml
75862024-08-05T16:41:22.683Z[ recovery-image] Aug 05 16:41:21.135 INFO O| Aug 05 16:41:21.135 INFO ok!
75872024-08-05T16:41:22.683Z[ recovery-image] Aug 05 16:41:21.135 INFO O| Aug 05 16:41:21.135 INFO STEP 20 (ensure_symlink) COMPLETE
75882024-08-05T16:41:22.685Z[ recovery-image] Aug 05 16:41:21.135 INFO O| Aug 05 16:41:21.135 INFO STEP 21: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/common.json
75892024-08-05T16:41:22.695Z[ recovery-image] Aug 05 16:41:21.147 INFO O| Aug 05 16:41:21.146 INFO link /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/svc/profile/inetd_services.xml does not exist
75902024-08-05T16:41:22.695Z[ recovery-image] Aug 05 16:41:21.147 INFO O| Aug 05 16:41:21.147 INFO linking /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/svc/profile/inetd_services.xml -> inetd_generic.xml ...
75912024-08-05T16:41:22.695Z[ recovery-image] Aug 05 16:41:21.147 INFO O| Aug 05 16:41:21.147 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/svc/profile/inetd_services.xml
75922024-08-05T16:41:22.695Z[ recovery-image] Aug 05 16:41:21.147 INFO O| Aug 05 16:41:21.147 INFO ok!
75932024-08-05T16:41:22.697Z[ recovery-image] Aug 05 16:41:21.147 INFO O| Aug 05 16:41:21.147 INFO STEP 21 (ensure_symlink) COMPLETE
75942024-08-05T16:41:22.697Z[ recovery-image] Aug 05 16:41:21.147 INFO O| Aug 05 16:41:21.147 INFO STEP 22: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/common.json
75952024-08-05T16:41:22.706Z[ recovery-image] Aug 05 16:41:21.158 INFO O| Aug 05 16:41:21.158 INFO link /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/svc/profile/platform.xml does not exist
75962024-08-05T16:41:22.706Z[ recovery-image] Aug 05 16:41:21.158 INFO O| Aug 05 16:41:21.158 INFO linking /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/svc/profile/platform.xml -> platform_oxide.xml ...
75972024-08-05T16:41:22.706Z[ recovery-image] Aug 05 16:41:21.158 INFO O| Aug 05 16:41:21.158 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/svc/profile/platform.xml
75982024-08-05T16:41:22.709Z[ recovery-image] Aug 05 16:41:21.158 INFO O| Aug 05 16:41:21.158 INFO ok!
75992024-08-05T16:41:22.709Z[ recovery-image] Aug 05 16:41:21.158 INFO O| Aug 05 16:41:21.158 INFO STEP 22 (ensure_symlink) COMPLETE
76002024-08-05T16:41:22.709Z[ recovery-image] Aug 05 16:41:21.158 INFO O| Aug 05 16:41:21.158 INFO STEP 23: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/common.json
76012024-08-05T16:41:22.718Z[ recovery-image] Aug 05 16:41:21.170 INFO O| Aug 05 16:41:21.170 INFO link /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/svc/profile/name_service.xml does not exist
76022024-08-05T16:41:22.718Z[ recovery-image] Aug 05 16:41:21.170 INFO O| Aug 05 16:41:21.170 INFO linking /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/svc/profile/name_service.xml -> ns_dns.xml ...
76032024-08-05T16:41:22.720Z[ recovery-image] Aug 05 16:41:21.170 INFO O| Aug 05 16:41:21.170 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/svc/profile/name_service.xml
76042024-08-05T16:41:22.720Z[ recovery-image] Aug 05 16:41:21.170 INFO O| Aug 05 16:41:21.170 INFO ok!
76052024-08-05T16:41:22.720Z[ recovery-image] Aug 05 16:41:21.170 INFO O| Aug 05 16:41:21.170 INFO STEP 23 (ensure_symlink) COMPLETE
76062024-08-05T16:41:22.720Z[ recovery-image] Aug 05 16:41:21.170 INFO O| Aug 05 16:41:21.170 INFO STEP 24: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
76072024-08-05T16:41:22.729Z[ recovery-image] Aug 05 16:41:21.181 INFO O| Aug 05 16:41:21.181 WARN file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/nsswitch.conf exists, with wrong contents, unlinking
76082024-08-05T16:41:22.732Z[ recovery-image] Aug 05 16:41:21.182 INFO O| Aug 05 16:41:21.182 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 ...
76092024-08-05T16:41:22.732Z[ recovery-image] Aug 05 16:41:21.182 INFO O| Aug 05 16:41:21.182 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/nsswitch.conf
76102024-08-05T16:41:22.732Z[ recovery-image] Aug 05 16:41:21.182 INFO O| Aug 05 16:41:21.182 INFO ok!
76112024-08-05T16:41:22.732Z[ recovery-image] Aug 05 16:41:21.182 INFO O| Aug 05 16:41:21.182 INFO STEP 24 (ensure_file) COMPLETE
76122024-08-05T16:41:22.732Z[ recovery-image] Aug 05 16:41:21.182 INFO O| Aug 05 16:41:21.182 INFO STEP 25: shadow, from: /work/oxidecomputer/helios/image/templates/include/common.json
76132024-08-05T16:41:22.741Z[ recovery-image] Aug 05 16:41:21.193 INFO O| Aug 05 16:41:21.193 INFO updating shadow file
76142024-08-05T16:41:22.744Z[ recovery-image] Aug 05 16:41:21.193 INFO O| Aug 05 16:41:21.193 INFO ownership wrong (Id(0):Id(3), not 0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/shadow
76152024-08-05T16:41:22.744Z[ recovery-image] Aug 05 16:41:21.193 INFO O| Aug 05 16:41:21.193 INFO chown ok, path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/shadow
76162024-08-05T16:41:22.744Z[ recovery-image] Aug 05 16:41:21.193 INFO O| Aug 05 16:41:21.193 INFO STEP 25 (shadow) COMPLETE
76172024-08-05T16:41:22.744Z[ recovery-image] Aug 05 16:41:21.193 INFO O| Aug 05 16:41:21.193 INFO STEP 26: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
76182024-08-05T16:41:22.753Z[ recovery-image] Aug 05 16:41:21.205 INFO O| Aug 05 16:41:21.204 WARN file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/inet/hosts exists, with wrong contents, unlinking
76192024-08-05T16:41:22.753Z[ recovery-image] Aug 05 16:41:21.205 INFO O| Aug 05 16:41:21.205 INFO copying /work/oxidecomputer/helios/image/templates/files/hosts -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/inet/hosts ...
76202024-08-05T16:41:22.755Z[ recovery-image] Aug 05 16:41:21.205 INFO O| Aug 05 16:41:21.205 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/inet/hosts
76212024-08-05T16:41:22.755Z[ recovery-image] Aug 05 16:41:21.205 INFO O| Aug 05 16:41:21.205 INFO ok!
76222024-08-05T16:41:22.755Z[ recovery-image] Aug 05 16:41:21.205 INFO O| Aug 05 16:41:21.205 INFO STEP 26 (ensure_file) COMPLETE
76232024-08-05T16:41:22.755Z[ recovery-image] Aug 05 16:41:21.205 INFO O| Aug 05 16:41:21.205 INFO STEP 27: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
76242024-08-05T16:41:22.766Z[ recovery-image] Aug 05 16:41:21.218 INFO O| Aug 05 16:41:21.218 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/nodename does not exist
76252024-08-05T16:41:22.766Z[ recovery-image] Aug 05 16:41:21.218 INFO O| Aug 05 16:41:21.218 INFO writing /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/nodename ...
76262024-08-05T16:41:22.769Z[ recovery-image] Aug 05 16:41:21.218 INFO O| Aug 05 16:41:21.218 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/nodename
76272024-08-05T16:41:22.769Z[ recovery-image] Aug 05 16:41:21.218 INFO O| Aug 05 16:41:21.218 INFO ok!
76282024-08-05T16:41:22.769Z[ recovery-image] Aug 05 16:41:21.218 INFO O| Aug 05 16:41:21.218 INFO STEP 27 (ensure_file) COMPLETE
76292024-08-05T16:41:22.769Z[ recovery-image] Aug 05 16:41:21.218 INFO O| Aug 05 16:41:21.218 INFO STEP 28: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
76302024-08-05T16:41:22.779Z[ recovery-image] Aug 05 16:41:21.231 INFO O| Aug 05 16:41:21.230 WARN file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/default/dhcpagent exists, with wrong contents, unlinking
76312024-08-05T16:41:22.779Z[ recovery-image] Aug 05 16:41:21.231 INFO O| Aug 05 16:41:21.231 INFO copying /work/oxidecomputer/helios/image/templates/files/dhcpagent -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/default/dhcpagent ...
76322024-08-05T16:41:22.779Z[ recovery-image] Aug 05 16:41:21.231 INFO O| Aug 05 16:41:21.231 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/default/dhcpagent
76332024-08-05T16:41:22.779Z[ recovery-image] Aug 05 16:41:21.231 INFO O| Aug 05 16:41:21.231 INFO chown ok, path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/default/dhcpagent
76342024-08-05T16:41:22.779Z[ recovery-image] Aug 05 16:41:21.231 INFO O| Aug 05 16:41:21.231 INFO ok!
76352024-08-05T16:41:22.782Z[ recovery-image] Aug 05 16:41:21.231 INFO O| Aug 05 16:41:21.231 INFO STEP 28 (ensure_file) COMPLETE
76362024-08-05T16:41:22.782Z[ recovery-image] Aug 05 16:41:21.231 INFO O| Aug 05 16:41:21.231 INFO STEP 29: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
76372024-08-05T16:41:22.791Z[ recovery-image] Aug 05 16:41:21.243 INFO O| Aug 05 16:41:21.243 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/resolv.conf does not exist
76382024-08-05T16:41:22.791Z[ recovery-image] Aug 05 16:41:21.243 INFO O| Aug 05 16:41:21.243 INFO writing /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/resolv.conf ...
76392024-08-05T16:41:22.794Z[ recovery-image] Aug 05 16:41:21.243 INFO O| Aug 05 16:41:21.243 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/resolv.conf
76402024-08-05T16:41:22.794Z[ recovery-image] Aug 05 16:41:21.243 INFO O| Aug 05 16:41:21.243 INFO ok!
76412024-08-05T16:41:22.794Z[ recovery-image] Aug 05 16:41:21.243 INFO O| Aug 05 16:41:21.243 INFO STEP 29 (ensure_file) COMPLETE
76422024-08-05T16:41:22.794Z[ recovery-image] Aug 05 16:41:21.243 INFO O| Aug 05 16:41:21.243 INFO STEP 30: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs-recovery.json
76432024-08-05T16:41:22.806Z[ recovery-image] Aug 05 16:41:21.258 INFO O| Aug 05 16:41:21.258 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/auto_master does not exist
76442024-08-05T16:41:22.806Z[ recovery-image] Aug 05 16:41:21.258 INFO O| Aug 05 16:41:21.258 INFO copying /work/oxidecomputer/helios/image/templates/files/auto_master -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/auto_master ...
76452024-08-05T16:41:22.809Z[ recovery-image] Aug 05 16:41:21.258 INFO O| Aug 05 16:41:21.258 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/auto_master
76462024-08-05T16:41:22.809Z[ recovery-image] Aug 05 16:41:21.258 INFO O| Aug 05 16:41:21.258 INFO ok!
76472024-08-05T16:41:22.809Z[ recovery-image] Aug 05 16:41:21.258 INFO O| Aug 05 16:41:21.258 INFO STEP 30 (ensure_file) COMPLETE
76482024-08-05T16:41:22.809Z[ recovery-image] Aug 05 16:41:21.258 INFO O| Aug 05 16:41:21.258 INFO STEP 31: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs-recovery.json
76492024-08-05T16:41:22.818Z[ recovery-image] Aug 05 16:41:21.270 INFO O| Aug 05 16:41:21.270 WARN file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/ttydefs exists, with wrong contents, unlinking
76502024-08-05T16:41:22.818Z[ recovery-image] Aug 05 16:41:21.270 INFO O| Aug 05 16:41:21.270 INFO copying /work/oxidecomputer/helios/image/templates/files/ttydefs.3000000 -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/ttydefs ...
76512024-08-05T16:41:22.821Z[ recovery-image] Aug 05 16:41:21.270 INFO O| Aug 05 16:41:21.270 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/ttydefs
76522024-08-05T16:41:22.821Z[ recovery-image] Aug 05 16:41:21.270 INFO O| Aug 05 16:41:21.270 INFO chown ok, path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/ttydefs
76532024-08-05T16:41:22.821Z[ recovery-image] Aug 05 16:41:21.270 INFO O| Aug 05 16:41:21.270 INFO ok!
76542024-08-05T16:41:22.821Z[ recovery-image] Aug 05 16:41:21.270 INFO O| Aug 05 16:41:21.270 INFO STEP 31 (ensure_file) COMPLETE
76552024-08-05T16:41:22.821Z[ recovery-image] Aug 05 16:41:21.270 INFO O| Aug 05 16:41:21.270 INFO STEP 32: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs-recovery.json
76562024-08-05T16:41:22.830Z[ recovery-image] Aug 05 16:41:21.282 INFO O| Aug 05 16:41:21.282 WARN file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/default/init exists, with wrong contents, unlinking
76572024-08-05T16:41:22.830Z[ recovery-image] Aug 05 16:41:21.282 INFO O| Aug 05 16:41:21.282 INFO copying /work/oxidecomputer/helios/image/templates/files/default_init -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/default/init ...
76582024-08-05T16:41:22.830Z[ recovery-image] Aug 05 16:41:21.282 INFO O| Aug 05 16:41:21.282 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/default/init
76592024-08-05T16:41:22.833Z[ recovery-image] Aug 05 16:41:21.282 INFO O| Aug 05 16:41:21.282 INFO ok!
76602024-08-05T16:41:22.833Z[ recovery-image] Aug 05 16:41:21.282 INFO O| Aug 05 16:41:21.282 INFO STEP 32 (ensure_file) COMPLETE
76612024-08-05T16:41:22.833Z[ recovery-image] Aug 05 16:41:21.282 INFO O| Aug 05 16:41:21.282 INFO STEP 33: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs-recovery.json
76622024-08-05T16:41:22.842Z[ recovery-image] Aug 05 16:41:21.294 INFO O| Aug 05 16:41:21.294 WARN file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/ssh/sshd_config exists, with wrong contents, unlinking
76632024-08-05T16:41:22.842Z[ recovery-image] Aug 05 16:41:21.294 INFO O| Aug 05 16:41:21.294 INFO copying /work/oxidecomputer/helios/image/templates/files/sshd_config -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/ssh/sshd_config ...
76642024-08-05T16:41:22.845Z[ recovery-image] Aug 05 16:41:21.294 INFO O| Aug 05 16:41:21.294 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/ssh/sshd_config
76652024-08-05T16:41:22.845Z[ recovery-image] Aug 05 16:41:21.294 INFO O| Aug 05 16:41:21.294 INFO ok!
76662024-08-05T16:41:22.845Z[ recovery-image] Aug 05 16:41:21.294 INFO O| Aug 05 16:41:21.294 INFO STEP 33 (ensure_file) COMPLETE
76672024-08-05T16:41:22.845Z[ recovery-image] Aug 05 16:41:21.294 INFO O| Aug 05 16:41:21.294 INFO STEP 34: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs-recovery.json
76682024-08-05T16:41:22.853Z[ recovery-image] Aug 05 16:41:21.305 INFO O| Aug 05 16:41:21.305 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/usr/lib/bootparams does not exist
76692024-08-05T16:41:22.853Z[ recovery-image] Aug 05 16:41:21.305 INFO O| Aug 05 16:41:21.305 INFO copying /work/oxidecomputer/helios/image/templates/files/bootparams.sh -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/usr/lib/bootparams ...
76702024-08-05T16:41:22.856Z[ recovery-image] Aug 05 16:41:21.306 INFO O| Aug 05 16:41:21.306 INFO perms are 644, should be 755, path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/usr/lib/bootparams
76712024-08-05T16:41:22.856Z[ recovery-image] Aug 05 16:41:21.306 INFO O| Aug 05 16:41:21.306 INFO chmod ok, path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/usr/lib/bootparams
76722024-08-05T16:41:22.857Z[ recovery-image] Aug 05 16:41:21.306 INFO O| Aug 05 16:41:21.306 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/usr/lib/bootparams
76732024-08-05T16:41:22.857Z[ recovery-image] Aug 05 16:41:21.306 INFO O| Aug 05 16:41:21.306 INFO chown ok, path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/usr/lib/bootparams
76742024-08-05T16:41:22.857Z[ recovery-image] Aug 05 16:41:21.306 INFO O| Aug 05 16:41:21.306 INFO ok!
76752024-08-05T16:41:22.857Z[ recovery-image] Aug 05 16:41:21.306 INFO O| Aug 05 16:41:21.306 INFO STEP 34 (ensure_file) COMPLETE
76762024-08-05T16:41:22.857Z[ recovery-image] Aug 05 16:41:21.306 INFO O| Aug 05 16:41:21.306 INFO STEP 35: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/t6-firmware.json
76772024-08-05T16:41:22.866Z[ recovery-image] Aug 05 16:41:21.318 INFO O| Aug 05 16:41:21.318 INFO creating directory: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/platform/Oxide,Gimlet/firmware
76782024-08-05T16:41:22.868Z[ recovery-image] Aug 05 16:41:21.318 INFO O| Aug 05 16:41:21.318 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/platform/Oxide,Gimlet/firmware
76792024-08-05T16:41:22.869Z[ recovery-image] Aug 05 16:41:21.318 INFO O| Aug 05 16:41:21.318 INFO chown ok, path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/platform/Oxide,Gimlet/firmware
76802024-08-05T16:41:22.869Z[ recovery-image] Aug 05 16:41:21.318 INFO O| Aug 05 16:41:21.318 INFO STEP 35 (ensure_dir) COMPLETE
76812024-08-05T16:41:22.869Z[ recovery-image] Aug 05 16:41:21.318 INFO O| Aug 05 16:41:21.318 INFO STEP 36: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/t6-firmware.json
76822024-08-05T16:41:22.897Z[ recovery-image] Aug 05 16:41:21.346 INFO O| Aug 05 16:41:21.345 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
76832024-08-05T16:41:22.897Z[ recovery-image] Aug 05 16:41:21.346 INFO O| Aug 05 16:41:21.346 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 ...
76842024-08-05T16:41:22.901Z[ recovery-image] Aug 05 16:41:21.346 INFO O| Aug 05 16:41:21.346 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
76852024-08-05T16:41:22.901Z[ recovery-image] Aug 05 16:41:21.346 INFO O| Aug 05 16:41:21.346 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
76862024-08-05T16:41:22.901Z[ recovery-image] Aug 05 16:41:21.346 INFO O| Aug 05 16:41:21.346 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
76872024-08-05T16:41:22.901Z[ recovery-image] Aug 05 16:41:21.346 INFO O| Aug 05 16:41:21.346 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
76882024-08-05T16:41:22.901Z[ recovery-image] Aug 05 16:41:21.346 INFO O| Aug 05 16:41:21.346 INFO ok!
76892024-08-05T16:41:22.901Z[ recovery-image] Aug 05 16:41:21.346 INFO O| Aug 05 16:41:21.346 INFO STEP 36 (ensure_file) COMPLETE
76902024-08-05T16:41:22.901Z[ recovery-image] Aug 05 16:41:21.346 INFO O| Aug 05 16:41:21.346 INFO STEP 37: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/t6-firmware.json
76912024-08-05T16:41:22.927Z[ recovery-image] Aug 05 16:41:21.373 INFO O| Aug 05 16:41:21.372 INFO link /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/platform/Oxide,Gimlet/firmware/t6srom.bin does not exist
76922024-08-05T16:41:22.933Z[ recovery-image] Aug 05 16:41:21.373 INFO O| Aug 05 16:41:21.372 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 ...
76932024-08-05T16:41:22.936Z[ recovery-image] Aug 05 16:41:21.373 INFO O| Aug 05 16:41:21.372 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/platform/Oxide,Gimlet/firmware/t6srom.bin
76942024-08-05T16:41:22.936Z[ recovery-image] Aug 05 16:41:21.373 INFO O| Aug 05 16:41:21.372 INFO ok!
76952024-08-05T16:41:22.936Z[ recovery-image] Aug 05 16:41:21.373 INFO O| Aug 05 16:41:21.372 INFO STEP 37 (ensure_symlink) COMPLETE
76962024-08-05T16:41:22.936Z[ recovery-image] Aug 05 16:41:21.373 INFO O| Aug 05 16:41:21.373 INFO STEP 38: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs-recovery.json
76972024-08-05T16:41:22.950Z[ host-image] Aug 05 16:41:21.401 INFO O| Aug 05 16:41:21.401 INFO O| Done
76982024-08-05T16:41:22.954Z[ recovery-image] Aug 05 16:41:21.403 INFO O| Aug 05 16:41:21.402 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/usr/lib/recovery-hostname does not exist
76992024-08-05T16:41:22.954Z[ recovery-image] Aug 05 16:41:21.403 INFO O| Aug 05 16:41:21.402 INFO copying /work/oxidecomputer/helios/image/templates/files/recovery-hostname.sh -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/usr/lib/recovery-hostname ...
77002024-08-05T16:41:22.955Z[ recovery-image] Aug 05 16:41:21.403 INFO O| Aug 05 16:41:21.402 INFO perms are 644, should be 755, path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/usr/lib/recovery-hostname
77012024-08-05T16:41:22.955Z[ recovery-image] Aug 05 16:41:21.403 INFO O| Aug 05 16:41:21.402 INFO chmod ok, path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/usr/lib/recovery-hostname
77022024-08-05T16:41:22.955Z[ recovery-image] Aug 05 16:41:21.403 INFO O| Aug 05 16:41:21.402 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/usr/lib/recovery-hostname
77032024-08-05T16:41:22.955Z[ recovery-image] Aug 05 16:41:21.403 INFO O| Aug 05 16:41:21.402 INFO chown ok, path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/usr/lib/recovery-hostname
77042024-08-05T16:41:22.955Z[ recovery-image] Aug 05 16:41:21.403 INFO O| Aug 05 16:41:21.402 INFO ok!
77052024-08-05T16:41:22.955Z[ recovery-image] Aug 05 16:41:21.403 INFO O| Aug 05 16:41:21.402 INFO STEP 38 (ensure_file) COMPLETE
77062024-08-05T16:41:22.955Z[ recovery-image] Aug 05 16:41:21.403 INFO O| Aug 05 16:41:21.402 INFO STEP 39: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs-recovery.json
77072024-08-05T16:41:22.979Z[ recovery-image] Aug 05 16:41:21.427 INFO O| Aug 05 16:41:21.426 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/site/recovery-hostname.xml does not exist
77082024-08-05T16:41:22.979Z[ recovery-image] Aug 05 16:41:21.427 INFO O| Aug 05 16:41:21.426 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 ...
77092024-08-05T16:41:22.979Z[ recovery-image] Aug 05 16:41:21.427 INFO O| Aug 05 16:41:21.427 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
77102024-08-05T16:41:22.979Z[ recovery-image] Aug 05 16:41:21.428 INFO O| Aug 05 16:41:21.427 INFO chown ok, path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/site/recovery-hostname.xml
77112024-08-05T16:41:22.983Z[ recovery-image] Aug 05 16:41:21.428 INFO O| Aug 05 16:41:21.427 INFO ok!
77122024-08-05T16:41:22.989Z[ recovery-image] Aug 05 16:41:21.428 INFO O| Aug 05 16:41:21.427 INFO STEP 39 (ensure_file) COMPLETE
77132024-08-05T16:41:22.993Z[ recovery-image] Aug 05 16:41:21.428 INFO O| Aug 05 16:41:21.427 INFO STEP 40: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs-recovery.json
77142024-08-05T16:41:23.000Z[ recovery-image] Aug 05 16:41:21.451 INFO O| Aug 05 16:41:21.451 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/var/svc/profile/site.xml does not exist
77152024-08-05T16:41:23.003Z[ recovery-image] Aug 05 16:41:21.451 INFO O| Aug 05 16:41:21.451 INFO copying /work/oxidecomputer/helios/image/templates/files/site.xml -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/var/svc/profile/site.xml ...
77162024-08-05T16:41:23.003Z[ recovery-image] Aug 05 16:41:21.451 INFO O| Aug 05 16:41:21.451 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/var/svc/profile/site.xml
77172024-08-05T16:41:23.003Z[ recovery-image] Aug 05 16:41:21.451 INFO O| Aug 05 16:41:21.451 INFO ok!
77182024-08-05T16:41:23.003Z[ recovery-image] Aug 05 16:41:21.451 INFO O| Aug 05 16:41:21.451 INFO STEP 40 (ensure_file) COMPLETE
77192024-08-05T16:41:23.003Z[ recovery-image] Aug 05 16:41:21.451 INFO O| Aug 05 16:41:21.451 INFO STEP 41: shadow, from: /work/oxidecomputer/helios/image/templates/include/root-noauth.json
77202024-08-05T16:41:23.015Z[ recovery-image] Aug 05 16:41:21.467 INFO O| Aug 05 16:41:21.467 INFO updating shadow file
77212024-08-05T16:41:23.018Z[ recovery-image] Aug 05 16:41:21.467 INFO O| Aug 05 16:41:21.467 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/shadow
77222024-08-05T16:41:23.018Z[ recovery-image] Aug 05 16:41:21.467 INFO O| Aug 05 16:41:21.467 INFO STEP 41 (shadow) COMPLETE
77232024-08-05T16:41:23.018Z[ recovery-image] Aug 05 16:41:21.467 INFO O| Aug 05 16:41:21.467 INFO STEP 42: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/root-noauth.json
77242024-08-05T16:41:23.030Z[ recovery-image] Aug 05 16:41:21.482 INFO O| Aug 05 16:41:21.482 WARN file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/default/login exists, with wrong contents, unlinking
77252024-08-05T16:41:23.030Z[ recovery-image] Aug 05 16:41:21.482 INFO O| Aug 05 16:41:21.482 INFO copying /work/oxidecomputer/helios/image/templates/files/mfg_default_login -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/default/login ...
77262024-08-05T16:41:23.030Z[ recovery-image] Aug 05 16:41:21.482 INFO O| Aug 05 16:41:21.482 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/default/login
77272024-08-05T16:41:23.033Z[ recovery-image] Aug 05 16:41:21.482 INFO O| Aug 05 16:41:21.482 INFO chown ok, path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/default/login
77282024-08-05T16:41:23.034Z[ recovery-image] Aug 05 16:41:21.482 INFO O| Aug 05 16:41:21.482 INFO ok!
77292024-08-05T16:41:23.034Z[ recovery-image] Aug 05 16:41:21.482 INFO O| Aug 05 16:41:21.482 INFO STEP 42 (ensure_file) COMPLETE
77302024-08-05T16:41:23.034Z[ recovery-image] Aug 05 16:41:21.482 INFO O| Aug 05 16:41:21.482 INFO STEP 43: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
77312024-08-05T16:41:23.047Z[ recovery-image] Aug 05 16:41:21.497 INFO O| Aug 05 16:41:21.497 INFO ownership already OK (0:3), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt
77322024-08-05T16:41:23.047Z[ recovery-image] Aug 05 16:41:21.497 INFO O| Aug 05 16:41:21.497 INFO STEP 43 (ensure_dir) COMPLETE
77332024-08-05T16:41:23.050Z[ recovery-image] Aug 05 16:41:21.497 INFO O| Aug 05 16:41:21.497 INFO STEP 44: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
77342024-08-05T16:41:23.058Z[ recovery-image] Aug 05 16:41:21.510 INFO O| Aug 05 16:41:21.510 INFO ownership wrong (Id(0):Id(2), not 0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide
77352024-08-05T16:41:23.062Z[ recovery-image] Aug 05 16:41:21.510 INFO O| Aug 05 16:41:21.510 INFO chown ok, path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide
77362024-08-05T16:41:23.062Z[ recovery-image] Aug 05 16:41:21.510 INFO O| Aug 05 16:41:21.510 INFO STEP 44 (ensure_dir) COMPLETE
77372024-08-05T16:41:23.062Z[ recovery-image] Aug 05 16:41:21.510 INFO O| Aug 05 16:41:21.510 INFO STEP 45: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
77382024-08-05T16:41:23.071Z[ recovery-image] Aug 05 16:41:21.523 INFO O| Aug 05 16:41:21.523 INFO creating directory: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/installinator
77392024-08-05T16:41:23.071Z[ recovery-image] Aug 05 16:41:21.523 INFO O| Aug 05 16:41:21.523 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/installinator
77402024-08-05T16:41:23.075Z[ recovery-image] Aug 05 16:41:21.523 INFO O| Aug 05 16:41:21.523 INFO STEP 45 (ensure_dir) COMPLETE
77412024-08-05T16:41:23.075Z[ recovery-image] Aug 05 16:41:21.523 INFO O| Aug 05 16:41:21.523 INFO STEP 46: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
77422024-08-05T16:41:23.084Z[ recovery-image] Aug 05 16:41:21.536 INFO O| Aug 05 16:41:21.536 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/installinator/installinator does not exist
77432024-08-05T16:41:23.085Z[ recovery-image] Aug 05 16:41:21.536 INFO O| Aug 05 16:41:21.536 INFO copying /tmp/.tmp41afuc/proto/recovery/root/opt/oxide/installinator/installinator -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/installinator/installinator ...
77442024-08-05T16:41:23.125Z[ recovery-image] Aug 05 16:41:21.577 INFO O| Aug 05 16:41:21.577 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/installinator/installinator
77452024-08-05T16:41:23.125Z[ recovery-image] Aug 05 16:41:21.577 INFO O| Aug 05 16:41:21.577 INFO ok!
77462024-08-05T16:41:23.128Z[ recovery-image] Aug 05 16:41:21.577 INFO O| Aug 05 16:41:21.577 INFO STEP 46 (ensure_file) COMPLETE
77472024-08-05T16:41:23.128Z[ recovery-image] Aug 05 16:41:21.577 INFO O| Aug 05 16:41:21.577 INFO STEP 47: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
77482024-08-05T16:41:23.140Z[ recovery-image] Aug 05 16:41:21.592 INFO O| Aug 05 16:41:21.592 INFO creating directory: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/installinator/pkg
77492024-08-05T16:41:23.143Z[ recovery-image] Aug 05 16:41:21.592 INFO O| Aug 05 16:41:21.592 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/installinator/pkg
77502024-08-05T16:41:23.143Z[ recovery-image] Aug 05 16:41:21.592 INFO O| Aug 05 16:41:21.592 INFO STEP 47 (ensure_dir) COMPLETE
77512024-08-05T16:41:23.143Z[ recovery-image] Aug 05 16:41:21.592 INFO O| Aug 05 16:41:21.592 INFO STEP 48: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
77522024-08-05T16:41:23.152Z[ recovery-image] Aug 05 16:41:21.604 INFO O| Aug 05 16:41:21.604 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/installinator/VERSION does not exist
77532024-08-05T16:41:23.152Z[ recovery-image] Aug 05 16:41:21.604 INFO O| Aug 05 16:41:21.604 INFO copying /tmp/.tmp41afuc/proto/recovery/root/opt/oxide/installinator/VERSION -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/installinator/VERSION ...
77542024-08-05T16:41:23.152Z[ recovery-image] Aug 05 16:41:21.604 INFO O| Aug 05 16:41:21.604 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/installinator/VERSION
77552024-08-05T16:41:23.155Z[ recovery-image] Aug 05 16:41:21.604 INFO O| Aug 05 16:41:21.604 INFO ok!
77562024-08-05T16:41:23.155Z[ recovery-image] Aug 05 16:41:21.604 INFO O| Aug 05 16:41:21.604 INFO STEP 48 (ensure_file) COMPLETE
77572024-08-05T16:41:23.155Z[ recovery-image] Aug 05 16:41:21.604 INFO O| Aug 05 16:41:21.604 INFO STEP 49: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
77582024-08-05T16:41:23.164Z[ recovery-image] Aug 05 16:41:21.616 INFO O| Aug 05 16:41:21.616 INFO creating directory: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm
77592024-08-05T16:41:23.167Z[ recovery-image] Aug 05 16:41:21.616 INFO O| Aug 05 16:41:21.616 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm
77602024-08-05T16:41:23.167Z[ recovery-image] Aug 05 16:41:21.616 INFO O| Aug 05 16:41:21.616 INFO STEP 49 (ensure_dir) COMPLETE
77612024-08-05T16:41:23.167Z[ recovery-image] Aug 05 16:41:21.616 INFO O| Aug 05 16:41:21.616 INFO STEP 50: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
77622024-08-05T16:41:23.176Z[ recovery-image] Aug 05 16:41:21.628 INFO O| Aug 05 16:41:21.628 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/ddmadm does not exist
77632024-08-05T16:41:23.176Z[ recovery-image] Aug 05 16:41:21.628 INFO O| Aug 05 16:41:21.628 INFO copying /tmp/.tmp41afuc/proto/recovery/root/opt/oxide/mg-ddm/ddmadm -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/ddmadm ...
77642024-08-05T16:41:23.192Z[ recovery-image] Aug 05 16:41:21.644 INFO O| Aug 05 16:41:21.644 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/ddmadm
77652024-08-05T16:41:23.192Z[ recovery-image] Aug 05 16:41:21.644 INFO O| Aug 05 16:41:21.644 INFO ok!
77662024-08-05T16:41:23.192Z[ recovery-image] Aug 05 16:41:21.644 INFO O| Aug 05 16:41:21.644 INFO STEP 50 (ensure_file) COMPLETE
77672024-08-05T16:41:23.192Z[ recovery-image] Aug 05 16:41:21.644 INFO O| Aug 05 16:41:21.644 INFO STEP 51: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
77682024-08-05T16:41:23.206Z[ recovery-image] Aug 05 16:41:21.658 INFO O| Aug 05 16:41:21.658 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/ddmd does not exist
77692024-08-05T16:41:23.207Z[ recovery-image] Aug 05 16:41:21.658 INFO O| Aug 05 16:41:21.658 INFO copying /tmp/.tmp41afuc/proto/recovery/root/opt/oxide/mg-ddm/ddmd -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/ddmd ...
77702024-08-05T16:41:23.727Z[ recovery-image] Aug 05 16:41:22.178 INFO O| Aug 05 16:41:22.178 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/ddmd
77712024-08-05T16:41:23.727Z[ recovery-image] Aug 05 16:41:22.178 INFO O| Aug 05 16:41:22.178 INFO ok!
77722024-08-05T16:41:23.727Z[ recovery-image] Aug 05 16:41:22.178 INFO O| Aug 05 16:41:22.178 INFO STEP 51 (ensure_file) COMPLETE
77732024-08-05T16:41:23.727Z[ recovery-image] Aug 05 16:41:22.178 INFO O| Aug 05 16:41:22.178 INFO STEP 52: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
77742024-08-05T16:41:23.738Z[ host-image] Aug 05 16:41:22.190 INFO O| Aug 05 16:41:22.190 INFO O| Done
77752024-08-05T16:41:23.740Z[ recovery-image] Aug 05 16:41:22.192 INFO O| Aug 05 16:41:22.191 INFO creating directory: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/pkg
77762024-08-05T16:41:23.741Z[ recovery-image] Aug 05 16:41:22.192 INFO O| Aug 05 16:41:22.192 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/pkg
77772024-08-05T16:41:23.741Z[ recovery-image] Aug 05 16:41:22.192 INFO O| Aug 05 16:41:22.192 INFO STEP 52 (ensure_dir) COMPLETE
77782024-08-05T16:41:23.741Z[ recovery-image] Aug 05 16:41:22.192 INFO O| Aug 05 16:41:22.192 INFO STEP 53: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
77792024-08-05T16:41:23.752Z[ recovery-image] Aug 05 16:41:22.204 INFO O| Aug 05 16:41:22.203 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/pkg/refresh_ctrun_child.sh does not exist
77802024-08-05T16:41:23.752Z[ recovery-image] Aug 05 16:41:22.204 INFO O| Aug 05 16:41:22.204 INFO copying /tmp/.tmp41afuc/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 ...
77812024-08-05T16:41:23.755Z[ recovery-image] Aug 05 16:41:22.204 INFO O| Aug 05 16:41:22.204 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
77822024-08-05T16:41:23.755Z[ recovery-image] Aug 05 16:41:22.204 INFO O| Aug 05 16:41:22.204 INFO ok!
77832024-08-05T16:41:23.755Z[ recovery-image] Aug 05 16:41:22.204 INFO O| Aug 05 16:41:22.204 INFO STEP 53 (ensure_file) COMPLETE
77842024-08-05T16:41:23.755Z[ recovery-image] Aug 05 16:41:22.204 INFO O| Aug 05 16:41:22.204 INFO STEP 54: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
77852024-08-05T16:41:23.765Z[ recovery-image] Aug 05 16:41:22.217 INFO O| Aug 05 16:41:22.217 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/pkg/mgd_method_script.sh does not exist
77862024-08-05T16:41:23.765Z[ recovery-image] Aug 05 16:41:22.217 INFO O| Aug 05 16:41:22.217 INFO copying /tmp/.tmp41afuc/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 ...
77872024-08-05T16:41:23.768Z[ recovery-image] Aug 05 16:41:22.217 INFO O| Aug 05 16:41:22.217 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
77882024-08-05T16:41:23.768Z[ recovery-image] Aug 05 16:41:22.217 INFO O| Aug 05 16:41:22.217 INFO ok!
77892024-08-05T16:41:23.768Z[ recovery-image] Aug 05 16:41:22.217 INFO O| Aug 05 16:41:22.217 INFO STEP 54 (ensure_file) COMPLETE
77902024-08-05T16:41:23.768Z[ recovery-image] Aug 05 16:41:22.217 INFO O| Aug 05 16:41:22.217 INFO STEP 55: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
77912024-08-05T16:41:23.778Z[ recovery-image] Aug 05 16:41:22.230 INFO O| Aug 05 16:41:22.229 INFO creating directory: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/pkg/mgd
77922024-08-05T16:41:23.778Z[ recovery-image] Aug 05 16:41:22.230 INFO O| Aug 05 16:41:22.230 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/pkg/mgd
77932024-08-05T16:41:23.780Z[ recovery-image] Aug 05 16:41:22.230 INFO O| Aug 05 16:41:22.230 INFO STEP 55 (ensure_dir) COMPLETE
77942024-08-05T16:41:23.780Z[ recovery-image] Aug 05 16:41:22.230 INFO O| Aug 05 16:41:22.230 INFO STEP 56: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
77952024-08-05T16:41:23.790Z[ recovery-image] Aug 05 16:41:22.242 INFO O| Aug 05 16:41:22.242 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/pkg/mgd/manifest.xml does not exist
77962024-08-05T16:41:23.790Z[ recovery-image] Aug 05 16:41:22.242 INFO O| Aug 05 16:41:22.242 INFO copying /tmp/.tmp41afuc/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 ...
77972024-08-05T16:41:23.793Z[ recovery-image] Aug 05 16:41:22.242 INFO O| Aug 05 16:41:22.242 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/pkg/mgd/manifest.xml
77982024-08-05T16:41:23.793Z[ recovery-image] Aug 05 16:41:22.242 INFO O| Aug 05 16:41:22.242 INFO ok!
77992024-08-05T16:41:23.793Z[ recovery-image] Aug 05 16:41:22.242 INFO O| Aug 05 16:41:22.242 INFO STEP 56 (ensure_file) COMPLETE
78002024-08-05T16:41:23.793Z[ recovery-image] Aug 05 16:41:22.242 INFO O| Aug 05 16:41:22.242 INFO STEP 57: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
78012024-08-05T16:41:23.802Z[ recovery-image] Aug 05 16:41:22.254 INFO O| Aug 05 16:41:22.254 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/pkg/ddm_method_script.sh does not exist
78022024-08-05T16:41:23.802Z[ recovery-image] Aug 05 16:41:22.254 INFO O| Aug 05 16:41:22.254 INFO copying /tmp/.tmp41afuc/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 ...
78032024-08-05T16:41:23.805Z[ recovery-image] Aug 05 16:41:22.254 INFO O| Aug 05 16:41:22.254 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
78042024-08-05T16:41:23.805Z[ recovery-image] Aug 05 16:41:22.254 INFO O| Aug 05 16:41:22.254 INFO ok!
78052024-08-05T16:41:23.805Z[ recovery-image] Aug 05 16:41:22.254 INFO O| Aug 05 16:41:22.254 INFO STEP 57 (ensure_file) COMPLETE
78062024-08-05T16:41:23.805Z[ recovery-image] Aug 05 16:41:22.254 INFO O| Aug 05 16:41:22.254 INFO STEP 58: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
78072024-08-05T16:41:23.813Z[ recovery-image] Aug 05 16:41:22.265 INFO O| Aug 05 16:41:22.265 INFO creating directory: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/pkg/ddm
78082024-08-05T16:41:23.813Z[ recovery-image] Aug 05 16:41:22.265 INFO O| Aug 05 16:41:22.265 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/pkg/ddm
78092024-08-05T16:41:23.813Z[ recovery-image] Aug 05 16:41:22.265 INFO O| Aug 05 16:41:22.265 INFO STEP 58 (ensure_dir) COMPLETE
78102024-08-05T16:41:23.816Z[ recovery-image] Aug 05 16:41:22.265 INFO O| Aug 05 16:41:22.265 INFO STEP 59: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
78112024-08-05T16:41:23.823Z[ recovery-image] Aug 05 16:41:22.275 INFO O| Aug 05 16:41:22.275 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/pkg/ddm/manifest.xml does not exist
78122024-08-05T16:41:23.824Z[ recovery-image] Aug 05 16:41:22.275 INFO O| Aug 05 16:41:22.275 INFO copying /tmp/.tmp41afuc/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 ...
78132024-08-05T16:41:23.826Z[ recovery-image] Aug 05 16:41:22.275 INFO O| Aug 05 16:41:22.275 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/pkg/ddm/manifest.xml
78142024-08-05T16:41:23.826Z[ recovery-image] Aug 05 16:41:22.276 INFO O| Aug 05 16:41:22.275 INFO ok!
78152024-08-05T16:41:23.826Z[ recovery-image] Aug 05 16:41:22.276 INFO O| Aug 05 16:41:22.275 INFO STEP 59 (ensure_file) COMPLETE
78162024-08-05T16:41:23.826Z[ recovery-image] Aug 05 16:41:22.276 INFO O| Aug 05 16:41:22.275 INFO STEP 60: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
78172024-08-05T16:41:23.834Z[ recovery-image] Aug 05 16:41:22.286 INFO O| Aug 05 16:41:22.286 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/VERSION does not exist
78182024-08-05T16:41:23.834Z[ recovery-image] Aug 05 16:41:22.286 INFO O| Aug 05 16:41:22.286 INFO copying /tmp/.tmp41afuc/proto/recovery/root/opt/oxide/mg-ddm/VERSION -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/VERSION ...
78192024-08-05T16:41:23.837Z[ recovery-image] Aug 05 16:41:22.286 INFO O| Aug 05 16:41:22.286 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/VERSION
78202024-08-05T16:41:23.837Z[ recovery-image] Aug 05 16:41:22.286 INFO O| Aug 05 16:41:22.286 INFO ok!
78212024-08-05T16:41:23.837Z[ recovery-image] Aug 05 16:41:22.286 INFO O| Aug 05 16:41:22.286 INFO STEP 60 (ensure_file) COMPLETE
78222024-08-05T16:41:23.837Z[ recovery-image] Aug 05 16:41:22.286 INFO O| Aug 05 16:41:22.286 INFO STEP 61: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
78232024-08-05T16:41:23.845Z[ recovery-image] Aug 05 16:41:22.297 INFO O| Aug 05 16:41:22.297 INFO ownership already OK (0:2), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib
78242024-08-05T16:41:23.848Z[ recovery-image] Aug 05 16:41:22.297 INFO O| Aug 05 16:41:22.297 INFO STEP 61 (ensure_dir) COMPLETE
78252024-08-05T16:41:23.848Z[ recovery-image] Aug 05 16:41:22.297 INFO O| Aug 05 16:41:22.297 INFO STEP 62: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
78262024-08-05T16:41:23.856Z[ recovery-image] Aug 05 16:41:22.308 INFO O| Aug 05 16:41:22.308 INFO ownership already OK (0:2), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc
78272024-08-05T16:41:23.860Z[ recovery-image] Aug 05 16:41:22.308 INFO O| Aug 05 16:41:22.308 INFO STEP 62 (ensure_dir) COMPLETE
78282024-08-05T16:41:23.860Z[ recovery-image] Aug 05 16:41:22.308 INFO O| Aug 05 16:41:22.308 INFO STEP 63: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
78292024-08-05T16:41:23.867Z[ recovery-image] Aug 05 16:41:22.319 INFO O| Aug 05 16:41:22.318 INFO ownership already OK (0:3), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest
78302024-08-05T16:41:23.867Z[ recovery-image] Aug 05 16:41:22.319 INFO O| Aug 05 16:41:22.319 INFO STEP 63 (ensure_dir) COMPLETE
78312024-08-05T16:41:23.871Z[ recovery-image] Aug 05 16:41:22.319 INFO O| Aug 05 16:41:22.319 INFO STEP 64: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
78322024-08-05T16:41:23.878Z[ recovery-image] Aug 05 16:41:22.329 INFO O| Aug 05 16:41:22.329 INFO ownership already OK (0:3), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/site
78332024-08-05T16:41:23.878Z[ recovery-image] Aug 05 16:41:22.329 INFO O| Aug 05 16:41:22.329 INFO STEP 64 (ensure_dir) COMPLETE
78342024-08-05T16:41:23.881Z[ recovery-image] Aug 05 16:41:22.329 INFO O| Aug 05 16:41:22.329 INFO STEP 65: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
78352024-08-05T16:41:23.888Z[ recovery-image] Aug 05 16:41:22.340 INFO O| Aug 05 16:41:22.340 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/site/installinator.xml does not exist
78362024-08-05T16:41:23.888Z[ recovery-image] Aug 05 16:41:22.340 INFO O| Aug 05 16:41:22.340 INFO copying /tmp/.tmp41afuc/proto/recovery/root/lib/svc/manifest/site/installinator.xml -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/site/installinator.xml ...
78372024-08-05T16:41:23.890Z[ recovery-image] Aug 05 16:41:22.340 INFO O| Aug 05 16:41:22.340 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/site/installinator.xml
78382024-08-05T16:41:23.890Z[ recovery-image] Aug 05 16:41:22.340 INFO O| Aug 05 16:41:22.340 INFO ok!
78392024-08-05T16:41:23.890Z[ recovery-image] Aug 05 16:41:22.340 INFO O| Aug 05 16:41:22.340 INFO STEP 65 (ensure_file) COMPLETE
78402024-08-05T16:41:23.891Z[ recovery-image] Aug 05 16:41:22.340 INFO O| Aug 05 16:41:22.340 INFO STEP 66: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
78412024-08-05T16:41:23.898Z[ recovery-image] Aug 05 16:41:22.350 INFO O| Aug 05 16:41:22.350 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/ipsec"
78422024-08-05T16:41:23.901Z[ recovery-image] Aug 05 16:41:22.351 INFO O| Aug 05 16:41:22.351 INFO STEP 66 (remove_files) COMPLETE
78432024-08-05T16:41:23.901Z[ recovery-image] Aug 05 16:41:22.351 INFO O| Aug 05 16:41:22.351 INFO STEP 67: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
78442024-08-05T16:41:23.910Z[ recovery-image] Aug 05 16:41:22.361 INFO O| Aug 05 16:41:22.361 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/ldap"
78452024-08-05T16:41:23.912Z[ recovery-image] Aug 05 16:41:22.362 INFO O| Aug 05 16:41:22.362 INFO STEP 67 (remove_files) COMPLETE
78462024-08-05T16:41:23.912Z[ recovery-image] Aug 05 16:41:22.362 INFO O| Aug 05 16:41:22.362 INFO STEP 68: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
78472024-08-05T16:41:23.920Z[ recovery-image] Aug 05 16:41:22.372 INFO O| Aug 05 16:41:22.372 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/rpc"
78482024-08-05T16:41:23.923Z[ recovery-image] Aug 05 16:41:22.372 INFO O| Aug 05 16:41:22.372 INFO STEP 68 (remove_files) COMPLETE
78492024-08-05T16:41:23.923Z[ recovery-image] Aug 05 16:41:22.372 INFO O| Aug 05 16:41:22.372 INFO STEP 69: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
78502024-08-05T16:41:23.931Z[ recovery-image] Aug 05 16:41:22.383 INFO O| Aug 05 16:41:22.383 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/security"
78512024-08-05T16:41:23.934Z[ recovery-image] Aug 05 16:41:22.383 INFO O| Aug 05 16:41:22.383 INFO STEP 69 (remove_files) COMPLETE
78522024-08-05T16:41:23.934Z[ recovery-image] Aug 05 16:41:22.383 INFO O| Aug 05 16:41:22.383 INFO STEP 70: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
78532024-08-05T16:41:23.937Z[ host-image] Aug 05 16:41:22.389 INFO O| Aug 05 16:41:22.389 INFO STEP 11 (pkg_install) COMPLETE
78542024-08-05T16:41:23.937Z[ host-image] Aug 05 16:41:22.389 INFO O| Aug 05 16:41:22.389 INFO STEP 12: pkg_install, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
78552024-08-05T16:41:23.942Z[ recovery-image] Aug 05 16:41:22.394 INFO O| Aug 05 16:41:22.394 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/shares"
78562024-08-05T16:41:23.945Z[ recovery-image] Aug 05 16:41:22.394 INFO O| Aug 05 16:41:22.394 INFO STEP 70 (remove_files) COMPLETE
78572024-08-05T16:41:23.945Z[ recovery-image] Aug 05 16:41:22.394 INFO O| Aug 05 16:41:22.394 INFO STEP 71: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
78582024-08-05T16:41:23.948Z[ host-image] Aug 05 16:41:22.400 INFO O| Aug 05 16:41:22.400 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/host/work/gimlet/ramdisk", "install", "/system/man", "/developer/object-file", "/system/ksensor", "/driver/cpu/sensor"]
78592024-08-05T16:41:23.953Z[ recovery-image] Aug 05 16:41:22.405 INFO O| Aug 05 16:41:22.405 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/smb"
78602024-08-05T16:41:23.956Z[ recovery-image] Aug 05 16:41:22.405 INFO O| Aug 05 16:41:22.405 INFO STEP 71 (remove_files) COMPLETE
78612024-08-05T16:41:23.956Z[ recovery-image] Aug 05 16:41:22.405 INFO O| Aug 05 16:41:22.405 INFO STEP 72: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
78622024-08-05T16:41:23.965Z[ recovery-image] Aug 05 16:41:22.416 INFO O| Aug 05 16:41:22.416 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/application/management/net-snmp.xml"
78632024-08-05T16:41:23.965Z[ recovery-image] Aug 05 16:41:22.417 INFO O| Aug 05 16:41:22.417 INFO STEP 72 (remove_files) COMPLETE
78642024-08-05T16:41:23.968Z[ recovery-image] Aug 05 16:41:22.417 INFO O| Aug 05 16:41:22.417 INFO STEP 73: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
78652024-08-05T16:41:23.975Z[ recovery-image] Aug 05 16:41:22.427 INFO O| Aug 05 16:41:22.427 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/application/security/tcsd.xml"
78662024-08-05T16:41:23.976Z[ recovery-image] Aug 05 16:41:22.427 INFO O| Aug 05 16:41:22.427 INFO STEP 73 (remove_files) COMPLETE
78672024-08-05T16:41:23.976Z[ recovery-image] Aug 05 16:41:22.428 INFO O| Aug 05 16:41:22.427 INFO STEP 74: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
78682024-08-05T16:41:23.994Z[ recovery-image] Aug 05 16:41:22.439 INFO O| Aug 05 16:41:22.439 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/dns/install.xml"
78692024-08-05T16:41:23.994Z[ recovery-image] Aug 05 16:41:22.439 INFO O| Aug 05 16:41:22.439 INFO STEP 74 (remove_files) COMPLETE
78702024-08-05T16:41:23.997Z[ recovery-image] Aug 05 16:41:22.439 INFO O| Aug 05 16:41:22.439 INFO STEP 75: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
78712024-08-05T16:41:23.999Z[ recovery-image] Aug 05 16:41:22.450 INFO O| Aug 05 16:41:22.450 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/inetd-upgrade.xml"
78722024-08-05T16:41:23.999Z[ recovery-image] Aug 05 16:41:22.450 INFO O| Aug 05 16:41:22.450 INFO STEP 75 (remove_files) COMPLETE
78732024-08-05T16:41:23.999Z[ recovery-image] Aug 05 16:41:22.450 INFO O| Aug 05 16:41:22.450 INFO STEP 76: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
78742024-08-05T16:41:24.009Z[ recovery-image] Aug 05 16:41:22.461 INFO O| Aug 05 16:41:22.461 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/inetd.xml"
78752024-08-05T16:41:24.009Z[ recovery-image] Aug 05 16:41:22.461 INFO O| Aug 05 16:41:22.461 INFO STEP 76 (remove_files) COMPLETE
78762024-08-05T16:41:24.012Z[ recovery-image] Aug 05 16:41:22.461 INFO O| Aug 05 16:41:22.461 INFO STEP 77: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
78772024-08-05T16:41:24.019Z[ recovery-image] Aug 05 16:41:22.471 INFO O| Aug 05 16:41:22.471 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/network-install.xml"
78782024-08-05T16:41:24.020Z[ recovery-image] Aug 05 16:41:22.471 INFO O| Aug 05 16:41:22.471 INFO STEP 77 (remove_files) COMPLETE
78792024-08-05T16:41:24.023Z[ recovery-image] Aug 05 16:41:22.472 INFO O| Aug 05 16:41:22.471 INFO STEP 78: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
78802024-08-05T16:41:24.030Z[ recovery-image] Aug 05 16:41:22.482 INFO O| Aug 05 16:41:22.482 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/network-ipmp.xml"
78812024-08-05T16:41:24.030Z[ recovery-image] Aug 05 16:41:22.482 INFO O| Aug 05 16:41:22.482 INFO STEP 78 (remove_files) COMPLETE
78822024-08-05T16:41:24.032Z[ recovery-image] Aug 05 16:41:22.482 INFO O| Aug 05 16:41:22.482 INFO STEP 79: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
78832024-08-05T16:41:24.041Z[ recovery-image] Aug 05 16:41:22.492 INFO O| Aug 05 16:41:22.492 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/network-iptun.xml"
78842024-08-05T16:41:24.041Z[ recovery-image] Aug 05 16:41:22.493 INFO O| Aug 05 16:41:22.493 INFO STEP 79 (remove_files) COMPLETE
78852024-08-05T16:41:24.041Z[ recovery-image] Aug 05 16:41:22.493 INFO O| Aug 05 16:41:22.493 INFO STEP 80: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
78862024-08-05T16:41:24.051Z[ recovery-image] Aug 05 16:41:22.503 INFO O| Aug 05 16:41:22.503 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/network-location.xml"
78872024-08-05T16:41:24.051Z[ recovery-image] Aug 05 16:41:22.503 INFO O| Aug 05 16:41:22.503 INFO STEP 80 (remove_files) COMPLETE
78882024-08-05T16:41:24.051Z[ recovery-image] Aug 05 16:41:22.503 INFO O| Aug 05 16:41:22.503 INFO STEP 81: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
78892024-08-05T16:41:24.063Z[ recovery-image] Aug 05 16:41:22.515 INFO O| Aug 05 16:41:22.514 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/network-netcfg.xml"
78902024-08-05T16:41:24.063Z[ recovery-image] Aug 05 16:41:22.515 INFO O| Aug 05 16:41:22.515 INFO STEP 81 (remove_files) COMPLETE
78912024-08-05T16:41:24.063Z[ recovery-image] Aug 05 16:41:22.515 INFO O| Aug 05 16:41:22.515 INFO STEP 82: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
78922024-08-05T16:41:24.074Z[ recovery-image] Aug 05 16:41:22.526 INFO O| Aug 05 16:41:22.525 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/routing/rdisc.xml"
78932024-08-05T16:41:24.074Z[ recovery-image] Aug 05 16:41:22.526 INFO O| Aug 05 16:41:22.526 INFO STEP 82 (remove_files) COMPLETE
78942024-08-05T16:41:24.074Z[ recovery-image] Aug 05 16:41:22.526 INFO O| Aug 05 16:41:22.526 INFO STEP 83: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
78952024-08-05T16:41:24.085Z[ recovery-image] Aug 05 16:41:22.536 INFO O| Aug 05 16:41:22.536 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/varpd.xml"
78962024-08-05T16:41:24.085Z[ recovery-image] Aug 05 16:41:22.536 INFO O| Aug 05 16:41:22.536 INFO STEP 83 (remove_files) COMPLETE
78972024-08-05T16:41:24.085Z[ recovery-image] Aug 05 16:41:22.536 INFO O| Aug 05 16:41:22.536 INFO STEP 84: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
78982024-08-05T16:41:24.095Z[ recovery-image] Aug 05 16:41:22.547 INFO O| Aug 05 16:41:22.547 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/system/device/allocate.xml"
78992024-08-05T16:41:24.095Z[ recovery-image] Aug 05 16:41:22.547 INFO O| Aug 05 16:41:22.547 INFO STEP 84 (remove_files) COMPLETE
79002024-08-05T16:41:24.098Z[ recovery-image] Aug 05 16:41:22.547 INFO O| Aug 05 16:41:22.547 INFO STEP 85: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
79012024-08-05T16:41:24.105Z[ recovery-image] Aug 05 16:41:22.557 INFO O| Aug 05 16:41:22.557 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/system/device/devices-audio.xml"
79022024-08-05T16:41:24.108Z[ recovery-image] Aug 05 16:41:22.557 INFO O| Aug 05 16:41:22.557 INFO STEP 85 (remove_files) COMPLETE
79032024-08-05T16:41:24.108Z[ recovery-image] Aug 05 16:41:22.557 INFO O| Aug 05 16:41:22.557 INFO STEP 86: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
79042024-08-05T16:41:24.118Z[ recovery-image] Aug 05 16:41:22.570 INFO O| Aug 05 16:41:22.570 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/usr/lib/devfsadm/linkmod/SUNW_audio_link.so"
79052024-08-05T16:41:24.121Z[ recovery-image] Aug 05 16:41:22.570 INFO O| Aug 05 16:41:22.570 INFO STEP 86 (remove_files) COMPLETE
79062024-08-05T16:41:24.121Z[ recovery-image] Aug 05 16:41:22.570 INFO O| Aug 05 16:41:22.570 INFO STEP 87: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
79072024-08-05T16:41:24.129Z[ recovery-image] Aug 05 16:41:22.581 INFO O| Aug 05 16:41:22.581 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/sndstat"
79082024-08-05T16:41:24.133Z[ recovery-image] Aug 05 16:41:22.581 INFO O| Aug 05 16:41:22.581 INFO STEP 87 (remove_files) COMPLETE
79092024-08-05T16:41:24.133Z[ recovery-image] Aug 05 16:41:22.581 INFO O| Aug 05 16:41:22.581 INFO STEP 88: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
79102024-08-05T16:41:24.141Z[ recovery-image] Aug 05 16:41:22.593 INFO O| Aug 05 16:41:22.593 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/system/device/mpxio-upgrade.xml"
79112024-08-05T16:41:24.142Z[ recovery-image] Aug 05 16:41:22.594 INFO O| Aug 05 16:41:22.593 INFO STEP 88 (remove_files) COMPLETE
79122024-08-05T16:41:24.144Z[ recovery-image] Aug 05 16:41:22.594 INFO O| Aug 05 16:41:22.593 INFO STEP 89: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
79132024-08-05T16:41:24.152Z[ recovery-image] Aug 05 16:41:22.604 INFO O| Aug 05 16:41:22.604 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/system/hostid.xml"
79142024-08-05T16:41:24.155Z[ recovery-image] Aug 05 16:41:22.605 INFO O| Aug 05 16:41:22.604 INFO STEP 89 (remove_files) COMPLETE
79152024-08-05T16:41:24.155Z[ recovery-image] Aug 05 16:41:22.605 INFO O| Aug 05 16:41:22.605 INFO STEP 90: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
79162024-08-05T16:41:24.164Z[ recovery-image] Aug 05 16:41:22.615 INFO O| Aug 05 16:41:22.615 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/system/idmap.xml"
79172024-08-05T16:41:24.167Z[ recovery-image] Aug 05 16:41:22.615 INFO O| Aug 05 16:41:22.615 INFO STEP 90 (remove_files) COMPLETE
79182024-08-05T16:41:24.167Z[ recovery-image] Aug 05 16:41:22.615 INFO O| Aug 05 16:41:22.615 INFO STEP 91: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
79192024-08-05T16:41:24.174Z[ recovery-image] Aug 05 16:41:22.625 INFO O| Aug 05 16:41:22.625 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/system/pkgserv.xml"
79202024-08-05T16:41:24.174Z[ recovery-image] Aug 05 16:41:22.626 INFO O| Aug 05 16:41:22.625 INFO STEP 91 (remove_files) COMPLETE
79212024-08-05T16:41:24.174Z[ recovery-image] Aug 05 16:41:22.626 INFO O| Aug 05 16:41:22.625 INFO STEP 92: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
79222024-08-05T16:41:24.184Z[ recovery-image] Aug 05 16:41:22.636 INFO O| Aug 05 16:41:22.636 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/system/zones.xml"
79232024-08-05T16:41:24.184Z[ recovery-image] Aug 05 16:41:22.636 INFO O| Aug 05 16:41:22.636 INFO STEP 92 (remove_files) COMPLETE
79242024-08-05T16:41:24.184Z[ recovery-image] Aug 05 16:41:22.636 INFO O| Aug 05 16:41:22.636 INFO STEP 93: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
79252024-08-05T16:41:24.195Z[ recovery-image] Aug 05 16:41:22.647 INFO O| Aug 05 16:41:22.647 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/system/intrd.xml"
79262024-08-05T16:41:24.195Z[ recovery-image] Aug 05 16:41:22.647 INFO O| Aug 05 16:41:22.647 INFO STEP 93 (remove_files) COMPLETE
79272024-08-05T16:41:24.195Z[ recovery-image] Aug 05 16:41:22.647 INFO O| Aug 05 16:41:22.647 INFO STEP 94: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
79282024-08-05T16:41:24.206Z[ recovery-image] Aug 05 16:41:22.658 INFO O| Aug 05 16:41:22.657 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/chrony.xml"
79292024-08-05T16:41:24.206Z[ recovery-image] Aug 05 16:41:22.658 INFO O| Aug 05 16:41:22.658 INFO STEP 94 (remove_files) COMPLETE
79302024-08-05T16:41:24.206Z[ recovery-image] Aug 05 16:41:22.658 INFO O| Aug 05 16:41:22.658 INFO STEP 95: seed_smf, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs-recovery.json
79312024-08-05T16:41:24.222Z[ recovery-image] Aug 05 16:41:22.674 INFO O| Aug 05 16:41:22.673 INFO file /rpool/images/build/recovery/tmp/gimlet/zfs-recovery/repo.db does not already exist, skipping removal
79322024-08-05T16:41:24.222Z[ recovery-image] Aug 05 16:41:22.674 INFO O| Aug 05 16:41:22.674 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_REPOSITORY": "/rpool/images/build/recovery/tmp/gimlet/zfs-recovery/repo.db", "SVCCFG_DTD": "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/usr/share/lib/xml/dtd/service_bundle.dtd.1"}
79332024-08-05T16:41:24.531Z[ host-image] Aug 05 16:41:22.983 INFO O| Aug 05 16:41:22.982 INFO O| Startup: Refreshing catalog 'helios-dev' ... Done
79342024-08-05T16:41:26.064Z[ host-image] Aug 05 16:41:24.515 INFO O| Aug 05 16:41:24.515 INFO O| Planning: Solver setup ... Done
79352024-08-05T16:41:26.067Z[ host-image] Aug 05 16:41:24.518 INFO O| Aug 05 16:41:24.518 INFO O| Planning: Running solver ... Done
79362024-08-05T16:41:26.106Z[ host-image] Aug 05 16:41:24.557 INFO O| Aug 05 16:41:24.557 INFO O| Planning: Finding local manifests ... Done
79372024-08-05T16:41:26.108Z[ host-image] Aug 05 16:41:24.558 INFO O| Aug 05 16:41:24.558 INFO O| Planning: Fetching manifests: 0/4 0% complete
79382024-08-05T16:41:26.217Z[ host-image] Aug 05 16:41:24.668 INFO O| Aug 05 16:41:24.668 INFO O| Planning: Fetching manifests: 4/4 100% complete
79392024-08-05T16:41:26.244Z[ host-image] Aug 05 16:41:24.695 INFO O| Aug 05 16:41:24.695 INFO O| Planning: Package planning ... Done
79402024-08-05T16:41:26.247Z[ host-image] Aug 05 16:41:24.699 INFO O| Aug 05 16:41:24.699 INFO O| Planning: Merging actions ... Done
79412024-08-05T16:41:26.330Z[ host-image] Aug 05 16:41:24.781 INFO O| Aug 05 16:41:24.781 INFO O| Planning: Checking for conflicting actions ... Done
79422024-08-05T16:41:26.337Z[ host-image] Aug 05 16:41:24.782 INFO O| Aug 05 16:41:24.782 INFO O| Planning: Consolidating action changes ... Done
79432024-08-05T16:41:26.586Z[ host-image] Aug 05 16:41:25.037 INFO O| Aug 05 16:41:25.037 INFO O| Planning: Evaluating mediators ... Done
79442024-08-05T16:41:26.589Z[ host-image] Aug 05 16:41:25.039 INFO O| Aug 05 16:41:25.039 INFO O| Planning: Planning completed in 2.06 seconds
79452024-08-05T16:41:26.589Z[ host-image] Aug 05 16:41:25.040 INFO O| Aug 05 16:41:25.040 INFO O| Packages to install: 4
79462024-08-05T16:41:26.589Z[ host-image] Aug 05 16:41:25.040 INFO O| Aug 05 16:41:25.040 INFO O| Services to change: 2
79472024-08-05T16:41:26.600Z[ host-image] Aug 05 16:41:25.051 INFO O| Aug 05 16:41:25.051 INFO O| Download: 0/102 items 0.0/1.4MB 0% complete
79482024-08-05T16:41:27.659Z[ host-image] Aug 05 16:41:26.110 INFO O| Aug 05 16:41:26.110 INFO O| Download: Completed 1.39 MB in 1.06 seconds (1.3M/s)
79492024-08-05T16:41:27.689Z[ host-image] Aug 05 16:41:26.140 INFO O| Aug 05 16:41:26.140 INFO O| Actions: 1/238 actions (Installing new actions)
79502024-08-05T16:41:27.807Z[ host-image] Aug 05 16:41:26.258 INFO O| Aug 05 16:41:26.258 INFO O| Actions: Completed 238 actions in 0.12 seconds.
79512024-08-05T16:41:28.079Z[ host-image] Aug 05 16:41:26.530 INFO O| Aug 05 16:41:26.530 INFO O| Done
79522024-08-05T16:41:28.079Z[ host-image] Aug 05 16:41:26.530 INFO O| Aug 05 16:41:26.530 INFO O| Done
79532024-08-05T16:41:28.531Z[ host-image] Aug 05 16:41:26.967 INFO O| Aug 05 16:41:26.967 INFO O| Done
79542024-08-05T16:41:29.915Z[ host-image] Aug 05 16:41:28.365 INFO O| Aug 05 16:41:28.365 INFO O| Done
79552024-08-05T16:41:29.939Z[ host-image] Aug 05 16:41:28.390 INFO O| Aug 05 16:41:28.390 INFO O| Done
79562024-08-05T16:41:29.940Z[ host-image] Aug 05 16:41:28.390 INFO O| Aug 05 16:41:28.390 INFO O| Done
79572024-08-05T16:41:29.955Z[ host-image] Aug 05 16:41:28.406 INFO O| Aug 05 16:41:28.406 INFO O| Done
79582024-08-05T16:41:30.055Z[ host-image] Aug 05 16:41:28.506 INFO O| Aug 05 16:41:28.505 INFO STEP 12 (pkg_install) COMPLETE
79592024-08-05T16:41:30.055Z[ host-image] Aug 05 16:41:28.506 INFO O| Aug 05 16:41:28.505 INFO STEP 13: pkg_install, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
79602024-08-05T16:41:30.067Z[ host-image] Aug 05 16:41:28.518 INFO O| Aug 05 16:41:28.518 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/host/work/gimlet/ramdisk", "install", "/library/libxmlsec1", "/ooce/library/postgresql-13", "/system/zones/brand/omicron1"]
79612024-08-05T16:41:30.552Z[ host-image] Aug 05 16:41:29.001 INFO O| Aug 05 16:41:29.001 INFO O| Startup: Refreshing catalog 'helios-dev' ... Done
79622024-08-05T16:41:30.866Z[ recovery-image] Aug 05 16:41:29.317 INFO O| Aug 05 16:41:29.316 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
79632024-08-05T16:41:30.866Z[ recovery-image] Aug 05 16:41:29.317 INFO O| Aug 05 16:41:29.316 INFO E| svccfg: Loaded 67 smf(7) service descriptions
79642024-08-05T16:41:30.880Z[ recovery-image] Aug 05 16:41:29.330 INFO O| Aug 05 16:41:29.330 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_REPOSITORY": "/rpool/images/build/recovery/tmp/gimlet/zfs-recovery/repo.db", "PKG_INSTALL_ROOT": "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a", "SVCCFG_DTD": "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/usr/share/lib/xml/dtd/service_bundle.dtd.1"}
79652024-08-05T16:41:30.959Z[ recovery-image] Aug 05 16:41:29.409 INFO O| Aug 05 16:41:29.409 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/svc/repository.db does not exist
79662024-08-05T16:41:30.959Z[ recovery-image] Aug 05 16:41:29.409 INFO O| Aug 05 16:41:29.409 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 ...
79672024-08-05T16:41:30.963Z[ recovery-image] Aug 05 16:41:29.411 INFO O| Aug 05 16:41:29.411 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/svc/repository.db
79682024-08-05T16:41:30.963Z[ recovery-image] Aug 05 16:41:29.411 INFO O| Aug 05 16:41:29.411 INFO ok!
79692024-08-05T16:41:30.963Z[ recovery-image] Aug 05 16:41:29.411 INFO O| Aug 05 16:41:29.411 INFO file /rpool/images/build/recovery/tmp/gimlet/zfs-recovery/repo.db exists (as File), removing
79702024-08-05T16:41:30.963Z[ recovery-image] Aug 05 16:41:29.411 INFO O| Aug 05 16:41:29.411 INFO STEP 95 (seed_smf) COMPLETE
79712024-08-05T16:41:30.963Z[ recovery-image] Aug 05 16:41:29.411 INFO O| Aug 05 16:41:29.411 INFO steps complete; finalising image!
79722024-08-05T16:41:30.963Z[ recovery-image] Aug 05 16:41:29.411 INFO O| Aug 05 16:41:29.411 INFO TRIM POOL: TEMPORARY-gimlet-zfs-recovery
79732024-08-05T16:41:31.000Z[ recovery-image] Aug 05 16:41:29.450 INFO O| Aug 05 16:41:29.450 INFO trim TEMPORARY-gimlet-zfs-recovery: (10% trimmed, started at Mon Aug 5 16:41:29 2024)
79742024-08-05T16:41:31.225Z[ recovery-image] Aug 05 16:41:29.675 INFO O| Aug 05 16:41:29.675 INFO temporary pool has 396M used, 1.36G avail, 1.00x compressratio
79752024-08-05T16:41:31.225Z[ recovery-image] Aug 05 16:41:29.675 INFO O| Aug 05 16:41:29.675 INFO EXPORT POOL: TEMPORARY-gimlet-zfs-recovery
79762024-08-05T16:41:31.446Z[ recovery-image] Aug 05 16:41:29.896 INFO O| Aug 05 16:41:29.896 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
79772024-08-05T16:41:31.446Z[ recovery-image] Aug 05 16:41:29.896 INFO O| Aug 05 16:41:29.896 INFO file /rpool/images/build/recovery/output/gimlet-zfs-recovery.raw does not already exist, skipping removal
79782024-08-05T16:41:31.942Z[ host-image] Aug 05 16:41:30.393 INFO O| Aug 05 16:41:30.393 INFO O| Planning: Solver setup ... Done
79792024-08-05T16:41:31.946Z[ host-image] Aug 05 16:41:30.397 INFO O| Aug 05 16:41:30.397 INFO O| Planning: Running solver ... Done
79802024-08-05T16:41:31.983Z[ host-image] Aug 05 16:41:30.433 INFO O| Aug 05 16:41:30.433 INFO O| Planning: Finding local manifests ... Done
79812024-08-05T16:41:31.986Z[ host-image] Aug 05 16:41:30.435 INFO O| Aug 05 16:41:30.435 INFO O| Planning: Fetching manifests: 0/6 0% complete
79822024-08-05T16:41:32.133Z[ host-image] Aug 05 16:41:30.583 INFO O| Aug 05 16:41:30.583 INFO O| Planning: Fetching manifests: 6/6 100% complete
79832024-08-05T16:41:32.168Z[ host-image] Aug 05 16:41:30.619 INFO O| Aug 05 16:41:30.618 INFO O| Planning: Package planning ... Done
79842024-08-05T16:41:32.187Z[ host-image] Aug 05 16:41:30.637 INFO O| Aug 05 16:41:30.637 INFO O| Planning: Merging actions ... Done
79852024-08-05T16:41:32.261Z[ host-image] Aug 05 16:41:30.711 INFO O| Aug 05 16:41:30.711 INFO O| Planning: Checking for conflicting actions ... Done
79862024-08-05T16:41:32.264Z[ host-image] Aug 05 16:41:30.715 INFO O| Aug 05 16:41:30.715 INFO O| Planning: Consolidating action changes ... Done
79872024-08-05T16:41:32.576Z[ host-image] Aug 05 16:41:31.026 INFO O| Aug 05 16:41:31.026 INFO O| Planning: Evaluating mediators ... Done
79882024-08-05T16:41:32.580Z[ host-image] Aug 05 16:41:31.030 INFO O| Aug 05 16:41:31.030 INFO O| Planning: Planning completed in 2.03 seconds
79892024-08-05T16:41:32.583Z[ host-image] Aug 05 16:41:31.032 INFO O| Aug 05 16:41:31.032 INFO O| Packages to install: 6
79902024-08-05T16:41:32.583Z[ host-image] Aug 05 16:41:31.032 INFO O| Aug 05 16:41:31.032 INFO O| Mediators to change: 1
79912024-08-05T16:41:32.583Z[ host-image] Aug 05 16:41:31.032 INFO O| Aug 05 16:41:31.032 INFO O| Services to change: 1
79922024-08-05T16:41:32.595Z[ host-image] Aug 05 16:41:31.045 INFO O| Aug 05 16:41:31.045 INFO O| Download: 0/1140 items 0.0/8.4MB 0% complete
79932024-08-05T16:41:34.372Z[ recovery-image] Aug 05 16:41:32.822 INFO O| Aug 05 16:41:32.822 INFO perms are 1600, should be 644, path: /rpool/images/build/recovery/output/gimlet-zfs-recovery.raw
79942024-08-05T16:41:34.373Z[ recovery-image] Aug 05 16:41:32.822 INFO O| Aug 05 16:41:32.822 INFO chmod ok, path: /rpool/images/build/recovery/output/gimlet-zfs-recovery.raw
79952024-08-05T16:41:34.375Z[ recovery-image] Aug 05 16:41:32.822 INFO O| Aug 05 16:41:32.822 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/output/gimlet-zfs-recovery.raw
79962024-08-05T16:41:34.375Z[ recovery-image] Aug 05 16:41:32.822 INFO O| Aug 05 16:41:32.822 INFO completed processing gimlet/zfs-recovery
79972024-08-05T16:41:34.376Z[ recovery-image] Aug 05 16:41:32.822 INFO O| Aug 05 16:41:32.822 INFO DESTROY DATASET: rpool/images/build/recovery/work/gimlet/zfs-recovery
79982024-08-05T16:41:34.946Z[ recovery-image] Aug 05 16:41:33.396 INFO O| Aug 05 16:41:33.395 INFO DESTROY DATASET: rpool/images/build/recovery/tmp/gimlet/zfs-recovery
79992024-08-05T16:41:35.030Z[ recovery-image] Aug 05 16:41:33.480 INFO BUILD STRING "heads/stlouis-0-g795571e95f\n"
80002024-08-05T16:41:35.030Z[ recovery-image] Aug 05 16:41:33.480 INFO expanded image name: "recovery 4678f7d/${os_short_commit} 2024-08-05 16:14" -> "recovery 4678f7d/795571e 2024-08-05 16:14"
80012024-08-05T16:41:35.034Z[ recovery-image] Aug 05 16:41:33.480 INFO output artefacts stored in: "/work/os-recovery"
80022024-08-05T16:41:35.034Z[ recovery-image] Aug 05 16:41:33.480 INFO collecting git info from project "phbl"...
80032024-08-05T16:41:35.038Z[ recovery-image] Aug 05 16:41:33.488 INFO collecting git info from project "amd-host-image-builder"...
80042024-08-05T16:41:35.285Z[ recovery-image] Aug 05 16:41:33.734 INFO collecting git info from project "pilot"...
80052024-08-05T16:41:35.296Z[ recovery-image] Aug 05 16:41:33.745 INFO collecting git info from project "chelsio-t6-roms"...
80062024-08-05T16:41:35.318Z[ recovery-image] Aug 05 16:41:33.768 INFO collecting git info from project "pinprick"...
80072024-08-05T16:41:35.324Z[ recovery-image] Aug 05 16:41:33.774 INFO collecting git info from project "image-builder"...
80082024-08-05T16:41:35.330Z[ recovery-image] Aug 05 16:41:33.780 INFO collecting git info from project "bootserver"...
80092024-08-05T16:41:35.336Z[ recovery-image] Aug 05 16:41:33.786 INFO collecting git info from project "amd-firmware"...
80102024-08-05T16:41:35.469Z[ recovery-image] Aug 05 16:41:33.919 INFO collecting packaging info "pkg-publishers.txt": ["publisher", "-F", "tsv"]...
80112024-08-05T16:41:35.832Z[ recovery-image] Aug 05 16:41:34.281 INFO collecting packaging info "pkg-list.txt": ["list", "-H", "-v"]...
80122024-08-05T16:41:36.184Z[ recovery-image] Aug 05 16:41:34.634 INFO creating Oxide boot image...
80132024-08-05T16:41:36.184Z[ recovery-image] Aug 05 16:41:34.634 INFO exec: ["/work/oxidecomputer/helios/projects/bootserver/target/release/mkimage", "-i", "/rpool/images/build/recovery/output/gimlet-zfs-recovery.raw", "-N", "recovery 4678f7d/795571e 2024-08-05 16:14", "-o", "/work/os-recovery/zfs.img", "-O", "/work/oxidecomputer/helios/tmp/image.recovery/boot_image_csum", "-s", "4096", "-z"], pwd: None
80142024-08-05T16:41:37.597Z[ host-image] Aug 05 16:41:36.046 INFO O| Aug 05 16:41:36.045 INFO O| Download: 514/1140 items 2.6/8.4MB 31% complete (547k/s)
80152024-08-05T16:41:42.962Z[ host-image] Aug 05 16:41:41.411 INFO O| Aug 05 16:41:41.411 INFO O| Download: 1117/1140 items 6.6/8.4MB 78% complete (817k/s)
80162024-08-05T16:41:43.118Z[ host-image] Aug 05 16:41:41.566 INFO O| Aug 05 16:41:41.566 INFO O| Download: Completed 8.42 MB in 10.52 seconds (819k/s)
80172024-08-05T16:41:43.170Z[ host-image] Aug 05 16:41:41.619 INFO O| Aug 05 16:41:41.619 INFO O| Actions: 1/1361 actions (Installing new actions)
80182024-08-05T16:41:43.771Z[ host-image] Aug 05 16:41:42.032 INFO O| Aug 05 16:41:42.032 INFO O| Actions: Completed 1361 actions in 0.41 seconds.
80192024-08-05T16:41:43.815Z[ host-image] Aug 05 16:41:42.263 INFO O| Aug 05 16:41:42.263 INFO O| Done
80202024-08-05T16:41:43.815Z[ host-image] Aug 05 16:41:42.263 INFO O| Aug 05 16:41:42.263 INFO O| Done
80212024-08-05T16:41:44.144Z[ host-image] Aug 05 16:41:42.593 INFO O| Aug 05 16:41:42.592 INFO O| Done
80222024-08-05T16:41:45.336Z[ host-image] Aug 05 16:41:43.784 INFO O| Aug 05 16:41:43.784 INFO O| Done
80232024-08-05T16:41:45.360Z[ host-image] Aug 05 16:41:43.809 INFO O| Aug 05 16:41:43.808 INFO O| Done
80242024-08-05T16:41:45.363Z[ host-image] Aug 05 16:41:43.809 INFO O| Aug 05 16:41:43.809 INFO O| Done
80252024-08-05T16:41:45.398Z[ host-image] Aug 05 16:41:43.846 INFO O| Aug 05 16:41:43.846 INFO O| Done
80262024-08-05T16:41:45.495Z[ host-image] Aug 05 16:41:43.943 INFO O| Aug 05 16:41:43.942 INFO STEP 13 (pkg_install) COMPLETE
80272024-08-05T16:41:45.495Z[ host-image] Aug 05 16:41:43.943 INFO O| Aug 05 16:41:43.943 INFO STEP 14: pkg_install, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
80282024-08-05T16:41:45.505Z[ host-image] Aug 05 16:41:43.954 INFO O| Aug 05 16:41:43.954 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/host/work/gimlet/ramdisk", "install", "/driver/network/opte@0.33.277"]
80292024-08-05T16:41:45.934Z[ host-image] Aug 05 16:41:44.381 INFO O| Aug 05 16:41:44.381 INFO O| Startup: Refreshing catalog 'helios-dev' ... Done
80302024-08-05T16:41:47.259Z[ host-image] Aug 05 16:41:45.707 INFO O| Aug 05 16:41:45.707 INFO O| Planning: Solver setup ... Done
80312024-08-05T16:41:47.263Z[ host-image] Aug 05 16:41:45.711 INFO O| Aug 05 16:41:45.711 INFO O| Planning: Running solver ... Done
80322024-08-05T16:41:47.301Z[ host-image] Aug 05 16:41:45.749 INFO O| Aug 05 16:41:45.749 INFO O| Planning: Finding local manifests ... Done
80332024-08-05T16:41:47.304Z[ host-image] Aug 05 16:41:45.749 INFO O| Aug 05 16:41:45.749 INFO O| Planning: Fetching manifests: 0/1 0% complete
80342024-08-05T16:41:47.362Z[ host-image] Aug 05 16:41:45.810 INFO O| Aug 05 16:41:45.810 INFO O| Planning: Fetching manifests: 1/1 100% complete
80352024-08-05T16:41:47.381Z[ host-image] Aug 05 16:41:45.830 INFO O| Aug 05 16:41:45.829 INFO O| Planning: Package planning ... Done
80362024-08-05T16:41:47.385Z[ host-image] Aug 05 16:41:45.830 INFO O| Aug 05 16:41:45.830 INFO O| Planning: Merging actions ... Done
80372024-08-05T16:41:47.442Z[ host-image] Aug 05 16:41:45.890 INFO O| Aug 05 16:41:45.890 INFO O| Planning: Checking for conflicting actions ... Done
80382024-08-05T16:41:47.445Z[ host-image] Aug 05 16:41:45.891 INFO O| Aug 05 16:41:45.891 INFO O| Planning: Consolidating action changes ... Done
80392024-08-05T16:41:47.687Z[ host-image] Aug 05 16:41:46.135 INFO O| Aug 05 16:41:46.135 INFO O| Planning: Evaluating mediators ... Done
80402024-08-05T16:41:47.689Z[ host-image] Aug 05 16:41:46.135 INFO O| Aug 05 16:41:46.135 INFO O| Planning: Planning completed in 1.75 seconds
80412024-08-05T16:41:47.689Z[ host-image] Aug 05 16:41:46.137 INFO O| Aug 05 16:41:46.137 INFO O| Packages to install: 1
80422024-08-05T16:41:47.699Z[ host-image] Aug 05 16:41:46.147 INFO O| Aug 05 16:41:46.147 INFO O| Download: 0/4 items 0.0/20.9MB 0% complete
80432024-08-05T16:41:48.351Z[ host-image] Aug 05 16:41:46.799 INFO O| Aug 05 16:41:46.798 INFO O| Download: Completed 20.86 MB in 0.65 seconds (32.0M/s)
80442024-08-05T16:41:48.374Z[ host-image] Aug 05 16:41:46.822 INFO O| Aug 05 16:41:46.822 INFO O| Actions: 1/22 actions (Installing new actions)
80452024-08-05T16:41:48.891Z[ host-image] Aug 05 16:41:47.335 INFO O| Aug 05 16:41:47.335 INFO O| Actions: Completed 22 actions in 0.51 seconds.
80462024-08-05T16:41:49.108Z[ host-image] Aug 05 16:41:47.556 INFO O| Aug 05 16:41:47.556 INFO O| Done
80472024-08-05T16:41:49.108Z[ host-image] Aug 05 16:41:47.556 INFO O| Aug 05 16:41:47.556 INFO O| Done
80482024-08-05T16:41:49.432Z[ host-image] Aug 05 16:41:47.880 INFO O| Aug 05 16:41:47.880 INFO O| Done
80492024-08-05T16:41:50.647Z[ host-image] Aug 05 16:41:49.095 INFO O| Aug 05 16:41:49.095 INFO O| Done
80502024-08-05T16:41:50.677Z[ host-image] Aug 05 16:41:49.124 INFO O| Aug 05 16:41:49.124 INFO O| Done
80512024-08-05T16:41:50.677Z[ host-image] Aug 05 16:41:49.124 INFO O| Aug 05 16:41:49.124 INFO O| Done
80522024-08-05T16:41:50.687Z[ host-image] Aug 05 16:41:49.134 INFO O| Aug 05 16:41:49.134 INFO O| Done
80532024-08-05T16:41:50.784Z[ host-image] Aug 05 16:41:49.231 INFO O| Aug 05 16:41:49.231 INFO STEP 14 (pkg_install) COMPLETE
80542024-08-05T16:41:50.784Z[ host-image] Aug 05 16:41:49.231 INFO O| Aug 05 16:41:49.231 INFO STEP 15: pkg_install, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
80552024-08-05T16:41:50.784Z[ host-image] Aug 05 16:41:49.231 INFO O| Aug 05 16:41:49.231 INFO skip step because feature "mfg" is not enabled
80562024-08-05T16:41:50.787Z[ host-image] Aug 05 16:41:49.231 INFO O| Aug 05 16:41:49.231 INFO STEP 16: pkg_install, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
80572024-08-05T16:41:50.787Z[ host-image] Aug 05 16:41:49.231 INFO O| Aug 05 16:41:49.231 INFO skip step because feature "compliance" is not enabled
80582024-08-05T16:41:50.787Z[ host-image] Aug 05 16:41:49.231 INFO O| Aug 05 16:41:49.231 INFO STEP 17: pkg_install, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
80592024-08-05T16:41:50.787Z[ host-image] Aug 05 16:41:49.231 INFO O| Aug 05 16:41:49.231 INFO skip step because feature "stress" is not enabled
80602024-08-05T16:41:50.787Z[ host-image] Aug 05 16:41:49.231 INFO O| Aug 05 16:41:49.231 INFO STEP 18: pkg_install, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
80612024-08-05T16:41:50.787Z[ host-image] Aug 05 16:41:49.231 INFO O| Aug 05 16:41:49.231 INFO skip step because feature "nfs" is not enabled
80622024-08-05T16:41:50.787Z[ host-image] Aug 05 16:41:49.231 INFO O| Aug 05 16:41:49.231 INFO creating output snapshot rpool/images/build/host/work/gimlet/ramdisk@os
80632024-08-05T16:41:50.787Z[ host-image] Aug 05 16:41:49.231 INFO O| Aug 05 16:41:49.231 INFO CREATE SNAPSHOT: rpool/images/build/host/work/gimlet/ramdisk@os
80642024-08-05T16:41:50.847Z[ host-image] Aug 05 16:41:49.294 INFO O| Aug 05 16:41:49.294 INFO DESTROY DATASET: rpool/images/build/host/tmp/gimlet/ramdisk-01-os
80652024-08-05T16:41:50.923Z[ host-image] Aug 05 16:41:49.371 INFO O| Aug 05 16:41:49.370 INFO completed processing gimlet/ramdisk-01-os
80662024-08-05T16:41:50.926Z[ host-image] Aug 05 16:41:49.372 INFO omicron1 baseline generation...
80672024-08-05T16:41:50.926Z[ host-image] Aug 05 16:41:49.373 INFO exec: ["/usr/lib/brand/omicron1/baseline", "-R", "/rpool/images/build/host/work/gimlet/ramdisk", "/work/oxidecomputer/helios/tmp/image.host/omicron1"], pwd: None
80682024-08-05T16:41:51.318Z[ host-image] Aug 05 16:41:49.765 INFO O| incorp = pkg://helios-dev/consolidation/osnet/osnet-incorporation@0.5.11-2.0.22799:20240802T172233Z
80692024-08-05T16:42:30.537Z[ recovery-image] Aug 05 16:42:28.978 INFO O| ok, image written!
80702024-08-05T16:42:30.537Z[ recovery-image] Aug 05 16:42:28.978 INFO O| ok, boot_image_csum file written!
80712024-08-05T16:42:30.540Z[ recovery-image] Aug 05 16:42:28.981 INFO creating boot archive (CPIO)...
80722024-08-05T16:42:30.540Z[ recovery-image] Aug 05 16:42:28.981 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
80732024-08-05T16:42:30.550Z[ recovery-image] Aug 05 16:42:28.992 INFO E| + root=/rpool/images/build/recovery/work/gimlet/ramdisk
80742024-08-05T16:42:30.550Z[ recovery-image] Aug 05 16:42:28.992 INFO E| + outfile=/work/os-recovery/cpio
80752024-08-05T16:42:30.553Z[ recovery-image] Aug 05 16:42:28.992 INFO E| + tmpdir=/work/oxidecomputer/helios/tmp/image.recovery
80762024-08-05T16:42:30.553Z[ recovery-image] Aug 05 16:42:28.994 INFO E| + cd /rpool/images/build/recovery/work/gimlet/ramdisk
80772024-08-05T16:42:30.553Z[ recovery-image] Aug 05 16:42:28.994 INFO E| + cpio -qo -H odc -O /work/os-recovery/cpio
80782024-08-05T16:42:30.586Z[ recovery-image] Aug 05 16:42:29.027 INFO E| + cd /work/oxidecomputer/helios/tmp/image.recovery
80792024-08-05T16:42:30.587Z[ recovery-image] Aug 05 16:42:29.028 INFO E| + cpio -qo -H odc -AO /work/os-recovery/cpio
80802024-08-05T16:42:30.594Z[ recovery-image] Aug 05 16:42:29.035 INFO creating compressed cpio/unix for nanobl-rs...
80812024-08-05T16:42:30.594Z[ recovery-image] Aug 05 16:42:29.035 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
80822024-08-05T16:42:30.874Z[ recovery-image] Aug 05 16:42:29.315 INFO exec: ["bash", "-c", "\'/work/oxidecomputer/helios/projects/pinprick/target/release/pinprick\' \'/work/os-recovery/cpio\' >\'/work/os-recovery/cpio.z\'"], pwd: None
80832024-08-05T16:42:35.252Z[ recovery-image] Aug 05 16:42:33.693 INFO creating reset image...
80842024-08-05T16:42:35.255Z[ recovery-image] Aug 05 16:42:33.693 INFO exec: ["cargo", "xtask", "build", "--release", "--cpioz", "/work/os-recovery/cpio.z"], pwd: Some("/work/oxidecomputer/helios/projects/phbl")
80852024-08-05T16:42:35.498Z[ recovery-image] Aug 05 16:42:33.938 INFO E| Updating crates.io index
80862024-08-05T16:42:35.640Z[ recovery-image] Aug 05 16:42:34.080 INFO E| Downloading crates ...
80872024-08-05T16:42:35.711Z[ recovery-image] Aug 05 16:42:34.151 INFO E| Downloaded anstyle-parse v0.2.3
80882024-08-05T16:42:35.717Z[ recovery-image] Aug 05 16:42:34.157 INFO E| Downloaded anstyle-query v1.0.2
80892024-08-05T16:42:35.719Z[ recovery-image] Aug 05 16:42:34.160 INFO E| Downloaded clap_derive v4.5.3
80902024-08-05T16:42:35.722Z[ recovery-image] Aug 05 16:42:34.162 INFO E| Downloaded colorchoice v1.0.0
80912024-08-05T16:42:35.726Z[ recovery-image] Aug 05 16:42:34.166 INFO E| Downloaded anstream v0.6.13
80922024-08-05T16:42:35.728Z[ recovery-image] Aug 05 16:42:34.169 INFO E| Downloaded shared_child v1.0.0
80932024-08-05T16:42:35.731Z[ recovery-image] Aug 05 16:42:34.170 INFO E| Downloaded os_pipe v1.1.5
80942024-08-05T16:42:35.731Z[ recovery-image] Aug 05 16:42:34.171 INFO E| Downloaded anstyle v1.0.6
80952024-08-05T16:42:35.734Z[ recovery-image] Aug 05 16:42:34.174 INFO E| Downloaded strsim v0.11.0
80962024-08-05T16:42:35.737Z[ recovery-image] Aug 05 16:42:34.178 INFO E| Downloaded duct v0.13.7
80972024-08-05T16:42:35.743Z[ recovery-image] Aug 05 16:42:34.183 INFO E| Downloaded proc-macro2 v1.0.79
80982024-08-05T16:42:35.746Z[ recovery-image] Aug 05 16:42:34.186 INFO E| Downloaded clap v4.5.3
80992024-08-05T16:42:35.768Z[ recovery-image] Aug 05 16:42:34.208 INFO E| Downloaded clap_builder v4.5.2
81002024-08-05T16:42:35.780Z[ recovery-image] Aug 05 16:42:34.221 INFO E| Downloaded syn v2.0.53
81012024-08-05T16:42:35.810Z[ recovery-image] Aug 05 16:42:34.250 INFO E| Downloaded libc v0.2.153
81022024-08-05T16:42:35.890Z[ recovery-image] Aug 05 16:42:34.330 INFO E| Compiling proc-macro2 v1.0.79
81032024-08-05T16:42:35.890Z[ recovery-image] Aug 05 16:42:34.330 INFO E| Compiling libc v0.2.153
81042024-08-05T16:42:35.893Z[ recovery-image] Aug 05 16:42:34.330 INFO E| Compiling unicode-ident v1.0.12
81052024-08-05T16:42:35.893Z[ recovery-image] Aug 05 16:42:34.330 INFO E| Compiling utf8parse v0.2.1
81062024-08-05T16:42:35.893Z[ recovery-image] Aug 05 16:42:34.330 INFO E| Compiling anstyle v1.0.6
81072024-08-05T16:42:35.893Z[ recovery-image] Aug 05 16:42:34.330 INFO E| Compiling colorchoice v1.0.0
81082024-08-05T16:42:35.893Z[ recovery-image] Aug 05 16:42:34.331 INFO E| Compiling anstyle-query v1.0.2
81092024-08-05T16:42:35.893Z[ recovery-image] Aug 05 16:42:34.331 INFO E| Compiling clap_lex v0.7.0
81102024-08-05T16:42:36.092Z[ recovery-image] Aug 05 16:42:34.532 INFO E| Compiling anstyle-parse v0.2.3
81112024-08-05T16:42:36.140Z[ recovery-image] Aug 05 16:42:34.580 INFO E| Compiling heck v0.5.0
81122024-08-05T16:42:36.140Z[ recovery-image] Aug 05 16:42:34.580 INFO E| Compiling strsim v0.11.0
81132024-08-05T16:42:36.140Z[ recovery-image] Aug 05 16:42:34.580 INFO E| Compiling once_cell v1.19.0
81142024-08-05T16:42:36.490Z[ recovery-image] Aug 05 16:42:34.929 INFO E| Compiling anstream v0.6.13
81152024-08-05T16:42:36.884Z[ recovery-image] Aug 05 16:42:35.324 INFO E| Compiling clap_builder v4.5.2
81162024-08-05T16:42:37.377Z[ recovery-image] Aug 05 16:42:35.817 INFO E| Compiling os_pipe v1.1.5
81172024-08-05T16:42:37.377Z[ recovery-image] Aug 05 16:42:35.817 INFO E| Compiling shared_child v1.0.0
81182024-08-05T16:42:37.472Z[ recovery-image] Aug 05 16:42:35.912 INFO E| Compiling quote v1.0.35
81192024-08-05T16:42:37.526Z[ recovery-image] Aug 05 16:42:35.966 INFO E| Compiling duct v0.13.7
81202024-08-05T16:42:37.840Z[ recovery-image] Aug 05 16:42:36.280 INFO E| Compiling syn v2.0.53
81212024-08-05T16:42:42.977Z[ recovery-image] Aug 05 16:42:41.416 INFO E| Compiling clap_derive v4.5.3
81222024-08-05T16:42:43.295Z[ host-image] Aug 05 16:42:41.734 INFO O| install = pkg://helios-dev/SUNWcs@0.5.11-2.0.22799:20240802T172305Z
81232024-08-05T16:42:43.295Z[ host-image] Aug 05 16:42:41.734 INFO O| install = pkg://helios-dev/SUNWcsd@0.5.11-2.0.22799:20240802T172305Z
81242024-08-05T16:42:43.298Z[ host-image] Aug 05 16:42:41.734 INFO O| install = pkg://helios-dev/compress/brotli@1.0.9-2.0:20230621T185813Z
81252024-08-05T16:42:43.298Z[ host-image] Aug 05 16:42:41.734 INFO O| install = pkg://helios-dev/compress/bzip2@1.0.8-2.0:20230621T185759Z
81262024-08-05T16:42:43.298Z[ host-image] Aug 05 16:42:41.735 INFO O| install = pkg://helios-dev/compress/gzip@1.12-2.0:20230621T185838Z
81272024-08-05T16:42:43.298Z[ host-image] Aug 05 16:42:41.735 INFO O| install = pkg://helios-dev/compress/lz4@1.9.4-2.0:20230621T185820Z
81282024-08-05T16:42:43.298Z[ host-image] Aug 05 16:42:41.736 INFO O| install = pkg://helios-dev/compress/xz@5.4.2-2.0:20230621T190107Z
81292024-08-05T16:42:43.298Z[ host-image] Aug 05 16:42:41.736 INFO O| install = pkg://helios-dev/compress/zstd@1.5.5-2.0:20230621T190025Z
81302024-08-05T16:42:43.298Z[ host-image] Aug 05 16:42:41.736 INFO O| install = pkg://helios-dev/consolidation/oxide/omicron1-brand-incorporation@1.0.22:20240315T231141Z
81312024-08-05T16:42:43.298Z[ host-image] Aug 05 16:42:41.736 INFO O| install = pkg://helios-dev/database/sqlite-3@3.41.2-2.0:20230621T190437Z
81322024-08-05T16:42:43.298Z[ host-image] Aug 05 16:42:41.736 INFO O| install = pkg://helios-dev/developer/acpi@0.5.11-2.0.22799:20240802T172305Z
81332024-08-05T16:42:43.301Z[ host-image] Aug 05 16:42:41.738 INFO O| install = pkg://helios-dev/developer/debug/mdb@0.5.11-2.0.22799:20240802T172306Z
81342024-08-05T16:42:43.301Z[ host-image] Aug 05 16:42:41.739 INFO O| install = pkg://helios-dev/developer/dtrace@0.5.11-2.0.22799:20240802T172306Z
81352024-08-05T16:42:43.301Z[ host-image] Aug 05 16:42:41.739 INFO O| install = pkg://helios-dev/developer/linker@0.5.11-2.0.22799:20240802T172306Z
81362024-08-05T16:42:43.302Z[ host-image] Aug 05 16:42:41.739 INFO O| install = pkg://helios-dev/developer/macro/cpp@20220808-2.0:20230621T191251Z
81372024-08-05T16:42:43.302Z[ host-image] Aug 05 16:42:41.740 INFO O| install = pkg://helios-dev/developer/object-file@0.5.11-2.0.22799:20240802T172306Z
81382024-08-05T16:42:43.304Z[ host-image] Aug 05 16:42:41.741 INFO O| install = pkg://helios-dev/diagnostic/cpu-counters@0.5.11-2.0.22799:20240802T172306Z
81392024-08-05T16:42:43.304Z[ host-image] Aug 05 16:42:41.741 INFO O| install = pkg://helios-dev/diagnostic/diskinfo@0.5.11-2.0.22799:20240802T172306Z
81402024-08-05T16:42:43.304Z[ host-image] Aug 05 16:42:41.741 INFO O| install = pkg://helios-dev/diagnostic/pci@0.5.11-2.0.22799:20240802T172307Z
81412024-08-05T16:42:43.304Z[ host-image] Aug 05 16:42:41.741 INFO O| install = pkg://helios-dev/driver/audio@0.5.11-2.0.22799:20240802T172307Z
81422024-08-05T16:42:43.304Z[ host-image] Aug 05 16:42:41.741 INFO O| install = pkg://helios-dev/driver/cpu/amd/zen@0.5.11-2.0.22799:20240802T172308Z
81432024-08-05T16:42:43.305Z[ host-image] Aug 05 16:42:41.741 INFO O| install = pkg://helios-dev/driver/cpu/sensor@0.5.11-2.0.22799:20240802T172308Z
81442024-08-05T16:42:43.305Z[ host-image] Aug 05 16:42:41.742 INFO O| install = pkg://helios-dev/driver/gpio/amd/zen@0.5.11-2.0.22799:20240802T172308Z
81452024-08-05T16:42:43.305Z[ host-image] Aug 05 16:42:41.742 INFO O| install = pkg://helios-dev/driver/misc/tofino@0.5.11-2.0.22799:20240802T172309Z
81462024-08-05T16:42:43.305Z[ host-image] Aug 05 16:42:41.742 INFO O| install = pkg://helios-dev/driver/network/cxgbe@0.5.11-2.0.22799:20240802T172310Z
81472024-08-05T16:42:43.305Z[ host-image] Aug 05 16:42:41.742 INFO O| install = pkg://helios-dev/driver/network/e1000g@0.5.11-2.0.22799:20240802T172310Z
81482024-08-05T16:42:43.305Z[ host-image] Aug 05 16:42:41.742 INFO O| install = pkg://helios-dev/driver/network/igb@0.5.11-2.0.22799:20240802T172311Z
81492024-08-05T16:42:43.305Z[ host-image] Aug 05 16:42:41.742 INFO O| install = pkg://helios-dev/driver/network/ixgbe@0.5.11-2.0.22799:20240802T172312Z
81502024-08-05T16:42:43.305Z[ host-image] Aug 05 16:42:41.742 INFO O| install = pkg://helios-dev/driver/network/opte@0.33.277:20240715T222928Z
81512024-08-05T16:42:43.305Z[ host-image] Aug 05 16:42:41.743 INFO O| install = pkg://helios-dev/driver/network/rge@0.5.11-2.0.22799:20240802T172313Z
81522024-08-05T16:42:43.305Z[ host-image] Aug 05 16:42:41.743 INFO O| install = pkg://helios-dev/driver/serial/usbser@0.5.11-2.0.22799:20240802T172315Z
81532024-08-05T16:42:43.305Z[ host-image] Aug 05 16:42:41.743 INFO O| install = pkg://helios-dev/driver/storage/blkdev@0.5.11-2.0.22799:20240802T172316Z
81542024-08-05T16:42:43.305Z[ host-image] Aug 05 16:42:41.743 INFO O| install = pkg://helios-dev/driver/storage/nvme@0.5.11-2.0.22799:20240802T172317Z
81552024-08-05T16:42:43.308Z[ host-image] Aug 05 16:42:41.744 INFO O| install = pkg://helios-dev/driver/usb@0.5.11-2.0.22799:20240802T172318Z
81562024-08-05T16:42:43.308Z[ host-image] Aug 05 16:42:41.744 INFO O| install = pkg://helios-dev/driver/x11/xsvc@0.5.11-2.0.22799:20240802T172318Z
81572024-08-05T16:42:43.315Z[ host-image] Aug 05 16:42:41.754 INFO O| install = pkg://helios-dev/editor/vim@9.0.1443-2.0:20230621T192540Z
81582024-08-05T16:42:43.315Z[ host-image] Aug 05 16:42:41.754 INFO O| install = pkg://helios-dev/install/beadm@0.5.11-2.0.22799:20240802T172318Z
81592024-08-05T16:42:43.317Z[ host-image] Aug 05 16:42:41.754 INFO O| install = pkg://helios-dev/library/expat@2.5.0-2.0:20230621T192934Z
81602024-08-05T16:42:43.317Z[ host-image] Aug 05 16:42:41.754 INFO O| install = pkg://helios-dev/library/libedit@3.1-2.0:20230621T193242Z
81612024-08-05T16:42:43.317Z[ host-image] Aug 05 16:42:41.755 INFO O| install = pkg://helios-dev/library/libidn@1.41-2.0:20230621T193402Z
81622024-08-05T16:42:43.318Z[ host-image] Aug 05 16:42:41.755 INFO O| install = pkg://helios-dev/library/libtecla@1.6.0-2.0.22799:20240802T172318Z
81632024-08-05T16:42:43.318Z[ host-image] Aug 05 16:42:41.755 INFO O| install = pkg://helios-dev/library/libtool/libltdl@2.4.6-2.0:20230621T190218Z
81642024-08-05T16:42:43.318Z[ host-image] Aug 05 16:42:41.756 INFO O| install = pkg://helios-dev/library/libxml2@2.11.7-2.0:20240215T135051Z
81652024-08-05T16:42:43.320Z[ host-image] Aug 05 16:42:41.757 INFO O| install = pkg://helios-dev/library/libxmlsec1@1.2.35-2.0:20230624T123441Z
81662024-08-05T16:42:43.320Z[ host-image] Aug 05 16:42:41.757 INFO O| install = pkg://helios-dev/library/libxslt@1.1.30-2.0:20230621T193447Z
81672024-08-05T16:42:43.331Z[ host-image] Aug 05 16:42:41.770 INFO O| install = pkg://helios-dev/library/ncurses@6.4.20240309-2.0:20240523T185257Z
81682024-08-05T16:42:43.331Z[ host-image] Aug 05 16:42:41.770 INFO O| install = pkg://helios-dev/library/nghttp2@1.52.0-2.0:20230621T193608Z
81692024-08-05T16:42:43.334Z[ host-image] Aug 05 16:42:41.770 INFO O| install = pkg://helios-dev/library/nspr@4.35-2.0:20230621T193601Z
81702024-08-05T16:42:43.334Z[ host-image] Aug 05 16:42:41.771 INFO O| install = pkg://helios-dev/library/pcre@8.45-2.0:20230621T193733Z
81712024-08-05T16:42:43.334Z[ host-image] Aug 05 16:42:41.771 INFO O| install = pkg://helios-dev/library/pcre2@10.42-2.0:20230621T193725Z
81722024-08-05T16:42:43.334Z[ host-image] Aug 05 16:42:41.772 INFO O| install = pkg://helios-dev/library/readline@8.2-2.1:20240418T211117Z
81732024-08-05T16:42:43.369Z[ host-image] Aug 05 16:42:41.809 INFO O| install = pkg://helios-dev/library/security/openssl-3@3.0.14-2.0:20240604T174838Z
81742024-08-05T16:42:43.372Z[ host-image] Aug 05 16:42:41.809 INFO O| install = pkg://helios-dev/library/security/trousers@0.3.15-2.0:20230621T194405Z
81752024-08-05T16:42:43.372Z[ host-image] Aug 05 16:42:41.809 INFO O| install = pkg://helios-dev/library/zlib@1.2.13-2.0:20230621T194146Z
81762024-08-05T16:42:43.372Z[ host-image] Aug 05 16:42:41.810 INFO O| install = pkg://helios-dev/locale/en@0.5.11-2.0.22799:20240802T172320Z
81772024-08-05T16:42:43.372Z[ host-image] Aug 05 16:42:41.810 INFO O| install = pkg://helios-dev/network/bridging@0.5.11-2.0.22799:20240802T172326Z
81782024-08-05T16:42:43.372Z[ host-image] Aug 05 16:42:41.810 INFO O| install = pkg://helios-dev/network/dns/bind@9.18.14-2.0:20230621T194546Z
81792024-08-05T16:42:43.372Z[ host-image] Aug 05 16:42:41.810 INFO O| install = pkg://helios-dev/network/netcat@0.5.11-2.0.22799:20240802T172326Z
81802024-08-05T16:42:43.372Z[ host-image] Aug 05 16:42:41.811 INFO O| install = pkg://helios-dev/network/openssh@9.6.1-2.1:20240701T171301Z
81812024-08-05T16:42:43.372Z[ host-image] Aug 05 16:42:41.811 INFO O| install = pkg://helios-dev/network/openssh-server@9.6.1-2.1:20240701T171311Z
81822024-08-05T16:42:43.372Z[ host-image] Aug 05 16:42:41.811 INFO O| install = pkg://helios-dev/network/rsync@3.2.7-2.1:20240627T120527Z
81832024-08-05T16:42:43.372Z[ host-image] Aug 05 16:42:41.811 INFO O| install = pkg://helios-dev/network/snoop@0.5.11-2.0.22799:20240802T172326Z
81842024-08-05T16:42:43.372Z[ host-image] Aug 05 16:42:41.811 INFO O| install = pkg://helios-dev/ooce/library/onig@6.9.8-2.0:20230623T150226Z
81852024-08-05T16:42:43.377Z[ host-image] Aug 05 16:42:41.816 INFO O| install = pkg://helios-dev/ooce/library/postgresql-13@13.11-2.0:20230623T123131Z
81862024-08-05T16:42:43.379Z[ host-image] Aug 05 16:42:41.816 INFO O| install = pkg://helios-dev/ooce/util/jq@1.6-2.0:20230623T172253Z
81872024-08-05T16:42:43.379Z[ host-image] Aug 05 16:42:41.816 INFO O| install = pkg://helios-dev/oxide/platform-identity-cacerts@1.0-2.0:20240719T230730Z
81882024-08-05T16:42:43.379Z[ host-image] Aug 05 16:42:41.816 INFO O| install = pkg://helios-dev/package/svr4@0.5.11-2.0.22799:20240802T172327Z
81892024-08-05T16:42:43.379Z[ host-image] Aug 05 16:42:41.817 INFO O| install = pkg://helios-dev/release/name@0.5.11-2.0:20230621T194601Z
81902024-08-05T16:42:43.392Z[ host-image] Aug 05 16:42:41.832 INFO O| install = pkg://helios-dev/runtime/perl@5.36.1-2.0:20230621T195846Z
81912024-08-05T16:42:43.395Z[ host-image] Aug 05 16:42:41.832 INFO O| install = pkg://helios-dev/runtime/perl/module/sun-solaris@0.5.11-2.0.22799:20240802T172327Z
81922024-08-05T16:42:43.395Z[ host-image] Aug 05 16:42:41.834 INFO O| install = pkg://helios-dev/service/fault-management@0.5.11-2.0.22799:20240802T172327Z
81932024-08-05T16:42:43.395Z[ host-image] Aug 05 16:42:41.834 INFO O| install = pkg://helios-dev/service/file-system/smb@0.5.11-2.0.22799:20240802T172327Z
81942024-08-05T16:42:43.398Z[ host-image] Aug 05 16:42:41.835 INFO O| install = pkg://helios-dev/service/network/chrony@4.5-2.0:20240418T211951Z
81952024-08-05T16:42:43.398Z[ host-image] Aug 05 16:42:41.835 INFO O| install = pkg://helios-dev/service/picl@0.5.11-2.0.22799:20240802T172329Z
81962024-08-05T16:42:43.398Z[ host-image] Aug 05 16:42:41.836 INFO O| install = pkg://helios-dev/service/resource-pools@0.5.11-2.0.22799:20240802T172329Z
81972024-08-05T16:42:43.398Z[ host-image] Aug 05 16:42:41.836 INFO O| install = pkg://helios-dev/service/security/gss@0.5.11-2.0.22799:20240802T172329Z
81982024-08-05T16:42:43.398Z[ host-image] Aug 05 16:42:41.836 INFO O| install = pkg://helios-dev/service/security/kerberos-5@0.5.11-2.0.22799:20240802T172329Z
81992024-08-05T16:42:43.401Z[ host-image] Aug 05 16:42:41.840 INFO O| install = pkg://helios-dev/shell/bash@5.2.15-2.0:20230621T200617Z
82002024-08-05T16:42:43.401Z[ host-image] Aug 05 16:42:41.840 INFO O| install = pkg://helios-dev/shell/ksh93@93.21.1.20120801-2.0.22799:20240802T172330Z
82012024-08-05T16:42:43.404Z[ host-image] Aug 05 16:42:41.841 INFO O| install = pkg://helios-dev/system/bhyve@0.5.11-2.0.22799:20240802T172331Z
82022024-08-05T16:42:43.404Z[ host-image] Aug 05 16:42:41.841 INFO O| install = pkg://helios-dev/system/bhyve/firmware@20230201-2.0:20230621T201619Z
82032024-08-05T16:42:43.404Z[ host-image] Aug 05 16:42:41.841 INFO O| install = pkg://helios-dev/system/boot/loader@1.1-2.0.22799:20240802T172331Z
82042024-08-05T16:42:43.404Z[ host-image] Aug 05 16:42:41.842 INFO O| install = pkg://helios-dev/system/data/console/fonts@0.5.11-2.0.22799:20240802T172331Z
82052024-08-05T16:42:43.404Z[ host-image] Aug 05 16:42:41.842 INFO O| install = pkg://helios-dev/system/data/hardware-registry@2024.3.31-2.0.22799:20240802T172331Z
82062024-08-05T16:42:43.404Z[ host-image] Aug 05 16:42:41.842 INFO O| install = pkg://helios-dev/system/data/keyboard/keytables@0.5.11-2.0.22799:20240802T172331Z
82072024-08-05T16:42:43.412Z[ host-image] Aug 05 16:42:41.851 INFO O| install = pkg://helios-dev/system/data/terminfo@0.5.11-2.0.22799:20240802T172331Z
82082024-08-05T16:42:43.412Z[ host-image] Aug 05 16:42:41.851 INFO O| install = pkg://helios-dev/system/data/urxvt-terminfo@9.31-2.0:20230621T200815Z
82092024-08-05T16:42:43.414Z[ host-image] Aug 05 16:42:41.853 INFO O| install = pkg://helios-dev/system/data/zoneinfo@2024.1-2.0.22799:20240802T172332Z
82102024-08-05T16:42:43.417Z[ host-image] Aug 05 16:42:41.854 INFO O| install = pkg://helios-dev/system/extended-system-utilities@0.5.11-2.0.22799:20240802T172332Z
82112024-08-05T16:42:43.417Z[ host-image] Aug 05 16:42:41.854 INFO O| install = pkg://helios-dev/system/ficl@4.1.0-2.0.22799:20240802T172332Z
82122024-08-05T16:42:43.417Z[ host-image] Aug 05 16:42:41.855 INFO O| install = pkg://helios-dev/system/file-system/smb@0.5.11-2.0.22799:20240802T172332Z
82132024-08-05T16:42:43.417Z[ host-image] Aug 05 16:42:41.855 INFO O| install = pkg://helios-dev/system/file-system/zfs@0.5.11-2.0.22799:20240802T172332Z
82142024-08-05T16:42:43.417Z[ host-image] Aug 05 16:42:41.856 INFO O| install = pkg://helios-dev/system/gpio@0.5.11-2.0.22799:20240802T172333Z
82152024-08-05T16:42:43.427Z[ host-image] Aug 05 16:42:41.866 INFO O| install = pkg://helios-dev/system/kernel@0.5.11-2.0.22799:20240802T172334Z
82162024-08-05T16:42:43.430Z[ host-image] Aug 05 16:42:41.866 INFO O| install = pkg://helios-dev/system/kernel/cpu-counters@0.5.11-2.0.22799:20240802T172333Z
82172024-08-05T16:42:43.430Z[ host-image] Aug 05 16:42:41.866 INFO O| install = pkg://helios-dev/system/kernel/dtrace/providers@0.5.11-2.0.22799:20240802T172333Z
82182024-08-05T16:42:43.430Z[ host-image] Aug 05 16:42:41.868 INFO O| install = pkg://helios-dev/system/kernel/platform@0.5.11-2.0.22799:20240802T172333Z
82192024-08-05T16:42:43.430Z[ host-image] Aug 05 16:42:41.868 INFO O| install = pkg://helios-dev/system/ksensor@0.5.11-2.0.22799:20240802T172334Z
82202024-08-05T16:42:43.452Z[ host-image] Aug 05 16:42:41.891 INFO O| install = pkg://helios-dev/system/library@0.5.11-2.0.22799:20240802T172337Z
82212024-08-05T16:42:43.452Z[ host-image] Aug 05 16:42:41.891 INFO O| install = pkg://helios-dev/system/library/bhyve@0.5.11-2.0.22799:20240802T172334Z
82222024-08-05T16:42:43.455Z[ host-image] Aug 05 16:42:41.891 INFO O| install = pkg://helios-dev/system/library/demangle@0.5.11-2.0.22799:20240802T172334Z
82232024-08-05T16:42:43.455Z[ host-image] Aug 05 16:42:41.891 INFO O| install = pkg://helios-dev/system/library/g++-runtime@13-2.0:20231118T213948Z
82242024-08-05T16:42:43.455Z[ host-image] Aug 05 16:42:41.891 INFO O| install = pkg://helios-dev/system/library/gcc-runtime@13-2.0:20231118T213832Z
82252024-08-05T16:42:43.483Z[ host-image] Aug 05 16:42:41.922 INFO O| install = pkg://helios-dev/system/library/iconv/utf-8@0.5.11-2.0.22799:20240802T172334Z
82262024-08-05T16:42:43.485Z[ host-image] Aug 05 16:42:41.922 INFO O| install = pkg://helios-dev/system/library/libdbus@1.14.6-2.0:20230621T201340Z
82272024-08-05T16:42:43.485Z[ host-image] Aug 05 16:42:41.922 INFO O| install = pkg://helios-dev/system/library/libdiskmgt@0.5.11-2.0.22799:20240802T172335Z
82282024-08-05T16:42:43.486Z[ host-image] Aug 05 16:42:41.922 INFO O| install = pkg://helios-dev/system/library/libispi@0.5.11-2.0.22799:20240802T172335Z
82292024-08-05T16:42:43.486Z[ host-image] Aug 05 16:42:41.923 INFO O| install = pkg://helios-dev/system/library/math@0.5.11-2.0.22799:20240802T172335Z
82302024-08-05T16:42:43.486Z[ host-image] Aug 05 16:42:41.924 INFO O| install = pkg://helios-dev/system/library/mozilla-nss@3.89-2.0:20230621T201725Z
82312024-08-05T16:42:43.486Z[ host-image] Aug 05 16:42:41.924 INFO O| install = pkg://helios-dev/system/library/pcap@1.10.3-2.0:20230621T201732Z
82322024-08-05T16:42:43.486Z[ host-image] Aug 05 16:42:41.925 INFO O| install = pkg://helios-dev/system/library/security/gss@0.5.11-2.0.22799:20240802T172336Z
82332024-08-05T16:42:43.488Z[ host-image] Aug 05 16:42:41.925 INFO O| install = pkg://helios-dev/system/library/security/gss/diffie-hellman@0.5.11-2.0.22799:20240802T172336Z
82342024-08-05T16:42:43.488Z[ host-image] Aug 05 16:42:41.925 INFO O| install = pkg://helios-dev/system/library/security/gss/spnego@0.5.11-2.0.22799:20240802T172336Z
82352024-08-05T16:42:43.488Z[ host-image] Aug 05 16:42:41.925 INFO O| install = pkg://helios-dev/system/library/security/libsasl@0.5.11-2.0.22799:20240802T172336Z
82362024-08-05T16:42:43.488Z[ host-image] Aug 05 16:42:41.926 INFO O| install = pkg://helios-dev/system/library/storage/scsi-plugins@0.5.11-2.0.22799:20240802T172337Z
82372024-08-05T16:42:43.488Z[ host-image] Aug 05 16:42:41.926 INFO O| install = pkg://helios-dev/system/man@0.5.11-2.0.22799:20240802T172337Z
82382024-08-05T16:42:43.491Z[ host-image] Aug 05 16:42:41.929 INFO O| install = pkg://helios-dev/system/management/snmp/net-snmp@5.9.3-2.0:20230621T192215Z
82392024-08-05T16:42:43.491Z[ host-image] Aug 05 16:42:41.929 INFO O| install = pkg://helios-dev/system/microcode/amd@20240710-2.0.22799:20240802T172337Z
82402024-08-05T16:42:43.494Z[ host-image] Aug 05 16:42:41.931 INFO O| install = pkg://helios-dev/system/microcode/intel@20240312-2.0.22799:20240802T172337Z
82412024-08-05T16:42:43.494Z[ host-image] Aug 05 16:42:41.931 INFO O| install = pkg://helios-dev/system/microcode/oxide@20240710-2.0.22799:20240802T172337Z
82422024-08-05T16:42:43.494Z[ host-image] Aug 05 16:42:41.931 INFO O| install = pkg://helios-dev/system/network@0.5.11-2.0.22799:20240802T172339Z
82432024-08-05T16:42:43.494Z[ host-image] Aug 05 16:42:41.931 INFO O| install = pkg://helios-dev/system/network/overlay@0.5.11-2.0.22799:20240802T172338Z
82442024-08-05T16:42:43.494Z[ host-image] Aug 05 16:42:41.932 INFO O| install = pkg://helios-dev/system/network/routing@0.5.11-2.0.22799:20240802T172338Z
82452024-08-05T16:42:43.494Z[ host-image] Aug 05 16:42:41.932 INFO O| install = pkg://helios-dev/system/prerequisite/gnu@0.5.11-2.0:20230621T201805Z
82462024-08-05T16:42:43.494Z[ host-image] Aug 05 16:42:41.932 INFO O| install = pkg://helios-dev/system/watch@3.3.16-2.0:20230621T201923Z
82472024-08-05T16:42:43.494Z[ host-image] Aug 05 16:42:41.932 INFO O| install = pkg://helios-dev/system/xopen/xcu4@0.5.11-2.0.22799:20240802T172340Z
82482024-08-05T16:42:43.494Z[ host-image] Aug 05 16:42:41.933 INFO O| install = pkg://helios-dev/system/zones@0.5.11-2.0.22799:20240802T172341Z
82492024-08-05T16:42:43.494Z[ host-image] Aug 05 16:42:41.933 INFO O| install = pkg://helios-dev/system/zones/brand/omicron1@1.0.22:20240315T231124Z
82502024-08-05T16:42:43.494Z[ host-image] Aug 05 16:42:41.933 INFO O| install = pkg://helios-dev/terminal/resize@352-2.0:20230621T201859Z
82512024-08-05T16:42:43.494Z[ host-image] Aug 05 16:42:41.933 INFO O| install = pkg://helios-dev/text/column@0.0.0.20181004-2.0:20230925T235046Z
82522024-08-05T16:42:43.494Z[ host-image] Aug 05 16:42:41.933 INFO O| install = pkg://helios-dev/text/less@608-2.0:20230621T202237Z
82532024-08-05T16:42:43.494Z[ host-image] Aug 05 16:42:41.933 INFO O| install = pkg://helios-dev/text/looker@0.1.0.12-2.0:20230624T124603Z
82542024-08-05T16:42:43.497Z[ host-image] Aug 05 16:42:41.934 INFO O| install = pkg://helios-dev/web/ca-bundle@5.11-2.0:20230621T202542Z
82552024-08-05T16:42:43.497Z[ host-image] Aug 05 16:42:41.935 INFO O| install = pkg://helios-dev/web/curl@8.7.1-2.0:20240418T211240Z
82562024-08-05T16:42:43.497Z[ host-image] Aug 05 16:42:41.935 INFO O| tempdir @ "/tmp/.tmpaZ8xu1/tmp"
82572024-08-05T16:42:43.497Z[ host-image] Aug 05 16:42:41.935 INFO O| image root @ "/tmp/.tmpaZ8xu1/tmp/root"
82582024-08-05T16:42:43.497Z[ host-image] Aug 05 16:42:41.935 INFO O| creating image...
82592024-08-05T16:42:44.043Z[ host-image] Aug 05 16:42:42.481 INFO O| copying publishers...
82602024-08-05T16:42:45.181Z[ recovery-image] Aug 05 16:42:43.620 INFO E| Compiling clap v4.5.3
82612024-08-05T16:42:45.243Z[ recovery-image] Aug 05 16:42:43.681 INFO E| Compiling xtask v0.1.0 (/work/oxidecomputer/helios/projects/phbl/xtask)
82622024-08-05T16:42:46.552Z[ recovery-image] Aug 05 16:42:44.990 INFO E| Finished `dev` profile [unoptimized + debuginfo] target(s) in 11.23s
82632024-08-05T16:42:46.561Z[ recovery-image] Aug 05 16:42:44.999 INFO E| Running `xtask/target/debug/xtask build --release --cpioz /work/os-recovery/cpio.z`
82642024-08-05T16:42:46.696Z[ recovery-image] Aug 05 16:42:45.134 INFO E| Updating crates.io index
82652024-08-05T16:42:46.827Z[ recovery-image] Aug 05 16:42:45.265 INFO E| Downloading crates ...
82662024-08-05T16:42:46.885Z[ recovery-image] Aug 05 16:42:45.323 INFO E| Downloaded seq-macro v0.3.5
82672024-08-05T16:42:46.888Z[ recovery-image] Aug 05 16:42:45.326 INFO E| Downloaded cpio_reader v0.1.1
82682024-08-05T16:42:46.894Z[ recovery-image] Aug 05 16:42:45.333 INFO E| Downloaded bit_field v0.10.2
82692024-08-05T16:42:46.899Z[ recovery-image] Aug 05 16:42:45.337 INFO E| Downloaded raw-cpuid v10.7.0
82702024-08-05T16:42:46.913Z[ recovery-image] Aug 05 16:42:45.351 INFO E| Downloaded goblin v0.8.0
82712024-08-05T16:42:47.003Z[ recovery-image] Aug 05 16:42:45.441 INFO E| Downloaded x86 v0.52.0
82722024-08-05T16:42:47.076Z[ recovery-image] Aug 05 16:42:45.514 INFO E| Updating crates.io index
82732024-08-05T16:42:47.158Z[ recovery-image] Aug 05 16:42:45.596 INFO E| Downloading crates ...
82742024-08-05T16:42:47.206Z[ recovery-image] Aug 05 16:42:45.639 INFO E| Downloaded rustc-demangle v0.1.23
82752024-08-05T16:42:47.220Z[ recovery-image] Aug 05 16:42:45.658 INFO E| Downloaded compiler_builtins v0.1.108
82762024-08-05T16:42:47.231Z[ recovery-image] Aug 05 16:42:45.669 INFO E| Downloaded allocator-api2 v0.2.16
82772024-08-05T16:42:47.297Z[ recovery-image] Aug 05 16:42:45.735 INFO E| Compiling compiler_builtins v0.1.108
82782024-08-05T16:42:47.297Z[ recovery-image] Aug 05 16:42:45.735 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)
82792024-08-05T16:42:47.300Z[ recovery-image] Aug 05 16:42:45.735 INFO E| Compiling proc-macro2 v1.0.79
82802024-08-05T16:42:47.300Z[ recovery-image] Aug 05 16:42:45.735 INFO E| Compiling unicode-ident v1.0.12
82812024-08-05T16:42:47.300Z[ recovery-image] Aug 05 16:42:45.735 INFO E| Compiling syn v1.0.109
82822024-08-05T16:42:47.300Z[ recovery-image] Aug 05 16:42:45.735 INFO E| Compiling x86 v0.52.0
82832024-08-05T16:42:47.300Z[ recovery-image] Aug 05 16:42:45.735 INFO E| Compiling phbl v0.1.0 (/work/oxidecomputer/helios/projects/phbl)
82842024-08-05T16:42:47.300Z[ recovery-image] Aug 05 16:42:45.735 INFO E| Compiling seq-macro v0.3.5
82852024-08-05T16:42:48.478Z[ recovery-image] Aug 05 16:42:46.916 INFO E| Compiling quote v1.0.35
82862024-08-05T16:42:48.765Z[ recovery-image] Aug 05 16:42:47.203 INFO E| Compiling syn v2.0.53
82872024-08-05T16:42:51.073Z[ host-image] Aug 05 16:42:49.510 INFO O| adding properties...
82882024-08-05T16:42:52.050Z[ recovery-image] Aug 05 16:42:50.487 INFO E| Compiling scroll_derive v0.12.0
82892024-08-05T16:42:52.421Z[ host-image] Aug 05 16:42:50.858 INFO O| installing packages...
82902024-08-05T16:42:54.880Z[ recovery-image] Aug 05 16:42:53.317 INFO E| Compiling bitstruct_derive v0.1.0
82912024-08-05T16:43:07.596Z[ host-image] Aug 05 16:43:06.031 INFO O| seeding SMF database...
82922024-08-05T16:43:09.201Z[ recovery-image] Aug 05 16:43:07.636 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)
82932024-08-05T16:43:10.947Z[ recovery-image] Aug 05 16:43:09.382 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)
82942024-08-05T16:43:14.313Z[ recovery-image] Aug 05 16:43:12.747 INFO E| Compiling bitflags v1.3.2
82952024-08-05T16:43:14.316Z[ recovery-image] Aug 05 16:43:12.747 INFO E| Compiling adler v1.0.2
82962024-08-05T16:43:14.316Z[ recovery-image] Aug 05 16:43:12.747 INFO E| Compiling log v0.4.21
82972024-08-05T16:43:14.316Z[ recovery-image] Aug 05 16:43:12.747 INFO E| Compiling plain v0.2.3
82982024-08-05T16:43:14.316Z[ recovery-image] Aug 05 16:43:12.747 INFO E| Compiling scroll v0.12.0
82992024-08-05T16:43:14.316Z[ recovery-image] Aug 05 16:43:12.747 INFO E| Compiling bit_field v0.10.2
83002024-08-05T16:43:14.316Z[ recovery-image] Aug 05 16:43:12.747 INFO E| Compiling static_assertions v1.1.0
83012024-08-05T16:43:14.409Z[ recovery-image] Aug 05 16:43:12.843 INFO E| Compiling raw-cpuid v10.7.0
83022024-08-05T16:43:14.409Z[ recovery-image] Aug 05 16:43:12.843 INFO E| Compiling cpio_reader v0.1.1
83032024-08-05T16:43:14.486Z[ recovery-image] Aug 05 16:43:12.920 INFO E| Compiling miniz_oxide v0.7.2
83042024-08-05T16:43:14.623Z[ recovery-image] Aug 05 16:43:13.057 INFO E| Compiling bitstruct v0.1.1
83052024-08-05T16:43:14.820Z[ recovery-image] Aug 05 16:43:13.254 INFO E| Compiling goblin v0.8.0
83062024-08-05T16:43:16.507Z[ host-image] Aug 05 16:43:14.940 INFO O| configuring SMF profile...
83072024-08-05T16:43:16.507Z[ host-image] Aug 05 16:43:14.940 INFO O| modifying shadow(5)...
83082024-08-05T16:43:16.510Z[ host-image] Aug 05 16:43:14.941 INFO O| loading user and group database...
83092024-08-05T16:43:16.510Z[ host-image] Aug 05 16:43:14.941 INFO O| assessing packaged files...
83102024-08-05T16:43:19.319Z[ host-image] Aug 05 16:43:17.752 INFO O| creating archive...
83112024-08-05T16:43:19.352Z[ host-image] Aug 05 16:43:17.786 INFO O| missing from packaging:
83122024-08-05T16:43:19.352Z[ host-image] Aug 05 16:43:17.786 INFO O| "etc/.pwd.lock"
83132024-08-05T16:43:19.355Z[ host-image] Aug 05 16:43:17.786 INFO O| "etc/bash"
83142024-08-05T16:43:19.358Z[ host-image] Aug 05 16:43:17.791 INFO O| "etc/svc/profile/generic.xml"
83152024-08-05T16:43:19.358Z[ host-image] Aug 05 16:43:17.791 INFO O| "etc/svc/profile/inetd_services.xml"
83162024-08-05T16:43:19.358Z[ host-image] Aug 05 16:43:17.791 INFO O| "etc/svc/profile/name_service.xml"
83172024-08-05T16:43:19.358Z[ host-image] Aug 05 16:43:17.791 INFO O| "etc/svc/profile/platform.xml"
83182024-08-05T16:43:19.358Z[ host-image] Aug 05 16:43:17.791 INFO O| "etc/svc/profile/platform_omicron1.xml"
83192024-08-05T16:43:19.358Z[ host-image] Aug 05 16:43:17.791 INFO O| "etc/svc/repository.db"
83202024-08-05T16:43:19.367Z[ host-image] Aug 05 16:43:17.800 INFO O| "opt/ooce/share"
83212024-08-05T16:43:19.367Z[ host-image] Aug 05 16:43:17.800 INFO O| "opt/ooce/share/man"
83222024-08-05T16:43:19.367Z[ host-image] Aug 05 16:43:17.800 INFO O| "opt/ooce/share/man/man1"
83232024-08-05T16:43:19.376Z[ host-image] Aug 05 16:43:17.810 INFO O| finishing archive...
83242024-08-05T16:43:22.167Z[ recovery-image] Aug 05 16:43:20.599 INFO E| Finished `release` profile [optimized] target(s) in 35.58s
83252024-08-05T16:43:22.187Z[ recovery-image] Aug 05 16:43:20.620 INFO building host image...
83262024-08-05T16:43:22.190Z[ recovery-image] Aug 05 16:43:20.620 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")
83272024-08-05T16:43:22.236Z[ host-image] Aug 05 16:43:20.669 INFO O| creating gzonly manifest...
83282024-08-05T16:43:22.248Z[ host-image] Aug 05 16:43:20.681 INFO O| ok
83292024-08-05T16:43:22.345Z[ host-image] Aug 05 16:43:20.778 INFO image builder template: ramdisk-02-trim...
83302024-08-05T16:43:22.346Z[ host-image] Aug 05 16:43:20.778 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/.tmp41afuc/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
83312024-08-05T16:43:22.371Z[ host-image] Aug 05 16:43:20.803 INFO O| Aug 05 16:43:20.803 INFO temporary dataset: rpool/images/build/host/tmp/gimlet/ramdisk-02-trim
83322024-08-05T16:43:22.376Z[ host-image] Aug 05 16:43:20.809 INFO O| Aug 05 16:43:20.808 INFO CREATE DATASET: rpool/images/build/host/tmp/gimlet/ramdisk-02-trim
83332024-08-05T16:43:22.467Z[ host-image] Aug 05 16:43:20.900 INFO O| Aug 05 16:43:20.900 INFO SET DATASET PROPERTY ON rpool/images/build/host/tmp/gimlet/ramdisk-02-trim: sync = disabled
83342024-08-05T16:43:22.512Z[ host-image] Aug 05 16:43:20.945 INFO O| Aug 05 16:43:20.945 INFO temporary directory: /rpool/images/build/host/tmp/gimlet/ramdisk-02-trim
83352024-08-05T16:43:22.515Z[ host-image] Aug 05 16:43:20.945 INFO O| Aug 05 16:43:20.945 INFO work dataset: rpool/images/build/host/work/gimlet/ramdisk
83362024-08-05T16:43:22.518Z[ host-image] Aug 05 16:43:20.951 INFO O| Aug 05 16:43:20.951 INFO looking for output snapshot rpool/images/build/host/work/gimlet/ramdisk@trim
83372024-08-05T16:43:22.522Z[ host-image] Aug 05 16:43:20.955 INFO O| Aug 05 16:43:20.955 INFO looking for input snapshot rpool/images/build/host/work/gimlet/ramdisk@os
83382024-08-05T16:43:22.527Z[ host-image] Aug 05 16:43:20.960 INFO O| Aug 05 16:43:20.960 INFO ROLLBACK TO SNAPSHOT: rpool/images/build/host/work/gimlet/ramdisk@os
83392024-08-05T16:43:22.659Z[ recovery-image] Aug 05 16:43:21.091 INFO finishing image archive at "/work/os-recovery/os.tar.gz"...
83402024-08-05T16:43:22.770Z[ host-image] Aug 05 16:43:21.203 INFO O| Aug 05 16:43:21.203 INFO rolled back to input snapshot; work may begin
83412024-08-05T16:43:22.770Z[ host-image] Aug 05 16:43:21.203 INFO O| Aug 05 16:43:21.203 INFO CREATE DATASET: rpool/images/build/host/work/gimlet/ramdisk
83422024-08-05T16:43:22.777Z[ host-image] Aug 05 16:43:21.209 INFO O| Aug 05 16:43:21.209 INFO STEP 0: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
83432024-08-05T16:43:22.788Z[ host-image] Aug 05 16:43:21.221 INFO O| Aug 05 16:43:21.221 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/var/pkg"
83442024-08-05T16:43:22.838Z[ host-image] Aug 05 16:43:21.271 INFO O| Aug 05 16:43:21.270 INFO STEP 0 (remove_files) COMPLETE
83452024-08-05T16:43:22.838Z[ host-image] Aug 05 16:43:21.271 INFO O| Aug 05 16:43:21.270 INFO STEP 1: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
83462024-08-05T16:43:22.851Z[ host-image] Aug 05 16:43:21.283 INFO O| Aug 05 16:43:21.283 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/usr/xpg4"
83472024-08-05T16:43:22.853Z[ host-image] Aug 05 16:43:21.285 INFO O| Aug 05 16:43:21.285 INFO STEP 1 (remove_files) COMPLETE
83482024-08-05T16:43:22.853Z[ host-image] Aug 05 16:43:21.285 INFO O| Aug 05 16:43:21.285 INFO STEP 2: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
83492024-08-05T16:43:22.863Z[ host-image] Aug 05 16:43:21.296 INFO O| Aug 05 16:43:21.296 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/usr/include"
83502024-08-05T16:43:22.878Z[ host-image] Aug 05 16:43:21.310 INFO O| Aug 05 16:43:21.310 INFO STEP 2 (remove_files) COMPLETE
83512024-08-05T16:43:22.881Z[ host-image] Aug 05 16:43:21.310 INFO O| Aug 05 16:43:21.310 INFO STEP 3: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
83522024-08-05T16:43:22.890Z[ host-image] Aug 05 16:43:21.323 INFO O| Aug 05 16:43:21.323 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/usr/demo"
83532024-08-05T16:43:22.893Z[ host-image] Aug 05 16:43:21.325 INFO O| Aug 05 16:43:21.325 INFO STEP 3 (remove_files) COMPLETE
83542024-08-05T16:43:22.893Z[ host-image] Aug 05 16:43:21.325 INFO O| Aug 05 16:43:21.325 INFO STEP 4: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
83552024-08-05T16:43:22.903Z[ host-image] Aug 05 16:43:21.336 INFO O| Aug 05 16:43:21.336 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/usr/lib/help"
83562024-08-05T16:43:22.907Z[ host-image] Aug 05 16:43:21.340 INFO O| Aug 05 16:43:21.340 INFO STEP 4 (remove_files) COMPLETE
83572024-08-05T16:43:22.907Z[ host-image] Aug 05 16:43:21.340 INFO O| Aug 05 16:43:21.340 INFO STEP 5: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
83582024-08-05T16:43:22.919Z[ host-image] Aug 05 16:43:21.352 INFO O| Aug 05 16:43:21.352 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/usr/share/doc"
83592024-08-05T16:43:22.922Z[ host-image] Aug 05 16:43:21.355 INFO O| Aug 05 16:43:21.355 INFO STEP 5 (remove_files) COMPLETE
83602024-08-05T16:43:22.923Z[ host-image] Aug 05 16:43:21.355 INFO O| Aug 05 16:43:21.355 INFO STEP 6: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
83612024-08-05T16:43:22.934Z[ host-image] Aug 05 16:43:21.367 INFO O| Aug 05 16:43:21.367 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/usr/share/bash-completion"
83622024-08-05T16:43:22.944Z[ host-image] Aug 05 16:43:21.377 INFO O| Aug 05 16:43:21.377 INFO STEP 6 (remove_files) COMPLETE
83632024-08-05T16:43:22.944Z[ host-image] Aug 05 16:43:21.377 INFO O| Aug 05 16:43:21.377 INFO STEP 7: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
83642024-08-05T16:43:22.956Z[ host-image] Aug 05 16:43:21.389 INFO O| Aug 05 16:43:21.389 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/usr/perl5/5.36/man"
83652024-08-05T16:43:22.970Z[ host-image] Aug 05 16:43:21.403 INFO O| Aug 05 16:43:21.403 INFO STEP 7 (remove_files) COMPLETE
83662024-08-05T16:43:22.971Z[ host-image] Aug 05 16:43:21.403 INFO O| Aug 05 16:43:21.403 INFO STEP 8: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
83672024-08-05T16:43:22.982Z[ host-image] Aug 05 16:43:21.415 INFO O| Aug 05 16:43:21.415 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/usr/share/man/man3ssl"
83682024-08-05T16:43:23.068Z[ host-image] Aug 05 16:43:21.501 INFO O| Aug 05 16:43:21.500 INFO STEP 8 (remove_files) COMPLETE
83692024-08-05T16:43:23.068Z[ host-image] Aug 05 16:43:21.501 INFO O| Aug 05 16:43:21.501 INFO STEP 9: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
83702024-08-05T16:43:23.082Z[ host-image] Aug 05 16:43:21.513 INFO O| Aug 05 16:43:21.513 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/usr/ssl-3/man"
83712024-08-05T16:43:23.171Z[ host-image] Aug 05 16:43:21.603 INFO O| Aug 05 16:43:21.603 INFO STEP 9 (remove_files) COMPLETE
83722024-08-05T16:43:23.171Z[ host-image] Aug 05 16:43:21.603 INFO O| Aug 05 16:43:21.603 INFO STEP 10: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
83732024-08-05T16:43:23.184Z[ host-image] Aug 05 16:43:21.616 INFO O| Aug 05 16:43:21.615 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/etc/net-snmp"
83742024-08-05T16:43:23.187Z[ host-image] Aug 05 16:43:21.619 INFO O| Aug 05 16:43:21.619 INFO STEP 10 (remove_files) COMPLETE
83752024-08-05T16:43:23.187Z[ host-image] Aug 05 16:43:21.619 INFO O| Aug 05 16:43:21.619 INFO STEP 11: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
83762024-08-05T16:43:23.197Z[ host-image] Aug 05 16:43:21.630 INFO O| Aug 05 16:43:21.630 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/usr/bin/i386"
83772024-08-05T16:43:23.201Z[ host-image] Aug 05 16:43:21.631 INFO O| Aug 05 16:43:21.631 INFO STEP 11 (remove_files) COMPLETE
83782024-08-05T16:43:23.201Z[ host-image] Aug 05 16:43:21.631 INFO O| Aug 05 16:43:21.631 INFO STEP 12: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
83792024-08-05T16:43:23.209Z[ host-image] Aug 05 16:43:21.641 INFO O| Aug 05 16:43:21.641 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/platform/i86xpv"
83802024-08-05T16:43:23.211Z[ host-image] Aug 05 16:43:21.643 INFO O| Aug 05 16:43:21.643 INFO STEP 12 (remove_files) COMPLETE
83812024-08-05T16:43:23.211Z[ host-image] Aug 05 16:43:21.643 INFO O| Aug 05 16:43:21.643 INFO STEP 13: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
83822024-08-05T16:43:23.253Z[ host-image] Aug 05 16:43:21.686 INFO O| Aug 05 16:43:21.686 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/pgsql-13/lib/libpgcommon.a"
83832024-08-05T16:43:23.253Z[ host-image] Aug 05 16:43:21.686 INFO O| Aug 05 16:43:21.686 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/pgsql-13/lib/libecpg_compat.a"
83842024-08-05T16:43:23.256Z[ host-image] Aug 05 16:43:21.686 INFO O| Aug 05 16:43:21.686 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/pgsql-13/lib/libpgport.a"
83852024-08-05T16:43:23.256Z[ host-image] Aug 05 16:43:21.686 INFO O| Aug 05 16:43:21.686 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/pgsql-13/lib/libecpg.a"
83862024-08-05T16:43:23.256Z[ host-image] Aug 05 16:43:21.687 INFO O| Aug 05 16:43:21.687 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/pgsql-13/lib/libpq.a"
83872024-08-05T16:43:23.256Z[ host-image] Aug 05 16:43:21.687 INFO O| Aug 05 16:43:21.687 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/pgsql-13/lib/libpgport_shlib.a"
83882024-08-05T16:43:23.256Z[ host-image] Aug 05 16:43:21.687 INFO O| Aug 05 16:43:21.687 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/pgsql-13/lib/libpgcommon_shlib.a"
83892024-08-05T16:43:23.256Z[ host-image] Aug 05 16:43:21.687 INFO O| Aug 05 16:43:21.687 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/pgsql-13/lib/amd64/libpq.a"
83902024-08-05T16:43:23.256Z[ host-image] Aug 05 16:43:21.687 INFO O| Aug 05 16:43:21.687 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/pgsql-13/lib/amd64/libpgport_shlib.a"
83912024-08-05T16:43:23.256Z[ host-image] Aug 05 16:43:21.688 INFO O| Aug 05 16:43:21.687 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/pgsql-13/lib/amd64/libpgtypes.a"
83922024-08-05T16:43:23.256Z[ host-image] Aug 05 16:43:21.688 INFO O| Aug 05 16:43:21.688 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/pgsql-13/lib/amd64/libecpg_compat.a"
83932024-08-05T16:43:23.256Z[ host-image] Aug 05 16:43:21.688 INFO O| Aug 05 16:43:21.688 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/pgsql-13/lib/amd64/libecpg.a"
83942024-08-05T16:43:23.256Z[ host-image] Aug 05 16:43:21.688 INFO O| Aug 05 16:43:21.688 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/pgsql-13/lib/amd64/libpgport.a"
83952024-08-05T16:43:23.257Z[ host-image] Aug 05 16:43:21.688 INFO O| Aug 05 16:43:21.688 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/pgsql-13/lib/amd64/libpgcommon_shlib.a"
83962024-08-05T16:43:23.257Z[ host-image] Aug 05 16:43:21.688 INFO O| Aug 05 16:43:21.688 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/pgsql-13/lib/amd64/libpgcommon.a"
83972024-08-05T16:43:23.257Z[ host-image] Aug 05 16:43:21.689 INFO O| Aug 05 16:43:21.688 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/pgsql-13/lib/libpgtypes.a"
83982024-08-05T16:43:23.257Z[ host-image] Aug 05 16:43:21.689 INFO O| Aug 05 16:43:21.689 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/jq/lib/amd64/libjq.a"
83992024-08-05T16:43:23.286Z[ host-image] Aug 05 16:43:21.719 INFO O| Aug 05 16:43:21.719 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/usr/lib/libtddl.a"
84002024-08-05T16:43:23.292Z[ host-image] Aug 05 16:43:21.725 INFO O| Aug 05 16:43:21.725 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/usr/lib/amd64/libtddl.a"
84012024-08-05T16:43:23.294Z[ host-image] Aug 05 16:43:21.725 INFO O| Aug 05 16:43:21.725 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/usr/lib/amd64/libncurses++.a"
84022024-08-05T16:43:23.305Z[ host-image] Aug 05 16:43:21.738 INFO O| Aug 05 16:43:21.738 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/usr/lib/libncurses++.a"
84032024-08-05T16:43:23.625Z[ host-image] Aug 05 16:43:22.057 INFO O| Aug 05 16:43:22.057 INFO STEP 13 (remove_files) COMPLETE
84042024-08-05T16:43:23.625Z[ host-image] Aug 05 16:43:22.057 INFO O| Aug 05 16:43:22.057 INFO STEP 14: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
84052024-08-05T16:43:23.637Z[ host-image] Aug 05 16:43:22.069 INFO O| Aug 05 16:43:22.069 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/boot"
84062024-08-05T16:43:23.640Z[ host-image] Aug 05 16:43:22.071 INFO O| Aug 05 16:43:22.071 INFO STEP 14 (remove_files) COMPLETE
84072024-08-05T16:43:23.640Z[ host-image] Aug 05 16:43:22.071 INFO O| Aug 05 16:43:22.071 INFO STEP 15: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
84082024-08-05T16:43:23.649Z[ host-image] Aug 05 16:43:22.081 INFO O| Aug 05 16:43:22.081 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/platform/i86pc"
84092024-08-05T16:43:23.655Z[ host-image] Aug 05 16:43:22.088 INFO O| Aug 05 16:43:22.088 INFO STEP 15 (remove_files) COMPLETE
84102024-08-05T16:43:23.658Z[ host-image] Aug 05 16:43:22.088 INFO O| Aug 05 16:43:22.088 INFO STEP 16: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
84112024-08-05T16:43:23.665Z[ host-image] Aug 05 16:43:22.098 INFO O| Aug 05 16:43:22.098 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/usr/platform/i86xpv"
84122024-08-05T16:43:23.668Z[ host-image] Aug 05 16:43:22.098 INFO O| Aug 05 16:43:22.098 INFO STEP 16 (remove_files) COMPLETE
84132024-08-05T16:43:23.668Z[ host-image] Aug 05 16:43:22.099 INFO O| Aug 05 16:43:22.098 INFO STEP 17: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
84142024-08-05T16:43:23.675Z[ host-image] Aug 05 16:43:22.108 INFO O| Aug 05 16:43:22.108 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/usr/platform/i86pc"
84152024-08-05T16:43:23.678Z[ host-image] Aug 05 16:43:22.110 INFO O| Aug 05 16:43:22.110 INFO STEP 17 (remove_files) COMPLETE
84162024-08-05T16:43:23.678Z[ host-image] Aug 05 16:43:22.110 INFO O| Aug 05 16:43:22.110 INFO STEP 18: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
84172024-08-05T16:43:23.686Z[ host-image] Aug 05 16:43:22.119 INFO O| Aug 05 16:43:22.119 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/misc/amd64/acpica"
84182024-08-05T16:43:23.686Z[ host-image] Aug 05 16:43:22.119 INFO O| Aug 05 16:43:22.119 INFO STEP 18 (remove_files) COMPLETE
84192024-08-05T16:43:23.689Z[ host-image] Aug 05 16:43:22.119 INFO O| Aug 05 16:43:22.119 INFO STEP 19: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
84202024-08-05T16:43:23.696Z[ host-image] Aug 05 16:43:22.129 INFO O| Aug 05 16:43:22.129 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/misc/amd64/tem"
84212024-08-05T16:43:23.696Z[ host-image] Aug 05 16:43:22.129 INFO O| Aug 05 16:43:22.129 INFO STEP 19 (remove_files) COMPLETE
84222024-08-05T16:43:23.699Z[ host-image] Aug 05 16:43:22.129 INFO O| Aug 05 16:43:22.129 INFO STEP 20: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
84232024-08-05T16:43:23.712Z[ host-image] Aug 05 16:43:22.139 INFO O| Aug 05 16:43:22.139 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/misc/amd64/kbtrans"
84242024-08-05T16:43:23.712Z[ host-image] Aug 05 16:43:22.139 INFO O| Aug 05 16:43:22.139 INFO STEP 20 (remove_files) COMPLETE
84252024-08-05T16:43:23.712Z[ host-image] Aug 05 16:43:22.139 INFO O| Aug 05 16:43:22.139 INFO STEP 21: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
84262024-08-05T16:43:23.715Z[ host-image] Aug 05 16:43:22.148 INFO O| Aug 05 16:43:22.148 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/wc"
84272024-08-05T16:43:23.715Z[ host-image] Aug 05 16:43:22.148 INFO O| Aug 05 16:43:22.148 INFO STEP 21 (remove_files) COMPLETE
84282024-08-05T16:43:23.715Z[ host-image] Aug 05 16:43:22.148 INFO O| Aug 05 16:43:22.148 INFO STEP 22: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
84292024-08-05T16:43:23.725Z[ host-image] Aug 05 16:43:22.158 INFO O| Aug 05 16:43:22.157 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/acpi_drv"
84302024-08-05T16:43:23.725Z[ host-image] Aug 05 16:43:22.158 INFO O| Aug 05 16:43:22.158 INFO STEP 22 (remove_files) COMPLETE
84312024-08-05T16:43:23.725Z[ host-image] Aug 05 16:43:22.158 INFO O| Aug 05 16:43:22.158 INFO STEP 23: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
84322024-08-05T16:43:23.734Z[ host-image] Aug 05 16:43:22.167 INFO O| Aug 05 16:43:22.167 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/conskbd"
84332024-08-05T16:43:23.734Z[ host-image] Aug 05 16:43:22.167 INFO O| Aug 05 16:43:22.167 INFO STEP 23 (remove_files) COMPLETE
84342024-08-05T16:43:23.737Z[ host-image] Aug 05 16:43:22.167 INFO O| Aug 05 16:43:22.167 INFO STEP 24: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
84352024-08-05T16:43:23.744Z[ host-image] Aug 05 16:43:22.176 INFO O| Aug 05 16:43:22.176 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/tzmon"
84362024-08-05T16:43:23.744Z[ host-image] Aug 05 16:43:22.176 INFO O| Aug 05 16:43:22.176 INFO STEP 24 (remove_files) COMPLETE
84372024-08-05T16:43:23.747Z[ host-image] Aug 05 16:43:22.176 INFO O| Aug 05 16:43:22.176 INFO STEP 25: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
84382024-08-05T16:43:23.753Z[ host-image] Aug 05 16:43:22.186 INFO O| Aug 05 16:43:22.186 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/power"
84392024-08-05T16:43:23.753Z[ host-image] Aug 05 16:43:22.186 INFO O| Aug 05 16:43:22.186 INFO STEP 25 (remove_files) COMPLETE
84402024-08-05T16:43:23.753Z[ host-image] Aug 05 16:43:22.186 INFO O| Aug 05 16:43:22.186 INFO STEP 26: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
84412024-08-05T16:43:23.763Z[ host-image] Aug 05 16:43:22.195 INFO O| Aug 05 16:43:22.195 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/audio"
84422024-08-05T16:43:23.766Z[ host-image] Aug 05 16:43:22.196 INFO O| Aug 05 16:43:22.195 INFO STEP 26 (remove_files) COMPLETE
84432024-08-05T16:43:23.766Z[ host-image] Aug 05 16:43:22.196 INFO O| Aug 05 16:43:22.195 INFO STEP 27: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
84442024-08-05T16:43:23.772Z[ host-image] Aug 05 16:43:22.205 INFO O| Aug 05 16:43:22.205 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/audio1575"
84452024-08-05T16:43:23.772Z[ host-image] Aug 05 16:43:22.205 INFO O| Aug 05 16:43:22.205 INFO STEP 27 (remove_files) COMPLETE
84462024-08-05T16:43:23.775Z[ host-image] Aug 05 16:43:22.205 INFO O| Aug 05 16:43:22.205 INFO STEP 28: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
84472024-08-05T16:43:23.782Z[ host-image] Aug 05 16:43:22.215 INFO O| Aug 05 16:43:22.215 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/audioens"
84482024-08-05T16:43:23.785Z[ host-image] Aug 05 16:43:22.215 INFO O| Aug 05 16:43:22.215 INFO STEP 28 (remove_files) COMPLETE
84492024-08-05T16:43:23.785Z[ host-image] Aug 05 16:43:22.215 INFO O| Aug 05 16:43:22.215 INFO STEP 29: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
84502024-08-05T16:43:23.792Z[ host-image] Aug 05 16:43:22.224 INFO O| Aug 05 16:43:22.224 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/audiopci"
84512024-08-05T16:43:23.794Z[ host-image] Aug 05 16:43:22.225 INFO O| Aug 05 16:43:22.225 INFO STEP 29 (remove_files) COMPLETE
84522024-08-05T16:43:23.794Z[ host-image] Aug 05 16:43:22.225 INFO O| Aug 05 16:43:22.225 INFO STEP 30: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
84532024-08-05T16:43:23.802Z[ host-image] Aug 05 16:43:22.234 INFO O| Aug 05 16:43:22.234 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/audiots"
84542024-08-05T16:43:23.802Z[ host-image] Aug 05 16:43:22.234 INFO O| Aug 05 16:43:22.234 INFO STEP 30 (remove_files) COMPLETE
84552024-08-05T16:43:23.802Z[ host-image] Aug 05 16:43:22.234 INFO O| Aug 05 16:43:22.234 INFO STEP 31: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
84562024-08-05T16:43:23.812Z[ host-image] Aug 05 16:43:22.245 INFO O| Aug 05 16:43:22.244 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/ehci"
84572024-08-05T16:43:23.815Z[ host-image] Aug 05 16:43:22.245 INFO O| Aug 05 16:43:22.245 INFO STEP 31 (remove_files) COMPLETE
84582024-08-05T16:43:23.815Z[ host-image] Aug 05 16:43:22.245 INFO O| Aug 05 16:43:22.245 INFO STEP 32: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
84592024-08-05T16:43:23.821Z[ host-image] Aug 05 16:43:22.254 INFO O| Aug 05 16:43:22.254 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/hid"
84602024-08-05T16:43:23.821Z[ host-image] Aug 05 16:43:22.254 INFO O| Aug 05 16:43:22.254 INFO STEP 32 (remove_files) COMPLETE
84612024-08-05T16:43:23.824Z[ host-image] Aug 05 16:43:22.254 INFO O| Aug 05 16:43:22.254 INFO STEP 33: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
84622024-08-05T16:43:23.831Z[ host-image] Aug 05 16:43:22.264 INFO O| Aug 05 16:43:22.264 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/hubd"
84632024-08-05T16:43:23.834Z[ host-image] Aug 05 16:43:22.264 INFO O| Aug 05 16:43:22.264 INFO STEP 33 (remove_files) COMPLETE
84642024-08-05T16:43:23.834Z[ host-image] Aug 05 16:43:22.264 INFO O| Aug 05 16:43:22.264 INFO STEP 34: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
84652024-08-05T16:43:23.841Z[ host-image] Aug 05 16:43:22.273 INFO O| Aug 05 16:43:22.273 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/ohci"
84662024-08-05T16:43:23.841Z[ host-image] Aug 05 16:43:22.273 INFO O| Aug 05 16:43:22.273 INFO STEP 34 (remove_files) COMPLETE
84672024-08-05T16:43:23.841Z[ host-image] Aug 05 16:43:22.273 INFO O| Aug 05 16:43:22.273 INFO STEP 35: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
84682024-08-05T16:43:23.851Z[ host-image] Aug 05 16:43:22.283 INFO O| Aug 05 16:43:22.283 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/scsa2usb"
84692024-08-05T16:43:23.851Z[ host-image] Aug 05 16:43:22.283 INFO O| Aug 05 16:43:22.283 INFO STEP 35 (remove_files) COMPLETE
84702024-08-05T16:43:23.854Z[ host-image] Aug 05 16:43:22.283 INFO O| Aug 05 16:43:22.283 INFO STEP 36: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
84712024-08-05T16:43:23.860Z[ host-image] Aug 05 16:43:22.292 INFO O| Aug 05 16:43:22.292 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/uhci"
84722024-08-05T16:43:23.863Z[ host-image] Aug 05 16:43:22.292 INFO O| Aug 05 16:43:22.292 INFO STEP 36 (remove_files) COMPLETE
84732024-08-05T16:43:23.863Z[ host-image] Aug 05 16:43:22.292 INFO O| Aug 05 16:43:22.292 INFO STEP 37: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
84742024-08-05T16:43:23.869Z[ host-image] Aug 05 16:43:22.302 INFO O| Aug 05 16:43:22.302 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/usb_ac"
84752024-08-05T16:43:23.872Z[ host-image] Aug 05 16:43:22.302 INFO O| Aug 05 16:43:22.302 INFO STEP 37 (remove_files) COMPLETE
84762024-08-05T16:43:23.872Z[ host-image] Aug 05 16:43:22.302 INFO O| Aug 05 16:43:22.302 INFO STEP 38: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
84772024-08-05T16:43:23.880Z[ host-image] Aug 05 16:43:22.312 INFO O| Aug 05 16:43:22.312 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/usb_as"
84782024-08-05T16:43:23.880Z[ host-image] Aug 05 16:43:22.313 INFO O| Aug 05 16:43:22.313 INFO STEP 38 (remove_files) COMPLETE
84792024-08-05T16:43:23.883Z[ host-image] Aug 05 16:43:22.313 INFO O| Aug 05 16:43:22.313 INFO STEP 39: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
84802024-08-05T16:43:23.890Z[ host-image] Aug 05 16:43:22.322 INFO O| Aug 05 16:43:22.322 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/usb_ia"
84812024-08-05T16:43:23.890Z[ host-image] Aug 05 16:43:22.322 INFO O| Aug 05 16:43:22.322 INFO STEP 39 (remove_files) COMPLETE
84822024-08-05T16:43:23.890Z[ host-image] Aug 05 16:43:22.322 INFO O| Aug 05 16:43:22.322 INFO STEP 40: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
84832024-08-05T16:43:23.899Z[ host-image] Aug 05 16:43:22.332 INFO O| Aug 05 16:43:22.332 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/usb_mid"
84842024-08-05T16:43:23.903Z[ host-image] Aug 05 16:43:22.332 INFO O| Aug 05 16:43:22.332 INFO STEP 40 (remove_files) COMPLETE
84852024-08-05T16:43:23.903Z[ host-image] Aug 05 16:43:22.332 INFO O| Aug 05 16:43:22.332 INFO STEP 41: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
84862024-08-05T16:43:23.909Z[ host-image] Aug 05 16:43:22.341 INFO O| Aug 05 16:43:22.341 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/usbprn"
84872024-08-05T16:43:23.909Z[ host-image] Aug 05 16:43:22.341 INFO O| Aug 05 16:43:22.341 INFO STEP 41 (remove_files) COMPLETE
84882024-08-05T16:43:23.909Z[ host-image] Aug 05 16:43:22.341 INFO O| Aug 05 16:43:22.341 INFO STEP 42: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
84892024-08-05T16:43:23.918Z[ host-image] Aug 05 16:43:22.351 INFO O| Aug 05 16:43:22.351 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/xhci"
84902024-08-05T16:43:23.921Z[ host-image] Aug 05 16:43:22.351 INFO O| Aug 05 16:43:22.351 INFO STEP 42 (remove_files) COMPLETE
84912024-08-05T16:43:23.921Z[ host-image] Aug 05 16:43:22.351 INFO O| Aug 05 16:43:22.351 INFO STEP 43: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
84922024-08-05T16:43:23.927Z[ host-image] Aug 05 16:43:22.360 INFO O| Aug 05 16:43:22.360 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/intel_nhm"
84932024-08-05T16:43:23.927Z[ host-image] Aug 05 16:43:22.360 INFO O| Aug 05 16:43:22.360 INFO STEP 43 (remove_files) COMPLETE
84942024-08-05T16:43:23.930Z[ host-image] Aug 05 16:43:22.360 INFO O| Aug 05 16:43:22.360 INFO STEP 44: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
84952024-08-05T16:43:23.937Z[ host-image] Aug 05 16:43:22.369 INFO O| Aug 05 16:43:22.369 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/intel_nb5000"
84962024-08-05T16:43:23.940Z[ host-image] Aug 05 16:43:22.370 INFO O| Aug 05 16:43:22.369 INFO STEP 44 (remove_files) COMPLETE
84972024-08-05T16:43:23.940Z[ host-image] Aug 05 16:43:22.370 INFO O| Aug 05 16:43:22.369 INFO STEP 45: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
84982024-08-05T16:43:23.946Z[ host-image] Aug 05 16:43:22.379 INFO O| Aug 05 16:43:22.379 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/mc-amd"
84992024-08-05T16:43:23.946Z[ host-image] Aug 05 16:43:22.379 INFO O| Aug 05 16:43:22.379 INFO STEP 45 (remove_files) COMPLETE
85002024-08-05T16:43:23.949Z[ host-image] Aug 05 16:43:22.379 INFO O| Aug 05 16:43:22.379 INFO STEP 46: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
85012024-08-05T16:43:23.955Z[ host-image] Aug 05 16:43:22.388 INFO O| Aug 05 16:43:22.388 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/acpi_toshiba"
85022024-08-05T16:43:23.958Z[ host-image] Aug 05 16:43:22.388 INFO O| Aug 05 16:43:22.388 INFO STEP 46 (remove_files) COMPLETE
85032024-08-05T16:43:23.958Z[ host-image] Aug 05 16:43:22.388 INFO O| Aug 05 16:43:22.388 INFO STEP 47: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
85042024-08-05T16:43:23.965Z[ host-image] Aug 05 16:43:22.397 INFO O| Aug 05 16:43:22.397 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/intel_nhmex"
85052024-08-05T16:43:23.965Z[ host-image] Aug 05 16:43:22.397 INFO O| Aug 05 16:43:22.397 INFO STEP 47 (remove_files) COMPLETE
85062024-08-05T16:43:23.967Z[ host-image] Aug 05 16:43:22.397 INFO O| Aug 05 16:43:22.397 INFO STEP 48: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
85072024-08-05T16:43:23.974Z[ host-image] Aug 05 16:43:22.407 INFO O| Aug 05 16:43:22.407 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/intel_nhmex.conf"
85082024-08-05T16:43:23.974Z[ host-image] Aug 05 16:43:22.407 INFO O| Aug 05 16:43:22.407 INFO STEP 48 (remove_files) COMPLETE
85092024-08-05T16:43:23.977Z[ host-image] Aug 05 16:43:22.407 INFO O| Aug 05 16:43:22.407 INFO STEP 49: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
85102024-08-05T16:43:23.983Z[ host-image] Aug 05 16:43:22.416 INFO O| Aug 05 16:43:22.416 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/mpt"
85112024-08-05T16:43:23.983Z[ host-image] Aug 05 16:43:22.416 INFO O| Aug 05 16:43:22.416 INFO STEP 49 (remove_files) COMPLETE
85122024-08-05T16:43:23.983Z[ host-image] Aug 05 16:43:22.416 INFO O| Aug 05 16:43:22.416 INFO STEP 50: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
85132024-08-05T16:43:23.993Z[ host-image] Aug 05 16:43:22.425 INFO O| Aug 05 16:43:22.425 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/mpt.conf"
85142024-08-05T16:43:23.996Z[ host-image] Aug 05 16:43:22.425 INFO O| Aug 05 16:43:22.425 INFO STEP 50 (remove_files) COMPLETE
85152024-08-05T16:43:23.996Z[ host-image] Aug 05 16:43:22.425 INFO O| Aug 05 16:43:22.425 INFO STEP 51: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
85162024-08-05T16:43:24.002Z[ host-image] Aug 05 16:43:22.435 INFO O| Aug 05 16:43:22.435 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/usr/lib/fm/fmd/plugins/ses-log-transport.so"
85172024-08-05T16:43:24.002Z[ host-image] Aug 05 16:43:22.435 INFO O| Aug 05 16:43:22.435 INFO STEP 51 (remove_files) COMPLETE
85182024-08-05T16:43:24.005Z[ host-image] Aug 05 16:43:22.435 INFO O| Aug 05 16:43:22.435 INFO STEP 52: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
85192024-08-05T16:43:24.011Z[ host-image] Aug 05 16:43:22.444 INFO O| Aug 05 16:43:22.444 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/usr/lib/fm/fmd/plugins/ses-log-transport.conf"
85202024-08-05T16:43:24.012Z[ host-image] Aug 05 16:43:22.444 INFO O| Aug 05 16:43:22.444 INFO STEP 52 (remove_files) COMPLETE
85212024-08-05T16:43:24.014Z[ host-image] Aug 05 16:43:22.444 INFO O| Aug 05 16:43:22.444 INFO STEP 53: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
85222024-08-05T16:43:24.021Z[ host-image] Aug 05 16:43:22.453 INFO O| Aug 05 16:43:22.453 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/sbin/bootadm"
85232024-08-05T16:43:24.024Z[ host-image] Aug 05 16:43:22.454 INFO O| Aug 05 16:43:22.454 INFO STEP 53 (remove_files) COMPLETE
85242024-08-05T16:43:24.024Z[ host-image] Aug 05 16:43:22.454 INFO O| Aug 05 16:43:22.454 INFO STEP 54: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
85252024-08-05T16:43:24.030Z[ host-image] Aug 05 16:43:22.463 INFO O| Aug 05 16:43:22.463 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/usr/sbin/bootadm"
85262024-08-05T16:43:24.030Z[ host-image] Aug 05 16:43:22.463 INFO O| Aug 05 16:43:22.463 INFO STEP 54 (remove_files) COMPLETE
85272024-08-05T16:43:24.034Z[ host-image] Aug 05 16:43:22.463 INFO O| Aug 05 16:43:22.463 INFO STEP 55: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
85282024-08-05T16:43:24.038Z[ recovery-image] Aug 05 16:43:22.470 INFO image complete! materials are in "/work/os-recovery"
85292024-08-05T16:43:24.041Z[ host-image] Aug 05 16:43:22.472 INFO O| Aug 05 16:43:22.472 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/sbin/beadm"
85302024-08-05T16:43:24.041Z[ host-image] Aug 05 16:43:22.472 INFO O| Aug 05 16:43:22.472 INFO STEP 55 (remove_files) COMPLETE
85312024-08-05T16:43:24.041Z[ host-image] Aug 05 16:43:22.472 INFO O| Aug 05 16:43:22.472 INFO STEP 56: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
85322024-08-05T16:43:24.041Z[ recovery-image]
85332024-08-05T16:43:24.041Z[ recovery-image] real 8:12.465020173
85342024-08-05T16:43:24.041Z[ recovery-image] user 4:28.561551453
85352024-08-05T16:43:24.041Z[ recovery-image] sys 58.546292159
85362024-08-05T16:43:24.041Z[ recovery-image] trap 0.119502901
85372024-08-05T16:43:24.041Z[ recovery-image] tflt 0.413297988
85382024-08-05T16:43:24.041Z[ recovery-image] dflt 1.104975373
85392024-08-05T16:43:24.041Z[ recovery-image] kflt 0.000045813
85402024-08-05T16:43:24.041Z[ recovery-image] lock 17:36.661795708
85412024-08-05T16:43:24.041Z[ recovery-image] slp 50:29.642268510
85422024-08-05T16:43:24.041Z[ recovery-image] lat 41.972474130
85432024-08-05T16:43:24.041Z[ recovery-image] stop 3.101978086
85442024-08-05T16:43:24.041ZAug 05 16:43:22.473 INFO [recovery-image] process exited with exit status: 0 (492.505261044s)
85452024-08-05T16:43:24.050Z[ host-image] Aug 05 16:43:22.482 INFO O| Aug 05 16:43:22.482 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/usr/sbin/beadm"
85462024-08-05T16:43:24.050Z[ host-image] Aug 05 16:43:22.482 INFO O| Aug 05 16:43:22.482 INFO STEP 56 (remove_files) COMPLETE
85472024-08-05T16:43:24.050Z[ host-image] Aug 05 16:43:22.482 INFO O| Aug 05 16:43:22.482 INFO STEP 57: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
85482024-08-05T16:43:24.060Z[ host-image] Aug 05 16:43:22.492 INFO O| Aug 05 16:43:22.492 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/etc/default/tar"
85492024-08-05T16:43:24.061Z[ host-image] Aug 05 16:43:22.492 INFO O| Aug 05 16:43:22.492 INFO STEP 57 (remove_files) COMPLETE
85502024-08-05T16:43:24.063Z[ host-image] Aug 05 16:43:22.492 INFO O| Aug 05 16:43:22.492 INFO STEP 58: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
85512024-08-05T16:43:24.069Z[ host-image] Aug 05 16:43:22.501 INFO O| Aug 05 16:43:22.501 WARN file /rpool/images/build/host/work/gimlet/ramdisk/lib/svc/method/keymap exists, with wrong contents, unlinking
85522024-08-05T16:43:24.073Z[ host-image] Aug 05 16:43:22.501 INFO O| Aug 05 16:43:22.501 INFO writing /rpool/images/build/host/work/gimlet/ramdisk/lib/svc/method/keymap ...
85532024-08-05T16:43:24.073Z[ host-image] Aug 05 16:43:22.501 INFO O| Aug 05 16:43:22.501 INFO perms are 644, should be 755, path: /rpool/images/build/host/work/gimlet/ramdisk/lib/svc/method/keymap
85542024-08-05T16:43:24.073Z[ host-image] Aug 05 16:43:22.501 INFO O| Aug 05 16:43:22.501 INFO chmod ok, path: /rpool/images/build/host/work/gimlet/ramdisk/lib/svc/method/keymap
85552024-08-05T16:43:24.073Z[ host-image] Aug 05 16:43:22.501 INFO O| Aug 05 16:43:22.501 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/gimlet/ramdisk/lib/svc/method/keymap
85562024-08-05T16:43:24.073Z[ host-image] Aug 05 16:43:22.501 INFO O| Aug 05 16:43:22.501 INFO chown ok, path: /rpool/images/build/host/work/gimlet/ramdisk/lib/svc/method/keymap
85572024-08-05T16:43:24.073Z[ host-image] Aug 05 16:43:22.502 INFO O| Aug 05 16:43:22.501 INFO ok!
85582024-08-05T16:43:24.073Z[ host-image] Aug 05 16:43:22.502 INFO O| Aug 05 16:43:22.502 INFO STEP 58 (ensure_file) COMPLETE
85592024-08-05T16:43:24.073Z[ host-image] Aug 05 16:43:22.502 INFO O| Aug 05 16:43:22.502 INFO STEP 59: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
85602024-08-05T16:43:24.078Z[ host-image] Aug 05 16:43:22.511 INFO O| Aug 05 16:43:22.511 WARN file /rpool/images/build/host/work/gimlet/ramdisk/lib/svc/bin/rootisramdisk exists, with wrong contents, unlinking
85612024-08-05T16:43:24.078Z[ host-image] Aug 05 16:43:22.511 INFO O| Aug 05 16:43:22.511 INFO copying /work/oxidecomputer/helios/image/templates/files/rootisramdisk -> /rpool/images/build/host/work/gimlet/ramdisk/lib/svc/bin/rootisramdisk ...
85622024-08-05T16:43:24.081Z[ host-image] Aug 05 16:43:22.511 INFO O| Aug 05 16:43:22.511 INFO perms are 644, should be 755, path: /rpool/images/build/host/work/gimlet/ramdisk/lib/svc/bin/rootisramdisk
85632024-08-05T16:43:24.081Z[ host-image] Aug 05 16:43:22.511 INFO O| Aug 05 16:43:22.511 INFO chmod ok, path: /rpool/images/build/host/work/gimlet/ramdisk/lib/svc/bin/rootisramdisk
85642024-08-05T16:43:24.081Z[ host-image] Aug 05 16:43:22.511 INFO O| Aug 05 16:43:22.511 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/gimlet/ramdisk/lib/svc/bin/rootisramdisk
85652024-08-05T16:43:24.081Z[ host-image] Aug 05 16:43:22.511 INFO O| Aug 05 16:43:22.511 INFO chown ok, path: /rpool/images/build/host/work/gimlet/ramdisk/lib/svc/bin/rootisramdisk
85662024-08-05T16:43:24.081Z[ host-image] Aug 05 16:43:22.511 INFO O| Aug 05 16:43:22.511 INFO ok!
85672024-08-05T16:43:24.081Z[ host-image] Aug 05 16:43:22.511 INFO O| Aug 05 16:43:22.511 INFO STEP 59 (ensure_file) COMPLETE
85682024-08-05T16:43:24.082Z[ host-image] Aug 05 16:43:22.511 INFO O| Aug 05 16:43:22.511 INFO STEP 60: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
85692024-08-05T16:43:24.088Z[ host-image] Aug 05 16:43:22.521 INFO O| Aug 05 16:43:22.521 INFO file /rpool/images/build/host/work/gimlet/ramdisk/root/.bash_profile does not exist
85702024-08-05T16:43:24.088Z[ host-image] Aug 05 16:43:22.521 INFO O| Aug 05 16:43:22.521 INFO copying /work/oxidecomputer/helios/image/templates/files/bash_profile -> /rpool/images/build/host/work/gimlet/ramdisk/root/.bash_profile ...
85712024-08-05T16:43:24.092Z[ host-image] Aug 05 16:43:22.521 INFO O| Aug 05 16:43:22.521 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/ramdisk/root/.bash_profile
85722024-08-05T16:43:24.092Z[ host-image] Aug 05 16:43:22.521 INFO O| Aug 05 16:43:22.521 INFO ok!
85732024-08-05T16:43:24.092Z[ host-image] Aug 05 16:43:22.521 INFO O| Aug 05 16:43:22.521 INFO STEP 60 (ensure_file) COMPLETE
85742024-08-05T16:43:24.092Z[ host-image] Aug 05 16:43:22.521 INFO O| Aug 05 16:43:22.521 INFO STEP 61: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
85752024-08-05T16:43:24.098Z[ host-image] Aug 05 16:43:22.531 INFO O| Aug 05 16:43:22.530 WARN file /rpool/images/build/host/work/gimlet/ramdisk/root/.bashrc exists, with wrong contents, unlinking
85762024-08-05T16:43:24.098Z[ host-image] Aug 05 16:43:22.531 INFO O| Aug 05 16:43:22.531 INFO copying /work/oxidecomputer/helios/image/templates/files/bashrc -> /rpool/images/build/host/work/gimlet/ramdisk/root/.bashrc ...
85772024-08-05T16:43:24.101Z[ host-image] Aug 05 16:43:22.531 INFO O| Aug 05 16:43:22.531 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/ramdisk/root/.bashrc
85782024-08-05T16:43:24.101Z[ host-image] Aug 05 16:43:22.531 INFO O| Aug 05 16:43:22.531 INFO ok!
85792024-08-05T16:43:24.101Z[ host-image] Aug 05 16:43:22.531 INFO O| Aug 05 16:43:22.531 INFO STEP 61 (ensure_file) COMPLETE
85802024-08-05T16:43:24.101Z[ host-image] Aug 05 16:43:22.531 INFO O| Aug 05 16:43:22.531 INFO STEP 62: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
85812024-08-05T16:43:24.108Z[ host-image] Aug 05 16:43:22.540 INFO O| Aug 05 16:43:22.540 WARN file /rpool/images/build/host/work/gimlet/ramdisk/etc/motd exists, with wrong contents, unlinking
85822024-08-05T16:43:24.108Z[ host-image] Aug 05 16:43:22.540 INFO O| Aug 05 16:43:22.540 INFO copying /work/oxidecomputer/helios/image/templates/files/motd -> /rpool/images/build/host/work/gimlet/ramdisk/etc/motd ...
85832024-08-05T16:43:24.111Z[ host-image] Aug 05 16:43:22.540 INFO O| Aug 05 16:43:22.540 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/gimlet/ramdisk/etc/motd
85842024-08-05T16:43:24.111Z[ host-image] Aug 05 16:43:22.540 INFO O| Aug 05 16:43:22.540 INFO chown ok, path: /rpool/images/build/host/work/gimlet/ramdisk/etc/motd
85852024-08-05T16:43:24.111Z[ host-image] Aug 05 16:43:22.540 INFO O| Aug 05 16:43:22.540 INFO ok!
85862024-08-05T16:43:24.111Z[ host-image] Aug 05 16:43:22.540 INFO O| Aug 05 16:43:22.540 INFO STEP 62 (ensure_file) COMPLETE
85872024-08-05T16:43:24.111Z[ host-image] Aug 05 16:43:22.540 INFO O| Aug 05 16:43:22.540 INFO STEP 63: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
85882024-08-05T16:43:24.117Z[ host-image] Aug 05 16:43:22.550 INFO O| Aug 05 16:43:22.549 INFO file /rpool/images/build/host/work/gimlet/ramdisk/etc/system.d/zfs:dbuf does not exist
85892024-08-05T16:43:24.117Z[ host-image] Aug 05 16:43:22.550 INFO O| Aug 05 16:43:22.550 INFO copying /work/oxidecomputer/helios/image/templates/files/gimlet-system-zfs:dbuf -> /rpool/images/build/host/work/gimlet/ramdisk/etc/system.d/zfs:dbuf ...
85902024-08-05T16:43:24.120Z[ host-image] Aug 05 16:43:22.550 INFO O| Aug 05 16:43:22.550 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/gimlet/ramdisk/etc/system.d/zfs:dbuf
85912024-08-05T16:43:24.120Z[ host-image] Aug 05 16:43:22.550 INFO O| Aug 05 16:43:22.550 INFO chown ok, path: /rpool/images/build/host/work/gimlet/ramdisk/etc/system.d/zfs:dbuf
85922024-08-05T16:43:24.120Z[ host-image] Aug 05 16:43:22.550 INFO O| Aug 05 16:43:22.550 INFO ok!
85932024-08-05T16:43:24.120Z[ host-image] Aug 05 16:43:22.550 INFO O| Aug 05 16:43:22.550 INFO STEP 63 (ensure_file) COMPLETE
85942024-08-05T16:43:24.121Z[ host-image] Aug 05 16:43:22.550 INFO O| Aug 05 16:43:22.550 INFO STEP 64: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
85952024-08-05T16:43:24.128Z[ host-image] Aug 05 16:43:22.559 INFO O| Aug 05 16:43:22.559 INFO file /rpool/images/build/host/work/gimlet/ramdisk/etc/system.d/nvme does not exist
85962024-08-05T16:43:24.128Z[ host-image] Aug 05 16:43:22.559 INFO O| Aug 05 16:43:22.559 INFO copying /work/oxidecomputer/helios/image/templates/files/gimlet-system-nvme -> /rpool/images/build/host/work/gimlet/ramdisk/etc/system.d/nvme ...
85972024-08-05T16:43:24.131Z[ host-image] Aug 05 16:43:22.559 INFO O| Aug 05 16:43:22.559 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/gimlet/ramdisk/etc/system.d/nvme
85982024-08-05T16:43:24.131Z[ host-image] Aug 05 16:43:22.559 INFO O| Aug 05 16:43:22.559 INFO chown ok, path: /rpool/images/build/host/work/gimlet/ramdisk/etc/system.d/nvme
85992024-08-05T16:43:24.131Z[ host-image] Aug 05 16:43:22.559 INFO O| Aug 05 16:43:22.559 INFO ok!
86002024-08-05T16:43:24.131Z[ host-image] Aug 05 16:43:22.559 INFO O| Aug 05 16:43:22.559 INFO STEP 64 (ensure_file) COMPLETE
86012024-08-05T16:43:24.131Z[ host-image] Aug 05 16:43:22.559 INFO O| Aug 05 16:43:22.559 INFO STEP 65: assemble_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
86022024-08-05T16:43:24.138Z[ host-image] Aug 05 16:43:22.569 INFO O| Aug 05 16:43:22.569 INFO file /rpool/images/build/host/work/gimlet/ramdisk/etc/system.d/.self-assembly does not exist
86032024-08-05T16:43:24.138Z[ host-image] Aug 05 16:43:22.569 INFO O| Aug 05 16:43:22.569 INFO writing /rpool/images/build/host/work/gimlet/ramdisk/etc/system.d/.self-assembly ...
86042024-08-05T16:43:24.142Z[ host-image] Aug 05 16:43:22.569 INFO O| Aug 05 16:43:22.569 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/ramdisk/etc/system.d/.self-assembly
86052024-08-05T16:43:24.142Z[ host-image] Aug 05 16:43:22.569 INFO O| Aug 05 16:43:22.569 INFO ok!
86062024-08-05T16:43:24.142Z[ host-image] Aug 05 16:43:22.569 INFO O| Aug 05 16:43:22.569 INFO STEP 65 (assemble_files) COMPLETE
86072024-08-05T16:43:24.142Z[ host-image] Aug 05 16:43:22.569 INFO O| Aug 05 16:43:22.569 INFO STEP 66: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
86082024-08-05T16:43:24.146Z[ host-image] Aug 05 16:43:22.578 INFO O| Aug 05 16:43:22.578 INFO file /rpool/images/build/host/work/gimlet/ramdisk/etc/dumpadm.conf does not exist
86092024-08-05T16:43:24.146Z[ host-image] Aug 05 16:43:22.578 INFO O| Aug 05 16:43:22.578 INFO copying /work/oxidecomputer/helios/image/templates/files/dumpadm.conf -> /rpool/images/build/host/work/gimlet/ramdisk/etc/dumpadm.conf ...
86102024-08-05T16:43:24.149Z[ host-image] Aug 05 16:43:22.578 INFO O| Aug 05 16:43:22.578 INFO ownership wrong (Id(0):Id(0), not 0:1), path: /rpool/images/build/host/work/gimlet/ramdisk/etc/dumpadm.conf
86112024-08-05T16:43:24.149Z[ host-image] Aug 05 16:43:22.578 INFO O| Aug 05 16:43:22.578 INFO chown ok, path: /rpool/images/build/host/work/gimlet/ramdisk/etc/dumpadm.conf
86122024-08-05T16:43:24.149Z[ host-image] Aug 05 16:43:22.578 INFO O| Aug 05 16:43:22.578 INFO ok!
86132024-08-05T16:43:24.149Z[ host-image] Aug 05 16:43:22.578 INFO O| Aug 05 16:43:22.578 INFO STEP 66 (ensure_file) COMPLETE
86142024-08-05T16:43:24.149Z[ host-image] Aug 05 16:43:22.578 INFO O| Aug 05 16:43:22.578 INFO STEP 67: ensure_dir, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
86152024-08-05T16:43:24.155Z[ host-image] Aug 05 16:43:22.587 INFO O| Aug 05 16:43:22.587 INFO creating directory: /rpool/images/build/host/work/gimlet/ramdisk/usr/lib/brand/omicron1/baseline
86162024-08-05T16:43:24.158Z[ host-image] Aug 05 16:43:22.588 INFO O| Aug 05 16:43:22.588 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/gimlet/ramdisk/usr/lib/brand/omicron1/baseline
86172024-08-05T16:43:24.158Z[ host-image] Aug 05 16:43:22.588 INFO O| Aug 05 16:43:22.588 INFO chown ok, path: /rpool/images/build/host/work/gimlet/ramdisk/usr/lib/brand/omicron1/baseline
86182024-08-05T16:43:24.158Z[ host-image] Aug 05 16:43:22.588 INFO O| Aug 05 16:43:22.588 INFO STEP 67 (ensure_dir) COMPLETE
86192024-08-05T16:43:24.158Z[ host-image] Aug 05 16:43:22.588 INFO O| Aug 05 16:43:22.588 INFO STEP 68: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
86202024-08-05T16:43:24.164Z[ host-image] Aug 05 16:43:22.597 INFO O| Aug 05 16:43:22.597 INFO file /rpool/images/build/host/work/gimlet/ramdisk/usr/lib/brand/omicron1/baseline/files.tar.gz does not exist
86212024-08-05T16:43:24.164Z[ host-image] Aug 05 16:43:22.597 INFO O| Aug 05 16:43:22.597 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 ...
86222024-08-05T16:43:24.172Z[ host-image] Aug 05 16:43:22.604 INFO O| Aug 05 16:43:22.604 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
86232024-08-05T16:43:24.172Z[ host-image] Aug 05 16:43:22.604 INFO O| Aug 05 16:43:22.604 INFO chown ok, path: /rpool/images/build/host/work/gimlet/ramdisk/usr/lib/brand/omicron1/baseline/files.tar.gz
86242024-08-05T16:43:24.174Z[ host-image] Aug 05 16:43:22.604 INFO O| Aug 05 16:43:22.604 INFO ok!
86252024-08-05T16:43:24.174Z[ host-image] Aug 05 16:43:22.604 INFO O| Aug 05 16:43:22.604 INFO STEP 68 (ensure_file) COMPLETE
86262024-08-05T16:43:24.174Z[ host-image] Aug 05 16:43:22.604 INFO O| Aug 05 16:43:22.604 INFO STEP 69: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
86272024-08-05T16:43:24.181Z[ host-image] Aug 05 16:43:22.614 INFO O| Aug 05 16:43:22.614 INFO file /rpool/images/build/host/work/gimlet/ramdisk/usr/lib/brand/omicron1/baseline/gzonly.txt does not exist
86282024-08-05T16:43:24.184Z[ host-image] Aug 05 16:43:22.614 INFO O| Aug 05 16:43:22.614 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 ...
86292024-08-05T16:43:24.184Z[ host-image] Aug 05 16:43:22.614 INFO O| Aug 05 16:43:22.614 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
86302024-08-05T16:43:24.184Z[ host-image] Aug 05 16:43:22.614 INFO O| Aug 05 16:43:22.614 INFO chown ok, path: /rpool/images/build/host/work/gimlet/ramdisk/usr/lib/brand/omicron1/baseline/gzonly.txt
86312024-08-05T16:43:24.184Z[ host-image] Aug 05 16:43:22.614 INFO O| Aug 05 16:43:22.614 INFO ok!
86322024-08-05T16:43:24.184Z[ host-image] Aug 05 16:43:22.614 INFO O| Aug 05 16:43:22.614 INFO STEP 69 (ensure_file) COMPLETE
86332024-08-05T16:43:24.184Z[ host-image] Aug 05 16:43:22.614 INFO O| Aug 05 16:43:22.614 INFO STEP 70: pack_tar, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
86342024-08-05T16:43:24.195Z[ host-image] Aug 05 16:43:22.628 INFO O| Aug 05 16:43:22.628 INFO file /rpool/images/build/host/output/gimlet-ramdisk.tar does not already exist, skipping removal
86352024-08-05T16:43:24.195Z[ host-image] Aug 05 16:43:22.628 INFO O| Aug 05 16:43:22.628 INFO exec: ["/usr/sbin/tar", "ceEp@/f", "/rpool/images/build/host/output/gimlet-ramdisk.tar", "-C", "/rpool/images/build/host/work/gimlet/ramdisk", "."]
86362024-08-05T16:43:26.349Z[ host-image] Aug 05 16:43:24.781 INFO O| Aug 05 16:43:24.781 INFO STEP 70 (pack_tar) COMPLETE
86372024-08-05T16:43:26.349Z[ host-image] Aug 05 16:43:24.781 INFO O| Aug 05 16:43:24.781 INFO creating output snapshot rpool/images/build/host/work/gimlet/ramdisk@trim
86382024-08-05T16:43:26.352Z[ host-image] Aug 05 16:43:24.781 INFO O| Aug 05 16:43:24.781 INFO CREATE SNAPSHOT: rpool/images/build/host/work/gimlet/ramdisk@trim
86392024-08-05T16:43:26.574Z[ host-image] Aug 05 16:43:25.006 INFO O| Aug 05 16:43:25.006 INFO DESTROY DATASET: rpool/images/build/host/tmp/gimlet/ramdisk-02-trim
86402024-08-05T16:43:26.647Z[ host-image] Aug 05 16:43:25.079 INFO O| Aug 05 16:43:25.079 INFO completed processing gimlet/ramdisk-02-trim
86412024-08-05T16:43:26.650Z[ host-image] Aug 05 16:43:25.081 INFO image builder template: zfs...
86422024-08-05T16:43:26.650Z[ host-image] Aug 05 16:43:25.081 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/.tmp41afuc/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
86432024-08-05T16:43:26.664Z[ host-image] Aug 05 16:43:25.096 INFO O| Aug 05 16:43:25.096 INFO skip include "stress" because feature "stress" is not enabled
86442024-08-05T16:43:26.695Z[ host-image] Aug 05 16:43:25.128 INFO O| Aug 05 16:43:25.127 INFO temporary dataset: rpool/images/build/host/tmp/gimlet/zfs
86452024-08-05T16:43:26.699Z[ host-image] Aug 05 16:43:25.132 INFO O| Aug 05 16:43:25.132 INFO CREATE DATASET: rpool/images/build/host/tmp/gimlet/zfs
86462024-08-05T16:43:26.772Z[ host-image] Aug 05 16:43:25.204 INFO O| Aug 05 16:43:25.204 INFO SET DATASET PROPERTY ON rpool/images/build/host/tmp/gimlet/zfs: sync = disabled
86472024-08-05T16:43:26.832Z[ host-image] Aug 05 16:43:25.264 INFO O| Aug 05 16:43:25.264 INFO temporary directory: /rpool/images/build/host/tmp/gimlet/zfs
86482024-08-05T16:43:26.832Z[ host-image] Aug 05 16:43:25.264 INFO O| Aug 05 16:43:25.264 INFO work dataset: rpool/images/build/host/work/gimlet/zfs
86492024-08-05T16:43:26.836Z[ host-image] Aug 05 16:43:25.269 INFO O| Aug 05 16:43:25.269 INFO CREATE DATASET: rpool/images/build/host/work/gimlet/zfs
86502024-08-05T16:43:26.904Z[ host-image] Aug 05 16:43:25.336 INFO O| Aug 05 16:43:25.336 INFO SET DATASET PROPERTY ON rpool/images/build/host/work/gimlet/zfs: sync = disabled
86512024-08-05T16:43:26.964Z[ host-image] Aug 05 16:43:25.396 INFO O| Aug 05 16:43:25.396 INFO DESTROY POOL: TEMPORARY-gimlet-zfs
86522024-08-05T16:43:26.973Z[ host-image] Aug 05 16:43:25.406 INFO O| Aug 05 16:43:25.406 INFO image file: /rpool/images/build/host/work/gimlet/zfs/lofi.raw
86532024-08-05T16:43:26.979Z[ host-image] Aug 05 16:43:25.411 INFO O| Aug 05 16:43:25.411 INFO pool altroot: /rpool/images/build/host/work/gimlet/zfs/altroot
86542024-08-05T16:43:26.982Z[ host-image] Aug 05 16:43:25.411 INFO O| Aug 05 16:43:25.411 INFO no lofi found
86552024-08-05T16:43:26.982Z[ host-image] Aug 05 16:43:25.411 INFO O| Aug 05 16:43:25.411 INFO file /rpool/images/build/host/work/gimlet/zfs/lofi.raw does not already exist, skipping removal
86562024-08-05T16:43:26.982Z[ host-image] Aug 05 16:43:25.411 INFO O| Aug 05 16:43:25.411 INFO CREATE IMAGE (1000MB): /rpool/images/build/host/work/gimlet/zfs/lofi.raw
86572024-08-05T16:43:28.578Z[ host-image] Aug 05 16:43:27.010 INFO O| Aug 05 16:43:27.010 INFO lofi device = /dev/dsk/c2t1d0p0
86582024-08-05T16:43:28.578Z[ host-image] Aug 05 16:43:27.010 INFO O| Aug 05 16:43:27.010 INFO pool device = /dev/dsk/c2t1d0p0
86592024-08-05T16:43:28.581Z[ host-image] Aug 05 16:43:27.010 INFO O| Aug 05 16:43:27.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"]
86602024-08-05T16:43:28.646Z[ host-image] Aug 05 16:43:27.077 INFO O| Aug 05 16:43:27.077 INFO STEP 0: create_be, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs.json
86612024-08-05T16:43:28.646Z[ host-image] Aug 05 16:43:27.077 INFO O| Aug 05 16:43:27.077 INFO CREATE DATASET: TEMPORARY-gimlet-zfs/ROOT
86622024-08-05T16:43:28.667Z[ host-image] Aug 05 16:43:27.099 INFO O| Aug 05 16:43:27.099 INFO SET DATASET PROPERTY ON TEMPORARY-gimlet-zfs/ROOT: canmount = off
86632024-08-05T16:43:28.728Z[ host-image] Aug 05 16:43:27.160 INFO O| Aug 05 16:43:27.160 INFO SET DATASET PROPERTY ON TEMPORARY-gimlet-zfs/ROOT: mountpoint = legacy
86642024-08-05T16:43:28.767Z[ host-image] Aug 05 16:43:27.199 INFO O| Aug 05 16:43:27.198 INFO CREATE DATASET: TEMPORARY-gimlet-zfs/ROOT/ramdisk
86652024-08-05T16:43:28.782Z[ host-image] Aug 05 16:43:27.213 INFO O| Aug 05 16:43:27.213 INFO SET DATASET PROPERTY ON TEMPORARY-gimlet-zfs/ROOT/ramdisk: canmount = noauto
86662024-08-05T16:43:28.793Z[ host-image] Aug 05 16:43:27.225 INFO O| Aug 05 16:43:27.225 INFO SET DATASET PROPERTY ON TEMPORARY-gimlet-zfs/ROOT/ramdisk: mountpoint = legacy
86672024-08-05T16:43:28.843Z[ host-image] Aug 05 16:43:27.275 INFO O| Aug 05 16:43:27.275 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a
86682024-08-05T16:43:28.843Z[ host-image] Aug 05 16:43:27.275 INFO O| Aug 05 16:43:27.275 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a
86692024-08-05T16:43:28.846Z[ host-image] Aug 05 16:43:27.275 INFO O| Aug 05 16:43:27.275 INFO exec: ["/sbin/mount", "-F", "zfs", "TEMPORARY-gimlet-zfs/ROOT/ramdisk", "/rpool/images/build/host/work/gimlet/zfs/a"]
86702024-08-05T16:43:28.852Z[ host-image] Aug 05 16:43:27.284 INFO O| Aug 05 16:43:27.284 INFO boot environment UUID: 235cdd0e-a2c3-4731-a8f5-951a1e13328f
86712024-08-05T16:43:28.856Z[ host-image] Aug 05 16:43:27.284 INFO O| Aug 05 16:43:27.284 INFO SET DATASET PROPERTY ON TEMPORARY-gimlet-zfs/ROOT/ramdisk: org.opensolaris.libbe:uuid = 235cdd0e-a2c3-4731-a8f5-951a1e13328f
86722024-08-05T16:43:28.863Z[ host-image] Aug 05 16:43:27.295 INFO O| Aug 05 16:43:27.295 INFO SET DATASET PROPERTY ON TEMPORARY-gimlet-zfs/ROOT/ramdisk: org.opensolaris.libbe:policy = static
86732024-08-05T16:43:28.875Z[ host-image] Aug 05 16:43:27.306 INFO O| Aug 05 16:43:27.306 INFO STEP 0 (create_be) COMPLETE
86742024-08-05T16:43:28.875Z[ host-image] Aug 05 16:43:27.307 INFO O| Aug 05 16:43:27.306 INFO STEP 1: unpack_tar, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs.json
86752024-08-05T16:43:28.892Z[ host-image] Aug 05 16:43:27.324 INFO O| Aug 05 16:43:27.324 INFO exec: ["/usr/sbin/tar", "xeEp@/f", "/rpool/images/build/host/output/gimlet-ramdisk.tar", "-C", "/rpool/images/build/host/work/gimlet/zfs/a"]
86762024-08-05T16:43:48.209Z[ host-image] Aug 05 16:43:46.637 INFO O| Aug 05 16:43:46.637 INFO STEP 1 (unpack_tar) COMPLETE
86772024-08-05T16:43:48.209Z[ host-image] Aug 05 16:43:46.637 INFO O| Aug 05 16:43:46.637 INFO STEP 2: devfsadm, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
86782024-08-05T16:43:48.221Z[ host-image] Aug 05 16:43:46.650 INFO O| Aug 05 16:43:46.650 INFO exec: ["/usr/sbin/devfsadm", "-r", "/rpool/images/build/host/work/gimlet/zfs/a"]
86792024-08-05T16:43:48.341Z[ host-image] Aug 05 16:43:46.769 INFO O| Aug 05 16:43:46.769 INFO STEP 2 (devfsadm) COMPLETE
86802024-08-05T16:43:48.341Z[ host-image] Aug 05 16:43:46.769 INFO O| Aug 05 16:43:46.769 INFO STEP 3: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
86812024-08-05T16:43:48.353Z[ host-image] Aug 05 16:43:46.782 INFO O| Aug 05 16:43:46.782 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/dev/cfg
86822024-08-05T16:43:48.353Z[ host-image] Aug 05 16:43:46.782 INFO O| Aug 05 16:43:46.782 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/dev/cfg
86832024-08-05T16:43:48.353Z[ host-image] Aug 05 16:43:46.782 INFO O| Aug 05 16:43:46.782 INFO STEP 3 (ensure_dir) COMPLETE
86842024-08-05T16:43:48.356Z[ host-image] Aug 05 16:43:46.782 INFO O| Aug 05 16:43:46.782 INFO STEP 4: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
86852024-08-05T16:43:48.364Z[ host-image] Aug 05 16:43:46.793 INFO O| Aug 05 16:43:46.793 INFO ownership already OK (0:3), path: /rpool/images/build/host/work/gimlet/zfs/a/dev/dsk
86862024-08-05T16:43:48.364Z[ host-image] Aug 05 16:43:46.793 INFO O| Aug 05 16:43:46.793 INFO STEP 4 (ensure_dir) COMPLETE
86872024-08-05T16:43:48.367Z[ host-image] Aug 05 16:43:46.793 INFO O| Aug 05 16:43:46.793 INFO STEP 5: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
86882024-08-05T16:43:48.374Z[ host-image] Aug 05 16:43:46.803 INFO O| Aug 05 16:43:46.803 INFO ownership already OK (0:3), path: /rpool/images/build/host/work/gimlet/zfs/a/dev/rdsk
86892024-08-05T16:43:48.377Z[ host-image] Aug 05 16:43:46.803 INFO O| Aug 05 16:43:46.803 INFO STEP 5 (ensure_dir) COMPLETE
86902024-08-05T16:43:48.377Z[ host-image] Aug 05 16:43:46.803 INFO O| Aug 05 16:43:46.803 INFO STEP 6: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
86912024-08-05T16:43:48.384Z[ host-image] Aug 05 16:43:46.813 INFO O| Aug 05 16:43:46.813 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/dev/sensors
86922024-08-05T16:43:48.384Z[ host-image] Aug 05 16:43:46.813 INFO O| Aug 05 16:43:46.813 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/dev/sensors
86932024-08-05T16:43:48.388Z[ host-image] Aug 05 16:43:46.813 INFO O| Aug 05 16:43:46.813 INFO STEP 6 (ensure_dir) COMPLETE
86942024-08-05T16:43:48.388Z[ host-image] Aug 05 16:43:46.813 INFO O| Aug 05 16:43:46.813 INFO STEP 7: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
86952024-08-05T16:43:48.395Z[ host-image] Aug 05 16:43:46.824 INFO O| Aug 05 16:43:46.823 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/dev/usb
86962024-08-05T16:43:48.395Z[ host-image] Aug 05 16:43:46.824 INFO O| Aug 05 16:43:46.824 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/dev/usb
86972024-08-05T16:43:48.395Z[ host-image] Aug 05 16:43:46.824 INFO O| Aug 05 16:43:46.824 INFO STEP 7 (ensure_dir) COMPLETE
86982024-08-05T16:43:48.398Z[ host-image] Aug 05 16:43:46.824 INFO O| Aug 05 16:43:46.824 INFO STEP 8: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
86992024-08-05T16:43:48.405Z[ host-image] Aug 05 16:43:46.834 INFO O| Aug 05 16:43:46.834 INFO remove tree: "/rpool/images/build/host/work/gimlet/zfs/a/dev/cfg"
87002024-08-05T16:43:48.408Z[ host-image] Aug 05 16:43:46.834 INFO O| Aug 05 16:43:46.834 INFO STEP 8 (remove_files) COMPLETE
87012024-08-05T16:43:48.408Z[ host-image] Aug 05 16:43:46.834 INFO O| Aug 05 16:43:46.834 INFO STEP 9: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
87022024-08-05T16:43:48.415Z[ host-image] Aug 05 16:43:46.844 INFO O| Aug 05 16:43:46.844 INFO remove tree: "/rpool/images/build/host/work/gimlet/zfs/a/dev/dsk"
87032024-08-05T16:43:48.418Z[ host-image] Aug 05 16:43:46.845 INFO O| Aug 05 16:43:46.845 INFO STEP 9 (remove_files) COMPLETE
87042024-08-05T16:43:48.418Z[ host-image] Aug 05 16:43:46.845 INFO O| Aug 05 16:43:46.845 INFO STEP 10: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
87052024-08-05T16:43:48.426Z[ host-image] Aug 05 16:43:46.855 INFO O| Aug 05 16:43:46.854 INFO remove tree: "/rpool/images/build/host/work/gimlet/zfs/a/dev/rdsk"
87062024-08-05T16:43:48.429Z[ host-image] Aug 05 16:43:46.855 INFO O| Aug 05 16:43:46.855 INFO STEP 10 (remove_files) COMPLETE
87072024-08-05T16:43:48.429Z[ host-image] Aug 05 16:43:46.855 INFO O| Aug 05 16:43:46.855 INFO STEP 11: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
87082024-08-05T16:43:48.437Z[ host-image] Aug 05 16:43:46.865 INFO O| Aug 05 16:43:46.865 INFO remove tree: "/rpool/images/build/host/work/gimlet/zfs/a/dev/sensors"
87092024-08-05T16:43:48.440Z[ host-image] Aug 05 16:43:46.865 INFO O| Aug 05 16:43:46.865 INFO STEP 11 (remove_files) COMPLETE
87102024-08-05T16:43:48.440Z[ host-image] Aug 05 16:43:46.865 INFO O| Aug 05 16:43:46.865 INFO STEP 12: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
87112024-08-05T16:43:48.446Z[ host-image] Aug 05 16:43:46.875 INFO O| Aug 05 16:43:46.875 INFO remove tree: "/rpool/images/build/host/work/gimlet/zfs/a/dev/usb"
87122024-08-05T16:43:48.449Z[ host-image] Aug 05 16:43:46.875 INFO O| Aug 05 16:43:46.875 INFO STEP 12 (remove_files) COMPLETE
87132024-08-05T16:43:48.449Z[ host-image] Aug 05 16:43:46.875 INFO O| Aug 05 16:43:46.875 INFO STEP 13: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
87142024-08-05T16:43:48.456Z[ host-image] Aug 05 16:43:46.885 INFO O| Aug 05 16:43:46.885 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/dev/cfg
87152024-08-05T16:43:48.459Z[ host-image] Aug 05 16:43:46.885 INFO O| Aug 05 16:43:46.885 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/dev/cfg
87162024-08-05T16:43:48.459Z[ host-image] Aug 05 16:43:46.885 INFO O| Aug 05 16:43:46.885 INFO STEP 13 (ensure_dir) COMPLETE
87172024-08-05T16:43:48.459Z[ host-image] Aug 05 16:43:46.885 INFO O| Aug 05 16:43:46.885 INFO STEP 14: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
87182024-08-05T16:43:48.466Z[ host-image] Aug 05 16:43:46.895 INFO O| Aug 05 16:43:46.895 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/dev/dsk
87192024-08-05T16:43:48.469Z[ host-image] Aug 05 16:43:46.895 INFO O| Aug 05 16:43:46.895 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/gimlet/zfs/a/dev/dsk
87202024-08-05T16:43:48.469Z[ host-image] Aug 05 16:43:46.895 INFO O| Aug 05 16:43:46.895 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/dev/dsk
87212024-08-05T16:43:48.469Z[ host-image] Aug 05 16:43:46.895 INFO O| Aug 05 16:43:46.895 INFO STEP 14 (ensure_dir) COMPLETE
87222024-08-05T16:43:48.469Z[ host-image] Aug 05 16:43:46.895 INFO O| Aug 05 16:43:46.895 INFO STEP 15: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
87232024-08-05T16:43:48.477Z[ host-image] Aug 05 16:43:46.906 INFO O| Aug 05 16:43:46.906 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/dev/rdsk
87242024-08-05T16:43:48.477Z[ host-image] Aug 05 16:43:46.906 INFO O| Aug 05 16:43:46.906 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/gimlet/zfs/a/dev/rdsk
87252024-08-05T16:43:48.477Z[ host-image] Aug 05 16:43:46.906 INFO O| Aug 05 16:43:46.906 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/dev/rdsk
87262024-08-05T16:43:48.480Z[ host-image] Aug 05 16:43:46.906 INFO O| Aug 05 16:43:46.906 INFO STEP 15 (ensure_dir) COMPLETE
87272024-08-05T16:43:48.480Z[ host-image] Aug 05 16:43:46.906 INFO O| Aug 05 16:43:46.906 INFO STEP 16: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
87282024-08-05T16:43:48.487Z[ host-image] Aug 05 16:43:46.916 INFO O| Aug 05 16:43:46.916 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/dev/sensors
87292024-08-05T16:43:48.487Z[ host-image] Aug 05 16:43:46.916 INFO O| Aug 05 16:43:46.916 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/dev/sensors
87302024-08-05T16:43:48.490Z[ host-image] Aug 05 16:43:46.916 INFO O| Aug 05 16:43:46.916 INFO STEP 16 (ensure_dir) COMPLETE
87312024-08-05T16:43:48.490Z[ host-image] Aug 05 16:43:46.916 INFO O| Aug 05 16:43:46.916 INFO STEP 17: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
87322024-08-05T16:43:48.497Z[ host-image] Aug 05 16:43:46.926 INFO O| Aug 05 16:43:46.926 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/dev/usb
87332024-08-05T16:43:48.500Z[ host-image] Aug 05 16:43:46.926 INFO O| Aug 05 16:43:46.926 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/dev/usb
87342024-08-05T16:43:48.500Z[ host-image] Aug 05 16:43:46.926 INFO O| Aug 05 16:43:46.926 INFO STEP 17 (ensure_dir) COMPLETE
87352024-08-05T16:43:48.500Z[ host-image] Aug 05 16:43:46.926 INFO O| Aug 05 16:43:46.926 INFO STEP 18: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
87362024-08-05T16:43:48.507Z[ host-image] Aug 05 16:43:46.936 INFO O| Aug 05 16:43:46.936 INFO link target ok (../devices/pseudo/sysmsg@0:msglog)
87372024-08-05T16:43:48.507Z[ host-image] Aug 05 16:43:46.936 INFO O| Aug 05 16:43:46.936 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/dev/msglog
87382024-08-05T16:43:48.511Z[ host-image] Aug 05 16:43:46.936 INFO O| Aug 05 16:43:46.936 INFO ok!
87392024-08-05T16:43:48.511Z[ host-image] Aug 05 16:43:46.936 INFO O| Aug 05 16:43:46.936 INFO STEP 18 (ensure_symlink) COMPLETE
87402024-08-05T16:43:48.511Z[ host-image] Aug 05 16:43:46.936 INFO O| Aug 05 16:43:46.936 INFO STEP 19: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
87412024-08-05T16:43:48.518Z[ host-image] Aug 05 16:43:46.946 INFO O| Aug 05 16:43:46.946 INFO file /rpool/images/build/host/work/gimlet/zfs/a/reconfigure exists, with correct contents
87422024-08-05T16:43:48.518Z[ host-image] Aug 05 16:43:46.946 INFO O| Aug 05 16:43:46.946 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/reconfigure
87432024-08-05T16:43:48.521Z[ host-image] Aug 05 16:43:46.946 INFO O| Aug 05 16:43:46.946 INFO ok!
87442024-08-05T16:43:48.521Z[ host-image] Aug 05 16:43:46.946 INFO O| Aug 05 16:43:46.946 INFO STEP 19 (ensure_file) COMPLETE
87452024-08-05T16:43:48.521Z[ host-image] Aug 05 16:43:46.946 INFO O| Aug 05 16:43:46.946 INFO STEP 20: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/common.json
87462024-08-05T16:43:48.528Z[ host-image] Aug 05 16:43:46.956 INFO O| Aug 05 16:43:46.956 INFO link /rpool/images/build/host/work/gimlet/zfs/a/etc/svc/profile/generic.xml does not exist
87472024-08-05T16:43:48.528Z[ host-image] Aug 05 16:43:46.956 INFO O| Aug 05 16:43:46.956 INFO linking /rpool/images/build/host/work/gimlet/zfs/a/etc/svc/profile/generic.xml -> generic_limited_net.xml ...
87482024-08-05T16:43:48.530Z[ host-image] Aug 05 16:43:46.957 INFO O| Aug 05 16:43:46.956 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/svc/profile/generic.xml
87492024-08-05T16:43:48.531Z[ host-image] Aug 05 16:43:46.957 INFO O| Aug 05 16:43:46.957 INFO ok!
87502024-08-05T16:43:48.531Z[ host-image] Aug 05 16:43:46.957 INFO O| Aug 05 16:43:46.957 INFO STEP 20 (ensure_symlink) COMPLETE
87512024-08-05T16:43:48.531Z[ host-image] Aug 05 16:43:46.957 INFO O| Aug 05 16:43:46.957 INFO STEP 21: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/common.json
87522024-08-05T16:43:48.538Z[ host-image] Aug 05 16:43:46.967 INFO O| Aug 05 16:43:46.967 INFO link /rpool/images/build/host/work/gimlet/zfs/a/etc/svc/profile/inetd_services.xml does not exist
87532024-08-05T16:43:48.538Z[ host-image] Aug 05 16:43:46.967 INFO O| Aug 05 16:43:46.967 INFO linking /rpool/images/build/host/work/gimlet/zfs/a/etc/svc/profile/inetd_services.xml -> inetd_generic.xml ...
87542024-08-05T16:43:48.541Z[ host-image] Aug 05 16:43:46.967 INFO O| Aug 05 16:43:46.967 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/svc/profile/inetd_services.xml
87552024-08-05T16:43:48.541Z[ host-image] Aug 05 16:43:46.967 INFO O| Aug 05 16:43:46.967 INFO ok!
87562024-08-05T16:43:48.541Z[ host-image] Aug 05 16:43:46.967 INFO O| Aug 05 16:43:46.967 INFO STEP 21 (ensure_symlink) COMPLETE
87572024-08-05T16:43:48.541Z[ host-image] Aug 05 16:43:46.967 INFO O| Aug 05 16:43:46.967 INFO STEP 22: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/common.json
87582024-08-05T16:43:48.548Z[ host-image] Aug 05 16:43:46.977 INFO O| Aug 05 16:43:46.977 INFO link /rpool/images/build/host/work/gimlet/zfs/a/etc/svc/profile/platform.xml does not exist
87592024-08-05T16:43:48.549Z[ host-image] Aug 05 16:43:46.977 INFO O| Aug 05 16:43:46.977 INFO linking /rpool/images/build/host/work/gimlet/zfs/a/etc/svc/profile/platform.xml -> platform_oxide.xml ...
87602024-08-05T16:43:48.552Z[ host-image] Aug 05 16:43:46.977 INFO O| Aug 05 16:43:46.977 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/svc/profile/platform.xml
87612024-08-05T16:43:48.552Z[ host-image] Aug 05 16:43:46.977 INFO O| Aug 05 16:43:46.977 INFO ok!
87622024-08-05T16:43:48.552Z[ host-image] Aug 05 16:43:46.977 INFO O| Aug 05 16:43:46.977 INFO STEP 22 (ensure_symlink) COMPLETE
87632024-08-05T16:43:48.552Z[ host-image] Aug 05 16:43:46.977 INFO O| Aug 05 16:43:46.977 INFO STEP 23: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/common.json
87642024-08-05T16:43:48.559Z[ host-image] Aug 05 16:43:46.987 INFO O| Aug 05 16:43:46.987 INFO link /rpool/images/build/host/work/gimlet/zfs/a/etc/svc/profile/name_service.xml does not exist
87652024-08-05T16:43:48.561Z[ host-image] Aug 05 16:43:46.987 INFO O| Aug 05 16:43:46.987 INFO linking /rpool/images/build/host/work/gimlet/zfs/a/etc/svc/profile/name_service.xml -> ns_dns.xml ...
87662024-08-05T16:43:48.561Z[ host-image] Aug 05 16:43:46.988 INFO O| Aug 05 16:43:46.987 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/svc/profile/name_service.xml
87672024-08-05T16:43:48.561Z[ host-image] Aug 05 16:43:46.988 INFO O| Aug 05 16:43:46.988 INFO ok!
87682024-08-05T16:43:48.561Z[ host-image] Aug 05 16:43:46.988 INFO O| Aug 05 16:43:46.988 INFO STEP 23 (ensure_symlink) COMPLETE
87692024-08-05T16:43:48.561Z[ host-image] Aug 05 16:43:46.988 INFO O| Aug 05 16:43:46.988 INFO STEP 24: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
87702024-08-05T16:43:48.569Z[ host-image] Aug 05 16:43:46.998 INFO O| Aug 05 16:43:46.998 WARN file /rpool/images/build/host/work/gimlet/zfs/a/etc/nsswitch.conf exists, with wrong contents, unlinking
87712024-08-05T16:43:48.572Z[ host-image] Aug 05 16:43:46.998 INFO O| Aug 05 16:43:46.998 INFO copying /rpool/images/build/host/work/gimlet/zfs/a/etc/nsswitch.dns -> /rpool/images/build/host/work/gimlet/zfs/a/etc/nsswitch.conf ...
87722024-08-05T16:43:48.572Z[ host-image] Aug 05 16:43:46.998 INFO O| Aug 05 16:43:46.998 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/nsswitch.conf
87732024-08-05T16:43:48.572Z[ host-image] Aug 05 16:43:46.998 INFO O| Aug 05 16:43:46.998 INFO ok!
87742024-08-05T16:43:48.572Z[ host-image] Aug 05 16:43:46.998 INFO O| Aug 05 16:43:46.998 INFO STEP 24 (ensure_file) COMPLETE
87752024-08-05T16:43:48.572Z[ host-image] Aug 05 16:43:46.998 INFO O| Aug 05 16:43:46.998 INFO STEP 25: shadow, from: /work/oxidecomputer/helios/image/templates/include/common.json
87762024-08-05T16:43:48.580Z[ host-image] Aug 05 16:43:47.009 INFO O| Aug 05 16:43:47.008 INFO updating shadow file
87772024-08-05T16:43:48.582Z[ host-image] Aug 05 16:43:47.009 INFO O| Aug 05 16:43:47.009 INFO ownership wrong (Id(0):Id(3), not 0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/shadow
87782024-08-05T16:43:48.582Z[ host-image] Aug 05 16:43:47.009 INFO O| Aug 05 16:43:47.009 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/etc/shadow
87792024-08-05T16:43:48.582Z[ host-image] Aug 05 16:43:47.009 INFO O| Aug 05 16:43:47.009 INFO STEP 25 (shadow) COMPLETE
87802024-08-05T16:43:48.583Z[ host-image] Aug 05 16:43:47.009 INFO O| Aug 05 16:43:47.009 INFO STEP 26: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
87812024-08-05T16:43:48.592Z[ host-image] Aug 05 16:43:47.019 INFO O| Aug 05 16:43:47.019 WARN file /rpool/images/build/host/work/gimlet/zfs/a/etc/inet/hosts exists, with wrong contents, unlinking
87822024-08-05T16:43:48.592Z[ host-image] Aug 05 16:43:47.019 INFO O| Aug 05 16:43:47.019 INFO copying /work/oxidecomputer/helios/image/templates/files/hosts -> /rpool/images/build/host/work/gimlet/zfs/a/etc/inet/hosts ...
87832024-08-05T16:43:48.595Z[ host-image] Aug 05 16:43:47.019 INFO O| Aug 05 16:43:47.019 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/inet/hosts
87842024-08-05T16:43:48.595Z[ host-image] Aug 05 16:43:47.019 INFO O| Aug 05 16:43:47.019 INFO ok!
87852024-08-05T16:43:48.595Z[ host-image] Aug 05 16:43:47.019 INFO O| Aug 05 16:43:47.019 INFO STEP 26 (ensure_file) COMPLETE
87862024-08-05T16:43:48.595Z[ host-image] Aug 05 16:43:47.019 INFO O| Aug 05 16:43:47.019 INFO STEP 27: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
87872024-08-05T16:43:48.601Z[ host-image] Aug 05 16:43:47.029 INFO O| Aug 05 16:43:47.029 INFO file /rpool/images/build/host/work/gimlet/zfs/a/etc/nodename does not exist
87882024-08-05T16:43:48.601Z[ host-image] Aug 05 16:43:47.029 INFO O| Aug 05 16:43:47.029 INFO writing /rpool/images/build/host/work/gimlet/zfs/a/etc/nodename ...
87892024-08-05T16:43:48.603Z[ host-image] Aug 05 16:43:47.029 INFO O| Aug 05 16:43:47.029 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/nodename
87902024-08-05T16:43:48.603Z[ host-image] Aug 05 16:43:47.029 INFO O| Aug 05 16:43:47.029 INFO ok!
87912024-08-05T16:43:48.603Z[ host-image] Aug 05 16:43:47.029 INFO O| Aug 05 16:43:47.029 INFO STEP 27 (ensure_file) COMPLETE
87922024-08-05T16:43:48.603Z[ host-image] Aug 05 16:43:47.030 INFO O| Aug 05 16:43:47.029 INFO STEP 28: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
87932024-08-05T16:43:48.611Z[ host-image] Aug 05 16:43:47.040 INFO O| Aug 05 16:43:47.040 WARN file /rpool/images/build/host/work/gimlet/zfs/a/etc/default/dhcpagent exists, with wrong contents, unlinking
87942024-08-05T16:43:48.614Z[ host-image] Aug 05 16:43:47.040 INFO O| Aug 05 16:43:47.040 INFO copying /work/oxidecomputer/helios/image/templates/files/dhcpagent -> /rpool/images/build/host/work/gimlet/zfs/a/etc/default/dhcpagent ...
87952024-08-05T16:43:48.614Z[ host-image] Aug 05 16:43:47.040 INFO O| Aug 05 16:43:47.040 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/default/dhcpagent
87962024-08-05T16:43:48.614Z[ host-image] Aug 05 16:43:47.040 INFO O| Aug 05 16:43:47.040 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/etc/default/dhcpagent
87972024-08-05T16:43:48.614Z[ host-image] Aug 05 16:43:47.040 INFO O| Aug 05 16:43:47.040 INFO ok!
87982024-08-05T16:43:48.614Z[ host-image] Aug 05 16:43:47.040 INFO O| Aug 05 16:43:47.040 INFO STEP 28 (ensure_file) COMPLETE
87992024-08-05T16:43:48.614Z[ host-image] Aug 05 16:43:47.040 INFO O| Aug 05 16:43:47.040 INFO STEP 29: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
88002024-08-05T16:43:48.622Z[ host-image] Aug 05 16:43:47.050 INFO O| Aug 05 16:43:47.050 INFO file /rpool/images/build/host/work/gimlet/zfs/a/etc/resolv.conf does not exist
88012024-08-05T16:43:48.624Z[ host-image] Aug 05 16:43:47.050 INFO O| Aug 05 16:43:47.050 INFO writing /rpool/images/build/host/work/gimlet/zfs/a/etc/resolv.conf ...
88022024-08-05T16:43:48.624Z[ host-image] Aug 05 16:43:47.050 INFO O| Aug 05 16:43:47.050 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/resolv.conf
88032024-08-05T16:43:48.624Z[ host-image] Aug 05 16:43:47.050 INFO O| Aug 05 16:43:47.050 INFO ok!
88042024-08-05T16:43:48.624Z[ host-image] Aug 05 16:43:47.050 INFO O| Aug 05 16:43:47.050 INFO STEP 29 (ensure_file) COMPLETE
88052024-08-05T16:43:48.625Z[ host-image] Aug 05 16:43:47.050 INFO O| Aug 05 16:43:47.050 INFO STEP 30: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs.json
88062024-08-05T16:43:48.632Z[ host-image] Aug 05 16:43:47.061 INFO O| Aug 05 16:43:47.060 INFO file /rpool/images/build/host/work/gimlet/zfs/a/etc/auto_master does not exist
88072024-08-05T16:43:48.632Z[ host-image] Aug 05 16:43:47.061 INFO O| Aug 05 16:43:47.061 INFO copying /work/oxidecomputer/helios/image/templates/files/auto_master -> /rpool/images/build/host/work/gimlet/zfs/a/etc/auto_master ...
88082024-08-05T16:43:48.635Z[ host-image] Aug 05 16:43:47.061 INFO O| Aug 05 16:43:47.061 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/auto_master
88092024-08-05T16:43:48.635Z[ host-image] Aug 05 16:43:47.061 INFO O| Aug 05 16:43:47.061 INFO ok!
88102024-08-05T16:43:48.635Z[ host-image] Aug 05 16:43:47.061 INFO O| Aug 05 16:43:47.061 INFO STEP 30 (ensure_file) COMPLETE
88112024-08-05T16:43:48.635Z[ host-image] Aug 05 16:43:47.061 INFO O| Aug 05 16:43:47.061 INFO STEP 31: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs.json
88122024-08-05T16:43:48.642Z[ host-image] Aug 05 16:43:47.071 INFO O| Aug 05 16:43:47.071 WARN file /rpool/images/build/host/work/gimlet/zfs/a/etc/ttydefs exists, with wrong contents, unlinking
88132024-08-05T16:43:48.642Z[ host-image] Aug 05 16:43:47.071 INFO O| Aug 05 16:43:47.071 INFO copying /work/oxidecomputer/helios/image/templates/files/ttydefs.3000000 -> /rpool/images/build/host/work/gimlet/zfs/a/etc/ttydefs ...
88142024-08-05T16:43:48.645Z[ host-image] Aug 05 16:43:47.071 INFO O| Aug 05 16:43:47.071 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/ttydefs
88152024-08-05T16:43:48.645Z[ host-image] Aug 05 16:43:47.071 INFO O| Aug 05 16:43:47.071 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/etc/ttydefs
88162024-08-05T16:43:48.645Z[ host-image] Aug 05 16:43:47.071 INFO O| Aug 05 16:43:47.071 INFO ok!
88172024-08-05T16:43:48.645Z[ host-image] Aug 05 16:43:47.071 INFO O| Aug 05 16:43:47.071 INFO STEP 31 (ensure_file) COMPLETE
88182024-08-05T16:43:48.645Z[ host-image] Aug 05 16:43:47.071 INFO O| Aug 05 16:43:47.071 INFO STEP 32: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs.json
88192024-08-05T16:43:48.653Z[ host-image] Aug 05 16:43:47.082 INFO O| Aug 05 16:43:47.082 WARN file /rpool/images/build/host/work/gimlet/zfs/a/etc/default/init exists, with wrong contents, unlinking
88202024-08-05T16:43:48.653Z[ host-image] Aug 05 16:43:47.082 INFO O| Aug 05 16:43:47.082 INFO copying /work/oxidecomputer/helios/image/templates/files/default_init -> /rpool/images/build/host/work/gimlet/zfs/a/etc/default/init ...
88212024-08-05T16:43:48.656Z[ host-image] Aug 05 16:43:47.082 INFO O| Aug 05 16:43:47.082 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/default/init
88222024-08-05T16:43:48.656Z[ host-image] Aug 05 16:43:47.082 INFO O| Aug 05 16:43:47.082 INFO ok!
88232024-08-05T16:43:48.656Z[ host-image] Aug 05 16:43:47.082 INFO O| Aug 05 16:43:47.082 INFO STEP 32 (ensure_file) COMPLETE
88242024-08-05T16:43:48.656Z[ host-image] Aug 05 16:43:47.082 INFO O| Aug 05 16:43:47.082 INFO STEP 33: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs.json
88252024-08-05T16:43:48.664Z[ host-image] Aug 05 16:43:47.093 INFO O| Aug 05 16:43:47.092 WARN file /rpool/images/build/host/work/gimlet/zfs/a/etc/ssh/sshd_config exists, with wrong contents, unlinking
88262024-08-05T16:43:48.664Z[ host-image] Aug 05 16:43:47.093 INFO O| Aug 05 16:43:47.093 INFO copying /work/oxidecomputer/helios/image/templates/files/sshd_config -> /rpool/images/build/host/work/gimlet/zfs/a/etc/ssh/sshd_config ...
88272024-08-05T16:43:48.667Z[ host-image] Aug 05 16:43:47.093 INFO O| Aug 05 16:43:47.093 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/ssh/sshd_config
88282024-08-05T16:43:48.667Z[ host-image] Aug 05 16:43:47.093 INFO O| Aug 05 16:43:47.093 INFO ok!
88292024-08-05T16:43:48.667Z[ host-image] Aug 05 16:43:47.093 INFO O| Aug 05 16:43:47.093 INFO STEP 33 (ensure_file) COMPLETE
88302024-08-05T16:43:48.667Z[ host-image] Aug 05 16:43:47.093 INFO O| Aug 05 16:43:47.093 INFO STEP 34: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs.json
88312024-08-05T16:43:48.674Z[ host-image] Aug 05 16:43:47.103 INFO O| Aug 05 16:43:47.103 INFO file /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/bootparams does not exist
88322024-08-05T16:43:48.675Z[ host-image] Aug 05 16:43:47.103 INFO O| Aug 05 16:43:47.103 INFO copying /work/oxidecomputer/helios/image/templates/files/bootparams.sh -> /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/bootparams ...
88332024-08-05T16:43:48.677Z[ host-image] Aug 05 16:43:47.103 INFO O| Aug 05 16:43:47.103 INFO perms are 644, should be 755, path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/bootparams
88342024-08-05T16:43:48.678Z[ host-image] Aug 05 16:43:47.103 INFO O| Aug 05 16:43:47.103 INFO chmod ok, path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/bootparams
88352024-08-05T16:43:48.678Z[ host-image] Aug 05 16:43:47.103 INFO O| Aug 05 16:43:47.103 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/bootparams
88362024-08-05T16:43:48.678Z[ host-image] Aug 05 16:43:47.104 INFO O| Aug 05 16:43:47.103 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/bootparams
88372024-08-05T16:43:48.678Z[ host-image] Aug 05 16:43:47.104 INFO O| Aug 05 16:43:47.104 INFO ok!
88382024-08-05T16:43:48.678Z[ host-image] Aug 05 16:43:47.104 INFO O| Aug 05 16:43:47.104 INFO STEP 34 (ensure_file) COMPLETE
88392024-08-05T16:43:48.678Z[ host-image] Aug 05 16:43:47.104 INFO O| Aug 05 16:43:47.104 INFO STEP 35: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/t6-firmware.json
88402024-08-05T16:43:48.685Z[ host-image] Aug 05 16:43:47.113 INFO O| Aug 05 16:43:47.113 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/platform/Oxide,Gimlet/firmware
88412024-08-05T16:43:48.688Z[ host-image] Aug 05 16:43:47.114 INFO O| Aug 05 16:43:47.114 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/gimlet/zfs/a/platform/Oxide,Gimlet/firmware
88422024-08-05T16:43:48.688Z[ host-image] Aug 05 16:43:47.114 INFO O| Aug 05 16:43:47.114 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/platform/Oxide,Gimlet/firmware
88432024-08-05T16:43:48.688Z[ host-image] Aug 05 16:43:47.114 INFO O| Aug 05 16:43:47.114 INFO STEP 35 (ensure_dir) COMPLETE
88442024-08-05T16:43:48.688Z[ host-image] Aug 05 16:43:47.114 INFO O| Aug 05 16:43:47.114 INFO STEP 36: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/t6-firmware.json
88452024-08-05T16:43:48.696Z[ host-image] Aug 05 16:43:47.124 INFO O| Aug 05 16:43:47.124 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
88462024-08-05T16:43:48.696Z[ host-image] Aug 05 16:43:47.124 INFO O| Aug 05 16:43:47.124 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 ...
88472024-08-05T16:43:48.699Z[ host-image] Aug 05 16:43:47.124 INFO O| Aug 05 16:43:47.124 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
88482024-08-05T16:43:48.699Z[ host-image] Aug 05 16:43:47.124 INFO O| Aug 05 16:43:47.124 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
88492024-08-05T16:43:48.699Z[ host-image] Aug 05 16:43:47.124 INFO O| Aug 05 16:43:47.124 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
88502024-08-05T16:43:48.699Z[ host-image] Aug 05 16:43:47.124 INFO O| Aug 05 16:43:47.124 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
88512024-08-05T16:43:48.699Z[ host-image] Aug 05 16:43:47.124 INFO O| Aug 05 16:43:47.124 INFO ok!
88522024-08-05T16:43:48.699Z[ host-image] Aug 05 16:43:47.124 INFO O| Aug 05 16:43:47.124 INFO STEP 36 (ensure_file) COMPLETE
88532024-08-05T16:43:48.699Z[ host-image] Aug 05 16:43:47.124 INFO O| Aug 05 16:43:47.124 INFO STEP 37: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/t6-firmware.json
88542024-08-05T16:43:48.705Z[ host-image] Aug 05 16:43:47.134 INFO O| Aug 05 16:43:47.134 INFO link /rpool/images/build/host/work/gimlet/zfs/a/platform/Oxide,Gimlet/firmware/t6srom.bin does not exist
88552024-08-05T16:43:48.705Z[ host-image] Aug 05 16:43:47.134 INFO O| Aug 05 16:43:47.134 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 ...
88562024-08-05T16:43:48.705Z[ host-image] Aug 05 16:43:47.134 INFO O| Aug 05 16:43:47.134 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/platform/Oxide,Gimlet/firmware/t6srom.bin
88572024-08-05T16:43:48.705Z[ host-image] Aug 05 16:43:47.134 INFO O| Aug 05 16:43:47.134 INFO ok!
88582024-08-05T16:43:48.708Z[ host-image] Aug 05 16:43:47.134 INFO O| Aug 05 16:43:47.134 INFO STEP 37 (ensure_symlink) COMPLETE
88592024-08-05T16:43:48.708Z[ host-image] Aug 05 16:43:47.134 INFO O| Aug 05 16:43:47.134 INFO STEP 38: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs.json
88602024-08-05T16:43:48.715Z[ host-image] Aug 05 16:43:47.144 INFO O| Aug 05 16:43:47.144 INFO file /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/postboot does not exist
88612024-08-05T16:43:48.715Z[ host-image] Aug 05 16:43:47.144 INFO O| Aug 05 16:43:47.144 INFO copying /work/oxidecomputer/helios/image/templates/files/gimlet-postboot.sh -> /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/postboot ...
88622024-08-05T16:43:48.718Z[ host-image] Aug 05 16:43:47.144 INFO O| Aug 05 16:43:47.144 INFO perms are 644, should be 755, path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/postboot
88632024-08-05T16:43:48.718Z[ host-image] Aug 05 16:43:47.144 INFO O| Aug 05 16:43:47.144 INFO chmod ok, path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/postboot
88642024-08-05T16:43:48.718Z[ host-image] Aug 05 16:43:47.144 INFO O| Aug 05 16:43:47.144 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/postboot
88652024-08-05T16:43:48.718Z[ host-image] Aug 05 16:43:47.144 INFO O| Aug 05 16:43:47.144 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/postboot
88662024-08-05T16:43:48.718Z[ host-image] Aug 05 16:43:47.144 INFO O| Aug 05 16:43:47.144 INFO ok!
88672024-08-05T16:43:48.718Z[ host-image] Aug 05 16:43:47.144 INFO O| Aug 05 16:43:47.144 INFO STEP 38 (ensure_file) COMPLETE
88682024-08-05T16:43:48.718Z[ host-image] Aug 05 16:43:47.144 INFO O| Aug 05 16:43:47.144 INFO STEP 39: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs.json
88692024-08-05T16:43:48.725Z[ host-image] Aug 05 16:43:47.154 INFO O| Aug 05 16:43:47.153 INFO file /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/site/postboot.xml does not exist
88702024-08-05T16:43:48.725Z[ host-image] Aug 05 16:43:47.154 INFO O| Aug 05 16:43:47.154 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 ...
88712024-08-05T16:43:48.728Z[ host-image] Aug 05 16:43:47.154 INFO O| Aug 05 16:43:47.154 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
88722024-08-05T16:43:48.728Z[ host-image] Aug 05 16:43:47.154 INFO O| Aug 05 16:43:47.154 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/site/postboot.xml
88732024-08-05T16:43:48.728Z[ host-image] Aug 05 16:43:47.154 INFO O| Aug 05 16:43:47.154 INFO ok!
88742024-08-05T16:43:48.728Z[ host-image] Aug 05 16:43:47.154 INFO O| Aug 05 16:43:47.154 INFO STEP 39 (ensure_file) COMPLETE
88752024-08-05T16:43:48.728Z[ host-image] Aug 05 16:43:47.154 INFO O| Aug 05 16:43:47.154 INFO STEP 40: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs.json
88762024-08-05T16:43:48.735Z[ host-image] Aug 05 16:43:47.164 INFO O| Aug 05 16:43:47.164 INFO file /rpool/images/build/host/work/gimlet/zfs/a/var/svc/profile/site.xml does not exist
88772024-08-05T16:43:48.738Z[ host-image] Aug 05 16:43:47.164 INFO O| Aug 05 16:43:47.164 INFO copying /work/oxidecomputer/helios/image/templates/files/site.xml -> /rpool/images/build/host/work/gimlet/zfs/a/var/svc/profile/site.xml ...
88782024-08-05T16:43:48.738Z[ host-image] Aug 05 16:43:47.164 INFO O| Aug 05 16:43:47.164 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/var/svc/profile/site.xml
88792024-08-05T16:43:48.738Z[ host-image] Aug 05 16:43:47.164 INFO O| Aug 05 16:43:47.164 INFO ok!
88802024-08-05T16:43:48.738Z[ host-image] Aug 05 16:43:47.164 INFO O| Aug 05 16:43:47.164 INFO STEP 40 (ensure_file) COMPLETE
88812024-08-05T16:43:48.738Z[ host-image] Aug 05 16:43:47.164 INFO O| Aug 05 16:43:47.164 INFO STEP 41: shadow, from: /work/oxidecomputer/helios/image/templates/include/root-noauth.json
88822024-08-05T16:43:48.746Z[ host-image] Aug 05 16:43:47.175 INFO O| Aug 05 16:43:47.175 INFO updating shadow file
88832024-08-05T16:43:48.749Z[ host-image] Aug 05 16:43:47.175 INFO O| Aug 05 16:43:47.175 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/shadow
88842024-08-05T16:43:48.749Z[ host-image] Aug 05 16:43:47.175 INFO O| Aug 05 16:43:47.175 INFO STEP 41 (shadow) COMPLETE
88852024-08-05T16:43:48.749Z[ host-image] Aug 05 16:43:47.175 INFO O| Aug 05 16:43:47.175 INFO STEP 42: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/root-noauth.json
88862024-08-05T16:43:48.757Z[ host-image] Aug 05 16:43:47.185 INFO O| Aug 05 16:43:47.185 WARN file /rpool/images/build/host/work/gimlet/zfs/a/etc/default/login exists, with wrong contents, unlinking
88872024-08-05T16:43:48.760Z[ host-image] Aug 05 16:43:47.185 INFO O| Aug 05 16:43:47.185 INFO copying /work/oxidecomputer/helios/image/templates/files/mfg_default_login -> /rpool/images/build/host/work/gimlet/zfs/a/etc/default/login ...
88882024-08-05T16:43:48.760Z[ host-image] Aug 05 16:43:47.186 INFO O| Aug 05 16:43:47.185 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/default/login
88892024-08-05T16:43:48.760Z[ host-image] Aug 05 16:43:47.186 INFO O| Aug 05 16:43:47.186 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/etc/default/login
88902024-08-05T16:43:48.760Z[ host-image] Aug 05 16:43:47.186 INFO O| Aug 05 16:43:47.186 INFO ok!
88912024-08-05T16:43:48.760Z[ host-image] Aug 05 16:43:47.186 INFO O| Aug 05 16:43:47.186 INFO STEP 42 (ensure_file) COMPLETE
88922024-08-05T16:43:48.760Z[ host-image] Aug 05 16:43:47.186 INFO O| Aug 05 16:43:47.186 INFO STEP 43: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs.json
88932024-08-05T16:43:48.760Z[ host-image] Aug 05 16:43:47.186 INFO O| Aug 05 16:43:47.186 INFO skip step because feature "mfg" is not enabled
88942024-08-05T16:43:48.760Z[ host-image] Aug 05 16:43:47.186 INFO O| Aug 05 16:43:47.186 INFO STEP 44: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs.json
88952024-08-05T16:43:48.760Z[ host-image] Aug 05 16:43:47.186 INFO O| Aug 05 16:43:47.186 INFO skip step because feature "mfg" is not enabled
88962024-08-05T16:43:48.760Z[ host-image] Aug 05 16:43:47.186 INFO O| Aug 05 16:43:47.186 INFO STEP 45: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs.json
88972024-08-05T16:43:48.767Z[ host-image] Aug 05 16:43:47.196 INFO O| Aug 05 16:43:47.196 INFO file /rpool/images/build/host/work/gimlet/zfs/a/usr/bin/pilot does not exist
88982024-08-05T16:43:48.767Z[ host-image] Aug 05 16:43:47.196 INFO O| Aug 05 16:43:47.196 INFO copying /work/oxidecomputer/helios/projects/pilot/target/release/pilot -> /rpool/images/build/host/work/gimlet/zfs/a/usr/bin/pilot ...
88992024-08-05T16:43:49.398Z[ host-image] Aug 05 16:43:47.826 INFO O| Aug 05 16:43:47.826 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/gimlet/zfs/a/usr/bin/pilot
89002024-08-05T16:43:49.398Z[ host-image] Aug 05 16:43:47.826 INFO O| Aug 05 16:43:47.826 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/usr/bin/pilot
89012024-08-05T16:43:49.401Z[ host-image] Aug 05 16:43:47.826 INFO O| Aug 05 16:43:47.826 INFO ok!
89022024-08-05T16:43:49.401Z[ host-image] Aug 05 16:43:47.826 INFO O| Aug 05 16:43:47.826 INFO STEP 45 (ensure_file) COMPLETE
89032024-08-05T16:43:49.401Z[ host-image] Aug 05 16:43:47.826 INFO O| Aug 05 16:43:47.826 INFO STEP 46: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json
89042024-08-05T16:43:49.412Z[ host-image] Aug 05 16:43:47.840 INFO O| Aug 05 16:43:47.840 WARN file /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/postboot exists, with wrong contents, unlinking
89052024-08-05T16:43:49.412Z[ host-image] Aug 05 16:43:47.840 INFO O| Aug 05 16:43:47.840 INFO copying /work/oxidecomputer/helios/image/templates/files/compliance-postboot.sh -> /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/postboot ...
89062024-08-05T16:43:49.415Z[ host-image] Aug 05 16:43:47.840 INFO O| Aug 05 16:43:47.840 INFO perms are 644, should be 755, path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/postboot
89072024-08-05T16:43:49.415Z[ host-image] Aug 05 16:43:47.840 INFO O| Aug 05 16:43:47.840 INFO chmod ok, path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/postboot
89082024-08-05T16:43:49.415Z[ host-image] Aug 05 16:43:47.840 INFO O| Aug 05 16:43:47.840 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/postboot
89092024-08-05T16:43:49.415Z[ host-image] Aug 05 16:43:47.840 INFO O| Aug 05 16:43:47.840 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/postboot
89102024-08-05T16:43:49.415Z[ host-image] Aug 05 16:43:47.840 INFO O| Aug 05 16:43:47.840 INFO ok!
89112024-08-05T16:43:49.415Z[ host-image] Aug 05 16:43:47.840 INFO O| Aug 05 16:43:47.840 INFO STEP 46 (ensure_file) COMPLETE
89122024-08-05T16:43:49.415Z[ host-image] Aug 05 16:43:47.840 INFO O| Aug 05 16:43:47.840 INFO STEP 47: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json
89132024-08-05T16:43:49.423Z[ host-image] Aug 05 16:43:47.852 INFO O| Aug 05 16:43:47.852 WARN file /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/site/postboot.xml exists, with wrong contents, unlinking
89142024-08-05T16:43:49.423Z[ host-image] Aug 05 16:43:47.852 INFO O| Aug 05 16:43:47.852 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 ...
89152024-08-05T16:43:49.426Z[ host-image] Aug 05 16:43:47.852 INFO O| Aug 05 16:43:47.852 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
89162024-08-05T16:43:49.427Z[ host-image] Aug 05 16:43:47.852 INFO O| Aug 05 16:43:47.852 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/site/postboot.xml
89172024-08-05T16:43:49.427Z[ host-image] Aug 05 16:43:47.852 INFO O| Aug 05 16:43:47.852 INFO ok!
89182024-08-05T16:43:49.427Z[ host-image] Aug 05 16:43:47.852 INFO O| Aug 05 16:43:47.852 INFO STEP 47 (ensure_file) COMPLETE
89192024-08-05T16:43:49.427Z[ host-image] Aug 05 16:43:47.852 INFO O| Aug 05 16:43:47.852 INFO STEP 48: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json
89202024-08-05T16:43:49.436Z[ host-image] Aug 05 16:43:47.864 INFO O| Aug 05 16:43:47.864 INFO file /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/compliance-hostname does not exist
89212024-08-05T16:43:49.436Z[ host-image] Aug 05 16:43:47.864 INFO O| Aug 05 16:43:47.864 INFO copying /work/oxidecomputer/helios/image/templates/files/compliance-hostname.sh -> /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/compliance-hostname ...
89222024-08-05T16:43:49.439Z[ host-image] Aug 05 16:43:47.864 INFO O| Aug 05 16:43:47.864 INFO perms are 644, should be 755, path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/compliance-hostname
89232024-08-05T16:43:49.439Z[ host-image] Aug 05 16:43:47.864 INFO O| Aug 05 16:43:47.864 INFO chmod ok, path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/compliance-hostname
89242024-08-05T16:43:49.439Z[ host-image] Aug 05 16:43:47.864 INFO O| Aug 05 16:43:47.864 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/compliance-hostname
89252024-08-05T16:43:49.439Z[ host-image] Aug 05 16:43:47.864 INFO O| Aug 05 16:43:47.864 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/compliance-hostname
89262024-08-05T16:43:49.439Z[ host-image] Aug 05 16:43:47.864 INFO O| Aug 05 16:43:47.864 INFO ok!
89272024-08-05T16:43:49.439Z[ host-image] Aug 05 16:43:47.864 INFO O| Aug 05 16:43:47.864 INFO STEP 48 (ensure_file) COMPLETE
89282024-08-05T16:43:49.439Z[ host-image] Aug 05 16:43:47.864 INFO O| Aug 05 16:43:47.864 INFO STEP 49: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json
89292024-08-05T16:43:49.447Z[ host-image] Aug 05 16:43:47.875 INFO O| Aug 05 16:43:47.875 INFO file /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/site/compliance-hostname.xml does not exist
89302024-08-05T16:43:49.447Z[ host-image] Aug 05 16:43:47.875 INFO O| Aug 05 16:43:47.875 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 ...
89312024-08-05T16:43:49.450Z[ host-image] Aug 05 16:43:47.875 INFO O| Aug 05 16:43:47.875 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
89322024-08-05T16:43:49.450Z[ host-image] Aug 05 16:43:47.875 INFO O| Aug 05 16:43:47.875 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/site/compliance-hostname.xml
89332024-08-05T16:43:49.450Z[ host-image] Aug 05 16:43:47.875 INFO O| Aug 05 16:43:47.875 INFO ok!
89342024-08-05T16:43:49.451Z[ host-image] Aug 05 16:43:47.875 INFO O| Aug 05 16:43:47.875 INFO STEP 49 (ensure_file) COMPLETE
89352024-08-05T16:43:49.451Z[ host-image] Aug 05 16:43:47.875 INFO O| Aug 05 16:43:47.875 INFO STEP 50: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json
89362024-08-05T16:43:49.458Z[ host-image] Aug 05 16:43:47.886 INFO O| Aug 05 16:43:47.886 INFO file /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/compliance-beacon does not exist
89372024-08-05T16:43:49.461Z[ host-image] Aug 05 16:43:47.886 INFO O| Aug 05 16:43:47.886 INFO copying /work/oxidecomputer/helios/image/templates/files/compliance-beacon.sh -> /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/compliance-beacon ...
89382024-08-05T16:43:49.461Z[ host-image] Aug 05 16:43:47.886 INFO O| Aug 05 16:43:47.886 INFO perms are 644, should be 755, path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/compliance-beacon
89392024-08-05T16:43:49.461Z[ host-image] Aug 05 16:43:47.886 INFO O| Aug 05 16:43:47.886 INFO chmod ok, path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/compliance-beacon
89402024-08-05T16:43:49.461Z[ host-image] Aug 05 16:43:47.886 INFO O| Aug 05 16:43:47.886 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/compliance-beacon
89412024-08-05T16:43:49.461Z[ host-image] Aug 05 16:43:47.886 INFO O| Aug 05 16:43:47.886 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/compliance-beacon
89422024-08-05T16:43:49.461Z[ host-image] Aug 05 16:43:47.886 INFO O| Aug 05 16:43:47.886 INFO ok!
89432024-08-05T16:43:49.461Z[ host-image] Aug 05 16:43:47.886 INFO O| Aug 05 16:43:47.886 INFO STEP 50 (ensure_file) COMPLETE
89442024-08-05T16:43:49.461Z[ host-image] Aug 05 16:43:47.886 INFO O| Aug 05 16:43:47.886 INFO STEP 51: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json
89452024-08-05T16:43:49.468Z[ host-image] Aug 05 16:43:47.897 INFO O| Aug 05 16:43:47.897 INFO file /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/site/compliance-beacon.xml does not exist
89462024-08-05T16:43:49.471Z[ host-image] Aug 05 16:43:47.897 INFO O| Aug 05 16:43:47.897 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 ...
89472024-08-05T16:43:49.471Z[ host-image] Aug 05 16:43:47.897 INFO O| Aug 05 16:43:47.897 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
89482024-08-05T16:43:49.471Z[ host-image] Aug 05 16:43:47.897 INFO O| Aug 05 16:43:47.897 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/site/compliance-beacon.xml
89492024-08-05T16:43:49.471Z[ host-image] Aug 05 16:43:47.897 INFO O| Aug 05 16:43:47.897 INFO ok!
89502024-08-05T16:43:49.471Z[ host-image] Aug 05 16:43:47.897 INFO O| Aug 05 16:43:47.897 INFO STEP 51 (ensure_file) COMPLETE
89512024-08-05T16:43:49.471Z[ host-image] Aug 05 16:43:47.897 INFO O| Aug 05 16:43:47.897 INFO STEP 52: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json
89522024-08-05T16:43:49.478Z[ host-image] Aug 05 16:43:47.907 INFO O| Aug 05 16:43:47.907 INFO file /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/site/compliance-time.xml does not exist
89532024-08-05T16:43:49.478Z[ host-image] Aug 05 16:43:47.907 INFO O| Aug 05 16:43:47.907 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 ...
89542024-08-05T16:43:49.481Z[ host-image] Aug 05 16:43:47.907 INFO O| Aug 05 16:43:47.907 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
89552024-08-05T16:43:49.481Z[ host-image] Aug 05 16:43:47.907 INFO O| Aug 05 16:43:47.907 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/site/compliance-time.xml
89562024-08-05T16:43:49.481Z[ host-image] Aug 05 16:43:47.907 INFO O| Aug 05 16:43:47.907 INFO ok!
89572024-08-05T16:43:49.481Z[ host-image] Aug 05 16:43:47.907 INFO O| Aug 05 16:43:47.907 INFO STEP 52 (ensure_file) COMPLETE
89582024-08-05T16:43:49.481Z[ host-image] Aug 05 16:43:47.907 INFO O| Aug 05 16:43:47.907 INFO STEP 53: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json
89592024-08-05T16:43:49.488Z[ host-image] Aug 05 16:43:47.917 INFO O| Aug 05 16:43:47.917 INFO file /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/site/compliance-dump.xml does not exist
89602024-08-05T16:43:49.488Z[ host-image] Aug 05 16:43:47.917 INFO O| Aug 05 16:43:47.917 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 ...
89612024-08-05T16:43:49.491Z[ host-image] Aug 05 16:43:47.917 INFO O| Aug 05 16:43:47.917 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
89622024-08-05T16:43:49.491Z[ host-image] Aug 05 16:43:47.917 INFO O| Aug 05 16:43:47.917 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/site/compliance-dump.xml
89632024-08-05T16:43:49.491Z[ host-image] Aug 05 16:43:47.917 INFO O| Aug 05 16:43:47.917 INFO ok!
89642024-08-05T16:43:49.491Z[ host-image] Aug 05 16:43:47.917 INFO O| Aug 05 16:43:47.917 INFO STEP 53 (ensure_file) COMPLETE
89652024-08-05T16:43:49.491Z[ host-image] Aug 05 16:43:47.917 INFO O| Aug 05 16:43:47.917 INFO STEP 54: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
89662024-08-05T16:43:49.498Z[ host-image] Aug 05 16:43:47.927 INFO O| Aug 05 16:43:47.927 INFO ownership already OK (0:3), path: /rpool/images/build/host/work/gimlet/zfs/a/opt
89672024-08-05T16:43:49.498Z[ host-image] Aug 05 16:43:47.927 INFO O| Aug 05 16:43:47.927 INFO STEP 54 (ensure_dir) COMPLETE
89682024-08-05T16:43:49.501Z[ host-image] Aug 05 16:43:47.927 INFO O| Aug 05 16:43:47.927 INFO STEP 55: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
89692024-08-05T16:43:49.509Z[ host-image] Aug 05 16:43:47.937 INFO O| Aug 05 16:43:47.937 INFO ownership wrong (Id(0):Id(2), not 0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide
89702024-08-05T16:43:49.509Z[ host-image] Aug 05 16:43:47.937 INFO O| Aug 05 16:43:47.937 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide
89712024-08-05T16:43:49.511Z[ host-image] Aug 05 16:43:47.937 INFO O| Aug 05 16:43:47.937 INFO STEP 55 (ensure_dir) COMPLETE
89722024-08-05T16:43:49.511Z[ host-image] Aug 05 16:43:47.937 INFO O| Aug 05 16:43:47.937 INFO STEP 56: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
89732024-08-05T16:43:49.519Z[ host-image] Aug 05 16:43:47.948 INFO O| Aug 05 16:43:47.947 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm
89742024-08-05T16:43:49.519Z[ host-image] Aug 05 16:43:47.948 INFO O| Aug 05 16:43:47.948 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm
89752024-08-05T16:43:49.522Z[ host-image] Aug 05 16:43:47.948 INFO O| Aug 05 16:43:47.948 INFO STEP 56 (ensure_dir) COMPLETE
89762024-08-05T16:43:49.522Z[ host-image] Aug 05 16:43:47.948 INFO O| Aug 05 16:43:47.948 INFO STEP 57: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
89772024-08-05T16:43:49.529Z[ host-image] Aug 05 16:43:47.958 INFO O| Aug 05 16:43:47.958 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/ddmadm does not exist
89782024-08-05T16:43:49.533Z[ host-image] Aug 05 16:43:47.958 INFO O| Aug 05 16:43:47.958 INFO copying /tmp/.tmp41afuc/proto/host/root/opt/oxide/mg-ddm/ddmadm -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/ddmadm ...
89792024-08-05T16:43:49.545Z[ host-image] Aug 05 16:43:47.973 INFO O| Aug 05 16:43:47.973 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/ddmadm
89802024-08-05T16:43:49.545Z[ host-image] Aug 05 16:43:47.973 INFO O| Aug 05 16:43:47.973 INFO ok!
89812024-08-05T16:43:49.548Z[ host-image] Aug 05 16:43:47.973 INFO O| Aug 05 16:43:47.973 INFO STEP 57 (ensure_file) COMPLETE
89822024-08-05T16:43:49.548Z[ host-image] Aug 05 16:43:47.973 INFO O| Aug 05 16:43:47.973 INFO STEP 58: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
89832024-08-05T16:43:49.557Z[ host-image] Aug 05 16:43:47.985 INFO O| Aug 05 16:43:47.985 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/ddmd does not exist
89842024-08-05T16:43:49.557Z[ host-image] Aug 05 16:43:47.985 INFO O| Aug 05 16:43:47.985 INFO copying /tmp/.tmp41afuc/proto/host/root/opt/oxide/mg-ddm/ddmd -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/ddmd ...
89852024-08-05T16:43:50.611Z[ host-image] Aug 05 16:43:49.040 INFO O| Aug 05 16:43:49.040 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/ddmd
89862024-08-05T16:43:50.612Z[ host-image] Aug 05 16:43:49.040 INFO O| Aug 05 16:43:49.040 INFO ok!
89872024-08-05T16:43:50.614Z[ host-image] Aug 05 16:43:49.040 INFO O| Aug 05 16:43:49.040 INFO STEP 58 (ensure_file) COMPLETE
89882024-08-05T16:43:50.615Z[ host-image] Aug 05 16:43:49.040 INFO O| Aug 05 16:43:49.040 INFO STEP 59: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
89892024-08-05T16:43:50.625Z[ host-image] Aug 05 16:43:49.053 INFO O| Aug 05 16:43:49.052 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/pkg
89902024-08-05T16:43:50.627Z[ host-image] Aug 05 16:43:49.053 INFO O| Aug 05 16:43:49.053 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/pkg
89912024-08-05T16:43:50.627Z[ host-image] Aug 05 16:43:49.053 INFO O| Aug 05 16:43:49.053 INFO STEP 59 (ensure_dir) COMPLETE
89922024-08-05T16:43:50.628Z[ host-image] Aug 05 16:43:49.053 INFO O| Aug 05 16:43:49.053 INFO STEP 60: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
89932024-08-05T16:43:50.636Z[ host-image] Aug 05 16:43:49.064 INFO O| Aug 05 16:43:49.064 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/pkg/refresh_ctrun_child.sh does not exist
89942024-08-05T16:43:50.636Z[ host-image] Aug 05 16:43:49.064 INFO O| Aug 05 16:43:49.064 INFO copying /tmp/.tmp41afuc/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 ...
89952024-08-05T16:43:50.638Z[ host-image] Aug 05 16:43:49.064 INFO O| Aug 05 16:43:49.064 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/pkg/refresh_ctrun_child.sh
89962024-08-05T16:43:50.638Z[ host-image] Aug 05 16:43:49.064 INFO O| Aug 05 16:43:49.064 INFO ok!
89972024-08-05T16:43:50.638Z[ host-image] Aug 05 16:43:49.064 INFO O| Aug 05 16:43:49.064 INFO STEP 60 (ensure_file) COMPLETE
89982024-08-05T16:43:50.638Z[ host-image] Aug 05 16:43:49.064 INFO O| Aug 05 16:43:49.064 INFO STEP 61: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
89992024-08-05T16:43:50.646Z[ host-image] Aug 05 16:43:49.074 INFO O| Aug 05 16:43:49.074 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/pkg/mgd_method_script.sh does not exist
90002024-08-05T16:43:50.646Z[ host-image] Aug 05 16:43:49.074 INFO O| Aug 05 16:43:49.074 INFO copying /tmp/.tmp41afuc/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 ...
90012024-08-05T16:43:50.650Z[ host-image] Aug 05 16:43:49.075 INFO O| Aug 05 16:43:49.074 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/pkg/mgd_method_script.sh
90022024-08-05T16:43:50.650Z[ host-image] Aug 05 16:43:49.075 INFO O| Aug 05 16:43:49.075 INFO ok!
90032024-08-05T16:43:50.650Z[ host-image] Aug 05 16:43:49.075 INFO O| Aug 05 16:43:49.075 INFO STEP 61 (ensure_file) COMPLETE
90042024-08-05T16:43:50.650Z[ host-image] Aug 05 16:43:49.075 INFO O| Aug 05 16:43:49.075 INFO STEP 62: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
90052024-08-05T16:43:50.657Z[ host-image] Aug 05 16:43:49.085 INFO O| Aug 05 16:43:49.085 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/pkg/mgd
90062024-08-05T16:43:50.660Z[ host-image] Aug 05 16:43:49.085 INFO O| Aug 05 16:43:49.085 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/pkg/mgd
90072024-08-05T16:43:50.660Z[ host-image] Aug 05 16:43:49.085 INFO O| Aug 05 16:43:49.085 INFO STEP 62 (ensure_dir) COMPLETE
90082024-08-05T16:43:50.660Z[ host-image] Aug 05 16:43:49.086 INFO O| Aug 05 16:43:49.085 INFO STEP 63: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
90092024-08-05T16:43:50.667Z[ host-image] Aug 05 16:43:49.096 INFO O| Aug 05 16:43:49.096 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/pkg/mgd/manifest.xml does not exist
90102024-08-05T16:43:50.667Z[ host-image] Aug 05 16:43:49.096 INFO O| Aug 05 16:43:49.096 INFO copying /tmp/.tmp41afuc/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 ...
90112024-08-05T16:43:50.670Z[ host-image] Aug 05 16:43:49.096 INFO O| Aug 05 16:43:49.096 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/pkg/mgd/manifest.xml
90122024-08-05T16:43:50.670Z[ host-image] Aug 05 16:43:49.096 INFO O| Aug 05 16:43:49.096 INFO ok!
90132024-08-05T16:43:50.670Z[ host-image] Aug 05 16:43:49.096 INFO O| Aug 05 16:43:49.096 INFO STEP 63 (ensure_file) COMPLETE
90142024-08-05T16:43:50.670Z[ host-image] Aug 05 16:43:49.096 INFO O| Aug 05 16:43:49.096 INFO STEP 64: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
90152024-08-05T16:43:50.678Z[ host-image] Aug 05 16:43:49.106 INFO O| Aug 05 16:43:49.106 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/pkg/ddm_method_script.sh does not exist
90162024-08-05T16:43:50.678Z[ host-image] Aug 05 16:43:49.106 INFO O| Aug 05 16:43:49.106 INFO copying /tmp/.tmp41afuc/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 ...
90172024-08-05T16:43:50.681Z[ host-image] Aug 05 16:43:49.107 INFO O| Aug 05 16:43:49.106 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/pkg/ddm_method_script.sh
90182024-08-05T16:43:50.681Z[ host-image] Aug 05 16:43:49.107 INFO O| Aug 05 16:43:49.107 INFO ok!
90192024-08-05T16:43:50.681Z[ host-image] Aug 05 16:43:49.107 INFO O| Aug 05 16:43:49.107 INFO STEP 64 (ensure_file) COMPLETE
90202024-08-05T16:43:50.681Z[ host-image] Aug 05 16:43:49.107 INFO O| Aug 05 16:43:49.107 INFO STEP 65: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
90212024-08-05T16:43:50.688Z[ host-image] Aug 05 16:43:49.117 INFO O| Aug 05 16:43:49.117 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/pkg/ddm
90222024-08-05T16:43:50.691Z[ host-image] Aug 05 16:43:49.117 INFO O| Aug 05 16:43:49.117 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/pkg/ddm
90232024-08-05T16:43:50.691Z[ host-image] Aug 05 16:43:49.117 INFO O| Aug 05 16:43:49.117 INFO STEP 65 (ensure_dir) COMPLETE
90242024-08-05T16:43:50.691Z[ host-image] Aug 05 16:43:49.117 INFO O| Aug 05 16:43:49.117 INFO STEP 66: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
90252024-08-05T16:43:50.699Z[ host-image] Aug 05 16:43:49.127 INFO O| Aug 05 16:43:49.127 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/pkg/ddm/manifest.xml does not exist
90262024-08-05T16:43:50.699Z[ host-image] Aug 05 16:43:49.127 INFO O| Aug 05 16:43:49.127 INFO copying /tmp/.tmp41afuc/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 ...
90272024-08-05T16:43:50.699Z[ host-image] Aug 05 16:43:49.127 INFO O| Aug 05 16:43:49.127 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/pkg/ddm/manifest.xml
90282024-08-05T16:43:50.702Z[ host-image] Aug 05 16:43:49.127 INFO O| Aug 05 16:43:49.127 INFO ok!
90292024-08-05T16:43:50.702Z[ host-image] Aug 05 16:43:49.127 INFO O| Aug 05 16:43:49.127 INFO STEP 66 (ensure_file) COMPLETE
90302024-08-05T16:43:50.702Z[ host-image] Aug 05 16:43:49.127 INFO O| Aug 05 16:43:49.127 INFO STEP 67: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
90312024-08-05T16:43:50.709Z[ host-image] Aug 05 16:43:49.137 INFO O| Aug 05 16:43:49.137 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/VERSION does not exist
90322024-08-05T16:43:50.709Z[ host-image] Aug 05 16:43:49.137 INFO O| Aug 05 16:43:49.137 INFO copying /tmp/.tmp41afuc/proto/host/root/opt/oxide/mg-ddm/VERSION -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/VERSION ...
90332024-08-05T16:43:50.712Z[ host-image] Aug 05 16:43:49.138 INFO O| Aug 05 16:43:49.137 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/VERSION
90342024-08-05T16:43:50.712Z[ host-image] Aug 05 16:43:49.138 INFO O| Aug 05 16:43:49.138 INFO ok!
90352024-08-05T16:43:50.712Z[ host-image] Aug 05 16:43:49.138 INFO O| Aug 05 16:43:49.138 INFO STEP 67 (ensure_file) COMPLETE
90362024-08-05T16:43:50.712Z[ host-image] Aug 05 16:43:49.138 INFO O| Aug 05 16:43:49.138 INFO STEP 68: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
90372024-08-05T16:43:50.719Z[ host-image] Aug 05 16:43:49.147 INFO O| Aug 05 16:43:49.147 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent
90382024-08-05T16:43:50.722Z[ host-image] Aug 05 16:43:49.148 INFO O| Aug 05 16:43:49.148 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent
90392024-08-05T16:43:50.722Z[ host-image] Aug 05 16:43:49.148 INFO O| Aug 05 16:43:49.148 INFO STEP 68 (ensure_dir) COMPLETE
90402024-08-05T16:43:50.722Z[ host-image] Aug 05 16:43:49.148 INFO O| Aug 05 16:43:49.148 INFO STEP 69: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
90412024-08-05T16:43:50.730Z[ host-image] Aug 05 16:43:49.158 INFO O| Aug 05 16:43:49.158 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent/zone-bundle does not exist
90422024-08-05T16:43:50.730Z[ host-image] Aug 05 16:43:49.158 INFO O| Aug 05 16:43:49.158 INFO copying /tmp/.tmp41afuc/proto/host/root/opt/oxide/sled-agent/zone-bundle -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent/zone-bundle ...
90432024-08-05T16:43:51.274Z[ host-image] Aug 05 16:43:49.702 INFO O| Aug 05 16:43:49.702 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent/zone-bundle
90442024-08-05T16:43:51.274Z[ host-image] Aug 05 16:43:49.702 INFO O| Aug 05 16:43:49.702 INFO ok!
90452024-08-05T16:43:51.277Z[ host-image] Aug 05 16:43:49.702 INFO O| Aug 05 16:43:49.702 INFO STEP 69 (ensure_file) COMPLETE
90462024-08-05T16:43:51.277Z[ host-image] Aug 05 16:43:49.702 INFO O| Aug 05 16:43:49.702 INFO STEP 70: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
90472024-08-05T16:43:51.286Z[ host-image] Aug 05 16:43:49.715 INFO O| Aug 05 16:43:49.715 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent/sled-agent does not exist
90482024-08-05T16:43:51.289Z[ host-image] Aug 05 16:43:49.715 INFO O| Aug 05 16:43:49.715 INFO copying /tmp/.tmp41afuc/proto/host/root/opt/oxide/sled-agent/sled-agent -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent/sled-agent ...
90492024-08-05T16:43:52.694Z[ host-image] Aug 05 16:43:51.121 INFO O| Aug 05 16:43:51.121 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent/sled-agent
90502024-08-05T16:43:52.694Z[ host-image] Aug 05 16:43:51.121 INFO O| Aug 05 16:43:51.121 INFO ok!
90512024-08-05T16:43:52.697Z[ host-image] Aug 05 16:43:51.121 INFO O| Aug 05 16:43:51.121 INFO STEP 70 (ensure_file) COMPLETE
90522024-08-05T16:43:52.698Z[ host-image] Aug 05 16:43:51.121 INFO O| Aug 05 16:43:51.121 INFO STEP 71: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
90532024-08-05T16:43:52.707Z[ host-image] Aug 05 16:43:51.135 INFO O| Aug 05 16:43:51.135 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent/pkg
90542024-08-05T16:43:52.707Z[ host-image] Aug 05 16:43:51.135 INFO O| Aug 05 16:43:51.135 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent/pkg
90552024-08-05T16:43:52.707Z[ host-image] Aug 05 16:43:51.135 INFO O| Aug 05 16:43:51.135 INFO STEP 71 (ensure_dir) COMPLETE
90562024-08-05T16:43:52.710Z[ host-image] Aug 05 16:43:51.135 INFO O| Aug 05 16:43:51.135 INFO STEP 72: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
90572024-08-05T16:43:52.719Z[ host-image] Aug 05 16:43:51.147 INFO O| Aug 05 16:43:51.147 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent/pkg/config.toml does not exist
90582024-08-05T16:43:52.719Z[ host-image] Aug 05 16:43:51.147 INFO O| Aug 05 16:43:51.147 INFO copying /tmp/.tmp41afuc/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 ...
90592024-08-05T16:43:52.723Z[ host-image] Aug 05 16:43:51.147 INFO O| Aug 05 16:43:51.147 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent/pkg/config.toml
90602024-08-05T16:43:52.723Z[ host-image] Aug 05 16:43:51.147 INFO O| Aug 05 16:43:51.147 INFO ok!
90612024-08-05T16:43:52.723Z[ host-image] Aug 05 16:43:51.147 INFO O| Aug 05 16:43:51.147 INFO STEP 72 (ensure_file) COMPLETE
90622024-08-05T16:43:52.723Z[ host-image] Aug 05 16:43:51.147 INFO O| Aug 05 16:43:51.147 INFO STEP 73: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
90632024-08-05T16:43:52.731Z[ host-image] Aug 05 16:43:51.159 INFO O| Aug 05 16:43:51.159 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent/pkg/README.md does not exist
90642024-08-05T16:43:52.731Z[ host-image] Aug 05 16:43:51.159 INFO O| Aug 05 16:43:51.159 INFO copying /tmp/.tmp41afuc/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 ...
90652024-08-05T16:43:52.734Z[ host-image] Aug 05 16:43:51.159 INFO O| Aug 05 16:43:51.159 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent/pkg/README.md
90662024-08-05T16:43:52.734Z[ host-image] Aug 05 16:43:51.159 INFO O| Aug 05 16:43:51.159 INFO ok!
90672024-08-05T16:43:52.734Z[ host-image] Aug 05 16:43:51.159 INFO O| Aug 05 16:43:51.159 INFO STEP 73 (ensure_file) COMPLETE
90682024-08-05T16:43:52.734Z[ host-image] Aug 05 16:43:51.159 INFO O| Aug 05 16:43:51.159 INFO STEP 74: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
90692024-08-05T16:43:52.742Z[ host-image] Aug 05 16:43:51.170 INFO O| Aug 05 16:43:51.170 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent/VERSION does not exist
90702024-08-05T16:43:52.743Z[ host-image] Aug 05 16:43:51.170 INFO O| Aug 05 16:43:51.170 INFO copying /tmp/.tmp41afuc/proto/host/root/opt/oxide/sled-agent/VERSION -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent/VERSION ...
90712024-08-05T16:43:52.746Z[ host-image] Aug 05 16:43:51.170 INFO O| Aug 05 16:43:51.170 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent/VERSION
90722024-08-05T16:43:52.746Z[ host-image] Aug 05 16:43:51.170 INFO O| Aug 05 16:43:51.170 INFO ok!
90732024-08-05T16:43:52.746Z[ host-image] Aug 05 16:43:51.170 INFO O| Aug 05 16:43:51.170 INFO STEP 74 (ensure_file) COMPLETE
90742024-08-05T16:43:52.746Z[ host-image] Aug 05 16:43:51.170 INFO O| Aug 05 16:43:51.170 INFO STEP 75: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
90752024-08-05T16:43:52.754Z[ host-image] Aug 05 16:43:51.181 INFO O| Aug 05 16:43:51.181 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/overlay.tar.gz does not exist
90762024-08-05T16:43:52.754Z[ host-image] Aug 05 16:43:51.181 INFO O| Aug 05 16:43:51.181 INFO copying /tmp/.tmp41afuc/proto/host/root/opt/oxide/overlay.tar.gz -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/overlay.tar.gz ...
90772024-08-05T16:43:52.758Z[ host-image] Aug 05 16:43:51.181 INFO O| Aug 05 16:43:51.181 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/overlay.tar.gz
90782024-08-05T16:43:52.758Z[ host-image] Aug 05 16:43:51.181 INFO O| Aug 05 16:43:51.181 INFO ok!
90792024-08-05T16:43:52.758Z[ host-image] Aug 05 16:43:51.181 INFO O| Aug 05 16:43:51.181 INFO STEP 75 (ensure_file) COMPLETE
90802024-08-05T16:43:52.758Z[ host-image] Aug 05 16:43:51.181 INFO O| Aug 05 16:43:51.181 INFO STEP 76: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
90812024-08-05T16:43:52.764Z[ host-image] Aug 05 16:43:51.192 INFO O| Aug 05 16:43:51.192 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/oxlog
90822024-08-05T16:43:52.764Z[ host-image] Aug 05 16:43:51.193 INFO O| Aug 05 16:43:51.192 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/oxlog
90832024-08-05T16:43:52.768Z[ host-image] Aug 05 16:43:51.193 INFO O| Aug 05 16:43:51.193 INFO STEP 76 (ensure_dir) COMPLETE
90842024-08-05T16:43:52.768Z[ host-image] Aug 05 16:43:51.193 INFO O| Aug 05 16:43:51.193 INFO STEP 77: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
90852024-08-05T16:43:52.776Z[ host-image] Aug 05 16:43:51.204 INFO O| Aug 05 16:43:51.204 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/oxlog/oxlog does not exist
90862024-08-05T16:43:52.776Z[ host-image] Aug 05 16:43:51.204 INFO O| Aug 05 16:43:51.204 INFO copying /tmp/.tmp41afuc/proto/host/root/opt/oxide/oxlog/oxlog -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/oxlog/oxlog ...
90872024-08-05T16:43:52.780Z[ host-image] Aug 05 16:43:51.206 INFO O| Aug 05 16:43:51.206 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/oxlog/oxlog
90882024-08-05T16:43:52.780Z[ host-image] Aug 05 16:43:51.206 INFO O| Aug 05 16:43:51.206 INFO ok!
90892024-08-05T16:43:52.780Z[ host-image] Aug 05 16:43:51.206 INFO O| Aug 05 16:43:51.206 INFO STEP 77 (ensure_file) COMPLETE
90902024-08-05T16:43:52.780Z[ host-image] Aug 05 16:43:51.206 INFO O| Aug 05 16:43:51.206 INFO STEP 78: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
90912024-08-05T16:43:52.789Z[ host-image] Aug 05 16:43:51.217 INFO O| Aug 05 16:43:51.217 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/oxlog/VERSION does not exist
90922024-08-05T16:43:52.789Z[ host-image] Aug 05 16:43:51.217 INFO O| Aug 05 16:43:51.217 INFO copying /tmp/.tmp41afuc/proto/host/root/opt/oxide/oxlog/VERSION -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/oxlog/VERSION ...
90932024-08-05T16:43:52.789Z[ host-image] Aug 05 16:43:51.217 INFO O| Aug 05 16:43:51.217 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/oxlog/VERSION
90942024-08-05T16:43:52.792Z[ host-image] Aug 05 16:43:51.217 INFO O| Aug 05 16:43:51.217 INFO ok!
90952024-08-05T16:43:52.792Z[ host-image] Aug 05 16:43:51.217 INFO O| Aug 05 16:43:51.217 INFO STEP 78 (ensure_file) COMPLETE
90962024-08-05T16:43:52.792Z[ host-image] Aug 05 16:43:51.217 INFO O| Aug 05 16:43:51.217 INFO STEP 79: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
90972024-08-05T16:43:52.800Z[ host-image] Aug 05 16:43:51.228 INFO O| Aug 05 16:43:51.228 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/propolis-server.tar.gz does not exist
90982024-08-05T16:43:52.800Z[ host-image] Aug 05 16:43:51.228 INFO O| Aug 05 16:43:51.228 INFO copying /tmp/.tmp41afuc/proto/host/root/opt/oxide/propolis-server.tar.gz -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/propolis-server.tar.gz ...
90992024-08-05T16:43:53.658Z[ host-image] Aug 05 16:43:52.086 INFO O| Aug 05 16:43:52.085 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/propolis-server.tar.gz
91002024-08-05T16:43:53.658Z[ host-image] Aug 05 16:43:52.086 INFO O| Aug 05 16:43:52.086 INFO ok!
91012024-08-05T16:43:53.658Z[ host-image] Aug 05 16:43:52.086 INFO O| Aug 05 16:43:52.086 INFO STEP 79 (ensure_file) COMPLETE
91022024-08-05T16:43:53.658Z[ host-image] Aug 05 16:43:52.086 INFO O| Aug 05 16:43:52.086 INFO STEP 80: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
91032024-08-05T16:43:53.670Z[ host-image] Aug 05 16:43:52.098 INFO O| Aug 05 16:43:52.098 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind
91042024-08-05T16:43:53.671Z[ host-image] Aug 05 16:43:52.099 INFO O| Aug 05 16:43:52.098 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind
91052024-08-05T16:43:53.673Z[ host-image] Aug 05 16:43:52.099 INFO O| Aug 05 16:43:52.099 INFO STEP 80 (ensure_dir) COMPLETE
91062024-08-05T16:43:53.673Z[ host-image] Aug 05 16:43:52.099 INFO O| Aug 05 16:43:52.099 INFO STEP 81: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
91072024-08-05T16:43:53.682Z[ host-image] Aug 05 16:43:52.110 INFO O| Aug 05 16:43:52.110 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/lib
91082024-08-05T16:43:53.682Z[ host-image] Aug 05 16:43:52.110 INFO O| Aug 05 16:43:52.110 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/lib
91092024-08-05T16:43:53.685Z[ host-image] Aug 05 16:43:52.110 INFO O| Aug 05 16:43:52.110 INFO STEP 81 (ensure_dir) COMPLETE
91102024-08-05T16:43:53.685Z[ host-image] Aug 05 16:43:52.110 INFO O| Aug 05 16:43:52.110 INFO STEP 82: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
91112024-08-05T16:43:53.692Z[ host-image] Aug 05 16:43:52.120 INFO O| Aug 05 16:43:52.120 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/lib/svc
91122024-08-05T16:43:53.692Z[ host-image] Aug 05 16:43:52.120 INFO O| Aug 05 16:43:52.120 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/lib/svc
91132024-08-05T16:43:53.696Z[ host-image] Aug 05 16:43:52.120 INFO O| Aug 05 16:43:52.120 INFO STEP 82 (ensure_dir) COMPLETE
91142024-08-05T16:43:53.696Z[ host-image] Aug 05 16:43:52.120 INFO O| Aug 05 16:43:52.120 INFO STEP 83: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
91152024-08-05T16:43:53.703Z[ host-image] Aug 05 16:43:52.130 INFO O| Aug 05 16:43:52.130 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/lib/svc/manifest
91162024-08-05T16:43:53.705Z[ host-image] Aug 05 16:43:52.131 INFO O| Aug 05 16:43:52.131 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/lib/svc/manifest
91172024-08-05T16:43:53.705Z[ host-image] Aug 05 16:43:52.131 INFO O| Aug 05 16:43:52.131 INFO STEP 83 (ensure_dir) COMPLETE
91182024-08-05T16:43:53.705Z[ host-image] Aug 05 16:43:52.131 INFO O| Aug 05 16:43:52.131 INFO STEP 84: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
91192024-08-05T16:43:53.712Z[ host-image] Aug 05 16:43:52.140 INFO O| Aug 05 16:43:52.140 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/lib/svc/manifest/system
91202024-08-05T16:43:53.715Z[ host-image] Aug 05 16:43:52.141 INFO O| Aug 05 16:43:52.140 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/lib/svc/manifest/system
91212024-08-05T16:43:53.715Z[ host-image] Aug 05 16:43:52.141 INFO O| Aug 05 16:43:52.141 INFO STEP 84 (ensure_dir) COMPLETE
91222024-08-05T16:43:53.715Z[ host-image] Aug 05 16:43:52.141 INFO O| Aug 05 16:43:52.141 INFO STEP 85: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
91232024-08-05T16:43:53.723Z[ host-image] Aug 05 16:43:52.151 INFO O| Aug 05 16:43:52.150 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/lib/svc/manifest/system/pumpkind.xml does not exist
91242024-08-05T16:43:53.723Z[ host-image] Aug 05 16:43:52.151 INFO O| Aug 05 16:43:52.151 INFO copying /tmp/.tmp41afuc/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 ...
91252024-08-05T16:43:53.725Z[ host-image] Aug 05 16:43:52.151 INFO O| Aug 05 16:43:52.151 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/lib/svc/manifest/system/pumpkind.xml
91262024-08-05T16:43:53.725Z[ host-image] Aug 05 16:43:52.151 INFO O| Aug 05 16:43:52.151 INFO ok!
91272024-08-05T16:43:53.725Z[ host-image] Aug 05 16:43:52.151 INFO O| Aug 05 16:43:52.151 INFO STEP 85 (ensure_file) COMPLETE
91282024-08-05T16:43:53.726Z[ host-image] Aug 05 16:43:52.151 INFO O| Aug 05 16:43:52.151 INFO STEP 86: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
91292024-08-05T16:43:53.733Z[ host-image] Aug 05 16:43:52.161 INFO O| Aug 05 16:43:52.160 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/bin
91302024-08-05T16:43:53.735Z[ host-image] Aug 05 16:43:52.161 INFO O| Aug 05 16:43:52.161 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/bin
91312024-08-05T16:43:53.735Z[ host-image] Aug 05 16:43:52.161 INFO O| Aug 05 16:43:52.161 INFO STEP 86 (ensure_dir) COMPLETE
91322024-08-05T16:43:53.735Z[ host-image] Aug 05 16:43:52.161 INFO O| Aug 05 16:43:52.161 INFO STEP 87: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
91332024-08-05T16:43:53.742Z[ host-image] Aug 05 16:43:52.170 INFO O| Aug 05 16:43:52.170 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/bin/svc-pumpkind does not exist
91342024-08-05T16:43:53.746Z[ host-image] Aug 05 16:43:52.170 INFO O| Aug 05 16:43:52.170 INFO copying /tmp/.tmp41afuc/proto/host/root/opt/oxide/pumpkind/bin/svc-pumpkind -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/bin/svc-pumpkind ...
91352024-08-05T16:43:53.746Z[ host-image] Aug 05 16:43:52.170 INFO O| Aug 05 16:43:52.170 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/bin/svc-pumpkind
91362024-08-05T16:43:53.746Z[ host-image] Aug 05 16:43:52.171 INFO O| Aug 05 16:43:52.170 INFO ok!
91372024-08-05T16:43:53.746Z[ host-image] Aug 05 16:43:52.171 INFO O| Aug 05 16:43:52.170 INFO STEP 87 (ensure_file) COMPLETE
91382024-08-05T16:43:53.746Z[ host-image] Aug 05 16:43:52.171 INFO O| Aug 05 16:43:52.170 INFO STEP 88: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
91392024-08-05T16:43:53.752Z[ host-image] Aug 05 16:43:52.180 INFO O| Aug 05 16:43:52.180 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/bin/pumpkinadm does not exist
91402024-08-05T16:43:53.752Z[ host-image] Aug 05 16:43:52.180 INFO O| Aug 05 16:43:52.180 INFO copying /tmp/.tmp41afuc/proto/host/root/opt/oxide/pumpkind/bin/pumpkinadm -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/bin/pumpkinadm ...
91412024-08-05T16:43:53.923Z[ host-image] Aug 05 16:43:52.351 INFO O| Aug 05 16:43:52.351 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/bin/pumpkinadm
91422024-08-05T16:43:53.923Z[ host-image] Aug 05 16:43:52.351 INFO O| Aug 05 16:43:52.351 INFO ok!
91432024-08-05T16:43:53.927Z[ host-image] Aug 05 16:43:52.351 INFO O| Aug 05 16:43:52.351 INFO STEP 88 (ensure_file) COMPLETE
91442024-08-05T16:43:53.927Z[ host-image] Aug 05 16:43:52.351 INFO O| Aug 05 16:43:52.351 INFO STEP 89: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
91452024-08-05T16:43:53.936Z[ host-image] Aug 05 16:43:52.364 INFO O| Aug 05 16:43:52.364 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/bin/pumpkind does not exist
91462024-08-05T16:43:53.937Z[ host-image] Aug 05 16:43:52.364 INFO O| Aug 05 16:43:52.364 INFO copying /tmp/.tmp41afuc/proto/host/root/opt/oxide/pumpkind/bin/pumpkind -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/bin/pumpkind ...
91472024-08-05T16:43:54.422Z[ host-image] Aug 05 16:43:52.849 INFO O| Aug 05 16:43:52.849 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/bin/pumpkind
91482024-08-05T16:43:54.422Z[ host-image] Aug 05 16:43:52.849 INFO O| Aug 05 16:43:52.849 INFO ok!
91492024-08-05T16:43:54.425Z[ host-image] Aug 05 16:43:52.849 INFO O| Aug 05 16:43:52.849 INFO STEP 89 (ensure_file) COMPLETE
91502024-08-05T16:43:54.425Z[ host-image] Aug 05 16:43:52.849 INFO O| Aug 05 16:43:52.849 INFO STEP 90: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
91512024-08-05T16:43:54.435Z[ host-image] Aug 05 16:43:52.863 INFO O| Aug 05 16:43:52.863 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/VERSION does not exist
91522024-08-05T16:43:54.435Z[ host-image] Aug 05 16:43:52.863 INFO O| Aug 05 16:43:52.863 INFO copying /tmp/.tmp41afuc/proto/host/root/opt/oxide/pumpkind/VERSION -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/VERSION ...
91532024-08-05T16:43:54.438Z[ host-image] Aug 05 16:43:52.863 INFO O| Aug 05 16:43:52.863 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/VERSION
91542024-08-05T16:43:54.438Z[ host-image] Aug 05 16:43:52.863 INFO O| Aug 05 16:43:52.863 INFO ok!
91552024-08-05T16:43:54.438Z[ host-image] Aug 05 16:43:52.863 INFO O| Aug 05 16:43:52.863 INFO STEP 90 (ensure_file) COMPLETE
91562024-08-05T16:43:54.438Z[ host-image] Aug 05 16:43:52.863 INFO O| Aug 05 16:43:52.863 INFO STEP 91: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
91572024-08-05T16:43:54.447Z[ host-image] Aug 05 16:43:52.874 INFO O| Aug 05 16:43:52.874 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace
91582024-08-05T16:43:54.451Z[ host-image] Aug 05 16:43:52.874 INFO O| Aug 05 16:43:52.874 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace
91592024-08-05T16:43:54.451Z[ host-image] Aug 05 16:43:52.874 INFO O| Aug 05 16:43:52.874 INFO STEP 91 (ensure_dir) COMPLETE
91602024-08-05T16:43:54.451Z[ host-image] Aug 05 16:43:52.875 INFO O| Aug 05 16:43:52.874 INFO STEP 92: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
91612024-08-05T16:43:54.458Z[ host-image] Aug 05 16:43:52.886 INFO O| Aug 05 16:43:52.885 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/upstairs_repair.d does not exist
91622024-08-05T16:43:54.458Z[ host-image] Aug 05 16:43:52.886 INFO O| Aug 05 16:43:52.886 INFO copying /tmp/.tmp41afuc/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 ...
91632024-08-05T16:43:54.461Z[ host-image] Aug 05 16:43:52.886 INFO O| Aug 05 16:43:52.886 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/upstairs_repair.d
91642024-08-05T16:43:54.461Z[ host-image] Aug 05 16:43:52.886 INFO O| Aug 05 16:43:52.886 INFO ok!
91652024-08-05T16:43:54.461Z[ host-image] Aug 05 16:43:52.886 INFO O| Aug 05 16:43:52.886 INFO STEP 92 (ensure_file) COMPLETE
91662024-08-05T16:43:54.461Z[ host-image] Aug 05 16:43:52.886 INFO O| Aug 05 16:43:52.886 INFO STEP 93: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
91672024-08-05T16:43:54.469Z[ host-image] Aug 05 16:43:52.897 INFO O| Aug 05 16:43:52.897 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/upstairs_raw.d does not exist
91682024-08-05T16:43:54.469Z[ host-image] Aug 05 16:43:52.897 INFO O| Aug 05 16:43:52.897 INFO copying /tmp/.tmp41afuc/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 ...
91692024-08-05T16:43:54.469Z[ host-image] Aug 05 16:43:52.897 INFO O| Aug 05 16:43:52.897 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/upstairs_raw.d
91702024-08-05T16:43:54.472Z[ host-image] Aug 05 16:43:52.897 INFO O| Aug 05 16:43:52.897 INFO ok!
91712024-08-05T16:43:54.472Z[ host-image] Aug 05 16:43:52.897 INFO O| Aug 05 16:43:52.897 INFO STEP 93 (ensure_file) COMPLETE
91722024-08-05T16:43:54.472Z[ host-image] Aug 05 16:43:52.897 INFO O| Aug 05 16:43:52.897 INFO STEP 94: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
91732024-08-05T16:43:54.479Z[ host-image] Aug 05 16:43:52.907 INFO O| Aug 05 16:43:52.907 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/upstairs_info.d does not exist
91742024-08-05T16:43:54.479Z[ host-image] Aug 05 16:43:52.907 INFO O| Aug 05 16:43:52.907 INFO copying /tmp/.tmp41afuc/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 ...
91752024-08-05T16:43:54.483Z[ host-image] Aug 05 16:43:52.907 INFO O| Aug 05 16:43:52.907 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/upstairs_info.d
91762024-08-05T16:43:54.484Z[ host-image] Aug 05 16:43:52.907 INFO O| Aug 05 16:43:52.907 INFO ok!
91772024-08-05T16:43:54.484Z[ host-image] Aug 05 16:43:52.907 INFO O| Aug 05 16:43:52.907 INFO STEP 94 (ensure_file) COMPLETE
91782024-08-05T16:43:54.484Z[ host-image] Aug 05 16:43:52.907 INFO O| Aug 05 16:43:52.907 INFO STEP 95: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
91792024-08-05T16:43:54.489Z[ host-image] Aug 05 16:43:52.917 INFO O| Aug 05 16:43:52.917 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/upstairs_count.d does not exist
91802024-08-05T16:43:54.489Z[ host-image] Aug 05 16:43:52.917 INFO O| Aug 05 16:43:52.917 INFO copying /tmp/.tmp41afuc/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 ...
91812024-08-05T16:43:54.492Z[ host-image] Aug 05 16:43:52.917 INFO O| Aug 05 16:43:52.917 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/upstairs_count.d
91822024-08-05T16:43:54.492Z[ host-image] Aug 05 16:43:52.917 INFO O| Aug 05 16:43:52.917 INFO ok!
91832024-08-05T16:43:54.492Z[ host-image] Aug 05 16:43:52.917 INFO O| Aug 05 16:43:52.917 INFO STEP 95 (ensure_file) COMPLETE
91842024-08-05T16:43:54.492Z[ host-image] Aug 05 16:43:52.917 INFO O| Aug 05 16:43:52.917 INFO STEP 96: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
91852024-08-05T16:43:54.500Z[ host-image] Aug 05 16:43:52.928 INFO O| Aug 05 16:43:52.928 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/upstairs_action.d does not exist
91862024-08-05T16:43:54.503Z[ host-image] Aug 05 16:43:52.928 INFO O| Aug 05 16:43:52.928 INFO copying /tmp/.tmp41afuc/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 ...
91872024-08-05T16:43:54.503Z[ host-image] Aug 05 16:43:52.928 INFO O| Aug 05 16:43:52.928 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/upstairs_action.d
91882024-08-05T16:43:54.503Z[ host-image] Aug 05 16:43:52.928 INFO O| Aug 05 16:43:52.928 INFO ok!
91892024-08-05T16:43:54.503Z[ host-image] Aug 05 16:43:52.928 INFO O| Aug 05 16:43:52.928 INFO STEP 96 (ensure_file) COMPLETE
91902024-08-05T16:43:54.503Z[ host-image] Aug 05 16:43:52.929 INFO O| Aug 05 16:43:52.928 INFO STEP 97: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
91912024-08-05T16:43:54.511Z[ host-image] Aug 05 16:43:52.939 INFO O| Aug 05 16:43:52.939 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/tracegw.d does not exist
91922024-08-05T16:43:54.514Z[ host-image] Aug 05 16:43:52.939 INFO O| Aug 05 16:43:52.939 INFO copying /tmp/.tmp41afuc/proto/host/root/opt/oxide/crucible_dtrace/tracegw.d -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/tracegw.d ...
91932024-08-05T16:43:54.514Z[ host-image] Aug 05 16:43:52.939 INFO O| Aug 05 16:43:52.939 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/tracegw.d
91942024-08-05T16:43:54.514Z[ host-image] Aug 05 16:43:52.939 INFO O| Aug 05 16:43:52.939 INFO ok!
91952024-08-05T16:43:54.514Z[ host-image] Aug 05 16:43:52.939 INFO O| Aug 05 16:43:52.939 INFO STEP 97 (ensure_file) COMPLETE
91962024-08-05T16:43:54.514Z[ host-image] Aug 05 16:43:52.939 INFO O| Aug 05 16:43:52.939 INFO STEP 98: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
91972024-08-05T16:43:54.522Z[ host-image] Aug 05 16:43:52.950 INFO O| Aug 05 16:43:52.950 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/trace-vol.d does not exist
91982024-08-05T16:43:54.522Z[ host-image] Aug 05 16:43:52.950 INFO O| Aug 05 16:43:52.950 INFO copying /tmp/.tmp41afuc/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 ...
91992024-08-05T16:43:54.525Z[ host-image] Aug 05 16:43:52.950 INFO O| Aug 05 16:43:52.950 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/trace-vol.d
92002024-08-05T16:43:54.525Z[ host-image] Aug 05 16:43:52.950 INFO O| Aug 05 16:43:52.950 INFO ok!
92012024-08-05T16:43:54.525Z[ host-image] Aug 05 16:43:52.950 INFO O| Aug 05 16:43:52.950 INFO STEP 98 (ensure_file) COMPLETE
92022024-08-05T16:43:54.525Z[ host-image] Aug 05 16:43:52.950 INFO O| Aug 05 16:43:52.950 INFO STEP 99: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
92032024-08-05T16:43:54.533Z[ host-image] Aug 05 16:43:52.961 INFO O| Aug 05 16:43:52.961 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/sled_upstairs_info.d does not exist
92042024-08-05T16:43:54.536Z[ host-image] Aug 05 16:43:52.961 INFO O| Aug 05 16:43:52.961 INFO copying /tmp/.tmp41afuc/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 ...
92052024-08-05T16:43:54.536Z[ host-image] Aug 05 16:43:52.961 INFO O| Aug 05 16:43:52.961 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/sled_upstairs_info.d
92062024-08-05T16:43:54.536Z[ host-image] Aug 05 16:43:52.961 INFO O| Aug 05 16:43:52.961 INFO ok!
92072024-08-05T16:43:54.536Z[ host-image] Aug 05 16:43:52.961 INFO O| Aug 05 16:43:52.961 INFO STEP 99 (ensure_file) COMPLETE
92082024-08-05T16:43:54.536Z[ host-image] Aug 05 16:43:52.961 INFO O| Aug 05 16:43:52.961 INFO STEP 100: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
92092024-08-05T16:43:54.544Z[ host-image] Aug 05 16:43:52.971 INFO O| Aug 05 16:43:52.971 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/single_up_info.d does not exist
92102024-08-05T16:43:54.544Z[ host-image] Aug 05 16:43:52.972 INFO O| Aug 05 16:43:52.971 INFO copying /tmp/.tmp41afuc/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 ...
92112024-08-05T16:43:54.547Z[ host-image] Aug 05 16:43:52.972 INFO O| Aug 05 16:43:52.972 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/single_up_info.d
92122024-08-05T16:43:54.547Z[ host-image] Aug 05 16:43:52.972 INFO O| Aug 05 16:43:52.972 INFO ok!
92132024-08-05T16:43:54.547Z[ host-image] Aug 05 16:43:52.972 INFO O| Aug 05 16:43:52.972 INFO STEP 100 (ensure_file) COMPLETE
92142024-08-05T16:43:54.547Z[ host-image] Aug 05 16:43:52.972 INFO O| Aug 05 16:43:52.972 INFO STEP 101: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
92152024-08-05T16:43:54.555Z[ host-image] Aug 05 16:43:52.983 INFO O| Aug 05 16:43:52.983 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perfgw.d does not exist
92162024-08-05T16:43:54.555Z[ host-image] Aug 05 16:43:52.983 INFO O| Aug 05 16:43:52.983 INFO copying /tmp/.tmp41afuc/proto/host/root/opt/oxide/crucible_dtrace/perfgw.d -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perfgw.d ...
92172024-08-05T16:43:54.558Z[ host-image] Aug 05 16:43:52.983 INFO O| Aug 05 16:43:52.983 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perfgw.d
92182024-08-05T16:43:54.558Z[ host-image] Aug 05 16:43:52.983 INFO O| Aug 05 16:43:52.983 INFO ok!
92192024-08-05T16:43:54.558Z[ host-image] Aug 05 16:43:52.983 INFO O| Aug 05 16:43:52.983 INFO STEP 101 (ensure_file) COMPLETE
92202024-08-05T16:43:54.558Z[ host-image] Aug 05 16:43:52.983 INFO O| Aug 05 16:43:52.983 INFO STEP 102: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
92212024-08-05T16:43:54.566Z[ host-image] Aug 05 16:43:52.994 INFO O| Aug 05 16:43:52.994 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-vol.d does not exist
92222024-08-05T16:43:54.569Z[ host-image] Aug 05 16:43:52.994 INFO O| Aug 05 16:43:52.994 INFO copying /tmp/.tmp41afuc/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 ...
92232024-08-05T16:43:54.569Z[ host-image] Aug 05 16:43:52.994 INFO O| Aug 05 16:43:52.994 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-vol.d
92242024-08-05T16:43:54.569Z[ host-image] Aug 05 16:43:52.994 INFO O| Aug 05 16:43:52.994 INFO ok!
92252024-08-05T16:43:54.569Z[ host-image] Aug 05 16:43:52.994 INFO O| Aug 05 16:43:52.994 INFO STEP 102 (ensure_file) COMPLETE
92262024-08-05T16:43:54.569Z[ host-image] Aug 05 16:43:52.994 INFO O| Aug 05 16:43:52.994 INFO STEP 103: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
92272024-08-05T16:43:54.577Z[ host-image] Aug 05 16:43:53.005 INFO O| Aug 05 16:43:53.005 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-upstairs-wf.d does not exist
92282024-08-05T16:43:54.578Z[ host-image] Aug 05 16:43:53.005 INFO O| Aug 05 16:43:53.005 INFO copying /tmp/.tmp41afuc/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 ...
92292024-08-05T16:43:54.580Z[ host-image] Aug 05 16:43:53.005 INFO O| Aug 05 16:43:53.005 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-upstairs-wf.d
92302024-08-05T16:43:54.580Z[ host-image] Aug 05 16:43:53.005 INFO O| Aug 05 16:43:53.005 INFO ok!
92312024-08-05T16:43:54.580Z[ host-image] Aug 05 16:43:53.005 INFO O| Aug 05 16:43:53.005 INFO STEP 103 (ensure_file) COMPLETE
92322024-08-05T16:43:54.580Z[ host-image] Aug 05 16:43:53.005 INFO O| Aug 05 16:43:53.005 INFO STEP 104: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
92332024-08-05T16:43:54.589Z[ host-image] Aug 05 16:43:53.017 INFO O| Aug 05 16:43:53.016 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-reqwest.d does not exist
92342024-08-05T16:43:54.589Z[ host-image] Aug 05 16:43:53.017 INFO O| Aug 05 16:43:53.017 INFO copying /tmp/.tmp41afuc/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 ...
92352024-08-05T16:43:54.592Z[ host-image] Aug 05 16:43:53.017 INFO O| Aug 05 16:43:53.017 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-reqwest.d
92362024-08-05T16:43:54.592Z[ host-image] Aug 05 16:43:53.017 INFO O| Aug 05 16:43:53.017 INFO ok!
92372024-08-05T16:43:54.592Z[ host-image] Aug 05 16:43:53.017 INFO O| Aug 05 16:43:53.017 INFO STEP 104 (ensure_file) COMPLETE
92382024-08-05T16:43:54.592Z[ host-image] Aug 05 16:43:53.017 INFO O| Aug 05 16:43:53.017 INFO STEP 105: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
92392024-08-05T16:43:54.599Z[ host-image] Aug 05 16:43:53.027 INFO O| Aug 05 16:43:53.027 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-online-repair.d does not exist
92402024-08-05T16:43:54.599Z[ host-image] Aug 05 16:43:53.027 INFO O| Aug 05 16:43:53.027 INFO copying /tmp/.tmp41afuc/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 ...
92412024-08-05T16:43:54.602Z[ host-image] Aug 05 16:43:53.027 INFO O| Aug 05 16:43:53.027 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-online-repair.d
92422024-08-05T16:43:54.602Z[ host-image] Aug 05 16:43:53.027 INFO O| Aug 05 16:43:53.027 INFO ok!
92432024-08-05T16:43:54.602Z[ host-image] Aug 05 16:43:53.027 INFO O| Aug 05 16:43:53.027 INFO STEP 105 (ensure_file) COMPLETE
92442024-08-05T16:43:54.602Z[ host-image] Aug 05 16:43:53.027 INFO O| Aug 05 16:43:53.027 INFO STEP 106: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
92452024-08-05T16:43:54.610Z[ host-image] Aug 05 16:43:53.037 INFO O| Aug 05 16:43:53.037 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-ds-net.d does not exist
92462024-08-05T16:43:54.610Z[ host-image] Aug 05 16:43:53.037 INFO O| Aug 05 16:43:53.037 INFO copying /tmp/.tmp41afuc/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 ...
92472024-08-05T16:43:54.613Z[ host-image] Aug 05 16:43:53.038 INFO O| Aug 05 16:43:53.037 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-ds-net.d
92482024-08-05T16:43:54.613Z[ host-image] Aug 05 16:43:53.038 INFO O| Aug 05 16:43:53.037 INFO ok!
92492024-08-05T16:43:54.613Z[ host-image] Aug 05 16:43:53.038 INFO O| Aug 05 16:43:53.038 INFO STEP 106 (ensure_file) COMPLETE
92502024-08-05T16:43:54.613Z[ host-image] Aug 05 16:43:53.038 INFO O| Aug 05 16:43:53.038 INFO STEP 107: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
92512024-08-05T16:43:54.620Z[ host-image] Aug 05 16:43:53.048 INFO O| Aug 05 16:43:53.048 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-ds-client.d does not exist
92522024-08-05T16:43:54.620Z[ host-image] Aug 05 16:43:53.048 INFO O| Aug 05 16:43:53.048 INFO copying /tmp/.tmp41afuc/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 ...
92532024-08-05T16:43:54.623Z[ host-image] Aug 05 16:43:53.048 INFO O| Aug 05 16:43:53.048 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-ds-client.d
92542024-08-05T16:43:54.623Z[ host-image] Aug 05 16:43:53.048 INFO O| Aug 05 16:43:53.048 INFO ok!
92552024-08-05T16:43:54.623Z[ host-image] Aug 05 16:43:53.048 INFO O| Aug 05 16:43:53.048 INFO STEP 107 (ensure_file) COMPLETE
92562024-08-05T16:43:54.623Z[ host-image] Aug 05 16:43:53.048 INFO O| Aug 05 16:43:53.048 INFO STEP 108: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
92572024-08-05T16:43:54.630Z[ host-image] Aug 05 16:43:53.058 INFO O| Aug 05 16:43:53.058 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-downstairs.d does not exist
92582024-08-05T16:43:54.630Z[ host-image] Aug 05 16:43:53.058 INFO O| Aug 05 16:43:53.058 INFO copying /tmp/.tmp41afuc/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 ...
92592024-08-05T16:43:54.634Z[ host-image] Aug 05 16:43:53.058 INFO O| Aug 05 16:43:53.058 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-downstairs.d
92602024-08-05T16:43:54.634Z[ host-image] Aug 05 16:43:53.058 INFO O| Aug 05 16:43:53.058 INFO ok!
92612024-08-05T16:43:54.634Z[ host-image] Aug 05 16:43:53.058 INFO O| Aug 05 16:43:53.058 INFO STEP 108 (ensure_file) COMPLETE
92622024-08-05T16:43:54.634Z[ host-image] Aug 05 16:43:53.058 INFO O| Aug 05 16:43:53.058 INFO STEP 109: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
92632024-08-05T16:43:54.641Z[ host-image] Aug 05 16:43:53.068 INFO O| Aug 05 16:43:53.068 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-downstairs-tick.d does not exist
92642024-08-05T16:43:54.641Z[ host-image] Aug 05 16:43:53.068 INFO O| Aug 05 16:43:53.068 INFO copying /tmp/.tmp41afuc/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 ...
92652024-08-05T16:43:54.643Z[ host-image] Aug 05 16:43:53.068 INFO O| Aug 05 16:43:53.068 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-downstairs-tick.d
92662024-08-05T16:43:54.643Z[ host-image] Aug 05 16:43:53.068 INFO O| Aug 05 16:43:53.068 INFO ok!
92672024-08-05T16:43:54.643Z[ host-image] Aug 05 16:43:53.068 INFO O| Aug 05 16:43:53.068 INFO STEP 109 (ensure_file) COMPLETE
92682024-08-05T16:43:54.643Z[ host-image] Aug 05 16:43:53.068 INFO O| Aug 05 16:43:53.068 INFO STEP 110: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
92692024-08-05T16:43:54.651Z[ host-image] Aug 05 16:43:53.078 INFO O| Aug 05 16:43:53.078 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-downstairs-three.d does not exist
92702024-08-05T16:43:54.651Z[ host-image] Aug 05 16:43:53.078 INFO O| Aug 05 16:43:53.078 INFO copying /tmp/.tmp41afuc/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 ...
92712024-08-05T16:43:54.654Z[ host-image] Aug 05 16:43:53.078 INFO O| Aug 05 16:43:53.078 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-downstairs-three.d
92722024-08-05T16:43:54.654Z[ host-image] Aug 05 16:43:53.079 INFO O| Aug 05 16:43:53.078 INFO ok!
92732024-08-05T16:43:54.654Z[ host-image] Aug 05 16:43:53.079 INFO O| Aug 05 16:43:53.078 INFO STEP 110 (ensure_file) COMPLETE
92742024-08-05T16:43:54.654Z[ host-image] Aug 05 16:43:53.079 INFO O| Aug 05 16:43:53.079 INFO STEP 111: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
92752024-08-05T16:43:54.662Z[ host-image] Aug 05 16:43:53.089 INFO O| Aug 05 16:43:53.089 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-downstairs-os.d does not exist
92762024-08-05T16:43:54.665Z[ host-image] Aug 05 16:43:53.089 INFO O| Aug 05 16:43:53.089 INFO copying /tmp/.tmp41afuc/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 ...
92772024-08-05T16:43:54.665Z[ host-image] Aug 05 16:43:53.089 INFO O| Aug 05 16:43:53.089 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-downstairs-os.d
92782024-08-05T16:43:54.666Z[ host-image] Aug 05 16:43:53.089 INFO O| Aug 05 16:43:53.089 INFO ok!
92792024-08-05T16:43:54.666Z[ host-image] Aug 05 16:43:53.089 INFO O| Aug 05 16:43:53.089 INFO STEP 111 (ensure_file) COMPLETE
92802024-08-05T16:43:54.666Z[ host-image] Aug 05 16:43:53.089 INFO O| Aug 05 16:43:53.089 INFO STEP 112: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
92812024-08-05T16:43:54.672Z[ host-image] Aug 05 16:43:53.100 INFO O| Aug 05 16:43:53.100 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/get-lr-state.sh does not exist
92822024-08-05T16:43:54.676Z[ host-image] Aug 05 16:43:53.100 INFO O| Aug 05 16:43:53.100 INFO copying /tmp/.tmp41afuc/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 ...
92832024-08-05T16:43:54.676Z[ host-image] Aug 05 16:43:53.100 INFO O| Aug 05 16:43:53.100 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/get-lr-state.sh
92842024-08-05T16:43:54.676Z[ host-image] Aug 05 16:43:53.100 INFO O| Aug 05 16:43:53.100 INFO ok!
92852024-08-05T16:43:54.676Z[ host-image] Aug 05 16:43:53.100 INFO O| Aug 05 16:43:53.100 INFO STEP 112 (ensure_file) COMPLETE
92862024-08-05T16:43:54.676Z[ host-image] Aug 05 16:43:53.100 INFO O| Aug 05 16:43:53.100 INFO STEP 113: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
92872024-08-05T16:43:54.683Z[ host-image] Aug 05 16:43:53.110 INFO O| Aug 05 16:43:53.110 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/get-ds-state.sh does not exist
92882024-08-05T16:43:54.683Z[ host-image] Aug 05 16:43:53.110 INFO O| Aug 05 16:43:53.110 INFO copying /tmp/.tmp41afuc/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 ...
92892024-08-05T16:43:54.688Z[ host-image] Aug 05 16:43:53.111 INFO O| Aug 05 16:43:53.110 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/get-ds-state.sh
92902024-08-05T16:43:54.688Z[ host-image] Aug 05 16:43:53.111 INFO O| Aug 05 16:43:53.111 INFO ok!
92912024-08-05T16:43:54.688Z[ host-image] Aug 05 16:43:53.111 INFO O| Aug 05 16:43:53.111 INFO STEP 113 (ensure_file) COMPLETE
92922024-08-05T16:43:54.689Z[ host-image] Aug 05 16:43:53.111 INFO O| Aug 05 16:43:53.111 INFO STEP 114: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
92932024-08-05T16:43:54.694Z[ host-image] Aug 05 16:43:53.122 INFO O| Aug 05 16:43:53.122 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/downstairs_count.d does not exist
92942024-08-05T16:43:54.694Z[ host-image] Aug 05 16:43:53.122 INFO O| Aug 05 16:43:53.122 INFO copying /tmp/.tmp41afuc/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 ...
92952024-08-05T16:43:54.697Z[ host-image] Aug 05 16:43:53.122 INFO O| Aug 05 16:43:53.122 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/downstairs_count.d
92962024-08-05T16:43:54.697Z[ host-image] Aug 05 16:43:53.122 INFO O| Aug 05 16:43:53.122 INFO ok!
92972024-08-05T16:43:54.697Z[ host-image] Aug 05 16:43:53.122 INFO O| Aug 05 16:43:53.122 INFO STEP 114 (ensure_file) COMPLETE
92982024-08-05T16:43:54.697Z[ host-image] Aug 05 16:43:53.122 INFO O| Aug 05 16:43:53.122 INFO STEP 115: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
92992024-08-05T16:43:54.705Z[ host-image] Aug 05 16:43:53.132 INFO O| Aug 05 16:43:53.132 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/all_downstairs.d does not exist
93002024-08-05T16:43:54.705Z[ host-image] Aug 05 16:43:53.133 INFO O| Aug 05 16:43:53.132 INFO copying /tmp/.tmp41afuc/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 ...
93012024-08-05T16:43:54.708Z[ host-image] Aug 05 16:43:53.133 INFO O| Aug 05 16:43:53.133 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/all_downstairs.d
93022024-08-05T16:43:54.708Z[ host-image] Aug 05 16:43:53.133 INFO O| Aug 05 16:43:53.133 INFO ok!
93032024-08-05T16:43:54.708Z[ host-image] Aug 05 16:43:53.133 INFO O| Aug 05 16:43:53.133 INFO STEP 115 (ensure_file) COMPLETE
93042024-08-05T16:43:54.708Z[ host-image] Aug 05 16:43:53.133 INFO O| Aug 05 16:43:53.133 INFO STEP 116: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
93052024-08-05T16:43:54.715Z[ host-image] Aug 05 16:43:53.143 INFO O| Aug 05 16:43:53.143 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/README.md does not exist
93062024-08-05T16:43:54.716Z[ host-image] Aug 05 16:43:53.143 INFO O| Aug 05 16:43:53.143 INFO copying /tmp/.tmp41afuc/proto/host/root/opt/oxide/crucible_dtrace/README.md -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/README.md ...
93072024-08-05T16:43:54.719Z[ host-image] Aug 05 16:43:53.143 INFO O| Aug 05 16:43:53.143 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/README.md
93082024-08-05T16:43:54.719Z[ host-image] Aug 05 16:43:53.143 INFO O| Aug 05 16:43:53.143 INFO ok!
93092024-08-05T16:43:54.719Z[ host-image] Aug 05 16:43:53.143 INFO O| Aug 05 16:43:53.143 INFO STEP 116 (ensure_file) COMPLETE
93102024-08-05T16:43:54.719Z[ host-image] Aug 05 16:43:53.143 INFO O| Aug 05 16:43:53.143 INFO STEP 117: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
93112024-08-05T16:43:54.727Z[ host-image] Aug 05 16:43:53.153 INFO O| Aug 05 16:43:53.153 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/dtrace-info.txt does not exist
93122024-08-05T16:43:54.731Z[ host-image] Aug 05 16:43:53.153 INFO O| Aug 05 16:43:53.153 INFO copying /tmp/.tmp41afuc/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 ...
93132024-08-05T16:43:54.731Z[ host-image] Aug 05 16:43:53.154 INFO O| Aug 05 16:43:53.154 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/dtrace-info.txt
93142024-08-05T16:43:54.731Z[ host-image] Aug 05 16:43:53.154 INFO O| Aug 05 16:43:53.154 INFO ok!
93152024-08-05T16:43:54.731Z[ host-image] Aug 05 16:43:53.154 INFO O| Aug 05 16:43:53.154 INFO STEP 117 (ensure_file) COMPLETE
93162024-08-05T16:43:54.731Z[ host-image] Aug 05 16:43:53.154 INFO O| Aug 05 16:43:53.154 INFO STEP 118: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
93172024-08-05T16:43:54.740Z[ host-image] Aug 05 16:43:53.165 INFO O| Aug 05 16:43:53.165 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/VERSION does not exist
93182024-08-05T16:43:54.740Z[ host-image] Aug 05 16:43:53.165 INFO O| Aug 05 16:43:53.165 INFO copying /tmp/.tmp41afuc/proto/host/root/opt/oxide/crucible_dtrace/VERSION -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/VERSION ...
93192024-08-05T16:43:54.743Z[ host-image] Aug 05 16:43:53.165 INFO O| Aug 05 16:43:53.165 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/VERSION
93202024-08-05T16:43:54.743Z[ host-image] Aug 05 16:43:53.165 INFO O| Aug 05 16:43:53.165 INFO ok!
93212024-08-05T16:43:54.743Z[ host-image] Aug 05 16:43:53.165 INFO O| Aug 05 16:43:53.165 INFO STEP 118 (ensure_file) COMPLETE
93222024-08-05T16:43:54.743Z[ host-image] Aug 05 16:43:53.165 INFO O| Aug 05 16:43:53.165 INFO STEP 119: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
93232024-08-05T16:43:54.748Z[ host-image] Aug 05 16:43:53.176 INFO O| Aug 05 16:43:53.176 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/switch.tar.gz does not exist
93242024-08-05T16:43:54.748Z[ host-image] Aug 05 16:43:53.176 INFO O| Aug 05 16:43:53.176 INFO copying /tmp/.tmp41afuc/proto/host/root/opt/oxide/switch.tar.gz -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/switch.tar.gz ...
93252024-08-05T16:43:57.912Z[ host-image] Aug 05 16:43:56.339 INFO O| Aug 05 16:43:56.339 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/switch.tar.gz
93262024-08-05T16:43:57.912Z[ host-image] Aug 05 16:43:56.339 INFO O| Aug 05 16:43:56.339 INFO ok!
93272024-08-05T16:43:57.915Z[ host-image] Aug 05 16:43:56.339 INFO O| Aug 05 16:43:56.339 INFO STEP 119 (ensure_file) COMPLETE
93282024-08-05T16:43:57.915Z[ host-image] Aug 05 16:43:56.339 INFO O| Aug 05 16:43:56.339 INFO STEP 120: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
93292024-08-05T16:43:57.924Z[ host-image] Aug 05 16:43:56.351 INFO O| Aug 05 16:43:56.351 INFO ownership already OK (0:2), path: /rpool/images/build/host/work/gimlet/zfs/a/lib
93302024-08-05T16:43:57.924Z[ host-image] Aug 05 16:43:56.351 INFO O| Aug 05 16:43:56.351 INFO STEP 120 (ensure_dir) COMPLETE
93312024-08-05T16:43:57.924Z[ host-image] Aug 05 16:43:56.351 INFO O| Aug 05 16:43:56.351 INFO STEP 121: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
93322024-08-05T16:43:57.936Z[ host-image] Aug 05 16:43:56.362 INFO O| Aug 05 16:43:56.362 INFO ownership already OK (0:2), path: /rpool/images/build/host/work/gimlet/zfs/a/lib/svc
93332024-08-05T16:43:57.936Z[ host-image] Aug 05 16:43:56.362 INFO O| Aug 05 16:43:56.362 INFO STEP 121 (ensure_dir) COMPLETE
93342024-08-05T16:43:57.936Z[ host-image] Aug 05 16:43:56.362 INFO O| Aug 05 16:43:56.362 INFO STEP 122: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
93352024-08-05T16:43:57.946Z[ host-image] Aug 05 16:43:56.373 INFO O| Aug 05 16:43:56.373 INFO ownership already OK (0:3), path: /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest
93362024-08-05T16:43:57.948Z[ host-image] Aug 05 16:43:56.373 INFO O| Aug 05 16:43:56.373 INFO STEP 122 (ensure_dir) COMPLETE
93372024-08-05T16:43:57.948Z[ host-image] Aug 05 16:43:56.373 INFO O| Aug 05 16:43:56.373 INFO STEP 123: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
93382024-08-05T16:43:57.956Z[ host-image] Aug 05 16:43:56.383 INFO O| Aug 05 16:43:56.383 INFO ownership already OK (0:3), path: /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/site
93392024-08-05T16:43:57.956Z[ host-image] Aug 05 16:43:56.383 INFO O| Aug 05 16:43:56.383 INFO STEP 123 (ensure_dir) COMPLETE
93402024-08-05T16:43:57.958Z[ host-image] Aug 05 16:43:56.383 INFO O| Aug 05 16:43:56.383 INFO STEP 124: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
93412024-08-05T16:43:57.966Z[ host-image] Aug 05 16:43:56.393 INFO O| Aug 05 16:43:56.393 INFO file /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/site/sled-agent.xml does not exist
93422024-08-05T16:43:57.966Z[ host-image] Aug 05 16:43:56.393 INFO O| Aug 05 16:43:56.393 INFO copying /tmp/.tmp41afuc/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 ...
93432024-08-05T16:43:57.969Z[ host-image] Aug 05 16:43:56.393 INFO O| Aug 05 16:43:56.393 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/site/sled-agent.xml
93442024-08-05T16:43:57.969Z[ host-image] Aug 05 16:43:56.393 INFO O| Aug 05 16:43:56.393 INFO ok!
93452024-08-05T16:43:57.969Z[ host-image] Aug 05 16:43:56.393 INFO O| Aug 05 16:43:56.393 INFO STEP 124 (ensure_file) COMPLETE
93462024-08-05T16:43:57.969Z[ host-image] Aug 05 16:43:56.393 INFO O| Aug 05 16:43:56.393 INFO STEP 125: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
93472024-08-05T16:43:57.976Z[ host-image] Aug 05 16:43:56.404 INFO O| Aug 05 16:43:56.404 INFO perms are 700, should be 755, path: /rpool/images/build/host/work/gimlet/zfs/a/root
93482024-08-05T16:43:57.976Z[ host-image] Aug 05 16:43:56.404 INFO O| Aug 05 16:43:56.404 INFO chmod ok, path: /rpool/images/build/host/work/gimlet/zfs/a/root
93492024-08-05T16:43:57.976Z[ host-image] Aug 05 16:43:56.404 INFO O| Aug 05 16:43:56.404 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/root
93502024-08-05T16:43:57.980Z[ host-image] Aug 05 16:43:56.404 INFO O| Aug 05 16:43:56.404 INFO STEP 125 (ensure_dir) COMPLETE
93512024-08-05T16:43:57.980Z[ host-image] Aug 05 16:43:56.404 INFO O| Aug 05 16:43:56.404 INFO STEP 126: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
93522024-08-05T16:43:57.987Z[ host-image] Aug 05 16:43:56.414 INFO O| Aug 05 16:43:56.414 WARN file /rpool/images/build/host/work/gimlet/zfs/a/root/.profile exists, with wrong contents, unlinking
93532024-08-05T16:43:57.990Z[ host-image] Aug 05 16:43:56.414 INFO O| Aug 05 16:43:56.414 INFO copying /tmp/.tmp41afuc/proto/host/root/root/.profile -> /rpool/images/build/host/work/gimlet/zfs/a/root/.profile ...
93542024-08-05T16:43:57.990Z[ host-image] Aug 05 16:43:56.414 INFO O| Aug 05 16:43:56.414 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/root/.profile
93552024-08-05T16:43:57.990Z[ host-image] Aug 05 16:43:56.414 INFO O| Aug 05 16:43:56.414 INFO ok!
93562024-08-05T16:43:57.990Z[ host-image] Aug 05 16:43:56.414 INFO O| Aug 05 16:43:56.414 INFO STEP 126 (ensure_file) COMPLETE
93572024-08-05T16:43:57.990Z[ host-image] Aug 05 16:43:56.414 INFO O| Aug 05 16:43:56.414 INFO STEP 127: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
93582024-08-05T16:43:57.998Z[ host-image] Aug 05 16:43:56.425 INFO O| Aug 05 16:43:56.425 INFO remove tree: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/ipsec"
93592024-08-05T16:43:58.000Z[ host-image] Aug 05 16:43:56.425 INFO O| Aug 05 16:43:56.425 INFO STEP 127 (remove_files) COMPLETE
93602024-08-05T16:43:58.000Z[ host-image] Aug 05 16:43:56.425 INFO O| Aug 05 16:43:56.425 INFO STEP 128: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
93612024-08-05T16:43:58.008Z[ host-image] Aug 05 16:43:56.436 INFO O| Aug 05 16:43:56.436 INFO remove tree: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/ldap"
93622024-08-05T16:43:58.011Z[ host-image] Aug 05 16:43:56.436 INFO O| Aug 05 16:43:56.436 INFO STEP 128 (remove_files) COMPLETE
93632024-08-05T16:43:58.011Z[ host-image] Aug 05 16:43:56.436 INFO O| Aug 05 16:43:56.436 INFO STEP 129: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
93642024-08-05T16:43:58.020Z[ host-image] Aug 05 16:43:56.447 INFO O| Aug 05 16:43:56.447 INFO remove tree: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/rpc"
93652024-08-05T16:43:58.022Z[ host-image] Aug 05 16:43:56.447 INFO O| Aug 05 16:43:56.447 INFO STEP 129 (remove_files) COMPLETE
93662024-08-05T16:43:58.022Z[ host-image] Aug 05 16:43:56.447 INFO O| Aug 05 16:43:56.447 INFO STEP 130: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
93672024-08-05T16:43:58.030Z[ host-image] Aug 05 16:43:56.458 INFO O| Aug 05 16:43:56.458 INFO remove tree: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/security"
93682024-08-05T16:43:58.033Z[ host-image] Aug 05 16:43:56.458 INFO O| Aug 05 16:43:56.458 INFO STEP 130 (remove_files) COMPLETE
93692024-08-05T16:43:58.033Z[ host-image] Aug 05 16:43:56.458 INFO O| Aug 05 16:43:56.458 INFO STEP 131: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
93702024-08-05T16:43:58.041Z[ host-image] Aug 05 16:43:56.469 INFO O| Aug 05 16:43:56.469 INFO remove tree: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/shares"
93712024-08-05T16:43:58.044Z[ host-image] Aug 05 16:43:56.469 INFO O| Aug 05 16:43:56.469 INFO STEP 131 (remove_files) COMPLETE
93722024-08-05T16:43:58.044Z[ host-image] Aug 05 16:43:56.469 INFO O| Aug 05 16:43:56.469 INFO STEP 132: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
93732024-08-05T16:43:58.052Z[ host-image] Aug 05 16:43:56.480 INFO O| Aug 05 16:43:56.479 INFO remove tree: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/smb"
93742024-08-05T16:43:58.055Z[ host-image] Aug 05 16:43:56.480 INFO O| Aug 05 16:43:56.480 INFO STEP 132 (remove_files) COMPLETE
93752024-08-05T16:43:58.055Z[ host-image] Aug 05 16:43:56.480 INFO O| Aug 05 16:43:56.480 INFO STEP 133: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
93762024-08-05T16:43:58.066Z[ host-image] Aug 05 16:43:56.490 INFO O| Aug 05 16:43:56.490 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/application/management/net-snmp.xml"
93772024-08-05T16:43:58.066Z[ host-image] Aug 05 16:43:56.490 INFO O| Aug 05 16:43:56.490 INFO STEP 133 (remove_files) COMPLETE
93782024-08-05T16:43:58.066Z[ host-image] Aug 05 16:43:56.490 INFO O| Aug 05 16:43:56.490 INFO STEP 134: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
93792024-08-05T16:43:58.074Z[ host-image] Aug 05 16:43:56.501 INFO O| Aug 05 16:43:56.501 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/application/security/tcsd.xml"
93802024-08-05T16:43:58.074Z[ host-image] Aug 05 16:43:56.501 INFO O| Aug 05 16:43:56.501 INFO STEP 134 (remove_files) COMPLETE
93812024-08-05T16:43:58.074Z[ host-image] Aug 05 16:43:56.501 INFO O| Aug 05 16:43:56.501 INFO STEP 135: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
93822024-08-05T16:43:58.085Z[ host-image] Aug 05 16:43:56.513 INFO O| Aug 05 16:43:56.512 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/dns/install.xml"
93832024-08-05T16:43:58.085Z[ host-image] Aug 05 16:43:56.513 INFO O| Aug 05 16:43:56.513 INFO STEP 135 (remove_files) COMPLETE
93842024-08-05T16:43:58.088Z[ host-image] Aug 05 16:43:56.513 INFO O| Aug 05 16:43:56.513 INFO STEP 136: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
93852024-08-05T16:43:58.096Z[ host-image] Aug 05 16:43:56.523 INFO O| Aug 05 16:43:56.523 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/inetd-upgrade.xml"
93862024-08-05T16:43:58.096Z[ host-image] Aug 05 16:43:56.523 INFO O| Aug 05 16:43:56.523 INFO STEP 136 (remove_files) COMPLETE
93872024-08-05T16:43:58.096Z[ host-image] Aug 05 16:43:56.523 INFO O| Aug 05 16:43:56.523 INFO STEP 137: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
93882024-08-05T16:43:58.107Z[ host-image] Aug 05 16:43:56.534 INFO O| Aug 05 16:43:56.534 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/inetd.xml"
93892024-08-05T16:43:58.107Z[ host-image] Aug 05 16:43:56.534 INFO O| Aug 05 16:43:56.534 INFO STEP 137 (remove_files) COMPLETE
93902024-08-05T16:43:58.107Z[ host-image] Aug 05 16:43:56.534 INFO O| Aug 05 16:43:56.534 INFO STEP 138: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
93912024-08-05T16:43:58.118Z[ host-image] Aug 05 16:43:56.545 INFO O| Aug 05 16:43:56.545 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/network-install.xml"
93922024-08-05T16:43:58.118Z[ host-image] Aug 05 16:43:56.545 INFO O| Aug 05 16:43:56.545 INFO STEP 138 (remove_files) COMPLETE
93932024-08-05T16:43:58.118Z[ host-image] Aug 05 16:43:56.545 INFO O| Aug 05 16:43:56.545 INFO STEP 139: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
93942024-08-05T16:43:58.129Z[ host-image] Aug 05 16:43:56.556 INFO O| Aug 05 16:43:56.556 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/network-ipmp.xml"
93952024-08-05T16:43:58.129Z[ host-image] Aug 05 16:43:56.556 INFO O| Aug 05 16:43:56.556 INFO STEP 139 (remove_files) COMPLETE
93962024-08-05T16:43:58.132Z[ host-image] Aug 05 16:43:56.556 INFO O| Aug 05 16:43:56.556 INFO STEP 140: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
93972024-08-05T16:43:58.140Z[ host-image] Aug 05 16:43:56.567 INFO O| Aug 05 16:43:56.567 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/network-iptun.xml"
93982024-08-05T16:43:58.143Z[ host-image] Aug 05 16:43:56.567 INFO O| Aug 05 16:43:56.567 INFO STEP 140 (remove_files) COMPLETE
93992024-08-05T16:43:58.143Z[ host-image] Aug 05 16:43:56.567 INFO O| Aug 05 16:43:56.567 INFO STEP 141: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
94002024-08-05T16:43:58.150Z[ host-image] Aug 05 16:43:56.578 INFO O| Aug 05 16:43:56.577 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/network-location.xml"
94012024-08-05T16:43:58.153Z[ host-image] Aug 05 16:43:56.578 INFO O| Aug 05 16:43:56.578 INFO STEP 141 (remove_files) COMPLETE
94022024-08-05T16:43:58.154Z[ host-image] Aug 05 16:43:56.578 INFO O| Aug 05 16:43:56.578 INFO STEP 142: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
94032024-08-05T16:43:58.161Z[ host-image] Aug 05 16:43:56.588 INFO O| Aug 05 16:43:56.588 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/network-netcfg.xml"
94042024-08-05T16:43:58.164Z[ host-image] Aug 05 16:43:56.588 INFO O| Aug 05 16:43:56.588 INFO STEP 142 (remove_files) COMPLETE
94052024-08-05T16:43:58.164Z[ host-image] Aug 05 16:43:56.588 INFO O| Aug 05 16:43:56.588 INFO STEP 143: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
94062024-08-05T16:43:58.172Z[ host-image] Aug 05 16:43:56.600 INFO O| Aug 05 16:43:56.600 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/routing/rdisc.xml"
94072024-08-05T16:43:58.172Z[ host-image] Aug 05 16:43:56.600 INFO O| Aug 05 16:43:56.600 INFO STEP 143 (remove_files) COMPLETE
94082024-08-05T16:43:58.175Z[ host-image] Aug 05 16:43:56.600 INFO O| Aug 05 16:43:56.600 INFO STEP 144: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
94092024-08-05T16:43:58.183Z[ host-image] Aug 05 16:43:56.611 INFO O| Aug 05 16:43:56.610 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/varpd.xml"
94102024-08-05T16:43:58.183Z[ host-image] Aug 05 16:43:56.611 INFO O| Aug 05 16:43:56.611 INFO STEP 144 (remove_files) COMPLETE
94112024-08-05T16:43:58.183Z[ host-image] Aug 05 16:43:56.611 INFO O| Aug 05 16:43:56.611 INFO STEP 145: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
94122024-08-05T16:43:58.195Z[ host-image] Aug 05 16:43:56.622 INFO O| Aug 05 16:43:56.622 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/system/device/allocate.xml"
94132024-08-05T16:43:58.198Z[ host-image] Aug 05 16:43:56.622 INFO O| Aug 05 16:43:56.622 INFO STEP 145 (remove_files) COMPLETE
94142024-08-05T16:43:58.198Z[ host-image] Aug 05 16:43:56.623 INFO O| Aug 05 16:43:56.622 INFO STEP 146: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
94152024-08-05T16:43:58.206Z[ host-image] Aug 05 16:43:56.633 INFO O| Aug 05 16:43:56.633 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/system/device/devices-audio.xml"
94162024-08-05T16:43:58.206Z[ host-image] Aug 05 16:43:56.633 INFO O| Aug 05 16:43:56.633 INFO STEP 146 (remove_files) COMPLETE
94172024-08-05T16:43:58.209Z[ host-image] Aug 05 16:43:56.633 INFO O| Aug 05 16:43:56.633 INFO STEP 147: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
94182024-08-05T16:43:58.217Z[ host-image] Aug 05 16:43:56.644 INFO O| Aug 05 16:43:56.644 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/usr/lib/devfsadm/linkmod/SUNW_audio_link.so"
94192024-08-05T16:43:58.220Z[ host-image] Aug 05 16:43:56.644 INFO O| Aug 05 16:43:56.644 INFO STEP 147 (remove_files) COMPLETE
94202024-08-05T16:43:58.220Z[ host-image] Aug 05 16:43:56.644 INFO O| Aug 05 16:43:56.644 INFO STEP 148: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
94212024-08-05T16:43:58.229Z[ host-image] Aug 05 16:43:56.656 INFO O| Aug 05 16:43:56.656 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/dev/sndstat"
94222024-08-05T16:43:58.229Z[ host-image] Aug 05 16:43:56.656 INFO O| Aug 05 16:43:56.656 INFO STEP 148 (remove_files) COMPLETE
94232024-08-05T16:43:58.232Z[ host-image] Aug 05 16:43:56.656 INFO O| Aug 05 16:43:56.656 INFO STEP 149: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
94242024-08-05T16:43:58.240Z[ host-image] Aug 05 16:43:56.667 INFO O| Aug 05 16:43:56.667 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/system/device/mpxio-upgrade.xml"
94252024-08-05T16:43:58.242Z[ host-image] Aug 05 16:43:56.667 INFO O| Aug 05 16:43:56.667 INFO STEP 149 (remove_files) COMPLETE
94262024-08-05T16:43:58.242Z[ host-image] Aug 05 16:43:56.667 INFO O| Aug 05 16:43:56.667 INFO STEP 150: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
94272024-08-05T16:43:58.251Z[ host-image] Aug 05 16:43:56.678 INFO O| Aug 05 16:43:56.678 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/system/hostid.xml"
94282024-08-05T16:43:58.251Z[ host-image] Aug 05 16:43:56.678 INFO O| Aug 05 16:43:56.678 INFO STEP 150 (remove_files) COMPLETE
94292024-08-05T16:43:58.254Z[ host-image] Aug 05 16:43:56.678 INFO O| Aug 05 16:43:56.678 INFO STEP 151: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
94302024-08-05T16:43:58.262Z[ host-image] Aug 05 16:43:56.689 INFO O| Aug 05 16:43:56.689 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/system/idmap.xml"
94312024-08-05T16:43:58.262Z[ host-image] Aug 05 16:43:56.689 INFO O| Aug 05 16:43:56.689 INFO STEP 151 (remove_files) COMPLETE
94322024-08-05T16:43:58.265Z[ host-image] Aug 05 16:43:56.689 INFO O| Aug 05 16:43:56.689 INFO STEP 152: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
94332024-08-05T16:43:58.273Z[ host-image] Aug 05 16:43:56.700 INFO O| Aug 05 16:43:56.700 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/system/pkgserv.xml"
94342024-08-05T16:43:58.273Z[ host-image] Aug 05 16:43:56.701 INFO O| Aug 05 16:43:56.700 INFO STEP 152 (remove_files) COMPLETE
94352024-08-05T16:43:58.273Z[ host-image] Aug 05 16:43:56.701 INFO O| Aug 05 16:43:56.701 INFO STEP 153: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
94362024-08-05T16:43:58.285Z[ host-image] Aug 05 16:43:56.712 INFO O| Aug 05 16:43:56.712 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/system/zones.xml"
94372024-08-05T16:43:58.285Z[ host-image] Aug 05 16:43:56.712 INFO O| Aug 05 16:43:56.712 INFO STEP 153 (remove_files) COMPLETE
94382024-08-05T16:43:58.285Z[ host-image] Aug 05 16:43:56.712 INFO O| Aug 05 16:43:56.712 INFO STEP 154: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
94392024-08-05T16:43:58.296Z[ host-image] Aug 05 16:43:56.723 INFO O| Aug 05 16:43:56.723 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/system/intrd.xml"
94402024-08-05T16:43:58.296Z[ host-image] Aug 05 16:43:56.724 INFO O| Aug 05 16:43:56.723 INFO STEP 154 (remove_files) COMPLETE
94412024-08-05T16:43:58.300Z[ host-image] Aug 05 16:43:56.724 INFO O| Aug 05 16:43:56.724 INFO STEP 155: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
94422024-08-05T16:43:58.307Z[ host-image] Aug 05 16:43:56.735 INFO O| Aug 05 16:43:56.735 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/chrony.xml"
94432024-08-05T16:43:58.308Z[ host-image] Aug 05 16:43:56.735 INFO O| Aug 05 16:43:56.735 INFO STEP 155 (remove_files) COMPLETE
94442024-08-05T16:43:58.308Z[ host-image] Aug 05 16:43:56.735 INFO O| Aug 05 16:43:56.735 INFO STEP 156: seed_smf, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs.json
94452024-08-05T16:43:58.325Z[ host-image] Aug 05 16:43:56.752 INFO O| Aug 05 16:43:56.752 INFO file /rpool/images/build/host/tmp/gimlet/zfs/repo.db does not already exist, skipping removal
94462024-08-05T16:43:58.325Z[ host-image] Aug 05 16:43:56.752 INFO O| Aug 05 16:43:56.752 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", "SVCCFG_CHECKHASH": "1", "SVCCFG_DTD": "/rpool/images/build/host/work/gimlet/zfs/a/usr/share/lib/xml/dtd/service_bundle.dtd.1", "PKG_INSTALL_ROOT": "/rpool/images/build/host/work/gimlet/zfs/a"}
94472024-08-05T16:44:06.890Z[ host-image] Aug 05 16:44:05.315 INFO O| Aug 05 16:44:05.315 INFO O| Loading smf(7) service descriptions: 1/742/743/744/745/746/747/748/749/7410/7411/7412/7413/7414/7415/7416/7417/7418/7419/7420/7421/7422/7423/7424/7425/7426/7427/7428/7429/7430/7431/7432/7433/7434/7435/7436/7437/7438/7439/7440/7441/7442/7443/7444/7445/7446/7447/7448/7449/7450/7451/7452/7453/7454/7455/7456/7457/7458/7459/7460/7461/7462/7463/7464/7465/7466/7467/7468/7469/7470/7471/7472/7473/7474/74
94482024-08-05T16:44:06.890Z[ host-image] Aug 05 16:44:05.315 INFO O| Aug 05 16:44:05.315 INFO E| svccfg: Loaded 74 smf(7) service descriptions
94492024-08-05T16:44:06.904Z[ host-image] Aug 05 16:44:05.330 INFO O| Aug 05 16:44:05.330 INFO exec: ["/usr/sbin/svccfg", "apply", "/rpool/images/build/host/work/gimlet/zfs/a/var/svc/profile/site.xml"], env: {"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", "SVCCFG_REPOSITORY": "/rpool/images/build/host/tmp/gimlet/zfs/repo.db"}
94502024-08-05T16:44:06.984Z[ host-image] Aug 05 16:44:05.410 INFO O| Aug 05 16:44:05.410 INFO file /rpool/images/build/host/work/gimlet/zfs/a/etc/svc/repository.db does not exist
94512024-08-05T16:44:06.984Z[ host-image] Aug 05 16:44:05.410 INFO O| Aug 05 16:44:05.410 INFO copying /rpool/images/build/host/tmp/gimlet/zfs/repo.db -> /rpool/images/build/host/work/gimlet/zfs/a/etc/svc/repository.db ...
94522024-08-05T16:44:06.987Z[ host-image] Aug 05 16:44:05.412 INFO O| Aug 05 16:44:05.412 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/svc/repository.db
94532024-08-05T16:44:06.987Z[ host-image] Aug 05 16:44:05.412 INFO O| Aug 05 16:44:05.412 INFO ok!
94542024-08-05T16:44:06.987Z[ host-image] Aug 05 16:44:05.412 INFO O| Aug 05 16:44:05.412 INFO file /rpool/images/build/host/tmp/gimlet/zfs/repo.db exists (as File), removing
94552024-08-05T16:44:06.987Z[ host-image] Aug 05 16:44:05.412 INFO O| Aug 05 16:44:05.412 INFO STEP 156 (seed_smf) COMPLETE
94562024-08-05T16:44:06.987Z[ host-image] Aug 05 16:44:05.412 INFO O| Aug 05 16:44:05.412 INFO steps complete; finalising image!
94572024-08-05T16:44:06.987Z[ host-image] Aug 05 16:44:05.412 INFO O| Aug 05 16:44:05.412 INFO TRIM POOL: TEMPORARY-gimlet-zfs
94582024-08-05T16:44:07.128Z[ host-image] Aug 05 16:44:05.554 INFO O| Aug 05 16:44:05.554 INFO trim TEMPORARY-gimlet-zfs: (0% trimmed, started at Mon Aug 5 16:44:05 2024)
94592024-08-05T16:44:07.353Z[ host-image] Aug 05 16:44:05.779 INFO O| Aug 05 16:44:05.779 INFO temporary pool has 660M used, 172M avail, 1.88x compressratio
94602024-08-05T16:44:07.353Z[ host-image] Aug 05 16:44:05.779 INFO O| Aug 05 16:44:05.779 INFO EXPORT POOL: TEMPORARY-gimlet-zfs
94612024-08-05T16:44:07.659Z[ host-image] Aug 05 16:44:06.085 INFO O| Aug 05 16:44:06.085 INFO copying image /rpool/images/build/host/work/gimlet/zfs/lofi.raw to output file /rpool/images/build/host/output/gimlet-zfs.raw
94622024-08-05T16:44:07.659Z[ host-image] Aug 05 16:44:06.085 INFO O| Aug 05 16:44:06.085 INFO file /rpool/images/build/host/output/gimlet-zfs.raw does not already exist, skipping removal
94632024-08-05T16:44:08.699Z[ host-image] Aug 05 16:44:07.124 INFO O| Aug 05 16:44:07.124 INFO perms are 1600, should be 644, path: /rpool/images/build/host/output/gimlet-zfs.raw
94642024-08-05T16:44:08.699Z[ host-image] Aug 05 16:44:07.124 INFO O| Aug 05 16:44:07.124 INFO chmod ok, path: /rpool/images/build/host/output/gimlet-zfs.raw
94652024-08-05T16:44:08.702Z[ host-image] Aug 05 16:44:07.124 INFO O| Aug 05 16:44:07.124 INFO ownership already OK (0:0), path: /rpool/images/build/host/output/gimlet-zfs.raw
94662024-08-05T16:44:08.702Z[ host-image] Aug 05 16:44:07.124 INFO O| Aug 05 16:44:07.124 INFO completed processing gimlet/zfs
94672024-08-05T16:44:08.702Z[ host-image] Aug 05 16:44:07.124 INFO O| Aug 05 16:44:07.124 INFO DESTROY DATASET: rpool/images/build/host/work/gimlet/zfs
94682024-08-05T16:44:14.912Z[ host-image] Aug 05 16:44:13.336 INFO O| Aug 05 16:44:13.336 INFO DESTROY DATASET: rpool/images/build/host/tmp/gimlet/zfs
94692024-08-05T16:44:14.991Z[ host-image] Aug 05 16:44:13.415 INFO BUILD STRING "heads/stlouis-0-g795571e95f\n"
94702024-08-05T16:44:14.991Z[ host-image] Aug 05 16:44:13.416 INFO expanded image name: "ci 4678f7d/${os_short_commit} 2024-08-05 16:14" -> "ci 4678f7d/795571e 2024-08-05 16:14"
94712024-08-05T16:44:14.995Z[ host-image] Aug 05 16:44:13.416 INFO output artefacts stored in: "/work/os-host"
94722024-08-05T16:44:14.995Z[ host-image] Aug 05 16:44:13.416 INFO collecting git info from project "phbl"...
94732024-08-05T16:44:14.998Z[ host-image] Aug 05 16:44:13.422 INFO collecting git info from project "amd-host-image-builder"...
94742024-08-05T16:44:15.012Z[ host-image] Aug 05 16:44:13.436 INFO collecting git info from project "pilot"...
94752024-08-05T16:44:15.018Z[ host-image] Aug 05 16:44:13.442 INFO collecting git info from project "chelsio-t6-roms"...
94762024-08-05T16:44:15.022Z[ host-image] Aug 05 16:44:13.447 INFO collecting git info from project "pinprick"...
94772024-08-05T16:44:15.027Z[ host-image] Aug 05 16:44:13.451 INFO collecting git info from project "image-builder"...
94782024-08-05T16:44:15.031Z[ host-image] Aug 05 16:44:13.456 INFO collecting git info from project "bootserver"...
94792024-08-05T16:44:15.036Z[ host-image] Aug 05 16:44:13.461 INFO collecting git info from project "amd-firmware"...
94802024-08-05T16:44:15.044Z[ host-image] Aug 05 16:44:13.469 INFO collecting packaging info "pkg-publishers.txt": ["publisher", "-F", "tsv"]...
94812024-08-05T16:44:15.420Z[ host-image] Aug 05 16:44:13.844 INFO collecting packaging info "pkg-list.txt": ["list", "-H", "-v"]...
94822024-08-05T16:44:15.780Z[ host-image] Aug 05 16:44:14.204 INFO creating Oxide boot image...
94832024-08-05T16:44:15.780Z[ host-image] Aug 05 16:44:14.204 INFO exec: ["/work/oxidecomputer/helios/projects/bootserver/target/release/mkimage", "-i", "/rpool/images/build/host/output/gimlet-zfs.raw", "-N", "ci 4678f7d/795571e 2024-08-05 16:14", "-o", "/work/os-host/zfs.img", "-O", "/work/oxidecomputer/helios/tmp/image.host/boot_image_csum", "-s", "4096"], pwd: None
94842024-08-05T16:44:16.720Z[ host-image] Aug 05 16:44:15.144 INFO O| ok, image written!
94852024-08-05T16:44:16.720Z[ host-image] Aug 05 16:44:15.144 INFO O| ok, boot_image_csum file written!
94862024-08-05T16:44:16.723Z[ host-image] Aug 05 16:44:15.147 INFO creating boot archive (CPIO)...
94872024-08-05T16:44:16.723Z[ host-image] Aug 05 16:44:15.147 INFO exec: ["bash", "/work/oxidecomputer/helios/image/mkcpio.sh", "/rpool/images/build/host/work/gimlet/ramdisk", "/work/os-host/cpio", "/work/oxidecomputer/helios/tmp/image.host"], pwd: None
94882024-08-05T16:44:16.734Z[ host-image] Aug 05 16:44:15.159 INFO E| + root=/rpool/images/build/host/work/gimlet/ramdisk
94892024-08-05T16:44:16.734Z[ host-image] Aug 05 16:44:15.159 INFO E| + outfile=/work/os-host/cpio
94902024-08-05T16:44:16.740Z[ host-image] Aug 05 16:44:15.159 INFO E| + tmpdir=/work/oxidecomputer/helios/tmp/image.host
94912024-08-05T16:44:16.740Z[ host-image] Aug 05 16:44:15.161 INFO E| + cd /rpool/images/build/host/work/gimlet/ramdisk
94922024-08-05T16:44:16.740Z[ host-image] Aug 05 16:44:15.161 INFO E| + cpio -qo -H odc -O /work/os-host/cpio
94932024-08-05T16:44:16.772Z[ host-image] Aug 05 16:44:15.196 INFO E| + cd /work/oxidecomputer/helios/tmp/image.host
94942024-08-05T16:44:16.772Z[ host-image] Aug 05 16:44:15.196 INFO E| + cpio -qo -H odc -AO /work/os-host/cpio
94952024-08-05T16:44:16.780Z[ host-image] Aug 05 16:44:15.204 INFO creating compressed cpio/unix for nanobl-rs...
94962024-08-05T16:44:16.783Z[ host-image] Aug 05 16:44:15.204 INFO exec: ["bash", "-c", "\'/work/oxidecomputer/helios/projects/pinprick/target/release/pinprick\' \'/rpool/images/build/host/work/gimlet/ramdisk/platform/oxide/kernel/amd64/unix\' >\'/work/os-host/unix.z\'"], pwd: None
94972024-08-05T16:44:17.075Z[ host-image] Aug 05 16:44:15.499 INFO exec: ["bash", "-c", "\'/work/oxidecomputer/helios/projects/pinprick/target/release/pinprick\' \'/work/os-host/cpio\' >\'/work/os-host/cpio.z\'"], pwd: None
94982024-08-05T16:44:21.415Z[ host-image] Aug 05 16:44:19.839 INFO creating reset image...
94992024-08-05T16:44:21.418Z[ host-image] Aug 05 16:44:19.839 INFO exec: ["cargo", "xtask", "build", "--release", "--cpioz", "/work/os-host/cpio.z"], pwd: Some("/work/oxidecomputer/helios/projects/phbl")
95002024-08-05T16:44:21.504Z[ host-image] Aug 05 16:44:19.927 INFO E| Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.03s
95012024-08-05T16:44:21.507Z[ host-image] Aug 05 16:44:19.928 INFO E| Running `xtask/target/debug/xtask build --release --cpioz /work/os-host/cpio.z`
95022024-08-05T16:44:21.574Z[ host-image] Aug 05 16:44:19.997 INFO E| Compiling phbl v0.1.0 (/work/oxidecomputer/helios/projects/phbl)
95032024-08-05T16:44:23.833Z[ host-image] Aug 05 16:44:22.256 INFO E| Finished `release` profile [optimized] target(s) in 2.31s
95042024-08-05T16:44:23.844Z[ host-image] Aug 05 16:44:22.267 INFO building host image...
95052024-08-05T16:44:23.847Z[ host-image] Aug 05 16:44:22.268 INFO exec: ["/work/oxidecomputer/helios/projects/amd-host-image-builder/target/debug/amd-host-image-builder", "-B", "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.a", "--config", "/work/oxidecomputer/helios/image/amd/milan-gimlet-b.efs.json5", "--output-file", "/work/os-host/rom", "--reset-image", "/work/oxidecomputer/helios/projects/phbl/target/x86_64-oxide-none-elf/release/phbl"], pwd: Some("/work/oxidecomputer/helios/projects/amd-host-image-builder")
95062024-08-05T16:44:24.329Z[ host-image] Aug 05 16:44:22.752 INFO finishing image archive at "/work/os-host/os.tar.gz"...
95072024-08-05T16:45:10.008Z[ host-image] Aug 05 16:45:08.423 INFO image complete! materials are in "/work/os-host"
95082024-08-05T16:45:10.012Z[ host-image]
95092024-08-05T16:45:10.013Z[ host-image] real 10:12.742576679
95102024-08-05T16:45:10.013Z[ host-image] user 3:54.131232513
95112024-08-05T16:45:10.013Z[ host-image] sys 49.735172296
95122024-08-05T16:45:10.013Z[ host-image] trap 0.124671754
95132024-08-05T16:45:10.013Z[ host-image] tflt 0.006564630
95142024-08-05T16:45:10.013Z[ host-image] dflt 0.032641083
95152024-08-05T16:45:10.013Z[ host-image] kflt 0.000000000
95162024-08-05T16:45:10.013Z[ host-image] lock 7:52.191128143
95172024-08-05T16:45:10.013Z[ host-image] slp 59:10.122057033
95182024-08-05T16:45:10.013Z[ host-image] lat 38.345818196
95192024-08-05T16:45:10.013ZAug 05 16:45:08.427 INFO [host-image] process exited with exit status: 0 (612.755806746s)
95202024-08-05T16:45:10.013Z[ host-image] stop 0.897917283
95212024-08-05T16:45:10.013ZAug 05 16:45:08.427 INFO [tuf-repo] running task
95222024-08-05T16:45:17.087ZAug 05 16:45:15.501 INFO assembling repository in `/tmp/tufaceousOq8cbx`, component: OmicronRepoAssembler
95232024-08-05T16:45:21.769ZAug 05 16:45:20.183 DEBG assembly successful, cleaning up, component: OmicronRepoAssembler
95242024-08-05T16:45:21.975ZAug 05 16:45:20.388 INFO artifacts assembled and archived to `/work/repo.zip`, component: OmicronRepoAssembler
95252024-08-05T16:45:33.077ZAug 05 16:45:31.489 INFO [tuf-repo] task succeeded (23.062380435s)
95262024-08-05T16:45:33.078ZAug 05 16:45:31.489 INFO all jobs completed in 1856.867852686s
95272024-08-05T16:45:33.614Zprocess exited: duration 2496191 ms, exit code 0
 
95282024-08-05T16:45:33.621Zfound 33 output files
95292024-08-05T16:45:33.621Zuploading: /work/manifest.toml (8404 bytes)
95302024-08-05T16:45:34.634Zuploaded: /work/manifest.toml
95312024-08-05T16:45:34.634Zuploading: /work/repo.zip (1757820659 bytes)
95322024-08-05T16:46:12.410Zuploaded: /work/repo.zip
95332024-08-05T16:46:12.410Zuploading: /work/repo.zip.sha256.txt (65 bytes)
95342024-08-05T16:46:13.427Zuploaded: /work/repo.zip.sha256.txt
95352024-08-05T16:46:13.427Zuploading: /work/helios-setup.log (51588 bytes)
95362024-08-05T16:46:14.462Zuploaded: /work/helios-setup.log
95372024-08-05T16:46:14.462Zuploading: /work/host-image.log (198013 bytes)
95382024-08-05T16:46:15.695Zuploaded: /work/host-image.log
95392024-08-05T16:46:15.695Zuploading: /work/host-package.log (17696 bytes)
95402024-08-05T16:46:16.706Zuploaded: /work/host-package.log
95412024-08-05T16:46:16.707Zuploading: /work/host-target.log (101 bytes)
95422024-08-05T16:46:17.718Zuploaded: /work/host-target.log
95432024-08-05T16:46:17.718Zuploading: /work/omicron-package.log (4468 bytes)
95442024-08-05T16:46:18.729Zuploaded: /work/omicron-package.log
95452024-08-05T16:46:18.729Zuploading: /work/phbl-toolchain.log (881 bytes)
95462024-08-05T16:46:19.741Zuploaded: /work/phbl-toolchain.log
95472024-08-05T16:46:19.741Zuploading: /work/recovery-image.log (593999 bytes)
95482024-08-05T16:46:20.770Zuploaded: /work/recovery-image.log
95492024-08-05T16:46:20.770Zuploading: /work/recovery-package.log (282 bytes)
95502024-08-05T16:46:21.781Zuploaded: /work/recovery-package.log
95512024-08-05T16:46:21.782Zuploading: /work/recovery-target.log (98 bytes)
95522024-08-05T16:46:22.794Zuploaded: /work/recovery-target.log
95532024-08-05T16:46:22.794Zuploading: /work/stamp-clickhouse.log (117 bytes)
95542024-08-05T16:46:23.816Zuploaded: /work/stamp-clickhouse.log
95552024-08-05T16:46:23.816Zuploading: /work/stamp-clickhouse_keeper.log (124 bytes)
95562024-08-05T16:46:24.841Zuploaded: /work/stamp-clickhouse_keeper.log
95572024-08-05T16:46:24.841Zuploading: /work/stamp-cockroachdb.log (118 bytes)
95582024-08-05T16:46:25.852Zuploaded: /work/stamp-cockroachdb.log
95592024-08-05T16:46:25.852Zuploading: /work/stamp-crucible-dtrace.log (71 bytes)
95602024-08-05T16:46:26.864Zuploaded: /work/stamp-crucible-dtrace.log
95612024-08-05T16:46:26.864Zuploading: /work/stamp-crucible-pantry-zone.log (127 bytes)
95622024-08-05T16:46:27.875Zuploaded: /work/stamp-crucible-pantry-zone.log
95632024-08-05T16:46:27.875Zuploading: /work/stamp-crucible-zone.log (120 bytes)
95642024-08-05T16:46:28.886Zuploaded: /work/stamp-crucible-zone.log
95652024-08-05T16:46:28.887Zuploading: /work/stamp-external-dns.log (119 bytes)
95662024-08-05T16:46:29.899Zuploaded: /work/stamp-external-dns.log
95672024-08-05T16:46:29.899Zuploading: /work/stamp-installinator.log (103 bytes)
95682024-08-05T16:46:30.910Zuploaded: /work/stamp-installinator.log
95692024-08-05T16:46:30.910Zuploading: /work/stamp-internal-dns.log (119 bytes)
95702024-08-05T16:46:31.921Zuploaded: /work/stamp-internal-dns.log
95712024-08-05T16:46:31.921Zuploading: /work/stamp-mg-ddm-gz.log (99 bytes)
95722024-08-05T16:46:32.938Zuploaded: /work/stamp-mg-ddm-gz.log
95732024-08-05T16:46:32.938Zuploading: /work/stamp-nexus.log (112 bytes)
95742024-08-05T16:46:33.953Zuploaded: /work/stamp-nexus.log
95752024-08-05T16:46:33.953Zuploading: /work/stamp-ntp.log (110 bytes)
95762024-08-05T16:46:34.964Zuploaded: /work/stamp-ntp.log
95772024-08-05T16:46:34.964Zuploading: /work/stamp-omicron-sled-agent.log (122 bytes)
95782024-08-05T16:46:35.979Zuploaded: /work/stamp-omicron-sled-agent.log
95792024-08-05T16:46:35.979Zuploading: /work/stamp-overlay.log (66 bytes)
95802024-08-05T16:46:36.991Zuploaded: /work/stamp-overlay.log
95812024-08-05T16:46:36.991Zuploading: /work/stamp-oximeter.log (115 bytes)
95822024-08-05T16:46:38.006Zuploaded: /work/stamp-oximeter.log
95832024-08-05T16:46:38.006Zuploading: /work/stamp-oxlog.log (109 bytes)
95842024-08-05T16:46:39.019Zuploaded: /work/stamp-oxlog.log
95852024-08-05T16:46:39.019Zuploading: /work/stamp-probe.log (112 bytes)
95862024-08-05T16:46:40.030Zuploaded: /work/stamp-probe.log
95872024-08-05T16:46:40.030Zuploading: /work/stamp-propolis-server.log (122 bytes)
95882024-08-05T16:46:41.049Zuploaded: /work/stamp-propolis-server.log
95892024-08-05T16:46:41.049Zuploading: /work/stamp-pumpkind-gz.log (115 bytes)
95902024-08-05T16:46:42.060Zuploaded: /work/stamp-pumpkind-gz.log
95912024-08-05T16:46:42.060Zuploading: /work/stamp-switch-asic.log (118 bytes)
95922024-08-05T16:46:43.074Zuploaded: /work/stamp-switch-asic.log
95932024-08-05T16:46:43.074Zuploading: /work/verify-libraries.log (1581 bytes)
95942024-08-05T16:46:44.088Zuploaded: /work/verify-libraries.log