01J7BW4JDZS415625B75E3B8H5: 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: 01J7BW4ZP1SNG5XRS2F3VRVWXD

Tags:

Artefacts:

Output:

SEQ GLOBAL TIME DETAILS
12024-09-09T17:09:38.074Zjob assigned to worker 01J7BW4ZPKNDG8GH82HQ4DN3F1 (queued for 44 s)
 
22024-09-09T17:09:45.802Zstarting task 0: "setup"
32024-09-09T17:09:45.809Z++ uname -s
42024-09-09T17:09:45.812Z+ kern=SunOS
52024-09-09T17:09:45.812Z+ case "$kern" in
62024-09-09T17:09:45.812Z+ groupadd -g 12345 build
72024-09-09T17:09:45.814Z+ useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build
82024-09-09T17:09:47.825Z+ zfs create -o mountpoint=/work rpool/work
92024-09-09T17:09:47.919Z++ awk '$2 == "/home" { print $3 }' /etc/mnttab
102024-09-09T17:09:47.922Z+ home_fs=zfs
112024-09-09T17:09:47.922Z+ [[ zfs == autofs ]]
122024-09-09T17:09:47.922Z+ mkdir -p /home/build
132024-09-09T17:09:47.924Z+ chown build:build /home/build /work
142024-09-09T17:09:49.927Z+ chmod 0700 /home/build /work
152024-09-09T17:09:49.930Zprocess exited: duration 4129 ms, exit code 0
 
162024-09-09T17:09:49.937Zstarting task 1: "rust-toolchain"
172024-09-09T17:09:49.940Z+ printf ' * toolchain channel = "%s"
182024-09-09T17:09:49.940Z' 1.80.1
192024-09-09T17:09:49.940Z+ printf ' * toolchain profile = "%s"
202024-09-09T17:09:49.940Z' default
212024-09-09T17:09:49.940Z * toolchain channel = "1.80.1"
222024-09-09T17:09:49.940Z * toolchain profile = "default"
232024-09-09T17:09:49.943Z+ curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs
242024-09-09T17:09:49.943Z+ /bin/bash -s - -y --no-modify-path --default-toolchain 1.80.1 --profile default
252024-09-09T17:09:50.061Zinfo: downloading installer
262024-09-09T17:09:51.542Zinfo: profile set to 'default'
272024-09-09T17:09:51.542Zinfo: default host triple is x86_64-unknown-illumos
282024-09-09T17:09:51.544Zinfo: syncing channel updates for '1.80.1-x86_64-unknown-illumos'
292024-09-09T17:09:51.686Zinfo: latest update on 2024-08-08, rust version 1.80.1 (3f5fd8dd4 2024-08-06)
302024-09-09T17:09:51.686Zinfo: downloading component 'cargo'
312024-09-09T17:09:52.509Zinfo: downloading component 'clippy'
322024-09-09T17:09:52.802Zinfo: downloading component 'rust-docs'
332024-09-09T17:09:53.946Zinfo: downloading component 'rust-std'
342024-09-09T17:09:55.555Zinfo: downloading component 'rustc'
352024-09-09T17:10:00.076Zinfo: downloading component 'rustfmt'
362024-09-09T17:10:00.314Zinfo: installing component 'cargo'
372024-09-09T17:10:01.141Zinfo: installing component 'clippy'
382024-09-09T17:10:01.519Zinfo: installing component 'rust-docs'
392024-09-09T17:10:03.152Zinfo: installing component 'rust-std'
402024-09-09T17:10:04.871Zinfo: installing component 'rustc'
412024-09-09T17:10:09.179Zinfo: installing component 'rustfmt'
422024-09-09T17:10:09.528Zinfo: default toolchain set to '1.80.1-x86_64-unknown-illumos'
432024-09-09T17:10:09.528Z
442024-09-09T17:10:09.793Z 1.80.1-x86_64-unknown-illumos installed - rustc 1.80.1 (3f5fd8dd4 2024-08-06)
452024-09-09T17:10:09.793Z
462024-09-09T17:10:09.795Z
472024-09-09T17:10:09.795ZRust is installed now. Great!
482024-09-09T17:10:09.795Z
492024-09-09T17:10:09.795ZTo get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
502024-09-09T17:10:09.795Zenvironment variable. This has not been done automatically.
512024-09-09T17:10:09.795Z
522024-09-09T17:10:09.795ZTo configure your current shell, you need to source
532024-09-09T17:10:09.795Zthe corresponding env file under $HOME/.cargo.
542024-09-09T17:10:09.795Z
552024-09-09T17:10:09.795ZThis is usually done by running one of the following (note the leading DOT):
562024-09-09T17:10:09.796Z. "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh
572024-09-09T17:10:09.796Zsource "$HOME/.cargo/env.fish" # For fish
582024-09-09T17:10:09.849Z+ rustc --version
592024-09-09T17:10:09.913Zrustc 1.80.1 (3f5fd8dd4 2024-08-06)
602024-09-09T17:10:09.916Zprocess exited: duration 19979 ms, exit code 0
 
612024-09-09T17:10:09.921Zstarting task 2: "authentication"
622024-09-09T17:10:09.941Zprocess exited: duration 20 ms, exit code 0
 
632024-09-09T17:10:09.947Zstarting task 3: "clone repository"
642024-09-09T17:10:09.952Z+ mkdir -p /work/oxidecomputer/omicron
652024-09-09T17:10:09.954Z+ git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron
662024-09-09T17:10:10.212ZCloning into '/work/oxidecomputer/omicron'...
672024-09-09T17:10:16.311Z+ cd /work/oxidecomputer/omicron
682024-09-09T17:10:16.311Z+ git fetch origin be18651bc8c7177760b88d22755695966645f1eb
692024-09-09T17:10:16.610ZFrom https://github.com/oxidecomputer/omicron
702024-09-09T17:10:16.610Z * branch be18651bc8c7177760b88d22755695966645f1eb -> FETCH_HEAD
712024-09-09T17:10:16.620Z+ [[ -n retry-timeseries-to-delete ]]
722024-09-09T17:10:16.623Z++ git branch --show-current
732024-09-09T17:10:16.625Z+ current=main
742024-09-09T17:10:16.625Z+ [[ main != retry-timeseries-to-delete ]]
752024-09-09T17:10:16.625Z+ git branch -f retry-timeseries-to-delete be18651bc8c7177760b88d22755695966645f1eb
762024-09-09T17:10:16.628Z+ git checkout -f retry-timeseries-to-delete
772024-09-09T17:10:16.784ZSwitched to branch 'retry-timeseries-to-delete'
782024-09-09T17:10:16.787Z+ git reset --hard be18651bc8c7177760b88d22755695966645f1eb
792024-09-09T17:10:16.799ZHEAD is now at be18651bc Use retry_notify_ext
802024-09-09T17:10:16.802Zprocess exited: duration 6852 ms, exit code 0
 
812024-09-09T17:10:16.807Zstarting task 4: "build"
822024-09-09T17:10:16.812Z+ cargo --version
832024-09-09T17:10:16.866Zcargo 1.80.1 (376290515 2024-07-16)
842024-09-09T17:10:16.868Z+ rustc --version
852024-09-09T17:10:16.926Zrustc 1.80.1 (3f5fd8dd4 2024-08-06)
862024-09-09T17:10:16.928Z+ ptime -m ./tools/install_builder_prerequisites.sh -yp
872024-09-09T17:10:24.132Z Startup: Refreshing catalog 'helios-dev' ... Done
882024-09-09T17:10:26.905Z Startup: Caching catalogs ... Done
892024-09-09T17:10:29.161ZPlanning: Solver setup ... Done (1.700s)
902024-09-09T17:10:29.191ZPlanning: Running solver ... Done (0.030s)
912024-09-09T17:10:29.388ZPlanning: Finding local manifests ... Done (0.157s)
922024-09-09T17:10:29.413ZPlanning: Fetching manifests: 0/5 0% complete
932024-09-09T17:10:30.035ZPlanning: Fetching manifests: 5/5 100% complete
942024-09-09T17:10:30.502ZPlanning: Package planning ... Done (0.467s)
952024-09-09T17:10:30.559ZPlanning: Merging actions ... Done (0.056s)
962024-09-09T17:10:32.544ZPlanning: Checking for conflicting actions ... Done (1.985s)
972024-09-09T17:10:45.077ZPlanning: Consolidating action changes ... Done (12.531s)
982024-09-09T17:10:45.523ZPlanning: Evaluating mediators ... Done (0.445s)
992024-09-09T17:10:45.728ZPlanning: Planning completed in 18.75 seconds
1002024-09-09T17:10:47.299Z Packages to install: 4
1012024-09-09T17:10:47.299Z Packages to update: 1
1022024-09-09T17:10:47.299Z Mediators to change: 2
1032024-09-09T17:10:47.301Z Services to change: 1
1042024-09-09T17:10:47.301Z Estimated space available: 155.72 GB
1052024-09-09T17:10:47.301ZEstimated space to be consumed: 1.53 GB
1062024-09-09T17:10:47.301Z Create boot environment: No
1072024-09-09T17:10:47.301ZCreate backup boot environment: Yes
1082024-09-09T17:10:47.301Z Rebuild boot archive: No
1092024-09-09T17:10:47.301Z
1102024-09-09T17:10:47.302ZChanged mediators:
1112024-09-09T17:10:47.302Z mediator clang:
1122024-09-09T17:10:47.302Z version: None -> 15 (system default)
1132024-09-09T17:10:47.302Z
1142024-09-09T17:10:47.302Z mediator llvm:
1152024-09-09T17:10:47.302Z version: 14 (system default) -> 15 (system default)
1162024-09-09T17:10:47.302Z
1172024-09-09T17:10:47.302ZChanged packages:
1182024-09-09T17:10:47.302Zhelios-dev
1192024-09-09T17:10:47.302Z developer/build-essential
1202024-09-09T17:10:47.302Z None -> 11-2.0
1212024-09-09T17:10:47.302Z library/libxmlsec1
1222024-09-09T17:10:47.302Z None -> 1.2.35-2.0
1232024-09-09T17:10:47.302Z ooce/developer/clang-15
1242024-09-09T17:10:47.302Z None -> 15.0.7-2.0
1252024-09-09T17:10:47.302Z ooce/developer/llvm-15
1262024-09-09T17:10:47.302Z None -> 15.0.7-2.0
1272024-09-09T17:10:47.302Z package/pkg
1282024-09-09T17:10:47.302Z 0.5.11-2.0 -> 0.5.11-2.1.6412
1292024-09-09T17:10:47.302Z
1302024-09-09T17:10:47.302ZServices:
1312024-09-09T17:10:47.302Z restart_fmri:
1322024-09-09T17:10:47.302Z svc:/system/update-man-index:default
1332024-09-09T17:10:47.302Z
1342024-09-09T17:10:47.302ZEditable files to change:
1352024-09-09T17:10:47.302Z Update:
1362024-09-09T17:10:47.302Z usr/share/lib/pkg/web/config.shtml
1372024-09-09T17:10:47.988Z
1382024-09-09T17:10:47.988ZDownload: 0/4281 items 0.0/220.6MB 0% complete
1392024-09-09T17:10:52.989ZDownload: 1115/4281 items 46.1/220.6MB 20% complete (9.1M/s)
1402024-09-09T17:10:57.989ZDownload: 2033/4281 items 118.6/220.6MB 53% complete (12.0M/s)
1412024-09-09T17:11:02.990ZDownload: 3243/4281 items 181.8/220.6MB 82% complete (13.6M/s)
1422024-09-09T17:11:07.506ZDownload: Completed 220.60 MB in 19.52 seconds (11.3M/s)
1432024-09-09T17:11:11.128Z Actions: 1/5063 actions (Removing old actions)
1442024-09-09T17:11:11.143Z Actions: 194/5063 actions (Installing new actions)
1452024-09-09T17:11:16.505Z Actions: 4099/5063 actions (Installing new actions)
1462024-09-09T17:11:17.589Z Actions: 4226/5063 actions (Updating modified actions)
1472024-09-09T17:11:18.015Z Actions: Completed 5063 actions in 6.84 seconds.
1482024-09-09T17:11:18.320Z Done (0.287s)
1492024-09-09T17:11:18.360Z Done (0.000s)
1502024-09-09T17:11:18.659Z Done (0.386s)
1512024-09-09T17:11:27.056Z Done (8.229s)
1522024-09-09T17:11:27.756Z Done (0.622s)
1532024-09-09T17:11:27.758Z Done (0.000s)
1542024-09-09T17:11:27.924Z Done (0.000s)
1552024-09-09T17:11:28.531ZPlanning: Evaluating mediator changes ... Done
1562024-09-09T17:11:28.691ZPlanning: Checking for conflicting actions ... Done
1572024-09-09T17:11:28.694ZPlanning: Consolidating action changes ... Done
1582024-09-09T17:11:28.956ZPlanning: Evaluating mediators ... Done
1592024-09-09T17:11:28.958ZPlanning: Planning completed in 0.43 seconds
1602024-09-09T17:11:28.994Z Mediators to change: 2
1612024-09-09T17:11:28.994Z Create boot environment: No
1622024-09-09T17:11:28.996ZCreate backup boot environment: No
1632024-09-09T17:11:29.109Z Done
1642024-09-09T17:11:29.109Z Done
1652024-09-09T17:11:29.353Z Done
1662024-09-09T17:11:33.073Z Done
1672024-09-09T17:11:33.162Z Done
1682024-09-09T17:11:33.165Z Done
1692024-09-09T17:11:33.265Z Done
1702024-09-09T17:11:33.869ZPlanning: Evaluating mediator changes ... Done
1712024-09-09T17:11:33.871ZPlanning: Merging actions ... Done
1722024-09-09T17:11:34.063ZPlanning: Checking for conflicting actions ... Done
1732024-09-09T17:11:34.067ZPlanning: Consolidating action changes ... Done
1742024-09-09T17:11:34.327ZPlanning: Evaluating mediators ... Done
1752024-09-09T17:11:34.381ZPlanning: Planning completed in 0.75 seconds
1762024-09-09T17:11:34.420Z Packages to change: 1
1772024-09-09T17:11:34.420Z Mediators to change: 1
1782024-09-09T17:11:34.422Z Services to change: 1
1792024-09-09T17:11:34.422Z Create boot environment: No
1802024-09-09T17:11:34.422ZCreate backup boot environment: Yes
1812024-09-09T17:11:36.214Z Actions: 1/6 actions (Updating modified actions)
1822024-09-09T17:11:36.364Z Actions: Completed 6 actions in 0.15 seconds.
1832024-09-09T17:11:36.367Z Done
1842024-09-09T17:11:36.367Z Done
1852024-09-09T17:11:36.445Z Done
1862024-09-09T17:11:40.037Z Done
1872024-09-09T17:11:40.126Z Done
1882024-09-09T17:11:40.129Z Done
1892024-09-09T17:11:40.257Z Done
1902024-09-09T17:11:40.686ZMEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION
1912024-09-09T17:11:40.686Zclang system 15 system
1922024-09-09T17:11:40.686Zcsh system system illumos
1932024-09-09T17:11:40.686Zctags system system illumos
1942024-09-09T17:11:40.686Zgcc vendor 12 vendor
1952024-09-09T17:11:40.686Zgcc system 10 system
1962024-09-09T17:11:40.686Zgcc system 7 system
1972024-09-09T17:11:40.686Zgo system 1.20 system
1982024-09-09T17:11:40.686Zgo system 1.19 system
1992024-09-09T17:11:40.686Zllvm system 15 system
2002024-09-09T17:11:40.686Zllvm system 14 system
2012024-09-09T17:11:40.686Zmariadb system 10.6 system
2022024-09-09T17:11:40.686Zmta vendor vendor dma
2032024-09-09T17:11:40.686Zopenjdk system 17 system
2042024-09-09T17:11:40.686Zopenjdk system 11 system
2052024-09-09T17:11:40.686Zopenjdk system 1.8 system
2062024-09-09T17:11:40.686Zopenssl vendor 3 vendor
2072024-09-09T17:11:40.686Zperl system 5.36 system
2082024-09-09T17:11:40.687Zpostgresql system 15 system
2092024-09-09T17:11:40.687Zpostgresql system 13 system
2102024-09-09T17:11:40.687Zpython vendor 3 vendor
2112024-09-09T17:11:40.687Zpython system 2 system
2122024-09-09T17:11:40.687Zpython3 system 3.11 system
2132024-09-09T17:11:40.687Zruby system 3.0 system
2142024-09-09T17:11:40.687Zwords vendor vendor american-english
2152024-09-09T17:11:40.687Zwords system system australian-english
2162024-09-09T17:11:40.687Zwords system system british-english
2172024-09-09T17:11:40.687Zwords system system canadian-english
2182024-09-09T17:11:40.687Zwords system system french
2192024-09-09T17:11:40.687Zwords system system italian
2202024-09-09T17:11:40.687Zwords system system ngerman
2212024-09-09T17:11:40.687Zwords system system ogerman
2222024-09-09T17:11:40.687Zwords system system spanish
2232024-09-09T17:11:41.012ZPUBLISHER TYPE STATUS P LOCATION
2242024-09-09T17:11:41.012Zhelios-dev origin online F https://pkg.oxide.computer/helios/2/dev/
2252024-09-09T17:11:42.819ZFMRI IFO
2262024-09-09T17:11:42.819Zpkg://helios-dev/developer/build-essential@11-2.0:20230623T110919Z im-
2272024-09-09T17:11:42.819Zpkg://helios-dev/developer/pkg-config@0.29.2-2.0:20230621T191911Z i--
2282024-09-09T17:11:42.819Zpkg://helios-dev/library/libxmlsec1@1.2.35-2.0:20230624T123441Z im-
2292024-09-09T17:11:42.819Zpkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20231012T123315Z im-
2302024-09-09T17:11:42.819Zpkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20230623T141037Z ---
2312024-09-09T17:11:42.820Zpkg://helios-dev/ooce/library/postgresql-13@13.11-2.0:20230623T123131Z i--
2322024-09-09T17:11:42.820Zpkg://helios-dev/package/pkg@0.5.11-2.1.6412:20240822T193324Z im-
2332024-09-09T17:11:42.820Zpkg://helios-dev/package/pkg@0.5.11-2.0:20231020T135332Z ---
2342024-09-09T17:11:42.820Zpkg://helios-dev/package/pkg@0.5.11-2.0:20230621T202036Z ---
2352024-09-09T17:11:42.820Zpkg://helios-dev/system/library/g++-runtime@13-2.0:20231118T213948Z i--
2362024-09-09T17:11:42.820Zpkg://helios-dev/system/library/g++-runtime@12-2.0:20230621T201406Z ---
2372024-09-09T17:11:42.820Zpkg://helios-dev/system/library/gcc-runtime@13-2.0:20231118T213832Z i--
2382024-09-09T17:11:42.820Zpkg://helios-dev/system/library/gcc-runtime@12-2.0:20230621T201432Z ---
2392024-09-09T17:11:43.432Z Updating git repository `https://github.com/oxidecomputer/pq-sys`
2402024-09-09T17:11:43.703Z Updating crates.io index
2412024-09-09T17:11:43.706Z Updating git repository `https://github.com/oxidecomputer/dropshot`
2422024-09-09T17:11:44.457Z Updating git repository `https://github.com/oxidecomputer/maghemite`
2432024-09-09T17:11:45.183Z Updating git repository `https://github.com/oxidecomputer/oxnet`
2442024-09-09T17:11:45.439Z Updating git repository `https://github.com/oxidecomputer/progenitor`
2452024-09-09T17:11:46.911Z Updating git repository `https://github.com/oxidecomputer/serde_human_bytes`
2462024-09-09T17:11:47.168Z Updating git repository `https://github.com/oxidecomputer/slog-error-chain`
2472024-09-09T17:11:47.427Z Updating git repository `https://github.com/oxidecomputer/propolis`
2482024-09-09T17:11:48.617Z Updating git repository `https://github.com/oxidecomputer/crucible`
2492024-09-09T17:11:50.539Z Updating git repository `https://github.com/oxidecomputer/opte`
2502024-09-09T17:11:51.565Z Updating git repository `https://github.com/oxidecomputer/falcon`
2512024-09-09T17:11:52.367Z Updating git repository `https://github.com/oxidecomputer/openapi-lint`
2522024-09-09T17:11:52.667Z Updating git repository `https://github.com/oxidecomputer/management-gateway-service`
2532024-09-09T17:11:53.184Z Updating git repository `https://github.com/oxidecomputer/libipcc`
2542024-09-09T17:11:53.492Z Updating git repository `https://github.com/oxidecomputer/diesel-dtrace`
2552024-09-09T17:11:53.812Z Updating git repository `https://github.com/oxidecomputer/qorb`
2562024-09-09T17:11:54.089Z Updating git repository `https://github.com/oxidecomputer/tofino`
2572024-09-09T17:11:54.375Z Updating git repository `https://github.com/oxidecomputer/illumos-devinfo`
2582024-09-09T17:11:54.750Z Updating git repository `https://github.com/oxidecomputer/libefi-illumos`
2592024-09-09T17:11:54.979Z Updating git repository `https://github.com/oxidecomputer/libnvme`
2602024-09-09T17:11:55.278Z Updating git repository `https://github.com/oxidecomputer/clickward`
2612024-09-09T17:11:55.557Z Updating git repository `https://github.com/oxidecomputer/hubtools.git`
2622024-09-09T17:11:55.874Z Updating git repository `https://github.com/oxidecomputer/ispf`
2632024-09-09T17:11:56.196Z Updating git repository `https://github.com/oxidecomputer/poptrie`
2642024-09-09T17:11:56.521Z Updating git repository `https://github.com/oxidecomputer/netadm-sys`
2652024-09-09T17:11:57.000Z Updating git repository `https://github.com/oxidecomputer/tlvc.git`
2662024-09-09T17:11:57.339Z Updating git repository `https://github.com/oxidecomputer/lpc55_support`
2672024-09-09T17:11:57.771Z Updating git repository `https://github.com/oxidecomputer/typify`
2682024-09-09T17:12:00.030Z Updating git repository `https://github.com/oxidecomputer/dlpi-sys`
2692024-09-09T17:12:00.268Z Updating git repository `https://github.com/jmesmon/rust-libzfs`
2702024-09-09T17:12:00.554Z Updating git repository `https://github.com/oxidecomputer/rusty-doors`
2712024-09-09T17:12:00.902Z Updating git repository `https://github.com/oxidecomputer/rfb`
2722024-09-09T17:12:02.281Z Downloading crates ...
2732024-09-09T17:12:02.380Z Downloaded anstream v0.6.14
2742024-09-09T17:12:02.383Z Downloaded dtrace-parser v0.2.0
2752024-09-09T17:12:02.386Z Downloaded is_terminal_polyfill v1.70.0
2762024-09-09T17:12:02.393Z Downloaded scroll_derive v0.12.0
2772024-09-09T17:12:02.396Z Downloaded usdt-attr-macro v0.5.0
2782024-09-09T17:12:02.396Z Downloaded swrite v0.1.0
2792024-09-09T17:12:02.401Z Downloaded anstyle v1.0.8
2802024-09-09T17:12:02.404Z Downloaded heck v0.5.0
2812024-09-09T17:12:02.404Z Downloaded cargo-platform v0.1.8
2822024-09-09T17:12:02.407Z Downloaded anstyle-query v1.0.3
2832024-09-09T17:12:02.407Z Downloaded fastrand v2.1.0
2842024-09-09T17:12:02.410Z Downloaded cpufeatures v0.2.12
2852024-09-09T17:12:02.413Z Downloaded equivalent v1.0.1
2862024-09-09T17:12:02.415Z Downloaded pretty-hex v0.4.1
2872024-09-09T17:12:02.426Z Downloaded fs-err v2.11.0
2882024-09-09T17:12:02.428Z Downloaded bytecount v0.6.8
2892024-09-09T17:12:02.431Z Downloaded autocfg v1.3.0
2902024-09-09T17:12:02.433Z Downloaded plain v0.2.3
2912024-09-09T17:12:02.433Z Downloaded usdt-macro v0.5.0
2922024-09-09T17:12:02.433Z Downloaded toml_datetime v0.6.8
2932024-09-09T17:12:02.436Z Downloaded memmap v0.7.0
2942024-09-09T17:12:02.436Z Downloaded digest v0.10.7
2952024-09-09T17:12:02.439Z Downloaded thiserror-impl v1.0.63
2962024-09-09T17:12:02.439Z Downloaded serde_tokenstream v0.2.2
2972024-09-09T17:12:02.441Z Downloaded version_check v0.9.5
2982024-09-09T17:12:02.450Z Downloaded clap_lex v0.7.0
2992024-09-09T17:12:02.452Z Downloaded thread-id v4.2.1
3002024-09-09T17:12:02.454Z Downloaded byteorder v1.5.0
3012024-09-09T17:12:02.457Z Downloaded itoa v1.0.11
3022024-09-09T17:12:02.457Z Downloaded errno v0.3.9
3032024-09-09T17:12:02.459Z Downloaded crypto-common v0.1.6
3042024-09-09T17:12:02.459Z Downloaded heck v0.4.1
3052024-09-09T17:12:02.461Z Downloaded camino-tempfile v1.1.1
3062024-09-09T17:12:02.461Z Downloaded dof v0.3.0
3072024-09-09T17:12:02.464Z Downloaded cargo_metadata v0.18.1
3082024-09-09T17:12:02.464Z Downloaded anstyle-parse v0.2.4
3092024-09-09T17:12:02.466Z Downloaded usdt-impl v0.5.0
3102024-09-09T17:12:02.469Z Downloaded strsim v0.11.1
3112024-09-09T17:12:02.469Z Downloaded utf8parse v0.2.1
3122024-09-09T17:12:02.472Z Downloaded unicode-linebreak v0.1.5
3132024-09-09T17:12:02.472Z Downloaded thiserror v1.0.63
3142024-09-09T17:12:02.474Z Downloaded pest_generator v2.7.10
3152024-09-09T17:12:02.477Z Downloaded smawk v0.3.2
3162024-09-09T17:12:02.477Z Downloaded serde_spanned v0.6.7
3172024-09-09T17:12:02.479Z Downloaded proc-macro-error-attr v1.0.4
3182024-09-09T17:12:02.479Z Downloaded macaddr v1.0.1
3192024-09-09T17:12:02.482Z Downloaded clap_derive v4.5.13
3202024-09-09T17:12:02.482Z Downloaded generic-array v0.14.7
3212024-09-09T17:12:02.484Z Downloaded sha2 v0.10.8
3222024-09-09T17:12:02.487Z Downloaded scroll v0.12.0
3232024-09-09T17:12:02.487Z Downloaded zerocopy-derive v0.7.34
3242024-09-09T17:12:02.491Z Downloaded tempfile v3.10.1
3252024-09-09T17:12:02.493Z Downloaded pest_derive v2.7.10
3262024-09-09T17:12:02.496Z Downloaded usdt v0.5.0
3272024-09-09T17:12:02.498Z Downloaded terminal_size v0.3.0
3282024-09-09T17:12:02.498Z Downloaded once_cell v1.19.0
3292024-09-09T17:12:02.501Z Downloaded fnv v1.0.7
3302024-09-09T17:12:02.501Z Downloaded tabled_derive v0.7.0
3312024-09-09T17:12:02.501Z Downloaded block-buffer v0.10.4
3322024-09-09T17:12:02.504Z Downloaded log v0.4.21
3332024-09-09T17:12:02.507Z Downloaded papergrid v0.11.0
3342024-09-09T17:12:02.509Z Downloaded quote v1.0.36
3352024-09-09T17:12:02.511Z Downloaded semver v1.0.23
3362024-09-09T17:12:02.514Z Downloaded cargo_toml v0.20.4
3372024-09-09T17:12:02.516Z Downloaded proc-macro2 v1.0.86
3382024-09-09T17:12:02.519Z Downloaded unicode-ident v1.0.12
3392024-09-09T17:12:02.521Z Downloaded camino v1.1.9
3402024-09-09T17:12:02.521Z Downloaded proc-macro-error v1.0.4
3412024-09-09T17:12:02.524Z Downloaded typenum v1.17.0
3422024-09-09T17:12:02.526Z Downloaded anyhow v1.0.86
3432024-09-09T17:12:02.530Z Downloaded toml v0.8.19
3442024-09-09T17:12:02.533Z Downloaded serde_derive v1.0.208
3452024-09-09T17:12:02.535Z Downloaded ucd-trie v0.1.6
3462024-09-09T17:12:02.538Z Downloaded textwrap v0.16.1
3472024-09-09T17:12:02.540Z Downloaded pest_meta v2.7.10
3482024-09-09T17:12:02.543Z Downloaded colorchoice v1.0.1
3492024-09-09T17:12:02.543Z Downloaded clap v4.5.16
3502024-09-09T17:12:02.550Z Downloaded bitflags v2.6.0
3512024-09-09T17:12:02.555Z Downloaded serde v1.0.208
3522024-09-09T17:12:02.557Z Downloaded ryu v1.0.18
3532024-09-09T17:12:02.560Z Downloaded cfg-if v1.0.0
3542024-09-09T17:12:02.562Z Downloaded indexmap v2.4.0
3552024-09-09T17:12:02.574Z Downloaded memchr v2.7.2
3562024-09-09T17:12:02.581Z Downloaded hashbrown v0.14.5
3572024-09-09T17:12:02.588Z Downloaded toml_edit v0.22.20
3582024-09-09T17:12:02.609Z Downloaded pest v2.7.10
3592024-09-09T17:12:02.616Z Downloaded zerocopy v0.7.34
3602024-09-09T17:12:02.632Z Downloaded winnow v0.6.18
3612024-09-09T17:12:02.639Z Downloaded serde_json v1.0.125
3622024-09-09T17:12:02.646Z Downloaded clap_builder v4.5.15
3632024-09-09T17:12:02.652Z Downloaded tabled v0.15.0
3642024-09-09T17:12:02.667Z Downloaded goblin v0.8.2
3652024-09-09T17:12:02.674Z Downloaded syn v2.0.74
3662024-09-09T17:12:02.685Z Downloaded syn v1.0.109
3672024-09-09T17:12:02.694Z Downloaded rustix v0.38.34
3682024-09-09T17:12:02.715Z Downloaded unicode-width v0.1.13
3692024-09-09T17:12:02.729Z Downloaded libc v0.2.158
3702024-09-09T17:12:03.032Z Compiling proc-macro2 v1.0.86
3712024-09-09T17:12:03.035Z Compiling unicode-ident v1.0.12
3722024-09-09T17:12:03.035Z Compiling serde v1.0.208
3732024-09-09T17:12:03.035Z Compiling version_check v0.9.5
3742024-09-09T17:12:03.035Z Compiling thiserror v1.0.63
3752024-09-09T17:12:03.035Z Compiling memchr v2.7.2
3762024-09-09T17:12:03.035Z Compiling libc v0.2.158
3772024-09-09T17:12:03.066Z Compiling itoa v1.0.11
3782024-09-09T17:12:03.285Z Compiling ryu v1.0.18
3792024-09-09T17:12:03.374Z Compiling ucd-trie v0.1.6
3802024-09-09T17:12:03.846Z Compiling once_cell v1.19.0
3812024-09-09T17:12:03.883Z Compiling byteorder v1.5.0
3822024-09-09T17:12:04.142Z Compiling serde_json v1.0.125
3832024-09-09T17:12:04.447Z Compiling rustix v0.38.34
3842024-09-09T17:12:05.989Z Compiling bitflags v2.6.0
3852024-09-09T17:12:06.031Z Compiling usdt-impl v0.5.0
3862024-09-09T17:12:06.070Z Compiling proc-macro-error-attr v1.0.4
3872024-09-09T17:12:06.161Z Compiling syn v1.0.109
3882024-09-09T17:12:06.368Z Compiling proc-macro-error v1.0.4
3892024-09-09T17:12:06.434Z Compiling log v0.4.21
3902024-09-09T17:12:06.485Z Compiling hashbrown v0.14.5
3912024-09-09T17:12:06.524Z Compiling plain v0.2.3
3922024-09-09T17:12:06.659Z Compiling camino v1.1.9
3932024-09-09T17:12:06.684Z Compiling equivalent v1.0.1
3942024-09-09T17:12:06.801Z Compiling thread-id v4.2.1
3952024-09-09T17:12:06.805Z Compiling utf8parse v0.2.1
3962024-09-09T17:12:06.866Z Compiling quote v1.0.36
3972024-09-09T17:12:06.956Z Compiling anstyle-parse v0.2.4
3982024-09-09T17:12:06.992Z Compiling semver v1.0.23
3992024-09-09T17:12:07.264Z Compiling syn v2.0.74
4002024-09-09T17:12:07.316Z Compiling errno v0.3.9
4012024-09-09T17:12:07.568Z Compiling colorchoice v1.0.1
4022024-09-09T17:12:07.615Z Compiling pretty-hex v0.4.1
4032024-09-09T17:12:07.642Z Compiling indexmap v2.4.0
4042024-09-09T17:12:07.724Z Compiling anstyle v1.0.8
4052024-09-09T17:12:07.748Z Compiling unicode-width v0.1.13
4062024-09-09T17:12:07.818Z Compiling autocfg v1.3.0
4072024-09-09T17:12:07.983Z Compiling winnow v0.6.18
4082024-09-09T17:12:08.191Z Compiling is_terminal_polyfill v1.70.0
4092024-09-09T17:12:08.323Z Compiling anstyle-query v1.0.3
4102024-09-09T17:12:08.472Z Compiling anstream v0.6.14
4112024-09-09T17:12:08.764Z Compiling fs-err v2.11.0
4122024-09-09T17:12:09.102Z Compiling bytecount v0.6.8
4132024-09-09T17:12:09.157Z Compiling cfg-if v1.0.0
4142024-09-09T17:12:09.187Z Compiling heck v0.5.0
4152024-09-09T17:12:09.210Z Compiling fastrand v2.1.0
4162024-09-09T17:12:09.251Z Compiling heck v0.4.1
4172024-09-09T17:12:09.313Z Compiling clap_lex v0.7.0
4182024-09-09T17:12:09.693Z Compiling terminal_size v0.3.0
4192024-09-09T17:12:09.735Z Compiling strsim v0.11.1
4202024-09-09T17:12:09.763Z Compiling anyhow v1.0.86
4212024-09-09T17:12:09.807Z Compiling fnv v1.0.7
4222024-09-09T17:12:09.874Z Compiling tempfile v3.10.1
4232024-09-09T17:12:10.302Z Compiling clap_builder v4.5.15
4242024-09-09T17:12:10.610Z Compiling papergrid v0.11.0
4252024-09-09T17:12:10.718Z Compiling memmap v0.7.0
4262024-09-09T17:12:10.743Z Compiling smawk v0.3.2
4272024-09-09T17:12:10.822Z Compiling unicode-linebreak v0.1.5
4282024-09-09T17:12:11.295Z Compiling textwrap v0.16.1
4292024-09-09T17:12:11.550Z Compiling swrite v0.1.0
4302024-09-09T17:12:12.671Z Compiling tabled_derive v0.7.0
4312024-09-09T17:12:14.214Z Compiling tabled v0.15.0
4322024-09-09T17:12:15.894Z Compiling serde_derive v1.0.208
4332024-09-09T17:12:15.895Z Compiling thiserror-impl v1.0.63
4342024-09-09T17:12:15.897Z Compiling zerocopy-derive v0.7.34
4352024-09-09T17:12:15.897Z Compiling scroll_derive v0.12.0
4362024-09-09T17:12:15.898Z Compiling clap_derive v4.5.13
4372024-09-09T17:12:17.211Z Compiling scroll v0.12.0
4382024-09-09T17:12:17.672Z Compiling zerocopy v0.7.34
4392024-09-09T17:12:17.751Z Compiling goblin v0.8.2
4402024-09-09T17:12:18.652Z Compiling pest v2.7.10
4412024-09-09T17:12:19.869Z Compiling clap v4.5.16
4422024-09-09T17:12:20.751Z Compiling pest_meta v2.7.10
4432024-09-09T17:12:21.566Z Compiling pest_generator v2.7.10
4442024-09-09T17:12:23.249Z Compiling pest_derive v2.7.10
4452024-09-09T17:12:23.985Z Compiling dtrace-parser v0.2.0
4462024-09-09T17:12:25.856Z Compiling toml_datetime v0.6.8
4472024-09-09T17:12:25.856Z Compiling serde_spanned v0.6.7
4482024-09-09T17:12:25.858Z Compiling cargo-platform v0.1.8
4492024-09-09T17:12:26.236Z Compiling serde_tokenstream v0.2.2
4502024-09-09T17:12:26.259Z Compiling toml_edit v0.22.20
4512024-09-09T17:12:26.443Z Compiling macaddr v1.0.1
4522024-09-09T17:12:26.575Z Compiling camino-tempfile v1.1.1
4532024-09-09T17:12:27.248Z Compiling dof v0.3.0
4542024-09-09T17:12:27.248Z Compiling cargo_metadata v0.18.1
4552024-09-09T17:12:29.117Z Compiling toml v0.8.19
4562024-09-09T17:12:29.327Z Compiling usdt-macro v0.5.0
4572024-09-09T17:12:29.327Z Compiling usdt-attr-macro v0.5.0
4582024-09-09T17:12:29.921Z Compiling cargo_toml v0.20.4
4592024-09-09T17:12:30.740Z Compiling usdt v0.5.0
4602024-09-09T17:12:33.695Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
4612024-09-09T17:12:37.985Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 54.78s
4622024-09-09T17:12:38.238Z Running `target/debug/xtask download cockroach clickhouse console dendrite-openapi dendrite-stub maghemite-mgd transceiver-control`
4632024-09-09T17:12:38.809Z Downloading crates ...
4642024-09-09T17:12:38.926Z Downloaded addr2line v0.21.0
4652024-09-09T17:12:38.934Z Downloaded aead v0.5.2
4662024-09-09T17:12:38.937Z Downloaded adler v1.0.2
4672024-09-09T17:12:38.940Z Downloaded bitstruct_derive v0.1.0
4682024-09-09T17:12:38.943Z Downloaded crucible-workspace-hack v0.1.0
4692024-09-09T17:12:38.947Z Downloaded async-trait v0.1.81
4702024-09-09T17:12:38.953Z Downloaded http-range v0.1.5
4712024-09-09T17:12:38.956Z Downloaded bit-set v0.5.3
4722024-09-09T17:12:38.958Z Downloaded async-stream v0.3.5
4732024-09-09T17:12:38.960Z Downloaded base16ct v0.2.0
4742024-09-09T17:12:38.960Z Downloaded darling_macro v0.20.9
4752024-09-09T17:12:38.962Z Downloaded httpdate v1.0.3
4762024-09-09T17:12:38.965Z Downloaded home v0.5.9
4772024-09-09T17:12:38.965Z Downloaded chacha20 v0.9.1
4782024-09-09T17:12:38.968Z Downloaded bitflags v1.3.2
4792024-09-09T17:12:38.972Z Downloaded bb8 v0.8.5
4802024-09-09T17:12:38.974Z Downloaded instant v0.1.12
4812024-09-09T17:12:38.976Z Downloaded is-terminal v0.4.12
4822024-09-09T17:12:38.979Z Downloaded crc v3.2.1
4832024-09-09T17:12:38.981Z Downloaded const_format_proc_macros v0.2.32
4842024-09-09T17:12:38.984Z Downloaded ciborium-ll v0.2.2
4852024-09-09T17:12:38.987Z Downloaded md5 v0.7.0
4862024-09-09T17:12:38.989Z Downloaded backoff v0.4.0
4872024-09-09T17:12:38.992Z Downloaded newline-converter v0.3.0
4882024-09-09T17:12:38.994Z Downloaded ctr v0.9.2
4892024-09-09T17:12:38.994Z Downloaded humantime v2.1.0
4902024-09-09T17:12:38.996Z Downloaded hostname v0.4.0
4912024-09-09T17:12:39.000Z Downloaded hubpack_derive v0.1.1
4922024-09-09T17:12:39.002Z Downloaded bcs v0.1.6
4932024-09-09T17:12:39.002Z Downloaded atty v0.2.14
4942024-09-09T17:12:39.005Z Downloaded is_ci v1.2.0
4952024-09-09T17:12:39.005Z Downloaded assert_matches v1.5.0
4962024-09-09T17:12:39.007Z Downloaded async-stream-impl v0.3.5
4972024-09-09T17:12:39.007Z Downloaded ciborium-io v0.2.2
4982024-09-09T17:12:39.009Z Downloaded cfg_aliases v0.1.1
4992024-09-09T17:12:39.009Z Downloaded normalize-line-endings v0.3.0
5002024-09-09T17:12:39.012Z Downloaded maplit v1.0.2
5012024-09-09T17:12:39.012Z Downloaded hyper-staticfile v0.9.5
5022024-09-09T17:12:39.014Z Downloaded linked-hash-map v0.5.6
5032024-09-09T17:12:39.016Z Downloaded lazycell v1.3.0
5042024-09-09T17:12:39.019Z Downloaded impl-trait-for-tuples v0.2.2
5052024-09-09T17:12:39.021Z Downloaded nodrop v0.1.14
5062024-09-09T17:12:39.023Z Downloaded lalrpop-util v0.19.12
5072024-09-09T17:12:39.023Z Downloaded cassowary v0.3.0
5082024-09-09T17:12:39.026Z Downloaded cstr-argument v0.1.2
5092024-09-09T17:12:39.028Z Downloaded managed v0.8.0
5102024-09-09T17:12:39.028Z Downloaded http-body v0.4.6
5112024-09-09T17:12:39.030Z Downloaded blake2 v0.10.6
5122024-09-09T17:12:39.033Z Downloaded num-conv v0.1.0
5132024-09-09T17:12:39.035Z Downloaded clang-sys v1.7.0
5142024-09-09T17:12:39.038Z Downloaded num-iter v0.1.45
5152024-09-09T17:12:39.041Z Downloaded memoffset v0.9.1
5162024-09-09T17:12:39.041Z Downloaded maybe-uninit v2.0.0
5172024-09-09T17:12:39.044Z Downloaded kstat-rs v0.2.4
5182024-09-09T17:12:39.046Z Downloaded signal-hook-tokio v0.3.1
5192024-09-09T17:12:39.046Z Downloaded arrayref v0.3.7
5202024-09-09T17:12:39.048Z Downloaded libsw v3.3.1
5212024-09-09T17:12:39.051Z Downloaded hubpack v0.1.2
5222024-09-09T17:12:39.053Z Downloaded matches v0.1.10
5232024-09-09T17:12:39.053Z Downloaded lazy_static v1.5.0
5242024-09-09T17:12:39.055Z Downloaded hyper-tls v0.5.0
5252024-09-09T17:12:39.057Z Downloaded scheduled-thread-pool v0.2.7
5262024-09-09T17:12:39.059Z Downloaded cobs v0.2.3
5272024-09-09T17:12:39.060Z Downloaded crc-catalog v2.4.0
5282024-09-09T17:12:39.062Z Downloaded sync_wrapper v0.1.2
5292024-09-09T17:12:39.064Z Downloaded lru v0.12.3
5302024-09-09T17:12:39.064Z Downloaded md-5 v0.10.6
5312024-09-09T17:12:39.067Z Downloaded keccak v0.1.5
5322024-09-09T17:12:39.069Z Downloaded constant_time_eq v0.3.0
5332024-09-09T17:12:39.069Z Downloaded libloading v0.8.3
5342024-09-09T17:12:39.072Z Downloaded crc-any v2.5.0
5352024-09-09T17:12:39.075Z Downloaded native-tls v0.2.11
5362024-09-09T17:12:39.079Z Downloaded mime_guess v2.0.4
5372024-09-09T17:12:39.082Z Downloaded secrecy v0.8.0
5382024-09-09T17:12:39.082Z Downloaded num-complex v0.4.6
5392024-09-09T17:12:39.084Z Downloaded nu-ansi-term v0.50.0
5402024-09-09T17:12:39.087Z Downloaded darling_core v0.20.9
5412024-09-09T17:12:39.093Z Downloaded want v0.3.1
5422024-09-09T17:12:39.096Z Downloaded slab v0.4.9
5432024-09-09T17:12:39.098Z Downloaded spki v0.7.3
5442024-09-09T17:12:39.101Z Downloaded downcast v0.11.0
5452024-09-09T17:12:39.101Z Downloaded buf-list v1.0.3
5462024-09-09T17:12:39.103Z Downloaded jobserver v0.1.32
5472024-09-09T17:12:39.106Z Downloaded cancel-safe-futures v0.1.5
5482024-09-09T17:12:39.110Z Downloaded ipnetwork v0.20.0
5492024-09-09T17:12:39.112Z Downloaded lock_api v0.4.12
5502024-09-09T17:12:39.114Z Downloaded foreign-types v0.3.2
5512024-09-09T17:12:39.117Z Downloaded strum_macros v0.25.3
5522024-09-09T17:12:39.119Z Downloaded string_cache v0.8.7
5532024-09-09T17:12:39.121Z Downloaded csv-core v0.1.11
5542024-09-09T17:12:39.124Z Downloaded compact_str v0.8.0
5552024-09-09T17:12:39.127Z Downloaded cookie_store v0.20.0
5562024-09-09T17:12:39.130Z Downloaded tls_codec_derive v0.4.1
5572024-09-09T17:12:39.133Z Downloaded supports-color v3.0.0
5582024-09-09T17:12:39.135Z Downloaded base64 v0.22.1
5592024-09-09T17:12:39.138Z Downloaded parse-size v1.0.0
5602024-09-09T17:12:39.141Z Downloaded precomputed-hash v0.1.1
5612024-09-09T17:12:39.141Z Downloaded uzers v0.11.3
5622024-09-09T17:12:39.143Z Downloaded unarray v0.1.4
5632024-09-09T17:12:39.145Z Downloaded zone v0.3.0
5642024-09-09T17:12:39.146Z Downloaded xattr v1.3.1
5652024-09-09T17:12:39.148Z Downloaded pretty-hex v0.2.1
5662024-09-09T17:12:39.150Z Downloaded enum-as-inner v0.6.0
5672024-09-09T17:12:39.153Z Downloaded ahash v0.8.11
5682024-09-09T17:12:39.155Z Downloaded serde_with_macros v3.9.0
5692024-09-09T17:12:39.158Z Downloaded display-error-chain v0.2.1
5702024-09-09T17:12:39.160Z Downloaded dirs-sys-next v0.1.2
5712024-09-09T17:12:39.160Z Downloaded sigpipe v0.1.3
5722024-09-09T17:12:39.162Z Downloaded foreign-types v0.5.0
5732024-09-09T17:12:39.165Z Downloaded tower-service v0.3.2
5742024-09-09T17:12:39.165Z Downloaded darling v0.20.9
5752024-09-09T17:12:39.170Z Downloaded crossbeam-epoch v0.9.18
5762024-09-09T17:12:39.172Z Downloaded hex-literal v0.4.1
5772024-09-09T17:12:39.175Z Downloaded futures-sink v0.3.30
5782024-09-09T17:12:39.177Z Downloaded tracing-attributes v0.1.27
5792024-09-09T17:12:39.179Z Downloaded stringprep v0.1.4
5802024-09-09T17:12:39.182Z Downloaded predicates-core v1.0.6
5812024-09-09T17:12:39.182Z Downloaded toolchain_find v0.4.0
5822024-09-09T17:12:39.184Z Downloaded derive_builder_macro v0.20.0
5832024-09-09T17:12:39.184Z Downloaded float-ord v0.3.2
5842024-09-09T17:12:39.188Z Downloaded universal-hash v0.5.1
5852024-09-09T17:12:39.188Z Downloaded shlex v1.3.0
5862024-09-09T17:12:39.190Z Downloaded opaque-debug v0.3.1
5872024-09-09T17:12:39.190Z Downloaded hash32 v0.3.1
5882024-09-09T17:12:39.192Z Downloaded derive_builder_core v0.20.0
5892024-09-09T17:12:39.195Z Downloaded foreign-types-shared v0.1.1
5902024-09-09T17:12:39.197Z Downloaded olpc-cjson v0.1.3
5912024-09-09T17:12:39.197Z Downloaded pin-utils v0.1.0
5922024-09-09T17:12:39.199Z Downloaded parse-display v0.10.0
5932024-09-09T17:12:39.202Z Downloaded chacha20poly1305 v0.10.1
5942024-09-09T17:12:39.202Z Downloaded parse-display-derive v0.10.0
5952024-09-09T17:12:39.204Z Downloaded peg-runtime v0.8.3
5962024-09-09T17:12:39.207Z Downloaded structmeta-derive v0.3.0
5972024-09-09T17:12:39.207Z Downloaded psl-types v2.0.11
5982024-09-09T17:12:39.209Z Downloaded getopts v0.2.21
5992024-09-09T17:12:39.209Z Downloaded num-rational v0.4.2
6002024-09-09T17:12:39.212Z Downloaded salsa20 v0.10.2
6012024-09-09T17:12:39.214Z Downloaded untrusted v0.9.0
6022024-09-09T17:12:39.216Z Downloaded untrusted v0.7.1
6032024-09-09T17:12:39.218Z Downloaded indicatif v0.17.8
6042024-09-09T17:12:39.221Z Downloaded foreign-types-macros v0.2.3
6052024-09-09T17:12:39.224Z Downloaded ssh-encoding v0.2.0
6062024-09-09T17:12:39.226Z Downloaded ssh-cipher v0.2.0
6072024-09-09T17:12:39.228Z Downloaded embedded-io v0.4.0
6082024-09-09T17:12:39.231Z Downloaded utf-8 v0.7.6
6092024-09-09T17:12:39.231Z Downloaded time-core v0.1.2
6102024-09-09T17:12:39.233Z Downloaded getrandom v0.2.14
6112024-09-09T17:12:39.236Z Downloaded futures-task v0.3.30
6122024-09-09T17:12:39.239Z Downloaded ron v0.8.1
6132024-09-09T17:12:39.243Z Downloaded backtrace v0.3.71
6142024-09-09T17:12:39.250Z Downloaded tinyvec_macros v0.1.1
6152024-09-09T17:12:39.252Z Downloaded foreign-types-shared v0.3.1
6162024-09-09T17:12:39.252Z Downloaded zone_cfg_derive v0.3.0
6172024-09-09T17:12:39.255Z Downloaded poly1305 v0.8.0
6182024-09-09T17:12:39.258Z Downloaded rfc6979 v0.4.0
6192024-09-09T17:12:39.260Z Downloaded parking_lot_core v0.8.6
6202024-09-09T17:12:39.262Z Downloaded parking_lot_core v0.9.10
6212024-09-09T17:12:39.264Z Downloaded parking_lot v0.12.2
6222024-09-09T17:12:39.267Z Downloaded float-cmp v0.9.0
6232024-09-09T17:12:39.269Z Downloaded hash32 v0.2.1
6242024-09-09T17:12:39.272Z Downloaded group v0.13.0
6252024-09-09T17:12:39.272Z Downloaded rusty-fork v0.3.0
6262024-09-09T17:12:39.274Z Downloaded pem v3.0.4
6272024-09-09T17:12:39.277Z Downloaded portpicker v0.1.1
6282024-09-09T17:12:39.277Z Downloaded path-slash v0.1.5
6292024-09-09T17:12:39.279Z Downloaded scopeguard v1.2.0
6302024-09-09T17:12:39.283Z Downloaded signature v2.2.0
6312024-09-09T17:12:39.283Z Downloaded scrypt v0.11.0
6322024-09-09T17:12:39.285Z Downloaded number_prefix v0.4.0
6332024-09-09T17:12:39.285Z Downloaded r2d2 v0.8.10
6342024-09-09T17:12:39.287Z Downloaded slog-dtrace v0.3.0
6352024-09-09T17:12:39.290Z Downloaded term v0.7.0
6362024-09-09T17:12:39.292Z Downloaded serde_yaml v0.9.34+deprecated
6372024-09-09T17:12:39.297Z Downloaded polyval v0.6.2
6382024-09-09T17:12:39.299Z Downloaded serde-big-array v0.5.1
6392024-09-09T17:12:39.311Z Downloaded take_mut v0.2.2
6402024-09-09T17:12:39.314Z Downloaded ed25519 v2.2.3
6412024-09-09T17:12:39.316Z Downloaded num-bigint v0.4.5
6422024-09-09T17:12:39.321Z Downloaded omicron-zone-package v0.11.0
6432024-09-09T17:12:39.325Z Downloaded waitgroup v0.1.2
6442024-09-09T17:12:39.327Z Downloaded fallible-iterator v0.2.0
6452024-09-09T17:12:39.329Z Downloaded hickory-server v0.24.1
6462024-09-09T17:12:39.334Z Downloaded glob v0.3.1
6472024-09-09T17:12:39.337Z Downloaded spin v0.9.8
6482024-09-09T17:12:39.339Z Downloaded pkcs5 v0.7.1
6492024-09-09T17:12:39.344Z Downloaded either v1.13.0
6502024-09-09T17:12:39.346Z Downloaded semver v0.1.20
6512024-09-09T17:12:39.348Z Downloaded defmt v0.3.8
6522024-09-09T17:12:39.351Z Downloaded percent-encoding v2.3.1
6532024-09-09T17:12:39.354Z Downloaded tar v0.4.41
6542024-09-09T17:12:39.356Z Downloaded sec1 v0.7.3
6552024-09-09T17:12:39.358Z Downloaded strum v0.26.3
6562024-09-09T17:12:39.361Z Downloaded diesel_table_macro_syntax v0.2.0
6572024-09-09T17:12:39.361Z Downloaded phf_shared v0.11.2
6582024-09-09T17:12:39.363Z Downloaded twox-hash v1.6.3
6592024-09-09T17:12:39.366Z Downloaded unsafe-libyaml v0.2.11
6602024-09-09T17:12:39.368Z Downloaded serde-hex v0.1.0
6612024-09-09T17:12:39.371Z Downloaded thiserror-impl-no-std v2.0.2
6622024-09-09T17:12:39.374Z Downloaded derive_more v0.99.18
6632024-09-09T17:12:39.378Z Downloaded mio v0.8.11
6642024-09-09T17:12:39.385Z Downloaded globset v0.4.14
6652024-09-09T17:12:39.388Z Downloaded rand_seeder v0.3.0
6662024-09-09T17:12:39.390Z Downloaded peg v0.8.4
6672024-09-09T17:12:39.394Z Downloaded crossbeam-channel v0.5.12
6682024-09-09T17:12:39.399Z Downloaded hex v0.4.3
6692024-09-09T17:12:39.401Z Downloaded rand_xorshift v0.3.0
6702024-09-09T17:12:39.404Z Downloaded tinyvec v1.6.0
6712024-09-09T17:12:39.406Z Downloaded openssl-macros v0.1.1
6722024-09-09T17:12:39.409Z Downloaded phf_shared v0.10.0
6732024-09-09T17:12:39.409Z Downloaded openssl-probe v0.1.5
6742024-09-09T17:12:39.411Z Downloaded strum_macros v0.24.3
6752024-09-09T17:12:39.414Z Downloaded structmeta-derive v0.2.0
6762024-09-09T17:12:39.414Z Downloaded tui-tree-widget v0.22.0
6772024-09-09T17:12:39.416Z Downloaded pem-rfc7468 v0.7.0
6782024-09-09T17:12:39.419Z Downloaded tokio-stream v0.1.15
6792024-09-09T17:12:39.424Z Downloaded tokio-rustls v0.25.0
6802024-09-09T17:12:39.426Z Downloaded tabwriter v1.4.0
6812024-09-09T17:12:39.428Z Downloaded walkdir v2.5.0
6822024-09-09T17:12:39.431Z Downloaded futures-io v0.3.30
6832024-09-09T17:12:39.433Z Downloaded radium v0.7.0
6842024-09-09T17:12:39.433Z Downloaded fallible-iterator v0.3.0
6852024-09-09T17:12:39.435Z Downloaded socket2 v0.4.10
6862024-09-09T17:12:39.437Z Downloaded rustfmt-wrapper v0.2.1
6872024-09-09T17:12:39.439Z Downloaded futures-macro v0.3.30
6882024-09-09T17:12:39.442Z Downloaded whoami v1.5.1
6892024-09-09T17:12:39.444Z Downloaded smf v0.2.3
6902024-09-09T17:12:39.444Z Downloaded num_enum v0.5.11
6912024-09-09T17:12:39.450Z Downloaded flume v0.11.0
6922024-09-09T17:12:39.454Z Downloaded oso-derive v0.27.3
6932024-09-09T17:12:39.456Z Downloaded tokio-macros v2.4.0
6942024-09-09T17:12:39.459Z Downloaded futures-channel v0.3.30
6952024-09-09T17:12:39.461Z Downloaded enum-as-inner v0.5.1
6962024-09-09T17:12:39.461Z Downloaded peg-macros v0.8.4
6972024-09-09T17:12:39.463Z Downloaded highway v1.2.0
6982024-09-09T17:12:39.466Z Downloaded aho-corasick v1.1.3
6992024-09-09T17:12:39.472Z Downloaded unicode_categories v0.1.1
7002024-09-09T17:12:39.475Z Downloaded termtree v0.4.1
7012024-09-09T17:12:39.477Z Downloaded ff v0.13.0
7022024-09-09T17:12:39.480Z Downloaded headers-core v0.2.0
7032024-09-09T17:12:39.480Z Downloaded fallible-streaming-iterator v0.1.9
7042024-09-09T17:12:39.480Z Downloaded zeroize v1.7.0
7052024-09-09T17:12:39.482Z Downloaded fixedbitset v0.4.2
7062024-09-09T17:12:39.485Z Downloaded serde_urlencoded v0.7.1
7072024-09-09T17:12:39.487Z Downloaded structmeta v0.3.0
7082024-09-09T17:12:39.487Z Downloaded rustc-demangle v0.1.24
7092024-09-09T17:12:39.489Z Downloaded ppv-lite86 v0.2.17
7102024-09-09T17:12:39.491Z Downloaded sha1 v0.10.6
7112024-09-09T17:12:39.494Z Downloaded defmt-parser v0.3.4
7122024-09-09T17:12:39.494Z Downloaded rand_chacha v0.3.1
7132024-09-09T17:12:39.497Z Downloaded tokio-postgres v0.7.11
7142024-09-09T17:12:39.501Z Downloaded fatfs v0.3.6
7152024-09-09T17:12:39.504Z Downloaded dsl_auto_type v0.1.2
7162024-09-09T17:12:39.506Z Downloaded num-bigint-dig v0.8.4
7172024-09-09T17:12:39.511Z Downloaded dirs-next v2.0.0
7182024-09-09T17:12:39.514Z Downloaded fxhash v0.2.1
7192024-09-09T17:12:39.515Z Downloaded endian-type v0.1.2
7202024-09-09T17:12:39.517Z Downloaded thread_local v1.1.8
7212024-09-09T17:12:39.517Z Downloaded signal-hook v0.3.17
7222024-09-09T17:12:39.520Z Downloaded ghash v0.5.1
7232024-09-09T17:12:39.522Z Downloaded packed_struct_codegen v0.10.1
7242024-09-09T17:12:39.524Z Downloaded vte v0.11.1
7252024-09-09T17:12:39.527Z Downloaded tokio-tungstenite v0.20.1
7262024-09-09T17:12:39.529Z Downloaded rsa v0.9.6
7272024-09-09T17:12:39.533Z Downloaded libm v0.2.8
7282024-09-09T17:12:39.542Z Downloaded paste v1.0.15
7292024-09-09T17:12:39.546Z Downloaded num_enum_derive v0.5.11
7302024-09-09T17:12:39.549Z Downloaded try-lock v0.2.5
7312024-09-09T17:12:39.549Z Downloaded dhcproto-macros v0.1.0
7322024-09-09T17:12:39.549Z Downloaded vte_generate_state_changes v0.1.1
7332024-09-09T17:12:39.551Z Downloaded phf v0.11.2
7342024-09-09T17:12:39.551Z Downloaded difflib v0.4.0
7352024-09-09T17:12:39.551Z Downloaded zeroize_derive v1.4.2
7362024-09-09T17:12:39.554Z Downloaded thiserror-no-std v2.0.2
7372024-09-09T17:12:39.557Z Downloaded des v0.8.1
7382024-09-09T17:12:39.559Z Downloaded termios v0.3.3
7392024-09-09T17:12:39.561Z Downloaded zone v0.1.8
7402024-09-09T17:12:39.564Z Downloaded pkg-config v0.3.30
7412024-09-09T17:12:39.564Z Downloaded termcolor v1.4.1
7422024-09-09T17:12:39.567Z Downloaded tungstenite v0.20.1
7432024-09-09T17:12:39.569Z Downloaded shell-words v1.1.0
7442024-09-09T17:12:39.572Z Downloaded funty v2.0.0
7452024-09-09T17:12:39.572Z Downloaded fragile v2.0.0
7462024-09-09T17:12:39.574Z Downloaded num-traits v0.2.19
7472024-09-09T17:12:39.576Z Downloaded pbkdf2 v0.11.0
7482024-09-09T17:12:39.578Z Downloaded rand_core v0.6.4
7492024-09-09T17:12:39.581Z Downloaded pin-project v1.1.5
7502024-09-09T17:12:39.593Z Downloaded static_assertions v1.1.0
7512024-09-09T17:12:39.595Z Downloaded powerfmt v0.2.0
7522024-09-09T17:12:39.598Z Downloaded blake3 v1.5.1
7532024-09-09T17:12:39.604Z Downloaded dhcproto v0.12.0
7542024-09-09T17:12:39.607Z Downloaded itertools v0.13.0
7552024-09-09T17:12:39.615Z Downloaded yasna v0.5.2
7562024-09-09T17:12:39.618Z Downloaded stable_deref_trait v1.2.0
7572024-09-09T17:12:39.620Z Downloaded structmeta v0.2.0
7582024-09-09T17:12:39.620Z Downloaded wait-timeout v0.2.0
7592024-09-09T17:12:39.623Z Downloaded diesel_derives v2.2.2
7602024-09-09T17:12:39.626Z Downloaded hashbrown v0.12.3
7612024-09-09T17:12:39.631Z Downloaded chrono v0.4.38
7622024-09-09T17:12:39.639Z Downloaded slog-stdlog v4.1.1
7632024-09-09T17:12:39.641Z Downloaded toml v0.7.8
7642024-09-09T17:12:39.644Z Downloaded heapless v0.8.0
7652024-09-09T17:12:39.648Z Downloaded primeorder v0.13.6
7662024-09-09T17:12:39.651Z Downloaded socket2 v0.5.7
7672024-09-09T17:12:39.653Z Downloaded vsss-rs v3.3.4
7682024-09-09T17:12:39.655Z Downloaded portable-atomic v1.6.0
7692024-09-09T17:12:39.662Z Downloaded futures v0.3.30
7702024-09-09T17:12:39.667Z Downloaded strip-ansi-escapes v0.2.0
7712024-09-09T17:12:39.669Z Downloaded test-strategy v0.3.1
7722024-09-09T17:12:39.672Z Downloaded rcgen v0.12.1
7732024-09-09T17:12:39.675Z Downloaded tough v0.17.1
7742024-09-09T17:12:39.684Z Downloaded rayon-core v1.12.1
7752024-09-09T17:12:39.688Z Downloaded prettyplease v0.2.20
7762024-09-09T17:12:39.692Z Downloaded rustyline v14.0.0
7772024-09-09T17:12:39.698Z Downloaded zip v0.6.6
7782024-09-09T17:12:39.703Z Downloaded vergen v8.3.2
7792024-09-09T17:12:39.706Z Downloaded rustls-pki-types v1.7.0
7802024-09-09T17:12:39.708Z Downloaded ssh-key v0.6.6
7812024-09-09T17:12:39.716Z Downloaded elliptic-curve v0.13.8
7822024-09-09T17:12:39.721Z Downloaded unicode-normalization v0.1.23
7832024-09-09T17:12:39.724Z Downloaded bitvec v1.0.1
7842024-09-09T17:12:39.742Z Downloaded futures-util v0.3.30
7852024-09-09T17:12:39.754Z Downloaded samael v0.0.15
7862024-09-09T17:12:39.760Z Downloaded tracing v0.1.40
7872024-09-09T17:12:39.765Z Downloaded rusqlite v0.31.0
7882024-09-09T17:12:39.772Z Downloaded rand v0.8.5
7892024-09-09T17:12:39.777Z Downloaded steno v0.4.1
7902024-09-09T17:12:39.781Z Downloaded p521 v0.13.3
7912024-09-09T17:12:39.785Z Downloaded heapless v0.7.17
7922024-09-09T17:12:39.790Z Downloaded flate2 v1.0.31
7932024-09-09T17:12:39.796Z Downloaded reedline v0.33.0
7942024-09-09T17:12:39.804Z Downloaded h2 v0.3.26
7952024-09-09T17:12:39.812Z Downloaded rustls-webpki v0.101.7
7962024-09-09T17:12:39.828Z Downloaded tokio-util v0.7.11
7972024-09-09T17:12:39.835Z Downloaded toml_edit v0.19.15
7982024-09-09T17:12:39.854Z Downloaded p384 v0.13.0
7992024-09-09T17:12:39.859Z Downloaded rustls-webpki v0.102.4
8002024-09-09T17:12:39.878Z Downloaded hkdf v0.12.4
8012024-09-09T17:12:39.881Z Downloaded proptest v1.5.0
8022024-09-09T17:12:39.890Z Downloaded sqlparser v0.45.0
8032024-09-09T17:12:39.897Z Downloaded serde_with v3.9.0
8042024-09-09T17:12:39.907Z Downloaded vcpkg v0.2.15
8052024-09-09T17:12:39.948Z Downloaded git2 v0.19.0
8062024-09-09T17:12:39.957Z Downloaded object v0.30.4
8072024-09-09T17:12:39.968Z Downloaded rayon v1.10.0
8082024-09-09T17:12:39.978Z Downloaded polar-core v0.27.3
8092024-09-09T17:12:39.988Z Downloaded object v0.32.2
8102024-09-09T17:12:40.001Z Downloaded webpki-roots v0.25.4
8112024-09-09T17:12:40.004Z Downloaded regex v1.10.6
8122024-09-09T17:12:40.019Z Downloaded nix v0.28.0
8132024-09-09T17:12:40.032Z Downloaded smoltcp v0.9.1
8142024-09-09T17:12:40.044Z Downloaded regex-syntax v0.6.29
8152024-09-09T17:12:40.052Z Downloaded gimli v0.28.1
8162024-09-09T17:12:40.061Z Downloaded radix_trie v0.2.1
8172024-09-09T17:12:40.067Z Downloaded trust-dns-proto v0.22.0
8182024-09-09T17:12:40.081Z Downloaded smoltcp v0.11.0
8192024-09-09T17:12:40.094Z Downloaded rustls v0.22.4
8202024-09-09T17:12:40.109Z Downloaded regress v0.9.1
8212024-09-09T17:12:40.118Z Downloaded diesel v2.2.3
8222024-09-09T17:12:40.138Z Downloaded sled v0.34.7
8232024-09-09T17:12:40.149Z Downloaded regex-syntax v0.8.4
8242024-09-09T17:12:40.158Z Downloaded ratatui v0.28.0
8252024-09-09T17:12:40.196Z Downloaded openapiv3 v2.0.0
8262024-09-09T17:12:40.213Z Downloaded rustls v0.21.12
8272024-09-09T17:12:40.228Z Downloaded petgraph v0.6.5
8282024-09-09T17:12:40.246Z Downloaded bzip2-sys v0.1.11+1.0.8
8292024-09-09T17:12:40.259Z Downloaded zerocopy-derive v0.6.6
8302024-09-09T17:12:40.268Z Downloaded regex-automata v0.4.6
8312024-09-09T17:12:40.285Z Downloaded openssl v0.10.66
8322024-09-09T17:12:40.295Z Downloaded sha3 v0.10.8
8332024-09-09T17:12:40.299Z Downloaded tokio v1.39.3
8342024-09-09T17:12:40.339Z Downloaded finl_unicode v1.2.0
8352024-09-09T17:12:40.351Z Downloaded csv v1.3.0
8362024-09-09T17:12:40.371Z Downloaded hickory-proto v0.24.1
8372024-09-09T17:12:40.388Z Downloaded dropshot v0.10.1
8382024-09-09T17:12:40.397Z Downloaded idna v0.4.0
8392024-09-09T17:12:40.404Z Downloaded bstr v1.9.1
8402024-09-09T17:12:40.415Z Downloaded idna v0.5.0
8412024-09-09T17:12:40.422Z Downloaded idna v0.3.0
8422024-09-09T17:12:40.428Z Downloaded nix v0.27.1
8432024-09-09T17:12:40.438Z Downloaded curve25519-dalek v4.1.3
8442024-09-09T17:12:40.448Z Downloaded idna v0.2.3
8452024-09-09T17:12:40.455Z Downloaded lalrpop v0.19.12
8462024-09-09T17:12:40.467Z Downloaded reqwest v0.11.27
8472024-09-09T17:12:40.475Z Downloaded encoding_rs v0.8.34
8482024-09-09T17:12:40.499Z Downloaded winnow v0.5.40
8492024-09-09T17:12:40.509Z Downloaded libgit2-sys v0.17.0+1.8.1
8502024-09-09T17:12:40.568Z Downloaded unicode-segmentation v1.11.0
8512024-09-09T17:12:40.571Z Downloaded quick-xml v0.31.0
8522024-09-09T17:12:40.578Z Downloaded hyper v0.14.30
8532024-09-09T17:12:40.586Z Downloaded hickory-resolver v0.24.1
8542024-09-09T17:12:40.590Z Downloaded bindgen v0.69.4
8552024-09-09T17:12:40.597Z Downloaded oso v0.27.3
8562024-09-09T17:12:40.600Z Downloaded openssl-sys v0.9.103
8572024-09-09T17:12:40.606Z Downloaded diff v0.1.13
8582024-09-09T17:12:40.610Z Downloaded headers v0.3.9
8592024-09-09T17:12:40.616Z Downloaded russh v0.45.0
8602024-09-09T17:12:40.622Z Downloaded pkcs8 v0.10.2
8612024-09-09T17:12:40.625Z Downloaded time v0.3.36
8622024-09-09T17:12:40.633Z Downloaded slog-scope v4.4.0
8632024-09-09T17:12:40.636Z Downloaded serde_plain v1.0.2
8642024-09-09T17:12:40.638Z Downloaded gethostname v0.5.0
8652024-09-09T17:12:40.638Z Downloaded pin-project-lite v0.2.14
8662024-09-09T17:12:40.643Z Downloaded expectorate v1.1.0
8672024-09-09T17:12:40.646Z Downloaded tungstenite v0.23.0
8682024-09-09T17:12:40.649Z Downloaded snafu v0.8.2
8692024-09-09T17:12:40.655Z Downloaded password-hash v0.5.0
8702024-09-09T17:12:40.658Z Downloaded parking_lot v0.11.2
8712024-09-09T17:12:40.660Z Downloaded typed-path v0.7.1
8722024-09-09T17:12:40.667Z Downloaded password-hash v0.4.2
8732024-09-09T17:12:40.669Z Downloaded ed25519-dalek v2.1.1
8742024-09-09T17:12:40.672Z Downloaded hashbrown v0.13.2
8752024-09-09T17:12:40.677Z Downloaded ena v0.14.3
8762024-09-09T17:12:40.679Z Downloaded dropshot_endpoint v0.10.1
8772024-09-09T17:12:40.682Z Downloaded hmac v0.12.1
8782024-09-09T17:12:40.684Z Downloaded tungstenite v0.21.0
8792024-09-09T17:12:40.686Z Downloaded serde_repr v0.1.19
8802024-09-09T17:12:40.689Z Downloaded publicsuffix v2.2.3
8812024-09-09T17:12:40.693Z Downloaded slog-term v2.9.1
8822024-09-09T17:12:40.695Z Downloaded filetime v0.2.25
8832024-09-09T17:12:40.695Z Downloaded itertools v0.12.1
8842024-09-09T17:12:40.700Z Downloaded dyn-clone v1.0.17
8852024-09-09T17:12:40.703Z Downloaded tls_codec v0.4.1
8862024-09-09T17:12:40.710Z Downloaded defmt-macros v0.3.9
8872024-09-09T17:12:40.710Z Downloaded russh-keys v0.45.0
8882024-09-09T17:12:40.711Z Downloaded schemars v0.8.21
8892024-09-09T17:12:40.724Z Downloaded crossterm v0.28.1
8902024-09-09T17:12:40.733Z Downloaded hashlink v0.9.1
8912024-09-09T17:12:40.735Z Downloaded der v0.7.9
8922024-09-09T17:12:40.739Z Downloaded libxml v0.3.3
8932024-09-09T17:12:40.745Z Downloaded unicode-bidi v0.3.15
8942024-09-09T17:12:40.748Z Downloaded rustc_version v0.4.0
8952024-09-09T17:12:40.750Z Downloaded rustc-hash v1.1.0
8962024-09-09T17:12:40.750Z Downloaded proc-macro-crate v1.3.1
8972024-09-09T17:12:40.753Z Downloaded snafu-derive v0.8.2
8982024-09-09T17:12:40.753Z Downloaded postcard v1.0.8
8992024-09-09T17:12:40.755Z Downloaded nom v7.1.3
9002024-09-09T17:12:40.760Z Downloaded url v2.5.2
9012024-09-09T17:12:40.764Z Downloaded tokio-rustls v0.24.1
9022024-09-09T17:12:40.767Z Downloaded ecdsa v0.16.9
9032024-09-09T17:12:40.770Z Downloaded zerocopy v0.6.6
9042024-09-09T17:12:40.773Z Downloaded itertools v0.10.5
9052024-09-09T17:12:40.779Z Downloaded http v0.2.12
9062024-09-09T17:12:40.783Z Downloaded slog-json v2.6.1
9072024-09-09T17:12:40.786Z Downloaded signal-hook-registry v1.4.2
9082024-09-09T17:12:40.788Z Downloaded signal-hook-mio v0.2.4
9092024-09-09T17:12:40.788Z Downloaded p256 v0.13.2
9102024-09-09T17:12:40.791Z Downloaded half v2.4.1
9112024-09-09T17:12:40.794Z Downloaded futures-executor v0.3.30
9122024-09-09T17:12:40.797Z Downloaded futures-core v0.3.30
9132024-09-09T17:12:40.799Z Downloaded aes v0.8.4
9142024-09-09T17:12:40.802Z Downloaded pbkdf2 v0.12.2
9152024-09-09T17:12:40.804Z Downloaded heck v0.3.3
9162024-09-09T17:12:40.804Z Downloaded fd-lock v4.0.2
9172024-09-09T17:12:40.807Z Downloaded wyz v0.5.1
9182024-09-09T17:12:40.809Z Downloaded which v4.4.2
9192024-09-09T17:12:40.812Z Downloaded postgres-types v0.2.7
9202024-09-09T17:12:40.814Z Downloaded postgres-protocol v0.6.7
9212024-09-09T17:12:40.817Z Downloaded packed_struct v0.10.1
9222024-09-09T17:12:40.817Z Downloaded x509-cert v0.2.5
9232024-09-09T17:12:40.824Z Downloaded similar v2.6.0
9242024-09-09T17:12:40.829Z Downloaded smallvec v1.13.2
9252024-09-09T17:12:40.832Z Downloaded aes-gcm v0.10.3
9262024-09-09T17:12:40.835Z Downloaded libz-sys v1.1.16
9272024-09-09T17:12:40.912Z Downloaded ring v0.17.8
9282024-09-09T17:12:40.989Z Downloaded smallvec v0.6.14
9292024-09-09T17:12:40.992Z Downloaded sct v0.7.1
9302024-09-09T17:12:40.994Z Downloaded minimal-lexical v0.2.1
9312024-09-09T17:12:41.000Z Downloaded form_urlencoded v1.2.1
9322024-09-09T17:12:41.002Z Downloaded debug-ignore v1.0.5
9332024-09-09T17:12:41.002Z Downloaded pin-project-internal v1.1.5
9342024-09-09T17:12:41.005Z Downloaded data-encoding v2.6.0
9352024-09-09T17:12:41.007Z Downloaded rustls-pemfile v2.1.3
9362024-09-09T17:12:41.010Z Downloaded der_derive v0.7.2
9372024-09-09T17:12:41.010Z Downloaded russh-cryptovec v0.7.2
9382024-09-09T17:12:41.013Z Downloaded unicase v2.7.0
9392024-09-09T17:12:41.013Z Downloaded ring v0.16.20
9402024-09-09T17:12:41.102Z Downloaded owo-colors v4.0.0
9412024-09-09T17:12:41.104Z Downloaded libsqlite3-sys v0.28.0
9422024-09-09T17:12:41.186Z Downloaded mio v1.0.2
9432024-09-09T17:12:41.191Z Downloaded num_threads v0.1.7
9442024-09-09T17:12:41.193Z Downloaded time-macros v0.2.18
9452024-09-09T17:12:41.196Z Downloaded spin v0.5.2
9462024-09-09T17:12:41.196Z Downloaded schemars_derive v0.8.21
9472024-09-09T17:12:41.199Z Downloaded derive-where v1.2.7
9482024-09-09T17:12:41.201Z Downloaded crossterm v0.27.0
9492024-09-09T17:12:41.206Z Downloaded ron v0.7.1
9502024-09-09T17:12:41.211Z Downloaded pkcs1 v0.7.5
9512024-09-09T17:12:41.213Z Downloaded uuid v1.10.0
9522024-09-09T17:12:41.216Z Downloaded tracing-core v0.1.32
9532024-09-09T17:12:41.219Z Downloaded resolv-conf v0.7.0
9542024-09-09T17:12:41.222Z Downloaded quick-error v1.2.3
9552024-09-09T17:12:41.224Z Downloaded tiny-keccak v2.0.2
9562024-09-09T17:12:41.226Z Downloaded hickory-client v0.24.1
9572024-09-09T17:12:41.229Z Downloaded deranged v0.3.11
9582024-09-09T17:12:41.231Z Downloaded sqlparser_derive v0.2.2
9592024-09-09T17:12:41.231Z Downloaded const_format v0.2.32
9602024-09-09T17:12:41.234Z Downloaded cc v1.0.97
9612024-09-09T17:12:41.238Z Downloaded erased-serde v0.3.31
9622024-09-09T17:12:41.241Z Downloaded topological-sort v0.2.2
9632024-09-09T17:12:41.241Z Downloaded tokio-native-tls v0.3.1
9642024-09-09T17:12:41.243Z Downloaded tap v1.0.1
9652024-09-09T17:12:41.243Z Downloaded slog-envlogger v2.2.0
9662024-09-09T17:12:41.246Z Downloaded siphasher v0.3.11
9672024-09-09T17:12:41.246Z Downloaded predicates v3.1.2
9682024-09-09T17:12:41.249Z Downloaded env_logger v0.10.2
9692024-09-09T17:12:41.251Z Downloaded env_logger v0.9.3
9702024-09-09T17:12:41.254Z Downloaded rtoolbox v0.0.2
9712024-09-09T17:12:41.256Z Downloaded ref-cast-impl v1.0.23
9722024-09-09T17:12:41.256Z Downloaded ref-cast v1.0.23
9732024-09-09T17:12:41.259Z Downloaded predicates-tree v1.0.9
9742024-09-09T17:12:41.259Z Downloaded subprocess v0.2.9
9752024-09-09T17:12:41.261Z Downloaded strum_macros v0.26.4
9762024-09-09T17:12:41.263Z Downloaded slog v2.7.0
9772024-09-09T17:12:41.266Z Downloaded base64 v0.13.1
9782024-09-09T17:12:41.269Z Downloaded allocator-api2 v0.2.18
9792024-09-09T17:12:41.271Z Downloaded derive_builder v0.20.0
9802024-09-09T17:12:41.275Z Downloaded serde_path_to_error v0.1.16
9812024-09-09T17:12:41.277Z Downloaded serde_arrays v0.1.0
9822024-09-09T17:12:41.278Z Downloaded tokio-tungstenite v0.23.1
9832024-09-09T17:12:41.280Z Downloaded tokio-tungstenite v0.21.0
9842024-09-09T17:12:41.282Z Downloaded memmap2 v0.9.4
9852024-09-09T17:12:41.285Z Downloaded flagset v0.4.5
9862024-09-09T17:12:41.285Z Downloaded crossbeam-utils v0.8.19
9872024-09-09T17:12:41.288Z Downloaded ciborium v0.2.2
9882024-09-09T17:12:41.291Z Downloaded bzip2 v0.4.4
9892024-09-09T17:12:41.291Z Downloaded serde_derive_internals v0.29.1
9902024-09-09T17:12:41.293Z Downloaded unicode-xid v0.2.4
9912024-09-09T17:12:41.293Z Downloaded unicode-truncate v1.0.0
9922024-09-09T17:12:41.296Z Downloaded multer v3.1.0
9932024-09-09T17:12:41.298Z Downloaded nanorand v0.7.0
9942024-09-09T17:12:41.300Z Downloaded crypto-bigint v0.5.5
9952024-09-09T17:12:41.305Z Downloaded mockall_derive v0.13.0
9962024-09-09T17:12:41.307Z Downloaded subtle v2.5.0
9972024-09-09T17:12:41.310Z Downloaded miniz_oxide v0.7.2
9982024-09-09T17:12:41.312Z Downloaded arc-swap v1.7.1
9992024-09-09T17:12:41.314Z Downloaded slog-bunyan v2.5.0
10002024-09-09T17:12:41.314Z Downloaded cookie v0.17.0
10012024-09-09T17:12:41.317Z Downloaded cipher v0.4.4
10022024-09-09T17:12:41.319Z Downloaded console v0.15.8
10032024-09-09T17:12:41.321Z Downloaded base64 v0.21.7
10042024-09-09T17:12:41.324Z Downloaded argon2 v0.5.3
10052024-09-09T17:12:41.326Z Downloaded base64ct v1.6.0
10062024-09-09T17:12:41.329Z Downloaded ascii v1.1.0
10072024-09-09T17:12:41.331Z Downloaded zone_cfg_derive v0.1.2
10082024-09-09T17:12:41.332Z Downloaded num-integer v0.1.46
10092024-09-09T17:12:41.332Z Downloaded mockall v0.13.0
10102024-09-09T17:12:41.334Z Downloaded hyper-rustls v0.24.2
10112024-09-09T17:12:41.336Z Downloaded slog-async v2.8.0
10122024-09-09T17:12:41.336Z Downloaded nibble_vec v0.1.0
10132024-09-09T17:12:41.339Z Downloaded newtype-uuid v1.1.0
10142024-09-09T17:12:41.339Z Downloaded sqlformat v0.2.4
10152024-09-09T17:12:41.341Z Downloaded num v0.4.3
10162024-09-09T17:12:41.341Z Downloaded mime v0.3.17
10172024-09-09T17:12:41.344Z Downloaded indoc v1.0.9
10182024-09-09T17:12:41.345Z Downloaded bytes v1.7.1
10192024-09-09T17:12:41.359Z Downloaded same-file v1.0.6
10202024-09-09T17:12:41.359Z Downloaded rustversion v1.0.17
10212024-09-09T17:12:41.359Z Downloaded rustls-pemfile v1.0.4
10222024-09-09T17:12:41.364Z Downloaded rustc_version v0.1.7
10232024-09-09T17:12:41.364Z Downloaded rpassword v7.3.1
10242024-09-09T17:12:41.364Z Downloaded indexmap v1.9.3
10252024-09-09T17:12:41.364Z Downloaded blowfish v0.9.1
10262024-09-09T17:12:41.364Z Downloaded match_cfg v0.1.0
10272024-09-09T17:12:41.364Z Downloaded linear-map v1.2.0
10282024-09-09T17:12:41.364Z Downloaded libefi-sys v0.1.0
10292024-09-09T17:12:41.364Z Downloaded multimap v0.10.0
10302024-09-09T17:12:41.364Z Downloaded ipnet v2.9.0
10312024-09-09T17:12:41.367Z Downloaded httparse v1.8.0
10322024-09-09T17:12:41.367Z Downloaded iana-time-zone v0.1.60
10332024-09-09T17:12:41.369Z Downloaded crc32fast v1.4.0
10342024-09-09T17:12:41.371Z Downloaded const-oid v0.9.6
10352024-09-09T17:12:41.371Z Downloaded castaway v0.2.3
10362024-09-09T17:12:41.374Z Downloaded internet-checksum v0.2.1
10372024-09-09T17:12:41.374Z Downloaded indent_write v2.2.0
10382024-09-09T17:12:41.376Z Downloaded bitfield-struct v0.6.1
10392024-09-09T17:12:41.376Z Downloaded bcrypt-pbkdf v0.10.0
10402024-09-09T17:12:41.376Z Downloaded bit-vec v0.6.3
10412024-09-09T17:12:41.379Z Downloaded atomic-waker v1.1.2
10422024-09-09T17:12:41.379Z Downloaded async-recursion v1.1.1
10432024-09-09T17:12:41.381Z Downloaded num-derive v0.4.2
10442024-09-09T17:12:41.384Z Downloaded newtype_derive v0.1.6
10452024-09-09T17:12:41.384Z Downloaded instability v0.3.2
10462024-09-09T17:12:41.386Z Downloaded http v1.1.0
10472024-09-09T17:12:41.389Z Downloaded cookie v0.18.1
10482024-09-09T17:12:41.391Z Downloaded new_debug_unreachable v1.0.6
10492024-09-09T17:12:41.393Z Downloaded ident_case v1.0.1
10502024-09-09T17:12:41.393Z Downloaded async-bb8-diesel v0.2.1
10512024-09-09T17:12:41.396Z Downloaded arrayvec v0.7.4
10522024-09-09T17:12:41.398Z Downloaded crunchy v0.2.2
10532024-09-09T17:12:41.398Z Downloaded lru-cache v0.1.2
10542024-09-09T17:12:41.398Z Downloaded inout v0.1.3
10552024-09-09T17:12:41.402Z Downloaded hostname v0.3.1
10562024-09-09T17:12:41.403Z Downloaded bitstruct v0.1.1
10572024-09-09T17:12:41.403Z Downloaded convert_case v0.4.0
10582024-09-09T17:12:41.403Z Downloaded curve25519-dalek-derive v0.1.1
10592024-09-09T17:12:41.403Z Downloaded crossbeam-deque v0.8.5
10602024-09-09T17:12:41.406Z Downloaded colored v2.1.0
10612024-09-09T17:12:41.406Z Downloaded cbc v0.1.2
10622024-09-09T17:12:41.408Z Downloaded atomicwrites v0.4.3
10632024-09-09T17:12:41.408Z Downloaded array-init v0.0.4
10642024-09-09T17:12:41.410Z Downloaded cexpr v0.6.0
10652024-09-09T17:12:41.410Z Downloaded block-padding v0.3.3
10662024-09-09T17:12:41.413Z Downloaded ascii-canvas v3.0.0
10672024-09-09T17:12:41.413Z Downloaded bitfield v0.14.0
10682024-09-09T17:12:41.498Z Compiling serde v1.0.208
10692024-09-09T17:12:41.500Z Compiling typenum v1.17.0
10702024-09-09T17:12:41.500Z Compiling generic-array v0.14.7
10712024-09-09T17:12:41.500Z Compiling lock_api v0.4.12
10722024-09-09T17:12:41.500Z Compiling scopeguard v1.2.0
10732024-09-09T17:12:41.648Z Compiling log v0.4.21
10742024-09-09T17:12:41.660Z Compiling syn v2.0.74
10752024-09-09T17:12:41.673Z Compiling getrandom v0.2.14
10762024-09-09T17:12:41.797Z Compiling jobserver v0.1.32
10772024-09-09T17:12:41.958Z Compiling rand_core v0.6.4
10782024-09-09T17:12:42.122Z Compiling subtle v2.5.0
10792024-09-09T17:12:42.202Z Compiling cc v1.0.97
10802024-09-09T17:12:42.219Z Compiling const-oid v0.9.6
10812024-09-09T17:12:42.469Z Compiling smallvec v1.13.2
10822024-09-09T17:12:42.484Z Compiling pin-project-lite v0.2.14
10832024-09-09T17:12:42.564Z Compiling parking_lot_core v0.9.10
10842024-09-09T17:12:42.601Z Compiling signal-hook-registry v1.4.2
10852024-09-09T17:12:42.720Z Compiling spin v0.9.8
10862024-09-09T17:12:42.843Z Compiling mio v1.0.2
10872024-09-09T17:12:43.086Z Compiling ahash v0.8.11
10882024-09-09T17:12:43.433Z Compiling parking_lot v0.12.2
10892024-09-09T17:12:43.461Z Compiling tinyvec_macros v0.1.1
10902024-09-09T17:12:43.550Z Compiling tinyvec v1.6.0
10912024-09-09T17:12:43.709Z Compiling socket2 v0.5.7
10922024-09-09T17:12:44.048Z Compiling cpufeatures v0.2.12
10932024-09-09T17:12:44.147Z Compiling serde_json v1.0.125
10942024-09-09T17:12:44.188Z Compiling libm v0.2.8
10952024-09-09T17:12:44.350Z Compiling futures-core v0.3.30
10962024-09-09T17:12:44.369Z Compiling futures-sink v0.3.30
10972024-09-09T17:12:44.504Z Compiling slab v0.4.9
10982024-09-09T17:12:44.523Z Compiling num-traits v0.2.19
10992024-09-09T17:12:44.565Z Compiling unicode-bidi v0.3.15
11002024-09-09T17:12:44.583Z Compiling allocator-api2 v0.2.18
11012024-09-09T17:12:45.030Z Compiling unicode-normalization v0.1.23
11022024-09-09T17:12:45.049Z Compiling futures-channel v0.3.30
11032024-09-09T17:12:45.307Z Compiling futures-io v0.3.30
11042024-09-09T17:12:45.477Z Compiling futures-task v0.3.30
11052024-09-09T17:12:45.540Z Compiling pin-utils v0.1.0
11062024-09-09T17:12:45.637Z Compiling pkg-config v0.3.30
11072024-09-09T17:12:45.656Z Compiling vcpkg v0.2.15
11082024-09-09T17:12:46.145Z Compiling base64ct v1.6.0
11092024-09-09T17:12:46.198Z Compiling ppv-lite86 v0.2.17
11102024-09-09T17:12:46.218Z Compiling flagset v0.4.5
11112024-09-09T17:12:46.324Z Compiling ring v0.17.8
11122024-09-09T17:12:46.422Z Compiling percent-encoding v2.3.1
11132024-09-09T17:12:46.782Z Compiling pem-rfc7468 v0.7.0
11142024-09-09T17:12:46.817Z Compiling tracing-core v0.1.32
11152024-09-09T17:12:47.015Z Compiling rand_chacha v0.3.1
11162024-09-09T17:12:47.258Z Compiling untrusted v0.9.0
11172024-09-09T17:12:47.445Z Compiling rustix v0.38.34
11182024-09-09T17:12:47.557Z Compiling rand v0.8.5
11192024-09-09T17:12:47.852Z Compiling powerfmt v0.2.0
11202024-09-09T17:12:47.904Z Compiling openssl-sys v0.9.103
11212024-09-09T17:12:48.214Z Compiling rustversion v1.0.17
11222024-09-09T17:12:48.265Z Compiling openssl v0.10.66
11232024-09-09T17:12:48.286Z Compiling time-core v0.1.2
11242024-09-09T17:12:48.485Z Compiling num-conv v0.1.0
11252024-09-09T17:12:48.730Z Compiling foreign-types-shared v0.1.1
11262024-09-09T17:12:48.751Z Compiling httparse v1.8.0
11272024-09-09T17:12:48.833Z Compiling foreign-types v0.3.2
11282024-09-09T17:12:48.926Z Compiling time-macros v0.2.18
11292024-09-09T17:12:49.008Z Compiling deranged v0.3.11
11302024-09-09T17:12:49.158Z Compiling form_urlencoded v1.2.1
11312024-09-09T17:12:49.180Z Compiling aho-corasick v1.1.3
11322024-09-09T17:12:49.421Z Compiling native-tls v0.2.11
11332024-09-09T17:12:49.452Z Compiling num_threads v0.1.7
11342024-09-09T17:12:49.566Z Compiling regex-syntax v0.8.4
11352024-09-09T17:12:49.732Z Compiling try-lock v0.2.5
11362024-09-09T17:12:49.879Z Compiling crossbeam-utils v0.8.19
11372024-09-09T17:12:50.518Z Compiling siphasher v0.3.11
11382024-09-09T17:12:50.542Z Compiling rustls v0.21.12
11392024-09-09T17:12:50.791Z Compiling syn v1.0.109
11402024-09-09T17:12:50.876Z Compiling want v0.3.1
11412024-09-09T17:12:51.691Z Compiling idna v0.5.0
11422024-09-09T17:12:51.808Z Compiling time v0.3.36
11432024-09-09T17:12:52.775Z Compiling regex-automata v0.4.6
11442024-09-09T17:12:53.064Z Compiling cookie v0.17.0
11452024-09-09T17:12:53.324Z Compiling openssl-probe v0.1.5
11462024-09-09T17:12:53.590Z Compiling adler v1.0.2
11472024-09-09T17:12:53.740Z Compiling finl_unicode v1.2.0
11482024-09-09T17:12:53.786Z Compiling slog v2.7.0
11492024-09-09T17:12:54.318Z Compiling httpdate v1.0.3
11502024-09-09T17:12:54.338Z Compiling iana-time-zone v0.1.60
11512024-09-09T17:12:54.753Z Compiling tower-service v0.3.2
11522024-09-09T17:12:54.834Z Compiling stringprep v0.1.4
11532024-09-09T17:12:54.875Z Compiling miniz_oxide v0.7.2
11542024-09-09T17:12:54.939Z Compiling serde_derive v1.0.208
11552024-09-09T17:12:55.082Z Compiling zeroize_derive v1.4.2
11562024-09-09T17:12:55.107Z Compiling zerocopy-derive v0.7.34
11572024-09-09T17:12:56.017Z Compiling tokio-macros v2.4.0
11582024-09-09T17:12:56.336Z Compiling thiserror-impl v1.0.63
11592024-09-09T17:12:56.526Z Compiling futures-macro v0.3.30
11602024-09-09T17:12:56.562Z Compiling zeroize v1.7.0
11612024-09-09T17:12:57.324Z Compiling zerocopy v0.7.34
11622024-09-09T17:12:57.615Z Compiling der_derive v0.7.2
11632024-09-09T17:12:58.323Z Compiling crypto-common v0.1.6
11642024-09-09T17:12:58.343Z Compiling block-buffer v0.10.4
11652024-09-09T17:12:58.540Z Compiling block-padding v0.3.3
11662024-09-09T17:12:58.600Z Compiling digest v0.10.7
11672024-09-09T17:12:58.891Z Compiling inout v0.1.3
11682024-09-09T17:12:59.052Z Compiling hmac v0.12.1
11692024-09-09T17:12:59.164Z Compiling cipher v0.4.4
11702024-09-09T17:12:59.275Z Compiling hashbrown v0.14.5
11712024-09-09T17:12:59.337Z Compiling sha2 v0.10.8
11722024-09-09T17:12:59.564Z Compiling thiserror v1.0.63
11732024-09-09T17:12:59.664Z Compiling futures-util v0.3.30
11742024-09-09T17:12:59.682Z Compiling pest v2.7.10
11752024-09-09T17:12:59.995Z Compiling der v0.7.9
11762024-09-09T17:13:00.508Z Compiling salsa20 v0.10.2
11772024-09-09T17:13:00.732Z Compiling pbkdf2 v0.12.2
11782024-09-09T17:13:00.896Z Compiling scroll_derive v0.12.0
11792024-09-09T17:13:02.255Z Compiling pest_meta v2.7.10
11802024-09-09T17:13:02.538Z Compiling tracing-attributes v0.1.27
11812024-09-09T17:13:02.768Z Compiling scroll v0.12.0
11822024-09-09T17:13:03.267Z Compiling spki v0.7.3
11832024-09-09T17:13:03.314Z Compiling scrypt v0.11.0
11842024-09-09T17:13:03.608Z Compiling pest_generator v2.7.10
11852024-09-09T17:13:03.877Z Compiling cbc v0.1.2
11862024-09-09T17:13:04.111Z Compiling aes v0.8.4
11872024-09-09T17:13:04.780Z Compiling goblin v0.8.2
11882024-09-09T17:13:05.485Z Compiling pkcs5 v0.7.1
11892024-09-09T17:13:05.541Z Compiling openssl-macros v0.1.1
11902024-09-09T17:13:06.134Z Compiling tracing v0.1.40
11912024-09-09T17:13:06.255Z Compiling pkcs8 v0.10.2
11922024-09-09T17:13:06.668Z Compiling md-5 v0.10.6
11932024-09-09T17:13:06.754Z Compiling url v2.5.2
11942024-09-09T17:13:06.971Z Compiling num-integer v0.1.46
11952024-09-09T17:13:07.109Z Compiling pest_derive v2.7.10
11962024-09-09T17:13:07.737Z Compiling backtrace v0.3.71
11972024-09-09T17:13:07.933Z Compiling dtrace-parser v0.2.0
11982024-09-09T17:13:08.172Z Compiling sct v0.7.1
11992024-09-09T17:13:08.223Z Compiling rustls-webpki v0.101.7
12002024-09-09T17:13:08.485Z Compiling bytes v1.7.1
12012024-09-09T17:13:08.594Z Compiling bitflags v2.6.0
12022024-09-09T17:13:09.042Z Compiling indexmap v2.4.0
12032024-09-09T17:13:09.799Z Compiling tokio v1.39.3
12042024-09-09T17:13:09.802Z Compiling http v0.2.12
12052024-09-09T17:13:10.058Z Compiling semver v1.0.23
12062024-09-09T17:13:10.506Z Compiling rustc_version v0.4.0
12072024-09-09T17:13:10.832Z Compiling dof v0.3.0
12082024-09-09T17:13:11.286Z Compiling heapless v0.7.17
12092024-09-09T17:13:11.736Z Compiling http-body v0.4.6
12102024-09-09T17:13:12.194Z Compiling uuid v1.10.0
12112024-09-09T17:13:12.442Z Compiling usdt-impl v0.5.0
12122024-09-09T17:13:13.169Z Compiling serde_tokenstream v0.2.2
12132024-09-09T17:13:13.628Z Compiling serde_spanned v0.6.7
12142024-09-09T17:13:13.783Z Compiling chrono v0.4.38
12152024-09-09T17:13:13.857Z Compiling toml_datetime v0.6.8
12162024-09-09T17:13:14.001Z Compiling idna v0.3.0
12172024-09-09T17:13:14.321Z Compiling lazy_static v1.5.0
12182024-09-09T17:13:14.447Z Compiling hash32 v0.2.1
12192024-09-09T17:13:14.985Z Compiling cfg_aliases v0.1.1
12202024-09-09T17:13:14.987Z Compiling base64 v0.22.1
12212024-09-09T17:13:15.150Z Compiling stable_deref_trait v1.2.0
12222024-09-09T17:13:15.278Z Compiling psl-types v2.0.11
12232024-09-09T17:13:15.475Z Compiling signal-hook v0.3.17
12242024-09-09T17:13:15.683Z Compiling fallible-iterator v0.2.0
12252024-09-09T17:13:15.716Z Compiling crc32fast v1.4.0
12262024-09-09T17:13:15.764Z Compiling gimli v0.28.1
12272024-09-09T17:13:16.267Z Compiling smoltcp v0.9.1
12282024-09-09T17:13:16.360Z Compiling num-bigint-dig v0.8.4
12292024-09-09T17:13:16.680Z Compiling postgres-protocol v0.6.7
12302024-09-09T17:13:17.123Z Compiling publicsuffix v2.2.3
12312024-09-09T17:13:17.522Z Compiling nix v0.28.0
12322024-09-09T17:13:17.995Z Compiling tokio-util v0.7.11
12332024-09-09T17:13:18.598Z Compiling tokio-rustls v0.24.1
12342024-09-09T17:13:18.984Z Compiling h2 v0.3.26
12352024-09-09T17:13:19.002Z Compiling tokio-native-tls v0.3.1
12362024-09-09T17:13:19.269Z Compiling terminal_size v0.3.0
12372024-09-09T17:13:19.428Z Compiling num-iter v0.1.45
12382024-09-09T17:13:19.615Z Compiling async-trait v0.1.81
12392024-09-09T17:13:20.596Z Compiling addr2line v0.21.0
12402024-09-09T17:13:20.614Z Compiling zerocopy-derive v0.6.6
12412024-09-09T17:13:21.041Z Compiling hubpack_derive v0.1.1
12422024-09-09T17:13:21.230Z Compiling phf_shared v0.11.2
12432024-09-09T17:13:21.536Z Compiling serde_derive_internals v0.29.1
12442024-09-09T17:13:21.616Z Compiling ff v0.13.0
12452024-09-09T17:13:21.835Z Compiling object v0.32.2
12462024-09-09T17:13:21.974Z Compiling fs-err v2.11.0
12472024-09-09T17:13:22.011Z Compiling ipnet v2.9.0
12482024-09-09T17:13:22.259Z Compiling either v1.13.0
12492024-09-09T17:13:22.483Z Compiling winnow v0.5.40
12502024-09-09T17:13:22.656Z Compiling base16ct v0.2.0
12512024-09-09T17:13:22.825Z Compiling base64 v0.21.7
12522024-09-09T17:13:22.970Z Compiling managed v0.8.0
12532024-09-09T17:13:23.204Z Compiling schemars v0.8.21
12542024-09-09T17:13:23.431Z Compiling rustc-demangle v0.1.24
12552024-09-09T17:13:23.557Z Compiling anyhow v1.0.86
12562024-09-09T17:13:23.577Z Compiling bitflags v1.3.2
12572024-09-09T17:13:24.292Z Compiling schemars_derive v0.8.21
12582024-09-09T17:13:24.429Z Compiling rustls-pemfile v1.0.4
12592024-09-09T17:13:24.454Z Compiling clap_builder v4.5.15
12602024-09-09T17:13:24.720Z Compiling sec1 v0.7.3
12612024-09-09T17:13:24.858Z Compiling zerocopy v0.6.6
12622024-09-09T17:13:25.452Z Compiling hubpack v0.1.2
12632024-09-09T17:13:25.759Z Compiling group v0.13.0
12642024-09-09T17:13:25.801Z Compiling phf v0.11.2
12652024-09-09T17:13:25.895Z Compiling toml_edit v0.19.15
12662024-09-09T17:13:26.078Z Compiling hyper v0.14.30
12672024-09-09T17:13:26.099Z Compiling cookie_store v0.20.0
12682024-09-09T17:13:27.622Z Compiling postgres-types v0.2.7
12692024-09-09T17:13:29.160Z Compiling usdt-attr-macro v0.5.0
12702024-09-09T17:13:29.440Z Compiling usdt-macro v0.5.0
12712024-09-09T17:13:29.699Z Compiling serde_urlencoded v0.7.1
12722024-09-09T17:13:30.234Z Compiling pkcs1 v0.7.5
12732024-09-09T17:13:30.880Z Compiling futures-executor v0.3.30
12742024-09-09T17:13:30.974Z Compiling hkdf v0.12.4
12752024-09-09T17:13:31.238Z Compiling signature v2.2.0
12762024-09-09T17:13:31.273Z Compiling crypto-bigint v0.5.5
12772024-09-09T17:13:31.450Z Compiling bstr v1.9.1
12782024-09-09T17:13:31.532Z Compiling regex v1.10.6
12792024-09-09T17:13:32.040Z Compiling serde_repr v0.1.19
12802024-09-09T17:13:32.614Z Compiling strum_macros v0.25.3
12812024-09-09T17:13:33.230Z Compiling hyper-tls v0.5.0
12822024-09-09T17:13:33.250Z Compiling hyper-rustls v0.24.2
12832024-09-09T17:13:33.591Z Compiling clap_derive v4.5.13
12842024-09-09T17:13:33.620Z Compiling enum-as-inner v0.6.0
12852024-09-09T17:13:33.821Z Compiling phf_shared v0.10.0
12862024-09-09T17:13:33.841Z Compiling float-cmp v0.9.0
12872024-09-09T17:13:34.059Z Compiling idna v0.4.0
12882024-09-09T17:13:34.222Z Compiling mio v0.8.11
12892024-09-09T17:13:34.696Z Compiling encoding_rs v0.8.34
12902024-09-09T17:13:35.574Z Compiling mime v0.3.17
12912024-09-09T17:13:35.745Z Compiling difflib v0.4.0
12922024-09-09T17:13:35.962Z Compiling new_debug_unreachable v1.0.6
12932024-09-09T17:13:36.102Z Compiling bit-vec v0.6.3
12942024-09-09T17:13:36.207Z Compiling normalize-line-endings v0.3.0
12952024-09-09T17:13:36.336Z Compiling predicates-core v1.0.6
12962024-09-09T17:13:36.557Z Compiling unicode-segmentation v1.11.0
12972024-09-09T17:13:36.669Z Compiling data-encoding v2.6.0
12982024-09-09T17:13:36.690Z Compiling webpki-roots v0.25.4
12992024-09-09T17:13:36.861Z Compiling sync_wrapper v0.1.2
13002024-09-09T17:13:36.995Z Compiling static_assertions v1.1.0
13012024-09-09T17:13:37.104Z Compiling whoami v1.5.1
13022024-09-09T17:13:37.331Z Compiling precomputed-hash v0.1.1
13032024-09-09T17:13:37.362Z Compiling dyn-clone v1.0.17
13042024-09-09T17:13:37.405Z Compiling minimal-lexical v0.2.1
13052024-09-09T17:13:37.453Z Compiling fixedbitset v0.4.2
13062024-09-09T17:13:37.741Z Compiling petgraph v0.6.5
13072024-09-09T17:13:37.909Z Compiling nom v7.1.3
13082024-09-09T17:13:37.927Z Compiling string_cache v0.8.7
13092024-09-09T17:13:38.365Z Compiling tokio-postgres v0.7.11
13102024-09-09T17:13:38.425Z Compiling clap v4.5.16
13112024-09-09T17:13:38.546Z Compiling hickory-proto v0.24.1
13122024-09-09T17:13:39.021Z Compiling console v0.15.8
13132024-09-09T17:13:39.188Z Compiling similar v2.6.0
13142024-09-09T17:13:40.544Z Compiling reqwest v0.11.27
13152024-09-09T17:13:40.839Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=319e7b92db69792ab8efa4c68554ad0cf83adf93#319e7b92)
13162024-09-09T17:13:41.460Z Compiling predicates v3.1.2
13172024-09-09T17:13:41.565Z Compiling bit-set v0.5.3
13182024-09-09T17:13:41.643Z Compiling toml_edit v0.22.20
13192024-09-09T17:13:41.662Z Compiling signal-hook-mio v0.2.4
13202024-09-09T17:13:41.827Z Compiling usdt v0.5.0
13212024-09-09T17:13:41.846Z Compiling elliptic-curve v0.13.8
13222024-09-09T17:13:42.325Z Compiling rsa v0.9.6
13232024-09-09T17:13:42.698Z Compiling futures v0.3.30
13242024-09-09T17:13:43.236Z Compiling flate2 v1.0.31
13252024-09-09T17:13:43.709Z Compiling toml v0.7.8
13262024-09-09T17:13:45.035Z Compiling itertools v0.12.1
13272024-09-09T17:13:45.413Z Compiling itertools v0.10.5
13282024-09-09T17:13:47.278Z Compiling tokio-stream v0.1.15
13292024-09-09T17:13:48.184Z Compiling openapiv3 v2.0.0
13302024-09-09T17:13:48.205Z Compiling hex v0.4.3
13312024-09-09T17:13:48.227Z Compiling crossbeam-epoch v0.9.18
13322024-09-09T17:13:48.320Z Compiling sha1 v0.10.6
13332024-09-09T17:13:48.763Z Compiling dirs-sys-next v0.1.2
13342024-09-09T17:13:48.820Z Compiling lalrpop-util v0.19.12
13352024-09-09T17:13:48.842Z Compiling peg-runtime v0.8.3
13362024-09-09T17:13:48.957Z Compiling unicode-xid v0.2.4
13372024-09-09T17:13:49.137Z Compiling dirs-next v2.0.0
13382024-09-09T17:13:49.167Z Compiling thread_local v1.1.8
13392024-09-09T17:13:49.334Z Compiling slog-async v2.8.0
13402024-09-09T17:13:49.428Z Compiling term v0.7.0
13412024-09-09T17:13:49.490Z Compiling xattr v1.3.1
13422024-09-09T17:13:49.724Z Compiling crossbeam-channel v0.5.12
13432024-09-09T17:13:49.773Z Compiling strum_macros v0.26.4
13442024-09-09T17:13:49.941Z Compiling filetime v0.2.25
13452024-09-09T17:13:49.975Z Compiling is-terminal v0.4.12
13462024-09-09T17:13:50.104Z Compiling take_mut v0.2.2
13472024-09-09T17:13:50.269Z Compiling tar v0.4.41
13482024-09-09T17:13:50.288Z Compiling slog-term v2.9.1
13492024-09-09T17:13:50.867Z Compiling camino v1.1.9
13502024-09-09T17:13:52.998Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
13512024-09-09T17:13:53.130Z Compiling strum v0.26.3
13522024-09-09T17:13:53.265Z Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
13532024-09-09T17:13:58.537Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 20s
13542024-09-09T17:13:58.680Z Running `target/debug/xtask-downloader cockroach clickhouse console dendrite-openapi dendrite-stub maghemite-mgd transceiver-control`
13552024-09-09T17:13:58.728ZSep 09 17:13:57.958 INFO Starting download, target: Console
13562024-09-09T17:13:58.730ZSep 09 17:13:57.958 INFO Starting download, target: Clickhouse
13572024-09-09T17:13:58.731ZSep 09 17:13:57.958 INFO Starting download, target: Cockroach
13582024-09-09T17:13:58.731ZSep 09 17:13:57.958 INFO Starting download, target: DendriteOpenapi
13592024-09-09T17:13:58.731ZSep 09 17:13:57.958 INFO Starting download, target: DendriteStub
13602024-09-09T17:13:58.731ZSep 09 17:13:57.958 INFO Starting download, target: MaghemiteMgd
13612024-09-09T17:13:58.731ZSep 09 17:13:57.958 INFO Starting download, target: TransceiverControl
13622024-09-09T17:13:58.731ZSep 09 17:13:57.959 INFO Downloading out/downloads/xcvradm.gz (attempt 1/3), target: TransceiverControl
13632024-09-09T17:13:58.731ZSep 09 17:13:57.959 INFO Downloading out/downloads/dpd-76c735d472e3badaeca08982e22496fccb1ce210.json (attempt 1/3), target: DendriteOpenapi
13642024-09-09T17:13:58.731ZSep 09 17:13:57.959 INFO Downloading out/downloads/console.tar.gz (attempt 1/3), target: Console
13652024-09-09T17:13:58.731ZSep 09 17:13:57.959 INFO Downloading out/downloads/mgd.tar.gz (attempt 1/3), target: MaghemiteMgd
13662024-09-09T17:13:58.731ZSep 09 17:13:57.959 INFO Downloading out/downloads/cockroach-v22.1.9.illumos.tar.gz (attempt 1/3), target: Cockroach
13672024-09-09T17:13:58.731ZSep 09 17:13:57.959 INFO Downloading out/downloads/dendrite-stub.tar.gz (attempt 1/3), target: DendriteStub
13682024-09-09T17:13:58.731ZSep 09 17:13:57.959 INFO Downloading out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz (attempt 1/3), target: Clickhouse
13692024-09-09T17:13:58.876ZSep 09 17:13:58.103 INFO Download complete, target: DendriteOpenapi
13702024-09-09T17:13:59.159ZSep 09 17:13:58.386 INFO Unpacking out/downloads/xcvradm.gz to out/downloads/root/opt/oxide/bin/xcvradm, target: TransceiverControl
13712024-09-09T17:13:59.311ZSep 09 17:13:58.540 INFO Unpacking out/downloads/console.tar.gz to out/console-assets, target: Console
13722024-09-09T17:13:59.395ZSep 09 17:13:58.624 INFO Unpacking out/downloads/dendrite-stub.tar.gz to out/downloads, target: DendriteStub
13732024-09-09T17:13:59.591ZSep 09 17:13:58.821 INFO Unpacking out/downloads/mgd.tar.gz to out/downloads, target: MaghemiteMgd
13742024-09-09T17:13:59.714ZSep 09 17:13:58.943 INFO Download complete, target: Console
13752024-09-09T17:13:59.925ZSep 09 17:13:59.154 INFO tarball path: out/downloads/cockroach-v22.1.9.illumos.tar.gz, target: Cockroach
13762024-09-09T17:13:59.925ZSep 09 17:13:59.154 INFO Unpacking out/downloads/cockroach-v22.1.9.illumos.tar.gz to out/downloads, target: Cockroach
13772024-09-09T17:13:59.949ZSep 09 17:13:59.179 INFO Download complete, target: TransceiverControl
13782024-09-09T17:14:00.744ZSep 09 17:13:59.974 INFO Unpacking out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz to out/clickhouse, target: Clickhouse
13792024-09-09T17:14:02.576ZSep 09 17:14:01.805 INFO Download complete, target: DendriteStub
13802024-09-09T17:14:02.940ZSep 09 17:14:02.169 INFO Download complete, target: MaghemiteMgd
13812024-09-09T17:14:08.292ZSep 09 17:14:07.521 INFO Copying from out/downloads/cockroach-v22.1.9 to out/cockroachdb, target: Cockroach
13822024-09-09T17:14:08.663ZSep 09 17:14:07.892 INFO Checking that binary works, target: Cockroach
13832024-09-09T17:14:08.850ZSep 09 17:14:08.079 INFO Download complete, target: Cockroach
13842024-09-09T17:14:14.799ZSep 09 17:14:14.027 INFO Checking that binary works, target: Clickhouse
13852024-09-09T17:14:15.860ZSep 09 17:14:15.088 INFO Download complete, target: Clickhouse
13862024-09-09T17:14:15.867ZAll prerequisites installed successfully
13872024-09-09T17:14:15.870Z
13882024-09-09T17:14:15.870Zreal 3:58.908540816
13892024-09-09T17:14:15.870Zuser 11:14.984523390
13902024-09-09T17:14:15.870Zsys 2:24.437734001
13912024-09-09T17:14:15.870Ztrap 0.379240907
13922024-09-09T17:14:15.870Ztflt 10.708788880
13932024-09-09T17:14:15.870Zdflt 9.007769473
13942024-09-09T17:14:15.870Zkflt 0.235522989
13952024-09-09T17:14:15.870Zlock 22:15.278126764
13962024-09-09T17:14:15.870Zslp 45:50.078109328
13972024-09-09T17:14:15.870Zlat 35.310938510
13982024-09-09T17:14:15.870Zstop 1:43.818494458
13992024-09-09T17:14:15.870Z+ source ./tools/include/force-git-over-https.sh
14002024-09-09T17:14:15.870Z++ override_urls=('git://github.com/' 'git@github.com:' 'ssh://github.com/' 'ssh://git@github.com/' 'git+ssh://git@github.com/')
14012024-09-09T17:14:15.870Z++ (( i = 0 ))
14022024-09-09T17:14:15.870Z++ (( i < 5 ))
14032024-09-09T17:14:15.870Z++ git config --add --global url.https://github.com/.insteadOf git://github.com/
14042024-09-09T17:14:15.873Z++ (( i++ ))
14052024-09-09T17:14:15.873Z++ (( i < 5 ))
14062024-09-09T17:14:15.873Z++ git config --add --global url.https://github.com/.insteadOf git@github.com:
14072024-09-09T17:14:15.876Z++ (( i++ ))
14082024-09-09T17:14:15.876Z++ (( i < 5 ))
14092024-09-09T17:14:15.876Z++ git config --add --global url.https://github.com/.insteadOf ssh://github.com/
14102024-09-09T17:14:15.879Z++ (( i++ ))
14112024-09-09T17:14:15.879Z++ (( i < 5 ))
14122024-09-09T17:14:15.879Z++ git config --add --global url.https://github.com/.insteadOf ssh://git@github.com/
14132024-09-09T17:14:15.881Z++ (( i++ ))
14142024-09-09T17:14:15.881Z++ (( i < 5 ))
14152024-09-09T17:14:15.881Z++ git config --add --global url.https://github.com/.insteadOf git+ssh://git@github.com/
14162024-09-09T17:14:15.884Z++ (( i++ ))
14172024-09-09T17:14:15.884Z++ (( i < 5 ))
14182024-09-09T17:14:15.884Z++ export CARGO_NET_GIT_FETCH_WITH_CLI=true
14192024-09-09T17:14:15.884Z++ CARGO_NET_GIT_FETCH_WITH_CLI=true
14202024-09-09T17:14:15.887Z+ rc=0
14212024-09-09T17:14:15.887Z+ pfexec pkg install -q /system/zones/brand/omicron1/tools
14222024-09-09T17:14:36.994Z+ case $rc in
14232024-09-09T17:14:36.994Z+ pfexec zfs create -p rpool/images/build/host
14242024-09-09T17:14:37.279Z+ pfexec zfs create -p rpool/images/build/recovery
14252024-09-09T17:14:37.341Z+ cargo xtask releng --output-dir /work
14262024-09-09T17:14:37.905Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
14272024-09-09T17:14:37.922Z Running `target/debug/xtask releng --output-dir /work`
14282024-09-09T17:14:38.820Z Compiling proc-macro2 v1.0.86
14292024-09-09T17:14:38.820Z Compiling unicode-ident v1.0.12
14302024-09-09T17:14:38.820Z Compiling libc v0.2.158
14312024-09-09T17:14:38.823Z Compiling serde v1.0.208
14322024-09-09T17:14:38.823Z Compiling version_check v0.9.5
14332024-09-09T17:14:38.823Z Compiling autocfg v1.3.0
14342024-09-09T17:14:38.823Z Compiling cfg-if v1.0.0
14352024-09-09T17:14:38.823Z Compiling once_cell v1.19.0
14362024-09-09T17:14:39.113Z Compiling typenum v1.17.0
14372024-09-09T17:14:39.190Z Compiling memchr v2.7.2
14382024-09-09T17:14:39.596Z Compiling serde_json v1.0.125
14392024-09-09T17:14:39.796Z Compiling lock_api v0.4.12
14402024-09-09T17:14:39.946Z Compiling generic-array v0.14.7
14412024-09-09T17:14:40.009Z Compiling ahash v0.8.11
14422024-09-09T17:14:40.142Z Compiling libm v0.2.8
14432024-09-09T17:14:40.267Z Compiling num-traits v0.2.19
14442024-09-09T17:14:40.361Z Compiling parking_lot_core v0.9.10
14452024-09-09T17:14:40.495Z Compiling quote v1.0.36
14462024-09-09T17:14:40.603Z Compiling byteorder v1.5.0
14472024-09-09T17:14:40.931Z Compiling syn v2.0.74
14482024-09-09T17:14:41.061Z Compiling jobserver v0.1.32
14492024-09-09T17:14:41.083Z Compiling getrandom v0.2.14
14502024-09-09T17:14:41.197Z Compiling scopeguard v1.2.0
14512024-09-09T17:14:41.231Z Compiling log v0.4.21
14522024-09-09T17:14:41.499Z Compiling cc v1.0.97
14532024-09-09T17:14:41.537Z Compiling thiserror v1.0.63
14542024-09-09T17:14:41.694Z Compiling itoa v1.0.11
14552024-09-09T17:14:41.930Z Compiling slab v0.4.9
14562024-09-09T17:14:42.069Z Compiling rand_core v0.6.4
14572024-09-09T17:14:42.091Z Compiling pkg-config v0.3.30
14582024-09-09T17:14:42.619Z Compiling semver v1.0.23
14592024-09-09T17:14:42.917Z Compiling ryu v1.0.18
14602024-09-09T17:14:43.212Z Compiling vcpkg v0.2.15
14612024-09-09T17:14:43.248Z Compiling pin-project-lite v0.2.14
14622024-09-09T17:14:43.274Z Compiling smallvec v1.13.2
14632024-09-09T17:14:43.395Z Compiling allocator-api2 v0.2.18
14642024-09-09T17:14:43.889Z Compiling spin v0.9.8
14652024-09-09T17:14:44.017Z Compiling subtle v2.5.0
14662024-09-09T17:14:44.380Z Compiling const-oid v0.9.6
14672024-09-09T17:14:44.589Z Compiling signal-hook-registry v1.4.2
14682024-09-09T17:14:44.823Z Compiling ring v0.17.8
14692024-09-09T17:14:44.846Z Compiling openssl-sys v0.9.103
14702024-09-09T17:14:45.806Z Compiling heck v0.5.0
14712024-09-09T17:14:46.197Z Compiling httparse v1.8.0
14722024-09-09T17:14:46.434Z Compiling schemars v0.8.21
14732024-09-09T17:14:46.651Z Compiling rustix v0.38.34
14742024-09-09T17:14:46.858Z Compiling parking_lot v0.12.2
14752024-09-09T17:14:47.000Z Compiling mio v1.0.2
14762024-09-09T17:14:47.364Z Compiling num-conv v0.1.0
14772024-09-09T17:14:47.704Z Compiling time-core v0.1.2
14782024-09-09T17:14:47.725Z Compiling futures-core v0.3.30
14792024-09-09T17:14:47.800Z Compiling socket2 v0.5.7
14802024-09-09T17:14:47.887Z Compiling time-macros v0.2.18
14812024-09-09T17:14:47.966Z Compiling openssl v0.10.66
14822024-09-09T17:14:48.016Z Compiling fnv v1.0.7
14832024-09-09T17:14:48.151Z Compiling equivalent v1.0.1
14842024-09-09T17:14:48.404Z Compiling serde_derive_internals v0.29.1
14852024-09-09T17:14:48.679Z Compiling native-tls v0.2.11
14862024-09-09T17:14:48.807Z Compiling futures-sink v0.3.30
14872024-09-09T17:14:48.928Z Compiling tinyvec_macros v0.1.1
14882024-09-09T17:14:49.015Z Compiling rustls v0.21.12
14892024-09-09T17:14:49.051Z Compiling tinyvec v1.6.0
14902024-09-09T17:14:49.834Z Compiling crossbeam-utils v0.8.19
14912024-09-09T17:14:50.656Z Compiling unicode-normalization v0.1.23
14922024-09-09T17:14:50.740Z Compiling cookie v0.17.0
14932024-09-09T17:14:51.050Z Compiling cpufeatures v0.2.12
14942024-09-09T17:14:51.089Z Compiling iana-time-zone v0.1.60
14952024-09-09T17:14:51.152Z Compiling ucd-trie v0.1.6
14962024-09-09T17:14:51.474Z Compiling futures-channel v0.3.30
14972024-09-09T17:14:51.689Z Compiling pin-utils v0.1.0
14982024-09-09T17:14:51.728Z Compiling futures-io v0.3.30
14992024-09-09T17:14:51.790Z Compiling futures-task v0.3.30
15002024-09-09T17:14:51.829Z Compiling unicode-bidi v0.3.15
15012024-09-09T17:14:52.003Z Compiling syn v1.0.109
15022024-09-09T17:14:52.028Z Compiling slog v2.7.0
15032024-09-09T17:14:52.370Z Compiling aho-corasick v1.1.3
15042024-09-09T17:14:52.751Z Compiling regex-syntax v0.8.4
15052024-09-09T17:14:53.038Z Compiling untrusted v0.9.0
15062024-09-09T17:14:53.638Z Compiling crc32fast v1.4.0
15072024-09-09T17:14:53.892Z Compiling serde_derive v1.0.208
15082024-09-09T17:14:54.140Z Compiling zeroize_derive v1.4.2
15092024-09-09T17:14:54.290Z Compiling zerocopy-derive v0.7.34
15102024-09-09T17:14:55.142Z Compiling tokio-macros v2.4.0
15112024-09-09T17:14:55.725Z Compiling thiserror-impl v1.0.63
15122024-09-09T17:14:56.383Z Compiling zeroize v1.7.0
15132024-09-09T17:14:56.780Z Compiling zerocopy v0.7.34
15142024-09-09T17:14:56.872Z Compiling futures-macro v0.3.30
15152024-09-09T17:14:58.855Z Compiling crypto-common v0.1.6
15162024-09-09T17:14:59.036Z Compiling tracing-attributes v0.1.27
15172024-09-09T17:14:59.111Z Compiling der_derive v0.7.2
15182024-09-09T17:14:59.452Z Compiling hashbrown v0.14.5
15192024-09-09T17:15:00.403Z Compiling block-buffer v0.10.4
15202024-09-09T17:15:00.712Z Compiling digest v0.10.7
15212024-09-09T17:15:01.132Z Compiling schemars_derive v0.8.21
15222024-09-09T17:15:01.645Z Compiling openssl-macros v0.1.1
15232024-09-09T17:15:02.423Z Compiling scroll_derive v0.12.0
15242024-09-09T17:15:02.449Z Compiling hmac v0.12.1
15252024-09-09T17:15:02.689Z Compiling pest v2.7.10
15262024-09-09T17:15:02.784Z Compiling block-padding v0.3.3
15272024-09-09T17:15:03.074Z Compiling inout v0.1.3
15282024-09-09T17:15:03.104Z Compiling futures-util v0.3.30
15292024-09-09T17:15:03.546Z Compiling cipher v0.4.4
15302024-09-09T17:15:04.165Z Compiling sha2 v0.10.8
15312024-09-09T17:15:04.395Z Compiling regex-automata v0.4.6
15322024-09-09T17:15:05.403Z Compiling pest_meta v2.7.10
15332024-09-09T17:15:05.989Z Compiling dyn-clone v1.0.17
15342024-09-09T17:15:06.940Z Compiling pest_generator v2.7.10
15352024-09-09T17:15:08.872Z Compiling bytes v1.7.1
15362024-09-09T17:15:10.246Z Compiling bitflags v2.6.0
15372024-09-09T17:15:10.920Z Compiling tokio v1.39.3
15382024-09-09T17:15:11.109Z Compiling indexmap v2.4.0
15392024-09-09T17:15:11.686Z Compiling serde_tokenstream v0.2.2
15402024-09-09T17:15:12.415Z Compiling uuid v1.10.0
15412024-09-09T17:15:12.798Z Compiling chrono v0.4.38
15422024-09-09T17:15:13.418Z Compiling http v0.2.12
15432024-09-09T17:15:14.011Z Compiling rustc_version v0.4.0
15442024-09-09T17:15:14.734Z Compiling pest_derive v2.7.10
15452024-09-09T17:15:16.519Z Compiling usdt-impl v0.5.0
15462024-09-09T17:15:16.760Z Compiling heck v0.4.1
15472024-09-09T17:15:17.077Z Compiling base64ct v1.6.0
15482024-09-09T17:15:17.160Z Compiling percent-encoding v2.3.1
15492024-09-09T17:15:17.330Z Compiling powerfmt v0.2.0
15502024-09-09T17:15:17.730Z Compiling deranged v0.3.11
15512024-09-09T17:15:17.763Z Compiling pem-rfc7468 v0.7.0
15522024-09-09T17:15:17.766Z Compiling heapless v0.7.17
15532024-09-09T17:15:18.414Z Compiling scroll v0.12.0
15542024-09-09T17:15:18.444Z Compiling zerocopy-derive v0.6.6
15552024-09-09T17:15:19.419Z Compiling backtrace v0.3.71
15562024-09-09T17:15:19.959Z Compiling tracing-core v0.1.32
15572024-09-09T17:15:20.147Z Compiling errno v0.3.9
15582024-09-09T17:15:20.422Z Compiling tokio-util v0.7.11
15592024-09-09T17:15:20.439Z Compiling plain v0.2.3
15602024-09-09T17:15:21.073Z Compiling num_threads v0.1.7
15612024-09-09T17:15:21.204Z Compiling flagset v0.4.5
15622024-09-09T17:15:21.429Z Compiling num-bigint-dig v0.8.4
15632024-09-09T17:15:22.118Z Compiling ppv-lite86 v0.2.17
15642024-09-09T17:15:22.612Z Compiling der v0.7.9
15652024-09-09T17:15:23.013Z Compiling rand_chacha v0.3.1
15662024-09-09T17:15:23.016Z Compiling time v0.3.36
15672024-09-09T17:15:23.202Z Compiling tracing v0.1.40
15682024-09-09T17:15:23.932Z Compiling goblin v0.8.2
15692024-09-09T17:15:24.640Z Compiling regex v1.10.6
15702024-09-09T17:15:25.434Z Compiling salsa20 v0.10.2
15712024-09-09T17:15:25.832Z Compiling pbkdf2 v0.12.2
15722024-09-09T17:15:25.952Z Compiling async-trait v0.1.81
15732024-09-09T17:15:26.436Z Compiling strsim v0.11.1
15742024-09-09T17:15:27.591Z Compiling pretty-hex v0.4.1
15752024-09-09T17:15:27.846Z Compiling rustversion v1.0.17
15762024-09-09T17:15:29.068Z Compiling scrypt v0.11.0
15772024-09-09T17:15:29.374Z Compiling spki v0.7.3
15782024-09-09T17:15:29.529Z Compiling rand v0.8.5
15792024-09-09T17:15:29.576Z Compiling form_urlencoded v1.2.1
15802024-09-09T17:15:29.762Z Compiling dof v0.3.0
15812024-09-09T17:15:30.061Z Compiling dtrace-parser v0.2.0
15822024-09-09T17:15:30.174Z Compiling aes v0.8.4
15832024-09-09T17:15:31.043Z Compiling cbc v0.1.2
15842024-09-09T17:15:31.297Z Compiling thread-id v4.2.1
15852024-09-09T17:15:31.521Z Compiling smoltcp v0.9.1
15862024-09-09T17:15:31.789Z Compiling signal-hook v0.3.17
15872024-09-09T17:15:32.132Z Compiling foreign-types-shared v0.1.1
15882024-09-09T17:15:32.155Z Compiling unicode-width v0.1.13
15892024-09-09T17:15:32.244Z Compiling anyhow v1.0.86
15902024-09-09T17:15:32.527Z Compiling try-lock v0.2.5
15912024-09-09T17:15:32.697Z Compiling want v0.3.1
15922024-09-09T17:15:32.801Z Compiling foreign-types v0.3.2
15932024-09-09T17:15:34.451Z Compiling pkcs5 v0.7.1
15942024-09-09T17:15:35.969Z Compiling h2 v0.3.26
15952024-09-09T17:15:38.757Z Compiling http-body v0.4.6
15962024-09-09T17:15:40.457Z Compiling clap_derive v4.5.13
15972024-09-09T17:15:41.309Z Compiling base64 v0.21.7
15982024-09-09T17:15:41.675Z Compiling siphasher v0.3.11
15992024-09-09T17:15:42.093Z Compiling httpdate v1.0.3
16002024-09-09T17:15:42.797Z Compiling tower-service v0.3.2
16012024-09-09T17:15:42.901Z Compiling cfg_aliases v0.1.1
16022024-09-09T17:15:43.021Z Compiling nix v0.28.0
16032024-09-09T17:15:45.038Z Compiling hyper v0.14.30
16042024-09-09T17:15:46.398Z Compiling pkcs8 v0.10.2
16052024-09-09T17:15:48.651Z Compiling sct v0.7.1
16062024-09-09T17:15:48.775Z Compiling rustls-webpki v0.101.7
16072024-09-09T17:15:49.984Z Compiling openapiv3 v2.0.0
16082024-09-09T17:15:50.491Z Compiling hubpack_derive v0.1.1
16092024-09-09T17:15:54.503Z Compiling idna v0.5.0
16102024-09-09T17:15:56.712Z Compiling fs-err v2.11.0
16112024-09-09T17:15:56.733Z Compiling utf8parse v0.2.1
16122024-09-09T17:15:57.083Z Compiling openssl-probe v0.1.5
16132024-09-09T17:15:57.131Z Compiling finl_unicode v1.2.0
16142024-09-09T17:15:57.611Z Compiling adler v1.0.2
16152024-09-09T17:15:57.896Z Compiling anstyle v1.0.8
16162024-09-09T17:15:57.923Z Compiling miniz_oxide v0.7.2
16172024-09-09T17:15:58.075Z Compiling stringprep v0.1.4
16182024-09-09T17:15:59.513Z Compiling anstyle-parse v0.2.4
16192024-09-09T17:15:59.937Z Compiling url v2.5.2
16202024-09-09T17:16:04.668Z Compiling usdt-macro v0.5.0
16212024-09-09T17:16:04.979Z Compiling usdt-attr-macro v0.5.0
16222024-09-09T17:16:06.760Z Compiling toml_datetime v0.6.8
16232024-09-09T17:16:06.998Z Compiling serde_spanned v0.6.7
16242024-09-09T17:16:07.227Z Compiling md-5 v0.10.6
16252024-09-09T17:16:07.294Z Compiling regress v0.9.1
16262024-09-09T17:16:07.567Z Compiling idna v0.3.0
16272024-09-09T17:16:09.296Z Compiling lazy_static v1.5.0
16282024-09-09T17:16:09.523Z Compiling num-integer v0.1.46
16292024-09-09T17:16:10.125Z Compiling hash32 v0.2.1
16302024-09-09T17:16:10.235Z Compiling encoding_rs v0.8.34
16312024-09-09T17:16:10.557Z Compiling fallible-iterator v0.2.0
16322024-09-09T17:16:11.097Z Compiling is_terminal_polyfill v1.70.0
16332024-09-09T17:16:11.270Z Compiling mime v0.3.17
16342024-09-09T17:16:11.331Z Compiling colorchoice v1.0.1
16352024-09-09T17:16:11.384Z Compiling psl-types v2.0.11
16362024-09-09T17:16:11.640Z Compiling gimli v0.28.1
16372024-09-09T17:16:11.846Z Compiling base64 v0.22.1
16382024-09-09T17:16:12.466Z Compiling stable_deref_trait v1.2.0
16392024-09-09T17:16:12.581Z Compiling anstyle-query v1.0.3
16402024-09-09T17:16:12.764Z Compiling anstream v0.6.14
16412024-09-09T17:16:12.832Z Compiling postgres-protocol v0.6.7
16422024-09-09T17:16:13.547Z Compiling publicsuffix v2.2.3
16432024-09-09T17:16:14.072Z Compiling typify-impl v0.1.0 (https://github.com/oxidecomputer/typify#ad1296f6)
16442024-09-09T17:16:15.905Z Compiling num-iter v0.1.45
16452024-09-09T17:16:16.989Z Compiling addr2line v0.21.0
16462024-09-09T17:16:17.645Z Compiling tokio-rustls v0.24.1
16472024-09-09T17:16:18.506Z Compiling terminal_size v0.3.0
16482024-09-09T17:16:18.730Z Compiling tokio-native-tls v0.3.1
16492024-09-09T17:16:19.329Z Compiling phf_shared v0.11.2
16502024-09-09T17:16:19.700Z Compiling strum_macros v0.25.3
16512024-09-09T17:16:19.979Z Compiling serde_urlencoded v0.7.1
16522024-09-09T17:16:20.619Z Compiling enum-as-inner v0.6.0
16532024-09-09T17:16:21.574Z Compiling serde_repr v0.1.19
16542024-09-09T17:16:21.624Z Compiling ff v0.13.0
16552024-09-09T17:16:21.646Z Compiling object v0.32.2
16562024-09-09T17:16:22.980Z Compiling base16ct v0.2.0
16572024-09-09T17:16:23.208Z Compiling bitflags v1.3.2
16582024-09-09T17:16:23.276Z Compiling ipnet v2.9.0
16592024-09-09T17:16:23.279Z Compiling winnow v0.5.40
16602024-09-09T17:16:23.314Z Compiling clap_lex v0.7.0
16612024-09-09T17:16:23.580Z Compiling rustc-demangle v0.1.24
16622024-09-09T17:16:24.285Z Compiling either v1.13.0
16632024-09-09T17:16:24.732Z Compiling managed v0.8.0
16642024-09-09T17:16:25.179Z Compiling rustls-pemfile v1.0.4
16652024-09-09T17:16:25.984Z Compiling clap_builder v4.5.15
16662024-09-09T17:16:26.022Z Compiling typify-macro v0.1.0 (https://github.com/oxidecomputer/typify#ad1296f6)
16672024-09-09T17:16:26.488Z Compiling sec1 v0.7.3
16682024-09-09T17:16:27.027Z Compiling toml_edit v0.19.15
16692024-09-09T17:16:27.067Z Compiling group v0.13.0
16702024-09-09T17:16:29.055Z Compiling phf v0.11.2
16712024-09-09T17:16:29.358Z Compiling hyper-tls v0.5.0
16722024-09-09T17:16:29.772Z Compiling hyper-rustls v0.24.2
16732024-09-09T17:16:30.130Z Compiling cookie_store v0.20.0
16742024-09-09T17:16:30.792Z Compiling postgres-types v0.2.7
16752024-09-09T17:16:31.640Z Compiling hubpack v0.1.2
16762024-09-09T17:16:31.713Z Compiling pkcs1 v0.7.5
16772024-09-09T17:16:32.108Z Compiling phf_shared v0.10.0
16782024-09-09T17:16:32.659Z Compiling zerocopy v0.6.6
16792024-09-09T17:16:32.695Z Compiling futures-executor v0.3.30
16802024-09-09T17:16:32.892Z Compiling bstr v1.9.1
16812024-09-09T17:16:32.895Z Compiling hkdf v0.12.4
16822024-09-09T17:16:33.142Z Compiling signature v2.2.0
16832024-09-09T17:16:33.162Z Compiling crypto-bigint v0.5.5
16842024-09-09T17:16:33.251Z Compiling idna v0.4.0
16852024-09-09T17:16:33.449Z Compiling float-cmp v0.9.0
16862024-09-09T17:16:33.489Z Compiling mio v0.8.11
16872024-09-09T17:16:33.676Z Compiling memmap v0.7.0
16882024-09-09T17:16:34.149Z Compiling data-encoding v2.6.0
16892024-09-09T17:16:34.443Z Compiling whoami v1.5.1
16902024-09-09T17:16:34.462Z Compiling sync_wrapper v0.1.2
16912024-09-09T17:16:34.586Z Compiling webpki-roots v0.25.4
16922024-09-09T17:16:34.604Z Compiling precomputed-hash v0.1.1
16932024-09-09T17:16:34.725Z Compiling difflib v0.4.0
16942024-09-09T17:16:34.755Z Compiling static_assertions v1.1.0
16952024-09-09T17:16:34.988Z Compiling new_debug_unreachable v1.0.6
16962024-09-09T17:16:35.028Z Compiling normalize-line-endings v0.3.0
16972024-09-09T17:16:35.083Z Compiling winnow v0.6.18
16982024-09-09T17:16:35.156Z Compiling fixedbitset v0.4.2
16992024-09-09T17:16:35.442Z Compiling minimal-lexical v0.2.1
17002024-09-09T17:16:35.693Z Compiling bit-vec v0.6.3
17012024-09-09T17:16:35.795Z Compiling predicates-core v1.0.6
17022024-09-09T17:16:35.956Z Compiling unicode-segmentation v1.11.0
17032024-09-09T17:16:36.078Z Compiling reqwest v0.11.27
17042024-09-09T17:16:36.097Z Compiling elliptic-curve v0.13.8
17052024-09-09T17:16:36.112Z Compiling bit-set v0.5.3
17062024-09-09T17:16:36.714Z Compiling similar v2.6.0
17072024-09-09T17:16:36.783Z Compiling predicates v3.1.2
17082024-09-09T17:16:36.828Z Compiling nom v7.1.3
17092024-09-09T17:16:37.295Z Compiling petgraph v0.6.5
17102024-09-09T17:16:38.687Z Compiling toml_edit v0.22.20
17112024-09-09T17:16:38.709Z Compiling string_cache v0.8.7
17122024-09-09T17:16:39.118Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=319e7b92db69792ab8efa4c68554ad0cf83adf93#319e7b92)
17132024-09-09T17:16:39.380Z Compiling hickory-proto v0.24.1
17142024-09-09T17:16:40.485Z Compiling tokio-postgres v0.7.11
17152024-09-09T17:16:41.249Z Compiling signal-hook-mio v0.2.4
17162024-09-09T17:16:41.440Z Compiling usdt v0.5.0
17172024-09-09T17:16:42.713Z Compiling rsa v0.9.6
17182024-09-09T17:16:44.835Z Compiling futures v0.3.30
17192024-09-09T17:16:45.703Z Compiling toml v0.7.8
17202024-09-09T17:16:45.881Z Compiling clap v4.5.16
17212024-09-09T17:16:46.009Z Compiling crossbeam-epoch v0.9.18
17222024-09-09T17:16:46.406Z Compiling flate2 v1.0.31
17232024-09-09T17:16:46.728Z Compiling itertools v0.12.1
17242024-09-09T17:16:47.257Z Compiling itertools v0.10.5
17252024-09-09T17:16:47.325Z Compiling console v0.15.8
17262024-09-09T17:16:48.680Z Compiling tokio-stream v0.1.15
17272024-09-09T17:16:49.113Z Compiling hex v0.4.3
17282024-09-09T17:16:49.772Z Compiling sha1 v0.10.6
17292024-09-09T17:16:50.131Z Compiling unicode-xid v0.2.4
17302024-09-09T17:16:50.300Z Compiling camino v1.1.9
17312024-09-09T17:16:50.511Z Compiling peg-runtime v0.8.3
17322024-09-09T17:16:50.906Z Compiling radium v0.7.0
17332024-09-09T17:16:51.149Z Compiling lalrpop-util v0.19.12
17342024-09-09T17:16:51.489Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
17352024-09-09T17:16:55.166Z Compiling is-terminal v0.4.12
17362024-09-09T17:16:59.180Z Compiling ident_case v1.0.1
17372024-09-09T17:16:59.868Z Compiling tap v1.0.1
17382024-09-09T17:17:00.054Z Compiling rustls-pki-types v1.7.0
17392024-09-09T17:17:01.427Z Compiling maybe-uninit v2.0.0
17402024-09-09T17:17:01.977Z Compiling wyz v0.5.1
17412024-09-09T17:17:02.845Z Compiling darling_core v0.20.9
17422024-09-09T17:17:15.194Z Compiling typify v0.1.0 (https://github.com/oxidecomputer/typify#ad1296f6)
17432024-09-09T17:17:15.552Z Compiling getopts v0.2.21
17442024-09-09T17:17:16.856Z Compiling bzip2-sys v0.1.11+1.0.8
17452024-09-09T17:17:17.515Z Compiling dirs-sys-next v0.1.2
17462024-09-09T17:17:17.539Z Compiling funty v2.0.0
17472024-09-09T17:17:18.257Z Compiling unsafe-libyaml v0.2.11
17482024-09-09T17:17:19.668Z Compiling packed_struct v0.10.1
17492024-09-09T17:17:20.025Z Compiling rustls v0.22.4
17502024-09-09T17:17:20.044Z Compiling paste v1.0.15
17512024-09-09T17:17:20.354Z Compiling serde_yaml v0.9.34+deprecated
17522024-09-09T17:17:20.583Z Compiling bitvec v1.0.1
17532024-09-09T17:17:21.364Z Compiling dirs-next v2.0.0
17542024-09-09T17:17:24.061Z Compiling progenitor-impl v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#c59c6d64)
17552024-09-09T17:17:25.200Z Compiling darling_macro v0.20.9
17562024-09-09T17:17:26.223Z Compiling rustls-webpki v0.102.4
17572024-09-09T17:17:29.847Z Compiling packed_struct_codegen v0.10.1
17582024-09-09T17:17:30.350Z Compiling structmeta-derive v0.3.0
17592024-09-09T17:17:30.915Z Compiling thread_local v1.1.8
17602024-09-09T17:17:31.226Z Compiling multer v3.1.0
17612024-09-09T17:17:31.432Z Compiling indexmap v1.9.3
17622024-09-09T17:17:31.483Z Compiling nodrop v0.1.14
17632024-09-09T17:17:31.550Z Compiling fastrand v2.1.0
17642024-09-09T17:17:31.587Z Compiling rayon-core v1.12.1
17652024-09-09T17:17:31.621Z Compiling slog-async v2.8.0
17662024-09-09T17:17:32.110Z Compiling crc-catalog v2.4.0
17672024-09-09T17:17:32.211Z Compiling match_cfg v0.1.0
17682024-09-09T17:17:32.271Z Compiling crc v3.2.1
17692024-09-09T17:17:32.331Z Compiling hostname v0.3.1
17702024-09-09T17:17:32.615Z Compiling tempfile v3.10.1
17712024-09-09T17:17:32.913Z Compiling structmeta v0.3.0
17722024-09-09T17:17:33.369Z Compiling array-init v0.0.4
17732024-09-09T17:17:34.320Z Compiling progenitor-macro v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#c59c6d64)
17742024-09-09T17:17:35.719Z Compiling smallvec v0.6.14
17752024-09-09T17:17:36.233Z Compiling darling v0.20.9
17762024-09-09T17:17:36.361Z Compiling term v0.7.0
17772024-09-09T17:17:38.673Z Compiling crossbeam-deque v0.8.5
17782024-09-09T17:17:39.089Z Compiling progenitor-client v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#c59c6d64)
17792024-09-09T17:17:40.607Z Compiling slog-json v2.6.1
17802024-09-09T17:17:41.062Z Compiling crossbeam-channel v0.5.12
17812024-09-09T17:17:41.623Z Compiling http v1.1.0
17822024-09-09T17:17:42.598Z Compiling pin-project-internal v1.1.5
17832024-09-09T17:17:44.665Z Compiling async-stream-impl v0.3.5
17842024-09-09T17:17:46.177Z Compiling dropshot v0.10.2-dev (https://github.com/oxidecomputer/dropshot?branch=main#06c8dab4)
17852024-09-09T17:17:46.511Z Compiling termcolor v1.4.1
17862024-09-09T17:17:48.070Z Compiling take_mut v0.2.2
17872024-09-09T17:17:48.195Z Compiling same-file v1.0.6
17882024-09-09T17:17:48.349Z Compiling hashbrown v0.12.3
17892024-09-09T17:17:48.465Z Compiling bitfield v0.14.0
17902024-09-09T17:17:49.289Z Compiling atomic-waker v1.1.2
17912024-09-09T17:17:55.647Z Compiling waitgroup v0.1.2
17922024-09-09T17:17:55.892Z Compiling progenitor v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#c59c6d64)
17932024-09-09T17:17:57.010Z Compiling lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#131520fc)
17942024-09-09T17:17:58.031Z Compiling walkdir v2.5.0
17952024-09-09T17:18:05.487Z Compiling env_logger v0.10.2
17962024-09-09T17:18:06.003Z Compiling async-stream v0.3.5
17972024-09-09T17:18:07.223Z Compiling pin-project v1.1.5
17982024-09-09T17:18:08.360Z Compiling slog-bunyan v2.5.0
17992024-09-09T17:18:09.695Z Compiling tokio-rustls v0.25.0
18002024-09-09T17:18:10.189Z Compiling slog-term v2.9.1
18012024-09-09T17:18:10.285Z Compiling serde_with_macros v3.9.0
18022024-09-09T17:18:11.771Z Compiling serde-hex v0.1.0
18032024-09-09T17:18:12.643Z Compiling bzip2 v0.4.4
18042024-09-09T17:18:12.740Z Compiling parse-display-derive v0.10.0
18052024-09-09T17:18:12.911Z Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a)
18062024-09-09T17:18:13.070Z Compiling toml v0.8.19
18072024-09-09T17:18:13.213Z Compiling rustls-pemfile v2.1.3
18082024-09-09T17:18:15.909Z Compiling x509-cert v0.2.5
18092024-09-09T17:18:16.428Z Compiling ron v0.8.1
18102024-09-09T17:18:16.658Z Compiling strum_macros v0.26.4
18112024-09-09T17:18:16.745Z Compiling ipnetwork v0.20.0
18122024-09-09T17:18:17.208Z Compiling newtype-uuid v1.1.0
18132024-09-09T17:18:17.577Z Compiling xattr v1.3.1
18142024-09-09T17:18:17.897Z Compiling snafu-derive v0.8.2
18152024-09-09T17:18:18.900Z Compiling dropshot_endpoint v0.10.2-dev (https://github.com/oxidecomputer/dropshot?branch=main#06c8dab4)
18162024-09-09T17:18:20.024Z Compiling serde_path_to_error v0.1.16
18172024-09-09T17:18:20.493Z Compiling hashbrown v0.13.2
18182024-09-09T17:18:21.052Z Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
18192024-09-09T17:18:21.193Z Compiling blake3 v1.5.1
18202024-09-09T17:18:21.799Z Compiling ring v0.16.20
18212024-09-09T17:18:21.804Z Compiling filetime v0.2.25
18222024-09-09T17:18:21.848Z Compiling hostname v0.4.0
18232024-09-09T17:18:22.143Z Compiling instant v0.1.12
18242024-09-09T17:18:22.161Z Compiling crc-any v2.5.0
18252024-09-09T17:18:22.317Z Compiling buf-list v1.0.3
18262024-09-09T17:18:22.644Z Compiling debug-ignore v1.0.5
18272024-09-09T17:18:22.821Z Compiling snafu v0.8.2
18282024-09-09T17:18:22.965Z Compiling lpc55_sign v0.3.4 (https://github.com/oxidecomputer/lpc55_support#131520fc)
18292024-09-09T17:18:23.189Z Compiling backoff v0.4.0
18302024-09-09T17:18:23.562Z Compiling tar v0.4.41
18312024-09-09T17:18:23.760Z Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
18322024-09-09T17:18:24.075Z Compiling object v0.30.4
18332024-09-09T17:18:24.608Z Compiling strum v0.26.3
18342024-09-09T17:18:24.814Z Compiling tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a)
18352024-09-09T17:18:26.523Z Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
18362024-09-09T17:18:27.044Z Compiling oxnet v0.1.0 (https://github.com/oxidecomputer/oxnet#2612d220)
18372024-09-09T17:18:27.291Z Compiling parse-display v0.10.0
18382024-09-09T17:18:28.450Z Compiling zip v0.6.6
18392024-09-09T17:18:28.754Z Compiling serde_with v3.9.0
18402024-09-09T17:18:29.231Z Compiling rayon v1.10.0
18412024-09-09T17:18:30.661Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
18422024-09-09T17:18:31.172Z Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=9e0fe45ca3862176dc31ad8cc83f605f8a7e1a42#9e0fe45c)
18432024-09-09T17:18:31.414Z Compiling camino-tempfile v1.1.1
18442024-09-09T17:18:32.173Z Compiling globset v0.4.14
18452024-09-09T17:18:33.153Z Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945)
18462024-09-09T17:18:33.351Z Compiling pem v3.0.4
18472024-09-09T17:18:34.823Z Compiling olpc-cjson v0.1.3
18482024-09-09T17:18:34.905Z Compiling serde_plain v1.0.2
18492024-09-09T17:18:35.137Z Compiling macaddr v1.0.1
18502024-09-09T17:18:35.422Z Compiling async-recursion v1.1.1
18512024-09-09T17:18:35.790Z Compiling memmap2 v0.9.4
18522024-09-09T17:18:36.363Z Compiling arrayvec v0.7.4
18532024-09-09T17:18:36.841Z Compiling spin v0.5.2
18542024-09-09T17:18:36.901Z Compiling untrusted v0.7.1
18552024-09-09T17:18:37.092Z Compiling path-slash v0.1.5
18562024-09-09T17:18:37.107Z Compiling constant_time_eq v0.3.0
18572024-09-09T17:18:37.109Z Compiling typed-path v0.7.1
18582024-09-09T17:18:37.288Z Compiling arrayref v0.3.7
18592024-09-09T17:18:37.342Z Compiling hubtools v0.4.6 (https://github.com/oxidecomputer/hubtools.git?branch=main#943c4bbe)
18602024-09-09T17:18:39.811Z Compiling tough v0.17.1
18612024-09-09T17:18:40.005Z Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
18622024-09-09T17:18:41.424Z Compiling itertools v0.13.0
18632024-09-09T17:18:43.936Z Compiling cargo-platform v0.1.8
18642024-09-09T17:18:45.032Z Compiling parse-size v1.0.0
18652024-09-09T17:18:45.186Z Compiling topological-sort v0.2.2
18662024-09-09T17:18:45.335Z Compiling cargo_metadata v0.18.1
18672024-09-09T17:18:45.457Z Compiling omicron-zone-package v0.11.0
18682024-09-09T17:18:47.296Z Compiling shell-words v1.1.0
18692024-09-09T17:18:53.366Z Compiling tufaceous-lib v0.1.0 (/work/oxidecomputer/omicron/tufaceous-lib)
18702024-09-09T17:19:05.585Z Compiling omicron-releng v0.1.0 (/work/oxidecomputer/omicron/dev-tools/releng)
18712024-09-09T17:19:19.677Z Finished `release` profile [optimized] target(s) in 4m 41s
18722024-09-09T17:19:19.828Z Running `target/release/omicron-releng --output-dir /work`
18732024-09-09T17:19:19.872ZSep 09 17:19:19.061 DEBG changing working directory to /work/oxidecomputer/omicron
18742024-09-09T17:19:19.967ZSep 09 17:19:19.159 DEBG running: git rev-parse HEAD
18752024-09-09T17:19:19.974ZSep 09 17:19:19.166 DEBG process exited with exit status: 0 (6.428904ms)
18762024-09-09T17:19:19.974ZSep 09 17:19:19.166 INFO version: 10.0.0-0.ci+gitbe18651bc8c
18772024-09-09T17:19:20.014ZSep 09 17:19:19.206 INFO cloning helios to /work/oxidecomputer/helios
18782024-09-09T17:19:20.014ZSep 09 17:19:19.206 DEBG running: git clone https://github.com/oxidecomputer/helios.git /work/oxidecomputer/helios
18792024-09-09T17:19:20.020ZCloning into '/work/oxidecomputer/helios'...
18802024-09-09T17:19:20.868ZSep 09 17:19:20.059 DEBG process exited with exit status: 0 (853.038145ms)
18812024-09-09T17:19:20.868ZSep 09 17:19:20.060 DEBG running: git -C /work/oxidecomputer/helios status --branch '--porcelain=2'
18822024-09-09T17:19:20.875Z# branch.oid 5127748309904515b55cc42a01d9fadd7afdf0b9
18832024-09-09T17:19:20.875Z# branch.head master
18842024-09-09T17:19:20.875Z# branch.upstream origin/master
18852024-09-09T17:19:20.876Z# branch.ab +0 -0
18862024-09-09T17:19:20.878ZSep 09 17:19:20.068 DEBG process exited with exit status: 0 (8.394656ms)
18872024-09-09T17:19:20.878ZSep 09 17:19:20.068 DEBG running: pkg verify -q /system/zones/brand/omicron1/tools
18882024-09-09T17:19:21.605ZSep 09 17:19:20.797 DEBG process exited with exit status: 0 (728.892457ms)
18892024-09-09T17:19:21.605ZSep 09 17:19:20.797 DEBG running: zfs list rpool/images/build/host
18902024-09-09T17:19:21.613ZNAME USED AVAIL REFER MOUNTPOINT
18912024-09-09T17:19:21.613Zrpool/images/build/host 24K 152G 24K /rpool/images/build/host
18922024-09-09T17:19:21.616ZSep 09 17:19:20.805 DEBG process exited with exit status: 0 (7.438147ms)
18932024-09-09T17:19:21.616ZSep 09 17:19:20.805 DEBG running: zfs list rpool/images/build/recovery
18942024-09-09T17:19:21.618ZNAME USED AVAIL REFER MOUNTPOINT
18952024-09-09T17:19:21.618Zrpool/images/build/recovery 24K 152G 24K /rpool/images/build/recovery
18962024-09-09T17:19:21.621ZSep 09 17:19:20.811 DEBG process exited with exit status: 0 (6.36458ms)
18972024-09-09T17:19:21.621ZSep 09 17:19:20.812 INFO [hubris-production] running task
18982024-09-09T17:19:21.621ZSep 09 17:19:20.812 INFO [hubris-staging] running task
18992024-09-09T17:19:21.621ZSep 09 17:19:20.812 INFO [helios-setup] running: BUILD_OS=no PWD=/work/oxidecomputer/helios ptime -m gmake setup
19002024-09-09T17:19:21.624ZSep 09 17:19:20.816 INFO [omicron-package] running: ptime -m /home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/cargo build --locked --release --bin omicron-package
19012024-09-09T17:19:22.114Z[ helios-setup] cd tools/helios-build && cargo build --quiet
19022024-09-09T17:19:22.518Z[ omicron-package] Blocking waiting for file lock on package cache
19032024-09-09T17:19:23.095Z[ omicron-package] Compiling proc-macro-crate v1.3.1
19042024-09-09T17:19:23.095Z[ omicron-package] Compiling heapless v0.8.0
19052024-09-09T17:19:23.098Z[ omicron-package] Compiling hash32 v0.3.1
19062024-09-09T17:19:23.098ZSep 09 17:19:22.289 INFO [hubris-production] task succeeded (1.477283147s)
19072024-09-09T17:19:23.231Z[ omicron-package] Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
19082024-09-09T17:19:23.246Z[ omicron-package] Compiling smoltcp v0.11.0
19092024-09-09T17:19:23.278Z[ omicron-package] Compiling proc-macro-error-attr v1.0.4
19102024-09-09T17:19:23.281Z[ omicron-package] Compiling cobs v0.2.3
19112024-09-09T17:19:23.281Z[ omicron-package] Compiling embedded-io v0.4.0
19122024-09-09T17:19:23.494Z[ omicron-package] Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9)
19132024-09-09T17:19:23.557Z[ omicron-package] Compiling postcard v1.0.8
19142024-09-09T17:19:23.695Z[ omicron-package] Compiling foreign-types-macros v0.2.3
19152024-09-09T17:19:23.736Z[ omicron-package] Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=76878de67229ea113d70503c441eab47ac5dc653#76878de6)
19162024-09-09T17:19:23.816Z[ omicron-package] Compiling proc-macro-error v1.0.4
19172024-09-09T17:19:23.895Z[ omicron-package] Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=76878de67229ea113d70503c441eab47ac5dc653#76878de6)
19182024-09-09T17:19:24.057Z[ omicron-package] Compiling foreign-types-shared v0.3.1
19192024-09-09T17:19:24.110Z[ omicron-package] Compiling num_enum_derive v0.5.11
19202024-09-09T17:19:24.115Z[ omicron-package] Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#42ad0104)
19212024-09-09T17:19:24.831Z[ omicron-package] Compiling tabwriter v1.4.0
19222024-09-09T17:19:24.904Z[ omicron-package] Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#42ad0104)
19232024-09-09T17:19:25.223Z[ omicron-package] Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=76878de67229ea113d70503c441eab47ac5dc653#76878de6)
19242024-09-09T17:19:25.281Z[ omicron-package] Compiling cstr-argument v0.1.2
19252024-09-09T17:19:25.374Z[ omicron-package] Compiling foreign-types v0.5.0
19262024-09-09T17:19:25.799Z[ omicron-package] Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys#4ceaf96e)
19272024-09-09T17:19:25.954Z[ omicron-package] Compiling pretty-hex v0.2.1
19282024-09-09T17:19:26.016Z[ omicron-package] Compiling crucible-workspace-hack v0.1.0
19292024-09-09T17:19:26.410Z[ omicron-package] Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
19302024-09-09T17:19:26.552Z[ omicron-package] Compiling colored v2.1.0
19312024-09-09T17:19:26.629Z[ omicron-package] Compiling socket2 v0.4.10
19322024-09-09T17:19:26.997Z[ omicron-package] Compiling poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=multipath#ca52bef3)
19332024-09-09T17:19:27.612Z[ omicron-package] Compiling zone_cfg_derive v0.3.0
19342024-09-09T17:19:27.769Z[ omicron-package] Compiling num_enum v0.5.11
19352024-09-09T17:19:27.903Z[ omicron-package] Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=24a74d0c76b6a63961ecef76acb1516b6e66c5c9#24a74d0c)
19362024-09-09T17:19:28.025Z[ omicron-package] Compiling num-derive v0.4.2
19372024-09-09T17:19:28.355Z[ omicron-package] Compiling sigpipe v0.1.3
19382024-09-09T17:19:28.801Z[ omicron-package] Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9)
19392024-09-09T17:19:29.059Z[ omicron-package] Compiling libefi-sys v0.1.0
19402024-09-09T17:19:29.172Z[ omicron-package] Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
19412024-09-09T17:19:29.345Z[ omicron-package] Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
19422024-09-09T17:19:29.912Z[ omicron-package] Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=24a74d0c76b6a63961ecef76acb1516b6e66c5c9#24a74d0c)
19432024-09-09T17:19:29.961Z[ omicron-package] Compiling smf v0.2.3
19442024-09-09T17:19:30.173Z[ omicron-package] Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino?branch=main#1b66b89c)
19452024-09-09T17:19:30.523Z[ omicron-package] Compiling zone v0.3.0
19462024-09-09T17:19:30.927Z[ omicron-package] Compiling bitfield-struct v0.6.1
19472024-09-09T17:19:31.547Z[ omicron-package] Compiling portable-atomic v1.6.0
19482024-09-09T17:19:31.794ZSep 09 17:19:30.985 INFO [hubris-staging] task succeeded (10.173027028s)
19492024-09-09T17:19:32.985Z[ omicron-package] Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=e58ca3693cb9ce0438947beba10e97ee38a0966b#e58ca369)
19502024-09-09T17:19:33.785Z[ omicron-package] Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=76878de67229ea113d70503c441eab47ac5dc653#76878de6)
19512024-09-09T17:19:33.996Z[ omicron-package] Compiling libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
19522024-09-09T17:19:35.689Z[ omicron-package] Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
19532024-09-09T17:19:35.745Z[ omicron-package] Compiling nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
19542024-09-09T17:19:36.041Z[ omicron-package] Compiling libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
19552024-09-09T17:19:36.723Z[ omicron-package] Compiling libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1)
19562024-09-09T17:19:37.936Z[ omicron-package] Compiling gethostname v0.5.0
19572024-09-09T17:19:38.300Z[ omicron-package] Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=76878de67229ea113d70503c441eab47ac5dc653#76878de6)
19582024-09-09T17:19:38.437Z[ omicron-package] Compiling number_prefix v0.4.0
19592024-09-09T17:19:38.873Z[ omicron-package] Compiling indicatif v0.17.8
19602024-09-09T17:19:41.356Z[ omicron-package] Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=76878de67229ea113d70503c441eab47ac5dc653#76878de6)
19612024-09-09T17:19:44.367Z[ omicron-package] Compiling sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
19622024-09-09T17:19:44.857Z[ omicron-package] Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
19632024-09-09T17:19:46.490Z[ omicron-package] Compiling omicron-package v0.1.0 (/work/oxidecomputer/omicron/package)
19642024-09-09T17:20:04.973Z[ helios-setup] Sep 09 17:20:04.160 INFO helios repository root is: /work/oxidecomputer/helios
19652024-09-09T17:20:04.976Z[ helios-setup] Sep 09 17:20:04.161 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
19662024-09-09T17:20:04.976Z[ helios-setup] Sep 09 17:20:04.161 INFO cloning https://github.com/oxidecomputer/phbl.git at "/work/oxidecomputer/helios/projects/phbl"..., project: phbl
19672024-09-09T17:20:04.983Z[ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/phbl'...
19682024-09-09T17:20:05.876Z[ omicron-package] Finished `release` profile [optimized] target(s) in 44.23s
19692024-09-09T17:20:05.915Z[ helios-setup] Sep 09 17:20:05.102 INFO clone ok!, project: phbl
19702024-09-09T17:20:05.918Z[ helios-setup] Sep 09 17:20:05.102 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
19712024-09-09T17:20:05.918Z[ helios-setup] Sep 09 17:20:05.102 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
19722024-09-09T17:20:05.921Z[ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/amd-host-image-builder'...
19732024-09-09T17:20:06.096Z[ omicron-package]
19742024-09-09T17:20:06.096Z[ omicron-package] real 44.425235651
19752024-09-09T17:20:06.098Z[ omicron-package] user 2:43.769269074
19762024-09-09T17:20:06.098Z[ omicron-package] sys 21.407184352
19772024-09-09T17:20:06.098Z[ omicron-package] trap 0.190047660
19782024-09-09T17:20:06.098Z[ omicron-package] tflt 0.651777154
19792024-09-09T17:20:06.098Z[ omicron-package] dflt 0.603783787
19802024-09-09T17:20:06.098Z[ omicron-package] kflt 0.020540952
19812024-09-09T17:20:06.098Z[ omicron-package] lock 5:56.047309579
19822024-09-09T17:20:06.098Z[ omicron-package] slp 9:07.583298528
19832024-09-09T17:20:06.098Z[ omicron-package] lat 1:37.819327868
19842024-09-09T17:20:06.098Z[ omicron-package] stop 48.563427470
19852024-09-09T17:20:06.098ZSep 09 17:20:05.282 INFO [omicron-package] process exited with exit status: 0 (44.46595679s)
19862024-09-09T17:20:06.098ZSep 09 17:20:05.282 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
19872024-09-09T17:20:06.139ZSep 09 17:20:05.325 INFO [recovery-target] running: /work/oxidecomputer/omicron/target/release/omicron-package --target recovery --artifacts /work/artifacts-recovery target create --image trampoline
19882024-09-09T17:20:06.150Z[ host-target] Logging to: /work/oxidecomputer/omicron/out/LOG
19892024-09-09T17:20:06.152Z[ host-target] Created new build target 'host' and set it as active
19902024-09-09T17:20:06.152ZSep 09 17:20:05.339 INFO [host-target] process exited with exit status: 0 (57.071963ms)
19912024-09-09T17:20:06.155ZSep 09 17:20:05.339 INFO [host-package] running: /work/oxidecomputer/omicron/target/release/omicron-package --target host --artifacts /work/oxidecomputer/omicron/out package
19922024-09-09T17:20:06.157Z[ recovery-target] Created new build target 'recovery' and set it as active
19932024-09-09T17:20:06.157Z[ recovery-target] Logging to: /work/artifacts-recovery/LOG
19942024-09-09T17:20:06.160ZSep 09 17:20:05.345 INFO [recovery-target] process exited with exit status: 0 (20.133632ms)
19952024-09-09T17:20:06.166Z[ host-package] Logging to: /work/oxidecomputer/omicron/out/LOG
19962024-09-09T17:20:06.766Z[ helios-setup] Submodule 'amd-firmware' (git@github.com:oxidecomputer/amd-firmware.git) registered for path 'amd-firmware'
19972024-09-09T17:20:06.772Z[ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/amd-host-image-builder/amd-firmware'...
19982024-09-09T17:20:07.321Z[ host-package] Compiling camino v1.1.9
19992024-09-09T17:20:07.323Z[ host-package] Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
20002024-09-09T17:20:07.323Z[ host-package] Compiling newline-converter v0.3.0
20012024-09-09T17:20:07.323Z[ host-package] Compiling password-hash v0.5.0
20022024-09-09T17:20:07.323Z[ host-package] Compiling blake2 v0.10.6
20032024-09-09T17:20:07.323Z[ host-package] Compiling derive-where v1.2.7
20042024-09-09T17:20:07.323Z[ host-package] Compiling convert_case v0.4.0
20052024-09-09T17:20:07.324Z[ host-package] Compiling humantime v2.1.0
20062024-09-09T17:20:07.685Z[ host-package] Compiling toml v0.8.19
20072024-09-09T17:20:07.723Z[ host-package] Compiling expectorate v1.1.0
20082024-09-09T17:20:07.921Z[ host-package] Compiling progenitor-client v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#c59c6d64)
20092024-09-09T17:20:08.258Z[ host-package] Compiling argon2 v0.5.3
20102024-09-09T17:20:08.340Z[ host-package] Compiling derive_more v0.99.18
20112024-09-09T17:20:08.370Z[ host-package] Compiling progenitor v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#c59c6d64)
20122024-09-09T17:20:08.505Z[ host-package] Compiling dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
20132024-09-09T17:20:08.641Z[ host-package] Compiling gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
20142024-09-09T17:20:08.852Z[ host-package] Compiling num-rational v0.4.2
20152024-09-09T17:20:09.331Z[ host-package] Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
20162024-09-09T17:20:09.737Z[ host-package] Compiling num-complex v0.4.6
20172024-09-09T17:20:09.992Z[ host-package] Compiling dirs-sys-next v0.1.2
20182024-09-09T17:20:10.540Z[ host-package] Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide/omicron#b1194c19)
20192024-09-09T17:20:10.699Z[ host-package] Compiling dirs-next v2.0.0
20202024-09-09T17:20:10.747Z[ host-package] Compiling float-ord v0.3.2
20212024-09-09T17:20:10.907Z[ host-package] Compiling num v0.4.3
20222024-09-09T17:20:10.934Z[ host-package] Compiling term v0.7.0
20232024-09-09T17:20:11.049Z[ host-package] Compiling oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types)
20242024-09-09T17:20:11.144Z[ host-package] Compiling semver v0.1.20
20252024-09-09T17:20:11.474Z[ host-package] Compiling prettyplease v0.2.20
20262024-09-09T17:20:11.746Z[ host-package] Compiling rustc_version v0.1.7
20272024-09-09T17:20:11.810Z[ host-package] Compiling is-terminal v0.4.12
20282024-09-09T17:20:11.951Z[ host-package] Compiling nexus-sled-agent-shared v0.1.0 (/work/oxidecomputer/omicron/nexus-sled-agent-shared)
20292024-09-09T17:20:12.164Z[ host-package] Compiling newtype_derive v0.1.6
20302024-09-09T17:20:12.189Z[ host-package] Compiling cookie v0.18.1
20312024-09-09T17:20:12.263Z[ host-package] Compiling highway v1.2.0
20322024-09-09T17:20:12.745Z[ host-package] Compiling linked-hash-map v0.5.6
20332024-09-09T17:20:12.914Z[ host-package] Compiling rustls-pki-types v1.7.0
20342024-09-09T17:20:12.990Z[ helios-setup] Submodule path 'amd-firmware': checked out '160c7d1f31829e543fd8765faf83440d602e742c'
20352024-09-09T17:20:13.004Z[ helios-setup] Sep 09 17:20:12.189 INFO clone ok!, project: amd-host-image-builder
20362024-09-09T17:20:13.006Z[ helios-setup] Sep 09 17:20:12.189 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
20372024-09-09T17:20:13.007Z[ helios-setup] Sep 09 17:20:12.189 INFO cloning https://github.com/oxidecomputer/boot-image-tools.git at "/work/oxidecomputer/helios/projects/bootserver"..., project: bootserver
20382024-09-09T17:20:13.009Z[ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/bootserver'...
20392024-09-09T17:20:13.221Z[ host-package] Compiling lru-cache v0.1.2
20402024-09-09T17:20:13.445Z[ host-package] Compiling steno v0.4.1
20412024-09-09T17:20:13.817Z[ helios-setup] Sep 09 17:20:13.003 INFO clone ok!, project: bootserver
20422024-09-09T17:20:13.820Z[ helios-setup] Sep 09 17:20:13.003 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
20432024-09-09T17:20:13.820Z[ helios-setup] Sep 09 17:20:13.003 INFO cloning git@github.com:oxidecomputer/chelsio-t6-roms.git at "/work/oxidecomputer/helios/projects/chelsio-t6-roms"..., project: chelsio-t6-roms
20442024-09-09T17:20:13.822Z[ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/chelsio-t6-roms'...
20452024-09-09T17:20:13.909Z[ host-package] Compiling utf-8 v0.7.6
20462024-09-09T17:20:14.286Z[ host-package] Compiling quick-error v1.2.3
20472024-09-09T17:20:14.456Z[ host-package] Compiling home v0.5.9
20482024-09-09T17:20:14.752Z[ host-package] Compiling resolv-conf v0.7.0
20492024-09-09T17:20:14.869Z[ helios-setup] Sep 09 17:20:14.053 INFO clone ok!, project: chelsio-t6-roms
20502024-09-09T17:20:14.869Z[ helios-setup] Sep 09 17:20:14.053 INFO skipping project "omnios-extra" because "BUILD_OS" is set to "no"
20512024-09-09T17:20:14.871Z[ helios-setup] Sep 09 17:20:14.053 INFO skipping project "omnios-build" because "BUILD_OS" is set to "no"
20522024-09-09T17:20:14.871Z[ helios-setup] Sep 09 17:20:14.053 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
20532024-09-09T17:20:14.871Z[ helios-setup] Sep 09 17:20:14.053 INFO cloning https://github.com/oxidecomputer/pinprick.git at "/work/oxidecomputer/helios/projects/pinprick"..., project: pinprick
20542024-09-09T17:20:14.874Z[ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/pinprick'...
20552024-09-09T17:20:14.898Z[ host-package] Compiling rustls-webpki v0.102.4
20562024-09-09T17:20:15.571Z[ helios-setup] Sep 09 17:20:14.756 INFO clone ok!, project: pinprick
20572024-09-09T17:20:15.573Z[ helios-setup] Sep 09 17:20:14.756 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
20582024-09-09T17:20:15.573Z[ helios-setup] Sep 09 17:20:14.756 INFO cloning git@github.com:oxidecomputer/amd-firmware.git at "/work/oxidecomputer/helios/projects/amd-firmware"..., project: amd-firmware
20592024-09-09T17:20:15.576Z[ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/amd-firmware'...
20602024-09-09T17:20:16.333Z[ host-package] Compiling oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types)
20612024-09-09T17:20:16.353Z[ host-package] Compiling rustls v0.22.4
20622024-09-09T17:20:16.385Z[ host-package] Compiling thread_local v1.1.8
20632024-09-09T17:20:16.827Z[ host-package] Compiling match_cfg v0.1.0
20642024-09-09T17:20:16.939Z[ host-package] Compiling hostname v0.3.1
20652024-09-09T17:20:17.237Z[ host-package] Compiling hickory-resolver v0.24.1
20662024-09-09T17:20:17.761Z[ host-package] Compiling multer v3.1.0
20672024-09-09T17:20:17.842Z[ host-package] Compiling slog-async v2.8.0
20682024-09-09T17:20:17.924Z[ host-package] Compiling slog-json v2.6.1
20692024-09-09T17:20:18.309Z[ host-package] Compiling nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
20702024-09-09T17:20:18.974Z[ host-package] Compiling crossbeam-channel v0.5.12
20712024-09-09T17:20:20.112Z[ host-package] Compiling http v1.1.0
20722024-09-09T17:20:22.596Z[ helios-setup] Sep 09 17:20:21.781 INFO clone ok!, project: amd-firmware
20732024-09-09T17:20:22.599Z[ helios-setup] Sep 09 17:20:21.781 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
20742024-09-09T17:20:22.599Z[ helios-setup] Sep 09 17:20:21.781 INFO cloning git@github.com:oxidecomputer/pilot.git at "/work/oxidecomputer/helios/projects/pilot"..., project: pilot
20752024-09-09T17:20:22.601Z[ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/pilot'...
20762024-09-09T17:20:22.911Z[ host-package] Compiling atomic-waker v1.1.2
20772024-09-09T17:20:23.113Z[ host-package] Compiling take_mut v0.2.2
20782024-09-09T17:20:23.397Z[ host-package] Compiling waitgroup v0.1.2
20792024-09-09T17:20:23.707Z[ helios-setup] Sep 09 17:20:22.891 INFO clone ok!, project: pilot
20802024-09-09T17:20:23.709Z[ helios-setup] Sep 09 17:20:22.892 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
20812024-09-09T17:20:23.709Z[ helios-setup] Sep 09 17:20:22.892 INFO cloning https://github.com/illumos/image-builder.git at "/work/oxidecomputer/helios/projects/image-builder"..., project: image-builder
20822024-09-09T17:20:23.712Z[ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/image-builder'...
20832024-09-09T17:20:24.329Z[ host-package] Compiling tokio-rustls v0.25.0
20842024-09-09T17:20:24.597Z[ helios-setup] Sep 09 17:20:23.781 INFO clone ok!, project: image-builder
20852024-09-09T17:20:24.600Z[ helios-setup] Sep 09 17:20:23.781 INFO skipping project "illumos" because "BUILD_OS" is set to "no"
20862024-09-09T17:20:24.600Z[ helios-setup] Sep 09 17:20:23.782 INFO exec: ["/usr/bin/pkgrepo", "create", "/work/oxidecomputer/helios/packages/os"], pwd: None
20872024-09-09T17:20:24.698Z[ host-package] Compiling slog-bunyan v2.5.0
20882024-09-09T17:20:24.804Z[ host-package] Compiling slog-term v2.9.1
20892024-09-09T17:20:24.945Z[ host-package] Compiling rustls-pemfile v2.1.3
20902024-09-09T17:20:25.383Z[ host-package] Compiling dropshot v0.10.2-dev (https://github.com/oxidecomputer/dropshot?branch=main#06c8dab4)
20912024-09-09T17:20:25.519Z[ host-package] Compiling async-stream v0.3.5
20922024-09-09T17:20:25.587Z[ helios-setup] Sep 09 17:20:24.771 INFO exec: ["/usr/bin/pkgrepo", "add-publisher", "-s", "/work/oxidecomputer/helios/packages/os", "helios-dev"], pwd: None
20932024-09-09T17:20:25.830Z[ host-package] Compiling newtype-uuid v1.1.0
20942024-09-09T17:20:26.073Z[ host-package] Compiling ipnetwork v0.20.0
20952024-09-09T17:20:26.122Z[ helios-setup] Sep 09 17:20:25.305 INFO repository /work/oxidecomputer/helios/packages/os for publisher helios-dev created
20962024-09-09T17:20:26.122Z[ helios-setup] Sep 09 17:20:25.306 INFO exec: ["/usr/bin/pkgrepo", "create", "/work/oxidecomputer/helios/packages/other"], pwd: None
20972024-09-09T17:20:26.176Z[ host-package] Compiling serde_path_to_error v0.1.16
20982024-09-09T17:20:26.551Z[ host-package] Compiling hostname v0.4.0
20992024-09-09T17:20:26.681Z[ helios-setup] Sep 09 17:20:25.865 INFO exec: ["/usr/bin/pkgrepo", "add-publisher", "-s", "/work/oxidecomputer/helios/packages/other", "helios-dev"], pwd: None
21002024-09-09T17:20:26.801Z[ host-package] Compiling instant v0.1.12
21012024-09-09T17:20:26.934Z[ host-package] Compiling debug-ignore v1.0.5
21022024-09-09T17:20:27.006Z[ host-package] Compiling backoff v0.4.0
21032024-09-09T17:20:27.178Z[ host-package] Compiling oxnet v0.1.0 (https://github.com/oxidecomputer/oxnet#2612d220)
21042024-09-09T17:20:27.237Z[ helios-setup] Sep 09 17:20:26.421 INFO repository /work/oxidecomputer/helios/packages/other for publisher helios-dev created
21052024-09-09T17:20:27.238Z[ helios-setup] Sep 09 17:20:26.421 INFO exec: ["/usr/bin/pkgrepo", "create", "/work/oxidecomputer/helios/packages/combined"], pwd: None
21062024-09-09T17:20:27.412Z[ host-package] Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
21072024-09-09T17:20:27.824Z[ host-package] Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=9e0fe45ca3862176dc31ad8cc83f605f8a7e1a42#9e0fe45c)
21082024-09-09T17:20:27.877Z[ host-package] Compiling parse-display v0.10.0
21092024-09-09T17:20:27.937Z[ helios-setup] Sep 09 17:20:27.121 INFO exec: ["/usr/bin/pkgrepo", "add-publisher", "-s", "/work/oxidecomputer/helios/packages/combined", "helios-dev"], pwd: None
21102024-09-09T17:20:28.535Z[ host-package] Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
21112024-09-09T17:20:28.572Z[ helios-setup] Sep 09 17:20:27.755 INFO repository /work/oxidecomputer/helios/packages/combined for publisher helios-dev created
21122024-09-09T17:20:28.581Z[ helios-setup] Sep 09 17:20:27.756 INFO file /work/oxidecomputer/helios/packages/publisher.mogrify does not exist
21132024-09-09T17:20:28.581Z[ helios-setup] Sep 09 17:20:27.756 INFO writing /work/oxidecomputer/helios/packages/publisher.mogrify ...
21142024-09-09T17:20:28.581Z[ helios-setup] Sep 09 17:20:27.756 INFO ok!
21152024-09-09T17:20:28.582Z[ helios-setup] Sep 09 17:20:27.756 INFO link /work/oxidecomputer/helios/packages/os-conflicts.mogrify does not exist
21162024-09-09T17:20:28.582Z[ helios-setup] Sep 09 17:20:27.756 INFO linking /work/oxidecomputer/helios/packages/os-conflicts.mogrify -> ../tools/packages/os-conflicts.mogrify ...
21172024-09-09T17:20:28.582Z[ helios-setup] Sep 09 17:20:27.756 INFO ok!
21182024-09-09T17:20:28.582Z[ helios-setup] Sep 09 17:20:27.756 INFO link /work/oxidecomputer/helios/packages/os-deps.mogrify does not exist
21192024-09-09T17:20:28.582Z[ helios-setup] Sep 09 17:20:27.756 INFO linking /work/oxidecomputer/helios/packages/os-deps.mogrify -> ../tools/packages/os-deps.mogrify ...
21202024-09-09T17:20:28.582Z[ helios-setup] Sep 09 17:20:27.756 INFO ok!
21212024-09-09T17:20:28.582Z[ helios-setup] Sep 09 17:20:27.756 INFO building project "amd-host-image-builder" at /work/oxidecomputer/helios/projects/amd-host-image-builder
21222024-09-09T17:20:28.582Z[ helios-setup] Sep 09 17:20:27.756 INFO exec: ["cargo", "build", "--locked"], pwd: Some("/work/oxidecomputer/helios/projects/amd-host-image-builder")
21232024-09-09T17:20:28.584Z[ helios-setup] Sep 09 17:20:27.766 INFO E| info: syncing channel updates for 'nightly-2023-12-30-x86_64-unknown-illumos'
21242024-09-09T17:20:28.770Z[ host-package] Compiling serde_with v3.9.0
21252024-09-09T17:20:28.788Z[ helios-setup] Sep 09 17:20:27.972 INFO E| info: latest update on 2023-12-30, rust version 1.77.0-nightly (3cdd004e5 2023-12-29)
21262024-09-09T17:20:28.788Z[ helios-setup] Sep 09 17:20:27.972 INFO E| info: downloading component 'cargo'
21272024-09-09T17:20:30.524Z[ helios-setup] Sep 09 17:20:29.708 INFO E| info: downloading component 'clippy'
21282024-09-09T17:20:31.565Z[ helios-setup] Sep 09 17:20:30.748 INFO E| info: downloading component 'rust-docs'
21292024-09-09T17:20:32.679Z[ host-package] Compiling strum v0.26.3
21302024-09-09T17:20:32.736Z[ host-package] Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945)
21312024-09-09T17:20:32.900Z[ helios-setup] Sep 09 17:20:32.083 INFO E| info: downloading component 'rust-src'
21322024-09-09T17:20:33.097Z[ helios-setup] Sep 09 17:20:32.280 INFO E| info: downloading component 'rust-std'
21332024-09-09T17:20:34.062Z[ host-package] Compiling macaddr v1.0.1
21342024-09-09T17:20:34.492Z[ host-package] Compiling slog-dtrace v0.3.0
21352024-09-09T17:20:34.511Z[ host-package] Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
21362024-09-09T17:20:35.042Z[ helios-setup] Sep 09 17:20:34.225 INFO E| info: downloading component 'rustc'
21372024-09-09T17:20:35.850Z[ host-package] Compiling internal-dns v0.1.0 (/work/oxidecomputer/omicron/internal-dns)
21382024-09-09T17:20:36.589Z[ host-package] Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
21392024-09-09T17:20:36.875Z[ host-package] Compiling swrite v0.1.0
21402024-09-09T17:20:37.027Z[ host-package] Compiling rayon-core v1.12.1
21412024-09-09T17:20:37.060Z[ host-package] Compiling nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
21422024-09-09T17:20:37.413Z[ host-package] Compiling oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
21432024-09-09T17:20:37.707Z[ host-package] Compiling crossbeam-deque v0.8.5
21442024-09-09T17:20:38.084Z[ host-package] Compiling half v2.4.1
21452024-09-09T17:20:38.798Z[ host-package] Compiling fastrand v2.1.0
21462024-09-09T17:20:39.350Z[ host-package] Compiling display-error-chain v0.2.1
21472024-09-09T17:20:39.559Z[ host-package] Compiling same-file v1.0.6
21482024-09-09T17:20:39.829Z[ host-package] Compiling ciborium-io v0.2.2
21492024-09-09T17:20:39.880Z[ helios-setup] Sep 09 17:20:39.063 INFO E| info: downloading component 'rustfmt'
21502024-09-09T17:20:39.980Z[ host-package] Compiling ciborium-ll v0.2.2
21512024-09-09T17:20:40.492Z[ host-package] Compiling walkdir v2.5.0
21522024-09-09T17:20:40.563Z[ helios-setup] Sep 09 17:20:39.745 INFO E| info: installing component 'cargo'
21532024-09-09T17:20:40.951Z[ host-package] Compiling tempfile v3.10.1
21542024-09-09T17:20:41.751Z[ host-package] Compiling ring v0.16.20
21552024-09-09T17:20:41.893Z[ helios-setup] Sep 09 17:20:41.075 INFO E| info: installing component 'clippy'
21562024-09-09T17:20:42.357Z[ helios-setup] Sep 09 17:20:41.539 INFO E| info: installing component 'rust-docs'
21572024-09-09T17:20:43.198Z[ host-package] Compiling rayon v1.10.0
21582024-09-09T17:20:43.754Z[ host-package] Compiling blake3 v1.5.1
21592024-09-09T17:20:44.606Z[ host-package] Compiling ciborium v0.2.2
21602024-09-09T17:20:45.203Z[ host-package] Compiling sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
21612024-09-09T17:20:47.112Z[ host-package] Compiling xattr v1.3.1
21622024-09-09T17:20:47.464Z[ host-package] Compiling filetime v0.2.25
21632024-09-09T17:20:47.486Z[ helios-setup] Sep 09 17:20:46.667 INFO E| info: installing component 'rust-src'
21642024-09-09T17:20:48.391Z[ helios-setup] Sep 09 17:20:47.573 INFO E| info: installing component 'rust-std'
21652024-09-09T17:20:49.030Z[ host-package] Compiling memmap2 v0.9.4
21662024-09-09T17:20:49.523Z[ host-package] Compiling constant_time_eq v0.3.0
21672024-09-09T17:20:49.723Z[ host-package] Compiling untrusted v0.7.1
21682024-09-09T17:20:49.998Z[ host-package] Compiling arrayvec v0.7.4
21692024-09-09T17:20:50.576Z[ host-package] Compiling spin v0.5.2
21702024-09-09T17:20:50.873Z[ host-package] Compiling arrayref v0.3.7
21712024-09-09T17:20:51.053Z[ host-package] Compiling cancel-safe-futures v0.1.5
21722024-09-09T17:20:51.131Z[ helios-setup] Sep 09 17:20:50.312 INFO E| info: installing component 'rustc'
21732024-09-09T17:20:53.979Z[ host-package] Compiling tar v0.4.41
21742024-09-09T17:20:56.067Z[ host-package] Compiling camino-tempfile v1.1.1
21752024-09-09T17:20:56.360Z[ host-package] Compiling toolchain_find v0.4.0
21762024-09-09T17:20:56.555Z[ host-package] Compiling nibble_vec v0.1.0
21772024-09-09T17:20:56.809Z[ host-package] Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro)
21782024-09-09T17:20:57.010Z[ host-package] Compiling atty v0.2.14
21792024-09-09T17:20:57.071Z[ host-package] Compiling crunchy v0.2.2
21802024-09-09T17:20:57.226Z[ host-package] Compiling endian-type v0.1.2
21812024-09-09T17:20:57.276Z[ host-package] Compiling topological-sort v0.2.2
21822024-09-09T17:20:57.668Z[ host-package] Compiling maplit v1.0.2
21832024-09-09T17:20:57.690Z[ host-package] Compiling glob v0.3.1
21842024-09-09T17:20:57.729Z[ helios-setup] Sep 09 17:20:56.909 INFO E| info: installing component 'rustfmt'
21852024-09-09T17:20:57.825Z[ host-package] Compiling radix_trie v0.2.1
21862024-09-09T17:20:57.886Z[ host-package] Compiling omicron-zone-package v0.11.0
21872024-09-09T17:20:58.689Z[ host-package] Compiling clang-sys v1.7.0
21882024-09-09T17:20:58.746Z[ helios-setup] Sep 09 17:20:57.925 INFO E| Updating git repository `https://github.com/oxidecomputer/amd-apcb.git`
21892024-09-09T17:20:58.878Z[ host-package] Compiling rustfmt-wrapper v0.2.1
21902024-09-09T17:20:59.437Z[ host-package] Compiling tungstenite v0.21.0
21912024-09-09T17:20:59.490Z[ host-package] Compiling tiny-keccak v2.0.2
21922024-09-09T17:20:59.653Z[ helios-setup] Sep 09 17:20:58.833 INFO E| From https://github.com/oxidecomputer/amd-apcb
21932024-09-09T17:20:59.654Z[ helios-setup] Sep 09 17:20:58.834 INFO E| * [new ref] db77d47bc0d73c4159aa0a82493ef11f5e599047 -> refs/commit/db77d47bc0d73c4159aa0a82493ef11f5e599047
21942024-09-09T17:20:59.656Z[ helios-setup] Sep 09 17:20:58.834 INFO E| * [new tag] v0.3.3 -> v0.3.3
21952024-09-09T17:20:59.682Z[ helios-setup] Sep 09 17:20:58.862 INFO E| * [new tag] v0.1.3 -> v0.1.3
21962024-09-09T17:20:59.682Z[ helios-setup] Sep 09 17:20:58.862 INFO E| * [new tag] v0.1.4 -> v0.1.4
21972024-09-09T17:20:59.682Z[ helios-setup] Sep 09 17:20:58.862 INFO E| * [new tag] v0.1.5 -> v0.1.5
21982024-09-09T17:20:59.685Z[ helios-setup] Sep 09 17:20:58.863 INFO E| * [new tag] v0.2.0 -> v0.2.0
21992024-09-09T17:20:59.685Z[ helios-setup] Sep 09 17:20:58.863 INFO E| * [new tag] v0.3.0 -> v0.3.0
22002024-09-09T17:20:59.685Z[ helios-setup] Sep 09 17:20:58.863 INFO E| * [new tag] v0.3.1 -> v0.3.1
22012024-09-09T17:20:59.685Z[ helios-setup] Sep 09 17:20:58.863 INFO E| * [new tag] v0.3.2 -> v0.3.2
22022024-09-09T17:20:59.735Z[ helios-setup] Sep 09 17:20:58.915 INFO E| Updating git repository `ssh://git@github.com/oxidecomputer/amd-efs.git`
22032024-09-09T17:21:00.109Z[ host-package] Compiling nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
22042024-09-09T17:21:00.182Z[ host-package] Compiling dsl_auto_type v0.1.2
22052024-09-09T17:21:00.617Z[ helios-setup] Sep 09 17:20:59.797 INFO E| From https://github.com/oxidecomputer/amd-efs
22062024-09-09T17:21:00.617Z[ helios-setup] Sep 09 17:20:59.797 INFO E| * [new branch] empty -> origin/empty
22072024-09-09T17:21:00.620Z[ helios-setup] Sep 09 17:20:59.797 INFO E| * [new branch] issue-99 -> origin/issue-99
22082024-09-09T17:21:00.620Z[ helios-setup] Sep 09 17:20:59.798 INFO E| * [new branch] main -> origin/main
22092024-09-09T17:21:00.620Z[ helios-setup] Sep 09 17:20:59.798 INFO E| * [new branch] review -> origin/review
22102024-09-09T17:21:00.620Z[ helios-setup] Sep 09 17:20:59.798 INFO E| * [new ref] -> origin/HEAD
22112024-09-09T17:21:00.620Z[ helios-setup] Sep 09 17:20:59.798 INFO E| * [new tag] v0.2.0 -> v0.2.0
22122024-09-09T17:21:00.620Z[ helios-setup] Sep 09 17:20:59.798 INFO E| * [new tag] v0.2.1 -> v0.2.1
22132024-09-09T17:21:00.620Z[ helios-setup] Sep 09 17:20:59.799 INFO E| * [new tag] v0.2.2 -> v0.2.2
22142024-09-09T17:21:00.620Z[ helios-setup] Sep 09 17:20:59.799 INFO E| * [new tag] v0.2.3 -> v0.2.3
22152024-09-09T17:21:00.620Z[ helios-setup] Sep 09 17:20:59.799 INFO E| * [new tag] v0.2.4 -> v0.2.4
22162024-09-09T17:21:00.620Z[ helios-setup] Sep 09 17:20:59.799 INFO E| * [new tag] v0.2.5 -> v0.2.5
22172024-09-09T17:21:00.620Z[ helios-setup] Sep 09 17:20:59.799 INFO E| * [new tag] v0.2.6 -> v0.2.6
22182024-09-09T17:21:00.620Z[ helios-setup] Sep 09 17:20:59.799 INFO E| * [new tag] v0.2.7 -> v0.2.7
22192024-09-09T17:21:00.620Z[ helios-setup] Sep 09 17:20:59.799 INFO E| * [new tag] v0.3.0 -> v0.3.0
22202024-09-09T17:21:00.620Z[ helios-setup] Sep 09 17:20:59.800 INFO E| * [new tag] v0.3.1 -> v0.3.1
22212024-09-09T17:21:00.620Z[ helios-setup] Sep 09 17:20:59.800 INFO E| * [new tag] v0.4.0 -> v0.4.0
22222024-09-09T17:21:00.643Z[ helios-setup] Sep 09 17:20:59.823 INFO E| Updating crates.io index
22232024-09-09T17:21:00.984Z[ host-package] Compiling tokio-tungstenite v0.21.0
22242024-09-09T17:21:01.099Z[ helios-setup] Sep 09 17:21:00.279 INFO E| Downloading crates ...
22252024-09-09T17:21:01.250Z[ helios-setup] Sep 09 17:21:00.429 INFO E| Downloaded unic-char-range v0.9.0
22262024-09-09T17:21:01.253Z[ helios-setup] Sep 09 17:21:00.432 INFO E| Downloaded scroll_derive v0.10.5
22272024-09-09T17:21:01.255Z[ helios-setup] Sep 09 17:21:00.434 INFO E| Downloaded memoffset v0.5.6
22282024-09-09T17:21:01.258Z[ helios-setup] Sep 09 17:21:00.436 INFO E| Downloaded fletcher v0.1.0
22292024-09-09T17:21:01.258Z[ helios-setup] Sep 09 17:21:00.437 INFO E| Downloaded unic-ucd-version v0.9.0
22302024-09-09T17:21:01.260Z[ helios-setup] Sep 09 17:21:00.439 INFO E| Downloaded unic-char-property v0.9.0
22312024-09-09T17:21:01.263Z[ helios-setup] Sep 09 17:21:00.441 INFO E| Downloaded parse_int v0.6.0
22322024-09-09T17:21:01.293Z[ helios-setup] Sep 09 17:21:00.473 INFO E| Downloaded unic-common v0.9.0
22332024-09-09T17:21:01.296Z[ helios-setup] Sep 09 17:21:00.475 INFO E| Downloaded textwrap v0.11.0
22342024-09-09T17:21:01.298Z[ helios-setup] Sep 09 17:21:00.478 INFO E| Downloaded strum v0.23.0
22352024-09-09T17:21:01.330Z[ helios-setup] Sep 09 17:21:00.479 INFO E| Downloaded structopt-derive v0.4.18
22362024-09-09T17:21:01.330Z[ helios-setup] Sep 09 17:21:00.481 INFO E| Downloaded strsim v0.8.0
22372024-09-09T17:21:01.330Z[ helios-setup] Sep 09 17:21:00.483 INFO E| Downloaded semver-parser v0.7.0
22382024-09-09T17:21:01.330Z[ helios-setup] Sep 09 17:21:00.484 INFO E| Downloaded semver v0.9.0
22392024-09-09T17:21:01.330Z[ helios-setup] Sep 09 17:21:00.486 INFO E| Downloaded rustc_version v0.2.3
22402024-09-09T17:21:01.330Z[ helios-setup] Sep 09 17:21:00.487 INFO E| Downloaded pre v0.2.1
22412024-09-09T17:21:01.330Z[ helios-setup] Sep 09 17:21:00.489 INFO E| Downloaded num-derive v0.3.3
22422024-09-09T17:21:01.330Z[ helios-setup] Sep 09 17:21:00.491 INFO E| Downloaded four-cc v0.3.0
22432024-09-09T17:21:01.330Z[ helios-setup] Sep 09 17:21:00.493 INFO E| Downloaded cfg-if v0.1.10
22442024-09-09T17:21:01.330Z[ helios-setup] Sep 09 17:21:00.494 INFO E| Downloaded bytesize v1.3.0
22452024-09-09T17:21:01.333Z[ helios-setup] Sep 09 17:21:00.510 INFO E| Downloaded vec_map v0.8.2
22462024-09-09T17:21:01.333Z[ helios-setup] Sep 09 17:21:00.512 INFO E| Downloaded strum_macros v0.23.1
22472024-09-09T17:21:01.335Z[ helios-setup] Sep 09 17:21:00.515 INFO E| Downloaded proc-macro-crate v0.1.5
22482024-09-09T17:21:01.338Z[ helios-setup] Sep 09 17:21:00.517 INFO E| Downloaded modular-bitfield-impl v0.11.2
22492024-09-09T17:21:01.387Z[ helios-setup] Sep 09 17:21:00.566 INFO E| Downloaded unic-ucd-ident v0.9.0
22502024-09-09T17:21:01.390Z[ helios-setup] Sep 09 17:21:00.570 INFO E| Downloaded scroll v0.10.2
22512024-09-09T17:21:01.398Z[ helios-setup] Sep 09 17:21:00.578 INFO E| Downloaded pest_derive v2.7.11
22522024-09-09T17:21:01.407Z[ helios-setup] Sep 09 17:21:00.587 INFO E| Downloaded toml v0.5.11
22532024-09-09T17:21:01.411Z[ helios-setup] Sep 09 17:21:00.591 INFO E| Downloaded structopt v0.3.26
22542024-09-09T17:21:01.446Z[ helios-setup] Sep 09 17:21:00.626 INFO E| Downloaded serde_derive v1.0.204
22552024-09-09T17:21:01.450Z[ helios-setup] Sep 09 17:21:00.630 INFO E| Downloaded serde v1.0.204
22562024-09-09T17:21:01.471Z[ helios-setup] Sep 09 17:21:00.635 INFO E| Downloaded memchr v2.7.4
22572024-09-09T17:21:01.471Z[ helios-setup] Sep 09 17:21:00.643 INFO E| Downloaded log v0.4.22
22582024-09-09T17:21:01.471Z[ helios-setup] Sep 09 17:21:00.647 INFO E| Downloaded pest_meta v2.7.11
22592024-09-09T17:21:01.471Z[ helios-setup] Sep 09 17:21:00.650 INFO E| Downloaded ansi_term v0.12.1
22602024-09-09T17:21:01.473Z[ helios-setup] Sep 09 17:21:00.653 INFO E| Downloaded pest v2.7.11
22612024-09-09T17:21:01.481Z[ helios-setup] Sep 09 17:21:00.660 INFO E| Downloaded pre-proc-macro v0.2.1
22622024-09-09T17:21:01.484Z[ helios-setup] Sep 09 17:21:00.663 INFO E| Downloaded pest_generator v2.7.11
22632024-09-09T17:21:01.487Z[ helios-setup] Sep 09 17:21:00.665 INFO E| Downloaded serde_json v1.0.120
22642024-09-09T17:21:01.495Z[ helios-setup] Sep 09 17:21:00.675 INFO E| Downloaded modular-bitfield v0.11.2
22652024-09-09T17:21:01.514Z[ helios-setup] Sep 09 17:21:00.694 INFO E| Downloaded goblin v0.4.3
22662024-09-09T17:21:01.523Z[ helios-setup] Sep 09 17:21:00.703 INFO E| Downloaded clap v2.34.0
22672024-09-09T17:21:01.534Z[ helios-setup] Sep 09 17:21:00.714 INFO E| Downloaded syn v2.0.71
22682024-09-09T17:21:01.571Z[ helios-setup] Sep 09 17:21:00.751 INFO E| Downloaded libc v0.2.155
22692024-09-09T17:21:01.591Z[ host-package] Compiling oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
22702024-09-09T17:21:01.631Z[ host-package] Compiling scheduled-thread-pool v0.2.7
22712024-09-09T17:21:01.726Z[ host-package] Compiling diesel_table_macro_syntax v0.2.0
22722024-09-09T17:21:01.753Z[ helios-setup] Sep 09 17:21:00.933 INFO E| Compiling proc-macro2 v1.0.86
22732024-09-09T17:21:01.762Z[ helios-setup] Sep 09 17:21:00.942 INFO E| Compiling unicode-ident v1.0.12
22742024-09-09T17:21:01.762Z[ helios-setup] Sep 09 17:21:00.942 INFO E| Compiling syn v1.0.109
22752024-09-09T17:21:01.767Z[ helios-setup] Sep 09 17:21:00.942 INFO E| Compiling version_check v0.9.4
22762024-09-09T17:21:01.767Z[ helios-setup] Sep 09 17:21:00.942 INFO E| Compiling thiserror v1.0.63
22772024-09-09T17:21:01.767Z[ helios-setup] Sep 09 17:21:00.942 INFO E| Compiling semver-parser v0.7.0
22782024-09-09T17:21:01.767Z[ helios-setup] Sep 09 17:21:00.942 INFO E| Compiling autocfg v1.3.0
22792024-09-09T17:21:01.767Z[ helios-setup] Sep 09 17:21:00.942 INFO E| Compiling serde v1.0.204
22802024-09-09T17:21:02.299Z[ host-package] Compiling arc-swap v1.7.1
22812024-09-09T17:21:02.433Z[ host-package] Compiling diesel_derives v2.2.2
22822024-09-09T17:21:03.345Z[ helios-setup] Sep 09 17:21:02.524 INFO E| Compiling semver v0.9.0
22832024-09-09T17:21:03.417Z[ host-package] Compiling slog-scope v4.4.0
22842024-09-09T17:21:03.613Z[ helios-setup] Sep 09 17:21:02.792 INFO E| Compiling serde_json v1.0.120
22852024-09-09T17:21:03.745Z[ host-package] Compiling r2d2 v0.8.10
22862024-09-09T17:21:03.784Z[ helios-setup] Sep 09 17:21:02.964 INFO E| Compiling proc-macro-error-attr v1.0.4
22872024-09-09T17:21:03.790Z[ helios-setup] Sep 09 17:21:02.969 INFO E| Compiling proc-macro-error v1.0.4
22882024-09-09T17:21:03.930Z[ helios-setup] Sep 09 17:21:03.110 INFO E| Compiling num-traits v0.2.19
22892024-09-09T17:21:03.978Z[ helios-setup] Sep 09 17:21:03.158 INFO E| Compiling rustc_version v0.2.3
22902024-09-09T17:21:04.228Z[ host-package] Compiling dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client)
22912024-09-09T17:21:04.469Z[ helios-setup] Sep 09 17:21:03.648 INFO E| Compiling ryu v1.0.18
22922024-09-09T17:21:04.500Z[ helios-setup] Sep 09 17:21:03.679 INFO E| Compiling itoa v1.0.11
22932024-09-09T17:21:04.579Z[ helios-setup] Sep 09 17:21:03.758 INFO E| Compiling schemars v0.8.21
22942024-09-09T17:21:04.711Z[ helios-setup] Sep 09 17:21:03.890 INFO E| Compiling unicode-segmentation v1.11.0
22952024-09-09T17:21:04.746Z[ helios-setup] Sep 09 17:21:03.925 INFO E| Compiling pre-proc-macro v0.2.1
22962024-09-09T17:21:04.832Z[ helios-setup] Sep 09 17:21:04.011 INFO E| Compiling memoffset v0.5.6
22972024-09-09T17:21:04.973Z[ helios-setup] Sep 09 17:21:04.153 INFO E| Compiling quote v1.0.36
22982024-09-09T17:21:05.200Z[ host-package] Compiling ascii-canvas v3.0.0
22992024-09-09T17:21:05.379Z[ helios-setup] Sep 09 17:21:04.558 INFO E| Compiling paste v1.0.15
23002024-09-09T17:21:05.542Z[ helios-setup] Sep 09 17:21:04.721 INFO E| Compiling memchr v2.7.4
23012024-09-09T17:21:05.601Z[ helios-setup] Sep 09 17:21:04.780 INFO E| Compiling rustversion v1.0.17
23022024-09-09T17:21:05.608Z[ host-package] Compiling ena v0.14.3
23032024-09-09T17:21:05.723Z[ helios-setup] Sep 09 17:21:04.903 INFO E| Compiling libc v0.2.155
23042024-09-09T17:21:06.356Z[ host-package] Compiling libloading v0.8.3
23052024-09-09T17:21:06.422Z[ helios-setup] Sep 09 17:21:05.601 INFO E| Compiling syn v2.0.71
23062024-09-09T17:21:06.498Z[ host-package] Compiling bindgen v0.69.4
23072024-09-09T17:21:06.498Z[ host-package] Compiling regex-syntax v0.6.29
23082024-09-09T17:21:06.555Z[ helios-setup] Sep 09 17:21:05.727 INFO E| Compiling heck v0.3.3
23092024-09-09T17:21:06.639Z[ helios-setup] Sep 09 17:21:05.818 INFO E| Compiling lazy_static v1.5.0
23102024-09-09T17:21:06.796Z[ helios-setup] Sep 09 17:21:05.975 INFO E| Compiling ucd-trie v0.1.6
23112024-09-09T17:21:07.043Z[ helios-setup] Sep 09 17:21:06.222 INFO E| Compiling dyn-clone v1.0.17
23122024-09-09T17:21:07.447Z[ host-package] Compiling diff v0.1.13
23132024-09-09T17:21:08.109Z[ helios-setup] Sep 09 17:21:07.288 INFO E| Compiling pre v0.2.1
23142024-09-09T17:21:08.389Z[ helios-setup] Sep 09 17:21:07.568 INFO E| Compiling byteorder v1.5.0
23152024-09-09T17:21:08.424Z[ helios-setup] Sep 09 17:21:07.603 INFO E| Compiling once_cell v1.19.0
23162024-09-09T17:21:08.608Z[ host-package] Compiling slog-stdlog v4.1.1
23172024-09-09T17:21:08.765Z[ helios-setup] Sep 09 17:21:07.944 INFO E| Compiling static_assertions v1.1.0
23182024-09-09T17:21:08.857Z[ helios-setup] Sep 09 17:21:08.036 INFO E| Compiling cfg-if v0.1.10
23192024-09-09T17:21:09.692Z[ helios-setup] Sep 09 17:21:08.871 INFO E| Compiling unicode-width v0.1.13
23202024-09-09T17:21:10.314Z[ host-package] Compiling omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates)
23212024-09-09T17:21:10.367Z[ helios-setup] Sep 09 17:21:09.546 INFO E| Compiling textwrap v0.11.0
23222024-09-09T17:21:11.238Z[ helios-setup] Sep 09 17:21:10.417 INFO E| Compiling atty v0.2.14
23232024-09-09T17:21:11.419Z[ helios-setup] Sep 09 17:21:10.598 INFO E| Compiling vec_map v0.8.2
23242024-09-09T17:21:11.715Z[ helios-setup] Sep 09 17:21:10.893 INFO E| Compiling parse_int v0.6.0
23252024-09-09T17:21:11.903Z[ helios-setup] Sep 09 17:21:11.081 INFO E| Compiling strsim v0.8.0
23262024-09-09T17:21:11.953Z[ helios-setup] Sep 09 17:21:11.131 INFO E| Compiling bitflags v1.3.2
23272024-09-09T17:21:12.049Z[ helios-setup] Sep 09 17:21:11.227 INFO E| Compiling ansi_term v0.12.1
23282024-09-09T17:21:12.072Z[ helios-setup] Sep 09 17:21:11.251 INFO E| Compiling fletcher v0.1.0
23292024-09-09T17:21:12.435Z[ helios-setup] Sep 09 17:21:11.613 INFO E| Compiling unic-common v0.9.0
23302024-09-09T17:21:12.450Z[ helios-setup] Sep 09 17:21:11.628 INFO E| Compiling strum v0.23.0
23312024-09-09T17:21:12.491Z[ helios-setup] Sep 09 17:21:11.670 INFO E| Compiling unic-char-range v0.9.0
23322024-09-09T17:21:12.681Z[ helios-setup] Sep 09 17:21:11.859 INFO E| Compiling unic-char-property v0.9.0
23332024-09-09T17:21:12.810Z[ host-package] Compiling which v4.4.2
23342024-09-09T17:21:12.874Z[ helios-setup] Sep 09 17:21:12.052 INFO E| Compiling clap v2.34.0
23352024-09-09T17:21:12.934Z[ helios-setup] Sep 09 17:21:12.112 INFO E| Compiling unic-ucd-version v0.9.0
23362024-09-09T17:21:13.070Z[ helios-setup] Sep 09 17:21:12.248 INFO E| Compiling plain v0.2.3
23372024-09-09T17:21:13.076Z[ helios-setup] Sep 09 17:21:12.254 INFO E| Compiling log v0.4.22
23382024-09-09T17:21:13.413Z[ helios-setup] Sep 09 17:21:12.591 INFO E| Compiling unic-ucd-ident v0.9.0
23392024-09-09T17:21:13.421Z[ helios-setup] Sep 09 17:21:12.600 INFO E| Compiling bytesize v1.3.0
23402024-09-09T17:21:13.981Z[ host-package] Compiling lalrpop v0.19.12
23412024-09-09T17:21:15.034Z[ helios-setup] Sep 09 17:21:14.212 INFO E| Compiling serde_derive_internals v0.29.1
23422024-09-09T17:21:15.741Z[ helios-setup] Sep 09 17:21:14.919 INFO E| Compiling toml v0.5.11
23432024-09-09T17:21:16.127Z[ host-package] Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common)
23442024-09-09T17:21:16.961Z[ host-package] Compiling cexpr v0.6.0
23452024-09-09T17:21:18.848Z[ helios-setup] Sep 09 17:21:18.025 INFO E| Compiling proc-macro-crate v0.1.5
23462024-09-09T17:21:19.749Z[ host-package] Compiling libsw v3.3.1
23472024-09-09T17:21:19.919Z[ helios-setup] Sep 09 17:21:19.097 INFO E| Compiling thiserror-impl v1.0.63
23482024-09-09T17:21:20.005Z[ helios-setup] Sep 09 17:21:19.183 INFO E| Compiling serde_derive v1.0.204
23492024-09-09T17:21:20.145Z[ helios-setup] Sep 09 17:21:19.322 INFO E| Compiling schemars_derive v0.8.21
23502024-09-09T17:21:20.253Z[ helios-setup] Sep 09 17:21:19.430 INFO E| Compiling zerocopy-derive v0.6.6
23512024-09-09T17:21:20.477Z[ host-package] Compiling shlex v1.3.0
23522024-09-09T17:21:21.423Z[ host-package] Compiling linear-map v1.2.0
23532024-09-09T17:21:22.438Z[ host-package] Compiling lazycell v1.3.0
23542024-09-09T17:21:23.184Z[ host-package] Compiling rustc-hash v1.1.0
23552024-09-09T17:21:23.577Z[ host-package] Compiling owo-colors v4.0.0
23562024-09-09T17:21:24.683Z[ helios-setup] Sep 09 17:21:23.860 INFO E| Compiling zerocopy v0.6.6
23572024-09-09T17:21:24.802Z[ host-package] Compiling diesel v2.2.3
23582024-09-09T17:21:25.897Z[ helios-setup] Sep 09 17:21:25.074 INFO E| Compiling pest v2.7.11
23592024-09-09T17:21:26.968Z[ host-package] Compiling ref-cast v1.0.23
23602024-09-09T17:21:27.734Z[ helios-setup] Sep 09 17:21:26.911 INFO E| Compiling modular-bitfield-impl v0.11.2
23612024-09-09T17:21:28.019Z[ helios-setup] Sep 09 17:21:27.196 INFO E| Compiling num-derive v0.3.3
23622024-09-09T17:21:28.128Z[ host-package] Compiling update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine)
23632024-09-09T17:21:28.730Z[ helios-setup] Sep 09 17:21:27.907 INFO E| Compiling scroll_derive v0.10.5
23642024-09-09T17:21:29.511Z[ helios-setup] Sep 09 17:21:28.687 INFO E| Compiling strum_macros v0.23.1
23652024-09-09T17:21:31.180Z[ helios-setup] Sep 09 17:21:30.356 INFO E| Compiling pest_meta v2.7.11
23662024-09-09T17:21:31.259Z[ helios-setup] Sep 09 17:21:30.435 INFO E| Compiling structopt-derive v0.4.18
23672024-09-09T17:21:31.461Z[ helios-setup] Sep 09 17:21:30.637 INFO E| Compiling scroll v0.10.2
23682024-09-09T17:21:32.585Z[ helios-setup] Sep 09 17:21:31.759 INFO E| Compiling goblin v0.4.3
23692024-09-09T17:21:33.470Z[ helios-setup] Sep 09 17:21:32.646 INFO E| Compiling modular-bitfield v0.11.2
23702024-09-09T17:21:34.158Z[ helios-setup] Sep 09 17:21:33.334 INFO E| Compiling pest_generator v2.7.11
23712024-09-09T17:21:37.050Z[ helios-setup] Sep 09 17:21:36.226 INFO E| Compiling structopt v0.3.26
23722024-09-09T17:21:38.975Z[ helios-setup] Sep 09 17:21:38.150 INFO E| Compiling pest_derive v2.7.11
23732024-09-09T17:21:41.774Z[ host-package] Compiling slog-envlogger v2.2.0
23742024-09-09T17:21:43.740Z[ helios-setup] Sep 09 17:21:42.915 INFO E| Compiling json5 v0.4.1
23752024-09-09T17:21:44.723Z[ host-package] Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model)
23762024-09-09T17:21:45.294Z[ host-package] Compiling derive_builder_core v0.20.0
23772024-09-09T17:21:48.629Z[ host-package] Compiling headers-core v0.2.0
23782024-09-09T17:21:49.057Z[ host-package] Compiling fxhash v0.2.1
23792024-09-09T17:21:49.403Z[ host-package] Compiling libxml v0.3.3
23802024-09-09T17:21:49.602Z[ helios-setup] Sep 09 17:21:48.776 INFO E| Compiling four-cc v0.3.0
23812024-09-09T17:21:49.602Z[ helios-setup] Sep 09 17:21:48.776 INFO E| Compiling amd-efs v0.4.0 (ssh://git@github.com/oxidecomputer/amd-efs.git?tag=v0.4.0#16afc05b)
23822024-09-09T17:21:49.909Z[ helios-setup] Sep 09 17:21:49.083 INFO E| Compiling amd-apcb v0.3.3 (https://github.com/oxidecomputer/amd-apcb.git?tag=v0.3.3#db77d47b)
23832024-09-09T17:21:50.013Z[ host-package] Compiling ref-cast-impl v1.0.23
23842024-09-09T17:21:50.586Z[ host-package] Compiling samael v0.0.15
23852024-09-09T17:21:50.619Z[ host-package] Compiling headers v0.3.9
23862024-09-09T17:21:52.196Z[ host-package] Compiling derive_builder_macro v0.20.0
23872024-09-09T17:21:52.860Z[ host-package] Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros)
23882024-09-09T17:21:53.558Z[ host-package] Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data)
23892024-09-09T17:21:54.001Z[ host-package] Compiling nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults)
23902024-09-09T17:21:54.109Z[ host-package] Compiling strum_macros v0.24.3
23912024-09-09T17:21:55.859Z[ host-package] Compiling kstat-rs v0.2.4
23922024-09-09T17:21:56.979Z[ host-package] Compiling dropshot v0.10.1
23932024-09-09T17:21:57.021Z[ host-package] Compiling polar-core v0.27.3
23942024-09-09T17:21:57.265Z[ host-package] Compiling unicase v2.7.0
23952024-09-09T17:21:57.651Z[ host-package] Compiling indoc v1.0.9
23962024-09-09T17:21:57.821Z[ host-package] Compiling oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
23972024-09-09T17:21:58.383Z[ host-package] Compiling derive_builder v0.20.0
23982024-09-09T17:21:59.936Z[ host-package] Compiling oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
23992024-09-09T17:22:04.361Z[ host-package] Compiling tungstenite v0.23.0
24002024-09-09T17:22:04.423Z[ host-package] Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth)
24012024-09-09T17:22:04.885Z[ host-package] Compiling crossterm v0.28.1
24022024-09-09T17:22:10.738Z[ host-package] Compiling curve25519-dalek v4.1.3
24032024-09-09T17:22:11.359Z[ host-package] Compiling impl-trait-for-tuples v0.2.2
24042024-09-09T17:22:14.072Z[ host-package] Compiling oso-derive v0.27.3
24052024-09-09T17:22:14.631Z[ host-package] Compiling dropshot_endpoint v0.10.1
24062024-09-09T17:22:15.272Z[ host-package] Compiling libz-sys v1.1.16
24072024-09-09T17:22:15.422Z[ host-package] Compiling quick-xml v0.31.0
24082024-09-09T17:22:16.081Z[ host-package] Compiling diesel-dtrace v0.3.0 (https://github.com/oxidecomputer/diesel-dtrace?branch=main#8fcc2bb3)
24092024-09-09T17:22:16.641Z[ host-package] Compiling parking_lot_core v0.8.6
24102024-09-09T17:22:16.946Z[ host-package] Compiling keccak v0.1.5
24112024-09-09T17:22:18.058Z[ host-package] Compiling sha3 v0.10.8
24122024-09-09T17:22:19.010Z[ host-package] Compiling tokio-tungstenite v0.23.1
24132024-09-09T17:22:19.098Z[ host-package] Compiling installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
24142024-09-09T17:22:19.140Z[ host-package] Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros)
24152024-09-09T17:22:19.675Z[ host-package] Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=24a74d0c76b6a63961ecef76acb1516b6e66c5c9#24a74d0c)
24162024-09-09T17:22:20.946Z[ host-package] Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
24172024-09-09T17:22:21.342Z[ host-package] Compiling bb8 v0.8.5
24182024-09-09T17:22:22.132Z[ host-package] Compiling const_format_proc_macros v0.2.32
24192024-09-09T17:22:25.101Z[ host-package] Compiling oso v0.27.3
24202024-09-09T17:22:32.037Z[ helios-setup] Sep 09 17:22:31.206 INFO E| Compiling amd-host-image-builder-config v0.1.0 (/work/oxidecomputer/helios/projects/amd-host-image-builder/amd-host-image-builder-config)
24212024-09-09T17:22:32.975Z[ host-package] Compiling universal-hash v0.5.1
24222024-09-09T17:22:33.329Z[ host-package] Compiling secrecy v0.8.0
24232024-09-09T17:22:33.716Z[ host-package] Compiling thiserror-impl-no-std v2.0.2
24242024-09-09T17:22:37.092Z[ host-package] Compiling curve25519-dalek-derive v0.1.1
24252024-09-09T17:22:38.923Z[ host-package] Compiling vte_generate_state_changes v0.1.1
24262024-09-09T17:22:39.618Z[ host-package] Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/libipcc?rev=fdffa212373a8f92473ea5f411088912bf458d5f#fdffa212)
24272024-09-09T17:22:40.003Z[ host-package] Compiling opaque-debug v0.3.1
24282024-09-09T17:22:40.146Z[ host-package] Compiling poly1305 v0.8.0
24292024-09-09T17:22:40.575Z[ host-package] Compiling vte v0.11.1
24302024-09-09T17:22:42.448Z[ host-package] Compiling thiserror-no-std v2.0.2
24312024-09-09T17:22:42.652Z[ host-package] Compiling const_format v0.2.32
24322024-09-09T17:22:44.317Z[ host-package] Compiling async-bb8-diesel v0.2.1
24332024-09-09T17:22:45.686Z[ host-package] Compiling qorb v0.0.1 (https://github.com/oxidecomputer/qorb?branch=master#163a7783)
24342024-09-09T17:22:45.765Z[ helios-setup] Sep 09 17:22:44.933 INFO E| Compiling amd-host-image-builder v0.1.1 (/work/oxidecomputer/helios/projects/amd-host-image-builder)
24352024-09-09T17:22:47.866Z[ host-package] Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
24362024-09-09T17:22:48.299Z[ host-package] Compiling chacha20 v0.9.1
24372024-09-09T17:22:48.894Z[ host-package] Compiling fd-lock v4.0.2
24382024-09-09T17:22:49.215Z[ host-package] Compiling aead v0.5.2
24392024-09-09T17:22:49.632Z[ host-package] Compiling libgit2-sys v0.17.0+1.8.1
24402024-09-09T17:22:50.388Z[ host-package] Compiling bytecount v0.6.8
24412024-09-09T17:22:50.818Z[ host-package] Compiling papergrid v0.11.0
24422024-09-09T17:22:51.652Z[ host-package] Compiling chacha20poly1305 v0.10.1
24432024-09-09T17:22:52.411Z[ host-package] Compiling parking_lot v0.11.2
24442024-09-09T17:22:54.610Z[ host-package] Compiling vsss-rs v3.3.4
24452024-09-09T17:22:59.711Z[ host-package] Compiling strip-ansi-escapes v0.2.0
24462024-09-09T17:23:01.507Z[ host-package] Compiling crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=e58ca3693cb9ce0438947beba10e97ee38a0966b#e58ca369)
24472024-09-09T17:23:03.687Z[ host-package] Compiling tabled_derive v0.7.0
24482024-09-09T17:23:06.361Z[ host-package] Compiling crossterm v0.27.0
24492024-09-09T17:23:07.088Z[ host-package] Compiling peg-macros v0.8.4
24502024-09-09T17:23:11.077Z[ host-package] Compiling sqlparser_derive v0.2.2
24512024-09-09T17:23:12.609Z[ host-package] Compiling nu-ansi-term v0.50.0
24522024-09-09T17:23:12.647Z[ host-package] Compiling unicode_categories v0.1.1
24532024-09-09T17:23:13.481Z[ host-package] Compiling reedline v0.33.0
24542024-09-09T17:23:14.259Z[ host-package] Compiling sqlformat v0.2.4
24552024-09-09T17:23:14.578Z[ host-package] Compiling sqlparser v0.45.0
24562024-09-09T17:23:16.729Z[ host-package] Compiling rustyline v14.0.0
24572024-09-09T17:23:24.352Z[ helios-setup] Sep 09 17:23:23.515 INFO E| Finished dev [unoptimized + debuginfo] target(s) in 2m 25s
24582024-09-09T17:23:24.388Z[ helios-setup] Sep 09 17:23:23.551 INFO building project "amd-host-image-builder" ok (175 seconds)
24592024-09-09T17:23:24.388Z[ helios-setup] Sep 09 17:23:23.551 INFO building project "bootserver" at /work/oxidecomputer/helios/projects/bootserver
24602024-09-09T17:23:24.391Z[ helios-setup] Sep 09 17:23:23.551 INFO exec: ["cargo", "build", "--locked", "--release"], pwd: Some("/work/oxidecomputer/helios/projects/bootserver")
24612024-09-09T17:23:24.685Z[ helios-setup] Sep 09 17:23:23.848 INFO E| Downloading crates ...
24622024-09-09T17:23:24.802Z[ helios-setup] Sep 09 17:23:23.965 INFO E| Downloaded unicode-width v0.1.10
24632024-09-09T17:23:24.805Z[ helios-setup] Sep 09 17:23:23.968 INFO E| Downloaded sha2 v0.10.5
24642024-09-09T17:23:24.808Z[ helios-setup] Sep 09 17:23:23.971 INFO E| Downloaded generic-array v0.14.6
24652024-09-09T17:23:24.811Z[ helios-setup] Sep 09 17:23:23.974 INFO E| Downloaded digest v0.10.3
24662024-09-09T17:23:24.815Z[ helios-setup] Sep 09 17:23:23.977 INFO E| Downloaded miniz_oxide v0.6.2
24672024-09-09T17:23:24.818Z[ helios-setup] Sep 09 17:23:23.980 INFO E| Downloaded flate2 v1.0.25
24682024-09-09T17:23:24.825Z[ helios-setup] Sep 09 17:23:23.988 INFO E| Downloaded bytes v1.2.1
24692024-09-09T17:23:24.830Z[ helios-setup] Sep 09 17:23:23.993 INFO E| Downloaded cpufeatures v0.2.5
24702024-09-09T17:23:24.833Z[ helios-setup] Sep 09 17:23:23.995 INFO E| Downloaded block-buffer v0.10.3
24712024-09-09T17:23:24.835Z[ helios-setup] Sep 09 17:23:23.997 INFO E| Downloaded anyhow v1.0.62
24722024-09-09T17:23:24.840Z[ helios-setup] Sep 09 17:23:24.003 INFO E| Downloaded typenum v1.15.0
24732024-09-09T17:23:24.909Z[ host-package] Compiling peg v0.8.4
24742024-09-09T17:23:24.934Z[ helios-setup] Sep 09 17:23:24.096 INFO E| Compiling typenum v1.15.0
24752024-09-09T17:23:24.944Z[ helios-setup] Sep 09 17:23:24.107 INFO E| Compiling version_check v0.9.4
24762024-09-09T17:23:24.944Z[ helios-setup] Sep 09 17:23:24.107 INFO E| Compiling cfg-if v1.0.0
24772024-09-09T17:23:24.945Z[ helios-setup] Sep 09 17:23:24.107 INFO E| Compiling crc32fast v1.3.2
24782024-09-09T17:23:24.947Z[ helios-setup] Sep 09 17:23:24.107 INFO E| Compiling adler v1.0.2
24792024-09-09T17:23:24.947Z[ helios-setup] Sep 09 17:23:24.107 INFO E| Compiling anyhow v1.0.62
24802024-09-09T17:23:24.947Z[ helios-setup] Sep 09 17:23:24.107 INFO E| Compiling unicode-width v0.1.10
24812024-09-09T17:23:24.948Z[ helios-setup] Sep 09 17:23:24.108 INFO E| Compiling cpufeatures v0.2.5
24822024-09-09T17:23:25.056Z[ host-package] Compiling tabled v0.15.0
24832024-09-09T17:23:25.469Z[ helios-setup] Sep 09 17:23:24.632 INFO E| Compiling bitflags v1.3.2
24842024-09-09T17:23:25.595Z[ helios-setup] Sep 09 17:23:24.758 INFO E| Compiling bytes v1.2.1
24852024-09-09T17:23:25.749Z[ helios-setup] Sep 09 17:23:24.912 INFO E| Compiling miniz_oxide v0.6.2
24862024-09-09T17:23:25.873Z[ helios-setup] Sep 09 17:23:25.035 INFO E| Compiling generic-array v0.14.6
24872024-09-09T17:23:25.918Z[ helios-setup] Sep 09 17:23:25.074 INFO E| Compiling getopts v0.2.21
24882024-09-09T17:23:27.458Z[ helios-setup] Sep 09 17:23:26.620 INFO E| Compiling flate2 v1.0.25
24892024-09-09T17:23:27.617Z[ host-package] Compiling ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc)
24902024-09-09T17:23:30.935Z[ helios-setup] Sep 09 17:23:30.097 INFO E| Compiling block-buffer v0.10.3
24912024-09-09T17:23:30.935Z[ helios-setup] Sep 09 17:23:30.097 INFO E| Compiling crypto-common v0.1.6
24922024-09-09T17:23:31.124Z[ helios-setup] Sep 09 17:23:30.286 INFO E| Compiling digest v0.10.3
24932024-09-09T17:23:31.477Z[ helios-setup] Sep 09 17:23:30.639 INFO E| Compiling sha2 v0.10.5
24942024-09-09T17:23:31.600Z[ host-package] Compiling sled v0.34.7
24952024-09-09T17:23:31.971Z[ helios-setup] Sep 09 17:23:31.133 INFO E| Compiling bootserver v0.1.0 (/work/oxidecomputer/helios/projects/bootserver)
24962024-09-09T17:23:37.192Z[ helios-setup] Sep 09 17:23:36.353 INFO E| Finished `release` profile [optimized] target(s) in 12.71s
24972024-09-09T17:23:37.208Z[ helios-setup] Sep 09 17:23:36.369 INFO building project "bootserver" ok (12 seconds)
24982024-09-09T17:23:37.208Z[ helios-setup] Sep 09 17:23:36.370 INFO building project "pinprick" at /work/oxidecomputer/helios/projects/pinprick
24992024-09-09T17:23:37.208Z[ helios-setup] Sep 09 17:23:36.370 INFO exec: ["cargo", "build", "--locked", "--release"], pwd: Some("/work/oxidecomputer/helios/projects/pinprick")
25002024-09-09T17:23:37.547Z[ helios-setup] Sep 09 17:23:36.708 INFO E| Compiling adler v1.0.2
25012024-09-09T17:23:37.675Z[ helios-setup] Sep 09 17:23:36.836 INFO E| Compiling miniz_oxide v0.7.2
25022024-09-09T17:23:40.482Z[ helios-setup] Sep 09 17:23:39.643 INFO E| Compiling pinprick v0.1.0 (/work/oxidecomputer/helios/projects/pinprick)
25032024-09-09T17:23:41.472Z[ helios-setup] Sep 09 17:23:40.633 INFO E| Finished `release` profile [optimized] target(s) in 4.17s
25042024-09-09T17:23:41.479Z[ helios-setup] Sep 09 17:23:40.640 INFO building project "pinprick" ok (4 seconds)
25052024-09-09T17:23:41.479Z[ helios-setup] Sep 09 17:23:40.640 INFO building project "pilot" at /work/oxidecomputer/helios/projects/pilot
25062024-09-09T17:23:41.482Z[ helios-setup] Sep 09 17:23:40.640 INFO exec: ["cargo", "build", "--locked", "--release"], pwd: Some("/work/oxidecomputer/helios/projects/pilot")
25072024-09-09T17:23:41.919Z[ helios-setup] Sep 09 17:23:41.080 INFO E| Updating git repository `https://github.com/jclulow/hiercmd`
25082024-09-09T17:23:42.029Z[ host-package] Compiling mime_guess v2.0.4
25092024-09-09T17:23:42.417Z[ helios-setup] Sep 09 17:23:41.578 INFO E| From https://github.com/jclulow/hiercmd
25102024-09-09T17:23:42.417Z[ helios-setup] Sep 09 17:23:41.578 INFO E| * [new ref] d9d28d6aa06f0740b8668b9e64c0f4bb69243aad -> refs/commit/d9d28d6aa06f0740b8668b9e64c0f4bb69243aad
25112024-09-09T17:23:42.443Z[ helios-setup] Sep 09 17:23:41.603 INFO E| Updating git repository `https://github.com/jclulow/network-interface`
25122024-09-09T17:23:43.009Z[ helios-setup] Sep 09 17:23:42.168 INFO E| From https://github.com/jclulow/network-interface
25132024-09-09T17:23:43.012Z[ helios-setup] Sep 09 17:23:42.168 INFO E| * [new ref] 827e6b7ba62ea32474ef38b1b02942bdf3933624 -> refs/commit/827e6b7ba62ea32474ef38b1b02942bdf3933624
25142024-09-09T17:23:43.038Z[ helios-setup] Sep 09 17:23:42.199 INFO E| Updating git repository `https://github.com/oxidecomputer/boot-image-tools.git`
25152024-09-09T17:23:43.200Z[ host-package] Compiling hickory-client v0.24.1
25162024-09-09T17:23:43.220Z[ host-package] Compiling env_logger v0.9.3
25172024-09-09T17:23:43.587Z[ helios-setup] Sep 09 17:23:42.748 INFO E| From https://github.com/oxidecomputer/boot-image-tools
25182024-09-09T17:23:43.588Z[ helios-setup] Sep 09 17:23:42.748 INFO E| * [new ref] 300caa098652a2988eb3cbf936868cb719a155ff -> refs/commit/300caa098652a2988eb3cbf936868cb719a155ff
25192024-09-09T17:23:43.625Z[ helios-setup] Sep 09 17:23:42.785 INFO E| Updating git repository `git+ssh://git@github.com/oxidecomputer/facade`
25202024-09-09T17:23:44.477Z[ helios-setup] Sep 09 17:23:43.637 INFO E| From https://github.com/oxidecomputer/facade
25212024-09-09T17:23:44.477Z[ helios-setup] Sep 09 17:23:43.637 INFO E| * [new ref] aadb1404d3e53f6d1b5928a1aa09dcec0e0a3892 -> refs/commit/aadb1404d3e53f6d1b5928a1aa09dcec0e0a3892
25222024-09-09T17:23:44.562Z[ helios-setup] Sep 09 17:23:43.722 INFO E| Updating crates.io index
25232024-09-09T17:23:45.198Z[ helios-setup] Sep 09 17:23:44.359 INFO E| Downloading crates ...
25242024-09-09T17:23:45.354Z[ helios-setup] Sep 09 17:23:44.515 INFO E| Downloaded const-random v0.1.15
25252024-09-09T17:23:45.357Z[ helios-setup] Sep 09 17:23:44.518 INFO E| Downloaded byteorder v1.4.3
25262024-09-09T17:23:45.365Z[ helios-setup] Sep 09 17:23:44.524 INFO E| Downloaded concolor-override v1.0.0
25272024-09-09T17:23:45.367Z[ helios-setup] Sep 09 17:23:44.526 INFO E| Downloaded anstyle v0.3.5
25282024-09-09T17:23:45.370Z[ helios-setup] Sep 09 17:23:44.530 INFO E| Downloaded serde_path_to_error v0.1.11
25292024-09-09T17:23:45.373Z[ helios-setup] Sep 09 17:23:44.534 INFO E| Downloaded scopeguard v1.1.0
25302024-09-09T17:23:45.376Z[ helios-setup] Sep 09 17:23:44.536 INFO E| Downloaded semver-parser v0.10.2
25312024-09-09T17:23:45.380Z[ helios-setup] Sep 09 17:23:44.541 INFO E| Downloaded serde_tokenstream v0.2.0
25322024-09-09T17:23:45.389Z[ helios-setup] Sep 09 17:23:44.550 INFO E| Downloaded serde_derive_internals v0.26.0
25332024-09-09T17:23:45.394Z[ helios-setup] Sep 09 17:23:44.554 INFO E| Downloaded try-lock v0.2.4
25342024-09-09T17:23:45.396Z[ helios-setup] Sep 09 17:23:44.557 INFO E| Downloaded anstyle-parse v0.1.1
25352024-09-09T17:23:45.408Z[ helios-setup] Sep 09 17:23:44.569 INFO E| Downloaded futures-executor v0.3.28
25362024-09-09T17:23:45.418Z[ helios-setup] Sep 09 17:23:44.578 INFO E| Downloaded tokio-macros v2.0.0
25372024-09-09T17:23:45.420Z[ helios-setup] Sep 09 17:23:44.580 INFO E| Downloaded walkdir v2.3.3
25382024-09-09T17:23:45.423Z[ helios-setup] Sep 09 17:23:44.584 INFO E| Downloaded tempfile v3.5.0
25392024-09-09T17:23:45.429Z[ helios-setup] Sep 09 17:23:44.589 INFO E| Downloaded strsim v0.10.0
25402024-09-09T17:23:45.432Z[ helios-setup] Sep 09 17:23:44.593 INFO E| Downloaded time v0.1.45
25412024-09-09T17:23:45.435Z[ helios-setup] Sep 09 17:23:44.596 INFO E| Downloaded ahash v0.7.6
25422024-09-09T17:23:45.440Z[ helios-setup] Sep 09 17:23:44.601 INFO E| Downloaded smartstring v1.0.1
25432024-09-09T17:23:45.445Z[ helios-setup] Sep 09 17:23:44.606 INFO E| Downloaded toolchain_find v0.2.0
25442024-09-09T17:23:45.448Z[ helios-setup] Sep 09 17:23:44.608 INFO E| Downloaded semver v1.0.17
25452024-09-09T17:23:45.451Z[ helios-setup] Sep 09 17:23:44.612 INFO E| Downloaded socket2 v0.4.9
25462024-09-09T17:23:45.455Z[ helios-setup] Sep 09 17:23:44.616 INFO E| Downloaded log v0.4.17
25472024-09-09T17:23:45.460Z[ helios-setup] Sep 09 17:23:44.621 INFO E| Downloaded want v0.3.0
25482024-09-09T17:23:45.463Z[ helios-setup] Sep 09 17:23:44.623 INFO E| Downloaded tokio-rustls v0.24.0
25492024-09-09T17:23:45.466Z[ helios-setup] Sep 09 17:23:44.627 INFO E| Downloaded smallvec v1.10.0
25502024-09-09T17:23:45.471Z[ helios-setup] Sep 09 17:23:44.631 INFO E| Downloaded lock_api v0.4.9
25512024-09-09T17:23:45.474Z[ helios-setup] Sep 09 17:23:44.635 INFO E| Downloaded typenum v1.16.0
25522024-09-09T17:23:45.480Z[ helios-setup] Sep 09 17:23:44.640 INFO E| Downloaded url v2.3.1
25532024-09-09T17:23:45.486Z[ helios-setup] Sep 09 17:23:44.647 INFO E| Downloaded rustls-pemfile v1.0.2
25542024-09-09T17:23:45.491Z[ helios-setup] Sep 09 17:23:44.652 INFO E| Downloaded uuid v1.3.0
25552024-09-09T17:23:45.498Z[ helios-setup] Sep 09 17:23:44.659 INFO E| Downloaded unicode-linebreak v0.1.4
25562024-09-09T17:23:45.502Z[ helios-setup] Sep 09 17:23:44.663 INFO E| Downloaded unsafe-libyaml v0.2.8
25572024-09-09T17:23:45.510Z[ helios-setup] Sep 09 17:23:44.670 INFO E| Downloaded parking_lot v0.12.1
25582024-09-09T17:23:45.515Z[ helios-setup] Sep 09 17:23:44.675 INFO E| Downloaded tokio-util v0.7.7
25592024-09-09T17:23:45.527Z[ helios-setup] Sep 09 17:23:44.688 INFO E| Downloaded num_enum v0.5.7
25602024-09-09T17:23:45.534Z[ helios-setup] Sep 09 17:23:44.694 INFO E| Downloaded winnow v0.4.1
25612024-09-09T17:23:45.549Z[ helios-setup] Sep 09 17:23:44.710 INFO E| Downloaded fastrand v1.9.0
25622024-09-09T17:23:45.552Z[ helios-setup] Sep 09 17:23:44.712 INFO E| Downloaded syn v2.0.72
25632024-09-09T17:23:45.574Z[ helios-setup] Sep 09 17:23:44.733 INFO E| Downloaded clap_derive v4.2.0
25642024-09-09T17:23:45.576Z[ helios-setup] Sep 09 17:23:44.737 INFO E| Downloaded pin-project-lite v0.2.9
25652024-09-09T17:23:45.585Z[ helios-setup] Sep 09 17:23:44.745 INFO E| Downloaded tokio v1.27.0
25662024-09-09T17:23:45.643Z[ helios-setup] Sep 09 17:23:44.803 INFO E| Downloaded futures v0.3.28
25672024-09-09T17:23:45.652Z[ helios-setup] Sep 09 17:23:44.812 INFO E| Downloaded schemars v0.8.12
25682024-09-09T17:23:45.679Z[ helios-setup] Sep 09 17:23:44.840 INFO E| Downloaded bytes v1.4.0
25692024-09-09T17:23:45.686Z[ helios-setup] Sep 09 17:23:44.846 INFO E| Downloaded rayon-core v1.10.2
25702024-09-09T17:23:45.693Z[ helios-setup] Sep 09 17:23:44.854 INFO E| Downloaded memchr v2.5.0
25712024-09-09T17:23:45.703Z[ helios-setup] Sep 09 17:23:44.863 INFO E| Downloaded rustls-webpki v0.100.1
25722024-09-09T17:23:45.713Z[ helios-setup] Sep 09 17:23:44.874 INFO E| Downloaded pest v2.5.7
25732024-09-09T17:23:45.722Z[ helios-setup] Sep 09 17:23:44.883 INFO E| Downloaded http v0.2.9
25742024-09-09T17:23:45.729Z[ helios-setup] Sep 09 17:23:44.890 INFO E| Downloaded mio v0.8.5
25752024-09-09T17:23:45.739Z[ helios-setup] Sep 09 17:23:44.899 INFO E| Downloaded crossbeam-channel v0.5.6
25762024-09-09T17:23:45.746Z[ helios-setup] Sep 09 17:23:44.907 INFO E| Downloaded aho-corasick v0.7.20
25772024-09-09T17:23:45.754Z[ helios-setup] Sep 09 17:23:44.914 INFO E| Downloaded once_cell v1.17.0
25782024-09-09T17:23:45.759Z[ helios-setup] Sep 09 17:23:44.919 INFO E| Downloaded clap_builder v4.2.1
25792024-09-09T17:23:45.770Z[ helios-setup] Sep 09 17:23:44.931 INFO E| Downloaded reqwest v0.11.16
25802024-09-09T17:23:45.783Z[ helios-setup] Sep 09 17:23:44.944 INFO E| Downloaded h2 v0.3.16
25812024-09-09T17:23:45.795Z[ helios-setup] Sep 09 17:23:44.956 INFO E| Downloaded rayon v1.6.1
25822024-09-09T17:23:45.810Z[ helios-setup] Sep 09 17:23:44.971 INFO E| Downloaded chrono v0.4.24
25832024-09-09T17:23:45.823Z[ helios-setup] Sep 09 17:23:44.983 INFO E| Downloaded futures-util v0.3.28
25842024-09-09T17:23:45.849Z[ helios-setup] Sep 09 17:23:45.010 INFO E| Downloaded regex v1.7.3
25852024-09-09T17:23:45.864Z[ helios-setup] Sep 09 17:23:45.024 INFO E| Downloaded hyper v0.14.25
25862024-09-09T17:23:45.878Z[ helios-setup] Sep 09 17:23:45.038 INFO E| Downloaded git2 v0.16.1
25872024-09-09T17:23:45.892Z[ helios-setup] Sep 09 17:23:45.052 INFO E| Downloaded regress v0.5.0
25882024-09-09T17:23:45.906Z[ helios-setup] Sep 09 17:23:45.066 INFO E| Downloaded rustix v0.37.3
25892024-09-09T17:23:45.940Z[ helios-setup] Sep 09 17:23:45.100 INFO E| Downloaded clap v4.2.1
25902024-09-09T17:23:45.953Z[ helios-setup] Sep 09 17:23:45.113 INFO E| Downloaded rustls v0.21.0
25912024-09-09T17:23:45.968Z[ helios-setup] Sep 09 17:23:45.129 INFO E| Downloaded openapiv3 v1.0.2
25922024-09-09T17:23:45.989Z[ helios-setup] Sep 09 17:23:45.150 INFO E| Downloaded rhai v1.14.0
25932024-09-09T17:23:46.011Z[ helios-setup] Sep 09 17:23:45.171 INFO E| Downloaded crossbeam-utils v0.8.14
25942024-09-09T17:23:46.016Z[ helios-setup] Sep 09 17:23:45.176 INFO E| Downloaded parking_lot_core v0.9.6
25952024-09-09T17:23:46.019Z[ helios-setup] Sep 09 17:23:45.180 INFO E| Downloaded io-lifetimes v1.0.10
25962024-09-09T17:23:46.024Z[ helios-setup] Sep 09 17:23:45.184 INFO E| Downloaded anyhow v1.0.68
25972024-09-09T17:23:46.030Z[ helios-setup] Sep 09 17:23:45.191 INFO E| Downloaded unicode-normalization v0.1.22
25982024-09-09T17:23:46.037Z[ helios-setup] Sep 09 17:23:45.197 INFO E| Downloaded syn v1.0.107
25992024-09-09T17:23:46.056Z[ helios-setup] Sep 09 17:23:45.217 INFO E| Downloaded serde_json v1.0.95
26002024-09-09T17:23:46.068Z[ helios-setup] Sep 09 17:23:45.229 INFO E| Downloaded ryu v1.0.13
26012024-09-09T17:23:46.075Z[ helios-setup] Sep 09 17:23:45.235 INFO E| Downloaded libc v0.2.139
26022024-09-09T17:23:46.136Z[ helios-setup] Sep 09 17:23:45.296 INFO E| Downloaded rustfmt-wrapper v0.2.0
26032024-09-09T17:23:46.139Z[ helios-setup] Sep 09 17:23:45.298 INFO E| Downloaded proc-macro-crate v1.2.1
26042024-09-09T17:23:46.141Z[ helios-setup] Sep 09 17:23:45.300 INFO E| Downloaded percent-encoding v2.2.0
26052024-09-09T17:23:46.141Z[ helios-setup] Sep 09 17:23:45.301 INFO E| Downloaded num-traits v0.2.15
26062024-09-09T17:23:46.145Z[ helios-setup] Sep 09 17:23:45.306 INFO E| Downloaded is-terminal v0.4.7
26072024-09-09T17:23:46.148Z[ helios-setup] Sep 09 17:23:45.308 INFO E| Downloaded cc v1.0.78
26082024-09-09T17:23:46.151Z[ helios-setup] Sep 09 17:23:45.311 INFO E| Downloaded cargo-lock v8.0.3
26092024-09-09T17:23:46.155Z[ helios-setup] Sep 09 17:23:45.316 INFO E| Downloaded ahash v0.8.3
26102024-09-09T17:23:46.160Z[ helios-setup] Sep 09 17:23:45.320 INFO E| Downloaded num-integer v0.1.45
26112024-09-09T17:23:46.163Z[ helios-setup] Sep 09 17:23:45.323 INFO E| Downloaded http-body v0.4.5
26122024-09-09T17:23:46.166Z[ helios-setup] Sep 09 17:23:45.327 INFO E| Downloaded home v0.5.4
26132024-09-09T17:23:46.169Z[ helios-setup] Sep 09 17:23:45.329 INFO E| Downloaded tungstenite v0.18.0
26142024-09-09T17:23:46.173Z[ helios-setup] Sep 09 17:23:45.333 INFO E| Downloaded toml_edit v0.19.8
26152024-09-09T17:23:46.201Z[ helios-setup] Sep 09 17:23:45.361 INFO E| Downloaded futures-io v0.3.28
26162024-09-09T17:23:46.203Z[ helios-setup] Sep 09 17:23:45.362 INFO E| Downloaded clap_lex v0.4.1
26172024-09-09T17:23:46.206Z[ helios-setup] Sep 09 17:23:45.365 INFO E| Downloaded ucd-trie v0.1.5
26182024-09-09T17:23:46.208Z[ helios-setup] Sep 09 17:23:45.367 INFO E| Downloaded tracing-core v0.1.30
26192024-09-09T17:23:46.211Z[ helios-setup] Sep 09 17:23:45.372 INFO E| Downloaded tracing v0.1.37
26202024-09-09T17:23:46.218Z[ helios-setup] Sep 09 17:23:45.378 INFO E| Downloaded dyn-clone v1.0.11
26212024-09-09T17:23:46.221Z[ helios-setup] Sep 09 17:23:45.381 INFO E| Downloaded unicode-ident v1.0.8
26222024-09-09T17:23:46.225Z[ helios-setup] Sep 09 17:23:45.385 INFO E| Downloaded serde_yaml v0.9.21
26232024-09-09T17:23:46.231Z[ helios-setup] Sep 09 17:23:45.392 INFO E| Downloaded futures-core v0.3.28
26242024-09-09T17:23:46.234Z[ helios-setup] Sep 09 17:23:45.394 INFO E| Downloaded crossbeam-epoch v0.9.13
26252024-09-09T17:23:46.238Z[ helios-setup] Sep 09 17:23:45.398 INFO E| Downloaded crossbeam-deque v0.8.2
26262024-09-09T17:23:46.242Z[ helios-setup] Sep 09 17:23:45.401 INFO E| Downloaded concolor-query v0.3.3
26272024-09-09T17:23:46.244Z[ helios-setup] Sep 09 17:23:45.402 INFO E| Downloaded rhai_codegen v1.5.0
26282024-09-09T17:23:46.256Z[ helios-setup] Sep 09 17:23:45.416 INFO E| Downloaded built v0.6.0
26292024-09-09T17:23:46.258Z[ helios-setup] Sep 09 17:23:45.418 INFO E| Downloaded encoding_rs v0.8.32
26302024-09-09T17:23:46.293Z[ helios-setup] Sep 09 17:23:45.453 INFO E| Downloaded textwrap v0.16.0
26312024-09-09T17:23:46.297Z[ helios-setup] Sep 09 17:23:45.457 INFO E| Downloaded project-root v0.2.2
26322024-09-09T17:23:46.299Z[ helios-setup] Sep 09 17:23:45.458 INFO E| Downloaded base64 v0.21.0
26332024-09-09T17:23:46.305Z[ helios-setup] Sep 09 17:23:45.465 INFO E| Downloaded unicode-bidi v0.3.13
26342024-09-09T17:23:46.309Z[ helios-setup] Sep 09 17:23:45.469 INFO E| Downloaded toml_datetime v0.6.1
26352024-09-09T17:23:46.312Z[ helios-setup] Sep 09 17:23:45.472 INFO E| Downloaded toml v0.7.3
26362024-09-09T17:23:46.317Z[ helios-setup] Sep 09 17:23:45.477 INFO E| Downloaded ipnet v2.7.2
26372024-09-09T17:23:46.319Z[ helios-setup] Sep 09 17:23:45.480 INFO E| Downloaded sct v0.7.0
26382024-09-09T17:23:46.324Z[ helios-setup] Sep 09 17:23:45.484 INFO E| Downloaded futures-channel v0.3.28
26392024-09-09T17:23:46.326Z[ helios-setup] Sep 09 17:23:45.487 INFO E| Downloaded autocfg v1.1.0
26402024-09-09T17:23:46.329Z[ helios-setup] Sep 09 17:23:45.489 INFO E| Downloaded thiserror-impl v1.0.38
26412024-09-09T17:23:46.331Z[ helios-setup] Sep 09 17:23:45.491 INFO E| Downloaded libgit2-sys v0.14.2+1.5.1
26422024-09-09T17:23:46.416Z[ helios-setup] Sep 09 17:23:45.577 INFO E| Downloaded smawk v0.3.1
26432024-09-09T17:23:46.419Z[ helios-setup] Sep 09 17:23:45.579 INFO E| Downloaded futures-sink v0.3.28
26442024-09-09T17:23:46.421Z[ helios-setup] Sep 09 17:23:45.580 INFO E| Downloaded const-random-macro v0.1.15
26452024-09-09T17:23:46.421Z[ helios-setup] Sep 09 17:23:45.581 INFO E| Downloaded camino v1.1.4
26462024-09-09T17:23:46.424Z[ helios-setup] Sep 09 17:23:45.584 INFO E| Downloaded anstream v0.2.6
26472024-09-09T17:23:46.427Z[ helios-setup] Sep 09 17:23:45.587 INFO E| Downloaded slog-async v2.7.0
26482024-09-09T17:23:46.429Z[ helios-setup] Sep 09 17:23:45.589 INFO E| Downloaded serde_spanned v0.6.1
26492024-09-09T17:23:46.432Z[ helios-setup] Sep 09 17:23:45.591 INFO E| Downloaded lazy_static v1.4.0
26502024-09-09T17:23:46.434Z[ helios-setup] Sep 09 17:23:45.593 INFO E| Downloaded getrandom v0.2.8
26512024-09-09T17:23:46.436Z[ helios-setup] Sep 09 17:23:45.597 INFO E| Downloaded digest v0.10.6
26522024-09-09T17:23:46.439Z[ helios-setup] Sep 09 17:23:45.600 INFO E| Downloaded signal-hook-registry v1.4.0
26532024-09-09T17:23:46.442Z[ helios-setup] Sep 09 17:23:45.602 INFO E| Downloaded sha2 v0.10.6
26542024-09-09T17:23:46.445Z[ helios-setup] Sep 09 17:23:45.605 INFO E| Downloaded proc-macro-hack v0.5.20+deprecated
26552024-09-09T17:23:46.447Z[ helios-setup] Sep 09 17:23:45.608 INFO E| Downloaded pkg-config v0.3.26
26562024-09-09T17:23:46.450Z[ helios-setup] Sep 09 17:23:45.610 INFO E| Downloaded num_cpus v1.15.0
26572024-09-09T17:23:46.454Z[ helios-setup] Sep 09 17:23:45.614 INFO E| Downloaded memoffset v0.7.1
26582024-09-09T17:23:46.456Z[ helios-setup] Sep 09 17:23:45.616 INFO E| Downloaded libz-sys v1.1.8
26592024-09-09T17:23:46.541Z[ helios-setup] Sep 09 17:23:45.702 INFO E| Downloaded itoa v1.0.6
26602024-09-09T17:23:46.544Z[ helios-setup] Sep 09 17:23:45.704 INFO E| Downloaded thiserror v1.0.38
26612024-09-09T17:23:46.549Z[ helios-setup] Sep 09 17:23:45.709 INFO E| Downloaded terminal_size v0.2.6
26622024-09-09T17:23:46.551Z[ helios-setup] Sep 09 17:23:45.711 INFO E| Downloaded slab v0.4.7
26632024-09-09T17:23:46.554Z[ helios-setup] Sep 09 17:23:45.713 INFO E| Downloaded sha1 v0.10.5
26642024-09-09T17:23:46.556Z[ helios-setup] Sep 09 17:23:45.716 INFO E| Downloaded semver v0.11.0
26652024-09-09T17:23:46.559Z[ helios-setup] Sep 09 17:23:45.718 INFO E| Downloaded paste v1.0.12
26662024-09-09T17:23:46.561Z[ helios-setup] Sep 09 17:23:45.722 INFO E| Downloaded num_enum_derive v0.5.7
26672024-09-09T17:23:46.564Z[ helios-setup] Sep 09 17:23:45.723 INFO E| Downloaded jobserver v0.1.26
26682024-09-09T17:23:46.567Z[ helios-setup] Sep 09 17:23:45.726 INFO E| Downloaded iana-time-zone v0.1.56
26692024-09-09T17:23:46.570Z[ helios-setup] Sep 09 17:23:45.729 INFO E| Downloaded httpdate v1.0.2
26702024-09-09T17:23:46.572Z[ helios-setup] Sep 09 17:23:45.730 INFO E| Downloaded errno v0.3.1
26712024-09-09T17:23:46.575Z[ helios-setup] Sep 09 17:23:45.733 INFO E| Downloaded form_urlencoded v1.1.0
26722024-09-09T17:23:46.575Z[ helios-setup] Sep 09 17:23:45.734 INFO E| Downloaded either v1.8.0
26732024-09-09T17:23:46.577Z[ helios-setup] Sep 09 17:23:45.736 INFO E| Downloaded async-trait v0.1.68
26742024-09-09T17:23:46.580Z[ helios-setup] Sep 09 17:23:45.741 INFO E| Downloaded tokio-tungstenite v0.18.0
26752024-09-09T17:23:46.583Z[ helios-setup] Sep 09 17:23:45.744 INFO E| Downloaded slog-bunyan v2.4.0
26762024-09-09T17:23:46.586Z[ helios-setup] Sep 09 17:23:45.746 INFO E| Downloaded futures-task v0.3.28
26772024-09-09T17:23:46.588Z[ helios-setup] Sep 09 17:23:45.748 INFO E| Downloaded futures-macro v0.3.28
26782024-09-09T17:23:46.591Z[ helios-setup] Sep 09 17:23:45.749 INFO E| Downloaded bincode v1.3.3
26792024-09-09T17:23:46.593Z[ helios-setup] Sep 09 17:23:45.753 INFO E| Downloaded schemars_derive v0.8.12
26802024-09-09T17:23:46.888Z[ helios-setup] Sep 09 17:23:46.048 INFO E| Compiling proc-macro2 v1.0.86
26812024-09-09T17:23:46.891Z[ helios-setup] Sep 09 17:23:46.049 INFO E| Compiling libc v0.2.139
26822024-09-09T17:23:46.891Z[ helios-setup] Sep 09 17:23:46.049 INFO E| Compiling unicode-ident v1.0.8
26832024-09-09T17:23:46.950Z[ helios-setup] Sep 09 17:23:46.111 INFO E| Compiling autocfg v1.1.0
26842024-09-09T17:23:46.954Z[ helios-setup] Sep 09 17:23:46.111 INFO E| Compiling cfg-if v1.0.0
26852024-09-09T17:23:46.954Z[ helios-setup] Sep 09 17:23:46.111 INFO E| Compiling version_check v0.9.4
26862024-09-09T17:23:46.954Z[ helios-setup] Sep 09 17:23:46.111 INFO E| Compiling serde v1.0.204
26872024-09-09T17:23:46.954Z[ helios-setup] Sep 09 17:23:46.111 INFO E| Compiling syn v1.0.107
26882024-09-09T17:23:47.465Z[ helios-setup] Sep 09 17:23:46.625 INFO E| Compiling memchr v2.5.0
26892024-09-09T17:23:47.706Z[ host-package] Compiling clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=ceec762e6a87d2a22bf56792a3025e145caa095e#ceec762e)
26902024-09-09T17:23:48.143Z[ helios-setup] Sep 09 17:23:47.303 INFO E| Compiling once_cell v1.17.0
26912024-09-09T17:23:48.356Z[ host-package] Compiling tungstenite v0.20.1
26922024-09-09T17:23:48.826Z[ helios-setup] Sep 09 17:23:47.986 INFO E| Compiling thiserror v1.0.38
26932024-09-09T17:23:48.829Z[ helios-setup] Sep 09 17:23:47.988 INFO E| Compiling log v0.4.17
26942024-09-09T17:23:49.036Z[ host-package] Compiling bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client)
26952024-09-09T17:23:49.220Z[ host-package] Compiling oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client)
26962024-09-09T17:23:49.534Z[ helios-setup] Sep 09 17:23:48.694 INFO E| Compiling itoa v1.0.6
26972024-09-09T17:23:49.979Z[ helios-setup] Sep 09 17:23:49.138 INFO E| Compiling serde_json v1.0.95
26982024-09-09T17:23:50.263Z[ helios-setup] Sep 09 17:23:49.422 INFO E| Compiling quote v1.0.36
26992024-09-09T17:23:51.221Z[ helios-setup] Sep 09 17:23:50.380 INFO E| Compiling syn v2.0.72
27002024-09-09T17:23:51.260Z[ host-package] Compiling dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api)
27012024-09-09T17:23:51.462Z[ helios-setup] Sep 09 17:23:50.622 INFO E| Compiling getrandom v0.2.8
27022024-09-09T17:23:51.609Z[ helios-setup] Sep 09 17:23:50.769 INFO E| Compiling jobserver v0.1.26
27032024-09-09T17:23:52.012Z[ helios-setup] Sep 09 17:23:51.171 INFO E| Compiling indexmap v1.9.3
27042024-09-09T17:23:52.012Z[ helios-setup] Sep 09 17:23:51.171 INFO E| Compiling scopeguard v1.1.0
27052024-09-09T17:23:52.352Z[ helios-setup] Sep 09 17:23:51.511 INFO E| Compiling pin-project-lite v0.2.9
27062024-09-09T17:23:52.485Z[ helios-setup] Sep 09 17:23:51.644 INFO E| Compiling num-integer v0.1.45
27072024-09-09T17:23:52.686Z[ helios-setup] Sep 09 17:23:51.845 INFO E| Compiling cc v1.0.78
27082024-09-09T17:23:52.722Z[ helios-setup] Sep 09 17:23:51.882 INFO E| Compiling bytes v1.4.0
27092024-09-09T17:23:53.196Z[ helios-setup] Sep 09 17:23:52.354 INFO E| Compiling futures-core v0.3.28
27102024-09-09T17:23:53.463Z[ helios-setup] Sep 09 17:23:52.622 INFO E| Compiling ryu v1.0.13
27112024-09-09T17:23:54.786Z[ helios-setup] Sep 09 17:23:53.945 INFO E| Compiling lock_api v0.4.9
27122024-09-09T17:23:54.881Z[ helios-setup] Sep 09 17:23:54.040 INFO E| Compiling bitflags v1.3.2
27132024-09-09T17:23:55.437Z[ helios-setup] Sep 09 17:23:54.596 INFO E| Compiling typenum v1.16.0
27142024-09-09T17:23:55.455Z[ helios-setup] Sep 09 17:23:54.614 INFO E| Compiling parking_lot_core v0.9.6
27152024-09-09T17:23:55.748Z[ helios-setup] Sep 09 17:23:54.907 INFO E| Compiling num_cpus v1.15.0
27162024-09-09T17:23:55.794Z[ helios-setup] Sep 09 17:23:54.953 INFO E| Compiling generic-array v0.14.6
27172024-09-09T17:23:56.440Z[ helios-setup] Sep 09 17:23:55.599 INFO E| Compiling slab v0.4.7
27182024-09-09T17:23:56.442Z[ helios-setup] Sep 09 17:23:55.600 INFO E| Compiling futures-task v0.3.28
27192024-09-09T17:23:56.740Z[ helios-setup] Sep 09 17:23:55.899 INFO E| Compiling futures-sink v0.3.28
27202024-09-09T17:23:56.842Z[ host-package] Compiling ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=9e0fe45ca3862176dc31ad8cc83f605f8a7e1a42#9e0fe45c)
27212024-09-09T17:23:56.873Z[ helios-setup] Sep 09 17:23:56.031 INFO E| Compiling futures-channel v0.3.28
27222024-09-09T17:23:57.509Z[ helios-setup] Sep 09 17:23:56.668 INFO E| Compiling tokio v1.27.0
27232024-09-09T17:23:57.923Z[ helios-setup] Sep 09 17:23:57.082 INFO E| Compiling schemars v0.8.12
27242024-09-09T17:23:58.075Z[ helios-setup] Sep 09 17:23:57.234 INFO E| Compiling futures-util v0.3.28
27252024-09-09T17:23:58.438Z[ host-package] Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
27262024-09-09T17:23:59.107Z[ helios-setup] Sep 09 17:23:58.256 INFO E| Compiling mio v0.8.5
27272024-09-09T17:23:59.180Z[ helios-setup] Sep 09 17:23:58.339 INFO E| Compiling socket2 v0.4.9
27282024-09-09T17:23:59.381Z[ helios-setup] Sep 09 17:23:58.540 INFO E| Compiling signal-hook-registry v1.4.0
27292024-09-09T17:23:59.531Z[ host-package] Compiling hickory-server v0.24.1
27302024-09-09T17:23:59.711Z[ helios-setup] Sep 09 17:23:58.870 INFO E| Compiling ahash v0.7.6
27312024-09-09T17:23:59.725Z[ host-package] Compiling bcs v0.1.6
27322024-09-09T17:24:00.154Z[ helios-setup] Sep 09 17:23:59.313 INFO E| Compiling num-traits v0.2.15
27332024-09-09T17:24:00.676Z[ helios-setup] Sep 09 17:23:59.835 INFO E| Compiling futures-io v0.3.28
27342024-09-09T17:24:01.147Z[ helios-setup] Sep 09 17:24:00.306 INFO E| Compiling crunchy v0.2.2
27352024-09-09T17:24:01.417Z[ helios-setup] Sep 09 17:24:00.575 INFO E| Compiling pin-utils v0.1.0
27362024-09-09T17:24:01.708Z[ helios-setup] Sep 09 17:24:00.866 INFO E| Compiling io-lifetimes v1.0.10
27372024-09-09T17:24:01.823Z[ host-package] Compiling vergen v8.3.2
27382024-09-09T17:24:02.486Z[ host-package] Compiling bitstruct_derive v0.1.0
27392024-09-09T17:24:02.629Z[ helios-setup] Sep 09 17:24:01.788 INFO E| Compiling ahash v0.8.3
27402024-09-09T17:24:03.263Z[ helios-setup] Sep 09 17:24:02.421 INFO E| Compiling rustix v0.37.3
27412024-09-09T17:24:03.326Z[ helios-setup] Sep 09 17:24:02.485 INFO E| Compiling serde_derive_internals v0.26.0
27422024-09-09T17:24:03.404Z[ helios-setup] Sep 09 17:24:02.562 INFO E| Compiling proc-macro-hack v0.5.20+deprecated
27432024-09-09T17:24:03.849Z[ helios-setup] Sep 09 17:24:03.007 INFO E| Compiling hashbrown v0.12.3
27442024-09-09T17:24:04.001Z[ host-package] Compiling cargo-platform v0.1.8
27452024-09-09T17:24:04.472Z[ helios-setup] Sep 09 17:24:03.631 INFO E| Compiling tiny-keccak v2.0.2
27462024-09-09T17:24:04.525Z[ helios-setup] Sep 09 17:24:03.683 INFO E| Compiling crypto-common v0.1.6
27472024-09-09T17:24:04.907Z[ helios-setup] Sep 09 17:24:04.063 INFO E| Compiling block-buffer v0.10.3
27482024-09-09T17:24:04.942Z[ host-package] Compiling nanorand v0.7.0
27492024-09-09T17:24:05.108Z[ host-package] Compiling viona_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
27502024-09-09T17:24:05.296Z[ host-package] Compiling memoffset v0.9.1
27512024-09-09T17:24:05.480Z[ host-package] Compiling ascii v1.1.0
27522024-09-09T17:24:06.287Z[ helios-setup] Sep 09 17:24:05.444 INFO E| Compiling errno v0.3.1
27532024-09-09T17:24:06.521Z[ helios-setup] Sep 09 17:24:05.678 INFO E| Compiling fnv v1.0.7
27542024-09-09T17:24:06.573Z[ host-package] Compiling rfb v0.1.0 (https://github.com/oxidecomputer/rfb?rev=0cac8d9c25eb27acfa35df80f3b9d371de98ab3b#0cac8d9c)
27552024-09-09T17:24:06.691Z[ host-package] Compiling flume v0.11.0
27562024-09-09T17:24:06.765Z[ helios-setup] Sep 09 17:24:05.922 INFO E| Compiling crossbeam-utils v0.8.14
27572024-09-09T17:24:06.947Z[ helios-setup] Sep 09 17:24:06.105 INFO E| Compiling slog v2.7.0
27582024-09-09T17:24:06.975Z[ host-package] Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
27592024-09-09T17:24:07.261Z[ helios-setup] Sep 09 17:24:06.419 INFO E| Compiling pkg-config v0.3.26
27602024-09-09T17:24:07.361Z[ helios-setup] Sep 09 17:24:06.519 INFO E| Compiling http v0.2.9
27612024-09-09T17:24:08.322Z[ host-package] Compiling viona_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
27622024-09-09T17:24:09.532Z[ host-package] Compiling bitstruct v0.1.1
27632024-09-09T17:24:09.962Z[ helios-setup] Sep 09 17:24:09.119 INFO E| Compiling digest v0.10.6
27642024-09-09T17:24:10.022Z[ host-package] Compiling cargo_metadata v0.18.1
27652024-09-09T17:24:10.560Z[ helios-setup] Sep 09 17:24:09.718 INFO E| Compiling aho-corasick v0.7.20
27662024-09-09T17:24:10.996Z[ helios-setup] Sep 09 17:24:10.153 INFO E| Compiling unicode-width v0.1.10
27672024-09-09T17:24:11.460Z[ helios-setup] Sep 09 17:24:10.617 INFO E| Compiling tinyvec_macros v0.1.1
27682024-09-09T17:24:11.472Z[ helios-setup] Sep 09 17:24:10.629 INFO E| Compiling percent-encoding v2.2.0
27692024-09-09T17:24:11.931Z[ helios-setup] Sep 09 17:24:11.088 INFO E| Compiling cpufeatures v0.2.5
27702024-09-09T17:24:12.263Z[ helios-setup] Sep 09 17:24:11.420 INFO E| Compiling httparse v1.8.0
27712024-09-09T17:24:12.531Z[ helios-setup] Sep 09 17:24:11.688 INFO E| Compiling regex-syntax v0.6.29
27722024-09-09T17:24:12.946Z[ helios-setup] Sep 09 17:24:12.103 INFO E| Compiling heck v0.4.1
27732024-09-09T17:24:13.195Z[ helios-setup] Sep 09 17:24:12.352 INFO E| Compiling anyhow v1.0.68
27742024-09-09T17:24:13.557Z[ helios-setup] Sep 09 17:24:12.714 INFO E| Compiling thiserror-impl v1.0.38
27752024-09-09T17:24:13.771Z[ helios-setup] Sep 09 17:24:12.928 INFO E| Compiling schemars_derive v0.8.12
27762024-09-09T17:24:14.346Z[ helios-setup] Sep 09 17:24:13.503 INFO E| Compiling serde_derive v1.0.204
27772024-09-09T17:24:14.424Z[ helios-setup] Sep 09 17:24:13.575 INFO E| Compiling futures-macro v0.3.28
27782024-09-09T17:24:14.630Z[ helios-setup] Sep 09 17:24:13.787 INFO E| Compiling tokio-macros v2.0.0
27792024-09-09T17:24:15.597Z[ helios-setup] Sep 09 17:24:14.754 INFO E| Compiling tinyvec v1.6.0
27802024-09-09T17:24:15.928Z[ helios-setup] Sep 09 17:24:15.084 INFO E| Compiling const-random-macro v0.1.15
27812024-09-09T17:24:16.680Z[ host-package] Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
27822024-09-09T17:24:18.063Z[ helios-setup] Sep 09 17:24:17.219 INFO E| Compiling form_urlencoded v1.1.0
27832024-09-09T17:24:18.617Z[ helios-setup] Sep 09 17:24:17.774 INFO E| Compiling hashbrown v0.13.2
27842024-09-09T17:24:19.839Z[ helios-setup] Sep 09 17:24:18.996 INFO E| Compiling chrono v0.4.24
27852024-09-09T17:24:20.076Z[ helios-setup] Sep 09 17:24:19.232 INFO E| Compiling regex v1.7.3
27862024-09-09T17:24:20.865Z[ helios-setup] Sep 09 17:24:20.021 INFO E| Compiling libz-sys v1.1.8
27872024-09-09T17:24:23.060Z[ host-package] Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
27882024-09-09T17:24:24.313Z[ helios-setup] Sep 09 17:24:23.469 INFO E| Compiling dyn-clone v1.0.11
27892024-09-09T17:24:24.370Z[ helios-setup] Sep 09 17:24:23.526 INFO E| Compiling uuid v1.3.0
27902024-09-09T17:24:24.898Z[ helios-setup] Sep 09 17:24:24.054 INFO E| Compiling unicode-normalization v0.1.22
27912024-09-09T17:24:25.075Z[ helios-setup] Sep 09 17:24:24.230 INFO E| Compiling regress v0.5.0
27922024-09-09T17:24:25.719Z[ helios-setup] Sep 09 17:24:24.875 INFO E| Compiling const-random v0.1.15
27932024-09-09T17:24:27.549Z[ helios-setup] Sep 09 17:24:26.704 INFO E| Compiling getopts v0.2.21
27942024-09-09T17:24:27.649Z[ host-package] Compiling omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
27952024-09-09T17:24:27.731Z[ host-package] Compiling tokio-tungstenite v0.20.1
27962024-09-09T17:24:27.953Z[ helios-setup] Sep 09 17:24:27.108 INFO E| Compiling tracing-core v0.1.30
27972024-09-09T17:24:28.207Z[ helios-setup] Sep 09 17:24:27.363 INFO E| Compiling memoffset v0.7.1
27982024-09-09T17:24:29.271Z[ host-package] Compiling git2 v0.19.0
27992024-09-09T17:24:29.953Z[ helios-setup] Sep 09 17:24:29.108 INFO E| Compiling num-conv v0.1.0
28002024-09-09T17:24:30.453Z[ helios-setup] Sep 09 17:24:29.608 INFO E| Compiling unicode-bidi v0.3.13
28012024-09-09T17:24:30.481Z[ helios-setup] Sep 09 17:24:29.636 INFO E| Compiling powerfmt v0.2.0
28022024-09-09T17:24:31.109Z[ helios-setup] Sep 09 17:24:30.264 INFO E| Compiling time-core v0.1.2
28032024-09-09T17:24:32.903Z[ helios-setup] Sep 09 17:24:32.058 INFO E| Compiling ucd-trie v0.1.5
28042024-09-09T17:24:33.558Z[ helios-setup] Sep 09 17:24:32.712 INFO E| Compiling pest v2.5.7
28052024-09-09T17:24:33.726Z[ helios-setup] Sep 09 17:24:32.880 INFO E| Compiling idna v0.3.0
28062024-09-09T17:24:34.443Z[ helios-setup] Sep 09 17:24:33.598 INFO E| Compiling time-macros v0.2.18
28072024-09-09T17:24:36.850Z[ helios-setup] Sep 09 17:24:36.004 INFO E| Compiling deranged v0.3.11
28082024-09-09T17:24:38.701Z[ helios-setup] Sep 09 17:24:37.855 INFO E| Compiling tracing v0.1.37
28092024-09-09T17:24:40.589Z[ helios-setup] Sep 09 17:24:39.741 INFO E| Compiling libgit2-sys v0.14.2+1.5.1
28102024-09-09T17:24:41.195Z[ helios-setup] Sep 09 17:24:40.349 INFO E| Compiling toml v0.5.11
28112024-09-09T17:24:41.706Z[ helios-setup] Sep 09 17:24:40.860 INFO E| Compiling serde_tokenstream v0.2.0
28122024-09-09T17:24:42.037Z[ helios-setup] Sep 09 17:24:41.191 INFO E| Compiling time v0.1.45
28132024-09-09T17:24:42.270Z[ helios-setup] Sep 09 17:24:41.423 INFO E| Compiling smallvec v1.10.0
28142024-09-09T17:24:43.040Z[ helios-setup] Sep 09 17:24:42.194 INFO E| Compiling crossbeam-epoch v0.9.13
28152024-09-09T17:24:44.969Z[ helios-setup] Sep 09 17:24:44.122 INFO E| Compiling parking_lot v0.12.1
28162024-09-09T17:24:45.849Z[ helios-setup] Sep 09 17:24:45.002 INFO E| Compiling iana-time-zone v0.1.56
28172024-09-09T17:24:46.627Z[ helios-setup] Sep 09 17:24:45.780 INFO E| Compiling num_threads v0.1.6
28182024-09-09T17:24:46.770Z[ helios-setup] Sep 09 17:24:45.923 INFO E| Compiling semver v1.0.17
28192024-09-09T17:24:46.977Z[ helios-setup] Sep 09 17:24:46.130 INFO E| Compiling time v0.3.36
28202024-09-09T17:24:47.345Z[ host-package] Compiling sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
28212024-09-09T17:24:47.534Z[ host-package] Compiling gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types)
28222024-09-09T17:24:51.535Z[ helios-setup] Sep 09 17:24:50.687 INFO E| Compiling typify-impl v0.0.12-dev (https://github.com/oxidecomputer/typify#fec09bd1)
28232024-09-09T17:24:52.167Z[ helios-setup] Sep 09 17:24:51.319 INFO E| Compiling url v2.3.1
28242024-09-09T17:24:53.508Z[ helios-setup] Sep 09 17:24:52.661 INFO E| Compiling semver-parser v0.10.2
28252024-09-09T17:24:55.752Z[ host-package] Compiling dladm v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
28262024-09-09T17:24:56.155Z[ helios-setup] Sep 09 17:24:55.307 INFO E| Compiling crossbeam-channel v0.5.6
28272024-09-09T17:24:57.249Z[ helios-setup] Sep 09 17:24:56.401 INFO E| Compiling dirs-sys-next v0.1.2
28282024-09-09T17:24:57.922Z[ host-package] Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
28292024-09-09T17:24:59.980Z[ helios-setup] Sep 09 17:24:59.131 INFO E| Compiling try-lock v0.2.4
28302024-09-09T17:25:00.419Z[ helios-setup] Sep 09 17:24:59.570 INFO E| Compiling crc32fast v1.3.2
28312024-09-09T17:25:00.509Z[ helios-setup] Sep 09 17:24:59.660 INFO E| Compiling same-file v1.0.6
28322024-09-09T17:25:01.124Z[ helios-setup] Sep 09 17:25:00.275 INFO E| Compiling walkdir v2.3.3
28332024-09-09T17:25:01.655Z[ host-package] Compiling libsqlite3-sys v0.28.0
28342024-09-09T17:25:02.345Z[ helios-setup] Sep 09 17:25:01.496 INFO E| Compiling want v0.3.0
28352024-09-09T17:25:02.688Z[ helios-setup] Sep 09 17:25:01.839 INFO E| Compiling dirs-next v2.0.0
28362024-09-09T17:25:03.131Z[ host-package] Compiling serde_arrays v0.1.0
28372024-09-09T17:25:03.702Z[ host-package] Compiling erased-serde v0.3.31
28382024-09-09T17:25:03.927Z[ helios-setup] Sep 09 17:25:03.078 INFO E| Compiling tokio-util v0.7.7
28392024-09-09T17:25:05.240Z[ helios-setup] Sep 09 17:25:04.390 INFO E| Compiling semver v0.11.0
28402024-09-09T17:25:06.588Z[ helios-setup] Sep 09 17:25:05.739 INFO E| Compiling h2 v0.3.16
28412024-09-09T17:25:07.152Z[ host-package] Compiling propolis v0.1.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
28422024-09-09T17:25:08.591Z[ helios-setup] Sep 09 17:25:07.742 INFO E| Compiling proc-macro-crate v1.2.1
28432024-09-09T17:25:09.065Z[ helios-setup] Sep 09 17:25:08.215 INFO E| Compiling typify-macro v0.0.12-dev (https://github.com/oxidecomputer/typify#fec09bd1)
28442024-09-09T17:25:10.028Z[ helios-setup] Sep 09 17:25:09.179 INFO E| Compiling futures-executor v0.3.28
28452024-09-09T17:25:11.907Z[ helios-setup] Sep 09 17:25:11.057 INFO E| Compiling http-body v0.4.5
28462024-09-09T17:25:12.704Z[ helios-setup] Sep 09 17:25:11.854 INFO E| Compiling ring v0.16.20
28472024-09-09T17:25:13.149Z[ helios-setup] Sep 09 17:25:12.299 INFO E| Compiling rand_core v0.6.4
28482024-09-09T17:25:13.857Z[ host-package] Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
28492024-09-09T17:25:14.464Z[ helios-setup] Sep 09 17:25:13.612 INFO E| Compiling thread_local v1.1.7
28502024-09-09T17:25:14.887Z[ helios-setup] Sep 09 17:25:14.037 INFO E| Compiling base64 v0.21.0
28512024-09-09T17:25:15.155Z[ host-package] Compiling wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common)
28522024-09-09T17:25:15.492Z[ host-package] Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery)
28532024-09-09T17:25:16.154Z[ helios-setup] Sep 09 17:25:15.303 INFO E| Compiling utf8parse v0.2.1
28542024-09-09T17:25:16.432Z[ host-package] Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=24a74d0c76b6a63961ecef76acb1516b6e66c5c9#24a74d0c)
28552024-09-09T17:25:16.505Z[ helios-setup] Sep 09 17:25:15.655 INFO E| Compiling httpdate v1.0.2
28562024-09-09T17:25:17.194Z[ helios-setup] Sep 09 17:25:16.344 INFO E| Compiling ppv-lite86 v0.2.17
28572024-09-09T17:25:17.261Z[ helios-setup] Sep 09 17:25:16.411 INFO E| Compiling adler v1.0.2
28582024-09-09T17:25:17.460Z[ helios-setup] Sep 09 17:25:16.609 INFO E| Compiling rayon-core v1.10.2
28592024-09-09T17:25:17.904Z[ helios-setup] Sep 09 17:25:17.053 INFO E| Compiling tower-service v0.3.2
28602024-09-09T17:25:18.238Z[ helios-setup] Sep 09 17:25:17.388 INFO E| Compiling home v0.5.4
28612024-09-09T17:25:18.424Z[ helios-setup] Sep 09 17:25:17.573 INFO E| Compiling lazy_static v1.4.0
28622024-09-09T17:25:19.121Z[ helios-setup] Sep 09 17:25:18.270 INFO E| Compiling fastrand v1.9.0
28632024-09-09T17:25:19.186Z[ helios-setup] Sep 09 17:25:18.335 INFO E| Compiling rand_chacha v0.3.1
28642024-09-09T17:25:19.671Z[ helios-setup] Sep 09 17:25:18.820 INFO E| Compiling tempfile v3.5.0
28652024-09-09T17:25:19.902Z[ host-package] Compiling heck v0.3.3
28662024-09-09T17:25:20.688Z[ host-package] Compiling castaway v0.2.3
28672024-09-09T17:25:21.313Z[ helios-setup] Sep 09 17:25:20.461 INFO E| Compiling toolchain_find v0.2.0
28682024-09-09T17:25:21.347Z[ host-package] Compiling rand_seeder v0.3.0
28692024-09-09T17:25:22.462Z[ host-package] Compiling csv-core v0.1.11
28702024-09-09T17:25:22.522Z[ helios-setup] Sep 09 17:25:21.671 INFO E| Compiling hyper v0.14.25
28712024-09-09T17:25:22.563Z[ helios-setup] Sep 09 17:25:21.712 INFO E| Compiling miniz_oxide v0.6.2
28722024-09-09T17:25:23.224Z[ helios-setup] Sep 09 17:25:22.373 INFO E| Compiling anstyle-parse v0.1.1
28732024-09-09T17:25:24.207Z[ host-package] Compiling gateway-sp-comms v0.1.1 (https://github.com/oxidecomputer/management-gateway-service?rev=319e7b92db69792ab8efa4c68554ad0cf83adf93#319e7b92)
28742024-09-09T17:25:24.986Z[ helios-setup] Sep 09 17:25:24.135 INFO E| Compiling futures v0.3.28
28752024-09-09T17:25:25.044Z[ host-package] Compiling http-range v0.1.5
28762024-09-09T17:25:26.463Z[ host-package] Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#4ceaf96e)
28772024-09-09T17:25:31.208Z[ host-package] Compiling cpuid_profile_config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
28782024-09-09T17:25:32.675Z[ host-package] Compiling sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
28792024-09-09T17:25:33.789Z[ host-package] Compiling hyper-staticfile v0.9.5
28802024-09-09T17:25:36.805Z[ host-package] Compiling csv v1.3.0
28812024-09-09T17:25:37.599Z[ helios-setup] Sep 09 17:25:36.746 INFO E| Compiling num_enum_derive v0.5.7
28822024-09-09T17:25:39.593Z[ host-package] Compiling typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng)
28832024-09-09T17:25:39.988Z[ host-package] Compiling compact_str v0.8.0
28842024-09-09T17:25:40.921Z[ host-package] Compiling zone_cfg_derive v0.1.2
28852024-09-09T17:25:42.093Z[ helios-setup] Sep 09 17:25:41.240 INFO E| Compiling cargo-lock v8.0.3
28862024-09-09T17:25:42.409Z[ helios-setup] Sep 09 17:25:41.554 INFO E| Compiling crossbeam-deque v0.8.2
28872024-09-09T17:25:44.151Z[ host-package] Compiling propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=24a74d0c76b6a63961ecef76acb1516b6e66c5c9#24a74d0c)
28882024-09-09T17:25:44.527Z[ helios-setup] Sep 09 17:25:43.673 INFO E| Compiling term v0.7.0
28892024-09-09T17:25:44.978Z[ host-package] Compiling crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=e58ca3693cb9ce0438947beba10e97ee38a0966b#e58ca369)
28902024-09-09T17:25:45.692Z[ host-package] Compiling nix v0.27.1
28912024-09-09T17:25:46.733Z[ helios-setup] Sep 09 17:25:45.879 INFO E| Compiling serde_urlencoded v0.7.1
28922024-09-09T17:25:47.746Z[ helios-setup] Sep 09 17:25:46.892 INFO E| Compiling sha1 v0.10.5
28932024-09-09T17:25:48.423Z[ helios-setup] Sep 09 17:25:47.564 INFO E| Compiling sha2 v0.10.6
28942024-09-09T17:25:48.567Z[ host-package] Compiling update-common v0.1.0 (/work/oxidecomputer/omicron/update-common)
28952024-09-09T17:25:48.761Z[ helios-setup] Sep 09 17:25:47.907 INFO E| Compiling is-terminal v0.4.7
28962024-09-09T17:25:49.404Z[ helios-setup] Sep 09 17:25:48.549 INFO E| Compiling atty v0.2.14
28972024-09-09T17:25:49.438Z[ host-package] Compiling sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api)
28982024-09-09T17:25:49.779Z[ helios-setup] Sep 09 17:25:48.925 INFO E| Compiling network-interface v0.1.6 (https://github.com/jclulow/network-interface?branch=illumos#827e6b7b)
28992024-09-09T17:25:50.895Z[ helios-setup] Sep 09 17:25:50.041 INFO E| Compiling concolor-query v0.3.3
29002024-09-09T17:25:51.382Z[ helios-setup] Sep 09 17:25:50.528 INFO E| Compiling anstyle v0.3.5
29012024-09-09T17:25:51.659Z[ host-package] Compiling bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api)
29022024-09-09T17:25:51.774Z[ helios-setup] Sep 09 17:25:50.919 INFO E| Compiling concolor-override v1.0.0
29032024-09-09T17:25:52.461Z[ helios-setup] Sep 09 17:25:51.606 INFO E| Compiling anstream v0.2.6
29042024-09-09T17:25:54.590Z[ helios-setup] Sep 09 17:25:53.735 INFO E| Compiling slog-term v2.9.0
29052024-09-09T17:25:55.406Z[ helios-setup] Sep 09 17:25:54.551 INFO E| Compiling flate2 v1.0.25
29062024-09-09T17:25:55.899Z[ helios-setup] Sep 09 17:25:55.044 INFO E| Compiling num_enum v0.5.7
29072024-09-09T17:25:56.480Z[ helios-setup] Sep 09 17:25:55.624 INFO E| Compiling rustfmt-wrapper v0.2.0
29082024-09-09T17:25:56.560Z[ helios-setup] Sep 09 17:25:55.705 INFO E| Compiling rand v0.8.5
29092024-09-09T17:25:58.077Z[ helios-setup] Sep 09 17:25:57.222 INFO E| Compiling typify v0.0.12-dev (https://github.com/oxidecomputer/typify#fec09bd1)
29102024-09-09T17:25:58.187Z[ helios-setup] Sep 09 17:25:57.331 INFO E| Compiling openapiv3 v1.0.2
29112024-09-09T17:25:59.307Z[ host-package] Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a)
29122024-09-09T17:25:59.862Z[ helios-setup] Sep 09 17:25:59.007 INFO E| Compiling encoding_rs v0.8.32
29132024-09-09T17:25:59.947Z[ host-package] Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc)
29142024-09-09T17:26:00.899Z[ helios-setup] Sep 09 17:26:00.043 INFO E| Compiling spin v0.5.2
29152024-09-09T17:26:01.099Z[ host-package] Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
29162024-09-09T17:26:01.398Z[ helios-setup] Sep 09 17:26:00.542 INFO E| Compiling base64 v0.13.1
29172024-09-09T17:26:01.831Z[ host-package] Compiling unicode-truncate v1.0.0
29182024-09-09T17:26:02.740Z[ host-package] Compiling hashlink v0.9.1
29192024-09-09T17:26:03.034Z[ helios-setup] Sep 09 17:26:02.178 INFO E| Compiling either v1.8.0
29202024-09-09T17:26:04.115Z[ helios-setup] Sep 09 17:26:03.258 INFO E| Compiling utf-8 v0.7.6
29212024-09-09T17:26:04.291Z[ host-package] Compiling lru v0.12.3
29222024-09-09T17:26:04.811Z[ helios-setup] Sep 09 17:26:03.955 INFO E| Compiling mime v0.3.17
29232024-09-09T17:26:05.117Z[ host-package] Compiling serde-big-array v0.5.1
29242024-09-09T17:26:05.177Z[ host-package] Compiling instability v0.3.2
29252024-09-09T17:26:05.808Z[ host-package] Compiling cassowary v0.3.0
29262024-09-09T17:26:06.658Z[ helios-setup] Sep 09 17:26:05.801 INFO E| Compiling ipnet v2.7.2
29272024-09-09T17:26:06.867Z[ helios-setup] Sep 09 17:26:06.011 INFO E| Compiling clap_lex v0.4.1
29282024-09-09T17:26:07.479Z[ host-package] Compiling base64 v0.13.1
29292024-09-09T17:26:07.569Z[ helios-setup] Sep 09 17:26:06.712 INFO E| Compiling unsafe-libyaml v0.2.8
29302024-09-09T17:26:07.967Z[ helios-setup] Sep 09 17:26:07.110 INFO E| Compiling project-root v0.2.2
29312024-09-09T17:26:08.594Z[ helios-setup] Sep 09 17:26:07.737 INFO E| Compiling strsim v0.10.0
29322024-09-09T17:26:08.750Z[ helios-setup] Sep 09 17:26:07.894 INFO E| Compiling byteorder v1.4.3
29332024-09-09T17:26:09.311Z[ host-package] Compiling fallible-streaming-iterator v0.1.9
29342024-09-09T17:26:10.026Z[ helios-setup] Sep 09 17:26:09.169 INFO E| Compiling untrusted v0.7.1
29352024-09-09T17:26:10.081Z[ host-package] Compiling fallible-iterator v0.3.0
29362024-09-09T17:26:10.538Z[ helios-setup] Sep 09 17:26:09.682 INFO E| Compiling serde_yaml v0.9.21
29372024-09-09T17:26:11.592Z[ helios-setup] Sep 09 17:26:10.735 INFO E| Compiling tungstenite v0.18.0
29382024-09-09T17:26:12.149Z[ host-package] Compiling rusqlite v0.31.0
29392024-09-09T17:26:12.385Z[ helios-setup] Sep 09 17:26:11.528 INFO E| Compiling clap_builder v4.2.1
29402024-09-09T17:26:12.394Z[ host-package] Compiling ron v0.7.1
29412024-09-09T17:26:12.505Z[ helios-setup] Sep 09 17:26:11.648 INFO E| Compiling reqwest v0.11.16
29422024-09-09T17:26:17.750Z[ helios-setup] Sep 09 17:26:16.892 INFO E| Compiling progenitor-impl v0.2.1-dev (https://github.com/oxidecomputer/progenitor#3a5fe998)
29432024-09-09T17:26:20.213Z[ host-package] Compiling ratatui v0.28.0
29442024-09-09T17:26:21.624Z[ helios-setup] Sep 09 17:26:20.765 INFO E| Compiling rayon v1.6.1
29452024-09-09T17:26:22.461Z[ helios-setup] Sep 09 17:26:21.596 INFO E| Compiling bootserver v0.1.0 (https://github.com/oxidecomputer/boot-image-tools.git#300caa09)
29462024-09-09T17:26:22.683Z[ host-package] Compiling nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation)
29472024-09-09T17:26:25.095Z[ helios-setup] Sep 09 17:26:24.236 INFO E| Compiling devinfo v0.1.0 (git+ssh://git@github.com/oxidecomputer/facade#aadb1404)
29482024-09-09T17:26:28.590Z[ host-package] Compiling nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
29492024-09-09T17:26:28.674Z[ helios-setup] Sep 09 17:26:27.815 INFO E| Compiling bootserver v0.1.0 (https://github.com/oxidecomputer/boot-image-tools.git?rev=ab61443eae8c99b17aac82cbedb9a0c917828f57#ab61443e)
29502024-09-09T17:26:28.780Z[ helios-setup] Sep 09 17:26:27.921 INFO E| Compiling hiercmd v0.1.0 (https://github.com/jclulow/hiercmd#d9d28d6a)
29512024-09-09T17:26:29.783Z[ helios-setup] Sep 09 17:26:28.924 INFO E| Compiling clap_derive v4.2.0
29522024-09-09T17:26:32.483Z[ helios-setup] Sep 09 17:26:31.624 INFO E| Compiling pilot-common v0.1.0 (/work/oxidecomputer/helios/projects/pilot/common)
29532024-09-09T17:26:39.298Z[ helios-setup] Sep 09 17:26:38.437 INFO E| Compiling clap v4.2.1
29542024-09-09T17:26:41.816Z[ helios-setup] Sep 09 17:26:40.955 INFO E| Compiling progenitor-macro v0.2.1-dev (https://github.com/oxidecomputer/progenitor#3a5fe998)
29552024-09-09T17:26:43.936Z[ host-package] Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
29562024-09-09T17:26:56.201Z[ helios-setup] Sep 09 17:26:55.280 INFO E| Compiling progenitor-client v0.2.1-dev (https://github.com/oxidecomputer/progenitor#3a5fe998)
29572024-09-09T17:26:56.960Z[ host-package] Compiling zone v0.1.8
29582024-09-09T17:26:57.895Z[ host-package] Compiling nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
29592024-09-09T17:26:59.165Z[ helios-setup] Sep 09 17:26:58.302 INFO E| Compiling tokio-tungstenite v0.18.0
29602024-09-09T17:27:00.510Z[ helios-setup] Sep 09 17:26:59.647 INFO E| Compiling smartstring v1.0.1
29612024-09-09T17:27:01.917Z[ helios-setup] Sep 09 17:27:01.054 INFO E| Compiling rustls v0.21.0
29622024-09-09T17:27:03.866Z[ host-package] Compiling propolis-server-config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
29632024-09-09T17:27:04.228Z[ helios-setup] Sep 09 17:27:03.365 INFO E| Compiling rustls-webpki v0.100.1
29642024-09-09T17:27:05.533Z[ host-package] Compiling wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client)
29652024-09-09T17:27:05.817Z[ helios-setup] Sep 09 17:27:04.954 INFO E| Compiling sct v0.7.0
29662024-09-09T17:27:06.894Z[ helios-setup] Sep 09 17:27:06.031 INFO E| Compiling serde_spanned v0.6.1
29672024-09-09T17:27:07.470Z[ helios-setup] Sep 09 17:27:06.606 INFO E| Compiling toml_datetime v0.6.1
29682024-09-09T17:27:08.215Z[ helios-setup] Sep 09 17:27:07.351 INFO E| Compiling slog-async v2.7.0
29692024-09-09T17:27:08.838Z[ helios-setup] Sep 09 17:27:07.974 INFO E| Compiling camino v1.1.4
29702024-09-09T17:27:09.495Z[ helios-setup] Sep 09 17:27:08.632 INFO E| Compiling winnow v0.4.1
29712024-09-09T17:27:10.138Z[ helios-setup] Sep 09 17:27:09.274 INFO E| Compiling async-trait v0.1.68
29722024-09-09T17:27:11.344Z[ helios-setup] Sep 09 17:27:10.480 INFO E| Compiling static_assertions v1.1.0
29732024-09-09T17:27:11.550Z[ helios-setup] Sep 09 17:27:10.686 INFO E| Compiling match_cfg v0.1.0
29742024-09-09T17:27:11.881Z[ helios-setup] Sep 09 17:27:11.016 INFO E| Compiling paste v1.0.12
29752024-09-09T17:27:12.645Z[ host-package] Compiling gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api)
29762024-09-09T17:27:13.539Z[ helios-setup] Sep 09 17:27:12.675 INFO E| Compiling hostname v0.3.1
29772024-09-09T17:27:16.372Z[ helios-setup] Sep 09 17:27:15.508 INFO E| Compiling toml_edit v0.19.8
29782024-09-09T17:27:16.622Z[ helios-setup] Sep 09 17:27:15.757 INFO E| Compiling racktest-agent-protocol v0.0.0 (/work/oxidecomputer/helios/projects/pilot/racktest/agent/protocol)
29792024-09-09T17:27:18.667Z[ helios-setup] Sep 09 17:27:17.802 INFO E| Compiling slog-json v2.6.1
29802024-09-09T17:27:19.705Z[ helios-setup] Sep 09 17:27:18.839 INFO E| Compiling unicode-linebreak v0.1.4
29812024-09-09T17:27:19.837Z[ host-package] Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
29822024-09-09T17:27:24.692Z[ helios-setup] Sep 09 17:27:23.827 INFO E| Compiling async-stream-impl v0.3.5
29832024-09-09T17:27:25.062Z[ host-package] Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
29842024-09-09T17:27:25.762Z[ host-package] Compiling cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client)
29852024-09-09T17:27:27.595Z[ helios-setup] Sep 09 17:27:26.729 INFO E| Compiling rhai_codegen v1.5.0
29862024-09-09T17:27:28.953Z[ helios-setup] Sep 09 17:27:28.087 INFO E| Compiling dropshot v0.9.1-dev (https://github.com/oxidecomputer/dropshot.git?rev=9911f3cf00178e0ee64b99f2c59b5a5464075230#9911f3cf)
29872024-09-09T17:27:30.308Z[ helios-setup] Sep 09 17:27:29.442 INFO E| Compiling take_mut v0.2.2
29882024-09-09T17:27:32.336Z[ helios-setup] Sep 09 17:27:31.470 INFO E| Compiling async-stream v0.3.5
29892024-09-09T17:27:32.444Z[ helios-setup] Sep 09 17:27:31.578 INFO E| Compiling tokio-rustls v0.24.0
29902024-09-09T17:27:32.980Z[ helios-setup] Sep 09 17:27:32.113 INFO E| Compiling rhai v1.14.0
29912024-09-09T17:27:33.418Z[ helios-setup] Sep 09 17:27:32.551 INFO E| Compiling toml v0.7.3
29922024-09-09T17:27:33.594Z[ helios-setup] Sep 09 17:27:32.727 INFO E| Compiling slog-bunyan v2.4.0
29932024-09-09T17:27:34.926Z[ host-package] Compiling openapi-manager-types v0.1.0 (/work/oxidecomputer/omicron/dev-tools/openapi-manager/types)
29942024-09-09T17:27:35.461Z[ host-package] Compiling twox-hash v1.6.3
29952024-09-09T17:27:37.002Z[ host-package] Compiling signal-hook-tokio v0.3.1
29962024-09-09T17:27:37.492Z[ host-package] Compiling yasna v0.5.2
29972024-09-09T17:27:37.975Z[ host-package] Compiling portpicker v0.1.1
29982024-09-09T17:27:38.037Z[ host-package] Compiling unicode-linebreak v0.1.5
29992024-09-09T17:27:38.984Z[ host-package] Compiling smawk v0.3.2
30002024-09-09T17:27:39.533Z[ host-package] Compiling textwrap v0.16.1
30012024-09-09T17:27:39.610Z[ host-package] Compiling libfalcon v0.1.0 (https://github.com/oxidecomputer/falcon?rev=e69694a1f7cc9fe31fab27f321017280531fb5f7#e69694a1)
30022024-09-09T17:27:39.969Z[ helios-setup] Sep 09 17:27:39.102 INFO E| Compiling rustls-pemfile v1.0.2
30032024-09-09T17:27:40.183Z[ helios-setup] Sep 09 17:27:39.316 INFO E| Compiling dropshot_endpoint v0.9.1-dev (https://github.com/oxidecomputer/dropshot.git?rev=9911f3cf00178e0ee64b99f2c59b5a5464075230#9911f3cf)
30042024-09-09T17:27:41.235Z[ helios-setup] Sep 09 17:27:40.368 INFO E| Compiling serde_path_to_error v0.1.11
30052024-09-09T17:27:42.189Z[ helios-setup] Sep 09 17:27:41.322 INFO E| Compiling bincode v1.3.3
30062024-09-09T17:27:44.413Z[ helios-setup] Sep 09 17:27:43.545 INFO E| Compiling racktest-control-protocol v0.0.0 (/work/oxidecomputer/helios/projects/pilot/racktest/control/protocol)
30072024-09-09T17:27:44.619Z[ host-package] Compiling rcgen v0.12.1
30082024-09-09T17:27:44.622Z[ helios-setup] Sep 09 17:27:43.753 INFO E| Compiling terminal_size v0.2.6
30092024-09-09T17:27:44.964Z[ helios-setup] Sep 09 17:27:44.096 INFO E| Compiling smawk v0.3.1
30102024-09-09T17:27:45.337Z[ helios-setup] Sep 09 17:27:44.468 INFO E| Compiling textwrap v0.16.0
30112024-09-09T17:27:45.590Z[ host-package] Compiling omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway)
30122024-09-09T17:27:56.399Z[ host-package] Compiling nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api)
30132024-09-09T17:28:08.153Z[ host-package] Compiling nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
30142024-09-09T17:28:12.093Z[ helios-setup] Sep 09 17:28:11.222 INFO E| Compiling git2 v0.16.1
30152024-09-09T17:28:13.356Z[ host-package] Compiling cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types)
30162024-09-09T17:28:14.897Z[ host-package] Compiling sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
30172024-09-09T17:28:17.228Z[ helios-setup] Sep 09 17:28:16.356 INFO E| Compiling built v0.6.0
30182024-09-09T17:28:19.835Z[ host-package] Compiling nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface)
30192024-09-09T17:28:20.540Z[ host-package] Compiling nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api)
30202024-09-09T17:28:20.816Z[ helios-setup] Sep 09 17:28:19.944 INFO E| Compiling progenitor v0.2.1-dev (https://github.com/oxidecomputer/progenitor#3a5fe998)
30212024-09-09T17:28:22.327Z[ helios-setup] Sep 09 17:28:21.455 INFO E| Compiling racktest-agent-openapi v0.1.0 (/work/oxidecomputer/helios/projects/pilot/racktest/agent/openapi)
30222024-09-09T17:28:23.003Z[ helios-setup] Sep 09 17:28:22.131 INFO E| Compiling racktest-agent v0.0.0 (/work/oxidecomputer/helios/projects/pilot/racktest/agent/server)
30232024-09-09T17:28:23.192Z[ host-package] Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin)
30242024-09-09T17:28:23.693Z[ host-package] Compiling crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=e58ca3693cb9ce0438947beba10e97ee38a0966b#e58ca369)
30252024-09-09T17:28:31.329Z[ host-package] Compiling oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api)
30262024-09-09T17:28:32.539Z[ host-package] Compiling atomicwrites v0.4.3
30272024-09-09T17:28:33.107Z[ host-package] Compiling fatfs v0.3.6
30282024-09-09T17:28:33.290Z[ host-package] Compiling rtoolbox v0.0.2
30292024-09-09T17:28:34.372Z[ host-package] Compiling subprocess v0.2.9
30302024-09-09T17:28:37.634Z[ host-package] Compiling is_ci v1.2.0
30312024-09-09T17:28:38.568Z[ host-package] Compiling assert_matches v1.5.0
30322024-09-09T17:28:41.599Z[ host-package] Compiling supports-color v3.0.0
30332024-09-09T17:28:42.437Z[ host-package] Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
30342024-09-09T17:28:44.794Z[ host-package] Compiling rpassword v7.3.1
30352024-09-09T17:28:44.848Z[ helios-setup] Sep 09 17:28:43.973 INFO E| Compiling racktest-driver v0.0.0 (/work/oxidecomputer/helios/projects/pilot/racktest/driver)
30362024-09-09T17:28:45.358Z[ host-package] Compiling oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
30372024-09-09T17:28:45.818Z[ host-package] Compiling cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api)
30382024-09-09T17:28:47.141Z[ host-package] Compiling tui-tree-widget v0.22.0
30392024-09-09T17:28:47.159Z[ helios-setup] Sep 09 17:28:46.282 INFO E| Compiling racktest-control-server v0.0.0 (/work/oxidecomputer/helios/projects/pilot/racktest/control/server)
30402024-09-09T17:28:47.699Z[ host-package] Compiling wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api)
30412024-09-09T17:28:51.471Z[ host-package] Compiling installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api)
30422024-09-09T17:28:56.501Z[ host-package] Compiling clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types)
30432024-09-09T17:29:07.149Z[ host-package] Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb)
30442024-09-09T17:29:08.076Z[ host-package] Compiling clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api)
30452024-09-09T17:29:15.901Z[ host-package] Compiling uzers v0.11.3
30462024-09-09T17:29:19.203Z[ host-package] Compiling wicket v0.1.0 (/work/oxidecomputer/omicron/wicket)
30472024-09-09T17:29:20.876Z[ host-package] Compiling zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup)
30482024-09-09T17:29:24.555Z[ host-package] Compiling omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin)
30492024-09-09T17:29:26.152Z[ host-package] Compiling wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd)
30502024-09-09T17:29:30.919Z[ helios-setup] Sep 09 17:29:30.038 INFO E| Compiling pilot v0.1.0 (/work/oxidecomputer/helios/projects/pilot)
30512024-09-09T17:29:41.282Z[ host-package] Compiling gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
30522024-09-09T17:29:55.096Z[ host-package] Compiling multimap v0.10.0
30532024-09-09T17:30:36.467Z[ helios-setup] Sep 09 17:30:35.578 INFO E| Finished `release` profile [optimized] target(s) in 6m 54s
30542024-09-09T17:30:36.595Z[ helios-setup] Sep 09 17:30:35.707 INFO building project "pilot" ok (415 seconds)
30552024-09-09T17:30:36.595Z[ helios-setup] Sep 09 17:30:35.707 INFO building project "image-builder" at /work/oxidecomputer/helios/projects/image-builder
30562024-09-09T17:30:36.595Z[ helios-setup] Sep 09 17:30:35.707 INFO exec: ["cargo", "build", "--locked"], pwd: Some("/work/oxidecomputer/helios/projects/image-builder")
30572024-09-09T17:30:37.115Z[ helios-setup] Sep 09 17:30:36.227 INFO E| Updating git repository `https://github.com/jclulow/rust-jmclib`
30582024-09-09T17:30:37.603Z[ helios-setup] Sep 09 17:30:36.714 INFO E| From https://github.com/jclulow/rust-jmclib
30592024-09-09T17:30:37.603Z[ helios-setup] Sep 09 17:30:36.714 INFO E| * [new ref] 98fb2268f5a2f350e65ab5c8fc490b27eb1b3949 -> refs/commit/98fb2268f5a2f350e65ab5c8fc490b27eb1b3949
30602024-09-09T17:30:37.623Z[ helios-setup] Sep 09 17:30:36.734 INFO E| Updating crates.io index
30612024-09-09T17:30:37.837Z[ helios-setup] Sep 09 17:30:36.949 INFO E| Downloading crates ...
30622024-09-09T17:30:37.948Z[ helios-setup] Sep 09 17:30:37.060 INFO E| Downloaded block-buffer v0.9.0
30632024-09-09T17:30:37.979Z[ helios-setup] Sep 09 17:30:37.091 INFO E| Downloaded md-5 v0.9.1
30642024-09-09T17:30:37.982Z[ helios-setup] Sep 09 17:30:37.093 INFO E| Downloaded digest v0.9.0
30652024-09-09T17:30:38.011Z[ helios-setup] Sep 09 17:30:37.123 INFO E| Downloaded uuid v0.8.2
30662024-09-09T17:30:38.016Z[ helios-setup] Sep 09 17:30:37.128 INFO E| Downloaded sha-1 v0.9.8
30672024-09-09T17:30:38.020Z[ helios-setup] Sep 09 17:30:37.132 INFO E| Downloaded libdevinfo-sys v1.0.0
30682024-09-09T17:30:38.022Z[ helios-setup] Sep 09 17:30:37.133 INFO E| Downloaded tempfile v3.7.0
30692024-09-09T17:30:38.025Z[ helios-setup] Sep 09 17:30:37.136 INFO E| Downloaded once_cell v1.18.0
30702024-09-09T17:30:38.029Z[ helios-setup] Sep 09 17:30:37.141 INFO E| Downloaded getrandom v0.2.10
30712024-09-09T17:30:38.034Z[ helios-setup] Sep 09 17:30:37.146 INFO E| Downloaded unicode-ident v1.0.11
30722024-09-09T17:30:38.038Z[ helios-setup] Sep 09 17:30:37.150 INFO E| Downloaded serde_derive v1.0.193
30732024-09-09T17:30:38.043Z[ helios-setup] Sep 09 17:30:37.154 INFO E| Downloaded quote v1.0.31
30742024-09-09T17:30:38.046Z[ helios-setup] Sep 09 17:30:37.158 INFO E| Downloaded serde v1.0.193
30752024-09-09T17:30:38.051Z[ helios-setup] Sep 09 17:30:37.163 INFO E| Downloaded proc-macro2 v1.0.66
30762024-09-09T17:30:38.055Z[ helios-setup] Sep 09 17:30:37.167 INFO E| Downloaded anyhow v1.0.72
30772024-09-09T17:30:38.061Z[ helios-setup] Sep 09 17:30:37.173 INFO E| Downloaded serde_json v1.0.103
30782024-09-09T17:30:38.072Z[ helios-setup] Sep 09 17:30:37.184 INFO E| Downloaded fastrand v2.0.0
30792024-09-09T17:30:38.075Z[ helios-setup] Sep 09 17:30:37.186 INFO E| Downloaded syn v2.0.32
30802024-09-09T17:30:38.090Z[ helios-setup] Sep 09 17:30:37.202 INFO E| Downloaded rustix v0.38.4
30812024-09-09T17:30:38.131Z[ helios-setup] Sep 09 17:30:37.242 INFO E| Downloaded cpufeatures v0.2.9
30822024-09-09T17:30:38.134Z[ helios-setup] Sep 09 17:30:37.244 INFO E| Downloaded libc v0.2.147
30832024-09-09T17:30:38.170Z[ helios-setup] Sep 09 17:30:37.281 INFO E| Downloaded bitflags v2.3.3
30842024-09-09T17:30:38.369Z[ helios-setup] Sep 09 17:30:37.481 INFO E| Compiling libc v0.2.147
30852024-09-09T17:30:38.369Z[ helios-setup] Sep 09 17:30:37.481 INFO E| Compiling proc-macro2 v1.0.66
30862024-09-09T17:30:38.369Z[ helios-setup] Sep 09 17:30:37.481 INFO E| Compiling unicode-ident v1.0.11
30872024-09-09T17:30:38.372Z[ helios-setup] Sep 09 17:30:37.481 INFO E| Compiling cfg-if v1.0.0
30882024-09-09T17:30:38.372Z[ helios-setup] Sep 09 17:30:37.481 INFO E| Compiling typenum v1.16.0
30892024-09-09T17:30:38.372Z[ helios-setup] Sep 09 17:30:37.481 INFO E| Compiling version_check v0.9.4
30902024-09-09T17:30:38.372Z[ helios-setup] Sep 09 17:30:37.481 INFO E| Compiling serde v1.0.193
30912024-09-09T17:30:38.372Z[ helios-setup] Sep 09 17:30:37.481 INFO E| Compiling rustix v0.38.4
30922024-09-09T17:30:38.836Z[ helios-setup] Sep 09 17:30:37.947 INFO E| Compiling itoa v1.0.9
30932024-09-09T17:30:39.076Z[ helios-setup] Sep 09 17:30:38.187 INFO E| Compiling num-conv v0.1.0
30942024-09-09T17:30:39.327Z[ helios-setup] Sep 09 17:30:38.438 INFO E| Compiling powerfmt v0.2.0
30952024-09-09T17:30:39.568Z[ helios-setup] Sep 09 17:30:38.679 INFO E| Compiling slog v2.7.0
30962024-09-09T17:30:39.574Z[ helios-setup] Sep 09 17:30:38.684 INFO E| Compiling time-core v0.1.2
30972024-09-09T17:30:39.817Z[ helios-setup] Sep 09 17:30:38.927 INFO E| Compiling generic-array v0.14.7
30982024-09-09T17:30:39.823Z[ helios-setup] Sep 09 17:30:38.933 INFO E| Compiling time-macros v0.2.18
30992024-09-09T17:30:40.199Z[ helios-setup] Sep 09 17:30:39.300 INFO E| Compiling deranged v0.3.11
31002024-09-09T17:30:40.239Z[ helios-setup] Sep 09 17:30:39.336 INFO E| Compiling bitflags v2.3.3
31012024-09-09T17:30:40.883Z[ helios-setup] Sep 09 17:30:39.994 INFO E| Compiling num_threads v0.1.6
31022024-09-09T17:30:41.137Z[ helios-setup] Sep 09 17:30:40.248 INFO E| Compiling once_cell v1.18.0
31032024-09-09T17:30:41.351Z[ helios-setup] Sep 09 17:30:40.462 INFO E| Compiling fastrand v2.0.0
31042024-09-09T17:30:42.297Z[ helios-setup] Sep 09 17:30:41.408 INFO E| Compiling quote v1.0.31
31052024-09-09T17:30:42.695Z[ helios-setup] Sep 09 17:30:41.806 INFO E| Compiling dirs-sys-next v0.1.2
31062024-09-09T17:30:42.798Z[ helios-setup] Sep 09 17:30:41.909 INFO E| Compiling errno v0.3.1
31072024-09-09T17:30:43.056Z[ helios-setup] Sep 09 17:30:42.166 INFO E| Compiling syn v2.0.32
31082024-09-09T17:30:43.224Z[ helios-setup] Sep 09 17:30:42.335 INFO E| Compiling dirs-next v2.0.0
31092024-09-09T17:30:43.568Z[ helios-setup] Sep 09 17:30:42.679 INFO E| Compiling term v0.7.0
31102024-09-09T17:30:43.656Z[ helios-setup] Sep 09 17:30:42.766 INFO E| Compiling atty v0.2.14
31112024-09-09T17:30:44.140Z[ helios-setup] Sep 09 17:30:43.250 INFO E| Compiling thread_local v1.1.7
31122024-09-09T17:30:44.341Z[ helios-setup] Sep 09 17:30:43.451 INFO E| Compiling anyhow v1.0.72
31132024-09-09T17:30:44.593Z[ helios-setup] Sep 09 17:30:43.668 INFO E| Compiling opaque-debug v0.3.0
31142024-09-09T17:30:44.654Z[ helios-setup] Sep 09 17:30:43.765 INFO E| Compiling serde_json v1.0.103
31152024-09-09T17:30:45.305Z[ helios-setup] Sep 09 17:30:44.398 INFO E| Compiling time v0.3.36
31162024-09-09T17:30:45.495Z[ helios-setup] Sep 09 17:30:44.605 INFO E| Compiling digest v0.9.0
31172024-09-09T17:30:45.610Z[ helios-setup] Sep 09 17:30:44.721 INFO E| Compiling block-buffer v0.9.0
31182024-09-09T17:30:45.791Z[ helios-setup] Sep 09 17:30:44.902 INFO E| Compiling getrandom v0.2.10
31192024-09-09T17:30:45.882Z[ helios-setup] Sep 09 17:30:44.992 INFO E| Compiling ryu v1.0.15
31202024-09-09T17:30:46.052Z[ helios-setup] Sep 09 17:30:45.163 INFO E| Compiling tempfile v3.7.0
31212024-09-09T17:30:46.362Z[ helios-setup] Sep 09 17:30:45.472 INFO E| Compiling same-file v1.0.6
31222024-09-09T17:30:46.604Z[ helios-setup] Sep 09 17:30:45.714 INFO E| Compiling unicode-width v0.1.10
31232024-09-09T17:30:46.751Z[ helios-setup] Sep 09 17:30:45.862 INFO E| Compiling cpufeatures v0.2.9
31242024-09-09T17:30:46.864Z[ helios-setup] Sep 09 17:30:45.975 INFO E| Compiling sha-1 v0.9.8
31252024-09-09T17:30:47.110Z[ helios-setup] Sep 09 17:30:46.221 INFO E| Compiling getopts v0.2.21
31262024-09-09T17:30:47.273Z[ helios-setup] Sep 09 17:30:46.381 INFO E| Compiling walkdir v2.3.3
31272024-09-09T17:30:47.456Z[ helios-setup] Sep 09 17:30:46.566 INFO E| Compiling md-5 v0.9.1
31282024-09-09T17:30:47.855Z[ helios-setup] Sep 09 17:30:46.963 INFO E| Compiling glob v0.3.1
31292024-09-09T17:30:47.920Z[ helios-setup] Sep 09 17:30:47.030 INFO E| Compiling libdevinfo-sys v1.0.0
31302024-09-09T17:30:49.440Z[ helios-setup] Sep 09 17:30:48.550 INFO E| Compiling slog-term v2.9.0
31312024-09-09T17:30:52.666Z[ helios-setup] Sep 09 17:30:51.776 INFO E| Compiling serde_derive v1.0.193
31322024-09-09T17:31:07.892Z[ helios-setup] Sep 09 17:31:07.000 INFO E| Compiling toml v0.5.11
31332024-09-09T17:31:07.895Z[ helios-setup] Sep 09 17:31:07.000 INFO E| Compiling uuid v0.8.2
31342024-09-09T17:31:10.316Z[ helios-setup] Sep 09 17:31:09.423 INFO E| Compiling jmclib v0.1.0 (https://github.com/jclulow/rust-jmclib#98fb2268)
31352024-09-09T17:31:13.844Z[ helios-setup] Sep 09 17:31:12.951 INFO E| Compiling illumos-image-builder v0.0.0 (/work/oxidecomputer/helios/projects/image-builder)
31362024-09-09T17:31:28.904Z[ helios-setup] Sep 09 17:31:28.010 INFO E| Finished `dev` profile [unoptimized + debuginfo] target(s) in 52.20s
31372024-09-09T17:31:28.940Z[ helios-setup] Sep 09 17:31:28.046 INFO building project "image-builder" ok (52 seconds)
31382024-09-09T17:31:28.944Z[ helios-setup] rm -f helios-build
31392024-09-09T17:31:28.947Z[ helios-setup] ln -s tools/helios-build/target/debug/helios-build
31402024-09-09T17:31:28.950Z[ helios-setup]
31412024-09-09T17:31:28.950Z[ helios-setup] Setup complete! ./helios-build is now available.
31422024-09-09T17:31:28.952Z[ helios-setup]
31432024-09-09T17:31:28.953Z[ helios-setup]
31442024-09-09T17:31:28.953Z[ helios-setup] real 12:07.240390073
31452024-09-09T17:31:28.953Z[ helios-setup] user 28:50.535415455
31462024-09-09T17:31:28.953Z[ helios-setup] sys 3:35.782555399
31472024-09-09T17:31:28.953Z[ helios-setup] trap 1.715306487
31482024-09-09T17:31:28.953Z[ helios-setup] tflt 7.291442832
31492024-09-09T17:31:28.953Z[ helios-setup] dflt 32.143408765
31502024-09-09T17:31:28.953Z[ helios-setup] kflt 0.048783620
31512024-09-09T17:31:28.953Z[ helios-setup] lock 2:07:38.706798997
31522024-09-09T17:31:28.956Z[ helios-setup] slp 3:43:59.471631574
31532024-09-09T17:31:28.956Z[ helios-setup] lat 32:52.158417179
31542024-09-09T17:31:28.956Z[ helios-setup] stop 4:15.821113252
31552024-09-09T17:31:28.956ZSep 09 17:31:28.059 INFO [helios-setup] process exited with exit status: 0 (727.246158601s)
31562024-09-09T17:31:28.956ZSep 09 17:31:28.059 INFO [phbl-toolchain] running: /home/build/.cargo/bin/cargo --version
31572024-09-09T17:31:28.974Z[ phbl-toolchain] info: syncing channel updates for 'nightly-2024-09-04-x86_64-unknown-illumos'
31582024-09-09T17:31:29.209Z[ phbl-toolchain] info: latest update on 2024-09-04, rust version 1.83.0-nightly (d6c8169c1 2024-09-03)
31592024-09-09T17:31:29.209Z[ phbl-toolchain] info: downloading component 'cargo'
31602024-09-09T17:31:30.583Z[ phbl-toolchain] info: downloading component 'clippy'
31612024-09-09T17:31:30.905Z[ phbl-toolchain] info: downloading component 'llvm-tools'
31622024-09-09T17:31:35.576Z[ phbl-toolchain] info: downloading component 'miri'
31632024-09-09T17:31:36.538Z[ phbl-toolchain] info: downloading component 'rust-docs'
31642024-09-09T17:31:37.918Z[ phbl-toolchain] info: downloading component 'rust-src'
31652024-09-09T17:31:38.263Z[ phbl-toolchain] info: downloading component 'rust-std'
31662024-09-09T17:31:40.082Z[ phbl-toolchain] info: downloading component 'rustc'
31672024-09-09T17:31:48.610Z[ phbl-toolchain] info: downloading component 'rustfmt'
31682024-09-09T17:31:48.848Z[ phbl-toolchain] info: installing component 'cargo'
31692024-09-09T17:31:50.199Z[ phbl-toolchain] info: installing component 'clippy'
31702024-09-09T17:31:50.782Z[ phbl-toolchain] info: installing component 'llvm-tools'
31712024-09-09T17:31:56.873Z[ phbl-toolchain] info: installing component 'miri'
31722024-09-09T17:31:57.234Z[ phbl-toolchain] info: installing component 'rust-docs'
31732024-09-09T17:32:00.255Z[ host-package] Compiling internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns-cli)
31742024-09-09T17:32:04.965Z[ phbl-toolchain] info: installing component 'rust-src'
31752024-09-09T17:32:06.012Z[ phbl-toolchain] info: installing component 'rust-std'
31762024-09-09T17:32:08.620Z[ phbl-toolchain] info: installing component 'rustc'
31772024-09-09T17:32:18.233Z[ phbl-toolchain] info: installing component 'rustfmt'
31782024-09-09T17:32:19.336Z[ phbl-toolchain] cargo 1.83.0-nightly (c1fa840a8 2024-08-29)
31792024-09-09T17:32:19.338ZSep 09 17:32:18.438 INFO [phbl-toolchain] process exited with exit status: 0 (50.379123209s)
31802024-09-09T17:32:27.713Z[ host-package] Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
31812024-09-09T17:39:03.702Z[ host-package] Finished `release` profile [optimized] target(s) in 18m 57s
31822024-09-09T17:40:05.414ZSep 09 17:40:04.459 INFO [host-package] process exited with exit status: 0 (1199.11948391s)
31832024-09-09T17:40:05.417ZSep 09 17:40:04.459 INFO [host-stamp] running task
31842024-09-09T17:40:05.417ZSep 09 17:40:04.460 INFO [recovery-package] running: /work/oxidecomputer/omicron/target/release/omicron-package --target recovery --artifacts /work/artifacts-recovery package
31852024-09-09T17:40:05.417ZSep 09 17:40:04.460 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+gitbe18651bc8c
31862024-09-09T17:40:05.426ZSep 09 17:40:04.471 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+gitbe18651bc8c
31872024-09-09T17:40:05.433Z[recovery-package] Logging to: /work/artifacts-recovery/LOG
31882024-09-09T17:40:05.435ZSep 09 17:40:04.478 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+gitbe18651bc8c
31892024-09-09T17:40:05.438Z[stamp-omicron-sled-agent] Logging to: /work/oxidecomputer/omicron/out/LOG
31902024-09-09T17:40:05.440ZSep 09 17:40:04.484 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+gitbe18651bc8c
31912024-09-09T17:40:05.445Z[ stamp-mg-ddm-gz] Logging to: /work/oxidecomputer/omicron/out/LOG
31922024-09-09T17:40:05.448ZSep 09 17:40:04.493 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+gitbe18651bc8c
31932024-09-09T17:40:05.455Z[stamp-crucible-dtrace] Logging to: /work/oxidecomputer/omicron/out/LOG
31942024-09-09T17:40:05.458Z[stamp-crucible-dtrace] Created: /work/oxidecomputer/omicron/out/versioned/crucible-dtrace.tar
31952024-09-09T17:40:05.460ZSep 09 17:40:04.502 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+gitbe18651bc8c
31962024-09-09T17:40:05.465Z[stamp-switch-asic] Logging to: /work/oxidecomputer/omicron/out/LOG
31972024-09-09T17:40:05.468Z[stamp-propolis-server] Logging to: /work/oxidecomputer/omicron/out/LOG
31982024-09-09T17:40:05.470ZSep 09 17:40:04.513 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+gitbe18651bc8c
31992024-09-09T17:40:05.477ZSep 09 17:40:04.522 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+gitbe18651bc8c
32002024-09-09T17:40:05.491Z[ stamp-oxlog] Logging to: /work/oxidecomputer/omicron/out/LOG
32012024-09-09T17:40:05.494Z[stamp-pumpkind-gz] Logging to: /work/oxidecomputer/omicron/out/LOG
32022024-09-09T17:40:05.494ZSep 09 17:40:04.536 INFO [stamp-crucible-dtrace] process exited with exit status: 0 (58.501936ms)
32032024-09-09T17:40:05.501Z[ stamp-oxlog] Created: /work/oxidecomputer/omicron/out/versioned/oxlog.tar
32042024-09-09T17:40:05.501Z[ stamp-overlay] Logging to: /work/oxidecomputer/omicron/out/LOG
32052024-09-09T17:40:05.501Z[ stamp-overlay] Created: /work/oxidecomputer/omicron/out/versioned/overlay.tar.gz
32062024-09-09T17:40:05.509ZSep 09 17:40:04.547 INFO [stamp-oxlog] process exited with exit status: 0 (44.495618ms)
32072024-09-09T17:40:05.509ZSep 09 17:40:04.549 INFO [stamp-overlay] process exited with exit status: 0 (26.711491ms)
32082024-09-09T17:40:05.599Z[stamp-pumpkind-gz] Created: /work/oxidecomputer/omicron/out/versioned/pumpkind-gz.tar
32092024-09-09T17:40:05.602ZSep 09 17:40:04.647 INFO [stamp-pumpkind-gz] process exited with exit status: 0 (134.673839ms)
32102024-09-09T17:40:05.662Z[ stamp-mg-ddm-gz] Created: /work/oxidecomputer/omicron/out/versioned/mg-ddm-gz.tar
32112024-09-09T17:40:05.665ZSep 09 17:40:04.710 INFO [stamp-mg-ddm-gz] process exited with exit status: 0 (239.330325ms)
32122024-09-09T17:40:05.796Z[stamp-omicron-sled-agent] Created: /work/oxidecomputer/omicron/out/versioned/omicron-sled-agent.tar
32132024-09-09T17:40:05.800ZSep 09 17:40:04.844 INFO [stamp-omicron-sled-agent] process exited with exit status: 0 (384.538543ms)
32142024-09-09T17:40:06.602Z[stamp-propolis-server] Created: /work/oxidecomputer/omicron/out/versioned/propolis-server.tar.gz
32152024-09-09T17:40:06.605ZSep 09 17:40:05.649 INFO [stamp-propolis-server] process exited with exit status: 0 (1.156466499s)
32162024-09-09T17:40:06.733Z[recovery-package] Compiling installinator-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-client)
32172024-09-09T17:40:09.133Z[recovery-package] Compiling installinator v0.1.0 (/work/oxidecomputer/omicron/installinator)
32182024-09-09T17:40:15.719Z[stamp-switch-asic] Created: /work/oxidecomputer/omicron/out/versioned/switch-asic.tar.gz
32192024-09-09T17:40:15.722ZSep 09 17:40:14.766 INFO [stamp-switch-asic] process exited with exit status: 0 (10.281544832s)
32202024-09-09T17:40:15.725ZSep 09 17:40:14.766 INFO [host-stamp] task succeeded (10.306962437s)
32212024-09-09T17:40:15.725ZSep 09 17:40:14.766 INFO [host-proto] running task
32222024-09-09T17:40:16.105ZSep 09 17:40:15.148 INFO [host-proto] task succeeded (382.406988ms)
32232024-09-09T17:40:16.105ZSep 09 17:40:15.148 INFO [host-profile] running task
32242024-09-09T17:40:16.108ZSep 09 17:40:15.149 INFO [host-profile] task succeeded (303.961µs)
32252024-09-09T17:40:16.108ZSep 09 17:40:15.149 INFO [host-image] running: IMAGE_DATASET=rpool/images/build/host ptime -m /work/oxidecomputer/helios/helios-build experiment-image -o /work/os-host -F 'optever=0.33.293' -P /tmp/.tmpeS9XWJ/proto/host/root -N 'ci be18651/${os_short_commit} 2024-09-09 17:19' -s host -B -p 'helios-dev=https://pkg.oxide.computer/helios/2/dev/'
32262024-09-09T17:40:16.119Z[ host-image] Sep 09 17:40:15.163 INFO using AMD firmware configuration file "/work/oxidecomputer/helios/image/amd/milan-gimlet-b.efs.json5"
32272024-09-09T17:40:16.122Z[ host-image] Sep 09 17:40:15.163 INFO using AMD firmware blob directories ["/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.a"]
32282024-09-09T17:40:16.133Z[ host-image] Sep 09 17:40:15.177 INFO generated template "/work/oxidecomputer/helios/tmp/image.host/genproto.json" for extra proto "/tmp/.tmpeS9XWJ/proto/host/root"
32292024-09-09T17:40:16.137Z[ host-image] Sep 09 17:40:15.177 INFO using external package repository https://pkg.oxide.computer/helios/2/dev/
32302024-09-09T17:40:16.137Z[ host-image] Sep 09 17:40:15.177 INFO image builder template: ramdisk-01-os...
32312024-09-09T17:40:16.137Z[ host-image] Sep 09 17:40:15.177 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/.tmpeS9XWJ/proto/host/root", "-F", "genproto=/work/oxidecomputer/helios/tmp/image.host/genproto.json", "-E", "/work/oxidecomputer/helios/tmp/image.host/omicron1", "-E", "/work/oxidecomputer/helios/projects", "-F", "repo_publisher=helios-dev", "-F", "repo_url=https://pkg.oxide.computer/helios/2/dev/", "-F", "baud=3000000", "-F", "omicron1", "-F", "optever=0.33.293", "-n", "ramdisk-01-os", "--fullreset"], pwd: None
32322024-09-09T17:40:16.153Z[ host-image] Sep 09 17:40:15.196 INFO O| Sep 09 17:40:15.196 INFO CREATE DATASET: rpool/images/build/host/output
32332024-09-09T17:40:16.427Z[ host-image] Sep 09 17:40:15.470 INFO O| Sep 09 17:40:15.470 INFO temporary dataset: rpool/images/build/host/tmp/gimlet/ramdisk-01-os
32342024-09-09T17:40:16.432Z[ host-image] Sep 09 17:40:15.475 INFO O| Sep 09 17:40:15.475 INFO CREATE DATASET: rpool/images/build/host/tmp/gimlet/ramdisk-01-os
32352024-09-09T17:40:16.641Z[ host-image] Sep 09 17:40:15.684 INFO O| Sep 09 17:40:15.684 INFO SET DATASET PROPERTY ON rpool/images/build/host/tmp/gimlet/ramdisk-01-os: sync = disabled
32362024-09-09T17:40:16.688Z[ host-image] Sep 09 17:40:15.731 INFO O| Sep 09 17:40:15.730 INFO temporary directory: /rpool/images/build/host/tmp/gimlet/ramdisk-01-os
32372024-09-09T17:40:16.690Z[ host-image] Sep 09 17:40:15.731 INFO O| Sep 09 17:40:15.731 INFO work dataset: rpool/images/build/host/work/gimlet/ramdisk
32382024-09-09T17:40:16.690Z[ host-image] Sep 09 17:40:15.731 INFO O| Sep 09 17:40:15.731 INFO resetting by removing work dataset: rpool/images/build/host/work/gimlet/ramdisk
32392024-09-09T17:40:16.690Z[ host-image] Sep 09 17:40:15.731 INFO O| Sep 09 17:40:15.731 INFO DESTROY DATASET: rpool/images/build/host/work/gimlet/ramdisk
32402024-09-09T17:40:16.697Z[ host-image] Sep 09 17:40:15.740 INFO O| Sep 09 17:40:15.740 INFO CREATE DATASET: rpool/images/build/host/work/gimlet/ramdisk
32412024-09-09T17:40:16.868Z[ host-image] Sep 09 17:40:15.911 INFO O| Sep 09 17:40:15.911 INFO STEP 0: pkg_image_create, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
32422024-09-09T17:40:16.883Z[ host-image] Sep 09 17:40:15.926 INFO O| Sep 09 17:40:15.926 INFO exec: ["/usr/bin/pkg", "image-create", "--full", "/rpool/images/build/host/work/gimlet/ramdisk"]
32432024-09-09T17:40:17.422Z[ host-image] Sep 09 17:40:16.465 INFO O| Sep 09 17:40:16.465 INFO O| Caching catalogs ... Done
32442024-09-09T17:40:17.542Z[ host-image] Sep 09 17:40:16.585 INFO O| Sep 09 17:40:16.585 INFO STEP 0 (pkg_image_create) COMPLETE
32452024-09-09T17:40:17.542Z[ host-image] Sep 09 17:40:16.585 INFO O| Sep 09 17:40:16.585 INFO STEP 1: pkg_set_publisher, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
32462024-09-09T17:40:17.545Z[ host-image] Sep 09 17:40:16.585 INFO O| Sep 09 17:40:16.585 INFO skip step because feature "repo_redist" is not enabled
32472024-09-09T17:40:17.545Z[ host-image] Sep 09 17:40:16.585 INFO O| Sep 09 17:40:16.585 INFO STEP 2: pkg_set_publisher, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
32482024-09-09T17:40:17.558Z[ host-image] Sep 09 17:40:16.601 INFO O| Sep 09 17:40:16.601 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"]
32492024-09-09T17:40:18.107Z[ host-image] Sep 09 17:40:17.150 INFO O| Sep 09 17:40:17.150 INFO STEP 2 (pkg_set_publisher) COMPLETE
32502024-09-09T17:40:18.107Z[ host-image] Sep 09 17:40:17.150 INFO O| Sep 09 17:40:17.150 INFO STEP 3: pkg_set_publisher, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
32512024-09-09T17:40:18.124Z[ host-image] Sep 09 17:40:17.167 INFO O| Sep 09 17:40:17.167 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"]
32522024-09-09T17:40:18.688Z[ host-image] Sep 09 17:40:17.730 INFO O| Sep 09 17:40:17.730 INFO STEP 3 (pkg_set_publisher) COMPLETE
32532024-09-09T17:40:18.688Z[ host-image] Sep 09 17:40:17.730 INFO O| Sep 09 17:40:17.730 INFO STEP 4: pkg_set_publisher, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
32542024-09-09T17:40:18.690Z[ host-image] Sep 09 17:40:17.730 INFO O| Sep 09 17:40:17.730 INFO skip step because feature "repo_redist" is not enabled
32552024-09-09T17:40:18.690Z[ host-image] Sep 09 17:40:17.730 INFO O| Sep 09 17:40:17.730 INFO STEP 5: pkg_change_variant, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
32562024-09-09T17:40:19.238Z[ host-image] Sep 09 17:40:18.280 INFO O| Sep 09 17:40:18.280 INFO variant opensolaris.zone is already global
32572024-09-09T17:40:19.238Z[ host-image] Sep 09 17:40:18.281 INFO O| Sep 09 17:40:18.280 INFO STEP 5 (pkg_change_variant) COMPLETE
32582024-09-09T17:40:19.240Z[ host-image] Sep 09 17:40:18.281 INFO O| Sep 09 17:40:18.280 INFO STEP 6: pkg_change_variant, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
32592024-09-09T17:40:19.799Z[ host-image] Sep 09 17:40:18.841 INFO O| Sep 09 17:40:18.841 INFO variant opensolaris.imagetype is full; changing to partial
32602024-09-09T17:40:19.799Z[ host-image] Sep 09 17:40:18.841 INFO O| Sep 09 17:40:18.841 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/host/work/gimlet/ramdisk", "change-variant", "opensolaris.imagetype=partial"]
32612024-09-09T17:40:26.566Z[ host-image] Sep 09 17:40:25.608 INFO O| Sep 09 17:40:25.608 INFO O| Startup: Refreshing catalog 'helios-dev' ... Done
32622024-09-09T17:40:28.030Z[recovery-package] Finished `release` profile [optimized] target(s) in 22.39s
32632024-09-09T17:40:28.922Z[ host-image] Sep 09 17:40:27.963 INFO O| Sep 09 17:40:27.963 INFO O| Startup: Caching catalogs ... Done
32642024-09-09T17:40:28.970Z[ host-image] Sep 09 17:40:28.012 INFO O| Sep 09 17:40:28.012 INFO O| Planning: Planning completed in 0.00 seconds
32652024-09-09T17:40:28.973Z[ host-image] Sep 09 17:40:28.013 INFO O| Sep 09 17:40:28.012 INFO O| Planning: Consolidating action changes ... Done
32662024-09-09T17:40:28.973Z[ host-image] Sep 09 17:40:28.013 INFO O| Sep 09 17:40:28.013 INFO O| Planning: Evaluating mediators ... Done
32672024-09-09T17:40:28.973Z[ host-image] Sep 09 17:40:28.013 INFO O| Sep 09 17:40:28.013 INFO O| Planning: Planning completed in 0.00 seconds
32682024-09-09T17:40:28.973Z[ host-image] Sep 09 17:40:28.013 INFO O| Sep 09 17:40:28.013 INFO O| Variants/Facets to change: 1
32692024-09-09T17:40:28.987Z[ host-image] Sep 09 17:40:28.029 INFO O| Sep 09 17:40:28.029 INFO O| Done
32702024-09-09T17:40:28.987Z[ host-image] Sep 09 17:40:28.029 INFO O| Sep 09 17:40:28.029 INFO O| Done
32712024-09-09T17:40:29.301Z[ host-image] Sep 09 17:40:28.342 INFO O| Sep 09 17:40:28.342 INFO O| Done
32722024-09-09T17:40:29.332Z[ host-image] Sep 09 17:40:28.374 INFO O| Sep 09 17:40:28.374 INFO O| Done
32732024-09-09T17:40:29.335Z[ host-image] Sep 09 17:40:28.375 INFO O| Sep 09 17:40:28.375 INFO O| Done
32742024-09-09T17:40:29.335Z[ host-image] Sep 09 17:40:28.375 INFO O| Sep 09 17:40:28.375 INFO O| Done
32752024-09-09T17:40:29.335Z[ host-image] Sep 09 17:40:28.376 INFO O| Sep 09 17:40:28.376 INFO O| Done
32762024-09-09T17:40:29.636Z[ host-image] Sep 09 17:40:28.677 INFO O| Sep 09 17:40:28.677 INFO STEP 6 (pkg_change_variant) COMPLETE
32772024-09-09T17:40:29.636Z[ host-image] Sep 09 17:40:28.677 INFO O| Sep 09 17:40:28.677 INFO STEP 7: pkg_change_variant, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
32782024-09-09T17:40:29.636Z[ host-image] Sep 09 17:40:28.677 INFO O| Sep 09 17:40:28.677 INFO skip step because feature "debug_variant" is not enabled
32792024-09-09T17:40:29.640Z[ host-image] Sep 09 17:40:28.677 INFO O| Sep 09 17:40:28.677 INFO STEP 8: pkg_change_facet, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
32802024-09-09T17:40:29.974Z[ host-image] Sep 09 17:40:29.016 INFO O| Sep 09 17:40:29.016 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/host/work/gimlet/ramdisk", "change-facet", "openssl.10=false"]
32812024-09-09T17:40:30.160ZSep 09 17:40:29.201 INFO [recovery-package] process exited with exit status: 0 (24.741585574s)
32822024-09-09T17:40:30.160ZSep 09 17:40:29.201 INFO [recovery-stamp] running task
32832024-09-09T17:40:30.162ZSep 09 17:40:29.202 INFO [verify-libraries] running: /home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/cargo xtask verify-libraries --release
32842024-09-09T17:40:30.162ZSep 09 17:40:29.202 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+gitbe18651bc8c
32852024-09-09T17:40:30.174ZSep 09 17:40:29.216 INFO [stamp-installinator] running: /work/oxidecomputer/omicron/target/release/omicron-package --target recovery --artifacts /work/artifacts-recovery stamp installinator 10.0.0-0.ci+gitbe18651bc8c
32862024-09-09T17:40:30.185Z[ stamp-mg-ddm-gz] Logging to: /work/artifacts-recovery/LOG
32872024-09-09T17:40:30.189Z[stamp-installinator] Logging to: /work/artifacts-recovery/LOG
32882024-09-09T17:40:30.262Z[stamp-installinator] Created: /work/artifacts-recovery/versioned/installinator.tar
32892024-09-09T17:40:30.265ZSep 09 17:40:29.307 INFO [stamp-installinator] process exited with exit status: 0 (91.419772ms)
32902024-09-09T17:40:30.300Z[ stamp-mg-ddm-gz] Created: /work/artifacts-recovery/versioned/mg-ddm-gz.tar
32912024-09-09T17:40:30.303ZSep 09 17:40:29.345 INFO [stamp-mg-ddm-gz] process exited with exit status: 0 (143.158286ms)
32922024-09-09T17:40:30.306ZSep 09 17:40:29.345 INFO [recovery-stamp] task succeeded (143.580496ms)
32932024-09-09T17:40:30.306ZSep 09 17:40:29.345 INFO [recovery-proto] running task
32942024-09-09T17:40:30.306ZSep 09 17:40:29.345 INFO [tuf-stamp] running task
32952024-09-09T17:40:30.306ZSep 09 17:40:29.346 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+gitbe18651bc8c
32962024-09-09T17:40:30.315ZSep 09 17:40:29.356 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+gitbe18651bc8c
32972024-09-09T17:40:30.325Z[stamp-internal-dns] Logging to: /work/oxidecomputer/omicron/out/LOG
32982024-09-09T17:40:30.327ZSep 09 17:40:29.367 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+gitbe18651bc8c
32992024-09-09T17:40:30.337Z[stamp-crucible-zone] Logging to: /work/oxidecomputer/omicron/out/LOG
33002024-09-09T17:40:30.340ZSep 09 17:40:29.379 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+gitbe18651bc8c
33012024-09-09T17:40:30.347Z[stamp-crucible-pantry-zone] Logging to: /work/oxidecomputer/omicron/out/LOG
33022024-09-09T17:40:30.350ZSep 09 17:40:29.390 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+gitbe18651bc8c
33032024-09-09T17:40:30.359ZSep 09 17:40:29.400 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+gitbe18651bc8c
33042024-09-09T17:40:30.368Z[stamp-clickhouse_keeper] Logging to: /work/oxidecomputer/omicron/out/LOG
33052024-09-09T17:40:30.370ZSep 09 17:40:29.411 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+gitbe18651bc8c
33062024-09-09T17:40:30.370Z[stamp-clickhouse] Logging to: /work/oxidecomputer/omicron/out/LOG
33072024-09-09T17:40:30.398Z[ stamp-oximeter] Logging to: /work/oxidecomputer/omicron/out/LOG
33082024-09-09T17:40:30.458ZSep 09 17:40:29.500 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+gitbe18651bc8c
33092024-09-09T17:40:30.458ZSep 09 17:40:29.500 INFO [recovery-proto] task succeeded (154.357873ms)
33102024-09-09T17:40:30.461ZSep 09 17:40:29.500 INFO [recovery-image] running: IMAGE_DATASET=rpool/images/build/recovery ptime -m /work/oxidecomputer/helios/helios-build experiment-image -o /work/os-recovery -F 'optever=0.33.293' -P /tmp/.tmpeS9XWJ/proto/recovery/root -N 'recovery be18651/${os_short_commit} 2024-09-09 17:19' -s recovery -R -p 'helios-dev=https://pkg.oxide.computer/helios/2/dev/'
33112024-09-09T17:40:30.486Z[ recovery-image] Sep 09 17:40:29.522 INFO using AMD firmware configuration file "/work/oxidecomputer/helios/image/amd/milan-gimlet-b.efs.json5"
33122024-09-09T17:40:30.489Z[ recovery-image] Sep 09 17:40:29.522 INFO using AMD firmware blob directories ["/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.a"]
33132024-09-09T17:40:30.498Z[ recovery-image] Sep 09 17:40:29.539 INFO generated template "/work/oxidecomputer/helios/tmp/image.recovery/genproto.json" for extra proto "/tmp/.tmpeS9XWJ/proto/recovery/root"
33142024-09-09T17:40:30.498Z[ recovery-image] Sep 09 17:40:29.539 INFO using external package repository https://pkg.oxide.computer/helios/2/dev/
33152024-09-09T17:40:30.501Z[ recovery-image] Sep 09 17:40:29.539 INFO image builder template: ramdisk-01-os...
33162024-09-09T17:40:30.501Z[ recovery-image] Sep 09 17:40:29.539 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/.tmpeS9XWJ/proto/recovery/root", "-F", "genproto=/work/oxidecomputer/helios/tmp/image.recovery/genproto.json", "-E", "/work/oxidecomputer/helios/tmp/image.recovery/omicron1", "-E", "/work/oxidecomputer/helios/projects", "-F", "repo_publisher=helios-dev", "-F", "repo_url=https://pkg.oxide.computer/helios/2/dev/", "-F", "baud=3000000", "-F", "recovery", "-F", "optever=0.33.293", "-n", "ramdisk-01-os", "--fullreset"], pwd: None
33172024-09-09T17:40:30.518Z[ host-image] Sep 09 17:40:29.559 INFO O| Sep 09 17:40:29.559 INFO O| Startup: Refreshing catalog 'helios-dev' ... Done
33182024-09-09T17:40:30.520Z[ host-image] Sep 09 17:40:29.561 INFO O| Sep 09 17:40:29.561 INFO O| Planning: Planning completed in 0.00 seconds
33192024-09-09T17:40:30.520Z[ host-image] Sep 09 17:40:29.561 INFO O| Sep 09 17:40:29.561 INFO O| Planning: Consolidating action changes ... Done
33202024-09-09T17:40:30.521Z[ host-image] Sep 09 17:40:29.561 INFO O| Sep 09 17:40:29.561 INFO O| Planning: Evaluating mediators ... Done
33212024-09-09T17:40:30.521Z[ host-image] Sep 09 17:40:29.562 INFO O| Sep 09 17:40:29.562 INFO O| Planning: Planning completed in 0.00 seconds
33222024-09-09T17:40:30.523Z[ host-image] Sep 09 17:40:29.562 INFO O| Sep 09 17:40:29.562 INFO O| Variants/Facets to change: 1
33232024-09-09T17:40:30.526Z[stamp-external-dns] Logging to: /work/oxidecomputer/omicron/out/LOG
33242024-09-09T17:40:30.526ZSep 09 17:40:29.566 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+gitbe18651bc8c
33252024-09-09T17:40:30.617Z[ recovery-image] Sep 09 17:40:29.574 INFO O| Sep 09 17:40:29.574 INFO CREATE DATASET: rpool/images/build/recovery/output
33262024-09-09T17:40:30.620Z[ stamp-nexus] Logging to: /work/oxidecomputer/omicron/out/LOG
33272024-09-09T17:40:30.620ZSep 09 17:40:29.660 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+gitbe18651bc8c
33282024-09-09T17:40:30.688ZSep 09 17:40:29.729 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+gitbe18651bc8c
33292024-09-09T17:40:30.688Z[ stamp-ntp] Logging to: /work/oxidecomputer/omicron/out/LOG
33302024-09-09T17:40:30.720Z[stamp-cockroachdb] Logging to: /work/oxidecomputer/omicron/out/LOG
33312024-09-09T17:40:30.720Z[ stamp-probe] Logging to: /work/oxidecomputer/omicron/out/LOG
33322024-09-09T17:40:30.824Z[ host-image] Sep 09 17:40:29.863 INFO O| Sep 09 17:40:29.863 INFO O| Done
33332024-09-09T17:40:30.824Z[ host-image] Sep 09 17:40:29.863 INFO O| Sep 09 17:40:29.863 INFO O| Done
33342024-09-09T17:40:30.839Z[ recovery-image] Sep 09 17:40:29.880 INFO O| Sep 09 17:40:29.880 INFO temporary dataset: rpool/images/build/recovery/tmp/gimlet/ramdisk-01-os
33352024-09-09T17:40:30.845Z[ recovery-image] Sep 09 17:40:29.887 INFO O| Sep 09 17:40:29.887 INFO CREATE DATASET: rpool/images/build/recovery/tmp/gimlet/ramdisk-01-os
33362024-09-09T17:40:30.907Z[ stamp-probe] Created: /work/oxidecomputer/omicron/out/versioned/probe.tar.gz
33372024-09-09T17:40:30.929ZSep 09 17:40:29.971 INFO [stamp-probe] process exited with exit status: 0 (310.419274ms)
33382024-09-09T17:40:31.213Z[ stamp-ntp] Created: /work/oxidecomputer/omicron/out/versioned/ntp.tar.gz
33392024-09-09T17:40:31.244ZSep 09 17:40:30.285 INFO [stamp-ntp] process exited with exit status: 0 (719.000584ms)
33402024-09-09T17:40:31.335Z[ recovery-image] Sep 09 17:40:30.376 INFO O| Sep 09 17:40:30.376 INFO SET DATASET PROPERTY ON rpool/images/build/recovery/tmp/gimlet/ramdisk-01-os: sync = disabled
33412024-09-09T17:40:31.474Z[ recovery-image] Sep 09 17:40:30.515 INFO O| Sep 09 17:40:30.515 INFO temporary directory: /rpool/images/build/recovery/tmp/gimlet/ramdisk-01-os
33422024-09-09T17:40:31.476Z[ recovery-image] Sep 09 17:40:30.515 INFO O| Sep 09 17:40:30.515 INFO work dataset: rpool/images/build/recovery/work/gimlet/ramdisk
33432024-09-09T17:40:31.476Z[ recovery-image] Sep 09 17:40:30.516 INFO O| Sep 09 17:40:30.515 INFO resetting by removing work dataset: rpool/images/build/recovery/work/gimlet/ramdisk
33442024-09-09T17:40:31.476Z[ recovery-image] Sep 09 17:40:30.516 INFO O| Sep 09 17:40:30.515 INFO DESTROY DATASET: rpool/images/build/recovery/work/gimlet/ramdisk
33452024-09-09T17:40:31.486Z[ recovery-image] Sep 09 17:40:30.528 INFO O| Sep 09 17:40:30.528 INFO CREATE DATASET: rpool/images/build/recovery/work/gimlet/ramdisk
33462024-09-09T17:40:31.554Z[ host-image] Sep 09 17:40:30.595 INFO O| Sep 09 17:40:30.595 INFO O| Done
33472024-09-09T17:40:31.609Z[ host-image] Sep 09 17:40:30.650 INFO O| Sep 09 17:40:30.650 INFO O| Done
33482024-09-09T17:40:31.612Z[ host-image] Sep 09 17:40:30.651 INFO O| Sep 09 17:40:30.651 INFO O| Done
33492024-09-09T17:40:31.612Z[ host-image] Sep 09 17:40:30.651 INFO O| Sep 09 17:40:30.651 INFO O| Done
33502024-09-09T17:40:31.639Z[ host-image] Sep 09 17:40:30.680 INFO O| Sep 09 17:40:30.680 INFO O| Done
33512024-09-09T17:40:31.678Z[stamp-internal-dns] Created: /work/oxidecomputer/omicron/out/versioned/internal-dns.tar.gz
33522024-09-09T17:40:31.715Z[ host-image] Sep 09 17:40:30.756 INFO O| Sep 09 17:40:30.756 INFO STEP 8 (pkg_change_facet) COMPLETE
33532024-09-09T17:40:31.715Z[ host-image] Sep 09 17:40:30.756 INFO O| Sep 09 17:40:30.756 INFO STEP 9: pkg_change_facet, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
33542024-09-09T17:40:31.715Z[ host-image] Sep 09 17:40:30.756 INFO O| Sep 09 17:40:30.756 INFO skip step because feature "recovery" is not enabled
33552024-09-09T17:40:31.717Z[ host-image] Sep 09 17:40:30.756 INFO O| Sep 09 17:40:30.756 INFO STEP 10: pkg_change_facet, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
33562024-09-09T17:40:31.717Z[ host-image] Sep 09 17:40:30.756 INFO O| Sep 09 17:40:30.756 INFO skip step because feature "recovery" is not enabled
33572024-09-09T17:40:31.717Z[ host-image] Sep 09 17:40:30.756 INFO O| Sep 09 17:40:30.756 INFO STEP 11: pkg_install, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
33582024-09-09T17:40:31.719ZSep 09 17:40:30.761 INFO [stamp-internal-dns] process exited with exit status: 0 (1.414902963s)
33592024-09-09T17:40:31.734Z[ host-image] Sep 09 17:40:30.775 INFO O| Sep 09 17:40:30.775 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"]
33602024-09-09T17:40:31.833Z[stamp-external-dns] Created: /work/oxidecomputer/omicron/out/versioned/external-dns.tar.gz
33612024-09-09T17:40:31.836Z[ recovery-image] Sep 09 17:40:30.878 INFO O| Sep 09 17:40:30.877 INFO STEP 0: pkg_image_create, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
33622024-09-09T17:40:31.851Z[ recovery-image] Sep 09 17:40:30.892 INFO O| Sep 09 17:40:30.892 INFO exec: ["/usr/bin/pkg", "image-create", "--full", "/rpool/images/build/recovery/work/gimlet/ramdisk"]
33632024-09-09T17:40:31.905ZSep 09 17:40:30.946 INFO [stamp-external-dns] process exited with exit status: 0 (1.535060802s)
33642024-09-09T17:40:31.926Z[stamp-crucible-pantry-zone] Created: /work/oxidecomputer/omicron/out/versioned/crucible-pantry-zone.tar.gz
33652024-09-09T17:40:31.934ZSep 09 17:40:30.975 INFO [stamp-crucible-pantry-zone] process exited with exit status: 0 (1.608104914s)
33662024-09-09T17:40:31.978Z[verify-libraries] Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.80s
33672024-09-09T17:40:32.021Z[verify-libraries] Running `target/debug/xtask verify-libraries --release`
33682024-09-09T17:40:32.259Z[stamp-crucible-zone] Created: /work/oxidecomputer/omicron/out/versioned/crucible-zone.tar.gz
33692024-09-09T17:40:32.268ZSep 09 17:40:31.310 INFO [stamp-crucible-zone] process exited with exit status: 0 (1.95326619s)
33702024-09-09T17:40:32.376Z[ recovery-image] Sep 09 17:40:31.417 INFO O| Sep 09 17:40:31.417 INFO O| Caching catalogs ... Done
33712024-09-09T17:40:32.450Z[ host-image] Sep 09 17:40:31.492 INFO O| Sep 09 17:40:31.491 INFO O| Startup: Refreshing catalog 'helios-dev' ... Done
33722024-09-09T17:40:32.493Z[ recovery-image] Sep 09 17:40:31.534 INFO O| Sep 09 17:40:31.534 INFO STEP 0 (pkg_image_create) COMPLETE
33732024-09-09T17:40:32.493Z[ recovery-image] Sep 09 17:40:31.534 INFO O| Sep 09 17:40:31.534 INFO STEP 1: pkg_set_publisher, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
33742024-09-09T17:40:32.493Z[ recovery-image] Sep 09 17:40:31.534 INFO O| Sep 09 17:40:31.534 INFO skip step because feature "repo_redist" is not enabled
33752024-09-09T17:40:32.495Z[ recovery-image] Sep 09 17:40:31.534 INFO O| Sep 09 17:40:31.534 INFO STEP 2: pkg_set_publisher, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
33762024-09-09T17:40:32.509Z[ recovery-image] Sep 09 17:40:31.550 INFO O| Sep 09 17:40:31.550 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"]
33772024-09-09T17:40:32.634Z[ stamp-oximeter] Created: /work/oxidecomputer/omicron/out/versioned/oximeter.tar.gz
33782024-09-09T17:40:32.638ZSep 09 17:40:31.679 INFO [stamp-oximeter] process exited with exit status: 0 (2.279205618s)
33792024-09-09T17:40:32.960Z[ recovery-image] Sep 09 17:40:32.001 INFO O| Sep 09 17:40:32.001 INFO STEP 2 (pkg_set_publisher) COMPLETE
33802024-09-09T17:40:32.960Z[ recovery-image] Sep 09 17:40:32.001 INFO O| Sep 09 17:40:32.001 INFO STEP 3: pkg_set_publisher, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
33812024-09-09T17:40:32.975Z[ recovery-image] Sep 09 17:40:32.016 INFO O| Sep 09 17:40:32.016 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"]
33822024-09-09T17:40:33.441Z[ recovery-image] Sep 09 17:40:32.482 INFO O| Sep 09 17:40:32.482 INFO STEP 3 (pkg_set_publisher) COMPLETE
33832024-09-09T17:40:33.441Z[ recovery-image] Sep 09 17:40:32.482 INFO O| Sep 09 17:40:32.482 INFO STEP 4: pkg_set_publisher, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
33842024-09-09T17:40:33.441Z[ recovery-image] Sep 09 17:40:32.482 INFO O| Sep 09 17:40:32.482 INFO skip step because feature "repo_redist" is not enabled
33852024-09-09T17:40:33.441Z[ recovery-image] Sep 09 17:40:32.482 INFO O| Sep 09 17:40:32.482 INFO STEP 5: pkg_change_variant, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
33862024-09-09T17:40:33.952Z[ recovery-image] Sep 09 17:40:32.994 INFO O| Sep 09 17:40:32.993 INFO variant opensolaris.zone is already global
33872024-09-09T17:40:33.952Z[ recovery-image] Sep 09 17:40:32.994 INFO O| Sep 09 17:40:32.993 INFO STEP 5 (pkg_change_variant) COMPLETE
33882024-09-09T17:40:33.953Z[ recovery-image] Sep 09 17:40:32.994 INFO O| Sep 09 17:40:32.994 INFO STEP 6: pkg_change_variant, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
33892024-09-09T17:40:34.246Z[ stamp-nexus] Created: /work/oxidecomputer/omicron/out/versioned/nexus.tar.gz
33902024-09-09T17:40:34.249ZSep 09 17:40:33.291 INFO [stamp-nexus] process exited with exit status: 0 (3.791103609s)
33912024-09-09T17:40:34.319Z[ recovery-image] Sep 09 17:40:33.360 INFO O| Sep 09 17:40:33.360 INFO variant opensolaris.imagetype is full; changing to partial
33922024-09-09T17:40:34.320Z[ recovery-image] Sep 09 17:40:33.360 INFO O| Sep 09 17:40:33.360 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/recovery/work/gimlet/ramdisk", "change-variant", "opensolaris.imagetype=partial"]
33932024-09-09T17:40:36.232Z[stamp-cockroachdb] Created: /work/oxidecomputer/omicron/out/versioned/cockroachdb.tar.gz
33942024-09-09T17:40:36.237ZSep 09 17:40:35.278 INFO [stamp-cockroachdb] process exited with exit status: 0 (5.548087323s)
33952024-09-09T17:40:36.727Z[verify-libraries] Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
33962024-09-09T17:40:36.862Z[verify-libraries] Compiling polyval v0.6.2
33972024-09-09T17:40:36.864Z[verify-libraries] Compiling rfc6979 v0.4.0
33982024-09-09T17:40:36.897Z[verify-libraries] Compiling primeorder v0.13.6
33992024-09-09T17:40:36.897Z[verify-libraries] Compiling ctr v0.9.2
34002024-09-09T17:40:36.900Z[verify-libraries] Compiling ed25519 v2.2.3
34012024-09-09T17:40:36.900Z[verify-libraries] Compiling ssh-encoding v0.2.0
34022024-09-09T17:40:36.900Z[verify-libraries] Compiling blowfish v0.9.1
34032024-09-09T17:40:37.526Z[verify-libraries] Compiling ecdsa v0.16.9
34042024-09-09T17:40:37.526Z[verify-libraries] Compiling ghash v0.5.1
34052024-09-09T17:40:37.553Z[verify-libraries] Compiling ed25519-dalek v2.1.1
34062024-09-09T17:40:37.715Z[verify-libraries] Compiling bcrypt-pbkdf v0.10.0
34072024-09-09T17:40:38.123Z[verify-libraries] Compiling aes-gcm v0.10.3
34082024-09-09T17:40:38.188Z[verify-libraries] Compiling password-hash v0.4.2
34092024-09-09T17:40:38.372Z[verify-libraries] Compiling matches v0.1.10
34102024-09-09T17:40:38.573Z[verify-libraries] Compiling ssh-cipher v0.2.0
34112024-09-09T17:40:38.627Z[verify-libraries] Compiling idna v0.2.3
34122024-09-09T17:40:38.879Z[verify-libraries] Compiling p256 v0.13.2
34132024-09-09T17:40:39.118Z[verify-libraries] Compiling ssh-key v0.6.6
34142024-09-09T17:40:39.200Z[verify-libraries] Compiling pbkdf2 v0.11.0
34152024-09-09T17:40:39.299Z[verify-libraries] Compiling p521 v0.13.3
34162024-09-09T17:40:39.912Z[verify-libraries] Compiling p384 v0.13.0
34172024-09-09T17:40:40.235Z[ recovery-image] Sep 09 17:40:39.275 INFO O| Sep 09 17:40:39.275 INFO O| Startup: Refreshing catalog 'helios-dev' ... Done
34182024-09-09T17:40:40.519Z[stamp-clickhouse_keeper] Created: /work/oxidecomputer/omicron/out/versioned/clickhouse_keeper.tar.gz
34192024-09-09T17:40:40.534ZSep 09 17:40:39.574 INFO [stamp-clickhouse_keeper] process exited with exit status: 0 (10.195434159s)
34202024-09-09T17:40:40.955Z[stamp-clickhouse] Created: /work/oxidecomputer/omicron/out/versioned/clickhouse.tar.gz
34212024-09-09T17:40:40.958Z[verify-libraries] Compiling enum-as-inner v0.5.1
34222024-09-09T17:40:41.093ZSep 09 17:40:40.134 INFO [stamp-clickhouse] process exited with exit status: 0 (10.743643974s)
34232024-09-09T17:40:41.093ZSep 09 17:40:40.134 INFO [tuf-stamp] task succeeded (10.788537544s)
34242024-09-09T17:40:42.001Z[verify-libraries] Compiling russh-cryptovec v0.7.2
34252024-09-09T17:40:42.389Z[verify-libraries] Compiling md5 v0.7.0
34262024-09-09T17:40:42.498Z[verify-libraries] Compiling trust-dns-proto v0.22.0
34272024-09-09T17:40:42.906Z[verify-libraries] Compiling russh-keys v0.45.0
34282024-09-09T17:40:43.075Z[verify-libraries] Compiling num-bigint v0.4.5
34292024-09-09T17:40:43.479Z[verify-libraries] Compiling des v0.8.1
34302024-09-09T17:40:44.217Z[verify-libraries] Compiling hex-literal v0.4.1
34312024-09-09T17:40:44.523Z[verify-libraries] Compiling dhcproto-macros v0.1.0
34322024-09-09T17:40:45.556Z[ recovery-image] Sep 09 17:40:44.596 INFO O| Sep 09 17:40:44.595 INFO O| Startup: Caching catalogs ... Done
34332024-09-09T17:40:45.629Z[ recovery-image] Sep 09 17:40:44.668 INFO O| Sep 09 17:40:44.668 INFO O| Planning: Planning completed in 0.00 seconds
34342024-09-09T17:40:45.632Z[ recovery-image] Sep 09 17:40:44.669 INFO O| Sep 09 17:40:44.669 INFO O| Planning: Consolidating action changes ... Done
34352024-09-09T17:40:45.632Z[ recovery-image] Sep 09 17:40:44.669 INFO O| Sep 09 17:40:44.669 INFO O| Planning: Evaluating mediators ... Done
34362024-09-09T17:40:45.632Z[ recovery-image] Sep 09 17:40:44.670 INFO O| Sep 09 17:40:44.670 INFO O| Planning: Planning completed in 0.00 seconds
34372024-09-09T17:40:45.632Z[ recovery-image] Sep 09 17:40:44.670 INFO O| Sep 09 17:40:44.670 INFO O| Variants/Facets to change: 1
34382024-09-09T17:40:45.717Z[verify-libraries] Compiling oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client)
34392024-09-09T17:40:45.722Z[ recovery-image] Sep 09 17:40:44.761 INFO O| Sep 09 17:40:44.761 INFO O| Done
34402024-09-09T17:40:45.722Z[ recovery-image] Sep 09 17:40:44.761 INFO O| Sep 09 17:40:44.761 INFO O| Done
34412024-09-09T17:40:46.332Z[ recovery-image] Sep 09 17:40:45.371 INFO O| Sep 09 17:40:45.371 INFO O| Done
34422024-09-09T17:40:46.394Z[ recovery-image] Sep 09 17:40:45.433 INFO O| Sep 09 17:40:45.433 INFO O| Done
34432024-09-09T17:40:46.396Z[ recovery-image] Sep 09 17:40:45.435 INFO O| Sep 09 17:40:45.435 INFO O| Done
34442024-09-09T17:40:46.396Z[ recovery-image] Sep 09 17:40:45.435 INFO O| Sep 09 17:40:45.435 INFO O| Done
34452024-09-09T17:40:46.399Z[ recovery-image] Sep 09 17:40:45.437 INFO O| Sep 09 17:40:45.437 INFO O| Done
34462024-09-09T17:40:46.944Z[ recovery-image] Sep 09 17:40:45.984 INFO O| Sep 09 17:40:45.984 INFO STEP 6 (pkg_change_variant) COMPLETE
34472024-09-09T17:40:46.944Z[ recovery-image] Sep 09 17:40:45.984 INFO O| Sep 09 17:40:45.984 INFO STEP 7: pkg_change_variant, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
34482024-09-09T17:40:46.947Z[ recovery-image] Sep 09 17:40:45.984 INFO O| Sep 09 17:40:45.984 INFO skip step because feature "debug_variant" is not enabled
34492024-09-09T17:40:46.947Z[ recovery-image] Sep 09 17:40:45.984 INFO O| Sep 09 17:40:45.984 INFO STEP 8: pkg_change_facet, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
34502024-09-09T17:40:47.609Z[verify-libraries] Compiling russh v0.45.0
34512024-09-09T17:40:47.670Z[ recovery-image] Sep 09 17:40:46.709 INFO O| Sep 09 17:40:46.709 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/recovery/work/gimlet/ramdisk", "change-facet", "openssl.10=false"]
34522024-09-09T17:40:48.674Z[ recovery-image] Sep 09 17:40:47.714 INFO O| Sep 09 17:40:47.714 INFO O| Startup: Refreshing catalog 'helios-dev' ... Done
34532024-09-09T17:40:48.677Z[ recovery-image] Sep 09 17:40:47.716 INFO O| Sep 09 17:40:47.716 INFO O| Planning: Planning completed in 0.00 seconds
34542024-09-09T17:40:48.679Z[ recovery-image] Sep 09 17:40:47.717 INFO O| Sep 09 17:40:47.717 INFO O| Planning: Consolidating action changes ... Done
34552024-09-09T17:40:48.679Z[ recovery-image] Sep 09 17:40:47.717 INFO O| Sep 09 17:40:47.717 INFO O| Planning: Evaluating mediators ... Done
34562024-09-09T17:40:48.680Z[ recovery-image] Sep 09 17:40:47.717 INFO O| Sep 09 17:40:47.717 INFO O| Planning: Planning completed in 0.00 seconds
34572024-09-09T17:40:48.680Z[ recovery-image] Sep 09 17:40:47.718 INFO O| Sep 09 17:40:47.718 INFO O| Variants/Facets to change: 1
34582024-09-09T17:40:48.716Z[ recovery-image] Sep 09 17:40:47.756 INFO O| Sep 09 17:40:47.755 INFO O| Done
34592024-09-09T17:40:48.716Z[ recovery-image] Sep 09 17:40:47.756 INFO O| Sep 09 17:40:47.756 INFO O| Done
34602024-09-09T17:40:49.313Z[ recovery-image] Sep 09 17:40:48.351 INFO O| Sep 09 17:40:48.351 INFO O| Done
34612024-09-09T17:40:49.389Z[ recovery-image] Sep 09 17:40:48.428 INFO O| Sep 09 17:40:48.428 INFO O| Done
34622024-09-09T17:40:49.392Z[ recovery-image] Sep 09 17:40:48.429 INFO O| Sep 09 17:40:48.429 INFO O| Done
34632024-09-09T17:40:49.392Z[ recovery-image] Sep 09 17:40:48.429 INFO O| Sep 09 17:40:48.429 INFO O| Done
34642024-09-09T17:40:49.392Z[ recovery-image] Sep 09 17:40:48.431 INFO O| Sep 09 17:40:48.431 INFO O| Done
34652024-09-09T17:40:49.502Z[ recovery-image] Sep 09 17:40:48.541 INFO O| Sep 09 17:40:48.541 INFO STEP 8 (pkg_change_facet) COMPLETE
34662024-09-09T17:40:49.502Z[ recovery-image] Sep 09 17:40:48.541 INFO O| Sep 09 17:40:48.541 INFO STEP 9: pkg_change_facet, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
34672024-09-09T17:40:50.165Z[ recovery-image] Sep 09 17:40:49.204 INFO O| Sep 09 17:40:49.204 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/recovery/work/gimlet/ramdisk", "change-facet", "doc=false"]
34682024-09-09T17:40:51.276Z[ recovery-image] Sep 09 17:40:50.315 INFO O| Sep 09 17:40:50.314 INFO O| Startup: Refreshing catalog 'helios-dev' ... Done
34692024-09-09T17:40:51.278Z[ recovery-image] Sep 09 17:40:50.316 INFO O| Sep 09 17:40:50.316 INFO O| Planning: Planning completed in 0.00 seconds
34702024-09-09T17:40:51.278Z[ recovery-image] Sep 09 17:40:50.317 INFO O| Sep 09 17:40:50.317 INFO O| Planning: Consolidating action changes ... Done
34712024-09-09T17:40:51.278Z[ recovery-image] Sep 09 17:40:50.317 INFO O| Sep 09 17:40:50.317 INFO O| Planning: Evaluating mediators ... Done
34722024-09-09T17:40:51.281Z[ recovery-image] Sep 09 17:40:50.318 INFO O| Sep 09 17:40:50.318 INFO O| Planning: Planning completed in 0.00 seconds
34732024-09-09T17:40:51.281Z[ recovery-image] Sep 09 17:40:50.318 INFO O| Sep 09 17:40:50.318 INFO O| Variants/Facets to change: 1
34742024-09-09T17:40:51.373Z[ recovery-image] Sep 09 17:40:50.412 INFO O| Sep 09 17:40:50.412 INFO O| Done
34752024-09-09T17:40:51.373Z[ recovery-image] Sep 09 17:40:50.412 INFO O| Sep 09 17:40:50.412 INFO O| Done
34762024-09-09T17:40:52.077Z[ recovery-image] Sep 09 17:40:51.116 INFO O| Sep 09 17:40:51.116 INFO O| Done
34772024-09-09T17:40:52.079Z[verify-libraries] Compiling dhcproto v0.12.0
34782024-09-09T17:40:52.150Z[ recovery-image] Sep 09 17:40:51.188 INFO O| Sep 09 17:40:51.188 INFO O| Done
34792024-09-09T17:40:52.152Z[ recovery-image] Sep 09 17:40:51.189 INFO O| Sep 09 17:40:51.189 INFO O| Done
34802024-09-09T17:40:52.152Z[ recovery-image] Sep 09 17:40:51.190 INFO O| Sep 09 17:40:51.189 INFO O| Done
34812024-09-09T17:40:52.154Z[ recovery-image] Sep 09 17:40:51.191 INFO O| Sep 09 17:40:51.191 INFO O| Done
34822024-09-09T17:40:52.289Z[ recovery-image] Sep 09 17:40:51.328 INFO O| Sep 09 17:40:51.328 INFO STEP 9 (pkg_change_facet) COMPLETE
34832024-09-09T17:40:52.289Z[ recovery-image] Sep 09 17:40:51.328 INFO O| Sep 09 17:40:51.328 INFO STEP 10: pkg_change_facet, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
34842024-09-09T17:40:52.981Z[ recovery-image] Sep 09 17:40:52.019 INFO O| Sep 09 17:40:52.019 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/recovery/work/gimlet/ramdisk", "change-facet", "doc.man=false"]
34852024-09-09T17:40:53.901Z[ recovery-image] Sep 09 17:40:52.939 INFO O| Sep 09 17:40:52.939 INFO O| Startup: Refreshing catalog 'helios-dev' ... Done
34862024-09-09T17:40:53.904Z[ recovery-image] Sep 09 17:40:52.942 INFO O| Sep 09 17:40:52.942 INFO O| Planning: Planning completed in 0.00 seconds
34872024-09-09T17:40:53.906Z[ recovery-image] Sep 09 17:40:52.943 INFO O| Sep 09 17:40:52.943 INFO O| Planning: Consolidating action changes ... Done
34882024-09-09T17:40:53.906Z[ recovery-image] Sep 09 17:40:52.943 INFO O| Sep 09 17:40:52.943 INFO O| Planning: Evaluating mediators ... Done
34892024-09-09T17:40:53.906Z[ recovery-image] Sep 09 17:40:52.943 INFO O| Sep 09 17:40:52.943 INFO O| Planning: Planning completed in 0.00 seconds
34902024-09-09T17:40:53.906Z[ recovery-image] Sep 09 17:40:52.944 INFO O| Sep 09 17:40:52.944 INFO O| Variants/Facets to change: 1
34912024-09-09T17:40:53.986Z[ recovery-image] Sep 09 17:40:53.024 INFO O| Sep 09 17:40:53.024 INFO O| Done
34922024-09-09T17:40:53.986Z[ recovery-image] Sep 09 17:40:53.024 INFO O| Sep 09 17:40:53.024 INFO O| Done
34932024-09-09T17:40:54.357Z[verify-libraries] Compiling ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9)
34942024-09-09T17:40:54.575Z[ recovery-image] Sep 09 17:40:53.613 INFO O| Sep 09 17:40:53.613 INFO O| Done
34952024-09-09T17:40:54.632Z[ recovery-image] Sep 09 17:40:53.671 INFO O| Sep 09 17:40:53.671 INFO O| Done
34962024-09-09T17:40:54.635Z[ recovery-image] Sep 09 17:40:53.672 INFO O| Sep 09 17:40:53.672 INFO O| Done
34972024-09-09T17:40:54.635Z[ recovery-image] Sep 09 17:40:53.672 INFO O| Sep 09 17:40:53.672 INFO O| Done
34982024-09-09T17:40:54.637Z[ recovery-image] Sep 09 17:40:53.674 INFO O| Sep 09 17:40:53.674 INFO O| Done
34992024-09-09T17:40:54.740Z[ recovery-image] Sep 09 17:40:53.778 INFO O| Sep 09 17:40:53.778 INFO STEP 10 (pkg_change_facet) COMPLETE
35002024-09-09T17:40:54.740Z[ recovery-image] Sep 09 17:40:53.778 INFO O| Sep 09 17:40:53.778 INFO STEP 11: pkg_install, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
35012024-09-09T17:40:54.759Z[ recovery-image] Sep 09 17:40:53.798 INFO O| Sep 09 17:40:53.798 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"]
35022024-09-09T17:40:55.315Z[verify-libraries] Compiling internet-checksum v0.2.1
35032024-09-09T17:40:55.653Z[verify-libraries] Compiling heck v0.4.1
35042024-09-09T17:40:55.790Z[ recovery-image] Sep 09 17:40:54.828 INFO O| Sep 09 17:40:54.828 INFO O| Startup: Refreshing catalog 'helios-dev' ... Done
35052024-09-09T17:40:57.351Z[verify-libraries] Compiling openapi-lint v0.4.0 (https://github.com/oxidecomputer/openapi-lint?branch=main#ef442ee4)
35062024-09-09T17:41:02.122Z[verify-libraries] Compiling wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg)
35072024-09-09T17:41:03.349Z[ host-image] Sep 09 17:41:02.386 INFO O| Sep 09 17:41:02.386 INFO O| Planning: Solver setup ... Done
35082024-09-09T17:41:04.124Z[verify-libraries] Compiling reconfigurator-cli v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-cli)
35092024-09-09T17:41:04.659Z[verify-libraries] Compiling db-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/db-dev)
35102024-09-09T17:41:05.339Z[verify-libraries] Compiling ch-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ch-dev)
35112024-09-09T17:41:05.771Z[verify-libraries] Compiling omicron-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev)
35122024-09-09T17:41:05.915Z[verify-libraries] Compiling indent_write v2.2.0
35132024-09-09T17:41:06.267Z[verify-libraries] Compiling openapi-manager v0.1.0 (/work/oxidecomputer/omicron/dev-tools/openapi-manager)
35142024-09-09T17:41:06.322Z[verify-libraries] Compiling zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup)
35152024-09-09T17:41:06.726Z[verify-libraries] Compiling nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils)
35162024-09-09T17:41:07.768Z[verify-libraries] Compiling tufaceous v0.1.0 (/work/oxidecomputer/omicron/tufaceous)
35172024-09-09T17:41:09.359Z[verify-libraries] Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
35182024-09-09T17:41:15.949Z[verify-libraries] Compiling termios v0.3.3
35192024-09-09T17:41:16.478Z[verify-libraries] Compiling gateway-cli v0.1.0 (/work/oxidecomputer/omicron/gateway-cli)
35202024-09-09T17:41:29.546Z[ host-image] Sep 09 17:41:28.580 INFO O| Sep 09 17:41:28.580 INFO O| Planning: Running solver ... Done
35212024-09-09T17:41:29.897Z[ host-image] Sep 09 17:41:28.931 INFO O| Sep 09 17:41:28.931 INFO O| Planning: Finding local manifests ... Done
35222024-09-09T17:41:29.928Z[ host-image] Sep 09 17:41:28.963 INFO O| Sep 09 17:41:28.963 INFO O| Planning: Fetching manifests: 0/124 0% complete
35232024-09-09T17:41:30.423Z[ recovery-image] Sep 09 17:41:29.458 INFO O| Sep 09 17:41:29.458 INFO O| Planning: Solver setup ... Done
35242024-09-09T17:41:35.104Z[ host-image] Sep 09 17:41:34.138 INFO O| Sep 09 17:41:34.138 INFO O| Planning: Fetching manifests: 124/124 100% complete
35252024-09-09T17:41:36.636Z[ host-image] Sep 09 17:41:35.670 INFO O| Sep 09 17:41:35.670 INFO O| Planning: Package planning ... Done
35262024-09-09T17:41:38.489Z[ host-image] Sep 09 17:41:37.523 INFO O| Sep 09 17:41:37.522 INFO O| Planning: Merging actions ... Done
35272024-09-09T17:41:38.890Z[ host-image] Sep 09 17:41:37.923 INFO O| Sep 09 17:41:37.923 INFO O| Planning: Checking for conflicting actions ... Done
35282024-09-09T17:41:39.174Z[ host-image] Sep 09 17:41:38.207 INFO O| Sep 09 17:41:38.207 INFO O| Planning: Consolidating action changes ... Done
35292024-09-09T17:41:39.645Z[ host-image] Sep 09 17:41:38.678 INFO O| Sep 09 17:41:38.678 INFO O| Planning: Evaluating mediators ... Done
35302024-09-09T17:41:40.655Z[verify-libraries] Compiling end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests)
35312024-09-09T17:41:46.271Z[ host-image] Sep 09 17:41:45.304 INFO O| Sep 09 17:41:45.304 INFO O| Planning: Planning completed in 73.81 seconds
35322024-09-09T17:41:46.279Z[ host-image] Sep 09 17:41:45.311 INFO O| Sep 09 17:41:45.311 INFO O| Packages to install: 124
35332024-09-09T17:41:46.281Z[ host-image] Sep 09 17:41:45.311 INFO O| Sep 09 17:41:45.311 INFO O| Mediators to change: 4
35342024-09-09T17:41:46.281Z[ host-image] Sep 09 17:41:45.311 INFO O| Sep 09 17:41:45.311 INFO O| Services to change: 6
35352024-09-09T17:41:46.398Z[ host-image] Sep 09 17:41:45.430 INFO O| Sep 09 17:41:45.430 INFO O| Download: 0/22728 items 0.0/196.4MB 0% complete
35362024-09-09T17:41:51.412Z[ host-image] Sep 09 17:41:50.444 INFO O| Sep 09 17:41:50.444 INFO O| Download: 1170/22728 items 6.9/196.4MB 3% complete (1.4M/s)
35372024-09-09T17:41:56.541Z[ host-image] Sep 09 17:41:55.572 INFO O| Sep 09 17:41:55.572 INFO O| Download: 1793/22728 items 12.9/196.4MB 6% complete (1.3M/s)
35382024-09-09T17:41:56.621Z[ recovery-image] Sep 09 17:41:55.652 INFO O| Sep 09 17:41:55.652 INFO O| Planning: Running solver ... Done
35392024-09-09T17:41:56.930Z[ recovery-image] Sep 09 17:41:55.961 INFO O| Sep 09 17:41:55.961 INFO O| Planning: Finding local manifests ... Done
35402024-09-09T17:41:56.948Z[ recovery-image] Sep 09 17:41:55.979 INFO O| Sep 09 17:41:55.979 INFO O| Planning: Fetching manifests: 0/124 0% complete
35412024-09-09T17:42:01.562Z[ host-image] Sep 09 17:42:00.593 INFO O| Sep 09 17:42:00.592 INFO O| Download: 2227/22728 items 24.4/196.4MB 12% complete (1.8M/s)
35422024-09-09T17:42:02.065Z[ recovery-image] Sep 09 17:42:01.096 INFO O| Sep 09 17:42:01.096 INFO O| Planning: Fetching manifests: 124/124 100% complete
35432024-09-09T17:42:03.182Z[ recovery-image] Sep 09 17:42:02.213 INFO O| Sep 09 17:42:02.213 INFO O| Planning: Package planning ... Done
35442024-09-09T17:42:03.933Z[ recovery-image] Sep 09 17:42:02.963 INFO O| Sep 09 17:42:02.963 INFO O| Planning: Merging actions ... Done
35452024-09-09T17:42:04.302Z[ recovery-image] Sep 09 17:42:03.332 INFO O| Sep 09 17:42:03.332 INFO O| Planning: Checking for conflicting actions ... Done
35462024-09-09T17:42:04.450Z[ recovery-image] Sep 09 17:42:03.481 INFO O| Sep 09 17:42:03.481 INFO O| Planning: Consolidating action changes ... Done
35472024-09-09T17:42:04.787Z[ recovery-image] Sep 09 17:42:03.817 INFO O| Sep 09 17:42:03.817 INFO O| Planning: Evaluating mediators ... Done
35482024-09-09T17:42:06.568Z[ host-image] Sep 09 17:42:05.598 INFO O| Sep 09 17:42:05.598 INFO O| Download: 3157/22728 items 33.9/196.4MB 17% complete (2.1M/s)
35492024-09-09T17:42:10.953Z[ recovery-image] Sep 09 17:42:09.982 INFO O| Sep 09 17:42:09.982 INFO O| Planning: Planning completed in 75.15 seconds
35502024-09-09T17:42:10.961Z[ recovery-image] Sep 09 17:42:09.990 INFO O| Sep 09 17:42:09.990 INFO O| Packages to install: 124
35512024-09-09T17:42:10.963Z[ recovery-image] Sep 09 17:42:09.991 INFO O| Sep 09 17:42:09.990 INFO O| Mediators to change: 4
35522024-09-09T17:42:10.963Z[ recovery-image] Sep 09 17:42:09.991 INFO O| Sep 09 17:42:09.990 INFO O| Services to change: 5
35532024-09-09T17:42:11.039Z[ recovery-image] Sep 09 17:42:10.068 INFO O| Sep 09 17:42:10.068 INFO O| Download: 0/15831 items 0.0/173.2MB 0% complete
35542024-09-09T17:42:11.569Z[ host-image] Sep 09 17:42:10.598 INFO O| Sep 09 17:42:10.598 INFO O| Download: 4360/22728 items 41.0/196.4MB 20% complete (1.7M/s)
35552024-09-09T17:42:16.178Z[ recovery-image] Sep 09 17:42:15.207 INFO O| Sep 09 17:42:15.207 INFO O| Download: 1057/15831 items 7.9/173.2MB 4% complete (1.7M/s)
35562024-09-09T17:42:16.751Z[ host-image] Sep 09 17:42:15.779 INFO O| Sep 09 17:42:15.779 INFO O| Download: 4629/22728 items 42.9/196.4MB 21% complete (924k/s)
35572024-09-09T17:42:21.489Z[ recovery-image] Sep 09 17:42:20.517 INFO O| Sep 09 17:42:20.517 INFO O| Download: 1322/15831 items 20.2/173.2MB 11% complete (2.1M/s)
35582024-09-09T17:42:21.755Z[ host-image] Sep 09 17:42:20.784 INFO O| Sep 09 17:42:20.783 INFO O| Download: 5123/22728 items 45.9/196.4MB 23% complete (495k/s)
35592024-09-09T17:42:24.650Z[verify-libraries] Compiling mgs-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/mgs-dev)
35602024-09-09T17:42:26.756Z[ host-image] Sep 09 17:42:25.784 INFO O| Sep 09 17:42:25.784 INFO O| Download: 6363/22728 items 46.6/196.4MB 23% complete (383k/s)
35612024-09-09T17:42:27.261Z[ recovery-image] Sep 09 17:42:26.288 INFO O| Sep 09 17:42:26.288 INFO O| Download: 1509/15831 items 21.9/173.2MB 12% complete (1.5M/s)
35622024-09-09T17:42:32.220Z[ host-image] Sep 09 17:42:31.247 INFO O| Sep 09 17:42:31.247 INFO O| Download: 6854/22728 items 49.0/196.4MB 24% complete (406k/s)
35632024-09-09T17:42:32.342Z[ recovery-image] Sep 09 17:42:31.369 INFO O| Sep 09 17:42:31.369 INFO O| Download: 2475/15831 items 31.4/173.2MB 18% complete (1.0M/s)
35642024-09-09T17:42:33.348Z[verify-libraries] Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
35652024-09-09T17:42:33.831Z[verify-libraries] Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
35662024-09-09T17:42:37.232Z[ host-image] Sep 09 17:42:36.258 INFO O| Sep 09 17:42:36.258 INFO O| Download: 7600/22728 items 58.4/196.4MB 29% complete (1.2M/s)
35672024-09-09T17:42:37.367Z[ recovery-image] Sep 09 17:42:36.393 INFO O| Sep 09 17:42:36.393 INFO O| Download: 3421/15831 items 38.1/173.2MB 22% complete (1.6M/s)
35682024-09-09T17:42:42.379Z[ recovery-image] Sep 09 17:42:41.405 INFO O| Sep 09 17:42:41.405 INFO O| Download: 3987/15831 items 42.5/173.2MB 24% complete (1.1M/s)
35692024-09-09T17:42:42.453Z[ host-image] Sep 09 17:42:41.479 INFO O| Sep 09 17:42:41.479 INFO O| Download: 8278/22728 items 66.7/196.4MB 33% complete (1.7M/s)
35702024-09-09T17:42:47.399Z[ recovery-image] Sep 09 17:42:46.424 INFO O| Sep 09 17:42:46.424 INFO O| Download: 5202/15831 items 43.2/173.2MB 24% complete (521k/s)
35712024-09-09T17:42:47.454Z[ host-image] Sep 09 17:42:46.479 INFO O| Sep 09 17:42:46.479 INFO O| Download: 8701/22728 items 71.1/196.4MB 36% complete (1.2M/s)
35722024-09-09T17:42:52.414Z[ recovery-image] Sep 09 17:42:51.438 INFO O| Sep 09 17:42:51.438 INFO O| Download: 5749/15831 items 46.9/173.2MB 27% complete (426k/s)
35732024-09-09T17:42:52.478Z[ host-image] Sep 09 17:42:51.502 INFO O| Sep 09 17:42:51.502 INFO O| Download: 9482/22728 items 82.9/196.4MB 42% complete (1.6M/s)
35742024-09-09T17:42:57.501Z[ host-image] Sep 09 17:42:56.525 INFO O| Sep 09 17:42:56.525 INFO O| Download: 10487/22728 items 88.4/196.4MB 44% complete (1.7M/s)
35752024-09-09T17:42:57.532Z[ recovery-image] Sep 09 17:42:56.556 INFO O| Sep 09 17:42:56.555 INFO O| Download: 6113/15831 items 58.8/173.2MB 33% complete (1.4M/s)
35762024-09-09T17:43:02.544Z[ recovery-image] Sep 09 17:43:01.568 INFO O| Sep 09 17:43:01.568 INFO O| Download: 6710/15831 items 64.7/173.2MB 37% complete (1.5M/s)
35772024-09-09T17:43:06.481Z[ host-image] Sep 09 17:43:05.504 INFO O| Sep 09 17:43:05.504 INFO O| Download: 11090/22728 items 92.0/196.4MB 46% complete (1.0M/s)
35782024-09-09T17:43:06.721Z[verify-libraries] Compiling crdb-seed v0.1.0 (/work/oxidecomputer/omicron/dev-tools/crdb-seed)
35792024-09-09T17:43:07.585Z[ recovery-image] Sep 09 17:43:06.608 INFO O| Sep 09 17:43:06.570 INFO O| Download: 7631/15831 items 73.7/173.2MB 42% complete (1.7M/s)
35802024-09-09T17:43:07.972Z[verify-libraries] Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
35812024-09-09T17:43:11.489Z[ host-image] Sep 09 17:43:10.512 INFO O| Sep 09 17:43:10.512 INFO O| Download: 11759/22728 items 96.4/196.4MB 49% complete (475k/s)
35822024-09-09T17:43:12.699Z[ recovery-image] Sep 09 17:43:11.721 INFO O| Sep 09 17:43:11.713 INFO O| Download: 7964/15831 items 78.8/173.2MB 45% complete (1.4M/s)
35832024-09-09T17:43:13.039Z[verify-libraries] Compiling cert-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/cert-dev)
35842024-09-09T17:43:15.258Z[verify-libraries] Compiling oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
35852024-09-09T17:43:16.500Z[ host-image] Sep 09 17:43:15.522 INFO O| Sep 09 17:43:15.522 INFO O| Download: 12195/22728 items 108.7/196.4MB 55% complete (1.7M/s)
35862024-09-09T17:43:17.691Z[ recovery-image] Sep 09 17:43:16.713 INFO O| Sep 09 17:43:16.713 INFO O| Download: 8779/15831 items 90.6/173.2MB 52% complete (1.6M/s)
35872024-09-09T17:43:21.501Z[ host-image] Sep 09 17:43:20.522 INFO O| Sep 09 17:43:20.522 INFO O| Download: 13271/22728 items 109.9/196.4MB 55% complete (1.4M/s)
35882024-09-09T17:43:22.692Z[ recovery-image] Sep 09 17:43:21.713 INFO O| Sep 09 17:43:21.713 INFO O| Download: 9311/15831 items 92.8/173.2MB 53% complete (1.4M/s)
35892024-09-09T17:43:27.220Z[ host-image] Sep 09 17:43:26.240 INFO O| Sep 09 17:43:26.240 INFO O| Download: 13895/22728 items 110.2/196.4MB 56% complete (252k/s)
35902024-09-09T17:43:27.697Z[ recovery-image] Sep 09 17:43:26.716 INFO O| Sep 09 17:43:26.716 INFO O| Download: 10020/15831 items 93.2/173.2MB 53% complete (325k/s)
35912024-09-09T17:43:33.001Z[ recovery-image] Sep 09 17:43:32.020 INFO O| Sep 09 17:43:32.020 INFO O| Download: 11039/15831 items 95.1/173.2MB 54% complete (216k/s)
35922024-09-09T17:43:33.928Z[ host-image] Sep 09 17:43:32.947 INFO O| Sep 09 17:43:32.947 INFO O| Download: 14262/22728 items 110.6/196.4MB 56% complete (89.1k/s)
35932024-09-09T17:43:38.002Z[ recovery-image] Sep 09 17:43:37.021 INFO O| Sep 09 17:43:37.021 INFO O| Download: 11732/15831 items 118.7/173.2MB 68% complete (2.5M/s)
35942024-09-09T17:43:38.950Z[ host-image] Sep 09 17:43:37.969 INFO O| Sep 09 17:43:37.968 INFO O| Download: 14965/22728 items 119.7/196.4MB 60% complete (950k/s)
35952024-09-09T17:43:43.107Z[ recovery-image] Sep 09 17:43:42.125 INFO O| Sep 09 17:43:42.125 INFO O| Download: 12020/15831 items 137.2/173.2MB 79% complete (4.3M/s)
35962024-09-09T17:43:48.108Z[ recovery-image] Sep 09 17:43:47.126 INFO O| Sep 09 17:43:47.126 INFO O| Download: 13860/15831 items 144.9/173.2MB 83% complete (2.6M/s)
35972024-09-09T17:43:48.294Z[ host-image] Sep 09 17:43:47.312 INFO O| Sep 09 17:43:47.312 INFO O| Download: 15713/22728 items 125.9/196.4MB 64% complete (1.8M/s)
35982024-09-09T17:43:53.322Z[ host-image] Sep 09 17:43:52.339 INFO O| Sep 09 17:43:52.339 INFO O| Download: 16523/22728 items 132.7/196.4MB 67% complete (691k/s)
35992024-09-09T17:43:53.795Z[ recovery-image] Sep 09 17:43:52.812 INFO O| Sep 09 17:43:52.812 INFO O| Download: 14654/15831 items 147.6/173.2MB 85% complete (1.1M/s)
36002024-09-09T17:43:58.336Z[ host-image] Sep 09 17:43:57.353 INFO O| Sep 09 17:43:57.353 INFO O| Download: 17462/22728 items 146.5/196.4MB 74% complete (2.1M/s)
36012024-09-09T17:43:58.812Z[ recovery-image] Sep 09 17:43:57.829 INFO O| Sep 09 17:43:57.829 INFO O| Download: 15167/15831 items 155.0/173.2MB 89% complete (1002k/s)
36022024-09-09T17:44:03.356Z[ host-image] Sep 09 17:44:02.372 INFO O| Sep 09 17:44:02.372 INFO O| Download: 18435/22728 items 161.9/196.4MB 82% complete (2.9M/s)
36032024-09-09T17:44:03.818Z[ recovery-image] Sep 09 17:44:02.834 INFO O| Sep 09 17:44:02.834 INFO O| Download: 15561/15831 items 166.2/173.2MB 95% complete (1.9M/s)
36042024-09-09T17:44:08.371Z[ host-image] Sep 09 17:44:07.386 INFO O| Sep 09 17:44:07.386 INFO O| Download: 19700/22728 items 166.4/196.4MB 84% complete (2.0M/s)
36052024-09-09T17:44:09.069Z[ recovery-image] Sep 09 17:44:08.084 INFO O| Sep 09 17:44:08.084 INFO O| Download: 15806/15831 items 172.0/173.2MB 99% complete (1.9M/s)
36062024-09-09T17:44:09.545Z[ recovery-image] Sep 09 17:44:08.560 INFO O| Sep 09 17:44:08.560 INFO O| Download: Completed 173.20 MB in 118.49 seconds (1.5M/s)
36072024-09-09T17:44:10.577Z[ recovery-image] Sep 09 17:44:09.592 INFO O| Sep 09 17:44:09.592 INFO O| Actions: 1/24965 actions (Installing new actions)
36082024-09-09T17:44:13.458Z[ host-image] Sep 09 17:44:12.473 INFO O| Sep 09 17:44:12.473 INFO O| Download: 20612/22728 items 169.8/196.4MB 86% complete (842k/s)
36092024-09-09T17:44:15.578Z[ recovery-image] Sep 09 17:44:14.593 INFO O| Sep 09 17:44:14.593 INFO O| Actions: 8784/24965 actions (Installing new actions)
36102024-09-09T17:44:18.479Z[ host-image] Sep 09 17:44:17.494 INFO O| Sep 09 17:44:17.493 INFO O| Download: 21310/22728 items 177.2/196.4MB 90% complete (1.1M/s)
36112024-09-09T17:44:20.579Z[ recovery-image] Sep 09 17:44:19.593 INFO O| Sep 09 17:44:19.593 INFO O| Actions: 15772/24965 actions (Installing new actions)
36122024-09-09T17:44:23.500Z[ host-image] Sep 09 17:44:22.513 INFO O| Sep 09 17:44:22.513 INFO O| Download: 22017/22728 items 189.8/196.4MB 96% complete (2.0M/s)
36132024-09-09T17:44:25.593Z[ recovery-image] Sep 09 17:44:24.606 INFO O| Sep 09 17:44:24.606 INFO O| Actions: 24520/24965 actions (Installing new actions)
36142024-09-09T17:44:27.103Z[ host-image] Sep 09 17:44:26.116 INFO O| Sep 09 17:44:26.116 INFO O| Download: Completed 196.43 MB in 160.69 seconds (1.2M/s)
36152024-09-09T17:44:27.864Z[ recovery-image] Sep 09 17:44:26.877 INFO O| Sep 09 17:44:26.877 INFO O| Actions: Completed 24965 actions in 17.28 seconds.
36162024-09-09T17:44:28.346Z[ recovery-image] Sep 09 17:44:27.359 INFO O| Sep 09 17:44:27.359 INFO O| Done
36172024-09-09T17:44:28.350Z[ recovery-image] Sep 09 17:44:27.359 INFO O| Sep 09 17:44:27.359 INFO O| Done
36182024-09-09T17:44:28.975Z[ host-image] Sep 09 17:44:27.988 INFO O| Sep 09 17:44:27.987 INFO O| Actions: 1/49262 actions (Installing new actions)
36192024-09-09T17:44:29.466Z[ recovery-image] Sep 09 17:44:28.479 INFO O| Sep 09 17:44:28.479 INFO O| Done
36202024-09-09T17:44:31.220Z[ recovery-image] Sep 09 17:44:30.233 INFO O| Sep 09 17:44:30.232 INFO O| Done
36212024-09-09T17:44:31.241Z[ recovery-image] Sep 09 17:44:30.253 INFO O| Sep 09 17:44:30.253 INFO O| Done
36222024-09-09T17:44:33.976Z[ host-image] Sep 09 17:44:32.988 INFO O| Sep 09 17:44:32.988 INFO O| Actions: 9365/49262 actions (Installing new actions)
36232024-09-09T17:44:35.947Z[ recovery-image] Sep 09 17:44:34.951 INFO O| Sep 09 17:44:34.951 INFO O| Done
36242024-09-09T17:44:36.749Z[ recovery-image] Sep 09 17:44:35.761 INFO O| Sep 09 17:44:35.761 INFO O| Done
36252024-09-09T17:44:37.073Z[ recovery-image] Sep 09 17:44:36.084 INFO O| Sep 09 17:44:36.084 INFO STEP 11 (pkg_install) COMPLETE
36262024-09-09T17:44:37.073Z[ recovery-image] Sep 09 17:44:36.084 INFO O| Sep 09 17:44:36.084 INFO STEP 12: pkg_install, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
36272024-09-09T17:44:37.078Z[ recovery-image] Sep 09 17:44:36.084 INFO O| Sep 09 17:44:36.084 INFO skip step because feature "recovery" is enabled
36282024-09-09T17:44:37.078Z[ recovery-image] Sep 09 17:44:36.084 INFO O| Sep 09 17:44:36.084 INFO STEP 13: pkg_install, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
36292024-09-09T17:44:37.078Z[ recovery-image] Sep 09 17:44:36.084 INFO O| Sep 09 17:44:36.084 INFO skip step because feature "omicron1" is not enabled
36302024-09-09T17:44:37.078Z[ recovery-image] Sep 09 17:44:36.084 INFO O| Sep 09 17:44:36.084 INFO STEP 14: pkg_install, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
36312024-09-09T17:44:37.091Z[ recovery-image] Sep 09 17:44:36.103 INFO O| Sep 09 17:44:36.103 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/recovery/work/gimlet/ramdisk", "install", "/driver/network/opte@0.33.293"]
36322024-09-09T17:44:39.040Z[ host-image] Sep 09 17:44:38.052 INFO O| Sep 09 17:44:38.052 INFO O| Actions: 15548/49262 actions (Installing new actions)
36332024-09-09T17:44:39.165Z[ recovery-image] Sep 09 17:44:38.177 INFO O| Sep 09 17:44:38.177 INFO O| Startup: Refreshing catalog 'helios-dev' ... Done
36342024-09-09T17:44:42.367Z[ recovery-image] Sep 09 17:44:41.378 INFO O| Sep 09 17:44:41.378 INFO O| Planning: Solver setup ... Done
36352024-09-09T17:44:42.376Z[ recovery-image] Sep 09 17:44:41.385 INFO O| Sep 09 17:44:41.384 INFO O| Planning: Running solver ... Done
36362024-09-09T17:44:42.458Z[ recovery-image] Sep 09 17:44:41.469 INFO O| Sep 09 17:44:41.469 INFO O| Planning: Finding local manifests ... Done
36372024-09-09T17:44:42.467Z[ recovery-image] Sep 09 17:44:41.470 INFO O| Sep 09 17:44:41.470 INFO O| Planning: Fetching manifests: 0/1 0% complete
36382024-09-09T17:44:42.655Z[ recovery-image] Sep 09 17:44:41.666 INFO O| Sep 09 17:44:41.666 INFO O| Planning: Fetching manifests: 1/1 100% complete
36392024-09-09T17:44:42.684Z[ recovery-image] Sep 09 17:44:41.695 INFO O| Sep 09 17:44:41.695 INFO O| Planning: Package planning ... Done
36402024-09-09T17:44:42.689Z[ recovery-image] Sep 09 17:44:41.696 INFO O| Sep 09 17:44:41.696 INFO O| Planning: Merging actions ... Done
36412024-09-09T17:44:42.815Z[ recovery-image] Sep 09 17:44:41.826 INFO O| Sep 09 17:44:41.826 INFO O| Planning: Checking for conflicting actions ... Done
36422024-09-09T17:44:42.823Z[ recovery-image] Sep 09 17:44:41.827 INFO O| Sep 09 17:44:41.827 INFO O| Planning: Consolidating action changes ... Done
36432024-09-09T17:44:43.173Z[ recovery-image] Sep 09 17:44:42.184 INFO O| Sep 09 17:44:42.184 INFO O| Planning: Evaluating mediators ... Done
36442024-09-09T17:44:43.181Z[ recovery-image] Sep 09 17:44:42.185 INFO O| Sep 09 17:44:42.185 INFO O| Planning: Planning completed in 4.01 seconds
36452024-09-09T17:44:43.206Z[ recovery-image] Sep 09 17:44:42.217 INFO O| Sep 09 17:44:42.217 INFO O| Packages to install: 1
36462024-09-09T17:44:43.224Z[ recovery-image] Sep 09 17:44:42.235 INFO O| Sep 09 17:44:42.235 INFO O| Download: 0/4 items 0.0/20.8MB 0% complete
36472024-09-09T17:44:44.041Z[ host-image] Sep 09 17:44:43.052 INFO O| Sep 09 17:44:43.052 INFO O| Actions: 22038/49262 actions (Installing new actions)
36482024-09-09T17:44:44.687Z[ recovery-image] Sep 09 17:44:43.699 INFO O| Sep 09 17:44:43.699 INFO O| Download: Completed 20.80 MB in 1.46 seconds (14.2M/s)
36492024-09-09T17:44:44.804Z[ recovery-image] Sep 09 17:44:43.815 INFO O| Sep 09 17:44:43.815 INFO O| Actions: 1/22 actions (Installing new actions)
36502024-09-09T17:44:48.952Z[ recovery-image] Sep 09 17:44:45.049 INFO O| Sep 09 17:44:45.049 INFO O| Actions: Completed 22 actions in 1.23 seconds.
36512024-09-09T17:44:48.959Z[ recovery-image] Sep 09 17:44:45.616 INFO O| Sep 09 17:44:45.616 INFO O| Done
36522024-09-09T17:44:48.959Z[ recovery-image] Sep 09 17:44:45.616 INFO O| Sep 09 17:44:45.616 INFO O| Done
36532024-09-09T17:44:48.959Z[ recovery-image] Sep 09 17:44:46.688 INFO O| Sep 09 17:44:46.688 INFO O| Done
36542024-09-09T17:44:49.056Z[ host-image] Sep 09 17:44:48.066 INFO O| Sep 09 17:44:48.066 INFO O| Actions: 40288/49262 actions (Installing new actions)
36552024-09-09T17:44:49.728Z[ recovery-image] Sep 09 17:44:48.738 INFO O| Sep 09 17:44:48.738 INFO O| Done
36562024-09-09T17:44:49.751Z[ recovery-image] Sep 09 17:44:48.761 INFO O| Sep 09 17:44:48.761 INFO O| Done
36572024-09-09T17:44:49.753Z[ recovery-image] Sep 09 17:44:48.762 INFO O| Sep 09 17:44:48.762 INFO O| Done
36582024-09-09T17:44:49.773Z[ recovery-image] Sep 09 17:44:48.779 INFO O| Sep 09 17:44:48.779 INFO O| Done
36592024-09-09T17:44:49.946Z[ recovery-image] Sep 09 17:44:48.955 INFO O| Sep 09 17:44:48.955 INFO STEP 14 (pkg_install) COMPLETE
36602024-09-09T17:44:49.946Z[ recovery-image] Sep 09 17:44:48.955 INFO O| Sep 09 17:44:48.955 INFO STEP 15: pkg_install, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
36612024-09-09T17:44:49.948Z[ recovery-image] Sep 09 17:44:48.955 INFO O| Sep 09 17:44:48.955 INFO skip step because feature "mfg" is not enabled
36622024-09-09T17:44:49.948Z[ recovery-image] Sep 09 17:44:48.955 INFO O| Sep 09 17:44:48.955 INFO STEP 16: pkg_install, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
36632024-09-09T17:44:49.948Z[ recovery-image] Sep 09 17:44:48.955 INFO O| Sep 09 17:44:48.955 INFO skip step because feature "compliance" is not enabled
36642024-09-09T17:44:49.948Z[ recovery-image] Sep 09 17:44:48.955 INFO O| Sep 09 17:44:48.955 INFO STEP 17: pkg_install, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
36652024-09-09T17:44:49.948Z[ recovery-image] Sep 09 17:44:48.955 INFO O| Sep 09 17:44:48.955 INFO skip step because feature "stress" is not enabled
36662024-09-09T17:44:49.948Z[ recovery-image] Sep 09 17:44:48.955 INFO O| Sep 09 17:44:48.955 INFO STEP 18: pkg_install, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
36672024-09-09T17:44:49.948Z[ recovery-image] Sep 09 17:44:48.955 INFO O| Sep 09 17:44:48.955 INFO skip step because feature "nfs" is not enabled
36682024-09-09T17:44:49.948Z[ recovery-image] Sep 09 17:44:48.955 INFO O| Sep 09 17:44:48.955 INFO creating output snapshot rpool/images/build/recovery/work/gimlet/ramdisk@os
36692024-09-09T17:44:49.948Z[ recovery-image] Sep 09 17:44:48.955 INFO O| Sep 09 17:44:48.955 INFO CREATE SNAPSHOT: rpool/images/build/recovery/work/gimlet/ramdisk@os
36702024-09-09T17:44:50.088Z[ recovery-image] Sep 09 17:44:49.099 INFO O| Sep 09 17:44:49.098 INFO DESTROY DATASET: rpool/images/build/recovery/tmp/gimlet/ramdisk-01-os
36712024-09-09T17:44:50.202Z[ recovery-image] Sep 09 17:44:49.211 INFO O| Sep 09 17:44:49.211 INFO completed processing gimlet/ramdisk-01-os
36722024-09-09T17:44:50.204Z[ recovery-image] Sep 09 17:44:49.214 INFO image builder template: ramdisk-02-trim...
36732024-09-09T17:44:50.204Z[ recovery-image] Sep 09 17:44:49.214 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/.tmpeS9XWJ/proto/recovery/root", "-F", "genproto=/work/oxidecomputer/helios/tmp/image.recovery/genproto.json", "-E", "/work/oxidecomputer/helios/tmp/image.recovery/omicron1", "-E", "/work/oxidecomputer/helios/projects", "-F", "repo_publisher=helios-dev", "-F", "repo_url=https://pkg.oxide.computer/helios/2/dev/", "-F", "baud=3000000", "-F", "recovery", "-F", "optever=0.33.293", "-n", "ramdisk-02-trim"], pwd: None
36742024-09-09T17:44:50.246Z[ recovery-image] Sep 09 17:44:49.257 INFO O| Sep 09 17:44:49.256 INFO temporary dataset: rpool/images/build/recovery/tmp/gimlet/ramdisk-02-trim
36752024-09-09T17:44:50.254Z[ recovery-image] Sep 09 17:44:49.265 INFO O| Sep 09 17:44:49.265 INFO CREATE DATASET: rpool/images/build/recovery/tmp/gimlet/ramdisk-02-trim
36762024-09-09T17:44:50.341Z[ recovery-image] Sep 09 17:44:49.352 INFO O| Sep 09 17:44:49.352 INFO SET DATASET PROPERTY ON rpool/images/build/recovery/tmp/gimlet/ramdisk-02-trim: sync = disabled
36772024-09-09T17:44:50.429Z[ recovery-image] Sep 09 17:44:49.440 INFO O| Sep 09 17:44:49.440 INFO temporary directory: /rpool/images/build/recovery/tmp/gimlet/ramdisk-02-trim
36782024-09-09T17:44:50.432Z[ recovery-image] Sep 09 17:44:49.440 INFO O| Sep 09 17:44:49.440 INFO work dataset: rpool/images/build/recovery/work/gimlet/ramdisk
36792024-09-09T17:44:50.441Z[ recovery-image] Sep 09 17:44:49.451 INFO O| Sep 09 17:44:49.451 INFO looking for output snapshot rpool/images/build/recovery/work/gimlet/ramdisk@trim
36802024-09-09T17:44:50.450Z[ recovery-image] Sep 09 17:44:49.460 INFO O| Sep 09 17:44:49.460 INFO looking for input snapshot rpool/images/build/recovery/work/gimlet/ramdisk@os
36812024-09-09T17:44:50.460Z[ recovery-image] Sep 09 17:44:49.470 INFO O| Sep 09 17:44:49.470 INFO ROLLBACK TO SNAPSHOT: rpool/images/build/recovery/work/gimlet/ramdisk@os
36822024-09-09T17:44:50.632Z[ recovery-image] Sep 09 17:44:49.642 INFO O| Sep 09 17:44:49.642 INFO rolled back to input snapshot; work may begin
36832024-09-09T17:44:50.632Z[ recovery-image] Sep 09 17:44:49.642 INFO O| Sep 09 17:44:49.642 INFO CREATE DATASET: rpool/images/build/recovery/work/gimlet/ramdisk
36842024-09-09T17:44:50.641Z[ recovery-image] Sep 09 17:44:49.651 INFO O| Sep 09 17:44:49.651 INFO STEP 0: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
36852024-09-09T17:44:50.659Z[ recovery-image] Sep 09 17:44:49.669 INFO O| Sep 09 17:44:49.669 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/var/pkg"
36862024-09-09T17:44:50.740Z[ recovery-image] Sep 09 17:44:49.751 INFO O| Sep 09 17:44:49.751 INFO STEP 0 (remove_files) COMPLETE
36872024-09-09T17:44:50.740Z[ recovery-image] Sep 09 17:44:49.751 INFO O| Sep 09 17:44:49.751 INFO STEP 1: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
36882024-09-09T17:44:50.760Z[ recovery-image] Sep 09 17:44:49.770 INFO O| Sep 09 17:44:49.770 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/xpg4"
36892024-09-09T17:44:50.763Z[ recovery-image] Sep 09 17:44:49.774 INFO O| Sep 09 17:44:49.774 INFO STEP 1 (remove_files) COMPLETE
36902024-09-09T17:44:50.766Z[ recovery-image] Sep 09 17:44:49.774 INFO O| Sep 09 17:44:49.774 INFO STEP 2: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
36912024-09-09T17:44:50.782Z[ recovery-image] Sep 09 17:44:49.793 INFO O| Sep 09 17:44:49.793 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/include"
36922024-09-09T17:44:50.811Z[ recovery-image] Sep 09 17:44:49.821 INFO O| Sep 09 17:44:49.821 INFO STEP 2 (remove_files) COMPLETE
36932024-09-09T17:44:50.811Z[ recovery-image] Sep 09 17:44:49.821 INFO O| Sep 09 17:44:49.821 INFO STEP 3: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
36942024-09-09T17:44:50.881Z[ recovery-image] Sep 09 17:44:49.891 INFO O| Sep 09 17:44:49.891 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/demo"
36952024-09-09T17:44:50.915Z[ recovery-image] Sep 09 17:44:49.924 INFO O| Sep 09 17:44:49.924 INFO STEP 3 (remove_files) COMPLETE
36962024-09-09T17:44:50.915Z[ recovery-image] Sep 09 17:44:49.924 INFO O| Sep 09 17:44:49.924 INFO STEP 4: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
36972024-09-09T17:44:50.950Z[ recovery-image] Sep 09 17:44:49.957 INFO O| Sep 09 17:44:49.957 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/help"
36982024-09-09T17:44:50.956Z[ recovery-image] Sep 09 17:44:49.965 INFO O| Sep 09 17:44:49.965 INFO STEP 4 (remove_files) COMPLETE
36992024-09-09T17:44:50.957Z[ recovery-image] Sep 09 17:44:49.965 INFO O| Sep 09 17:44:49.965 INFO STEP 5: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
37002024-09-09T17:44:50.986Z[ recovery-image] Sep 09 17:44:49.996 INFO O| Sep 09 17:44:49.996 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/share/doc"
37012024-09-09T17:44:50.990Z[ recovery-image] Sep 09 17:44:49.996 INFO O| Sep 09 17:44:49.996 INFO STEP 5 (remove_files) COMPLETE
37022024-09-09T17:44:50.990Z[ recovery-image] Sep 09 17:44:49.996 INFO O| Sep 09 17:44:49.996 INFO STEP 6: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
37032024-09-09T17:44:51.005Z[ recovery-image] Sep 09 17:44:50.015 INFO O| Sep 09 17:44:50.015 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/share/bash-completion"
37042024-09-09T17:44:51.025Z[ recovery-image] Sep 09 17:44:50.035 INFO O| Sep 09 17:44:50.035 INFO STEP 6 (remove_files) COMPLETE
37052024-09-09T17:44:51.025Z[ recovery-image] Sep 09 17:44:50.035 INFO O| Sep 09 17:44:50.035 INFO STEP 7: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
37062024-09-09T17:44:51.025Z[ recovery-image] Sep 09 17:44:50.035 INFO O| Sep 09 17:44:50.035 INFO skip step because feature "recovery" is enabled
37072024-09-09T17:44:51.029Z[ recovery-image] Sep 09 17:44:50.035 INFO O| Sep 09 17:44:50.035 INFO STEP 8: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
37082024-09-09T17:44:51.029Z[ recovery-image] Sep 09 17:44:50.035 INFO O| Sep 09 17:44:50.035 INFO skip step because feature "recovery" is enabled
37092024-09-09T17:44:51.029Z[ recovery-image] Sep 09 17:44:50.035 INFO O| Sep 09 17:44:50.035 INFO STEP 9: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
37102024-09-09T17:44:51.029Z[ recovery-image] Sep 09 17:44:50.036 INFO O| Sep 09 17:44:50.035 INFO skip step because feature "recovery" is enabled
37112024-09-09T17:44:51.029Z[ recovery-image] Sep 09 17:44:50.036 INFO O| Sep 09 17:44:50.035 INFO STEP 10: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
37122024-09-09T17:44:51.045Z[ recovery-image] Sep 09 17:44:50.055 INFO O| Sep 09 17:44:50.055 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/etc/net-snmp"
37132024-09-09T17:44:51.057Z[ recovery-image] Sep 09 17:44:50.062 INFO O| Sep 09 17:44:50.062 INFO STEP 10 (remove_files) COMPLETE
37142024-09-09T17:44:51.057Z[ recovery-image] Sep 09 17:44:50.062 INFO O| Sep 09 17:44:50.062 INFO STEP 11: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
37152024-09-09T17:44:51.071Z[ recovery-image] Sep 09 17:44:50.081 INFO O| Sep 09 17:44:50.081 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/i386"
37162024-09-09T17:44:51.074Z[ recovery-image] Sep 09 17:44:50.083 INFO O| Sep 09 17:44:50.083 INFO STEP 11 (remove_files) COMPLETE
37172024-09-09T17:44:51.074Z[ recovery-image] Sep 09 17:44:50.083 INFO O| Sep 09 17:44:50.083 INFO STEP 12: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
37182024-09-09T17:44:51.093Z[ recovery-image] Sep 09 17:44:50.103 INFO O| Sep 09 17:44:50.103 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/platform/i86xpv"
37192024-09-09T17:44:51.096Z[ recovery-image] Sep 09 17:44:50.106 INFO O| Sep 09 17:44:50.106 INFO STEP 12 (remove_files) COMPLETE
37202024-09-09T17:44:51.096Z[ recovery-image] Sep 09 17:44:50.106 INFO O| Sep 09 17:44:50.106 INFO STEP 13: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
37212024-09-09T17:44:51.173Z[ recovery-image] Sep 09 17:44:50.183 INFO O| Sep 09 17:44:50.182 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/opt/ooce/jq/lib/amd64/libjq.a"
37222024-09-09T17:44:51.329Z[ recovery-image] Sep 09 17:44:50.339 INFO O| Sep 09 17:44:50.339 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/libtddl.a"
37232024-09-09T17:44:51.333Z[ recovery-image] Sep 09 17:44:50.340 INFO O| Sep 09 17:44:50.340 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/libncurses++.a"
37242024-09-09T17:44:51.405Z[ recovery-image] Sep 09 17:44:50.415 INFO O| Sep 09 17:44:50.415 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libncurses++.a"
37252024-09-09T17:44:51.409Z[ recovery-image] Sep 09 17:44:50.416 INFO O| Sep 09 17:44:50.416 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libtddl.a"
37262024-09-09T17:44:51.622Z[ recovery-image] Sep 09 17:44:50.631 INFO O| Sep 09 17:44:50.631 INFO STEP 13 (remove_files) COMPLETE
37272024-09-09T17:44:51.622Z[ recovery-image] Sep 09 17:44:50.631 INFO O| Sep 09 17:44:50.631 INFO STEP 14: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
37282024-09-09T17:44:51.647Z[ recovery-image] Sep 09 17:44:50.657 INFO O| Sep 09 17:44:50.657 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/boot"
37292024-09-09T17:44:51.651Z[ recovery-image] Sep 09 17:44:50.660 INFO O| Sep 09 17:44:50.660 INFO STEP 14 (remove_files) COMPLETE
37302024-09-09T17:44:51.651Z[ recovery-image] Sep 09 17:44:50.660 INFO O| Sep 09 17:44:50.660 INFO STEP 15: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
37312024-09-09T17:44:51.715Z[ recovery-image] Sep 09 17:44:50.726 INFO O| Sep 09 17:44:50.725 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/platform/i86pc"
37322024-09-09T17:44:51.726Z[ recovery-image] Sep 09 17:44:50.736 INFO O| Sep 09 17:44:50.736 INFO STEP 15 (remove_files) COMPLETE
37332024-09-09T17:44:51.729Z[ recovery-image] Sep 09 17:44:50.737 INFO O| Sep 09 17:44:50.737 INFO STEP 16: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
37342024-09-09T17:44:51.749Z[ recovery-image] Sep 09 17:44:50.759 INFO O| Sep 09 17:44:50.759 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/platform/i86xpv"
37352024-09-09T17:44:51.752Z[ recovery-image] Sep 09 17:44:50.759 INFO O| Sep 09 17:44:50.759 INFO STEP 16 (remove_files) COMPLETE
37362024-09-09T17:44:51.752Z[ recovery-image] Sep 09 17:44:50.760 INFO O| Sep 09 17:44:50.759 INFO STEP 17: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
37372024-09-09T17:44:51.769Z[ recovery-image] Sep 09 17:44:50.778 INFO O| Sep 09 17:44:50.778 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/platform/i86pc"
37382024-09-09T17:44:51.772Z[ recovery-image] Sep 09 17:44:50.780 INFO O| Sep 09 17:44:50.780 INFO STEP 17 (remove_files) COMPLETE
37392024-09-09T17:44:51.772Z[ recovery-image] Sep 09 17:44:50.781 INFO O| Sep 09 17:44:50.781 INFO STEP 18: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
37402024-09-09T17:44:51.788Z[ recovery-image] Sep 09 17:44:50.798 INFO O| Sep 09 17:44:50.798 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/misc/amd64/acpica"
37412024-09-09T17:44:51.792Z[ recovery-image] Sep 09 17:44:50.798 INFO O| Sep 09 17:44:50.798 INFO STEP 18 (remove_files) COMPLETE
37422024-09-09T17:44:51.792Z[ recovery-image] Sep 09 17:44:50.799 INFO O| Sep 09 17:44:50.799 INFO STEP 19: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
37432024-09-09T17:44:51.806Z[ recovery-image] Sep 09 17:44:50.816 INFO O| Sep 09 17:44:50.816 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/misc/amd64/tem"
37442024-09-09T17:44:51.809Z[ recovery-image] Sep 09 17:44:50.816 INFO O| Sep 09 17:44:50.816 INFO STEP 19 (remove_files) COMPLETE
37452024-09-09T17:44:51.809Z[ recovery-image] Sep 09 17:44:50.816 INFO O| Sep 09 17:44:50.816 INFO STEP 20: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
37462024-09-09T17:44:51.823Z[ recovery-image] Sep 09 17:44:50.833 INFO O| Sep 09 17:44:50.833 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/misc/amd64/kbtrans"
37472024-09-09T17:44:51.826Z[ recovery-image] Sep 09 17:44:50.833 INFO O| Sep 09 17:44:50.833 INFO STEP 20 (remove_files) COMPLETE
37482024-09-09T17:44:51.827Z[ recovery-image] Sep 09 17:44:50.834 INFO O| Sep 09 17:44:50.833 INFO STEP 21: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
37492024-09-09T17:44:51.842Z[ recovery-image] Sep 09 17:44:50.852 INFO O| Sep 09 17:44:50.852 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/wc"
37502024-09-09T17:44:51.845Z[ recovery-image] Sep 09 17:44:50.852 INFO O| Sep 09 17:44:50.852 INFO STEP 21 (remove_files) COMPLETE
37512024-09-09T17:44:51.845Z[ recovery-image] Sep 09 17:44:50.852 INFO O| Sep 09 17:44:50.852 INFO STEP 22: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
37522024-09-09T17:44:51.861Z[ recovery-image] Sep 09 17:44:50.871 INFO O| Sep 09 17:44:50.871 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/acpi_drv"
37532024-09-09T17:44:51.865Z[ recovery-image] Sep 09 17:44:50.872 INFO O| Sep 09 17:44:50.872 INFO STEP 22 (remove_files) COMPLETE
37542024-09-09T17:44:51.865Z[ recovery-image] Sep 09 17:44:50.872 INFO O| Sep 09 17:44:50.872 INFO STEP 23: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
37552024-09-09T17:44:51.881Z[ recovery-image] Sep 09 17:44:50.892 INFO O| Sep 09 17:44:50.891 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/conskbd"
37562024-09-09T17:44:51.885Z[ recovery-image] Sep 09 17:44:50.892 INFO O| Sep 09 17:44:50.892 INFO STEP 23 (remove_files) COMPLETE
37572024-09-09T17:44:51.885Z[ recovery-image] Sep 09 17:44:50.892 INFO O| Sep 09 17:44:50.892 INFO STEP 24: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
37582024-09-09T17:44:51.919Z[ recovery-image] Sep 09 17:44:50.928 INFO O| Sep 09 17:44:50.928 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/tzmon"
37592024-09-09T17:44:51.919Z[ recovery-image] Sep 09 17:44:50.928 INFO O| Sep 09 17:44:50.928 INFO STEP 24 (remove_files) COMPLETE
37602024-09-09T17:44:51.923Z[ recovery-image] Sep 09 17:44:50.928 INFO O| Sep 09 17:44:50.928 INFO STEP 25: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
37612024-09-09T17:44:51.957Z[ recovery-image] Sep 09 17:44:50.967 INFO O| Sep 09 17:44:50.967 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/power"
37622024-09-09T17:44:51.957Z[ recovery-image] Sep 09 17:44:50.967 INFO O| Sep 09 17:44:50.967 INFO STEP 25 (remove_files) COMPLETE
37632024-09-09T17:44:51.983Z[ recovery-image] Sep 09 17:44:50.968 INFO O| Sep 09 17:44:50.967 INFO STEP 26: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
37642024-09-09T17:44:52.001Z[ recovery-image] Sep 09 17:44:51.011 INFO O| Sep 09 17:44:51.011 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/audio"
37652024-09-09T17:44:52.001Z[ recovery-image] Sep 09 17:44:51.011 INFO O| Sep 09 17:44:51.011 INFO STEP 26 (remove_files) COMPLETE
37662024-09-09T17:44:52.005Z[ recovery-image] Sep 09 17:44:51.011 INFO O| Sep 09 17:44:51.011 INFO STEP 27: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
37672024-09-09T17:44:52.037Z[ recovery-image] Sep 09 17:44:51.047 INFO O| Sep 09 17:44:51.047 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/audio1575"
37682024-09-09T17:44:52.038Z[ recovery-image] Sep 09 17:44:51.047 INFO O| Sep 09 17:44:51.047 INFO STEP 27 (remove_files) COMPLETE
37692024-09-09T17:44:52.041Z[ recovery-image] Sep 09 17:44:51.047 INFO O| Sep 09 17:44:51.047 INFO STEP 28: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
37702024-09-09T17:44:52.096Z[ recovery-image] Sep 09 17:44:51.105 INFO O| Sep 09 17:44:51.105 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/audioens"
37712024-09-09T17:44:52.096Z[ recovery-image] Sep 09 17:44:51.105 INFO O| Sep 09 17:44:51.105 INFO STEP 28 (remove_files) COMPLETE
37722024-09-09T17:44:52.096Z[ recovery-image] Sep 09 17:44:51.105 INFO O| Sep 09 17:44:51.105 INFO STEP 29: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
37732024-09-09T17:44:52.138Z[ recovery-image] Sep 09 17:44:51.147 INFO O| Sep 09 17:44:51.146 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/audiopci"
37742024-09-09T17:44:52.138Z[ recovery-image] Sep 09 17:44:51.147 INFO O| Sep 09 17:44:51.147 INFO STEP 29 (remove_files) COMPLETE
37752024-09-09T17:44:52.138Z[ recovery-image] Sep 09 17:44:51.147 INFO O| Sep 09 17:44:51.147 INFO STEP 30: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
37762024-09-09T17:44:52.156Z[ recovery-image] Sep 09 17:44:51.166 INFO O| Sep 09 17:44:51.166 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/audiots"
37772024-09-09T17:44:52.156Z[ recovery-image] Sep 09 17:44:51.166 INFO O| Sep 09 17:44:51.166 INFO STEP 30 (remove_files) COMPLETE
37782024-09-09T17:44:52.156Z[ recovery-image] Sep 09 17:44:51.166 INFO O| Sep 09 17:44:51.166 INFO STEP 31: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
37792024-09-09T17:44:52.176Z[ recovery-image] Sep 09 17:44:51.186 INFO O| Sep 09 17:44:51.186 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/ehci"
37802024-09-09T17:44:52.176Z[ recovery-image] Sep 09 17:44:51.186 INFO O| Sep 09 17:44:51.186 INFO STEP 31 (remove_files) COMPLETE
37812024-09-09T17:44:52.176Z[ recovery-image] Sep 09 17:44:51.186 INFO O| Sep 09 17:44:51.186 INFO STEP 32: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
37822024-09-09T17:44:52.196Z[ recovery-image] Sep 09 17:44:51.206 INFO O| Sep 09 17:44:51.206 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/hid"
37832024-09-09T17:44:52.196Z[ recovery-image] Sep 09 17:44:51.206 INFO O| Sep 09 17:44:51.206 INFO STEP 32 (remove_files) COMPLETE
37842024-09-09T17:44:52.199Z[ recovery-image] Sep 09 17:44:51.206 INFO O| Sep 09 17:44:51.206 INFO STEP 33: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
37852024-09-09T17:44:52.216Z[ recovery-image] Sep 09 17:44:51.225 INFO O| Sep 09 17:44:51.225 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/hubd"
37862024-09-09T17:44:52.216Z[ recovery-image] Sep 09 17:44:51.226 INFO O| Sep 09 17:44:51.226 INFO STEP 33 (remove_files) COMPLETE
37872024-09-09T17:44:52.216Z[ recovery-image] Sep 09 17:44:51.226 INFO O| Sep 09 17:44:51.226 INFO STEP 34: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
37882024-09-09T17:44:52.234Z[ recovery-image] Sep 09 17:44:51.244 INFO O| Sep 09 17:44:51.244 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/ohci"
37892024-09-09T17:44:52.234Z[ recovery-image] Sep 09 17:44:51.244 INFO O| Sep 09 17:44:51.244 INFO STEP 34 (remove_files) COMPLETE
37902024-09-09T17:44:52.238Z[ recovery-image] Sep 09 17:44:51.244 INFO O| Sep 09 17:44:51.244 INFO STEP 35: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
37912024-09-09T17:44:52.254Z[ recovery-image] Sep 09 17:44:51.263 INFO O| Sep 09 17:44:51.263 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/scsa2usb"
37922024-09-09T17:44:52.254Z[ recovery-image] Sep 09 17:44:51.263 INFO O| Sep 09 17:44:51.263 INFO STEP 35 (remove_files) COMPLETE
37932024-09-09T17:44:52.257Z[ recovery-image] Sep 09 17:44:51.263 INFO O| Sep 09 17:44:51.263 INFO STEP 36: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
37942024-09-09T17:44:52.273Z[ recovery-image] Sep 09 17:44:51.283 INFO O| Sep 09 17:44:51.283 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/uhci"
37952024-09-09T17:44:52.274Z[ recovery-image] Sep 09 17:44:51.283 INFO O| Sep 09 17:44:51.283 INFO STEP 36 (remove_files) COMPLETE
37962024-09-09T17:44:52.277Z[ recovery-image] Sep 09 17:44:51.283 INFO O| Sep 09 17:44:51.283 INFO STEP 37: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
37972024-09-09T17:44:52.293Z[ recovery-image] Sep 09 17:44:51.303 INFO O| Sep 09 17:44:51.303 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/usb_ac"
37982024-09-09T17:44:52.294Z[ recovery-image] Sep 09 17:44:51.303 INFO O| Sep 09 17:44:51.303 INFO STEP 37 (remove_files) COMPLETE
37992024-09-09T17:44:52.294Z[ recovery-image] Sep 09 17:44:51.304 INFO O| Sep 09 17:44:51.303 INFO STEP 38: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
38002024-09-09T17:44:52.314Z[ recovery-image] Sep 09 17:44:51.324 INFO O| Sep 09 17:44:51.324 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/usb_as"
38012024-09-09T17:44:52.314Z[ recovery-image] Sep 09 17:44:51.324 INFO O| Sep 09 17:44:51.324 INFO STEP 38 (remove_files) COMPLETE
38022024-09-09T17:44:52.314Z[ recovery-image] Sep 09 17:44:51.324 INFO O| Sep 09 17:44:51.324 INFO STEP 39: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
38032024-09-09T17:44:52.335Z[ recovery-image] Sep 09 17:44:51.345 INFO O| Sep 09 17:44:51.344 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/usb_ia"
38042024-09-09T17:44:52.335Z[ recovery-image] Sep 09 17:44:51.345 INFO O| Sep 09 17:44:51.345 INFO STEP 39 (remove_files) COMPLETE
38052024-09-09T17:44:52.335Z[ recovery-image] Sep 09 17:44:51.345 INFO O| Sep 09 17:44:51.345 INFO STEP 40: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
38062024-09-09T17:44:52.355Z[ recovery-image] Sep 09 17:44:51.365 INFO O| Sep 09 17:44:51.365 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/usb_mid"
38072024-09-09T17:44:52.355Z[ recovery-image] Sep 09 17:44:51.365 INFO O| Sep 09 17:44:51.365 INFO STEP 40 (remove_files) COMPLETE
38082024-09-09T17:44:52.356Z[ recovery-image] Sep 09 17:44:51.365 INFO O| Sep 09 17:44:51.365 INFO STEP 41: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
38092024-09-09T17:44:52.374Z[ recovery-image] Sep 09 17:44:51.384 INFO O| Sep 09 17:44:51.384 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/usbprn"
38102024-09-09T17:44:52.374Z[ recovery-image] Sep 09 17:44:51.384 INFO O| Sep 09 17:44:51.384 INFO STEP 41 (remove_files) COMPLETE
38112024-09-09T17:44:52.377Z[ recovery-image] Sep 09 17:44:51.384 INFO O| Sep 09 17:44:51.384 INFO STEP 42: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
38122024-09-09T17:44:52.393Z[ recovery-image] Sep 09 17:44:51.403 INFO O| Sep 09 17:44:51.403 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/xhci"
38132024-09-09T17:44:52.393Z[ recovery-image] Sep 09 17:44:51.403 INFO O| Sep 09 17:44:51.403 INFO STEP 42 (remove_files) COMPLETE
38142024-09-09T17:44:52.397Z[ recovery-image] Sep 09 17:44:51.403 INFO O| Sep 09 17:44:51.403 INFO STEP 43: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
38152024-09-09T17:44:52.411Z[ recovery-image] Sep 09 17:44:51.421 INFO O| Sep 09 17:44:51.421 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/intel_nhm"
38162024-09-09T17:44:52.411Z[ recovery-image] Sep 09 17:44:51.421 INFO O| Sep 09 17:44:51.421 INFO STEP 43 (remove_files) COMPLETE
38172024-09-09T17:44:52.417Z[ recovery-image] Sep 09 17:44:51.421 INFO O| Sep 09 17:44:51.421 INFO STEP 44: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
38182024-09-09T17:44:52.429Z[ recovery-image] Sep 09 17:44:51.439 INFO O| Sep 09 17:44:51.439 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/intel_nb5000"
38192024-09-09T17:44:52.429Z[ recovery-image] Sep 09 17:44:51.440 INFO O| Sep 09 17:44:51.440 INFO STEP 44 (remove_files) COMPLETE
38202024-09-09T17:44:52.429Z[ recovery-image] Sep 09 17:44:51.440 INFO O| Sep 09 17:44:51.440 INFO STEP 45: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
38212024-09-09T17:44:52.449Z[ recovery-image] Sep 09 17:44:51.459 INFO O| Sep 09 17:44:51.459 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/mc-amd"
38222024-09-09T17:44:52.449Z[ recovery-image] Sep 09 17:44:51.459 INFO O| Sep 09 17:44:51.459 INFO STEP 45 (remove_files) COMPLETE
38232024-09-09T17:44:52.452Z[ recovery-image] Sep 09 17:44:51.459 INFO O| Sep 09 17:44:51.459 INFO STEP 46: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
38242024-09-09T17:44:52.483Z[ recovery-image] Sep 09 17:44:51.493 INFO O| Sep 09 17:44:51.493 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/acpi_toshiba"
38252024-09-09T17:44:52.483Z[ recovery-image] Sep 09 17:44:51.493 INFO O| Sep 09 17:44:51.493 INFO STEP 46 (remove_files) COMPLETE
38262024-09-09T17:44:52.487Z[ recovery-image] Sep 09 17:44:51.493 INFO O| Sep 09 17:44:51.493 INFO STEP 47: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
38272024-09-09T17:44:52.505Z[ recovery-image] Sep 09 17:44:51.514 INFO O| Sep 09 17:44:51.514 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/intel_nhmex"
38282024-09-09T17:44:52.505Z[ recovery-image] Sep 09 17:44:51.514 INFO O| Sep 09 17:44:51.514 INFO STEP 47 (remove_files) COMPLETE
38292024-09-09T17:44:52.505Z[ recovery-image] Sep 09 17:44:51.515 INFO O| Sep 09 17:44:51.514 INFO STEP 48: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
38302024-09-09T17:44:52.524Z[ recovery-image] Sep 09 17:44:51.534 INFO O| Sep 09 17:44:51.534 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/intel_nhmex.conf"
38312024-09-09T17:44:52.525Z[ recovery-image] Sep 09 17:44:51.535 INFO O| Sep 09 17:44:51.534 INFO STEP 48 (remove_files) COMPLETE
38322024-09-09T17:44:52.528Z[ recovery-image] Sep 09 17:44:51.535 INFO O| Sep 09 17:44:51.535 INFO STEP 49: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
38332024-09-09T17:44:52.546Z[ recovery-image] Sep 09 17:44:51.556 INFO O| Sep 09 17:44:51.556 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/mpt"
38342024-09-09T17:44:52.546Z[ recovery-image] Sep 09 17:44:51.556 INFO O| Sep 09 17:44:51.556 INFO STEP 49 (remove_files) COMPLETE
38352024-09-09T17:44:52.546Z[ recovery-image] Sep 09 17:44:51.556 INFO O| Sep 09 17:44:51.556 INFO STEP 50: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
38362024-09-09T17:44:52.617Z[ recovery-image] Sep 09 17:44:51.627 INFO O| Sep 09 17:44:51.627 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/mpt.conf"
38372024-09-09T17:44:52.617Z[ recovery-image] Sep 09 17:44:51.627 INFO O| Sep 09 17:44:51.627 INFO STEP 50 (remove_files) COMPLETE
38382024-09-09T17:44:52.621Z[ recovery-image] Sep 09 17:44:51.627 INFO O| Sep 09 17:44:51.627 INFO STEP 51: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
38392024-09-09T17:44:52.738Z[ recovery-image] Sep 09 17:44:51.747 INFO O| Sep 09 17:44:51.747 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/plugins/ses-log-transport.so"
38402024-09-09T17:44:52.738Z[ recovery-image] Sep 09 17:44:51.747 INFO O| Sep 09 17:44:51.747 INFO STEP 51 (remove_files) COMPLETE
38412024-09-09T17:44:52.738Z[ recovery-image] Sep 09 17:44:51.747 INFO O| Sep 09 17:44:51.747 INFO STEP 52: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
38422024-09-09T17:44:52.761Z[ recovery-image] Sep 09 17:44:51.771 INFO O| Sep 09 17:44:51.771 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/plugins/ses-log-transport.conf"
38432024-09-09T17:44:52.761Z[ recovery-image] Sep 09 17:44:51.771 INFO O| Sep 09 17:44:51.771 INFO STEP 52 (remove_files) COMPLETE
38442024-09-09T17:44:52.764Z[ recovery-image] Sep 09 17:44:51.771 INFO O| Sep 09 17:44:51.771 INFO STEP 53: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
38452024-09-09T17:44:52.783Z[ recovery-image] Sep 09 17:44:51.792 INFO O| Sep 09 17:44:51.792 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/sbin/bootadm"
38462024-09-09T17:44:52.783Z[ recovery-image] Sep 09 17:44:51.792 INFO O| Sep 09 17:44:51.792 INFO STEP 53 (remove_files) COMPLETE
38472024-09-09T17:44:52.783Z[ recovery-image] Sep 09 17:44:51.792 INFO O| Sep 09 17:44:51.792 INFO STEP 54: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
38482024-09-09T17:44:52.803Z[ recovery-image] Sep 09 17:44:51.814 INFO O| Sep 09 17:44:51.813 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/bootadm"
38492024-09-09T17:44:52.804Z[ recovery-image] Sep 09 17:44:51.814 INFO O| Sep 09 17:44:51.814 INFO STEP 54 (remove_files) COMPLETE
38502024-09-09T17:44:52.806Z[ recovery-image] Sep 09 17:44:51.814 INFO O| Sep 09 17:44:51.814 INFO STEP 55: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
38512024-09-09T17:44:52.824Z[ recovery-image] Sep 09 17:44:51.834 INFO O| Sep 09 17:44:51.834 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/sbin/beadm"
38522024-09-09T17:44:52.824Z[ recovery-image] Sep 09 17:44:51.834 INFO O| Sep 09 17:44:51.834 INFO STEP 55 (remove_files) COMPLETE
38532024-09-09T17:44:52.827Z[ recovery-image] Sep 09 17:44:51.834 INFO O| Sep 09 17:44:51.834 INFO STEP 56: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
38542024-09-09T17:44:52.845Z[ recovery-image] Sep 09 17:44:51.855 INFO O| Sep 09 17:44:51.855 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/beadm"
38552024-09-09T17:44:52.845Z[ recovery-image] Sep 09 17:44:51.855 INFO O| Sep 09 17:44:51.855 INFO STEP 56 (remove_files) COMPLETE
38562024-09-09T17:44:52.849Z[ recovery-image] Sep 09 17:44:51.855 INFO O| Sep 09 17:44:51.855 INFO STEP 57: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
38572024-09-09T17:44:52.866Z[ recovery-image] Sep 09 17:44:51.876 INFO O| Sep 09 17:44:51.876 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/etc/default/tar"
38582024-09-09T17:44:52.866Z[ recovery-image] Sep 09 17:44:51.876 INFO O| Sep 09 17:44:51.876 INFO STEP 57 (remove_files) COMPLETE
38592024-09-09T17:44:52.866Z[ recovery-image] Sep 09 17:44:51.876 INFO O| Sep 09 17:44:51.876 INFO STEP 58: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
38602024-09-09T17:44:52.885Z[ recovery-image] Sep 09 17:44:51.895 INFO O| Sep 09 17:44:51.895 WARN file /rpool/images/build/recovery/work/gimlet/ramdisk/lib/svc/method/keymap exists, with wrong contents, unlinking
38612024-09-09T17:44:52.885Z[ recovery-image] Sep 09 17:44:51.895 INFO O| Sep 09 17:44:51.895 INFO writing /rpool/images/build/recovery/work/gimlet/ramdisk/lib/svc/method/keymap ...
38622024-09-09T17:44:52.889Z[ recovery-image] Sep 09 17:44:51.896 INFO O| Sep 09 17:44:51.896 INFO perms are 644, should be 755, path: /rpool/images/build/recovery/work/gimlet/ramdisk/lib/svc/method/keymap
38632024-09-09T17:44:52.889Z[ recovery-image] Sep 09 17:44:51.896 INFO O| Sep 09 17:44:51.896 INFO chmod ok, path: /rpool/images/build/recovery/work/gimlet/ramdisk/lib/svc/method/keymap
38642024-09-09T17:44:52.889Z[ recovery-image] Sep 09 17:44:51.896 INFO O| Sep 09 17:44:51.896 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/recovery/work/gimlet/ramdisk/lib/svc/method/keymap
38652024-09-09T17:44:52.889Z[ recovery-image] Sep 09 17:44:51.896 INFO O| Sep 09 17:44:51.896 INFO chown ok, path: /rpool/images/build/recovery/work/gimlet/ramdisk/lib/svc/method/keymap
38662024-09-09T17:44:52.889Z[ recovery-image] Sep 09 17:44:51.896 INFO O| Sep 09 17:44:51.896 INFO ok!
38672024-09-09T17:44:52.889Z[ recovery-image] Sep 09 17:44:51.896 INFO O| Sep 09 17:44:51.896 INFO STEP 58 (ensure_file) COMPLETE
38682024-09-09T17:44:52.889Z[ recovery-image] Sep 09 17:44:51.896 INFO O| Sep 09 17:44:51.896 INFO STEP 59: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
38692024-09-09T17:44:52.907Z[ recovery-image] Sep 09 17:44:51.916 INFO O| Sep 09 17:44:51.916 WARN file /rpool/images/build/recovery/work/gimlet/ramdisk/lib/svc/bin/rootisramdisk exists, with wrong contents, unlinking
38702024-09-09T17:44:52.907Z[ recovery-image] Sep 09 17:44:51.916 INFO O| Sep 09 17:44:51.916 INFO copying /work/oxidecomputer/helios/image/templates/files/rootisramdisk -> /rpool/images/build/recovery/work/gimlet/ramdisk/lib/svc/bin/rootisramdisk ...
38712024-09-09T17:44:52.910Z[ recovery-image] Sep 09 17:44:51.917 INFO O| Sep 09 17:44:51.917 INFO perms are 644, should be 755, path: /rpool/images/build/recovery/work/gimlet/ramdisk/lib/svc/bin/rootisramdisk
38722024-09-09T17:44:52.910Z[ recovery-image] Sep 09 17:44:51.917 INFO O| Sep 09 17:44:51.917 INFO chmod ok, path: /rpool/images/build/recovery/work/gimlet/ramdisk/lib/svc/bin/rootisramdisk
38732024-09-09T17:44:52.910Z[ recovery-image] Sep 09 17:44:51.917 INFO O| Sep 09 17:44:51.917 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/gimlet/ramdisk/lib/svc/bin/rootisramdisk
38742024-09-09T17:44:52.911Z[ recovery-image] Sep 09 17:44:51.917 INFO O| Sep 09 17:44:51.917 INFO chown ok, path: /rpool/images/build/recovery/work/gimlet/ramdisk/lib/svc/bin/rootisramdisk
38752024-09-09T17:44:52.911Z[ recovery-image] Sep 09 17:44:51.917 INFO O| Sep 09 17:44:51.917 INFO ok!
38762024-09-09T17:44:52.911Z[ recovery-image] Sep 09 17:44:51.917 INFO O| Sep 09 17:44:51.917 INFO STEP 59 (ensure_file) COMPLETE
38772024-09-09T17:44:52.911Z[ recovery-image] Sep 09 17:44:51.917 INFO O| Sep 09 17:44:51.917 INFO STEP 60: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
38782024-09-09T17:44:52.938Z[ recovery-image] Sep 09 17:44:51.948 INFO O| Sep 09 17:44:51.948 INFO file /rpool/images/build/recovery/work/gimlet/ramdisk/root/.bash_profile does not exist
38792024-09-09T17:44:52.938Z[ recovery-image] Sep 09 17:44:51.948 INFO O| Sep 09 17:44:51.948 INFO copying /work/oxidecomputer/helios/image/templates/files/bash_profile -> /rpool/images/build/recovery/work/gimlet/ramdisk/root/.bash_profile ...
38802024-09-09T17:44:52.941Z[ recovery-image] Sep 09 17:44:51.948 INFO O| Sep 09 17:44:51.948 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/ramdisk/root/.bash_profile
38812024-09-09T17:44:52.941Z[ recovery-image] Sep 09 17:44:51.948 INFO O| Sep 09 17:44:51.948 INFO ok!
38822024-09-09T17:44:52.941Z[ recovery-image] Sep 09 17:44:51.948 INFO O| Sep 09 17:44:51.948 INFO STEP 60 (ensure_file) COMPLETE
38832024-09-09T17:44:52.941Z[ recovery-image] Sep 09 17:44:51.948 INFO O| Sep 09 17:44:51.948 INFO STEP 61: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
38842024-09-09T17:44:52.996Z[ recovery-image] Sep 09 17:44:52.006 INFO O| Sep 09 17:44:52.006 WARN file /rpool/images/build/recovery/work/gimlet/ramdisk/root/.bashrc exists, with wrong contents, unlinking
38852024-09-09T17:44:52.996Z[ recovery-image] Sep 09 17:44:52.006 INFO O| Sep 09 17:44:52.006 INFO copying /work/oxidecomputer/helios/image/templates/files/bashrc -> /rpool/images/build/recovery/work/gimlet/ramdisk/root/.bashrc ...
38862024-09-09T17:44:52.996Z[ recovery-image] Sep 09 17:44:52.006 INFO O| Sep 09 17:44:52.006 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/ramdisk/root/.bashrc
38872024-09-09T17:44:53.000Z[ recovery-image] Sep 09 17:44:52.006 INFO O| Sep 09 17:44:52.006 INFO ok!
38882024-09-09T17:44:53.000Z[ recovery-image] Sep 09 17:44:52.006 INFO O| Sep 09 17:44:52.006 INFO STEP 61 (ensure_file) COMPLETE
38892024-09-09T17:44:53.000Z[ recovery-image] Sep 09 17:44:52.006 INFO O| Sep 09 17:44:52.006 INFO STEP 62: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
38902024-09-09T17:44:53.016Z[ recovery-image] Sep 09 17:44:52.026 INFO O| Sep 09 17:44:52.026 WARN file /rpool/images/build/recovery/work/gimlet/ramdisk/etc/motd exists, with wrong contents, unlinking
38912024-09-09T17:44:53.017Z[ recovery-image] Sep 09 17:44:52.026 INFO O| Sep 09 17:44:52.026 INFO copying /work/oxidecomputer/helios/image/templates/files/motd -> /rpool/images/build/recovery/work/gimlet/ramdisk/etc/motd ...
38922024-09-09T17:44:53.020Z[ recovery-image] Sep 09 17:44:52.026 INFO O| Sep 09 17:44:52.026 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/gimlet/ramdisk/etc/motd
38932024-09-09T17:44:53.020Z[ recovery-image] Sep 09 17:44:52.026 INFO O| Sep 09 17:44:52.026 INFO chown ok, path: /rpool/images/build/recovery/work/gimlet/ramdisk/etc/motd
38942024-09-09T17:44:53.020Z[ recovery-image] Sep 09 17:44:52.026 INFO O| Sep 09 17:44:52.026 INFO ok!
38952024-09-09T17:44:53.020Z[ recovery-image] Sep 09 17:44:52.026 INFO O| Sep 09 17:44:52.026 INFO STEP 62 (ensure_file) COMPLETE
38962024-09-09T17:44:53.020Z[ recovery-image] Sep 09 17:44:52.026 INFO O| Sep 09 17:44:52.026 INFO STEP 63: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
38972024-09-09T17:44:53.055Z[ recovery-image] Sep 09 17:44:52.064 INFO O| Sep 09 17:44:52.064 INFO file /rpool/images/build/recovery/work/gimlet/ramdisk/etc/system.d/zfs:dbuf does not exist
38982024-09-09T17:44:53.055Z[ recovery-image] Sep 09 17:44:52.065 INFO O| Sep 09 17:44:52.064 INFO copying /work/oxidecomputer/helios/image/templates/files/gimlet-system-zfs:dbuf -> /rpool/images/build/recovery/work/gimlet/ramdisk/etc/system.d/zfs:dbuf ...
38992024-09-09T17:44:53.059Z[ recovery-image] Sep 09 17:44:52.065 INFO O| Sep 09 17:44:52.065 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/gimlet/ramdisk/etc/system.d/zfs:dbuf
39002024-09-09T17:44:53.059Z[ recovery-image] Sep 09 17:44:52.065 INFO O| Sep 09 17:44:52.065 INFO chown ok, path: /rpool/images/build/recovery/work/gimlet/ramdisk/etc/system.d/zfs:dbuf
39012024-09-09T17:44:53.059Z[ recovery-image] Sep 09 17:44:52.065 INFO O| Sep 09 17:44:52.065 INFO ok!
39022024-09-09T17:44:53.059Z[ recovery-image] Sep 09 17:44:52.065 INFO O| Sep 09 17:44:52.065 INFO STEP 63 (ensure_file) COMPLETE
39032024-09-09T17:44:53.059Z[ recovery-image] Sep 09 17:44:52.065 INFO O| Sep 09 17:44:52.065 INFO STEP 64: assemble_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
39042024-09-09T17:44:53.080Z[ recovery-image] Sep 09 17:44:52.087 INFO O| Sep 09 17:44:52.087 INFO file /rpool/images/build/recovery/work/gimlet/ramdisk/etc/system.d/.self-assembly does not exist
39052024-09-09T17:44:53.080Z[ recovery-image] Sep 09 17:44:52.087 INFO O| Sep 09 17:44:52.087 INFO writing /rpool/images/build/recovery/work/gimlet/ramdisk/etc/system.d/.self-assembly ...
39062024-09-09T17:44:53.080Z[ recovery-image] Sep 09 17:44:52.088 INFO O| Sep 09 17:44:52.087 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/ramdisk/etc/system.d/.self-assembly
39072024-09-09T17:44:53.083Z[ recovery-image] Sep 09 17:44:52.088 INFO O| Sep 09 17:44:52.088 INFO ok!
39082024-09-09T17:44:53.083Z[ recovery-image] Sep 09 17:44:52.088 INFO O| Sep 09 17:44:52.088 INFO STEP 64 (assemble_files) COMPLETE
39092024-09-09T17:44:53.083Z[ recovery-image] Sep 09 17:44:52.088 INFO O| Sep 09 17:44:52.088 INFO STEP 65: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
39102024-09-09T17:44:53.100Z[ recovery-image] Sep 09 17:44:52.109 INFO O| Sep 09 17:44:52.109 INFO file /rpool/images/build/recovery/work/gimlet/ramdisk/etc/dumpadm.conf does not exist
39112024-09-09T17:44:53.103Z[ recovery-image] Sep 09 17:44:52.110 INFO O| Sep 09 17:44:52.109 INFO copying /work/oxidecomputer/helios/image/templates/files/dumpadm.conf -> /rpool/images/build/recovery/work/gimlet/ramdisk/etc/dumpadm.conf ...
39122024-09-09T17:44:53.103Z[ recovery-image] Sep 09 17:44:52.110 INFO O| Sep 09 17:44:52.110 INFO ownership wrong (Id(0):Id(0), not 0:1), path: /rpool/images/build/recovery/work/gimlet/ramdisk/etc/dumpadm.conf
39132024-09-09T17:44:53.103Z[ recovery-image] Sep 09 17:44:52.110 INFO O| Sep 09 17:44:52.110 INFO chown ok, path: /rpool/images/build/recovery/work/gimlet/ramdisk/etc/dumpadm.conf
39142024-09-09T17:44:53.103Z[ recovery-image] Sep 09 17:44:52.110 INFO O| Sep 09 17:44:52.110 INFO ok!
39152024-09-09T17:44:53.103Z[ recovery-image] Sep 09 17:44:52.110 INFO O| Sep 09 17:44:52.110 INFO STEP 65 (ensure_file) COMPLETE
39162024-09-09T17:44:53.103Z[ recovery-image] Sep 09 17:44:52.110 INFO O| Sep 09 17:44:52.110 INFO STEP 66: ensure_dir, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
39172024-09-09T17:44:53.103Z[ recovery-image] Sep 09 17:44:52.110 INFO O| Sep 09 17:44:52.110 INFO skip step because feature "omicron1" is not enabled
39182024-09-09T17:44:53.103Z[ recovery-image] Sep 09 17:44:52.110 INFO O| Sep 09 17:44:52.110 INFO STEP 67: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
39192024-09-09T17:44:53.103Z[ recovery-image] Sep 09 17:44:52.110 INFO O| Sep 09 17:44:52.110 INFO skip step because feature "omicron1" is not enabled
39202024-09-09T17:44:53.103Z[ recovery-image] Sep 09 17:44:52.110 INFO O| Sep 09 17:44:52.110 INFO STEP 68: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
39212024-09-09T17:44:53.103Z[ recovery-image] Sep 09 17:44:52.110 INFO O| Sep 09 17:44:52.110 INFO skip step because feature "omicron1" is not enabled
39222024-09-09T17:44:53.103Z[ recovery-image] Sep 09 17:44:52.110 INFO O| Sep 09 17:44:52.110 INFO STEP 69: pack_tar, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
39232024-09-09T17:44:53.133Z[ recovery-image] Sep 09 17:44:52.143 INFO O| Sep 09 17:44:52.142 INFO file /rpool/images/build/recovery/output/gimlet-ramdisk.tar does not already exist, skipping removal
39242024-09-09T17:44:53.133Z[ recovery-image] Sep 09 17:44:52.143 INFO O| Sep 09 17:44:52.143 INFO exec: ["/usr/sbin/tar", "ceEp@/f", "/rpool/images/build/recovery/output/gimlet-ramdisk.tar", "-C", "/rpool/images/build/recovery/work/gimlet/ramdisk", "."]
39252024-09-09T17:44:54.063Z[ host-image] Sep 09 17:44:53.073 INFO O| Sep 09 17:44:53.073 INFO O| Actions: 48845/49262 actions (Installing new actions)
39262024-09-09T17:44:55.389Z[ host-image] Sep 09 17:44:54.399 INFO O| Sep 09 17:44:54.399 INFO O| Actions: Completed 49262 actions in 26.41 seconds.
39272024-09-09T17:44:56.242Z[ host-image] Sep 09 17:44:55.252 INFO O| Sep 09 17:44:55.252 INFO O| Done
39282024-09-09T17:44:56.242Z[ host-image] Sep 09 17:44:55.252 INFO O| Sep 09 17:44:55.252 INFO O| Done
39292024-09-09T17:44:56.348Z[ recovery-image] Sep 09 17:44:55.357 INFO O| Sep 09 17:44:55.357 INFO STEP 69 (pack_tar) COMPLETE
39302024-09-09T17:44:56.348Z[ recovery-image] Sep 09 17:44:55.357 INFO O| Sep 09 17:44:55.357 INFO creating output snapshot rpool/images/build/recovery/work/gimlet/ramdisk@trim
39312024-09-09T17:44:56.348Z[ recovery-image] Sep 09 17:44:55.357 INFO O| Sep 09 17:44:55.357 INFO CREATE SNAPSHOT: rpool/images/build/recovery/work/gimlet/ramdisk@trim
39322024-09-09T17:44:56.455Z[ recovery-image] Sep 09 17:44:55.465 INFO O| Sep 09 17:44:55.465 INFO DESTROY DATASET: rpool/images/build/recovery/tmp/gimlet/ramdisk-02-trim
39332024-09-09T17:44:56.560Z[ recovery-image] Sep 09 17:44:55.570 INFO O| Sep 09 17:44:55.569 INFO completed processing gimlet/ramdisk-02-trim
39342024-09-09T17:44:56.563Z[ recovery-image] Sep 09 17:44:55.573 INFO image builder template: ramdisk-03-recovery-trim...
39352024-09-09T17:44:56.567Z[ recovery-image] Sep 09 17:44:55.573 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/.tmpeS9XWJ/proto/recovery/root", "-F", "genproto=/work/oxidecomputer/helios/tmp/image.recovery/genproto.json", "-E", "/work/oxidecomputer/helios/tmp/image.recovery/omicron1", "-E", "/work/oxidecomputer/helios/projects", "-F", "repo_publisher=helios-dev", "-F", "repo_url=https://pkg.oxide.computer/helios/2/dev/", "-F", "baud=3000000", "-F", "recovery", "-F", "optever=0.33.293", "-n", "ramdisk-03-recovery-trim"], pwd: None
39362024-09-09T17:44:56.794Z[ recovery-image] Sep 09 17:44:55.803 INFO O| Sep 09 17:44:55.803 INFO temporary dataset: rpool/images/build/recovery/tmp/gimlet/ramdisk-03-recovery-trim
39372024-09-09T17:44:56.801Z[ recovery-image] Sep 09 17:44:55.811 INFO O| Sep 09 17:44:55.811 INFO CREATE DATASET: rpool/images/build/recovery/tmp/gimlet/ramdisk-03-recovery-trim
39382024-09-09T17:44:56.906Z[ recovery-image] Sep 09 17:44:55.916 INFO O| Sep 09 17:44:55.915 INFO SET DATASET PROPERTY ON rpool/images/build/recovery/tmp/gimlet/ramdisk-03-recovery-trim: sync = disabled
39392024-09-09T17:44:56.980Z[ recovery-image] Sep 09 17:44:55.990 INFO O| Sep 09 17:44:55.990 INFO temporary directory: /rpool/images/build/recovery/tmp/gimlet/ramdisk-03-recovery-trim
39402024-09-09T17:44:56.982Z[ recovery-image] Sep 09 17:44:55.990 INFO O| Sep 09 17:44:55.990 INFO work dataset: rpool/images/build/recovery/work/gimlet/ramdisk
39412024-09-09T17:44:56.996Z[ recovery-image] Sep 09 17:44:56.006 INFO O| Sep 09 17:44:56.006 INFO looking for output snapshot rpool/images/build/recovery/work/gimlet/ramdisk@recovery-trim
39422024-09-09T17:44:57.004Z[ recovery-image] Sep 09 17:44:56.014 INFO O| Sep 09 17:44:56.014 INFO looking for input snapshot rpool/images/build/recovery/work/gimlet/ramdisk@trim
39432024-09-09T17:44:57.014Z[ recovery-image] Sep 09 17:44:56.024 INFO O| Sep 09 17:44:56.024 INFO ROLLBACK TO SNAPSHOT: rpool/images/build/recovery/work/gimlet/ramdisk@trim
39442024-09-09T17:44:57.445Z[ recovery-image] Sep 09 17:44:56.455 INFO O| Sep 09 17:44:56.455 INFO rolled back to input snapshot; work may begin
39452024-09-09T17:44:57.445Z[ recovery-image] Sep 09 17:44:56.455 INFO O| Sep 09 17:44:56.455 INFO CREATE DATASET: rpool/images/build/recovery/work/gimlet/ramdisk
39462024-09-09T17:44:57.475Z[ recovery-image] Sep 09 17:44:56.485 INFO O| Sep 09 17:44:56.485 INFO STEP 0: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
39472024-09-09T17:44:57.524Z[ host-image] Sep 09 17:44:56.534 INFO O| Sep 09 17:44:56.533 INFO O| Done
39482024-09-09T17:44:57.543Z[ recovery-image] Sep 09 17:44:56.553 INFO O| Sep 09 17:44:56.553 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gcc/7"
39492024-09-09T17:44:57.577Z[ recovery-image] Sep 09 17:44:56.585 INFO O| Sep 09 17:44:56.585 INFO STEP 0 (remove_files) COMPLETE
39502024-09-09T17:44:57.577Z[ recovery-image] Sep 09 17:44:56.585 INFO O| Sep 09 17:44:56.585 INFO STEP 1: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
39512024-09-09T17:44:57.596Z[ recovery-image] Sep 09 17:44:56.605 INFO O| Sep 09 17:44:56.605 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gnu/share"
39522024-09-09T17:44:57.692Z[ recovery-image] Sep 09 17:44:56.701 INFO O| Sep 09 17:44:56.701 INFO STEP 1 (remove_files) COMPLETE
39532024-09-09T17:44:57.692Z[ recovery-image] Sep 09 17:44:56.702 INFO O| Sep 09 17:44:56.701 INFO STEP 2: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
39542024-09-09T17:44:57.710Z[ recovery-image] Sep 09 17:44:56.720 INFO O| Sep 09 17:44:56.720 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/dns"
39552024-09-09T17:44:57.773Z[ recovery-image] Sep 09 17:44:56.783 INFO O| Sep 09 17:44:56.782 INFO STEP 2 (remove_files) COMPLETE
39562024-09-09T17:44:57.773Z[ recovery-image] Sep 09 17:44:56.783 INFO O| Sep 09 17:44:56.783 INFO STEP 3: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
39572024-09-09T17:44:57.793Z[ recovery-image] Sep 09 17:44:56.803 INFO O| Sep 09 17:44:56.803 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/iconv"
39582024-09-09T17:44:57.942Z[ recovery-image] Sep 09 17:44:56.951 INFO O| Sep 09 17:44:56.951 INFO STEP 3 (remove_files) COMPLETE
39592024-09-09T17:44:57.942Z[ recovery-image] Sep 09 17:44:56.952 INFO O| Sep 09 17:44:56.951 INFO STEP 4: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
39602024-09-09T17:44:57.962Z[ recovery-image] Sep 09 17:44:56.972 INFO O| Sep 09 17:44:56.972 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/locale"
39612024-09-09T17:44:58.200Z[ recovery-image] Sep 09 17:44:57.210 INFO O| Sep 09 17:44:57.210 INFO STEP 4 (remove_files) COMPLETE
39622024-09-09T17:44:58.200Z[ recovery-image] Sep 09 17:44:57.210 INFO O| Sep 09 17:44:57.210 INFO STEP 5: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
39632024-09-09T17:44:58.254Z[ recovery-image] Sep 09 17:44:57.264 INFO O| Sep 09 17:44:57.264 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/mdb"
39642024-09-09T17:44:58.296Z[ recovery-image] Sep 09 17:44:57.305 INFO O| Sep 09 17:44:57.305 INFO STEP 5 (remove_files) COMPLETE
39652024-09-09T17:44:58.296Z[ recovery-image] Sep 09 17:44:57.305 INFO O| Sep 09 17:44:57.305 INFO STEP 6: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
39662024-09-09T17:44:58.338Z[ recovery-image] Sep 09 17:44:57.348 INFO O| Sep 09 17:44:57.348 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/mps"
39672024-09-09T17:44:58.352Z[ recovery-image] Sep 09 17:44:57.361 INFO O| Sep 09 17:44:57.361 INFO STEP 6 (remove_files) COMPLETE
39682024-09-09T17:44:58.353Z[ recovery-image] Sep 09 17:44:57.361 INFO O| Sep 09 17:44:57.361 INFO STEP 7: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
39692024-09-09T17:44:58.463Z[ recovery-image] Sep 09 17:44:57.473 INFO O| Sep 09 17:44:57.473 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/pkgconfig"
39702024-09-09T17:44:58.483Z[ recovery-image] Sep 09 17:44:57.492 INFO O| Sep 09 17:44:57.492 INFO STEP 7 (remove_files) COMPLETE
39712024-09-09T17:44:58.483Z[ recovery-image] Sep 09 17:44:57.492 INFO O| Sep 09 17:44:57.492 INFO STEP 8: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
39722024-09-09T17:44:58.542Z[ recovery-image] Sep 09 17:44:57.551 INFO O| Sep 09 17:44:57.551 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/scsi"
39732024-09-09T17:44:58.565Z[ recovery-image] Sep 09 17:44:57.575 INFO O| Sep 09 17:44:57.574 INFO STEP 8 (remove_files) COMPLETE
39742024-09-09T17:44:58.565Z[ recovery-image] Sep 09 17:44:57.575 INFO O| Sep 09 17:44:57.574 INFO STEP 9: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
39752024-09-09T17:44:58.598Z[ recovery-image] Sep 09 17:44:57.607 INFO O| Sep 09 17:44:57.607 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/smbfs"
39762024-09-09T17:44:58.600Z[ recovery-image] Sep 09 17:44:57.608 INFO O| Sep 09 17:44:57.608 INFO STEP 9 (remove_files) COMPLETE
39772024-09-09T17:44:58.600Z[ recovery-image] Sep 09 17:44:57.608 INFO O| Sep 09 17:44:57.608 INFO STEP 10: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
39782024-09-09T17:44:58.634Z[ recovery-image] Sep 09 17:44:57.644 INFO O| Sep 09 17:44:57.644 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/smbsrv"
39792024-09-09T17:44:58.637Z[ recovery-image] Sep 09 17:44:57.646 INFO O| Sep 09 17:44:57.646 INFO STEP 10 (remove_files) COMPLETE
39802024-09-09T17:44:58.637Z[ recovery-image] Sep 09 17:44:57.646 INFO O| Sep 09 17:44:57.646 INFO STEP 11: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
39812024-09-09T17:44:58.675Z[ recovery-image] Sep 09 17:44:57.685 INFO O| Sep 09 17:44:57.685 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/perl5"
39822024-09-09T17:44:59.393Z[ recovery-image] Sep 09 17:44:58.402 INFO O| Sep 09 17:44:58.402 INFO STEP 11 (remove_files) COMPLETE
39832024-09-09T17:44:59.393Z[ recovery-image] Sep 09 17:44:58.402 INFO O| Sep 09 17:44:58.402 INFO STEP 12: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
39842024-09-09T17:44:59.454Z[ recovery-image] Sep 09 17:44:58.463 INFO O| Sep 09 17:44:58.463 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/share/bash"
39852024-09-09T17:44:59.476Z[ recovery-image] Sep 09 17:44:58.486 INFO O| Sep 09 17:44:58.485 INFO STEP 12 (remove_files) COMPLETE
39862024-09-09T17:44:59.476Z[ recovery-image] Sep 09 17:44:58.486 INFO O| Sep 09 17:44:58.486 INFO STEP 13: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
39872024-09-09T17:44:59.543Z[ recovery-image] Sep 09 17:44:58.551 INFO O| Sep 09 17:44:58.551 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/share/bhyve"
39882024-09-09T17:44:59.559Z[ recovery-image] Sep 09 17:44:58.569 INFO O| Sep 09 17:44:58.569 INFO STEP 13 (remove_files) COMPLETE
39892024-09-09T17:44:59.559Z[ recovery-image] Sep 09 17:44:58.569 INFO O| Sep 09 17:44:58.569 INFO STEP 14: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
39902024-09-09T17:44:59.599Z[ recovery-image] Sep 09 17:44:58.609 INFO O| Sep 09 17:44:58.609 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/share/emacs"
39912024-09-09T17:44:59.602Z[ recovery-image] Sep 09 17:44:58.610 INFO O| Sep 09 17:44:58.610 INFO STEP 14 (remove_files) COMPLETE
39922024-09-09T17:44:59.602Z[ recovery-image] Sep 09 17:44:58.610 INFO O| Sep 09 17:44:58.610 INFO STEP 15: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
39932024-09-09T17:44:59.630Z[ recovery-image] Sep 09 17:44:58.639 INFO O| Sep 09 17:44:58.639 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/share/icons"
39942024-09-09T17:44:59.632Z[ recovery-image] Sep 09 17:44:58.640 INFO O| Sep 09 17:44:58.640 INFO STEP 15 (remove_files) COMPLETE
39952024-09-09T17:44:59.632Z[ recovery-image] Sep 09 17:44:58.640 INFO O| Sep 09 17:44:58.640 INFO STEP 16: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
39962024-09-09T17:44:59.661Z[ recovery-image] Sep 09 17:44:58.671 INFO O| Sep 09 17:44:58.671 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/share/locale"
39972024-09-09T17:44:59.694Z[ recovery-image] Sep 09 17:44:58.703 INFO O| Sep 09 17:44:58.703 INFO STEP 16 (remove_files) COMPLETE
39982024-09-09T17:44:59.694Z[ recovery-image] Sep 09 17:44:58.703 INFO O| Sep 09 17:44:58.703 INFO STEP 17: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
39992024-09-09T17:44:59.733Z[ recovery-image] Sep 09 17:44:58.742 INFO O| Sep 09 17:44:58.742 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/share/src"
40002024-09-09T17:44:59.733Z[ recovery-image] Sep 09 17:44:58.743 INFO O| Sep 09 17:44:58.743 INFO STEP 17 (remove_files) COMPLETE
40012024-09-09T17:44:59.736Z[ recovery-image] Sep 09 17:44:58.743 INFO O| Sep 09 17:44:58.743 INFO STEP 18: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
40022024-09-09T17:44:59.845Z[ recovery-image] Sep 09 17:44:58.854 INFO O| Sep 09 17:44:58.854 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/share/terminfo"
40032024-09-09T17:44:59.847Z[ recovery-image] Sep 09 17:44:58.855 INFO O| Sep 09 17:44:58.855 INFO STEP 18 (remove_files) COMPLETE
40042024-09-09T17:44:59.848Z[ recovery-image] Sep 09 17:44:58.855 INFO O| Sep 09 17:44:58.855 INFO STEP 19: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
40052024-09-09T17:44:59.866Z[ recovery-image] Sep 09 17:44:58.876 INFO O| Sep 09 17:44:58.876 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/share/vim"
40062024-09-09T17:45:00.126Z[ host-image] Sep 09 17:44:59.135 INFO O| Sep 09 17:44:59.135 INFO O| Done
40072024-09-09T17:45:00.144Z[ recovery-image] Sep 09 17:44:59.153 INFO O| Sep 09 17:44:59.153 INFO STEP 19 (remove_files) COMPLETE
40082024-09-09T17:45:00.144Z[ recovery-image] Sep 09 17:44:59.153 INFO O| Sep 09 17:44:59.153 INFO STEP 20: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
40092024-09-09T17:45:00.171Z[ recovery-image] Sep 09 17:44:59.180 INFO O| Sep 09 17:44:59.180 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/lib/svc/manifest/network/ssh.xml"
40102024-09-09T17:45:00.187Z[ host-image] Sep 09 17:44:59.197 INFO O| Sep 09 17:44:59.197 INFO O| Done
40112024-09-09T17:45:00.203Z[ recovery-image] Sep 09 17:44:59.213 INFO O| Sep 09 17:44:59.213 INFO STEP 20 (remove_files) COMPLETE
40122024-09-09T17:45:00.203Z[ recovery-image] Sep 09 17:44:59.213 INFO O| Sep 09 17:44:59.213 INFO STEP 21: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
40132024-09-09T17:45:00.224Z[ recovery-image] Sep 09 17:44:59.233 INFO O| Sep 09 17:44:59.233 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/lib/svc/manifest/system/fmd.xml"
40142024-09-09T17:45:00.233Z[ recovery-image] Sep 09 17:44:59.242 INFO O| Sep 09 17:44:59.242 INFO STEP 21 (remove_files) COMPLETE
40152024-09-09T17:45:00.233Z[ recovery-image] Sep 09 17:44:59.242 INFO O| Sep 09 17:44:59.242 INFO STEP 22: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
40162024-09-09T17:45:00.274Z[ recovery-image] Sep 09 17:44:59.284 INFO O| Sep 09 17:44:59.283 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/adb"
40172024-09-09T17:45:00.278Z[ recovery-image] Sep 09 17:44:59.284 INFO O| Sep 09 17:44:59.284 INFO STEP 22 (remove_files) COMPLETE
40182024-09-09T17:45:00.278Z[ recovery-image] Sep 09 17:44:59.284 INFO O| Sep 09 17:44:59.284 INFO STEP 23: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
40192024-09-09T17:45:00.307Z[ recovery-image] Sep 09 17:44:59.316 INFO O| Sep 09 17:44:59.316 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/addbadsec"
40202024-09-09T17:45:00.307Z[ recovery-image] Sep 09 17:44:59.316 INFO O| Sep 09 17:44:59.316 INFO STEP 23 (remove_files) COMPLETE
40212024-09-09T17:45:00.310Z[ recovery-image] Sep 09 17:44:59.316 INFO O| Sep 09 17:44:59.316 INFO STEP 24: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
40222024-09-09T17:45:00.327Z[ recovery-image] Sep 09 17:44:59.337 INFO O| Sep 09 17:44:59.337 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/agentxtrap"
40232024-09-09T17:45:00.346Z[ recovery-image] Sep 09 17:44:59.356 INFO O| Sep 09 17:44:59.356 INFO STEP 24 (remove_files) COMPLETE
40242024-09-09T17:45:00.346Z[ recovery-image] Sep 09 17:44:59.356 INFO O| Sep 09 17:44:59.356 INFO STEP 25: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
40252024-09-09T17:45:00.376Z[ recovery-image] Sep 09 17:44:59.385 INFO O| Sep 09 17:44:59.385 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/alias"
40262024-09-09T17:45:00.378Z[ recovery-image] Sep 09 17:44:59.386 INFO O| Sep 09 17:44:59.386 INFO STEP 25 (remove_files) COMPLETE
40272024-09-09T17:45:00.378Z[ recovery-image] Sep 09 17:44:59.386 INFO O| Sep 09 17:44:59.386 INFO STEP 26: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
40282024-09-09T17:45:00.398Z[ recovery-image] Sep 09 17:44:59.408 INFO O| Sep 09 17:44:59.407 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/adb"
40292024-09-09T17:45:00.401Z[ recovery-image] Sep 09 17:44:59.408 INFO O| Sep 09 17:44:59.408 INFO STEP 26 (remove_files) COMPLETE
40302024-09-09T17:45:00.401Z[ recovery-image] Sep 09 17:44:59.408 INFO O| Sep 09 17:44:59.408 INFO STEP 27: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
40312024-09-09T17:45:00.436Z[ recovery-image] Sep 09 17:44:59.446 INFO O| Sep 09 17:44:59.446 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/amt"
40322024-09-09T17:45:00.439Z[ recovery-image] Sep 09 17:44:59.446 INFO O| Sep 09 17:44:59.446 INFO STEP 27 (remove_files) COMPLETE
40332024-09-09T17:45:00.439Z[ recovery-image] Sep 09 17:44:59.446 INFO O| Sep 09 17:44:59.446 INFO STEP 28: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
40342024-09-09T17:45:00.456Z[ recovery-image] Sep 09 17:44:59.465 INFO O| Sep 09 17:44:59.465 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/cputrack"
40352024-09-09T17:45:00.456Z[ recovery-image] Sep 09 17:44:59.465 INFO O| Sep 09 17:44:59.465 INFO STEP 28 (remove_files) COMPLETE
40362024-09-09T17:45:00.459Z[ recovery-image] Sep 09 17:44:59.466 INFO O| Sep 09 17:44:59.466 INFO STEP 29: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
40372024-09-09T17:45:00.488Z[ recovery-image] Sep 09 17:44:59.497 INFO O| Sep 09 17:44:59.497 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/crle"
40382024-09-09T17:45:00.488Z[ recovery-image] Sep 09 17:44:59.497 INFO O| Sep 09 17:44:59.497 INFO STEP 29 (remove_files) COMPLETE
40392024-09-09T17:45:00.491Z[ recovery-image] Sep 09 17:44:59.498 INFO O| Sep 09 17:44:59.497 INFO STEP 30: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
40402024-09-09T17:45:00.544Z[ recovery-image] Sep 09 17:44:59.554 INFO O| Sep 09 17:44:59.554 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/curl"
40412024-09-09T17:45:00.547Z[ recovery-image] Sep 09 17:44:59.554 INFO O| Sep 09 17:44:59.554 INFO STEP 30 (remove_files) COMPLETE
40422024-09-09T17:45:00.547Z[ recovery-image] Sep 09 17:44:59.554 INFO O| Sep 09 17:44:59.554 INFO STEP 31: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
40432024-09-09T17:45:00.563Z[ recovery-image] Sep 09 17:44:59.572 INFO O| Sep 09 17:44:59.572 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/curl-config"
40442024-09-09T17:45:00.563Z[ recovery-image] Sep 09 17:44:59.572 INFO O| Sep 09 17:44:59.572 INFO STEP 31 (remove_files) COMPLETE
40452024-09-09T17:45:00.563Z[ recovery-image] Sep 09 17:44:59.572 INFO O| Sep 09 17:44:59.572 INFO STEP 32: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
40462024-09-09T17:45:00.590Z[ recovery-image] Sep 09 17:44:59.599 INFO O| Sep 09 17:44:59.599 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/decrypt"
40472024-09-09T17:45:00.593Z[ recovery-image] Sep 09 17:44:59.600 INFO O| Sep 09 17:44:59.600 INFO STEP 32 (remove_files) COMPLETE
40482024-09-09T17:45:00.593Z[ recovery-image] Sep 09 17:44:59.600 INFO O| Sep 09 17:44:59.600 INFO STEP 33: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
40492024-09-09T17:45:00.628Z[ recovery-image] Sep 09 17:44:59.637 INFO O| Sep 09 17:44:59.637 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/digest"
40502024-09-09T17:45:00.628Z[ recovery-image] Sep 09 17:44:59.637 INFO O| Sep 09 17:44:59.637 INFO STEP 33 (remove_files) COMPLETE
40512024-09-09T17:45:00.628Z[ recovery-image] Sep 09 17:44:59.637 INFO O| Sep 09 17:44:59.637 INFO STEP 34: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
40522024-09-09T17:45:00.668Z[ recovery-image] Sep 09 17:44:59.677 INFO O| Sep 09 17:44:59.677 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/elfwrap"
40532024-09-09T17:45:00.670Z[ recovery-image] Sep 09 17:44:59.677 INFO O| Sep 09 17:44:59.677 INFO STEP 34 (remove_files) COMPLETE
40542024-09-09T17:45:00.670Z[ recovery-image] Sep 09 17:44:59.677 INFO O| Sep 09 17:44:59.677 INFO STEP 35: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
40552024-09-09T17:45:00.711Z[ recovery-image] Sep 09 17:44:59.720 INFO O| Sep 09 17:44:59.720 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/encrypt"
40562024-09-09T17:45:00.711Z[ recovery-image] Sep 09 17:44:59.720 INFO O| Sep 09 17:44:59.720 INFO STEP 35 (remove_files) COMPLETE
40572024-09-09T17:45:00.711Z[ recovery-image] Sep 09 17:44:59.720 INFO O| Sep 09 17:44:59.720 INFO STEP 36: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
40582024-09-09T17:45:00.744Z[ recovery-image] Sep 09 17:44:59.753 INFO O| Sep 09 17:44:59.753 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/gclear"
40592024-09-09T17:45:00.744Z[ recovery-image] Sep 09 17:44:59.753 INFO O| Sep 09 17:44:59.753 INFO STEP 36 (remove_files) COMPLETE
40602024-09-09T17:45:00.745Z[ recovery-image] Sep 09 17:44:59.753 INFO O| Sep 09 17:44:59.753 INFO STEP 37: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
40612024-09-09T17:45:00.811Z[ recovery-image] Sep 09 17:44:59.820 INFO O| Sep 09 17:44:59.820 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/gcore"
40622024-09-09T17:45:00.813Z[ recovery-image] Sep 09 17:44:59.821 INFO O| Sep 09 17:44:59.820 INFO STEP 37 (remove_files) COMPLETE
40632024-09-09T17:45:00.813Z[ recovery-image] Sep 09 17:44:59.821 INFO O| Sep 09 17:44:59.820 INFO STEP 38: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
40642024-09-09T17:45:00.852Z[ recovery-image] Sep 09 17:44:59.862 INFO O| Sep 09 17:44:59.861 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/ginfocmp"
40652024-09-09T17:45:00.855Z[ recovery-image] Sep 09 17:44:59.862 INFO O| Sep 09 17:44:59.862 INFO STEP 38 (remove_files) COMPLETE
40662024-09-09T17:45:00.855Z[ recovery-image] Sep 09 17:44:59.862 INFO O| Sep 09 17:44:59.862 INFO STEP 39: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
40672024-09-09T17:45:00.877Z[ recovery-image] Sep 09 17:44:59.886 INFO O| Sep 09 17:44:59.886 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/gtabs"
40682024-09-09T17:45:00.877Z[ recovery-image] Sep 09 17:44:59.886 INFO O| Sep 09 17:44:59.886 INFO STEP 39 (remove_files) COMPLETE
40692024-09-09T17:45:00.877Z[ recovery-image] Sep 09 17:44:59.886 INFO O| Sep 09 17:44:59.886 INFO STEP 40: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
40702024-09-09T17:45:00.934Z[ recovery-image] Sep 09 17:44:59.943 INFO O| Sep 09 17:44:59.943 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/gtic"
40712024-09-09T17:45:00.934Z[ recovery-image] Sep 09 17:44:59.943 INFO O| Sep 09 17:44:59.943 INFO STEP 40 (remove_files) COMPLETE
40722024-09-09T17:45:00.937Z[ recovery-image] Sep 09 17:44:59.944 INFO O| Sep 09 17:44:59.943 INFO STEP 41: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
40732024-09-09T17:45:00.953Z[ recovery-image] Sep 09 17:44:59.962 INFO O| Sep 09 17:44:59.962 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/gtoe"
40742024-09-09T17:45:00.956Z[ recovery-image] Sep 09 17:44:59.962 INFO O| Sep 09 17:44:59.962 INFO STEP 41 (remove_files) COMPLETE
40752024-09-09T17:45:00.956Z[ recovery-image] Sep 09 17:44:59.963 INFO O| Sep 09 17:44:59.962 INFO STEP 42: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
40762024-09-09T17:45:00.988Z[ recovery-image] Sep 09 17:44:59.997 INFO O| Sep 09 17:44:59.997 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/gtput"
40772024-09-09T17:45:00.990Z[ recovery-image] Sep 09 17:44:59.997 INFO O| Sep 09 17:44:59.997 INFO STEP 42 (remove_files) COMPLETE
40782024-09-09T17:45:00.990Z[ recovery-image] Sep 09 17:44:59.997 INFO O| Sep 09 17:44:59.997 INFO STEP 43: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
40792024-09-09T17:45:01.009Z[ recovery-image] Sep 09 17:45:00.018 INFO O| Sep 09 17:45:00.018 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/gtset"
40802024-09-09T17:45:01.011Z[ recovery-image] Sep 09 17:45:00.018 INFO O| Sep 09 17:45:00.018 INFO STEP 43 (remove_files) COMPLETE
40812024-09-09T17:45:01.011Z[ recovery-image] Sep 09 17:45:00.018 INFO O| Sep 09 17:45:00.018 INFO STEP 44: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
40822024-09-09T17:45:01.038Z[ recovery-image] Sep 09 17:45:00.047 INFO O| Sep 09 17:45:00.047 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/idn"
40832024-09-09T17:45:01.041Z[ recovery-image] Sep 09 17:45:00.047 INFO O| Sep 09 17:45:00.047 INFO STEP 44 (remove_files) COMPLETE
40842024-09-09T17:45:01.041Z[ recovery-image] Sep 09 17:45:00.047 INFO O| Sep 09 17:45:00.047 INFO STEP 45: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
40852024-09-09T17:45:01.064Z[ recovery-image] Sep 09 17:45:00.073 INFO O| Sep 09 17:45:00.073 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/ksh93"
40862024-09-09T17:45:01.064Z[ recovery-image] Sep 09 17:45:00.073 INFO O| Sep 09 17:45:00.073 INFO STEP 45 (remove_files) COMPLETE
40872024-09-09T17:45:01.067Z[ recovery-image] Sep 09 17:45:00.073 INFO O| Sep 09 17:45:00.073 INFO STEP 46: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
40882024-09-09T17:45:01.123Z[ recovery-image] Sep 09 17:45:00.132 INFO O| Sep 09 17:45:00.132 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/ls"
40892024-09-09T17:45:01.123Z[ recovery-image] Sep 09 17:45:00.132 INFO O| Sep 09 17:45:00.132 INFO STEP 46 (remove_files) COMPLETE
40902024-09-09T17:45:01.123Z[ recovery-image] Sep 09 17:45:00.132 INFO O| Sep 09 17:45:00.132 INFO STEP 47: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
40912024-09-09T17:45:01.176Z[ recovery-image] Sep 09 17:45:00.185 INFO O| Sep 09 17:45:00.185 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/mac"
40922024-09-09T17:45:01.179Z[ recovery-image] Sep 09 17:45:00.186 INFO O| Sep 09 17:45:00.185 INFO STEP 47 (remove_files) COMPLETE
40932024-09-09T17:45:01.179Z[ recovery-image] Sep 09 17:45:00.186 INFO O| Sep 09 17:45:00.186 INFO STEP 48: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
40942024-09-09T17:45:01.197Z[ recovery-image] Sep 09 17:45:00.207 INFO O| Sep 09 17:45:00.207 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/mdb"
40952024-09-09T17:45:01.200Z[ recovery-image] Sep 09 17:45:00.207 INFO O| Sep 09 17:45:00.207 INFO STEP 48 (remove_files) COMPLETE
40962024-09-09T17:45:01.200Z[ recovery-image] Sep 09 17:45:00.207 INFO O| Sep 09 17:45:00.207 INFO STEP 49: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
40972024-09-09T17:45:01.217Z[ recovery-image] Sep 09 17:45:00.226 INFO O| Sep 09 17:45:00.226 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/moe"
40982024-09-09T17:45:01.217Z[ recovery-image] Sep 09 17:45:00.226 INFO O| Sep 09 17:45:00.226 INFO STEP 49 (remove_files) COMPLETE
40992024-09-09T17:45:01.219Z[ recovery-image] Sep 09 17:45:00.226 INFO O| Sep 09 17:45:00.226 INFO STEP 50: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
41002024-09-09T17:45:01.236Z[ recovery-image] Sep 09 17:45:00.246 INFO O| Sep 09 17:45:00.245 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/ncurses6-config"
41012024-09-09T17:45:01.239Z[ recovery-image] Sep 09 17:45:00.246 INFO O| Sep 09 17:45:00.246 INFO STEP 50 (remove_files) COMPLETE
41022024-09-09T17:45:01.239Z[ recovery-image] Sep 09 17:45:00.246 INFO O| Sep 09 17:45:00.246 INFO STEP 51: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
41032024-09-09T17:45:01.257Z[ recovery-image] Sep 09 17:45:00.266 INFO O| Sep 09 17:45:00.266 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/newtask"
41042024-09-09T17:45:01.260Z[ recovery-image] Sep 09 17:45:00.267 INFO O| Sep 09 17:45:00.266 INFO STEP 51 (remove_files) COMPLETE
41052024-09-09T17:45:01.260Z[ recovery-image] Sep 09 17:45:00.267 INFO O| Sep 09 17:45:00.267 INFO STEP 52: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
41062024-09-09T17:45:01.277Z[ recovery-image] Sep 09 17:45:00.286 INFO O| Sep 09 17:45:00.286 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/nohup"
41072024-09-09T17:45:01.280Z[ recovery-image] Sep 09 17:45:00.286 INFO O| Sep 09 17:45:00.286 INFO STEP 52 (remove_files) COMPLETE
41082024-09-09T17:45:01.280Z[ recovery-image] Sep 09 17:45:00.287 INFO O| Sep 09 17:45:00.286 INFO STEP 53: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
41092024-09-09T17:45:01.296Z[ recovery-image] Sep 09 17:45:00.305 INFO O| Sep 09 17:45:00.305 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pargs"
41102024-09-09T17:45:01.300Z[ recovery-image] Sep 09 17:45:00.306 INFO O| Sep 09 17:45:00.306 INFO STEP 53 (remove_files) COMPLETE
41112024-09-09T17:45:01.300Z[ recovery-image] Sep 09 17:45:00.306 INFO O| Sep 09 17:45:00.306 INFO STEP 54: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
41122024-09-09T17:45:01.315Z[ recovery-image] Sep 09 17:45:00.324 INFO O| Sep 09 17:45:00.324 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pauxv"
41132024-09-09T17:45:01.315Z[ recovery-image] Sep 09 17:45:00.324 INFO O| Sep 09 17:45:00.324 INFO STEP 54 (remove_files) COMPLETE
41142024-09-09T17:45:01.315Z[ recovery-image] Sep 09 17:45:00.324 INFO O| Sep 09 17:45:00.324 INFO STEP 55: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
41152024-09-09T17:45:01.333Z[ recovery-image] Sep 09 17:45:00.343 INFO O| Sep 09 17:45:00.343 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pcap-config"
41162024-09-09T17:45:01.333Z[ recovery-image] Sep 09 17:45:00.343 INFO O| Sep 09 17:45:00.343 INFO STEP 55 (remove_files) COMPLETE
41172024-09-09T17:45:01.336Z[ recovery-image] Sep 09 17:45:00.343 INFO O| Sep 09 17:45:00.343 INFO STEP 56: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
41182024-09-09T17:45:01.352Z[ recovery-image] Sep 09 17:45:00.361 INFO O| Sep 09 17:45:00.361 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pcre-config"
41192024-09-09T17:45:01.352Z[ recovery-image] Sep 09 17:45:00.361 INFO O| Sep 09 17:45:00.361 INFO STEP 56 (remove_files) COMPLETE
41202024-09-09T17:45:01.352Z[ recovery-image] Sep 09 17:45:00.361 INFO O| Sep 09 17:45:00.361 INFO STEP 57: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
41212024-09-09T17:45:01.372Z[ recovery-image] Sep 09 17:45:00.381 INFO O| Sep 09 17:45:00.381 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pcre2-config"
41222024-09-09T17:45:01.372Z[ recovery-image] Sep 09 17:45:00.381 INFO O| Sep 09 17:45:00.381 INFO STEP 57 (remove_files) COMPLETE
41232024-09-09T17:45:01.374Z[ recovery-image] Sep 09 17:45:00.381 INFO O| Sep 09 17:45:00.381 INFO STEP 58: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
41242024-09-09T17:45:01.394Z[ recovery-image] Sep 09 17:45:00.403 INFO O| Sep 09 17:45:00.403 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pcre2grep"
41252024-09-09T17:45:01.397Z[ recovery-image] Sep 09 17:45:00.404 INFO O| Sep 09 17:45:00.403 INFO STEP 58 (remove_files) COMPLETE
41262024-09-09T17:45:01.397Z[ recovery-image] Sep 09 17:45:00.404 INFO O| Sep 09 17:45:00.404 INFO STEP 59: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
41272024-09-09T17:45:01.436Z[ recovery-image] Sep 09 17:45:00.445 INFO O| Sep 09 17:45:00.445 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pcre2test"
41282024-09-09T17:45:01.436Z[ recovery-image] Sep 09 17:45:00.445 INFO O| Sep 09 17:45:00.445 INFO STEP 59 (remove_files) COMPLETE
41292024-09-09T17:45:01.439Z[ recovery-image] Sep 09 17:45:00.445 INFO O| Sep 09 17:45:00.445 INFO STEP 60: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
41302024-09-09T17:45:01.465Z[ recovery-image] Sep 09 17:45:00.474 INFO O| Sep 09 17:45:00.474 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pcred"
41312024-09-09T17:45:01.486Z[ recovery-image] Sep 09 17:45:00.495 INFO O| Sep 09 17:45:00.495 INFO STEP 60 (remove_files) COMPLETE
41322024-09-09T17:45:01.486Z[ recovery-image] Sep 09 17:45:00.495 INFO O| Sep 09 17:45:00.495 INFO STEP 61: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
41332024-09-09T17:45:01.506Z[ recovery-image] Sep 09 17:45:00.515 INFO O| Sep 09 17:45:00.515 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pcregrep"
41342024-09-09T17:45:01.509Z[ recovery-image] Sep 09 17:45:00.515 INFO O| Sep 09 17:45:00.515 INFO STEP 61 (remove_files) COMPLETE
41352024-09-09T17:45:01.509Z[ recovery-image] Sep 09 17:45:00.515 INFO O| Sep 09 17:45:00.515 INFO STEP 62: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
41362024-09-09T17:45:01.525Z[ recovery-image] Sep 09 17:45:00.535 INFO O| Sep 09 17:45:00.534 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pcretest"
41372024-09-09T17:45:01.528Z[ recovery-image] Sep 09 17:45:00.535 INFO O| Sep 09 17:45:00.535 INFO STEP 62 (remove_files) COMPLETE
41382024-09-09T17:45:01.528Z[ recovery-image] Sep 09 17:45:00.535 INFO O| Sep 09 17:45:00.535 INFO STEP 63: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
41392024-09-09T17:45:01.583Z[ recovery-image] Sep 09 17:45:00.593 INFO O| Sep 09 17:45:00.593 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/penv"
41402024-09-09T17:45:01.583Z[ recovery-image] Sep 09 17:45:00.593 INFO O| Sep 09 17:45:00.593 INFO STEP 63 (remove_files) COMPLETE
41412024-09-09T17:45:01.584Z[ recovery-image] Sep 09 17:45:00.593 INFO O| Sep 09 17:45:00.593 INFO STEP 64: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
41422024-09-09T17:45:01.604Z[ recovery-image] Sep 09 17:45:00.613 INFO O| Sep 09 17:45:00.613 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pfiles"
41432024-09-09T17:45:01.606Z[ recovery-image] Sep 09 17:45:00.613 INFO O| Sep 09 17:45:00.613 INFO STEP 64 (remove_files) COMPLETE
41442024-09-09T17:45:01.606Z[ recovery-image] Sep 09 17:45:00.613 INFO O| Sep 09 17:45:00.613 INFO STEP 65: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
41452024-09-09T17:45:01.632Z[ recovery-image] Sep 09 17:45:00.641 INFO O| Sep 09 17:45:00.641 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pflags"
41462024-09-09T17:45:01.632Z[ recovery-image] Sep 09 17:45:00.641 INFO O| Sep 09 17:45:00.641 INFO STEP 65 (remove_files) COMPLETE
41472024-09-09T17:45:01.632Z[ recovery-image] Sep 09 17:45:00.641 INFO O| Sep 09 17:45:00.641 INFO STEP 66: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
41482024-09-09T17:45:01.674Z[ recovery-image] Sep 09 17:45:00.683 INFO O| Sep 09 17:45:00.683 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pldd"
41492024-09-09T17:45:01.674Z[ recovery-image] Sep 09 17:45:00.683 INFO O| Sep 09 17:45:00.683 INFO STEP 66 (remove_files) COMPLETE
41502024-09-09T17:45:01.674Z[ recovery-image] Sep 09 17:45:00.683 INFO O| Sep 09 17:45:00.683 INFO STEP 67: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
41512024-09-09T17:45:01.697Z[ recovery-image] Sep 09 17:45:00.706 INFO O| Sep 09 17:45:00.706 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/plgrp"
41522024-09-09T17:45:01.697Z[ recovery-image] Sep 09 17:45:00.706 INFO O| Sep 09 17:45:00.706 INFO STEP 67 (remove_files) COMPLETE
41532024-09-09T17:45:01.700Z[ recovery-image] Sep 09 17:45:00.706 INFO O| Sep 09 17:45:00.706 INFO STEP 68: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
41542024-09-09T17:45:01.718Z[ recovery-image] Sep 09 17:45:00.727 INFO O| Sep 09 17:45:00.727 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/plimit"
41552024-09-09T17:45:01.718Z[ recovery-image] Sep 09 17:45:00.727 INFO O| Sep 09 17:45:00.727 INFO STEP 68 (remove_files) COMPLETE
41562024-09-09T17:45:01.721Z[ recovery-image] Sep 09 17:45:00.727 INFO O| Sep 09 17:45:00.727 INFO STEP 69: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
41572024-09-09T17:45:01.741Z[ recovery-image] Sep 09 17:45:00.750 INFO O| Sep 09 17:45:00.750 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pmadvise"
41582024-09-09T17:45:01.743Z[ recovery-image] Sep 09 17:45:00.750 INFO O| Sep 09 17:45:00.750 INFO STEP 69 (remove_files) COMPLETE
41592024-09-09T17:45:01.743Z[ recovery-image] Sep 09 17:45:00.750 INFO O| Sep 09 17:45:00.750 INFO STEP 70: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
41602024-09-09T17:45:01.763Z[ recovery-image] Sep 09 17:45:00.772 INFO O| Sep 09 17:45:00.772 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pmap"
41612024-09-09T17:45:01.763Z[ recovery-image] Sep 09 17:45:00.773 INFO O| Sep 09 17:45:00.773 INFO STEP 70 (remove_files) COMPLETE
41622024-09-09T17:45:01.763Z[ recovery-image] Sep 09 17:45:00.773 INFO O| Sep 09 17:45:00.773 INFO STEP 71: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
41632024-09-09T17:45:01.862Z[ recovery-image] Sep 09 17:45:00.871 INFO O| Sep 09 17:45:00.871 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/ppgsz"
41642024-09-09T17:45:01.862Z[ recovery-image] Sep 09 17:45:00.871 INFO O| Sep 09 17:45:00.871 INFO STEP 71 (remove_files) COMPLETE
41652024-09-09T17:45:01.862Z[ recovery-image] Sep 09 17:45:00.871 INFO O| Sep 09 17:45:00.871 INFO STEP 72: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
41662024-09-09T17:45:01.888Z[ recovery-image] Sep 09 17:45:00.897 INFO O| Sep 09 17:45:00.897 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/ppriv"
41672024-09-09T17:45:01.888Z[ recovery-image] Sep 09 17:45:00.897 INFO O| Sep 09 17:45:00.897 INFO STEP 72 (remove_files) COMPLETE
41682024-09-09T17:45:01.891Z[ recovery-image] Sep 09 17:45:00.897 INFO O| Sep 09 17:45:00.897 INFO STEP 73: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
41692024-09-09T17:45:01.910Z[ recovery-image] Sep 09 17:45:00.919 INFO O| Sep 09 17:45:00.919 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/prctl"
41702024-09-09T17:45:01.910Z[ recovery-image] Sep 09 17:45:00.919 INFO O| Sep 09 17:45:00.919 INFO STEP 73 (remove_files) COMPLETE
41712024-09-09T17:45:01.912Z[ recovery-image] Sep 09 17:45:00.919 INFO O| Sep 09 17:45:00.919 INFO STEP 74: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
41722024-09-09T17:45:01.932Z[ recovery-image] Sep 09 17:45:00.942 INFO O| Sep 09 17:45:00.942 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/preap"
41732024-09-09T17:45:01.933Z[ recovery-image] Sep 09 17:45:00.942 INFO O| Sep 09 17:45:00.942 INFO STEP 74 (remove_files) COMPLETE
41742024-09-09T17:45:01.935Z[ recovery-image] Sep 09 17:45:00.942 INFO O| Sep 09 17:45:00.942 INFO STEP 75: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
41752024-09-09T17:45:02.020Z[ recovery-image] Sep 09 17:45:01.029 INFO O| Sep 09 17:45:01.029 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/prstat"
41762024-09-09T17:45:02.020Z[ recovery-image] Sep 09 17:45:01.029 INFO O| Sep 09 17:45:01.029 INFO STEP 75 (remove_files) COMPLETE
41772024-09-09T17:45:02.023Z[ recovery-image] Sep 09 17:45:01.029 INFO O| Sep 09 17:45:01.029 INFO STEP 76: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
41782024-09-09T17:45:02.093Z[ recovery-image] Sep 09 17:45:01.102 INFO O| Sep 09 17:45:01.102 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/prun"
41792024-09-09T17:45:02.097Z[ recovery-image] Sep 09 17:45:01.103 INFO O| Sep 09 17:45:01.102 INFO STEP 76 (remove_files) COMPLETE
41802024-09-09T17:45:02.097Z[ recovery-image] Sep 09 17:45:01.103 INFO O| Sep 09 17:45:01.103 INFO STEP 77: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
41812024-09-09T17:45:02.116Z[ recovery-image] Sep 09 17:45:01.125 INFO O| Sep 09 17:45:01.124 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/psecflags"
41822024-09-09T17:45:02.139Z[ recovery-image] Sep 09 17:45:01.148 INFO O| Sep 09 17:45:01.148 INFO STEP 77 (remove_files) COMPLETE
41832024-09-09T17:45:02.139Z[ recovery-image] Sep 09 17:45:01.148 INFO O| Sep 09 17:45:01.148 INFO STEP 78: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
41842024-09-09T17:45:02.170Z[ recovery-image] Sep 09 17:45:01.179 INFO O| Sep 09 17:45:01.179 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/psig"
41852024-09-09T17:45:02.170Z[ recovery-image] Sep 09 17:45:01.179 INFO O| Sep 09 17:45:01.179 INFO STEP 78 (remove_files) COMPLETE
41862024-09-09T17:45:02.170Z[ recovery-image] Sep 09 17:45:01.179 INFO O| Sep 09 17:45:01.179 INFO STEP 79: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
41872024-09-09T17:45:02.225Z[ recovery-image] Sep 09 17:45:01.234 INFO O| Sep 09 17:45:01.234 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pstack"
41882024-09-09T17:45:02.225Z[ recovery-image] Sep 09 17:45:01.234 INFO O| Sep 09 17:45:01.234 INFO STEP 79 (remove_files) COMPLETE
41892024-09-09T17:45:02.227Z[ recovery-image] Sep 09 17:45:01.234 INFO O| Sep 09 17:45:01.234 INFO STEP 80: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
41902024-09-09T17:45:02.340Z[ recovery-image] Sep 09 17:45:01.349 INFO O| Sep 09 17:45:01.349 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pstop"
41912024-09-09T17:45:02.340Z[ recovery-image] Sep 09 17:45:01.349 INFO O| Sep 09 17:45:01.349 INFO STEP 80 (remove_files) COMPLETE
41922024-09-09T17:45:02.342Z[ recovery-image] Sep 09 17:45:01.349 INFO O| Sep 09 17:45:01.349 INFO STEP 81: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
41932024-09-09T17:45:02.425Z[ recovery-image] Sep 09 17:45:01.434 INFO O| Sep 09 17:45:01.434 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/ptime"
41942024-09-09T17:45:02.425Z[ recovery-image] Sep 09 17:45:01.434 INFO O| Sep 09 17:45:01.434 INFO STEP 81 (remove_files) COMPLETE
41952024-09-09T17:45:02.425Z[ recovery-image] Sep 09 17:45:01.434 INFO O| Sep 09 17:45:01.434 INFO STEP 82: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
41962024-09-09T17:45:02.484Z[ recovery-image] Sep 09 17:45:01.493 INFO O| Sep 09 17:45:01.493 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/ptree"
41972024-09-09T17:45:02.484Z[ recovery-image] Sep 09 17:45:01.493 INFO O| Sep 09 17:45:01.493 INFO STEP 82 (remove_files) COMPLETE
41982024-09-09T17:45:02.487Z[ recovery-image] Sep 09 17:45:01.493 INFO O| Sep 09 17:45:01.493 INFO STEP 83: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
41992024-09-09T17:45:02.567Z[ recovery-image] Sep 09 17:45:01.576 INFO O| Sep 09 17:45:01.576 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pwait"
42002024-09-09T17:45:02.567Z[ recovery-image] Sep 09 17:45:01.576 INFO O| Sep 09 17:45:01.576 INFO STEP 83 (remove_files) COMPLETE
42012024-09-09T17:45:02.570Z[ recovery-image] Sep 09 17:45:01.576 INFO O| Sep 09 17:45:01.576 INFO STEP 84: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
42022024-09-09T17:45:02.587Z[ recovery-image] Sep 09 17:45:01.596 INFO O| Sep 09 17:45:01.596 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pwdx"
42032024-09-09T17:45:02.587Z[ recovery-image] Sep 09 17:45:01.596 INFO O| Sep 09 17:45:01.596 INFO STEP 84 (remove_files) COMPLETE
42042024-09-09T17:45:02.587Z[ recovery-image] Sep 09 17:45:01.596 INFO O| Sep 09 17:45:01.596 INFO STEP 85: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
42052024-09-09T17:45:02.612Z[ recovery-image] Sep 09 17:45:01.621 INFO O| Sep 09 17:45:01.621 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/rksh"
42062024-09-09T17:45:02.612Z[ recovery-image] Sep 09 17:45:01.621 INFO O| Sep 09 17:45:01.621 INFO STEP 85 (remove_files) COMPLETE
42072024-09-09T17:45:02.612Z[ recovery-image] Sep 09 17:45:01.621 INFO O| Sep 09 17:45:01.621 INFO STEP 86: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
42082024-09-09T17:45:02.681Z[ recovery-image] Sep 09 17:45:01.689 INFO O| Sep 09 17:45:01.689 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/rksh93"
42092024-09-09T17:45:02.681Z[ recovery-image] Sep 09 17:45:01.689 INFO O| Sep 09 17:45:01.689 INFO STEP 86 (remove_files) COMPLETE
42102024-09-09T17:45:02.681Z[ recovery-image] Sep 09 17:45:01.689 INFO O| Sep 09 17:45:01.689 INFO STEP 87: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
42112024-09-09T17:45:02.702Z[ recovery-image] Sep 09 17:45:01.711 INFO O| Sep 09 17:45:01.711 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/sqlite3"
42122024-09-09T17:45:02.705Z[ recovery-image] Sep 09 17:45:01.711 INFO O| Sep 09 17:45:01.711 INFO STEP 87 (remove_files) COMPLETE
42132024-09-09T17:45:02.705Z[ recovery-image] Sep 09 17:45:01.711 INFO O| Sep 09 17:45:01.711 INFO STEP 88: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
42142024-09-09T17:45:02.741Z[ recovery-image] Sep 09 17:45:01.750 INFO O| Sep 09 17:45:01.750 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/strings"
42152024-09-09T17:45:02.761Z[ recovery-image] Sep 09 17:45:01.770 INFO O| Sep 09 17:45:01.770 INFO STEP 88 (remove_files) COMPLETE
42162024-09-09T17:45:02.761Z[ recovery-image] Sep 09 17:45:01.770 INFO O| Sep 09 17:45:01.770 INFO STEP 89: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
42172024-09-09T17:45:02.783Z[ recovery-image] Sep 09 17:45:01.792 INFO O| Sep 09 17:45:01.792 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/xml2-config"
42182024-09-09T17:45:02.783Z[ recovery-image] Sep 09 17:45:01.793 INFO O| Sep 09 17:45:01.792 INFO STEP 89 (remove_files) COMPLETE
42192024-09-09T17:45:02.783Z[ recovery-image] Sep 09 17:45:01.793 INFO O| Sep 09 17:45:01.793 INFO STEP 90: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
42202024-09-09T17:45:02.805Z[ recovery-image] Sep 09 17:45:01.814 INFO O| Sep 09 17:45:01.814 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/xmlcatalog"
42212024-09-09T17:45:02.805Z[ recovery-image] Sep 09 17:45:01.814 INFO O| Sep 09 17:45:01.814 INFO STEP 90 (remove_files) COMPLETE
42222024-09-09T17:45:02.808Z[ recovery-image] Sep 09 17:45:01.814 INFO O| Sep 09 17:45:01.814 INFO STEP 91: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
42232024-09-09T17:45:02.842Z[ recovery-image] Sep 09 17:45:01.850 INFO O| Sep 09 17:45:01.850 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/xmllint"
42242024-09-09T17:45:02.842Z[ recovery-image] Sep 09 17:45:01.850 INFO O| Sep 09 17:45:01.850 INFO STEP 91 (remove_files) COMPLETE
42252024-09-09T17:45:02.842Z[ recovery-image] Sep 09 17:45:01.850 INFO O| Sep 09 17:45:01.850 INFO STEP 92: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
42262024-09-09T17:45:02.861Z[ recovery-image] Sep 09 17:45:01.870 INFO O| Sep 09 17:45:01.870 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amt"
42272024-09-09T17:45:02.861Z[ recovery-image] Sep 09 17:45:01.870 INFO O| Sep 09 17:45:01.870 INFO STEP 92 (remove_files) COMPLETE
42282024-09-09T17:45:02.861Z[ recovery-image] Sep 09 17:45:01.870 INFO O| Sep 09 17:45:01.870 INFO STEP 93: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
42292024-09-09T17:45:02.890Z[ recovery-image] Sep 09 17:45:01.899 INFO O| Sep 09 17:45:01.899 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/arch"
42302024-09-09T17:45:02.893Z[ recovery-image] Sep 09 17:45:01.899 INFO O| Sep 09 17:45:01.899 INFO STEP 93 (remove_files) COMPLETE
42312024-09-09T17:45:02.893Z[ recovery-image] Sep 09 17:45:01.900 INFO O| Sep 09 17:45:01.900 INFO STEP 94: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
42322024-09-09T17:45:02.909Z[ recovery-image] Sep 09 17:45:01.918 INFO O| Sep 09 17:45:01.918 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/asa"
42332024-09-09T17:45:02.921Z[ recovery-image] Sep 09 17:45:01.929 INFO O| Sep 09 17:45:01.929 INFO STEP 94 (remove_files) COMPLETE
42342024-09-09T17:45:02.921Z[ recovery-image] Sep 09 17:45:01.929 INFO O| Sep 09 17:45:01.929 INFO STEP 95: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
42352024-09-09T17:45:02.961Z[ recovery-image] Sep 09 17:45:01.970 INFO O| Sep 09 17:45:01.970 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/at"
42362024-09-09T17:45:02.961Z[ recovery-image] Sep 09 17:45:01.970 INFO O| Sep 09 17:45:01.970 INFO STEP 95 (remove_files) COMPLETE
42372024-09-09T17:45:02.961Z[ recovery-image] Sep 09 17:45:01.970 INFO O| Sep 09 17:45:01.970 INFO STEP 96: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
42382024-09-09T17:45:02.998Z[ recovery-image] Sep 09 17:45:02.007 INFO O| Sep 09 17:45:02.007 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/atq"
42392024-09-09T17:45:03.001Z[ recovery-image] Sep 09 17:45:02.007 INFO O| Sep 09 17:45:02.007 INFO STEP 96 (remove_files) COMPLETE
42402024-09-09T17:45:03.001Z[ recovery-image] Sep 09 17:45:02.007 INFO O| Sep 09 17:45:02.007 INFO STEP 97: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
42412024-09-09T17:45:03.017Z[ recovery-image] Sep 09 17:45:02.026 INFO O| Sep 09 17:45:02.026 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/atrm"
42422024-09-09T17:45:03.017Z[ recovery-image] Sep 09 17:45:02.026 INFO O| Sep 09 17:45:02.026 INFO STEP 97 (remove_files) COMPLETE
42432024-09-09T17:45:03.022Z[ recovery-image] Sep 09 17:45:02.026 INFO O| Sep 09 17:45:02.026 INFO STEP 98: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
42442024-09-09T17:45:03.037Z[ recovery-image] Sep 09 17:45:02.045 INFO O| Sep 09 17:45:02.045 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/auths"
42452024-09-09T17:45:03.041Z[ recovery-image] Sep 09 17:45:02.045 INFO O| Sep 09 17:45:02.045 INFO STEP 98 (remove_files) COMPLETE
42462024-09-09T17:45:03.041Z[ recovery-image] Sep 09 17:45:02.045 INFO O| Sep 09 17:45:02.045 INFO STEP 99: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
42472024-09-09T17:45:03.056Z[ recovery-image] Sep 09 17:45:02.065 INFO O| Sep 09 17:45:02.065 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/banner"
42482024-09-09T17:45:03.056Z[ recovery-image] Sep 09 17:45:02.065 INFO O| Sep 09 17:45:02.065 INFO STEP 99 (remove_files) COMPLETE
42492024-09-09T17:45:03.056Z[ recovery-image] Sep 09 17:45:02.065 INFO O| Sep 09 17:45:02.065 INFO STEP 100: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
42502024-09-09T17:45:03.090Z[ recovery-image] Sep 09 17:45:02.099 INFO O| Sep 09 17:45:02.099 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/bashbug"
42512024-09-09T17:45:03.090Z[ recovery-image] Sep 09 17:45:02.099 INFO O| Sep 09 17:45:02.099 INFO STEP 100 (remove_files) COMPLETE
42522024-09-09T17:45:03.090Z[ recovery-image] Sep 09 17:45:02.099 INFO O| Sep 09 17:45:02.099 INFO STEP 101: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
42532024-09-09T17:45:03.112Z[ recovery-image] Sep 09 17:45:02.121 INFO O| Sep 09 17:45:02.121 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/batch"
42542024-09-09T17:45:03.132Z[ recovery-image] Sep 09 17:45:02.141 INFO O| Sep 09 17:45:02.141 INFO STEP 101 (remove_files) COMPLETE
42552024-09-09T17:45:03.132Z[ recovery-image] Sep 09 17:45:02.141 INFO O| Sep 09 17:45:02.141 INFO STEP 102: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
42562024-09-09T17:45:03.164Z[ recovery-image] Sep 09 17:45:02.173 INFO O| Sep 09 17:45:02.173 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/bc"
42572024-09-09T17:45:03.164Z[ recovery-image] Sep 09 17:45:02.173 INFO O| Sep 09 17:45:02.173 INFO STEP 102 (remove_files) COMPLETE
42582024-09-09T17:45:03.166Z[ recovery-image] Sep 09 17:45:02.173 INFO O| Sep 09 17:45:02.173 INFO STEP 103: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
42592024-09-09T17:45:03.184Z[ recovery-image] Sep 09 17:45:02.193 INFO O| Sep 09 17:45:02.193 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/bdiff"
42602024-09-09T17:45:03.184Z[ recovery-image] Sep 09 17:45:02.193 INFO O| Sep 09 17:45:02.193 INFO STEP 103 (remove_files) COMPLETE
42612024-09-09T17:45:03.187Z[ recovery-image] Sep 09 17:45:02.193 INFO O| Sep 09 17:45:02.193 INFO STEP 104: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
42622024-09-09T17:45:03.218Z[ recovery-image] Sep 09 17:45:02.226 INFO O| Sep 09 17:45:02.226 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/bg"
42632024-09-09T17:45:03.218Z[ recovery-image] Sep 09 17:45:02.227 INFO O| Sep 09 17:45:02.227 INFO STEP 104 (remove_files) COMPLETE
42642024-09-09T17:45:03.220Z[ recovery-image] Sep 09 17:45:02.227 INFO O| Sep 09 17:45:02.227 INFO STEP 105: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
42652024-09-09T17:45:03.236Z[ recovery-image] Sep 09 17:45:02.245 INFO O| Sep 09 17:45:02.245 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/brotli"
42662024-09-09T17:45:03.236Z[ recovery-image] Sep 09 17:45:02.246 INFO O| Sep 09 17:45:02.246 INFO STEP 105 (remove_files) COMPLETE
42672024-09-09T17:45:03.239Z[ recovery-image] Sep 09 17:45:02.246 INFO O| Sep 09 17:45:02.246 INFO STEP 106: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
42682024-09-09T17:45:03.258Z[ recovery-image] Sep 09 17:45:02.267 INFO O| Sep 09 17:45:02.267 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/bunzip2"
42692024-09-09T17:45:03.258Z[ recovery-image] Sep 09 17:45:02.267 INFO O| Sep 09 17:45:02.267 INFO STEP 106 (remove_files) COMPLETE
42702024-09-09T17:45:03.261Z[ recovery-image] Sep 09 17:45:02.267 INFO O| Sep 09 17:45:02.267 INFO STEP 107: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
42712024-09-09T17:45:03.293Z[ recovery-image] Sep 09 17:45:02.302 INFO O| Sep 09 17:45:02.302 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/busstat"
42722024-09-09T17:45:03.293Z[ recovery-image] Sep 09 17:45:02.302 INFO O| Sep 09 17:45:02.302 INFO STEP 107 (remove_files) COMPLETE
42732024-09-09T17:45:03.296Z[ recovery-image] Sep 09 17:45:02.302 INFO O| Sep 09 17:45:02.302 INFO STEP 108: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
42742024-09-09T17:45:03.314Z[ recovery-image] Sep 09 17:45:02.323 INFO O| Sep 09 17:45:02.323 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/bzcat"
42752024-09-09T17:45:03.314Z[ recovery-image] Sep 09 17:45:02.323 INFO O| Sep 09 17:45:02.323 INFO STEP 108 (remove_files) COMPLETE
42762024-09-09T17:45:03.315Z[ recovery-image] Sep 09 17:45:02.323 INFO O| Sep 09 17:45:02.323 INFO STEP 109: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
42772024-09-09T17:45:03.334Z[ recovery-image] Sep 09 17:45:02.343 INFO O| Sep 09 17:45:02.343 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/bzdiff"
42782024-09-09T17:45:03.337Z[ recovery-image] Sep 09 17:45:02.343 INFO O| Sep 09 17:45:02.343 INFO STEP 109 (remove_files) COMPLETE
42792024-09-09T17:45:03.337Z[ recovery-image] Sep 09 17:45:02.344 INFO O| Sep 09 17:45:02.343 INFO STEP 110: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
42802024-09-09T17:45:03.371Z[ recovery-image] Sep 09 17:45:02.380 INFO O| Sep 09 17:45:02.380 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/bzgrep"
42812024-09-09T17:45:03.371Z[ recovery-image] Sep 09 17:45:02.380 INFO O| Sep 09 17:45:02.380 INFO STEP 110 (remove_files) COMPLETE
42822024-09-09T17:45:03.371Z[ recovery-image] Sep 09 17:45:02.380 INFO O| Sep 09 17:45:02.380 INFO STEP 111: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
42832024-09-09T17:45:03.410Z[ recovery-image] Sep 09 17:45:02.406 INFO O| Sep 09 17:45:02.406 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/bzip2"
42842024-09-09T17:45:03.410Z[ recovery-image] Sep 09 17:45:02.407 INFO O| Sep 09 17:45:02.407 INFO STEP 111 (remove_files) COMPLETE
42852024-09-09T17:45:03.410Z[ recovery-image] Sep 09 17:45:02.407 INFO O| Sep 09 17:45:02.407 INFO STEP 112: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
42862024-09-09T17:45:03.424Z[ recovery-image] Sep 09 17:45:02.433 INFO O| Sep 09 17:45:02.433 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/bzip2recover"
42872024-09-09T17:45:03.424Z[ recovery-image] Sep 09 17:45:02.433 INFO O| Sep 09 17:45:02.433 INFO STEP 112 (remove_files) COMPLETE
42882024-09-09T17:45:03.427Z[ recovery-image] Sep 09 17:45:02.433 INFO O| Sep 09 17:45:02.433 INFO STEP 113: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
42892024-09-09T17:45:03.448Z[ recovery-image] Sep 09 17:45:02.457 INFO O| Sep 09 17:45:02.457 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/bzmore"
42902024-09-09T17:45:03.448Z[ recovery-image] Sep 09 17:45:02.457 INFO O| Sep 09 17:45:02.457 INFO STEP 113 (remove_files) COMPLETE
42912024-09-09T17:45:03.448Z[ recovery-image] Sep 09 17:45:02.458 INFO O| Sep 09 17:45:02.457 INFO STEP 114: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
42922024-09-09T17:45:03.472Z[ recovery-image] Sep 09 17:45:02.481 INFO O| Sep 09 17:45:02.480 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/cal"
42932024-09-09T17:45:03.472Z[ recovery-image] Sep 09 17:45:02.481 INFO O| Sep 09 17:45:02.481 INFO STEP 114 (remove_files) COMPLETE
42942024-09-09T17:45:03.474Z[ recovery-image] Sep 09 17:45:02.481 INFO O| Sep 09 17:45:02.481 INFO STEP 115: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
42952024-09-09T17:45:03.492Z[ recovery-image] Sep 09 17:45:02.500 INFO O| Sep 09 17:45:02.500 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/captoinfo"
42962024-09-09T17:45:03.492Z[ recovery-image] Sep 09 17:45:02.500 INFO O| Sep 09 17:45:02.500 INFO STEP 115 (remove_files) COMPLETE
42972024-09-09T17:45:03.492Z[ recovery-image] Sep 09 17:45:02.500 INFO O| Sep 09 17:45:02.500 INFO STEP 116: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
42982024-09-09T17:45:03.510Z[ recovery-image] Sep 09 17:45:02.519 INFO O| Sep 09 17:45:02.519 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/cd"
42992024-09-09T17:45:03.510Z[ recovery-image] Sep 09 17:45:02.519 INFO O| Sep 09 17:45:02.519 INFO STEP 116 (remove_files) COMPLETE
43002024-09-09T17:45:03.513Z[ recovery-image] Sep 09 17:45:02.519 INFO O| Sep 09 17:45:02.519 INFO STEP 117: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43012024-09-09T17:45:03.541Z[ recovery-image] Sep 09 17:45:02.550 INFO O| Sep 09 17:45:02.550 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/certutil"
43022024-09-09T17:45:03.542Z[ recovery-image] Sep 09 17:45:02.551 INFO O| Sep 09 17:45:02.550 INFO STEP 117 (remove_files) COMPLETE
43032024-09-09T17:45:03.545Z[ recovery-image] Sep 09 17:45:02.551 INFO O| Sep 09 17:45:02.550 INFO STEP 118: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43042024-09-09T17:45:03.584Z[ recovery-image] Sep 09 17:45:02.593 INFO O| Sep 09 17:45:02.593 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/checkbandwidth"
43052024-09-09T17:45:03.584Z[ recovery-image] Sep 09 17:45:02.593 INFO O| Sep 09 17:45:02.593 INFO STEP 118 (remove_files) COMPLETE
43062024-09-09T17:45:03.584Z[ recovery-image] Sep 09 17:45:02.593 INFO O| Sep 09 17:45:02.593 INFO STEP 119: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43072024-09-09T17:45:03.603Z[ recovery-image] Sep 09 17:45:02.612 INFO O| Sep 09 17:45:02.612 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/chgrp"
43082024-09-09T17:45:03.603Z[ recovery-image] Sep 09 17:45:02.612 INFO O| Sep 09 17:45:02.612 INFO STEP 119 (remove_files) COMPLETE
43092024-09-09T17:45:03.603Z[ recovery-image] Sep 09 17:45:02.612 INFO O| Sep 09 17:45:02.612 INFO STEP 120: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43102024-09-09T17:45:03.628Z[ recovery-image] Sep 09 17:45:02.637 INFO O| Sep 09 17:45:02.637 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/chronyc"
43112024-09-09T17:45:03.631Z[ recovery-image] Sep 09 17:45:02.637 INFO O| Sep 09 17:45:02.637 INFO STEP 120 (remove_files) COMPLETE
43122024-09-09T17:45:03.631Z[ recovery-image] Sep 09 17:45:02.638 INFO O| Sep 09 17:45:02.638 INFO STEP 121: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43132024-09-09T17:45:03.650Z[ recovery-image] Sep 09 17:45:02.659 INFO O| Sep 09 17:45:02.659 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ckdate"
43142024-09-09T17:45:03.652Z[ recovery-image] Sep 09 17:45:02.659 INFO O| Sep 09 17:45:02.659 INFO STEP 121 (remove_files) COMPLETE
43152024-09-09T17:45:03.652Z[ recovery-image] Sep 09 17:45:02.659 INFO O| Sep 09 17:45:02.659 INFO STEP 122: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43162024-09-09T17:45:03.670Z[ recovery-image] Sep 09 17:45:02.679 INFO O| Sep 09 17:45:02.678 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ckgid"
43172024-09-09T17:45:03.672Z[ recovery-image] Sep 09 17:45:02.679 INFO O| Sep 09 17:45:02.679 INFO STEP 122 (remove_files) COMPLETE
43182024-09-09T17:45:03.672Z[ recovery-image] Sep 09 17:45:02.679 INFO O| Sep 09 17:45:02.679 INFO STEP 123: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43192024-09-09T17:45:03.690Z[ recovery-image] Sep 09 17:45:02.699 INFO O| Sep 09 17:45:02.698 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ckint"
43202024-09-09T17:45:03.692Z[ recovery-image] Sep 09 17:45:02.699 INFO O| Sep 09 17:45:02.699 INFO STEP 123 (remove_files) COMPLETE
43212024-09-09T17:45:03.692Z[ recovery-image] Sep 09 17:45:02.699 INFO O| Sep 09 17:45:02.699 INFO STEP 124: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43222024-09-09T17:45:03.708Z[ recovery-image] Sep 09 17:45:02.717 INFO O| Sep 09 17:45:02.717 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ckitem"
43232024-09-09T17:45:03.711Z[ recovery-image] Sep 09 17:45:02.718 INFO O| Sep 09 17:45:02.718 INFO STEP 124 (remove_files) COMPLETE
43242024-09-09T17:45:03.711Z[ recovery-image] Sep 09 17:45:02.718 INFO O| Sep 09 17:45:02.718 INFO STEP 125: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43252024-09-09T17:45:03.727Z[ recovery-image] Sep 09 17:45:02.736 INFO O| Sep 09 17:45:02.736 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ckkeywd"
43262024-09-09T17:45:03.730Z[ recovery-image] Sep 09 17:45:02.736 INFO O| Sep 09 17:45:02.736 INFO STEP 125 (remove_files) COMPLETE
43272024-09-09T17:45:03.730Z[ recovery-image] Sep 09 17:45:02.736 INFO O| Sep 09 17:45:02.736 INFO STEP 126: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43282024-09-09T17:45:03.748Z[ recovery-image] Sep 09 17:45:02.756 INFO O| Sep 09 17:45:02.756 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ckpath"
43292024-09-09T17:45:03.751Z[ recovery-image] Sep 09 17:45:02.757 INFO O| Sep 09 17:45:02.757 INFO STEP 126 (remove_files) COMPLETE
43302024-09-09T17:45:03.751Z[ recovery-image] Sep 09 17:45:02.757 INFO O| Sep 09 17:45:02.757 INFO STEP 127: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43312024-09-09T17:45:03.770Z[ recovery-image] Sep 09 17:45:02.779 INFO O| Sep 09 17:45:02.778 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ckrange"
43322024-09-09T17:45:03.770Z[ recovery-image] Sep 09 17:45:02.779 INFO O| Sep 09 17:45:02.779 INFO STEP 127 (remove_files) COMPLETE
43332024-09-09T17:45:03.773Z[ recovery-image] Sep 09 17:45:02.779 INFO O| Sep 09 17:45:02.779 INFO STEP 128: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43342024-09-09T17:45:03.790Z[ recovery-image] Sep 09 17:45:02.799 INFO O| Sep 09 17:45:02.799 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ckstr"
43352024-09-09T17:45:03.794Z[ recovery-image] Sep 09 17:45:02.800 INFO O| Sep 09 17:45:02.799 INFO STEP 128 (remove_files) COMPLETE
43362024-09-09T17:45:03.794Z[ recovery-image] Sep 09 17:45:02.800 INFO O| Sep 09 17:45:02.800 INFO STEP 129: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43372024-09-09T17:45:03.813Z[ recovery-image] Sep 09 17:45:02.822 INFO O| Sep 09 17:45:02.821 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/cksum"
43382024-09-09T17:45:03.813Z[ recovery-image] Sep 09 17:45:02.822 INFO O| Sep 09 17:45:02.822 INFO STEP 129 (remove_files) COMPLETE
43392024-09-09T17:45:03.816Z[ recovery-image] Sep 09 17:45:02.822 INFO O| Sep 09 17:45:02.822 INFO STEP 130: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43402024-09-09T17:45:03.834Z[ recovery-image] Sep 09 17:45:02.842 INFO O| Sep 09 17:45:02.842 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/cktime"
43412024-09-09T17:45:03.837Z[ recovery-image] Sep 09 17:45:02.843 INFO O| Sep 09 17:45:02.843 INFO STEP 130 (remove_files) COMPLETE
43422024-09-09T17:45:03.837Z[ recovery-image] Sep 09 17:45:02.843 INFO O| Sep 09 17:45:02.843 INFO STEP 131: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43432024-09-09T17:45:03.871Z[ recovery-image] Sep 09 17:45:02.879 INFO O| Sep 09 17:45:02.879 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ckuid"
43442024-09-09T17:45:03.871Z[ recovery-image] Sep 09 17:45:02.879 INFO O| Sep 09 17:45:02.879 INFO STEP 131 (remove_files) COMPLETE
43452024-09-09T17:45:03.871Z[ recovery-image] Sep 09 17:45:02.879 INFO O| Sep 09 17:45:02.879 INFO STEP 132: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43462024-09-09T17:45:03.906Z[ recovery-image] Sep 09 17:45:02.915 INFO O| Sep 09 17:45:02.914 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ckyorn"
43472024-09-09T17:45:03.927Z[ recovery-image] Sep 09 17:45:02.935 INFO O| Sep 09 17:45:02.935 INFO STEP 132 (remove_files) COMPLETE
43482024-09-09T17:45:03.927Z[ recovery-image] Sep 09 17:45:02.935 INFO O| Sep 09 17:45:02.935 INFO STEP 133: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43492024-09-09T17:45:03.970Z[ recovery-image] Sep 09 17:45:02.979 INFO O| Sep 09 17:45:02.979 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/clear"
43502024-09-09T17:45:03.970Z[ recovery-image] Sep 09 17:45:02.979 INFO O| Sep 09 17:45:02.979 INFO STEP 133 (remove_files) COMPLETE
43512024-09-09T17:45:03.970Z[ recovery-image] Sep 09 17:45:02.979 INFO O| Sep 09 17:45:02.979 INFO STEP 134: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43522024-09-09T17:45:03.994Z[ recovery-image] Sep 09 17:45:02.999 INFO O| Sep 09 17:45:02.999 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/cmp"
43532024-09-09T17:45:03.994Z[ recovery-image] Sep 09 17:45:02.999 INFO O| Sep 09 17:45:02.999 INFO STEP 134 (remove_files) COMPLETE
43542024-09-09T17:45:03.998Z[ recovery-image] Sep 09 17:45:02.999 INFO O| Sep 09 17:45:02.999 INFO STEP 135: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43552024-09-09T17:45:04.014Z[ recovery-image] Sep 09 17:45:03.022 INFO O| Sep 09 17:45:03.022 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/col"
43562024-09-09T17:45:04.014Z[ recovery-image] Sep 09 17:45:03.023 INFO O| Sep 09 17:45:03.023 INFO STEP 135 (remove_files) COMPLETE
43572024-09-09T17:45:04.014Z[ recovery-image] Sep 09 17:45:03.023 INFO O| Sep 09 17:45:03.023 INFO STEP 136: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43582024-09-09T17:45:04.050Z[ recovery-image] Sep 09 17:45:03.059 INFO O| Sep 09 17:45:03.059 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/comm"
43592024-09-09T17:45:04.050Z[ recovery-image] Sep 09 17:45:03.059 INFO O| Sep 09 17:45:03.059 INFO STEP 136 (remove_files) COMPLETE
43602024-09-09T17:45:04.050Z[ recovery-image] Sep 09 17:45:03.059 INFO O| Sep 09 17:45:03.059 INFO STEP 137: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43612024-09-09T17:45:04.086Z[ recovery-image] Sep 09 17:45:03.095 INFO O| Sep 09 17:45:03.095 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/command"
43622024-09-09T17:45:04.086Z[ recovery-image] Sep 09 17:45:03.095 INFO O| Sep 09 17:45:03.095 INFO STEP 137 (remove_files) COMPLETE
43632024-09-09T17:45:04.086Z[ recovery-image] Sep 09 17:45:03.095 INFO O| Sep 09 17:45:03.095 INFO STEP 138: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43642024-09-09T17:45:04.123Z[ recovery-image] Sep 09 17:45:03.132 INFO O| Sep 09 17:45:03.132 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/compress"
43652024-09-09T17:45:04.123Z[ recovery-image] Sep 09 17:45:03.132 INFO O| Sep 09 17:45:03.132 INFO STEP 138 (remove_files) COMPLETE
43662024-09-09T17:45:04.127Z[ recovery-image] Sep 09 17:45:03.132 INFO O| Sep 09 17:45:03.132 INFO STEP 139: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43672024-09-09T17:45:04.233Z[ recovery-image] Sep 09 17:45:03.242 INFO O| Sep 09 17:45:03.242 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/connstat"
43682024-09-09T17:45:04.233Z[ recovery-image] Sep 09 17:45:03.242 INFO O| Sep 09 17:45:03.242 INFO STEP 139 (remove_files) COMPLETE
43692024-09-09T17:45:04.234Z[ recovery-image] Sep 09 17:45:03.242 INFO O| Sep 09 17:45:03.242 INFO STEP 140: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43702024-09-09T17:45:04.287Z[ recovery-image] Sep 09 17:45:03.295 INFO O| Sep 09 17:45:03.295 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/cpio"
43712024-09-09T17:45:04.307Z[ recovery-image] Sep 09 17:45:03.315 INFO O| Sep 09 17:45:03.315 INFO STEP 140 (remove_files) COMPLETE
43722024-09-09T17:45:04.307Z[ recovery-image] Sep 09 17:45:03.315 INFO O| Sep 09 17:45:03.315 INFO STEP 141: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43732024-09-09T17:45:04.379Z[ recovery-image] Sep 09 17:45:03.388 INFO O| Sep 09 17:45:03.388 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/cputrack"
43742024-09-09T17:45:04.387Z[ recovery-image] Sep 09 17:45:03.396 INFO O| Sep 09 17:45:03.396 INFO STEP 141 (remove_files) COMPLETE
43752024-09-09T17:45:04.387Z[ recovery-image] Sep 09 17:45:03.396 INFO O| Sep 09 17:45:03.396 INFO STEP 142: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43762024-09-09T17:45:04.408Z[ recovery-image] Sep 09 17:45:03.416 INFO O| Sep 09 17:45:03.416 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/crle"
43772024-09-09T17:45:04.410Z[ recovery-image] Sep 09 17:45:03.416 INFO O| Sep 09 17:45:03.416 INFO STEP 142 (remove_files) COMPLETE
43782024-09-09T17:45:04.411Z[ recovery-image] Sep 09 17:45:03.416 INFO O| Sep 09 17:45:03.416 INFO STEP 143: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43792024-09-09T17:45:04.426Z[ recovery-image] Sep 09 17:45:03.435 INFO O| Sep 09 17:45:03.435 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/crontab"
43802024-09-09T17:45:04.429Z[ recovery-image] Sep 09 17:45:03.435 INFO O| Sep 09 17:45:03.435 INFO STEP 143 (remove_files) COMPLETE
43812024-09-09T17:45:04.429Z[ recovery-image] Sep 09 17:45:03.435 INFO O| Sep 09 17:45:03.435 INFO STEP 144: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43822024-09-09T17:45:04.444Z[ recovery-image] Sep 09 17:45:03.453 INFO O| Sep 09 17:45:03.453 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/crypt"
43832024-09-09T17:45:04.460Z[ recovery-image] Sep 09 17:45:03.469 INFO O| Sep 09 17:45:03.469 INFO STEP 144 (remove_files) COMPLETE
43842024-09-09T17:45:04.460Z[ recovery-image] Sep 09 17:45:03.469 INFO O| Sep 09 17:45:03.469 INFO STEP 145: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43852024-09-09T17:45:04.480Z[ recovery-image] Sep 09 17:45:03.488 INFO O| Sep 09 17:45:03.488 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/csh"
43862024-09-09T17:45:04.483Z[ recovery-image] Sep 09 17:45:03.489 INFO O| Sep 09 17:45:03.489 INFO STEP 145 (remove_files) COMPLETE
43872024-09-09T17:45:04.483Z[ recovery-image] Sep 09 17:45:03.489 INFO O| Sep 09 17:45:03.489 INFO STEP 146: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43882024-09-09T17:45:04.501Z[ recovery-image] Sep 09 17:45:03.509 INFO O| Sep 09 17:45:03.509 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/csplit"
43892024-09-09T17:45:04.504Z[ recovery-image] Sep 09 17:45:03.510 INFO O| Sep 09 17:45:03.509 INFO STEP 146 (remove_files) COMPLETE
43902024-09-09T17:45:04.504Z[ recovery-image] Sep 09 17:45:03.510 INFO O| Sep 09 17:45:03.510 INFO STEP 147: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43912024-09-09T17:45:04.520Z[ recovery-image] Sep 09 17:45:03.529 INFO O| Sep 09 17:45:03.529 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/curl"
43922024-09-09T17:45:04.523Z[ recovery-image] Sep 09 17:45:03.529 INFO O| Sep 09 17:45:03.529 INFO STEP 147 (remove_files) COMPLETE
43932024-09-09T17:45:04.523Z[ recovery-image] Sep 09 17:45:03.529 INFO O| Sep 09 17:45:03.529 INFO STEP 148: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43942024-09-09T17:45:04.540Z[ recovery-image] Sep 09 17:45:03.548 INFO O| Sep 09 17:45:03.548 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/curl-config"
43952024-09-09T17:45:04.543Z[ recovery-image] Sep 09 17:45:03.549 INFO O| Sep 09 17:45:03.549 INFO STEP 148 (remove_files) COMPLETE
43962024-09-09T17:45:04.543Z[ recovery-image] Sep 09 17:45:03.549 INFO O| Sep 09 17:45:03.549 INFO STEP 149: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43972024-09-09T17:45:04.585Z[ recovery-image] Sep 09 17:45:03.594 INFO O| Sep 09 17:45:03.593 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/dc"
43982024-09-09T17:45:04.585Z[ recovery-image] Sep 09 17:45:03.594 INFO O| Sep 09 17:45:03.594 INFO STEP 149 (remove_files) COMPLETE
43992024-09-09T17:45:04.588Z[ recovery-image] Sep 09 17:45:03.594 INFO O| Sep 09 17:45:03.594 INFO STEP 150: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44002024-09-09T17:45:04.604Z[ recovery-image] Sep 09 17:45:03.613 INFO O| Sep 09 17:45:03.613 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/decrypt"
44012024-09-09T17:45:04.604Z[ recovery-image] Sep 09 17:45:03.613 INFO O| Sep 09 17:45:03.613 INFO STEP 150 (remove_files) COMPLETE
44022024-09-09T17:45:04.604Z[ recovery-image] Sep 09 17:45:03.613 INFO O| Sep 09 17:45:03.613 INFO STEP 151: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44032024-09-09T17:45:04.633Z[ recovery-image] Sep 09 17:45:03.641 INFO O| Sep 09 17:45:03.641 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/devattr"
44042024-09-09T17:45:04.636Z[ recovery-image] Sep 09 17:45:03.642 INFO O| Sep 09 17:45:03.641 INFO STEP 151 (remove_files) COMPLETE
44052024-09-09T17:45:04.636Z[ recovery-image] Sep 09 17:45:03.642 INFO O| Sep 09 17:45:03.641 INFO STEP 152: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44062024-09-09T17:45:04.655Z[ recovery-image] Sep 09 17:45:03.663 INFO O| Sep 09 17:45:03.663 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/devfree"
44072024-09-09T17:45:04.655Z[ recovery-image] Sep 09 17:45:03.663 INFO O| Sep 09 17:45:03.663 INFO STEP 152 (remove_files) COMPLETE
44082024-09-09T17:45:04.655Z[ recovery-image] Sep 09 17:45:03.663 INFO O| Sep 09 17:45:03.663 INFO STEP 153: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44092024-09-09T17:45:04.696Z[ recovery-image] Sep 09 17:45:03.704 INFO O| Sep 09 17:45:03.704 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/devreserv"
44102024-09-09T17:45:04.697Z[ recovery-image] Sep 09 17:45:03.705 INFO O| Sep 09 17:45:03.704 INFO STEP 153 (remove_files) COMPLETE
44112024-09-09T17:45:04.697Z[ recovery-image] Sep 09 17:45:03.705 INFO O| Sep 09 17:45:03.704 INFO STEP 154: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44122024-09-09T17:45:04.736Z[ recovery-image] Sep 09 17:45:03.744 INFO O| Sep 09 17:45:03.744 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/diff3"
44132024-09-09T17:45:04.736Z[ recovery-image] Sep 09 17:45:03.744 INFO O| Sep 09 17:45:03.744 INFO STEP 154 (remove_files) COMPLETE
44142024-09-09T17:45:04.736Z[ recovery-image] Sep 09 17:45:03.744 INFO O| Sep 09 17:45:03.744 INFO STEP 155: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44152024-09-09T17:45:04.756Z[ recovery-image] Sep 09 17:45:03.764 INFO O| Sep 09 17:45:03.764 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/digest"
44162024-09-09T17:45:04.756Z[ recovery-image] Sep 09 17:45:03.764 INFO O| Sep 09 17:45:03.764 INFO STEP 155 (remove_files) COMPLETE
44172024-09-09T17:45:04.756Z[ recovery-image] Sep 09 17:45:03.764 INFO O| Sep 09 17:45:03.764 INFO STEP 156: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44182024-09-09T17:45:04.774Z[ recovery-image] Sep 09 17:45:03.782 INFO O| Sep 09 17:45:03.781 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/dircmp"
44192024-09-09T17:45:04.774Z[ recovery-image] Sep 09 17:45:03.782 INFO O| Sep 09 17:45:03.782 INFO STEP 156 (remove_files) COMPLETE
44202024-09-09T17:45:04.774Z[ recovery-image] Sep 09 17:45:03.782 INFO O| Sep 09 17:45:03.782 INFO STEP 157: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44212024-09-09T17:45:04.810Z[ recovery-image] Sep 09 17:45:03.818 INFO O| Sep 09 17:45:03.818 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/dirname"
44222024-09-09T17:45:04.813Z[ recovery-image] Sep 09 17:45:03.818 INFO O| Sep 09 17:45:03.818 INFO STEP 157 (remove_files) COMPLETE
44232024-09-09T17:45:04.813Z[ recovery-image] Sep 09 17:45:03.818 INFO O| Sep 09 17:45:03.818 INFO STEP 158: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44242024-09-09T17:45:04.829Z[ recovery-image] Sep 09 17:45:03.837 INFO O| Sep 09 17:45:03.837 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/diskinfo"
44252024-09-09T17:45:04.829Z[ recovery-image] Sep 09 17:45:03.837 INFO O| Sep 09 17:45:03.837 INFO STEP 158 (remove_files) COMPLETE
44262024-09-09T17:45:04.829Z[ recovery-image] Sep 09 17:45:03.837 INFO O| Sep 09 17:45:03.837 INFO STEP 159: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44272024-09-09T17:45:04.863Z[ recovery-image] Sep 09 17:45:03.871 INFO O| Sep 09 17:45:03.871 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/diskscan"
44282024-09-09T17:45:04.866Z[ recovery-image] Sep 09 17:45:03.871 INFO O| Sep 09 17:45:03.871 INFO STEP 159 (remove_files) COMPLETE
44292024-09-09T17:45:04.866Z[ recovery-image] Sep 09 17:45:03.872 INFO O| Sep 09 17:45:03.872 INFO STEP 160: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44302024-09-09T17:45:04.883Z[ recovery-image] Sep 09 17:45:03.891 INFO O| Sep 09 17:45:03.891 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/dispgid"
44312024-09-09T17:45:04.886Z[ recovery-image] Sep 09 17:45:03.892 INFO O| Sep 09 17:45:03.892 INFO STEP 160 (remove_files) COMPLETE
44322024-09-09T17:45:04.886Z[ recovery-image] Sep 09 17:45:03.892 INFO O| Sep 09 17:45:03.892 INFO STEP 161: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44332024-09-09T17:45:04.909Z[ recovery-image] Sep 09 17:45:03.917 INFO O| Sep 09 17:45:03.917 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/dispuid"
44342024-09-09T17:45:04.909Z[ recovery-image] Sep 09 17:45:03.917 INFO O| Sep 09 17:45:03.917 INFO STEP 161 (remove_files) COMPLETE
44352024-09-09T17:45:04.912Z[ recovery-image] Sep 09 17:45:03.917 INFO O| Sep 09 17:45:03.917 INFO STEP 162: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44362024-09-09T17:45:04.968Z[ recovery-image] Sep 09 17:45:03.975 INFO O| Sep 09 17:45:03.975 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/dos2unix"
44372024-09-09T17:45:04.968Z[ recovery-image] Sep 09 17:45:03.975 INFO O| Sep 09 17:45:03.975 INFO STEP 162 (remove_files) COMPLETE
44382024-09-09T17:45:04.968Z[ recovery-image] Sep 09 17:45:03.976 INFO O| Sep 09 17:45:03.975 INFO STEP 163: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44392024-09-09T17:45:04.991Z[ recovery-image] Sep 09 17:45:03.999 INFO O| Sep 09 17:45:03.999 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/du"
44402024-09-09T17:45:04.991Z[ recovery-image] Sep 09 17:45:03.999 INFO O| Sep 09 17:45:03.999 INFO STEP 163 (remove_files) COMPLETE
44412024-09-09T17:45:04.991Z[ recovery-image] Sep 09 17:45:03.999 INFO O| Sep 09 17:45:03.999 INFO STEP 164: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44422024-09-09T17:45:05.029Z[ recovery-image] Sep 09 17:45:04.037 INFO O| Sep 09 17:45:04.037 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/dumpcs"
44432024-09-09T17:45:05.046Z[ recovery-image] Sep 09 17:45:04.055 INFO O| Sep 09 17:45:04.055 INFO STEP 164 (remove_files) COMPLETE
44442024-09-09T17:45:05.046Z[ recovery-image] Sep 09 17:45:04.055 INFO O| Sep 09 17:45:04.055 INFO STEP 165: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44452024-09-09T17:45:05.095Z[ recovery-image] Sep 09 17:45:04.104 INFO O| Sep 09 17:45:04.104 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/dumpkeys"
44462024-09-09T17:45:05.095Z[ recovery-image] Sep 09 17:45:04.104 INFO O| Sep 09 17:45:04.104 INFO STEP 165 (remove_files) COMPLETE
44472024-09-09T17:45:05.098Z[ recovery-image] Sep 09 17:45:04.104 INFO O| Sep 09 17:45:04.104 INFO STEP 166: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44482024-09-09T17:45:05.136Z[ recovery-image] Sep 09 17:45:04.144 INFO O| Sep 09 17:45:04.144 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/edit"
44492024-09-09T17:45:05.136Z[ recovery-image] Sep 09 17:45:04.144 INFO O| Sep 09 17:45:04.144 INFO STEP 166 (remove_files) COMPLETE
44502024-09-09T17:45:05.136Z[ recovery-image] Sep 09 17:45:04.144 INFO O| Sep 09 17:45:04.144 INFO STEP 167: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44512024-09-09T17:45:05.211Z[ recovery-image] Sep 09 17:45:04.219 INFO O| Sep 09 17:45:04.219 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/eject"
44522024-09-09T17:45:05.214Z[ recovery-image] Sep 09 17:45:04.219 INFO O| Sep 09 17:45:04.219 INFO STEP 167 (remove_files) COMPLETE
44532024-09-09T17:45:05.214Z[ recovery-image] Sep 09 17:45:04.220 INFO O| Sep 09 17:45:04.219 INFO STEP 168: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44542024-09-09T17:45:05.231Z[ recovery-image] Sep 09 17:45:04.239 INFO O| Sep 09 17:45:04.239 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/elfsign"
44552024-09-09T17:45:05.231Z[ recovery-image] Sep 09 17:45:04.239 INFO O| Sep 09 17:45:04.239 INFO STEP 168 (remove_files) COMPLETE
44562024-09-09T17:45:05.234Z[ recovery-image] Sep 09 17:45:04.239 INFO O| Sep 09 17:45:04.239 INFO STEP 169: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44572024-09-09T17:45:05.250Z[ recovery-image] Sep 09 17:45:04.258 INFO O| Sep 09 17:45:04.258 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/elfwrap"
44582024-09-09T17:45:05.250Z[ recovery-image] Sep 09 17:45:04.258 INFO O| Sep 09 17:45:04.258 INFO STEP 169 (remove_files) COMPLETE
44592024-09-09T17:45:05.250Z[ recovery-image] Sep 09 17:45:04.258 INFO O| Sep 09 17:45:04.258 INFO STEP 170: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44602024-09-09T17:45:05.268Z[ recovery-image] Sep 09 17:45:04.277 INFO O| Sep 09 17:45:04.277 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/encode_keychange"
44612024-09-09T17:45:05.269Z[ recovery-image] Sep 09 17:45:04.277 INFO O| Sep 09 17:45:04.277 INFO STEP 170 (remove_files) COMPLETE
44622024-09-09T17:45:05.269Z[ recovery-image] Sep 09 17:45:04.277 INFO O| Sep 09 17:45:04.277 INFO STEP 171: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44632024-09-09T17:45:05.287Z[ recovery-image] Sep 09 17:45:04.296 INFO O| Sep 09 17:45:04.295 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/encrypt"
44642024-09-09T17:45:05.287Z[ recovery-image] Sep 09 17:45:04.296 INFO O| Sep 09 17:45:04.296 INFO STEP 171 (remove_files) COMPLETE
44652024-09-09T17:45:05.290Z[ recovery-image] Sep 09 17:45:04.296 INFO O| Sep 09 17:45:04.296 INFO STEP 172: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44662024-09-09T17:45:05.304Z[ recovery-image] Sep 09 17:45:04.312 INFO O| Sep 09 17:45:04.312 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/enhance"
44672024-09-09T17:45:05.304Z[ recovery-image] Sep 09 17:45:04.312 INFO O| Sep 09 17:45:04.312 INFO STEP 172 (remove_files) COMPLETE
44682024-09-09T17:45:05.304Z[ recovery-image] Sep 09 17:45:04.312 INFO O| Sep 09 17:45:04.312 INFO STEP 173: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44692024-09-09T17:45:05.323Z[ recovery-image] Sep 09 17:45:04.331 INFO O| Sep 09 17:45:04.331 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/env"
44702024-09-09T17:45:05.323Z[ recovery-image] Sep 09 17:45:04.331 INFO O| Sep 09 17:45:04.331 INFO STEP 173 (remove_files) COMPLETE
44712024-09-09T17:45:05.323Z[ recovery-image] Sep 09 17:45:04.331 INFO O| Sep 09 17:45:04.331 INFO STEP 174: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44722024-09-09T17:45:05.342Z[ recovery-image] Sep 09 17:45:04.350 INFO O| Sep 09 17:45:04.350 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/etdump"
44732024-09-09T17:45:05.342Z[ recovery-image] Sep 09 17:45:04.350 INFO O| Sep 09 17:45:04.350 INFO STEP 174 (remove_files) COMPLETE
44742024-09-09T17:45:05.342Z[ recovery-image] Sep 09 17:45:04.350 INFO O| Sep 09 17:45:04.350 INFO STEP 175: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44752024-09-09T17:45:05.363Z[ recovery-image] Sep 09 17:45:04.371 INFO O| Sep 09 17:45:04.371 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/expand"
44762024-09-09T17:45:05.363Z[ recovery-image] Sep 09 17:45:04.371 INFO O| Sep 09 17:45:04.371 INFO STEP 175 (remove_files) COMPLETE
44772024-09-09T17:45:05.363Z[ recovery-image] Sep 09 17:45:04.371 INFO O| Sep 09 17:45:04.371 INFO STEP 176: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44782024-09-09T17:45:05.437Z[ recovery-image] Sep 09 17:45:04.444 INFO O| Sep 09 17:45:04.444 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/exstr"
44792024-09-09T17:45:05.437Z[ recovery-image] Sep 09 17:45:04.444 INFO O| Sep 09 17:45:04.444 INFO STEP 176 (remove_files) COMPLETE
44802024-09-09T17:45:05.437Z[ recovery-image] Sep 09 17:45:04.444 INFO O| Sep 09 17:45:04.444 INFO STEP 177: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44812024-09-09T17:45:05.509Z[ recovery-image] Sep 09 17:45:04.517 INFO O| Sep 09 17:45:04.517 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/factor"
44822024-09-09T17:45:05.512Z[ recovery-image] Sep 09 17:45:04.517 INFO O| Sep 09 17:45:04.517 INFO STEP 177 (remove_files) COMPLETE
44832024-09-09T17:45:05.512Z[ recovery-image] Sep 09 17:45:04.518 INFO O| Sep 09 17:45:04.518 INFO STEP 178: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44842024-09-09T17:45:05.529Z[ recovery-image] Sep 09 17:45:04.538 INFO O| Sep 09 17:45:04.537 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/false"
44852024-09-09T17:45:05.532Z[ recovery-image] Sep 09 17:45:04.538 INFO O| Sep 09 17:45:04.538 INFO STEP 178 (remove_files) COMPLETE
44862024-09-09T17:45:05.532Z[ recovery-image] Sep 09 17:45:04.538 INFO O| Sep 09 17:45:04.538 INFO STEP 179: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44872024-09-09T17:45:05.549Z[ recovery-image] Sep 09 17:45:04.558 INFO O| Sep 09 17:45:04.558 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/fc"
44882024-09-09T17:45:05.552Z[ recovery-image] Sep 09 17:45:04.558 INFO O| Sep 09 17:45:04.558 INFO STEP 179 (remove_files) COMPLETE
44892024-09-09T17:45:05.553Z[ recovery-image] Sep 09 17:45:04.558 INFO O| Sep 09 17:45:04.558 INFO STEP 180: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44902024-09-09T17:45:05.569Z[ recovery-image] Sep 09 17:45:04.578 INFO O| Sep 09 17:45:04.578 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/fdetach"
44912024-09-09T17:45:05.572Z[ recovery-image] Sep 09 17:45:04.578 INFO O| Sep 09 17:45:04.578 INFO STEP 180 (remove_files) COMPLETE
44922024-09-09T17:45:05.572Z[ recovery-image] Sep 09 17:45:04.578 INFO O| Sep 09 17:45:04.578 INFO STEP 181: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44932024-09-09T17:45:05.590Z[ recovery-image] Sep 09 17:45:04.598 INFO O| Sep 09 17:45:04.598 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/fdformat"
44942024-09-09T17:45:05.593Z[ recovery-image] Sep 09 17:45:04.598 INFO O| Sep 09 17:45:04.598 INFO STEP 181 (remove_files) COMPLETE
44952024-09-09T17:45:05.593Z[ recovery-image] Sep 09 17:45:04.599 INFO O| Sep 09 17:45:04.599 INFO STEP 182: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44962024-09-09T17:45:05.611Z[ recovery-image] Sep 09 17:45:04.620 INFO O| Sep 09 17:45:04.620 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/fg"
44972024-09-09T17:45:05.614Z[ recovery-image] Sep 09 17:45:04.620 INFO O| Sep 09 17:45:04.620 INFO STEP 182 (remove_files) COMPLETE
44982024-09-09T17:45:05.614Z[ recovery-image] Sep 09 17:45:04.620 INFO O| Sep 09 17:45:04.620 INFO STEP 183: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44992024-09-09T17:45:05.647Z[ recovery-image] Sep 09 17:45:04.656 INFO O| Sep 09 17:45:04.656 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/fgrep"
45002024-09-09T17:45:05.647Z[ recovery-image] Sep 09 17:45:04.656 INFO O| Sep 09 17:45:04.656 INFO STEP 183 (remove_files) COMPLETE
45012024-09-09T17:45:05.650Z[ recovery-image] Sep 09 17:45:04.656 INFO O| Sep 09 17:45:04.656 INFO STEP 184: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45022024-09-09T17:45:05.706Z[ recovery-image] Sep 09 17:45:04.714 INFO O| Sep 09 17:45:04.714 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/file"
45032024-09-09T17:45:05.706Z[ recovery-image] Sep 09 17:45:04.714 INFO O| Sep 09 17:45:04.714 INFO STEP 184 (remove_files) COMPLETE
45042024-09-09T17:45:05.709Z[ recovery-image] Sep 09 17:45:04.715 INFO O| Sep 09 17:45:04.714 INFO STEP 185: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45052024-09-09T17:45:05.738Z[ recovery-image] Sep 09 17:45:04.746 INFO O| Sep 09 17:45:04.746 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/fixproc"
45062024-09-09T17:45:05.738Z[ recovery-image] Sep 09 17:45:04.746 INFO O| Sep 09 17:45:04.746 INFO STEP 185 (remove_files) COMPLETE
45072024-09-09T17:45:05.741Z[ recovery-image] Sep 09 17:45:04.747 INFO O| Sep 09 17:45:04.746 INFO STEP 186: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45082024-09-09T17:45:05.759Z[ recovery-image] Sep 09 17:45:04.768 INFO O| Sep 09 17:45:04.768 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/fmt"
45092024-09-09T17:45:05.759Z[ recovery-image] Sep 09 17:45:04.768 INFO O| Sep 09 17:45:04.768 INFO STEP 186 (remove_files) COMPLETE
45102024-09-09T17:45:05.763Z[ recovery-image] Sep 09 17:45:04.768 INFO O| Sep 09 17:45:04.768 INFO STEP 187: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45112024-09-09T17:45:05.794Z[ recovery-image] Sep 09 17:45:04.802 INFO O| Sep 09 17:45:04.802 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/fmtmsg"
45122024-09-09T17:45:05.794Z[ recovery-image] Sep 09 17:45:04.803 INFO O| Sep 09 17:45:04.802 INFO STEP 187 (remove_files) COMPLETE
45132024-09-09T17:45:05.794Z[ recovery-image] Sep 09 17:45:04.803 INFO O| Sep 09 17:45:04.803 INFO STEP 188: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45142024-09-09T17:45:05.837Z[ recovery-image] Sep 09 17:45:04.845 INFO O| Sep 09 17:45:04.845 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/fold"
45152024-09-09T17:45:05.837Z[ recovery-image] Sep 09 17:45:04.845 INFO O| Sep 09 17:45:04.845 INFO STEP 188 (remove_files) COMPLETE
45162024-09-09T17:45:05.838Z[ recovery-image] Sep 09 17:45:04.845 INFO O| Sep 09 17:45:04.845 INFO STEP 189: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45172024-09-09T17:45:05.874Z[ recovery-image] Sep 09 17:45:04.883 INFO O| Sep 09 17:45:04.883 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/fsstat"
45182024-09-09T17:45:05.874Z[ recovery-image] Sep 09 17:45:04.883 INFO O| Sep 09 17:45:04.883 INFO STEP 189 (remove_files) COMPLETE
45192024-09-09T17:45:05.877Z[ recovery-image] Sep 09 17:45:04.883 INFO O| Sep 09 17:45:04.883 INFO STEP 190: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45202024-09-09T17:45:05.912Z[ recovery-image] Sep 09 17:45:04.920 INFO O| Sep 09 17:45:04.920 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gclear"
45212024-09-09T17:45:05.912Z[ recovery-image] Sep 09 17:45:04.920 INFO O| Sep 09 17:45:04.920 INFO STEP 190 (remove_files) COMPLETE
45222024-09-09T17:45:05.912Z[ recovery-image] Sep 09 17:45:04.920 INFO O| Sep 09 17:45:04.920 INFO STEP 191: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45232024-09-09T17:45:05.932Z[ recovery-image] Sep 09 17:45:04.940 INFO O| Sep 09 17:45:04.940 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gcore"
45242024-09-09T17:45:05.954Z[ recovery-image] Sep 09 17:45:04.962 INFO O| Sep 09 17:45:04.962 INFO STEP 191 (remove_files) COMPLETE
45252024-09-09T17:45:05.954Z[ recovery-image] Sep 09 17:45:04.962 INFO O| Sep 09 17:45:04.962 INFO STEP 192: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45262024-09-09T17:45:05.990Z[ recovery-image] Sep 09 17:45:04.999 INFO O| Sep 09 17:45:04.999 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/geniconvtbl"
45272024-09-09T17:45:05.990Z[ recovery-image] Sep 09 17:45:04.999 INFO O| Sep 09 17:45:04.999 INFO STEP 192 (remove_files) COMPLETE
45282024-09-09T17:45:05.991Z[ recovery-image] Sep 09 17:45:04.999 INFO O| Sep 09 17:45:04.999 INFO STEP 193: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45292024-09-09T17:45:06.057Z[ recovery-image] Sep 09 17:45:05.065 INFO O| Sep 09 17:45:05.065 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/getconf"
45302024-09-09T17:45:06.057Z[ recovery-image] Sep 09 17:45:05.066 INFO O| Sep 09 17:45:05.066 INFO STEP 193 (remove_files) COMPLETE
45312024-09-09T17:45:06.060Z[ recovery-image] Sep 09 17:45:05.066 INFO O| Sep 09 17:45:05.066 INFO STEP 194: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45322024-09-09T17:45:06.079Z[ recovery-image] Sep 09 17:45:05.087 INFO O| Sep 09 17:45:05.087 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/getdev"
45332024-09-09T17:45:06.079Z[ recovery-image] Sep 09 17:45:05.087 INFO O| Sep 09 17:45:05.087 INFO STEP 194 (remove_files) COMPLETE
45342024-09-09T17:45:06.082Z[ recovery-image] Sep 09 17:45:05.087 INFO O| Sep 09 17:45:05.087 INFO STEP 195: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45352024-09-09T17:45:06.113Z[ recovery-image] Sep 09 17:45:05.121 INFO O| Sep 09 17:45:05.121 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/getdgrp"
45362024-09-09T17:45:06.113Z[ recovery-image] Sep 09 17:45:05.121 INFO O| Sep 09 17:45:05.121 INFO STEP 195 (remove_files) COMPLETE
45372024-09-09T17:45:06.116Z[ recovery-image] Sep 09 17:45:05.121 INFO O| Sep 09 17:45:05.121 INFO STEP 196: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45382024-09-09T17:45:06.173Z[ recovery-image] Sep 09 17:45:05.181 INFO O| Sep 09 17:45:05.181 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/getent"
45392024-09-09T17:45:06.173Z[ recovery-image] Sep 09 17:45:05.181 INFO O| Sep 09 17:45:05.181 INFO STEP 196 (remove_files) COMPLETE
45402024-09-09T17:45:06.173Z[ recovery-image] Sep 09 17:45:05.181 INFO O| Sep 09 17:45:05.181 INFO STEP 197: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45412024-09-09T17:45:06.201Z[ recovery-image] Sep 09 17:45:05.209 INFO O| Sep 09 17:45:05.209 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/getfacl"
45422024-09-09T17:45:06.201Z[ recovery-image] Sep 09 17:45:05.209 INFO O| Sep 09 17:45:05.209 INFO STEP 197 (remove_files) COMPLETE
45432024-09-09T17:45:06.201Z[ recovery-image] Sep 09 17:45:05.209 INFO O| Sep 09 17:45:05.209 INFO STEP 198: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45442024-09-09T17:45:06.240Z[ recovery-image] Sep 09 17:45:05.249 INFO O| Sep 09 17:45:05.249 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/getopt"
45452024-09-09T17:45:06.240Z[ recovery-image] Sep 09 17:45:05.249 INFO O| Sep 09 17:45:05.249 INFO STEP 198 (remove_files) COMPLETE
45462024-09-09T17:45:06.240Z[ recovery-image] Sep 09 17:45:05.249 INFO O| Sep 09 17:45:05.249 INFO STEP 199: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45472024-09-09T17:45:06.262Z[ recovery-image] Sep 09 17:45:05.270 INFO O| Sep 09 17:45:05.270 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/getopts"
45482024-09-09T17:45:06.262Z[ recovery-image] Sep 09 17:45:05.270 INFO O| Sep 09 17:45:05.270 INFO STEP 199 (remove_files) COMPLETE
45492024-09-09T17:45:06.265Z[ recovery-image] Sep 09 17:45:05.270 INFO O| Sep 09 17:45:05.270 INFO STEP 200: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45502024-09-09T17:45:06.282Z[ recovery-image] Sep 09 17:45:05.291 INFO O| Sep 09 17:45:05.290 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gettext"
45512024-09-09T17:45:06.282Z[ recovery-image] Sep 09 17:45:05.291 INFO O| Sep 09 17:45:05.291 INFO STEP 200 (remove_files) COMPLETE
45522024-09-09T17:45:06.282Z[ recovery-image] Sep 09 17:45:05.291 INFO O| Sep 09 17:45:05.291 INFO STEP 201: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45532024-09-09T17:45:06.301Z[ recovery-image] Sep 09 17:45:05.310 INFO O| Sep 09 17:45:05.310 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/getvol"
45542024-09-09T17:45:06.302Z[ recovery-image] Sep 09 17:45:05.310 INFO O| Sep 09 17:45:05.310 INFO STEP 201 (remove_files) COMPLETE
45552024-09-09T17:45:06.302Z[ recovery-image] Sep 09 17:45:05.310 INFO O| Sep 09 17:45:05.310 INFO STEP 202: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45562024-09-09T17:45:06.332Z[ recovery-image] Sep 09 17:45:05.340 INFO O| Sep 09 17:45:05.340 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ginfocmp"
45572024-09-09T17:45:06.332Z[ recovery-image] Sep 09 17:45:05.340 INFO O| Sep 09 17:45:05.340 INFO STEP 202 (remove_files) COMPLETE
45582024-09-09T17:45:06.336Z[ recovery-image] Sep 09 17:45:05.341 INFO O| Sep 09 17:45:05.340 INFO STEP 203: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45592024-09-09T17:45:06.367Z[ recovery-image] Sep 09 17:45:05.375 INFO O| Sep 09 17:45:05.375 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/groups"
45602024-09-09T17:45:06.367Z[ recovery-image] Sep 09 17:45:05.375 INFO O| Sep 09 17:45:05.375 INFO STEP 203 (remove_files) COMPLETE
45612024-09-09T17:45:06.370Z[ recovery-image] Sep 09 17:45:05.375 INFO O| Sep 09 17:45:05.375 INFO STEP 204: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45622024-09-09T17:45:06.385Z[ recovery-image] Sep 09 17:45:05.393 INFO O| Sep 09 17:45:05.393 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gtabs"
45632024-09-09T17:45:06.385Z[ recovery-image] Sep 09 17:45:05.394 INFO O| Sep 09 17:45:05.394 INFO STEP 204 (remove_files) COMPLETE
45642024-09-09T17:45:06.388Z[ recovery-image] Sep 09 17:45:05.394 INFO O| Sep 09 17:45:05.394 INFO STEP 205: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45652024-09-09T17:45:06.410Z[ recovery-image] Sep 09 17:45:05.418 INFO O| Sep 09 17:45:05.418 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gtic"
45662024-09-09T17:45:06.413Z[ recovery-image] Sep 09 17:45:05.418 INFO O| Sep 09 17:45:05.418 INFO STEP 205 (remove_files) COMPLETE
45672024-09-09T17:45:06.413Z[ recovery-image] Sep 09 17:45:05.419 INFO O| Sep 09 17:45:05.418 INFO STEP 206: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45682024-09-09T17:45:06.429Z[ recovery-image] Sep 09 17:45:05.437 INFO O| Sep 09 17:45:05.437 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gtoe"
45692024-09-09T17:45:06.432Z[ recovery-image] Sep 09 17:45:05.438 INFO O| Sep 09 17:45:05.438 INFO STEP 206 (remove_files) COMPLETE
45702024-09-09T17:45:06.433Z[ recovery-image] Sep 09 17:45:05.438 INFO O| Sep 09 17:45:05.438 INFO STEP 207: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45712024-09-09T17:45:06.449Z[ recovery-image] Sep 09 17:45:05.458 INFO O| Sep 09 17:45:05.458 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gtput"
45722024-09-09T17:45:06.452Z[ recovery-image] Sep 09 17:45:05.458 INFO O| Sep 09 17:45:05.458 INFO STEP 207 (remove_files) COMPLETE
45732024-09-09T17:45:06.452Z[ recovery-image] Sep 09 17:45:05.458 INFO O| Sep 09 17:45:05.458 INFO STEP 208: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45742024-09-09T17:45:06.493Z[ recovery-image] Sep 09 17:45:05.501 INFO O| Sep 09 17:45:05.501 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gtset"
45752024-09-09T17:45:06.496Z[ recovery-image] Sep 09 17:45:05.501 INFO O| Sep 09 17:45:05.501 INFO STEP 208 (remove_files) COMPLETE
45762024-09-09T17:45:06.496Z[ recovery-image] Sep 09 17:45:05.501 INFO O| Sep 09 17:45:05.501 INFO STEP 209: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45772024-09-09T17:45:06.514Z[ recovery-image] Sep 09 17:45:05.522 INFO O| Sep 09 17:45:05.522 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gunzip"
45782024-09-09T17:45:06.514Z[ recovery-image] Sep 09 17:45:05.522 INFO O| Sep 09 17:45:05.522 INFO STEP 209 (remove_files) COMPLETE
45792024-09-09T17:45:06.514Z[ recovery-image] Sep 09 17:45:05.522 INFO O| Sep 09 17:45:05.522 INFO STEP 210: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45802024-09-09T17:45:06.544Z[ recovery-image] Sep 09 17:45:05.552 INFO O| Sep 09 17:45:05.552 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gzcat"
45812024-09-09T17:45:06.547Z[ recovery-image] Sep 09 17:45:05.552 INFO O| Sep 09 17:45:05.552 INFO STEP 210 (remove_files) COMPLETE
45822024-09-09T17:45:06.547Z[ recovery-image] Sep 09 17:45:05.553 INFO O| Sep 09 17:45:05.552 INFO STEP 211: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45832024-09-09T17:45:06.575Z[ recovery-image] Sep 09 17:45:05.583 INFO O| Sep 09 17:45:05.583 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gzcmp"
45842024-09-09T17:45:06.575Z[ recovery-image] Sep 09 17:45:05.584 INFO O| Sep 09 17:45:05.584 INFO STEP 211 (remove_files) COMPLETE
45852024-09-09T17:45:06.579Z[ recovery-image] Sep 09 17:45:05.584 INFO O| Sep 09 17:45:05.584 INFO STEP 212: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45862024-09-09T17:45:06.593Z[ recovery-image] Sep 09 17:45:05.602 INFO O| Sep 09 17:45:05.602 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gzdiff"
45872024-09-09T17:45:06.596Z[ recovery-image] Sep 09 17:45:05.603 INFO O| Sep 09 17:45:05.602 INFO STEP 212 (remove_files) COMPLETE
45882024-09-09T17:45:06.596Z[ recovery-image] Sep 09 17:45:05.603 INFO O| Sep 09 17:45:05.603 INFO STEP 213: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45892024-09-09T17:45:06.614Z[ recovery-image] Sep 09 17:45:05.622 INFO O| Sep 09 17:45:05.622 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gzegrep"
45902024-09-09T17:45:06.615Z[ recovery-image] Sep 09 17:45:05.622 INFO O| Sep 09 17:45:05.622 INFO STEP 213 (remove_files) COMPLETE
45912024-09-09T17:45:06.615Z[ recovery-image] Sep 09 17:45:05.622 INFO O| Sep 09 17:45:05.622 INFO STEP 214: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45922024-09-09T17:45:06.641Z[ recovery-image] Sep 09 17:45:05.649 INFO O| Sep 09 17:45:05.649 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gzexe"
45932024-09-09T17:45:06.644Z[ recovery-image] Sep 09 17:45:05.649 INFO O| Sep 09 17:45:05.649 INFO STEP 214 (remove_files) COMPLETE
45942024-09-09T17:45:06.644Z[ recovery-image] Sep 09 17:45:05.650 INFO O| Sep 09 17:45:05.649 INFO STEP 215: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45952024-09-09T17:45:06.662Z[ recovery-image] Sep 09 17:45:05.670 INFO O| Sep 09 17:45:05.670 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gzfgrep"
45962024-09-09T17:45:06.678Z[ recovery-image] Sep 09 17:45:05.686 INFO O| Sep 09 17:45:05.686 INFO STEP 215 (remove_files) COMPLETE
45972024-09-09T17:45:06.678Z[ recovery-image] Sep 09 17:45:05.686 INFO O| Sep 09 17:45:05.686 INFO STEP 216: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45982024-09-09T17:45:06.698Z[ recovery-image] Sep 09 17:45:05.706 INFO O| Sep 09 17:45:05.706 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gzforce"
45992024-09-09T17:45:06.701Z[ recovery-image] Sep 09 17:45:05.706 INFO O| Sep 09 17:45:05.706 INFO STEP 216 (remove_files) COMPLETE
46002024-09-09T17:45:06.701Z[ recovery-image] Sep 09 17:45:05.706 INFO O| Sep 09 17:45:05.706 INFO STEP 217: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46012024-09-09T17:45:06.735Z[ recovery-image] Sep 09 17:45:05.743 INFO O| Sep 09 17:45:05.743 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gzgrep"
46022024-09-09T17:45:06.735Z[ recovery-image] Sep 09 17:45:05.743 INFO O| Sep 09 17:45:05.743 INFO STEP 217 (remove_files) COMPLETE
46032024-09-09T17:45:06.735Z[ recovery-image] Sep 09 17:45:05.743 INFO O| Sep 09 17:45:05.743 INFO STEP 218: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46042024-09-09T17:45:06.756Z[ recovery-image] Sep 09 17:45:05.764 INFO O| Sep 09 17:45:05.764 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gzip"
46052024-09-09T17:45:06.756Z[ recovery-image] Sep 09 17:45:05.764 INFO O| Sep 09 17:45:05.764 INFO STEP 218 (remove_files) COMPLETE
46062024-09-09T17:45:06.759Z[ recovery-image] Sep 09 17:45:05.764 INFO O| Sep 09 17:45:05.764 INFO STEP 219: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46072024-09-09T17:45:06.798Z[ recovery-image] Sep 09 17:45:05.807 INFO O| Sep 09 17:45:05.807 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gzless"
46082024-09-09T17:45:06.799Z[ recovery-image] Sep 09 17:45:05.807 INFO O| Sep 09 17:45:05.807 INFO STEP 219 (remove_files) COMPLETE
46092024-09-09T17:45:06.799Z[ recovery-image] Sep 09 17:45:05.807 INFO O| Sep 09 17:45:05.807 INFO STEP 220: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46102024-09-09T17:45:06.820Z[ recovery-image] Sep 09 17:45:05.829 INFO O| Sep 09 17:45:05.829 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gzmore"
46112024-09-09T17:45:06.820Z[ recovery-image] Sep 09 17:45:05.829 INFO O| Sep 09 17:45:05.829 INFO STEP 220 (remove_files) COMPLETE
46122024-09-09T17:45:06.824Z[ recovery-image] Sep 09 17:45:05.829 INFO O| Sep 09 17:45:05.829 INFO STEP 221: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46132024-09-09T17:45:06.860Z[ recovery-image] Sep 09 17:45:05.868 INFO O| Sep 09 17:45:05.868 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gznew"
46142024-09-09T17:45:06.860Z[ recovery-image] Sep 09 17:45:05.868 INFO O| Sep 09 17:45:05.868 INFO STEP 221 (remove_files) COMPLETE
46152024-09-09T17:45:06.860Z[ recovery-image] Sep 09 17:45:05.868 INFO O| Sep 09 17:45:05.868 INFO STEP 222: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46162024-09-09T17:45:06.881Z[ recovery-image] Sep 09 17:45:05.890 INFO O| Sep 09 17:45:05.890 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/hash"
46172024-09-09T17:45:06.881Z[ recovery-image] Sep 09 17:45:05.890 INFO O| Sep 09 17:45:05.890 INFO STEP 222 (remove_files) COMPLETE
46182024-09-09T17:45:06.881Z[ recovery-image] Sep 09 17:45:05.890 INFO O| Sep 09 17:45:05.890 INFO STEP 223: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46192024-09-09T17:45:06.925Z[ recovery-image] Sep 09 17:45:05.934 INFO O| Sep 09 17:45:05.934 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/hostid"
46202024-09-09T17:45:06.926Z[ recovery-image] Sep 09 17:45:05.934 INFO O| Sep 09 17:45:05.934 INFO STEP 223 (remove_files) COMPLETE
46212024-09-09T17:45:06.929Z[ recovery-image] Sep 09 17:45:05.934 INFO O| Sep 09 17:45:05.934 INFO STEP 224: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46222024-09-09T17:45:06.946Z[ recovery-image] Sep 09 17:45:05.955 INFO O| Sep 09 17:45:05.955 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/hostname"
46232024-09-09T17:45:06.946Z[ recovery-image] Sep 09 17:45:05.955 INFO O| Sep 09 17:45:05.955 INFO STEP 224 (remove_files) COMPLETE
46242024-09-09T17:45:06.946Z[ recovery-image] Sep 09 17:45:05.955 INFO O| Sep 09 17:45:05.955 INFO STEP 225: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46252024-09-09T17:45:06.972Z[ recovery-image] Sep 09 17:45:05.980 INFO O| Sep 09 17:45:05.980 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/i86/adb"
46262024-09-09T17:45:06.975Z[ recovery-image] Sep 09 17:45:05.981 INFO O| Sep 09 17:45:05.980 INFO STEP 225 (remove_files) COMPLETE
46272024-09-09T17:45:06.975Z[ recovery-image] Sep 09 17:45:05.981 INFO O| Sep 09 17:45:05.981 INFO STEP 226: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46282024-09-09T17:45:06.996Z[ recovery-image] Sep 09 17:45:06.004 INFO O| Sep 09 17:45:06.004 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/i86/amt"
46292024-09-09T17:45:06.996Z[ recovery-image] Sep 09 17:45:06.004 INFO O| Sep 09 17:45:06.004 INFO STEP 226 (remove_files) COMPLETE
46302024-09-09T17:45:06.999Z[ recovery-image] Sep 09 17:45:06.004 INFO O| Sep 09 17:45:06.004 INFO STEP 227: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46312024-09-09T17:45:07.037Z[ recovery-image] Sep 09 17:45:06.046 INFO O| Sep 09 17:45:06.046 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/i86/ksh"
46322024-09-09T17:45:07.037Z[ recovery-image] Sep 09 17:45:06.046 INFO O| Sep 09 17:45:06.046 INFO STEP 227 (remove_files) COMPLETE
46332024-09-09T17:45:07.041Z[ recovery-image] Sep 09 17:45:06.046 INFO O| Sep 09 17:45:06.046 INFO STEP 228: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46342024-09-09T17:45:07.060Z[ recovery-image] Sep 09 17:45:06.068 INFO O| Sep 09 17:45:06.068 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/i86/mdb"
46352024-09-09T17:45:07.060Z[ recovery-image] Sep 09 17:45:06.068 INFO O| Sep 09 17:45:06.068 INFO STEP 228 (remove_files) COMPLETE
46362024-09-09T17:45:07.060Z[ recovery-image] Sep 09 17:45:06.068 INFO O| Sep 09 17:45:06.068 INFO STEP 229: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46372024-09-09T17:45:07.120Z[ recovery-image] Sep 09 17:45:06.097 INFO O| Sep 09 17:45:06.097 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/i86/rksh"
46382024-09-09T17:45:07.120Z[ recovery-image] Sep 09 17:45:06.097 INFO O| Sep 09 17:45:06.097 INFO STEP 229 (remove_files) COMPLETE
46392024-09-09T17:45:07.120Z[ recovery-image] Sep 09 17:45:06.098 INFO O| Sep 09 17:45:06.097 INFO STEP 230: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46402024-09-09T17:45:07.120Z[ recovery-image] Sep 09 17:45:06.118 INFO O| Sep 09 17:45:06.118 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/i86/rksh93"
46412024-09-09T17:45:07.120Z[ recovery-image] Sep 09 17:45:06.118 INFO O| Sep 09 17:45:06.118 INFO STEP 230 (remove_files) COMPLETE
46422024-09-09T17:45:07.120Z[ recovery-image] Sep 09 17:45:06.118 INFO O| Sep 09 17:45:06.118 INFO STEP 231: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46432024-09-09T17:45:07.131Z[ recovery-image] Sep 09 17:45:06.139 INFO O| Sep 09 17:45:06.139 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/iconv"
46442024-09-09T17:45:07.134Z[ recovery-image] Sep 09 17:45:06.139 INFO O| Sep 09 17:45:06.139 INFO STEP 231 (remove_files) COMPLETE
46452024-09-09T17:45:07.134Z[ recovery-image] Sep 09 17:45:06.139 INFO O| Sep 09 17:45:06.139 INFO STEP 232: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46462024-09-09T17:45:07.171Z[ recovery-image] Sep 09 17:45:06.180 INFO O| Sep 09 17:45:06.180 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/id"
46472024-09-09T17:45:07.176Z[ recovery-image] Sep 09 17:45:06.180 INFO O| Sep 09 17:45:06.180 INFO STEP 232 (remove_files) COMPLETE
46482024-09-09T17:45:07.176Z[ recovery-image] Sep 09 17:45:06.180 INFO O| Sep 09 17:45:06.180 INFO STEP 233: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46492024-09-09T17:45:07.192Z[ recovery-image] Sep 09 17:45:06.201 INFO O| Sep 09 17:45:06.200 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/idn"
46502024-09-09T17:45:07.196Z[ recovery-image] Sep 09 17:45:06.201 INFO O| Sep 09 17:45:06.201 INFO STEP 233 (remove_files) COMPLETE
46512024-09-09T17:45:07.196Z[ recovery-image] Sep 09 17:45:06.201 INFO O| Sep 09 17:45:06.201 INFO STEP 234: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46522024-09-09T17:45:07.287Z[ recovery-image] Sep 09 17:45:06.296 INFO O| Sep 09 17:45:06.296 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/infocmp"
46532024-09-09T17:45:07.287Z[ recovery-image] Sep 09 17:45:06.296 INFO O| Sep 09 17:45:06.296 INFO STEP 234 (remove_files) COMPLETE
46542024-09-09T17:45:07.290Z[ recovery-image] Sep 09 17:45:06.296 INFO O| Sep 09 17:45:06.296 INFO STEP 235: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46552024-09-09T17:45:07.403Z[ recovery-image] Sep 09 17:45:06.411 INFO O| Sep 09 17:45:06.411 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/iostat"
46562024-09-09T17:45:07.403Z[ recovery-image] Sep 09 17:45:06.411 INFO O| Sep 09 17:45:06.411 INFO STEP 235 (remove_files) COMPLETE
46572024-09-09T17:45:07.403Z[ recovery-image] Sep 09 17:45:06.411 INFO O| Sep 09 17:45:06.411 INFO STEP 236: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46582024-09-09T17:45:07.482Z[ recovery-image] Sep 09 17:45:06.490 INFO O| Sep 09 17:45:06.490 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ipf-mod.pl"
46592024-09-09T17:45:07.482Z[ recovery-image] Sep 09 17:45:06.490 INFO O| Sep 09 17:45:06.490 INFO STEP 236 (remove_files) COMPLETE
46602024-09-09T17:45:07.482Z[ recovery-image] Sep 09 17:45:06.490 INFO O| Sep 09 17:45:06.490 INFO STEP 237: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46612024-09-09T17:45:07.506Z[ recovery-image] Sep 09 17:45:06.514 INFO O| Sep 09 17:45:06.514 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/isainfo"
46622024-09-09T17:45:07.522Z[ recovery-image] Sep 09 17:45:06.515 INFO O| Sep 09 17:45:06.515 INFO STEP 237 (remove_files) COMPLETE
46632024-09-09T17:45:07.522Z[ recovery-image] Sep 09 17:45:06.515 INFO O| Sep 09 17:45:06.515 INFO STEP 238: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46642024-09-09T17:45:07.526Z[ recovery-image] Sep 09 17:45:06.534 INFO O| Sep 09 17:45:06.534 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/isalist"
46652024-09-09T17:45:07.526Z[ recovery-image] Sep 09 17:45:06.535 INFO O| Sep 09 17:45:06.534 INFO STEP 238 (remove_files) COMPLETE
46662024-09-09T17:45:07.526Z[ recovery-image] Sep 09 17:45:06.535 INFO O| Sep 09 17:45:06.535 INFO STEP 239: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46672024-09-09T17:45:07.546Z[ recovery-image] Sep 09 17:45:06.555 INFO O| Sep 09 17:45:06.554 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/jobs"
46682024-09-09T17:45:07.546Z[ recovery-image] Sep 09 17:45:06.555 INFO O| Sep 09 17:45:06.555 INFO STEP 239 (remove_files) COMPLETE
46692024-09-09T17:45:07.550Z[ recovery-image] Sep 09 17:45:06.555 INFO O| Sep 09 17:45:06.555 INFO STEP 240: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46702024-09-09T17:45:07.598Z[ recovery-image] Sep 09 17:45:06.607 INFO O| Sep 09 17:45:06.607 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/join"
46712024-09-09T17:45:07.598Z[ recovery-image] Sep 09 17:45:06.607 INFO O| Sep 09 17:45:06.607 INFO STEP 240 (remove_files) COMPLETE
46722024-09-09T17:45:07.598Z[ recovery-image] Sep 09 17:45:06.607 INFO O| Sep 09 17:45:06.607 INFO STEP 241: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46732024-09-09T17:45:07.629Z[ recovery-image] Sep 09 17:45:06.638 INFO O| Sep 09 17:45:06.638 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/kbd"
46742024-09-09T17:45:07.629Z[ recovery-image] Sep 09 17:45:06.638 INFO O| Sep 09 17:45:06.638 INFO STEP 241 (remove_files) COMPLETE
46752024-09-09T17:45:07.633Z[ recovery-image] Sep 09 17:45:06.638 INFO O| Sep 09 17:45:06.638 INFO STEP 242: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46762024-09-09T17:45:07.669Z[ recovery-image] Sep 09 17:45:06.677 INFO O| Sep 09 17:45:06.677 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/kdestroy"
46772024-09-09T17:45:07.673Z[ recovery-image] Sep 09 17:45:06.678 INFO O| Sep 09 17:45:06.677 INFO STEP 242 (remove_files) COMPLETE
46782024-09-09T17:45:07.673Z[ recovery-image] Sep 09 17:45:06.678 INFO O| Sep 09 17:45:06.678 INFO STEP 243: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46792024-09-09T17:45:07.690Z[ recovery-image] Sep 09 17:45:06.698 INFO O| Sep 09 17:45:06.698 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/keylogin"
46802024-09-09T17:45:07.693Z[ recovery-image] Sep 09 17:45:06.698 INFO O| Sep 09 17:45:06.698 INFO STEP 243 (remove_files) COMPLETE
46812024-09-09T17:45:07.693Z[ recovery-image] Sep 09 17:45:06.698 INFO O| Sep 09 17:45:06.698 INFO STEP 244: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46822024-09-09T17:45:07.710Z[ recovery-image] Sep 09 17:45:06.717 INFO O| Sep 09 17:45:06.717 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/keylogout"
46832024-09-09T17:45:07.713Z[ recovery-image] Sep 09 17:45:06.718 INFO O| Sep 09 17:45:06.718 INFO STEP 244 (remove_files) COMPLETE
46842024-09-09T17:45:07.713Z[ recovery-image] Sep 09 17:45:06.718 INFO O| Sep 09 17:45:06.718 INFO STEP 245: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46852024-09-09T17:45:07.744Z[ recovery-image] Sep 09 17:45:06.752 INFO O| Sep 09 17:45:06.752 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/kill"
46862024-09-09T17:45:07.747Z[ recovery-image] Sep 09 17:45:06.752 INFO O| Sep 09 17:45:06.752 INFO STEP 245 (remove_files) COMPLETE
46872024-09-09T17:45:07.747Z[ recovery-image] Sep 09 17:45:06.753 INFO O| Sep 09 17:45:06.753 INFO STEP 246: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46882024-09-09T17:45:07.763Z[ recovery-image] Sep 09 17:45:06.772 INFO O| Sep 09 17:45:06.771 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/kinit"
46892024-09-09T17:45:07.766Z[ recovery-image] Sep 09 17:45:06.772 INFO O| Sep 09 17:45:06.772 INFO STEP 246 (remove_files) COMPLETE
46902024-09-09T17:45:07.766Z[ recovery-image] Sep 09 17:45:06.772 INFO O| Sep 09 17:45:06.772 INFO STEP 247: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46912024-09-09T17:45:07.801Z[ recovery-image] Sep 09 17:45:06.809 INFO O| Sep 09 17:45:06.809 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/klist"
46922024-09-09T17:45:07.801Z[ recovery-image] Sep 09 17:45:06.809 INFO O| Sep 09 17:45:06.809 INFO STEP 247 (remove_files) COMPLETE
46932024-09-09T17:45:07.804Z[ recovery-image] Sep 09 17:45:06.809 INFO O| Sep 09 17:45:06.809 INFO STEP 248: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46942024-09-09T17:45:07.821Z[ recovery-image] Sep 09 17:45:06.830 INFO O| Sep 09 17:45:06.829 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/kmfcfg"
46952024-09-09T17:45:07.821Z[ recovery-image] Sep 09 17:45:06.830 INFO O| Sep 09 17:45:06.830 INFO STEP 248 (remove_files) COMPLETE
46962024-09-09T17:45:07.821Z[ recovery-image] Sep 09 17:45:06.830 INFO O| Sep 09 17:45:06.830 INFO STEP 249: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46972024-09-09T17:45:07.852Z[ recovery-image] Sep 09 17:45:06.860 INFO O| Sep 09 17:45:06.860 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/kpasswd"
46982024-09-09T17:45:07.855Z[ recovery-image] Sep 09 17:45:06.860 INFO O| Sep 09 17:45:06.860 INFO STEP 249 (remove_files) COMPLETE
46992024-09-09T17:45:07.855Z[ recovery-image] Sep 09 17:45:06.861 INFO O| Sep 09 17:45:06.861 INFO STEP 250: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47002024-09-09T17:45:07.873Z[ recovery-image] Sep 09 17:45:06.882 INFO O| Sep 09 17:45:06.882 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/krb5-config"
47012024-09-09T17:45:07.876Z[ recovery-image] Sep 09 17:45:06.882 INFO O| Sep 09 17:45:06.882 INFO STEP 250 (remove_files) COMPLETE
47022024-09-09T17:45:07.876Z[ recovery-image] Sep 09 17:45:06.882 INFO O| Sep 09 17:45:06.882 INFO STEP 251: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47032024-09-09T17:45:07.893Z[ recovery-image] Sep 09 17:45:06.902 INFO O| Sep 09 17:45:06.901 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ksh93"
47042024-09-09T17:45:07.896Z[ recovery-image] Sep 09 17:45:06.902 INFO O| Sep 09 17:45:06.902 INFO STEP 251 (remove_files) COMPLETE
47052024-09-09T17:45:07.896Z[ recovery-image] Sep 09 17:45:06.902 INFO O| Sep 09 17:45:06.902 INFO STEP 252: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47062024-09-09T17:45:07.913Z[ recovery-image] Sep 09 17:45:06.922 INFO O| Sep 09 17:45:06.921 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ktutil"
47072024-09-09T17:45:07.916Z[ recovery-image] Sep 09 17:45:06.922 INFO O| Sep 09 17:45:06.922 INFO STEP 252 (remove_files) COMPLETE
47082024-09-09T17:45:07.916Z[ recovery-image] Sep 09 17:45:06.922 INFO O| Sep 09 17:45:06.922 INFO STEP 253: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47092024-09-09T17:45:07.935Z[ recovery-image] Sep 09 17:45:06.943 INFO O| Sep 09 17:45:06.943 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/kvmstat"
47102024-09-09T17:45:07.955Z[ recovery-image] Sep 09 17:45:06.963 INFO O| Sep 09 17:45:06.963 INFO STEP 253 (remove_files) COMPLETE
47112024-09-09T17:45:07.955Z[ recovery-image] Sep 09 17:45:06.963 INFO O| Sep 09 17:45:06.963 INFO STEP 254: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47122024-09-09T17:45:07.974Z[ recovery-image] Sep 09 17:45:06.982 INFO O| Sep 09 17:45:06.982 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/last"
47132024-09-09T17:45:07.980Z[ recovery-image] Sep 09 17:45:06.982 INFO O| Sep 09 17:45:06.982 INFO STEP 254 (remove_files) COMPLETE
47142024-09-09T17:45:07.980Z[ recovery-image] Sep 09 17:45:06.982 INFO O| Sep 09 17:45:06.982 INFO STEP 255: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47152024-09-09T17:45:07.981Z[ host-image] Sep 09 17:45:06.983 INFO O| Sep 09 17:45:06.983 INFO O| Done
47162024-09-09T17:45:07.992Z[ recovery-image] Sep 09 17:45:07.000 INFO O| Sep 09 17:45:07.000 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/lastcomm"
47172024-09-09T17:45:07.996Z[ recovery-image] Sep 09 17:45:07.000 INFO O| Sep 09 17:45:07.000 INFO STEP 255 (remove_files) COMPLETE
47182024-09-09T17:45:07.996Z[ recovery-image] Sep 09 17:45:07.001 INFO O| Sep 09 17:45:07.001 INFO STEP 256: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47192024-09-09T17:45:08.027Z[ recovery-image] Sep 09 17:45:07.035 INFO O| Sep 09 17:45:07.035 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ld"
47202024-09-09T17:45:08.027Z[ recovery-image] Sep 09 17:45:07.035 INFO O| Sep 09 17:45:07.035 INFO STEP 256 (remove_files) COMPLETE
47212024-09-09T17:45:08.027Z[ recovery-image] Sep 09 17:45:07.035 INFO O| Sep 09 17:45:07.035 INFO STEP 257: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47222024-09-09T17:45:08.117Z[ recovery-image] Sep 09 17:45:07.126 INFO O| Sep 09 17:45:07.125 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ldd"
47232024-09-09T17:45:08.118Z[ recovery-image] Sep 09 17:45:07.126 INFO O| Sep 09 17:45:07.126 INFO STEP 257 (remove_files) COMPLETE
47242024-09-09T17:45:08.118Z[ recovery-image] Sep 09 17:45:07.126 INFO O| Sep 09 17:45:07.126 INFO STEP 258: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47252024-09-09T17:45:08.137Z[ recovery-image] Sep 09 17:45:07.144 INFO O| Sep 09 17:45:07.144 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/less"
47262024-09-09T17:45:08.137Z[ recovery-image] Sep 09 17:45:07.144 INFO O| Sep 09 17:45:07.144 INFO STEP 258 (remove_files) COMPLETE
47272024-09-09T17:45:08.137Z[ recovery-image] Sep 09 17:45:07.144 INFO O| Sep 09 17:45:07.144 INFO STEP 259: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47282024-09-09T17:45:08.154Z[ recovery-image] Sep 09 17:45:07.163 INFO O| Sep 09 17:45:07.163 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/lessecho"
47292024-09-09T17:45:08.155Z[ recovery-image] Sep 09 17:45:07.163 INFO O| Sep 09 17:45:07.163 INFO STEP 259 (remove_files) COMPLETE
47302024-09-09T17:45:08.155Z[ recovery-image] Sep 09 17:45:07.163 INFO O| Sep 09 17:45:07.163 INFO STEP 260: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47312024-09-09T17:45:08.174Z[ recovery-image] Sep 09 17:45:07.182 INFO O| Sep 09 17:45:07.182 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/lesskey"
47322024-09-09T17:45:08.174Z[ recovery-image] Sep 09 17:45:07.182 INFO O| Sep 09 17:45:07.182 INFO STEP 260 (remove_files) COMPLETE
47332024-09-09T17:45:08.174Z[ recovery-image] Sep 09 17:45:07.182 INFO O| Sep 09 17:45:07.182 INFO STEP 261: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47342024-09-09T17:45:08.325Z[ recovery-image] Sep 09 17:45:07.333 INFO O| Sep 09 17:45:07.333 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/lgrpinfo"
47352024-09-09T17:45:08.325Z[ recovery-image] Sep 09 17:45:07.333 INFO O| Sep 09 17:45:07.333 INFO STEP 261 (remove_files) COMPLETE
47362024-09-09T17:45:08.325Z[ recovery-image] Sep 09 17:45:07.333 INFO O| Sep 09 17:45:07.333 INFO STEP 262: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47372024-09-09T17:45:08.347Z[ recovery-image] Sep 09 17:45:07.355 INFO O| Sep 09 17:45:07.355 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/line"
47382024-09-09T17:45:08.361Z[ recovery-image] Sep 09 17:45:07.356 INFO O| Sep 09 17:45:07.356 INFO STEP 262 (remove_files) COMPLETE
47392024-09-09T17:45:08.361Z[ recovery-image] Sep 09 17:45:07.356 INFO O| Sep 09 17:45:07.356 INFO STEP 263: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47402024-09-09T17:45:08.370Z[ recovery-image] Sep 09 17:45:07.376 INFO O| Sep 09 17:45:07.375 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/listdgrp"
47412024-09-09T17:45:08.370Z[ recovery-image] Sep 09 17:45:07.376 INFO O| Sep 09 17:45:07.376 INFO STEP 263 (remove_files) COMPLETE
47422024-09-09T17:45:08.371Z[ recovery-image] Sep 09 17:45:07.376 INFO O| Sep 09 17:45:07.376 INFO STEP 264: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47432024-09-09T17:45:08.387Z[ recovery-image] Sep 09 17:45:07.395 INFO O| Sep 09 17:45:07.395 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/listusers"
47442024-09-09T17:45:08.387Z[ recovery-image] Sep 09 17:45:07.396 INFO O| Sep 09 17:45:07.395 INFO STEP 264 (remove_files) COMPLETE
47452024-09-09T17:45:08.391Z[ recovery-image] Sep 09 17:45:07.396 INFO O| Sep 09 17:45:07.396 INFO STEP 265: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47462024-09-09T17:45:08.501Z[ recovery-image] Sep 09 17:45:07.509 INFO O| Sep 09 17:45:07.509 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/loadkeys"
47472024-09-09T17:45:08.504Z[ recovery-image] Sep 09 17:45:07.509 INFO O| Sep 09 17:45:07.509 INFO STEP 265 (remove_files) COMPLETE
47482024-09-09T17:45:08.504Z[ recovery-image] Sep 09 17:45:07.509 INFO O| Sep 09 17:45:07.509 INFO STEP 266: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47492024-09-09T17:45:08.521Z[ recovery-image] Sep 09 17:45:07.530 INFO O| Sep 09 17:45:07.530 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/logger"
47502024-09-09T17:45:08.522Z[ recovery-image] Sep 09 17:45:07.530 INFO O| Sep 09 17:45:07.530 INFO STEP 266 (remove_files) COMPLETE
47512024-09-09T17:45:08.524Z[ recovery-image] Sep 09 17:45:07.530 INFO O| Sep 09 17:45:07.530 INFO STEP 267: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47522024-09-09T17:45:08.542Z[ recovery-image] Sep 09 17:45:07.551 INFO O| Sep 09 17:45:07.550 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/logins"
47532024-09-09T17:45:08.542Z[ recovery-image] Sep 09 17:45:07.551 INFO O| Sep 09 17:45:07.551 INFO STEP 267 (remove_files) COMPLETE
47542024-09-09T17:45:08.545Z[ recovery-image] Sep 09 17:45:07.551 INFO O| Sep 09 17:45:07.551 INFO STEP 268: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47552024-09-09T17:45:08.564Z[ recovery-image] Sep 09 17:45:07.571 INFO O| Sep 09 17:45:07.571 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/logname"
47562024-09-09T17:45:08.564Z[ recovery-image] Sep 09 17:45:07.571 INFO O| Sep 09 17:45:07.571 INFO STEP 268 (remove_files) COMPLETE
47572024-09-09T17:45:08.564Z[ recovery-image] Sep 09 17:45:07.571 INFO O| Sep 09 17:45:07.571 INFO STEP 269: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47582024-09-09T17:45:08.593Z[ recovery-image] Sep 09 17:45:07.602 INFO O| Sep 09 17:45:07.602 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/look"
47592024-09-09T17:45:08.593Z[ recovery-image] Sep 09 17:45:07.602 INFO O| Sep 09 17:45:07.602 INFO STEP 269 (remove_files) COMPLETE
47602024-09-09T17:45:08.596Z[ recovery-image] Sep 09 17:45:07.602 INFO O| Sep 09 17:45:07.602 INFO STEP 270: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47612024-09-09T17:45:08.623Z[ recovery-image] Sep 09 17:45:07.631 INFO O| Sep 09 17:45:07.631 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/looker"
47622024-09-09T17:45:08.623Z[ recovery-image] Sep 09 17:45:07.631 INFO O| Sep 09 17:45:07.631 INFO STEP 270 (remove_files) COMPLETE
47632024-09-09T17:45:08.623Z[ recovery-image] Sep 09 17:45:07.631 INFO O| Sep 09 17:45:07.631 INFO STEP 271: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47642024-09-09T17:45:08.678Z[ recovery-image] Sep 09 17:45:07.687 INFO O| Sep 09 17:45:07.687 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/lz4"
47652024-09-09T17:45:08.678Z[ recovery-image] Sep 09 17:45:07.687 INFO O| Sep 09 17:45:07.687 INFO STEP 271 (remove_files) COMPLETE
47662024-09-09T17:45:08.681Z[ recovery-image] Sep 09 17:45:07.687 INFO O| Sep 09 17:45:07.687 INFO STEP 272: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47672024-09-09T17:45:08.698Z[ recovery-image] Sep 09 17:45:07.706 INFO O| Sep 09 17:45:07.706 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/lzmadec"
47682024-09-09T17:45:08.698Z[ recovery-image] Sep 09 17:45:07.706 INFO O| Sep 09 17:45:07.706 INFO STEP 272 (remove_files) COMPLETE
47692024-09-09T17:45:08.700Z[ recovery-image] Sep 09 17:45:07.706 INFO O| Sep 09 17:45:07.706 INFO STEP 273: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47702024-09-09T17:45:08.738Z[ recovery-image] Sep 09 17:45:07.747 INFO O| Sep 09 17:45:07.747 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/lzmainfo"
47712024-09-09T17:45:08.739Z[ recovery-image] Sep 09 17:45:07.747 INFO O| Sep 09 17:45:07.747 INFO STEP 273 (remove_files) COMPLETE
47722024-09-09T17:45:08.741Z[ recovery-image] Sep 09 17:45:07.747 INFO O| Sep 09 17:45:07.747 INFO STEP 274: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47732024-09-09T17:45:08.836Z[ recovery-image] Sep 09 17:45:07.844 INFO O| Sep 09 17:45:07.844 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/mac"
47742024-09-09T17:45:08.839Z[ recovery-image] Sep 09 17:45:07.845 INFO O| Sep 09 17:45:07.845 INFO STEP 274 (remove_files) COMPLETE
47752024-09-09T17:45:08.839Z[ recovery-image] Sep 09 17:45:07.845 INFO O| Sep 09 17:45:07.845 INFO STEP 275: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47762024-09-09T17:45:08.857Z[ recovery-image] Sep 09 17:45:07.866 INFO O| Sep 09 17:45:07.866 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/mach"
47772024-09-09T17:45:08.860Z[ recovery-image] Sep 09 17:45:07.866 INFO O| Sep 09 17:45:07.866 INFO STEP 275 (remove_files) COMPLETE
47782024-09-09T17:45:08.860Z[ recovery-image] Sep 09 17:45:07.866 INFO O| Sep 09 17:45:07.866 INFO STEP 276: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47792024-09-09T17:45:08.907Z[ recovery-image] Sep 09 17:45:07.916 INFO O| Sep 09 17:45:07.916 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/mailx"
47802024-09-09T17:45:08.910Z[ recovery-image] Sep 09 17:45:07.916 INFO O| Sep 09 17:45:07.916 INFO STEP 276 (remove_files) COMPLETE
47812024-09-09T17:45:08.910Z[ recovery-image] Sep 09 17:45:07.916 INFO O| Sep 09 17:45:07.916 INFO STEP 277: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47822024-09-09T17:45:08.929Z[ recovery-image] Sep 09 17:45:07.937 INFO O| Sep 09 17:45:07.937 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/makedev"
47832024-09-09T17:45:08.933Z[ host-image] Sep 09 17:45:07.942 INFO O| Sep 09 17:45:07.941 INFO O| Done
47842024-09-09T17:45:08.950Z[ recovery-image] Sep 09 17:45:07.958 INFO O| Sep 09 17:45:07.958 INFO STEP 277 (remove_files) COMPLETE
47852024-09-09T17:45:08.950Z[ recovery-image] Sep 09 17:45:07.958 INFO O| Sep 09 17:45:07.958 INFO STEP 278: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47862024-09-09T17:45:08.971Z[ recovery-image] Sep 09 17:45:07.979 INFO O| Sep 09 17:45:07.978 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/mdb"
47872024-09-09T17:45:08.971Z[ recovery-image] Sep 09 17:45:07.979 INFO O| Sep 09 17:45:07.979 INFO STEP 278 (remove_files) COMPLETE
47882024-09-09T17:45:08.971Z[ recovery-image] Sep 09 17:45:07.979 INFO O| Sep 09 17:45:07.979 INFO STEP 279: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47892024-09-09T17:45:09.002Z[ recovery-image] Sep 09 17:45:08.010 INFO O| Sep 09 17:45:08.010 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/mesg"
47902024-09-09T17:45:09.022Z[ recovery-image] Sep 09 17:45:08.030 INFO O| Sep 09 17:45:08.030 INFO STEP 279 (remove_files) COMPLETE
47912024-09-09T17:45:09.022Z[ recovery-image] Sep 09 17:45:08.030 INFO O| Sep 09 17:45:08.030 INFO STEP 280: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47922024-09-09T17:45:09.048Z[ recovery-image] Sep 09 17:45:08.056 INFO O| Sep 09 17:45:08.056 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/mib2c"
47932024-09-09T17:45:09.048Z[ recovery-image] Sep 09 17:45:08.056 INFO O| Sep 09 17:45:08.056 INFO STEP 280 (remove_files) COMPLETE
47942024-09-09T17:45:09.051Z[ recovery-image] Sep 09 17:45:08.056 INFO O| Sep 09 17:45:08.056 INFO STEP 281: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47952024-09-09T17:45:09.088Z[ recovery-image] Sep 09 17:45:08.096 INFO O| Sep 09 17:45:08.096 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/mib2c-update"
47962024-09-09T17:45:09.088Z[ recovery-image] Sep 09 17:45:08.096 INFO O| Sep 09 17:45:08.096 INFO STEP 281 (remove_files) COMPLETE
47972024-09-09T17:45:09.088Z[ recovery-image] Sep 09 17:45:08.096 INFO O| Sep 09 17:45:08.096 INFO STEP 282: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47982024-09-09T17:45:09.149Z[ recovery-image] Sep 09 17:45:08.156 INFO O| Sep 09 17:45:08.156 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/mkfifo"
47992024-09-09T17:45:09.149Z[ recovery-image] Sep 09 17:45:08.156 INFO O| Sep 09 17:45:08.156 INFO STEP 282 (remove_files) COMPLETE
48002024-09-09T17:45:09.149Z[ recovery-image] Sep 09 17:45:08.156 INFO O| Sep 09 17:45:08.156 INFO STEP 283: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48012024-09-09T17:45:09.166Z[ recovery-image] Sep 09 17:45:08.173 INFO O| Sep 09 17:45:08.173 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/mkpwdict"
48022024-09-09T17:45:09.166Z[ recovery-image] Sep 09 17:45:08.173 INFO O| Sep 09 17:45:08.173 INFO STEP 283 (remove_files) COMPLETE
48032024-09-09T17:45:09.166Z[ recovery-image] Sep 09 17:45:08.173 INFO O| Sep 09 17:45:08.173 INFO STEP 284: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48042024-09-09T17:45:09.182Z[ recovery-image] Sep 09 17:45:08.190 INFO O| Sep 09 17:45:08.190 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/moe"
48052024-09-09T17:45:09.182Z[ recovery-image] Sep 09 17:45:08.190 INFO O| Sep 09 17:45:08.190 INFO STEP 284 (remove_files) COMPLETE
48062024-09-09T17:45:09.182Z[ recovery-image] Sep 09 17:45:08.190 INFO O| Sep 09 17:45:08.190 INFO STEP 285: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48072024-09-09T17:45:09.198Z[ recovery-image] Sep 09 17:45:08.206 INFO O| Sep 09 17:45:08.206 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/mpstat"
48082024-09-09T17:45:09.198Z[ recovery-image] Sep 09 17:45:08.206 INFO O| Sep 09 17:45:08.206 INFO STEP 285 (remove_files) COMPLETE
48092024-09-09T17:45:09.201Z[ recovery-image] Sep 09 17:45:08.207 INFO O| Sep 09 17:45:08.206 INFO STEP 286: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48102024-09-09T17:45:09.215Z[ recovery-image] Sep 09 17:45:08.223 INFO O| Sep 09 17:45:08.223 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/mt"
48112024-09-09T17:45:09.218Z[ recovery-image] Sep 09 17:45:08.224 INFO O| Sep 09 17:45:08.223 INFO STEP 286 (remove_files) COMPLETE
48122024-09-09T17:45:09.218Z[ recovery-image] Sep 09 17:45:08.224 INFO O| Sep 09 17:45:08.224 INFO STEP 287: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48132024-09-09T17:45:09.232Z[ recovery-image] Sep 09 17:45:08.240 INFO O| Sep 09 17:45:08.240 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ncurses6-config"
48142024-09-09T17:45:09.234Z[ recovery-image] Sep 09 17:45:08.240 INFO O| Sep 09 17:45:08.240 INFO STEP 287 (remove_files) COMPLETE
48152024-09-09T17:45:09.234Z[ recovery-image] Sep 09 17:45:08.240 INFO O| Sep 09 17:45:08.240 INFO STEP 288: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48162024-09-09T17:45:09.249Z[ recovery-image] Sep 09 17:45:08.257 INFO O| Sep 09 17:45:08.257 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/net-snmp-cert"
48172024-09-09T17:45:09.252Z[ recovery-image] Sep 09 17:45:08.258 INFO O| Sep 09 17:45:08.257 INFO STEP 288 (remove_files) COMPLETE
48182024-09-09T17:45:09.252Z[ recovery-image] Sep 09 17:45:08.258 INFO O| Sep 09 17:45:08.258 INFO STEP 289: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48192024-09-09T17:45:09.268Z[ recovery-image] Sep 09 17:45:08.275 INFO O| Sep 09 17:45:08.275 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/net-snmp-config"
48202024-09-09T17:45:09.268Z[ recovery-image] Sep 09 17:45:08.276 INFO O| Sep 09 17:45:08.275 INFO STEP 289 (remove_files) COMPLETE
48212024-09-09T17:45:09.268Z[ recovery-image] Sep 09 17:45:08.276 INFO O| Sep 09 17:45:08.276 INFO STEP 290: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48222024-09-09T17:45:09.271Z[ host-image] Sep 09 17:45:08.277 INFO O| Sep 09 17:45:08.277 INFO STEP 11 (pkg_install) COMPLETE
48232024-09-09T17:45:09.271Z[ host-image] Sep 09 17:45:08.277 INFO O| Sep 09 17:45:08.277 INFO STEP 12: pkg_install, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
48242024-09-09T17:45:09.286Z[ recovery-image] Sep 09 17:45:08.294 INFO O| Sep 09 17:45:08.294 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/net-snmp-create-v3-user"
48252024-09-09T17:45:09.288Z[ recovery-image] Sep 09 17:45:08.294 INFO O| Sep 09 17:45:08.294 INFO STEP 290 (remove_files) COMPLETE
48262024-09-09T17:45:09.288Z[ recovery-image] Sep 09 17:45:08.294 INFO O| Sep 09 17:45:08.294 INFO STEP 291: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48272024-09-09T17:45:09.288Z[ host-image] Sep 09 17:45:08.295 INFO O| Sep 09 17:45:08.295 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/host/work/gimlet/ramdisk", "install", "/system/man", "/developer/object-file", "/system/ksensor", "/driver/cpu/sensor"]
48282024-09-09T17:45:09.335Z[ recovery-image] Sep 09 17:45:08.343 INFO O| Sep 09 17:45:08.343 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/newform"
48292024-09-09T17:45:09.338Z[ recovery-image] Sep 09 17:45:08.344 INFO O| Sep 09 17:45:08.344 INFO STEP 291 (remove_files) COMPLETE
48302024-09-09T17:45:09.338Z[ recovery-image] Sep 09 17:45:08.344 INFO O| Sep 09 17:45:08.344 INFO STEP 292: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48312024-09-09T17:45:09.354Z[ recovery-image] Sep 09 17:45:08.362 INFO O| Sep 09 17:45:08.362 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/newgrp"
48322024-09-09T17:45:09.356Z[ recovery-image] Sep 09 17:45:08.362 INFO O| Sep 09 17:45:08.362 INFO STEP 292 (remove_files) COMPLETE
48332024-09-09T17:45:09.356Z[ recovery-image] Sep 09 17:45:08.363 INFO O| Sep 09 17:45:08.362 INFO STEP 293: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48342024-09-09T17:45:09.373Z[ recovery-image] Sep 09 17:45:08.381 INFO O| Sep 09 17:45:08.381 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/news"
48352024-09-09T17:45:09.395Z[ recovery-image] Sep 09 17:45:08.403 INFO O| Sep 09 17:45:08.403 INFO STEP 293 (remove_files) COMPLETE
48362024-09-09T17:45:09.395Z[ recovery-image] Sep 09 17:45:08.403 INFO O| Sep 09 17:45:08.403 INFO STEP 294: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48372024-09-09T17:45:09.415Z[ recovery-image] Sep 09 17:45:08.423 INFO O| Sep 09 17:45:08.423 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/newtask"
48382024-09-09T17:45:09.415Z[ recovery-image] Sep 09 17:45:08.423 INFO O| Sep 09 17:45:08.423 INFO STEP 294 (remove_files) COMPLETE
48392024-09-09T17:45:09.415Z[ recovery-image] Sep 09 17:45:08.423 INFO O| Sep 09 17:45:08.423 INFO STEP 295: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48402024-09-09T17:45:09.433Z[ recovery-image] Sep 09 17:45:08.442 INFO O| Sep 09 17:45:08.442 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/nice"
48412024-09-09T17:45:09.434Z[ recovery-image] Sep 09 17:45:08.442 INFO O| Sep 09 17:45:08.442 INFO STEP 295 (remove_files) COMPLETE
48422024-09-09T17:45:09.434Z[ recovery-image] Sep 09 17:45:08.442 INFO O| Sep 09 17:45:08.442 INFO STEP 296: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48432024-09-09T17:45:09.453Z[ recovery-image] Sep 09 17:45:08.461 INFO O| Sep 09 17:45:08.460 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/nl"
48442024-09-09T17:45:09.453Z[ recovery-image] Sep 09 17:45:08.461 INFO O| Sep 09 17:45:08.461 INFO STEP 296 (remove_files) COMPLETE
48452024-09-09T17:45:09.453Z[ recovery-image] Sep 09 17:45:08.461 INFO O| Sep 09 17:45:08.461 INFO STEP 297: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48462024-09-09T17:45:09.470Z[ recovery-image] Sep 09 17:45:08.478 INFO O| Sep 09 17:45:08.478 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/oawk"
48472024-09-09T17:45:09.470Z[ recovery-image] Sep 09 17:45:08.478 INFO O| Sep 09 17:45:08.478 INFO STEP 297 (remove_files) COMPLETE
48482024-09-09T17:45:09.473Z[ recovery-image] Sep 09 17:45:08.478 INFO O| Sep 09 17:45:08.478 INFO STEP 298: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48492024-09-09T17:45:09.502Z[ recovery-image] Sep 09 17:45:08.510 INFO O| Sep 09 17:45:08.510 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/od"
48502024-09-09T17:45:09.502Z[ recovery-image] Sep 09 17:45:08.510 INFO O| Sep 09 17:45:08.510 INFO STEP 298 (remove_files) COMPLETE
48512024-09-09T17:45:09.502Z[ recovery-image] Sep 09 17:45:08.510 INFO O| Sep 09 17:45:08.510 INFO STEP 299: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48522024-09-09T17:45:09.540Z[ recovery-image] Sep 09 17:45:08.548 INFO O| Sep 09 17:45:08.548 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/optisa"
48532024-09-09T17:45:09.540Z[ recovery-image] Sep 09 17:45:08.548 INFO O| Sep 09 17:45:08.548 INFO STEP 299 (remove_files) COMPLETE
48542024-09-09T17:45:09.543Z[ recovery-image] Sep 09 17:45:08.548 INFO O| Sep 09 17:45:08.548 INFO STEP 300: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48552024-09-09T17:45:09.586Z[ recovery-image] Sep 09 17:45:08.594 INFO O| Sep 09 17:45:08.594 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pack"
48562024-09-09T17:45:09.586Z[ recovery-image] Sep 09 17:45:08.594 INFO O| Sep 09 17:45:08.594 INFO STEP 300 (remove_files) COMPLETE
48572024-09-09T17:45:09.586Z[ recovery-image] Sep 09 17:45:08.594 INFO O| Sep 09 17:45:08.594 INFO STEP 301: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48582024-09-09T17:45:09.604Z[ recovery-image] Sep 09 17:45:08.612 INFO O| Sep 09 17:45:08.612 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/page"
48592024-09-09T17:45:09.604Z[ recovery-image] Sep 09 17:45:08.612 INFO O| Sep 09 17:45:08.612 INFO STEP 301 (remove_files) COMPLETE
48602024-09-09T17:45:09.604Z[ recovery-image] Sep 09 17:45:08.612 INFO O| Sep 09 17:45:08.612 INFO STEP 302: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48612024-09-09T17:45:09.630Z[ recovery-image] Sep 09 17:45:08.638 INFO O| Sep 09 17:45:08.638 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pagesize"
48622024-09-09T17:45:09.630Z[ recovery-image] Sep 09 17:45:08.638 INFO O| Sep 09 17:45:08.638 INFO STEP 302 (remove_files) COMPLETE
48632024-09-09T17:45:09.630Z[ recovery-image] Sep 09 17:45:08.638 INFO O| Sep 09 17:45:08.638 INFO STEP 303: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48642024-09-09T17:45:09.666Z[ recovery-image] Sep 09 17:45:08.675 INFO O| Sep 09 17:45:08.674 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pargs"
48652024-09-09T17:45:09.666Z[ recovery-image] Sep 09 17:45:08.675 INFO O| Sep 09 17:45:08.675 INFO STEP 303 (remove_files) COMPLETE
48662024-09-09T17:45:09.666Z[ recovery-image] Sep 09 17:45:08.675 INFO O| Sep 09 17:45:08.675 INFO STEP 304: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48672024-09-09T17:45:09.716Z[ recovery-image] Sep 09 17:45:08.724 INFO O| Sep 09 17:45:08.724 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/passwd"
48682024-09-09T17:45:09.716Z[ recovery-image] Sep 09 17:45:08.724 INFO O| Sep 09 17:45:08.724 INFO STEP 304 (remove_files) COMPLETE
48692024-09-09T17:45:09.716Z[ recovery-image] Sep 09 17:45:08.724 INFO O| Sep 09 17:45:08.724 INFO STEP 305: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48702024-09-09T17:45:09.749Z[ recovery-image] Sep 09 17:45:08.757 INFO O| Sep 09 17:45:08.757 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/paste"
48712024-09-09T17:45:09.749Z[ recovery-image] Sep 09 17:45:08.757 INFO O| Sep 09 17:45:08.757 INFO STEP 305 (remove_files) COMPLETE
48722024-09-09T17:45:09.749Z[ recovery-image] Sep 09 17:45:08.757 INFO O| Sep 09 17:45:08.757 INFO STEP 306: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48732024-09-09T17:45:09.769Z[ recovery-image] Sep 09 17:45:08.777 INFO O| Sep 09 17:45:08.777 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pathchk"
48742024-09-09T17:45:09.769Z[ recovery-image] Sep 09 17:45:08.777 INFO O| Sep 09 17:45:08.777 INFO STEP 306 (remove_files) COMPLETE
48752024-09-09T17:45:09.772Z[ recovery-image] Sep 09 17:45:08.777 INFO O| Sep 09 17:45:08.777 INFO STEP 307: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48762024-09-09T17:45:09.788Z[ recovery-image] Sep 09 17:45:08.797 INFO O| Sep 09 17:45:08.797 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pauxv"
48772024-09-09T17:45:09.788Z[ recovery-image] Sep 09 17:45:08.797 INFO O| Sep 09 17:45:08.797 INFO STEP 307 (remove_files) COMPLETE
48782024-09-09T17:45:09.791Z[ recovery-image] Sep 09 17:45:08.797 INFO O| Sep 09 17:45:08.797 INFO STEP 308: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48792024-09-09T17:45:09.809Z[ recovery-image] Sep 09 17:45:08.817 INFO O| Sep 09 17:45:08.817 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pax"
48802024-09-09T17:45:09.809Z[ recovery-image] Sep 09 17:45:08.817 INFO O| Sep 09 17:45:08.817 INFO STEP 308 (remove_files) COMPLETE
48812024-09-09T17:45:09.812Z[ recovery-image] Sep 09 17:45:08.817 INFO O| Sep 09 17:45:08.817 INFO STEP 309: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48822024-09-09T17:45:09.829Z[ recovery-image] Sep 09 17:45:08.837 INFO O| Sep 09 17:45:08.837 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pcap-config"
48832024-09-09T17:45:09.832Z[ recovery-image] Sep 09 17:45:08.837 INFO O| Sep 09 17:45:08.837 INFO STEP 309 (remove_files) COMPLETE
48842024-09-09T17:45:09.832Z[ recovery-image] Sep 09 17:45:08.837 INFO O| Sep 09 17:45:08.837 INFO STEP 310: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48852024-09-09T17:45:09.852Z[ recovery-image] Sep 09 17:45:08.860 INFO O| Sep 09 17:45:08.860 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pcre-config"
48862024-09-09T17:45:09.852Z[ recovery-image] Sep 09 17:45:08.860 INFO O| Sep 09 17:45:08.860 INFO STEP 310 (remove_files) COMPLETE
48872024-09-09T17:45:09.852Z[ recovery-image] Sep 09 17:45:08.860 INFO O| Sep 09 17:45:08.860 INFO STEP 311: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48882024-09-09T17:45:09.871Z[ recovery-image] Sep 09 17:45:08.879 INFO O| Sep 09 17:45:08.879 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pcre2-config"
48892024-09-09T17:45:09.871Z[ recovery-image] Sep 09 17:45:08.879 INFO O| Sep 09 17:45:08.879 INFO STEP 311 (remove_files) COMPLETE
48902024-09-09T17:45:09.871Z[ recovery-image] Sep 09 17:45:08.879 INFO O| Sep 09 17:45:08.879 INFO STEP 312: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48912024-09-09T17:45:09.890Z[ recovery-image] Sep 09 17:45:08.898 INFO O| Sep 09 17:45:08.898 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pcre2grep"
48922024-09-09T17:45:09.890Z[ recovery-image] Sep 09 17:45:08.898 INFO O| Sep 09 17:45:08.898 INFO STEP 312 (remove_files) COMPLETE
48932024-09-09T17:45:09.890Z[ recovery-image] Sep 09 17:45:08.898 INFO O| Sep 09 17:45:08.898 INFO STEP 313: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48942024-09-09T17:45:10.017Z[ recovery-image] Sep 09 17:45:09.008 INFO O| Sep 09 17:45:09.008 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pcre2test"
48952024-09-09T17:45:10.017Z[ recovery-image] Sep 09 17:45:09.008 INFO O| Sep 09 17:45:09.008 INFO STEP 313 (remove_files) COMPLETE
48962024-09-09T17:45:10.017Z[ recovery-image] Sep 09 17:45:09.008 INFO O| Sep 09 17:45:09.008 INFO STEP 314: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48972024-09-09T17:45:10.022Z[ recovery-image] Sep 09 17:45:09.031 INFO O| Sep 09 17:45:09.031 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pcred"
48982024-09-09T17:45:10.023Z[ recovery-image] Sep 09 17:45:09.031 INFO O| Sep 09 17:45:09.031 INFO STEP 314 (remove_files) COMPLETE
48992024-09-09T17:45:10.023Z[ recovery-image] Sep 09 17:45:09.031 INFO O| Sep 09 17:45:09.031 INFO STEP 315: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49002024-09-09T17:45:10.049Z[ recovery-image] Sep 09 17:45:09.057 INFO O| Sep 09 17:45:09.049 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pcregrep"
49012024-09-09T17:45:10.049Z[ recovery-image] Sep 09 17:45:09.057 INFO O| Sep 09 17:45:09.049 INFO STEP 315 (remove_files) COMPLETE
49022024-09-09T17:45:10.052Z[ recovery-image] Sep 09 17:45:09.057 INFO O| Sep 09 17:45:09.049 INFO STEP 316: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49032024-09-09T17:45:10.058Z[ recovery-image] Sep 09 17:45:09.066 INFO O| Sep 09 17:45:09.066 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pcretest"
49042024-09-09T17:45:10.061Z[ recovery-image] Sep 09 17:45:09.067 INFO O| Sep 09 17:45:09.067 INFO STEP 316 (remove_files) COMPLETE
49052024-09-09T17:45:10.061Z[ recovery-image] Sep 09 17:45:09.067 INFO O| Sep 09 17:45:09.067 INFO STEP 317: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49062024-09-09T17:45:10.083Z[ recovery-image] Sep 09 17:45:09.084 INFO O| Sep 09 17:45:09.083 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/penv"
49072024-09-09T17:45:10.083Z[ recovery-image] Sep 09 17:45:09.084 INFO O| Sep 09 17:45:09.084 INFO STEP 317 (remove_files) COMPLETE
49082024-09-09T17:45:10.083Z[ recovery-image] Sep 09 17:45:09.084 INFO O| Sep 09 17:45:09.084 INFO STEP 318: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49092024-09-09T17:45:10.098Z[ recovery-image] Sep 09 17:45:09.105 INFO O| Sep 09 17:45:09.105 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pfbash"
49102024-09-09T17:45:10.098Z[ recovery-image] Sep 09 17:45:09.105 INFO O| Sep 09 17:45:09.105 INFO STEP 318 (remove_files) COMPLETE
49112024-09-09T17:45:10.098Z[ recovery-image] Sep 09 17:45:09.105 INFO O| Sep 09 17:45:09.105 INFO STEP 319: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49122024-09-09T17:45:10.183Z[ recovery-image] Sep 09 17:45:09.191 INFO O| Sep 09 17:45:09.191 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pfcsh"
49132024-09-09T17:45:10.183Z[ recovery-image] Sep 09 17:45:09.191 INFO O| Sep 09 17:45:09.191 INFO STEP 319 (remove_files) COMPLETE
49142024-09-09T17:45:10.183Z[ recovery-image] Sep 09 17:45:09.191 INFO O| Sep 09 17:45:09.191 INFO STEP 320: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49152024-09-09T17:45:10.209Z[ recovery-image] Sep 09 17:45:09.217 INFO O| Sep 09 17:45:09.217 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pfiles"
49162024-09-09T17:45:10.209Z[ recovery-image] Sep 09 17:45:09.217 INFO O| Sep 09 17:45:09.217 INFO STEP 320 (remove_files) COMPLETE
49172024-09-09T17:45:10.212Z[ recovery-image] Sep 09 17:45:09.217 INFO O| Sep 09 17:45:09.217 INFO STEP 321: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49182024-09-09T17:45:10.227Z[ recovery-image] Sep 09 17:45:09.235 INFO O| Sep 09 17:45:09.235 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pfksh"
49192024-09-09T17:45:10.227Z[ recovery-image] Sep 09 17:45:09.235 INFO O| Sep 09 17:45:09.235 INFO STEP 321 (remove_files) COMPLETE
49202024-09-09T17:45:10.227Z[ recovery-image] Sep 09 17:45:09.235 INFO O| Sep 09 17:45:09.235 INFO STEP 322: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49212024-09-09T17:45:10.245Z[ recovery-image] Sep 09 17:45:09.252 INFO O| Sep 09 17:45:09.252 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pfksh93"
49222024-09-09T17:45:10.245Z[ recovery-image] Sep 09 17:45:09.253 INFO O| Sep 09 17:45:09.252 INFO STEP 322 (remove_files) COMPLETE
49232024-09-09T17:45:10.245Z[ recovery-image] Sep 09 17:45:09.253 INFO O| Sep 09 17:45:09.253 INFO STEP 323: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49242024-09-09T17:45:10.263Z[ recovery-image] Sep 09 17:45:09.271 INFO O| Sep 09 17:45:09.271 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pflags"
49252024-09-09T17:45:10.263Z[ recovery-image] Sep 09 17:45:09.271 INFO O| Sep 09 17:45:09.271 INFO STEP 323 (remove_files) COMPLETE
49262024-09-09T17:45:10.264Z[ recovery-image] Sep 09 17:45:09.271 INFO O| Sep 09 17:45:09.271 INFO STEP 324: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49272024-09-09T17:45:10.279Z[ host-image] Sep 09 17:45:09.287 INFO O| Sep 09 17:45:09.287 INFO O| Startup: Refreshing catalog 'helios-dev' ... Done
49282024-09-09T17:45:10.281Z[ recovery-image] Sep 09 17:45:09.290 INFO O| Sep 09 17:45:09.290 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pfrksh"
49292024-09-09T17:45:10.281Z[ recovery-image] Sep 09 17:45:09.290 INFO O| Sep 09 17:45:09.290 INFO STEP 324 (remove_files) COMPLETE
49302024-09-09T17:45:10.284Z[ recovery-image] Sep 09 17:45:09.290 INFO O| Sep 09 17:45:09.290 INFO STEP 325: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49312024-09-09T17:45:10.303Z[ recovery-image] Sep 09 17:45:09.311 INFO O| Sep 09 17:45:09.310 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pfrksh93"
49322024-09-09T17:45:10.303Z[ recovery-image] Sep 09 17:45:09.311 INFO O| Sep 09 17:45:09.311 INFO STEP 325 (remove_files) COMPLETE
49332024-09-09T17:45:10.303Z[ recovery-image] Sep 09 17:45:09.311 INFO O| Sep 09 17:45:09.311 INFO STEP 326: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49342024-09-09T17:45:10.323Z[ recovery-image] Sep 09 17:45:09.330 INFO O| Sep 09 17:45:09.330 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pfsh"
49352024-09-09T17:45:10.323Z[ recovery-image] Sep 09 17:45:09.331 INFO O| Sep 09 17:45:09.331 INFO STEP 326 (remove_files) COMPLETE
49362024-09-09T17:45:10.323Z[ recovery-image] Sep 09 17:45:09.331 INFO O| Sep 09 17:45:09.331 INFO STEP 327: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49372024-09-09T17:45:10.342Z[ recovery-image] Sep 09 17:45:09.350 INFO O| Sep 09 17:45:09.350 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pftcsh"
49382024-09-09T17:45:10.342Z[ recovery-image] Sep 09 17:45:09.351 INFO O| Sep 09 17:45:09.351 INFO STEP 327 (remove_files) COMPLETE
49392024-09-09T17:45:10.345Z[ recovery-image] Sep 09 17:45:09.351 INFO O| Sep 09 17:45:09.351 INFO STEP 328: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49402024-09-09T17:45:10.364Z[ recovery-image] Sep 09 17:45:09.371 INFO O| Sep 09 17:45:09.371 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pfzsh"
49412024-09-09T17:45:10.364Z[ recovery-image] Sep 09 17:45:09.371 INFO O| Sep 09 17:45:09.371 INFO STEP 328 (remove_files) COMPLETE
49422024-09-09T17:45:10.364Z[ recovery-image] Sep 09 17:45:09.371 INFO O| Sep 09 17:45:09.371 INFO STEP 329: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49432024-09-09T17:45:10.385Z[ recovery-image] Sep 09 17:45:09.393 INFO O| Sep 09 17:45:09.393 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pg"
49442024-09-09T17:45:10.388Z[ recovery-image] Sep 09 17:45:09.393 INFO O| Sep 09 17:45:09.393 INFO STEP 329 (remove_files) COMPLETE
49452024-09-09T17:45:10.388Z[ recovery-image] Sep 09 17:45:09.393 INFO O| Sep 09 17:45:09.393 INFO STEP 330: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49462024-09-09T17:45:10.423Z[ recovery-image] Sep 09 17:45:09.432 INFO O| Sep 09 17:45:09.431 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pginfo"
49472024-09-09T17:45:10.424Z[ recovery-image] Sep 09 17:45:09.432 INFO O| Sep 09 17:45:09.432 INFO STEP 330 (remove_files) COMPLETE
49482024-09-09T17:45:10.424Z[ recovery-image] Sep 09 17:45:09.432 INFO O| Sep 09 17:45:09.432 INFO STEP 331: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49492024-09-09T17:45:10.484Z[ recovery-image] Sep 09 17:45:09.492 INFO O| Sep 09 17:45:09.492 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pgstat"
49502024-09-09T17:45:10.484Z[ recovery-image] Sep 09 17:45:09.493 INFO O| Sep 09 17:45:09.493 INFO STEP 331 (remove_files) COMPLETE
49512024-09-09T17:45:10.487Z[ recovery-image] Sep 09 17:45:09.493 INFO O| Sep 09 17:45:09.493 INFO STEP 332: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49522024-09-09T17:45:10.547Z[ recovery-image] Sep 09 17:45:09.555 INFO O| Sep 09 17:45:09.555 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pkgadm"
49532024-09-09T17:45:10.559Z[ recovery-image] Sep 09 17:45:09.567 INFO O| Sep 09 17:45:09.567 INFO STEP 332 (remove_files) COMPLETE
49542024-09-09T17:45:10.559Z[ recovery-image] Sep 09 17:45:09.567 INFO O| Sep 09 17:45:09.567 INFO STEP 333: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49552024-09-09T17:45:10.586Z[ recovery-image] Sep 09 17:45:09.594 INFO O| Sep 09 17:45:09.594 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pkgcond"
49562024-09-09T17:45:10.586Z[ recovery-image] Sep 09 17:45:09.594 INFO O| Sep 09 17:45:09.594 INFO STEP 333 (remove_files) COMPLETE
49572024-09-09T17:45:10.589Z[ recovery-image] Sep 09 17:45:09.594 INFO O| Sep 09 17:45:09.594 INFO STEP 334: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49582024-09-09T17:45:10.609Z[ recovery-image] Sep 09 17:45:09.617 INFO O| Sep 09 17:45:09.617 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pkginfo"
49592024-09-09T17:45:10.621Z[ recovery-image] Sep 09 17:45:09.629 INFO O| Sep 09 17:45:09.629 INFO STEP 334 (remove_files) COMPLETE
49602024-09-09T17:45:10.621Z[ recovery-image] Sep 09 17:45:09.629 INFO O| Sep 09 17:45:09.629 INFO STEP 335: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49612024-09-09T17:45:10.654Z[ recovery-image] Sep 09 17:45:09.662 INFO O| Sep 09 17:45:09.662 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pkgmk"
49622024-09-09T17:45:10.656Z[ recovery-image] Sep 09 17:45:09.662 INFO O| Sep 09 17:45:09.662 INFO STEP 335 (remove_files) COMPLETE
49632024-09-09T17:45:10.657Z[ recovery-image] Sep 09 17:45:09.662 INFO O| Sep 09 17:45:09.662 INFO STEP 336: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49642024-09-09T17:45:10.682Z[ recovery-image] Sep 09 17:45:09.690 INFO O| Sep 09 17:45:09.690 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pkgparam"
49652024-09-09T17:45:10.694Z[ recovery-image] Sep 09 17:45:09.702 INFO O| Sep 09 17:45:09.702 INFO STEP 336 (remove_files) COMPLETE
49662024-09-09T17:45:10.694Z[ recovery-image] Sep 09 17:45:09.702 INFO O| Sep 09 17:45:09.702 INFO STEP 337: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49672024-09-09T17:45:10.719Z[ recovery-image] Sep 09 17:45:09.726 INFO O| Sep 09 17:45:09.726 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pkgproto"
49682024-09-09T17:45:10.721Z[ recovery-image] Sep 09 17:45:09.727 INFO O| Sep 09 17:45:09.727 INFO STEP 337 (remove_files) COMPLETE
49692024-09-09T17:45:10.721Z[ recovery-image] Sep 09 17:45:09.727 INFO O| Sep 09 17:45:09.727 INFO STEP 338: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49702024-09-09T17:45:10.744Z[ recovery-image] Sep 09 17:45:09.752 INFO O| Sep 09 17:45:09.752 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pkgtrans"
49712024-09-09T17:45:10.744Z[ recovery-image] Sep 09 17:45:09.753 INFO O| Sep 09 17:45:09.753 INFO STEP 338 (remove_files) COMPLETE
49722024-09-09T17:45:10.747Z[ recovery-image] Sep 09 17:45:09.753 INFO O| Sep 09 17:45:09.753 INFO STEP 339: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49732024-09-09T17:45:10.784Z[ recovery-image] Sep 09 17:45:09.792 INFO O| Sep 09 17:45:09.792 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pkill"
49742024-09-09T17:45:10.784Z[ recovery-image] Sep 09 17:45:09.792 INFO O| Sep 09 17:45:09.792 INFO STEP 339 (remove_files) COMPLETE
49752024-09-09T17:45:10.784Z[ recovery-image] Sep 09 17:45:09.792 INFO O| Sep 09 17:45:09.792 INFO STEP 340: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49762024-09-09T17:45:10.805Z[ recovery-image] Sep 09 17:45:09.814 INFO O| Sep 09 17:45:09.813 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pktool"
49772024-09-09T17:45:10.806Z[ recovery-image] Sep 09 17:45:09.814 INFO O| Sep 09 17:45:09.814 INFO STEP 340 (remove_files) COMPLETE
49782024-09-09T17:45:10.808Z[ recovery-image] Sep 09 17:45:09.814 INFO O| Sep 09 17:45:09.814 INFO STEP 341: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49792024-09-09T17:45:10.826Z[ recovery-image] Sep 09 17:45:09.834 INFO O| Sep 09 17:45:09.834 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pldd"
49802024-09-09T17:45:10.826Z[ recovery-image] Sep 09 17:45:09.834 INFO O| Sep 09 17:45:09.834 INFO STEP 341 (remove_files) COMPLETE
49812024-09-09T17:45:10.828Z[ recovery-image] Sep 09 17:45:09.834 INFO O| Sep 09 17:45:09.834 INFO STEP 342: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49822024-09-09T17:45:10.853Z[ recovery-image] Sep 09 17:45:09.861 INFO O| Sep 09 17:45:09.861 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/plgrp"
49832024-09-09T17:45:10.856Z[ recovery-image] Sep 09 17:45:09.861 INFO O| Sep 09 17:45:09.861 INFO STEP 342 (remove_files) COMPLETE
49842024-09-09T17:45:10.856Z[ recovery-image] Sep 09 17:45:09.862 INFO O| Sep 09 17:45:09.861 INFO STEP 343: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49852024-09-09T17:45:10.875Z[ recovery-image] Sep 09 17:45:09.883 INFO O| Sep 09 17:45:09.883 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/plimit"
49862024-09-09T17:45:10.877Z[ recovery-image] Sep 09 17:45:09.883 INFO O| Sep 09 17:45:09.883 INFO STEP 343 (remove_files) COMPLETE
49872024-09-09T17:45:10.877Z[ recovery-image] Sep 09 17:45:09.883 INFO O| Sep 09 17:45:09.883 INFO STEP 344: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49882024-09-09T17:45:10.912Z[ recovery-image] Sep 09 17:45:09.920 INFO O| Sep 09 17:45:09.920 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pmadvise"
49892024-09-09T17:45:10.912Z[ recovery-image] Sep 09 17:45:09.920 INFO O| Sep 09 17:45:09.920 INFO STEP 344 (remove_files) COMPLETE
49902024-09-09T17:45:10.912Z[ recovery-image] Sep 09 17:45:09.920 INFO O| Sep 09 17:45:09.920 INFO STEP 345: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49912024-09-09T17:45:10.960Z[ recovery-image] Sep 09 17:45:09.968 INFO O| Sep 09 17:45:09.967 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pmap"
49922024-09-09T17:45:10.960Z[ recovery-image] Sep 09 17:45:09.968 INFO O| Sep 09 17:45:09.968 INFO STEP 345 (remove_files) COMPLETE
49932024-09-09T17:45:10.960Z[ recovery-image] Sep 09 17:45:09.968 INFO O| Sep 09 17:45:09.968 INFO STEP 346: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49942024-09-09T17:45:10.996Z[ recovery-image] Sep 09 17:45:10.004 INFO O| Sep 09 17:45:10.004 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/poolstat"
49952024-09-09T17:45:10.996Z[ recovery-image] Sep 09 17:45:10.004 INFO O| Sep 09 17:45:10.004 INFO STEP 346 (remove_files) COMPLETE
49962024-09-09T17:45:10.996Z[ recovery-image] Sep 09 17:45:10.004 INFO O| Sep 09 17:45:10.004 INFO STEP 347: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49972024-09-09T17:45:11.018Z[ recovery-image] Sep 09 17:45:10.026 INFO O| Sep 09 17:45:10.026 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ppgsz"
49982024-09-09T17:45:11.018Z[ recovery-image] Sep 09 17:45:10.026 INFO O| Sep 09 17:45:10.026 INFO STEP 347 (remove_files) COMPLETE
49992024-09-09T17:45:11.018Z[ recovery-image] Sep 09 17:45:10.026 INFO O| Sep 09 17:45:10.026 INFO STEP 348: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50002024-09-09T17:45:11.039Z[ recovery-image] Sep 09 17:45:10.047 INFO O| Sep 09 17:45:10.047 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ppriv"
50012024-09-09T17:45:11.039Z[ recovery-image] Sep 09 17:45:10.047 INFO O| Sep 09 17:45:10.047 INFO STEP 348 (remove_files) COMPLETE
50022024-09-09T17:45:11.039Z[ recovery-image] Sep 09 17:45:10.047 INFO O| Sep 09 17:45:10.047 INFO STEP 349: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50032024-09-09T17:45:11.059Z[ recovery-image] Sep 09 17:45:10.067 INFO O| Sep 09 17:45:10.067 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pr"
50042024-09-09T17:45:11.059Z[ recovery-image] Sep 09 17:45:10.068 INFO O| Sep 09 17:45:10.068 INFO STEP 349 (remove_files) COMPLETE
50052024-09-09T17:45:11.059Z[ recovery-image] Sep 09 17:45:10.068 INFO O| Sep 09 17:45:10.068 INFO STEP 350: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50062024-09-09T17:45:11.092Z[ recovery-image] Sep 09 17:45:10.100 INFO O| Sep 09 17:45:10.100 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/prctl"
50072024-09-09T17:45:11.092Z[ recovery-image] Sep 09 17:45:10.100 INFO O| Sep 09 17:45:10.100 INFO STEP 350 (remove_files) COMPLETE
50082024-09-09T17:45:11.092Z[ recovery-image] Sep 09 17:45:10.100 INFO O| Sep 09 17:45:10.100 INFO STEP 351: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50092024-09-09T17:45:11.124Z[ recovery-image] Sep 09 17:45:10.132 INFO O| Sep 09 17:45:10.132 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/preap"
50102024-09-09T17:45:11.124Z[ recovery-image] Sep 09 17:45:10.132 INFO O| Sep 09 17:45:10.132 INFO STEP 351 (remove_files) COMPLETE
50112024-09-09T17:45:11.124Z[ recovery-image] Sep 09 17:45:10.132 INFO O| Sep 09 17:45:10.132 INFO STEP 352: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50122024-09-09T17:45:11.156Z[ recovery-image] Sep 09 17:45:10.164 INFO O| Sep 09 17:45:10.164 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/print"
50132024-09-09T17:45:11.156Z[ recovery-image] Sep 09 17:45:10.164 INFO O| Sep 09 17:45:10.164 INFO STEP 352 (remove_files) COMPLETE
50142024-09-09T17:45:11.156Z[ recovery-image] Sep 09 17:45:10.164 INFO O| Sep 09 17:45:10.164 INFO STEP 353: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50152024-09-09T17:45:11.180Z[ recovery-image] Sep 09 17:45:10.188 INFO O| Sep 09 17:45:10.188 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/printf"
50162024-09-09T17:45:11.180Z[ recovery-image] Sep 09 17:45:10.188 INFO O| Sep 09 17:45:10.188 INFO STEP 353 (remove_files) COMPLETE
50172024-09-09T17:45:11.180Z[ recovery-image] Sep 09 17:45:10.188 INFO O| Sep 09 17:45:10.188 INFO STEP 354: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50182024-09-09T17:45:11.201Z[ recovery-image] Sep 09 17:45:10.209 INFO O| Sep 09 17:45:10.209 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/priocntl"
50192024-09-09T17:45:11.201Z[ recovery-image] Sep 09 17:45:10.209 INFO O| Sep 09 17:45:10.209 INFO STEP 354 (remove_files) COMPLETE
50202024-09-09T17:45:11.204Z[ recovery-image] Sep 09 17:45:10.209 INFO O| Sep 09 17:45:10.209 INFO STEP 355: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50212024-09-09T17:45:11.220Z[ recovery-image] Sep 09 17:45:10.228 INFO O| Sep 09 17:45:10.228 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/profiles"
50222024-09-09T17:45:11.220Z[ recovery-image] Sep 09 17:45:10.228 INFO O| Sep 09 17:45:10.228 INFO STEP 355 (remove_files) COMPLETE
50232024-09-09T17:45:11.220Z[ recovery-image] Sep 09 17:45:10.228 INFO O| Sep 09 17:45:10.228 INFO STEP 356: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50242024-09-09T17:45:11.253Z[ recovery-image] Sep 09 17:45:10.262 INFO O| Sep 09 17:45:10.261 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/projects"
50252024-09-09T17:45:11.257Z[ recovery-image] Sep 09 17:45:10.262 INFO O| Sep 09 17:45:10.262 INFO STEP 356 (remove_files) COMPLETE
50262024-09-09T17:45:11.257Z[ recovery-image] Sep 09 17:45:10.262 INFO O| Sep 09 17:45:10.262 INFO STEP 357: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50272024-09-09T17:45:11.274Z[ recovery-image] Sep 09 17:45:10.282 INFO O| Sep 09 17:45:10.282 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/prstat"
50282024-09-09T17:45:11.277Z[ recovery-image] Sep 09 17:45:10.283 INFO O| Sep 09 17:45:10.283 INFO STEP 357 (remove_files) COMPLETE
50292024-09-09T17:45:11.277Z[ recovery-image] Sep 09 17:45:10.283 INFO O| Sep 09 17:45:10.283 INFO STEP 358: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50302024-09-09T17:45:11.310Z[ recovery-image] Sep 09 17:45:10.317 INFO O| Sep 09 17:45:10.317 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/prun"
50312024-09-09T17:45:11.310Z[ recovery-image] Sep 09 17:45:10.317 INFO O| Sep 09 17:45:10.317 INFO STEP 358 (remove_files) COMPLETE
50322024-09-09T17:45:11.310Z[ recovery-image] Sep 09 17:45:10.317 INFO O| Sep 09 17:45:10.317 INFO STEP 359: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50332024-09-09T17:45:11.332Z[ recovery-image] Sep 09 17:45:10.340 INFO O| Sep 09 17:45:10.340 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/psecflags"
50342024-09-09T17:45:11.332Z[ recovery-image] Sep 09 17:45:10.340 INFO O| Sep 09 17:45:10.340 INFO STEP 359 (remove_files) COMPLETE
50352024-09-09T17:45:11.332Z[ recovery-image] Sep 09 17:45:10.340 INFO O| Sep 09 17:45:10.340 INFO STEP 360: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50362024-09-09T17:45:11.353Z[ recovery-image] Sep 09 17:45:10.361 INFO O| Sep 09 17:45:10.361 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/psig"
50372024-09-09T17:45:11.353Z[ recovery-image] Sep 09 17:45:10.361 INFO O| Sep 09 17:45:10.361 INFO STEP 360 (remove_files) COMPLETE
50382024-09-09T17:45:11.353Z[ recovery-image] Sep 09 17:45:10.361 INFO O| Sep 09 17:45:10.361 INFO STEP 361: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50392024-09-09T17:45:11.394Z[ recovery-image] Sep 09 17:45:10.402 INFO O| Sep 09 17:45:10.402 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pstack"
50402024-09-09T17:45:11.394Z[ recovery-image] Sep 09 17:45:10.402 INFO O| Sep 09 17:45:10.402 INFO STEP 361 (remove_files) COMPLETE
50412024-09-09T17:45:11.397Z[ recovery-image] Sep 09 17:45:10.402 INFO O| Sep 09 17:45:10.402 INFO STEP 362: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50422024-09-09T17:45:11.418Z[ recovery-image] Sep 09 17:45:10.426 INFO O| Sep 09 17:45:10.425 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pstop"
50432024-09-09T17:45:11.418Z[ recovery-image] Sep 09 17:45:10.426 INFO O| Sep 09 17:45:10.426 INFO STEP 362 (remove_files) COMPLETE
50442024-09-09T17:45:11.418Z[ recovery-image] Sep 09 17:45:10.426 INFO O| Sep 09 17:45:10.426 INFO STEP 363: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50452024-09-09T17:45:11.454Z[ recovery-image] Sep 09 17:45:10.462 INFO O| Sep 09 17:45:10.462 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ptime"
50462024-09-09T17:45:11.454Z[ recovery-image] Sep 09 17:45:10.462 INFO O| Sep 09 17:45:10.462 INFO STEP 363 (remove_files) COMPLETE
50472024-09-09T17:45:11.454Z[ recovery-image] Sep 09 17:45:10.462 INFO O| Sep 09 17:45:10.462 INFO STEP 364: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50482024-09-09T17:45:11.488Z[ recovery-image] Sep 09 17:45:10.496 INFO O| Sep 09 17:45:10.496 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ptree"
50492024-09-09T17:45:11.488Z[ recovery-image] Sep 09 17:45:10.496 INFO O| Sep 09 17:45:10.496 INFO STEP 364 (remove_files) COMPLETE
50502024-09-09T17:45:11.488Z[ recovery-image] Sep 09 17:45:10.496 INFO O| Sep 09 17:45:10.496 INFO STEP 365: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50512024-09-09T17:45:11.544Z[ recovery-image] Sep 09 17:45:10.552 INFO O| Sep 09 17:45:10.552 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/putdev"
50522024-09-09T17:45:11.544Z[ recovery-image] Sep 09 17:45:10.552 INFO O| Sep 09 17:45:10.552 INFO STEP 365 (remove_files) COMPLETE
50532024-09-09T17:45:11.547Z[ recovery-image] Sep 09 17:45:10.552 INFO O| Sep 09 17:45:10.552 INFO STEP 366: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50542024-09-09T17:45:11.589Z[ recovery-image] Sep 09 17:45:10.597 INFO O| Sep 09 17:45:10.597 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/putdgrp"
50552024-09-09T17:45:11.589Z[ recovery-image] Sep 09 17:45:10.597 INFO O| Sep 09 17:45:10.597 INFO STEP 366 (remove_files) COMPLETE
50562024-09-09T17:45:11.589Z[ recovery-image] Sep 09 17:45:10.597 INFO O| Sep 09 17:45:10.597 INFO STEP 367: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50572024-09-09T17:45:11.609Z[ recovery-image] Sep 09 17:45:10.617 INFO O| Sep 09 17:45:10.617 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pvs"
50582024-09-09T17:45:11.609Z[ recovery-image] Sep 09 17:45:10.617 INFO O| Sep 09 17:45:10.617 INFO STEP 367 (remove_files) COMPLETE
50592024-09-09T17:45:11.611Z[ recovery-image] Sep 09 17:45:10.617 INFO O| Sep 09 17:45:10.617 INFO STEP 368: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50602024-09-09T17:45:11.659Z[ recovery-image] Sep 09 17:45:10.667 INFO O| Sep 09 17:45:10.667 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pwait"
50612024-09-09T17:45:11.662Z[ recovery-image] Sep 09 17:45:10.667 INFO O| Sep 09 17:45:10.667 INFO STEP 368 (remove_files) COMPLETE
50622024-09-09T17:45:11.662Z[ recovery-image] Sep 09 17:45:10.668 INFO O| Sep 09 17:45:10.668 INFO STEP 369: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50632024-09-09T17:45:11.680Z[ recovery-image] Sep 09 17:45:10.689 INFO O| Sep 09 17:45:10.688 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pwd"
50642024-09-09T17:45:11.683Z[ recovery-image] Sep 09 17:45:10.689 INFO O| Sep 09 17:45:10.689 INFO STEP 369 (remove_files) COMPLETE
50652024-09-09T17:45:11.683Z[ recovery-image] Sep 09 17:45:10.689 INFO O| Sep 09 17:45:10.689 INFO STEP 370: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50662024-09-09T17:45:11.746Z[ recovery-image] Sep 09 17:45:10.754 INFO O| Sep 09 17:45:10.754 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pwdx"
50672024-09-09T17:45:11.746Z[ recovery-image] Sep 09 17:45:10.754 INFO O| Sep 09 17:45:10.754 INFO STEP 370 (remove_files) COMPLETE
50682024-09-09T17:45:11.749Z[ recovery-image] Sep 09 17:45:10.754 INFO O| Sep 09 17:45:10.754 INFO STEP 371: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50692024-09-09T17:45:11.839Z[ recovery-image] Sep 09 17:45:10.847 INFO O| Sep 09 17:45:10.847 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/read"
50702024-09-09T17:45:11.839Z[ recovery-image] Sep 09 17:45:10.847 INFO O| Sep 09 17:45:10.847 INFO STEP 371 (remove_files) COMPLETE
50712024-09-09T17:45:11.839Z[ recovery-image] Sep 09 17:45:10.847 INFO O| Sep 09 17:45:10.847 INFO STEP 372: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50722024-09-09T17:45:11.903Z[ recovery-image] Sep 09 17:45:10.911 INFO O| Sep 09 17:45:10.911 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/red"
50732024-09-09T17:45:11.904Z[ recovery-image] Sep 09 17:45:10.911 INFO O| Sep 09 17:45:10.911 INFO STEP 372 (remove_files) COMPLETE
50742024-09-09T17:45:11.904Z[ recovery-image] Sep 09 17:45:10.911 INFO O| Sep 09 17:45:10.911 INFO STEP 373: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50752024-09-09T17:45:11.922Z[ recovery-image] Sep 09 17:45:10.930 INFO O| Sep 09 17:45:10.929 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/regcmp"
50762024-09-09T17:45:11.922Z[ recovery-image] Sep 09 17:45:10.930 INFO O| Sep 09 17:45:10.930 INFO STEP 373 (remove_files) COMPLETE
50772024-09-09T17:45:11.925Z[ recovery-image] Sep 09 17:45:10.930 INFO O| Sep 09 17:45:10.930 INFO STEP 374: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50782024-09-09T17:45:11.942Z[ recovery-image] Sep 09 17:45:10.948 INFO O| Sep 09 17:45:10.948 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/renice"
50792024-09-09T17:45:11.942Z[ recovery-image] Sep 09 17:45:10.948 INFO O| Sep 09 17:45:10.948 INFO STEP 374 (remove_files) COMPLETE
50802024-09-09T17:45:11.942Z[ recovery-image] Sep 09 17:45:10.948 INFO O| Sep 09 17:45:10.948 INFO STEP 375: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50812024-09-09T17:45:11.961Z[ recovery-image] Sep 09 17:45:10.969 INFO O| Sep 09 17:45:10.969 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/resize"
50822024-09-09T17:45:11.962Z[ recovery-image] Sep 09 17:45:10.969 INFO O| Sep 09 17:45:10.969 INFO STEP 375 (remove_files) COMPLETE
50832024-09-09T17:45:11.965Z[ recovery-image] Sep 09 17:45:10.969 INFO O| Sep 09 17:45:10.969 INFO STEP 376: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50842024-09-09T17:45:11.983Z[ recovery-image] Sep 09 17:45:10.990 INFO O| Sep 09 17:45:10.990 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/rev"
50852024-09-09T17:45:11.983Z[ recovery-image] Sep 09 17:45:10.990 INFO O| Sep 09 17:45:10.990 INFO STEP 376 (remove_files) COMPLETE
50862024-09-09T17:45:11.983Z[ recovery-image] Sep 09 17:45:10.990 INFO O| Sep 09 17:45:10.990 INFO STEP 377: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50872024-09-09T17:45:12.006Z[ recovery-image] Sep 09 17:45:11.014 INFO O| Sep 09 17:45:11.013 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/rksh"
50882024-09-09T17:45:12.007Z[ recovery-image] Sep 09 17:45:11.014 INFO O| Sep 09 17:45:11.013 INFO STEP 377 (remove_files) COMPLETE
50892024-09-09T17:45:12.007Z[ recovery-image] Sep 09 17:45:11.014 INFO O| Sep 09 17:45:11.013 INFO STEP 378: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50902024-09-09T17:45:12.028Z[ recovery-image] Sep 09 17:45:11.036 INFO O| Sep 09 17:45:11.036 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/rksh93"
50912024-09-09T17:45:12.028Z[ recovery-image] Sep 09 17:45:11.036 INFO O| Sep 09 17:45:11.036 INFO STEP 378 (remove_files) COMPLETE
50922024-09-09T17:45:12.028Z[ recovery-image] Sep 09 17:45:11.036 INFO O| Sep 09 17:45:11.036 INFO STEP 379: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50932024-09-09T17:45:12.064Z[ recovery-image] Sep 09 17:45:11.072 INFO O| Sep 09 17:45:11.071 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/roles"
50942024-09-09T17:45:12.064Z[ recovery-image] Sep 09 17:45:11.072 INFO O| Sep 09 17:45:11.072 INFO STEP 379 (remove_files) COMPLETE
50952024-09-09T17:45:12.067Z[ recovery-image] Sep 09 17:45:11.072 INFO O| Sep 09 17:45:11.072 INFO STEP 380: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50962024-09-09T17:45:12.122Z[ recovery-image] Sep 09 17:45:11.112 INFO O| Sep 09 17:45:11.112 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/rpcinfo"
50972024-09-09T17:45:12.122Z[ recovery-image] Sep 09 17:45:11.112 INFO O| Sep 09 17:45:11.112 INFO STEP 380 (remove_files) COMPLETE
50982024-09-09T17:45:12.125Z[ recovery-image] Sep 09 17:45:11.112 INFO O| Sep 09 17:45:11.112 INFO STEP 381: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50992024-09-09T17:45:12.125Z[ recovery-image] Sep 09 17:45:11.130 INFO O| Sep 09 17:45:11.130 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/rsync"
51002024-09-09T17:45:12.142Z[ recovery-image] Sep 09 17:45:11.150 INFO O| Sep 09 17:45:11.150 INFO STEP 381 (remove_files) COMPLETE
51012024-09-09T17:45:12.142Z[ recovery-image] Sep 09 17:45:11.150 INFO O| Sep 09 17:45:11.150 INFO STEP 382: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51022024-09-09T17:45:12.163Z[ recovery-image] Sep 09 17:45:11.170 INFO O| Sep 09 17:45:11.170 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/rsync-ssl"
51032024-09-09T17:45:12.167Z[ recovery-image] Sep 09 17:45:11.171 INFO O| Sep 09 17:45:11.171 INFO STEP 382 (remove_files) COMPLETE
51042024-09-09T17:45:12.167Z[ recovery-image] Sep 09 17:45:11.171 INFO O| Sep 09 17:45:11.171 INFO STEP 383: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51052024-09-09T17:45:12.182Z[ recovery-image] Sep 09 17:45:11.190 INFO O| Sep 09 17:45:11.189 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/runat"
51062024-09-09T17:45:12.185Z[ recovery-image] Sep 09 17:45:11.190 INFO O| Sep 09 17:45:11.190 INFO STEP 383 (remove_files) COMPLETE
51072024-09-09T17:45:12.185Z[ recovery-image] Sep 09 17:45:11.190 INFO O| Sep 09 17:45:11.190 INFO STEP 384: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51082024-09-09T17:45:12.202Z[ recovery-image] Sep 09 17:45:11.209 INFO O| Sep 09 17:45:11.209 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/scp"
51092024-09-09T17:45:12.205Z[ recovery-image] Sep 09 17:45:11.210 INFO O| Sep 09 17:45:11.210 INFO STEP 384 (remove_files) COMPLETE
51102024-09-09T17:45:12.205Z[ recovery-image] Sep 09 17:45:11.210 INFO O| Sep 09 17:45:11.210 INFO STEP 385: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51112024-09-09T17:45:12.220Z[ recovery-image] Sep 09 17:45:11.228 INFO O| Sep 09 17:45:11.228 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/script"
51122024-09-09T17:45:12.223Z[ recovery-image] Sep 09 17:45:11.228 INFO O| Sep 09 17:45:11.228 INFO STEP 385 (remove_files) COMPLETE
51132024-09-09T17:45:12.223Z[ recovery-image] Sep 09 17:45:11.228 INFO O| Sep 09 17:45:11.228 INFO STEP 386: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51142024-09-09T17:45:12.304Z[ recovery-image] Sep 09 17:45:11.311 INFO O| Sep 09 17:45:11.311 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/sdiff"
51152024-09-09T17:45:12.304Z[ recovery-image] Sep 09 17:45:11.311 INFO O| Sep 09 17:45:11.311 INFO STEP 386 (remove_files) COMPLETE
51162024-09-09T17:45:12.307Z[ recovery-image] Sep 09 17:45:11.311 INFO O| Sep 09 17:45:11.311 INFO STEP 387: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51172024-09-09T17:45:12.427Z[ recovery-image] Sep 09 17:45:11.435 INFO O| Sep 09 17:45:11.435 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/setpgrp"
51182024-09-09T17:45:12.428Z[ recovery-image] Sep 09 17:45:11.435 INFO O| Sep 09 17:45:11.435 INFO STEP 387 (remove_files) COMPLETE
51192024-09-09T17:45:12.432Z[ recovery-image] Sep 09 17:45:11.435 INFO O| Sep 09 17:45:11.435 INFO STEP 388: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51202024-09-09T17:45:12.499Z[ recovery-image] Sep 09 17:45:11.507 INFO O| Sep 09 17:45:11.506 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/sftp"
51212024-09-09T17:45:12.499Z[ recovery-image] Sep 09 17:45:11.507 INFO O| Sep 09 17:45:11.507 INFO STEP 388 (remove_files) COMPLETE
51222024-09-09T17:45:12.499Z[ recovery-image] Sep 09 17:45:11.507 INFO O| Sep 09 17:45:11.507 INFO STEP 389: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51232024-09-09T17:45:12.529Z[ recovery-image] Sep 09 17:45:11.536 INFO O| Sep 09 17:45:11.536 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/shcomp"
51242024-09-09T17:45:12.532Z[ recovery-image] Sep 09 17:45:11.536 INFO O| Sep 09 17:45:11.536 INFO STEP 389 (remove_files) COMPLETE
51252024-09-09T17:45:12.539Z[ recovery-image] Sep 09 17:45:11.546 INFO O| Sep 09 17:45:11.536 INFO STEP 390: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51262024-09-09T17:45:12.564Z[ recovery-image] Sep 09 17:45:11.572 INFO O| Sep 09 17:45:11.572 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/smbutil"
51272024-09-09T17:45:12.564Z[ recovery-image] Sep 09 17:45:11.572 INFO O| Sep 09 17:45:11.572 INFO STEP 390 (remove_files) COMPLETE
51282024-09-09T17:45:12.564Z[ recovery-image] Sep 09 17:45:11.572 INFO O| Sep 09 17:45:11.572 INFO STEP 391: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51292024-09-09T17:45:12.602Z[ recovery-image] Sep 09 17:45:11.609 INFO O| Sep 09 17:45:11.609 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmp-bridge-mib"
51302024-09-09T17:45:12.602Z[ recovery-image] Sep 09 17:45:11.609 INFO O| Sep 09 17:45:11.609 INFO STEP 391 (remove_files) COMPLETE
51312024-09-09T17:45:12.602Z[ recovery-image] Sep 09 17:45:11.609 INFO O| Sep 09 17:45:11.609 INFO STEP 392: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51322024-09-09T17:45:12.638Z[ recovery-image] Sep 09 17:45:11.646 INFO O| Sep 09 17:45:11.646 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmpbulkget"
51332024-09-09T17:45:12.638Z[ recovery-image] Sep 09 17:45:11.646 INFO O| Sep 09 17:45:11.646 INFO STEP 392 (remove_files) COMPLETE
51342024-09-09T17:45:12.638Z[ recovery-image] Sep 09 17:45:11.646 INFO O| Sep 09 17:45:11.646 INFO STEP 393: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51352024-09-09T17:45:12.680Z[ recovery-image] Sep 09 17:45:11.688 INFO O| Sep 09 17:45:11.687 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmpbulkwalk"
51362024-09-09T17:45:12.680Z[ recovery-image] Sep 09 17:45:11.688 INFO O| Sep 09 17:45:11.688 INFO STEP 393 (remove_files) COMPLETE
51372024-09-09T17:45:12.680Z[ recovery-image] Sep 09 17:45:11.688 INFO O| Sep 09 17:45:11.688 INFO STEP 394: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51382024-09-09T17:45:12.722Z[ recovery-image] Sep 09 17:45:11.730 INFO O| Sep 09 17:45:11.730 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmpcheck"
51392024-09-09T17:45:12.722Z[ recovery-image] Sep 09 17:45:11.730 INFO O| Sep 09 17:45:11.730 INFO STEP 394 (remove_files) COMPLETE
51402024-09-09T17:45:12.722Z[ recovery-image] Sep 09 17:45:11.730 INFO O| Sep 09 17:45:11.730 INFO STEP 395: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51412024-09-09T17:45:12.742Z[ recovery-image] Sep 09 17:45:11.749 INFO O| Sep 09 17:45:11.749 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmpconf"
51422024-09-09T17:45:12.742Z[ recovery-image] Sep 09 17:45:11.749 INFO O| Sep 09 17:45:11.749 INFO STEP 395 (remove_files) COMPLETE
51432024-09-09T17:45:12.745Z[ recovery-image] Sep 09 17:45:11.749 INFO O| Sep 09 17:45:11.749 INFO STEP 396: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51442024-09-09T17:45:12.760Z[ recovery-image] Sep 09 17:45:11.767 INFO O| Sep 09 17:45:11.767 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmpdelta"
51452024-09-09T17:45:12.760Z[ recovery-image] Sep 09 17:45:11.767 INFO O| Sep 09 17:45:11.767 INFO STEP 396 (remove_files) COMPLETE
51462024-09-09T17:45:12.760Z[ recovery-image] Sep 09 17:45:11.767 INFO O| Sep 09 17:45:11.767 INFO STEP 397: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51472024-09-09T17:45:12.778Z[ recovery-image] Sep 09 17:45:11.786 INFO O| Sep 09 17:45:11.786 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmpdf"
51482024-09-09T17:45:12.778Z[ recovery-image] Sep 09 17:45:11.786 INFO O| Sep 09 17:45:11.786 INFO STEP 397 (remove_files) COMPLETE
51492024-09-09T17:45:12.779Z[ recovery-image] Sep 09 17:45:11.786 INFO O| Sep 09 17:45:11.786 INFO STEP 398: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51502024-09-09T17:45:12.797Z[ recovery-image] Sep 09 17:45:11.804 INFO O| Sep 09 17:45:11.804 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmpget"
51512024-09-09T17:45:12.797Z[ recovery-image] Sep 09 17:45:11.804 INFO O| Sep 09 17:45:11.804 INFO STEP 398 (remove_files) COMPLETE
51522024-09-09T17:45:12.797Z[ recovery-image] Sep 09 17:45:11.804 INFO O| Sep 09 17:45:11.804 INFO STEP 399: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51532024-09-09T17:45:12.834Z[ recovery-image] Sep 09 17:45:11.841 INFO O| Sep 09 17:45:11.841 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmpgetnext"
51542024-09-09T17:45:12.834Z[ recovery-image] Sep 09 17:45:11.841 INFO O| Sep 09 17:45:11.841 INFO STEP 399 (remove_files) COMPLETE
51552024-09-09T17:45:12.834Z[ recovery-image] Sep 09 17:45:11.841 INFO O| Sep 09 17:45:11.841 INFO STEP 400: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51562024-09-09T17:45:12.854Z[ recovery-image] Sep 09 17:45:11.861 INFO O| Sep 09 17:45:11.861 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmpnetstat"
51572024-09-09T17:45:12.854Z[ recovery-image] Sep 09 17:45:11.861 INFO O| Sep 09 17:45:11.861 INFO STEP 400 (remove_files) COMPLETE
51582024-09-09T17:45:12.854Z[ recovery-image] Sep 09 17:45:11.861 INFO O| Sep 09 17:45:11.861 INFO STEP 401: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51592024-09-09T17:45:12.875Z[ recovery-image] Sep 09 17:45:11.882 INFO O| Sep 09 17:45:11.882 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmppcap"
51602024-09-09T17:45:12.875Z[ recovery-image] Sep 09 17:45:11.882 INFO O| Sep 09 17:45:11.882 INFO STEP 401 (remove_files) COMPLETE
51612024-09-09T17:45:12.875Z[ recovery-image] Sep 09 17:45:11.882 INFO O| Sep 09 17:45:11.882 INFO STEP 402: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51622024-09-09T17:45:12.898Z[ recovery-image] Sep 09 17:45:11.906 INFO O| Sep 09 17:45:11.906 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmpping"
51632024-09-09T17:45:12.901Z[ recovery-image] Sep 09 17:45:11.906 INFO O| Sep 09 17:45:11.906 INFO STEP 402 (remove_files) COMPLETE
51642024-09-09T17:45:12.901Z[ recovery-image] Sep 09 17:45:11.906 INFO O| Sep 09 17:45:11.906 INFO STEP 403: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51652024-09-09T17:45:12.937Z[ recovery-image] Sep 09 17:45:11.944 INFO O| Sep 09 17:45:11.944 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmpps"
51662024-09-09T17:45:12.937Z[ recovery-image] Sep 09 17:45:11.944 INFO O| Sep 09 17:45:11.944 INFO STEP 403 (remove_files) COMPLETE
51672024-09-09T17:45:12.940Z[ recovery-image] Sep 09 17:45:11.944 INFO O| Sep 09 17:45:11.944 INFO STEP 404: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51682024-09-09T17:45:12.978Z[ recovery-image] Sep 09 17:45:11.986 INFO O| Sep 09 17:45:11.986 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmpset"
51692024-09-09T17:45:12.978Z[ recovery-image] Sep 09 17:45:11.986 INFO O| Sep 09 17:45:11.986 INFO STEP 404 (remove_files) COMPLETE
51702024-09-09T17:45:12.981Z[ recovery-image] Sep 09 17:45:11.986 INFO O| Sep 09 17:45:11.986 INFO STEP 405: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51712024-09-09T17:45:12.996Z[ recovery-image] Sep 09 17:45:12.004 INFO O| Sep 09 17:45:12.003 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmpstatus"
51722024-09-09T17:45:12.999Z[ recovery-image] Sep 09 17:45:12.004 INFO O| Sep 09 17:45:12.004 INFO STEP 405 (remove_files) COMPLETE
51732024-09-09T17:45:12.999Z[ recovery-image] Sep 09 17:45:12.004 INFO O| Sep 09 17:45:12.004 INFO STEP 406: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51742024-09-09T17:45:13.016Z[ recovery-image] Sep 09 17:45:12.023 INFO O| Sep 09 17:45:12.023 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmptable"
51752024-09-09T17:45:13.018Z[ recovery-image] Sep 09 17:45:12.023 INFO O| Sep 09 17:45:12.023 INFO STEP 406 (remove_files) COMPLETE
51762024-09-09T17:45:13.019Z[ recovery-image] Sep 09 17:45:12.023 INFO O| Sep 09 17:45:12.023 INFO STEP 407: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51772024-09-09T17:45:13.034Z[ recovery-image] Sep 09 17:45:12.042 INFO O| Sep 09 17:45:12.041 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmptest"
51782024-09-09T17:45:13.037Z[ recovery-image] Sep 09 17:45:12.042 INFO O| Sep 09 17:45:12.042 INFO STEP 407 (remove_files) COMPLETE
51792024-09-09T17:45:13.037Z[ recovery-image] Sep 09 17:45:12.042 INFO O| Sep 09 17:45:12.042 INFO STEP 408: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51802024-09-09T17:45:13.052Z[ recovery-image] Sep 09 17:45:12.059 INFO O| Sep 09 17:45:12.059 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmptranslate"
51812024-09-09T17:45:13.052Z[ recovery-image] Sep 09 17:45:12.059 INFO O| Sep 09 17:45:12.059 INFO STEP 408 (remove_files) COMPLETE
51822024-09-09T17:45:13.054Z[ recovery-image] Sep 09 17:45:12.060 INFO O| Sep 09 17:45:12.059 INFO STEP 409: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51832024-09-09T17:45:13.069Z[ recovery-image] Sep 09 17:45:12.077 INFO O| Sep 09 17:45:12.077 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmptrap"
51842024-09-09T17:45:13.069Z[ recovery-image] Sep 09 17:45:12.077 INFO O| Sep 09 17:45:12.077 INFO STEP 409 (remove_files) COMPLETE
51852024-09-09T17:45:13.069Z[ recovery-image] Sep 09 17:45:12.077 INFO O| Sep 09 17:45:12.077 INFO STEP 410: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51862024-09-09T17:45:13.087Z[ recovery-image] Sep 09 17:45:12.095 INFO O| Sep 09 17:45:12.094 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmpusm"
51872024-09-09T17:45:13.087Z[ recovery-image] Sep 09 17:45:12.095 INFO O| Sep 09 17:45:12.095 INFO STEP 410 (remove_files) COMPLETE
51882024-09-09T17:45:13.088Z[ recovery-image] Sep 09 17:45:12.095 INFO O| Sep 09 17:45:12.095 INFO STEP 411: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51892024-09-09T17:45:13.106Z[ recovery-image] Sep 09 17:45:12.114 INFO O| Sep 09 17:45:12.114 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmpvacm"
51902024-09-09T17:45:13.107Z[ recovery-image] Sep 09 17:45:12.114 INFO O| Sep 09 17:45:12.114 INFO STEP 411 (remove_files) COMPLETE
51912024-09-09T17:45:13.107Z[ recovery-image] Sep 09 17:45:12.114 INFO O| Sep 09 17:45:12.114 INFO STEP 412: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51922024-09-09T17:45:13.128Z[ recovery-image] Sep 09 17:45:12.135 INFO O| Sep 09 17:45:12.135 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmpwalk"
51932024-09-09T17:45:13.128Z[ recovery-image] Sep 09 17:45:12.135 INFO O| Sep 09 17:45:12.135 INFO STEP 412 (remove_files) COMPLETE
51942024-09-09T17:45:13.128Z[ recovery-image] Sep 09 17:45:12.135 INFO O| Sep 09 17:45:12.135 INFO STEP 413: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51952024-09-09T17:45:13.147Z[ recovery-image] Sep 09 17:45:12.155 INFO O| Sep 09 17:45:12.155 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/sotruss"
51962024-09-09T17:45:13.148Z[ recovery-image] Sep 09 17:45:12.155 INFO O| Sep 09 17:45:12.155 INFO STEP 413 (remove_files) COMPLETE
51972024-09-09T17:45:13.148Z[ recovery-image] Sep 09 17:45:12.155 INFO O| Sep 09 17:45:12.155 INFO STEP 414: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51982024-09-09T17:45:13.167Z[ recovery-image] Sep 09 17:45:12.174 INFO O| Sep 09 17:45:12.174 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/spell"
51992024-09-09T17:45:13.167Z[ recovery-image] Sep 09 17:45:12.174 INFO O| Sep 09 17:45:12.174 INFO STEP 414 (remove_files) COMPLETE
52002024-09-09T17:45:13.167Z[ recovery-image] Sep 09 17:45:12.174 INFO O| Sep 09 17:45:12.174 INFO STEP 415: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52012024-09-09T17:45:13.186Z[ recovery-image] Sep 09 17:45:12.194 INFO O| Sep 09 17:45:12.194 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/split"
52022024-09-09T17:45:13.186Z[ recovery-image] Sep 09 17:45:12.194 INFO O| Sep 09 17:45:12.194 INFO STEP 415 (remove_files) COMPLETE
52032024-09-09T17:45:13.186Z[ recovery-image] Sep 09 17:45:12.194 INFO O| Sep 09 17:45:12.194 INFO STEP 416: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52042024-09-09T17:45:13.207Z[ recovery-image] Sep 09 17:45:12.214 INFO O| Sep 09 17:45:12.214 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/sqlite3"
52052024-09-09T17:45:13.207Z[ recovery-image] Sep 09 17:45:12.214 INFO O| Sep 09 17:45:12.214 INFO STEP 416 (remove_files) COMPLETE
52062024-09-09T17:45:13.210Z[ recovery-image] Sep 09 17:45:12.214 INFO O| Sep 09 17:45:12.214 INFO STEP 417: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52072024-09-09T17:45:13.226Z[ recovery-image] Sep 09 17:45:12.234 INFO O| Sep 09 17:45:12.234 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ssh"
52082024-09-09T17:45:13.226Z[ recovery-image] Sep 09 17:45:12.234 INFO O| Sep 09 17:45:12.234 INFO STEP 417 (remove_files) COMPLETE
52092024-09-09T17:45:13.227Z[ recovery-image] Sep 09 17:45:12.234 INFO O| Sep 09 17:45:12.234 INFO STEP 418: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52102024-09-09T17:45:13.245Z[ recovery-image] Sep 09 17:45:12.252 INFO O| Sep 09 17:45:12.252 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ssh-add"
52112024-09-09T17:45:13.245Z[ recovery-image] Sep 09 17:45:12.253 INFO O| Sep 09 17:45:12.252 INFO STEP 418 (remove_files) COMPLETE
52122024-09-09T17:45:13.245Z[ recovery-image] Sep 09 17:45:12.253 INFO O| Sep 09 17:45:12.253 INFO STEP 419: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52132024-09-09T17:45:13.264Z[ recovery-image] Sep 09 17:45:12.271 INFO O| Sep 09 17:45:12.271 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ssh-agent"
52142024-09-09T17:45:13.264Z[ recovery-image] Sep 09 17:45:12.271 INFO O| Sep 09 17:45:12.271 INFO STEP 419 (remove_files) COMPLETE
52152024-09-09T17:45:13.264Z[ recovery-image] Sep 09 17:45:12.271 INFO O| Sep 09 17:45:12.271 INFO STEP 420: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52162024-09-09T17:45:13.282Z[ recovery-image] Sep 09 17:45:12.290 INFO O| Sep 09 17:45:12.290 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ssh-copy-id"
52172024-09-09T17:45:13.285Z[ recovery-image] Sep 09 17:45:12.290 INFO O| Sep 09 17:45:12.290 INFO STEP 420 (remove_files) COMPLETE
52182024-09-09T17:45:13.285Z[ recovery-image] Sep 09 17:45:12.290 INFO O| Sep 09 17:45:12.290 INFO STEP 421: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52192024-09-09T17:45:13.299Z[ recovery-image] Sep 09 17:45:12.307 INFO O| Sep 09 17:45:12.307 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ssh-keyscan"
52202024-09-09T17:45:13.299Z[ recovery-image] Sep 09 17:45:12.307 INFO O| Sep 09 17:45:12.307 INFO STEP 421 (remove_files) COMPLETE
52212024-09-09T17:45:13.302Z[ recovery-image] Sep 09 17:45:12.307 INFO O| Sep 09 17:45:12.307 INFO STEP 422: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52222024-09-09T17:45:13.319Z[ recovery-image] Sep 09 17:45:12.326 INFO O| Sep 09 17:45:12.326 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/strings"
52232024-09-09T17:45:13.319Z[ recovery-image] Sep 09 17:45:12.326 INFO O| Sep 09 17:45:12.326 INFO STEP 422 (remove_files) COMPLETE
52242024-09-09T17:45:13.322Z[ recovery-image] Sep 09 17:45:12.326 INFO O| Sep 09 17:45:12.326 INFO STEP 423: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52252024-09-09T17:45:13.338Z[ recovery-image] Sep 09 17:45:12.346 INFO O| Sep 09 17:45:12.346 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/sum"
52262024-09-09T17:45:13.338Z[ recovery-image] Sep 09 17:45:12.346 INFO O| Sep 09 17:45:12.346 INFO STEP 423 (remove_files) COMPLETE
52272024-09-09T17:45:13.338Z[ recovery-image] Sep 09 17:45:12.346 INFO O| Sep 09 17:45:12.346 INFO STEP 424: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52282024-09-09T17:45:13.357Z[ recovery-image] Sep 09 17:45:12.364 INFO O| Sep 09 17:45:12.364 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/tabs"
52292024-09-09T17:45:13.363Z[ recovery-image] Sep 09 17:45:12.371 INFO O| Sep 09 17:45:12.371 INFO STEP 424 (remove_files) COMPLETE
52302024-09-09T17:45:13.363Z[ recovery-image] Sep 09 17:45:12.371 INFO O| Sep 09 17:45:12.371 INFO STEP 425: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52312024-09-09T17:45:13.412Z[ recovery-image] Sep 09 17:45:12.419 INFO O| Sep 09 17:45:12.419 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/tcopy"
52322024-09-09T17:45:13.412Z[ recovery-image] Sep 09 17:45:12.419 INFO O| Sep 09 17:45:12.419 INFO STEP 425 (remove_files) COMPLETE
52332024-09-09T17:45:13.412Z[ recovery-image] Sep 09 17:45:12.419 INFO O| Sep 09 17:45:12.419 INFO STEP 426: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52342024-09-09T17:45:13.432Z[ recovery-image] Sep 09 17:45:12.439 INFO O| Sep 09 17:45:12.439 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/test"
52352024-09-09T17:45:13.432Z[ recovery-image] Sep 09 17:45:12.439 INFO O| Sep 09 17:45:12.439 INFO STEP 426 (remove_files) COMPLETE
52362024-09-09T17:45:13.432Z[ recovery-image] Sep 09 17:45:12.439 INFO O| Sep 09 17:45:12.439 INFO STEP 427: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52372024-09-09T17:45:13.450Z[ recovery-image] Sep 09 17:45:12.458 INFO O| Sep 09 17:45:12.458 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/tic"
52382024-09-09T17:45:13.451Z[ recovery-image] Sep 09 17:45:12.458 INFO O| Sep 09 17:45:12.458 INFO STEP 427 (remove_files) COMPLETE
52392024-09-09T17:45:13.451Z[ recovery-image] Sep 09 17:45:12.458 INFO O| Sep 09 17:45:12.458 INFO STEP 428: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52402024-09-09T17:45:13.486Z[ recovery-image] Sep 09 17:45:12.493 INFO O| Sep 09 17:45:12.493 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/time"
52412024-09-09T17:45:13.486Z[ recovery-image] Sep 09 17:45:12.493 INFO O| Sep 09 17:45:12.493 INFO STEP 428 (remove_files) COMPLETE
52422024-09-09T17:45:13.486Z[ recovery-image] Sep 09 17:45:12.493 INFO O| Sep 09 17:45:12.493 INFO STEP 429: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52432024-09-09T17:45:13.507Z[ recovery-image] Sep 09 17:45:12.515 INFO O| Sep 09 17:45:12.515 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/tip"
52442024-09-09T17:45:13.507Z[ recovery-image] Sep 09 17:45:12.515 INFO O| Sep 09 17:45:12.515 INFO STEP 429 (remove_files) COMPLETE
52452024-09-09T17:45:13.510Z[ recovery-image] Sep 09 17:45:12.515 INFO O| Sep 09 17:45:12.515 INFO STEP 430: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52462024-09-09T17:45:13.534Z[ recovery-image] Sep 09 17:45:12.542 INFO O| Sep 09 17:45:12.542 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/tkmib"
52472024-09-09T17:45:13.537Z[ recovery-image] Sep 09 17:45:12.542 INFO O| Sep 09 17:45:12.542 INFO STEP 430 (remove_files) COMPLETE
52482024-09-09T17:45:13.537Z[ recovery-image] Sep 09 17:45:12.542 INFO O| Sep 09 17:45:12.542 INFO STEP 431: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52492024-09-09T17:45:13.554Z[ recovery-image] Sep 09 17:45:12.562 INFO O| Sep 09 17:45:12.562 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/tpmadm"
52502024-09-09T17:45:13.554Z[ recovery-image] Sep 09 17:45:12.562 INFO O| Sep 09 17:45:12.562 INFO STEP 431 (remove_files) COMPLETE
52512024-09-09T17:45:13.557Z[ recovery-image] Sep 09 17:45:12.562 INFO O| Sep 09 17:45:12.562 INFO STEP 432: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52522024-09-09T17:45:13.586Z[ host-image] Sep 09 17:45:12.594 INFO O| Sep 09 17:45:12.594 INFO O| Planning: Solver setup ... Done
52532024-09-09T17:45:13.592Z[ recovery-image] Sep 09 17:45:12.600 INFO O| Sep 09 17:45:12.600 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/traptoemail"
52542024-09-09T17:45:13.592Z[ recovery-image] Sep 09 17:45:12.600 INFO O| Sep 09 17:45:12.600 INFO STEP 432 (remove_files) COMPLETE
52552024-09-09T17:45:13.595Z[ recovery-image] Sep 09 17:45:12.600 INFO O| Sep 09 17:45:12.600 INFO STEP 433: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52562024-09-09T17:45:13.595Z[ host-image] Sep 09 17:45:12.601 INFO O| Sep 09 17:45:12.601 INFO O| Planning: Running solver ... Done
52572024-09-09T17:45:13.612Z[ recovery-image] Sep 09 17:45:12.619 INFO O| Sep 09 17:45:12.619 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/true"
52582024-09-09T17:45:13.612Z[ recovery-image] Sep 09 17:45:12.619 INFO O| Sep 09 17:45:12.619 INFO STEP 433 (remove_files) COMPLETE
52592024-09-09T17:45:13.612Z[ recovery-image] Sep 09 17:45:12.619 INFO O| Sep 09 17:45:12.619 INFO STEP 434: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52602024-09-09T17:45:13.651Z[ recovery-image] Sep 09 17:45:12.658 INFO O| Sep 09 17:45:12.658 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/tty"
52612024-09-09T17:45:13.651Z[ recovery-image] Sep 09 17:45:12.658 INFO O| Sep 09 17:45:12.658 INFO STEP 434 (remove_files) COMPLETE
52622024-09-09T17:45:13.651Z[ recovery-image] Sep 09 17:45:12.658 INFO O| Sep 09 17:45:12.658 INFO STEP 435: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52632024-09-09T17:45:13.670Z[ recovery-image] Sep 09 17:45:12.678 INFO O| Sep 09 17:45:12.678 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/type"
52642024-09-09T17:45:13.671Z[ recovery-image] Sep 09 17:45:12.678 INFO O| Sep 09 17:45:12.678 INFO STEP 435 (remove_files) COMPLETE
52652024-09-09T17:45:13.671Z[ recovery-image] Sep 09 17:45:12.678 INFO O| Sep 09 17:45:12.678 INFO STEP 436: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52662024-09-09T17:45:13.674Z[ host-image] Sep 09 17:45:12.679 INFO O| Sep 09 17:45:12.679 INFO O| Planning: Finding local manifests ... Done
52672024-09-09T17:45:13.674Z[ host-image] Sep 09 17:45:12.680 INFO O| Sep 09 17:45:12.680 INFO O| Planning: Fetching manifests: 0/4 0% complete
52682024-09-09T17:45:13.690Z[ recovery-image] Sep 09 17:45:12.698 INFO O| Sep 09 17:45:12.698 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/tzselect"
52692024-09-09T17:45:13.690Z[ recovery-image] Sep 09 17:45:12.698 INFO O| Sep 09 17:45:12.698 INFO STEP 436 (remove_files) COMPLETE
52702024-09-09T17:45:13.694Z[ recovery-image] Sep 09 17:45:12.698 INFO O| Sep 09 17:45:12.698 INFO STEP 437: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52712024-09-09T17:45:13.709Z[ recovery-image] Sep 09 17:45:12.716 INFO O| Sep 09 17:45:12.716 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ulimit"
52722024-09-09T17:45:13.709Z[ recovery-image] Sep 09 17:45:12.716 INFO O| Sep 09 17:45:12.716 INFO STEP 437 (remove_files) COMPLETE
52732024-09-09T17:45:13.712Z[ recovery-image] Sep 09 17:45:12.716 INFO O| Sep 09 17:45:12.716 INFO STEP 438: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52742024-09-09T17:45:13.727Z[ recovery-image] Sep 09 17:45:12.734 INFO O| Sep 09 17:45:12.734 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/umask"
52752024-09-09T17:45:13.727Z[ recovery-image] Sep 09 17:45:12.734 INFO O| Sep 09 17:45:12.734 INFO STEP 438 (remove_files) COMPLETE
52762024-09-09T17:45:13.727Z[ recovery-image] Sep 09 17:45:12.734 INFO O| Sep 09 17:45:12.734 INFO STEP 439: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52772024-09-09T17:45:13.744Z[ recovery-image] Sep 09 17:45:12.752 INFO O| Sep 09 17:45:12.752 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/unalias"
52782024-09-09T17:45:13.744Z[ recovery-image] Sep 09 17:45:12.752 INFO O| Sep 09 17:45:12.752 INFO STEP 439 (remove_files) COMPLETE
52792024-09-09T17:45:13.744Z[ recovery-image] Sep 09 17:45:12.752 INFO O| Sep 09 17:45:12.752 INFO STEP 440: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52802024-09-09T17:45:13.774Z[ recovery-image] Sep 09 17:45:12.781 INFO O| Sep 09 17:45:12.781 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/uncompress"
52812024-09-09T17:45:13.774Z[ recovery-image] Sep 09 17:45:12.781 INFO O| Sep 09 17:45:12.781 INFO STEP 440 (remove_files) COMPLETE
52822024-09-09T17:45:13.778Z[ recovery-image] Sep 09 17:45:12.781 INFO O| Sep 09 17:45:12.781 INFO STEP 441: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52832024-09-09T17:45:13.794Z[ recovery-image] Sep 09 17:45:12.801 INFO O| Sep 09 17:45:12.801 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/unexpand"
52842024-09-09T17:45:13.794Z[ recovery-image] Sep 09 17:45:12.801 INFO O| Sep 09 17:45:12.801 INFO STEP 441 (remove_files) COMPLETE
52852024-09-09T17:45:13.794Z[ recovery-image] Sep 09 17:45:12.801 INFO O| Sep 09 17:45:12.801 INFO STEP 442: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52862024-09-09T17:45:13.814Z[ recovery-image] Sep 09 17:45:12.821 INFO O| Sep 09 17:45:12.821 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/uniq"
52872024-09-09T17:45:13.814Z[ recovery-image] Sep 09 17:45:12.822 INFO O| Sep 09 17:45:12.822 INFO STEP 442 (remove_files) COMPLETE
52882024-09-09T17:45:13.817Z[ recovery-image] Sep 09 17:45:12.822 INFO O| Sep 09 17:45:12.822 INFO STEP 443: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52892024-09-09T17:45:13.850Z[ recovery-image] Sep 09 17:45:12.858 INFO O| Sep 09 17:45:12.858 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/units"
52902024-09-09T17:45:13.851Z[ recovery-image] Sep 09 17:45:12.858 INFO O| Sep 09 17:45:12.858 INFO STEP 443 (remove_files) COMPLETE
52912024-09-09T17:45:13.853Z[ recovery-image] Sep 09 17:45:12.858 INFO O| Sep 09 17:45:12.858 INFO STEP 444: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52922024-09-09T17:45:13.869Z[ recovery-image] Sep 09 17:45:12.877 INFO O| Sep 09 17:45:12.877 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/unix2dos"
52932024-09-09T17:45:13.876Z[ recovery-image] Sep 09 17:45:12.883 INFO O| Sep 09 17:45:12.883 INFO STEP 444 (remove_files) COMPLETE
52942024-09-09T17:45:13.876Z[ recovery-image] Sep 09 17:45:12.883 INFO O| Sep 09 17:45:12.883 INFO STEP 445: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52952024-09-09T17:45:13.880Z[ host-image] Sep 09 17:45:12.888 INFO O| Sep 09 17:45:12.888 INFO O| Planning: Fetching manifests: 4/4 100% complete
52962024-09-09T17:45:13.895Z[ recovery-image] Sep 09 17:45:12.902 INFO O| Sep 09 17:45:12.902 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/unpack"
52972024-09-09T17:45:13.895Z[ recovery-image] Sep 09 17:45:12.902 INFO O| Sep 09 17:45:12.902 INFO STEP 445 (remove_files) COMPLETE
52982024-09-09T17:45:13.895Z[ recovery-image] Sep 09 17:45:12.902 INFO O| Sep 09 17:45:12.902 INFO STEP 446: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52992024-09-09T17:45:13.921Z[ host-image] Sep 09 17:45:12.929 INFO O| Sep 09 17:45:12.929 INFO O| Planning: Package planning ... Done
53002024-09-09T17:45:13.934Z[ host-image] Sep 09 17:45:12.934 INFO O| Sep 09 17:45:12.934 INFO O| Planning: Merging actions ... Done
53012024-09-09T17:45:13.934Z[ recovery-image] Sep 09 17:45:12.941 INFO O| Sep 09 17:45:12.940 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/uptime"
53022024-09-09T17:45:13.934Z[ recovery-image] Sep 09 17:45:12.941 INFO O| Sep 09 17:45:12.941 INFO STEP 446 (remove_files) COMPLETE
53032024-09-09T17:45:13.934Z[ recovery-image] Sep 09 17:45:12.941 INFO O| Sep 09 17:45:12.941 INFO STEP 447: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53042024-09-09T17:45:13.953Z[ recovery-image] Sep 09 17:45:12.961 INFO O| Sep 09 17:45:12.960 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/userattr"
53052024-09-09T17:45:13.956Z[ recovery-image] Sep 09 17:45:12.961 INFO O| Sep 09 17:45:12.961 INFO STEP 447 (remove_files) COMPLETE
53062024-09-09T17:45:13.956Z[ recovery-image] Sep 09 17:45:12.961 INFO O| Sep 09 17:45:12.961 INFO STEP 448: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53072024-09-09T17:45:13.972Z[ recovery-image] Sep 09 17:45:12.979 INFO O| Sep 09 17:45:12.979 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/uudecode"
53082024-09-09T17:45:13.976Z[ recovery-image] Sep 09 17:45:12.980 INFO O| Sep 09 17:45:12.980 INFO STEP 448 (remove_files) COMPLETE
53092024-09-09T17:45:13.976Z[ recovery-image] Sep 09 17:45:12.980 INFO O| Sep 09 17:45:12.980 INFO STEP 449: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53102024-09-09T17:45:14.113Z[ recovery-image] Sep 09 17:45:13.121 INFO O| Sep 09 17:45:13.121 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/uuencode"
53112024-09-09T17:45:14.116Z[ recovery-image] Sep 09 17:45:13.121 INFO O| Sep 09 17:45:13.121 INFO STEP 449 (remove_files) COMPLETE
53122024-09-09T17:45:14.117Z[ recovery-image] Sep 09 17:45:13.121 INFO O| Sep 09 17:45:13.121 INFO STEP 450: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53132024-09-09T17:45:14.127Z[ host-image] Sep 09 17:45:13.134 INFO O| Sep 09 17:45:13.134 INFO O| Planning: Checking for conflicting actions ... Done
53142024-09-09T17:45:14.129Z[ host-image] Sep 09 17:45:13.136 INFO O| Sep 09 17:45:13.136 INFO O| Planning: Consolidating action changes ... Done
53152024-09-09T17:45:14.135Z[ recovery-image] Sep 09 17:45:13.142 INFO O| Sep 09 17:45:13.142 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/uuidgen"
53162024-09-09T17:45:14.138Z[ recovery-image] Sep 09 17:45:13.143 INFO O| Sep 09 17:45:13.143 INFO STEP 450 (remove_files) COMPLETE
53172024-09-09T17:45:14.138Z[ recovery-image] Sep 09 17:45:13.143 INFO O| Sep 09 17:45:13.143 INFO STEP 451: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53182024-09-09T17:45:14.156Z[ recovery-image] Sep 09 17:45:13.164 INFO O| Sep 09 17:45:13.164 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/vedit"
53192024-09-09T17:45:14.159Z[ recovery-image] Sep 09 17:45:13.164 INFO O| Sep 09 17:45:13.164 INFO STEP 451 (remove_files) COMPLETE
53202024-09-09T17:45:14.160Z[ recovery-image] Sep 09 17:45:13.164 INFO O| Sep 09 17:45:13.164 INFO STEP 452: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53212024-09-09T17:45:14.177Z[ recovery-image] Sep 09 17:45:13.185 INFO O| Sep 09 17:45:13.185 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/vim"
53222024-09-09T17:45:14.180Z[ recovery-image] Sep 09 17:45:13.185 INFO O| Sep 09 17:45:13.185 INFO STEP 452 (remove_files) COMPLETE
53232024-09-09T17:45:14.180Z[ recovery-image] Sep 09 17:45:13.185 INFO O| Sep 09 17:45:13.185 INFO STEP 453: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53242024-09-09T17:45:14.198Z[ recovery-image] Sep 09 17:45:13.205 INFO O| Sep 09 17:45:13.205 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/vimtutor"
53252024-09-09T17:45:14.198Z[ recovery-image] Sep 09 17:45:13.206 INFO O| Sep 09 17:45:13.206 INFO STEP 453 (remove_files) COMPLETE
53262024-09-09T17:45:14.202Z[ recovery-image] Sep 09 17:45:13.206 INFO O| Sep 09 17:45:13.206 INFO STEP 454: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53272024-09-09T17:45:14.217Z[ recovery-image] Sep 09 17:45:13.225 INFO O| Sep 09 17:45:13.225 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/vmstat"
53282024-09-09T17:45:14.221Z[ recovery-image] Sep 09 17:45:13.225 INFO O| Sep 09 17:45:13.225 INFO STEP 454 (remove_files) COMPLETE
53292024-09-09T17:45:14.221Z[ recovery-image] Sep 09 17:45:13.225 INFO O| Sep 09 17:45:13.225 INFO STEP 455: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53302024-09-09T17:45:14.237Z[ recovery-image] Sep 09 17:45:13.245 INFO O| Sep 09 17:45:13.245 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/vtfontcvt"
53312024-09-09T17:45:14.240Z[ recovery-image] Sep 09 17:45:13.245 INFO O| Sep 09 17:45:13.245 INFO STEP 455 (remove_files) COMPLETE
53322024-09-09T17:45:14.241Z[ recovery-image] Sep 09 17:45:13.245 INFO O| Sep 09 17:45:13.245 INFO STEP 456: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53332024-09-09T17:45:14.258Z[ recovery-image] Sep 09 17:45:13.265 INFO O| Sep 09 17:45:13.265 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/w"
53342024-09-09T17:45:14.261Z[ recovery-image] Sep 09 17:45:13.265 INFO O| Sep 09 17:45:13.265 INFO STEP 456 (remove_files) COMPLETE
53352024-09-09T17:45:14.261Z[ recovery-image] Sep 09 17:45:13.265 INFO O| Sep 09 17:45:13.265 INFO STEP 457: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53362024-09-09T17:45:14.277Z[ recovery-image] Sep 09 17:45:13.284 INFO O| Sep 09 17:45:13.284 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/wait"
53372024-09-09T17:45:14.277Z[ recovery-image] Sep 09 17:45:13.284 INFO O| Sep 09 17:45:13.284 INFO STEP 457 (remove_files) COMPLETE
53382024-09-09T17:45:14.278Z[ recovery-image] Sep 09 17:45:13.284 INFO O| Sep 09 17:45:13.284 INFO STEP 458: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53392024-09-09T17:45:14.297Z[ recovery-image] Sep 09 17:45:13.304 INFO O| Sep 09 17:45:13.304 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/watch"
53402024-09-09T17:45:14.297Z[ recovery-image] Sep 09 17:45:13.304 INFO O| Sep 09 17:45:13.304 INFO STEP 458 (remove_files) COMPLETE
53412024-09-09T17:45:14.297Z[ recovery-image] Sep 09 17:45:13.304 INFO O| Sep 09 17:45:13.304 INFO STEP 459: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53422024-09-09T17:45:14.340Z[ recovery-image] Sep 09 17:45:13.348 INFO O| Sep 09 17:45:13.348 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/wc"
53432024-09-09T17:45:14.340Z[ recovery-image] Sep 09 17:45:13.348 INFO O| Sep 09 17:45:13.348 INFO STEP 459 (remove_files) COMPLETE
53442024-09-09T17:45:14.343Z[ recovery-image] Sep 09 17:45:13.348 INFO O| Sep 09 17:45:13.348 INFO STEP 460: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53452024-09-09T17:45:14.384Z[ recovery-image] Sep 09 17:45:13.391 INFO O| Sep 09 17:45:13.391 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/which"
53462024-09-09T17:45:14.384Z[ recovery-image] Sep 09 17:45:13.392 INFO O| Sep 09 17:45:13.391 INFO STEP 460 (remove_files) COMPLETE
53472024-09-09T17:45:14.384Z[ recovery-image] Sep 09 17:45:13.392 INFO O| Sep 09 17:45:13.391 INFO STEP 461: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53482024-09-09T17:45:14.403Z[ recovery-image] Sep 09 17:45:13.410 INFO O| Sep 09 17:45:13.410 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/whocalls"
53492024-09-09T17:45:14.403Z[ recovery-image] Sep 09 17:45:13.410 INFO O| Sep 09 17:45:13.410 INFO STEP 461 (remove_files) COMPLETE
53502024-09-09T17:45:14.406Z[ recovery-image] Sep 09 17:45:13.411 INFO O| Sep 09 17:45:13.410 INFO STEP 462: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53512024-09-09T17:45:14.458Z[ recovery-image] Sep 09 17:45:13.466 INFO O| Sep 09 17:45:13.466 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/wracct"
53522024-09-09T17:45:14.459Z[ recovery-image] Sep 09 17:45:13.466 INFO O| Sep 09 17:45:13.466 INFO STEP 462 (remove_files) COMPLETE
53532024-09-09T17:45:14.459Z[ recovery-image] Sep 09 17:45:13.466 INFO O| Sep 09 17:45:13.466 INFO STEP 463: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53542024-09-09T17:45:14.479Z[ recovery-image] Sep 09 17:45:13.486 INFO O| Sep 09 17:45:13.486 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/write"
53552024-09-09T17:45:14.479Z[ recovery-image] Sep 09 17:45:13.486 INFO O| Sep 09 17:45:13.486 INFO STEP 463 (remove_files) COMPLETE
53562024-09-09T17:45:14.479Z[ recovery-image] Sep 09 17:45:13.486 INFO O| Sep 09 17:45:13.486 INFO STEP 464: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53572024-09-09T17:45:14.512Z[ recovery-image] Sep 09 17:45:13.520 INFO O| Sep 09 17:45:13.519 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/xargs"
53582024-09-09T17:45:14.512Z[ recovery-image] Sep 09 17:45:13.520 INFO O| Sep 09 17:45:13.520 INFO STEP 464 (remove_files) COMPLETE
53592024-09-09T17:45:14.516Z[ recovery-image] Sep 09 17:45:13.520 INFO O| Sep 09 17:45:13.520 INFO STEP 465: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53602024-09-09T17:45:14.516Z[ host-image] Sep 09 17:45:13.522 INFO O| Sep 09 17:45:13.522 INFO O| Planning: Evaluating mediators ... Done
53612024-09-09T17:45:14.519Z[ host-image] Sep 09 17:45:13.524 INFO O| Sep 09 17:45:13.524 INFO O| Planning: Planning completed in 4.24 seconds
53622024-09-09T17:45:14.521Z[ host-image] Sep 09 17:45:13.527 INFO O| Sep 09 17:45:13.527 INFO O| Packages to install: 4
53632024-09-09T17:45:14.522Z[ host-image] Sep 09 17:45:13.527 INFO O| Sep 09 17:45:13.527 INFO O| Services to change: 2
53642024-09-09T17:45:14.532Z[ recovery-image] Sep 09 17:45:13.540 INFO O| Sep 09 17:45:13.540 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/xml2-config"
53652024-09-09T17:45:14.533Z[ recovery-image] Sep 09 17:45:13.540 INFO O| Sep 09 17:45:13.540 INFO STEP 465 (remove_files) COMPLETE
53662024-09-09T17:45:14.533Z[ recovery-image] Sep 09 17:45:13.540 INFO O| Sep 09 17:45:13.540 INFO STEP 466: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53672024-09-09T17:45:14.539Z[ host-image] Sep 09 17:45:13.546 INFO O| Sep 09 17:45:13.546 INFO O| Download: 0/102 items 0.0/1.4MB 0% complete
53682024-09-09T17:45:14.553Z[ recovery-image] Sep 09 17:45:13.560 INFO O| Sep 09 17:45:13.560 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/xmlcatalog"
53692024-09-09T17:45:14.553Z[ recovery-image] Sep 09 17:45:13.560 INFO O| Sep 09 17:45:13.560 INFO STEP 466 (remove_files) COMPLETE
53702024-09-09T17:45:14.553Z[ recovery-image] Sep 09 17:45:13.560 INFO O| Sep 09 17:45:13.560 INFO STEP 467: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53712024-09-09T17:45:14.583Z[ recovery-image] Sep 09 17:45:13.590 INFO O| Sep 09 17:45:13.590 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/xmllint"
53722024-09-09T17:45:14.583Z[ recovery-image] Sep 09 17:45:13.590 INFO O| Sep 09 17:45:13.590 INFO STEP 467 (remove_files) COMPLETE
53732024-09-09T17:45:14.583Z[ recovery-image] Sep 09 17:45:13.590 INFO O| Sep 09 17:45:13.590 INFO STEP 468: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53742024-09-09T17:45:14.602Z[ recovery-image] Sep 09 17:45:13.610 INFO O| Sep 09 17:45:13.610 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/xmlwf"
53752024-09-09T17:45:14.603Z[ recovery-image] Sep 09 17:45:13.610 INFO O| Sep 09 17:45:13.610 INFO STEP 468 (remove_files) COMPLETE
53762024-09-09T17:45:14.606Z[ recovery-image] Sep 09 17:45:13.610 INFO O| Sep 09 17:45:13.610 INFO STEP 469: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53772024-09-09T17:45:14.624Z[ recovery-image] Sep 09 17:45:13.632 INFO O| Sep 09 17:45:13.632 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/xstr"
53782024-09-09T17:45:14.627Z[ recovery-image] Sep 09 17:45:13.632 INFO O| Sep 09 17:45:13.632 INFO STEP 469 (remove_files) COMPLETE
53792024-09-09T17:45:14.627Z[ recovery-image] Sep 09 17:45:13.632 INFO O| Sep 09 17:45:13.632 INFO STEP 470: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53802024-09-09T17:45:14.681Z[ recovery-image] Sep 09 17:45:13.688 INFO O| Sep 09 17:45:13.688 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/xxd"
53812024-09-09T17:45:14.681Z[ recovery-image] Sep 09 17:45:13.688 INFO O| Sep 09 17:45:13.688 INFO STEP 470 (remove_files) COMPLETE
53822024-09-09T17:45:14.681Z[ recovery-image] Sep 09 17:45:13.688 INFO O| Sep 09 17:45:13.688 INFO STEP 471: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53832024-09-09T17:45:14.710Z[ recovery-image] Sep 09 17:45:13.717 INFO O| Sep 09 17:45:13.717 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/xz"
53842024-09-09T17:45:14.710Z[ recovery-image] Sep 09 17:45:13.718 INFO O| Sep 09 17:45:13.718 INFO STEP 471 (remove_files) COMPLETE
53852024-09-09T17:45:14.710Z[ recovery-image] Sep 09 17:45:13.718 INFO O| Sep 09 17:45:13.718 INFO STEP 472: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53862024-09-09T17:45:14.754Z[ recovery-image] Sep 09 17:45:13.762 INFO O| Sep 09 17:45:13.762 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/xzdec"
53872024-09-09T17:45:14.755Z[ recovery-image] Sep 09 17:45:13.762 INFO O| Sep 09 17:45:13.762 INFO STEP 472 (remove_files) COMPLETE
53882024-09-09T17:45:14.755Z[ recovery-image] Sep 09 17:45:13.762 INFO O| Sep 09 17:45:13.762 INFO STEP 473: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53892024-09-09T17:45:14.786Z[ recovery-image] Sep 09 17:45:13.793 INFO O| Sep 09 17:45:13.793 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/xzdiff"
53902024-09-09T17:45:14.786Z[ recovery-image] Sep 09 17:45:13.793 INFO O| Sep 09 17:45:13.793 INFO STEP 473 (remove_files) COMPLETE
53912024-09-09T17:45:14.786Z[ recovery-image] Sep 09 17:45:13.793 INFO O| Sep 09 17:45:13.793 INFO STEP 474: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53922024-09-09T17:45:14.805Z[ recovery-image] Sep 09 17:45:13.812 INFO O| Sep 09 17:45:13.812 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/xzgrep"
53932024-09-09T17:45:14.805Z[ recovery-image] Sep 09 17:45:13.812 INFO O| Sep 09 17:45:13.812 INFO STEP 474 (remove_files) COMPLETE
53942024-09-09T17:45:14.805Z[ recovery-image] Sep 09 17:45:13.812 INFO O| Sep 09 17:45:13.812 INFO STEP 475: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53952024-09-09T17:45:14.824Z[ recovery-image] Sep 09 17:45:13.831 INFO O| Sep 09 17:45:13.831 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/xzless"
53962024-09-09T17:45:14.824Z[ recovery-image] Sep 09 17:45:13.831 INFO O| Sep 09 17:45:13.831 INFO STEP 475 (remove_files) COMPLETE
53972024-09-09T17:45:14.824Z[ recovery-image] Sep 09 17:45:13.831 INFO O| Sep 09 17:45:13.831 INFO STEP 476: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53982024-09-09T17:45:14.844Z[ recovery-image] Sep 09 17:45:13.851 INFO O| Sep 09 17:45:13.851 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/xzmore"
53992024-09-09T17:45:14.844Z[ recovery-image] Sep 09 17:45:13.851 INFO O| Sep 09 17:45:13.851 INFO STEP 476 (remove_files) COMPLETE
54002024-09-09T17:45:14.844Z[ recovery-image] Sep 09 17:45:13.851 INFO O| Sep 09 17:45:13.851 INFO STEP 477: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54012024-09-09T17:45:14.864Z[ recovery-image] Sep 09 17:45:13.871 INFO O| Sep 09 17:45:13.871 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/yes"
54022024-09-09T17:45:14.864Z[ recovery-image] Sep 09 17:45:13.872 INFO O| Sep 09 17:45:13.871 INFO STEP 477 (remove_files) COMPLETE
54032024-09-09T17:45:14.864Z[ recovery-image] Sep 09 17:45:13.872 INFO O| Sep 09 17:45:13.872 INFO STEP 478: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54042024-09-09T17:45:14.885Z[ recovery-image] Sep 09 17:45:13.892 INFO O| Sep 09 17:45:13.892 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/zcat"
54052024-09-09T17:45:14.885Z[ recovery-image] Sep 09 17:45:13.892 INFO O| Sep 09 17:45:13.892 INFO STEP 478 (remove_files) COMPLETE
54062024-09-09T17:45:14.885Z[ recovery-image] Sep 09 17:45:13.892 INFO O| Sep 09 17:45:13.892 INFO STEP 479: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54072024-09-09T17:45:14.947Z[ recovery-image] Sep 09 17:45:13.954 INFO O| Sep 09 17:45:13.954 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/zonestat"
54082024-09-09T17:45:14.947Z[ recovery-image] Sep 09 17:45:13.954 INFO O| Sep 09 17:45:13.954 INFO STEP 479 (remove_files) COMPLETE
54092024-09-09T17:45:14.947Z[ recovery-image] Sep 09 17:45:13.954 INFO O| Sep 09 17:45:13.954 INFO STEP 480: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54102024-09-09T17:45:14.984Z[ recovery-image] Sep 09 17:45:13.992 INFO O| Sep 09 17:45:13.992 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/zstd"
54112024-09-09T17:45:14.985Z[ recovery-image] Sep 09 17:45:13.992 INFO O| Sep 09 17:45:13.992 INFO STEP 480 (remove_files) COMPLETE
54122024-09-09T17:45:14.985Z[ recovery-image] Sep 09 17:45:13.992 INFO O| Sep 09 17:45:13.992 INFO STEP 481: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54132024-09-09T17:45:15.032Z[ recovery-image] Sep 09 17:45:14.039 INFO O| Sep 09 17:45:14.039 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/zstdgrep"
54142024-09-09T17:45:15.035Z[ recovery-image] Sep 09 17:45:14.039 INFO O| Sep 09 17:45:14.039 INFO STEP 481 (remove_files) COMPLETE
54152024-09-09T17:45:15.035Z[ recovery-image] Sep 09 17:45:14.039 INFO O| Sep 09 17:45:14.039 INFO STEP 482: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54162024-09-09T17:45:15.053Z[ recovery-image] Sep 09 17:45:14.060 INFO O| Sep 09 17:45:14.060 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/zstdless"
54172024-09-09T17:45:15.053Z[ recovery-image] Sep 09 17:45:14.060 INFO O| Sep 09 17:45:14.060 INFO STEP 482 (remove_files) COMPLETE
54182024-09-09T17:45:15.053Z[ recovery-image] Sep 09 17:45:14.060 INFO O| Sep 09 17:45:14.060 INFO STEP 483: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54192024-09-09T17:45:15.073Z[ recovery-image] Sep 09 17:45:14.081 INFO O| Sep 09 17:45:14.081 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gcc/10/lib/amd64/libatomic.so.1.2.0"
54202024-09-09T17:45:15.093Z[ recovery-image] Sep 09 17:45:14.101 INFO O| Sep 09 17:45:14.101 INFO STEP 483 (remove_files) COMPLETE
54212024-09-09T17:45:15.094Z[ recovery-image] Sep 09 17:45:14.101 INFO O| Sep 09 17:45:14.101 INFO STEP 484: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54222024-09-09T17:45:15.144Z[ recovery-image] Sep 09 17:45:14.151 INFO O| Sep 09 17:45:14.151 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gcc/10/lib/amd64/libgomp.so.1.0.0"
54232024-09-09T17:45:15.144Z[ recovery-image] Sep 09 17:45:14.151 INFO O| Sep 09 17:45:14.151 INFO STEP 484 (remove_files) COMPLETE
54242024-09-09T17:45:15.144Z[ recovery-image] Sep 09 17:45:14.151 INFO O| Sep 09 17:45:14.151 INFO STEP 485: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54252024-09-09T17:45:15.236Z[ recovery-image] Sep 09 17:45:14.243 INFO O| Sep 09 17:45:14.243 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gcc/10/lib/amd64/libssp.so.0.0.0"
54262024-09-09T17:45:15.239Z[ recovery-image] Sep 09 17:45:14.243 INFO O| Sep 09 17:45:14.243 INFO STEP 485 (remove_files) COMPLETE
54272024-09-09T17:45:15.239Z[ recovery-image] Sep 09 17:45:14.243 INFO O| Sep 09 17:45:14.243 INFO STEP 486: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54282024-09-09T17:45:15.297Z[ recovery-image] Sep 09 17:45:14.304 INFO O| Sep 09 17:45:14.304 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gcc/10/lib/amd64/libstdc++.so.6.0.28"
54292024-09-09T17:45:15.297Z[ recovery-image] Sep 09 17:45:14.304 INFO O| Sep 09 17:45:14.304 INFO STEP 486 (remove_files) COMPLETE
54302024-09-09T17:45:15.297Z[ recovery-image] Sep 09 17:45:14.304 INFO O| Sep 09 17:45:14.304 INFO STEP 487: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54312024-09-09T17:45:15.314Z[ recovery-image] Sep 09 17:45:14.322 INFO O| Sep 09 17:45:14.322 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gcc/10/lib/libatomic.so.1.2.0"
54322024-09-09T17:45:15.314Z[ recovery-image] Sep 09 17:45:14.322 INFO O| Sep 09 17:45:14.322 INFO STEP 487 (remove_files) COMPLETE
54332024-09-09T17:45:15.315Z[ recovery-image] Sep 09 17:45:14.322 INFO O| Sep 09 17:45:14.322 INFO STEP 488: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54342024-09-09T17:45:15.333Z[ recovery-image] Sep 09 17:45:14.341 INFO O| Sep 09 17:45:14.340 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gcc/10/lib/libgcc_s.so.1"
54352024-09-09T17:45:15.333Z[ recovery-image] Sep 09 17:45:14.341 INFO O| Sep 09 17:45:14.341 INFO STEP 488 (remove_files) COMPLETE
54362024-09-09T17:45:15.334Z[ recovery-image] Sep 09 17:45:14.341 INFO O| Sep 09 17:45:14.341 INFO STEP 489: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54372024-09-09T17:45:15.369Z[ recovery-image] Sep 09 17:45:14.376 INFO O| Sep 09 17:45:14.376 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gcc/10/lib/libgomp.so.1.0.0"
54382024-09-09T17:45:15.373Z[ recovery-image] Sep 09 17:45:14.377 INFO O| Sep 09 17:45:14.376 INFO STEP 489 (remove_files) COMPLETE
54392024-09-09T17:45:15.373Z[ recovery-image] Sep 09 17:45:14.377 INFO O| Sep 09 17:45:14.377 INFO STEP 490: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54402024-09-09T17:45:15.390Z[ recovery-image] Sep 09 17:45:14.397 INFO O| Sep 09 17:45:14.397 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gcc/10/lib/libssp.so.0.0.0"
54412024-09-09T17:45:15.393Z[ recovery-image] Sep 09 17:45:14.397 INFO O| Sep 09 17:45:14.397 INFO STEP 490 (remove_files) COMPLETE
54422024-09-09T17:45:15.393Z[ recovery-image] Sep 09 17:45:14.397 INFO O| Sep 09 17:45:14.397 INFO STEP 491: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54432024-09-09T17:45:15.409Z[ recovery-image] Sep 09 17:45:14.416 INFO O| Sep 09 17:45:14.416 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gcc/10/lib/libstdc++.so.6.0.28"
54442024-09-09T17:45:15.412Z[ recovery-image] Sep 09 17:45:14.416 INFO O| Sep 09 17:45:14.416 INFO STEP 491 (remove_files) COMPLETE
54452024-09-09T17:45:15.412Z[ recovery-image] Sep 09 17:45:14.416 INFO O| Sep 09 17:45:14.416 INFO STEP 492: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54462024-09-09T17:45:15.444Z[ recovery-image] Sep 09 17:45:14.451 INFO O| Sep 09 17:45:14.451 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gnu/lib/amd64/libform.so.5.9"
54472024-09-09T17:45:15.447Z[ recovery-image] Sep 09 17:45:14.452 INFO O| Sep 09 17:45:14.451 INFO STEP 492 (remove_files) COMPLETE
54482024-09-09T17:45:15.447Z[ recovery-image] Sep 09 17:45:14.452 INFO O| Sep 09 17:45:14.452 INFO STEP 493: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54492024-09-09T17:45:15.462Z[ recovery-image] Sep 09 17:45:14.469 INFO O| Sep 09 17:45:14.469 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gnu/lib/amd64/libmenu.so.5.9"
54502024-09-09T17:45:15.462Z[ recovery-image] Sep 09 17:45:14.469 INFO O| Sep 09 17:45:14.469 INFO STEP 493 (remove_files) COMPLETE
54512024-09-09T17:45:15.465Z[ recovery-image] Sep 09 17:45:14.469 INFO O| Sep 09 17:45:14.469 INFO STEP 494: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54522024-09-09T17:45:15.479Z[ recovery-image] Sep 09 17:45:14.487 INFO O| Sep 09 17:45:14.487 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gnu/lib/amd64/libpanel.so.5.9"
54532024-09-09T17:45:15.479Z[ recovery-image] Sep 09 17:45:14.487 INFO O| Sep 09 17:45:14.487 INFO STEP 494 (remove_files) COMPLETE
54542024-09-09T17:45:15.480Z[ recovery-image] Sep 09 17:45:14.487 INFO O| Sep 09 17:45:14.487 INFO STEP 495: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54552024-09-09T17:45:15.497Z[ recovery-image] Sep 09 17:45:14.505 INFO O| Sep 09 17:45:14.504 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gnu/lib/libform.so.5.9"
54562024-09-09T17:45:15.497Z[ recovery-image] Sep 09 17:45:14.505 INFO O| Sep 09 17:45:14.505 INFO STEP 495 (remove_files) COMPLETE
54572024-09-09T17:45:15.497Z[ recovery-image] Sep 09 17:45:14.505 INFO O| Sep 09 17:45:14.505 INFO STEP 496: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54582024-09-09T17:45:15.515Z[ recovery-image] Sep 09 17:45:14.522 INFO O| Sep 09 17:45:14.522 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gnu/lib/libmenu.so.5.9"
54592024-09-09T17:45:15.515Z[ recovery-image] Sep 09 17:45:14.522 INFO O| Sep 09 17:45:14.522 INFO STEP 496 (remove_files) COMPLETE
54602024-09-09T17:45:15.515Z[ recovery-image] Sep 09 17:45:14.522 INFO O| Sep 09 17:45:14.522 INFO STEP 497: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54612024-09-09T17:45:15.547Z[ recovery-image] Sep 09 17:45:14.554 INFO O| Sep 09 17:45:14.554 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gnu/lib/libpanel.so.5.9"
54622024-09-09T17:45:15.547Z[ recovery-image] Sep 09 17:45:14.554 INFO O| Sep 09 17:45:14.554 INFO STEP 497 (remove_files) COMPLETE
54632024-09-09T17:45:15.547Z[ recovery-image] Sep 09 17:45:14.554 INFO O| Sep 09 17:45:14.554 INFO STEP 498: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54642024-09-09T17:45:15.586Z[ recovery-image] Sep 09 17:45:14.593 INFO O| Sep 09 17:45:14.593 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/has/bin/ctags"
54652024-09-09T17:45:15.586Z[ recovery-image] Sep 09 17:45:14.593 INFO O| Sep 09 17:45:14.593 INFO STEP 498 (remove_files) COMPLETE
54662024-09-09T17:45:15.586Z[ recovery-image] Sep 09 17:45:14.593 INFO O| Sep 09 17:45:14.593 INFO STEP 499: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54672024-09-09T17:45:15.605Z[ recovery-image] Sep 09 17:45:14.612 INFO O| Sep 09 17:45:14.612 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/has/bin/edit"
54682024-09-09T17:45:15.605Z[ recovery-image] Sep 09 17:45:14.612 INFO O| Sep 09 17:45:14.612 INFO STEP 499 (remove_files) COMPLETE
54692024-09-09T17:45:15.605Z[ recovery-image] Sep 09 17:45:14.612 INFO O| Sep 09 17:45:14.612 INFO STEP 500: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54702024-09-09T17:45:15.682Z[ host-image] Sep 09 17:45:14.627 INFO O| Sep 09 17:45:14.627 INFO O| Download: Completed 1.39 MB in 1.08 seconds (1.3M/s)
54712024-09-09T17:45:15.682Z[ host-image] Sep 09 17:45:14.677 INFO O| Sep 09 17:45:14.677 INFO O| Actions: 1/238 actions (Installing new actions)
54722024-09-09T17:45:15.682Z[ recovery-image] Sep 09 17:45:14.677 INFO O| Sep 09 17:45:14.677 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/has/bin/ex"
54732024-09-09T17:45:15.682Z[ recovery-image] Sep 09 17:45:14.678 INFO O| Sep 09 17:45:14.677 INFO STEP 500 (remove_files) COMPLETE
54742024-09-09T17:45:15.682Z[ recovery-image] Sep 09 17:45:14.678 INFO O| Sep 09 17:45:14.677 INFO STEP 501: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54752024-09-09T17:45:15.691Z[ recovery-image] Sep 09 17:45:14.699 INFO O| Sep 09 17:45:14.699 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/has/bin/pfsh"
54762024-09-09T17:45:15.692Z[ recovery-image] Sep 09 17:45:14.699 INFO O| Sep 09 17:45:14.699 INFO STEP 501 (remove_files) COMPLETE
54772024-09-09T17:45:15.695Z[ recovery-image] Sep 09 17:45:14.699 INFO O| Sep 09 17:45:14.699 INFO STEP 502: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54782024-09-09T17:45:15.712Z[ recovery-image] Sep 09 17:45:14.719 INFO O| Sep 09 17:45:14.719 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/has/bin/sh"
54792024-09-09T17:45:15.712Z[ recovery-image] Sep 09 17:45:14.719 INFO O| Sep 09 17:45:14.719 INFO STEP 502 (remove_files) COMPLETE
54802024-09-09T17:45:15.712Z[ recovery-image] Sep 09 17:45:14.719 INFO O| Sep 09 17:45:14.719 INFO STEP 503: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54812024-09-09T17:45:15.734Z[ recovery-image] Sep 09 17:45:14.740 INFO O| Sep 09 17:45:14.740 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/has/bin/vedit"
54822024-09-09T17:45:15.734Z[ recovery-image] Sep 09 17:45:14.740 INFO O| Sep 09 17:45:14.740 INFO STEP 503 (remove_files) COMPLETE
54832024-09-09T17:45:15.734Z[ recovery-image] Sep 09 17:45:14.740 INFO O| Sep 09 17:45:14.740 INFO STEP 504: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54842024-09-09T17:45:15.790Z[ recovery-image] Sep 09 17:45:14.786 INFO O| Sep 09 17:45:14.786 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/has/bin/vi"
54852024-09-09T17:45:15.790Z[ recovery-image] Sep 09 17:45:14.786 INFO O| Sep 09 17:45:14.786 INFO STEP 504 (remove_files) COMPLETE
54862024-09-09T17:45:15.790Z[ recovery-image] Sep 09 17:45:14.786 INFO O| Sep 09 17:45:14.786 INFO STEP 505: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54872024-09-09T17:45:15.799Z[ recovery-image] Sep 09 17:45:14.806 INFO O| Sep 09 17:45:14.805 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/has/bin/view"
54882024-09-09T17:45:15.799Z[ recovery-image] Sep 09 17:45:14.806 INFO O| Sep 09 17:45:14.806 INFO STEP 505 (remove_files) COMPLETE
54892024-09-09T17:45:15.799Z[ recovery-image] Sep 09 17:45:14.806 INFO O| Sep 09 17:45:14.806 INFO STEP 506: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54902024-09-09T17:45:15.817Z[ recovery-image] Sep 09 17:45:14.824 INFO O| Sep 09 17:45:14.824 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/amd64/logindmux"
54912024-09-09T17:45:15.820Z[ recovery-image] Sep 09 17:45:14.825 INFO O| Sep 09 17:45:14.824 INFO STEP 506 (remove_files) COMPLETE
54922024-09-09T17:45:15.820Z[ recovery-image] Sep 09 17:45:14.825 INFO O| Sep 09 17:45:14.824 INFO STEP 507: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54932024-09-09T17:45:15.837Z[ recovery-image] Sep 09 17:45:14.844 INFO O| Sep 09 17:45:14.844 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/amd64/pool"
54942024-09-09T17:45:15.837Z[ recovery-image] Sep 09 17:45:14.844 INFO O| Sep 09 17:45:14.844 INFO STEP 507 (remove_files) COMPLETE
54952024-09-09T17:45:15.837Z[ recovery-image] Sep 09 17:45:14.844 INFO O| Sep 09 17:45:14.844 INFO STEP 508: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54962024-09-09T17:45:15.855Z[ recovery-image] Sep 09 17:45:14.863 INFO O| Sep 09 17:45:14.863 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/amd64/ppt"
54972024-09-09T17:45:15.855Z[ recovery-image] Sep 09 17:45:14.863 INFO O| Sep 09 17:45:14.863 INFO STEP 508 (remove_files) COMPLETE
54982024-09-09T17:45:15.855Z[ recovery-image] Sep 09 17:45:14.863 INFO O| Sep 09 17:45:14.863 INFO STEP 509: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54992024-09-09T17:45:15.889Z[ recovery-image] Sep 09 17:45:14.895 INFO O| Sep 09 17:45:14.894 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/amd64/ptm"
55002024-09-09T17:45:15.889Z[ recovery-image] Sep 09 17:45:14.895 INFO O| Sep 09 17:45:14.895 INFO STEP 509 (remove_files) COMPLETE
55012024-09-09T17:45:15.889Z[ recovery-image] Sep 09 17:45:14.895 INFO O| Sep 09 17:45:14.895 INFO STEP 510: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55022024-09-09T17:45:15.924Z[ recovery-image] Sep 09 17:45:14.931 INFO O| Sep 09 17:45:14.930 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/amd64/pts"
55032024-09-09T17:45:15.925Z[ recovery-image] Sep 09 17:45:14.931 INFO O| Sep 09 17:45:14.931 INFO STEP 510 (remove_files) COMPLETE
55042024-09-09T17:45:15.925Z[ recovery-image] Sep 09 17:45:14.931 INFO O| Sep 09 17:45:14.931 INFO STEP 511: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55052024-09-09T17:45:15.951Z[ recovery-image] Sep 09 17:45:14.958 INFO O| Sep 09 17:45:14.958 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/amd64/vmm"
55062024-09-09T17:45:15.951Z[ recovery-image] Sep 09 17:45:14.958 INFO O| Sep 09 17:45:14.958 INFO STEP 511 (remove_files) COMPLETE
55072024-09-09T17:45:15.951Z[ recovery-image] Sep 09 17:45:14.958 INFO O| Sep 09 17:45:14.958 INFO STEP 512: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55082024-09-09T17:45:15.971Z[ recovery-image] Sep 09 17:45:14.978 INFO O| Sep 09 17:45:14.978 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/amd64/zcons"
55092024-09-09T17:45:15.971Z[ recovery-image] Sep 09 17:45:14.978 INFO O| Sep 09 17:45:14.978 INFO STEP 512 (remove_files) COMPLETE
55102024-09-09T17:45:15.971Z[ recovery-image] Sep 09 17:45:14.978 INFO O| Sep 09 17:45:14.978 INFO STEP 513: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55112024-09-09T17:45:15.990Z[ recovery-image] Sep 09 17:45:14.997 INFO O| Sep 09 17:45:14.997 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/fssnap.conf"
55122024-09-09T17:45:15.990Z[ recovery-image] Sep 09 17:45:14.997 INFO O| Sep 09 17:45:14.997 INFO STEP 513 (remove_files) COMPLETE
55132024-09-09T17:45:15.990Z[ recovery-image] Sep 09 17:45:14.997 INFO O| Sep 09 17:45:14.997 INFO STEP 514: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55142024-09-09T17:45:16.010Z[ recovery-image] Sep 09 17:45:15.017 INFO O| Sep 09 17:45:15.017 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/ksyms.conf"
55152024-09-09T17:45:16.010Z[ recovery-image] Sep 09 17:45:15.017 INFO O| Sep 09 17:45:15.017 INFO STEP 514 (remove_files) COMPLETE
55162024-09-09T17:45:16.010Z[ recovery-image] Sep 09 17:45:15.017 INFO O| Sep 09 17:45:15.017 INFO STEP 515: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55172024-09-09T17:45:16.028Z[ recovery-image] Sep 09 17:45:15.035 INFO O| Sep 09 17:45:15.035 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/logindmux.conf"
55182024-09-09T17:45:16.028Z[ recovery-image] Sep 09 17:45:15.035 INFO O| Sep 09 17:45:15.035 INFO STEP 515 (remove_files) COMPLETE
55192024-09-09T17:45:16.028Z[ recovery-image] Sep 09 17:45:15.035 INFO O| Sep 09 17:45:15.035 INFO STEP 516: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55202024-09-09T17:45:16.067Z[ recovery-image] Sep 09 17:45:15.074 INFO O| Sep 09 17:45:15.074 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/nsmb.conf"
55212024-09-09T17:45:16.067Z[ recovery-image] Sep 09 17:45:15.074 INFO O| Sep 09 17:45:15.074 INFO STEP 516 (remove_files) COMPLETE
55222024-09-09T17:45:16.070Z[ recovery-image] Sep 09 17:45:15.074 INFO O| Sep 09 17:45:15.074 INFO STEP 517: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55232024-09-09T17:45:16.082Z[ host-image] Sep 09 17:45:15.089 INFO O| Sep 09 17:45:15.089 INFO O| Actions: Completed 238 actions in 0.41 seconds.
55242024-09-09T17:45:16.087Z[ recovery-image] Sep 09 17:45:15.095 INFO O| Sep 09 17:45:15.095 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/pool.conf"
55252024-09-09T17:45:16.087Z[ recovery-image] Sep 09 17:45:15.095 INFO O| Sep 09 17:45:15.095 INFO STEP 517 (remove_files) COMPLETE
55262024-09-09T17:45:16.087Z[ recovery-image] Sep 09 17:45:15.095 INFO O| Sep 09 17:45:15.095 INFO STEP 518: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55272024-09-09T17:45:16.107Z[ recovery-image] Sep 09 17:45:15.114 INFO O| Sep 09 17:45:15.114 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/ppt.conf"
55282024-09-09T17:45:16.107Z[ recovery-image] Sep 09 17:45:15.114 INFO O| Sep 09 17:45:15.114 INFO STEP 518 (remove_files) COMPLETE
55292024-09-09T17:45:16.107Z[ recovery-image] Sep 09 17:45:15.114 INFO O| Sep 09 17:45:15.114 INFO STEP 519: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55302024-09-09T17:45:16.126Z[ recovery-image] Sep 09 17:45:15.133 INFO O| Sep 09 17:45:15.133 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/ptm.conf"
55312024-09-09T17:45:16.126Z[ recovery-image] Sep 09 17:45:15.133 INFO O| Sep 09 17:45:15.133 INFO STEP 519 (remove_files) COMPLETE
55322024-09-09T17:45:16.126Z[ recovery-image] Sep 09 17:45:15.133 INFO O| Sep 09 17:45:15.133 INFO STEP 520: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55332024-09-09T17:45:16.144Z[ recovery-image] Sep 09 17:45:15.152 INFO O| Sep 09 17:45:15.151 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/pts.conf"
55342024-09-09T17:45:16.144Z[ recovery-image] Sep 09 17:45:15.152 INFO O| Sep 09 17:45:15.152 INFO STEP 520 (remove_files) COMPLETE
55352024-09-09T17:45:16.148Z[ recovery-image] Sep 09 17:45:15.152 INFO O| Sep 09 17:45:15.152 INFO STEP 521: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55362024-09-09T17:45:16.163Z[ recovery-image] Sep 09 17:45:15.170 INFO O| Sep 09 17:45:15.170 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/signalfd.conf"
55372024-09-09T17:45:16.163Z[ recovery-image] Sep 09 17:45:15.170 INFO O| Sep 09 17:45:15.170 INFO STEP 521 (remove_files) COMPLETE
55382024-09-09T17:45:16.166Z[ recovery-image] Sep 09 17:45:15.171 INFO O| Sep 09 17:45:15.170 INFO STEP 522: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55392024-09-09T17:45:16.182Z[ recovery-image] Sep 09 17:45:15.189 INFO O| Sep 09 17:45:15.189 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/smbsrv.conf"
55402024-09-09T17:45:16.182Z[ recovery-image] Sep 09 17:45:15.189 INFO O| Sep 09 17:45:15.189 INFO STEP 522 (remove_files) COMPLETE
55412024-09-09T17:45:16.184Z[ recovery-image] Sep 09 17:45:15.189 INFO O| Sep 09 17:45:15.189 INFO STEP 523: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55422024-09-09T17:45:16.268Z[ recovery-image] Sep 09 17:45:15.275 INFO O| Sep 09 17:45:15.275 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/timerfd.conf"
55432024-09-09T17:45:16.272Z[ recovery-image] Sep 09 17:45:15.275 INFO O| Sep 09 17:45:15.275 INFO STEP 523 (remove_files) COMPLETE
55442024-09-09T17:45:16.272Z[ recovery-image] Sep 09 17:45:15.275 INFO O| Sep 09 17:45:15.275 INFO STEP 524: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55452024-09-09T17:45:16.289Z[ recovery-image] Sep 09 17:45:15.296 INFO O| Sep 09 17:45:15.296 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/viona.conf"
55462024-09-09T17:45:16.293Z[ recovery-image] Sep 09 17:45:15.297 INFO O| Sep 09 17:45:15.296 INFO STEP 524 (remove_files) COMPLETE
55472024-09-09T17:45:16.293Z[ recovery-image] Sep 09 17:45:15.297 INFO O| Sep 09 17:45:15.297 INFO STEP 525: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55482024-09-09T17:45:16.308Z[ recovery-image] Sep 09 17:45:15.315 INFO O| Sep 09 17:45:15.315 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/vmm.conf"
55492024-09-09T17:45:16.323Z[ recovery-image] Sep 09 17:45:15.315 INFO O| Sep 09 17:45:15.315 INFO STEP 525 (remove_files) COMPLETE
55502024-09-09T17:45:16.323Z[ recovery-image] Sep 09 17:45:15.315 INFO O| Sep 09 17:45:15.315 INFO STEP 526: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55512024-09-09T17:45:16.334Z[ recovery-image] Sep 09 17:45:15.341 INFO O| Sep 09 17:45:15.341 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/exec/amd64/javaexec"
55522024-09-09T17:45:16.334Z[ recovery-image] Sep 09 17:45:15.341 INFO O| Sep 09 17:45:15.341 INFO STEP 526 (remove_files) COMPLETE
55532024-09-09T17:45:16.337Z[ recovery-image] Sep 09 17:45:15.341 INFO O| Sep 09 17:45:15.341 INFO STEP 527: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55542024-09-09T17:45:16.356Z[ recovery-image] Sep 09 17:45:15.362 INFO O| Sep 09 17:45:15.362 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/exec/amd64/shbinexec"
55552024-09-09T17:45:16.356Z[ recovery-image] Sep 09 17:45:15.362 INFO O| Sep 09 17:45:15.362 INFO STEP 527 (remove_files) COMPLETE
55562024-09-09T17:45:16.362Z[ recovery-image] Sep 09 17:45:15.363 INFO O| Sep 09 17:45:15.362 INFO STEP 528: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55572024-09-09T17:45:16.375Z[ recovery-image] Sep 09 17:45:15.383 INFO O| Sep 09 17:45:15.383 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/fs/amd64/pcfs"
55582024-09-09T17:45:16.391Z[ recovery-image] Sep 09 17:45:15.383 INFO O| Sep 09 17:45:15.383 INFO STEP 528 (remove_files) COMPLETE
55592024-09-09T17:45:16.391Z[ recovery-image] Sep 09 17:45:15.383 INFO O| Sep 09 17:45:15.383 INFO STEP 529: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55602024-09-09T17:45:16.396Z[ recovery-image] Sep 09 17:45:15.403 INFO O| Sep 09 17:45:15.403 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/fs/amd64/smbfs"
55612024-09-09T17:45:16.399Z[ recovery-image] Sep 09 17:45:15.403 INFO O| Sep 09 17:45:15.403 INFO STEP 529 (remove_files) COMPLETE
55622024-09-09T17:45:16.399Z[ recovery-image] Sep 09 17:45:15.403 INFO O| Sep 09 17:45:15.403 INFO STEP 530: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55632024-09-09T17:45:16.421Z[ recovery-image] Sep 09 17:45:15.424 INFO O| Sep 09 17:45:15.424 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/kmdb/amd64/nsmb"
55642024-09-09T17:45:16.421Z[ recovery-image] Sep 09 17:45:15.425 INFO O| Sep 09 17:45:15.425 INFO STEP 530 (remove_files) COMPLETE
55652024-09-09T17:45:16.428Z[ recovery-image] Sep 09 17:45:15.425 INFO O| Sep 09 17:45:15.425 INFO STEP 531: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55662024-09-09T17:45:16.453Z[ recovery-image] Sep 09 17:45:15.460 INFO O| Sep 09 17:45:15.460 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/kmdb/amd64/smbfs"
55672024-09-09T17:45:16.453Z[ recovery-image] Sep 09 17:45:15.460 INFO O| Sep 09 17:45:15.460 INFO STEP 531 (remove_files) COMPLETE
55682024-09-09T17:45:16.453Z[ recovery-image] Sep 09 17:45:15.460 INFO O| Sep 09 17:45:15.460 INFO STEP 532: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55692024-09-09T17:45:16.469Z[ recovery-image] Sep 09 17:45:15.476 INFO O| Sep 09 17:45:15.476 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/kmdb/amd64/smbsrv"
55702024-09-09T17:45:16.469Z[ recovery-image] Sep 09 17:45:15.477 INFO O| Sep 09 17:45:15.477 INFO STEP 532 (remove_files) COMPLETE
55712024-09-09T17:45:16.472Z[ recovery-image] Sep 09 17:45:15.477 INFO O| Sep 09 17:45:15.477 INFO STEP 533: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55722024-09-09T17:45:16.503Z[ host-image] Sep 09 17:45:15.511 INFO O| Sep 09 17:45:15.511 INFO O| Done
55732024-09-09T17:45:16.504Z[ host-image] Sep 09 17:45:15.511 INFO O| Sep 09 17:45:15.511 INFO O| Done
55742024-09-09T17:45:16.507Z[ recovery-image] Sep 09 17:45:15.514 INFO O| Sep 09 17:45:15.514 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/misc/amd64/vmm_vtd"
55752024-09-09T17:45:16.507Z[ recovery-image] Sep 09 17:45:15.514 INFO O| Sep 09 17:45:15.514 INFO STEP 533 (remove_files) COMPLETE
55762024-09-09T17:45:16.510Z[ recovery-image] Sep 09 17:45:15.514 INFO O| Sep 09 17:45:15.514 INFO STEP 534: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55772024-09-09T17:45:16.526Z[ recovery-image] Sep 09 17:45:15.533 INFO O| Sep 09 17:45:15.533 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/pcbe/amd64/pcbe.GenuineIntel.15"
55782024-09-09T17:45:16.526Z[ recovery-image] Sep 09 17:45:15.534 INFO O| Sep 09 17:45:15.533 INFO STEP 534 (remove_files) COMPLETE
55792024-09-09T17:45:16.529Z[ recovery-image] Sep 09 17:45:15.534 INFO O| Sep 09 17:45:15.534 INFO STEP 535: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55802024-09-09T17:45:16.560Z[ recovery-image] Sep 09 17:45:15.567 INFO O| Sep 09 17:45:15.567 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/pcbe/amd64/pcbe.GenuineIntel.6.15"
55812024-09-09T17:45:16.560Z[ recovery-image] Sep 09 17:45:15.567 INFO O| Sep 09 17:45:15.567 INFO STEP 535 (remove_files) COMPLETE
55822024-09-09T17:45:16.560Z[ recovery-image] Sep 09 17:45:15.567 INFO O| Sep 09 17:45:15.567 INFO STEP 536: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55832024-09-09T17:45:16.596Z[ recovery-image] Sep 09 17:45:15.603 INFO O| Sep 09 17:45:15.603 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/sched/amd64/IA"
55842024-09-09T17:45:16.596Z[ recovery-image] Sep 09 17:45:15.603 INFO O| Sep 09 17:45:15.603 INFO STEP 536 (remove_files) COMPLETE
55852024-09-09T17:45:16.599Z[ recovery-image] Sep 09 17:45:15.603 INFO O| Sep 09 17:45:15.603 INFO STEP 537: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55862024-09-09T17:45:16.634Z[ recovery-image] Sep 09 17:45:15.641 INFO O| Sep 09 17:45:15.641 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/sched/amd64/RT"
55872024-09-09T17:45:16.634Z[ recovery-image] Sep 09 17:45:15.641 INFO O| Sep 09 17:45:15.641 INFO STEP 537 (remove_files) COMPLETE
55882024-09-09T17:45:16.637Z[ recovery-image] Sep 09 17:45:15.641 INFO O| Sep 09 17:45:15.641 INFO STEP 538: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55892024-09-09T17:45:16.661Z[ recovery-image] Sep 09 17:45:15.668 INFO O| Sep 09 17:45:15.668 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/sched/amd64/RT_DPTBL"
55902024-09-09T17:45:16.687Z[ recovery-image] Sep 09 17:45:15.694 INFO O| Sep 09 17:45:15.694 INFO STEP 538 (remove_files) COMPLETE
55912024-09-09T17:45:16.690Z[ recovery-image] Sep 09 17:45:15.694 INFO O| Sep 09 17:45:15.694 INFO STEP 539: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55922024-09-09T17:45:16.719Z[ recovery-image] Sep 09 17:45:15.726 INFO O| Sep 09 17:45:15.726 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/strmod/amd64/cryptmod"
55932024-09-09T17:45:16.719Z[ recovery-image] Sep 09 17:45:15.726 INFO O| Sep 09 17:45:15.726 INFO STEP 539 (remove_files) COMPLETE
55942024-09-09T17:45:16.723Z[ recovery-image] Sep 09 17:45:15.726 INFO O| Sep 09 17:45:15.726 INFO STEP 540: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55952024-09-09T17:45:16.738Z[ recovery-image] Sep 09 17:45:15.745 INFO O| Sep 09 17:45:15.745 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/strmod/amd64/rlmod"
55962024-09-09T17:45:16.739Z[ recovery-image] Sep 09 17:45:15.746 INFO O| Sep 09 17:45:15.746 INFO STEP 540 (remove_files) COMPLETE
55972024-09-09T17:45:16.739Z[ recovery-image] Sep 09 17:45:15.746 INFO O| Sep 09 17:45:15.746 INFO STEP 541: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55982024-09-09T17:45:16.757Z[ recovery-image] Sep 09 17:45:15.765 INFO O| Sep 09 17:45:15.764 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/strmod/amd64/telmod"
55992024-09-09T17:45:16.758Z[ recovery-image] Sep 09 17:45:15.765 INFO O| Sep 09 17:45:15.765 INFO STEP 541 (remove_files) COMPLETE
56002024-09-09T17:45:16.758Z[ recovery-image] Sep 09 17:45:15.765 INFO O| Sep 09 17:45:15.765 INFO STEP 542: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56012024-09-09T17:45:16.778Z[ recovery-image] Sep 09 17:45:15.785 INFO O| Sep 09 17:45:15.785 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/sys/amd64/acctctl"
56022024-09-09T17:45:16.779Z[ recovery-image] Sep 09 17:45:15.786 INFO O| Sep 09 17:45:15.786 INFO STEP 542 (remove_files) COMPLETE
56032024-09-09T17:45:16.782Z[ recovery-image] Sep 09 17:45:15.786 INFO O| Sep 09 17:45:15.786 INFO STEP 543: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56042024-09-09T17:45:16.799Z[ recovery-image] Sep 09 17:45:15.806 INFO O| Sep 09 17:45:15.806 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/sys/amd64/exacctsys"
56052024-09-09T17:45:16.799Z[ recovery-image] Sep 09 17:45:15.806 INFO O| Sep 09 17:45:15.806 INFO STEP 543 (remove_files) COMPLETE
56062024-09-09T17:45:16.799Z[ recovery-image] Sep 09 17:45:15.806 INFO O| Sep 09 17:45:15.806 INFO STEP 544: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56072024-09-09T17:45:16.819Z[ recovery-image] Sep 09 17:45:15.827 INFO O| Sep 09 17:45:15.826 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/sys/amd64/sysacct"
56082024-09-09T17:45:16.819Z[ recovery-image] Sep 09 17:45:15.827 INFO O| Sep 09 17:45:15.827 INFO STEP 544 (remove_files) COMPLETE
56092024-09-09T17:45:16.822Z[ recovery-image] Sep 09 17:45:15.827 INFO O| Sep 09 17:45:15.827 INFO STEP 545: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56102024-09-09T17:45:16.851Z[ recovery-image] Sep 09 17:45:15.858 INFO O| Sep 09 17:45:15.858 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kvm/README"
56112024-09-09T17:45:16.854Z[ recovery-image] Sep 09 17:45:15.858 INFO O| Sep 09 17:45:15.858 INFO STEP 545 (remove_files) COMPLETE
56122024-09-09T17:45:16.854Z[ recovery-image] Sep 09 17:45:15.859 INFO O| Sep 09 17:45:15.858 INFO STEP 546: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56132024-09-09T17:45:16.868Z[ recovery-image] Sep 09 17:45:15.875 INFO O| Sep 09 17:45:15.875 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/abi/spec2map"
56142024-09-09T17:45:16.871Z[ recovery-image] Sep 09 17:45:15.875 INFO O| Sep 09 17:45:15.875 INFO STEP 546 (remove_files) COMPLETE
56152024-09-09T17:45:16.871Z[ recovery-image] Sep 09 17:45:15.875 INFO O| Sep 09 17:45:15.875 INFO STEP 547: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56162024-09-09T17:45:16.886Z[ recovery-image] Sep 09 17:45:15.894 INFO O| Sep 09 17:45:15.893 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/abi/spec2trace"
56172024-09-09T17:45:16.889Z[ recovery-image] Sep 09 17:45:15.894 INFO O| Sep 09 17:45:15.894 INFO STEP 547 (remove_files) COMPLETE
56182024-09-09T17:45:16.889Z[ recovery-image] Sep 09 17:45:15.894 INFO O| Sep 09 17:45:15.894 INFO STEP 548: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56192024-09-09T17:45:16.905Z[ recovery-image] Sep 09 17:45:15.912 INFO O| Sep 09 17:45:15.912 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/adb/adbgen"
56202024-09-09T17:45:16.908Z[ recovery-image] Sep 09 17:45:15.912 INFO O| Sep 09 17:45:15.912 INFO STEP 548 (remove_files) COMPLETE
56212024-09-09T17:45:16.908Z[ recovery-image] Sep 09 17:45:15.912 INFO O| Sep 09 17:45:15.912 INFO STEP 549: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56222024-09-09T17:45:16.939Z[ recovery-image] Sep 09 17:45:15.946 INFO O| Sep 09 17:45:15.946 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/adb/adbgen1"
56232024-09-09T17:45:16.939Z[ recovery-image] Sep 09 17:45:15.946 INFO O| Sep 09 17:45:15.946 INFO STEP 549 (remove_files) COMPLETE
56242024-09-09T17:45:16.939Z[ recovery-image] Sep 09 17:45:15.946 INFO O| Sep 09 17:45:15.946 INFO STEP 550: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56252024-09-09T17:45:16.958Z[ recovery-image] Sep 09 17:45:15.964 INFO O| Sep 09 17:45:15.964 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/adb/adbgen3"
56262024-09-09T17:45:16.958Z[ recovery-image] Sep 09 17:45:15.964 INFO O| Sep 09 17:45:15.964 INFO STEP 550 (remove_files) COMPLETE
56272024-09-09T17:45:16.958Z[ recovery-image] Sep 09 17:45:15.964 INFO O| Sep 09 17:45:15.964 INFO STEP 551: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56282024-09-09T17:45:16.981Z[ recovery-image] Sep 09 17:45:15.988 INFO O| Sep 09 17:45:15.988 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/adb/adbgen4"
56292024-09-09T17:45:16.981Z[ recovery-image] Sep 09 17:45:15.988 INFO O| Sep 09 17:45:15.988 INFO STEP 551 (remove_files) COMPLETE
56302024-09-09T17:45:16.984Z[ recovery-image] Sep 09 17:45:15.988 INFO O| Sep 09 17:45:15.988 INFO STEP 552: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56312024-09-09T17:45:17.002Z[ recovery-image] Sep 09 17:45:16.009 INFO O| Sep 09 17:45:16.009 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/adb/adbsub.o"
56322024-09-09T17:45:17.002Z[ recovery-image] Sep 09 17:45:16.009 INFO O| Sep 09 17:45:16.009 INFO STEP 552 (remove_files) COMPLETE
56332024-09-09T17:45:17.005Z[ recovery-image] Sep 09 17:45:16.009 INFO O| Sep 09 17:45:16.009 INFO STEP 553: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56342024-09-09T17:45:17.116Z[ recovery-image] Sep 09 17:45:16.123 INFO O| Sep 09 17:45:16.123 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/adb/amd64/adbsub.o"
56352024-09-09T17:45:17.119Z[ recovery-image] Sep 09 17:45:16.123 INFO O| Sep 09 17:45:16.123 INFO STEP 553 (remove_files) COMPLETE
56362024-09-09T17:45:17.119Z[ recovery-image] Sep 09 17:45:16.123 INFO O| Sep 09 17:45:16.123 INFO STEP 554: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56372024-09-09T17:45:17.135Z[ recovery-image] Sep 09 17:45:16.142 INFO O| Sep 09 17:45:16.142 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/0@0.so.1"
56382024-09-09T17:45:17.156Z[ recovery-image] Sep 09 17:45:16.163 INFO O| Sep 09 17:45:16.163 INFO STEP 554 (remove_files) COMPLETE
56392024-09-09T17:45:17.157Z[ recovery-image] Sep 09 17:45:16.163 INFO O| Sep 09 17:45:16.163 INFO STEP 555: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56402024-09-09T17:45:17.213Z[ recovery-image] Sep 09 17:45:16.219 INFO O| Sep 09 17:45:16.219 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/Makefile.inc"
56412024-09-09T17:45:17.272Z[ recovery-image] Sep 09 17:45:16.279 INFO O| Sep 09 17:45:16.279 INFO STEP 555 (remove_files) COMPLETE
56422024-09-09T17:45:17.272Z[ recovery-image] Sep 09 17:45:16.279 INFO O| Sep 09 17:45:16.279 INFO STEP 556: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56432024-09-09T17:45:17.294Z[ recovery-image] Sep 09 17:45:16.301 INFO O| Sep 09 17:45:16.301 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/accept"
56442024-09-09T17:45:17.323Z[ recovery-image] Sep 09 17:45:16.330 INFO O| Sep 09 17:45:16.330 INFO STEP 556 (remove_files) COMPLETE
56452024-09-09T17:45:17.323Z[ recovery-image] Sep 09 17:45:16.330 INFO O| Sep 09 17:45:16.330 INFO STEP 557: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56462024-09-09T17:45:17.332Z[ host-image] Sep 09 17:45:16.339 INFO O| Sep 09 17:45:16.339 INFO O| Done
56472024-09-09T17:45:17.424Z[ recovery-image] Sep 09 17:45:16.431 INFO O| Sep 09 17:45:16.431 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/basename"
56482024-09-09T17:45:17.424Z[ recovery-image] Sep 09 17:45:16.431 INFO O| Sep 09 17:45:16.431 INFO STEP 557 (remove_files) COMPLETE
56492024-09-09T17:45:17.427Z[ recovery-image] Sep 09 17:45:16.431 INFO O| Sep 09 17:45:16.431 INFO STEP 558: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56502024-09-09T17:45:17.468Z[ recovery-image] Sep 09 17:45:16.475 INFO O| Sep 09 17:45:16.475 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/csv"
56512024-09-09T17:45:17.468Z[ recovery-image] Sep 09 17:45:16.475 INFO O| Sep 09 17:45:16.475 INFO STEP 558 (remove_files) COMPLETE
56522024-09-09T17:45:17.471Z[ recovery-image] Sep 09 17:45:16.475 INFO O| Sep 09 17:45:16.475 INFO STEP 559: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56532024-09-09T17:45:17.488Z[ recovery-image] Sep 09 17:45:16.495 INFO O| Sep 09 17:45:16.495 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/cut"
56542024-09-09T17:45:17.491Z[ recovery-image] Sep 09 17:45:16.495 INFO O| Sep 09 17:45:16.495 INFO STEP 559 (remove_files) COMPLETE
56552024-09-09T17:45:17.491Z[ recovery-image] Sep 09 17:45:16.496 INFO O| Sep 09 17:45:16.495 INFO STEP 560: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56562024-09-09T17:45:17.508Z[ recovery-image] Sep 09 17:45:16.514 INFO O| Sep 09 17:45:16.514 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/dirname"
56572024-09-09T17:45:17.508Z[ recovery-image] Sep 09 17:45:16.514 INFO O| Sep 09 17:45:16.514 INFO STEP 560 (remove_files) COMPLETE
56582024-09-09T17:45:17.511Z[ recovery-image] Sep 09 17:45:16.515 INFO O| Sep 09 17:45:16.514 INFO STEP 561: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56592024-09-09T17:45:17.550Z[ recovery-image] Sep 09 17:45:16.557 INFO O| Sep 09 17:45:16.557 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/fdflags"
56602024-09-09T17:45:17.550Z[ recovery-image] Sep 09 17:45:16.557 INFO O| Sep 09 17:45:16.557 INFO STEP 561 (remove_files) COMPLETE
56612024-09-09T17:45:17.550Z[ recovery-image] Sep 09 17:45:16.557 INFO O| Sep 09 17:45:16.557 INFO STEP 562: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56622024-09-09T17:45:17.585Z[ recovery-image] Sep 09 17:45:16.592 INFO O| Sep 09 17:45:16.592 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/finfo"
56632024-09-09T17:45:17.588Z[ recovery-image] Sep 09 17:45:16.592 INFO O| Sep 09 17:45:16.592 INFO STEP 562 (remove_files) COMPLETE
56642024-09-09T17:45:17.588Z[ recovery-image] Sep 09 17:45:16.592 INFO O| Sep 09 17:45:16.592 INFO STEP 563: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56652024-09-09T17:45:17.604Z[ recovery-image] Sep 09 17:45:16.611 INFO O| Sep 09 17:45:16.611 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/head"
56662024-09-09T17:45:17.604Z[ recovery-image] Sep 09 17:45:16.611 INFO O| Sep 09 17:45:16.611 INFO STEP 563 (remove_files) COMPLETE
56672024-09-09T17:45:17.604Z[ recovery-image] Sep 09 17:45:16.611 INFO O| Sep 09 17:45:16.611 INFO STEP 564: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56682024-09-09T17:45:17.649Z[ recovery-image] Sep 09 17:45:16.656 INFO O| Sep 09 17:45:16.656 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/id"
56692024-09-09T17:45:17.649Z[ recovery-image] Sep 09 17:45:16.656 INFO O| Sep 09 17:45:16.656 INFO STEP 564 (remove_files) COMPLETE
56702024-09-09T17:45:17.653Z[ recovery-image] Sep 09 17:45:16.656 INFO O| Sep 09 17:45:16.656 INFO STEP 565: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56712024-09-09T17:45:17.670Z[ recovery-image] Sep 09 17:45:16.677 INFO O| Sep 09 17:45:16.677 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/ln"
56722024-09-09T17:45:17.670Z[ recovery-image] Sep 09 17:45:16.677 INFO O| Sep 09 17:45:16.677 INFO STEP 565 (remove_files) COMPLETE
56732024-09-09T17:45:17.678Z[ recovery-image] Sep 09 17:45:16.677 INFO O| Sep 09 17:45:16.677 INFO STEP 566: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56742024-09-09T17:45:17.706Z[ recovery-image] Sep 09 17:45:16.713 INFO O| Sep 09 17:45:16.713 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/loadables.h"
56752024-09-09T17:45:17.709Z[ recovery-image] Sep 09 17:45:16.713 INFO O| Sep 09 17:45:16.713 INFO STEP 566 (remove_files) COMPLETE
56762024-09-09T17:45:17.709Z[ recovery-image] Sep 09 17:45:16.713 INFO O| Sep 09 17:45:16.713 INFO STEP 567: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56772024-09-09T17:45:17.741Z[ recovery-image] Sep 09 17:45:16.748 INFO O| Sep 09 17:45:16.748 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/logname"
56782024-09-09T17:45:17.742Z[ recovery-image] Sep 09 17:45:16.749 INFO O| Sep 09 17:45:16.748 INFO STEP 567 (remove_files) COMPLETE
56792024-09-09T17:45:17.742Z[ recovery-image] Sep 09 17:45:16.749 INFO O| Sep 09 17:45:16.749 INFO STEP 568: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56802024-09-09T17:45:17.760Z[ recovery-image] Sep 09 17:45:16.767 INFO O| Sep 09 17:45:16.767 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/mkdir"
56812024-09-09T17:45:17.760Z[ recovery-image] Sep 09 17:45:16.767 INFO O| Sep 09 17:45:16.767 INFO STEP 568 (remove_files) COMPLETE
56822024-09-09T17:45:17.764Z[ recovery-image] Sep 09 17:45:16.767 INFO O| Sep 09 17:45:16.767 INFO STEP 569: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56832024-09-09T17:45:17.809Z[ recovery-image] Sep 09 17:45:16.816 INFO O| Sep 09 17:45:16.816 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/mkfifo"
56842024-09-09T17:45:17.812Z[ recovery-image] Sep 09 17:45:16.816 INFO O| Sep 09 17:45:16.816 INFO STEP 569 (remove_files) COMPLETE
56852024-09-09T17:45:17.812Z[ recovery-image] Sep 09 17:45:16.816 INFO O| Sep 09 17:45:16.816 INFO STEP 570: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56862024-09-09T17:45:17.829Z[ recovery-image] Sep 09 17:45:16.836 INFO O| Sep 09 17:45:16.836 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/mktemp"
56872024-09-09T17:45:17.829Z[ recovery-image] Sep 09 17:45:16.836 INFO O| Sep 09 17:45:16.836 INFO STEP 570 (remove_files) COMPLETE
56882024-09-09T17:45:17.832Z[ recovery-image] Sep 09 17:45:16.836 INFO O| Sep 09 17:45:16.836 INFO STEP 571: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56892024-09-09T17:45:17.869Z[ recovery-image] Sep 09 17:45:16.876 INFO O| Sep 09 17:45:16.876 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/mypid"
56902024-09-09T17:45:17.869Z[ recovery-image] Sep 09 17:45:16.876 INFO O| Sep 09 17:45:16.876 INFO STEP 571 (remove_files) COMPLETE
56912024-09-09T17:45:17.869Z[ recovery-image] Sep 09 17:45:16.876 INFO O| Sep 09 17:45:16.876 INFO STEP 572: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56922024-09-09T17:45:17.925Z[ recovery-image] Sep 09 17:45:16.932 INFO O| Sep 09 17:45:16.931 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/pathchk"
56932024-09-09T17:45:17.925Z[ recovery-image] Sep 09 17:45:16.932 INFO O| Sep 09 17:45:16.932 INFO STEP 572 (remove_files) COMPLETE
56942024-09-09T17:45:17.925Z[ recovery-image] Sep 09 17:45:16.932 INFO O| Sep 09 17:45:16.932 INFO STEP 573: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56952024-09-09T17:45:17.983Z[ recovery-image] Sep 09 17:45:16.990 INFO O| Sep 09 17:45:16.990 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/print"
56962024-09-09T17:45:17.984Z[ recovery-image] Sep 09 17:45:16.991 INFO O| Sep 09 17:45:16.990 INFO STEP 573 (remove_files) COMPLETE
56972024-09-09T17:45:17.987Z[ recovery-image] Sep 09 17:45:16.991 INFO O| Sep 09 17:45:16.991 INFO STEP 574: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56982024-09-09T17:45:18.045Z[ recovery-image] Sep 09 17:45:17.052 INFO O| Sep 09 17:45:17.052 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/printenv"
56992024-09-09T17:45:18.045Z[ recovery-image] Sep 09 17:45:17.052 INFO O| Sep 09 17:45:17.052 INFO STEP 574 (remove_files) COMPLETE
57002024-09-09T17:45:18.045Z[ recovery-image] Sep 09 17:45:17.052 INFO O| Sep 09 17:45:17.052 INFO STEP 575: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57012024-09-09T17:45:18.085Z[ recovery-image] Sep 09 17:45:17.092 INFO O| Sep 09 17:45:17.092 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/push"
57022024-09-09T17:45:18.085Z[ recovery-image] Sep 09 17:45:17.092 INFO O| Sep 09 17:45:17.092 INFO STEP 575 (remove_files) COMPLETE
57032024-09-09T17:45:18.088Z[ recovery-image] Sep 09 17:45:17.092 INFO O| Sep 09 17:45:17.092 INFO STEP 576: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57042024-09-09T17:45:18.122Z[ recovery-image] Sep 09 17:45:17.129 INFO O| Sep 09 17:45:17.129 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/realpath"
57052024-09-09T17:45:18.122Z[ recovery-image] Sep 09 17:45:17.129 INFO O| Sep 09 17:45:17.129 INFO STEP 576 (remove_files) COMPLETE
57062024-09-09T17:45:18.126Z[ recovery-image] Sep 09 17:45:17.129 INFO O| Sep 09 17:45:17.129 INFO STEP 577: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57072024-09-09T17:45:18.143Z[ recovery-image] Sep 09 17:45:17.149 INFO O| Sep 09 17:45:17.149 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/rm"
57082024-09-09T17:45:18.143Z[ recovery-image] Sep 09 17:45:17.150 INFO O| Sep 09 17:45:17.149 INFO STEP 577 (remove_files) COMPLETE
57092024-09-09T17:45:18.143Z[ recovery-image] Sep 09 17:45:17.150 INFO O| Sep 09 17:45:17.149 INFO STEP 578: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57102024-09-09T17:45:18.162Z[ recovery-image] Sep 09 17:45:17.169 INFO O| Sep 09 17:45:17.169 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/rmdir"
57112024-09-09T17:45:18.165Z[ recovery-image] Sep 09 17:45:17.170 INFO O| Sep 09 17:45:17.170 INFO STEP 578 (remove_files) COMPLETE
57122024-09-09T17:45:18.165Z[ recovery-image] Sep 09 17:45:17.170 INFO O| Sep 09 17:45:17.170 INFO STEP 579: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57132024-09-09T17:45:18.182Z[ recovery-image] Sep 09 17:45:17.188 INFO O| Sep 09 17:45:17.188 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/seq"
57142024-09-09T17:45:18.182Z[ recovery-image] Sep 09 17:45:17.189 INFO O| Sep 09 17:45:17.189 INFO STEP 579 (remove_files) COMPLETE
57152024-09-09T17:45:18.182Z[ recovery-image] Sep 09 17:45:17.189 INFO O| Sep 09 17:45:17.189 INFO STEP 580: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57162024-09-09T17:45:18.202Z[ recovery-image] Sep 09 17:45:17.209 INFO O| Sep 09 17:45:17.209 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/setpgid"
57172024-09-09T17:45:18.202Z[ recovery-image] Sep 09 17:45:17.209 INFO O| Sep 09 17:45:17.209 INFO STEP 580 (remove_files) COMPLETE
57182024-09-09T17:45:18.202Z[ recovery-image] Sep 09 17:45:17.209 INFO O| Sep 09 17:45:17.209 INFO STEP 581: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57192024-09-09T17:45:18.219Z[ recovery-image] Sep 09 17:45:17.226 INFO O| Sep 09 17:45:17.226 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/sleep"
57202024-09-09T17:45:18.219Z[ recovery-image] Sep 09 17:45:17.226 INFO O| Sep 09 17:45:17.226 INFO STEP 581 (remove_files) COMPLETE
57212024-09-09T17:45:18.219Z[ recovery-image] Sep 09 17:45:17.226 INFO O| Sep 09 17:45:17.226 INFO STEP 582: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57222024-09-09T17:45:18.254Z[ recovery-image] Sep 09 17:45:17.261 INFO O| Sep 09 17:45:17.261 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/strftime"
57232024-09-09T17:45:18.257Z[ recovery-image] Sep 09 17:45:17.261 INFO O| Sep 09 17:45:17.261 INFO STEP 582 (remove_files) COMPLETE
57242024-09-09T17:45:18.257Z[ recovery-image] Sep 09 17:45:17.261 INFO O| Sep 09 17:45:17.261 INFO STEP 583: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57252024-09-09T17:45:18.314Z[ recovery-image] Sep 09 17:45:17.321 INFO O| Sep 09 17:45:17.321 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/sync"
57262024-09-09T17:45:18.314Z[ recovery-image] Sep 09 17:45:17.321 INFO O| Sep 09 17:45:17.321 INFO STEP 583 (remove_files) COMPLETE
57272024-09-09T17:45:18.317Z[ recovery-image] Sep 09 17:45:17.321 INFO O| Sep 09 17:45:17.321 INFO STEP 584: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57282024-09-09T17:45:18.335Z[ recovery-image] Sep 09 17:45:17.342 INFO O| Sep 09 17:45:17.342 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/tee"
57292024-09-09T17:45:18.335Z[ recovery-image] Sep 09 17:45:17.342 INFO O| Sep 09 17:45:17.342 INFO STEP 584 (remove_files) COMPLETE
57302024-09-09T17:45:18.338Z[ recovery-image] Sep 09 17:45:17.342 INFO O| Sep 09 17:45:17.342 INFO STEP 585: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57312024-09-09T17:45:18.363Z[ recovery-image] Sep 09 17:45:17.370 INFO O| Sep 09 17:45:17.370 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/truefalse"
57322024-09-09T17:45:18.363Z[ recovery-image] Sep 09 17:45:17.370 INFO O| Sep 09 17:45:17.370 INFO STEP 585 (remove_files) COMPLETE
57332024-09-09T17:45:18.367Z[ recovery-image] Sep 09 17:45:17.370 INFO O| Sep 09 17:45:17.370 INFO STEP 586: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57342024-09-09T17:45:18.396Z[ recovery-image] Sep 09 17:45:17.403 INFO O| Sep 09 17:45:17.403 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/tty"
57352024-09-09T17:45:18.397Z[ recovery-image] Sep 09 17:45:17.403 INFO O| Sep 09 17:45:17.403 INFO STEP 586 (remove_files) COMPLETE
57362024-09-09T17:45:18.397Z[ recovery-image] Sep 09 17:45:17.403 INFO O| Sep 09 17:45:17.403 INFO STEP 587: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57372024-09-09T17:45:18.416Z[ recovery-image] Sep 09 17:45:17.423 INFO O| Sep 09 17:45:17.423 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/uname"
57382024-09-09T17:45:18.416Z[ recovery-image] Sep 09 17:45:17.423 INFO O| Sep 09 17:45:17.423 INFO STEP 587 (remove_files) COMPLETE
57392024-09-09T17:45:18.419Z[ recovery-image] Sep 09 17:45:17.423 INFO O| Sep 09 17:45:17.423 INFO STEP 588: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57402024-09-09T17:45:18.438Z[ recovery-image] Sep 09 17:45:17.444 INFO O| Sep 09 17:45:17.444 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/unlink"
57412024-09-09T17:45:18.438Z[ recovery-image] Sep 09 17:45:17.445 INFO O| Sep 09 17:45:17.444 INFO STEP 588 (remove_files) COMPLETE
57422024-09-09T17:45:18.438Z[ recovery-image] Sep 09 17:45:17.445 INFO O| Sep 09 17:45:17.445 INFO STEP 589: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57432024-09-09T17:45:18.458Z[ recovery-image] Sep 09 17:45:17.465 INFO O| Sep 09 17:45:17.465 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/whoami"
57442024-09-09T17:45:18.458Z[ recovery-image] Sep 09 17:45:17.465 INFO O| Sep 09 17:45:17.465 INFO STEP 589 (remove_files) COMPLETE
57452024-09-09T17:45:18.462Z[ recovery-image] Sep 09 17:45:17.465 INFO O| Sep 09 17:45:17.465 INFO STEP 590: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57462024-09-09T17:45:18.477Z[ recovery-image] Sep 09 17:45:17.484 INFO O| Sep 09 17:45:17.484 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/cmake/libxml2/libxml2-config.cmake"
57472024-09-09T17:45:18.477Z[ recovery-image] Sep 09 17:45:17.484 INFO O| Sep 09 17:45:17.484 INFO STEP 590 (remove_files) COMPLETE
57482024-09-09T17:45:18.477Z[ recovery-image] Sep 09 17:45:17.484 INFO O| Sep 09 17:45:17.484 INFO STEP 591: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57492024-09-09T17:45:18.517Z[ recovery-image] Sep 09 17:45:17.524 INFO O| Sep 09 17:45:17.524 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/dbus-1.0/include/dbus/dbus-arch-deps.h"
57502024-09-09T17:45:18.520Z[ recovery-image] Sep 09 17:45:17.524 INFO O| Sep 09 17:45:17.524 INFO STEP 591 (remove_files) COMPLETE
57512024-09-09T17:45:18.520Z[ recovery-image] Sep 09 17:45:17.524 INFO O| Sep 09 17:45:17.524 INFO STEP 592: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57522024-09-09T17:45:18.539Z[ recovery-image] Sep 09 17:45:17.546 INFO O| Sep 09 17:45:17.545 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/getloginx.so.1"
57532024-09-09T17:45:18.539Z[ recovery-image] Sep 09 17:45:17.546 INFO O| Sep 09 17:45:17.546 INFO STEP 592 (remove_files) COMPLETE
57542024-09-09T17:45:18.539Z[ recovery-image] Sep 09 17:45:17.546 INFO O| Sep 09 17:45:17.546 INFO STEP 593: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57552024-09-09T17:45:18.591Z[ recovery-image] Sep 09 17:45:17.598 INFO O| Sep 09 17:45:17.598 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/gss/dh1024-0.so.1"
57562024-09-09T17:45:18.594Z[ recovery-image] Sep 09 17:45:17.598 INFO O| Sep 09 17:45:17.598 INFO STEP 593 (remove_files) COMPLETE
57572024-09-09T17:45:18.594Z[ recovery-image] Sep 09 17:45:17.598 INFO O| Sep 09 17:45:17.598 INFO STEP 594: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57582024-09-09T17:45:18.609Z[ recovery-image] Sep 09 17:45:17.617 INFO O| Sep 09 17:45:17.616 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/gss/dh640-0.so.1"
57592024-09-09T17:45:18.610Z[ recovery-image] Sep 09 17:45:17.617 INFO O| Sep 09 17:45:17.617 INFO STEP 594 (remove_files) COMPLETE
57602024-09-09T17:45:18.610Z[ recovery-image] Sep 09 17:45:17.617 INFO O| Sep 09 17:45:17.617 INFO STEP 595: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57612024-09-09T17:45:18.641Z[ recovery-image] Sep 09 17:45:17.648 INFO O| Sep 09 17:45:17.648 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/gss/mech_dh.so.1"
57622024-09-09T17:45:18.644Z[ recovery-image] Sep 09 17:45:17.648 INFO O| Sep 09 17:45:17.648 INFO STEP 595 (remove_files) COMPLETE
57632024-09-09T17:45:18.644Z[ recovery-image] Sep 09 17:45:17.649 INFO O| Sep 09 17:45:17.649 INFO STEP 596: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57642024-09-09T17:45:18.698Z[ recovery-image] Sep 09 17:45:17.705 INFO O| Sep 09 17:45:17.705 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/gss/mech_spnego.so.1"
57652024-09-09T17:45:18.702Z[ recovery-image] Sep 09 17:45:17.706 INFO O| Sep 09 17:45:17.705 INFO STEP 596 (remove_files) COMPLETE
57662024-09-09T17:45:18.702Z[ recovery-image] Sep 09 17:45:17.706 INFO O| Sep 09 17:45:17.706 INFO STEP 597: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57672024-09-09T17:45:18.718Z[ recovery-image] Sep 09 17:45:17.725 INFO O| Sep 09 17:45:17.725 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/lddstub"
57682024-09-09T17:45:18.721Z[ recovery-image] Sep 09 17:45:17.725 INFO O| Sep 09 17:45:17.725 INFO STEP 597 (remove_files) COMPLETE
57692024-09-09T17:45:18.721Z[ recovery-image] Sep 09 17:45:17.725 INFO O| Sep 09 17:45:17.725 INFO STEP 598: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57702024-09-09T17:45:18.738Z[ recovery-image] Sep 09 17:45:17.745 INFO O| Sep 09 17:45:17.744 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/lib9p.so.1"
57712024-09-09T17:45:18.741Z[ recovery-image] Sep 09 17:45:17.745 INFO O| Sep 09 17:45:17.745 INFO STEP 598 (remove_files) COMPLETE
57722024-09-09T17:45:18.741Z[ recovery-image] Sep 09 17:45:17.745 INFO O| Sep 09 17:45:17.745 INFO STEP 599: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57732024-09-09T17:45:18.772Z[ recovery-image] Sep 09 17:45:17.779 INFO O| Sep 09 17:45:17.779 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libads.so.1"
57742024-09-09T17:45:18.772Z[ recovery-image] Sep 09 17:45:17.779 INFO O| Sep 09 17:45:17.779 INFO STEP 599 (remove_files) COMPLETE
57752024-09-09T17:45:18.772Z[ recovery-image] Sep 09 17:45:17.779 INFO O| Sep 09 17:45:17.779 INFO STEP 600: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57762024-09-09T17:45:18.808Z[ recovery-image] Sep 09 17:45:17.815 INFO O| Sep 09 17:45:17.815 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libadutils.so.1"
57772024-09-09T17:45:18.808Z[ recovery-image] Sep 09 17:45:17.815 INFO O| Sep 09 17:45:17.815 INFO STEP 600 (remove_files) COMPLETE
57782024-09-09T17:45:18.808Z[ recovery-image] Sep 09 17:45:17.815 INFO O| Sep 09 17:45:17.815 INFO STEP 601: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57792024-09-09T17:45:18.830Z[ recovery-image] Sep 09 17:45:17.837 INFO O| Sep 09 17:45:17.837 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libbe.so.1"
57802024-09-09T17:45:18.833Z[ recovery-image] Sep 09 17:45:17.837 INFO O| Sep 09 17:45:17.837 INFO STEP 601 (remove_files) COMPLETE
57812024-09-09T17:45:18.833Z[ recovery-image] Sep 09 17:45:17.837 INFO O| Sep 09 17:45:17.837 INFO STEP 602: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57822024-09-09T17:45:18.875Z[ recovery-image] Sep 09 17:45:17.882 INFO O| Sep 09 17:45:17.882 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libbrand.so.1"
57832024-09-09T17:45:18.875Z[ recovery-image] Sep 09 17:45:17.882 INFO O| Sep 09 17:45:17.882 INFO STEP 602 (remove_files) COMPLETE
57842024-09-09T17:45:18.876Z[ recovery-image] Sep 09 17:45:17.882 INFO O| Sep 09 17:45:17.882 INFO STEP 603: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57852024-09-09T17:45:18.907Z[ recovery-image] Sep 09 17:45:17.914 INFO O| Sep 09 17:45:17.913 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libbrotlicommon.so.1.0.9"
57862024-09-09T17:45:18.907Z[ recovery-image] Sep 09 17:45:17.914 INFO O| Sep 09 17:45:17.914 INFO STEP 603 (remove_files) COMPLETE
57872024-09-09T17:45:18.908Z[ recovery-image] Sep 09 17:45:17.914 INFO O| Sep 09 17:45:17.914 INFO STEP 604: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57882024-09-09T17:45:18.925Z[ recovery-image] Sep 09 17:45:17.931 INFO O| Sep 09 17:45:17.931 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libbrotlidec.so.1.0.9"
57892024-09-09T17:45:18.925Z[ recovery-image] Sep 09 17:45:17.931 INFO O| Sep 09 17:45:17.931 INFO STEP 604 (remove_files) COMPLETE
57902024-09-09T17:45:18.925Z[ recovery-image] Sep 09 17:45:17.931 INFO O| Sep 09 17:45:17.931 INFO STEP 605: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57912024-09-09T17:45:18.942Z[ recovery-image] Sep 09 17:45:17.948 INFO O| Sep 09 17:45:17.948 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libbrotlienc.so.1.0.9"
57922024-09-09T17:45:18.942Z[ recovery-image] Sep 09 17:45:17.948 INFO O| Sep 09 17:45:17.948 INFO STEP 605 (remove_files) COMPLETE
57932024-09-09T17:45:18.942Z[ recovery-image] Sep 09 17:45:17.948 INFO O| Sep 09 17:45:17.948 INFO STEP 606: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57942024-09-09T17:45:18.959Z[ recovery-image] Sep 09 17:45:17.965 INFO O| Sep 09 17:45:17.965 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libbsdmalloc.so.1"
57952024-09-09T17:45:18.959Z[ recovery-image] Sep 09 17:45:17.965 INFO O| Sep 09 17:45:17.965 INFO STEP 606 (remove_files) COMPLETE
57962024-09-09T17:45:18.959Z[ recovery-image] Sep 09 17:45:17.965 INFO O| Sep 09 17:45:17.965 INFO STEP 607: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57972024-09-09T17:45:18.983Z[ recovery-image] Sep 09 17:45:17.990 INFO O| Sep 09 17:45:17.990 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libbz2.so.1.0.8"
57982024-09-09T17:45:18.983Z[ recovery-image] Sep 09 17:45:17.990 INFO O| Sep 09 17:45:17.990 INFO STEP 607 (remove_files) COMPLETE
57992024-09-09T17:45:18.987Z[ recovery-image] Sep 09 17:45:17.990 INFO O| Sep 09 17:45:17.990 INFO STEP 608: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58002024-09-09T17:45:19.003Z[ recovery-image] Sep 09 17:45:18.010 INFO O| Sep 09 17:45:18.010 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libcommputil.so.1"
58012024-09-09T17:45:19.003Z[ recovery-image] Sep 09 17:45:18.010 INFO O| Sep 09 17:45:18.010 INFO STEP 608 (remove_files) COMPLETE
58022024-09-09T17:45:19.003Z[ recovery-image] Sep 09 17:45:18.010 INFO O| Sep 09 17:45:18.010 INFO STEP 609: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58032024-09-09T17:45:19.023Z[ recovery-image] Sep 09 17:45:18.029 INFO O| Sep 09 17:45:18.028 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libcpc.so.1"
58042024-09-09T17:45:19.023Z[ recovery-image] Sep 09 17:45:18.029 INFO O| Sep 09 17:45:18.029 INFO STEP 609 (remove_files) COMPLETE
58052024-09-09T17:45:19.023Z[ recovery-image] Sep 09 17:45:18.029 INFO O| Sep 09 17:45:18.029 INFO STEP 610: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58062024-09-09T17:45:19.040Z[ recovery-image] Sep 09 17:45:18.047 INFO O| Sep 09 17:45:18.046 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libcrle.so.1"
58072024-09-09T17:45:19.040Z[ recovery-image] Sep 09 17:45:18.047 INFO O| Sep 09 17:45:18.047 INFO STEP 610 (remove_files) COMPLETE
58082024-09-09T17:45:19.041Z[ recovery-image] Sep 09 17:45:18.047 INFO O| Sep 09 17:45:18.047 INFO STEP 611: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58092024-09-09T17:45:19.080Z[ recovery-image] Sep 09 17:45:18.087 INFO O| Sep 09 17:45:18.087 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libcrypt.so.1"
58102024-09-09T17:45:19.080Z[ recovery-image] Sep 09 17:45:18.087 INFO O| Sep 09 17:45:18.087 INFO STEP 611 (remove_files) COMPLETE
58112024-09-09T17:45:19.083Z[ recovery-image] Sep 09 17:45:18.087 INFO O| Sep 09 17:45:18.087 INFO STEP 612: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58122024-09-09T17:45:19.100Z[ recovery-image] Sep 09 17:45:18.107 INFO O| Sep 09 17:45:18.107 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libcurl.so.4.8.0"
58132024-09-09T17:45:19.100Z[ recovery-image] Sep 09 17:45:18.107 INFO O| Sep 09 17:45:18.107 INFO STEP 612 (remove_files) COMPLETE
58142024-09-09T17:45:19.100Z[ recovery-image] Sep 09 17:45:18.107 INFO O| Sep 09 17:45:18.107 INFO STEP 613: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58152024-09-09T17:45:19.120Z[ recovery-image] Sep 09 17:45:18.126 INFO O| Sep 09 17:45:18.126 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libdemangle-sys.so.1"
58162024-09-09T17:45:19.120Z[ recovery-image] Sep 09 17:45:18.126 INFO O| Sep 09 17:45:18.126 INFO STEP 613 (remove_files) COMPLETE
58172024-09-09T17:45:19.123Z[ recovery-image] Sep 09 17:45:18.126 INFO O| Sep 09 17:45:18.126 INFO STEP 614: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58182024-09-09T17:45:19.137Z[ recovery-image] Sep 09 17:45:18.144 INFO O| Sep 09 17:45:18.144 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libdll.so.1"
58192024-09-09T17:45:19.137Z[ recovery-image] Sep 09 17:45:18.144 INFO O| Sep 09 17:45:18.144 INFO STEP 614 (remove_files) COMPLETE
58202024-09-09T17:45:19.137Z[ recovery-image] Sep 09 17:45:18.144 INFO O| Sep 09 17:45:18.144 INFO STEP 615: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58212024-09-09T17:45:19.155Z[ recovery-image] Sep 09 17:45:18.162 INFO O| Sep 09 17:45:18.162 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libdtrace_jni.so.1"
58222024-09-09T17:45:19.155Z[ recovery-image] Sep 09 17:45:18.162 INFO O| Sep 09 17:45:18.162 INFO STEP 615 (remove_files) COMPLETE
58232024-09-09T17:45:19.155Z[ recovery-image] Sep 09 17:45:18.162 INFO O| Sep 09 17:45:18.162 INFO STEP 616: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58242024-09-09T17:45:19.174Z[ recovery-image] Sep 09 17:45:18.181 INFO O| Sep 09 17:45:18.181 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libform.so.1"
58252024-09-09T17:45:19.174Z[ recovery-image] Sep 09 17:45:18.181 INFO O| Sep 09 17:45:18.181 INFO STEP 616 (remove_files) COMPLETE
58262024-09-09T17:45:19.174Z[ recovery-image] Sep 09 17:45:18.181 INFO O| Sep 09 17:45:18.181 INFO STEP 617: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58272024-09-09T17:45:19.211Z[ recovery-image] Sep 09 17:45:18.218 INFO O| Sep 09 17:45:18.218 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libfstyp.so.1"
58282024-09-09T17:45:19.211Z[ recovery-image] Sep 09 17:45:18.218 INFO O| Sep 09 17:45:18.218 INFO STEP 617 (remove_files) COMPLETE
58292024-09-09T17:45:19.211Z[ recovery-image] Sep 09 17:45:18.218 INFO O| Sep 09 17:45:18.218 INFO STEP 618: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58302024-09-09T17:45:19.254Z[ recovery-image] Sep 09 17:45:18.261 INFO O| Sep 09 17:45:18.261 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libidspace.so.1"
58312024-09-09T17:45:19.254Z[ recovery-image] Sep 09 17:45:18.261 INFO O| Sep 09 17:45:18.261 INFO STEP 618 (remove_files) COMPLETE
58322024-09-09T17:45:19.254Z[ recovery-image] Sep 09 17:45:18.261 INFO O| Sep 09 17:45:18.261 INFO STEP 619: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58332024-09-09T17:45:19.276Z[ recovery-image] Sep 09 17:45:18.283 INFO O| Sep 09 17:45:18.283 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libike.so.1"
58342024-09-09T17:45:19.276Z[ recovery-image] Sep 09 17:45:18.283 INFO O| Sep 09 17:45:18.283 INFO STEP 619 (remove_files) COMPLETE
58352024-09-09T17:45:19.279Z[ recovery-image] Sep 09 17:45:18.283 INFO O| Sep 09 17:45:18.283 INFO STEP 620: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58362024-09-09T17:45:19.295Z[ recovery-image] Sep 09 17:45:18.302 INFO O| Sep 09 17:45:18.302 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libinstzones.so.1"
58372024-09-09T17:45:19.312Z[ recovery-image] Sep 09 17:45:18.319 INFO O| Sep 09 17:45:18.319 INFO STEP 620 (remove_files) COMPLETE
58382024-09-09T17:45:19.312Z[ recovery-image] Sep 09 17:45:18.319 INFO O| Sep 09 17:45:18.319 INFO STEP 621: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58392024-09-09T17:45:19.369Z[ recovery-image] Sep 09 17:45:18.375 INFO O| Sep 09 17:45:18.375 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libipmi.so.1"
58402024-09-09T17:45:19.369Z[ recovery-image] Sep 09 17:45:18.375 INFO O| Sep 09 17:45:18.375 INFO STEP 621 (remove_files) COMPLETE
58412024-09-09T17:45:19.369Z[ recovery-image] Sep 09 17:45:18.376 INFO O| Sep 09 17:45:18.375 INFO STEP 622: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58422024-09-09T17:45:19.387Z[ recovery-image] Sep 09 17:45:18.394 INFO O| Sep 09 17:45:18.393 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libipp.so.1"
58432024-09-09T17:45:19.387Z[ recovery-image] Sep 09 17:45:18.394 INFO O| Sep 09 17:45:18.394 INFO STEP 622 (remove_files) COMPLETE
58442024-09-09T17:45:19.390Z[ recovery-image] Sep 09 17:45:18.394 INFO O| Sep 09 17:45:18.394 INFO STEP 623: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58452024-09-09T17:45:19.405Z[ recovery-image] Sep 09 17:45:18.412 INFO O| Sep 09 17:45:18.411 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libipsecutil.so.1"
58462024-09-09T17:45:19.405Z[ recovery-image] Sep 09 17:45:18.412 INFO O| Sep 09 17:45:18.412 INFO STEP 623 (remove_files) COMPLETE
58472024-09-09T17:45:19.406Z[ recovery-image] Sep 09 17:45:18.412 INFO O| Sep 09 17:45:18.412 INFO STEP 624: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58482024-09-09T17:45:19.423Z[ recovery-image] Sep 09 17:45:18.429 INFO O| Sep 09 17:45:18.429 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libjedec.so.1"
58492024-09-09T17:45:19.423Z[ recovery-image] Sep 09 17:45:18.429 INFO O| Sep 09 17:45:18.429 INFO STEP 624 (remove_files) COMPLETE
58502024-09-09T17:45:19.423Z[ recovery-image] Sep 09 17:45:18.429 INFO O| Sep 09 17:45:18.429 INFO STEP 625: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58512024-09-09T17:45:19.450Z[ recovery-image] Sep 09 17:45:18.457 INFO O| Sep 09 17:45:18.457 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libkvm.so.1"
58522024-09-09T17:45:19.450Z[ recovery-image] Sep 09 17:45:18.457 INFO O| Sep 09 17:45:18.457 INFO STEP 625 (remove_files) COMPLETE
58532024-09-09T17:45:19.451Z[ recovery-image] Sep 09 17:45:18.457 INFO O| Sep 09 17:45:18.457 INFO STEP 626: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58542024-09-09T17:45:19.476Z[ recovery-image] Sep 09 17:45:18.483 INFO O| Sep 09 17:45:18.483 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libl.so.1"
58552024-09-09T17:45:19.480Z[ recovery-image] Sep 09 17:45:18.483 INFO O| Sep 09 17:45:18.483 INFO STEP 626 (remove_files) COMPLETE
58562024-09-09T17:45:19.480Z[ recovery-image] Sep 09 17:45:18.484 INFO O| Sep 09 17:45:18.483 INFO STEP 627: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58572024-09-09T17:45:19.496Z[ recovery-image] Sep 09 17:45:18.503 INFO O| Sep 09 17:45:18.503 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libldap.so.5"
58582024-09-09T17:45:19.499Z[ recovery-image] Sep 09 17:45:18.503 INFO O| Sep 09 17:45:18.503 INFO STEP 627 (remove_files) COMPLETE
58592024-09-09T17:45:19.499Z[ recovery-image] Sep 09 17:45:18.503 INFO O| Sep 09 17:45:18.503 INFO STEP 628: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58602024-09-09T17:45:19.523Z[ recovery-image] Sep 09 17:45:18.522 INFO O| Sep 09 17:45:18.522 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libldstab.so.1"
58612024-09-09T17:45:19.523Z[ recovery-image] Sep 09 17:45:18.522 INFO O| Sep 09 17:45:18.522 INFO STEP 628 (remove_files) COMPLETE
58622024-09-09T17:45:19.523Z[ recovery-image] Sep 09 17:45:18.522 INFO O| Sep 09 17:45:18.522 INFO STEP 629: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58632024-09-09T17:45:19.535Z[ recovery-image] Sep 09 17:45:18.541 INFO O| Sep 09 17:45:18.541 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/liblgrp.so.1"
58642024-09-09T17:45:19.535Z[ recovery-image] Sep 09 17:45:18.541 INFO O| Sep 09 17:45:18.541 INFO STEP 629 (remove_files) COMPLETE
58652024-09-09T17:45:19.535Z[ recovery-image] Sep 09 17:45:18.541 INFO O| Sep 09 17:45:18.541 INFO STEP 630: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58662024-09-09T17:45:19.553Z[ recovery-image] Sep 09 17:45:18.559 INFO O| Sep 09 17:45:18.559 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/liblm.so.1"
58672024-09-09T17:45:19.553Z[ recovery-image] Sep 09 17:45:18.559 INFO O| Sep 09 17:45:18.559 INFO STEP 630 (remove_files) COMPLETE
58682024-09-09T17:45:19.553Z[ recovery-image] Sep 09 17:45:18.559 INFO O| Sep 09 17:45:18.559 INFO STEP 631: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58692024-09-09T17:45:19.581Z[ recovery-image] Sep 09 17:45:18.588 INFO O| Sep 09 17:45:18.588 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libmail.so.1"
58702024-09-09T17:45:19.584Z[ recovery-image] Sep 09 17:45:18.589 INFO O| Sep 09 17:45:18.589 INFO STEP 631 (remove_files) COMPLETE
58712024-09-09T17:45:19.584Z[ recovery-image] Sep 09 17:45:18.589 INFO O| Sep 09 17:45:18.589 INFO STEP 632: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58722024-09-09T17:45:19.600Z[ recovery-image] Sep 09 17:45:18.607 INFO O| Sep 09 17:45:18.607 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libmalloc.so.1"
58732024-09-09T17:45:19.600Z[ recovery-image] Sep 09 17:45:18.607 INFO O| Sep 09 17:45:18.607 INFO STEP 632 (remove_files) COMPLETE
58742024-09-09T17:45:19.603Z[ recovery-image] Sep 09 17:45:18.607 INFO O| Sep 09 17:45:18.607 INFO STEP 633: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58752024-09-09T17:45:19.625Z[ recovery-image] Sep 09 17:45:18.632 INFO O| Sep 09 17:45:18.631 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libmapmalloc.so.1"
58762024-09-09T17:45:19.628Z[ recovery-image] Sep 09 17:45:18.632 INFO O| Sep 09 17:45:18.632 INFO STEP 633 (remove_files) COMPLETE
58772024-09-09T17:45:19.628Z[ recovery-image] Sep 09 17:45:18.632 INFO O| Sep 09 17:45:18.632 INFO STEP 634: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58782024-09-09T17:45:19.681Z[ recovery-image] Sep 09 17:45:18.688 INFO O| Sep 09 17:45:18.687 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libmenu.so.1"
58792024-09-09T17:45:19.681Z[ recovery-image] Sep 09 17:45:18.688 INFO O| Sep 09 17:45:18.688 INFO STEP 634 (remove_files) COMPLETE
58802024-09-09T17:45:19.683Z[ recovery-image] Sep 09 17:45:18.688 INFO O| Sep 09 17:45:18.688 INFO STEP 635: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58812024-09-09T17:45:19.703Z[ recovery-image] Sep 09 17:45:18.710 INFO O| Sep 09 17:45:18.710 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libmtmalloc.so.1"
58822024-09-09T17:45:19.724Z[ recovery-image] Sep 09 17:45:18.730 INFO O| Sep 09 17:45:18.730 INFO STEP 635 (remove_files) COMPLETE
58832024-09-09T17:45:19.724Z[ recovery-image] Sep 09 17:45:18.730 INFO O| Sep 09 17:45:18.730 INFO STEP 636: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58842024-09-09T17:45:19.762Z[ recovery-image] Sep 09 17:45:18.769 INFO O| Sep 09 17:45:18.768 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libncurses.so.5.9"
58852024-09-09T17:45:19.764Z[ recovery-image] Sep 09 17:45:18.769 INFO O| Sep 09 17:45:18.769 INFO STEP 636 (remove_files) COMPLETE
58862024-09-09T17:45:19.764Z[ recovery-image] Sep 09 17:45:18.769 INFO O| Sep 09 17:45:18.769 INFO STEP 637: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58872024-09-09T17:45:19.802Z[ recovery-image] Sep 09 17:45:18.809 INFO O| Sep 09 17:45:18.809 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libnls.so.1"
58882024-09-09T17:45:19.802Z[ recovery-image] Sep 09 17:45:18.809 INFO O| Sep 09 17:45:18.809 INFO STEP 637 (remove_files) COMPLETE
58892024-09-09T17:45:19.802Z[ recovery-image] Sep 09 17:45:18.809 INFO O| Sep 09 17:45:18.809 INFO STEP 638: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58902024-09-09T17:45:19.823Z[ recovery-image] Sep 09 17:45:18.830 INFO O| Sep 09 17:45:18.829 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libpanel.so.1"
58912024-09-09T17:45:19.823Z[ recovery-image] Sep 09 17:45:18.830 INFO O| Sep 09 17:45:18.830 INFO STEP 638 (remove_files) COMPLETE
58922024-09-09T17:45:19.823Z[ recovery-image] Sep 09 17:45:18.830 INFO O| Sep 09 17:45:18.830 INFO STEP 639: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58932024-09-09T17:45:19.841Z[ recovery-image] Sep 09 17:45:18.848 INFO O| Sep 09 17:45:18.848 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libpcrecpp.so.0.0.2"
58942024-09-09T17:45:19.841Z[ recovery-image] Sep 09 17:45:18.848 INFO O| Sep 09 17:45:18.848 INFO STEP 639 (remove_files) COMPLETE
58952024-09-09T17:45:19.841Z[ recovery-image] Sep 09 17:45:18.848 INFO O| Sep 09 17:45:18.848 INFO STEP 640: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58962024-09-09T17:45:19.863Z[ recovery-image] Sep 09 17:45:18.870 INFO O| Sep 09 17:45:18.870 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libpcreposix.so.0.0.7"
58972024-09-09T17:45:19.863Z[ recovery-image] Sep 09 17:45:18.870 INFO O| Sep 09 17:45:18.870 INFO STEP 640 (remove_files) COMPLETE
58982024-09-09T17:45:19.866Z[ recovery-image] Sep 09 17:45:18.870 INFO O| Sep 09 17:45:18.870 INFO STEP 641: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58992024-09-09T17:45:19.923Z[ recovery-image] Sep 09 17:45:18.928 INFO O| Sep 09 17:45:18.928 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libpctx.so.1"
59002024-09-09T17:45:19.924Z[ recovery-image] Sep 09 17:45:18.928 INFO O| Sep 09 17:45:18.928 INFO STEP 641 (remove_files) COMPLETE
59012024-09-09T17:45:19.924Z[ recovery-image] Sep 09 17:45:18.928 INFO O| Sep 09 17:45:18.928 INFO STEP 642: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59022024-09-09T17:45:19.966Z[ recovery-image] Sep 09 17:45:18.972 INFO O| Sep 09 17:45:18.972 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libpicl.so.1"
59032024-09-09T17:45:19.966Z[ recovery-image] Sep 09 17:45:18.972 INFO O| Sep 09 17:45:18.972 INFO STEP 642 (remove_files) COMPLETE
59042024-09-09T17:45:19.966Z[ recovery-image] Sep 09 17:45:18.972 INFO O| Sep 09 17:45:18.972 INFO STEP 643: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59052024-09-09T17:45:20.028Z[ recovery-image] Sep 09 17:45:19.033 INFO O| Sep 09 17:45:19.033 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libppt.so.1"
59062024-09-09T17:45:20.028Z[ recovery-image] Sep 09 17:45:19.033 INFO O| Sep 09 17:45:19.033 INFO STEP 643 (remove_files) COMPLETE
59072024-09-09T17:45:20.028Z[ recovery-image] Sep 09 17:45:19.034 INFO O| Sep 09 17:45:19.033 INFO STEP 644: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59082024-09-09T17:45:20.033Z[ host-image] Sep 09 17:45:19.039 INFO O| Sep 09 17:45:19.039 INFO O| Done
59092024-09-09T17:45:20.050Z[ recovery-image] Sep 09 17:45:19.057 INFO O| Sep 09 17:45:19.057 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libraidcfg.so.1"
59102024-09-09T17:45:20.050Z[ recovery-image] Sep 09 17:45:19.057 INFO O| Sep 09 17:45:19.057 INFO STEP 644 (remove_files) COMPLETE
59112024-09-09T17:45:20.050Z[ recovery-image] Sep 09 17:45:19.057 INFO O| Sep 09 17:45:19.057 INFO STEP 645: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59122024-09-09T17:45:20.074Z[ host-image] Sep 09 17:45:19.078 INFO O| Sep 09 17:45:19.078 INFO O| Done
59132024-09-09T17:45:20.079Z[ host-image] Sep 09 17:45:19.078 INFO O| Sep 09 17:45:19.078 INFO O| Done
59142024-09-09T17:45:20.079Z[ recovery-image] Sep 09 17:45:19.079 INFO O| Sep 09 17:45:19.079 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/librename.so.1"
59152024-09-09T17:45:20.079Z[ recovery-image] Sep 09 17:45:19.079 INFO O| Sep 09 17:45:19.079 INFO STEP 645 (remove_files) COMPLETE
59162024-09-09T17:45:20.079Z[ recovery-image] Sep 09 17:45:19.079 INFO O| Sep 09 17:45:19.079 INFO STEP 646: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59172024-09-09T17:45:20.107Z[ host-image] Sep 09 17:45:19.113 INFO O| Sep 09 17:45:19.113 INFO O| Done
59182024-09-09T17:45:20.180Z[ recovery-image] Sep 09 17:45:19.187 INFO O| Sep 09 17:45:19.187 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libreparse.so.1"
59192024-09-09T17:45:20.189Z[ recovery-image] Sep 09 17:45:19.196 INFO O| Sep 09 17:45:19.196 INFO STEP 646 (remove_files) COMPLETE
59202024-09-09T17:45:20.189Z[ recovery-image] Sep 09 17:45:19.196 INFO O| Sep 09 17:45:19.196 INFO STEP 647: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59212024-09-09T17:45:20.210Z[ recovery-image] Sep 09 17:45:19.217 INFO O| Sep 09 17:45:19.217 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libsasl.so.1"
59222024-09-09T17:45:20.212Z[ recovery-image] Sep 09 17:45:19.217 INFO O| Sep 09 17:45:19.217 INFO STEP 647 (remove_files) COMPLETE
59232024-09-09T17:45:20.212Z[ recovery-image] Sep 09 17:45:19.217 INFO O| Sep 09 17:45:19.217 INFO STEP 648: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59242024-09-09T17:45:20.255Z[ host-image] Sep 09 17:45:19.262 INFO O| Sep 09 17:45:19.262 INFO STEP 12 (pkg_install) COMPLETE
59252024-09-09T17:45:20.255Z[ host-image] Sep 09 17:45:19.262 INFO O| Sep 09 17:45:19.262 INFO STEP 13: pkg_install, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
59262024-09-09T17:45:20.262Z[ recovery-image] Sep 09 17:45:19.269 INFO O| Sep 09 17:45:19.269 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libsched.so.1"
59272024-09-09T17:45:20.265Z[ recovery-image] Sep 09 17:45:19.269 INFO O| Sep 09 17:45:19.269 INFO STEP 648 (remove_files) COMPLETE
59282024-09-09T17:45:20.265Z[ recovery-image] Sep 09 17:45:19.269 INFO O| Sep 09 17:45:19.269 INFO STEP 649: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59292024-09-09T17:45:20.272Z[ host-image] Sep 09 17:45:19.279 INFO O| Sep 09 17:45:19.279 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/host/work/gimlet/ramdisk", "install", "/library/libxmlsec1", "/ooce/library/postgresql-13", "/system/zones/brand/omicron1"]
59302024-09-09T17:45:20.282Z[ recovery-image] Sep 09 17:45:19.289 INFO O| Sep 09 17:45:19.288 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libsctp.so.1"
59312024-09-09T17:45:20.283Z[ recovery-image] Sep 09 17:45:19.289 INFO O| Sep 09 17:45:19.289 INFO STEP 649 (remove_files) COMPLETE
59322024-09-09T17:45:20.283Z[ recovery-image] Sep 09 17:45:19.289 INFO O| Sep 09 17:45:19.289 INFO STEP 650: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59332024-09-09T17:45:20.300Z[ recovery-image] Sep 09 17:45:19.307 INFO O| Sep 09 17:45:19.307 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libsff.so.1"
59342024-09-09T17:45:20.300Z[ recovery-image] Sep 09 17:45:19.307 INFO O| Sep 09 17:45:19.307 INFO STEP 650 (remove_files) COMPLETE
59352024-09-09T17:45:20.300Z[ recovery-image] Sep 09 17:45:19.307 INFO O| Sep 09 17:45:19.307 INFO STEP 651: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59362024-09-09T17:45:20.321Z[ recovery-image] Sep 09 17:45:19.327 INFO O| Sep 09 17:45:19.327 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libsip.so.1"
59372024-09-09T17:45:20.321Z[ recovery-image] Sep 09 17:45:19.327 INFO O| Sep 09 17:45:19.327 INFO STEP 651 (remove_files) COMPLETE
59382024-09-09T17:45:20.321Z[ recovery-image] Sep 09 17:45:19.327 INFO O| Sep 09 17:45:19.327 INFO STEP 652: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59392024-09-09T17:45:20.347Z[ recovery-image] Sep 09 17:45:19.353 INFO O| Sep 09 17:45:19.353 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libsldap.so.1"
59402024-09-09T17:45:20.349Z[ recovery-image] Sep 09 17:45:19.354 INFO O| Sep 09 17:45:19.353 INFO STEP 652 (remove_files) COMPLETE
59412024-09-09T17:45:20.349Z[ recovery-image] Sep 09 17:45:19.354 INFO O| Sep 09 17:45:19.354 INFO STEP 653: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59422024-09-09T17:45:20.373Z[ recovery-image] Sep 09 17:45:19.380 INFO O| Sep 09 17:45:19.380 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libsmbfs.so.1"
59432024-09-09T17:45:20.373Z[ recovery-image] Sep 09 17:45:19.380 INFO O| Sep 09 17:45:19.380 INFO STEP 653 (remove_files) COMPLETE
59442024-09-09T17:45:20.373Z[ recovery-image] Sep 09 17:45:19.380 INFO O| Sep 09 17:45:19.380 INFO STEP 654: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59452024-09-09T17:45:20.392Z[ recovery-image] Sep 09 17:45:19.399 INFO O| Sep 09 17:45:19.399 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libsoftcrypto.so.1"
59462024-09-09T17:45:20.393Z[ recovery-image] Sep 09 17:45:19.400 INFO O| Sep 09 17:45:19.400 INFO STEP 654 (remove_files) COMPLETE
59472024-09-09T17:45:20.393Z[ recovery-image] Sep 09 17:45:19.400 INFO O| Sep 09 17:45:19.400 INFO STEP 655: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59482024-09-09T17:45:20.426Z[ recovery-image] Sep 09 17:45:19.417 INFO O| Sep 09 17:45:19.417 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libsqlite3.so.0.8.6"
59492024-09-09T17:45:20.426Z[ recovery-image] Sep 09 17:45:19.418 INFO O| Sep 09 17:45:19.418 INFO STEP 655 (remove_files) COMPLETE
59502024-09-09T17:45:20.426Z[ recovery-image] Sep 09 17:45:19.418 INFO O| Sep 09 17:45:19.418 INFO STEP 656: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59512024-09-09T17:45:20.438Z[ recovery-image] Sep 09 17:45:19.436 INFO O| Sep 09 17:45:19.436 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libsum.so.1"
59522024-09-09T17:45:20.438Z[ recovery-image] Sep 09 17:45:19.436 INFO O| Sep 09 17:45:19.436 INFO STEP 656 (remove_files) COMPLETE
59532024-09-09T17:45:20.438Z[ recovery-image] Sep 09 17:45:19.436 INFO O| Sep 09 17:45:19.436 INFO STEP 657: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59542024-09-09T17:45:20.450Z[ recovery-image] Sep 09 17:45:19.456 INFO O| Sep 09 17:45:19.456 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libtecla.so.1"
59552024-09-09T17:45:20.450Z[ recovery-image] Sep 09 17:45:19.456 INFO O| Sep 09 17:45:19.456 INFO STEP 657 (remove_files) COMPLETE
59562024-09-09T17:45:20.450Z[ recovery-image] Sep 09 17:45:19.456 INFO O| Sep 09 17:45:19.456 INFO STEP 658: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59572024-09-09T17:45:20.467Z[ recovery-image] Sep 09 17:45:19.474 INFO O| Sep 09 17:45:19.474 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libtspi.so.1.2.0"
59582024-09-09T17:45:20.467Z[ recovery-image] Sep 09 17:45:19.474 INFO O| Sep 09 17:45:19.474 INFO STEP 658 (remove_files) COMPLETE
59592024-09-09T17:45:20.471Z[ recovery-image] Sep 09 17:45:19.474 INFO O| Sep 09 17:45:19.474 INFO STEP 659: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59602024-09-09T17:45:20.493Z[ recovery-image] Sep 09 17:45:19.499 INFO O| Sep 09 17:45:19.499 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libvolmgt.so.1"
59612024-09-09T17:45:20.516Z[ recovery-image] Sep 09 17:45:19.520 INFO O| Sep 09 17:45:19.520 INFO STEP 659 (remove_files) COMPLETE
59622024-09-09T17:45:20.516Z[ recovery-image] Sep 09 17:45:19.520 INFO O| Sep 09 17:45:19.520 INFO STEP 660: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59632024-09-09T17:45:20.549Z[ recovery-image] Sep 09 17:45:19.552 INFO O| Sep 09 17:45:19.552 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/liby.so.1"
59642024-09-09T17:45:20.549Z[ recovery-image] Sep 09 17:45:19.552 INFO O| Sep 09 17:45:19.552 INFO STEP 660 (remove_files) COMPLETE
59652024-09-09T17:45:20.549Z[ recovery-image] Sep 09 17:45:19.552 INFO O| Sep 09 17:45:19.552 INFO STEP 661: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59662024-09-09T17:45:20.615Z[ recovery-image] Sep 09 17:45:19.602 INFO O| Sep 09 17:45:19.602 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libzfs_jni.so.1"
59672024-09-09T17:45:20.615Z[ recovery-image] Sep 09 17:45:19.603 INFO O| Sep 09 17:45:19.603 INFO STEP 661 (remove_files) COMPLETE
59682024-09-09T17:45:20.615Z[ recovery-image] Sep 09 17:45:19.603 INFO O| Sep 09 17:45:19.603 INFO STEP 662: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59692024-09-09T17:45:20.634Z[ recovery-image] Sep 09 17:45:19.620 INFO O| Sep 09 17:45:19.620 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libzfsbootenv.so.1"
59702024-09-09T17:45:20.634Z[ recovery-image] Sep 09 17:45:19.621 INFO O| Sep 09 17:45:19.621 INFO STEP 662 (remove_files) COMPLETE
59712024-09-09T17:45:20.634Z[ recovery-image] Sep 09 17:45:19.621 INFO O| Sep 09 17:45:19.621 INFO STEP 663: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59722024-09-09T17:45:20.658Z[ recovery-image] Sep 09 17:45:19.659 INFO O| Sep 09 17:45:19.659 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libzonecfg.so.1"
59732024-09-09T17:45:20.666Z[ recovery-image] Sep 09 17:45:19.659 INFO O| Sep 09 17:45:19.659 INFO STEP 663 (remove_files) COMPLETE
59742024-09-09T17:45:20.666Z[ recovery-image] Sep 09 17:45:19.660 INFO O| Sep 09 17:45:19.659 INFO STEP 664: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59752024-09-09T17:45:20.688Z[ recovery-image] Sep 09 17:45:19.694 INFO O| Sep 09 17:45:19.694 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libzoneinfo.so.1"
59762024-09-09T17:45:20.688Z[ recovery-image] Sep 09 17:45:19.694 INFO O| Sep 09 17:45:19.694 INFO STEP 664 (remove_files) COMPLETE
59772024-09-09T17:45:20.693Z[ recovery-image] Sep 09 17:45:19.694 INFO O| Sep 09 17:45:19.694 INFO STEP 665: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59782024-09-09T17:45:20.708Z[ recovery-image] Sep 09 17:45:19.712 INFO O| Sep 09 17:45:19.712 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libzonestat.so.1"
59792024-09-09T17:45:20.708Z[ recovery-image] Sep 09 17:45:19.712 INFO O| Sep 09 17:45:19.712 INFO STEP 665 (remove_files) COMPLETE
59802024-09-09T17:45:20.715Z[ recovery-image] Sep 09 17:45:19.713 INFO O| Sep 09 17:45:19.712 INFO STEP 666: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59812024-09-09T17:45:20.759Z[ recovery-image] Sep 09 17:45:19.745 INFO O| Sep 09 17:45:19.745 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libzpool.so.1"
59822024-09-09T17:45:20.787Z[ recovery-image] Sep 09 17:45:19.746 INFO O| Sep 09 17:45:19.745 INFO STEP 666 (remove_files) COMPLETE
59832024-09-09T17:45:20.788Z[ recovery-image] Sep 09 17:45:19.746 INFO O| Sep 09 17:45:19.746 INFO STEP 667: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59842024-09-09T17:45:20.812Z[ recovery-image] Sep 09 17:45:19.809 INFO O| Sep 09 17:45:19.809 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/madv.so.1"
59852024-09-09T17:45:20.840Z[ recovery-image] Sep 09 17:45:19.809 INFO O| Sep 09 17:45:19.809 INFO STEP 667 (remove_files) COMPLETE
59862024-09-09T17:45:20.840Z[ recovery-image] Sep 09 17:45:19.809 INFO O| Sep 09 17:45:19.809 INFO STEP 668: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59872024-09-09T17:45:20.840Z[ recovery-image] Sep 09 17:45:19.830 INFO O| Sep 09 17:45:19.829 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/mpss.so.1"
59882024-09-09T17:45:20.840Z[ recovery-image] Sep 09 17:45:19.830 INFO O| Sep 09 17:45:19.830 INFO STEP 668 (remove_files) COMPLETE
59892024-09-09T17:45:20.840Z[ recovery-image] Sep 09 17:45:19.830 INFO O| Sep 09 17:45:19.830 INFO STEP 669: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59902024-09-09T17:45:20.875Z[ recovery-image] Sep 09 17:45:19.869 INFO O| Sep 09 17:45:19.869 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/nss_ad.so.1"
59912024-09-09T17:45:20.875Z[ recovery-image] Sep 09 17:45:19.869 INFO O| Sep 09 17:45:19.869 INFO STEP 669 (remove_files) COMPLETE
59922024-09-09T17:45:20.901Z[ recovery-image] Sep 09 17:45:19.869 INFO O| Sep 09 17:45:19.869 INFO STEP 670: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59932024-09-09T17:45:20.911Z[ recovery-image] Sep 09 17:45:19.912 INFO O| Sep 09 17:45:19.912 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/nss_ldap.so.1"
59942024-09-09T17:45:20.911Z[ recovery-image] Sep 09 17:45:19.912 INFO O| Sep 09 17:45:19.912 INFO STEP 670 (remove_files) COMPLETE
59952024-09-09T17:45:20.911Z[ recovery-image] Sep 09 17:45:19.912 INFO O| Sep 09 17:45:19.912 INFO STEP 671: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59962024-09-09T17:45:20.951Z[ recovery-image] Sep 09 17:45:19.958 INFO O| Sep 09 17:45:19.958 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/passwdutil.so.1"
59972024-09-09T17:45:20.951Z[ recovery-image] Sep 09 17:45:19.958 INFO O| Sep 09 17:45:19.958 INFO STEP 671 (remove_files) COMPLETE
59982024-09-09T17:45:20.952Z[ recovery-image] Sep 09 17:45:19.958 INFO O| Sep 09 17:45:19.958 INFO STEP 672: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59992024-09-09T17:45:21.016Z[ recovery-image] Sep 09 17:45:19.998 INFO O| Sep 09 17:45:19.998 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/bash.pc"
60002024-09-09T17:45:21.016Z[ recovery-image] Sep 09 17:45:19.998 INFO O| Sep 09 17:45:19.998 INFO STEP 672 (remove_files) COMPLETE
60012024-09-09T17:45:21.042Z[ recovery-image] Sep 09 17:45:19.998 INFO O| Sep 09 17:45:19.998 INFO STEP 673: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60022024-09-09T17:45:21.042Z[ recovery-image] Sep 09 17:45:20.019 INFO O| Sep 09 17:45:20.019 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/dbus-1.pc"
60032024-09-09T17:45:21.042Z[ recovery-image] Sep 09 17:45:20.019 INFO O| Sep 09 17:45:20.019 INFO STEP 673 (remove_files) COMPLETE
60042024-09-09T17:45:21.042Z[ recovery-image] Sep 09 17:45:20.019 INFO O| Sep 09 17:45:20.019 INFO STEP 674: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60052024-09-09T17:45:21.042Z[ recovery-image] Sep 09 17:45:20.038 INFO O| Sep 09 17:45:20.038 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/expat.pc"
60062024-09-09T17:45:21.042Z[ recovery-image] Sep 09 17:45:20.038 INFO O| Sep 09 17:45:20.038 INFO STEP 674 (remove_files) COMPLETE
60072024-09-09T17:45:21.042Z[ recovery-image] Sep 09 17:45:20.038 INFO O| Sep 09 17:45:20.038 INFO STEP 675: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60082024-09-09T17:45:21.081Z[ recovery-image] Sep 09 17:45:20.079 INFO O| Sep 09 17:45:20.079 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/form.pc"
60092024-09-09T17:45:21.114Z[ recovery-image] Sep 09 17:45:20.079 INFO O| Sep 09 17:45:20.079 INFO STEP 675 (remove_files) COMPLETE
60102024-09-09T17:45:21.115Z[ recovery-image] Sep 09 17:45:20.079 INFO O| Sep 09 17:45:20.079 INFO STEP 676: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60112024-09-09T17:45:21.129Z[ recovery-image] Sep 09 17:45:20.112 INFO O| Sep 09 17:45:20.112 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/libbrotlicommon.pc"
60122024-09-09T17:45:21.129Z[ recovery-image] Sep 09 17:45:20.112 INFO O| Sep 09 17:45:20.112 INFO STEP 676 (remove_files) COMPLETE
60132024-09-09T17:45:21.129Z[ recovery-image] Sep 09 17:45:20.112 INFO O| Sep 09 17:45:20.112 INFO STEP 677: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60142024-09-09T17:45:21.151Z[ recovery-image] Sep 09 17:45:20.132 INFO O| Sep 09 17:45:20.132 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/libbrotlidec.pc"
60152024-09-09T17:45:21.151Z[ recovery-image] Sep 09 17:45:20.132 INFO O| Sep 09 17:45:20.132 INFO STEP 677 (remove_files) COMPLETE
60162024-09-09T17:45:21.151Z[ recovery-image] Sep 09 17:45:20.133 INFO O| Sep 09 17:45:20.132 INFO STEP 678: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60172024-09-09T17:45:21.159Z[ recovery-image] Sep 09 17:45:20.150 INFO O| Sep 09 17:45:20.150 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/libbrotlienc.pc"
60182024-09-09T17:45:21.159Z[ recovery-image] Sep 09 17:45:20.150 INFO O| Sep 09 17:45:20.150 INFO STEP 678 (remove_files) COMPLETE
60192024-09-09T17:45:21.159Z[ recovery-image] Sep 09 17:45:20.150 INFO O| Sep 09 17:45:20.150 INFO STEP 679: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60202024-09-09T17:45:21.173Z[ recovery-image] Sep 09 17:45:20.177 INFO O| Sep 09 17:45:20.177 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/libcurl.pc"
60212024-09-09T17:45:21.173Z[ recovery-image] Sep 09 17:45:20.177 INFO O| Sep 09 17:45:20.177 INFO STEP 679 (remove_files) COMPLETE
60222024-09-09T17:45:21.180Z[ recovery-image] Sep 09 17:45:20.178 INFO O| Sep 09 17:45:20.177 INFO STEP 680: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60232024-09-09T17:45:21.217Z[ recovery-image] Sep 09 17:45:20.216 INFO O| Sep 09 17:45:20.216 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/libedit.pc"
60242024-09-09T17:45:21.218Z[ recovery-image] Sep 09 17:45:20.216 INFO O| Sep 09 17:45:20.216 INFO STEP 680 (remove_files) COMPLETE
60252024-09-09T17:45:21.226Z[ recovery-image] Sep 09 17:45:20.216 INFO O| Sep 09 17:45:20.216 INFO STEP 681: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60262024-09-09T17:45:21.267Z[ recovery-image] Sep 09 17:45:20.273 INFO O| Sep 09 17:45:20.273 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/libidn.pc"
60272024-09-09T17:45:21.267Z[ recovery-image] Sep 09 17:45:20.273 INFO O| Sep 09 17:45:20.273 INFO STEP 681 (remove_files) COMPLETE
60282024-09-09T17:45:21.272Z[ recovery-image] Sep 09 17:45:20.273 INFO O| Sep 09 17:45:20.273 INFO STEP 682: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60292024-09-09T17:45:21.287Z[ recovery-image] Sep 09 17:45:20.293 INFO O| Sep 09 17:45:20.293 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/liblz4.pc"
60302024-09-09T17:45:21.287Z[ recovery-image] Sep 09 17:45:20.293 INFO O| Sep 09 17:45:20.293 INFO STEP 682 (remove_files) COMPLETE
60312024-09-09T17:45:21.291Z[ recovery-image] Sep 09 17:45:20.293 INFO O| Sep 09 17:45:20.293 INFO STEP 683: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60322024-09-09T17:45:21.331Z[ recovery-image] Sep 09 17:45:20.336 INFO O| Sep 09 17:45:20.336 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/liblzma.pc"
60332024-09-09T17:45:21.331Z[ recovery-image] Sep 09 17:45:20.336 INFO O| Sep 09 17:45:20.336 INFO STEP 683 (remove_files) COMPLETE
60342024-09-09T17:45:21.331Z[ recovery-image] Sep 09 17:45:20.336 INFO O| Sep 09 17:45:20.336 INFO STEP 684: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60352024-09-09T17:45:21.350Z[ recovery-image] Sep 09 17:45:20.354 INFO O| Sep 09 17:45:20.354 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/libnghttp2.pc"
60362024-09-09T17:45:21.350Z[ recovery-image] Sep 09 17:45:20.354 INFO O| Sep 09 17:45:20.354 INFO STEP 684 (remove_files) COMPLETE
60372024-09-09T17:45:21.350Z[ recovery-image] Sep 09 17:45:20.354 INFO O| Sep 09 17:45:20.354 INFO STEP 685: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60382024-09-09T17:45:21.354Z[ host-image] Sep 09 17:45:20.359 INFO O| Sep 09 17:45:20.359 INFO O| Startup: Refreshing catalog 'helios-dev' ... Done
60392024-09-09T17:45:21.365Z[ recovery-image] Sep 09 17:45:20.372 INFO O| Sep 09 17:45:20.371 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/libpcap.pc"
60402024-09-09T17:45:21.365Z[ recovery-image] Sep 09 17:45:20.372 INFO O| Sep 09 17:45:20.372 INFO STEP 685 (remove_files) COMPLETE
60412024-09-09T17:45:21.366Z[ recovery-image] Sep 09 17:45:20.372 INFO O| Sep 09 17:45:20.372 INFO STEP 686: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60422024-09-09T17:45:21.383Z[ recovery-image] Sep 09 17:45:20.389 INFO O| Sep 09 17:45:20.389 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/libpcre.pc"
60432024-09-09T17:45:21.383Z[ recovery-image] Sep 09 17:45:20.389 INFO O| Sep 09 17:45:20.389 INFO STEP 686 (remove_files) COMPLETE
60442024-09-09T17:45:21.383Z[ recovery-image] Sep 09 17:45:20.389 INFO O| Sep 09 17:45:20.389 INFO STEP 687: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60452024-09-09T17:45:21.403Z[ recovery-image] Sep 09 17:45:20.409 INFO O| Sep 09 17:45:20.409 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/libpcre2-8.pc"
60462024-09-09T17:45:21.403Z[ recovery-image] Sep 09 17:45:20.409 INFO O| Sep 09 17:45:20.409 INFO STEP 687 (remove_files) COMPLETE
60472024-09-09T17:45:21.403Z[ recovery-image] Sep 09 17:45:20.409 INFO O| Sep 09 17:45:20.409 INFO STEP 688: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60482024-09-09T17:45:21.432Z[ recovery-image] Sep 09 17:45:20.439 INFO O| Sep 09 17:45:20.439 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/libpcre2-posix.pc"
60492024-09-09T17:45:21.436Z[ recovery-image] Sep 09 17:45:20.439 INFO O| Sep 09 17:45:20.439 INFO STEP 688 (remove_files) COMPLETE
60502024-09-09T17:45:21.436Z[ recovery-image] Sep 09 17:45:20.439 INFO O| Sep 09 17:45:20.439 INFO STEP 689: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60512024-09-09T17:45:21.455Z[ recovery-image] Sep 09 17:45:20.461 INFO O| Sep 09 17:45:20.461 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/libpcrecpp.pc"
60522024-09-09T17:45:21.455Z[ recovery-image] Sep 09 17:45:20.461 INFO O| Sep 09 17:45:20.461 INFO STEP 689 (remove_files) COMPLETE
60532024-09-09T17:45:21.455Z[ recovery-image] Sep 09 17:45:20.461 INFO O| Sep 09 17:45:20.461 INFO STEP 690: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60542024-09-09T17:45:21.477Z[ recovery-image] Sep 09 17:45:20.482 INFO O| Sep 09 17:45:20.482 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/libpcreposix.pc"
60552024-09-09T17:45:21.477Z[ recovery-image] Sep 09 17:45:20.482 INFO O| Sep 09 17:45:20.482 INFO STEP 690 (remove_files) COMPLETE
60562024-09-09T17:45:21.494Z[ recovery-image] Sep 09 17:45:20.482 INFO O| Sep 09 17:45:20.482 INFO STEP 691: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60572024-09-09T17:45:21.512Z[ recovery-image] Sep 09 17:45:20.515 INFO O| Sep 09 17:45:20.515 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/libxml-2.0.pc"
60582024-09-09T17:45:21.516Z[ recovery-image] Sep 09 17:45:20.515 INFO O| Sep 09 17:45:20.515 INFO STEP 691 (remove_files) COMPLETE
60592024-09-09T17:45:21.516Z[ recovery-image] Sep 09 17:45:20.515 INFO O| Sep 09 17:45:20.515 INFO STEP 692: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60602024-09-09T17:45:21.529Z[ recovery-image] Sep 09 17:45:20.535 INFO O| Sep 09 17:45:20.535 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/libzstd.pc"
60612024-09-09T17:45:21.533Z[ recovery-image] Sep 09 17:45:20.535 INFO O| Sep 09 17:45:20.535 INFO STEP 692 (remove_files) COMPLETE
60622024-09-09T17:45:21.534Z[ recovery-image] Sep 09 17:45:20.536 INFO O| Sep 09 17:45:20.536 INFO STEP 693: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60632024-09-09T17:45:21.547Z[ recovery-image] Sep 09 17:45:20.554 INFO O| Sep 09 17:45:20.553 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/menu.pc"
60642024-09-09T17:45:21.552Z[ recovery-image] Sep 09 17:45:20.554 INFO O| Sep 09 17:45:20.554 INFO STEP 693 (remove_files) COMPLETE
60652024-09-09T17:45:21.552Z[ recovery-image] Sep 09 17:45:20.554 INFO O| Sep 09 17:45:20.554 INFO STEP 694: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60662024-09-09T17:45:21.566Z[ recovery-image] Sep 09 17:45:20.573 INFO O| Sep 09 17:45:20.572 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/ncurses++.pc"
60672024-09-09T17:45:21.566Z[ recovery-image] Sep 09 17:45:20.573 INFO O| Sep 09 17:45:20.573 INFO STEP 694 (remove_files) COMPLETE
60682024-09-09T17:45:21.566Z[ recovery-image] Sep 09 17:45:20.573 INFO O| Sep 09 17:45:20.573 INFO STEP 695: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60692024-09-09T17:45:21.593Z[ recovery-image] Sep 09 17:45:20.599 INFO O| Sep 09 17:45:20.599 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/ncurses.pc"
60702024-09-09T17:45:21.593Z[ recovery-image] Sep 09 17:45:20.599 INFO O| Sep 09 17:45:20.599 INFO STEP 695 (remove_files) COMPLETE
60712024-09-09T17:45:21.597Z[ recovery-image] Sep 09 17:45:20.599 INFO O| Sep 09 17:45:20.599 INFO STEP 696: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60722024-09-09T17:45:21.634Z[ recovery-image] Sep 09 17:45:20.637 INFO O| Sep 09 17:45:20.637 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/netsnmp-agent.pc"
60732024-09-09T17:45:21.634Z[ recovery-image] Sep 09 17:45:20.637 INFO O| Sep 09 17:45:20.637 INFO STEP 696 (remove_files) COMPLETE
60742024-09-09T17:45:21.638Z[ recovery-image] Sep 09 17:45:20.637 INFO O| Sep 09 17:45:20.637 INFO STEP 697: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60752024-09-09T17:45:21.673Z[ recovery-image] Sep 09 17:45:20.680 INFO O| Sep 09 17:45:20.680 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/netsnmp.pc"
60762024-09-09T17:45:21.676Z[ recovery-image] Sep 09 17:45:20.680 INFO O| Sep 09 17:45:20.680 INFO STEP 697 (remove_files) COMPLETE
60772024-09-09T17:45:21.676Z[ recovery-image] Sep 09 17:45:20.680 INFO O| Sep 09 17:45:20.680 INFO STEP 698: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60782024-09-09T17:45:21.703Z[ recovery-image] Sep 09 17:45:20.708 INFO O| Sep 09 17:45:20.707 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/panel.pc"
60792024-09-09T17:45:21.703Z[ recovery-image] Sep 09 17:45:20.708 INFO O| Sep 09 17:45:20.708 INFO STEP 698 (remove_files) COMPLETE
60802024-09-09T17:45:21.703Z[ recovery-image] Sep 09 17:45:20.708 INFO O| Sep 09 17:45:20.708 INFO STEP 699: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60812024-09-09T17:45:21.723Z[ recovery-image] Sep 09 17:45:20.727 INFO O| Sep 09 17:45:20.727 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/readline.pc"
60822024-09-09T17:45:21.723Z[ recovery-image] Sep 09 17:45:20.727 INFO O| Sep 09 17:45:20.727 INFO STEP 699 (remove_files) COMPLETE
60832024-09-09T17:45:21.723Z[ recovery-image] Sep 09 17:45:20.727 INFO O| Sep 09 17:45:20.727 INFO STEP 700: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60842024-09-09T17:45:21.754Z[ recovery-image] Sep 09 17:45:20.758 INFO O| Sep 09 17:45:20.758 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/sqlite3.pc"
60852024-09-09T17:45:21.754Z[ recovery-image] Sep 09 17:45:20.758 INFO O| Sep 09 17:45:20.758 INFO STEP 700 (remove_files) COMPLETE
60862024-09-09T17:45:21.758Z[ recovery-image] Sep 09 17:45:20.758 INFO O| Sep 09 17:45:20.758 INFO STEP 701: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60872024-09-09T17:45:21.793Z[ recovery-image] Sep 09 17:45:20.798 INFO O| Sep 09 17:45:20.798 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/zlib.pc"
60882024-09-09T17:45:21.793Z[ recovery-image] Sep 09 17:45:20.798 INFO O| Sep 09 17:45:20.798 INFO STEP 701 (remove_files) COMPLETE
60892024-09-09T17:45:21.793Z[ recovery-image] Sep 09 17:45:20.798 INFO O| Sep 09 17:45:20.798 INFO STEP 702: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60902024-09-09T17:45:21.832Z[ recovery-image] Sep 09 17:45:20.837 INFO O| Sep 09 17:45:20.837 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/straddr.so.2"
60912024-09-09T17:45:21.836Z[ recovery-image] Sep 09 17:45:20.837 INFO O| Sep 09 17:45:20.837 INFO STEP 702 (remove_files) COMPLETE
60922024-09-09T17:45:21.836Z[ recovery-image] Sep 09 17:45:20.837 INFO O| Sep 09 17:45:20.837 INFO STEP 703: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60932024-09-09T17:45:21.851Z[ recovery-image] Sep 09 17:45:20.857 INFO O| Sep 09 17:45:20.857 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/watchmalloc.so.1"
60942024-09-09T17:45:21.854Z[ recovery-image] Sep 09 17:45:20.857 INFO O| Sep 09 17:45:20.857 INFO STEP 703 (remove_files) COMPLETE
60952024-09-09T17:45:21.854Z[ recovery-image] Sep 09 17:45:20.857 INFO O| Sep 09 17:45:20.857 INFO STEP 704: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60962024-09-09T17:45:21.883Z[ recovery-image] Sep 09 17:45:20.890 INFO O| Sep 09 17:45:20.890 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/audit/audit_record_attr"
60972024-09-09T17:45:21.886Z[ recovery-image] Sep 09 17:45:20.890 INFO O| Sep 09 17:45:20.890 INFO STEP 704 (remove_files) COMPLETE
60982024-09-09T17:45:21.886Z[ recovery-image] Sep 09 17:45:20.890 INFO O| Sep 09 17:45:20.890 INFO STEP 705: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60992024-09-09T17:45:21.903Z[ recovery-image] Sep 09 17:45:20.909 INFO O| Sep 09 17:45:20.909 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/brand/shared/common.ksh"
61002024-09-09T17:45:21.906Z[ recovery-image] Sep 09 17:45:20.910 INFO O| Sep 09 17:45:20.910 INFO STEP 705 (remove_files) COMPLETE
61012024-09-09T17:45:21.906Z[ recovery-image] Sep 09 17:45:20.910 INFO O| Sep 09 17:45:20.910 INFO STEP 706: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61022024-09-09T17:45:21.924Z[ recovery-image] Sep 09 17:45:20.931 INFO O| Sep 09 17:45:20.931 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/brand/shared/query"
61032024-09-09T17:45:21.950Z[ recovery-image] Sep 09 17:45:20.957 INFO O| Sep 09 17:45:20.957 INFO STEP 706 (remove_files) COMPLETE
61042024-09-09T17:45:21.950Z[ recovery-image] Sep 09 17:45:20.957 INFO O| Sep 09 17:45:20.957 INFO STEP 707: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61052024-09-09T17:45:21.972Z[ recovery-image] Sep 09 17:45:20.978 INFO O| Sep 09 17:45:20.978 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/brand/shared/uninstall.ksh"
61062024-09-09T17:45:21.975Z[ recovery-image] Sep 09 17:45:20.979 INFO O| Sep 09 17:45:20.979 INFO STEP 707 (remove_files) COMPLETE
61072024-09-09T17:45:21.975Z[ recovery-image] Sep 09 17:45:20.979 INFO O| Sep 09 17:45:20.979 INFO STEP 708: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61082024-09-09T17:45:22.006Z[ recovery-image] Sep 09 17:45:21.012 INFO O| Sep 09 17:45:21.012 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/cfgadm/amd64/ib.so.1"
61092024-09-09T17:45:22.010Z[ recovery-image] Sep 09 17:45:21.013 INFO O| Sep 09 17:45:21.013 INFO STEP 708 (remove_files) COMPLETE
61102024-09-09T17:45:22.010Z[ recovery-image] Sep 09 17:45:21.013 INFO O| Sep 09 17:45:21.013 INFO STEP 709: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61112024-09-09T17:45:22.065Z[ recovery-image] Sep 09 17:45:21.071 INFO O| Sep 09 17:45:21.070 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/cfgadm/amd64/pci.so.1"
61122024-09-09T17:45:22.065Z[ recovery-image] Sep 09 17:45:21.071 INFO O| Sep 09 17:45:21.071 INFO STEP 709 (remove_files) COMPLETE
61132024-09-09T17:45:22.068Z[ recovery-image] Sep 09 17:45:21.071 INFO O| Sep 09 17:45:21.071 INFO STEP 710: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61142024-09-09T17:45:22.088Z[ recovery-image] Sep 09 17:45:21.093 INFO O| Sep 09 17:45:21.093 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/cfgadm/amd64/sata.so.1"
61152024-09-09T17:45:22.088Z[ recovery-image] Sep 09 17:45:21.093 INFO O| Sep 09 17:45:21.093 INFO STEP 710 (remove_files) COMPLETE
61162024-09-09T17:45:22.088Z[ recovery-image] Sep 09 17:45:21.093 INFO O| Sep 09 17:45:21.093 INFO STEP 711: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61172024-09-09T17:45:22.113Z[ recovery-image] Sep 09 17:45:21.117 INFO O| Sep 09 17:45:21.117 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/cfgadm/amd64/scsi.so.1"
61182024-09-09T17:45:22.113Z[ recovery-image] Sep 09 17:45:21.118 INFO O| Sep 09 17:45:21.118 INFO STEP 711 (remove_files) COMPLETE
61192024-09-09T17:45:22.119Z[ recovery-image] Sep 09 17:45:21.118 INFO O| Sep 09 17:45:21.118 INFO STEP 712: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61202024-09-09T17:45:22.145Z[ recovery-image] Sep 09 17:45:21.151 INFO O| Sep 09 17:45:21.151 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/cfgadm/amd64/usb.so.1"
61212024-09-09T17:45:22.145Z[ recovery-image] Sep 09 17:45:21.151 INFO O| Sep 09 17:45:21.151 INFO STEP 712 (remove_files) COMPLETE
61222024-09-09T17:45:22.149Z[ recovery-image] Sep 09 17:45:21.151 INFO O| Sep 09 17:45:21.151 INFO STEP 713: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61232024-09-09T17:45:22.170Z[ recovery-image] Sep 09 17:45:21.174 INFO O| Sep 09 17:45:21.174 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/cfgadm/ib.so.1"
61242024-09-09T17:45:22.170Z[ recovery-image] Sep 09 17:45:21.174 INFO O| Sep 09 17:45:21.174 INFO STEP 713 (remove_files) COMPLETE
61252024-09-09T17:45:22.170Z[ recovery-image] Sep 09 17:45:21.174 INFO O| Sep 09 17:45:21.174 INFO STEP 714: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61262024-09-09T17:45:22.187Z[ recovery-image] Sep 09 17:45:21.193 INFO O| Sep 09 17:45:21.193 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/cfgadm/pci.so.1"
61272024-09-09T17:45:22.187Z[ recovery-image] Sep 09 17:45:21.194 INFO O| Sep 09 17:45:21.193 INFO STEP 714 (remove_files) COMPLETE
61282024-09-09T17:45:22.187Z[ recovery-image] Sep 09 17:45:21.194 INFO O| Sep 09 17:45:21.194 INFO STEP 715: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61292024-09-09T17:45:22.211Z[ recovery-image] Sep 09 17:45:21.215 INFO O| Sep 09 17:45:21.215 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/cfgadm/sata.so.1"
61302024-09-09T17:45:22.211Z[ recovery-image] Sep 09 17:45:21.216 INFO O| Sep 09 17:45:21.216 INFO STEP 715 (remove_files) COMPLETE
61312024-09-09T17:45:22.211Z[ recovery-image] Sep 09 17:45:21.216 INFO O| Sep 09 17:45:21.216 INFO STEP 716: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61322024-09-09T17:45:22.228Z[ recovery-image] Sep 09 17:45:21.235 INFO O| Sep 09 17:45:21.235 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/cfgadm/scsi.so.1"
61332024-09-09T17:45:22.228Z[ recovery-image] Sep 09 17:45:21.235 INFO O| Sep 09 17:45:21.235 INFO STEP 716 (remove_files) COMPLETE
61342024-09-09T17:45:22.234Z[ recovery-image] Sep 09 17:45:21.235 INFO O| Sep 09 17:45:21.235 INFO STEP 717: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61352024-09-09T17:45:22.261Z[ recovery-image] Sep 09 17:45:21.267 INFO O| Sep 09 17:45:21.267 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/cfgadm/shp.so.1"
61362024-09-09T17:45:22.263Z[ recovery-image] Sep 09 17:45:21.268 INFO O| Sep 09 17:45:21.268 INFO STEP 717 (remove_files) COMPLETE
61372024-09-09T17:45:22.263Z[ recovery-image] Sep 09 17:45:21.268 INFO O| Sep 09 17:45:21.268 INFO STEP 718: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61382024-09-09T17:45:22.283Z[ recovery-image] Sep 09 17:45:21.290 INFO O| Sep 09 17:45:21.290 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/cfgadm/usb.so.1"
61392024-09-09T17:45:22.283Z[ recovery-image] Sep 09 17:45:21.290 INFO O| Sep 09 17:45:21.290 INFO STEP 718 (remove_files) COMPLETE
61402024-09-09T17:45:22.285Z[ recovery-image] Sep 09 17:45:21.290 INFO O| Sep 09 17:45:21.290 INFO STEP 719: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61412024-09-09T17:45:22.303Z[ recovery-image] Sep 09 17:45:21.309 INFO O| Sep 09 17:45:21.309 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/class/FX/FXdispadmin"
61422024-09-09T17:45:22.303Z[ recovery-image] Sep 09 17:45:21.310 INFO O| Sep 09 17:45:21.310 INFO STEP 719 (remove_files) COMPLETE
61432024-09-09T17:45:22.305Z[ recovery-image] Sep 09 17:45:21.310 INFO O| Sep 09 17:45:21.310 INFO STEP 720: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61442024-09-09T17:45:22.330Z[ recovery-image] Sep 09 17:45:21.336 INFO O| Sep 09 17:45:21.336 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/class/FX/FXpriocntl"
61452024-09-09T17:45:22.331Z[ recovery-image] Sep 09 17:45:21.336 INFO O| Sep 09 17:45:21.336 INFO STEP 720 (remove_files) COMPLETE
61462024-09-09T17:45:22.331Z[ recovery-image] Sep 09 17:45:21.336 INFO O| Sep 09 17:45:21.336 INFO STEP 721: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61472024-09-09T17:45:22.353Z[ recovery-image] Sep 09 17:45:21.358 INFO O| Sep 09 17:45:21.358 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/class/IA/IAdispadmin"
61482024-09-09T17:45:22.353Z[ recovery-image] Sep 09 17:45:21.358 INFO O| Sep 09 17:45:21.358 INFO STEP 721 (remove_files) COMPLETE
61492024-09-09T17:45:22.359Z[ recovery-image] Sep 09 17:45:21.358 INFO O| Sep 09 17:45:21.358 INFO STEP 722: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61502024-09-09T17:45:22.383Z[ recovery-image] Sep 09 17:45:21.389 INFO O| Sep 09 17:45:21.389 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/class/IA/IApriocntl"
61512024-09-09T17:45:22.387Z[ recovery-image] Sep 09 17:45:21.390 INFO O| Sep 09 17:45:21.389 INFO STEP 722 (remove_files) COMPLETE
61522024-09-09T17:45:22.387Z[ recovery-image] Sep 09 17:45:21.390 INFO O| Sep 09 17:45:21.390 INFO STEP 723: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61532024-09-09T17:45:22.403Z[ recovery-image] Sep 09 17:45:21.410 INFO O| Sep 09 17:45:21.410 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/class/RT/RTdispadmin"
61542024-09-09T17:45:22.406Z[ recovery-image] Sep 09 17:45:21.410 INFO O| Sep 09 17:45:21.410 INFO STEP 723 (remove_files) COMPLETE
61552024-09-09T17:45:22.406Z[ recovery-image] Sep 09 17:45:21.411 INFO O| Sep 09 17:45:21.411 INFO STEP 724: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61562024-09-09T17:45:22.423Z[ recovery-image] Sep 09 17:45:21.430 INFO O| Sep 09 17:45:21.430 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/class/RT/RTpriocntl"
61572024-09-09T17:45:22.426Z[ recovery-image] Sep 09 17:45:21.430 INFO O| Sep 09 17:45:21.430 INFO STEP 724 (remove_files) COMPLETE
61582024-09-09T17:45:22.426Z[ recovery-image] Sep 09 17:45:21.431 INFO O| Sep 09 17:45:21.430 INFO STEP 725: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61592024-09-09T17:45:22.442Z[ recovery-image] Sep 09 17:45:21.449 INFO O| Sep 09 17:45:21.449 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/class/SDC/SDCdispadmin"
61602024-09-09T17:45:22.445Z[ recovery-image] Sep 09 17:45:21.449 INFO O| Sep 09 17:45:21.449 INFO STEP 725 (remove_files) COMPLETE
61612024-09-09T17:45:22.445Z[ recovery-image] Sep 09 17:45:21.450 INFO O| Sep 09 17:45:21.449 INFO STEP 726: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61622024-09-09T17:45:22.465Z[ recovery-image] Sep 09 17:45:21.471 INFO O| Sep 09 17:45:21.471 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/class/SDC/SDCpriocntl"
61632024-09-09T17:45:22.465Z[ recovery-image] Sep 09 17:45:21.471 INFO O| Sep 09 17:45:21.471 INFO STEP 726 (remove_files) COMPLETE
61642024-09-09T17:45:22.465Z[ recovery-image] Sep 09 17:45:21.471 INFO O| Sep 09 17:45:21.471 INFO STEP 727: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61652024-09-09T17:45:22.503Z[ recovery-image] Sep 09 17:45:21.509 INFO O| Sep 09 17:45:21.509 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/class/TS/TSdispadmin"
61662024-09-09T17:45:22.503Z[ recovery-image] Sep 09 17:45:21.509 INFO O| Sep 09 17:45:21.509 INFO STEP 727 (remove_files) COMPLETE
61672024-09-09T17:45:22.506Z[ recovery-image] Sep 09 17:45:21.509 INFO O| Sep 09 17:45:21.509 INFO STEP 728: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61682024-09-09T17:45:22.533Z[ recovery-image] Sep 09 17:45:21.539 INFO O| Sep 09 17:45:21.539 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/class/TS/TSpriocntl"
61692024-09-09T17:45:22.533Z[ recovery-image] Sep 09 17:45:21.539 INFO O| Sep 09 17:45:21.539 INFO STEP 728 (remove_files) COMPLETE
61702024-09-09T17:45:22.533Z[ recovery-image] Sep 09 17:45:21.539 INFO O| Sep 09 17:45:21.539 INFO STEP 729: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61712024-09-09T17:45:22.582Z[ recovery-image] Sep 09 17:45:21.587 INFO O| Sep 09 17:45:21.586 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/cmake/libxml2/libxml2-config.cmake"
61722024-09-09T17:45:22.587Z[ recovery-image] Sep 09 17:45:21.587 INFO O| Sep 09 17:45:21.587 INFO STEP 729 (remove_files) COMPLETE
61732024-09-09T17:45:22.587Z[ recovery-image] Sep 09 17:45:21.587 INFO O| Sep 09 17:45:21.587 INFO STEP 730: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61742024-09-09T17:45:22.605Z[ recovery-image] Sep 09 17:45:21.612 INFO O| Sep 09 17:45:21.612 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/dbus-1.0/include/dbus/dbus-arch-deps.h"
61752024-09-09T17:45:22.605Z[ recovery-image] Sep 09 17:45:21.612 INFO O| Sep 09 17:45:21.612 INFO STEP 730 (remove_files) COMPLETE
61762024-09-09T17:45:22.605Z[ recovery-image] Sep 09 17:45:21.612 INFO O| Sep 09 17:45:21.612 INFO STEP 731: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61772024-09-09T17:45:22.649Z[ recovery-image] Sep 09 17:45:21.655 INFO O| Sep 09 17:45:21.655 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/dl/dlled"
61782024-09-09T17:45:22.651Z[ recovery-image] Sep 09 17:45:21.656 INFO O| Sep 09 17:45:21.655 INFO STEP 731 (remove_files) COMPLETE
61792024-09-09T17:45:22.651Z[ recovery-image] Sep 09 17:45:21.656 INFO O| Sep 09 17:45:21.656 INFO STEP 732: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61802024-09-09T17:45:22.670Z[ recovery-image] Sep 09 17:45:21.677 INFO O| Sep 09 17:45:21.676 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/dl/dlrecv"
61812024-09-09T17:45:22.672Z[ recovery-image] Sep 09 17:45:21.677 INFO O| Sep 09 17:45:21.677 INFO STEP 732 (remove_files) COMPLETE
61822024-09-09T17:45:22.672Z[ recovery-image] Sep 09 17:45:21.677 INFO O| Sep 09 17:45:21.677 INFO STEP 733: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61832024-09-09T17:45:22.688Z[ recovery-image] Sep 09 17:45:21.695 INFO O| Sep 09 17:45:21.695 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/dl/dlsend"
61842024-09-09T17:45:22.690Z[ recovery-image] Sep 09 17:45:21.695 INFO O| Sep 09 17:45:21.695 INFO STEP 733 (remove_files) COMPLETE
61852024-09-09T17:45:22.690Z[ recovery-image] Sep 09 17:45:21.695 INFO O| Sep 09 17:45:21.695 INFO STEP 734: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61862024-09-09T17:45:22.720Z[ recovery-image] Sep 09 17:45:21.726 INFO O| Sep 09 17:45:21.726 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/dl/dltraninfo"
61872024-09-09T17:45:22.720Z[ recovery-image] Sep 09 17:45:21.726 INFO O| Sep 09 17:45:21.726 INFO STEP 734 (remove_files) COMPLETE
61882024-09-09T17:45:22.720Z[ recovery-image] Sep 09 17:45:21.726 INFO O| Sep 09 17:45:21.726 INFO STEP 735: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61892024-09-09T17:45:22.761Z[ recovery-image] Sep 09 17:45:21.766 INFO O| Sep 09 17:45:21.766 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/dtrace/64/drti.o"
61902024-09-09T17:45:22.765Z[ recovery-image] Sep 09 17:45:21.767 INFO O| Sep 09 17:45:21.767 INFO STEP 735 (remove_files) COMPLETE
61912024-09-09T17:45:22.765Z[ recovery-image] Sep 09 17:45:21.767 INFO O| Sep 09 17:45:21.767 INFO STEP 736: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61922024-09-09T17:45:22.780Z[ recovery-image] Sep 09 17:45:21.786 INFO O| Sep 09 17:45:21.786 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/dtrace/64/libdtrace_forceload.so"
61932024-09-09T17:45:22.784Z[ recovery-image] Sep 09 17:45:21.786 INFO O| Sep 09 17:45:21.786 INFO STEP 736 (remove_files) COMPLETE
61942024-09-09T17:45:22.784Z[ recovery-image] Sep 09 17:45:21.787 INFO O| Sep 09 17:45:21.787 INFO STEP 737: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61952024-09-09T17:45:22.802Z[ recovery-image] Sep 09 17:45:21.806 INFO O| Sep 09 17:45:21.806 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/dtrace/64/sftp64.d"
61962024-09-09T17:45:22.805Z[ recovery-image] Sep 09 17:45:21.806 INFO O| Sep 09 17:45:21.806 INFO STEP 737 (remove_files) COMPLETE
61972024-09-09T17:45:22.805Z[ recovery-image] Sep 09 17:45:21.806 INFO O| Sep 09 17:45:21.806 INFO STEP 738: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61982024-09-09T17:45:22.832Z[ recovery-image] Sep 09 17:45:21.839 INFO O| Sep 09 17:45:21.839 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/dtrace/drti.o"
61992024-09-09T17:45:22.835Z[ recovery-image] Sep 09 17:45:21.839 INFO O| Sep 09 17:45:21.839 INFO STEP 738 (remove_files) COMPLETE
62002024-09-09T17:45:22.835Z[ recovery-image] Sep 09 17:45:21.839 INFO O| Sep 09 17:45:21.839 INFO STEP 739: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62012024-09-09T17:45:22.890Z[ recovery-image] Sep 09 17:45:21.897 INFO O| Sep 09 17:45:21.896 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/dtrace/libdtrace_forceload.so"
62022024-09-09T17:45:22.890Z[ recovery-image] Sep 09 17:45:21.897 INFO O| Sep 09 17:45:21.897 INFO STEP 739 (remove_files) COMPLETE
62032024-09-09T17:45:22.890Z[ recovery-image] Sep 09 17:45:21.897 INFO O| Sep 09 17:45:21.897 INFO STEP 740: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62042024-09-09T17:45:22.924Z[ recovery-image] Sep 09 17:45:21.931 INFO O| Sep 09 17:45:21.931 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/amd64/libdiagcode.so.1"
62052024-09-09T17:45:22.927Z[ recovery-image] Sep 09 17:45:21.932 INFO O| Sep 09 17:45:21.931 INFO STEP 740 (remove_files) COMPLETE
62062024-09-09T17:45:22.927Z[ recovery-image] Sep 09 17:45:21.932 INFO O| Sep 09 17:45:21.931 INFO STEP 741: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62072024-09-09T17:45:22.945Z[ recovery-image] Sep 09 17:45:21.951 INFO O| Sep 09 17:45:21.951 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/amd64/libdiskstatus.so.1"
62082024-09-09T17:45:22.945Z[ recovery-image] Sep 09 17:45:21.952 INFO O| Sep 09 17:45:21.951 INFO STEP 741 (remove_files) COMPLETE
62092024-09-09T17:45:22.945Z[ recovery-image] Sep 09 17:45:21.952 INFO O| Sep 09 17:45:21.952 INFO STEP 742: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62102024-09-09T17:45:22.985Z[ recovery-image] Sep 09 17:45:21.991 INFO O| Sep 09 17:45:21.991 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/amd64/libfmd_adm.so.1"
62112024-09-09T17:45:22.989Z[ recovery-image] Sep 09 17:45:21.991 INFO O| Sep 09 17:45:21.991 INFO STEP 742 (remove_files) COMPLETE
62122024-09-09T17:45:22.989Z[ recovery-image] Sep 09 17:45:21.991 INFO O| Sep 09 17:45:21.991 INFO STEP 743: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62132024-09-09T17:45:23.011Z[ recovery-image] Sep 09 17:45:22.017 INFO O| Sep 09 17:45:22.017 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/amd64/libfmd_agent.so.1"
62142024-09-09T17:45:23.015Z[ recovery-image] Sep 09 17:45:22.017 INFO O| Sep 09 17:45:22.017 INFO STEP 743 (remove_files) COMPLETE
62152024-09-09T17:45:23.015Z[ recovery-image] Sep 09 17:45:22.017 INFO O| Sep 09 17:45:22.017 INFO STEP 744: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62162024-09-09T17:45:23.034Z[ recovery-image] Sep 09 17:45:22.036 INFO O| Sep 09 17:45:22.036 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/amd64/libfmd_log.so.1"
62172024-09-09T17:45:23.063Z[ recovery-image] Sep 09 17:45:22.061 INFO O| Sep 09 17:45:22.061 INFO STEP 744 (remove_files) COMPLETE
62182024-09-09T17:45:23.063Z[ recovery-image] Sep 09 17:45:22.061 INFO O| Sep 09 17:45:22.061 INFO STEP 745: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62192024-09-09T17:45:23.088Z[ recovery-image] Sep 09 17:45:22.095 INFO O| Sep 09 17:45:22.094 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/amd64/libfmd_msg.so.1"
62202024-09-09T17:45:23.088Z[ recovery-image] Sep 09 17:45:22.095 INFO O| Sep 09 17:45:22.095 INFO STEP 745 (remove_files) COMPLETE
62212024-09-09T17:45:23.088Z[ recovery-image] Sep 09 17:45:22.095 INFO O| Sep 09 17:45:22.095 INFO STEP 746: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62222024-09-09T17:45:23.119Z[ recovery-image] Sep 09 17:45:22.125 INFO O| Sep 09 17:45:22.125 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/amd64/libfmd_snmp.so.1"
62232024-09-09T17:45:23.121Z[ recovery-image] Sep 09 17:45:22.125 INFO O| Sep 09 17:45:22.125 INFO STEP 746 (remove_files) COMPLETE
62242024-09-09T17:45:23.121Z[ recovery-image] Sep 09 17:45:22.126 INFO O| Sep 09 17:45:22.125 INFO STEP 747: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62252024-09-09T17:45:23.140Z[ recovery-image] Sep 09 17:45:22.146 INFO O| Sep 09 17:45:22.146 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/amd64/libfmnotify.so.1"
62262024-09-09T17:45:23.142Z[ recovery-image] Sep 09 17:45:22.147 INFO O| Sep 09 17:45:22.147 INFO STEP 747 (remove_files) COMPLETE
62272024-09-09T17:45:23.142Z[ recovery-image] Sep 09 17:45:22.147 INFO O| Sep 09 17:45:22.147 INFO STEP 748: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62282024-09-09T17:45:23.161Z[ recovery-image] Sep 09 17:45:22.168 INFO O| Sep 09 17:45:22.168 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/amd64/libseslog.so.1"
62292024-09-09T17:45:23.164Z[ recovery-image] Sep 09 17:45:22.168 INFO O| Sep 09 17:45:22.168 INFO STEP 748 (remove_files) COMPLETE
62302024-09-09T17:45:23.164Z[ recovery-image] Sep 09 17:45:22.169 INFO O| Sep 09 17:45:22.168 INFO STEP 749: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62312024-09-09T17:45:23.180Z[ recovery-image] Sep 09 17:45:22.187 INFO O| Sep 09 17:45:22.187 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/dict/AMD.dict"
62322024-09-09T17:45:23.183Z[ recovery-image] Sep 09 17:45:22.187 INFO O| Sep 09 17:45:22.187 INFO STEP 749 (remove_files) COMPLETE
62332024-09-09T17:45:23.183Z[ recovery-image] Sep 09 17:45:22.187 INFO O| Sep 09 17:45:22.187 INFO STEP 750: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62342024-09-09T17:45:23.208Z[ recovery-image] Sep 09 17:45:22.213 INFO O| Sep 09 17:45:22.213 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/dict/FMNOTIFY.dict"
62352024-09-09T17:45:23.208Z[ recovery-image] Sep 09 17:45:22.213 INFO O| Sep 09 17:45:22.213 INFO STEP 750 (remove_files) COMPLETE
62362024-09-09T17:45:23.211Z[ recovery-image] Sep 09 17:45:22.214 INFO O| Sep 09 17:45:22.213 INFO STEP 751: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62372024-09-09T17:45:23.240Z[ recovery-image] Sep 09 17:45:22.247 INFO O| Sep 09 17:45:22.247 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/dict/GMCA.dict"
62382024-09-09T17:45:23.240Z[ recovery-image] Sep 09 17:45:22.247 INFO O| Sep 09 17:45:22.247 INFO STEP 751 (remove_files) COMPLETE
62392024-09-09T17:45:23.243Z[ recovery-image] Sep 09 17:45:22.247 INFO O| Sep 09 17:45:22.247 INFO STEP 752: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62402024-09-09T17:45:23.260Z[ recovery-image] Sep 09 17:45:22.267 INFO O| Sep 09 17:45:22.267 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/dict/INTEL.dict"
62412024-09-09T17:45:23.260Z[ recovery-image] Sep 09 17:45:22.267 INFO O| Sep 09 17:45:22.267 INFO STEP 752 (remove_files) COMPLETE
62422024-09-09T17:45:23.260Z[ recovery-image] Sep 09 17:45:22.267 INFO O| Sep 09 17:45:22.267 INFO STEP 753: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62432024-09-09T17:45:23.285Z[ recovery-image] Sep 09 17:45:22.291 INFO O| Sep 09 17:45:22.291 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/fminject"
62442024-09-09T17:45:23.285Z[ recovery-image] Sep 09 17:45:22.291 INFO O| Sep 09 17:45:22.291 INFO STEP 753 (remove_files) COMPLETE
62452024-09-09T17:45:23.289Z[ recovery-image] Sep 09 17:45:22.291 INFO O| Sep 09 17:45:22.291 INFO STEP 754: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62462024-09-09T17:45:23.304Z[ recovery-image] Sep 09 17:45:22.311 INFO O| Sep 09 17:45:22.311 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/fmsim"
62472024-09-09T17:45:23.329Z[ recovery-image] Sep 09 17:45:22.336 INFO O| Sep 09 17:45:22.336 INFO STEP 754 (remove_files) COMPLETE
62482024-09-09T17:45:23.329Z[ recovery-image] Sep 09 17:45:22.336 INFO O| Sep 09 17:45:22.336 INFO STEP 755: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62492024-09-09T17:45:23.392Z[ recovery-image] Sep 09 17:45:22.394 INFO O| Sep 09 17:45:22.394 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/fmtopo"
62502024-09-09T17:45:23.392Z[ recovery-image] Sep 09 17:45:22.394 INFO O| Sep 09 17:45:22.394 INFO STEP 755 (remove_files) COMPLETE
62512024-09-09T17:45:23.392Z[ recovery-image] Sep 09 17:45:22.394 INFO O| Sep 09 17:45:22.394 INFO STEP 756: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62522024-09-09T17:45:23.442Z[ recovery-image] Sep 09 17:45:22.447 INFO O| Sep 09 17:45:22.447 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/ipmitopo"
62532024-09-09T17:45:23.442Z[ recovery-image] Sep 09 17:45:22.448 INFO O| Sep 09 17:45:22.447 INFO STEP 756 (remove_files) COMPLETE
62542024-09-09T17:45:23.442Z[ recovery-image] Sep 09 17:45:22.448 INFO O| Sep 09 17:45:22.448 INFO STEP 757: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62552024-09-09T17:45:23.461Z[ recovery-image] Sep 09 17:45:22.466 INFO O| Sep 09 17:45:22.466 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/mcdecode"
62562024-09-09T17:45:23.461Z[ recovery-image] Sep 09 17:45:22.466 INFO O| Sep 09 17:45:22.466 INFO STEP 757 (remove_files) COMPLETE
62572024-09-09T17:45:23.461Z[ recovery-image] Sep 09 17:45:22.466 INFO O| Sep 09 17:45:22.466 INFO STEP 758: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62582024-09-09T17:45:23.490Z[ recovery-image] Sep 09 17:45:22.496 INFO O| Sep 09 17:45:22.496 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/plugins/cpumem-retire.conf"
62592024-09-09T17:45:23.493Z[ recovery-image] Sep 09 17:45:22.497 INFO O| Sep 09 17:45:22.496 INFO STEP 758 (remove_files) COMPLETE
62602024-09-09T17:45:23.493Z[ recovery-image] Sep 09 17:45:22.497 INFO O| Sep 09 17:45:22.497 INFO STEP 759: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62612024-09-09T17:45:23.511Z[ recovery-image] Sep 09 17:45:22.518 INFO O| Sep 09 17:45:22.517 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/amd64/cpu.so"
62622024-09-09T17:45:23.514Z[ recovery-image] Sep 09 17:45:22.518 INFO O| Sep 09 17:45:22.518 INFO STEP 759 (remove_files) COMPLETE
62632024-09-09T17:45:23.514Z[ recovery-image] Sep 09 17:45:22.518 INFO O| Sep 09 17:45:22.518 INFO STEP 760: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62642024-09-09T17:45:23.533Z[ recovery-image] Sep 09 17:45:22.539 INFO O| Sep 09 17:45:22.539 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/amd64/dev.so"
62652024-09-09T17:45:23.536Z[ recovery-image] Sep 09 17:45:22.540 INFO O| Sep 09 17:45:22.539 INFO STEP 760 (remove_files) COMPLETE
62662024-09-09T17:45:23.536Z[ recovery-image] Sep 09 17:45:22.540 INFO O| Sep 09 17:45:22.540 INFO STEP 761: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62672024-09-09T17:45:23.552Z[ recovery-image] Sep 09 17:45:22.558 INFO O| Sep 09 17:45:22.558 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/amd64/fmd.so"
62682024-09-09T17:45:23.555Z[ recovery-image] Sep 09 17:45:22.559 INFO O| Sep 09 17:45:22.559 INFO STEP 761 (remove_files) COMPLETE
62692024-09-09T17:45:23.555Z[ recovery-image] Sep 09 17:45:22.559 INFO O| Sep 09 17:45:22.559 INFO STEP 762: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62702024-09-09T17:45:23.579Z[ recovery-image] Sep 09 17:45:22.585 INFO O| Sep 09 17:45:22.585 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/amd64/hc.so"
62712024-09-09T17:45:23.579Z[ recovery-image] Sep 09 17:45:22.585 INFO O| Sep 09 17:45:22.585 INFO STEP 762 (remove_files) COMPLETE
62722024-09-09T17:45:23.579Z[ recovery-image] Sep 09 17:45:22.585 INFO O| Sep 09 17:45:22.585 INFO STEP 763: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62732024-09-09T17:45:23.599Z[ recovery-image] Sep 09 17:45:22.605 INFO O| Sep 09 17:45:22.605 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/amd64/legacy-hc.so"
62742024-09-09T17:45:23.599Z[ recovery-image] Sep 09 17:45:22.605 INFO O| Sep 09 17:45:22.605 INFO STEP 763 (remove_files) COMPLETE
62752024-09-09T17:45:23.600Z[ recovery-image] Sep 09 17:45:22.605 INFO O| Sep 09 17:45:22.605 INFO STEP 764: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62762024-09-09T17:45:23.657Z[ recovery-image] Sep 09 17:45:22.663 INFO O| Sep 09 17:45:22.663 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/amd64/mem.so"
62772024-09-09T17:45:23.659Z[ recovery-image] Sep 09 17:45:22.663 INFO O| Sep 09 17:45:22.663 INFO STEP 764 (remove_files) COMPLETE
62782024-09-09T17:45:23.659Z[ recovery-image] Sep 09 17:45:22.664 INFO O| Sep 09 17:45:22.663 INFO STEP 765: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62792024-09-09T17:45:23.677Z[ recovery-image] Sep 09 17:45:22.683 INFO O| Sep 09 17:45:22.683 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/amd64/mod.so"
62802024-09-09T17:45:23.679Z[ recovery-image] Sep 09 17:45:22.684 INFO O| Sep 09 17:45:22.684 INFO STEP 765 (remove_files) COMPLETE
62812024-09-09T17:45:23.679Z[ recovery-image] Sep 09 17:45:22.684 INFO O| Sep 09 17:45:22.684 INFO STEP 766: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62822024-09-09T17:45:23.695Z[ recovery-image] Sep 09 17:45:22.702 INFO O| Sep 09 17:45:22.702 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/amd64/pkg.so"
62832024-09-09T17:45:23.697Z[ recovery-image] Sep 09 17:45:22.702 INFO O| Sep 09 17:45:22.702 INFO STEP 766 (remove_files) COMPLETE
62842024-09-09T17:45:23.697Z[ recovery-image] Sep 09 17:45:22.702 INFO O| Sep 09 17:45:22.702 INFO STEP 767: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62852024-09-09T17:45:23.731Z[ recovery-image] Sep 09 17:45:22.736 INFO O| Sep 09 17:45:22.736 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/amd64/svc.so"
62862024-09-09T17:45:23.731Z[ recovery-image] Sep 09 17:45:22.736 INFO O| Sep 09 17:45:22.736 INFO STEP 767 (remove_files) COMPLETE
62872024-09-09T17:45:23.731Z[ recovery-image] Sep 09 17:45:22.736 INFO O| Sep 09 17:45:22.736 INFO STEP 768: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62882024-09-09T17:45:23.787Z[ recovery-image] Sep 09 17:45:22.793 INFO O| Sep 09 17:45:22.793 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/amd64/sw.so"
62892024-09-09T17:45:23.787Z[ recovery-image] Sep 09 17:45:22.793 INFO O| Sep 09 17:45:22.793 INFO STEP 768 (remove_files) COMPLETE
62902024-09-09T17:45:23.792Z[ recovery-image] Sep 09 17:45:22.793 INFO O| Sep 09 17:45:22.793 INFO STEP 769: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62912024-09-09T17:45:23.845Z[ recovery-image] Sep 09 17:45:22.852 INFO O| Sep 09 17:45:22.852 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/amd64/zfs.so"
62922024-09-09T17:45:23.845Z[ recovery-image] Sep 09 17:45:22.852 INFO O| Sep 09 17:45:22.852 INFO STEP 769 (remove_files) COMPLETE
62932024-09-09T17:45:23.845Z[ recovery-image] Sep 09 17:45:22.852 INFO O| Sep 09 17:45:22.852 INFO STEP 770: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62942024-09-09T17:45:23.884Z[ recovery-image] Sep 09 17:45:22.890 INFO O| Sep 09 17:45:22.890 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/cpu.so"
62952024-09-09T17:45:23.884Z[ recovery-image] Sep 09 17:45:22.890 INFO O| Sep 09 17:45:22.890 INFO STEP 770 (remove_files) COMPLETE
62962024-09-09T17:45:23.884Z[ recovery-image] Sep 09 17:45:22.890 INFO O| Sep 09 17:45:22.890 INFO STEP 771: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62972024-09-09T17:45:23.907Z[ recovery-image] Sep 09 17:45:22.913 INFO O| Sep 09 17:45:22.913 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/dev.so"
62982024-09-09T17:45:23.907Z[ recovery-image] Sep 09 17:45:22.913 INFO O| Sep 09 17:45:22.913 INFO STEP 771 (remove_files) COMPLETE
62992024-09-09T17:45:23.909Z[ recovery-image] Sep 09 17:45:22.913 INFO O| Sep 09 17:45:22.913 INFO STEP 772: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63002024-09-09T17:45:23.941Z[ recovery-image] Sep 09 17:45:22.947 INFO O| Sep 09 17:45:22.947 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/fmd.so"
63012024-09-09T17:45:23.941Z[ recovery-image] Sep 09 17:45:22.947 INFO O| Sep 09 17:45:22.947 INFO STEP 772 (remove_files) COMPLETE
63022024-09-09T17:45:23.943Z[ recovery-image] Sep 09 17:45:22.947 INFO O| Sep 09 17:45:22.947 INFO STEP 773: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63032024-09-09T17:45:23.962Z[ recovery-image] Sep 09 17:45:22.968 INFO O| Sep 09 17:45:22.968 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/hc.so"
63042024-09-09T17:45:23.962Z[ recovery-image] Sep 09 17:45:22.968 INFO O| Sep 09 17:45:22.968 INFO STEP 773 (remove_files) COMPLETE
63052024-09-09T17:45:23.962Z[ recovery-image] Sep 09 17:45:22.969 INFO O| Sep 09 17:45:22.968 INFO STEP 774: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63062024-09-09T17:45:23.980Z[ recovery-image] Sep 09 17:45:22.986 INFO O| Sep 09 17:45:22.986 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/legacy-hc.so"
63072024-09-09T17:45:23.980Z[ recovery-image] Sep 09 17:45:22.986 INFO O| Sep 09 17:45:22.986 INFO STEP 774 (remove_files) COMPLETE
63082024-09-09T17:45:23.980Z[ recovery-image] Sep 09 17:45:22.986 INFO O| Sep 09 17:45:22.986 INFO STEP 775: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63092024-09-09T17:45:24.001Z[ recovery-image] Sep 09 17:45:23.007 INFO O| Sep 09 17:45:23.007 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/mem.so"
63102024-09-09T17:45:24.001Z[ recovery-image] Sep 09 17:45:23.007 INFO O| Sep 09 17:45:23.007 INFO STEP 775 (remove_files) COMPLETE
63112024-09-09T17:45:24.001Z[ recovery-image] Sep 09 17:45:23.007 INFO O| Sep 09 17:45:23.007 INFO STEP 776: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63122024-09-09T17:45:24.053Z[ recovery-image] Sep 09 17:45:23.060 INFO O| Sep 09 17:45:23.060 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/mod.so"
63132024-09-09T17:45:24.053Z[ recovery-image] Sep 09 17:45:23.060 INFO O| Sep 09 17:45:23.060 INFO STEP 776 (remove_files) COMPLETE
63142024-09-09T17:45:24.053Z[ recovery-image] Sep 09 17:45:23.060 INFO O| Sep 09 17:45:23.060 INFO STEP 777: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63152024-09-09T17:45:24.074Z[ recovery-image] Sep 09 17:45:23.081 INFO O| Sep 09 17:45:23.080 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/pkg.so"
63162024-09-09T17:45:24.074Z[ recovery-image] Sep 09 17:45:23.081 INFO O| Sep 09 17:45:23.081 INFO STEP 777 (remove_files) COMPLETE
63172024-09-09T17:45:24.077Z[ recovery-image] Sep 09 17:45:23.081 INFO O| Sep 09 17:45:23.081 INFO STEP 778: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63182024-09-09T17:45:24.098Z[ recovery-image] Sep 09 17:45:23.104 INFO O| Sep 09 17:45:23.104 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/sw.so"
63192024-09-09T17:45:24.101Z[ recovery-image] Sep 09 17:45:23.105 INFO O| Sep 09 17:45:23.105 INFO STEP 778 (remove_files) COMPLETE
63202024-09-09T17:45:24.101Z[ recovery-image] Sep 09 17:45:23.105 INFO O| Sep 09 17:45:23.105 INFO STEP 779: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63212024-09-09T17:45:24.116Z[ recovery-image] Sep 09 17:45:23.123 INFO O| Sep 09 17:45:23.123 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/libdiskstatus.so.1"
63222024-09-09T17:45:24.119Z[ recovery-image] Sep 09 17:45:23.123 INFO O| Sep 09 17:45:23.123 INFO STEP 779 (remove_files) COMPLETE
63232024-09-09T17:45:24.119Z[ recovery-image] Sep 09 17:45:23.123 INFO O| Sep 09 17:45:23.123 INFO STEP 780: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63242024-09-09T17:45:24.135Z[ recovery-image] Sep 09 17:45:23.142 INFO O| Sep 09 17:45:23.142 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/libfmd_adm.so.1"
63252024-09-09T17:45:24.138Z[ recovery-image] Sep 09 17:45:23.142 INFO O| Sep 09 17:45:23.142 INFO STEP 780 (remove_files) COMPLETE
63262024-09-09T17:45:24.138Z[ recovery-image] Sep 09 17:45:23.142 INFO O| Sep 09 17:45:23.142 INFO STEP 781: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63272024-09-09T17:45:24.171Z[ recovery-image] Sep 09 17:45:23.177 INFO O| Sep 09 17:45:23.177 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/libfmd_log.so.1"
63282024-09-09T17:45:24.171Z[ recovery-image] Sep 09 17:45:23.177 INFO O| Sep 09 17:45:23.177 INFO STEP 781 (remove_files) COMPLETE
63292024-09-09T17:45:24.171Z[ recovery-image] Sep 09 17:45:23.177 INFO O| Sep 09 17:45:23.177 INFO STEP 782: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63302024-09-09T17:45:24.230Z[ recovery-image] Sep 09 17:45:23.237 INFO O| Sep 09 17:45:23.236 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/libfmd_snmp.so.1"
63312024-09-09T17:45:24.230Z[ recovery-image] Sep 09 17:45:23.237 INFO O| Sep 09 17:45:23.237 INFO STEP 782 (remove_files) COMPLETE
63322024-09-09T17:45:24.233Z[ recovery-image] Sep 09 17:45:23.237 INFO O| Sep 09 17:45:23.237 INFO STEP 783: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63332024-09-09T17:45:24.249Z[ recovery-image] Sep 09 17:45:23.256 INFO O| Sep 09 17:45:23.256 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/libfmnotify.so.1"
63342024-09-09T17:45:24.249Z[ recovery-image] Sep 09 17:45:23.256 INFO O| Sep 09 17:45:23.256 INFO STEP 783 (remove_files) COMPLETE
63352024-09-09T17:45:24.249Z[ recovery-image] Sep 09 17:45:23.256 INFO O| Sep 09 17:45:23.256 INFO STEP 784: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63362024-09-09T17:45:24.268Z[ recovery-image] Sep 09 17:45:23.274 INFO O| Sep 09 17:45:23.274 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/libseslog.so.1"
63372024-09-09T17:45:24.268Z[ recovery-image] Sep 09 17:45:23.274 INFO O| Sep 09 17:45:23.274 INFO STEP 784 (remove_files) COMPLETE
63382024-09-09T17:45:24.270Z[ recovery-image] Sep 09 17:45:23.275 INFO O| Sep 09 17:45:23.274 INFO STEP 785: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63392024-09-09T17:45:24.286Z[ recovery-image] Sep 09 17:45:23.293 INFO O| Sep 09 17:45:23.293 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/topo/maps/xfp-hc-topology.xml"
63402024-09-09T17:45:24.286Z[ recovery-image] Sep 09 17:45:23.293 INFO O| Sep 09 17:45:23.293 INFO STEP 785 (remove_files) COMPLETE
63412024-09-09T17:45:24.286Z[ recovery-image] Sep 09 17:45:23.293 INFO O| Sep 09 17:45:23.293 INFO STEP 786: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63422024-09-09T17:45:24.310Z[ recovery-image] Sep 09 17:45:23.317 INFO O| Sep 09 17:45:23.317 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/topo/plugins/disk.so"
63432024-09-09T17:45:24.310Z[ recovery-image] Sep 09 17:45:23.317 INFO O| Sep 09 17:45:23.317 INFO STEP 786 (remove_files) COMPLETE
63442024-09-09T17:45:24.310Z[ recovery-image] Sep 09 17:45:23.317 INFO O| Sep 09 17:45:23.317 INFO STEP 787: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63452024-09-09T17:45:24.335Z[ recovery-image] Sep 09 17:45:23.341 INFO O| Sep 09 17:45:23.341 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/topo/plugins/fac_prov_ahci.so"
63462024-09-09T17:45:24.335Z[ recovery-image] Sep 09 17:45:23.341 INFO O| Sep 09 17:45:23.341 INFO STEP 787 (remove_files) COMPLETE
63472024-09-09T17:45:24.335Z[ recovery-image] Sep 09 17:45:23.341 INFO O| Sep 09 17:45:23.341 INFO STEP 788: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63482024-09-09T17:45:24.356Z[ recovery-image] Sep 09 17:45:23.363 INFO O| Sep 09 17:45:23.363 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/topo/plugins/fac_prov_ipmi.so"
63492024-09-09T17:45:24.359Z[ recovery-image] Sep 09 17:45:23.363 INFO O| Sep 09 17:45:23.363 INFO STEP 788 (remove_files) COMPLETE
63502024-09-09T17:45:24.359Z[ recovery-image] Sep 09 17:45:23.363 INFO O| Sep 09 17:45:23.363 INFO STEP 789: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63512024-09-09T17:45:24.378Z[ recovery-image] Sep 09 17:45:23.384 INFO O| Sep 09 17:45:23.384 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/topo/plugins/fac_prov_mptsas.so"
63522024-09-09T17:45:24.378Z[ recovery-image] Sep 09 17:45:23.384 INFO O| Sep 09 17:45:23.384 INFO STEP 789 (remove_files) COMPLETE
63532024-09-09T17:45:24.380Z[ recovery-image] Sep 09 17:45:23.385 INFO O| Sep 09 17:45:23.384 INFO STEP 790: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63542024-09-09T17:45:24.413Z[ recovery-image] Sep 09 17:45:23.419 INFO O| Sep 09 17:45:23.419 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/topo/plugins/ipmi.so"
63552024-09-09T17:45:24.413Z[ recovery-image] Sep 09 17:45:23.419 INFO O| Sep 09 17:45:23.419 INFO STEP 790 (remove_files) COMPLETE
63562024-09-09T17:45:24.413Z[ recovery-image] Sep 09 17:45:23.419 INFO O| Sep 09 17:45:23.419 INFO STEP 791: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63572024-09-09T17:45:24.430Z[ host-image] Sep 09 17:45:23.437 INFO O| Sep 09 17:45:23.437 INFO O| Planning: Solver setup ... Done
63582024-09-09T17:45:24.436Z[ host-image] Sep 09 17:45:23.442 INFO O| Sep 09 17:45:23.442 INFO O| Planning: Running solver ... Done
63592024-09-09T17:45:24.449Z[ recovery-image] Sep 09 17:45:23.456 INFO O| Sep 09 17:45:23.456 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/topo/plugins/nic.so"
63602024-09-09T17:45:24.449Z[ recovery-image] Sep 09 17:45:23.456 INFO O| Sep 09 17:45:23.456 INFO STEP 791 (remove_files) COMPLETE
63612024-09-09T17:45:24.449Z[ recovery-image] Sep 09 17:45:23.456 INFO O| Sep 09 17:45:23.456 INFO STEP 792: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63622024-09-09T17:45:24.473Z[ recovery-image] Sep 09 17:45:23.479 INFO O| Sep 09 17:45:23.479 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/topo/plugins/ses.so"
63632024-09-09T17:45:24.473Z[ recovery-image] Sep 09 17:45:23.479 INFO O| Sep 09 17:45:23.479 INFO STEP 792 (remove_files) COMPLETE
63642024-09-09T17:45:24.474Z[ recovery-image] Sep 09 17:45:23.479 INFO O| Sep 09 17:45:23.479 INFO STEP 793: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63652024-09-09T17:45:24.510Z[ recovery-image] Sep 09 17:45:23.517 INFO O| Sep 09 17:45:23.516 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/topo/plugins/smbios.so"
63662024-09-09T17:45:24.510Z[ recovery-image] Sep 09 17:45:23.517 INFO O| Sep 09 17:45:23.517 INFO STEP 793 (remove_files) COMPLETE
63672024-09-09T17:45:24.510Z[ recovery-image] Sep 09 17:45:23.517 INFO O| Sep 09 17:45:23.517 INFO STEP 794: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63682024-09-09T17:45:24.521Z[ host-image] Sep 09 17:45:23.528 INFO O| Sep 09 17:45:23.528 INFO O| Planning: Finding local manifests ... Done
63692024-09-09T17:45:24.524Z[ host-image] Sep 09 17:45:23.530 INFO O| Sep 09 17:45:23.530 INFO O| Planning: Fetching manifests: 0/6 0% complete
63702024-09-09T17:45:24.552Z[ recovery-image] Sep 09 17:45:23.558 INFO O| Sep 09 17:45:23.558 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/topo/plugins/usb.so"
63712024-09-09T17:45:24.552Z[ recovery-image] Sep 09 17:45:23.558 INFO O| Sep 09 17:45:23.558 INFO STEP 794 (remove_files) COMPLETE
63722024-09-09T17:45:24.552Z[ recovery-image] Sep 09 17:45:23.558 INFO O| Sep 09 17:45:23.558 INFO STEP 795: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63732024-09-09T17:45:24.586Z[ recovery-image] Sep 09 17:45:23.592 INFO O| Sep 09 17:45:23.592 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/topo/plugins/xfp.so"
63742024-09-09T17:45:24.586Z[ recovery-image] Sep 09 17:45:23.592 INFO O| Sep 09 17:45:23.592 INFO STEP 795 (remove_files) COMPLETE
63752024-09-09T17:45:24.586Z[ recovery-image] Sep 09 17:45:23.592 INFO O| Sep 09 17:45:23.592 INFO STEP 796: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63762024-09-09T17:45:24.620Z[ recovery-image] Sep 09 17:45:23.627 INFO O| Sep 09 17:45:23.627 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/bootfs/mount"
63772024-09-09T17:45:24.623Z[ recovery-image] Sep 09 17:45:23.627 INFO O| Sep 09 17:45:23.627 INFO STEP 796 (remove_files) COMPLETE
63782024-09-09T17:45:24.623Z[ recovery-image] Sep 09 17:45:23.627 INFO O| Sep 09 17:45:23.627 INFO STEP 797: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63792024-09-09T17:45:24.651Z[ recovery-image] Sep 09 17:45:23.657 INFO O| Sep 09 17:45:23.657 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/hsfs/fstyp"
63802024-09-09T17:45:24.651Z[ recovery-image] Sep 09 17:45:23.657 INFO O| Sep 09 17:45:23.657 INFO STEP 797 (remove_files) COMPLETE
63812024-09-09T17:45:24.651Z[ recovery-image] Sep 09 17:45:23.657 INFO O| Sep 09 17:45:23.657 INFO STEP 798: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63822024-09-09T17:45:24.710Z[ recovery-image] Sep 09 17:45:23.716 INFO O| Sep 09 17:45:23.716 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/hsfs/fstyp.so.1"
63832024-09-09T17:45:24.713Z[ recovery-image] Sep 09 17:45:23.716 INFO O| Sep 09 17:45:23.716 INFO STEP 798 (remove_files) COMPLETE
63842024-09-09T17:45:24.713Z[ recovery-image] Sep 09 17:45:23.716 INFO O| Sep 09 17:45:23.716 INFO STEP 799: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63852024-09-09T17:45:24.729Z[ recovery-image] Sep 09 17:45:23.736 INFO O| Sep 09 17:45:23.736 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/hsfs/labelit"
63862024-09-09T17:45:24.729Z[ recovery-image] Sep 09 17:45:23.736 INFO O| Sep 09 17:45:23.736 INFO STEP 799 (remove_files) COMPLETE
63872024-09-09T17:45:24.729Z[ recovery-image] Sep 09 17:45:23.736 INFO O| Sep 09 17:45:23.736 INFO STEP 800: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63882024-09-09T17:45:24.749Z[ recovery-image] Sep 09 17:45:23.755 INFO O| Sep 09 17:45:23.755 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/lofs/mount"
63892024-09-09T17:45:24.749Z[ recovery-image] Sep 09 17:45:23.755 INFO O| Sep 09 17:45:23.755 INFO STEP 800 (remove_files) COMPLETE
63902024-09-09T17:45:24.749Z[ recovery-image] Sep 09 17:45:23.755 INFO O| Sep 09 17:45:23.755 INFO STEP 801: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63912024-09-09T17:45:24.778Z[ recovery-image] Sep 09 17:45:23.785 INFO O| Sep 09 17:45:23.785 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/mntfs/mount"
63922024-09-09T17:45:24.781Z[ recovery-image] Sep 09 17:45:23.785 INFO O| Sep 09 17:45:23.785 INFO STEP 801 (remove_files) COMPLETE
63932024-09-09T17:45:24.781Z[ recovery-image] Sep 09 17:45:23.785 INFO O| Sep 09 17:45:23.785 INFO STEP 802: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63942024-09-09T17:45:24.795Z[ host-image] Sep 09 17:45:23.802 INFO O| Sep 09 17:45:23.802 INFO O| Planning: Fetching manifests: 6/6 100% complete
63952024-09-09T17:45:24.798Z[ recovery-image] Sep 09 17:45:23.804 INFO O| Sep 09 17:45:23.804 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/pcfs/fsck"
63962024-09-09T17:45:24.798Z[ recovery-image] Sep 09 17:45:23.804 INFO O| Sep 09 17:45:23.804 INFO STEP 802 (remove_files) COMPLETE
63972024-09-09T17:45:24.798Z[ recovery-image] Sep 09 17:45:23.805 INFO O| Sep 09 17:45:23.804 INFO STEP 803: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63982024-09-09T17:45:24.817Z[ recovery-image] Sep 09 17:45:23.823 INFO O| Sep 09 17:45:23.822 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/pcfs/fstyp"
63992024-09-09T17:45:24.817Z[ recovery-image] Sep 09 17:45:23.823 INFO O| Sep 09 17:45:23.823 INFO STEP 803 (remove_files) COMPLETE
64002024-09-09T17:45:24.817Z[ recovery-image] Sep 09 17:45:23.823 INFO O| Sep 09 17:45:23.823 INFO STEP 804: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64012024-09-09T17:45:24.835Z[ recovery-image] Sep 09 17:45:23.841 INFO O| Sep 09 17:45:23.841 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/pcfs/fstyp.so.1"
64022024-09-09T17:45:24.835Z[ recovery-image] Sep 09 17:45:23.841 INFO O| Sep 09 17:45:23.841 INFO STEP 804 (remove_files) COMPLETE
64032024-09-09T17:45:24.838Z[ recovery-image] Sep 09 17:45:23.842 INFO O| Sep 09 17:45:23.841 INFO STEP 805: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64042024-09-09T17:45:24.848Z[ host-image] Sep 09 17:45:23.855 INFO O| Sep 09 17:45:23.855 INFO O| Planning: Package planning ... Done
64052024-09-09T17:45:24.853Z[ recovery-image] Sep 09 17:45:23.860 INFO O| Sep 09 17:45:23.860 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/pcfs/mkfs"
64062024-09-09T17:45:24.855Z[ recovery-image] Sep 09 17:45:23.860 INFO O| Sep 09 17:45:23.860 INFO STEP 805 (remove_files) COMPLETE
64072024-09-09T17:45:24.855Z[ recovery-image] Sep 09 17:45:23.860 INFO O| Sep 09 17:45:23.860 INFO STEP 806: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64082024-09-09T17:45:24.871Z[ recovery-image] Sep 09 17:45:23.877 INFO O| Sep 09 17:45:23.877 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/pcfs/mount"
64092024-09-09T17:45:24.871Z[ recovery-image] Sep 09 17:45:23.878 INFO O| Sep 09 17:45:23.877 INFO STEP 806 (remove_files) COMPLETE
64102024-09-09T17:45:24.871Z[ recovery-image] Sep 09 17:45:23.878 INFO O| Sep 09 17:45:23.877 INFO STEP 807: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64112024-09-09T17:45:24.889Z[ recovery-image] Sep 09 17:45:23.895 INFO O| Sep 09 17:45:23.895 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/sharefs/mount"
64122024-09-09T17:45:24.889Z[ recovery-image] Sep 09 17:45:23.895 INFO O| Sep 09 17:45:23.895 INFO STEP 807 (remove_files) COMPLETE
64132024-09-09T17:45:24.889Z[ recovery-image] Sep 09 17:45:23.895 INFO O| Sep 09 17:45:23.895 INFO STEP 808: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64142024-09-09T17:45:24.907Z[ host-image] Sep 09 17:45:23.914 INFO O| Sep 09 17:45:23.914 INFO O| Planning: Merging actions ... Done
64152024-09-09T17:45:24.907Z[ recovery-image] Sep 09 17:45:23.914 INFO O| Sep 09 17:45:23.914 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/smb/amd64/libshare_smb.so.1"
64162024-09-09T17:45:24.910Z[ recovery-image] Sep 09 17:45:23.914 INFO O| Sep 09 17:45:23.914 INFO STEP 808 (remove_files) COMPLETE
64172024-09-09T17:45:24.910Z[ recovery-image] Sep 09 17:45:23.914 INFO O| Sep 09 17:45:23.914 INFO STEP 809: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64182024-09-09T17:45:24.928Z[ recovery-image] Sep 09 17:45:23.935 INFO O| Sep 09 17:45:23.935 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/smb/libshare_smb.so.1"
64192024-09-09T17:45:24.928Z[ recovery-image] Sep 09 17:45:23.935 INFO O| Sep 09 17:45:23.935 INFO STEP 809 (remove_files) COMPLETE
64202024-09-09T17:45:24.930Z[ recovery-image] Sep 09 17:45:23.935 INFO O| Sep 09 17:45:23.935 INFO STEP 810: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64212024-09-09T17:45:24.946Z[ recovery-image] Sep 09 17:45:23.953 INFO O| Sep 09 17:45:23.953 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/smbfs/amd64/libshare_smbfs.so.1"
64222024-09-09T17:45:24.947Z[ recovery-image] Sep 09 17:45:23.953 INFO O| Sep 09 17:45:23.953 INFO STEP 810 (remove_files) COMPLETE
64232024-09-09T17:45:24.949Z[ recovery-image] Sep 09 17:45:23.953 INFO O| Sep 09 17:45:23.953 INFO STEP 811: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64242024-09-09T17:45:24.965Z[ recovery-image] Sep 09 17:45:23.972 INFO O| Sep 09 17:45:23.971 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/smbfs/dfshares"
64252024-09-09T17:45:24.965Z[ recovery-image] Sep 09 17:45:23.972 INFO O| Sep 09 17:45:23.972 INFO STEP 811 (remove_files) COMPLETE
64262024-09-09T17:45:24.965Z[ recovery-image] Sep 09 17:45:23.972 INFO O| Sep 09 17:45:23.972 INFO STEP 812: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64272024-09-09T17:45:24.983Z[ recovery-image] Sep 09 17:45:23.990 INFO O| Sep 09 17:45:23.990 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/smbfs/libshare_smbfs.so.1"
64282024-09-09T17:45:24.983Z[ recovery-image] Sep 09 17:45:23.990 INFO O| Sep 09 17:45:23.990 INFO STEP 812 (remove_files) COMPLETE
64292024-09-09T17:45:24.983Z[ recovery-image] Sep 09 17:45:23.990 INFO O| Sep 09 17:45:23.990 INFO STEP 813: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64302024-09-09T17:45:25.005Z[ recovery-image] Sep 09 17:45:24.012 INFO O| Sep 09 17:45:24.012 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/smbfs/mount"
64312024-09-09T17:45:25.005Z[ recovery-image] Sep 09 17:45:24.012 INFO O| Sep 09 17:45:24.012 INFO STEP 813 (remove_files) COMPLETE
64322024-09-09T17:45:25.008Z[ recovery-image] Sep 09 17:45:24.012 INFO O| Sep 09 17:45:24.012 INFO STEP 814: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64332024-09-09T17:45:25.025Z[ recovery-image] Sep 09 17:45:24.031 INFO O| Sep 09 17:45:24.031 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/smbfs/share"
64342024-09-09T17:45:25.025Z[ recovery-image] Sep 09 17:45:24.031 INFO O| Sep 09 17:45:24.031 INFO STEP 814 (remove_files) COMPLETE
64352024-09-09T17:45:25.025Z[ recovery-image] Sep 09 17:45:24.031 INFO O| Sep 09 17:45:24.031 INFO STEP 815: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64362024-09-09T17:45:25.043Z[ recovery-image] Sep 09 17:45:24.050 INFO O| Sep 09 17:45:24.049 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/smbfs/umount"
64372024-09-09T17:45:25.043Z[ recovery-image] Sep 09 17:45:24.050 INFO O| Sep 09 17:45:24.050 INFO STEP 815 (remove_files) COMPLETE
64382024-09-09T17:45:25.046Z[ recovery-image] Sep 09 17:45:24.050 INFO O| Sep 09 17:45:24.050 INFO STEP 816: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64392024-09-09T17:45:25.050Z[ host-image] Sep 09 17:45:24.056 INFO O| Sep 09 17:45:24.056 INFO O| Planning: Checking for conflicting actions ... Done
64402024-09-09T17:45:25.057Z[ host-image] Sep 09 17:45:24.064 INFO O| Sep 09 17:45:24.064 INFO O| Planning: Consolidating action changes ... Done
64412024-09-09T17:45:25.060Z[ recovery-image] Sep 09 17:45:24.067 INFO O| Sep 09 17:45:24.067 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/smbfs/unshare"
64422024-09-09T17:45:25.063Z[ recovery-image] Sep 09 17:45:24.067 INFO O| Sep 09 17:45:24.067 INFO STEP 816 (remove_files) COMPLETE
64432024-09-09T17:45:25.063Z[ recovery-image] Sep 09 17:45:24.067 INFO O| Sep 09 17:45:24.067 INFO STEP 817: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64442024-09-09T17:45:25.078Z[ recovery-image] Sep 09 17:45:24.085 INFO O| Sep 09 17:45:24.084 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/clri"
64452024-09-09T17:45:25.078Z[ recovery-image] Sep 09 17:45:24.085 INFO O| Sep 09 17:45:24.085 INFO STEP 817 (remove_files) COMPLETE
64462024-09-09T17:45:25.081Z[ recovery-image] Sep 09 17:45:24.085 INFO O| Sep 09 17:45:24.085 INFO STEP 818: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64472024-09-09T17:45:25.110Z[ recovery-image] Sep 09 17:45:24.116 INFO O| Sep 09 17:45:24.116 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/dcopy"
64482024-09-09T17:45:25.110Z[ recovery-image] Sep 09 17:45:24.116 INFO O| Sep 09 17:45:24.116 INFO STEP 818 (remove_files) COMPLETE
64492024-09-09T17:45:25.112Z[ recovery-image] Sep 09 17:45:24.116 INFO O| Sep 09 17:45:24.116 INFO STEP 819: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64502024-09-09T17:45:25.166Z[ recovery-image] Sep 09 17:45:24.172 INFO O| Sep 09 17:45:24.172 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/df"
64512024-09-09T17:45:25.166Z[ recovery-image] Sep 09 17:45:24.172 INFO O| Sep 09 17:45:24.172 INFO STEP 819 (remove_files) COMPLETE
64522024-09-09T17:45:25.169Z[ recovery-image] Sep 09 17:45:24.172 INFO O| Sep 09 17:45:24.172 INFO STEP 820: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64532024-09-09T17:45:25.184Z[ recovery-image] Sep 09 17:45:24.190 INFO O| Sep 09 17:45:24.190 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/edquota"
64542024-09-09T17:45:25.185Z[ recovery-image] Sep 09 17:45:24.191 INFO O| Sep 09 17:45:24.191 INFO STEP 820 (remove_files) COMPLETE
64552024-09-09T17:45:25.185Z[ recovery-image] Sep 09 17:45:24.191 INFO O| Sep 09 17:45:24.191 INFO STEP 821: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64562024-09-09T17:45:25.203Z[ recovery-image] Sep 09 17:45:24.209 INFO O| Sep 09 17:45:24.209 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/ff"
64572024-09-09T17:45:25.203Z[ recovery-image] Sep 09 17:45:24.210 INFO O| Sep 09 17:45:24.210 INFO STEP 821 (remove_files) COMPLETE
64582024-09-09T17:45:25.203Z[ recovery-image] Sep 09 17:45:24.210 INFO O| Sep 09 17:45:24.210 INFO STEP 822: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64592024-09-09T17:45:25.242Z[ recovery-image] Sep 09 17:45:24.249 INFO O| Sep 09 17:45:24.249 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/fsck"
64602024-09-09T17:45:25.263Z[ recovery-image] Sep 09 17:45:24.270 INFO O| Sep 09 17:45:24.270 INFO STEP 822 (remove_files) COMPLETE
64612024-09-09T17:45:25.263Z[ recovery-image] Sep 09 17:45:24.270 INFO O| Sep 09 17:45:24.270 INFO STEP 823: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64622024-09-09T17:45:25.283Z[ recovery-image] Sep 09 17:45:24.290 INFO O| Sep 09 17:45:24.290 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/fsckall"
64632024-09-09T17:45:25.284Z[ recovery-image] Sep 09 17:45:24.290 INFO O| Sep 09 17:45:24.290 INFO STEP 823 (remove_files) COMPLETE
64642024-09-09T17:45:25.286Z[ recovery-image] Sep 09 17:45:24.290 INFO O| Sep 09 17:45:24.290 INFO STEP 824: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64652024-09-09T17:45:25.303Z[ recovery-image] Sep 09 17:45:24.309 INFO O| Sep 09 17:45:24.309 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/fsdb"
64662024-09-09T17:45:25.315Z[ recovery-image] Sep 09 17:45:24.322 INFO O| Sep 09 17:45:24.322 INFO STEP 824 (remove_files) COMPLETE
64672024-09-09T17:45:25.315Z[ recovery-image] Sep 09 17:45:24.322 INFO O| Sep 09 17:45:24.322 INFO STEP 825: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64682024-09-09T17:45:25.336Z[ recovery-image] Sep 09 17:45:24.343 INFO O| Sep 09 17:45:24.343 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/fsirand"
64692024-09-09T17:45:25.336Z[ recovery-image] Sep 09 17:45:24.343 INFO O| Sep 09 17:45:24.343 INFO STEP 825 (remove_files) COMPLETE
64702024-09-09T17:45:25.339Z[ recovery-image] Sep 09 17:45:24.343 INFO O| Sep 09 17:45:24.343 INFO STEP 826: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64712024-09-09T17:45:25.353Z[ recovery-image] Sep 09 17:45:24.359 INFO O| Sep 09 17:45:24.359 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/fssnap"
64722024-09-09T17:45:25.353Z[ recovery-image] Sep 09 17:45:24.359 INFO O| Sep 09 17:45:24.359 INFO STEP 826 (remove_files) COMPLETE
64732024-09-09T17:45:25.355Z[ recovery-image] Sep 09 17:45:24.360 INFO O| Sep 09 17:45:24.359 INFO STEP 827: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64742024-09-09T17:45:25.369Z[ recovery-image] Sep 09 17:45:24.376 INFO O| Sep 09 17:45:24.376 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/fstyp"
64752024-09-09T17:45:25.369Z[ recovery-image] Sep 09 17:45:24.376 INFO O| Sep 09 17:45:24.376 INFO STEP 827 (remove_files) COMPLETE
64762024-09-09T17:45:25.369Z[ recovery-image] Sep 09 17:45:24.376 INFO O| Sep 09 17:45:24.376 INFO STEP 828: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64772024-09-09T17:45:25.387Z[ recovery-image] Sep 09 17:45:24.393 INFO O| Sep 09 17:45:24.393 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/fstyp.so.1"
64782024-09-09T17:45:25.387Z[ recovery-image] Sep 09 17:45:24.393 INFO O| Sep 09 17:45:24.393 INFO STEP 828 (remove_files) COMPLETE
64792024-09-09T17:45:25.387Z[ recovery-image] Sep 09 17:45:24.393 INFO O| Sep 09 17:45:24.393 INFO STEP 829: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64802024-09-09T17:45:25.408Z[ recovery-image] Sep 09 17:45:24.414 INFO O| Sep 09 17:45:24.414 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/labelit"
64812024-09-09T17:45:25.416Z[ recovery-image] Sep 09 17:45:24.414 INFO O| Sep 09 17:45:24.414 INFO STEP 829 (remove_files) COMPLETE
64822024-09-09T17:45:25.416Z[ recovery-image] Sep 09 17:45:24.415 INFO O| Sep 09 17:45:24.414 INFO STEP 830: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64832024-09-09T17:45:25.427Z[ recovery-image] Sep 09 17:45:24.434 INFO O| Sep 09 17:45:24.434 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/lockfs"
64842024-09-09T17:45:25.430Z[ recovery-image] Sep 09 17:45:24.434 INFO O| Sep 09 17:45:24.434 INFO STEP 830 (remove_files) COMPLETE
64852024-09-09T17:45:25.430Z[ recovery-image] Sep 09 17:45:24.434 INFO O| Sep 09 17:45:24.434 INFO STEP 831: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64862024-09-09T17:45:25.443Z[ host-image] Sep 09 17:45:24.450 INFO O| Sep 09 17:45:24.450 INFO O| Planning: Evaluating mediators ... Done
64872024-09-09T17:45:25.446Z[ recovery-image] Sep 09 17:45:24.453 INFO O| Sep 09 17:45:24.453 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/mkfs"
64882024-09-09T17:45:25.446Z[ recovery-image] Sep 09 17:45:24.453 INFO O| Sep 09 17:45:24.453 INFO STEP 831 (remove_files) COMPLETE
64892024-09-09T17:45:25.449Z[ recovery-image] Sep 09 17:45:24.453 INFO O| Sep 09 17:45:24.453 INFO STEP 832: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64902024-09-09T17:45:25.452Z[ host-image] Sep 09 17:45:24.457 INFO O| Sep 09 17:45:24.457 INFO O| Planning: Planning completed in 4.10 seconds
64912024-09-09T17:45:25.454Z[ host-image] Sep 09 17:45:24.460 INFO O| Sep 09 17:45:24.460 INFO O| Packages to install: 6
64922024-09-09T17:45:25.454Z[ host-image] Sep 09 17:45:24.460 INFO O| Sep 09 17:45:24.460 INFO O| Mediators to change: 1
64932024-09-09T17:45:25.454Z[ host-image] Sep 09 17:45:24.460 INFO O| Sep 09 17:45:24.460 INFO O| Services to change: 1
64942024-09-09T17:45:25.477Z[ host-image] Sep 09 17:45:24.484 INFO O| Sep 09 17:45:24.484 INFO O| Download: 0/1140 items 0.0/8.4MB 0% complete
64952024-09-09T17:45:25.485Z[ recovery-image] Sep 09 17:45:24.492 INFO O| Sep 09 17:45:24.492 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/ncheck"
64962024-09-09T17:45:25.485Z[ recovery-image] Sep 09 17:45:24.492 INFO O| Sep 09 17:45:24.492 INFO STEP 832 (remove_files) COMPLETE
64972024-09-09T17:45:25.485Z[ recovery-image] Sep 09 17:45:24.492 INFO O| Sep 09 17:45:24.492 INFO STEP 833: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64982024-09-09T17:45:25.505Z[ recovery-image] Sep 09 17:45:24.511 INFO O| Sep 09 17:45:24.511 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/newfs"
64992024-09-09T17:45:25.547Z[ recovery-image] Sep 09 17:45:24.553 INFO O| Sep 09 17:45:24.553 INFO STEP 833 (remove_files) COMPLETE
65002024-09-09T17:45:25.547Z[ recovery-image] Sep 09 17:45:24.553 INFO O| Sep 09 17:45:24.553 INFO STEP 834: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65012024-09-09T17:45:25.579Z[ recovery-image] Sep 09 17:45:24.585 INFO O| Sep 09 17:45:24.585 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/quot"
65022024-09-09T17:45:25.581Z[ recovery-image] Sep 09 17:45:24.586 INFO O| Sep 09 17:45:24.585 INFO STEP 834 (remove_files) COMPLETE
65032024-09-09T17:45:25.581Z[ recovery-image] Sep 09 17:45:24.586 INFO O| Sep 09 17:45:24.585 INFO STEP 835: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65042024-09-09T17:45:25.605Z[ recovery-image] Sep 09 17:45:24.612 INFO O| Sep 09 17:45:24.612 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/quotacheck"
65052024-09-09T17:45:25.607Z[ recovery-image] Sep 09 17:45:24.612 INFO O| Sep 09 17:45:24.612 INFO STEP 835 (remove_files) COMPLETE
65062024-09-09T17:45:25.607Z[ recovery-image] Sep 09 17:45:24.612 INFO O| Sep 09 17:45:24.612 INFO STEP 836: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65072024-09-09T17:45:25.669Z[ recovery-image] Sep 09 17:45:24.676 INFO O| Sep 09 17:45:24.675 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/quotaoff"
65082024-09-09T17:45:25.669Z[ recovery-image] Sep 09 17:45:24.676 INFO O| Sep 09 17:45:24.675 INFO STEP 836 (remove_files) COMPLETE
65092024-09-09T17:45:25.669Z[ recovery-image] Sep 09 17:45:24.676 INFO O| Sep 09 17:45:24.675 INFO STEP 837: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65102024-09-09T17:45:25.706Z[ recovery-image] Sep 09 17:45:24.712 INFO O| Sep 09 17:45:24.709 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/quotaon"
65112024-09-09T17:45:25.706Z[ recovery-image] Sep 09 17:45:24.712 INFO O| Sep 09 17:45:24.709 INFO STEP 837 (remove_files) COMPLETE
65122024-09-09T17:45:25.709Z[ recovery-image] Sep 09 17:45:24.712 INFO O| Sep 09 17:45:24.709 INFO STEP 838: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65132024-09-09T17:45:25.722Z[ recovery-image] Sep 09 17:45:24.729 INFO O| Sep 09 17:45:24.727 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/repquota"
65142024-09-09T17:45:25.722Z[ recovery-image] Sep 09 17:45:24.729 INFO O| Sep 09 17:45:24.727 INFO STEP 838 (remove_files) COMPLETE
65152024-09-09T17:45:25.722Z[ recovery-image] Sep 09 17:45:24.729 INFO O| Sep 09 17:45:24.727 INFO STEP 839: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65162024-09-09T17:45:25.737Z[ recovery-image] Sep 09 17:45:24.744 INFO O| Sep 09 17:45:24.744 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/tunefs"
65172024-09-09T17:45:25.737Z[ recovery-image] Sep 09 17:45:24.744 INFO O| Sep 09 17:45:24.744 INFO STEP 839 (remove_files) COMPLETE
65182024-09-09T17:45:25.737Z[ recovery-image] Sep 09 17:45:24.744 INFO O| Sep 09 17:45:24.744 INFO STEP 840: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65192024-09-09T17:45:25.772Z[ recovery-image] Sep 09 17:45:24.778 INFO O| Sep 09 17:45:24.778 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/ufsdump"
65202024-09-09T17:45:25.772Z[ recovery-image] Sep 09 17:45:24.778 INFO O| Sep 09 17:45:24.778 INFO STEP 840 (remove_files) COMPLETE
65212024-09-09T17:45:25.772Z[ recovery-image] Sep 09 17:45:24.778 INFO O| Sep 09 17:45:24.778 INFO STEP 841: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65222024-09-09T17:45:25.851Z[ recovery-image] Sep 09 17:45:24.857 INFO O| Sep 09 17:45:24.857 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/ufsrestore"
65232024-09-09T17:45:25.851Z[ recovery-image] Sep 09 17:45:24.858 INFO O| Sep 09 17:45:24.858 INFO STEP 841 (remove_files) COMPLETE
65242024-09-09T17:45:25.851Z[ recovery-image] Sep 09 17:45:24.858 INFO O| Sep 09 17:45:24.858 INFO STEP 842: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65252024-09-09T17:45:25.911Z[ recovery-image] Sep 09 17:45:24.917 INFO O| Sep 09 17:45:24.917 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/volcopy"
65262024-09-09T17:45:25.911Z[ recovery-image] Sep 09 17:45:24.917 INFO O| Sep 09 17:45:24.917 INFO STEP 842 (remove_files) COMPLETE
65272024-09-09T17:45:25.911Z[ recovery-image] Sep 09 17:45:24.918 INFO O| Sep 09 17:45:24.917 INFO STEP 843: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65282024-09-09T17:45:25.977Z[ recovery-image] Sep 09 17:45:24.983 INFO O| Sep 09 17:45:24.983 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/gss/dh1024-0.so.1"
65292024-09-09T17:45:25.980Z[ recovery-image] Sep 09 17:45:24.983 INFO O| Sep 09 17:45:24.983 INFO STEP 843 (remove_files) COMPLETE
65302024-09-09T17:45:25.980Z[ recovery-image] Sep 09 17:45:24.983 INFO O| Sep 09 17:45:24.983 INFO STEP 844: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65312024-09-09T17:45:26.000Z[ recovery-image] Sep 09 17:45:25.006 INFO O| Sep 09 17:45:25.006 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/gss/dh640-0.so.1"
65322024-09-09T17:45:26.002Z[ recovery-image] Sep 09 17:45:25.006 INFO O| Sep 09 17:45:25.006 INFO STEP 844 (remove_files) COMPLETE
65332024-09-09T17:45:26.003Z[ recovery-image] Sep 09 17:45:25.007 INFO O| Sep 09 17:45:25.006 INFO STEP 845: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65342024-09-09T17:45:26.023Z[ recovery-image] Sep 09 17:45:25.029 INFO O| Sep 09 17:45:25.029 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/gss/gsscred_clean"
65352024-09-09T17:45:26.025Z[ recovery-image] Sep 09 17:45:25.030 INFO O| Sep 09 17:45:25.030 INFO STEP 845 (remove_files) COMPLETE
65362024-09-09T17:45:26.026Z[ recovery-image] Sep 09 17:45:25.030 INFO O| Sep 09 17:45:25.030 INFO STEP 846: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65372024-09-09T17:45:26.044Z[ recovery-image] Sep 09 17:45:25.050 INFO O| Sep 09 17:45:25.050 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/gss/gssd"
65382024-09-09T17:45:26.046Z[ recovery-image] Sep 09 17:45:25.051 INFO O| Sep 09 17:45:25.051 INFO STEP 846 (remove_files) COMPLETE
65392024-09-09T17:45:26.046Z[ recovery-image] Sep 09 17:45:25.051 INFO O| Sep 09 17:45:25.051 INFO STEP 847: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65402024-09-09T17:45:26.065Z[ recovery-image] Sep 09 17:45:25.071 INFO O| Sep 09 17:45:25.071 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/gss/mech_dh.so.1"
65412024-09-09T17:45:26.068Z[ recovery-image] Sep 09 17:45:25.072 INFO O| Sep 09 17:45:25.072 INFO STEP 847 (remove_files) COMPLETE
65422024-09-09T17:45:26.068Z[ recovery-image] Sep 09 17:45:25.072 INFO O| Sep 09 17:45:25.072 INFO STEP 848: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65432024-09-09T17:45:26.085Z[ recovery-image] Sep 09 17:45:25.091 INFO O| Sep 09 17:45:25.091 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/gss/mech_krb5.so.1"
65442024-09-09T17:45:26.087Z[ recovery-image] Sep 09 17:45:25.091 INFO O| Sep 09 17:45:25.091 INFO STEP 848 (remove_files) COMPLETE
65452024-09-09T17:45:26.087Z[ recovery-image] Sep 09 17:45:25.092 INFO O| Sep 09 17:45:25.092 INFO STEP 849: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65462024-09-09T17:45:26.105Z[ recovery-image] Sep 09 17:45:25.111 INFO O| Sep 09 17:45:25.111 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/gss/mech_spnego.so.1"
65472024-09-09T17:45:26.105Z[ recovery-image] Sep 09 17:45:25.111 INFO O| Sep 09 17:45:25.111 INFO STEP 849 (remove_files) COMPLETE
65482024-09-09T17:45:26.105Z[ recovery-image] Sep 09 17:45:25.111 INFO O| Sep 09 17:45:25.111 INFO STEP 850: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65492024-09-09T17:45:26.132Z[ recovery-image] Sep 09 17:45:25.139 INFO O| Sep 09 17:45:25.139 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/inet/amd64/in.iked"
65502024-09-09T17:45:26.135Z[ recovery-image] Sep 09 17:45:25.139 INFO O| Sep 09 17:45:25.139 INFO STEP 850 (remove_files) COMPLETE
65512024-09-09T17:45:26.135Z[ recovery-image] Sep 09 17:45:25.139 INFO O| Sep 09 17:45:25.139 INFO STEP 851: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65522024-09-09T17:45:26.154Z[ recovery-image] Sep 09 17:45:25.161 INFO O| Sep 09 17:45:25.160 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/inet/certdb"
65532024-09-09T17:45:26.157Z[ recovery-image] Sep 09 17:45:25.161 INFO O| Sep 09 17:45:25.161 INFO STEP 851 (remove_files) COMPLETE
65542024-09-09T17:45:26.157Z[ recovery-image] Sep 09 17:45:25.161 INFO O| Sep 09 17:45:25.161 INFO STEP 852: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65552024-09-09T17:45:26.174Z[ recovery-image] Sep 09 17:45:25.180 INFO O| Sep 09 17:45:25.180 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/inet/certlocal"
65562024-09-09T17:45:26.176Z[ recovery-image] Sep 09 17:45:25.181 INFO O| Sep 09 17:45:25.181 INFO STEP 852 (remove_files) COMPLETE
65572024-09-09T17:45:26.176Z[ recovery-image] Sep 09 17:45:25.181 INFO O| Sep 09 17:45:25.181 INFO STEP 853: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65582024-09-09T17:45:26.215Z[ recovery-image] Sep 09 17:45:25.221 INFO O| Sep 09 17:45:25.221 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/inet/certrldb"
65592024-09-09T17:45:26.215Z[ recovery-image] Sep 09 17:45:25.221 INFO O| Sep 09 17:45:25.221 INFO STEP 853 (remove_files) COMPLETE
65602024-09-09T17:45:26.215Z[ recovery-image] Sep 09 17:45:25.222 INFO O| Sep 09 17:45:25.221 INFO STEP 854: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65612024-09-09T17:45:26.257Z[ recovery-image] Sep 09 17:45:25.263 INFO O| Sep 09 17:45:25.263 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/inet/in.iked"
65622024-09-09T17:45:26.257Z[ recovery-image] Sep 09 17:45:25.263 INFO O| Sep 09 17:45:25.263 INFO STEP 854 (remove_files) COMPLETE
65632024-09-09T17:45:26.259Z[ recovery-image] Sep 09 17:45:25.263 INFO O| Sep 09 17:45:25.263 INFO STEP 855: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65642024-09-09T17:45:26.279Z[ recovery-image] Sep 09 17:45:25.286 INFO O| Sep 09 17:45:25.286 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/inet/in.ripngd"
65652024-09-09T17:45:26.279Z[ recovery-image] Sep 09 17:45:25.286 INFO O| Sep 09 17:45:25.286 INFO STEP 855 (remove_files) COMPLETE
65662024-09-09T17:45:26.282Z[ recovery-image] Sep 09 17:45:25.286 INFO O| Sep 09 17:45:25.286 INFO STEP 856: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65672024-09-09T17:45:26.302Z[ recovery-image] Sep 09 17:45:25.308 INFO O| Sep 09 17:45:25.308 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/inet/inetd"
65682024-09-09T17:45:26.302Z[ recovery-image] Sep 09 17:45:25.308 INFO O| Sep 09 17:45:25.308 INFO STEP 856 (remove_files) COMPLETE
65692024-09-09T17:45:26.302Z[ recovery-image] Sep 09 17:45:25.308 INFO O| Sep 09 17:45:25.308 INFO STEP 857: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65702024-09-09T17:45:26.326Z[ recovery-image] Sep 09 17:45:25.332 INFO O| Sep 09 17:45:25.332 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/krb5/amd64/libkadm5clnt.so.1"
65712024-09-09T17:45:26.329Z[ recovery-image] Sep 09 17:45:25.332 INFO O| Sep 09 17:45:25.332 INFO STEP 857 (remove_files) COMPLETE
65722024-09-09T17:45:26.329Z[ recovery-image] Sep 09 17:45:25.332 INFO O| Sep 09 17:45:25.332 INFO STEP 858: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65732024-09-09T17:45:26.372Z[ recovery-image] Sep 09 17:45:25.378 INFO O| Sep 09 17:45:25.378 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/krb5/ktkt_warnd"
65742024-09-09T17:45:26.372Z[ recovery-image] Sep 09 17:45:25.378 INFO O| Sep 09 17:45:25.378 INFO STEP 858 (remove_files) COMPLETE
65752024-09-09T17:45:26.374Z[ recovery-image] Sep 09 17:45:25.378 INFO O| Sep 09 17:45:25.378 INFO STEP 859: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65762024-09-09T17:45:26.395Z[ recovery-image] Sep 09 17:45:25.402 INFO O| Sep 09 17:45:25.402 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/krb5/libkadm5clnt.so.1"
65772024-09-09T17:45:26.396Z[ recovery-image] Sep 09 17:45:25.402 INFO O| Sep 09 17:45:25.402 INFO STEP 859 (remove_files) COMPLETE
65782024-09-09T17:45:26.396Z[ recovery-image] Sep 09 17:45:25.402 INFO O| Sep 09 17:45:25.402 INFO STEP 860: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65792024-09-09T17:45:26.416Z[ recovery-image] Sep 09 17:45:25.423 INFO O| Sep 09 17:45:25.423 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/krb5/libss.so.1"
65802024-09-09T17:45:26.417Z[ recovery-image] Sep 09 17:45:25.423 INFO O| Sep 09 17:45:25.423 INFO STEP 860 (remove_files) COMPLETE
65812024-09-09T17:45:26.419Z[ recovery-image] Sep 09 17:45:25.423 INFO O| Sep 09 17:45:25.423 INFO STEP 861: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65822024-09-09T17:45:26.437Z[ recovery-image] Sep 09 17:45:25.443 INFO O| Sep 09 17:45:25.443 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/krb5/plugins/preauth/pkinit.so.1"
65832024-09-09T17:45:26.440Z[ recovery-image] Sep 09 17:45:25.444 INFO O| Sep 09 17:45:25.444 INFO STEP 861 (remove_files) COMPLETE
65842024-09-09T17:45:26.440Z[ recovery-image] Sep 09 17:45:25.444 INFO O| Sep 09 17:45:25.444 INFO STEP 862: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65852024-09-09T17:45:26.457Z[ recovery-image] Sep 09 17:45:25.464 INFO O| Sep 09 17:45:25.464 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/ld/map.above4G"
65862024-09-09T17:45:26.468Z[ recovery-image] Sep 09 17:45:25.464 INFO O| Sep 09 17:45:25.464 INFO STEP 862 (remove_files) COMPLETE
65872024-09-09T17:45:26.468Z[ recovery-image] Sep 09 17:45:25.464 INFO O| Sep 09 17:45:25.464 INFO STEP 863: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65882024-09-09T17:45:26.491Z[ recovery-image] Sep 09 17:45:25.498 INFO O| Sep 09 17:45:25.498 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/ld/map.below4G"
65892024-09-09T17:45:26.494Z[ recovery-image] Sep 09 17:45:25.498 INFO O| Sep 09 17:45:25.498 INFO STEP 863 (remove_files) COMPLETE
65902024-09-09T17:45:26.494Z[ recovery-image] Sep 09 17:45:25.498 INFO O| Sep 09 17:45:25.498 INFO STEP 864: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65912024-09-09T17:45:26.512Z[ recovery-image] Sep 09 17:45:25.518 INFO O| Sep 09 17:45:25.518 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/ld/map.bssalign"
65922024-09-09T17:45:26.514Z[ recovery-image] Sep 09 17:45:25.518 INFO O| Sep 09 17:45:25.518 INFO STEP 864 (remove_files) COMPLETE
65932024-09-09T17:45:26.514Z[ recovery-image] Sep 09 17:45:25.519 INFO O| Sep 09 17:45:25.518 INFO STEP 865: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65942024-09-09T17:45:26.531Z[ recovery-image] Sep 09 17:45:25.537 INFO O| Sep 09 17:45:25.537 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/ld/map.default"
65952024-09-09T17:45:26.533Z[ recovery-image] Sep 09 17:45:25.537 INFO O| Sep 09 17:45:25.537 INFO STEP 865 (remove_files) COMPLETE
65962024-09-09T17:45:26.533Z[ recovery-image] Sep 09 17:45:25.537 INFO O| Sep 09 17:45:25.537 INFO STEP 866: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65972024-09-09T17:45:26.549Z[ recovery-image] Sep 09 17:45:25.555 INFO O| Sep 09 17:45:25.555 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/ld/map.execdata"
65982024-09-09T17:45:26.551Z[ recovery-image] Sep 09 17:45:25.556 INFO O| Sep 09 17:45:25.556 INFO STEP 866 (remove_files) COMPLETE
65992024-09-09T17:45:26.551Z[ recovery-image] Sep 09 17:45:25.556 INFO O| Sep 09 17:45:25.556 INFO STEP 867: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66002024-09-09T17:45:26.569Z[ recovery-image] Sep 09 17:45:25.575 INFO O| Sep 09 17:45:25.575 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/ld/map.filter"
66012024-09-09T17:45:26.569Z[ recovery-image] Sep 09 17:45:25.575 INFO O| Sep 09 17:45:25.575 INFO STEP 867 (remove_files) COMPLETE
66022024-09-09T17:45:26.569Z[ recovery-image] Sep 09 17:45:25.575 INFO O| Sep 09 17:45:25.575 INFO STEP 868: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66032024-09-09T17:45:26.595Z[ recovery-image] Sep 09 17:45:25.602 INFO O| Sep 09 17:45:25.601 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/ld/map.noexbss"
66042024-09-09T17:45:26.595Z[ recovery-image] Sep 09 17:45:25.602 INFO O| Sep 09 17:45:25.602 INFO STEP 868 (remove_files) COMPLETE
66052024-09-09T17:45:26.595Z[ recovery-image] Sep 09 17:45:25.602 INFO O| Sep 09 17:45:25.602 INFO STEP 869: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66062024-09-09T17:45:26.630Z[ recovery-image] Sep 09 17:45:25.636 INFO O| Sep 09 17:45:25.636 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/ld/map.noexdata"
66072024-09-09T17:45:26.630Z[ recovery-image] Sep 09 17:45:25.636 INFO O| Sep 09 17:45:25.636 INFO STEP 869 (remove_files) COMPLETE
66082024-09-09T17:45:26.630Z[ recovery-image] Sep 09 17:45:25.636 INFO O| Sep 09 17:45:25.636 INFO STEP 870: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66092024-09-09T17:45:26.670Z[ recovery-image] Sep 09 17:45:25.677 INFO O| Sep 09 17:45:25.677 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/ld/map.noexstk"
66102024-09-09T17:45:26.670Z[ recovery-image] Sep 09 17:45:25.677 INFO O| Sep 09 17:45:25.677 INFO STEP 870 (remove_files) COMPLETE
66112024-09-09T17:45:26.670Z[ recovery-image] Sep 09 17:45:25.677 INFO O| Sep 09 17:45:25.677 INFO STEP 871: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66122024-09-09T17:45:26.701Z[ recovery-image] Sep 09 17:45:25.708 INFO O| Sep 09 17:45:25.708 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/ld/map.pagealign"
66132024-09-09T17:45:26.705Z[ recovery-image] Sep 09 17:45:25.708 INFO O| Sep 09 17:45:25.708 INFO STEP 871 (remove_files) COMPLETE
66142024-09-09T17:45:26.705Z[ recovery-image] Sep 09 17:45:25.708 INFO O| Sep 09 17:45:25.708 INFO STEP 872: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66152024-09-09T17:45:26.723Z[ recovery-image] Sep 09 17:45:25.729 INFO O| Sep 09 17:45:25.729 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/libc/libc_hwcap1.so.1"
66162024-09-09T17:45:26.723Z[ recovery-image] Sep 09 17:45:25.729 INFO O| Sep 09 17:45:25.729 INFO STEP 872 (remove_files) COMPLETE
66172024-09-09T17:45:26.725Z[ recovery-image] Sep 09 17:45:25.729 INFO O| Sep 09 17:45:25.729 INFO STEP 873: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66182024-09-09T17:45:26.744Z[ recovery-image] Sep 09 17:45:25.751 INFO O| Sep 09 17:45:25.751 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/libc/libc_hwcap3.so.1"
66192024-09-09T17:45:26.756Z[ recovery-image] Sep 09 17:45:25.763 INFO O| Sep 09 17:45:25.763 INFO STEP 873 (remove_files) COMPLETE
66202024-09-09T17:45:26.756Z[ recovery-image] Sep 09 17:45:25.763 INFO O| Sep 09 17:45:25.763 INFO STEP 874: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66212024-09-09T17:45:26.777Z[ recovery-image] Sep 09 17:45:25.783 INFO O| Sep 09 17:45:25.783 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/link_audit/amd64/ldprof.so.1"
66222024-09-09T17:45:26.777Z[ recovery-image] Sep 09 17:45:25.783 INFO O| Sep 09 17:45:25.783 INFO STEP 874 (remove_files) COMPLETE
66232024-09-09T17:45:26.779Z[ recovery-image] Sep 09 17:45:25.783 INFO O| Sep 09 17:45:25.783 INFO STEP 875: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66242024-09-09T17:45:26.795Z[ recovery-image] Sep 09 17:45:25.802 INFO O| Sep 09 17:45:25.802 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/link_audit/amd64/truss.so.1"
66252024-09-09T17:45:26.795Z[ recovery-image] Sep 09 17:45:25.802 INFO O| Sep 09 17:45:25.802 INFO STEP 875 (remove_files) COMPLETE
66262024-09-09T17:45:26.795Z[ recovery-image] Sep 09 17:45:25.802 INFO O| Sep 09 17:45:25.802 INFO STEP 876: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66272024-09-09T17:45:26.816Z[ recovery-image] Sep 09 17:45:25.822 INFO O| Sep 09 17:45:25.822 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/link_audit/amd64/who.so.1"
66282024-09-09T17:45:26.816Z[ recovery-image] Sep 09 17:45:25.822 INFO O| Sep 09 17:45:25.822 INFO STEP 876 (remove_files) COMPLETE
66292024-09-09T17:45:26.816Z[ recovery-image] Sep 09 17:45:25.822 INFO O| Sep 09 17:45:25.822 INFO STEP 877: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66302024-09-09T17:45:26.837Z[ recovery-image] Sep 09 17:45:25.843 INFO O| Sep 09 17:45:25.843 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/link_audit/ldprof.so.1"
66312024-09-09T17:45:26.837Z[ recovery-image] Sep 09 17:45:25.843 INFO O| Sep 09 17:45:25.843 INFO STEP 877 (remove_files) COMPLETE
66322024-09-09T17:45:26.837Z[ recovery-image] Sep 09 17:45:25.843 INFO O| Sep 09 17:45:25.843 INFO STEP 878: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66332024-09-09T17:45:26.856Z[ recovery-image] Sep 09 17:45:25.862 INFO O| Sep 09 17:45:25.862 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/link_audit/truss.so.1"
66342024-09-09T17:45:26.856Z[ recovery-image] Sep 09 17:45:25.862 INFO O| Sep 09 17:45:25.862 INFO STEP 878 (remove_files) COMPLETE
66352024-09-09T17:45:26.856Z[ recovery-image] Sep 09 17:45:25.862 INFO O| Sep 09 17:45:25.862 INFO STEP 879: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66362024-09-09T17:45:26.875Z[ recovery-image] Sep 09 17:45:25.882 INFO O| Sep 09 17:45:25.881 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/link_audit/who.so.1"
66372024-09-09T17:45:26.875Z[ recovery-image] Sep 09 17:45:25.882 INFO O| Sep 09 17:45:25.882 INFO STEP 879 (remove_files) COMPLETE
66382024-09-09T17:45:26.878Z[ recovery-image] Sep 09 17:45:25.882 INFO O| Sep 09 17:45:25.882 INFO STEP 880: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66392024-09-09T17:45:26.893Z[ recovery-image] Sep 09 17:45:25.900 INFO O| Sep 09 17:45:25.900 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/pci/pcidb"
66402024-09-09T17:45:26.894Z[ recovery-image] Sep 09 17:45:25.900 INFO O| Sep 09 17:45:25.900 INFO STEP 880 (remove_files) COMPLETE
66412024-09-09T17:45:26.894Z[ recovery-image] Sep 09 17:45:25.900 INFO O| Sep 09 17:45:25.900 INFO STEP 881: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66422024-09-09T17:45:26.913Z[ recovery-image] Sep 09 17:45:25.919 INFO O| Sep 09 17:45:25.919 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/pci/pcidr_plugin.so"
66432024-09-09T17:45:26.932Z[ recovery-image] Sep 09 17:45:25.939 INFO O| Sep 09 17:45:25.939 INFO STEP 881 (remove_files) COMPLETE
66442024-09-09T17:45:26.932Z[ recovery-image] Sep 09 17:45:25.939 INFO O| Sep 09 17:45:25.939 INFO STEP 882: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66452024-09-09T17:45:27.017Z[ recovery-image] Sep 09 17:45:26.023 INFO O| Sep 09 17:45:26.023 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/pci/pcieb"
66462024-09-09T17:45:27.017Z[ recovery-image] Sep 09 17:45:26.023 INFO O| Sep 09 17:45:26.023 INFO STEP 882 (remove_files) COMPLETE
66472024-09-09T17:45:27.019Z[ recovery-image] Sep 09 17:45:26.023 INFO O| Sep 09 17:45:26.023 INFO STEP 883: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66482024-09-09T17:45:27.038Z[ recovery-image] Sep 09 17:45:26.044 INFO O| Sep 09 17:45:26.044 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/raidcfg/amd64/mpt.so.1"
66492024-09-09T17:45:27.040Z[ recovery-image] Sep 09 17:45:26.044 INFO O| Sep 09 17:45:26.044 INFO STEP 883 (remove_files) COMPLETE
66502024-09-09T17:45:27.040Z[ recovery-image] Sep 09 17:45:26.044 INFO O| Sep 09 17:45:26.044 INFO STEP 884: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66512024-09-09T17:45:27.057Z[ recovery-image] Sep 09 17:45:26.064 INFO O| Sep 09 17:45:26.063 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/raidcfg/mpt.so.1"
66522024-09-09T17:45:27.058Z[ recovery-image] Sep 09 17:45:26.064 INFO O| Sep 09 17:45:26.064 INFO STEP 884 (remove_files) COMPLETE
66532024-09-09T17:45:27.058Z[ recovery-image] Sep 09 17:45:26.064 INFO O| Sep 09 17:45:26.064 INFO STEP 885: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66542024-09-09T17:45:27.076Z[ recovery-image] Sep 09 17:45:26.082 INFO O| Sep 09 17:45:26.082 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/reparse/libreparse_smb.so.1"
66552024-09-09T17:45:27.076Z[ recovery-image] Sep 09 17:45:26.082 INFO O| Sep 09 17:45:26.082 INFO STEP 885 (remove_files) COMPLETE
66562024-09-09T17:45:27.076Z[ recovery-image] Sep 09 17:45:26.082 INFO O| Sep 09 17:45:26.082 INFO STEP 886: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66572024-09-09T17:45:27.094Z[ recovery-image] Sep 09 17:45:26.100 INFO O| Sep 09 17:45:26.100 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/reparse/reparsed"
66582024-09-09T17:45:27.094Z[ recovery-image] Sep 09 17:45:26.100 INFO O| Sep 09 17:45:26.100 INFO STEP 886 (remove_files) COMPLETE
66592024-09-09T17:45:27.094Z[ recovery-image] Sep 09 17:45:26.100 INFO O| Sep 09 17:45:26.100 INFO STEP 887: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66602024-09-09T17:45:27.113Z[ recovery-image] Sep 09 17:45:26.119 INFO O| Sep 09 17:45:26.119 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/saf/listen"
66612024-09-09T17:45:27.113Z[ recovery-image] Sep 09 17:45:26.119 INFO O| Sep 09 17:45:26.119 INFO STEP 887 (remove_files) COMPLETE
66622024-09-09T17:45:27.113Z[ recovery-image] Sep 09 17:45:26.119 INFO O| Sep 09 17:45:26.119 INFO STEP 888: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66632024-09-09T17:45:27.131Z[ recovery-image] Sep 09 17:45:26.138 INFO O| Sep 09 17:45:26.137 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/saf/nlps_server"
66642024-09-09T17:45:27.131Z[ recovery-image] Sep 09 17:45:26.138 INFO O| Sep 09 17:45:26.138 INFO STEP 888 (remove_files) COMPLETE
66652024-09-09T17:45:27.131Z[ recovery-image] Sep 09 17:45:26.138 INFO O| Sep 09 17:45:26.138 INFO STEP 889: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66662024-09-09T17:45:27.149Z[ recovery-image] Sep 09 17:45:26.155 INFO O| Sep 09 17:45:26.155 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/sasl/amd64/crammd5.so.1"
66672024-09-09T17:45:27.149Z[ recovery-image] Sep 09 17:45:26.155 INFO O| Sep 09 17:45:26.155 INFO STEP 889 (remove_files) COMPLETE
66682024-09-09T17:45:27.151Z[ recovery-image] Sep 09 17:45:26.156 INFO O| Sep 09 17:45:26.155 INFO STEP 890: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66692024-09-09T17:45:27.167Z[ recovery-image] Sep 09 17:45:26.174 INFO O| Sep 09 17:45:26.174 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/sasl/amd64/digestmd5.so.1"
66702024-09-09T17:45:27.167Z[ recovery-image] Sep 09 17:45:26.174 INFO O| Sep 09 17:45:26.174 INFO STEP 890 (remove_files) COMPLETE
66712024-09-09T17:45:27.168Z[ recovery-image] Sep 09 17:45:26.174 INFO O| Sep 09 17:45:26.174 INFO STEP 891: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66722024-09-09T17:45:27.184Z[ recovery-image] Sep 09 17:45:26.190 INFO O| Sep 09 17:45:26.190 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/sasl/amd64/gssapi.so.1"
66732024-09-09T17:45:27.184Z[ recovery-image] Sep 09 17:45:26.190 INFO O| Sep 09 17:45:26.190 INFO STEP 891 (remove_files) COMPLETE
66742024-09-09T17:45:27.184Z[ recovery-image] Sep 09 17:45:26.190 INFO O| Sep 09 17:45:26.190 INFO STEP 892: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66752024-09-09T17:45:27.202Z[ recovery-image] Sep 09 17:45:26.208 INFO O| Sep 09 17:45:26.208 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/sasl/amd64/login.so.1"
66762024-09-09T17:45:27.202Z[ recovery-image] Sep 09 17:45:26.209 INFO O| Sep 09 17:45:26.209 INFO STEP 892 (remove_files) COMPLETE
66772024-09-09T17:45:27.202Z[ recovery-image] Sep 09 17:45:26.209 INFO O| Sep 09 17:45:26.209 INFO STEP 893: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66782024-09-09T17:45:27.221Z[ recovery-image] Sep 09 17:45:26.227 INFO O| Sep 09 17:45:26.227 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/sasl/amd64/plain.so.1"
66792024-09-09T17:45:27.221Z[ recovery-image] Sep 09 17:45:26.227 INFO O| Sep 09 17:45:26.227 INFO STEP 893 (remove_files) COMPLETE
66802024-09-09T17:45:27.224Z[ recovery-image] Sep 09 17:45:26.227 INFO O| Sep 09 17:45:26.227 INFO STEP 894: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66812024-09-09T17:45:27.243Z[ recovery-image] Sep 09 17:45:26.249 INFO O| Sep 09 17:45:26.249 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/sasl/crammd5.so.1"
66822024-09-09T17:45:27.243Z[ recovery-image] Sep 09 17:45:26.249 INFO O| Sep 09 17:45:26.249 INFO STEP 894 (remove_files) COMPLETE
66832024-09-09T17:45:27.246Z[ recovery-image] Sep 09 17:45:26.250 INFO O| Sep 09 17:45:26.249 INFO STEP 895: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66842024-09-09T17:45:27.264Z[ recovery-image] Sep 09 17:45:26.270 INFO O| Sep 09 17:45:26.270 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/sasl/digestmd5.so.1"
66852024-09-09T17:45:27.264Z[ recovery-image] Sep 09 17:45:26.271 INFO O| Sep 09 17:45:26.270 INFO STEP 895 (remove_files) COMPLETE
66862024-09-09T17:45:27.264Z[ recovery-image] Sep 09 17:45:26.271 INFO O| Sep 09 17:45:26.270 INFO STEP 896: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66872024-09-09T17:45:27.284Z[ recovery-image] Sep 09 17:45:26.290 INFO O| Sep 09 17:45:26.290 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/sasl/gssapi.so.1"
66882024-09-09T17:45:27.284Z[ recovery-image] Sep 09 17:45:26.290 INFO O| Sep 09 17:45:26.290 INFO STEP 896 (remove_files) COMPLETE
66892024-09-09T17:45:27.284Z[ recovery-image] Sep 09 17:45:26.290 INFO O| Sep 09 17:45:26.290 INFO STEP 897: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66902024-09-09T17:45:27.302Z[ recovery-image] Sep 09 17:45:26.308 INFO O| Sep 09 17:45:26.308 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/sasl/login.so.1"
66912024-09-09T17:45:27.302Z[ recovery-image] Sep 09 17:45:26.309 INFO O| Sep 09 17:45:26.309 INFO STEP 897 (remove_files) COMPLETE
66922024-09-09T17:45:27.305Z[ recovery-image] Sep 09 17:45:26.309 INFO O| Sep 09 17:45:26.309 INFO STEP 898: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66932024-09-09T17:45:27.318Z[ recovery-image] Sep 09 17:45:26.325 INFO O| Sep 09 17:45:26.325 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/sasl/plain.so.1"
66942024-09-09T17:45:27.321Z[ recovery-image] Sep 09 17:45:26.325 INFO O| Sep 09 17:45:26.325 INFO STEP 898 (remove_files) COMPLETE
66952024-09-09T17:45:27.321Z[ recovery-image] Sep 09 17:45:26.325 INFO O| Sep 09 17:45:26.325 INFO STEP 899: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66962024-09-09T17:45:27.337Z[ recovery-image] Sep 09 17:45:26.343 INFO O| Sep 09 17:45:26.343 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/crypt_bsdbf.so.1"
66972024-09-09T17:45:27.339Z[ recovery-image] Sep 09 17:45:26.343 INFO O| Sep 09 17:45:26.343 INFO STEP 899 (remove_files) COMPLETE
66982024-09-09T17:45:27.339Z[ recovery-image] Sep 09 17:45:26.343 INFO O| Sep 09 17:45:26.343 INFO STEP 900: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66992024-09-09T17:45:27.354Z[ recovery-image] Sep 09 17:45:26.360 INFO O| Sep 09 17:45:26.360 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/crypt_bsdmd5.so.1"
67002024-09-09T17:45:27.357Z[ recovery-image] Sep 09 17:45:26.360 INFO O| Sep 09 17:45:26.360 INFO STEP 900 (remove_files) COMPLETE
67012024-09-09T17:45:27.357Z[ recovery-image] Sep 09 17:45:26.361 INFO O| Sep 09 17:45:26.361 INFO STEP 901: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67022024-09-09T17:45:27.373Z[ recovery-image] Sep 09 17:45:26.379 INFO O| Sep 09 17:45:26.379 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/crypt_sha256.so.1"
67032024-09-09T17:45:27.375Z[ recovery-image] Sep 09 17:45:26.379 INFO O| Sep 09 17:45:26.379 INFO STEP 901 (remove_files) COMPLETE
67042024-09-09T17:45:27.375Z[ recovery-image] Sep 09 17:45:26.380 INFO O| Sep 09 17:45:26.379 INFO STEP 902: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67052024-09-09T17:45:27.393Z[ recovery-image] Sep 09 17:45:26.399 INFO O| Sep 09 17:45:26.399 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/crypt_sha512.so.1"
67062024-09-09T17:45:27.395Z[ recovery-image] Sep 09 17:45:26.399 INFO O| Sep 09 17:45:26.399 INFO STEP 902 (remove_files) COMPLETE
67072024-09-09T17:45:27.395Z[ recovery-image] Sep 09 17:45:26.399 INFO O| Sep 09 17:45:26.399 INFO STEP 903: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67082024-09-09T17:45:27.412Z[ recovery-image] Sep 09 17:45:26.418 INFO O| Sep 09 17:45:26.418 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/crypt_sunmd5.so.1"
67092024-09-09T17:45:27.412Z[ recovery-image] Sep 09 17:45:26.418 INFO O| Sep 09 17:45:26.418 INFO STEP 903 (remove_files) COMPLETE
67102024-09-09T17:45:27.415Z[ recovery-image] Sep 09 17:45:26.419 INFO O| Sep 09 17:45:26.418 INFO STEP 904: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67112024-09-09T17:45:27.430Z[ recovery-image] Sep 09 17:45:26.437 INFO O| Sep 09 17:45:26.436 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_allow.so.1"
67122024-09-09T17:45:27.430Z[ recovery-image] Sep 09 17:45:26.437 INFO O| Sep 09 17:45:26.437 INFO STEP 904 (remove_files) COMPLETE
67132024-09-09T17:45:27.430Z[ recovery-image] Sep 09 17:45:26.437 INFO O| Sep 09 17:45:26.437 INFO STEP 905: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67142024-09-09T17:45:27.448Z[ recovery-image] Sep 09 17:45:26.455 INFO O| Sep 09 17:45:26.455 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_authtok_check.so.1"
67152024-09-09T17:45:27.451Z[ recovery-image] Sep 09 17:45:26.455 INFO O| Sep 09 17:45:26.455 INFO STEP 905 (remove_files) COMPLETE
67162024-09-09T17:45:27.451Z[ recovery-image] Sep 09 17:45:26.456 INFO O| Sep 09 17:45:26.455 INFO STEP 906: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67172024-09-09T17:45:27.468Z[ recovery-image] Sep 09 17:45:26.474 INFO O| Sep 09 17:45:26.474 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_authtok_get.so.1"
67182024-09-09T17:45:27.468Z[ recovery-image] Sep 09 17:45:26.474 INFO O| Sep 09 17:45:26.474 INFO STEP 906 (remove_files) COMPLETE
67192024-09-09T17:45:27.468Z[ recovery-image] Sep 09 17:45:26.474 INFO O| Sep 09 17:45:26.474 INFO STEP 907: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67202024-09-09T17:45:27.486Z[ recovery-image] Sep 09 17:45:26.492 INFO O| Sep 09 17:45:26.492 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_authtok_store.so.1"
67212024-09-09T17:45:27.488Z[ recovery-image] Sep 09 17:45:26.492 INFO O| Sep 09 17:45:26.492 INFO STEP 907 (remove_files) COMPLETE
67222024-09-09T17:45:27.488Z[ recovery-image] Sep 09 17:45:26.493 INFO O| Sep 09 17:45:26.492 INFO STEP 908: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67232024-09-09T17:45:27.502Z[ recovery-image] Sep 09 17:45:26.509 INFO O| Sep 09 17:45:26.509 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_deny.so.1"
67242024-09-09T17:45:27.502Z[ recovery-image] Sep 09 17:45:26.509 INFO O| Sep 09 17:45:26.509 INFO STEP 908 (remove_files) COMPLETE
67252024-09-09T17:45:27.503Z[ recovery-image] Sep 09 17:45:26.509 INFO O| Sep 09 17:45:26.509 INFO STEP 909: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67262024-09-09T17:45:27.517Z[ recovery-image] Sep 09 17:45:26.524 INFO O| Sep 09 17:45:26.524 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_dhkeys.so.1"
67272024-09-09T17:45:27.518Z[ recovery-image] Sep 09 17:45:26.524 INFO O| Sep 09 17:45:26.524 INFO STEP 909 (remove_files) COMPLETE
67282024-09-09T17:45:27.518Z[ recovery-image] Sep 09 17:45:26.524 INFO O| Sep 09 17:45:26.524 INFO STEP 910: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67292024-09-09T17:45:27.531Z[ recovery-image] Sep 09 17:45:26.538 INFO O| Sep 09 17:45:26.538 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_dial_auth.so.1"
67302024-09-09T17:45:27.532Z[ recovery-image] Sep 09 17:45:26.538 INFO O| Sep 09 17:45:26.538 INFO STEP 910 (remove_files) COMPLETE
67312024-09-09T17:45:27.532Z[ recovery-image] Sep 09 17:45:26.538 INFO O| Sep 09 17:45:26.538 INFO STEP 911: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67322024-09-09T17:45:27.552Z[ recovery-image] Sep 09 17:45:26.558 INFO O| Sep 09 17:45:26.558 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_krb5.so.1"
67332024-09-09T17:45:27.554Z[ recovery-image] Sep 09 17:45:26.558 INFO O| Sep 09 17:45:26.558 INFO STEP 911 (remove_files) COMPLETE
67342024-09-09T17:45:27.554Z[ recovery-image] Sep 09 17:45:26.558 INFO O| Sep 09 17:45:26.558 INFO STEP 912: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67352024-09-09T17:45:27.571Z[ recovery-image] Sep 09 17:45:26.577 INFO O| Sep 09 17:45:26.577 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_krb5_migrate.so.1"
67362024-09-09T17:45:27.574Z[ recovery-image] Sep 09 17:45:26.577 INFO O| Sep 09 17:45:26.577 INFO STEP 912 (remove_files) COMPLETE
67372024-09-09T17:45:27.574Z[ recovery-image] Sep 09 17:45:26.578 INFO O| Sep 09 17:45:26.577 INFO STEP 913: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67382024-09-09T17:45:27.589Z[ recovery-image] Sep 09 17:45:26.595 INFO O| Sep 09 17:45:26.595 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_ldap.so.1"
67392024-09-09T17:45:27.589Z[ recovery-image] Sep 09 17:45:26.596 INFO O| Sep 09 17:45:26.596 INFO STEP 913 (remove_files) COMPLETE
67402024-09-09T17:45:27.592Z[ recovery-image] Sep 09 17:45:26.596 INFO O| Sep 09 17:45:26.596 INFO STEP 914: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67412024-09-09T17:45:27.609Z[ recovery-image] Sep 09 17:45:26.615 INFO O| Sep 09 17:45:26.615 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_list.so.1"
67422024-09-09T17:45:27.611Z[ recovery-image] Sep 09 17:45:26.615 INFO O| Sep 09 17:45:26.615 INFO STEP 914 (remove_files) COMPLETE
67432024-09-09T17:45:27.611Z[ recovery-image] Sep 09 17:45:26.615 INFO O| Sep 09 17:45:26.615 INFO STEP 915: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67442024-09-09T17:45:27.629Z[ recovery-image] Sep 09 17:45:26.635 INFO O| Sep 09 17:45:26.635 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_passwd_auth.so.1"
67452024-09-09T17:45:27.629Z[ recovery-image] Sep 09 17:45:26.636 INFO O| Sep 09 17:45:26.635 INFO STEP 915 (remove_files) COMPLETE
67462024-09-09T17:45:27.632Z[ recovery-image] Sep 09 17:45:26.636 INFO O| Sep 09 17:45:26.635 INFO STEP 916: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67472024-09-09T17:45:27.649Z[ recovery-image] Sep 09 17:45:26.655 INFO O| Sep 09 17:45:26.655 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_rhosts_auth.so.1"
67482024-09-09T17:45:27.649Z[ recovery-image] Sep 09 17:45:26.655 INFO O| Sep 09 17:45:26.655 INFO STEP 916 (remove_files) COMPLETE
67492024-09-09T17:45:27.649Z[ recovery-image] Sep 09 17:45:26.655 INFO O| Sep 09 17:45:26.655 INFO STEP 917: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67502024-09-09T17:45:27.668Z[ recovery-image] Sep 09 17:45:26.674 INFO O| Sep 09 17:45:26.674 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_roles.so.1"
67512024-09-09T17:45:27.668Z[ recovery-image] Sep 09 17:45:26.675 INFO O| Sep 09 17:45:26.674 INFO STEP 917 (remove_files) COMPLETE
67522024-09-09T17:45:27.668Z[ recovery-image] Sep 09 17:45:26.675 INFO O| Sep 09 17:45:26.675 INFO STEP 918: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67532024-09-09T17:45:27.688Z[ recovery-image] Sep 09 17:45:26.695 INFO O| Sep 09 17:45:26.694 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_sample.so.1"
67542024-09-09T17:45:27.688Z[ recovery-image] Sep 09 17:45:26.695 INFO O| Sep 09 17:45:26.695 INFO STEP 918 (remove_files) COMPLETE
67552024-09-09T17:45:27.691Z[ recovery-image] Sep 09 17:45:26.695 INFO O| Sep 09 17:45:26.695 INFO STEP 919: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67562024-09-09T17:45:27.705Z[ recovery-image] Sep 09 17:45:26.711 INFO O| Sep 09 17:45:26.711 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_smb_passwd.so.1"
67572024-09-09T17:45:27.705Z[ recovery-image] Sep 09 17:45:26.711 INFO O| Sep 09 17:45:26.711 INFO STEP 919 (remove_files) COMPLETE
67582024-09-09T17:45:27.708Z[ recovery-image] Sep 09 17:45:26.711 INFO O| Sep 09 17:45:26.711 INFO STEP 920: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67592024-09-09T17:45:27.722Z[ recovery-image] Sep 09 17:45:26.728 INFO O| Sep 09 17:45:26.728 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_smbfs_login.so.1"
67602024-09-09T17:45:27.722Z[ recovery-image] Sep 09 17:45:26.728 INFO O| Sep 09 17:45:26.728 INFO STEP 920 (remove_files) COMPLETE
67612024-09-09T17:45:27.725Z[ recovery-image] Sep 09 17:45:26.728 INFO O| Sep 09 17:45:26.728 INFO STEP 921: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67622024-09-09T17:45:27.737Z[ recovery-image] Sep 09 17:45:26.744 INFO O| Sep 09 17:45:26.744 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_timestamp.so.1"
67632024-09-09T17:45:27.737Z[ recovery-image] Sep 09 17:45:26.744 INFO O| Sep 09 17:45:26.744 INFO STEP 921 (remove_files) COMPLETE
67642024-09-09T17:45:27.737Z[ recovery-image] Sep 09 17:45:26.744 INFO O| Sep 09 17:45:26.744 INFO STEP 922: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67652024-09-09T17:45:27.756Z[ recovery-image] Sep 09 17:45:26.762 INFO O| Sep 09 17:45:26.762 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_tsol_account.so.1"
67662024-09-09T17:45:27.756Z[ recovery-image] Sep 09 17:45:26.762 INFO O| Sep 09 17:45:26.762 INFO STEP 922 (remove_files) COMPLETE
67672024-09-09T17:45:27.759Z[ recovery-image] Sep 09 17:45:26.762 INFO O| Sep 09 17:45:26.762 INFO STEP 923: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67682024-09-09T17:45:27.775Z[ recovery-image] Sep 09 17:45:26.781 INFO O| Sep 09 17:45:26.781 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_unix_account.so.1"
67692024-09-09T17:45:27.775Z[ recovery-image] Sep 09 17:45:26.781 INFO O| Sep 09 17:45:26.781 INFO STEP 923 (remove_files) COMPLETE
67702024-09-09T17:45:27.775Z[ recovery-image] Sep 09 17:45:26.781 INFO O| Sep 09 17:45:26.781 INFO STEP 924: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67712024-09-09T17:45:27.794Z[ recovery-image] Sep 09 17:45:26.800 INFO O| Sep 09 17:45:26.800 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_unix_auth.so.1"
67722024-09-09T17:45:27.794Z[ recovery-image] Sep 09 17:45:26.800 INFO O| Sep 09 17:45:26.800 INFO STEP 924 (remove_files) COMPLETE
67732024-09-09T17:45:27.794Z[ recovery-image] Sep 09 17:45:26.800 INFO O| Sep 09 17:45:26.800 INFO STEP 925: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67742024-09-09T17:45:27.811Z[ recovery-image] Sep 09 17:45:26.818 INFO O| Sep 09 17:45:26.818 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_unix_cred.so.1"
67752024-09-09T17:45:27.811Z[ recovery-image] Sep 09 17:45:26.818 INFO O| Sep 09 17:45:26.818 INFO STEP 925 (remove_files) COMPLETE
67762024-09-09T17:45:27.814Z[ recovery-image] Sep 09 17:45:26.818 INFO O| Sep 09 17:45:26.818 INFO STEP 926: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67772024-09-09T17:45:27.825Z[ recovery-image] Sep 09 17:45:26.831 INFO O| Sep 09 17:45:26.831 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_unix_session.so.1"
67782024-09-09T17:45:27.825Z[ recovery-image] Sep 09 17:45:26.831 INFO O| Sep 09 17:45:26.831 INFO STEP 926 (remove_files) COMPLETE
67792024-09-09T17:45:27.825Z[ recovery-image] Sep 09 17:45:26.831 INFO O| Sep 09 17:45:26.831 INFO STEP 927: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67802024-09-09T17:45:27.842Z[ recovery-image] Sep 09 17:45:26.848 INFO O| Sep 09 17:45:26.848 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pkcs11_kernel.so.1"
67812024-09-09T17:45:27.842Z[ recovery-image] Sep 09 17:45:26.848 INFO O| Sep 09 17:45:26.848 INFO STEP 927 (remove_files) COMPLETE
67822024-09-09T17:45:27.845Z[ recovery-image] Sep 09 17:45:26.848 INFO O| Sep 09 17:45:26.848 INFO STEP 928: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67832024-09-09T17:45:27.858Z[ recovery-image] Sep 09 17:45:26.864 INFO O| Sep 09 17:45:26.864 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pkcs11_softtoken.so.1"
67842024-09-09T17:45:27.858Z[ recovery-image] Sep 09 17:45:26.864 INFO O| Sep 09 17:45:26.864 INFO STEP 928 (remove_files) COMPLETE
67852024-09-09T17:45:27.861Z[ recovery-image] Sep 09 17:45:26.864 INFO O| Sep 09 17:45:26.864 INFO STEP 929: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67862024-09-09T17:45:27.877Z[ recovery-image] Sep 09 17:45:26.883 INFO O| Sep 09 17:45:26.883 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pkcs11_tpm.so.1"
67872024-09-09T17:45:27.879Z[ recovery-image] Sep 09 17:45:26.883 INFO O| Sep 09 17:45:26.883 INFO STEP 929 (remove_files) COMPLETE
67882024-09-09T17:45:27.879Z[ recovery-image] Sep 09 17:45:26.883 INFO O| Sep 09 17:45:26.883 INFO STEP 930: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67892024-09-09T17:45:27.895Z[ recovery-image] Sep 09 17:45:26.901 INFO O| Sep 09 17:45:26.901 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/audit_binfile.so.1"
67902024-09-09T17:45:27.895Z[ recovery-image] Sep 09 17:45:26.901 INFO O| Sep 09 17:45:26.901 INFO STEP 930 (remove_files) COMPLETE
67912024-09-09T17:45:27.895Z[ recovery-image] Sep 09 17:45:26.901 INFO O| Sep 09 17:45:26.901 INFO STEP 931: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67922024-09-09T17:45:27.912Z[ recovery-image] Sep 09 17:45:26.919 INFO O| Sep 09 17:45:26.919 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/audit_remote.so.1"
67932024-09-09T17:45:27.912Z[ recovery-image] Sep 09 17:45:26.919 INFO O| Sep 09 17:45:26.919 INFO STEP 931 (remove_files) COMPLETE
67942024-09-09T17:45:27.912Z[ recovery-image] Sep 09 17:45:26.919 INFO O| Sep 09 17:45:26.919 INFO STEP 932: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67952024-09-09T17:45:27.930Z[ recovery-image] Sep 09 17:45:26.937 INFO O| Sep 09 17:45:26.937 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/audit_syslog.so.1"
67962024-09-09T17:45:27.930Z[ recovery-image] Sep 09 17:45:26.937 INFO O| Sep 09 17:45:26.937 INFO STEP 932 (remove_files) COMPLETE
67972024-09-09T17:45:27.931Z[ recovery-image] Sep 09 17:45:26.937 INFO O| Sep 09 17:45:26.937 INFO STEP 933: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67982024-09-09T17:45:27.945Z[ recovery-image] Sep 09 17:45:26.951 INFO O| Sep 09 17:45:26.951 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/crypt_bsdbf.so.1"
67992024-09-09T17:45:27.945Z[ recovery-image] Sep 09 17:45:26.951 INFO O| Sep 09 17:45:26.951 INFO STEP 933 (remove_files) COMPLETE
68002024-09-09T17:45:27.947Z[ recovery-image] Sep 09 17:45:26.951 INFO O| Sep 09 17:45:26.951 INFO STEP 934: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68012024-09-09T17:45:27.963Z[ recovery-image] Sep 09 17:45:26.969 INFO O| Sep 09 17:45:26.969 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/crypt_bsdmd5.so.1"
68022024-09-09T17:45:27.963Z[ recovery-image] Sep 09 17:45:26.969 INFO O| Sep 09 17:45:26.969 INFO STEP 934 (remove_files) COMPLETE
68032024-09-09T17:45:27.963Z[ recovery-image] Sep 09 17:45:26.969 INFO O| Sep 09 17:45:26.969 INFO STEP 935: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68042024-09-09T17:45:27.976Z[ recovery-image] Sep 09 17:45:26.983 INFO O| Sep 09 17:45:26.982 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/crypt_sha256.so.1"
68052024-09-09T17:45:27.976Z[ recovery-image] Sep 09 17:45:26.983 INFO O| Sep 09 17:45:26.983 INFO STEP 935 (remove_files) COMPLETE
68062024-09-09T17:45:27.976Z[ recovery-image] Sep 09 17:45:26.983 INFO O| Sep 09 17:45:26.983 INFO STEP 936: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68072024-09-09T17:45:27.994Z[ recovery-image] Sep 09 17:45:27.000 INFO O| Sep 09 17:45:27.000 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/crypt_sha512.so.1"
68082024-09-09T17:45:27.994Z[ recovery-image] Sep 09 17:45:27.000 INFO O| Sep 09 17:45:27.000 INFO STEP 936 (remove_files) COMPLETE
68092024-09-09T17:45:27.996Z[ recovery-image] Sep 09 17:45:27.000 INFO O| Sep 09 17:45:27.000 INFO STEP 937: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68102024-09-09T17:45:28.011Z[ recovery-image] Sep 09 17:45:27.017 INFO O| Sep 09 17:45:27.017 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/crypt_sunmd5.so.1"
68112024-09-09T17:45:28.011Z[ recovery-image] Sep 09 17:45:27.017 INFO O| Sep 09 17:45:27.017 INFO STEP 937 (remove_files) COMPLETE
68122024-09-09T17:45:28.011Z[ recovery-image] Sep 09 17:45:27.017 INFO O| Sep 09 17:45:27.017 INFO STEP 938: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68132024-09-09T17:45:28.029Z[ recovery-image] Sep 09 17:45:27.035 INFO O| Sep 09 17:45:27.035 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pam_allow.so.1"
68142024-09-09T17:45:28.029Z[ recovery-image] Sep 09 17:45:27.035 INFO O| Sep 09 17:45:27.035 INFO STEP 938 (remove_files) COMPLETE
68152024-09-09T17:45:28.029Z[ recovery-image] Sep 09 17:45:27.035 INFO O| Sep 09 17:45:27.035 INFO STEP 939: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68162024-09-09T17:45:28.047Z[ recovery-image] Sep 09 17:45:27.053 INFO O| Sep 09 17:45:27.052 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pam_authtok_check.so.1"
68172024-09-09T17:45:28.047Z[ recovery-image] Sep 09 17:45:27.053 INFO O| Sep 09 17:45:27.053 INFO STEP 939 (remove_files) COMPLETE
68182024-09-09T17:45:28.047Z[ recovery-image] Sep 09 17:45:27.053 INFO O| Sep 09 17:45:27.053 INFO STEP 940: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68192024-09-09T17:45:28.063Z[ recovery-image] Sep 09 17:45:27.070 INFO O| Sep 09 17:45:27.069 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pam_authtok_store.so.1"
68202024-09-09T17:45:28.064Z[ recovery-image] Sep 09 17:45:27.070 INFO O| Sep 09 17:45:27.070 INFO STEP 940 (remove_files) COMPLETE
68212024-09-09T17:45:28.064Z[ recovery-image] Sep 09 17:45:27.070 INFO O| Sep 09 17:45:27.070 INFO STEP 941: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68222024-09-09T17:45:28.076Z[ recovery-image] Sep 09 17:45:27.082 INFO O| Sep 09 17:45:27.082 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pam_deny.so.1"
68232024-09-09T17:45:28.076Z[ recovery-image] Sep 09 17:45:27.082 INFO O| Sep 09 17:45:27.082 INFO STEP 941 (remove_files) COMPLETE
68242024-09-09T17:45:28.080Z[ recovery-image] Sep 09 17:45:27.082 INFO O| Sep 09 17:45:27.082 INFO STEP 942: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68252024-09-09T17:45:28.090Z[ recovery-image] Sep 09 17:45:27.094 INFO O| Sep 09 17:45:27.094 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pam_krb5.so.1"
68262024-09-09T17:45:28.090Z[ recovery-image] Sep 09 17:45:27.094 INFO O| Sep 09 17:45:27.094 INFO STEP 942 (remove_files) COMPLETE
68272024-09-09T17:45:28.093Z[ recovery-image] Sep 09 17:45:27.094 INFO O| Sep 09 17:45:27.094 INFO STEP 943: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68282024-09-09T17:45:28.105Z[ recovery-image] Sep 09 17:45:27.111 INFO O| Sep 09 17:45:27.111 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pam_krb5_migrate.so.1"
68292024-09-09T17:45:28.105Z[ recovery-image] Sep 09 17:45:27.111 INFO O| Sep 09 17:45:27.111 INFO STEP 943 (remove_files) COMPLETE
68302024-09-09T17:45:28.105Z[ recovery-image] Sep 09 17:45:27.111 INFO O| Sep 09 17:45:27.111 INFO STEP 944: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68312024-09-09T17:45:28.118Z[ recovery-image] Sep 09 17:45:27.124 INFO O| Sep 09 17:45:27.124 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pam_ldap.so.1"
68322024-09-09T17:45:28.118Z[ recovery-image] Sep 09 17:45:27.124 INFO O| Sep 09 17:45:27.124 INFO STEP 944 (remove_files) COMPLETE
68332024-09-09T17:45:28.118Z[ recovery-image] Sep 09 17:45:27.124 INFO O| Sep 09 17:45:27.124 INFO STEP 945: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68342024-09-09T17:45:28.134Z[ recovery-image] Sep 09 17:45:27.140 INFO O| Sep 09 17:45:27.140 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pam_list.so.1"
68352024-09-09T17:45:28.134Z[ recovery-image] Sep 09 17:45:27.140 INFO O| Sep 09 17:45:27.140 INFO STEP 945 (remove_files) COMPLETE
68362024-09-09T17:45:28.136Z[ recovery-image] Sep 09 17:45:27.140 INFO O| Sep 09 17:45:27.140 INFO STEP 946: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68372024-09-09T17:45:28.148Z[ recovery-image] Sep 09 17:45:27.155 INFO O| Sep 09 17:45:27.154 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pam_passwd_auth.so.1"
68382024-09-09T17:45:28.148Z[ recovery-image] Sep 09 17:45:27.155 INFO O| Sep 09 17:45:27.155 INFO STEP 946 (remove_files) COMPLETE
68392024-09-09T17:45:28.149Z[ recovery-image] Sep 09 17:45:27.155 INFO O| Sep 09 17:45:27.155 INFO STEP 947: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68402024-09-09T17:45:28.161Z[ recovery-image] Sep 09 17:45:27.167 INFO O| Sep 09 17:45:27.167 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pam_rhosts_auth.so.1"
68412024-09-09T17:45:28.161Z[ recovery-image] Sep 09 17:45:27.167 INFO O| Sep 09 17:45:27.167 INFO STEP 947 (remove_files) COMPLETE
68422024-09-09T17:45:28.164Z[ recovery-image] Sep 09 17:45:27.167 INFO O| Sep 09 17:45:27.167 INFO STEP 948: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68432024-09-09T17:45:28.175Z[ recovery-image] Sep 09 17:45:27.182 INFO O| Sep 09 17:45:27.181 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pam_sample.so.1"
68442024-09-09T17:45:28.175Z[ recovery-image] Sep 09 17:45:27.182 INFO O| Sep 09 17:45:27.182 INFO STEP 948 (remove_files) COMPLETE
68452024-09-09T17:45:28.178Z[ recovery-image] Sep 09 17:45:27.182 INFO O| Sep 09 17:45:27.182 INFO STEP 949: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68462024-09-09T17:45:28.187Z[ recovery-image] Sep 09 17:45:27.193 INFO O| Sep 09 17:45:27.193 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pam_smb_passwd.so.1"
68472024-09-09T17:45:28.187Z[ recovery-image] Sep 09 17:45:27.194 INFO O| Sep 09 17:45:27.193 INFO STEP 949 (remove_files) COMPLETE
68482024-09-09T17:45:28.190Z[ recovery-image] Sep 09 17:45:27.194 INFO O| Sep 09 17:45:27.194 INFO STEP 950: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68492024-09-09T17:45:28.199Z[ recovery-image] Sep 09 17:45:27.206 INFO O| Sep 09 17:45:27.205 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pam_smbfs_login.so.1"
68502024-09-09T17:45:28.199Z[ recovery-image] Sep 09 17:45:27.206 INFO O| Sep 09 17:45:27.206 INFO STEP 950 (remove_files) COMPLETE
68512024-09-09T17:45:28.199Z[ recovery-image] Sep 09 17:45:27.206 INFO O| Sep 09 17:45:27.206 INFO STEP 951: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68522024-09-09T17:45:28.214Z[ recovery-image] Sep 09 17:45:27.220 INFO O| Sep 09 17:45:27.220 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pam_timestamp.so.1"
68532024-09-09T17:45:28.214Z[ recovery-image] Sep 09 17:45:27.220 INFO O| Sep 09 17:45:27.220 INFO STEP 951 (remove_files) COMPLETE
68542024-09-09T17:45:28.214Z[ recovery-image] Sep 09 17:45:27.220 INFO O| Sep 09 17:45:27.220 INFO STEP 952: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68552024-09-09T17:45:28.230Z[ recovery-image] Sep 09 17:45:27.236 INFO O| Sep 09 17:45:27.236 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pam_tsol_account.so.1"
68562024-09-09T17:45:28.230Z[ recovery-image] Sep 09 17:45:27.236 INFO O| Sep 09 17:45:27.236 INFO STEP 952 (remove_files) COMPLETE
68572024-09-09T17:45:28.230Z[ recovery-image] Sep 09 17:45:27.236 INFO O| Sep 09 17:45:27.236 INFO STEP 953: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68582024-09-09T17:45:28.247Z[ recovery-image] Sep 09 17:45:27.253 INFO O| Sep 09 17:45:27.253 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pkcs11_kernel.so.1"
68592024-09-09T17:45:28.247Z[ recovery-image] Sep 09 17:45:27.253 INFO O| Sep 09 17:45:27.253 INFO STEP 953 (remove_files) COMPLETE
68602024-09-09T17:45:28.249Z[ recovery-image] Sep 09 17:45:27.253 INFO O| Sep 09 17:45:27.253 INFO STEP 954: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68612024-09-09T17:45:28.262Z[ recovery-image] Sep 09 17:45:27.269 INFO O| Sep 09 17:45:27.269 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pkcs11_softtoken.so.1"
68622024-09-09T17:45:28.262Z[ recovery-image] Sep 09 17:45:27.269 INFO O| Sep 09 17:45:27.269 INFO STEP 954 (remove_files) COMPLETE
68632024-09-09T17:45:28.263Z[ recovery-image] Sep 09 17:45:27.269 INFO O| Sep 09 17:45:27.269 INFO STEP 955: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68642024-09-09T17:45:28.278Z[ recovery-image] Sep 09 17:45:27.284 INFO O| Sep 09 17:45:27.284 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pkcs11_tpm.so.1"
68652024-09-09T17:45:28.278Z[ recovery-image] Sep 09 17:45:27.284 INFO O| Sep 09 17:45:27.284 INFO STEP 955 (remove_files) COMPLETE
68662024-09-09T17:45:28.281Z[ recovery-image] Sep 09 17:45:27.284 INFO O| Sep 09 17:45:27.284 INFO STEP 956: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68672024-09-09T17:45:28.295Z[ recovery-image] Sep 09 17:45:27.301 INFO O| Sep 09 17:45:27.301 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/spell/compress"
68682024-09-09T17:45:28.295Z[ recovery-image] Sep 09 17:45:27.301 INFO O| Sep 09 17:45:27.301 INFO STEP 956 (remove_files) COMPLETE
68692024-09-09T17:45:28.295Z[ recovery-image] Sep 09 17:45:27.301 INFO O| Sep 09 17:45:27.301 INFO STEP 957: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68702024-09-09T17:45:28.312Z[ recovery-image] Sep 09 17:45:27.318 INFO O| Sep 09 17:45:27.318 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/spell/hashcheck"
68712024-09-09T17:45:28.312Z[ recovery-image] Sep 09 17:45:27.318 INFO O| Sep 09 17:45:27.318 INFO STEP 957 (remove_files) COMPLETE
68722024-09-09T17:45:28.312Z[ recovery-image] Sep 09 17:45:27.318 INFO O| Sep 09 17:45:27.318 INFO STEP 958: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68732024-09-09T17:45:28.325Z[ recovery-image] Sep 09 17:45:27.331 INFO O| Sep 09 17:45:27.331 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/spell/hashmake"
68742024-09-09T17:45:28.325Z[ recovery-image] Sep 09 17:45:27.331 INFO O| Sep 09 17:45:27.331 INFO STEP 958 (remove_files) COMPLETE
68752024-09-09T17:45:28.328Z[ recovery-image] Sep 09 17:45:27.331 INFO O| Sep 09 17:45:27.331 INFO STEP 959: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68762024-09-09T17:45:28.342Z[ recovery-image] Sep 09 17:45:27.348 INFO O| Sep 09 17:45:27.348 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/spell/hlista"
68772024-09-09T17:45:28.342Z[ recovery-image] Sep 09 17:45:27.348 INFO O| Sep 09 17:45:27.348 INFO STEP 959 (remove_files) COMPLETE
68782024-09-09T17:45:28.344Z[ recovery-image] Sep 09 17:45:27.348 INFO O| Sep 09 17:45:27.348 INFO STEP 960: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68792024-09-09T17:45:28.356Z[ recovery-image] Sep 09 17:45:27.362 INFO O| Sep 09 17:45:27.362 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/spell/hlistb"
68802024-09-09T17:45:28.356Z[ recovery-image] Sep 09 17:45:27.362 INFO O| Sep 09 17:45:27.362 INFO STEP 960 (remove_files) COMPLETE
68812024-09-09T17:45:28.356Z[ recovery-image] Sep 09 17:45:27.362 INFO O| Sep 09 17:45:27.362 INFO STEP 961: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68822024-09-09T17:45:28.368Z[ recovery-image] Sep 09 17:45:27.374 INFO O| Sep 09 17:45:27.374 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/spell/hstop"
68832024-09-09T17:45:28.368Z[ recovery-image] Sep 09 17:45:27.374 INFO O| Sep 09 17:45:27.374 INFO STEP 961 (remove_files) COMPLETE
68842024-09-09T17:45:28.368Z[ recovery-image] Sep 09 17:45:27.374 INFO O| Sep 09 17:45:27.374 INFO STEP 962: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68852024-09-09T17:45:28.381Z[ recovery-image] Sep 09 17:45:27.388 INFO O| Sep 09 17:45:27.388 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/spell/spellin"
68862024-09-09T17:45:28.381Z[ recovery-image] Sep 09 17:45:27.388 INFO O| Sep 09 17:45:27.388 INFO STEP 962 (remove_files) COMPLETE
68872024-09-09T17:45:28.384Z[ recovery-image] Sep 09 17:45:27.388 INFO O| Sep 09 17:45:27.388 INFO STEP 963: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68882024-09-09T17:45:28.393Z[ recovery-image] Sep 09 17:45:27.400 INFO O| Sep 09 17:45:27.400 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/spell/spellprog"
68892024-09-09T17:45:28.396Z[ recovery-image] Sep 09 17:45:27.400 INFO O| Sep 09 17:45:27.400 INFO STEP 963 (remove_files) COMPLETE
68902024-09-09T17:45:28.396Z[ recovery-image] Sep 09 17:45:27.400 INFO O| Sep 09 17:45:27.400 INFO STEP 964: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68912024-09-09T17:45:28.408Z[ recovery-image] Sep 09 17:45:27.414 INFO O| Sep 09 17:45:27.414 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/sysevent/syseventconfd"
68922024-09-09T17:45:28.408Z[ recovery-image] Sep 09 17:45:27.415 INFO O| Sep 09 17:45:27.415 INFO STEP 964 (remove_files) COMPLETE
68932024-09-09T17:45:28.411Z[ recovery-image] Sep 09 17:45:27.415 INFO O| Sep 09 17:45:27.415 INFO STEP 965: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68942024-09-09T17:45:28.422Z[ recovery-image] Sep 09 17:45:27.429 INFO O| Sep 09 17:45:27.429 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/varpd/amd64/libvarpd_direct.so.1"
68952024-09-09T17:45:28.422Z[ recovery-image] Sep 09 17:45:27.429 INFO O| Sep 09 17:45:27.429 INFO STEP 965 (remove_files) COMPLETE
68962024-09-09T17:45:28.422Z[ recovery-image] Sep 09 17:45:27.429 INFO O| Sep 09 17:45:27.429 INFO STEP 966: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68972024-09-09T17:45:28.441Z[ recovery-image] Sep 09 17:45:27.447 INFO O| Sep 09 17:45:27.447 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/varpd/amd64/libvarpd_files.so.1"
68982024-09-09T17:45:28.441Z[ recovery-image] Sep 09 17:45:27.447 INFO O| Sep 09 17:45:27.447 INFO STEP 966 (remove_files) COMPLETE
68992024-09-09T17:45:28.443Z[ recovery-image] Sep 09 17:45:27.447 INFO O| Sep 09 17:45:27.447 INFO STEP 967: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69002024-09-09T17:45:28.454Z[ recovery-image] Sep 09 17:45:27.461 INFO O| Sep 09 17:45:27.460 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/varpd/libvarpd_direct.so.1"
69012024-09-09T17:45:28.454Z[ recovery-image] Sep 09 17:45:27.461 INFO O| Sep 09 17:45:27.461 INFO STEP 967 (remove_files) COMPLETE
69022024-09-09T17:45:28.457Z[ recovery-image] Sep 09 17:45:27.461 INFO O| Sep 09 17:45:27.461 INFO STEP 968: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69032024-09-09T17:45:28.467Z[ recovery-image] Sep 09 17:45:27.473 INFO O| Sep 09 17:45:27.473 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/varpd/libvarpd_files.so.1"
69042024-09-09T17:45:28.467Z[ recovery-image] Sep 09 17:45:27.473 INFO O| Sep 09 17:45:27.473 INFO STEP 968 (remove_files) COMPLETE
69052024-09-09T17:45:28.467Z[ recovery-image] Sep 09 17:45:27.473 INFO O| Sep 09 17:45:27.473 INFO STEP 969: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69062024-09-09T17:45:28.480Z[ recovery-image] Sep 09 17:45:27.486 INFO O| Sep 09 17:45:27.486 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/varpd/varpd"
69072024-09-09T17:45:28.480Z[ recovery-image] Sep 09 17:45:27.486 INFO O| Sep 09 17:45:27.486 INFO STEP 969 (remove_files) COMPLETE
69082024-09-09T17:45:28.483Z[ recovery-image] Sep 09 17:45:27.486 INFO O| Sep 09 17:45:27.486 INFO STEP 970: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69092024-09-09T17:45:28.492Z[ recovery-image] Sep 09 17:45:27.499 INFO O| Sep 09 17:45:27.499 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/xhci/xhci_portsc"
69102024-09-09T17:45:28.492Z[ recovery-image] Sep 09 17:45:27.499 INFO O| Sep 09 17:45:27.499 INFO STEP 970 (remove_files) COMPLETE
69112024-09-09T17:45:28.492Z[ recovery-image] Sep 09 17:45:27.499 INFO O| Sep 09 17:45:27.499 INFO STEP 971: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69122024-09-09T17:45:28.507Z[ recovery-image] Sep 09 17:45:27.513 INFO O| Sep 09 17:45:27.513 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/zfs/availdevs"
69132024-09-09T17:45:28.507Z[ recovery-image] Sep 09 17:45:27.513 INFO O| Sep 09 17:45:27.513 INFO STEP 971 (remove_files) COMPLETE
69142024-09-09T17:45:28.509Z[ recovery-image] Sep 09 17:45:27.513 INFO O| Sep 09 17:45:27.513 INFO STEP 972: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69152024-09-09T17:45:28.521Z[ recovery-image] Sep 09 17:45:27.528 INFO O| Sep 09 17:45:27.528 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/zones/zoneadmd"
69162024-09-09T17:45:28.524Z[ recovery-image] Sep 09 17:45:27.528 INFO O| Sep 09 17:45:27.528 INFO STEP 972 (remove_files) COMPLETE
69172024-09-09T17:45:28.524Z[ recovery-image] Sep 09 17:45:27.528 INFO O| Sep 09 17:45:27.528 INFO STEP 973: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69182024-09-09T17:45:28.536Z[ recovery-image] Sep 09 17:45:27.542 INFO O| Sep 09 17:45:27.542 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/libexec/amd64/sftp-server"
69192024-09-09T17:45:28.536Z[ recovery-image] Sep 09 17:45:27.542 INFO O| Sep 09 17:45:27.542 INFO STEP 973 (remove_files) COMPLETE
69202024-09-09T17:45:28.538Z[ recovery-image] Sep 09 17:45:27.542 INFO O| Sep 09 17:45:27.542 INFO STEP 974: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69212024-09-09T17:45:28.551Z[ recovery-image] Sep 09 17:45:27.557 INFO O| Sep 09 17:45:27.557 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/libexec/amd64/ssh-keysign"
69222024-09-09T17:45:28.551Z[ recovery-image] Sep 09 17:45:27.557 INFO O| Sep 09 17:45:27.557 INFO STEP 974 (remove_files) COMPLETE
69232024-09-09T17:45:28.551Z[ recovery-image] Sep 09 17:45:27.557 INFO O| Sep 09 17:45:27.557 INFO STEP 975: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69242024-09-09T17:45:28.566Z[ recovery-image] Sep 09 17:45:27.573 INFO O| Sep 09 17:45:27.573 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/libexec/amd64/ssh-pkcs11-helper"
69252024-09-09T17:45:28.567Z[ recovery-image] Sep 09 17:45:27.573 INFO O| Sep 09 17:45:27.573 INFO STEP 975 (remove_files) COMPLETE
69262024-09-09T17:45:28.569Z[ recovery-image] Sep 09 17:45:27.573 INFO O| Sep 09 17:45:27.573 INFO STEP 976: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69272024-09-09T17:45:28.582Z[ recovery-image] Sep 09 17:45:27.588 INFO O| Sep 09 17:45:27.588 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/libexec/amd64/ssh-sk-helper"
69282024-09-09T17:45:28.582Z[ recovery-image] Sep 09 17:45:27.588 INFO O| Sep 09 17:45:27.588 INFO STEP 976 (remove_files) COMPLETE
69292024-09-09T17:45:28.585Z[ recovery-image] Sep 09 17:45:27.588 INFO O| Sep 09 17:45:27.588 INFO STEP 977: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69302024-09-09T17:45:28.597Z[ recovery-image] Sep 09 17:45:27.604 INFO O| Sep 09 17:45:27.603 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/platform/oxide/bin/ipcc"
69312024-09-09T17:45:28.600Z[ recovery-image] Sep 09 17:45:27.604 INFO O| Sep 09 17:45:27.604 INFO STEP 977 (remove_files) COMPLETE
69322024-09-09T17:45:28.600Z[ recovery-image] Sep 09 17:45:27.604 INFO O| Sep 09 17:45:27.604 INFO STEP 978: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69332024-09-09T17:45:28.615Z[ recovery-image] Sep 09 17:45:27.621 INFO O| Sep 09 17:45:27.621 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/platform/oxide/lib/mdb/kvm/amd64/apix.so"
69342024-09-09T17:45:28.617Z[ recovery-image] Sep 09 17:45:27.621 INFO O| Sep 09 17:45:27.621 INFO STEP 978 (remove_files) COMPLETE
69352024-09-09T17:45:28.617Z[ recovery-image] Sep 09 17:45:27.621 INFO O| Sep 09 17:45:27.621 INFO STEP 979: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69362024-09-09T17:45:28.631Z[ recovery-image] Sep 09 17:45:27.637 INFO O| Sep 09 17:45:27.637 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/platform/oxide/lib/mdb/kvm/amd64/ipcc.so"
69372024-09-09T17:45:28.631Z[ recovery-image] Sep 09 17:45:27.637 INFO O| Sep 09 17:45:27.637 INFO STEP 979 (remove_files) COMPLETE
69382024-09-09T17:45:28.631Z[ recovery-image] Sep 09 17:45:27.637 INFO O| Sep 09 17:45:27.637 INFO STEP 980: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69392024-09-09T17:45:28.646Z[ recovery-image] Sep 09 17:45:27.652 INFO O| Sep 09 17:45:27.652 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/platform/oxide/lib/mdb/kvm/amd64/unix.so"
69402024-09-09T17:45:28.646Z[ recovery-image] Sep 09 17:45:27.652 INFO O| Sep 09 17:45:27.652 INFO STEP 980 (remove_files) COMPLETE
69412024-09-09T17:45:28.649Z[ recovery-image] Sep 09 17:45:27.652 INFO O| Sep 09 17:45:27.652 INFO STEP 981: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69422024-09-09T17:45:28.660Z[ recovery-image] Sep 09 17:45:27.666 INFO O| Sep 09 17:45:27.666 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/dispgid"
69432024-09-09T17:45:28.662Z[ recovery-image] Sep 09 17:45:27.666 INFO O| Sep 09 17:45:27.666 INFO STEP 981 (remove_files) COMPLETE
69442024-09-09T17:45:28.662Z[ recovery-image] Sep 09 17:45:27.666 INFO O| Sep 09 17:45:27.666 INFO STEP 982: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69452024-09-09T17:45:28.672Z[ recovery-image] Sep 09 17:45:27.678 INFO O| Sep 09 17:45:27.678 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/dispuid"
69462024-09-09T17:45:28.672Z[ recovery-image] Sep 09 17:45:27.678 INFO O| Sep 09 17:45:27.678 INFO STEP 982 (remove_files) COMPLETE
69472024-09-09T17:45:28.674Z[ recovery-image] Sep 09 17:45:27.678 INFO O| Sep 09 17:45:27.678 INFO STEP 983: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69482024-09-09T17:45:28.687Z[ recovery-image] Sep 09 17:45:27.693 INFO O| Sep 09 17:45:27.693 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/errange"
69492024-09-09T17:45:28.687Z[ recovery-image] Sep 09 17:45:27.693 INFO O| Sep 09 17:45:27.693 INFO STEP 983 (remove_files) COMPLETE
69502024-09-09T17:45:28.689Z[ recovery-image] Sep 09 17:45:27.693 INFO O| Sep 09 17:45:27.693 INFO STEP 984: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69512024-09-09T17:45:28.703Z[ recovery-image] Sep 09 17:45:27.710 INFO O| Sep 09 17:45:27.710 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/errdate"
69522024-09-09T17:45:28.704Z[ recovery-image] Sep 09 17:45:27.710 INFO O| Sep 09 17:45:27.710 INFO STEP 984 (remove_files) COMPLETE
69532024-09-09T17:45:28.706Z[ recovery-image] Sep 09 17:45:27.710 INFO O| Sep 09 17:45:27.710 INFO STEP 985: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69542024-09-09T17:45:28.717Z[ recovery-image] Sep 09 17:45:27.723 INFO O| Sep 09 17:45:27.723 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/errgid"
69552024-09-09T17:45:28.717Z[ recovery-image] Sep 09 17:45:27.724 INFO O| Sep 09 17:45:27.723 INFO STEP 985 (remove_files) COMPLETE
69562024-09-09T17:45:28.717Z[ recovery-image] Sep 09 17:45:27.724 INFO O| Sep 09 17:45:27.724 INFO STEP 986: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69572024-09-09T17:45:28.735Z[ recovery-image] Sep 09 17:45:27.741 INFO O| Sep 09 17:45:27.741 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/errint"
69582024-09-09T17:45:28.735Z[ recovery-image] Sep 09 17:45:27.741 INFO O| Sep 09 17:45:27.741 INFO STEP 986 (remove_files) COMPLETE
69592024-09-09T17:45:28.735Z[ recovery-image] Sep 09 17:45:27.741 INFO O| Sep 09 17:45:27.741 INFO STEP 987: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69602024-09-09T17:45:28.753Z[ recovery-image] Sep 09 17:45:27.759 INFO O| Sep 09 17:45:27.759 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/erritem"
69612024-09-09T17:45:28.753Z[ recovery-image] Sep 09 17:45:27.759 INFO O| Sep 09 17:45:27.759 INFO STEP 987 (remove_files) COMPLETE
69622024-09-09T17:45:28.753Z[ recovery-image] Sep 09 17:45:27.759 INFO O| Sep 09 17:45:27.759 INFO STEP 988: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69632024-09-09T17:45:28.767Z[ recovery-image] Sep 09 17:45:27.773 INFO O| Sep 09 17:45:27.773 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/errpath"
69642024-09-09T17:45:28.767Z[ recovery-image] Sep 09 17:45:27.773 INFO O| Sep 09 17:45:27.773 INFO STEP 988 (remove_files) COMPLETE
69652024-09-09T17:45:28.767Z[ recovery-image] Sep 09 17:45:27.773 INFO O| Sep 09 17:45:27.773 INFO STEP 989: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69662024-09-09T17:45:28.839Z[ recovery-image] Sep 09 17:45:27.845 INFO O| Sep 09 17:45:27.844 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/errstr"
69672024-09-09T17:45:28.839Z[ recovery-image] Sep 09 17:45:27.845 INFO O| Sep 09 17:45:27.845 INFO STEP 989 (remove_files) COMPLETE
69682024-09-09T17:45:28.839Z[ recovery-image] Sep 09 17:45:27.845 INFO O| Sep 09 17:45:27.845 INFO STEP 990: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69692024-09-09T17:45:28.858Z[ recovery-image] Sep 09 17:45:27.864 INFO O| Sep 09 17:45:27.864 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/errtime"
69702024-09-09T17:45:28.858Z[ recovery-image] Sep 09 17:45:27.864 INFO O| Sep 09 17:45:27.864 INFO STEP 990 (remove_files) COMPLETE
69712024-09-09T17:45:28.861Z[ recovery-image] Sep 09 17:45:27.865 INFO O| Sep 09 17:45:27.864 INFO STEP 991: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69722024-09-09T17:45:28.891Z[ recovery-image] Sep 09 17:45:27.897 INFO O| Sep 09 17:45:27.897 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/erruid"
69732024-09-09T17:45:28.891Z[ recovery-image] Sep 09 17:45:27.897 INFO O| Sep 09 17:45:27.897 INFO STEP 991 (remove_files) COMPLETE
69742024-09-09T17:45:28.891Z[ recovery-image] Sep 09 17:45:27.897 INFO O| Sep 09 17:45:27.897 INFO STEP 992: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69752024-09-09T17:45:28.956Z[ recovery-image] Sep 09 17:45:27.962 INFO O| Sep 09 17:45:27.962 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/erryorn"
69762024-09-09T17:45:28.956Z[ recovery-image] Sep 09 17:45:27.962 INFO O| Sep 09 17:45:27.962 INFO STEP 992 (remove_files) COMPLETE
69772024-09-09T17:45:28.956Z[ recovery-image] Sep 09 17:45:27.962 INFO O| Sep 09 17:45:27.962 INFO STEP 993: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69782024-09-09T17:45:28.978Z[ recovery-image] Sep 09 17:45:27.984 INFO O| Sep 09 17:45:27.984 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/helpdate"
69792024-09-09T17:45:28.978Z[ recovery-image] Sep 09 17:45:27.984 INFO O| Sep 09 17:45:27.984 INFO STEP 993 (remove_files) COMPLETE
69802024-09-09T17:45:28.980Z[ recovery-image] Sep 09 17:45:27.984 INFO O| Sep 09 17:45:27.984 INFO STEP 994: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69812024-09-09T17:45:28.996Z[ recovery-image] Sep 09 17:45:28.002 INFO O| Sep 09 17:45:28.002 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/helpgid"
69822024-09-09T17:45:28.996Z[ recovery-image] Sep 09 17:45:28.003 INFO O| Sep 09 17:45:28.003 INFO STEP 994 (remove_files) COMPLETE
69832024-09-09T17:45:28.999Z[ recovery-image] Sep 09 17:45:28.003 INFO O| Sep 09 17:45:28.003 INFO STEP 995: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69842024-09-09T17:45:29.015Z[ recovery-image] Sep 09 17:45:28.020 INFO O| Sep 09 17:45:28.020 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/helpint"
69852024-09-09T17:45:29.015Z[ recovery-image] Sep 09 17:45:28.020 INFO O| Sep 09 17:45:28.020 INFO STEP 995 (remove_files) COMPLETE
69862024-09-09T17:45:29.015Z[ recovery-image] Sep 09 17:45:28.021 INFO O| Sep 09 17:45:28.020 INFO STEP 996: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69872024-09-09T17:45:29.032Z[ recovery-image] Sep 09 17:45:28.038 INFO O| Sep 09 17:45:28.038 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/helpitem"
69882024-09-09T17:45:29.032Z[ recovery-image] Sep 09 17:45:28.038 INFO O| Sep 09 17:45:28.038 INFO STEP 996 (remove_files) COMPLETE
69892024-09-09T17:45:29.032Z[ recovery-image] Sep 09 17:45:28.038 INFO O| Sep 09 17:45:28.038 INFO STEP 997: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69902024-09-09T17:45:29.051Z[ recovery-image] Sep 09 17:45:28.057 INFO O| Sep 09 17:45:28.057 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/helppath"
69912024-09-09T17:45:29.051Z[ recovery-image] Sep 09 17:45:28.057 INFO O| Sep 09 17:45:28.057 INFO STEP 997 (remove_files) COMPLETE
69922024-09-09T17:45:29.053Z[ recovery-image] Sep 09 17:45:28.057 INFO O| Sep 09 17:45:28.057 INFO STEP 998: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69932024-09-09T17:45:29.070Z[ recovery-image] Sep 09 17:45:28.075 INFO O| Sep 09 17:45:28.075 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/helprange"
69942024-09-09T17:45:29.070Z[ recovery-image] Sep 09 17:45:28.075 INFO O| Sep 09 17:45:28.075 INFO STEP 998 (remove_files) COMPLETE
69952024-09-09T17:45:29.070Z[ recovery-image] Sep 09 17:45:28.075 INFO O| Sep 09 17:45:28.075 INFO STEP 999: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69962024-09-09T17:45:29.088Z[ recovery-image] Sep 09 17:45:28.094 INFO O| Sep 09 17:45:28.093 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/helpstr"
69972024-09-09T17:45:29.091Z[ recovery-image] Sep 09 17:45:28.094 INFO O| Sep 09 17:45:28.094 INFO STEP 999 (remove_files) COMPLETE
69982024-09-09T17:45:29.091Z[ recovery-image] Sep 09 17:45:28.094 INFO O| Sep 09 17:45:28.094 INFO STEP 1000: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69992024-09-09T17:45:29.113Z[ recovery-image] Sep 09 17:45:28.118 INFO O| Sep 09 17:45:28.118 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/helptime"
70002024-09-09T17:45:29.113Z[ recovery-image] Sep 09 17:45:28.118 INFO O| Sep 09 17:45:28.118 INFO STEP 1000 (remove_files) COMPLETE
70012024-09-09T17:45:29.113Z[ recovery-image] Sep 09 17:45:28.118 INFO O| Sep 09 17:45:28.118 INFO STEP 1001: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70022024-09-09T17:45:29.131Z[ recovery-image] Sep 09 17:45:28.137 INFO O| Sep 09 17:45:28.137 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/helpuid"
70032024-09-09T17:45:29.134Z[ recovery-image] Sep 09 17:45:28.137 INFO O| Sep 09 17:45:28.137 INFO STEP 1001 (remove_files) COMPLETE
70042024-09-09T17:45:29.134Z[ recovery-image] Sep 09 17:45:28.137 INFO O| Sep 09 17:45:28.137 INFO STEP 1002: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70052024-09-09T17:45:29.150Z[ recovery-image] Sep 09 17:45:28.156 INFO O| Sep 09 17:45:28.156 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/helpyorn"
70062024-09-09T17:45:29.150Z[ recovery-image] Sep 09 17:45:28.156 INFO O| Sep 09 17:45:28.156 INFO STEP 1002 (remove_files) COMPLETE
70072024-09-09T17:45:29.150Z[ recovery-image] Sep 09 17:45:28.156 INFO O| Sep 09 17:45:28.156 INFO STEP 1003: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70082024-09-09T17:45:29.206Z[ recovery-image] Sep 09 17:45:28.212 INFO O| Sep 09 17:45:28.212 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/puttext"
70092024-09-09T17:45:29.206Z[ recovery-image] Sep 09 17:45:28.212 INFO O| Sep 09 17:45:28.212 INFO STEP 1003 (remove_files) COMPLETE
70102024-09-09T17:45:29.206Z[ recovery-image] Sep 09 17:45:28.212 INFO O| Sep 09 17:45:28.212 INFO STEP 1004: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70112024-09-09T17:45:29.230Z[ recovery-image] Sep 09 17:45:28.236 INFO O| Sep 09 17:45:28.236 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/valdate"
70122024-09-09T17:45:29.230Z[ recovery-image] Sep 09 17:45:28.236 INFO O| Sep 09 17:45:28.236 INFO STEP 1004 (remove_files) COMPLETE
70132024-09-09T17:45:29.232Z[ recovery-image] Sep 09 17:45:28.236 INFO O| Sep 09 17:45:28.236 INFO STEP 1005: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70142024-09-09T17:45:29.254Z[ recovery-image] Sep 09 17:45:28.260 INFO O| Sep 09 17:45:28.260 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/valgid"
70152024-09-09T17:45:29.255Z[ recovery-image] Sep 09 17:45:28.260 INFO O| Sep 09 17:45:28.260 INFO STEP 1005 (remove_files) COMPLETE
70162024-09-09T17:45:29.255Z[ recovery-image] Sep 09 17:45:28.260 INFO O| Sep 09 17:45:28.260 INFO STEP 1006: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70172024-09-09T17:45:29.279Z[ recovery-image] Sep 09 17:45:28.285 INFO O| Sep 09 17:45:28.285 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/valint"
70182024-09-09T17:45:29.279Z[ recovery-image] Sep 09 17:45:28.285 INFO O| Sep 09 17:45:28.285 INFO STEP 1006 (remove_files) COMPLETE
70192024-09-09T17:45:29.279Z[ recovery-image] Sep 09 17:45:28.285 INFO O| Sep 09 17:45:28.285 INFO STEP 1007: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70202024-09-09T17:45:29.308Z[ recovery-image] Sep 09 17:45:28.314 INFO O| Sep 09 17:45:28.314 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/valpath"
70212024-09-09T17:45:29.308Z[ recovery-image] Sep 09 17:45:28.314 INFO O| Sep 09 17:45:28.314 INFO STEP 1007 (remove_files) COMPLETE
70222024-09-09T17:45:29.312Z[ recovery-image] Sep 09 17:45:28.314 INFO O| Sep 09 17:45:28.314 INFO STEP 1008: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70232024-09-09T17:45:29.356Z[ recovery-image] Sep 09 17:45:28.361 INFO O| Sep 09 17:45:28.361 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/valrange"
70242024-09-09T17:45:29.356Z[ recovery-image] Sep 09 17:45:28.361 INFO O| Sep 09 17:45:28.361 INFO STEP 1008 (remove_files) COMPLETE
70252024-09-09T17:45:29.356Z[ recovery-image] Sep 09 17:45:28.361 INFO O| Sep 09 17:45:28.361 INFO STEP 1009: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70262024-09-09T17:45:29.379Z[ recovery-image] Sep 09 17:45:28.386 INFO O| Sep 09 17:45:28.385 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/valstr"
70272024-09-09T17:45:29.380Z[ recovery-image] Sep 09 17:45:28.386 INFO O| Sep 09 17:45:28.386 INFO STEP 1009 (remove_files) COMPLETE
70282024-09-09T17:45:29.380Z[ recovery-image] Sep 09 17:45:28.386 INFO O| Sep 09 17:45:28.386 INFO STEP 1010: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70292024-09-09T17:45:29.444Z[ recovery-image] Sep 09 17:45:28.450 INFO O| Sep 09 17:45:28.450 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/valtime"
70302024-09-09T17:45:29.444Z[ recovery-image] Sep 09 17:45:28.450 INFO O| Sep 09 17:45:28.450 INFO STEP 1010 (remove_files) COMPLETE
70312024-09-09T17:45:29.447Z[ recovery-image] Sep 09 17:45:28.450 INFO O| Sep 09 17:45:28.450 INFO STEP 1011: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70322024-09-09T17:45:29.464Z[ recovery-image] Sep 09 17:45:28.470 INFO O| Sep 09 17:45:28.470 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/valuid"
70332024-09-09T17:45:29.464Z[ recovery-image] Sep 09 17:45:28.471 INFO O| Sep 09 17:45:28.470 INFO STEP 1011 (remove_files) COMPLETE
70342024-09-09T17:45:29.465Z[ recovery-image] Sep 09 17:45:28.471 INFO O| Sep 09 17:45:28.471 INFO STEP 1012: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70352024-09-09T17:45:29.485Z[ recovery-image] Sep 09 17:45:28.491 INFO O| Sep 09 17:45:28.491 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/valyorn"
70362024-09-09T17:45:29.485Z[ recovery-image] Sep 09 17:45:28.491 INFO O| Sep 09 17:45:28.491 INFO STEP 1012 (remove_files) COMPLETE
70372024-09-09T17:45:29.485Z[ recovery-image] Sep 09 17:45:28.491 INFO O| Sep 09 17:45:28.491 INFO STEP 1013: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70382024-09-09T17:45:29.506Z[ recovery-image] Sep 09 17:45:28.512 INFO O| Sep 09 17:45:28.512 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/install/bin/pkginstall"
70392024-09-09T17:45:29.506Z[ recovery-image] Sep 09 17:45:28.512 INFO O| Sep 09 17:45:28.512 INFO STEP 1013 (remove_files) COMPLETE
70402024-09-09T17:45:29.509Z[ recovery-image] Sep 09 17:45:28.512 INFO O| Sep 09 17:45:28.512 INFO STEP 1014: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70412024-09-09T17:45:29.527Z[ recovery-image] Sep 09 17:45:28.533 INFO O| Sep 09 17:45:28.533 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/install/bin/pkgname"
70422024-09-09T17:45:29.527Z[ recovery-image] Sep 09 17:45:28.533 INFO O| Sep 09 17:45:28.533 INFO STEP 1014 (remove_files) COMPLETE
70432024-09-09T17:45:29.527Z[ recovery-image] Sep 09 17:45:28.533 INFO O| Sep 09 17:45:28.533 INFO STEP 1015: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70442024-09-09T17:45:29.547Z[ recovery-image] Sep 09 17:45:28.553 INFO O| Sep 09 17:45:28.553 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/install/bin/pkgremove"
70452024-09-09T17:45:29.547Z[ recovery-image] Sep 09 17:45:28.554 INFO O| Sep 09 17:45:28.554 INFO STEP 1015 (remove_files) COMPLETE
70462024-09-09T17:45:29.547Z[ recovery-image] Sep 09 17:45:28.554 INFO O| Sep 09 17:45:28.554 INFO STEP 1016: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70472024-09-09T17:45:29.567Z[ recovery-image] Sep 09 17:45:28.573 INFO O| Sep 09 17:45:28.573 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/install/bin/pkgserv"
70482024-09-09T17:45:29.567Z[ recovery-image] Sep 09 17:45:28.573 INFO O| Sep 09 17:45:28.573 INFO STEP 1016 (remove_files) COMPLETE
70492024-09-09T17:45:29.567Z[ recovery-image] Sep 09 17:45:28.573 INFO O| Sep 09 17:45:28.573 INFO STEP 1017: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70502024-09-09T17:45:29.586Z[ recovery-image] Sep 09 17:45:28.592 INFO O| Sep 09 17:45:28.592 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/install/miniroot.db"
70512024-09-09T17:45:29.588Z[ recovery-image] Sep 09 17:45:28.592 INFO O| Sep 09 17:45:28.592 INFO STEP 1017 (remove_files) COMPLETE
70522024-09-09T17:45:29.588Z[ recovery-image] Sep 09 17:45:28.592 INFO O| Sep 09 17:45:28.592 INFO STEP 1018: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70532024-09-09T17:45:29.626Z[ recovery-image] Sep 09 17:45:28.632 INFO O| Sep 09 17:45:28.632 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/install/scripts/i.preserve"
70542024-09-09T17:45:29.628Z[ recovery-image] Sep 09 17:45:28.632 INFO O| Sep 09 17:45:28.632 INFO STEP 1018 (remove_files) COMPLETE
70552024-09-09T17:45:29.628Z[ recovery-image] Sep 09 17:45:28.632 INFO O| Sep 09 17:45:28.632 INFO STEP 1019: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70562024-09-09T17:45:29.667Z[ recovery-image] Sep 09 17:45:28.673 INFO O| Sep 09 17:45:28.673 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/ugdates"
70572024-09-09T17:45:29.667Z[ recovery-image] Sep 09 17:45:28.673 INFO O| Sep 09 17:45:28.673 INFO STEP 1019 (remove_files) COMPLETE
70582024-09-09T17:45:29.667Z[ recovery-image] Sep 09 17:45:28.673 INFO O| Sep 09 17:45:28.673 INFO STEP 1020: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70592024-09-09T17:45:29.687Z[ recovery-image] Sep 09 17:45:28.693 INFO O| Sep 09 17:45:28.693 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/6to4relay"
70602024-09-09T17:45:29.690Z[ recovery-image] Sep 09 17:45:28.694 INFO O| Sep 09 17:45:28.694 INFO STEP 1020 (remove_files) COMPLETE
70612024-09-09T17:45:29.690Z[ recovery-image] Sep 09 17:45:28.694 INFO O| Sep 09 17:45:28.694 INFO STEP 1021: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70622024-09-09T17:45:29.707Z[ recovery-image] Sep 09 17:45:28.713 INFO O| Sep 09 17:45:28.713 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/acctadm"
70632024-09-09T17:45:29.707Z[ recovery-image] Sep 09 17:45:28.713 INFO O| Sep 09 17:45:28.713 INFO STEP 1021 (remove_files) COMPLETE
70642024-09-09T17:45:29.707Z[ recovery-image] Sep 09 17:45:28.713 INFO O| Sep 09 17:45:28.713 INFO STEP 1022: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70652024-09-09T17:45:29.724Z[ recovery-image] Sep 09 17:45:28.730 INFO O| Sep 09 17:45:28.730 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/acpidump"
70662024-09-09T17:45:29.724Z[ recovery-image] Sep 09 17:45:28.730 INFO O| Sep 09 17:45:28.730 INFO STEP 1022 (remove_files) COMPLETE
70672024-09-09T17:45:29.724Z[ recovery-image] Sep 09 17:45:28.730 INFO O| Sep 09 17:45:28.730 INFO STEP 1023: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70682024-09-09T17:45:29.739Z[ recovery-image] Sep 09 17:45:28.746 INFO O| Sep 09 17:45:28.745 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/acpixtract"
70692024-09-09T17:45:29.739Z[ recovery-image] Sep 09 17:45:28.746 INFO O| Sep 09 17:45:28.746 INFO STEP 1023 (remove_files) COMPLETE
70702024-09-09T17:45:29.740Z[ recovery-image] Sep 09 17:45:28.746 INFO O| Sep 09 17:45:28.746 INFO STEP 1024: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70712024-09-09T17:45:29.755Z[ recovery-image] Sep 09 17:45:28.762 INFO O| Sep 09 17:45:28.761 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/add_drv"
70722024-09-09T17:45:29.756Z[ recovery-image] Sep 09 17:45:28.762 INFO O| Sep 09 17:45:28.762 INFO STEP 1024 (remove_files) COMPLETE
70732024-09-09T17:45:29.758Z[ recovery-image] Sep 09 17:45:28.762 INFO O| Sep 09 17:45:28.762 INFO STEP 1025: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70742024-09-09T17:45:29.772Z[ recovery-image] Sep 09 17:45:28.778 INFO O| Sep 09 17:45:28.778 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/allocate"
70752024-09-09T17:45:29.772Z[ recovery-image] Sep 09 17:45:28.778 INFO O| Sep 09 17:45:28.778 INFO STEP 1025 (remove_files) COMPLETE
70762024-09-09T17:45:29.772Z[ recovery-image] Sep 09 17:45:28.778 INFO O| Sep 09 17:45:28.778 INFO STEP 1026: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70772024-09-09T17:45:29.788Z[ recovery-image] Sep 09 17:45:28.794 INFO O| Sep 09 17:45:28.794 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/amd64/intrstat"
70782024-09-09T17:45:29.788Z[ recovery-image] Sep 09 17:45:28.794 INFO O| Sep 09 17:45:28.794 INFO STEP 1026 (remove_files) COMPLETE
70792024-09-09T17:45:29.788Z[ recovery-image] Sep 09 17:45:28.794 INFO O| Sep 09 17:45:28.794 INFO STEP 1027: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70802024-09-09T17:45:29.806Z[ recovery-image] Sep 09 17:45:28.812 INFO O| Sep 09 17:45:28.812 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/amd64/lockstat"
70812024-09-09T17:45:29.806Z[ recovery-image] Sep 09 17:45:28.812 INFO O| Sep 09 17:45:28.812 INFO STEP 1027 (remove_files) COMPLETE
70822024-09-09T17:45:29.807Z[ recovery-image] Sep 09 17:45:28.813 INFO O| Sep 09 17:45:28.812 INFO STEP 1028: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70832024-09-09T17:45:29.824Z[ recovery-image] Sep 09 17:45:28.829 INFO O| Sep 09 17:45:28.829 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/amd64/plockstat"
70842024-09-09T17:45:29.824Z[ recovery-image] Sep 09 17:45:28.829 INFO O| Sep 09 17:45:28.829 INFO STEP 1028 (remove_files) COMPLETE
70852024-09-09T17:45:29.824Z[ recovery-image] Sep 09 17:45:28.829 INFO O| Sep 09 17:45:28.829 INFO STEP 1029: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70862024-09-09T17:45:29.861Z[ recovery-image] Sep 09 17:45:28.866 INFO O| Sep 09 17:45:28.866 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/arp"
70872024-09-09T17:45:29.861Z[ recovery-image] Sep 09 17:45:28.866 INFO O| Sep 09 17:45:28.866 INFO STEP 1029 (remove_files) COMPLETE
70882024-09-09T17:45:29.861Z[ recovery-image] Sep 09 17:45:28.867 INFO O| Sep 09 17:45:28.866 INFO STEP 1030: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70892024-09-09T17:45:29.922Z[ recovery-image] Sep 09 17:45:28.928 INFO O| Sep 09 17:45:28.928 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/audit"
70902024-09-09T17:45:29.922Z[ recovery-image] Sep 09 17:45:28.928 INFO O| Sep 09 17:45:28.928 INFO STEP 1030 (remove_files) COMPLETE
70912024-09-09T17:45:29.923Z[ recovery-image] Sep 09 17:45:28.928 INFO O| Sep 09 17:45:28.928 INFO STEP 1031: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70922024-09-09T17:45:29.941Z[ recovery-image] Sep 09 17:45:28.947 INFO O| Sep 09 17:45:28.947 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/auditconfig"
70932024-09-09T17:45:29.941Z[ recovery-image] Sep 09 17:45:28.947 INFO O| Sep 09 17:45:28.947 INFO STEP 1031 (remove_files) COMPLETE
70942024-09-09T17:45:29.941Z[ recovery-image] Sep 09 17:45:28.947 INFO O| Sep 09 17:45:28.947 INFO STEP 1032: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70952024-09-09T17:45:29.959Z[ recovery-image] Sep 09 17:45:28.964 INFO O| Sep 09 17:45:28.964 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/auditd"
70962024-09-09T17:45:29.959Z[ recovery-image] Sep 09 17:45:28.964 INFO O| Sep 09 17:45:28.964 INFO STEP 1032 (remove_files) COMPLETE
70972024-09-09T17:45:29.959Z[ recovery-image] Sep 09 17:45:28.964 INFO O| Sep 09 17:45:28.964 INFO STEP 1033: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70982024-09-09T17:45:29.975Z[ recovery-image] Sep 09 17:45:28.981 INFO O| Sep 09 17:45:28.981 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/auditrecord"
70992024-09-09T17:45:29.975Z[ recovery-image] Sep 09 17:45:28.981 INFO O| Sep 09 17:45:28.981 INFO STEP 1033 (remove_files) COMPLETE
71002024-09-09T17:45:29.975Z[ recovery-image] Sep 09 17:45:28.981 INFO O| Sep 09 17:45:28.981 INFO STEP 1034: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71012024-09-09T17:45:29.992Z[ recovery-image] Sep 09 17:45:28.998 INFO O| Sep 09 17:45:28.998 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/auditreduce"
71022024-09-09T17:45:29.992Z[ recovery-image] Sep 09 17:45:28.998 INFO O| Sep 09 17:45:28.998 INFO STEP 1034 (remove_files) COMPLETE
71032024-09-09T17:45:29.992Z[ recovery-image] Sep 09 17:45:28.998 INFO O| Sep 09 17:45:28.998 INFO STEP 1035: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71042024-09-09T17:45:30.009Z[ recovery-image] Sep 09 17:45:29.015 INFO O| Sep 09 17:45:29.015 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/auditstat"
71052024-09-09T17:45:30.009Z[ recovery-image] Sep 09 17:45:29.015 INFO O| Sep 09 17:45:29.015 INFO STEP 1035 (remove_files) COMPLETE
71062024-09-09T17:45:30.013Z[ recovery-image] Sep 09 17:45:29.015 INFO O| Sep 09 17:45:29.015 INFO STEP 1036: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71072024-09-09T17:45:30.026Z[ recovery-image] Sep 09 17:45:29.032 INFO O| Sep 09 17:45:29.032 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/audlinks"
71082024-09-09T17:45:30.026Z[ recovery-image] Sep 09 17:45:29.032 INFO O| Sep 09 17:45:29.032 INFO STEP 1036 (remove_files) COMPLETE
71092024-09-09T17:45:30.029Z[ recovery-image] Sep 09 17:45:29.032 INFO O| Sep 09 17:45:29.032 INFO STEP 1037: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71102024-09-09T17:45:30.079Z[ recovery-image] Sep 09 17:45:29.085 INFO O| Sep 09 17:45:29.085 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/bhyve"
71112024-09-09T17:45:30.080Z[ recovery-image] Sep 09 17:45:29.086 INFO O| Sep 09 17:45:29.086 INFO STEP 1037 (remove_files) COMPLETE
71122024-09-09T17:45:30.082Z[ recovery-image] Sep 09 17:45:29.086 INFO O| Sep 09 17:45:29.086 INFO STEP 1038: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71132024-09-09T17:45:30.097Z[ recovery-image] Sep 09 17:45:29.103 INFO O| Sep 09 17:45:29.103 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/bhyvectl"
71142024-09-09T17:45:30.097Z[ recovery-image] Sep 09 17:45:29.103 INFO O| Sep 09 17:45:29.103 INFO STEP 1038 (remove_files) COMPLETE
71152024-09-09T17:45:30.100Z[ recovery-image] Sep 09 17:45:29.103 INFO O| Sep 09 17:45:29.103 INFO STEP 1039: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71162024-09-09T17:45:30.115Z[ recovery-image] Sep 09 17:45:29.121 INFO O| Sep 09 17:45:29.121 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/cfgadm"
71172024-09-09T17:45:30.115Z[ recovery-image] Sep 09 17:45:29.121 INFO O| Sep 09 17:45:29.121 INFO STEP 1039 (remove_files) COMPLETE
71182024-09-09T17:45:30.118Z[ recovery-image] Sep 09 17:45:29.121 INFO O| Sep 09 17:45:29.121 INFO STEP 1040: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71192024-09-09T17:45:30.132Z[ recovery-image] Sep 09 17:45:29.138 INFO O| Sep 09 17:45:29.138 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/chronyd"
71202024-09-09T17:45:30.132Z[ recovery-image] Sep 09 17:45:29.138 INFO O| Sep 09 17:45:29.138 INFO STEP 1040 (remove_files) COMPLETE
71212024-09-09T17:45:30.135Z[ recovery-image] Sep 09 17:45:29.138 INFO O| Sep 09 17:45:29.138 INFO STEP 1041: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71222024-09-09T17:45:30.158Z[ recovery-image] Sep 09 17:45:29.164 INFO O| Sep 09 17:45:29.164 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/chroot"
71232024-09-09T17:45:30.161Z[ recovery-image] Sep 09 17:45:29.164 INFO O| Sep 09 17:45:29.164 INFO STEP 1041 (remove_files) COMPLETE
71242024-09-09T17:45:30.161Z[ recovery-image] Sep 09 17:45:29.165 INFO O| Sep 09 17:45:29.164 INFO STEP 1042: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71252024-09-09T17:45:30.178Z[ recovery-image] Sep 09 17:45:29.184 INFO O| Sep 09 17:45:29.184 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/clear_locks"
71262024-09-09T17:45:30.181Z[ recovery-image] Sep 09 17:45:29.184 INFO O| Sep 09 17:45:29.184 INFO STEP 1042 (remove_files) COMPLETE
71272024-09-09T17:45:30.181Z[ recovery-image] Sep 09 17:45:29.185 INFO O| Sep 09 17:45:29.184 INFO STEP 1043: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71282024-09-09T17:45:30.197Z[ recovery-image] Sep 09 17:45:29.202 INFO O| Sep 09 17:45:29.202 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/clinfo"
71292024-09-09T17:45:30.200Z[ recovery-image] Sep 09 17:45:29.203 INFO O| Sep 09 17:45:29.203 INFO STEP 1043 (remove_files) COMPLETE
71302024-09-09T17:45:30.200Z[ recovery-image] Sep 09 17:45:29.203 INFO O| Sep 09 17:45:29.203 INFO STEP 1044: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71312024-09-09T17:45:30.216Z[ recovery-image] Sep 09 17:45:29.221 INFO O| Sep 09 17:45:29.221 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/clri"
71322024-09-09T17:45:30.218Z[ recovery-image] Sep 09 17:45:29.222 INFO O| Sep 09 17:45:29.222 INFO STEP 1044 (remove_files) COMPLETE
71332024-09-09T17:45:30.218Z[ recovery-image] Sep 09 17:45:29.222 INFO O| Sep 09 17:45:29.222 INFO STEP 1045: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71342024-09-09T17:45:30.234Z[ recovery-image] Sep 09 17:45:29.240 INFO O| Sep 09 17:45:29.240 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/consadm"
71352024-09-09T17:45:30.234Z[ recovery-image] Sep 09 17:45:29.240 INFO O| Sep 09 17:45:29.240 INFO STEP 1045 (remove_files) COMPLETE
71362024-09-09T17:45:30.237Z[ recovery-image] Sep 09 17:45:29.240 INFO O| Sep 09 17:45:29.240 INFO STEP 1046: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71372024-09-09T17:45:30.251Z[ recovery-image] Sep 09 17:45:29.257 INFO O| Sep 09 17:45:29.257 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/consadmd"
71382024-09-09T17:45:30.251Z[ recovery-image] Sep 09 17:45:29.257 INFO O| Sep 09 17:45:29.257 INFO STEP 1046 (remove_files) COMPLETE
71392024-09-09T17:45:30.254Z[ recovery-image] Sep 09 17:45:29.257 INFO O| Sep 09 17:45:29.257 INFO STEP 1047: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71402024-09-09T17:45:30.268Z[ recovery-image] Sep 09 17:45:29.273 INFO O| Sep 09 17:45:29.273 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/cpustat"
71412024-09-09T17:45:30.268Z[ recovery-image] Sep 09 17:45:29.274 INFO O| Sep 09 17:45:29.273 INFO STEP 1047 (remove_files) COMPLETE
71422024-09-09T17:45:30.270Z[ recovery-image] Sep 09 17:45:29.274 INFO O| Sep 09 17:45:29.274 INFO STEP 1048: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71432024-09-09T17:45:30.311Z[ recovery-image] Sep 09 17:45:29.317 INFO O| Sep 09 17:45:29.317 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/deallocate"
71442024-09-09T17:45:30.311Z[ recovery-image] Sep 09 17:45:29.317 INFO O| Sep 09 17:45:29.317 INFO STEP 1048 (remove_files) COMPLETE
71452024-09-09T17:45:30.314Z[ recovery-image] Sep 09 17:45:29.317 INFO O| Sep 09 17:45:29.317 INFO STEP 1049: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71462024-09-09T17:45:30.329Z[ recovery-image] Sep 09 17:45:29.335 INFO O| Sep 09 17:45:29.335 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/devinfo"
71472024-09-09T17:45:30.329Z[ recovery-image] Sep 09 17:45:29.335 INFO O| Sep 09 17:45:29.335 INFO STEP 1049 (remove_files) COMPLETE
71482024-09-09T17:45:30.332Z[ recovery-image] Sep 09 17:45:29.336 INFO O| Sep 09 17:45:29.335 INFO STEP 1050: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71492024-09-09T17:45:30.348Z[ recovery-image] Sep 09 17:45:29.354 INFO O| Sep 09 17:45:29.354 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/devlinks"
71502024-09-09T17:45:30.348Z[ recovery-image] Sep 09 17:45:29.354 INFO O| Sep 09 17:45:29.354 INFO STEP 1050 (remove_files) COMPLETE
71512024-09-09T17:45:30.351Z[ recovery-image] Sep 09 17:45:29.354 INFO O| Sep 09 17:45:29.354 INFO STEP 1051: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71522024-09-09T17:45:30.390Z[ recovery-image] Sep 09 17:45:29.396 INFO O| Sep 09 17:45:29.396 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/df"
71532024-09-09T17:45:30.390Z[ recovery-image] Sep 09 17:45:29.396 INFO O| Sep 09 17:45:29.396 INFO STEP 1051 (remove_files) COMPLETE
71542024-09-09T17:45:30.393Z[ recovery-image] Sep 09 17:45:29.396 INFO O| Sep 09 17:45:29.396 INFO STEP 1052: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71552024-09-09T17:45:30.460Z[ recovery-image] Sep 09 17:45:29.466 INFO O| Sep 09 17:45:29.466 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/dfmounts"
71562024-09-09T17:45:30.463Z[ recovery-image] Sep 09 17:45:29.466 INFO O| Sep 09 17:45:29.466 INFO STEP 1052 (remove_files) COMPLETE
71572024-09-09T17:45:30.463Z[ recovery-image] Sep 09 17:45:29.466 INFO O| Sep 09 17:45:29.466 INFO STEP 1053: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71582024-09-09T17:45:30.504Z[ host-image] Sep 09 17:45:29.509 INFO O| Sep 09 17:45:29.509 INFO O| Download: 1139/1140 items 7.3/8.4MB 86% complete (1.4M/s)
71592024-09-09T17:45:30.519Z[ recovery-image] Sep 09 17:45:29.525 INFO O| Sep 09 17:45:29.525 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/dfshares"
71602024-09-09T17:45:30.519Z[ recovery-image] Sep 09 17:45:29.525 INFO O| Sep 09 17:45:29.525 INFO STEP 1053 (remove_files) COMPLETE
71612024-09-09T17:45:30.519Z[ recovery-image] Sep 09 17:45:29.525 INFO O| Sep 09 17:45:29.525 INFO STEP 1054: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71622024-09-09T17:45:30.538Z[ recovery-image] Sep 09 17:45:29.544 INFO O| Sep 09 17:45:29.544 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/disks"
71632024-09-09T17:45:30.538Z[ recovery-image] Sep 09 17:45:29.544 INFO O| Sep 09 17:45:29.544 INFO STEP 1054 (remove_files) COMPLETE
71642024-09-09T17:45:30.541Z[ recovery-image] Sep 09 17:45:29.544 INFO O| Sep 09 17:45:29.544 INFO STEP 1055: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71652024-09-09T17:45:30.556Z[ recovery-image] Sep 09 17:45:29.562 INFO O| Sep 09 17:45:29.562 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/dispadmin"
71662024-09-09T17:45:30.556Z[ recovery-image] Sep 09 17:45:29.562 INFO O| Sep 09 17:45:29.562 INFO STEP 1055 (remove_files) COMPLETE
71672024-09-09T17:45:30.556Z[ recovery-image] Sep 09 17:45:29.562 INFO O| Sep 09 17:45:29.562 INFO STEP 1056: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71682024-09-09T17:45:30.574Z[ recovery-image] Sep 09 17:45:29.580 INFO O| Sep 09 17:45:29.579 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/dminfo"
71692024-09-09T17:45:30.574Z[ recovery-image] Sep 09 17:45:29.580 INFO O| Sep 09 17:45:29.580 INFO STEP 1056 (remove_files) COMPLETE
71702024-09-09T17:45:30.574Z[ recovery-image] Sep 09 17:45:29.580 INFO O| Sep 09 17:45:29.580 INFO STEP 1057: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71712024-09-09T17:45:30.592Z[ host-image] Sep 09 17:45:29.598 INFO O| Sep 09 17:45:29.598 INFO O| Download: Completed 8.42 MB in 5.11 seconds (1.6M/s)
71722024-09-09T17:45:30.606Z[ recovery-image] Sep 09 17:45:29.612 INFO O| Sep 09 17:45:29.612 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/drvconfig"
71732024-09-09T17:45:30.606Z[ recovery-image] Sep 09 17:45:29.612 INFO O| Sep 09 17:45:29.612 INFO STEP 1057 (remove_files) COMPLETE
71742024-09-09T17:45:30.606Z[ recovery-image] Sep 09 17:45:29.612 INFO O| Sep 09 17:45:29.612 INFO STEP 1058: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71752024-09-09T17:45:30.673Z[ recovery-image] Sep 09 17:45:29.679 INFO O| Sep 09 17:45:29.679 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/dtrace"
71762024-09-09T17:45:30.676Z[ recovery-image] Sep 09 17:45:29.680 INFO O| Sep 09 17:45:29.679 INFO STEP 1058 (remove_files) COMPLETE
71772024-09-09T17:45:30.676Z[ recovery-image] Sep 09 17:45:29.680 INFO O| Sep 09 17:45:29.680 INFO STEP 1059: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71782024-09-09T17:45:30.693Z[ recovery-image] Sep 09 17:45:29.699 INFO O| Sep 09 17:45:29.699 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/eeprom"
71792024-09-09T17:45:30.697Z[ recovery-image] Sep 09 17:45:29.700 INFO O| Sep 09 17:45:29.699 INFO STEP 1059 (remove_files) COMPLETE
71802024-09-09T17:45:30.697Z[ recovery-image] Sep 09 17:45:29.700 INFO O| Sep 09 17:45:29.700 INFO STEP 1060: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71812024-09-09T17:45:30.713Z[ recovery-image] Sep 09 17:45:29.719 INFO O| Sep 09 17:45:29.719 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/ff"
71822024-09-09T17:45:30.716Z[ recovery-image] Sep 09 17:45:29.719 INFO O| Sep 09 17:45:29.719 INFO STEP 1060 (remove_files) COMPLETE
71832024-09-09T17:45:30.716Z[ recovery-image] Sep 09 17:45:29.719 INFO O| Sep 09 17:45:29.719 INFO STEP 1061: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71842024-09-09T17:45:30.743Z[ host-image] Sep 09 17:45:29.749 INFO O| Sep 09 17:45:29.749 INFO O| Actions: 1/1361 actions (Installing new actions)
71852024-09-09T17:45:30.758Z[ recovery-image] Sep 09 17:45:29.764 INFO O| Sep 09 17:45:29.764 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/fmadm"
71862024-09-09T17:45:30.761Z[ recovery-image] Sep 09 17:45:29.764 INFO O| Sep 09 17:45:29.764 INFO STEP 1061 (remove_files) COMPLETE
71872024-09-09T17:45:30.761Z[ recovery-image] Sep 09 17:45:29.764 INFO O| Sep 09 17:45:29.764 INFO STEP 1062: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71882024-09-09T17:45:30.778Z[ recovery-image] Sep 09 17:45:29.784 INFO O| Sep 09 17:45:29.784 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/fmdump"
71892024-09-09T17:45:30.781Z[ recovery-image] Sep 09 17:45:29.784 INFO O| Sep 09 17:45:29.784 INFO STEP 1062 (remove_files) COMPLETE
71902024-09-09T17:45:30.781Z[ recovery-image] Sep 09 17:45:29.784 INFO O| Sep 09 17:45:29.784 INFO STEP 1063: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71912024-09-09T17:45:30.806Z[ recovery-image] Sep 09 17:45:29.811 INFO O| Sep 09 17:45:29.811 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/fmstat"
71922024-09-09T17:45:30.806Z[ recovery-image] Sep 09 17:45:29.811 INFO O| Sep 09 17:45:29.811 INFO STEP 1063 (remove_files) COMPLETE
71932024-09-09T17:45:30.806Z[ recovery-image] Sep 09 17:45:29.811 INFO O| Sep 09 17:45:29.811 INFO STEP 1064: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71942024-09-09T17:45:30.823Z[ recovery-image] Sep 09 17:45:29.829 INFO O| Sep 09 17:45:29.829 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/fmthard"
71952024-09-09T17:45:30.826Z[ recovery-image] Sep 09 17:45:29.829 INFO O| Sep 09 17:45:29.829 INFO STEP 1064 (remove_files) COMPLETE
71962024-09-09T17:45:30.826Z[ recovery-image] Sep 09 17:45:29.829 INFO O| Sep 09 17:45:29.829 INFO STEP 1065: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71972024-09-09T17:45:30.841Z[ recovery-image] Sep 09 17:45:29.847 INFO O| Sep 09 17:45:29.847 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/format"
71982024-09-09T17:45:30.841Z[ recovery-image] Sep 09 17:45:29.847 INFO O| Sep 09 17:45:29.847 INFO STEP 1065 (remove_files) COMPLETE
71992024-09-09T17:45:30.842Z[ recovery-image] Sep 09 17:45:29.847 INFO O| Sep 09 17:45:29.847 INFO STEP 1066: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72002024-09-09T17:45:30.878Z[ recovery-image] Sep 09 17:45:29.883 INFO O| Sep 09 17:45:29.883 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/fsck"
72012024-09-09T17:45:30.878Z[ recovery-image] Sep 09 17:45:29.883 INFO O| Sep 09 17:45:29.883 INFO STEP 1066 (remove_files) COMPLETE
72022024-09-09T17:45:30.878Z[ recovery-image] Sep 09 17:45:29.883 INFO O| Sep 09 17:45:29.883 INFO STEP 1067: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72032024-09-09T17:45:30.997Z[ recovery-image] Sep 09 17:45:29.981 INFO O| Sep 09 17:45:29.981 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/fuser"
72042024-09-09T17:45:30.997Z[ recovery-image] Sep 09 17:45:29.981 INFO O| Sep 09 17:45:29.981 INFO STEP 1067 (remove_files) COMPLETE
72052024-09-09T17:45:30.997Z[ recovery-image] Sep 09 17:45:29.981 INFO O| Sep 09 17:45:29.981 INFO STEP 1068: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72062024-09-09T17:45:31.001Z[ recovery-image] Sep 09 17:45:30.004 INFO O| Sep 09 17:45:30.004 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/getdevpolicy"
72072024-09-09T17:45:31.001Z[ recovery-image] Sep 09 17:45:30.004 INFO O| Sep 09 17:45:30.004 INFO STEP 1068 (remove_files) COMPLETE
72082024-09-09T17:45:31.001Z[ recovery-image] Sep 09 17:45:30.004 INFO O| Sep 09 17:45:30.004 INFO STEP 1069: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72092024-09-09T17:45:31.020Z[ recovery-image] Sep 09 17:45:30.026 INFO O| Sep 09 17:45:30.025 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/getmajor"
72102024-09-09T17:45:31.022Z[ recovery-image] Sep 09 17:45:30.026 INFO O| Sep 09 17:45:30.026 INFO STEP 1069 (remove_files) COMPLETE
72112024-09-09T17:45:31.022Z[ recovery-image] Sep 09 17:45:30.026 INFO O| Sep 09 17:45:30.026 INFO STEP 1070: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72122024-09-09T17:45:31.107Z[ recovery-image] Sep 09 17:45:30.093 INFO O| Sep 09 17:45:30.093 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/groupadd"
72132024-09-09T17:45:31.107Z[ recovery-image] Sep 09 17:45:30.093 INFO O| Sep 09 17:45:30.093 INFO STEP 1070 (remove_files) COMPLETE
72142024-09-09T17:45:31.107Z[ recovery-image] Sep 09 17:45:30.093 INFO O| Sep 09 17:45:30.093 INFO STEP 1071: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72152024-09-09T17:45:31.110Z[ recovery-image] Sep 09 17:45:30.114 INFO O| Sep 09 17:45:30.114 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/groupdel"
72162024-09-09T17:45:31.110Z[ recovery-image] Sep 09 17:45:30.114 INFO O| Sep 09 17:45:30.114 INFO STEP 1071 (remove_files) COMPLETE
72172024-09-09T17:45:31.110Z[ recovery-image] Sep 09 17:45:30.114 INFO O| Sep 09 17:45:30.114 INFO STEP 1072: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72182024-09-09T17:45:31.128Z[ recovery-image] Sep 09 17:45:30.134 INFO O| Sep 09 17:45:30.133 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/groupmod"
72192024-09-09T17:45:31.128Z[ recovery-image] Sep 09 17:45:30.134 INFO O| Sep 09 17:45:30.134 INFO STEP 1072 (remove_files) COMPLETE
72202024-09-09T17:45:31.130Z[ recovery-image] Sep 09 17:45:30.134 INFO O| Sep 09 17:45:30.134 INFO STEP 1073: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72212024-09-09T17:45:31.147Z[ recovery-image] Sep 09 17:45:30.153 INFO O| Sep 09 17:45:30.153 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/growfs"
72222024-09-09T17:45:31.147Z[ recovery-image] Sep 09 17:45:30.153 INFO O| Sep 09 17:45:30.153 INFO STEP 1073 (remove_files) COMPLETE
72232024-09-09T17:45:31.149Z[ recovery-image] Sep 09 17:45:30.153 INFO O| Sep 09 17:45:30.153 INFO STEP 1074: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72242024-09-09T17:45:31.194Z[ recovery-image] Sep 09 17:45:30.199 INFO O| Sep 09 17:45:30.199 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/grpck"
72252024-09-09T17:45:31.194Z[ recovery-image] Sep 09 17:45:30.199 INFO O| Sep 09 17:45:30.199 INFO STEP 1074 (remove_files) COMPLETE
72262024-09-09T17:45:31.194Z[ recovery-image] Sep 09 17:45:30.199 INFO O| Sep 09 17:45:30.199 INFO STEP 1075: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72272024-09-09T17:45:31.260Z[ recovery-image] Sep 09 17:45:30.265 INFO O| Sep 09 17:45:30.265 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/gsscred"
72282024-09-09T17:45:31.260Z[ recovery-image] Sep 09 17:45:30.265 INFO O| Sep 09 17:45:30.265 INFO STEP 1075 (remove_files) COMPLETE
72292024-09-09T17:45:31.260Z[ recovery-image] Sep 09 17:45:30.265 INFO O| Sep 09 17:45:30.265 INFO STEP 1076: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72302024-09-09T17:45:31.315Z[ recovery-image] Sep 09 17:45:30.321 INFO O| Sep 09 17:45:30.321 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/halt"
72312024-09-09T17:45:31.315Z[ recovery-image] Sep 09 17:45:30.321 INFO O| Sep 09 17:45:30.321 INFO STEP 1076 (remove_files) COMPLETE
72322024-09-09T17:45:31.321Z[ recovery-image] Sep 09 17:45:30.321 INFO O| Sep 09 17:45:30.321 INFO STEP 1077: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72332024-09-09T17:45:31.336Z[ recovery-image] Sep 09 17:45:30.338 INFO O| Sep 09 17:45:30.338 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/hotplug"
72342024-09-09T17:45:31.336Z[ recovery-image] Sep 09 17:45:30.338 INFO O| Sep 09 17:45:30.338 INFO STEP 1077 (remove_files) COMPLETE
72352024-09-09T17:45:31.336Z[ recovery-image] Sep 09 17:45:30.338 INFO O| Sep 09 17:45:30.338 INFO STEP 1078: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72362024-09-09T17:45:31.455Z[ recovery-image] Sep 09 17:45:30.461 INFO O| Sep 09 17:45:30.461 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/iasl"
72372024-09-09T17:45:31.455Z[ recovery-image] Sep 09 17:45:30.461 INFO O| Sep 09 17:45:30.461 INFO STEP 1078 (remove_files) COMPLETE
72382024-09-09T17:45:31.458Z[ recovery-image] Sep 09 17:45:30.461 INFO O| Sep 09 17:45:30.461 INFO STEP 1079: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72392024-09-09T17:45:31.467Z[ host-image] Sep 09 17:45:30.473 INFO O| Sep 09 17:45:30.473 INFO O| Actions: Completed 1361 actions in 0.72 seconds.
72402024-09-09T17:45:31.481Z[ recovery-image] Sep 09 17:45:30.487 INFO O| Sep 09 17:45:30.487 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/idmap"
72412024-09-09T17:45:31.481Z[ recovery-image] Sep 09 17:45:30.487 INFO O| Sep 09 17:45:30.487 INFO STEP 1079 (remove_files) COMPLETE
72422024-09-09T17:45:31.484Z[ recovery-image] Sep 09 17:45:30.487 INFO O| Sep 09 17:45:30.487 INFO STEP 1080: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72432024-09-09T17:45:31.539Z[ recovery-image] Sep 09 17:45:30.545 INFO O| Sep 09 17:45:30.545 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/if_mpadm"
72442024-09-09T17:45:31.539Z[ recovery-image] Sep 09 17:45:30.545 INFO O| Sep 09 17:45:30.545 INFO STEP 1080 (remove_files) COMPLETE
72452024-09-09T17:45:31.542Z[ recovery-image] Sep 09 17:45:30.546 INFO O| Sep 09 17:45:30.545 INFO STEP 1081: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72462024-09-09T17:45:31.556Z[ recovery-image] Sep 09 17:45:30.562 INFO O| Sep 09 17:45:30.562 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/ikeadm"
72472024-09-09T17:45:31.556Z[ recovery-image] Sep 09 17:45:30.562 INFO O| Sep 09 17:45:30.562 INFO STEP 1081 (remove_files) COMPLETE
72482024-09-09T17:45:31.559Z[ recovery-image] Sep 09 17:45:30.562 INFO O| Sep 09 17:45:30.562 INFO STEP 1082: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72492024-09-09T17:45:31.581Z[ recovery-image] Sep 09 17:45:30.587 INFO O| Sep 09 17:45:30.587 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/ikecert"
72502024-09-09T17:45:31.581Z[ recovery-image] Sep 09 17:45:30.587 INFO O| Sep 09 17:45:30.587 INFO STEP 1082 (remove_files) COMPLETE
72512024-09-09T17:45:31.581Z[ recovery-image] Sep 09 17:45:30.587 INFO O| Sep 09 17:45:30.587 INFO STEP 1083: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72522024-09-09T17:45:31.602Z[ recovery-image] Sep 09 17:45:30.607 INFO O| Sep 09 17:45:30.607 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/in.rdisc"
72532024-09-09T17:45:31.602Z[ recovery-image] Sep 09 17:45:30.607 INFO O| Sep 09 17:45:30.607 INFO STEP 1083 (remove_files) COMPLETE
72542024-09-09T17:45:31.602Z[ recovery-image] Sep 09 17:45:30.607 INFO O| Sep 09 17:45:30.607 INFO STEP 1084: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72552024-09-09T17:45:31.632Z[ recovery-image] Sep 09 17:45:30.638 INFO O| Sep 09 17:45:30.638 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/in.routed"
72562024-09-09T17:45:31.635Z[ recovery-image] Sep 09 17:45:30.638 INFO O| Sep 09 17:45:30.638 INFO STEP 1084 (remove_files) COMPLETE
72572024-09-09T17:45:31.635Z[ recovery-image] Sep 09 17:45:30.638 INFO O| Sep 09 17:45:30.638 INFO STEP 1085: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72582024-09-09T17:45:31.652Z[ recovery-image] Sep 09 17:45:30.658 INFO O| Sep 09 17:45:30.658 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/inetadm"
72592024-09-09T17:45:31.655Z[ recovery-image] Sep 09 17:45:30.658 INFO O| Sep 09 17:45:30.658 INFO STEP 1085 (remove_files) COMPLETE
72602024-09-09T17:45:31.655Z[ recovery-image] Sep 09 17:45:30.658 INFO O| Sep 09 17:45:30.658 INFO STEP 1086: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72612024-09-09T17:45:31.672Z[ recovery-image] Sep 09 17:45:30.678 INFO O| Sep 09 17:45:30.678 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/inetconv"
72622024-09-09T17:45:31.675Z[ recovery-image] Sep 09 17:45:30.678 INFO O| Sep 09 17:45:30.678 INFO STEP 1086 (remove_files) COMPLETE
72632024-09-09T17:45:31.675Z[ recovery-image] Sep 09 17:45:30.678 INFO O| Sep 09 17:45:30.678 INFO STEP 1087: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72642024-09-09T17:45:31.706Z[ recovery-image] Sep 09 17:45:30.712 INFO O| Sep 09 17:45:30.712 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/install"
72652024-09-09T17:45:31.706Z[ recovery-image] Sep 09 17:45:30.712 INFO O| Sep 09 17:45:30.712 INFO STEP 1087 (remove_files) COMPLETE
72662024-09-09T17:45:31.709Z[ recovery-image] Sep 09 17:45:30.712 INFO O| Sep 09 17:45:30.712 INFO STEP 1088: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72672024-09-09T17:45:31.729Z[ recovery-image] Sep 09 17:45:30.735 INFO O| Sep 09 17:45:30.735 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/installboot"
72682024-09-09T17:45:31.729Z[ recovery-image] Sep 09 17:45:30.735 INFO O| Sep 09 17:45:30.735 INFO STEP 1088 (remove_files) COMPLETE
72692024-09-09T17:45:31.729Z[ recovery-image] Sep 09 17:45:30.735 INFO O| Sep 09 17:45:30.735 INFO STEP 1089: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72702024-09-09T17:45:31.759Z[ recovery-image] Sep 09 17:45:30.765 INFO O| Sep 09 17:45:30.765 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/installf"
72712024-09-09T17:45:31.759Z[ recovery-image] Sep 09 17:45:30.765 INFO O| Sep 09 17:45:30.765 INFO STEP 1089 (remove_files) COMPLETE
72722024-09-09T17:45:31.762Z[ recovery-image] Sep 09 17:45:30.765 INFO O| Sep 09 17:45:30.765 INFO STEP 1090: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72732024-09-09T17:45:31.820Z[ recovery-image] Sep 09 17:45:30.826 INFO O| Sep 09 17:45:30.826 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/intrstat"
72742024-09-09T17:45:31.844Z[ recovery-image] Sep 09 17:45:30.849 INFO O| Sep 09 17:45:30.849 INFO STEP 1090 (remove_files) COMPLETE
72752024-09-09T17:45:31.844Z[ recovery-image] Sep 09 17:45:30.849 INFO O| Sep 09 17:45:30.849 INFO STEP 1091: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72762024-09-09T17:45:31.876Z[ host-image] Sep 09 17:45:30.880 INFO O| Sep 09 17:45:30.880 INFO O| Done
72772024-09-09T17:45:31.876Z[ host-image] Sep 09 17:45:30.880 INFO O| Sep 09 17:45:30.880 INFO O| Done
72782024-09-09T17:45:31.937Z[ recovery-image] Sep 09 17:45:30.942 INFO O| Sep 09 17:45:30.942 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/ipsecalgs"
72792024-09-09T17:45:31.937Z[ recovery-image] Sep 09 17:45:30.942 INFO O| Sep 09 17:45:30.942 INFO STEP 1091 (remove_files) COMPLETE
72802024-09-09T17:45:31.939Z[ recovery-image] Sep 09 17:45:30.942 INFO O| Sep 09 17:45:30.942 INFO STEP 1092: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72812024-09-09T17:45:32.048Z[ recovery-image] Sep 09 17:45:31.051 INFO O| Sep 09 17:45:31.051 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/ipsecconf"
72822024-09-09T17:45:32.048Z[ recovery-image] Sep 09 17:45:31.051 INFO O| Sep 09 17:45:31.051 INFO STEP 1092 (remove_files) COMPLETE
72832024-09-09T17:45:32.048Z[ recovery-image] Sep 09 17:45:31.051 INFO O| Sep 09 17:45:31.051 INFO STEP 1093: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72842024-09-09T17:45:32.072Z[ recovery-image] Sep 09 17:45:31.078 INFO O| Sep 09 17:45:31.069 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/ipseckey"
72852024-09-09T17:45:32.073Z[ recovery-image] Sep 09 17:45:31.078 INFO O| Sep 09 17:45:31.069 INFO STEP 1093 (remove_files) COMPLETE
72862024-09-09T17:45:32.075Z[ recovery-image] Sep 09 17:45:31.078 INFO O| Sep 09 17:45:31.069 INFO STEP 1094: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72872024-09-09T17:45:32.081Z[ recovery-image] Sep 09 17:45:31.087 INFO O| Sep 09 17:45:31.087 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/keyserv"
72882024-09-09T17:45:32.084Z[ recovery-image] Sep 09 17:45:31.087 INFO O| Sep 09 17:45:31.087 INFO STEP 1094 (remove_files) COMPLETE
72892024-09-09T17:45:32.084Z[ recovery-image] Sep 09 17:45:31.087 INFO O| Sep 09 17:45:31.087 INFO STEP 1095: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72902024-09-09T17:45:32.121Z[ recovery-image] Sep 09 17:45:31.127 INFO O| Sep 09 17:45:31.127 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/killall"
72912024-09-09T17:45:32.121Z[ recovery-image] Sep 09 17:45:31.127 INFO O| Sep 09 17:45:31.127 INFO STEP 1095 (remove_files) COMPLETE
72922024-09-09T17:45:32.121Z[ recovery-image] Sep 09 17:45:31.127 INFO O| Sep 09 17:45:31.127 INFO STEP 1096: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72932024-09-09T17:45:32.140Z[ recovery-image] Sep 09 17:45:31.145 INFO O| Sep 09 17:45:31.145 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/link"
72942024-09-09T17:45:32.140Z[ recovery-image] Sep 09 17:45:31.145 INFO O| Sep 09 17:45:31.145 INFO STEP 1096 (remove_files) COMPLETE
72952024-09-09T17:45:32.140Z[ recovery-image] Sep 09 17:45:31.145 INFO O| Sep 09 17:45:31.145 INFO STEP 1097: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72962024-09-09T17:45:32.159Z[ recovery-image] Sep 09 17:45:31.165 INFO O| Sep 09 17:45:31.165 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/list_devices"
72972024-09-09T17:45:32.159Z[ recovery-image] Sep 09 17:45:31.165 INFO O| Sep 09 17:45:31.165 INFO STEP 1097 (remove_files) COMPLETE
72982024-09-09T17:45:32.162Z[ recovery-image] Sep 09 17:45:31.165 INFO O| Sep 09 17:45:31.165 INFO STEP 1098: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72992024-09-09T17:45:32.216Z[ recovery-image] Sep 09 17:45:31.222 INFO O| Sep 09 17:45:31.222 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/locator"
73002024-09-09T17:45:32.216Z[ recovery-image] Sep 09 17:45:31.222 INFO O| Sep 09 17:45:31.222 INFO STEP 1098 (remove_files) COMPLETE
73012024-09-09T17:45:32.219Z[ recovery-image] Sep 09 17:45:31.222 INFO O| Sep 09 17:45:31.222 INFO STEP 1099: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73022024-09-09T17:45:32.286Z[ recovery-image] Sep 09 17:45:31.291 INFO O| Sep 09 17:45:31.291 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/lockstat"
73032024-09-09T17:45:32.286Z[ recovery-image] Sep 09 17:45:31.292 INFO O| Sep 09 17:45:31.292 INFO STEP 1099 (remove_files) COMPLETE
73042024-09-09T17:45:32.288Z[ recovery-image] Sep 09 17:45:31.292 INFO O| Sep 09 17:45:31.292 INFO STEP 1100: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73052024-09-09T17:45:32.364Z[ recovery-image] Sep 09 17:45:31.370 INFO O| Sep 09 17:45:31.370 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/lofiadm"
73062024-09-09T17:45:32.364Z[ recovery-image] Sep 09 17:45:31.370 INFO O| Sep 09 17:45:31.370 INFO STEP 1100 (remove_files) COMPLETE
73072024-09-09T17:45:32.367Z[ recovery-image] Sep 09 17:45:31.370 INFO O| Sep 09 17:45:31.370 INFO STEP 1101: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73082024-09-09T17:45:32.384Z[ recovery-image] Sep 09 17:45:31.389 INFO O| Sep 09 17:45:31.389 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/logadm"
73092024-09-09T17:45:32.384Z[ recovery-image] Sep 09 17:45:31.389 INFO O| Sep 09 17:45:31.389 INFO STEP 1101 (remove_files) COMPLETE
73102024-09-09T17:45:32.384Z[ recovery-image] Sep 09 17:45:31.389 INFO O| Sep 09 17:45:31.389 INFO STEP 1102: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73112024-09-09T17:45:32.420Z[ recovery-image] Sep 09 17:45:31.425 INFO O| Sep 09 17:45:31.425 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/makedbm"
73122024-09-09T17:45:32.420Z[ recovery-image] Sep 09 17:45:31.425 INFO O| Sep 09 17:45:31.425 INFO STEP 1102 (remove_files) COMPLETE
73132024-09-09T17:45:32.420Z[ recovery-image] Sep 09 17:45:31.425 INFO O| Sep 09 17:45:31.425 INFO STEP 1103: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73142024-09-09T17:45:32.479Z[ recovery-image] Sep 09 17:45:31.484 INFO O| Sep 09 17:45:31.484 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/mkdevalloc"
73152024-09-09T17:45:32.479Z[ recovery-image] Sep 09 17:45:31.484 INFO O| Sep 09 17:45:31.484 INFO STEP 1103 (remove_files) COMPLETE
73162024-09-09T17:45:32.479Z[ recovery-image] Sep 09 17:45:31.484 INFO O| Sep 09 17:45:31.484 INFO STEP 1104: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73172024-09-09T17:45:32.516Z[ recovery-image] Sep 09 17:45:31.522 INFO O| Sep 09 17:45:31.521 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/mkdevmaps"
73182024-09-09T17:45:32.516Z[ recovery-image] Sep 09 17:45:31.522 INFO O| Sep 09 17:45:31.522 INFO STEP 1104 (remove_files) COMPLETE
73192024-09-09T17:45:32.516Z[ recovery-image] Sep 09 17:45:31.522 INFO O| Sep 09 17:45:31.522 INFO STEP 1105: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73202024-09-09T17:45:32.562Z[ recovery-image] Sep 09 17:45:31.568 INFO O| Sep 09 17:45:31.567 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/mkfile"
73212024-09-09T17:45:32.562Z[ recovery-image] Sep 09 17:45:31.568 INFO O| Sep 09 17:45:31.568 INFO STEP 1105 (remove_files) COMPLETE
73222024-09-09T17:45:32.565Z[ recovery-image] Sep 09 17:45:31.568 INFO O| Sep 09 17:45:31.568 INFO STEP 1106: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73232024-09-09T17:45:32.581Z[ recovery-image] Sep 09 17:45:31.587 INFO O| Sep 09 17:45:31.587 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/mknod"
73242024-09-09T17:45:32.581Z[ recovery-image] Sep 09 17:45:31.587 INFO O| Sep 09 17:45:31.587 INFO STEP 1106 (remove_files) COMPLETE
73252024-09-09T17:45:32.584Z[ recovery-image] Sep 09 17:45:31.587 INFO O| Sep 09 17:45:31.587 INFO STEP 1107: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73262024-09-09T17:45:32.617Z[ recovery-image] Sep 09 17:45:31.623 INFO O| Sep 09 17:45:31.623 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/modinfo"
73272024-09-09T17:45:32.617Z[ recovery-image] Sep 09 17:45:31.623 INFO O| Sep 09 17:45:31.623 INFO STEP 1107 (remove_files) COMPLETE
73282024-09-09T17:45:32.620Z[ recovery-image] Sep 09 17:45:31.623 INFO O| Sep 09 17:45:31.623 INFO STEP 1108: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73292024-09-09T17:45:32.653Z[ recovery-image] Sep 09 17:45:31.659 INFO O| Sep 09 17:45:31.659 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/modload"
73302024-09-09T17:45:32.654Z[ recovery-image] Sep 09 17:45:31.659 INFO O| Sep 09 17:45:31.659 INFO STEP 1108 (remove_files) COMPLETE
73312024-09-09T17:45:32.656Z[ recovery-image] Sep 09 17:45:31.659 INFO O| Sep 09 17:45:31.659 INFO STEP 1109: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73322024-09-09T17:45:32.674Z[ recovery-image] Sep 09 17:45:31.680 INFO O| Sep 09 17:45:31.680 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/mountall"
73332024-09-09T17:45:32.674Z[ recovery-image] Sep 09 17:45:31.680 INFO O| Sep 09 17:45:31.680 INFO STEP 1109 (remove_files) COMPLETE
73342024-09-09T17:45:32.674Z[ recovery-image] Sep 09 17:45:31.680 INFO O| Sep 09 17:45:31.680 INFO STEP 1110: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73352024-09-09T17:45:32.693Z[ recovery-image] Sep 09 17:45:31.699 INFO O| Sep 09 17:45:31.699 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/msgid"
73362024-09-09T17:45:32.693Z[ recovery-image] Sep 09 17:45:31.699 INFO O| Sep 09 17:45:31.699 INFO STEP 1110 (remove_files) COMPLETE
73372024-09-09T17:45:32.696Z[ recovery-image] Sep 09 17:45:31.699 INFO O| Sep 09 17:45:31.699 INFO STEP 1111: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73382024-09-09T17:45:32.735Z[ recovery-image] Sep 09 17:45:31.741 INFO O| Sep 09 17:45:31.740 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/mvdir"
73392024-09-09T17:45:32.735Z[ recovery-image] Sep 09 17:45:31.741 INFO O| Sep 09 17:45:31.741 INFO STEP 1111 (remove_files) COMPLETE
73402024-09-09T17:45:32.738Z[ recovery-image] Sep 09 17:45:31.741 INFO O| Sep 09 17:45:31.741 INFO STEP 1112: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73412024-09-09T17:45:32.773Z[ recovery-image] Sep 09 17:45:31.778 INFO O| Sep 09 17:45:31.778 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/ndp"
73422024-09-09T17:45:32.773Z[ recovery-image] Sep 09 17:45:31.778 INFO O| Sep 09 17:45:31.778 INFO STEP 1112 (remove_files) COMPLETE
73432024-09-09T17:45:32.773Z[ recovery-image] Sep 09 17:45:31.778 INFO O| Sep 09 17:45:31.778 INFO STEP 1113: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73442024-09-09T17:45:32.790Z[ recovery-image] Sep 09 17:45:31.795 INFO O| Sep 09 17:45:31.795 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/nlsadmin"
73452024-09-09T17:45:32.790Z[ recovery-image] Sep 09 17:45:31.795 INFO O| Sep 09 17:45:31.795 INFO STEP 1113 (remove_files) COMPLETE
73462024-09-09T17:45:32.790Z[ recovery-image] Sep 09 17:45:31.795 INFO O| Sep 09 17:45:31.795 INFO STEP 1114: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73472024-09-09T17:45:32.813Z[ host-image] Sep 09 17:45:31.819 INFO O| Sep 09 17:45:31.819 INFO O| Done
73482024-09-09T17:45:32.822Z[ recovery-image] Sep 09 17:45:31.827 INFO O| Sep 09 17:45:31.827 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/nltest"
73492024-09-09T17:45:32.822Z[ recovery-image] Sep 09 17:45:31.827 INFO O| Sep 09 17:45:31.827 INFO STEP 1114 (remove_files) COMPLETE
73502024-09-09T17:45:32.822Z[ recovery-image] Sep 09 17:45:31.827 INFO O| Sep 09 17:45:31.827 INFO STEP 1115: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73512024-09-09T17:45:32.839Z[ recovery-image] Sep 09 17:45:31.845 INFO O| Sep 09 17:45:31.845 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/nvmeadm"
73522024-09-09T17:45:32.839Z[ recovery-image] Sep 09 17:45:31.845 INFO O| Sep 09 17:45:31.845 INFO STEP 1115 (remove_files) COMPLETE
73532024-09-09T17:45:32.839Z[ recovery-image] Sep 09 17:45:31.845 INFO O| Sep 09 17:45:31.845 INFO STEP 1116: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73542024-09-09T17:45:32.875Z[ recovery-image] Sep 09 17:45:31.881 INFO O| Sep 09 17:45:31.881 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/nwamadm"
73552024-09-09T17:45:32.875Z[ recovery-image] Sep 09 17:45:31.881 INFO O| Sep 09 17:45:31.881 INFO STEP 1116 (remove_files) COMPLETE
73562024-09-09T17:45:32.875Z[ recovery-image] Sep 09 17:45:31.881 INFO O| Sep 09 17:45:31.881 INFO STEP 1117: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73572024-09-09T17:45:32.894Z[ recovery-image] Sep 09 17:45:31.899 INFO O| Sep 09 17:45:31.899 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/nwamcfg"
73582024-09-09T17:45:32.894Z[ recovery-image] Sep 09 17:45:31.899 INFO O| Sep 09 17:45:31.899 INFO STEP 1117 (remove_files) COMPLETE
73592024-09-09T17:45:32.897Z[ recovery-image] Sep 09 17:45:31.899 INFO O| Sep 09 17:45:31.899 INFO STEP 1118: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73602024-09-09T17:45:32.911Z[ recovery-image] Sep 09 17:45:31.917 INFO O| Sep 09 17:45:31.917 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/pbind"
73612024-09-09T17:45:32.914Z[ recovery-image] Sep 09 17:45:31.917 INFO O| Sep 09 17:45:31.917 INFO STEP 1118 (remove_files) COMPLETE
73622024-09-09T17:45:32.914Z[ recovery-image] Sep 09 17:45:31.917 INFO O| Sep 09 17:45:31.917 INFO STEP 1119: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73632024-09-09T17:45:32.929Z[ recovery-image] Sep 09 17:45:31.935 INFO O| Sep 09 17:45:31.935 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/ping"
73642024-09-09T17:45:32.929Z[ recovery-image] Sep 09 17:45:31.935 INFO O| Sep 09 17:45:31.935 INFO STEP 1119 (remove_files) COMPLETE
73652024-09-09T17:45:32.932Z[ recovery-image] Sep 09 17:45:31.935 INFO O| Sep 09 17:45:31.935 INFO STEP 1120: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73662024-09-09T17:45:32.948Z[ recovery-image] Sep 09 17:45:31.953 INFO O| Sep 09 17:45:31.953 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/pkgadd"
73672024-09-09T17:45:32.948Z[ recovery-image] Sep 09 17:45:31.954 INFO O| Sep 09 17:45:31.954 INFO STEP 1120 (remove_files) COMPLETE
73682024-09-09T17:45:32.951Z[ recovery-image] Sep 09 17:45:31.954 INFO O| Sep 09 17:45:31.954 INFO STEP 1121: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73692024-09-09T17:45:32.966Z[ recovery-image] Sep 09 17:45:31.972 INFO O| Sep 09 17:45:31.972 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/pkgask"
73702024-09-09T17:45:32.966Z[ recovery-image] Sep 09 17:45:31.972 INFO O| Sep 09 17:45:31.972 INFO STEP 1121 (remove_files) COMPLETE
73712024-09-09T17:45:32.966Z[ recovery-image] Sep 09 17:45:31.972 INFO O| Sep 09 17:45:31.972 INFO STEP 1122: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73722024-09-09T17:45:32.985Z[ recovery-image] Sep 09 17:45:31.990 INFO O| Sep 09 17:45:31.990 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/pkgchk"
73732024-09-09T17:45:32.985Z[ recovery-image] Sep 09 17:45:31.990 INFO O| Sep 09 17:45:31.990 INFO STEP 1122 (remove_files) COMPLETE
73742024-09-09T17:45:32.987Z[ recovery-image] Sep 09 17:45:31.990 INFO O| Sep 09 17:45:31.990 INFO STEP 1123: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73752024-09-09T17:45:33.008Z[ recovery-image] Sep 09 17:45:32.013 INFO O| Sep 09 17:45:32.013 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/pkgrm"
73762024-09-09T17:45:33.010Z[ recovery-image] Sep 09 17:45:32.013 INFO O| Sep 09 17:45:32.013 INFO STEP 1123 (remove_files) COMPLETE
73772024-09-09T17:45:33.010Z[ recovery-image] Sep 09 17:45:32.014 INFO O| Sep 09 17:45:32.014 INFO STEP 1124: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73782024-09-09T17:45:33.026Z[ recovery-image] Sep 09 17:45:32.032 INFO O| Sep 09 17:45:32.032 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/plockstat"
73792024-09-09T17:45:33.029Z[ recovery-image] Sep 09 17:45:32.032 INFO O| Sep 09 17:45:32.032 INFO STEP 1124 (remove_files) COMPLETE
73802024-09-09T17:45:33.029Z[ recovery-image] Sep 09 17:45:32.032 INFO O| Sep 09 17:45:32.032 INFO STEP 1125: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73812024-09-09T17:45:33.067Z[ recovery-image] Sep 09 17:45:32.073 INFO O| Sep 09 17:45:32.073 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/pooladm"
73822024-09-09T17:45:33.067Z[ recovery-image] Sep 09 17:45:32.073 INFO O| Sep 09 17:45:32.073 INFO STEP 1125 (remove_files) COMPLETE
73832024-09-09T17:45:33.067Z[ recovery-image] Sep 09 17:45:32.073 INFO O| Sep 09 17:45:32.073 INFO STEP 1126: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73842024-09-09T17:45:33.087Z[ recovery-image] Sep 09 17:45:32.093 INFO O| Sep 09 17:45:32.093 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/poolbind"
73852024-09-09T17:45:33.108Z[ recovery-image] Sep 09 17:45:32.113 INFO O| Sep 09 17:45:32.113 INFO STEP 1126 (remove_files) COMPLETE
73862024-09-09T17:45:33.108Z[ recovery-image] Sep 09 17:45:32.113 INFO O| Sep 09 17:45:32.113 INFO STEP 1127: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73872024-09-09T17:45:33.127Z[ recovery-image] Sep 09 17:45:32.132 INFO O| Sep 09 17:45:32.132 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/poolcfg"
73882024-09-09T17:45:33.130Z[ recovery-image] Sep 09 17:45:32.132 INFO O| Sep 09 17:45:32.132 INFO STEP 1127 (remove_files) COMPLETE
73892024-09-09T17:45:33.130Z[ recovery-image] Sep 09 17:45:32.132 INFO O| Sep 09 17:45:32.132 INFO STEP 1128: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73902024-09-09T17:45:33.160Z[ recovery-image] Sep 09 17:45:32.166 INFO O| Sep 09 17:45:32.166 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/ports"
73912024-09-09T17:45:33.160Z[ recovery-image] Sep 09 17:45:32.166 INFO O| Sep 09 17:45:32.166 INFO STEP 1128 (remove_files) COMPLETE
73922024-09-09T17:45:33.160Z[ recovery-image] Sep 09 17:45:32.166 INFO O| Sep 09 17:45:32.166 INFO STEP 1129: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73932024-09-09T17:45:33.223Z[ recovery-image] Sep 09 17:45:32.228 INFO O| Sep 09 17:45:32.228 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/poweroff"
73942024-09-09T17:45:33.223Z[ recovery-image] Sep 09 17:45:32.228 INFO O| Sep 09 17:45:32.228 INFO STEP 1129 (remove_files) COMPLETE
73952024-09-09T17:45:33.223Z[ recovery-image] Sep 09 17:45:32.228 INFO O| Sep 09 17:45:32.228 INFO STEP 1130: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73962024-09-09T17:45:33.242Z[ recovery-image] Sep 09 17:45:32.247 INFO O| Sep 09 17:45:32.247 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/pptadm"
73972024-09-09T17:45:33.242Z[ recovery-image] Sep 09 17:45:32.247 INFO O| Sep 09 17:45:32.247 INFO STEP 1130 (remove_files) COMPLETE
73982024-09-09T17:45:33.242Z[ recovery-image] Sep 09 17:45:32.247 INFO O| Sep 09 17:45:32.247 INFO STEP 1131: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73992024-09-09T17:45:33.273Z[ recovery-image] Sep 09 17:45:32.278 INFO O| Sep 09 17:45:32.278 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/praudit"
74002024-09-09T17:45:33.273Z[ recovery-image] Sep 09 17:45:32.278 INFO O| Sep 09 17:45:32.278 INFO STEP 1131 (remove_files) COMPLETE
74012024-09-09T17:45:33.273Z[ recovery-image] Sep 09 17:45:32.278 INFO O| Sep 09 17:45:32.278 INFO STEP 1132: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74022024-09-09T17:45:33.309Z[ recovery-image] Sep 09 17:45:32.314 INFO O| Sep 09 17:45:32.314 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/projadd"
74032024-09-09T17:45:33.309Z[ recovery-image] Sep 09 17:45:32.315 INFO O| Sep 09 17:45:32.314 INFO STEP 1132 (remove_files) COMPLETE
74042024-09-09T17:45:33.311Z[ recovery-image] Sep 09 17:45:32.315 INFO O| Sep 09 17:45:32.314 INFO STEP 1133: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74052024-09-09T17:45:33.352Z[ recovery-image] Sep 09 17:45:32.358 INFO O| Sep 09 17:45:32.358 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/projdel"
74062024-09-09T17:45:33.352Z[ recovery-image] Sep 09 17:45:32.358 INFO O| Sep 09 17:45:32.358 INFO STEP 1133 (remove_files) COMPLETE
74072024-09-09T17:45:33.352Z[ recovery-image] Sep 09 17:45:32.358 INFO O| Sep 09 17:45:32.358 INFO STEP 1134: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74082024-09-09T17:45:33.374Z[ recovery-image] Sep 09 17:45:32.379 INFO O| Sep 09 17:45:32.379 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/projmod"
74092024-09-09T17:45:33.374Z[ recovery-image] Sep 09 17:45:32.380 INFO O| Sep 09 17:45:32.379 INFO STEP 1134 (remove_files) COMPLETE
74102024-09-09T17:45:33.374Z[ recovery-image] Sep 09 17:45:32.380 INFO O| Sep 09 17:45:32.379 INFO STEP 1135: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74112024-09-09T17:45:33.408Z[ recovery-image] Sep 09 17:45:32.414 INFO O| Sep 09 17:45:32.414 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/prtdiag"
74122024-09-09T17:45:33.408Z[ recovery-image] Sep 09 17:45:32.414 INFO O| Sep 09 17:45:32.414 INFO STEP 1135 (remove_files) COMPLETE
74132024-09-09T17:45:33.408Z[ recovery-image] Sep 09 17:45:32.414 INFO O| Sep 09 17:45:32.414 INFO STEP 1136: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74142024-09-09T17:45:33.426Z[ recovery-image] Sep 09 17:45:32.432 INFO O| Sep 09 17:45:32.431 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/prtpicl"
74152024-09-09T17:45:33.426Z[ recovery-image] Sep 09 17:45:32.432 INFO O| Sep 09 17:45:32.432 INFO STEP 1136 (remove_files) COMPLETE
74162024-09-09T17:45:33.426Z[ recovery-image] Sep 09 17:45:32.432 INFO O| Sep 09 17:45:32.432 INFO STEP 1137: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74172024-09-09T17:45:33.482Z[ recovery-image] Sep 09 17:45:32.488 INFO O| Sep 09 17:45:32.488 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/prtvtoc"
74182024-09-09T17:45:33.482Z[ recovery-image] Sep 09 17:45:32.488 INFO O| Sep 09 17:45:32.488 INFO STEP 1137 (remove_files) COMPLETE
74192024-09-09T17:45:33.482Z[ recovery-image] Sep 09 17:45:32.488 INFO O| Sep 09 17:45:32.488 INFO STEP 1138: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74202024-09-09T17:45:33.521Z[ recovery-image] Sep 09 17:45:32.526 INFO O| Sep 09 17:45:32.526 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/psradm"
74212024-09-09T17:45:33.521Z[ recovery-image] Sep 09 17:45:32.526 INFO O| Sep 09 17:45:32.526 INFO STEP 1138 (remove_files) COMPLETE
74222024-09-09T17:45:33.524Z[ recovery-image] Sep 09 17:45:32.526 INFO O| Sep 09 17:45:32.526 INFO STEP 1139: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74232024-09-09T17:45:33.539Z[ recovery-image] Sep 09 17:45:32.544 INFO O| Sep 09 17:45:32.544 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/psrinfo"
74242024-09-09T17:45:33.539Z[ recovery-image] Sep 09 17:45:32.544 INFO O| Sep 09 17:45:32.544 INFO STEP 1139 (remove_files) COMPLETE
74252024-09-09T17:45:33.539Z[ recovery-image] Sep 09 17:45:32.544 INFO O| Sep 09 17:45:32.544 INFO STEP 1140: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74262024-09-09T17:45:33.556Z[ recovery-image] Sep 09 17:45:32.562 INFO O| Sep 09 17:45:32.561 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/psrset"
74272024-09-09T17:45:33.556Z[ recovery-image] Sep 09 17:45:32.562 INFO O| Sep 09 17:45:32.562 INFO STEP 1140 (remove_files) COMPLETE
74282024-09-09T17:45:33.556Z[ recovery-image] Sep 09 17:45:32.562 INFO O| Sep 09 17:45:32.562 INFO STEP 1141: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74292024-09-09T17:45:33.582Z[ recovery-image] Sep 09 17:45:32.587 INFO O| Sep 09 17:45:32.587 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/pwck"
74302024-09-09T17:45:33.582Z[ recovery-image] Sep 09 17:45:32.587 INFO O| Sep 09 17:45:32.587 INFO STEP 1141 (remove_files) COMPLETE
74312024-09-09T17:45:33.585Z[ recovery-image] Sep 09 17:45:32.588 INFO O| Sep 09 17:45:32.587 INFO STEP 1142: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74322024-09-09T17:45:33.600Z[ recovery-image] Sep 09 17:45:32.605 INFO O| Sep 09 17:45:32.605 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/pwconv"
74332024-09-09T17:45:33.600Z[ recovery-image] Sep 09 17:45:32.605 INFO O| Sep 09 17:45:32.605 INFO STEP 1142 (remove_files) COMPLETE
74342024-09-09T17:45:33.600Z[ recovery-image] Sep 09 17:45:32.605 INFO O| Sep 09 17:45:32.605 INFO STEP 1143: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74352024-09-09T17:45:33.635Z[ recovery-image] Sep 09 17:45:32.640 INFO O| Sep 09 17:45:32.640 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/raidctl"
74362024-09-09T17:45:33.635Z[ recovery-image] Sep 09 17:45:32.640 INFO O| Sep 09 17:45:32.640 INFO STEP 1143 (remove_files) COMPLETE
74372024-09-09T17:45:33.635Z[ recovery-image] Sep 09 17:45:32.640 INFO O| Sep 09 17:45:32.640 INFO STEP 1144: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74382024-09-09T17:45:33.693Z[ recovery-image] Sep 09 17:45:32.699 INFO O| Sep 09 17:45:32.699 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/ramdiskadm"
74392024-09-09T17:45:33.693Z[ recovery-image] Sep 09 17:45:32.699 INFO O| Sep 09 17:45:32.699 INFO STEP 1144 (remove_files) COMPLETE
74402024-09-09T17:45:33.693Z[ recovery-image] Sep 09 17:45:32.699 INFO O| Sep 09 17:45:32.699 INFO STEP 1145: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74412024-09-09T17:45:33.711Z[ recovery-image] Sep 09 17:45:32.717 INFO O| Sep 09 17:45:32.717 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/rctladm"
74422024-09-09T17:45:33.714Z[ recovery-image] Sep 09 17:45:32.717 INFO O| Sep 09 17:45:32.717 INFO STEP 1145 (remove_files) COMPLETE
74432024-09-09T17:45:33.714Z[ recovery-image] Sep 09 17:45:32.717 INFO O| Sep 09 17:45:32.717 INFO STEP 1146: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74442024-09-09T17:45:33.754Z[ recovery-image] Sep 09 17:45:32.760 INFO O| Sep 09 17:45:32.760 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/rdmsr"
74452024-09-09T17:45:33.754Z[ recovery-image] Sep 09 17:45:32.760 INFO O| Sep 09 17:45:32.760 INFO STEP 1146 (remove_files) COMPLETE
74462024-09-09T17:45:33.757Z[ recovery-image] Sep 09 17:45:32.760 INFO O| Sep 09 17:45:32.760 INFO STEP 1147: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74472024-09-09T17:45:33.787Z[ recovery-image] Sep 09 17:45:32.791 INFO O| Sep 09 17:45:32.791 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/reboot"
74482024-09-09T17:45:33.787Z[ recovery-image] Sep 09 17:45:32.791 INFO O| Sep 09 17:45:32.791 INFO STEP 1147 (remove_files) COMPLETE
74492024-09-09T17:45:33.787Z[ recovery-image] Sep 09 17:45:32.792 INFO O| Sep 09 17:45:32.791 INFO STEP 1148: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74502024-09-09T17:45:33.833Z[ recovery-image] Sep 09 17:45:32.838 INFO O| Sep 09 17:45:32.838 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/rem_drv"
74512024-09-09T17:45:33.835Z[ recovery-image] Sep 09 17:45:32.838 INFO O| Sep 09 17:45:32.838 INFO STEP 1148 (remove_files) COMPLETE
74522024-09-09T17:45:33.835Z[ recovery-image] Sep 09 17:45:32.838 INFO O| Sep 09 17:45:32.838 INFO STEP 1149: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74532024-09-09T17:45:33.896Z[ recovery-image] Sep 09 17:45:32.900 INFO O| Sep 09 17:45:32.900 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/removef"
74542024-09-09T17:45:33.907Z[ recovery-image] Sep 09 17:45:32.900 INFO O| Sep 09 17:45:32.900 INFO STEP 1149 (remove_files) COMPLETE
74552024-09-09T17:45:33.907Z[ recovery-image] Sep 09 17:45:32.900 INFO O| Sep 09 17:45:32.900 INFO STEP 1150: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74562024-09-09T17:45:33.956Z[ recovery-image] Sep 09 17:45:32.960 INFO O| Sep 09 17:45:32.960 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/roleadd"
74572024-09-09T17:45:33.961Z[ recovery-image] Sep 09 17:45:32.961 INFO O| Sep 09 17:45:32.960 INFO STEP 1150 (remove_files) COMPLETE
74582024-09-09T17:45:33.961Z[ recovery-image] Sep 09 17:45:32.961 INFO O| Sep 09 17:45:32.961 INFO STEP 1151: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74592024-09-09T17:45:33.993Z[ recovery-image] Sep 09 17:45:32.996 INFO O| Sep 09 17:45:32.996 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/roledel"
74602024-09-09T17:45:34.003Z[ recovery-image] Sep 09 17:45:32.996 INFO O| Sep 09 17:45:32.996 INFO STEP 1151 (remove_files) COMPLETE
74612024-09-09T17:45:34.003Z[ recovery-image] Sep 09 17:45:32.997 INFO O| Sep 09 17:45:32.996 INFO STEP 1152: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74622024-09-09T17:45:34.016Z[ recovery-image] Sep 09 17:45:33.015 INFO O| Sep 09 17:45:33.015 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/rolemod"
74632024-09-09T17:45:34.016Z[ recovery-image] Sep 09 17:45:33.015 INFO O| Sep 09 17:45:33.015 INFO STEP 1152 (remove_files) COMPLETE
74642024-09-09T17:45:34.016Z[ recovery-image] Sep 09 17:45:33.015 INFO O| Sep 09 17:45:33.015 INFO STEP 1153: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74652024-09-09T17:45:34.031Z[ recovery-image] Sep 09 17:45:33.033 INFO O| Sep 09 17:45:33.033 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/root_archive"
74662024-09-09T17:45:34.053Z[ recovery-image] Sep 09 17:45:33.033 INFO O| Sep 09 17:45:33.033 INFO STEP 1153 (remove_files) COMPLETE
74672024-09-09T17:45:34.053Z[ recovery-image] Sep 09 17:45:33.034 INFO O| Sep 09 17:45:33.033 INFO STEP 1154: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74682024-09-09T17:45:34.069Z[ recovery-image] Sep 09 17:45:33.052 INFO O| Sep 09 17:45:33.052 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/rpcbind"
74692024-09-09T17:45:34.069Z[ recovery-image] Sep 09 17:45:33.053 INFO O| Sep 09 17:45:33.053 INFO STEP 1154 (remove_files) COMPLETE
74702024-09-09T17:45:34.069Z[ recovery-image] Sep 09 17:45:33.053 INFO O| Sep 09 17:45:33.053 INFO STEP 1155: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74712024-09-09T17:45:34.088Z[ recovery-image] Sep 09 17:45:33.093 INFO O| Sep 09 17:45:33.093 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/rtc"
74722024-09-09T17:45:34.088Z[ recovery-image] Sep 09 17:45:33.093 INFO O| Sep 09 17:45:33.093 INFO STEP 1155 (remove_files) COMPLETE
74732024-09-09T17:45:34.088Z[ recovery-image] Sep 09 17:45:33.093 INFO O| Sep 09 17:45:33.093 INFO STEP 1156: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74742024-09-09T17:45:34.128Z[ recovery-image] Sep 09 17:45:33.132 INFO O| Sep 09 17:45:33.132 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/rtquery"
74752024-09-09T17:45:34.128Z[ recovery-image] Sep 09 17:45:33.132 INFO O| Sep 09 17:45:33.132 INFO STEP 1156 (remove_files) COMPLETE
74762024-09-09T17:45:34.140Z[ recovery-image] Sep 09 17:45:33.132 INFO O| Sep 09 17:45:33.132 INFO STEP 1157: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74772024-09-09T17:45:34.173Z[ recovery-image] Sep 09 17:45:33.151 INFO O| Sep 09 17:45:33.150 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/setmnt"
74782024-09-09T17:45:34.174Z[ recovery-image] Sep 09 17:45:33.151 INFO O| Sep 09 17:45:33.151 INFO STEP 1157 (remove_files) COMPLETE
74792024-09-09T17:45:34.174Z[ recovery-image] Sep 09 17:45:33.151 INFO O| Sep 09 17:45:33.151 INFO STEP 1158: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74802024-09-09T17:45:34.227Z[ recovery-image] Sep 09 17:45:33.170 INFO O| Sep 09 17:45:33.170 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/share"
74812024-09-09T17:45:34.227Z[ recovery-image] Sep 09 17:45:33.170 INFO O| Sep 09 17:45:33.170 INFO STEP 1158 (remove_files) COMPLETE
74822024-09-09T17:45:34.227Z[ recovery-image] Sep 09 17:45:33.170 INFO O| Sep 09 17:45:33.170 INFO STEP 1159: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74832024-09-09T17:45:34.227Z[ recovery-image] Sep 09 17:45:33.191 INFO O| Sep 09 17:45:33.191 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/shareall"
74842024-09-09T17:45:34.227Z[ recovery-image] Sep 09 17:45:33.191 INFO O| Sep 09 17:45:33.191 INFO STEP 1159 (remove_files) COMPLETE
74852024-09-09T17:45:34.227Z[ recovery-image] Sep 09 17:45:33.191 INFO O| Sep 09 17:45:33.191 INFO STEP 1160: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74862024-09-09T17:45:34.267Z[ recovery-image] Sep 09 17:45:33.243 INFO O| Sep 09 17:45:33.242 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/sharectl"
74872024-09-09T17:45:34.267Z[ recovery-image] Sep 09 17:45:33.243 INFO O| Sep 09 17:45:33.243 INFO STEP 1160 (remove_files) COMPLETE
74882024-09-09T17:45:34.267Z[ recovery-image] Sep 09 17:45:33.243 INFO O| Sep 09 17:45:33.243 INFO STEP 1161: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74892024-09-09T17:45:34.277Z[ recovery-image] Sep 09 17:45:33.280 INFO O| Sep 09 17:45:33.280 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/sharemgr"
74902024-09-09T17:45:34.277Z[ recovery-image] Sep 09 17:45:33.280 INFO O| Sep 09 17:45:33.280 INFO STEP 1161 (remove_files) COMPLETE
74912024-09-09T17:45:34.278Z[ recovery-image] Sep 09 17:45:33.280 INFO O| Sep 09 17:45:33.280 INFO STEP 1162: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74922024-09-09T17:45:34.330Z[ recovery-image] Sep 09 17:45:33.317 INFO O| Sep 09 17:45:33.317 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/shutdown"
74932024-09-09T17:45:34.330Z[ recovery-image] Sep 09 17:45:33.318 INFO O| Sep 09 17:45:33.318 INFO STEP 1162 (remove_files) COMPLETE
74942024-09-09T17:45:34.330Z[ recovery-image] Sep 09 17:45:33.318 INFO O| Sep 09 17:45:33.318 INFO STEP 1163: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74952024-09-09T17:45:34.343Z[ recovery-image] Sep 09 17:45:33.335 INFO O| Sep 09 17:45:33.335 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/smbadm"
74962024-09-09T17:45:34.343Z[ recovery-image] Sep 09 17:45:33.335 INFO O| Sep 09 17:45:33.335 INFO STEP 1163 (remove_files) COMPLETE
74972024-09-09T17:45:34.343Z[ recovery-image] Sep 09 17:45:33.335 INFO O| Sep 09 17:45:33.335 INFO STEP 1164: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74982024-09-09T17:45:34.354Z[ recovery-image] Sep 09 17:45:33.354 INFO O| Sep 09 17:45:33.354 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/smbios"
74992024-09-09T17:45:34.354Z[ recovery-image] Sep 09 17:45:33.354 INFO O| Sep 09 17:45:33.354 INFO STEP 1164 (remove_files) COMPLETE
75002024-09-09T17:45:34.354Z[ recovery-image] Sep 09 17:45:33.354 INFO O| Sep 09 17:45:33.354 INFO STEP 1165: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75012024-09-09T17:45:34.373Z[ recovery-image] Sep 09 17:45:33.373 INFO O| Sep 09 17:45:33.373 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/smbstat"
75022024-09-09T17:45:34.373Z[ recovery-image] Sep 09 17:45:33.374 INFO O| Sep 09 17:45:33.374 INFO STEP 1165 (remove_files) COMPLETE
75032024-09-09T17:45:34.375Z[ recovery-image] Sep 09 17:45:33.374 INFO O| Sep 09 17:45:33.374 INFO STEP 1166: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75042024-09-09T17:45:34.417Z[ recovery-image] Sep 09 17:45:33.407 INFO O| Sep 09 17:45:33.407 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/snmpd"
75052024-09-09T17:45:34.417Z[ recovery-image] Sep 09 17:45:33.407 INFO O| Sep 09 17:45:33.407 INFO STEP 1166 (remove_files) COMPLETE
75062024-09-09T17:45:34.417Z[ recovery-image] Sep 09 17:45:33.407 INFO O| Sep 09 17:45:33.407 INFO STEP 1167: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75072024-09-09T17:45:34.436Z[ recovery-image] Sep 09 17:45:33.427 INFO O| Sep 09 17:45:33.427 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/snmptrapd"
75082024-09-09T17:45:34.436Z[ recovery-image] Sep 09 17:45:33.427 INFO O| Sep 09 17:45:33.427 INFO STEP 1167 (remove_files) COMPLETE
75092024-09-09T17:45:34.436Z[ recovery-image] Sep 09 17:45:33.427 INFO O| Sep 09 17:45:33.427 INFO STEP 1168: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75102024-09-09T17:45:34.459Z[ recovery-image] Sep 09 17:45:33.461 INFO O| Sep 09 17:45:33.461 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/snoop"
75112024-09-09T17:45:34.459Z[ recovery-image] Sep 09 17:45:33.461 INFO O| Sep 09 17:45:33.461 INFO STEP 1168 (remove_files) COMPLETE
75122024-09-09T17:45:34.468Z[ recovery-image] Sep 09 17:45:33.461 INFO O| Sep 09 17:45:33.461 INFO STEP 1169: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75132024-09-09T17:45:34.480Z[ recovery-image] Sep 09 17:45:33.481 INFO O| Sep 09 17:45:33.481 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/sshd"
75142024-09-09T17:45:34.480Z[ recovery-image] Sep 09 17:45:33.481 INFO O| Sep 09 17:45:33.481 INFO STEP 1169 (remove_files) COMPLETE
75152024-09-09T17:45:34.480Z[ recovery-image] Sep 09 17:45:33.481 INFO O| Sep 09 17:45:33.481 INFO STEP 1170: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75162024-09-09T17:45:34.500Z[ recovery-image] Sep 09 17:45:33.499 INFO O| Sep 09 17:45:33.499 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/stmsboot"
75172024-09-09T17:45:34.500Z[ recovery-image] Sep 09 17:45:33.499 INFO O| Sep 09 17:45:33.499 INFO STEP 1170 (remove_files) COMPLETE
75182024-09-09T17:45:34.500Z[ recovery-image] Sep 09 17:45:33.499 INFO O| Sep 09 17:45:33.499 INFO STEP 1171: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75192024-09-09T17:45:34.517Z[ recovery-image] Sep 09 17:45:33.519 INFO O| Sep 09 17:45:33.519 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/strace"
75202024-09-09T17:45:34.525Z[ recovery-image] Sep 09 17:45:33.519 INFO O| Sep 09 17:45:33.519 INFO STEP 1171 (remove_files) COMPLETE
75212024-09-09T17:45:34.525Z[ recovery-image] Sep 09 17:45:33.520 INFO O| Sep 09 17:45:33.520 INFO STEP 1172: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75222024-09-09T17:45:34.540Z[ recovery-image] Sep 09 17:45:33.539 INFO O| Sep 09 17:45:33.539 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/strclean"
75232024-09-09T17:45:34.549Z[ recovery-image] Sep 09 17:45:33.539 INFO O| Sep 09 17:45:33.539 INFO STEP 1172 (remove_files) COMPLETE
75242024-09-09T17:45:34.549Z[ recovery-image] Sep 09 17:45:33.539 INFO O| Sep 09 17:45:33.539 INFO STEP 1173: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75252024-09-09T17:45:34.579Z[ recovery-image] Sep 09 17:45:33.581 INFO O| Sep 09 17:45:33.580 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/strerr"
75262024-09-09T17:45:34.580Z[ recovery-image] Sep 09 17:45:33.581 INFO O| Sep 09 17:45:33.581 INFO STEP 1173 (remove_files) COMPLETE
75272024-09-09T17:45:34.595Z[ recovery-image] Sep 09 17:45:33.581 INFO O| Sep 09 17:45:33.581 INFO STEP 1174: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75282024-09-09T17:45:34.641Z[ recovery-image] Sep 09 17:45:33.597 INFO O| Sep 09 17:45:33.597 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/sttydefs"
75292024-09-09T17:45:34.642Z[ recovery-image] Sep 09 17:45:33.598 INFO O| Sep 09 17:45:33.598 INFO STEP 1174 (remove_files) COMPLETE
75302024-09-09T17:45:34.642Z[ recovery-image] Sep 09 17:45:33.598 INFO O| Sep 09 17:45:33.598 INFO STEP 1175: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75312024-09-09T17:45:34.642Z[ recovery-image] Sep 09 17:45:33.615 INFO O| Sep 09 17:45:33.615 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/syncinit"
75322024-09-09T17:45:34.642Z[ recovery-image] Sep 09 17:45:33.615 INFO O| Sep 09 17:45:33.615 INFO STEP 1175 (remove_files) COMPLETE
75332024-09-09T17:45:34.642Z[ recovery-image] Sep 09 17:45:33.615 INFO O| Sep 09 17:45:33.615 INFO STEP 1176: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75342024-09-09T17:45:34.673Z[ recovery-image] Sep 09 17:45:33.635 INFO O| Sep 09 17:45:33.634 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/syncloop"
75352024-09-09T17:45:34.673Z[ recovery-image] Sep 09 17:45:33.635 INFO O| Sep 09 17:45:33.635 INFO STEP 1176 (remove_files) COMPLETE
75362024-09-09T17:45:34.673Z[ recovery-image] Sep 09 17:45:33.635 INFO O| Sep 09 17:45:33.635 INFO STEP 1177: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75372024-09-09T17:45:34.673Z[ recovery-image] Sep 09 17:45:33.652 INFO O| Sep 09 17:45:33.652 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/syncstat"
75382024-09-09T17:45:34.673Z[ recovery-image] Sep 09 17:45:33.652 INFO O| Sep 09 17:45:33.652 INFO STEP 1177 (remove_files) COMPLETE
75392024-09-09T17:45:34.673Z[ recovery-image] Sep 09 17:45:33.652 INFO O| Sep 09 17:45:33.652 INFO STEP 1178: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75402024-09-09T17:45:34.700Z[ recovery-image] Sep 09 17:45:33.671 INFO O| Sep 09 17:45:33.670 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/sysdef"
75412024-09-09T17:45:34.700Z[ recovery-image] Sep 09 17:45:33.671 INFO O| Sep 09 17:45:33.671 INFO STEP 1178 (remove_files) COMPLETE
75422024-09-09T17:45:34.700Z[ recovery-image] Sep 09 17:45:33.671 INFO O| Sep 09 17:45:33.671 INFO STEP 1179: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75432024-09-09T17:45:34.732Z[ recovery-image] Sep 09 17:45:33.707 INFO O| Sep 09 17:45:33.707 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/syseventadm"
75442024-09-09T17:45:34.732Z[ recovery-image] Sep 09 17:45:33.707 INFO O| Sep 09 17:45:33.707 INFO STEP 1179 (remove_files) COMPLETE
75452024-09-09T17:45:34.732Z[ recovery-image] Sep 09 17:45:33.707 INFO O| Sep 09 17:45:33.707 INFO STEP 1180: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75462024-09-09T17:45:34.758Z[ recovery-image] Sep 09 17:45:33.728 INFO O| Sep 09 17:45:33.728 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/t6mfgadm"
75472024-09-09T17:45:34.758Z[ recovery-image] Sep 09 17:45:33.729 INFO O| Sep 09 17:45:33.729 INFO STEP 1180 (remove_files) COMPLETE
75482024-09-09T17:45:34.758Z[ recovery-image] Sep 09 17:45:33.729 INFO O| Sep 09 17:45:33.729 INFO STEP 1181: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75492024-09-09T17:45:34.790Z[ recovery-image] Sep 09 17:45:33.789 INFO O| Sep 09 17:45:33.789 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/tapes"
75502024-09-09T17:45:34.805Z[ recovery-image] Sep 09 17:45:33.789 INFO O| Sep 09 17:45:33.789 INFO STEP 1181 (remove_files) COMPLETE
75512024-09-09T17:45:34.805Z[ recovery-image] Sep 09 17:45:33.790 INFO O| Sep 09 17:45:33.789 INFO STEP 1182: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75522024-09-09T17:45:34.820Z[ recovery-image] Sep 09 17:45:33.808 INFO O| Sep 09 17:45:33.808 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/tar"
75532024-09-09T17:45:34.820Z[ recovery-image] Sep 09 17:45:33.808 INFO O| Sep 09 17:45:33.808 INFO STEP 1182 (remove_files) COMPLETE
75542024-09-09T17:45:34.820Z[ recovery-image] Sep 09 17:45:33.809 INFO O| Sep 09 17:45:33.809 INFO STEP 1183: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75552024-09-09T17:45:34.833Z[ recovery-image] Sep 09 17:45:33.826 INFO O| Sep 09 17:45:33.826 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/tcsd"
75562024-09-09T17:45:34.833Z[ recovery-image] Sep 09 17:45:33.827 INFO O| Sep 09 17:45:33.827 INFO STEP 1183 (remove_files) COMPLETE
75572024-09-09T17:45:34.833Z[ recovery-image] Sep 09 17:45:33.827 INFO O| Sep 09 17:45:33.827 INFO STEP 1184: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75582024-09-09T17:45:34.843Z[ recovery-image] Sep 09 17:45:33.846 INFO O| Sep 09 17:45:33.846 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/traceroute"
75592024-09-09T17:45:34.851Z[ recovery-image] Sep 09 17:45:33.846 INFO O| Sep 09 17:45:33.846 INFO STEP 1184 (remove_files) COMPLETE
75602024-09-09T17:45:34.851Z[ recovery-image] Sep 09 17:45:33.846 INFO O| Sep 09 17:45:33.846 INFO STEP 1185: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75612024-09-09T17:45:34.859Z[ recovery-image] Sep 09 17:45:33.864 INFO O| Sep 09 17:45:33.864 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/trapstat"
75622024-09-09T17:45:34.859Z[ recovery-image] Sep 09 17:45:33.865 INFO O| Sep 09 17:45:33.865 INFO STEP 1185 (remove_files) COMPLETE
75632024-09-09T17:45:34.865Z[ recovery-image] Sep 09 17:45:33.865 INFO O| Sep 09 17:45:33.865 INFO STEP 1186: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75642024-09-09T17:45:34.895Z[ recovery-image] Sep 09 17:45:33.897 INFO O| Sep 09 17:45:33.897 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/ttyadm"
75652024-09-09T17:45:34.895Z[ recovery-image] Sep 09 17:45:33.897 INFO O| Sep 09 17:45:33.897 INFO STEP 1186 (remove_files) COMPLETE
75662024-09-09T17:45:34.895Z[ recovery-image] Sep 09 17:45:33.897 INFO O| Sep 09 17:45:33.897 INFO STEP 1187: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75672024-09-09T17:45:34.924Z[ recovery-image] Sep 09 17:45:33.929 INFO O| Sep 09 17:45:33.929 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/ucodeadm"
75682024-09-09T17:45:34.924Z[ recovery-image] Sep 09 17:45:33.929 INFO O| Sep 09 17:45:33.929 INFO STEP 1187 (remove_files) COMPLETE
75692024-09-09T17:45:34.930Z[ recovery-image] Sep 09 17:45:33.929 INFO O| Sep 09 17:45:33.929 INFO STEP 1188: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75702024-09-09T17:45:34.979Z[ recovery-image] Sep 09 17:45:33.984 INFO O| Sep 09 17:45:33.984 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/umountall"
75712024-09-09T17:45:34.979Z[ recovery-image] Sep 09 17:45:33.984 INFO O| Sep 09 17:45:33.984 INFO STEP 1188 (remove_files) COMPLETE
75722024-09-09T17:45:34.984Z[ recovery-image] Sep 09 17:45:33.984 INFO O| Sep 09 17:45:33.984 INFO STEP 1189: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75732024-09-09T17:45:35.019Z[ recovery-image] Sep 09 17:45:34.024 INFO O| Sep 09 17:45:34.024 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/unlink"
75742024-09-09T17:45:35.019Z[ recovery-image] Sep 09 17:45:34.024 INFO O| Sep 09 17:45:34.024 INFO STEP 1189 (remove_files) COMPLETE
75752024-09-09T17:45:35.024Z[ recovery-image] Sep 09 17:45:34.024 INFO O| Sep 09 17:45:34.024 INFO STEP 1190: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75762024-09-09T17:45:35.040Z[ recovery-image] Sep 09 17:45:34.044 INFO O| Sep 09 17:45:34.043 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/unshare"
75772024-09-09T17:45:35.040Z[ recovery-image] Sep 09 17:45:34.044 INFO O| Sep 09 17:45:34.044 INFO STEP 1190 (remove_files) COMPLETE
75782024-09-09T17:45:35.040Z[ recovery-image] Sep 09 17:45:34.044 INFO O| Sep 09 17:45:34.044 INFO STEP 1191: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75792024-09-09T17:45:35.058Z[ recovery-image] Sep 09 17:45:34.063 INFO O| Sep 09 17:45:34.063 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/unshareall"
75802024-09-09T17:45:35.058Z[ recovery-image] Sep 09 17:45:34.063 INFO O| Sep 09 17:45:34.063 INFO STEP 1191 (remove_files) COMPLETE
75812024-09-09T17:45:35.063Z[ recovery-image] Sep 09 17:45:34.063 INFO O| Sep 09 17:45:34.063 INFO STEP 1192: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75822024-09-09T17:45:35.081Z[ recovery-image] Sep 09 17:45:34.082 INFO O| Sep 09 17:45:34.081 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/update_drv"
75832024-09-09T17:45:35.081Z[ recovery-image] Sep 09 17:45:34.082 INFO O| Sep 09 17:45:34.082 INFO STEP 1192 (remove_files) COMPLETE
75842024-09-09T17:45:35.081Z[ recovery-image] Sep 09 17:45:34.082 INFO O| Sep 09 17:45:34.082 INFO STEP 1193: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75852024-09-09T17:45:35.126Z[ recovery-image] Sep 09 17:45:34.131 INFO O| Sep 09 17:45:34.131 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/useradd"
75862024-09-09T17:45:35.126Z[ recovery-image] Sep 09 17:45:34.131 INFO O| Sep 09 17:45:34.131 INFO STEP 1193 (remove_files) COMPLETE
75872024-09-09T17:45:35.126Z[ recovery-image] Sep 09 17:45:34.131 INFO O| Sep 09 17:45:34.131 INFO STEP 1194: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75882024-09-09T17:45:35.148Z[ recovery-image] Sep 09 17:45:34.150 INFO O| Sep 09 17:45:34.149 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/userdel"
75892024-09-09T17:45:35.148Z[ recovery-image] Sep 09 17:45:34.150 INFO O| Sep 09 17:45:34.150 INFO STEP 1194 (remove_files) COMPLETE
75902024-09-09T17:45:35.151Z[ recovery-image] Sep 09 17:45:34.150 INFO O| Sep 09 17:45:34.150 INFO STEP 1195: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75912024-09-09T17:45:35.162Z[ recovery-image] Sep 09 17:45:34.167 INFO O| Sep 09 17:45:34.167 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/usermod"
75922024-09-09T17:45:35.162Z[ recovery-image] Sep 09 17:45:34.167 INFO O| Sep 09 17:45:34.167 INFO STEP 1195 (remove_files) COMPLETE
75932024-09-09T17:45:35.166Z[ recovery-image] Sep 09 17:45:34.167 INFO O| Sep 09 17:45:34.167 INFO STEP 1196: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75942024-09-09T17:45:35.179Z[ recovery-image] Sep 09 17:45:34.184 INFO O| Sep 09 17:45:34.184 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/volcopy"
75952024-09-09T17:45:35.179Z[ recovery-image] Sep 09 17:45:34.184 INFO O| Sep 09 17:45:34.184 INFO STEP 1196 (remove_files) COMPLETE
75962024-09-09T17:45:35.179Z[ recovery-image] Sep 09 17:45:34.184 INFO O| Sep 09 17:45:34.184 INFO STEP 1197: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75972024-09-09T17:45:35.212Z[ recovery-image] Sep 09 17:45:34.214 INFO O| Sep 09 17:45:34.214 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/wall"
75982024-09-09T17:45:35.212Z[ recovery-image] Sep 09 17:45:34.214 INFO O| Sep 09 17:45:34.214 INFO STEP 1197 (remove_files) COMPLETE
75992024-09-09T17:45:35.215Z[ recovery-image] Sep 09 17:45:34.214 INFO O| Sep 09 17:45:34.214 INFO STEP 1198: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76002024-09-09T17:45:35.244Z[ recovery-image] Sep 09 17:45:34.247 INFO O| Sep 09 17:45:34.247 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/whodo"
76012024-09-09T17:45:35.244Z[ recovery-image] Sep 09 17:45:34.248 INFO O| Sep 09 17:45:34.248 INFO STEP 1198 (remove_files) COMPLETE
76022024-09-09T17:45:35.244Z[ recovery-image] Sep 09 17:45:34.248 INFO O| Sep 09 17:45:34.248 INFO STEP 1199: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76032024-09-09T17:45:35.277Z[ recovery-image] Sep 09 17:45:34.282 INFO O| Sep 09 17:45:34.282 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/zdb"
76042024-09-09T17:45:35.277Z[ recovery-image] Sep 09 17:45:34.282 INFO O| Sep 09 17:45:34.282 INFO STEP 1199 (remove_files) COMPLETE
76052024-09-09T17:45:35.277Z[ recovery-image] Sep 09 17:45:34.282 INFO O| Sep 09 17:45:34.282 INFO STEP 1200: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76062024-09-09T17:45:35.306Z[ recovery-image] Sep 09 17:45:34.311 INFO O| Sep 09 17:45:34.311 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/zdump"
76072024-09-09T17:45:35.306Z[ recovery-image] Sep 09 17:45:34.311 INFO O| Sep 09 17:45:34.311 INFO STEP 1200 (remove_files) COMPLETE
76082024-09-09T17:45:35.306Z[ recovery-image] Sep 09 17:45:34.311 INFO O| Sep 09 17:45:34.311 INFO STEP 1201: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76092024-09-09T17:45:35.324Z[ recovery-image] Sep 09 17:45:34.329 INFO O| Sep 09 17:45:34.329 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/zic"
76102024-09-09T17:45:35.324Z[ recovery-image] Sep 09 17:45:34.329 INFO O| Sep 09 17:45:34.329 INFO STEP 1201 (remove_files) COMPLETE
76112024-09-09T17:45:35.324Z[ recovery-image] Sep 09 17:45:34.329 INFO O| Sep 09 17:45:34.329 INFO STEP 1202: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76122024-09-09T17:45:35.340Z[ recovery-image] Sep 09 17:45:34.345 INFO O| Sep 09 17:45:34.345 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/zlogin"
76132024-09-09T17:45:35.340Z[ recovery-image] Sep 09 17:45:34.345 INFO O| Sep 09 17:45:34.345 INFO STEP 1202 (remove_files) COMPLETE
76142024-09-09T17:45:35.340Z[ recovery-image] Sep 09 17:45:34.345 INFO O| Sep 09 17:45:34.345 INFO STEP 1203: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76152024-09-09T17:45:35.357Z[ recovery-image] Sep 09 17:45:34.362 INFO O| Sep 09 17:45:34.362 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/zoneadm"
76162024-09-09T17:45:35.357Z[ recovery-image] Sep 09 17:45:34.362 INFO O| Sep 09 17:45:34.362 INFO STEP 1203 (remove_files) COMPLETE
76172024-09-09T17:45:35.357Z[ recovery-image] Sep 09 17:45:34.362 INFO O| Sep 09 17:45:34.362 INFO STEP 1204: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76182024-09-09T17:45:35.382Z[ recovery-image] Sep 09 17:45:34.381 INFO O| Sep 09 17:45:34.381 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/zonecfg"
76192024-09-09T17:45:35.382Z[ recovery-image] Sep 09 17:45:34.381 INFO O| Sep 09 17:45:34.381 INFO STEP 1204 (remove_files) COMPLETE
76202024-09-09T17:45:35.382Z[ recovery-image] Sep 09 17:45:34.381 INFO O| Sep 09 17:45:34.381 INFO STEP 1205: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76212024-09-09T17:45:35.397Z[ host-image] Sep 09 17:45:34.403 INFO O| Sep 09 17:45:34.402 INFO O| Done
76222024-09-09T17:45:35.426Z[ recovery-image] Sep 09 17:45:34.431 INFO O| Sep 09 17:45:34.431 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/zstreamdump"
76232024-09-09T17:45:35.426Z[ recovery-image] Sep 09 17:45:34.431 INFO O| Sep 09 17:45:34.431 INFO STEP 1205 (remove_files) COMPLETE
76242024-09-09T17:45:35.428Z[ recovery-image] Sep 09 17:45:34.431 INFO O| Sep 09 17:45:34.431 INFO STEP 1206: pack_tar, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-03-recovery-trim.json
76252024-09-09T17:45:35.438Z[ host-image] Sep 09 17:45:34.443 INFO O| Sep 09 17:45:34.443 INFO O| Done
76262024-09-09T17:45:35.441Z[ host-image] Sep 09 17:45:34.444 INFO O| Sep 09 17:45:34.443 INFO O| Done
76272024-09-09T17:45:35.464Z[ recovery-image] Sep 09 17:45:34.469 INFO O| Sep 09 17:45:34.469 INFO file /rpool/images/build/recovery/output/gimlet-recovery-ramdisk.tar does not already exist, skipping removal
76282024-09-09T17:45:35.464Z[ recovery-image] Sep 09 17:45:34.469 INFO O| Sep 09 17:45:34.469 INFO exec: ["/usr/sbin/tar", "ceEp@/f", "/rpool/images/build/recovery/output/gimlet-recovery-ramdisk.tar", "-C", "/rpool/images/build/recovery/work/gimlet/ramdisk", "."]
76292024-09-09T17:45:35.515Z[ host-image] Sep 09 17:45:34.520 INFO O| Sep 09 17:45:34.520 INFO O| Done
76302024-09-09T17:45:35.744Z[ host-image] Sep 09 17:45:34.748 INFO O| Sep 09 17:45:34.748 INFO STEP 13 (pkg_install) COMPLETE
76312024-09-09T17:45:35.744Z[ host-image] Sep 09 17:45:34.748 INFO O| Sep 09 17:45:34.748 INFO STEP 14: pkg_install, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
76322024-09-09T17:45:35.763Z[ host-image] Sep 09 17:45:34.768 INFO O| Sep 09 17:45:34.768 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/host/work/gimlet/ramdisk", "install", "/driver/network/opte@0.33.293"]
76332024-09-09T17:45:36.892Z[ host-image] Sep 09 17:45:35.896 INFO O| Sep 09 17:45:35.896 INFO O| Startup: Refreshing catalog 'helios-dev' ... Done
76342024-09-09T17:45:37.111Z[ recovery-image] Sep 09 17:45:36.115 INFO O| Sep 09 17:45:36.115 INFO STEP 1206 (pack_tar) COMPLETE
76352024-09-09T17:45:37.111Z[ recovery-image] Sep 09 17:45:36.115 INFO O| Sep 09 17:45:36.115 INFO creating output snapshot rpool/images/build/recovery/work/gimlet/ramdisk@recovery-trim
76362024-09-09T17:45:37.114Z[ recovery-image] Sep 09 17:45:36.116 INFO O| Sep 09 17:45:36.115 INFO CREATE SNAPSHOT: rpool/images/build/recovery/work/gimlet/ramdisk@recovery-trim
76372024-09-09T17:45:37.456Z[ recovery-image] Sep 09 17:45:36.461 INFO O| Sep 09 17:45:36.461 INFO DESTROY DATASET: rpool/images/build/recovery/tmp/gimlet/ramdisk-03-recovery-trim
76382024-09-09T17:45:37.560Z[ recovery-image] Sep 09 17:45:36.565 INFO O| Sep 09 17:45:36.565 INFO completed processing gimlet/ramdisk-03-recovery-trim
76392024-09-09T17:45:37.574Z[ recovery-image] Sep 09 17:45:36.579 INFO image builder template: zfs-recovery...
76402024-09-09T17:45:37.574Z[ recovery-image] Sep 09 17:45:36.579 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/.tmpeS9XWJ/proto/recovery/root", "-F", "genproto=/work/oxidecomputer/helios/tmp/image.recovery/genproto.json", "-E", "/work/oxidecomputer/helios/tmp/image.recovery/omicron1", "-E", "/work/oxidecomputer/helios/projects", "-F", "repo_publisher=helios-dev", "-F", "repo_url=https://pkg.oxide.computer/helios/2/dev/", "-F", "baud=3000000", "-F", "recovery", "-F", "optever=0.33.293", "-n", "zfs-recovery"], pwd: None
76412024-09-09T17:45:37.625Z[ recovery-image] Sep 09 17:45:36.630 INFO O| Sep 09 17:45:36.630 INFO temporary dataset: rpool/images/build/recovery/tmp/gimlet/zfs-recovery
76422024-09-09T17:45:37.639Z[ recovery-image] Sep 09 17:45:36.644 INFO O| Sep 09 17:45:36.644 INFO CREATE DATASET: rpool/images/build/recovery/tmp/gimlet/zfs-recovery
76432024-09-09T17:45:37.720Z[ recovery-image] Sep 09 17:45:36.726 INFO O| Sep 09 17:45:36.725 INFO SET DATASET PROPERTY ON rpool/images/build/recovery/tmp/gimlet/zfs-recovery: sync = disabled
76442024-09-09T17:45:37.792Z[ recovery-image] Sep 09 17:45:36.797 INFO O| Sep 09 17:45:36.796 INFO temporary directory: /rpool/images/build/recovery/tmp/gimlet/zfs-recovery
76452024-09-09T17:45:37.794Z[ recovery-image] Sep 09 17:45:36.797 INFO O| Sep 09 17:45:36.797 INFO work dataset: rpool/images/build/recovery/work/gimlet/zfs-recovery
76462024-09-09T17:45:37.802Z[ recovery-image] Sep 09 17:45:36.806 INFO O| Sep 09 17:45:36.806 INFO CREATE DATASET: rpool/images/build/recovery/work/gimlet/zfs-recovery
76472024-09-09T17:45:37.896Z[ recovery-image] Sep 09 17:45:36.901 INFO O| Sep 09 17:45:36.901 INFO SET DATASET PROPERTY ON rpool/images/build/recovery/work/gimlet/zfs-recovery: sync = disabled
76482024-09-09T17:45:37.960Z[ recovery-image] Sep 09 17:45:36.965 INFO O| Sep 09 17:45:36.965 INFO DESTROY POOL: TEMPORARY-gimlet-zfs-recovery
76492024-09-09T17:45:38.000Z[ recovery-image] Sep 09 17:45:37.005 INFO O| Sep 09 17:45:37.005 INFO image file: /rpool/images/build/recovery/work/gimlet/zfs-recovery/lofi.raw
76502024-09-09T17:45:38.010Z[ recovery-image] Sep 09 17:45:37.015 INFO O| Sep 09 17:45:37.015 INFO pool altroot: /rpool/images/build/recovery/work/gimlet/zfs-recovery/altroot
76512024-09-09T17:45:38.024Z[ recovery-image] Sep 09 17:45:37.029 INFO O| Sep 09 17:45:37.029 INFO no lofi found
76522024-09-09T17:45:38.026Z[ recovery-image] Sep 09 17:45:37.029 INFO O| Sep 09 17:45:37.029 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/lofi.raw does not already exist, skipping removal
76532024-09-09T17:45:38.026Z[ recovery-image] Sep 09 17:45:37.029 INFO O| Sep 09 17:45:37.029 INFO CREATE IMAGE (2000MB): /rpool/images/build/recovery/work/gimlet/zfs-recovery/lofi.raw
76542024-09-09T17:45:39.954Z[ host-image] Sep 09 17:45:38.958 INFO O| Sep 09 17:45:38.958 INFO O| Planning: Solver setup ... Done
76552024-09-09T17:45:39.960Z[ host-image] Sep 09 17:45:38.965 INFO O| Sep 09 17:45:38.965 INFO O| Planning: Running solver ... Done
76562024-09-09T17:45:40.008Z[ recovery-image] Sep 09 17:45:39.012 INFO O| Sep 09 17:45:39.012 INFO lofi device = /dev/dsk/c2t1d0p0
76572024-09-09T17:45:40.008Z[ recovery-image] Sep 09 17:45:39.012 INFO O| Sep 09 17:45:39.012 INFO pool device = /dev/dsk/c2t1d0p0
76582024-09-09T17:45:40.008Z[ recovery-image] Sep 09 17:45:39.012 INFO O| Sep 09 17:45:39.012 INFO exec: ["/sbin/zpool", "create", "-t", "TEMPORARY-gimlet-zfs-recovery", "-O", "compression=off", "-R", "/rpool/images/build/recovery/work/gimlet/zfs-recovery/altroot", "-o", "ashift=9", "-o", "autoexpand=on", "-o", "failmode=panic", "rpool", "/dev/dsk/c2t1d0p0"]
76592024-09-09T17:45:40.075Z[ host-image] Sep 09 17:45:39.080 INFO O| Sep 09 17:45:39.080 INFO O| Planning: Finding local manifests ... Done
76602024-09-09T17:45:40.078Z[ host-image] Sep 09 17:45:39.081 INFO O| Sep 09 17:45:39.081 INFO O| Planning: Fetching manifests: 0/1 0% complete
76612024-09-09T17:45:40.170Z[ recovery-image] Sep 09 17:45:39.175 INFO O| Sep 09 17:45:39.175 INFO STEP 0: create_be, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs-recovery.json
76622024-09-09T17:45:40.170Z[ recovery-image] Sep 09 17:45:39.175 INFO O| Sep 09 17:45:39.175 INFO CREATE DATASET: TEMPORARY-gimlet-zfs-recovery/ROOT
76632024-09-09T17:45:40.198Z[ recovery-image] Sep 09 17:45:39.203 INFO O| Sep 09 17:45:39.203 INFO SET DATASET PROPERTY ON TEMPORARY-gimlet-zfs-recovery/ROOT: canmount = off
76642024-09-09T17:45:40.224Z[ host-image] Sep 09 17:45:39.229 INFO O| Sep 09 17:45:39.228 INFO O| Planning: Fetching manifests: 1/1 100% complete
76652024-09-09T17:45:40.321Z[ host-image] Sep 09 17:45:39.326 INFO O| Sep 09 17:45:39.326 INFO O| Planning: Package planning ... Done
76662024-09-09T17:45:40.323Z[ host-image] Sep 09 17:45:39.326 INFO O| Sep 09 17:45:39.326 INFO O| Planning: Merging actions ... Done
76672024-09-09T17:45:40.326Z[ recovery-image] Sep 09 17:45:39.331 INFO O| Sep 09 17:45:39.331 INFO SET DATASET PROPERTY ON TEMPORARY-gimlet-zfs-recovery/ROOT: mountpoint = legacy
76682024-09-09T17:45:40.386Z[ recovery-image] Sep 09 17:45:39.391 INFO O| Sep 09 17:45:39.391 INFO CREATE DATASET: TEMPORARY-gimlet-zfs-recovery/ROOT/ramdisk
76692024-09-09T17:45:40.413Z[ recovery-image] Sep 09 17:45:39.417 INFO O| Sep 09 17:45:39.417 INFO SET DATASET PROPERTY ON TEMPORARY-gimlet-zfs-recovery/ROOT/ramdisk: canmount = noauto
76702024-09-09T17:45:40.438Z[ recovery-image] Sep 09 17:45:39.442 INFO O| Sep 09 17:45:39.442 INFO SET DATASET PROPERTY ON TEMPORARY-gimlet-zfs-recovery/ROOT/ramdisk: mountpoint = legacy
76712024-09-09T17:45:40.524Z[ host-image] Sep 09 17:45:39.529 INFO O| Sep 09 17:45:39.529 INFO O| Planning: Checking for conflicting actions ... Done
76722024-09-09T17:45:40.527Z[ host-image] Sep 09 17:45:39.530 INFO O| Sep 09 17:45:39.530 INFO O| Planning: Consolidating action changes ... Done
76732024-09-09T17:45:40.573Z[ recovery-image] Sep 09 17:45:39.578 INFO O| Sep 09 17:45:39.578 INFO creating directory: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a
76742024-09-09T17:45:40.576Z[ recovery-image] Sep 09 17:45:39.578 INFO O| Sep 09 17:45:39.578 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a
76752024-09-09T17:45:40.576Z[ recovery-image] Sep 09 17:45:39.578 INFO O| Sep 09 17:45:39.578 INFO exec: ["/sbin/mount", "-F", "zfs", "TEMPORARY-gimlet-zfs-recovery/ROOT/ramdisk", "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a"]
76762024-09-09T17:45:40.592Z[ recovery-image] Sep 09 17:45:39.597 INFO O| Sep 09 17:45:39.597 INFO boot environment UUID: f2363dc8-d375-4331-86e9-ebf0760ec1ed
76772024-09-09T17:45:40.592Z[ recovery-image] Sep 09 17:45:39.597 INFO O| Sep 09 17:45:39.597 INFO SET DATASET PROPERTY ON TEMPORARY-gimlet-zfs-recovery/ROOT/ramdisk: org.opensolaris.libbe:uuid = f2363dc8-d375-4331-86e9-ebf0760ec1ed
76782024-09-09T17:45:40.616Z[ recovery-image] Sep 09 17:45:39.621 INFO O| Sep 09 17:45:39.620 INFO SET DATASET PROPERTY ON TEMPORARY-gimlet-zfs-recovery/ROOT/ramdisk: org.opensolaris.libbe:policy = static
76792024-09-09T17:45:40.638Z[ recovery-image] Sep 09 17:45:39.643 INFO O| Sep 09 17:45:39.643 INFO STEP 0 (create_be) COMPLETE
76802024-09-09T17:45:40.638Z[ recovery-image] Sep 09 17:45:39.643 INFO O| Sep 09 17:45:39.643 INFO STEP 1: unpack_tar, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs-recovery.json
76812024-09-09T17:45:40.691Z[ recovery-image] Sep 09 17:45:39.696 INFO O| Sep 09 17:45:39.696 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"]
76822024-09-09T17:45:41.119Z[ host-image] Sep 09 17:45:40.124 INFO O| Sep 09 17:45:40.123 INFO O| Planning: Evaluating mediators ... Done
76832024-09-09T17:45:41.122Z[ host-image] Sep 09 17:45:40.125 INFO O| Sep 09 17:45:40.125 INFO O| Planning: Planning completed in 4.23 seconds
76842024-09-09T17:45:41.124Z[ host-image] Sep 09 17:45:40.128 INFO O| Sep 09 17:45:40.128 INFO O| Packages to install: 1
76852024-09-09T17:45:41.151Z[ host-image] Sep 09 17:45:40.156 INFO O| Sep 09 17:45:40.155 INFO O| Download: 0/4 items 0.0/20.8MB 0% complete
76862024-09-09T17:45:42.719Z[ host-image] Sep 09 17:45:41.724 INFO O| Sep 09 17:45:41.724 INFO O| Download: Completed 20.80 MB in 1.57 seconds (13.3M/s)
76872024-09-09T17:45:43.591Z[ host-image] Sep 09 17:45:42.595 INFO O| Sep 09 17:45:42.595 INFO O| Actions: 1/22 actions (Installing new actions)
76882024-09-09T17:45:44.932Z[ host-image] Sep 09 17:45:43.936 INFO O| Sep 09 17:45:43.936 INFO O| Actions: Completed 22 actions in 1.34 seconds.
76892024-09-09T17:45:45.352Z[ host-image] Sep 09 17:45:44.356 INFO O| Sep 09 17:45:44.356 INFO O| Done
76902024-09-09T17:45:45.352Z[ host-image] Sep 09 17:45:44.356 INFO O| Sep 09 17:45:44.356 INFO O| Done
76912024-09-09T17:45:46.321Z[ host-image] Sep 09 17:45:45.324 INFO O| Sep 09 17:45:45.324 INFO O| Done
76922024-09-09T17:45:46.459Z[ recovery-image] Sep 09 17:45:45.463 INFO O| Sep 09 17:45:45.462 INFO STEP 1 (unpack_tar) COMPLETE
76932024-09-09T17:45:46.459Z[ recovery-image] Sep 09 17:45:45.463 INFO O| Sep 09 17:45:45.462 INFO STEP 2: devfsadm, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
76942024-09-09T17:45:46.477Z[ recovery-image] Sep 09 17:45:45.481 INFO O| Sep 09 17:45:45.480 INFO exec: ["/usr/sbin/devfsadm", "-r", "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a"]
76952024-09-09T17:45:47.951Z[ recovery-image] Sep 09 17:45:46.955 INFO O| Sep 09 17:45:46.954 INFO STEP 2 (devfsadm) COMPLETE
76962024-09-09T17:45:47.951Z[ recovery-image] Sep 09 17:45:46.955 INFO O| Sep 09 17:45:46.955 INFO STEP 3: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
76972024-09-09T17:45:47.970Z[ recovery-image] Sep 09 17:45:46.974 INFO O| Sep 09 17:45:46.974 INFO creating directory: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/cfg
76982024-09-09T17:45:47.970Z[ recovery-image] Sep 09 17:45:46.974 INFO O| Sep 09 17:45:46.974 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/cfg
76992024-09-09T17:45:47.970Z[ recovery-image] Sep 09 17:45:46.974 INFO O| Sep 09 17:45:46.974 INFO STEP 3 (ensure_dir) COMPLETE
77002024-09-09T17:45:47.973Z[ recovery-image] Sep 09 17:45:46.974 INFO O| Sep 09 17:45:46.974 INFO STEP 4: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
77012024-09-09T17:45:47.987Z[ recovery-image] Sep 09 17:45:46.991 INFO O| Sep 09 17:45:46.991 INFO ownership already OK (0:3), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/dsk
77022024-09-09T17:45:47.987Z[ recovery-image] Sep 09 17:45:46.991 INFO O| Sep 09 17:45:46.991 INFO STEP 4 (ensure_dir) COMPLETE
77032024-09-09T17:45:47.991Z[ recovery-image] Sep 09 17:45:46.991 INFO O| Sep 09 17:45:46.991 INFO STEP 5: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
77042024-09-09T17:45:48.013Z[ recovery-image] Sep 09 17:45:47.017 INFO O| Sep 09 17:45:47.017 INFO ownership already OK (0:3), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/rdsk
77052024-09-09T17:45:48.013Z[ recovery-image] Sep 09 17:45:47.017 INFO O| Sep 09 17:45:47.017 INFO STEP 5 (ensure_dir) COMPLETE
77062024-09-09T17:45:48.016Z[ recovery-image] Sep 09 17:45:47.017 INFO O| Sep 09 17:45:47.017 INFO STEP 6: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
77072024-09-09T17:45:48.051Z[ recovery-image] Sep 09 17:45:47.055 INFO O| Sep 09 17:45:47.055 INFO creating directory: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/sensors
77082024-09-09T17:45:48.051Z[ recovery-image] Sep 09 17:45:47.055 INFO O| Sep 09 17:45:47.055 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/sensors
77092024-09-09T17:45:48.051Z[ recovery-image] Sep 09 17:45:47.055 INFO O| Sep 09 17:45:47.055 INFO STEP 6 (ensure_dir) COMPLETE
77102024-09-09T17:45:48.054Z[ recovery-image] Sep 09 17:45:47.055 INFO O| Sep 09 17:45:47.055 INFO STEP 7: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
77112024-09-09T17:45:48.081Z[ recovery-image] Sep 09 17:45:47.085 INFO O| Sep 09 17:45:47.085 INFO creating directory: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/usb
77122024-09-09T17:45:48.081Z[ recovery-image] Sep 09 17:45:47.085 INFO O| Sep 09 17:45:47.085 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/usb
77132024-09-09T17:45:48.081Z[ recovery-image] Sep 09 17:45:47.085 INFO O| Sep 09 17:45:47.085 INFO STEP 7 (ensure_dir) COMPLETE
77142024-09-09T17:45:48.084Z[ recovery-image] Sep 09 17:45:47.085 INFO O| Sep 09 17:45:47.085 INFO STEP 8: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
77152024-09-09T17:45:48.101Z[ recovery-image] Sep 09 17:45:47.104 INFO O| Sep 09 17:45:47.104 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/cfg"
77162024-09-09T17:45:48.103Z[ recovery-image] Sep 09 17:45:47.105 INFO O| Sep 09 17:45:47.105 INFO STEP 8 (remove_files) COMPLETE
77172024-09-09T17:45:48.103Z[ recovery-image] Sep 09 17:45:47.105 INFO O| Sep 09 17:45:47.105 INFO STEP 9: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
77182024-09-09T17:45:48.119Z[ recovery-image] Sep 09 17:45:47.123 INFO O| Sep 09 17:45:47.123 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/dsk"
77192024-09-09T17:45:48.122Z[ recovery-image] Sep 09 17:45:47.124 INFO O| Sep 09 17:45:47.124 INFO STEP 9 (remove_files) COMPLETE
77202024-09-09T17:45:48.122Z[ recovery-image] Sep 09 17:45:47.124 INFO O| Sep 09 17:45:47.124 INFO STEP 10: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
77212024-09-09T17:45:48.139Z[ recovery-image] Sep 09 17:45:47.143 INFO O| Sep 09 17:45:47.143 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/rdsk"
77222024-09-09T17:45:48.141Z[ recovery-image] Sep 09 17:45:47.144 INFO O| Sep 09 17:45:47.144 INFO STEP 10 (remove_files) COMPLETE
77232024-09-09T17:45:48.141Z[ recovery-image] Sep 09 17:45:47.144 INFO O| Sep 09 17:45:47.144 INFO STEP 11: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
77242024-09-09T17:45:48.159Z[ recovery-image] Sep 09 17:45:47.162 INFO O| Sep 09 17:45:47.162 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/sensors"
77252024-09-09T17:45:48.161Z[ recovery-image] Sep 09 17:45:47.163 INFO O| Sep 09 17:45:47.163 INFO STEP 11 (remove_files) COMPLETE
77262024-09-09T17:45:48.161Z[ recovery-image] Sep 09 17:45:47.163 INFO O| Sep 09 17:45:47.163 INFO STEP 12: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
77272024-09-09T17:45:48.176Z[ recovery-image] Sep 09 17:45:47.180 INFO O| Sep 09 17:45:47.180 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/usb"
77282024-09-09T17:45:48.176Z[ recovery-image] Sep 09 17:45:47.180 INFO O| Sep 09 17:45:47.180 INFO STEP 12 (remove_files) COMPLETE
77292024-09-09T17:45:48.176Z[ recovery-image] Sep 09 17:45:47.180 INFO O| Sep 09 17:45:47.180 INFO STEP 13: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
77302024-09-09T17:45:48.197Z[ recovery-image] Sep 09 17:45:47.200 INFO O| Sep 09 17:45:47.200 INFO creating directory: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/cfg
77312024-09-09T17:45:48.197Z[ recovery-image] Sep 09 17:45:47.201 INFO O| Sep 09 17:45:47.200 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/cfg
77322024-09-09T17:45:48.197Z[ recovery-image] Sep 09 17:45:47.201 INFO O| Sep 09 17:45:47.201 INFO STEP 13 (ensure_dir) COMPLETE
77332024-09-09T17:45:48.199Z[ recovery-image] Sep 09 17:45:47.201 INFO O| Sep 09 17:45:47.201 INFO STEP 14: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
77342024-09-09T17:45:48.216Z[ recovery-image] Sep 09 17:45:47.220 INFO O| Sep 09 17:45:47.220 INFO creating directory: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/dsk
77352024-09-09T17:45:48.216Z[ recovery-image] Sep 09 17:45:47.220 INFO O| Sep 09 17:45:47.220 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/dsk
77362024-09-09T17:45:48.218Z[ recovery-image] Sep 09 17:45:47.220 INFO O| Sep 09 17:45:47.220 INFO chown ok, path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/dsk
77372024-09-09T17:45:48.218Z[ recovery-image] Sep 09 17:45:47.220 INFO O| Sep 09 17:45:47.220 INFO STEP 14 (ensure_dir) COMPLETE
77382024-09-09T17:45:48.218Z[ recovery-image] Sep 09 17:45:47.220 INFO O| Sep 09 17:45:47.220 INFO STEP 15: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
77392024-09-09T17:45:48.234Z[ recovery-image] Sep 09 17:45:47.238 INFO O| Sep 09 17:45:47.238 INFO creating directory: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/rdsk
77402024-09-09T17:45:48.234Z[ recovery-image] Sep 09 17:45:47.238 INFO O| Sep 09 17:45:47.238 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/rdsk
77412024-09-09T17:45:48.234Z[ recovery-image] Sep 09 17:45:47.238 INFO O| Sep 09 17:45:47.238 INFO chown ok, path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/rdsk
77422024-09-09T17:45:48.236Z[ recovery-image] Sep 09 17:45:47.238 INFO O| Sep 09 17:45:47.238 INFO STEP 15 (ensure_dir) COMPLETE
77432024-09-09T17:45:48.236Z[ recovery-image] Sep 09 17:45:47.238 INFO O| Sep 09 17:45:47.238 INFO STEP 16: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
77442024-09-09T17:45:48.257Z[ recovery-image] Sep 09 17:45:47.260 INFO O| Sep 09 17:45:47.260 INFO creating directory: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/sensors
77452024-09-09T17:45:48.257Z[ recovery-image] Sep 09 17:45:47.261 INFO O| Sep 09 17:45:47.260 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/sensors
77462024-09-09T17:45:48.257Z[ recovery-image] Sep 09 17:45:47.261 INFO O| Sep 09 17:45:47.261 INFO STEP 16 (ensure_dir) COMPLETE
77472024-09-09T17:45:48.259Z[ recovery-image] Sep 09 17:45:47.261 INFO O| Sep 09 17:45:47.261 INFO STEP 17: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
77482024-09-09T17:45:48.277Z[ recovery-image] Sep 09 17:45:47.280 INFO O| Sep 09 17:45:47.280 INFO creating directory: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/usb
77492024-09-09T17:45:48.277Z[ recovery-image] Sep 09 17:45:47.281 INFO O| Sep 09 17:45:47.280 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/usb
77502024-09-09T17:45:48.277Z[ recovery-image] Sep 09 17:45:47.281 INFO O| Sep 09 17:45:47.281 INFO STEP 17 (ensure_dir) COMPLETE
77512024-09-09T17:45:48.285Z[ recovery-image] Sep 09 17:45:47.281 INFO O| Sep 09 17:45:47.281 INFO STEP 18: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
77522024-09-09T17:45:48.296Z[ recovery-image] Sep 09 17:45:47.300 INFO O| Sep 09 17:45:47.300 INFO link target ok (../devices/pseudo/sysmsg@0:msglog)
77532024-09-09T17:45:48.296Z[ recovery-image] Sep 09 17:45:47.300 INFO O| Sep 09 17:45:47.300 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/msglog
77542024-09-09T17:45:48.296Z[ recovery-image] Sep 09 17:45:47.300 INFO O| Sep 09 17:45:47.300 INFO ok!
77552024-09-09T17:45:48.299Z[ recovery-image] Sep 09 17:45:47.300 INFO O| Sep 09 17:45:47.300 INFO STEP 18 (ensure_symlink) COMPLETE
77562024-09-09T17:45:48.299Z[ recovery-image] Sep 09 17:45:47.300 INFO O| Sep 09 17:45:47.300 INFO STEP 19: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
77572024-09-09T17:45:48.314Z[ recovery-image] Sep 09 17:45:47.318 INFO O| Sep 09 17:45:47.318 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/reconfigure exists, with correct contents
77582024-09-09T17:45:48.314Z[ recovery-image] Sep 09 17:45:47.318 INFO O| Sep 09 17:45:47.318 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/reconfigure
77592024-09-09T17:45:48.317Z[ recovery-image] Sep 09 17:45:47.318 INFO O| Sep 09 17:45:47.318 INFO ok!
77602024-09-09T17:45:48.317Z[ recovery-image] Sep 09 17:45:47.318 INFO O| Sep 09 17:45:47.318 INFO STEP 19 (ensure_file) COMPLETE
77612024-09-09T17:45:48.317Z[ recovery-image] Sep 09 17:45:47.318 INFO O| Sep 09 17:45:47.318 INFO STEP 20: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/common.json
77622024-09-09T17:45:48.333Z[ recovery-image] Sep 09 17:45:47.337 INFO O| Sep 09 17:45:47.336 INFO link /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/svc/profile/generic.xml does not exist
77632024-09-09T17:45:48.333Z[ recovery-image] Sep 09 17:45:47.337 INFO O| Sep 09 17:45:47.337 INFO linking /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/svc/profile/generic.xml -> generic_limited_net.xml ...
77642024-09-09T17:45:48.335Z[ recovery-image] Sep 09 17:45:47.337 INFO O| Sep 09 17:45:47.337 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/svc/profile/generic.xml
77652024-09-09T17:45:48.335Z[ recovery-image] Sep 09 17:45:47.337 INFO O| Sep 09 17:45:47.337 INFO ok!
77662024-09-09T17:45:48.335Z[ recovery-image] Sep 09 17:45:47.337 INFO O| Sep 09 17:45:47.337 INFO STEP 20 (ensure_symlink) COMPLETE
77672024-09-09T17:45:48.335Z[ recovery-image] Sep 09 17:45:47.337 INFO O| Sep 09 17:45:47.337 INFO STEP 21: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/common.json
77682024-09-09T17:45:48.352Z[ recovery-image] Sep 09 17:45:47.356 INFO O| Sep 09 17:45:47.356 INFO link /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/svc/profile/inetd_services.xml does not exist
77692024-09-09T17:45:48.352Z[ recovery-image] Sep 09 17:45:47.356 INFO O| Sep 09 17:45:47.356 INFO linking /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/svc/profile/inetd_services.xml -> inetd_generic.xml ...
77702024-09-09T17:45:48.355Z[ recovery-image] Sep 09 17:45:47.356 INFO O| Sep 09 17:45:47.356 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/svc/profile/inetd_services.xml
77712024-09-09T17:45:48.355Z[ recovery-image] Sep 09 17:45:47.356 INFO O| Sep 09 17:45:47.356 INFO ok!
77722024-09-09T17:45:48.355Z[ recovery-image] Sep 09 17:45:47.356 INFO O| Sep 09 17:45:47.356 INFO STEP 21 (ensure_symlink) COMPLETE
77732024-09-09T17:45:48.355Z[ recovery-image] Sep 09 17:45:47.356 INFO O| Sep 09 17:45:47.356 INFO STEP 22: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/common.json
77742024-09-09T17:45:48.371Z[ recovery-image] Sep 09 17:45:47.375 INFO O| Sep 09 17:45:47.375 INFO link /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/svc/profile/platform.xml does not exist
77752024-09-09T17:45:48.371Z[ recovery-image] Sep 09 17:45:47.375 INFO O| Sep 09 17:45:47.375 INFO linking /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/svc/profile/platform.xml -> platform_oxide.xml ...
77762024-09-09T17:45:48.374Z[ recovery-image] Sep 09 17:45:47.375 INFO O| Sep 09 17:45:47.375 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/svc/profile/platform.xml
77772024-09-09T17:45:48.374Z[ recovery-image] Sep 09 17:45:47.375 INFO O| Sep 09 17:45:47.375 INFO ok!
77782024-09-09T17:45:48.374Z[ recovery-image] Sep 09 17:45:47.376 INFO O| Sep 09 17:45:47.376 INFO STEP 22 (ensure_symlink) COMPLETE
77792024-09-09T17:45:48.374Z[ recovery-image] Sep 09 17:45:47.376 INFO O| Sep 09 17:45:47.376 INFO STEP 23: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/common.json
77802024-09-09T17:45:48.390Z[ recovery-image] Sep 09 17:45:47.394 INFO O| Sep 09 17:45:47.393 INFO link /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/svc/profile/name_service.xml does not exist
77812024-09-09T17:45:48.390Z[ recovery-image] Sep 09 17:45:47.394 INFO O| Sep 09 17:45:47.393 INFO linking /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/svc/profile/name_service.xml -> ns_dns.xml ...
77822024-09-09T17:45:48.390Z[ recovery-image] Sep 09 17:45:47.394 INFO O| Sep 09 17:45:47.394 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/svc/profile/name_service.xml
77832024-09-09T17:45:48.392Z[ recovery-image] Sep 09 17:45:47.394 INFO O| Sep 09 17:45:47.394 INFO ok!
77842024-09-09T17:45:48.392Z[ recovery-image] Sep 09 17:45:47.394 INFO O| Sep 09 17:45:47.394 INFO STEP 23 (ensure_symlink) COMPLETE
77852024-09-09T17:45:48.392Z[ recovery-image] Sep 09 17:45:47.394 INFO O| Sep 09 17:45:47.394 INFO STEP 24: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
77862024-09-09T17:45:48.417Z[ recovery-image] Sep 09 17:45:47.421 INFO O| Sep 09 17:45:47.421 WARN file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/nsswitch.conf exists, with wrong contents, unlinking
77872024-09-09T17:45:48.420Z[ recovery-image] Sep 09 17:45:47.422 INFO O| Sep 09 17:45:47.421 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 ...
77882024-09-09T17:45:48.420Z[ recovery-image] Sep 09 17:45:47.422 INFO O| Sep 09 17:45:47.422 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/nsswitch.conf
77892024-09-09T17:45:48.420Z[ recovery-image] Sep 09 17:45:47.422 INFO O| Sep 09 17:45:47.422 INFO ok!
77902024-09-09T17:45:48.420Z[ recovery-image] Sep 09 17:45:47.422 INFO O| Sep 09 17:45:47.422 INFO STEP 24 (ensure_file) COMPLETE
77912024-09-09T17:45:48.420Z[ recovery-image] Sep 09 17:45:47.422 INFO O| Sep 09 17:45:47.422 INFO STEP 25: shadow, from: /work/oxidecomputer/helios/image/templates/include/common.json
77922024-09-09T17:45:48.438Z[ recovery-image] Sep 09 17:45:47.442 INFO O| Sep 09 17:45:47.442 INFO updating shadow file
77932024-09-09T17:45:48.441Z[ recovery-image] Sep 09 17:45:47.442 INFO O| Sep 09 17:45:47.442 INFO ownership wrong (Id(0):Id(3), not 0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/shadow
77942024-09-09T17:45:48.441Z[ recovery-image] Sep 09 17:45:47.442 INFO O| Sep 09 17:45:47.442 INFO chown ok, path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/shadow
77952024-09-09T17:45:48.441Z[ recovery-image] Sep 09 17:45:47.443 INFO O| Sep 09 17:45:47.442 INFO STEP 25 (shadow) COMPLETE
77962024-09-09T17:45:48.441Z[ recovery-image] Sep 09 17:45:47.443 INFO O| Sep 09 17:45:47.443 INFO STEP 26: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
77972024-09-09T17:45:48.457Z[ recovery-image] Sep 09 17:45:47.461 INFO O| Sep 09 17:45:47.460 WARN file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/inet/hosts exists, with wrong contents, unlinking
77982024-09-09T17:45:48.457Z[ recovery-image] Sep 09 17:45:47.461 INFO O| Sep 09 17:45:47.461 INFO copying /work/oxidecomputer/helios/image/templates/files/hosts -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/inet/hosts ...
77992024-09-09T17:45:48.459Z[ recovery-image] Sep 09 17:45:47.461 INFO O| Sep 09 17:45:47.461 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/inet/hosts
78002024-09-09T17:45:48.459Z[ recovery-image] Sep 09 17:45:47.461 INFO O| Sep 09 17:45:47.461 INFO ok!
78012024-09-09T17:45:48.459Z[ recovery-image] Sep 09 17:45:47.461 INFO O| Sep 09 17:45:47.461 INFO STEP 26 (ensure_file) COMPLETE
78022024-09-09T17:45:48.459Z[ recovery-image] Sep 09 17:45:47.461 INFO O| Sep 09 17:45:47.461 INFO STEP 27: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
78032024-09-09T17:45:48.475Z[ recovery-image] Sep 09 17:45:47.479 INFO O| Sep 09 17:45:47.478 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/nodename does not exist
78042024-09-09T17:45:48.475Z[ recovery-image] Sep 09 17:45:47.479 INFO O| Sep 09 17:45:47.479 INFO writing /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/nodename ...
78052024-09-09T17:45:48.477Z[ recovery-image] Sep 09 17:45:47.479 INFO O| Sep 09 17:45:47.479 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/nodename
78062024-09-09T17:45:48.477Z[ recovery-image] Sep 09 17:45:47.479 INFO O| Sep 09 17:45:47.479 INFO ok!
78072024-09-09T17:45:48.477Z[ recovery-image] Sep 09 17:45:47.479 INFO O| Sep 09 17:45:47.479 INFO STEP 27 (ensure_file) COMPLETE
78082024-09-09T17:45:48.477Z[ recovery-image] Sep 09 17:45:47.479 INFO O| Sep 09 17:45:47.479 INFO STEP 28: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
78092024-09-09T17:45:48.493Z[ recovery-image] Sep 09 17:45:47.497 INFO O| Sep 09 17:45:47.497 WARN file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/default/dhcpagent exists, with wrong contents, unlinking
78102024-09-09T17:45:48.493Z[ recovery-image] Sep 09 17:45:47.497 INFO O| Sep 09 17:45:47.497 INFO copying /work/oxidecomputer/helios/image/templates/files/dhcpagent -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/default/dhcpagent ...
78112024-09-09T17:45:48.496Z[ recovery-image] Sep 09 17:45:47.497 INFO O| Sep 09 17:45:47.497 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/default/dhcpagent
78122024-09-09T17:45:48.496Z[ recovery-image] Sep 09 17:45:47.498 INFO O| Sep 09 17:45:47.497 INFO chown ok, path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/default/dhcpagent
78132024-09-09T17:45:48.496Z[ recovery-image] Sep 09 17:45:47.498 INFO O| Sep 09 17:45:47.498 INFO ok!
78142024-09-09T17:45:48.496Z[ recovery-image] Sep 09 17:45:47.498 INFO O| Sep 09 17:45:47.498 INFO STEP 28 (ensure_file) COMPLETE
78152024-09-09T17:45:48.496Z[ recovery-image] Sep 09 17:45:47.498 INFO O| Sep 09 17:45:47.498 INFO STEP 29: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
78162024-09-09T17:45:48.517Z[ recovery-image] Sep 09 17:45:47.521 INFO O| Sep 09 17:45:47.521 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/resolv.conf does not exist
78172024-09-09T17:45:48.517Z[ recovery-image] Sep 09 17:45:47.521 INFO O| Sep 09 17:45:47.521 INFO writing /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/resolv.conf ...
78182024-09-09T17:45:48.519Z[ recovery-image] Sep 09 17:45:47.521 INFO O| Sep 09 17:45:47.521 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/resolv.conf
78192024-09-09T17:45:48.519Z[ recovery-image] Sep 09 17:45:47.521 INFO O| Sep 09 17:45:47.521 INFO ok!
78202024-09-09T17:45:48.519Z[ recovery-image] Sep 09 17:45:47.521 INFO O| Sep 09 17:45:47.521 INFO STEP 29 (ensure_file) COMPLETE
78212024-09-09T17:45:48.519Z[ recovery-image] Sep 09 17:45:47.521 INFO O| Sep 09 17:45:47.521 INFO STEP 30: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs-recovery.json
78222024-09-09T17:45:48.534Z[ recovery-image] Sep 09 17:45:47.538 INFO O| Sep 09 17:45:47.538 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/auto_master does not exist
78232024-09-09T17:45:48.534Z[ recovery-image] Sep 09 17:45:47.538 INFO O| Sep 09 17:45:47.538 INFO copying /work/oxidecomputer/helios/image/templates/files/auto_master -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/auto_master ...
78242024-09-09T17:45:48.534Z[ recovery-image] Sep 09 17:45:47.538 INFO O| Sep 09 17:45:47.538 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/auto_master
78252024-09-09T17:45:48.534Z[ recovery-image] Sep 09 17:45:47.538 INFO O| Sep 09 17:45:47.538 INFO ok!
78262024-09-09T17:45:48.535Z[ recovery-image] Sep 09 17:45:47.538 INFO O| Sep 09 17:45:47.538 INFO STEP 30 (ensure_file) COMPLETE
78272024-09-09T17:45:48.537Z[ recovery-image] Sep 09 17:45:47.538 INFO O| Sep 09 17:45:47.538 INFO STEP 31: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs-recovery.json
78282024-09-09T17:45:48.552Z[ recovery-image] Sep 09 17:45:47.556 INFO O| Sep 09 17:45:47.556 WARN file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/ttydefs exists, with wrong contents, unlinking
78292024-09-09T17:45:48.552Z[ recovery-image] Sep 09 17:45:47.556 INFO O| Sep 09 17:45:47.556 INFO copying /work/oxidecomputer/helios/image/templates/files/ttydefs.3000000 -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/ttydefs ...
78302024-09-09T17:45:48.555Z[ recovery-image] Sep 09 17:45:47.556 INFO O| Sep 09 17:45:47.556 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/ttydefs
78312024-09-09T17:45:48.555Z[ recovery-image] Sep 09 17:45:47.557 INFO O| Sep 09 17:45:47.556 INFO chown ok, path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/ttydefs
78322024-09-09T17:45:48.555Z[ recovery-image] Sep 09 17:45:47.557 INFO O| Sep 09 17:45:47.556 INFO ok!
78332024-09-09T17:45:48.555Z[ recovery-image] Sep 09 17:45:47.557 INFO O| Sep 09 17:45:47.557 INFO STEP 31 (ensure_file) COMPLETE
78342024-09-09T17:45:48.555Z[ recovery-image] Sep 09 17:45:47.557 INFO O| Sep 09 17:45:47.557 INFO STEP 32: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs-recovery.json
78352024-09-09T17:45:48.587Z[ recovery-image] Sep 09 17:45:47.590 INFO O| Sep 09 17:45:47.590 WARN file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/default/init exists, with wrong contents, unlinking
78362024-09-09T17:45:48.587Z[ recovery-image] Sep 09 17:45:47.590 INFO O| Sep 09 17:45:47.590 INFO copying /work/oxidecomputer/helios/image/templates/files/default_init -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/default/init ...
78372024-09-09T17:45:48.587Z[ recovery-image] Sep 09 17:45:47.590 INFO O| Sep 09 17:45:47.590 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/default/init
78382024-09-09T17:45:48.589Z[ recovery-image] Sep 09 17:45:47.590 INFO O| Sep 09 17:45:47.590 INFO ok!
78392024-09-09T17:45:48.589Z[ recovery-image] Sep 09 17:45:47.590 INFO O| Sep 09 17:45:47.590 INFO STEP 32 (ensure_file) COMPLETE
78402024-09-09T17:45:48.589Z[ recovery-image] Sep 09 17:45:47.590 INFO O| Sep 09 17:45:47.590 INFO STEP 33: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs-recovery.json
78412024-09-09T17:45:48.616Z[ recovery-image] Sep 09 17:45:47.620 INFO O| Sep 09 17:45:47.620 WARN file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/ssh/sshd_config exists, with wrong contents, unlinking
78422024-09-09T17:45:48.616Z[ recovery-image] Sep 09 17:45:47.620 INFO O| Sep 09 17:45:47.620 INFO copying /work/oxidecomputer/helios/image/templates/files/sshd_config -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/ssh/sshd_config ...
78432024-09-09T17:45:48.617Z[ recovery-image] Sep 09 17:45:47.620 INFO O| Sep 09 17:45:47.620 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/ssh/sshd_config
78442024-09-09T17:45:48.619Z[ recovery-image] Sep 09 17:45:47.620 INFO O| Sep 09 17:45:47.620 INFO ok!
78452024-09-09T17:45:48.619Z[ recovery-image] Sep 09 17:45:47.620 INFO O| Sep 09 17:45:47.620 INFO STEP 33 (ensure_file) COMPLETE
78462024-09-09T17:45:48.619Z[ recovery-image] Sep 09 17:45:47.620 INFO O| Sep 09 17:45:47.620 INFO STEP 34: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs-recovery.json
78472024-09-09T17:45:48.658Z[ recovery-image] Sep 09 17:45:47.662 INFO O| Sep 09 17:45:47.661 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/usr/lib/bootparams does not exist
78482024-09-09T17:45:48.658Z[ recovery-image] Sep 09 17:45:47.662 INFO O| Sep 09 17:45:47.661 INFO copying /work/oxidecomputer/helios/image/templates/files/bootparams.sh -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/usr/lib/bootparams ...
78492024-09-09T17:45:48.658Z[ recovery-image] Sep 09 17:45:47.662 INFO O| Sep 09 17:45:47.662 INFO perms are 644, should be 755, path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/usr/lib/bootparams
78502024-09-09T17:45:48.661Z[ recovery-image] Sep 09 17:45:47.662 INFO O| Sep 09 17:45:47.662 INFO chmod ok, path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/usr/lib/bootparams
78512024-09-09T17:45:48.661Z[ recovery-image] Sep 09 17:45:47.662 INFO O| Sep 09 17:45:47.662 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/usr/lib/bootparams
78522024-09-09T17:45:48.661Z[ recovery-image] Sep 09 17:45:47.662 INFO O| Sep 09 17:45:47.662 INFO chown ok, path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/usr/lib/bootparams
78532024-09-09T17:45:48.661Z[ recovery-image] Sep 09 17:45:47.662 INFO O| Sep 09 17:45:47.662 INFO ok!
78542024-09-09T17:45:48.661Z[ recovery-image] Sep 09 17:45:47.662 INFO O| Sep 09 17:45:47.662 INFO STEP 34 (ensure_file) COMPLETE
78552024-09-09T17:45:48.661Z[ recovery-image] Sep 09 17:45:47.662 INFO O| Sep 09 17:45:47.662 INFO STEP 35: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/t6-firmware.json
78562024-09-09T17:45:48.719Z[ recovery-image] Sep 09 17:45:47.723 INFO O| Sep 09 17:45:47.722 INFO creating directory: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/platform/Oxide,Gimlet/firmware
78572024-09-09T17:45:48.721Z[ recovery-image] Sep 09 17:45:47.723 INFO O| Sep 09 17:45:47.723 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/platform/Oxide,Gimlet/firmware
78582024-09-09T17:45:48.721Z[ recovery-image] Sep 09 17:45:47.723 INFO O| Sep 09 17:45:47.723 INFO chown ok, path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/platform/Oxide,Gimlet/firmware
78592024-09-09T17:45:48.721Z[ recovery-image] Sep 09 17:45:47.723 INFO O| Sep 09 17:45:47.723 INFO STEP 35 (ensure_dir) COMPLETE
78602024-09-09T17:45:48.721Z[ recovery-image] Sep 09 17:45:47.723 INFO O| Sep 09 17:45:47.723 INFO STEP 36: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/t6-firmware.json
78612024-09-09T17:45:48.835Z[ recovery-image] Sep 09 17:45:47.838 INFO O| Sep 09 17:45:47.838 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
78622024-09-09T17:45:48.835Z[ recovery-image] Sep 09 17:45:47.839 INFO O| Sep 09 17:45:47.838 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 ...
78632024-09-09T17:45:48.838Z[ recovery-image] Sep 09 17:45:47.839 INFO O| Sep 09 17:45:47.839 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
78642024-09-09T17:45:48.838Z[ recovery-image] Sep 09 17:45:47.839 INFO O| Sep 09 17:45:47.839 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
78652024-09-09T17:45:48.838Z[ recovery-image] Sep 09 17:45:47.839 INFO O| Sep 09 17:45:47.839 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
78662024-09-09T17:45:48.838Z[ recovery-image] Sep 09 17:45:47.839 INFO O| Sep 09 17:45:47.839 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
78672024-09-09T17:45:48.838Z[ recovery-image] Sep 09 17:45:47.839 INFO O| Sep 09 17:45:47.839 INFO ok!
78682024-09-09T17:45:48.838Z[ recovery-image] Sep 09 17:45:47.839 INFO O| Sep 09 17:45:47.839 INFO STEP 36 (ensure_file) COMPLETE
78692024-09-09T17:45:48.838Z[ recovery-image] Sep 09 17:45:47.839 INFO O| Sep 09 17:45:47.839 INFO STEP 37: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/t6-firmware.json
78702024-09-09T17:45:48.855Z[ recovery-image] Sep 09 17:45:47.858 INFO O| Sep 09 17:45:47.858 INFO link /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/platform/Oxide,Gimlet/firmware/t6srom.bin does not exist
78712024-09-09T17:45:48.855Z[ recovery-image] Sep 09 17:45:47.858 INFO O| Sep 09 17:45:47.858 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 ...
78722024-09-09T17:45:48.858Z[ recovery-image] Sep 09 17:45:47.859 INFO O| Sep 09 17:45:47.859 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/platform/Oxide,Gimlet/firmware/t6srom.bin
78732024-09-09T17:45:48.858Z[ recovery-image] Sep 09 17:45:47.859 INFO O| Sep 09 17:45:47.859 INFO ok!
78742024-09-09T17:45:48.858Z[ recovery-image] Sep 09 17:45:47.859 INFO O| Sep 09 17:45:47.859 INFO STEP 37 (ensure_symlink) COMPLETE
78752024-09-09T17:45:48.858Z[ recovery-image] Sep 09 17:45:47.859 INFO O| Sep 09 17:45:47.859 INFO STEP 38: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs-recovery.json
78762024-09-09T17:45:48.887Z[ recovery-image] Sep 09 17:45:47.890 INFO O| Sep 09 17:45:47.890 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/usr/lib/recovery-hostname does not exist
78772024-09-09T17:45:48.887Z[ recovery-image] Sep 09 17:45:47.890 INFO O| Sep 09 17:45:47.890 INFO copying /work/oxidecomputer/helios/image/templates/files/recovery-hostname.sh -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/usr/lib/recovery-hostname ...
78782024-09-09T17:45:48.887Z[ recovery-image] Sep 09 17:45:47.890 INFO O| Sep 09 17:45:47.890 INFO perms are 644, should be 755, path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/usr/lib/recovery-hostname
78792024-09-09T17:45:48.887Z[ recovery-image] Sep 09 17:45:47.890 INFO O| Sep 09 17:45:47.890 INFO chmod ok, path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/usr/lib/recovery-hostname
78802024-09-09T17:45:48.890Z[ recovery-image] Sep 09 17:45:47.890 INFO O| Sep 09 17:45:47.890 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/usr/lib/recovery-hostname
78812024-09-09T17:45:48.890Z[ recovery-image] Sep 09 17:45:47.890 INFO O| Sep 09 17:45:47.890 INFO chown ok, path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/usr/lib/recovery-hostname
78822024-09-09T17:45:48.890Z[ recovery-image] Sep 09 17:45:47.890 INFO O| Sep 09 17:45:47.890 INFO ok!
78832024-09-09T17:45:48.890Z[ recovery-image] Sep 09 17:45:47.890 INFO O| Sep 09 17:45:47.890 INFO STEP 38 (ensure_file) COMPLETE
78842024-09-09T17:45:48.890Z[ recovery-image] Sep 09 17:45:47.890 INFO O| Sep 09 17:45:47.890 INFO STEP 39: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs-recovery.json
78852024-09-09T17:45:48.948Z[ recovery-image] Sep 09 17:45:47.952 INFO O| Sep 09 17:45:47.951 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/site/recovery-hostname.xml does not exist
78862024-09-09T17:45:48.948Z[ recovery-image] Sep 09 17:45:47.952 INFO O| Sep 09 17:45:47.951 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 ...
78872024-09-09T17:45:48.948Z[ recovery-image] Sep 09 17:45:47.952 INFO O| Sep 09 17:45:47.952 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
78882024-09-09T17:45:48.948Z[ recovery-image] Sep 09 17:45:47.952 INFO O| Sep 09 17:45:47.952 INFO chown ok, path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/site/recovery-hostname.xml
78892024-09-09T17:45:48.951Z[ recovery-image] Sep 09 17:45:47.952 INFO O| Sep 09 17:45:47.952 INFO ok!
78902024-09-09T17:45:48.951Z[ recovery-image] Sep 09 17:45:47.952 INFO O| Sep 09 17:45:47.952 INFO STEP 39 (ensure_file) COMPLETE
78912024-09-09T17:45:48.951Z[ recovery-image] Sep 09 17:45:47.952 INFO O| Sep 09 17:45:47.952 INFO STEP 40: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs-recovery.json
78922024-09-09T17:45:48.988Z[ recovery-image] Sep 09 17:45:47.991 INFO O| Sep 09 17:45:47.991 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/var/svc/profile/site.xml does not exist
78932024-09-09T17:45:48.988Z[ recovery-image] Sep 09 17:45:47.991 INFO O| Sep 09 17:45:47.991 INFO copying /work/oxidecomputer/helios/image/templates/files/site.xml -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/var/svc/profile/site.xml ...
78942024-09-09T17:45:48.990Z[ recovery-image] Sep 09 17:45:47.991 INFO O| Sep 09 17:45:47.991 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/var/svc/profile/site.xml
78952024-09-09T17:45:48.990Z[ recovery-image] Sep 09 17:45:47.991 INFO O| Sep 09 17:45:47.991 INFO ok!
78962024-09-09T17:45:48.990Z[ recovery-image] Sep 09 17:45:47.992 INFO O| Sep 09 17:45:47.992 INFO STEP 40 (ensure_file) COMPLETE
78972024-09-09T17:45:48.990Z[ recovery-image] Sep 09 17:45:47.992 INFO O| Sep 09 17:45:47.992 INFO STEP 41: shadow, from: /work/oxidecomputer/helios/image/templates/include/root-noauth.json
78982024-09-09T17:45:49.010Z[ recovery-image] Sep 09 17:45:48.013 INFO O| Sep 09 17:45:48.013 INFO updating shadow file
78992024-09-09T17:45:49.012Z[ recovery-image] Sep 09 17:45:48.013 INFO O| Sep 09 17:45:48.013 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/shadow
79002024-09-09T17:45:49.012Z[ recovery-image] Sep 09 17:45:48.014 INFO O| Sep 09 17:45:48.013 INFO STEP 41 (shadow) COMPLETE
79012024-09-09T17:45:49.012Z[ recovery-image] Sep 09 17:45:48.014 INFO O| Sep 09 17:45:48.014 INFO STEP 42: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/root-noauth.json
79022024-09-09T17:45:49.030Z[ recovery-image] Sep 09 17:45:48.033 INFO O| Sep 09 17:45:48.033 WARN file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/default/login exists, with wrong contents, unlinking
79032024-09-09T17:45:49.030Z[ recovery-image] Sep 09 17:45:48.033 INFO O| Sep 09 17:45:48.033 INFO copying /work/oxidecomputer/helios/image/templates/files/mfg_default_login -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/default/login ...
79042024-09-09T17:45:49.032Z[ recovery-image] Sep 09 17:45:48.034 INFO O| Sep 09 17:45:48.033 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/default/login
79052024-09-09T17:45:49.032Z[ recovery-image] Sep 09 17:45:48.034 INFO O| Sep 09 17:45:48.034 INFO chown ok, path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/default/login
79062024-09-09T17:45:49.032Z[ recovery-image] Sep 09 17:45:48.034 INFO O| Sep 09 17:45:48.034 INFO ok!
79072024-09-09T17:45:49.032Z[ recovery-image] Sep 09 17:45:48.034 INFO O| Sep 09 17:45:48.034 INFO STEP 42 (ensure_file) COMPLETE
79082024-09-09T17:45:49.032Z[ recovery-image] Sep 09 17:45:48.034 INFO O| Sep 09 17:45:48.034 INFO STEP 43: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
79092024-09-09T17:45:49.050Z[ recovery-image] Sep 09 17:45:48.054 INFO O| Sep 09 17:45:48.054 INFO ownership already OK (0:3), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt
79102024-09-09T17:45:49.050Z[ recovery-image] Sep 09 17:45:48.054 INFO O| Sep 09 17:45:48.054 INFO STEP 43 (ensure_dir) COMPLETE
79112024-09-09T17:45:49.050Z[ recovery-image] Sep 09 17:45:48.054 INFO O| Sep 09 17:45:48.054 INFO STEP 44: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
79122024-09-09T17:45:49.071Z[ recovery-image] Sep 09 17:45:48.075 INFO O| Sep 09 17:45:48.075 INFO ownership wrong (Id(0):Id(2), not 0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide
79132024-09-09T17:45:49.071Z[ recovery-image] Sep 09 17:45:48.075 INFO O| Sep 09 17:45:48.075 INFO chown ok, path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide
79142024-09-09T17:45:49.071Z[ recovery-image] Sep 09 17:45:48.075 INFO O| Sep 09 17:45:48.075 INFO STEP 44 (ensure_dir) COMPLETE
79152024-09-09T17:45:49.074Z[ recovery-image] Sep 09 17:45:48.075 INFO O| Sep 09 17:45:48.075 INFO STEP 45: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
79162024-09-09T17:45:49.090Z[ recovery-image] Sep 09 17:45:48.094 INFO O| Sep 09 17:45:48.094 INFO creating directory: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/installinator
79172024-09-09T17:45:49.090Z[ recovery-image] Sep 09 17:45:48.094 INFO O| Sep 09 17:45:48.094 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/installinator
79182024-09-09T17:45:49.093Z[ recovery-image] Sep 09 17:45:48.094 INFO O| Sep 09 17:45:48.094 INFO STEP 45 (ensure_dir) COMPLETE
79192024-09-09T17:45:49.093Z[ recovery-image] Sep 09 17:45:48.094 INFO O| Sep 09 17:45:48.094 INFO STEP 46: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
79202024-09-09T17:45:49.127Z[ recovery-image] Sep 09 17:45:48.130 INFO O| Sep 09 17:45:48.130 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/installinator/installinator does not exist
79212024-09-09T17:45:49.127Z[ recovery-image] Sep 09 17:45:48.130 INFO O| Sep 09 17:45:48.130 INFO copying /tmp/.tmpeS9XWJ/proto/recovery/root/opt/oxide/installinator/installinator -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/installinator/installinator ...
79222024-09-09T17:45:49.130Z[ host-image] Sep 09 17:45:48.134 INFO O| Sep 09 17:45:48.134 INFO O| Done
79232024-09-09T17:45:49.177Z[ host-image] Sep 09 17:45:48.180 INFO O| Sep 09 17:45:48.180 INFO O| Done
79242024-09-09T17:45:49.179Z[ host-image] Sep 09 17:45:48.181 INFO O| Sep 09 17:45:48.181 INFO O| Done
79252024-09-09T17:45:49.187Z[ recovery-image] Sep 09 17:45:48.191 INFO O| Sep 09 17:45:48.191 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/installinator/installinator
79262024-09-09T17:45:49.187Z[ recovery-image] Sep 09 17:45:48.191 INFO O| Sep 09 17:45:48.191 INFO ok!
79272024-09-09T17:45:49.190Z[ recovery-image] Sep 09 17:45:48.191 INFO O| Sep 09 17:45:48.191 INFO STEP 46 (ensure_file) COMPLETE
79282024-09-09T17:45:49.190Z[ recovery-image] Sep 09 17:45:48.191 INFO O| Sep 09 17:45:48.191 INFO STEP 47: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
79292024-09-09T17:45:49.195Z[ host-image] Sep 09 17:45:48.198 INFO O| Sep 09 17:45:48.198 INFO O| Done
79302024-09-09T17:45:49.218Z[ recovery-image] Sep 09 17:45:48.221 INFO O| Sep 09 17:45:48.221 INFO creating directory: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/installinator/pkg
79312024-09-09T17:45:49.218Z[ recovery-image] Sep 09 17:45:48.221 INFO O| Sep 09 17:45:48.221 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/installinator/pkg
79322024-09-09T17:45:49.218Z[ recovery-image] Sep 09 17:45:48.221 INFO O| Sep 09 17:45:48.221 INFO STEP 47 (ensure_dir) COMPLETE
79332024-09-09T17:45:49.220Z[ recovery-image] Sep 09 17:45:48.221 INFO O| Sep 09 17:45:48.221 INFO STEP 48: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
79342024-09-09T17:45:49.237Z[ recovery-image] Sep 09 17:45:48.241 INFO O| Sep 09 17:45:48.240 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/installinator/VERSION does not exist
79352024-09-09T17:45:49.237Z[ recovery-image] Sep 09 17:45:48.241 INFO O| Sep 09 17:45:48.241 INFO copying /tmp/.tmpeS9XWJ/proto/recovery/root/opt/oxide/installinator/VERSION -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/installinator/VERSION ...
79362024-09-09T17:45:49.239Z[ recovery-image] Sep 09 17:45:48.241 INFO O| Sep 09 17:45:48.241 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/installinator/VERSION
79372024-09-09T17:45:49.239Z[ recovery-image] Sep 09 17:45:48.241 INFO O| Sep 09 17:45:48.241 INFO ok!
79382024-09-09T17:45:49.239Z[ recovery-image] Sep 09 17:45:48.241 INFO O| Sep 09 17:45:48.241 INFO STEP 48 (ensure_file) COMPLETE
79392024-09-09T17:45:49.240Z[ recovery-image] Sep 09 17:45:48.241 INFO O| Sep 09 17:45:48.241 INFO STEP 49: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
79402024-09-09T17:45:49.255Z[ recovery-image] Sep 09 17:45:48.258 INFO O| Sep 09 17:45:48.258 INFO creating directory: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm
79412024-09-09T17:45:49.257Z[ recovery-image] Sep 09 17:45:48.258 INFO O| Sep 09 17:45:48.258 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm
79422024-09-09T17:45:49.257Z[ recovery-image] Sep 09 17:45:48.258 INFO O| Sep 09 17:45:48.258 INFO STEP 49 (ensure_dir) COMPLETE
79432024-09-09T17:45:49.257Z[ recovery-image] Sep 09 17:45:48.258 INFO O| Sep 09 17:45:48.258 INFO STEP 50: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
79442024-09-09T17:45:49.285Z[ recovery-image] Sep 09 17:45:48.289 INFO O| Sep 09 17:45:48.289 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/ddmadm does not exist
79452024-09-09T17:45:49.286Z[ recovery-image] Sep 09 17:45:48.289 INFO O| Sep 09 17:45:48.289 INFO copying /tmp/.tmpeS9XWJ/proto/recovery/root/opt/oxide/mg-ddm/ddmadm -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/ddmadm ...
79462024-09-09T17:45:49.307Z[ recovery-image] Sep 09 17:45:48.309 INFO O| Sep 09 17:45:48.309 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/ddmadm
79472024-09-09T17:45:49.307Z[ recovery-image] Sep 09 17:45:48.309 INFO O| Sep 09 17:45:48.309 INFO ok!
79482024-09-09T17:45:49.309Z[ recovery-image] Sep 09 17:45:48.309 INFO O| Sep 09 17:45:48.309 INFO STEP 50 (ensure_file) COMPLETE
79492024-09-09T17:45:49.309Z[ recovery-image] Sep 09 17:45:48.309 INFO O| Sep 09 17:45:48.309 INFO STEP 51: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
79502024-09-09T17:45:49.325Z[ recovery-image] Sep 09 17:45:48.328 INFO O| Sep 09 17:45:48.328 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/ddmd does not exist
79512024-09-09T17:45:49.325Z[ recovery-image] Sep 09 17:45:48.329 INFO O| Sep 09 17:45:48.328 INFO copying /tmp/.tmpeS9XWJ/proto/recovery/root/opt/oxide/mg-ddm/ddmd -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/ddmd ...
79522024-09-09T17:45:49.463Z[ host-image] Sep 09 17:45:48.466 INFO O| Sep 09 17:45:48.466 INFO STEP 14 (pkg_install) COMPLETE
79532024-09-09T17:45:49.463Z[ host-image] Sep 09 17:45:48.466 INFO O| Sep 09 17:45:48.466 INFO STEP 15: pkg_install, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
79542024-09-09T17:45:49.465Z[ host-image] Sep 09 17:45:48.466 INFO O| Sep 09 17:45:48.466 INFO skip step because feature "mfg" is not enabled
79552024-09-09T17:45:49.465Z[ host-image] Sep 09 17:45:48.466 INFO O| Sep 09 17:45:48.466 INFO STEP 16: pkg_install, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
79562024-09-09T17:45:49.465Z[ host-image] Sep 09 17:45:48.466 INFO O| Sep 09 17:45:48.466 INFO skip step because feature "compliance" is not enabled
79572024-09-09T17:45:49.465Z[ host-image] Sep 09 17:45:48.466 INFO O| Sep 09 17:45:48.466 INFO STEP 17: pkg_install, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
79582024-09-09T17:45:49.465Z[ host-image] Sep 09 17:45:48.466 INFO O| Sep 09 17:45:48.466 INFO skip step because feature "stress" is not enabled
79592024-09-09T17:45:49.466Z[ host-image] Sep 09 17:45:48.466 INFO O| Sep 09 17:45:48.466 INFO STEP 18: pkg_install, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
79602024-09-09T17:45:49.466Z[ host-image] Sep 09 17:45:48.466 INFO O| Sep 09 17:45:48.466 INFO skip step because feature "nfs" is not enabled
79612024-09-09T17:45:49.466Z[ host-image] Sep 09 17:45:48.466 INFO O| Sep 09 17:45:48.466 INFO creating output snapshot rpool/images/build/host/work/gimlet/ramdisk@os
79622024-09-09T17:45:49.466Z[ host-image] Sep 09 17:45:48.466 INFO O| Sep 09 17:45:48.466 INFO CREATE SNAPSHOT: rpool/images/build/host/work/gimlet/ramdisk@os
79632024-09-09T17:45:49.528Z[ host-image] Sep 09 17:45:48.531 INFO O| Sep 09 17:45:48.531 INFO DESTROY DATASET: rpool/images/build/host/tmp/gimlet/ramdisk-01-os
79642024-09-09T17:45:49.628Z[ host-image] Sep 09 17:45:48.631 INFO O| Sep 09 17:45:48.631 INFO completed processing gimlet/ramdisk-01-os
79652024-09-09T17:45:49.635Z[ host-image] Sep 09 17:45:48.634 INFO omicron1 baseline generation...
79662024-09-09T17:45:49.635Z[ host-image] Sep 09 17:45:48.635 INFO exec: ["/usr/lib/brand/omicron1/baseline", "-R", "/rpool/images/build/host/work/gimlet/ramdisk", "/work/oxidecomputer/helios/tmp/image.host/omicron1"], pwd: None
79672024-09-09T17:45:50.548Z[ host-image] Sep 09 17:45:49.552 INFO O| incorp = pkg://helios-dev/consolidation/osnet/osnet-incorporation@0.5.11-2.0.22860:20240906T152026Z
79682024-09-09T17:45:51.232Z[ recovery-image] Sep 09 17:45:50.235 INFO O| Sep 09 17:45:50.235 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/ddmd
79692024-09-09T17:45:51.232Z[ recovery-image] Sep 09 17:45:50.235 INFO O| Sep 09 17:45:50.235 INFO ok!
79702024-09-09T17:45:51.235Z[ recovery-image] Sep 09 17:45:50.235 INFO O| Sep 09 17:45:50.235 INFO STEP 51 (ensure_file) COMPLETE
79712024-09-09T17:45:51.235Z[ recovery-image] Sep 09 17:45:50.235 INFO O| Sep 09 17:45:50.235 INFO STEP 52: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
79722024-09-09T17:45:51.251Z[ recovery-image] Sep 09 17:45:50.254 INFO O| Sep 09 17:45:50.254 INFO creating directory: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/pkg
79732024-09-09T17:45:51.251Z[ recovery-image] Sep 09 17:45:50.255 INFO O| Sep 09 17:45:50.254 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/pkg
79742024-09-09T17:45:51.251Z[ recovery-image] Sep 09 17:45:50.255 INFO O| Sep 09 17:45:50.254 INFO STEP 52 (ensure_dir) COMPLETE
79752024-09-09T17:45:51.251Z[ recovery-image] Sep 09 17:45:50.255 INFO O| Sep 09 17:45:50.255 INFO STEP 53: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
79762024-09-09T17:45:51.286Z[ recovery-image] Sep 09 17:45:50.289 INFO O| Sep 09 17:45:50.288 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/pkg/refresh_ctrun_child.sh does not exist
79772024-09-09T17:45:51.286Z[ recovery-image] Sep 09 17:45:50.289 INFO O| Sep 09 17:45:50.288 INFO copying /tmp/.tmpeS9XWJ/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 ...
79782024-09-09T17:45:51.289Z[ recovery-image] Sep 09 17:45:50.289 INFO O| Sep 09 17:45:50.289 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
79792024-09-09T17:45:51.289Z[ recovery-image] Sep 09 17:45:50.289 INFO O| Sep 09 17:45:50.289 INFO ok!
79802024-09-09T17:45:51.289Z[ recovery-image] Sep 09 17:45:50.289 INFO O| Sep 09 17:45:50.289 INFO STEP 53 (ensure_file) COMPLETE
79812024-09-09T17:45:51.289Z[ recovery-image] Sep 09 17:45:50.289 INFO O| Sep 09 17:45:50.289 INFO STEP 54: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
79822024-09-09T17:45:51.344Z[ recovery-image] Sep 09 17:45:50.347 INFO O| Sep 09 17:45:50.347 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/pkg/mgd_method_script.sh does not exist
79832024-09-09T17:45:51.344Z[ recovery-image] Sep 09 17:45:50.348 INFO O| Sep 09 17:45:50.347 INFO copying /tmp/.tmpeS9XWJ/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 ...
79842024-09-09T17:45:51.344Z[ recovery-image] Sep 09 17:45:50.348 INFO O| Sep 09 17:45:50.348 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
79852024-09-09T17:45:51.344Z[ recovery-image] Sep 09 17:45:50.348 INFO O| Sep 09 17:45:50.348 INFO ok!
79862024-09-09T17:45:51.347Z[ recovery-image] Sep 09 17:45:50.348 INFO O| Sep 09 17:45:50.348 INFO STEP 54 (ensure_file) COMPLETE
79872024-09-09T17:45:51.347Z[ recovery-image] Sep 09 17:45:50.348 INFO O| Sep 09 17:45:50.348 INFO STEP 55: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
79882024-09-09T17:45:51.364Z[ recovery-image] Sep 09 17:45:50.367 INFO O| Sep 09 17:45:50.367 INFO creating directory: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/pkg/mgd
79892024-09-09T17:45:51.364Z[ recovery-image] Sep 09 17:45:50.367 INFO O| Sep 09 17:45:50.367 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/pkg/mgd
79902024-09-09T17:45:51.364Z[ recovery-image] Sep 09 17:45:50.367 INFO O| Sep 09 17:45:50.367 INFO STEP 55 (ensure_dir) COMPLETE
79912024-09-09T17:45:51.366Z[ recovery-image] Sep 09 17:45:50.367 INFO O| Sep 09 17:45:50.367 INFO STEP 56: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
79922024-09-09T17:45:51.407Z[ recovery-image] Sep 09 17:45:50.410 INFO O| Sep 09 17:45:50.410 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/pkg/mgd/manifest.xml does not exist
79932024-09-09T17:45:51.407Z[ recovery-image] Sep 09 17:45:50.410 INFO O| Sep 09 17:45:50.410 INFO copying /tmp/.tmpeS9XWJ/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 ...
79942024-09-09T17:45:51.407Z[ recovery-image] Sep 09 17:45:50.410 INFO O| Sep 09 17:45:50.410 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/pkg/mgd/manifest.xml
79952024-09-09T17:45:51.409Z[ recovery-image] Sep 09 17:45:50.410 INFO O| Sep 09 17:45:50.410 INFO ok!
79962024-09-09T17:45:51.409Z[ recovery-image] Sep 09 17:45:50.410 INFO O| Sep 09 17:45:50.410 INFO STEP 56 (ensure_file) COMPLETE
79972024-09-09T17:45:51.409Z[ recovery-image] Sep 09 17:45:50.410 INFO O| Sep 09 17:45:50.410 INFO STEP 57: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
79982024-09-09T17:45:51.447Z[ recovery-image] Sep 09 17:45:50.450 INFO O| Sep 09 17:45:50.450 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/pkg/ddm_method_script.sh does not exist
79992024-09-09T17:45:51.447Z[ recovery-image] Sep 09 17:45:50.450 INFO O| Sep 09 17:45:50.450 INFO copying /tmp/.tmpeS9XWJ/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 ...
80002024-09-09T17:45:51.447Z[ recovery-image] Sep 09 17:45:50.450 INFO O| Sep 09 17:45:50.450 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
80012024-09-09T17:45:51.449Z[ recovery-image] Sep 09 17:45:50.450 INFO O| Sep 09 17:45:50.450 INFO ok!
80022024-09-09T17:45:51.449Z[ recovery-image] Sep 09 17:45:50.450 INFO O| Sep 09 17:45:50.450 INFO STEP 57 (ensure_file) COMPLETE
80032024-09-09T17:45:51.450Z[ recovery-image] Sep 09 17:45:50.451 INFO O| Sep 09 17:45:50.450 INFO STEP 58: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
80042024-09-09T17:45:51.489Z[ recovery-image] Sep 09 17:45:50.493 INFO O| Sep 09 17:45:50.493 INFO creating directory: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/pkg/ddm
80052024-09-09T17:45:51.489Z[ recovery-image] Sep 09 17:45:50.493 INFO O| Sep 09 17:45:50.493 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/pkg/ddm
80062024-09-09T17:45:51.489Z[ recovery-image] Sep 09 17:45:50.493 INFO O| Sep 09 17:45:50.493 INFO STEP 58 (ensure_dir) COMPLETE
80072024-09-09T17:45:51.492Z[ recovery-image] Sep 09 17:45:50.493 INFO O| Sep 09 17:45:50.493 INFO STEP 59: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
80082024-09-09T17:45:51.519Z[ recovery-image] Sep 09 17:45:50.522 INFO O| Sep 09 17:45:50.522 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/pkg/ddm/manifest.xml does not exist
80092024-09-09T17:45:51.519Z[ recovery-image] Sep 09 17:45:50.522 INFO O| Sep 09 17:45:50.522 INFO copying /tmp/.tmpeS9XWJ/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 ...
80102024-09-09T17:45:51.522Z[ recovery-image] Sep 09 17:45:50.523 INFO O| Sep 09 17:45:50.523 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/pkg/ddm/manifest.xml
80112024-09-09T17:45:51.522Z[ recovery-image] Sep 09 17:45:50.523 INFO O| Sep 09 17:45:50.523 INFO ok!
80122024-09-09T17:45:51.522Z[ recovery-image] Sep 09 17:45:50.523 INFO O| Sep 09 17:45:50.523 INFO STEP 59 (ensure_file) COMPLETE
80132024-09-09T17:45:51.522Z[ recovery-image] Sep 09 17:45:50.523 INFO O| Sep 09 17:45:50.523 INFO STEP 60: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
80142024-09-09T17:45:51.559Z[ recovery-image] Sep 09 17:45:50.562 INFO O| Sep 09 17:45:50.562 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/VERSION does not exist
80152024-09-09T17:45:51.559Z[ recovery-image] Sep 09 17:45:50.562 INFO O| Sep 09 17:45:50.562 INFO copying /tmp/.tmpeS9XWJ/proto/recovery/root/opt/oxide/mg-ddm/VERSION -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/VERSION ...
80162024-09-09T17:45:51.562Z[ recovery-image] Sep 09 17:45:50.563 INFO O| Sep 09 17:45:50.563 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/VERSION
80172024-09-09T17:45:51.562Z[ recovery-image] Sep 09 17:45:50.563 INFO O| Sep 09 17:45:50.563 INFO ok!
80182024-09-09T17:45:51.562Z[ recovery-image] Sep 09 17:45:50.563 INFO O| Sep 09 17:45:50.563 INFO STEP 60 (ensure_file) COMPLETE
80192024-09-09T17:45:51.562Z[ recovery-image] Sep 09 17:45:50.563 INFO O| Sep 09 17:45:50.563 INFO STEP 61: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
80202024-09-09T17:45:51.637Z[ recovery-image] Sep 09 17:45:50.611 INFO O| Sep 09 17:45:50.583 INFO ownership already OK (0:2), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib
80212024-09-09T17:45:51.637Z[ recovery-image] Sep 09 17:45:50.611 INFO O| Sep 09 17:45:50.583 INFO STEP 61 (ensure_dir) COMPLETE
80222024-09-09T17:45:51.637Z[ recovery-image] Sep 09 17:45:50.611 INFO O| Sep 09 17:45:50.583 INFO STEP 62: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
80232024-09-09T17:45:51.637Z[ recovery-image] Sep 09 17:45:50.611 INFO O| Sep 09 17:45:50.607 INFO ownership already OK (0:2), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc
80242024-09-09T17:45:51.637Z[ recovery-image] Sep 09 17:45:50.611 INFO O| Sep 09 17:45:50.607 INFO STEP 62 (ensure_dir) COMPLETE
80252024-09-09T17:45:51.637Z[ recovery-image] Sep 09 17:45:50.611 INFO O| Sep 09 17:45:50.607 INFO STEP 63: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
80262024-09-09T17:45:51.669Z[ recovery-image] Sep 09 17:45:50.662 INFO O| Sep 09 17:45:50.662 INFO ownership already OK (0:3), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest
80272024-09-09T17:45:51.669Z[ recovery-image] Sep 09 17:45:50.662 INFO O| Sep 09 17:45:50.662 INFO STEP 63 (ensure_dir) COMPLETE
80282024-09-09T17:45:51.669Z[ recovery-image] Sep 09 17:45:50.662 INFO O| Sep 09 17:45:50.662 INFO STEP 64: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
80292024-09-09T17:45:51.678Z[ recovery-image] Sep 09 17:45:50.681 INFO O| Sep 09 17:45:50.681 INFO ownership already OK (0:3), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/site
80302024-09-09T17:45:51.678Z[ recovery-image] Sep 09 17:45:50.681 INFO O| Sep 09 17:45:50.681 INFO STEP 64 (ensure_dir) COMPLETE
80312024-09-09T17:45:51.678Z[ recovery-image] Sep 09 17:45:50.681 INFO O| Sep 09 17:45:50.681 INFO STEP 65: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
80322024-09-09T17:45:51.697Z[ recovery-image] Sep 09 17:45:50.699 INFO O| Sep 09 17:45:50.699 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/site/installinator.xml does not exist
80332024-09-09T17:45:51.697Z[ recovery-image] Sep 09 17:45:50.699 INFO O| Sep 09 17:45:50.699 INFO copying /tmp/.tmpeS9XWJ/proto/recovery/root/lib/svc/manifest/site/installinator.xml -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/site/installinator.xml ...
80342024-09-09T17:45:51.697Z[ recovery-image] Sep 09 17:45:50.699 INFO O| Sep 09 17:45:50.699 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/site/installinator.xml
80352024-09-09T17:45:51.697Z[ recovery-image] Sep 09 17:45:50.699 INFO O| Sep 09 17:45:50.699 INFO ok!
80362024-09-09T17:45:51.697Z[ recovery-image] Sep 09 17:45:50.699 INFO O| Sep 09 17:45:50.699 INFO STEP 65 (ensure_file) COMPLETE
80372024-09-09T17:45:51.697Z[ recovery-image] Sep 09 17:45:50.699 INFO O| Sep 09 17:45:50.699 INFO STEP 66: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
80382024-09-09T17:45:51.730Z[ recovery-image] Sep 09 17:45:50.733 INFO O| Sep 09 17:45:50.733 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/ipsec"
80392024-09-09T17:45:51.732Z[ recovery-image] Sep 09 17:45:50.734 INFO O| Sep 09 17:45:50.734 INFO STEP 66 (remove_files) COMPLETE
80402024-09-09T17:45:51.732Z[ recovery-image] Sep 09 17:45:50.734 INFO O| Sep 09 17:45:50.734 INFO STEP 67: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
80412024-09-09T17:45:51.750Z[ recovery-image] Sep 09 17:45:50.753 INFO O| Sep 09 17:45:50.753 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/ldap"
80422024-09-09T17:45:51.752Z[ recovery-image] Sep 09 17:45:50.754 INFO O| Sep 09 17:45:50.753 INFO STEP 67 (remove_files) COMPLETE
80432024-09-09T17:45:51.752Z[ recovery-image] Sep 09 17:45:50.754 INFO O| Sep 09 17:45:50.754 INFO STEP 68: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
80442024-09-09T17:45:51.785Z[ recovery-image] Sep 09 17:45:50.788 INFO O| Sep 09 17:45:50.788 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/rpc"
80452024-09-09T17:45:51.787Z[ recovery-image] Sep 09 17:45:50.789 INFO O| Sep 09 17:45:50.789 INFO STEP 68 (remove_files) COMPLETE
80462024-09-09T17:45:51.787Z[ recovery-image] Sep 09 17:45:50.789 INFO O| Sep 09 17:45:50.789 INFO STEP 69: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
80472024-09-09T17:45:51.887Z[ recovery-image] Sep 09 17:45:50.890 INFO O| Sep 09 17:45:50.890 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/security"
80482024-09-09T17:45:51.889Z[ recovery-image] Sep 09 17:45:50.890 INFO O| Sep 09 17:45:50.890 INFO STEP 69 (remove_files) COMPLETE
80492024-09-09T17:45:51.889Z[ recovery-image] Sep 09 17:45:50.890 INFO O| Sep 09 17:45:50.890 INFO STEP 70: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
80502024-09-09T17:45:52.051Z[ recovery-image] Sep 09 17:45:51.054 INFO O| Sep 09 17:45:51.054 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/shares"
80512024-09-09T17:45:52.053Z[ recovery-image] Sep 09 17:45:51.054 INFO O| Sep 09 17:45:51.054 INFO STEP 70 (remove_files) COMPLETE
80522024-09-09T17:45:52.053Z[ recovery-image] Sep 09 17:45:51.054 INFO O| Sep 09 17:45:51.054 INFO STEP 71: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
80532024-09-09T17:45:52.119Z[ recovery-image] Sep 09 17:45:51.122 INFO O| Sep 09 17:45:51.122 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/smb"
80542024-09-09T17:45:52.121Z[ recovery-image] Sep 09 17:45:51.122 INFO O| Sep 09 17:45:51.122 INFO STEP 71 (remove_files) COMPLETE
80552024-09-09T17:45:52.121Z[ recovery-image] Sep 09 17:45:51.122 INFO O| Sep 09 17:45:51.122 INFO STEP 72: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
80562024-09-09T17:45:52.137Z[ recovery-image] Sep 09 17:45:51.140 INFO O| Sep 09 17:45:51.140 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/application/management/net-snmp.xml"
80572024-09-09T17:45:52.137Z[ recovery-image] Sep 09 17:45:51.140 INFO O| Sep 09 17:45:51.140 INFO STEP 72 (remove_files) COMPLETE
80582024-09-09T17:45:52.137Z[ recovery-image] Sep 09 17:45:51.140 INFO O| Sep 09 17:45:51.140 INFO STEP 73: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
80592024-09-09T17:45:52.154Z[ recovery-image] Sep 09 17:45:51.158 INFO O| Sep 09 17:45:51.158 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/application/security/tcsd.xml"
80602024-09-09T17:45:52.154Z[ recovery-image] Sep 09 17:45:51.158 INFO O| Sep 09 17:45:51.158 INFO STEP 73 (remove_files) COMPLETE
80612024-09-09T17:45:52.157Z[ recovery-image] Sep 09 17:45:51.158 INFO O| Sep 09 17:45:51.158 INFO STEP 74: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
80622024-09-09T17:45:52.174Z[ recovery-image] Sep 09 17:45:51.177 INFO O| Sep 09 17:45:51.177 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/dns/install.xml"
80632024-09-09T17:45:52.174Z[ recovery-image] Sep 09 17:45:51.177 INFO O| Sep 09 17:45:51.177 INFO STEP 74 (remove_files) COMPLETE
80642024-09-09T17:45:52.177Z[ recovery-image] Sep 09 17:45:51.177 INFO O| Sep 09 17:45:51.177 INFO STEP 75: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
80652024-09-09T17:45:52.193Z[ recovery-image] Sep 09 17:45:51.196 INFO O| Sep 09 17:45:51.196 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/inetd-upgrade.xml"
80662024-09-09T17:45:52.193Z[ recovery-image] Sep 09 17:45:51.197 INFO O| Sep 09 17:45:51.197 INFO STEP 75 (remove_files) COMPLETE
80672024-09-09T17:45:52.196Z[ recovery-image] Sep 09 17:45:51.197 INFO O| Sep 09 17:45:51.197 INFO STEP 76: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
80682024-09-09T17:45:52.212Z[ recovery-image] Sep 09 17:45:51.216 INFO O| Sep 09 17:45:51.215 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/inetd.xml"
80692024-09-09T17:45:52.212Z[ recovery-image] Sep 09 17:45:51.216 INFO O| Sep 09 17:45:51.216 INFO STEP 76 (remove_files) COMPLETE
80702024-09-09T17:45:52.212Z[ recovery-image] Sep 09 17:45:51.216 INFO O| Sep 09 17:45:51.216 INFO STEP 77: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
80712024-09-09T17:45:52.254Z[ recovery-image] Sep 09 17:45:51.257 INFO O| Sep 09 17:45:51.257 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/network-install.xml"
80722024-09-09T17:45:52.254Z[ recovery-image] Sep 09 17:45:51.257 INFO O| Sep 09 17:45:51.257 INFO STEP 77 (remove_files) COMPLETE
80732024-09-09T17:45:52.256Z[ recovery-image] Sep 09 17:45:51.257 INFO O| Sep 09 17:45:51.257 INFO STEP 78: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
80742024-09-09T17:45:52.301Z[ recovery-image] Sep 09 17:45:51.304 INFO O| Sep 09 17:45:51.304 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/network-ipmp.xml"
80752024-09-09T17:45:52.302Z[ recovery-image] Sep 09 17:45:51.304 INFO O| Sep 09 17:45:51.304 INFO STEP 78 (remove_files) COMPLETE
80762024-09-09T17:45:52.302Z[ recovery-image] Sep 09 17:45:51.304 INFO O| Sep 09 17:45:51.304 INFO STEP 79: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
80772024-09-09T17:45:52.360Z[ recovery-image] Sep 09 17:45:51.363 INFO O| Sep 09 17:45:51.363 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/network-iptun.xml"
80782024-09-09T17:45:52.361Z[ recovery-image] Sep 09 17:45:51.363 INFO O| Sep 09 17:45:51.363 INFO STEP 79 (remove_files) COMPLETE
80792024-09-09T17:45:52.361Z[ recovery-image] Sep 09 17:45:51.363 INFO O| Sep 09 17:45:51.363 INFO STEP 80: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
80802024-09-09T17:45:52.410Z[ recovery-image] Sep 09 17:45:51.413 INFO O| Sep 09 17:45:51.413 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/network-location.xml"
80812024-09-09T17:45:52.413Z[ recovery-image] Sep 09 17:45:51.413 INFO O| Sep 09 17:45:51.413 INFO STEP 80 (remove_files) COMPLETE
80822024-09-09T17:45:52.413Z[ recovery-image] Sep 09 17:45:51.414 INFO O| Sep 09 17:45:51.413 INFO STEP 81: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
80832024-09-09T17:45:52.431Z[ recovery-image] Sep 09 17:45:51.434 INFO O| Sep 09 17:45:51.434 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/network-netcfg.xml"
80842024-09-09T17:45:52.434Z[ recovery-image] Sep 09 17:45:51.434 INFO O| Sep 09 17:45:51.434 INFO STEP 81 (remove_files) COMPLETE
80852024-09-09T17:45:52.434Z[ recovery-image] Sep 09 17:45:51.435 INFO O| Sep 09 17:45:51.434 INFO STEP 82: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
80862024-09-09T17:45:52.463Z[ recovery-image] Sep 09 17:45:51.466 INFO O| Sep 09 17:45:51.466 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/routing/rdisc.xml"
80872024-09-09T17:45:52.465Z[ recovery-image] Sep 09 17:45:51.466 INFO O| Sep 09 17:45:51.466 INFO STEP 82 (remove_files) COMPLETE
80882024-09-09T17:45:52.465Z[ recovery-image] Sep 09 17:45:51.466 INFO O| Sep 09 17:45:51.466 INFO STEP 83: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
80892024-09-09T17:45:52.514Z[ recovery-image] Sep 09 17:45:51.517 INFO O| Sep 09 17:45:51.517 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/varpd.xml"
80902024-09-09T17:45:52.514Z[ recovery-image] Sep 09 17:45:51.518 INFO O| Sep 09 17:45:51.518 INFO STEP 83 (remove_files) COMPLETE
80912024-09-09T17:45:52.514Z[ recovery-image] Sep 09 17:45:51.518 INFO O| Sep 09 17:45:51.518 INFO STEP 84: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
80922024-09-09T17:45:52.537Z[ recovery-image] Sep 09 17:45:51.540 INFO O| Sep 09 17:45:51.540 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/system/device/allocate.xml"
80932024-09-09T17:45:52.537Z[ recovery-image] Sep 09 17:45:51.540 INFO O| Sep 09 17:45:51.540 INFO STEP 84 (remove_files) COMPLETE
80942024-09-09T17:45:52.537Z[ recovery-image] Sep 09 17:45:51.540 INFO O| Sep 09 17:45:51.540 INFO STEP 85: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
80952024-09-09T17:45:52.559Z[ recovery-image] Sep 09 17:45:51.563 INFO O| Sep 09 17:45:51.563 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/system/device/devices-audio.xml"
80962024-09-09T17:45:52.560Z[ recovery-image] Sep 09 17:45:51.563 INFO O| Sep 09 17:45:51.563 INFO STEP 85 (remove_files) COMPLETE
80972024-09-09T17:45:52.560Z[ recovery-image] Sep 09 17:45:51.563 INFO O| Sep 09 17:45:51.563 INFO STEP 86: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
80982024-09-09T17:45:52.583Z[ recovery-image] Sep 09 17:45:51.587 INFO O| Sep 09 17:45:51.586 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/usr/lib/devfsadm/linkmod/SUNW_audio_link.so"
80992024-09-09T17:45:52.584Z[ recovery-image] Sep 09 17:45:51.587 INFO O| Sep 09 17:45:51.587 INFO STEP 86 (remove_files) COMPLETE
81002024-09-09T17:45:52.584Z[ recovery-image] Sep 09 17:45:51.587 INFO O| Sep 09 17:45:51.587 INFO STEP 87: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
81012024-09-09T17:45:52.607Z[ recovery-image] Sep 09 17:45:51.611 INFO O| Sep 09 17:45:51.610 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/sndstat"
81022024-09-09T17:45:52.608Z[ recovery-image] Sep 09 17:45:51.611 INFO O| Sep 09 17:45:51.611 INFO STEP 87 (remove_files) COMPLETE
81032024-09-09T17:45:52.610Z[ recovery-image] Sep 09 17:45:51.611 INFO O| Sep 09 17:45:51.611 INFO STEP 88: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
81042024-09-09T17:45:52.640Z[ recovery-image] Sep 09 17:45:51.643 INFO O| Sep 09 17:45:51.643 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/system/device/mpxio-upgrade.xml"
81052024-09-09T17:45:52.640Z[ recovery-image] Sep 09 17:45:51.643 INFO O| Sep 09 17:45:51.643 INFO STEP 88 (remove_files) COMPLETE
81062024-09-09T17:45:52.640Z[ recovery-image] Sep 09 17:45:51.643 INFO O| Sep 09 17:45:51.643 INFO STEP 89: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
81072024-09-09T17:45:52.660Z[ recovery-image] Sep 09 17:45:51.663 INFO O| Sep 09 17:45:51.663 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/system/hostid.xml"
81082024-09-09T17:45:52.660Z[ recovery-image] Sep 09 17:45:51.663 INFO O| Sep 09 17:45:51.663 INFO STEP 89 (remove_files) COMPLETE
81092024-09-09T17:45:52.660Z[ recovery-image] Sep 09 17:45:51.663 INFO O| Sep 09 17:45:51.663 INFO STEP 90: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
81102024-09-09T17:45:52.680Z[ recovery-image] Sep 09 17:45:51.683 INFO O| Sep 09 17:45:51.683 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/system/idmap.xml"
81112024-09-09T17:45:52.680Z[ recovery-image] Sep 09 17:45:51.683 INFO O| Sep 09 17:45:51.683 INFO STEP 90 (remove_files) COMPLETE
81122024-09-09T17:45:52.680Z[ recovery-image] Sep 09 17:45:51.683 INFO O| Sep 09 17:45:51.683 INFO STEP 91: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
81132024-09-09T17:45:52.699Z[ recovery-image] Sep 09 17:45:51.702 INFO O| Sep 09 17:45:51.702 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/system/pkgserv.xml"
81142024-09-09T17:45:52.699Z[ recovery-image] Sep 09 17:45:51.702 INFO O| Sep 09 17:45:51.702 INFO STEP 91 (remove_files) COMPLETE
81152024-09-09T17:45:52.701Z[ recovery-image] Sep 09 17:45:51.702 INFO O| Sep 09 17:45:51.702 INFO STEP 92: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
81162024-09-09T17:45:52.717Z[ recovery-image] Sep 09 17:45:51.720 INFO O| Sep 09 17:45:51.720 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/system/zones.xml"
81172024-09-09T17:45:52.717Z[ recovery-image] Sep 09 17:45:51.721 INFO O| Sep 09 17:45:51.720 INFO STEP 92 (remove_files) COMPLETE
81182024-09-09T17:45:52.717Z[ recovery-image] Sep 09 17:45:51.721 INFO O| Sep 09 17:45:51.721 INFO STEP 93: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
81192024-09-09T17:45:52.748Z[ recovery-image] Sep 09 17:45:51.751 INFO O| Sep 09 17:45:51.751 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/system/intrd.xml"
81202024-09-09T17:45:52.748Z[ recovery-image] Sep 09 17:45:51.751 INFO O| Sep 09 17:45:51.751 INFO STEP 93 (remove_files) COMPLETE
81212024-09-09T17:45:52.751Z[ recovery-image] Sep 09 17:45:51.751 INFO O| Sep 09 17:45:51.751 INFO STEP 94: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
81222024-09-09T17:45:52.806Z[ recovery-image] Sep 09 17:45:51.809 INFO O| Sep 09 17:45:51.809 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/chrony.xml"
81232024-09-09T17:45:52.806Z[ recovery-image] Sep 09 17:45:51.810 INFO O| Sep 09 17:45:51.810 INFO STEP 94 (remove_files) COMPLETE
81242024-09-09T17:45:52.806Z[ recovery-image] Sep 09 17:45:51.810 INFO O| Sep 09 17:45:51.810 INFO STEP 95: seed_smf, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs-recovery.json
81252024-09-09T17:45:52.835Z[ recovery-image] Sep 09 17:45:51.838 INFO O| Sep 09 17:45:51.838 INFO file /rpool/images/build/recovery/tmp/gimlet/zfs-recovery/repo.db does not already exist, skipping removal
81262024-09-09T17:45:52.835Z[ recovery-image] Sep 09 17:45:51.838 INFO O| Sep 09 17:45:51.838 INFO exec: ["/usr/sbin/svccfg", "import", "-p", "/dev/stdout", "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest"], env: {"SVCCFG_DTD": "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/usr/share/lib/xml/dtd/service_bundle.dtd.1", "SVCCFG_REPOSITORY": "/rpool/images/build/recovery/tmp/gimlet/zfs-recovery/repo.db", "SVCCFG_CHECKHASH": "1", "PKG_INSTALL_ROOT": "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a"}
81272024-09-09T17:46:06.091Z[ recovery-image] Sep 09 17:46:05.092 INFO O| Sep 09 17:46:05.092 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
81282024-09-09T17:46:06.091Z[ recovery-image] Sep 09 17:46:05.092 INFO O| Sep 09 17:46:05.092 INFO E| svccfg: Loaded 67 smf(7) service descriptions
81292024-09-09T17:46:06.104Z[ recovery-image] Sep 09 17:46:05.106 INFO O| Sep 09 17:46:05.106 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", "SVCCFG_DTD": "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/usr/share/lib/xml/dtd/service_bundle.dtd.1", "PKG_INSTALL_ROOT": "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a"}
81302024-09-09T17:46:06.184Z[ recovery-image] Sep 09 17:46:05.186 INFO O| Sep 09 17:46:05.185 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/svc/repository.db does not exist
81312024-09-09T17:46:06.184Z[ recovery-image] Sep 09 17:46:05.186 INFO O| Sep 09 17:46:05.185 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 ...
81322024-09-09T17:46:06.187Z[ recovery-image] Sep 09 17:46:05.188 INFO O| Sep 09 17:46:05.188 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/svc/repository.db
81332024-09-09T17:46:06.187Z[ recovery-image] Sep 09 17:46:05.188 INFO O| Sep 09 17:46:05.188 INFO ok!
81342024-09-09T17:46:06.187Z[ recovery-image] Sep 09 17:46:05.188 INFO O| Sep 09 17:46:05.188 INFO file /rpool/images/build/recovery/tmp/gimlet/zfs-recovery/repo.db exists (as File), removing
81352024-09-09T17:46:06.187Z[ recovery-image] Sep 09 17:46:05.188 INFO O| Sep 09 17:46:05.188 INFO STEP 95 (seed_smf) COMPLETE
81362024-09-09T17:46:06.187Z[ recovery-image] Sep 09 17:46:05.188 INFO O| Sep 09 17:46:05.188 INFO steps complete; finalising image!
81372024-09-09T17:46:06.187Z[ recovery-image] Sep 09 17:46:05.188 INFO O| Sep 09 17:46:05.188 INFO TRIM POOL: TEMPORARY-gimlet-zfs-recovery
81382024-09-09T17:46:06.226Z[ recovery-image] Sep 09 17:46:05.227 INFO O| Sep 09 17:46:05.227 INFO trim TEMPORARY-gimlet-zfs-recovery: (12% trimmed, started at Mon Sep 9 17:46:05 2024)
81392024-09-09T17:46:06.462Z[ recovery-image] Sep 09 17:46:05.463 INFO O| Sep 09 17:46:05.463 INFO temporary pool has 398M used, 1.36G avail, 1.00x compressratio
81402024-09-09T17:46:06.462Z[ recovery-image] Sep 09 17:46:05.463 INFO O| Sep 09 17:46:05.463 INFO EXPORT POOL: TEMPORARY-gimlet-zfs-recovery
81412024-09-09T17:46:06.747Z[ recovery-image] Sep 09 17:46:05.749 INFO O| Sep 09 17:46:05.748 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
81422024-09-09T17:46:06.747Z[ recovery-image] Sep 09 17:46:05.749 INFO O| Sep 09 17:46:05.749 INFO file /rpool/images/build/recovery/output/gimlet-zfs-recovery.raw does not already exist, skipping removal
81432024-09-09T17:46:07.301Z[verify-libraries] Finished `release` profile [optimized] target(s) in 5m 32s
81442024-09-09T17:46:07.615ZSep 09 17:46:06.616 INFO [verify-libraries] process exited with exit status: 0 (337.41441238s)
81452024-09-09T17:46:09.954Z[ recovery-image] Sep 09 17:46:08.955 INFO O| Sep 09 17:46:08.954 INFO perms are 1600, should be 644, path: /rpool/images/build/recovery/output/gimlet-zfs-recovery.raw
81462024-09-09T17:46:09.954Z[ recovery-image] Sep 09 17:46:08.955 INFO O| Sep 09 17:46:08.955 INFO chmod ok, path: /rpool/images/build/recovery/output/gimlet-zfs-recovery.raw
81472024-09-09T17:46:09.957Z[ recovery-image] Sep 09 17:46:08.955 INFO O| Sep 09 17:46:08.955 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/output/gimlet-zfs-recovery.raw
81482024-09-09T17:46:09.957Z[ recovery-image] Sep 09 17:46:08.955 INFO O| Sep 09 17:46:08.955 INFO completed processing gimlet/zfs-recovery
81492024-09-09T17:46:09.957Z[ recovery-image] Sep 09 17:46:08.955 INFO O| Sep 09 17:46:08.955 INFO DESTROY DATASET: rpool/images/build/recovery/work/gimlet/zfs-recovery
81502024-09-09T17:46:10.294Z[ recovery-image] Sep 09 17:46:09.295 INFO O| Sep 09 17:46:09.294 INFO DESTROY DATASET: rpool/images/build/recovery/tmp/gimlet/zfs-recovery
81512024-09-09T17:46:10.387Z[ recovery-image] Sep 09 17:46:09.388 INFO BUILD STRING "heads/stlouis-0-g231eef1c5c\n"
81522024-09-09T17:46:10.390Z[ recovery-image] Sep 09 17:46:09.388 INFO expanded image name: "recovery be18651/${os_short_commit} 2024-09-09 17:19" -> "recovery be18651/231eef1 2024-09-09 17:19"
81532024-09-09T17:46:10.390Z[ recovery-image] Sep 09 17:46:09.388 INFO output artefacts stored in: "/work/os-recovery"
81542024-09-09T17:46:10.390Z[ recovery-image] Sep 09 17:46:09.388 INFO collecting git info from project "bootserver"...
81552024-09-09T17:46:10.395Z[ recovery-image] Sep 09 17:46:09.396 INFO collecting git info from project "phbl"...
81562024-09-09T17:46:10.401Z[ recovery-image] Sep 09 17:46:09.402 INFO collecting git info from project "pinprick"...
81572024-09-09T17:46:10.406Z[ recovery-image] Sep 09 17:46:09.407 INFO collecting git info from project "chelsio-t6-roms"...
81582024-09-09T17:46:10.427Z[ recovery-image] Sep 09 17:46:09.428 INFO collecting git info from project "amd-host-image-builder"...
81592024-09-09T17:46:10.581Z[ recovery-image] Sep 09 17:46:09.582 INFO collecting git info from project "amd-firmware"...
81602024-09-09T17:46:10.803Z[ recovery-image] Sep 09 17:46:09.804 INFO collecting git info from project "image-builder"...
81612024-09-09T17:46:10.810Z[ recovery-image] Sep 09 17:46:09.811 INFO collecting git info from project "pilot"...
81622024-09-09T17:46:10.820Z[ recovery-image] Sep 09 17:46:09.821 INFO collecting packaging info "pkg-publishers.txt": ["publisher", "-F", "tsv"]...
81632024-09-09T17:46:11.172Z[ recovery-image] Sep 09 17:46:10.173 INFO collecting packaging info "pkg-list.txt": ["list", "-H", "-v"]...
81642024-09-09T17:46:11.517Z[ recovery-image] Sep 09 17:46:10.518 INFO creating Oxide boot image...
81652024-09-09T17:46:11.519Z[ recovery-image] Sep 09 17:46:10.518 INFO exec: ["/work/oxidecomputer/helios/projects/bootserver/target/release/mkimage", "-i", "/rpool/images/build/recovery/output/gimlet-zfs-recovery.raw", "-N", "recovery be18651/231eef1 2024-09-09 17:19", "-o", "/work/os-recovery/zfs.img", "-O", "/work/oxidecomputer/helios/tmp/image.recovery/boot_image_csum", "-s", "4096", "-z"], pwd: None
81662024-09-09T17:46:45.163Z[ host-image] Sep 09 17:46:44.159 INFO O| install = pkg://helios-dev/SUNWcs@0.5.11-2.0.22860:20240906T152101Z
81672024-09-09T17:46:45.163Z[ host-image] Sep 09 17:46:44.160 INFO O| install = pkg://helios-dev/SUNWcsd@0.5.11-2.0.22860:20240906T152101Z
81682024-09-09T17:46:45.166Z[ host-image] Sep 09 17:46:44.160 INFO O| install = pkg://helios-dev/compress/brotli@1.0.9-2.0:20230621T185813Z
81692024-09-09T17:46:45.166Z[ host-image] Sep 09 17:46:44.160 INFO O| install = pkg://helios-dev/compress/bzip2@1.0.8-2.0:20230621T185759Z
81702024-09-09T17:46:45.166Z[ host-image] Sep 09 17:46:44.160 INFO O| install = pkg://helios-dev/compress/gzip@1.12-2.0:20230621T185838Z
81712024-09-09T17:46:45.166Z[ host-image] Sep 09 17:46:44.160 INFO O| install = pkg://helios-dev/compress/lz4@1.9.4-2.0:20230621T185820Z
81722024-09-09T17:46:45.166Z[ host-image] Sep 09 17:46:44.161 INFO O| install = pkg://helios-dev/compress/xz@5.4.2-2.0:20230621T190107Z
81732024-09-09T17:46:45.166Z[ host-image] Sep 09 17:46:44.161 INFO O| install = pkg://helios-dev/compress/zstd@1.5.5-2.0:20230621T190025Z
81742024-09-09T17:46:45.166Z[ host-image] Sep 09 17:46:44.161 INFO O| install = pkg://helios-dev/consolidation/oxide/omicron1-brand-incorporation@1.0.22:20240315T231141Z
81752024-09-09T17:46:45.166Z[ host-image] Sep 09 17:46:44.161 INFO O| install = pkg://helios-dev/database/sqlite-3@3.41.2-2.0:20230621T190437Z
81762024-09-09T17:46:45.166Z[ host-image] Sep 09 17:46:44.161 INFO O| install = pkg://helios-dev/developer/acpi@0.5.11-2.0.22860:20240906T152101Z
81772024-09-09T17:46:45.167Z[ host-image] Sep 09 17:46:44.163 INFO O| install = pkg://helios-dev/developer/debug/mdb@0.5.11-2.0.22860:20240906T152102Z
81782024-09-09T17:46:45.170Z[ host-image] Sep 09 17:46:44.164 INFO O| install = pkg://helios-dev/developer/dtrace@0.5.11-2.0.22860:20240906T152102Z
81792024-09-09T17:46:45.170Z[ host-image] Sep 09 17:46:44.165 INFO O| install = pkg://helios-dev/developer/linker@0.5.11-2.0.22860:20240906T152103Z
81802024-09-09T17:46:45.170Z[ host-image] Sep 09 17:46:44.165 INFO O| install = pkg://helios-dev/developer/macro/cpp@20220808-2.0:20230621T191251Z
81812024-09-09T17:46:45.171Z[ host-image] Sep 09 17:46:44.165 INFO O| install = pkg://helios-dev/developer/object-file@0.5.11-2.0.22860:20240906T152103Z
81822024-09-09T17:46:45.171Z[ host-image] Sep 09 17:46:44.166 INFO O| install = pkg://helios-dev/diagnostic/cpu-counters@0.5.11-2.0.22860:20240906T152103Z
81832024-09-09T17:46:45.171Z[ host-image] Sep 09 17:46:44.166 INFO O| install = pkg://helios-dev/diagnostic/diskinfo@0.5.11-2.0.22860:20240906T152103Z
81842024-09-09T17:46:45.171Z[ host-image] Sep 09 17:46:44.166 INFO O| install = pkg://helios-dev/diagnostic/pci@0.5.11-2.0.22860:20240906T152103Z
81852024-09-09T17:46:45.171Z[ host-image] Sep 09 17:46:44.167 INFO O| install = pkg://helios-dev/driver/audio@0.5.11-2.0.22860:20240906T152104Z
81862024-09-09T17:46:45.171Z[ host-image] Sep 09 17:46:44.167 INFO O| install = pkg://helios-dev/driver/cpu/amd/zen@0.5.11-2.0.22860:20240906T152104Z
81872024-09-09T17:46:45.171Z[ host-image] Sep 09 17:46:44.167 INFO O| install = pkg://helios-dev/driver/cpu/sensor@0.5.11-2.0.22860:20240906T152104Z
81882024-09-09T17:46:45.171Z[ host-image] Sep 09 17:46:44.167 INFO O| install = pkg://helios-dev/driver/gpio/amd/zen@0.5.11-2.0.22860:20240906T152105Z
81892024-09-09T17:46:45.171Z[ host-image] Sep 09 17:46:44.167 INFO O| install = pkg://helios-dev/driver/misc/tofino@0.5.11-2.0.22860:20240906T152105Z
81902024-09-09T17:46:45.174Z[ host-image] Sep 09 17:46:44.167 INFO O| install = pkg://helios-dev/driver/network/cxgbe@0.5.11-2.0.22860:20240906T152107Z
81912024-09-09T17:46:45.174Z[ host-image] Sep 09 17:46:44.168 INFO O| install = pkg://helios-dev/driver/network/e1000g@0.5.11-2.0.22860:20240906T152107Z
81922024-09-09T17:46:45.174Z[ host-image] Sep 09 17:46:44.168 INFO O| install = pkg://helios-dev/driver/network/igb@0.5.11-2.0.22860:20240906T152108Z
81932024-09-09T17:46:45.174Z[ host-image] Sep 09 17:46:44.168 INFO O| install = pkg://helios-dev/driver/network/ixgbe@0.5.11-2.0.22860:20240906T152109Z
81942024-09-09T17:46:45.174Z[ host-image] Sep 09 17:46:44.168 INFO O| install = pkg://helios-dev/driver/network/opte@0.33.293:20240820T211830Z
81952024-09-09T17:46:45.174Z[ host-image] Sep 09 17:46:44.168 INFO O| install = pkg://helios-dev/driver/network/rge@0.5.11-2.0.22860:20240906T152110Z
81962024-09-09T17:46:45.174Z[ host-image] Sep 09 17:46:44.168 INFO O| install = pkg://helios-dev/driver/serial/usbser@0.5.11-2.0.22860:20240906T152112Z
81972024-09-09T17:46:45.174Z[ host-image] Sep 09 17:46:44.168 INFO O| install = pkg://helios-dev/driver/storage/blkdev@0.5.11-2.0.22860:20240906T152113Z
81982024-09-09T17:46:45.175Z[ host-image] Sep 09 17:46:44.168 INFO O| install = pkg://helios-dev/driver/storage/nvme@0.5.11-2.0.22860:20240906T152114Z
81992024-09-09T17:46:45.175Z[ host-image] Sep 09 17:46:44.170 INFO O| install = pkg://helios-dev/driver/usb@0.5.11-2.0.22860:20240906T152115Z
82002024-09-09T17:46:45.175Z[ host-image] Sep 09 17:46:44.170 INFO O| install = pkg://helios-dev/driver/x11/xsvc@0.5.11-2.0.22860:20240906T152116Z
82012024-09-09T17:46:45.183Z[ host-image] Sep 09 17:46:44.180 INFO O| install = pkg://helios-dev/editor/vim@9.0.1443-2.0:20230621T192540Z
82022024-09-09T17:46:45.183Z[ host-image] Sep 09 17:46:44.180 INFO O| install = pkg://helios-dev/install/beadm@0.5.11-2.0.22860:20240906T152116Z
82032024-09-09T17:46:45.185Z[ host-image] Sep 09 17:46:44.180 INFO O| install = pkg://helios-dev/library/expat@2.5.0-2.0:20230621T192934Z
82042024-09-09T17:46:45.185Z[ host-image] Sep 09 17:46:44.180 INFO O| install = pkg://helios-dev/library/libedit@3.1-2.0:20230621T193242Z
82052024-09-09T17:46:45.185Z[ host-image] Sep 09 17:46:44.181 INFO O| install = pkg://helios-dev/library/libidn@1.41-2.0:20230621T193402Z
82062024-09-09T17:46:45.185Z[ host-image] Sep 09 17:46:44.181 INFO O| install = pkg://helios-dev/library/libtecla@1.6.0-2.0.22860:20240906T152116Z
82072024-09-09T17:46:45.185Z[ host-image] Sep 09 17:46:44.181 INFO O| install = pkg://helios-dev/library/libtool/libltdl@2.4.6-2.0:20230621T190218Z
82082024-09-09T17:46:45.185Z[ host-image] Sep 09 17:46:44.182 INFO O| install = pkg://helios-dev/library/libxml2@2.11.7-2.0:20240215T135051Z
82092024-09-09T17:46:45.188Z[ host-image] Sep 09 17:46:44.183 INFO O| install = pkg://helios-dev/library/libxmlsec1@1.2.35-2.0:20230624T123441Z
82102024-09-09T17:46:45.188Z[ host-image] Sep 09 17:46:44.183 INFO O| install = pkg://helios-dev/library/libxslt@1.1.30-2.0:20230621T193447Z
82112024-09-09T17:46:45.200Z[ host-image] Sep 09 17:46:44.197 INFO O| install = pkg://helios-dev/library/ncurses@6.4.20240309-2.0:20240523T185257Z
82122024-09-09T17:46:45.200Z[ host-image] Sep 09 17:46:44.197 INFO O| install = pkg://helios-dev/library/nghttp2@1.52.0-2.0:20230621T193608Z
82132024-09-09T17:46:45.202Z[ host-image] Sep 09 17:46:44.197 INFO O| install = pkg://helios-dev/library/nspr@4.35-2.0:20230621T193601Z
82142024-09-09T17:46:45.202Z[ host-image] Sep 09 17:46:44.198 INFO O| install = pkg://helios-dev/library/pcre@8.45-2.0:20230621T193733Z
82152024-09-09T17:46:45.202Z[ host-image] Sep 09 17:46:44.198 INFO O| install = pkg://helios-dev/library/pcre2@10.42-2.0:20230621T193725Z
82162024-09-09T17:46:45.202Z[ host-image] Sep 09 17:46:44.199 INFO O| install = pkg://helios-dev/library/readline@8.2-2.1:20240418T211117Z
82172024-09-09T17:46:45.240Z[ host-image] Sep 09 17:46:44.236 INFO O| install = pkg://helios-dev/library/security/openssl-3@3.0.15-2.0:20240903T190137Z
82182024-09-09T17:46:45.242Z[ host-image] Sep 09 17:46:44.237 INFO O| install = pkg://helios-dev/library/security/trousers@0.3.15-2.0:20230621T194405Z
82192024-09-09T17:46:45.242Z[ host-image] Sep 09 17:46:44.237 INFO O| install = pkg://helios-dev/library/zlib@1.2.13-2.0:20230621T194146Z
82202024-09-09T17:46:45.242Z[ host-image] Sep 09 17:46:44.238 INFO O| install = pkg://helios-dev/locale/en@0.5.11-2.0.22860:20240906T152118Z
82212024-09-09T17:46:45.242Z[ host-image] Sep 09 17:46:44.238 INFO O| install = pkg://helios-dev/network/bridging@0.5.11-2.0.22860:20240906T152124Z
82222024-09-09T17:46:45.242Z[ host-image] Sep 09 17:46:44.238 INFO O| install = pkg://helios-dev/network/dns/bind@9.18.14-2.0:20230621T194546Z
82232024-09-09T17:46:45.242Z[ host-image] Sep 09 17:46:44.238 INFO O| install = pkg://helios-dev/network/netcat@0.5.11-2.0.22860:20240906T152124Z
82242024-09-09T17:46:45.242Z[ host-image] Sep 09 17:46:44.239 INFO O| install = pkg://helios-dev/network/openssh@9.6.1-2.1:20240701T171301Z
82252024-09-09T17:46:45.242Z[ host-image] Sep 09 17:46:44.239 INFO O| install = pkg://helios-dev/network/openssh-server@9.6.1-2.1:20240701T171311Z
82262024-09-09T17:46:45.242Z[ host-image] Sep 09 17:46:44.239 INFO O| install = pkg://helios-dev/network/rsync@3.2.7-2.1:20240627T120527Z
82272024-09-09T17:46:45.242Z[ host-image] Sep 09 17:46:44.239 INFO O| install = pkg://helios-dev/network/snoop@0.5.11-2.0.22860:20240906T152124Z
82282024-09-09T17:46:45.242Z[ host-image] Sep 09 17:46:44.239 INFO O| install = pkg://helios-dev/ooce/library/onig@6.9.8-2.0:20230623T150226Z
82292024-09-09T17:46:45.247Z[ host-image] Sep 09 17:46:44.244 INFO O| install = pkg://helios-dev/ooce/library/postgresql-13@13.11-2.0:20230623T123131Z
82302024-09-09T17:46:45.250Z[ host-image] Sep 09 17:46:44.244 INFO O| install = pkg://helios-dev/ooce/util/jq@1.6-2.0:20230623T172253Z
82312024-09-09T17:46:45.251Z[ host-image] Sep 09 17:46:44.244 INFO O| install = pkg://helios-dev/oxide/platform-identity-cacerts@1.0-2.0:20240719T230730Z
82322024-09-09T17:46:45.251Z[ host-image] Sep 09 17:46:44.244 INFO O| install = pkg://helios-dev/package/svr4@0.5.11-2.0.22860:20240906T152125Z
82332024-09-09T17:46:45.251Z[ host-image] Sep 09 17:46:44.245 INFO O| install = pkg://helios-dev/release/name@0.5.11-2.0:20230621T194601Z
82342024-09-09T17:46:45.262Z[ host-image] Sep 09 17:46:44.259 INFO O| install = pkg://helios-dev/runtime/perl@5.36.1-2.0:20230621T195846Z
82352024-09-09T17:46:45.265Z[ host-image] Sep 09 17:46:44.260 INFO O| install = pkg://helios-dev/runtime/perl/module/sun-solaris@0.5.11-2.0.22860:20240906T152125Z
82362024-09-09T17:46:45.265Z[ host-image] Sep 09 17:46:44.262 INFO O| install = pkg://helios-dev/service/fault-management@0.5.11-2.0.22860:20240906T152126Z
82372024-09-09T17:46:45.268Z[ host-image] Sep 09 17:46:44.262 INFO O| install = pkg://helios-dev/service/file-system/smb@0.5.11-2.0.22860:20240906T152126Z
82382024-09-09T17:46:45.268Z[ host-image] Sep 09 17:46:44.262 INFO O| install = pkg://helios-dev/service/network/chrony@4.5-2.0:20240418T211951Z
82392024-09-09T17:46:45.268Z[ host-image] Sep 09 17:46:44.263 INFO O| install = pkg://helios-dev/service/picl@0.5.11-2.0.22860:20240906T152127Z
82402024-09-09T17:46:45.268Z[ host-image] Sep 09 17:46:44.263 INFO O| install = pkg://helios-dev/service/resource-pools@0.5.11-2.0.22860:20240906T152127Z
82412024-09-09T17:46:45.268Z[ host-image] Sep 09 17:46:44.263 INFO O| install = pkg://helios-dev/service/security/gss@0.5.11-2.0.22860:20240906T152127Z
82422024-09-09T17:46:45.268Z[ host-image] Sep 09 17:46:44.264 INFO O| install = pkg://helios-dev/service/security/kerberos-5@0.5.11-2.0.22860:20240906T152127Z
82432024-09-09T17:46:45.271Z[ host-image] Sep 09 17:46:44.268 INFO O| install = pkg://helios-dev/shell/bash@5.2.15-2.0:20230621T200617Z
82442024-09-09T17:46:45.271Z[ host-image] Sep 09 17:46:44.268 INFO O| install = pkg://helios-dev/shell/ksh93@93.21.1.20120801-2.0.22860:20240906T152128Z
82452024-09-09T17:46:45.273Z[ host-image] Sep 09 17:46:44.269 INFO O| install = pkg://helios-dev/system/bhyve@0.5.11-2.0.22860:20240906T152129Z
82462024-09-09T17:46:45.273Z[ host-image] Sep 09 17:46:44.269 INFO O| install = pkg://helios-dev/system/bhyve/firmware@20230201-2.0:20230621T201619Z
82472024-09-09T17:46:45.273Z[ host-image] Sep 09 17:46:44.269 INFO O| install = pkg://helios-dev/system/boot/loader@1.1-2.0.22860:20240906T152129Z
82482024-09-09T17:46:45.273Z[ host-image] Sep 09 17:46:44.269 INFO O| install = pkg://helios-dev/system/data/console/fonts@0.5.11-2.0.22860:20240906T152130Z
82492024-09-09T17:46:45.273Z[ host-image] Sep 09 17:46:44.269 INFO O| install = pkg://helios-dev/system/data/hardware-registry@2024.3.31-2.0.22860:20240906T152130Z
82502024-09-09T17:46:45.273Z[ host-image] Sep 09 17:46:44.270 INFO O| install = pkg://helios-dev/system/data/keyboard/keytables@0.5.11-2.0.22860:20240906T152130Z
82512024-09-09T17:46:45.281Z[ host-image] Sep 09 17:46:44.278 INFO O| install = pkg://helios-dev/system/data/terminfo@0.5.11-2.0.22860:20240906T152130Z
82522024-09-09T17:46:45.284Z[ host-image] Sep 09 17:46:44.278 INFO O| install = pkg://helios-dev/system/data/urxvt-terminfo@9.31-2.0:20230621T200815Z
82532024-09-09T17:46:45.284Z[ host-image] Sep 09 17:46:44.280 INFO O| install = pkg://helios-dev/system/data/zoneinfo@2024.1-2.0.22860:20240906T152130Z
82542024-09-09T17:46:45.286Z[ host-image] Sep 09 17:46:44.282 INFO O| install = pkg://helios-dev/system/extended-system-utilities@0.5.11-2.0.22860:20240906T152130Z
82552024-09-09T17:46:45.286Z[ host-image] Sep 09 17:46:44.282 INFO O| install = pkg://helios-dev/system/ficl@4.1.0-2.0.22860:20240906T152130Z
82562024-09-09T17:46:45.286Z[ host-image] Sep 09 17:46:44.282 INFO O| install = pkg://helios-dev/system/file-system/smb@0.5.11-2.0.22860:20240906T152131Z
82572024-09-09T17:46:45.286Z[ host-image] Sep 09 17:46:44.283 INFO O| install = pkg://helios-dev/system/file-system/zfs@0.5.11-2.0.22860:20240906T152131Z
82582024-09-09T17:46:45.286Z[ host-image] Sep 09 17:46:44.283 INFO O| install = pkg://helios-dev/system/gpio@0.5.11-2.0.22860:20240906T152131Z
82592024-09-09T17:46:45.296Z[ host-image] Sep 09 17:46:44.293 INFO O| install = pkg://helios-dev/system/kernel@0.5.11-2.0.22860:20240906T152133Z
82602024-09-09T17:46:45.298Z[ host-image] Sep 09 17:46:44.293 INFO O| install = pkg://helios-dev/system/kernel/cpu-counters@0.5.11-2.0.22860:20240906T152132Z
82612024-09-09T17:46:45.299Z[ host-image] Sep 09 17:46:44.294 INFO O| install = pkg://helios-dev/system/kernel/dtrace/providers@0.5.11-2.0.22860:20240906T152132Z
82622024-09-09T17:46:45.299Z[ host-image] Sep 09 17:46:44.295 INFO O| install = pkg://helios-dev/system/kernel/platform@0.5.11-2.0.22860:20240906T152132Z
82632024-09-09T17:46:45.299Z[ host-image] Sep 09 17:46:44.295 INFO O| install = pkg://helios-dev/system/ksensor@0.5.11-2.0.22860:20240906T152133Z
82642024-09-09T17:46:45.320Z[ host-image] Sep 09 17:46:44.317 INFO O| install = pkg://helios-dev/system/library@0.5.11-2.0.22860:20240906T152136Z
82652024-09-09T17:46:45.320Z[ host-image] Sep 09 17:46:44.317 INFO O| install = pkg://helios-dev/system/library/bhyve@0.5.11-2.0.22860:20240906T152133Z
82662024-09-09T17:46:45.322Z[ host-image] Sep 09 17:46:44.317 INFO O| install = pkg://helios-dev/system/library/demangle@0.5.11-2.0.22860:20240906T152133Z
82672024-09-09T17:46:45.322Z[ host-image] Sep 09 17:46:44.317 INFO O| install = pkg://helios-dev/system/library/g++-runtime@13-2.0:20231118T213948Z
82682024-09-09T17:46:45.322Z[ host-image] Sep 09 17:46:44.318 INFO O| install = pkg://helios-dev/system/library/gcc-runtime@13-2.0:20231118T213832Z
82692024-09-09T17:46:45.351Z[ host-image] Sep 09 17:46:44.348 INFO O| install = pkg://helios-dev/system/library/iconv/utf-8@0.5.11-2.0.22860:20240906T152133Z
82702024-09-09T17:46:45.353Z[ host-image] Sep 09 17:46:44.348 INFO O| install = pkg://helios-dev/system/library/libdbus@1.14.6-2.0:20230621T201340Z
82712024-09-09T17:46:45.354Z[ host-image] Sep 09 17:46:44.348 INFO O| install = pkg://helios-dev/system/library/libdiskmgt@0.5.11-2.0.22860:20240906T152133Z
82722024-09-09T17:46:45.354Z[ host-image] Sep 09 17:46:44.348 INFO O| install = pkg://helios-dev/system/library/libispi@0.5.11-2.0.22860:20240906T152134Z
82732024-09-09T17:46:45.354Z[ host-image] Sep 09 17:46:44.350 INFO O| install = pkg://helios-dev/system/library/math@0.5.11-2.0.22860:20240906T152134Z
82742024-09-09T17:46:45.354Z[ host-image] Sep 09 17:46:44.350 INFO O| install = pkg://helios-dev/system/library/mozilla-nss@3.89-2.0:20230621T201725Z
82752024-09-09T17:46:45.354Z[ host-image] Sep 09 17:46:44.351 INFO O| install = pkg://helios-dev/system/library/pcap@1.10.3-2.0:20230621T201732Z
82762024-09-09T17:46:45.356Z[ host-image] Sep 09 17:46:44.351 INFO O| install = pkg://helios-dev/system/library/security/gss@0.5.11-2.0.22860:20240906T152135Z
82772024-09-09T17:46:45.356Z[ host-image] Sep 09 17:46:44.351 INFO O| install = pkg://helios-dev/system/library/security/gss/diffie-hellman@0.5.11-2.0.22860:20240906T152135Z
82782024-09-09T17:46:45.356Z[ host-image] Sep 09 17:46:44.351 INFO O| install = pkg://helios-dev/system/library/security/gss/spnego@0.5.11-2.0.22860:20240906T152135Z
82792024-09-09T17:46:45.356Z[ host-image] Sep 09 17:46:44.352 INFO O| install = pkg://helios-dev/system/library/security/libsasl@0.5.11-2.0.22860:20240906T152135Z
82802024-09-09T17:46:45.356Z[ host-image] Sep 09 17:46:44.352 INFO O| install = pkg://helios-dev/system/library/storage/scsi-plugins@0.5.11-2.0.22860:20240906T152135Z
82812024-09-09T17:46:45.356Z[ host-image] Sep 09 17:46:44.352 INFO O| install = pkg://helios-dev/system/man@0.5.11-2.0.22860:20240906T152136Z
82822024-09-09T17:46:45.360Z[ host-image] Sep 09 17:46:44.355 INFO O| install = pkg://helios-dev/system/management/snmp/net-snmp@5.9.3-2.0:20230621T192215Z
82832024-09-09T17:46:45.360Z[ host-image] Sep 09 17:46:44.355 INFO O| install = pkg://helios-dev/system/microcode/amd@20240710-2.0.22860:20240906T152136Z
82842024-09-09T17:46:45.360Z[ host-image] Sep 09 17:46:44.357 INFO O| install = pkg://helios-dev/system/microcode/intel@20240312-2.0.22860:20240906T152136Z
82852024-09-09T17:46:45.362Z[ host-image] Sep 09 17:46:44.357 INFO O| install = pkg://helios-dev/system/microcode/oxide@20240710-2.0.22860:20240906T152136Z
82862024-09-09T17:46:45.363Z[ host-image] Sep 09 17:46:44.357 INFO O| install = pkg://helios-dev/system/network@0.5.11-2.0.22860:20240906T152138Z
82872024-09-09T17:46:45.363Z[ host-image] Sep 09 17:46:44.358 INFO O| install = pkg://helios-dev/system/network/overlay@0.5.11-2.0.22860:20240906T152137Z
82882024-09-09T17:46:45.363Z[ host-image] Sep 09 17:46:44.358 INFO O| install = pkg://helios-dev/system/network/routing@0.5.11-2.0.22860:20240906T152137Z
82892024-09-09T17:46:45.363Z[ host-image] Sep 09 17:46:44.358 INFO O| install = pkg://helios-dev/system/prerequisite/gnu@0.5.11-2.0:20230621T201805Z
82902024-09-09T17:46:45.363Z[ host-image] Sep 09 17:46:44.358 INFO O| install = pkg://helios-dev/system/watch@3.3.16-2.0:20230621T201923Z
82912024-09-09T17:46:45.363Z[ host-image] Sep 09 17:46:44.359 INFO O| install = pkg://helios-dev/system/xopen/xcu4@0.5.11-2.0.22860:20240906T152139Z
82922024-09-09T17:46:45.363Z[ host-image] Sep 09 17:46:44.359 INFO O| install = pkg://helios-dev/system/zones@0.5.11-2.0.22860:20240906T152140Z
82932024-09-09T17:46:45.363Z[ host-image] Sep 09 17:46:44.359 INFO O| install = pkg://helios-dev/system/zones/brand/omicron1@1.0.22:20240315T231124Z
82942024-09-09T17:46:45.363Z[ host-image] Sep 09 17:46:44.359 INFO O| install = pkg://helios-dev/terminal/resize@352-2.0:20230621T201859Z
82952024-09-09T17:46:45.363Z[ host-image] Sep 09 17:46:44.359 INFO O| install = pkg://helios-dev/text/column@0.0.0.20181004-2.0:20230925T235046Z
82962024-09-09T17:46:45.363Z[ host-image] Sep 09 17:46:44.359 INFO O| install = pkg://helios-dev/text/less@608-2.0:20230621T202237Z
82972024-09-09T17:46:45.363Z[ host-image] Sep 09 17:46:44.359 INFO O| install = pkg://helios-dev/text/looker@0.1.0.12-2.0:20230624T124603Z
82982024-09-09T17:46:45.366Z[ host-image] Sep 09 17:46:44.360 INFO O| install = pkg://helios-dev/web/ca-bundle@5.11-2.0:20230621T202542Z
82992024-09-09T17:46:45.366Z[ host-image] Sep 09 17:46:44.361 INFO O| install = pkg://helios-dev/web/curl@8.9.1-2.0:20240806T172300Z
83002024-09-09T17:46:45.366Z[ host-image] Sep 09 17:46:44.362 INFO O| tempdir @ "/tmp/.tmpbFBNIS/tmp"
83012024-09-09T17:46:45.366Z[ host-image] Sep 09 17:46:44.362 INFO O| image root @ "/tmp/.tmpbFBNIS/tmp/root"
83022024-09-09T17:46:45.366Z[ host-image] Sep 09 17:46:44.362 INFO O| creating image...
83032024-09-09T17:46:45.865Z[ host-image] Sep 09 17:46:44.861 INFO O| copying publishers...
83042024-09-09T17:46:52.283Z[ host-image] Sep 09 17:46:51.279 INFO O| adding properties...
83052024-09-09T17:46:53.325Z[ host-image] Sep 09 17:46:52.321 INFO O| installing packages...
83062024-09-09T17:46:56.493Z[ recovery-image] Sep 09 17:46:55.489 INFO O| ok, image written!
83072024-09-09T17:46:56.493Z[ recovery-image] Sep 09 17:46:55.489 INFO O| ok, boot_image_csum file written!
83082024-09-09T17:46:56.498Z[ recovery-image] Sep 09 17:46:55.494 INFO creating boot archive (CPIO)...
83092024-09-09T17:46:56.498Z[ recovery-image] Sep 09 17:46:55.494 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
83102024-09-09T17:46:56.506Z[ recovery-image] Sep 09 17:46:55.501 INFO E| + root=/rpool/images/build/recovery/work/gimlet/ramdisk
83112024-09-09T17:46:56.506Z[ recovery-image] Sep 09 17:46:55.501 INFO E| + outfile=/work/os-recovery/cpio
83122024-09-09T17:46:56.509Z[ recovery-image] Sep 09 17:46:55.501 INFO E| + tmpdir=/work/oxidecomputer/helios/tmp/image.recovery
83132024-09-09T17:46:56.509Z[ recovery-image] Sep 09 17:46:55.504 INFO E| + cd /rpool/images/build/recovery/work/gimlet/ramdisk
83142024-09-09T17:46:56.509Z[ recovery-image] Sep 09 17:46:55.504 INFO E| + cpio -qo -H odc -O /work/os-recovery/cpio
83152024-09-09T17:46:56.541Z[ recovery-image] Sep 09 17:46:55.536 INFO E| + cd /work/oxidecomputer/helios/tmp/image.recovery
83162024-09-09T17:46:56.541Z[ recovery-image] Sep 09 17:46:55.536 INFO E| + cpio -qo -H odc -AO /work/os-recovery/cpio
83172024-09-09T17:46:56.548Z[ recovery-image] Sep 09 17:46:55.544 INFO creating compressed cpio/unix for nanobl-rs...
83182024-09-09T17:46:56.552Z[ recovery-image] Sep 09 17:46:55.545 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
83192024-09-09T17:46:56.829Z[ recovery-image] Sep 09 17:46:55.825 INFO exec: ["bash", "-c", "\'/work/oxidecomputer/helios/projects/pinprick/target/release/pinprick\' \'/work/os-recovery/cpio\' >\'/work/os-recovery/cpio.z\'"], pwd: None
83202024-09-09T17:47:01.196Z[ recovery-image] Sep 09 17:47:00.191 INFO creating reset image...
83212024-09-09T17:47:01.196Z[ recovery-image] Sep 09 17:47:00.191 INFO exec: ["cargo", "xtask", "build", "--release", "--cpioz", "/work/os-recovery/cpio.z"], pwd: Some("/work/oxidecomputer/helios/projects/phbl")
83222024-09-09T17:47:01.432Z[ recovery-image] Sep 09 17:47:00.427 INFO E| Updating crates.io index
83232024-09-09T17:47:01.561Z[ recovery-image] Sep 09 17:47:00.556 INFO E| Downloading crates ...
83242024-09-09T17:47:01.626Z[ recovery-image] Sep 09 17:47:00.621 INFO E| Downloaded anstyle-parse v0.2.5
83252024-09-09T17:47:01.631Z[ recovery-image] Sep 09 17:47:00.627 INFO E| Downloaded clap_lex v0.7.2
83262024-09-09T17:47:01.634Z[ recovery-image] Sep 09 17:47:00.628 INFO E| Downloaded anstream v0.6.15
83272024-09-09T17:47:01.637Z[ recovery-image] Sep 09 17:47:00.631 INFO E| Downloaded os_pipe v1.2.1
83282024-09-09T17:47:01.641Z[ recovery-image] Sep 09 17:47:00.636 INFO E| Downloaded clap v4.5.17
83292024-09-09T17:47:01.650Z[ recovery-image] Sep 09 17:47:00.646 INFO E| Downloaded utf8parse v0.2.2
83302024-09-09T17:47:01.653Z[ recovery-image] Sep 09 17:47:00.647 INFO E| Downloaded quote v1.0.37
83312024-09-09T17:47:01.655Z[ recovery-image] Sep 09 17:47:00.649 INFO E| Downloaded duct v0.13.7
83322024-09-09T17:47:01.657Z[ recovery-image] Sep 09 17:47:00.651 INFO E| Downloaded anstyle-query v1.1.1
83332024-09-09T17:47:01.657Z[ recovery-image] Sep 09 17:47:00.652 INFO E| Downloaded shared_child v1.0.1
83342024-09-09T17:47:01.660Z[ recovery-image] Sep 09 17:47:00.654 INFO E| Downloaded is_terminal_polyfill v1.70.1
83352024-09-09T17:47:01.660Z[ recovery-image] Sep 09 17:47:00.655 INFO E| Downloaded colorchoice v1.0.2
83362024-09-09T17:47:01.677Z[ recovery-image] Sep 09 17:47:00.672 INFO E| Downloaded syn v2.0.77
83372024-09-09T17:47:01.687Z[ recovery-image] Sep 09 17:47:00.683 INFO E| Downloaded clap_builder v4.5.17
83382024-09-09T17:47:01.748Z[ recovery-image] Sep 09 17:47:00.743 INFO E| Compiling proc-macro2 v1.0.86
83392024-09-09T17:47:01.748Z[ recovery-image] Sep 09 17:47:00.743 INFO E| Compiling unicode-ident v1.0.12
83402024-09-09T17:47:01.750Z[ recovery-image] Sep 09 17:47:00.743 INFO E| Compiling libc v0.2.158
83412024-09-09T17:47:01.750Z[ recovery-image] Sep 09 17:47:00.743 INFO E| Compiling utf8parse v0.2.2
83422024-09-09T17:47:01.750Z[ recovery-image] Sep 09 17:47:00.743 INFO E| Compiling colorchoice v1.0.2
83432024-09-09T17:47:01.750Z[ recovery-image] Sep 09 17:47:00.743 INFO E| Compiling anstyle v1.0.8
83442024-09-09T17:47:01.750Z[ recovery-image] Sep 09 17:47:00.743 INFO E| Compiling is_terminal_polyfill v1.70.1
83452024-09-09T17:47:01.750Z[ recovery-image] Sep 09 17:47:00.743 INFO E| Compiling anstyle-query v1.1.1
83462024-09-09T17:47:01.949Z[ recovery-image] Sep 09 17:47:00.944 INFO E| Compiling anstyle-parse v0.2.5
83472024-09-09T17:47:01.953Z[ recovery-image] Sep 09 17:47:00.948 INFO E| Compiling clap_lex v0.7.2
83482024-09-09T17:47:01.956Z[ recovery-image] Sep 09 17:47:00.949 INFO E| Compiling strsim v0.11.1
83492024-09-09T17:47:01.956Z[ recovery-image] Sep 09 17:47:00.949 INFO E| Compiling heck v0.5.0
83502024-09-09T17:47:01.975Z[ recovery-image] Sep 09 17:47:00.970 INFO E| Compiling once_cell v1.19.0
83512024-09-09T17:47:02.221Z[ recovery-image] Sep 09 17:47:01.216 INFO E| Compiling anstream v0.6.15
83522024-09-09T17:47:02.554Z[ recovery-image] Sep 09 17:47:01.549 INFO E| Compiling clap_builder v4.5.17
83532024-09-09T17:47:02.898Z[ recovery-image] Sep 09 17:47:01.893 INFO E| Compiling os_pipe v1.2.1
83542024-09-09T17:47:02.898Z[ recovery-image] Sep 09 17:47:01.893 INFO E| Compiling shared_child v1.0.1
83552024-09-09T17:47:03.026Z[ recovery-image] Sep 09 17:47:02.021 INFO E| Compiling duct v0.13.7
83562024-09-09T17:47:03.146Z[ recovery-image] Sep 09 17:47:02.140 INFO E| Compiling quote v1.0.37
83572024-09-09T17:47:03.422Z[ recovery-image] Sep 09 17:47:02.417 INFO E| Compiling syn v2.0.77
83582024-09-09T17:47:07.275Z[ recovery-image] Sep 09 17:47:06.270 INFO E| Compiling clap_derive v4.5.13
83592024-09-09T17:47:08.683Z[ host-image] Sep 09 17:47:07.677 INFO O| seeding SMF database...
83602024-09-09T17:47:09.126Z[ recovery-image] Sep 09 17:47:08.120 INFO E| Compiling clap v4.5.17
83612024-09-09T17:47:09.181Z[ recovery-image] Sep 09 17:47:08.175 INFO E| Compiling xtask v0.1.0 (/work/oxidecomputer/helios/projects/phbl/xtask)
83622024-09-09T17:47:10.203Z[ recovery-image] Sep 09 17:47:09.197 INFO E| Finished `dev` profile [unoptimized + debuginfo] target(s) in 8.94s
83632024-09-09T17:47:10.214Z[ recovery-image] Sep 09 17:47:09.208 INFO E| Running `xtask/target/debug/xtask build --release --cpioz /work/os-recovery/cpio.z`
83642024-09-09T17:47:10.348Z[ recovery-image] Sep 09 17:47:09.342 INFO E| Updating crates.io index
83652024-09-09T17:47:10.500Z[ recovery-image] Sep 09 17:47:09.494 INFO E| Downloading crates ...
83662024-09-09T17:47:10.550Z[ recovery-image] Sep 09 17:47:09.544 INFO E| Downloaded seq-macro v0.3.5
83672024-09-09T17:47:10.567Z[ recovery-image] Sep 09 17:47:09.561 INFO E| Downloaded cpio_reader v0.1.1
83682024-09-09T17:47:10.570Z[ recovery-image] Sep 09 17:47:09.564 INFO E| Downloaded bit_field v0.10.2
83692024-09-09T17:47:10.578Z[ recovery-image] Sep 09 17:47:09.572 INFO E| Downloaded miniz_oxide v0.7.4
83702024-09-09T17:47:10.580Z[ recovery-image] Sep 09 17:47:09.574 INFO E| Downloaded raw-cpuid v10.7.0
83712024-09-09T17:47:10.710Z[ recovery-image] Sep 09 17:47:09.704 INFO E| Downloaded x86 v0.52.0
83722024-09-09T17:47:10.769Z[ recovery-image] Sep 09 17:47:09.763 INFO E| Updating crates.io index
83732024-09-09T17:47:10.859Z[ recovery-image] Sep 09 17:47:09.853 INFO E| Downloading crates ...
83742024-09-09T17:47:10.922Z[ recovery-image] Sep 09 17:47:09.916 INFO E| Downloaded compiler_builtins v0.1.123
83752024-09-09T17:47:10.992Z[ recovery-image] Sep 09 17:47:09.986 INFO E| Compiling compiler_builtins v0.1.123
83762024-09-09T17:47:10.992Z[ recovery-image] Sep 09 17:47:09.986 INFO E| Compiling core v0.0.0 (/home/build/.rustup/toolchains/nightly-2024-09-04-x86_64-unknown-illumos/lib/rustlib/src/rust/library/core)
83772024-09-09T17:47:11.998Z[ recovery-image] Sep 09 17:47:09.986 INFO E| Compiling proc-macro2 v1.0.86
83782024-09-09T17:47:11.998Z[ recovery-image] Sep 09 17:47:09.986 INFO E| Compiling unicode-ident v1.0.12
83792024-09-09T17:47:11.998Z[ recovery-image] Sep 09 17:47:09.986 INFO E| Compiling syn v1.0.109
83802024-09-09T17:47:11.998Z[ recovery-image] Sep 09 17:47:09.986 INFO E| Compiling x86 v0.52.0
83812024-09-09T17:47:11.998Z[ recovery-image] Sep 09 17:47:09.986 INFO E| Compiling phbl v0.1.0 (/work/oxidecomputer/helios/projects/phbl)
83822024-09-09T17:47:11.998Z[ recovery-image] Sep 09 17:47:09.986 INFO E| Compiling seq-macro v0.3.5
83832024-09-09T17:47:12.161Z[ recovery-image] Sep 09 17:47:11.154 INFO E| Compiling quote v1.0.37
83842024-09-09T17:47:12.416Z[ recovery-image] Sep 09 17:47:11.410 INFO E| Compiling syn v2.0.77
83852024-09-09T17:47:14.854Z[ recovery-image] Sep 09 17:47:13.847 INFO E| Compiling scroll_derive v0.12.0
83862024-09-09T17:47:17.042Z[ recovery-image] Sep 09 17:47:16.036 INFO E| Compiling bitstruct_derive v0.1.0
83872024-09-09T17:47:17.152Z[ host-image] Sep 09 17:47:16.145 INFO O| configuring SMF profile...
83882024-09-09T17:47:17.154Z[ host-image] Sep 09 17:47:16.145 INFO O| modifying shadow(5)...
83892024-09-09T17:47:17.154Z[ host-image] Sep 09 17:47:16.145 INFO O| loading user and group database...
83902024-09-09T17:47:17.154Z[ host-image] Sep 09 17:47:16.145 INFO O| assessing packaged files...
83912024-09-09T17:47:19.397Z[ host-image] Sep 09 17:47:18.390 INFO O| creating archive...
83922024-09-09T17:47:19.430Z[ host-image] Sep 09 17:47:18.423 INFO O| missing from packaging:
83932024-09-09T17:47:19.430Z[ host-image] Sep 09 17:47:18.423 INFO O| "etc/.pwd.lock"
83942024-09-09T17:47:19.430Z[ host-image] Sep 09 17:47:18.423 INFO O| "etc/bash"
83952024-09-09T17:47:19.435Z[ host-image] Sep 09 17:47:18.428 INFO O| "etc/svc/profile/generic.xml"
83962024-09-09T17:47:19.435Z[ host-image] Sep 09 17:47:18.428 INFO O| "etc/svc/profile/inetd_services.xml"
83972024-09-09T17:47:19.437Z[ host-image] Sep 09 17:47:18.428 INFO O| "etc/svc/profile/name_service.xml"
83982024-09-09T17:47:19.438Z[ host-image] Sep 09 17:47:18.428 INFO O| "etc/svc/profile/platform.xml"
83992024-09-09T17:47:19.438Z[ host-image] Sep 09 17:47:18.428 INFO O| "etc/svc/profile/platform_omicron1.xml"
84002024-09-09T17:47:19.438Z[ host-image] Sep 09 17:47:18.428 INFO O| "etc/svc/repository.db"
84012024-09-09T17:47:19.443Z[ host-image] Sep 09 17:47:18.437 INFO O| "opt/ooce/share"
84022024-09-09T17:47:19.446Z[ host-image] Sep 09 17:47:18.437 INFO O| "opt/ooce/share/man"
84032024-09-09T17:47:19.446Z[ host-image] Sep 09 17:47:18.437 INFO O| "opt/ooce/share/man/man1"
84042024-09-09T17:47:19.452Z[ host-image] Sep 09 17:47:18.446 INFO O| finishing archive...
84052024-09-09T17:47:22.269Z[ host-image] Sep 09 17:47:21.262 INFO O| creating gzonly manifest...
84062024-09-09T17:47:22.281Z[ host-image] Sep 09 17:47:21.273 INFO O| ok
84072024-09-09T17:47:22.378Z[ host-image] Sep 09 17:47:21.371 INFO image builder template: ramdisk-02-trim...
84082024-09-09T17:47:22.378Z[ host-image] Sep 09 17:47:21.371 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/.tmpeS9XWJ/proto/host/root", "-F", "genproto=/work/oxidecomputer/helios/tmp/image.host/genproto.json", "-E", "/work/oxidecomputer/helios/tmp/image.host/omicron1", "-E", "/work/oxidecomputer/helios/projects", "-F", "repo_publisher=helios-dev", "-F", "repo_url=https://pkg.oxide.computer/helios/2/dev/", "-F", "baud=3000000", "-F", "omicron1", "-F", "optever=0.33.293", "-n", "ramdisk-02-trim"], pwd: None
84092024-09-09T17:47:22.402Z[ host-image] Sep 09 17:47:21.395 INFO O| Sep 09 17:47:21.395 INFO temporary dataset: rpool/images/build/host/tmp/gimlet/ramdisk-02-trim
84102024-09-09T17:47:22.407Z[ host-image] Sep 09 17:47:21.399 INFO O| Sep 09 17:47:21.399 INFO CREATE DATASET: rpool/images/build/host/tmp/gimlet/ramdisk-02-trim
84112024-09-09T17:47:22.474Z[ host-image] Sep 09 17:47:21.466 INFO O| Sep 09 17:47:21.466 INFO SET DATASET PROPERTY ON rpool/images/build/host/tmp/gimlet/ramdisk-02-trim: sync = disabled
84122024-09-09T17:47:22.512Z[ host-image] Sep 09 17:47:21.505 INFO O| Sep 09 17:47:21.505 INFO temporary directory: /rpool/images/build/host/tmp/gimlet/ramdisk-02-trim
84132024-09-09T17:47:22.512Z[ host-image] Sep 09 17:47:21.505 INFO O| Sep 09 17:47:21.505 INFO work dataset: rpool/images/build/host/work/gimlet/ramdisk
84142024-09-09T17:47:22.518Z[ host-image] Sep 09 17:47:21.511 INFO O| Sep 09 17:47:21.511 INFO looking for output snapshot rpool/images/build/host/work/gimlet/ramdisk@trim
84152024-09-09T17:47:22.522Z[ host-image] Sep 09 17:47:21.515 INFO O| Sep 09 17:47:21.515 INFO looking for input snapshot rpool/images/build/host/work/gimlet/ramdisk@os
84162024-09-09T17:47:22.526Z[ host-image] Sep 09 17:47:21.519 INFO O| Sep 09 17:47:21.519 INFO ROLLBACK TO SNAPSHOT: rpool/images/build/host/work/gimlet/ramdisk@os
84172024-09-09T17:47:22.706Z[ host-image] Sep 09 17:47:21.699 INFO O| Sep 09 17:47:21.699 INFO rolled back to input snapshot; work may begin
84182024-09-09T17:47:22.706Z[ host-image] Sep 09 17:47:21.699 INFO O| Sep 09 17:47:21.699 INFO CREATE DATASET: rpool/images/build/host/work/gimlet/ramdisk
84192024-09-09T17:47:22.712Z[ host-image] Sep 09 17:47:21.705 INFO O| Sep 09 17:47:21.705 INFO STEP 0: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
84202024-09-09T17:47:22.723Z[ host-image] Sep 09 17:47:21.716 INFO O| Sep 09 17:47:21.716 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/var/pkg"
84212024-09-09T17:47:22.770Z[ host-image] Sep 09 17:47:21.762 INFO O| Sep 09 17:47:21.762 INFO STEP 0 (remove_files) COMPLETE
84222024-09-09T17:47:22.770Z[ host-image] Sep 09 17:47:21.762 INFO O| Sep 09 17:47:21.762 INFO STEP 1: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
84232024-09-09T17:47:22.781Z[ host-image] Sep 09 17:47:21.774 INFO O| Sep 09 17:47:21.774 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/usr/xpg4"
84242024-09-09T17:47:22.784Z[ host-image] Sep 09 17:47:21.776 INFO O| Sep 09 17:47:21.776 INFO STEP 1 (remove_files) COMPLETE
84252024-09-09T17:47:22.784Z[ host-image] Sep 09 17:47:21.776 INFO O| Sep 09 17:47:21.776 INFO STEP 2: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
84262024-09-09T17:47:22.793Z[ host-image] Sep 09 17:47:21.786 INFO O| Sep 09 17:47:21.786 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/usr/include"
84272024-09-09T17:47:22.806Z[ host-image] Sep 09 17:47:21.799 INFO O| Sep 09 17:47:21.799 INFO STEP 2 (remove_files) COMPLETE
84282024-09-09T17:47:22.806Z[ host-image] Sep 09 17:47:21.799 INFO O| Sep 09 17:47:21.799 INFO STEP 3: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
84292024-09-09T17:47:22.816Z[ host-image] Sep 09 17:47:21.809 INFO O| Sep 09 17:47:21.809 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/usr/demo"
84302024-09-09T17:47:22.819Z[ host-image] Sep 09 17:47:21.811 INFO O| Sep 09 17:47:21.811 INFO STEP 3 (remove_files) COMPLETE
84312024-09-09T17:47:22.819Z[ host-image] Sep 09 17:47:21.811 INFO O| Sep 09 17:47:21.811 INFO STEP 4: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
84322024-09-09T17:47:22.828Z[ host-image] Sep 09 17:47:21.820 INFO O| Sep 09 17:47:21.820 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/usr/lib/help"
84332024-09-09T17:47:22.831Z[ host-image] Sep 09 17:47:21.824 INFO O| Sep 09 17:47:21.824 INFO STEP 4 (remove_files) COMPLETE
84342024-09-09T17:47:22.831Z[ host-image] Sep 09 17:47:21.824 INFO O| Sep 09 17:47:21.824 INFO STEP 5: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
84352024-09-09T17:47:22.841Z[ host-image] Sep 09 17:47:21.833 INFO O| Sep 09 17:47:21.833 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/usr/share/doc"
84362024-09-09T17:47:22.843Z[ host-image] Sep 09 17:47:21.836 INFO O| Sep 09 17:47:21.836 INFO STEP 5 (remove_files) COMPLETE
84372024-09-09T17:47:22.843Z[ host-image] Sep 09 17:47:21.836 INFO O| Sep 09 17:47:21.836 INFO STEP 6: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
84382024-09-09T17:47:22.852Z[ host-image] Sep 09 17:47:21.845 INFO O| Sep 09 17:47:21.845 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/usr/share/bash-completion"
84392024-09-09T17:47:22.862Z[ host-image] Sep 09 17:47:21.855 INFO O| Sep 09 17:47:21.855 INFO STEP 6 (remove_files) COMPLETE
84402024-09-09T17:47:22.862Z[ host-image] Sep 09 17:47:21.855 INFO O| Sep 09 17:47:21.855 INFO STEP 7: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
84412024-09-09T17:47:22.872Z[ host-image] Sep 09 17:47:21.865 INFO O| Sep 09 17:47:21.864 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/usr/perl5/5.36/man"
84422024-09-09T17:47:22.884Z[ host-image] Sep 09 17:47:21.876 INFO O| Sep 09 17:47:21.876 INFO STEP 7 (remove_files) COMPLETE
84432024-09-09T17:47:22.886Z[ host-image] Sep 09 17:47:21.876 INFO O| Sep 09 17:47:21.876 INFO STEP 8: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
84442024-09-09T17:47:22.893Z[ host-image] Sep 09 17:47:21.886 INFO O| Sep 09 17:47:21.886 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/usr/share/man/man3ssl"
84452024-09-09T17:47:22.968Z[ host-image] Sep 09 17:47:21.960 INFO O| Sep 09 17:47:21.960 INFO STEP 8 (remove_files) COMPLETE
84462024-09-09T17:47:22.968Z[ host-image] Sep 09 17:47:21.960 INFO O| Sep 09 17:47:21.960 INFO STEP 9: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
84472024-09-09T17:47:22.978Z[ host-image] Sep 09 17:47:21.971 INFO O| Sep 09 17:47:21.971 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/usr/ssl-3/man"
84482024-09-09T17:47:23.056Z[ host-image] Sep 09 17:47:22.049 INFO O| Sep 09 17:47:22.049 INFO STEP 9 (remove_files) COMPLETE
84492024-09-09T17:47:23.057Z[ host-image] Sep 09 17:47:22.049 INFO O| Sep 09 17:47:22.049 INFO STEP 10: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
84502024-09-09T17:47:23.068Z[ host-image] Sep 09 17:47:22.060 INFO O| Sep 09 17:47:22.060 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/etc/net-snmp"
84512024-09-09T17:47:23.071Z[ host-image] Sep 09 17:47:22.063 INFO O| Sep 09 17:47:22.063 INFO STEP 10 (remove_files) COMPLETE
84522024-09-09T17:47:23.074Z[ host-image] Sep 09 17:47:22.063 INFO O| Sep 09 17:47:22.063 INFO STEP 11: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
84532024-09-09T17:47:23.080Z[ host-image] Sep 09 17:47:22.073 INFO O| Sep 09 17:47:22.073 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/usr/bin/i386"
84542024-09-09T17:47:23.082Z[ host-image] Sep 09 17:47:22.074 INFO O| Sep 09 17:47:22.074 INFO STEP 11 (remove_files) COMPLETE
84552024-09-09T17:47:23.082Z[ host-image] Sep 09 17:47:22.074 INFO O| Sep 09 17:47:22.074 INFO STEP 12: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
84562024-09-09T17:47:23.090Z[ host-image] Sep 09 17:47:22.083 INFO O| Sep 09 17:47:22.083 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/platform/i86xpv"
84572024-09-09T17:47:23.093Z[ host-image] Sep 09 17:47:22.084 INFO O| Sep 09 17:47:22.084 INFO STEP 12 (remove_files) COMPLETE
84582024-09-09T17:47:23.093Z[ host-image] Sep 09 17:47:22.085 INFO O| Sep 09 17:47:22.084 INFO STEP 13: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
84592024-09-09T17:47:23.115Z[ host-image] Sep 09 17:47:22.107 INFO O| Sep 09 17:47:22.107 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/jq/lib/amd64/libjq.a"
84602024-09-09T17:47:23.118Z[ host-image] Sep 09 17:47:22.108 INFO O| Sep 09 17:47:22.108 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/pgsql-13/lib/libecpg.a"
84612024-09-09T17:47:23.118Z[ host-image] Sep 09 17:47:22.109 INFO O| Sep 09 17:47:22.108 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/pgsql-13/lib/libpgport_shlib.a"
84622024-09-09T17:47:23.118Z[ host-image] Sep 09 17:47:22.109 INFO O| Sep 09 17:47:22.109 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/pgsql-13/lib/libpgcommon.a"
84632024-09-09T17:47:23.118Z[ host-image] Sep 09 17:47:22.109 INFO O| Sep 09 17:47:22.109 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/pgsql-13/lib/libpgport.a"
84642024-09-09T17:47:23.118Z[ host-image] Sep 09 17:47:22.109 INFO O| Sep 09 17:47:22.109 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/pgsql-13/lib/libpq.a"
84652024-09-09T17:47:23.118Z[ host-image] Sep 09 17:47:22.109 INFO O| Sep 09 17:47:22.109 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/pgsql-13/lib/libpgcommon_shlib.a"
84662024-09-09T17:47:23.118Z[ host-image] Sep 09 17:47:22.109 INFO O| Sep 09 17:47:22.109 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/pgsql-13/lib/libecpg_compat.a"
84672024-09-09T17:47:23.118Z[ host-image] Sep 09 17:47:22.109 INFO O| Sep 09 17:47:22.109 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/pgsql-13/lib/libpgtypes.a"
84682024-09-09T17:47:23.118Z[ host-image] Sep 09 17:47:22.109 INFO O| Sep 09 17:47:22.109 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/pgsql-13/lib/amd64/libecpg.a"
84692024-09-09T17:47:23.118Z[ host-image] Sep 09 17:47:22.109 INFO O| Sep 09 17:47:22.109 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/pgsql-13/lib/amd64/libpgcommon.a"
84702024-09-09T17:47:23.118Z[ host-image] Sep 09 17:47:22.109 INFO O| Sep 09 17:47:22.109 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/pgsql-13/lib/amd64/libpgcommon_shlib.a"
84712024-09-09T17:47:23.118Z[ host-image] Sep 09 17:47:22.109 INFO O| Sep 09 17:47:22.109 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/pgsql-13/lib/amd64/libpgtypes.a"
84722024-09-09T17:47:23.118Z[ host-image] Sep 09 17:47:22.110 INFO O| Sep 09 17:47:22.110 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/pgsql-13/lib/amd64/libpgport_shlib.a"
84732024-09-09T17:47:23.118Z[ host-image] Sep 09 17:47:22.110 INFO O| Sep 09 17:47:22.110 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/pgsql-13/lib/amd64/libpq.a"
84742024-09-09T17:47:23.118Z[ host-image] Sep 09 17:47:22.110 INFO O| Sep 09 17:47:22.110 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/pgsql-13/lib/amd64/libecpg_compat.a"
84752024-09-09T17:47:23.118Z[ host-image] Sep 09 17:47:22.110 INFO O| Sep 09 17:47:22.110 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/pgsql-13/lib/amd64/libpgport.a"
84762024-09-09T17:47:23.469Z[ host-image] Sep 09 17:47:22.461 INFO O| Sep 09 17:47:22.461 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/usr/lib/libtddl.a"
84772024-09-09T17:47:23.473Z[ host-image] Sep 09 17:47:22.466 INFO O| Sep 09 17:47:22.466 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/usr/lib/amd64/libtddl.a"
84782024-09-09T17:47:23.477Z[ host-image] Sep 09 17:47:22.468 INFO O| Sep 09 17:47:22.468 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/usr/lib/amd64/libncurses++.a"
84792024-09-09T17:47:23.480Z[ host-image] Sep 09 17:47:22.472 INFO O| Sep 09 17:47:22.472 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/usr/lib/libncurses++.a"
84802024-09-09T17:47:23.484Z[ host-image] Sep 09 17:47:22.477 INFO O| Sep 09 17:47:22.477 INFO STEP 13 (remove_files) COMPLETE
84812024-09-09T17:47:23.484Z[ host-image] Sep 09 17:47:22.477 INFO O| Sep 09 17:47:22.477 INFO STEP 14: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
84822024-09-09T17:47:23.496Z[ host-image] Sep 09 17:47:22.489 INFO O| Sep 09 17:47:22.489 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/boot"
84832024-09-09T17:47:23.498Z[ host-image] Sep 09 17:47:22.490 INFO O| Sep 09 17:47:22.490 INFO STEP 14 (remove_files) COMPLETE
84842024-09-09T17:47:23.499Z[ host-image] Sep 09 17:47:22.490 INFO O| Sep 09 17:47:22.490 INFO STEP 15: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
84852024-09-09T17:47:23.507Z[ host-image] Sep 09 17:47:22.499 INFO O| Sep 09 17:47:22.499 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/platform/i86pc"
84862024-09-09T17:47:23.512Z[ host-image] Sep 09 17:47:22.505 INFO O| Sep 09 17:47:22.505 INFO STEP 15 (remove_files) COMPLETE
84872024-09-09T17:47:23.515Z[ host-image] Sep 09 17:47:22.505 INFO O| Sep 09 17:47:22.505 INFO STEP 16: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
84882024-09-09T17:47:23.522Z[ host-image] Sep 09 17:47:22.515 INFO O| Sep 09 17:47:22.515 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/usr/platform/i86xpv"
84892024-09-09T17:47:23.524Z[ host-image] Sep 09 17:47:22.515 INFO O| Sep 09 17:47:22.515 INFO STEP 16 (remove_files) COMPLETE
84902024-09-09T17:47:23.524Z[ host-image] Sep 09 17:47:22.515 INFO O| Sep 09 17:47:22.515 INFO STEP 17: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
84912024-09-09T17:47:23.532Z[ host-image] Sep 09 17:47:22.525 INFO O| Sep 09 17:47:22.525 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/usr/platform/i86pc"
84922024-09-09T17:47:23.535Z[ host-image] Sep 09 17:47:22.526 INFO O| Sep 09 17:47:22.526 INFO STEP 17 (remove_files) COMPLETE
84932024-09-09T17:47:23.535Z[ host-image] Sep 09 17:47:22.526 INFO O| Sep 09 17:47:22.526 INFO STEP 18: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
84942024-09-09T17:47:23.542Z[ host-image] Sep 09 17:47:22.535 INFO O| Sep 09 17:47:22.535 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/misc/amd64/acpica"
84952024-09-09T17:47:23.542Z[ host-image] Sep 09 17:47:22.535 INFO O| Sep 09 17:47:22.535 INFO STEP 18 (remove_files) COMPLETE
84962024-09-09T17:47:23.545Z[ host-image] Sep 09 17:47:22.535 INFO O| Sep 09 17:47:22.535 INFO STEP 19: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
84972024-09-09T17:47:23.552Z[ host-image] Sep 09 17:47:22.545 INFO O| Sep 09 17:47:22.545 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/misc/amd64/tem"
84982024-09-09T17:47:23.554Z[ host-image] Sep 09 17:47:22.545 INFO O| Sep 09 17:47:22.545 INFO STEP 19 (remove_files) COMPLETE
84992024-09-09T17:47:23.554Z[ host-image] Sep 09 17:47:22.545 INFO O| Sep 09 17:47:22.545 INFO STEP 20: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
85002024-09-09T17:47:23.561Z[ host-image] Sep 09 17:47:22.554 INFO O| Sep 09 17:47:22.554 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/misc/amd64/kbtrans"
85012024-09-09T17:47:23.561Z[ host-image] Sep 09 17:47:22.554 INFO O| Sep 09 17:47:22.554 INFO STEP 20 (remove_files) COMPLETE
85022024-09-09T17:47:23.563Z[ host-image] Sep 09 17:47:22.554 INFO O| Sep 09 17:47:22.554 INFO STEP 21: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
85032024-09-09T17:47:23.571Z[ host-image] Sep 09 17:47:22.563 INFO O| Sep 09 17:47:22.563 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/wc"
85042024-09-09T17:47:23.573Z[ host-image] Sep 09 17:47:22.563 INFO O| Sep 09 17:47:22.563 INFO STEP 21 (remove_files) COMPLETE
85052024-09-09T17:47:23.573Z[ host-image] Sep 09 17:47:22.563 INFO O| Sep 09 17:47:22.563 INFO STEP 22: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
85062024-09-09T17:47:23.580Z[ host-image] Sep 09 17:47:22.573 INFO O| Sep 09 17:47:22.573 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/acpi_drv"
85072024-09-09T17:47:23.582Z[ host-image] Sep 09 17:47:22.573 INFO O| Sep 09 17:47:22.573 INFO STEP 22 (remove_files) COMPLETE
85082024-09-09T17:47:23.582Z[ host-image] Sep 09 17:47:22.573 INFO O| Sep 09 17:47:22.573 INFO STEP 23: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
85092024-09-09T17:47:23.590Z[ host-image] Sep 09 17:47:22.582 INFO O| Sep 09 17:47:22.582 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/conskbd"
85102024-09-09T17:47:23.590Z[ host-image] Sep 09 17:47:22.582 INFO O| Sep 09 17:47:22.582 INFO STEP 23 (remove_files) COMPLETE
85112024-09-09T17:47:23.592Z[ host-image] Sep 09 17:47:22.582 INFO O| Sep 09 17:47:22.582 INFO STEP 24: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
85122024-09-09T17:47:23.599Z[ host-image] Sep 09 17:47:22.592 INFO O| Sep 09 17:47:22.592 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/tzmon"
85132024-09-09T17:47:23.599Z[ host-image] Sep 09 17:47:22.592 INFO O| Sep 09 17:47:22.592 INFO STEP 24 (remove_files) COMPLETE
85142024-09-09T17:47:23.602Z[ host-image] Sep 09 17:47:22.592 INFO O| Sep 09 17:47:22.592 INFO STEP 25: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
85152024-09-09T17:47:23.609Z[ host-image] Sep 09 17:47:22.601 INFO O| Sep 09 17:47:22.601 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/power"
85162024-09-09T17:47:23.609Z[ host-image] Sep 09 17:47:22.602 INFO O| Sep 09 17:47:22.601 INFO STEP 25 (remove_files) COMPLETE
85172024-09-09T17:47:23.609Z[ host-image] Sep 09 17:47:22.602 INFO O| Sep 09 17:47:22.602 INFO STEP 26: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
85182024-09-09T17:47:23.618Z[ host-image] Sep 09 17:47:22.611 INFO O| Sep 09 17:47:22.611 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/audio"
85192024-09-09T17:47:23.618Z[ host-image] Sep 09 17:47:22.611 INFO O| Sep 09 17:47:22.611 INFO STEP 26 (remove_files) COMPLETE
85202024-09-09T17:47:23.618Z[ host-image] Sep 09 17:47:22.611 INFO O| Sep 09 17:47:22.611 INFO STEP 27: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
85212024-09-09T17:47:23.628Z[ host-image] Sep 09 17:47:22.620 INFO O| Sep 09 17:47:22.620 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/audio1575"
85222024-09-09T17:47:23.628Z[ host-image] Sep 09 17:47:22.621 INFO O| Sep 09 17:47:22.621 INFO STEP 27 (remove_files) COMPLETE
85232024-09-09T17:47:23.631Z[ host-image] Sep 09 17:47:22.621 INFO O| Sep 09 17:47:22.621 INFO STEP 28: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
85242024-09-09T17:47:23.637Z[ host-image] Sep 09 17:47:22.630 INFO O| Sep 09 17:47:22.630 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/audioens"
85252024-09-09T17:47:23.637Z[ host-image] Sep 09 17:47:22.630 INFO O| Sep 09 17:47:22.630 INFO STEP 28 (remove_files) COMPLETE
85262024-09-09T17:47:23.637Z[ host-image] Sep 09 17:47:22.630 INFO O| Sep 09 17:47:22.630 INFO STEP 29: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
85272024-09-09T17:47:23.647Z[ host-image] Sep 09 17:47:22.640 INFO O| Sep 09 17:47:22.639 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/audiopci"
85282024-09-09T17:47:23.647Z[ host-image] Sep 09 17:47:22.640 INFO O| Sep 09 17:47:22.640 INFO STEP 29 (remove_files) COMPLETE
85292024-09-09T17:47:23.649Z[ host-image] Sep 09 17:47:22.640 INFO O| Sep 09 17:47:22.640 INFO STEP 30: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
85302024-09-09T17:47:23.656Z[ host-image] Sep 09 17:47:22.649 INFO O| Sep 09 17:47:22.649 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/audiots"
85312024-09-09T17:47:23.656Z[ host-image] Sep 09 17:47:22.649 INFO O| Sep 09 17:47:22.649 INFO STEP 30 (remove_files) COMPLETE
85322024-09-09T17:47:23.658Z[ host-image] Sep 09 17:47:22.649 INFO O| Sep 09 17:47:22.649 INFO STEP 31: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
85332024-09-09T17:47:23.666Z[ host-image] Sep 09 17:47:22.658 INFO O| Sep 09 17:47:22.658 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/ehci"
85342024-09-09T17:47:23.669Z[ host-image] Sep 09 17:47:22.659 INFO O| Sep 09 17:47:22.659 INFO STEP 31 (remove_files) COMPLETE
85352024-09-09T17:47:23.669Z[ host-image] Sep 09 17:47:22.659 INFO O| Sep 09 17:47:22.659 INFO STEP 32: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
85362024-09-09T17:47:23.675Z[ host-image] Sep 09 17:47:22.668 INFO O| Sep 09 17:47:22.668 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/hid"
85372024-09-09T17:47:23.678Z[ host-image] Sep 09 17:47:22.668 INFO O| Sep 09 17:47:22.668 INFO STEP 32 (remove_files) COMPLETE
85382024-09-09T17:47:23.678Z[ host-image] Sep 09 17:47:22.668 INFO O| Sep 09 17:47:22.668 INFO STEP 33: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
85392024-09-09T17:47:23.685Z[ host-image] Sep 09 17:47:22.677 INFO O| Sep 09 17:47:22.677 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/hubd"
85402024-09-09T17:47:23.685Z[ host-image] Sep 09 17:47:22.677 INFO O| Sep 09 17:47:22.677 INFO STEP 33 (remove_files) COMPLETE
85412024-09-09T17:47:23.687Z[ host-image] Sep 09 17:47:22.677 INFO O| Sep 09 17:47:22.677 INFO STEP 34: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
85422024-09-09T17:47:23.694Z[ host-image] Sep 09 17:47:22.687 INFO O| Sep 09 17:47:22.687 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/ohci"
85432024-09-09T17:47:23.697Z[ host-image] Sep 09 17:47:22.687 INFO O| Sep 09 17:47:22.687 INFO STEP 34 (remove_files) COMPLETE
85442024-09-09T17:47:23.697Z[ host-image] Sep 09 17:47:22.687 INFO O| Sep 09 17:47:22.687 INFO STEP 35: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
85452024-09-09T17:47:23.703Z[ host-image] Sep 09 17:47:22.696 INFO O| Sep 09 17:47:22.696 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/scsa2usb"
85462024-09-09T17:47:23.704Z[ host-image] Sep 09 17:47:22.696 INFO O| Sep 09 17:47:22.696 INFO STEP 35 (remove_files) COMPLETE
85472024-09-09T17:47:23.706Z[ host-image] Sep 09 17:47:22.696 INFO O| Sep 09 17:47:22.696 INFO STEP 36: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
85482024-09-09T17:47:23.713Z[ host-image] Sep 09 17:47:22.706 INFO O| Sep 09 17:47:22.705 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/uhci"
85492024-09-09T17:47:23.713Z[ host-image] Sep 09 17:47:22.706 INFO O| Sep 09 17:47:22.706 INFO STEP 36 (remove_files) COMPLETE
85502024-09-09T17:47:23.715Z[ host-image] Sep 09 17:47:22.706 INFO O| Sep 09 17:47:22.706 INFO STEP 37: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
85512024-09-09T17:47:23.722Z[ host-image] Sep 09 17:47:22.715 INFO O| Sep 09 17:47:22.715 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/usb_ac"
85522024-09-09T17:47:23.722Z[ host-image] Sep 09 17:47:22.715 INFO O| Sep 09 17:47:22.715 INFO STEP 37 (remove_files) COMPLETE
85532024-09-09T17:47:23.722Z[ host-image] Sep 09 17:47:22.715 INFO O| Sep 09 17:47:22.715 INFO STEP 38: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
85542024-09-09T17:47:23.732Z[ host-image] Sep 09 17:47:22.724 INFO O| Sep 09 17:47:22.724 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/usb_as"
85552024-09-09T17:47:23.734Z[ host-image] Sep 09 17:47:22.724 INFO O| Sep 09 17:47:22.724 INFO STEP 38 (remove_files) COMPLETE
85562024-09-09T17:47:23.734Z[ host-image] Sep 09 17:47:22.724 INFO O| Sep 09 17:47:22.724 INFO STEP 39: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
85572024-09-09T17:47:23.741Z[ host-image] Sep 09 17:47:22.734 INFO O| Sep 09 17:47:22.733 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/usb_ia"
85582024-09-09T17:47:23.741Z[ host-image] Sep 09 17:47:22.734 INFO O| Sep 09 17:47:22.734 INFO STEP 39 (remove_files) COMPLETE
85592024-09-09T17:47:23.743Z[ host-image] Sep 09 17:47:22.734 INFO O| Sep 09 17:47:22.734 INFO STEP 40: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
85602024-09-09T17:47:23.750Z[ host-image] Sep 09 17:47:22.743 INFO O| Sep 09 17:47:22.743 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/usb_mid"
85612024-09-09T17:47:23.750Z[ host-image] Sep 09 17:47:22.743 INFO O| Sep 09 17:47:22.743 INFO STEP 40 (remove_files) COMPLETE
85622024-09-09T17:47:23.750Z[ host-image] Sep 09 17:47:22.743 INFO O| Sep 09 17:47:22.743 INFO STEP 41: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
85632024-09-09T17:47:23.760Z[ host-image] Sep 09 17:47:22.752 INFO O| Sep 09 17:47:22.752 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/usbprn"
85642024-09-09T17:47:23.760Z[ host-image] Sep 09 17:47:22.753 INFO O| Sep 09 17:47:22.752 INFO STEP 41 (remove_files) COMPLETE
85652024-09-09T17:47:23.760Z[ host-image] Sep 09 17:47:22.753 INFO O| Sep 09 17:47:22.753 INFO STEP 42: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
85662024-09-09T17:47:23.770Z[ host-image] Sep 09 17:47:22.762 INFO O| Sep 09 17:47:22.762 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/xhci"
85672024-09-09T17:47:23.770Z[ host-image] Sep 09 17:47:22.762 INFO O| Sep 09 17:47:22.762 INFO STEP 42 (remove_files) COMPLETE
85682024-09-09T17:47:23.772Z[ host-image] Sep 09 17:47:22.762 INFO O| Sep 09 17:47:22.762 INFO STEP 43: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
85692024-09-09T17:47:23.780Z[ host-image] Sep 09 17:47:22.772 INFO O| Sep 09 17:47:22.772 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/intel_nhm"
85702024-09-09T17:47:23.780Z[ host-image] Sep 09 17:47:22.772 INFO O| Sep 09 17:47:22.772 INFO STEP 43 (remove_files) COMPLETE
85712024-09-09T17:47:23.782Z[ host-image] Sep 09 17:47:22.772 INFO O| Sep 09 17:47:22.772 INFO STEP 44: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
85722024-09-09T17:47:23.790Z[ host-image] Sep 09 17:47:22.782 INFO O| Sep 09 17:47:22.782 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/intel_nb5000"
85732024-09-09T17:47:23.790Z[ host-image] Sep 09 17:47:22.782 INFO O| Sep 09 17:47:22.782 INFO STEP 44 (remove_files) COMPLETE
85742024-09-09T17:47:23.790Z[ host-image] Sep 09 17:47:22.782 INFO O| Sep 09 17:47:22.782 INFO STEP 45: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
85752024-09-09T17:47:23.799Z[ host-image] Sep 09 17:47:22.792 INFO O| Sep 09 17:47:22.792 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/mc-amd"
85762024-09-09T17:47:23.799Z[ host-image] Sep 09 17:47:22.792 INFO O| Sep 09 17:47:22.792 INFO STEP 45 (remove_files) COMPLETE
85772024-09-09T17:47:23.799Z[ host-image] Sep 09 17:47:22.792 INFO O| Sep 09 17:47:22.792 INFO STEP 46: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
85782024-09-09T17:47:23.808Z[ host-image] Sep 09 17:47:22.801 INFO O| Sep 09 17:47:22.801 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/acpi_toshiba"
85792024-09-09T17:47:23.808Z[ host-image] Sep 09 17:47:22.801 INFO O| Sep 09 17:47:22.801 INFO STEP 46 (remove_files) COMPLETE
85802024-09-09T17:47:23.811Z[ host-image] Sep 09 17:47:22.801 INFO O| Sep 09 17:47:22.801 INFO STEP 47: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
85812024-09-09T17:47:23.818Z[ host-image] Sep 09 17:47:22.810 INFO O| Sep 09 17:47:22.810 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/intel_nhmex"
85822024-09-09T17:47:23.818Z[ host-image] Sep 09 17:47:22.810 INFO O| Sep 09 17:47:22.810 INFO STEP 47 (remove_files) COMPLETE
85832024-09-09T17:47:23.821Z[ host-image] Sep 09 17:47:22.810 INFO O| Sep 09 17:47:22.810 INFO STEP 48: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
85842024-09-09T17:47:23.827Z[ host-image] Sep 09 17:47:22.820 INFO O| Sep 09 17:47:22.820 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/intel_nhmex.conf"
85852024-09-09T17:47:23.827Z[ host-image] Sep 09 17:47:22.820 INFO O| Sep 09 17:47:22.820 INFO STEP 48 (remove_files) COMPLETE
85862024-09-09T17:47:23.830Z[ host-image] Sep 09 17:47:22.820 INFO O| Sep 09 17:47:22.820 INFO STEP 49: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
85872024-09-09T17:47:23.837Z[ host-image] Sep 09 17:47:22.829 INFO O| Sep 09 17:47:22.829 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/mpt"
85882024-09-09T17:47:23.839Z[ host-image] Sep 09 17:47:22.829 INFO O| Sep 09 17:47:22.829 INFO STEP 49 (remove_files) COMPLETE
85892024-09-09T17:47:23.839Z[ host-image] Sep 09 17:47:22.829 INFO O| Sep 09 17:47:22.829 INFO STEP 50: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
85902024-09-09T17:47:23.846Z[ host-image] Sep 09 17:47:22.839 INFO O| Sep 09 17:47:22.839 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/mpt.conf"
85912024-09-09T17:47:23.849Z[ host-image] Sep 09 17:47:22.839 INFO O| Sep 09 17:47:22.839 INFO STEP 50 (remove_files) COMPLETE
85922024-09-09T17:47:23.849Z[ host-image] Sep 09 17:47:22.839 INFO O| Sep 09 17:47:22.839 INFO STEP 51: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
85932024-09-09T17:47:23.856Z[ host-image] Sep 09 17:47:22.848 INFO O| Sep 09 17:47:22.848 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/usr/lib/fm/fmd/plugins/ses-log-transport.so"
85942024-09-09T17:47:23.858Z[ host-image] Sep 09 17:47:22.848 INFO O| Sep 09 17:47:22.848 INFO STEP 51 (remove_files) COMPLETE
85952024-09-09T17:47:23.858Z[ host-image] Sep 09 17:47:22.848 INFO O| Sep 09 17:47:22.848 INFO STEP 52: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
85962024-09-09T17:47:23.865Z[ host-image] Sep 09 17:47:22.858 INFO O| Sep 09 17:47:22.858 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/usr/lib/fm/fmd/plugins/ses-log-transport.conf"
85972024-09-09T17:47:23.865Z[ host-image] Sep 09 17:47:22.858 INFO O| Sep 09 17:47:22.858 INFO STEP 52 (remove_files) COMPLETE
85982024-09-09T17:47:23.865Z[ host-image] Sep 09 17:47:22.858 INFO O| Sep 09 17:47:22.858 INFO STEP 53: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
85992024-09-09T17:47:23.876Z[ host-image] Sep 09 17:47:22.867 INFO O| Sep 09 17:47:22.867 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/sbin/bootadm"
86002024-09-09T17:47:23.876Z[ host-image] Sep 09 17:47:22.867 INFO O| Sep 09 17:47:22.867 INFO STEP 53 (remove_files) COMPLETE
86012024-09-09T17:47:23.879Z[ host-image] Sep 09 17:47:22.867 INFO O| Sep 09 17:47:22.867 INFO STEP 54: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
86022024-09-09T17:47:23.884Z[ host-image] Sep 09 17:47:22.876 INFO O| Sep 09 17:47:22.876 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/usr/sbin/bootadm"
86032024-09-09T17:47:23.885Z[ host-image] Sep 09 17:47:22.876 INFO O| Sep 09 17:47:22.876 INFO STEP 54 (remove_files) COMPLETE
86042024-09-09T17:47:23.888Z[ host-image] Sep 09 17:47:22.876 INFO O| Sep 09 17:47:22.876 INFO STEP 55: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
86052024-09-09T17:47:23.894Z[ host-image] Sep 09 17:47:22.886 INFO O| Sep 09 17:47:22.886 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/sbin/beadm"
86062024-09-09T17:47:23.894Z[ host-image] Sep 09 17:47:22.886 INFO O| Sep 09 17:47:22.886 INFO STEP 55 (remove_files) COMPLETE
86072024-09-09T17:47:23.894Z[ host-image] Sep 09 17:47:22.886 INFO O| Sep 09 17:47:22.886 INFO STEP 56: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
86082024-09-09T17:47:23.903Z[ host-image] Sep 09 17:47:22.896 INFO O| Sep 09 17:47:22.895 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/usr/sbin/beadm"
86092024-09-09T17:47:23.903Z[ host-image] Sep 09 17:47:22.896 INFO O| Sep 09 17:47:22.896 INFO STEP 56 (remove_files) COMPLETE
86102024-09-09T17:47:23.903Z[ host-image] Sep 09 17:47:22.896 INFO O| Sep 09 17:47:22.896 INFO STEP 57: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
86112024-09-09T17:47:23.912Z[ host-image] Sep 09 17:47:22.905 INFO O| Sep 09 17:47:22.905 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/etc/default/tar"
86122024-09-09T17:47:23.912Z[ host-image] Sep 09 17:47:22.905 INFO O| Sep 09 17:47:22.905 INFO STEP 57 (remove_files) COMPLETE
86132024-09-09T17:47:23.915Z[ host-image] Sep 09 17:47:22.905 INFO O| Sep 09 17:47:22.905 INFO STEP 58: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
86142024-09-09T17:47:23.922Z[ host-image] Sep 09 17:47:22.914 INFO O| Sep 09 17:47:22.914 WARN file /rpool/images/build/host/work/gimlet/ramdisk/lib/svc/method/keymap exists, with wrong contents, unlinking
86152024-09-09T17:47:23.922Z[ host-image] Sep 09 17:47:22.914 INFO O| Sep 09 17:47:22.914 INFO writing /rpool/images/build/host/work/gimlet/ramdisk/lib/svc/method/keymap ...
86162024-09-09T17:47:23.924Z[ host-image] Sep 09 17:47:22.915 INFO O| Sep 09 17:47:22.914 INFO perms are 644, should be 755, path: /rpool/images/build/host/work/gimlet/ramdisk/lib/svc/method/keymap
86172024-09-09T17:47:23.924Z[ host-image] Sep 09 17:47:22.915 INFO O| Sep 09 17:47:22.915 INFO chmod ok, path: /rpool/images/build/host/work/gimlet/ramdisk/lib/svc/method/keymap
86182024-09-09T17:47:23.924Z[ host-image] Sep 09 17:47:22.915 INFO O| Sep 09 17:47:22.915 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/gimlet/ramdisk/lib/svc/method/keymap
86192024-09-09T17:47:23.924Z[ host-image] Sep 09 17:47:22.915 INFO O| Sep 09 17:47:22.915 INFO chown ok, path: /rpool/images/build/host/work/gimlet/ramdisk/lib/svc/method/keymap
86202024-09-09T17:47:23.924Z[ host-image] Sep 09 17:47:22.915 INFO O| Sep 09 17:47:22.915 INFO ok!
86212024-09-09T17:47:23.925Z[ host-image] Sep 09 17:47:22.915 INFO O| Sep 09 17:47:22.915 INFO STEP 58 (ensure_file) COMPLETE
86222024-09-09T17:47:23.925Z[ host-image] Sep 09 17:47:22.915 INFO O| Sep 09 17:47:22.915 INFO STEP 59: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
86232024-09-09T17:47:23.932Z[ host-image] Sep 09 17:47:22.924 INFO O| Sep 09 17:47:22.924 WARN file /rpool/images/build/host/work/gimlet/ramdisk/lib/svc/bin/rootisramdisk exists, with wrong contents, unlinking
86242024-09-09T17:47:23.934Z[ host-image] Sep 09 17:47:22.924 INFO O| Sep 09 17:47:22.924 INFO copying /work/oxidecomputer/helios/image/templates/files/rootisramdisk -> /rpool/images/build/host/work/gimlet/ramdisk/lib/svc/bin/rootisramdisk ...
86252024-09-09T17:47:23.934Z[ host-image] Sep 09 17:47:22.925 INFO O| Sep 09 17:47:22.925 INFO perms are 644, should be 755, path: /rpool/images/build/host/work/gimlet/ramdisk/lib/svc/bin/rootisramdisk
86262024-09-09T17:47:23.934Z[ host-image] Sep 09 17:47:22.925 INFO O| Sep 09 17:47:22.925 INFO chmod ok, path: /rpool/images/build/host/work/gimlet/ramdisk/lib/svc/bin/rootisramdisk
86272024-09-09T17:47:23.934Z[ host-image] Sep 09 17:47:22.925 INFO O| Sep 09 17:47:22.925 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/gimlet/ramdisk/lib/svc/bin/rootisramdisk
86282024-09-09T17:47:23.934Z[ host-image] Sep 09 17:47:22.925 INFO O| Sep 09 17:47:22.925 INFO chown ok, path: /rpool/images/build/host/work/gimlet/ramdisk/lib/svc/bin/rootisramdisk
86292024-09-09T17:47:23.934Z[ host-image] Sep 09 17:47:22.925 INFO O| Sep 09 17:47:22.925 INFO ok!
86302024-09-09T17:47:23.934Z[ host-image] Sep 09 17:47:22.925 INFO O| Sep 09 17:47:22.925 INFO STEP 59 (ensure_file) COMPLETE
86312024-09-09T17:47:23.934Z[ host-image] Sep 09 17:47:22.925 INFO O| Sep 09 17:47:22.925 INFO STEP 60: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
86322024-09-09T17:47:23.941Z[ host-image] Sep 09 17:47:22.934 INFO O| Sep 09 17:47:22.934 INFO file /rpool/images/build/host/work/gimlet/ramdisk/root/.bash_profile does not exist
86332024-09-09T17:47:23.944Z[ host-image] Sep 09 17:47:22.934 INFO O| Sep 09 17:47:22.934 INFO copying /work/oxidecomputer/helios/image/templates/files/bash_profile -> /rpool/images/build/host/work/gimlet/ramdisk/root/.bash_profile ...
86342024-09-09T17:47:23.944Z[ host-image] Sep 09 17:47:22.934 INFO O| Sep 09 17:47:22.934 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/ramdisk/root/.bash_profile
86352024-09-09T17:47:23.944Z[ host-image] Sep 09 17:47:22.934 INFO O| Sep 09 17:47:22.934 INFO ok!
86362024-09-09T17:47:23.944Z[ host-image] Sep 09 17:47:22.934 INFO O| Sep 09 17:47:22.934 INFO STEP 60 (ensure_file) COMPLETE
86372024-09-09T17:47:23.944Z[ host-image] Sep 09 17:47:22.934 INFO O| Sep 09 17:47:22.934 INFO STEP 61: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
86382024-09-09T17:47:23.951Z[ host-image] Sep 09 17:47:22.944 INFO O| Sep 09 17:47:22.944 WARN file /rpool/images/build/host/work/gimlet/ramdisk/root/.bashrc exists, with wrong contents, unlinking
86392024-09-09T17:47:23.951Z[ host-image] Sep 09 17:47:22.944 INFO O| Sep 09 17:47:22.944 INFO copying /work/oxidecomputer/helios/image/templates/files/bashrc -> /rpool/images/build/host/work/gimlet/ramdisk/root/.bashrc ...
86402024-09-09T17:47:23.954Z[ host-image] Sep 09 17:47:22.944 INFO O| Sep 09 17:47:22.944 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/ramdisk/root/.bashrc
86412024-09-09T17:47:23.955Z[ host-image] Sep 09 17:47:22.944 INFO O| Sep 09 17:47:22.944 INFO ok!
86422024-09-09T17:47:23.955Z[ host-image] Sep 09 17:47:22.944 INFO O| Sep 09 17:47:22.944 INFO STEP 61 (ensure_file) COMPLETE
86432024-09-09T17:47:23.955Z[ host-image] Sep 09 17:47:22.944 INFO O| Sep 09 17:47:22.944 INFO STEP 62: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
86442024-09-09T17:47:23.961Z[ host-image] Sep 09 17:47:22.954 INFO O| Sep 09 17:47:22.953 WARN file /rpool/images/build/host/work/gimlet/ramdisk/etc/motd exists, with wrong contents, unlinking
86452024-09-09T17:47:23.963Z[ host-image] Sep 09 17:47:22.954 INFO O| Sep 09 17:47:22.954 INFO copying /work/oxidecomputer/helios/image/templates/files/motd -> /rpool/images/build/host/work/gimlet/ramdisk/etc/motd ...
86462024-09-09T17:47:23.963Z[ host-image] Sep 09 17:47:22.954 INFO O| Sep 09 17:47:22.954 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/gimlet/ramdisk/etc/motd
86472024-09-09T17:47:23.963Z[ host-image] Sep 09 17:47:22.954 INFO O| Sep 09 17:47:22.954 INFO chown ok, path: /rpool/images/build/host/work/gimlet/ramdisk/etc/motd
86482024-09-09T17:47:23.963Z[ host-image] Sep 09 17:47:22.954 INFO O| Sep 09 17:47:22.954 INFO ok!
86492024-09-09T17:47:23.963Z[ host-image] Sep 09 17:47:22.954 INFO O| Sep 09 17:47:22.954 INFO STEP 62 (ensure_file) COMPLETE
86502024-09-09T17:47:23.964Z[ host-image] Sep 09 17:47:22.954 INFO O| Sep 09 17:47:22.954 INFO STEP 63: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
86512024-09-09T17:47:23.970Z[ host-image] Sep 09 17:47:22.963 INFO O| Sep 09 17:47:22.963 INFO file /rpool/images/build/host/work/gimlet/ramdisk/etc/system.d/zfs:dbuf does not exist
86522024-09-09T17:47:23.971Z[ host-image] Sep 09 17:47:22.963 INFO O| Sep 09 17:47:22.963 INFO copying /work/oxidecomputer/helios/image/templates/files/gimlet-system-zfs:dbuf -> /rpool/images/build/host/work/gimlet/ramdisk/etc/system.d/zfs:dbuf ...
86532024-09-09T17:47:23.973Z[ host-image] Sep 09 17:47:22.963 INFO O| Sep 09 17:47:22.963 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/gimlet/ramdisk/etc/system.d/zfs:dbuf
86542024-09-09T17:47:23.973Z[ host-image] Sep 09 17:47:22.963 INFO O| Sep 09 17:47:22.963 INFO chown ok, path: /rpool/images/build/host/work/gimlet/ramdisk/etc/system.d/zfs:dbuf
86552024-09-09T17:47:23.973Z[ host-image] Sep 09 17:47:22.963 INFO O| Sep 09 17:47:22.963 INFO ok!
86562024-09-09T17:47:23.973Z[ host-image] Sep 09 17:47:22.963 INFO O| Sep 09 17:47:22.963 INFO STEP 63 (ensure_file) COMPLETE
86572024-09-09T17:47:23.973Z[ host-image] Sep 09 17:47:22.963 INFO O| Sep 09 17:47:22.963 INFO STEP 64: assemble_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
86582024-09-09T17:47:23.980Z[ host-image] Sep 09 17:47:22.973 INFO O| Sep 09 17:47:22.973 INFO file /rpool/images/build/host/work/gimlet/ramdisk/etc/system.d/.self-assembly does not exist
86592024-09-09T17:47:23.980Z[ host-image] Sep 09 17:47:22.973 INFO O| Sep 09 17:47:22.973 INFO writing /rpool/images/build/host/work/gimlet/ramdisk/etc/system.d/.self-assembly ...
86602024-09-09T17:47:23.983Z[ host-image] Sep 09 17:47:22.973 INFO O| Sep 09 17:47:22.973 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/ramdisk/etc/system.d/.self-assembly
86612024-09-09T17:47:23.983Z[ host-image] Sep 09 17:47:22.973 INFO O| Sep 09 17:47:22.973 INFO ok!
86622024-09-09T17:47:23.983Z[ host-image] Sep 09 17:47:22.973 INFO O| Sep 09 17:47:22.973 INFO STEP 64 (assemble_files) COMPLETE
86632024-09-09T17:47:23.983Z[ host-image] Sep 09 17:47:22.973 INFO O| Sep 09 17:47:22.973 INFO STEP 65: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
86642024-09-09T17:47:23.990Z[ host-image] Sep 09 17:47:22.982 INFO O| Sep 09 17:47:22.982 INFO file /rpool/images/build/host/work/gimlet/ramdisk/etc/dumpadm.conf does not exist
86652024-09-09T17:47:23.990Z[ host-image] Sep 09 17:47:22.982 INFO O| Sep 09 17:47:22.982 INFO copying /work/oxidecomputer/helios/image/templates/files/dumpadm.conf -> /rpool/images/build/host/work/gimlet/ramdisk/etc/dumpadm.conf ...
86662024-09-09T17:47:23.992Z[ host-image] Sep 09 17:47:22.982 INFO O| Sep 09 17:47:22.982 INFO ownership wrong (Id(0):Id(0), not 0:1), path: /rpool/images/build/host/work/gimlet/ramdisk/etc/dumpadm.conf
86672024-09-09T17:47:23.992Z[ host-image] Sep 09 17:47:22.982 INFO O| Sep 09 17:47:22.982 INFO chown ok, path: /rpool/images/build/host/work/gimlet/ramdisk/etc/dumpadm.conf
86682024-09-09T17:47:23.992Z[ host-image] Sep 09 17:47:22.982 INFO O| Sep 09 17:47:22.982 INFO ok!
86692024-09-09T17:47:23.992Z[ host-image] Sep 09 17:47:22.982 INFO O| Sep 09 17:47:22.982 INFO STEP 65 (ensure_file) COMPLETE
86702024-09-09T17:47:23.992Z[ host-image] Sep 09 17:47:22.982 INFO O| Sep 09 17:47:22.982 INFO STEP 66: ensure_dir, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
86712024-09-09T17:47:23.999Z[ host-image] Sep 09 17:47:22.992 INFO O| Sep 09 17:47:22.992 INFO creating directory: /rpool/images/build/host/work/gimlet/ramdisk/usr/lib/brand/omicron1/baseline
86722024-09-09T17:47:24.002Z[ host-image] Sep 09 17:47:22.992 INFO O| Sep 09 17:47:22.992 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/gimlet/ramdisk/usr/lib/brand/omicron1/baseline
86732024-09-09T17:47:24.002Z[ host-image] Sep 09 17:47:22.992 INFO O| Sep 09 17:47:22.992 INFO chown ok, path: /rpool/images/build/host/work/gimlet/ramdisk/usr/lib/brand/omicron1/baseline
86742024-09-09T17:47:24.002Z[ host-image] Sep 09 17:47:22.992 INFO O| Sep 09 17:47:22.992 INFO STEP 66 (ensure_dir) COMPLETE
86752024-09-09T17:47:24.002Z[ host-image] Sep 09 17:47:22.992 INFO O| Sep 09 17:47:22.992 INFO STEP 67: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
86762024-09-09T17:47:24.009Z[ host-image] Sep 09 17:47:23.002 INFO O| Sep 09 17:47:23.001 INFO file /rpool/images/build/host/work/gimlet/ramdisk/usr/lib/brand/omicron1/baseline/files.tar.gz does not exist
86772024-09-09T17:47:24.009Z[ host-image] Sep 09 17:47:23.002 INFO O| Sep 09 17:47:23.002 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 ...
86782024-09-09T17:47:24.016Z[ host-image] Sep 09 17:47:23.009 INFO O| Sep 09 17:47:23.009 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
86792024-09-09T17:47:24.016Z[ host-image] Sep 09 17:47:23.009 INFO O| Sep 09 17:47:23.009 INFO chown ok, path: /rpool/images/build/host/work/gimlet/ramdisk/usr/lib/brand/omicron1/baseline/files.tar.gz
86802024-09-09T17:47:24.018Z[ host-image] Sep 09 17:47:23.009 INFO O| Sep 09 17:47:23.009 INFO ok!
86812024-09-09T17:47:24.018Z[ host-image] Sep 09 17:47:23.009 INFO O| Sep 09 17:47:23.009 INFO STEP 67 (ensure_file) COMPLETE
86822024-09-09T17:47:24.019Z[ host-image] Sep 09 17:47:23.009 INFO O| Sep 09 17:47:23.009 INFO STEP 68: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
86832024-09-09T17:47:24.027Z[ host-image] Sep 09 17:47:23.019 INFO O| Sep 09 17:47:23.019 INFO file /rpool/images/build/host/work/gimlet/ramdisk/usr/lib/brand/omicron1/baseline/gzonly.txt does not exist
86842024-09-09T17:47:24.029Z[ host-image] Sep 09 17:47:23.019 INFO O| Sep 09 17:47:23.019 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 ...
86852024-09-09T17:47:24.029Z[ host-image] Sep 09 17:47:23.020 INFO O| Sep 09 17:47:23.020 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
86862024-09-09T17:47:24.029Z[ host-image] Sep 09 17:47:23.020 INFO O| Sep 09 17:47:23.020 INFO chown ok, path: /rpool/images/build/host/work/gimlet/ramdisk/usr/lib/brand/omicron1/baseline/gzonly.txt
86872024-09-09T17:47:24.029Z[ host-image] Sep 09 17:47:23.020 INFO O| Sep 09 17:47:23.020 INFO ok!
86882024-09-09T17:47:24.029Z[ host-image] Sep 09 17:47:23.020 INFO O| Sep 09 17:47:23.020 INFO STEP 68 (ensure_file) COMPLETE
86892024-09-09T17:47:24.029Z[ host-image] Sep 09 17:47:23.020 INFO O| Sep 09 17:47:23.020 INFO STEP 69: pack_tar, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
86902024-09-09T17:47:24.042Z[ host-image] Sep 09 17:47:23.035 INFO O| Sep 09 17:47:23.035 INFO file /rpool/images/build/host/output/gimlet-ramdisk.tar does not already exist, skipping removal
86912024-09-09T17:47:24.042Z[ host-image] Sep 09 17:47:23.035 INFO O| Sep 09 17:47:23.035 INFO exec: ["/usr/sbin/tar", "ceEp@/f", "/rpool/images/build/host/output/gimlet-ramdisk.tar", "-C", "/rpool/images/build/host/work/gimlet/ramdisk", "."]
86922024-09-09T17:47:26.110Z[ host-image] Sep 09 17:47:25.102 INFO O| Sep 09 17:47:25.102 INFO STEP 69 (pack_tar) COMPLETE
86932024-09-09T17:47:26.110Z[ host-image] Sep 09 17:47:25.102 INFO O| Sep 09 17:47:25.102 INFO creating output snapshot rpool/images/build/host/work/gimlet/ramdisk@trim
86942024-09-09T17:47:26.112Z[ host-image] Sep 09 17:47:25.102 INFO O| Sep 09 17:47:25.102 INFO CREATE SNAPSHOT: rpool/images/build/host/work/gimlet/ramdisk@trim
86952024-09-09T17:47:26.432Z[ host-image] Sep 09 17:47:25.424 INFO O| Sep 09 17:47:25.424 INFO DESTROY DATASET: rpool/images/build/host/tmp/gimlet/ramdisk-02-trim
86962024-09-09T17:47:26.548Z[ host-image] Sep 09 17:47:25.540 INFO O| Sep 09 17:47:25.540 INFO completed processing gimlet/ramdisk-02-trim
86972024-09-09T17:47:26.551Z[ host-image] Sep 09 17:47:25.543 INFO image builder template: zfs...
86982024-09-09T17:47:26.554Z[ host-image] Sep 09 17:47:25.543 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/.tmpeS9XWJ/proto/host/root", "-F", "genproto=/work/oxidecomputer/helios/tmp/image.host/genproto.json", "-E", "/work/oxidecomputer/helios/tmp/image.host/omicron1", "-E", "/work/oxidecomputer/helios/projects", "-F", "repo_publisher=helios-dev", "-F", "repo_url=https://pkg.oxide.computer/helios/2/dev/", "-F", "baud=3000000", "-F", "omicron1", "-F", "optever=0.33.293", "-n", "zfs"], pwd: None
86992024-09-09T17:47:26.574Z[ host-image] Sep 09 17:47:25.566 INFO O| Sep 09 17:47:25.566 INFO skip include "stress" because feature "stress" is not enabled
87002024-09-09T17:47:26.623Z[ host-image] Sep 09 17:47:25.615 INFO O| Sep 09 17:47:25.615 INFO temporary dataset: rpool/images/build/host/tmp/gimlet/zfs
87012024-09-09T17:47:26.628Z[ host-image] Sep 09 17:47:25.620 INFO O| Sep 09 17:47:25.620 INFO CREATE DATASET: rpool/images/build/host/tmp/gimlet/zfs
87022024-09-09T17:47:26.706Z[ host-image] Sep 09 17:47:25.698 INFO O| Sep 09 17:47:25.698 INFO SET DATASET PROPERTY ON rpool/images/build/host/tmp/gimlet/zfs: sync = disabled
87032024-09-09T17:47:26.754Z[ host-image] Sep 09 17:47:25.746 INFO O| Sep 09 17:47:25.746 INFO temporary directory: /rpool/images/build/host/tmp/gimlet/zfs
87042024-09-09T17:47:26.754Z[ host-image] Sep 09 17:47:25.746 INFO O| Sep 09 17:47:25.746 INFO work dataset: rpool/images/build/host/work/gimlet/zfs
87052024-09-09T17:47:26.758Z[ host-image] Sep 09 17:47:25.750 INFO O| Sep 09 17:47:25.750 INFO CREATE DATASET: rpool/images/build/host/work/gimlet/zfs
87062024-09-09T17:47:26.811Z[ host-image] Sep 09 17:47:25.803 INFO O| Sep 09 17:47:25.803 INFO SET DATASET PROPERTY ON rpool/images/build/host/work/gimlet/zfs: sync = disabled
87072024-09-09T17:47:26.857Z[ host-image] Sep 09 17:47:25.849 INFO O| Sep 09 17:47:25.849 INFO DESTROY POOL: TEMPORARY-gimlet-zfs
87082024-09-09T17:47:26.866Z[ host-image] Sep 09 17:47:25.858 INFO O| Sep 09 17:47:25.858 INFO image file: /rpool/images/build/host/work/gimlet/zfs/lofi.raw
87092024-09-09T17:47:26.872Z[ host-image] Sep 09 17:47:25.863 INFO O| Sep 09 17:47:25.863 INFO pool altroot: /rpool/images/build/host/work/gimlet/zfs/altroot
87102024-09-09T17:47:26.872Z[ host-image] Sep 09 17:47:25.863 INFO O| Sep 09 17:47:25.863 INFO no lofi found
87112024-09-09T17:47:26.872Z[ host-image] Sep 09 17:47:25.863 INFO O| Sep 09 17:47:25.863 INFO file /rpool/images/build/host/work/gimlet/zfs/lofi.raw does not already exist, skipping removal
87122024-09-09T17:47:26.872Z[ host-image] Sep 09 17:47:25.863 INFO O| Sep 09 17:47:25.863 INFO CREATE IMAGE (1000MB): /rpool/images/build/host/work/gimlet/zfs/lofi.raw
87132024-09-09T17:47:29.017Z[ host-image] Sep 09 17:47:28.009 INFO O| Sep 09 17:47:28.009 INFO lofi device = /dev/dsk/c2t1d0p0
87142024-09-09T17:47:29.017Z[ host-image] Sep 09 17:47:28.009 INFO O| Sep 09 17:47:28.009 INFO pool device = /dev/dsk/c2t1d0p0
87152024-09-09T17:47:29.020Z[ host-image] Sep 09 17:47:28.009 INFO O| Sep 09 17:47:28.009 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"]
87162024-09-09T17:47:29.091Z[ host-image] Sep 09 17:47:28.083 INFO O| Sep 09 17:47:28.083 INFO STEP 0: create_be, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs.json
87172024-09-09T17:47:29.091Z[ host-image] Sep 09 17:47:28.083 INFO O| Sep 09 17:47:28.083 INFO CREATE DATASET: TEMPORARY-gimlet-zfs/ROOT
87182024-09-09T17:47:29.112Z[ host-image] Sep 09 17:47:28.104 INFO O| Sep 09 17:47:28.104 INFO SET DATASET PROPERTY ON TEMPORARY-gimlet-zfs/ROOT: canmount = off
87192024-09-09T17:47:29.173Z[ host-image] Sep 09 17:47:28.164 INFO O| Sep 09 17:47:28.164 INFO SET DATASET PROPERTY ON TEMPORARY-gimlet-zfs/ROOT: mountpoint = legacy
87202024-09-09T17:47:29.210Z[ host-image] Sep 09 17:47:28.202 INFO O| Sep 09 17:47:28.202 INFO CREATE DATASET: TEMPORARY-gimlet-zfs/ROOT/ramdisk
87212024-09-09T17:47:29.225Z[ host-image] Sep 09 17:47:28.217 INFO O| Sep 09 17:47:28.217 INFO SET DATASET PROPERTY ON TEMPORARY-gimlet-zfs/ROOT/ramdisk: canmount = noauto
87222024-09-09T17:47:29.236Z[ host-image] Sep 09 17:47:28.228 INFO O| Sep 09 17:47:28.228 INFO SET DATASET PROPERTY ON TEMPORARY-gimlet-zfs/ROOT/ramdisk: mountpoint = legacy
87232024-09-09T17:47:29.289Z[ host-image] Sep 09 17:47:28.281 INFO O| Sep 09 17:47:28.281 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a
87242024-09-09T17:47:29.289Z[ host-image] Sep 09 17:47:28.281 INFO O| Sep 09 17:47:28.281 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a
87252024-09-09T17:47:29.289Z[ host-image] Sep 09 17:47:28.281 INFO O| Sep 09 17:47:28.281 INFO exec: ["/sbin/mount", "-F", "zfs", "TEMPORARY-gimlet-zfs/ROOT/ramdisk", "/rpool/images/build/host/work/gimlet/zfs/a"]
87262024-09-09T17:47:29.302Z[ host-image] Sep 09 17:47:28.293 INFO O| Sep 09 17:47:28.293 INFO boot environment UUID: 8680dc69-5790-42a7-bf08-5fe542fc828c
87272024-09-09T17:47:29.302Z[ host-image] Sep 09 17:47:28.293 INFO O| Sep 09 17:47:28.293 INFO SET DATASET PROPERTY ON TEMPORARY-gimlet-zfs/ROOT/ramdisk: org.opensolaris.libbe:uuid = 8680dc69-5790-42a7-bf08-5fe542fc828c
87282024-09-09T17:47:29.313Z[ host-image] Sep 09 17:47:28.305 INFO O| Sep 09 17:47:28.305 INFO SET DATASET PROPERTY ON TEMPORARY-gimlet-zfs/ROOT/ramdisk: org.opensolaris.libbe:policy = static
87292024-09-09T17:47:29.324Z[ host-image] Sep 09 17:47:28.316 INFO O| Sep 09 17:47:28.316 INFO STEP 0 (create_be) COMPLETE
87302024-09-09T17:47:29.324Z[ host-image] Sep 09 17:47:28.316 INFO O| Sep 09 17:47:28.316 INFO STEP 1: unpack_tar, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs.json
87312024-09-09T17:47:29.340Z[ host-image] Sep 09 17:47:28.332 INFO O| Sep 09 17:47:28.332 INFO exec: ["/usr/sbin/tar", "xeEp@/f", "/rpool/images/build/host/output/gimlet-ramdisk.tar", "-C", "/rpool/images/build/host/work/gimlet/zfs/a"]
87322024-09-09T17:47:29.382Z[ recovery-image] Sep 09 17:47:28.373 INFO E| Compiling rustc-std-workspace-core v1.99.0 (/home/build/.rustup/toolchains/nightly-2024-09-04-x86_64-unknown-illumos/lib/rustlib/src/rust/library/rustc-std-workspace-core)
87332024-09-09T17:47:32.679Z[ recovery-image] Sep 09 17:47:31.670 INFO E| Compiling alloc v0.0.0 (/home/build/.rustup/toolchains/nightly-2024-09-04-x86_64-unknown-illumos/lib/rustlib/src/rust/library/alloc)
87342024-09-09T17:47:36.896Z[ recovery-image] Sep 09 17:47:35.885 INFO E| Compiling bitflags v1.3.2
87352024-09-09T17:47:36.899Z[ recovery-image] Sep 09 17:47:35.885 INFO E| Compiling bit_field v0.10.2
87362024-09-09T17:47:36.900Z[ recovery-image] Sep 09 17:47:35.885 INFO E| Compiling plain v0.2.3
87372024-09-09T17:47:36.900Z[ recovery-image] Sep 09 17:47:35.885 INFO E| Compiling adler v1.0.2
87382024-09-09T17:47:36.900Z[ recovery-image] Sep 09 17:47:35.885 INFO E| Compiling log v0.4.22
87392024-09-09T17:47:36.900Z[ recovery-image] Sep 09 17:47:35.885 INFO E| Compiling scroll v0.12.0
87402024-09-09T17:47:36.900Z[ recovery-image] Sep 09 17:47:35.885 INFO E| Compiling bitstruct v0.1.1
87412024-09-09T17:47:37.106Z[ recovery-image] Sep 09 17:47:36.094 INFO E| Compiling raw-cpuid v10.7.0
87422024-09-09T17:47:37.110Z[ recovery-image] Sep 09 17:47:36.099 INFO E| Compiling cpio_reader v0.1.1
87432024-09-09T17:47:37.368Z[ recovery-image] Sep 09 17:47:36.359 INFO E| Compiling miniz_oxide v0.7.4
87442024-09-09T17:47:37.515Z[ recovery-image] Sep 09 17:47:36.505 INFO E| Compiling static_assertions v1.1.0
87452024-09-09T17:47:38.210Z[ recovery-image] Sep 09 17:47:37.199 INFO E| Compiling goblin v0.8.2
87462024-09-09T17:47:47.055Z[ recovery-image] Sep 09 17:47:46.045 INFO E| Finished `release` profile [optimized] target(s) in 36.82s
87472024-09-09T17:47:47.085Z[ recovery-image] Sep 09 17:47:46.074 INFO building host image...
87482024-09-09T17:47:47.085Z[ recovery-image] Sep 09 17:47:46.074 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")
87492024-09-09T17:47:47.747Z[ recovery-image] Sep 09 17:47:46.736 INFO finishing image archive at "/work/os-recovery/os.tar.gz"...
87502024-09-09T17:47:49.713Z[ recovery-image] Sep 09 17:47:48.701 INFO image complete! materials are in "/work/os-recovery"
87512024-09-09T17:47:49.717Z[ recovery-image]
87522024-09-09T17:47:49.717Z[ recovery-image] real 7:19.189307610
87532024-09-09T17:47:49.718Z[ recovery-image] user 4:32.930261508
87542024-09-09T17:47:49.718Z[ recovery-image] sys 59.177467774
87552024-09-09T17:47:49.718Z[ recovery-image] trap 0.201105483
87562024-09-09T17:47:49.718ZSep 09 17:47:48.706 INFO [recovery-image] process exited with exit status: 0 (439.206258766s)
87572024-09-09T17:47:49.718Z[ recovery-image] tflt 0.210606422
87582024-09-09T17:47:49.718Z[ recovery-image] dflt 1.395241990
87592024-09-09T17:47:49.718Z[ recovery-image] kflt 0.000671084
87602024-09-09T17:47:49.718Z[ recovery-image] lock 9:04.657826569
87612024-09-09T17:47:49.718Z[ recovery-image] slp 44:12.211997739
87622024-09-09T17:47:49.721Z[ recovery-image] lat 2:21.648698470
87632024-09-09T17:47:49.721Z[ recovery-image] stop 5.656073061
87642024-09-09T17:47:51.228Z[ host-image] Sep 09 17:47:50.217 INFO O| Sep 09 17:47:50.217 INFO STEP 1 (unpack_tar) COMPLETE
87652024-09-09T17:47:51.228Z[ host-image] Sep 09 17:47:50.217 INFO O| Sep 09 17:47:50.217 INFO STEP 2: devfsadm, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
87662024-09-09T17:47:51.239Z[ host-image] Sep 09 17:47:50.228 INFO O| Sep 09 17:47:50.228 INFO exec: ["/usr/sbin/devfsadm", "-r", "/rpool/images/build/host/work/gimlet/zfs/a"]
87672024-09-09T17:47:51.391Z[ host-image] Sep 09 17:47:50.380 INFO O| Sep 09 17:47:50.380 INFO STEP 2 (devfsadm) COMPLETE
87682024-09-09T17:47:51.391Z[ host-image] Sep 09 17:47:50.380 INFO O| Sep 09 17:47:50.380 INFO STEP 3: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
87692024-09-09T17:47:51.402Z[ host-image] Sep 09 17:47:50.391 INFO O| Sep 09 17:47:50.391 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/dev/cfg
87702024-09-09T17:47:51.402Z[ host-image] Sep 09 17:47:50.391 INFO O| Sep 09 17:47:50.391 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/dev/cfg
87712024-09-09T17:47:51.404Z[ host-image] Sep 09 17:47:50.391 INFO O| Sep 09 17:47:50.391 INFO STEP 3 (ensure_dir) COMPLETE
87722024-09-09T17:47:51.404Z[ host-image] Sep 09 17:47:50.391 INFO O| Sep 09 17:47:50.391 INFO STEP 4: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
87732024-09-09T17:47:51.411Z[ host-image] Sep 09 17:47:50.401 INFO O| Sep 09 17:47:50.401 INFO ownership already OK (0:3), path: /rpool/images/build/host/work/gimlet/zfs/a/dev/dsk
87742024-09-09T17:47:51.412Z[ host-image] Sep 09 17:47:50.401 INFO O| Sep 09 17:47:50.401 INFO STEP 4 (ensure_dir) COMPLETE
87752024-09-09T17:47:51.414Z[ host-image] Sep 09 17:47:50.401 INFO O| Sep 09 17:47:50.401 INFO STEP 5: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
87762024-09-09T17:47:51.421Z[ host-image] Sep 09 17:47:50.411 INFO O| Sep 09 17:47:50.411 INFO ownership already OK (0:3), path: /rpool/images/build/host/work/gimlet/zfs/a/dev/rdsk
87772024-09-09T17:47:51.421Z[ host-image] Sep 09 17:47:50.411 INFO O| Sep 09 17:47:50.411 INFO STEP 5 (ensure_dir) COMPLETE
87782024-09-09T17:47:51.424Z[ host-image] Sep 09 17:47:50.411 INFO O| Sep 09 17:47:50.411 INFO STEP 6: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
87792024-09-09T17:47:51.431Z[ host-image] Sep 09 17:47:50.420 INFO O| Sep 09 17:47:50.420 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/dev/sensors
87802024-09-09T17:47:51.431Z[ host-image] Sep 09 17:47:50.421 INFO O| Sep 09 17:47:50.420 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/dev/sensors
87812024-09-09T17:47:51.434Z[ host-image] Sep 09 17:47:50.421 INFO O| Sep 09 17:47:50.421 INFO STEP 6 (ensure_dir) COMPLETE
87822024-09-09T17:47:51.434Z[ host-image] Sep 09 17:47:50.421 INFO O| Sep 09 17:47:50.421 INFO STEP 7: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
87832024-09-09T17:47:51.441Z[ host-image] Sep 09 17:47:50.430 INFO O| Sep 09 17:47:50.430 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/dev/usb
87842024-09-09T17:47:51.441Z[ host-image] Sep 09 17:47:50.430 INFO O| Sep 09 17:47:50.430 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/dev/usb
87852024-09-09T17:47:51.443Z[ host-image] Sep 09 17:47:50.430 INFO O| Sep 09 17:47:50.430 INFO STEP 7 (ensure_dir) COMPLETE
87862024-09-09T17:47:51.443Z[ host-image] Sep 09 17:47:50.430 INFO O| Sep 09 17:47:50.430 INFO STEP 8: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
87872024-09-09T17:47:51.450Z[ host-image] Sep 09 17:47:50.440 INFO O| Sep 09 17:47:50.439 INFO remove tree: "/rpool/images/build/host/work/gimlet/zfs/a/dev/cfg"
87882024-09-09T17:47:51.453Z[ host-image] Sep 09 17:47:50.440 INFO O| Sep 09 17:47:50.440 INFO STEP 8 (remove_files) COMPLETE
87892024-09-09T17:47:51.453Z[ host-image] Sep 09 17:47:50.440 INFO O| Sep 09 17:47:50.440 INFO STEP 9: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
87902024-09-09T17:47:51.460Z[ host-image] Sep 09 17:47:50.449 INFO O| Sep 09 17:47:50.449 INFO remove tree: "/rpool/images/build/host/work/gimlet/zfs/a/dev/dsk"
87912024-09-09T17:47:51.462Z[ host-image] Sep 09 17:47:50.450 INFO O| Sep 09 17:47:50.450 INFO STEP 9 (remove_files) COMPLETE
87922024-09-09T17:47:51.462Z[ host-image] Sep 09 17:47:50.450 INFO O| Sep 09 17:47:50.450 INFO STEP 10: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
87932024-09-09T17:47:51.470Z[ host-image] Sep 09 17:47:50.459 INFO O| Sep 09 17:47:50.459 INFO remove tree: "/rpool/images/build/host/work/gimlet/zfs/a/dev/rdsk"
87942024-09-09T17:47:51.472Z[ host-image] Sep 09 17:47:50.460 INFO O| Sep 09 17:47:50.460 INFO STEP 10 (remove_files) COMPLETE
87952024-09-09T17:47:51.473Z[ host-image] Sep 09 17:47:50.460 INFO O| Sep 09 17:47:50.460 INFO STEP 11: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
87962024-09-09T17:47:51.480Z[ host-image] Sep 09 17:47:50.469 INFO O| Sep 09 17:47:50.469 INFO remove tree: "/rpool/images/build/host/work/gimlet/zfs/a/dev/sensors"
87972024-09-09T17:47:51.483Z[ host-image] Sep 09 17:47:50.470 INFO O| Sep 09 17:47:50.470 INFO STEP 11 (remove_files) COMPLETE
87982024-09-09T17:47:51.483Z[ host-image] Sep 09 17:47:50.470 INFO O| Sep 09 17:47:50.470 INFO STEP 12: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
87992024-09-09T17:47:51.490Z[ host-image] Sep 09 17:47:50.479 INFO O| Sep 09 17:47:50.479 INFO remove tree: "/rpool/images/build/host/work/gimlet/zfs/a/dev/usb"
88002024-09-09T17:47:51.493Z[ host-image] Sep 09 17:47:50.479 INFO O| Sep 09 17:47:50.479 INFO STEP 12 (remove_files) COMPLETE
88012024-09-09T17:47:51.493Z[ host-image] Sep 09 17:47:50.479 INFO O| Sep 09 17:47:50.479 INFO STEP 13: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
88022024-09-09T17:47:51.499Z[ host-image] Sep 09 17:47:50.489 INFO O| Sep 09 17:47:50.489 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/dev/cfg
88032024-09-09T17:47:51.499Z[ host-image] Sep 09 17:47:50.489 INFO O| Sep 09 17:47:50.489 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/dev/cfg
88042024-09-09T17:47:51.499Z[ host-image] Sep 09 17:47:50.489 INFO O| Sep 09 17:47:50.489 INFO STEP 13 (ensure_dir) COMPLETE
88052024-09-09T17:47:51.502Z[ host-image] Sep 09 17:47:50.489 INFO O| Sep 09 17:47:50.489 INFO STEP 14: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
88062024-09-09T17:47:51.509Z[ host-image] Sep 09 17:47:50.498 INFO O| Sep 09 17:47:50.498 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/dev/dsk
88072024-09-09T17:47:51.509Z[ host-image] Sep 09 17:47:50.498 INFO O| Sep 09 17:47:50.498 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/gimlet/zfs/a/dev/dsk
88082024-09-09T17:47:51.511Z[ host-image] Sep 09 17:47:50.499 INFO O| Sep 09 17:47:50.498 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/dev/dsk
88092024-09-09T17:47:51.511Z[ host-image] Sep 09 17:47:50.499 INFO O| Sep 09 17:47:50.499 INFO STEP 14 (ensure_dir) COMPLETE
88102024-09-09T17:47:51.511Z[ host-image] Sep 09 17:47:50.499 INFO O| Sep 09 17:47:50.499 INFO STEP 15: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
88112024-09-09T17:47:51.519Z[ host-image] Sep 09 17:47:50.508 INFO O| Sep 09 17:47:50.508 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/dev/rdsk
88122024-09-09T17:47:51.522Z[ host-image] Sep 09 17:47:50.509 INFO O| Sep 09 17:47:50.508 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/gimlet/zfs/a/dev/rdsk
88132024-09-09T17:47:51.522Z[ host-image] Sep 09 17:47:50.509 INFO O| Sep 09 17:47:50.509 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/dev/rdsk
88142024-09-09T17:47:51.522Z[ host-image] Sep 09 17:47:50.509 INFO O| Sep 09 17:47:50.509 INFO STEP 15 (ensure_dir) COMPLETE
88152024-09-09T17:47:51.522Z[ host-image] Sep 09 17:47:50.509 INFO O| Sep 09 17:47:50.509 INFO STEP 16: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
88162024-09-09T17:47:51.529Z[ host-image] Sep 09 17:47:50.518 INFO O| Sep 09 17:47:50.518 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/dev/sensors
88172024-09-09T17:47:51.529Z[ host-image] Sep 09 17:47:50.518 INFO O| Sep 09 17:47:50.518 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/dev/sensors
88182024-09-09T17:47:51.531Z[ host-image] Sep 09 17:47:50.518 INFO O| Sep 09 17:47:50.518 INFO STEP 16 (ensure_dir) COMPLETE
88192024-09-09T17:47:51.531Z[ host-image] Sep 09 17:47:50.518 INFO O| Sep 09 17:47:50.518 INFO STEP 17: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
88202024-09-09T17:47:51.539Z[ host-image] Sep 09 17:47:50.528 INFO O| Sep 09 17:47:50.528 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/dev/usb
88212024-09-09T17:47:51.539Z[ host-image] Sep 09 17:47:50.528 INFO O| Sep 09 17:47:50.528 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/dev/usb
88222024-09-09T17:47:51.539Z[ host-image] Sep 09 17:47:50.528 INFO O| Sep 09 17:47:50.528 INFO STEP 17 (ensure_dir) COMPLETE
88232024-09-09T17:47:51.541Z[ host-image] Sep 09 17:47:50.528 INFO O| Sep 09 17:47:50.528 INFO STEP 18: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
88242024-09-09T17:47:51.548Z[ host-image] Sep 09 17:47:50.538 INFO O| Sep 09 17:47:50.538 INFO link target ok (../devices/pseudo/sysmsg@0:msglog)
88252024-09-09T17:47:51.548Z[ host-image] Sep 09 17:47:50.538 INFO O| Sep 09 17:47:50.538 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/dev/msglog
88262024-09-09T17:47:51.551Z[ host-image] Sep 09 17:47:50.538 INFO O| Sep 09 17:47:50.538 INFO ok!
88272024-09-09T17:47:51.551Z[ host-image] Sep 09 17:47:50.538 INFO O| Sep 09 17:47:50.538 INFO STEP 18 (ensure_symlink) COMPLETE
88282024-09-09T17:47:51.551Z[ host-image] Sep 09 17:47:50.538 INFO O| Sep 09 17:47:50.538 INFO STEP 19: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
88292024-09-09T17:47:51.558Z[ host-image] Sep 09 17:47:50.548 INFO O| Sep 09 17:47:50.548 INFO file /rpool/images/build/host/work/gimlet/zfs/a/reconfigure exists, with correct contents
88302024-09-09T17:47:51.558Z[ host-image] Sep 09 17:47:50.548 INFO O| Sep 09 17:47:50.548 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/reconfigure
88312024-09-09T17:47:51.562Z[ host-image] Sep 09 17:47:50.548 INFO O| Sep 09 17:47:50.548 INFO ok!
88322024-09-09T17:47:51.562Z[ host-image] Sep 09 17:47:50.548 INFO O| Sep 09 17:47:50.548 INFO STEP 19 (ensure_file) COMPLETE
88332024-09-09T17:47:51.562Z[ host-image] Sep 09 17:47:50.548 INFO O| Sep 09 17:47:50.548 INFO STEP 20: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/common.json
88342024-09-09T17:47:51.568Z[ host-image] Sep 09 17:47:50.558 INFO O| Sep 09 17:47:50.558 INFO link /rpool/images/build/host/work/gimlet/zfs/a/etc/svc/profile/generic.xml does not exist
88352024-09-09T17:47:51.568Z[ host-image] Sep 09 17:47:50.558 INFO O| Sep 09 17:47:50.558 INFO linking /rpool/images/build/host/work/gimlet/zfs/a/etc/svc/profile/generic.xml -> generic_limited_net.xml ...
88362024-09-09T17:47:51.571Z[ host-image] Sep 09 17:47:50.558 INFO O| Sep 09 17:47:50.558 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/svc/profile/generic.xml
88372024-09-09T17:47:51.571Z[ host-image] Sep 09 17:47:50.558 INFO O| Sep 09 17:47:50.558 INFO ok!
88382024-09-09T17:47:51.571Z[ host-image] Sep 09 17:47:50.558 INFO O| Sep 09 17:47:50.558 INFO STEP 20 (ensure_symlink) COMPLETE
88392024-09-09T17:47:51.571Z[ host-image] Sep 09 17:47:50.558 INFO O| Sep 09 17:47:50.558 INFO STEP 21: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/common.json
88402024-09-09T17:47:51.578Z[ host-image] Sep 09 17:47:50.568 INFO O| Sep 09 17:47:50.568 INFO link /rpool/images/build/host/work/gimlet/zfs/a/etc/svc/profile/inetd_services.xml does not exist
88412024-09-09T17:47:51.578Z[ host-image] Sep 09 17:47:50.568 INFO O| Sep 09 17:47:50.568 INFO linking /rpool/images/build/host/work/gimlet/zfs/a/etc/svc/profile/inetd_services.xml -> inetd_generic.xml ...
88422024-09-09T17:47:51.578Z[ host-image] Sep 09 17:47:50.568 INFO O| Sep 09 17:47:50.568 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/svc/profile/inetd_services.xml
88432024-09-09T17:47:51.579Z[ host-image] Sep 09 17:47:50.568 INFO O| Sep 09 17:47:50.568 INFO ok!
88442024-09-09T17:47:51.581Z[ host-image] Sep 09 17:47:50.568 INFO O| Sep 09 17:47:50.568 INFO STEP 21 (ensure_symlink) COMPLETE
88452024-09-09T17:47:51.581Z[ host-image] Sep 09 17:47:50.568 INFO O| Sep 09 17:47:50.568 INFO STEP 22: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/common.json
88462024-09-09T17:47:51.588Z[ host-image] Sep 09 17:47:50.577 INFO O| Sep 09 17:47:50.577 INFO link /rpool/images/build/host/work/gimlet/zfs/a/etc/svc/profile/platform.xml does not exist
88472024-09-09T17:47:51.588Z[ host-image] Sep 09 17:47:50.577 INFO O| Sep 09 17:47:50.577 INFO linking /rpool/images/build/host/work/gimlet/zfs/a/etc/svc/profile/platform.xml -> platform_oxide.xml ...
88482024-09-09T17:47:51.588Z[ host-image] Sep 09 17:47:50.577 INFO O| Sep 09 17:47:50.577 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/svc/profile/platform.xml
88492024-09-09T17:47:51.588Z[ host-image] Sep 09 17:47:50.577 INFO O| Sep 09 17:47:50.577 INFO ok!
88502024-09-09T17:47:51.591Z[ host-image] Sep 09 17:47:50.577 INFO O| Sep 09 17:47:50.577 INFO STEP 22 (ensure_symlink) COMPLETE
88512024-09-09T17:47:51.591Z[ host-image] Sep 09 17:47:50.577 INFO O| Sep 09 17:47:50.577 INFO STEP 23: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/common.json
88522024-09-09T17:47:51.598Z[ host-image] Sep 09 17:47:50.587 INFO O| Sep 09 17:47:50.587 INFO link /rpool/images/build/host/work/gimlet/zfs/a/etc/svc/profile/name_service.xml does not exist
88532024-09-09T17:47:51.598Z[ host-image] Sep 09 17:47:50.587 INFO O| Sep 09 17:47:50.587 INFO linking /rpool/images/build/host/work/gimlet/zfs/a/etc/svc/profile/name_service.xml -> ns_dns.xml ...
88542024-09-09T17:47:51.598Z[ host-image] Sep 09 17:47:50.587 INFO O| Sep 09 17:47:50.587 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/svc/profile/name_service.xml
88552024-09-09T17:47:51.600Z[ host-image] Sep 09 17:47:50.587 INFO O| Sep 09 17:47:50.587 INFO ok!
88562024-09-09T17:47:51.600Z[ host-image] Sep 09 17:47:50.587 INFO O| Sep 09 17:47:50.587 INFO STEP 23 (ensure_symlink) COMPLETE
88572024-09-09T17:47:51.600Z[ host-image] Sep 09 17:47:50.587 INFO O| Sep 09 17:47:50.587 INFO STEP 24: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
88582024-09-09T17:47:51.607Z[ host-image] Sep 09 17:47:50.597 INFO O| Sep 09 17:47:50.597 WARN file /rpool/images/build/host/work/gimlet/zfs/a/etc/nsswitch.conf exists, with wrong contents, unlinking
88592024-09-09T17:47:51.610Z[ host-image] Sep 09 17:47:50.597 INFO O| Sep 09 17:47:50.597 INFO copying /rpool/images/build/host/work/gimlet/zfs/a/etc/nsswitch.dns -> /rpool/images/build/host/work/gimlet/zfs/a/etc/nsswitch.conf ...
88602024-09-09T17:47:51.610Z[ host-image] Sep 09 17:47:50.597 INFO O| Sep 09 17:47:50.597 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/nsswitch.conf
88612024-09-09T17:47:51.610Z[ host-image] Sep 09 17:47:50.597 INFO O| Sep 09 17:47:50.597 INFO ok!
88622024-09-09T17:47:51.610Z[ host-image] Sep 09 17:47:50.597 INFO O| Sep 09 17:47:50.597 INFO STEP 24 (ensure_file) COMPLETE
88632024-09-09T17:47:51.610Z[ host-image] Sep 09 17:47:50.597 INFO O| Sep 09 17:47:50.597 INFO STEP 25: shadow, from: /work/oxidecomputer/helios/image/templates/include/common.json
88642024-09-09T17:47:51.617Z[ host-image] Sep 09 17:47:50.607 INFO O| Sep 09 17:47:50.607 INFO updating shadow file
88652024-09-09T17:47:51.620Z[ host-image] Sep 09 17:47:50.607 INFO O| Sep 09 17:47:50.607 INFO ownership wrong (Id(0):Id(3), not 0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/shadow
88662024-09-09T17:47:51.620Z[ host-image] Sep 09 17:47:50.607 INFO O| Sep 09 17:47:50.607 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/etc/shadow
88672024-09-09T17:47:51.620Z[ host-image] Sep 09 17:47:50.607 INFO O| Sep 09 17:47:50.607 INFO STEP 25 (shadow) COMPLETE
88682024-09-09T17:47:51.620Z[ host-image] Sep 09 17:47:50.607 INFO O| Sep 09 17:47:50.607 INFO STEP 26: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
88692024-09-09T17:47:51.627Z[ host-image] Sep 09 17:47:50.616 INFO O| Sep 09 17:47:50.616 WARN file /rpool/images/build/host/work/gimlet/zfs/a/etc/inet/hosts exists, with wrong contents, unlinking
88702024-09-09T17:47:51.627Z[ host-image] Sep 09 17:47:50.616 INFO O| Sep 09 17:47:50.616 INFO copying /work/oxidecomputer/helios/image/templates/files/hosts -> /rpool/images/build/host/work/gimlet/zfs/a/etc/inet/hosts ...
88712024-09-09T17:47:51.630Z[ host-image] Sep 09 17:47:50.617 INFO O| Sep 09 17:47:50.617 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/inet/hosts
88722024-09-09T17:47:51.630Z[ host-image] Sep 09 17:47:50.617 INFO O| Sep 09 17:47:50.617 INFO ok!
88732024-09-09T17:47:51.630Z[ host-image] Sep 09 17:47:50.617 INFO O| Sep 09 17:47:50.617 INFO STEP 26 (ensure_file) COMPLETE
88742024-09-09T17:47:51.630Z[ host-image] Sep 09 17:47:50.617 INFO O| Sep 09 17:47:50.617 INFO STEP 27: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
88752024-09-09T17:47:51.637Z[ host-image] Sep 09 17:47:50.626 INFO O| Sep 09 17:47:50.626 INFO file /rpool/images/build/host/work/gimlet/zfs/a/etc/nodename does not exist
88762024-09-09T17:47:51.637Z[ host-image] Sep 09 17:47:50.627 INFO O| Sep 09 17:47:50.626 INFO writing /rpool/images/build/host/work/gimlet/zfs/a/etc/nodename ...
88772024-09-09T17:47:51.640Z[ host-image] Sep 09 17:47:50.627 INFO O| Sep 09 17:47:50.627 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/nodename
88782024-09-09T17:47:51.640Z[ host-image] Sep 09 17:47:50.627 INFO O| Sep 09 17:47:50.627 INFO ok!
88792024-09-09T17:47:51.640Z[ host-image] Sep 09 17:47:50.627 INFO O| Sep 09 17:47:50.627 INFO STEP 27 (ensure_file) COMPLETE
88802024-09-09T17:47:51.640Z[ host-image] Sep 09 17:47:50.627 INFO O| Sep 09 17:47:50.627 INFO STEP 28: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
88812024-09-09T17:47:51.647Z[ host-image] Sep 09 17:47:50.637 INFO O| Sep 09 17:47:50.637 WARN file /rpool/images/build/host/work/gimlet/zfs/a/etc/default/dhcpagent exists, with wrong contents, unlinking
88822024-09-09T17:47:51.647Z[ host-image] Sep 09 17:47:50.637 INFO O| Sep 09 17:47:50.637 INFO copying /work/oxidecomputer/helios/image/templates/files/dhcpagent -> /rpool/images/build/host/work/gimlet/zfs/a/etc/default/dhcpagent ...
88832024-09-09T17:47:51.650Z[ host-image] Sep 09 17:47:50.637 INFO O| Sep 09 17:47:50.637 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/default/dhcpagent
88842024-09-09T17:47:51.650Z[ host-image] Sep 09 17:47:50.637 INFO O| Sep 09 17:47:50.637 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/etc/default/dhcpagent
88852024-09-09T17:47:51.650Z[ host-image] Sep 09 17:47:50.637 INFO O| Sep 09 17:47:50.637 INFO ok!
88862024-09-09T17:47:51.650Z[ host-image] Sep 09 17:47:50.637 INFO O| Sep 09 17:47:50.637 INFO STEP 28 (ensure_file) COMPLETE
88872024-09-09T17:47:51.650Z[ host-image] Sep 09 17:47:50.637 INFO O| Sep 09 17:47:50.637 INFO STEP 29: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
88882024-09-09T17:47:51.657Z[ host-image] Sep 09 17:47:50.646 INFO O| Sep 09 17:47:50.646 INFO file /rpool/images/build/host/work/gimlet/zfs/a/etc/resolv.conf does not exist
88892024-09-09T17:47:51.657Z[ host-image] Sep 09 17:47:50.646 INFO O| Sep 09 17:47:50.646 INFO writing /rpool/images/build/host/work/gimlet/zfs/a/etc/resolv.conf ...
88902024-09-09T17:47:51.659Z[ host-image] Sep 09 17:47:50.647 INFO O| Sep 09 17:47:50.646 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/resolv.conf
88912024-09-09T17:47:51.659Z[ host-image] Sep 09 17:47:50.647 INFO O| Sep 09 17:47:50.647 INFO ok!
88922024-09-09T17:47:51.659Z[ host-image] Sep 09 17:47:50.647 INFO O| Sep 09 17:47:50.647 INFO STEP 29 (ensure_file) COMPLETE
88932024-09-09T17:47:51.659Z[ host-image] Sep 09 17:47:50.647 INFO O| Sep 09 17:47:50.647 INFO STEP 30: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs.json
88942024-09-09T17:47:51.667Z[ host-image] Sep 09 17:47:50.657 INFO O| Sep 09 17:47:50.657 INFO file /rpool/images/build/host/work/gimlet/zfs/a/etc/auto_master does not exist
88952024-09-09T17:47:51.667Z[ host-image] Sep 09 17:47:50.657 INFO O| Sep 09 17:47:50.657 INFO copying /work/oxidecomputer/helios/image/templates/files/auto_master -> /rpool/images/build/host/work/gimlet/zfs/a/etc/auto_master ...
88962024-09-09T17:47:51.670Z[ host-image] Sep 09 17:47:50.657 INFO O| Sep 09 17:47:50.657 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/auto_master
88972024-09-09T17:47:51.670Z[ host-image] Sep 09 17:47:50.657 INFO O| Sep 09 17:47:50.657 INFO ok!
88982024-09-09T17:47:51.670Z[ host-image] Sep 09 17:47:50.657 INFO O| Sep 09 17:47:50.657 INFO STEP 30 (ensure_file) COMPLETE
88992024-09-09T17:47:51.670Z[ host-image] Sep 09 17:47:50.657 INFO O| Sep 09 17:47:50.657 INFO STEP 31: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs.json
89002024-09-09T17:47:51.677Z[ host-image] Sep 09 17:47:50.667 INFO O| Sep 09 17:47:50.667 WARN file /rpool/images/build/host/work/gimlet/zfs/a/etc/ttydefs exists, with wrong contents, unlinking
89012024-09-09T17:47:51.677Z[ host-image] Sep 09 17:47:50.667 INFO O| Sep 09 17:47:50.667 INFO copying /work/oxidecomputer/helios/image/templates/files/ttydefs.3000000 -> /rpool/images/build/host/work/gimlet/zfs/a/etc/ttydefs ...
89022024-09-09T17:47:51.680Z[ host-image] Sep 09 17:47:50.667 INFO O| Sep 09 17:47:50.667 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/ttydefs
89032024-09-09T17:47:51.680Z[ host-image] Sep 09 17:47:50.667 INFO O| Sep 09 17:47:50.667 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/etc/ttydefs
89042024-09-09T17:47:51.680Z[ host-image] Sep 09 17:47:50.667 INFO O| Sep 09 17:47:50.667 INFO ok!
89052024-09-09T17:47:51.680Z[ host-image] Sep 09 17:47:50.667 INFO O| Sep 09 17:47:50.667 INFO STEP 31 (ensure_file) COMPLETE
89062024-09-09T17:47:51.680Z[ host-image] Sep 09 17:47:50.667 INFO O| Sep 09 17:47:50.667 INFO STEP 32: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs.json
89072024-09-09T17:47:51.687Z[ host-image] Sep 09 17:47:50.677 INFO O| Sep 09 17:47:50.677 WARN file /rpool/images/build/host/work/gimlet/zfs/a/etc/default/init exists, with wrong contents, unlinking
89082024-09-09T17:47:51.690Z[ host-image] Sep 09 17:47:50.677 INFO O| Sep 09 17:47:50.677 INFO copying /work/oxidecomputer/helios/image/templates/files/default_init -> /rpool/images/build/host/work/gimlet/zfs/a/etc/default/init ...
89092024-09-09T17:47:51.690Z[ host-image] Sep 09 17:47:50.677 INFO O| Sep 09 17:47:50.677 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/default/init
89102024-09-09T17:47:51.690Z[ host-image] Sep 09 17:47:50.677 INFO O| Sep 09 17:47:50.677 INFO ok!
89112024-09-09T17:47:51.690Z[ host-image] Sep 09 17:47:50.677 INFO O| Sep 09 17:47:50.677 INFO STEP 32 (ensure_file) COMPLETE
89122024-09-09T17:47:51.690Z[ host-image] Sep 09 17:47:50.677 INFO O| Sep 09 17:47:50.677 INFO STEP 33: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs.json
89132024-09-09T17:47:51.697Z[ host-image] Sep 09 17:47:50.687 INFO O| Sep 09 17:47:50.686 WARN file /rpool/images/build/host/work/gimlet/zfs/a/etc/ssh/sshd_config exists, with wrong contents, unlinking
89142024-09-09T17:47:51.697Z[ host-image] Sep 09 17:47:50.687 INFO O| Sep 09 17:47:50.687 INFO copying /work/oxidecomputer/helios/image/templates/files/sshd_config -> /rpool/images/build/host/work/gimlet/zfs/a/etc/ssh/sshd_config ...
89152024-09-09T17:47:51.700Z[ host-image] Sep 09 17:47:50.687 INFO O| Sep 09 17:47:50.687 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/ssh/sshd_config
89162024-09-09T17:47:51.700Z[ host-image] Sep 09 17:47:50.687 INFO O| Sep 09 17:47:50.687 INFO ok!
89172024-09-09T17:47:51.700Z[ host-image] Sep 09 17:47:50.687 INFO O| Sep 09 17:47:50.687 INFO STEP 33 (ensure_file) COMPLETE
89182024-09-09T17:47:51.700Z[ host-image] Sep 09 17:47:50.687 INFO O| Sep 09 17:47:50.687 INFO STEP 34: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs.json
89192024-09-09T17:47:51.707Z[ host-image] Sep 09 17:47:50.697 INFO O| Sep 09 17:47:50.696 INFO file /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/bootparams does not exist
89202024-09-09T17:47:51.707Z[ host-image] Sep 09 17:47:50.697 INFO O| Sep 09 17:47:50.697 INFO copying /work/oxidecomputer/helios/image/templates/files/bootparams.sh -> /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/bootparams ...
89212024-09-09T17:47:51.711Z[ host-image] Sep 09 17:47:50.697 INFO O| Sep 09 17:47:50.697 INFO perms are 644, should be 755, path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/bootparams
89222024-09-09T17:47:51.712Z[ host-image] Sep 09 17:47:50.697 INFO O| Sep 09 17:47:50.697 INFO chmod ok, path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/bootparams
89232024-09-09T17:47:51.712Z[ host-image] Sep 09 17:47:50.697 INFO O| Sep 09 17:47:50.697 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/bootparams
89242024-09-09T17:47:51.712Z[ host-image] Sep 09 17:47:50.697 INFO O| Sep 09 17:47:50.697 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/bootparams
89252024-09-09T17:47:51.712Z[ host-image] Sep 09 17:47:50.697 INFO O| Sep 09 17:47:50.697 INFO ok!
89262024-09-09T17:47:51.712Z[ host-image] Sep 09 17:47:50.697 INFO O| Sep 09 17:47:50.697 INFO STEP 34 (ensure_file) COMPLETE
89272024-09-09T17:47:51.712Z[ host-image] Sep 09 17:47:50.697 INFO O| Sep 09 17:47:50.697 INFO STEP 35: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/t6-firmware.json
89282024-09-09T17:47:51.718Z[ host-image] Sep 09 17:47:50.707 INFO O| Sep 09 17:47:50.707 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/platform/Oxide,Gimlet/firmware
89292024-09-09T17:47:51.720Z[ host-image] Sep 09 17:47:50.707 INFO O| Sep 09 17:47:50.707 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/gimlet/zfs/a/platform/Oxide,Gimlet/firmware
89302024-09-09T17:47:51.720Z[ host-image] Sep 09 17:47:50.707 INFO O| Sep 09 17:47:50.707 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/platform/Oxide,Gimlet/firmware
89312024-09-09T17:47:51.720Z[ host-image] Sep 09 17:47:50.707 INFO O| Sep 09 17:47:50.707 INFO STEP 35 (ensure_dir) COMPLETE
89322024-09-09T17:47:51.721Z[ host-image] Sep 09 17:47:50.707 INFO O| Sep 09 17:47:50.707 INFO STEP 36: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/t6-firmware.json
89332024-09-09T17:47:51.727Z[ host-image] Sep 09 17:47:50.717 INFO O| Sep 09 17:47:50.717 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
89342024-09-09T17:47:51.730Z[ host-image] Sep 09 17:47:50.717 INFO O| Sep 09 17:47:50.717 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 ...
89352024-09-09T17:47:51.730Z[ host-image] Sep 09 17:47:50.717 INFO O| Sep 09 17:47:50.717 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
89362024-09-09T17:47:51.730Z[ host-image] Sep 09 17:47:50.717 INFO O| Sep 09 17:47:50.717 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
89372024-09-09T17:47:51.731Z[ host-image] Sep 09 17:47:50.717 INFO O| Sep 09 17:47:50.717 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
89382024-09-09T17:47:51.731Z[ host-image] Sep 09 17:47:50.717 INFO O| Sep 09 17:47:50.717 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
89392024-09-09T17:47:51.731Z[ host-image] Sep 09 17:47:50.717 INFO O| Sep 09 17:47:50.717 INFO ok!
89402024-09-09T17:47:51.731Z[ host-image] Sep 09 17:47:50.717 INFO O| Sep 09 17:47:50.717 INFO STEP 36 (ensure_file) COMPLETE
89412024-09-09T17:47:51.731Z[ host-image] Sep 09 17:47:50.717 INFO O| Sep 09 17:47:50.717 INFO STEP 37: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/t6-firmware.json
89422024-09-09T17:47:51.738Z[ host-image] Sep 09 17:47:50.727 INFO O| Sep 09 17:47:50.727 INFO link /rpool/images/build/host/work/gimlet/zfs/a/platform/Oxide,Gimlet/firmware/t6srom.bin does not exist
89432024-09-09T17:47:51.740Z[ host-image] Sep 09 17:47:50.727 INFO O| Sep 09 17:47:50.727 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 ...
89442024-09-09T17:47:51.740Z[ host-image] Sep 09 17:47:50.727 INFO O| Sep 09 17:47:50.727 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/platform/Oxide,Gimlet/firmware/t6srom.bin
89452024-09-09T17:47:51.740Z[ host-image] Sep 09 17:47:50.727 INFO O| Sep 09 17:47:50.727 INFO ok!
89462024-09-09T17:47:51.740Z[ host-image] Sep 09 17:47:50.727 INFO O| Sep 09 17:47:50.727 INFO STEP 37 (ensure_symlink) COMPLETE
89472024-09-09T17:47:51.740Z[ host-image] Sep 09 17:47:50.727 INFO O| Sep 09 17:47:50.727 INFO STEP 38: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs.json
89482024-09-09T17:47:51.747Z[ host-image] Sep 09 17:47:50.736 INFO O| Sep 09 17:47:50.736 INFO file /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/postboot does not exist
89492024-09-09T17:47:51.750Z[ host-image] Sep 09 17:47:50.736 INFO O| Sep 09 17:47:50.736 INFO copying /work/oxidecomputer/helios/image/templates/files/gimlet-postboot.sh -> /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/postboot ...
89502024-09-09T17:47:51.750Z[ host-image] Sep 09 17:47:50.737 INFO O| Sep 09 17:47:50.737 INFO perms are 644, should be 755, path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/postboot
89512024-09-09T17:47:51.750Z[ host-image] Sep 09 17:47:50.737 INFO O| Sep 09 17:47:50.737 INFO chmod ok, path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/postboot
89522024-09-09T17:47:51.750Z[ host-image] Sep 09 17:47:50.737 INFO O| Sep 09 17:47:50.737 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/postboot
89532024-09-09T17:47:51.750Z[ host-image] Sep 09 17:47:50.737 INFO O| Sep 09 17:47:50.737 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/postboot
89542024-09-09T17:47:51.750Z[ host-image] Sep 09 17:47:50.737 INFO O| Sep 09 17:47:50.737 INFO ok!
89552024-09-09T17:47:51.750Z[ host-image] Sep 09 17:47:50.737 INFO O| Sep 09 17:47:50.737 INFO STEP 38 (ensure_file) COMPLETE
89562024-09-09T17:47:51.750Z[ host-image] Sep 09 17:47:50.737 INFO O| Sep 09 17:47:50.737 INFO STEP 39: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs.json
89572024-09-09T17:47:51.757Z[ host-image] Sep 09 17:47:50.747 INFO O| Sep 09 17:47:50.747 INFO file /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/site/postboot.xml does not exist
89582024-09-09T17:47:51.757Z[ host-image] Sep 09 17:47:50.747 INFO O| Sep 09 17:47:50.747 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 ...
89592024-09-09T17:47:51.760Z[ host-image] Sep 09 17:47:50.747 INFO O| Sep 09 17:47:50.747 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
89602024-09-09T17:47:51.760Z[ host-image] Sep 09 17:47:50.747 INFO O| Sep 09 17:47:50.747 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/site/postboot.xml
89612024-09-09T17:47:51.760Z[ host-image] Sep 09 17:47:50.747 INFO O| Sep 09 17:47:50.747 INFO ok!
89622024-09-09T17:47:51.760Z[ host-image] Sep 09 17:47:50.747 INFO O| Sep 09 17:47:50.747 INFO STEP 39 (ensure_file) COMPLETE
89632024-09-09T17:47:51.760Z[ host-image] Sep 09 17:47:50.747 INFO O| Sep 09 17:47:50.747 INFO STEP 40: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs.json
89642024-09-09T17:47:51.767Z[ host-image] Sep 09 17:47:50.756 INFO O| Sep 09 17:47:50.756 INFO file /rpool/images/build/host/work/gimlet/zfs/a/var/svc/profile/site.xml does not exist
89652024-09-09T17:47:51.767Z[ host-image] Sep 09 17:47:50.756 INFO O| Sep 09 17:47:50.756 INFO copying /work/oxidecomputer/helios/image/templates/files/site.xml -> /rpool/images/build/host/work/gimlet/zfs/a/var/svc/profile/site.xml ...
89662024-09-09T17:47:51.769Z[ host-image] Sep 09 17:47:50.757 INFO O| Sep 09 17:47:50.757 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/var/svc/profile/site.xml
89672024-09-09T17:47:51.769Z[ host-image] Sep 09 17:47:50.757 INFO O| Sep 09 17:47:50.757 INFO ok!
89682024-09-09T17:47:51.770Z[ host-image] Sep 09 17:47:50.757 INFO O| Sep 09 17:47:50.757 INFO STEP 40 (ensure_file) COMPLETE
89692024-09-09T17:47:51.770Z[ host-image] Sep 09 17:47:50.757 INFO O| Sep 09 17:47:50.757 INFO STEP 41: shadow, from: /work/oxidecomputer/helios/image/templates/include/root-noauth.json
89702024-09-09T17:47:51.777Z[ host-image] Sep 09 17:47:50.767 INFO O| Sep 09 17:47:50.767 INFO updating shadow file
89712024-09-09T17:47:51.780Z[ host-image] Sep 09 17:47:50.767 INFO O| Sep 09 17:47:50.767 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/shadow
89722024-09-09T17:47:51.780Z[ host-image] Sep 09 17:47:50.767 INFO O| Sep 09 17:47:50.767 INFO STEP 41 (shadow) COMPLETE
89732024-09-09T17:47:51.780Z[ host-image] Sep 09 17:47:50.767 INFO O| Sep 09 17:47:50.767 INFO STEP 42: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/root-noauth.json
89742024-09-09T17:47:51.788Z[ host-image] Sep 09 17:47:50.777 INFO O| Sep 09 17:47:50.777 WARN file /rpool/images/build/host/work/gimlet/zfs/a/etc/default/login exists, with wrong contents, unlinking
89752024-09-09T17:47:51.788Z[ host-image] Sep 09 17:47:50.777 INFO O| Sep 09 17:47:50.777 INFO copying /work/oxidecomputer/helios/image/templates/files/mfg_default_login -> /rpool/images/build/host/work/gimlet/zfs/a/etc/default/login ...
89762024-09-09T17:47:51.790Z[ host-image] Sep 09 17:47:50.777 INFO O| Sep 09 17:47:50.777 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/default/login
89772024-09-09T17:47:51.790Z[ host-image] Sep 09 17:47:50.777 INFO O| Sep 09 17:47:50.777 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/etc/default/login
89782024-09-09T17:47:51.790Z[ host-image] Sep 09 17:47:50.777 INFO O| Sep 09 17:47:50.777 INFO ok!
89792024-09-09T17:47:51.790Z[ host-image] Sep 09 17:47:50.777 INFO O| Sep 09 17:47:50.777 INFO STEP 42 (ensure_file) COMPLETE
89802024-09-09T17:47:51.790Z[ host-image] Sep 09 17:47:50.777 INFO O| Sep 09 17:47:50.777 INFO STEP 43: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs.json
89812024-09-09T17:47:51.790Z[ host-image] Sep 09 17:47:50.777 INFO O| Sep 09 17:47:50.777 INFO skip step because feature "mfg" is not enabled
89822024-09-09T17:47:51.790Z[ host-image] Sep 09 17:47:50.777 INFO O| Sep 09 17:47:50.777 INFO STEP 44: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs.json
89832024-09-09T17:47:51.790Z[ host-image] Sep 09 17:47:50.777 INFO O| Sep 09 17:47:50.777 INFO skip step because feature "mfg" is not enabled
89842024-09-09T17:47:51.790Z[ host-image] Sep 09 17:47:50.777 INFO O| Sep 09 17:47:50.777 INFO STEP 45: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs.json
89852024-09-09T17:47:51.798Z[ host-image] Sep 09 17:47:50.787 INFO O| Sep 09 17:47:50.787 INFO file /rpool/images/build/host/work/gimlet/zfs/a/usr/bin/pilot does not exist
89862024-09-09T17:47:51.801Z[ host-image] Sep 09 17:47:50.787 INFO O| Sep 09 17:47:50.787 INFO copying /work/oxidecomputer/helios/projects/pilot/target/release/pilot -> /rpool/images/build/host/work/gimlet/zfs/a/usr/bin/pilot ...
89872024-09-09T17:47:52.433Z[ host-image] Sep 09 17:47:51.422 INFO O| Sep 09 17:47:51.422 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/gimlet/zfs/a/usr/bin/pilot
89882024-09-09T17:47:52.433Z[ host-image] Sep 09 17:47:51.422 INFO O| Sep 09 17:47:51.422 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/usr/bin/pilot
89892024-09-09T17:47:52.436Z[ host-image] Sep 09 17:47:51.422 INFO O| Sep 09 17:47:51.422 INFO ok!
89902024-09-09T17:47:52.436Z[ host-image] Sep 09 17:47:51.422 INFO O| Sep 09 17:47:51.422 INFO STEP 45 (ensure_file) COMPLETE
89912024-09-09T17:47:52.436Z[ host-image] Sep 09 17:47:51.422 INFO O| Sep 09 17:47:51.422 INFO STEP 46: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json
89922024-09-09T17:47:52.445Z[ host-image] Sep 09 17:47:51.434 INFO O| Sep 09 17:47:51.434 WARN file /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/postboot exists, with wrong contents, unlinking
89932024-09-09T17:47:52.445Z[ host-image] Sep 09 17:47:51.434 INFO O| Sep 09 17:47:51.434 INFO copying /work/oxidecomputer/helios/image/templates/files/compliance-postboot.sh -> /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/postboot ...
89942024-09-09T17:47:52.447Z[ host-image] Sep 09 17:47:51.434 INFO O| Sep 09 17:47:51.434 INFO perms are 644, should be 755, path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/postboot
89952024-09-09T17:47:52.447Z[ host-image] Sep 09 17:47:51.434 INFO O| Sep 09 17:47:51.434 INFO chmod ok, path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/postboot
89962024-09-09T17:47:52.447Z[ host-image] Sep 09 17:47:51.434 INFO O| Sep 09 17:47:51.434 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/postboot
89972024-09-09T17:47:52.447Z[ host-image] Sep 09 17:47:51.434 INFO O| Sep 09 17:47:51.434 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/postboot
89982024-09-09T17:47:52.447Z[ host-image] Sep 09 17:47:51.434 INFO O| Sep 09 17:47:51.434 INFO ok!
89992024-09-09T17:47:52.447Z[ host-image] Sep 09 17:47:51.434 INFO O| Sep 09 17:47:51.434 INFO STEP 46 (ensure_file) COMPLETE
90002024-09-09T17:47:52.447Z[ host-image] Sep 09 17:47:51.434 INFO O| Sep 09 17:47:51.434 INFO STEP 47: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json
90012024-09-09T17:47:52.455Z[ host-image] Sep 09 17:47:51.444 INFO O| Sep 09 17:47:51.444 WARN file /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/site/postboot.xml exists, with wrong contents, unlinking
90022024-09-09T17:47:52.455Z[ host-image] Sep 09 17:47:51.444 INFO O| Sep 09 17:47:51.444 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 ...
90032024-09-09T17:47:52.457Z[ host-image] Sep 09 17:47:51.444 INFO O| Sep 09 17:47:51.444 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
90042024-09-09T17:47:52.457Z[ host-image] Sep 09 17:47:51.444 INFO O| Sep 09 17:47:51.444 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/site/postboot.xml
90052024-09-09T17:47:52.457Z[ host-image] Sep 09 17:47:51.444 INFO O| Sep 09 17:47:51.444 INFO ok!
90062024-09-09T17:47:52.457Z[ host-image] Sep 09 17:47:51.444 INFO O| Sep 09 17:47:51.444 INFO STEP 47 (ensure_file) COMPLETE
90072024-09-09T17:47:52.457Z[ host-image] Sep 09 17:47:51.444 INFO O| Sep 09 17:47:51.444 INFO STEP 48: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json
90082024-09-09T17:47:52.464Z[ host-image] Sep 09 17:47:51.454 INFO O| Sep 09 17:47:51.454 INFO file /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/compliance-hostname does not exist
90092024-09-09T17:47:52.467Z[ host-image] Sep 09 17:47:51.454 INFO O| Sep 09 17:47:51.454 INFO copying /work/oxidecomputer/helios/image/templates/files/compliance-hostname.sh -> /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/compliance-hostname ...
90102024-09-09T17:47:52.467Z[ host-image] Sep 09 17:47:51.454 INFO O| Sep 09 17:47:51.454 INFO perms are 644, should be 755, path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/compliance-hostname
90112024-09-09T17:47:52.467Z[ host-image] Sep 09 17:47:51.454 INFO O| Sep 09 17:47:51.454 INFO chmod ok, path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/compliance-hostname
90122024-09-09T17:47:52.467Z[ host-image] Sep 09 17:47:51.454 INFO O| Sep 09 17:47:51.454 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/compliance-hostname
90132024-09-09T17:47:52.467Z[ host-image] Sep 09 17:47:51.454 INFO O| Sep 09 17:47:51.454 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/compliance-hostname
90142024-09-09T17:47:52.467Z[ host-image] Sep 09 17:47:51.454 INFO O| Sep 09 17:47:51.454 INFO ok!
90152024-09-09T17:47:52.467Z[ host-image] Sep 09 17:47:51.454 INFO O| Sep 09 17:47:51.454 INFO STEP 48 (ensure_file) COMPLETE
90162024-09-09T17:47:52.467Z[ host-image] Sep 09 17:47:51.454 INFO O| Sep 09 17:47:51.454 INFO STEP 49: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json
90172024-09-09T17:47:52.474Z[ host-image] Sep 09 17:47:51.464 INFO O| Sep 09 17:47:51.464 INFO file /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/site/compliance-hostname.xml does not exist
90182024-09-09T17:47:52.474Z[ host-image] Sep 09 17:47:51.464 INFO O| Sep 09 17:47:51.464 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 ...
90192024-09-09T17:47:52.477Z[ host-image] Sep 09 17:47:51.464 INFO O| Sep 09 17:47:51.464 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
90202024-09-09T17:47:52.477Z[ host-image] Sep 09 17:47:51.464 INFO O| Sep 09 17:47:51.464 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/site/compliance-hostname.xml
90212024-09-09T17:47:52.477Z[ host-image] Sep 09 17:47:51.464 INFO O| Sep 09 17:47:51.464 INFO ok!
90222024-09-09T17:47:52.477Z[ host-image] Sep 09 17:47:51.464 INFO O| Sep 09 17:47:51.464 INFO STEP 49 (ensure_file) COMPLETE
90232024-09-09T17:47:52.477Z[ host-image] Sep 09 17:47:51.464 INFO O| Sep 09 17:47:51.464 INFO STEP 50: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json
90242024-09-09T17:47:52.484Z[ host-image] Sep 09 17:47:51.474 INFO O| Sep 09 17:47:51.474 INFO file /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/compliance-beacon does not exist
90252024-09-09T17:47:52.485Z[ host-image] Sep 09 17:47:51.474 INFO O| Sep 09 17:47:51.474 INFO copying /work/oxidecomputer/helios/image/templates/files/compliance-beacon.sh -> /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/compliance-beacon ...
90262024-09-09T17:47:52.487Z[ host-image] Sep 09 17:47:51.474 INFO O| Sep 09 17:47:51.474 INFO perms are 644, should be 755, path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/compliance-beacon
90272024-09-09T17:47:52.487Z[ host-image] Sep 09 17:47:51.474 INFO O| Sep 09 17:47:51.474 INFO chmod ok, path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/compliance-beacon
90282024-09-09T17:47:52.487Z[ host-image] Sep 09 17:47:51.474 INFO O| Sep 09 17:47:51.474 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/compliance-beacon
90292024-09-09T17:47:52.487Z[ host-image] Sep 09 17:47:51.474 INFO O| Sep 09 17:47:51.474 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/compliance-beacon
90302024-09-09T17:47:52.487Z[ host-image] Sep 09 17:47:51.474 INFO O| Sep 09 17:47:51.474 INFO ok!
90312024-09-09T17:47:52.487Z[ host-image] Sep 09 17:47:51.474 INFO O| Sep 09 17:47:51.474 INFO STEP 50 (ensure_file) COMPLETE
90322024-09-09T17:47:52.487Z[ host-image] Sep 09 17:47:51.474 INFO O| Sep 09 17:47:51.474 INFO STEP 51: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json
90332024-09-09T17:47:52.494Z[ host-image] Sep 09 17:47:51.484 INFO O| Sep 09 17:47:51.484 INFO file /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/site/compliance-beacon.xml does not exist
90342024-09-09T17:47:52.497Z[ host-image] Sep 09 17:47:51.484 INFO O| Sep 09 17:47:51.484 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 ...
90352024-09-09T17:47:52.497Z[ host-image] Sep 09 17:47:51.484 INFO O| Sep 09 17:47:51.484 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
90362024-09-09T17:47:52.497Z[ host-image] Sep 09 17:47:51.484 INFO O| Sep 09 17:47:51.484 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/site/compliance-beacon.xml
90372024-09-09T17:47:52.497Z[ host-image] Sep 09 17:47:51.484 INFO O| Sep 09 17:47:51.484 INFO ok!
90382024-09-09T17:47:52.497Z[ host-image] Sep 09 17:47:51.484 INFO O| Sep 09 17:47:51.484 INFO STEP 51 (ensure_file) COMPLETE
90392024-09-09T17:47:52.497Z[ host-image] Sep 09 17:47:51.484 INFO O| Sep 09 17:47:51.484 INFO STEP 52: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json
90402024-09-09T17:47:52.505Z[ host-image] Sep 09 17:47:51.494 INFO O| Sep 09 17:47:51.494 INFO file /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/site/compliance-time.xml does not exist
90412024-09-09T17:47:52.508Z[ host-image] Sep 09 17:47:51.494 INFO O| Sep 09 17:47:51.494 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 ...
90422024-09-09T17:47:52.508Z[ host-image] Sep 09 17:47:51.494 INFO O| Sep 09 17:47:51.494 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
90432024-09-09T17:47:52.508Z[ host-image] Sep 09 17:47:51.494 INFO O| Sep 09 17:47:51.494 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/site/compliance-time.xml
90442024-09-09T17:47:52.508Z[ host-image] Sep 09 17:47:51.494 INFO O| Sep 09 17:47:51.494 INFO ok!
90452024-09-09T17:47:52.508Z[ host-image] Sep 09 17:47:51.494 INFO O| Sep 09 17:47:51.494 INFO STEP 52 (ensure_file) COMPLETE
90462024-09-09T17:47:52.508Z[ host-image] Sep 09 17:47:51.494 INFO O| Sep 09 17:47:51.494 INFO STEP 53: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json
90472024-09-09T17:47:52.515Z[ host-image] Sep 09 17:47:51.504 INFO O| Sep 09 17:47:51.504 INFO file /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/site/compliance-dump.xml does not exist
90482024-09-09T17:47:52.515Z[ host-image] Sep 09 17:47:51.504 INFO O| Sep 09 17:47:51.504 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 ...
90492024-09-09T17:47:52.517Z[ host-image] Sep 09 17:47:51.504 INFO O| Sep 09 17:47:51.504 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
90502024-09-09T17:47:52.517Z[ host-image] Sep 09 17:47:51.504 INFO O| Sep 09 17:47:51.504 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/site/compliance-dump.xml
90512024-09-09T17:47:52.517Z[ host-image] Sep 09 17:47:51.504 INFO O| Sep 09 17:47:51.504 INFO ok!
90522024-09-09T17:47:52.517Z[ host-image] Sep 09 17:47:51.504 INFO O| Sep 09 17:47:51.504 INFO STEP 53 (ensure_file) COMPLETE
90532024-09-09T17:47:52.517Z[ host-image] Sep 09 17:47:51.504 INFO O| Sep 09 17:47:51.504 INFO STEP 54: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
90542024-09-09T17:47:52.524Z[ host-image] Sep 09 17:47:51.514 INFO O| Sep 09 17:47:51.514 INFO ownership already OK (0:3), path: /rpool/images/build/host/work/gimlet/zfs/a/opt
90552024-09-09T17:47:52.524Z[ host-image] Sep 09 17:47:51.514 INFO O| Sep 09 17:47:51.514 INFO STEP 54 (ensure_dir) COMPLETE
90562024-09-09T17:47:52.527Z[ host-image] Sep 09 17:47:51.514 INFO O| Sep 09 17:47:51.514 INFO STEP 55: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
90572024-09-09T17:47:52.535Z[ host-image] Sep 09 17:47:51.524 INFO O| Sep 09 17:47:51.524 INFO ownership wrong (Id(0):Id(2), not 0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide
90582024-09-09T17:47:52.535Z[ host-image] Sep 09 17:47:51.524 INFO O| Sep 09 17:47:51.524 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide
90592024-09-09T17:47:52.537Z[ host-image] Sep 09 17:47:51.524 INFO O| Sep 09 17:47:51.524 INFO STEP 55 (ensure_dir) COMPLETE
90602024-09-09T17:47:52.537Z[ host-image] Sep 09 17:47:51.524 INFO O| Sep 09 17:47:51.524 INFO STEP 56: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
90612024-09-09T17:47:52.545Z[ host-image] Sep 09 17:47:51.534 INFO O| Sep 09 17:47:51.534 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm
90622024-09-09T17:47:52.547Z[ host-image] Sep 09 17:47:51.534 INFO O| Sep 09 17:47:51.534 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm
90632024-09-09T17:47:52.547Z[ host-image] Sep 09 17:47:51.534 INFO O| Sep 09 17:47:51.534 INFO STEP 56 (ensure_dir) COMPLETE
90642024-09-09T17:47:52.547Z[ host-image] Sep 09 17:47:51.534 INFO O| Sep 09 17:47:51.534 INFO STEP 57: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
90652024-09-09T17:47:52.554Z[ host-image] Sep 09 17:47:51.544 INFO O| Sep 09 17:47:51.544 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/ddmadm does not exist
90662024-09-09T17:47:52.554Z[ host-image] Sep 09 17:47:51.544 INFO O| Sep 09 17:47:51.544 INFO copying /tmp/.tmpeS9XWJ/proto/host/root/opt/oxide/mg-ddm/ddmadm -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/ddmadm ...
90672024-09-09T17:47:52.569Z[ host-image] Sep 09 17:47:51.558 INFO O| Sep 09 17:47:51.558 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/ddmadm
90682024-09-09T17:47:52.569Z[ host-image] Sep 09 17:47:51.558 INFO O| Sep 09 17:47:51.558 INFO ok!
90692024-09-09T17:47:52.572Z[ host-image] Sep 09 17:47:51.558 INFO O| Sep 09 17:47:51.558 INFO STEP 57 (ensure_file) COMPLETE
90702024-09-09T17:47:52.572Z[ host-image] Sep 09 17:47:51.558 INFO O| Sep 09 17:47:51.558 INFO STEP 58: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
90712024-09-09T17:47:52.580Z[ host-image] Sep 09 17:47:51.569 INFO O| Sep 09 17:47:51.569 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/ddmd does not exist
90722024-09-09T17:47:52.580Z[ host-image] Sep 09 17:47:51.569 INFO O| Sep 09 17:47:51.569 INFO copying /tmp/.tmpeS9XWJ/proto/host/root/opt/oxide/mg-ddm/ddmd -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/ddmd ...
90732024-09-09T17:47:53.642Z[ host-image] Sep 09 17:47:52.630 INFO O| Sep 09 17:47:52.630 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/ddmd
90742024-09-09T17:47:53.642Z[ host-image] Sep 09 17:47:52.630 INFO O| Sep 09 17:47:52.630 INFO ok!
90752024-09-09T17:47:53.644Z[ host-image] Sep 09 17:47:52.630 INFO O| Sep 09 17:47:52.630 INFO STEP 58 (ensure_file) COMPLETE
90762024-09-09T17:47:53.644Z[ host-image] Sep 09 17:47:52.630 INFO O| Sep 09 17:47:52.630 INFO STEP 59: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
90772024-09-09T17:47:53.653Z[ host-image] Sep 09 17:47:52.642 INFO O| Sep 09 17:47:52.642 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/pkg
90782024-09-09T17:47:53.653Z[ host-image] Sep 09 17:47:52.642 INFO O| Sep 09 17:47:52.642 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/pkg
90792024-09-09T17:47:53.653Z[ host-image] Sep 09 17:47:52.642 INFO O| Sep 09 17:47:52.642 INFO STEP 59 (ensure_dir) COMPLETE
90802024-09-09T17:47:53.655Z[ host-image] Sep 09 17:47:52.642 INFO O| Sep 09 17:47:52.642 INFO STEP 60: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
90812024-09-09T17:47:53.662Z[ host-image] Sep 09 17:47:52.652 INFO O| Sep 09 17:47:52.652 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/pkg/refresh_ctrun_child.sh does not exist
90822024-09-09T17:47:53.662Z[ host-image] Sep 09 17:47:52.652 INFO O| Sep 09 17:47:52.652 INFO copying /tmp/.tmpeS9XWJ/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 ...
90832024-09-09T17:47:53.665Z[ host-image] Sep 09 17:47:52.652 INFO O| Sep 09 17:47:52.652 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/pkg/refresh_ctrun_child.sh
90842024-09-09T17:47:53.665Z[ host-image] Sep 09 17:47:52.652 INFO O| Sep 09 17:47:52.652 INFO ok!
90852024-09-09T17:47:53.665Z[ host-image] Sep 09 17:47:52.652 INFO O| Sep 09 17:47:52.652 INFO STEP 60 (ensure_file) COMPLETE
90862024-09-09T17:47:53.665Z[ host-image] Sep 09 17:47:52.652 INFO O| Sep 09 17:47:52.652 INFO STEP 61: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
90872024-09-09T17:47:53.672Z[ host-image] Sep 09 17:47:52.661 INFO O| Sep 09 17:47:52.661 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/pkg/mgd_method_script.sh does not exist
90882024-09-09T17:47:53.672Z[ host-image] Sep 09 17:47:52.661 INFO O| Sep 09 17:47:52.661 INFO copying /tmp/.tmpeS9XWJ/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 ...
90892024-09-09T17:47:53.675Z[ host-image] Sep 09 17:47:52.661 INFO O| Sep 09 17:47:52.661 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/pkg/mgd_method_script.sh
90902024-09-09T17:47:53.675Z[ host-image] Sep 09 17:47:52.662 INFO O| Sep 09 17:47:52.661 INFO ok!
90912024-09-09T17:47:53.675Z[ host-image] Sep 09 17:47:52.662 INFO O| Sep 09 17:47:52.661 INFO STEP 61 (ensure_file) COMPLETE
90922024-09-09T17:47:53.675Z[ host-image] Sep 09 17:47:52.662 INFO O| Sep 09 17:47:52.661 INFO STEP 62: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
90932024-09-09T17:47:53.682Z[ host-image] Sep 09 17:47:52.671 INFO O| Sep 09 17:47:52.671 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/pkg/mgd
90942024-09-09T17:47:53.682Z[ host-image] Sep 09 17:47:52.671 INFO O| Sep 09 17:47:52.671 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/pkg/mgd
90952024-09-09T17:47:53.685Z[ host-image] Sep 09 17:47:52.671 INFO O| Sep 09 17:47:52.671 INFO STEP 62 (ensure_dir) COMPLETE
90962024-09-09T17:47:53.685Z[ host-image] Sep 09 17:47:52.671 INFO O| Sep 09 17:47:52.671 INFO STEP 63: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
90972024-09-09T17:47:53.693Z[ host-image] Sep 09 17:47:52.681 INFO O| Sep 09 17:47:52.681 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/pkg/mgd/manifest.xml does not exist
90982024-09-09T17:47:53.693Z[ host-image] Sep 09 17:47:52.681 INFO O| Sep 09 17:47:52.681 INFO copying /tmp/.tmpeS9XWJ/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 ...
90992024-09-09T17:47:53.693Z[ host-image] Sep 09 17:47:52.681 INFO O| Sep 09 17:47:52.681 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/pkg/mgd/manifest.xml
91002024-09-09T17:47:53.695Z[ host-image] Sep 09 17:47:52.681 INFO O| Sep 09 17:47:52.681 INFO ok!
91012024-09-09T17:47:53.695Z[ host-image] Sep 09 17:47:52.681 INFO O| Sep 09 17:47:52.681 INFO STEP 63 (ensure_file) COMPLETE
91022024-09-09T17:47:53.696Z[ host-image] Sep 09 17:47:52.681 INFO O| Sep 09 17:47:52.681 INFO STEP 64: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
91032024-09-09T17:47:53.702Z[ host-image] Sep 09 17:47:52.691 INFO O| Sep 09 17:47:52.691 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/pkg/ddm_method_script.sh does not exist
91042024-09-09T17:47:53.704Z[ host-image] Sep 09 17:47:52.691 INFO O| Sep 09 17:47:52.691 INFO copying /tmp/.tmpeS9XWJ/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 ...
91052024-09-09T17:47:53.704Z[ host-image] Sep 09 17:47:52.691 INFO O| Sep 09 17:47:52.691 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/pkg/ddm_method_script.sh
91062024-09-09T17:47:53.704Z[ host-image] Sep 09 17:47:52.691 INFO O| Sep 09 17:47:52.691 INFO ok!
91072024-09-09T17:47:53.704Z[ host-image] Sep 09 17:47:52.691 INFO O| Sep 09 17:47:52.691 INFO STEP 64 (ensure_file) COMPLETE
91082024-09-09T17:47:53.704Z[ host-image] Sep 09 17:47:52.691 INFO O| Sep 09 17:47:52.691 INFO STEP 65: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
91092024-09-09T17:47:53.712Z[ host-image] Sep 09 17:47:52.701 INFO O| Sep 09 17:47:52.701 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/pkg/ddm
91102024-09-09T17:47:53.714Z[ host-image] Sep 09 17:47:52.701 INFO O| Sep 09 17:47:52.701 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/pkg/ddm
91112024-09-09T17:47:53.714Z[ host-image] Sep 09 17:47:52.701 INFO O| Sep 09 17:47:52.701 INFO STEP 65 (ensure_dir) COMPLETE
91122024-09-09T17:47:53.714Z[ host-image] Sep 09 17:47:52.701 INFO O| Sep 09 17:47:52.701 INFO STEP 66: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
91132024-09-09T17:47:53.722Z[ host-image] Sep 09 17:47:52.711 INFO O| Sep 09 17:47:52.711 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/pkg/ddm/manifest.xml does not exist
91142024-09-09T17:47:53.722Z[ host-image] Sep 09 17:47:52.711 INFO O| Sep 09 17:47:52.711 INFO copying /tmp/.tmpeS9XWJ/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 ...
91152024-09-09T17:47:53.724Z[ host-image] Sep 09 17:47:52.711 INFO O| Sep 09 17:47:52.711 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/pkg/ddm/manifest.xml
91162024-09-09T17:47:53.724Z[ host-image] Sep 09 17:47:52.711 INFO O| Sep 09 17:47:52.711 INFO ok!
91172024-09-09T17:47:53.724Z[ host-image] Sep 09 17:47:52.711 INFO O| Sep 09 17:47:52.711 INFO STEP 66 (ensure_file) COMPLETE
91182024-09-09T17:47:53.724Z[ host-image] Sep 09 17:47:52.711 INFO O| Sep 09 17:47:52.711 INFO STEP 67: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
91192024-09-09T17:47:53.732Z[ host-image] Sep 09 17:47:52.721 INFO O| Sep 09 17:47:52.721 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/VERSION does not exist
91202024-09-09T17:47:53.732Z[ host-image] Sep 09 17:47:52.721 INFO O| Sep 09 17:47:52.721 INFO copying /tmp/.tmpeS9XWJ/proto/host/root/opt/oxide/mg-ddm/VERSION -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/VERSION ...
91212024-09-09T17:47:53.734Z[ host-image] Sep 09 17:47:52.721 INFO O| Sep 09 17:47:52.721 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/VERSION
91222024-09-09T17:47:53.734Z[ host-image] Sep 09 17:47:52.721 INFO O| Sep 09 17:47:52.721 INFO ok!
91232024-09-09T17:47:53.734Z[ host-image] Sep 09 17:47:52.721 INFO O| Sep 09 17:47:52.721 INFO STEP 67 (ensure_file) COMPLETE
91242024-09-09T17:47:53.734Z[ host-image] Sep 09 17:47:52.721 INFO O| Sep 09 17:47:52.721 INFO STEP 68: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
91252024-09-09T17:47:53.741Z[ host-image] Sep 09 17:47:52.730 INFO O| Sep 09 17:47:52.730 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent
91262024-09-09T17:47:53.741Z[ host-image] Sep 09 17:47:52.730 INFO O| Sep 09 17:47:52.730 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent
91272024-09-09T17:47:53.744Z[ host-image] Sep 09 17:47:52.730 INFO O| Sep 09 17:47:52.730 INFO STEP 68 (ensure_dir) COMPLETE
91282024-09-09T17:47:53.744Z[ host-image] Sep 09 17:47:52.730 INFO O| Sep 09 17:47:52.730 INFO STEP 69: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
91292024-09-09T17:47:53.751Z[ host-image] Sep 09 17:47:52.740 INFO O| Sep 09 17:47:52.740 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent/zone-bundle does not exist
91302024-09-09T17:47:53.751Z[ host-image] Sep 09 17:47:52.740 INFO O| Sep 09 17:47:52.740 INFO copying /tmp/.tmpeS9XWJ/proto/host/root/opt/oxide/sled-agent/zone-bundle -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent/zone-bundle ...
91312024-09-09T17:47:54.305Z[ host-image] Sep 09 17:47:53.294 INFO O| Sep 09 17:47:53.294 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent/zone-bundle
91322024-09-09T17:47:54.305Z[ host-image] Sep 09 17:47:53.294 INFO O| Sep 09 17:47:53.294 INFO ok!
91332024-09-09T17:47:54.305Z[ host-image] Sep 09 17:47:53.294 INFO O| Sep 09 17:47:53.294 INFO STEP 69 (ensure_file) COMPLETE
91342024-09-09T17:47:54.305Z[ host-image] Sep 09 17:47:53.294 INFO O| Sep 09 17:47:53.294 INFO STEP 70: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
91352024-09-09T17:47:54.316Z[ host-image] Sep 09 17:47:53.305 INFO O| Sep 09 17:47:53.305 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent/sled-agent does not exist
91362024-09-09T17:47:54.316Z[ host-image] Sep 09 17:47:53.305 INFO O| Sep 09 17:47:53.305 INFO copying /tmp/.tmpeS9XWJ/proto/host/root/opt/oxide/sled-agent/sled-agent -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent/sled-agent ...
91372024-09-09T17:47:55.741Z[ host-image] Sep 09 17:47:54.729 INFO O| Sep 09 17:47:54.729 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent/sled-agent
91382024-09-09T17:47:55.741Z[ host-image] Sep 09 17:47:54.729 INFO O| Sep 09 17:47:54.729 INFO ok!
91392024-09-09T17:47:55.741Z[ host-image] Sep 09 17:47:54.729 INFO O| Sep 09 17:47:54.729 INFO STEP 70 (ensure_file) COMPLETE
91402024-09-09T17:47:55.743Z[ host-image] Sep 09 17:47:54.729 INFO O| Sep 09 17:47:54.729 INFO STEP 71: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
91412024-09-09T17:47:55.751Z[ host-image] Sep 09 17:47:54.740 INFO O| Sep 09 17:47:54.740 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent/pkg
91422024-09-09T17:47:55.754Z[ host-image] Sep 09 17:47:54.740 INFO O| Sep 09 17:47:54.740 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent/pkg
91432024-09-09T17:47:55.754Z[ host-image] Sep 09 17:47:54.740 INFO O| Sep 09 17:47:54.740 INFO STEP 71 (ensure_dir) COMPLETE
91442024-09-09T17:47:55.754Z[ host-image] Sep 09 17:47:54.740 INFO O| Sep 09 17:47:54.740 INFO STEP 72: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
91452024-09-09T17:47:55.761Z[ host-image] Sep 09 17:47:54.750 INFO O| Sep 09 17:47:54.750 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent/pkg/config.toml does not exist
91462024-09-09T17:47:55.761Z[ host-image] Sep 09 17:47:54.750 INFO O| Sep 09 17:47:54.750 INFO copying /tmp/.tmpeS9XWJ/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 ...
91472024-09-09T17:47:55.764Z[ host-image] Sep 09 17:47:54.750 INFO O| Sep 09 17:47:54.750 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent/pkg/config.toml
91482024-09-09T17:47:55.764Z[ host-image] Sep 09 17:47:54.750 INFO O| Sep 09 17:47:54.750 INFO ok!
91492024-09-09T17:47:55.764Z[ host-image] Sep 09 17:47:54.750 INFO O| Sep 09 17:47:54.750 INFO STEP 72 (ensure_file) COMPLETE
91502024-09-09T17:47:55.764Z[ host-image] Sep 09 17:47:54.750 INFO O| Sep 09 17:47:54.750 INFO STEP 73: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
91512024-09-09T17:47:55.771Z[ host-image] Sep 09 17:47:54.760 INFO O| Sep 09 17:47:54.760 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent/pkg/README.md does not exist
91522024-09-09T17:47:55.771Z[ host-image] Sep 09 17:47:54.760 INFO O| Sep 09 17:47:54.760 INFO copying /tmp/.tmpeS9XWJ/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 ...
91532024-09-09T17:47:55.773Z[ host-image] Sep 09 17:47:54.760 INFO O| Sep 09 17:47:54.760 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent/pkg/README.md
91542024-09-09T17:47:55.773Z[ host-image] Sep 09 17:47:54.760 INFO O| Sep 09 17:47:54.760 INFO ok!
91552024-09-09T17:47:55.773Z[ host-image] Sep 09 17:47:54.760 INFO O| Sep 09 17:47:54.760 INFO STEP 73 (ensure_file) COMPLETE
91562024-09-09T17:47:55.773Z[ host-image] Sep 09 17:47:54.760 INFO O| Sep 09 17:47:54.760 INFO STEP 74: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
91572024-09-09T17:47:55.780Z[ host-image] Sep 09 17:47:54.769 INFO O| Sep 09 17:47:54.769 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent/VERSION does not exist
91582024-09-09T17:47:55.780Z[ host-image] Sep 09 17:47:54.769 INFO O| Sep 09 17:47:54.769 INFO copying /tmp/.tmpeS9XWJ/proto/host/root/opt/oxide/sled-agent/VERSION -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent/VERSION ...
91592024-09-09T17:47:55.783Z[ host-image] Sep 09 17:47:54.769 INFO O| Sep 09 17:47:54.769 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent/VERSION
91602024-09-09T17:47:55.783Z[ host-image] Sep 09 17:47:54.769 INFO O| Sep 09 17:47:54.769 INFO ok!
91612024-09-09T17:47:55.783Z[ host-image] Sep 09 17:47:54.769 INFO O| Sep 09 17:47:54.769 INFO STEP 74 (ensure_file) COMPLETE
91622024-09-09T17:47:55.783Z[ host-image] Sep 09 17:47:54.769 INFO O| Sep 09 17:47:54.769 INFO STEP 75: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
91632024-09-09T17:47:55.791Z[ host-image] Sep 09 17:47:54.780 INFO O| Sep 09 17:47:54.780 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/overlay.tar.gz does not exist
91642024-09-09T17:47:55.791Z[ host-image] Sep 09 17:47:54.780 INFO O| Sep 09 17:47:54.780 INFO copying /tmp/.tmpeS9XWJ/proto/host/root/opt/oxide/overlay.tar.gz -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/overlay.tar.gz ...
91652024-09-09T17:47:55.793Z[ host-image] Sep 09 17:47:54.780 INFO O| Sep 09 17:47:54.780 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/overlay.tar.gz
91662024-09-09T17:47:55.793Z[ host-image] Sep 09 17:47:54.780 INFO O| Sep 09 17:47:54.780 INFO ok!
91672024-09-09T17:47:55.794Z[ host-image] Sep 09 17:47:54.780 INFO O| Sep 09 17:47:54.780 INFO STEP 75 (ensure_file) COMPLETE
91682024-09-09T17:47:55.794Z[ host-image] Sep 09 17:47:54.780 INFO O| Sep 09 17:47:54.780 INFO STEP 76: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
91692024-09-09T17:47:55.801Z[ host-image] Sep 09 17:47:54.789 INFO O| Sep 09 17:47:54.789 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/oxlog
91702024-09-09T17:47:55.803Z[ host-image] Sep 09 17:47:54.790 INFO O| Sep 09 17:47:54.789 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/oxlog
91712024-09-09T17:47:55.803Z[ host-image] Sep 09 17:47:54.790 INFO O| Sep 09 17:47:54.790 INFO STEP 76 (ensure_dir) COMPLETE
91722024-09-09T17:47:55.803Z[ host-image] Sep 09 17:47:54.790 INFO O| Sep 09 17:47:54.790 INFO STEP 77: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
91732024-09-09T17:47:55.811Z[ host-image] Sep 09 17:47:54.799 INFO O| Sep 09 17:47:54.799 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/oxlog/oxlog does not exist
91742024-09-09T17:47:55.811Z[ host-image] Sep 09 17:47:54.799 INFO O| Sep 09 17:47:54.799 INFO copying /tmp/.tmpeS9XWJ/proto/host/root/opt/oxide/oxlog/oxlog -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/oxlog/oxlog ...
91752024-09-09T17:47:56.269Z[ host-image] Sep 09 17:47:55.257 INFO O| Sep 09 17:47:55.257 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/oxlog/oxlog
91762024-09-09T17:47:56.269Z[ host-image] Sep 09 17:47:55.257 INFO O| Sep 09 17:47:55.257 INFO ok!
91772024-09-09T17:47:56.271Z[ host-image] Sep 09 17:47:55.257 INFO O| Sep 09 17:47:55.257 INFO STEP 77 (ensure_file) COMPLETE
91782024-09-09T17:47:56.271Z[ host-image] Sep 09 17:47:55.257 INFO O| Sep 09 17:47:55.257 INFO STEP 78: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
91792024-09-09T17:47:56.280Z[ host-image] Sep 09 17:47:55.269 INFO O| Sep 09 17:47:55.268 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/oxlog/VERSION does not exist
91802024-09-09T17:47:56.280Z[ host-image] Sep 09 17:47:55.269 INFO O| Sep 09 17:47:55.269 INFO copying /tmp/.tmpeS9XWJ/proto/host/root/opt/oxide/oxlog/VERSION -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/oxlog/VERSION ...
91812024-09-09T17:47:56.282Z[ host-image] Sep 09 17:47:55.269 INFO O| Sep 09 17:47:55.269 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/oxlog/VERSION
91822024-09-09T17:47:56.282Z[ host-image] Sep 09 17:47:55.269 INFO O| Sep 09 17:47:55.269 INFO ok!
91832024-09-09T17:47:56.282Z[ host-image] Sep 09 17:47:55.269 INFO O| Sep 09 17:47:55.269 INFO STEP 78 (ensure_file) COMPLETE
91842024-09-09T17:47:56.282Z[ host-image] Sep 09 17:47:55.269 INFO O| Sep 09 17:47:55.269 INFO STEP 79: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
91852024-09-09T17:47:56.290Z[ host-image] Sep 09 17:47:55.279 INFO O| Sep 09 17:47:55.279 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/propolis-server.tar.gz does not exist
91862024-09-09T17:47:56.290Z[ host-image] Sep 09 17:47:55.279 INFO O| Sep 09 17:47:55.279 INFO copying /tmp/.tmpeS9XWJ/proto/host/root/opt/oxide/propolis-server.tar.gz -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/propolis-server.tar.gz ...
91872024-09-09T17:47:56.870Z[ host-image] Sep 09 17:47:55.858 INFO O| Sep 09 17:47:55.858 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/propolis-server.tar.gz
91882024-09-09T17:47:56.870Z[ host-image] Sep 09 17:47:55.858 INFO O| Sep 09 17:47:55.858 INFO ok!
91892024-09-09T17:47:56.873Z[ host-image] Sep 09 17:47:55.858 INFO O| Sep 09 17:47:55.858 INFO STEP 79 (ensure_file) COMPLETE
91902024-09-09T17:47:56.873Z[ host-image] Sep 09 17:47:55.858 INFO O| Sep 09 17:47:55.858 INFO STEP 80: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
91912024-09-09T17:47:56.881Z[ host-image] Sep 09 17:47:55.870 INFO O| Sep 09 17:47:55.869 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind
91922024-09-09T17:47:56.881Z[ host-image] Sep 09 17:47:55.870 INFO O| Sep 09 17:47:55.870 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind
91932024-09-09T17:47:56.883Z[ host-image] Sep 09 17:47:55.870 INFO O| Sep 09 17:47:55.870 INFO STEP 80 (ensure_dir) COMPLETE
91942024-09-09T17:47:56.883Z[ host-image] Sep 09 17:47:55.870 INFO O| Sep 09 17:47:55.870 INFO STEP 81: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
91952024-09-09T17:47:56.891Z[ host-image] Sep 09 17:47:55.879 INFO O| Sep 09 17:47:55.879 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/lib
91962024-09-09T17:47:56.891Z[ host-image] Sep 09 17:47:55.879 INFO O| Sep 09 17:47:55.879 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/lib
91972024-09-09T17:47:56.891Z[ host-image] Sep 09 17:47:55.879 INFO O| Sep 09 17:47:55.879 INFO STEP 81 (ensure_dir) COMPLETE
91982024-09-09T17:47:56.893Z[ host-image] Sep 09 17:47:55.879 INFO O| Sep 09 17:47:55.879 INFO STEP 82: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
91992024-09-09T17:47:56.900Z[ host-image] Sep 09 17:47:55.889 INFO O| Sep 09 17:47:55.889 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/lib/svc
92002024-09-09T17:47:56.900Z[ host-image] Sep 09 17:47:55.889 INFO O| Sep 09 17:47:55.889 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/lib/svc
92012024-09-09T17:47:56.900Z[ host-image] Sep 09 17:47:55.889 INFO O| Sep 09 17:47:55.889 INFO STEP 82 (ensure_dir) COMPLETE
92022024-09-09T17:47:56.903Z[ host-image] Sep 09 17:47:55.889 INFO O| Sep 09 17:47:55.889 INFO STEP 83: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
92032024-09-09T17:47:56.910Z[ host-image] Sep 09 17:47:55.899 INFO O| Sep 09 17:47:55.899 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/lib/svc/manifest
92042024-09-09T17:47:56.910Z[ host-image] Sep 09 17:47:55.899 INFO O| Sep 09 17:47:55.899 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/lib/svc/manifest
92052024-09-09T17:47:56.913Z[ host-image] Sep 09 17:47:55.899 INFO O| Sep 09 17:47:55.899 INFO STEP 83 (ensure_dir) COMPLETE
92062024-09-09T17:47:56.913Z[ host-image] Sep 09 17:47:55.899 INFO O| Sep 09 17:47:55.899 INFO STEP 84: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
92072024-09-09T17:47:56.919Z[ host-image] Sep 09 17:47:55.908 INFO O| Sep 09 17:47:55.908 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/lib/svc/manifest/system
92082024-09-09T17:47:56.920Z[ host-image] Sep 09 17:47:55.908 INFO O| Sep 09 17:47:55.908 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/lib/svc/manifest/system
92092024-09-09T17:47:56.920Z[ host-image] Sep 09 17:47:55.908 INFO O| Sep 09 17:47:55.908 INFO STEP 84 (ensure_dir) COMPLETE
92102024-09-09T17:47:56.922Z[ host-image] Sep 09 17:47:55.908 INFO O| Sep 09 17:47:55.908 INFO STEP 85: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
92112024-09-09T17:47:56.929Z[ host-image] Sep 09 17:47:55.918 INFO O| Sep 09 17:47:55.918 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/lib/svc/manifest/system/pumpkind.xml does not exist
92122024-09-09T17:47:56.929Z[ host-image] Sep 09 17:47:55.918 INFO O| Sep 09 17:47:55.918 INFO copying /tmp/.tmpeS9XWJ/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 ...
92132024-09-09T17:47:56.932Z[ host-image] Sep 09 17:47:55.918 INFO O| Sep 09 17:47:55.918 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/lib/svc/manifest/system/pumpkind.xml
92142024-09-09T17:47:56.932Z[ host-image] Sep 09 17:47:55.918 INFO O| Sep 09 17:47:55.918 INFO ok!
92152024-09-09T17:47:56.932Z[ host-image] Sep 09 17:47:55.918 INFO O| Sep 09 17:47:55.918 INFO STEP 85 (ensure_file) COMPLETE
92162024-09-09T17:47:56.932Z[ host-image] Sep 09 17:47:55.918 INFO O| Sep 09 17:47:55.918 INFO STEP 86: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
92172024-09-09T17:47:56.939Z[ host-image] Sep 09 17:47:55.928 INFO O| Sep 09 17:47:55.928 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/bin
92182024-09-09T17:47:56.942Z[ host-image] Sep 09 17:47:55.928 INFO O| Sep 09 17:47:55.928 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/bin
92192024-09-09T17:47:56.942Z[ host-image] Sep 09 17:47:55.928 INFO O| Sep 09 17:47:55.928 INFO STEP 86 (ensure_dir) COMPLETE
92202024-09-09T17:47:56.942Z[ host-image] Sep 09 17:47:55.928 INFO O| Sep 09 17:47:55.928 INFO STEP 87: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
92212024-09-09T17:47:56.949Z[ host-image] Sep 09 17:47:55.938 INFO O| Sep 09 17:47:55.938 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/bin/svc-pumpkind does not exist
92222024-09-09T17:47:56.949Z[ host-image] Sep 09 17:47:55.938 INFO O| Sep 09 17:47:55.938 INFO copying /tmp/.tmpeS9XWJ/proto/host/root/opt/oxide/pumpkind/bin/svc-pumpkind -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/bin/svc-pumpkind ...
92232024-09-09T17:47:56.952Z[ host-image] Sep 09 17:47:55.938 INFO O| Sep 09 17:47:55.938 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/bin/svc-pumpkind
92242024-09-09T17:47:56.952Z[ host-image] Sep 09 17:47:55.938 INFO O| Sep 09 17:47:55.938 INFO ok!
92252024-09-09T17:47:56.952Z[ host-image] Sep 09 17:47:55.938 INFO O| Sep 09 17:47:55.938 INFO STEP 87 (ensure_file) COMPLETE
92262024-09-09T17:47:56.952Z[ host-image] Sep 09 17:47:55.938 INFO O| Sep 09 17:47:55.938 INFO STEP 88: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
92272024-09-09T17:47:56.959Z[ host-image] Sep 09 17:47:55.948 INFO O| Sep 09 17:47:55.948 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/bin/pumpkinadm does not exist
92282024-09-09T17:47:56.959Z[ host-image] Sep 09 17:47:55.948 INFO O| Sep 09 17:47:55.948 INFO copying /tmp/.tmpeS9XWJ/proto/host/root/opt/oxide/pumpkind/bin/pumpkinadm -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/bin/pumpkinadm ...
92292024-09-09T17:47:56.971Z[ host-image] Sep 09 17:47:55.960 INFO O| Sep 09 17:47:55.960 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/bin/pumpkinadm
92302024-09-09T17:47:56.971Z[ host-image] Sep 09 17:47:55.960 INFO O| Sep 09 17:47:55.960 INFO ok!
92312024-09-09T17:47:56.973Z[ host-image] Sep 09 17:47:55.960 INFO O| Sep 09 17:47:55.960 INFO STEP 88 (ensure_file) COMPLETE
92322024-09-09T17:47:56.974Z[ host-image] Sep 09 17:47:55.960 INFO O| Sep 09 17:47:55.960 INFO STEP 89: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
92332024-09-09T17:47:56.981Z[ host-image] Sep 09 17:47:55.969 INFO O| Sep 09 17:47:55.969 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/bin/pumpkind does not exist
92342024-09-09T17:47:56.981Z[ host-image] Sep 09 17:47:55.969 INFO O| Sep 09 17:47:55.969 INFO copying /tmp/.tmpeS9XWJ/proto/host/root/opt/oxide/pumpkind/bin/pumpkind -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/bin/pumpkind ...
92352024-09-09T17:47:57.453Z[ host-image] Sep 09 17:47:56.441 INFO O| Sep 09 17:47:56.441 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/bin/pumpkind
92362024-09-09T17:47:57.456Z[ host-image] Sep 09 17:47:56.441 INFO O| Sep 09 17:47:56.441 INFO ok!
92372024-09-09T17:47:57.456Z[ host-image] Sep 09 17:47:56.441 INFO O| Sep 09 17:47:56.441 INFO STEP 89 (ensure_file) COMPLETE
92382024-09-09T17:47:57.456Z[ host-image] Sep 09 17:47:56.441 INFO O| Sep 09 17:47:56.441 INFO STEP 90: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
92392024-09-09T17:47:57.464Z[ host-image] Sep 09 17:47:56.453 INFO O| Sep 09 17:47:56.453 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/VERSION does not exist
92402024-09-09T17:47:57.467Z[ host-image] Sep 09 17:47:56.453 INFO O| Sep 09 17:47:56.453 INFO copying /tmp/.tmpeS9XWJ/proto/host/root/opt/oxide/pumpkind/VERSION -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/VERSION ...
92412024-09-09T17:47:57.467Z[ host-image] Sep 09 17:47:56.453 INFO O| Sep 09 17:47:56.453 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/VERSION
92422024-09-09T17:47:57.467Z[ host-image] Sep 09 17:47:56.453 INFO O| Sep 09 17:47:56.453 INFO ok!
92432024-09-09T17:47:57.467Z[ host-image] Sep 09 17:47:56.453 INFO O| Sep 09 17:47:56.453 INFO STEP 90 (ensure_file) COMPLETE
92442024-09-09T17:47:57.467Z[ host-image] Sep 09 17:47:56.453 INFO O| Sep 09 17:47:56.453 INFO STEP 91: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
92452024-09-09T17:47:57.474Z[ host-image] Sep 09 17:47:56.463 INFO O| Sep 09 17:47:56.462 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace
92462024-09-09T17:47:57.477Z[ host-image] Sep 09 17:47:56.463 INFO O| Sep 09 17:47:56.463 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace
92472024-09-09T17:47:57.477Z[ host-image] Sep 09 17:47:56.463 INFO O| Sep 09 17:47:56.463 INFO STEP 91 (ensure_dir) COMPLETE
92482024-09-09T17:47:57.477Z[ host-image] Sep 09 17:47:56.463 INFO O| Sep 09 17:47:56.463 INFO STEP 92: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
92492024-09-09T17:47:57.484Z[ host-image] Sep 09 17:47:56.472 INFO O| Sep 09 17:47:56.472 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/upstairs_repair.d does not exist
92502024-09-09T17:47:57.484Z[ host-image] Sep 09 17:47:56.472 INFO O| Sep 09 17:47:56.472 INFO copying /tmp/.tmpeS9XWJ/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 ...
92512024-09-09T17:47:57.486Z[ host-image] Sep 09 17:47:56.473 INFO O| Sep 09 17:47:56.473 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/upstairs_repair.d
92522024-09-09T17:47:57.486Z[ host-image] Sep 09 17:47:56.473 INFO O| Sep 09 17:47:56.473 INFO ok!
92532024-09-09T17:47:57.486Z[ host-image] Sep 09 17:47:56.473 INFO O| Sep 09 17:47:56.473 INFO STEP 92 (ensure_file) COMPLETE
92542024-09-09T17:47:57.486Z[ host-image] Sep 09 17:47:56.473 INFO O| Sep 09 17:47:56.473 INFO STEP 93: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
92552024-09-09T17:47:57.494Z[ host-image] Sep 09 17:47:56.483 INFO O| Sep 09 17:47:56.483 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/upstairs_raw.d does not exist
92562024-09-09T17:47:57.494Z[ host-image] Sep 09 17:47:56.483 INFO O| Sep 09 17:47:56.483 INFO copying /tmp/.tmpeS9XWJ/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 ...
92572024-09-09T17:47:57.497Z[ host-image] Sep 09 17:47:56.483 INFO O| Sep 09 17:47:56.483 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/upstairs_raw.d
92582024-09-09T17:47:57.497Z[ host-image] Sep 09 17:47:56.483 INFO O| Sep 09 17:47:56.483 INFO ok!
92592024-09-09T17:47:57.497Z[ host-image] Sep 09 17:47:56.483 INFO O| Sep 09 17:47:56.483 INFO STEP 93 (ensure_file) COMPLETE
92602024-09-09T17:47:57.497Z[ host-image] Sep 09 17:47:56.483 INFO O| Sep 09 17:47:56.483 INFO STEP 94: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
92612024-09-09T17:47:57.504Z[ host-image] Sep 09 17:47:56.493 INFO O| Sep 09 17:47:56.493 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/upstairs_info.d does not exist
92622024-09-09T17:47:57.504Z[ host-image] Sep 09 17:47:56.493 INFO O| Sep 09 17:47:56.493 INFO copying /tmp/.tmpeS9XWJ/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 ...
92632024-09-09T17:47:57.507Z[ host-image] Sep 09 17:47:56.493 INFO O| Sep 09 17:47:56.493 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/upstairs_info.d
92642024-09-09T17:47:57.507Z[ host-image] Sep 09 17:47:56.493 INFO O| Sep 09 17:47:56.493 INFO ok!
92652024-09-09T17:47:57.507Z[ host-image] Sep 09 17:47:56.493 INFO O| Sep 09 17:47:56.493 INFO STEP 94 (ensure_file) COMPLETE
92662024-09-09T17:47:57.507Z[ host-image] Sep 09 17:47:56.493 INFO O| Sep 09 17:47:56.493 INFO STEP 95: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
92672024-09-09T17:47:57.515Z[ host-image] Sep 09 17:47:56.503 INFO O| Sep 09 17:47:56.503 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/upstairs_count.d does not exist
92682024-09-09T17:47:57.515Z[ host-image] Sep 09 17:47:56.503 INFO O| Sep 09 17:47:56.503 INFO copying /tmp/.tmpeS9XWJ/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 ...
92692024-09-09T17:47:57.517Z[ host-image] Sep 09 17:47:56.503 INFO O| Sep 09 17:47:56.503 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/upstairs_count.d
92702024-09-09T17:47:57.517Z[ host-image] Sep 09 17:47:56.503 INFO O| Sep 09 17:47:56.503 INFO ok!
92712024-09-09T17:47:57.517Z[ host-image] Sep 09 17:47:56.503 INFO O| Sep 09 17:47:56.503 INFO STEP 95 (ensure_file) COMPLETE
92722024-09-09T17:47:57.517Z[ host-image] Sep 09 17:47:56.504 INFO O| Sep 09 17:47:56.503 INFO STEP 96: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
92732024-09-09T17:47:57.525Z[ host-image] Sep 09 17:47:56.513 INFO O| Sep 09 17:47:56.513 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/upstairs_action.d does not exist
92742024-09-09T17:47:57.525Z[ host-image] Sep 09 17:47:56.513 INFO O| Sep 09 17:47:56.513 INFO copying /tmp/.tmpeS9XWJ/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 ...
92752024-09-09T17:47:57.527Z[ host-image] Sep 09 17:47:56.513 INFO O| Sep 09 17:47:56.513 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/upstairs_action.d
92762024-09-09T17:47:57.527Z[ host-image] Sep 09 17:47:56.513 INFO O| Sep 09 17:47:56.513 INFO ok!
92772024-09-09T17:47:57.527Z[ host-image] Sep 09 17:47:56.513 INFO O| Sep 09 17:47:56.513 INFO STEP 96 (ensure_file) COMPLETE
92782024-09-09T17:47:57.527Z[ host-image] Sep 09 17:47:56.513 INFO O| Sep 09 17:47:56.513 INFO STEP 97: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
92792024-09-09T17:47:57.535Z[ host-image] Sep 09 17:47:56.524 INFO O| Sep 09 17:47:56.524 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/tracegw.d does not exist
92802024-09-09T17:47:57.535Z[ host-image] Sep 09 17:47:56.524 INFO O| Sep 09 17:47:56.524 INFO copying /tmp/.tmpeS9XWJ/proto/host/root/opt/oxide/crucible_dtrace/tracegw.d -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/tracegw.d ...
92812024-09-09T17:47:57.538Z[ host-image] Sep 09 17:47:56.524 INFO O| Sep 09 17:47:56.524 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/tracegw.d
92822024-09-09T17:47:57.538Z[ host-image] Sep 09 17:47:56.524 INFO O| Sep 09 17:47:56.524 INFO ok!
92832024-09-09T17:47:57.538Z[ host-image] Sep 09 17:47:56.524 INFO O| Sep 09 17:47:56.524 INFO STEP 97 (ensure_file) COMPLETE
92842024-09-09T17:47:57.538Z[ host-image] Sep 09 17:47:56.524 INFO O| Sep 09 17:47:56.524 INFO STEP 98: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
92852024-09-09T17:47:57.545Z[ host-image] Sep 09 17:47:56.534 INFO O| Sep 09 17:47:56.534 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/trace-vol.d does not exist
92862024-09-09T17:47:57.545Z[ host-image] Sep 09 17:47:56.534 INFO O| Sep 09 17:47:56.534 INFO copying /tmp/.tmpeS9XWJ/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 ...
92872024-09-09T17:47:57.548Z[ host-image] Sep 09 17:47:56.534 INFO O| Sep 09 17:47:56.534 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/trace-vol.d
92882024-09-09T17:47:57.548Z[ host-image] Sep 09 17:47:56.534 INFO O| Sep 09 17:47:56.534 INFO ok!
92892024-09-09T17:47:57.548Z[ host-image] Sep 09 17:47:56.534 INFO O| Sep 09 17:47:56.534 INFO STEP 98 (ensure_file) COMPLETE
92902024-09-09T17:47:57.548Z[ host-image] Sep 09 17:47:56.534 INFO O| Sep 09 17:47:56.534 INFO STEP 99: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
92912024-09-09T17:47:57.555Z[ host-image] Sep 09 17:47:56.544 INFO O| Sep 09 17:47:56.544 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/sled_upstairs_info.d does not exist
92922024-09-09T17:47:57.558Z[ host-image] Sep 09 17:47:56.544 INFO O| Sep 09 17:47:56.544 INFO copying /tmp/.tmpeS9XWJ/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 ...
92932024-09-09T17:47:57.558Z[ host-image] Sep 09 17:47:56.544 INFO O| Sep 09 17:47:56.544 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/sled_upstairs_info.d
92942024-09-09T17:47:57.558Z[ host-image] Sep 09 17:47:56.544 INFO O| Sep 09 17:47:56.544 INFO ok!
92952024-09-09T17:47:57.558Z[ host-image] Sep 09 17:47:56.544 INFO O| Sep 09 17:47:56.544 INFO STEP 99 (ensure_file) COMPLETE
92962024-09-09T17:47:57.558Z[ host-image] Sep 09 17:47:56.544 INFO O| Sep 09 17:47:56.544 INFO STEP 100: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
92972024-09-09T17:47:57.565Z[ host-image] Sep 09 17:47:56.554 INFO O| Sep 09 17:47:56.554 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/single_up_info.d does not exist
92982024-09-09T17:47:57.568Z[ host-image] Sep 09 17:47:56.554 INFO O| Sep 09 17:47:56.554 INFO copying /tmp/.tmpeS9XWJ/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 ...
92992024-09-09T17:47:57.568Z[ host-image] Sep 09 17:47:56.554 INFO O| Sep 09 17:47:56.554 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/single_up_info.d
93002024-09-09T17:47:57.568Z[ host-image] Sep 09 17:47:56.554 INFO O| Sep 09 17:47:56.554 INFO ok!
93012024-09-09T17:47:57.568Z[ host-image] Sep 09 17:47:56.554 INFO O| Sep 09 17:47:56.554 INFO STEP 100 (ensure_file) COMPLETE
93022024-09-09T17:47:57.568Z[ host-image] Sep 09 17:47:56.554 INFO O| Sep 09 17:47:56.554 INFO STEP 101: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
93032024-09-09T17:47:57.577Z[ host-image] Sep 09 17:47:56.564 INFO O| Sep 09 17:47:56.564 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perfgw.d does not exist
93042024-09-09T17:47:57.577Z[ host-image] Sep 09 17:47:56.564 INFO O| Sep 09 17:47:56.564 INFO copying /tmp/.tmpeS9XWJ/proto/host/root/opt/oxide/crucible_dtrace/perfgw.d -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perfgw.d ...
93052024-09-09T17:47:57.580Z[ host-image] Sep 09 17:47:56.564 INFO O| Sep 09 17:47:56.564 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perfgw.d
93062024-09-09T17:47:57.580Z[ host-image] Sep 09 17:47:56.565 INFO O| Sep 09 17:47:56.564 INFO ok!
93072024-09-09T17:47:57.580Z[ host-image] Sep 09 17:47:56.565 INFO O| Sep 09 17:47:56.564 INFO STEP 101 (ensure_file) COMPLETE
93082024-09-09T17:47:57.580Z[ host-image] Sep 09 17:47:56.565 INFO O| Sep 09 17:47:56.564 INFO STEP 102: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
93092024-09-09T17:47:57.586Z[ host-image] Sep 09 17:47:56.574 INFO O| Sep 09 17:47:56.574 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-vol.d does not exist
93102024-09-09T17:47:57.586Z[ host-image] Sep 09 17:47:56.574 INFO O| Sep 09 17:47:56.574 INFO copying /tmp/.tmpeS9XWJ/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 ...
93112024-09-09T17:47:57.589Z[ host-image] Sep 09 17:47:56.574 INFO O| Sep 09 17:47:56.574 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-vol.d
93122024-09-09T17:47:57.589Z[ host-image] Sep 09 17:47:56.574 INFO O| Sep 09 17:47:56.574 INFO ok!
93132024-09-09T17:47:57.589Z[ host-image] Sep 09 17:47:56.574 INFO O| Sep 09 17:47:56.574 INFO STEP 102 (ensure_file) COMPLETE
93142024-09-09T17:47:57.589Z[ host-image] Sep 09 17:47:56.574 INFO O| Sep 09 17:47:56.574 INFO STEP 103: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
93152024-09-09T17:47:57.596Z[ host-image] Sep 09 17:47:56.584 INFO O| Sep 09 17:47:56.584 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-upstairs-wf.d does not exist
93162024-09-09T17:47:57.598Z[ host-image] Sep 09 17:47:56.584 INFO O| Sep 09 17:47:56.584 INFO copying /tmp/.tmpeS9XWJ/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 ...
93172024-09-09T17:47:57.598Z[ host-image] Sep 09 17:47:56.585 INFO O| Sep 09 17:47:56.584 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-upstairs-wf.d
93182024-09-09T17:47:57.598Z[ host-image] Sep 09 17:47:56.585 INFO O| Sep 09 17:47:56.585 INFO ok!
93192024-09-09T17:47:57.598Z[ host-image] Sep 09 17:47:56.585 INFO O| Sep 09 17:47:56.585 INFO STEP 103 (ensure_file) COMPLETE
93202024-09-09T17:47:57.598Z[ host-image] Sep 09 17:47:56.585 INFO O| Sep 09 17:47:56.585 INFO STEP 104: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
93212024-09-09T17:47:57.606Z[ host-image] Sep 09 17:47:56.595 INFO O| Sep 09 17:47:56.595 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-reqwest.d does not exist
93222024-09-09T17:47:57.606Z[ host-image] Sep 09 17:47:56.595 INFO O| Sep 09 17:47:56.595 INFO copying /tmp/.tmpeS9XWJ/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 ...
93232024-09-09T17:47:57.609Z[ host-image] Sep 09 17:47:56.595 INFO O| Sep 09 17:47:56.595 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-reqwest.d
93242024-09-09T17:47:57.609Z[ host-image] Sep 09 17:47:56.595 INFO O| Sep 09 17:47:56.595 INFO ok!
93252024-09-09T17:47:57.609Z[ host-image] Sep 09 17:47:56.595 INFO O| Sep 09 17:47:56.595 INFO STEP 104 (ensure_file) COMPLETE
93262024-09-09T17:47:57.609Z[ host-image] Sep 09 17:47:56.595 INFO O| Sep 09 17:47:56.595 INFO STEP 105: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
93272024-09-09T17:47:57.617Z[ host-image] Sep 09 17:47:56.605 INFO O| Sep 09 17:47:56.605 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-online-repair.d does not exist
93282024-09-09T17:47:57.617Z[ host-image] Sep 09 17:47:56.605 INFO O| Sep 09 17:47:56.605 INFO copying /tmp/.tmpeS9XWJ/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 ...
93292024-09-09T17:47:57.619Z[ host-image] Sep 09 17:47:56.606 INFO O| Sep 09 17:47:56.605 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-online-repair.d
93302024-09-09T17:47:57.619Z[ host-image] Sep 09 17:47:56.606 INFO O| Sep 09 17:47:56.605 INFO ok!
93312024-09-09T17:47:57.619Z[ host-image] Sep 09 17:47:56.606 INFO O| Sep 09 17:47:56.606 INFO STEP 105 (ensure_file) COMPLETE
93322024-09-09T17:47:57.619Z[ host-image] Sep 09 17:47:56.606 INFO O| Sep 09 17:47:56.606 INFO STEP 106: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
93332024-09-09T17:47:57.627Z[ host-image] Sep 09 17:47:56.615 INFO O| Sep 09 17:47:56.615 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-ds-net.d does not exist
93342024-09-09T17:47:57.627Z[ host-image] Sep 09 17:47:56.615 INFO O| Sep 09 17:47:56.615 INFO copying /tmp/.tmpeS9XWJ/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 ...
93352024-09-09T17:47:57.629Z[ host-image] Sep 09 17:47:56.616 INFO O| Sep 09 17:47:56.615 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-ds-net.d
93362024-09-09T17:47:57.629Z[ host-image] Sep 09 17:47:56.616 INFO O| Sep 09 17:47:56.616 INFO ok!
93372024-09-09T17:47:57.629Z[ host-image] Sep 09 17:47:56.616 INFO O| Sep 09 17:47:56.616 INFO STEP 106 (ensure_file) COMPLETE
93382024-09-09T17:47:57.629Z[ host-image] Sep 09 17:47:56.616 INFO O| Sep 09 17:47:56.616 INFO STEP 107: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
93392024-09-09T17:47:57.637Z[ host-image] Sep 09 17:47:56.626 INFO O| Sep 09 17:47:56.626 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-ds-client.d does not exist
93402024-09-09T17:47:57.637Z[ host-image] Sep 09 17:47:56.626 INFO O| Sep 09 17:47:56.626 INFO copying /tmp/.tmpeS9XWJ/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 ...
93412024-09-09T17:47:57.640Z[ host-image] Sep 09 17:47:56.626 INFO O| Sep 09 17:47:56.626 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-ds-client.d
93422024-09-09T17:47:57.640Z[ host-image] Sep 09 17:47:56.626 INFO O| Sep 09 17:47:56.626 INFO ok!
93432024-09-09T17:47:57.640Z[ host-image] Sep 09 17:47:56.626 INFO O| Sep 09 17:47:56.626 INFO STEP 107 (ensure_file) COMPLETE
93442024-09-09T17:47:57.640Z[ host-image] Sep 09 17:47:56.626 INFO O| Sep 09 17:47:56.626 INFO STEP 108: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
93452024-09-09T17:47:57.647Z[ host-image] Sep 09 17:47:56.636 INFO O| Sep 09 17:47:56.636 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-downstairs.d does not exist
93462024-09-09T17:47:57.647Z[ host-image] Sep 09 17:47:56.636 INFO O| Sep 09 17:47:56.636 INFO copying /tmp/.tmpeS9XWJ/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 ...
93472024-09-09T17:47:57.647Z[ host-image] Sep 09 17:47:56.636 INFO O| Sep 09 17:47:56.636 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-downstairs.d
93482024-09-09T17:47:57.650Z[ host-image] Sep 09 17:47:56.636 INFO O| Sep 09 17:47:56.636 INFO ok!
93492024-09-09T17:47:57.650Z[ host-image] Sep 09 17:47:56.636 INFO O| Sep 09 17:47:56.636 INFO STEP 108 (ensure_file) COMPLETE
93502024-09-09T17:47:57.650Z[ host-image] Sep 09 17:47:56.636 INFO O| Sep 09 17:47:56.636 INFO STEP 109: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
93512024-09-09T17:47:57.657Z[ host-image] Sep 09 17:47:56.646 INFO O| Sep 09 17:47:56.646 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-downstairs-tick.d does not exist
93522024-09-09T17:47:57.657Z[ host-image] Sep 09 17:47:56.646 INFO O| Sep 09 17:47:56.646 INFO copying /tmp/.tmpeS9XWJ/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 ...
93532024-09-09T17:47:57.660Z[ host-image] Sep 09 17:47:56.646 INFO O| Sep 09 17:47:56.646 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-downstairs-tick.d
93542024-09-09T17:47:57.661Z[ host-image] Sep 09 17:47:56.646 INFO O| Sep 09 17:47:56.646 INFO ok!
93552024-09-09T17:47:57.661Z[ host-image] Sep 09 17:47:56.646 INFO O| Sep 09 17:47:56.646 INFO STEP 109 (ensure_file) COMPLETE
93562024-09-09T17:47:57.661Z[ host-image] Sep 09 17:47:56.646 INFO O| Sep 09 17:47:56.646 INFO STEP 110: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
93572024-09-09T17:47:57.668Z[ host-image] Sep 09 17:47:56.656 INFO O| Sep 09 17:47:56.656 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-downstairs-three.d does not exist
93582024-09-09T17:47:57.668Z[ host-image] Sep 09 17:47:56.656 INFO O| Sep 09 17:47:56.656 INFO copying /tmp/.tmpeS9XWJ/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 ...
93592024-09-09T17:47:57.670Z[ host-image] Sep 09 17:47:56.656 INFO O| Sep 09 17:47:56.656 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-downstairs-three.d
93602024-09-09T17:47:57.670Z[ host-image] Sep 09 17:47:56.656 INFO O| Sep 09 17:47:56.656 INFO ok!
93612024-09-09T17:47:57.670Z[ host-image] Sep 09 17:47:56.656 INFO O| Sep 09 17:47:56.656 INFO STEP 110 (ensure_file) COMPLETE
93622024-09-09T17:47:57.670Z[ host-image] Sep 09 17:47:56.656 INFO O| Sep 09 17:47:56.656 INFO STEP 111: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
93632024-09-09T17:47:57.678Z[ host-image] Sep 09 17:47:56.667 INFO O| Sep 09 17:47:56.667 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-downstairs-os.d does not exist
93642024-09-09T17:47:57.678Z[ host-image] Sep 09 17:47:56.667 INFO O| Sep 09 17:47:56.667 INFO copying /tmp/.tmpeS9XWJ/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 ...
93652024-09-09T17:47:57.681Z[ host-image] Sep 09 17:47:56.667 INFO O| Sep 09 17:47:56.667 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-downstairs-os.d
93662024-09-09T17:47:57.681Z[ host-image] Sep 09 17:47:56.667 INFO O| Sep 09 17:47:56.667 INFO ok!
93672024-09-09T17:47:57.681Z[ host-image] Sep 09 17:47:56.667 INFO O| Sep 09 17:47:56.667 INFO STEP 111 (ensure_file) COMPLETE
93682024-09-09T17:47:57.681Z[ host-image] Sep 09 17:47:56.667 INFO O| Sep 09 17:47:56.667 INFO STEP 112: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
93692024-09-09T17:47:57.689Z[ host-image] Sep 09 17:47:56.677 INFO O| Sep 09 17:47:56.677 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/get-lr-state.sh does not exist
93702024-09-09T17:47:57.689Z[ host-image] Sep 09 17:47:56.677 INFO O| Sep 09 17:47:56.677 INFO copying /tmp/.tmpeS9XWJ/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 ...
93712024-09-09T17:47:57.691Z[ host-image] Sep 09 17:47:56.677 INFO O| Sep 09 17:47:56.677 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/get-lr-state.sh
93722024-09-09T17:47:57.691Z[ host-image] Sep 09 17:47:56.677 INFO O| Sep 09 17:47:56.677 INFO ok!
93732024-09-09T17:47:57.691Z[ host-image] Sep 09 17:47:56.677 INFO O| Sep 09 17:47:56.677 INFO STEP 112 (ensure_file) COMPLETE
93742024-09-09T17:47:57.691Z[ host-image] Sep 09 17:47:56.677 INFO O| Sep 09 17:47:56.677 INFO STEP 113: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
93752024-09-09T17:47:57.698Z[ host-image] Sep 09 17:47:56.687 INFO O| Sep 09 17:47:56.687 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/get-ds-state.sh does not exist
93762024-09-09T17:47:57.701Z[ host-image] Sep 09 17:47:56.687 INFO O| Sep 09 17:47:56.687 INFO copying /tmp/.tmpeS9XWJ/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 ...
93772024-09-09T17:47:57.701Z[ host-image] Sep 09 17:47:56.687 INFO O| Sep 09 17:47:56.687 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/get-ds-state.sh
93782024-09-09T17:47:57.701Z[ host-image] Sep 09 17:47:56.687 INFO O| Sep 09 17:47:56.687 INFO ok!
93792024-09-09T17:47:57.701Z[ host-image] Sep 09 17:47:56.687 INFO O| Sep 09 17:47:56.687 INFO STEP 113 (ensure_file) COMPLETE
93802024-09-09T17:47:57.701Z[ host-image] Sep 09 17:47:56.687 INFO O| Sep 09 17:47:56.687 INFO STEP 114: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
93812024-09-09T17:47:57.708Z[ host-image] Sep 09 17:47:56.697 INFO O| Sep 09 17:47:56.697 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/downstairs_count.d does not exist
93822024-09-09T17:47:57.709Z[ host-image] Sep 09 17:47:56.697 INFO O| Sep 09 17:47:56.697 INFO copying /tmp/.tmpeS9XWJ/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 ...
93832024-09-09T17:47:57.711Z[ host-image] Sep 09 17:47:56.697 INFO O| Sep 09 17:47:56.697 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/downstairs_count.d
93842024-09-09T17:47:57.711Z[ host-image] Sep 09 17:47:56.697 INFO O| Sep 09 17:47:56.697 INFO ok!
93852024-09-09T17:47:57.711Z[ host-image] Sep 09 17:47:56.697 INFO O| Sep 09 17:47:56.697 INFO STEP 114 (ensure_file) COMPLETE
93862024-09-09T17:47:57.711Z[ host-image] Sep 09 17:47:56.697 INFO O| Sep 09 17:47:56.697 INFO STEP 115: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
93872024-09-09T17:47:57.719Z[ host-image] Sep 09 17:47:56.707 INFO O| Sep 09 17:47:56.707 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/all_downstairs.d does not exist
93882024-09-09T17:47:57.719Z[ host-image] Sep 09 17:47:56.707 INFO O| Sep 09 17:47:56.707 INFO copying /tmp/.tmpeS9XWJ/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 ...
93892024-09-09T17:47:57.721Z[ host-image] Sep 09 17:47:56.707 INFO O| Sep 09 17:47:56.707 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/all_downstairs.d
93902024-09-09T17:47:57.721Z[ host-image] Sep 09 17:47:56.707 INFO O| Sep 09 17:47:56.707 INFO ok!
93912024-09-09T17:47:57.721Z[ host-image] Sep 09 17:47:56.707 INFO O| Sep 09 17:47:56.707 INFO STEP 115 (ensure_file) COMPLETE
93922024-09-09T17:47:57.721Z[ host-image] Sep 09 17:47:56.707 INFO O| Sep 09 17:47:56.707 INFO STEP 116: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
93932024-09-09T17:47:57.729Z[ host-image] Sep 09 17:47:56.717 INFO O| Sep 09 17:47:56.717 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/README.md does not exist
93942024-09-09T17:47:57.729Z[ host-image] Sep 09 17:47:56.717 INFO O| Sep 09 17:47:56.717 INFO copying /tmp/.tmpeS9XWJ/proto/host/root/opt/oxide/crucible_dtrace/README.md -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/README.md ...
93952024-09-09T17:47:57.732Z[ host-image] Sep 09 17:47:56.718 INFO O| Sep 09 17:47:56.718 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/README.md
93962024-09-09T17:47:57.732Z[ host-image] Sep 09 17:47:56.718 INFO O| Sep 09 17:47:56.718 INFO ok!
93972024-09-09T17:47:57.732Z[ host-image] Sep 09 17:47:56.718 INFO O| Sep 09 17:47:56.718 INFO STEP 116 (ensure_file) COMPLETE
93982024-09-09T17:47:57.732Z[ host-image] Sep 09 17:47:56.718 INFO O| Sep 09 17:47:56.718 INFO STEP 117: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
93992024-09-09T17:47:57.739Z[ host-image] Sep 09 17:47:56.728 INFO O| Sep 09 17:47:56.728 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/dtrace-info.txt does not exist
94002024-09-09T17:47:57.739Z[ host-image] Sep 09 17:47:56.728 INFO O| Sep 09 17:47:56.728 INFO copying /tmp/.tmpeS9XWJ/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 ...
94012024-09-09T17:47:57.742Z[ host-image] Sep 09 17:47:56.728 INFO O| Sep 09 17:47:56.728 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/dtrace-info.txt
94022024-09-09T17:47:57.742Z[ host-image] Sep 09 17:47:56.728 INFO O| Sep 09 17:47:56.728 INFO ok!
94032024-09-09T17:47:57.742Z[ host-image] Sep 09 17:47:56.728 INFO O| Sep 09 17:47:56.728 INFO STEP 117 (ensure_file) COMPLETE
94042024-09-09T17:47:57.742Z[ host-image] Sep 09 17:47:56.728 INFO O| Sep 09 17:47:56.728 INFO STEP 118: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
94052024-09-09T17:47:57.749Z[ host-image] Sep 09 17:47:56.737 INFO O| Sep 09 17:47:56.737 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/VERSION does not exist
94062024-09-09T17:47:57.749Z[ host-image] Sep 09 17:47:56.737 INFO O| Sep 09 17:47:56.737 INFO copying /tmp/.tmpeS9XWJ/proto/host/root/opt/oxide/crucible_dtrace/VERSION -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/VERSION ...
94072024-09-09T17:47:57.752Z[ host-image] Sep 09 17:47:56.738 INFO O| Sep 09 17:47:56.738 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/VERSION
94082024-09-09T17:47:57.752Z[ host-image] Sep 09 17:47:56.738 INFO O| Sep 09 17:47:56.738 INFO ok!
94092024-09-09T17:47:57.752Z[ host-image] Sep 09 17:47:56.738 INFO O| Sep 09 17:47:56.738 INFO STEP 118 (ensure_file) COMPLETE
94102024-09-09T17:47:57.752Z[ host-image] Sep 09 17:47:56.738 INFO O| Sep 09 17:47:56.738 INFO STEP 119: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
94112024-09-09T17:47:57.759Z[ host-image] Sep 09 17:47:56.747 INFO O| Sep 09 17:47:56.747 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/switch.tar.gz does not exist
94122024-09-09T17:47:57.762Z[ host-image] Sep 09 17:47:56.747 INFO O| Sep 09 17:47:56.747 INFO copying /tmp/.tmpeS9XWJ/proto/host/root/opt/oxide/switch.tar.gz -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/switch.tar.gz ...
94132024-09-09T17:48:01.031Z[ host-image] Sep 09 17:48:00.019 INFO O| Sep 09 17:48:00.019 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/switch.tar.gz
94142024-09-09T17:48:01.031Z[ host-image] Sep 09 17:48:00.019 INFO O| Sep 09 17:48:00.019 INFO ok!
94152024-09-09T17:48:01.031Z[ host-image] Sep 09 17:48:00.019 INFO O| Sep 09 17:48:00.019 INFO STEP 119 (ensure_file) COMPLETE
94162024-09-09T17:48:01.032Z[ host-image] Sep 09 17:48:00.019 INFO O| Sep 09 17:48:00.019 INFO STEP 120: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
94172024-09-09T17:48:01.043Z[ host-image] Sep 09 17:48:00.031 INFO O| Sep 09 17:48:00.031 INFO ownership already OK (0:2), path: /rpool/images/build/host/work/gimlet/zfs/a/lib
94182024-09-09T17:48:01.043Z[ host-image] Sep 09 17:48:00.031 INFO O| Sep 09 17:48:00.031 INFO STEP 120 (ensure_dir) COMPLETE
94192024-09-09T17:48:01.046Z[ host-image] Sep 09 17:48:00.031 INFO O| Sep 09 17:48:00.031 INFO STEP 121: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
94202024-09-09T17:48:01.053Z[ host-image] Sep 09 17:48:00.041 INFO O| Sep 09 17:48:00.041 INFO ownership already OK (0:2), path: /rpool/images/build/host/work/gimlet/zfs/a/lib/svc
94212024-09-09T17:48:01.053Z[ host-image] Sep 09 17:48:00.041 INFO O| Sep 09 17:48:00.041 INFO STEP 121 (ensure_dir) COMPLETE
94222024-09-09T17:48:01.055Z[ host-image] Sep 09 17:48:00.041 INFO O| Sep 09 17:48:00.041 INFO STEP 122: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
94232024-09-09T17:48:01.063Z[ host-image] Sep 09 17:48:00.051 INFO O| Sep 09 17:48:00.051 INFO ownership already OK (0:3), path: /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest
94242024-09-09T17:48:01.063Z[ host-image] Sep 09 17:48:00.051 INFO O| Sep 09 17:48:00.051 INFO STEP 122 (ensure_dir) COMPLETE
94252024-09-09T17:48:01.065Z[ host-image] Sep 09 17:48:00.051 INFO O| Sep 09 17:48:00.051 INFO STEP 123: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
94262024-09-09T17:48:01.075Z[ host-image] Sep 09 17:48:00.061 INFO O| Sep 09 17:48:00.061 INFO ownership already OK (0:3), path: /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/site
94272024-09-09T17:48:01.078Z[ host-image] Sep 09 17:48:00.061 INFO O| Sep 09 17:48:00.061 INFO STEP 123 (ensure_dir) COMPLETE
94282024-09-09T17:48:01.078Z[ host-image] Sep 09 17:48:00.061 INFO O| Sep 09 17:48:00.061 INFO STEP 124: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
94292024-09-09T17:48:01.082Z[ host-image] Sep 09 17:48:00.070 INFO O| Sep 09 17:48:00.070 INFO file /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/site/sled-agent.xml does not exist
94302024-09-09T17:48:01.082Z[ host-image] Sep 09 17:48:00.071 INFO O| Sep 09 17:48:00.070 INFO copying /tmp/.tmpeS9XWJ/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 ...
94312024-09-09T17:48:01.085Z[ host-image] Sep 09 17:48:00.071 INFO O| Sep 09 17:48:00.071 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/site/sled-agent.xml
94322024-09-09T17:48:01.085Z[ host-image] Sep 09 17:48:00.071 INFO O| Sep 09 17:48:00.071 INFO ok!
94332024-09-09T17:48:01.085Z[ host-image] Sep 09 17:48:00.071 INFO O| Sep 09 17:48:00.071 INFO STEP 124 (ensure_file) COMPLETE
94342024-09-09T17:48:01.085Z[ host-image] Sep 09 17:48:00.071 INFO O| Sep 09 17:48:00.071 INFO STEP 125: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
94352024-09-09T17:48:01.092Z[ host-image] Sep 09 17:48:00.080 INFO O| Sep 09 17:48:00.080 INFO perms are 700, should be 755, path: /rpool/images/build/host/work/gimlet/zfs/a/root
94362024-09-09T17:48:01.092Z[ host-image] Sep 09 17:48:00.081 INFO O| Sep 09 17:48:00.080 INFO chmod ok, path: /rpool/images/build/host/work/gimlet/zfs/a/root
94372024-09-09T17:48:01.095Z[ host-image] Sep 09 17:48:00.081 INFO O| Sep 09 17:48:00.080 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/root
94382024-09-09T17:48:01.095Z[ host-image] Sep 09 17:48:00.081 INFO O| Sep 09 17:48:00.081 INFO STEP 125 (ensure_dir) COMPLETE
94392024-09-09T17:48:01.095Z[ host-image] Sep 09 17:48:00.081 INFO O| Sep 09 17:48:00.081 INFO STEP 126: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
94402024-09-09T17:48:01.102Z[ host-image] Sep 09 17:48:00.090 INFO O| Sep 09 17:48:00.090 WARN file /rpool/images/build/host/work/gimlet/zfs/a/root/.profile exists, with wrong contents, unlinking
94412024-09-09T17:48:01.102Z[ host-image] Sep 09 17:48:00.090 INFO O| Sep 09 17:48:00.090 INFO copying /tmp/.tmpeS9XWJ/proto/host/root/root/.profile -> /rpool/images/build/host/work/gimlet/zfs/a/root/.profile ...
94422024-09-09T17:48:01.105Z[ host-image] Sep 09 17:48:00.091 INFO O| Sep 09 17:48:00.090 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/root/.profile
94432024-09-09T17:48:01.105Z[ host-image] Sep 09 17:48:00.091 INFO O| Sep 09 17:48:00.090 INFO ok!
94442024-09-09T17:48:01.105Z[ host-image] Sep 09 17:48:00.091 INFO O| Sep 09 17:48:00.091 INFO STEP 126 (ensure_file) COMPLETE
94452024-09-09T17:48:01.105Z[ host-image] Sep 09 17:48:00.091 INFO O| Sep 09 17:48:00.091 INFO STEP 127: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
94462024-09-09T17:48:01.112Z[ host-image] Sep 09 17:48:00.100 INFO O| Sep 09 17:48:00.100 INFO remove tree: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/ipsec"
94472024-09-09T17:48:01.114Z[ host-image] Sep 09 17:48:00.100 INFO O| Sep 09 17:48:00.100 INFO STEP 127 (remove_files) COMPLETE
94482024-09-09T17:48:01.114Z[ host-image] Sep 09 17:48:00.100 INFO O| Sep 09 17:48:00.100 INFO STEP 128: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
94492024-09-09T17:48:01.121Z[ host-image] Sep 09 17:48:00.110 INFO O| Sep 09 17:48:00.110 INFO remove tree: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/ldap"
94502024-09-09T17:48:01.124Z[ host-image] Sep 09 17:48:00.110 INFO O| Sep 09 17:48:00.110 INFO STEP 128 (remove_files) COMPLETE
94512024-09-09T17:48:01.124Z[ host-image] Sep 09 17:48:00.110 INFO O| Sep 09 17:48:00.110 INFO STEP 129: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
94522024-09-09T17:48:01.131Z[ host-image] Sep 09 17:48:00.120 INFO O| Sep 09 17:48:00.119 INFO remove tree: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/rpc"
94532024-09-09T17:48:01.134Z[ host-image] Sep 09 17:48:00.120 INFO O| Sep 09 17:48:00.120 INFO STEP 129 (remove_files) COMPLETE
94542024-09-09T17:48:01.134Z[ host-image] Sep 09 17:48:00.120 INFO O| Sep 09 17:48:00.120 INFO STEP 130: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
94552024-09-09T17:48:01.141Z[ host-image] Sep 09 17:48:00.129 INFO O| Sep 09 17:48:00.129 INFO remove tree: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/security"
94562024-09-09T17:48:01.144Z[ host-image] Sep 09 17:48:00.130 INFO O| Sep 09 17:48:00.130 INFO STEP 130 (remove_files) COMPLETE
94572024-09-09T17:48:01.144Z[ host-image] Sep 09 17:48:00.130 INFO O| Sep 09 17:48:00.130 INFO STEP 131: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
94582024-09-09T17:48:01.151Z[ host-image] Sep 09 17:48:00.139 INFO O| Sep 09 17:48:00.139 INFO remove tree: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/shares"
94592024-09-09T17:48:01.154Z[ host-image] Sep 09 17:48:00.139 INFO O| Sep 09 17:48:00.139 INFO STEP 131 (remove_files) COMPLETE
94602024-09-09T17:48:01.154Z[ host-image] Sep 09 17:48:00.139 INFO O| Sep 09 17:48:00.139 INFO STEP 132: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
94612024-09-09T17:48:01.160Z[ host-image] Sep 09 17:48:00.149 INFO O| Sep 09 17:48:00.149 INFO remove tree: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/smb"
94622024-09-09T17:48:01.163Z[ host-image] Sep 09 17:48:00.149 INFO O| Sep 09 17:48:00.149 INFO STEP 132 (remove_files) COMPLETE
94632024-09-09T17:48:01.163Z[ host-image] Sep 09 17:48:00.149 INFO O| Sep 09 17:48:00.149 INFO STEP 133: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
94642024-09-09T17:48:01.171Z[ host-image] Sep 09 17:48:00.159 INFO O| Sep 09 17:48:00.159 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/application/management/net-snmp.xml"
94652024-09-09T17:48:01.173Z[ host-image] Sep 09 17:48:00.159 INFO O| Sep 09 17:48:00.159 INFO STEP 133 (remove_files) COMPLETE
94662024-09-09T17:48:01.173Z[ host-image] Sep 09 17:48:00.159 INFO O| Sep 09 17:48:00.159 INFO STEP 134: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
94672024-09-09T17:48:01.180Z[ host-image] Sep 09 17:48:00.169 INFO O| Sep 09 17:48:00.169 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/application/security/tcsd.xml"
94682024-09-09T17:48:01.183Z[ host-image] Sep 09 17:48:00.169 INFO O| Sep 09 17:48:00.169 INFO STEP 134 (remove_files) COMPLETE
94692024-09-09T17:48:01.183Z[ host-image] Sep 09 17:48:00.169 INFO O| Sep 09 17:48:00.169 INFO STEP 135: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
94702024-09-09T17:48:01.190Z[ host-image] Sep 09 17:48:00.178 INFO O| Sep 09 17:48:00.178 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/dns/install.xml"
94712024-09-09T17:48:01.190Z[ host-image] Sep 09 17:48:00.178 INFO O| Sep 09 17:48:00.178 INFO STEP 135 (remove_files) COMPLETE
94722024-09-09T17:48:01.190Z[ host-image] Sep 09 17:48:00.178 INFO O| Sep 09 17:48:00.178 INFO STEP 136: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
94732024-09-09T17:48:01.200Z[ host-image] Sep 09 17:48:00.188 INFO O| Sep 09 17:48:00.188 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/inetd-upgrade.xml"
94742024-09-09T17:48:01.203Z[ host-image] Sep 09 17:48:00.188 INFO O| Sep 09 17:48:00.188 INFO STEP 136 (remove_files) COMPLETE
94752024-09-09T17:48:01.203Z[ host-image] Sep 09 17:48:00.188 INFO O| Sep 09 17:48:00.188 INFO STEP 137: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
94762024-09-09T17:48:01.210Z[ host-image] Sep 09 17:48:00.198 INFO O| Sep 09 17:48:00.198 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/inetd.xml"
94772024-09-09T17:48:01.210Z[ host-image] Sep 09 17:48:00.198 INFO O| Sep 09 17:48:00.198 INFO STEP 137 (remove_files) COMPLETE
94782024-09-09T17:48:01.210Z[ host-image] Sep 09 17:48:00.198 INFO O| Sep 09 17:48:00.198 INFO STEP 138: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
94792024-09-09T17:48:01.219Z[ host-image] Sep 09 17:48:00.208 INFO O| Sep 09 17:48:00.208 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/network-install.xml"
94802024-09-09T17:48:01.220Z[ host-image] Sep 09 17:48:00.208 INFO O| Sep 09 17:48:00.208 INFO STEP 138 (remove_files) COMPLETE
94812024-09-09T17:48:01.222Z[ host-image] Sep 09 17:48:00.208 INFO O| Sep 09 17:48:00.208 INFO STEP 139: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
94822024-09-09T17:48:01.230Z[ host-image] Sep 09 17:48:00.217 INFO O| Sep 09 17:48:00.217 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/network-ipmp.xml"
94832024-09-09T17:48:01.230Z[ host-image] Sep 09 17:48:00.217 INFO O| Sep 09 17:48:00.217 INFO STEP 139 (remove_files) COMPLETE
94842024-09-09T17:48:01.230Z[ host-image] Sep 09 17:48:00.218 INFO O| Sep 09 17:48:00.217 INFO STEP 140: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
94852024-09-09T17:48:01.239Z[ host-image] Sep 09 17:48:00.227 INFO O| Sep 09 17:48:00.227 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/network-iptun.xml"
94862024-09-09T17:48:01.239Z[ host-image] Sep 09 17:48:00.227 INFO O| Sep 09 17:48:00.227 INFO STEP 140 (remove_files) COMPLETE
94872024-09-09T17:48:01.241Z[ host-image] Sep 09 17:48:00.227 INFO O| Sep 09 17:48:00.227 INFO STEP 141: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
94882024-09-09T17:48:01.248Z[ host-image] Sep 09 17:48:00.237 INFO O| Sep 09 17:48:00.237 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/network-location.xml"
94892024-09-09T17:48:01.251Z[ host-image] Sep 09 17:48:00.237 INFO O| Sep 09 17:48:00.237 INFO STEP 141 (remove_files) COMPLETE
94902024-09-09T17:48:01.251Z[ host-image] Sep 09 17:48:00.237 INFO O| Sep 09 17:48:00.237 INFO STEP 142: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
94912024-09-09T17:48:01.258Z[ host-image] Sep 09 17:48:00.246 INFO O| Sep 09 17:48:00.246 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/network-netcfg.xml"
94922024-09-09T17:48:01.261Z[ host-image] Sep 09 17:48:00.246 INFO O| Sep 09 17:48:00.246 INFO STEP 142 (remove_files) COMPLETE
94932024-09-09T17:48:01.261Z[ host-image] Sep 09 17:48:00.246 INFO O| Sep 09 17:48:00.246 INFO STEP 143: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
94942024-09-09T17:48:01.268Z[ host-image] Sep 09 17:48:00.256 INFO O| Sep 09 17:48:00.256 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/routing/rdisc.xml"
94952024-09-09T17:48:01.271Z[ host-image] Sep 09 17:48:00.256 INFO O| Sep 09 17:48:00.256 INFO STEP 143 (remove_files) COMPLETE
94962024-09-09T17:48:01.272Z[ host-image] Sep 09 17:48:00.256 INFO O| Sep 09 17:48:00.256 INFO STEP 144: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
94972024-09-09T17:48:01.278Z[ host-image] Sep 09 17:48:00.266 INFO O| Sep 09 17:48:00.266 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/varpd.xml"
94982024-09-09T17:48:01.280Z[ host-image] Sep 09 17:48:00.266 INFO O| Sep 09 17:48:00.266 INFO STEP 144 (remove_files) COMPLETE
94992024-09-09T17:48:01.280Z[ host-image] Sep 09 17:48:00.266 INFO O| Sep 09 17:48:00.266 INFO STEP 145: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
95002024-09-09T17:48:01.288Z[ host-image] Sep 09 17:48:00.276 INFO O| Sep 09 17:48:00.276 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/system/device/allocate.xml"
95012024-09-09T17:48:01.291Z[ host-image] Sep 09 17:48:00.276 INFO O| Sep 09 17:48:00.276 INFO STEP 145 (remove_files) COMPLETE
95022024-09-09T17:48:01.291Z[ host-image] Sep 09 17:48:00.276 INFO O| Sep 09 17:48:00.276 INFO STEP 146: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
95032024-09-09T17:48:01.298Z[ host-image] Sep 09 17:48:00.286 INFO O| Sep 09 17:48:00.286 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/system/device/devices-audio.xml"
95042024-09-09T17:48:01.298Z[ host-image] Sep 09 17:48:00.286 INFO O| Sep 09 17:48:00.286 INFO STEP 146 (remove_files) COMPLETE
95052024-09-09T17:48:01.300Z[ host-image] Sep 09 17:48:00.286 INFO O| Sep 09 17:48:00.286 INFO STEP 147: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
95062024-09-09T17:48:01.307Z[ host-image] Sep 09 17:48:00.295 INFO O| Sep 09 17:48:00.295 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/usr/lib/devfsadm/linkmod/SUNW_audio_link.so"
95072024-09-09T17:48:01.310Z[ host-image] Sep 09 17:48:00.296 INFO O| Sep 09 17:48:00.295 INFO STEP 147 (remove_files) COMPLETE
95082024-09-09T17:48:01.310Z[ host-image] Sep 09 17:48:00.296 INFO O| Sep 09 17:48:00.296 INFO STEP 148: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
95092024-09-09T17:48:01.317Z[ host-image] Sep 09 17:48:00.305 INFO O| Sep 09 17:48:00.305 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/dev/sndstat"
95102024-09-09T17:48:01.319Z[ host-image] Sep 09 17:48:00.305 INFO O| Sep 09 17:48:00.305 INFO STEP 148 (remove_files) COMPLETE
95112024-09-09T17:48:01.319Z[ host-image] Sep 09 17:48:00.305 INFO O| Sep 09 17:48:00.305 INFO STEP 149: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
95122024-09-09T17:48:01.327Z[ host-image] Sep 09 17:48:00.315 INFO O| Sep 09 17:48:00.315 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/system/device/mpxio-upgrade.xml"
95132024-09-09T17:48:01.327Z[ host-image] Sep 09 17:48:00.315 INFO O| Sep 09 17:48:00.315 INFO STEP 149 (remove_files) COMPLETE
95142024-09-09T17:48:01.329Z[ host-image] Sep 09 17:48:00.315 INFO O| Sep 09 17:48:00.315 INFO STEP 150: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
95152024-09-09T17:48:01.336Z[ host-image] Sep 09 17:48:00.324 INFO O| Sep 09 17:48:00.324 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/system/hostid.xml"
95162024-09-09T17:48:01.339Z[ host-image] Sep 09 17:48:00.324 INFO O| Sep 09 17:48:00.324 INFO STEP 150 (remove_files) COMPLETE
95172024-09-09T17:48:01.339Z[ host-image] Sep 09 17:48:00.325 INFO O| Sep 09 17:48:00.324 INFO STEP 151: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
95182024-09-09T17:48:01.346Z[ host-image] Sep 09 17:48:00.334 INFO O| Sep 09 17:48:00.334 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/system/idmap.xml"
95192024-09-09T17:48:01.346Z[ host-image] Sep 09 17:48:00.334 INFO O| Sep 09 17:48:00.334 INFO STEP 151 (remove_files) COMPLETE
95202024-09-09T17:48:01.349Z[ host-image] Sep 09 17:48:00.334 INFO O| Sep 09 17:48:00.334 INFO STEP 152: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
95212024-09-09T17:48:01.355Z[ host-image] Sep 09 17:48:00.343 INFO O| Sep 09 17:48:00.343 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/system/pkgserv.xml"
95222024-09-09T17:48:01.355Z[ host-image] Sep 09 17:48:00.344 INFO O| Sep 09 17:48:00.344 INFO STEP 152 (remove_files) COMPLETE
95232024-09-09T17:48:01.358Z[ host-image] Sep 09 17:48:00.344 INFO O| Sep 09 17:48:00.344 INFO STEP 153: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
95242024-09-09T17:48:01.365Z[ host-image] Sep 09 17:48:00.353 INFO O| Sep 09 17:48:00.353 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/system/zones.xml"
95252024-09-09T17:48:01.365Z[ host-image] Sep 09 17:48:00.353 INFO O| Sep 09 17:48:00.353 INFO STEP 153 (remove_files) COMPLETE
95262024-09-09T17:48:01.367Z[ host-image] Sep 09 17:48:00.353 INFO O| Sep 09 17:48:00.353 INFO STEP 154: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
95272024-09-09T17:48:01.375Z[ host-image] Sep 09 17:48:00.363 INFO O| Sep 09 17:48:00.363 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/system/intrd.xml"
95282024-09-09T17:48:01.377Z[ host-image] Sep 09 17:48:00.363 INFO O| Sep 09 17:48:00.363 INFO STEP 154 (remove_files) COMPLETE
95292024-09-09T17:48:01.377Z[ host-image] Sep 09 17:48:00.363 INFO O| Sep 09 17:48:00.363 INFO STEP 155: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
95302024-09-09T17:48:01.385Z[ host-image] Sep 09 17:48:00.373 INFO O| Sep 09 17:48:00.373 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/chrony.xml"
95312024-09-09T17:48:01.385Z[ host-image] Sep 09 17:48:00.373 INFO O| Sep 09 17:48:00.373 INFO STEP 155 (remove_files) COMPLETE
95322024-09-09T17:48:01.385Z[ host-image] Sep 09 17:48:00.373 INFO O| Sep 09 17:48:00.373 INFO STEP 156: seed_smf, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs.json
95332024-09-09T17:48:01.400Z[ host-image] Sep 09 17:48:00.388 INFO O| Sep 09 17:48:00.388 INFO file /rpool/images/build/host/tmp/gimlet/zfs/repo.db does not already exist, skipping removal
95342024-09-09T17:48:01.402Z[ host-image] Sep 09 17:48:00.388 INFO O| Sep 09 17:48:00.388 INFO exec: ["/usr/sbin/svccfg", "import", "-p", "/dev/stdout", "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest"], env: {"SVCCFG_DTD": "/rpool/images/build/host/work/gimlet/zfs/a/usr/share/lib/xml/dtd/service_bundle.dtd.1", "SVCCFG_REPOSITORY": "/rpool/images/build/host/tmp/gimlet/zfs/repo.db", "SVCCFG_CHECKHASH": "1", "PKG_INSTALL_ROOT": "/rpool/images/build/host/work/gimlet/zfs/a"}
95352024-09-09T17:48:10.575Z[ host-image] Sep 09 17:48:09.562 INFO O| Sep 09 17:48:09.561 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
95362024-09-09T17:48:10.575Z[ host-image] Sep 09 17:48:09.562 INFO O| Sep 09 17:48:09.562 INFO E| svccfg: Loaded 74 smf(7) service descriptions
95372024-09-09T17:48:10.589Z[ host-image] Sep 09 17:48:09.576 INFO O| Sep 09 17:48:09.576 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", "SVCCFG_REPOSITORY": "/rpool/images/build/host/tmp/gimlet/zfs/repo.db", "PKG_INSTALL_ROOT": "/rpool/images/build/host/work/gimlet/zfs/a"}
95382024-09-09T17:48:10.667Z[ host-image] Sep 09 17:48:09.654 INFO O| Sep 09 17:48:09.654 INFO file /rpool/images/build/host/work/gimlet/zfs/a/etc/svc/repository.db does not exist
95392024-09-09T17:48:10.667Z[ host-image] Sep 09 17:48:09.654 INFO O| Sep 09 17:48:09.654 INFO copying /rpool/images/build/host/tmp/gimlet/zfs/repo.db -> /rpool/images/build/host/work/gimlet/zfs/a/etc/svc/repository.db ...
95402024-09-09T17:48:10.670Z[ host-image] Sep 09 17:48:09.657 INFO O| Sep 09 17:48:09.656 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/svc/repository.db
95412024-09-09T17:48:10.670Z[ host-image] Sep 09 17:48:09.657 INFO O| Sep 09 17:48:09.657 INFO ok!
95422024-09-09T17:48:10.670Z[ host-image] Sep 09 17:48:09.657 INFO O| Sep 09 17:48:09.657 INFO file /rpool/images/build/host/tmp/gimlet/zfs/repo.db exists (as File), removing
95432024-09-09T17:48:10.670Z[ host-image] Sep 09 17:48:09.657 INFO O| Sep 09 17:48:09.657 INFO STEP 156 (seed_smf) COMPLETE
95442024-09-09T17:48:10.670Z[ host-image] Sep 09 17:48:09.657 INFO O| Sep 09 17:48:09.657 INFO steps complete; finalising image!
95452024-09-09T17:48:10.670Z[ host-image] Sep 09 17:48:09.657 INFO O| Sep 09 17:48:09.657 INFO TRIM POOL: TEMPORARY-gimlet-zfs
95462024-09-09T17:48:10.814Z[ host-image] Sep 09 17:48:09.801 INFO O| Sep 09 17:48:09.800 INFO trim TEMPORARY-gimlet-zfs: (21% trimmed, started at Mon Sep 9 17:48:09 2024)
95472024-09-09T17:48:11.038Z[ host-image] Sep 09 17:48:10.025 INFO O| Sep 09 17:48:10.025 INFO temporary pool has 670M used, 162M avail, 1.87x compressratio
95482024-09-09T17:48:11.038Z[ host-image] Sep 09 17:48:10.025 INFO O| Sep 09 17:48:10.025 INFO EXPORT POOL: TEMPORARY-gimlet-zfs
95492024-09-09T17:48:11.319Z[ host-image] Sep 09 17:48:10.306 INFO O| Sep 09 17:48:10.305 INFO copying image /rpool/images/build/host/work/gimlet/zfs/lofi.raw to output file /rpool/images/build/host/output/gimlet-zfs.raw
95502024-09-09T17:48:11.319Z[ host-image] Sep 09 17:48:10.306 INFO O| Sep 09 17:48:10.306 INFO file /rpool/images/build/host/output/gimlet-zfs.raw does not already exist, skipping removal
95512024-09-09T17:48:12.367Z[ host-image] Sep 09 17:48:11.354 INFO O| Sep 09 17:48:11.354 INFO perms are 1600, should be 644, path: /rpool/images/build/host/output/gimlet-zfs.raw
95522024-09-09T17:48:12.367Z[ host-image] Sep 09 17:48:11.354 INFO O| Sep 09 17:48:11.354 INFO chmod ok, path: /rpool/images/build/host/output/gimlet-zfs.raw
95532024-09-09T17:48:12.370Z[ host-image] Sep 09 17:48:11.354 INFO O| Sep 09 17:48:11.354 INFO ownership already OK (0:0), path: /rpool/images/build/host/output/gimlet-zfs.raw
95542024-09-09T17:48:12.370Z[ host-image] Sep 09 17:48:11.354 INFO O| Sep 09 17:48:11.354 INFO completed processing gimlet/zfs
95552024-09-09T17:48:12.370Z[ host-image] Sep 09 17:48:11.354 INFO O| Sep 09 17:48:11.354 INFO DESTROY DATASET: rpool/images/build/host/work/gimlet/zfs
95562024-09-09T17:48:18.732Z[ host-image] Sep 09 17:48:17.718 INFO O| Sep 09 17:48:17.718 INFO DESTROY DATASET: rpool/images/build/host/tmp/gimlet/zfs
95572024-09-09T17:48:18.811Z[ host-image] Sep 09 17:48:17.797 INFO BUILD STRING "heads/stlouis-0-g231eef1c5c\n"
95582024-09-09T17:48:18.811Z[ host-image] Sep 09 17:48:17.797 INFO expanded image name: "ci be18651/${os_short_commit} 2024-09-09 17:19" -> "ci be18651/231eef1 2024-09-09 17:19"
95592024-09-09T17:48:18.811Z[ host-image] Sep 09 17:48:17.797 INFO output artefacts stored in: "/work/os-host"
95602024-09-09T17:48:18.814Z[ host-image] Sep 09 17:48:17.798 INFO collecting git info from project "bootserver"...
95612024-09-09T17:48:18.817Z[ host-image] Sep 09 17:48:17.803 INFO collecting git info from project "phbl"...
95622024-09-09T17:48:18.822Z[ host-image] Sep 09 17:48:17.808 INFO collecting git info from project "pinprick"...
95632024-09-09T17:48:18.826Z[ host-image] Sep 09 17:48:17.812 INFO collecting git info from project "chelsio-t6-roms"...
95642024-09-09T17:48:18.831Z[ host-image] Sep 09 17:48:17.817 INFO collecting git info from project "amd-host-image-builder"...
95652024-09-09T17:48:18.845Z[ host-image] Sep 09 17:48:17.831 INFO collecting git info from project "amd-firmware"...
95662024-09-09T17:48:18.853Z[ host-image] Sep 09 17:48:17.839 INFO collecting git info from project "image-builder"...
95672024-09-09T17:48:18.857Z[ host-image] Sep 09 17:48:17.843 INFO collecting git info from project "pilot"...
95682024-09-09T17:48:18.862Z[ host-image] Sep 09 17:48:17.848 INFO collecting packaging info "pkg-publishers.txt": ["publisher", "-F", "tsv"]...
95692024-09-09T17:48:19.223Z[ host-image] Sep 09 17:48:18.209 INFO collecting packaging info "pkg-list.txt": ["list", "-H", "-v"]...
95702024-09-09T17:48:19.566Z[ host-image] Sep 09 17:48:18.552 INFO creating Oxide boot image...
95712024-09-09T17:48:19.566Z[ host-image] Sep 09 17:48:18.552 INFO exec: ["/work/oxidecomputer/helios/projects/bootserver/target/release/mkimage", "-i", "/rpool/images/build/host/output/gimlet-zfs.raw", "-N", "ci be18651/231eef1 2024-09-09 17:19", "-o", "/work/os-host/zfs.img", "-O", "/work/oxidecomputer/helios/tmp/image.host/boot_image_csum", "-s", "4096"], pwd: None
95722024-09-09T17:48:20.515Z[ host-image] Sep 09 17:48:19.498 INFO O| ok, image written!
95732024-09-09T17:48:20.515Z[ host-image] Sep 09 17:48:19.498 INFO O| ok, boot_image_csum file written!
95742024-09-09T17:48:20.518Z[ host-image] Sep 09 17:48:19.502 INFO creating boot archive (CPIO)...
95752024-09-09T17:48:20.518Z[ host-image] Sep 09 17:48:19.502 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
95762024-09-09T17:48:20.522Z[ host-image] Sep 09 17:48:19.508 INFO E| + root=/rpool/images/build/host/work/gimlet/ramdisk
95772024-09-09T17:48:20.522Z[ host-image] Sep 09 17:48:19.508 INFO E| + outfile=/work/os-host/cpio
95782024-09-09T17:48:20.522Z[ host-image] Sep 09 17:48:19.508 INFO E| + tmpdir=/work/oxidecomputer/helios/tmp/image.host
95792024-09-09T17:48:20.525Z[ host-image] Sep 09 17:48:19.510 INFO E| + cd /rpool/images/build/host/work/gimlet/ramdisk
95802024-09-09T17:48:20.525Z[ host-image] Sep 09 17:48:19.510 INFO E| + cpio -qo -H odc -O /work/os-host/cpio
95812024-09-09T17:48:20.559Z[ host-image] Sep 09 17:48:19.544 INFO E| + cd /work/oxidecomputer/helios/tmp/image.host
95822024-09-09T17:48:20.559Z[ host-image] Sep 09 17:48:19.545 INFO E| + cpio -qo -H odc -AO /work/os-host/cpio
95832024-09-09T17:48:20.567Z[ host-image] Sep 09 17:48:19.553 INFO creating compressed cpio/unix for nanobl-rs...
95842024-09-09T17:48:20.567Z[ host-image] Sep 09 17:48:19.553 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
95852024-09-09T17:48:20.852Z[ host-image] Sep 09 17:48:19.837 INFO exec: ["bash", "-c", "\'/work/oxidecomputer/helios/projects/pinprick/target/release/pinprick\' \'/work/os-host/cpio\' >\'/work/os-host/cpio.z\'"], pwd: None
95862024-09-09T17:48:25.189Z[ host-image] Sep 09 17:48:24.174 INFO creating reset image...
95872024-09-09T17:48:25.192Z[ host-image] Sep 09 17:48:24.175 INFO exec: ["cargo", "xtask", "build", "--release", "--cpioz", "/work/os-host/cpio.z"], pwd: Some("/work/oxidecomputer/helios/projects/phbl")
95882024-09-09T17:48:25.287Z[ host-image] Sep 09 17:48:24.272 INFO E| Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.03s
95892024-09-09T17:48:25.290Z[ host-image] Sep 09 17:48:24.273 INFO E| Running `xtask/target/debug/xtask build --release --cpioz /work/os-host/cpio.z`
95902024-09-09T17:48:25.341Z[ host-image] Sep 09 17:48:24.326 INFO E| Compiling phbl v0.1.0 (/work/oxidecomputer/helios/projects/phbl)
95912024-09-09T17:48:27.432Z[ host-image] Sep 09 17:48:26.417 INFO E| Finished `release` profile [optimized] target(s) in 2.13s
95922024-09-09T17:48:27.443Z[ host-image] Sep 09 17:48:26.428 INFO building host image...
95932024-09-09T17:48:27.446Z[ host-image] Sep 09 17:48:26.428 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")
95942024-09-09T17:48:27.921Z[ host-image] Sep 09 17:48:26.906 INFO finishing image archive at "/work/os-host/os.tar.gz"...
95952024-09-09T17:49:14.437Z[ host-image] Sep 09 17:49:13.416 INFO image complete! materials are in "/work/os-host"
95962024-09-09T17:49:14.440Z[ host-image]
95972024-09-09T17:49:14.440Z[ host-image] real 8:58.258814962
95982024-09-09T17:49:14.440Z[ host-image] user 4:17.121354359
95992024-09-09T17:49:14.440Z[ host-image] sys 51.763320148
96002024-09-09T17:49:14.443Z[ host-image] trap 0.166433604
96012024-09-09T17:49:14.443Z[ host-image] tflt 0.023270125
96022024-09-09T17:49:14.443Z[ host-image] dflt 0.026910256
96032024-09-09T17:49:14.443Z[ host-image] kflt 0.000000000
96042024-09-09T17:49:14.443Z[ host-image] lock 6:33.956886445
96052024-09-09T17:49:14.443Z[ host-image] slp 49:06.451827751
96062024-09-09T17:49:14.443Z[ host-image] lat 1:31.096372318
96072024-09-09T17:49:14.443Z[ host-image] stop 0.785875108
96082024-09-09T17:49:14.443ZSep 09 17:49:13.420 INFO [host-image] process exited with exit status: 0 (538.27136609s)
96092024-09-09T17:49:14.443ZSep 09 17:49:13.421 INFO [tuf-repo] running task
96102024-09-09T17:49:21.472ZSep 09 17:49:20.451 INFO assembling repository in `/tmp/tufaceousnej2qZ`, component: OmicronRepoAssembler
96112024-09-09T17:49:26.456ZSep 09 17:49:25.337 DEBG assembly successful, cleaning up, component: OmicronRepoAssembler
96122024-09-09T17:49:26.672ZSep 09 17:49:25.650 INFO artifacts assembled and archived to `/work/repo.zip`, component: OmicronRepoAssembler
96132024-09-09T17:49:38.302ZSep 09 17:49:37.278 INFO [tuf-repo] task succeeded (23.857944408s)
96142024-09-09T17:49:38.302ZSep 09 17:49:37.279 INFO all jobs completed in 1816.466730386s
96152024-09-09T17:49:38.837Zprocess exited: duration 2361749 ms, exit code 0
 
96162024-09-09T17:49:38.848Zfound 33 output files
96172024-09-09T17:49:38.848Zuploading: /work/manifest.toml (8404 bytes)
96182024-09-09T17:49:39.860Zuploaded: /work/manifest.toml
96192024-09-09T17:49:39.860Zuploading: /work/repo.zip (1795627775 bytes)
96202024-09-09T17:50:16.547Zuploaded: /work/repo.zip
96212024-09-09T17:50:16.547Zuploading: /work/repo.zip.sha256.txt (65 bytes)
96222024-09-09T17:50:17.556Zuploaded: /work/repo.zip.sha256.txt
96232024-09-09T17:50:17.556Zuploading: /work/helios-setup.log (52229 bytes)
96242024-09-09T17:50:18.582Zuploaded: /work/helios-setup.log
96252024-09-09T17:50:18.582Zuploading: /work/host-image.log (194620 bytes)
96262024-09-09T17:50:19.604Zuploaded: /work/host-image.log
96272024-09-09T17:50:19.604Zuploading: /work/host-package.log (19484 bytes)
96282024-09-09T17:50:20.615Zuploaded: /work/host-package.log
96292024-09-09T17:50:20.615Zuploading: /work/host-target.log (101 bytes)
96302024-09-09T17:50:21.623Zuploaded: /work/host-target.log
96312024-09-09T17:50:21.623Zuploading: /work/omicron-package.log (4314 bytes)
96322024-09-09T17:50:22.632Zuploaded: /work/omicron-package.log
96332024-09-09T17:50:22.632Zuploading: /work/phbl-toolchain.log (881 bytes)
96342024-09-09T17:50:23.640Zuploaded: /work/phbl-toolchain.log
96352024-09-09T17:50:23.640Zuploading: /work/recovery-image.log (590634 bytes)
96362024-09-09T17:50:24.676Zuploaded: /work/recovery-image.log
96372024-09-09T17:50:24.676Zuploading: /work/recovery-package.log (282 bytes)
96382024-09-09T17:50:25.684Zuploaded: /work/recovery-package.log
96392024-09-09T17:50:25.684Zuploading: /work/recovery-target.log (98 bytes)
96402024-09-09T17:50:26.692Zuploaded: /work/recovery-target.log
96412024-09-09T17:50:26.692Zuploading: /work/stamp-clickhouse.log (117 bytes)
96422024-09-09T17:50:27.700Zuploaded: /work/stamp-clickhouse.log
96432024-09-09T17:50:27.700Zuploading: /work/stamp-clickhouse_keeper.log (124 bytes)
96442024-09-09T17:50:28.708Zuploaded: /work/stamp-clickhouse_keeper.log
96452024-09-09T17:50:28.708Zuploading: /work/stamp-cockroachdb.log (118 bytes)
96462024-09-09T17:50:29.717Zuploaded: /work/stamp-cockroachdb.log
96472024-09-09T17:50:29.717Zuploading: /work/stamp-crucible-dtrace.log (119 bytes)
96482024-09-09T17:50:30.725Zuploaded: /work/stamp-crucible-dtrace.log
96492024-09-09T17:50:30.725Zuploading: /work/stamp-crucible-pantry-zone.log (127 bytes)
96502024-09-09T17:50:31.733Zuploaded: /work/stamp-crucible-pantry-zone.log
96512024-09-09T17:50:31.734Zuploading: /work/stamp-crucible-zone.log (120 bytes)
96522024-09-09T17:50:32.742Zuploaded: /work/stamp-crucible-zone.log
96532024-09-09T17:50:32.742Zuploading: /work/stamp-external-dns.log (119 bytes)
96542024-09-09T17:50:33.750Zuploaded: /work/stamp-external-dns.log
96552024-09-09T17:50:33.750Zuploading: /work/stamp-installinator.log (103 bytes)
96562024-09-09T17:50:34.758Zuploaded: /work/stamp-installinator.log
96572024-09-09T17:50:34.758Zuploading: /work/stamp-internal-dns.log (119 bytes)
96582024-09-09T17:50:35.766Zuploaded: /work/stamp-internal-dns.log
96592024-09-09T17:50:35.766Zuploading: /work/stamp-mg-ddm-gz.log (99 bytes)
96602024-09-09T17:50:36.774Zuploaded: /work/stamp-mg-ddm-gz.log
96612024-09-09T17:50:36.774Zuploading: /work/stamp-nexus.log (112 bytes)
96622024-09-09T17:50:37.784Zuploaded: /work/stamp-nexus.log
96632024-09-09T17:50:37.784Zuploading: /work/stamp-ntp.log (110 bytes)
96642024-09-09T17:50:38.792Zuploaded: /work/stamp-ntp.log
96652024-09-09T17:50:38.792Zuploading: /work/stamp-omicron-sled-agent.log (122 bytes)
96662024-09-09T17:50:39.802Zuploaded: /work/stamp-omicron-sled-agent.log
96672024-09-09T17:50:39.804Zuploading: /work/stamp-overlay.log (114 bytes)
96682024-09-09T17:50:40.810Zuploaded: /work/stamp-overlay.log
96692024-09-09T17:50:40.811Zuploading: /work/stamp-oximeter.log (115 bytes)
96702024-09-09T17:50:41.819Zuploaded: /work/stamp-oximeter.log
96712024-09-09T17:50:41.819Zuploading: /work/stamp-oxlog.log (109 bytes)
96722024-09-09T17:50:42.827Zuploaded: /work/stamp-oxlog.log
96732024-09-09T17:50:42.827Zuploading: /work/stamp-probe.log (112 bytes)
96742024-09-09T17:50:43.835Zuploaded: /work/stamp-probe.log
96752024-09-09T17:50:43.835Zuploading: /work/stamp-propolis-server.log (122 bytes)
96762024-09-09T17:50:44.843Zuploaded: /work/stamp-propolis-server.log
96772024-09-09T17:50:44.843Zuploading: /work/stamp-pumpkind-gz.log (115 bytes)
96782024-09-09T17:50:45.851Zuploaded: /work/stamp-pumpkind-gz.log
96792024-09-09T17:50:45.851Zuploading: /work/stamp-switch-asic.log (118 bytes)
96802024-09-09T17:50:46.859Zuploaded: /work/stamp-switch-asic.log
96812024-09-09T17:50:46.859Zuploading: /work/verify-libraries.log (3116 bytes)
96822024-09-09T17:50:47.866Zuploaded: /work/verify-libraries.log